From 57f5b2e2c62828b08716df2eae0bab406b4b0456 Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Wed, 20 Dec 2023 08:59:01 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 79797 ++++++++++++++++++++-------------- 1 file changed, 48006 insertions(+), 31791 deletions(-) diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 88150227dbaa..2a0f85657891 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -1,4 +1,4 @@ -// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, deferred-serialization, intern-composite-values), the Dart to JavaScript compiler version: 3.1.3. +// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.2.2. // The code supports the following hooks: // dartPrint(message): // if this function is defined it is called instead of the Dart [print] @@ -236,7 +236,1011 @@ typesOffset = init.types.length; hunk(hunkHelpers, init, holders, $); } - var A = { + var J = { + makeDispatchRecord(interceptor, proto, extension, indexability) { + return {i: interceptor, p: proto, e: extension, x: indexability}; + }, + getNativeInterceptor(object) { + var proto, objectProto, $constructor, interceptor, t1, + record = object[init.dispatchPropertyName]; + if (record == null) + if ($.initNativeDispatchFlag == null) { + A.initNativeDispatch(); + record = object[init.dispatchPropertyName]; + } + if (record != null) { + proto = record.p; + if (false === proto) + return record.i; + if (true === proto) + return object; + objectProto = Object.getPrototypeOf(object); + if (proto === objectProto) + return record.i; + if (record.e === objectProto) + throw A.wrapException(A.UnimplementedError$("Return interceptor for " + A.S(proto(object, record)))); + } + $constructor = object.constructor; + if ($constructor == null) + interceptor = null; + else { + t1 = $._JS_INTEROP_INTERCEPTOR_TAG; + if (t1 == null) + t1 = $._JS_INTEROP_INTERCEPTOR_TAG = init.getIsolateTag("_$dart_js"); + interceptor = $constructor[t1]; + } + if (interceptor != null) + return interceptor; + interceptor = A.lookupAndCacheInterceptor(object); + if (interceptor != null) + return interceptor; + if (typeof object == "function") + return B.JavaScriptFunction_methods; + proto = Object.getPrototypeOf(object); + if (proto == null) + return B.PlainJavaScriptObject_methods; + if (proto === Object.prototype) + return B.PlainJavaScriptObject_methods; + if (typeof $constructor == "function") { + t1 = $._JS_INTEROP_INTERCEPTOR_TAG; + if (t1 == null) + t1 = $._JS_INTEROP_INTERCEPTOR_TAG = init.getIsolateTag("_$dart_js"); + Object.defineProperty($constructor, t1, {value: B.UnknownJavaScriptObject_methods, enumerable: false, writable: true, configurable: true}); + return B.UnknownJavaScriptObject_methods; + } + return B.UnknownJavaScriptObject_methods; + }, + JSArray_JSArray$fixed($length, $E) { + if ($length < 0 || $length > 4294967295) + throw A.wrapException(A.RangeError$range($length, 0, 4294967295, "length", null)); + return J.JSArray_JSArray$markFixed(new Array($length), $E); + }, + JSArray_JSArray$allocateFixed($length, $E) { + if ($length < 0 || $length > 4294967295) + throw A.wrapException(A.RangeError$range($length, 0, 4294967295, "length", null)); + return J.JSArray_JSArray$markFixed(new Array($length), $E); + }, + JSArray_JSArray$growable($length, $E) { + if ($length < 0) + throw A.wrapException(A.ArgumentError$("Length must be a non-negative integer: " + $length, null)); + return A._setArrayType(new Array($length), $E._eval$1("JSArray<0>")); + }, + JSArray_JSArray$allocateGrowable($length, $E) { + if ($length < 0) + throw A.wrapException(A.ArgumentError$("Length must be a non-negative integer: " + $length, null)); + return A._setArrayType(new Array($length), $E._eval$1("JSArray<0>")); + }, + JSArray_JSArray$markFixed(allocation, $E) { + return J.JSArray_markFixedList(A._setArrayType(allocation, $E._eval$1("JSArray<0>"))); + }, + JSArray_markFixedList(list) { + list.fixed$length = Array; + return list; + }, + JSArray_markUnmodifiableList(list) { + list.fixed$length = Array; + list.immutable$list = Array; + return list; + }, + JSArray__compareAny(a, b) { + return J.compareTo$1$ns(a, b); + }, + JSString__isWhitespace(codeUnit) { + if (codeUnit < 256) + switch (codeUnit) { + case 9: + case 10: + case 11: + case 12: + case 13: + case 32: + case 133: + case 160: + return true; + default: + return false; + } + switch (codeUnit) { + case 5760: + case 8192: + case 8193: + case 8194: + case 8195: + case 8196: + case 8197: + case 8198: + case 8199: + case 8200: + case 8201: + case 8202: + case 8232: + case 8233: + case 8239: + case 8287: + case 12288: + case 65279: + return true; + default: + return false; + } + }, + JSString__skipLeadingWhitespace(string, index) { + var t1, codeUnit; + for (t1 = string.length; index < t1;) { + codeUnit = string.charCodeAt(index); + if (codeUnit !== 32 && codeUnit !== 13 && !J.JSString__isWhitespace(codeUnit)) + break; + ++index; + } + return index; + }, + JSString__skipTrailingWhitespace(string, index) { + var index0, codeUnit; + for (; index > 0; index = index0) { + index0 = index - 1; + codeUnit = string.charCodeAt(index0); + if (codeUnit !== 32 && codeUnit !== 13 && !J.JSString__isWhitespace(codeUnit)) + break; + } + return index; + }, + getInterceptor$(receiver) { + if (typeof receiver == "number") { + if (Math.floor(receiver) == receiver) + return J.JSInt.prototype; + return J.JSNumNotInt.prototype; + } + if (typeof receiver == "string") + return J.JSString.prototype; + if (receiver == null) + return J.JSNull.prototype; + if (typeof receiver == "boolean") + return J.JSBool.prototype; + if (Array.isArray(receiver)) + return J.JSArray.prototype; + if (typeof receiver != "object") { + if (typeof receiver == "function") + return J.JavaScriptFunction.prototype; + if (typeof receiver == "symbol") + return J.JavaScriptSymbol.prototype; + if (typeof receiver == "bigint") + return J.JavaScriptBigInt.prototype; + return receiver; + } + if (receiver instanceof A.Object) + return receiver; + return J.getNativeInterceptor(receiver); + }, + getInterceptor$ansx(receiver) { + if (typeof receiver == "number") + return J.JSNumber.prototype; + if (typeof receiver == "string") + return J.JSString.prototype; + if (receiver == null) + return receiver; + if (Array.isArray(receiver)) + return J.JSArray.prototype; + if (typeof receiver != "object") { + if (typeof receiver == "function") + return J.JavaScriptFunction.prototype; + if (typeof receiver == "symbol") + return J.JavaScriptSymbol.prototype; + if (typeof receiver == "bigint") + return J.JavaScriptBigInt.prototype; + return receiver; + } + if (receiver instanceof A.Object) + return receiver; + return J.getNativeInterceptor(receiver); + }, + getInterceptor$asx(receiver) { + if (typeof receiver == "string") + return J.JSString.prototype; + if (receiver == null) + return receiver; + if (Array.isArray(receiver)) + return J.JSArray.prototype; + if (typeof receiver != "object") { + if (typeof receiver == "function") + return J.JavaScriptFunction.prototype; + if (typeof receiver == "symbol") + return J.JavaScriptSymbol.prototype; + if (typeof receiver == "bigint") + return J.JavaScriptBigInt.prototype; + return receiver; + } + if (receiver instanceof A.Object) + return receiver; + return J.getNativeInterceptor(receiver); + }, + getInterceptor$ax(receiver) { + if (receiver == null) + return receiver; + if (Array.isArray(receiver)) + return J.JSArray.prototype; + if (typeof receiver != "object") { + if (typeof receiver == "function") + return J.JavaScriptFunction.prototype; + if (typeof receiver == "symbol") + return J.JavaScriptSymbol.prototype; + if (typeof receiver == "bigint") + return J.JavaScriptBigInt.prototype; + return receiver; + } + if (receiver instanceof A.Object) + return receiver; + return J.getNativeInterceptor(receiver); + }, + getInterceptor$in(receiver) { + if (typeof receiver == "number") { + if (Math.floor(receiver) == receiver) + return J.JSInt.prototype; + return J.JSNumNotInt.prototype; + } + if (receiver == null) + return receiver; + if (!(receiver instanceof A.Object)) + return J.UnknownJavaScriptObject.prototype; + return receiver; + }, + getInterceptor$n(receiver) { + if (typeof receiver == "number") + return J.JSNumber.prototype; + if (receiver == null) + return receiver; + if (!(receiver instanceof A.Object)) + return J.UnknownJavaScriptObject.prototype; + return receiver; + }, + getInterceptor$ns(receiver) { + if (typeof receiver == "number") + return J.JSNumber.prototype; + if (typeof receiver == "string") + return J.JSString.prototype; + if (receiver == null) + return receiver; + if (!(receiver instanceof A.Object)) + return J.UnknownJavaScriptObject.prototype; + return receiver; + }, + getInterceptor$s(receiver) { + if (typeof receiver == "string") + return J.JSString.prototype; + if (receiver == null) + return receiver; + if (!(receiver instanceof A.Object)) + return J.UnknownJavaScriptObject.prototype; + return receiver; + }, + getInterceptor$x(receiver) { + if (receiver == null) + return receiver; + if (typeof receiver != "object") { + if (typeof receiver == "function") + return J.JavaScriptFunction.prototype; + if (typeof receiver == "symbol") + return J.JavaScriptSymbol.prototype; + if (typeof receiver == "bigint") + return J.JavaScriptBigInt.prototype; + return receiver; + } + if (receiver instanceof A.Object) + return receiver; + return J.getNativeInterceptor(receiver); + }, + getInterceptor$z(receiver) { + if (receiver == null) + return receiver; + if (!(receiver instanceof A.Object)) + return J.UnknownJavaScriptObject.prototype; + return receiver; + }, + set$_count$z(receiver, value) { + return J.getInterceptor$z(receiver).set$_count(receiver, value); + }, + set$length$asx(receiver, value) { + return J.getInterceptor$asx(receiver).set$length(receiver, value); + }, + set$text$z(receiver, value) { + return J.getInterceptor$z(receiver).set$text(receiver, value); + }, + get$access_token$x(receiver) { + return J.getInterceptor$x(receiver).get$access_token(receiver); + }, + get$add$ax(receiver) { + return J.getInterceptor$ax(receiver).get$add(receiver); + }, + get$attached$z(receiver) { + return J.getInterceptor$z(receiver).get$attached(receiver); + }, + get$authorization$x(receiver) { + return J.getInterceptor$x(receiver).get$authorization(receiver); + }, + get$body$x(receiver) { + return J.getInterceptor$x(receiver).get$body(receiver); + }, + get$buffer$x(receiver) { + return J.getInterceptor$x(receiver).get$buffer(receiver); + }, + get$children$x(receiver) { + return J.getInterceptor$x(receiver).get$children(receiver); + }, + get$close$z(receiver) { + return J.getInterceptor$z(receiver).get$close(receiver); + }, + get$code$x(receiver) { + return J.getInterceptor$x(receiver).get$code(receiver); + }, + get$credentials$z(receiver) { + return J.getInterceptor$z(receiver).get$credentials(receiver); + }, + get$current$z(receiver) { + return J.getInterceptor$z(receiver).get$current(receiver); + }, + get$currentUser$x(receiver) { + return J.getInterceptor$x(receiver).get$currentUser(receiver); + }, + get$document$x(receiver) { + return J.getInterceptor$x(receiver).get$document(receiver); + }, + get$email$x(receiver) { + return J.getInterceptor$x(receiver).get$email(receiver); + }, + get$entries$x(receiver) { + return J.getInterceptor$x(receiver).get$entries(receiver); + }, + get$error$x(receiver) { + return J.getInterceptor$x(receiver).get$error(receiver); + }, + get$first$ax(receiver) { + return J.getInterceptor$ax(receiver).get$first(receiver); + }, + get$firstName$x(receiver) { + return J.getInterceptor$x(receiver).get$firstName(receiver); + }, + get$hashCode$(receiver) { + return J.getInterceptor$(receiver).get$hashCode(receiver); + }, + get$height$x(receiver) { + return J.getInterceptor$x(receiver).get$height(receiver); + }, + get$id$x(receiver) { + return J.getInterceptor$x(receiver).get$id(receiver); + }, + get$id_token$x(receiver) { + return J.getInterceptor$x(receiver).get$id_token(receiver); + }, + get$image$z(receiver) { + return J.getInterceptor$z(receiver).get$image(receiver); + }, + get$index$z(receiver) { + return J.getInterceptor$z(receiver).get$index(receiver); + }, + get$isCollapsed$z(receiver) { + return J.getInterceptor$z(receiver).get$isCollapsed(receiver); + }, + get$isEmpty$asx(receiver) { + return J.getInterceptor$asx(receiver).get$isEmpty(receiver); + }, + get$isNotEmpty$asx(receiver) { + return J.getInterceptor$asx(receiver).get$isNotEmpty(receiver); + }, + get$iterator$ax(receiver) { + return J.getInterceptor$ax(receiver).get$iterator(receiver); + }, + get$keys$x(receiver) { + return J.getInterceptor$x(receiver).get$keys(receiver); + }, + get$last$ax(receiver) { + return J.getInterceptor$ax(receiver).get$last(receiver); + }, + get$lastName$x(receiver) { + return J.getInterceptor$x(receiver).get$lastName(receiver); + }, + get$length$asx(receiver) { + return J.getInterceptor$asx(receiver).get$length(receiver); + }, + get$lengthInBytes$x(receiver) { + return J.getInterceptor$x(receiver).get$lengthInBytes(receiver); + }, + get$lineNumber$z(receiver) { + return J.getInterceptor$z(receiver).get$lineNumber(receiver); + }, + get$message$x(receiver) { + return J.getInterceptor$x(receiver).get$message(receiver); + }, + get$name$x(receiver) { + return J.getInterceptor$x(receiver).get$name(receiver); + }, + get$nodes$x(receiver) { + return J.getInterceptor$x(receiver).get$nodes(receiver); + }, + get$numPages$x(receiver) { + return J.getInterceptor$x(receiver).get$numPages(receiver); + }, + get$offset$x(receiver) { + return J.getInterceptor$x(receiver).get$offset(receiver); + }, + get$onError$x(receiver) { + return J.getInterceptor$x(receiver).get$onError(receiver); + }, + get$payload$z(receiver) { + return J.getInterceptor$z(receiver).get$payload(receiver); + }, + get$product$x(receiver) { + return J.getInterceptor$x(receiver).get$product(receiver); + }, + get$promise$x(receiver) { + return J.getInterceptor$x(receiver).get$promise(receiver); + }, + get$reversed$ax(receiver) { + return J.getInterceptor$ax(receiver).get$reversed(receiver); + }, + get$runtimeType$(receiver) { + return J.getInterceptor$(receiver).get$runtimeType(receiver); + }, + get$setRequestHeader$x(receiver) { + return J.getInterceptor$x(receiver).get$setRequestHeader(receiver); + }, + get$sign$in(receiver) { + if (typeof receiver === "number") + return receiver > 0 ? 1 : receiver < 0 ? -1 : receiver; + return J.getInterceptor$in(receiver).get$sign(receiver); + }, + get$size$x(receiver) { + return J.getInterceptor$x(receiver).get$size(receiver); + }, + get$source$z(receiver) { + return J.getInterceptor$z(receiver).get$source(receiver); + }, + get$state$x(receiver) { + return J.getInterceptor$x(receiver).get$state(receiver); + }, + get$status$x(receiver) { + return J.getInterceptor$x(receiver).get$status(receiver); + }, + get$stop$x(receiver) { + return J.getInterceptor$x(receiver).get$stop(receiver); + }, + get$stream$z(receiver) { + return J.getInterceptor$z(receiver).get$stream(receiver); + }, + get$transaction$x(receiver) { + return J.getInterceptor$x(receiver).get$transaction(receiver); + }, + get$user$x(receiver) { + return J.getInterceptor$x(receiver).get$user(receiver); + }, + get$value$x(receiver) { + return J.getInterceptor$x(receiver).get$value(receiver); + }, + get$values$x(receiver) { + return J.getInterceptor$x(receiver).get$values(receiver); + }, + get$vendor$x(receiver) { + return J.getInterceptor$x(receiver).get$vendor(receiver); + }, + get$width$x(receiver) { + return J.getInterceptor$x(receiver).get$width(receiver); + }, + $add$ansx(receiver, a0) { + if (typeof receiver == "number" && typeof a0 == "number") + return receiver + a0; + return J.getInterceptor$ansx(receiver).$add(receiver, a0); + }, + $div$n(receiver, a0) { + if (typeof receiver == "number" && typeof a0 == "number") + return receiver / a0; + return J.getInterceptor$n(receiver).$div(receiver, a0); + }, + $eq$(receiver, a0) { + if (receiver == null) + return a0 == null; + if (typeof receiver != "object") + return a0 != null && receiver === a0; + return J.getInterceptor$(receiver).$eq(receiver, a0); + }, + $get$0$x(receiver) { + return J.getInterceptor$x(receiver).$get$0(receiver); + }, + $get$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).$get$2(receiver, a0, a1); + }, + $get$3$rawResponse$x(receiver, a0, a1, a2) { + return J.getInterceptor$x(receiver).$get$3$rawResponse(receiver, a0, a1, a2); + }, + $gt$n(receiver, a0) { + if (typeof receiver == "number" && typeof a0 == "number") + return receiver > a0; + return J.getInterceptor$n(receiver).$gt(receiver, a0); + }, + $index$asx(receiver, a0) { + if (typeof a0 === "number") + if (Array.isArray(receiver) || typeof receiver == "string" || A.isJsIndexable(receiver, receiver[init.dispatchPropertyName])) + if (a0 >>> 0 === a0 && a0 < receiver.length) + return receiver[a0]; + return J.getInterceptor$asx(receiver).$index(receiver, a0); + }, + $indexSet$ax(receiver, a0, a1) { + if (typeof a0 === "number") + if ((Array.isArray(receiver) || A.isJsIndexable(receiver, receiver[init.dispatchPropertyName])) && !receiver.immutable$list && a0 >>> 0 === a0 && a0 < receiver.length) + return receiver[a0] = a1; + return J.getInterceptor$ax(receiver).$indexSet(receiver, a0, a1); + }, + $mul$ns(receiver, a0) { + if (typeof receiver == "number" && typeof a0 == "number") + return receiver * a0; + return J.getInterceptor$ns(receiver).$mul(receiver, a0); + }, + $sub$n(receiver, a0) { + if (typeof receiver == "number" && typeof a0 == "number") + return receiver - a0; + return J.getInterceptor$n(receiver).$sub(receiver, a0); + }, + _clearChildren$0$x(receiver) { + return J.getInterceptor$x(receiver)._clearChildren$0(receiver); + }, + _replaceChild$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver)._replaceChild$2(receiver, a0, a1); + }, + accept$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).accept$1(receiver, a0); + }, + add$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).add$1(receiver, a0); + }, + addAll$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).addAll$1(receiver, a0); + }, + addEventListener$3$x(receiver, a0, a1, a2) { + return J.getInterceptor$x(receiver).addEventListener$3(receiver, a0, a1, a2); + }, + addListener$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).addListener$1(receiver, a0); + }, + addStream$1$z(receiver, a0) { + return J.getInterceptor$z(receiver).addStream$1(receiver, a0); + }, + allMatches$1$s(receiver, a0) { + return J.getInterceptor$s(receiver).allMatches$1(receiver, a0); + }, + allMatches$2$s(receiver, a0, a1) { + return J.getInterceptor$s(receiver).allMatches$2(receiver, a0, a1); + }, + any$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).any$1(receiver, a0); + }, + asByteData$0$x(receiver) { + return J.getInterceptor$x(receiver).asByteData$0(receiver); + }, + asByteData$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).asByteData$2(receiver, a0, a1); + }, + asFloat32List$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).asFloat32List$2(receiver, a0, a1); + }, + asFloat64List$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).asFloat64List$2(receiver, a0, a1); + }, + asInt32List$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).asInt32List$2(receiver, a0, a1); + }, + asInt64List$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).asInt64List$2(receiver, a0, a1); + }, + asMap$0$ax(receiver) { + return J.getInterceptor$ax(receiver).asMap$0(receiver); + }, + asUint32List$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).asUint32List$2(receiver, a0, a1); + }, + asUint8List$0$x(receiver) { + return J.getInterceptor$x(receiver).asUint8List$0(receiver); + }, + asUint8List$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).asUint8List$2(receiver, a0, a1); + }, + cast$1$0$ax(receiver, $T1) { + return J.getInterceptor$ax(receiver).cast$1$0(receiver, $T1); + }, + cast$2$0$ax(receiver, $T1, $T2) { + return J.getInterceptor$ax(receiver).cast$2$0(receiver, $T1, $T2); + }, + clamp$2$n(receiver, a0, a1) { + return J.getInterceptor$n(receiver).clamp$2(receiver, a0, a1); + }, + cleanup$0$x(receiver) { + return J.getInterceptor$x(receiver).cleanup$0(receiver); + }, + clear$0$ax(receiver) { + return J.getInterceptor$ax(receiver).clear$0(receiver); + }, + close$0$z(receiver) { + return J.getInterceptor$z(receiver).close$0(receiver); + }, + codeUnitAt$1$s(receiver, a0) { + return J.getInterceptor$s(receiver).codeUnitAt$1(receiver, a0); + }, + compareTo$1$ns(receiver, a0) { + return J.getInterceptor$ns(receiver).compareTo$1(receiver, a0); + }, + compareTo$3$expenseCategory$sortAscending$sortField$ns(receiver, a0, a1, a2) { + return J.getInterceptor$ns(receiver).compareTo$3$expenseCategory$sortAscending$sortField(receiver, a0, a1, a2); + }, + compareTo$3$sortAscending$sortField$taskStatus$ns(receiver, a0, a1, a2) { + return J.getInterceptor$ns(receiver).compareTo$3$sortAscending$sortField$taskStatus(receiver, a0, a1, a2); + }, + compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap$ns(receiver, a0, a1, a2, a3, a4, a5) { + return J.getInterceptor$ns(receiver).compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap(receiver, a0, a1, a2, a3, a4, a5); + }, + compareTo$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap$ns(receiver, a0, a1, a2, a3, a4, a5, a6) { + return J.getInterceptor$ns(receiver).compareTo$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap(receiver, a0, a1, a2, a3, a4, a5, a6); + }, + complete$0$z(receiver) { + return J.getInterceptor$z(receiver).complete$0(receiver); + }, + complete$1$z(receiver, a0) { + return J.getInterceptor$z(receiver).complete$1(receiver, a0); + }, + complete$2$isReplaced$z(receiver, a0, a1) { + return J.getInterceptor$z(receiver).complete$2$isReplaced(receiver, a0, a1); + }, + contains$1$asx(receiver, a0) { + return J.getInterceptor$asx(receiver).contains$1(receiver, a0); + }, + containsKey$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).containsKey$1(receiver, a0); + }, + createElement$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).createElement$1(receiver, a0); + }, + destroy$0$x(receiver) { + return J.getInterceptor$x(receiver).destroy$0(receiver); + }, + detach$0$z(receiver) { + return J.getInterceptor$z(receiver).detach$0(receiver); + }, + disconnect$0$x(receiver) { + return J.getInterceptor$x(receiver).disconnect$0(receiver); + }, + elementAt$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).elementAt$1(receiver, a0); + }, + endsWith$1$s(receiver, a0) { + return J.getInterceptor$s(receiver).endsWith$1(receiver, a0); + }, + expand$1$1$ax(receiver, a0, $T1) { + return J.getInterceptor$ax(receiver).expand$1$1(receiver, a0, $T1); + }, + floor$0$n(receiver) { + return J.getInterceptor$n(receiver).floor$0(receiver); + }, + fold$1$2$ax(receiver, a0, a1, $T1) { + return J.getInterceptor$ax(receiver).fold$1$2(receiver, a0, a1, $T1); + }, + followedBy$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).followedBy$1(receiver, a0); + }, + forEach$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).forEach$1(receiver, a0); + }, + getAuthResponse$0$x(receiver) { + return J.getInterceptor$x(receiver).getAuthResponse$0(receiver); + }, + getBasicProfile$0$x(receiver) { + return J.getInterceptor$x(receiver).getBasicProfile$0(receiver); + }, + getContext$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).getContext$1(receiver, a0); + }, + getEmail$0$x(receiver) { + return J.getInterceptor$x(receiver).getEmail$0(receiver); + }, + getFloat64$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).getFloat64$2(receiver, a0, a1); + }, + getId$0$x(receiver) { + return J.getInterceptor$x(receiver).getId$0(receiver); + }, + getImageUrl$0$x(receiver) { + return J.getInterceptor$x(receiver).getImageUrl$0(receiver); + }, + getInt32$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).getInt32$2(receiver, a0, a1); + }, + getInt64$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).getInt64$2(receiver, a0, a1); + }, + getName$0$x(receiver) { + return J.getInterceptor$x(receiver).getName$0(receiver); + }, + getPage$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).getPage$1(receiver, a0); + }, + getRange$2$ax(receiver, a0, a1) { + return J.getInterceptor$ax(receiver).getRange$2(receiver, a0, a1); + }, + getTransformTo$1$z(receiver, a0) { + return J.getInterceptor$z(receiver).getTransformTo$1(receiver, a0); + }, + getUint16$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).getUint16$2(receiver, a0, a1); + }, + getUint32$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).getUint32$2(receiver, a0, a1); + }, + getUint8$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).getUint8$1(receiver, a0); + }, + getViewport$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).getViewport$1(receiver, a0); + }, + indexOf$1$asx(receiver, a0) { + return J.getInterceptor$asx(receiver).indexOf$1(receiver, a0); + }, + indexOf$2$asx(receiver, a0, a1) { + return J.getInterceptor$asx(receiver).indexOf$2(receiver, a0, a1); + }, + insert$2$ax(receiver, a0, a1) { + return J.getInterceptor$ax(receiver).insert$2(receiver, a0, a1); + }, + insertAll$2$ax(receiver, a0, a1) { + return J.getInterceptor$ax(receiver).insertAll$2(receiver, a0, a1); + }, + insertAllBefore$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).insertAllBefore$2(receiver, a0, a1); + }, + isIdentity$0$z(receiver) { + return J.getInterceptor$z(receiver).isIdentity$0(receiver); + }, + isSignedIn$0$x(receiver) { + return J.getInterceptor$x(receiver).isSignedIn$0(receiver); + }, + join$0$ax(receiver) { + return J.getInterceptor$ax(receiver).join$0(receiver); + }, + join$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).join$1(receiver, a0); + }, + listen$4$cancelOnError$onDone$onError$z(receiver, a0, a1, a2, a3) { + return J.getInterceptor$z(receiver).listen$4$cancelOnError$onDone$onError(receiver, a0, a1, a2, a3); + }, + listener$1$z(receiver, a0) { + return J.getInterceptor$z(receiver).listener$1(receiver, a0); + }, + loginPopup$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).loginPopup$1(receiver, a0); + }, + map$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).map$1(receiver, a0); + }, + map$1$1$ax(receiver, a0, $T1) { + return J.getInterceptor$ax(receiver).map$1$1(receiver, a0, $T1); + }, + map$2$1$ax(receiver, a0, $T1, $T2) { + return J.getInterceptor$ax(receiver).map$2$1(receiver, a0, $T1, $T2); + }, + matchAsPrefix$2$s(receiver, a0, a1) { + return J.getInterceptor$s(receiver).matchAsPrefix$2(receiver, a0, a1); + }, + noSuchMethod$1$(receiver, a0) { + return J.getInterceptor$(receiver).noSuchMethod$1(receiver, a0); + }, + onCancel$0$z(receiver) { + return J.getInterceptor$z(receiver).onCancel$0(receiver); + }, + onPause$0$z(receiver) { + return J.getInterceptor$z(receiver).onPause$0(receiver); + }, + onResume$0$z(receiver) { + return J.getInterceptor$z(receiver).onResume$0(receiver); + }, + open$3$async$x(receiver, a0, a1, a2) { + return J.getInterceptor$x(receiver).open$3$async(receiver, a0, a1, a2); + }, + parse$2$z(receiver, a0, a1) { + return J.getInterceptor$z(receiver).parse$2(receiver, a0, a1); + }, + put$4$z(receiver, a0, a1, a2, a3) { + return J.getInterceptor$z(receiver).put$4(receiver, a0, a1, a2, a3); + }, + putIfAbsent$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).putIfAbsent$2(receiver, a0, a1); + }, + readAsArrayBuffer$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).readAsArrayBuffer$1(receiver, a0); + }, + remove$0$ax(receiver) { + return J.getInterceptor$ax(receiver).remove$0(receiver); + }, + remove$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).remove$1(receiver, a0); + }, + removeAt$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).removeAt$1(receiver, a0); + }, + removeEventListener$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).removeEventListener$2(receiver, a0, a1); + }, + removeEventListener$3$x(receiver, a0, a1, a2) { + return J.getInterceptor$x(receiver).removeEventListener$3(receiver, a0, a1, a2); + }, + removeLast$0$ax(receiver) { + return J.getInterceptor$ax(receiver).removeLast$0(receiver); + }, + removeListener$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).removeListener$1(receiver, a0); + }, + removeRange$2$ax(receiver, a0, a1) { + return J.getInterceptor$ax(receiver).removeRange$2(receiver, a0, a1); + }, + removeWhere$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).removeWhere$1(receiver, a0); + }, + render$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).render$1(receiver, a0); + }, + replaceFirst$2$s(receiver, a0, a1) { + return J.getInterceptor$s(receiver).replaceFirst$2(receiver, a0, a1); + }, + replaceWith$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).replaceWith$1(receiver, a0); + }, + resolve$1$z(receiver, a0) { + return J.getInterceptor$z(receiver).resolve$1(receiver, a0); + }, + retainWhere$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).retainWhere$1(receiver, a0); + }, + round$0$n(receiver) { + return J.getInterceptor$n(receiver).round$0(receiver); + }, + scale$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).scale$1(receiver, a0); + }, + send$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).send$1(receiver, a0); + }, + setAll$2$ax(receiver, a0, a1) { + return J.getInterceptor$ax(receiver).setAll$2(receiver, a0, a1); + }, + setRange$3$ax(receiver, a0, a1, a2) { + return J.getInterceptor$ax(receiver).setRange$3(receiver, a0, a1, a2); + }, + setRange$4$ax(receiver, a0, a1, a2, a3) { + return J.getInterceptor$ax(receiver).setRange$4(receiver, a0, a1, a2, a3); + }, + show$0$z(receiver) { + return J.getInterceptor$z(receiver).show$0(receiver); + }, + signIn$1$x(receiver, a0) { + return J.getInterceptor$x(receiver).signIn$1(receiver, a0); + }, + signOut$0$x(receiver) { + return J.getInterceptor$x(receiver).signOut$0(receiver); + }, + skip$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).skip$1(receiver, a0); + }, + sort$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).sort$1(receiver, a0); + }, + split$1$s(receiver, a0) { + return J.getInterceptor$s(receiver).split$1(receiver, a0); + }, + startsWith$1$s(receiver, a0) { + return J.getInterceptor$s(receiver).startsWith$1(receiver, a0); + }, + style$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).style$2(receiver, a0, a1); + }, + sublist$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).sublist$1(receiver, a0); + }, + sublist$2$ax(receiver, a0, a1) { + return J.getInterceptor$ax(receiver).sublist$2(receiver, a0, a1); + }, + submit$0$z(receiver) { + return J.getInterceptor$z(receiver).submit$0(receiver); + }, + substring$1$s(receiver, a0) { + return J.getInterceptor$s(receiver).substring$1(receiver, a0); + }, + substring$2$s(receiver, a0, a1) { + return J.getInterceptor$s(receiver).substring$2(receiver, a0, a1); + }, + take$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).take$1(receiver, a0); + }, + then$1$1$x(receiver, a0, $T1) { + return J.getInterceptor$x(receiver).then$1$1(receiver, a0, $T1); + }, + then$1$2$onError$x(receiver, a0, a1, $T1) { + return J.getInterceptor$x(receiver).then$1$2$onError(receiver, a0, a1, $T1); + }, + then$2$x(receiver, a0, a1) { + return J.getInterceptor$x(receiver).then$2(receiver, a0, a1); + }, + toBlob$0$x(receiver) { + return J.getInterceptor$x(receiver).toBlob$0(receiver); + }, + toInt$0$n(receiver) { + return J.getInterceptor$n(receiver).toInt$0(receiver); + }, + toList$0$ax(receiver) { + return J.getInterceptor$ax(receiver).toList$0(receiver); + }, + toList$1$growable$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).toList$1$growable(receiver, a0); + }, + toRadixString$1$n(receiver, a0) { + return J.getInterceptor$n(receiver).toRadixString$1(receiver, a0); + }, + toSet$0$ax(receiver) { + return J.getInterceptor$ax(receiver).toSet$0(receiver); + }, + toString$0$(receiver) { + return J.getInterceptor$(receiver).toString$0(receiver); + }, + total$2$z(receiver, a0, a1) { + return J.getInterceptor$z(receiver).total$2(receiver, a0, a1); + }, + trim$0$s(receiver) { + return J.getInterceptor$s(receiver).trim$0(receiver); + }, + trimLeft$0$s(receiver) { + return J.getInterceptor$s(receiver).trimLeft$0(receiver); + }, + updateWith$1$config$z(receiver, a0) { + return J.getInterceptor$z(receiver).updateWith$1$config(receiver, a0); + }, + where$1$ax(receiver, a0) { + return J.getInterceptor$ax(receiver).where$1(receiver, a0); + }, + Interceptor: function Interceptor() { + }, + JSBool: function JSBool() { + }, + JSNull: function JSNull() { + }, + JavaScriptObject: function JavaScriptObject() { + }, + LegacyJavaScriptObject: function LegacyJavaScriptObject() { + }, + PlainJavaScriptObject: function PlainJavaScriptObject() { + }, + UnknownJavaScriptObject: function UnknownJavaScriptObject() { + }, + JavaScriptFunction: function JavaScriptFunction() { + }, + JavaScriptBigInt: function JavaScriptBigInt() { + }, + JavaScriptSymbol: function JavaScriptSymbol() { + }, + JSArray: function JSArray(t0) { + this.$ti = t0; + }, + JSUnmodifiableArray: function JSUnmodifiableArray(t0) { + this.$ti = t0; + }, + ArrayIterator: function ArrayIterator(t0, t1, t2) { + var _ = this; + _._iterable = t0; + _.__interceptors$_length = t1; + _._index = 0; + _.__interceptors$_current = null; + _.$ti = t2; + }, + JSNumber: function JSNumber() { + }, + JSInt: function JSInt() { + }, + JSNumNotInt: function JSNumNotInt() { + }, + JSString: function JSString() { + } + }, + A = { browserEngine() { var t1 = $.$get$_browserEngine(); return t1; @@ -659,7 +1663,7 @@ return null; }, RegisteredFont$(bytes, family, typeface) { - var skFont = new globalThis.window.flutterCanvasKit.Font(typeface), + var skFont = new self.window.flutterCanvasKit.Font(typeface), t1 = A._setArrayType([0], type$.JSArray_int); skFont.getGlyphBounds(t1, null, null); return new A.RegisteredFont(family, bytes, typeface); @@ -760,7 +1764,7 @@ response = $async$result; contentLength = response.get$contentLength(); if (!response.get$hasPayload()) { - t1 = A.ImageCodecException$(string$.Failed + url + "\nServer response code: " + J.get$status$x(response)); + t1 = A.ImageCodecException$(string$.Failedl + url + "\nServer response code: " + J.get$status$x(response)); throw A.wrapException(t1); } $async$goto = contentLength != null ? 8 : 10; @@ -797,7 +1801,7 @@ $async$handler = 3; $async$exception = $async$currentError; if (A.unwrapException($async$exception) instanceof A.HttpFetchError) - throw A.wrapException(A.ImageCodecException$(string$.Failed + url + "\nTrying to load an image from another domain? Find answers at:\nhttps://flutter.dev/docs/development/platform-integration/web-images")); + throw A.wrapException(A.ImageCodecException$(string$.Failedl + url + "\nTrying to load an image from another domain? Find answers at:\nhttps://flutter.dev/docs/development/platform-integration/web-images")); else throw $async$exception; // goto after finally @@ -826,7 +1830,7 @@ readChunked$body(payload, contentLength, chunkCallback) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Uint8List), - $async$returnValue, t1, result; + $async$returnValue, t1, t2, result; var $async$readChunked = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -835,10 +1839,11 @@ case 0: // Function start t1 = {}; - result = type$.Uint8List._as(new globalThis.Uint8Array(contentLength)); + t2 = type$.Uint8List; + result = t2._as(new self.Uint8Array(contentLength)); t1.cumulativeBytesLoaded = t1.position = 0; $async$goto = 3; - return A._asyncAwait(payload.read$1$1(0, new A.readChunked_closure(t1, chunkCallback, contentLength, result), type$.JavaScriptObject), $async$readChunked); + return A._asyncAwait(payload.read$1$1(0, new A.readChunked_closure(t1, chunkCallback, contentLength, result), t2), $async$readChunked); case 3: // returning from await. $async$returnValue = result; @@ -1014,7 +2019,7 @@ case 0: // Function start size = B.JSNumber_methods.toInt$0(videoFrame.allocationSize()); - destination = type$.Uint8List._as(new globalThis.Uint8Array(size)); + destination = type$.Uint8List._as(new self.Uint8Array(size)); $async$goto = 3; return A._asyncAwait(A.promiseToFuture(videoFrame.copyTo(destination), type$.void), $async$readVideoFramePixelsUnmodified); case 3: @@ -1067,7 +2072,7 @@ }, CkPaint$() { var t3, - t1 = new globalThis.window.flutterCanvasKit.Paint(), + t1 = new self.window.flutterCanvasKit.Paint(), t2 = new A.CkPaint(t1, B.BlendMode_3, B.PaintingStyle_0, B.StrokeCap_0, B.StrokeJoin_0, B.FilterQuality_0); t1.setAntiAlias(true); t1.setColorInt(4278190080); @@ -1078,7 +2083,7 @@ return t2; }, CkPath_CkPath() { - var skPath = new globalThis.window.flutterCanvasKit.Path(); + var skPath = new self.window.flutterCanvasKit.Path(); skPath.setFillType($.$get$_skFillTypes()[0]); return A.CkPath$_(skPath, B.PathFillType_0); }, @@ -1241,6 +2246,20 @@ var t1 = _this.nonce; return t1 == null ? null : t1; }, + ScreenOrientation__deviceOrientationToLockType(deviceOrientation) { + switch (deviceOrientation) { + case "DeviceOrientation.portraitUp": + return "portrait-primary"; + case "DeviceOrientation.portraitDown": + return "portrait-secondary"; + case "DeviceOrientation.landscapeLeft": + return "landscape-primary"; + case "DeviceOrientation.landscapeRight": + return "landscape-secondary"; + default: + return null; + } + }, DomWindowExtension_get_innerHeight(_this) { var t1 = _this.innerHeight; return t1 == null ? null : t1; @@ -1284,6 +2303,9 @@ else _this.removeEventListener(type, listener, useCapture); }, + createDomEventListener(listener) { + return type$.JavaScriptObject._as(A.allowInterop(listener)); + }, DomEventExtension_get_timeStamp(_this) { var t1 = _this.timeStamp; return t1 == null ? null : t1; @@ -1559,16 +2581,12 @@ }); return A._asyncStartSync($async$HttpFetchResponseExtension_asUint8List, $async$completer); }, - DomTextMetricsExtension_get_width(_this) { - var t1 = _this.width; - return t1 == null ? null : t1; - }, createDomFontFace(family, source, descriptors) { var t1, t2; if (descriptors == null) - return new globalThis.FontFace(family, source); + return new self.FontFace(family, source); else { - t1 = globalThis.FontFace; + t1 = self.FontFace; t2 = A.jsify(descriptors); if (t2 == null) t2 = type$.Object._as(t2); @@ -1584,6 +2602,18 @@ _this.value = t1; return t1; }, + DomHTMLTextAreaElementExtension_get_selectionStart(_this) { + var t1 = _this.selectionStart; + return t1 == null ? null : t1; + }, + DomHTMLTextAreaElementExtension_get_selectionEnd(_this) { + var t1 = _this.selectionEnd; + return t1 == null ? null : t1; + }, + DomHTMLTextAreaElementExtension_get_value(_this) { + var t1 = _this.value; + return t1 == null ? null : t1; + }, DomKeyboardEventExtension_get_code(_this) { var t1 = _this.code; return t1 == null ? null : t1; @@ -1602,6 +2632,10 @@ } return t1; }, + createDomBlob(parts) { + var t1 = self; + return new t1.Blob(parts); + }, DomMediaQueryListExtension_get_matches(_this) { return _this.matches; }, @@ -1662,6 +2696,14 @@ _this.disabled = value; return value; }, + DomHTMLInputElementExtension_get_selectionStart(_this) { + var t1 = _this.selectionStart; + return t1 == null ? null : t1; + }, + DomHTMLInputElementExtension_get_selectionEnd(_this) { + var t1 = _this.selectionEnd; + return t1 == null ? null : t1; + }, DomOffscreenCanvasExtension_getContext(_this, contextType, attributes) { var t1 = A.jsify(attributes); if (t1 == null) @@ -1677,7 +2719,7 @@ return new A.DomSubscription(typeString, target, t1); }, createDomResizeObserver(fn) { - return new globalThis.ResizeObserver(A.allowInterop(new A.createDomResizeObserver_closure(fn))); + return new self.ResizeObserver(A.allowInterop(new A.createDomResizeObserver_closure(fn))); }, createTrustedScriptUrl(url) { if (self.window.trustedTypes != null) @@ -1688,7 +2730,7 @@ var t1, t2; if (self.Intl.Segmenter == null) throw A.wrapException(A.UnimplementedError$("Intl.Segmenter() is not supported.")); - t1 = globalThis.Intl.Segmenter; + t1 = self.Intl.Segmenter; t2 = type$.String; t2 = A.jsify(A.LinkedHashMap_LinkedHashMap$_literal(["granularity", granularity], t2, t2)); if (t2 == null) @@ -1699,26 +2741,12 @@ var t1, t2; if (self.Intl.v8BreakIterator == null) throw A.wrapException(A.UnimplementedError$("v8BreakIterator is not supported.")); - t1 = globalThis.Intl.v8BreakIterator; + t1 = self.Intl.v8BreakIterator; t2 = A.jsify(B.Map_KPAWk); if (t2 == null) t2 = type$.Object._as(t2); return new t1([], t2); }, - FlutterViewEmbedder__deviceOrientationToLockType(deviceOrientation) { - switch (deviceOrientation) { - case "DeviceOrientation.portraitUp": - return "portrait-primary"; - case "DeviceOrientation.portraitDown": - return "portrait-secondary"; - case "DeviceOrientation.landscapeLeft": - return "landscape-primary"; - case "DeviceOrientation.landscapeRight": - return "landscape-secondary"; - default: - return null; - } - }, flutterViewEmbedder() { var embedder = $._flutterViewEmbedder; embedder.toString; @@ -1762,27 +2790,36 @@ FontFallbackManager$_(registry, fallbackFonts) { var t1 = type$.int, t2 = A.Future_Future$value(null, type$.void), - t3 = A._setArrayType(["Roboto"], type$.JSArray_String), - t4 = B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure()), - t5 = B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure0()), - t6 = B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure1()), - t7 = B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure2()), - t8 = B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure3()), - t9 = B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure4()); - t1 = new A.FontFallbackManager(registry, A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.FontFallbackManager_createNotoFontTree(fallbackFonts), t4, t5, t6, t7, t8, t9, t2, t3, A.LinkedHashSet_LinkedHashSet$_empty(t1)); + t3 = A._setArrayType(["Roboto"], type$.JSArray_String); + t1 = new A.FontFallbackManager(registry, A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashSet_LinkedHashSet$_empty(t1), fallbackFonts, B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure()), B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure0()), B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure1()), B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure2()), B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure3()), B.JSArray_methods.singleWhere$1(fallbackFonts, new A.FontFallbackManager$__closure4()), t2, t3, A.LinkedHashSet_LinkedHashSet$_empty(t1)); t3 = type$.NotoFont; t1.__FontFallbackManager_downloadQueue_F = new A.FallbackFontDownloadQueue(t1, A.LinkedHashSet_LinkedHashSet$_empty(t3), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, t3)); return t1; }, - FontFallbackManager_createNotoFontTree(fallbackFonts) { - var t2, _i, font, - t1 = type$.NotoFont, - ranges = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.List_CodePointRange); - for (t2 = fallbackFonts.length, _i = 0; _i < fallbackFonts.length; fallbackFonts.length === t2 || (0, A.throwConcurrentModificationError)(fallbackFonts), ++_i) { - font = fallbackFonts[_i]; - J.addAll$1$ax(ranges.putIfAbsent$2(0, font, new A.FontFallbackManager_createNotoFontTree_closure()), font.get$_ranges()); + _UnicodePropertyLookup__UnicodePropertyLookup$fromPackedData(packedData, propertyEnumValues, $P) { + var t1, start, prefix, size, i, code, value, + boundaries = A._setArrayType([], type$.JSArray_int), + values = A._setArrayType([], $P._eval$1("JSArray<0>")); + for (t1 = packedData.length, start = 0, prefix = 0, size = 1, i = 0; i < t1; ++i) { + code = packedData.charCodeAt(i); + if (65 <= code && code < 91) { + value = propertyEnumValues[prefix * 26 + (code - 65)]; + start += size; + boundaries.push(start); + values.push(value); + prefix = 0; + size = 1; + } else if (97 <= code && code < 123) { + size = prefix * 26 + (code - 97) + 2; + prefix = 0; + } else if (48 <= code && code < 58) + prefix = prefix * 10 + (code - 48); + else + throw A.wrapException(A.StateError$("Unreachable")); } - return A.IntervalTree_IntervalTree$createFromRanges(ranges, t1); + if (start !== 1114112) + throw A.wrapException(A.StateError$("Bad map size: " + start)); + return new A._UnicodePropertyLookup(boundaries, values, $P._eval$1("_UnicodePropertyLookup<0>")); }, fetchFontManifest(assetManager) { return A.fetchFontManifest$body(assetManager); @@ -1879,10 +2916,11 @@ } }, BitmapCanvas$(_bounds, renderStrategy, density) { - var t4, t5, t6, t7, t8, t9, + var t3, t4, t5, t6, t7, t8, t9, t1 = A.DomDocumentExtension_createElement(self.document, "flt-canvas"), - t2 = A._setArrayType([], type$.JSArray_JavaScriptObject), - t3 = self.window.devicePixelRatio; + t2 = A._setArrayType([], type$.JSArray_JavaScriptObject); + $.$get$EngineFlutterDisplay__instance(); + t3 = self.window.devicePixelRatio; if (t3 === 0) t3 = 1; t4 = _bounds.left; @@ -1902,13 +2940,17 @@ return t3; }, BitmapCanvas_widthToPhysical(width) { - var t1 = self.window.devicePixelRatio; + var t1; + $.$get$EngineFlutterDisplay__instance(); + t1 = self.window.devicePixelRatio; if (t1 === 0) t1 = 1; return B.JSNumber_methods.ceil$0((width + 1) * t1) + 2; }, BitmapCanvas_heightToPhysical(height) { - var t1 = self.window.devicePixelRatio; + var t1; + $.$get$EngineFlutterDisplay__instance(); + t1 = self.window.devicePixelRatio; if (t1 === 0) t1 = 1; return B.JSNumber_methods.ceil$0((height + 1) * t1) + 2; @@ -2190,7 +3232,8 @@ var t1, t2; if (maskFilter != null) { t1 = maskFilter._sigma; - t2 = $.$get$window()._debugDevicePixelRatio; + $.$get$window(); + t2 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t2 == null) { t2 = self.window.devicePixelRatio; if (t2 === 0) @@ -3010,6 +4053,7 @@ if (canvas instanceof A.BitmapCanvas) { canvas._elementCache = null; t1 = canvas.__engine$_devicePixelRatio; + $.$get$EngineFlutterDisplay__instance(); t2 = self.window.devicePixelRatio; if (t1 === (t2 === 0 ? 1 : t2)) { $._recycledCanvases.push(canvas); @@ -3252,6 +4296,12 @@ probeName = "st"; } A.writeUnrolledBinarySearch(method, 0, t3, "bias", probeName, "scale", "threshold"); + if (tileMode === B.TileMode_3) { + t1.push("if (st < 0.0 || st > 1.0) {"); + t1.push(" " + builder.get$fragmentColor().name + " = vec4(0, 0, 0, 0);"); + t1.push(" return;"); + t1.push("}"); + } return probeName; }, createHtmlColorFilter(colorFilter) { @@ -3464,8 +4514,6 @@ t1 = $.$get$_operatingSystem(); if ($.RawKeyboard__instance == null) $.RawKeyboard__instance = A.RawKeyboard$_(t1 === B.OperatingSystem_4); - if ($.MouseCursor__instance == null) - $.MouseCursor__instance = new A.MouseCursor(); if ($._flutterViewEmbedder == null) { t2 = $._configuration; t2 = (t2 == null ? $._configuration = A.FlutterConfiguration$legacy(self.window.flutterConfiguration) : t2)._configuration; @@ -3601,23 +4649,15 @@ }); return A._asyncStartSync($async$_downloadAssetFonts, $async$completer); }, - IntervalTree_IntervalTree$createFromRanges(rangesMap, $T) { - var t1, - intervals = A._setArrayType([], $T._eval$1("JSArray>")); - rangesMap.forEach$1(0, new A.IntervalTree_IntervalTree$createFromRanges_closure(intervals, $T)); - B.JSArray_methods.sort$1(intervals, new A.IntervalTree_IntervalTree$createFromRanges_closure0($T)); - t1 = new A.IntervalTree_IntervalTree$createFromRanges_makeBalancedTree($T).call$1(intervals); - t1.toString; - new A.IntervalTree_IntervalTree$createFromRanges_computeHigh($T).call$1(t1); - return new A.IntervalTree(t1, $T._eval$1("IntervalTree<0>")); + FlutterEngineInitializer__staticInteropFactoryStub(autoStart, initializeEngine) { + return type$.JavaScriptObject._as({initializeEngine: A.allowInterop(new A.FlutterEngineInitializer__staticInteropFactoryStub_closure(initializeEngine)), autoStart: A.allowInterop(new A.FlutterEngineInitializer__staticInteropFactoryStub_closure0(autoStart))}); }, - PromiseResolverExtension_resolve(_this, result) { - var t1 = A._setArrayType([_this], type$.JSArray_Object); - t1.push(result); - return A.callMethod(_this, "call", t1); + FlutterAppRunner__staticInteropFactoryStub(runApp) { + return type$.JavaScriptObject._as({runApp: A.allowInterop(new A.FlutterAppRunner__staticInteropFactoryStub_closure(runApp))}); }, futureToPromise(future, $T) { - return new globalThis.Promise(A.allowInterop(new A.futureToPromise_closure(future, $T))); + var t1 = A.allowInterop(new A.futureToPromise_closure(future, $T)); + return new self.Promise(t1); }, _eventTimeStampToDuration(milliseconds) { var ms = B.JSNumber_methods.toInt$0(milliseconds); @@ -3678,26 +4718,10 @@ SingleEntryBrowserHistory__isFlutterEntry(state) { return type$.Map_dynamic_dynamic._is(state) && J.$eq$(J.$index$asx(state, "flutter"), true); }, - _unpackFontRange(packedRange) { - var t1, rangeStart, - i = new A.MutableInt(0), - ranges = A._setArrayType([], type$.JSArray_CodePointRange); - for (t1 = packedRange.length; i.value < t1;) { - rangeStart = A._consumeInt36(packedRange, i, $.$get$_kCharPipe()); - ranges.push(new A.CodePointRange(rangeStart, rangeStart + A._consumeInt36(packedRange, i, $.$get$_kCharSemicolon()))); - } - return ranges; - }, - _consumeInt36(packedData, index, until) { - var result, t1, charCode; - for (result = 0; true;) { - t1 = index.value; - charCode = packedData.charCodeAt(t1); - index.value = t1 + 1; - if (charCode === until) - return result; - result = result * 36 + A.getIntFromCharCode(charCode); - } + NotoFont$($name, url, enabled) { + var t1 = $.NotoFont__index; + $.NotoFont__index = t1 + 1; + return new A.NotoFont($name, url, enabled, t1, A._setArrayType([], type$.JSArray_FallbackFontComponent)); }, EnginePlatformDispatcher__zonedPlatformMessageResponseCallback(callback) { if (callback == null) @@ -3725,7 +4749,7 @@ ratio = A.double_parse(A._asString(decoded.$arguments)); switch (decoded.method) { case "setDevicePixelRatio": - $.$get$window()._debugDevicePixelRatio = ratio; + $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride = ratio; $.$get$EnginePlatformDispatcher__instance()._onMetricsChanged.call$0(); return true; } @@ -3773,6 +4797,11 @@ PlatformConfiguration$(accessibilityFeatures, alwaysUse24HourFormat, defaultRouteName, locales, platformBrightness, semanticsEnabled, systemFontFamily, textScaleFactor) { return new A.PlatformConfiguration(accessibilityFeatures, false, semanticsEnabled, platformBrightness, textScaleFactor, locales, defaultRouteName, systemFontFamily); }, + _defaultFactory(viewId, params) { + params.toString; + type$.Map_of_nullable_Object_and_nullable_Object._as(params); + return A.DomDocumentExtension_createElement(self.document, A._asString(J.$index$asx(params, "tagName"))); + }, createPlatformViewSlot(viewId) { var slot, t1, wrapper = A.DomDocumentExtension_createElement(self.document, "flt-platform-view-slot"); @@ -3961,7 +4990,7 @@ return B._CheckableKind_0; }, Incrementable$(semanticsObject) { - var t1 = new A.Incrementable(A.DomDocumentExtension_createElement(self.document, "input"), new A.AccessibilityFocusManager(semanticsObject.owner), B.PrimaryRole_1, semanticsObject); + var t1 = new A.Incrementable(A.DomDocumentExtension_createElement(self.document, "input"), new A.AccessibilityFocusManager(semanticsObject.owner), B.PrimaryRole_0, semanticsObject); t1.Incrementable$1(semanticsObject); return t1; }, @@ -4472,7 +5501,9 @@ width = $._lastWidth; else { sub = start === 0 && end === text.length ? text : B.JSString_methods.substring$2(text, start, end); - t2 = A.DomTextMetricsExtension_get_width(canvasContext.measureText(sub)); + t2 = canvasContext.measureText(sub).width; + if (t2 == null) + t2 = null; t2.toString; width = t2; } @@ -4889,19 +5920,18 @@ A.DomCSSStyleDeclarationExtension_setProperty(elementStyle, "caret-color", _s11_); }, EngineAutofillForm_fromFrameworkMessage(focusedElementAutofill, fields) { - var t1, t2, elements, items, formElement, isSafariDesktopStrategy, ids, focusedElement, t3, t4, insertionReferenceNode, fieldIsFocusedElement, t5, t6, autofillInfo, t7, autofill, htmlElement, _i, id, formIdentifier, form, submitButton, _null = null; + var t1, elements, items, formElement, isSafariDesktopStrategy, ids, focusedElement, t2, t3, t4, insertionReferenceNode, fieldIsFocusedElement, t5, t6, autofillInfo, t7, autofill, htmlElement, _i, id, formIdentifier, form, submitButton, _null = null; if (focusedElementAutofill == null) return _null; t1 = type$.String; - t2 = type$.JavaScriptObject; - elements = A.LinkedHashMap_LinkedHashMap$_empty(t1, t2); + elements = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.JavaScriptObject); items = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AutofillInfo); formElement = A.DomDocumentExtension_createElement(self.document, "form"); isSafariDesktopStrategy = $.$get$textEditing().get$strategy() instanceof A.SafariDesktopTextEditingStrategy; formElement.noValidate = true; formElement.method = "post"; formElement.action = "#"; - A.DomEventTargetExtension_addEventListener(formElement, "submit", t2._as(A.allowInterop(new A.EngineAutofillForm_fromFrameworkMessage_closure())), _null); + A.DomEventTargetExtension_addEventListener(formElement, "submit", $.$get$preventDefaultListener(), _null); A._styleAutofillElements(formElement, false, isSafariDesktopStrategy, true); ids = J.JSArray_JSArray$growable(0, t1); focusedElement = A.AutofillInfo_AutofillInfo$fromFrameworkMessage(focusedElementAutofill, B.TextCapitalizationConfig_TextCapitalization_3); @@ -5009,6 +6039,9 @@ } } else if (isTextBeingChangedAtActiveSelection) { t3 = lastEditingState.baseOffset; + t5 = lastEditingState.extentOffset; + if (t3 > t5) + t3 = t5; newTextEditingDeltaState.deltaStart = t3; } isCurrentlyComposing = t7 != null && t7 !== t8; @@ -5066,29 +6099,37 @@ var t1, t2, t3, _null = null, $constructor = globalThis.HTMLInputElement; if ($constructor != null && domElement instanceof $constructor) { - t1 = A.DomHTMLInputElementExtension_get_value(domElement); - t2 = domElement.selectionStart; - if (t2 == null) - t2 = _null; - t2 = t2 == null ? _null : B.JSNumber_methods.toInt$0(t2); - t3 = domElement.selectionEnd; - if (t3 == null) - t3 = _null; - return A.EditingState$(t2, -1, -1, t3 == null ? _null : B.JSNumber_methods.toInt$0(t3), t1); + t1 = domElement.selectionDirection; + if ((t1 == null ? _null : t1) === "backward") { + t1 = A.DomHTMLInputElementExtension_get_value(domElement); + t2 = A.DomHTMLInputElementExtension_get_selectionEnd(domElement); + t2 = t2 == null ? _null : B.JSNumber_methods.toInt$0(t2); + t3 = A.DomHTMLInputElementExtension_get_selectionStart(domElement); + return A.EditingState$(t2, -1, -1, t3 == null ? _null : B.JSNumber_methods.toInt$0(t3), t1); + } else { + t1 = A.DomHTMLInputElementExtension_get_value(domElement); + t2 = A.DomHTMLInputElementExtension_get_selectionStart(domElement); + t2 = t2 == null ? _null : B.JSNumber_methods.toInt$0(t2); + t3 = A.DomHTMLInputElementExtension_get_selectionEnd(domElement); + return A.EditingState$(t2, -1, -1, t3 == null ? _null : B.JSNumber_methods.toInt$0(t3), t1); + } } else { $constructor = globalThis.HTMLTextAreaElement; if ($constructor != null && domElement instanceof $constructor) { - t1 = domElement.value; - if (t1 == null) - t1 = _null; - t2 = domElement.selectionStart; - if (t2 == null) - t2 = _null; - t2 = t2 == null ? _null : B.JSNumber_methods.toInt$0(t2); - t3 = domElement.selectionEnd; - if (t3 == null) - t3 = _null; - return A.EditingState$(t2, -1, -1, t3 == null ? _null : B.JSNumber_methods.toInt$0(t3), t1); + t1 = domElement.selectionDirection; + if ((t1 == null ? _null : t1) === "backward") { + t1 = A.DomHTMLTextAreaElementExtension_get_value(domElement); + t2 = A.DomHTMLTextAreaElementExtension_get_selectionEnd(domElement); + t2 = t2 == null ? _null : B.JSNumber_methods.toInt$0(t2); + t3 = A.DomHTMLTextAreaElementExtension_get_selectionStart(domElement); + return A.EditingState$(t2, -1, -1, t3 == null ? _null : B.JSNumber_methods.toInt$0(t3), t1); + } else { + t1 = A.DomHTMLTextAreaElementExtension_get_value(domElement); + t2 = A.DomHTMLTextAreaElementExtension_get_selectionStart(domElement); + t2 = t2 == null ? _null : B.JSNumber_methods.toInt$0(t2); + t3 = A.DomHTMLTextAreaElementExtension_get_selectionEnd(domElement); + return A.EditingState$(t2, -1, -1, t3 == null ? _null : B.JSNumber_methods.toInt$0(t3), t1); + } } else throw A.wrapException(A.UnsupportedError$("Initialized with unsupported input type")); } @@ -5135,16 +6176,6 @@ transformList = A.List_List$from(J.map$1$1$ax(type$.List_dynamic._as(t1.$index(encodedGeometry, "transform")), new A.EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure(), type$.dynamic), true, type$.double); return new A.EditableTextGeometry(A._asNum(t1.$index(encodedGeometry, "width")), A._asNum(t1.$index(encodedGeometry, "height")), new Float32Array(A._ensureNativeList(transformList))); }, - futurize(callbacker, $T) { - var error, t1 = {}, - t2 = new A._Future($.Zone__current, $T._eval$1("_Future<0>")); - t1.sync = true; - error = callbacker.call$1(new A.futurize_closure(t1, new A._SyncCompleter(t2, $T._eval$1("_SyncCompleter<0>")), $T)); - t1.sync = false; - if (error != null) - throw A.wrapException(A.Exception_Exception(error)); - return t2; - }, setElementTransform(element, matrix4) { var t1 = element.style; A.DomCSSStyleDeclarationExtension_setProperty(t1, "transform-origin", "0 0 0"); @@ -5315,7 +6346,7 @@ else return value; }, - listEquals(a, b) { + listEquals0(a, b) { var index; if (a == null) return b == null; @@ -5432,23 +6463,16 @@ return t1; } }, - CustomElementEmbeddingStrategy$(_hostElement) { - var t1 = type$.JavaScriptObject._as(A.allowInterop(new A._ContextMenu__disablingContextMenuListener_closure())); - A.DomElementExtension_clearChildren(_hostElement); - return new A.CustomElementEmbeddingStrategy(_hostElement, true, t1); - }, EmbeddingStrategy_EmbeddingStrategy$create(hostElement) { - if (hostElement != null) - return A.CustomElementEmbeddingStrategy$(hostElement); - else - return A.FullPageEmbeddingStrategy$(); + if (hostElement != null) { + A.DomElementExtension_clearChildren(hostElement); + return new A.CustomElementEmbeddingStrategy(hostElement); + } else + return new A.FullPageEmbeddingStrategy(); }, - FullPageEmbeddingStrategy$() { - return new A.FullPageEmbeddingStrategy(true, type$.JavaScriptObject._as(A.allowInterop(new A._ContextMenu__disablingContextMenuListener_closure()))); - }, - EngineSingletonFlutterWindow$(windowId, platformDispatcher) { - var t1 = new A.EngineSingletonFlutterWindow(windowId, platformDispatcher, A.Future_Future$value(null, type$.void), B.ViewPadding_0_0_0_0); - t1.EngineFlutterWindow$2(windowId, platformDispatcher); + EngineFlutterWindow$(viewId, platformDispatcher) { + var t1 = new A.EngineFlutterWindow(viewId, platformDispatcher, A.Future_Future$value(null, type$.void), B.ViewPadding_0_0_0_0); + t1.EngineFlutterWindow$2(viewId, platformDispatcher); return t1; }, AlarmClock: function AlarmClock(t0) { @@ -5463,22 +6487,12 @@ AppBootstrap_prepareEngineInitializer_closure: function AppBootstrap_prepareEngineInitializer_closure(t0) { this.$this = t0; }, - AppBootstrap_prepareEngineInitializer__closure0: function AppBootstrap_prepareEngineInitializer__closure0(t0) { - this.$this = t0; - }, AppBootstrap_prepareEngineInitializer_closure0: function AppBootstrap_prepareEngineInitializer_closure0(t0) { this.$this = t0; }, - AppBootstrap_prepareEngineInitializer__closure: function AppBootstrap_prepareEngineInitializer__closure(t0, t1) { - this.$this = t0; - this.configuration = t1; - }, AppBootstrap__prepareAppRunner_closure: function AppBootstrap__prepareAppRunner_closure(t0) { this.$this = t0; }, - AppBootstrap__prepareAppRunner__closure: function AppBootstrap__prepareAppRunner__closure(t0) { - this.$this = t0; - }, BrowserEngine: function BrowserEngine(t0, t1) { this.index = t0; this._core$_name = t1; @@ -5818,6 +6832,18 @@ _.parent = null; _.paintBounds = t2; }, + ImageFilterEngineLayer: function ImageFilterEngineLayer(t0, t1, t2, t3) { + var _ = this; + _.__engine$_offset = t0; + _.__engine$_filter = t1; + _._layers = t2; + _.parent = null; + _.paintBounds = t3; + }, + ImageFilterEngineLayer_preroll_closure: function ImageFilterEngineLayer_preroll_closure(t0, t1) { + this.$this = t0; + this.childPaintBounds = t1; + }, PictureLayer: function PictureLayer(t0, t1, t2) { var _ = this; _.picture = t0; @@ -5882,7 +6908,7 @@ CountedRef: function CountedRef(t0, t1) { var _ = this; _.__CountedRef__ref_F = $; - _._refCount = 1; + _.__engine$_refCount = 1; _.debugReferrers = t0; _.$ti = t1; }, @@ -5890,7 +6916,7 @@ var _ = this; _.skiaObject = t0; _.__CkPaint__ref_F = $; - _._imageFilter = null; + _.__engine$_imageFilter = null; _.__engine$_blendMode = t1; _._style = t2; _._strokeWidth = 0; @@ -5903,19 +6929,20 @@ _.__engine$_filterQuality = t5; _._effectiveColorFilter = _._engineColorFilter = null; }, + CkPaint_imageFilter_closure: function CkPaint_imageFilter_closure(t0) { + this.$this = t0; + }, CkPath: function CkPath(t0) { this.__CkPath__ref_F = $; this._fillType = t0; }, - CkPicture: function CkPicture(t0) { - var _ = this; - _.__CkPicture__ref_F = $; - _.cullRect = t0; - _._isDisposed = false; - _._debugDisposalStackTrace = null; + CkPicture: function CkPicture() { + this.__CkPicture__ref_F = $; + this._isDisposed = false; + this._debugDisposalStackTrace = null; }, CkPictureRecorder: function CkPictureRecorder() { - this._recordingCanvas = this._skRecorder = this._cullRect = null; + this._recordingCanvas = this._skRecorder = null; }, Rasterizer: function Rasterizer(t0, t1) { this.context = t0; @@ -6084,6 +7111,15 @@ ClipboardMessageHandler_getDataMethodCall__closure: function ClipboardMessageHandler_getDataMethodCall__closure(t0) { this.callback = t0; }, + ClipboardMessageHandler_hasStringsMethodCall_closure: function ClipboardMessageHandler_hasStringsMethodCall_closure(t0) { + this.callback = t0; + }, + ClipboardMessageHandler_hasStringsMethodCall_closure0: function ClipboardMessageHandler_hasStringsMethodCall_closure0(t0) { + this.callback = t0; + }, + ClipboardMessageHandler_hasStringsMethodCall__closure: function ClipboardMessageHandler_hasStringsMethodCall__closure(t0) { + this.callback = t0; + }, ClipboardAPICopyStrategy: function ClipboardAPICopyStrategy() { }, ClipboardAPIPasteStrategy: function ClipboardAPIPasteStrategy() { @@ -6096,6 +7132,13 @@ this._usedLegacyConfigStyle = false; this._configuration = null; }, + EngineFlutterDisplay: function EngineFlutterDisplay(t0, t1) { + this.id = t0; + this.size = t1; + this._debugDevicePixelRatioOverride = null; + }, + ScreenOrientation: function ScreenOrientation() { + }, DomConsoleExtension_get_warn_closure: function DomConsoleExtension_get_warn_closure(t0) { this._this = t0; }, @@ -6159,12 +7202,6 @@ _._sceneElement = _._semanticsHostElement = _._resourcesHost = _._sceneHostElement = null; _.__FlutterViewEmbedder__accessibilityAnnouncements_A = _.__FlutterViewEmbedder__textEditingHostNode_A = _.__FlutterViewEmbedder__glassPaneShadow_A = _.__FlutterViewEmbedder__glassPaneElement_A = _.__FlutterViewEmbedder__flutterViewElement_A = $; }, - FlutterViewEmbedder_setPreferredOrientation_closure: function FlutterViewEmbedder_setPreferredOrientation_closure(t0) { - this.completer = t0; - }, - FlutterViewEmbedder_setPreferredOrientation_closure0: function FlutterViewEmbedder_setPreferredOrientation_closure0(t0) { - this.completer = t0; - }, EngineCanvas: function EngineCanvas() { }, SaveStackEntry: function SaveStackEntry(t0, t1) { @@ -6194,7 +7231,7 @@ _.__FontFallbackManager_downloadQueue_F = $; _.codePointsWithNoKnownFont = t1; _.knownCoveredCodePoints = t2; - _.notoTree = t3; + _.fallbackFonts = t3; _._notoSansSC = t4; _._notoSansTC = t5; _._notoSansHK = t6; @@ -6205,6 +7242,7 @@ _.globalFontFallbacks = t11; _._codePointsToCheckAgainstFallbackFonts = t12; _._scheduledCodePointCheck = false; + _.__FontFallbackManager_codePointToComponents_FI = _.__FontFallbackManager_fontComponents_FI = $; }, FontFallbackManager$__closure: function FontFallbackManager$__closure() { }, @@ -6218,16 +7256,18 @@ }, FontFallbackManager$__closure4: function FontFallbackManager$__closure4() { }, - FontFallbackManager_createNotoFontTree_closure: function FontFallbackManager_createNotoFontTree_closure() { - }, FontFallbackManager_addMissingCodePoints_closure: function FontFallbackManager_addMissingCodePoints_closure(t0) { this.$this = t0; }, - FontFallbackManager_findMinimumFontsForCodePoints_closure: function FontFallbackManager_findMinimumFontsForCodePoints_closure(t0) { + FontFallbackManager_findFontsForMissingCodePoints_closure: function FontFallbackManager_findFontsForMissingCodePoints_closure() { + }, + FontFallbackManager__selectFont_closure: function FontFallbackManager__selectFont_closure(t0) { this.$this = t0; }, - FontFallbackManager_findMinimumFontsForCodePoints_closure0: function FontFallbackManager_findMinimumFontsForCodePoints_closure0(t0) { - this._box_0 = t0; + _UnicodePropertyLookup: function _UnicodePropertyLookup(t0, t1, t2) { + this._boundaries = t0; + this.__engine$_values = t1; + this.$ti = t2; }, FallbackFontDownloadQueue: function FallbackFontDownloadQueue(t0, t1, t2) { var _ = this; @@ -6375,6 +7415,17 @@ _.SaveElementStackTracking__elementStack = t2; _.SaveElementStackTracking__currentTransform = t3; }, + PersistedImageFilter: function PersistedImageFilter(t0, t1, t2, t3, t4) { + var _ = this; + _.filter = t0; + _.offset = t1; + _._childContainer = _._svgFilter = _._localTransformInverse = null; + _.__engine$_children = t2; + _._oldLayer = t3; + _.__engine$_index = -1; + _.__engine$_state = t4; + _.localClipBounds = _.projectedClip = _.transform = _.parent = _.rootElement = null; + }, PersistedOffset: function PersistedOffset(t0, t1, t2, t3, t4) { var _ = this; _.dx = t0; @@ -6697,10 +7748,6 @@ }, HtmlRenderer_initialize_closure: function HtmlRenderer_initialize_closure() { }, - HtmlRenderer_instantiateImageCodecFromUrl_closure: function HtmlRenderer_instantiateImageCodecFromUrl_closure(t0, t1) { - this.uri = t0; - this.chunkCallback = t1; - }, HtmlRenderer_decodeImageFromPixels_executeCallback: function HtmlRenderer_decodeImageFromPixels_executeCallback(t0) { this.callback = t0; }, @@ -6906,31 +7953,14 @@ }, initializeEngineServices_initializeRendererCallback: function initializeEngineServices_initializeRendererCallback() { }, - IntervalTree: function IntervalTree(t0, t1) { - this.root = t0; - this.$ti = t1; + FlutterEngineInitializer__staticInteropFactoryStub_closure: function FlutterEngineInitializer__staticInteropFactoryStub_closure(t0) { + this.initializeEngine = t0; }, - IntervalTree_IntervalTree$createFromRanges_closure: function IntervalTree_IntervalTree$createFromRanges_closure(t0, t1) { - this.intervals = t0; - this.T = t1; + FlutterEngineInitializer__staticInteropFactoryStub_closure0: function FlutterEngineInitializer__staticInteropFactoryStub_closure0(t0) { + this.autoStart = t0; }, - IntervalTree_IntervalTree$createFromRanges_closure0: function IntervalTree_IntervalTree$createFromRanges_closure0(t0) { - this.T = t0; - }, - IntervalTree_IntervalTree$createFromRanges_makeBalancedTree: function IntervalTree_IntervalTree$createFromRanges_makeBalancedTree(t0) { - this.T = t0; - }, - IntervalTree_IntervalTree$createFromRanges_computeHigh: function IntervalTree_IntervalTree$createFromRanges_computeHigh(t0) { - this.T = t0; - }, - IntervalTreeNode: function IntervalTreeNode(t0, t1, t2, t3, t4) { - var _ = this; - _.value = t0; - _.low = t1; - _.high = t2; - _.computedHigh = t3; - _.right = _.left = null; - _.$ti = t4; + FlutterAppRunner__staticInteropFactoryStub_closure: function FlutterAppRunner__staticInteropFactoryStub_closure(t0) { + this.runApp = t0; }, futureToPromise_closure: function futureToPromise_closure(t0, t1) { this.future = t0; @@ -7045,7 +8075,14 @@ this._box_0 = t0; this.$this = t1; }, - MouseCursor: function MouseCursor() { + ContextMenu: function ContextMenu(t0) { + this.element = t0; + this._enabled = true; + }, + MouseCursor: function MouseCursor(t0) { + this.element = t0; + }, + preventDefaultListener_closure: function preventDefaultListener_closure() { }, BrowserHistory: function BrowserHistory() { }, @@ -7069,19 +8106,21 @@ }, SingleEntryBrowserHistory_onPopState_closure0: function SingleEntryBrowserHistory_onPopState_closure0() { }, - NotoFont: function NotoFont(t0, t1, t2) { + NotoFont: function NotoFont(t0, t1, t2, t3, t4) { var _ = this; _.name = t0; _.url = t1; - _._packedRanges = t2; - _.__NotoFont__ranges_FI = $; + _.enabled = t2; + _.index = t3; + _.coverCount = 0; + _.coverComponents = t4; }, - CodePointRange: function CodePointRange(t0, t1) { - this.start = t0; - this.end = t1; + FallbackFontComponent: function FallbackFontComponent(t0) { + this._allFonts = t0; + this.__FallbackFontComponent__activeFonts_FI = $; + this.coverCount = 0; }, - MutableInt: function MutableInt(t0) { - this.value = t0; + FallbackFontComponent__activeFonts_closure: function FallbackFontComponent__activeFonts_closure() { }, EnginePictureRecorder: function EnginePictureRecorder() { this.__engine$_canvas = null; @@ -7097,15 +8136,16 @@ this._highContrastMediaQuery = t1; this.__HighContrastSupport__onHighContrastChangeListener_FI = $; }, - EnginePlatformDispatcher: function EnginePlatformDispatcher(t0, t1, t2, t3, t4) { + EnginePlatformDispatcher: function EnginePlatformDispatcher(t0, t1, t2, t3, t4, t5) { var _ = this; _.configuration = t0; - _.viewData = t1; - _._windowConfigurations = t2; + _.displays = t1; + _.viewData = t2; + _._windowConfigurations = t3; _._onTextScaleFactorChangedZone = _._onTextScaleFactorChanged = _._fontSizeObserver = _._onLocaleChangedZone = _._onLocaleChanged = _._onLocaleChangedSubscription = _._platformViewMessageHandler = _._onReportTimingsZone = _._onReportTimings = _._onKeyDataZone = _._onKeyData = _._onPointerDataPacketZone = _._onPointerDataPacket = _._onDrawFrameZone = _._onDrawFrame = _._onBeginFrameZone = _._onBeginFrame = _._onMetricsChangedZone = _._onMetricsChanged = null; - _._brightnessMediaQuery = t3; + _._brightnessMediaQuery = t4; _._onSemanticsActionEvent = _._onSemanticsEnabledChangedZone = _._onSemanticsEnabledChanged = _._onPlatformBrightnessChangedZone = _._onPlatformBrightnessChanged = _._brightnessMediaQueryListener = null; - _._onSemanticsActionEventZone = t4; + _._onSemanticsActionEventZone = t5; _._defaultRouteName = null; }, EnginePlatformDispatcher_invokeOnKeyData_closure: function EnginePlatformDispatcher_invokeOnKeyData_closure(t0, t1, t2) { @@ -7172,9 +8212,9 @@ PlatformViewManager_renderContent_closure: function PlatformViewManager_renderContent_closure(t0, t1, t2, t3, t4) { var _ = this; _.$this = t0; - _.slotName = t1; - _.viewType = t2; - _.viewId = t3; + _.viewId = t1; + _.slotName = t2; + _.viewType = t3; _.params = t4; }, PlatformViewMessageHandler: function PlatformViewMessageHandler(t0, t1) { @@ -7460,6 +8500,11 @@ _.semanticsObject = t1; _._isDisposed = false; }, + PlatformViewRoleManager: function PlatformViewRoleManager(t0, t1) { + this.role = t0; + this.semanticsObject = t1; + this._secondaryRoleManagers = null; + }, Scrollable0: function Scrollable0(t0, t1, t2) { var _ = this; _._gestureModeListener = null; @@ -7486,7 +8531,7 @@ this.__engine$_index = t0; }, SemanticsUpdate: function SemanticsUpdate(t0) { - this.__engine$_nodeUpdates = t0; + this._nodeUpdates = t0; }, SemanticsNodeUpdate: function SemanticsNodeUpdate(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28) { var _ = this; @@ -7540,7 +8585,7 @@ SemanticsObject: function SemanticsObject(t0, t1, t2) { var _ = this; _.__engine$_flags = 0; - _.__engine$_tooltip = _._additionalActions = _.__engine$_childrenInHitTestOrder = _.__engine$_childrenInTraversalOrder = _.__engine$_transform = _.__engine$_textDirection = _._decreasedValueAttributes = _._decreasedValue = _._increasedValueAttributes = _._increasedValue = _._valueAttributes = _.__engine$_value = _._hintAttributes = _._hint = _._labelAttributes = _.__engine$_label = _.__engine$_rect = _.__engine$_scrollExtentMin = _.__engine$_scrollExtentMax = _.__engine$_scrollPosition = _.__engine$_scrollIndex = _._scrollChildren = _._textSelectionExtent = _._textSelectionBase = _.__engine$_actions = null; + _.__engine$_tooltip = _._additionalActions = _.__engine$_childrenInHitTestOrder = _._childrenInTraversalOrder = _.__engine$_transform = _.__engine$_textDirection = _._decreasedValueAttributes = _._decreasedValue = _._increasedValueAttributes = _._increasedValue = _._valueAttributes = _.__engine$_value = _._hintAttributes = _._hint = _._labelAttributes = _.__engine$_label = _.__engine$_rect = _.__engine$_scrollExtentMin = _.__engine$_scrollExtentMax = _.__engine$_scrollPosition = _._scrollIndex = _._scrollChildren = _._textSelectionExtent = _._textSelectionBase = _.__engine$_actions = null; _.__engine$_platformViewId = -1; _.id = t0; _.owner = t1; @@ -7658,6 +8703,9 @@ TextField__initializeForBlink_closure: function TextField__initializeForBlink_closure(t0) { this.$this = t0; }, + TextField__initializeForBlink_closure0: function TextField__initializeForBlink_closure0(t0) { + this.$this = t0; + }, TextField__initializeForWebkit_closure: function TextField__initializeForWebkit_closure(t0) { this._box_0 = t0; }, @@ -8082,8 +9130,6 @@ _.insertionReferenceNode = t3; _.formIdentifier = t4; }, - EngineAutofillForm_fromFrameworkMessage_closure: function EngineAutofillForm_fromFrameworkMessage_closure() { - }, EngineAutofillForm_addInputEventListeners_addSubscriptionForKey: function EngineAutofillForm_addInputEventListeners_addSubscriptionForKey(t0, t1) { this.$this = t0; this.subscriptions = t1; @@ -8311,11 +9357,6 @@ }, EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure: function EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure() { }, - futurize_closure: function futurize_closure(t0, t1, t2) { - this._box_0 = t0; - this.completer = t1; - this.T = t2; - }, TransformKind: function TransformKind(t0, t1) { this.index = t0; this._core$_name = t1; @@ -8352,31 +9393,31 @@ this.__FullPageDimensionsProvider__domResizeSubscription_A = $; this._onResizeStreamController = t0; }, - CustomElementEmbeddingStrategy: function CustomElementEmbeddingStrategy(t0, t1, t2) { - var _ = this; - _._hostElement = t0; - _._hotRestartCache = null; - _._ContextMenu__contextMenuEnabled = t1; - _._ContextMenu__disablingContextMenuListener = t2; + CustomElementEmbeddingStrategy: function CustomElementEmbeddingStrategy(t0) { + this._hostElement = t0; + this._hotRestartCache = null; }, CustomElementEmbeddingStrategy_initialize_closure: function CustomElementEmbeddingStrategy_initialize_closure(t0) { this.$this = t0; }, EmbeddingStrategy: function EmbeddingStrategy() { }, - _ContextMenu: function _ContextMenu() { - }, - _ContextMenu__disablingContextMenuListener_closure: function _ContextMenu__disablingContextMenuListener_closure() { - }, - FullPageEmbeddingStrategy: function FullPageEmbeddingStrategy(t0, t1) { + FullPageEmbeddingStrategy: function FullPageEmbeddingStrategy() { this._hotRestartCache = null; - this._ContextMenu__contextMenuEnabled = t0; - this._ContextMenu__disablingContextMenuListener = t1; }, FullPageEmbeddingStrategy_initialize_closure: function FullPageEmbeddingStrategy_initialize_closure(t0) { this.$this = t0; }, - EngineFlutterWindow: function EngineFlutterWindow() { + EngineFlutterWindow: function EngineFlutterWindow(t0, t1, t2, t3) { + var _ = this; + _.viewId = t0; + _.platformDispatcher = t1; + _.__EngineFlutterWindow_contextMenu_FI = _.__EngineFlutterWindow_mouseCursor_FI = $; + _._browserHistory = null; + _._endOfTheLine = t2; + _.__EngineFlutterWindow__dimensionsProvider_A = $; + _._viewInsets = t3; + _._physicalSize = null; }, EngineFlutterWindow_closure: function EngineFlutterWindow_closure(t0) { this.$this = t0; @@ -8385,17 +9426,6 @@ this.$this = t0; this.data = t1; }, - EngineSingletonFlutterWindow: function EngineSingletonFlutterWindow(t0, t1, t2, t3) { - var _ = this; - _._debugDevicePixelRatio = null; - _.viewId = t0; - _.platformDispatcher = t1; - _._browserHistory = null; - _._endOfTheLine = t2; - _.__EngineFlutterWindow__dimensionsProvider_A = $; - _._viewInsets = t3; - _._physicalSize = null; - }, ViewPadding: function ViewPadding(t0, t1, t2, t3) { var _ = this; _.left = t0; @@ -8407,8 +9437,6 @@ }, _DomCanvas_EngineCanvas_SaveElementStackTracking: function _DomCanvas_EngineCanvas_SaveElementStackTracking() { }, - _EmbeddingStrategy_Object__ContextMenu: function _EmbeddingStrategy_Object__ContextMenu() { - }, _LayoutFragment__CombinedFragment__FragmentMetrics: function _LayoutFragment__CombinedFragment__FragmentMetrics() { }, _LayoutFragment__CombinedFragment__FragmentMetrics__FragmentPosition: function _LayoutFragment__CombinedFragment__FragmentMetrics__FragmentPosition() { @@ -8425,100 +9453,6 @@ }, JS_CONST: function JS_CONST() { }, - HttpException$(message, uri) { - return new A.HttpException(message, uri); - }, - _HeaderValue__isToken(token) { - var i, codeUnit, t2, - t1 = token.length; - if (t1 === 0) - return false; - for (i = 0; i < t1; ++i) { - codeUnit = token.charCodeAt(i); - if (codeUnit > 32) - if (codeUnit < 127) { - t2 = token[i]; - t2 = A.stringContainsUnchecked('"(),/:;<=>?@[]{}', t2, 0); - } else - t2 = true; - else - t2 = true; - if (t2) - return false; - } - return true; - }, - HttpException: function HttpException(t0, t1) { - this.message = t0; - this.uri = t1; - }, - _HeaderValue: function _HeaderValue() { - }, - _HeaderValue_toString_closure: function _HeaderValue_toString_closure(t0) { - this.sb = t0; - }, - _HeaderValue__parse_done: function _HeaderValue__parse_done(t0, t1) { - this._box_0 = t0; - this.s = t1; - }, - _HeaderValue__parse_skipWS: function _HeaderValue__parse_skipWS(t0, t1, t2) { - this._box_0 = t0; - this.done = t1; - this.s = t2; - }, - _HeaderValue__parse_parseValue: function _HeaderValue__parse_parseValue(t0, t1, t2, t3, t4) { - var _ = this; - _._box_0 = t0; - _.done = t1; - _.s = t2; - _.valueSeparator = t3; - _.parameterSeparator = t4; - }, - _HeaderValue__parse_expect: function _HeaderValue__parse_expect(t0, t1, t2) { - this._box_0 = t0; - this.done = t1; - this.s = t2; - }, - _HeaderValue__parse_maybeExpect: function _HeaderValue__parse_maybeExpect(t0, t1, t2) { - this._box_0 = t0; - this.done = t1; - this.s = t2; - }, - _HeaderValue__parse_parseParameters: function _HeaderValue__parse_parseParameters(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { - var _ = this; - _._box_0 = t0; - _.$this = t1; - _.done = t2; - _.s = t3; - _.parameterSeparator = t4; - _.valueSeparator = t5; - _.preserveBackslash = t6; - _.parseValue = t7; - _.skipWS = t8; - _.maybeExpect = t9; - _.expect = t10; - }, - _HeaderValue__parse_parseParameters_parseParameterName: function _HeaderValue__parse_parseParameters_parseParameterName(t0, t1, t2, t3, t4) { - var _ = this; - _._box_0 = t0; - _.done = t1; - _.s = t2; - _.parameterSeparator = t3; - _.valueSeparator = t4; - }, - _HeaderValue__parse_parseParameters_parseParameterValue: function _HeaderValue__parse_parseParameters_parseParameterValue(t0, t1, t2, t3, t4) { - var _ = this; - _._box_0 = t0; - _.done = t1; - _.s = t2; - _.preserveBackslash = t3; - _.parseValue = t4; - }, - _ContentType: function _ContentType() { - var _ = this; - _.__http$_value = _._subType = _._primaryType = ""; - _.__http$_parameters = null; - }, createSentinel() { return $; }, @@ -8627,9 +9561,6 @@ IterableElementError_tooFew() { return new A.StateError("Too few elements"); }, - Sort_sort(a, compare) { - A.Sort__doSort(a, 0, J.get$length$asx(a) - 1, compare); - }, Sort__doSort(a, left, right, compare) { if (right - left <= 32) A.Sort__insertionSort(a, left, right, compare); @@ -9589,7 +10520,7 @@ return error; }, _unwrapNonDartException(ex) { - var message, number, ieErrorCode, t1, nsme, notClosure, nullCall, nullLiteralCall, undefCall, undefLiteralCall, nullProperty, undefProperty, undefLiteralProperty, match, _null = null; + var message, number, ieErrorCode, nsme, notClosure, nullCall, nullLiteralCall, undefCall, undefLiteralCall, nullProperty, undefProperty, undefLiteralProperty, match; if (!("message" in ex)) return ex; message = ex.message; @@ -9599,11 +10530,11 @@ if ((B.JSInt_methods._shrOtherPositive$1(number, 16) & 8191) === 10) switch (ieErrorCode) { case 438: - return A.saveStackTrace(ex, A.JsNoSuchMethodError$(A.S(message) + " (Error " + ieErrorCode + ")", _null)); + return A.saveStackTrace(ex, A.JsNoSuchMethodError$(A.S(message) + " (Error " + ieErrorCode + ")", null)); case 445: case 5007: - t1 = A.S(message); - return A.saveStackTrace(ex, new A.NullError(t1 + " (Error " + ieErrorCode + ")", _null)); + A.S(message); + return A.saveStackTrace(ex, new A.NullError()); } } if (ex instanceof TypeError) { @@ -9625,40 +10556,8 @@ if (match != null) { match.method = "call"; return A.saveStackTrace(ex, A.JsNoSuchMethodError$(message, match)); - } else { - match = nullCall.matchTypeError$1(message); - if (match == null) { - match = nullLiteralCall.matchTypeError$1(message); - if (match == null) { - match = undefCall.matchTypeError$1(message); - if (match == null) { - match = undefLiteralCall.matchTypeError$1(message); - if (match == null) { - match = nullProperty.matchTypeError$1(message); - if (match == null) { - match = nullLiteralCall.matchTypeError$1(message); - if (match == null) { - match = undefProperty.matchTypeError$1(message); - if (match == null) { - match = undefLiteralProperty.matchTypeError$1(message); - t1 = match != null; - } else - t1 = true; - } else - t1 = true; - } else - t1 = true; - } else - t1 = true; - } else - t1 = true; - } else - t1 = true; - } else - t1 = true; - if (t1) - return A.saveStackTrace(ex, new A.NullError(message, match == null ? _null : match.method)); - } + } else if (nullCall.matchTypeError$1(message) != null || nullLiteralCall.matchTypeError$1(message) != null || undefCall.matchTypeError$1(message) != null || undefLiteralCall.matchTypeError$1(message) != null || nullProperty.matchTypeError$1(message) != null || nullLiteralCall.matchTypeError$1(message) != null || undefProperty.matchTypeError$1(message) != null || undefLiteralProperty.matchTypeError$1(message) != null) + return A.saveStackTrace(ex, new A.NullError()); } return A.saveStackTrace(ex, new A.UnknownJsTypeError(typeof message == "string" ? message : "")); } @@ -9672,7 +10571,7 @@ } return null; }(ex); - return A.saveStackTrace(ex, new A.ArgumentError(false, _null, _null, typeof message == "string" ? message.replace(/^RangeError:\s*/, "") : message)); + return A.saveStackTrace(ex, new A.ArgumentError(false, null, null, typeof message == "string" ? message.replace(/^RangeError:\s*/, "") : message)); } if (typeof InternalError == "function" && ex instanceof InternalError) if (typeof message == "string" && message === "too much recursion") @@ -9688,7 +10587,10 @@ trace = exception.$cachedTrace; if (trace != null) return trace; - return exception.$cachedTrace = new A._StackTrace(exception); + trace = new A._StackTrace(exception); + if (typeof exception === "object") + exception.$cachedTrace = trace; + return trace; }, objectHashCode(object) { if (object == null) @@ -9725,7 +10627,7 @@ result.add$1(0, values[index]); return result; }, - invokeClosure(closure, numberOfArguments, arg1, arg2, arg3, arg4) { + _invokeClosure(closure, numberOfArguments, arg1, arg2, arg3, arg4) { switch (numberOfArguments) { case 0: return closure.call$0(); @@ -9747,13 +10649,38 @@ $function = closure.$identity; if (!!$function) return $function; - $function = function(closure, arity, invoke) { + $function = A.convertDartClosureToJSUncached(closure, arity); + closure.$identity = $function; + return $function; + }, + convertDartClosureToJSUncached(closure, arity) { + var entry; + switch (arity) { + case 0: + entry = closure.call$0; + break; + case 1: + entry = closure.call$1; + break; + case 2: + entry = closure.call$2; + break; + case 3: + entry = closure.call$3; + break; + case 4: + entry = closure.call$4; + break; + default: + entry = null; + } + if (entry != null) + return entry.bind(closure); + return function(closure, arity, invoke) { return function(a1, a2, a3, a4) { return invoke(closure, arity, a1, a2, a3, a4); }; - }(closure, arity, A.invokeClosure); - closure.$identity = $function; - return $function; + }(closure, arity, A._invokeClosure); }, Closure_fromTearOff(parameters) { var $prototype, $constructor, t2, trampoline, applyTrampoline, i, stub, stub0, stubName, stubCallName, @@ -9974,6 +10901,9 @@ getIsolateAffinityTag($name) { return init.getIsolateTag($name); }, + staticInteropGlobalContext() { + return self; + }, LinkedHashMapKeyIterator$(_map, _modifications, $E) { var t1 = new A.LinkedHashMapKeyIterator(_map, _modifications, $E._eval$1("LinkedHashMapKeyIterator<0>")); t1._cell = _map._first; @@ -10270,6 +11200,15 @@ this._0 = t0; this._1 = t1; }, + _Record_2_wordEnd_wordStart: function _Record_2_wordEnd_wordStart(t0, t1) { + this._0 = t0; + this._1 = t1; + }, + _Record_3: function _Record_3(t0, t1, t2) { + this._0 = t0; + this._1 = t1; + this._2 = t2; + }, _Record_3_breaks_graphemes_words: function _Record_3_breaks_graphemes_words(t0, t1, t2) { this._0 = t0; this._1 = t1; @@ -10362,9 +11301,7 @@ _._method = t4; _._receiver = t5; }, - NullError: function NullError(t0, t1) { - this.__js_helper$_message = t0; - this._method = t1; + NullError: function NullError() { }, JsNoSuchMethodError: function JsNoSuchMethodError(t0, t1, t2) { this.__js_helper$_message = t0; @@ -10601,9 +11538,6 @@ NativeUint8List_NativeUint8List($length) { return new Uint8Array($length); }, - NativeUint8List_NativeUint8List$fromList(elements) { - return new Uint8Array(A._ensureNativeList(elements)); - }, NativeUint8List_NativeUint8List$view(buffer, offsetInBytes, $length) { A._checkViewArguments(buffer, offsetInBytes, $length); return $length == null ? new Uint8Array(buffer, offsetInBytes) : new Uint8Array(buffer, offsetInBytes, $length); @@ -10673,6 +11607,12 @@ var future = rti._precomputed1; return future == null ? rti._precomputed1 = A._Universe__lookupInterfaceRti(universe, "Future", [rti._primary]) : future; }, + Rti__getIsSubtypeCache(rti) { + var probe = rti._isSubtypeCache; + if (probe != null) + return probe; + return rti._isSubtypeCache = new Map(); + }, Rti__isUnionOfFunctionType(rti) { var kind = rti._kind; if (kind === 6 || kind === 7 || kind === 8) @@ -10942,7 +11882,7 @@ return A.createRuntimeType(A._Universe_eval(init.typeUniverse, recipe, false)); }, _installSpecializedIsTest(object) { - var t1, unstarred, isFn, $name, predicate, testRti = this; + var t1, unstarred, unstarredKind, isFn, $name, predicate, testRti = this; if (testRti === type$.Object) return A._finishIsFn(testRti, object, A._isObject); if (!A.isStrongTopType(testRti)) @@ -10960,8 +11900,8 @@ if (t1 === 1) return A._finishIsFn(testRti, object, A._isNever); unstarred = t1 === 6 ? testRti._primary : testRti; - t1 = unstarred._kind; - if (t1 === 8) + unstarredKind = unstarred._kind; + if (unstarredKind === 8) return A._finishIsFn(testRti, object, A._isFutureOr); if (unstarred === type$.int) isFn = A._isInt; @@ -10973,7 +11913,7 @@ isFn = unstarred === type$.bool ? A._isBool : null; if (isFn != null) return A._finishIsFn(testRti, object, isFn); - if (t1 === 9) { + if (unstarredKind === 9) { $name = unstarred._primary; if (unstarred._rest.every(A.isTopType)) { testRti._specializedTestResource = "$is" + $name; @@ -10981,7 +11921,7 @@ return A._finishIsFn(testRti, object, A._isListTestViaProperty); return A._finishIsFn(testRti, object, A._isTestViaProperty); } - } else if (t1 === 11) { + } else if (unstarredKind === 11) { predicate = A.createRecordTypePredicate(unstarred._primary, unstarred._rest); return A._finishIsFn(testRti, object, predicate == null ? A._isNever : predicate); } @@ -11038,7 +11978,7 @@ var testRti = this; if (object == null) return A._nullIs(testRti); - return A._isSubtype(init.typeUniverse, A.instanceOrFunctionType(object, testRti), null, testRti, null); + return A.isSubtype(init.typeUniverse, A.instanceOrFunctionType(object, testRti), testRti); }, _generalNullableIsTestImplementation(object) { if (object == null) @@ -11989,6 +12929,16 @@ return typeArguments[index - 1]; throw A.wrapException(A.AssertionError$("Bad index " + index + " for " + environment.toString$0(0))); }, + isSubtype(universe, s, t) { + var result, + sCache = A.Rti__getIsSubtypeCache(s), + probe = sCache.get(t); + if (probe != null) + return probe; + result = A._isSubtype(universe, s, null, t, null); + sCache.set(t, result); + return result; + }, _isSubtype(universe, s, sEnv, t, tEnv) { var t1, sKind, leftTypeVariable, tKind, t2, sBounds, tBounds, sLength, i, sBound, tBound; if (s === t) @@ -12267,7 +13217,7 @@ var _ = this; _._as = t0; _._is = t1; - _._cachedRuntimeType = _._specializedTestResource = _._precomputed1 = null; + _._cachedRuntimeType = _._specializedTestResource = _._unsoundIsSubtypeCache = _._isSubtypeCache = _._precomputed1 = null; _._kind = 0; _._canonicalRecipe = _._bindCache = _._evalCache = _._rest = _._primary = null; }, @@ -12536,11 +13486,6 @@ A.Timer_Timer(B.Duration_0, new A.Future_Future_closure(result, computation)); return result; }, - Future_Future$microtask(computation, $T) { - var result = new A._Future($.Zone__current, $T._eval$1("_Future<0>")); - A.scheduleMicrotask(new A.Future_Future$microtask_closure(result, computation)); - return result; - }, Future_Future$sync(computation, $T) { var result, error, stackTrace, future, replacement, t1, exception; try { @@ -12548,9 +13493,7 @@ if ($T._eval$1("Future<0>")._is(result)) return result; else { - t1 = new A._Future($.Zone__current, $T._eval$1("_Future<0>")); - t1._state = 8; - t1._resultOrListeners = result; + t1 = A._Future$value(result, $T); return t1; } } catch (exception) { @@ -12655,6 +13598,12 @@ t1._resultOrListeners = value; return t1; }, + _Future$value(value, $T) { + var t1 = new A._Future($.Zone__current, $T._eval$1("_Future<0>")); + t1._state = 8; + t1._resultOrListeners = value; + return t1; + }, _Future__chainCoreFutureSync(source, target) { var t1, listeners; for (; t1 = source._state, (t1 & 4) !== 0;) @@ -12934,9 +13883,11 @@ }, _nullDoneHandler() { }, - _DoneStreamSubscription$(_onDone, $T) { - var t1 = new A._DoneStreamSubscription($.Zone__current, _onDone, $T._eval$1("_DoneStreamSubscription<0>")); - t1._schedule$0(); + _DoneStreamSubscription$(onDone, $T) { + var t1 = new A._DoneStreamSubscription($.Zone__current, $T._eval$1("_DoneStreamSubscription<0>")); + A.scheduleMicrotask(t1.get$_onMicrotask()); + if (onDone != null) + t1._onDone = onDone; return t1; }, _runUserCode(userCode, onSuccess, onError) { @@ -13191,10 +14142,6 @@ this.result = t0; this.computation = t1; }, - Future_Future$microtask_closure: function Future_Future$microtask_closure(t0, t1) { - this.result = t0; - this.computation = t1; - }, Future_Future$delayed_closure: function Future_Future$delayed_closure(t0, t1, t2) { this.computation = t0; this.result = t1; @@ -13240,10 +14187,6 @@ this.future = t0; this.$ti = t1; }, - _SyncCompleter: function _SyncCompleter(t0, t1) { - this.future = t0; - this.$ti = t1; - }, _FutureListener: function _FutureListener(t0, t1, t2, t3, t4) { var _ = this; _._nextListener = null; @@ -13356,9 +14299,6 @@ _.addError = t6; _.resume = t7; }, - Stream_pipe_closure: function Stream_pipe_closure(t0) { - this.streamConsumer = t0; - }, Stream_fold_closure: function Stream_fold_closure(t0, t1) { this._box_0 = t0; this.result = t1; @@ -13538,12 +14478,12 @@ this.$this = t0; this.dispatch = t1; }, - _DoneStreamSubscription: function _DoneStreamSubscription(t0, t1, t2) { + _DoneStreamSubscription: function _DoneStreamSubscription(t0, t1) { var _ = this; + _._state = 1; _._zone = t0; - _._state = 0; - _._onDone = t1; - _.$ti = t2; + _._onDone = null; + _.$ti = t1; }, _StreamIterator: function _StreamIterator(t0, t1) { var _ = this; @@ -13777,11 +14717,6 @@ _defaultHashCode(a) { return J.get$hashCode$(a); }, - HashMap_HashMap$from(other, $K, $V) { - var result = A.HashMap_HashMap(null, null, null, $K, $V); - other.forEach$1(0, new A.HashMap_HashMap$from_closure(result, $K, $V)); - return result; - }, HashSet_HashSet$from(elements, $E) { var t1, _i, result = A.HashSet_HashSet($E); @@ -13889,6 +14824,9 @@ return number; } }, + _UnmodifiableSetMixin__throwUnmodifiable() { + throw A.wrapException(A.UnsupportedError$("Cannot change an unmodifiable set")); + }, _dynamicCompare(a, b) { return J.compareTo$1$ns(a, b); }, @@ -13997,11 +14935,6 @@ this._collection$_source = t0; this.$ti = t1; }, - HashMap_HashMap$from_closure: function HashMap_HashMap$from_closure(t0, t1, t2) { - this.result = t0; - this.K = t1; - this.V = t2; - }, LinkedHashMap_LinkedHashMap$from_closure: function LinkedHashMap_LinkedHashMap$from_closure(t0, t1, t2) { this.result = t0; this.K = t1; @@ -14100,6 +15033,12 @@ }, _SetBase: function _SetBase() { }, + _UnmodifiableSetMixin: function _UnmodifiableSetMixin() { + }, + UnmodifiableSetView: function UnmodifiableSetView(t0, t1) { + this._collection$_source = t0; + this.$ti = t1; + }, _SplayTreeNode: function _SplayTreeNode() { }, _SplayTreeSetNode: function _SplayTreeSetNode(t0, t1) { @@ -14193,6 +15132,8 @@ }, _UnmodifiableMapView_MapView__UnmodifiableMapMixin: function _UnmodifiableMapView_MapView__UnmodifiableMapMixin() { }, + _UnmodifiableSetView_SetBase__UnmodifiableSetMixin: function _UnmodifiableSetView_SetBase__UnmodifiableSetMixin() { + }, _parseJson(source, reviver) { var e, exception, t1, parsed = null; try { @@ -15179,29 +16120,33 @@ if (t1) return text; bytes = encoding.encode$1(text); - for (t1 = J.getInterceptor$asx(bytes), i = 0, t2 = ""; i < t1.get$length(bytes); ++i) { - byte = t1.$index(bytes, i); - if (byte < 128 && (canonicalTable[B.JSInt_methods._shrOtherPositive$1(byte, 4)] & 1 << (byte & 15)) !== 0) + for (t1 = bytes.length, i = 0, t2 = ""; i < t1; ++i) { + byte = bytes[i]; + if (byte < 128 && (canonicalTable[byte >>> 4] & 1 << (byte & 15)) !== 0) t2 += A.Primitives_stringFromCharCode(byte); else - t2 = spaceToPlus && byte === 32 ? t2 + "+" : t2 + "%" + _s16_[B.JSInt_methods._shrOtherPositive$1(byte, 4) & 15] + _s16_[byte & 15]; + t2 = spaceToPlus && byte === 32 ? t2 + "+" : t2 + "%" + _s16_[byte >>> 4 & 15] + _s16_[byte & 15]; } return t2.charCodeAt(0) == 0 ? t2 : t2; }, StackTrace_current() { - var stackTrace, exception; - if ($.$get$_hasErrorStackProperty()) - return A.getTraceFromException(new Error()); - try { - throw A.wrapException(""); - } catch (exception) { - stackTrace = A.getTraceFromException(exception); - return stackTrace; - } + return A.getTraceFromException(new Error()); }, Comparable_compare(a, b) { return J.compareTo$1$ns(a, b); }, + DateTime___new_tearOff(year, month, day, hour, minute, second, millisecond, microsecond) { + var t1 = A.Primitives_valueFromDecomposedDate(year, month, day, hour, minute, second, millisecond + B.JSNumber_methods.round$0(microsecond / 1000), false); + if (!A._isInt(t1)) + A.throwExpression(A.argumentErrorValue(t1)); + return new A.DateTime(t1, false); + }, + DateTime___utc_tearOff(year, month, day, hour, minute, second, millisecond, microsecond) { + var t1 = A.Primitives_valueFromDecomposedDate(year, month, day, hour, minute, second, millisecond + B.JSNumber_methods.round$0(microsecond / 1000), true); + if (!A._isInt(t1)) + A.throwExpression(A.argumentErrorValue(t1)); + return new A.DateTime(t1, true); + }, DateTime$now() { return new A.DateTime(Date.now(), false); }, @@ -17034,6 +17979,10 @@ _symbolMapToStringMap_closure: function _symbolMapToStringMap_closure(t0) { this.result = t0; }, + _WeakReferenceWrapper: function _WeakReferenceWrapper(t0, t1) { + this._weakRef = t0; + this.$ti = t1; + }, NoSuchMethodError_toString_closure: function NoSuchMethodError_toString_closure(t0, t1) { this._box_0 = t0; this.sb = t1; @@ -17225,6 +18174,58 @@ this._jsWeakMap = t0; this.$ti = t1; }, + _getNextTaskId() { + var t1 = $._taskId; + $._taskId = t1 + 1; + return t1; + }, + _createEventName(isBeginEvent, isEndEvent, $name, taskId) { + if (isBeginEvent) + return "" + taskId + "-" + $name + "-begin"; + if (isEndEvent) + return "" + taskId + "-" + $name + "-end"; + return $name; + }, + _postfixWithCount(eventName) { + var count = $._eventNameToCount.$index(0, eventName); + if (count == null) + return eventName; + return eventName + "-" + A.S(count); + }, + _decrementEventCount(eventName) { + var t1, newCount; + if (!$._eventNameToCount.containsKey$1(0, eventName)) + return; + t1 = $._eventNameToCount.$index(0, eventName); + t1.toString; + newCount = t1 - 1; + t1 = $._eventNameToCount; + if (newCount <= 0) + t1.remove$1(0, eventName); + else + t1.$indexSet(0, eventName, newCount); + }, + _reportTaskEvent(taskId, flowId, type, $name, argumentsAsJson) { + var isBeginEvent, isEndEvent, currentEventName, currentCount, beginEventName; + if (type === 9 || type === 11 || type === 10) + return; + isBeginEvent = type === 1 || type === 5; + isEndEvent = type === 2 || type === 7; + currentEventName = A._createEventName(isBeginEvent, isEndEvent, $name, taskId); + if (isBeginEvent) { + currentCount = $._eventNameToCount.$index(0, currentEventName); + if (currentCount == null) + currentCount = 0; + $._eventNameToCount.$indexSet(0, currentEventName, currentCount + 1); + currentEventName = A._postfixWithCount(currentEventName); + } + performance.mark(currentEventName, {detail: JSON.parse(argumentsAsJson)}); + if (isEndEvent) { + beginEventName = A._createEventName(true, false, $name, taskId); + performance.measure($name, A._postfixWithCount(beginEventName), currentEventName); + A._decrementEventCount(beginEventName); + } + }, _FakeUserTag__FakeUserTag(label) { var t1, existingTag = $._FakeUserTag__instances.$index(0, label); @@ -17267,23 +18268,33 @@ return; }, Timeline_startSync($name, $arguments, flow) { + var t1, block, t2; A.ArgumentError_checkNotNull($name, "name"); - $.Timeline__stack.push(null); - return; + t1 = A._getNextTaskId(); + block = new A._SyncBlock($name, t1, $arguments, flow); + $.Timeline__stack.push(block); + t2 = flow == null ? null : flow.id; + if (t2 == null) + t2 = -1; + A._reportTaskEvent(t1, t2, 1, $name, block.get$_jsonArguments()); }, Timeline_finishSync() { + var block, tempFlow, t1; if ($.Timeline__stack.length === 0) throw A.wrapException(A.StateError$("Uneven calls to startSync and finishSync")); - var block = $.Timeline__stack.pop(); + block = $.Timeline__stack.pop(); if (block == null) return; - if (block.flow != null) - A._argumentsAsJson(null); - block.get$_jsonArguments(); + tempFlow = block.flow; + if (tempFlow != null) { + t1 = tempFlow.id; + A._reportTaskEvent(t1, -1, tempFlow._developer$_type, "" + t1, A._argumentsAsJson(null)); + } + A._reportTaskEvent(block.taskId, -1, 2, block.name, block.get$_jsonArguments()); }, Timeline_instantSync($name, $arguments) { A.ArgumentError_checkNotNull($name, "name"); - return; + A._reportTaskEvent(0, -1, 4, $name, A._argumentsAsJson($arguments)); }, Timeline_timeSync($name, $function, flow) { var t1; @@ -17296,7 +18307,8 @@ } }, TimelineTask$() { - return new A.TimelineTask(0, A._setArrayType([], type$.JSArray_nullable__AsyncBlock)); + var t1 = A._setArrayType([], type$.JSArray_nullable__AsyncBlock); + return new A.TimelineTask(A._getNextTaskId(), t1); }, _argumentsAsJson($arguments) { if ($arguments == null || $arguments.__js_helper$_length === 0) @@ -17308,22 +18320,34 @@ ServiceExtensionResponse: function ServiceExtensionResponse() { }, TimelineTask: function TimelineTask(t0, t1) { - this._developer$_taskId = t0; + this._taskId = t0; this._stack = t1; }, + _AsyncBlock: function _AsyncBlock(t0, t1) { + this.name = t0; + this._taskId = t1; + }, + _SyncBlock: function _SyncBlock(t0, t1, t2, t3) { + var _ = this; + _.name = t0; + _.taskId = t1; + _.$arguments = t2; + _.flow = t3; + _.___SyncBlock__jsonArguments_FI = $; + }, + window() { + var t1 = window; + t1.toString; + return t1; + }, AnchorElement_AnchorElement(href) { var e = document.createElement("a"); e.href = href; return e; }, Blob_Blob(blobParts, type) { - var bag, - t1 = type == null; - if (t1 && true) - return new self.Blob(blobParts); - bag = {}; - if (!t1) - bag.type = type; + var bag = {}; + bag.type = type; return new self.Blob(blobParts, bag); }, _ChildrenElementList__addAll(_element, iterable) { @@ -17351,20 +18375,6 @@ _ElementFactoryProvider_createElement_tag(tag, typeExtension) { return document.createElement(tag); }, - HttpRequest_request(url, responseType) { - var t3, - t1 = new A._Future($.Zone__current, type$._Future_HttpRequest), - completer = new A._AsyncCompleter(t1, type$._AsyncCompleter_HttpRequest), - t2 = new XMLHttpRequest(); - t2.toString; - B.HttpRequest_methods.open$3$async(t2, "GET", url, true); - t2.responseType = responseType; - t3 = type$.ProgressEvent; - A._EventStreamSubscription$(t2, "load", new A.HttpRequest_request_closure(t2, completer), false, t3); - A._EventStreamSubscription$(t2, "error", completer.get$completeError(), false, t3); - t2.send(); - return t1; - }, InputElement_InputElement(type) { var exception, t1 = document.createElement("input"), @@ -17386,14 +18396,6 @@ return o; return new A._AcceptStructuredCloneDart2Js([], []).convertNativeToDart_AcceptStructuredClone$2$mustCopy(o, true); }, - _DOMWindowCrossFrame__createSafe(w) { - var t1 = window; - t1.toString; - if (w === t1) - return w; - else - return new A._DOMWindowCrossFrame(w); - }, _wrapZone(callback, $T) { var t1 = $.Zone__current; if (t1 === B.C__RootZone) @@ -17523,10 +18525,6 @@ }, HttpRequest: function HttpRequest() { }, - HttpRequest_request_closure: function HttpRequest_request_closure(t0, t1) { - this.xhr = t0; - this.completer = t1; - }, HttpRequestEventTarget: function HttpRequestEventTarget() { }, IFrameElement: function IFrameElement() { @@ -17773,9 +18771,6 @@ _._current = null; _.$ti = t2; }, - _DOMWindowCrossFrame: function _DOMWindowCrossFrame(t0) { - this._html$_window = t0; - }, _CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase: function _CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase() { }, _DomRectList_JavaScriptObject_ListMixin: function _DomRectList_JavaScriptObject_ListMixin() { @@ -18312,9 +19307,6 @@ _RandomAccessFile_length_closure: function _RandomAccessFile_length_closure(t0) { this.$this = t0; }, - FileSystemEntityType: function FileSystemEntityType(t0) { - this._io$_type = t0; - }, FileSystemEntity: function FileSystemEntity() { }, SystemEncoding: function SystemEncoding() { @@ -18466,9 +19458,6 @@ return object; return new A.jsify__convert(new A._IdentityHashMap(type$._IdentityHashMap_of_nullable_Object_and_nullable_Object)).call$1(object); }, - globalThis() { - return globalThis; - }, getProperty(o, $name) { return o[$name]; }, @@ -18609,10 +19598,16 @@ }, _TransformList_JavaScriptObject_ListMixin_ImmutableListMixin: function _TransformList_JavaScriptObject_ListMixin_ImmutableListMixin() { }, + ByteData_ByteData$sublistView(data) { + var elementSize = data.BYTES_PER_ELEMENT, + end = A.RangeError_checkValidRange(0, null, B.JSInt_methods.$tdiv(data.byteLength, elementSize), null, null); + return A.NativeByteData_NativeByteData$view(data.buffer, data.byteOffset + 0 * elementSize, (end - 0) * elementSize); + }, Uint8List_Uint8List$sublistView(data, start, end) { - var elementSize = data.BYTES_PER_ELEMENT; - end = A.RangeError_checkValidRange(start, end, B.JSInt_methods.$tdiv(data.byteLength, elementSize), null, null); - return A.NativeUint8List_NativeUint8List$view(data.buffer, data.byteOffset + start * elementSize, (end - start) * elementSize); + var t1 = J.getInterceptor$x(data), + elementSize = t1.get$elementSizeInBytes(data); + end = A.RangeError_checkValidRange(start, end, B.JSInt_methods.$tdiv(t1.get$lengthInBytes(data), elementSize), null, null); + return J.asUint8List$2$x(t1.get$buffer(data), t1.get$offsetInBytes(data) + start * elementSize, (end - start) * elementSize); }, Uint32List_Uint32List$view(buffer) { return A.NativeUint32List_NativeUint32List$view(buffer, 0, null); @@ -18632,6 +19627,9 @@ else return new A.Offset(A._lerpDouble(a._dx, b._dx, t), A._lerpDouble(a._dy, b._dy, t)); }, + Size$(width, height) { + return new A.Size(width, height); + }, Size_lerp(a, b, t) { if (b == null) if (a == null) @@ -18802,7 +19800,7 @@ _lerpInt(a, b, t) { return a * (1 - t) + b * t; }, - clampDouble0(x, min, max) { + clampDouble(x, min, max) { if (x < min) return min; if (x > max) @@ -18814,6 +19812,9 @@ _scaleAlpha(a, factor) { return A.Color$fromARGB(A.clampInt(B.JSNumber_methods.round$0((a.get$value(a) >>> 24 & 255) * factor), 0, 255), a.get$value(a) >>> 16 & 255, a.get$value(a) >>> 8 & 255, a.get$value(a) & 255); }, + Color$(value) { + return new A.Color(value >>> 0); + }, Color$fromARGB(a, r, g, b) { return new A.Color(((a & 255) << 24 | (r & 255) << 16 | (g & 255) << 8 | b & 255) >>> 0); }, @@ -18851,15 +19852,15 @@ return A.Color$fromARGB(outAlpha, B.JSInt_methods.$tdiv((foreground.get$value(foreground) >>> 16 & 255) * alpha + (background.get$value(background) >>> 16 & 255) * backAlpha, outAlpha), B.JSInt_methods.$tdiv((foreground.get$value(foreground) >>> 8 & 255) * alpha + (background.get$value(background) >>> 8 & 255) * backAlpha, outAlpha), B.JSInt_methods.$tdiv((foreground.get$value(foreground) & 255) * alpha + (background.get$value(background) & 255) * backAlpha, outAlpha)); } }, - Paint_Paint() { - return $.$get$_renderer().createPaint$0(); - }, Gradient_Gradient$linear(from, to, colors, colorStops, tileMode, matrix4) { return $.$get$_renderer().createLinearGradient$6(0, from, to, colors, colorStops, tileMode, null); }, ImageFilter_ImageFilter$matrix(matrix4, filterQuality) { return $.$get$_renderer().createMatrixImageFilter$2$filterQuality(matrix4, filterQuality); }, + instantiateImageCodec(list) { + return $.$get$_renderer().instantiateImageCodec$4$allowUpscaling$targetHeight$targetWidth(list, true, null, null); + }, instantiateImageCodecWithSize(buffer, getTargetSize) { return A.instantiateImageCodecWithSize$body(buffer, getTargetSize); }, @@ -19000,8 +20001,7 @@ ++sourcePixel; } } - t1 = A.NativeUint8List_NativeUint8List$view(bmpData.buffer, 0, _null); - return $.$get$_renderer().instantiateImageCodec$4$allowUpscaling$targetHeight$targetWidth(t1, true, _null, _null); + return A.instantiateImageCodec(A.NativeUint8List_NativeUint8List$view(bmpData.buffer, 0, _null)); }, Shadow_convertRadiusToSigma(radius) { return radius > 0 ? radius * 0.57735 + 0.5 : 0; @@ -19103,10 +20103,6 @@ this.index = t0; this._core$_name = t1; }, - PathOperation: function PathOperation(t0, t1) { - this.index = t0; - this._core$_name = t1; - }, _ChannelCallbackRecord: function _ChannelCallbackRecord(t0, t1) { this._callback = t0; this._ui$_zone = t1; @@ -19326,7 +20322,7 @@ this.name = t1; }, SemanticsUpdateBuilder: function SemanticsUpdateBuilder(t0) { - this._nodeUpdates = t0; + this._ui$_nodeUpdates = t0; }, FontStyle: function FontStyle(t0, t1) { this.index = t0; @@ -19407,6 +20403,8 @@ this.index = t0; this._core$_name = t1; }, + Display: function Display() { + }, FlutterView: function FlutterView() { }, SingletonFlutterWindow: function SingletonFlutterWindow() { @@ -19850,21 +20848,16 @@ this.newAttribution = t1; this.conflictStart = t2; }, - AttributedText$(spans, text) { - var t1 = spans == null ? A.AttributedSpans$(null) : spans; - return new A.AttributedText(text, t1, A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function)); + AttributedText$(text, spans) { + var t1 = text == null ? "" : text, + t2 = spans == null ? A.AttributedSpans$(null) : spans; + return new A.AttributedText(t1, t2, A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function)); }, AttributedText: function AttributedText(t0, t1, t2) { this.text = t0; this.spans = t1; this._attributed_text$_listeners = t2; }, - AttributionVisitEvent: function AttributionVisitEvent(t0, t1) { - this.index = t0; - this._core$_name = t1; - }, - AttributionVisitor: function AttributionVisitor() { - }, NamedAttribution: function NamedAttribution(t0) { this.id = t0; }, @@ -20436,6 +21429,7 @@ t2.add$1(0, new A.DoubleSerializer(A.BuiltList_BuiltList$from([B.Type_double_K1J], t1))); t2.add$1(0, new A.DurationSerializer(A.BuiltList_BuiltList$from([B.Type_Duration_SnA], t1))); t2.add$1(0, new A.IntSerializer(A.BuiltList_BuiltList$from([B.Type_int_tHn], t1))); + t2.add$1(0, new A.Int32Serializer(A.BuiltList_BuiltList$from([B.Type_Int32_Mhf], t1))); t2.add$1(0, new A.Int64Serializer(A.BuiltList_BuiltList$from([B.Type_Int64_ww8], t1))); t2.add$1(0, new A.JsonObjectSerializer(A.BuiltList_BuiltList$from([B.Type_JsonObject_gyf, B.Type_BoolJsonObject_8HQ, B.Type_ListJsonObject_yPV, B.Type_MapJsonObject_bBG, B.Type_NumJsonObject_H9C, B.Type_StringJsonObject_GAC], t1))); t2.add$1(0, new A.NullSerializer(A.BuiltList_BuiltList$from([B.Type_Null_Yyn], t1))); @@ -20493,6 +21487,10 @@ genericsStart = B.JSString_methods.indexOf$1($name, "<"); return genericsStart === -1 ? $name : B.JSString_methods.substring$2($name, 0, genericsStart); }, + _noSerializerMessageFor(typeName) { + var maybeRecordAdvice = B.JSString_methods.contains$1(typeName, "(") ? " Note that record types are not automatically serializable, please write and install your own `Serializer`." : ""; + return "No serializer for '" + typeName + "'." + maybeRecordAdvice; + }, BuiltJsonSerializers: function BuiltJsonSerializers(t0, t1, t2, t3, t4) { var _ = this; _._typeToSerializer = t0; @@ -20565,6 +21563,9 @@ DurationSerializer: function DurationSerializer(t0) { this.types = t0; }, + Int32Serializer: function Int32Serializer(t0) { + this.types = t0; + }, Int64Serializer: function Int64Serializer(t0) { this.types = t0; }, @@ -20612,73 +21613,6 @@ _.result = t2; _.needToDecodeKeys = t3; }, - CachedNetworkImage: function CachedNetworkImage(t0, t1, t2, t3, t4, t5, t6, t7) { - var _ = this; - _._cached_image_widget$_image = t0; - _.imageUrl = t1; - _.placeholder = t2; - _.errorWidget = t3; - _.width = t4; - _.height = t5; - _.fit = t6; - _.key = t7; - }, - CachedNetworkImage_build_closure: function CachedNetworkImage_build_closure() { - }, - CachedNetworkImageProvider: function CachedNetworkImageProvider(t0, t1, t2, t3, t4) { - var _ = this; - _.cacheManager = t0; - _.url = t1; - _.cacheKey = t2; - _.headers = t3; - _._imageRenderMethodForWeb = t4; - }, - CachedNetworkImageProvider__loadAsyncHttpGet_closure: function CachedNetworkImageProvider__loadAsyncHttpGet_closure(t0) { - this.key = t0; - }, - loadAsyncHtmlImage(key, chunkEvents, decode) { - var resolved = A.Uri_base().resolve$1(0, key.url); - return $.$get$_renderer().instantiateImageCodecFromUrl$2$chunkCallback(resolved, new A.loadAsyncHtmlImage_closure(chunkEvents)); - }, - loadAsyncHtmlImage_closure: function loadAsyncHtmlImage_closure(t0) { - this.chunkEvents = t0; - }, - ImageRenderMethodForWeb: function ImageRenderMethodForWeb(t0, t1) { - this.index = t0; - this._core$_name = t1; - }, - MultiImageStreamCompleter$(chunkEvents, codec, informationCollector, scale) { - var t1 = new A.MultiImageStreamCompleter(scale, informationCollector, A._setArrayType([], type$.JSArray_ImageStreamListener), A._setArrayType([], type$.JSArray_of_void_Function)); - t1.MultiImageStreamCompleter$4$chunkEvents$codec$informationCollector$scale(chunkEvents, codec, informationCollector, scale); - return t1; - }, - MultiImageStreamCompleter: function MultiImageStreamCompleter(t0, t1, t2, t3) { - var _ = this; - _._nextImageCodec = _._multi_image_stream_completer$_codec = null; - _._multi_image_stream_completer$_scale = t0; - _._multi_image_stream_completer$_informationCollector = t1; - _._multi_image_stream_completer$_frameDuration = _._shownTimestamp = _._multi_image_stream_completer$_nextFrame = null; - _._multi_image_stream_completer$_framesEmitted = 0; - _._multi_image_stream_completer$_timer = null; - _._multi_image_stream_completer$_frameCallbackScheduled = false; - _._image_stream$_listeners = t2; - _.debugLabel = _._currentError = _._currentImage = null; - _._addingInitialListeners = _._hadAtLeastOneListener = false; - _._keepAliveHandles = 0; - _._image_stream$_disposed = false; - _._onLastListenerRemovedCallbacks = t3; - }, - MultiImageStreamCompleter_closure: function MultiImageStreamCompleter_closure(t0) { - this.$this = t0; - }, - MultiImageStreamCompleter_closure0: function MultiImageStreamCompleter_closure0(t0, t1) { - this.$this = t0; - this.informationCollector = t1; - }, - MultiImageStreamCompleter_closure1: function MultiImageStreamCompleter_closure1(t0, t1) { - this.$this = t0; - this.informationCollector = t1; - }, StringCharacterRange_StringCharacterRange$at(string, startIndex, endIndex) { A.RangeError_checkValidRange(startIndex, endIndex, string.length, "startIndex", "endIndex"); return A.StringCharacterRange__expandRange(string, startIndex, endIndex == null ? startIndex : endIndex); @@ -22648,7 +23582,7 @@ PointRenderer$(config, rendererId, $D) { var t1 = A.LinkedHashMap_LinkedHashMap(null, null, type$.String, $D._eval$1("List>")), t2 = A._setArrayType([], type$.JSArray_String), - t3 = B.List_empty25; + t3 = B.List_empty26; return new A.PointRenderer(config, t3, t1, t2, A.LayoutViewConfig$(25, B.LayoutPosition_8, 0), "point", new A.CircleSymbolRenderer(true), $D._eval$1("PointRenderer<0>")); }, DatumPoint_DatumPoint$from(other, x, xLower, xUpper, y, yLower, yUpper, $D) { @@ -23364,7 +24298,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -23488,8 +24422,6 @@ this.index = t0; this._core$_name = t1; }, - Clock: function Clock() { - }, CanonicalizedMap: function CanonicalizedMap() { }, CanonicalizedMap_addAll_closure: function CanonicalizedMap_addAll_closure(t0) { @@ -23554,6 +24486,10 @@ DeepCollectionEquality: function DeepCollectionEquality(t0) { this._unordered = t0; }, + HeapPriorityQueue$(comparison, $E) { + var t1 = A.List_List$filled(7, null, false, $E._eval$1("0?")); + return new A.HeapPriorityQueue(comparison, t1, $E._eval$1("HeapPriorityQueue<0>")); + }, HeapPriorityQueue: function HeapPriorityQueue(t0, t1, t2) { var _ = this; _.comparison = t0; @@ -24098,272 +25034,6 @@ }, DeviceInfoPlatform: function DeviceInfoPlatform() { }, - Clock0: function Clock0() { - }, - _RealtimeClock: function _RealtimeClock() { - }, - MemoryDirectory: function MemoryDirectory(t0, t1) { - this.fileSystem = t0; - this.path = t1; - }, - MemoryDirectory_createSync_closure: function MemoryDirectory_createSync_closure(t0) { - this.recursive = t0; - }, - MemoryDirectory_createTempSync_closure: function MemoryDirectory_createTempSync_closure(t0) { - this.dirname = t0; - }, - MemoryDirectory_createTempSync_closure0: function MemoryDirectory_createTempSync_closure0(t0) { - this.dirname = t0; - }, - MemoryDirectory_createTempSync_name: function MemoryDirectory_createTempSync_name(t0, t1) { - this._box_0 = t0; - this.basename = t1; - }, - _MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin: function _MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin() { - }, - _FileSink__FileSink$fromFile(file, mode, encoding) { - var e, exception, t2, future, t1 = {}, - node = A._Cell$named("node"); - t1.deferredException = null; - try { - node.__late_helper$_value = file.get$_resolvedBackingOrCreate(); - } catch (exception) { - t2 = A.unwrapException(exception); - if (type$.Exception._is(t2)) { - e = t2; - t1.deferredException = e; - } else - throw exception; - } - future = A.Future_Future$microtask(new A._FileSink__FileSink$fromFile_closure(t1, file, node, mode), type$.FileNode); - return new A._FileSink(new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_void), type$._AsyncCompleter_void), future, encoding); - }, - MemoryFile: function MemoryFile(t0, t1) { - this.fileSystem = t0; - this.path = t1; - }, - MemoryFile__resolvedBackingOrCreate_closure: function MemoryFile__resolvedBackingOrCreate_closure(t0) { - this.$this = t0; - }, - MemoryFile__resolvedBackingOrCreate_closure0: function MemoryFile__resolvedBackingOrCreate_closure0(t0) { - this.$this = t0; - }, - MemoryFile__doCreate_closure: function MemoryFile__doCreate_closure(t0) { - this.recursive = t0; - }, - _FileSink: function _FileSink(t0, t1, t2) { - var _ = this; - _._memory_file$_completer = t0; - _._pendingWrites = t1; - _._streamCompleter = null; - _._memory_file$_isClosed = false; - _.encoding = t2; - }, - _FileSink__FileSink$fromFile_closure: function _FileSink__FileSink$fromFile_closure(t0, t1, t2, t3) { - var _ = this; - _._box_0 = t0; - _.file = t1; - _.node = t2; - _.mode = t3; - }, - _FileSink_addStream_finish: function _FileSink_addStream_finish(t0) { - this.$this = t0; - }, - _FileSink_addStream_closure: function _FileSink_addStream_closure(t0) { - this.$this = t0; - }, - _FileSink_addStream_closure0: function _FileSink_addStream_closure0(t0, t1) { - this.$this = t0; - this.finish = t1; - }, - _FileSink_close_closure: function _FileSink_close_closure(t0) { - this.$this = t0; - }, - _FileSink_close_closure0: function _FileSink_close_closure0(t0) { - this.$this = t0; - }, - _FileSink__addData_closure: function _FileSink__addData_closure(t0) { - this.data = t0; - }, - MemoryFileStat: function MemoryFileStat(t0, t1) { - this.type = t0; - this.size = t1; - }, - _defaultOpHandle(context, operation) { - }, - _MemoryFileSystem: function _MemoryFileSystem(t0, t1, t2, t3) { - var _ = this; - _._systemTemp = _._memory_file_system$_root = null; - _._memory_file_system$_context = t0; - _.opHandle = t1; - _.clock = t2; - _.style = t3; - }, - _MemoryFileSystem_findNode_subpath: function _MemoryFileSystem_findNode_subpath(t0, t1, t2) { - this.$this = t0; - this.parts = t1; - this.i = t2; - }, - _MemoryFileSystem_findNode_closure: function _MemoryFileSystem_findNode_closure(t0, t1, t2) { - this.segmentVisitor = t0; - this.i = t1; - this.finalSegment = t2; - }, - MemoryFileSystemEntity: function MemoryFileSystemEntity() { - }, - MemoryFileSystemEntity_backing_closure: function MemoryFileSystemEntity_backing_closure(t0) { - this.$this = t0; - }, - MemoryFileSystemEntity_resolvedBacking_closure: function MemoryFileSystemEntity_resolvedBacking_closure(t0) { - this.$this = t0; - }, - MemoryFileSystemEntity_resolvedBacking_closure0: function MemoryFileSystemEntity_resolvedBacking_closure0(t0) { - this.$this = t0; - }, - MemoryFileSystemEntity_defaultCheckType_closure: function MemoryFileSystemEntity_defaultCheckType_closure(t0) { - this.$this = t0; - }, - MemoryFileSystemEntity_internalCreateSync_closure: function MemoryFileSystemEntity_internalCreateSync_closure(t0) { - this.createChild = t0; - }, - DirectoryNode$($parent) { - var t2, - t1 = new A.DirectoryNode(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Node_3), $parent); - if ($parent == null) { - t1.get$isRoot(); - t2 = true; - } else - t2 = false; - if (t2) - A.throwExpression(B.FileSystemException_sV6); - t1.RealNode$1($parent); - return t1; - }, - Node2: function Node2() { - }, - RealNode: function RealNode() { - }, - DirectoryNode: function DirectoryNode(t0, t1) { - var _ = this; - _.children = t0; - _.__RealNode_accessed_A = _.__RealNode_modified_A = _.__RealNode_changed_A = $; - _._node0$_parent = t1; - }, - RootNode: function RootNode(t0, t1, t2) { - var _ = this; - _.fs = t0; - _.children = t1; - _.__RealNode_accessed_A = _.__RealNode_modified_A = _.__RealNode_changed_A = $; - _._node0$_parent = t2; - }, - FileNode: function FileNode(t0, t1) { - var _ = this; - _._node0$_content = t0; - _.__RealNode_accessed_A = _.__RealNode_modified_A = _.__RealNode_changed_A = $; - _._node0$_parent = t1; - }, - FileSystemOp: function FileSystemOp(t0) { - this._operations$_value = t0; - }, - FileSystemStyle: function FileSystemStyle() { - }, - _Posix: function _Posix() { - }, - checkIsDir(node, path) { - var t1 = node.get$type(node); - if (t1 !== B.FileSystemEntityType_1) - throw A.wrapException(A.notADirectory(A._asString(path.call$0()))); - }, - checkType(expectedType, actualType, path) { - if (expectedType !== actualType) - switch (expectedType) { - case B.FileSystemEntityType_1: - throw A.wrapException(A.notADirectory(A._asString(path.call$0()))); - case B.FileSystemEntityType_0: - throw A.wrapException(A.isADirectory(A._asString(path.call$0()))); - case B.FileSystemEntityType_2: - throw A.wrapException(A.invalidArgument(A._asString(path.call$0()))); - default: - throw A.wrapException(A.AssertionError$(null)); - } - }, - isEmpty(str) { - return str.length === 0; - }, - resolveLinks(link, path, ledger, tailVisitor) { - var breadcrumbs = A.LinkedHashSet_LinkedHashSet$_empty(type$.LinkNode), - node = link; - while (true) { - node.get$type(node); - if (!false) - break; - if (!breadcrumbs.add$1(0, node)) - throw A.wrapException(A._fsException(A._asString(path.call$0()), "Too many levels of symbolic links", A.ErrorCodes_ELOOP())); - node = node.getReferent$1$tailVisitor(new A.resolveLinks_closure(tailVisitor)); - } - return node; - }, - resolveLinks_closure: function resolveLinks_closure(t0) { - this.tailVisitor = t0; - }, - noSuchFileOrDirectory(path) { - var _s25_ = "No such file or directory"; - return new A.FileSystemException(_s25_, path, new A.OSError(_s25_, A.ErrorCodes_ENOENT())); - }, - notADirectory(path) { - var _s15_ = "Not a directory"; - return new A.FileSystemException(_s15_, path, new A.OSError(_s15_, A.ErrorCodes_ENOTDIR())); - }, - isADirectory(path) { - var _s14_ = "Is a directory"; - return new A.FileSystemException(_s14_, path, new A.OSError(_s14_, A.ErrorCodes_EISDIR())); - }, - invalidArgument(path) { - var _s16_ = "Invalid argument"; - return new A.FileSystemException(_s16_, path, new A.OSError(_s16_, A.ErrorCodes_EINVAL())); - }, - _fsException(path, msg, errorCode) { - return new A.FileSystemException(msg, path, new A.OSError(msg, errorCode)); - }, - DirectoryAddOnsMixin: function DirectoryAddOnsMixin() { - }, - ErrorCodes_EINVAL() { - return A.ErrorCodes__platform(new A.ErrorCodes_EINVAL_closure()); - }, - ErrorCodes_EISDIR() { - return A.ErrorCodes__platform(new A.ErrorCodes_EISDIR_closure()); - }, - ErrorCodes_ELOOP() { - return A.ErrorCodes__platform(new A.ErrorCodes_ELOOP_closure()); - }, - ErrorCodes_ENOENT() { - return A.ErrorCodes__platform(new A.ErrorCodes_ENOENT_closure()); - }, - ErrorCodes_ENOTDIR() { - return A.ErrorCodes__platform(new A.ErrorCodes_ENOTDIR_closure()); - }, - ErrorCodes_ENOTEMPTY() { - return A.ErrorCodes__platform(new A.ErrorCodes_ENOTEMPTY_closure()); - }, - ErrorCodes__platform(getCode) { - return getCode.call$1(B.C__LinuxCodes); - }, - ErrorCodes_EINVAL_closure: function ErrorCodes_EINVAL_closure() { - }, - ErrorCodes_EISDIR_closure: function ErrorCodes_EISDIR_closure() { - }, - ErrorCodes_ELOOP_closure: function ErrorCodes_ELOOP_closure() { - }, - ErrorCodes_ENOENT_closure: function ErrorCodes_ENOENT_closure() { - }, - ErrorCodes_ENOTDIR_closure: function ErrorCodes_ENOTDIR_closure() { - }, - ErrorCodes_ENOTEMPTY_closure: function ErrorCodes_ENOTEMPTY_closure() { - }, - _LinuxCodes: function _LinuxCodes() { - }, - FileSystem0: function FileSystem0() { - }, FilePickerWeb__fileType(type, allowedExtensions) { switch (type.index) { case 0: @@ -24568,6 +25238,9 @@ this.withReadStream = t0; this.withData = t1; }, + Int32: function Int32(t0) { + this._i = t0; + }, Int64__parseRadix(s, radix, throwOnError) { var i, negative, t1, d0, d1, d2, digit, d00, d10; if (B.JSString_methods.startsWith$1(s, "-")) { @@ -24615,6 +25288,8 @@ return value; else if (A._isInt(value)) return A.Int64_Int64(value); + else if (value instanceof A.Int32) + return A.Int64_Int64(value._i); throw A.wrapException(A.ArgumentError$value(value, "other", "not an int, Int32 or Int64")); }, Int64__toRadixStringUnsigned(radix, d0, d1, d2, sign) { @@ -25241,7 +25916,7 @@ t1 = route.LocalHistoryRoute__localHistory; if (t1 != null && t1.length !== 0) return false; - if (route._willPopCallbacks.length !== 0) + if (route._willPopCallbacks.length !== 0 || route.get$popDisposition() === B.RoutePopDisposition_1) return false; t1 = route._animationProxy; if (t1.get$status(t1) !== B.AnimationStatus_3) @@ -25268,7 +25943,7 @@ return new A.CupertinoPageTransition(new A._AnimatedEvaluation(t2, t3, t3.$ti._eval$1("_AnimatedEvaluation")), new A._AnimatedEvaluation(t5, t6, t6.$ti._eval$1("_AnimatedEvaluation")), new A._AnimatedEvaluation(t4._as(t1), t7, A._instanceType(t7)._eval$1("_AnimatedEvaluation")), new A._CupertinoBackGestureDetector(child, new A.CupertinoRouteTransitionMixin_buildPageTransitions_closure(route), new A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0(route, $T), null, $T._eval$1("_CupertinoBackGestureDetector<0>")), null); }, _CupertinoEdgeShadowDecoration_lerp(a, b, t) { - var t1, t2, t3, t4, i, t5, t6; + var t1, t2, t3, i, t4; if (a == b) return a; if (a == null) { @@ -25294,12 +25969,11 @@ return t1; } t1 = A._setArrayType([], type$.JSArray_Color_2); - for (t2 = b._route$_colors, t3 = a._route$_colors, t4 = t3 == null, i = 0; i < t2.length; ++i) { - t5 = t4 ? null : t3[i]; - t6 = t2[i]; - t5 = A.Color_lerp(t5, t6, t); - t5.toString; - t1.push(t5); + for (t2 = b._route$_colors, t3 = a._route$_colors, i = 0; i < t2.length; ++i) { + t4 = t3 == null ? null : t3[i]; + t4 = A.Color_lerp(t4, t2[i], t); + t4.toString; + t1.push(t4); } return new A._CupertinoEdgeShadowDecoration(t1); }, @@ -25427,7 +26101,7 @@ this.$this = t0; this.showHighlight = t1; }, - _CupertinoSwitchRenderObjectWidget: function _CupertinoSwitchRenderObjectWidget(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + _CupertinoSwitchRenderObjectWidget: function _CupertinoSwitchRenderObjectWidget(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.value = t0; _.activeColor = t1; @@ -25438,9 +26112,10 @@ _.state = t6; _.textDirection = t7; _.isFocused = t8; - _.key = t9; + _.onOffLabelColors = t9; + _.key = t10; }, - _RenderCupertinoSwitch: function _RenderCupertinoSwitch(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + _RenderCupertinoSwitch: function _RenderCupertinoSwitch(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; _._switch$_state = t0; _._switch$_value = t1; @@ -25451,9 +26126,10 @@ _._onChanged = t6; _._switch$_textDirection = t7; _._switch$_isFocused = t8; - _._clipRRectLayer = t9; - _._additionalConstraints = t10; - _.RenderObjectWithChildMixin__child = t11; + _._onOffLabelColors = t9; + _._clipRRectLayer = t10; + _._additionalConstraints = t11; + _.RenderObjectWithChildMixin__child = t12; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; @@ -25465,14 +26141,14 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; _._constraints = null; _._debugDoingThisPaint = false; _.__RenderObject__wasRepaintBoundary_A = $; - _._layerHandle = t12; + _._layerHandle = t13; _._needsCompositingBitsUpdate = false; _.__RenderObject__needsCompositing_A = $; _._needsPaint = true; @@ -25481,7 +26157,25 @@ _._needsSemanticsUpdate = true; _._semantics = null; }, - _RenderCupertinoSwitch_paint_closure: function _RenderCupertinoSwitch_paint_closure(t0, t1) { + _RenderCupertinoSwitch_paint_closure: function _RenderCupertinoSwitch_paint_closure(t0) { + this._0_0 = t0; + }, + _RenderCupertinoSwitch_paint_closure0: function _RenderCupertinoSwitch_paint_closure0(t0) { + this._0_0 = t0; + }, + _RenderCupertinoSwitch_paint_closure1: function _RenderCupertinoSwitch_paint_closure1(t0) { + this._1_0 = t0; + }, + _RenderCupertinoSwitch_paint_closure2: function _RenderCupertinoSwitch_paint_closure2(t0) { + this._1_0 = t0; + }, + _RenderCupertinoSwitch_paint_closure3: function _RenderCupertinoSwitch_paint_closure3(t0) { + this._2_0 = t0; + }, + _RenderCupertinoSwitch_paint_closure4: function _RenderCupertinoSwitch_paint_closure4(t0) { + this._2_0 = t0; + }, + _RenderCupertinoSwitch_paint_closure5: function _RenderCupertinoSwitch_paint_closure5(t0, t1) { this.$this = t0; this.thumbBounds = t1; }, @@ -25500,21 +26194,50 @@ CupertinoTextSelectionToolbar$(anchorAbove, anchorBelow, children) { return new A.CupertinoTextSelectionToolbar(anchorAbove, anchorBelow, children, null); }, - CupertinoTextSelectionToolbar__defaultToolbarBuilder(context, anchor, isAbove, child) { + CupertinoTextSelectionToolbar__defaultToolbarBuilder(context, anchorAbove, anchorBelow, child) { var _null = null, - outputChild = new A._CupertinoTextSelectionToolbarShape(anchor, isAbove, new A.ColoredBox(B.CupertinoDynamicColor_MuW.resolveFrom$1(context), child, _null), _null), inheritedTheme = context.dependOnInheritedWidgetOfExactType$1$0(type$._InheritedCupertinoTheme), t1 = inheritedTheme == null ? _null : inheritedTheme.theme.data.get$brightness(); if (t1 == null) { - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_5); t1 = t1 == null ? _null : t1.platformBrightness; if (t1 == null) t1 = B.Brightness_1; } - if (t1 === B.Brightness_0) - return outputChild; - t1 = A.Color$fromARGB(51, 0, 0, 0); - return A.DecoratedBox$(outputChild, new A.BoxDecoration(_null, _null, _null, B.BorderRadius_tLn1, A._setArrayType([new A.BoxShadow(0, B.BlurStyle_0, t1, new A.Offset(0, isAbove ? 0 : 7), 15)], type$.JSArray_BoxShadow), _null, B.BoxShape_0), B.DecorationPosition_0); + t1 = t1 === B.Brightness_1 ? A.Color$fromARGB(51, 0, 0, 0) : _null; + return new A._CupertinoTextSelectionToolbarShape(anchorAbove, anchorBelow, t1, new A.ColoredBox(B.CupertinoDynamicColor_MuW.resolveFrom$1(context), child, _null), _null); + }, + _RenderCupertinoTextSelectionToolbarShape__addRRectToPath(path, rrect, startAngle) { + var i, _0_0, _0_1, _0_2, vertex, rectCenterOffset, _null = null, + t1 = rrect.left, + t2 = rrect.top, + t3 = rrect.right, + t4 = rrect.bottom, + rrectCorners = [new A._Record_2(new A.Offset(t3, t4), new A.Radius(-rrect.brRadiusX, -rrect.brRadiusY)), new A._Record_2(new A.Offset(t1, t4), new A.Radius(rrect.blRadiusX, -rrect.blRadiusY)), new A._Record_2(new A.Offset(t1, t2), new A.Radius(rrect.tlRadiusX, rrect.tlRadiusY)), new A._Record_2(new A.Offset(t3, t2), new A.Radius(-rrect.trRadiusX, rrect.trRadiusY))], + startQuadrantIndex = B.JSNumber_methods.$tdiv(startAngle, 1.5707963267948966); + for (t1 = 4 + startQuadrantIndex, i = startQuadrantIndex; i < t1; ++i) { + _0_0 = rrectCorners[B.JSInt_methods.$mod(i, 4)]; + _0_1 = A._InitializedCell$named("#0#1", new A._RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure(_0_0)); + _0_2 = A._InitializedCell$named("#0#2", new A._RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure0(_0_0)); + if (_0_1._readFinal$0() instanceof A.Offset) { + vertex = _0_1._readFinal$0(); + if (_0_2._readFinal$0() instanceof A.Radius) { + rectCenterOffset = _0_2._readFinal$0(); + t2 = true; + } else { + rectCenterOffset = _null; + t2 = false; + } + } else { + rectCenterOffset = _null; + vertex = rectCenterOffset; + t2 = false; + } + if (!t2) + throw A.wrapException(A.StateError$("Pattern matching error")); + path.arcTo$4(0, A.Rect$fromPoints(vertex, new A.Offset(vertex._dx + 2 * rectCenterOffset.x, vertex._dy + 2 * rectCenterOffset.y)), 1.5707963267948966 * i, 1.5707963267948966, false); + } + return path; }, _RenderCupertinoTextSelectionToolbarItems_hitTestChild(child, result, position) { var t1; @@ -25534,18 +26257,19 @@ _.children = t2; _.key = t3; }, - _CupertinoTextSelectionToolbarShape: function _CupertinoTextSelectionToolbarShape(t0, t1, t2, t3) { + _CupertinoTextSelectionToolbarShape: function _CupertinoTextSelectionToolbarShape(t0, t1, t2, t3, t4) { var _ = this; - _._anchor = t0; - _._text_selection_toolbar0$_isAbove = t1; - _.child = t2; - _.key = t3; + _._anchorAbove = t0; + _._anchorBelow = t1; + _._text_selection_toolbar0$_shadowColor = t2; + _.child = t3; + _.key = t4; }, _RenderCupertinoTextSelectionToolbarShape: function _RenderCupertinoTextSelectionToolbarShape(t0, t1, t2, t3, t4, t5) { var _ = this; - _._anchor = t0; - _._text_selection_toolbar0$_isAbove = t1; - _._heightConstraint = t2; + _._anchorAbove = t0; + _._anchorBelow = t1; + _._text_selection_toolbar0$_shadowColor = t2; _._text_selection_toolbar0$_clipPathLayer = t3; _._debugPaint = null; _.RenderObjectWithChildMixin__child = t4; @@ -25560,7 +26284,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -25576,14 +26300,20 @@ _._needsSemanticsUpdate = true; _._semantics = null; }, + _RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure: function _RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure(t0) { + this._0_0 = t0; + }, + _RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure0: function _RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure0(t0) { + this._0_0 = t0; + }, _RenderCupertinoTextSelectionToolbarShape_paint_closure: function _RenderCupertinoTextSelectionToolbarShape_paint_closure(t0) { - this.$this = t0; + this.child = t0; }, _CupertinoTextSelectionToolbarContent: function _CupertinoTextSelectionToolbarContent(t0, t1, t2, t3, t4) { var _ = this; - _.anchor = t0; - _.children = t1; - _.isAbove = t2; + _.anchorAbove = t0; + _.anchorBelow = t1; + _.children = t2; _.toolbarBuilder = t3; _.key = t4; }, @@ -25602,6 +26332,8 @@ _CupertinoTextSelectionToolbarContentState__statusListener_closure: function _CupertinoTextSelectionToolbarContentState__statusListener_closure(t0) { this.$this = t0; }, + _CupertinoTextSelectionToolbarContentState_build_closure: function _CupertinoTextSelectionToolbarContentState_build_closure() { + }, _LeftCupertinoChevronPainter: function _LeftCupertinoChevronPainter(t0, t1, t2) { this.color = t0; this.isLeft = t1; @@ -25629,10 +26361,10 @@ _.___CupertinoTextSelectionToolbarItemsElement__children_A = $; _.slotToChild = t0; _._text_selection_toolbar0$_forgottenChildren = t1; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t2; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t3; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -25661,7 +26393,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -25677,16 +26409,17 @@ _._needsSemanticsUpdate = true; _._semantics = null; }, - _RenderCupertinoTextSelectionToolbarItems_performLayout_closure: function _RenderCupertinoTextSelectionToolbarItems_performLayout_closure() { + _RenderCupertinoTextSelectionToolbarItems_performLayout_closure: function _RenderCupertinoTextSelectionToolbarItems_performLayout_closure(t0, t1) { + this._box_0 = t0; + this.$this = t1; }, - _RenderCupertinoTextSelectionToolbarItems_performLayout_closure0: function _RenderCupertinoTextSelectionToolbarItems_performLayout_closure0(t0, t1, t2, t3, t4, t5) { + _RenderCupertinoTextSelectionToolbarItems_performLayout_closure0: function _RenderCupertinoTextSelectionToolbarItems_performLayout_closure0(t0, t1, t2, t3, t4) { var _ = this; _._box_0 = t0; _.$this = t1; _.subsequentPageButtonsWidth = t2; _.firstPageWidth = t3; - _.greatestHeight = t4; - _.toolbarWidth = t5; + _.toolbarWidth = t4; }, _RenderCupertinoTextSelectionToolbarItems_paint_closure: function _RenderCupertinoTextSelectionToolbarItems_paint_closure(t0, t1, t2) { this.$this = t0; @@ -25714,10 +26447,10 @@ }, _NullElement0: function _NullElement0(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = null; + _._slot = _._notificationTree = _._framework$_parent = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -25755,8 +26488,14 @@ case 3: return t1.get$selectAllButtonLabel(); case 5: - case 4: + return t1.get$lookUpButtonLabel(); case 6: + return t1.get$searchWebButtonLabel(); + case 7: + return t1.get$shareButtonLabel(); + case 8: + case 4: + case 9: return ""; } }, @@ -26211,8 +26950,8 @@ BindingBase_initServiceExtensions_closure2: function BindingBase_initServiceExtensions_closure2() { }, BindingBase_lockEvents_closure: function BindingBase_lockEvents_closure(t0, t1) { - this.$this = t0; - this.timelineTask = t1; + this._box_0 = t0; + this.$this = t1; }, BindingBase_registerBoolServiceExtension_closure: function BindingBase_registerBoolServiceExtension_closure(t0, t1, t2, t3) { var _ = this; @@ -26241,9 +26980,6 @@ }, BindingBase_registerServiceExtension__closure: function BindingBase_registerServiceExtension__closure() { }, - DebugReassembleConfig: function DebugReassembleConfig(t0) { - this.widgetName = t0; - }, ValueNotifier$(_value, $T) { return new A.ValueNotifier(_value, $.$get$ChangeNotifier__emptyListeners(), $T._eval$1("ValueNotifier<0>")); }, @@ -26357,11 +27093,7 @@ return B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(J.get$hashCode$(object) & 1048575, 16), 5, "0"); }, describeEnum(enumEntry) { - var description; - if (enumEntry instanceof A._Enum) - return enumEntry._core$_name; - description = J.toString$0$(enumEntry); - return B.JSString_methods.substring$1(description, B.JSString_methods.indexOf$1(description, ".") + 1); + return enumEntry._core$_name; }, DiagnosticsBlock$(allowTruncate, children, $name, properties, showSeparator, style, value) { return new A.DiagnosticsBlock(children, properties, "", value, allowTruncate, $name, true, true, null, style); @@ -26605,7 +27337,7 @@ var t1 = type$.WhereTypeIterable_StackFrame; return A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(A._setArrayType(B.JSString_methods.trim$0(stack).split("\n"), type$.JSArray_String), new A.StackFrame_fromStackString_closure(), type$.WhereIterable_String), A.stack_frame_StackFrame_fromStackTraceLine$closure(), type$.MappedIterable_of_String_and_nullable_StackFrame), t1), true, t1._eval$1("Iterable.E")); }, - StackFrame__parseWebNonDebugFrame(line) { + StackFrame__tryParseWebNonDebugFrame(line) { var classAndMethod, className, _s9_ = "", match = $.$get$StackFrame__webNonDebugFramePattern().firstMatch$1(line); @@ -26623,7 +27355,7 @@ else if (line === "...") return B.StackFrame_8sg; if (!B.JSString_methods.startsWith$1(line, "#")) - return A.StackFrame__parseWebNonDebugFrame(line); + return A.StackFrame__tryParseWebNonDebugFrame(line); t1 = A.RegExp_RegExp("^#(\\d+) +(.+) \\((.+?):?(\\d+){0,1}:?(\\d+){0,1}\\)$", true, false, false, false).firstMatch$1(line)._match; t2 = t1[2]; t2.toString; @@ -27754,7 +28486,9 @@ this.w = t2; }, DragGestureRecognizer__defaultBuilder($event) { - return new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); + var t1 = $event.get$kind($event); + $.$get$Stopwatch__frequency(); + return new A.VelocityTracker(t1, new A.Stopwatch(), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); }, DragGestureRecognizer__defaultButtonAcceptBehavior(buttons) { return buttons === 1; @@ -28143,6 +28877,148 @@ TapGestureRecognizer_handleTapUp_closure1: function TapGestureRecognizer_handleTapUp_closure1(t0) { this.$this = t0; }, + _DragState0: function _DragState0(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + TapDragDownDetails: function TapDragDownDetails(t0, t1, t2, t3) { + var _ = this; + _.globalPosition = t0; + _.localPosition = t1; + _.kind = t2; + _.consecutiveTapCount = t3; + }, + TapDragUpDetails: function TapDragUpDetails(t0, t1, t2, t3) { + var _ = this; + _.globalPosition = t0; + _.localPosition = t1; + _.kind = t2; + _.consecutiveTapCount = t3; + }, + TapDragStartDetails: function TapDragStartDetails(t0, t1, t2, t3, t4) { + var _ = this; + _.sourceTimeStamp = t0; + _.globalPosition = t1; + _.localPosition = t2; + _.kind = t3; + _.consecutiveTapCount = t4; + }, + TapDragUpdateDetails: function TapDragUpdateDetails(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _.sourceTimeStamp = t0; + _.delta = t1; + _.globalPosition = t2; + _.localPosition = t3; + _.kind = t4; + _.offsetFromOrigin = t5; + _.localOffsetFromOrigin = t6; + _.consecutiveTapCount = t7; + }, + TapDragEndDetails: function TapDragEndDetails(t0, t1) { + this.primaryVelocity = t0; + this.consecutiveTapCount = t1; + }, + _TapStatusTrackerMixin: function _TapStatusTrackerMixin() { + }, + BaseTapAndDragGestureRecognizer: function BaseTapAndDragGestureRecognizer() { + }, + BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure: function BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure(t0) { + this.$this = t0; + }, + BaseTapAndDragGestureRecognizer_addAllowedPointer_closure: function BaseTapAndDragGestureRecognizer_addAllowedPointer_closure(t0, t1) { + this.$this = t0; + this.event = t1; + }, + BaseTapAndDragGestureRecognizer__checkTapDown_closure: function BaseTapAndDragGestureRecognizer__checkTapDown_closure(t0, t1) { + this.$this = t0; + this.details = t1; + }, + BaseTapAndDragGestureRecognizer__checkTapUp_closure: function BaseTapAndDragGestureRecognizer__checkTapUp_closure(t0, t1) { + this.$this = t0; + this.upDetails = t1; + }, + BaseTapAndDragGestureRecognizer__checkDragStart_closure: function BaseTapAndDragGestureRecognizer__checkDragStart_closure(t0, t1) { + this.$this = t0; + this.details = t1; + }, + BaseTapAndDragGestureRecognizer__checkDragUpdate_closure: function BaseTapAndDragGestureRecognizer__checkDragUpdate_closure(t0, t1) { + this.$this = t0; + this.details = t1; + }, + BaseTapAndDragGestureRecognizer__checkDragEnd_closure: function BaseTapAndDragGestureRecognizer__checkDragEnd_closure(t0, t1) { + this.$this = t0; + this.endDetails = t1; + }, + TapAndHorizontalDragGestureRecognizer: function TapAndHorizontalDragGestureRecognizer(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { + var _ = this; + _.dragStartBehavior = t0; + _.onCancel = _.onDragEnd = _.onDragUpdate = _.onDragStart = _.onTapUp = _.onTapDown = null; + _._tap_and_drag$_wonArenaForPrimaryPointer = _._tap_and_drag$_sentTapDown = _._pastSlopTolerance = false; + _._deadlineTimer = _._tap_and_drag$_primaryPointer = null; + _._dragState = t1; + _._tap_and_drag$_start = null; + _.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A = _.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A = _.__BaseTapAndDragGestureRecognizer__initialPosition_A = $; + _._dragUpdateThrottleTimer = _._lastDragUpdateDetails = _._correctedPosition = null; + _._tap_and_drag$_acceptedActivePointers = t2; + _._TapStatusTrackerMixin__down = t3; + _._TapStatusTrackerMixin__up = t4; + _._TapStatusTrackerMixin__consecutiveTapCount = t5; + _._TapStatusTrackerMixin__originPosition = t6; + _._TapStatusTrackerMixin__previousButtons = t7; + _._TapStatusTrackerMixin__consecutiveTapTimer = t8; + _._TapStatusTrackerMixin__lastTapOffset = t9; + _._TapStatusTrackerMixin_onTapTrackStart = t10; + _._TapStatusTrackerMixin_onTapTrackReset = t11; + _._recognizer$_entries = t12; + _._trackedPointers = t13; + _._team = null; + _.debugOwner = t14; + _.gestureSettings = null; + _.supportedDevices = t15; + _._allowedButtonsFilter = t16; + _._pointerToKind = t17; + }, + TapAndPanGestureRecognizer: function TapAndPanGestureRecognizer(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { + var _ = this; + _.dragStartBehavior = t0; + _.onCancel = _.onDragEnd = _.onDragUpdate = _.onDragStart = _.onTapUp = _.onTapDown = null; + _._tap_and_drag$_wonArenaForPrimaryPointer = _._tap_and_drag$_sentTapDown = _._pastSlopTolerance = false; + _._deadlineTimer = _._tap_and_drag$_primaryPointer = null; + _._dragState = t1; + _._tap_and_drag$_start = null; + _.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A = _.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A = _.__BaseTapAndDragGestureRecognizer__initialPosition_A = $; + _._dragUpdateThrottleTimer = _._lastDragUpdateDetails = _._correctedPosition = null; + _._tap_and_drag$_acceptedActivePointers = t2; + _._TapStatusTrackerMixin__down = t3; + _._TapStatusTrackerMixin__up = t4; + _._TapStatusTrackerMixin__consecutiveTapCount = t5; + _._TapStatusTrackerMixin__originPosition = t6; + _._TapStatusTrackerMixin__previousButtons = t7; + _._TapStatusTrackerMixin__consecutiveTapTimer = t8; + _._TapStatusTrackerMixin__lastTapOffset = t9; + _._TapStatusTrackerMixin_onTapTrackStart = t10; + _._TapStatusTrackerMixin_onTapTrackReset = t11; + _._recognizer$_entries = t12; + _._trackedPointers = t13; + _._team = null; + _.debugOwner = t14; + _.gestureSettings = null; + _.supportedDevices = t15; + _._allowedButtonsFilter = t16; + _._pointerToKind = t17; + }, + _BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin: function _BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin() { + }, + _TapDragDownDetails_Object_Diagnosticable: function _TapDragDownDetails_Object_Diagnosticable() { + }, + _TapDragEndDetails_Object_Diagnosticable: function _TapDragEndDetails_Object_Diagnosticable() { + }, + _TapDragStartDetails_Object_Diagnosticable: function _TapDragStartDetails_Object_Diagnosticable() { + }, + _TapDragUpDetails_Object_Diagnosticable: function _TapDragUpDetails_Object_Diagnosticable() { + }, + _TapDragUpdateDetails_Object_Diagnosticable: function _TapDragUpdateDetails_Object_Diagnosticable() { + }, _CombiningGestureArenaEntry: function _CombiningGestureArenaEntry(t0, t1) { this._combiner = t0; this._team$_member = t1; @@ -28164,8 +29040,10 @@ this.pointer = t1; }, IOSScrollViewFlingVelocityTracker$(kind) { - var t1 = type$.nullable__PointAtTime; - return new A.IOSScrollViewFlingVelocityTracker(A.List_List$filled(20, null, false, t1), kind, A.List_List$filled(20, null, false, t1)); + var t1 = type$.nullable__PointAtTime, + t2 = A.List_List$filled(20, null, false, t1); + $.$get$Stopwatch__frequency(); + return new A.IOSScrollViewFlingVelocityTracker(t2, kind, new A.Stopwatch(), A.List_List$filled(20, null, false, t1)); }, Velocity: function Velocity(t0) { this.pixelsPerSecond = t0; @@ -28181,23 +29059,27 @@ this.time = t0; this.point = t1; }, - VelocityTracker: function VelocityTracker(t0, t1) { - this.kind = t0; - this._samples = t1; - this._velocity_tracker$_index = 0; - }, - IOSScrollViewFlingVelocityTracker: function IOSScrollViewFlingVelocityTracker(t0, t1, t2) { + VelocityTracker: function VelocityTracker(t0, t1, t2) { var _ = this; - _._touchSamples = t0; - _.kind = t1; + _.kind = t0; + _._sinceLastSample = t1; _._samples = t2; _._velocity_tracker$_index = 0; }, - MacOSScrollViewFlingVelocityTracker: function MacOSScrollViewFlingVelocityTracker(t0, t1, t2) { + IOSScrollViewFlingVelocityTracker: function IOSScrollViewFlingVelocityTracker(t0, t1, t2, t3) { var _ = this; _._touchSamples = t0; _.kind = t1; - _._samples = t2; + _._sinceLastSample = t2; + _._samples = t3; + _._velocity_tracker$_index = 0; + }, + MacOSScrollViewFlingVelocityTracker: function MacOSScrollViewFlingVelocityTracker(t0, t1, t2, t3) { + var _ = this; + _._touchSamples = t0; + _.kind = t1; + _._sinceLastSample = t2; + _._samples = t3; _._velocity_tracker$_index = 0; }, showLicensePage(applicationIcon, applicationLegalese, applicationName, applicationVersion, context) { @@ -28407,9 +29289,8 @@ this.$this = t0; this.$arguments = t1; }, - _MasterDetailFlowState__detailPageRoute__closure: function _MasterDetailFlowState__detailPageRoute__closure(t0, t1) { + _MasterDetailFlowState__detailPageRoute__closure: function _MasterDetailFlowState__detailPageRoute__closure(t0) { this.$this = t0; - this.context = t1; }, _MasterDetailFlowState__lateralUI_closure1: function _MasterDetailFlowState__lateralUI_closure1() { }, @@ -28591,8 +29472,14 @@ case 4: return t1.get$deleteButtonTooltip().toUpperCase(); case 5: - return t1.get$scanTextButtonLabel(); + return t1.get$lookUpButtonLabel(); case 6: + return t1.get$searchWebButtonLabel(); + case 7: + return t1.get$searchWebButtonLabel(); + case 8: + return t1.get$scanTextButtonLabel(); + case 9: return ""; } break; @@ -28661,8 +29548,7 @@ }, MaterialApp_createMaterialHeroController_closure: function MaterialApp_createMaterialHeroController_closure() { }, - MaterialScrollBehavior: function MaterialScrollBehavior(t0) { - this._androidOverscrollIndicator = t0; + MaterialScrollBehavior: function MaterialScrollBehavior() { }, _MaterialAppState: function _MaterialAppState(t0) { var _ = this; @@ -28699,6 +29585,10 @@ var _null = null; return new A._AppBarDefaultsM2(context, _null, _null, 4, _null, B.Color_4278190080, _null, _null, _null, _null, _null, 16, 56, _null, _null, _null); }, + _AppBarDefaultsM3$(context) { + var _null = null; + return new A._AppBarDefaultsM3(context, _null, _null, 0, 3, _null, _null, _null, _null, _null, _null, 16, 64, _null, _null, _null); + }, _SliverAppVariant: function _SliverAppVariant(t0, t1) { this.index = t0; this._core$_name = t1; @@ -28839,7 +29729,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -28875,6 +29765,26 @@ _.titleTextStyle = t14; _.systemOverlayStyle = t15; }, + _AppBarDefaultsM3: function _AppBarDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { + var _ = this; + _.context = t0; + _.___AppBarDefaultsM3__textTheme_FI = _.___AppBarDefaultsM3__colors_FI = _.___AppBarDefaultsM3__theme_FI = $; + _.backgroundColor = t1; + _.foregroundColor = t2; + _.elevation = t3; + _.scrolledUnderElevation = t4; + _.shadowColor = t5; + _.surfaceTintColor = t6; + _.shape = t7; + _.iconTheme = t8; + _.actionsIconTheme = t9; + _.centerTitle = t10; + _.titleSpacing = t11; + _.toolbarHeight = t12; + _.toolbarTextStyle = t13; + _.titleTextStyle = t14; + _.systemOverlayStyle = t15; + }, __SliverAppBarState_State_TickerProviderStateMixin: function __SliverAppBarState_State_TickerProviderStateMixin() { }, AppBarTheme$(actionsIconTheme, backgroundColor, centerTitle, color, elevation, foregroundColor, iconTheme, scrolledUnderElevation, shadowColor, shape, surfaceTintColor, systemOverlayStyle, titleSpacing, titleTextStyle, toolbarHeight, toolbarTextStyle) { @@ -29048,6 +29958,18 @@ _.shadowColor = t6; _.padding = t7; }, + _BottomAppBarDefaultsM3: function _BottomAppBarDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _.context = t0; + _.___BottomAppBarDefaultsM3__colors_FI = $; + _.color = t1; + _.elevation = t2; + _.shape = t3; + _.height = t4; + _.surfaceTintColor = t5; + _.shadowColor = t6; + _.padding = t7; + }, BottomAppBarTheme_lerp(a, b, t) { var t1, t2, t3, t4, t5, t6; if (a === b && true) @@ -29135,7 +30057,7 @@ }, _BottomSheetDefaultsM3$(context) { var _null = null; - return new A._BottomSheetDefaultsM3(context, _null, _null, 1, _null, _null, _null, 1, B.RoundedRectangleBorder_27D4, _null, _null, _null, _null, B.BoxConstraints_EcO0); + return new A._BottomSheetDefaultsM3(context, _null, _null, 1, _null, _null, _null, 1, B.RoundedRectangleBorder_27D7, _null, _null, _null, _null, B.BoxConstraints_EcO0); }, BottomSheet: function BottomSheet(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; @@ -29311,7 +30233,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -29497,17 +30419,24 @@ }, ButtonStyleButton_scaledPadding(geometry1x, geometry2x, geometry3x, textScaleFactor) { var t1; - if (textScaleFactor <= 1) - return geometry1x; - else if (textScaleFactor >= 3) - return geometry3x; - else if (textScaleFactor <= 2) { - t1 = A.EdgeInsetsGeometry_lerp(geometry1x, geometry2x, textScaleFactor - 1); - t1.toString; - return t1; + $label0$0: { + if (textScaleFactor <= 1) { + t1 = geometry1x; + break $label0$0; + } + if (textScaleFactor < 2) { + t1 = A.EdgeInsetsGeometry_lerp(geometry1x, geometry2x, textScaleFactor - 1); + t1.toString; + break $label0$0; + } + if (textScaleFactor < 3) { + t1 = A.EdgeInsetsGeometry_lerp(geometry2x, geometry3x, textScaleFactor - 2); + t1.toString; + break $label0$0; + } + t1 = geometry3x; + break $label0$0; } - t1 = A.EdgeInsetsGeometry_lerp(geometry2x, geometry3x, textScaleFactor - 2); - t1.toString; return t1; }, ButtonStyleButton: function ButtonStyleButton() { @@ -29617,7 +30546,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -29709,7 +30638,8 @@ _CalendarDatePickerState: function _CalendarDatePickerState(t0, t1, t2) { var _ = this; _._announcedInitialDate = false; - _.___CalendarDatePickerState__selectedDate_A = _.___CalendarDatePickerState__currentDisplayedMonthDate_A = _.___CalendarDatePickerState__mode_A = $; + _.___CalendarDatePickerState__currentDisplayedMonthDate_A = _.___CalendarDatePickerState__mode_A = $; + _._calendar_date_picker$_selectedDate = null; _._monthPickerKey = t0; _._yearPickerKey = t1; _.___CalendarDatePickerState__textDirection_A = _.___CalendarDatePickerState__localizations_A = $; @@ -29774,9 +30704,6 @@ _._debugLifecycleState = t1; _._framework$_element = null; }, - _MonthPickerState_didUpdateWidget_closure: function _MonthPickerState_didUpdateWidget_closure(t0) { - this.$this = t0; - }, _MonthPickerState__handleMonthPageChanged_closure: function _MonthPickerState__handleMonthPageChanged_closure(t0, t1) { this.$this = t0; this.monthPage = t1; @@ -29812,51 +30739,67 @@ _._debugLifecycleState = t0; _._framework$_element = null; }, - _DayPickerState_build_effectiveValue: function _DayPickerState_build_effectiveValue(t0, t1) { + _Day: function _Day(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.day = t0; + _.isDisabled = t1; + _.isSelectedDay = t2; + _.isToday = t3; + _.onChanged = t4; + _.focusNode = t5; + _.key = t6; + }, + _DayState: function _DayState(t0, t1) { + var _ = this; + _._statesController = t0; + _._widget = null; + _._debugLifecycleState = t1; + _._framework$_element = null; + }, + _DayState_build_effectiveValue: function _DayState_build_effectiveValue(t0, t1) { this.datePickerTheme = t0; this.defaults = t1; }, - _DayPickerState_build_resolve: function _DayPickerState_build_resolve(t0) { + _DayState_build_resolve: function _DayState_build_resolve(t0) { this.effectiveValue = t0; }, - _DayPickerState_build_resolve_closure: function _DayPickerState_build_resolve_closure(t0, t1, t2) { + _DayState_build_resolve_closure: function _DayState_build_resolve_closure(t0, t1, t2) { this.getProperty = t0; this.states = t1; this.T = t2; }, - _DayPickerState_build_closure: function _DayPickerState_build_closure(t0) { - this.isToday = t0; + _DayState_build_closure: function _DayState_build_closure(t0) { + this.$this = t0; }, - _DayPickerState_build_closure0: function _DayPickerState_build_closure0(t0) { - this.isToday = t0; + _DayState_build_closure0: function _DayState_build_closure0(t0) { + this.$this = t0; }, - _DayPickerState_build_closure2: function _DayPickerState_build_closure2(t0) { + _DayState_build_closure2: function _DayState_build_closure2(t0) { this.effectiveValue = t0; }, - _DayPickerState_build__closure: function _DayPickerState_build__closure(t0) { + _DayState_build__closure: function _DayState_build__closure(t0) { this.states = t0; }, - _DayPickerState_build_closure1: function _DayPickerState_build_closure1(t0, t1) { + _DayState_build_closure1: function _DayState_build_closure1(t0) { this.$this = t0; - this.dayToBuild = t1; }, _DayPickerGridDelegate: function _DayPickerGridDelegate() { }, - YearPicker: function YearPicker(t0, t1, t2, t3, t4, t5, t6) { + YearPicker: function YearPicker(t0, t1, t2, t3, t4, t5) { var _ = this; _.currentDate = t0; _.firstDate = t1; _.lastDate = t2; - _.initialDate = t3; - _.selectedDate = t4; - _.onChanged = t5; - _.key = t6; + _.selectedDate = t3; + _.onChanged = t4; + _.key = t5; }, - _YearPickerState: function _YearPickerState(t0) { + _YearPickerState: function _YearPickerState(t0, t1) { var _ = this; - _.___YearPickerState__scrollController_A = $; + _._calendar_date_picker$_scrollController = null; + _._statesController = t0; _._widget = null; - _._debugLifecycleState = t0; + _._debugLifecycleState = t1; _._framework$_element = null; }, _YearPickerState__buildYearItem_effectiveValue: function _YearPickerState__buildYearItem_effectiveValue(t0, t1) { @@ -29884,8 +30827,8 @@ this.states = t0; }, _YearPickerState__buildYearItem_closure1: function _YearPickerState__buildYearItem_closure1(t0, t1) { - this.$this = t0; - this.year = t1; + this._box_0 = t0; + this.$this = t1; }, _YearPickerGridDelegate: function _YearPickerGridDelegate() { }, @@ -29916,6 +30859,18 @@ _.margin = t6; _.shape = t7; }, + _CardDefaultsM3: function _CardDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _.context = t0; + _.___CardDefaultsM3__colors_FI = $; + _.clipBehavior = t1; + _.color = t2; + _.shadowColor = t3; + _.surfaceTintColor = t4; + _.elevation = t5; + _.margin = t6; + _.shape = t7; + }, CardTheme_lerp(a, b, t) { var t1, t2, t3, t4, t5, t6; if (a === b && true) @@ -30031,6 +30986,32 @@ _CheckboxDefaultsM2_overlayColor_closure: function _CheckboxDefaultsM2_overlayColor_closure(t0) { this.$this = t0; }, + _CheckboxDefaultsM3: function _CheckboxDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + var _ = this; + _._checkbox$_theme = t0; + _._checkbox$_colors = t1; + _.mouseCursor = t2; + _.fillColor = t3; + _.checkColor = t4; + _.overlayColor = t5; + _.splashRadius = t6; + _.materialTapTargetSize = t7; + _.visualDensity = t8; + _.shape = t9; + _.side = t10; + }, + _CheckboxDefaultsM3_side_closure: function _CheckboxDefaultsM3_side_closure(t0) { + this.$this = t0; + }, + _CheckboxDefaultsM3_fillColor_closure: function _CheckboxDefaultsM3_fillColor_closure(t0) { + this.$this = t0; + }, + _CheckboxDefaultsM3_checkColor_closure: function _CheckboxDefaultsM3_checkColor_closure(t0) { + this.$this = t0; + }, + _CheckboxDefaultsM3_overlayColor_closure: function _CheckboxDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, __CheckboxState_State_TickerProviderStateMixin: function __CheckboxState_State_TickerProviderStateMixin() { }, __CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin: function __CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin() { @@ -30442,7 +31423,7 @@ }, TableRowInkWell$(child, mouseCursor, onLongPress, onTap, overlayColor) { var _null = null; - return new A.TableRowInkWell(child, onTap, _null, _null, _null, _null, onLongPress, _null, _null, _null, _null, _null, _null, mouseCursor, true, B.BoxShape_0, _null, _null, _null, _null, _null, _null, overlayColor, _null, _null, true, false, _null, false, _null, true, _null, _null); + return new A.TableRowInkWell(child, onTap, _null, _null, _null, _null, onLongPress, _null, _null, _null, _null, _null, _null, mouseCursor, true, B.BoxShape_0, _null, _null, _null, _null, _null, _null, overlayColor, _null, _null, true, false, _null, false, _null, true, _null, _null, _null); }, DataColumn: function DataColumn(t0, t1, t2) { this.label = t0; @@ -30517,7 +31498,7 @@ DataTable_build_closure7: function DataTable_build_closure7(t0) { this.row = t0; }, - TableRowInkWell: function TableRowInkWell(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32) { + TableRowInkWell: function TableRowInkWell(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33) { var _ = this; _.child = t0; _.onTap = t1; @@ -30551,7 +31532,8 @@ _.focusNode = t29; _.canRequestFocus = t30; _.statesController = t31; - _.key = t32; + _.hoverDuration = t32; + _.key = t33; }, TableRowInkWell_getRectCallback_closure: function TableRowInkWell_getRectCallback_closure(t0) { this.referenceBox = t0; @@ -30701,9 +31683,14 @@ if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); lastDate = new A.DateTime(t2, false); - t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(initialDate), A.Primitives_getMonth(initialDate), A.Primitives_getDay(initialDate), 0, 0, 0, 0, false); - if (!A._isInt(t2)) - A.throwExpression(A.argumentErrorValue(t2)); + if (initialDate == null) + t2 = null; + else { + t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(initialDate), A.Primitives_getMonth(initialDate), A.Primitives_getDay(initialDate), 0, 0, 0, 0, false); + if (!A._isInt(t2)) + A.throwExpression(A.argumentErrorValue(t2)); + t2 = new A.DateTime(t2, false); + } t3 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(firstDate), A.Primitives_getMonth(firstDate), A.Primitives_getDay(firstDate), 0, 0, 0, 0, false); if (!A._isInt(t3)) A.throwExpression(A.argumentErrorValue(t3)); @@ -30714,10 +31701,10 @@ t5 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t5), A.Primitives_getMonth(t5), A.Primitives_getDay(t5), 0, 0, 0, 0, false); if (!A._isInt(t5)) A.throwExpression(A.argumentErrorValue(t5)); - dialog = new A.DatePickerDialog(new A.DateTime(t2, false), new A.DateTime(t3, false), new A.DateTime(t4, false), new A.DateTime(t5, false), B.DatePickerEntryMode_0, null, null, null, null, B.DatePickerMode_0, null, null, null, null, null, null, null, null, null); + dialog = new A.DatePickerDialog(t2, new A.DateTime(t3, false), new A.DateTime(t4, false), new A.DateTime(t5, false), B.DatePickerEntryMode_0, null, null, null, null, B.DatePickerMode_0, null, null, null, null, null, null, null, null, null); t1.dialog = dialog; t1.dialog = A.Localizations_Localizations$override(dialog, context, locale); - $async$returnValue = A.showDialog(null, B.Color_2315255808, true, new A.showDatePicker_closure(t1, null), context, null, true, type$.DateTime); + $async$returnValue = A.showDialog(null, null, true, null, new A.showDatePicker_closure(t1, null), context, null, true, type$.DateTime); // goto return $async$goto = 1; break; @@ -30789,9 +31776,9 @@ _DatePickerDialogState_build_closure: function _DatePickerDialogState_build_closure(t0, t1, t2, t3, t4, t5) { var _ = this; _._box_0 = t0; - _.orientation = t1; - _.header = t2; - _.useMaterial3 = t3; + _.useMaterial3 = t1; + _.orientation = t2; + _.header = t3; _.datePickerTheme = t4; _.actions = t5; }, @@ -30831,11 +31818,11 @@ }, __DatePickerDialogState_State_RestorationMixin: function __DatePickerDialogState_State_RestorationMixin() { }, - DatePickerThemeData$(backgroundColor, dayBackgroundColor, dayForegroundColor, dayOverlayColor, dayStyle, dividerColor, elevation, headerBackgroundColor, headerForegroundColor, headerHeadlineStyle, headerHelpStyle, inputDecorationTheme, rangePickerBackgroundColor, rangePickerElevation, rangePickerHeaderBackgroundColor, rangePickerHeaderForegroundColor, rangePickerHeaderHeadlineStyle, rangePickerHeaderHelpStyle, rangePickerShadowColor, rangePickerShape, rangePickerSurfaceTintColor, rangeSelectionBackgroundColor, rangeSelectionOverlayColor, shadowColor, shape, surfaceTintColor, todayBackgroundColor, todayBorder, todayForegroundColor, weekdayStyle, yearBackgroundColor, yearForegroundColor, yearOverlayColor, yearStyle) { - return new A.DatePickerThemeData(backgroundColor, elevation, shadowColor, surfaceTintColor, shape, headerBackgroundColor, headerForegroundColor, headerHeadlineStyle, headerHelpStyle, weekdayStyle, dayStyle, dayForegroundColor, dayBackgroundColor, dayOverlayColor, todayForegroundColor, todayBackgroundColor, todayBorder, yearStyle, yearForegroundColor, yearBackgroundColor, yearOverlayColor, rangePickerBackgroundColor, rangePickerElevation, rangePickerShadowColor, rangePickerSurfaceTintColor, rangePickerShape, rangePickerHeaderBackgroundColor, rangePickerHeaderForegroundColor, rangePickerHeaderHeadlineStyle, rangePickerHeaderHelpStyle, rangeSelectionBackgroundColor, rangeSelectionOverlayColor, dividerColor, inputDecorationTheme); + DatePickerThemeData$(backgroundColor, cancelButtonStyle, confirmButtonStyle, dayBackgroundColor, dayForegroundColor, dayOverlayColor, dayStyle, dividerColor, elevation, headerBackgroundColor, headerForegroundColor, headerHeadlineStyle, headerHelpStyle, inputDecorationTheme, rangePickerBackgroundColor, rangePickerElevation, rangePickerHeaderBackgroundColor, rangePickerHeaderForegroundColor, rangePickerHeaderHeadlineStyle, rangePickerHeaderHelpStyle, rangePickerShadowColor, rangePickerShape, rangePickerSurfaceTintColor, rangeSelectionBackgroundColor, rangeSelectionOverlayColor, shadowColor, shape, surfaceTintColor, todayBackgroundColor, todayBorder, todayForegroundColor, weekdayStyle, yearBackgroundColor, yearForegroundColor, yearOverlayColor, yearStyle) { + return new A.DatePickerThemeData(backgroundColor, elevation, shadowColor, surfaceTintColor, shape, headerBackgroundColor, headerForegroundColor, headerHeadlineStyle, headerHelpStyle, weekdayStyle, dayStyle, dayForegroundColor, dayBackgroundColor, dayOverlayColor, todayForegroundColor, todayBackgroundColor, todayBorder, yearStyle, yearForegroundColor, yearBackgroundColor, yearOverlayColor, rangePickerBackgroundColor, rangePickerElevation, rangePickerShadowColor, rangePickerSurfaceTintColor, rangePickerShape, rangePickerHeaderBackgroundColor, rangePickerHeaderForegroundColor, rangePickerHeaderHeadlineStyle, rangePickerHeaderHelpStyle, rangeSelectionBackgroundColor, rangeSelectionOverlayColor, dividerColor, inputDecorationTheme, cancelButtonStyle, confirmButtonStyle); }, DatePickerThemeData_lerp(a, b, t) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35; if (a === b && true) return a; t1 = A.Color_lerp(a.backgroundColor, b.backgroundColor, t); @@ -30876,7 +31863,8 @@ t34 = a.inputDecorationTheme; else t34 = b.inputDecorationTheme; - return A.DatePickerThemeData$(t1, t14, t13, t15, t11, t33, t2, t6, t7, t8, t9, t34, t23, t24, t28, t29, t30, t31, t25, t27, t26, t32, t12, t3, t5, t4, t17, t18, t16, t10, t21, t20, t22, t19); + t35 = A.ButtonStyle_lerp(a.cancelButtonStyle, b.cancelButtonStyle, t); + return A.DatePickerThemeData$(t1, t35, A.ButtonStyle_lerp(a.confirmButtonStyle, b.confirmButtonStyle, t), t14, t13, t15, t11, t33, t2, t6, t7, t8, t9, t34, t23, t24, t28, t29, t30, t31, t25, t27, t26, t32, t12, t3, t5, t4, t17, t18, t16, t10, t21, t20, t22, t19); }, DatePickerThemeData__lerpBorderSide(a, b, t) { var t1; @@ -30898,9 +31886,13 @@ }, _DatePickerDefaultsM2$(context) { var _null = null; - return new A._DatePickerDefaultsM2(context, _null, 24, _null, _null, B.RoundedRectangleBorder_27D1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 0, _null, _null, B.RoundedRectangleBorder_27D0, _null, _null, _null, _null, _null, _null, _null, _null); + return new A._DatePickerDefaultsM2(context, _null, 24, _null, _null, B.RoundedRectangleBorder_27D4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 0, _null, _null, B.RoundedRectangleBorder_27D0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - DatePickerThemeData: function DatePickerThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33) { + _DatePickerDefaultsM3$(context) { + var _null = null; + return new A._DatePickerDefaultsM3(context, _null, 6, _null, _null, B.RoundedRectangleBorder_27D3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 0, _null, _null, B.RoundedRectangleBorder_27D0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, + DatePickerThemeData: function DatePickerThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35) { var _ = this; _.backgroundColor = t0; _.elevation = t1; @@ -30936,8 +31928,10 @@ _.rangeSelectionOverlayColor = t31; _.dividerColor = t32; _.inputDecorationTheme = t33; + _.cancelButtonStyle = t34; + _.confirmButtonStyle = t35; }, - _DatePickerDefaultsM2: function _DatePickerDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34) { + _DatePickerDefaultsM2: function _DatePickerDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36) { var _ = this; _.context = t0; _.___DatePickerDefaultsM2__isDark_FI = _.___DatePickerDefaultsM2__textTheme_FI = _.___DatePickerDefaultsM2__colors_FI = _.___DatePickerDefaultsM2__theme_FI = $; @@ -30975,6 +31969,8 @@ _.rangeSelectionOverlayColor = t32; _.dividerColor = t33; _.inputDecorationTheme = t34; + _.cancelButtonStyle = t35; + _.confirmButtonStyle = t36; }, _DatePickerDefaultsM2_dayForegroundColor_closure: function _DatePickerDefaultsM2_dayForegroundColor_closure(t0) { this.$this = t0; @@ -30991,6 +31987,71 @@ _DatePickerDefaultsM2_rangeSelectionOverlayColor_closure: function _DatePickerDefaultsM2_rangeSelectionOverlayColor_closure(t0) { this.$this = t0; }, + _DatePickerDefaultsM3: function _DatePickerDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36) { + var _ = this; + _.context = t0; + _.___DatePickerDefaultsM3__textTheme_FI = _.___DatePickerDefaultsM3__colors_FI = _.___DatePickerDefaultsM3__theme_FI = $; + _.backgroundColor = t1; + _.elevation = t2; + _.shadowColor = t3; + _.surfaceTintColor = t4; + _.shape = t5; + _.headerBackgroundColor = t6; + _.headerForegroundColor = t7; + _.headerHeadlineStyle = t8; + _.headerHelpStyle = t9; + _.weekdayStyle = t10; + _.dayStyle = t11; + _.dayForegroundColor = t12; + _.dayBackgroundColor = t13; + _.dayOverlayColor = t14; + _.todayForegroundColor = t15; + _.todayBackgroundColor = t16; + _.todayBorder = t17; + _.yearStyle = t18; + _.yearForegroundColor = t19; + _.yearBackgroundColor = t20; + _.yearOverlayColor = t21; + _.rangePickerBackgroundColor = t22; + _.rangePickerElevation = t23; + _.rangePickerShadowColor = t24; + _.rangePickerSurfaceTintColor = t25; + _.rangePickerShape = t26; + _.rangePickerHeaderBackgroundColor = t27; + _.rangePickerHeaderForegroundColor = t28; + _.rangePickerHeaderHeadlineStyle = t29; + _.rangePickerHeaderHelpStyle = t30; + _.rangeSelectionBackgroundColor = t31; + _.rangeSelectionOverlayColor = t32; + _.dividerColor = t33; + _.inputDecorationTheme = t34; + _.cancelButtonStyle = t35; + _.confirmButtonStyle = t36; + }, + _DatePickerDefaultsM3_dayForegroundColor_closure: function _DatePickerDefaultsM3_dayForegroundColor_closure(t0) { + this.$this = t0; + }, + _DatePickerDefaultsM3_dayBackgroundColor_closure: function _DatePickerDefaultsM3_dayBackgroundColor_closure(t0) { + this.$this = t0; + }, + _DatePickerDefaultsM3_dayOverlayColor_closure: function _DatePickerDefaultsM3_dayOverlayColor_closure(t0) { + this.$this = t0; + }, + _DatePickerDefaultsM3_todayForegroundColor_closure: function _DatePickerDefaultsM3_todayForegroundColor_closure(t0) { + this.$this = t0; + }, + _DatePickerDefaultsM3_yearForegroundColor_closure: function _DatePickerDefaultsM3_yearForegroundColor_closure(t0) { + this.$this = t0; + }, + _DatePickerDefaultsM3_yearBackgroundColor_closure: function _DatePickerDefaultsM3_yearBackgroundColor_closure(t0) { + this.$this = t0; + }, + _DatePickerDefaultsM3_yearOverlayColor_closure: function _DatePickerDefaultsM3_yearOverlayColor_closure(t0) { + this.$this = t0; + }, + _DatePickerDefaultsM3_rangeSelectionOverlayColor_closure: function _DatePickerDefaultsM3_rangeSelectionOverlayColor_closure(t0) { + this.$this = t0; + }, _DatePickerThemeData_Object_Diagnosticable: function _DatePickerThemeData_Object_Diagnosticable() { }, _DesktopTextSelectionHandleControls: function _DesktopTextSelectionHandleControls() { @@ -31028,13 +32089,13 @@ _buildMaterialDialogTransitions(context, animation, secondaryAnimation, child) { return new A.FadeTransition(A.CurvedAnimation$(B.Cubic_xDo0, animation, null), false, child, null); }, - showDialog(anchorPoint, barrierColor, barrierDismissible, builder, context, routeSettings, useRootNavigator, $T) { + showDialog(anchorPoint, barrierColor, barrierDismissible, barrierLabel, builder, context, routeSettings, useRootNavigator, $T) { var themes, t1 = A.Navigator_of(context, useRootNavigator)._framework$_element; t1.toString; themes = A.InheritedTheme_capture(context, t1); t1 = A.Navigator_of(context, useRootNavigator); - return t1.push$1(A.DialogRoute$(anchorPoint, barrierColor, barrierDismissible, null, builder, context, routeSettings, themes, B.TraversalEdgeBehavior_0, true, $T)); + return t1.push$1(A.DialogRoute$(anchorPoint, B.Color_2315255808, barrierDismissible, barrierLabel, builder, context, routeSettings, themes, B.TraversalEdgeBehavior_0, true, $T)); }, DialogRoute$(anchorPoint, barrierColor, barrierDismissible, barrierLabel, builder, context, settings, themes, traversalEdgeBehavior, useSafeArea, $T) { var t2, t3, t4, t5, t6, t7, _null = null, @@ -31045,9 +32106,9 @@ t3 = $.Zone__current; t4 = A.ProxyAnimation$(B.C__AlwaysDismissedAnimation); t5 = A._setArrayType([], type$.JSArray_OverlayEntry); - t6 = A.ValueNotifier$(_null, type$.nullable_String); + t6 = $.$get$ChangeNotifier__emptyListeners(); t7 = $.Zone__current; - return new A.DialogRoute(new A.DialogRoute_closure(builder, themes, true), barrierDismissible, t1, barrierColor, B.Duration_150000, A.dialog___buildMaterialDialogTransitions$closure(), anchorPoint, _null, traversalEdgeBehavior, t2, new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t3, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t4, t5, B.RouteSettings_null_null, t6, new A._AsyncCompleter(new A._Future(t7, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("DialogRoute<0>")); + return new A.DialogRoute(new A.DialogRoute_closure(builder, themes, true), barrierDismissible, t1, barrierColor, B.Duration_150000, A.dialog___buildMaterialDialogTransitions$closure(), anchorPoint, _null, traversalEdgeBehavior, t2, A.LinkedHashSet_LinkedHashSet$_empty(type$.PopEntry), new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t3, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t4, t5, B.RouteSettings_null_null, new A.ValueNotifier(_null, t6, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t7, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("DialogRoute<0>")); }, _paddingScaleFactor(textScaleFactor) { var t1 = A.lerpDouble(1, 0.3333333333333333, A.clampDouble(textScaleFactor, 1, 2) - 1); @@ -31056,7 +32117,11 @@ }, _DialogDefaultsM2$(context) { var _null = null; - return new A._DialogDefaultsM2(context, A.Theme_of(context).textTheme, A.Theme_of(context).iconTheme, _null, 24, _null, _null, B.RoundedRectangleBorder_27D1, B.Alignment_0_0, _null, _null, _null, _null); + return new A._DialogDefaultsM2(context, A.Theme_of(context).textTheme, A.Theme_of(context).iconTheme, _null, 24, _null, _null, B.RoundedRectangleBorder_27D4, B.Alignment_0_0, _null, _null, _null, _null); + }, + _DialogDefaultsM3$(context) { + var _null = null; + return new A._DialogDefaultsM3(context, _null, 6, _null, _null, B.RoundedRectangleBorder_27D3, B.Alignment_0_0, _null, _null, _null, _null); }, Dialog: function Dialog(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; @@ -31092,7 +32157,7 @@ this.children = t1; this.key = t2; }, - DialogRoute: function DialogRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21) { + DialogRoute: function DialogRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { var _ = this; _._pageBuilder = t0; _._barrierDismissible = t1; @@ -31106,26 +32171,27 @@ _._routes$_offstage = false; _._secondaryAnimationProxy = _._animationProxy = null; _._willPopCallbacks = t9; - _._scopeKey = t10; - _._subtreeKey = t11; - _._storageBucket = t12; + _._popEntries = t10; + _._scopeKey = t11; + _._subtreeKey = t12; + _._storageBucket = t13; _.__ModalRoute__modalBarrier_A = $; _._modalScopeCache = null; _.__ModalRoute__modalScope_A = $; - _.LocalHistoryRoute__localHistory = t13; - _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t14; - _._transitionCompleter = t15; + _.LocalHistoryRoute__localHistory = t14; + _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t15; + _._transitionCompleter = t16; _._performanceModeRequestHandle = null; _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; - _._secondaryAnimation = t16; + _._secondaryAnimation = t17; _._trainHoppingListenerRemover = _._routes$_result = null; - _._overlayEntries = t17; + _._overlayEntries = t18; _._navigator$_navigator = null; - _._navigator$_settings = t18; - _._restorationScopeId = t19; - _._popCompleter = t20; - _.$ti = t21; + _._navigator$_settings = t19; + _._restorationScopeId = t20; + _._popCompleter = t21; + _.$ti = t22; }, DialogRoute_closure: function DialogRoute_closure(t0, t1, t2) { this.builder = t0; @@ -31148,6 +32214,21 @@ _.actionsPadding = t11; _.iconColor = t12; }, + _DialogDefaultsM3: function _DialogDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + var _ = this; + _.context = t0; + _.___DialogDefaultsM3__textTheme_FI = _.___DialogDefaultsM3__colors_FI = $; + _.backgroundColor = t1; + _.elevation = t2; + _.shadowColor = t3; + _.surfaceTintColor = t4; + _.shape = t5; + _.alignment = t6; + _.titleTextStyle = t7; + _.contentTextStyle = t8; + _.actionsPadding = t9; + _.iconColor = t10; + }, DialogTheme_lerp(a, b, t) { var t1, t2, t3, t4, t5, t6, t7, t8, t9; if (a === b && true) @@ -31182,10 +32263,9 @@ return new A.Divider(height, thickness, color, null); }, Divider_createBorderSide(context, color, width) { - var defaults, t1, effectiveColor, effectiveWidth, - dividerTheme = A.DividerTheme_of(context); - A.Theme_of(context); - defaults = A._DividerDefaultsM2$(context); + var t1, effectiveColor, effectiveWidth, + dividerTheme = A.DividerTheme_of(context), + defaults = A.Theme_of(context).useMaterial3 ? A._DividerDefaultsM3$(context) : A._DividerDefaultsM2$(context); if (color == null) { t1 = dividerTheme.color; effectiveColor = t1; @@ -31201,6 +32281,9 @@ _DividerDefaultsM2$(context) { return new A._DividerDefaultsM2(context, null, 16, 0, 0, 0); }, + _DividerDefaultsM3$(context) { + return new A._DividerDefaultsM3(context, null, 16, 1, 0, 0); + }, Divider: function Divider(t0, t1, t2, t3) { var _ = this; _.height = t0; @@ -31208,6 +32291,11 @@ _.color = t2; _.key = t3; }, + VerticalDivider: function VerticalDivider(t0, t1, t2) { + this.width = t0; + this.color = t1; + this.key = t2; + }, _DividerDefaultsM2: function _DividerDefaultsM2(t0, t1, t2, t3, t4, t5) { var _ = this; _.context = t0; @@ -31217,6 +32305,15 @@ _.indent = t4; _.endIndent = t5; }, + _DividerDefaultsM3: function _DividerDefaultsM3(t0, t1, t2, t3, t4, t5) { + var _ = this; + _.context = t0; + _.color = t1; + _.space = t2; + _.thickness = t3; + _.indent = t4; + _.endIndent = t5; + }, DividerThemeData_lerp(a, b, t) { var t1, t2, t3, t4; if (a === b && true) @@ -31300,6 +32397,19 @@ _.endShape = t7; _.width = t8; }, + _DrawerDefaultsM3: function _DrawerDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + var _ = this; + _.context = t0; + _.___DrawerDefaultsM3_direction_FI = $; + _.backgroundColor = t1; + _.scrimColor = t2; + _.elevation = t3; + _.shadowColor = t4; + _.surfaceTintColor = t5; + _.shape = t6; + _.endShape = t7; + _.width = t8; + }, _DrawerControllerState_State_SingleTickerProviderStateMixin: function _DrawerControllerState_State_SingleTickerProviderStateMixin() { }, DrawerThemeData_lerp(a, b, t) { @@ -31344,7 +32454,7 @@ DropdownButtonFormField$(autofocus, decoration, iconEnabledColor, isDense, isExpanded, items, onChanged, selectedItemBuilder, validator, value, $T) { var _null = null; if (decoration == null) - A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return new A.DropdownButtonFormField(onChanged, _null, validator, new A.DropdownButtonFormField_closure($T, decoration, _null, items, onChanged, _null, _null, selectedItemBuilder, _null, 8, _null, _null, _null, iconEnabledColor, 24, isDense, isExpanded, _null, _null, autofocus, _null, _null, _null, B.AlignmentDirectional_m1_0, _null, _null), value, true, B.AutovalidateMode_0, _null, _null, $T._eval$1("DropdownButtonFormField<0>")); }, _DropdownMenuPainter: function _DropdownMenuPainter(t0, t1, t2, t3, t4, t5, t6, t7) { @@ -31358,16 +32468,17 @@ _._dropdown$_painter = t6; _._repaint = t7; }, - _DropdownMenuItemButton: function _DropdownMenuItemButton(t0, t1, t2, t3, t4, t5, t6, t7) { + _DropdownMenuItemButton: function _DropdownMenuItemButton(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.route = t0; - _.padding = t1; - _.buttonRect = t2; - _.constraints = t3; - _.itemIndex = t4; - _.enableFeedback = t5; - _.key = t6; - _.$ti = t7; + _.scrollController = t1; + _.padding = t2; + _.buttonRect = t3; + _.constraints = t4; + _.itemIndex = t5; + _.enableFeedback = t6; + _.key = t7; + _.$ti = t8; }, _DropdownMenuItemButtonState: function _DropdownMenuItemButtonState(t0, t1) { var _ = this; @@ -31376,7 +32487,7 @@ _._framework$_element = null; _.$ti = t1; }, - _DropdownMenu: function _DropdownMenu(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + _DropdownMenu: function _DropdownMenu(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.route = t0; _.padding = t1; @@ -31385,8 +32496,9 @@ _.dropdownColor = t4; _.enableFeedback = t5; _.borderRadius = t6; - _.key = t7; - _.$ti = t8; + _.scrollController = t7; + _.key = t8; + _.$ti = t9; }, _DropdownMenuState: function _DropdownMenuState(t0, t1) { var _ = this; @@ -31415,7 +32527,7 @@ this.height = t1; this.scrollOffset = t2; }, - _DropdownRoute: function _DropdownRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28) { + _DropdownRoute: function _DropdownRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29) { var _ = this; _.items = t0; _.padding = t1; @@ -31430,33 +32542,33 @@ _.enableFeedback = t10; _.borderRadius = t11; _.itemHeights = t12; - _.scrollController = null; _.barrierLabel = t13; _.filter = t14; _.traversalEdgeBehavior = t15; _._routes$_offstage = false; _._secondaryAnimationProxy = _._animationProxy = null; _._willPopCallbacks = t16; - _._scopeKey = t17; - _._subtreeKey = t18; - _._storageBucket = t19; + _._popEntries = t17; + _._scopeKey = t18; + _._subtreeKey = t19; + _._storageBucket = t20; _.__ModalRoute__modalBarrier_A = $; _._modalScopeCache = null; _.__ModalRoute__modalScope_A = $; - _.LocalHistoryRoute__localHistory = t20; - _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t21; - _._transitionCompleter = t22; + _.LocalHistoryRoute__localHistory = t21; + _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t22; + _._transitionCompleter = t23; _._performanceModeRequestHandle = null; _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; - _._secondaryAnimation = t23; + _._secondaryAnimation = t24; _._trainHoppingListenerRemover = _._routes$_result = null; - _._overlayEntries = t24; + _._overlayEntries = t25; _._navigator$_navigator = null; - _._navigator$_settings = t25; - _._restorationScopeId = t26; - _._popCompleter = t27; - _.$ti = t28; + _._navigator$_settings = t26; + _._restorationScopeId = t27; + _._popCompleter = t28; + _.$ti = t29; }, _DropdownRoute_buildPage_closure: function _DropdownRoute_buildPage_closure(t0) { this.$this = t0; @@ -31479,7 +32591,15 @@ _.key = t9; _.$ti = t10; }, - _DropdownRoutePage_build_closure: function _DropdownRoutePage_build_closure(t0, t1, t2) { + _DropdownRoutePageState: function _DropdownRoutePageState(t0, t1) { + var _ = this; + _.___DropdownRoutePageState__scrollSontroller_A = $; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + _.$ti = t1; + }, + _DropdownRoutePageState_build_closure: function _DropdownRoutePageState_build_closure(t0, t1, t2) { this.$this = t0; this.textDirection = t1; this.menu = t2; @@ -31507,7 +32627,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -31655,37 +32775,46 @@ _.hint = t2; _.disabledHint = t3; }, - DropdownButtonFormField__closure0: function DropdownButtonFormField__closure0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28) { + DropdownButtonFormField__closure0: function DropdownButtonFormField__closure0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29) { var _ = this; - _.items = t0; - _.selectedItemBuilder = t1; - _.state = t2; - _.hint = t3; - _.disabledHint = t4; - _.onChanged = t5; - _.onTap = t6; - _.elevation = t7; - _.style = t8; - _.icon = t9; - _.iconDisabledColor = t10; - _.iconEnabledColor = t11; - _.iconSize = t12; - _.isDense = t13; - _.isExpanded = t14; - _.itemHeight = t15; - _.focusColor = t16; - _.focusNode = t17; - _.autofocus = t18; - _.dropdownColor = t19; - _.menuMaxHeight = t20; - _.enableFeedback = t21; - _.alignment = t22; - _.borderRadius = t23; - _.effectiveDecoration = t24; - _.field = t25; - _.isEmpty = t26; - _.padding = t27; - _.T = t28; + _.hasError = t0; + _.effectiveDecoration = t1; + _.items = t2; + _.selectedItemBuilder = t3; + _.state = t4; + _.hint = t5; + _.disabledHint = t6; + _.onChanged = t7; + _.onTap = t8; + _.elevation = t9; + _.style = t10; + _.icon = t11; + _.iconDisabledColor = t12; + _.iconEnabledColor = t13; + _.iconSize = t14; + _.isDense = t15; + _.isExpanded = t16; + _.itemHeight = t17; + _.focusColor = t18; + _.focusNode = t19; + _.autofocus = t20; + _.dropdownColor = t21; + _.menuMaxHeight = t22; + _.enableFeedback = t23; + _.alignment = t24; + _.borderRadius = t25; + _.field = t26; + _.isEmpty = t27; + _.padding = t28; + _.T = t29; + }, + DropdownButtonFormField__closure_resolveInputBorder: function DropdownButtonFormField__closure_resolveInputBorder(t0, t1, t2) { + this.hasError = t0; + this.isFocused = t1; + this.effectiveDecoration = t2; + }, + DropdownButtonFormField__closure_effectiveBorderRadius: function DropdownButtonFormField__closure_effectiveBorderRadius(t0) { + this.resolveInputBorder = t0; }, _DropdownButtonFormFieldState: function _DropdownButtonFormFieldState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -31750,13 +32879,14 @@ return A.ButtonStyle$(alignment, animationDuration, backgroundColorProp, elevationValue, enableFeedback, _null, foregroundColorProp, _null, _null, t3, t2, new A._ElevatedButtonDefaultMouseCursor(enabledMouseCursor, disabledMouseCursor), overlayColor, new A.MaterialStatePropertyAll(padding, type$.MaterialStatePropertyAll_EdgeInsetsGeometry), t1, t4, _null, splashFactory, _null, tapTargetSize, new A.MaterialStatePropertyAll(textStyle, type$.MaterialStatePropertyAll_nullable_TextStyle), visualDensity); }, _scaledPadding(context) { - var t1; - A.Theme_of(context); - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t1 = t1 == null ? null : t1.textScaleFactor; - if (t1 == null) - t1 = 1; - return A.ButtonStyleButton_scaledPadding(new A.EdgeInsets(16, 0, 16, 0), new A.EdgeInsets(8, 0, 8, 0), new A.EdgeInsets(4, 0, 4, 0), t1); + var padding1x = A.Theme_of(context).useMaterial3 ? 24 : 16, + t1 = padding1x / 2, + t2 = t1 / 2, + t3 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t3 = t3 == null ? null : t3.get$textScaler(); + if (t3 == null) + t3 = B._LinearTextScaler_1; + return A.ButtonStyleButton_scaledPadding(new A.EdgeInsets(padding1x, 0, padding1x, 0), new A.EdgeInsets(t1, 0, t1, 0), new A.EdgeInsets(t2, 0, t2, 0), t3.textScaleFactor); }, ElevatedButton: function ElevatedButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; @@ -31787,6 +32917,46 @@ this.enabledCursor = t0; this.disabledCursor = t1; }, + _ElevatedButtonDefaultsM3: function _ElevatedButtonDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { + var _ = this; + _.context = t0; + _.___ElevatedButtonDefaultsM3__colors_FI = $; + _.textStyle = t1; + _.backgroundColor = t2; + _.foregroundColor = t3; + _.overlayColor = t4; + _.shadowColor = t5; + _.surfaceTintColor = t6; + _.elevation = t7; + _.padding = t8; + _.minimumSize = t9; + _.fixedSize = t10; + _.maximumSize = t11; + _.iconColor = t12; + _.iconSize = t13; + _.side = t14; + _.shape = t15; + _.mouseCursor = t16; + _.visualDensity = t17; + _.tapTargetSize = t18; + _.animationDuration = t19; + _.enableFeedback = t20; + _.alignment = t21; + _.splashFactory = t22; + }, + _ElevatedButtonDefaultsM3_backgroundColor_closure: function _ElevatedButtonDefaultsM3_backgroundColor_closure(t0) { + this.$this = t0; + }, + _ElevatedButtonDefaultsM3_foregroundColor_closure: function _ElevatedButtonDefaultsM3_foregroundColor_closure(t0) { + this.$this = t0; + }, + _ElevatedButtonDefaultsM3_overlayColor_closure: function _ElevatedButtonDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, + _ElevatedButtonDefaultsM3_elevation_closure: function _ElevatedButtonDefaultsM3_elevation_closure() { + }, + _ElevatedButtonDefaultsM3_mouseCursor_closure: function _ElevatedButtonDefaultsM3_mouseCursor_closure() { + }, __ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable: function __ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable() { }, __ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable: function __ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable() { @@ -31805,6 +32975,50 @@ }, _ElevatedButtonThemeData_Object_Diagnosticable: function _ElevatedButtonThemeData_Object_Diagnosticable() { }, + ElevationOverlay_applySurfaceTint(color, surfaceTint, elevation) { + if (surfaceTint != null && !surfaceTint.$eq(0, B.Color_0)) + return A.Color_alphaBlend(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * A.ElevationOverlay__surfaceTintOpacityForElevation(elevation)), surfaceTint.get$value(surfaceTint) >>> 16 & 255, surfaceTint.get$value(surfaceTint) >>> 8 & 255, surfaceTint.get$value(surfaceTint) & 255), color); + return color; + }, + ElevationOverlay__surfaceTintOpacityForElevation(elevation) { + var index, t1, t2, lower, t3, t4; + if (elevation < 0) + return 0; + for (index = 0; t1 = B.List_N4E[index], t2 = t1.elevation, elevation >= t2;) { + if (elevation === t2 || index + 1 === 6) + return t1.opacity; + ++index; + } + lower = B.List_N4E[index - 1]; + t3 = lower.elevation; + t4 = lower.opacity; + return t4 + (elevation - t3) / (t2 - t3) * (t1.opacity - t4); + }, + ElevationOverlay_applyOverlay(context, color, elevation) { + var t1, + theme = A.Theme_of(context); + if (elevation > 0) + if (theme.applyElevationOverlayColor) { + t1 = theme.colorScheme; + if (t1.brightness === B.Brightness_0) { + t1 = t1.surface.value; + t1 = A.Color$fromARGB(255, color.get$value(color) >>> 16 & 255, color.get$value(color) >>> 8 & 255, color.get$value(color) & 255).$eq(0, A.Color$fromARGB(255, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255)); + } else + t1 = false; + } else + t1 = false; + else + t1 = false; + if (t1) { + t1 = theme.colorScheme.onSurface.value; + return A.Color_alphaBlend(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((4.5 * Math.log(elevation + 1) + 2) / 100)), t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), color); + } + return color; + }, + _ElevationOpacity: function _ElevationOpacity(t0, t1) { + this.elevation = t0; + this.opacity = t1; + }, ExpandIcon: function ExpandIcon(t0, t1, t2, t3, t4) { var _ = this; _.isExpanded = t0; @@ -31947,20 +33161,21 @@ }, _FilledButtonThemeData_Object_Diagnosticable: function _FilledButtonThemeData_Object_Diagnosticable() { }, - FlexibleSpaceBar_createSettings(child, currentExtent, isScrolledUnder, maxExtent, minExtent, toolbarOpacity) { + FlexibleSpaceBar_createSettings(child, currentExtent, hasLeading, isScrolledUnder, maxExtent, minExtent, toolbarOpacity) { var t1 = toolbarOpacity == null ? 1 : toolbarOpacity, t2 = minExtent == null ? currentExtent : minExtent; - return new A.FlexibleSpaceBarSettings(t1, t2, maxExtent == null ? currentExtent : maxExtent, currentExtent, isScrolledUnder, child, null); + return new A.FlexibleSpaceBarSettings(t1, t2, maxExtent == null ? currentExtent : maxExtent, currentExtent, isScrolledUnder, hasLeading, child, null); }, - FlexibleSpaceBarSettings: function FlexibleSpaceBarSettings(t0, t1, t2, t3, t4, t5, t6) { + FlexibleSpaceBarSettings: function FlexibleSpaceBarSettings(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.toolbarOpacity = t0; _.minExtent = t1; _.maxExtent = t2; _.currentExtent = t3; _.isScrolledUnder = t4; - _.child = t5; - _.key = t6; + _.hasLeading = t5; + _.child = t6; + _.key = t7; }, FloatingActionButton$(backgroundColor, child, heroTag, mini, onPressed, tooltip) { return new A.FloatingActionButton(child, tooltip, backgroundColor, heroTag, onPressed, mini ? B._FloatingActionButtonType_1 : B._FloatingActionButtonType_0, null); @@ -32006,7 +33221,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -32050,6 +33265,37 @@ _.extendedTextStyle = t23; _.mouseCursor = t24; }, + _FABDefaultsM3: function _FABDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23) { + var _ = this; + _.context = t0; + _.type = t1; + _.hasChild = t2; + _.___FABDefaultsM3__textTheme_FI = _.___FABDefaultsM3__colors_FI = $; + _.foregroundColor = t3; + _.backgroundColor = t4; + _.focusColor = t5; + _.hoverColor = t6; + _.splashColor = t7; + _.elevation = t8; + _.focusElevation = t9; + _.hoverElevation = t10; + _.disabledElevation = t11; + _.highlightElevation = t12; + _.shape = t13; + _.enableFeedback = t14; + _.iconSize = t15; + _.sizeConstraints = t16; + _.smallSizeConstraints = t17; + _.largeSizeConstraints = t18; + _.extendedSizeConstraints = t19; + _.extendedIconLabelSpacing = t20; + _.extendedPadding = t21; + _.extendedTextStyle = t22; + _.mouseCursor = t23; + }, + StandardFabLocation__rightOffsetX(scaffoldGeometry, adjustment) { + return scaffoldGeometry.scaffoldSize._dx - 16 - scaffoldGeometry.minInsets.right - scaffoldGeometry.floatingActionButtonSize._dx + adjustment; + }, _AnimationSwap$(first, next, $parent, swapThreshold, $T) { return new A._AnimationSwap($parent, swapThreshold, first, next, new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_AnimationStatus), type$.ObserverList_of_void_Function_AnimationStatus), new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function), type$.ObserverList_of_void_Function), 0, $T._eval$1("_AnimationSwap<0>")); }, @@ -32200,6 +33446,44 @@ _.style = t11; _.key = t12; }, + _SelectableIconButton: function _SelectableIconButton(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _.isSelected = t0; + _.style = t1; + _.focusNode = t2; + _.variant = t3; + _.autofocus = t4; + _.onPressed = t5; + _.child = t6; + _.key = t7; + }, + _SelectableIconButtonState: function _SelectableIconButtonState(t0) { + var _ = this; + _.___SelectableIconButtonState_statesController_F = $; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, + _IconButtonM3: function _IconButtonM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + var _ = this; + _.variant = t0; + _.toggleable = t1; + _.onPressed = t2; + _.onLongPress = t3; + _.onHover = t4; + _.onFocusChange = t5; + _.style = t6; + _.clipBehavior = t7; + _.focusNode = t8; + _.autofocus = t9; + _.statesController = t10; + _.isSemanticButton = t11; + _.child = t12; + _.key = t13; + }, + _IconButtonM3_themeStyleOf_isIconThemeDefault: function _IconButtonM3_themeStyleOf_isIconThemeDefault(t0) { + this.isDark = t0; + }, _IconButtonDefaultForeground: function _IconButtonDefaultForeground(t0, t1) { this.foregroundColor = t0; this.disabledForegroundColor = t1; @@ -32215,6 +33499,160 @@ this.enabledCursor = t0; this.disabledCursor = t1; }, + _IconButtonDefaultsM3: function _IconButtonDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { + var _ = this; + _.context = t0; + _.___IconButtonDefaultsM3__colors_FI = $; + _.textStyle = t1; + _.backgroundColor = t2; + _.foregroundColor = t3; + _.overlayColor = t4; + _.shadowColor = t5; + _.surfaceTintColor = t6; + _.elevation = t7; + _.padding = t8; + _.minimumSize = t9; + _.fixedSize = t10; + _.maximumSize = t11; + _.iconColor = t12; + _.iconSize = t13; + _.side = t14; + _.shape = t15; + _.mouseCursor = t16; + _.visualDensity = t17; + _.tapTargetSize = t18; + _.animationDuration = t19; + _.enableFeedback = t20; + _.alignment = t21; + _.splashFactory = t22; + }, + _IconButtonDefaultsM3_foregroundColor_closure: function _IconButtonDefaultsM3_foregroundColor_closure(t0) { + this.$this = t0; + }, + _IconButtonDefaultsM3_overlayColor_closure: function _IconButtonDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, + _IconButtonDefaultsM3_mouseCursor_closure: function _IconButtonDefaultsM3_mouseCursor_closure() { + }, + _FilledIconButtonDefaultsM3: function _FilledIconButtonDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23) { + var _ = this; + _.context = t0; + _.toggleable = t1; + _.___FilledIconButtonDefaultsM3__colors_FI = $; + _.textStyle = t2; + _.backgroundColor = t3; + _.foregroundColor = t4; + _.overlayColor = t5; + _.shadowColor = t6; + _.surfaceTintColor = t7; + _.elevation = t8; + _.padding = t9; + _.minimumSize = t10; + _.fixedSize = t11; + _.maximumSize = t12; + _.iconColor = t13; + _.iconSize = t14; + _.side = t15; + _.shape = t16; + _.mouseCursor = t17; + _.visualDensity = t18; + _.tapTargetSize = t19; + _.animationDuration = t20; + _.enableFeedback = t21; + _.alignment = t22; + _.splashFactory = t23; + }, + _FilledIconButtonDefaultsM3_backgroundColor_closure: function _FilledIconButtonDefaultsM3_backgroundColor_closure(t0) { + this.$this = t0; + }, + _FilledIconButtonDefaultsM3_foregroundColor_closure: function _FilledIconButtonDefaultsM3_foregroundColor_closure(t0) { + this.$this = t0; + }, + _FilledIconButtonDefaultsM3_overlayColor_closure: function _FilledIconButtonDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, + _FilledIconButtonDefaultsM3_mouseCursor_closure: function _FilledIconButtonDefaultsM3_mouseCursor_closure() { + }, + _FilledTonalIconButtonDefaultsM3: function _FilledTonalIconButtonDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23) { + var _ = this; + _.context = t0; + _.toggleable = t1; + _.___FilledTonalIconButtonDefaultsM3__colors_FI = $; + _.textStyle = t2; + _.backgroundColor = t3; + _.foregroundColor = t4; + _.overlayColor = t5; + _.shadowColor = t6; + _.surfaceTintColor = t7; + _.elevation = t8; + _.padding = t9; + _.minimumSize = t10; + _.fixedSize = t11; + _.maximumSize = t12; + _.iconColor = t13; + _.iconSize = t14; + _.side = t15; + _.shape = t16; + _.mouseCursor = t17; + _.visualDensity = t18; + _.tapTargetSize = t19; + _.animationDuration = t20; + _.enableFeedback = t21; + _.alignment = t22; + _.splashFactory = t23; + }, + _FilledTonalIconButtonDefaultsM3_backgroundColor_closure: function _FilledTonalIconButtonDefaultsM3_backgroundColor_closure(t0) { + this.$this = t0; + }, + _FilledTonalIconButtonDefaultsM3_foregroundColor_closure: function _FilledTonalIconButtonDefaultsM3_foregroundColor_closure(t0) { + this.$this = t0; + }, + _FilledTonalIconButtonDefaultsM3_overlayColor_closure: function _FilledTonalIconButtonDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, + _FilledTonalIconButtonDefaultsM3_mouseCursor_closure: function _FilledTonalIconButtonDefaultsM3_mouseCursor_closure() { + }, + _OutlinedIconButtonDefaultsM3: function _OutlinedIconButtonDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { + var _ = this; + _.context = t0; + _.___OutlinedIconButtonDefaultsM3__colors_FI = $; + _.textStyle = t1; + _.backgroundColor = t2; + _.foregroundColor = t3; + _.overlayColor = t4; + _.shadowColor = t5; + _.surfaceTintColor = t6; + _.elevation = t7; + _.padding = t8; + _.minimumSize = t9; + _.fixedSize = t10; + _.maximumSize = t11; + _.iconColor = t12; + _.iconSize = t13; + _.side = t14; + _.shape = t15; + _.mouseCursor = t16; + _.visualDensity = t17; + _.tapTargetSize = t18; + _.animationDuration = t19; + _.enableFeedback = t20; + _.alignment = t21; + _.splashFactory = t22; + }, + _OutlinedIconButtonDefaultsM3_backgroundColor_closure: function _OutlinedIconButtonDefaultsM3_backgroundColor_closure(t0) { + this.$this = t0; + }, + _OutlinedIconButtonDefaultsM3_foregroundColor_closure: function _OutlinedIconButtonDefaultsM3_foregroundColor_closure(t0) { + this.$this = t0; + }, + _OutlinedIconButtonDefaultsM3_overlayColor_closure: function _OutlinedIconButtonDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, + _OutlinedIconButtonDefaultsM3_side_closure: function _OutlinedIconButtonDefaultsM3_side_closure(t0) { + this.$this = t0; + }, + _OutlinedIconButtonDefaultsM3_mouseCursor_closure: function _OutlinedIconButtonDefaultsM3_mouseCursor_closure() { + }, __IconButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable: function __IconButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable() { }, IconButtonThemeData_lerp(a, b, t) { @@ -32360,12 +33798,12 @@ _.onRemoved = t10; _._material$_debugDisposed = false; }, - InkResponse$(autofocus, borderRadius, canRequestFocus, child, containedInkWell, customBorder, enableFeedback, excludeFromSemantics, focusColor, focusNode, highlightColor, highlightShape, hoverColor, key, mouseCursor, onDoubleTap, onFocusChange, onHighlightChanged, onHover, onLongPress, onSecondaryTap, onSecondaryTapCancel, onSecondaryTapDown, onSecondaryTapUp, onTap, onTapCancel, onTapDown, onTapUp, overlayColor, radius, splashColor, splashFactory, statesController) { - return new A.InkResponse(child, onTap, onTapDown, onTapUp, onTapCancel, onDoubleTap, onLongPress, onSecondaryTap, onSecondaryTapDown, onSecondaryTapUp, onSecondaryTapCancel, onHighlightChanged, onHover, mouseCursor, containedInkWell, highlightShape, radius, borderRadius, customBorder, focusColor, hoverColor, highlightColor, overlayColor, splashColor, splashFactory, enableFeedback, false, onFocusChange, autofocus, focusNode, canRequestFocus, statesController, key); + InkResponse$(autofocus, borderRadius, canRequestFocus, child, containedInkWell, customBorder, enableFeedback, excludeFromSemantics, focusColor, focusNode, highlightColor, highlightShape, hoverColor, hoverDuration, key, mouseCursor, onDoubleTap, onFocusChange, onHighlightChanged, onHover, onLongPress, onSecondaryTap, onSecondaryTapCancel, onSecondaryTapDown, onSecondaryTapUp, onTap, onTapCancel, onTapDown, onTapUp, overlayColor, radius, splashColor, splashFactory, statesController) { + return new A.InkResponse(child, onTap, onTapDown, onTapUp, onTapCancel, onDoubleTap, onLongPress, onSecondaryTap, onSecondaryTapDown, onSecondaryTapUp, onSecondaryTapCancel, onHighlightChanged, onHover, mouseCursor, containedInkWell, highlightShape, radius, borderRadius, customBorder, focusColor, hoverColor, highlightColor, overlayColor, splashColor, splashFactory, enableFeedback, false, onFocusChange, autofocus, focusNode, canRequestFocus, statesController, hoverDuration, key); }, InkWell$(autofocus, borderRadius, canRequestFocus, child, customBorder, enableFeedback, focusColor, focusNode, highlightColor, hoverColor, key, mouseCursor, onDoubleTap, onFocusChange, onHighlightChanged, onHover, onLongPress, onTap, onTapCancel, onTapDown, overlayColor, radius, splashColor, splashFactory, statesController) { var _null = null; - return new A.InkWell(child, onTap, onTapDown, _null, onTapCancel, onDoubleTap, onLongPress, _null, _null, _null, _null, onHighlightChanged, onHover, mouseCursor, true, B.BoxShape_0, radius, borderRadius, customBorder, focusColor, hoverColor, highlightColor, overlayColor, splashColor, splashFactory, enableFeedback !== false, false, onFocusChange, autofocus, focusNode, canRequestFocus, statesController, key); + return new A.InkWell(child, onTap, onTapDown, _null, onTapCancel, onDoubleTap, onLongPress, _null, _null, _null, _null, onHighlightChanged, onHover, mouseCursor, true, B.BoxShape_0, radius, borderRadius, customBorder, focusColor, hoverColor, highlightColor, overlayColor, splashColor, splashFactory, enableFeedback !== false, false, onFocusChange, autofocus, focusNode, canRequestFocus, statesController, _null, key); }, InteractiveInkFeature: function InteractiveInkFeature() { }, @@ -32376,7 +33814,7 @@ this.child = t1; this.key = t2; }, - InkResponse: function InkResponse(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32) { + InkResponse: function InkResponse(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33) { var _ = this; _.child = t0; _.onTap = t1; @@ -32410,9 +33848,10 @@ _.focusNode = t29; _.canRequestFocus = t30; _.statesController = t31; - _.key = t32; + _.hoverDuration = t32; + _.key = t33; }, - _InkResponseStateWidget: function _InkResponseStateWidget(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35) { + _InkResponseStateWidget: function _InkResponseStateWidget(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36) { var _ = this; _.child = t0; _.onTap = t1; @@ -32449,7 +33888,8 @@ _.getRectCallback = t32; _.debugCheckContext = t33; _.statesController = t34; - _.key = t35; + _.hoverDuration = t35; + _.key = t36; }, _HighlightType: function _HighlightType(t0, t1) { this.index = t0; @@ -32463,6 +33903,7 @@ _.___InkResponseState__actionMap_FI = $; _.internalStatesController = null; _._activeChildren = t1; + _._activationTimer = null; _._hasFocus = false; _.AutomaticKeepAliveClientMixin__keepAliveHandle = t2; _._widget = null; @@ -32471,6 +33912,9 @@ }, _InkResponseState_highlightsExist_closure: function _InkResponseState_highlightsExist_closure() { }, + _InkResponseState_activateOnIntent_closure: function _InkResponseState_activateOnIntent_closure(t0) { + this.$this = t0; + }, _InkResponseState_handleStatesControllerChange_closure: function _InkResponseState_handleStatesControllerChange_closure() { }, _InkResponseState_updateHighlight_handleInkRemoval: function _InkResponseState_updateHighlight_handleInkRemoval(t0, t1) { @@ -32488,7 +33932,7 @@ this.$this = t0; this.context = t1; }, - InkWell: function InkWell(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32) { + InkWell: function InkWell(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33) { var _ = this; _.child = t0; _.onTap = t1; @@ -32522,7 +33966,8 @@ _.focusNode = t29; _.canRequestFocus = t30; _.statesController = t31; - _.key = t32; + _.hoverDuration = t32; + _.key = t33; }, __InkResponseState_State_AutomaticKeepAliveClientMixin: function __InkResponseState_State_AutomaticKeepAliveClientMixin() { }, @@ -32581,11 +34026,11 @@ InputDecorator$(baseStyle, child, decoration, expands, isEmpty, isFocused, isHovering, textAlign, textAlignVertical) { return new A.InputDecorator(decoration, baseStyle, textAlign, textAlignVertical, isFocused, isHovering, expands, isEmpty, child, null); }, - InputDecoration$(alignLabelWithHint, border, constraints, contentPadding, counter, counterStyle, counterText, disabledBorder, enabled, enabledBorder, error, errorBorder, errorMaxLines, errorStyle, errorText, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, helperText, hintMaxLines, hintStyle, hintText, hintTextDirection, hoverColor, icon, iconColor, isCollapsed, isDense, label, labelStyle, labelText, prefix, prefixIcon, prefixIconColor, prefixIconConstraints, prefixStyle, prefixText, semanticCounterText, suffix, suffixIcon, suffixIconColor, suffixIconConstraints, suffixStyle, suffixText) { - return new A.InputDecoration(icon, iconColor, label, labelText, labelStyle, floatingLabelStyle, helperText, helperStyle, helperMaxLines, hintText, hintStyle, hintTextDirection, hintMaxLines, error, errorText, errorStyle, errorMaxLines, floatingLabelBehavior, floatingLabelAlignment, isDense, contentPadding, isCollapsed, prefixIcon, prefixIconConstraints, prefix, prefixText, prefixStyle, prefixIconColor, suffixIcon, suffix, suffixText, suffixStyle, suffixIconColor, suffixIconConstraints, counterText, counter, counterStyle, filled, fillColor, focusColor, hoverColor, errorBorder, focusedBorder, focusedErrorBorder, disabledBorder, enabledBorder, border, enabled, semanticCounterText, alignLabelWithHint, constraints); + InputDecoration$(alignLabelWithHint, border, constraints, contentPadding, counter, counterStyle, counterText, disabledBorder, enabled, enabledBorder, error, errorBorder, errorMaxLines, errorStyle, errorText, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, helperText, hintFadeDuration, hintMaxLines, hintStyle, hintText, hintTextDirection, hoverColor, icon, iconColor, isCollapsed, isDense, label, labelStyle, labelText, prefix, prefixIcon, prefixIconColor, prefixIconConstraints, prefixStyle, prefixText, semanticCounterText, suffix, suffixIcon, suffixIconColor, suffixIconConstraints, suffixStyle, suffixText) { + return new A.InputDecoration(icon, iconColor, label, labelText, labelStyle, floatingLabelStyle, helperText, helperStyle, helperMaxLines, hintText, hintStyle, hintTextDirection, hintMaxLines, hintFadeDuration, error, errorText, errorStyle, errorMaxLines, floatingLabelBehavior, floatingLabelAlignment, isDense, contentPadding, isCollapsed, prefixIcon, prefixIconConstraints, prefix, prefixText, prefixStyle, prefixIconColor, suffixIcon, suffix, suffixText, suffixStyle, suffixIconColor, suffixIconConstraints, counterText, counter, counterStyle, filled, fillColor, focusColor, hoverColor, errorBorder, focusedBorder, focusedErrorBorder, disabledBorder, enabledBorder, border, enabled, semanticCounterText, alignLabelWithHint, constraints); }, - InputDecorationTheme$(activeIndicatorBorder, alignLabelWithHint, border, constraints, contentPadding, counterStyle, disabledBorder, enabledBorder, errorBorder, errorMaxLines, errorStyle, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintStyle, hoverColor, iconColor, isCollapsed, isDense, labelStyle, outlineBorder, prefixIconColor, prefixStyle, suffixIconColor, suffixStyle) { - return new A.InputDecorationTheme(labelStyle, floatingLabelStyle, helperStyle, helperMaxLines, hintStyle, errorStyle, errorMaxLines, floatingLabelBehavior, floatingLabelAlignment, false, contentPadding, false, iconColor, prefixStyle, prefixIconColor, suffixStyle, suffixIconColor, counterStyle, filled, fillColor, outlineBorder, activeIndicatorBorder, focusColor, hoverColor, errorBorder, focusedBorder, focusedErrorBorder, disabledBorder, enabledBorder, border, false, constraints); + InputDecorationTheme$(activeIndicatorBorder, alignLabelWithHint, border, constraints, contentPadding, counterStyle, disabledBorder, enabledBorder, errorBorder, errorMaxLines, errorStyle, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintFadeDuration, hintStyle, hoverColor, iconColor, isCollapsed, isDense, labelStyle, outlineBorder, prefixIconColor, prefixStyle, suffixIconColor, suffixStyle) { + return new A.InputDecorationTheme(labelStyle, floatingLabelStyle, helperStyle, helperMaxLines, hintStyle, hintFadeDuration, errorStyle, errorMaxLines, floatingLabelBehavior, floatingLabelAlignment, false, contentPadding, false, iconColor, prefixStyle, prefixIconColor, suffixStyle, suffixIconColor, counterStyle, filled, fillColor, outlineBorder, activeIndicatorBorder, focusColor, hoverColor, errorBorder, focusedBorder, focusedErrorBorder, disabledBorder, enabledBorder, border, false, constraints); }, _InputBorderGap: function _InputBorderGap(t0) { var _ = this; @@ -32724,7 +34169,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -32792,7 +34237,7 @@ }, _InputDecoratorState__handleChange_closure: function _InputDecoratorState__handleChange_closure() { }, - InputDecoration: function InputDecoration(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50) { + InputDecoration: function InputDecoration(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51) { var _ = this; _.icon = t0; _.iconColor = t1; @@ -32807,88 +34252,54 @@ _.hintStyle = t10; _.hintTextDirection = t11; _.hintMaxLines = t12; - _.error = t13; - _.errorText = t14; - _.errorStyle = t15; - _.errorMaxLines = t16; - _.floatingLabelBehavior = t17; - _.floatingLabelAlignment = t18; - _.isDense = t19; - _.contentPadding = t20; - _.isCollapsed = t21; - _.prefixIcon = t22; - _.prefixIconConstraints = t23; - _.prefix = t24; - _.prefixText = t25; - _.prefixStyle = t26; - _.prefixIconColor = t27; - _.suffixIcon = t28; - _.suffix = t29; - _.suffixText = t30; - _.suffixStyle = t31; - _.suffixIconColor = t32; - _.suffixIconConstraints = t33; - _.counterText = t34; - _.counter = t35; - _.counterStyle = t36; - _.filled = t37; - _.fillColor = t38; - _.focusColor = t39; - _.hoverColor = t40; - _.errorBorder = t41; - _.focusedBorder = t42; - _.focusedErrorBorder = t43; - _.disabledBorder = t44; - _.enabledBorder = t45; - _.border = t46; - _.enabled = t47; - _.semanticCounterText = t48; - _.alignLabelWithHint = t49; - _.constraints = t50; + _.hintFadeDuration = t13; + _.error = t14; + _.errorText = t15; + _.errorStyle = t16; + _.errorMaxLines = t17; + _.floatingLabelBehavior = t18; + _.floatingLabelAlignment = t19; + _.isDense = t20; + _.contentPadding = t21; + _.isCollapsed = t22; + _.prefixIcon = t23; + _.prefixIconConstraints = t24; + _.prefix = t25; + _.prefixText = t26; + _.prefixStyle = t27; + _.prefixIconColor = t28; + _.suffixIcon = t29; + _.suffix = t30; + _.suffixText = t31; + _.suffixStyle = t32; + _.suffixIconColor = t33; + _.suffixIconConstraints = t34; + _.counterText = t35; + _.counter = t36; + _.counterStyle = t37; + _.filled = t38; + _.fillColor = t39; + _.focusColor = t40; + _.hoverColor = t41; + _.errorBorder = t42; + _.focusedBorder = t43; + _.focusedErrorBorder = t44; + _.disabledBorder = t45; + _.enabledBorder = t46; + _.border = t47; + _.enabled = t48; + _.semanticCounterText = t49; + _.alignLabelWithHint = t50; + _.constraints = t51; }, - InputDecorationTheme: function InputDecorationTheme(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31) { + InputDecorationTheme: function InputDecorationTheme(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32) { var _ = this; _.labelStyle = t0; _.floatingLabelStyle = t1; _.helperStyle = t2; _.helperMaxLines = t3; _.hintStyle = t4; - _.errorStyle = t5; - _.errorMaxLines = t6; - _.floatingLabelBehavior = t7; - _.floatingLabelAlignment = t8; - _.isDense = t9; - _.contentPadding = t10; - _.isCollapsed = t11; - _.iconColor = t12; - _.prefixStyle = t13; - _.prefixIconColor = t14; - _.suffixStyle = t15; - _.suffixIconColor = t16; - _.counterStyle = t17; - _.filled = t18; - _.fillColor = t19; - _.outlineBorder = t20; - _.activeIndicatorBorder = t21; - _.focusColor = t22; - _.hoverColor = t23; - _.errorBorder = t24; - _.focusedBorder = t25; - _.focusedErrorBorder = t26; - _.disabledBorder = t27; - _.enabledBorder = t28; - _.border = t29; - _.alignLabelWithHint = t30; - _.constraints = t31; - }, - _InputDecoratorDefaultsM2: function _InputDecoratorDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32) { - var _ = this; - _.context = t0; - _.labelStyle = t1; - _.floatingLabelStyle = t2; - _.helperStyle = t3; - _.helperMaxLines = t4; - _.hintStyle = t5; + _.hintFadeDuration = t5; _.errorStyle = t6; _.errorMaxLines = t7; _.floatingLabelBehavior = t8; @@ -32917,6 +34328,43 @@ _.alignLabelWithHint = t31; _.constraints = t32; }, + _InputDecoratorDefaultsM2: function _InputDecoratorDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33) { + var _ = this; + _.context = t0; + _.labelStyle = t1; + _.floatingLabelStyle = t2; + _.helperStyle = t3; + _.helperMaxLines = t4; + _.hintStyle = t5; + _.hintFadeDuration = t6; + _.errorStyle = t7; + _.errorMaxLines = t8; + _.floatingLabelBehavior = t9; + _.floatingLabelAlignment = t10; + _.isDense = t11; + _.contentPadding = t12; + _.isCollapsed = t13; + _.iconColor = t14; + _.prefixStyle = t15; + _.prefixIconColor = t16; + _.suffixStyle = t17; + _.suffixIconColor = t18; + _.counterStyle = t19; + _.filled = t20; + _.fillColor = t21; + _.outlineBorder = t22; + _.activeIndicatorBorder = t23; + _.focusColor = t24; + _.hoverColor = t25; + _.errorBorder = t26; + _.focusedBorder = t27; + _.focusedErrorBorder = t28; + _.disabledBorder = t29; + _.enabledBorder = t30; + _.border = t31; + _.alignLabelWithHint = t32; + _.constraints = t33; + }, _InputDecoratorDefaultsM2_hintStyle_closure: function _InputDecoratorDefaultsM2_hintStyle_closure(t0) { this.$this = t0; }, @@ -32944,6 +34392,74 @@ _InputDecoratorDefaultsM2_suffixIconColor_closure: function _InputDecoratorDefaultsM2_suffixIconColor_closure(t0) { this.$this = t0; }, + _InputDecoratorDefaultsM3: function _InputDecoratorDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33) { + var _ = this; + _.context = t0; + _.___InputDecoratorDefaultsM3__textTheme_FI = _.___InputDecoratorDefaultsM3__colors_FI = $; + _.labelStyle = t1; + _.floatingLabelStyle = t2; + _.helperStyle = t3; + _.helperMaxLines = t4; + _.hintStyle = t5; + _.hintFadeDuration = t6; + _.errorStyle = t7; + _.errorMaxLines = t8; + _.floatingLabelBehavior = t9; + _.floatingLabelAlignment = t10; + _.isDense = t11; + _.contentPadding = t12; + _.isCollapsed = t13; + _.iconColor = t14; + _.prefixStyle = t15; + _.prefixIconColor = t16; + _.suffixStyle = t17; + _.suffixIconColor = t18; + _.counterStyle = t19; + _.filled = t20; + _.fillColor = t21; + _.outlineBorder = t22; + _.activeIndicatorBorder = t23; + _.focusColor = t24; + _.hoverColor = t25; + _.errorBorder = t26; + _.focusedBorder = t27; + _.focusedErrorBorder = t28; + _.disabledBorder = t29; + _.enabledBorder = t30; + _.border = t31; + _.alignLabelWithHint = t32; + _.constraints = t33; + }, + _InputDecoratorDefaultsM3_hintStyle_closure: function _InputDecoratorDefaultsM3_hintStyle_closure(t0) { + this.$this = t0; + }, + _InputDecoratorDefaultsM3_fillColor_closure: function _InputDecoratorDefaultsM3_fillColor_closure(t0) { + this.$this = t0; + }, + _InputDecoratorDefaultsM3_activeIndicatorBorder_closure: function _InputDecoratorDefaultsM3_activeIndicatorBorder_closure(t0) { + this.$this = t0; + }, + _InputDecoratorDefaultsM3_outlineBorder_closure: function _InputDecoratorDefaultsM3_outlineBorder_closure(t0) { + this.$this = t0; + }, + _InputDecoratorDefaultsM3_prefixIconColor_closure: function _InputDecoratorDefaultsM3_prefixIconColor_closure(t0) { + this.$this = t0; + }, + _InputDecoratorDefaultsM3_suffixIconColor_closure: function _InputDecoratorDefaultsM3_suffixIconColor_closure(t0) { + this.$this = t0; + }, + _InputDecoratorDefaultsM3_labelStyle_closure: function _InputDecoratorDefaultsM3_labelStyle_closure(t0) { + this.$this = t0; + }, + _InputDecoratorDefaultsM3_floatingLabelStyle_closure: function _InputDecoratorDefaultsM3_floatingLabelStyle_closure(t0) { + this.$this = t0; + }, + _InputDecoratorDefaultsM3_helperStyle_closure: function _InputDecoratorDefaultsM3_helperStyle_closure(t0) { + this.$this = t0; + }, + _InputDecoratorDefaultsM3_errorStyle_closure: function _InputDecoratorDefaultsM3_errorStyle_closure(t0) { + this.$this = t0; + }, _InputDecorationTheme_Object_Diagnosticable: function _InputDecorationTheme_Object_Diagnosticable() { }, __BorderContainerState_State_TickerProviderStateMixin: function __BorderContainerState_State_TickerProviderStateMixin() { @@ -33056,7 +34572,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -33105,6 +34621,30 @@ _.visualDensity = t18; _.titleAlignment = t19; }, + _LisTileDefaultsM3: function _LisTileDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { + var _ = this; + _.context = t0; + _.___LisTileDefaultsM3__textTheme_FI = _.___LisTileDefaultsM3__colors_FI = _.___LisTileDefaultsM3__theme_FI = $; + _.dense = t1; + _.shape = t2; + _.style = t3; + _.selectedColor = t4; + _.iconColor = t5; + _.textColor = t6; + _.titleTextStyle = t7; + _.subtitleTextStyle = t8; + _.leadingAndTrailingTextStyle = t9; + _.contentPadding = t10; + _.tileColor = t11; + _.selectedTileColor = t12; + _.horizontalTitleGap = t13; + _.minVerticalPadding = t14; + _.minLeadingWidth = t15; + _.enableFeedback = t16; + _.mouseCursor = t17; + _.visualDensity = t18; + _.titleAlignment = t19; + }, __RenderListTile_RenderBox_SlottedContainerRenderObjectMixin: function __RenderListTile_RenderBox_SlottedContainerRenderObjectMixin() { }, ListTileThemeData$(contentPadding, dense, enableFeedback, horizontalTitleGap, iconColor, leadingAndTrailingTextStyle, minLeadingWidth, minVerticalPadding, mouseCursor, selectedColor, selectedTileColor, shape, style, subtitleTextStyle, textColor, tileColor, titleAlignment, titleTextStyle, visualDensity) { @@ -33162,9 +34702,9 @@ t1 = result == null ? null : result.get$data(result); return t1 == null ? A.Theme_of(context).listTileTheme : t1; }, - ListTileTheme_merge(child, style) { + ListTileTheme_merge(child, contentPadding, style, titleTextStyle) { var _null = null; - return new A.Builder(new A.ListTileTheme_merge_closure(_null, _null, _null, style, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, child), _null); + return new A.Builder(new A.ListTileTheme_merge_closure(_null, _null, _null, style, _null, _null, _null, titleTextStyle, _null, _null, contentPadding, _null, _null, _null, _null, _null, _null, _null, _null, _null, child), _null); }, ListTileThemeData: function ListTileThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { var _ = this; @@ -33345,7 +34885,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -33714,7 +35254,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -33871,32 +35411,24 @@ var _null = null; return new A.OutlinedButton(onPressed, onLongPress, _null, _null, style, B.Clip_0, _null, false, _null, true, child, _null); }, - OutlinedButton_styleFrom(alignment, animationDuration, backgroundColor, disabledBackgroundColor, disabledForegroundColor, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, foregroundColor, maximumSize, minimumSize, onSurface, padding, primary, shadowColor, shape, side, splashFactory, tapTargetSize, textStyle, visualDensity) { - var disabledForeground, t1, foregroundColorProp, t2, backgroundColorProp, overlayColor, t3, t4, t5, t6, t7, t8, _null = null, - foreground = foregroundColor == null ? primary : foregroundColor; + OutlinedButton_styleFrom(alignment, animationDuration, backgroundColor, disabledBackgroundColor, disabledForegroundColor, disabledMouseCursor, elevation, enableFeedback, enabledMouseCursor, foregroundColor, maximumSize, minimumSize, padding, shadowColor, shape, side, splashFactory, tapTargetSize, textStyle, visualDensity) { + var disabledForeground, foregroundColorProp, t1, backgroundColorProp, overlayColor, t2, t3, t4, t5, t6, t7, t8, _null = null; if (disabledForegroundColor == null) - if (onSurface == null) - disabledForeground = _null; - else { - t1 = onSurface.value; - t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - disabledForeground = t1; - } + disabledForeground = _null; else disabledForeground = disabledForegroundColor; - t1 = foreground == null; - foregroundColorProp = t1 && disabledForeground == null ? _null : new A._OutlinedButtonDefaultColor(foreground, disabledForeground); - t2 = backgroundColor == null; - if (t2 && disabledBackgroundColor == null) + foregroundColorProp = new A._OutlinedButtonDefaultColor(foregroundColor, disabledForeground); + t1 = backgroundColor == null; + if (t1 && disabledBackgroundColor == null) backgroundColorProp = _null; else if (disabledBackgroundColor == null) { - t2 = t2 ? _null : new A.MaterialStatePropertyAll(backgroundColor, type$.MaterialStatePropertyAll_nullable_Color); - backgroundColorProp = t2; + t1 = t1 ? _null : new A.MaterialStatePropertyAll(backgroundColor, type$.MaterialStatePropertyAll_nullable_Color); + backgroundColorProp = t1; } else { - t2 = new A._OutlinedButtonDefaultColor(backgroundColor, disabledBackgroundColor); - backgroundColorProp = t2; + t1 = new A._OutlinedButtonDefaultColor(backgroundColor, disabledBackgroundColor); + backgroundColorProp = t1; } - overlayColor = t1 ? _null : new A._OutlinedButtonDefaultOverlay(foreground); + overlayColor = new A._OutlinedButtonDefaultOverlay(foregroundColor); t1 = textStyle == null ? _null : new A.MaterialStatePropertyAll(textStyle, type$.MaterialStatePropertyAll_TextStyle); t2 = shadowColor == null ? _null : new A.MaterialStatePropertyAll(shadowColor, type$.MaterialStatePropertyAll_Color); t3 = elevation == null ? _null : new A.MaterialStatePropertyAll(elevation, type$.MaterialStatePropertyAll_double); @@ -33908,13 +35440,14 @@ return A.ButtonStyle$(alignment, animationDuration, backgroundColorProp, t3, enableFeedback, _null, foregroundColorProp, _null, _null, t6, t5, new A._OutlinedButtonDefaultMouseCursor(enabledMouseCursor, disabledMouseCursor), overlayColor, t4, t2, t8, t7, splashFactory, _null, tapTargetSize, t1, visualDensity); }, _scaledPadding1(context) { - var t1; - A.Theme_of(context); - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t1 = t1 == null ? null : t1.textScaleFactor; - if (t1 == null) - t1 = 1; - return A.ButtonStyleButton_scaledPadding(new A.EdgeInsets(16, 0, 16, 0), new A.EdgeInsets(8, 0, 8, 0), new A.EdgeInsets(4, 0, 4, 0), t1); + var padding1x = A.Theme_of(context).useMaterial3 ? 24 : 16, + t1 = padding1x / 2, + t2 = t1 / 2, + t3 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t3 = t3 == null ? null : t3.get$textScaler(); + if (t3 == null) + t3 = B._LinearTextScaler_1; + return A.ButtonStyleButton_scaledPadding(new A.EdgeInsets(padding1x, 0, padding1x, 0), new A.EdgeInsets(t1, 0, t1, 0), new A.EdgeInsets(t2, 0, t2, 0), t3.textScaleFactor); }, OutlinedButton: function OutlinedButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; @@ -33942,6 +35475,44 @@ this.enabledCursor = t0; this.disabledCursor = t1; }, + _OutlinedButtonDefaultsM3: function _OutlinedButtonDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { + var _ = this; + _.context = t0; + _.___OutlinedButtonDefaultsM3__colors_FI = $; + _.textStyle = t1; + _.backgroundColor = t2; + _.foregroundColor = t3; + _.overlayColor = t4; + _.shadowColor = t5; + _.surfaceTintColor = t6; + _.elevation = t7; + _.padding = t8; + _.minimumSize = t9; + _.fixedSize = t10; + _.maximumSize = t11; + _.iconColor = t12; + _.iconSize = t13; + _.side = t14; + _.shape = t15; + _.mouseCursor = t16; + _.visualDensity = t17; + _.tapTargetSize = t18; + _.animationDuration = t19; + _.enableFeedback = t20; + _.alignment = t21; + _.splashFactory = t22; + }, + _OutlinedButtonDefaultsM3_foregroundColor_closure: function _OutlinedButtonDefaultsM3_foregroundColor_closure(t0) { + this.$this = t0; + }, + _OutlinedButtonDefaultsM3_overlayColor_closure: function _OutlinedButtonDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, + _OutlinedButtonDefaultsM3_side_closure: function _OutlinedButtonDefaultsM3_side_closure(t0) { + this.$this = t0; + }, + _OutlinedButtonDefaultsM3_mouseCursor_closure: function _OutlinedButtonDefaultsM3_mouseCursor_closure() { + }, __OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable: function __OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable() { }, __OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable: function __OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable() { @@ -33964,41 +35535,43 @@ t2 = $.Zone__current, t3 = A.ProxyAnimation$(B.C__AlwaysDismissedAnimation), t4 = A._setArrayType([], type$.JSArray_OverlayEntry), - t5 = A.ValueNotifier$(_null, type$.nullable_String), + t5 = $.$get$ChangeNotifier__emptyListeners(), t6 = $.Zone__current, t7 = settings == null ? B.RouteSettings_null_null : settings; - return new A.MaterialPageRoute(builder, false, true, _null, _null, t1, new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t2, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t3, t4, t7, t5, new A._AsyncCompleter(new A._Future(t6, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("MaterialPageRoute<0>")); + return new A.MaterialPageRoute(builder, false, true, false, _null, _null, t1, A.LinkedHashSet_LinkedHashSet$_empty(type$.PopEntry), new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t2, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t3, t4, t7, new A.ValueNotifier(_null, t5, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t6, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("MaterialPageRoute<0>")); }, - MaterialPageRoute: function MaterialPageRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { + MaterialPageRoute: function MaterialPageRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { var _ = this; _.builder = t0; _.fullscreenDialog = t1; _.allowSnapshotting = t2; - _.filter = t3; - _.traversalEdgeBehavior = t4; + _._pages$_barrierDismissible = t3; + _.filter = t4; + _.traversalEdgeBehavior = t5; _._routes$_offstage = false; _._secondaryAnimationProxy = _._animationProxy = null; - _._willPopCallbacks = t5; - _._scopeKey = t6; - _._subtreeKey = t7; - _._storageBucket = t8; + _._willPopCallbacks = t6; + _._popEntries = t7; + _._scopeKey = t8; + _._subtreeKey = t9; + _._storageBucket = t10; _.__ModalRoute__modalBarrier_A = $; _._modalScopeCache = null; _.__ModalRoute__modalScope_A = $; - _.LocalHistoryRoute__localHistory = t9; - _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t10; - _._transitionCompleter = t11; + _.LocalHistoryRoute__localHistory = t11; + _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t12; + _._transitionCompleter = t13; _._performanceModeRequestHandle = null; _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; - _._secondaryAnimation = t12; + _._secondaryAnimation = t14; _._trainHoppingListenerRemover = _._routes$_result = null; - _._overlayEntries = t13; + _._overlayEntries = t15; _._navigator$_navigator = null; - _._navigator$_settings = t14; - _._restorationScopeId = t15; - _._popCompleter = t16; - _.$ti = t17; + _._navigator$_settings = t16; + _._restorationScopeId = t17; + _._popCompleter = t18; + _.$ti = t19; }, MaterialRouteTransitionMixin: function MaterialRouteTransitionMixin() { }, @@ -34187,7 +35760,7 @@ $navigator = A.Navigator_of(context, false); t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - t1 = t1.get$modalBarrierDismissLabel(); + t1 = t1.get$menuDismissLabel(); t2 = $navigator._framework$_element; t2.toString; t2 = A.InheritedTheme_capture(context, t2); @@ -34196,16 +35769,20 @@ t5 = $.Zone__current; t6 = A.ProxyAnimation$(B.C__AlwaysDismissedAnimation); t7 = A._setArrayType([], type$.JSArray_OverlayEntry); - t8 = A.ValueNotifier$(_null, type$.nullable_String); + t8 = $.$get$ChangeNotifier__emptyListeners(); t9 = $.Zone__current; - return $navigator.push$1(new A._PopupMenuRoute(position, items, t3, initialValue, elevation, surfaceTintColor, shadowColor, semanticLabel, shape, color, t2, constraints, clipBehavior, t1, _null, B.TraversalEdgeBehavior_0, t4, new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t5, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t6, t7, B.RouteSettings_null_null, t8, new A._AsyncCompleter(new A._Future(t9, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("_PopupMenuRoute<0>"))); + return $navigator.push$1(new A._PopupMenuRoute(position, items, t3, initialValue, elevation, surfaceTintColor, shadowColor, semanticLabel, shape, color, t2, constraints, clipBehavior, t1, _null, B.TraversalEdgeBehavior_0, t4, A.LinkedHashSet_LinkedHashSet$_empty(type$.PopEntry), new A.LabeledGlobalKey(_null, $T._eval$1("LabeledGlobalKey<_ModalScopeState<0>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t5, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), t6, t7, B.RouteSettings_null_null, new A.ValueNotifier(_null, t8, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t9, $T._eval$1("_Future<0?>")), $T._eval$1("_AsyncCompleter<0?>")), $T._eval$1("_PopupMenuRoute<0>"))); }, PopupMenuButton$(child, color, enabled, icon, initialValue, itemBuilder, onSelected, padding, tooltip, $T) { return new A.PopupMenuButton(itemBuilder, initialValue, onSelected, tooltip, padding, child, icon, enabled, color, null, $T._eval$1("PopupMenuButton<0>")); }, _PopupMenuDefaultsM2$(context) { var _null = null; - return new A._PopupMenuDefaultsM2(context, _null, _null, 8, _null, _null, _null, _null, _null, _null, _null); + return new A._PopupMenuDefaultsM2(context, _null, _null, 8, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, + _PopupMenuDefaultsM3$(context) { + var _null = null; + return new A._PopupMenuDefaultsM3(context, _null, _null, 3, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, PopupMenuEntry: function PopupMenuEntry() { }, @@ -34237,7 +35814,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -34298,7 +35875,7 @@ _.padding = t4; _.avoidBounds = t5; }, - _PopupMenuRoute: function _PopupMenuRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28) { + _PopupMenuRoute: function _PopupMenuRoute(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29) { var _ = this; _.position = t0; _.items = t1; @@ -34319,26 +35896,27 @@ _._routes$_offstage = false; _._secondaryAnimationProxy = _._animationProxy = null; _._willPopCallbacks = t16; - _._scopeKey = t17; - _._subtreeKey = t18; - _._storageBucket = t19; + _._popEntries = t17; + _._scopeKey = t18; + _._subtreeKey = t19; + _._storageBucket = t20; _.__ModalRoute__modalBarrier_A = $; _._modalScopeCache = null; _.__ModalRoute__modalScope_A = $; - _.LocalHistoryRoute__localHistory = t20; - _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t21; - _._transitionCompleter = t22; + _.LocalHistoryRoute__localHistory = t21; + _.LocalHistoryRoute__entriesImpliesAppBarDismissal = t22; + _._transitionCompleter = t23; _._performanceModeRequestHandle = null; _._popFinalized = false; _._routes$_controller = _._routes$_animation = null; - _._secondaryAnimation = t23; + _._secondaryAnimation = t24; _._trainHoppingListenerRemover = _._routes$_result = null; - _._overlayEntries = t24; + _._overlayEntries = t25; _._navigator$_navigator = null; - _._navigator$_settings = t25; - _._restorationScopeId = t26; - _._popCompleter = t27; - _.$ti = t28; + _._navigator$_settings = t26; + _._restorationScopeId = t27; + _._popCompleter = t28; + _.$ti = t29; }, _PopupMenuRoute_buildPage_closure: function _PopupMenuRoute_buildPage_closure(t0, t1, t2, t3) { var _ = this; @@ -34375,7 +35953,7 @@ this.widgetCursor = t0; this.themeCursor = t1; }, - _PopupMenuDefaultsM2: function _PopupMenuDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + _PopupMenuDefaultsM2: function _PopupMenuDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _.context = t0; _.___PopupMenuDefaultsM2__textTheme_FI = _.___PopupMenuDefaultsM2__theme_FI = $; @@ -34389,9 +35967,31 @@ _.enableFeedback = t8; _.mouseCursor = t9; _.position = t10; + _.iconColor = t11; + _.iconSize = t12; + }, + _PopupMenuDefaultsM3: function _PopupMenuDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + var _ = this; + _.context = t0; + _.___PopupMenuDefaultsM3__textTheme_FI = _.___PopupMenuDefaultsM3__colors_FI = _.___PopupMenuDefaultsM3__theme_FI = $; + _.color = t1; + _.shape = t2; + _.elevation = t3; + _.shadowColor = t4; + _.surfaceTintColor = t5; + _.textStyle = t6; + _.labelTextStyle = t7; + _.enableFeedback = t8; + _.mouseCursor = t9; + _.position = t10; + _.iconColor = t11; + _.iconSize = t12; + }, + _PopupMenuDefaultsM3_labelTextStyle_closure: function _PopupMenuDefaultsM3_labelTextStyle_closure(t0) { + this.$this = t0; }, PopupMenuThemeData_lerp(a, b, t) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11; if (a === b) return a; t1 = A.Color_lerp(a.color, b.color, t); @@ -34414,7 +36014,8 @@ t8 = a.position; else t8 = b.position; - return new A.PopupMenuThemeData(t1, t2, t3, t4, t5, t6, t7, t9, t10, t8); + t11 = A.Color_lerp(a.iconColor, b.iconColor, t); + return new A.PopupMenuThemeData(t1, t2, t3, t4, t5, t6, t7, t9, t10, t8, t11, A.lerpDouble(a.iconSize, b.iconSize, t)); }, PopupMenuTheme_of(context) { var t1; @@ -34422,7 +36023,7 @@ t1 = A.Theme_of(context); return t1.popupMenuTheme; }, - PopupMenuThemeData: function PopupMenuThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + PopupMenuThemeData: function PopupMenuThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.color = t0; _.shape = t1; @@ -34434,6 +36035,8 @@ _.enableFeedback = t7; _.mouseCursor = t8; _.position = t9; + _.iconColor = t10; + _.iconSize = t11; }, _PopupMenuThemeData_Object_Diagnosticable: function _PopupMenuThemeData_Object_Diagnosticable() { }, @@ -34600,6 +36203,26 @@ _.circularTrackColor = t4; _.refreshBackgroundColor = t5; }, + _CircularProgressIndicatorDefaultsM3: function _CircularProgressIndicatorDefaultsM3(t0, t1, t2, t3, t4, t5) { + var _ = this; + _.context = t0; + _.___CircularProgressIndicatorDefaultsM3__colors_FI = $; + _.color = t1; + _.linearTrackColor = t2; + _.linearMinHeight = t3; + _.circularTrackColor = t4; + _.refreshBackgroundColor = t5; + }, + _LinearProgressIndicatorDefaultsM3: function _LinearProgressIndicatorDefaultsM3(t0, t1, t2, t3, t4, t5) { + var _ = this; + _.context = t0; + _.___LinearProgressIndicatorDefaultsM3__colors_FI = $; + _.color = t1; + _.linearTrackColor = t2; + _.linearMinHeight = t3; + _.circularTrackColor = t4; + _.refreshBackgroundColor = t5; + }, __CircularProgressIndicatorState_State_SingleTickerProviderStateMixin: function __CircularProgressIndicatorState_State_SingleTickerProviderStateMixin() { }, __LinearProgressIndicatorState_State_SingleTickerProviderStateMixin: function __LinearProgressIndicatorState_State_SingleTickerProviderStateMixin() { @@ -34710,6 +36333,23 @@ _RadioDefaultsM2_overlayColor_closure: function _RadioDefaultsM2_overlayColor_closure(t0) { this.$this = t0; }, + _RadioDefaultsM3: function _RadioDefaultsM3(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.context = t0; + _.___RadioDefaultsM3__colors_FI = _.___RadioDefaultsM3__theme_FI = $; + _.mouseCursor = t1; + _.fillColor = t2; + _.overlayColor = t3; + _.splashRadius = t4; + _.materialTapTargetSize = t5; + _.visualDensity = t6; + }, + _RadioDefaultsM3_fillColor_closure: function _RadioDefaultsM3_fillColor_closure(t0) { + this.$this = t0; + }, + _RadioDefaultsM3_overlayColor_closure: function _RadioDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, __RadioState_State_TickerProviderStateMixin: function __RadioState_State_TickerProviderStateMixin() { }, __RadioState_State_TickerProviderStateMixin_ToggleableStateMixin: function __RadioState_State_TickerProviderStateMixin_ToggleableStateMixin() { @@ -34798,6 +36438,7 @@ var _ = this; _.__RefreshIndicatorState__valueColor_A = _.__RefreshIndicatorState__value_A = _.__RefreshIndicatorState__scaleFactor_A = _.__RefreshIndicatorState__positionFactor_A = _.__RefreshIndicatorState__scaleController_A = _.__RefreshIndicatorState__positionController_A = $; _._dragOffset = _._isIndicatorAtTop = _._refresh_indicator$_mode = null; + _.__RefreshIndicatorState__effectiveValueColor_AI = $; _.TickerProviderStateMixin__tickers = t0; _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -35305,6 +36946,12 @@ _lerpBool(a, b, t) { return t < 0.5 ? a : b; }, + ScrollbarTheme_of(context) { + var t1; + context.dependOnInheritedWidgetOfExactType$1$0(type$.ScrollbarTheme); + t1 = A.Theme_of(context); + return t1.scrollbarTheme; + }, ScrollbarThemeData: function ScrollbarThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.thumbVisibility = t0; @@ -35323,7 +36970,7 @@ _ScrollbarThemeData_Object_Diagnosticable: function _ScrollbarThemeData_Object_Diagnosticable() { }, SearchBarThemeData_lerp(a, b, t) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12; if (a === b) return a; t1 = A.MaterialStateProperty_lerp(a.elevation, b.elevation, t, A.ui__lerpDouble$closure(), type$.nullable_double); @@ -35338,14 +36985,19 @@ t9 = type$.nullable_TextStyle; t10 = A.MaterialStateProperty_lerp(a.textStyle, b.textStyle, t, A.text_style_TextStyle_lerp$closure(), t9); t9 = A.MaterialStateProperty_lerp(a.hintStyle, b.hintStyle, t, A.text_style_TextStyle_lerp$closure(), t9); - return new A.SearchBarThemeData(t1, t3, t4, t5, t2, t6, t7, t8, t10, t9, A.BoxConstraints_lerp(a.constraints, b.constraints, t)); + t11 = A.BoxConstraints_lerp(a.constraints, b.constraints, t); + if (t < 0.5) + t12 = a.textCapitalization; + else + t12 = b.textCapitalization; + return new A.SearchBarThemeData(t1, t3, t4, t5, t2, t6, t7, t8, t10, t9, t11, t12); }, SearchBarThemeData__lerpSides(a, b, t) { if (a == b) return a; return new A._LerpSides0(a, b, t); }, - SearchBarThemeData: function SearchBarThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + SearchBarThemeData: function SearchBarThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.elevation = t0; _.backgroundColor = t1; @@ -35358,6 +37010,7 @@ _.textStyle = t8; _.hintStyle = t9; _.constraints = t10; + _.textCapitalization = t11; }, _LerpSides0: function _LerpSides0(t0, t1, t2) { this.a = t0; @@ -35444,6 +37097,7 @@ _._selectable_text$_state = t0; _.delegate = t1; _._shouldShowSelectionToolbar = true; + _._isShiftPressed = false; _._dragStartViewportOffset = _._dragStartScrollOffset = 0; _._dragBeganOnPreviousSelection = _._dragStartSelection = null; _._longPressStartedWithoutFocus = false; @@ -35736,12 +37390,47 @@ _SwitchDefaultsM2_overlayColor_closure: function _SwitchDefaultsM2_overlayColor_closure(t0) { this.$this = t0; }, + _SwitchDefaultsM3: function _SwitchDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + var _ = this; + _.context = t0; + _.___SwitchDefaultsM3__colors_FI = $; + _.thumbColor = t1; + _.trackColor = t2; + _.trackOutlineColor = t3; + _.trackOutlineWidth = t4; + _.materialTapTargetSize = t5; + _.mouseCursor = t6; + _.overlayColor = t7; + _.splashRadius = t8; + _.thumbIcon = t9; + }, + _SwitchDefaultsM3_thumbColor_closure: function _SwitchDefaultsM3_thumbColor_closure(t0) { + this.$this = t0; + }, + _SwitchDefaultsM3_trackColor_closure: function _SwitchDefaultsM3_trackColor_closure(t0) { + this.$this = t0; + }, + _SwitchDefaultsM3_trackOutlineColor_closure: function _SwitchDefaultsM3_trackOutlineColor_closure(t0) { + this.$this = t0; + }, + _SwitchDefaultsM3_overlayColor_closure: function _SwitchDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, + _SwitchConfigM3: function _SwitchConfigM3(t0, t1) { + this.context = t0; + this._switch0$_colors = t1; + }, + _SwitchConfigM3_iconColor_closure: function _SwitchConfigM3_iconColor_closure(t0) { + this.$this = t0; + }, __MaterialSwitchState_State_TickerProviderStateMixin: function __MaterialSwitchState_State_TickerProviderStateMixin() { }, __MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin: function __MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin() { }, __SwitchConfigM2_Object__SwitchConfig: function __SwitchConfigM2_Object__SwitchConfig() { }, + __SwitchConfigM3_Object__SwitchConfig: function __SwitchConfigM3_Object__SwitchConfig() { + }, SwitchListTile$(activeColor, dense, onChanged, secondary, subtitle, title, value) { return new A.SwitchListTile(value, onChanged, activeColor, title, subtitle, secondary, dense, null); }, @@ -35810,7 +37499,7 @@ _SwitchThemeData_Object_Diagnosticable: function _SwitchThemeData_Object_Diagnosticable() { }, TabBarTheme_lerp(a, b, t) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14; if (a === b) return a; t1 = A.Decoration_lerp(a.indicator, b.indicator, t); @@ -35818,31 +37507,33 @@ t3 = t < 0.5; t4 = t3 ? a.indicatorSize : b.indicatorSize; t5 = A.Color_lerp(a.dividerColor, b.dividerColor, t); - t6 = A.Color_lerp(a.labelColor, b.labelColor, t); - t7 = A.EdgeInsetsGeometry_lerp(a.labelPadding, b.labelPadding, t); - t8 = A.TextStyle_lerp(a.labelStyle, b.labelStyle, t); - t9 = A.Color_lerp(a.unselectedLabelColor, b.unselectedLabelColor, t); - t10 = A.TextStyle_lerp(a.unselectedLabelStyle, b.unselectedLabelStyle, t); - t11 = A.MaterialStateProperty_lerp(a.overlayColor, b.overlayColor, t, A.ui_Color_lerp$closure(), type$.nullable_Color); - t12 = t3 ? a.splashFactory : b.splashFactory; - t13 = t3 ? a.mouseCursor : b.mouseCursor; - return new A.TabBarTheme(t1, t2, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t3 ? a.tabAlignment : b.tabAlignment); + t6 = t3 ? a.dividerHeight : b.dividerHeight; + t7 = A.Color_lerp(a.labelColor, b.labelColor, t); + t8 = A.EdgeInsetsGeometry_lerp(a.labelPadding, b.labelPadding, t); + t9 = A.TextStyle_lerp(a.labelStyle, b.labelStyle, t); + t10 = A.Color_lerp(a.unselectedLabelColor, b.unselectedLabelColor, t); + t11 = A.TextStyle_lerp(a.unselectedLabelStyle, b.unselectedLabelStyle, t); + t12 = A.MaterialStateProperty_lerp(a.overlayColor, b.overlayColor, t, A.ui_Color_lerp$closure(), type$.nullable_Color); + t13 = t3 ? a.splashFactory : b.splashFactory; + t14 = t3 ? a.mouseCursor : b.mouseCursor; + return new A.TabBarTheme(t1, t2, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t3 ? a.tabAlignment : b.tabAlignment); }, - TabBarTheme: function TabBarTheme(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + TabBarTheme: function TabBarTheme(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; _.indicator = t0; _.indicatorColor = t1; _.indicatorSize = t2; _.dividerColor = t3; - _.labelColor = t4; - _.labelPadding = t5; - _.labelStyle = t6; - _.unselectedLabelColor = t7; - _.unselectedLabelStyle = t8; - _.overlayColor = t9; - _.splashFactory = t10; - _.mouseCursor = t11; - _.tabAlignment = t12; + _.dividerHeight = t4; + _.labelColor = t5; + _.labelPadding = t6; + _.labelStyle = t7; + _.unselectedLabelColor = t8; + _.unselectedLabelStyle = t9; + _.overlayColor = t10; + _.splashFactory = t11; + _.mouseCursor = t12; + _.tabAlignment = t13; }, _TabBarTheme_Object_Diagnosticable: function _TabBarTheme_Object_Diagnosticable() { }, @@ -35899,7 +37590,7 @@ this.borderSide = t1; this.insets = t2; }, - _UnderlinePainter: function _UnderlinePainter(t0, t1, t2) { + _UnderlinePainter0: function _UnderlinePainter0(t0, t1, t2) { this.decoration = t0; this.borderRadius = t1; this.onChanged = t2; @@ -35984,7 +37675,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -36013,18 +37704,25 @@ _.children = t8; _.key = t9; }, - _IndicatorPainter: function _IndicatorPainter(t0, t1, t2, t3, t4, t5, t6, t7) { + _DividerPainter: function _DividerPainter(t0, t1, t2) { + this.dividerColor = t0; + this.dividerHeight = t1; + this._repaint = t2; + }, + _IndicatorPainter: function _IndicatorPainter(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.controller = t0; _.indicator = t1; _.indicatorSize = t2; _.indicatorPadding = t3; _.tabKeys = t4; - _.dividerColor = t5; - _.labelPaddings = t6; + _.labelPaddings = t5; + _.dividerColor = t6; + _.dividerHeight = t7; + _.showDivider = t8; _._tabs$_painter = _._currentRect = _._currentTextDirection = _._currentTabOffsets = null; _._tabs$_needsPaint = false; - _._repaint = t7; + _._repaint = t9; }, _ChangeAnimation: function _ChangeAnimation(t0) { this.controller = t0; @@ -36113,8 +37811,8 @@ }, _TabBarViewState: function _TabBarViewState(t0) { var _ = this; - _._tabs$_controller = null; - _.___TabBarViewState__childrenWithKey_A = _.___TabBarViewState__pageController_A = $; + _._pageController = _._tabs$_controller = null; + _.___TabBarViewState__childrenWithKey_A = $; _._currentIndex = null; _._scrollUnderwayCount = _._warpUnderwayCount = 0; _._debugHasScheduledValidChildrenCountCheck = false; @@ -36133,7 +37831,7 @@ _TabBarViewState__warpToNonAdjacentTab_closure0: function _TabBarViewState__warpToNonAdjacentTab_closure0(t0) { this.$this = t0; }, - _TabsDefaultsM2: function _TabsDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + _TabsDefaultsM2: function _TabsDefaultsM2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; _.context = t0; _.isScrollable = t1; @@ -36141,15 +37839,39 @@ _.indicatorColor = t3; _.indicatorSize = t4; _.dividerColor = t5; - _.labelColor = t6; - _.labelPadding = t7; - _.labelStyle = t8; - _.unselectedLabelColor = t9; - _.unselectedLabelStyle = t10; - _.overlayColor = t11; - _.splashFactory = t12; - _.mouseCursor = t13; - _.tabAlignment = t14; + _.dividerHeight = t6; + _.labelColor = t7; + _.labelPadding = t8; + _.labelStyle = t9; + _.unselectedLabelColor = t10; + _.unselectedLabelStyle = t11; + _.overlayColor = t12; + _.splashFactory = t13; + _.mouseCursor = t14; + _.tabAlignment = t15; + }, + _TabsPrimaryDefaultsM3: function _TabsPrimaryDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { + var _ = this; + _.context = t0; + _.___TabsPrimaryDefaultsM3__textTheme_FI = _.___TabsPrimaryDefaultsM3__colors_FI = $; + _.isScrollable = t1; + _.indicator = t2; + _.indicatorColor = t3; + _.indicatorSize = t4; + _.dividerColor = t5; + _.dividerHeight = t6; + _.labelColor = t7; + _.labelPadding = t8; + _.labelStyle = t9; + _.unselectedLabelColor = t10; + _.unselectedLabelStyle = t11; + _.overlayColor = t12; + _.splashFactory = t13; + _.mouseCursor = t14; + _.tabAlignment = t15; + }, + _TabsPrimaryDefaultsM3_overlayColor_closure: function _TabsPrimaryDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; }, __ChangeAnimation_Animation_AnimationWithParentMixin: function __ChangeAnimation_Animation_AnimationWithParentMixin() { }, @@ -36189,11 +37911,10 @@ return A.ButtonStyle$(alignment, animationDuration, backgroundColorProp, t3, enableFeedback, _null, foregroundColorProp, _null, _null, t6, t5, new A._TextButtonDefaultMouseCursor(enabledMouseCursor, disabledMouseCursor), overlayColor, t4, t2, t7, _null, splashFactory, _null, tapTargetSize, t1, visualDensity); }, _scaledPadding0(context) { - var t1; - A.Theme_of(context); - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t1 = t1 == null ? null : t1.textScaleFactor; - return A.ButtonStyleButton_scaledPadding(B.EdgeInsets_8_8_8_8, B.EdgeInsets_8_0_8_0, B.EdgeInsets_4_0_4_0, t1 == null ? 1 : t1); + var t1 = A.Theme_of(context).useMaterial3 ? B.EdgeInsets_12_8_12_8 : B.EdgeInsets_8_8_8_8, + t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t2 = t2 == null ? null : t2.get$textScaler(); + return A.ButtonStyleButton_scaledPadding(t1, B.EdgeInsets_8_0_8_0, B.EdgeInsets_4_0_4_0, (t2 == null ? B._LinearTextScaler_1 : t2).textScaleFactor); }, TextButton: function TextButton(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; @@ -36221,6 +37942,41 @@ this.enabledCursor = t0; this.disabledCursor = t1; }, + _TextButtonDefaultsM3: function _TextButtonDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { + var _ = this; + _.context = t0; + _.___TextButtonDefaultsM3__colors_FI = $; + _.textStyle = t1; + _.backgroundColor = t2; + _.foregroundColor = t3; + _.overlayColor = t4; + _.shadowColor = t5; + _.surfaceTintColor = t6; + _.elevation = t7; + _.padding = t8; + _.minimumSize = t9; + _.fixedSize = t10; + _.maximumSize = t11; + _.iconColor = t12; + _.iconSize = t13; + _.side = t14; + _.shape = t15; + _.mouseCursor = t16; + _.visualDensity = t17; + _.tapTargetSize = t18; + _.animationDuration = t19; + _.enableFeedback = t20; + _.alignment = t21; + _.splashFactory = t22; + }, + _TextButtonDefaultsM3_foregroundColor_closure: function _TextButtonDefaultsM3_foregroundColor_closure(t0) { + this.$this = t0; + }, + _TextButtonDefaultsM3_overlayColor_closure: function _TextButtonDefaultsM3_overlayColor_closure(t0) { + this.$this = t0; + }, + _TextButtonDefaultsM3_mouseCursor_closure: function _TextButtonDefaultsM3_mouseCursor_closure() { + }, __TextButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable: function __TextButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable() { }, TextButtonThemeData_lerp(a, b, t) { @@ -36262,11 +38018,15 @@ _m2StateInputStyle(context) { return A._MaterialStateTextStyle$(new A._m2StateInputStyle_closure(context)); }, + _m3StateInputStyle(context) { + return A._MaterialStateTextStyle$(new A._m3StateInputStyle_closure(context)); + }, _TextFieldSelectionGestureDetectorBuilder: function _TextFieldSelectionGestureDetectorBuilder(t0, t1) { var _ = this; _._text_field$_state = t0; _.delegate = t1; _._shouldShowSelectionToolbar = true; + _._isShiftPressed = false; _._dragStartViewportOffset = _._dragStartScrollOffset = 0; _._dragBeganOnPreviousSelection = _._dragStartSelection = null; _._longPressStartedWithoutFocus = false; @@ -36367,10 +38127,11 @@ _TextFieldState_build_closure0: function _TextFieldState_build_closure0(t0) { this.$this = t0; }, - _TextFieldState_build_closure1: function _TextFieldState_build_closure1(t0, t1, t2) { + _TextFieldState_build_closure1: function _TextFieldState_build_closure1(t0) { + this.$this = t0; + }, + _TextFieldState_build_closure2: function _TextFieldState_build_closure2(t0) { this.$this = t0; - this.focusNode = t1; - this.controller = t2; }, _TextFieldState_build_closure3: function _TextFieldState_build_closure3(t0) { this.$this = t0; @@ -36378,7 +38139,18 @@ _TextFieldState_build_closure4: function _TextFieldState_build_closure4(t0) { this.$this = t0; }, - _TextFieldState_build_closure2: function _TextFieldState_build_closure2(t0, t1) { + _TextFieldState_build_closure5: function _TextFieldState_build_closure5(t0, t1, t2) { + this.$this = t0; + this.focusNode = t1; + this.controller = t2; + }, + _TextFieldState_build_closure7: function _TextFieldState_build_closure7(t0) { + this.$this = t0; + }, + _TextFieldState_build_closure8: function _TextFieldState_build_closure8(t0) { + this.$this = t0; + }, + _TextFieldState_build_closure6: function _TextFieldState_build_closure6(t0, t1) { this._box_0 = t0; this.$this = t1; }, @@ -36388,6 +38160,9 @@ _m2StateInputStyle_closure: function _m2StateInputStyle_closure(t0) { this.context = t0; }, + _m3StateInputStyle_closure: function _m3StateInputStyle_closure(t0) { + this.context = t0; + }, __TextFieldState_State_RestorationMixin_dispose_closure: function __TextFieldState_State_RestorationMixin_dispose_closure() { }, __TextFieldState_State_RestorationMixin: function __TextFieldState_State_RestorationMixin() { @@ -36533,6 +38308,33 @@ TextSelectionToolbar__defaultToolbarBuilder(context, child) { return new A._TextSelectionToolbarContainer(child, null); }, + _TextSelectionToolbarContainer__getColor(colorScheme) { + var t2, _null = null, + t1 = colorScheme.brightness.index; + switch (t1) { + case 1: + t2 = A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null).colorScheme.surface === colorScheme.surface; + break; + case 0: + t2 = A.ThemeData_ThemeData(_null, _null, B.Brightness_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null).colorScheme.surface === colorScheme.surface; + break; + default: + t2 = _null; + } + if (!t2) + return colorScheme.surface; + switch (t1) { + case 1: + t1 = B.Color_4294967295; + break; + case 0: + t1 = B.Color_4282532418; + break; + default: + t1 = _null; + } + return t1; + }, TextSelectionToolbar: function TextSelectionToolbar(t0, t1, t2, t3) { var _ = this; _.anchorAbove = t0; @@ -36587,7 +38389,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -36619,10 +38421,10 @@ var _ = this; _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -36648,7 +38450,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -36718,6 +38520,33 @@ return B._TextSelectionToolbarItemPosition_2; return B._TextSelectionToolbarItemPosition_1; }, + TextSelectionToolbarTextButton__getForegroundColor(colorScheme) { + var t2, _null = null, + t1 = colorScheme.brightness.index; + switch (t1) { + case 1: + t2 = A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null).colorScheme.onSurface === colorScheme.onSurface; + break; + case 0: + t2 = A.ThemeData_ThemeData(_null, _null, B.Brightness_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null).colorScheme.onSurface === colorScheme.onSurface; + break; + default: + t2 = _null; + } + if (!t2) + return colorScheme.onSurface; + switch (t1) { + case 1: + t1 = B.Color_4278190080; + break; + case 0: + t1 = B.Color_4294967295; + break; + default: + t1 = _null; + } + return t1; + }, _TextSelectionToolbarItemPosition: function _TextSelectionToolbarItemPosition(t0, t1) { this.index = t0; this._core$_name = t1; @@ -36834,7 +38663,7 @@ _AnimatedThemeState_forEachTween_closure: function _AnimatedThemeState_forEachTween_closure() { }, ThemeData_ThemeData(appBarTheme, bottomAppBarTheme, brightness, canvasColor, cardColor, colorScheme, fontFamily, iconTheme, indicatorColor, outlinedButtonTheme, pageTransitionsTheme, primaryColor, primaryColorDark, primaryColorLight, scaffoldBackgroundColor, tabBarTheme, textButtonTheme, textSelectionTheme, tooltipTheme, useMaterial3) { - var materialTapTargetSize, visualDensity, t1, effectiveBrightness, isDark, estimatedPrimaryColorBrightness, primaryIsDark, toggleableActiveColor, focusColor, hoverColor, dividerColor, unselectedWidgetColor, secondaryHeaderColor, dialogBackgroundColor, hintColor, buttonTheme, disabledColor, highlightColor, splashColor, typography, defaultTextTheme, defaultPrimaryTextTheme, textTheme, primaryTextTheme, primaryIconTheme, backgroundColor, bottomAppBarColor, _null = null, + var materialTapTargetSize, visualDensity, splashFactory, t1, effectiveBrightness, isDark, primarySurfaceColor, onPrimarySurfaceColor, bottomAppBarColor, dividerColor, backgroundColor, errorColor, applyElevationOverlayColor, dialogBackgroundColor, estimatedPrimaryColorBrightness, primaryIsDark, toggleableActiveColor, focusColor, hoverColor, unselectedWidgetColor, secondaryHeaderColor, hintColor, buttonTheme, disabledColor, highlightColor, splashColor, base, dark, light, t2, typography, defaultTextTheme, defaultPrimaryTextTheme, textTheme, primaryTextTheme, primaryIconTheme, _null = null, extensions = A._setArrayType([], type$.JSArray_ThemeExtension_ThemeExtension_dynamic), platform = A.defaultTargetPlatform(); switch (platform.index) { @@ -36854,6 +38683,11 @@ if (pageTransitionsTheme == null) pageTransitionsTheme = B.PageTransitionsTheme_Map_46Aa4; visualDensity = A.VisualDensity_defaultDensityForPlatform(platform); + useMaterial3 = useMaterial3 !== false; + if (useMaterial3) + splashFactory = B.C__InkRippleFactory; + else + splashFactory = B.C__InkSplashFactory; if (brightness == null) { t1 = colorScheme == null ? _null : colorScheme.brightness; effectiveBrightness = t1; @@ -36862,6 +38696,37 @@ if (effectiveBrightness == null) effectiveBrightness = B.Brightness_1; isDark = effectiveBrightness === B.Brightness_0; + if (useMaterial3) { + if (colorScheme == null) + colorScheme = isDark ? B.ColorScheme_spT : B.ColorScheme_Bzo; + primarySurfaceColor = isDark ? colorScheme.surface : colorScheme.primary; + onPrimarySurfaceColor = isDark ? colorScheme.onSurface : colorScheme.onPrimary; + if (primaryColor == null) + primaryColor = primarySurfaceColor; + if (canvasColor == null) + canvasColor = colorScheme.background; + if (scaffoldBackgroundColor == null) + scaffoldBackgroundColor = colorScheme.background; + bottomAppBarColor = colorScheme.surface; + if (cardColor == null) + cardColor = bottomAppBarColor; + dividerColor = colorScheme._outline; + if (dividerColor == null) + dividerColor = colorScheme.onBackground; + backgroundColor = colorScheme.background; + if (indicatorColor == null) + indicatorColor = onPrimarySurfaceColor; + errorColor = colorScheme.error; + applyElevationOverlayColor = brightness === B.Brightness_0; + dialogBackgroundColor = backgroundColor; + } else { + errorColor = _null; + dividerColor = errorColor; + dialogBackgroundColor = dividerColor; + bottomAppBarColor = dialogBackgroundColor; + backgroundColor = bottomAppBarColor; + applyElevationOverlayColor = backgroundColor; + } if (primaryColor == null) primaryColor = isDark ? B.Color_4280361249 : B.MaterialColor_Map_JNGTf_4280391411; estimatedPrimaryColorBrightness = A.ThemeData_estimateBrightnessForColor(primaryColor); @@ -36884,14 +38749,16 @@ scaffoldBackgroundColor = canvasColor; if (cardColor == null) cardColor = isDark ? B.Color_4282532418 : B.Color_4294967295; - dividerColor = isDark ? B.Color_536870911 : B.Color_520093696; + if (dividerColor == null) + dividerColor = isDark ? B.Color_536870911 : B.Color_520093696; if (colorScheme == null) { t1 = isDark ? B.Color_4284809178 : B.Color_4280391411; colorScheme = A.ColorScheme_ColorScheme$fromSwatch(t1, isDark ? B.Color_4284572001 : B.Color_4287679225, effectiveBrightness, cardColor, B.Color_4292030255, B.MaterialColor_Map_JNGTf_4280391411); } unselectedWidgetColor = isDark ? B.Color_3019898879 : B.Color_2315255808; secondaryHeaderColor = isDark ? B.Color_4284572001 : B.Color_4293128957; - dialogBackgroundColor = isDark ? B.Color_4282532418 : B.Color_4294967295; + if (dialogBackgroundColor == null) + dialogBackgroundColor = isDark ? B.Color_4282532418 : B.Color_4294967295; if (indicatorColor == null) { indicatorColor = colorScheme.secondary; if (indicatorColor.$eq(0, primaryColor)) @@ -36902,7 +38769,16 @@ disabledColor = isDark ? B.Color_1660944383 : B.Color_1627389952; highlightColor = isDark ? B.Color_1087163596 : B.Color_1723645116; splashColor = isDark ? B.Color_1087163596 : B.Color_1724434632; - typography = A.Typography_Typography$material2014(platform); + if (useMaterial3) { + base = A.Typography_Typography$_withPlatform(platform, _null, _null, B.TextTheme_fDq, B.TextTheme_CbP, B.TextTheme_I5Y); + t1 = colorScheme.brightness === B.Brightness_1; + dark = t1 ? colorScheme.onSurface : colorScheme.surface; + light = t1 ? colorScheme.surface : colorScheme.onSurface; + t1 = base.black.apply$3$bodyColor$decorationColor$displayColor(dark, dark, dark); + t2 = base.white.apply$3$bodyColor$decorationColor$displayColor(light, light, light); + typography = new A.Typography(t1, t2, base.englishLike, base.dense, base.tall); + } else + typography = A.Typography_Typography$material2014(platform); defaultTextTheme = isDark ? typography.white : typography.black; defaultPrimaryTextTheme = primaryIsDark ? typography.white : typography.black; if (fontFamily != null) { @@ -36912,8 +38788,8 @@ textTheme = defaultTextTheme.merge$1(_null); primaryTextTheme = defaultPrimaryTextTheme.merge$1(_null); if (iconTheme == null) - iconTheme = isDark ? B.IconThemeData_sES : B.IconThemeData_jR20; - primaryIconTheme = primaryIsDark ? B.IconThemeData_sES : B.IconThemeData_jR21; + iconTheme = isDark ? new A.IconThemeData(_null, _null, _null, _null, _null, $.$get$kDefaultIconLightColor(), _null, _null) : new A.IconThemeData(_null, _null, _null, _null, _null, $.$get$kDefaultIconDarkColor(), _null, _null); + primaryIconTheme = primaryIsDark ? B.IconThemeData_sES : B.IconThemeData_jR20; if (appBarTheme == null) appBarTheme = B.AppBarTheme_unT; if (bottomAppBarTheme == null) @@ -36921,19 +38797,23 @@ if (outlinedButtonTheme == null) outlinedButtonTheme = B.OutlinedButtonThemeData_null; if (tabBarTheme == null) - tabBarTheme = B.TabBarTheme_z66; + tabBarTheme = B.TabBarTheme_ZCw; if (textButtonTheme == null) textButtonTheme = B.TextButtonThemeData_null; if (textSelectionTheme == null) textSelectionTheme = B.TextSelectionThemeData_null_null_null; if (tooltipTheme == null) tooltipTheme = B.TooltipThemeData_MAi; - backgroundColor = isDark ? B.Color_4284572001 : B.Color_4287679225; - bottomAppBarColor = isDark ? B.Color_4282532418 : B.Color_4294967295; - return A.ThemeData$raw(_null, _null, appBarTheme, false, backgroundColor, B.BadgeThemeData_gsm, B.MaterialBannerThemeData_MYA, bottomAppBarColor, bottomAppBarTheme, B.BottomNavigationBarThemeData_mRH, B.BottomSheetThemeData_N4X, B.ButtonBarThemeData_A0t, buttonTheme, canvasColor, cardColor, B.CardTheme_wEo, B.CheckboxThemeData_EkK, B.ChipThemeData_n0f, colorScheme, _null, B.DataTableThemeData_yHJ, B.DatePickerThemeData_4QF, dialogBackgroundColor, B.DialogTheme_s6Q, disabledColor, dividerColor, B.DividerThemeData_Tnu, B.DrawerThemeData_Epp, B.DropdownMenuThemeData_null_null_null, B.ElevatedButtonThemeData_null, B.Color_4292030255, B.ExpansionTileThemeData_ENh, A.ThemeData__themeExtensionIterableToMap(extensions), B.FilledButtonThemeData_null, B.FloatingActionButtonThemeData_RsV, focusColor, highlightColor, hintColor, hoverColor, B.IconButtonThemeData_null, iconTheme, indicatorColor, B.InputDecorationTheme_IVQ, B.ListTileThemeData_m6K, materialTapTargetSize, B.MenuBarThemeData_null, B.MenuButtonThemeData_null, B.MenuThemeData_null, B.NavigationBarThemeData_WjX, B.NavigationDrawerThemeData_qEm, B.NavigationRailThemeData_27I, outlinedButtonTheme, pageTransitionsTheme, platform, B.PopupMenuThemeData_xLk, primaryColor, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, B.ProgressIndicatorThemeData_Z49, B.RadioThemeData_gDe, scaffoldBackgroundColor, B.ScrollbarThemeData_NUU, B.SearchBarThemeData_fnR, B.SearchViewThemeData_sUY, secondaryHeaderColor, B.SegmentedButtonThemeData_null_null, B.Color_4294309365, B.Color_4278190080, B.SliderThemeData_MUs, B.SnackBarThemeData_sYn, splashColor, B.C__InkSplashFactory, B.SwitchThemeData_Y28, tabBarTheme, textButtonTheme, textSelectionTheme, textTheme, B.TimePickerThemeData_ogV, B.ToggleButtonsThemeData_UsI, toggleableActiveColor, tooltipTheme, typography, unselectedWidgetColor, false, visualDensity); + if (errorColor == null) + errorColor = B.Color_4292030255; + if (backgroundColor == null) + backgroundColor = isDark ? B.Color_4284572001 : B.Color_4287679225; + if (bottomAppBarColor == null) + bottomAppBarColor = isDark ? B.Color_4282532418 : B.Color_4294967295; + return A.ThemeData$raw(_null, appBarTheme, applyElevationOverlayColor === true, backgroundColor, B.BadgeThemeData_gsm, B.MaterialBannerThemeData_MYA, bottomAppBarColor, bottomAppBarTheme, B.BottomNavigationBarThemeData_mRH, B.BottomSheetThemeData_N4X, B.ButtonBarThemeData_A0t, buttonTheme, canvasColor, cardColor, B.CardTheme_wEo, B.CheckboxThemeData_EkK, B.ChipThemeData_n0f, colorScheme, _null, B.DataTableThemeData_yHJ, B.DatePickerThemeData_6D4, dialogBackgroundColor, B.DialogTheme_s6Q, disabledColor, dividerColor, B.DividerThemeData_Tnu, B.DrawerThemeData_Epp, B.DropdownMenuThemeData_null_null_null, B.ElevatedButtonThemeData_null, errorColor, B.ExpansionTileThemeData_ENh, A.ThemeData__themeExtensionIterableToMap(extensions), B.FilledButtonThemeData_null, B.FloatingActionButtonThemeData_RsV, focusColor, highlightColor, hintColor, hoverColor, B.IconButtonThemeData_null, iconTheme, indicatorColor, B.InputDecorationTheme_Y3m, B.ListTileThemeData_m6K, materialTapTargetSize, B.MenuBarThemeData_null, B.MenuButtonThemeData_null, B.MenuThemeData_null, B.NavigationBarThemeData_WjX, B.NavigationDrawerThemeData_qEm, B.NavigationRailThemeData_27I, outlinedButtonTheme, pageTransitionsTheme, platform, B.PopupMenuThemeData_MqF, primaryColor, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, B.ProgressIndicatorThemeData_Z49, B.RadioThemeData_gDe, scaffoldBackgroundColor, B.ScrollbarThemeData_NUU, B.SearchBarThemeData_wsa, B.SearchViewThemeData_sUY, secondaryHeaderColor, B.SegmentedButtonThemeData_null_null, B.Color_4294309365, B.Color_4278190080, B.SliderThemeData_MUs, B.SnackBarThemeData_sYn, splashColor, splashFactory, B.SwitchThemeData_Y28, tabBarTheme, textButtonTheme, textSelectionTheme, textTheme, B.TimePickerThemeData_ogV, B.ToggleButtonsThemeData_UsI, toggleableActiveColor, tooltipTheme, typography, unselectedWidgetColor, useMaterial3, visualDensity); }, - ThemeData$raw(actionIconTheme, androidOverscrollIndicator, appBarTheme, applyElevationOverlayColor, backgroundColor, badgeTheme, bannerTheme, bottomAppBarColor, bottomAppBarTheme, bottomNavigationBarTheme, bottomSheetTheme, buttonBarTheme, buttonTheme, canvasColor, cardColor, cardTheme, checkboxTheme, chipTheme, colorScheme, cupertinoOverrideTheme, dataTableTheme, datePickerTheme, dialogBackgroundColor, dialogTheme, disabledColor, dividerColor, dividerTheme, drawerTheme, dropdownMenuTheme, elevatedButtonTheme, errorColor, expansionTileTheme, extensions, filledButtonTheme, floatingActionButtonTheme, focusColor, highlightColor, hintColor, hoverColor, iconButtonTheme, iconTheme, indicatorColor, inputDecorationTheme, listTileTheme, materialTapTargetSize, menuBarTheme, menuButtonTheme, menuTheme, navigationBarTheme, navigationDrawerTheme, navigationRailTheme, outlinedButtonTheme, pageTransitionsTheme, platform, popupMenuTheme, primaryColor, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, progressIndicatorTheme, radioTheme, scaffoldBackgroundColor, scrollbarTheme, searchBarTheme, searchViewTheme, secondaryHeaderColor, segmentedButtonTheme, selectedRowColor, shadowColor, sliderTheme, snackBarTheme, splashColor, splashFactory, switchTheme, tabBarTheme, textButtonTheme, textSelectionTheme, textTheme, timePickerTheme, toggleButtonsTheme, toggleableActiveColor, tooltipTheme, typography, unselectedWidgetColor, useMaterial3, visualDensity) { - return new A.ThemeData(applyElevationOverlayColor, cupertinoOverrideTheme, extensions, inputDecorationTheme, materialTapTargetSize, pageTransitionsTheme, platform, scrollbarTheme, splashFactory, false, visualDensity, bottomAppBarColor, canvasColor, cardColor, colorScheme, dialogBackgroundColor, disabledColor, dividerColor, focusColor, highlightColor, hintColor, hoverColor, indicatorColor, primaryColor, primaryColorDark, primaryColorLight, scaffoldBackgroundColor, secondaryHeaderColor, selectedRowColor, shadowColor, splashColor, unselectedWidgetColor, iconTheme, primaryIconTheme, primaryTextTheme, textTheme, typography, actionIconTheme, appBarTheme, badgeTheme, bannerTheme, bottomAppBarTheme, bottomNavigationBarTheme, bottomSheetTheme, buttonBarTheme, buttonTheme, cardTheme, checkboxTheme, chipTheme, dataTableTheme, datePickerTheme, dialogTheme, dividerTheme, drawerTheme, dropdownMenuTheme, elevatedButtonTheme, expansionTileTheme, filledButtonTheme, floatingActionButtonTheme, iconButtonTheme, listTileTheme, menuBarTheme, menuButtonTheme, menuTheme, navigationBarTheme, navigationDrawerTheme, navigationRailTheme, outlinedButtonTheme, popupMenuTheme, progressIndicatorTheme, radioTheme, searchBarTheme, searchViewTheme, segmentedButtonTheme, sliderTheme, snackBarTheme, switchTheme, tabBarTheme, textButtonTheme, textSelectionTheme, timePickerTheme, toggleButtonsTheme, tooltipTheme, androidOverscrollIndicator, errorColor, backgroundColor, toggleableActiveColor); + ThemeData$raw(actionIconTheme, appBarTheme, applyElevationOverlayColor, backgroundColor, badgeTheme, bannerTheme, bottomAppBarColor, bottomAppBarTheme, bottomNavigationBarTheme, bottomSheetTheme, buttonBarTheme, buttonTheme, canvasColor, cardColor, cardTheme, checkboxTheme, chipTheme, colorScheme, cupertinoOverrideTheme, dataTableTheme, datePickerTheme, dialogBackgroundColor, dialogTheme, disabledColor, dividerColor, dividerTheme, drawerTheme, dropdownMenuTheme, elevatedButtonTheme, errorColor, expansionTileTheme, extensions, filledButtonTheme, floatingActionButtonTheme, focusColor, highlightColor, hintColor, hoverColor, iconButtonTheme, iconTheme, indicatorColor, inputDecorationTheme, listTileTheme, materialTapTargetSize, menuBarTheme, menuButtonTheme, menuTheme, navigationBarTheme, navigationDrawerTheme, navigationRailTheme, outlinedButtonTheme, pageTransitionsTheme, platform, popupMenuTheme, primaryColor, primaryColorDark, primaryColorLight, primaryIconTheme, primaryTextTheme, progressIndicatorTheme, radioTheme, scaffoldBackgroundColor, scrollbarTheme, searchBarTheme, searchViewTheme, secondaryHeaderColor, segmentedButtonTheme, selectedRowColor, shadowColor, sliderTheme, snackBarTheme, splashColor, splashFactory, switchTheme, tabBarTheme, textButtonTheme, textSelectionTheme, textTheme, timePickerTheme, toggleButtonsTheme, toggleableActiveColor, tooltipTheme, typography, unselectedWidgetColor, useMaterial3, visualDensity) { + return new A.ThemeData(applyElevationOverlayColor, cupertinoOverrideTheme, extensions, inputDecorationTheme, materialTapTargetSize, pageTransitionsTheme, platform, scrollbarTheme, splashFactory, useMaterial3, visualDensity, bottomAppBarColor, canvasColor, cardColor, colorScheme, dialogBackgroundColor, disabledColor, dividerColor, focusColor, highlightColor, hintColor, hoverColor, indicatorColor, primaryColor, primaryColorDark, primaryColorLight, scaffoldBackgroundColor, secondaryHeaderColor, selectedRowColor, shadowColor, splashColor, unselectedWidgetColor, iconTheme, primaryIconTheme, primaryTextTheme, textTheme, typography, actionIconTheme, appBarTheme, badgeTheme, bannerTheme, bottomAppBarTheme, bottomNavigationBarTheme, bottomSheetTheme, buttonBarTheme, buttonTheme, cardTheme, checkboxTheme, chipTheme, dataTableTheme, datePickerTheme, dialogTheme, dividerTheme, drawerTheme, dropdownMenuTheme, elevatedButtonTheme, expansionTileTheme, filledButtonTheme, floatingActionButtonTheme, iconButtonTheme, listTileTheme, menuBarTheme, menuButtonTheme, menuTheme, navigationBarTheme, navigationDrawerTheme, navigationRailTheme, outlinedButtonTheme, popupMenuTheme, progressIndicatorTheme, radioTheme, searchBarTheme, searchViewTheme, segmentedButtonTheme, sliderTheme, snackBarTheme, switchTheme, tabBarTheme, textButtonTheme, textSelectionTheme, timePickerTheme, toggleButtonsTheme, tooltipTheme, errorColor, backgroundColor, toggleableActiveColor); }, ThemeData_ThemeData$fallback() { var _null = null; @@ -36981,67 +38861,68 @@ t8 = t1 ? a.platform : b.platform; t9 = A.ScrollbarThemeData_lerp(a.scrollbarTheme, b.scrollbarTheme, t); t10 = t1 ? a.splashFactory : b.splashFactory; - t11 = A.VisualDensity_lerp(a.visualDensity, b.visualDensity, t); - t12 = A.Color_lerp(a.canvasColor, b.canvasColor, t); - t12.toString; - t13 = A.Color_lerp(a.cardColor, b.cardColor, t); + t11 = t1 ? a.useMaterial3 : b.useMaterial3; + t12 = A.VisualDensity_lerp(a.visualDensity, b.visualDensity, t); + t13 = A.Color_lerp(a.canvasColor, b.canvasColor, t); t13.toString; - t14 = A.ColorScheme_lerp(a.colorScheme, b.colorScheme, t); - t15 = A.Color_lerp(a.dialogBackgroundColor, b.dialogBackgroundColor, t); - t15.toString; - t16 = A.Color_lerp(a.disabledColor, b.disabledColor, t); + t14 = A.Color_lerp(a.cardColor, b.cardColor, t); + t14.toString; + t15 = A.ColorScheme_lerp(a.colorScheme, b.colorScheme, t); + t16 = A.Color_lerp(a.dialogBackgroundColor, b.dialogBackgroundColor, t); t16.toString; - t17 = A.Color_lerp(a.dividerColor, b.dividerColor, t); + t17 = A.Color_lerp(a.disabledColor, b.disabledColor, t); t17.toString; - t18 = A.Color_lerp(a.focusColor, b.focusColor, t); + t18 = A.Color_lerp(a.dividerColor, b.dividerColor, t); t18.toString; - t19 = A.Color_lerp(a.highlightColor, b.highlightColor, t); + t19 = A.Color_lerp(a.focusColor, b.focusColor, t); t19.toString; - t20 = A.Color_lerp(a.hintColor, b.hintColor, t); + t20 = A.Color_lerp(a.highlightColor, b.highlightColor, t); t20.toString; - t21 = A.Color_lerp(a.hoverColor, b.hoverColor, t); + t21 = A.Color_lerp(a.hintColor, b.hintColor, t); t21.toString; - t22 = A.Color_lerp(a.indicatorColor, b.indicatorColor, t); + t22 = A.Color_lerp(a.hoverColor, b.hoverColor, t); t22.toString; - t23 = A.Color_lerp(a.primaryColor, b.primaryColor, t); + t23 = A.Color_lerp(a.indicatorColor, b.indicatorColor, t); t23.toString; - t24 = A.Color_lerp(a.primaryColorDark, b.primaryColorDark, t); + t24 = A.Color_lerp(a.primaryColor, b.primaryColor, t); t24.toString; - t25 = A.Color_lerp(a.primaryColorLight, b.primaryColorLight, t); + t25 = A.Color_lerp(a.primaryColorDark, b.primaryColorDark, t); t25.toString; - t26 = A.Color_lerp(a.scaffoldBackgroundColor, b.scaffoldBackgroundColor, t); + t26 = A.Color_lerp(a.primaryColorLight, b.primaryColorLight, t); t26.toString; - t27 = A.Color_lerp(a.secondaryHeaderColor, b.secondaryHeaderColor, t); + t27 = A.Color_lerp(a.scaffoldBackgroundColor, b.scaffoldBackgroundColor, t); t27.toString; - t28 = A.Color_lerp(a.shadowColor, b.shadowColor, t); + t28 = A.Color_lerp(a.secondaryHeaderColor, b.secondaryHeaderColor, t); t28.toString; - t29 = A.Color_lerp(a.splashColor, b.splashColor, t); + t29 = A.Color_lerp(a.shadowColor, b.shadowColor, t); t29.toString; - t30 = A.Color_lerp(a.unselectedWidgetColor, b.unselectedWidgetColor, t); + t30 = A.Color_lerp(a.splashColor, b.splashColor, t); t30.toString; - t31 = A.IconThemeData_lerp(a.iconTheme, b.iconTheme, t); - t32 = A.IconThemeData_lerp(a.primaryIconTheme, b.primaryIconTheme, t); - t33 = A.TextTheme_lerp(a.primaryTextTheme, b.primaryTextTheme, t); - t34 = A.TextTheme_lerp(a.textTheme, b.textTheme, t); - t35 = A.Typography_lerp(a.typography, b.typography, t); - t36 = A.ActionIconThemeData_lerp(a.actionIconTheme, b.actionIconTheme, t); - t37 = A.AppBarTheme_lerp(a.appBarTheme, b.appBarTheme, t); - t38 = A.BadgeThemeData_lerp(a.badgeTheme, b.badgeTheme, t); - t39 = a.bannerTheme; - t40 = b.bannerTheme; - t41 = A.Color_lerp(t39.backgroundColor, t40.backgroundColor, t); - t42 = A.Color_lerp(t39.surfaceTintColor, t40.surfaceTintColor, t); - t43 = A.Color_lerp(t39.shadowColor, t40.shadowColor, t); - t44 = A.Color_lerp(t39.dividerColor, t40.dividerColor, t); - t45 = A.TextStyle_lerp(t39.contentTextStyle, t40.contentTextStyle, t); - t46 = A.lerpDouble(t39.elevation, t40.elevation, t); - t47 = A.EdgeInsetsGeometry_lerp(t39.padding, t40.padding, t); - t39 = A.EdgeInsetsGeometry_lerp(t39.leadingPadding, t40.leadingPadding, t); - t40 = A.BottomAppBarTheme_lerp(a.bottomAppBarTheme, b.bottomAppBarTheme, t); - t48 = A.BottomNavigationBarThemeData_lerp(a.bottomNavigationBarTheme, b.bottomNavigationBarTheme, t); - t49 = A.BottomSheetThemeData_lerp(a.bottomSheetTheme, b.bottomSheetTheme, t); - t50 = A.ButtonBarThemeData_lerp(a.buttonBarTheme, b.buttonBarTheme, t); - t51 = t1 ? a.buttonTheme : b.buttonTheme; + t31 = A.Color_lerp(a.unselectedWidgetColor, b.unselectedWidgetColor, t); + t31.toString; + t32 = A.IconThemeData_lerp(a.iconTheme, b.iconTheme, t); + t33 = A.IconThemeData_lerp(a.primaryIconTheme, b.primaryIconTheme, t); + t34 = A.TextTheme_lerp(a.primaryTextTheme, b.primaryTextTheme, t); + t35 = A.TextTheme_lerp(a.textTheme, b.textTheme, t); + t36 = A.Typography_lerp(a.typography, b.typography, t); + t37 = A.ActionIconThemeData_lerp(a.actionIconTheme, b.actionIconTheme, t); + t38 = A.AppBarTheme_lerp(a.appBarTheme, b.appBarTheme, t); + t39 = A.BadgeThemeData_lerp(a.badgeTheme, b.badgeTheme, t); + t40 = a.bannerTheme; + t41 = b.bannerTheme; + t42 = A.Color_lerp(t40.backgroundColor, t41.backgroundColor, t); + t43 = A.Color_lerp(t40.surfaceTintColor, t41.surfaceTintColor, t); + t44 = A.Color_lerp(t40.shadowColor, t41.shadowColor, t); + t45 = A.Color_lerp(t40.dividerColor, t41.dividerColor, t); + t46 = A.TextStyle_lerp(t40.contentTextStyle, t41.contentTextStyle, t); + t47 = A.lerpDouble(t40.elevation, t41.elevation, t); + t48 = A.EdgeInsetsGeometry_lerp(t40.padding, t41.padding, t); + t40 = A.EdgeInsetsGeometry_lerp(t40.leadingPadding, t41.leadingPadding, t); + t41 = A.BottomAppBarTheme_lerp(a.bottomAppBarTheme, b.bottomAppBarTheme, t); + t49 = A.BottomNavigationBarThemeData_lerp(a.bottomNavigationBarTheme, b.bottomNavigationBarTheme, t); + t50 = A.BottomSheetThemeData_lerp(a.bottomSheetTheme, b.bottomSheetTheme, t); + t51 = A.ButtonBarThemeData_lerp(a.buttonBarTheme, b.buttonBarTheme, t); + t1 = t1 ? a.buttonTheme : b.buttonTheme; t52 = A.CardTheme_lerp(a.cardTheme, b.cardTheme, t); t53 = A.CheckboxThemeData_lerp(a.checkboxTheme, b.checkboxTheme, t); t54 = A.ChipThemeData_lerp(a.chipTheme, b.chipTheme, t); @@ -37079,7 +38960,6 @@ t86 = A.TimePickerThemeData_lerp(a.timePickerTheme, b.timePickerTheme, t); t87 = A.ToggleButtonsThemeData_lerp(a.toggleButtonsTheme, b.toggleButtonsTheme, t); t88 = A.TooltipThemeData_lerp(a.tooltipTheme, b.tooltipTheme, t); - t1 = t1 ? a.androidOverscrollIndicator : b.androidOverscrollIndicator; t89 = a._toggleableActiveColor; t89.toString; t90 = b._toggleableActiveColor; @@ -37104,7 +38984,7 @@ t89.toString; t94 = b._bottomAppBarColor; t94.toString; - return A.ThemeData$raw(t36, t1, t37, t2, t93, t38, new A.MaterialBannerThemeData(t41, t42, t43, t44, t45, t46, t47, t39), A.Color_lerp(t89, t94, t), t40, t48, t49, t50, t51, t12, t13, t52, t53, t54, t14, t3, t55, t56, t15, t57, t16, t17, t58, t59, t60, t61, t92, t62, t4, t63, t64, t18, t19, t20, t21, t65, t31, t22, t5, t66, t6, t67, t68, t69, t70, t71, t72, t73, t7, t8, t74, t23, t24, t25, t32, t33, t75, t76, t26, t9, t77, t78, t27, t79, t91, t28, t80, t81, t29, t10, t82, t83, t84, t85, t34, t86, t87, t90, t88, t35, t30, false, t11); + return A.ThemeData$raw(t37, t38, t2, t93, t39, new A.MaterialBannerThemeData(t42, t43, t44, t45, t46, t47, t48, t40), A.Color_lerp(t89, t94, t), t41, t49, t50, t51, t1, t13, t14, t52, t53, t54, t15, t3, t55, t56, t16, t57, t17, t18, t58, t59, t60, t61, t92, t62, t4, t63, t64, t19, t20, t21, t22, t65, t32, t23, t5, t66, t6, t67, t68, t69, t70, t71, t72, t73, t7, t8, t74, t24, t25, t26, t33, t34, t75, t76, t27, t9, t77, t78, t28, t79, t91, t29, t80, t81, t30, t10, t82, t83, t84, t85, t35, t86, t87, t90, t88, t36, t31, t11, t12); }, MaterialBasedCupertinoThemeData$_(_materialTheme, _cupertinoOverrideTheme) { return new A.MaterialBasedCupertinoThemeData(_materialTheme, _cupertinoOverrideTheme, B._CupertinoThemeDefaults_k4u, _cupertinoOverrideTheme.brightness, _cupertinoOverrideTheme.primaryColor, _cupertinoOverrideTheme.primaryContrastingColor, _cupertinoOverrideTheme.textTheme, _cupertinoOverrideTheme.barBackgroundColor, _cupertinoOverrideTheme.scaffoldBackgroundColor, _cupertinoOverrideTheme.applyThemeToAll); @@ -37136,7 +39016,7 @@ this.index = t0; this._core$_name = t1; }, - ThemeData: function ThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85, t86) { + ThemeData: function ThemeData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60, t61, t62, t63, t64, t65, t66, t67, t68, t69, t70, t71, t72, t73, t74, t75, t76, t77, t78, t79, t80, t81, t82, t83, t84, t85) { var _ = this; _.applyElevationOverlayColor = t0; _.cupertinoOverrideTheme = t1; @@ -37221,10 +39101,9 @@ _.timePickerTheme = t80; _.toggleButtonsTheme = t81; _.tooltipTheme = t82; - _.androidOverscrollIndicator = t83; - _._errorColor = t84; - _._backgroundColor = t85; - _._toggleableActiveColor = t86; + _._errorColor = t83; + _._backgroundColor = t84; + _._toggleableActiveColor = t85; }, ThemeData_localize_closure: function ThemeData_localize_closure(t0, t1) { this.baseTheme = t0; @@ -37326,7 +39205,7 @@ switch ($async$goto) { case 0: // Function start - $async$returnValue = A.showDialog(null, B.Color_2315255808, true, new A.showTimePicker_closure(builder, new A.TimePickerDialog(initialTime, null, null, null, null, null, null, B.TimePickerEntryMode_0, null, null, null)), context, null, true, type$.TimeOfDay); + $async$returnValue = A.showDialog(null, null, true, null, new A.showTimePicker_closure(builder, new A.TimePickerDialog(initialTime, null, null, null, null, null, null, B.TimePickerEntryMode_0, null, null, null)), context, null, true, type$.TimeOfDay); // goto return $async$goto = 1; break; @@ -37341,6 +39220,10 @@ var _null = null; return new A._TimePickerDefaultsM2(context, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, + _TimePickerDefaultsM3$(context) { + var _null = null; + return new A._TimePickerDefaultsM3(context, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, TimePickerEntryMode: function TimePickerEntryMode(t0, t1) { this.index = t0; this._core$_name = t1; @@ -37461,7 +39344,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -37568,6 +39451,10 @@ this.$this = t0; this.timeOfDay = t1; }, + _DialState__build24HourRing_closure0: function _DialState__build24HourRing_closure0(t0, t1) { + this.$this = t0; + this.timeOfDay = t1; + }, _DialState__build12HourRing_closure: function _DialState__build12HourRing_closure(t0, t1) { this.$this = t0; this.timeOfDay = t1; @@ -37819,6 +39706,57 @@ _TimePickerDefaultsM2__hourMinuteInputColor_closure: function _TimePickerDefaultsM2__hourMinuteInputColor_closure(t0) { this.$this = t0; }, + _TimePickerDefaultsM3: function _TimePickerDefaultsM3(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) { + var _ = this; + _.context = t0; + _.___TimePickerDefaultsM3__textTheme_FI = _.___TimePickerDefaultsM3__colors_FI = $; + _.backgroundColor = t1; + _.cancelButtonStyle = t2; + _.confirmButtonStyle = t3; + _.dayPeriodBorderSide = t4; + _.dayPeriodColor = t5; + _.dayPeriodShape = t6; + _.dayPeriodTextColor = t7; + _.dayPeriodTextStyle = t8; + _.dialBackgroundColor = t9; + _.dialHandColor = t10; + _.dialTextColor = t11; + _.dialTextStyle = t12; + _.elevation = t13; + _.entryModeIconColor = t14; + _.helpTextStyle = t15; + _.hourMinuteColor = t16; + _.hourMinuteShape = t17; + _.hourMinuteTextColor = t18; + _.hourMinuteTextStyle = t19; + _.inputDecorationTheme = t20; + _.padding = t21; + _.shape = t22; + }, + _TimePickerDefaultsM3_dayPeriodColor_closure: function _TimePickerDefaultsM3_dayPeriodColor_closure(t0) { + this.$this = t0; + }, + _TimePickerDefaultsM3_dayPeriodTextColor_closure: function _TimePickerDefaultsM3_dayPeriodTextColor_closure(t0) { + this.$this = t0; + }, + _TimePickerDefaultsM3_dialTextColor_closure: function _TimePickerDefaultsM3_dialTextColor_closure(t0) { + this.$this = t0; + }, + _TimePickerDefaultsM3_helpTextStyle_closure: function _TimePickerDefaultsM3_helpTextStyle_closure(t0) { + this.$this = t0; + }, + _TimePickerDefaultsM3_hourMinuteColor_closure: function _TimePickerDefaultsM3_hourMinuteColor_closure(t0) { + this.$this = t0; + }, + _TimePickerDefaultsM3_hourMinuteTextColor_closure: function _TimePickerDefaultsM3_hourMinuteTextColor_closure(t0) { + this.$this = t0; + }, + _TimePickerDefaultsM3__hourMinuteTextColor_closure: function _TimePickerDefaultsM3__hourMinuteTextColor_closure(t0) { + this.$this = t0; + }, + _TimePickerDefaultsM3_hourMinuteTextStyle_closure: function _TimePickerDefaultsM3_hourMinuteTextStyle_closure(t0) { + this.$this = t0; + }, __HourMinuteTextFieldState_State_RestorationMixin_dispose_closure: function __HourMinuteTextFieldState_State_RestorationMixin_dispose_closure() { }, __TimePickerDialogState_State_RestorationMixin_dispose_closure: function __TimePickerDialogState_State_RestorationMixin_dispose_closure() { @@ -37998,7 +39936,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -38037,7 +39975,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -38197,7 +40135,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -38392,7 +40330,7 @@ _Typography_Object_Diagnosticable: function _Typography_Object_Diagnosticable() { }, _httpClient() { - return new globalThis.XMLHttpRequest(); + return new self.XMLHttpRequest(); }, NetworkImage: function NetworkImage(t0, t1, t2) { this.url = t0; @@ -38408,6 +40346,9 @@ this.resolved = t2; }, NetworkImage__loadAsync_closure1: function NetworkImage__loadAsync_closure1(t0) { + this.completer = t0; + }, + NetworkImage__loadAsync_closure2: function NetworkImage__loadAsync_closure2(t0) { this.chunkEvents = t0; }, AlignmentGeometry_lerp(a, b, t) { @@ -38628,6 +40569,13 @@ _.bottomLeft = t2; _.bottomRight = t3; }, + BorderRadiusDirectional: function BorderRadiusDirectional(t0, t1, t2, t3) { + var _ = this; + _.topStart = t0; + _.topEnd = t1; + _.bottomStart = t2; + _.bottomEnd = t3; + }, _MixedBorderRadius: function _MixedBorderRadius(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _._topLeft = t0; @@ -38890,6 +40838,8 @@ _CompoundBorder_scale_closure: function _CompoundBorder_scale_closure(t0) { this.t = t0; }, + _CompoundBorder_preferPaintInterior_closure: function _CompoundBorder_preferPaintInterior_closure() { + }, _CompoundBorder_toString_closure: function _CompoundBorder_toString_closure() { }, _BorderSide_Object_Diagnosticable: function _BorderSide_Object_Diagnosticable() { @@ -38940,7 +40890,7 @@ canvas.drawDRRect$3(borderRect.inflate$1(side.get$strokeOutset()), inner, paint); } }, - BoxBorder__paintNonUniformBorder(canvas, rect, borderRadius, bottom, left, right, shape, textDirection, $top) { + BoxBorder_paintNonUniformBorder(canvas, rect, borderRadius, bottom, color, left, right, shape, textDirection, $top) { var borderRect, t1, paint, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, inner; switch (shape.index) { case 0: @@ -38954,7 +40904,7 @@ borderRect = null; } paint = $.$get$_renderer().createPaint$0(); - paint.set$color(0, $top.color); + paint.set$color(0, color); t1 = left.get$strokeInset(); t2 = $top.get$strokeInset(); t3 = right.get$strokeInset(); @@ -39038,7 +40988,7 @@ _.bottom = t3; }, BoxDecoration_lerp(a, b, t) { - var t1, t2, t3, t4, t5, t6, t7; + var t1, t2, t3, t4, t5, t6; if (a === b) return a; if (t === 0) @@ -39046,13 +40996,12 @@ if (t === 1) return b; t1 = A.Color_lerp(a.color, b.color, t); - t2 = t < 0.5; - t3 = t2 ? a.image : b.image; - t4 = A.BoxBorder_lerp(a.border, b.border, t); - t5 = A.BorderRadiusGeometry_lerp(a.borderRadius, b.borderRadius, t); - t6 = A.BoxShadow_lerpList(a.boxShadow, b.boxShadow, t); - t7 = A.Gradient_lerp(a.gradient, b.gradient, t); - return new A.BoxDecoration(t1, t3, t4, t5, t6, t7, t2 ? a.shape : b.shape); + t2 = A.DecorationImage_lerp(a.image, b.image, t); + t3 = A.BoxBorder_lerp(a.border, b.border, t); + t4 = A.BorderRadiusGeometry_lerp(a.borderRadius, b.borderRadius, t); + t5 = A.BoxShadow_lerpList(a.boxShadow, b.boxShadow, t); + t6 = A.Gradient_lerp(a.gradient, b.gradient, t); + return new A.BoxDecoration(t1, t2, t3, t4, t5, t6, t < 0.5 ? a.shape : b.shape); }, BoxDecoration: function BoxDecoration(t0, t1, t2, t3, t4, t5, t6) { var _ = this; @@ -39319,7 +41268,14 @@ }, _Decoration_Object_Diagnosticable: function _Decoration_Object_Diagnosticable() { }, - paintImage(alignment, canvas, centerSlice, colorFilter, debugImageLabel, filterQuality, fit, flipHorizontally, image, invertColors, isAntiAlias, opacity, rect, repeat, scale) { + DecorationImage_lerp(a, b, t) { + if (a == b || t === 0) + return a; + if (t === 1) + return b; + return new A._BlendedDecorationImage(a, b, t); + }, + paintImage(alignment, blendMode, canvas, centerSlice, colorFilter, debugImageLabel, filterQuality, fit, flipHorizontally, image, invertColors, isAntiAlias, opacity, rect, repeat, scale) { var t1, t2, t3, t4, outputSize, t5, t6, fittedSizes, sourceSize, destinationSize, paint, t7, halfWidthDelta, t8, halfHeightDelta, destinationRect, maxDevicePixelRatio, sizeInfo, existingSizeInfo, needSave, dx, sourceRect, _i; if (rect.get$isEmpty(rect)) return; @@ -39341,9 +41297,10 @@ paint.set$isAntiAlias(false); if (colorFilter != null) paint.set$colorFilter(colorFilter); - paint.set$color(0, A.Color$fromRGBO(0, 0, 0, opacity)); + paint.set$color(0, A.Color$fromRGBO(0, 0, 0, A.clampDouble(opacity, 0, 1))); paint.set$filterQuality(filterQuality); paint.set$invertColors(invertColors); + paint.set$blendMode(blendMode); t7 = destinationSize._dx; halfWidthDelta = (t2 - t7) / 2; t8 = destinationSize._dy; @@ -39360,8 +41317,7 @@ t7 = image.get$height(image); t8 = outputSize.$mul(0, maxDevicePixelRatio); sizeInfo = new A.ImageSizeInfo(t3, t8, new A.Size(t4, t7)); - t4 = $._lastFrameImageSizeInfo.contains$1(0, sizeInfo); - if (!t4) { + if (!$._lastFrameImageSizeInfo.contains$1(0, sizeInfo)) { existingSizeInfo = $._pendingImageSizeInfo.$index(0, t3); if (existingSizeInfo == null || existingSizeInfo._sizeToBytes$1(existingSizeInfo.displaySize) < sizeInfo._sizeToBytes$1(t8)) $._pendingImageSizeInfo.$indexSet(0, t3, sizeInfo); @@ -39421,16 +41377,20 @@ this.index = t0; this._core$_name = t1; }, - DecorationImagePainter: function DecorationImagePainter(t0, t1) { - var _ = this; - _._details = t0; - _._decoration_image$_onChanged = t1; - _._decoration_image$_image = _._decoration_image$_imageStream = null; - }, paintImage_closure: function paintImage_closure() { }, paintImage_closure0: function paintImage_closure0() { }, + _BlendedDecorationImage: function _BlendedDecorationImage(t0, t1, t2) { + this.a = t0; + this.b = t1; + this.t = t2; + }, + _BlendedDecorationImagePainter: function _BlendedDecorationImagePainter(t0, t1, t2) { + this.a = t0; + this.b = t1; + this.t = t2; + }, EdgeInsetsGeometry_lerp(a, b, t) { var t1, t2, t3, t4, t5, t6; if (a == b) @@ -39663,6 +41623,9 @@ this.completer = t0; this.listener = t1; }, + _AbstractImageStreamCompleter$() { + return new A._AbstractImageStreamCompleter(A._setArrayType([], type$.JSArray_ImageStreamListener), A._setArrayType([], type$.JSArray_of_void_Function_2_Object_and_nullable_StackTrace), A._setArrayType([], type$.JSArray_of_void_Function)); + }, ResizeImage_resizeIfNeeded(cacheWidth, cacheHeight, provider) { return provider; }, @@ -39708,14 +41671,15 @@ this.$this = t0; this.key = t1; }, - _AbstractImageStreamCompleter: function _AbstractImageStreamCompleter(t0, t1) { + _AbstractImageStreamCompleter: function _AbstractImageStreamCompleter(t0, t1, t2) { var _ = this; _._image_stream$_listeners = t0; + _._ephemeralErrorListeners = t1; _.debugLabel = _._currentError = _._currentImage = null; _._addingInitialListeners = _._hadAtLeastOneListener = false; _._keepAliveHandles = 0; _._image_stream$_disposed = false; - _._onLastListenerRemovedCallbacks = t1; + _._onLastListenerRemovedCallbacks = t2; }, AssetBundleImageKey: function AssetBundleImageKey(t0, t1, t2) { this.bundle = t0; @@ -39728,14 +41692,15 @@ this.bytes = t0; this.scale = t1; }, - _ErrorImageCompleter: function _ErrorImageCompleter(t0, t1) { + _ErrorImageCompleter: function _ErrorImageCompleter(t0, t1, t2) { var _ = this; _._image_stream$_listeners = t0; + _._ephemeralErrorListeners = t1; _.debugLabel = _._currentError = _._currentImage = null; _._addingInitialListeners = _._hadAtLeastOneListener = false; _._keepAliveHandles = 0; _._image_stream$_disposed = false; - _._onLastListenerRemovedCallbacks = t1; + _._onLastListenerRemovedCallbacks = t2; }, NetworkImageLoadException: function NetworkImageLoadException(t0) { this._image_provider$_message = t0; @@ -39756,7 +41721,7 @@ this._box_0 = t0; }, MultiFrameImageStreamCompleter$(chunkEvents, codec, debugLabel, informationCollector, scale) { - var t1 = new A.MultiFrameImageStreamCompleter(scale, informationCollector, A._setArrayType([], type$.JSArray_ImageStreamListener), A._setArrayType([], type$.JSArray_of_void_Function)); + var t1 = new A.MultiFrameImageStreamCompleter(scale, informationCollector, A._setArrayType([], type$.JSArray_ImageStreamListener), A._setArrayType([], type$.JSArray_of_void_Function_2_Object_and_nullable_StackTrace), A._setArrayType([], type$.JSArray_of_void_Function)); t1.MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale(chunkEvents, codec, debugLabel, informationCollector, scale); return t1; }, @@ -39786,7 +41751,7 @@ }, ImageStreamCompleter_reportImageChunkEvent_closure: function ImageStreamCompleter_reportImageChunkEvent_closure() { }, - MultiFrameImageStreamCompleter: function MultiFrameImageStreamCompleter(t0, t1, t2, t3) { + MultiFrameImageStreamCompleter: function MultiFrameImageStreamCompleter(t0, t1, t2, t3, t4) { var _ = this; _._codec = _._chunkSubscription = null; _._image_stream$_scale = t0; @@ -39798,11 +41763,12 @@ _._image_stream$_timer = null; _._frameCallbackScheduled = false; _._image_stream$_listeners = t2; + _._ephemeralErrorListeners = t3; _.debugLabel = _._currentError = _._currentImage = null; _._addingInitialListeners = _._hadAtLeastOneListener = false; _._keepAliveHandles = 0; _._image_stream$_disposed = false; - _._onLastListenerRemovedCallbacks = t3; + _._onLastListenerRemovedCallbacks = t4; }, MultiFrameImageStreamCompleter_closure: function MultiFrameImageStreamCompleter_closure(t0, t1) { this.$this = t0; @@ -39881,6 +41847,8 @@ }, CircularNotchedRectangle: function CircularNotchedRectangle() { }, + AutomaticNotchedShape: function AutomaticNotchedShape() { + }, PlaceholderSpan0: function PlaceholderSpan0() { }, RoundedRectangleBorder: function RoundedRectangleBorder(t0, t1) { @@ -39931,10 +41899,8 @@ t2 = A.Color_lerp(t2, t3 ? _null : b.color, t); t4 = t1 ? _null : a.gradient; t4 = A.Gradient_lerp(t4, t3 ? _null : b.gradient, t); - if (t < 0.5) - t5 = t1 ? _null : a.image; - else - t5 = t3 ? _null : b.image; + t5 = t1 ? _null : a.image; + t5 = A.DecorationImage_lerp(t5, t3 ? _null : b.image, t); t6 = t1 ? _null : a.shadows; t6 = A.BoxShadow_lerpList(t6, t3 ? _null : b.shadows, t); t1 = t1 ? _null : a.shape; @@ -40014,22 +41980,20 @@ }, _TextPainterLayoutCacheWithOffset__contentWidthFor(minWidth, maxWidth, widthBasis, layout) { var t1; - minWidth = Math.floor(minWidth); - maxWidth = Math.floor(maxWidth); switch (widthBasis.index) { case 1: - t1 = A.clampDouble(Math.ceil(layout._paragraph.get$longestLine()), minWidth, maxWidth); + t1 = A.clampDouble(layout._paragraph.get$longestLine(), minWidth, maxWidth); break; case 0: - t1 = A.clampDouble(Math.ceil(layout._paragraph.get$maxIntrinsicWidth()), minWidth, maxWidth); + t1 = A.clampDouble(layout._paragraph.get$maxIntrinsicWidth(), minWidth, maxWidth); break; default: t1 = null; } return t1; }, - TextPainter$(ellipsis, locale, maxLines, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { - return new A.TextPainter(text, textAlign, textDirection, textScaleFactor, ellipsis, locale, maxLines, strutStyle, textWidthBasis, textHeightBehavior); + TextPainter$(ellipsis, locale, maxLines, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaler, textWidthBasis) { + return new A.TextPainter(text, textAlign, textDirection, textScaler.$eq(0, B._LinearTextScaler_1) ? new A._LinearTextScaler(1) : textScaler, ellipsis, locale, maxLines, strutStyle, textWidthBasis, textHeightBehavior); }, TextPainter__computePaintOffsetFraction(textAlign, textDirection) { var t1, @@ -40140,7 +42104,7 @@ _._cachedPlainText = null; _._textAlign = t1; _._text_painter$_textDirection = t2; - _._text_painter$_textScaleFactor = t3; + _._text_painter$_textScaler = t3; _._ellipsis = t4; _._text_painter$_locale = t5; _._maxLines = t6; @@ -40193,6 +42157,9 @@ TextPainter_computeLineMetrics_closure: function TextPainter_computeLineMetrics_closure(t0) { this.offset = t0; }, + _LinearTextScaler: function _LinearTextScaler(t0) { + this.textScaleFactor = t0; + }, TextSpan$(children, recognizer, style, text) { var t1 = recognizer == null ? B.C__DeferringMouseCursor : B.SystemMouseCursor_click; return new A.TextSpan(text, children, recognizer, t1, style); @@ -40385,6 +42352,12 @@ TextStyle_fontFamilyFallback_closure: function TextStyle_fontFamilyFallback_closure(t0) { this.$this = t0; }, + TextStyle_getTextStyle_closure: function TextStyle_getTextStyle_closure(t0) { + this._1_0 = t0; + }, + TextStyle_getTextStyle_closure0: function TextStyle_getTextStyle_closure0(t0) { + this._1_0 = t0; + }, _TextStyle_Object_Diagnosticable: function _TextStyle_Object_Diagnosticable() { }, _newtonsMethod(df, f, initialGuess, iterations, target) { @@ -40518,7 +42491,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -40537,23 +42510,55 @@ RenderAnimatedSize_closure: function RenderAnimatedSize_closure(t0) { this.$this = t0; }, - _generateSemanticsTree(childOrder) { - var tree, - t1 = $.RendererBinding__instance.RendererBinding___RendererBinding__pipelineOwner_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._rootNode.get$debugSemantics(); - if (t1 == null) - tree = null; - else { - A._SemanticsDiagnosticableNode$(childOrder, null, B.DiagnosticsTreeStyle_1, t1); - tree = ""; + _debugCollectRenderTrees() { + var t2, t3, t4, + t1 = $.RendererBinding__instance.RendererBinding__viewIdToRenderView; + if (J.get$isEmpty$asx(t1.get$values(t1).__internal$_iterable)) + return string$.No_ren; + t1 = A._setArrayType([], type$.JSArray_String); + for (t2 = $.RendererBinding__instance.RendererBinding__viewIdToRenderView, t2 = t2.get$values(t2), t3 = A._instanceType(t2), t3 = t3._eval$1("@<1>")._bind$1(t3._rest[1]), t2 = new A.MappedIterator(J.get$iterator$ax(t2.__internal$_iterable), t2._f, t3._eval$1("MappedIterator<1,2>")), t3 = t3._rest[1]; t2.moveNext$0();) { + t4 = t2.__internal$_current; + t1.push((t4 == null ? t3._as(t4) : t4).toStringDeep$0()); } - if (tree != null) - return tree; - return "Semantics not generated.\nFor performance reasons, the framework only generates semantics when asked to do so by the platform.\nUsually, platforms only ask for semantics when assistive technologies (like screen readers) are running.\nTo generate semantics, try turning on an assistive technology (like VoiceOver or TalkBack) on your device."; + return B.JSArray_methods.join$1(t1, "\n\n"); + }, + _debugCollectSemanticsTrees(childOrder) { + var trees, t2, printedExplanation, t3, tree, message, + t1 = $.RendererBinding__instance.RendererBinding__viewIdToRenderView; + if (J.get$isEmpty$asx(t1.get$values(t1).__internal$_iterable)) + return string$.No_ren; + trees = A._setArrayType([], type$.JSArray_String); + for (t1 = $.RendererBinding__instance.RendererBinding__viewIdToRenderView, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = t2._eval$1("@<1>")._bind$1(t2._rest[1]), t1 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("MappedIterator<1,2>")), t2 = t2._rest[1], printedExplanation = false; t1.moveNext$0();) { + t3 = t1.__internal$_current; + if (t3 == null) + t3 = t2._as(t3); + tree = t3.get$debugSemantics() == null ? null : ""; + if (tree != null) + trees.push(tree); + else { + message = "Semantics not generated for " + t3.toString$0(0) + "."; + if (!printedExplanation) { + message += "\nFor performance reasons, the framework only generates semantics when asked to do so by the platform.\nUsually, platforms only ask for semantics when assistive technologies (like screen readers) are running.\nTo generate semantics, try turning on an assistive technology (like VoiceOver or TalkBack) on your device."; + printedExplanation = true; + } + trees.push(message); + } + } + return B.JSArray_methods.join$1(trees, "\n\n"); + }, + _DefaultRootPipelineOwner__onSemanticsUpdate(_) { }, RendererBinding: function RendererBinding() { }, + RendererBinding_pipelineOwner_closure: function RendererBinding_pipelineOwner_closure(t0) { + this.$this = t0; + }, + RendererBinding_pipelineOwner_closure1: function RendererBinding_pipelineOwner_closure1(t0) { + this.$this = t0; + }, + RendererBinding_pipelineOwner_closure0: function RendererBinding_pipelineOwner_closure0(t0) { + this.$this = t0; + }, RendererBinding_initMouseTracker_closure: function RendererBinding_initMouseTracker_closure(t0) { this.$this = t0; }, @@ -40568,6 +42573,56 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, + _DefaultRootPipelineOwner: function _DefaultRootPipelineOwner(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _.onSemanticsOwnerCreated = t0; + _.onSemanticsUpdate = t1; + _.onSemanticsOwnerDisposed = t2; + _._rootNode = null; + _._shouldMergeDirtyNodes = false; + _._nodesNeedingLayout = t3; + _._debugAllowMutationsToDirtySubtrees = _._debugDoingChildLayout = _._debugDoingLayout = false; + _._nodesNeedingCompositingBitsUpdate = t4; + _._nodesNeedingPaint = t5; + _._debugDoingPaint = false; + _._semanticsOwner = null; + _._outstandingSemanticsHandles = 0; + _._debugDoingSemantics = false; + _._nodesNeedingSemantics = t6; + _._children = t7; + _._debugParent = _._manifold = null; + }, + _ReusableRenderView: function _ReusableRenderView(t0, t1, t2, t3) { + var _ = this; + _._initialFramePrepared = false; + _._view0$_size = t0; + _._view0$_configuration = null; + _._view = t1; + _._rootTransform = null; + _.RenderObjectWithChildMixin__child = t2; + _._object$_debugDisposed = false; + _.parentData = null; + _._depth = 0; + _.debugCreator = _._object$_parent = null; + _._debugDoingThisLayout = _._debugDoingThisResize = false; + _._debugCanParentUseSize = null; + _._debugMutationsLocked = false; + _._owner = null; + _._needsLayout = true; + _._relayoutBoundary = null; + _._doingThisLayoutWithCallback = false; + _._constraints = null; + _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t3; + _._needsCompositingBitsUpdate = false; + _.__RenderObject__needsCompositing_A = $; + _._needsPaint = true; + _._needsCompositedLayerUpdate = false; + _._cachedSemanticsConfiguration = null; + _._needsSemanticsUpdate = true; + _._semantics = null; + }, BoxConstraints$tight(size) { var t1 = size._dx, t2 = size._dy; @@ -40717,7 +42772,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -40747,7 +42802,7 @@ var t1, newChildrenBottom, t2, oldChildrenBottom, newChildren, newChildrenTop, oldChildrenTop, oldChild, newSemantics, haveOldChildren, oldKeyedChildren, t3, t4, _box_0 = {}; _box_0.newChildSemantics = newChildSemantics; if (oldSemantics == null) - oldSemantics = B.List_empty31; + oldSemantics = B.List_empty33; t1 = J.getInterceptor$asx(newChildSemantics); newChildrenBottom = t1.get$length(newChildSemantics) - 1; t2 = J.getInterceptor$asx(oldSemantics); @@ -40880,22 +42935,22 @@ config._setFlag$2(B.SemanticsFlag_16384_isImage, t1); t1 = properties.label; if (t1 != null) { - config._semantics$_attributedLabel = new A.AttributedString(t1, B.List_empty4); + config._semantics$_attributedLabel = new A.AttributedString(t1, B.List_empty3); config._hasBeenAnnotated = true; } t1 = properties.value; if (t1 != null) { - config._semantics$_attributedValue = new A.AttributedString(t1, B.List_empty4); + config._semantics$_attributedValue = new A.AttributedString(t1, B.List_empty3); config._hasBeenAnnotated = true; } t1 = properties.increasedValue; if (t1 != null) { - config._semantics$_attributedIncreasedValue = new A.AttributedString(t1, B.List_empty4); + config._semantics$_attributedIncreasedValue = new A.AttributedString(t1, B.List_empty3); config._hasBeenAnnotated = true; } t1 = properties.decreasedValue; if (t1 != null) { - config._semantics$_attributedDecreasedValue = new A.AttributedString(t1, B.List_empty4); + config._semantics$_attributedDecreasedValue = new A.AttributedString(t1, B.List_empty3); config._hasBeenAnnotated = true; } t1 = properties.textDirection; @@ -40927,10 +42982,13 @@ t1 = properties.onDidGainAccessibilityFocus; if (t1 != null) config.set$onDidGainAccessibilityFocus(t1); + t1 = properties.onDidLoseAccessibilityFocus; + if (t1 != null) + config.set$onDidLoseAccessibilityFocus(t1); t1 = properties.onDismiss; if (t1 != null) config.set$onDismiss(t1); - newChild.updateWith$2$childrenInInversePaintOrder$config(0, B.List_empty31, config); + newChild.updateWith$2$childrenInInversePaintOrder$config(0, B.List_empty33, config); newChild.set$rect(0, newSemantics.rect); newChild.set$transform(0, null); newChild.tags = null; @@ -40962,7 +43020,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -41037,7 +43095,7 @@ _._enableInteractiveSelection = t24; _._editable$_maxScrollExtent = 0; _._editable$_clipBehavior = t25; - _._cachedLineBreakCount = _._cachedChildNodes = _._editable$_semanticsInfo = null; + _._cachedLineBreakCount = _._editable$_cachedChildNodes = _._editable$_semanticsInfo = null; _.__RenderEditable__longPress_A = _.__RenderEditable__tap_A = $; _._editable$_placeholderDimensions = _._lastSecondaryTapDownPosition = _._lastTapDownPosition = null; _.__RenderEditable__caretPrototype_A = $; @@ -41062,7 +43120,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -41105,7 +43163,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -41177,7 +43235,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -41221,7 +43279,7 @@ }, RenderFlex$(clipBehavior, crossAxisAlignment, direction, mainAxisAlignment, mainAxisSize, textBaseline, textDirection, verticalDirection) { var _null = null, - t1 = new A.RenderFlex(direction, mainAxisAlignment, mainAxisSize, crossAxisAlignment, textDirection, verticalDirection, textBaseline, clipBehavior, A.LayerHandle$(type$.ClipRectLayer), A.List_List$filled(4, A.TextPainter$(_null, _null, _null, _null, _null, B.TextAlign_4, B.TextDirection_1, _null, 1, B.TextWidthBasis_0), false, type$.TextPainter), true, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); + t1 = new A.RenderFlex(direction, mainAxisAlignment, mainAxisSize, crossAxisAlignment, textDirection, verticalDirection, textBaseline, clipBehavior, A.LayerHandle$(type$.ClipRectLayer), A.List_List$filled(4, A.TextPainter$(_null, _null, _null, _null, _null, B.TextAlign_4, B.TextDirection_1, _null, B._LinearTextScaler_1, B.TextWidthBasis_0), false, type$.TextPainter), true, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); t1.RenderObject$0(); t1.addAll$1(0, _null); return t1; @@ -41277,7 +43335,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -41323,7 +43381,7 @@ _._colorFilter = null; _._image$_color = t5; _._image$_opacity = t6; - _._filterQuality = t7; + _._image$_filterQuality = t7; _._colorBlendMode = t8; _._image$_fit = t9; _._image$_alignment = t10; @@ -41344,7 +43402,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -41379,7 +43437,7 @@ return new A.BackdropFilterLayer(filter, B.BlendMode_3, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); }, LeaderLayer$(link, offset) { - return new A.LeaderLayer(link, offset, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); + return new A.LeaderLayer0(link, offset, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); }, FollowerLayer__collectTransformForLayerChain(layers) { var index, t1, @@ -41439,11 +43497,11 @@ _.canvasBounds = t0; _._picture = null; _._willChangeHint = _._isComplexHint = false; - _._layer$_callbacks = t1; + _._callbacks = t1; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t2; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41454,11 +43512,11 @@ var _ = this; _.rect = t0; _.viewId = t1; - _._layer$_callbacks = t2; + _._callbacks = t2; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t3; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41471,11 +43529,11 @@ var _ = this; _._layer$_offset = t0; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t1; + _._callbacks = t1; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t2; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41487,11 +43545,11 @@ _._clipRect = null; _._layer$_clipBehavior = t0; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t1; + _._callbacks = t1; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t2; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41503,11 +43561,11 @@ _._clipRRect = null; _._layer$_clipBehavior = t0; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t1; + _._callbacks = t1; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t2; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41519,11 +43577,27 @@ _._clipPath = null; _._layer$_clipBehavior = t0; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t1; + _._callbacks = t1; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t2; - _._layer$_refCount = 0; + _._refCount = 0; + _._layer$_parent = null; + _._needsAddToScene = true; + _._layer$_owner = _._engineLayer = null; + _._layer$_depth = 0; + _.debugCreator = _._previousSibling = _._nextSibling = null; + }, + ImageFilterLayer: function ImageFilterLayer(t0, t1, t2, t3) { + var _ = this; + _._imageFilter = t0; + _._layer$_offset = t1; + _._lastChild = _._firstChild = null; + _._callbacks = t2; + _._compositionCallbackCount = 0; + _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; + _._parentHandle = t3; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41533,15 +43607,15 @@ TransformLayer: function TransformLayer(t0, t1, t2, t3) { var _ = this; _._layer$_transform = t0; - _._invertedTransform = _._lastEffectiveTransform = null; - _._inverseDirty = true; + _._layer$_invertedTransform = _._lastEffectiveTransform = null; + _._layer$_inverseDirty = true; _._layer$_offset = t1; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t2; + _._callbacks = t2; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t3; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41553,11 +43627,11 @@ _._layer$_alpha = null; _._layer$_offset = t0; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t1; + _._callbacks = t1; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t2; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41569,11 +43643,11 @@ _._layer$_filter = t0; _._layer$_blendMode = t1; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t2; + _._callbacks = t2; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t3; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41586,36 +43660,36 @@ _._debugLeaderCheckScheduled = false; _.leaderSize = null; }, - LeaderLayer: function LeaderLayer(t0, t1, t2, t3) { + LeaderLayer0: function LeaderLayer0(t0, t1, t2, t3) { var _ = this; _._layer$_link = t0; _._layer$_offset = t1; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t2; + _._callbacks = t2; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t3; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; _._layer$_depth = 0; _.debugCreator = _._previousSibling = _._nextSibling = null; }, - FollowerLayer: function FollowerLayer(t0, t1, t2, t3, t4, t5) { + FollowerLayer0: function FollowerLayer0(t0, t1, t2, t3, t4, t5) { var _ = this; _.link = t0; _.showWhenUnlinked = t1; _.unlinkedOffset = t2; _.linkedOffset = t3; - _._invertedTransform = _._layer$_lastTransform = _._lastOffset = null; - _._inverseDirty = true; + _._layer$_invertedTransform = _._layer$_lastTransform = _._lastOffset = null; + _._layer$_inverseDirty = true; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t4; + _._callbacks = t4; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t5; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41628,11 +43702,11 @@ _.size = t1; _.offset = t2; _._lastChild = _._firstChild = null; - _._layer$_callbacks = t3; + _._callbacks = t3; _._compositionCallbackCount = 0; _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; _._parentHandle = t4; - _._layer$_refCount = 0; + _._refCount = 0; _._layer$_parent = null; _._needsAddToScene = true; _._layer$_owner = _._engineLayer = null; @@ -41670,7 +43744,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -41864,6 +43938,10 @@ child.updateCompositedLayer$1$oldLayer(type$.OffsetLayer._as(t1)); child._needsCompositedLayerUpdate = false; }, + PipelineOwner$(onSemanticsOwnerCreated, onSemanticsOwnerDisposed, onSemanticsUpdate) { + var t1 = type$.JSArray_RenderObject; + return new A.PipelineOwner(onSemanticsOwnerCreated, onSemanticsUpdate, onSemanticsOwnerDisposed, A._setArrayType([], t1), A._setArrayType([], t1), A._setArrayType([], t1), A.LinkedHashSet_LinkedHashSet$_empty(type$.RenderObject), A.LinkedHashSet_LinkedHashSet$_empty(type$.PipelineOwner)); + }, RenderObject__cleanChildRelayoutBoundary(child) { child._cleanRelayoutBoundary$0(); }, @@ -41931,7 +44009,7 @@ _._rootNode = null; _._shouldMergeDirtyNodes = false; _._nodesNeedingLayout = t3; - _._debugAllowMutationsToDirtySubtrees = _._debugDoingLayout = false; + _._debugAllowMutationsToDirtySubtrees = _._debugDoingChildLayout = _._debugDoingLayout = false; _._nodesNeedingCompositingBitsUpdate = t4; _._nodesNeedingPaint = t5; _._debugDoingPaint = false; @@ -41939,8 +44017,8 @@ _._outstandingSemanticsHandles = 0; _._debugDoingSemantics = false; _._nodesNeedingSemantics = t6; - _._object$_children = t7; - _._manifold = null; + _._children = t7; + _._debugParent = _._manifold = null; }, PipelineOwner_flushLayout_closure: function PipelineOwner_flushLayout_closure() { }, @@ -42017,7 +44095,7 @@ }, _RootSemanticsFragment: function _RootSemanticsFragment(t0, t1, t2) { var _ = this; - _._object$_children = t0; + _._children = t0; _._ancestorChain = t1; _._object$_tagsForChildren = null; _.dropsSemanticsOfPreviousSiblings = t2; @@ -42035,7 +44113,7 @@ _._object$_config = t1; _._mergesToSibling = _._isConfigWritable = false; _._object$_siblingMergeGroups = t2; - _._object$_children = t3; + _._children = t3; _._isExplicit = false; _._ancestorChain = t4; _._object$_tagsForChildren = null; @@ -42047,6 +44125,8 @@ _.___SemanticsGeometry__rect_A = _.___SemanticsGeometry__transform_A = $; _._markAsHidden = false; }, + _PipelineOwner_Object_DiagnosticableTreeMixin: function _PipelineOwner_Object_DiagnosticableTreeMixin() { + }, _RenderObject_Object_DiagnosticableTreeMixin: function _RenderObject_Object_DiagnosticableTreeMixin() { }, RenderInlineChildrenContainerDefaults__layoutChild(child, maxWidth, layoutChild) { @@ -42077,8 +44157,9 @@ } return t1; }, - RenderParagraph$(text, children, locale, maxLines, overflow, registrar, selectionColor, softWrap, strutStyle, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { - var t1 = new A.RenderParagraph(A.TextPainter$(overflow === B.TextOverflow_2 ? "\u2026" : null, locale, maxLines, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis), softWrap, overflow, selectionColor, false, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); + RenderParagraph$(text, children, locale, maxLines, overflow, registrar, selectionColor, softWrap, strutStyle, textAlign, textDirection, textHeightBehavior, textScaler, textWidthBasis) { + var t1 = textScaler.$eq(0, B._LinearTextScaler_1) ? new A._LinearTextScaler(1) : textScaler; + t1 = new A.RenderParagraph(A.TextPainter$(overflow === B.TextOverflow_2 ? "\u2026" : null, locale, maxLines, strutStyle, text, textAlign, textDirection, textHeightBehavior, t1, textWidthBasis), softWrap, overflow, selectionColor, false, 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); t1.RenderObject$0(); t1.addAll$1(0, children); t1.set$registrar(registrar); @@ -42123,7 +44204,7 @@ _._selectionColor = t3; _._canComputeIntrinsicsCached = null; _._needsClipping = false; - _._paragraph$_cachedChildNodes = _._semanticsInfo = _._placeholderDimensions = _._overflowShader = null; + _._cachedChildNodes = _._semanticsInfo = _._placeholderDimensions = _._overflowShader = null; _.RelayoutWhenSystemFontsChangeMixin__hasPendingSystemFontsDidChangeCallBack = t4; _.ContainerRenderObjectMixin__childCount = t5; _.ContainerRenderObjectMixin__firstChild = t6; @@ -42139,7 +44220,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42174,7 +44255,9 @@ _.range = t0; _.paragraph = t1; _.fullText = t2; - _._paragraph$_endHandleLayerLink = _._paragraph$_startHandleLayerLink = _._textSelectionEnd = _._textSelectionStart = null; + _._textSelectionEnd = _._textSelectionStart = null; + _._selectableContainsOriginWord = false; + _._paragraph$_endHandleLayerLink = _._paragraph$_startHandleLayerLink = null; _.___SelectableFragment__selectionGeometry_A = $; _._cachedRect = null; _.ChangeNotifier__count = 0; @@ -42255,7 +44338,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42318,7 +44401,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42350,7 +44433,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42381,7 +44464,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42413,7 +44496,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42443,7 +44526,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42476,7 +44559,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42512,7 +44595,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42544,7 +44627,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42587,7 +44670,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42623,7 +44706,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42659,7 +44742,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42693,7 +44776,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42734,7 +44817,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42775,7 +44858,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42817,7 +44900,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42837,7 +44920,7 @@ var _ = this; _._proxy_box$_textDirection = _._proxy_box$_alignment = _._origin = null; _.transformHitTests = t0; - _._proxy_box$_filterQuality = _._proxy_box$_transform = null; + _._filterQuality = _._proxy_box$_transform = null; _.RenderObjectWithChildMixin__child = t1; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; @@ -42850,7 +44933,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42889,7 +44972,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42924,7 +45007,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -42967,7 +45050,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43004,7 +45087,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43035,7 +45118,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43067,7 +45150,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43098,7 +45181,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43130,7 +45213,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43162,7 +45245,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43199,7 +45282,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43230,7 +45313,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43260,7 +45343,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43291,7 +45374,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43322,7 +45405,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43354,7 +45437,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43389,7 +45472,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43424,7 +45507,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43475,6 +45558,12 @@ return direction === B.TextDirection_1 ? new A.Offset(targetRect.right, t1) : new A.Offset(targetRect.left, t1); } }, + SelectionEdgeUpdateEvent$forStart(globalPosition, granularity) { + return new A.SelectionEdgeUpdateEvent(globalPosition, granularity == null ? B.TextGranularity_0 : granularity, B.SelectionEventType_0); + }, + SelectionEdgeUpdateEvent$forEnd(globalPosition, granularity) { + return new A.SelectionEdgeUpdateEvent(globalPosition, granularity == null ? B.TextGranularity_0 : granularity, B.SelectionEventType_1); + }, SelectionResult: function SelectionResult(t0, t1) { this.index = t0; this._core$_name = t1; @@ -43496,9 +45585,10 @@ ClearSelectionEvent: function ClearSelectionEvent(t0) { this.type = t0; }, - SelectionEdgeUpdateEvent: function SelectionEdgeUpdateEvent(t0, t1) { + SelectionEdgeUpdateEvent: function SelectionEdgeUpdateEvent(t0, t1, t2) { this.globalPosition = t0; - this.type = t1; + this.granularity = t1; + this.type = t2; }, SelectionExtendDirection: function SelectionExtendDirection(t0, t1) { this.index = t0; @@ -43525,6 +45615,8 @@ this.index = t0; this._core$_name = t1; }, + _SelectionPoint_Object_Diagnosticable: function _SelectionPoint_Object_Diagnosticable() { + }, RenderShiftedBox: function RenderShiftedBox() { }, RenderShiftedBox_hitTestChildren_closure: function RenderShiftedBox_hitTestChildren_closure(t0, t1, t2) { @@ -43549,7 +45641,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43586,7 +45678,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43604,7 +45696,7 @@ }, RenderConstrainedOverflowBox: function RenderConstrainedOverflowBox(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; - _._minWidth = t0; + _._shifted_box$_minWidth = t0; _._shifted_box$_maxWidth = t1; _._minHeight = t2; _._shifted_box$_maxHeight = t3; @@ -43623,7 +45715,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43658,7 +45750,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43691,7 +45783,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43733,6 +45825,13 @@ t3 = paintExtent; return new A.SliverGeometry(scrollExtent, paintOrigin, paintExtent, t1, maxPaintExtent, maxScrollObstructionExtent, t2, paintExtent > 0, hasVisualOverflow, scrollOffsetCorrection, t3); }, + SliverLayoutDimensions: function SliverLayoutDimensions(t0, t1, t2, t3) { + var _ = this; + _.scrollOffset = t0; + _.precedingScrollExtent = t1; + _.viewportMainAxisExtent = t2; + _.crossAxisExtent = t3; + }, GrowthDirection: function GrowthDirection(t0, t1) { this.index = t0; this._core$_name = t1; @@ -43810,6 +45909,7 @@ RenderSliverFillViewport: function RenderSliverFillViewport(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _._sliver_fill0$_viewportFraction = t0; + _.__RenderSliverFixedExtentBoxAdaptor__currentLayoutDimensions_A = $; _._childManager = t1; _._keepAliveBucket = t2; _.__RenderSliverMultiBoxAdaptor__debugDanglingKeepAlives_A = $; @@ -43825,7 +45925,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43897,7 +45997,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -43930,7 +46030,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -44003,7 +46103,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -44071,10 +46171,10 @@ t2 = childParentData.right; t2.toString; t1.toString; - childConstraints = B.BoxConstraints_mlX6.tighten$1$width(size._dx - t2 - t1); + childConstraints = B.BoxConstraints_mlX5.tighten$1$width(size._dx - t2 - t1); } else { t1 = childParentData.width; - childConstraints = t1 != null ? B.BoxConstraints_mlX6.tighten$1$width(t1) : B.BoxConstraints_mlX6; + childConstraints = t1 != null ? B.BoxConstraints_mlX5.tighten$1$width(t1) : B.BoxConstraints_mlX5; } t1 = childParentData.top; if (t1 != null && childParentData.bottom != null) { @@ -44145,7 +46245,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -44197,7 +46297,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -44269,7 +46369,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -44300,35 +46400,7 @@ this.size = t0; this.devicePixelRatio = t1; }, - RenderView: function RenderView(t0, t1, t2, t3, t4) { - var _ = this; - _._view$_size = t0; - _._view$_configuration = t1; - _._view = t2; - _._rootTransform = null; - _.RenderObjectWithChildMixin__child = t3; - _._object$_debugDisposed = false; - _.parentData = null; - _._depth = 0; - _.debugCreator = _._object$_parent = null; - _._debugDoingThisLayout = _._debugDoingThisResize = false; - _._debugCanParentUseSize = null; - _._debugMutationsLocked = false; - _._object$_owner = null; - _._needsLayout = true; - _._relayoutBoundary = null; - _._doingThisLayoutWithCallback = false; - _._constraints = null; - _._debugDoingThisPaint = false; - _.__RenderObject__wasRepaintBoundary_A = $; - _._layerHandle = t4; - _._needsCompositingBitsUpdate = false; - _.__RenderObject__needsCompositing_A = $; - _._needsPaint = true; - _._needsCompositedLayerUpdate = false; - _._cachedSemanticsConfiguration = null; - _._needsSemanticsUpdate = true; - _._semantics = null; + RenderView: function RenderView() { }, _RenderView_RenderObject_RenderObjectWithChildMixin: function _RenderView_RenderObject_RenderObjectWithChildMixin() { }, @@ -44341,26 +46413,29 @@ } return null; }, + RevealedOffset_clampOffset(currentOffset, leadingEdgeOffset, trailingEdgeOffset) { + var _0_0 = leadingEdgeOffset.offset < trailingEdgeOffset.offset ? new A._Record_2(leadingEdgeOffset, trailingEdgeOffset) : new A._Record_2(trailingEdgeOffset, leadingEdgeOffset), + smaller = _0_0._0, + larger = _0_0._1; + if (currentOffset > larger.offset) + return larger; + else if (currentOffset < smaller.offset) + return smaller; + else + return null; + }, RenderViewportBase_showInViewport(curve, descendant, duration, offset, rect, viewport) { - var leadingEdgeOffset, trailingEdgeOffset, t1, t2, t3, targetOffset, transform; + var leadingEdgeOffset, trailingEdgeOffset, t1, targetOffset, transform; if (descendant == null) return rect; leadingEdgeOffset = viewport.getOffsetToReveal$3$rect(descendant, 0, rect); trailingEdgeOffset = viewport.getOffsetToReveal$3$rect(descendant, 1, rect); t1 = offset._pixels; t1.toString; - t2 = leadingEdgeOffset.offset; - t3 = trailingEdgeOffset.offset; - if (t2 < t3) - targetOffset = Math.abs(t1 - t2) < Math.abs(t1 - t3) ? leadingEdgeOffset : trailingEdgeOffset; - else if (t1 > t2) - targetOffset = leadingEdgeOffset; - else { - if (!(t1 < t3)) { - transform = descendant.getTransformTo$1(0, viewport._object$_parent); - return A.MatrixUtils_transformRect(transform, rect == null ? descendant.get$paintBounds() : rect); - } - targetOffset = trailingEdgeOffset; + targetOffset = A.RevealedOffset_clampOffset(t1, leadingEdgeOffset, trailingEdgeOffset); + if (targetOffset == null) { + transform = descendant.getTransformTo$1(0, viewport._object$_parent); + return A.MatrixUtils_transformRect(transform, rect == null ? descendant.get$paintBounds() : rect); } offset.moveTo$3$curve$duration(0, targetOffset.offset, curve, duration); return targetOffset.rect; @@ -44386,7 +46461,7 @@ }, RenderViewport: function RenderViewport(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; - _._viewport$_anchor = t0; + _._anchor = t0; _._viewport$_center = null; _.__RenderViewport__maxScrollExtent_A = _.__RenderViewport__minScrollExtent_A = $; _._viewport$_hasVisualOverflow = false; @@ -44412,7 +46487,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -44454,7 +46529,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -44535,7 +46610,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -44609,8 +46684,8 @@ this.hadScheduledFrame = t1; }, SchedulerBinding_scheduleWarmUpFrame_closure1: function SchedulerBinding_scheduleWarmUpFrame_closure1(t0, t1) { - this.$this = t0; - this.timelineTask = t1; + this._box_0 = t0; + this.$this = t1; }, SchedulerBinding__handleDrawFrame_closure: function SchedulerBinding__handleDrawFrame_closure(t0) { this.$this = t0; @@ -44618,9 +46693,6 @@ SchedulerBinding_handleBeginFrame_closure: function SchedulerBinding_handleBeginFrame_closure(t0) { this.$this = t0; }, - Priority: function Priority(t0) { - this._priority$_value = t0; - }, TickerFuture$complete() { var t1 = new A.TickerFuture(new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_void), type$._AsyncCompleter_void)); t1._ticker$_complete$0(); @@ -44673,8 +46745,8 @@ _SemanticsDiagnosticableNode$(childOrder, $name, style, value) { return new A._SemanticsDiagnosticableNode(childOrder, value, $name, true, true, null, style); }, - SemanticsProperties$(attributedDecreasedValue, attributedHint, attributedIncreasedValue, attributedLabel, attributedValue, button, checked, currentValueLength, customSemanticsActions, decreasedValue, enabled, focusable, focused, header, hidden, hint, hintOverrides, image, inMutuallyExclusiveGroup, increasedValue, keyboardKey, label, link, liveRegion, maxValueLength, mixed, multiline, namesRoute, obscured, onCopy, onCut, onDecrease, onDidGainAccessibilityFocus, onDidLoseAccessibilityFocus, onDismiss, onIncrease, onLongPress, onMoveCursorBackwardByCharacter, onMoveCursorForwardByCharacter, onPaste, onScrollDown, onScrollLeft, onScrollRight, onScrollUp, onSetSelection, onSetText, onTap, readOnly, scopesRoute, selected, slider, sortKey, tagForChildren, textDirection, textField, toggled, tooltip, value) { - return new A.SemanticsProperties(enabled, checked, mixed, toggled, selected, button, link, header, textField, slider, keyboardKey, readOnly, focusable, focused, inMutuallyExclusiveGroup, hidden, obscured, multiline, scopesRoute, namesRoute, image, liveRegion, maxValueLength, currentValueLength, label, attributedLabel, value, attributedValue, increasedValue, attributedIncreasedValue, decreasedValue, attributedDecreasedValue, hint, attributedHint, tooltip, hintOverrides, textDirection, sortKey, tagForChildren, onTap, onLongPress, onScrollLeft, onScrollRight, onScrollUp, onScrollDown, onIncrease, onDecrease, onCopy, onCut, onPaste, onMoveCursorForwardByCharacter, onMoveCursorBackwardByCharacter, onSetSelection, onSetText, onDidGainAccessibilityFocus, onDidLoseAccessibilityFocus, onDismiss, customSemanticsActions); + SemanticsProperties$(attributedDecreasedValue, attributedHint, attributedIncreasedValue, attributedLabel, attributedValue, button, checked, currentValueLength, customSemanticsActions, decreasedValue, enabled, expanded, focusable, focused, header, hidden, hint, hintOverrides, image, inMutuallyExclusiveGroup, increasedValue, keyboardKey, label, link, liveRegion, maxValueLength, mixed, multiline, namesRoute, obscured, onCopy, onCut, onDecrease, onDidGainAccessibilityFocus, onDidLoseAccessibilityFocus, onDismiss, onIncrease, onLongPress, onMoveCursorBackwardByCharacter, onMoveCursorForwardByCharacter, onPaste, onScrollDown, onScrollLeft, onScrollRight, onScrollUp, onSetSelection, onSetText, onTap, readOnly, scopesRoute, selected, slider, sortKey, tagForChildren, textDirection, textField, toggled, tooltip, value) { + return new A.SemanticsProperties(enabled, checked, mixed, expanded, toggled, selected, button, link, header, textField, slider, keyboardKey, readOnly, focusable, focused, inMutuallyExclusiveGroup, hidden, obscured, multiline, scopesRoute, namesRoute, image, liveRegion, maxValueLength, currentValueLength, label, attributedLabel, value, attributedValue, increasedValue, attributedIncreasedValue, decreasedValue, attributedDecreasedValue, hint, attributedHint, tooltip, hintOverrides, textDirection, sortKey, tagForChildren, onTap, onLongPress, onScrollLeft, onScrollRight, onScrollUp, onScrollDown, onIncrease, onDecrease, onCopy, onCut, onPaste, onMoveCursorForwardByCharacter, onMoveCursorBackwardByCharacter, onSetSelection, onSetText, onDidGainAccessibilityFocus, onDidLoseAccessibilityFocus, onDismiss, customSemanticsActions); }, SemanticsNode$(key, showOnScreen) { var t1 = $.$get$SemanticsNode__kEmptyConfig(), @@ -44736,7 +46808,7 @@ return A.List_List$of(new A.ExpandIterable(verticalGroups, new A._childrenInDefaultOrder_closure(), t1), true, t1._eval$1("Iterable.E")); }, SemanticsConfiguration$() { - return new A.SemanticsConfiguration(A.LinkedHashMap_LinkedHashMap$_empty(type$.SemanticsAction, type$.void_Function_nullable_Object), A.LinkedHashMap_LinkedHashMap$_empty(type$.CustomSemanticsAction, type$.void_Function), new A.AttributedString("", B.List_empty4), new A.AttributedString("", B.List_empty4), new A.AttributedString("", B.List_empty4), new A.AttributedString("", B.List_empty4), new A.AttributedString("", B.List_empty4)); + return new A.SemanticsConfiguration(A.LinkedHashMap_LinkedHashMap$_empty(type$.SemanticsAction, type$.void_Function_nullable_Object), A.LinkedHashMap_LinkedHashMap$_empty(type$.CustomSemanticsAction, type$.void_Function), new A.AttributedString("", B.List_empty3), new A.AttributedString("", B.List_empty3), new A.AttributedString("", B.List_empty3), new A.AttributedString("", B.List_empty3), new A.AttributedString("", B.List_empty3)); }, _concatAttributedString(otherAttributedString, otherTextDirection, thisAttributedString, thisTextDirection) { if (otherAttributedString.string.length === 0) @@ -44744,15 +46816,15 @@ if (thisTextDirection != otherTextDirection && otherTextDirection != null) switch (otherTextDirection.index) { case 0: - otherAttributedString = new A.AttributedString("\u202b", B.List_empty4).$add(0, otherAttributedString).$add(0, new A.AttributedString("\u202c", B.List_empty4)); + otherAttributedString = new A.AttributedString("\u202b", B.List_empty3).$add(0, otherAttributedString).$add(0, new A.AttributedString("\u202c", B.List_empty3)); break; case 1: - otherAttributedString = new A.AttributedString("\u202a", B.List_empty4).$add(0, otherAttributedString).$add(0, new A.AttributedString("\u202c", B.List_empty4)); + otherAttributedString = new A.AttributedString("\u202a", B.List_empty3).$add(0, otherAttributedString).$add(0, new A.AttributedString("\u202c", B.List_empty3)); break; } if (thisAttributedString.string.length === 0) return otherAttributedString; - return thisAttributedString.$add(0, new A.AttributedString("\n", B.List_empty4)).$add(0, otherAttributedString); + return thisAttributedString.$add(0, new A.AttributedString("\n", B.List_empty3)).$add(0, otherAttributedString); }, SemanticsTag: function SemanticsTag(t0) { this.name = t0; @@ -44816,66 +46888,67 @@ this.onTapHint = t0; this.onLongPressHint = t1; }, - SemanticsProperties: function SemanticsProperties(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57) { + SemanticsProperties: function SemanticsProperties(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58) { var _ = this; _.enabled = t0; _.checked = t1; _.mixed = t2; - _.toggled = t3; - _.selected = t4; - _.button = t5; - _.link = t6; - _.header = t7; - _.textField = t8; - _.slider = t9; - _.keyboardKey = t10; - _.readOnly = t11; - _.focusable = t12; - _.focused = t13; - _.inMutuallyExclusiveGroup = t14; - _.hidden = t15; - _.obscured = t16; - _.multiline = t17; - _.scopesRoute = t18; - _.namesRoute = t19; - _.image = t20; - _.liveRegion = t21; - _.maxValueLength = t22; - _.currentValueLength = t23; - _.label = t24; - _.attributedLabel = t25; - _.value = t26; - _.attributedValue = t27; - _.increasedValue = t28; - _.attributedIncreasedValue = t29; - _.decreasedValue = t30; - _.attributedDecreasedValue = t31; - _.hint = t32; - _.attributedHint = t33; - _.tooltip = t34; - _.hintOverrides = t35; - _.textDirection = t36; - _.sortKey = t37; - _.tagForChildren = t38; - _.onTap = t39; - _.onLongPress = t40; - _.onScrollLeft = t41; - _.onScrollRight = t42; - _.onScrollUp = t43; - _.onScrollDown = t44; - _.onIncrease = t45; - _.onDecrease = t46; - _.onCopy = t47; - _.onCut = t48; - _.onPaste = t49; - _.onMoveCursorForwardByCharacter = t50; - _.onMoveCursorBackwardByCharacter = t51; - _.onSetSelection = t52; - _.onSetText = t53; - _.onDidGainAccessibilityFocus = t54; - _.onDidLoseAccessibilityFocus = t55; - _.onDismiss = t56; - _.customSemanticsActions = t57; + _.expanded = t3; + _.toggled = t4; + _.selected = t5; + _.button = t6; + _.link = t7; + _.header = t8; + _.textField = t9; + _.slider = t10; + _.keyboardKey = t11; + _.readOnly = t12; + _.focusable = t13; + _.focused = t14; + _.inMutuallyExclusiveGroup = t15; + _.hidden = t16; + _.obscured = t17; + _.multiline = t18; + _.scopesRoute = t19; + _.namesRoute = t20; + _.image = t21; + _.liveRegion = t22; + _.maxValueLength = t23; + _.currentValueLength = t24; + _.label = t25; + _.attributedLabel = t26; + _.value = t27; + _.attributedValue = t28; + _.increasedValue = t29; + _.attributedIncreasedValue = t30; + _.decreasedValue = t31; + _.attributedDecreasedValue = t32; + _.hint = t33; + _.attributedHint = t34; + _.tooltip = t35; + _.hintOverrides = t36; + _.textDirection = t37; + _.sortKey = t38; + _.tagForChildren = t39; + _.onTap = t40; + _.onLongPress = t41; + _.onScrollLeft = t42; + _.onScrollRight = t43; + _.onScrollUp = t44; + _.onScrollDown = t45; + _.onIncrease = t46; + _.onDecrease = t47; + _.onCopy = t48; + _.onCut = t49; + _.onPaste = t50; + _.onMoveCursorForwardByCharacter = t51; + _.onMoveCursorBackwardByCharacter = t52; + _.onSetSelection = t53; + _.onSetText = t54; + _.onDidGainAccessibilityFocus = t55; + _.onDidLoseAccessibilityFocus = t56; + _.onDismiss = t57; + _.customSemanticsActions = t58; }, SemanticsNode: function SemanticsNode(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { var _ = this; @@ -44908,7 +46981,7 @@ _._semantics$_thickness = t16; _._hintOverrides = null; _._semantics$_textDirection = t17; - _._currentValueLength = _._maxValueLength = _._platformViewId = _._scrollExtentMin = _._scrollExtentMax = _._scrollPosition = _._scrollIndex = _._scrollChildCount = _._textSelection = _._sortKey = null; + _._currentValueLength = _._maxValueLength = _._platformViewId = _._scrollExtentMin = _._scrollExtentMax = _._scrollPosition = _._semantics$_scrollIndex = _._scrollChildCount = _._textSelection = _._sortKey = null; }, SemanticsNode_getSemanticsData_closure: function SemanticsNode_getSemanticsData_closure(t0, t1, t2) { this._box_0 = t0; @@ -44954,8 +47027,8 @@ SemanticsOwner: function SemanticsOwner(t0, t1, t2, t3, t4) { var _ = this; _.onSemanticsUpdate = t0; - _._semantics$_dirtyNodes = t1; - _._semantics$_nodes = t2; + _._dirtyNodes = t1; + _._nodes = t2; _._detachedNodes = t3; _.ChangeNotifier__count = 0; _.ChangeNotifier__listeners = t4; @@ -44978,7 +47051,7 @@ _._hasBeenAnnotated = _.isBlockingSemanticsOfPreviouslyPaintedNodes = _.explicitChildNodes = _.isBlockingUserActions = _._isSemanticBoundary = false; _._actions = t0; _._actionsAsBits = 0; - _._currentValueLength = _._maxValueLength = _._platformViewId = _._scrollIndex = _._scrollChildCount = _._indexInParent = _._sortKey = _._childConfigurationsDelegate = _._onTap = null; + _._currentValueLength = _._maxValueLength = _._platformViewId = _._semantics$_scrollIndex = _._scrollChildCount = _._indexInParent = _._sortKey = _._childConfigurationsDelegate = _._onTap = null; _._isMergingSemanticsOfDescendants = false; _._customSemanticsActions = t1; _._semantics$_attributedLabel = t2; @@ -45055,9 +47128,6 @@ TapSemanticEvent: function TapSemanticEvent(t0) { this.type = t0; }, - AssetBundle__utf8decode(data) { - return B.C_Utf8Codec.decode$1(0, J.asUint8List$0$x(J.get$buffer$x(data))); - }, _errorSummaryWithKey(key) { return A.ErrorSummary$('Unable to load asset: "' + key + '".'); }, @@ -45065,15 +47135,21 @@ }, CachingAssetBundle: function CachingAssetBundle() { }, - CachingAssetBundle_loadStructuredBinaryData_closure: function CachingAssetBundle_loadStructuredBinaryData_closure(t0, t1, t2, t3) { + CachingAssetBundle_loadString_closure: function CachingAssetBundle_loadString_closure(t0, t1) { + this.$this = t0; + this.key = t1; + }, + CachingAssetBundle_loadStructuredData_closure: function CachingAssetBundle_loadStructuredData_closure(t0, t1, t2, t3) { var _ = this; _._box_0 = t0; _.$this = t1; _.key = t2; _.T = t3; }, - CachingAssetBundle_loadStructuredBinaryData_closure0: function CachingAssetBundle_loadStructuredBinaryData_closure0(t0) { + CachingAssetBundle_loadStructuredData_closure0: function CachingAssetBundle_loadStructuredData_closure0(t0, t1, t2) { this._box_0 = t0; + this.$this = t1; + this.key = t2; }, PlatformAssetBundle: function PlatformAssetBundle(t0, t1, t2) { this._stringCache = t0; @@ -45083,8 +47159,10 @@ PlatformAssetBundle_load_closure: function PlatformAssetBundle_load_closure(t0) { this.key = t0; }, - _AssetManifestBin___fromStandardMessageCodecMessage_tearOff(message) { - return new A._AssetManifestBin(type$.Map_of_nullable_Object_and_nullable_Object._as(B.C_StandardMessageCodec0.decodeMessage$1(message)), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.List_AssetMetadata)); + AssetManifest_loadFromAssetBundle(bundle) { + return bundle.loadStructuredData$1$2("AssetManifest.bin.json", new A.AssetManifest_loadFromAssetBundle_closure(), type$.AssetManifest); + }, + AssetManifest_loadFromAssetBundle_closure: function AssetManifest_loadFromAssetBundle_closure() { }, _AssetManifestBin: function _AssetManifestBin(t0, t1) { this._asset_manifest$_data = t0; @@ -45235,49 +47313,9 @@ }); return A._asyncStartSync($async$Clipboard_getData, $async$completer); }, - Clipboard_hasStrings() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, result; - var $async$Clipboard_hasStrings = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 3; - return A._asyncAwait(B.OptionalMethodChannel_0.invokeMethod$1$2("Clipboard.hasStrings", "text/plain", type$.Map_String_dynamic), $async$Clipboard_hasStrings); - case 3: - // returning from await. - result = $async$result; - if (result == null) { - $async$returnValue = false; - // goto return - $async$goto = 1; - break; - } - $async$returnValue = A._asBool(J.$index$asx(result, "value")); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$Clipboard_hasStrings, $async$completer); - }, ClipboardData: function ClipboardData(t0) { this.text = t0; }, - DomEventTargetExtension_addEventListener0(_this, type, listener) { - _this.addEventListener(type, listener); - }, - DomXMLHttpRequestExtension_get_status(_this) { - var t1 = _this.status; - return t1 == null ? null : B.JSNumber_methods.toInt$0(t1); - }, KeyEventManager__eventFromData(keyData) { var logicalKey, timeStamp, t1 = keyData.physical, @@ -46114,6 +48152,33 @@ }, UndoManagerClient: function UndoManagerClient() { }, + HtmlElementViewImpl_buildImpl(_this, context) { + return new A.PlatformViewLink(new A.HtmlElementViewImpl_buildImpl_closure(), A.HtmlElementViewImpl_get__createController(_this), _this.viewType, null); + }, + HtmlElementViewImpl__createController(_this, params) { + var controller = new A._HtmlElementViewController(params.id, _this.viewType, null); + controller.__html_element_view_web$_initialize$0().then$1$1(0, new A.HtmlElementViewImpl__createController_closure(params, _this), type$.Null); + return controller; + }, + HtmlElementViewImpl_get__createController(_this) { + return new A.HtmlElementViewImpl_get__createController_closure(_this); + }, + HtmlElementViewImpl_buildImpl_closure: function HtmlElementViewImpl_buildImpl_closure() { + }, + HtmlElementViewImpl_get__createController_closure: function HtmlElementViewImpl_get__createController_closure(t0) { + this._this = t0; + }, + HtmlElementViewImpl__createController_closure: function HtmlElementViewImpl__createController_closure(t0, t1) { + this.params = t0; + this._this = t1; + }, + _HtmlElementViewController: function _HtmlElementViewController(t0, t1, t2) { + var _ = this; + _.viewId = t0; + _.viewType = t1; + _.creationParams = t2; + _.__html_element_view_web$_initialized = false; + }, _getParent(context) { var $parent = A._Cell$named("parent"); context.visitAncestorElements$1(new A._getParent_closure($parent)); @@ -46620,7 +48685,7 @@ WidgetsApp_defaultShortcuts() { return B.Map_UEybB; }, - WidgetsApp: function WidgetsApp(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33) { + WidgetsApp: function WidgetsApp(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34) { var _ = this; _.navigatorKey = t0; _.onGenerateRoute = t1; @@ -46634,32 +48699,33 @@ _.home = t9; _.routes = t10; _.onUnknownRoute = t11; - _.initialRoute = t12; - _.navigatorObservers = t13; - _.builder = t14; - _.title = t15; - _.onGenerateTitle = t16; - _.textStyle = t17; - _.color = t18; - _.locale = t19; - _.localizationsDelegates = t20; - _.localeListResolutionCallback = t21; - _.localeResolutionCallback = t22; - _.supportedLocales = t23; - _.showPerformanceOverlay = t24; - _.checkerboardRasterCacheImages = t25; - _.checkerboardOffscreenLayers = t26; - _.showSemanticsDebugger = t27; - _.inspectorSelectButtonBuilder = t28; - _.debugShowCheckedModeBanner = t29; - _.shortcuts = t30; - _.actions = t31; - _.restorationScopeId = t32; - _.key = t33; + _.onNavigationNotification = t12; + _.initialRoute = t13; + _.navigatorObservers = t14; + _.builder = t15; + _.title = t16; + _.onGenerateTitle = t17; + _.textStyle = t18; + _.color = t19; + _.locale = t20; + _.localizationsDelegates = t21; + _.localeListResolutionCallback = t22; + _.localeResolutionCallback = t23; + _.supportedLocales = t24; + _.showPerformanceOverlay = t25; + _.checkerboardRasterCacheImages = t26; + _.checkerboardOffscreenLayers = t27; + _.showSemanticsDebugger = t28; + _.inspectorSelectButtonBuilder = t29; + _.debugShowCheckedModeBanner = t30; + _.shortcuts = t31; + _.actions = t32; + _.restorationScopeId = t33; + _.key = t34; }, _WidgetsAppState: function _WidgetsAppState(t0) { var _ = this; - _._widget = _._app$_locale = _._navigator = _._defaultBackButtonDispatcher = _._defaultRouteInformationProvider = null; + _._widget = _._app$_locale = _._navigator = _._defaultBackButtonDispatcher = _._defaultRouteInformationProvider = _._appLifecycleState = null; _._debugLifecycleState = t0; _._framework$_element = null; }, @@ -46769,6 +48835,9 @@ this.error = t1; this.stackTrace = t2; }, + RawAutocomplete$(displayStringForOption, fieldViewBuilder, focusNode, initialValue, key, onSelected, optionsBuilder, optionsViewBuilder, textEditingController, $T) { + return new A.RawAutocomplete(fieldViewBuilder, focusNode, optionsViewBuilder, displayStringForOption, onSelected, optionsBuilder, textEditingController, initialValue, key, $T._eval$1("RawAutocomplete<0>")); + }, RawAutocomplete_defaultStringForOption(option) { return J.toString$0$(option); }, @@ -46783,6 +48852,10 @@ t1 = t1.notifier._change_notifier$_value; return t1 == null ? 0 : t1; }, + OptionsViewOpenDirection: function OptionsViewOpenDirection(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, RawAutocomplete: function RawAutocomplete(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.fieldViewBuilder = t0; @@ -46954,11 +49027,11 @@ PhysicalShape$(child, clipBehavior, clipper, color, elevation, shadowColor) { return new A.PhysicalShape(clipper, clipBehavior, elevation, color, shadowColor, child, null); }, - Transform$(alignment, child, transform, transformHitTests) { - return new A.Transform(transform, alignment, transformHitTests, null, child, null); + Transform$(alignment, child, filterQuality, transform, transformHitTests) { + return new A.Transform(transform, alignment, transformHitTests, filterQuality, child, null); }, - Transform$rotate(alignment, angle, child, filterQuality) { - return new A.Transform(A.Transform__computeRotation(angle), alignment, true, filterQuality, child, null); + Transform$rotate(angle, child) { + return new A.Transform(A.Transform__computeRotation(angle), B.Alignment_0_0, true, null, child, null); }, Transform$translate(child, offset) { return new A.Transform(A.Matrix4_Matrix4$translationValues(offset._dx, offset._dy, 0), null, true, null, child, null); @@ -46990,8 +49063,8 @@ t1[15] = 1; return new A.Matrix40(t1); }, - CompositedTransformFollower$(child, key, link, offset, showWhenUnlinked, targetAnchor) { - return new A.CompositedTransformFollower(link, showWhenUnlinked, targetAnchor, offset, child, key); + CompositedTransformFollower$(child, followerAnchor, key, link, offset, showWhenUnlinked, targetAnchor) { + return new A.CompositedTransformFollower(link, showWhenUnlinked, targetAnchor, followerAnchor, offset, child, key); }, FittedBox$(child) { return new A.FittedBox(child, null); @@ -47041,6 +49114,11 @@ Positioned$(bottom, child, height, key, left, right, $top, width) { return new A.Positioned(left, $top, right, bottom, width, height, child, key); }, + Positioned$fromRect(child, rect) { + var t1 = rect.left, + t2 = rect.top; + return new A.Positioned(t1, t2, null, null, rect.right - t1, rect.bottom - t2, child, null); + }, Positioned$fill(bottom, child) { return new A.Positioned(0, 0, 0, bottom, null, null, child, null); }, @@ -47076,8 +49154,57 @@ Wrap$(alignment, children, clipBehavior, crossAxisAlignment, spacing) { return new A.Wrap(alignment, spacing, crossAxisAlignment, clipBehavior, children, null); }, - RichText$(key, locale, maxLines, overflow, selectionColor, selectionRegistrar, softWrap, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { - return new A.RichText(text, textAlign, textDirection, softWrap, overflow, textScaleFactor, maxLines, locale, strutStyle, textWidthBasis, textHeightBehavior, selectionRegistrar, selectionColor, A.WidgetSpan_extractFromInlineSpan(text, textScaleFactor), key); + RichText$(key, locale, maxLines, overflow, selectionColor, selectionRegistrar, softWrap, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaler, textWidthBasis) { + return new A.RichText(text, textAlign, textDirection, softWrap, overflow, A.RichText__effectiveTextScalerFrom(textScaler, 1), maxLines, locale, strutStyle, textWidthBasis, textHeightBehavior, selectionRegistrar, selectionColor, A.WidgetSpan_extractFromInlineSpan(text, A.RichText__effectiveTextScalerFrom(textScaler, 1)), key); + }, + RichText__effectiveTextScalerFrom(textScaler, textScaleFactor) { + var t1, scaler, t2, _null = null, + _0_0 = new A._Record_2(textScaler, textScaleFactor), + _0_1 = A._InitializedCell$named("#0#1", new A.RichText__effectiveTextScalerFrom_closure(_0_0)), + _0_2 = A._InitializedCell$named("#0#2", new A.RichText__effectiveTextScalerFrom_closure0(_0_0)); + $label0$0: { + t1 = type$.TextScaler; + if (t1._is(_0_1._readFinal$0())) { + scaler = _0_1._readFinal$0(); + t2 = 1 === _0_2._readFinal$0(); + } else { + scaler = _null; + t2 = false; + } + if (t2) { + t1 = scaler; + break $label0$0; + } + if (B._LinearTextScaler_1.$eq(0, _0_1._readFinal$0())) + if (typeof _0_2._readFinal$0() == "number") { + textScaleFactor = _0_2._readFinal$0(); + t2 = true; + } else { + textScaleFactor = _null; + t2 = false; + } + else { + textScaleFactor = _null; + t2 = false; + } + if (t2) { + t1 = new A._LinearTextScaler(textScaleFactor); + break $label0$0; + } + if (t1._is(_0_1._readFinal$0())) { + scaler = _0_1._readFinal$0(); + t1 = true; + } else { + scaler = _null; + t1 = false; + } + if (t1) { + t1 = scaler; + break $label0$0; + } + t1 = _null; + } + return t1; }, Listener$(behavior, child, key, onPointerCancel, onPointerDown, onPointerHover, onPointerMove, onPointerPanZoomStart, onPointerSignal, onPointerUp) { return new A.Listener(onPointerDown, onPointerMove, onPointerUp, onPointerHover, onPointerCancel, onPointerPanZoomStart, onPointerSignal, behavior, child, key); @@ -47114,10 +49241,10 @@ _UbiquitousInheritedElement: function _UbiquitousInheritedElement(t0, t1, t2) { var _ = this; _._dependents = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -47221,14 +49348,15 @@ this.child = t1; this.key = t2; }, - CompositedTransformFollower: function CompositedTransformFollower(t0, t1, t2, t3, t4, t5) { + CompositedTransformFollower: function CompositedTransformFollower(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.link = t0; _.showWhenUnlinked = t1; _.targetAnchor = t2; - _.offset = t3; - _.child = t4; - _.key = t5; + _.followerAnchor = t3; + _.offset = t4; + _.child = t5; + _.key = t6; }, FittedBox: function FittedBox(t0, t1) { this.child = t0; @@ -47321,10 +49449,10 @@ }, _OffstageElement: function _OffstageElement(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -47385,10 +49513,10 @@ var _ = this; _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -47481,7 +49609,7 @@ _.textDirection = t2; _.softWrap = t3; _.overflow = t4; - _.textScaleFactor = t5; + _.textScaler = t5; _.maxLines = t6; _.locale = t7; _.strutStyle = t8; @@ -47492,6 +49620,12 @@ _.children = t13; _.key = t14; }, + RichText__effectiveTextScalerFrom_closure: function RichText__effectiveTextScalerFrom_closure(t0) { + this._0_0 = t0; + }, + RichText__effectiveTextScalerFrom_closure0: function RichText__effectiveTextScalerFrom_closure0(t0) { + this._0_0 = t0; + }, RawImage: function RawImage(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { var _ = this; _.image = t0; @@ -47615,7 +49749,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -47631,20 +49765,13 @@ _._needsSemanticsUpdate = true; _._semantics = null; }, - RenderObjectToWidgetElement$(widget, $T) { - return new A.RenderObjectToWidgetElement(widget, B._ElementLifecycle_0, $T._eval$1("RenderObjectToWidgetElement<0>")); - }, WidgetsFlutterBinding$() { var _null = null, - t1 = A._setArrayType([], type$.JSArray_WidgetsBindingObserver), - t2 = $.Zone__current, - t3 = A._setArrayType([], type$.JSArray_of_void_Function_List_FrameTiming), - t4 = A.List_List$filled(7, _null, false, type$.nullable__TaskEntry_dynamic), - t5 = type$.int, - t6 = type$.JSArray_of_void_Function_Duration; - t5 = new A.WidgetsFlutterBinding(_null, $, t1, true, new A._AsyncCompleter(new A._Future(t2, type$._Future_void), type$._AsyncCompleter_void), false, _null, false, $, false, _null, $, false, 0, false, $, $, 0, _null, $, $, new A._SystemFontsNotifier(A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function)), $, $, $, $, _null, t3, _null, A.binding0__defaultSchedulingStrategy$closure(), new A.HeapPriorityQueue(A.binding0_SchedulerBinding__taskSorter$closure(), t4, type$.HeapPriorityQueue__TaskEntry_dynamic), false, 0, A.LinkedHashMap_LinkedHashMap$_empty(t5, type$._FrameCallbackEntry), A.HashSet_HashSet(t5), A._setArrayType([], t6), A._setArrayType([], t6), _null, false, B.SchedulerPhase_0, true, false, _null, B.Duration_0, B.Duration_0, _null, 0, _null, false, A.TimelineTask$(), _null, 0, A.ListQueue$(_null, type$.PointerEvent), new A.PointerRouter(A.LinkedHashMap_LinkedHashMap$_empty(t5, type$.Map_of_void_Function_PointerEvent_and_nullable_Matrix4), A.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4)), new A.GestureArenaManager(A.LinkedHashMap_LinkedHashMap$_empty(t5, type$._GestureArena)), new A.PointerSignalResolver(), A.LinkedHashMap_LinkedHashMap$_empty(t5, type$.HitTestResult), $, false, B.Duration_m38000); - t5.BindingBase$0(); - return t5; + t1 = type$.int, + t2 = type$.JSArray_of_void_Function_Duration; + t1 = new A.WidgetsFlutterBinding(_null, $, A._setArrayType([], type$.JSArray_WidgetsBindingObserver), true, new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_void), type$._AsyncCompleter_void), false, _null, false, $, _null, $, $, $, A.LinkedHashMap_LinkedHashMap$_empty(type$.Object, type$.RenderView), false, 0, false, $, 0, _null, $, $, new A._SystemFontsNotifier(A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function)), $, $, $, $, _null, A._setArrayType([], type$.JSArray_of_void_Function_List_FrameTiming), _null, A.binding1__defaultSchedulingStrategy$closure(), A.HeapPriorityQueue$(A.binding1_SchedulerBinding__taskSorter$closure(), type$._TaskEntry_dynamic), false, 0, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._FrameCallbackEntry), A.HashSet_HashSet(t1), A._setArrayType([], t2), A._setArrayType([], t2), _null, false, B.SchedulerPhase_0, true, false, _null, B.Duration_0, B.Duration_0, _null, 0, _null, false, A.TimelineTask$(), _null, 0, A.ListQueue$(_null, type$.PointerEvent), new A.PointerRouter(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Map_of_void_Function_PointerEvent_and_nullable_Matrix4), A.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4)), new A.GestureArenaManager(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._GestureArena)), new A.PointerSignalResolver(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.HitTestResult), $, false, B.Duration_m38000); + t1.BindingBase$0(); + return t1; }, _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure() { }, @@ -47685,8 +49812,7 @@ _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(t0) { this.$this = t0; }, - _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(t0) { - this.$this = t0; + _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3() { }, _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4() { }, @@ -47694,8 +49820,6 @@ }, _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6() { }, - _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure7: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure7() { - }, _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure: function _WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure(t0, t1) { this._box_0 = t0; this.$this = t1; @@ -47704,36 +49828,32 @@ this.$this = t0; this.rootWidget = t1; }, - RenderObjectToWidgetAdapter: function RenderObjectToWidgetAdapter(t0, t1, t2, t3, t4) { - var _ = this; - _.child = t0; - _.container = t1; - _.debugShortDescription = t2; - _.key = t3; - _.$ti = t4; + RootWidget: function RootWidget(t0, t1, t2) { + this.child = t0; + this.debugShortDescription = t1; + this.key = t2; }, - RenderObjectToWidgetAdapter_attachToRenderTree_closure: function RenderObjectToWidgetAdapter_attachToRenderTree_closure(t0, t1, t2) { + RootWidget_attach_closure: function RootWidget_attach_closure(t0, t1, t2) { this._box_0 = t0; this.$this = t1; this.owner = t2; }, - RenderObjectToWidgetAdapter_attachToRenderTree_closure0: function RenderObjectToWidgetAdapter_attachToRenderTree_closure0(t0) { + RootWidget_attach_closure0: function RootWidget_attach_closure0(t0) { this._box_0 = t0; }, - RenderObjectToWidgetElement: function RenderObjectToWidgetElement(t0, t1, t2) { + RootElement: function RootElement(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._newWidget = _._child = null; + _._slot = _._notificationTree = _._framework$_parent = _._newWidget = _._child = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugBuiltOnce = _._inDirtyList = false; - _.$ti = t2; }, - WidgetsFlutterBinding: function WidgetsFlutterBinding(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59) { + WidgetsFlutterBinding: function WidgetsFlutterBinding(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, t51, t52, t53, t54, t55, t56, t57, t58, t59, t60) { var _ = this; _.WidgetsBinding__buildOwner = t0; _.WidgetsBinding___WidgetsBinding_platformMenuDelegate_A = t1; @@ -47744,62 +49864,63 @@ _.WidgetsBinding__rootElement = t6; _.WidgetsBinding__readyToProduceFrames = t7; _.RendererBinding___RendererBinding__manifold_FI = t8; - _.RendererBinding__debugIsRenderViewInitialized = t9; - _.RendererBinding__mouseTracker = t10; - _.RendererBinding___RendererBinding__pipelineOwner_A = t11; - _.RendererBinding__debugMouseTrackerUpdateScheduled = t12; - _.RendererBinding__firstFrameDeferredCount = t13; - _.RendererBinding__firstFrameSent = t14; - _.RendererBinding___RendererBinding__implicitViewId_FI = t15; - _.SemanticsBinding___SemanticsBinding__semanticsEnabled_FI = t16; - _.SemanticsBinding__outstandingHandles = t17; - _.SemanticsBinding__semanticsHandle = t18; - _.SemanticsBinding___SemanticsBinding__accessibilityFeatures_A = t19; - _.PaintingBinding___PaintingBinding__imageCache_A = t20; - _.PaintingBinding__systemFonts = t21; - _.ServicesBinding___ServicesBinding__keyboard_F = t22; - _.ServicesBinding___ServicesBinding__keyEventManager_F = t23; - _.ServicesBinding___ServicesBinding__defaultBinaryMessenger_F = t24; - _.ServicesBinding___ServicesBinding__restorationManager_A = t25; - _.ServicesBinding__systemUiChangeCallback = t26; - _.SchedulerBinding__timingsCallbacks = t27; - _.SchedulerBinding__lifecycleState = t28; - _.SchedulerBinding_schedulingStrategy = t29; - _.SchedulerBinding__taskQueue = t30; - _.SchedulerBinding__hasRequestedAnEventLoopCallback = t31; - _.SchedulerBinding__nextFrameCallbackId = t32; - _.SchedulerBinding__transientCallbacks = t33; - _.SchedulerBinding__removedIds = t34; - _.SchedulerBinding__persistentCallbacks = t35; - _.SchedulerBinding__postFrameCallbacks = t36; - _.SchedulerBinding__nextFrameCompleter = t37; - _.SchedulerBinding__hasScheduledFrame = t38; - _.SchedulerBinding__schedulerPhase = t39; - _.SchedulerBinding__framesEnabled = t40; - _.SchedulerBinding__warmUpFrame = t41; - _.SchedulerBinding__firstRawTimeStampInEpoch = t42; - _.SchedulerBinding__epochStart = t43; - _.SchedulerBinding__lastRawTimeStamp = t44; - _.SchedulerBinding__currentFrameTimeStamp = t45; - _.SchedulerBinding__debugFrameNumber = t46; - _.SchedulerBinding__debugBanner = t47; - _.SchedulerBinding__rescheduleAfterWarmUpFrame = t48; - _.SchedulerBinding__frameTimelineTask = t49; - _.SchedulerBinding__performanceMode = t50; - _.SchedulerBinding__numPerformanceModeRequests = t51; - _.GestureBinding__pendingPointerEvents = t52; - _.GestureBinding_pointerRouter = t53; - _.GestureBinding_gestureArena = t54; - _.GestureBinding_pointerSignalResolver = t55; - _.GestureBinding__hitTests = t56; - _.GestureBinding___GestureBinding__resampler_FI = t57; - _.GestureBinding_resamplingEnabled = t58; - _.GestureBinding_samplingOffset = t59; + _.RendererBinding__mouseTracker = t9; + _.RendererBinding___RendererBinding_pipelineOwner_FI = t10; + _.RendererBinding___RendererBinding_renderView_FI = t11; + _.RendererBinding___RendererBinding__rootPipelineOwner_A = t12; + _.RendererBinding__viewIdToRenderView = t13; + _.RendererBinding__debugMouseTrackerUpdateScheduled = t14; + _.RendererBinding__firstFrameDeferredCount = t15; + _.RendererBinding__firstFrameSent = t16; + _.SemanticsBinding___SemanticsBinding__semanticsEnabled_FI = t17; + _.SemanticsBinding__outstandingHandles = t18; + _.SemanticsBinding__semanticsHandle = t19; + _.SemanticsBinding___SemanticsBinding__accessibilityFeatures_A = t20; + _.PaintingBinding___PaintingBinding__imageCache_A = t21; + _.PaintingBinding__systemFonts = t22; + _.ServicesBinding___ServicesBinding__keyboard_F = t23; + _.ServicesBinding___ServicesBinding__keyEventManager_F = t24; + _.ServicesBinding___ServicesBinding__defaultBinaryMessenger_F = t25; + _.ServicesBinding___ServicesBinding__restorationManager_A = t26; + _.ServicesBinding__systemUiChangeCallback = t27; + _.SchedulerBinding__timingsCallbacks = t28; + _.SchedulerBinding__lifecycleState = t29; + _.SchedulerBinding_schedulingStrategy = t30; + _.SchedulerBinding__taskQueue = t31; + _.SchedulerBinding__hasRequestedAnEventLoopCallback = t32; + _.SchedulerBinding__nextFrameCallbackId = t33; + _.SchedulerBinding__transientCallbacks = t34; + _.SchedulerBinding__removedIds = t35; + _.SchedulerBinding__persistentCallbacks = t36; + _.SchedulerBinding__postFrameCallbacks = t37; + _.SchedulerBinding__nextFrameCompleter = t38; + _.SchedulerBinding__hasScheduledFrame = t39; + _.SchedulerBinding__schedulerPhase = t40; + _.SchedulerBinding__framesEnabled = t41; + _.SchedulerBinding__warmUpFrame = t42; + _.SchedulerBinding__firstRawTimeStampInEpoch = t43; + _.SchedulerBinding__epochStart = t44; + _.SchedulerBinding__lastRawTimeStamp = t45; + _.SchedulerBinding__currentFrameTimeStamp = t46; + _.SchedulerBinding__debugFrameNumber = t47; + _.SchedulerBinding__debugBanner = t48; + _.SchedulerBinding__rescheduleAfterWarmUpFrame = t49; + _.SchedulerBinding__frameTimelineTask = t50; + _.SchedulerBinding__performanceMode = t51; + _.SchedulerBinding__numPerformanceModeRequests = t52; + _.GestureBinding__pendingPointerEvents = t53; + _.GestureBinding_pointerRouter = t54; + _.GestureBinding_gestureArena = t55; + _.GestureBinding_pointerSignalResolver = t56; + _.GestureBinding__hitTests = t57; + _.GestureBinding___GestureBinding__resampler_FI = t58; + _.GestureBinding_resamplingEnabled = t59; + _.GestureBinding_samplingOffset = t60; _._debugConstructed = false; _._debugBindingZone = null; _._lockCount = 0; }, - _RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin: function _RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin() { + _RootElement_Element_RootElementMixin: function _RootElement_Element_RootElementMixin() { }, _WidgetsFlutterBinding_BindingBase_GestureBinding: function _WidgetsFlutterBinding_BindingBase_GestureBinding() { }, @@ -47868,6 +49989,9 @@ var t1 = $.ContextMenuController__menuOverlayEntry; if (t1 != null) t1.remove$0(0); + t1 = $.ContextMenuController__menuOverlayEntry; + if (t1 != null) + t1.dispose$0(); $.ContextMenuController__menuOverlayEntry = null; if ($.ContextMenuController__shownInstance != null) $.ContextMenuController__shownInstance = null; @@ -48063,7 +50187,7 @@ this.$ti = t1; }, _DraggableSheetExtent$(currentSize, hasChanged, hasDragged, initialSize, maxSize, minSize, shouldCloseOnMinExtent, snap, snapAnimationDuration, snapSizes) { - var t1 = currentSize == null ? A.ValueNotifier$(initialSize, type$.double) : currentSize; + var t1 = currentSize == null ? new A.ValueNotifier(initialSize, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_double) : currentSize; return new A._DraggableSheetExtent(minSize, maxSize, false, snapSizes, snapAnimationDuration, initialSize, true, t1, hasDragged === true, hasChanged === true); }, _InheritedResetNotifier_shouldReset(context) { @@ -48194,15 +50318,11 @@ _._debugLifecycleState = t2; _._framework$_element = null; }, - TextEditingController$(text) { - var t1 = text == null ? B.TextEditingValue_li8 : new A.TextEditingValue(text, B.TextSelection_ke5, B.TextRange_m1_m1); - return new A.TextEditingController(t1, $.$get$ChangeNotifier__emptyListeners()); - }, TextEditingController$fromValue(value) { var t1 = value == null ? B.TextEditingValue_li8 : value; return new A.TextEditingController(t1, $.$get$ChangeNotifier__emptyListeners()); }, - EditableText$(autocorrect, autocorrectionTextRectColor, autofillClient, autofillHints, autofocus, backgroundCursorColor, clipBehavior, contentInsertionConfiguration, contextMenuBuilder, controller, cursorColor, cursorHeight, cursorOffset, cursorOpacityAnimates, cursorRadius, cursorWidth, dragStartBehavior, enableIMEPersonalizedLearning, enableInteractiveSelection, enableSuggestions, expands, focusNode, forceLine, inputFormatters, key, keyboardAppearance, keyboardType, magnifierConfiguration, maxLines, minLines, mouseCursor, obscureText, obscuringCharacter, onAppPrivateCommand, onChanged, onEditingComplete, onSelectionChanged, onSelectionHandleTapped, onSubmitted, onTapOutside, paintCursorAboveText, readOnly, rendererIgnoresPointer, restorationId, scribbleEnabled, scrollController, scrollPadding, scrollPhysics, selectionColor, selectionControls, selectionHeightStyle, selectionWidthStyle, showCursor, showSelectionHandles, smartDashesType, smartQuotesType, spellCheckConfiguration, strutStyle, style, textAlign, textCapitalization, textDirection, textHeightBehavior, textInputAction, textScaleFactor, textWidthBasis, toolbarOptions, undoController) { + EditableText$(autocorrect, autocorrectionTextRectColor, autofillClient, autofillHints, autofocus, backgroundCursorColor, clipBehavior, contentInsertionConfiguration, contextMenuBuilder, controller, cursorColor, cursorHeight, cursorOffset, cursorOpacityAnimates, cursorRadius, cursorWidth, dragStartBehavior, enableIMEPersonalizedLearning, enableInteractiveSelection, enableSuggestions, expands, focusNode, forceLine, inputFormatters, key, keyboardAppearance, keyboardType, magnifierConfiguration, maxLines, minLines, mouseCursor, obscureText, obscuringCharacter, onAppPrivateCommand, onChanged, onEditingComplete, onSelectionChanged, onSelectionHandleTapped, onSubmitted, onTapOutside, paintCursorAboveText, readOnly, rendererIgnoresPointer, restorationId, scribbleEnabled, scrollController, scrollPadding, scrollPhysics, selectionColor, selectionControls, selectionHeightStyle, selectionWidthStyle, showCursor, showSelectionHandles, smartDashesType, smartQuotesType, spellCheckConfiguration, strutStyle, style, textAlign, textCapitalization, textDirection, textHeightBehavior, textInputAction, textScaler, textWidthBasis, toolbarOptions, undoController) { var t1, t2, t3, t4, t5; if (smartDashesType == null) t1 = obscureText ? B.SmartDashesType_0 : B.SmartDashesType_1; @@ -48224,7 +50344,7 @@ B.JSArray_methods.addAll$1(t5, inputFormatters == null ? B.C_EmptyIterable1 : inputFormatters); } else t5 = inputFormatters; - return new A.EditableText(controller, focusNode, obscuringCharacter, obscureText, textHeightBehavior, textWidthBasis, readOnly, forceLine, t3, showSelectionHandles, showCursor == null ? !readOnly : showCursor, autocorrect, t1, t2, true, style, undoController, strutStyle, textAlign, textDirection, textCapitalization, textScaleFactor, cursorColor, autocorrectionTextRectColor, backgroundCursorColor, maxLines, minLines, expands, autofocus, selectionColor, selectionControls, t4, textInputAction, onChanged, onEditingComplete, onSubmitted, onAppPrivateCommand, onSelectionChanged, onSelectionHandleTapped, onTapOutside, t5, mouseCursor, true, cursorWidth, cursorHeight, cursorRadius, cursorOpacityAnimates, cursorOffset, paintCursorAboveText, selectionHeightStyle, selectionWidthStyle, keyboardAppearance, scrollPadding, enableInteractiveSelection, dragStartBehavior, scrollController, scrollPhysics, true, autofillHints, autofillClient, clipBehavior, restorationId, enableIMEPersonalizedLearning, contentInsertionConfiguration, contextMenuBuilder, spellCheckConfiguration, magnifierConfiguration, key); + return new A.EditableText(controller, focusNode, obscuringCharacter, obscureText, textHeightBehavior, textWidthBasis, readOnly, forceLine, t3, showSelectionHandles, showCursor == null ? !readOnly : showCursor, autocorrect, t1, t2, true, style, undoController, strutStyle, textAlign, textDirection, textCapitalization, textScaler, cursorColor, autocorrectionTextRectColor, backgroundCursorColor, maxLines, minLines, expands, autofocus, selectionColor, selectionControls, t4, textInputAction, onChanged, onEditingComplete, onSubmitted, onAppPrivateCommand, onSelectionChanged, onSelectionHandleTapped, onTapOutside, t5, mouseCursor, true, cursorWidth, cursorHeight, cursorRadius, cursorOpacityAnimates, cursorOffset, paintCursorAboveText, selectionHeightStyle, selectionWidthStyle, keyboardAppearance, scrollPadding, enableInteractiveSelection, dragStartBehavior, scrollController, scrollPhysics, true, autofillHints, autofillClient, clipBehavior, restorationId, enableIMEPersonalizedLearning, contentInsertionConfiguration, contextMenuBuilder, spellCheckConfiguration, magnifierConfiguration, key); }, EditableText__inferKeyboardType(autofillHints, maxLines) { return maxLines === 1 ? B.TextInputType_0_null_null : B.TextInputType_1_null_null; @@ -48264,7 +50384,7 @@ var _ = this; _.compositeCallback = t0; _._cancelCallback = null; - _._enabled = t1; + _._editable_text$_enabled = t1; _.RenderObjectWithChildMixin__child = t2; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; @@ -48277,7 +50397,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -48342,7 +50462,7 @@ _.textAlign = t18; _.textDirection = t19; _.textCapitalization = t20; - _.textScaleFactor = t21; + _.textScaler = t21; _.cursorColor = t22; _.autocorrectionTextRectColor = t23; _.backgroundCursorColor = t24; @@ -48460,6 +50580,15 @@ EditableTextState_contextMenuButtonItems_closure3: function EditableTextState_contextMenuButtonItems_closure3(t0) { this.$this = t0; }, + EditableTextState_contextMenuButtonItems_closure4: function EditableTextState_contextMenuButtonItems_closure4(t0) { + this.$this = t0; + }, + EditableTextState_contextMenuButtonItems_closure5: function EditableTextState_contextMenuButtonItems_closure5(t0) { + this.$this = t0; + }, + EditableTextState_contextMenuButtonItems_closure6: function EditableTextState_contextMenuButtonItems_closure6(t0) { + this.$this = t0; + }, EditableTextState_didChangeDependencies_closure: function EditableTextState_didChangeDependencies_closure(t0) { this.$this = t0; }, @@ -48496,6 +50625,15 @@ EditableTextState__handleFocusChanged_closure: function EditableTextState__handleFocusChanged_closure(t0) { this.$this = t0; }, + EditableTextState__updateSelectionRects_closure: function EditableTextState__updateSelectionRects_closure(t0) { + this._0_0 = t0; + }, + EditableTextState__updateSelectionRects_closure1: function EditableTextState__updateSelectionRects_closure1(t0) { + this._0_0 = t0; + }, + EditableTextState__updateSelectionRects_closure0: function EditableTextState__updateSelectionRects_closure0(t0) { + this._0_1 = t0; + }, EditableTextState_showSpellCheckSuggestionsToolbar_closure: function EditableTextState_showSpellCheckSuggestionsToolbar_closure(t0) { this.$this = t0; }, @@ -48525,15 +50663,25 @@ EditableTextState__actions_closure: function EditableTextState__actions_closure(t0) { this.$this = t0; }, - EditableTextState_build_closure0: function EditableTextState_build_closure0(t0) { - this.$this = t0; - }, EditableTextState_build_closure: function EditableTextState_build_closure(t0) { + this._0_0 = t0; + }, + EditableTextState_build_closure1: function EditableTextState_build_closure1(t0) { + this._0_0 = t0; + }, + EditableTextState_build_closure0: function EditableTextState_build_closure0(t0) { + this._0_1 = t0; + }, + EditableTextState_build_closure3: function EditableTextState_build_closure3(t0) { this.$this = t0; }, - EditableTextState_build_closure1: function EditableTextState_build_closure1(t0, t1) { + EditableTextState_build_closure2: function EditableTextState_build_closure2(t0) { + this.$this = t0; + }, + EditableTextState_build_closure4: function EditableTextState_build_closure4(t0, t1, t2) { this.$this = t0; this.controls = t1; + this.effectiveTextScaler = t2; }, EditableTextState_build__closure: function EditableTextState_build__closure(t0) { this.$this = t0; @@ -48555,7 +50703,7 @@ _.expands = t12; _.strutStyle = t13; _.selectionColor = t14; - _.textScaleFactor = t15; + _.textScaler = t15; _.textAlign = t16; _.textDirection = t17; _.locale = t18; @@ -48585,7 +50733,7 @@ var _ = this; _.textAlign = t0; _.textDirection = t1; - _.textScaleFactor = t2; + _.textScaler = t2; _.textHeightBehavior = t3; _.locale = t4; _.structStyle = t5; @@ -48666,6 +50814,16 @@ this.start = t0; this.end = t1; }, + _WebClipboardStatusNotifier: function _WebClipboardStatusNotifier(t0, t1, t2) { + var _ = this; + _.value = t0; + _._text_selection$_disposed = false; + _._change_notifier$_value = t1; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t2; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, _EditableTextState_State_AutomaticKeepAliveClientMixin: function _EditableTextState_State_AutomaticKeepAliveClientMixin() { }, _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver: function _EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver() { @@ -48738,7 +50896,7 @@ _._descendants = _._ancestors = _._manager = null; _._hasKeyboardToken = false; _._focus_manager$_parent = null; - _._children = t6; + _._focus_manager$_children = t6; _._attachment = _._focus_manager$_debugLabel = null; _._requestFocusWhenReparented = false; _.ChangeNotifier__count = 0; @@ -48765,7 +50923,7 @@ _._descendants = _._ancestors = _._manager = null; _._hasKeyboardToken = false; _._focus_manager$_parent = null; - _._children = t8; + _._focus_manager$_children = t8; _._attachment = _._focus_manager$_debugLabel = null; _._requestFocusWhenReparented = false; _.ChangeNotifier__count = 0; @@ -48786,7 +50944,7 @@ _._highlightManager = t0; _.rootScope = t1; _._primaryFocus = null; - _._dirtyNodes = t2; + _._focus_manager$_dirtyNodes = t2; _._markedForFocus = null; _._pendingAutofocuses = t3; _._haveScheduledUpdate = false; @@ -48830,7 +50988,7 @@ FocusScope_of(context) { var t1 = A.Focus_maybeOf(context, true, true); t1 = t1 == null ? null : t1.get$nearestScope(); - return t1 == null ? context._owner.focusManager.rootScope : t1; + return t1 == null ? context._framework$_owner.focusManager.rootScope : t1; }, _FocusInheritedScope$(child, node) { return new A._FocusInheritedScope(node, child, null); @@ -48934,6 +51092,48 @@ t1.toString; A.Scrollable_ensureVisible(t1, 1, alignmentPolicy, B.Cubic_JUR, B.Duration_0); }, + FocusTraversalPolicy__getDescendantsWithoutExpandingScope(node) { + var t1, t2, _i, child, + result = A._setArrayType([], type$.JSArray_FocusNode); + for (t1 = node._focus_manager$_children, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + child = t1[_i]; + result.push(child); + if (!(child instanceof A.FocusScopeNode)) + B.JSArray_methods.addAll$1(result, A.FocusTraversalPolicy__getDescendantsWithoutExpandingScope(child)); + } + return result; + }, + FocusTraversalPolicy__findGroups(scope, scopeGroupNode, currentNode) { + var groups, t1, t2, t3, _i, node, groupNode, t4, parentGroup, + defaultPolicy = scopeGroupNode == null ? null : scopeGroupNode.policy; + if (defaultPolicy == null) + defaultPolicy = A.ReadingOrderTraversalPolicy$(); + groups = A.LinkedHashMap_LinkedHashMap$_empty(type$.nullable_FocusNode, type$._FocusTraversalGroupInfo); + for (t1 = A.FocusTraversalPolicy__getDescendantsWithoutExpandingScope(scope), t2 = t1.length, t3 = type$.JSArray_FocusNode, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + node = t1[_i]; + groupNode = A.FocusTraversalGroup__getGroupNode(node); + t4 = J.getInterceptor$(node); + if (t4.$eq(node, groupNode)) { + t4 = groupNode._focus_manager$_parent; + t4.toString; + parentGroup = A.FocusTraversalGroup__getGroupNode(t4); + if (groups.$index(0, parentGroup) == null) + groups.$indexSet(0, parentGroup, A._FocusTraversalGroupInfo$(parentGroup, defaultPolicy, A._setArrayType([], t3))); + groups.$index(0, parentGroup).members.push(groupNode); + continue; + } + if (!t4.$eq(node, currentNode)) + t4 = node.get$canRequestFocus() && !node.get$skipTraversal(); + else + t4 = true; + if (t4) { + if (groups.$index(0, groupNode) == null) + groups.$indexSet(0, groupNode, A._FocusTraversalGroupInfo$(groupNode, defaultPolicy, A._setArrayType([], t3))); + groups.$index(0, groupNode).members.push(node); + } + } + return groups; + }, DirectionalFocusTraversalPolicyMixin__verticalCompare(target, a, b) { var t1 = target._dy; return B.JSNumber_methods.compareTo$1(Math.abs(a._dy - t1), Math.abs(b._dy - t1)); @@ -49022,11 +51222,14 @@ }, FocusTraversalPolicy: function FocusTraversalPolicy() { }, + FocusTraversalPolicy__findInitialFocus_closure: function FocusTraversalPolicy__findInitialFocus_closure() { + }, FocusTraversalPolicy__sortAllDescendants_visitGroups: function FocusTraversalPolicy__sortAllDescendants_visitGroups(t0, t1) { this.groups = t0; this.sortedDescendants = t1; }, - FocusTraversalPolicy__sortAllDescendants_closure: function FocusTraversalPolicy__sortAllDescendants_closure() { + FocusTraversalPolicy__sortAllDescendants_closure: function FocusTraversalPolicy__sortAllDescendants_closure(t0) { + this.currentNode = t0; }, _DirectionalPolicyDataEntry: function _DirectionalPolicyDataEntry(t0, t1) { this.direction = t0; @@ -49143,7 +51346,7 @@ _._descendants = _._ancestors = _._manager = null; _._hasKeyboardToken = false; _._focus_manager$_parent = null; - _._children = t7; + _._focus_manager$_children = t7; _._attachment = _._focus_manager$_debugLabel = null; _._requestFocusWhenReparented = false; _.ChangeNotifier__count = 0; @@ -49197,6 +51400,9 @@ var scope = context.dependOnInheritedWidgetOfExactType$1$0(type$._FormScope); return scope == null ? null : scope._formState; }, + _FormScope$(child, formState, generation) { + return new A._FormScope(formState, generation, child, null); + }, FormFieldState$($T) { var _null = null, t1 = $.$get$ChangeNotifier__emptyListeners(); @@ -49405,7 +51611,7 @@ }, Element0: function Element0() { }, - Element_renderObject_closure: function Element_renderObject_closure(t0) { + Element_renderObjectAttachingChild_closure: function Element_renderObjectAttachingChild_closure(t0) { this._box_0 = t0; }, Element_describeMissingAncestor_closure: function Element_describeMissingAncestor_closure(t0) { @@ -49457,10 +51663,10 @@ }, StatelessElement: function StatelessElement(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -49471,10 +51677,10 @@ var _ = this; _._framework$_state = t0; _._didChangeDependencies = false; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -49485,10 +51691,10 @@ }, ParentDataElement: function ParentDataElement(t0, t1, t2) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -49502,10 +51708,10 @@ InheritedElement: function InheritedElement(t0, t1, t2) { var _ = this; _._dependents = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -49518,10 +51724,10 @@ }, LeafRenderObjectElement: function LeafRenderObjectElement(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -49530,10 +51736,10 @@ }, SingleChildRenderObjectElement: function SingleChildRenderObjectElement(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -49544,10 +51750,10 @@ var _ = this; _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -49557,6 +51763,8 @@ MultiChildRenderObjectElement_children_closure: function MultiChildRenderObjectElement_children_closure(t0) { this.$this = t0; }, + RenderTreeRootElement: function RenderTreeRootElement() { + }, IndexedSlot: function IndexedSlot(t0, t1, t2) { this.value = t0; this.index = t1; @@ -49564,10 +51772,10 @@ }, _NullElement: function _NullElement(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = null; + _._slot = _._notificationTree = _._framework$_parent = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -49864,27 +52072,7 @@ iconThemeData = A.IconTheme__getInheritedIconThemeData(context).resolve$1(0, context), t1 = iconThemeData.size, t2 = t1 == null; - if (!t2) - if (iconThemeData.fill != null) - if (iconThemeData.weight != null) - if (iconThemeData.grade != null) - if (iconThemeData.opticalSize != null) - if (iconThemeData.color != null) { - t3 = iconThemeData._opacity; - t3 = (t3 == null ? null : A.clampDouble(t3, 0, 1)) != null; - } else - t3 = false; - else - t3 = false; - else - t3 = false; - else - t3 = false; - else - t3 = false; - else - t3 = false; - if (t3) + if (!t2 && iconThemeData.fill != null && iconThemeData.weight != null && iconThemeData.grade != null && iconThemeData.opticalSize != null && iconThemeData.color != null && iconThemeData.get$opacity(iconThemeData) != null) t1 = iconThemeData; else { if (t2) @@ -49904,10 +52092,9 @@ t6 = iconThemeData.color; if (t6 == null) t6 = B.Color_4278190080; - t7 = iconThemeData._opacity; - t7 = t7 == null ? null : A.clampDouble(t7, 0, 1); + t7 = iconThemeData.get$opacity(iconThemeData); if (t7 == null) - t7 = A.clampDouble(1, 0, 1); + t7 = B.IconThemeData_jR2.get$opacity(B.IconThemeData_jR2); t8 = iconThemeData.shadows; t1 = iconThemeData.copyWith$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(t6, t2, t4, t7, t5, t8 == null ? null : t8, t1, t3); } @@ -49929,7 +52116,7 @@ this.child = t2; }, IconThemeData_lerp(a, b, t) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, _null = null; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, _null = null; if (a == b && a != null) return a; t1 = a == null; @@ -49946,21 +52133,10 @@ t7 = A.lerpDouble(t7, t3 ? _null : b.opticalSize, t); t8 = t1 ? _null : a.color; t8 = A.Color_lerp(t8, t3 ? _null : b.color, t); - if (t1) - t9 = _null; - else { - t9 = a._opacity; - t9 = t9 == null ? _null : A.clampDouble(t9, 0, 1); - } - if (t3) - t10 = _null; - else { - t10 = b._opacity; - t10 = t10 == null ? _null : A.clampDouble(t10, 0, 1); - } - t10 = A.lerpDouble(t9, t10, t); + t9 = t1 ? _null : a.get$opacity(a); + t9 = A.lerpDouble(t9, t3 ? _null : b.get$opacity(b), t); t1 = t1 ? _null : a.shadows; - return new A.IconThemeData(t2, t4, t5, t6, t7, t8, t10, A.Shadow_lerpList(t1, t3 ? _null : b.shadows, t)); + return new A.IconThemeData(t2, t4, t5, t6, t7, t8, t9, A.Shadow_lerpList(t1, t3 ? _null : b.shadows, t)); }, IconThemeData: function IconThemeData(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -49985,37 +52161,24 @@ t2 = 1; return new A.ImageConfiguration(t1, t2, A.Localizations_maybeLocaleOf(context), A.Directionality_maybeOf(context), size, A.defaultTargetPlatform()); }, - Image$(alignment, color, colorBlendMode, errorBuilder, filterQuality, fit, frameBuilder, height, image, key, loadingBuilder, matchTextDirection, repeat, width) { - return new A.Image(image, frameBuilder, loadingBuilder, errorBuilder, width, height, color, filterQuality, colorBlendMode, fit, alignment, repeat, false, key); - }, Image$network(src, fit, headers, height, key, width) { - var _null = null; - return new A.Image(A.ResizeImage_resizeIfNeeded(_null, _null, new A.NetworkImage(src, 1, headers)), _null, _null, _null, width, height, _null, B.FilterQuality_1, _null, fit, B.Alignment_0_0, B.ImageRepeat_3, false, key); + return new A.Image(A.ResizeImage_resizeIfNeeded(null, null, new A.NetworkImage(src, 1, headers)), width, height, fit, key); }, Image$asset($name, height, $package, width) { var _null = null; - return new A.Image(A.ResizeImage_resizeIfNeeded(_null, _null, new A.AssetImage($name, _null, $package)), _null, _null, _null, width, height, _null, B.FilterQuality_1, _null, _null, B.Alignment_0_0, B.ImageRepeat_3, false, _null); + return new A.Image(A.ResizeImage_resizeIfNeeded(_null, _null, new A.AssetImage($name, _null, $package)), width, height, _null, _null); }, Image$memory(bytes, fit, height) { var _null = null; - return new A.Image(A.ResizeImage_resizeIfNeeded(_null, _null, new A.MemoryImage(bytes, 1)), _null, _null, _null, _null, height, _null, B.FilterQuality_1, _null, fit, B.Alignment_0_0, B.ImageRepeat_3, false, _null); + return new A.Image(A.ResizeImage_resizeIfNeeded(_null, _null, new A.MemoryImage(bytes, 1)), _null, height, fit, _null); }, - Image: function Image(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + Image: function Image(t0, t1, t2, t3, t4) { var _ = this; _.image = t0; - _.frameBuilder = t1; - _.loadingBuilder = t2; - _.errorBuilder = t3; - _.width = t4; - _.height = t5; - _.color = t6; - _.filterQuality = t7; - _.colorBlendMode = t8; - _.fit = t9; - _.alignment = t10; - _.repeat = t11; - _.matchTextDirection = t12; - _.key = t13; + _.width = t1; + _.height = t2; + _.fit = t3; + _.key = t4; }, _ImageState: function _ImageState(t0) { var _ = this; @@ -50029,23 +52192,11 @@ _._debugLifecycleState = t0; _._framework$_element = null; }, - _ImageState__getListener_closure: function _ImageState__getListener_closure(t0) { - this.$this = t0; - }, - _ImageState__getListener__closure: function _ImageState__getListener__closure(t0, t1, t2) { - this.$this = t0; - this.error = t1; - this.stackTrace = t2; - }, _ImageState__handleImageFrame_closure: function _ImageState__handleImageFrame_closure(t0, t1, t2) { this.$this = t0; this.imageInfo = t1; this.synchronousCall = t2; }, - _ImageState__handleImageChunk_closure: function _ImageState__handleImageChunk_closure(t0, t1) { - this.$this = t0; - this.event = t1; - }, _ImageState__replaceImage_closure: function _ImageState__replaceImage_closure(t0) { this.oldImageInfo = t0; }, @@ -50329,10 +52480,10 @@ InheritedModelElement: function InheritedModelElement(t0, t1, t2, t3) { var _ = this; _._dependents = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -50346,10 +52497,10 @@ var _ = this; _._inherited_notifier$_dirty = false; _._dependents = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -50553,10 +52704,10 @@ }, _LayoutBuilderElement: function _LayoutBuilderElement(t0, t1, t2) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._layout_builder$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._layout_builder$_child = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -50595,7 +52746,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -50891,7 +53042,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -50913,6 +53064,12 @@ MediaQuery_MediaQuery$removePadding(child, context, removeBottom, removeLeft, removeRight, removeTop) { return A.MediaQuery$(child, A.InheritedModel_inheritFrom(context, null, type$.MediaQuery).data.removePadding$4$removeBottom$removeLeft$removeRight$removeTop(removeBottom, removeLeft, removeRight, removeTop), null); }, + MediaQuery_withNoTextScaling(child) { + return new A.Builder(new A.MediaQuery_withNoTextScaling_closure(child), null); + }, + MediaQuery_withClampedTextScaling(child, maxScaleFactor) { + return new A.Builder(new A.MediaQuery_withClampedTextScaling_closure(0, maxScaleFactor, child), null); + }, MediaQuery__maybeOf(context, aspect) { var t1 = A.InheritedModel_inheritFrom(context, aspect, type$.MediaQuery); return t1 == null ? null : t1.data; @@ -50925,11 +53082,11 @@ this.index = t0; this._core$_name = t1; }, - MediaQueryData: function MediaQueryData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { + MediaQueryData: function MediaQueryData(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { var _ = this; _.size = t0; _.devicePixelRatio = t1; - _.textScaleFactor = t2; + _._textScaler = t2; _.platformBrightness = t3; _.viewInsets = t4; _.padding = t5; @@ -50939,11 +53096,12 @@ _.accessibleNavigation = t9; _.invertColors = t10; _.highContrast = t11; - _.disableAnimations = t12; - _.boldText = t13; - _.navigationMode = t14; - _.gestureSettings = t15; - _.displayFeatures = t16; + _.onOffSwitchLabels = t12; + _.disableAnimations = t13; + _.boldText = t14; + _.navigationMode = t15; + _.gestureSettings = t16; + _.displayFeatures = t17; }, MediaQueryData_removeDisplayFeatures_closure: function MediaQueryData_removeDisplayFeatures_closure(t0) { this.subScreen = t0; @@ -50953,6 +53111,14 @@ this.child = t1; this.key = t2; }, + MediaQuery_withNoTextScaling_closure: function MediaQuery_withNoTextScaling_closure(t0) { + this.child = t0; + }, + MediaQuery_withClampedTextScaling_closure: function MediaQuery_withClampedTextScaling_closure(t0, t1, t2) { + this.minScaleFactor = t0; + this.maxScaleFactor = t1; + this.child = t2; + }, NavigationMode: function NavigationMode(t0, t1) { this.index = t0; this._core$_name = t1; @@ -51094,7 +53260,7 @@ return $navigator; }, Navigator_defaultGenerateInitialRoutes($navigator, initialRouteName) { - var t1, routeParts, t2, _i, t3, routeName, _null = null, + var t1, routeParts, t2, _i, t3, routeName, route, _null = null, result = A._setArrayType([], type$.JSArray_nullable_Route_dynamic); if (B.JSString_methods.startsWith$1(initialRouteName, "/") && initialRouteName.length > 1) { initialRouteName = B.JSString_methods.substring$1(initialRouteName, 1); @@ -51106,8 +53272,14 @@ routeName = t3 + ("/" + A.S(routeParts[_i])); result.push($navigator._routeNamed$1$3$allowNull$arguments(routeName, true, _null, t1)); } - if (B.JSArray_methods.get$last(result) == null) + if (B.JSArray_methods.get$last(result) == null) { + for (t1 = result.length, _i = 0; _i < result.length; result.length === t1 || (0, A.throwConcurrentModificationError)(result), ++_i) { + route = result[_i]; + if (route != null) + route.dispose$0(); + } B.JSArray_methods.clear$0(result); + } } else if (initialRouteName !== "/") result.push($navigator._routeNamed$1$3$allowNull$arguments(initialRouteName, true, _null, type$.dynamic)); if (!!result.fixed$length) @@ -51119,7 +53291,7 @@ }, _RouteEntry$(route, initialState, pageBased, restorationInformation) { var t1 = $.$get$_RouteEntry_notAnnounced(); - return new A._RouteEntry(route, restorationInformation, pageBased, initialState, t1, t1, t1); + return new A._RouteEntry(route, restorationInformation, pageBased, initialState, t1, new A._WeakReferenceWrapper(new WeakRef(t1), type$._WeakReferenceWrapper_Route_dynamic), t1); }, _RouteEntry_isPresentPredicate(entry) { return entry.get$isPresent(); @@ -51275,6 +53447,14 @@ this.primaryRoute = t0; this.secondaryRoute = t1; }, + _History: function _History(t0, t1) { + var _ = this; + _._navigator$_value = t0; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t1; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, NavigatorState: function NavigatorState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { var _ = this; _.__NavigatorState__overlayKey_A = $; @@ -51304,6 +53484,10 @@ _._debugLifecycleState = t16; _._framework$_element = null; }, + NavigatorState__handleHistoryChanged_closure: function NavigatorState__handleHistoryChanged_closure(t0, t1) { + this.$this = t0; + this.notification = t1; + }, NavigatorState_restoreState_closure: function NavigatorState_restoreState_closure(t0) { this.$this = t0; }, @@ -51314,6 +53498,10 @@ NavigatorState__cancelActivePointers_closure: function NavigatorState__cancelActivePointers_closure(t0) { this.absorber = t0; }, + NavigatorState_build_closure: function NavigatorState_build_closure(t0, t1) { + this.$this = t0; + this.context = t1; + }, _RouteRestorationType: function _RouteRestorationType(t0, t1) { this.index = t0; this._core$_name = t1; @@ -51348,12 +53536,39 @@ }, _HistoryProperty_fromPrimitives_closure: function _HistoryProperty_fromPrimitives_closure() { }, + NavigationNotification: function NavigationNotification(t0) { + this.canHandlePop = t0; + }, _NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure: function _NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure() { }, _NavigatorState_State_TickerProviderStateMixin: function _NavigatorState_State_TickerProviderStateMixin() { }, _NavigatorState_State_TickerProviderStateMixin_RestorationMixin: function _NavigatorState_State_TickerProviderStateMixin_RestorationMixin() { }, + __History_Iterable_ChangeNotifier: function __History_Iterable_ChangeNotifier() { + }, + NavigatorPopHandler: function NavigatorPopHandler(t0, t1, t2) { + this.child = t0; + this.onPop = t1; + this.key = t2; + }, + _NavigatorPopHandlerState: function _NavigatorPopHandlerState(t0) { + var _ = this; + _._canPop = true; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, + _NavigatorPopHandlerState_build_closure0: function _NavigatorPopHandlerState_build_closure0(t0) { + this.$this = t0; + }, + _NavigatorPopHandlerState_build_closure: function _NavigatorPopHandlerState_build_closure(t0) { + this.$this = t0; + }, + _NavigatorPopHandlerState_build__closure: function _NavigatorPopHandlerState_build__closure(t0, t1) { + this.$this = t0; + this.nextCanPop = t1; + }, Notification0: function Notification0() { }, NotificationListener: function NotificationListener(t0, t1, t2, t3) { @@ -51365,10 +53580,10 @@ }, _NotificationElement: function _NotificationElement(t0, t1, t2) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -51425,7 +53640,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -51450,11 +53665,14 @@ __RenderOverflowBar_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin: function __RenderOverflowBar_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin() { }, OverlayEntry$(builder, maintainState) { - return new A.OverlayEntry(builder, maintainState, A.ValueNotifier$(null, type$.nullable__OverlayEntryWidgetState), new A.LabeledGlobalKey(null, type$.LabeledGlobalKey__OverlayEntryWidgetState)); + return new A.OverlayEntry(builder, maintainState, new A.ValueNotifier(null, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_nullable__OverlayEntryWidgetState), new A.LabeledGlobalKey(null, type$.LabeledGlobalKey__OverlayEntryWidgetState)); }, _RenderTheater__detachChild(child) { return child.detach$0(0); }, + OverlayPortal$(child, controller, overlayChildBuilder) { + return new A.OverlayPortal(controller, overlayChildBuilder, child, null); + }, _RenderTheaterMarker_of(context, targetRootOverlay) { var t1, marker = context.dependOnInheritedWidgetOfExactType$1$0(type$._RenderTheaterMarker); @@ -51546,10 +53764,10 @@ var _ = this; _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -51590,7 +53808,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -51625,8 +53843,9 @@ _.onstageChildren = t2; _.offstageChildren = t3; }, - OverlayPortalController: function OverlayPortalController() { + OverlayPortalController: function OverlayPortalController(t0) { this._zOrderIndex = this._attachTarget = null; + this._overlay$_debugLabel = t0; }, OverlayPortal: function OverlayPortal(t0, t1, t2, t3) { var _ = this; @@ -51677,10 +53896,10 @@ }, _OverlayPortalElement: function _OverlayPortalElement(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._overlay$_child = _._overlayChild = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._overlay$_child = _._overlayChild = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -51696,7 +53915,7 @@ _._layoutSurrogate = t0; _._callingMarkParentNeedsLayout = false; _._overlay$_needsLayout = true; - _._overlay$_debugMutationsLocked = _._parentDoingLayout = false; + _._overlay$_debugMutationsLocked = _._theaterDoingThisLayout = false; _.LinkedListEntry__previous = _.LinkedListEntry__next = _.LinkedListEntry__list = null; _.RenderObjectWithChildMixin__child = t1; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; @@ -51710,7 +53929,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -51747,7 +53966,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -51802,9 +54021,6 @@ t4.___GlowController__displacementTicker_F = t1; return t4; }, - StretchingOverscrollIndicator$(axisDirection, child, clipBehavior) { - return new A.StretchingOverscrollIndicator(axisDirection, clipBehavior, child, null); - }, GlowingOverscrollIndicator: function GlowingOverscrollIndicator(t0, t1, t2, t3) { var _ = this; _.axisDirection = t0; @@ -52045,19 +54261,6 @@ this.viewType = t0; this.key = t1; }, - HtmlElementView_build_closure: function HtmlElementView_build_closure() { - }, - HtmlElementView__createHtmlElementView_closure: function HtmlElementView__createHtmlElementView_closure(t0, t1) { - this.$this = t0; - this.params = t1; - }, - _HtmlElementViewController: function _HtmlElementViewController(t0, t1, t2) { - var _ = this; - _.viewId = t0; - _.viewType = t1; - _.creationParams = t2; - _._platform_view$_initialized = false; - }, PlatformViewCreationParams: function PlatformViewCreationParams(t0, t1) { this.id = t0; this.onPlatformViewCreated = t1; @@ -52106,7 +54309,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -52133,6 +54336,21 @@ _extension_0_disposePostFrame_closure: function _extension_0_disposePostFrame_closure(t0) { this._this = t0; }, + PopScope: function PopScope(t0, t1, t2, t3) { + var _ = this; + _.child = t0; + _.onPopInvoked = t1; + _.canPop = t2; + _.key = t3; + }, + _PopScopeState: function _PopScopeState(t0) { + var _ = this; + _._route = null; + _.___PopScopeState_canPopNotifier_F = $; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, PreferredSize: function PreferredSize(t0, t1, t2) { this.child = t0; this.preferredSize = t1; @@ -52206,7 +54424,7 @@ return new A.Offset(0, offset._dy); } }, - SliverReorderableList: function SliverReorderableList(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + SliverReorderableList: function SliverReorderableList(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.itemBuilder = t0; _.itemCount = t1; @@ -52215,9 +54433,10 @@ _.onReorderEnd = t4; _.proxyDecorator = t5; _.itemExtent = t6; - _.prototypeItem = t7; - _.autoScrollerVelocityScalar = t8; - _.key = t9; + _.itemExtentBuilder = t7; + _.prototypeItem = t8; + _.autoScrollerVelocityScalar = t9; + _.key = t10; }, SliverReorderableListState: function SliverReorderableListState(t0, t1, t2, t3) { var _ = this; @@ -52251,7 +54470,12 @@ SliverReorderableListState__dragCancel_closure: function SliverReorderableListState__dragCancel_closure(t0) { this.$this = t0; }, - SliverReorderableListState__dragEnd_closure: function SliverReorderableListState__dragEnd_closure(t0, t1) { + SliverReorderableListState__dragEnd_closure: function SliverReorderableListState__dragEnd_closure(t0, t1, t2) { + this.$this = t0; + this.lastItemOffset = t1; + this.delta = t2; + }, + SliverReorderableListState__dragEnd_closure0: function SliverReorderableListState__dragEnd_closure0(t0, t1) { this.$this = t0; this.item = t1; }, @@ -52475,7 +54699,7 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - RestorableDateTime: function RestorableDateTime(t0, t1) { + RestorableDateTimeN: function RestorableDateTimeN(t0, t1) { var _ = this; _._defaultValue = t0; _._restoration_properties$_value = null; @@ -52702,6 +54926,12 @@ this.$this = t0; this.value = t1; }, + ModalRoute_popDisposition_closure: function ModalRoute_popDisposition_closure() { + }, + ModalRoute__handlePopEntryChange_closure: function ModalRoute__handlePopEntryChange_closure(t0, t1) { + this.$this = t0; + this.notification = t1; + }, ModalRoute_changedInternalState_closure: function ModalRoute_changedInternalState_closure() { }, PopupRoute: function PopupRoute() { @@ -52727,10 +54957,12 @@ }, IdleScrollActivity: function IdleScrollActivity(t0) { this._delegate = t0; + this._scroll_activity$_isDisposed = false; }, HoldScrollActivity: function HoldScrollActivity(t0, t1) { this.onHoldCanceled = t0; this._delegate = t1; + this._scroll_activity$_isDisposed = false; }, ScrollDragController: function ScrollDragController(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -52747,15 +54979,20 @@ DragScrollActivity: function DragScrollActivity(t0, t1) { this._scroll_activity$_controller = t0; this._delegate = t1; + this._scroll_activity$_isDisposed = false; }, BallisticScrollActivity: function BallisticScrollActivity(t0, t1) { - this.__BallisticScrollActivity__controller_A = $; - this.shouldIgnorePointer = t0; - this._delegate = t1; + var _ = this; + _.__BallisticScrollActivity__controller_A = $; + _.shouldIgnorePointer = t0; + _._delegate = t1; + _._scroll_activity$_isDisposed = false; }, DrivenScrollActivity: function DrivenScrollActivity(t0) { - this.__DrivenScrollActivity__controller_F = this.__DrivenScrollActivity__completer_F = $; - this._delegate = t0; + var _ = this; + _.__DrivenScrollActivity__controller_F = _.__DrivenScrollActivity__completer_F = $; + _._delegate = t0; + _._scroll_activity$_isDisposed = false; }, ScrollAwareImageProvider: function ScrollAwareImageProvider(t0, t1, t2) { this.context = t0; @@ -52784,14 +55021,13 @@ ScrollConfiguration_of(context) { var configuration = context.dependOnInheritedWidgetOfExactType$1$0(type$.ScrollConfiguration), t1 = configuration == null ? null : configuration.behavior; - return t1 == null ? B.ScrollBehavior_null : t1; + return t1 == null ? B.C_ScrollBehavior : t1; }, AndroidOverscrollIndicator: function AndroidOverscrollIndicator(t0, t1) { this.index = t0; this._core$_name = t1; }, - ScrollBehavior: function ScrollBehavior(t0) { - this._androidOverscrollIndicator = t0; + ScrollBehavior: function ScrollBehavior() { }, ScrollBehavior_velocityTrackerBuilder_closure: function ScrollBehavior_velocityTrackerBuilder_closure() { }, @@ -52799,7 +55035,7 @@ }, ScrollBehavior_velocityTrackerBuilder_closure1: function ScrollBehavior_velocityTrackerBuilder_closure1() { }, - _WrappedScrollBehavior: function _WrappedScrollBehavior(t0, t1, t2, t3, t4, t5, t6, t7) { + _WrappedScrollBehavior: function _WrappedScrollBehavior(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.delegate = t0; _.scrollbars = t1; @@ -52808,7 +55044,6 @@ _.platform = t4; _._dragDevices = t5; _._pointerAxisModifiers = t6; - _._androidOverscrollIndicator = t7; }, ScrollConfiguration: function ScrollConfiguration(t0, t1, t2) { this.behavior = t0; @@ -53028,7 +55263,8 @@ _ScrollPosition_ViewportOffset_ScrollMetrics: function _ScrollPosition_ViewportOffset_ScrollMetrics() { }, ScrollPositionWithSingleContext$(context, debugLabel, initialPixels, keepScrollOffset, oldPosition, physics) { - var t1 = new A.ScrollPositionWithSingleContext(B.ScrollDirection_0, physics, context, true, debugLabel, A.ValueNotifier$(false, type$.bool), $.$get$ChangeNotifier__emptyListeners()); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + t1 = new A.ScrollPositionWithSingleContext(B.ScrollDirection_0, physics, context, true, debugLabel, new A.ValueNotifier(false, t1, type$.ValueNotifier_bool), t1); t1.ScrollPosition$5$context$debugLabel$keepScrollOffset$oldPosition$physics(context, debugLabel, true, oldPosition, physics); t1.ScrollPositionWithSingleContext$6$context$debugLabel$initialPixels$keepScrollOffset$oldPosition$physics(context, debugLabel, initialPixels, true, oldPosition, physics); return t1; @@ -53253,20 +55489,19 @@ return false; }, Scrollable_ensureVisible(context, alignment, alignmentPolicy, curve, duration) { - var targetRenderObject, t1, t2, _null = null, - futures = A._setArrayType([], type$.JSArray_Future_void), + var targetRenderObject, t2, _null = null, + t1 = type$.JSArray_Future_void, + futures = A._setArrayType([], t1), scrollable = A.Scrollable_maybeOf(context, _null); - for (targetRenderObject = _null; scrollable != null; context = t1) { - t1 = scrollable._scrollable$_position; - t1.toString; + for (targetRenderObject = _null; scrollable != null; context = t2) { t2 = context.get$renderObject(); t2.toString; - futures.push(t1.ensureVisible$6$alignment$alignmentPolicy$curve$duration$targetRenderObject(t2, alignment, alignmentPolicy, curve, duration, targetRenderObject)); + B.JSArray_methods.addAll$1(futures, A._setArrayType([scrollable._scrollable$_position.ensureVisible$6$alignment$alignmentPolicy$curve$duration$targetRenderObject(t2, alignment, alignmentPolicy, curve, duration, targetRenderObject)], t1)); if (targetRenderObject == null) targetRenderObject = context.get$renderObject(); - t1 = scrollable._framework$_element; - t1.toString; - scrollable = A.Scrollable_maybeOf(t1, _null); + t2 = scrollable._framework$_element; + t2.toString; + scrollable = A.Scrollable_maybeOf(t2, _null); } t1 = futures.length; if (t1 !== 0) @@ -53435,7 +55670,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -53708,13 +55943,13 @@ t1 = a.top, t2 = b.top, t3 = t1 - t2; - if (!(t3 < 1e-10 && a.bottom - b.bottom > -1e-10)) - t4 = t2 - t1 < 1e-10 && b.bottom - a.bottom > -1e-10; + if (!(t3 < 3 && a.bottom - b.bottom > -3)) + t4 = t2 - t1 < 3 && b.bottom - a.bottom > -3; else t4 = true; if (t4) return 0; - if (Math.abs(t3) > 1e-10) + if (Math.abs(t3) > 3) return t1 > t2 ? 1 : -1; return a.bottom > b.bottom ? 1 : -1; }, @@ -53748,6 +55983,13 @@ }, MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0: function MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0() { }, + MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure: function MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure(t0, t1) { + this.$this = t0; + this.skipIndex = t1; + }, + MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0: function MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0(t0) { + this.$this = t0; + }, MultiSelectableSelectionContainerDelegate_handleSelectWord_closure: function MultiSelectableSelectionContainerDelegate_handleSelectWord_closure(t0, t1) { this.$this = t0; this.index = t1; @@ -53755,6 +55997,33 @@ MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0: function MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0(t0) { this.$this = t0; }, + MultiSelectableSelectionContainerDelegate__adjustSelection_closure: function MultiSelectableSelectionContainerDelegate__adjustSelection_closure(t0) { + this._0_0 = t0; + }, + MultiSelectableSelectionContainerDelegate__adjustSelection_closure0: function MultiSelectableSelectionContainerDelegate__adjustSelection_closure0(t0) { + this._0_1 = t0; + }, + MultiSelectableSelectionContainerDelegate__adjustSelection_closure1: function MultiSelectableSelectionContainerDelegate__adjustSelection_closure1(t0) { + this._0_0 = t0; + }, + MultiSelectableSelectionContainerDelegate__adjustSelection_closure2: function MultiSelectableSelectionContainerDelegate__adjustSelection_closure2(t0) { + this._0_4 = t0; + }, + MultiSelectableSelectionContainerDelegate__adjustSelection_closure3: function MultiSelectableSelectionContainerDelegate__adjustSelection_closure3(t0) { + this._0_0 = t0; + }, + MultiSelectableSelectionContainerDelegate__adjustSelection_closure4: function MultiSelectableSelectionContainerDelegate__adjustSelection_closure4(t0) { + this._0_6 = t0; + }, + MultiSelectableSelectionContainerDelegate__adjustSelection_closure5: function MultiSelectableSelectionContainerDelegate__adjustSelection_closure5(t0) { + this._0_6 = t0; + }, + MultiSelectableSelectionContainerDelegate__adjustSelection_closure6: function MultiSelectableSelectionContainerDelegate__adjustSelection_closure6(t0) { + this._0_4 = t0; + }, + MultiSelectableSelectionContainerDelegate__adjustSelection_closure7: function MultiSelectableSelectionContainerDelegate__adjustSelection_closure7(t0) { + this._0_1 = t0; + }, _MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier: function _MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier() { }, SelectionContainer_maybeOf(context) { @@ -53988,10 +56257,10 @@ }, _SingleChildViewportElement: function _SingleChildViewportElement(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -54016,7 +56285,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -54079,10 +56348,10 @@ _._childElements = t1; _._currentlyUpdatingChildIndex = _._currentBeforeChild = null; _._didUnderflow = false; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t2; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t3; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -54148,7 +56417,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -54186,10 +56455,10 @@ _SliverPersistentHeaderElement: function _SliverPersistentHeaderElement(t0, t1, t2) { var _ = this; _.floating = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _.child = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _.child = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -54227,7 +56496,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -54255,10 +56524,10 @@ var _ = this; _._slotToChild = t0; _._keyedChildren = t1; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._debugPreviousSlots = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._debugPreviousSlots = null; _.__Element__depth_A = $; _._widget = t2; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t3; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -54314,7 +56583,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -54504,10 +56773,10 @@ _._table0$_children = t0; _._table0$_doingMountOrUpdate = false; _._table0$_forgottenChildren = t1; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t2; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t3; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -54545,150 +56814,8 @@ }, __TableSlot_Object_Diagnosticable: function __TableSlot_Object_Diagnosticable() { }, - _DragState0: function _DragState0(t0, t1) { - this.index = t0; - this._core$_name = t1; - }, - TapDragDownDetails: function TapDragDownDetails(t0, t1, t2, t3, t4) { - var _ = this; - _.globalPosition = t0; - _.localPosition = t1; - _.kind = t2; - _.consecutiveTapCount = t3; - _.keysPressedOnDown = t4; - }, - TapDragUpDetails: function TapDragUpDetails(t0, t1, t2, t3, t4) { - var _ = this; - _.globalPosition = t0; - _.localPosition = t1; - _.kind = t2; - _.consecutiveTapCount = t3; - _.keysPressedOnDown = t4; - }, - TapDragStartDetails: function TapDragStartDetails(t0, t1, t2, t3, t4, t5) { - var _ = this; - _.sourceTimeStamp = t0; - _.globalPosition = t1; - _.localPosition = t2; - _.kind = t3; - _.consecutiveTapCount = t4; - _.keysPressedOnDown = t5; - }, - TapDragUpdateDetails: function TapDragUpdateDetails(t0, t1, t2, t3, t4, t5, t6, t7, t8) { - var _ = this; - _.sourceTimeStamp = t0; - _.delta = t1; - _.globalPosition = t2; - _.localPosition = t3; - _.kind = t4; - _.offsetFromOrigin = t5; - _.localOffsetFromOrigin = t6; - _.consecutiveTapCount = t7; - _.keysPressedOnDown = t8; - }, - TapDragEndDetails: function TapDragEndDetails(t0, t1, t2) { - this.primaryVelocity = t0; - this.consecutiveTapCount = t1; - this.keysPressedOnDown = t2; - }, - _TapStatusTrackerMixin: function _TapStatusTrackerMixin() { - }, - BaseTapAndDragGestureRecognizer: function BaseTapAndDragGestureRecognizer() { - }, - BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure: function BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure(t0) { - this.$this = t0; - }, - BaseTapAndDragGestureRecognizer_addAllowedPointer_closure: function BaseTapAndDragGestureRecognizer_addAllowedPointer_closure(t0, t1) { - this.$this = t0; - this.event = t1; - }, - BaseTapAndDragGestureRecognizer__checkTapDown_closure: function BaseTapAndDragGestureRecognizer__checkTapDown_closure(t0, t1) { - this.$this = t0; - this.details = t1; - }, - BaseTapAndDragGestureRecognizer__checkTapUp_closure: function BaseTapAndDragGestureRecognizer__checkTapUp_closure(t0, t1) { - this.$this = t0; - this.upDetails = t1; - }, - BaseTapAndDragGestureRecognizer__checkDragStart_closure: function BaseTapAndDragGestureRecognizer__checkDragStart_closure(t0, t1) { - this.$this = t0; - this.details = t1; - }, - BaseTapAndDragGestureRecognizer__checkDragUpdate_closure: function BaseTapAndDragGestureRecognizer__checkDragUpdate_closure(t0, t1) { - this.$this = t0; - this.details = t1; - }, - BaseTapAndDragGestureRecognizer__checkDragEnd_closure: function BaseTapAndDragGestureRecognizer__checkDragEnd_closure(t0, t1) { - this.$this = t0; - this.endDetails = t1; - }, - TapAndHorizontalDragGestureRecognizer: function TapAndHorizontalDragGestureRecognizer(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { - var _ = this; - _.dragStartBehavior = t0; - _.onCancel = _.onDragEnd = _.onDragUpdate = _.onDragStart = _.onTapUp = _.onTapDown = null; - _._tap_and_drag_gestures$_wonArenaForPrimaryPointer = _._tap_and_drag_gestures$_sentTapDown = _._pastSlopTolerance = false; - _._deadlineTimer = _._tap_and_drag_gestures$_primaryPointer = null; - _._dragState = t1; - _._tap_and_drag_gestures$_start = null; - _.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A = _.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A = _.__BaseTapAndDragGestureRecognizer__initialPosition_A = $; - _._dragUpdateThrottleTimer = _._lastDragUpdateDetails = _._correctedPosition = null; - _._tap_and_drag_gestures$_acceptedActivePointers = t2; - _._TapStatusTrackerMixin__down = t3; - _._TapStatusTrackerMixin__up = t4; - _._TapStatusTrackerMixin__consecutiveTapCount = t5; - _._TapStatusTrackerMixin__keysPressedOnDown = t6; - _._TapStatusTrackerMixin__originPosition = t7; - _._TapStatusTrackerMixin__previousButtons = t8; - _._TapStatusTrackerMixin__consecutiveTapTimer = t9; - _._TapStatusTrackerMixin__lastTapOffset = t10; - _._recognizer$_entries = t11; - _._trackedPointers = t12; - _._team = null; - _.debugOwner = t13; - _.gestureSettings = null; - _.supportedDevices = t14; - _._allowedButtonsFilter = t15; - _._pointerToKind = t16; - }, - TapAndPanGestureRecognizer: function TapAndPanGestureRecognizer(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) { - var _ = this; - _.dragStartBehavior = t0; - _.onCancel = _.onDragEnd = _.onDragUpdate = _.onDragStart = _.onTapUp = _.onTapDown = null; - _._tap_and_drag_gestures$_wonArenaForPrimaryPointer = _._tap_and_drag_gestures$_sentTapDown = _._pastSlopTolerance = false; - _._deadlineTimer = _._tap_and_drag_gestures$_primaryPointer = null; - _._dragState = t1; - _._tap_and_drag_gestures$_start = null; - _.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A = _.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A = _.__BaseTapAndDragGestureRecognizer__initialPosition_A = $; - _._dragUpdateThrottleTimer = _._lastDragUpdateDetails = _._correctedPosition = null; - _._tap_and_drag_gestures$_acceptedActivePointers = t2; - _._TapStatusTrackerMixin__down = t3; - _._TapStatusTrackerMixin__up = t4; - _._TapStatusTrackerMixin__consecutiveTapCount = t5; - _._TapStatusTrackerMixin__keysPressedOnDown = t6; - _._TapStatusTrackerMixin__originPosition = t7; - _._TapStatusTrackerMixin__previousButtons = t8; - _._TapStatusTrackerMixin__consecutiveTapTimer = t9; - _._TapStatusTrackerMixin__lastTapOffset = t10; - _._recognizer$_entries = t11; - _._trackedPointers = t12; - _._team = null; - _.debugOwner = t13; - _.gestureSettings = null; - _.supportedDevices = t14; - _._allowedButtonsFilter = t15; - _._pointerToKind = t16; - }, - _BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin: function _BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin() { - }, - _TapDragDownDetails_Object_Diagnosticable: function _TapDragDownDetails_Object_Diagnosticable() { - }, - _TapDragEndDetails_Object_Diagnosticable: function _TapDragEndDetails_Object_Diagnosticable() { - }, - _TapDragStartDetails_Object_Diagnosticable: function _TapDragStartDetails_Object_Diagnosticable() { - }, - _TapDragUpDetails_Object_Diagnosticable: function _TapDragUpDetails_Object_Diagnosticable() { - }, - _TapDragUpdateDetails_Object_Diagnosticable: function _TapDragUpdateDetails_Object_Diagnosticable() { + TapRegion$(child, debugLabel, enabled, groupId, key, onTapInside, onTapOutside) { + return new A.TapRegion(true, onTapOutside, onTapInside, groupId, debugLabel, child, key); }, TextFieldTapRegion$(child, debugLabel, onTapOutside) { return new A.TextFieldTapRegion(true, onTapOutside, null, B.Type_EditableText_C3e, debugLabel, child, null); @@ -54715,7 +56842,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -54731,7 +56858,15 @@ _._needsSemanticsUpdate = true; _._semantics = null; }, - TapRegion: function TapRegion() { + TapRegion: function TapRegion(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.enabled = t0; + _.onTapOutside = t1; + _.onTapInside = t2; + _.groupId = t3; + _.debugLabel = t4; + _.child = t5; + _.key = t6; }, RenderTapRegion: function RenderTapRegion(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -54755,7 +56890,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -54788,8 +56923,8 @@ var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextHeightBehavior); return t1 == null ? null : t1.get$textHeightBehavior(); }, - Text$(data, key, maxLines, overflow, semanticsLabel, softWrap, style, textAlign, textDirection, textScaleFactor) { - return new A.Text(data, null, style, textAlign, textDirection, softWrap, overflow, textScaleFactor, maxLines, semanticsLabel, key); + Text$(data, key, maxLines, overflow, semanticsLabel, softWrap, style, textAlign, textDirection, textScaler) { + return new A.Text(data, null, style, textAlign, textDirection, softWrap, overflow, textScaler, maxLines, semanticsLabel, key); }, DefaultTextStyle: function DefaultTextStyle(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; @@ -54815,11 +56950,20 @@ _.textDirection = t4; _.softWrap = t5; _.overflow = t6; - _.textScaleFactor = t7; + _.textScaler = t7; _.maxLines = t8; _.semanticsLabel = t9; _.key = t10; }, + Text_build_closure: function Text_build_closure(t0) { + this._0_0 = t0; + }, + Text_build_closure1: function Text_build_closure1(t0) { + this._0_0 = t0; + }, + Text_build_closure0: function Text_build_closure0(t0) { + this._0_1 = t0; + }, DoNothingAndStopPropagationTextIntent: function DoNothingAndStopPropagationTextIntent() { }, DirectionalTextEditingIntent: function DirectionalTextEditingIntent() { @@ -55094,26 +57238,28 @@ }, TextSelectionGestureDetectorBuilder: function TextSelectionGestureDetectorBuilder() { }, - TextSelectionGestureDetector: function TextSelectionGestureDetector(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17) { + TextSelectionGestureDetector: function TextSelectionGestureDetector(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { var _ = this; - _.onTapDown = t0; - _.onForcePressStart = t1; - _.onForcePressEnd = t2; - _.onSecondaryTap = t3; - _.onSecondaryTapDown = t4; - _.onSingleTapUp = t5; - _.onSingleTapCancel = t6; - _.onSingleLongTapStart = t7; - _.onSingleLongTapMoveUpdate = t8; - _.onSingleLongTapEnd = t9; - _.onDoubleTapDown = t10; - _.onTripleTapDown = t11; - _.onDragSelectionStart = t12; - _.onDragSelectionUpdate = t13; - _.onDragSelectionEnd = t14; - _.behavior = t15; - _.child = t16; - _.key = t17; + _.onTapTrackStart = t0; + _.onTapTrackReset = t1; + _.onTapDown = t2; + _.onForcePressStart = t3; + _.onForcePressEnd = t4; + _.onSecondaryTap = t5; + _.onSecondaryTapDown = t6; + _.onSingleTapUp = t7; + _.onSingleTapCancel = t8; + _.onSingleLongTapStart = t9; + _.onSingleLongTapMoveUpdate = t10; + _.onSingleLongTapEnd = t11; + _.onDoubleTapDown = t12; + _.onTripleTapDown = t13; + _.onDragSelectionStart = t14; + _.onDragSelectionUpdate = t15; + _.onDragSelectionEnd = t16; + _.behavior = t17; + _.child = t18; + _.key = t19; }, _TextSelectionGestureDetectorState: function _TextSelectionGestureDetectorState(t0) { this._widget = null; @@ -55150,14 +57296,7 @@ _TextSelectionGestureDetectorState_build_closure8: function _TextSelectionGestureDetectorState_build_closure8(t0) { this.$this = t0; }, - ClipboardStatusNotifier: function ClipboardStatusNotifier(t0, t1) { - var _ = this; - _._text_selection$_disposed = false; - _._change_notifier$_value = t0; - _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t1; - _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; - _.ChangeNotifier__debugDisposed = false; + ClipboardStatusNotifier: function ClipboardStatusNotifier() { }, ClipboardStatus: function ClipboardStatus(t0, t1) { this.index = t0; @@ -55266,10 +57405,16 @@ return new A.SlideTransition(textDirection, transformHitTests, child, position, null); }, ScaleTransition$(alignment, child, scale) { - return new A.ScaleTransition(alignment, child, scale, null); + return new A.ScaleTransition(A.transitions_ScaleTransition__handleScaleMatrix$closure(), alignment, null, child, scale, null); + }, + ScaleTransition__handleScaleMatrix(value) { + return A.Matrix4_Matrix4$diagonal3Values(value, value, 1); }, RotationTransition$(alignment, child, turns) { - return new A.RotationTransition(alignment, child, turns, null); + return new A.RotationTransition(A.transitions_RotationTransition__handleTurnsMatrix$closure(), alignment, null, child, turns, null); + }, + RotationTransition__handleTurnsMatrix(value) { + return A.Matrix4_Matrix4$rotationZ(value * 3.141592653589793 * 2); }, AnimatedBuilder$(animation, builder, child) { return new A.AnimatedBuilder(builder, child, animation, null); @@ -55291,19 +57436,25 @@ _.listenable = t3; _.key = t4; }, - ScaleTransition: function ScaleTransition(t0, t1, t2, t3) { - var _ = this; - _.alignment = t0; - _.child = t1; - _.listenable = t2; - _.key = t3; + MatrixTransition: function MatrixTransition() { }, - RotationTransition: function RotationTransition(t0, t1, t2, t3) { + ScaleTransition: function ScaleTransition(t0, t1, t2, t3, t4, t5) { var _ = this; - _.alignment = t0; - _.child = t1; - _.listenable = t2; - _.key = t3; + _.onTransform = t0; + _.alignment = t1; + _.filterQuality = t2; + _.child = t3; + _.listenable = t4; + _.key = t5; + }, + RotationTransition: function RotationTransition(t0, t1, t2, t3, t4, t5) { + var _ = this; + _.onTransform = t0; + _.alignment = t1; + _.filterQuality = t2; + _.child = t3; + _.listenable = t4; + _.key = t5; }, SizeTransition: function SizeTransition(t0, t1, t2, t3) { var _ = this; @@ -55326,7 +57477,12 @@ _.listenable = t2; _.key = t3; }, - ListenableBuilder: function ListenableBuilder() { + ListenableBuilder: function ListenableBuilder(t0, t1, t2, t3) { + var _ = this; + _.builder = t0; + _.child = t1; + _.listenable = t2; + _.key = t3; }, AnimatedBuilder: function AnimatedBuilder(t0, t1, t2, t3) { var _ = this; @@ -55422,16 +57578,64 @@ var t1 = A.LookupBoundary_dependOnInheritedWidgetOfExactType(context, type$._ViewScope); return t1 == null ? null : t1.view; }, - View: function View(t0, t1, t2) { - this.view = t0; - this.child = t1; - this.key = t2; + View_pipelineOwnerOf(context) { + var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$._PipelineOwnerScope); + t1 = t1 == null ? null : t1.pipelineOwner; + if (t1 == null) { + t1 = $.RendererBinding__instance.RendererBinding___RendererBinding__rootPipelineOwner_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } + return t1; + }, + View: function View(t0, t1, t2, t3, t4) { + var _ = this; + _.view = t0; + _.child = t1; + _._deprecatedPipelineOwner = t2; + _._deprecatedRenderView = t3; + _.key = t4; + }, + View_build_closure: function View_build_closure(t0) { + this.$this = t0; + }, + _RawView: function _RawView(t0, t1, t2, t3, t4) { + var _ = this; + _.view = t0; + _.builder = t1; + _._deprecatedPipelineOwner = t2; + _._deprecatedRenderView = t3; + _.key = t4; + }, + _RawViewElement: function _RawViewElement(t0, t1) { + var _ = this; + _.___RawViewElement__pipelineOwner_FI = $; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = _._parentPipelineOwner = _._view$_child = null; + _.__Element__depth_A = $; + _._widget = t0; + _._framework$_owner = null; + _._lifecycleState = t1; + _._dependencies = _._inheritedElements = null; + _._hadUnsatisfiedDependencies = false; + _._dirty = true; + _._debugBuiltOnce = _._inDirtyList = false; }, _ViewScope: function _ViewScope(t0, t1, t2) { this.view = t0; this.child = t1; this.key = t2; }, + _PipelineOwnerScope: function _PipelineOwnerScope(t0, t1, t2) { + this.pipelineOwner = t0; + this.child = t1; + this.key = t2; + }, + _DeprecatedRawViewKey: function _DeprecatedRawViewKey(t0, t1, t2, t3) { + var _ = this; + _.view = t0; + _.owner = t1; + _.renderView = t2; + _.$ti = t3; + }, Viewport$(anchor, axisDirection, cacheExtent, cacheExtentStyle, center, clipBehavior, offset, slivers) { return new A.Viewport(axisDirection, anchor, offset, center, cacheExtent, cacheExtentStyle, clipBehavior, slivers, null); }, @@ -55470,10 +57674,10 @@ _._centerSlotIndex = null; _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -55544,7 +57748,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -55560,19 +57764,22 @@ _._needsSemanticsUpdate = true; _._semantics = null; }, - WidgetSpan_extractFromInlineSpan(span, textScaleFactor) { + WidgetSpan_extractFromInlineSpan(span, textScaler) { var t1 = {}, - widgets = A._setArrayType([], type$.JSArray_Widget); + widgets = A._setArrayType([], type$.JSArray_Widget), + fontSizeStack = A._setArrayType([14], type$.JSArray_double); t1.index = 0; - span.visitChildren$1(new A.WidgetSpan_extractFromInlineSpan_closure(t1, widgets, textScaleFactor)); + new A.WidgetSpan_extractFromInlineSpan_visitSubtree(t1, fontSizeStack, textScaler, widgets).call$1(span); return widgets; }, WidgetSpan: function WidgetSpan() { }, - WidgetSpan_extractFromInlineSpan_closure: function WidgetSpan_extractFromInlineSpan_closure(t0, t1, t2) { - this._box_0 = t0; - this.widgets = t1; - this.textScaleFactor = t2; + WidgetSpan_extractFromInlineSpan_visitSubtree: function WidgetSpan_extractFromInlineSpan_visitSubtree(t0, t1, t2, t3) { + var _ = this; + _._box_0 = t0; + _.fontSizeStack = t1; + _.textScaler = t2; + _.widgets = t3; }, _WidgetSpanParentData: function _WidgetSpanParentData(t0, t1, t2) { this.span = t0; @@ -55603,7 +57810,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -55634,128 +57841,10 @@ }, _WillPopScopeState: function _WillPopScopeState(t0) { var _ = this; - _._widget = _._route = null; + _._widget = _._will_pop_scope$_route = null; _._debugLifecycleState = t0; _._framework$_element = null; }, - CacheManager: function CacheManager() { - }, - DefaultCacheManager: function DefaultCacheManager(t0, t1, t2) { - var _ = this; - _.ImageCacheManager__runningResizes = t0; - _._cache_manager$_config = t1; - _._cache_manager$_store = t2; - _.__CacheManager__webHelper_F = $; - }, - _DefaultCacheManager_CacheManager_ImageCacheManager: function _DefaultCacheManager_CacheManager_ImageCacheManager() { - }, - ImageCacheManager: function ImageCacheManager() { - }, - CacheStore$(config) { - var t1 = type$.String, - t2 = Date.now(); - return new A.CacheStore(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Future_nullable_CacheObject), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.CacheObject), config.fileSystem, config, config.repo.open$0(0).then$1$1(0, new A.CacheStore_closure(config), type$.CacheInfoRepository), new A.DateTime(t2, false)); - }, - CacheStore: function CacheStore(t0, t1, t2, t3, t4, t5) { - var _ = this; - _._futureCache = t0; - _._cache_store$_memCache = t1; - _.fileSystem = t2; - _._cache_store$_config = t3; - _._cacheInfoRepository = t4; - _.lastCleanupRun = t5; - _._scheduledCleanup = null; - }, - CacheStore_closure: function CacheStore_closure(t0) { - this.config = t0; - }, - CacheStore_retrieveCacheData_closure: function CacheStore_retrieveCacheData_closure(t0, t1, t2) { - this.$this = t0; - this.key = t1; - this.completer = t2; - }, - CacheStore__scheduleCleanup_closure: function CacheStore__scheduleCleanup_closure(t0) { - this.$this = t0; - }, - Config: function Config(t0, t1, t2, t3, t4) { - var _ = this; - _.repo = t0; - _.fileSystem = t1; - _.stalePeriod = t2; - _.maxNrOfCacheObjects = t3; - _.fileService = t4; - }, - CacheLogger: function CacheLogger() { - }, - DownloadProgress: function DownloadProgress(t0, t1) { - this.totalSize = t0; - this.downloaded = t1; - }, - FileInfo: function FileInfo(t0, t1) { - this.file = t0; - this.validTill = t1; - }, - FileResponse: function FileResponse() { - }, - NonStoringObjectProvider: function NonStoringObjectProvider() { - }, - CacheObject$(url, eTag, id, key, $length, relativePath, touched, validTill) { - return new A.CacheObject(id, url, key, relativePath, validTill, eTag, $length, touched); - }, - CacheObject: function CacheObject(t0, t1, t2, t3, t4, t5, t6, t7) { - var _ = this; - _.id = t0; - _.url = t1; - _.key = t2; - _.relativePath = t3; - _.validTill = t4; - _.eTag = t5; - _.length = t6; - _.touched = t7; - }, - MemoryCacheSystem: function MemoryCacheSystem(t0) { - this.directory = t0; - }, - HttpFileService$() { - A.zoneClient(); - var t1 = new A.BrowserClient(A.LinkedHashSet_LinkedHashSet$_empty(type$.HttpRequest)); - return new A.HttpFileService(t1); - }, - FileService: function FileService() { - }, - HttpFileService: function HttpFileService(t0) { - this._httpClient = t0; - }, - HttpGetResponse: function HttpGetResponse(t0, t1) { - this._receivedTime = t0; - this._file_service$_response = t1; - }, - QueueItem: function QueueItem(t0, t1, t2) { - this.url = t0; - this.key = t1; - this.headers = t2; - }, - WebHelper: function WebHelper(t0, t1, t2, t3) { - var _ = this; - _._web_helper$_store = t0; - _.fileFetcher = t1; - _._memCache = t2; - _._web_helper$_queue = t3; - _.concurrentCalls = 0; - }, - WebHelper__manageResponse_closure: function WebHelper__manageResponse_closure(t0, t1, t2) { - this._box_0 = t0; - this.$this = t1; - this.oldCacheObject = t2; - }, - WebHelper__saveFileAndPostUpdates_closure: function WebHelper__saveFileAndPostUpdates_closure(t0, t1) { - this._box_0 = t0; - this.receivedBytesResultController = t1; - }, - HttpExceptionWithStatus: function HttpExceptionWithStatus(t0, t1) { - this.message = t0; - this.uri = t1; - }, _defaultLayoutBuilder(context, colors, child) { var t2, t3, t4, _null = null, t1 = A.InheritedModel_inheritFrom(context, _null, type$.MediaQuery).data; @@ -58999,7 +61088,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -59251,7 +61340,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -59519,6 +61608,242 @@ PluginRegistry: function PluginRegistry(t0) { this._plugin_registry$_handlers = t0; }, + BuildInOrder: function BuildInOrder(t0, t1) { + this.children = t0; + this.key = t1; + }, + RenderBuildInOrder: function RenderBuildInOrder(t0, t1, t2, t3) { + var _ = this; + _.ContainerRenderObjectMixin__childCount = t0; + _.ContainerRenderObjectMixin__firstChild = t1; + _.ContainerRenderObjectMixin__lastChild = t2; + _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; + _._computingThisDryLayout = false; + _._cachedBaselines = _._box$_size = null; + _._debugActivePointers = 0; + _._object$_debugDisposed = false; + _.parentData = null; + _._depth = 0; + _.debugCreator = _._object$_parent = null; + _._debugDoingThisLayout = _._debugDoingThisResize = false; + _._debugCanParentUseSize = null; + _._debugMutationsLocked = false; + _._owner = null; + _._needsLayout = true; + _._relayoutBoundary = null; + _._doingThisLayoutWithCallback = false; + _._constraints = null; + _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t3; + _._needsCompositingBitsUpdate = false; + _.__RenderObject__needsCompositing_A = $; + _._needsPaint = true; + _._needsCompositedLayerUpdate = false; + _._cachedSemanticsConfiguration = null; + _._needsSemanticsUpdate = true; + _._semantics = null; + }, + _RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin: function _RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin() { + }, + _RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin: function _RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin() { + }, + Follower$withOffset(child, followerAnchor, leaderAnchor, link, offset) { + return new A.Follower(link, null, new A.StaticOffsetAligner(offset, leaderAnchor, followerAnchor), true, child, null); + }, + Follower$withAligner(aligner, boundary, child, link, showWhenUnlinked) { + return new A.Follower(link, boundary, aligner, false, child, null); + }, + _extension_0_get_scaleInScreenSpace(_this) { + return A.MatrixUtils_transformPoint(_this.getTransformTo$1(0, null), B.Offset_1_0).$sub(0, A.MatrixUtils_transformPoint(_this.getTransformTo$1(0, null), B.Offset_0_0))._dx; + }, + Follower: function Follower(t0, t1, t2, t3, t4, t5) { + var _ = this; + _.link = t0; + _.boundary = t1; + _.aligner = t2; + _.showWhenUnlinked = t3; + _.child = t4; + _.key = t5; + }, + StaticOffsetAligner: function StaticOffsetAligner(t0, t1, t2) { + this._follower$_offset = t0; + this._follower$_leaderAnchor = t1; + this._follower$_followerAnchor = t2; + }, + FollowerAlignment: function FollowerAlignment(t0, t1, t2) { + this.leaderAnchor = t0; + this.followerAnchor = t1; + this.followerOffset = t2; + }, + ScreenFollowerBoundary: function ScreenFollowerBoundary(t0, t1) { + this.screenSize = t0; + this.devicePixelRatio = t1; + }, + WidgetFollowerBoundary: function WidgetFollowerBoundary(t0, t1) { + this.boundaryKey = t0; + this.devicePixelRatio = t1; + }, + RenderFollower: function RenderFollower(t0, t1, t2, t3, t4, t5, t6, t7) { + var _ = this; + _._follower$_link = t0; + _._boundary = t1; + _._aligner = t2; + _._follower$_showWhenUnlinked = t3; + _._repaintWhenLeaderChanges = t4; + _._showDebugPaint = t5; + _._followerOffsetFromLeader = null; + _._firstPaintOfCurrentLink = true; + _.RenderObjectWithChildMixin__child = t6; + _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; + _._computingThisDryLayout = false; + _._cachedBaselines = _._box$_size = null; + _._debugActivePointers = 0; + _._object$_debugDisposed = false; + _.parentData = null; + _._depth = 0; + _.debugCreator = _._object$_parent = null; + _._debugDoingThisLayout = _._debugDoingThisResize = false; + _._debugCanParentUseSize = null; + _._debugMutationsLocked = false; + _._owner = null; + _._needsLayout = true; + _._relayoutBoundary = null; + _._doingThisLayoutWithCallback = false; + _._constraints = null; + _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t7; + _._needsCompositingBitsUpdate = false; + _.__RenderObject__needsCompositing_A = $; + _._needsPaint = true; + _._needsCompositedLayerUpdate = false; + _._cachedSemanticsConfiguration = null; + _._needsSemanticsUpdate = true; + _._semantics = null; + }, + RenderFollower_hitTestChildren_closure: function RenderFollower_hitTestChildren_closure(t0) { + this.$this = t0; + }, + RenderFollower_paint_closure: function RenderFollower_paint_closure(t0) { + this.$this = t0; + }, + RenderFollower_paint_closure0: function RenderFollower_paint_closure0(t0) { + this.$this = t0; + }, + RenderFollower_paint_closure1: function RenderFollower_paint_closure1(t0) { + this.$this = t0; + }, + FollowerLayer: function FollowerLayer(t0, t1, t2, t3) { + var _ = this; + _.boundary = _.aligner = _.calculateGlobalFollowerRect = _._follower$_link = null; + _.showWhenUnlinked = true; + _.unlinkedOffset = t0; + _.linkedOffset = t1; + _._invertedTransform = _._follower$_lastTransform = _._leaderHandle = _.followerSize = _.followerOffsetFromScreenOrigin = null; + _._inverseDirty = true; + _._lastChild = _._firstChild = null; + _._callbacks = t2; + _._compositionCallbackCount = 0; + _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; + _._parentHandle = t3; + _._refCount = 0; + _._layer$_parent = null; + _._needsAddToScene = true; + _._layer$_owner = _._engineLayer = null; + _._layer$_depth = 0; + _.debugCreator = _._previousSibling = _._nextSibling = null; + }, + FollowerFadeOutBeyondBoundary$(boundary, child, link) { + return new A.FollowerFadeOutBeyondBoundary(link, boundary, child, null); + }, + FollowerFadeOutBeyondBoundary: function FollowerFadeOutBeyondBoundary(t0, t1, t2, t3) { + var _ = this; + _.link = t0; + _.boundary = t1; + _.child = t2; + _.key = t3; + }, + FollowerFadeOutBeyondBoundary_build_closure: function FollowerFadeOutBeyondBoundary_build_closure(t0) { + this.$this = t0; + }, + Leader$(child, link) { + return new A.Leader(link, child, null); + }, + Leader: function Leader(t0, t1, t2) { + this.link = t0; + this.child = t1; + this.key = t2; + }, + RenderLeader: function RenderLeader(t0, t1, t2) { + var _ = this; + _._leader$_link = t0; + _._leader$_previousLayoutSize = _._recalculateGlobalOffset = null; + _.RenderObjectWithChildMixin__child = t1; + _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; + _._computingThisDryLayout = false; + _._cachedBaselines = _._box$_size = null; + _._debugActivePointers = 0; + _._object$_debugDisposed = false; + _.parentData = null; + _._depth = 0; + _.debugCreator = _._object$_parent = null; + _._debugDoingThisLayout = _._debugDoingThisResize = false; + _._debugCanParentUseSize = null; + _._debugMutationsLocked = false; + _._owner = null; + _._needsLayout = true; + _._relayoutBoundary = null; + _._doingThisLayoutWithCallback = false; + _._constraints = null; + _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t2; + _._needsCompositingBitsUpdate = false; + _.__RenderObject__needsCompositing_A = $; + _._needsPaint = true; + _._needsCompositedLayerUpdate = false; + _._cachedSemanticsConfiguration = null; + _._needsSemanticsUpdate = true; + _._semantics = null; + }, + RenderLeader_paint_closure: function RenderLeader_paint_closure(t0) { + this.$this = t0; + }, + LeaderLayer: function LeaderLayer(t0, t1, t2, t3) { + var _ = this; + _._leader$_link = t0; + _._leader$_offset = t1; + _._lastChild = _._firstChild = _._leader$_lastOffset = null; + _._callbacks = t2; + _._compositionCallbackCount = 0; + _._layer$_debugDisposed = _._layer$_debugMutationsLocked = false; + _._parentHandle = t3; + _._refCount = 0; + _._layer$_parent = null; + _._needsAddToScene = true; + _._layer$_owner = _._engineLayer = null; + _._layer$_depth = 0; + _.debugCreator = _._previousSibling = _._nextSibling = null; + }, + LeaderLink: function LeaderLink(t0, t1) { + var _ = this; + _._leaderSize = _._leader_link$_scale = _._leader_link$_offset = _.leaderContentBoundsInLeaderSpace = _.leaderToScreen = _._leader_link$_leader = null; + _._connectedFollowers = 0; + _._onFollowerTransformChangeListeners = t0; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t1; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, + LeaderLink_notifyListeners_closure: function LeaderLink_notifyListeners_closure(t0) { + this.$this = t0; + }, + CustomLayerLinkHandle: function CustomLayerLinkHandle(t0) { + this._leader_link$_link = t0; + }, + _LeaderLink_Object_ChangeNotifier: function _LeaderLink_Object_ChangeNotifier() { + }, GoogleSignIn__waitFor(future) { var t1 = new A._Future($.Zone__current, type$._Future_void), completer = new A._AsyncCompleter(t1, type$._AsyncCompleter_void); @@ -59648,7 +61973,7 @@ }, _GoogleUser: function _GoogleUser() { }, - Promise0: function Promise0() { + Promise: function Promise() { }, inject(url) { var t2, @@ -60910,11 +63235,7 @@ return t1 == null ? B.C_Latin1Codec : t1; }, toUint8List(input) { - if (type$.Uint8List._is(input)) - return input; - if (type$.TypedData._is(input)) - return J.asUint8List$2$x(J.get$buffer$x(input), 0, null); - return new Uint8Array(A._ensureNativeList(input)); + return input; }, toByteStream(stream) { if (stream instanceof A.ByteStream) @@ -61397,7 +63718,7 @@ this.compression = t1; this.data = t2; }, - Image$0(backgroundColor, exif, format, frameDuration, frameType, height, iccp, loopCount, numChannels, palette, width, withPalette) { + Image$(backgroundColor, exif, format, frameDuration, frameType, height, iccp, loopCount, numChannels, palette, width, withPalette) { var t1 = new A.Image0(null, null, null, backgroundColor, loopCount, frameType, frameDuration, 0); t1.get$frames().push(t1); t1._image1$_initialize$9$exif$format$iccp$numChannels$palette$paletteFormat$withPalette(width, height, exif, format, iccp, numChannels, palette, B.Format_3, false); @@ -61686,7 +64007,7 @@ }, ImageCropperPlugin: function ImageCropperPlugin() { }, - Promise1: function Promise1() { + Promise0: function Promise0() { }, BindConfiguration: function BindConfiguration() { }, @@ -66583,7 +68904,7 @@ }, InvoiceItemEntityBuilder: function InvoiceItemEntityBuilder() { var _ = this; - _._invoice_model$_taxCategoryId = _._invoice_model$_createdAt = _._expenseId = _._taskId = _._discount = _._invoice_model$_customValue4 = _._invoice_model$_customValue3 = _._invoice_model$_customValue2 = _._invoice_model$_customValue1 = _._invoice_model$_typeId = _._taxRate3 = _._taxName3 = _._taxRate2 = _._taxName2 = _._taxRate1 = _._taxName1 = _._invoice_model$_quantity = _._productCost = _._invoice_model$_cost = _._invoice_model$_notes = _._invoice_model$_productKey = _._invoice_model$_$v = null; + _._invoice_model$_taxCategoryId = _._invoice_model$_createdAt = _._expenseId = _._invoice_model$_taskId = _._discount = _._invoice_model$_customValue4 = _._invoice_model$_customValue3 = _._invoice_model$_customValue2 = _._invoice_model$_customValue1 = _._invoice_model$_typeId = _._taxRate3 = _._taxName3 = _._taxRate2 = _._taxName2 = _._taxRate1 = _._taxName1 = _._invoice_model$_quantity = _._productCost = _._invoice_model$_cost = _._invoice_model$_notes = _._invoice_model$_productKey = _._invoice_model$_$v = null; }, _$InvitationEntity: function _$InvitationEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { var _ = this; @@ -67236,15 +69557,14 @@ _ProjectEntity_Object_BaseEntity_SelectableEntity_BelongsToClient: function _ProjectEntity_Object_BaseEntity_SelectableEntity_BelongsToClient() { }, ScheduleEntity_ScheduleEntity(template, id, state) { - var t1, t2; + var t1; if (id == null) { t1 = $.BaseEntity_counter - 1; $.BaseEntity_counter = t1; t1 = "" + t1; } else t1 = id; - t2 = template === "email_record" ? "0" : "5"; - return A._$ScheduleEntity$_(0, "", 0, "", t2, t1, false, false, false, "", A.ScheduleParameters_ScheduleParameters(template), -1, template, 0); + return A._$ScheduleEntity$_(0, "", 0, "", "5", t1, false, false, false, "", A.ScheduleParameters_ScheduleParameters(template), -1, template, 0); }, ScheduleParameters_ScheduleParameters(action) { var t9, _null = null, @@ -70191,7 +72511,7 @@ t1 = A.getPlatformName(); t2 = secret == null ? "" : secret; t3 = type$.String; - headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT-PLATFORM", t1, "X-CLIENT-VERSION", "5.0.145", "X-API-SECRET", t2, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t3, t3); + headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT-PLATFORM", t1, "X-CLIENT-VERSION", "5.0.146", "X-API-SECRET", t2, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t3, t3); if (token.length !== 0) headers.$indexSet(0, "X-API-Token", token); t1 = idToken == null; @@ -70199,7 +72519,7 @@ headers.$indexSet(0, "X-API-OAUTH-PASSWORD", t1 ? "" : idToken); if ((password == null ? "" : password).length !== 0) { password.toString; - t1 = B.C_Utf8Codec.get$encoder().convert$1(password); + t1 = B.C_Utf8Encoder.convert$1(password); headers.$indexSet(0, "X-API-PASSWORD-BASE64", B.C_Base64Codec.get$encoder().convert$1(t1)); } return headers; @@ -70217,11 +72537,11 @@ t2 = response.get$body(response).length > 200 ? B.JSString_methods.substring$2(response.get$body(response), 0, 200) : response.get$body(response); throw A.wrapException("Error: please check that Invoice Ninja v5 is installed on the server\n\nURL: " + url + "\n\nResponse: " + t2 + "\n\nHeaders: " + t1.toString$0(0) + "}"); } else { - t1 = A.Version_parse("5.0.145"); + t1 = A.Version_parse("5.0.146"); minClientVersion.toString; t1 = A.Version__compare(t1, A.Version_parse(minClientVersion)); if (t1 < 0) - throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.145 < Minimum v" + minClientVersion + "]"); + throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.146 < Minimum v" + minClientVersion + "]"); else { t1 = A.Version__compare(A.Version_parse(serverVersion), A.Version_parse("5.0.4")); if (t1 < 0) @@ -70317,7 +72637,7 @@ main$body(isTesting) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - exception, t1, t2, t3, userLogout, userLogoutAll, loginRequest, oauthLoginRequest, signUpRequest, oauthSignUpRequest, refreshRequest, recoverRequest, addCompany, deleteCompany, setDefaultCompany, purgeData, resendConfirmation, t4, viewDocumentList, viewDocument, editDocument, loadDocument, loadDocumentData, saveDocument, archiveDocument, deleteDocument, restoreDocument, downloadDocuments, viewDashboard, viewProductList, viewProduct, editProduct, loadProducts, loadProduct, setTaxCategoryProducts, saveProduct, archiveProduct, deleteProduct, restoreProduct, viewClientList, viewClient, editClient, showPdfClient, loadClients, loadClient, saveClient, archiveClient, mergeClients, deleteClient, purgeClient, restoreClient, viewInvoiceList, viewInvoice, editInvoice, showEmailInvoice, showPdfInvoice, loadInvoices, loadInvoice, saveInvoice, archiveInvoice, deleteInvoice, restoreInvoice, emailInvoice, autoBillInvoices, bulkEmailInvoices, markInvoiceSent, markInvoicePaid, cancelInvoices, downloadInvoices, viewExpenseList, viewExpense, editExpense, loadExpenses, loadExpense, saveExpense, archiveExpense, deleteExpense, restoreExpense, viewVendorList, viewVendor, editVendor, loadVendors, loadVendor, saveVendor, archiveVendor, deleteVendor, restoreVendor, viewTaskList, viewTask, editTask, loadTasks, loadTask, saveTask, archiveTask, startTask, stopTask, deleteTask, restoreTask, sortTasks, viewProjectList, viewProject, editProject, loadProjects, loadProject, saveProject, archiveProject, deleteProject, restoreProject, viewPaymentList, viewPayment, editPayment, viewRefundPayment, loadPayments, loadPayment, savePayment, refundPayment, archivePayment, deletePayment, restorePayment, emailPayment, viewQuoteList, viewQuote, editQuote, showEmailQuote, showPdfQuote, convertQuotesToInvoices, convertQuotesToProjects, approveQuote, loadQuotes, loadQuote, saveQuote, archiveQuote, deleteQuote, restoreQuote, emailQuote, bulkEmailQuotes, markSentQuote, downloadQuotes, viewSettings, saveCompany, saveEInvoiceCertificate, saveAuthUser, connectOAuthUser, disconnectOAuthUser, disconnectOAuthMailer, connectGmailUser, saveSettings, uploadLogo, disableTwoFactor, viewReports, viewScheduleList, viewSchedule, editSchedule, loadSchedules, loadSchedule, saveSchedule, archiveSchedule, deleteSchedule, restoreSchedule, viewTransactionRuleList, viewTransactionRule, editTransactionRule, loadTransactionRules, loadTransactionRule, saveTransactionRule, archiveTransactionRule, deleteTransactionRule, restoreTransactionRule, viewTransactionList, viewTransaction, editTransaction, loadTransactions, loadTransaction, saveTransaction, archiveTransaction, deleteTransaction, restoreTransaction, convertTransactions, unlinkTransactions, convertToPayment, convertToExpense, linkToPayment, linkToExpense, viewBankAccountList, viewBankAccount, editBankAccount, loadBankAccounts, loadBankAccount, saveBankAccount, archiveBankAccount, deleteBankAccount, restoreBankAccount, viewPurchaseOrderList, viewPurchaseOrder, editPurchaseOrder, showEmailPurchaseOrder, showPdfPurchaseOrder, approvePurchaseOrder, loadPurchaseOrders, loadPurchaseOrder, savePurchaseOrder, archivePurchaseOrder, deletePurchaseOrder, restorePurchaseOrder, emailPurchaseOrder, bulkEmailPurchaseOrders, markSentPurchaseOrder, convertPurchaseOrdersToExpense, addPurchaseOrdersToInventory, acceptPurchaseOrders, cancelPurchaseOrders, downloadPurchaseOrders, viewRecurringExpenseList, viewRecurringExpense, editRecurringExpense, loadRecurringExpenses, loadRecurringExpense, saveRecurringExpense, archiveRecurringExpense, deleteRecurringExpense, restoreRecurringExpense, startRecurringExpense, stopRecurringExpense, viewSubscriptionList, viewSubscription, editSubscription, loadSubscriptions, loadSubscription, saveSubscription, archiveSubscription, deleteSubscription, restoreSubscription, viewTaskStatusList, viewTaskStatus, editTaskStatus, loadTaskStatuses, loadTaskStatus, saveTaskStatus, archiveTaskStatus, deleteTaskStatus, restoreTaskStatus, viewExpenseCategoryList, viewExpenseCategory, editExpenseCategory, loadExpenseCategories, loadExpenseCategory, saveExpenseCategory, archiveExpenseCategory, deleteExpenseCategory, restoreExpenseCategory, viewRecurringInvoiceList, viewRecurringInvoice, editRecurringInvoice, showPdfRecurringInvoice, loadRecurringInvoices, loadRecurringInvoice, saveRecurringInvoice, archiveRecurringInvoice, deleteRecurringInvoice, restoreRecurringInvoice, startRecurringInvoice, stopRecurringInvoice, updatePricesRecurringInvoice, increasePricesRecurringInvoice, sendNowRecurringInvoice, viewWebhookList, viewWebhook, editWebhook, loadWebhooks, loadWebhook, saveWebhook, archiveWebhook, deleteWebhook, restoreWebhook, viewTokenList, viewToken, editToken, loadTokens, loadToken, saveToken, archiveToken, deleteToken, restoreToken, viewPaymentTermList, viewPaymentTerm, editPaymentTerm, loadPaymentTerms, loadPaymentTerm, savePaymentTerm, archivePaymentTerm, deletePaymentTerm, restorePaymentTerm, viewDesignList, viewDesign, editDesign, loadDesigns, loadDesign, saveDesign, archiveDesign, deleteDesign, restoreDesign, viewCreditList, viewCredit, editCredit, showEmailCredit, showPdfCredit, loadCredits, loadCredit, saveCredit, archiveCredit, deleteCredit, restoreCredit, emailCredit, bulkEmailCredits, markPaidCredit, markSentCredit, downloadCredits, viewUserList, viewUser, editUser, loadUsers, loadUser, saveUser, archiveUser, deleteUser, restoreUser, removeUser, resendInvite, viewTaxRateList, viewTaxRate, editTaxRate, loadTaxRates, loadTaxRate, saveTaxRate, archiveTaxRate, deleteTaxRate, restoreTaxRate, viewCompanyGatewayList, viewCompanyGateway, editCompanyGateway, loadCompanyGateways, loadCompanyGateway, saveCompanyGateway, archiveCompanyGateway, deleteCompanyGateway, restoreCompanyGateway, disconnectCompanyGateway, viewGroupList, viewGroup, editGroup, loadGroups, loadGroup, saveGroup, archiveGroup, deleteGroup, restoreGroup, loadState, accountLoaded, dataRefreshed, persistData, persistStatic, userLoggedIn, persistUI, persistPrefs, clearDataState, deleteState, viewMainScreen, store; + exception, t1, t2, t3, userLogout, userLogoutAll, loginRequest, oauthLoginRequest, signUpRequest, oauthSignUpRequest, refreshRequest, recoverRequest, addCompany, deleteCompany, setDefaultCompany, purgeData, resendConfirmation, t4, viewDocumentList, viewDocument, editDocument, loadDocument, loadDocumentData, saveDocument, archiveDocument, deleteDocument, restoreDocument, downloadDocuments, viewDashboard, viewProductList, viewProduct, editProduct, loadProducts, loadProduct, setTaxCategoryProducts, saveProduct, archiveProduct, deleteProduct, restoreProduct, viewClientList, viewClient, editClient, showPdfClient, loadClients, loadClient, saveClient, archiveClient, mergeClients, deleteClient, purgeClient, restoreClient, viewInvoiceList, viewInvoice, editInvoice, showEmailInvoice, showPdfInvoice, loadInvoices, loadInvoice, saveInvoice, archiveInvoice, deleteInvoice, restoreInvoice, emailInvoice, autoBillInvoices, bulkEmailInvoices, markInvoiceSent, markInvoicePaid, cancelInvoices, downloadInvoices, viewExpenseList, viewExpense, editExpense, loadExpenses, loadExpense, saveExpense, archiveExpense, deleteExpense, restoreExpense, viewVendorList, viewVendor, editVendor, loadVendors, loadVendor, saveVendor, archiveVendor, deleteVendor, restoreVendor, viewTaskList, viewTask, editTask, loadTasks, loadTask, saveTask, archiveTask, startTask, stopTask, deleteTask, restoreTask, sortTasks, viewProjectList, viewProject, editProject, loadProjects, loadProject, saveProject, archiveProject, deleteProject, restoreProject, viewPaymentList, viewPayment, editPayment, viewRefundPayment, loadPayments, loadPayment, savePayment, refundPayment, archivePayment, deletePayment, restorePayment, emailPayment, viewQuoteList, viewQuote, editQuote, showEmailQuote, showPdfQuote, convertQuotesToInvoices, convertQuotesToProjects, approveQuote, loadQuotes, loadQuote, saveQuote, archiveQuote, deleteQuote, restoreQuote, emailQuote, bulkEmailQuotes, markSentQuote, downloadQuotes, viewSettings, saveCompany, saveEInvoiceCertificate, saveAuthUser, connectOAuthUser, disconnectOAuthUser, disconnectOAuthMailer, connectGmailUser, saveSettings, uploadLogo, disableTwoFactor, viewReports, viewScheduleList, viewSchedule, editSchedule, loadSchedules, loadSchedule, saveSchedule, archiveSchedule, deleteSchedule, restoreSchedule, viewTransactionRuleList, viewTransactionRule, editTransactionRule, loadTransactionRules, loadTransactionRule, saveTransactionRule, archiveTransactionRule, deleteTransactionRule, restoreTransactionRule, viewTransactionList, viewTransaction, editTransaction, loadTransactions, loadTransaction, saveTransaction, archiveTransaction, deleteTransaction, restoreTransaction, convertTransactions, unlinkTransactions, convertToPayment, convertToExpense, linkToPayment, linkToExpense, viewBankAccountList, viewBankAccount, editBankAccount, loadBankAccounts, loadBankAccount, saveBankAccount, archiveBankAccount, deleteBankAccount, restoreBankAccount, viewPurchaseOrderList, viewPurchaseOrder, editPurchaseOrder, showEmailPurchaseOrder, showPdfPurchaseOrder, approvePurchaseOrder, loadPurchaseOrders, loadPurchaseOrder, savePurchaseOrder, archivePurchaseOrder, deletePurchaseOrder, restorePurchaseOrder, emailPurchaseOrder, bulkEmailPurchaseOrders, markSentPurchaseOrder, convertPurchaseOrdersToExpense, addPurchaseOrdersToInventory, acceptPurchaseOrders, cancelPurchaseOrders, downloadPurchaseOrders, viewRecurringExpenseList, viewRecurringExpense, editRecurringExpense, loadRecurringExpenses, loadRecurringExpense, saveRecurringExpense, archiveRecurringExpense, deleteRecurringExpense, restoreRecurringExpense, startRecurringExpense, stopRecurringExpense, viewSubscriptionList, viewSubscription, editSubscription, loadSubscriptions, loadSubscription, saveSubscription, archiveSubscription, deleteSubscription, restoreSubscription, viewTaskStatusList, viewTaskStatus, editTaskStatus, loadTaskStatuses, loadTaskStatus, saveTaskStatus, archiveTaskStatus, deleteTaskStatus, restoreTaskStatus, viewExpenseCategoryList, viewExpenseCategory, editExpenseCategory, loadExpenseCategories, loadExpenseCategory, saveExpenseCategory, archiveExpenseCategory, deleteExpenseCategory, restoreExpenseCategory, viewRecurringInvoiceList, viewRecurringInvoice, editRecurringInvoice, showPdfRecurringInvoice, loadRecurringInvoices, loadRecurringInvoice, saveRecurringInvoice, archiveRecurringInvoice, deleteRecurringInvoice, restoreRecurringInvoice, startRecurringInvoice, stopRecurringInvoice, updatePricesRecurringInvoice, increasePricesRecurringInvoice, sendNowRecurringInvoice, viewWebhookList, viewWebhook, editWebhook, loadWebhooks, loadWebhook, saveWebhook, archiveWebhook, deleteWebhook, restoreWebhook, viewTokenList, viewToken, editToken, loadTokens, loadToken, saveToken, archiveToken, deleteToken, restoreToken, viewPaymentTermList, viewPaymentTerm, editPaymentTerm, loadPaymentTerms, loadPaymentTerm, savePaymentTerm, archivePaymentTerm, deletePaymentTerm, restorePaymentTerm, viewDesignList, viewDesign, editDesign, loadDesigns, loadDesign, saveDesign, archiveDesign, deleteDesign, restoreDesign, viewCreditList, viewCredit, editCredit, showEmailCredit, showPdfCredit, loadCredits, loadCredit, saveCredit, archiveCredit, deleteCredit, restoreCredit, emailCredit, bulkEmailCredits, markPaidCredit, markSentCredit, downloadCredits, viewUserList, viewUser, editUser, loadUsers, loadUser, saveUser, archiveUser, deleteUser, restoreUser, removeUser, resendInvite, viewTaxRateList, viewTaxRate, editTaxRate, loadTaxRates, loadTaxRate, saveTaxRate, archiveTaxRate, deleteTaxRate, restoreTaxRate, viewCompanyGatewayList, viewCompanyGateway, editCompanyGateway, loadCompanyGateways, loadCompanyGateway, saveCompanyGateway, archiveCompanyGateway, deleteCompanyGateway, restoreCompanyGateway, disconnectCompanyGateway, viewGroupList, viewGroup, editGroup, loadGroups, loadGroup, saveGroup, archiveGroup, deleteGroup, restoreGroup, loadState, accountLoaded, dataRefreshed, persistData, persistStatic, userLoggedIn, persistUI, persistPrefs, clearDataState, deleteState, viewMainScreen, store, value, result; var $async$main0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -70765,9 +73085,22 @@ A.WidgetsFlutterBinding$(); t1 = $.WidgetsBinding__instance; t1.toString; - t2 = $.$get$EnginePlatformDispatcher__instance().viewData.$index(0, 0); - t2.toString; - t1.scheduleAttachRootWidget$1(new A.View(t2, new A.InvoiceNinjaApp(store, null), new A.GlobalObjectKey(t2, type$.GlobalObjectKey_State_StatefulWidget))); + t2 = $.$get$EnginePlatformDispatcher__instance().viewData; + t3 = t2.$index(0, 0); + t3.toString; + t4 = t1.get$pipelineOwner(); + value = t1.RendererBinding___RendererBinding_renderView_FI; + if (value === $) { + t2 = t2.$index(0, 0); + t2.toString; + result = new A._ReusableRenderView(B.Size_0_0, t2, null, A.LayerHandle$(type$.ContainerLayer_2)); + result.RenderObject$0(); + result.set$child(null); + t1.RendererBinding___RendererBinding_renderView_FI !== $ && A.throwUnnamedLateFieldADI(); + t1.RendererBinding___RendererBinding_renderView_FI = result; + value = result; + } + t1.scheduleAttachRootWidget$1(new A.View(t3, new A.InvoiceNinjaApp(store, null), t4, value, null)); t1.scheduleWarmUpFrame$0(); // implicit return return A._asyncReturn(null, $async$completer); @@ -71125,8 +73458,7 @@ }, InvoiceNinjaAppState_build__closure122: function InvoiceNinjaAppState_build__closure122() { }, - MyCustomScrollBehavior: function MyCustomScrollBehavior(t0) { - this._androidOverscrollIndicator = t0; + MyCustomScrollBehavior: function MyCustomScrollBehavior() { }, UpdateUserPreferences$(appLayout, colorTheme, customColors, darkColorTheme, darkCustomColors, darkModeType, downloadsFolder, editAfterSaving, enableDarkModeSystem, enableNativeBrowser, enableTooltips, enableTouchEvents, flexibleSearch, historyMode, isFilterVisible, isPreviewVisible, longPressSelectionIsDefault, menuMode, moduleLayout, persistData, requireAuthentication, rowsPerPage, showKanban, showPdfPreview, showPdfPreviewSideBySide, $sidebar, statementIncludes, tapSelectedToEdit, textScaleFactor) { return new A.UpdateUserPreferences(appLayout, moduleLayout, $sidebar, menuMode, historyMode, darkModeType, enableDarkModeSystem, longPressSelectionIsDefault, requireAuthentication, isPreviewVisible, isFilterVisible, showKanban, rowsPerPage, colorTheme, darkColorTheme, persistData, tapSelectedToEdit, textScaleFactor, showPdfPreview, showPdfPreviewSideBySide, customColors, darkCustomColors, editAfterSaving, enableTouchEvents, enableTooltips, flexibleSearch, enableNativeBrowser, downloadsFolder, statementIncludes); @@ -71490,7 +73822,8 @@ A.viewEntity(false, entity, null, false); }, checkForChanges(callback, force, store) { - var t1 = $.$get$navigatorKey(), + var _null = null, + t1 = $.$get$navigatorKey(), context = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); if (force) callback.call$0(); @@ -71505,7 +73838,7 @@ } else t1 = false; if (t1) - A.showDialog(null, B.Color_2315255808, true, new A.checkForChanges_closure(context, store, callback), context, null, true, type$.MessageDialog); + A.showDialog(_null, _null, true, _null, new A.checkForChanges_closure(context, store, callback), context, _null, true, type$.MessageDialog); else callback.call$0(); } @@ -73372,10 +75705,10 @@ } break; case B.EntityAction_merge: - A.showDialog(null, B.Color_2315255808, true, new A.handleClientAction_closure4(client), context, null, true, type$.void); + A.showDialog(null, null, true, null, new A.handleClientAction_closure4(client), context, null, true, type$.void); break; case B.EntityAction_runTemplate: - A.showDialog(null, B.Color_2315255808, false, new A.handleClientAction_closure5(clients), context, null, true, type$.void); + A.showDialog(null, null, false, null, new A.handleClientAction_closure5(clients), context, null, true, type$.void); break; default: A.print("## Error: action " + A.S(action) + " not handled in client_actions"); @@ -81803,7 +84136,7 @@ case 42: // else $async$goto = 43; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A.handleInvoiceAction_closure7(t1, client, t2, invoiceIds), context, null, true, type$.EmailTemplate), $async$handleInvoiceAction); + return A._asyncAwait(A.showDialog(null, null, true, null, new A.handleInvoiceAction_closure7(t1, client, t2, invoiceIds), context, null, true, type$.EmailTemplate), $async$handleInvoiceAction); case 43: // returning from await. template = $async$result; @@ -82062,7 +84395,7 @@ t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, false, new A.handleInvoiceAction_closure19(invoices), t1, null, true, type$.void); + A.showDialog(null, null, false, null, new A.handleInvoiceAction_closure19(invoices), t1, null, true, type$.void); // goto after switch $async$goto = 4; break; @@ -83421,7 +85754,7 @@ A.showEntityActionsDialog(_null, A._setArrayType([payment], type$.JSArray_BaseEntity), false); break; case B.EntityAction_runTemplate: - A.showDialog(_null, B.Color_2315255808, false, new A.handlePaymentAction_closure2(payments), context, _null, true, type$.void); + A.showDialog(_null, _null, false, _null, new A.handlePaymentAction_closure2(payments), context, _null, true, type$.void); break; default: A.print("## Error: action " + A.S(action) + " not handled in client_actions"); @@ -84866,7 +87199,7 @@ } break; case B.EntityAction_setTaxCategory: - A.showDialog(_null, B.Color_2315255808, true, new A.handleProductAction_closure2(t2, store, productIds), context, _null, true, type$.void); + A.showDialog(_null, _null, true, _null, new A.handleProductAction_closure2(t2, store, productIds), context, _null, true, type$.void); break; default: A.print("## ERROR: unhandled action " + A.S(action) + " in product_actions"); @@ -85716,7 +88049,7 @@ } break; case B.EntityAction_runTemplate: - A.showDialog(_null, B.Color_2315255808, false, new A.handleProjectAction_closure7(projects), context, _null, true, type$.void); + A.showDialog(_null, _null, false, _null, new A.handleProjectAction_closure7(projects), context, _null, true, type$.void); break; default: A.print("## Error: action " + A.S(action) + " not handled in project_actions"); @@ -90833,7 +93166,7 @@ case 8: // case $async$goto = 26; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A.handleRecurringInvoiceAction_closure1(t2), context, null, true, type$.double), $async$handleRecurringInvoiceAction); + return A._asyncAwait(A.showDialog(null, null, true, null, new A.handleRecurringInvoiceAction_closure1(t2), context, null, true, type$.double), $async$handleRecurringInvoiceAction); case 26: // returning from await. amount = $async$result; @@ -94216,7 +96549,7 @@ } break; case B.EntityAction_runTemplate: - A.showDialog(_null, B.Color_2315255808, false, new A.handleTaskAction_closure5(tasks), context, _null, true, type$.void); + A.showDialog(_null, _null, false, _null, new A.handleTaskAction_closure5(tasks), context, _null, true, type$.void); break; default: A.print("## ERROR: unhandled action " + A.S(action) + " in task_actions"); @@ -98973,7 +101306,7 @@ t5 = A.BuiltList_BuiltList$from(A._setArrayType(["payments"], type$.JSArray_String), t4); t6 = A.BuiltMap_BuiltMap(B.Map_empty1, t4, type$.CompanyPrefState); t1 = A.BuiltMap_BuiltMap(B.Map_empty1, t1, type$.PrefStateSortField); - return A._$PrefState$_(B.AppLayout_desktop, "light", t6, A.BuiltMap_BuiltMap(B.Map_52Mqi, t4, t4), "dark", A.BuiltMap_BuiltMap(B.Map_empty1, t4, t4), "system", "", true, false, false, false, true, false, false, false, false, false, false, false, B.AppSidebarMode_float, false, false, true, false, true, B.AppSidebarMode_collapse, B.ModuleLayout_table, false, true, false, 10, false, true, false, t1, t5, false, 1, t3, t2); + return A._$PrefState$_(B.AppLayout_desktop, "light", t6, A.BuiltMap_BuiltMap(B.Map_52Mqi, t4, t4), "dark", A.BuiltMap_BuiltMap(B.Map_empty1, t4, t4), "system", "", true, false, false, false, true, false, false, false, false, false, false, false, B.AppSidebarMode_float, false, false, true, false, true, B.AppSidebarMode_collapse, B.ModuleLayout_table, false, false, 10, false, true, false, t1, t5, false, 1, t3, t2); }, PrefState__initializeBuilder(builder) { var t2, t3, @@ -99048,7 +101381,7 @@ throw A.wrapException(A.ArgumentError$($name, null)); } }, - _$PrefState$_(appLayout, colorTheme, companyPrefs, customColors, darkColorTheme, darkCustomColors, darkModeType, donwloadsFolder, editAfterSaving, enableDarkModeSystem, enableFlexibleSearch, enableNativeBrowser, enableTooltips, enableTouchEvents, hideDesktopWarning, hideGatewayWarning, hideOneYearReviewApp, hideReviewApp, hideTaskExtensionBanner, hideTwoYearReviewApp, historySidebarMode, isFilterVisible, isHistoryVisible, isMenuVisible, isPreviewVisible, longPressSelectionIsDefault, menuSidebarMode, moduleLayout, persistData, persistUI, requireAuthentication, rowsPerPage, showKanban, showPdfPreview, showPdfPreviewSideBySide, sortFields, statementIncludes, tapSelectedToEdit, textScaleFactor, useSidebarEditor, useSidebarViewer) { + _$PrefState$_(appLayout, colorTheme, companyPrefs, customColors, darkColorTheme, darkCustomColors, darkModeType, donwloadsFolder, editAfterSaving, enableDarkModeSystem, enableFlexibleSearch, enableNativeBrowser, enableTooltips, enableTouchEvents, hideDesktopWarning, hideGatewayWarning, hideOneYearReviewApp, hideReviewApp, hideTaskExtensionBanner, hideTwoYearReviewApp, historySidebarMode, isFilterVisible, isHistoryVisible, isMenuVisible, isPreviewVisible, longPressSelectionIsDefault, menuSidebarMode, moduleLayout, persistData, requireAuthentication, rowsPerPage, showKanban, showPdfPreview, showPdfPreviewSideBySide, sortFields, statementIncludes, tapSelectedToEdit, textScaleFactor, useSidebarEditor, useSidebarViewer) { var _s9_ = "PrefState"; A.BuiltValueNullFieldError_checkNotNull(appLayout, _s9_, "appLayout"); A.BuiltValueNullFieldError_checkNotNull(moduleLayout, _s9_, "moduleLayout"); @@ -99071,7 +101404,6 @@ A.BuiltValueNullFieldError_checkNotNull(enableDarkModeSystem, _s9_, "enableDarkModeSystem"); A.BuiltValueNullFieldError_checkNotNull(isFilterVisible, _s9_, "isFilterVisible"); A.BuiltValueNullFieldError_checkNotNull(persistData, _s9_, "persistData"); - A.BuiltValueNullFieldError_checkNotNull(persistUI, _s9_, "persistUI"); A.BuiltValueNullFieldError_checkNotNull(longPressSelectionIsDefault, _s9_, "longPressSelectionIsDefault"); A.BuiltValueNullFieldError_checkNotNull(requireAuthentication, _s9_, "requireAuthentication"); A.BuiltValueNullFieldError_checkNotNull(tapSelectedToEdit, _s9_, "tapSelectedToEdit"); @@ -99091,7 +101423,7 @@ A.BuiltValueNullFieldError_checkNotNull(donwloadsFolder, _s9_, "donwloadsFolder"); A.BuiltValueNullFieldError_checkNotNull(sortFields, _s9_, "sortFields"); A.BuiltValueNullFieldError_checkNotNull(companyPrefs, _s9_, "companyPrefs"); - return new A._$PrefState(appLayout, moduleLayout, menuSidebarMode, historySidebarMode, useSidebarEditor, useSidebarViewer, customColors, darkCustomColors, statementIncludes, isPreviewVisible, isMenuVisible, showKanban, showPdfPreview, showPdfPreviewSideBySide, enableTouchEvents, enableFlexibleSearch, isHistoryVisible, darkModeType, enableDarkModeSystem, isFilterVisible, persistData, persistUI, longPressSelectionIsDefault, requireAuthentication, tapSelectedToEdit, rowsPerPage, enableTooltips, colorTheme, darkColorTheme, hideDesktopWarning, hideGatewayWarning, hideReviewApp, hideOneYearReviewApp, hideTwoYearReviewApp, hideTaskExtensionBanner, editAfterSaving, enableNativeBrowser, textScaleFactor, donwloadsFolder, sortFields, companyPrefs); + return new A._$PrefState(appLayout, moduleLayout, menuSidebarMode, historySidebarMode, useSidebarEditor, useSidebarViewer, customColors, darkCustomColors, statementIncludes, isPreviewVisible, isMenuVisible, showKanban, showPdfPreview, showPdfPreviewSideBySide, enableTouchEvents, enableFlexibleSearch, isHistoryVisible, darkModeType, enableDarkModeSystem, isFilterVisible, persistData, longPressSelectionIsDefault, requireAuthentication, tapSelectedToEdit, rowsPerPage, enableTooltips, colorTheme, darkColorTheme, hideDesktopWarning, hideGatewayWarning, hideReviewApp, hideOneYearReviewApp, hideTwoYearReviewApp, hideTaskExtensionBanner, editAfterSaving, enableNativeBrowser, textScaleFactor, donwloadsFolder, sortFields, companyPrefs); }, _$PrefStateSortField$_(ascending, field) { var _s18_ = "PrefStateSortField"; @@ -99139,7 +101471,7 @@ }, _$HistoryRecordSerializer: function _$HistoryRecordSerializer() { }, - _$PrefState: function _$PrefState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40) { + _$PrefState: function _$PrefState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39) { var _ = this; _.appLayout = t0; _.moduleLayout = t1; @@ -99162,32 +101494,31 @@ _.enableDarkModeSystem = t18; _.isFilterVisible = t19; _.persistData = t20; - _.persistUI = t21; - _.longPressSelectionIsDefault = t22; - _.requireAuthentication = t23; - _.tapSelectedToEdit = t24; - _.rowsPerPage = t25; - _.enableTooltips = t26; - _.colorTheme = t27; - _.darkColorTheme = t28; - _.hideDesktopWarning = t29; - _.hideGatewayWarning = t30; - _.hideReviewApp = t31; - _.hideOneYearReviewApp = t32; - _.hideTwoYearReviewApp = t33; - _.hideTaskExtensionBanner = t34; - _.editAfterSaving = t35; - _.enableNativeBrowser = t36; - _.textScaleFactor = t37; - _.donwloadsFolder = t38; - _.sortFields = t39; - _.companyPrefs = t40; + _.longPressSelectionIsDefault = t21; + _.requireAuthentication = t22; + _.tapSelectedToEdit = t23; + _.rowsPerPage = t24; + _.enableTooltips = t25; + _.colorTheme = t26; + _.darkColorTheme = t27; + _.hideDesktopWarning = t28; + _.hideGatewayWarning = t29; + _.hideReviewApp = t30; + _.hideOneYearReviewApp = t31; + _.hideTwoYearReviewApp = t32; + _.hideTaskExtensionBanner = t33; + _.editAfterSaving = t34; + _.enableNativeBrowser = t35; + _.textScaleFactor = t36; + _.donwloadsFolder = t37; + _.sortFields = t38; + _.companyPrefs = t39; _.__hashCode = null; }, PrefStateBuilder: function PrefStateBuilder() { var _ = this; - _._darkColorTheme = _._colorTheme = _._enableTooltips = _._rowsPerPage = _._tapSelectedToEdit = _._requireAuthentication = _._longPressSelectionIsDefault = _._persistUI = _._persistData = _._isFilterVisible = _._enableDarkModeSystem = _._darkModeType = _._isHistoryVisible = _._enableFlexibleSearch = _._enableTouchEvents = _._showPdfPreviewSideBySide = _._showPdfPreview = _._showKanban = _._isMenuVisible = _._isPreviewVisible = _._statementIncludes = _._darkCustomColors = _._customColors = _._useSidebarViewer = _._useSidebarEditor = _._historySidebarMode = _._menuSidebarMode = _._moduleLayout = _._appLayout = _._pref_state$_$v = null; - _._companyPrefs = _._sortFields = _._donwloadsFolder = _._textScaleFactor = _._enableNativeBrowser = _._editAfterSaving = _._hideTaskExtensionBanner = _._hideTwoYearReviewApp = _._hideOneYearReviewApp = _._hideReviewApp = _._hideGatewayWarning = _._hideDesktopWarning = null; + _._hideDesktopWarning = _._darkColorTheme = _._colorTheme = _._enableTooltips = _._rowsPerPage = _._tapSelectedToEdit = _._requireAuthentication = _._longPressSelectionIsDefault = _._persistData = _._isFilterVisible = _._enableDarkModeSystem = _._darkModeType = _._isHistoryVisible = _._enableFlexibleSearch = _._enableTouchEvents = _._showPdfPreviewSideBySide = _._showPdfPreview = _._showKanban = _._isMenuVisible = _._isPreviewVisible = _._statementIncludes = _._darkCustomColors = _._customColors = _._useSidebarViewer = _._useSidebarEditor = _._historySidebarMode = _._menuSidebarMode = _._moduleLayout = _._appLayout = _._pref_state$_$v = null; + _._companyPrefs = _._sortFields = _._donwloadsFolder = _._textScaleFactor = _._enableNativeBrowser = _._editAfterSaving = _._hideTaskExtensionBanner = _._hideTwoYearReviewApp = _._hideOneYearReviewApp = _._hideReviewApp = _._hideGatewayWarning = null; }, _$PrefStateSortField: function _$PrefStateSortField(t0, t1) { this.field = t0; @@ -102285,7 +104616,8 @@ this.key = t0; }, multiselectDialog(context, defaultSelected, entityType, onSelected, options, selected) { - A.showDialog(null, B.Color_2315255808, false, new A.multiselectDialog_closure(options, selected, defaultSelected, onSelected, entityType), context, null, true, type$.AlertDialog); + var _null = null; + A.showDialog(_null, _null, false, _null, new A.multiselectDialog_closure(options, selected, defaultSelected, onSelected, entityType), context, _null, true, type$.AlertDialog); }, MultiSelectList$(addTitle, defaultSelected, entityType, isDialog, liveChanges, onSelected, options, prefix, selected) { return new A.MultiSelectList(options, selected, defaultSelected, addTitle, onSelected, liveChanges, prefix, isDialog, entityType, null); @@ -102501,11 +104833,6 @@ this.height = t1; this.key = t2; }, - DocumentPreview_build_closure: function DocumentPreview_build_closure(t0) { - this.$this = t0; - }, - DocumentPreview_build_closure0: function DocumentPreview_build_closure0() { - }, EditScaffold$(actions, appBarBottom, body, bottomNavigationBar, entity, floatingActionButton, isFullscreen, onActionPressed, onCancelPressed, onSavePressed, saveLabel, title) { return new A.EditScaffold(entity, title, onSavePressed, onCancelPressed, onActionPressed, actions, appBarBottom, floatingActionButton, body, bottomNavigationBar, saveLabel, isFullscreen, null); }, @@ -102528,8 +104855,6 @@ EditScaffold_build_closure: function EditScaffold_build_closure(t0) { this.store = t0; }, - EditScaffold_build_closure10: function EditScaffold_build_closure10() { - }, EditScaffold_build_closure0: function EditScaffold_build_closure0(t0, t1) { this.$this = t0; this.context = t1; @@ -102641,7 +104966,7 @@ } t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.showEntityActionsDialog_closure0(actions), t1, null, true, type$.String); + A.showDialog(null, null, true, null, new A.showEntityActionsDialog_closure0(actions), t1, null, true, type$.String); case 1: // return return A._asyncReturn($async$returnValue, $async$completer); @@ -102815,22 +105140,22 @@ _EntityDropdownState_build__closure8: function _EntityDropdownState_build__closure8(t0) { this.$this = t0; }, - _EntityDropdownState_build_closure5: function _EntityDropdownState_build_closure5(t0, t1) { + _EntityDropdownState_build_closure4: function _EntityDropdownState_build_closure4(t0, t1) { this.$this = t0; this.state = t1; }, - _EntityDropdownState_build__closure: function _EntityDropdownState_build__closure(t0) { - this.$this = t0; - }, _EntityDropdownState_build__closure0: function _EntityDropdownState_build__closure0(t0) { - this.textEditingValue = t0; + this.$this = t0; }, _EntityDropdownState_build__closure1: function _EntityDropdownState_build__closure1(t0) { + this.textEditingValue = t0; + }, + _EntityDropdownState_build__closure2: function _EntityDropdownState_build__closure2(t0) { this.$this = t0; }, - _EntityDropdownState_build_closure3: function _EntityDropdownState_build_closure3() { + _EntityDropdownState_build_closure1: function _EntityDropdownState_build_closure1() { }, - _EntityDropdownState_build_closure4: function _EntityDropdownState_build_closure4(t0) { + _EntityDropdownState_build_closure3: function _EntityDropdownState_build_closure3(t0) { this.$this = t0; }, _EntityDropdownState_build_closure__wrapUp: function _EntityDropdownState_build_closure__wrapUp(t0) { @@ -102839,17 +105164,17 @@ _EntityDropdownState_build___wrapUp_closure: function _EntityDropdownState_build___wrapUp_closure(t0) { this.$this = t0; }, - _EntityDropdownState_build__closure2: function _EntityDropdownState_build__closure2(t0) { + _EntityDropdownState_build__closure3: function _EntityDropdownState_build__closure3(t0) { this.$this = t0; }, - _EntityDropdownState_build__closure3: function _EntityDropdownState_build__closure3(t0, t1) { + _EntityDropdownState_build__closure4: function _EntityDropdownState_build__closure4(t0, t1) { this.$this = t0; this._wrapUp = t1; }, - _EntityDropdownState_build__closure4: function _EntityDropdownState_build__closure4(t0) { + _EntityDropdownState_build__closure5: function _EntityDropdownState_build__closure5(t0) { this.$this = t0; }, - _EntityDropdownState_build_closure1: function _EntityDropdownState_build_closure1(t0, t1) { + _EntityDropdownState_build_closure2: function _EntityDropdownState_build_closure2(t0, t1) { this.$this = t0; this.iconButton = t1; }, @@ -102859,12 +105184,12 @@ _EntityDropdownState_build__closure6: function _EntityDropdownState_build__closure6(t0) { this.$this = t0; }, - _EntityDropdownState_build_closure2: function _EntityDropdownState_build_closure2(t0, t1, t2) { + _EntityDropdownState_build_closure5: function _EntityDropdownState_build_closure5(t0, t1, t2) { this.$this = t0; this.theme = t1; this.state = t2; }, - _EntityDropdownState_build__closure5: function _EntityDropdownState_build__closure5(t0, t1, t2, t3) { + _EntityDropdownState_build__closure: function _EntityDropdownState_build__closure(t0, t1, t2, t3) { var _ = this; _.$this = t0; _.state = t1; @@ -103861,9 +106186,6 @@ _InvoiceEmailViewState__buildEdit_closure1: function _InvoiceEmailViewState__buildEdit_closure1(t0) { this.$this = t0; }, - _InvoiceEmailViewState__buildEdit_closure2: function _InvoiceEmailViewState__buildEdit_closure2(t0) { - this.$this = t0; - }, _InvoiceEmailViewState__buildHistory_closure: function _InvoiceEmailViewState__buildHistory_closure(t0) { this.activities = t0; }, @@ -104230,10 +106552,12 @@ return new A.DrawerTile(company, entityType, icon, title, onTap, onLongPress, iconTooltip, null); }, _showContactUs(context) { - A.showDialog(null, B.Color_2315255808, true, new A._showContactUs_closure(), context, null, true, type$.ContactUsDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._showContactUs_closure(), context, _null, true, type$.ContactUsDialog); }, _showUpdate(context) { - A.showDialog(null, B.Color_2315255808, false, new A._showUpdate_closure(), context, null, true, type$.UpdateDialog); + var _null = null; + A.showDialog(_null, _null, false, _null, new A._showUpdate_closure(), context, _null, true, type$.UpdateDialog); }, _showConnectStripe(context) { var t2, t3, _null = null, @@ -104329,7 +106653,7 @@ } t1.subtitle = subtitle + (" \u2022 " + t5); } - A.showDialog(null, B.Color_2315255808, true, new A._showAbout_closure(t1, t3, apppIcon, "\xa9 " + A.Primitives_getYear(new A.DateTime(t4, false)) + " Invoice Ninja", t2), context, null, true, type$.Null); + A.showDialog(null, null, true, null, new A._showAbout_closure(t1, t3, apppIcon, "\xa9 " + A.Primitives_getYear(new A.DateTime(t4, false)) + " Invoice Ninja", t2), context, null, true, type$.Null); // implicit return return A._asyncReturn(null, $async$completer); } @@ -105570,8 +107894,6 @@ ViewScaffold_build_closure2: function ViewScaffold_build_closure2(t0) { this.store = t0; }, - ViewScaffold_build_closure6: function ViewScaffold_build_closure6() { - }, ViewScaffold_build_closure3: function ViewScaffold_build_closure3(t0, t1, t2) { this.$this = t0; this.store = t1; @@ -109430,8 +111752,6 @@ this.state = t1; this.store = t2; }, - _DashboardScreenState_build_closure4: function _DashboardScreenState_build_closure4() { - }, _CustomTabBarView: function _CustomTabBarView(t0, t1, t2, t3, t4) { var _ = this; _.viewModel = t0; @@ -110233,7 +112553,7 @@ DocumentScreenVM: function DocumentScreenVM(t0) { this.documentList = t0; }, - DocumentEdit: function DocumentEdit(t0, t1) { + DocumentEdit0: function DocumentEdit0(t0, t1) { this.viewModel = t0; this.key = t1; }, @@ -112845,7 +115165,7 @@ this.$this = t0; this.index = t1; }, - _InvoiceEditItemsDesktopState_build__closure4: function _InvoiceEditItemsDesktopState_build__closure4(t0, t1, t2, t3, t4) { + _InvoiceEditItemsDesktopState_build__closure3: function _InvoiceEditItemsDesktopState_build__closure3(t0, t1, t2, t3, t4) { var _ = this; _.productIds = t0; _.productState = t1; @@ -112853,16 +115173,16 @@ _.lineItems = t3; _.index = t4; }, - _InvoiceEditItemsDesktopState_build___closure12: function _InvoiceEditItemsDesktopState_build___closure12(t0) { + _InvoiceEditItemsDesktopState_build___closure13: function _InvoiceEditItemsDesktopState_build___closure13(t0) { this.productState = t0; }, - _InvoiceEditItemsDesktopState_build___closure13: function _InvoiceEditItemsDesktopState_build___closure13(t0, t1) { + _InvoiceEditItemsDesktopState_build___closure14: function _InvoiceEditItemsDesktopState_build___closure14(t0, t1) { this.textEditingValue = t0; this.company = t1; }, - _InvoiceEditItemsDesktopState_build__closure2: function _InvoiceEditItemsDesktopState_build__closure2() { + _InvoiceEditItemsDesktopState_build__closure0: function _InvoiceEditItemsDesktopState_build__closure0() { }, - _InvoiceEditItemsDesktopState_build__closure3: function _InvoiceEditItemsDesktopState_build__closure3(t0, t1, t2, t3, t4, t5, t6) { + _InvoiceEditItemsDesktopState_build__closure2: function _InvoiceEditItemsDesktopState_build__closure2(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.$this = t0; _.lineItems = t1; @@ -112872,7 +115192,7 @@ _.company = t5; _.viewModel = t6; }, - _InvoiceEditItemsDesktopState_build___closure14: function _InvoiceEditItemsDesktopState_build___closure14(t0, t1, t2, t3, t4) { + _InvoiceEditItemsDesktopState_build___closure15: function _InvoiceEditItemsDesktopState_build___closure15(t0, t1, t2, t3, t4) { var _ = this; _._box_0 = t0; _.product = t1; @@ -112880,10 +115200,10 @@ _.viewModel = t3; _.company = t4; }, - _InvoiceEditItemsDesktopState_build___closure15: function _InvoiceEditItemsDesktopState_build___closure15(t0) { + _InvoiceEditItemsDesktopState_build___closure16: function _InvoiceEditItemsDesktopState_build___closure16(t0) { this.product = t0; }, - _InvoiceEditItemsDesktopState_build__closure0: function _InvoiceEditItemsDesktopState_build__closure0(t0, t1, t2) { + _InvoiceEditItemsDesktopState_build__closure1: function _InvoiceEditItemsDesktopState_build__closure1(t0, t1, t2) { this.$this = t0; this.lineItems = t1; this.index = t2; @@ -112899,14 +115219,14 @@ _InvoiceEditItemsDesktopState_build____closure1: function _InvoiceEditItemsDesktopState_build____closure1(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build__closure1: function _InvoiceEditItemsDesktopState_build__closure1(t0, t1, t2, t3) { + _InvoiceEditItemsDesktopState_build__closure4: function _InvoiceEditItemsDesktopState_build__closure4(t0, t1, t2, t3) { var _ = this; _.theme = t0; _.state = t1; _.invoice = t2; _.company = t3; }, - _InvoiceEditItemsDesktopState_build___closure16: function _InvoiceEditItemsDesktopState_build___closure16(t0, t1, t2, t3, t4, t5) { + _InvoiceEditItemsDesktopState_build___closure12: function _InvoiceEditItemsDesktopState_build___closure12(t0, t1, t2, t3, t4, t5) { var _ = this; _.options = t0; _.highlightedIndex = t1; @@ -124878,9 +127198,8 @@ this.schedule = t0; this.viewModel = t1; }, - _ScheduleEditState_build___closure15: function _ScheduleEditState_build___closure15(t0, t1) { + _ScheduleEditState_build___closure15: function _ScheduleEditState_build___closure15(t0) { this.value = t0; - this.schedule = t1; }, _ScheduleEditState_build__closure: function _ScheduleEditState_build__closure(t0) { this.localization = t0; @@ -129227,7 +131546,7 @@ _.body = t2; _.email = t3; }, - _TemplatesAndRemindersState_build_closure10: function _TemplatesAndRemindersState_build_closure10(t0, t1) { + _TemplatesAndRemindersState_build_closure9: function _TemplatesAndRemindersState_build_closure9(t0, t1) { this.$this = t0; this.viewModel = t1; }, @@ -129306,9 +131625,6 @@ }, _TemplatesAndRemindersState_build_closure8: function _TemplatesAndRemindersState_build_closure8() { }, - _TemplatesAndRemindersState_build_closure9: function _TemplatesAndRemindersState_build_closure9(t0) { - this.$this = t0; - }, ReminderSettings: function ReminderSettings(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.viewModel = t0; @@ -129325,7 +131641,7 @@ _._daysController = t0; _._feeAmountController = t1; _._feePercentController = t2; - _._templates_and_reminders$_schedule = _._templates_and_reminders$_enabled = null; + _._schedule = _._templates_and_reminders$_enabled = null; _._templates_and_reminders$_controllers = t3; _._templates_and_reminders$_debouncer = t4; _._widget = null; @@ -135501,7 +137817,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.RefreshData(t1, true, includeStatic, false)); $async$goto = 2; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, false, new A.showRefreshDataDialog_closure(), context, null, true, type$.AlertDialog), $async$showRefreshDataDialog); + return A._asyncAwait(A.showDialog(null, null, false, null, new A.showRefreshDataDialog_closure(), context, null, true, type$.AlertDialog), $async$showRefreshDataDialog); case 2: // returning from await. t1 = $.$get$navigatorKey(); @@ -135513,16 +137829,18 @@ return A._asyncStartSync($async$showRefreshDataDialog, $async$completer); }, showErrorDialog(clearErrorOnDismiss, message) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.showErrorDialog_closure(message, clearErrorOnDismiss), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.showErrorDialog_closure(message, clearErrorOnDismiss), t1, _null, true, type$.ErrorDialog); }, showMessageDialog(message, onDismiss, secondaryActions) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.showMessageDialog_closure(message, secondaryActions, onDismiss), t1, null, true, type$.MessageDialog); + A.showDialog(_null, _null, true, _null, new A.showMessageDialog_closure(message, secondaryActions, onDismiss), t1, _null, true, type$.MessageDialog); }, confirmCallback(askForReason, callback, context, message, skip, typeToConfirm) { var t1, t2, t3, title, $content, _null = null, @@ -135553,7 +137871,7 @@ t2.toString; $content = t2; } - A.showDialog(_null, B.Color_2315255808, true, new A.confirmCallback_closure(typeToConfirm, callback, t1, title, askForReason, $content), context, _null, true, type$.AlertDialog); + A.showDialog(_null, _null, true, _null, new A.confirmCallback_closure(typeToConfirm, callback, t1, title, askForReason, $content), context, _null, true, type$.AlertDialog); }, passwordCallback(alwaysRequire, callback, context, skipOAuth) { var state, user, error, t2, t3, exception, _null = null, @@ -135612,7 +137930,7 @@ else t1 = true; if (t1) { - A.showDialog(_null, B.Color_2315255808, false, new A.passwordCallback_closure0(callback), context, _null, true, type$.Null); + A.showDialog(_null, _null, false, _null, new A.passwordCallback_closure0(callback), context, _null, true, type$.Null); return; } try { @@ -135627,20 +137945,21 @@ A.print("## 8"); }, fieldCallback(callback, context, field, maxLength, secondaryActions, title, value) { - A.showDialog(null, B.Color_2315255808, false, new A.fieldCallback_closure(callback, field, title, value, maxLength, secondaryActions), context, null, true, type$.AlertDialog); + var _null = null; + A.showDialog(_null, _null, false, _null, new A.fieldCallback_closure(callback, field, title, value, maxLength, secondaryActions), context, _null, true, type$.AlertDialog); }, cloneToDialog(invoice) { - var t2, t3, + var t2, t3, _null = null, t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; t2 = A.Localizations_of(t1, B.Type_AppLocalization_KyD, type$.AppLocalization); t3 = A.StoreProvider_of(t1, type$.AppState).__Store__state_A; t3 === $ && A.throwUnnamedLateFieldNI(); - A.showDialog(null, B.Color_2315255808, true, new A.cloneToDialog_closure(t2, t3.userCompanyStates._list$_list[t3.uiState.selectedCompanyIndex].userCompany, invoice), t1, null, true, type$.AlertDialog); + A.showDialog(_null, _null, true, _null, new A.cloneToDialog_closure(t2, t3.userCompanyStates._list$_list[t3.uiState.selectedCompanyIndex].userCompany, invoice), t1, _null, true, type$.AlertDialog); }, changeTaskStatusDialog(context, task) { - var t3, t4, + var t3, t4, _null = null, t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.AppLocalization), store = A.StoreProvider_of(context, type$.AppState), t2 = store.__Store__state_A; @@ -135648,7 +137967,7 @@ t3 = $.$get$memoizedSortedActiveTaskStatusIds(); t4 = t2.userCompanyStates._list$_list[t2.uiState.selectedCompanyIndex].taskStatusState; t4 = J.where$1$ax(t3.call$2(t4.list, t4.map), new A.changeTaskStatusDialog_closure(task)); - A.showDialog(null, B.Color_2315255808, true, new A.changeTaskStatusDialog_closure0(t1, A.List_List$of(t4, true, t4.$ti._eval$1("Iterable.E")), t2, store, task), context, null, true, type$.AlertDialog); + A.showDialog(_null, _null, true, _null, new A.changeTaskStatusDialog_closure0(t1, A.List_List$of(t4, true, t4.$ti._eval$1("Iterable.E")), t2, store, task), context, _null, true, type$.AlertDialog); }, addToInvoiceDialog(clientId, context, items) { var invoices, _null = null, @@ -135674,7 +137993,7 @@ A.showMessageDialog(t1, _null, _null); return; } - A.showDialog(_null, B.Color_2315255808, true, new A.addToInvoiceDialog_closure0(t1, invoices, items), context, _null, true, type$.AlertDialog); + A.showDialog(_null, _null, true, _null, new A.addToInvoiceDialog_closure0(t1, invoices, items), context, _null, true, type$.AlertDialog); }, showRefreshDataDialog_closure: function showRefreshDataDialog_closure() { }, @@ -136374,165 +138693,11 @@ nodeVisitor = new A._MarkdownToDocument(A._setArrayType([], type$.JSArray_DocumentNode), A._setArrayType([], type$.JSArray_ListItemType)); for (t1 = markdownNodes.length, _i = 0; _i < markdownNodes.length; markdownNodes.length === t1 || (0, A.throwConcurrentModificationError)(markdownNodes), ++_i) J.accept$1$x(markdownNodes[_i], nodeVisitor); - t1 = nodeVisitor._markdown$_content; - t2 = type$.String; - t2 = new A.MutableDocument(t1, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.int), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.DocumentNode), $.$get$ChangeNotifier__emptyListeners()); - t2.MutableDocument$1$nodes(t1); - return t2; - }, - serializeDocumentToMarkdown(doc) { - var t1, t2, isFirstLine, i, node, _length, _list, index, indent, symbol, t3, serializer, nodeBelow, blockType, t4, - buffer = new A.StringBuffer(""); - for (t1 = doc._nodes, t2 = type$.JSArray_String, isFirstLine = true, i = 0; i < t1.length; ++i) { - node = B.JSArray_methods.elementAt$1(t1, i); - if (!isFirstLine) - buffer._contents += "\n"; - else - isFirstLine = false; - if (node instanceof A.ImageNode) - buffer._contents += "![" + node._altText + "](" + node._image0$_imageUrl + ")"; - else if (node instanceof A.HorizontalRuleNode) - buffer._contents += "---"; - else if (node instanceof A.ListItemNode) { - _length = node._list_items$_indent + 1; - if (_length < 0) - A.throwExpression(A.ArgumentError$("Length must be a non-negative integer: " + _length, null)); - _list = A._setArrayType(new Array(_length), t2); - for (index = 0; index < _length; ++index) - _list[index] = " "; - indent = B.JSArray_methods.join$1(_list, ""); - symbol = node.type === B.ListItemType_1 ? "*" : "1."; - t3 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t3.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t3.visitAttributions$1(serializer); - t3 = buffer._contents += indent + symbol + " " + J.toString$0$(serializer._markdown$_buffer); - nodeBelow = i < t1.length - 1 ? B.JSArray_methods.elementAt$1(t1, i + 1) : null; - if (nodeBelow != null && !(nodeBelow instanceof A.ListItemNode)) - buffer._contents = t3 + "\n"; - } else if (node instanceof A.ParagraphNode) { - blockType = node._metadata.$index(0, "blockType"); - t3 = J.getInterceptor$(blockType); - if (t3.$eq(blockType, B.NamedAttribution_header1)) { - t3 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t3.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t3.visitAttributions$1(serializer); - t3 = buffer._contents += "# " + J.toString$0$(serializer._markdown$_buffer); - } else if (t3.$eq(blockType, B.NamedAttribution_header2)) { - t3 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t3.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t3.visitAttributions$1(serializer); - t3 = buffer._contents += "## " + J.toString$0$(serializer._markdown$_buffer); - } else if (t3.$eq(blockType, B.NamedAttribution_header3)) { - t3 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t3.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t3.visitAttributions$1(serializer); - t3 = buffer._contents += "### " + J.toString$0$(serializer._markdown$_buffer); - } else if (t3.$eq(blockType, B.NamedAttribution_header4)) { - t3 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t3.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t3.visitAttributions$1(serializer); - t3 = buffer._contents += "#### " + J.toString$0$(serializer._markdown$_buffer); - } else if (t3.$eq(blockType, B.NamedAttribution_header5)) { - t3 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t3.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t3.visitAttributions$1(serializer); - t3 = buffer._contents += "##### " + J.toString$0$(serializer._markdown$_buffer); - } else if (t3.$eq(blockType, B.NamedAttribution_header6)) { - t3 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t3.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t3.visitAttributions$1(serializer); - t3 = buffer._contents += "###### " + J.toString$0$(serializer._markdown$_buffer); - } else if (t3.$eq(blockType, B.NamedAttribution_blockquote)) { - t3 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t3.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t3.visitAttributions$1(serializer); - t3 = buffer._contents += "> " + J.toString$0$(serializer._markdown$_buffer); - } else if (t3.$eq(blockType, B.NamedAttribution_code)) { - t3 = buffer._contents += "```\n"; - t4 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t4.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t4.visitAttributions$1(serializer); - t3 += J.toString$0$(serializer._markdown$_buffer) + "\n"; - buffer._contents = t3; - t3 += "```"; - buffer._contents = t3; - } else { - t3 = node._text$_text; - serializer = new A.AttributedTextMarkdownSerializer(); - serializer.__AttributedTextMarkdownSerializer__fullText_A = t3.text; - serializer._markdown$_buffer = new A.StringBuffer(""); - serializer.__AttributedTextMarkdownSerializer__bufferCursor_A = 0; - t3.visitAttributions$1(serializer); - t3 = buffer._contents += J.toString$0$(serializer._markdown$_buffer); - } - if (i !== t1.length - 1) - buffer._contents = t3 + "\n"; - } - } - t1 = buffer._contents; - return t1.charCodeAt(0) == 0 ? t1 : t1; - }, - AttributedTextMarkdownSerializer__sortAndSerializeAttributions(attributions, $event) { - var t1, t2, - buffer = new A.StringBuffer(""); - for (t1 = J.get$iterator$ax($event === B.AttributionVisitEvent_0 ? B.List_Toh : new A.ReversedListIterable(B.List_Toh, type$.ReversedListIterable_NamedAttribution)); t1.moveNext$0();) { - t2 = t1.get$current(t1); - if (attributions.contains$1(0, t2)) - buffer._contents += A.AttributedTextMarkdownSerializer__encodeMarkdownStyle(t2); - } - t1 = buffer._contents; - return t1.charCodeAt(0) == 0 ? t1 : t1; - }, - AttributedTextMarkdownSerializer__encodeMarkdownStyle(attribution) { - if (attribution.$eq(0, B.NamedAttribution_code)) - return "`"; - else if (attribution.$eq(0, B.NamedAttribution_bold)) - return "**"; - else if (attribution.$eq(0, B.NamedAttribution_italics)) - return "*"; - else if (attribution.$eq(0, B.NamedAttribution_strikethrough)) - return "~"; - else - return ""; - }, - AttributedTextMarkdownSerializer__encodeLinkMarker(attributions, $event) { - var linkAttribution, - linkAttributions = new A.WhereIterable(attributions, new A.AttributedTextMarkdownSerializer__encodeLinkMarker_closure(), A._instanceType(attributions)._eval$1("WhereIterable")); - if (!linkAttributions.get$isEmpty(linkAttributions)) { - linkAttribution = type$.LinkAttribution._as(linkAttributions.get$first(linkAttributions)); - if ($event === B.AttributionVisitEvent_0) - return "["; - else - return "](" + linkAttribution.url.toString$0(0) + ")"; - } - return ""; + t1 = type$.String; + t2 = A._setArrayType([], type$.JSArray_of_void_Function_DocumentChangeLog); + t1 = new A.MutableDocument(nodeVisitor._markdown$_content, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.DocumentNode), t2); + t1._refreshNodeIdCaches$0(); + return t1; }, _MarkdownToDocument: function _MarkdownToDocument(t0, t1) { this._markdown$_content = t0; @@ -136542,13 +138707,6 @@ this._imageAltText = this._markdown$_imageUrl = null; this._textStack = t0; }, - AttributedTextMarkdownSerializer: function AttributedTextMarkdownSerializer() { - this.__AttributedTextMarkdownSerializer__fullText_A = $; - this._markdown$_buffer = null; - this.__AttributedTextMarkdownSerializer__bufferCursor_A = $; - }, - AttributedTextMarkdownSerializer__encodeLinkMarker_closure: function AttributedTextMarkdownSerializer__encodeLinkMarker_closure() { - }, _EmptyParagraphSyntax: function _EmptyParagraphSyntax() { }, GoogleOAuth_signIn(callback, isSilent) { @@ -136830,24 +138988,27 @@ }, getRandomString_closure: function getRandomString_closure() { }, - ExampleEditor: function ExampleEditor(t0, t1, t2) { + ExampleEditor: function ExampleEditor(t0, t1) { this.value = t0; - this.onChanged = t1; - this.key = t2; + this.key = t1; }, - _ExampleEditorState: function _ExampleEditorState(t0, t1, t2, t3, t4) { + _ExampleEditorState: function _ExampleEditorState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; - _._docLayoutKey = t0; + _._viewportKey = t0; + _._docLayoutKey = t1; _.___ExampleEditorState__doc_A = $; - _._composer = _._docEditor = null; - _.___ExampleEditorState__docOps_A = $; - _._textFormatBarOverlayEntry = _._super_editor$_scrollController = _._editorFocusNode = null; - _._textSelectionAnchor = t1; - _._imageFormatBarOverlayEntry = null; - _._imageSelectionAnchor = t2; - _._super_editor$_overlayController = t3; + _._docChangeSignal = t2; + _.___ExampleEditorState__scrollController_A = _.___ExampleEditorState__editorFocusNode_A = _.___ExampleEditorState__docOps_A = _.___ExampleEditorState__docEditor_A = _.___ExampleEditorState__composer_A = $; + _._selectionLayerLinks = t3; + _._brightness = t4; + _._textFormatBarOverlayController = t5; + _._textSelectionAnchor = t6; + _._imageFormatBarOverlayController = t7; + _._imageSelectionAnchor = t8; + _._super_editor$_overlayController = t9; + _.___ExampleEditorState__iosControlsController_F = $; _._widget = null; - _._debugLifecycleState = t4; + _._debugLifecycleState = t10; _._framework$_element = null; }, _ExampleEditorState_initState_closure: function _ExampleEditorState_initState_closure(t0) { @@ -136856,49 +139017,43 @@ _ExampleEditorState__showEditorToolbar_closure: function _ExampleEditorState__showEditorToolbar_closure(t0) { this.$this = t0; }, - _ExampleEditorState__showEditorToolbar_closure0: function _ExampleEditorState__showEditorToolbar_closure0(t0) { - this.$this = t0; - }, _ExampleEditorState__showImageToolbar_closure: function _ExampleEditorState__showImageToolbar_closure(t0) { this.$this = t0; }, - _ExampleEditorState__showImageToolbar__closure: function _ExampleEditorState__showImageToolbar__closure(t0) { - this.$this = t0; + _ExampleEditorState_build_closure: function _ExampleEditorState_build_closure() { }, - _ExampleEditorState__showImageToolbar_closure0: function _ExampleEditorState__showImageToolbar_closure0(t0) { - this.$this = t0; - }, - _ExampleEditorState_build_closure: function _ExampleEditorState_build_closure(t0) { - this.$this = t0; - }, - _ExampleEditorState__buildEditor_closure: function _ExampleEditorState__buildEditor_closure(t0) { - this.$this = t0; - }, - _ExampleEditorState__buildEditor_closure0: function _ExampleEditorState__buildEditor_closure0(t0) { + _ExampleEditorState_build_closure0: function _ExampleEditorState_build_closure0(t0) { this.$this = t0; }, _ExampleEditorState__buildMountedToolbar_closure: function _ExampleEditorState__buildMountedToolbar_closure(t0) { this.$this = t0; }, + _ExampleEditorState__buildImageToolbar_closure: function _ExampleEditorState__buildImageToolbar_closure(t0) { + this.$this = t0; + }, _darkModeStyles_closure: function _darkModeStyles_closure() { }, _darkModeStyles_closure0: function _darkModeStyles_closure0() { }, _darkModeStyles_closure1: function _darkModeStyles_closure1() { }, - EditorToolbar: function EditorToolbar(t0, t1, t2, t3, t4, t5) { + EditorToolbar: function EditorToolbar(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; - _.anchor = t0; - _.editorFocusNode = t1; - _.editor = t2; - _.composer = t3; - _.closeToolbar = t4; - _.key = t5; + _.editorViewportKey = t0; + _.anchor = t1; + _.editorFocusNode = t2; + _.editor = t3; + _.document = t4; + _.composer = t5; + _.closeToolbar = t6; + _.key = t7; }, _EditorToolbarState: function _EditorToolbarState(t0) { var _ = this; + _.___EditorToolbarState__screenBoundary_A = _.___EditorToolbarState__toolbarAligner_F = $; _._showUrlField = false; - _._widget = _._urlController = _._urlFocusNode = null; + _.___EditorToolbarState__urlFocusNode_A = _.___EditorToolbarState__popoverFocusNode_A = $; + _._widget = _._urlController = null; _._debugLifecycleState = t0; _._framework$_element = null; }, @@ -136912,13 +139067,9 @@ _EditorToolbarState__applyLink_closure: function _EditorToolbarState__applyLink_closure(t0) { this.$this = t0; }, - _EditorToolbarState_build_closure: function _EditorToolbarState_build_closure(t0) { - this.$this = t0; - }, _EditorToolbarState__buildUrlField_closure0: function _EditorToolbarState__buildUrlField_closure0() { }, - _EditorToolbarState__buildUrlField_closure: function _EditorToolbarState__buildUrlField_closure(t0) { - this.$this = t0; + _EditorToolbarState__buildUrlField_closure: function _EditorToolbarState__buildUrlField_closure() { }, _EditorToolbarState__buildUrlField_closure1: function _EditorToolbarState__buildUrlField_closure1(t0) { this.$this = t0; @@ -136999,7 +139150,7 @@ var t1; $.$get$platformViewRegistry(); t1 = html == null ? "" : html; - $.$get$platformViewManager().registerFactory$3$isVisible(t1, new A.WebUtils_registerWebView_closure(html), true); + $.$get$PlatformViewManager_instance().registerFactory$3$isVisible(t1, new A.WebUtils_registerWebView_closure(html), true); }, WebUtils_warnChanges(store) { var t1 = window; @@ -137047,52 +139198,44 @@ this.failureCallback = t0; }, linkify(text, options) { - var t1 = {}, - t2 = type$.JSArray_LinkifyElement; - t1.list = A._setArrayType([new A.TextElement0(text)], t2); + var _i, + t1 = type$.JSArray_LinkifyElement, + list = A._setArrayType([new A.TextElement0(text, text)], t1); if (text.length === 0) - return A._setArrayType([], t2); - B.JSArray_methods.forEach$1(B.List_UrlLinkifier_EmailLinkifier, new A.linkify_closure(t1, options)); - return t1.list; + return A._setArrayType([], t1); + for (_i = 0; _i < 2; ++_i) + list = B.List_UrlLinkifier_EmailLinkifier[_i].parse$2(0, list, options); + return list; }, LinkifyElement: function LinkifyElement() { }, LinkableElement: function LinkableElement() { }, - TextElement0: function TextElement0(t0) { + TextElement0: function TextElement0(t0, t1) { this.text = t0; + this.originText = t1; }, Linkifier: function Linkifier() { }, - LinkifyOptions: function LinkifyOptions(t0) { + LinkifyOptions: function LinkifyOptions(t0, t1) { this.humanize = t0; - }, - linkify_closure: function linkify_closure(t0, t1) { - this._box_0 = t0; - this.options = t1; + this.looseUrl = t1; }, EmailLinkifier: function EmailLinkifier() { }, - EmailLinkifier_parse_closure: function EmailLinkifier_parse_closure(t0, t1, t2) { - this.$this = t0; - this.list = t1; - this.options = t2; - }, - EmailElement: function EmailElement(t0, t1, t2) { - this.emailAddress = t0; - this.url = t1; - this.text = t2; + EmailElement: function EmailElement(t0, t1, t2, t3) { + var _ = this; + _.emailAddress = t0; + _.url = t1; + _.text = t2; + _.originText = t3; }, UrlLinkifier: function UrlLinkifier() { }, - UrlLinkifier_parse_closure: function UrlLinkifier_parse_closure(t0, t1, t2) { - this.$this = t0; - this.options = t1; - this.list = t2; - }, - UrlElement: function UrlElement(t0, t1) { + UrlElement: function UrlElement(t0, t1, t2) { this.url = t0; this.text = t1; + this.originText = t2; }, LocalAuthentication: function LocalAuthentication() { }, @@ -137951,7 +140094,7 @@ }, JsError: function JsError() { }, - Promise2: function Promise2() { + Promise1: function Promise1() { }, Array: function Array() { }, @@ -137959,99 +140102,6 @@ }, Reflect: function Reflect() { }, - AnimationDirection: function AnimationDirection(t0, t1) { - this.index = t0; - this._core$_name = t1; - }, - FadeWidget: function FadeWidget(t0, t1, t2, t3, t4) { - var _ = this; - _.child = t0; - _.duration = t1; - _.direction = t2; - _.curve = t3; - _.key = t4; - }, - _FadeWidgetState: function _FadeWidgetState(t0, t1, t2) { - var _ = this; - _.___FadeWidgetState_hideWidget_A = _.___FadeWidgetState_controller_A = _.___FadeWidgetState_opacity_A = $; - _.SingleTickerProviderStateMixin__ticker = t0; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; - _._widget = null; - _._debugLifecycleState = t2; - _._framework$_element = null; - }, - _FadeWidgetState_animationStatusChange_closure: function _FadeWidgetState_animationStatusChange_closure(t0, t1) { - this.$this = t0; - this.status = t1; - }, - __FadeWidgetState_State_SingleTickerProviderStateMixin: function __FadeWidgetState_State_SingleTickerProviderStateMixin() { - }, - OctoImage: function OctoImage(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) { - var _ = this; - _.image = t0; - _.imageBuilder = t1; - _.placeholderBuilder = t2; - _.progressIndicatorBuilder = t3; - _.errorBuilder = t4; - _.placeholderFadeInDuration = t5; - _.fadeOutDuration = t6; - _.fadeOutCurve = t7; - _.fadeInDuration = t8; - _.fadeInCurve = t9; - _.width = t10; - _.height = t11; - _.fit = t12; - _.alignment = t13; - _.repeat = t14; - _.matchTextDirection = t15; - _.color = t16; - _.colorBlendMode = t17; - _.filterQuality = t18; - _.gaplessPlayback = t19; - _.key = t20; - }, - _OctoImageState: function _OctoImageState(t0) { - var _ = this; - _._previousHandler = null; - _.___OctoImageState__imageHandler_A = $; - _._widget = null; - _._debugLifecycleState = t0; - _._framework$_element = null; - }, - ImageHandler$(alignment, alwaysShowPlaceHolder, color, colorBlendMode, errorBuilder, fadeInCurve, fadeInDuration, fadeOutCurve, fadeOutDuration, filterQuality, fit, height, image, imageBuilder, matchTextDirection, placeholderBuilder, placeholderFadeInDuration, progressIndicatorBuilder, repeat, width) { - var t1 = new A.ImageHandler(image, width, height, fit, alignment, repeat, false, color, colorBlendMode, filterQuality, imageBuilder, placeholderBuilder, progressIndicatorBuilder, errorBuilder, placeholderFadeInDuration, fadeOutDuration, fadeOutCurve, fadeInDuration, fadeInCurve, alwaysShowPlaceHolder); - t1.__ImageHandler__placeholderType_A = t1._definePlaceholderType$0(); - return t1; - }, - _PlaceholderType: function _PlaceholderType(t0, t1) { - this.index = t0; - this._core$_name = t1; - }, - ImageHandler: function ImageHandler(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { - var _ = this; - _.image = t0; - _.width = t1; - _.height = t2; - _.fit = t3; - _.alignment = t4; - _.repeat = t5; - _.matchTextDirection = t6; - _.color = t7; - _.colorBlendMode = t8; - _.filterQuality = t9; - _.__ImageHandler__placeholderType_A = $; - _.imageBuilder = t10; - _.placeholderBuilder = t11; - _.progressIndicatorBuilder = t12; - _.errorBuilder = t13; - _.placeholderFadeInDuration = t14; - _.fadeOutDuration = t15; - _.fadeOutCurve = t16; - _.fadeInDuration = t17; - _.fadeInCurve = t18; - _.alwaysShowPlaceHolder = t19; - _._isLoaded = _._image_handler$_wasSynchronouslyLoaded = false; - }, OverflowViewParentData: function OverflowViewParentData(t0, t1, t2) { var _ = this; _.offstage = null; @@ -138084,7 +140134,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -138154,16 +140204,19 @@ var _ = this; _.__MultiChildRenderObjectElement__children_A = $; _._forgottenChildren = t0; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugBuiltOnce = _._inDirtyList = false; }, + CupertinoPopoverToolbarAligner: function CupertinoPopoverToolbarAligner(t0) { + this._cupertino_popover_aligners$_boundsKey = t0; + }, CupertinoPopoverMenu: function CupertinoPopoverMenu(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.focalPoint = t0; @@ -138196,7 +140249,7 @@ _._backgroundShapeOffset = t12; _._backgroundShapePath = null; _._contentOffset = t13; - _._showDebugPaint = t14; + _._cupertino_popover_menu$_showDebugPaint = t14; _.__RenderPopover__backgroundPaint_A = t15; _._clipPathLayer = t16; _.RenderObjectWithChildMixin__child = t17; @@ -138211,7 +140264,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -138308,7 +140361,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -138340,18 +140393,13 @@ }, __RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin: function __RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin() { }, - StationaryMenuFocalPoint: function StationaryMenuFocalPoint(t0) { - this.globalOffset = t0; + LeaderMenuFocalPoint: function LeaderMenuFocalPoint(t0) { + this._menu_with_pointer_follower$_link = t0; }, PackageInfoPlusWebPlugin: function PackageInfoPlusWebPlugin() { }, PackageInfoPlatform: function PackageInfoPlatform() { }, - Context_Context(current, style) { - if (current == null) - current = "."; - return new A.Context(style, current); - }, _parseUri(uri) { if (type$.Uri._is(uri)) return uri; @@ -138469,7 +140517,7 @@ }, getApplicationDocumentsDirectory() { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Directory_2), + $async$completer = A._makeAsyncAwaitCompleter(type$.Directory), $async$returnValue, path; var $async$getApplicationDocumentsDirectory = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) @@ -138525,6 +140573,17 @@ this.height = t1; this.pixels = t2; }, + WebPermissionHandler: function WebPermissionHandler(t0) { + this._webDelegate = t0; + }, + WebDelegate: function WebDelegate(t0, t1) { + this._devices = t0; + this._geolocation = t1; + }, + PermissionHandlerPlatform: function PermissionHandlerPlatform() { + }, + MethodChannelPermissionHandler: function MethodChannelPermissionHandler() { + }, PinchZoom$(child) { return new A.PinchZoom(child, null); }, @@ -138655,6 +140714,7 @@ _._pinput$_state = t0; _.delegate = t1; _._shouldShowSelectionToolbar = true; + _._isShiftPressed = false; _._dragStartViewportOffset = _._dragStartScrollOffset = 0; _._dragBeganOnPreviousSelection = _._dragStartSelection = null; _._longPressStartedWithoutFocus = false; @@ -138736,7 +140796,7 @@ _registerFactory(debug) { var viewType = debug ? "__webPointerInterceptorViewType__debug__" : "__webPointerInterceptorViewType__"; $.$get$platformViewRegistry(); - $.$get$platformViewManager().registerFactory$3$isVisible(viewType, new A._registerFactory_closure(debug), false); + $.$get$PlatformViewManager_instance().registerFactory$3$isVisible(viewType, new A._registerFactory_closure(debug), false); }, PointerInterceptor$(child) { if (!$.PointerInterceptor__registered) { @@ -138861,8 +140921,9 @@ format = A.PdfPageFormat$(t3, t4, null, t2.$index(t1, "marginBottom"), t5, t7, t6); bytes = null; $async$handler = 12; + t1 = job.onLayout.call$1(format); $async$goto = 15; - return A._asyncAwait(job.onLayout.call$1(format), $async$MethodChannelPrinting__handleMethod); + return A._asyncAwait(type$.Future_Uint8List._is(t1) ? t1 : A._Future$value(t1, type$.Uint8List), $async$MethodChannelPrinting__handleMethod); case 15: // returning from await. bytes = $async$result; @@ -139679,21 +141740,6 @@ this.index = t0; this._core$_name = t1; }, - hashObjects0(objects) { - return A._finish0(B.JSArray_methods.fold$1$2(objects, 0, new A.hashObjects_closure0(), type$.int)); - }, - _combine0(hash, value) { - hash = hash + value & 536870911; - hash = hash + ((hash & 524287) << 10) & 536870911; - return hash ^ hash >>> 6; - }, - _finish0(hash) { - hash = hash + ((hash & 67108863) << 3) & 536870911; - hash ^= hash >>> 11; - return hash + ((hash & 16383) << 15) & 536870911; - }, - hashObjects_closure0: function hashObjects_closure0() { - }, MiddlewareClass: function MiddlewareClass() { }, Store: function Store(t0, t1, t2) { @@ -139815,7 +141861,7 @@ }, BehaviorSubject_BehaviorSubject$seeded(seedValue, $T) { var controller = new A._AsyncBroadcastStreamController(null, null, $T._eval$1("_AsyncBroadcastStreamController<0>")), - wrapper = new A._Wrapper(true, seedValue, $T._eval$1("_Wrapper<0>")); + wrapper = new A._Wrapper(seedValue, $T._eval$1("_Wrapper<0>")); return new A.BehaviorSubject(wrapper, controller, A.DeferStream$(A.BehaviorSubject__deferStream(wrapper, controller, false, $T), true, $T), $T._eval$1("BehaviorSubject<0>")); }, BehaviorSubject__deferStream(wrapper, controller, sync, $T) { @@ -139834,12 +141880,12 @@ this.controller = t1; this.T = t2; }, - _Wrapper: function _Wrapper(t0, t1, t2) { + _Wrapper: function _Wrapper(t0, t1) { var _ = this; - _.isValue = t0; - _.value = t1; + _.isValue = true; + _.value = t0; _.errorAndStackTrace = null; - _.$ti = t2; + _.$ti = t1; }, _BehaviorSubjectStream: function _BehaviorSubjectStream(t0, t1) { this._behavior_subject$_subject = t0; @@ -140712,10 +142758,10 @@ var _ = this; _._framework$_state = t0; _._didChangeDependencies = false; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._framework$_child = null; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; _.__Element__depth_A = $; _._widget = t1; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t2; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -140846,9 +142892,17 @@ _._string_scanner$_position = 0; _._lastMatchPosition = _._lastMatch = null; }, - DocumentRange: function DocumentRange(t0, t1) { - this.start = t0; - this.end = t1; + DocumentChangeLog: function DocumentChangeLog() { + }, + NodeInsertedEvent: function NodeInsertedEvent(t0, t1) { + this.nodeId = t0; + this.insertionIndex = t1; + }, + NodeRemovedEvent: function NodeRemovedEvent(t0) { + this.nodeId = t0; + }, + NodeChangeEvent: function NodeChangeEvent(t0) { + this.nodeId = t0; }, DocumentPosition: function DocumentPosition(t0, t1) { this.nodeId = t0; @@ -140856,31 +142910,32 @@ }, DocumentNode: function DocumentNode() { }, - DocumentComposer$() { + MutableDocumentComposer$() { var _null = null, - t1 = A.ValueNotifier$(_null, type$.nullable_DocumentSelection), - t2 = A.ValueNotifier$(_null, type$.nullable_DocumentRange), - t3 = A.ValueNotifier$(false, type$.bool), - t4 = $.$get$ChangeNotifier__emptyListeners(); - t4 = new A.DocumentComposer(t1, t2, t3, new A.ComposerPreferences(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution), t4), t4); - t4.DocumentComposer$2$imeConfiguration$initialSelection(_null, _null); - return t4; + t1 = $.$get$ChangeNotifier__emptyListeners(); + t1 = new A.MutableDocumentComposer(new A.PausableValueNotifier(_null, t1, type$.PausableValueNotifier_nullable_DocumentSelection), new A.PausableValueNotifier(_null, t1, type$.PausableValueNotifier_nullable_DocumentRange), new A.PausableValueNotifier(false, t1, type$.PausableValueNotifier_bool), new A.ComposerPreferences(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution), t1), t1); + t1.DocumentComposer$2$imeConfiguration$initialSelection(_null, _null); + return t1; }, - DocumentComposer: function DocumentComposer(t0, t1, t2, t3, t4) { + DocumentComposer: function DocumentComposer() { + }, + DocumentComposer_closure: function DocumentComposer_closure(t0) { + this.$this = t0; + }, + MutableDocumentComposer: function MutableDocumentComposer(t0, t1, t2, t3, t4) { var _ = this; - _.__DocumentComposer__streamController_A = _.__DocumentComposer__latestSelectionChange_A = $; - _.selectionNotifier = t0; - _.composingRegion = t1; - _.isInInteractionMode = t2; + _._didChangeSelectionDuringTransaction = _._isInTransaction = false; + _._latestSelectionChange = null; + _.__DocumentComposer__streamController_A = $; + _._selectionNotifier = t0; + _._document_composer$_composingRegion = t1; + _._isInInteractionMode = t2; _._preferences = t3; _.ChangeNotifier__count = 0; _.ChangeNotifier__listeners = t4; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - DocumentComposer_closure: function DocumentComposer_closure(t0) { - this.$this = t0; - }, ComposerPreferences: function ComposerPreferences(t0, t1) { var _ = this; _._currentAttributions = t0; @@ -140889,46 +142944,59 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, + ClearSelectionRequest: function ClearSelectionRequest() { + }, + ChangeSelectionRequest: function ChangeSelectionRequest(t0, t1, t2) { + this.newSelection = t0; + this.changeType = t1; + this.reason = t2; + }, + ChangeSelectionCommand: function ChangeSelectionCommand(t0, t1, t2) { + this.newSelection = t0; + this.changeType = t1; + this.reason = t2; + }, + SelectionChangeEvent: function SelectionChangeEvent(t0, t1, t2) { + this.oldSelection = t0; + this.newSelection = t1; + this.changeType = t2; + }, + ComposingRegionChangeEvent: function ComposingRegionChangeEvent(t0) { + this.newComposingRegion = t0; + }, DocumentSelectionChange: function DocumentSelectionChange(t0, t1) { this.selection = t0; this.reason = t1; }, + SelectionChangeType: function SelectionChangeType(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + ChangeComposingRegionRequest: function ChangeComposingRegionRequest(t0) { + this.composingRegion = t0; + }, + ChangeComposingRegionCommand: function ChangeComposingRegionCommand(t0) { + this.composingRegion = t0; + }, + ChangeInteractionModeRequest: function ChangeInteractionModeRequest(t0) { + this.isInteractionModeDesired = t0; + }, + ChangeInteractionModeCommand: function ChangeInteractionModeCommand(t0) { + this.isInteractionModeDesired = t0; + }, _ComposerPreferences_Object_ChangeNotifier: function _ComposerPreferences_Object_ChangeNotifier() { }, _DocumentComposer_Object_ChangeNotifier: function _DocumentComposer_Object_ChangeNotifier() { }, DebugPaintConfig: function DebugPaintConfig() { }, - DocumentEditor: function DocumentEditor(t0) { - this._document = t0; - }, - EditorCommandFunction: function EditorCommandFunction(t0) { - this._execute = t0; - }, - DocumentEditorTransaction: function DocumentEditorTransaction(t0) { - this._document = t0; - }, - MutableDocument: function MutableDocument(t0, t1, t2, t3) { - var _ = this; - _._nodes = t0; - _._nodeIndicesById = t1; - _._nodesById = t2; - _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t3; - _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; - _.ChangeNotifier__debugDisposed = false; - }, - MutableDocument_getRangeBetween_closure: function MutableDocument_getRangeBetween_closure(t0, t1, t2) { - this.$this = t0; - this.position1 = t1; - this.position2 = t2; - }, - _MutableDocument_Object_ChangeNotifier: function _MutableDocument_Object_ChangeNotifier() { - }, DocumentGestureMode: function DocumentGestureMode(t0, t1) { this.index = t0; this._core$_name = t1; }, + DocumentLayoutEditable: function DocumentLayoutEditable(t0) { + this._documentLayoutResolver = t0; + }, DocumentComponent: function DocumentComponent() { }, ProxyDocumentComponent: function ProxyDocumentComponent() { @@ -140936,6 +143004,9 @@ MovementModifier: function MovementModifier(t0) { this.id = t0; }, + DocumentSelection$collapsed(position) { + return new A.DocumentSelection(position, position, position, position); + }, InspectDocumentAffinity_getAffinityBetween(_this, base, extent) { var baseIndex, extentNode, extentIndex, affinity, _s30_ = "No such position in document: ", @@ -140959,6 +143030,11 @@ } return affinity._readLocal$0(); }, + InspectDocumentRange_getRangeBetween(_this, position1, position2) { + var affinity = A._InitializedCell$named("affinity", new A.InspectDocumentRange_getRangeBetween_closure(_this, position1, position2)), + t1 = affinity._read$0() === B.TextAffinity_1 ? position1 : position2; + return new A.DocumentRange(t1, affinity._read$0() === B.TextAffinity_1 ? position2 : position1); + }, InspectDocumentSelection_selectUpstreamPosition(_this, docPosition1, docPosition2) { var t1 = _this._nodesById, docPosition1Node = t1.$index(0, docPosition1.nodeId), @@ -140973,14 +143049,14 @@ return docPosition1Node.selectUpstreamPosition$2(t1, docPosition2.nodePosition).$eq(0, t1) ? docPosition1 : docPosition2; }, InspectDocumentSelection_doesSelectionContainPosition(_this, selection, position) { - var t1, baseNode, baseNodeIndex, extentNode, extentNodeIndex, upstreamNode, upstreamNodeIndex, downstreamNode, downstreamNodeIndex, positionNodeIndex, upstreamPosition, downstreamCap, upstreamCap, - downstreamPosition = selection.base, - downstreamPosition0 = selection.extent; - if (downstreamPosition.$eq(0, downstreamPosition0)) + var downstreamPosition, t1, baseNode, baseNodeIndex, downstreamPosition0, extentNode, extentNodeIndex, upstreamNode, upstreamNodeIndex, downstreamNode, downstreamNodeIndex, positionNodeIndex, upstreamPosition, downstreamCap, upstreamCap; + if (selection.get$isCollapsed(selection)) return false; + downstreamPosition = selection.base; t1 = _this._nodesById; baseNode = t1.$index(0, downstreamPosition.nodeId); baseNodeIndex = _this.getNodeIndexById$1(baseNode.get$id(baseNode)); + downstreamPosition0 = selection.extent; extentNode = t1.$index(0, downstreamPosition0.nodeId); extentNodeIndex = _this.getNodeIndexById$1(extentNode.get$id(extentNode)); t1 = baseNodeIndex < extentNodeIndex; @@ -141009,19 +143085,69 @@ } return false; }, - DocumentSelection: function DocumentSelection(t0, t1) { - this.base = t0; - this.extent = t1; + DocumentSelection: function DocumentSelection(t0, t1, t2, t3) { + var _ = this; + _.base = t0; + _.extent = t1; + _.start = t2; + _.end = t3; }, - EditContext: function EditContext(t0, t1, t2, t3) { + DocumentRange: function DocumentRange(t0, t1) { + this.start = t0; + this.end = t1; + }, + InspectDocumentRange_getRangeBetween_closure: function InspectDocumentRange_getRangeBetween_closure(t0, t1, t2) { + this._this = t0; + this.position1 = t1; + this.position2 = t2; + }, + SuperEditorContext: function SuperEditorContext(t0, t1, t2, t3, t4, t5) { var _ = this; _.editor = t0; - _._getDocumentLayout = t1; - _.composer = t2; - _.commonOps = t3; + _.document = t1; + _._getDocumentLayout = t2; + _.composer = t3; + _.scroller = t4; + _.commonOps = t5; }, - Stylesheet$(documentPadding, inlineTextStyler, rules) { - return new A.Stylesheet(documentPadding, inlineTextStyler, rules); + Editor: function Editor(t0, t1, t2) { + var _ = this; + _.requestHandlers = t0; + _.__Editor__commandExecutor_F = _.__Editor_context_F = $; + _.reactionPipeline = t1; + _._changeListeners = t2; + _._activeChangeList = null; + _._activeCommandCount = 0; + }, + _DocumentEditorCommandExecutor: function _DocumentEditorCommandExecutor(t0, t1, t2) { + this._editor$_context = t0; + this._commandsBeingProcessed = t1; + this._changeList = t2; + }, + EditCommand: function EditCommand() { + }, + EditContext: function EditContext(t0) { + this._resources = t0; + }, + EditorCommandQueue: function EditorCommandQueue(t0, t1) { + this._activeCommand = null; + this._activeCommandExpansionQueue = t0; + this._commandBacklog = t1; + }, + DocumentEdit: function DocumentEdit(t0) { + this.change = t0; + }, + MutableDocument: function MutableDocument(t0, t1, t2, t3) { + var _ = this; + _._editor$_nodes = t0; + _._nodeIndicesById = t1; + _._nodesById = t2; + _._editor$_listeners = t3; + }, + MutableDocument_onTransactionEnd_closure: function MutableDocument_onTransactionEnd_closure() { + }, + Stylesheet$(documentPadding, inlineTextStyler, rules, selectedTextColorStrategy) { + return new A.Stylesheet(documentPadding, inlineTextStyler, selectedTextColorStrategy, rules); }, StyleRule$(selector, styler) { return new A.StyleRule(selector, styler); @@ -141029,10 +143155,12 @@ BlockSelector$_(blockType, followingBlockType, indexMatcher, precedingBlockType) { return new A.BlockSelector(blockType, precedingBlockType, followingBlockType, indexMatcher); }, - Stylesheet: function Stylesheet(t0, t1, t2) { - this.documentPadding = t0; - this.inlineTextStyler = t1; - this.rules = t2; + Stylesheet: function Stylesheet(t0, t1, t2, t3) { + var _ = this; + _.documentPadding = t0; + _.inlineTextStyler = t1; + _.selectedTextColorStrategy = t2; + _.rules = t3; }, StyleRule: function StyleRule(t0, t1) { this.selector = t0; @@ -141057,15 +143185,17 @@ SelectionStyles: function SelectionStyles(t0) { this.selectionColor = t0; }, + ColorAttribution: function ColorAttribution() { + }, LinkAttribution: function LinkAttribution(t0) { this.url = t0; }, - BlockquoteComponentViewModel$(backgroundColor, borderRadius, highlightWhenEmpty, maxWidth, nodeId, padding, selection, selectionColor, text, textAlignment, textDirection, textStyleBuilder) { - return new A.BlockquoteComponentViewModel(text, textStyleBuilder, textDirection, textAlignment, selection, selectionColor, highlightWhenEmpty, backgroundColor, borderRadius, nodeId, maxWidth, padding); + BlockquoteComponentViewModel$(backgroundColor, borderRadius, composingRegion, highlightWhenEmpty, maxWidth, nodeId, padding, selection, selectionColor, showComposingUnderline, text, textAlignment, textDirection, textStyleBuilder) { + return new A.BlockquoteComponentViewModel(text, textStyleBuilder, textDirection, textAlignment, selection, selectionColor, highlightWhenEmpty, composingRegion, showComposingUnderline, backgroundColor, borderRadius, nodeId, maxWidth, padding); }, BlockquoteComponentBuilder: function BlockquoteComponentBuilder() { }, - BlockquoteComponentViewModel: function BlockquoteComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + BlockquoteComponentViewModel: function BlockquoteComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; _.text = t0; _.textStyleBuilder = t1; @@ -141074,13 +143204,15 @@ _.selection = t4; _.selectionColor = t5; _.highlightWhenEmpty = t6; - _.backgroundColor = t7; - _.borderRadius = t8; - _.nodeId = t9; - _.maxWidth = t10; - _.padding = t11; + _.composingRegion = t7; + _.showComposingUnderline = t8; + _.backgroundColor = t9; + _.borderRadius = t10; + _.nodeId = t11; + _.maxWidth = t12; + _.padding = t13; }, - BlockquoteComponent: function BlockquoteComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + BlockquoteComponent: function BlockquoteComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.textKey = t0; _.text = t1; @@ -141090,7 +143222,9 @@ _.backgroundColor = t5; _.borderRadius = t6; _.highlightWhenEmpty = t7; - _.key = t8; + _.composingRegion = t8; + _.showComposingUnderline = t9; + _.key = t10; }, _BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure: function _BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure(t0) { this.styles = t0; @@ -141115,6 +143249,9 @@ _.child = t2; _.key = t3; }, + DeleteUpstreamAtBeginningOfBlockNodeCommand: function DeleteUpstreamAtBeginningOfBlockNodeCommand(t0) { + this.node = t0; + }, __BoxComponentState_State_DocumentComponent: function __BoxComponentState_State_DocumentComponent() { }, CommonEditorOperations_getDocumentPositionAfterExpandedDeletion($document, selection) { @@ -141123,12 +143260,12 @@ t1 = $document._nodesById, baseNode = t1.$index(0, basePosition.nodeId); if (baseNode == null) - throw A.wrapException(A.Exception_Exception("Failed to _getDocumentPositionAfterDeletion because the base node no longer exists.")); + throw A.wrapException(A.Exception_Exception(string$.Failed_b)); baseNodeIndex = $document.getNodeIndexById$1(baseNode.get$id(baseNode)); extentPosition = selection.extent; extentNode = t1.$index(0, extentPosition.nodeId); if (extentNode == null) - throw A.wrapException(A.Exception_Exception("Failed to _getDocumentPositionAfterDeletion because the extent node no longer exists.")); + throw A.wrapException(A.Exception_Exception(string$.Failed_e)); extentNodeIndex = $document.getNodeIndexById$1(extentNode.get$id(extentNode)); t1 = $document.getNodeAt$1(Math.min(baseNodeIndex, extentNodeIndex)); t1.toString; @@ -141139,7 +143276,7 @@ bottomNodePosition = t2 ? extentPosition.nodePosition : basePosition.nodePosition; if (baseNodeIndex !== extentNodeIndex) if (topNodePosition.$eq(0, t1.get$beginningPosition()) && bottomNodePosition.$eq(0, t3.get$endPosition())) - newSelectionPosition = new A.DocumentPosition(baseNode.get$id(baseNode), B.TextNodePosition_0_TextAffinity_1); + newSelectionPosition = new A.DocumentPosition(t1.get$id(t1), B.TextNodePosition_0_TextAffinity_1); else if (topNodePosition.$eq(0, t1.get$beginningPosition())) newSelectionPosition = new A.DocumentPosition(t3.get$id(t3), t3.get$beginningPosition()); else if (bottomNodePosition.$eq(0, t3.get$endPosition())) @@ -141158,68 +143295,39 @@ } return newSelectionPosition; }, - CommonEditorOperations: function CommonEditorOperations(t0, t1, t2) { - this.editor = t0; - this.composer = t1; - this.documentLayoutResolver = t2; + CommonEditorOperations: function CommonEditorOperations(t0, t1, t2, t3) { + var _ = this; + _.document = t0; + _.editor = t1; + _.composer = t2; + _.documentLayoutResolver = t3; }, - CommonEditorOperations_deleteUpstream_closure: function CommonEditorOperations_deleteUpstream_closure(t0) { - this.nodeBefore = t0; + PasteEditorRequest: function PasteEditorRequest(t0, t1, t2) { + this.content = t0; + this.pastePosition = t1; + this.composer = t2; }, - CommonEditorOperations_deleteUpstream_closure0: function CommonEditorOperations_deleteUpstream_closure0(t0) { - this.node = t0; - }, - CommonEditorOperations_replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure: function CommonEditorOperations_replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure(t0, t1) { - this.$this = t0; - this.nodeId = t1; - }, - CommonEditorOperations_convertParagraphByPatternMatching_closure: function CommonEditorOperations_convertParagraphByPatternMatching_closure(t0, t1) { - this.node = t0; - this.newNode = t1; - }, - CommonEditorOperations_convertParagraphByPatternMatching_closure0: function CommonEditorOperations_convertParagraphByPatternMatching_closure0(t0) { - this.paragraphNodeIndex = t0; - }, - CommonEditorOperations_convertParagraphByPatternMatching_closure1: function CommonEditorOperations_convertParagraphByPatternMatching_closure1(t0, t1) { - this.node = t0; - this.newNode = t1; - }, - CommonEditorOperations_convertParagraphByPatternMatching_closure2: function CommonEditorOperations_convertParagraphByPatternMatching_closure2() { - }, - CommonEditorOperations_convertParagraphByPatternMatching_closure3: function CommonEditorOperations_convertParagraphByPatternMatching_closure3() { - }, - CommonEditorOperations_convertParagraphByPatternMatching_closure4: function CommonEditorOperations_convertParagraphByPatternMatching_closure4() { - }, - CommonEditorOperations__processUrlNode_closure: function CommonEditorOperations__processUrlNode_closure(t0, t1) { - this.node = t0; - this.imageNode = t1; - }, - CommonEditorOperations_insertBlockLevelNewline_closure: function CommonEditorOperations_insertBlockLevelNewline_closure(t0, t1) { - this.extentNode = t0; - this.newNodeId = t1; - }, - CommonEditorOperations_insertBlockLevelNewline_closure0: function CommonEditorOperations_insertBlockLevelNewline_closure0(t0, t1) { - this.extentNode = t0; - this.newNodeId = t1; - }, - CommonEditorOperations_convertToListItem_closure: function CommonEditorOperations_convertToListItem_closure(t0, t1) { - this.node = t0; - this.newNode = t1; - }, - CommonEditorOperations_convertToBlockquote_closure: function CommonEditorOperations_convertToBlockquote_closure(t0, t1) { - this.node = t0; - this.newNode = t1; - }, - CommonEditorOperations_convertToParagraph_closure: function CommonEditorOperations_convertToParagraph_closure(t0, t1) { - this.extentNode = t0; - this.newMetadata = t1; - }, - _PasteEditorCommand: function _PasteEditorCommand(t0, t1, t2) { + PasteEditorCommand: function PasteEditorCommand(t0, t1, t2) { this._common_editor_operations$_content = t0; this._pastePosition = t1; - this._common_editor_operations$_composer = t2; + this._composer = t2; }, - _PasteEditorCommand__convertLinesToParagraphs_closure: function _PasteEditorCommand__convertLinesToParagraphs_closure() { + PasteEditorCommand__convertLinesToParagraphs_closure: function PasteEditorCommand__convertLinesToParagraphs_closure() { + }, + DeleteUpstreamCharacterRequest: function DeleteUpstreamCharacterRequest() { + }, + DeleteUpstreamCharacterCommand: function DeleteUpstreamCharacterCommand() { + }, + UpdateComposerTextStylesReaction: function UpdateComposerTextStylesReaction(t0) { + this._stylesToExtend = t0; + this._previousSelectionExtent = null; + }, + UpdateComposerTextStylesReaction_react_closure: function UpdateComposerTextStylesReaction_react_closure() { + }, + UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure: function UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure(t0) { + this.$this = t0; + }, + UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure0: function UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure0() { }, SuperEditorDebugVisuals_maybeOf(context) { var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.SuperEditorDebugVisuals); @@ -141242,42 +143350,215 @@ this.child = t1; this.key = t2; }, - CaretDocumentOverlay: function CaretDocumentOverlay(t0, t1, t2, t3) { + defaultRequestHandlers_closure: function defaultRequestHandlers_closure() { + }, + defaultRequestHandlers_closure0: function defaultRequestHandlers_closure0() { + }, + defaultRequestHandlers_closure1: function defaultRequestHandlers_closure1() { + }, + defaultRequestHandlers_closure2: function defaultRequestHandlers_closure2() { + }, + defaultRequestHandlers_closure3: function defaultRequestHandlers_closure3() { + }, + defaultRequestHandlers_closure4: function defaultRequestHandlers_closure4() { + }, + defaultRequestHandlers_closure5: function defaultRequestHandlers_closure5() { + }, + defaultRequestHandlers_closure6: function defaultRequestHandlers_closure6() { + }, + defaultRequestHandlers_closure7: function defaultRequestHandlers_closure7() { + }, + defaultRequestHandlers_closure8: function defaultRequestHandlers_closure8() { + }, + defaultRequestHandlers_closure9: function defaultRequestHandlers_closure9() { + }, + defaultRequestHandlers_closure10: function defaultRequestHandlers_closure10() { + }, + defaultRequestHandlers_closure11: function defaultRequestHandlers_closure11() { + }, + defaultRequestHandlers_closure12: function defaultRequestHandlers_closure12() { + }, + defaultRequestHandlers_closure13: function defaultRequestHandlers_closure13() { + }, + defaultRequestHandlers_closure14: function defaultRequestHandlers_closure14() { + }, + defaultRequestHandlers_closure15: function defaultRequestHandlers_closure15() { + }, + defaultRequestHandlers_closure16: function defaultRequestHandlers_closure16() { + }, + defaultRequestHandlers_closure17: function defaultRequestHandlers_closure17() { + }, + defaultRequestHandlers_closure18: function defaultRequestHandlers_closure18() { + }, + defaultRequestHandlers_closure19: function defaultRequestHandlers_closure19() { + }, + defaultRequestHandlers_closure20: function defaultRequestHandlers_closure20() { + }, + defaultRequestHandlers_closure21: function defaultRequestHandlers_closure21() { + }, + defaultRequestHandlers_closure22: function defaultRequestHandlers_closure22() { + }, + defaultRequestHandlers_closure23: function defaultRequestHandlers_closure23() { + }, + defaultRequestHandlers_closure24: function defaultRequestHandlers_closure24() { + }, + defaultRequestHandlers_closure25: function defaultRequestHandlers_closure25() { + }, + defaultRequestHandlers_closure26: function defaultRequestHandlers_closure26() { + }, + defaultRequestHandlers_closure27: function defaultRequestHandlers_closure27() { + }, + defaultRequestHandlers_closure28: function defaultRequestHandlers_closure28() { + }, + defaultRequestHandlers_closure29: function defaultRequestHandlers_closure29() { + }, + defaultRequestHandlers_closure30: function defaultRequestHandlers_closure30() { + }, + defaultRequestHandlers_closure31: function defaultRequestHandlers_closure31() { + }, + defaultRequestHandlers_closure32: function defaultRequestHandlers_closure32() { + }, + defaultRequestHandlers_closure33: function defaultRequestHandlers_closure33() { + }, + defaultRequestHandlers_closure34: function defaultRequestHandlers_closure34() { + }, + defaultRequestHandlers_closure35: function defaultRequestHandlers_closure35() { + }, + defaultRequestHandlers_closure36: function defaultRequestHandlers_closure36() { + }, + defaultRequestHandlers_closure37: function defaultRequestHandlers_closure37() { + }, + HeaderConversionReaction__getHeaderAttributionForLevel(level) { + switch (level) { + case 1: + return B.NamedAttribution_header1; + case 2: + return B.NamedAttribution_header2; + case 3: + return B.NamedAttribution_header3; + case 4: + return B.NamedAttribution_header4; + case 5: + return B.NamedAttribution_header5; + case 6: + return B.NamedAttribution_header6; + default: + throw A.wrapException(A.Exception_Exception("Tried to match a header pattern level (" + level + ") to a header attribution, but there's no attribution for that level.")); + } + }, + EditInspector_didTypeSpace($document, edits) { + var selectionEvent, edit, textInsertionEvent, t2, + t1 = edits.length; + if (t1 < 2) + return false; + selectionEvent = edits[t1 - 1]; + if (!(selectionEvent instanceof A.SelectionChangeEvent)) + return false; + edit = edits[t1 - 2]; + if (!(edit instanceof A.DocumentEdit)) + return false; + textInsertionEvent = edit.change; + if (!(textInsertionEvent instanceof A.TextInsertionEvent)) + return false; + if (textInsertionEvent.text.text !== " ") + return false; + if (selectionEvent.oldSelection == null || selectionEvent.newSelection == null) + return false; + t1 = selectionEvent.newSelection.extent; + t2 = textInsertionEvent.nodeId; + if (t1.nodeId !== t2) + return false; + t2 = $document._nodesById.$index(0, t2); + t2.toString; + if (!(t2 instanceof A.ParagraphNode)) + return false; + if (type$.TextNodePosition._as(t1.nodePosition).offset !== t2._text$_text.text.length) + return false; + return true; + }, + HeaderConversionReaction: function HeaderConversionReaction() { + this.__HeaderConversionReaction__headerRegExp_F = $; + }, + HeaderConversionReaction_onPrefixMatched_closure: function HeaderConversionReaction_onPrefixMatched_closure(t0) { + this.prefixLength = t0; + }, + UnorderedListItemConversionReaction: function UnorderedListItemConversionReaction() { + }, + OrderedListItemConversionReaction: function OrderedListItemConversionReaction() { + }, + BlockquoteConversionReaction: function BlockquoteConversionReaction() { + }, + HorizontalRuleConversionReaction: function HorizontalRuleConversionReaction() { + }, + ParagraphPrefixConversionReaction: function ParagraphPrefixConversionReaction() { + }, + ImageUrlConversionReaction: function ImageUrlConversionReaction() { + }, + ImageUrlConversionReaction_react_closure: function ImageUrlConversionReaction_react_closure() { + }, + ImageUrlConversionReaction_react_closure0: function ImageUrlConversionReaction_react_closure0() { + }, + ImageUrlConversionReaction_react_closure1: function ImageUrlConversionReaction_react_closure1() { + }, + ImageUrlConversionReaction_react_closure2: function ImageUrlConversionReaction_react_closure2(t0, t1, t2, t3, t4) { + var _ = this; + _.document = t0; + _.previousNode = t1; + _.originalText = t2; + _.url = t3; + _.requestDispatcher = t4; + }, + LinkifyReaction: function LinkifyReaction() { + }, + LinkifyReaction__extractUpstreamWordAndLinkify_closure: function LinkifyReaction__extractUpstreamWordAndLinkify_closure() { + }, + LinkifyReaction__extractUpstreamWordAndLinkify_closure0: function LinkifyReaction__extractUpstreamWordAndLinkify_closure0() { + }, + LinkifyReaction__moveOffsetByWord_closure: function LinkifyReaction__moveOffsetByWord_closure(t0) { + this._box_0 = t0; + }, + LinkifyReaction__moveOffsetByWord_closure0: function LinkifyReaction__moveOffsetByWord_closure0() { + }, + LinkifyReaction__moveOffsetByWord_closure1: function LinkifyReaction__moveOffsetByWord_closure1() { + }, + CaretDocumentOverlay: function CaretDocumentOverlay(t0, t1, t2, t3, t4, t5) { var _ = this; _.composer = t0; - _.documentLayoutResolver = t1; - _.caretStyle = t2; - _.key = t3; + _.caretStyle = t1; + _.platformOverride = t2; + _.displayOnAllPlatforms = t3; + _.blinkTimingMode = t4; + _.key = t5; }, _CaretDocumentOverlayState: function _CaretDocumentOverlayState(t0, t1, t2) { var _ = this; - _._caret = null; _.___CaretDocumentOverlayState__blinkController_F = $; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; - _._widget = null; + _._widget = _._layoutData = null; _._debugLifecycleState = t2; _._framework$_element = null; }, _CaretDocumentOverlayState__onSelectionChange_closure: function _CaretDocumentOverlayState__onSelectionChange_closure() { }, - _CaretDocumentOverlayState_build_closure: function _CaretDocumentOverlayState_build_closure(t0) { + _CaretDocumentOverlayState_doBuild_closure: function _CaretDocumentOverlayState_doBuild_closure(t0) { this.$this = t0; }, - __CaretDocumentOverlayState_State_SingleTickerProviderStateMixin: function __CaretDocumentOverlayState_State_SingleTickerProviderStateMixin() { + __CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin: function __CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin() { }, - EditorSelectionAndFocusPolicy: function EditorSelectionAndFocusPolicy(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + EditorSelectionAndFocusPolicy: function EditorSelectionAndFocusPolicy(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.isDocumentLayoutAvailable = t0; _.focusNode = t1; - _.document = t2; - _.selection = t3; - _.getDocumentLayout = t4; - _.placeCaretAtEndOfDocumentOnGainFocus = t5; - _.restorePreviousSelectionOnGainFocus = t6; - _.clearSelectionWhenEditorLosesFocus = t7; - _.child = t8; - _.key = t9; + _.editor = t2; + _.document = t3; + _.selection = t4; + _.getDocumentLayout = t5; + _.placeCaretAtEndOfDocumentOnGainFocus = t6; + _.restorePreviousSelectionOnGainFocus = t7; + _.clearSelectionWhenEditorLosesFocus = t8; + _.child = t9; + _.key = t10; }, _EditorSelectionAndFocusPolicyState: function _EditorSelectionAndFocusPolicyState(t0) { var _ = this; @@ -141292,31 +143573,31 @@ DocumentMouseInteractor: function DocumentMouseInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.focusNode = t0; - _.document = t1; - _.getDocumentLayout = t2; - _.selectionChanges = t3; - _.selectionNotifier = t4; - _.contentTapHandler = t5; - _.autoScroller = t6; - _.showDebugPaint = t7; - _.child = t8; + _.editor = t1; + _.document = t2; + _.getDocumentLayout = t3; + _.selectionChanges = t4; + _.selectionNotifier = t5; + _.contentTapHandler = t6; + _.autoScroller = t7; + _.showDebugPaint = t8; _.key = t9; }, - _DocumentMouseInteractorState: function _DocumentMouseInteractorState(t0, t1, t2, t3, t4, t5) { + _DocumentMouseInteractorState: function _DocumentMouseInteractorState(t0, t1, t2, t3, t4) { var _ = this; - _._documentWrapperKey = t0; _.___DocumentMouseInteractorState__focusNode_A = $; - _._document_gestures_mouse$_selectionType = t1; + _._document_gestures_mouse$_previousSelection = null; + _._document_gestures_mouse$_selectionType = t0; _._dragEndGlobal = _._dragStartGlobal = null; _._expandSelectionDuringDrag = false; - _._panGestureDevice = null; + _._document_gestures_mouse$_panGestureDevice = _._wordSelectionDownstream = _._wordSelectionUpstream = null; _.___DocumentMouseInteractorState__selectionSubscription_A = $; - _._mouseCursor = t2; + _._mouseCursor = t1; _._lastHoverOffset = null; - _.SingleTickerProviderStateMixin__ticker = t3; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t4; + _.SingleTickerProviderStateMixin__ticker = t2; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; _._widget = null; - _._debugLifecycleState = t5; + _._debugLifecycleState = t4; _._framework$_element = null; }, _DocumentMouseInteractorState__onSelectionChange_closure: function _DocumentMouseInteractorState__onSelectionChange_closure(t0) { @@ -141355,46 +143636,82 @@ }, __DocumentMouseInteractorState_State_SingleTickerProviderStateMixin: function __DocumentMouseInteractorState_State_SingleTickerProviderStateMixin() { }, - ScrollableDocument: function ScrollableDocument(t0, t1, t2, t3, t4) { - var _ = this; - _.scrollController = t0; - _.disableDragScrolling = t1; - _.documentLayerLink = t2; - _.child = t3; - _.key = t4; + SuperEditorAndroidControlsScope_rootOf(context) { + var data = A.SuperEditorAndroidControlsScope_maybeRootOf(context); + if (data == null) + throw A.wrapException(A.Exception_Exception("Tried to depend upon the root SuperEditorAndroidControlsScope but no such ancestor widget exists.")); + return data; }, - AndroidDocumentTouchInteractor: function AndroidDocumentTouchInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + SuperEditorAndroidControlsScope_maybeRootOf(context) { + var t2, t1 = {}; + t1.root = null; + context.visitAncestorElements$1(new A.SuperEditorAndroidControlsScope_maybeRootOf_closure(t1)); + t2 = t1.root; + if (t2 == null) + return null; + context.dependOnInheritedElement$1(t2); + t1 = t1.root._widget; + t1.toString; + return type$.SuperEditorAndroidControlsScope._as(t1).controller; + }, + SuperEditorAndroidControlsScope_maybeNearestOf(context) { + var t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.SuperEditorAndroidControlsScope); + return t1 == null ? null : t1.controller; + }, + SuperEditorAndroidControlsScope: function SuperEditorAndroidControlsScope(t0, t1, t2) { + this.controller = t0; + this.child = t1; + this.key = t2; + }, + SuperEditorAndroidControlsScope_maybeRootOf_closure: function SuperEditorAndroidControlsScope_maybeRootOf_closure(t0) { + this._box_0 = t0; + }, + SuperEditorAndroidControlsController: function SuperEditorAndroidControlsController(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + var _ = this; + _._document_gestures_touch_android$_shouldCaretBlink = t0; + _.caretJumpToOpaqueSignal = t1; + _.collapsedHandleFocalPoint = t2; + _._document_gestures_touch_android$_shouldShowCollapsedHandle = t3; + _._collapsedHandleAutoHideCountdown = null; + _.upstreamHandleFocalPoint = t4; + _.downstreamHandleFocalPoint = t5; + _._shouldShowExpandedHandles = t6; + _._document_gestures_touch_android$_shouldShowMagnifier = t7; + _.magnifierFocalPoint = t8; + _._document_gestures_touch_android$_shouldShowToolbar = t9; + _.toolbarFocalPoint = t10; + }, + SuperEditorAndroidControlsController_startCollapsedHandleAutoHideCountdown_closure: function SuperEditorAndroidControlsController_startCollapsedHandleAutoHideCountdown_closure(t0) { + this.$this = t0; + }, + SuperEditorAndroidToolbarFocalPointDocumentLayerBuilder: function SuperEditorAndroidToolbarFocalPointDocumentLayerBuilder() { + }, + SuperEditorAndroidHandlesDocumentLayerBuilder: function SuperEditorAndroidHandlesDocumentLayerBuilder() { + }, + AndroidDocumentTouchInteractor: function AndroidDocumentTouchInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.focusNode = t0; - _.document = t1; - _.documentKey = t2; + _.editor = t1; + _.document = t2; _.getDocumentLayout = t3; _.selection = t4; _.contentTapHandler = t5; _.scrollController = t6; - _.overlayController = t7; - _.handleColor = t8; - _.popoverToolbarBuilder = t9; - _.createOverlayControlsClipper = t10; - _.child = t11; - _.key = t12; + _.dragHandleAutoScroller = t7; + _.key = t8; }, - _AndroidDocumentTouchInteractorState: function _AndroidDocumentTouchInteractorState(t0, t1, t2, t3, t4) { + _AndroidDocumentTouchInteractorState: function _AndroidDocumentTouchInteractorState(t0, t1, t2, t3) { var _ = this; - _.___AndroidDocumentTouchInteractorState__scrollController_A = $; + _._document_gestures_touch_android$_controlsController = null; _._document_gestures_touch_android$_isScrolling = false; - _.___AndroidDocumentTouchInteractorState__overlayController_A = $; - _._document_gestures_touch_android$_controlsOverlayEntry = _._document_gestures_touch_android$_activeScrollPosition = _._document_gestures_touch_android$_ancestorScrollPosition = null; - _.___AndroidDocumentTouchInteractorState__editingController_A = $; - _._document_gestures_touch_android$_documentLayoutLink = t0; - _._document_gestures_touch_android$_magnifierFocalPointLink = t1; - _.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A = $; - _._selectionType = _._document_gestures_touch_android$_dragEndInInteractor = _._document_gestures_touch_android$_globalDragOffset = _._document_gestures_touch_android$_dragStartScrollOffset = _._document_gestures_touch_android$_startDragPositionOffset = _._document_gestures_touch_android$_dragStartInDoc = _._document_gestures_touch_android$_globalStartDragOffset = null; - _._document_gestures_touch_android$_wasScrollingOnTapDown = false; - _.SingleTickerProviderStateMixin__ticker = t2; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; + _._document_gestures_touch_android$_scrollingDrag = _._document_gestures_touch_android$_globalDragOffset = _._document_gestures_touch_android$_dragStartScrollOffset = _._document_gestures_touch_android$_startDragPositionOffset = _._document_gestures_touch_android$_dragStartInDoc = _._document_gestures_touch_android$_globalStartDragOffset = _._document_gestures_touch_android$_globalTapDownOffset = _._document_gestures_touch_android$_activeScrollPosition = _._document_gestures_touch_android$_ancestorScrollPosition = null; + _._magnifierGlobalOffset = t0; + _._document_gestures_touch_android$_longPressStrategy = _._document_gestures_touch_android$_tapDownLongPressTimer = null; + _._document_gestures_touch_android$_wasScrollingOnTapDown = _._isCaretDragInProgress = false; + _.SingleTickerProviderStateMixin__ticker = t1; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t4; + _._debugLifecycleState = t3; _._framework$_element = null; }, _AndroidDocumentTouchInteractorState_initState_closure: function _AndroidDocumentTouchInteractorState_initState_closure(t0) { @@ -141403,15 +143720,9 @@ _AndroidDocumentTouchInteractorState_initState_closure0: function _AndroidDocumentTouchInteractorState_initState_closure0(t0) { this.$this = t0; }, - _AndroidDocumentTouchInteractorState_initState_closure1: function _AndroidDocumentTouchInteractorState_initState_closure1(t0) { - this.$this = t0; - }, _AndroidDocumentTouchInteractorState_didChangeDependencies_closure: function _AndroidDocumentTouchInteractorState_didChangeDependencies_closure(t0) { this.$this = t0; }, - _AndroidDocumentTouchInteractorState_dispose_closure: function _AndroidDocumentTouchInteractorState_dispose_closure(t0) { - this.$this = t0; - }, _AndroidDocumentTouchInteractorState_didChangeMetrics_closure: function _AndroidDocumentTouchInteractorState_didChangeMetrics_closure(t0) { this.$this = t0; }, @@ -141426,190 +143737,257 @@ _AndroidDocumentTouchInteractorState__onDocumentChange_closure: function _AndroidDocumentTouchInteractorState__onDocumentChange_closure(t0) { this.$this = t0; }, - _AndroidDocumentTouchInteractorState__onSelectionChange_closure: function _AndroidDocumentTouchInteractorState__onSelectionChange_closure(t0) { + _AndroidDocumentTouchInteractorState__onPanStart_closure: function _AndroidDocumentTouchInteractorState__onPanStart_closure(t0) { this.$this = t0; }, - _AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure: function _AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure(t0) { - this.$this = t0; + _AndroidDocumentTouchInteractorState_build_closure: function _AndroidDocumentTouchInteractorState_build_closure() { }, - _AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure: function _AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure(t0) { - this.extentRect = t0; - }, - _AndroidDocumentTouchInteractorState__positionExpandedHandles_closure: function _AndroidDocumentTouchInteractorState__positionExpandedHandles_closure(t0, t1, t2) { - this.affinity = t0; - this.baseHandleOffset = t1; - this.extentHandleOffset = t2; - }, - _AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0: function _AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0(t0, t1, t2) { - this.affinity = t0; - this.extentHandleOffset = t1; - this.baseHandleOffset = t2; - }, - _AndroidDocumentTouchInteractorState__buildGestureInput_closure: function _AndroidDocumentTouchInteractorState__buildGestureInput_closure() { - }, - _AndroidDocumentTouchInteractorState__buildGestureInput_closure0: function _AndroidDocumentTouchInteractorState__buildGestureInput_closure0(t0, t1) { + _AndroidDocumentTouchInteractorState_build_closure0: function _AndroidDocumentTouchInteractorState_build_closure0(t0, t1) { this.$this = t0; this.gestureSettings = t1; }, - AndroidDocumentTouchEditingControls: function AndroidDocumentTouchEditingControls(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + _AndroidDocumentTouchInteractorState_build_closure1: function _AndroidDocumentTouchInteractorState_build_closure1() { + }, + _AndroidDocumentTouchInteractorState_build_closure2: function _AndroidDocumentTouchInteractorState_build_closure2(t0, t1) { + this.$this = t0; + this.gestureSettings = t1; + }, + SuperEditorAndroidControlsOverlayManager: function SuperEditorAndroidControlsOverlayManager(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; - _.editingController = t0; - _.createOverlayControlsClipper = t1; - _.handleColor = t2; - _.onHandleDragStart = t3; - _.onHandleDragUpdate = t4; - _.onHandleDragEnd = t5; - _.popoverToolbarBuilder = t6; - _.showDebugPaint = t7; + _.document = t0; + _.getDocumentLayout = t1; + _.selection = t2; + _.setSelection = t3; + _.scrollChangeSignal = t4; + _.dragHandleAutoScroller = t5; + _.defaultToolbarBuilder = t6; + _.child = t7; _.key = t8; }, - _AndroidDocumentTouchEditingControlsState: function _AndroidDocumentTouchEditingControlsState(t0, t1, t2, t3, t4, t5) { + SuperEditorAndroidControlsOverlayManagerState: function SuperEditorAndroidControlsOverlayManagerState(t0, t1, t2, t3) { var _ = this; - _._document_gestures_touch_android$_collapsedHandleKey = t0; - _._document_gestures_touch_android$_upstreamHandleKey = t1; - _._document_gestures_touch_android$_downstreamHandleKey = t2; - _._isDraggingHandle = _._isDraggingExpandedHandle = false; - _._localDragOffset = null; - _.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A = $; - _._document_gestures_touch_android$_prevCaretOffset = null; - _.SingleTickerProviderStateMixin__ticker = t3; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t4; + _._document_gestures_touch_android$_overlayController = t0; + _._document_gestures_touch_android$_controlsController = null; + _.__SuperEditorAndroidControlsOverlayManagerState__toolbarAligner_A = $; + _._document_gestures_touch_android$_dragHandleType = _._dragHandleSelectionBound = null; + _._dragHandleSelectionGlobalFocalPoint = t1; + _._document_gestures_touch_android$_magnifierFocalPoint = t2; _._widget = null; - _._debugLifecycleState = t5; + _._debugLifecycleState = t3; _._framework$_element = null; }, - _AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure: function _AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure(t0, t1) { - this.$this = t0; - this.details = t1; - }, - _AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure: function _AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure(t0, t1) { - this.$this = t0; - this.details = t1; - }, - _AndroidDocumentTouchEditingControlsState__onPanUpdate_closure: function _AndroidDocumentTouchEditingControlsState__onPanUpdate_closure(t0, t1) { - this.$this = t0; - this.details = t1; - }, - _AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure: function _AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure(t0) { + SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle_closure: function SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle_closure(t0) { this.$this = t0; }, - _AndroidDocumentTouchEditingControlsState_build_closure: function _AndroidDocumentTouchEditingControlsState_build_closure(t0) { + SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure0: function SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure0() { + }, + SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure: function SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure(t0) { this.$this = t0; }, - SelectionHandleType: function SelectionHandleType(t0, t1) { + SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure: function SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure(t0) { + this.$this = t0; + }, + SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure2: function SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure2() { + }, + SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure1: function SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure1(t0) { + this.$this = t0; + }, + SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure0: function SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure0(t0) { + this.$this = t0; + }, + SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure0: function SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure0() { + }, + SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure: function SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure(t0) { + this.$this = t0; + }, + SuperEditorAndroidControlsOverlayManagerState__buildToolbar_closure: function SuperEditorAndroidControlsOverlayManagerState__buildToolbar_closure() { + }, + SuperEditorAndroidControlsOverlayManagerState__buildMagnifierFocalPoint_closure: function SuperEditorAndroidControlsOverlayManagerState__buildMagnifierFocalPoint_closure(t0) { + this.$this = t0; + }, + SuperEditorAndroidControlsOverlayManagerState__buildMagnifier_closure: function SuperEditorAndroidControlsOverlayManagerState__buildMagnifier_closure() { + }, + SuperEditorAndroidControlsOverlayManagerState__buildDebugSelectionFocalPoint_closure: function SuperEditorAndroidControlsOverlayManagerState__buildDebugSelectionFocalPoint_closure() { + }, + SelectionBound: function SelectionBound(t0, t1) { this.index = t0; this._core$_name = t1; }, - __AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin: function __AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin() { - }, __AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver: function __AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver() { }, __AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin: function __AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin() { }, - IOSDocumentTouchInteractor: function IOSDocumentTouchInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + SuperEditorIosControlsScope_rootOf(context) { + var data = A.SuperEditorIosControlsScope_maybeRootOf(context); + if (data == null) + throw A.wrapException(A.Exception_Exception("Tried to depend upon the root SuperEditorIosControlsScope but no such ancestor widget exists.")); + return data; + }, + SuperEditorIosControlsScope_maybeRootOf(context) { + var t2, t1 = {}; + t1.root = null; + context.visitAncestorElements$1(new A.SuperEditorIosControlsScope_maybeRootOf_closure(t1)); + t2 = t1.root; + if (t2 == null) + return null; + context.dependOnInheritedElement$1(t2); + t1 = t1.root._widget; + t1.toString; + return type$.SuperEditorIosControlsScope._as(t1).controller; + }, + SuperEditorIosControlsController$() { + var t1 = $.$get$ChangeNotifier__emptyListeners(), + t2 = type$.ValueNotifier_bool, + t3 = type$.void_Function; + return new A.SuperEditorIosControlsController(new A.ValueNotifier(true, t1, t2), new A.FloatingCursorController0(new A.ValueNotifier(false, t1, t2), new A.ValueNotifier(false, t1, t2), new A.ValueNotifier(null, t1, type$.ValueNotifier_nullable_Rect), A.LinkedHashSet_LinkedHashSet$_empty(type$.FloatingCursorListener)), new A.ValueNotifier(false, t1, t2), new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t3), t1), new A.ValueNotifier(false, t1, t2), new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t3), t1)); + }, + SuperEditorIosControlsScope: function SuperEditorIosControlsScope(t0, t1, t2) { + this.controller = t0; + this.child = t1; + this.key = t2; + }, + SuperEditorIosControlsScope_maybeRootOf_closure: function SuperEditorIosControlsScope_maybeRootOf_closure(t0) { + this._box_0 = t0; + }, + SuperEditorIosControlsController: function SuperEditorIosControlsController(t0, t1, t2, t3, t4, t5) { + var _ = this; + _._shouldCaretBlink = t0; + _.__SuperEditorIosControlsController_floatingCursorController_F = t1; + _._shouldShowMagnifier = t2; + _.magnifierFocalPoint = t3; + _._shouldShowToolbar = t4; + _.toolbarFocalPoint = t5; + }, + IosDocumentTouchInteractor: function IosDocumentTouchInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.focusNode = t0; - _.document = t1; - _.documentKey = t2; + _.editor = t1; + _.document = t2; _.getDocumentLayout = t3; _.selection = t4; _.contentTapHandler = t5; _.scrollController = t6; - _.overlayController = t7; - _.handleColor = t8; - _.popoverToolbarBuilder = t9; - _.floatingCursorController = t10; - _.createOverlayControlsClipper = t11; - _.child = t12; - _.key = t13; + _.dragHandleAutoScroller = t7; + _.key = t8; }, - _IOSDocumentTouchInteractorState: function _IOSDocumentTouchInteractorState(t0, t1, t2, t3, t4) { + _IosDocumentTouchInteractorState: function _IosDocumentTouchInteractorState(t0, t1, t2, t3) { var _ = this; - _.___IOSDocumentTouchInteractorState__scrollController_A = $; _._isScrolling = false; - _.___IOSDocumentTouchInteractorState__overlayController_A = $; - _._controlsOverlayEntry = _._activeScrollPosition = _._ancestorScrollPosition = null; - _.___IOSDocumentTouchInteractorState__editingController_A = $; - _._documentLayerLink = t0; - _._document_gestures_touch_ios$_magnifierFocalPointLink = t1; - _.___IOSDocumentTouchInteractorState__handleAutoScrolling_A = $; - _._dragHandleType = _._dragMode = _._dragEndInInteractor = _._globalDragOffset = _._document_gestures_touch_ios$_dragStartScrollOffset = _._startDragPositionOffset = _._dragStartInDoc = _._globalStartDragOffset = null; - _._wasScrollingOnTapDown = _._waitingForMoreTaps = false; - _.SingleTickerProviderStateMixin__ticker = t2; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; + _._controlsController = _._activeScrollPosition = _._document_gestures_touch_ios$_ancestorScrollPosition = null; + _.___IosDocumentTouchInteractorState__floatingCursorListener_A = $; + _._document_gestures_touch_ios$_globalDragOffset = _._document_gestures_touch_ios$_dragStartScrollOffset = _._startDragPositionOffset = _._dragStartInDoc = _._globalStartDragOffset = null; + _._magnifierOffset = t0; + _._longPressStrategy = _._globalTapDownOffset = _._tapDownLongPressTimer = _._scrollingDrag = _._dragHandleType = _._dragMode = _._dragEndInInteractor = null; + _._wasScrollingOnTapDown = false; + _.SingleTickerProviderStateMixin__ticker = t1; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t4; + _._debugLifecycleState = t3; _._framework$_element = null; }, - _IOSDocumentTouchInteractorState_initState_closure: function _IOSDocumentTouchInteractorState_initState_closure(t0) { + _IosDocumentTouchInteractorState_initState_closure: function _IosDocumentTouchInteractorState_initState_closure(t0) { this.$this = t0; }, - _IOSDocumentTouchInteractorState_initState_closure0: function _IOSDocumentTouchInteractorState_initState_closure0(t0) { + _IosDocumentTouchInteractorState_initState_closure0: function _IosDocumentTouchInteractorState_initState_closure0(t0) { this.$this = t0; }, - _IOSDocumentTouchInteractorState_initState_closure1: function _IOSDocumentTouchInteractorState_initState_closure1(t0) { + _IosDocumentTouchInteractorState_didChangeDependencies_closure: function _IosDocumentTouchInteractorState_didChangeDependencies_closure(t0) { this.$this = t0; }, - _IOSDocumentTouchInteractorState_didChangeDependencies_closure: function _IOSDocumentTouchInteractorState_didChangeDependencies_closure(t0) { - this.$this = t0; - }, - _IOSDocumentTouchInteractorState_didChangeDependencies__closure: function _IOSDocumentTouchInteractorState_didChangeDependencies__closure(t0, t1) { + _IosDocumentTouchInteractorState_didChangeDependencies__closure: function _IosDocumentTouchInteractorState_didChangeDependencies__closure(t0, t1) { this.$this = t0; this.newScrollPosition = t1; }, - _IOSDocumentTouchInteractorState_didChangeMetrics_closure: function _IOSDocumentTouchInteractorState_didChangeMetrics_closure(t0) { + _IosDocumentTouchInteractorState_didChangeMetrics_closure: function _IosDocumentTouchInteractorState_didChangeMetrics_closure(t0) { this.$this = t0; }, - _IOSDocumentTouchInteractorState_didChangeMetrics__closure: function _IOSDocumentTouchInteractorState_didChangeMetrics__closure() { - }, - _IOSDocumentTouchInteractorState__configureScrollController_closure: function _IOSDocumentTouchInteractorState__configureScrollController_closure(t0) { + _IosDocumentTouchInteractorState__configureScrollController_closure: function _IosDocumentTouchInteractorState__configureScrollController_closure(t0) { this.$this = t0; }, - _IOSDocumentTouchInteractorState__onScrollActivityChange_closure: function _IOSDocumentTouchInteractorState__onScrollActivityChange_closure(t0) { + _IosDocumentTouchInteractorState__onScrollActivityChange_closure: function _IosDocumentTouchInteractorState__onScrollActivityChange_closure(t0) { this.$this = t0; }, - _IOSDocumentTouchInteractorState__onDocumentChange_closure: function _IOSDocumentTouchInteractorState__onDocumentChange_closure(t0) { + _IosDocumentTouchInteractorState__onDocumentChange_closure: function _IosDocumentTouchInteractorState__onDocumentChange_closure(t0) { this.$this = t0; }, - _IOSDocumentTouchInteractorState__onSelectionChange_closure: function _IOSDocumentTouchInteractorState__onSelectionChange_closure(t0) { + _IosDocumentTouchInteractorState__startDragScrolling_closure: function _IosDocumentTouchInteractorState__startDragScrolling_closure(t0) { this.$this = t0; }, - _IOSDocumentTouchInteractorState__onTapUp_closure: function _IOSDocumentTouchInteractorState__onTapUp_closure(t0) { - this.$this = t0; + _IosDocumentTouchInteractorState_build_closure: function _IosDocumentTouchInteractorState_build_closure() { }, - _IOSDocumentTouchInteractorState__onTapTimeout_closure: function _IOSDocumentTouchInteractorState__onTapTimeout_closure(t0) { - this.$this = t0; - }, - _IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure: function _IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure(t0) { - this.$this = t0; - }, - _IOSDocumentTouchInteractorState__positionCollapsedHandle_closure: function _IOSDocumentTouchInteractorState__positionCollapsedHandle_closure(t0) { - this.extentRect = t0; - }, - _IOSDocumentTouchInteractorState_build_closure: function _IOSDocumentTouchInteractorState_build_closure(t0) { - this.$this = t0; - }, - _IOSDocumentTouchInteractorState_build__closure: function _IOSDocumentTouchInteractorState_build__closure() { - }, - _IOSDocumentTouchInteractorState__buildGestureInput_closure: function _IOSDocumentTouchInteractorState__buildGestureInput_closure() { - }, - _IOSDocumentTouchInteractorState__buildGestureInput_closure0: function _IOSDocumentTouchInteractorState__buildGestureInput_closure0(t0, t1) { + _IosDocumentTouchInteractorState_build_closure0: function _IosDocumentTouchInteractorState_build_closure0(t0, t1) { this.$this = t0; this.gestureSettings = t1; }, - _IOSDocumentTouchInteractorState__buildGestureInput_closure1: function _IOSDocumentTouchInteractorState__buildGestureInput_closure1() { + _IosDocumentTouchInteractorState_build_closure1: function _IosDocumentTouchInteractorState_build_closure1() { }, - _IOSDocumentTouchInteractorState__buildGestureInput_closure2: function _IOSDocumentTouchInteractorState__buildGestureInput_closure2(t0, t1) { + _IosDocumentTouchInteractorState_build_closure2: function _IosDocumentTouchInteractorState_build_closure2(t0, t1) { this.$this = t0; this.gestureSettings = t1; }, + _IosDocumentTouchInteractorState_build_closure3: function _IosDocumentTouchInteractorState_build_closure3() { + }, + _IosDocumentTouchInteractorState_build_closure4: function _IosDocumentTouchInteractorState_build_closure4(t0, t1) { + this.$this = t0; + this.gestureSettings = t1; + }, + _IosDocumentTouchInteractorState__buildMagnifierFocalPoint_closure: function _IosDocumentTouchInteractorState__buildMagnifierFocalPoint_closure(t0) { + this.$this = t0; + }, DragMode: function DragMode(t0, t1) { this.index = t0; this._core$_name = t1; }, - __IOSDocumentTouchInteractorState_State_WidgetsBindingObserver: function __IOSDocumentTouchInteractorState_State_WidgetsBindingObserver() { + SuperEditorIosToolbarOverlayManager: function SuperEditorIosToolbarOverlayManager(t0, t1, t2) { + this.defaultToolbarBuilder = t0; + this.child = t1; + this.key = t2; }, - __IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin: function __IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin() { + SuperEditorIosToolbarOverlayManagerState: function SuperEditorIosToolbarOverlayManagerState(t0, t1) { + var _ = this; + _._overlayPortalController = t0; + _._widget = _._controlsController = null; + _._debugLifecycleState = t1; + _._framework$_element = null; + }, + SuperEditorIosMagnifierOverlayManager: function SuperEditorIosMagnifierOverlayManager(t0, t1) { + this.child = t0; + this.key = t1; + }, + SuperEditorIosMagnifierOverlayManagerState: function SuperEditorIosMagnifierOverlayManagerState(t0, t1) { + var _ = this; + _._overlayPortalController = t0; + _._widget = _._controlsController = null; + _._debugLifecycleState = t1; + _._framework$_element = null; + }, + SuperEditorIosMagnifierOverlayManagerState__buildMagnifier_closure: function SuperEditorIosMagnifierOverlayManagerState__buildMagnifier_closure() { + }, + EditorFloatingCursor: function EditorFloatingCursor(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.editor = t0; + _.document = t1; + _.getDocumentLayout = t2; + _.selection = t3; + _.scrollChangeSignal = t4; + _.child = t5; + _.key = t6; + }, + _EditorFloatingCursorState: function _EditorFloatingCursorState(t0) { + var _ = this; + _._controlsContext = null; + _.___EditorFloatingCursorState__floatingCursorListener_A = $; + _._floatingCursorFocalPointInDocument = _._floatingCursorFocalPointInViewport = _._initialFloatingCursorOffsetInViewport = null; + _._document_gestures_touch_ios$_floatingCursorHeight = 20; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, + _EditorFloatingCursorState__buildFloatingCursor_closure: function _EditorFloatingCursorState__buildFloatingCursor_closure() { + }, + __IosDocumentTouchInteractorState_State_WidgetsBindingObserver: function __IosDocumentTouchInteractorState_State_WidgetsBindingObserver() { + }, + __IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin: function __IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin() { }, SuperEditorHardwareKeyHandler: function SuperEditorHardwareKeyHandler(t0, t1, t2, t3, t4, t5) { var _ = this; @@ -141630,59 +144008,47 @@ TextDeltasDocumentEditor: function TextDeltasDocumentEditor(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.editor = t0; - _.documentLayoutResolver = t1; + _.document = t1; _.selection = t2; - _.composerPreferences = t3; - _.composingRegion = t4; + _.composingRegion = t3; + _.composerPreferences = t4; _.commonOps = t5; _.onPerformAction = t6; _.__TextDeltasDocumentEditor__previousImeValue_A = _.__TextDeltasDocumentEditor__serializedDoc_A = $; _._nextImeValue = null; }, - TextDeltasDocumentEditor__deleteUpstream_closure: function TextDeltasDocumentEditor__deleteUpstream_closure(t0) { - this.nodeBefore = t0; - }, - TextDeltasDocumentEditor__deleteUpstream_closure0: function TextDeltasDocumentEditor__deleteUpstream_closure0(t0) { - this.node = t0; - }, - TextDeltasDocumentEditor__insertNewlineInDeltas_closure: function TextDeltasDocumentEditor__insertNewlineInDeltas_closure(t0, t1) { - this.extentNode = t0; - this.newNodeId = t1; - }, - TextDeltasDocumentEditor__insertNewlineInDeltas_closure0: function TextDeltasDocumentEditor__insertNewlineInDeltas_closure0(t0, t1) { - this.extentNode = t0; - this.newNodeId = t1; - }, - DocumentImeInputClient: function DocumentImeInputClient(t0, t1, t2, t3, t4, t5, t6) { + DocumentImeInputClient: function DocumentImeInputClient(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.selection = t0; _.composingRegion = t1; _.textDeltasDocumentEditor = t2; _.imeConnection = t3; - _.__DocumentImeInputClient__floatingCursorController_A = $; - _._allowNonTextDeltas = true; - _._currentTextEditingValue = t4; - _._platformTextEditingValue = t5; + _.onPerformSelector = t4; + _.__DocumentImeInputClient_floatingCursorController_A = null; + _._isFloatingCursorVisible = false; + _._currentTextEditingValue = t5; + _._platformTextEditingValue = t6; _._isSendingToIme = _._isApplyingDeltas = false; - _.client = t6; + _.client = t7; }, DocumentImeInputClient_updateEditingValueWithDeltas_closure: function DocumentImeInputClient_updateEditingValueWithDeltas_closure() { }, - DocumentImeInputClient__sendDocumentToIme_closure: function DocumentImeInputClient__sendDocumentToIme_closure(t0) { - this.$this = t0; - }, _DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient: function _DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient() { }, _DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient_DeltaTextInputClient: function _DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient_DeltaTextInputClient() { }, - ImeFocusPolicy: function ImeFocusPolicy(t0, t1, t2, t3, t4, t5) { + ImeFocusPolicy: function ImeFocusPolicy(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.focusNode = t0; _.imeConnection = t1; _.imeClientFactory = t2; _.imeConfiguration = t3; - _.child = t4; - _.key = t5; + _.openImeOnPrimaryFocusGain = t4; + _.closeImeOnPrimaryFocusLost = t5; + _.openImeOnNonPrimaryFocusGain = t6; + _.closeImeOnNonPrimaryFocusLost = t7; + _.child = t8; + _.key = t9; }, _ImeFocusPolicyState: function _ImeFocusPolicyState(t0) { var _ = this; @@ -141694,18 +144060,20 @@ _ImeFocusPolicyState__onFocusChange_closure: function _ImeFocusPolicyState__onFocusChange_closure(t0) { this.$this = t0; }, - DocumentSelectionOpenAndCloseImePolicy: function DocumentSelectionOpenAndCloseImePolicy(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + DocumentSelectionOpenAndCloseImePolicy: function DocumentSelectionOpenAndCloseImePolicy(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.focusNode = t0; - _.selection = t1; - _.imeConnection = t2; - _.imeClientFactory = t3; - _.imeConfiguration = t4; - _.openKeyboardOnSelectionChange = t5; - _.closeKeyboardOnSelectionLost = t6; - _.clearSelectionWhenImeConnectionCloses = t7; - _.child = t8; - _.key = t9; + _.editor = t1; + _.selection = t2; + _.imeConnection = t3; + _.imeClientFactory = t4; + _.imeConfiguration = t5; + _.openKeyboardOnSelectionChange = t6; + _.closeKeyboardOnSelectionLost = t7; + _.clearSelectionWhenEditorLosesFocus = t8; + _.clearSelectionWhenImeConnectionCloses = t9; + _.child = t10; + _.key = t11; }, _DocumentSelectionOpenAndCloseImePolicyState: function _DocumentSelectionOpenAndCloseImePolicyState(t0) { var _ = this; @@ -141720,14 +144088,14 @@ _DocumentSelectionOpenAndCloseImePolicyState__onSelectionChange_closure: function _DocumentSelectionOpenAndCloseImePolicyState__onSelectionChange_closure(t0) { this.$this = t0; }, - DocumentImeSerializer$(_doc, selection, composingRegion) { + DocumentImeSerializer$(_doc, selection, composingRegion, _prependedCharacterPolicy) { var t1 = type$.TextRange, t2 = type$.String; - t1 = new A.DocumentImeSerializer(_doc, selection, composingRegion, A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t2, t1), A._setArrayType([], type$.JSArray_DocumentNode)); + t1 = new A.DocumentImeSerializer(_doc, selection, composingRegion, A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t2, t1), A._setArrayType([], type$.JSArray_DocumentNode), _prependedCharacterPolicy); t1._document_serialization$_serialize$0(); return t1; }, - DocumentImeSerializer: function DocumentImeSerializer(t0, t1, t2, t3, t4, t5) { + DocumentImeSerializer: function DocumentImeSerializer(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _._doc = t0; _.selection = t1; @@ -141736,6 +144104,7 @@ _.docTextNodesToImeRanges = t4; _.selectedNodes = t5; _.__DocumentImeSerializer_imeText_A = $; + _._prependedCharacterPolicy = t6; _._prependedPlaceholder = ""; }, PrependedCharacterPolicy: function PrependedCharacterPolicy(t0, t1) { @@ -141764,47 +144133,243 @@ _SoftwareKeyboardOpenerState_dispose_closure: function _SoftwareKeyboardOpenerState_dispose_closure(t0) { this.$this = t0; }, - KeyboardEditingToolbar: function KeyboardEditingToolbar(t0, t1, t2, t3) { + KeyboardEditingToolbar: function KeyboardEditingToolbar(t0, t1, t2, t3, t4) { var _ = this; - _.document = t0; - _.composer = t1; - _.commonOps = t2; - _.key = t3; + _.editor = t0; + _.document = t1; + _.composer = t2; + _.commonOps = t3; + _.key = t4; }, - KeyboardEditingToolbar_build_closure: function KeyboardEditingToolbar_build_closure(t0, t1) { + _KeyboardEditingToolbarState: function _KeyboardEditingToolbarState(t0, t1) { + var _ = this; + _.___KeyboardEditingToolbarState__toolbarOps_A = $; + _._portalController = t0; + _._toolbarHeight = 0; + _._widget = null; + _._debugLifecycleState = t1; + _._framework$_element = null; + }, + _KeyboardEditingToolbarState_initState_closure: function _KeyboardEditingToolbarState_initState_closure(t0) { + this.$this = t0; + }, + _KeyboardEditingToolbarState__onToolbarLayout_closure: function _KeyboardEditingToolbarState__onToolbarLayout_closure(t0, t1) { + this.$this = t0; + this.toolbarHeight = t1; + }, + _KeyboardEditingToolbarState__buildToolbarOverlay_closure: function _KeyboardEditingToolbarState__buildToolbarOverlay_closure(t0) { + this.$this = t0; + }, + _KeyboardEditingToolbarState__buildToolbarOverlay__closure: function _KeyboardEditingToolbarState__buildToolbarOverlay__closure(t0) { + this.$this = t0; + }, + _KeyboardEditingToolbarState__buildToolbar_closure: function _KeyboardEditingToolbarState__buildToolbar_closure(t0, t1) { this.$this = t0; this.selection = t1; }, - SuperEditorImeInteractor: function SuperEditorImeInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + _KeyboardEditingToolbarState__buildToolbar__closure: function _KeyboardEditingToolbarState__buildToolbar__closure(t0, t1) { + this.$this = t0; + this.selection = t1; + }, + KeyboardHeightBuilder: function KeyboardHeightBuilder(t0, t1) { + this.builder = t0; + this.key = t1; + }, + _KeyboardHeightBuilderState: function _KeyboardHeightBuilderState(t0) { + var _ = this; + _._keyboardHeight = 0; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, + _KeyboardHeightBuilderState_didChangeMetrics_closure: function _KeyboardHeightBuilderState_didChangeMetrics_closure(t0, t1) { + this.$this = t0; + this.keyboardHeight = t1; + }, + KeyboardEditingToolbarOperations: function KeyboardEditingToolbarOperations(t0, t1, t2, t3) { + var _ = this; + _.editor = t0; + _.document = t1; + _.composer = t2; + _.commonOps = t3; + }, + __KeyboardEditingToolbarState_State_WidgetsBindingObserver: function __KeyboardEditingToolbarState_State_WidgetsBindingObserver() { + }, + __KeyboardHeightBuilderState_State_WidgetsBindingObserver: function __KeyboardHeightBuilderState_State_WidgetsBindingObserver() { + }, + moveLeft(context) { + context.commonOps.moveCaretUpstream$0(); + }, + moveRight(context) { + context.commonOps.moveCaretDownstream$0(); + }, + moveUp(context) { + context.commonOps.moveCaretUp$0(); + }, + moveDown(context) { + context.commonOps.moveCaretDown$0(); + }, + moveWordLeft(context) { + context.commonOps.moveCaretUpstream$1$movementModifier(B.MovementModifier_word); + }, + moveWordRight(context) { + context.commonOps.moveCaretDownstream$1$movementModifier(B.MovementModifier_word); + }, + moveToLeftEndOfLine(context) { + context.commonOps.moveCaretUpstream$1$movementModifier(B.MovementModifier_line); + }, + moveToRightEndOfLine(context) { + context.commonOps.moveCaretDownstream$1$movementModifier(B.MovementModifier_line); + }, + moveToBeginningOfParagraph(context) { + context.commonOps.moveCaretUpstream$1$movementModifier(B.MovementModifier_paragraph); + }, + moveToEndOfParagraph(context) { + context.commonOps.moveCaretDownstream$1$movementModifier(B.MovementModifier_paragraph); + }, + moveToBeginningOfDocument(context) { + context.commonOps.moveSelectionToBeginningOfDocument$1$expand(false); + }, + moveToEndOfDocument(context) { + context.commonOps.moveSelectionToEndOfDocument$1$expand(false); + }, + moveLeftAndModifySelection(context) { + context.commonOps.moveCaretUpstream$1$expand(true); + }, + moveRightAndModifySelection(context) { + context.commonOps.moveCaretDownstream$1$expand(true); + }, + moveUpAndModifySelection(context) { + context.commonOps.moveCaretUp$1$expand(true); + }, + moveDownAndModifySelection(context) { + context.commonOps.moveCaretDown$1$expand(true); + }, + moveWordLeftAndModifySelection(context) { + context.commonOps.moveCaretUpstream$2$expand$movementModifier(true, B.MovementModifier_word); + }, + moveWordRightAndModifySelection(context) { + context.commonOps.moveCaretDownstream$2$expand$movementModifier(true, B.MovementModifier_word); + }, + moveToLeftEndOfLineAndModifySelection(context) { + context.commonOps.moveCaretUpstream$2$expand$movementModifier(true, B.MovementModifier_line); + }, + moveParagraphBackwardAndModifySelection(context) { + context.commonOps.moveCaretUpstream$2$expand$movementModifier(true, B.MovementModifier_paragraph); + }, + moveParagraphForwardAndModifySelection(context) { + context.commonOps.moveCaretDownstream$2$expand$movementModifier(true, B.MovementModifier_paragraph); + }, + moveToBeginningOfDocumentAndModifySelection(context) { + context.commonOps.moveSelectionToBeginningOfDocument$1$expand(true); + }, + moveToEndOfDocumentAndModifySelection(context) { + context.commonOps.moveSelectionToEndOfDocument$1$expand(true); + }, + moveToRightEndOfLineAndModifySelection(context) { + context.commonOps.moveCaretDownstream$2$expand$movementModifier(true, B.MovementModifier_line); + }, + indentListItem(context) { + context.commonOps.indentListItem$0(); + }, + unIndentListItem(context) { + context.commonOps.unindentListItem$0(); + }, + insertNewLine(context) { + return; + }, + deleteWordBackward(context) { + var t1 = context.commonOps; + if (t1.moveCaretUpstream$2$expand$movementModifier(true, B.MovementModifier_word)) + t1.deleteSelection$0(); + }, + deleteWordForward(context) { + var t1 = context.commonOps; + if (t1.moveCaretDownstream$2$expand$movementModifier(true, B.MovementModifier_word)) + t1.deleteSelection$0(); + }, + deleteToBeginningOfLine(context) { + var t1 = context.commonOps; + if (t1.moveCaretUpstream$2$expand$movementModifier(true, B.MovementModifier_line)) + t1.deleteSelection$0(); + }, + deleteToEndOfLine(context) { + var t1 = context.commonOps; + if (t1.moveCaretDownstream$2$expand$movementModifier(true, B.MovementModifier_line)) + t1.deleteSelection$0(); + }, + deleteBackward(context) { + return; + }, + deleteForward(context) { + return; + }, + scrollToBeginningOfDocument(context) { + var t1 = context.scroller._document_scroller$_scrollPosition, + t2 = t1._minScrollExtent; + t2.toString; + t1.animateTo$3$curve$duration(t2, B.C__DecelerateCurve, B.Duration_150000); + }, + scrollToEndOfDocument(context) { + var t1 = context.scroller._document_scroller$_scrollPosition, + t2 = t1._maxScrollExtent; + t2.toString; + t1.animateTo$3$curve$duration(t2, B.C__DecelerateCurve, B.Duration_150000); + }, + scrollPageUp(context) { + var t3, t4, + t1 = context.scroller._document_scroller$_scrollPosition, + t2 = t1._pixels; + t2.toString; + t3 = t1._viewportDimension; + t3.toString; + t4 = t1._minScrollExtent; + t4.toString; + t1.animateTo$3$curve$duration(Math.max(t2 - t3, t4), B.C__DecelerateCurve, B.Duration_150000); + }, + scrollPageDown(context) { + var t3, t4, + t1 = context.scroller._document_scroller$_scrollPosition, + t2 = t1._pixels; + t2.toString; + t3 = t1._viewportDimension; + t3.toString; + t4 = t1._maxScrollExtent; + t4.toString; + t1.animateTo$3$curve$duration(Math.min(t2 + t3, t4), B.C__DecelerateCurve, B.Duration_150000); + }, + SuperEditorImeInteractor: function SuperEditorImeInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _.focusNode = t0; _.autofocus = t1; _.editContext = t2; - _.clearSelectionWhenImeConnectionCloses = t3; - _.softwareKeyboardController = t4; - _.imePolicies = t5; - _.imeConfiguration = t6; - _.imeOverrides = t7; - _.hardwareKeyboardActions = t8; - _.floatingCursorController = t9; - _.child = t10; - _.key = t11; + _.clearSelectionWhenEditorLosesFocus = t3; + _.clearSelectionWhenImeConnectionCloses = t4; + _.softwareKeyboardController = t5; + _.imePolicies = t6; + _.imeConfiguration = t7; + _.imeOverrides = t8; + _.hardwareKeyboardActions = t9; + _.selectorHandlers = t10; + _.child = t11; + _.key = t12; }, SuperEditorImeInteractorState: function SuperEditorImeInteractorState(t0, t1, t2) { var _ = this; _.__SuperEditorImeInteractorState__focusNode_A = $; + _._supereditor_ime_interactor$_controlsController = null; _._imeConnection = t0; - _.__SuperEditorImeInteractorState__imeClient_A = _.__SuperEditorImeInteractorState__documentImeClient_F = _.__SuperEditorImeInteractorState__textInputConfiguration_A = $; + _.__SuperEditorImeInteractorState__imeClient_A = _.__SuperEditorImeInteractorState__documentImeClient_A = _.__SuperEditorImeInteractorState__textInputConfiguration_A = $; _._documentImeConnection = t1; - _.__SuperEditorImeInteractorState__textDeltasDocumentEditor_F = $; + _.__SuperEditorImeInteractorState__textDeltasDocumentEditor_A = $; _._widget = null; _._debugLifecycleState = t2; _._framework$_element = null; }, - SuperEditorImeInteractorState_initState_closure: function SuperEditorImeInteractorState_initState_closure(t0) { + SuperEditorImeInteractorState__createTextDeltasDocumentEditor_closure: function SuperEditorImeInteractorState__createTextDeltasDocumentEditor_closure(t0) { this.$this = t0; }, - SuperEditorImeInteractorState_initState_closure0: function SuperEditorImeInteractorState_initState_closure0(t0) { + SuperEditorImeInteractorState__reportVisualInformationToIme_closure: function SuperEditorImeInteractorState__reportVisualInformationToIme_closure(t0) { this.$this = t0; }, SuperEditorImeInteractorState_build_closure: function SuperEditorImeInteractorState_build_closure(t0) { @@ -141815,21 +144380,23 @@ }, SuperEditorImePolicies: function SuperEditorImePolicies() { }, - SuperEditorImeConfiguration: function SuperEditorImeConfiguration() { + SuperEditorImeConfiguration: function SuperEditorImeConfiguration(t0) { + this.keyboardBrightness = t0; }, - DocumentScrollable: function DocumentScrollable(t0, t1, t2, t3, t4, t5) { + DocumentScrollable: function DocumentScrollable(t0, t1, t2, t3, t4, t5, t6) { var _ = this; _.autoScroller = t0; - _.scrollingMinimapId = t1; - _.showDebugPaint = t2; - _.scrollController = t3; - _.child = t4; - _.key = t5; + _.scrollController = t1; + _.scroller = t2; + _.scrollingMinimapId = t3; + _.showDebugPaint = t4; + _.child = t5; + _.key = t6; }, _DocumentScrollableState: function _DocumentScrollableState(t0, t1, t2) { var _ = this; _.___DocumentScrollableState__scrollController_A = $; - _._debugInstrumentation = _._document_scrollable$_ancestorScrollPosition = null; + _._debugInstrumentation = _._ancestorScrollPosition = null; _.SingleTickerProviderStateMixin__ticker = t0; _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; @@ -141853,7 +144420,7 @@ }, AutoScrollController: function AutoScrollController(t0) { var _ = this; - _._document_scrollable$_getScrollPosition = _._getViewport = _._document_scrollable$_ticker = null; + _._getScrollPosition = _._getViewport = _._document_scrollable$_ticker = null; _._isAutoScrollingEnabled = false; _._autoScrollGlobalRegion = _._autoScrollingStartOffset = null; _.ChangeNotifier__count = _._deltaWhileAutoScrolling = 0; @@ -141990,7 +144557,7 @@ _.key = t3; }, noStyleBuilder(attributions) { - return B.TextStyle_SVP0; + return B.TextStyle_SVP1; }, SingleColumnLayoutViewModel$(componentViewModels, padding) { var t1 = new A.SingleColumnLayoutViewModel(padding, componentViewModels, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.SingleColumnLayoutComponentViewModel)); @@ -142003,7 +144570,7 @@ }, SingleColumnLayoutPresenter: function SingleColumnLayoutPresenter(t0, t1, t2, t3, t4) { var _ = this; - _.__presenter$_document = t0; + _._document = t0; _._componentBuilders = t1; _._pipeline = t2; _._phaseViewModels = t3; @@ -142028,6 +144595,21 @@ }, SingleColumnLayoutComponentViewModel: function SingleColumnLayoutComponentViewModel() { }, + SingleColumnLayoutComposingRegionStyler: function SingleColumnLayoutComposingRegionStyler(t0, t1, t2) { + var _ = this; + _.__styler_composing_region$_document = t0; + _.__styler_composing_region$_composingRegion = t1; + _._showComposingRegionUnderline = t2; + _._dirtyCallback = null; + }, + SingleColumnLayoutComposingRegionStyler__computeNodeSelection_closure: function SingleColumnLayoutComposingRegionStyler__computeNodeSelection_closure(t0) { + this.node = t0; + }, + _DocumentNodeSelection: function _DocumentNodeSelection(t0, t1, t2) { + this.nodeId = t0; + this.nodeSelection = t1; + this.$ti = t2; + }, SingleColumnLayoutComponentStyles_SingleColumnLayoutComponentStyles$fromMetadata(node) { var _s18_ = "singleColumnLayout", t1 = node._metadata, @@ -142047,11 +144629,12 @@ this._stylesheet = t0; this._dirtyCallback = null; }, - SingleColumnLayoutSelectionStyler: function SingleColumnLayoutSelectionStyler(t0, t1, t2) { + SingleColumnLayoutSelectionStyler: function SingleColumnLayoutSelectionStyler(t0, t1, t2, t3) { var _ = this; _.__styler_user_selection$_document = t0; _.__styler_user_selection$_selection = t1; _._selectionStyles = t2; + _._selectedTextColorStrategy = t3; _._shouldDocumentShowCaret = false; _._dirtyCallback = null; }, @@ -142089,8 +144672,8 @@ t4.putMetadataValue$2(_s9_, B.NamedAttribution_listItem); return t4; }, - ListItemComponentViewModel$(indent, maxWidth, nodeId, ordinalValue, padding, selection, selectionColor, text, textDirection, textStyleBuilder, type) { - return new A.ListItemComponentViewModel(type, ordinalValue, indent, text, textStyleBuilder, textDirection, B.TextAlign_0, selection, selectionColor, nodeId, maxWidth, padding); + ListItemComponentViewModel$(composingRegion, indent, maxWidth, nodeId, ordinalValue, padding, selection, selectionColor, showComposingUnderline, text, textDirection, textStyleBuilder, type) { + return new A.ListItemComponentViewModel(type, ordinalValue, indent, text, textStyleBuilder, textDirection, B.TextAlign_0, selection, selectionColor, composingRegion, showComposingUnderline, nodeId, maxWidth, padding); }, _defaultUnorderedListItemDotBuilder(context, component) { var _null = null; @@ -142145,15 +144728,34 @@ return B.ExecutionInstruction_0; if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier; - t2 = t1._change_notifier$_value; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return B.ExecutionInstruction_0; - if (!t2.base.$eq(0, t2.extent)) + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2)) return B.ExecutionInstruction_0; - if (!(editContext.editor._document._nodesById.$index(0, t1._change_notifier$_value.extent.nodeId) instanceof A.ListItemNode)) + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!(editContext.document._nodesById.$index(0, t2.extent.nodeId) instanceof A.ListItemNode)) return B.ExecutionInstruction_0; - if (type$.TextPosition._as(t1._change_notifier$_value.extent.nodePosition).offset > 0) + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (type$.TextPosition._as(t1.extent.nodePosition).offset > 0) return B.ExecutionInstruction_0; return editContext.commonOps.unindentListItem$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, @@ -142175,7 +144777,7 @@ }, ListItemComponentBuilder: function ListItemComponentBuilder() { }, - ListItemComponentViewModel: function ListItemComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + ListItemComponentViewModel: function ListItemComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; _.type = t0; _.ordinalValue = t1; @@ -142187,11 +144789,13 @@ _.selection = t7; _.selectionColor = t8; _.highlightWhenEmpty = false; - _.nodeId = t9; - _.maxWidth = t10; - _.padding = t11; + _.composingRegion = t9; + _.showComposingUnderline = t10; + _.nodeId = t11; + _.maxWidth = t12; + _.padding = t13; }, - UnorderedListItemComponent: function UnorderedListItemComponent(t0, t1, t2, t3, t4, t5, t6, t7) { + UnorderedListItemComponent: function UnorderedListItemComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.textKey = t0; _.text = t1; @@ -142200,9 +144804,11 @@ _.textSelection = t4; _.selectionColor = t5; _.highlightWhenEmpty = t6; - _.key = t7; + _.composingRegion = t7; + _.showComposingUnderline = t8; + _.key = t9; }, - OrderedListItemComponent: function OrderedListItemComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + OrderedListItemComponent: function OrderedListItemComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.textKey = t0; _.listIndex = t1; @@ -142212,29 +144818,96 @@ _.textSelection = t5; _.selectionColor = t6; _.highlightWhenEmpty = t7; - _.key = t8; + _.composingRegion = t8; + _.showComposingUnderline = t9; + _.key = t10; + }, + IndentListItemRequest: function IndentListItemRequest(t0) { + this.nodeId = t0; }, IndentListItemCommand: function IndentListItemCommand(t0) { this.nodeId = t0; }, + UnIndentListItemRequest: function UnIndentListItemRequest(t0) { + this.nodeId = t0; + }, UnIndentListItemCommand: function UnIndentListItemCommand(t0) { this.nodeId = t0; }, - ConvertListItemToParagraphCommand: function ConvertListItemToParagraphCommand(t0) { + ConvertListItemToParagraphCommand: function ConvertListItemToParagraphCommand(t0, t1) { this.nodeId = t0; + this.paragraphMetadata = t1; + }, + SplitListItemRequest: function SplitListItemRequest(t0, t1, t2) { + this.nodeId = t0; + this.splitPosition = t1; + this.newNodeId = t2; }, SplitListItemCommand: function SplitListItemCommand(t0, t1, t2) { this.nodeId = t0; this.splitPosition = t1; this.newNodeId = t2; }, + SplitListItemIntention: function SplitListItemIntention(t0) { + this._isStart = t0; + }, _ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure: function _ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure(t0) { this.styles = t0; }, _ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel: function _ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel() { }, - DeleteSelectionCommand: function DeleteSelectionCommand(t0) { - this.documentSelection = t0; + InsertNodeAtIndexRequest: function InsertNodeAtIndexRequest(t0, t1) { + this.nodeIndex = t0; + this.newNode = t1; + }, + InsertNodeAtIndexCommand: function InsertNodeAtIndexCommand(t0, t1) { + this.nodeIndex = t0; + this.newNode = t1; + }, + InsertNodeBeforeNodeRequest: function InsertNodeBeforeNodeRequest(t0, t1) { + this.existingNodeId = t0; + this.newNode = t1; + }, + InsertNodeBeforeNodeCommand: function InsertNodeBeforeNodeCommand(t0, t1) { + this.existingNodeId = t0; + this.newNode = t1; + }, + InsertNodeAfterNodeRequest: function InsertNodeAfterNodeRequest(t0, t1) { + this.existingNodeId = t0; + this.newNode = t1; + }, + InsertNodeAfterNodeCommand: function InsertNodeAfterNodeCommand(t0, t1) { + this.existingNodeId = t0; + this.newNode = t1; + }, + ReplaceNodeRequest: function ReplaceNodeRequest(t0, t1) { + this.existingNodeId = t0; + this.newNode = t1; + }, + ReplaceNodeCommand: function ReplaceNodeCommand(t0, t1) { + this.existingNodeId = t0; + this.newNode = t1; + }, + ReplaceNodeWithEmptyParagraphWithCaretRequest: function ReplaceNodeWithEmptyParagraphWithCaretRequest(t0) { + this.nodeId = t0; + }, + ReplaceNodeWithEmptyParagraphWithCaretCommand: function ReplaceNodeWithEmptyParagraphWithCaretCommand(t0) { + this.nodeId = t0; + }, + DeleteContentRequest: function DeleteContentRequest(t0) { + this.documentRange = t0; + }, + DeleteContentCommand: function DeleteContentCommand(t0) { + this.documentRange = t0; + }, + DeleteUpstreamAtBeginningOfNodeRequest: function DeleteUpstreamAtBeginningOfNodeRequest(t0) { + this.node = t0; + }, + DeleteNodeRequest: function DeleteNodeRequest(t0) { + this.nodeId = t0; + }, + DeleteNodeCommand: function DeleteNodeCommand(t0) { + this.nodeId = t0; }, ParagraphNode$(id, metadata, text) { var _s9_ = "blockType", @@ -142245,33 +144918,39 @@ t2.putMetadataValue$2(_s9_, B.NamedAttribution_paragraph); return t2; }, - ParagraphComponentViewModel$(blockType, highlightWhenEmpty, maxWidth, nodeId, padding, selection, selectionColor, text, textAlignment, textDirection, textStyleBuilder) { - return new A.ParagraphComponentViewModel(blockType, text, textStyleBuilder, textDirection, textAlignment, selection, selectionColor, highlightWhenEmpty, nodeId, maxWidth, padding); + ParagraphComponentViewModel$(blockType, composingRegion, highlightWhenEmpty, maxWidth, nodeId, padding, selection, selectionColor, showComposingUnderline, text, textAlignment, textDirection, textStyleBuilder) { + return new A.ParagraphComponentViewModel(blockType, text, textStyleBuilder, textDirection, textAlignment, selection, selectionColor, highlightWhenEmpty, composingRegion, showComposingUnderline, nodeId, maxWidth, padding); + }, + defaultAttributionsToExtendToNewParagraph(attribution) { + return $.$get$_defaultAttributionsToExtend().contains$1(0, attribution); }, anyCharacterToInsertInParagraph(editContext, keyEvent) { - var t1, t2, t3, character, didInsertCharacter; - if (!(keyEvent instanceof A.RawKeyDownEvent)) - return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier; - if (t1._change_notifier$_value == null) - return B.ExecutionInstruction_0; - t2 = $.$get$RawKeyboard_instance()._keysPressed; - t3 = t2.get$values(t2); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { - t3 = t2.get$values(t2); - t3 = A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + var t2, character, + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); } else - t3 = true; - if (!t3) { - t3 = t2.get$values(t2); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { - t2 = t2.get$values(t2); - t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); - } else - t2 = true; + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return B.ExecutionInstruction_0; + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t2 = t1.get$values(t1); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); } else t2 = true; - if (t2) + if (!t2) { + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = true; + if (t1) return B.ExecutionInstruction_0; character = keyEvent.character; if (character == null || character === "") @@ -142283,25 +144962,42 @@ return B.ExecutionInstruction_0; if (character === "Tab") character = " "; - t2 = editContext.commonOps; - didInsertCharacter = t2.insertCharacter$1(character); - if (didInsertCharacter && character === " ") - t2.convertParagraphByPatternMatching$1(t1._change_notifier$_value.extent.nodeId); - return didInsertCharacter ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + return editContext.commonOps.insertCharacter$1(character) ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, backspaceToClearParagraphBlockType(editContext, keyEvent) { var t1, t2, textPosition; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier; - t2 = t1._change_notifier$_value; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return B.ExecutionInstruction_0; - if (!t2.base.$eq(0, t2.extent)) + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2)) return B.ExecutionInstruction_0; - if (!(editContext.editor._document._nodesById.$index(0, t1._change_notifier$_value.extent.nodeId) instanceof A.ParagraphNode)) + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!(editContext.document._nodesById.$index(0, t2.extent.nodeId) instanceof A.ParagraphNode)) return B.ExecutionInstruction_0; - textPosition = t1._change_notifier$_value.extent.nodePosition; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + textPosition = t1.extent.nodePosition; if (!(textPosition instanceof A.TextNodePosition) || textPosition.offset > 0) return B.ExecutionInstruction_0; return editContext.commonOps.convertToParagraph$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; @@ -142315,6 +145011,29 @@ return B.ExecutionInstruction_0; return editContext.commonOps.insertBlockLevelNewline$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, + doNothingWithEnterOnWeb(editContext, keyEvent) { + var t1; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + t1 = keyEvent.data; + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967309) && !t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_8589935117)) + return B.ExecutionInstruction_0; + return B.ExecutionInstruction_1; + }, + doNothingWithBackspaceOnWeb(editContext, keyEvent) { + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) + return B.ExecutionInstruction_0; + return B.ExecutionInstruction_1; + }, + doNothingWithDeleteOnWeb(editContext, keyEvent) { + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967423)) + return B.ExecutionInstruction_0; + return B.ExecutionInstruction_1; + }, ParagraphNode: function ParagraphNode(t0, t1, t2, t3) { var _ = this; _.id = t0; @@ -142327,7 +145046,7 @@ }, ParagraphComponentBuilder: function ParagraphComponentBuilder() { }, - ParagraphComponentViewModel: function ParagraphComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { + ParagraphComponentViewModel: function ParagraphComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; _.blockType = t0; _.text = t1; @@ -142337,21 +145056,56 @@ _.selection = t5; _.selectionColor = t6; _.highlightWhenEmpty = t7; - _.nodeId = t8; - _.maxWidth = t9; - _.padding = t10; + _.composingRegion = t8; + _.showComposingUnderline = t9; + _.nodeId = t10; + _.maxWidth = t11; + _.padding = t12; + }, + ChangeParagraphBlockTypeRequest: function ChangeParagraphBlockTypeRequest(t0, t1) { + this.nodeId = t0; + this.blockType = t1; + }, + ChangeParagraphBlockTypeCommand: function ChangeParagraphBlockTypeCommand(t0, t1) { + this.nodeId = t0; + this.blockType = t1; + }, + CombineParagraphsRequest: function CombineParagraphsRequest(t0, t1) { + this.firstNodeId = t0; + this.secondNodeId = t1; }, CombineParagraphsCommand: function CombineParagraphsCommand(t0, t1) { this.firstNodeId = t0; this.secondNodeId = t1; }, - SplitParagraphCommand: function SplitParagraphCommand(t0, t1, t2, t3) { + SplitParagraphRequest: function SplitParagraphRequest(t0, t1, t2, t3) { var _ = this; _.nodeId = t0; _.splitPosition = t1; _.newNodeId = t2; _.replicateExistingMetadata = t3; }, + SplitParagraphCommand: function SplitParagraphCommand(t0, t1, t2, t3, t4) { + var _ = this; + _.nodeId = t0; + _.splitPosition = t1; + _.newNodeId = t2; + _.replicateExistingMetadata = t3; + _.attributionsToExtendToNewParagraph = t4; + }, + SplitParagraphCommand_execute_closure: function SplitParagraphCommand_execute_closure() { + }, + DeleteUpstreamAtBeginningOfParagraphCommand: function DeleteUpstreamAtBeginningOfParagraphCommand(t0) { + this.node = t0; + }, + Intention: function Intention() { + }, + SplitParagraphIntention: function SplitParagraphIntention(t0) { + this._isStart = t0; + }, + SubmitParagraphIntention: function SubmitParagraphIntention(t0) { + this._isStart = t0; + }, _ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure: function _ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure(t0) { this.styles = t0; }, @@ -142364,6 +145118,9 @@ this.base = t0; this.extent = t1; }, + defaultIosEditorToolbarBuilder(context, floatingToolbarKey, focalPoint, editorOps, editorControlsController) { + return B.SizedBox_null_null_null_null; + }, defaultInlineTextStyler(attributions, existingStyle) { return existingStyle.merge$1(A.defaultStyleBuilder(attributions)); }, @@ -142381,89 +145138,134 @@ } else if (t3.$eq(0, B.NamedAttribution_strikethrough)) { t3 = newStyle.decoration; newStyle = newStyle.copyWith$1$decoration(t3 == null ? B.TextDecoration_4 : A.TextDecoration_TextDecoration$combine(A._setArrayType([B.TextDecoration_4, t3], t2))); - } else if (t3 instanceof A.LinkAttribution) + } else if (t3 instanceof A.ColorAttribution) + newStyle = newStyle.copyWith$1$color(t3.color); + else if (t3 instanceof A.LinkAttribution) newStyle = newStyle.copyWith$2$color$decoration(B.MaterialColor_Map_JNVmp_4278430196, B.TextDecoration_1); } return newStyle; }, superEditorLaunchLinkTapHandlerFactory(editContext) { var t1 = editContext.composer, - t2 = new A.SuperEditorLaunchLinkTapHandler(editContext.editor._document, t1, $.$get$ChangeNotifier__emptyListeners()); - t1.isInInteractionMode.addListener$1(0, t2.get$notifyListeners()); + t2 = new A.SuperEditorLaunchLinkTapHandler(editContext.document, t1, $.$get$ChangeNotifier__emptyListeners()); + t1._isInInteractionMode.addListener$1(0, t2.get$notifyListeners()); return t2; }, - SuperEditor: function SuperEditor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { + SuperEditor: function SuperEditor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { var _ = this; _.focusNode = t0; _.scrollController = t1; - _.overlayController = t2; - _.documentLayoutKey = t3; - _.stylesheet = t4; - _.selectionStyles = t5; - _.inputSource = t6; - _.gestureMode = t7; - _.androidToolbarBuilder = t8; - _.iOSToolbarBuilder = t9; - _.editor = t10; - _.documentOverlayBuilders = t11; - _.composer = t12; - _.componentBuilders = t13; - _.keyboardActions = t14; - _.key = t15; + _.documentLayoutKey = t2; + _.stylesheet = t3; + _.selectionStyles = t4; + _.inputSource = t5; + _.gestureMode = t6; + _.selectionLayerLinks = t7; + _.editor = t8; + _.document = t9; + _.documentOverlayBuilders = t10; + _.composer = t11; + _.componentBuilders = t12; + _.keyboardActions = t13; + _.key = t14; }, - SuperEditorState: function SuperEditorState(t0, t1) { + SuperEditorState: function SuperEditorState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.__SuperEditorState__docLayoutKey_A = $; + _._documentLayoutLink = t0; _._docLayoutPresenter = null; - _.__SuperEditorState__autoScrollController_A = _.__SuperEditorState__composer_A = _.__SuperEditorState__focusNode_A = _.__SuperEditorState__docLayoutSelectionStyler_A = _.__SuperEditorState__docLayoutPerComponentBlockStyler_A = _.__SuperEditorState__docStylesheetStyler_A = $; - _._previousSelectionExtent = null; + _.__SuperEditorState__focusNode_A = _.__SuperEditorState__docLayoutSelectionStyler_A = _.__SuperEditorState__docLayoutPerComponentBlockStyler_A = _.__SuperEditorState__docStylesheetStyler_A = $; + _._primaryFocusListener = t1; + _.__SuperEditorState__composer_A = $; + _._scroller = null; + _.__SuperEditorState__autoScrollController_A = _.__SuperEditorState__scrollController_A = $; + _._scrollChangeSignal = t2; _.__SuperEditorState_editContext_A = $; _._contentTapDelegate = null; - _._floatingCursorController = t0; + _._dragHandleAutoScroller = t3; + _._iosControlsContextKey = t4; + _._iosControlsController = t5; + _._androidControlsContextKey = t6; + _._androidControlsController = t7; + _.__SuperEditorState__selectionLinks_A = $; _._widget = null; - _._debugLifecycleState = t1; + _._debugLifecycleState = t8; _._framework$_element = null; }, + SuperEditorState_initState_closure: function SuperEditorState_initState_closure(t0) { + this.$this = t0; + }, + SuperEditorState_didUpdateWidget_closure: function SuperEditorState_didUpdateWidget_closure(t0) { + this.$this = t0; + }, SuperEditorState__createEditContext_closure: function SuperEditorState__createEditContext_closure(t0) { this.$this = t0; }, SuperEditorState__createEditContext_closure0: function SuperEditorState__createEditContext_closure0(t0) { this.$this = t0; }, - SuperEditorState__updateComposerPreferencesAtSelection_closure: function SuperEditorState__updateComposerPreferencesAtSelection_closure() { - }, - SuperEditorState__updateComposerPreferencesAtSelection_closure0: function SuperEditorState__updateComposerPreferencesAtSelection_closure0() { - }, SuperEditorState_build_closure: function SuperEditorState_build_closure(t0) { this.$this = t0; }, - SuperEditorState_build_closure0: function SuperEditorState_build_closure0(t0) { + SuperEditorState_build__closure2: function SuperEditorState_build__closure2(t0) { this.$this = t0; }, - SuperEditorState__buildGestureSystem_closure: function SuperEditorState__buildGestureSystem_closure(t0) { + SuperEditorState_build__closure3: function SuperEditorState_build__closure3(t0) { this.$this = t0; }, - SuperEditorState__buildGestureSystem_closure0: function SuperEditorState__buildGestureSystem_closure0(t0) { + SuperEditorState_build__closure: function SuperEditorState_build__closure(t0, t1) { + this.$this = t0; + this.underlayBuilder = t1; + }, + SuperEditorState_build__closure0: function SuperEditorState_build__closure0(t0) { this.$this = t0; }, - SuperEditorState__buildDesktopGestureSystem_closure: function SuperEditorState__buildDesktopGestureSystem_closure(t0, t1) { + SuperEditorState_build__closure1: function SuperEditorState_build__closure1(t0, t1) { this.$this = t0; - this.documentLayout = t1; + this.overlayBuilder = t1; }, - SuperEditorState__buildDesktopGestureSystem__closure: function SuperEditorState__buildDesktopGestureSystem__closure(t0) { + SuperEditorState__buildPlatformSpecificViewportDecorations_closure: function SuperEditorState__buildPlatformSpecificViewportDecorations_closure(t0, t1) { + this.$this = t0; + this.context = t1; + }, + SuperEditorState__buildPlatformSpecificViewportDecorations_closure0: function SuperEditorState__buildPlatformSpecificViewportDecorations_closure0(t0) { this.$this = t0; }, - SuperEditorState__buildDocumentLayout_closure: function SuperEditorState__buildDocumentLayout_closure(t0) { + SuperEditorState__buildPlatformSpecificViewportDecorations_closure1: function SuperEditorState__buildPlatformSpecificViewportDecorations_closure1(t0) { this.$this = t0; }, + SuperEditorState__buildPlatformSpecificViewportDecorations_closure2: function SuperEditorState__buildPlatformSpecificViewportDecorations_closure2(t0) { + this.$this = t0; + }, + SuperEditorState__buildPlatformSpecificViewportDecorations_closure3: function SuperEditorState__buildPlatformSpecificViewportDecorations_closure3(t0, t1) { + this.$this = t0; + this.context = t1; + }, + SuperEditorState__buildGestureInteractor_closure: function SuperEditorState__buildGestureInteractor_closure(t0) { + this.$this = t0; + }, + SuperEditorState__buildGestureInteractor_closure0: function SuperEditorState__buildGestureInteractor_closure0(t0) { + this.$this = t0; + }, + SuperEditorState__buildGestureInteractor_closure1: function SuperEditorState__buildGestureInteractor_closure1(t0) { + this.$this = t0; + }, + DefaultAndroidEditorToolbar: function DefaultAndroidEditorToolbar(t0, t1, t2, t3) { + var _ = this; + _.floatingToolbarKey = t0; + _.editorOps = t1; + _.editorControlsController = t2; + _.key = t3; + }, + _SelectionLeadersDocumentLayerBuilder: function _SelectionLeadersDocumentLayerBuilder(t0, t1) { + this.links = t0; + this.showDebugLeaderBounds = t1; + }, SuperEditorSelectionPolicies: function SuperEditorSelectionPolicies() { }, DefaultCaretOverlayBuilder: function DefaultCaretOverlayBuilder(t0) { this.caretStyle = t0; }, - DefaultCaretOverlayBuilder_build_closure: function DefaultCaretOverlayBuilder_build_closure(t0) { - this.editContext = t0; - }, defaultStylesheet_closure: function defaultStylesheet_closure() { }, defaultStylesheet_closure0: function defaultStylesheet_closure0() { @@ -142495,24 +145297,75 @@ _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - TaskComponentViewModel$(highlightWhenEmpty, isComplete, maxWidth, nodeId, padding, selection, selectionColor, setComplete, text, textDirection, textStyleBuilder) { - return new A.TaskComponentViewModel(isComplete, setComplete, text, textStyleBuilder, textDirection, B.TextAlign_0, selection, selectionColor, highlightWhenEmpty, nodeId, maxWidth, padding); + TaskNode$(id, isComplete, text) { + var t1 = new A.TaskNode(false, id, text, $.$get$ChangeNotifier__emptyListeners(), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic)); + t1.TextNode$3$id$metadata$text(id, null, text); + t1.putMetadataValue$2("blockType", B.NamedAttribution_task); + return t1; + }, + TaskComponentViewModel$(composingRegion, highlightWhenEmpty, isComplete, maxWidth, nodeId, padding, selection, selectionColor, setComplete, showComposingUnderline, text, textDirection, textStyleBuilder) { + return new A.TaskComponentViewModel(isComplete, setComplete, text, textStyleBuilder, textDirection, B.TextAlign_0, selection, selectionColor, highlightWhenEmpty, composingRegion, showComposingUnderline, nodeId, maxWidth, padding); }, enterToInsertNewTask(editContext, keyEvent) { - var t1, t2, t3; + var t1, node; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; t1 = keyEvent.data; if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967309) && !t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_8589935117)) return B.ExecutionInstruction_0; - t1 = editContext.composer; - t2 = t1.selectionNotifier._change_notifier$_value; - if (t2 == null || !t2.base.$eq(0, t2.extent)) + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null || !t1.get$isCollapsed(t1)) return B.ExecutionInstruction_0; - t3 = editContext.editor._document; - if (!(t3._nodesById.$index(0, t2.extent.nodeId) instanceof A.TaskNode)) + t1 = t1.extent; + node = editContext.document._nodesById.$index(0, t1.nodeId); + if (!(node instanceof A.TaskNode)) return B.ExecutionInstruction_0; - new A.InsertNewTaskOrSplitExistingTaskCommand(t1).execute$2(t3, new A.DocumentEditorTransaction(t3)); + t1 = type$.TextNodePosition._as(t1.nodePosition); + editContext.editor.execute$1(A._setArrayType([new A.SplitExistingTaskRequest(node.id, t1.offset, null)], type$.JSArray_EditRequest)); + return B.ExecutionInstruction_2; + }, + backspaceToConvertTaskToParagraph(editContext, keyEvent) { + var t1, t2, node; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) + return B.ExecutionInstruction_0; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) + return B.ExecutionInstruction_0; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2)) + return B.ExecutionInstruction_0; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + node = editContext.document._nodesById.$index(0, t2.extent.nodeId); + if (!(node instanceof A.TaskNode)) + return B.ExecutionInstruction_0; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (type$.TextPosition._as(t1.extent.nodePosition).offset > 0) + return B.ExecutionInstruction_0; + editContext.editor.execute$1(A._setArrayType([new A.DeleteUpstreamAtBeginningOfNodeRequest(node)], type$.JSArray_EditRequest)); return B.ExecutionInstruction_2; }, TaskNode: function TaskNode(t0, t1, t2, t3, t4) { @@ -142535,11 +145388,7 @@ this.$this = t0; this.node = t1; }, - TaskComponentBuilder_createViewModel__closure: function TaskComponentBuilder_createViewModel__closure(t0, t1) { - this.node = t0; - this.isComplete = t1; - }, - TaskComponentViewModel: function TaskComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { + TaskComponentViewModel: function TaskComponentViewModel(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { var _ = this; _.isComplete = t0; _.setComplete = t1; @@ -142550,9 +145399,11 @@ _.selection = t6; _.selectionColor = t7; _.highlightWhenEmpty = t8; - _.nodeId = t9; - _.maxWidth = t10; - _.padding = t11; + _.composingRegion = t9; + _.showComposingUnderline = t10; + _.nodeId = t11; + _.maxWidth = t12; + _.padding = t13; }, TaskComponent: function TaskComponent(t0, t1) { this.viewModel = t0; @@ -142560,7 +145411,7 @@ }, _TaskComponentState: function _TaskComponentState(t0, t1) { var _ = this; - _._textKey = t0; + _._tasks$_textKey = t0; _._widget = null; _._debugLifecycleState = t1; _._framework$_element = null; @@ -142568,11 +145419,29 @@ _TaskComponentState_build_closure: function _TaskComponentState_build_closure(t0) { this.$this = t0; }, - _TaskComponentState_build_closure0: function _TaskComponentState_build_closure0(t0) { - this.$this = t0; + ChangeTaskCompletionRequest: function ChangeTaskCompletionRequest(t0, t1) { + this.nodeId = t0; + this.isComplete = t1; }, - InsertNewTaskOrSplitExistingTaskCommand: function InsertNewTaskOrSplitExistingTaskCommand(t0) { - this._tasks$_composer = t0; + ChangeTaskCompletionCommand: function ChangeTaskCompletionCommand(t0, t1) { + this.nodeId = t0; + this.isComplete = t1; + }, + ConvertTaskToParagraphCommand: function ConvertTaskToParagraphCommand(t0, t1) { + this.nodeId = t0; + this.paragraphMetadata = t1; + }, + SplitExistingTaskRequest: function SplitExistingTaskRequest(t0, t1, t2) { + this.existingNodeId = t0; + this.splitOffset = t1; + this.newNodeId = t2; + }, + SplitExistingTaskCommand: function SplitExistingTaskCommand(t0, t1) { + this.splitOffset = t0; + this.newNodeId = t1; + }, + SplitTaskIntention: function SplitTaskIntention(t0) { + this._isStart = t0; }, _TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure: function _TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure(t0) { this.styles = t0; @@ -142590,7 +145459,7 @@ nodes = _this.getNodesInside$2(t1, t2); if (nodes.length === 0) return false; - nodeRange = _this.getRangeBetween$2(t1, t2); + nodeRange = A.InspectDocumentRange_getRangeBetween(_this, t1, t2); for (t3 = nodes.length, t4 = nodeRange.end.nodePosition, t5 = type$.TextPosition, t6 = nodeRange.start.nodePosition, t1 = t1.nodePosition, t2 = t2.nodePosition, _i = 0; _i < nodes.length; nodes.length === t3 || (0, A.throwConcurrentModificationError)(nodes), ++_i) { textNode = nodes[_i]; if (!(textNode instanceof A.TextNode)) @@ -142640,8 +145509,8 @@ t2 = t1 ? baseOffset : extentOffset; return new A.TextNodeSelection(baseOffset, extentOffset, affinity, false, t2, t1 ? extentOffset : baseOffset); }, - TextComponent$(highlightWhenEmpty, key, metadata, selectionColor, showDebugPaint, text, textAlign, textDirection, textScaleFactor, textSelection, textStyleBuilder) { - return new A.TextComponent(text, textAlign, textDirection, textStyleBuilder, metadata, textSelection, selectionColor, highlightWhenEmpty, textScaleFactor, key); + TextComponent$(composingRegion, highlightWhenEmpty, key, metadata, selectionColor, showComposingUnderline, showDebugPaint, text, textAlign, textDirection, textScaler, textSelection, textStyleBuilder) { + return new A.TextComponent(text, textAlign, textDirection, textScaler, textStyleBuilder, metadata, textSelection, selectionColor, highlightWhenEmpty, composingRegion, key); }, anyCharacterToInsertInTextContent(editContext, keyEvent) { var t1, t2, character; @@ -142665,13 +145534,28 @@ t1 = true; if (t1) return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier; - t2 = t1._change_notifier$_value; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return B.ExecutionInstruction_0; - if (!t2.base.$eq(0, t2.extent)) + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2)) return B.ExecutionInstruction_0; - if (!(editContext.editor._document._nodesById.$index(0, t1._change_notifier$_value.extent.nodeId) instanceof A.TextNode)) + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1.toString; + if (!A._isTextEntryNode(editContext.document, t1)) return B.ExecutionInstruction_0; t1 = keyEvent.character; if (t1 == null || t1 === "") @@ -142687,7 +145571,204 @@ character = t1; return editContext.commonOps.insertCharacter$1(character) ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, - deleteToRemoveDownstreamContent(editContext, keyEvent) { + _deleteExpandedSelection(composer, context, $document, executor) { + var t2, basePosition, t3, baseNode, baseNodeIndex, extentPosition, extentNode, extentNodeIndex, t4, topNodePosition, t5, bottomNodePosition, newSelectionPosition, + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + basePosition = t2.base; + t3 = $document._nodesById; + baseNode = t3.$index(0, basePosition.nodeId); + if (baseNode == null) + A.throwExpression(A.Exception_Exception(string$.Failed_b)); + baseNodeIndex = $document.getNodeIndexById$1(baseNode.get$id(baseNode)); + extentPosition = t2.extent; + extentNode = t3.$index(0, extentPosition.nodeId); + if (extentNode == null) + A.throwExpression(A.Exception_Exception(string$.Failed_e)); + extentNodeIndex = $document.getNodeIndexById$1(extentNode.get$id(extentNode)); + t3 = $document.getNodeAt$1(Math.min(baseNodeIndex, extentNodeIndex)); + t3.toString; + t4 = baseNodeIndex < extentNodeIndex; + topNodePosition = t4 ? basePosition.nodePosition : extentPosition.nodePosition; + t5 = $document.getNodeAt$1(Math.max(baseNodeIndex, extentNodeIndex)); + t5.toString; + bottomNodePosition = t4 ? extentPosition.nodePosition : basePosition.nodePosition; + if (baseNodeIndex !== extentNodeIndex) + if (topNodePosition.$eq(0, t3.get$beginningPosition()) && bottomNodePosition.$eq(0, t5.get$endPosition())) + newSelectionPosition = new A.DocumentPosition(baseNode.get$id(baseNode), B.TextNodePosition_0_TextAffinity_1); + else if (topNodePosition.$eq(0, t3.get$beginningPosition())) + newSelectionPosition = new A.DocumentPosition(t5.get$id(t5), t5.get$beginningPosition()); + else if (bottomNodePosition.$eq(0, t5.get$endPosition())) + newSelectionPosition = new A.DocumentPosition(t3.get$id(t3), topNodePosition); + else + newSelectionPosition = baseNodeIndex <= extentNodeIndex ? basePosition : extentPosition; + else { + t3 = basePosition.nodePosition; + if (t3 instanceof A.UpstreamDownstreamNodePosition) + newSelectionPosition = new A.DocumentPosition(baseNode.get$id(baseNode), B.TextNodePosition_0_TextAffinity_1); + else if (t3 instanceof A.TextNodePosition) { + t2 = type$.TextNodePosition._as(extentPosition.nodePosition); + newSelectionPosition = new A.DocumentPosition(baseNode.get$id(baseNode), new A.TextNodePosition(Math.min(t3.offset, t2.offset), B.TextAffinity_1)); + } else { + A.throwExpression(A.Exception_Exception("Unknown selection position type: " + basePosition.toString$0(0) + ", for node: " + baseNode.toString$0(0) + ", within document selection: " + t2.toString$0(0))); + newSelectionPosition = null; + } + } + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1.toString; + executor.executeCommand$1(new A.DeleteContentCommand(t1)); + executor.executeCommand$1(new A.ChangeSelectionCommand(A.DocumentSelection$collapsed(newSelectionPosition), B.SelectionChangeType_7, "userInteraction")); + }, + _insertBlockLevelNewline(composer, context, $document, executor) { + var t2, t3, t4, newNodeId, currentExtentPosition, _null = null, + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) + return; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t3 = $document._nodesById; + t2 = t3.$index(0, t2.base.nodeId); + t2.toString; + if (t1._pausable_value_notifier$_isPaused) { + t4 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t4 = t3.$index(0, t4.extent.nodeId); + t4.toString; + if (t2.get$id(t2) !== t4.get$id(t4)) + return; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2)) + A._deleteExpandedSelection(composer, context, $document, executor); + newNodeId = B.C_Uuid.v4$0(); + if (t4 instanceof A.ListItemNode) { + if (t4._text$_text.text.length === 0) { + A._convertToParagraph(composer, context, $document, executor); + return; + } + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + executor.executeCommand$1(new A.SplitListItemCommand(t4.id, type$.TextNodePosition._as(t1.extent.nodePosition), newNodeId)); + } else if (t4 instanceof A.ParagraphNode) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + currentExtentPosition = type$.TextNodePosition._as(t1.extent.nodePosition); + executor.executeCommand$1(new A.SplitParagraphCommand(t4.id, currentExtentPosition, newNodeId, currentExtentPosition.offset !== t4._text$_text.text.length, A.paragraph0__defaultAttributionsToExtendToNewParagraph$closure())); + } else { + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (type$.UpstreamDownstreamNodePosition._as(t1.extent.nodePosition).affinity === B.TextAffinity_1) + executor.executeCommand$1(new A.InsertNodeAfterNodeCommand(t4.get$id(t4), A.ParagraphNode$(newNodeId, _null, A.AttributedText$("", _null)))); + else + executor.executeCommand$1(new A.InsertNodeAfterNodeCommand(t4.get$id(t4), A.ParagraphNode$(newNodeId, _null, A.AttributedText$("", _null)))); + } else + return; + } + executor.executeCommand$1(new A.ChangeSelectionCommand(A.DocumentSelection$collapsed(new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_6, "userInteraction")); + }, + _insertCharacterInTextComposable(character, composer, context, $document, executor, ignoreComposerAttributions) { + var t2, + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) + return; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2)) + return; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2.toString; + if (!A._isTextEntryNode($document, t2)) + return; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t1.extent; + executor.executeCommand$1(new A.InsertTextCommand(t1, character, composer._preferences._currentAttributions)); + }, + _convertToParagraph(composer, context, $document, executor) { + var t2, t3, + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) + return; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t3 = $document._nodesById; + t2 = t3.$index(0, t2.base.nodeId); + t2.toString; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t3.$index(0, t1.extent.nodeId); + t1.toString; + if (t2.get$id(t2) !== t1.get$id(t1)) + return; + if (!(t1 instanceof A.TextNode)) + return; + if (t1 instanceof A.ParagraphNode && t1._metadata.$index(0, "blockType") != null) + return; + executor.executeCommand$1(new A.ConvertTextNodeToParagraphCommand(t1.id, null)); + }, + deleteDownstreamContentWithDelete(editContext, keyEvent) { if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967423)) @@ -142712,6 +145793,9 @@ return B.ExecutionInstruction_0; return editContext.commonOps.insertPlainText$1("\n") ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, + _isTextEntryNode($document, selection) { + return $document._nodesById.$index(0, selection.extent.nodeId) instanceof A.TextNode; + }, TextNode: function TextNode() { }, TextNodeSelection: function TextNodeSelection(t0, t1, t2, t3, t4, t5) { @@ -142729,18 +145813,19 @@ }, TextComponentViewModel: function TextComponentViewModel() { }, - TextComponent: function TextComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + TextComponent: function TextComponent(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _.text = t0; _.textAlign = t1; _.textDirection = t2; - _.textStyleBuilder = t3; - _.metadata = t4; - _.textSelection = t5; - _.selectionColor = t6; - _.highlightWhenEmpty = t7; - _.textScaleFactor = t8; - _.key = t9; + _.textScaler = t3; + _.textStyleBuilder = t4; + _.metadata = t5; + _.textSelection = t6; + _.selectionColor = t7; + _.highlightWhenEmpty = t8; + _.composingRegion = t9; + _.key = t10; }, TextComponentState: function TextComponentState(t0, t1) { var _ = this; @@ -142749,22 +145834,58 @@ _._debugLifecycleState = t1; _._framework$_element = null; }, + TextComponentState_build_closure: function TextComponentState_build_closure(t0) { + this.$this = t0; + }, + ToggleTextAttributionsRequest: function ToggleTextAttributionsRequest(t0, t1) { + this.documentRange = t0; + this.attributions = t1; + }, ToggleTextAttributionsCommand: function ToggleTextAttributionsCommand(t0, t1) { - this.documentSelection = t0; + this.documentRange = t0; this.attributions = t1; }, ToggleTextAttributionsCommand_execute_closure: function ToggleTextAttributionsCommand_execute_closure(t0) { this.selectionRange = t0; }, + InsertTextRequest: function InsertTextRequest(t0, t1, t2) { + this.documentPosition = t0; + this.textToInsert = t1; + this.attributions = t2; + }, InsertTextCommand: function InsertTextCommand(t0, t1, t2) { this.documentPosition = t0; this.textToInsert = t1; this.attributions = t2; }, + TextInsertionEvent: function TextInsertionEvent(t0, t1, t2) { + this.offset = t0; + this.text = t1; + this.nodeId = t2; + }, + TextDeletedEvent: function TextDeletedEvent(t0, t1, t2) { + this.offset = t0; + this.deletedText = t1; + this.nodeId = t2; + }, + ConvertTextNodeToParagraphRequest: function ConvertTextNodeToParagraphRequest(t0, t1) { + this.nodeId = t0; + this.newMetadata = t1; + }, + ConvertTextNodeToParagraphCommand: function ConvertTextNodeToParagraphCommand(t0, t1) { + this.nodeId = t0; + this.newMetadata = t1; + }, InsertAttributedTextCommand: function InsertAttributedTextCommand(t0, t1) { this.documentPosition = t0; this.textToInsert = t1; }, + InsertCharacterAtCaretRequest: function InsertCharacterAtCaretRequest() { + }, + InsertCharacterAtCaretCommand: function InsertCharacterAtCaretCommand(t0, t1) { + this.character = t0; + this.ignoreComposerAttributions = t1; + }, _TextComponentState_State_DocumentComponent: function _TextComponentState_State_DocumentComponent() { }, _TextNode_DocumentNode_ChangeNotifier: function _TextNode_DocumentNode_ChangeNotifier() { @@ -142775,26 +145896,6 @@ this.index = t0; this._core$_name = t1; }, - MultiListenableBuilder: function MultiListenableBuilder(t0, t1, t2) { - this.listenables = t0; - this.builder = t1; - this.key = t2; - }, - _MultiListenableBuilderState: function _MultiListenableBuilderState(t0) { - this._widget = null; - this._debugLifecycleState = t0; - this._framework$_element = null; - }, - _MultiListenableBuilderState__onListenableChange_closure: function _MultiListenableBuilderState__onListenableChange_closure() { - }, - ListenableBuilder0: function ListenableBuilder0(t0, t1, t2) { - this.listenable = t0; - this.builder = t1; - this.key = t2; - }, - ListenableBuilder_build_closure: function ListenableBuilder_build_closure(t0) { - this.$this = t0; - }, Logger$(scope) { return new A.Logger0(scope); }, @@ -142834,67 +145935,58 @@ this._this = t0; this.styleBuilder = t1; }, - BlinkingCaret$(borderRadius, caretHeight, caretOffset, color, controller, isTextEmpty, showCaret, width) { - return new A.BlinkingCaret(controller, caretHeight, caretOffset, color, width, borderRadius, false, true, null); - }, - BlinkingCaret: function BlinkingCaret(t0, t1, t2, t3, t4, t5, t6, t7, t8) { - var _ = this; - _.controller = t0; - _.caretHeight = t1; - _.caretOffset = t2; - _.color = t3; - _.width = t4; - _.borderRadius = t5; - _.isTextEmpty = t6; - _.showCaret = t7; - _.key = t8; - }, - BlinkingCaretState: function BlinkingCaretState(t0, t1, t2) { - var _ = this; - _.__BlinkingCaretState__caretBlinkController_A = $; - _.SingleTickerProviderStateMixin__ticker = t0; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; - _._widget = null; - _._debugLifecycleState = t2; - _._framework$_element = null; - }, - _CaretPainter0: function _CaretPainter0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { - var _ = this; - _.blinkController = t0; - _.caretHeight = t1; - _.caretOffset = t2; - _.width = t3; - _.borderRadius = t4; - _.isTextEmpty = t5; - _.showCaret = t6; - _.caretColor = t7; - _.caretPaint = t8; - _._repaint = t9; - }, - _BlinkingCaretState_State_SingleTickerProviderStateMixin: function _BlinkingCaretState_State_SingleTickerProviderStateMixin() { - }, ProxyTextComposable: function ProxyTextComposable() { }, - ContentLayers: function ContentLayers(t0, t1, t2) { - this.content = t0; - this.overlays = t1; - this.key = t2; + ContentLayersElement__globalOnBuildScheduled() { + var t1, t2, listener; + $.ContentLayersElement__realOnBuildScheduled.call$0(); + for (t1 = A._LinkedHashSetIterator$($.ContentLayersElement__onBuildListeners, $.ContentLayersElement__onBuildListeners._collection$_modifications, A._instanceType($.ContentLayersElement__onBuildListeners)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + listener = t1._collection$_current; + (listener == null ? t2._as(listener) : listener).call$0(); + } + }, + ContentLayerStatefulElement$(widget) { + var t1 = widget.createState$0(), + t2 = new A.ContentLayerStatefulElement(t1, widget, B._ElementLifecycle_0); + t1._framework$_element = t2; + t1._widget = widget; + return t2; + }, + _extension_0_findAncestorContentLayers(_this) { + var t1 = {}; + t1.contentLayersElement = null; + _this.visitAncestorElements$1(new A._extension_0_findAncestorContentLayers_closure(t1)); + return t1.contentLayersElement; + }, + ContentLayers: function ContentLayers(t0, t1, t2, t3) { + var _ = this; + _.underlays = t0; + _.content = t1; + _.overlays = t2; + _.key = t3; }, ContentLayersElement: function ContentLayersElement(t0, t1, t2, t3) { var _ = this; _._underlays = t0; _._content = null; _._overlays = t1; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; + _._slot = _._notificationTree = _._framework$_parent = _._ancestorRenderObjectElement = _._renderObject = null; _.__Element__depth_A = $; _._widget = t2; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t3; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; _._dirty = true; _._debugBuiltOnce = _._inDirtyList = false; }, + ContentLayersElement__onBuildScheduled_closure: function ContentLayersElement__onBuildScheduled_closure(t0) { + this.$this = t0; + }, + ContentLayersElement__isSubtreeDirty_closure: function ContentLayersElement__isSubtreeDirty_closure(t0, t1) { + this._box_0 = t0; + this.$this = t1; + }, ContentLayersElement_buildLayers_closure: function ContentLayersElement_buildLayers_closure(t0) { this.$this = t0; }, @@ -142904,6 +145996,8 @@ _._underlays = t1; _._content = null; _._overlays = t2; + _._contentNeedsLayout = true; + _._runningLayout = false; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; _._cachedBaselines = _._box$_size = null; @@ -142915,7 +146009,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -142949,10 +146043,10 @@ }, _NullElement1: function _NullElement1(t0, t1) { var _ = this; - _._slot = _._notificationTree = _._debugReassembleConfig = _._framework$_parent = null; + _._slot = _._notificationTree = _._framework$_parent = null; _.__Element__depth_A = $; _._widget = t0; - _._owner = null; + _._framework$_owner = null; _._lifecycleState = t1; _._dependencies = _._inheritedElements = null; _._hadUnsatisfiedDependencies = false; @@ -142962,6 +146056,33 @@ _NullWidget5: function _NullWidget5(t0) { this.key = t0; }, + ContentLayerProxyWidget: function ContentLayerProxyWidget(t0) { + this.key = t0; + }, + ContentLayerStatelessWidget: function ContentLayerStatelessWidget() { + }, + ContentLayerStatefulWidget: function ContentLayerStatefulWidget() { + }, + ContentLayerStatefulElement: function ContentLayerStatefulElement(t0, t1, t2) { + var _ = this; + _._content_layers$_isActive = false; + _._framework$_state = t0; + _._didChangeDependencies = false; + _._slot = _._notificationTree = _._framework$_parent = _._framework$_child = null; + _.__Element__depth_A = $; + _._widget = t1; + _._framework$_owner = null; + _._lifecycleState = t2; + _._dependencies = _._inheritedElements = null; + _._hadUnsatisfiedDependencies = false; + _._dirty = true; + _._debugBuiltOnce = _._inDirtyList = false; + }, + _extension_0_findAncestorContentLayers_closure: function _extension_0_findAncestorContentLayers_closure(t0) { + this._box_0 = t0; + }, + ContentLayerState: function ContentLayerState() { + }, AxisOffset: function AxisOffset(t0, t1) { this.leading = t0; this.trailing = t1; @@ -142974,6 +146095,120 @@ }, _ContentTapDelegate_Object_ChangeNotifier: function _ContentTapDelegate_Object_ChangeNotifier() { }, + DocumentLayoutLayerStatefulWidget: function DocumentLayoutLayerStatefulWidget() { + }, + DocumentLayoutLayerState: function DocumentLayoutLayerState() { + }, + DocumentScaffold: function DocumentScaffold(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { + var _ = this; + _.documentLayoutLink = t0; + _.documentLayoutKey = t1; + _.gestureBuilder = t2; + _.scrollController = t3; + _.autoScrollController = t4; + _.scroller = t5; + _.presenter = t6; + _.componentBuilders = t7; + _.underlays = t8; + _.overlays = t9; + _.debugPaint = t10; + _.key = t11; + _.$ti = t12; + }, + _DocumentScaffoldState: function _DocumentScaffoldState(t0, t1) { + var _ = this; + _._contentConstraints = t0; + _._widget = null; + _._debugLifecycleState = t1; + _._framework$_element = null; + }, + _DocumentScaffoldState__buildDocumentLayout_closure: function _DocumentScaffoldState__buildDocumentLayout_closure(t0) { + this.$this = t0; + }, + DocumentScroller: function DocumentScroller(t0) { + this._document_scroller$_scrollPosition = null; + this._scrollChangeListeners = t0; + }, + SelectionLayerLinks$() { + var t1 = new A.SelectionLayerLinks(), + t2 = type$.void_Function, + t3 = $.$get$ChangeNotifier__emptyListeners(); + t1.__SelectionLayerLinks_caretLink_F = new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t2), t3); + t1.__SelectionLayerLinks_upstreamLink_F = new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t2), t3); + t1.__SelectionLayerLinks_downstreamLink_F = new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t2), t3); + t1.__SelectionLayerLinks_expandedSelectionBoundsLink_F = new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t2), t3); + return t1; + }, + SelectionLeadersDocumentLayer: function SelectionLeadersDocumentLayer(t0, t1, t2, t3, t4) { + var _ = this; + _.document = t0; + _.selection = t1; + _.links = t2; + _.showDebugLeaderBounds = t3; + _.key = t4; + }, + _SelectionLeadersDocumentLayerState: function _SelectionLeadersDocumentLayerState(t0, t1, t2) { + var _ = this; + _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; + _._widget = _._layoutData = null; + _._debugLifecycleState = t2; + _._framework$_element = null; + }, + _SelectionLeadersDocumentLayerState__onSelectionChange_closure: function _SelectionLeadersDocumentLayerState__onSelectionChange_closure() { + }, + DocumentSelectionLayout: function DocumentSelectionLayout(t0, t1, t2, t3) { + var _ = this; + _.caret = t0; + _.upstream = t1; + _.downstream = t2; + _.expandedSelectionBounds = t3; + }, + SelectionLayerLinks: function SelectionLayerLinks() { + var _ = this; + _.__SelectionLayerLinks_expandedSelectionBoundsLink_F = _.__SelectionLayerLinks_downstreamLink_F = _.__SelectionLayerLinks_upstreamLink_F = _.__SelectionLayerLinks_caretLink_F = $; + }, + __SelectionLeadersDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin: function __SelectionLeadersDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin() { + }, + CupertinoScrollbarWithCustomPhysics: function CupertinoScrollbarWithCustomPhysics(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { + var _ = this; + _.thicknessWhileDragging = t0; + _.radiusWhileDragging = t1; + _.child = t2; + _.controller = t3; + _.physics = t4; + _.thumbVisibility = t5; + _.radius = t6; + _.thickness = t7; + _.trackVisibility = t8; + _.fadeDuration = t9; + _.timeToFade = t10; + _.pressDuration = t11; + _.notificationPredicate = t12; + _.interactive = t13; + _.scrollbarOrientation = t14; + _.key = t15; + }, + _CupertinoScrollbarState0: function _CupertinoScrollbarState0(t0, t1, t2, t3) { + var _ = this; + _._cupertino_scrollbar$___CupertinoScrollbarState__thicknessAnimationController_A = $; + _._cupertino_scrollbar$_pressStartAxisPosition = 0; + _._scrollbar1$_fadeoutTimer = _._scrollbar1$_cachedController = _._scrollbar1$_startDragThumbOffset = _._scrollbar1$_lastDragUpdateOffset = _._scrollbar1$_startDragScrollbarAxisOffset = null; + _.__RawScrollbarWithCustomPhysicsState__fadeoutOpacityAnimation_A = _.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A = $; + _._scrollbar1$_scrollbarPainterKey = t0; + _._isHoveringThumb = _._scrollbar1$_thumbDragging = _._scrollbar1$_hoverIsActive = false; + _.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F = $; + _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; + _._widget = null; + _._debugLifecycleState = t3; + _._framework$_element = null; + }, + _CupertinoScrollbarState_initState_closure0: function _CupertinoScrollbarState_initState_closure0(t0) { + this.$this = t0; + }, + _CupertinoScrollbarState_handleThumbPress_closure0: function _CupertinoScrollbarState_handleThumbPress_closure0() { + }, Scheduler_runAsSoonAsPossible(_this, action, debugLabel) { var _null = null, t1 = $.$get$schedulerLog(); @@ -142986,10 +146221,288 @@ action.call$0(); } }, + Frames_setStateAsSoonAsPossible(_this, stateChange) { + var t1 = $.WidgetsBinding__instance; + t1.toString; + A.Scheduler_runAsSoonAsPossible(t1, new A.Frames_setStateAsSoonAsPossible_closure(_this, stateChange), "anonymous action"); + }, + Frames_onNextFrame(_this, work) { + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.Frames_onNextFrame_closure(_this, work)); + }, + Frames_scheduleBuildAfterBuild(_this, stateChange) { + A.Frames_onNextFrame(_this, new A.Frames_scheduleBuildAfterBuild_closure(_this, stateChange)); + }, Scheduler_runAsSoonAsPossible_closure: function Scheduler_runAsSoonAsPossible_closure(t0, t1) { this.debugLabel = t0; this.action = t1; }, + Frames_setStateAsSoonAsPossible_closure: function Frames_setStateAsSoonAsPossible_closure(t0, t1) { + this._this = t0; + this.stateChange = t1; + }, + Frames_setStateAsSoonAsPossible__closure: function Frames_setStateAsSoonAsPossible__closure(t0) { + this.stateChange = t0; + }, + Frames_onNextFrame_closure: function Frames_onNextFrame_closure(t0, t1) { + this._this = t0; + this.work = t1; + }, + Frames_scheduleBuildAfterBuild_closure: function Frames_scheduleBuildAfterBuild_closure(t0, t1) { + this._this = t0; + this.stateChange = t1; + }, + Frames_scheduleBuildAfterBuild__closure: function Frames_scheduleBuildAfterBuild__closure(t0) { + this.stateChange = t0; + }, + ScrollbarWithCustomPhysics$(child, controller, physics) { + return new A.ScrollbarWithCustomPhysics(child, controller, physics, null); + }, + ScrollbarWithCustomPhysics: function ScrollbarWithCustomPhysics(t0, t1, t2, t3) { + var _ = this; + _.child = t0; + _.controller = t1; + _.physics = t2; + _.key = t3; + }, + _MaterialScrollbar0: function _MaterialScrollbar0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + var _ = this; + _.showTrackOnHover = t0; + _.child = t1; + _.controller = t2; + _.physics = t3; + _.thumbVisibility = t4; + _.radius = t5; + _.thickness = t6; + _.trackVisibility = t7; + _.fadeDuration = t8; + _.timeToFade = t9; + _.pressDuration = t10; + _.notificationPredicate = t11; + _.interactive = t12; + _.scrollbarOrientation = t13; + _.key = t14; + }, + _MaterialScrollbarState0: function _MaterialScrollbarState0(t0, t1, t2, t3) { + var _ = this; + _._material_scrollbar$___MaterialScrollbarState__hoverAnimationController_A = $; + _._material_scrollbar$_hoverIsActive = _._material_scrollbar$_dragIsActive = false; + _._material_scrollbar$___MaterialScrollbarState__useAndroidScrollbar_A = _._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A = _._material_scrollbar$___MaterialScrollbarState__colorScheme_A = $; + _._scrollbar1$_fadeoutTimer = _._scrollbar1$_cachedController = _._scrollbar1$_startDragThumbOffset = _._scrollbar1$_lastDragUpdateOffset = _._scrollbar1$_startDragScrollbarAxisOffset = null; + _.__RawScrollbarWithCustomPhysicsState__fadeoutOpacityAnimation_A = _.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A = $; + _._scrollbar1$_scrollbarPainterKey = t0; + _._isHoveringThumb = _._scrollbar1$_thumbDragging = _._scrollbar1$_hoverIsActive = false; + _.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F = $; + _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; + _._widget = null; + _._debugLifecycleState = t3; + _._framework$_element = null; + }, + _MaterialScrollbarState__trackVisibility_closure0: function _MaterialScrollbarState__trackVisibility_closure0(t0) { + this.$this = t0; + }, + _MaterialScrollbarState__thumbColor_closure0: function _MaterialScrollbarState__thumbColor_closure0(t0, t1, t2, t3) { + var _ = this; + _.$this = t0; + _.dragColor = t1; + _.hoverColor = t2; + _.idleColor = t3; + }, + _MaterialScrollbarState__trackColor_closure0: function _MaterialScrollbarState__trackColor_closure0(t0, t1, t2) { + this.$this = t0; + this.brightness = t1; + this.onSurface = t2; + }, + _MaterialScrollbarState__trackBorderColor_closure0: function _MaterialScrollbarState__trackBorderColor_closure0(t0, t1, t2) { + this.$this = t0; + this.brightness = t1; + this.onSurface = t2; + }, + _MaterialScrollbarState__thickness_closure0: function _MaterialScrollbarState__thickness_closure0(t0) { + this.$this = t0; + }, + _MaterialScrollbarState_initState_closure0: function _MaterialScrollbarState_initState_closure0(t0) { + this.$this = t0; + }, + _MaterialScrollbarState_handleThumbPressStart_closure0: function _MaterialScrollbarState_handleThumbPressStart_closure0(t0) { + this.$this = t0; + }, + _MaterialScrollbarState_handleThumbPressEnd_closure0: function _MaterialScrollbarState_handleThumbPressEnd_closure0(t0) { + this.$this = t0; + }, + _MaterialScrollbarState_handleHover_closure1: function _MaterialScrollbarState_handleHover_closure1(t0) { + this.$this = t0; + }, + _MaterialScrollbarState_handleHover_closure2: function _MaterialScrollbarState_handleHover_closure2(t0) { + this.$this = t0; + }, + _MaterialScrollbarState_handleHoverExit_closure0: function _MaterialScrollbarState_handleHoverExit_closure0(t0) { + this.$this = t0; + }, + GroupedOverlayPortalController__show(controller) { + var t1, t2, _i; + if ($.GroupedOverlayPortalController__isReworkingOrder) + return; + if (controller.get$isShowing()) + return; + t1 = $.$get$GroupedOverlayPortalController__visibleControllers(); + if (t1._locate$1(controller) < 0) + t1.add$1(0, controller); + $.GroupedOverlayPortalController__isReworkingOrder = true; + for (t2 = t1._toUnorderedList$0(), B.JSArray_methods.sort$1(t2, t1.comparison), t1 = t2.length, _i = 0; _i < t2.length; t2.length === t1 || (0, A.throwConcurrentModificationError)(t2), ++_i) + J.show$0$z(t2[_i]); + $.GroupedOverlayPortalController__isReworkingOrder = false; + }, + GroupedOverlayPortalController__hide(controller) { + if ($.GroupedOverlayPortalController__isReworkingOrder) + return; + $.GroupedOverlayPortalController__isReworkingOrder = true; + $.$get$GroupedOverlayPortalController__visibleControllers().remove$1(0, controller); + controller.hide$0(); + $.GroupedOverlayPortalController__isReworkingOrder = false; + }, + GroupedOverlayPortalController: function GroupedOverlayPortalController(t0, t1) { + var _ = this; + _.displayPriority = t0; + _._zOrderIndex = _._attachTarget = null; + _._overlay$_debugLabel = t1; + }, + GroupedOverlayPortalController__visibleControllers_closure: function GroupedOverlayPortalController__visibleControllers_closure() { + }, + OverlayGroupPriority: function OverlayGroupPriority() { + }, + RawScrollbarWithCustomPhysicsState$($T) { + return new A.RawScrollbarWithCustomPhysicsState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0, $T._eval$1("RawScrollbarWithCustomPhysicsState<0>")); + }, + _getLocalOffset0(scrollbarPainterKey, position) { + var t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, scrollbarPainterKey).get$renderObject(); + t1.toString; + return type$.RenderBox._as(t1).globalToLocal$1(position); + }, + RawScrollbarWithCustomPhysics: function RawScrollbarWithCustomPhysics() { + }, + RawScrollbarWithCustomPhysicsState: function RawScrollbarWithCustomPhysicsState(t0, t1, t2, t3, t4) { + var _ = this; + _._scrollbar1$_fadeoutTimer = _._scrollbar1$_cachedController = _._scrollbar1$_startDragThumbOffset = _._scrollbar1$_lastDragUpdateOffset = _._scrollbar1$_startDragScrollbarAxisOffset = null; + _.__RawScrollbarWithCustomPhysicsState__fadeoutOpacityAnimation_A = _.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A = $; + _._scrollbar1$_scrollbarPainterKey = t0; + _._isHoveringThumb = _._scrollbar1$_thumbDragging = _._scrollbar1$_hoverIsActive = false; + _.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F = $; + _.TickerProviderStateMixin__tickers = t1; + _.TickerProviderStateMixin__tickerModeNotifier = t2; + _._widget = null; + _._debugLifecycleState = t3; + _._framework$_element = null; + _.$ti = t4; + }, + RawScrollbarWithCustomPhysicsState__maybeStartFadeoutTimer_closure: function RawScrollbarWithCustomPhysicsState__maybeStartFadeoutTimer_closure(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState__gestures_closure: function RawScrollbarWithCustomPhysicsState__gestures_closure(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState__gestures_closure0: function RawScrollbarWithCustomPhysicsState__gestures_closure0(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState__gestures__closure: function RawScrollbarWithCustomPhysicsState__gestures__closure(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState__gestures__closure0: function RawScrollbarWithCustomPhysicsState__gestures__closure0(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState__gestures__closure1: function RawScrollbarWithCustomPhysicsState__gestures__closure1(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState__gestures_closure1: function RawScrollbarWithCustomPhysicsState__gestures_closure1(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState__gestures_closure2: function RawScrollbarWithCustomPhysicsState__gestures_closure2(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState_handleHover_closure: function RawScrollbarWithCustomPhysicsState_handleHover_closure(t0, t1) { + this.$this = t0; + this.event = t1; + }, + RawScrollbarWithCustomPhysicsState_handleHoverExit_closure: function RawScrollbarWithCustomPhysicsState_handleHoverExit_closure(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState_build_closure: function RawScrollbarWithCustomPhysicsState_build_closure(t0) { + this.$this = t0; + }, + RawScrollbarWithCustomPhysicsState_build_closure0: function RawScrollbarWithCustomPhysicsState_build_closure0(t0) { + this.$this = t0; + }, + ScrollbarPainter0: function ScrollbarPainter0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + var _ = this; + _._scrollbar1$_color = t0; + _._scrollbar1$_trackColor = t1; + _._scrollbar1$_trackBorderColor = t2; + _._scrollbar1$_trackRadius = t3; + _._scrollbar1$_textDirection = null; + _._scrollbar1$_thickness = t4; + _.fadeoutOpacityAnimation = t5; + _._scrollbar1$_mainAxisMargin = t6; + _._scrollbar1$_crossAxisMargin = t7; + _._scrollbar1$_radius = t8; + _._scrollbar1$_shape = t9; + _._scrollbar1$_padding = t10; + _._scrollbar1$_minLength = t11; + _._scrollbar1$_minOverscrollLength = t12; + _._scrollbar1$_scrollbarOrientation = t13; + _._scrollbar1$_ignorePointer = false; + _._scrollbar1$_thumbRect = _._scrollbar1$_trackRect = null; + _._scrollbar1$__ScrollbarPainter__thumbExtent_A = _._scrollbar1$__ScrollbarPainter__thumbOffset_A = $; + _._scrollbar1$_lastAxisDirection = _._scrollbar1$_lastMetrics = null; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t14; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, + ScrollbarPainter_update_needPaint0: function ScrollbarPainter_update_needPaint0() { + }, + _ThumbPressGestureRecognizer0: function _ThumbPressGestureRecognizer0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + var _ = this; + _._scrollbar1$_customPaintKey = t0; + _._longPressAccepted = false; + _._velocityTracker = _.onTertiaryLongPressEnd = _.onTertiaryLongPressUp = _.onTertiaryLongPressMoveUpdate = _.onTertiaryLongPressStart = _.onTertiaryLongPress = _.onTertiaryLongPressCancel = _.onTertiaryLongPressDown = _.onSecondaryLongPressEnd = _.onSecondaryLongPressUp = _.onSecondaryLongPressMoveUpdate = _.onSecondaryLongPressStart = _.onSecondaryLongPress = _.onSecondaryLongPressCancel = _.onSecondaryLongPressDown = _.onLongPressEnd = _.onLongPressUp = _.onLongPressMoveUpdate = _.onLongPressStart = _.onLongPress = _.onLongPressCancel = _.onLongPressDown = _._initialButtons = _._longPressOrigin = null; + _.deadline = t1; + _.postAcceptSlopTolerance = t2; + _._recognizer$_state = t3; + _._initialPosition = _._primaryPointer = null; + _._gestureAccepted = false; + _._recognizer$_timer = null; + _._recognizer$_entries = t4; + _._trackedPointers = t5; + _._team = null; + _.debugOwner = t6; + _.gestureSettings = null; + _.supportedDevices = t7; + _._allowedButtonsFilter = t8; + _._pointerToKind = t9; + }, + _TrackTapGestureRecognizer0: function _TrackTapGestureRecognizer0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + var _ = this; + _._scrollbar1$_customPaintKey = t0; + _.onTertiaryTapCancel = _.onTertiaryTapUp = _.onTertiaryTapDown = _.onSecondaryTapCancel = _.onSecondaryTapUp = _.onSecondaryTapDown = _.onSecondaryTap = _.onTapCancel = _.onTap = _.onTapUp = _.onTapDown = null; + _._wonArenaForPrimaryPointer = _._sentTapDown = false; + _._up = _._down = null; + _.deadline = t1; + _.postAcceptSlopTolerance = t2; + _._recognizer$_state = t3; + _._initialPosition = _._primaryPointer = null; + _._gestureAccepted = false; + _._recognizer$_timer = null; + _._recognizer$_entries = t4; + _._trackedPointers = t5; + _._team = null; + _.debugOwner = t6; + _.gestureSettings = null; + _.supportedDevices = t7; + _._allowedButtonsFilter = t8; + _._pointerToKind = t9; + }, + _RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin: function _RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin() { + }, NonReparentingFocus: function NonReparentingFocus(t0, t1, t2, t3) { var _ = this; _.focusNode = t0; @@ -143004,12 +146517,13 @@ _._debugLifecycleState = t0; _._framework$_element = null; }, - FocusWithCustomParent: function FocusWithCustomParent(t0, t1, t2, t3) { + FocusWithCustomParent: function FocusWithCustomParent(t0, t1, t2, t3, t4) { var _ = this; _.child = t0; _.focusNode = t1; _.parentFocusNode = t2; - _.key = t3; + _._focus$_onKeyEvent = t3; + _.key = t4; }, _FocusWithCustomParentState: function _FocusWithCustomParentState(t0) { var _ = this; @@ -143042,33 +146556,6 @@ this.child = t1; this.key = t2; }, - PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(_this) { - var t1, t2; - if (A.defaultTargetPlatform() === B.TargetPlatform_4) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); - } else - t1 = true; - } else - t1 = false; - if (!t1) - if (A.defaultTargetPlatform() !== B.TargetPlatform_4) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); - } else - t1 = true; - } else - t1 = false; - else - t1 = true; - return t1; - }, isKeyEventCharacterBlacklisted(character) { var t1; if (character == null) @@ -143105,13 +146592,25 @@ }, UrlLauncher: function UrlLauncher() { }, + MultiListenableBuilder: function MultiListenableBuilder(t0, t1, t2) { + this.listenables = t0; + this.builder = t1; + this.key = t2; + }, + _MultiListenableBuilderState: function _MultiListenableBuilderState(t0) { + this._widget = null; + this._debugLifecycleState = t0; + this._framework$_element = null; + }, + _MultiListenableBuilderState__onListenableChange_closure: function _MultiListenableBuilderState__onListenableChange_closure() { + }, TapSequenceGestureRecognizer$() { var t1 = type$.int; return new A.TapSequenceGestureRecognizer(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._TapTracker_2), null, null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, TapSequenceGestureRecognizer: function TapSequenceGestureRecognizer(t0, t1, t2, t3, t4) { var _ = this; - _._secondTapUpDetails = _._secondTapDownDetails = _._secondTap = _._firstTapUpDetails = _._firstTapDownDetails = _._multi_tap_gesture$_firstTap = _._tapTimer = _.onTimeout = _.onTripleTap = _.onTripleTapUp = _.onTripleTapDown = _.onDoubleTap = _.onDoubleTapUp = _.onDoubleTapDown = _.onTapUp = _.onTapDown = null; + _._secondTapUpDetails = _._secondTapDownDetails = _._secondTap = _._firstTapUpDetails = _._firstTapDownDetails = _._multi_tap_gesture$_firstTap = _._tapTimer = _.onTripleTap = _.onTripleTapUp = _.onTripleTapDown = _.onDoubleTap = _.onDoubleTapUp = _.onDoubleTapDown = _.onTapUp = _.onTapDown = null; _._multi_tap_gesture$_trackers = t0; _.debugOwner = t1; _.gestureSettings = null; @@ -143151,135 +146650,151 @@ _CountdownZoned0: function _CountdownZoned0() { this._multi_tap_gesture$_timeout = false; }, - AndroidDocumentGestureEditingController: function AndroidDocumentGestureEditingController(t0, t1, t2, t3) { + PausableValueNotifier: function PausableValueNotifier(t0, t1, t2) { var _ = this; - _._android_document_controls$_documentLayoutLink = t0; - _._collapsedHandleAutoHideTimer = _._android_document_controls$_downstreamHandleOffset = _._android_document_controls$_upstreamHandleOffset = _._android_document_controls$_collapsedHandleOffset = _._android_document_controls$_caretHeight = _._android_document_controls$_caretTop = null; - _._isCollapsedHandleAutoHidden = false; - _._magnifierFocalPointLink = t1; - _.__GestureEditingController__overlayController_A = t2; + _._pausable_value_notifier$_isPaused = false; + _.__PausableValueNotifier__currentValueDuringPause_A = $; + _._change_notifier$_value = t0; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t3; + _.ChangeNotifier__listeners = t1; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; + _.$ti = t2; + }, + AndroidToolbarFocalPointDocumentLayer: function AndroidToolbarFocalPointDocumentLayer(t0, t1, t2, t3, t4) { + var _ = this; + _.document = t0; + _.selection = t1; + _.toolbarFocalPointLink = t2; + _.showDebugLeaderBounds = t3; + _.key = t4; + }, + _AndroidToolbarFocalPointDocumentLayerState: function _AndroidToolbarFocalPointDocumentLayerState(t0) { + var _ = this; + _._widget = _._layoutData = null; + _._debugLifecycleState = t0; + _._framework$_element = null; + }, + _AndroidToolbarFocalPointDocumentLayerState__onSelectionChange_closure: function _AndroidToolbarFocalPointDocumentLayerState__onSelectionChange_closure() { + }, + AndroidHandlesDocumentLayer: function AndroidHandlesDocumentLayer(t0, t1, t2, t3) { + var _ = this; + _.document = t0; + _.selection = t1; + _.caretColor = t2; + _.key = t3; + }, + AndroidControlsDocumentLayerState: function AndroidControlsDocumentLayerState(t0, t1, t2) { + var _ = this; + _.__AndroidControlsDocumentLayerState__caretBlinkController_A = $; + _._android_document_controls$_previousSelection = _._android_document_controls$_controlsController = null; + _.SingleTickerProviderStateMixin__ticker = t0; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; + _._widget = _._layoutData = null; + _._debugLifecycleState = t2; + _._framework$_element = null; + }, + AndroidControlsDocumentLayerState__onSelectionChange_closure: function AndroidControlsDocumentLayerState__onSelectionChange_closure() { + }, + AndroidControlsDocumentLayerState__buildCaret_closure: function AndroidControlsDocumentLayerState__buildCaret_closure(t0) { + this.$this = t0; + }, + _AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin: function _AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin() { + }, + AndroidDocumentLongPressSelectionStrategy: function AndroidDocumentLongPressSelectionStrategy(t0, t1, t2) { + var _ = this; + _._long_press_selection0$_document = t0; + _._long_press_selection0$_docLayout = t1; + _._long_press_selection0$_select = t2; + _._longPressMostRecentDownstreamWordBoundary = _._longPressMostRecentUpstreamWordBoundary = _._longPressSelectionDirection = _._longPressMostRecentBoundaryNodeId = _._long_press_selection0$_longPressInitialSelection = null; + _._isSelectingByCharacter = false; + _._longPressMostRecentTouchDocumentPosition = null; + _._longPressCharacterSelectionXOffset = 0; }, AndroidFollowingMagnifier: function AndroidFollowingMagnifier(t0, t1, t2) { this.layerLink = t0; this.offsetFromFocalPoint = t1; this.key = t2; }, - AndroidMagnifyingGlass: function AndroidMagnifyingGlass(t0, t1) { - this.offsetFromFocalPoint = t0; - this.key = t1; - }, - AndroidSelectionHandle$(color, handleType) { - return new A.AndroidSelectionHandle(handleType, color, null); + AndroidMagnifyingGlass: function AndroidMagnifyingGlass(t0, t1, t2) { + this.magnificationScale = t0; + this.offsetFromFocalPoint = t1; + this.key = t2; }, AndroidSelectionHandle: function AndroidSelectionHandle(t0, t1, t2) { this.handleType = t0; this.color = t1; this.key = t2; }, - AndroidTextEditingFloatingToolbar: function AndroidTextEditingFloatingToolbar(t0, t1, t2, t3, t4) { + AndroidTextEditingFloatingToolbar: function AndroidTextEditingFloatingToolbar(t0, t1, t2, t3, t4, t5) { var _ = this; - _.onCutPressed = t0; - _.onCopyPressed = t1; - _.onPastePressed = t2; - _.onSelectAllPressed = t3; - _.key = t4; + _.floatingToolbarKey = t0; + _.onCutPressed = t1; + _.onCopyPressed = t2; + _.onPastePressed = t3; + _.onSelectAllPressed = t4; + _.key = t5; }, - IosDocumentTouchEditingControls: function IosDocumentTouchEditingControls(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + IosFloatingToolbarOverlay: function IosFloatingToolbarOverlay(t0, t1, t2, t3, t4, t5) { var _ = this; - _.editingController = t0; - _.document = t1; - _.selection = t2; - _.floatingCursorController = t3; - _.documentLayout = t4; - _.createOverlayControlsClipper = t5; - _.handleColor = t6; - _.onFloatingCursorStart = t7; - _.onFloatingCursorMoved = t8; - _.onFloatingCursorStop = t9; - _.magnifierFocalPointOffset = t10; - _.popoverToolbarBuilder = t11; - _.showDebugPaint = t12; - _.key = t13; + _.shouldShowToolbar = t0; + _.toolbarFocalPoint = t1; + _.createOverlayControlsClipper = t2; + _.floatingToolbarBuilder = t3; + _.showDebugPaint = t4; + _.key = t5; }, - _IosDocumentTouchEditingControlsState: function _IosDocumentTouchEditingControlsState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { + _IosFloatingToolbarOverlayState: function _IosFloatingToolbarOverlayState(t0, t1, t2, t3) { var _ = this; - _._collapsedHandleKey = t0; - _._upstreamHandleKey = t1; - _._downstreamHandleKey = t2; - _.___IosDocumentTouchEditingControlsState__caretBlinkController_A = $; - _._prevCaretOffset = null; - _._isShowingFloatingCursor = t3; - _._isFloatingCursorOverOrNearText = t4; - _._floatingCursorKey = t5; - _._initialFloatingCursorOffset = null; - _._floatingCursorOffset = t6; - _._floatingCursorHeight = 20; - _.SingleTickerProviderStateMixin__ticker = t7; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t8; + _._boundsKey = t0; + _.SingleTickerProviderStateMixin__ticker = t1; + _.SingleTickerProviderStateMixin__tickerModeNotifier = t2; _._widget = null; - _._debugLifecycleState = t9; + _._debugLifecycleState = t3; _._framework$_element = null; }, - _IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure: function _IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure(t0) { + _IosFloatingToolbarOverlayState_build_closure: function _IosFloatingToolbarOverlayState_build_closure(t0) { this.$this = t0; }, - _IosDocumentTouchEditingControlsState_build_closure: function _IosDocumentTouchEditingControlsState_build_closure(t0) { - this.$this = t0; - }, - _IosDocumentTouchEditingControlsState__buildHandles_closure: function _IosDocumentTouchEditingControlsState__buildHandles_closure(t0) { - this.$this = t0; - }, - _IosDocumentTouchEditingControlsState__buildHandleOld_closure: function _IosDocumentTouchEditingControlsState__buildHandleOld_closure(t0) { - this.$this = t0; - }, - _IosDocumentTouchEditingControlsState__buildFloatingCursor_closure: function _IosDocumentTouchEditingControlsState__buildFloatingCursor_closure(t0) { - this.$this = t0; - }, - _IosDocumentTouchEditingControlsState__buildToolbar_closure: function _IosDocumentTouchEditingControlsState__buildToolbar_closure(t0) { - this.$this = t0; - }, - IosDocumentGestureEditingController: function IosDocumentGestureEditingController(t0, t1, t2, t3) { - var _ = this; - _._documentLayoutLink = t0; - _._downstreamHandleOffset = _._downstreamCaretHeight = _._upstreamHandleOffset = _._upstreamCaretHeight = _._collapsedHandleOffset = _._caretHeight = _._caretTop = null; - _._magnifierFocalPointLink = t1; - _.__GestureEditingController__overlayController_A = t2; - _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t3; - _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; - _.ChangeNotifier__debugDisposed = false; - }, - FloatingCursorController: function FloatingCursorController(t0) { + FloatingCursorController0: function FloatingCursorController0(t0, t1, t2, t3) { var _ = this; + _.isActive = t0; + _.isNearText = t1; + _.cursorGeometryInViewport = t2; _._ios_document_controls$_offset = null; - _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t0; - _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; - _.ChangeNotifier__debugDisposed = false; + _._ios_document_controls$_listeners = t3; }, - _FloatingCursorController_Object_ChangeNotifier: function _FloatingCursorController_Object_ChangeNotifier() { + FloatingCursorListener: function FloatingCursorListener(t0, t1, t2) { + this._onStart = t0; + this._onMove = t1; + this._onStop = t2; }, - __IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin: function __IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin() { + __IosFloatingToolbarOverlayState_State_SingleTickerProviderStateMixin: function __IosFloatingToolbarOverlayState_State_SingleTickerProviderStateMixin() { }, - _roundedRectangleMagnifierBuilder(context, offsetFromFocalPoint) { - return new A.IOSRoundedRectangleMagnifyingGlass(offsetFromFocalPoint, null); + IosLongPressSelectionStrategy: function IosLongPressSelectionStrategy(t0, t1, t2) { + var _ = this; + _._long_press_selection$_document = t0; + _._docLayout = t1; + _._long_press_selection$_select = t2; + _._longPressInitialSelection = null; }, - IOSFollowingMagnifier: function IOSFollowingMagnifier(t0, t1, t2) { - this.layerLink = t0; - this.offsetFromFocalPoint = t1; - this.key = t2; + IOSFollowingMagnifier$roundedRectangle(leaderLink, magnifierKey, offsetFromFocalPoint) { + return new A.IOSFollowingMagnifier(magnifierKey, leaderLink, offsetFromFocalPoint, null); + }, + _roundedRectangleMagnifierBuilder(context, offsetFromFocalPoint, magnifierKey) { + return new A.IOSRoundedRectangleMagnifyingGlass(offsetFromFocalPoint, magnifierKey); + }, + IOSFollowingMagnifier: function IOSFollowingMagnifier(t0, t1, t2, t3) { + var _ = this; + _.magnifierKey = t0; + _.leaderLink = t1; + _.offsetFromFocalPoint = t2; + _.key = t3; }, IOSRoundedRectangleMagnifyingGlass: function IOSRoundedRectangleMagnifyingGlass(t0, t1) { this.offsetFromFocalPoint = t0; this.key = t1; }, - IOSSelectionHandle$upstream(ballRadius, caretHeight, color, handleType) { - return new A.IOSSelectionHandle(color, caretHeight, ballRadius, handleType, null); - }, IOSSelectionHandle: function IOSSelectionHandle(t0, t1, t2, t3, t4) { var _ = this; _.color = t0; @@ -143288,43 +146803,54 @@ _.handleType = t3; _.key = t4; }, - IOSCollapsedHandle: function IOSCollapsedHandle(t0, t1, t2, t3) { + IOSTextEditingFloatingToolbar: function IOSTextEditingFloatingToolbar(t0, t1, t2, t3, t4, t5) { var _ = this; - _.controller = t0; - _.color = t1; - _.caretHeight = t2; - _.key = t3; + _.floatingToolbarKey = t0; + _.focalPoint = t1; + _.onCutPressed = t2; + _.onCopyPressed = t3; + _.onPastePressed = t4; + _.key = t5; }, - IOSTextEditingFloatingToolbar: function IOSTextEditingFloatingToolbar(t0, t1, t2, t3, t4) { - var _ = this; - _.onCutPressed = t0; - _.onCopyPressed = t1; - _.onPastePressed = t2; - _.focalPoint = t3; - _.key = t4; + disabledMacIntents_closure: function disabledMacIntents_closure() { + }, + _PreventPrioritizedIntentsFromBubblingUp: function _PreventPrioritizedIntentsFromBubblingUp(t0, t1) { + this.intentFilter = t0; + this._actions$_listeners = t1; + this._currentCallingAction = null; }, MagnifierAndToolbarController: function MagnifierAndToolbarController(t0) { var _ = this; _._shouldDisplayToolbar = _._isMagnifierVisible = false; - _._toolbarBottomAnchor = _._toolbarTopAnchor = null; + _._screenPadding = _._toolbarBottomAnchor = _._toolbarTopAnchor = null; _.ChangeNotifier__count = 0; _.ChangeNotifier__listeners = t0; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - GestureEditingController: function GestureEditingController() { - }, DragHandleAutoScroller: function DragHandleAutoScroller(t0, t1, t2, t3) { var _ = this; _._mobile_documents$_autoScroller = t0; _._dragAutoScrollBoundary = t1; - _._getScrollPosition = t2; + _._mobile_documents$_getScrollPosition = t2; _._getViewportBox = t3; }, - _GestureEditingController_Object_ChangeNotifier: function _GestureEditingController_Object_ChangeNotifier() { - }, _MagnifierAndToolbarController_Object_ChangeNotifier: function _MagnifierAndToolbarController_Object_ChangeNotifier() { }, + SuperEditorPopover: function SuperEditorPopover(t0, t1, t2, t3) { + var _ = this; + _.popoverFocusNode = t0; + _.editorFocusNode = t1; + _.child = t2; + _.key = t3; + }, + SignalNotifier: function SignalNotifier(t0) { + var _ = this; + _.ChangeNotifier__count = 0; + _.ChangeNotifier__listeners = t0; + _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; + _.ChangeNotifier__debugDisposed = false; + }, CharacterMovement_moveOffsetUpstreamByWord(_this, textOffset) { if (textOffset === 0) return null; @@ -143383,38 +146909,125 @@ CharacterMovement__moveOffsetByCharacter_closure: function CharacterMovement__moveOffsetByCharacter_closure(t0) { this._box_0 = t0; }, - AndroidEditingOverlayControls: function AndroidEditingOverlayControls(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + TextInputSource: function TextInputSource(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + ToolbarPositionDelegate: function ToolbarPositionDelegate(t0, t1, t2) { + this.textFieldGlobalOffset = t0; + this.desiredTopAnchorInTextField = t1; + this.desiredBottomAnchorInTextField = t2; + }, + HandleType: function HandleType(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, + ToolbarConfig: function ToolbarConfig() { + }, + ViewportBoundsReporter: function ViewportBoundsReporter(t0, t1, t2) { + this.viewportOuterConstraints = t0; + this.child = t1; + this.key = t2; + }, + RenderViewportBoundsReporter: function RenderViewportBoundsReporter(t0, t1) { + var _ = this; + _.__RenderViewportBoundsReporter_viewportOuterConstraints_A = $; + _.RenderObjectWithChildMixin__child = t0; + _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; + _._computingThisDryLayout = false; + _._cachedBaselines = _._box$_size = null; + _._debugActivePointers = 0; + _._object$_debugDisposed = false; + _.parentData = null; + _._depth = 0; + _.debugCreator = _._object$_parent = null; + _._debugDoingThisLayout = _._debugDoingThisResize = false; + _._debugCanParentUseSize = null; + _._debugMutationsLocked = false; + _._owner = null; + _._needsLayout = true; + _._relayoutBoundary = null; + _._doingThisLayoutWithCallback = false; + _._constraints = null; + _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t1; + _._needsCompositingBitsUpdate = false; + _.__RenderObject__needsCompositing_A = $; + _._needsPaint = true; + _._needsCompositedLayerUpdate = false; + _._cachedSemanticsConfiguration = null; + _._needsSemanticsUpdate = true; + _._semantics = null; + }, + ViewportBoundsReplicator: function ViewportBoundsReplicator(t0, t1, t2) { + this.viewportOuterConstraints = t0; + this.child = t1; + this.key = t2; + }, + RenderViewportBoundsReplicator: function RenderViewportBoundsReplicator(t0, t1) { + var _ = this; + _.__RenderViewportBoundsReplicator_viewportOuterConstraints_A = $; + _.RenderObjectWithChildMixin__child = t0; + _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; + _._computingThisDryLayout = false; + _._cachedBaselines = _._box$_size = null; + _._debugActivePointers = 0; + _._object$_debugDisposed = false; + _.parentData = null; + _._depth = 0; + _.debugCreator = _._object$_parent = null; + _._debugDoingThisLayout = _._debugDoingThisResize = false; + _._debugCanParentUseSize = null; + _._debugMutationsLocked = false; + _._owner = null; + _._needsLayout = true; + _._relayoutBoundary = null; + _._doingThisLayoutWithCallback = false; + _._constraints = null; + _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t1; + _._needsCompositingBitsUpdate = false; + _.__RenderObject__needsCompositing_A = $; + _._needsPaint = true; + _._needsCompositedLayerUpdate = false; + _._cachedSemanticsConfiguration = null; + _._needsSemanticsUpdate = true; + _._semantics = null; + }, + AndroidEditingOverlayControls: function AndroidEditingOverlayControls(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.editingController = t0; _.textScrollController = t1; _.textFieldKey = t2; _.textContentLayerLink = t3; _.textContentKey = t4; - _.handleColor = t5; - _.showDebugPaint = t6; - _.popoverToolbarBuilder = t7; - _.key = t8; + _.tapRegionGroupId = t5; + _.handleColor = t6; + _.showDebugPaint = t7; + _.popoverToolbarBuilder = t8; + _.key = t9; }, _AndroidEditingOverlayControlsState: function _AndroidEditingOverlayControlsState(t0, t1, t2, t3) { var _ = this; - _.__editing_controls0$_collapsedHandleKey = t0; + _._collapsedHandleKey = t0; _.__editing_controls0$_upstreamHandleKey = t1; _.__editing_controls0$_downstreamHandleKey = t2; _.__editing_controls0$_isDraggingExtent = _.__editing_controls0$_isDraggingBase = _._isDraggingCollapsed = false; - _._widget = _._touchHandleOffsetFromLineOfText = _.__editing_controls0$_localDragOffset = _.__editing_controls0$_globalDragOffset = null; + _._widget = _._collapsedHandleOffset = _._touchHandleOffsetFromLineOfText = _.__editing_controls0$_localDragOffset = _.__editing_controls0$_globalDragOffset = null; _._debugLifecycleState = t3; _._framework$_element = null; }, - _AndroidEditingOverlayControlsState_didChangeMetrics_closure: function _AndroidEditingOverlayControlsState_didChangeMetrics_closure(t0) { + _AndroidEditingOverlayControlsState_initState_closure: function _AndroidEditingOverlayControlsState_initState_closure(t0) { this.$this = t0; }, - _AndroidEditingOverlayControlsState_didChangeMetrics__closure: function _AndroidEditingOverlayControlsState_didChangeMetrics__closure() { + _AndroidEditingOverlayControlsState_didUpdateWidget_closure: function _AndroidEditingOverlayControlsState_didUpdateWidget_closure(t0) { + this.$this = t0; }, _AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure: function _AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure(t0) { this.$this = t0; }, - _AndroidEditingOverlayControlsState__rebuildOnNextFrame__closure: function _AndroidEditingOverlayControlsState__rebuildOnNextFrame__closure() { - }, _AndroidEditingOverlayControlsState__onCollapsedPanStart_closure: function _AndroidEditingOverlayControlsState__onCollapsedPanStart_closure(t0, t1) { this.$this = t0; this.details = t1; @@ -143434,12 +147047,14 @@ _AndroidEditingOverlayControlsState__onHandleDragEnd_closure: function _AndroidEditingOverlayControlsState__onHandleDragEnd_closure(t0) { this.$this = t0; }, - _AndroidEditingOverlayControlsState_build_closure: function _AndroidEditingOverlayControlsState_build_closure(t0) { + _AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure: function _AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure(t0) { this.$this = t0; }, - _AndroidEditingOverlayControlsState_build__closure: function _AndroidEditingOverlayControlsState_build__closure() { + _AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure0: function _AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure0(t0, t1) { + this.$this = t0; + this.offset = t1; }, - _AndroidEditingOverlayControlsState_build_closure0: function _AndroidEditingOverlayControlsState_build_closure0(t0) { + _AndroidEditingOverlayControlsState_build_closure: function _AndroidEditingOverlayControlsState_build_closure(t0) { this.$this = t0; }, _AndroidEditingOverlayControlsState__buildToolbar_closure: function _AndroidEditingOverlayControlsState__buildToolbar_closure(t0, t1, t2) { @@ -143447,11 +147062,6 @@ this.$this = t1; this.textFieldGlobalOffset = t2; }, - _AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure: function _AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure(t0) { - this.$this = t0; - }, - _AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure: function _AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure() { - }, AndroidEditingOverlayController: function AndroidEditingOverlayController(t0, t1, t2) { var _ = this; _._isToolbarVisible = false; @@ -143459,7 +147069,7 @@ _.__editing_controls0$_magnifierFocalPoint = t1; _._areHandlesVisible = _.__editing_controls0$_isMagnifierVisible = false; _._handleAutoHideTimer = null; - _.__editing_controls0$_isCollapsedHandleAutoHidden = false; + _._isCollapsedHandleAutoHidden = false; _.ChangeNotifier__count = 0; _.ChangeNotifier__listeners = t2; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; @@ -143523,30 +147133,40 @@ this.$this = t0; this.gestureSettings = t1; }, + AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure3: function AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure3() { + }, + AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure4: function AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure4(t0, t1) { + this.$this = t0; + this.gestureSettings = t1; + }, _AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin: function _AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin() { }, _defaultAndroidToolbarBuilder(context, controller, config) { - return new A.AndroidTextEditingFloatingToolbar(new A._defaultAndroidToolbarBuilder_closure(controller), new A._defaultAndroidToolbarBuilder_closure0(controller), new A._defaultAndroidToolbarBuilder_closure1(controller), new A._defaultAndroidToolbarBuilder_closure2(controller), null); + return new A.AndroidTextEditingFloatingToolbar(null, new A._defaultAndroidToolbarBuilder_closure(controller), new A._defaultAndroidToolbarBuilder_closure0(controller), new A._defaultAndroidToolbarBuilder_closure1(controller), new A._defaultAndroidToolbarBuilder_closure2(controller), null); }, - SuperAndroidTextField: function SuperAndroidTextField(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + SuperAndroidTextField: function SuperAndroidTextField(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { var _ = this; _.focusNode = t0; - _.textController = t1; - _.textAlign = t2; - _.textStyleBuilder = t3; - _.hintBehavior = t4; - _.hintBuilder = t5; - _.caretStyle = t6; - _.selectionColor = t7; - _.handlesColor = t8; - _.minLines = t9; - _.maxLines = t10; - _.lineHeight = t11; - _.textInputAction = t12; - _.padding = t13; - _.key = t14; + _.tapRegionGroupId = t1; + _.textController = t2; + _.textAlign = t3; + _.textStyleBuilder = t4; + _.hintBehavior = t5; + _.hintBuilder = t6; + _.caretStyle = t7; + _.blinkTimingMode = t8; + _.selectionColor = t9; + _.handlesColor = t10; + _.minLines = t11; + _.maxLines = t12; + _.lineHeight = t13; + _.textInputAction = t14; + _.imeConfiguration = t15; + _.showComposingUnderline = t16; + _.padding = t17; + _.key = t18; }, - SuperAndroidTextFieldState: function SuperAndroidTextFieldState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + SuperAndroidTextFieldState: function SuperAndroidTextFieldState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) { var _ = this; _._android_textfield$_textFieldKey = t0; _._android_textfield$_textFieldLayerLink = t1; @@ -143554,13 +147174,14 @@ _._android_textfield$_scrollKey = t3; _._android_textfield$_textContentKey = t4; _.__SuperAndroidTextFieldState__textEditingController_A = _.__SuperAndroidTextFieldState__focusNode_A = $; - _._android_textfield$_magnifierLayerLink = t5; + _._magnifierLayerLink = t5; _.__SuperAndroidTextFieldState__textScrollController_A = _.__SuperAndroidTextFieldState__editingOverlayController_A = $; - _._android_textfield$_controlsOverlayEntry = null; - _.TickerProviderStateMixin__tickers = t6; - _.TickerProviderStateMixin__tickerModeNotifier = t7; + _._android_textfield$_popoverController = t6; + _._android_textfield$_popoverRebuildSignal = t7; + _.TickerProviderStateMixin__tickers = t8; + _.TickerProviderStateMixin__tickerModeNotifier = t9; _._widget = null; - _._debugLifecycleState = t8; + _._debugLifecycleState = t10; _._framework$_element = null; }, SuperAndroidTextFieldState_initState_closure: function SuperAndroidTextFieldState_initState_closure(t0) { @@ -143578,10 +147199,16 @@ SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0: function SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0(t0) { this.$this = t0; }, - SuperAndroidTextFieldState__showEditingControlsOverlay_closure: function SuperAndroidTextFieldState__showEditingControlsOverlay_closure(t0) { + SuperAndroidTextFieldState__buildTextField_closure: function SuperAndroidTextFieldState__buildTextField_closure(t0) { this.$this = t0; }, - SuperAndroidTextFieldState_build_closure: function SuperAndroidTextFieldState_build_closure(t0) { + SuperAndroidTextFieldState__buildSelectableText_closure0: function SuperAndroidTextFieldState__buildSelectableText_closure0(t0) { + this.$this = t0; + }, + SuperAndroidTextFieldState__buildSelectableText_closure: function SuperAndroidTextFieldState__buildSelectableText_closure(t0) { + this.$this = t0; + }, + SuperAndroidTextFieldState__buildPopoverToolbar_closure: function SuperAndroidTextFieldState__buildPopoverToolbar_closure(t0) { this.$this = t0; }, _defaultAndroidToolbarBuilder_closure: function _defaultAndroidToolbarBuilder_closure(t0) { @@ -143600,42 +147227,112 @@ }, _SuperAndroidTextFieldState_State_TickerProviderStateMixin_WidgetsBindingObserver: function _SuperAndroidTextFieldState_State_TickerProviderStateMixin_WidgetsBindingObserver() { }, - DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed(controller, keyEvent, textLayout) { - var t1; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent)) - return B.TextFieldKeyboardHandlerResult_2; + DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed(keyEvent, textFieldContext) { + var t1, t2; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1) + return B.TextFieldKeyboardHandlerResult_3; if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_99)) - return B.TextFieldKeyboardHandlerResult_2; - t1 = controller._realController; + return B.TextFieldKeyboardHandlerResult_3; + t1 = textFieldContext.controller._realController; if (t1.get$selection().extentOffset === -1) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; t1.copySelectedTextToClipboard$0(); return B.TextFieldKeyboardHandlerResult_0; }, - DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed(controller, keyEvent, textLayout) { + DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed(keyEvent, textFieldContext) { var t1, t2; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent)) - return B.TextFieldKeyboardHandlerResult_2; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1) + return B.TextFieldKeyboardHandlerResult_3; if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_118)) - return B.TextFieldKeyboardHandlerResult_2; - t1 = controller._realController; + return B.TextFieldKeyboardHandlerResult_3; + t1 = textFieldContext.controller._realController; if (t1.get$selection().extentOffset === -1) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; t2 = t1.get$selection(); if (t2.start !== t2.end) t1.deleteSelectedText$0(); t1.pasteClipboard$0(); return B.TextFieldKeyboardHandlerResult_0; }, - DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed(controller, keyEvent, textLayout) { - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent)) - return B.TextFieldKeyboardHandlerResult_2; + DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed(keyEvent, textFieldContext) { + var t1, t2; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1) + return B.TextFieldKeyboardHandlerResult_3; if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_97)) - return B.TextFieldKeyboardHandlerResult_2; - controller._realController.selectAll$0(); + return B.TextFieldKeyboardHandlerResult_3; + textFieldContext.controller._realController.selectAll$0(); return B.TextFieldKeyboardHandlerResult_0; }, - DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd(controller, keyEvent, textLayout) { + DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd(keyEvent, textFieldContext) { var moveLeft, t1 = $.$get$RawKeyboard_instance()._keysPressed, t2 = t1.get$values(t1); @@ -143645,114 +147342,120 @@ } else t1 = true; if (!t1) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; if (A.defaultTargetPlatform() !== B.TargetPlatform_4) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; t1 = keyEvent.data; if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_97) && !t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_101)) - return B.TextFieldKeyboardHandlerResult_2; - if (controller._realController.get$selection().extentOffset === -1) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; + t2 = textFieldContext.controller; + if (t2._realController.get$selection().extentOffset === -1) + return B.TextFieldKeyboardHandlerResult_3; if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_97)) moveLeft = true; else { t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_101); moveLeft = false; } - controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(false, moveLeft, B.MovementModifier_line, textLayout); + t2.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(false, moveLeft, B.MovementModifier_line, textFieldContext.getTextLayout.call$0()); return B.TextFieldKeyboardHandlerResult_0; }, - DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys(controller, keyEvent, textLayout) { - var t2, t3, t4, movementModifier, _null = null, + DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys(keyEvent, textFieldContext) { + var t2, t3, t4, t5, movementModifier, _null = null, t1 = keyEvent.data; if (!B.JSArray_methods.contains$1(B.List_Vau, t1.get$logicalKey())) - return B.TextFieldKeyboardHandlerResult_2; - t2 = controller._realController; - if (t2.get$selection().extentOffset === -1) + return B.TextFieldKeyboardHandlerResult_3; + t2 = textFieldContext.controller; + t3 = t2._realController; + t4 = t3.get$composingRegion().get$isValid(); + if (t4) + return B.TextFieldKeyboardHandlerResult_1; + if (t3.get$selection().extentOffset === -1) return B.TextFieldKeyboardHandlerResult_0; if (A.defaultTargetPlatform() === B.TargetPlatform_5) { - t3 = $.$get$RawKeyboard_instance()._keysPressed; - t4 = t3.get$values(t3); - if (!A.LinkedHashSet_LinkedHashSet$of(t4, A._instanceType(t4)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { - t3 = t3.get$values(t3); - t3 = A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + t4 = $.$get$RawKeyboard_instance()._keysPressed; + t5 = t4.get$values(t4); + if (!A.LinkedHashSet_LinkedHashSet$of(t5, A._instanceType(t5)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t4 = t4.get$values(t4); + t4 = A.LinkedHashSet_LinkedHashSet$of(t4, A._instanceType(t4)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); } else - t3 = true; + t4 = true; } else - t3 = false; - if (t3) - return B.TextFieldKeyboardHandlerResult_2; + t4 = false; + if (t4) + return B.TextFieldKeyboardHandlerResult_3; if (A.defaultTargetPlatform() === B.TargetPlatform_3) { + t4 = $.$get$RawKeyboard_instance()._keysPressed; + t5 = t4.get$values(t4); + if (!A.LinkedHashSet_LinkedHashSet$of(t5, A._instanceType(t5)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t4 = t4.get$values(t4); + t4 = A.LinkedHashSet_LinkedHashSet$of(t4, A._instanceType(t4)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t4 = true; + if (t4) + t4 = t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968068) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968065); + else + t4 = false; + } else + t4 = false; + if (t4) + return B.TextFieldKeyboardHandlerResult_3; + if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066)) { + $.$get$_log0().log$4(B.Level_FINER_400, "moveUpDownLeftAndRightWithArrowKeys - handling left arrow key", _null, _null); + if (A.defaultTargetPlatform() === B.TargetPlatform_5 || A.defaultTargetPlatform() === B.TargetPlatform_3) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + if (t1) + movementModifier = B.MovementModifier_word; + else { + if (A.defaultTargetPlatform() === B.TargetPlatform_4) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (t1) + movementModifier = B.MovementModifier_line; + else { + if (A.defaultTargetPlatform() === B.TargetPlatform_4) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t1 = true; + } else + t1 = false; + movementModifier = t1 ? B.MovementModifier_word : _null; + } + } + t1 = textFieldContext.getTextLayout.call$0(); t3 = $.$get$RawKeyboard_instance()._keysPressed; t4 = t3.get$values(t3); - if (!A.LinkedHashSet_LinkedHashSet$of(t4, A._instanceType(t4)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + if (!A.LinkedHashSet_LinkedHashSet$of(t4, A._instanceType(t4)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { t3 = t3.get$values(t3); - t3 = A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + t3 = A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); } else t3 = true; - if (t3) - t3 = t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968068) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968065); - else - t3 = false; - } else - t3 = false; - if (t3) - return B.TextFieldKeyboardHandlerResult_2; - if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066)) { - $.$get$_log4().log$4(B.Level_FINER_400, "moveUpDownLeftAndRightWithArrowKeys - handling left arrow key", _null, _null); - if (A.defaultTargetPlatform() === B.TargetPlatform_5 || A.defaultTargetPlatform() === B.TargetPlatform_3) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); - } else - t1 = true; - } else - t1 = false; - if (t1) - movementModifier = B.MovementModifier_word; - else { - if (A.defaultTargetPlatform() === B.TargetPlatform_4) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); - } else - t1 = true; - } else - t1 = false; - if (t1) - movementModifier = B.MovementModifier_line; - else { - if (A.defaultTargetPlatform() === B.TargetPlatform_4) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); - } else - t1 = true; - } else - t1 = false; - movementModifier = t1 ? B.MovementModifier_word : _null; - } - } - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); - } else - t1 = true; - controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(t1, true, movementModifier, textLayout); + t2.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(t3, true, movementModifier, t1); } else if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968067)) { - $.$get$_log4().log$4(B.Level_FINER_400, "moveUpDownLeftAndRightWithArrowKeys - handling right arrow key", _null, _null); + $.$get$_log0().log$4(B.Level_FINER_400, "moveUpDownLeftAndRightWithArrowKeys - handling right arrow key", _null, _null); if (A.defaultTargetPlatform() === B.TargetPlatform_5 || A.defaultTargetPlatform() === B.TargetPlatform_3) { t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { t1 = t1.get$values(t1); t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); } else @@ -143764,8 +147467,8 @@ else { if (A.defaultTargetPlatform() === B.TargetPlatform_4) { t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { t1 = t1.get$values(t1); t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); } else @@ -143777,8 +147480,8 @@ else { if (A.defaultTargetPlatform() === B.TargetPlatform_4) { t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { t1 = t1.get$values(t1); t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); } else @@ -143788,72 +147491,77 @@ movementModifier = t1 ? B.MovementModifier_word : _null; } } - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + t1 = textFieldContext.getTextLayout.call$0(); + t3 = $.$get$RawKeyboard_instance()._keysPressed; + t4 = t3.get$values(t3); + if (!A.LinkedHashSet_LinkedHashSet$of(t4, A._instanceType(t4)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t3 = t3.get$values(t3); + t3 = A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); } else - t1 = true; - controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(t1, false, movementModifier, textLayout); + t3 = true; + t2.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(t3, false, movementModifier, t1); } else if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968068)) { - $.$get$_log4().log$4(B.Level_FINER_400, "moveUpDownLeftAndRightWithArrowKeys - handling up arrow key", _null, _null); - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t3 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + $.$get$_log0().log$4(B.Level_FINER_400, "moveUpDownLeftAndRightWithArrowKeys - handling up arrow key", _null, _null); + t1 = textFieldContext.getTextLayout.call$0(); + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t4 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t4, A._instanceType(t4)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); } else - t1 = true; - t2.moveCaretVertically$3$expandSelection$moveUp$textLayout(t1, true, textLayout); + t2 = true; + t3.moveCaretVertically$3$expandSelection$moveUp$textLayout(t2, true, t1); } else if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968065)) { - $.$get$_log4().log$4(B.Level_FINER_400, "moveUpDownLeftAndRightWithArrowKeys - handling down arrow key", _null, _null); - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t3 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + $.$get$_log0().log$4(B.Level_FINER_400, "moveUpDownLeftAndRightWithArrowKeys - handling down arrow key", _null, _null); + t1 = textFieldContext.getTextLayout.call$0(); + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t4 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t4, A._instanceType(t4)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); } else - t1 = true; - t2.moveCaretVertically$3$expandSelection$moveUp$textLayout(t1, false, textLayout); + t2 = true; + t3.moveCaretVertically$3$expandSelection$moveUp$textLayout(t2, false, t1); } return B.TextFieldKeyboardHandlerResult_0; }, - DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome(controller, keyEvent, textLayout) { - var t1, t2; + DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome(keyEvent, textFieldContext) { + var t1, t2, t3; if (A.defaultTargetPlatform() !== B.TargetPlatform_5 && A.defaultTargetPlatform() !== B.TargetPlatform_3) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; if (keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968070)) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + t1 = textFieldContext.getTextLayout.call$0(); + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); } else - t1 = true; - controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(t1, true, B.MovementModifier_line, textLayout); + t2 = true; + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(t2, true, B.MovementModifier_line, t1); return B.TextFieldKeyboardHandlerResult_0; } - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; }, - DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd(controller, keyEvent, textLayout) { - var t1, t2; + DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd(keyEvent, textFieldContext) { + var t1, t2, t3; if (A.defaultTargetPlatform() !== B.TargetPlatform_5 && A.defaultTargetPlatform() !== B.TargetPlatform_3) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; if (keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968069)) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + t1 = textFieldContext.getTextLayout.call$0(); + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); } else - t1 = true; - controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(t1, false, B.MovementModifier_line, textLayout); + t2 = true; + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(t2, false, B.MovementModifier_line, t1); return B.TextFieldKeyboardHandlerResult_0; } - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; }, - DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed(controller, keyEvent, textLayout) { + DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed(keyEvent, textFieldContext) { var t1 = $.$get$RawKeyboard_instance()._keysPressed, t2 = t1.get$values(t1); if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { @@ -143871,45 +147579,69 @@ } else t1 = true; if (t1) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; t1 = keyEvent.character; if (t1 == null || t1 === "") - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; t1.toString; if (A.LogicalKeyboardKey_isControlCharacter(t1)) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; if (A.isKeyEventCharacterBlacklisted(t1)) - return B.TextFieldKeyboardHandlerResult_2; - controller._realController.insertCharacter$1(t1); + return B.TextFieldKeyboardHandlerResult_3; + textFieldContext.controller._realController.insertCharacter$1(t1); return B.TextFieldKeyboardHandlerResult_0; }, - DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed(controller, keyEvent, textLayout) { + DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed(keyEvent, textFieldContext) { var t1, t2; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) - return B.TextFieldKeyboardHandlerResult_2; - t1 = controller._realController; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) + return B.TextFieldKeyboardHandlerResult_3; + t1 = textFieldContext.controller._realController; if (t1.get$selection().extentOffset < 0) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; t2 = t1.get$selection(); if (t2.start !== t2.end) { t1.deleteSelection$1$newComposingRegion(null); return B.TextFieldKeyboardHandlerResult_0; } - if (textLayout.getPositionAtStartOfLine$1(t1.get$selection().get$extent()).offset === t1.get$selection().extentOffset) + t2 = textFieldContext.getTextLayout; + if (t2.call$0().getPositionAtStartOfLine$1(t1.get$selection().get$extent()).offset === t1.get$selection().extentOffset) return B.TextFieldKeyboardHandlerResult_0; - t1.deleteTextOnLineBeforeCaret$1$textLayout(textLayout); + t1.deleteTextOnLineBeforeCaret$1$textLayout(t2.call$0()); return B.TextFieldKeyboardHandlerResult_0; }, - DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed(controller, keyEvent, textLayout) { + DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed(keyEvent, textFieldContext, textLayout) { var t2, t1 = keyEvent.data, isBackspace = t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304), isDelete = t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967423); if (!isBackspace && !isDelete) - return B.TextFieldKeyboardHandlerResult_2; - t1 = controller._realController; + return B.TextFieldKeyboardHandlerResult_3; + t1 = textFieldContext.controller._realController; if (t1.get$selection().extentOffset < 0) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; t2 = t1.get$selection(); if (t2.start === t2.end) t1.deleteCharacter$1(isBackspace ? B.TextAffinity_0 : B.TextAffinity_1); @@ -143917,10 +147649,10 @@ t1.deleteSelectedText$0(); return B.TextFieldKeyboardHandlerResult_0; }, - DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac(controller, keyEvent, textLayout) { + DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac(keyEvent, textFieldContext) { var t1, t2; if (A.defaultTargetPlatform() !== B.TargetPlatform_4) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; if (keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) { t1 = $.$get$RawKeyboard_instance()._keysPressed; t2 = t1.get$values(t1); @@ -143933,16 +147665,17 @@ } else t1 = true; if (t1) - return B.TextFieldKeyboardHandlerResult_2; - if (controller._realController.get$selection().extentOffset < 0) - return B.TextFieldKeyboardHandlerResult_2; - A.DefaultSuperTextFieldKeyboardHandlers__deleteUpstreamWord(controller, textLayout); + return B.TextFieldKeyboardHandlerResult_3; + t1 = textFieldContext.controller; + if (t1._realController.get$selection().extentOffset < 0) + return B.TextFieldKeyboardHandlerResult_3; + A.DefaultSuperTextFieldKeyboardHandlers__deleteUpstreamWord(t1, textFieldContext.getTextLayout.call$0()); return B.TextFieldKeyboardHandlerResult_0; }, - DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux(controller, keyEvent, textLayout) { + DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux(keyEvent, textFieldContext) { var t1, t2; if (A.defaultTargetPlatform() !== B.TargetPlatform_5 && A.defaultTargetPlatform() !== B.TargetPlatform_3) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; if (keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) { t1 = $.$get$RawKeyboard_instance()._keysPressed; t2 = t1.get$values(t1); @@ -143955,10 +147688,11 @@ } else t1 = true; if (t1) - return B.TextFieldKeyboardHandlerResult_2; - if (controller._realController.get$selection().extentOffset < 0) - return B.TextFieldKeyboardHandlerResult_2; - A.DefaultSuperTextFieldKeyboardHandlers__deleteUpstreamWord(controller, textLayout); + return B.TextFieldKeyboardHandlerResult_3; + t1 = textFieldContext.controller; + if (t1._realController.get$selection().extentOffset < 0) + return B.TextFieldKeyboardHandlerResult_3; + A.DefaultSuperTextFieldKeyboardHandlers__deleteUpstreamWord(t1, textFieldContext.getTextLayout.call$0()); return B.TextFieldKeyboardHandlerResult_0; }, DefaultSuperTextFieldKeyboardHandlers__deleteUpstreamWord(controller, textLayout) { @@ -143971,34 +147705,427 @@ controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(true, true, B.MovementModifier_word, textLayout); t1.deleteSelectedText$0(); }, - DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed(controller, keyEvent, textLayout) { + DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed(keyEvent, textFieldContext, textLayout) { var t2, t1 = keyEvent.data; if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967309) && !t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_8589935117)) - return B.TextFieldKeyboardHandlerResult_2; - t1 = controller._realController; + return B.TextFieldKeyboardHandlerResult_3; + t1 = textFieldContext.controller._realController; t2 = t1.get$selection(); if (t2.start !== t2.end) - return B.TextFieldKeyboardHandlerResult_2; + return B.TextFieldKeyboardHandlerResult_3; t1.insertNewline$0(); return B.TextFieldKeyboardHandlerResult_0; }, - SuperDesktopTextField: function SuperDesktopTextField(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) { + DefaultSuperTextFieldKeyboardHandlers_sendKeyEventToMacOs(keyEvent, textFieldContext) { + A.defaultTargetPlatform() === B.TargetPlatform_4; + return B.TextFieldKeyboardHandlerResult_3; + }, + DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp(keyEvent, textFieldContext) { + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968072)) + return B.TextFieldKeyboardHandlerResult_3; + return A._scrollPageUp(textFieldContext) ? B.TextFieldKeyboardHandlerResult_0 : B.TextFieldKeyboardHandlerResult_3; + }, + DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown(keyEvent, textFieldContext) { + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968071)) + return B.TextFieldKeyboardHandlerResult_3; + return A._scrollPageDown(textFieldContext) ? B.TextFieldKeyboardHandlerResult_0 : B.TextFieldKeyboardHandlerResult_3; + }, + DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome(keyEvent, textFieldContext) { + var t1, t2; + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968070)) + return B.TextFieldKeyboardHandlerResult_3; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + t1 = !t1; + } else + t1 = false; + if (t1) + return B.TextFieldKeyboardHandlerResult_3; + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + t1 = !t1; + } else + t1 = false; + if (t1) + return B.TextFieldKeyboardHandlerResult_3; + return A._scrollToBeginningOfDocument(textFieldContext) ? B.TextFieldKeyboardHandlerResult_0 : B.TextFieldKeyboardHandlerResult_3; + }, + DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd(keyEvent, textFieldContext) { + var t1, t2; + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968069)) + return B.TextFieldKeyboardHandlerResult_3; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + t1 = !t1; + } else + t1 = false; + if (t1) + return B.TextFieldKeyboardHandlerResult_3; + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + t1 = !t1; + } else + t1 = false; + if (t1) + return B.TextFieldKeyboardHandlerResult_3; + return A._scrollToEndOfDocument(textFieldContext) ? B.TextFieldKeyboardHandlerResult_0 : B.TextFieldKeyboardHandlerResult_3; + }, + DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb(keyEvent, textFieldContext) { + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968070)) + return B.TextFieldKeyboardHandlerResult_3; + A.defaultTargetPlatform() !== B.TargetPlatform_4; + return A._scrollToBeginningOfDocument(textFieldContext) ? B.TextFieldKeyboardHandlerResult_0 : B.TextFieldKeyboardHandlerResult_3; + }, + DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb(keyEvent, textFieldContext) { + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968069)) + return B.TextFieldKeyboardHandlerResult_3; + A.defaultTargetPlatform() !== B.TargetPlatform_4; + return A._scrollToEndOfDocument(textFieldContext) ? B.TextFieldKeyboardHandlerResult_0 : B.TextFieldKeyboardHandlerResult_3; + }, + DefaultSuperTextFieldKeyboardHandlers_blockControlKeys(keyEvent, textFieldContext) { + var t1 = keyEvent.data; + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967323)) + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968072)) + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968071)) + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968070)) + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968069)) + t1 = t1.get$logicalKey().keyId >= 4294969345 && t1.get$logicalKey().keyId <= 4294969367; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + if (t1) + return B.TextFieldKeyboardHandlerResult_1; + return B.TextFieldKeyboardHandlerResult_3; + }, + _giveUpFocus(textFieldContext) { + textFieldContext.focusNode.unfocus$0(); + }, + _moveFocusNext(textFieldContext) { + var t1 = textFieldContext.focusNode, + t2 = t1._context; + t2.toString; + A.FocusTraversalGroup_maybeOf(t2)._moveFocus$2$forward(t1, true); + }, + _moveCaretUpstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(false, true, null, textFieldContext.getTextLayout.call$0()); + }, + _moveCaretDownstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(false, false, null, textFieldContext.getTextLayout.call$0()); + }, + _moveCaretUp(textFieldContext) { + textFieldContext.controller._realController.moveCaretVertically$3$expandSelection$moveUp$textLayout(false, true, textFieldContext.getTextLayout.call$0()); + }, + _moveCaretDown(textFieldContext) { + textFieldContext.controller._realController.moveCaretVertically$3$expandSelection$moveUp$textLayout(false, false, textFieldContext.getTextLayout.call$0()); + }, + _moveWordUpstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(false, true, B.MovementModifier_word, textFieldContext.getTextLayout.call$0()); + }, + _moveWordDownstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(false, false, B.MovementModifier_word, textFieldContext.getTextLayout.call$0()); + }, + _moveLineBeginning(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(false, true, B.MovementModifier_line, textFieldContext.getTextLayout.call$0()); + }, + _moveLineEnd(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(false, false, B.MovementModifier_line, textFieldContext.getTextLayout.call$0()); + }, + _expandSelectionUpstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(true, true, null, textFieldContext.getTextLayout.call$0()); + }, + _expandSelectionDownstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(true, false, null, textFieldContext.getTextLayout.call$0()); + }, + _expandSelectionLineUp(textFieldContext) { + textFieldContext.controller._realController.moveCaretVertically$3$expandSelection$moveUp$textLayout(true, true, textFieldContext.getTextLayout.call$0()); + }, + _expandSelectionLineDown(textFieldContext) { + textFieldContext.controller._realController.moveCaretVertically$3$expandSelection$moveUp$textLayout(true, false, textFieldContext.getTextLayout.call$0()); + }, + _expandSelectionWordUpstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(true, true, B.MovementModifier_word, textFieldContext.getTextLayout.call$0()); + }, + _expandSelectionWordDownstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(true, false, B.MovementModifier_word, textFieldContext.getTextLayout.call$0()); + }, + _expandSelectionLineUpstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(true, true, B.MovementModifier_line, textFieldContext.getTextLayout.call$0()); + }, + _expandSelectionLineDownstream(textFieldContext) { + textFieldContext.controller.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(true, false, B.MovementModifier_line, textFieldContext.getTextLayout.call$0()); + }, + _deleteUpstream(textFieldContext) { + var t1 = textFieldContext.controller._realController, + t2 = t1.get$selection(); + if (t2.start === t2.end) + t1.deleteCharacter$1(B.TextAffinity_0); + else + t1.deleteSelectedText$0(); + }, + _deleteDownstream(textFieldContext) { + var t1 = textFieldContext.controller._realController, + t2 = t1.get$selection(); + if (t2.start === t2.end) + t1.deleteCharacter$1(B.TextAffinity_1); + else + t1.deleteSelectedText$0(); + }, + _deleteWordUpstream(textFieldContext) { + var t1 = textFieldContext.controller, + t2 = t1._realController, + t3 = t2.get$selection(); + if (t3.start !== t3.end) { + t2.deleteSelectedText$0(); + return; + } + t1.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(true, true, B.MovementModifier_word, textFieldContext.getTextLayout.call$0()); + t2.deleteSelectedText$0(); + }, + _deleteWordDownstream(textFieldContext) { + var t1 = textFieldContext.controller, + t2 = t1._realController, + t3 = t2.get$selection(); + if (t3.start !== t3.end) { + t2.deleteSelectedText$0(); + return; + } + t1.moveCaretHorizontally$4$expandSelection$moveLeft$movementModifier$textLayout(true, false, B.MovementModifier_word, textFieldContext.getTextLayout.call$0()); + t2.deleteSelectedText$0(); + }, + _deleteToBeginningOfLine(textFieldContext) { + var t1 = textFieldContext.controller._realController, + t2 = t1.get$selection(); + if (t2.start !== t2.end) { + t1.deleteSelection$1$newComposingRegion(null); + return; + } + t2 = textFieldContext.getTextLayout; + if (t2.call$0().getPositionAtStartOfLine$1(t1.get$selection().get$extent()).offset === t1.get$selection().extentOffset) + return; + t1.deleteTextOnLineBeforeCaret$1$textLayout(t2.call$0()); + }, + _deleteToEndOfLine(textFieldContext) { + var endOfLinePosition, + t1 = textFieldContext.controller, + t2 = t1._realController, + t3 = t2.get$selection(); + if (t3.start !== t3.end) { + t2.deleteSelection$1$newComposingRegion(null); + return; + } + t3 = textFieldContext.getTextLayout; + if (t3.call$0().getPositionAtEndOfLine$1(t2.get$selection().get$extent()).offset === t2.get$selection().extentOffset) + return; + endOfLinePosition = t3.call$0().getPositionAtEndOfLine$1(t1.get$selection().get$extent()); + t1.set$selection(A.TextSelection$(B.TextAffinity_1, t1.get$selection().extentOffset, endOfLinePosition.offset, false)); + t2 = t1.get$selection(); + if (t2.start !== t2.end) + t1.deleteSelectedText$0(); + }, + _scrollToBeginningOfDocument(textFieldContext) { + var ancestorScrollable, + textFieldScroller = textFieldContext.scroller, + t1 = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(textFieldContext.textFieldBuildContext); + if (t1 == null) + ancestorScrollable = null; + else { + t1 = t1._scrollable$_position; + t1.toString; + ancestorScrollable = t1; + } + t1 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._maxScrollExtent; + t1.toString; + if (t1 === 0 && ancestorScrollable == null) + return false; + t1 = textFieldScroller._text_field_scroller$_scrollController; + t1 = t1.get$position(t1)._pixels; + t1.toString; + if (t1 > 0) { + t1 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._minScrollExtent; + t1.toString; + textFieldScroller._text_field_scroller$_scrollController.animateTo$3$curve$duration(t1, B.C__DecelerateCurve, B.Duration_150000); + return true; + } + if (ancestorScrollable == null) + return false; + t1 = ancestorScrollable._minScrollExtent; + t1.toString; + ancestorScrollable.animateTo$3$curve$duration(t1, B.C__DecelerateCurve, B.Duration_150000); + return true; + }, + _scrollToEndOfDocument(textFieldContext) { + var ancestorScrollable, t2, + textFieldScroller = textFieldContext.scroller, + t1 = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(textFieldContext.textFieldBuildContext); + if (t1 == null) + ancestorScrollable = null; + else { + t1 = t1._scrollable$_position; + t1.toString; + ancestorScrollable = t1; + } + t1 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._maxScrollExtent; + t1.toString; + if (t1 === 0 && ancestorScrollable == null) + return false; + t1 = textFieldScroller._text_field_scroller$_scrollController; + t1 = t1.get$position(t1)._pixels; + t1.toString; + t2 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._maxScrollExtent; + t2.toString; + if (t1 < t2) { + t1 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._maxScrollExtent; + t1.toString; + textFieldScroller._text_field_scroller$_scrollController.animateTo$3$curve$duration(t1, B.C__DecelerateCurve, B.Duration_150000); + return true; + } + if (ancestorScrollable == null) + return false; + t1 = ancestorScrollable._maxScrollExtent; + t1.toString; + if (!isFinite(t1)) + return false; + ancestorScrollable.animateTo$3$curve$duration(t1, B.C__DecelerateCurve, B.Duration_150000); + return true; + }, + _scrollPageUp(textFieldContext) { + var ancestorScrollable, t2, t3, + textFieldScroller = textFieldContext.scroller, + t1 = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(textFieldContext.textFieldBuildContext); + if (t1 == null) + ancestorScrollable = null; + else { + t1 = t1._scrollable$_position; + t1.toString; + ancestorScrollable = t1; + } + t1 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._maxScrollExtent; + t1.toString; + if (t1 === 0 && ancestorScrollable == null) + return false; + t1 = textFieldScroller._text_field_scroller$_scrollController; + t1 = t1.get$position(t1)._pixels; + t1.toString; + if (t1 > 0) { + t1 = textFieldScroller._text_field_scroller$_scrollController; + t1 = t1.get$position(t1)._pixels; + t1.toString; + t2 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._viewportDimension; + t2.toString; + t3 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._minScrollExtent; + t3.toString; + t3 = Math.max(t1 - t2, t3); + textFieldScroller._text_field_scroller$_scrollController.animateTo$3$curve$duration(t3, B.C__DecelerateCurve, B.Duration_150000); + return true; + } + if (ancestorScrollable == null) + return false; + t1 = ancestorScrollable._pixels; + t1.toString; + t2 = ancestorScrollable._viewportDimension; + t2.toString; + t3 = ancestorScrollable._minScrollExtent; + t3.toString; + ancestorScrollable.animateTo$3$curve$duration(Math.max(t1 - t2, t3), B.C__DecelerateCurve, B.Duration_150000); + return true; + }, + _scrollPageDown(textFieldContext) { + var ancestorScrollable, t2, t3, + textFieldScroller = textFieldContext.scroller, + t1 = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(textFieldContext.textFieldBuildContext); + if (t1 == null) + ancestorScrollable = null; + else { + t1 = t1._scrollable$_position; + t1.toString; + ancestorScrollable = t1; + } + t1 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._maxScrollExtent; + t1.toString; + if (t1 === 0 && ancestorScrollable == null) + return false; + t1 = textFieldScroller._text_field_scroller$_scrollController; + t1 = t1.get$position(t1)._pixels; + t1.toString; + t2 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._maxScrollExtent; + t2.toString; + if (t1 < t2) { + t1 = textFieldScroller._text_field_scroller$_scrollController; + t1 = t1.get$position(t1)._pixels; + t1.toString; + t2 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._viewportDimension; + t2.toString; + t3 = B.JSArray_methods.get$single(textFieldScroller._text_field_scroller$_scrollController._positions)._maxScrollExtent; + t3.toString; + t3 = Math.min(t1 + t2, t3); + textFieldScroller._text_field_scroller$_scrollController.animateTo$3$curve$duration(t3, B.C__DecelerateCurve, B.Duration_150000); + return true; + } + if (ancestorScrollable == null) + return false; + t1 = ancestorScrollable._pixels; + t1.toString; + t2 = ancestorScrollable._viewportDimension; + t2.toString; + t3 = ancestorScrollable._maxScrollExtent; + t3.toString; + ancestorScrollable.animateTo$3$curve$duration(Math.min(t1 + t2, t3), B.C__DecelerateCurve, B.Duration_150000); + return true; + }, + SuperDesktopTextField: function SuperDesktopTextField(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) { var _ = this; _.focusNode = t0; - _.textController = t1; - _.textStyleBuilder = t2; - _.hintBehavior = t3; - _.hintBuilder = t4; - _.textAlign = t5; - _.selectionHighlightStyle = t6; - _.caretStyle = t7; - _.padding = t8; - _.minLines = t9; - _.maxLines = t10; - _.inputSource = t11; - _.keyboardHandlers = t12; - _.key = t13; + _.tapRegionGroupId = t1; + _.textController = t2; + _.textStyleBuilder = t3; + _.hintBehavior = t4; + _.hintBuilder = t5; + _.textAlign = t6; + _.selectionHighlightStyle = t7; + _.caretStyle = t8; + _.blinkTimingMode = t9; + _.padding = t10; + _.minLines = t11; + _.maxLines = t12; + _.inputSource = t13; + _.keyboardHandlers = t14; + _.selectorHandlers = t15; + _.textInputAction = t16; + _.imeConfiguration = t17; + _.showComposingUnderline = t18; + _.key = t19; }, SuperDesktopTextFieldState: function SuperDesktopTextFieldState(t0, t1, t2, t3) { var _ = this; @@ -144006,13 +148133,16 @@ _._textScrollKey = t1; _.__SuperDesktopTextFieldState__focusNode_A = $; _._desktop_textfield$_hasFocus = false; - _.__SuperDesktopTextFieldState__scrollController_A = _.__SuperDesktopTextFieldState__controller_A = $; - _._desktop_textfield$_viewportHeight = null; + _.__SuperDesktopTextFieldState__textFieldScroller_A = _.__SuperDesktopTextFieldState__scrollController_A = _.__SuperDesktopTextFieldState__controller_A = _.__SuperDesktopTextFieldState__textFieldContext_A = $; + _._viewportHeight = null; _._estimatedLineHeight = t2; _._widget = null; _._debugLifecycleState = t3; _._framework$_element = null; }, + SuperDesktopTextFieldState__createTextFieldContext_closure: function SuperDesktopTextFieldState__createTextFieldContext_closure(t0) { + this.$this = t0; + }, SuperDesktopTextFieldState__onSelectionOrContentChange_closure: function SuperDesktopTextFieldState__onSelectionOrContentChange_closure(t0) { this.$this = t0; }, @@ -144023,13 +148153,16 @@ SuperDesktopTextFieldState_build_closure: function SuperDesktopTextFieldState_build_closure(t0) { this.$this = t0; }, - SuperDesktopTextFieldState_build__closure: function SuperDesktopTextFieldState_build__closure(t0) { - this.$this = t0; - }, SuperDesktopTextFieldState_build_closure0: function SuperDesktopTextFieldState_build_closure0(t0, t1) { this.$this = t0; this.isMultiline = t1; }, + SuperDesktopTextFieldState__buildSelectableText_closure0: function SuperDesktopTextFieldState__buildSelectableText_closure0(t0) { + this.$this = t0; + }, + SuperDesktopTextFieldState__buildSelectableText_closure: function SuperDesktopTextFieldState__buildSelectableText_closure(t0) { + this.$this = t0; + }, SuperTextFieldGestureInteractor: function SuperTextFieldGestureInteractor(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; _.focusNode = t0; @@ -144043,8 +148176,8 @@ }, _SuperTextFieldGestureInteractorState: function _SuperTextFieldGestureInteractorState(t0, t1) { var _ = this; - _._desktop_textfield$_selectionType = t0; - _._widget = _._dragRectInViewport = _._dragEndInText = _._dragEndInViewport = _._dragStartInText = _._dragStartInViewport = null; + _._selectionType = t0; + _._widget = _._panGestureDevice = _._dragRectInViewport = _._dragEndInText = _._dragEndInViewport = _._dragStartInText = _._dragStartInViewport = null; _._debugLifecycleState = t1; _._framework$_element = null; }, @@ -144077,6 +148210,15 @@ _SuperTextFieldGestureInteractorState__clearSelection_closure: function _SuperTextFieldGestureInteractorState__clearSelection_closure(t0) { this.$this = t0; }, + _SuperTextFieldGestureInteractorState_build_closure4: function _SuperTextFieldGestureInteractorState_build_closure4(t0) { + this.$this = t0; + }, + _SuperTextFieldGestureInteractorState_build_closure3: function _SuperTextFieldGestureInteractorState_build_closure3(t0) { + this.$this = t0; + }, + _SuperTextFieldGestureInteractorState_build_closure5: function _SuperTextFieldGestureInteractorState_build_closure5(t0) { + this.$this = t0; + }, _SuperTextFieldGestureInteractorState_build_closure: function _SuperTextFieldGestureInteractorState_build_closure() { }, _SuperTextFieldGestureInteractorState_build_closure0: function _SuperTextFieldGestureInteractorState_build_closure0(t0, t1) { @@ -144089,32 +148231,40 @@ this.$this = t0; this.gestureSettings = t1; }, - SuperTextFieldKeyboardInteractor: function SuperTextFieldKeyboardInteractor(t0, t1, t2, t3, t4, t5) { + SuperTextFieldKeyboardInteractor: function SuperTextFieldKeyboardInteractor(t0, t1, t2, t3, t4) { var _ = this; _.focusNode = t0; - _.textController = t1; - _.textKey = t2; - _.keyboardActions = t3; - _.child = t4; - _.key = t5; + _.textFieldContext = t1; + _.keyboardActions = t2; + _.child = t3; + _.key = t4; }, _SuperTextFieldKeyboardInteractorState: function _SuperTextFieldKeyboardInteractorState(t0) { this._widget = null; this._debugLifecycleState = t0; this._framework$_element = null; }, - SuperTextFieldImeInteractor: function SuperTextFieldImeInteractor(t0, t1, t2, t3, t4) { + SuperTextFieldImeInteractor: function SuperTextFieldImeInteractor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _.focusNode = t0; - _.textController = t1; + _.textFieldContext = t1; _.isMultiline = t2; - _.child = t3; - _.key = t4; + _.textKey = t3; + _.selectorHandlers = t4; + _.textInputAction = t5; + _.imeConfiguration = t6; + _.textStyleBuilder = t7; + _.textAlign = t8; + _.textDirection = t9; + _.child = t10; + _.key = t11; }, _SuperTextFieldImeInteractorState: function _SuperTextFieldImeInteractorState(t0) { - this._widget = null; - this._debugLifecycleState = t0; - this._framework$_element = null; + var _ = this; + _.___SuperTextFieldImeInteractorState__textController_A = $; + _._widget = null; + _._debugLifecycleState = t0; + _._framework$_element = null; }, _SuperTextFieldImeInteractorState_initState_closure: function _SuperTextFieldImeInteractorState_initState_closure(t0) { this.$this = t0; @@ -144128,6 +148278,9 @@ _SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0: function _SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0(t0) { this.$this = t0; }, + _SuperTextFieldImeInteractorState__reportVisualInformationToIme_closure: function _SuperTextFieldImeInteractorState__reportVisualInformationToIme_closure(t0) { + this.$this = t0; + }, SuperTextFieldScrollview: function SuperTextFieldScrollview(t0, t1, t2, t3, t4, t5, t6, t7, t8) { var _ = this; _.textController = t0; @@ -144171,7 +148324,7 @@ _SuperTextFieldScrollviewState_State_SingleTickerProviderStateMixin: function _SuperTextFieldScrollviewState_State_SingleTickerProviderStateMixin() { }, AttributedTextEditingController$(composingRegion, selection, text) { - var t1 = A.AttributedText$(null, ""); + var t1 = A.AttributedText$(null, null); t1 = new A.AttributedTextEditingController(B.TextSelection_ke5, A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution), B.TextRange_m1_m1, t1, $.$get$ChangeNotifier__emptyListeners()); t1.AttributedTextEditingController$3$composingRegion$selection$text(composingRegion, selection, text); return t1; @@ -144195,7 +148348,7 @@ }, RenderFillWidthIfConstrained: function RenderFillWidthIfConstrained(t0, t1, t2) { var _ = this; - _._fill_width_if_constrained$_minWidth = t0; + _._minWidth = t0; _.RenderObjectWithChildMixin__child = t1; _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; _._computingThisDryLayout = false; @@ -144208,7 +148361,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -144244,6 +148397,9 @@ _.offset = t3; _.blurRadius = t4; }, + TextFieldScroller: function TextFieldScroller() { + this._text_field_scroller$_scrollController = null; + }, TextScrollView$(child, key, lineHeight, maxLines, minLines, padding, perLineAutoScrollDuration, showDebugPaint, textAlign, textEditingController, textKey, textScrollController) { return new A.TextScrollView(textScrollController, textKey, textEditingController, minLines, maxLines, lineHeight, perLineAutoScrollDuration, false, textAlign, padding, child, key); }, @@ -144271,24 +148427,12 @@ var _ = this; _._textFieldViewportKey = t0; _._text_scrollview$_scrollController = t1; - _._needViewportHeight = true; - _._viewportHeight = null; _.SingleTickerProviderStateMixin__ticker = t2; _.SingleTickerProviderStateMixin__tickerModeNotifier = t3; _._widget = null; _._debugLifecycleState = t4; _._framework$_element = null; }, - _TextScrollViewState__scheduleViewportHeightUpdateAndRebuild_closure: function _TextScrollViewState__scheduleViewportHeightUpdateAndRebuild_closure(t0) { - this.$this = t0; - }, - _TextScrollViewState__updateViewportHeightAndRebuild_closure: function _TextScrollViewState__updateViewportHeightAndRebuild_closure(t0) { - this.$this = t0; - }, - _TextScrollViewState__updateViewportHeightAndRebuild_closure0: function _TextScrollViewState__updateViewportHeightAndRebuild_closure0(t0, t1) { - this.$this = t0; - this.result = t1; - }, TextScrollController: function TextScrollController(t0, t1, t2) { var _ = this; _._text_scrollview$_textController = t0; @@ -144306,8 +148450,50 @@ this.index = t0; this._core$_name = t1; }, - _ViewportHeight: function _ViewportHeight(t0) { - this.value = t0; + _TextLinesLimiter: function _TextLinesLimiter(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _.textKey = t0; + _.minLines = t1; + _.maxLines = t2; + _.lineHeight = t3; + _.padding = t4; + _.child = t5; + _.key = t6; + }, + _RenderTextViewport: function _RenderTextViewport(t0, t1, t2, t3, t4, t5, t6) { + var _ = this; + _._textKey = t0; + _._text_scrollview$_maxLines = t1; + _._text_scrollview$_minLines = t2; + _._text_scrollview$_lineHeight = t3; + _._text_scrollview$_padding = t4; + _.RenderObjectWithChildMixin__child = t5; + _._cachedDryLayoutSizes = _._cachedIntrinsicDimensions = null; + _._computingThisDryLayout = false; + _._cachedBaselines = _._box$_size = null; + _._debugActivePointers = 0; + _._object$_debugDisposed = false; + _.parentData = null; + _._depth = 0; + _.debugCreator = _._object$_parent = null; + _._debugDoingThisLayout = _._debugDoingThisResize = false; + _._debugCanParentUseSize = null; + _._debugMutationsLocked = false; + _._owner = null; + _._needsLayout = true; + _._relayoutBoundary = null; + _._doingThisLayoutWithCallback = false; + _._constraints = null; + _._debugDoingThisPaint = false; + _.__RenderObject__wasRepaintBoundary_A = $; + _._layerHandle = t6; + _._needsCompositingBitsUpdate = false; + _.__RenderObject__needsCompositing_A = $; + _._needsPaint = true; + _._needsCompositedLayerUpdate = false; + _._cachedSemanticsConfiguration = null; + _._needsSemanticsUpdate = true; + _._semantics = null; }, _TextScrollController_Object_ChangeNotifier: function _TextScrollController_Object_ChangeNotifier() { }, @@ -144315,70 +148501,61 @@ }, ImeAttributedTextEditingController$(controller, disposeClientController) { var _null = null, - t1 = controller == null ? A.AttributedTextEditingController$(_null, _null, _null) : controller, - t2 = A.AttributedText$(_null, ""); - t2 = new A.ImeAttributedTextEditingController(B.Brightness_1, t1, disposeClientController, B.TextSelection_ke5, A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution), B.TextRange_m1_m1, t2, $.$get$ChangeNotifier__emptyListeners()); - t2.AttributedTextEditingController$3$composingRegion$selection$text(_null, _null, _null); - t1.addListener$1(0, t2.get$_onInnerControllerChange()); - return t2; + t1 = $.$get$ChangeNotifier__emptyListeners(), + t2 = controller == null ? A.AttributedTextEditingController$(_null, _null, _null) : controller, + t3 = A.AttributedText$(_null, _null); + t1 = new A.ImeAttributedTextEditingController(B.Brightness_1, t2, disposeClientController, new A.ValueNotifier(_null, t1, type$.ValueNotifier_nullable_TextInputConnection), B.TextEditingValue_li8, B.TextSelection_ke5, A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution), B.TextRange_m1_m1, t3, t1); + t1.AttributedTextEditingController$3$composingRegion$selection$text(_null, _null, _null); + t2.addListener$1(0, t1.get$_onInnerControllerChange()); + return t1; }, - ImeAttributedTextEditingController: function ImeAttributedTextEditingController(t0, t1, t2, t3, t4, t5, t6, t7) { + ImeAttributedTextEditingController: function ImeAttributedTextEditingController(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _._keyboardAppearance = t0; + _.onPerformSelector = null; _._realController = t1; _._disposeClientController = t2; - _._inputConnection = _._onIOSFloatingCursorChange = null; - _.__ime_text_editing_controller$_allowNonTextDeltas = _._sendTextChangesToPlatform = true; - _.__ime_text_editing_controller$_onPerformActionPressed = _._latestPlatformTextEditingValue = null; - _._attributed_text_editing_controller$_selection = t3; - _._composingAttributions = t4; - _._composingRegion = t5; - _._attributed_text_editing_controller$_text = t6; + _._onIOSFloatingCursorChange = null; + _._inputConnectionNotifier = t3; + _._osCurrentTextEditingValue = t4; + _._latestTextEditingValueSentToPlatform = null; + _._sendTextChangesToPlatform = true; + _.__ime_text_editing_controller$_onPerformActionPressed = null; + _._attributed_text_editing_controller$_selection = t5; + _._composingAttributions = t6; + _._composingRegion = t7; + _._attributed_text_editing_controller$_text = t8; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t7; + _.ChangeNotifier__listeners = t9; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - ImeAttributedTextEditingController__sendEditingValueToPlatform_closure: function ImeAttributedTextEditingController__sendEditingValueToPlatform_closure(t0) { - this.$this = t0; - }, - ImeAttributedTextEditingController_updateEditingValueWithDeltas_closure: function ImeAttributedTextEditingController_updateEditingValueWithDeltas_closure() { - }, _ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient: function _ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient() { }, _ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient_DeltaTextInputClient: function _ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient_DeltaTextInputClient() { }, - IOSEditingControls: function IOSEditingControls(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + IOSEditingControls: function IOSEditingControls(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.editingController = t0; _.textScrollController = t1; _.textFieldKey = t2; _.textContentLayerLink = t3; _.textContentKey = t4; - _.handleColor = t5; - _.showDebugPaint = t6; - _.popoverToolbarBuilder = t7; - _.key = t8; + _.tapRegionGroupId = t5; + _.handleColor = t6; + _.showDebugPaint = t7; + _.popoverToolbarBuilder = t8; + _.key = t9; }, _IOSEditingControlsState: function _IOSEditingControlsState(t0, t1, t2) { var _ = this; - _.__editing_controls$_upstreamHandleKey = t0; - _.__editing_controls$_downstreamHandleKey = t1; + _._upstreamHandleKey = t0; + _._downstreamHandleKey = t1; _._isDraggingExtent = _._isDraggingBase = false; - _._widget = _.__editing_controls$_localDragOffset = _.__editing_controls$_globalDragOffset = null; + _._widget = _._localDragOffset = _._globalDragOffset = null; _._debugLifecycleState = t2; _._framework$_element = null; }, - _IOSEditingControlsState_didChangeMetrics_closure: function _IOSEditingControlsState_didChangeMetrics_closure(t0) { - this.$this = t0; - }, - _IOSEditingControlsState_didChangeMetrics__closure: function _IOSEditingControlsState_didChangeMetrics__closure() { - }, - _IOSEditingControlsState__rebuildOnNextFrame_closure: function _IOSEditingControlsState__rebuildOnNextFrame_closure(t0) { - this.$this = t0; - }, - _IOSEditingControlsState__rebuildOnNextFrame__closure: function _IOSEditingControlsState__rebuildOnNextFrame__closure() { - }, _IOSEditingControlsState__onBasePanStart_closure: function _IOSEditingControlsState__onBasePanStart_closure(t0, t1) { this.$this = t0; this.details = t1; @@ -144397,26 +148574,17 @@ _IOSEditingControlsState_build_closure: function _IOSEditingControlsState_build_closure(t0) { this.$this = t0; }, - _IOSEditingControlsState_build__closure: function _IOSEditingControlsState_build__closure() { - }, - _IOSEditingControlsState_build_closure0: function _IOSEditingControlsState_build_closure0(t0) { - this.$this = t0; - }, _IOSEditingControlsState__buildToolbar_closure: function _IOSEditingControlsState__buildToolbar_closure(t0) { this.$this = t0; }, - _IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure: function _IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure(t0) { - this.$this = t0; - }, - _IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure: function _IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure() { - }, - IOSEditingOverlayController: function IOSEditingOverlayController(t0, t1, t2, t3) { + IOSEditingOverlayController: function IOSEditingOverlayController(t0, t1, t2, t3, t4) { var _ = this; _.textController = t0; _.overlayController = t1; - _._magnifierFocalPoint = t2; + _._toolbarFocalPoint = t2; + _._magnifierFocalPoint = t3; _.ChangeNotifier__count = 0; - _.ChangeNotifier__listeners = t3; + _.ChangeNotifier__listeners = t4; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, @@ -144431,16 +148599,16 @@ IOSFloatingCursor_build_closure: function IOSFloatingCursor_build_closure(t0) { this.$this = t0; }, - FloatingCursorController0: function FloatingCursorController0(t0, t1) { + FloatingCursorController: function FloatingCursorController(t0, t1) { var _ = this; _.__floating_cursor$_textController = t0; _._floatingCursorCurrentOffset = _._floatingCursorStartOffset = null; - _.ChangeNotifier__count = _.__floating_cursor$_floatingCursorHeight = 0; + _.ChangeNotifier__count = _._floatingCursorHeight = 0; _.ChangeNotifier__listeners = t1; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, - _FloatingCursorController_Object_ChangeNotifier0: function _FloatingCursorController_Object_ChangeNotifier0() { + _FloatingCursorController_Object_ChangeNotifier: function _FloatingCursorController_Object_ChangeNotifier() { }, IOSTextFieldTouchInteractor: function IOSTextFieldTouchInteractor(t0, t1, t2, t3, t4, t5, t6, t7) { var _ = this; @@ -144453,22 +148621,23 @@ _.child = t6; _.key = t7; }, - IOSTextFieldTouchInteractorState: function IOSTextFieldTouchInteractorState(t0, t1, t2, t3) { + IOSTextFieldTouchInteractorState: function IOSTextFieldTouchInteractorState(t0, t1, t2, t3, t4) { var _ = this; _._textViewportOffsetLink = t0; _._isDraggingCaret = false; - _.__user_interaction$_dragOffset = _.__user_interaction$_globalDragOffset = null; - _.TickerProviderStateMixin__tickers = t1; - _.TickerProviderStateMixin__tickerModeNotifier = t2; + _._previousToolbarFocusSelection = _._selectionBeforeTap = _.__user_interaction$_dragOffset = _.__user_interaction$_globalDragOffset = null; + _._toolbarFocusSelectionRect = t1; + _.TickerProviderStateMixin__tickers = t2; + _.TickerProviderStateMixin__tickerModeNotifier = t3; _._widget = null; - _._debugLifecycleState = t3; + _._debugLifecycleState = t4; _._framework$_element = null; }, IOSTextFieldTouchInteractorState__onDoubleTapDown_closure: function IOSTextFieldTouchInteractorState__onDoubleTapDown_closure(t0, t1) { this.$this = t0; this.tapTextPosition = t1; }, - IOSTextFieldTouchInteractorState__onTextPanStart_closure: function IOSTextFieldTouchInteractorState__onTextPanStart_closure(t0, t1) { + IOSTextFieldTouchInteractorState__onPanStart_closure: function IOSTextFieldTouchInteractorState__onPanStart_closure(t0, t1) { this.$this = t0; this.details = t1; }, @@ -144498,32 +148667,37 @@ this.$this = t0; this.gestureSettings = t1; }, + IOSTextFieldTouchInteractorState__buildTrackerForToolbarFocus_closure: function IOSTextFieldTouchInteractorState__buildTrackerForToolbarFocus_closure(t0) { + this.$this = t0; + }, _IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin: function _IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin() { }, _defaultPopoverToolbarBuilder(context, controller) { - var t1 = controller.overlayController._toolbarTopAnchor; - t1.toString; - return new A.IOSTextEditingFloatingToolbar(new A._defaultPopoverToolbarBuilder_closure(controller), new A._defaultPopoverToolbarBuilder_closure0(controller), new A._defaultPopoverToolbarBuilder_closure1(controller), t1, null); + return new A.IOSTextEditingFloatingToolbar(null, controller._toolbarFocalPoint, new A._defaultPopoverToolbarBuilder_closure(controller), new A._defaultPopoverToolbarBuilder_closure0(controller), new A._defaultPopoverToolbarBuilder_closure1(controller), null); }, - SuperIOSTextField: function SuperIOSTextField(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) { + SuperIOSTextField: function SuperIOSTextField(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { var _ = this; _.focusNode = t0; - _.textController = t1; - _.textAlign = t2; - _.textStyleBuilder = t3; - _.hintBehavior = t4; - _.hintBuilder = t5; - _.caretStyle = t6; - _.selectionColor = t7; - _.handlesColor = t8; - _.minLines = t9; - _.maxLines = t10; - _.lineHeight = t11; - _.textInputAction = t12; - _.padding = t13; - _.key = t14; + _.tapRegionGroupId = t1; + _.textController = t2; + _.textAlign = t3; + _.textStyleBuilder = t4; + _.hintBehavior = t5; + _.hintBuilder = t6; + _.caretStyle = t7; + _.blinkTimingMode = t8; + _.selectionColor = t9; + _.handlesColor = t10; + _.minLines = t11; + _.maxLines = t12; + _.lineHeight = t13; + _.textInputAction = t14; + _.imeConfiguration = t15; + _.showComposingUnderline = t16; + _.padding = t17; + _.key = t18; }, - SuperIOSTextFieldState: function SuperIOSTextFieldState(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + SuperIOSTextFieldState: function SuperIOSTextFieldState(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) { var _ = this; _._textFieldKey = t0; _._textFieldLayerLink = t1; @@ -144531,13 +148705,15 @@ _._scrollKey = t3; _._textContentKey = t4; _.__SuperIOSTextFieldState__floatingCursorController_A = _.__SuperIOSTextFieldState__textEditingController_A = _.__SuperIOSTextFieldState__focusNode_A = $; - _._magnifierLayerLink = t5; + _._toolbarLeaderLink = t5; + _._magnifierLeaderLink = t6; _.__SuperIOSTextFieldState__overlayController_A = _.__SuperIOSTextFieldState__textScrollController_A = _.__SuperIOSTextFieldState__editingOverlayController_A = $; - _._ios_textfield$_controlsOverlayEntry = null; - _.TickerProviderStateMixin__tickers = t6; - _.TickerProviderStateMixin__tickerModeNotifier = t7; + _._popoverController = t7; + _._popoverRebuildSignal = t8; + _.TickerProviderStateMixin__tickers = t9; + _.TickerProviderStateMixin__tickerModeNotifier = t10; _._widget = null; - _._debugLifecycleState = t8; + _._debugLifecycleState = t11; _._framework$_element = null; }, SuperIOSTextFieldState_initState_closure: function SuperIOSTextFieldState_initState_closure(t0) { @@ -144555,10 +148731,16 @@ SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0: function SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0(t0) { this.$this = t0; }, - SuperIOSTextFieldState__showHandles_closure: function SuperIOSTextFieldState__showHandles_closure(t0) { + SuperIOSTextFieldState__buildTextField_closure: function SuperIOSTextFieldState__buildTextField_closure(t0) { this.$this = t0; }, - SuperIOSTextFieldState_build_closure: function SuperIOSTextFieldState_build_closure(t0) { + SuperIOSTextFieldState__buildSelectableText_closure0: function SuperIOSTextFieldState__buildSelectableText_closure0(t0) { + this.$this = t0; + }, + SuperIOSTextFieldState__buildSelectableText_closure: function SuperIOSTextFieldState__buildSelectableText_closure(t0) { + this.$this = t0; + }, + SuperIOSTextFieldState__buildPopoverToolbar_closure: function SuperIOSTextFieldState__buildPopoverToolbar_closure(t0) { this.$this = t0; }, _defaultPopoverToolbarBuilder_closure: function _defaultPopoverToolbarBuilder_closure(t0) { @@ -144599,31 +148781,24 @@ this.index = t0; this._core$_name = t1; }, - TextInputSource: function TextInputSource(t0, t1) { - this.index = t0; - this._core$_name = t1; - }, - ToolbarPositionDelegate: function ToolbarPositionDelegate(t0, t1, t2, t3) { + SuperTextFieldContext: function SuperTextFieldContext(t0, t1, t2, t3, t4) { var _ = this; - _.textFieldGlobalOffset = t0; - _.desiredTopAnchorInTextField = t1; - _.desiredBottomAnchorInTextField = t2; - _.screenPadding = t3; + _.textFieldBuildContext = t0; + _.focusNode = t1; + _.controller = t2; + _.getTextLayout = t3; + _.scroller = t4; }, - HandleType: function HandleType(t0, t1) { - this.index = t0; - this._core$_name = t1; + TextLayoutCaret$(blinkTimingMode, position, style, textLayout) { + return new A.TextLayoutCaret(textLayout, blinkTimingMode, style, position, null); }, - ToolbarConfig: function ToolbarConfig() { - }, - TextLayoutCaret: function TextLayoutCaret(t0, t1, t2, t3, t4, t5) { + TextLayoutCaret: function TextLayoutCaret(t0, t1, t2, t3, t4) { var _ = this; _.textLayout = t0; - _.blinkCaret = t1; + _.blinkTimingMode = t1; _.style = t2; _.position = t3; - _.caretTracker = t4; - _.key = t5; + _.key = t4; }, TextLayoutCaretState: function TextLayoutCaretState(t0, t1, t2) { var _ = this; @@ -144650,24 +148825,30 @@ _TextLayoutCaretState_State_TickerProviderStateMixin: function _TextLayoutCaretState_State_TickerProviderStateMixin() { }, BlinkController$(tickerProvider) { - var t1 = new A.BlinkController(B.Duration_0, $.$get$ChangeNotifier__emptyListeners()), - t2 = tickerProvider.createTicker$1(t1.get$_blink_controller$_onTick()); - t1.__BlinkController__ticker_F !== $ && A.throwUnnamedLateFieldAI(); - t1.__BlinkController__ticker_F = t2; + var t1 = new A.BlinkController(B.Duration_0, $.$get$ChangeNotifier__emptyListeners()); + t1._blink_controller$_ticker = tickerProvider.createTicker$1(t1.get$_blink_controller$_onTick()); return t1; }, BlinkController: function BlinkController(t0, t1) { var _ = this; - _.__BlinkController__ticker_F = $; + _._blink_controller$_ticker = null; _._lastBlinkTime = t0; + _._blink_controller$_timer = null; _._blink_controller$_isVisible = true; _.ChangeNotifier__count = 0; _.ChangeNotifier__listeners = t1; _.ChangeNotifier__reentrantlyRemovedListeners = _.ChangeNotifier__notificationCallStackDepth = 0; _.ChangeNotifier__debugDisposed = false; }, + BlinkTimingMode: function BlinkTimingMode(t0, t1) { + this.index = t0; + this._core$_name = t1; + }, _BlinkController_Object_ChangeNotifier: function _BlinkController_Object_ChangeNotifier() { }, + SuperText$(key, layerAboveBuilder, layerBeneathBuilder, richText, textAlign, textDirection, textScaler) { + return new A.SuperText(richText, textAlign, layerBeneathBuilder, layerAboveBuilder, textScaler, key); + }, RenderSuperTextLayout_textLayoutFrom(key) { var t2, t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, key); @@ -144687,7 +148868,7 @@ _.textAlign = t1; _.layerBeneathBuilder = t2; _.layerAboveBuilder = t3; - _.textScaleFactor = t4; + _.textScaler = t4; _.key = t5; }, SuperTextState: function SuperTextState(t0, t1) { @@ -144730,7 +148911,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -144754,7 +148935,7 @@ _.textDirection = t3; _.softWrap = t4; _.overflow = t5; - _.textScaleFactor = t6; + _.textScaler = t6; _.maxLines = t7; _.locale = t8; _.strutStyle = t9; @@ -144776,7 +148957,7 @@ _._selectionColor = t4; _._canComputeIntrinsicsCached = null; _._needsClipping = false; - _._paragraph$_cachedChildNodes = _._semanticsInfo = _._placeholderDimensions = _._overflowShader = null; + _._cachedChildNodes = _._semanticsInfo = _._placeholderDimensions = _._overflowShader = null; _.RelayoutWhenSystemFontsChangeMixin__hasPendingSystemFontsDidChangeCallBack = t5; _.ContainerRenderObjectMixin__childCount = t6; _.ContainerRenderObjectMixin__firstChild = t7; @@ -144792,7 +148973,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -144812,62 +148993,7 @@ }, _RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin: function _RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin() { }, - _SuperTextState_State_ProseTextBlock: function _SuperTextState_State_ProseTextBlock() { - }, - SuperTextWithSelection$single(key, richText, textAlign, textDirection, textScaleFactor, userSelection) { - var t1 = A._setArrayType([userSelection], type$.JSArray_UserSelection); - return new A.SuperTextWithSelection(richText, textAlign, t1, textScaleFactor, key); - }, - UserSelection$(caretStyle, hasCaret, highlightStyle, highlightWhenEmpty, selection) { - return new A.UserSelection(selection, highlightStyle, highlightWhenEmpty, caretStyle, hasCaret); - }, - SuperTextWithSelection: function SuperTextWithSelection(t0, t1, t2, t3, t4) { - var _ = this; - _.richText = t0; - _.textAlign = t1; - _.userSelections = t2; - _.textScaleFactor = t3; - _.key = t4; - }, - _SuperTextWithSelectionState: function _SuperTextWithSelectionState(t0) { - var _ = this; - _.___SuperTextWithSelectionState__userSelections_F = _.___SuperTextWithSelectionState__textLayoutKey_A = $; - _._widget = null; - _._debugLifecycleState = t0; - _._framework$_element = null; - }, - _RebuildOptimizedSuperTextWithSelection: function _RebuildOptimizedSuperTextWithSelection(t0, t1, t2, t3, t4, t5) { - var _ = this; - _.textLayoutKey = t0; - _.richText = t1; - _.textAlign = t2; - _.textScaleFactor = t3; - _.userSelections = t4; - _.key = t5; - }, - _RebuildOptimizedSuperTextWithSelectionState: function _RebuildOptimizedSuperTextWithSelectionState(t0) { - var _ = this; - _._cachedSubtree = null; - _.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength_A = $; - _._widget = null; - _._debugLifecycleState = t0; - _._framework$_element = null; - }, - _RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure: function _RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure(t0, t1) { - this.$this = t0; - this.textLayout = t1; - }, - _RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure: function _RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure(t0, t1) { - this.$this = t0; - this.textLayout = t1; - }, - UserSelection: function UserSelection(t0, t1, t2, t3, t4) { - var _ = this; - _.selection = t0; - _.highlightStyle = t1; - _.highlightWhenEmpty = t2; - _.caretStyle = t3; - _.hasCaret = t4; + _SuperTextState_ProseTextState_ProseTextBlock: function _SuperTextState_ProseTextState_ProseTextBlock() { }, paragraphExpansionFilter(text, startingPosition, affinity) { var start0, end, @@ -144935,6 +149061,40 @@ _._selectionPaint = t3; _._repaint = t4; }, + TextUnderlineLayer: function TextUnderlineLayer(t0, t1, t2) { + this.textLayout = t0; + this.underlines = t1; + this.key = t2; + }, + TextUnderlineLayerState: function TextUnderlineLayerState(t0, t1, t2) { + var _ = this; + _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; + _._widget = null; + _._debugLifecycleState = t2; + _._framework$_element = null; + }, + TextLayoutUnderline: function TextLayoutUnderline(t0, t1) { + this.style = t0; + this.range = t1; + }, + UnderlineStyle: function UnderlineStyle(t0) { + this.color = t0; + }, + _UnderlinePainter: function _UnderlinePainter(t0, t1) { + this._underlines = t0; + this._repaint = t1; + }, + _PaintableUnderline: function _PaintableUnderline(t0, t1, t2, t3, t4) { + var _ = this; + _.color = t0; + _.thickness = t1; + _.capType = t2; + _.gap = t3; + _.lines = t4; + }, + _TextUnderlineLayerState_State_TickerProviderStateMixin: function _TextUnderlineLayerState_State_TickerProviderStateMixin() { + }, ArMessages: function ArMessages() { }, CaMessages: function CaMessages() { @@ -145072,18 +149232,27 @@ this.index = t0; this._core$_name = t1; }, + InAppWebViewConfiguration: function InAppWebViewConfiguration(t0, t1, t2) { + this.enableJavaScript = t0; + this.enableDomStorage = t1; + this.headers = t2; + }, + LaunchOptions: function LaunchOptions(t0, t1, t2) { + this.mode = t0; + this.webViewConfiguration = t1; + this.webOnlyWindowName = t2; + }, UrlLauncherPlatform: function UrlLauncherPlatform() { }, UrlLauncherPlugin$() { var t2, t3, - t1 = window; - t1.toString; + t1 = self; + t1 = t1.window; t2 = $.$get$UrlLauncherPlatform__token(); t3 = new A.UrlLauncherPlugin(t1); $.$get$PlatformInterface__instanceTokens().$indexSet(0, t3, t2); - t1 = t1.navigator.userAgent; - t1.toString; - t3._isSafari = B.JSString_methods.contains$1(t1, "Safari") && !B.JSString_methods.contains$1(t1, "Chrome"); + t1 = t1.navigator; + t3._isSafari = J.contains$1$asx(t1.userAgent, "Safari") && !J.contains$1$asx(t1.userAgent, "Chrome"); return t3; }, UrlLauncherPlugin: function UrlLauncherPlugin(t0) { @@ -145093,16 +149262,6 @@ Uuid$() { return new A.Uuid(); }, - Uuid_unparse(buffer) { - var t2, - t1 = J.getInterceptor$asx(buffer); - if (t1.get$length(buffer) - 0 < 16) { - t1 = t1.get$length(buffer); - throw A.wrapException(A.RangeError$("buffer too small: need 16: length=" + t1)); - } - t2 = $.$get$Uuid__byteToHex(); - return t2[t1.$index(buffer, 0)] + t2[t1.$index(buffer, 1)] + t2[t1.$index(buffer, 2)] + t2[t1.$index(buffer, 3)] + "-" + t2[t1.$index(buffer, 4)] + t2[t1.$index(buffer, 5)] + "-" + t2[t1.$index(buffer, 6)] + t2[t1.$index(buffer, 7)] + "-" + t2[t1.$index(buffer, 8)] + t2[t1.$index(buffer, 9)] + "-" + t2[t1.$index(buffer, 10)] + t2[t1.$index(buffer, 11)] + t2[t1.$index(buffer, 12)] + t2[t1.$index(buffer, 13)] + t2[t1.$index(buffer, 14)] + t2[t1.$index(buffer, 15)]; - }, Uuid: function Uuid() { }, BoxValueConstraints$(constraints, value, $T) { @@ -145139,7 +149298,7 @@ _._debugDoingThisLayout = _._debugDoingThisResize = false; _._debugCanParentUseSize = null; _._debugMutationsLocked = false; - _._object$_owner = null; + _._owner = null; _._needsLayout = true; _._relayoutBoundary = null; _._doingThisLayoutWithCallback = false; @@ -145174,6 +149333,26 @@ t1.setIdentity$0(); return t1; }, + Matrix4_Matrix4$rotationZ(radians) { + var c, s, + t1 = new Float64Array(16); + t1[15] = 1; + c = Math.cos(radians); + s = Math.sin(radians); + t1[0] = c; + t1[1] = s; + t1[2] = 0; + t1[4] = -s; + t1[5] = c; + t1[6] = 0; + t1[8] = 0; + t1[9] = 0; + t1[10] = 1; + t1[3] = 0; + t1[7] = 0; + t1[11] = 0; + return new A.Matrix40(t1); + }, Matrix4_Matrix4$translationValues(x, y, z) { var t1 = new A.Matrix40(new Float64Array(16)); t1.setIdentity$0(); @@ -145348,7 +149527,7 @@ this._debugLifecycleState = t0; this._framework$_element = null; }, - _MaterialScrollbar0: function _MaterialScrollbar0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { + _MaterialScrollbar1: function _MaterialScrollbar1(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; _.color = t0; _.showTrackOnHover = t1; @@ -145367,7 +149546,7 @@ _.scrollbarOrientation = t14; _.key = t15; }, - _MaterialScrollbarState0: function _MaterialScrollbarState0(t0, t1, t2, t3) { + _MaterialScrollbarState1: function _MaterialScrollbarState1(t0, t1, t2, t3) { var _ = this; _._vs_scrollbar$___MaterialScrollbarState__hoverAnimationController_A = $; _._vs_scrollbar$_hoverIsActive = _._vs_scrollbar$_dragIsActive = false; @@ -145383,42 +149562,103 @@ _._debugLifecycleState = t3; _._framework$_element = null; }, - _MaterialScrollbarState__thumbColor_closure0: function _MaterialScrollbarState__thumbColor_closure0(t0, t1, t2, t3) { + _MaterialScrollbarState__thumbColor_closure1: function _MaterialScrollbarState__thumbColor_closure1(t0, t1, t2, t3) { var _ = this; _.$this = t0; _.dragColor = t1; _.hoverColor = t2; _.idleColor = t3; }, - _MaterialScrollbarState__trackColor_closure0: function _MaterialScrollbarState__trackColor_closure0(t0, t1) { + _MaterialScrollbarState__trackColor_closure1: function _MaterialScrollbarState__trackColor_closure1(t0, t1) { this.$this = t0; this.onSurface = t1; }, - _MaterialScrollbarState__trackBorderColor_closure0: function _MaterialScrollbarState__trackBorderColor_closure0(t0, t1) { + _MaterialScrollbarState__trackBorderColor_closure1: function _MaterialScrollbarState__trackBorderColor_closure1(t0, t1) { this.$this = t0; this.onSurface = t1; }, - _MaterialScrollbarState__thickness_closure0: function _MaterialScrollbarState__thickness_closure0(t0) { + _MaterialScrollbarState__thickness_closure1: function _MaterialScrollbarState__thickness_closure1(t0) { this.$this = t0; }, - _MaterialScrollbarState_initState_closure0: function _MaterialScrollbarState_initState_closure0(t0) { + _MaterialScrollbarState_initState_closure1: function _MaterialScrollbarState_initState_closure1(t0) { this.$this = t0; }, - _MaterialScrollbarState_handleThumbPressStart_closure0: function _MaterialScrollbarState_handleThumbPressStart_closure0(t0) { + _MaterialScrollbarState_handleThumbPressStart_closure1: function _MaterialScrollbarState_handleThumbPressStart_closure1(t0) { this.$this = t0; }, - _MaterialScrollbarState_handleThumbPressEnd_closure0: function _MaterialScrollbarState_handleThumbPressEnd_closure0(t0) { + _MaterialScrollbarState_handleThumbPressEnd_closure1: function _MaterialScrollbarState_handleThumbPressEnd_closure1(t0) { this.$this = t0; }, - _MaterialScrollbarState_handleHover_closure1: function _MaterialScrollbarState_handleHover_closure1(t0) { + _MaterialScrollbarState_handleHover_closure3: function _MaterialScrollbarState_handleHover_closure3(t0) { this.$this = t0; }, - _MaterialScrollbarState_handleHover_closure2: function _MaterialScrollbarState_handleHover_closure2(t0) { + _MaterialScrollbarState_handleHover_closure4: function _MaterialScrollbarState_handleHover_closure4(t0) { this.$this = t0; }, - _MaterialScrollbarState_handleHoverExit_closure0: function _MaterialScrollbarState_handleHoverExit_closure0(t0) { + _MaterialScrollbarState_handleHoverExit_closure1: function _MaterialScrollbarState_handleHoverExit_closure1(t0) { this.$this = t0; }, + _EventStreamSubscription$0(_target, _eventType, onData, _useCapture, $T) { + var t1; + if (onData == null) + t1 = null; + else { + t1 = A._wrapZone0(new A._EventStreamSubscription_closure0(onData), type$.JavaScriptObject); + t1 = t1 == null ? null : A.allowInterop(t1); + } + t1 = new A._EventStreamSubscription0(_target, _eventType, t1, false, $T._eval$1("_EventStreamSubscription0<0>")); + t1._streams$_tryResume$0(); + return t1; + }, + _wrapZone0(callback, $T) { + var t1 = $.Zone__current; + if (t1 === B.C__RootZone) + return callback; + return t1.bindUnaryCallbackGuarded$1$1(callback, $T); + }, + EventStreamProvider0: function EventStreamProvider0(t0, t1) { + this._streams$_eventType = t0; + this.$ti = t1; + }, + _EventStream0: function _EventStream0(t0, t1, t2, t3) { + var _ = this; + _._streams$_target = t0; + _._streams$_eventType = t1; + _._streams$_useCapture = t2; + _.$ti = t3; + }, + _EventStreamSubscription0: function _EventStreamSubscription0(t0, t1, t2, t3, t4) { + var _ = this; + _._streams$_pauseCount = 0; + _._streams$_target = t0; + _._streams$_eventType = t1; + _._streams$_onData = t2; + _._streams$_useCapture = t3; + _.$ti = t4; + }, + _EventStreamSubscription_closure0: function _EventStreamSubscription_closure0(t0) { + this.onData = t0; + }, + _EventStreamSubscription_onData_closure0: function _EventStreamSubscription_onData_closure0(t0) { + this.handleData = t0; + }, + HttpRequest_request(url, responseType) { + var t2, + t1 = new A._Future($.Zone__current, type$._Future_JavaScriptObject), + completer = new A._AsyncCompleter(t1, type$._AsyncCompleter_JavaScriptObject), + xhr = new self.XMLHttpRequest(); + xhr.open("GET", url, true); + xhr.responseType = responseType; + t2 = type$.JavaScriptObject; + A._EventStreamSubscription$0(xhr, "load", new A.HttpRequest_request_closure(xhr, completer), false, t2); + A._EventStreamSubscription$0(xhr, "error", completer.get$completeError(), false, t2); + xhr.send(); + return t1; + }, + HttpRequest_request_closure: function HttpRequest_request_closure(t0, t1) { + this.xhr = t0; + this.completer = t1; + }, WindowListener: function WindowListener() { }, main() { @@ -145611,10 +149851,6 @@ systemTime() { return new A.DateTime(Date.now(), false); }, - clock() { - $.$get$_clockKey(); - return B.C_Clock; - }, compareNatural(a, b) { var t1, t2, i, aChar, bChar; for (t1 = a.length, t2 = b.length, i = 0; i < t1; ++i) { @@ -145779,6 +150015,15 @@ } return null; }, + IterableExtension_lastWhereOrNull(_this, test) { + var t1, result, _i, element; + for (t1 = _this.length, result = null, _i = 0; _i < _this.length; _this.length === t1 || (0, A.throwConcurrentModificationError)(_this), ++_i) { + element = _this[_i]; + if (test.call$1(element)) + result = element; + } + return result; + }, IterableExtension_singleWhereOrNull(_this, test) { var t1, result, found, _i, element; for (t1 = _this.length, result = null, found = false, _i = 0; _i < t1; ++_i) { @@ -146015,7 +150260,7 @@ compute$body(callback, message, debugLabel, $M, $R, $async$type) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter($async$type), - $async$returnValue; + $async$returnValue, t1; var $async$compute0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -146023,8 +150268,9 @@ switch ($async$goto) { case 0: // Function start + t1 = A._Future$value(null, type$.Null); $async$goto = 3; - return A._asyncAwait(null, $async$compute0); + return A._asyncAwait(t1, $async$compute0); case 3: // returning from await. $async$returnValue = callback.call$1(message); @@ -146051,7 +150297,7 @@ return false; return true; }, - listEquals0(a, b) { + listEquals(a, b) { var t1, t2, index; if (a == null) return b == null; @@ -146216,15 +150462,6 @@ compute(callback, message, debugLabel, $M, $R) { return A.compute0(callback, message, debugLabel, $M, $R); }, - clampDouble(x, min, max) { - if (x < min) - return min; - if (x > max) - return max; - if (isNaN(x)) - return max; - return x; - }, debugPrintThrottled(message, wrapWidth) { var t1 = type$.JSArray_String, messageLines = A._setArrayType(message.split("\n"), t1); @@ -146272,27 +150509,6 @@ FlutterTimeline_startSync($name, $arguments) { A.Timeline_startSync($name, $arguments, null); }, - ElevationOverlay_applyOverlay(context, color, elevation) { - var t1, - theme = A.Theme_of(context); - if (elevation > 0) - if (theme.applyElevationOverlayColor) { - t1 = theme.colorScheme; - if (t1.brightness === B.Brightness_0) { - t1 = t1.surface.value; - t1 = A.Color$fromARGB(255, color.get$value(color) >>> 16 & 255, color.get$value(color) >>> 8 & 255, color.get$value(color) & 255).$eq(0, A.Color$fromARGB(255, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255)); - } else - t1 = false; - } else - t1 = false; - else - t1 = false; - if (t1) { - t1 = theme.colorScheme.onSurface.value; - return A.Color_alphaBlend(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((4.5 * Math.log(elevation + 1) + 2) / 100)), t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), color); - } - return color; - }, PlatformAdaptiveIcons__isCupertino() { switch (A.defaultTargetPlatform().index) { case 0: @@ -146634,6 +150850,27 @@ }); return A._asyncStartSync($async$HapticFeedback_selectionClick, $async$completer); }, + SystemNavigator_setFrameworkHandlesBack(frameworkHandlesBack) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$returnValue; + var $async$SystemNavigator_setFrameworkHandlesBack = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$SystemNavigator_setFrameworkHandlesBack, $async$completer); + }, SystemNavigator_pop() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void); @@ -147818,7 +152055,7 @@ $async$goto = 1; break; } - path = directory.get$path(directory); + path = directory._path; case 4: // join if (!A.Directory_Directory(path).existsSync$0()) { @@ -148492,6 +152729,16 @@ getUtcDateTime() { return new A.DateTime(Date.now(), false).toUtc$0(); }, + KeysExtension_get_keys(_this) { + var i, t2, + t1 = A._setArrayType([], type$.JSArray_String); + for (i = 0; i < _this.length; ++i) { + t2 = _this.key(i); + t2.toString; + t1.push(t2); + } + return t1; + }, SignInWithApple_getAppleIDCredential(scopes, webAuthenticationOptions) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.AuthorizationCredentialAppleID), @@ -148586,69 +152833,391 @@ if (s != null) A.print("\x1b[31m" + s.toString$0(0) + "\x1b[0m"); }, + scrollOnPageUpKeyPress(editContext, keyEvent) { + var t1, t2, t3, t4; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (keyEvent.data.get$logicalKey().keyId !== 4294968072) + return B.ExecutionInstruction_0; + t1 = editContext.scroller._document_scroller$_scrollPosition; + t2 = t1._pixels; + t2.toString; + t3 = t1._viewportDimension; + t3.toString; + t4 = t1._minScrollExtent; + t4.toString; + t1.animateTo$3$curve$duration(Math.max(t2 - t3, t4), B.C__DecelerateCurve, B.Duration_150000); + return B.ExecutionInstruction_2; + }, + scrollOnPageDownKeyPress(editContext, keyEvent) { + var t1, t2, t3, t4; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (keyEvent.data.get$logicalKey().keyId !== 4294968071) + return B.ExecutionInstruction_0; + t1 = editContext.scroller._document_scroller$_scrollPosition; + t2 = t1._pixels; + t2.toString; + t3 = t1._viewportDimension; + t3.toString; + t4 = t1._maxScrollExtent; + t4.toString; + t1.animateTo$3$curve$duration(Math.min(t2 + t3, t4), B.C__DecelerateCurve, B.Duration_150000); + return B.ExecutionInstruction_2; + }, + scrollOnCtrlOrCmdAndHomeKeyPress(editContext, keyEvent) { + var t1, t2; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968070)) + return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + t1 = !t1; + } else + t1 = false; + if (t1) + return B.ExecutionInstruction_0; + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + t1 = !t1; + } else + t1 = false; + if (t1) + return B.ExecutionInstruction_0; + t1 = editContext.scroller._document_scroller$_scrollPosition; + t2 = t1._minScrollExtent; + t2.toString; + t1.animateTo$3$curve$duration(t2, B.C__DecelerateCurve, B.Duration_150000); + return B.ExecutionInstruction_2; + }, + scrollOnCtrlOrCmdAndEndKeyPress(editContext, keyEvent) { + var t1, t2; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968069)) + return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + t1 = !t1; + } else + t1 = false; + if (t1) + return B.ExecutionInstruction_0; + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + t1 = !t1; + } else + t1 = false; + if (t1) + return B.ExecutionInstruction_0; + t1 = editContext.scroller._document_scroller$_scrollPosition; + t2 = t1._maxScrollExtent; + t2.toString; + if (!isFinite(t2)) + return B.ExecutionInstruction_2; + t1.animateTo$3$curve$duration(t2, B.C__DecelerateCurve, B.Duration_150000); + return B.ExecutionInstruction_2; + }, + blockControlKeys(editContext, keyEvent) { + var t1 = keyEvent.data; + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967323)) + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968072)) + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968071)) + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968070)) + if (!t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968069)) + t1 = t1.get$logicalKey().keyId >= 4294969345 && t1.get$logicalKey().keyId <= 4294969367; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + if (t1) + return B.ExecutionInstruction_2; + return B.ExecutionInstruction_0; + }, toggleInteractionModeWhenCmdOrCtrlPressed(editContext, keyEvent) { - var t1, _null = null; - if (A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) && !editContext.composer.isInInteractionMode._change_notifier$_value) { + var t1, t2, _null = null; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (t1) { + t1 = editContext.composer._isInInteractionMode; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = !t1; + } else + t1 = false; + if (t1) { $.$get$editorKeyLog().log$4(B.Level_FINE_500, "Activating editor interaction mode", _null, _null); - editContext.composer.isInInteractionMode.set$value(0, true); + editContext.editor.execute$1(A._setArrayType([B.ChangeInteractionModeRequest_true], type$.JSArray_EditRequest)); } else { - t1 = editContext.composer.isInInteractionMode; - if (t1._change_notifier$_value) { + t1 = editContext.composer._isInInteractionMode; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1) { $.$get$editorKeyLog().log$4(B.Level_FINE_500, "De-activating editor interaction mode", _null, _null); - t1.set$value(0, false); + editContext.editor.execute$1(A._setArrayType([B.ChangeInteractionModeRequest_false], type$.JSArray_EditRequest)); } } return B.ExecutionInstruction_0; }, doNothingWhenThereIsNoSelection(editContext, keyEvent) { + var t1; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; - if (editContext.composer.selectionNotifier._change_notifier$_value == null) + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) return B.ExecutionInstruction_2; else return B.ExecutionInstruction_0; }, - pasteWhenCmdVIsPressed(editContext, keyEvent) { + sendKeyEventToMacOs(editContext, keyEvent) { + A.defaultTargetPlatform() === B.TargetPlatform_4; + return B.ExecutionInstruction_0; + }, + deleteDownstreamCharacterWithCtrlDeleteOnMac(editContext, keyEvent) { + var t1, t2; + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) + return B.ExecutionInstruction_0; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_118)) + if (keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967423)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + t1 = !t1; + } else + t1 = true; + if (t1) return B.ExecutionInstruction_0; - if (editContext.composer.selectionNotifier._change_notifier$_value == null) + return editContext.commonOps.deleteDownstream$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + }, + pasteWhenCmdVIsPressed(editContext, keyEvent) { + var t1, t2; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_118)) + return B.ExecutionInstruction_0; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) return B.ExecutionInstruction_0; editContext.commonOps.paste$0(); return B.ExecutionInstruction_2; }, selectAllWhenCmdAIsPressed(editContext, keyEvent) { + var t1, t2; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_97)) + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_97)) return B.ExecutionInstruction_0; return editContext.commonOps.selectAll$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, copyWhenCmdCIsPressed(editContext, keyEvent) { - var t1; + var t1, t2; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_99)) + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_99)) return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier._change_notifier$_value; - if (t1 == null) + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) return B.ExecutionInstruction_0; - if (t1.base.$eq(0, t1.extent)) + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1.get$isCollapsed(t1)) return B.ExecutionInstruction_2; editContext.commonOps.copy$0(); return B.ExecutionInstruction_2; }, cutWhenCmdXIsPressed(editContext, keyEvent) { - var t1; + var t1, t2; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_120)) + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_120)) return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier._change_notifier$_value; - if (t1 == null) + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) return B.ExecutionInstruction_0; - if (t1.base.$eq(0, t1.extent)) + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1.get$isCollapsed(t1)) return B.ExecutionInstruction_2; editContext.commonOps.cut$0(); return B.ExecutionInstruction_2; @@ -148657,12 +153226,40 @@ var t1, t2, t3; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_98)) + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_98)) return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier._change_notifier$_value; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t2 = type$.Attribution; t3 = editContext.commonOps; - if (t1.base.$eq(0, t1.extent)) { + if (t1.get$isCollapsed(t1)) { t3.composer._preferences.toggleStyles$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_bold], t2)); return B.ExecutionInstruction_2; } else { @@ -148674,12 +153271,40 @@ var t1, t2, t3; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_105)) + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_105)) return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier._change_notifier$_value; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t2 = type$.Attribution; t3 = editContext.commonOps; - if (t1.base.$eq(0, t1.extent)) { + if (t1.get$isCollapsed(t1)) { t3.composer._preferences.toggleStyles$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_italics], t2)); return B.ExecutionInstruction_2; } else { @@ -148691,8 +153316,22 @@ var t1, t2, t3, isDestructiveKey, isCharacterKey; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier._change_notifier$_value; - if (t1 == null || t1.base.$eq(0, t1.extent)) + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 != null) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t1.get$isCollapsed(t1); + } else + t1 = true; + if (t1) return B.ExecutionInstruction_0; t1 = $.$get$RawKeyboard_instance()._keysPressed; t2 = t1.get$values(t1); @@ -148733,38 +153372,255 @@ return B.ExecutionInstruction_0; return B.ExecutionInstruction_2; }, - backspaceToRemoveUpstreamContent(editContext, keyEvent) { - var t1, t2; + deleteUpstreamContentWithBackspace(editContext, keyEvent) { if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) return B.ExecutionInstruction_0; - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { - t2 = t1.get$values(t1); - t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); - } else - t2 = true; - if (!t2) { - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); - } else - t1 = true; - } else - t1 = true; - if (t1) - return B.ExecutionInstruction_0; return editContext.commonOps.deleteUpstream$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, - moveUpDownLeftAndRightWithArrowKeys(editContext, keyEvent) { + moveUpAndDownWithArrowKeys(editContext, keyEvent) { + var t1, t2, t3, didMove; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + t1 = keyEvent.data; + if (!B.JSArray_methods.contains$1(B.List_muk, t1.get$logicalKey())) + return B.ExecutionInstruction_0; + t2 = editContext.composer._document_composer$_composingRegion; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t2 = t2 != null; + if (t2) + return B.ExecutionInstruction_1; + if (A.defaultTargetPlatform() === B.TargetPlatform_5) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t2 = true; + } else + t2 = false; + if (t2) + return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() === B.TargetPlatform_3) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t2 = true; + } else + t2 = false; + if (t2) + return B.ExecutionInstruction_0; + if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968068)) { + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t1 = true; + } else + t1 = false; + if (t1) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = editContext.commonOps.moveCaretUpstream$2$expand$movementModifier(t1, B.MovementModifier_paragraph); + } else { + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + t2 = editContext.commonOps; + if (t1) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = t2.moveSelectionToBeginningOfDocument$1$expand(t1); + } else { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = t2.moveCaretUp$1$expand(t1); + } + } + } else { + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t1 = true; + } else + t1 = false; + if (t1) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = editContext.commonOps.moveCaretDownstream$2$expand$movementModifier(t1, B.MovementModifier_paragraph); + } else { + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + t2 = editContext.commonOps; + if (t1) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = t2.moveSelectionToEndOfDocument$1$expand(t1); + } else { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = t2.moveCaretDown$1$expand(t1); + } + } + } + return didMove ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + }, + moveLeftAndRightWithArrowKeys(editContext, keyEvent) { var t1, t2, t3, movementModifier, didMove; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; t1 = keyEvent.data; - if (!B.JSArray_methods.contains$1(B.List_Vau, t1.get$logicalKey())) + if (!B.JSArray_methods.contains$1(B.List_muk0, t1.get$logicalKey())) + return B.ExecutionInstruction_0; + t2 = editContext.composer._document_composer$_composingRegion; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t2 = t2 != null; + if (t2) + return B.ExecutionInstruction_1; + if (A.defaultTargetPlatform() === B.TargetPlatform_5) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t2 = true; + } else + t2 = false; + if (t2) + return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() === B.TargetPlatform_5 || A.defaultTargetPlatform() === B.TargetPlatform_3) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t2 = true; + } else + t2 = false; + if (t2) + movementModifier = B.MovementModifier_word; + else { + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t2 = true; + } else + t2 = false; + if (t2) + movementModifier = B.MovementModifier_line; + else { + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t2 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t2.get$values(t2); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t2 = t2.get$values(t2); + t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t2 = true; + } else + t2 = false; + movementModifier = t2 ? B.MovementModifier_word : null; + } + } + t2 = editContext.commonOps; + if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = t2.moveCaretUpstream$2$expand$movementModifier(t1, movementModifier); + } else { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t3 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); + } else + t1 = true; + didMove = t2.moveCaretDownstream$2$expand$movementModifier(t1, movementModifier); + } + return didMove ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + }, + doNothingWithLeftRightArrowKeysAtMiddleOfTextOnWeb(editContext, keyEvent) { + var t1, t2, t3, currentExtent, node; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + t1 = keyEvent.data; + if (!B.JSArray_methods.contains$1(B.List_muk0, t1.get$logicalKey())) return B.ExecutionInstruction_0; if (A.defaultTargetPlatform() === B.TargetPlatform_5) { t2 = $.$get$RawKeyboard_instance()._keysPressed; @@ -148794,87 +153650,26 @@ t2 = false; if (t2) return B.ExecutionInstruction_0; - if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968067)) { - if (A.defaultTargetPlatform() === B.TargetPlatform_5 || A.defaultTargetPlatform() === B.TargetPlatform_3) { - t2 = $.$get$RawKeyboard_instance()._keysPressed; - t3 = t2.get$values(t2); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { - t2 = t2.get$values(t2); - t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); - } else - t2 = true; - } else - t2 = false; - if (t2) - movementModifier = B.MovementModifier_word; - else { - if (A.defaultTargetPlatform() === B.TargetPlatform_4) { - t2 = $.$get$RawKeyboard_instance()._keysPressed; - t3 = t2.get$values(t2); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { - t2 = t2.get$values(t2); - t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); - } else - t2 = true; - } else - t2 = false; - if (t2) - movementModifier = B.MovementModifier_line; - else { - if (A.defaultTargetPlatform() === B.TargetPlatform_4) { - t2 = $.$get$RawKeyboard_instance()._keysPressed; - t3 = t2.get$values(t2); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { - t2 = t2.get$values(t2); - t2 = A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); - } else - t2 = true; - } else - t2 = false; - movementModifier = t2 ? B.MovementModifier_word : null; - } - } - t2 = editContext.commonOps; - if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066)) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t3 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); - } else - t1 = true; - didMove = t2.moveCaretUpstream$2$expand$movementModifier(t1, movementModifier); - } else { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t3 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t3, A._instanceType(t3)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); - } else - t1 = true; - didMove = t2.moveCaretDownstream$2$expand$movementModifier(t1, movementModifier); - } - } else if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968068)) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); - } else - t1 = true; - didMove = editContext.commonOps.moveCaretUp$1$expand(t1); - } else if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968065)) { - t1 = $.$get$RawKeyboard_instance()._keysPressed; - t2 = t1.get$values(t1); - if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { - t1 = t1.get$values(t1); - t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934851); - } else - t1 = true; - didMove = editContext.commonOps.moveCaretDown$1$expand(t1); + t2 = editContext.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); } else - didMove = false; - return didMove ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + currentExtent = t2.extent; + node = editContext.document._nodesById.$index(0, currentExtent.nodeId); + if (node == null) + return B.ExecutionInstruction_0; + if (!(node instanceof A.TextNode)) + return B.ExecutionInstruction_0; + t2 = currentExtent.nodePosition; + if (!(t2 instanceof A.TextNodePosition)) + return B.ExecutionInstruction_0; + if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066) && t2.offset > 0) + return B.ExecutionInstruction_1; + if (t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968067) && t2.offset < node._text$_text.text.length) + return B.ExecutionInstruction_1; + return B.ExecutionInstruction_0; }, moveToLineStartOrEndWithCtrlAOrE(editContext, keyEvent) { var t1, t2, t3, didMove; @@ -148951,23 +153746,100 @@ didMove = false; return didMove ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; }, - deleteLineWithCmdBksp(editContext, keyEvent) { - var t1; + deleteToStartOfLineWithCmdBackspaceOnMac(editContext, keyEvent) { + var t1, t2; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; - if (!A.PrimaryShortcutKey_get_isPrimaryShortcutKeyPressed(keyEvent) || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) return B.ExecutionInstruction_0; - if (editContext.composer.selectionNotifier._change_notifier$_value == null) + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) + return B.ExecutionInstruction_0; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) return B.ExecutionInstruction_0; t1 = editContext.commonOps; if (t1.moveCaretUpstream$2$expand$movementModifier(true, B.MovementModifier_line)) return t1.deleteSelection$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; return B.ExecutionInstruction_0; }, - deleteWordWithAltBksp(editContext, keyEvent) { + deleteToEndOfLineWithCmdDeleteOnMac(editContext, keyEvent) { var t1, t2; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) + return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934854)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934855); + } else + t1 = true; + } else + t1 = false; + if (!t1) + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) { + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + } else + t1 = false; + else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967423)) + return B.ExecutionInstruction_0; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return B.ExecutionInstruction_0; + t1 = editContext.commonOps; + if (t1.moveCaretDownstream$2$expand$movementModifier(true, B.MovementModifier_line)) + return t1.deleteSelection$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + return B.ExecutionInstruction_0; + }, + deleteWordUpstreamWithAltBackspaceOnMac(editContext, keyEvent) { + var t1, t2; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) + return B.ExecutionInstruction_0; t1 = $.$get$RawKeyboard_instance()._keysPressed; t2 = t1.get$values(t1); if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { @@ -148977,29 +153849,133 @@ t1 = true; if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) return B.ExecutionInstruction_0; - if (editContext.composer.selectionNotifier._change_notifier$_value == null) + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) return B.ExecutionInstruction_0; t1 = editContext.commonOps; if (t1.moveCaretUpstream$2$expand$movementModifier(true, B.MovementModifier_word)) return t1.deleteSelection$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; return B.ExecutionInstruction_0; }, + deleteWordUpstreamWithControlBackspaceOnWindowsAndLinux(editContext, keyEvent) { + var t1, t2; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() !== B.TargetPlatform_5 && A.defaultTargetPlatform() !== B.TargetPlatform_3) + return B.ExecutionInstruction_0; + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967304)) + return B.ExecutionInstruction_0; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return B.ExecutionInstruction_0; + t1 = editContext.commonOps; + if (t1.moveCaretUpstream$2$expand$movementModifier(true, B.MovementModifier_word)) + return t1.deleteSelection$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + return B.ExecutionInstruction_0; + }, + deleteWordDownstreamWithAltDeleteOnMac(editContext, keyEvent) { + var t1, t2; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (!(A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2)) + return B.ExecutionInstruction_0; + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934852)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934853); + } else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967423)) + return B.ExecutionInstruction_0; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return B.ExecutionInstruction_0; + t1 = editContext.commonOps; + if (t1.moveCaretDownstream$2$expand$movementModifier(true, B.MovementModifier_word)) + return t1.deleteSelection$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + return B.ExecutionInstruction_0; + }, + deleteWordDownstreamWithControlDeleteOnWindowsAndLinux(editContext, keyEvent) { + var t1, t2; + if (!(keyEvent instanceof A.RawKeyDownEvent)) + return B.ExecutionInstruction_0; + if (A.defaultTargetPlatform() !== B.TargetPlatform_5 && A.defaultTargetPlatform() !== B.TargetPlatform_3) + return B.ExecutionInstruction_0; + t1 = $.$get$RawKeyboard_instance()._keysPressed; + t2 = t1.get$values(t1); + if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934848)) { + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934849); + } else + t1 = true; + if (!t1 || !keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967423)) + return B.ExecutionInstruction_0; + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return B.ExecutionInstruction_0; + t1 = editContext.commonOps; + if (t1.moveCaretDownstream$2$expand$movementModifier(true, B.MovementModifier_word)) + return t1.deleteSelection$0() ? B.ExecutionInstruction_2 : B.ExecutionInstruction_0; + return B.ExecutionInstruction_0; + }, collapseSelectionWhenEscIsPressed(editContext, keyEvent) { - var t1; + var t1, t2; if (!(keyEvent instanceof A.RawKeyDownEvent)) return B.ExecutionInstruction_0; if (!keyEvent.data.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294967323)) return B.ExecutionInstruction_0; - t1 = editContext.composer.selectionNotifier._change_notifier$_value; - if (t1 == null || t1.base.$eq(0, t1.extent)) + t1 = editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 != null) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t1.get$isCollapsed(t1); + } else + t1 = true; + if (t1) return B.ExecutionInstruction_0; editContext.commonOps.collapseSelection$0(); return B.ExecutionInstruction_2; }, getWordSelection(docLayout, docPosition) { - var t2, component, nodePosition, wordNodeSelection, + var t2, component, nodePosition, wordNodeSelection, t3, _s16_ = "getWordSelection", - t1 = $.$get$_log3(); + t1 = $.$get$_log10(); t1.log$2(_s16_, "_getWordSelection()"); t1.log$2(_s16_, " - doc position: " + docPosition.toString$0(0)); t2 = docPosition.nodeId; @@ -149009,10 +153985,12 @@ nodePosition = docPosition.nodePosition; if (!(nodePosition instanceof A.TextNodePosition)) return null; - wordNodeSelection = A.TextNodeSelection$fromTextSelection(component.getWordSelectionAt$1(nodePosition)); + wordNodeSelection = A.TextNodeSelection$fromTextSelection(component.getWordSelectionAt$1(new A.TextNodePosition(nodePosition.offset, B.TextAffinity_1))); t1.log$2(_s16_, " - word selection: " + wordNodeSelection.toString$0(0)); t1 = wordNodeSelection.affinity; - return new A.DocumentSelection(new A.DocumentPosition(t2, new A.TextNodePosition(wordNodeSelection.baseOffset, t1)), new A.DocumentPosition(t2, new A.TextNodePosition(wordNodeSelection.extentOffset, t1))); + t3 = new A.DocumentPosition(t2, new A.TextNodePosition(wordNodeSelection.baseOffset, t1)); + t1 = new A.DocumentPosition(t2, new A.TextNodePosition(wordNodeSelection.extentOffset, t1)); + return new A.DocumentSelection(t3, t1, t3, t1); }, expandPositionToWord(text, textPosition) { var start, start0, end, @@ -149035,9 +154013,9 @@ return A.TextSelection$(B.TextAffinity_1, start0, end, false); }, getParagraphSelection(docLayout, docPosition) { - var component, nodePosition, paragraphNodeSelection, t2, + var component, nodePosition, paragraphNodeSelection, t2, t3, _s21_ = "getParagraphSelection", - t1 = $.$get$_log3(); + t1 = $.$get$_log10(); t1.log$2(_s21_, "_getWordSelection()"); t1.log$2(_s21_, " - doc position: " + docPosition.toString$0(0)); t1 = docPosition.nodeId; @@ -149049,7 +154027,9 @@ return null; paragraphNodeSelection = component.getContiguousTextSelectionAt$1(nodePosition); t2 = paragraphNodeSelection.affinity; - return new A.DocumentSelection(new A.DocumentPosition(t1, new A.TextNodePosition(paragraphNodeSelection.baseOffset, t2)), new A.DocumentPosition(t1, new A.TextNodePosition(paragraphNodeSelection.extentOffset, t2))); + t3 = new A.DocumentPosition(t1, new A.TextNodePosition(paragraphNodeSelection.baseOffset, t2)); + t2 = new A.DocumentPosition(t1, new A.TextNodePosition(paragraphNodeSelection.extentOffset, t2)); + return new A.DocumentSelection(t3, t2, t3, t2); }, getParagraphDirection(text) { var t1, t2; @@ -149066,6 +154046,16 @@ else return B.TextDirection_1; }, + ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(_this) { + var direction, + ancestorScrollable = A.Scrollable_maybeOf(_this, null); + if (ancestorScrollable == null) + return null; + direction = ancestorScrollable._widget.axisDirection; + if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) + return null; + return ancestorScrollable; + }, IsArrowKeyExtension_get_isArrowKeyPressed(_this) { var t1 = _this.data; return t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968068) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968065) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968066) || t1.get$logicalKey().$eq(0, B.LogicalKeyboardKey_4294968067); @@ -149074,18 +154064,20 @@ switch (mode.index) { case 0: return B.PreferredLaunchMode_0; - case 1: - return B.PreferredLaunchMode_1; case 2: return B.PreferredLaunchMode_2; + case 1: + return B.PreferredLaunchMode_1; case 3: return B.PreferredLaunchMode_3; + case 4: + return B.PreferredLaunchMode_4; } }, launchUrl(url) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, useWebView, t1, t2, t3, isWebURL; + $async$returnValue; var $async$launchUrl = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -149093,15 +154085,7 @@ switch ($async$goto) { case 0: // Function start - t1 = $.$get$UrlLauncherPlatform__instance(); - t2 = url.toString$0(0); - t3 = A.convertLaunchMode(B.LaunchMode_0); - isWebURL = B.JSString_methods.startsWith$1(t2, "http:") || B.JSString_methods.startsWith$1(t2, "https:"); - if (t3 !== B.PreferredLaunchMode_1) - useWebView = isWebURL && t3 === B.PreferredLaunchMode_0; - else - useWebView = true; - $async$returnValue = t1.launch$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName(t2, true, true, B.Map_empty8, t3 === B.PreferredLaunchMode_3, useWebView, useWebView, null); + $async$returnValue = $.$get$UrlLauncherPlatform__instance().launchUrl$2(url.toString$0(0), new A.LaunchOptions(A.convertLaunchMode(B.LaunchMode_0), new A.InAppWebViewConfiguration(true, true, B.Map_empty8), null)); // goto return $async$goto = 1; break; @@ -149126,983 +154110,6 @@ return b; } }, - J = { - makeDispatchRecord(interceptor, proto, extension, indexability) { - return {i: interceptor, p: proto, e: extension, x: indexability}; - }, - getNativeInterceptor(object) { - var proto, objectProto, $constructor, interceptor, t1, - record = object[init.dispatchPropertyName]; - if (record == null) - if ($.initNativeDispatchFlag == null) { - A.initNativeDispatch(); - record = object[init.dispatchPropertyName]; - } - if (record != null) { - proto = record.p; - if (false === proto) - return record.i; - if (true === proto) - return object; - objectProto = Object.getPrototypeOf(object); - if (proto === objectProto) - return record.i; - if (record.e === objectProto) - throw A.wrapException(A.UnimplementedError$("Return interceptor for " + A.S(proto(object, record)))); - } - $constructor = object.constructor; - if ($constructor == null) - interceptor = null; - else { - t1 = $._JS_INTEROP_INTERCEPTOR_TAG; - if (t1 == null) - t1 = $._JS_INTEROP_INTERCEPTOR_TAG = init.getIsolateTag("_$dart_js"); - interceptor = $constructor[t1]; - } - if (interceptor != null) - return interceptor; - interceptor = A.lookupAndCacheInterceptor(object); - if (interceptor != null) - return interceptor; - if (typeof object == "function") - return B.JavaScriptFunction_methods; - proto = Object.getPrototypeOf(object); - if (proto == null) - return B.PlainJavaScriptObject_methods; - if (proto === Object.prototype) - return B.PlainJavaScriptObject_methods; - if (typeof $constructor == "function") { - t1 = $._JS_INTEROP_INTERCEPTOR_TAG; - if (t1 == null) - t1 = $._JS_INTEROP_INTERCEPTOR_TAG = init.getIsolateTag("_$dart_js"); - Object.defineProperty($constructor, t1, {value: B.UnknownJavaScriptObject_methods, enumerable: false, writable: true, configurable: true}); - return B.UnknownJavaScriptObject_methods; - } - return B.UnknownJavaScriptObject_methods; - }, - JSArray_JSArray$fixed($length, $E) { - if ($length < 0 || $length > 4294967295) - throw A.wrapException(A.RangeError$range($length, 0, 4294967295, "length", null)); - return J.JSArray_JSArray$markFixed(new Array($length), $E); - }, - JSArray_JSArray$allocateFixed($length, $E) { - if ($length < 0 || $length > 4294967295) - throw A.wrapException(A.RangeError$range($length, 0, 4294967295, "length", null)); - return J.JSArray_JSArray$markFixed(new Array($length), $E); - }, - JSArray_JSArray$growable($length, $E) { - if ($length < 0) - throw A.wrapException(A.ArgumentError$("Length must be a non-negative integer: " + $length, null)); - return A._setArrayType(new Array($length), $E._eval$1("JSArray<0>")); - }, - JSArray_JSArray$allocateGrowable($length, $E) { - if ($length < 0) - throw A.wrapException(A.ArgumentError$("Length must be a non-negative integer: " + $length, null)); - return A._setArrayType(new Array($length), $E._eval$1("JSArray<0>")); - }, - JSArray_JSArray$markFixed(allocation, $E) { - return J.JSArray_markFixedList(A._setArrayType(allocation, $E._eval$1("JSArray<0>"))); - }, - JSArray_markFixedList(list) { - list.fixed$length = Array; - return list; - }, - JSArray_markUnmodifiableList(list) { - list.fixed$length = Array; - list.immutable$list = Array; - return list; - }, - JSArray__compareAny(a, b) { - return J.compareTo$1$ns(a, b); - }, - JSString__isWhitespace(codeUnit) { - if (codeUnit < 256) - switch (codeUnit) { - case 9: - case 10: - case 11: - case 12: - case 13: - case 32: - case 133: - case 160: - return true; - default: - return false; - } - switch (codeUnit) { - case 5760: - case 8192: - case 8193: - case 8194: - case 8195: - case 8196: - case 8197: - case 8198: - case 8199: - case 8200: - case 8201: - case 8202: - case 8232: - case 8233: - case 8239: - case 8287: - case 12288: - case 65279: - return true; - default: - return false; - } - }, - JSString__skipLeadingWhitespace(string, index) { - var t1, codeUnit; - for (t1 = string.length; index < t1;) { - codeUnit = string.charCodeAt(index); - if (codeUnit !== 32 && codeUnit !== 13 && !J.JSString__isWhitespace(codeUnit)) - break; - ++index; - } - return index; - }, - JSString__skipTrailingWhitespace(string, index) { - var index0, codeUnit; - for (; index > 0; index = index0) { - index0 = index - 1; - codeUnit = string.charCodeAt(index0); - if (codeUnit !== 32 && codeUnit !== 13 && !J.JSString__isWhitespace(codeUnit)) - break; - } - return index; - }, - getInterceptor$(receiver) { - if (typeof receiver == "number") { - if (Math.floor(receiver) == receiver) - return J.JSInt.prototype; - return J.JSNumNotInt.prototype; - } - if (typeof receiver == "string") - return J.JSString.prototype; - if (receiver == null) - return J.JSNull.prototype; - if (typeof receiver == "boolean") - return J.JSBool.prototype; - if (Array.isArray(receiver)) - return J.JSArray.prototype; - if (typeof receiver != "object") { - if (typeof receiver == "function") - return J.JavaScriptFunction.prototype; - return receiver; - } - if (receiver instanceof A.Object) - return receiver; - return J.getNativeInterceptor(receiver); - }, - getInterceptor$ansx(receiver) { - if (typeof receiver == "number") - return J.JSNumber.prototype; - if (typeof receiver == "string") - return J.JSString.prototype; - if (receiver == null) - return receiver; - if (Array.isArray(receiver)) - return J.JSArray.prototype; - if (typeof receiver != "object") { - if (typeof receiver == "function") - return J.JavaScriptFunction.prototype; - return receiver; - } - if (receiver instanceof A.Object) - return receiver; - return J.getNativeInterceptor(receiver); - }, - getInterceptor$asx(receiver) { - if (typeof receiver == "string") - return J.JSString.prototype; - if (receiver == null) - return receiver; - if (Array.isArray(receiver)) - return J.JSArray.prototype; - if (typeof receiver != "object") { - if (typeof receiver == "function") - return J.JavaScriptFunction.prototype; - return receiver; - } - if (receiver instanceof A.Object) - return receiver; - return J.getNativeInterceptor(receiver); - }, - getInterceptor$ax(receiver) { - if (receiver == null) - return receiver; - if (Array.isArray(receiver)) - return J.JSArray.prototype; - if (typeof receiver != "object") { - if (typeof receiver == "function") - return J.JavaScriptFunction.prototype; - return receiver; - } - if (receiver instanceof A.Object) - return receiver; - return J.getNativeInterceptor(receiver); - }, - getInterceptor$in(receiver) { - if (typeof receiver == "number") { - if (Math.floor(receiver) == receiver) - return J.JSInt.prototype; - return J.JSNumNotInt.prototype; - } - if (receiver == null) - return receiver; - if (!(receiver instanceof A.Object)) - return J.UnknownJavaScriptObject.prototype; - return receiver; - }, - getInterceptor$n(receiver) { - if (typeof receiver == "number") - return J.JSNumber.prototype; - if (receiver == null) - return receiver; - if (!(receiver instanceof A.Object)) - return J.UnknownJavaScriptObject.prototype; - return receiver; - }, - getInterceptor$ns(receiver) { - if (typeof receiver == "number") - return J.JSNumber.prototype; - if (typeof receiver == "string") - return J.JSString.prototype; - if (receiver == null) - return receiver; - if (!(receiver instanceof A.Object)) - return J.UnknownJavaScriptObject.prototype; - return receiver; - }, - getInterceptor$s(receiver) { - if (typeof receiver == "string") - return J.JSString.prototype; - if (receiver == null) - return receiver; - if (!(receiver instanceof A.Object)) - return J.UnknownJavaScriptObject.prototype; - return receiver; - }, - getInterceptor$x(receiver) { - if (receiver == null) - return receiver; - if (typeof receiver != "object") { - if (typeof receiver == "function") - return J.JavaScriptFunction.prototype; - return receiver; - } - if (receiver instanceof A.Object) - return receiver; - return J.getNativeInterceptor(receiver); - }, - getInterceptor$z(receiver) { - if (receiver == null) - return receiver; - if (!(receiver instanceof A.Object)) - return J.UnknownJavaScriptObject.prototype; - return receiver; - }, - set$_count$z(receiver, value) { - return J.getInterceptor$z(receiver).set$_count(receiver, value); - }, - set$length$asx(receiver, value) { - return J.getInterceptor$asx(receiver).set$length(receiver, value); - }, - set$text$z(receiver, value) { - return J.getInterceptor$z(receiver).set$text(receiver, value); - }, - get$access_token$x(receiver) { - return J.getInterceptor$x(receiver).get$access_token(receiver); - }, - get$add$ax(receiver) { - return J.getInterceptor$ax(receiver).get$add(receiver); - }, - get$attached$z(receiver) { - return J.getInterceptor$z(receiver).get$attached(receiver); - }, - get$authorization$x(receiver) { - return J.getInterceptor$x(receiver).get$authorization(receiver); - }, - get$body$x(receiver) { - return J.getInterceptor$x(receiver).get$body(receiver); - }, - get$buffer$x(receiver) { - return J.getInterceptor$x(receiver).get$buffer(receiver); - }, - get$children$x(receiver) { - return J.getInterceptor$x(receiver).get$children(receiver); - }, - get$close$z(receiver) { - return J.getInterceptor$z(receiver).get$close(receiver); - }, - get$code$x(receiver) { - return J.getInterceptor$x(receiver).get$code(receiver); - }, - get$credentials$z(receiver) { - return J.getInterceptor$z(receiver).get$credentials(receiver); - }, - get$current$z(receiver) { - return J.getInterceptor$z(receiver).get$current(receiver); - }, - get$currentUser$x(receiver) { - return J.getInterceptor$x(receiver).get$currentUser(receiver); - }, - get$document$x(receiver) { - return J.getInterceptor$x(receiver).get$document(receiver); - }, - get$email$x(receiver) { - return J.getInterceptor$x(receiver).get$email(receiver); - }, - get$entries$x(receiver) { - return J.getInterceptor$x(receiver).get$entries(receiver); - }, - get$error$x(receiver) { - return J.getInterceptor$x(receiver).get$error(receiver); - }, - get$first$ax(receiver) { - return J.getInterceptor$ax(receiver).get$first(receiver); - }, - get$firstName$x(receiver) { - return J.getInterceptor$x(receiver).get$firstName(receiver); - }, - get$hashCode$(receiver) { - return J.getInterceptor$(receiver).get$hashCode(receiver); - }, - get$height$x(receiver) { - return J.getInterceptor$x(receiver).get$height(receiver); - }, - get$id$x(receiver) { - return J.getInterceptor$x(receiver).get$id(receiver); - }, - get$id_token$x(receiver) { - return J.getInterceptor$x(receiver).get$id_token(receiver); - }, - get$image$z(receiver) { - return J.getInterceptor$z(receiver).get$image(receiver); - }, - get$index$z(receiver) { - return J.getInterceptor$z(receiver).get$index(receiver); - }, - get$isEmpty$asx(receiver) { - return J.getInterceptor$asx(receiver).get$isEmpty(receiver); - }, - get$isNotEmpty$asx(receiver) { - return J.getInterceptor$asx(receiver).get$isNotEmpty(receiver); - }, - get$iterator$ax(receiver) { - return J.getInterceptor$ax(receiver).get$iterator(receiver); - }, - get$keys$x(receiver) { - return J.getInterceptor$x(receiver).get$keys(receiver); - }, - get$last$ax(receiver) { - return J.getInterceptor$ax(receiver).get$last(receiver); - }, - get$lastName$x(receiver) { - return J.getInterceptor$x(receiver).get$lastName(receiver); - }, - get$length$asx(receiver) { - return J.getInterceptor$asx(receiver).get$length(receiver); - }, - get$lengthInBytes$x(receiver) { - return J.getInterceptor$x(receiver).get$lengthInBytes(receiver); - }, - get$lineNumber$z(receiver) { - return J.getInterceptor$z(receiver).get$lineNumber(receiver); - }, - get$message$x(receiver) { - return J.getInterceptor$x(receiver).get$message(receiver); - }, - get$name$x(receiver) { - return J.getInterceptor$x(receiver).get$name(receiver); - }, - get$nodes$x(receiver) { - return J.getInterceptor$x(receiver).get$nodes(receiver); - }, - get$numPages$x(receiver) { - return J.getInterceptor$x(receiver).get$numPages(receiver); - }, - get$offset$x(receiver) { - return J.getInterceptor$x(receiver).get$offset(receiver); - }, - get$onError$x(receiver) { - return J.getInterceptor$x(receiver).get$onError(receiver); - }, - get$payload$z(receiver) { - return J.getInterceptor$z(receiver).get$payload(receiver); - }, - get$product$x(receiver) { - return J.getInterceptor$x(receiver).get$product(receiver); - }, - get$promise$x(receiver) { - return J.getInterceptor$x(receiver).get$promise(receiver); - }, - get$reversed$ax(receiver) { - return J.getInterceptor$ax(receiver).get$reversed(receiver); - }, - get$runtimeType$(receiver) { - return J.getInterceptor$(receiver).get$runtimeType(receiver); - }, - get$setRequestHeader$x(receiver) { - return J.getInterceptor$x(receiver).get$setRequestHeader(receiver); - }, - get$sign$in(receiver) { - if (typeof receiver === "number") - return receiver > 0 ? 1 : receiver < 0 ? -1 : receiver; - return J.getInterceptor$in(receiver).get$sign(receiver); - }, - get$size$x(receiver) { - return J.getInterceptor$x(receiver).get$size(receiver); - }, - get$source$z(receiver) { - return J.getInterceptor$z(receiver).get$source(receiver); - }, - get$state$x(receiver) { - return J.getInterceptor$x(receiver).get$state(receiver); - }, - get$status$x(receiver) { - return J.getInterceptor$x(receiver).get$status(receiver); - }, - get$stop$z(receiver) { - return J.getInterceptor$z(receiver).get$stop(receiver); - }, - get$stream$z(receiver) { - return J.getInterceptor$z(receiver).get$stream(receiver); - }, - get$transaction$x(receiver) { - return J.getInterceptor$x(receiver).get$transaction(receiver); - }, - get$user$x(receiver) { - return J.getInterceptor$x(receiver).get$user(receiver); - }, - get$value$x(receiver) { - return J.getInterceptor$x(receiver).get$value(receiver); - }, - get$values$x(receiver) { - return J.getInterceptor$x(receiver).get$values(receiver); - }, - get$vendor$x(receiver) { - return J.getInterceptor$x(receiver).get$vendor(receiver); - }, - get$width$x(receiver) { - return J.getInterceptor$x(receiver).get$width(receiver); - }, - $add$ansx(receiver, a0) { - if (typeof receiver == "number" && typeof a0 == "number") - return receiver + a0; - return J.getInterceptor$ansx(receiver).$add(receiver, a0); - }, - $div$n(receiver, a0) { - if (typeof receiver == "number" && typeof a0 == "number") - return receiver / a0; - return J.getInterceptor$n(receiver).$div(receiver, a0); - }, - $eq$(receiver, a0) { - if (receiver == null) - return a0 == null; - if (typeof receiver != "object") - return a0 != null && receiver === a0; - return J.getInterceptor$(receiver).$eq(receiver, a0); - }, - $get$0$x(receiver) { - return J.getInterceptor$x(receiver).$get$0(receiver); - }, - $get$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).$get$2(receiver, a0, a1); - }, - $get$3$rawResponse$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).$get$3$rawResponse(receiver, a0, a1, a2); - }, - $gt$n(receiver, a0) { - if (typeof receiver == "number" && typeof a0 == "number") - return receiver > a0; - return J.getInterceptor$n(receiver).$gt(receiver, a0); - }, - $index$asx(receiver, a0) { - if (typeof a0 === "number") - if (Array.isArray(receiver) || typeof receiver == "string" || A.isJsIndexable(receiver, receiver[init.dispatchPropertyName])) - if (a0 >>> 0 === a0 && a0 < receiver.length) - return receiver[a0]; - return J.getInterceptor$asx(receiver).$index(receiver, a0); - }, - $indexSet$ax(receiver, a0, a1) { - if (typeof a0 === "number") - if ((Array.isArray(receiver) || A.isJsIndexable(receiver, receiver[init.dispatchPropertyName])) && !receiver.immutable$list && a0 >>> 0 === a0 && a0 < receiver.length) - return receiver[a0] = a1; - return J.getInterceptor$ax(receiver).$indexSet(receiver, a0, a1); - }, - $mul$ns(receiver, a0) { - if (typeof receiver == "number" && typeof a0 == "number") - return receiver * a0; - return J.getInterceptor$ns(receiver).$mul(receiver, a0); - }, - $sub$n(receiver, a0) { - if (typeof receiver == "number" && typeof a0 == "number") - return receiver - a0; - return J.getInterceptor$n(receiver).$sub(receiver, a0); - }, - _clearChildren$0$x(receiver) { - return J.getInterceptor$x(receiver)._clearChildren$0(receiver); - }, - _replaceChild$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver)._replaceChild$2(receiver, a0, a1); - }, - accept$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).accept$1(receiver, a0); - }, - add$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).add$1(receiver, a0); - }, - addAll$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).addAll$1(receiver, a0); - }, - addEventListener$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).addEventListener$3(receiver, a0, a1, a2); - }, - addListener$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).addListener$1(receiver, a0); - }, - addStream$1$z(receiver, a0) { - return J.getInterceptor$z(receiver).addStream$1(receiver, a0); - }, - allMatches$1$s(receiver, a0) { - return J.getInterceptor$s(receiver).allMatches$1(receiver, a0); - }, - allMatches$2$s(receiver, a0, a1) { - return J.getInterceptor$s(receiver).allMatches$2(receiver, a0, a1); - }, - any$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).any$1(receiver, a0); - }, - asByteData$0$x(receiver) { - return J.getInterceptor$x(receiver).asByteData$0(receiver); - }, - asByteData$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).asByteData$2(receiver, a0, a1); - }, - asFloat32List$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).asFloat32List$2(receiver, a0, a1); - }, - asFloat64List$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).asFloat64List$2(receiver, a0, a1); - }, - asInt32List$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).asInt32List$2(receiver, a0, a1); - }, - asInt64List$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).asInt64List$2(receiver, a0, a1); - }, - asMap$0$ax(receiver) { - return J.getInterceptor$ax(receiver).asMap$0(receiver); - }, - asUint32List$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).asUint32List$2(receiver, a0, a1); - }, - asUint8List$0$x(receiver) { - return J.getInterceptor$x(receiver).asUint8List$0(receiver); - }, - asUint8List$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).asUint8List$2(receiver, a0, a1); - }, - cast$1$0$ax(receiver, $T1) { - return J.getInterceptor$ax(receiver).cast$1$0(receiver, $T1); - }, - cast$2$0$ax(receiver, $T1, $T2) { - return J.getInterceptor$ax(receiver).cast$2$0(receiver, $T1, $T2); - }, - clamp$2$n(receiver, a0, a1) { - return J.getInterceptor$n(receiver).clamp$2(receiver, a0, a1); - }, - cleanup$0$x(receiver) { - return J.getInterceptor$x(receiver).cleanup$0(receiver); - }, - clear$0$ax(receiver) { - return J.getInterceptor$ax(receiver).clear$0(receiver); - }, - close$0$z(receiver) { - return J.getInterceptor$z(receiver).close$0(receiver); - }, - codeUnitAt$1$s(receiver, a0) { - return J.getInterceptor$s(receiver).codeUnitAt$1(receiver, a0); - }, - compareTo$1$ns(receiver, a0) { - return J.getInterceptor$ns(receiver).compareTo$1(receiver, a0); - }, - compareTo$3$expenseCategory$sortAscending$sortField$ns(receiver, a0, a1, a2) { - return J.getInterceptor$ns(receiver).compareTo$3$expenseCategory$sortAscending$sortField(receiver, a0, a1, a2); - }, - compareTo$3$sortAscending$sortField$taskStatus$ns(receiver, a0, a1, a2) { - return J.getInterceptor$ns(receiver).compareTo$3$sortAscending$sortField$taskStatus(receiver, a0, a1, a2); - }, - compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap$ns(receiver, a0, a1, a2, a3, a4, a5) { - return J.getInterceptor$ns(receiver).compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap(receiver, a0, a1, a2, a3, a4, a5); - }, - compareTo$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap$ns(receiver, a0, a1, a2, a3, a4, a5, a6) { - return J.getInterceptor$ns(receiver).compareTo$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap(receiver, a0, a1, a2, a3, a4, a5, a6); - }, - complete$0$z(receiver) { - return J.getInterceptor$z(receiver).complete$0(receiver); - }, - complete$1$z(receiver, a0) { - return J.getInterceptor$z(receiver).complete$1(receiver, a0); - }, - complete$2$isReplaced$z(receiver, a0, a1) { - return J.getInterceptor$z(receiver).complete$2$isReplaced(receiver, a0, a1); - }, - contains$1$asx(receiver, a0) { - return J.getInterceptor$asx(receiver).contains$1(receiver, a0); - }, - containsKey$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).containsKey$1(receiver, a0); - }, - createElement$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).createElement$1(receiver, a0); - }, - destroy$0$x(receiver) { - return J.getInterceptor$x(receiver).destroy$0(receiver); - }, - detach$0$z(receiver) { - return J.getInterceptor$z(receiver).detach$0(receiver); - }, - disconnect$0$x(receiver) { - return J.getInterceptor$x(receiver).disconnect$0(receiver); - }, - elementAt$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).elementAt$1(receiver, a0); - }, - endsWith$1$s(receiver, a0) { - return J.getInterceptor$s(receiver).endsWith$1(receiver, a0); - }, - expand$1$1$ax(receiver, a0, $T1) { - return J.getInterceptor$ax(receiver).expand$1$1(receiver, a0, $T1); - }, - floor$0$n(receiver) { - return J.getInterceptor$n(receiver).floor$0(receiver); - }, - fold$1$2$ax(receiver, a0, a1, $T1) { - return J.getInterceptor$ax(receiver).fold$1$2(receiver, a0, a1, $T1); - }, - followedBy$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).followedBy$1(receiver, a0); - }, - forEach$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).forEach$1(receiver, a0); - }, - getAuthResponse$0$x(receiver) { - return J.getInterceptor$x(receiver).getAuthResponse$0(receiver); - }, - getBasicProfile$0$x(receiver) { - return J.getInterceptor$x(receiver).getBasicProfile$0(receiver); - }, - getContext$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).getContext$1(receiver, a0); - }, - getEmail$0$x(receiver) { - return J.getInterceptor$x(receiver).getEmail$0(receiver); - }, - getFloat64$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).getFloat64$2(receiver, a0, a1); - }, - getId$0$x(receiver) { - return J.getInterceptor$x(receiver).getId$0(receiver); - }, - getImageUrl$0$x(receiver) { - return J.getInterceptor$x(receiver).getImageUrl$0(receiver); - }, - getInt32$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).getInt32$2(receiver, a0, a1); - }, - getInt64$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).getInt64$2(receiver, a0, a1); - }, - getName$0$x(receiver) { - return J.getInterceptor$x(receiver).getName$0(receiver); - }, - getPage$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).getPage$1(receiver, a0); - }, - getRange$2$ax(receiver, a0, a1) { - return J.getInterceptor$ax(receiver).getRange$2(receiver, a0, a1); - }, - getTransformTo$1$z(receiver, a0) { - return J.getInterceptor$z(receiver).getTransformTo$1(receiver, a0); - }, - getUint16$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).getUint16$2(receiver, a0, a1); - }, - getUint32$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).getUint32$2(receiver, a0, a1); - }, - getUint8$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).getUint8$1(receiver, a0); - }, - getViewport$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).getViewport$1(receiver, a0); - }, - indexOf$1$asx(receiver, a0) { - return J.getInterceptor$asx(receiver).indexOf$1(receiver, a0); - }, - indexOf$2$asx(receiver, a0, a1) { - return J.getInterceptor$asx(receiver).indexOf$2(receiver, a0, a1); - }, - insert$2$ax(receiver, a0, a1) { - return J.getInterceptor$ax(receiver).insert$2(receiver, a0, a1); - }, - insertAll$2$ax(receiver, a0, a1) { - return J.getInterceptor$ax(receiver).insertAll$2(receiver, a0, a1); - }, - insertAllBefore$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).insertAllBefore$2(receiver, a0, a1); - }, - isIdentity$0$z(receiver) { - return J.getInterceptor$z(receiver).isIdentity$0(receiver); - }, - isSignedIn$0$x(receiver) { - return J.getInterceptor$x(receiver).isSignedIn$0(receiver); - }, - join$0$ax(receiver) { - return J.getInterceptor$ax(receiver).join$0(receiver); - }, - join$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).join$1(receiver, a0); - }, - listen$4$cancelOnError$onDone$onError$z(receiver, a0, a1, a2, a3) { - return J.getInterceptor$z(receiver).listen$4$cancelOnError$onDone$onError(receiver, a0, a1, a2, a3); - }, - listener$1$z(receiver, a0) { - return J.getInterceptor$z(receiver).listener$1(receiver, a0); - }, - loginPopup$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).loginPopup$1(receiver, a0); - }, - map$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).map$1(receiver, a0); - }, - map$1$1$ax(receiver, a0, $T1) { - return J.getInterceptor$ax(receiver).map$1$1(receiver, a0, $T1); - }, - map$2$1$ax(receiver, a0, $T1, $T2) { - return J.getInterceptor$ax(receiver).map$2$1(receiver, a0, $T1, $T2); - }, - matchAsPrefix$2$s(receiver, a0, a1) { - return J.getInterceptor$s(receiver).matchAsPrefix$2(receiver, a0, a1); - }, - noSuchMethod$1$(receiver, a0) { - return J.getInterceptor$(receiver).noSuchMethod$1(receiver, a0); - }, - onCancel$0$z(receiver) { - return J.getInterceptor$z(receiver).onCancel$0(receiver); - }, - onPause$0$z(receiver) { - return J.getInterceptor$z(receiver).onPause$0(receiver); - }, - onResume$0$z(receiver) { - return J.getInterceptor$z(receiver).onResume$0(receiver); - }, - open$3$async$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).open$3$async(receiver, a0, a1, a2); - }, - parse$1$z(receiver, a0) { - return J.getInterceptor$z(receiver).parse$1(receiver, a0); - }, - parse$2$z(receiver, a0, a1) { - return J.getInterceptor$z(receiver).parse$2(receiver, a0, a1); - }, - put$4$z(receiver, a0, a1, a2, a3) { - return J.getInterceptor$z(receiver).put$4(receiver, a0, a1, a2, a3); - }, - putIfAbsent$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).putIfAbsent$2(receiver, a0, a1); - }, - readAsArrayBuffer$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).readAsArrayBuffer$1(receiver, a0); - }, - remove$0$ax(receiver) { - return J.getInterceptor$ax(receiver).remove$0(receiver); - }, - remove$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).remove$1(receiver, a0); - }, - removeAt$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).removeAt$1(receiver, a0); - }, - removeEventListener$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).removeEventListener$2(receiver, a0, a1); - }, - removeEventListener$3$x(receiver, a0, a1, a2) { - return J.getInterceptor$x(receiver).removeEventListener$3(receiver, a0, a1, a2); - }, - removeLast$0$ax(receiver) { - return J.getInterceptor$ax(receiver).removeLast$0(receiver); - }, - removeListener$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).removeListener$1(receiver, a0); - }, - removeRange$2$ax(receiver, a0, a1) { - return J.getInterceptor$ax(receiver).removeRange$2(receiver, a0, a1); - }, - removeWhere$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).removeWhere$1(receiver, a0); - }, - render$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).render$1(receiver, a0); - }, - replaceFirst$2$s(receiver, a0, a1) { - return J.getInterceptor$s(receiver).replaceFirst$2(receiver, a0, a1); - }, - replaceWith$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).replaceWith$1(receiver, a0); - }, - resolve$1$z(receiver, a0) { - return J.getInterceptor$z(receiver).resolve$1(receiver, a0); - }, - retainWhere$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).retainWhere$1(receiver, a0); - }, - round$0$n(receiver) { - return J.getInterceptor$n(receiver).round$0(receiver); - }, - scale$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).scale$1(receiver, a0); - }, - send$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).send$1(receiver, a0); - }, - setAll$2$ax(receiver, a0, a1) { - return J.getInterceptor$ax(receiver).setAll$2(receiver, a0, a1); - }, - setRange$4$ax(receiver, a0, a1, a2, a3) { - return J.getInterceptor$ax(receiver).setRange$4(receiver, a0, a1, a2, a3); - }, - show$0$z(receiver) { - return J.getInterceptor$z(receiver).show$0(receiver); - }, - signIn$1$x(receiver, a0) { - return J.getInterceptor$x(receiver).signIn$1(receiver, a0); - }, - signOut$0$x(receiver) { - return J.getInterceptor$x(receiver).signOut$0(receiver); - }, - skip$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).skip$1(receiver, a0); - }, - sort$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).sort$1(receiver, a0); - }, - split$1$s(receiver, a0) { - return J.getInterceptor$s(receiver).split$1(receiver, a0); - }, - startsWith$1$s(receiver, a0) { - return J.getInterceptor$s(receiver).startsWith$1(receiver, a0); - }, - style$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).style$2(receiver, a0, a1); - }, - sublist$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).sublist$1(receiver, a0); - }, - sublist$2$ax(receiver, a0, a1) { - return J.getInterceptor$ax(receiver).sublist$2(receiver, a0, a1); - }, - submit$0$z(receiver) { - return J.getInterceptor$z(receiver).submit$0(receiver); - }, - substring$1$s(receiver, a0) { - return J.getInterceptor$s(receiver).substring$1(receiver, a0); - }, - substring$2$s(receiver, a0, a1) { - return J.getInterceptor$s(receiver).substring$2(receiver, a0, a1); - }, - take$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).take$1(receiver, a0); - }, - then$1$1$x(receiver, a0, $T1) { - return J.getInterceptor$x(receiver).then$1$1(receiver, a0, $T1); - }, - then$1$2$onError$x(receiver, a0, a1, $T1) { - return J.getInterceptor$x(receiver).then$1$2$onError(receiver, a0, a1, $T1); - }, - then$2$x(receiver, a0, a1) { - return J.getInterceptor$x(receiver).then$2(receiver, a0, a1); - }, - toBlob$0$x(receiver) { - return J.getInterceptor$x(receiver).toBlob$0(receiver); - }, - toInt$0$n(receiver) { - return J.getInterceptor$n(receiver).toInt$0(receiver); - }, - toList$0$ax(receiver) { - return J.getInterceptor$ax(receiver).toList$0(receiver); - }, - toList$1$growable$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).toList$1$growable(receiver, a0); - }, - toRadixString$1$n(receiver, a0) { - return J.getInterceptor$n(receiver).toRadixString$1(receiver, a0); - }, - toSet$0$ax(receiver) { - return J.getInterceptor$ax(receiver).toSet$0(receiver); - }, - toString$0$(receiver) { - return J.getInterceptor$(receiver).toString$0(receiver); - }, - total$2$z(receiver, a0, a1) { - return J.getInterceptor$z(receiver).total$2(receiver, a0, a1); - }, - trim$0$s(receiver) { - return J.getInterceptor$s(receiver).trim$0(receiver); - }, - trimLeft$0$s(receiver) { - return J.getInterceptor$s(receiver).trimLeft$0(receiver); - }, - updateWith$1$config$z(receiver, a0) { - return J.getInterceptor$z(receiver).updateWith$1$config(receiver, a0); - }, - where$1$ax(receiver, a0) { - return J.getInterceptor$ax(receiver).where$1(receiver, a0); - }, - Interceptor: function Interceptor() { - }, - JSBool: function JSBool() { - }, - JSNull: function JSNull() { - }, - JavaScriptObject: function JavaScriptObject() { - }, - LegacyJavaScriptObject: function LegacyJavaScriptObject() { - }, - PlainJavaScriptObject: function PlainJavaScriptObject() { - }, - UnknownJavaScriptObject: function UnknownJavaScriptObject() { - }, - JavaScriptFunction: function JavaScriptFunction() { - }, - JSArray: function JSArray(t0) { - this.$ti = t0; - }, - JSUnmodifiableArray: function JSUnmodifiableArray(t0) { - this.$ti = t0; - }, - ArrayIterator: function ArrayIterator(t0, t1, t2) { - var _ = this; - _._iterable = t0; - _.__interceptors$_length = t1; - _._index = 0; - _.__interceptors$_current = null; - _.$ti = t2; - }, - JSNumber: function JSNumber() { - }, - JSInt: function JSInt() { - }, - JSNumNotInt: function JSNumNotInt() { - }, - JSString: function JSString() { - } - }, B = {}; var holders = [A, J, B]; var $ = {}; @@ -150157,7 +154164,7 @@ autoStart$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; + $async$self = this, t1; var $async$autoStart$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -150169,8 +154176,9 @@ return A._asyncAwait($async$self._initializeEngine.call$0(), $async$autoStart$0); case 2: // returning from await. + t1 = $async$self._runApp.call$0(); $async$goto = 3; - return A._asyncAwait($async$self._runApp.call$0(), $async$autoStart$0); + return A._asyncAwait(type$.Future_dynamic._is(t1) ? t1 : A._Future$value(t1, type$.dynamic), $async$autoStart$0); case 3: // returning from await. // implicit return @@ -150180,20 +154188,13 @@ return A._asyncStartSync($async$autoStart$0, $async$completer); }, prepareEngineInitializer$0() { - var t1 = A.allowInterop(new A.AppBootstrap_prepareEngineInitializer_closure(this)); - return type$.JavaScriptObject._as({initializeEngine: A.allowInterop(new A.AppBootstrap_prepareEngineInitializer_closure0(this)), autoStart: t1}); + return A.FlutterEngineInitializer__staticInteropFactoryStub(new A.AppBootstrap_prepareEngineInitializer_closure(this), new A.AppBootstrap_prepareEngineInitializer_closure0(this)); }, _prepareAppRunner$0() { - return type$.JavaScriptObject._as({runApp: A.allowInterop(new A.AppBootstrap__prepareAppRunner_closure(this))}); + return A.FlutterAppRunner__staticInteropFactoryStub(new A.AppBootstrap__prepareAppRunner_closure(this)); } }; A.AppBootstrap_prepareEngineInitializer_closure.prototype = { - call$0() { - return A.futureToPromise(new A.AppBootstrap_prepareEngineInitializer__closure0(this.$this).call$0(), type$.JavaScriptObject); - }, - $signature: 424 - }; - A.AppBootstrap_prepareEngineInitializer__closure0.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.JavaScriptObject), @@ -150220,28 +154221,20 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 619 + $signature: 1348 }; A.AppBootstrap_prepareEngineInitializer_closure0.prototype = { call$1(configuration) { - return A.futureToPromise(new A.AppBootstrap_prepareEngineInitializer__closure(this.$this, configuration).call$0(), type$.JavaScriptObject); + return this.$call$body$AppBootstrap_prepareEngineInitializer_closure(configuration); }, call$0() { return this.call$1(null); }, - "call*": "call$1", - $requiredArgCount: 0, - $defaultValues() { - return [null]; - }, - $signature: 716 - }; - A.AppBootstrap_prepareEngineInitializer__closure.prototype = { - call$0() { + $call$body$AppBootstrap_prepareEngineInitializer_closure(configuration) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.JavaScriptObject), $async$returnValue, $async$self = this, t1; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); while (true) @@ -150250,7 +154243,7 @@ // Function start t1 = $async$self.$this; $async$goto = 3; - return A._asyncAwait(t1._initializeEngine.call$1($async$self.configuration), $async$call$0); + return A._asyncAwait(t1._initializeEngine.call$1(configuration), $async$call$1); case 3: // returning from await. $async$returnValue = t1._prepareAppRunner$0(); @@ -150262,51 +154255,45 @@ return A._asyncReturn($async$returnValue, $async$completer); } }); - return A._asyncStartSync($async$call$0, $async$completer); + return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 619 + $signature: 915 }; A.AppBootstrap__prepareAppRunner_closure.prototype = { call$1(params) { - return new globalThis.Promise(A.allowInterop(new A.AppBootstrap__prepareAppRunner__closure(this.$this))); + return this.$call$body$AppBootstrap__prepareAppRunner_closure(params); }, call$0() { return this.call$1(null); }, - "call*": "call$1", - $requiredArgCount: 0, - $defaultValues() { - return [null]; - }, - $signature: 716 - }; - A.AppBootstrap__prepareAppRunner__closure.prototype = { - call$2(resolve, _) { - return this.$call$body$AppBootstrap__prepareAppRunner__closure(resolve, _); - }, - $call$body$AppBootstrap__prepareAppRunner__closure(resolve, _) { + $call$body$AppBootstrap__prepareAppRunner_closure(params) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; - var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + $async$completer = A._makeAsyncAwaitCompleter(type$.JavaScriptObject), + $async$returnValue, $async$self = this, t1; + var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); while (true) switch ($async$goto) { case 0: // Function start - $async$goto = 2; - return A._asyncAwait($async$self.$this._runApp.call$0(), $async$call$2); - case 2: + t1 = $async$self.$this._runApp.call$0(); + $async$goto = 3; + return A._asyncAwait(type$.Future_dynamic._is(t1) ? t1 : A._Future$value(t1, type$.dynamic), $async$call$1); + case 3: // returning from await. - A.PromiseResolverExtension_resolve(resolve, type$.JavaScriptObject._as({})); - // implicit return - return A._asyncReturn(null, $async$completer); + $async$returnValue = type$.JavaScriptObject._as({}); + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); } }); - return A._asyncStartSync($async$call$2, $async$completer); + return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2431 + $signature: 915 }; A.BrowserEngine.prototype = { _enumToString$0() { @@ -150357,6 +154344,7 @@ requiresClearRect = true; } else { t1 = _this._widthInBitmapPixels; + $.$get$EngineFlutterDisplay__instance(); t2 = self.window.devicePixelRatio; if (t2 === 0) t2 = 1; @@ -150402,6 +154390,7 @@ A.DomCanvasRenderingContext2DExtension_setTransform(ctx, 1, 0, 0, 1, 0, 0); if (requiresClearRect) ctx.clearRect(0, 0, _this._widthInBitmapPixels * t2, _this._heightInBitmapPixels * t2); + $.$get$EngineFlutterDisplay__instance(); t1 = self.window.devicePixelRatio; if (t1 === 0) t1 = 1; @@ -150453,6 +154442,7 @@ t3 = clipTimeTransform._m4storage; t4 = prevTransform._m4storage; if (t3[0] !== t4[0] || t3[1] !== t4[1] || t3[4] !== t4[4] || t3[5] !== t4[5] || t3[12] !== t4[12] || t3[13] !== t4[13]) { + $.$get$EngineFlutterDisplay__instance(); t4 = self.window.devicePixelRatio; ratio = (t4 === 0 ? 1 : t4) * t1; ctx.setTransform.apply(ctx, [ratio, 0, 0, ratio, 0, 0]); @@ -150488,6 +154478,7 @@ t1 = transform._m4storage; t2 = prevTransform._m4storage; if (t1[0] !== t2[0] || t1[1] !== t2[1] || t1[4] !== t2[4] || t1[5] !== t2[5] || t1[12] !== t2[12] || t1[13] !== t2[13]) { + $.$get$EngineFlutterDisplay__instance(); t2 = self.window.devicePixelRatio; if (t2 === 0) t2 = 1; @@ -150766,7 +154757,8 @@ A.DomCanvasRenderingContext2DExtension_set_shadowColor(t1, A.colorValueToCssString(A.Color$fromARGB(255, t2 >>> 16 & 255, t2 >>> 8 & 255, t2 & 255).value)); t1.translate(-50000, 0); tempVector = new Float32Array(2); - t2 = $.$get$window()._debugDevicePixelRatio; + $.$get$window(); + t2 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t2 == null) { t2 = self.window.devicePixelRatio; if (t2 === 0) @@ -150949,9 +154941,9 @@ if (t1 == null) t1 = null; } - return (t1 == null ? "https://www.gstatic.com/flutter-canvaskit/a794cf2681c6c9fe7b260e0e84de96298dc9c18b/" : t1) + filename; + return (t1 == null ? "https://www.gstatic.com/flutter-canvaskit/cf7a9d0800f2a5da166dbe0eb9fb2476018269b1/" : t1) + filename; }, - $signature: 30 + $signature: 31 }; A._downloadCanvasKitJs_loadEventHandler.prototype = { call$1(_) { @@ -150972,7 +154964,13 @@ B.JSNumber_methods.toInt$0(this.__engine$_canvas.skCanvas.save()); }, saveLayer$2(bounds, paint) { - this.__engine$_canvas.saveLayer$2(bounds, type$.CkPaint._as(paint)); + var t1 = type$.CkPaint, + t2 = this.__engine$_canvas; + if (bounds == null) { + t1._as(paint); + A.SkCanvasExtension_saveLayer(t2.skCanvas, paint.skiaObject, null, null, null); + } else + t2.saveLayer$2(bounds, t1._as(paint)); }, restore$0(_) { this.__engine$_canvas.skCanvas.restore(); @@ -151066,9 +155064,10 @@ this.__engine$_canvas.skCanvas.drawParagraph(t1, offset._dx, offset._dy); }, drawShadow$4(path, color, elevation, transparentOccluder) { - var t1, flags, inAmbient, inSpot, inTonalColors, tonalColors, t2, t3, t4; + var t1, flags, inAmbient, inSpot, inTonalColors, tonalColors, t2, t3; type$.CkPath._as(path); - t1 = $.$get$window()._debugDevicePixelRatio; + $.$get$window(); + t1 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t1 == null) { t1 = self.window.devicePixelRatio; if (t1 === 0) @@ -151085,11 +155084,11 @@ t2.toString; t3 = new Float32Array(3); t3[2] = t1 * elevation; - t4 = new Float32Array(3); - t4[0] = 0; - t4[1] = -450; - t4[2] = t1 * 600; - A.callMethod(this.__engine$_canvas.skCanvas, "drawShadow", [t2, t3, t4, t1 * 1.1, tonalColors.ambient, tonalColors.spot, flags]); + t1 = new Float32Array(3); + t1[0] = 0; + t1[1] = -1; + t1[2] = 1; + A.callMethod(this.__engine$_canvas.skCanvas, "drawShadow", [t2, t3, t1, 1.3333333333333333, tonalColors.ambient, tonalColors.spot, flags | 4]); } }; A.ManagedSkColorFilter.prototype = { @@ -151148,7 +155147,7 @@ $eq(_, other) { if (other == null) return false; - return A.getRuntimeTypeOfDartObject(this) === J.get$runtimeType$(other) && other instanceof A.CkMatrixColorFilter && A.listEquals(this.matrix, other.matrix); + return A.getRuntimeTypeOfDartObject(this) === J.get$runtimeType$(other) && other instanceof A.CkMatrixColorFilter && A.listEquals0(this.matrix, other.matrix); }, toString$0(_) { return "ColorFilter.matrix(" + A.S(this.matrix) + ")"; @@ -151226,11 +155225,10 @@ _this._warnedAboutTooManySurfaces = true; $.$get$printWarning().call$1("Flutter was unable to create enough overlay surfaces. This is usually caused by too many platform views being displayed at once. You may experience incorrect rendering."); } - if (!$.$get$platformViewManager().isInvisible$1(viewId) && hasAvailableOverlay) { + if (!$.$get$PlatformViewManager_instance().isInvisible$1(viewId) && hasAvailableOverlay) { pictureRecorder = new A.CkPictureRecorder(); t1 = _this._frameSize; pictureRecorder.beginRecording$1(new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy)); - pictureRecorder._recordingCanvas.skCanvas.clear(A._populateSkColor($.$get$_sharedSkColor1(), B.Color_0)); _this.__engine$_context.pictureRecordersCreatedDuringPreroll.push(pictureRecorder); } t1 = _this._currentCompositionParams; @@ -151320,7 +155318,7 @@ } }, _applyMutators$3(params, embeddedView, viewId) { - var headTransform, t2, t3, t4, t5, head, embeddedOpacity, t6, t7, headTransform0, t8, t9, t10, skPath, path, clipId, scale, inverseScale, _this = this, + var headTransform, t2, t3, t4, t5, head, embeddedOpacity, t6, t7, headTransform0, t8, t9, t10, skPath, path, box, clipId, scale, inverseScale, _this = this, t1 = params.offset; if (t1.$eq(0, B.Offset_0_0)) headTransform = A.Matrix4$identity(); @@ -151374,7 +155372,7 @@ } else { t7 = t6.rrect; if (t7 != null) { - skPath = new globalThis.window.flutterCanvasKit.Path(); + skPath = new self.window.flutterCanvasKit.Path(); skPath.setFillType($.$get$_skFillTypes()[0]); path = new A.CkPath(B.PathFillType_0); t6 = new A.UniqueRef("Path", t5); @@ -151382,7 +155380,9 @@ $.$get$nativeMemoryFinalizationRegistry(); if ($.$get$browserSupportsFinalizationRegistry()) { t8 = $.$get$_finalizationRegistry(); - t8.register(path, t6); + box = {}; + box[$.$get$_jsBoxedDartObjectProperty()] = t6; + t8.register(path, box); } path.__CkPath__ref_F !== $ && A.throwUnnamedLateFieldAI(); path.__CkPath__ref_F = t6; @@ -151442,7 +155442,8 @@ } } A.DomCSSStyleDeclarationExtension_setProperty(embeddedView.style, "opacity", B.JSNumber_methods.toString$0(embeddedOpacity)); - scale = $.$get$window()._debugDevicePixelRatio; + $.$get$window(); + scale = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (scale == null) { t1 = self.window.devicePixelRatio; scale = t1 === 0 ? 1 : t1; @@ -151476,7 +155477,7 @@ t2.append(t1); }, submitFrame$0(_) { - var t2, t3, pictureRecorderIndex, i, viewId, frame, t4, t5, _i, recorder, unusedViews, elementToInsertBefore, t6, t7, platformViewRoot, t8, overlay, view, overlayElement, nextElement, _this = this, + var t2, t3, pictureRecorderIndex, i, viewId, frame, t4, ckPicture, t5, _i, recorder, unusedViews, elementToInsertBefore, t6, t7, platformViewRoot, t8, overlay, view, overlayElement, nextElement, _this = this, t1 = _this._activeCompositionOrder, diffResult = t1.length === 0 || _this._compositionOrder.length === 0 ? null : A.diffViewList(t1, _this._compositionOrder); _this._updateOverlays$1(diffResult); @@ -151485,7 +155486,9 @@ if (t3.$index(0, viewId) != null) { frame = t3.$index(0, viewId).acquireFrame$1(_this._frameSize); t4 = frame.skiaSurface.surface.getCanvas(); - t5 = _this.__engine$_context.pictureRecorders[pictureRecorderIndex].endRecording$0().__CkPicture__ref_F; + ckPicture = _this.__engine$_context.pictureRecorders[pictureRecorderIndex].endRecording$0(); + t4.clear(A._populateSkColor($.$get$_sharedSkColor1(), B.Color_0)); + t5 = ckPicture.__CkPicture__ref_F; t5 === $ && A.throwUnnamedLateFieldNI(); t5 = t5._nativeObject; t5.toString; @@ -151501,7 +155504,7 @@ } t4 = type$.JSArray_CkPictureRecorder; _this.__engine$_context = new A.EmbedderFrameContext(A._setArrayType([], t4), A._setArrayType([], t4)); - if (A.listEquals(t2, t1)) { + if (A.listEquals0(t2, t1)) { B.JSArray_methods.clear$0(t2); return; } @@ -151655,13 +155658,13 @@ var result, t1, currentGroup, i, view, t2, viewType, t3, maxOverlays = A.SurfaceFactory_instance().maximumSurfaces - 1; if (maxOverlays === 0) - return B.List_empty33; + return B.List_empty35; result = A._setArrayType([], type$.JSArray_OverlayGroup); t1 = type$.JSArray_int; currentGroup = new A.OverlayGroup(A._setArrayType([], t1), false); for (i = 0; i < views.length; ++i) { view = views[i]; - t2 = $.$get$platformViewManager(); + t2 = $.$get$PlatformViewManager_instance(); viewType = t2._viewIdToType.$index(0, view); if (viewType != null && t2._invisibleViews.contains$1(0, viewType)) { currentGroup.__engine$_group.push(view); @@ -151700,50 +155703,50 @@ t1.toString; return t1; }, - $signature: 3047 + $signature: 1410 }; A.HtmlViewEmbedder__compositeWithParams_closure.prototype = { call$0() { var t1 = A.createPlatformViewSlot(this.viewId); return new A.ViewClipChain(t1, t1); }, - $signature: 2690 + $signature: 1116 }; A.HtmlViewEmbedder__applyMutators_closure.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 476 + $signature: 569 }; A.HtmlViewEmbedder__applyMutators_closure0.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 476 + $signature: 569 }; A.HtmlViewEmbedder_submitFrame_closure.prototype = { call$1(view) { return !B.JSArray_methods.contains$1(this.diffResult.viewsToAdd, view); }, - $signature: 132 + $signature: 146 }; A.HtmlViewEmbedder__updateOverlays_closure.prototype = { call$1(group) { return B.JSArray_methods.get$last(group.__engine$_group); }, - $signature: 2424 + $signature: 3163 }; A.HtmlViewEmbedder__updateOverlays_closure0.prototype = { call$1(view) { return !B.JSArray_methods.contains$1(this.viewsNeedingOverlays, view); }, - $signature: 132 + $signature: 146 }; A.HtmlViewEmbedder__updateOverlays_closure1.prototype = { call$1(view) { return !this.$this.__engine$_overlays.containsKey$1(0, view); }, - $signature: 132 + $signature: 146 }; A.OverlayGroup.prototype = {}; A.ViewClipChain.prototype = {}; @@ -151803,7 +155806,7 @@ return false; if (other === this) return true; - return other instanceof A.MutatorsStack && A.listEquals(other._mutators, this._mutators); + return other instanceof A.MutatorsStack && A.listEquals0(other._mutators, this._mutators); }, get$hashCode(_) { return A.Object_hashAll(this._mutators); @@ -151833,7 +155836,7 @@ } return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(t1, 0, index), B.JSArray_methods.sublist$1(t2, t1.length - index), false, _null); }, - $signature: 737 + $signature: 914 }; A.diffViewList_lookBackwards.prototype = { call$1(index) { @@ -151853,11 +155856,11 @@ } return new A.ViewListDiffResult(B.JSArray_methods.sublist$1(t2, index + 1), B.JSArray_methods.sublist$2(t1, 0, t1.length - 1 - index), true, B.JSArray_methods.get$first(t2)); }, - $signature: 737 + $signature: 914 }; A.SkiaFontCollection.prototype = { get$fontFallbackManager() { - var t1, t2, + var t1, value = this.__SkiaFontCollection_fontFallbackManager_AI; if (value === $) { t1 = $._configuration; @@ -151870,151 +155873,7 @@ t1 = null; } t1 = t1 === true; - t2 = A._setArrayType([new A.NotoFont("Noto Sans", "notosans/v28/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf", "w|2m;4g|k7;oq|5;p0|6;p8|;pa|j;pv|1q;s0|8v;1s0|3j;59s|g;5mo|8;5ow|12;5q0|1;5q8|6x;5x7|7u;654|5;65c|11;66g|5;66o|7;66x|;66z|;671|;673|u;680|1g;69i|e;69y|d;6ae|5;6al|i;6b6|2;6ba|8;6bk|2s;6ee|b;6es|q;6fk|c;6g0|v;6i8|;6io|2n;6mc|;6mh|;6qa|;6qd|;7gs|;8rk|v;928|36;wu8|2n;wzk|5b;x4y|8;x6d|a;x80|9;xcw|v;xf2|;xtc|1n;1dkw|6;1e68|;1e74|f;1edb|;1ekc|1;")], type$.JSArray_NotoFont); - if (t1) - t2.push(new A.NotoFont("Noto Color Emoji", "notocoloremoji/v24/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf", "w|;z|;16|;1c|9;4p|;4u|;6bx|;6d8|;6dl|;6hv|;6jm|;6k9|;6ms|5;6nd|1;6xm|1;6y0|;72n|;73d|a;73s|2;79e|;7fu|1;7g6|;7gg|;7i3|3;7i8|4;7im|;7ip|;7is|1;7iw|;7j1|;7j4|;7j6|1;7ja|;7je|;7ji|1;7js|2;7k0|;7k2|;7k8|b;7kv|1;7kz|;7l1|1;7l4|;7ln|;7lq|1;7ma|5;7mh|;7mj|1;7mo|1;7mv|;7my|1;7n4|1;7nh|1;7no|1;7ns|;7ny|1;7o1|;7o3|1;7op|1;7ow|5;7p3|3;7p9|;7pe|;7ph|;7pk|5;7pr|;7pu|;7pw|;7py|;7q5|;7q9|;7qg|;7qr|1;7r8|;7rb|;7rg|;7ri|;7rn|2;7rr|;7s3|1;7th|2;7tt|;7u8|;7un|;850|1;8hx|2;8ij|1;8k0|;8k5|;9io|;9j1|;9zr|;9zt|;2pz8|;2q4v|;2q9c|1;2q9q|1;2qa6|;2qa9|9;2qcm|p;2qdd|1;2qe2|;2qen|;2qeq|8;2qfk|1;2qkg|x;2qlg|33;2qom|1;2qop|2;2qou|2a;2qr7|2;2qrb|7a;2qyn|1q;2r0p|5;2r0w|n;2r1r|1;2r1v|7;2r2f|;2r2i|3;2r2o|;2r2t|1;2r38|1;2r3c|;2r3l|1;2r3w|;2r42|2;2r4h|2;2r4s|2;2r4x|;2r4z|;2r54|;2r5b|;2r5f|;2r5m|2d;2r9c|1x;2rbf|7;2rbp|2;2rbw|9;2rc9|;2rcb|1;2rcg|;2rcj|9;2rj4|b;2rjk|;2rrg|1a;2rss|9;2rt3|54;2s1c|c;2s1s|8;2s28|19;2s3j|6;2s3y|d;2s4g|8;2s4w|8;jnzk|9;jo0x|p;jo1r|;mbqd|9;mcdo|;mcdq|9;")); - if (!t1) - t2.push(new A.NotoFont("Noto Emoji", "notoemoji/v39/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf", "w|;z|;16|;1c|9;4p|;4u|;6bx|;6d8|;6dl|;6hv|;6jm|;6k9|;6ms|5;6nd|1;6xm|1;6y0|;72n|;73d|a;73s|2;79e|;7fu|1;7g6|;7gg|;7i3|3;7i8|4;7im|;7ip|;7is|1;7iw|;7j1|;7j4|;7j6|1;7ja|;7je|;7ji|1;7js|2;7k0|;7k2|;7k8|b;7kv|1;7kz|;7l1|1;7l4|;7ln|;7lq|1;7ma|5;7mh|;7mj|1;7mo|1;7mv|;7my|1;7n4|1;7nh|1;7no|1;7ns|;7ny|1;7o1|;7o3|1;7op|1;7ow|5;7p3|3;7p9|;7pe|;7ph|;7pk|5;7pr|;7pu|;7pw|;7py|;7q5|;7q9|;7qg|;7qr|1;7r8|;7rb|;7rg|;7ri|;7rn|2;7rr|;7s3|1;7th|2;7tt|;7u8|;7un|;850|1;8hx|2;8ij|1;8k0|;8k5|;9io|;9j1|;9zr|;9zt|;1e6m|1;2pz8|;2q4v|;2q9c|1;2q9q|1;2qa6|;2qa9|9;2qcm|p;2qdd|1;2qe2|;2qen|;2qeq|8;2qfk|1;2qkg|x;2qlg|33;2qom|1;2qop|2;2qou|2a;2qr7|2;2qrb|7a;2qyn|1q;2r0p|5;2r0w|n;2r1r|1;2r1v|7;2r2f|;2r2i|3;2r2o|;2r2t|1;2r38|1;2r3c|;2r3l|1;2r3w|;2r42|2;2r4h|2;2r4s|2;2r4x|;2r4z|;2r54|;2r5b|;2r5f|;2r5m|2d;2r9c|1x;2rbf|7;2rbp|2;2rbw|9;2rc9|;2rcb|1;2rcg|;2rcj|9;2rj4|b;2rjk|;2rrg|1a;2rss|9;2rt3|54;2s1c|c;2s1s|8;2s28|19;2s3j|6;2s3y|d;2s4g|8;2s4w|8;jnzk|9;jo0x|p;jo1r|;mbqd|9;mcdo|;mcdq|9;")); - t2.push(new A.NotoFont("Noto Sans Symbols", "notosanssymbols/v40/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6hp|3;6hu|2;6jm|;6lc|z;6md|3;6mi|1;6mo|9;6qa|;6ww|f;6xd|4;6xj|;6xo|3;6xu|1;6y1|1;6y4|9;70c|;70g|k;712|4;71r|;726|f;72o|b;736|6;76o|4f;7gs|;7ii|3;7ir|;7j8|b;7js|3;7jx|m;7l5|l;7m8|d;7mq|7;7n1|f;7ny|;7oi|t;7q5|4;7sm|t;84h|1;2q68|c;2q6o|2k;2q9c|w;2qaj|h;2r0m|3;2r0v|;2r68|;2rcw|37;")); - t2.push(new A.NotoFont("Noto Sans Symbols 2", "notosanssymbols2/v17/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf", "w|2n;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6hu|1;6jm|;6nj|;6p2|a;6pf|;6qa|;6qg|1;6u1|;6v8|2;6xi|;6xk|;6xm|1;6xw|4;6y3|;70b|;70d|2;710|;72m|1;73d|1;73h|2;73l|1h;75s|a;7fk|2x;7im|4;7is|f;7jk|7;7jw|;7kk|k;7lr|g;7mm|3;7my|2;7nh|g;7nz|i;7pc|4;7pi|3;7pn|h;7qa|5;7qh|y;7rh|;7rj|4;7rq|v;7tg|;7tk|n;7u9|d;7wg|73;875|;88v|;8a3|;8hs|d;8ia|t;8jx|12;8l2|v;8lz|2u;8ov|;fcw|1r;1ek9|2;1etc|26;1evk|c;1ew0|;1exc|19;1f4w|r;1heo|u;2k80|j;2k8w|2e;2kbk|o;2pz4|17;2q0g|2r;2q3k|e;2q41|e;2q4h|e;2q4x|10;2qkt|2;2ql1|;2ql8|;2qld|b;2qly|;2qns|;2qnx|;2qoj|c;2qp3|;2qp8|2;2qpu|;2qpw|;2qpy|;2qq2|4;2qqc|c;2qr1|;2qr5|2;2qr9|2;2qrs|;2qs5|;2qsf|;2qsm|;2qtb|;2qtd|1;2qti|3;2qto|2;2qtv|;2qui|;2qv1|;2qw3|;2qwg|;2qwj|;2qwp|;2qwr|;2qwv|;2qx4|3;2qxm|;2qxr|;2qxw|2;2qy2|3;2qyf|;2qyh|2;2qyl|1;2qyr|;2qyv|3;2qz1|;2qz6|1;2r0e|7;2r0q|;2r0w|15;2r23|p;2r2v|c;2r39|2d;2r80|1b;2r9j|;2r9p|;2r9t|;2r9w|;2ra0|;2ral|;2raq|;2rax|1;2rb0|;2rba|5;2rbh|2;2rbn|4;2rc0|a;2rcg|3;2rcn|5;2rgg|2g;2rj4|b;2rk0|b;2rkg|1j;2rm8|9;2rmo|13;2ro0|t;2row|1;2rsr|;2rt2|;2ry8|2b;2s0w|d;2s1c|4;2s1k|2;2s1s|6;2s28|o;2s34|6;2s3k|2;2s40|6;2s5c|42;2s9g|1i;2sc0|9;")); - t2.push(new A.NotoFont("Noto Sans Adlam", "notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;17j|;18g|;60w|5;61q|;642|1;6c3|2;6c8|6;6cg|2;6cm|;6cw|;6d5|1;6dg|;6dr|;6gc|;6jm|;6qa|;7gs|;948|1;94x|;2olc|23;2onk|9;2ony|1;")); - t2.push(new A.NotoFont("Noto Sans Anatolian Hieroglyphs", "notosansanatolianhieroglyphs/v14/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf", "w|;4g|;6bv|;1s00|g6;")); - t2.push(new A.NotoFont("Noto Sans Arabic", "notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf", "w|1;18|2;1c|a;4g|;4r|;57|;nj|;16o|s;17i|69;1g0|1b;1pc|k;1py|8;1qr|18;6bv|6;6dr|;7gs|;94x|;1dn4|35;1dqr|a4;1e1c|1r;1e36|1h;1e5s|d;1e9c|4;1e9i|3q;")); - t2.push(new A.NotoFont("Noto Sans Armenian", "notosansarmenian/v42/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;10x|11;121|1d;13h|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6ck|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1dlf|4;")); - t2.push(new A.NotoFont("Noto Sans Avestan", "notosansavestan/v20/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;94g|1;1gqo|1h;1gs9|6;")); - t2.push(new A.NotoFont("Noto Sans Balinese", "notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5c0|23;5e8|18;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Bamum", "notosansbamum/v26/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;www|2f;1z40|fs;")); - t2.push(new A.NotoFont("Noto Sans Bassa Vah", "notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1zo0|t;1zow|5;")); - t2.push(new A.NotoFont("Noto Sans Batak", "notosansbatak/v16/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5hc|1f;5j0|3;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Bengali", "notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf", "w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;1vk|3;1vp|7;1vz|1;1w3|l;1wq|6;1wy|;1x2|3;1x8|8;1xj|1;1xn|3;1xz|;1y4|1;1y7|4;1ye|o;5ow|;5oy|;5p1|1;5p4|;5pd|;5pm|;5pp|;5pu|;5px|2;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;xdd|;")); - t2.push(new A.NotoFont("Noto Sans Bhaiksuki", "notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf", "w|;4g|;6bv|;7gs|;1k3k|8;1k3u|18;1k54|d;1k5s|s;")); - t2.push(new A.NotoFont("Noto Sans Brahmi", "notosansbrahmi/v15/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf", "w|;4g|;6bv|2;7gs|;1hq8|25;1hsi|t;1htr|;")); - t2.push(new A.NotoFont("Noto Sans Buginese", "notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;54w|r;55q|1;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xjj|;")); - t2.push(new A.NotoFont("Noto Sans Buhid", "notosansbuhid/v18/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4l1|1;4lc|j;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Canadian Aboriginal", "notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;3y8|hr;4vk|1x;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1ju8|f;")); - t2.push(new A.NotoFont("Noto Sans Carian", "notosanscarian/v15/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf", "w|;4g|;1f34|1c;")); - t2.push(new A.NotoFont("Noto Sans Caucasian Albanian", "notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf", "w|;4g|;lg|;mp|;7gs|;1e74|f;1flc|1f;1fn3|;")); - t2.push(new A.NotoFont("Noto Sans Chakma", "notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1ye|9;37k|9;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1hxc|1g;1hyu|h;")); - t2.push(new A.NotoFont("Noto Sans Cham", "notosanscham/v27/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xkw|1i;xmo|d;xn4|9;xng|3;")); - t2.push(new A.NotoFont("Noto Sans Cherokee", "notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;mb|1;me|2;mo|1;3vk|2d;3y0|5;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;xv4|27;")); - t2.push(new A.NotoFont("Noto Sans Coptic", "notosanscoptic/v17/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jd|;jq|1;jt|;k8|5;lc|8;lm|2;lt|1;mb|;me|2;n3|;ny|;o1|;ok|1;rm|d;16t|;5vx|;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6dv|;6dy|;6e0|1;6gc|;6jm|;6qa|;7gs|;8sg|37;8vt|6;93r|;94j|1;1e78|2;1f4w|r;")); - t2.push(new A.NotoFont("Noto Sans Cuneiform", "notosanscuneiform/v15/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf", "w|;4g|;1kw0|pl;1log|32;1lrk|4;1ls0|5f;")); - t2.push(new A.NotoFont("Noto Sans Cypriot", "notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf", "w|;4g|;1g5c|5;1g5k|;1g5m|17;1g6v|1;1g70|;1g73|;")); - t2.push(new A.NotoFont("Noto Sans Deseret", "notosansdeseret/v15/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf", "w|;4g|;1fcw|27;")); - t2.push(new A.NotoFont("Noto Sans Devanagari", "notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1s0|3j;5ow|12;5q0|1;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6i8|;6jm|;6qa|;7gs|;x80|9;xcw|v;")); - t2.push(new A.NotoFont("Noto Sans Duployan", "notosansduployan/v16/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf", "w|;4g|;6bw|1;7gs|;2fpc|2y;2fsg|c;2fsw|8;2ftc|9;2fto|7;")); - t2.push(new A.NotoFont("Noto Sans Egyptian Hieroglyphs", "notosansegyptianhieroglyphs/v26/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf", "w|;4g|;6bw|1;7gs|;1o1s|tq;")); - t2.push(new A.NotoFont("Noto Sans Elbasan", "notosanselbasan/v15/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf", "w|;4g|;53|;lh|;pd|g;pv|6;re|;rg|;ri|;7gs|;1fk0|13;")); - t2.push(new A.NotoFont("Noto Sans Elymaic", "notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf", "w|;4g|;1hpc|m;")); - t2.push(new A.NotoFont("Noto Sans Georgian", "notosansgeorgian/v42/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;13d|;3a8|11;3bb|;3bh|;3bk|1b;5n4|16;5od|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gu|;6jm|;6qa|;8w0|11;8x3|;8x9|;")); - t2.push(new A.NotoFont("Noto Sans Glagolitic", "notosansglagolitic/v15/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf", "w|;4g|;lf|;lh|;w4|;w7|;8ow|1a;8q8|1a;wvj|;2mtc|6;2mtk|g;2mu3|6;2mub|1;2mue|4;")); - t2.push(new A.NotoFont("Noto Sans Gothic", "notosansgothic/v15/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf", "w|;4g|;lg|1;lk|;mp|;1f74|q;")); - t2.push(new A.NotoFont("Noto Sans Grantha", "notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;2ay|;2b9|;2cm|c;5ow|;5oy|1;5pu|2;5q0|1;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6i8|;6jm|;6qa|;7gs|;1ibk|3;1ibp|7;1ibz|1;1ic3|l;1icq|6;1icy|1;1id1|4;1id7|9;1idj|1;1idn|2;1ids|;1idz|;1ie5|6;1iee|6;1ieo|4;")); - t2.push(new A.NotoFont("Noto Sans Gujarati", "notosansgujarati/v23/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf", "w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;22p|2;22t|8;233|2;237|l;23u|6;242|1;245|4;24c|9;24n|2;24r|2;24w|;25c|3;25i|b;261|6;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;x80|9;")); - t2.push(new A.NotoFont("Noto Sans Gunjala Gondi", "notosansgunjalagondi/v15/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf", "w|1;11|;13|8;1m|;1o|3;4g|;5z|;6v|;6bw|1;6c8|1;6cc|1;6cm|;6qa|;7gs|;1kdc|5;1kdj|1;1kdm|10;1keo|1;1ker|5;1kf4|9;")); - t2.push(new A.NotoFont("Noto Sans Gurmukhi", "notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf", "w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;1z5|2;1z9|5;1zj|1;1zn|l;20a|6;20i|1;20l|1;20o|1;20s|;20u|4;213|1;217|2;21d|;21l|3;21q|;21y|g;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;7jg|;x80|9;")); - t2.push(new A.NotoFont("Noto Sans HK", "notosanshk/v21/nKKQ-GM_FYFRJvXzVXaAPe9hMnB3Eu7mOQ.otf", "w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;ab9|;abk|;abu|;abw|;ack|;acz|;ad6|;ad9|1;adv|;ady|;aed|;aen|;af0|;af5|;afc|;afz|;ag4|;ag6|;agr|;ah2|;aim|;aj5|;aj7|;ajd|;ajl|;ajx|;ak0|;ak2|;ak7|1;akk|;al3|1;ald|;alh|;alp|;am7|;am9|;amd|;amf|;ami|;amm|;amq|;amu|;amz|;an1|;anl|2;anv|;any|;ao9|;aoo|;aoq|;aoz|;ap1|;ap9|;aph|;apl|;apq|;apz|2;aq6|;aqn|;aqp|;are|;arl|;asa|;asl|;asq|;ass|;asw|1;at1|;at5|;at8|;atd|;atf|2;atj|1;atv|1;aty|;au5|;au9|1;aud|1;aut|;av5|;av7|;avc|;ave|;avh|;avw|;aw2|1;aw5|;awc|1;awg|;awi|1;awq|;aww|;awz|;axu|;ay7|;azb|;azk|;b09|;b0e|;b12|;b1u|;b20|;b23|;b2n|;b2x|;b34|;b3h|;b3q|;b3s|;b4z|;b5h|;b6o|;b7n|;b7w|;b81|;b84|;b96|;b9k|;b9w|;baf|;baq|;bb3|;bbh|;bc3|;bco|;bcw|;bd5|1;bde|;bdl|;bdn|;bdt|;bdw|;beg|;bfg|;bfm|;bfp|;bfw|;bg8|;bgb|;bge|;bgh|;bgj|;bgm|;bh3|1;bhl|1;bhw|;bij|;biq|;biv|;bj0|;bj2|;bja|1;bkn|;bl7|;blp|;bmm|;bmo|;bn4|;bn6|;bn9|;bnf|;bny|;bo9|;boi|;bor|;bp5|;bpe|;bq0|;bq8|;bqp|1;bqz|1;br4|;brp|1;brt|;bs1|;bss|;bsu|;bsy|;bt0|;btj|;btp|;bu4|;bua|2;bv1|;bv5|;bv9|;bvc|;bx0|;byj|;c0b|;c0d|;c0h|;c0m|;c0s|;c17|;c1b|;c2a|1;c2l|;c36|;c3f|;c3q|;c3w|;c3y|;c41|;c4f|;c4i|;c4p|1;c4v|;c51|;c59|;c5h|;c5k|;c5m|;c5r|;c5t|;c6d|;c6l|;c6s|;c73|;c7a|1;c7d|;c7g|1;c7n|;c7v|;c87|1;c8b|;c8j|1;c8n|;c8s|1;c92|;cao|;car|;caw|;cb9|;cc4|;cdk|2;cdp|;cdt|;ce0|;ce7|;cea|;cef|;cei|;cek|;ceo|1;ceu|1;cey|1;cf2|;cf5|1;cfb|;cfd|;cff|1;cfk|;cfn|1;cfu|;cfw|;cfz|1;cg4|;cg6|1;cge|;cib|;cig|1;cir|;cjg|;ck3|;clc|;clk|;clz|;cm4|;cmd|;cml|;cmx|1;cn8|;cnd|;cnx|;cop|;cp1|;cpf|;cpj|;cpu|;cpx|;cq2|;cq7|;cq9|;crs|;cs4|;csb|;csf|;cso|;ct4|;ctb|;cu0|;cu2|;cua|2;cuh|;cum|;cvl|1;cx3|;cx8|;cxa|;cxo|;cxr|;cxt|;cy8|;cz6|;czo|;czu|;czz|;d0b|;d0t|;d0v|;d15|;d1t|;d2b|;d34|;d40|;d4a|;d4m|;d4q|;d58|;d5g|;d5u|;d6d|;d6h|;d6k|;d84|;d8b|1;d8q|;d9n|;dbi|;dcn|;dcq|;ddm|;ddt|;deh|;den|;df1|;df4|;df6|;dfl|1;dg3|;dgl|;dgt|;diy|;djj|;djl|;djz|1;dk2|;dkg|;dkn|;dkt|;dkw|;dkz|;dl1|;dla|;dlp|2;dlt|;dlw|;dm1|3;dmc|;dmr|1;dmx|;dmz|;dna|;dnf|;dnh|;dnr|;dny|;do3|;do6|;dob|;dod|;dof|;doj|;dox|1;dp1|;dp4|;dp8|;dpd|1;dpm|;dpp|;dpz|1;dqd|;dra|;drn|;dsq|;dt5|1;dtv|;dty|;du7|;dud|;duf|;dwb|;dx6|;dxc|;dy9|;dym|;dyz|;dzj|1;e0l|;e0n|;e1f|;e1k|;e2e|;e2s|;e32|1;e4c|;e54|;e5i|;e6t|;e7h|;e7o|;e80|;e8b|;e9j|;eal|;eb5|;ecb|;ect|1;eds|;ee5|;eel|;eer|;eey|;efa|;efl|;efy|;eg5|;ega|;egd|;egf|1;egl|;egs|;egu|;eh1|;ehd|;ehf|;ehx|;ei2|;eia|;eix|;ejl|;ejr|;elb|;elh|;elj|;emn|;en1|;en8|;enp|;eqe|;eqs|;er8|;erc|;es1|;esk|;etb|;ets|;eu1|;eu8|;euk|;euv|;ewf|1;ewi|;ewr|;ewu|;exa|;exc|;exf|;exi|1;exp|;eyl|1;eyo|;f0k|;f0n|;f0u|;f1u|;f23|;f26|;f28|;f2f|;f2v|;f2z|;f3h|;f3r|;f3v|;f3x|;f41|;f45|;f50|;f5a|;f5c|;f5j|;f65|;f6p|1;f71|;f7r|;f7t|;f80|;f90|;fau|1;fbd|;fbl|;fbw|;feo|1;fer|1;fev|a;ff8|2;ffc|2;ffg|;ffi|1;ffl|1;ffo|;ffq|;ffs|;ffu|9;fg6|3;fgb|2;fgf|;fgi|1;fgl|;fgn|2;fgr|;fgt|2;fgy|1;fh2|;fh4|7;fhl|1;fhv|;fi0|;fi6|b;fij|3;fip|4;fiw|3;fj2|8;fjc|;fjf|3;fjn|;fjq|1;fjt|3;fjz|5;fk6|5;fkd|1;fkk|6;fks|3;fkx|;fkz|2;fl4|3;fla|;flc|8;fln|;flp|;flr|6;fm0|3;fm5|8;fmf|3;fml|;fmq|;fmw|1;fn0|1;fn3|1;fn6|2;fna|9;fnl|2;fnp|4;fnv|p;fon|;fop|3;fou|2;foy|p;fpp|;fpr|3;fpw|4;fq2|4;fqa|;fqg|;fqj|;fqm|2;fqq|5;fqx|2;fr1|;fr3|6;frb|a;frn|1;frq|b;fs4|1;fsc|;fse|c;fst|1;fsw|;fsz|;ft1|4;ft7|4;ftd|b;ftq|5;ftx|c;fub|2;fuf|;fuj|1;fuo|1;fur|;fut|a;fv5|;fv7|;fv9|3;fve|c;fvs|8;fw2|5;fwa|;fwd|;fwg|3;fwl|;fwn|1;fwr|3;fww|2;fx0|2;fx4|6;fxe|1;fxi|;fxo|c;fy2|5;fy9|1;fyc|7;fyl|4;fyr|4;fyx|2;fz1|;fz3|2;fz7|7;fzg|5;fzn|3;fzs|1;fzv|j;g0g|5;g0n|1;g0q|;g0s|;g0v|3;g10|2;g15|2;g19|1;g1c|5;g1j|6;g1r|2;g1v|6;g23|2;g29|1;g2c|3;g2h|a;g2t|;g2v|7;g35|;g38|5;g3g|;g3k|;g3m|;g3q|4;g3x|;g3z|;g41|7;g4a|;g4c|;g4e|;g4g|;g4i|;g4k|1;g4n|1;g4q|2;g4u|;g4w|9;g58|2;g5f|h;g5z|1;g63|7;g6c|;g6l|;g6o|1;g6r|3;g6w|2;g70|2;g74|3;g79|7;g7i|;g7k|3;g7q|1;g7w|5;g84|6;g8e|;g8g|8;g8q|2;g8x|;g8z|1;g92|1;g95|6;g9e|;g9g|3;g9l|9;ga0|7;gaa|3;gaf|6;gan|5;gav|6;gb3|2;gb7|1;gba|5;gbj|2;gbn|1;gbq|;gbs|6;gc5|;gc9|;gcb|1;gce|;gcg|3;gcl|;gcn|;gcp|;gcs|1;gcw|3;gd1|4;gd7|;gd9|7;gdi|;gdl|;gdn|;gdr|2;gdv|2;gdz|5;ge6|1;ge9|;ged|1;geg|3;gel|5;get|2;gex|1;gf0|1;gf3|5;gfb|;gfe|;gfg|1;gfj|5;gfr|2;gfv|a;gg7|3;ggc|2;ggh|3;ggn|;ggq|;ggs|5;ggz|1;gh2|1;gh5|;gh8|9;ghj|2;ghn|4;ghu|;ghw|;gi2|;gi6|1;gia|2;gie|4;gik|4;giq|;gis|a;gj4|;gj6|;gj8|;gja|;gjd|;gjf|;gjl|2;gjp|;gjs|5;gk0|2;gk4|;gk6|5;gkf|7;gko|b;gl1|3;gl7|1;gla|;gld|;glf|1;gli|e;gly|;gm0|9;gmb|m;gmz|8;gn9|3;gne|5;gno|;go0|d;gof|9;goq|8;gp0|4;gp7|d;gpm|;gpo|;gpq|;gps|k;gqe|j;gqz|5;gra|;gre|;gri|;grk|b;grx|2;gs1|2;gs7|1;gsa|3;gsf|;gsh|j;gt3|1;gt6|;gta|;gtf|;gth|3;gtm|f;gu3|1;gu6|3;gub|8;gul|6;gut|2;gv0|3;gv5|5;gvd|2;gvl|2;gvp|2;gvt|;gvv|9;gw6|f;gwo|2;gws|1;gwv|;gwx|d;gxc|5;gxl|3;gxr|w;gyp|9;gz0|;gz2|4;gz9|2;gzd|9;gzo|2;gzs|1;gzw|b;h0b|8;h0l|;h0n|;h0p|1;h0s|4;h0y|9;h19|6;h1h|1;h1k|2;h1o|4;h1u|2;h1z|3;h25|1;h28|6;h2g|c;h2u|6;h32|9;h3d|7;h3m|1;h3p|;h3r|3;h3w|3;h41|;h44|4;h4a|5;h4h|6;h4p|;h4s|7;h51|1;h54|5;h5d|;h5f|1;h5i|1;h5m|1;h5p|5;h5w|1;h5z|;h62|1;h65|4;h6f|;h6h|2;h6l|;h6n|5;h6v|6;h76|4;h7c|;h7e|6;h7m|1;h7s|2;h7w|4;h82|2;h8b|;h8d|6;h8l|2;h8p|9;h90|;h93|;h97|;h9b|;h9d|1;h9g|;h9i|5;h9p|;h9r|8;ha2|6;haa|1;hag|;hai|3;han|1;har|2;hav|e;hbb|;hbe|;hbi|;hbn|3;hbs|7;hc1|3;hc6|2;hcb|1;hce|2;hci|;hck|1;hcn|;hcs|b;hd5|;hd8|i;hds|e;he8|;hea|;hec|;heg|1;hej|3;heo|a;hf0|f;hfh|;hfj|1;hfo|;hfr|8;hg1|4;hg7|8;hgi|3;hgo|1;hgr|2;hgv|;hgx|5;hh5|a;hhh|6;hhq|6;hhy|;hi0|2;hi4|5;hib|;hid|7;him|3;hir|;hit|1;hiy|5;hj5|1;hj9|4;hjf|;hji|8;hjs|8;hk2|2;hk7|2;hkb|1;hkf|1;hki|2;hkp|6;hky|5;hl6|;hl8|3;hld|1;hlg|3;hll|1;hlo|1;hlr|1;hlu|;hlw|1;hlz|;hm1|6;hm9|1;hmc|;hmf|1;hmk|;hmm|;hmo|;hms|1;hmv|3;hn2|3;hn7|2;hnb|1;hne|;hng|;hnk|2;hnp|;hnr|;hnt|5;ho0|9;hob|a;hop|1;hot|3;hoy|2;hp2|4;hp9|b;hpo|;hpq|j;hqb|h;hqu|;hqw|6;hr4|1;hr7|3;hrc|r;hs9|4;hsf|;hsh|2;hsl|7;hsu|3;hsz|2;ht3|;ht5|5;htf|;hth|4;hto|2;hts|a;hu4|1;hu8|u;hv4|1;hvb|8;hvl|3;hvq|;hvs|;hvu|2;hvy|9;hw9|9;hwk|3;hwp|3;hwu|m;hxi|9;hxt|;hxv|;hxx|h;hyg|6;hyo|;hyq|9;hz1|2;hz5|2;hz9|;hzb|2;hzf|2;hzj|2;hzn|4;hzt|2;hzx|4;i03|5;i0a|6;i0i|;i0k|;i0o|;i0s|5;i0z|5;i16|7;i1f|5;i1m|3;i1r|;i1u|4;i20|1;i23|3;i28|8;i2i|3;i2n|6;i2v|2;i2z|1;i32|2;i36|1;i39|a;i3m|6;i3u|;i3w|2;i40|;i43|6;i4f|8;i4q|4;i4w|9;i57|;i5a|e;i5q|5;i5x|1;i60|;i62|;i67|;i69|;i6b|2;i6f|f;i6y|;i70|;i72|2;i76|3;i7c|;i7e|;i7g|;i7k|1;i7n|;i7r|5;i7y|3;i84|d;i8j|3;i8o|1;i8s|2;i8w|;i8y|3;i93|3;i98|3;i9d|;i9f|1;i9k|4;i9q|;i9v|;i9x|1;ia0|5;ia7|6;iah|1;iak|l;ib7|;ib9|3;ibe|;ibl|1;ibq|6;iby|d;ice|1;icl|;ico|2;ics|5;id0|5;id7|2;idb|2;idi|1;idn|7;idw|7;ie5|3;iea|7;iek|;iem|c;if0|7;if9|7;ifi|;ifk|2;ifp|2;ift|;ifv|;ify|;ig2|1;ig5|;ig7|2;igb|1;igf|3;igk|;ign|b;ih0|7;ih9|1;ihe|3;ihj|;ihl|1;iho|6;ihw|;ihz|b;iic|6;iik|1;iio|3;iiu|1;iix|;iiz|;ij1|;ij3|;ij5|1;ij8|4;ijf|;ijh|5;ijp|3;ijv|;ijy|;ik0|5;ik7|;ik9|;ikd|2;iki|2;ikm|;ikp|3;iku|;ikx|1;il0|7;il9|;ilb|6;ilk|1;iln|;ilp|1;ilv|1;ily|2;im5|1;im8|5;img|;imi|5;imr|2;imv|2;imz|8;ina|a;inm|4;ins|8;io2|2;io6|7;iof|;ioi|;iol|2;iop|3;iow|;ioy|6;ip6|4;ipc|9;ipp|1;ipt|1;ipw|a;iq8|j;iqt|4;ir0|;ir2|1;ir5|3;ira|6;iri|1;irl|1;iro|1;irr|1;iru|5;is2|3;is7|1;isa|1;isd|;isf|;isi|7;ist|1;isw|1;isz|;it1|3;it6|2;itc|;itf|3;itk|9;itw|;ity|3;iu4|2;iu9|4;iuf|;iuh|4;iun|5;iuu|3;iuz|8;iv9|7;ivk|2;ivq|3;ivv|1;ivy|3;iw4|b;iwh|1;iwl|2;iwp|c;ix5|;ix8|1;ixb|3;ixg|5;ixn|;ixp|4;ixv|2;iy0|;iy2|1;iy5|2;iy9|;iyb|2;iyf|1;iyi|1;iyl|;iyn|1;iyx|e;izd|5;izk|f;j01|4;j07|;j09|;j0b|;j0g|7;j0p|4;j0w|;j0y|3;j14|3;j19|2;j1e|e;j1u|;j1x|;j1z|;j26|3;j2b|7;j2k|2;j2o|;j2q|;j2s|3;j2y|6;j36|2;j3a|2;j3k|h;j43|c;j4h|;j4j|2;j4n|d;j52|3;j5c|h;j5v|d;j6a|4;j6g|5;j6n|1;j6q|1;j6v|2;j6z|1;j72|2;j76|;j78|;j7a|1;j7f|;j7h|5;j7o|c;j82|4;j88|g;j8q|2;j8u|9;j95|1;j98|2;j9c|3;j9j|;j9l|5;j9s|6;ja0|5;ja7|;ja9|1;jac|;jaf|j;jb0|;jb2|5;jb9|8;jbj|1;jbn|;jbq|;jbs|;jbu|;jby|2;jc2|9;jcd|1;jcg|2;jcl|c;jcz|1;jd3|3;jd8|2;jdc|2;jdg|2;jdl|2;jdr|6;jdz|;je1|5;je8|;jea|2;jee|1;jeh|1;jel|6;jeu|8;jf4|4;jfc|4;jfi|;jfk|6;jfs|;jfx|7;jg6|1;jg9|h;jgs|;jgu|a;jh9|;jhg|;jhi|;jhk|9;jhv|3;ji0|1;ji3|4;ji9|r;jj3|;jj9|;jjf|o;jk7|2;jkb|6;jkj|3;jko|;jl4|7;jld|d;jls|h;jmc|6;jml|;jms|1;jmv|2;jmz|7;jn9|8;jnj|6;jnr|b;jo4|;jo6|3;job|a;jon|a;jp5|;jp9|1;jpc|j;jpx|m;jql|9;jqw|1;jqz|1;jr2|;jra|1;jrd|7;jrm|6;jru|2;jry|a;jsa|6;jsi|9;jst|4;jsz|;jt7|;jt9|1;jtc|4;jtk|9;jtx|4;ju3|i;jun|;juq|;jut|;juv|6;jv3|4;jv9|5;jvg|4;jvm|4;jvt|;jvv|9;jw6|;jwb|a;jwn|;jwp|2;jwt|3;jwy|2;jx2|5;jx9|;jxc|d;jxr|5;jxz|1;jy2|7;jyb|1;jye|1;jyh|1;jyk|5;jyr|6;jyz|b;jzd|7;jzm|7;jzv|;jzx|2;k01|;k03|;k05|1;k08|2;k0d|;k0f|;k0h|;k0j|7;k0s|3;k0y|6;k16|3;k1b|;k1e|a;k1r|a;k23|1;k28|2;k2c|3;k2h|;k2j|7;k2s|1;k2v|1;k2y|2;k32|2;k36|1;k39|4;k3f|4;k3l|5;k3v|9;k46|1;k4a|1;k4d|6;k4l|1;k4o|1;k4s|9;k56|3;k5b|1;k5e|j;k60|;k64|c;k6j|;k6l|9;k6x|1;k75|4;k7b|6;k7j|;k7l|2;k7r|;k7t|f;k8a|2;k8e|6;k8m|8;k8w|;k90|a;k9c|2;k9g|6;k9p|;k9r|3;k9w|;ka0|3;ka5|e;kal|3;kas|;kau|9;kb6|;kba|;kbc|6;kbk|;kbn|1;kbq|3;kbv|3;kc0|4;kc6|3;kcc|;kce|7;kco|8;kcy|7;kd7|;kd9|6;kdh|3;kdm|4;kdt|;kdv|3;ke0|7;kec|5;kej|6;ker|;ket|2;kex|1;kf0|6;kfb|;kfe|l;kg1|6;kg9|;kgb|a;kgn|3;kgs|1;kgv|1;kh0|;kh8|;kha|d;khr|7;ki0|c;kie|9;kiq|5;kix|h;kjg|;kji|6;kjx|;kk0|;kk2|2;kk6|2;kka|8;kkl|1;kko|3;kkt|2;kkx|d;klc|h;klv|3;km5|;kmd|;kmj|;kml|2;kmp|1;kms|5;kmz|h;knj|5;knq|2;knv|2;knz|5;ko6|g;kop|;kot|;kox|;koz|b;kpc|8;kpm|;kpo|5;kpv|1;kpy|6;kq6|f;kqo|l;krb|4;krp|;kru|;krw|;krz|1;ks2|7;ksb|b;kso|4;ksu|1;ksx|16;ku8|;kua|1;kud|1;kui|;kul|1;kuo|1;kur|9;kv2|p;kvt|;kvv|9;kw6|;kw9|8;kwj|3;kwp|;kwx|1;kx0|5;kx7|3;kxd|3;kxi|n;ky7|;ky9|;kyb|e;kyr|;kyt|4;kyz|2;kz6|3;kzc|9;kzn|6;kzv|g;l0d|e;l0t|;l0v|;l0x|;l10|;l12|;l16|;l1a|7;l1j|;l1l|1;l1o|b;l21|f;l2j|4;l2p|a;l31|1;l36|1;l39|8;l3j|2;l3n|1;l3s|9;l45|;l47|1;l4a|2;l4e|3;l4j|;l4m|;l4o|4;l4w|;l4y|3;l54|3;l5b|4;l5i|4;l5p|1;l5s|1;l5v|;l5x|;l60|;l64|1;l67|;l69|e;l6p|2;l6t|9;l74|2;l78|3;l7d|;l7f|1;l7i|9;l7u|;l7x|;l7z|;l82|;l84|;l86|5;l8e|6;l8m|;l8o|2;l8s|3;l8x|;l90|5;l97|;l9a|2;l9e|5;l9m|1;l9p|3;l9u|1;l9x|2;la2|;la4|1;la7|2;lab|a;lan|1;laq|2;lau|2;lay|2;lb2|;lb4|4;lba|2;lbe|2;lbj|1;lbm|1;lbr|f;lc8|1;lcb|2;lcf|2;lcj|3;lco|5;lcv|2;lcz|5;ld6|2;lda|d;ldp|6;ldy|;le1|7;lea|;lec|1;lef|a;let|6;lf1|9;lfc|3;lfh|j;lg2|4;lg8|5;lgf|;lgi|;lgq|a;lh2|h;lhl|e;li1|a;lid|;lif|c;lit|;lix|;lj3|j;ljq|5;ljx|3;lk2|;lk4|u;lla|;llj|5;llq|c;lm4|6;lmc|10;lne|;lno|1;lnu|2;lny|1;lo1|4;lo7|9;loi|;lok|9;lov|n;lpk|f;lq1|5;lq8|;lqa|3;lqi|;lqn|;lqt|;lqw|5;lr3|n;lrs|9;ls3|4;ls9|2;lsd|s;lt7|;lta|1;ltd|3;lti|3;lto|;lty|;lu0|1;lu3|;lu5|3;lua|2;lue|h;luy|1;lv2|14;lw8|5;lwi|;lwo|1;lwr|4;lwx|1;lx0|r;lxu|8;ly4|;ly6|9;lyh|o;lz7|1;lzi|a;lzu|a;m06|1;m09|7;m0i|2;m0m|c;m10|a;m1c|;m1e|5;m1p|p;m2g|c;m2u|9;m37|2;m3c|c;m3q|3;m3v|7;m44|;m46|2;m4a|2;m4e|3;m4j|4;m4p|6;m4x|;m50|g;m5i|6;m5r|6;m5z|5;m66|8;m6g|5;m6o|2;m6s|4;m6y|i;m7i|3;m7o|6;m7w|3;m81|5;m89|2;m8e|1;m8h|5;m8o|2;m8v|2;m8z|4;m95|;m97|6;m9f|2;m9j|7;m9s|;m9w|4;ma2|g;mak|6;mas|;mb3|2;mb7|d;mbm|;mbo|2;mbt|5;mc0|;mc3|;mc7|;mc9|a;mcl|1;mco|1;mcr|1;mcu|8;md6|1;mda|;mdc|7;mdl|b;mdy|4;me4|g;mem|;meo|8;mey|4;mf4|2;mf8|6;mfg|;mfi|4;mfo|;mfq|f;mg7|3;mgc|1;mgf|6;mgn|3;mgs|f;mha|4;mhg|2;mhk|5;mhr|3;mhw|4;mi3|3;mi8|2;mic|2;mig|1;mij|8;mit|2;mix|1;mj0|4;mj7|4;mjd|2;mjh|2;mjm|c;mk0|;mk5|1;mk8|3;mkd|5;mkk|;mkm|6;mkv|1;mky|1;ml1|e;mli|1;mll|1;mlo|;mlq|2;mlu|2;mly|3;mm3|7;mmc|5;mmj|d;mmy|1;mn1|2;mn5|9;mng|4;mnm|;mno|1;mnu|;mnx|;mnz|7;mo9|5;mog|2;mok|;mom|4;mos|;mov|5;mp2|;mp4|3;mpf|1;mpi|c;mpw|;mpz|1;mq2|2;mq7|4;mqe|3;mqj|3;mqq|1;mqt|9;mr4|c;mri|7;mrs|2;mrw|6;ms7|4;msd|5;msl|7;msu|a;mt6|i;mtq|1;mtu|6;mu4|6;muc|9;muq|a;mv2|2;mv6|e;mvm|c;mw0|b;mwd|2;mwj|q;mxd|1;mxg|3;mxl|d;my0|i;myk|;myn|o;mzd|c;mzr|f;n09|1;n0c|7;n0l|8;n0w|;n0y|;n10|1;n13|a;n1f|8;n1p|;n1r|3;n1w|7;n25|6;n2d|1;n2g|;n2i|2;n2n|1;n2r|m;n3g|;n3i|;n3k|2;n3o|4;n3v|;n3x|3;n42|3;n47|1;n4b|f;n4s|3;n4x|1;n51|1;n54|d;n5j|4;n5p|3;n5u|;n5y|2;n62|5;n69|;n6b|2;n6h|4;n6n|1;n6q|5;n6y|6;n76|;n7a|4;n7h|3;n7n|1;n7q|1;n7u|8;n84|1;n88|2;n8d|1;n8i|3;n8n|;n8q|1;n8w|6;n94|d;n9j|1;n9m|8;n9w|1;n9z|d;nae|1;nal|;nan|k;nbb|6;nbj|2;nbn|3;nbt|g;ncc|1;ncf|6;nco|;ncq|3;ncw|;ncy|1;nd2|3;nd8|8;ndi|4;ndo|;ndr|3;ndw|3;ne1|1;ne4|a;neg|7;nep|1;nes|;neu|5;nf2|2;nf6|1;nf9|1;nfd|5;nfl|;nfo|2;nfu|1;nfx|3;ng4|1;ng7|1;nga|1;ngd|2;ngi|4;ngo|2;ngs|2;ngy|2;nh2|;nh5|6;nhd|;nhf|4;nhl|1;nho|9;nhz|5;ni6|;ni9|;nib|2;nif|5;nim|5;nit|;nix|2;nj1|3;nj6|7;njf|;njh|;njj|;njl|d;nk0|;nk3|4;nka|5;nki|;nkk|2;nko|4;nku|5;nl1|a;nle|;nlj|e;nlz|2;nm3|4;nm9|;nmb|;nmd|;nmf|c;nmt|;nmv|1;nmy|3;nn3|8;nnd|6;nnm|3;nnr|;nnt|7;no3|2;no7|7;nog|;noi|1;nol|4;nos|8;np3|7;npe|1;nph|1;npk|1;npo|8;nq0|;nq4|7;nqd|g;nqv|2;nr0|1;nr6|3;nrb|7;nrk|4;nrw|2;ns0|;ns2|;ns4|2;ns8|9;nsp|3;nsu|3;nsz|6;nt8|3;ntd|;ntf|7;ntq|7;ntz|6;nu7|5;nue|;nug|4;num|;nup|;nur|2;nuv|e;nvb|1;nve|1;nvh|8;nvr|3;nvw|9;nw7|;nw9|6;nwh|1;nwk|2;nwp|;nws|;nwu|;nww|4;nx3|;nx5|;nx7|3;nxd|;nxf|c;nxt|5;ny0|a;nyc|8;nyn|m;nzb|4;nzh|;nzk|4;nzt|1;nzw|7;o06|2;o0a|1;o0d|g;o0v|3;o10|a;o1c|4;o1i|5;o1p|4;o1w|2;o20|a;o2c|2;o2g|;o2k|4;o2q|2;o2u|1;o2x|5;o35|;o38|;o3a|2;o3e|1;o3k|;o3m|4;o3s|;o3u|4;o40|5;o47|5;o4e|2;o4i|;o4m|;o4o|;o4q|8;o53|;o55|7;o5f|b;o5w|;o5y|2;o62|2;o67|3;o6d|;o6f|2;o6j|3;o6o|2;o6s|2;o6w|3;o71|4;o77|9;o7j|a;o7y|2;o82|1;o88|4;o8e|a;o8q|2;o8u|7;o93|4;o9b|;o9d|;o9f|;o9k|5;o9r|1;o9u|5;oa1|2;oa5|2;oae|1;oah|8;oas|2;oaw|4;ob2|6;obc|3;obh|3;obm|j;oc8|1;ocb|;ocg|;oci|g;od0|2;od4|;odc|7;odl|;odo|c;oe3|;oea|;oec|1;oef|1;oei|8;oes|9;of4|4;ofg|3;ofl|1;ofo|1;ofr|2;ofy|;og0|1;og4|3;og9|3;oge|2;ogk|1;ogo|k;ohc|4;ohj|c;ohx|2;oi1|9;oid|;oih|;oij|8;oit|8;oj4|;oj7|;oj9|;ojb|2;ojf|5;ojm|3;ojr|3;ojw|1;ok0|1;ok3|1;ok6|1;ok9|4;okf|1;okj|4;okp|7;oky|3;ol4|9;olf|3;olk|2;olo|2;olt|1;olw|4;om4|;om6|1;om9|2;omd|3;omk|;omm|1;omp|4;omw|7;on6|1;on9|;onb|7;onk|7;ont|1;onw|4;oo2|;oo6|2;ooa|;ooc|d;oor|3;oow|y;opx|;oq0|1;oq3|1;oq6|5;oqd|1;oqg|f;oqy|;or1|9;orc|;ore|5;orl|2;orq|5;orx|6;os9|4;osf|2;osj|3;oso|1;osr|4;osx|6;ot8|8;oti|f;otz|b;ouc|3;ouh|7;ouq|2;ouv|a;ov7|7;ovg|;ovi|9;ovt|5;ow3|;ow7|g;owq|b;ox3|;ox5|2;ox9|s;oy4|;oy8|c;oym|5;oyt|;oyv|9;oz6|g;ozq|2;ozu|5;p01|b;p0f|;p0k|;p0s|;p16|;p1j|;p1r|;p27|;p3a|;p4m|4;p4t|4;p4z|2;p53|e;p5k|;p5n|6;p5v|;p5x|9;p68|3;p6d|a;p6r|;p6t|a;p75|6;p7e|4;p7k|9;p7w|n;p8l|;p8n|;p8p|9;p90|1;p93|;p97|8;p9h|g;p9z|h;paj|7;pas|5;paz|6;pb8|2;pbc|2;pbg|;pbi|3;pbn|4;pbt|;pbv|4;pc3|;pc6|2;pca|;pcf|3;pck|;pcm|;pco|;pcq|4;pcx|3;pd2|1;pd8|;pdb|4;pdh|4;pdp|3;pdu|;pdw|3;pe1|3;pe7|1;pea|1;ped|1;peg|5;pen|;pep|2;pet|;pev|;pex|2;pf1|2;pf5|1;pf8|4;pfe|;pfg|1;pfm|8;pfw|5;pg4|a;pgg|1;pgj|3;pgp|;pgs|1;pgv|7;ph4|6;phc|3;phh|5;pho|;phq|;phu|;phw|7;pi5|2;pi9|4;pif|;pih|4;pin|3;pis|;piv|;pix|1;pj1|1;pj6|2;pja|2;pje|c;pjt|3;pjy|;pk0|2;pk4|3;pk9|;pkb|9;pkm|4;pks|1;pkv|1;pky|2;pl2|7;plb|;plf|;plh|;plj|9;plu|1;plx|7;pm6|;pm8|7;pmh|h;pn0|1;pn3|3;pn9|;pnb|4;pnh|d;pnw|3;po2|2;po6|6;poe|4;pok|1;pon|6;pow|2;pp0|2;pp4|;pp6|8;pph|1;ppk|5;ppr|;ppu|8;pq4|4;pqa|;pqc|1;pqf|;pqh|;pqj|;pqm|e;pr2|1;pr5|5;prc|1;prf|4;prl|1;pro|c;ps3|2;ps7|;psa|1;psd|7;pso|3;pst|k;ptf|d;ptu|2;pu2|;pu7|a;puj|1;pum|a;puy|v;pvv|2;pw6|8;pwg|;pwi|;pwk|9;pwv|;pwx|c;pxb|6;pxj|d;pxy|1;pya|1;pye|;pyn|;pyr|5;pyy|5;pz5|;pz7|;pz9|p;q00|;q02|a;q0e|2;q0p|;q0t|i;q1d|;q1f|6;q1n|a;q1z|f;q2g|7;q2p|;q2r|4;q2x|b;q3a|;q3c|;q3f|1;q3k|1;q3n|1;q3q|;q3t|;q3v|l;q4i|c;q4w|p;q5n|f;q65|3;q6a|;q6c|;q6e|;q6g|;q6l|7;q6u|e;q7b|b;q7o|;q7q|;q7s|a;q84|3;q89|b;q8m|1;q8q|1;q8u|;q8x|1;q90|1;q93|5;q9a|6;q9i|a;q9u|o;qak|5;qar|e;qb7|1;qbc|;qbf|;qbh|1;qbk|e;qc1|a;qcd|k;qcz|;qd1|7;qda|;qdc|h;qdv|h;qee|4;qen|2;qer|7;qf1|c;qff|;qfh|5;qfp|5;qfw|a;qg8|a;qgk|;qgm|c;qh0|3;qh5|4;qhb|2;qhf|1;qhi|6;qhq|c;qi4|3;qi9|5;qig|4;qim|2;qiq|1;qit|3;qiz|3;qj4|;qj6|4;qjd|;qjf|1;qji|1;qjl|4;qjr|d;qk7|;qk9|3;qke|;qkl|2;qkq|4;qkw|a;ql8|2;qlc|5;qlj|3;qlp|;qlr|q;qmj|1;qmo|1;qmr|1;qmu|9;qn6|2;qna|;qnc|5;qnj|;qnp|6;qny|;qo0|e;qoh|2;qol|;qoo|4;qou|;qow|a;qp8|2;qpc|5;qpj|1;qpm|2;qpq|5;qpy|;qq4|11;qr7|8;qrh|;qrl|8;qrv|2;qrz|5;qs6|2;qsa|5;qsi|3;qsp|t;qtk|4;qtq|;qtt|3;qty|i;qui|5;quq|5;qux|3;qv2|8;qvc|5;qvj|2;qvn|6;qvv|2;qvz|k;qwl|4;qwr|b;qx4|;qx6|5;qxe|1;qxh|2;qxl|2;qxp|1;qxs|5;qxz|4;qy5|5;qyc|3;qyh|;qyk|8;qyv|2;qyz|8;qz9|d;qzo|;qzr|1;qzu|2;qzy|;r01|1;r04|6;r0c|6;r0l|;r0n|;r0p|7;r0y|;r10|b;r1d|;r1i|2;r1n|1;r1q|k;r2d|2;r2h|3;r2m|;r2o|a;r32|1;r35|6;r3d|a;r3p|3;r3v|3;r41|3;r46|1;r49|;r4b|2;r4f|5;r4m|g;r55|6;r5d|3;r5i|1;r5l|3;r5q|5;r5x|6;r67|;r69|;r6b|5;r6j|4;r6p|6;r6x|1;r70|3;r76|;r7a|1;r7d|1;r7g|5;r7q|;r82|4;r89|4;r8f|a;r8r|2;r8w|4;r92|2;r96|2;r9a|2;r9e|2;r9j|1;r9m|;r9o|;r9q|5;r9x|3;ra3|4;raa|1;rad|;raf|;rah|4;rao|1;ras|;rau|;raw|9;rb8|2;rbc|2;rbg|6;rbo|5;rbv|;rby|;rc0|3;rc6|3;rcb|3;rcg|7;rcp|3;rcu|1;rcx|6;rd7|2;rdb|7;rdk|2;rdo|;rdq|;rds|1;rdv|9;re7|1;rea|;rec|;ree|;reg|8;req|7;rez|2;rf3|;rf5|h;rfo|;rfq|2;rfu|1;rfx|f;rge|4;rgk|4;rgq|m;rhe|6;rhm|7;rhv|;rhx|2;ri1|a;rid|l;rj0|4;rj6|1;rj9|8;rjj|1;rjo|;rjr|4;rjx|9;rk8|;rka|2;rke|2;rki|4;rko|4;rku|2;rlq|;rmq|;rp3|;rp5|;rp7|4;rpd|2;rph|c;rpw|3;rq2|;rq4|1;rq7|;rq9|1;rqc|2;rqg|5;rqn|4;rqt|6;rr1|;rr4|2;rr8|2;rrd|1;rrg|1;rrj|6;rrr|e;rs7|6;rsf|1;rsi|j;rt3|1;rt6|;rt8|1;rtb|;rtd|6;rtl|l;ru8|5;ruf|7;ruo|;ruq|b;rv3|a;rvf|2;rxg|;rxi|3;rxn|5;rxu|2;rxy|5;ry5|;ry8|2;ryc|1;ryh|1;ryk|a;ryx|;ryz|1;rz3|2;rz7|;rz9|a;rzm|5;rzt|1;rzw|;rzy|5;s05|3;s0b|6;s0j|a;s0v|5;s12|6;s1a|6;s1m|;s1o|b;s21|1;s25|u;s31|1;s34|1;s37|3;s3c|2;s3g|6;s3o|c;s43|4;s49|h;s4s|1;s4v|;s4x|7;s56|2;s5a|;s5c|2;s5g|a;s5s|8;s62|;s65|4;s6b|a;s6o|;s6q|;s6u|;s6x|1;s70|1;s74|;s76|1;s7d|6;s7l|3;s7r|1;s7u|8;s84|5;s8b|4;s8h|1;s8k|8;s8u|5;s91|6;s99|1;s9c|g;s9v|3;sa1|1;sa4|4;saa|7;saj|1;sam|d;sb1|n;sbq|1;sby|;scz|;sd7|1;sdb|1;sdf|;sdh|3;sdp|f;se6|1;se9|1;sec|2;seh|e;sey|;sf4|6;sfc|;sfe|1;sfh|1;sfk|;sfo|i;sg8|;sgb|2;sgf|3;sgk|3;sgp|b;sh9|2;shd|7;sho|3;sht|1;shw|;shy|1;si1|d;sig|1;sij|3;sio|4;siv|2;siz|5;sj6|m;sju|1;sjx|;sjz|2;sk4|1;sk7|2;skb|;ske|5;skl|3;skq|;sku|8;sl4|;sl7|;sl9|2;sld|;slf|2;slj|1;slm|1;slq|;slw|9;sm7|6;smg|5;smn|6;smx|g;snf|;snh|5;sno|;snq|e;so6|g;soo|3;sou|3;soz|g;sph|5;spo|;spq|7;spz|3;sq4|;sq6|2;sqa|8;sqk|;sqo|7;sqx|a;sra|;srd|a;srp|;srr|g;ss9|5;ssg|7;ssp|;ssr|6;ssz|7;st8|1;stb|;ste|c;stt|;stv|7;su5|d;suk|e;sv0|;sv2|;sv5|;sv7|5;sve|1;svh|1;svk|a;svw|5;sw4|2;sw8|g;swq|1;swt|a;sx7|5;sxe|;sxi|p;sy9|;syb|a;syo|c;sz2|;sz5|6;szd|3;szi|n;t07|2;t0b|;t0d|4;t0j|h;t12|e;t1i|3;t1n|5;t1u|4;t20|3;t25|k;t2r|3;t2w|1;t30|;t34|i;t3o|8;t3y|g;t4g|1;t4j|b;t4w|a;t58|6;t5g|m;t64|9;t6f|1;t6j|;t6l|;t6n|1;t6q|2;t6u|2;t6y|q;t7q|2;t7w|;t7y|;t80|1;t83|e;t8j|1;t8m|j;t97|;t99|;t9c|;t9g|f;t9x|b;taa|b;tan|3;tas|1;tav|1;taz|;tb1|1;tb4|;tb6|3;tbb|i;tbv|8;tc5|;tcv|;tcy|;tdt|;tdv|;tek|;tfa|;tgt|;thj|;tiv|1;tiy|3;tj3|1;tj6|1;tj9|1;tjc|1;tjf|9;tjq|3;tjv|1;tjy|g;tkg|2;tkl|2;tkp|7;tkz|;tl1|8;tlc|6;tlm|2;tlq|7;tm0|;tmc|;tng|2;tnk|4;tns|;tnu|;tnw|7;to8|5;tof|6;toq|7;toz|1;tp2|;tp4|;tp7|4;tpd|3;tpl|4;tpr|9;tq3|3;tq8|1;tqb|8;tql|2;tqp|8;tqz|1;tr2|;tr5|4;trb|3;trg|;tri|;trk|1;trn|1;trq|;trs|1;trv|2;trz|f;tsi|d;tsx|2;tt1|;tt4|2;ttb|3;ttg|7;ttp|;ttr|1;ttu|7;tu3|;tu5|6;tue|;tug|1;tuj|h;tv2|4;tv8|2;tvc|2;tvh|7;tvq|5;tw1|1;tw5|3;twa|8;twm|;two|2;tws|2;tww|4;tx2|2;tx6|b;txj|4;txp|2;txw|;txz|f;tyg|;tyi|4;typ|3;tyu|5;tz1|c;tzf|5;tzm|7;tzw|5;u03|;u05|1;u0d|1;u0g|3;u0l|1;u0o|3;u0t|b;u16|;u18|c;u1n|6;u1v|1;u1y|3;u23|;u25|3;u2a|3;u2f|2;u2j|;u2p|;u2r|g;u3a|3;u3f|5;u3m|a;u3z|6;u5k|1;u5o|3;u5t|3;u5y|e;u6e|6;u6m|;u6z|1;u72|5;u79|2;u7d|4;u7j|;u7l|1;u7o|2;u7t|1;u7w|2;u80|;u82|1;u85|;u87|3;u8c|;u8e|;u8g|c;u8u|1;u8x|;u90|1;u93|c;u9h|;u9j|c;u9x|;u9z|7;ua8|9;uaj|4;uap|2;uc6|3;ucb|3;uch|;ucj|5;ucq|b;ud4|5;udd|4;udj|;udl|;udn|i;ue7|8;ueh|1;uek|2;ueo|1;ues|b;uf5|6;ufd|8;ufo|2;uft|e;ug9|9;ugk|i;uh4|2;uh8|4;uhe|a;uhq|2;uhu|a;uj3|;ujs|;ujv|;ujx|;ujz|5;uk6|c;ukm|1;ukq|;ukt|;ukv|9;ul8|;ulb|4;uli|1;uln|4;ult|3;uly|1;um1|6;um9|5;umg|a;ums|6;un2|2;un6|3;unb|4;unh|2;unl|4;unr|;unt|3;uny|8;uo8|;uoa|8;uok|2;uoo|3;uov|2;up0|;up2|3;up8|;upb|2;upg|3;upm|9;upx|3;uq3|;uq5|6;uqd|;uqf|;uqi|1;uql|5;uqs|2;uqw|;uqy|1;ur1|3;ur9|1;urc|1;urh|;urj|2;urn|1;urq|4;urz|;us3|4;us9|5;usg|2;usk|9;usw|1;ut0|;ut3|1;ut9|;utb|;ute|;uth|9;uts|;utu|3;utz|;uu3|2;uu7|2;uub|3;uug|1;uuj|2;uun|;uup|6;uux|8;uv8|c;uvm|7;uvx|3;uw2|1;uw6|2;uwd|1;uwh|4;uwn|5;uzp|2;uzt|1;uzx|;v01|6;v09|4;v0f|1;v0i|7;v0s|;v0w|;v0y|;v10|5;v17|;v19|6;v1h|1;v1k|1;v1p|4;v1v|1;v1y|3;v23|;v25|8;v2h|3;v2m|6;v2u|b;v3b|e;v3r|2;v3v|h;v4g|;v4i|2;v4m|n;v5b|;v5d|k;v5z|o;v6p|5;v6w|1;v6z|5;v76|l;v7t|c;v87|8;vat|;vax|4;vb3|f;vbk|i;vc4|d;vck|3;vcr|9;vd2|2;vd8|5;vdf|3;vdk|;vdm|6;vdu|;vdw|4;ve3|;ve5|l;veu|4;vf2|2;vf6|1;vf9|7;vfi|;vfk|;vfm|n;vgb|;vgd|1;vgg|g;vgy|l;vhl|3;vhq|4;vhw|7;vi6|1;vil|1;vio|2;vis|5;vj0|;vj3|1;vj6|;vj8|f;vk7|4;vkg|;1d6o|8;1d6z|2;1d79|;1d7b|;1d7e|;1d7m|;1d7x|;1d84|;1d87|;1d8a|;1d8j|;1d8n|1;1d8q|;1d8y|;1d9a|;1d9e|;1d9h|;1d9j|;1d9p|;1d9u|;1d9y|;1da0|1;1da3|;1da6|;1da8|;1dae|;1dai|;1dam|;1dat|;1db0|1;1db3|;1dbp|;1dbv|;1dbx|1;1dc5|1;1dc8|;1dcg|;1dco|1;1dcs|2;1dcw|;1dcy|2;1dd3|;1dd5|;1ddg|1;1ddm|;1ddp|;1ddr|;1ddu|;1ddx|3;1de2|;1de4|1;1df7|2;1dfe|;1dft|;1dfv|;1dgd|1;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t5t|;2t6m|;2t6u|;2t72|;2t7s|;2t8m|1;2t8q|;2t90|;2tai|3;2tap|;2tbi|;2tcc|;2tce|;2tco|;2tgk|;2tgp|;2tgr|;2thd|;2thw|;2tiq|;2tj8|;2tjg|;2tjo|;2tkp|;2tln|;2tmc|1;2tnd|;2tni|;2tnk|;2to7|;2tof|1;2tph|;2tqi|;2tr9|;2ts1|;2ts5|2;2ttq|2;2tuo|;2tuv|;2tv9|;2tvt|;2tvv|;2tx1|;2tx8|;2txv|1;2ty7|;2u05|;2u13|;2u1a|;2u1d|1;2u1v|;2u3b|;2u4c|;2u4e|;2u6f|;2u8e|;2u91|;2u9f|;2u9v|;2ua2|;2ua8|;2uad|;2uan|1;2uaz|;2uc1|;2uc5|;2uc9|1;2uco|;2ucw|;2udy|;2ueu|;2uj2|;2uk1|;2um1|;2ur0|;2usz|;2uvp|;2uxi|;2uxv|;2uz8|;2v09|;2v3b|;2v4h|;2v68|;2v73|;2v7u|;2v90|;2v9e|;2v9p|;2vbh|;2vf3|;2vfj|;2vfs|1;2vgf|;2vgm|;2vgr|;2vhe|;2vhn|;2vi3|;2vi7|;2vij|;2vil|;2vj4|;2vjo|;2vju|1;2vk1|2;2vkj|;2vl1|;2vlj|1;2vlo|;2vm5|;2vme|;2vmk|;2vn9|;2vnc|;2vnz|;2vo3|3;2vod|;2vot|;2vpb|;2vpx|;2vqg|;2vqp|1;2vra|3;2vrg|2;2vsf|;2vsh|;2vsk|;2vss|;2vsu|1;2vti|;2vto|;2vtz|;2vua|;2vuw|;2vwk|;2vwp|1;2vwt|4;2vx2|;2vx9|;2vyk|;2vzh|;2vzn|;2vzp|6;2w0c|;2w0m|;2w0o|;2w0t|;2w0y|;2w16|2;2w1i|;2w2f|1;2w2l|;2w3c|3;2w4d|;2w4m|;2w4t|1;2w4w|1;2w57|;2w5o|;2w6c|;2w7h|;2w7k|;2w8d|;2w8k|2;2w8s|;2w9r|;2wa2|3;2wb8|;2wbh|1;2wcv|;2wd8|;2wdr|;2wdx|3;2we3|;2weg|;2weu|;2wf1|;2wfo|;2wfz|2;2wg7|2;2wgf|;2wgj|;2wh0|;2whg|2;2wj3|;2wjf|;2wjh|;2wjp|;2wjs|;2wjz|;2wlc|;2wlj|;2wnt|;2wqk|;2wr3|;2wsc|;2wtk|1;2wts|;2wv7|;2wvy|;2ww2|3;2wxi|;2wxm|;2wz9|1;2wzy|;2x08|;2x0c|;2x1h|1;2x2l|;2x32|;2x3n|;2x3q|;2x44|;2x4v|;2x5e|;2x5g|1;2x6y|;2x7b|;2x86|;2x9k|;2xa5|;2xdj|;2xdu|;2xee|;2xhm|;2xhv|;2xi1|;2xj2|;2xk1|;2xle|;2xmg|;2xmi|;2xmo|2;2xn7|;2xn9|;2xnj|;2xnq|2;2xoa|2;2xoe|;2xot|;2xow|;2xpi|;2xq2|2;2xqv|;2xrg|5;2xrn|1;2xt7|;2xtc|5;2xtv|;2xtz|;2xuh|3;2xun|;2xv3|;2xv9|1;2xvc|4;2xwg|;2xwo|2;2xwt|;2xx5|2;2xxc|;2xxh|;2xxu|;2xy6|;2xy9|3;2xyv|;2xyz|;2xz7|2;2xzy|4;2y0u|1;2y1d|;2y1i|3;2y2i|;2y2r|2;2y34|2;2y39|;2y3g|;2y3m|;2y3r|;2y4b|;2y4k|;2y54|;2y5m|;2y64|;2y68|;2y6b|;2y6g|;2y6u|;2y8r|;2y9f|;2yb1|;2yb8|;2ybp|;2ybv|;2ycj|;2yis|;2ym9|1;2yp6|;2yr4|;2ysi|;2ysl|;2yss|;2yx2|;2yxf|;2yxq|;2yz4|;2z06|;2z0a|;2z0q|;2z0x|;2z1n|;2z21|;2z30|;2z37|;2z3r|;2z3x|;2z61|;2z6s|;2z6w|;2z7s|;2z85|;2z9r|;2z9x|;2zca|;2zdq|;2zdt|;2zfs|;2zid|;2zih|;2zjy|;2zkq|;2zlz|;2zng|;2zoq|;2zq3|;2zqr|;2zqy|;2zs1|;2zsx|;2zsz|;2zuw|;2zy4|;302p|;302t|;3071|;307k|;307r|;308q|;30bp|;30c1|;30cr|;30cx|;30ds|;30e4|;30e9|;30eh|;30ek|;30fh|;30gj|;30gr|;30hc|;30ic|;30jx|;30kv|;30la|;30nv|1;30ob|;30q0|;30qi|;30ra|;30rc|;30tw|2;30uq|;30us|;30uz|;30v3|;30ve|;30xh|;30xt|;30ye|;30z8|1;30zx|;311f|;313z|1;314h|;3165|;316p|;3187|;319i|;31a1|;31an|;31bb|;31bf|;31c0|;31cj|;31ie|;31lb|;31lh|;31ly|;31m0|;31n2|;31nm|;31of|;31oj|;31pm|;31sa|;31se|;31uu|1;31vc|;31vw|;31w1|;31w5|;31wi|;31xk|;31y3|;31y9|;31yh|;31yq|;31yv|;31z6|;31za|;31zd|;3213|1;321e|;322s|;3230|;323r|;324t|;3251|;325c|;325f|1;325z|;327i|;328d|;329i|;329u|;32bc|;32bv|;32cz|;32en|;32ic|;32ks|;32lf|;32nn|;32o4|;32ob|;32p2|;32pp|1;32q6|;32rb|;32rg|;32sa|;32tf|;32v1|;32wt|;32wy|;32xw|1;32yb|;32yw|1;32zu|;3307|2;330v|;331h|;331r|;331t|3;332u|;3332|;3336|;3341|;3349|1;3357|2;336a|;336o|1;337k|;337u|;338f|;33ck|;33d8|;33dq|;33dy|;33ec|1;33eh|1;33em|;33eo|;33gf|;33gw|;33hr|;33hu|;33l1|;33mh|;33n4|;33o1|;33oa|;33on|;33px|;33q1|;33q4|;33qz|;33rh|2;33sj|;33sw|;33tj|;33tm|;33uk|;33uo|;33vd|;33vj|;33w7|;33wu|;33xa|;33xi|;33xp|;33y2|;33z3|;33zi|;3403|;340m|;340w|;3419|;341b|;341r|;342u|;343l|;344i|;3458|;345e|;345x|2;348q|;34jm|;34pz|;34rf|;34ry|;34sa|;34t6|;34uy|;352b|;353t|2;354l|;354n|;3553|2;356k|3;358g|;3597|;35a6|;35an|;35bq|7;35cz|;35dk|;35dy|;35e9|;35f0|5;35fd|;35hk|3;35ix|;35j3|;35jr|;35kn|5;35md|;35mp|;35my|;35nl|;35of|3;35ov|;35pw|;35pz|;35q8|;35qd|;35rf|5;35sh|;35tl|4;35uf|;35vp|;35vv|2;35w1|;35xl|;35y9|;35yk|;35z8|;35zj|;35zt|;360v|1;3610|;361a|;361h|2;361o|;361r|;361t|;362f|;362i|;363n|2;363w|;3645|;364t|;365e|;3664|;366z|;368b|;368m|;368p|;369i|2;369w|;36ab|;36ad|;36at|;36bj|;36bl|;36bt|1;36cu|;36d6|;36dp|;36e2|;36es|;36fc|;36g2|3;36h8|;36hi|;36ho|;36il|;36ip|;36jt|1;36k2|;36k8|;36kk|;36lx|1;36my|1;36nn|;36o7|1;36pl|;36po|;36q6|;36qb|;36qe|;36rp|;36sh|;36uw|;36x4|;36zc|;36zu|;371h|;371w|;372v|;374k|;375y|;376t|;3773|;379r|;37c0|;37de|;37dv|;37gi|;37jd|;37jk|3;37jv|;37jz|2;37kc|;37km|1;37kp|;37lb|;37lf|1;37lq|5;37mq|1;37n8|2;37nf|;37nj|;37nm|;37ns|7;37o4|;37ok|;37on|;37op|;37or|2;37p3|4;37ph|;37ps|;37q2|;37q6|1;37qb|;37qd|;37qk|1;37qu|3;37qz|;37ri|;37rm|1;37rp|;37s1|9;37su|;37sy|;37t1|;37t6|;37ta|3;37tp|;37tx|2;37u9|;37uf|3;37v0|;37v7|3;37vo|3;37w1|2;37wa|2;37wg|;37wn|;37wq|;37wx|;37xb|;37xe|;37xl|;37yn|;381a|;3851|;385l|;389q|1;38ax|;38bd|;38cm|;38cz|;38hk|;38iy|1;38l7|;38ls|;38o5|;38o7|;38r2|;38t8|;38ua|;38ue|;38uv|;38uy|;38vd|;38vs|;38w2|;38z0|;3902|;3925|;3963|;396w|;398d|1;39al|;39b7|;39ba|1;39cw|1;39e8|;39g9|;39hj|;39i0|;39ji|;39jl|;39jn|;39qx|;39r9|;39rj|1;39s6|;39t8|;39ta|;39ui|;39yp|;39yt|;39z3|;39zv|3;3a02|;3a05|1;3a0x|;3a10|;3a1b|;3a2h|;3a39|;3a3f|;3a3k|;3a4l|;3a5x|;3a6p|;3a83|;3a8l|;3aar|;3aba|;3abq|;3acd|;3acl|;3ad9|;3aeq|;3ah3|;3ahr|2;3al3|;3al9|;3alu|;3ao8|;3aou|;3aox|;3apv|;3arq|;3as6|;3auk|;3avg|;3az8|;3b11|;3b18|;3b1q|1;3b2v|;3b3d|;3b78|;3b7t|;3b8z|1;3b9i|;3bac|;3bag|;3bb5|;3bba|;3bc1|;3bd6|;3bdx|;3bf5|;3bfo|;3bgg|1;3bi6|;3bj4|;3bjk|;3bk3|;3bmh|;3bnd|;3bpq|;3brd|;3bsx|2;3bty|;3buk|;3bvb|1;3bx6|;3byj|;3c2p|1;3c4h|;3c4p|;3c5k|;3c6c|;3c77|;3c7r|;3c84|1;3caq|;3cbl|;3cd5|3;3cfh|1;3cfm|;3cgt|;3ck8|;3ckh|;3ckq|1;3cnk|;3cqd|;3cqz|1;3cr5|;3cu6|;3cvp|;3cvs|;3cw2|;3cwg|2;3cy2|;3cyx|;3czo|;3czs|1;3czx|;3d08|;3d3m|;3d6a|;3d7k|;3d7x|;3d8f|;3daq|;3dba|;3df3|;3df5|;3df9|;3dga|;3dgo|;3dh8|;3dhy|;3dj5|;3dll|;3dmb|1;3dn0|;3dp8|;3dqe|;3dr2|;3dri|;3ds8|;3dsa|;3dsj|;3dtz|;3dvy|;3dw1|;3dwm|;3dx5|;3dxt|;3e08|;3e0l|;3e2a|;3e2i|;3e3x|1;3e44|;3e4i|;3e4x|1;3e9x|;3ea2|;3eab|;3ead|;3ear|;3eaw|;3ec0|3;3ecb|;3ed1|;3ede|;3edy|1;3ee5|;3eer|;3ef4|;3egn|;3eht|;3eio|1;3eiu|;3eke|4;3elg|;3elz|1;3em5|;3em8|;3emb|;3emp|;3eoy|8;3eq9|;3er8|;3esg|7;3esu|;3eu4|;3eui|1;3euo|;3ev4|;3ev9|;3evb|;3evm|;3ewy|3;3ey6|;3eya|;3eyf|;3eys|;3eyw|;3eyz|;3ezd|;3f0w|7;3f3a|;3f5f|1;3f6n|;3f6p|;3f7i|;3f8e|1;3f9q|;3fbf|;3fbm|1;3fd4|;3fe5|2;3ff1|;3ff6|;3fg0|;3fg8|;3fgp|;3fgs|1;3fhi|1;3fj8|1;3fjp|;3fm5|;3fob|;3fqf|;3fr4|;3fr9|;3frf|;3fsi|;3fsm|;3fty|;3fwy|;3fyy|;3g1r|;3g2q|;3g40|;3g5g|;3g5i|;3gc4|;3gdf|;3gf4|;3gf8|;3gfx|1;3gg7|;3ggc|;3ghe|;3ghl|;3gid|2;3gk4|;3gnj|;3gol|1;3gox|;3gpq|;3gqs|1;3gss|;3gwo|;3gxc|;3gyl|;3gz6|;3gzs|;3h2c|;3h47|;3h4q|;3h5s|;3h7h|;3h8d|;3h8q|;3h8u|;3ha6|;3har|;3hax|;3hbt|;3hc4|;3hdp|1;3hf8|;3hfq|;3hfv|;3hg8|;3hh4|2;3hhk|;3hid|;3hm7|;3hmc|;3hn6|;3hpo|;3hrl|;3hs5|;3hv3|;3hw3|1;3hwm|;3hwz|;3hxg|;3hxr|;3hy0|;3hz1|;3hzw|;3i31|;3i33|;3i9a|;3id3|;3iex|;3if6|;3ifd|;3ify|;3ig3|1;3ih4|;3iir|;3ij4|;3ikd|1;3ilk|1;3ilw|;3ini|;3iof|;3iot|;3ipb|;3iq1|;3ir3|;3irg|;3itj|;3iu0|;3iu2|;3ivq|;3iws|;3ixn|;3iz1|;3izm|;3j0m|;3j14|;3j1r|;3j22|;3j39|;3j3h|;3j3x|;3j4a|;3j82|;3jag|;3jak|;3jar|;3jb6|;3jep|;3jgc|1;3jho|;3jl4|;3jlg|;3jls|;3jm3|;3jmt|;3jnf|;3jqi|1;3jqq|;3jr0|;3jrs|;3js6|;3jtb|;3jtf|;3k04|;3k17|;3k7h|;3k8j|;3k94|1;3k9i|;3k9w|;3ka0|;3ka4|1;3kam|;3kax|;3kbs|;3kbu|1;3kc8|;3kcc|;3kcg|;3kd8|;3kda|;3kdd|;3kdf|1;3kdj|1;3ke1|3;3ken|;3keu|;3kf9|;3kfd|;3kfm|;3kfq|;3kg4|7;3kgp|1;3kht|2;3kii|2;3kjk|;3kjq|;3kjv|1;3kjy|;3kke|5;3kkl|;3kkq|;3kl8|;3klo|;3klv|;3km9|1;3kmj|2;3kmn|;3kna|;3kng|;3kni|;3knk|;3ko3|3;3koc|;3kpb|;3kpl|;3kpo|1;3kqh|;3kqq|;3kqt|;3kr8|;3krb|;3krd|1;3krr|5;3ks5|;3ksf|;3ksj|;3ksp|;3kt8|1;3ktf|;3kti|;3ktn|;3kts|;3ku1|;3ku3|;3ky2|;3ky5|;3kya|;3l10|;3l3t|;3l4p|;3l73|;3l86|;3l89|;3l9h|1;3lav|;3lbg|;3lbm|1;3lcp|;3ld3|;3lj9|;3lo9|;3loo|;3lor|;3loz|;3lpr|2;3lq8|;3lr8|1;3lrg|1;3lsd|;3lsg|;3lto|;3lu5|;3luj|;3lum|;3lv4|;3lwc|;3lwo|;3lxx|;3lyj|;3me5|;3me8|;3mer|;3mf3|;3mfc|;3mj4|;3mjd|1;3mjp|;3mjr|;3mou|;3mpc|;3mpk|;3mqf|;3mqx|;3mr8|;3mv3|;3mzk|;3n02|;3n4k|;3n68|;3n87|;3nac|;3nbl|;3nca|;3nch|;3ncq|;3ncz|;3nd1|;3ne7|;3net|;3nev|2;3nfh|;3nfu|;3nh9|;3nib|;3nih|;3nl4|;3nm5|;3nr9|;3nri|;3nx1|;3o1f|;3o31|;3o72|;3o7u|;3o8s|;3o9k|;3o9n|;3oc6|;3ocm|;3odp|;3ofc|;3oh8|;3ohc|;3ohv|;3ojc|;3okj|;3okw|;3oon|;3opq|;3or8|;3ouf|;3ovt|;3owx|;3ox9|;3oxf|;3oxk|;3oxq|;3oxz|;3oyr|;3oz7|1;3p00|;3p1u|1;3p2j|;3p2s|1;3p3z|;3p4l|;3p5s|;3p6b|;3p8z|;3p9b|;3p9u|;3p9w|;3p9y|;3pa2|;3pa5|;3pb3|;3pbz|;3pe9|;3pgp|;3pil|;3pkk|;3pln|;3pvq|;3pvv|;3pxd|;3pyq|;3pze|;3pzv|;3q21|;3ri7|;3z9g|;465h|;4663|;4668|;467s|;468k|;4692|;46a5|;46aj|;46fo|;46gi|;46gs|;46hg|;4an2|;4ay4|;")); - t2.push(new A.NotoFont("Noto Sans Hanunoo", "notosanshanunoo/v17/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4kg|m;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Hatran", "notosanshatran/v15/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf", "w|;4g|;6bw|;1gbk|i;1gc4|1;1gcb|4;")); - t2.push(new A.NotoFont("Noto Sans Hebrew", "notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;nj|;13l|1i;15c|q;168|4;60w|5;61q|;642|1;6bw|4;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6ga|;6gc|;6jm|;6qa|;7gs|;1dlp|p;1dmg|4;1dmm|;1dmo|1;1dmr|1;1dmu|9;")); - t2.push(new A.NotoFont("Noto Sans Imperial Aramaic", "notosansimperialaramaic/v15/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf", "w|;4g|;1g74|l;1g7r|8;")); - t2.push(new A.NotoFont("Noto Sans Indic Siyaq Numbers", "notosansindicsiyaqnumbers/v15/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf", "w|;4g|;17r|;19c|9;1dc|9;2p9t|1v;")); - t2.push(new A.NotoFont("Noto Sans Inscriptional Pahlavi", "notosansinscriptionalpahlavi/v15/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf", "w|;4g|;1gtc|i;1gu0|7;")); - t2.push(new A.NotoFont("Noto Sans Inscriptional Parthian", "notosansinscriptionalparthian/v15/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf", "w|;4g|;1gsg|l;1gt4|7;")); - t2.push(new A.NotoFont("Noto Sans JP", "notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf", "w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|1;7gp|3;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;a9u|;a9x|1;aav|;ab0|;ab2|;aco|;acq|;adk|;adu|;aet|;af0|;af5|;afb|;afv|;ahr|;aim|;ajh|1;ajn|;ajy|;ali|;alk|;amd|;amy|;an2|;ano|;ao5|;aok|;aq2|;as1|;as6|;as9|;atr|;axt|1;ay3|1;ayd|;az1|;b0h|;b1e|;b1k|;b1w|;b25|;b28|;b3j|;b3q|;b40|;b4s|;b4x|;b6p|;b71|;b96|;b9z|;ba2|;bcf|;bdw|;beg|;bj0|;bji|;bjn|;bk5|;blw|;bm3|;bme|1;bmy|;bn7|;bny|;boa|;boc|;boi|;bp1|;bql|;bqv|;brb|1;brh|;bs4|;bsm|;bsz|;bt9|;bu8|;bub|;bv3|;bvq|;c03|;c0i|;c29|;c2m|;c35|;c3y|;c4k|;c62|;c74|;c7g|;c7o|;c91|;can|1;cbk|;cbq|;cbs|;ccj|;ccq|;cd0|;cey|;cif|;cj6|;cj9|;cjb|;cku|;ckx|;cll|;clz|;cm4|;cop|;cpk|;cr7|;cub|;cud|;cw8|;cwf|;cwz|;cz8|;czj|;d0m|;d0u|;d0z|;d1j|;d1q|;d44|;d5f|;d6u|;d7a|;d7h|;d8i|;d9n|;dab|;df2|;df4|;dfs|;dfw|;dg7|;dgc|;dgi|;dhv|;di3|;diu|;diy|;djl|;dkj|;dku|;dlg|;dmw|;dn1|;dnp|;doj|;dq2|;dr1|;drs|;dry|;dt1|;dt6|;du7|1;dvl|;dwl|;dy9|;dym|1;e18|;e1r|;e3o|;e7a|;e7x|;e8m|;e8u|;e9w|;ea6|;ed1|;ek0|;elj|;em2|;emc|;end|;erg|;euw|;euz|;ewu|;eyq|;eyy|;ez6|;ezs|;f13|;f1c|;f20|;f5w|;f69|;f6p|;f7r|;fav|;feo|5;fev|b;ff8|5;ffi|1;ffl|;ffn|1;ffq|;ffs|a;fg5|4;fgb|1;fgf|6;fgn|1;fgr|;fgt|2;fgx|;fh1|a;fhe|1;fhk|1;fht|;fhv|2;fi1|;fi6|2;fia|;fid|1;fig|6;fip|1;fis|5;fiz|7;fj8|2;fjc|;fjf|5;fjn|;fjq|;fjt|3;fk0|4;fk6|2;fka|1;fkd|3;fkk|7;fkt|8;fl4|;fl7|;fl9|6;flh|2;fln|8;fm0|a;fmd|2;fmh|1;fmk|1;fmz|;fn2|3;fn7|b;fnk|;fnm|1;fnq|3;fnv|l;foj|1;fop|1;fos|;fou|3;foz|;fp1|a;fpd|5;fpk|c;fpy|5;fq5|4;fqj|;fql|2;fqq|;fqt|2;fqx|;fqz|b;frc|c;frr|1;fru|3;frz|7;fse|5;fsl|1;fso|;fsq|;fss|6;ft0|3;ft5|b;fti|9;ftt|d;fu8|;fua|1;fud|1;fuh|;fuj|;fuo|3;fut|5;fv0|;fv2|5;fv9|2;fvd|1;fvg|;fvj|1;fvm|1;fvp|2;fvu|;fvw|1;fw0|2;fw4|4;fwd|;fwg|1;fwj|3;fwo|;fwq|;fwt|9;fx4|4;fxa|5;fxm|;fxo|1;fxr|6;fxz|;fy1|2;fy5|1;fy8|;fya|3;fyf|;fyh|1;fyk|5;fyr|3;fyw|2;fz0|3;fz5|8;fzh|9;fzt|2;fzy|;g00|4;g06|3;g0b|3;g0g|;g0i|;g0k|b;g0x|;g0z|;g13|1;g16|;g18|1;g1b|;g1d|4;g1j|5;g1r|h;g2a|3;g2f|1;g2i|;g2k|;g2n|1;g2q|;g2s|a;g35|;g37|6;g3f|1;g3i|;g3k|;g3m|4;g3t|a;g45|4;g4d|;g4g|6;g4o|5;g4w|8;g56|;g58|3;g5e|4;g5k|5;g5r|;g5t|5;g60|;g63|7;g6d|2;g6h|1;g6k|2;g6o|a;g71|1;g74|8;g7e|1;g7i|;g7l|7;g7x|;g82|;g84|7;g8e|;g8g|3;g8l|7;g8z|2;g93|;g95|4;g9b|;g9g|4;g9m|7;g9v|3;ga1|1;ga4|;ga6|7;gaf|2;gal|;gan|1;gaq|3;gav|3;gb0|1;gb5|7;gbe|2;gbj|1;gbn|4;gbt|4;gbz|2;gc4|a;gcg|1;gcj|7;gcs|1;gcv|3;gd0|5;gd7|f;gdo|;gds|b;ge6|5;ged|3;gei|3;gen|2;ger|;get|c;gf7|2;gfb|6;gfj|4;gfp|;gfs|b;gg5|8;ggh|3;ggn|5;ggu|;ggw|1;ggz|4;gh5|;gh8|9;ghj|4;ghp|2;ghu|2;ghz|2;gi6|;gib|1;gie|;gig|2;gil|;gin|2;gis|2;giw|3;gj1|3;gj6|6;gje|1;gjh|;gjk|5;gjs|7;gk2|5;gk9|2;gkd|r;gl6|;gld|3;glk|b;gm2|1;gm5|4;gmc|;gme|9;gmp|;gmr|3;gmw|1;gmz|5;gn6|2;gna|4;gng|3;gnl|;gnp|;gny|1;go2|;go4|;go6|8;gog|1;goj|4;gor|2;gov|2;goz|3;gp4|a;gph|1;gpo|;gpr|3;gpw|b;gq9|2;gqf|d;gqu|4;gr1|1;grc|;grk|2;grp|1;grs|2;grw|3;gs1|2;gs6|;gsa|;gsc|5;gsk|5;gss|4;gt0|2;gtj|;gtm|1;gtq|1;gtt|2;gtx|1;gu0|1;gu3|3;gu8|1;guc|3;guh|1;guk|1;gun|2;gur|;guu|2;guy|4;gv4|1;gv7|1;gva|;gvv|9;gw6|5;gwe|1;gwh|3;gwn|3;gws|3;gwz|1;gx3|7;gxc|;gxe|;gxi|;gxr|;gxt|;gxv|4;gy1|;gy3|1;gy6|;gy9|3;gyf|1;gyi|5;gyq|2;gyx|;gz0|;gz2|;gz5|;gza|3;gzh|2;gzp|5;gzx|5;h04|;h06|3;h0b|;h0g|;h0o|1;h0s|;h0v|a;h17|2;h1b|5;h1i|1;h1l|;h1n|5;h1v|1;h23|;h26|;h28|4;h2e|;h2g|5;h2n|;h2p|1;h2s|2;h2w|;h2y|;h34|;h38|4;h3e|2;h3j|;h3o|1;h3t|1;h3x|3;h42|;h45|4;h4b|3;h4h|3;h4m|1;h4s|;h4u|;h4w|3;h51|;h54|9;h5f|;h5j|a;h5v|5;h63|;h65|1;h68|3;h6e|1;h6h|1;h6l|;h6n|5;h6v|6;h73|;h75|2;h79|1;h7c|;h7e|3;h7j|b;h7w|4;h83|1;h87|1;h8b|;h8d|3;h8i|;h8l|2;h8q|;h8s|6;h95|;h9b|;h9d|1;h9g|7;h9p|4;h9v|2;h9z|;ha1|3;ha6|1;ha9|2;hag|1;haj|1;har|2;hav|;hax|1;hb0|8;hbb|3;hbg|;hbi|;hbk|;hbn|;hbs|;hbx|;hc0|;hc3|;hc6|2;hcb|1;hce|1;hci|5;hcs|5;hcz|1;hd2|1;hd5|;hd9|;hdc|;hdg|c;hdu|4;he0|5;hed|;heh|;hej|;hel|4;hes|;heu|1;hey|;hf1|;hf3|3;hf8|1;hfd|1;hfh|;hfj|2;hft|4;hfz|3;hg4|1;hg7|3;hge|1;hgh|1;hgk|;hgn|2;hgr|;hgt|;hgw|;hgy|;hh1|;hh4|1;hh8|;hha|3;hhf|;hhh|;hhj|6;hhr|1;hhv|1;hhy|2;hi4|6;hie|;hig|3;him|;hip|2;hiw|4;hj2|;hj5|4;hjb|1;hje|;hjg|2;hjk|a;hjw|6;hk4|1;hk9|;hkb|1;hke|6;hkn|;hkp|4;hky|;hl1|1;hl5|4;hlb|1;hle|4;hlk|5;hlr|;hlt|4;hlz|c;hmd|4;hml|2;hmr|1;hmu|3;hn2|7;hnb|4;hnh|6;hnp|;hnr|8;ho2|4;ho8|1;hob|2;hoh|3;hoq|4;hoy|1;hp1|2;hp5|;hp7|;hp9|;hpb|;hpf|2;hpj|1;hpo|4;hpu|1;hpz|;hq1|3;hq6|;hq9|;hqb|1;hqe|;hqg|3;hql|;hqo|4;hqx|1;hr0|3;hr7|5;hre|2;hri|1;hrl|1;hro|;hrq|2;hrv|;hrz|2;hs3|1;hs9|;hsc|2;hsh|2;hsn|1;hsq|2;hsu|2;hsz|2;ht3|3;ht9|;htb|1;hth|1;hto|;hts|1;htw|5;hu4|;hu8|;hud|;hui|;hum|;huq|1;hut|2;huy|;hv0|1;hvb|;hve|1;hvi|1;hvo|;hvv|;hw0|;hw2|1;hw6|;hw9|3;hwe|2;hwi|;hwn|;hws|;hwx|2;hx1|;hx4|;hx6|5;hxd|1;hxg|;hxi|;hxk|1;hxn|1;hxr|1;hxy|1;hy2|;hy4|;hy8|1;hyb|;hyd|1;hyh|1;hym|;hyo|;hyt|1;hyy|1;hz1|;hz4|1;hzc|1;hzf|1;hzq|1;hzt|;hzv|;hzx|;i01|1;i05|;i0a|;i0c|1;i0g|;i0i|;i0k|;i0m|;i0o|;i0u|;i0w|1;i0z|;i11|;i17|1;i1c|2;i1g|4;i1m|5;i1v|3;i20|1;i23|;i26|3;i2b|;i2d|1;i2g|;i2i|;i2k|l;i37|a;i3j|;i3m|4;i3s|1;i3w|e;i4c|;i4f|8;i4p|;i4s|4;i4y|2;i52|5;i59|5;i5g|5;i5n|1;i5q|3;i5v|3;i60|;i62|;i65|2;i69|e;i6p|3;i6u|1;i6x|1;i72|2;i76|2;i7a|;i7c|6;i7k|2;i7p|1;i7s|9;i85|1;i88|;i8a|1;i8d|4;i8j|;i8l|;i8p|3;i8u|7;i93|2;i98|5;i9g|2;i9l|4;i9z|1;ia2|;ia4|;ia7|3;iac|;ial|;ian|4;iau|7;ib5|7;ibe|2;ibi|;ibp|;ibr|;ibt|;ibv|;ic0|;ic2|;ic7|;ic9|;icd|;icg|1;icm|;ico|2;ict|5;id0|2;id6|1;id9|;idd|;idi|1;idn|;idp|1;ids|2;idw|7;ie5|;ie7|1;iea|2;iee|1;ieh|;iej|;iep|;ies|;iex|;if1|;if3|;if6|1;ifa|2;ife|2;ifi|;ifk|3;ifp|;ift|;ifw|;ifz|3;ig4|;ig9|1;igc|1;igf|1;igj|;igm|;igp|1;igu|1;igx|3;ih3|1;ih6|2;ihc|;ihe|3;ihj|;ihl|;ihn|;ihp|;ihr|1;ihu|;ihw|;ihz|;ii3|1;ii6|;ii8|;iia|;iic|;iif|3;iik|1;iir|;iiv|;iix|;iiz|3;ij4|3;ija|3;ijf|;ijh|1;ijk|9;ijv|;ijy|;ik1|4;ik7|2;ikb|;ikd|3;iki|1;ikm|1;ikr|2;ikx|1;il0|2;il4|3;il9|;ilb|1;ilh|;ilk|;iln|;ilp|3;ilu|1;ilx|3;im5|1;im8|;imb|2;imf|;imh|;imj|1;imm|;imo|1;ims|4;imz|1;in2|1;in5|3;inc|;ine|4;ink|;inm|f;io3|1;io7|;ioa|1;ioe|1;iol|2;iop|1;ios|;iow|;ioy|;ip0|4;ip6|3;ipd|;ipf|;iph|4;ipp|2;ipt|2;ipy|;iq0|4;iq6|8;iqh|a;iqt|;iqw|1;iqz|1;ir4|1;ir7|1;ira|e;irq|b;is3|6;isb|4;ish|8;isr|6;it0|4;it6|7;itg|1;itj|1;itm|;ito|2;its|1;itv|1;ity|3;iu3|2;iu8|7;iuh|4;iun|6;iuv|3;iv0|9;ivb|6;ivj|4;ivq|3;ivw|2;iw0|2;iw4|;iw7|a;iwj|2;iwn|2;iws|1;iwz|2;ix3|2;ix7|2;ixc|4;ixi|3;ixo|2;ixs|2;ixw|;iy0|b;iyd|1;iyg|;iyi|3;iyn|;iyv|;iyy|;iz1|3;iz6|b;izj|3;izo|7;izx|;izz|;j01|;j03|;j05|;j0a|;j0g|3;j0m|7;j0w|2;j10|3;j15|1;j19|;j1b|6;j1j|6;j1r|2;j1x|;j1z|;j26|1;j29|5;j2g|6;j2p|7;j2y|1;j31|3;j36|8;j3k|8;j3v|3;j42|;j44|7;j4e|1;j4h|;j4j|2;j4o|b;j51|;j53|1;j5a|;j5c|d;j5s|3;j5y|4;j64|b;j6h|3;j6m|4;j6v|1;j6y|2;j74|1;j78|3;j7d|1;j7g|3;j7l|1;j7o|a;j83|;j85|;j88|2;j8d|3;j8i|3;j8n|1;j8r|1;j8u|a;j97|9;j9j|;j9m|1;j9p|1;j9s|4;j9y|4;ja4|1;ja7|1;jac|1;jaf|7;jaq|;jau|;jaw|2;jb0|;jb2|;jb4|3;jba|a;jbp|;jbw|3;jc1|2;jc5|4;jcc|1;jcf|;jci|;jck|4;jcq|;jcs|5;jcz|1;jd3|3;jd8|2;jdc|6;jdm|9;jdy|1;je1|2;je6|6;jee|;jeg|1;jej|;jel|7;jeu|3;jez|3;jf4|6;jfc|;jfe|2;jfi|;jfk|1;jfn|1;jfs|;jfx|2;jg1|;jg3|;jg6|;jg9|7;jgi|3;jgp|1;jgt|c;jh7|1;jha|;jhi|;jhk|;jhn|1;jht|;jhv|;jhx|2;ji1|6;jia|;jic|6;jik|h;jj4|1;jje|;jjg|3;jjl|6;jjw|3;jk1|3;jk7|6;jkg|1;jkj|;jkm|;jko|1;jkr|;jkv|;jl3|4;jl9|;jlb|;jle|;jlh|1;jll|6;jlt|3;jly|;jm1|7;jma|3;jmf|2;jmj|1;jmt|4;jmz|3;jn5|1;jn8|4;jne|3;jnj|1;jnm|2;jnr|3;jnw|;jny|2;jo2|;jo4|2;jo8|3;joe|h;joy|;jp0|1;jp7|;jp9|1;jpc|1;jpf|3;jpk|1;jpq|8;jq2|2;jq8|1;jqb|;jqd|;jqh|5;jqq|8;jra|;jrd|1;jrh|;jrj|1;jrm|2;jrq|2;jrw|;jry|;js0|;js2|;js4|2;js8|2;jsc|1;jsf|1;jsk|2;jsq|;jst|2;jsy|;jt7|;jta|1;jtd|3;jtk|;jtm|3;jtr|2;jtv|;jtz|;ju1|;ju5|;ju7|;jub|1;jue|;jug|3;jul|;jur|;jut|;juv|1;jv3|4;jv9|;jvc|3;jvh|2;jvl|;jvn|3;jvs|1;jvv|3;jw0|;jw2|1;jw9|;jwb|4;jwh|1;jwk|1;jwn|;jwp|5;jww|2;jx0|1;jx3|1;jx6|;jxc|7;jxl|1;jxo|1;jxr|3;jxw|3;jy2|1;jy5|4;jyc|1;jyg|2;jyn|;jyr|1;jyu|;jyw|1;jyz|4;jz6|2;jza|;jzd|3;jzi|1;jzl|1;jzo|b;k03|2;k07|2;k0d|5;k0k|5;k0t|3;k0y|1;k12|1;k17|1;k1c|;k1e|;k1g|1;k1j|1;k1m|;k1p|;k1t|4;k1z|3;k24|;k26|;k28|2;k2d|;k2f|2;k2j|2;k2n|2;k2r|4;k2z|5;k36|3;k3b|2;k3g|3;k3l|5;k3s|1;k3v|1;k3y|2;k42|;k44|;k46|3;k4b|;k4f|4;k4l|4;k4s|1;k4w|2;k50|1;k55|3;k5a|2;k5e|2;k5i|4;k5o|3;k5t|5;k64|l;k6r|4;k6x|3;k73|7;k7c|4;k7i|1;k7l|1;k7r|p;k8j|9;k8u|3;k8z|1;k93|2;k97|3;k9c|2;k9i|7;k9r|1;k9u|;k9w|;k9y|;ka3|;ka5|1;ka9|4;kag|1;kaj|1;kam|6;kau|3;kb0|;kb2|1;kb8|;kba|;kbd|4;kbj|1;kbq|;kbs|1;kbv|1;kby|;kc0|;kc2|3;kc7|a;kcj|;kcl|;kcn|2;kcr|5;kcy|5;kd5|;kd7|5;kde|;kdh|3;kdm|4;kdt|;kdv|5;ke2|;ke5|2;ke9|;keb|;ked|4;kek|5;ker|3;kex|;kf0|a;kfe|;kfg|b;kfv|1;kfy|3;kg4|1;kg7|;kg9|;kgb|1;kge|5;kgl|8;kgw|2;kh0|;kh2|;kh5|;khb|a;khn|3;khs|6;ki0|2;ki6|6;kif|7;kip|1;kis|;kiu|1;kix|;kj0|;kj2|9;kjd|3;kji|1;kjl|4;kk0|;kk3|1;kk6|3;kkd|2;kkh|1;kkn|6;kkv|5;kl4|1;kl7|b;klk|2;klo|2;kls|5;klz|2;km3|2;km7|;kmb|;kmf|;kmj|;kmm|4;kms|3;kmx|3;kn2|1;kn5|5;knc|;knh|3;knn|1;knq|7;knz|4;ko5|6;kod|9;kop|3;koz|3;kp4|5;kpb|b;kpo|1;kpr|2;kpv|2;kpz|1;kq2|8;kqd|2;kqh|4;kqo|1;kqr|g;kra|1;krd|3;krl|2;krp|1;krs|;kru|;ks0|1;ks3|3;ks8|1;ksb|;ksd|;ksf|;ksi|;ksl|1;ksp|1;ksu|;ksz|2;kt3|;kt5|5;ktc|6;ktk|d;ktz|b;kue|;kui|;kul|1;kup|1;kus|2;kuw|;kuz|1;kv4|1;kv9|3;kvf|;kvh|5;kvo|;kvr|1;kvu|2;kvy|3;kw3|;kw5|;kw7|1;kwa|7;kwj|;kwm|3;kwt|1;kwy|1;kx1|;kx3|4;kx9|2;kxd|5;kxl|;kxn|;kxp|6;kxx|;ky2|2;ky7|;ky9|4;kyf|;kyh|2;kyl|7;kyw|3;kz2|;kz4|;kz6|9;kzh|2;kzo|7;kzy|;l00|2;l04|2;l08|1;l0b|;l0f|;l0h|1;l0k|;l0m|1;l0q|1;l0x|2;l14|;l16|;l1a|3;l1f|1;l1i|1;l1l|;l1n|;l1p|1;l1s|1;l1w|;l1z|;l23|8;l2d|;l2i|2;l2m|3;l2r|1;l2w|;l2z|;l31|2;l35|2;l3a|;l3c|1;l3g|;l3k|1;l3n|3;l3u|5;l42|;l44|;l47|1;l4a|;l4c|;l4g|3;l4o|;l4q|3;l4y|5;l55|2;l5b|3;l5i|1;l5n|;l5p|4;l5v|1;l5z|1;l63|1;l67|;l6a|;l6d|6;l6l|2;l6r|;l6u|1;l6x|1;l70|2;l74|;l76|2;l7a|;l7c|1;l7f|;l7h|;l7j|8;l7t|3;l7y|2;l82|3;l87|4;l8d|9;l8p|2;l8t|;l91|3;l97|;l9a|2;l9e|2;l9k|d;l9z|9;lab|6;laj|4;laq|2;lau|2;lay|1;lb3|;lb5|;lb7|;lba|1;lbf|1;lbi|1;lbl|;lbn|;lbr|;lbt|;lbz|;lc2|;lc4|1;lc8|2;lcd|7;lcn|;lcp|;lcr|;lcv|;lcz|1;ld2|2;ld8|;lda|;ldf|5;ldm|1;ldq|4;le2|1;le5|3;lea|;lec|1;lef|;leh|7;leq|;lev|1;ley|1;lf1|;lf3|1;lf6|2;lfa|;lfc|3;lfh|1;lfl|8;lfw|1;lg0|;lg2|a;lgf|;lgh|1;lgq|4;lgw|4;lh4|7;lhd|1;lhg|2;lhl|1;lho|1;lhr|8;li1|4;li8|3;lid|;lif|d;liz|;lj4|1;lj8|;ljb|;lje|2;lji|1;ljl|2;ljr|;ljt|2;ljy|1;lk4|7;lke|1;lkh|5;lko|1;lkr|4;lkx|;ll0|1;llj|5;llq|3;llv|4;lm1|1;lm4|;lm6|2;lmc|;lmf|2;lmk|;lmo|2;lmt|;lmv|3;ln0|2;ln5|8;lnf|1;lnu|2;lny|1;lo2|;lo4|1;lo7|2;loc|1;lof|1;loi|;lok|4;loq|2;lou|4;lp1|1;lp4|3;lp9|5;lpg|2;lpk|4;lpq|e;lq8|;lqc|1;lqf|4;lqr|;lqt|;lqv|;lqx|2;lr1|a;lrd|;lrf|4;lrm|;lro|;lrq|;lrs|4;lry|;ls2|3;ls8|7;lsh|3;lsm|2;lsr|4;lsy|1;lt3|1;lt7|;lta|1;lte|1;lti|;ltn|;ltp|3;ltu|;lu1|;lu4|1;lu7|1;lub|;lue|;lug|1;luk|1;lun|1;luq|;lut|;luv|;luy|1;lv1|2;lv5|3;lva|1;lve|3;lvj|6;lvr|8;lw1|;lw3|2;lw9|2;lwd|1;lwm|;lwr|4;lwy|;lx0|;lx3|2;lx7|;lx9|2;lxd|1;lxg|;lxi|;lxk|2;lxo|1;lxr|2;lxv|3;ly0|;ly2|1;ly8|;lya|1;lyd|1;lyh|4;lyn|4;lyt|1;lyw|;lyz|1;lz2|1;lz5|;lz9|;lzj|;lzl|3;lzr|b;m04|;m06|;m08|;m0c|4;m0k|;m0o|;m0q|;m0s|2;m0w|4;m12|2;m17|3;m1c|4;m1i|2;m1m|;m1p|;m1r|2;m1v|5;m22|;m26|3;m2b|;m2d|2;m2h|;m2k|;m2m|;m2o|3;m2t|5;m38|1;m3c|;m3e|1;m3i|3;m3o|;m3s|1;m3v|1;m3y|3;m43|;m45|1;m49|1;m4c|2;m4g|1;m4l|2;m4p|2;m4t|;m4v|;m4x|;m51|;m53|1;m56|1;m59|3;m5f|;m5i|2;m5o|;m5r|1;m5u|;m5w|;m5z|;m61|1;m64|;m66|;m6b|1;m6f|5;m6m|;m6p|;m6s|1;m6w|;m71|1;m77|2;m7d|;m7f|1;m7i|2;m7p|1;m7s|;m7w|2;m81|;m85|1;m89|1;m8e|;m8i|;m8k|5;m8r|;m8v|;m90|;m97|6;m9f|1;m9j|4;ma0|;ma2|1;ma7|;ma9|;mab|3;mag|1;mak|1;man|;mas|;mb0|;mb5|;mbd|1;mbh|;mbn|6;mbv|1;mbz|;mc4|;mc9|1;mcc|;mce|;mcg|1;mcm|;mcr|;mct|4;md2|;md4|;md8|;mdd|;mdh|2;mdl|3;mdq|;mds|3;mdx|2;me1|1;me4|;me6|;me8|;mea|;mec|5;mek|;mem|;mex|;mf1|;mf4|;mf8|1;mfb|1;mfe|;mfg|;mfj|;mfm|;mfo|2;mft|2;mfz|1;mg2|;mg8|;mgc|;mge|5;mgp|1;mgu|3;mgz|1;mh4|1;mh7|1;mha|;mhc|;mhe|5;mhl|1;mho|;mhr|1;mhx|2;mi4|2;mic|1;mig|1;mij|1;mim|2;miu|3;mj1|;mj4|;mj7|;mj9|;mjb|;mje|1;mjh|;mjj|;mjo|;mjs|;mju|3;mjz|1;mk2|;mk4|2;mk8|b;mkl|3;mkr|1;mku|2;mky|1;ml1|e;mlj|2;mln|;mlq|1;mlt|1;mlw|;mlz|2;mm3|7;mmc|;mmf|;mmh|;mml|1;mmq|1;mmu|;mmz|;mn4|;mn6|;mnb|1;mng|6;mno|;mnq|;mnt|;mny|;mo0|4;mo6|1;mo9|;moc|;moe|;mog|;moi|;mol|4;mor|;mov|3;mp1|;mp5|;mp8|1;mpf|1;mpj|7;mpu|;mpw|1;mpz|;mq2|1;mq5|;mqa|1;mqe|3;mqj|4;mqq|;mqs|1;mqv|5;mr2|1;mr5|6;mrd|2;mrh|2;mrn|2;mrx|3;ms2|;ms6|2;msd|3;msj|;msm|6;msu|4;mt1|;mt3|5;mtc|1;mtf|4;mtl|2;mtq|;mts|;mtv|5;mu4|;mu6|2;mua|;mud|1;mug|3;mul|;muq|1;mut|;muv|;mux|4;mv3|1;mv6|;mv9|1;mvc|7;mvm|1;mvq|;mvt|;mvx|1;mw0|1;mw3|4;mw9|1;mwd|1;mwh|;mwk|1;mwn|4;mwt|4;mwz|4;mx5|1;mxd|;mxf|;mxm|1;mxt|1;mxw|2;my0|e;myh|1;myn|2;myr|1;myu|1;myz|;mz1|;mz5|2;mz9|;mzb|;mzd|7;mzm|2;mzq|5;mzx|6;n06|;n0e|;n0g|1;n0j|;n0l|4;n0r|;n0v|3;n13|3;n18|;n1a|5;n1h|6;n1q|4;n1x|;n21|2;n25|;n27|;n2g|2;n2k|;n2n|1;n2r|1;n2u|;n2w|;n2y|2;n32|2;n36|2;n3a|5;n3i|4;n3o|;n3q|2;n3u|2;n3z|;n41|;n43|3;n4c|2;n4h|2;n4l|3;n4q|;n4s|;n4u|e;n5b|4;n5i|a;n5v|1;n5y|c;n6c|;n6f|;n6h|9;n6s|3;n6x|4;n73|g;n7l|1;n7p|2;n7t|3;n7y|7;n89|1;n8c|1;n8i|3;n8r|;n8w|5;n93|3;n98|b;n9m|;n9o|3;n9u|3;n9z|2;na3|9;naf|;nah|;nak|;nam|6;nax|1;nb0|;nb2|6;nbb|6;nbj|;nbm|1;nbp|1;nbs|1;nbv|e;ncd|;ncg|;nci|3;nco|4;ncw|c;nda|;nde|;ndh|1;ndk|1;ndo|;ndr|;ndt|1;ndw|1;ndz|3;ne4|6;nec|;nee|;neg|;nei|4;neo|8;nez|3;nf4|;nf7|;nf9|1;nfd|f;nfu|;nfx|3;ng4|;ng6|4;ngd|;ngf|;ngh|2;ngl|1;ngo|6;ngy|;nh0|;nh2|1;nh5|;nh7|1;nha|3;nhf|5;nhm|2;nhq|;nhs|2;nhw|;nhy|;ni0|1;ni3|1;ni6|;ni8|1;nic|;nie|6;nim|;niq|;nis|1;niv|;nix|3;nj2|2;nj6|;nj8|2;njc|1;njh|2;njo|6;njw|2;nk0|;nk2|;nk5|2;nka|;nkd|2;nki|;nkm|2;nkq|2;nku|a;nl6|2;nlc|;nle|2;nll|1;nlo|4;nlw|;nm3|3;nm9|;nmc|2;nmi|;nmm|2;nmq|;nms|1;nmv|;nmx|1;nn0|5;nn7|;nn9|2;nnd|;nnf|4;nnn|;nnr|;nnt|;nnx|;no1|1;no5|;no7|;no9|3;noe|2;noi|5;nop|1;nos|5;noz|1;np4|;np7|1;npe|;nph|1;npl|;npo|2;npt|1;npw|1;nq1|;nq5|;nq8|3;nqd|2;nqk|2;nqo|;nqq|;nqs|1;nqv|;nqy|;nr3|;nr7|2;nrb|1;nrg|;nri|1;nrl|1;nrw|2;ns0|1;ns3|1;ns8|;nsa|2;nse|1;nsi|;nsk|;nsq|;nss|;nsu|;nsx|;nt2|1;nt6|;nt8|3;ntd|;ntf|2;ntj|1;ntm|;ntp|2;ntt|;ntv|1;ntz|3;nu4|1;nu7|4;nud|;nui|5;nup|;nut|7;nv2|;nv4|6;nve|1;nvj|2;nvo|;nvq|2;nvu|;nvw|;nvz|;nw2|2;nw6|1;nw9|2;nwd|4;nwm|1;nws|;nwu|;nww|2;nx5|3;nxa|2;nxh|9;nxs|1;nxw|1;ny2|8;nyc|7;nyn|2;nyr|5;nyy|6;nz6|;nz9|;nzb|2;nzf|;nzh|;nzm|;nzr|;nzt|3;nzy|3;o04|1;o0a|5;o0h|;o0j|3;o0o|;o0r|2;o0x|;o12|5;o1a|3;o1f|1;o1k|3;o1p|5;o1w|;o1z|6;o27|;o29|1;o2c|2;o2g|;o2i|;o2l|a;o2x|4;o34|1;o3c|;o3f|1;o3k|;o3m|1;o3p|;o3r|7;o41|;o44|1;o47|5;o4e|3;o4n|;o4r|;o4t|5;o50|1;o53|9;o5e|7;o5o|4;o5x|2;o61|;o64|1;o67|4;o6d|;o6f|;o6h|2;o6l|;o6o|;o6s|2;o6w|2;o71|9;o7c|;o7e|1;o7k|8;o7y|2;o83|;o89|1;o8c|;o8e|2;o8j|;o8l|1;o8p|6;o8z|c;o9d|2;o9h|;o9l|4;o9r|4;o9x|8;oa7|2;oac|;oae|;oag|3;oal|2;oaq|;oas|;oau|2;oay|1;ob3|;ob5|1;ob8|;obc|1;obf|;obi|2;obn|;obp|c;oc3|3;oc9|;ocb|;ocd|;ocf|2;ocl|4;ocr|b;od9|;odc|;odg|3;odl|1;odo|9;odz|;oe1|1;oe7|;oec|;oee|1;oeh|;oej|;oel|5;oes|d;of9|;ofe|;ofg|1;ofj|3;ofo|2;ofs|;ofu|3;og0|2;og4|8;ogf|;ogk|;ogm|1;ogp|2;ogt|;ogw|;oh0|2;oh4|2;oh9|;ohc|;ohe|8;oho|;ohq|;ohs|4;ohy|1;oi1|;oi3|4;oi9|3;oif|;oih|;oij|;oim|3;oir|;oit|3;oiy|2;oj3|;oj5|;oj7|1;oja|4;ojh|3;ojm|1;ojp|1;oju|;ojw|1;ojz|i;okj|2;okn|;okp|;oks|4;oky|1;ol1|;ol5|;ol7|3;old|2;oli|1;oll|;oln|;olp|;olr|1;olu|;olw|1;olz|1;om3|;om6|4;omc|4;omj|;oml|1;omo|3;omu|1;omx|7;on6|;on8|1;onb|3;onh|2;onm|8;onw|4;oo2|;oo6|1;oo9|;oob|;oof|;ooi|;ook|2;ooo|3;oou|;oow|;ooy|9;op9|;opb|f;ops|3;opy|;oq2|9;oqd|;oqh|1;oqk|c;oqz|6;or7|;or9|2;ord|5;orl|2;orp|3;oru|;ory|;os0|3;os5|1;os8|3;osd|;osf|;osh|2;osl|1;oso|1;osr|2;osv|;osx|;osz|;ot2|1;ot5|7;ote|1;oti|1;otm|h;ou5|3;oua|5;oui|8;out|5;ov0|2;ov4|6;ovc|5;ovj|;ovl|1;ovo|2;ovt|2;ow0|1;ow4|1;ow8|3;owg|2;owl|;own|;owr|8;ox2|2;ox7|4;oxd|2;oxh|2;oxl|2;oxp|2;oxt|;oxv|5;oy2|1;oy5|1;oy8|;oya|;oyc|2;oyg|2;oyl|2;oyp|1;oyt|2;oyx|2;oz1|3;oz7|;oz9|;ozc|1;ozf|4;ozl|2;ozq|4;ozw|a;p08|;p0a|5;p4m|;p4o|;p4q|5;p4z|2;p53|;p58|9;p5k|;p5n|2;p5r|2;p5v|8;p65|1;p68|2;p6d|;p6f|2;p6l|3;p6q|1;p6t|3;p6y|7;p78|;p7a|1;p7e|;p7g|2;p7l|3;p7q|;p7s|2;p7x|2;p82|;p84|;p86|;p88|1;p8c|1;p8f|2;p8j|;p8l|1;p8o|;p8q|;p8s|;p8u|1;p8y|;p90|1;p97|;p9b|2;p9f|;p9h|1;p9k|1;p9n|1;p9q|2;p9u|1;pa1|f;pai|f;pb0|5;pb8|;pba|;pbc|;pbg|;pbi|;pbk|;pbn|4;pbt|7;pc3|1;pc6|;pca|;pci|;pcm|;pco|;pcq|;pcu|4;pd0|;pd2|;pd4|;pd9|;pdb|8;pdl|;pdn|;pdp|4;pdw|5;pe3|1;pe6|;peb|;pee|;peg|6;pep|1;pes|3;pex|4;pf3|;pf5|1;pf8|;pfc|2;pfn|3;pfs|;pfu|;pfw|3;pg2|;pg4|7;pgd|1;pgg|1;pgk|2;pgt|h;phd|2;phh|6;php|;phy|2;pi2|2;pi6|;pi8|;pib|1;pif|;pih|;pij|1;pin|2;pir|;pit|;pix|1;pj0|2;pj5|;pj9|2;pje|2;pji|;pjk|5;pjr|;pjz|2;pk5|4;pkb|;pkd|4;pkj|1;pkn|3;pkv|7;pl4|;pl6|1;pla|2;plf|;plh|1;plk|;plm|4;pls|;plu|2;pm0|1;pm6|;pm8|;pma|3;pmg|;pmi|1;pml|6;pmt|1;pmw|3;pn1|2;pn5|;pn7|;pn9|6;pnh|4;pnn|2;pnr|1;pnu|3;pnz|7;po8|d;pon|9;poy|2;pp2|9;ppd|1;ppk|4;ppq|;ppu|8;pq4|;pq8|;pqb|4;pqh|;pqj|;pqm|1;pqp|;pqu|4;pr0|1;pr3|1;pr6|2;pra|2;pre|1;prh|2;prl|1;pro|;prq|3;prv|;prx|4;ps3|1;ps7|;ps9|2;psd|1;psh|3;psm|;pso|3;pst|;psv|2;psz|h;ptj|8;ptx|1;pu8|5;puf|;puh|3;pum|a;puy|1;pv1|;pv3|;pv5|;pv7|1;pva|1;pvd|2;pvh|1;pvk|c;pvy|;pw6|2;pwb|4;pwh|2;pwo|;pwr|f;px8|1;pxc|;pxe|5;pxl|1;pxp|b;py2|;pya|1;pyo|;pyr|;pyt|;pyv|1;pyz|2;pz3|1;pz6|;pz8|3;pzd|1;pzh|1;pzm|4;pzs|8;q02|;q06|7;q0h|;q0l|;q0t|4;q11|;q13|;q15|1;q18|;q1a|3;q1f|1;q1i|;q1k|;q1o|1;q1r|2;q1x|;q20|3;q27|3;q2c|;q2e|3;q2j|2;q2p|;q2r|1;q2u|1;q2y|5;q35|;q37|;q39|;q3b|;q3d|;q3k|;q3m|;q3t|1;q3w|;q3z|;q41|;q45|;q48|1;q4c|1;q4l|5;q4t|2;q4x|1;q52|6;q5b|8;q5l|8;q5v|7;q64|1;q69|1;q6c|1;q6j|;q6o|;q6q|3;q6v|;q6x|;q70|;q72|1;q75|;q7a|;q7c|2;q7h|;q7j|;q7l|1;q7o|;q7s|a;q84|;q86|b;q8j|;q8m|;q8p|1;q8s|;q93|;q96|;q98|;q9a|4;q9g|;q9j|;q9m|3;q9r|1;q9u|1;q9y|1;qa4|;qa6|;qa8|1;qab|2;qaf|1;qai|2;qam|1;qap|6;qay|3;qb3|;qb6|4;qbh|4;qbn|;qbq|;qbs|3;qby|5;qc5|5;qcc|8;qco|3;qct|;qcv|;qd3|;qd5|2;qd9|4;qdg|8;qdr|2;qdv|1;qdz|2;qe3|2;qe7|1;qea|;qec|c;qes|;qeu|4;qf0|3;qf5|1;qfb|;qfd|2;qfh|3;qfp|;qfs|2;qfw|1;qfz|2;qg4|2;qg8|2;qgd|;qgj|1;qgm|1;qgp|3;qgu|2;qgy|;qh0|3;qh6|1;qh9|1;qhc|3;qhi|5;qhq|;qht|1;qhw|;qhz|;qi1|;qi5|;qi7|1;qie|;qig|2;qik|1;qin|3;qiu|;qj1|1;qj4|;qj6|i;qjr|;qjt|;qjv|1;qjz|;qk1|;qk5|2;qk9|2;qkd|;qkn|6;qkx|;qkz|;ql1|1;ql4|;ql6|;ql8|1;qld|;qlf|1;qli|5;qlp|;qlr|2;qlv|6;qm7|2;qmb|4;qmh|;qmj|;qml|1;qmp|1;qms|1;qmv|;qmx|3;qn2|2;qn7|4;qnd|;qng|3;qns|6;qo0|;qo2|9;qod|7;qoo|2;qos|;qou|1;qox|2;qp1|;qp4|1;qpa|1;qpd|1;qpg|;qpj|;qpl|7;qpv|;qpx|;qq1|;qq3|3;qq9|;qqb|;qqd|;qqf|2;qql|;qqn|2;qqr|3;qqw|;qqy|;qr2|1;qr5|1;qr8|;qra|;qrc|;qrf|1;qrj|;qrm|7;qrv|3;qs0|;qs3|;qs5|;qs7|2;qse|2;qsi|1;qsn|;qsr|4;qsx|;qsz|;qt1|;qt6|1;qt9|4;qtg|;qti|5;qtq|;qts|;qtu|;qtx|1;qu1|1;qu4|;qu7|1;qua|4;qui|3;qun|;qup|2;qut|6;qv2|1;qv5|;qv7|;qv9|2;qvd|2;qvh|9;qvs|4;qvy|1;qw1|2;qw7|1;qwd|1;qwg|2;qwl|1;qwp|3;qww|6;qx4|6;qxd|2;qxh|f;qy0|1;qy3|;qy6|4;qyd|;qyf|;qyh|;qyj|;qyl|5;qyw|;qyz|;qz1|;qz6|;qza|6;qzi|2;qzm|;qzo|;qzs|;qzu|1;qzy|;r00|1;r04|1;r07|;r0a|;r0c|a;r0q|5;r0x|4;r14|1;r17|6;r1j|1;r1r|6;r1z|2;r24|2;r29|1;r2c|;r2e|1;r2i|;r2k|4;r2q|1;r2t|1;r2w|2;r30|2;r34|;r39|3;r3e|1;r3k|2;r3p|6;r3y|;r40|6;r49|;r4c|1;r4f|;r4i|;r4m|1;r4q|2;r4u|6;r52|;r56|1;r59|3;r5e|3;r5j|;r5m|7;r5v|;r5y|5;r65|;r67|1;r6b|5;r6i|2;r6n|2;r6t|2;r6x|1;r70|;r73|1;r76|5;r7e|;r7g|1;r7j|2;r82|;r84|4;r8a|;r8c|1;r8j|;r8l|2;r8p|;r8r|;r8t|;r8x|;r8z|1;r92|;r94|1;r99|;r9b|6;r9j|1;r9m|;r9o|;r9q|a;ra3|;ra5|9;rai|3;ran|;rap|;rar|4;ray|4;rb4|1;rb7|;rb9|4;rbh|1;rbk|8;rbv|3;rc0|3;rc5|2;rc9|;rcb|3;rcg|3;rcl|2;rcp|3;rcu|2;rcy|5;rd5|;rd7|2;rdb|4;rdh|5;rdq|3;rdv|7;re4|4;rea|1;ree|1;reh|;rej|1;rem|1;req|2;reu|7;rf3|8;rfe|8;rfo|;rfq|1;rfv|3;rg0|1;rg3|5;rga|;rgc|;rge|4;rgk|3;rgq|7;rh0|;rh2|1;rh5|8;rhi|;rhk|;rhn|2;rhs|;rhv|;rhz|;ri1|;ri4|;ri6|;ri9|5;rig|1;rik|3;rip|3;riu|;riw|4;rj2|1;rj7|;rja|;rjd|;rjf|2;rjj|3;rjo|;rjq|3;rjw|5;rk3|2;rka|6;rki|4;rkp|1;rks|4;rp3|3;rp9|2;rpd|;rph|7;rpq|3;rpv|2;rpz|4;rq5|;rq9|3;rqe|;rqg|5;rqr|;rqt|1;rqw|4;rr2|;rr6|;rr9|2;rrd|5;rrk|;rrm|2;rrs|1;rrv|7;rs4|;rs7|9;rsi|2;rsm|7;rsv|c;rt9|2;rtd|2;rth|1;rtl|5;rts|4;rty|;ru0|;ru2|;ru4|1;ru7|3;ruc|1;ruf|1;rui|5;rup|;rur|2;ruv|4;rv1|3;rv6|2;rva|1;rvf|2;rxg|3;rxl|;rxn|3;rxs|1;rxv|1;rxy|1;ry7|;ry9|1;ryc|1;ryg|;ryi|;ryl|;ryo|1;ryt|;ryx|;rz2|2;rz7|;rza|;rzc|;rzf|1;rzj|;rzm|1;rzp|;rzr|;rzt|3;rzy|;s00|;s02|;s05|3;s0a|2;s0e|1;s0h|;s0k|3;s0p|2;s0t|;s0v|;s0x|;s0z|2;s13|1;s16|2;s1b|6;s1o|1;s1r|;s1t|;s1w|2;s20|4;s27|2;s2c|;s2e|;s2l|6;s2u|1;s2y|;s34|1;s37|6;s3h|;s3k|2;s3o|;s3r|9;s44|1;s49|;s4b|9;s4p|;s4s|1;s4v|3;s50|3;s55|3;s5d|4;s5j|;s5l|2;s5p|;s5s|5;s60|3;s65|1;s69|1;s6f|;s6h|8;s6r|;s6t|1;s6y|1;s72|;s74|1;s77|5;s7e|3;s7j|;s7l|1;s7o|;s7v|1;s7z|;s82|1;s88|;s8b|;s8d|1;s8g|1;s8n|7;s8w|;s8y|1;s91|;s93|3;s98|;s9b|1;s9e|7;s9n|6;s9v|;s9x|a;sab|8;sam|9;sax|1;sb0|3;sb5|4;sbb|1;sbg|3;sbl|5;sd7|d;sdp|5;sdw|4;se2|2;se6|4;sec|2;seg|;sei|1;sel|1;seo|5;sey|;sf4|;sf6|4;sfc|3;sfh|4;sfo|7;sfx|1;sg0|6;sg8|;sgb|6;sgj|8;sgt|6;sh3|3;sh8|3;shd|8;sho|;shq|1;sht|4;shz|;si1|d;sig|1;sij|3;sio|3;sit|4;sj0|4;sj6|;sj8|6;sjg|1;sjj|6;sjr|5;sjy|3;sk5|;sk7|2;skb|;skg|3;skl|1;sko|;skq|;skv|7;sl4|;sl9|1;sld|;slf|2;slj|3;slo|;slq|;slu|;slx|;slz|2;sm3|4;sm9|1;smc|1;smg|;smj|;sml|;smn|1;smq|;sms|3;sn1|3;sn6|;sn8|2;snc|;snh|;snk|;snm|;sno|6;snw|;sny|;so0|;so2|1;so5|;so7|;so9|;sod|5;sok|;som|1;sop|1;sos|1;soz|;sp2|9;spe|2;spi|5;spt|4;spz|;sq1|1;sq4|1;sqa|3;sqf|4;sqp|2;sqt|2;sqx|2;sr1|1;sr4|5;srb|1;srg|;sri|;srl|1;sro|;srq|;srs|;sru|c;ss8|;ssa|3;ssf|a;ssr|6;ssz|1;st2|9;std|;stf|4;stl|1;sto|5;stx|2;su1|;su3|2;su7|2;suc|3;suh|1;suk|2;suo|8;sv0|2;sv7|3;svc|1;svg|;svi|2;svn|7;svw|;svy|2;sw2|9;swd|4;swm|8;sww|2;sx0|5;sxa|3;sxh|4;sxn|5;sxv|;sxx|;sy0|2;sy5|1;sy9|2;syd|7;syn|1;sys|1;syv|1;syz|;sz1|;sz3|;sz6|1;sza|7;szj|4;szp|3;szv|5;t02|1;t05|;t07|2;t0c|1;t0f|2;t0j|2;t0n|3;t0s|2;t0w|;t0y|1;t13|5;t1b|1;t1e|;t1g|;t1i|;t1k|;t1p|;t1r|2;t1w|1;t20|2;t24|g;t2m|1;t2q|5;t2y|1;t38|;t3b|4;t3h|;t3k|2;t3o|4;t3u|2;t3y|;t40|;t44|1;t47|;t49|8;t4j|3;t4q|;t4s|6;t54|;t56|3;t5b|;t5e|;t5g|4;t5m|1;t5q|;t5t|;t5v|1;t5y|3;t63|3;t68|;t6c|2;t6h|2;t6p|;t6r|a;t74|1;t77|;t7a|3;t7g|3;t7l|1;t7o|4;t81|;t85|;t87|4;t8d|;t8h|3;t8n|2;t8t|3;t8z|7;t9b|;t9d|;t9n|;t9q|1;t9t|5;ta0|;ta2|1;ta5|;ta7|;ta9|;tab|2;tag|;tai|;tak|;tap|2;tat|;tax|3;tb2|5;tbc|;tbe|1;tbh|5;tbp|;tbr|;tbw|3;tc1|;tc3|2;tiv|2;tj2|2;tj6|2;tja|9;tjl|3;tjq|;tjs|1;tjx|c;tkb|2;tkh|1;tkk|;tkm|;tkp|6;tkz|;tl2|7;tlc|6;tlk|2;tlo|6;tlw|2;tm0|;tng|2;tnl|1;tno|2;tns|;tnu|;tnw|;tny|1;to1|3;to7|6;tof|3;tok|;tor|2;tov|1;toy|;tp0|;tp2|2;tp7|4;tpd|5;tpm|;tpo|;tpq|;tps|;tpu|6;tq2|5;tq9|5;tqg|3;tql|2;tqp|;tqs|9;tr3|1;tr7|7;tri|6;trq|7;ts0|1;ts4|3;ts9|5;tsh|1;tsl|1;tso|7;tsy|1;tt4|3;ttb|3;tti|1;ttl|2;tts|;ttu|8;tu5|2;tu9|;tub|1;tue|;tuh|5;tup|3;tuv|1;tuy|;tv4|3;tva|;tvc|1;tvf|;tvh|1;tvl|3;tvq|4;tvx|2;tw1|1;tw5|7;twe|;twg|4;twm|5;twt|1;twx|;twz|1;tx2|7;txb|2;txg|2;txl|;txn|;txp|;txr|1;txx|5;ty4|;ty6|2;tya|1;tye|;tyg|;tyj|3;typ|5;tyw|2;tz0|;tz2|1;tz5|;tz7|b;tzk|1;tzn|1;tzr|2;tzv|3;u00|1;u04|;u06|;u0d|2;u0h|7;u0q|1;u0v|;u0x|7;u16|;u18|8;u1i|4;u1o|;u1q|;u1s|1;u1v|3;u23|5;u2a|3;u2f|2;u2j|3;u2s|;u2u|1;u2y|5;u35|a;u3i|;u3m|1;u3p|2;u3u|2;u3z|2;u43|2;u5k|;u5m|1;u5p|4;u5w|;u5y|2;u62|2;u67|;u6a|6;u6j|1;u6m|;u6z|1;u72|5;u79|2;u7d|2;u7h|7;u7q|;u7w|2;u82|1;u85|;u87|3;u8c|;u8g|8;u8q|8;u90|;u92|2;u97|1;u9a|;u9d|4;u9l|5;u9s|2;u9x|4;ua3|3;ua8|2;uac|1;uaf|2;uaj|1;uam|2;uar|;uc6|3;ucb|;ucd|2;ucj|;ucl|1;uco|;ucs|2;ucw|5;ud5|1;ud8|1;udb|;udd|;udf|3;udk|1;uds|5;ue0|7;ue9|1;uef|;uei|4;ueo|2;ues|1;uew|1;uez|4;uf5|4;ufc|;ufe|2;ufi|5;ufq|;uft|1;ufy|;ug0|;ug2|2;ug7|1;ugb|;ugd|1;ugg|1;ugj|;ugl|3;ugu|;ugw|5;uh3|;uh6|4;uhd|1;uhg|4;uhm|1;uhp|;uhr|;uhu|;uhw|1;ui1|3;ujs|;uju|;ujw|4;uk2|;uk4|5;ukb|6;ukj|1;ukm|;uko|;uku|b;ul7|1;ula|2;ule|5;ull|6;ult|4;ulz|;um1|2;um5|;um7|7;umg|1;umj|3;umo|;umq|;umu|;umw|5;un3|1;un6|1;un9|a;unl|4;unr|;unt|4;uo1|4;uo8|;uob|4;uoh|;uok|4;uoq|1;uou|;uox|;uoz|;up1|1;up4|;up6|5;upe|7;upr|1;upv|4;uq1|2;uq5|7;uqe|1;uqi|;uql|3;uqu|8;ur4|2;ur8|;urb|2;urf|1;uri|3;urq|4;ury|4;us4|;us6|2;usb|;usd|;usf|;ush|4;usn|1;usq|1;usu|5;ut1|;ut3|3;ut9|;utb|1;ute|;utg|;uti|;utk|5;utr|7;uu0|6;uu9|9;uul|5;uut|2;uux|2;uv1|1;uv5|;uv7|7;uvi|2;uvm|2;uvq|2;uvu|7;uw3|;uw5|;uw7|4;uwd|1;uwg|;uwi|;uwl|3;uwq|2;uzp|2;uzt|;uzv|1;v00|;v02|2;v06|1;v09|;v0i|1;v0m|3;v0r|;v0u|;v0x|1;v11|;v13|1;v17|4;v1f|;v1i|;v1k|;v1m|2;v1r|1;v1u|2;v22|5;v29|7;v2i|;v2o|4;v2x|;v30|9;v3d|3;v3j|1;v3m|1;v3q|1;v3u|2;v3y|;v43|1;v46|1;v49|1;v4d|2;v4i|1;v4l|5;v4x|;v50|;v55|3;v5a|1;v5d|1;v5g|1;v5k|5;v5r|5;v5y|1;v61|1;v67|;v6b|4;v6h|1;v6m|2;v6r|;v6t|2;v6x|;v6z|;v71|3;v76|2;v7c|2;v7h|1;v7m|;v7r|;v7u|;v7x|1;v80|2;v85|1;v89|6;vat|;vaw|5;vb3|6;vbb|1;vbf|1;vbi|1;vbl|2;vbp|3;vbv|;vbx|2;vc4|2;vc8|2;vcc|4;vcj|2;vco|7;vcz|1;vd2|;vd4|;vd7|7;vdg|1;vdk|1;vdn|5;vdw|1;vdz|1;ve4|6;vec|5;vej|4;veq|1;vev|2;vf2|9;vfd|2;vfj|3;vfq|;vfu|2;vfz|;vg1|1;vg4|;vg7|;vg9|6;vgh|;vgj|4;vgq|1;vgu|2;vgy|6;vh6|;vh9|6;vhi|4;vho|7;vhx|2;vi2|;vi5|;vi7|;vil|;vin|3;vis|3;vix|;vj0|7;vj9|;vjo|;vjw|6;vk4|;vk6|;vkc|;1d6o|2h;1d97|47;1ddg|n;1de6|2n;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t57|;2t8p|1;2t9e|;2t9g|;2t9s|;2tbp|;2teg|;2tgi|;2tjn|;2trf|;2ttd|;2ttt|;2tx5|;2tze|;2u4p|;2u67|;2u9d|;2uae|;2uc1|;2uco|;2ui4|;2ukv|;2uo8|;2upz|;2ure|;2uux|;2uxa|;2v0c|;2v0k|;2v19|;2v6s|;2v9v|;2vbx|;2vfj|;2vg7|;2vr9|;2vrs|;2vvl|;2vz8|;2vzh|;2w0l|;2w67|;2wox|;2wql|;2wr9|;2ws4|;2wsb|;2wuv|;2wv8|;2wvx|;2wwr|;2wxi|;2wxw|;2x1g|;2x65|1;2xg7|;2xjb|;2xmc|;2xom|;2xqa|;2y0t|;2y83|;2yai|;2yqe|;2ywd|;2yx1|;2yxu|;2yyg|;2yz6|;2yzg|;2yzl|;2z07|;2z1c|;2z3n|1;2za6|;2zcm|;2zga|;2zqz|;2zvc|;302m|;306l|;30nd|;30tv|;313v|;3163|;31cf|;31ko|;31om|;31ov|1;31ra|;31ul|;31us|;3275|;329u|;32ln|;32ye|;32yr|1;3305|;33aq|;33d8|;33dc|;33de|1;33dh|;33dm|;33dr|;33dw|;33em|;33gq|1;33gx|;33hh|;33l0|;33oa|;33pw|;33r8|;33ug|2;33uv|;340c|;340s|;341r|;342r|1;346f|;346p|;3473|;3484|;348t|;34pk|;3533|;354u|;356m|;356o|;3572|;358g|;35cj|;35dl|1;35oe|;35u3|;35w6|;35z7|;364m|;3666|;36cu|;36ik|;36j4|;36zt|;3739|;37ch|;37h2|;37jd|;37t9|;380m|;381b|;385y|;38d0|;38jo|;38jy|;38l3|;38mi|;38nf|;38xe|;38zu|;3905|;395u|;399l|;39al|;39b9|;39cu|;39e4|;39ri|;39u6|;39w9|;39xq|;3a1z|;3a7z|;3aep|;3ag9|;3agk|;3alw|;3av8|;3avg|;3avo|;3b2v|;3b37|1;3b3l|;3b8y|;3bd7|;3bdw|;3bmp|;3bqm|;3brq|;3bs2|;3bs5|;3buq|;3bvc|;3bvs|;3bxf|;3bz0|;3c2c|;3c2o|;3c3f|;3c3w|;3c47|;3c68|;3ca5|;3ciq|;3ckq|;3ckw|;3cli|;3cr0|;3cw2|;3ddq|;3df4|;3di5|;3dul|;3duy|;3dxt|;3dyn|;3dzt|;3e1p|;3e3i|;3e54|;3e6k|;3e7r|;3e9r|;3ei1|;3ek3|;3ela|;3en1|;3eww|;3exx|;3f6c|;3f92|2;3fg4|;3fgt|;3fi1|;3g0q|1;3g1q|;3g28|;3g3t|;3ggk|1;3ghd|;3gjo|;3gk3|;3gni|;3go3|;3gpe|;3gz6|;3h51|;3h6c|;3hc4|;3hkj|;3hku|;3hl3|;3hoc|;3hrs|;3hwz|;3hy8|;3i1c|;3i5r|;3id3|;3iiy|;3ikb|;3iwn|;3iwy|;3j03|;3j65|;3j7w|;3j9x|;3jdo|;3jhn|;3jk8|1;3jrr|;3jsq|;3k92|;3k95|;3ka3|;3kav|1;3kca|1;3kf2|;3kfd|;3kg3|;3khd|;3kih|;3kjx|;3kkd|;3kkk|;3kqp|;3krz|;3kyl|;3l00|;3l2p|;3l6j|;3l73|;3l7b|;3l7j|;3l86|;3lah|;3ld7|;3ldi|;3lf6|;3lko|;3m3k|;3m41|;3mhc|;3mq7|;3mv3|;3my8|;3mzd|;3n0w|;3n68|;3nba|;3nn6|;3o7f|;3obf|;3od1|;3oe5|;3oeh|;3oga|;3ohw|;3oij|;3oix|;3opa|;3opj|;3ore|;3orz|;3oua|;3oxl|;3p1s|;3p9u|;3pfw|;3pkn|;3pwx|;3pxe|;3py2|;3q2a|;3qp2|;3tc6|;3tch|;3tcj|;3tcq|;3tcs|;3td1|;3tdi|1;3tdo|;3tdu|;3te1|;3te3|;3te6|;3tec|;3tf0|;3tf3|;3tfh|;3tft|;3tfz|;3tg2|;3tg8|;3tgw|;3thp|;3thz|;3ti2|;3z9g|;41vc|;42g9|;42qy|;464k|;464v|;4651|;4654|;4656|;465e|;465k|;465o|;465v|;4667|;466e|;466q|;4676|;467h|;467n|;467r|;4684|;468p|1;4692|;4698|;469e|;469i|;46ab|;46aj|1;46ap|;46at|;46ay|;46b1|;46bg|;46bn|;46bv|;46bz|;46ca|;46cg|1;46dh|;46dj|;46ek|;46fp|;46hc|;46hq|1;46ic|;4an2|;4ay4|;")); - t2.push(new A.NotoFont("Noto Sans Javanese", "notosansjavanese/v21/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xhc|25;xjj|a;xjy|1;")); - t2.push(new A.NotoFont("Noto Sans KR", "notosanskr/v27/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf", "w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;3cw|73;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|2l;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;ae2|;afr|;ahh|;aht|;aim|;anz|;ar3|;atf|2;aue|;aw3|;awf|;awq|;b0c|;b2k|;b2w|;b5v|;b7e|;b8n|;b99|;bc0|;bc5|;bcz|;bdc|;bdx|;bee|;bi1|;bl0|;bmk|;bna|;bnn|;boj|;bqx|;bub|;bv8|;bvo|;bvx|;bzx|1;c1o|;c2f|;c4f|;c70|;c76|;cec|;cfh|;cfx|;cg4|;cof|;cok|;cpu|;crt|;csp|;cvr|;cz0|;d3t|;ddn|;ddz|;dev|;dey|;dhs|;dn6|;dte|;dug|;dyv|;dz2|;dzo|;dzs|;dzx|;e25|;e3w|;e4d|;e5b|;ear|;ebn|;ec6|;ecm|;eg5|;eji|;ejp|;ekr|;emq|;enh|;erc|;esf|;eso|;et7|;evn|;ewh|;f6n|1;f8b|;feo|1;fer|;fev|4;ff1|1;ff5|;ff8|2;ffc|1;ffi|1;ffo|;ffq|;ffs|;ffv|2;fg0|2;fg6|;fg8|1;fgb|;fgf|;fgi|1;fgl|;fgr|;fgt|2;fh2|5;fh9|2;fhj|;fhn|2;fht|;fhv|;fhy|1;fi2|2;fi6|;fi8|;fia|;fid|1;fig|1;fij|1;fim|4;fis|1;fiw|1;fiz|1;fj2|4;fj8|2;fjc|;fjf|3;fjk|;fjn|1;fjq|;fjt|2;fk0|1;fk4|;fk6|1;fka|1;fkd|;fkk|5;fkt|2;fkx|;fkz|2;fla|;flc|;fle|1;flh|2;fln|;flp|;flr|2;fm1|2;fm5|4;fmi|;fml|;fn3|1;fn8|;fna|;fnc|;fne|;fng|2;fnm|1;fnq|3;fnv|;fnx|4;fo3|4;fo9|6;fop|1;fov|1;foz|1;fp2|;fp4|9;fpf|1;fpi|;fpk|3;fpp|5;fpw|;fpy|2;fq2|3;fqm|1;fqq|;fqt|1;fqx|;fqz|;fr3|;fr5|4;frd|1;frg|8;frr|4;frx|4;fs3|;fse|3;fsj|3;fso|;fsq|;fsu|;fsw|;fsy|;ft1|2;ft5|;ft7|;ft9|;ftb|;ftd|3;fti|;ftk|2;fto|;ftq|1;ftt|d;fu8|;fuj|;fur|1;fuv|3;fv2|1;fv7|;fv9|1;fvc|2;fvg|;fvk|;fvm|;fvp|1;fvu|;fw0|;fw2|;fw4|2;fw8|;fwg|;fwj|;fwl|;fwr|;fwt|;fwx|1;fx0|;fx2|;fx4|3;fx9|1;fxe|;fxo|2;fxu|3;fxz|;fy5|2;fya|;fyc|1;fyh|1;fyn|;fyp|;fys|2;fyy|1;fz2|;fz6|;fz9|2;fzd|;fzg|2;fzp|;fzt|;fzv|;fzy|6;g06|1;g09|;g0b|1;g0g|;g0i|3;g0n|1;g0q|2;g0v|;g0x|1;g10|1;g13|;g16|1;g1d|2;g1h|;g1j|5;g1r|2;g1v|6;g23|3;g28|;g2a|;g2c|3;g2i|;g2k|;g2q|;g2t|;g2v|7;g35|;g39|3;g3g|;g3k|;g3m|;g3q|;g3t|1;g3w|1;g3z|;g41|2;g45|4;g4e|;g4g|;g4i|3;g4q|2;g4w|2;g52|1;g59|1;g5g|2;g5l|4;g5u|;g5w|;g5y|;g63|3;g68|1;g6h|;g6l|;g6o|1;g6r|3;g6w|2;g71|;g74|3;g7a|2;g7e|;g7i|;g7l|;g7n|;g7q|1;g7x|;g84|3;g89|1;g8e|;g8g|3;g8m|5;g8z|1;g92|1;g95|4;g9g|3;g9m|1;g9p|2;g9t|;ga1|1;ga7|;gaa|;gac|1;gaf|;gai|;gal|;gan|;gaq|1;gav|2;gb1|;gb5|2;gbb|1;gbf|;gbj|1;gbn|1;gbr|;gbt|5;gc9|;gce|;gch|;gcj|;gcl|;gcn|;gcp|;gcs|1;gcy|;gd1|1;gd4|1;gd7|;gd9|7;gdi|;gdp|;gdu|1;gdx|;ge0|3;ge6|5;ged|;geg|;gei|;gek|1;gen|1;get|2;gex|1;gf4|1;gf7|;gfb|;gfe|;gfj|;gfl|;gfq|;gfs|3;gfx|4;gg3|2;gg7|3;ggd|;ggh|3;ggn|;ggq|;ggs|;ggu|;ggw|1;gh0|;gh2|;gh4|1;gh8|;gha|7;ghj|4;ghp|2;ghu|;ghw|;gi6|;gib|;gie|;gig|;gii|;gil|;gin|1;git|1;giy|;gj1|1;gj6|1;gja|;gjd|;gjf|;gjm|1;gjp|;gjs|5;gk4|;gk6|1;gk9|;gkb|;gkf|;gkh|5;gko|g;gld|;glf|1;glk|9;gm3|;gm5|;gm7|1;gme|;gmh|;gmj|1;gmm|;gmp|;gmr|;gmu|;gmw|1;gmz|3;gn4|;gn6|;gna|;gnc|;gne|;gni|;gnl|;gnx|;gnz|;go2|;go4|;go6|;go8|;goa|1;gog|1;goj|;gol|1;gor|2;gov|1;gp0|;gp2|1;gp7|5;gpi|;gps|;gpu|;gpw|1;gq0|;gq3|1;gq7|;gqa|1;gqg|;gqj|2;gqn|5;gqu|3;grl|;grp|1;grs|1;grx|1;gs1|1;gsa|;gsd|;gsf|;gsk|;gsm|1;gsp|;gsu|2;gt0|;gt8|;gtn|;gtq|1;gtt|;gtv|;gtx|;gu1|;gu4|;gu6|;gu8|;gua|;guc|;gue|;gui|;gun|;gur|;guu|1;gv0|;gv2|;gv7|;gvv|6;gw3|1;gw6|1;gw9|2;gwh|;gwj|1;gwo|2;gws|3;gwz|1;gx3|5;gxa|;gxc|;gxv|;gxx|;gxz|;gy1|;gy9|;gyc|;gyi|2;gyn|1;gyq|2;gzb|;gzh|2;gzo|;gzq|;gzs|1;gzw|4;h02|;h04|;h06|1;h0p|;h0s|;h0v|;h0y|;h10|;h12|3;h17|;h1b|;h1d|1;h1l|;h1n|;h1p|2;h1v|;h2c|1;h2g|5;h2n|;h2q|;h2s|;h2u|;h2w|;h2y|;h34|;h38|;h3a|1;h3j|;h3t|1;h45|;h47|;h4c|;h4e|;h4j|1;h4m|;h4s|;h4w|3;h54|2;h59|;h5d|;h5j|;h5m|1;h5q|2;h5v|;h5y|1;h63|;h65|1;h68|;h6b|;h6f|;h6h|1;h6l|;h6n|;h6p|3;h6v|4;h71|;h76|1;h7a|;h7c|;h7g|;h7j|;h7p|;h7s|2;h7w|2;h80|;h8b|;h8e|;h8g|2;h8n|;h8q|;h8s|5;h9d|;h9g|;h9i|4;h9q|3;h9v|;h9x|;h9z|1;ha3|1;haa|;hag|;haj|1;har|;hat|;hb2|;hb4|;hb6|2;hbs|;hbx|;hc3|;hc6|3;hcb|;hce|1;hch|1;hcs|;hcv|1;hd0|;hd5|;hd9|1;hdc|;hdf|1;hdi|1;hdl|4;hds|;hdu|4;he0|3;hef|;heh|;hel|1;heo|1;her|1;heu|1;hey|;hf1|;hf3|2;hf8|1;hfe|;hfk|;hft|4;hfz|3;hg4|;hg7|3;hge|;hgh|1;hgk|;hgp|;hh1|;hh5|;hh8|2;hhc|1;hhf|;hhh|;hhl|1;hho|1;hhs|;hhv|;hi4|3;hi9|;hib|;hig|1;hij|;him|;hio|1;hir|;hiy|1;hj2|;hj5|;hj7|;hj9|;hjb|;hji|;hjl|;hjn|2;hjs|2;hjw|3;hk1|;hk4|;hkb|1;hke|2;hki|;hkp|2;hkt|;hky|;hl2|;hl4|;hl6|;hlb|1;hlg|2;hll|3;hlu|;hlw|1;hlz|;hm1|6;hm9|1;hmf|1;hml|1;hms|;hmv|2;hn0|;hn2|3;hn7|2;hnb|1;hne|;hng|;hnk|;hnm|;hnr|;hnt|5;ho2|2;ho6|;ho8|;hod|;hoi|2;hoq|;hos|1;hox|2;hp2|1;hp5|;hp9|;hpf|2;hpj|1;hpo|;hpr|;hpu|;hpx|1;hq0|1;hq3|;hq6|1;hq9|;hqb|;hqe|;hqg|3;hql|;hqo|4;hqx|1;hr0|2;hr6|4;hrc|;hre|2;hri|;hrk|;hrm|;hrr|5;hrz|;hs1|;hs3|;hs9|1;hsd|;hsh|;hsj|;hso|1;hsr|1;hsv|1;hsz|;ht1|;ht3|;ht5|;ht7|;ht9|;hth|1;hto|;htr|2;hty|1;hu1|;hu3|1;hu8|1;hui|;huo|;huq|1;huu|1;hux|1;hv1|;hv6|;hvb|;hvj|;hvo|;hvx|;hw0|;hw2|1;hw5|;hwa|1;hwe|1;hwi|;hwk|;hwn|;hwq|;hwz|;hx1|;hx6|5;hxd|1;hxg|;hxk|1;hxn|1;hxx|2;hy1|2;hy5|;hy8|6;hyh|;hyj|;hyl|2;hyu|;hyy|1;hz1|;hz4|;hz9|;hzc|1;hzf|1;hzq|;hzt|;hzv|;i05|;i08|;i0a|;i0d|;i0g|;i0i|;i0k|;i0u|2;i0z|;i11|;i18|;i1c|1;i1g|4;i1m|3;i1r|;i1t|;i1v|3;i21|;i23|;i28|1;i2d|1;i2g|;i2i|;i2k|;i2n|3;i2t|;i2v|5;i33|;i37|;i39|8;i3j|;i3m|4;i3w|;i3y|;i40|;i43|3;i48|1;i4f|1;i4i|5;i4s|;i4w|;i4y|2;i52|2;i57|;i5a|1;i5d|1;i5g|5;i5n|5;i5x|1;i60|2;i67|;i69|;i6c|b;i6p|;i6s|;i6u|;i6x|;i73|1;i76|2;i7c|;i7f|;i7l|;i7s|9;i85|3;i8b|;i8d|1;i8g|1;i8l|;i8r|;i8w|;i8y|;i90|1;i94|;i98|;i9b|;i9d|;i9f|;i9l|1;ia0|;ia2|;ia4|;ia7|3;iac|;ial|;iap|;iar|;iat|8;ib5|;ib7|;ib9|;ibb|1;ibe|;ibi|;ibk|;ibv|;ic2|;ic9|;icg|;ico|1;ict|;icv|2;id0|;id2|;id7|;id9|;idi|1;idp|1;ids|1;idw|5;ie3|;ie7|;iea|;iec|;iee|1;ieh|;ies|;if1|;if5|1;if8|;iff|1;ifi|;ifk|;ifn|1;ig9|;igc|;igf|;igh|;igx|1;ih0|;ih2|1;ih7|;ihe|;ihg|1;ihl|;ihp|;ihs|;ihu|;ihz|;ii2|1;ii6|;ii8|;iif|1;iii|;iik|2;iix|;iiz|;ij1|;ij5|2;ija|;ije|1;ijh|1;ijk|2;ijp|3;ijv|;ijy|;ik1|4;ik7|2;ikb|;ikd|1;iki|1;ikm|;ikp|;iks|;ikx|;il1|1;il5|2;il9|;ilc|;ilh|;ilk|;iln|;ilp|;ilv|;ily|2;im5|;im7|1;imb|2;imf|;imk|;imm|;ims|1;imw|;in2|1;in5|2;inc|;ine|2;ink|4;inq|a;io3|1;io7|;ioa|1;iof|;iol|2;ioq|;ios|;iow|;ip1|3;ip7|;ip9|;ipf|;iph|3;ipp|1;ipt|1;iq0|3;iq7|2;iqb|;iqd|1;iqh|2;iql|6;iqt|;iqv|2;ir0|;ir5|;ir7|1;ira|1;ire|1;iri|1;irl|;irn|1;irr|1;iru|1;irz|;is1|4;is7|1;isb|;isf|;isi|;isl|2;isp|;ist|;isx|;it0|1;it3|;it6|;it8|;ita|;itc|;iti|;itk|;itm|;ito|;itq|;its|1;itv|1;ity|3;iu3|;iu5|;iu9|1;iuc|3;iuh|4;iuo|1;iur|;iuv|;iux|;iv0|;iv3|3;iv9|;ivb|5;ivk|2;ivr|2;ivw|;ivy|;iw0|1;iw3|;iw7|3;iwc|3;iwj|;iwl|;iwn|;iwp|;iws|1;iwz|2;ix4|1;ix8|2;ixc|;ixe|1;ixh|4;ixo|5;ixw|;iy0|;iy3|;iy5|2;iy9|;iyd|;iyg|;iyj|2;iyn|;iyy|;iz1|;iz3|;iz6|;iz8|3;izd|;izf|2;izk|1;izp|5;izz|1;j03|;j0h|2;j0m|2;j0q|1;j0t|;j0w|;j0y|;j11|;j15|1;j19|;j1b|1;j1e|3;j1k|5;j1r|1;j1x|;j29|;j2b|3;j2h|4;j2n|;j2q|;j2s|3;j2y|1;j33|1;j36|2;j3b|;j3e|;j3k|6;j3s|;j3v|3;j44|3;j49|;j4b|;j4f|;j4h|;j4j|;j4l|;j4n|b;j5c|4;j5i|6;j5s|1;j5v|;j5y|;j60|1;j65|2;j6c|1;j6i|2;j6m|1;j6q|;j6v|1;j6z|2;j74|;j78|;j7b|;j7g|;j7i|1;j7m|;j7o|;j7q|2;j7u|3;j7z|;j82|3;j88|2;j8c|1;j8f|5;j8n|1;j8q|1;j8u|;j8w|1;j8z|4;j96|;j98|2;j9d|2;j9m|;j9p|1;j9s|4;j9y|;ja0|2;jac|;jaf|2;jaj|1;jam|1;jaq|;jau|;jaw|;jay|4;jb7|;jba|6;jbj|;jbp|;jbr|;jby|1;jc3|;jc6|;jci|;jcm|2;jcq|;jcs|4;jd3|1;jd6|;jd8|2;jdc|2;jdg|2;jdk|;jdm|;jdq|1;jdt|1;jdy|1;je1|1;je5|1;je8|6;jeh|;jem|3;jer|;jev|7;jf5|2;jfb|1;jff|1;jfi|;jfn|;jfs|;jfy|;jg1|;jg3|;jg6|;jg9|1;jgc|;jge|2;jgj|1;jgm|;jgp|1;jgv|;jgx|1;jh0|4;jh7|;jhi|;jhk|;jhn|1;jhq|;jht|1;jhx|;ji1|;ji4|1;jia|;jic|9;jin|a;jiz|1;jj5|;jjg|3;jjl|;jjn|;jjp|2;jjx|2;jk1|1;jk7|;jk9|;jkc|;jkg|2;jl4|;jl6|1;jlb|;jll|2;jlp|1;jlu|2;jly|;jm1|;jm4|4;jmb|;jmd|;jmf|;jmi|;jmv|2;jmz|;jn2|;jn5|1;jna|1;jne|1;jnj|1;jnn|1;jnr|3;jnw|;jny|1;jo2|;jo6|;jo8|;job|1;jof|3;jol|;jon|3;jos|;jpa|;jpc|;jpf|1;jpi|;jpl|;jpr|1;jpu|;jpy|;jq2|1;jq7|2;jqb|;jqh|;jqj|;jql|1;jqq|;jqs|3;jra|;jrd|;jrh|;jrj|;jrm|;jro|;jrq|2;jrw|;js0|;js2|;js4|1;js8|;jsa|3;jsf|1;jsk|;jsm|;jsq|;jsu|;jtk|;jtn|;jtq|;jts|;jtz|;ju1|;ju5|;ju7|;jub|;jug|3;jul|;jut|;juw|;jv4|3;jv9|;jvd|2;jvh|2;jvo|1;jvt|;jvv|;jvx|1;jw0|;jw2|;jwb|1;jwe|1;jwh|;jwk|1;jwn|;jwp|1;jwt|1;jww|;jwy|;jx0|1;jx3|1;jx6|;jxc|3;jxh|2;jxo|1;jxr|;jxt|1;jxw|;jy2|;jy6|;jy8|;jya|;jyc|;jyf|;jyi|;jyn|;jys|;jyw|1;jz1|;jz6|2;jze|2;jzj|;jzm|;jzo|5;jzv|;jzx|2;k03|;k05|;k08|1;k0d|2;k0h|1;k0k|5;k0t|1;k0y|1;k12|;k18|1;k1e|;k1g|1;k1j|1;k1q|;k1t|2;k1x|;k1z|;k21|;k24|;k28|1;k2f|;k2h|;k2j|2;k2n|;k2p|;k2s|1;k2v|;k2z|2;k33|3;k3b|;k3d|;k3g|1;k3j|;k3l|5;k3u|2;k3z|;k42|;k47|;k4g|1;k4j|;k4l|1;k4o|1;k4s|1;k4x|1;k50|;k56|3;k5b|1;k5e|1;k5i|1;k5l|1;k5o|5;k5v|2;k63|1;k66|3;k6b|2;k6f|1;k6j|;k6l|;k6n|2;k6s|3;k6y|1;k75|3;k7c|1;k7f|1;k7i|3;k7t|2;k7x|5;k84|5;k8b|5;k8j|1;k8m|5;k8t|;k8v|;k90|;k93|2;k97|1;k9a|;k9c|1;k9i|2;k9m|;k9p|1;k9s|;k9u|1;ka3|1;ka6|;ka9|4;kag|3;kam|3;kas|5;kb7|1;kba|;kbc|6;kbk|;kbn|;kbq|;kbs|2;kbw|;kby|2;kc2|2;kc7|3;kcc|;kce|2;kcj|2;kco|5;kcw|;kd0|1;kd3|;kd7|;kd9|3;kde|1;kdi|2;kdm|4;kdt|;kdv|1;kdy|;ke2|;ke5|1;ked|1;keh|;kej|1;kem|3;ker|;keu|;kf0|4;kf9|;kfe|;kfg|1;kfj|4;kfp|;kfr|;kfv|1;kfy|1;kg3|;kg7|;kg9|;kgb|1;kgf|1;kgi|1;kgl|;kgn|3;kgs|1;khb|1;khe|1;khi|2;khq|;kht|;khw|1;ki2|;ki7|5;kie|4;kil|2;kiq|;kix|;kj0|;kj3|2;kj7|3;kjd|;kjf|;kji|1;kjn|1;kk0|;kk2|1;kk6|1;kkd|1;kkh|1;kkq|;kku|1;kkx|1;kl0|;kl4|1;kl7|2;klc|4;kli|;klk|1;klq|;kls|1;klv|1;kml|;kmn|;kms|;kmu|1;kn2|1;kn5|;kn7|;kn9|1;knj|;knn|1;knr|;knv|;knx|;knz|4;ko7|1;kod|;kof|2;koj|;kol|1;kp0|1;kp5|4;kpc|;kpe|;kph|3;kpm|;kpr|1;kpv|;kpz|1;kq4|;kq6|;kqa|;kqh|4;kqo|1;kqs|2;kqz|;kr1|2;kr5|1;krd|;krg|;krr|;ks0|;ks4|;ks6|;ks9|;ksd|;ksf|;ksi|;ksq|;ksv|;ksz|2;kt3|;kt5|1;kt9|1;ktc|3;kth|;ktk|;ktm|5;ktv|;ktx|;ktz|2;ku3|;ku5|;kum|;kup|;kus|1;kuw|;kuz|1;kv3|;kv8|3;kvh|1;kvk|2;kvo|;kvr|;kvu|2;kvy|3;kw3|;kw7|;kwa|6;kwj|;kwm|;kwy|;kx1|5;kx9|;kxe|;kxl|;kxn|;kxp|;kxr|1;kxu|;kxx|;ky2|1;ky9|3;kyf|;kyh|;kyj|;kym|1;kyp|;kyr|;kyx|;kyz|;kz9|;kzc|3;kzh|;kzn|2;kzr|6;l00|;l02|1;l08|2;l0f|;l0h|1;l0k|;l0m|;l0r|;l0y|;l11|;l1b|1;l1f|1;l1l|;l1p|1;l1s|;l1w|;l1z|;l24|1;l27|1;l2a|1;l2m|;l2r|;l2u|;l2z|1;l33|;l36|1;l3n|;l3u|5;l48|;l4a|;l4c|;l4m|;l4r|1;l4y|2;l56|;l58|;l5d|1;l5i|;l5q|;l5s|1;l5v|;l64|;l6a|;l6f|4;l6l|2;l6r|;l6u|1;l6x|1;l70|;l72|;l74|;l78|;l7d|2;l7j|8;l7t|1;l7z|;l82|;l87|4;l8f|1;l8i|2;l8m|;l8p|1;l8t|;l8x|;l92|;l94|;l9a|;l9e|;l9g|;l9n|;l9p|2;l9u|1;l9x|;l9z|;la2|;la4|1;la7|2;lac|2;laj|;lal|;lan|;laq|2;lau|2;lay|1;lbf|1;lbj|;lbn|;lbs|;lbz|;lc5|;lc8|;lcf|2;lcj|1;lcn|;lcr|;lcz|1;ldf|5;ldq|5;le3|;le6|2;lea|3;lef|;leh|7;leu|;lew|2;lf1|;lf4|;lf6|;lf8|;lfa|;lfe|;lfh|1;lfl|8;lfw|1;lg0|;lg2|4;lg8|3;lgi|;lgr|1;lgu|;lgw|1;lgz|;lh2|;lh4|1;lh7|4;lhd|1;lhg|2;lhl|1;lho|;lhs|1;lhv|2;lhz|;li1|4;li8|3;lid|;lig|;lij|;lim|3;lir|;lj3|;lj8|;ljb|;lje|2;ljl|1;ljo|;ljr|;ljt|;ljv|;ljy|1;lk3|;lk5|;lk7|5;lke|;lki|;lkl|1;lko|6;lkx|;lll|1;llo|;llt|;llv|4;lm1|1;lm4|;lm6|1;lma|;lmc|;lmf|2;lmn|;lmq|;lmt|;lmv|2;ln0|3;ln5|;ln7|4;lnu|2;lnz|;lo2|;lo4|1;lo7|1;loc|;lof|1;loj|5;lor|1;lov|3;lp2|;lp4|2;lp9|1;lpc|6;lpk|;lpm|2;lpq|;lpt|;lpv|;lpx|7;lqd|;lqg|;lqi|;lqv|;lqx|2;lr1|;lr3|7;lrc|;lrf|2;lrj|;lrm|;lro|;lrq|2;lru|;lrw|2;ls0|;ls3|2;lsa|;lsd|1;lsh|;lsj|3;lso|;lsr|1;lsu|1;lsz|;lt3|;lt7|;lta|1;lte|1;lth|;ltm|;lu7|1;lud|1;lug|;luk|1;lun|;luq|;lut|;luv|1;luy|1;lv3|;lv5|1;lv9|2;lve|;lvh|;lvm|3;lvs|1;lvv|1;lvy|;lw1|;lw3|2;lw9|;lws|1;lwv|;lwy|;lx0|1;lx3|1;lx8|;lxa|1;lxd|1;lxg|;lxi|;lxl|;lxo|;lxr|;lxt|;lxv|2;ly1|1;ly8|;lya|2;lye|2;lyi|3;lyo|3;lyw|;lz0|;lz2|1;lz5|;lzj|;lzl|1;lzo|;lzr|8;m01|3;m06|;m0d|4;m0k|;m0o|;m0q|;m0s|2;m0x|1;m10|;m12|3;m17|3;m1c|;m1e|;m1g|4;m1r|;m1t|;m1v|2;m1z|1;m22|;m26|1;m29|;m2b|;m2e|;m2h|;m2m|;m2o|3;m2u|1;m2x|1;m38|1;m3c|;m3e|1;m3i|3;m3o|2;m3t|;m3v|1;m3y|1;m41|;m43|1;m46|;m4a|;m4e|;m4h|;m4l|2;m4p|;m4r|;m4v|;m4x|2;m51|;m54|;m56|5;m5f|;m5i|2;m5r|1;m5u|;m5z|1;m64|;m66|;m6c|;m6e|;m6k|;m6m|;m6o|1;m6r|;m6w|;m71|1;m77|;m7a|;m7d|;m7f|1;m7j|1;m7s|;m7w|2;m81|;m85|1;m8a|;m8e|;m8i|;m8l|;m8o|3;m8x|;m90|;m92|;m97|5;m9f|;m9j|3;ma0|;ma2|1;ma7|;mab|1;mag|1;mak|1;man|;mb3|;mb5|;mbd|1;mbh|;mbn|1;mbq|;mbt|;mbw|;mc9|1;mcc|;mce|;mcg|1;mcm|;mct|4;md2|;mdf|;mdi|1;mdl|1;mdo|;mdq|;mds|;mdu|1;mdx|2;me1|;me4|2;mea|;mec|5;mek|;mem|;mf1|;mf4|;mf8|1;mfb|3;mfj|;mfm|;mfo|;mft|;mfv|;mfz|3;mg4|;mg8|1;mgc|;mgf|;mgh|1;mgp|1;mgu|;mgx|;mgz|;mh4|1;mh7|;mha|2;mhe|;mhg|2;mhl|;mhn|;mhr|1;mhx|2;mi4|2;mih|;mij|6;miu|1;miz|2;mj4|;mj8|;mjb|;mje|1;mjj|;mjp|;mjs|;mju|;mjw|1;mk0|;mk2|;mk5|1;mk8|3;mkd|3;mki|;mkm|2;mkr|1;mky|2;ml2|;ml4|3;ml9|;mlb|;mld|2;mlj|;mll|;mlr|;mlu|;mlw|;mm0|1;mm5|;mm8|2;mmf|;mml|;mmq|;mmu|;mn6|;mnb|;mng|1;mnj|;mnn|2;mo0|;mo2|;mo4|;mo9|;moe|;mog|;moi|;mon|;mop|;mox|1;mp1|;mp4|1;mp8|;mpg|;mpj|6;mq1|1;mqb|;mqe|3;mqj|2;mqq|;mqt|;mqv|4;mr5|;mr8|;mra|1;mri|1;mrn|2;mry|;ms0|;ms2|;ms7|1;msc|;msg|;mso|4;msv|1;msy|;mt1|;mt3|1;mt6|2;mtd|;mtg|;mti|3;mtn|;mtq|;mtu|;mtw|4;mu6|2;mue|1;muh|2;mul|;muq|2;muv|;mux|;muz|2;mv3|1;mv6|;mva|;mvc|2;mvg|1;mvj|;mvm|;mvq|3;mvx|1;mw0|;mw2|4;mw9|2;mwd|1;mwl|;mwn|2;mwt|1;mwx|;mwz|4;mx5|;mxf|;mxj|1;mxn|;mxp|;mxr|3;mxw|2;my0|;my2|2;my6|8;myg|;myi|;myn|7;myw|1;myz|1;mz2|;mz9|;mzb|;mzd|7;mzm|3;mzs|2;mzx|6;n0d|1;n0g|;n0i|5;n0p|3;n0w|;n14|;n18|3;n1d|;n1f|;n1h|;n1j|1;n1m|1;n1s|2;n1x|1;n20|1;n24|1;n27|1;n2e|;n2i|;n2l|;n2n|1;n2r|1;n2w|;n2y|2;n34|;n36|1;n3a|;n3d|;n3i|;n3m|1;n3r|;n41|;n43|1;n4c|2;n4h|;n4j|;n4l|;n4o|;n4q|2;n4u|1;n4y|4;n54|;n57|1;n5c|3;n5j|1;n5m|1;n5r|;n5v|;n5z|;n62|2;n66|1;n69|;n6b|1;n6h|4;n6o|;n6q|;n6s|3;n6y|1;n73|1;n79|1;n7c|;n7e|;n7j|;n7q|2;n7u|1;n7y|1;n81|1;n84|;n89|1;n8d|;n8j|;n8l|;n8p|;n8r|;n8x|4;n94|1;n98|2;n9c|;n9e|1;n9h|;n9j|;n9m|;n9p|1;n9u|3;na0|1;na3|;na6|;naa|2;naf|;nao|;naq|2;nax|1;nb0|;nb3|2;nbb|2;nbf|;nbh|;nbk|;nbp|;nbt|;nbz|3;nc4|;nc6|1;ncf|2;ncj|1;ncr|;ncy|1;nd2|3;nd8|;nda|;nde|;ndh|1;ndk|;ndo|;ndt|1;ndw|1;ndz|2;ne4|6;nee|;neg|;nei|4;neo|1;ner|1;neu|1;nez|;nf2|;nf4|;nf6|1;nfa|1;nfe|2;nfi|;nfo|;nfw|;nfy|;ng4|;ng6|;ng8|;nga|;ngf|;ngi|1;ngm|;ngo|;ngq|;ngs|2;ngy|2;nh2|;nh5|;nh7|1;nha|1;nhd|;nhf|2;nhj|;nhm|;nho|;nhq|;nht|1;nhw|;ni0|1;ni3|1;ni6|4;nic|;nif|5;nio|;niy|1;nj2|2;nj9|1;njc|1;njo|;njr|5;njy|;nk0|;nk3|;nk6|1;nkd|;nki|;nkq|1;nkv|4;nl1|1;nl4|;nl7|1;nlj|;nll|;nlp|2;nm3|;nm5|1;nm9|;nme|;nmh|;nmm|;nmo|;nmq|;nmt|;nmy|;nn0|2;nn4|;nn7|;nnd|;nnf|2;nnj|;nnr|;nnt|;nnx|;no7|;no9|3;noe|;noh|2;nol|;non|;nop|;not|3;noz|;np4|;np6|3;npe|;npj|;npo|;npr|;npt|1;npw|;nqa|;nqd|2;nqk|1;nqo|;nqq|;nqs|;nr7|;nr9|;nrj|;nrw|1;ns0|;ns7|1;nsa|2;nse|1;nss|;nsx|;nt0|;nt3|;nt8|3;ntd|;ntf|;ntj|;ntr|;ntv|1;ntz|2;nu4|1;nui|2;num|;nup|;nut|;nuw|;nuy|1;nv2|3;nv8|1;nve|;nvk|;nvr|1;nvu|;nvw|;nvz|;nw4|1;nw7|;nwa|3;nwh|;nws|;nwu|1;nwx|1;nx2|;nx5|;nxj|;nxm|3;nxt|;ny2|2;ny6|;ny8|1;nyc|6;nyo|;nyr|5;nyy|6;nz6|;nz9|;nzb|1;nzh|;nzt|1;nzw|;nzz|2;o0a|1;o0d|2;o0h|;o0k|;o0r|;o0t|;o12|2;o16|1;o1a|;o1c|1;o1f|1;o1k|9;o1w|;o1y|;o21|2;o29|1;o2d|;o2g|;o2m|1;o2q|2;o2u|1;o2x|3;o39|;o3c|;o3f|;o3k|2;o3p|;o3s|;o3u|3;o44|;o47|3;o4c|;o4e|2;o4i|;o4n|;o4u|;o4w|1;o4z|;o52|1;o55|;o57|2;o5b|1;o5e|;o5h|1;o5l|;o5o|2;o5z|;o68|2;o6e|;o6h|;o6j|;o6o|;o6s|2;o6x|1;o71|9;o7c|;o7e|;o7m|1;o7p|4;o7v|;o7z|1;o83|;o89|1;o8c|;o8e|1;o8j|;o8m|;o8p|2;o8u|1;o90|1;o93|1;o96|1;o9j|;o9l|;o9o|1;o9r|1;o9u|1;o9x|1;oa2|;oa5|;oa7|;oac|;oae|;oag|2;oal|;oan|;oau|;oaw|;oay|;ob0|;ob2|1;ob5|1;obc|1;obf|;obi|;obk|;obp|3;obw|1;obz|;oc3|;oc5|;oc9|;ocl|1;oco|1;ocr|2;ocv|5;od2|;odb|1;odh|2;odl|;odo|;odq|;odt|;odv|;odx|;oe5|;oef|;oej|;oel|2;oeq|;oes|1;oev|;oex|1;of0|1;of4|1;ofh|;ofl|;ofo|;ofs|;ofy|;og0|1;og4|;og6|1;og9|3;ogi|;ogk|;ogp|;ogr|;ogt|;ogw|1;oh0|;oh2|;oh5|1;ohf|;ohj|;ohq|;ohs|;ohz|;oi1|;oi3|;oi7|;oia|;oim|3;oiv|;oiy|1;ojb|1;ojh|2;ojn|;ojw|1;ok0|;ok2|;ok4|;okb|1;okf|1;okk|1;okn|;okp|;oks|;oky|1;ola|;old|;olf|;oll|;olp|;olu|;olx|;olz|1;om7|;oma|;omc|4;omm|;omp|2;omx|;on0|2;on9|1;one|;onp|2;ont|1;onw|4;oo2|;oo5|;oo7|;oof|;ooh|1;ook|2;ooo|3;oou|;oow|;ooy|6;op6|1;op9|;opc|;opf|2;opj|5;ops|2;oq3|1;oq6|5;oqd|;oqg|2;oqp|5;oqx|;or0|1;or4|1;or9|1;ord|;orf|1;ori|;orl|2;orq|;ors|2;ory|;os0|3;os5|1;os9|1;osf|;osj|;osm|;osu|1;osz|;ot4|;ot6|;ot8|;otc|;ote|1;oth|2;otl|;otn|3;ots|2;otw|1;ou0|;ou2|1;ou5|2;ouc|;ouf|;oui|3;oun|;ouu|2;ouy|;ov0|2;ov4|1;ov7|;ova|;ovc|1;ovg|;ovj|;ovo|;ovq|;ovt|;ovv|;ow3|;ow8|3;owg|1;owl|;own|1;owr|;owt|6;ox7|;oxa|1;oxd|2;oxh|;oxj|;oxl|;oxn|;oxp|1;oxt|;oxv|5;oy8|;oya|;oyc|3;oyh|1;oym|;oyp|1;oyx|2;oz1|;oz3|1;oza|;ozd|;ozg|2;ozl|1;ozr|1;ozu|;ozw|1;ozz|;p03|1;p06|;p08|;p0b|1;p0f|;p4m|2;p4q|;p4u|1;p4z|2;p53|;p57|3;p5c|5;p5k|;p5p|;p5r|2;p5v|;p5y|;p60|;p62|1;p66|;p68|;p6a|;p6d|;p6f|2;p6k|2;p6q|;p6t|3;p6y|;p70|;p72|;p78|;p7a|2;p7e|;p7h|1;p7l|;p7o|;p7s|1;p7v|;p7z|;p82|;p86|;p88|1;p8d|;p8f|;p8h|;p8l|;p8q|;p8s|;p8u|;p8y|;p90|2;p97|;p9b|2;p9f|1;p9i|;p9l|;p9n|1;p9q|;p9s|;p9v|;pa1|3;pa6|;pa8|9;pak|;pao|2;pas|5;pb2|;pb5|;pba|;pbc|;pbg|1;pbk|;pbn|;pbq|;pbx|;pbz|;pc3|;pc6|;pc8|;pca|;pci|;pcl|1;pco|;pcq|;pcu|;pcx|;pdb|4;pdh|2;pdp|3;pdw|3;pe1|;pe3|1;peb|;pee|;peg|;pei|1;pel|;pep|1;pet|1;pex|2;pf1|;pf3|;pf5|1;pf8|1;pfe|;pfn|1;pfq|;pfu|;pfw|;pfy|;pg5|1;pg9|3;pge|;pgg|1;pgk|1;pgv|;pgx|;ph0|;ph3|1;ph9|1;phe|;phh|5;phy|2;pi2|1;pib|1;pif|;pih|;pij|;pin|1;pix|1;pj2|;pj5|;pja|;pje|1;pji|;pjk|5;pk0|;pk4|2;pkb|;pkd|;pkg|1;pkk|;pkm|4;pkv|1;pky|2;pl2|;pl4|;pl6|1;plb|;plm|;plo|2;pls|;plv|;pm0|1;pm8|;pmb|2;pmg|2;pml|3;pmq|;pmu|;pmy|;pn1|;pn3|;pn5|;pnc|2;pnh|;pnj|1;pnn|;pnp|;pnr|1;pnu|;pnw|1;po3|1;po6|;poa|2;poe|;poh|2;pol|;pon|1;poq|;pos|1;pow|;poy|;pp2|;pp4|;pp7|1;ppa|1;ppd|;ppm|2;ppv|;ppx|4;pq5|;pq8|;pqd|;pqf|;pqp|;pqw|2;pr3|;pr8|;pra|;prc|;pre|1;pri|1;prl|1;pro|;prq|3;prx|1;ps3|;psa|1;psd|1;psg|;psi|;psk|;pso|2;pst|;psv|;psx|2;pt1|c;ptf|;ptj|2;ptn|4;ptx|;pu9|4;puf|;puj|1;pum|3;pur|;put|2;pux|;puz|;pv5|;pv7|1;pvd|2;pvh|8;pvs|1;pw7|;pwb|2;pwj|2;pwo|;pwq|1;pwv|;pwx|5;px4|1;px8|;pxc|;pxf|;pxj|;pxl|1;pxr|3;pyb|;pyr|;pyv|;pyy|1;pz6|;pz9|;pzd|1;pzi|;pzm|1;pzq|;pzs|;pzu|1;pzx|3;q02|;q08|3;q0t|5;q11|;q15|1;q18|;q1d|;q1f|1;q1i|;q1k|;q1o|;q1r|2;q21|;q23|;q27|3;q2c|;q2e|;q2h|;q2j|;q2l|;q2r|1;q2u|1;q2y|4;q3t|;q3w|;q41|;q45|;q48|1;q4c|1;q4m|;q4p|1;q4x|;q53|;q56|1;q5d|;q5f|;q5i|;q5l|4;q5r|2;q5v|;q5x|;q5z|;q62|;q6a|;q6o|1;q6s|;q6x|;q70|;q73|;q75|;q7c|;q7h|;q7j|;q7m|;q7o|;q7s|5;q7z|3;q84|;q86|;q89|2;q8d|;q8f|2;q8j|;q8m|;q8q|;q98|3;q9d|;q9g|;q9m|;q9o|1;q9s|;q9y|;qa6|;qa9|;qab|2;qaf|1;qai|;qam|1;qap|;qar|;qat|1;qay|;qb0|1;qb3|1;qbh|;qbj|;qbl|;qbn|;qbq|;qbt|2;qby|;qc3|;qc5|4;qce|;qch|;qcj|1;qco|3;qct|;qd4|;qd6|;qda|;qdc|;qdg|;qdi|1;qdl|1;qdo|;qdr|;qdt|;qdw|;qdz|;qe1|;qe3|;qe5|;qec|2;qeg|3;qen|1;qey|;qf5|;qfb|;qfd|;qfh|3;qfp|;qfw|1;qg4|1;qg9|1;qgn|;qgp|2;qgt|;qgv|1;qgy|;qh0|;qh2|1;qh6|1;qhi|2;qhm|;qhr|;qhu|;qhz|;qi1|1;qi5|;qi7|;qik|;qin|;qip|;qj1|1;qj4|;qj7|2;qjf|1;qji|1;qjr|;qjv|1;qjz|;qk1|;qk8|3;qkq|3;qkz|;ql1|;qlf|1;qlk|2;qlr|2;qlw|;qm8|;qmd|2;qmh|;qmj|;qms|;qmx|;qmz|;qn2|1;qn7|1;qnd|;qng|1;qns|1;qnv|;qny|;qo0|;qo2|1;qo6|;qo8|3;qoh|;qoo|;qoq|;qos|1;qox|;qp1|;qp4|1;qpg|1;qpj|;qpm|1;qpr|1;qq4|;qq6|;qqd|;qqf|;qqh|;qqn|1;qqs|2;qqw|;qr2|;qr8|;qra|;qrc|;qrm|1;qrw|1;qs8|;qse|1;qsi|1;qst|;qsz|1;qt6|1;qt9|;qtc|;qtg|;qtj|;qtm|1;qtu|;qu2|1;qu8|;qub|;quk|;qun|;quq|;quv|;qux|;quz|;qv2|;qv9|;qvh|;qvl|;qvp|;qvz|;qw1|2;qwh|1;qwm|;qwp|;qwr|;qww|;qx0|;qx2|;qx6|;qx8|2;qxe|1;qxj|;qxl|;qxn|;qxp|1;qxt|3;qy0|;qy3|;qy6|;qy8|;qya|;qyf|;qyl|2;qyp|1;qyw|;qyz|;qz1|;qz6|;qza|1;qzf|;qzh|1;qzm|;qzu|1;r04|;r0g|2;r0l|;r0q|;r0t|;r0v|;r0y|;r10|1;r14|1;r18|1;r1b|;r1d|;r1k|;r1r|;r1t|;r1v|2;r20|1;r25|1;r2c|;r2f|;r2i|;r2k|;r2o|3;r2t|;r2w|2;r39|;r3b|;r3e|1;r3j|1;r3q|;r3s|;r3u|1;r41|;r44|;r4d|;r4i|;r4m|;r4o|;r4s|;r4u|2;r50|;r56|;r59|;r5b|;r5e|;r5g|;r5q|3;r5v|;r5y|3;r63|;r67|;r6b|;r6e|2;r6i|;r6o|1;r6w|2;r70|;r73|;r76|1;r7a|1;r7e|;r7h|;r7j|2;r82|;r84|;r86|1;r8a|;r8c|1;r8j|;r8l|2;r8w|1;r8z|1;r92|;r94|;r9c|;r9e|1;r9j|3;r9o|;r9q|;r9s|8;ra3|;ra5|;ra7|;raa|1;rad|;rai|;ral|;rap|;rar|1;rau|;ray|2;rb2|;rb5|;rba|;rbf|;rbk|1;rbo|4;rbv|;rby|;rc0|3;rc6|;rc9|;rcb|3;rcg|3;rcl|;rcp|;rcs|;rcv|;rcy|;rd0|3;rd8|1;rdd|;rdf|;rdh|;rdk|;rdm|;rdq|;rds|8;re2|;re8|;rea|;reh|;rek|;rem|1;req|;res|;rev|;rex|;rez|;rf1|;rf3|;rf6|;rfa|1;rff|6;rfo|;rfq|1;rfu|1;rfx|1;rg0|4;rg6|2;rga|;rgc|;rge|;rgg|2;rgk|;rgn|;rgs|;rgu|;rgw|1;rh0|;rh2|1;rh5|4;rhc|;rhf|;rhi|;rhk|;rhn|1;rhv|;rhz|;ri1|;ri4|;ri6|;ri9|;rib|;rie|;rih|;rik|;rim|1;rir|1;riu|;riw|2;rj0|;rj2|1;rja|;rjf|1;rjj|2;rjo|;rjr|;rjx|;rjz|1;rk3|;rk9|1;rkc|;rke|;rkg|;rki|1;rkm|;rkq|;rks|;rku|;rkw|;rp3|;rpb|;rpd|;rpi|4;rpo|;rpq|;rps|;rpx|1;rq2|;rq9|1;rqg|;rqi|2;rqr|;rqw|2;rr6|1;rre|;rrg|1;rrn|1;rrs|;rrx|5;rs7|5;rsf|1;rsi|2;rsm|7;rsv|5;rt2|2;rt6|;rtd|;rtf|;rtl|3;rtq|;rts|6;ru2|;ru4|1;ru8|1;rub|1;ruj|2;rus|1;ruv|1;ruy|1;rv1|;rv3|1;rv7|1;rva|;rvf|;rvh|;rxg|;rxi|1;rxn|;rxp|1;rxs|;rxv|1;rxy|1;ry9|;ryd|;ryi|;rym|;ryo|;ryx|;rz4|;rz7|;rzc|;rzf|;rzm|1;rzu|;rzy|;s02|;s06|;s0b|1;s0e|1;s0l|2;s0r|;s0t|;s0v|;s0x|;s0z|;s14|;s16|3;s1b|;s1d|;s1f|;s1o|;s1y|;s20|2;s27|1;s2c|;s2l|2;s2y|;s34|;s38|2;s3e|;s3h|;s3k|;s3m|;s3o|;s3r|3;s3w|;s3z|;s45|;s49|;s4c|;s4f|1;s4j|1;s4y|;s50|;s52|;s57|;s5d|;s5h|;s5j|;s5l|2;s5p|;s5s|1;s5v|1;s61|;s66|;s69|;s6h|3;s6p|;s6r|;s72|;s74|;s7a|;s7e|3;s7m|;s7y|1;s82|;s88|;s8b|;s8o|4;s8u|;s8z|;s91|;s93|2;s9e|3;s9n|4;s9y|4;sa5|;sa7|1;sab|;sag|1;saj|;sam|2;saq|;sas|2;sax|;sb1|1;sb6|;sb8|;sbb|1;sbh|2;sbl|3;sbq|;sd7|1;sdb|;sde|1;sdi|;sdk|;sdp|5;sdx|1;se3|;se7|1;sea|3;sel|1;seo|1;ser|2;sf6|;sf8|2;sfc|;sfe|3;sfk|;sfm|;sfo|;sfr|3;sfw|1;sfz|4;sg5|1;sg8|;sgb|6;sgk|3;sgp|1;sgt|6;sha|;shd|1;shg|2;shk|;sho|;shq|;sht|1;shz|;si1|2;si5|8;sig|1;sij|3;sio|1;sir|;siw|1;sj0|3;sj6|;sj9|3;sje|;sjg|9;sjr|1;sju|;sjw|1;sjz|2;sk5|;sk7|2;skg|;ski|1;skm|;sko|;skq|;skv|2;skz|;sl1|;sl4|;sl9|1;sld|;slf|2;slm|;slq|;sm4|2;sm9|1;smg|;smi|1;sml|;smn|;smr|2;sn1|;sn6|;snm|;snp|2;snt|;sny|;so2|1;so7|;sod|;sog|2;sok|;sot|;sp4|6;spe|;spi|1;spu|3;sq1|1;sq4|;sqa|;sqc|5;sqr|;sqv|;sqx|;sqz|;sr1|;sr4|;sr6|;srg|;sri|;srm|;sru|2;sry|1;ss1|1;ss4|1;ssc|;ssg|1;ssj|;ssl|2;ssp|;ssr|6;st3|1;st8|1;stf|4;stl|1;stp|;stx|;su7|;suf|;sul|;suo|2;sus|1;suv|;sv0|;sv2|1;sva|;svl|;svo|1;svr|1;svu|;svz|2;sw4|1;sw9|;swb|;swd|5;swn|;swr|;swu|;swy|;sx0|2;sxj|1;sxo|;sxq|;sxs|;sxv|;sxx|;sy3|;sy9|;syb|;syd|1;syg|4;sz7|1;sza|1;szd|;szq|;szw|;szz|;t01|1;t05|;t07|;t0f|;t0k|1;t0q|;t0y|;t14|2;t18|2;t1c|;t1g|;t1i|;t1r|1;t1x|;t20|2;t26|6;t2e|2;t2i|2;t2m|1;t3c|3;t3h|;t3l|;t3o|;t3r|;t3v|2;t44|1;t4b|1;t4e|;t4g|;t4i|;t4l|;t4s|;t4u|;t56|;t58|;t5g|;t5i|1;t5m|1;t5r|2;t5v|1;t5z|;t64|1;t68|;t6j|;t6r|;t6v|1;t6y|2;t75|;t7a|2;t7g|3;t7l|1;t7o|;t7q|;t7s|;t86|;t88|1;t8b|;t8j|1;t8v|1;t8z|1;t94|1;t9h|;t9m|1;t9x|1;ta0|;ta2|;taa|;tac|;tai|;tak|;tap|1;tat|;taz|;tb2|;tb4|;tb6|1;tbe|1;tbk|2;tbp|;tbr|;tbw|3;tc5|;tiv|1;tj3|1;tj7|;tjc|3;tji|1;tjl|3;tjs|;tjw|;tjz|1;tk2|3;tk8|1;tkb|2;tkh|;tkm|;tkp|;tkr|3;tkz|;tl3|1;tl6|3;tlf|3;tlm|;tlo|;tlq|;tls|2;tlx|;tm0|;tng|1;tnl|;tno|;tnr|3;tnx|2;to2|;tob|;tof|1;toi|;tok|;tor|2;tow|;tp0|;tp2|;tp4|;tp7|4;tpd|3;tpm|;tpo|;tps|;tpu|7;tq4|1;tqc|2;tqi|1;tql|2;tqp|;tqs|1;tqv|1;tqz|1;tr7|1;trb|3;trk|1;trn|1;trq|3;trv|1;ts0|1;ts4|3;ts9|;tsb|3;tsl|1;tsp|5;tsy|1;tt4|2;ttb|1;tte|;tti|1;ttl|2;tts|;ttw|5;tu4|3;tu9|;tub|1;tue|;tuh|;tuk|;tum|;tur|;tuu|1;tuy|;tv4|;tv6|;tvc|1;tvh|;tvm|;tvo|;tvq|;tvs|1;tvw|;tw1|1;tw5|1;tw8|6;twg|2;twm|;two|1;twt|;twz|2;tx3|;tx6|;tx8|;txc|1;txg|1;txn|;txp|;txr|;ty0|;ty8|;tyb|;tye|;tyg|;tyj|2;typ|;tys|;tyw|1;tz5|;tz7|;tza|;tzf|2;tzk|;tzn|;tzt|;tzw|2;u00|1;u06|;u0d|1;u0h|2;u0l|1;u0q|1;u0u|5;u11|1;u14|;u16|;u18|7;u1i|2;u1q|;u1t|;u1v|1;u1y|;u23|;u25|1;u28|;u2a|;u2f|2;u2j|1;u2n|;u2q|;u2u|2;u2z|3;u36|3;u3c|2;u3g|;u3i|;u3p|2;u3v|;u3z|2;u43|2;u5k|;u5p|;u5r|;u5t|1;u5y|;u62|;u64|;u67|;u6a|;u6c|;u6e|1;u6h|;u6j|;u6m|;u6z|1;u72|4;u7a|1;u7e|1;u7h|2;u7l|;u7o|;u7v|3;u83|;u89|1;u8c|;u8g|;u8i|3;u8o|;u8q|;u8u|;u8w|;u92|2;u96|;u98|;u9a|;u9c|1;u9f|;u9l|;u9o|1;u9u|;u9x|;ua0|1;ua3|2;ua8|2;uac|1;uaf|;uak|;uam|;uar|;uc6|3;ucc|1;ucf|;uch|;ucj|;ucl|;ucn|1;ucq|;ucs|2;ucw|1;ucz|1;ud2|;ud5|;udd|;udg|1;udk|1;udr|3;udx|;ue0|1;ue3|4;uea|;ueg|;uei|;uel|1;uep|;uew|;uey|1;uf1|;uf3|;uf5|4;ufc|;uff|;ufh|2;ufl|;ufq|;ufs|1;ufv|;ugb|;ugd|;ugg|;ugl|3;ugu|;ugw|5;uh6|;uh8|3;uhe|;uhh|;uhj|1;uhm|1;uhr|;uhu|;uhw|1;ui1|1;ui4|;ujs|;uju|;uk0|;uk8|1;ukc|;ukf|1;ukm|;ukv|;ukx|;ukz|1;ul2|2;ulb|;uld|;ulf|;ulh|1;uln|;ulp|1;uls|;ulu|;ulw|;um1|2;um5|;uma|;umd|1;umi|1;uml|;umo|;umq|;umu|;umw|2;un3|;un6|1;un9|;unb|3;uni|1;unl|1;unu|;unw|;uo1|4;uo8|;uob|;uod|2;uoh|;uok|;uoo|;uoq|;up2|;upb|;upg|;ups|;upv|;uq6|;uq8|3;uqf|;uqn|;uqv|1;uqy|1;ur1|1;urd|;url|;urq|;urt|1;us4|;us6|;usb|;usi|;usk|;uso|;ut3|;utk|;utm|;uto|1;uts|;utu|1;utx|;uuc|1;uul|2;uup|1;uut|;uux|2;uv2|;uvb|;uvd|;uvj|;uvm|1;uvr|;uw0|;uw3|;uw7|;uwo|;uwr|1;uzp|2;uzt|;v03|1;v06|;v0j|;v0m|3;v0s|;v0y|;v11|;v14|1;v17|;v1a|1;v1f|;v1h|1;v1k|;v1r|1;v1y|;v23|;v29|1;v2c|;v2p|;v2r|1;v31|1;v34|1;v3a|;v3d|;v3g|;v3j|1;v3m|;v3r|;v3v|;v3y|;v44|;v49|1;v4m|;v4q|;v4x|;v50|;v55|;v58|;v5b|;v5g|1;v5k|1;v5n|;v5r|;v5t|1;v5w|;v5z|;v6b|;v6e|1;v6h|;v6u|;v6x|2;v74|3;v7c|2;v7h|;v7j|;v7r|;v7z|;v85|;v8a|5;vat|;vav|;vax|2;vb1|;vb3|1;vb6|;vb8|;vbf|1;vbj|;vbl|2;vbr|1;vbx|2;vc4|2;vc9|1;vcf|;vck|1;vcr|;vct|2;vcz|2;vd8|5;vdg|;vdi|;vdk|;vdm|4;vds|;vdx|;ve0|;ve6|1;vea|;vec|3;veh|7;veq|;ves|;vev|3;vf2|;vf4|;vf7|1;vfb|;vfd|;vfk|;vfm|;vfv|1;vfz|;vg4|;vg8|1;vgb|;vge|;vgq|1;vgu|;vgw|;vgy|;vh0|1;vh3|;vhb|2;vhi|1;vhl|3;vhu|;vhy|1;vi7|;vil|1;vio|2;vis|1;vix|;vj0|1;vj3|1;vj6|;vj9|;xgg|s;xz4|8mb;16ls|m;16mj|1c;1d6o|2m;1d9c|21;1dbf|2o;1dea|;1ded|2;1deh|5;1deq|;1deu|;1dey|2;1df2|3;1df7|a;1dfj|;1dfl|;1dfn|i;1dg7|;1dg9|f;1dgq|;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|59;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2tav|;2td8|;2ua2|;2uco|;2v0k|;2wk5|;2wst|;2xec|;2xpj|;2zbw|;30ds|;30fh|;31an|;31wv|;32e8|;32t9|;339f|;33uj|;34rd|;36cx|;36hp|;37jd|;37jk|;37r5|;37rm|;3905|;39ku|;39o5|;39q6|;3ak2|;3aka|;3alw|;3at4|;3b2v|;3b87|;3br8|;3c5z|;3d7o|;3dnc|;3dxt|;3fic|;3gfz|;3gh1|;3gz6|;3hap|;3hfm|;3htb|;3i4d|;3i8r|;3id3|;3j7a|;3jdo|;3l3e|;3l41|;3l73|;3lxx|;3lyb|;3mji|;3mkp|;3mv3|;3n68|;3n7f|;3p9p|;3pow|;3q04|;3v9x|;3wlv|;3z9g|;42g9|;4651|;4654|;4656|;465o|;465v|;466q|;4676|;467r|;4684|;469e|;46b1|;46bg|;46cg|;46ek|;46hc|;46hr|;4949|;4an2|;")); - t2.push(new A.NotoFont("Noto Sans Kaithi", "notosanskaithi/v16/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf", "w|;19|;4g|;1uu|9;6bv|2;6c0|;7gs|;x80|9;1hts|1t;1hvx|;")); - t2.push(new A.NotoFont("Noto Sans Kannada", "notosanskannada/v26/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf", "w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;2gw|c;2ha|2;2he|m;2i2|9;2id|4;2ik|8;2iu|2;2iy|3;2j9|1;2ji|;2jk|3;2jq|9;2k1|1;5ow|;5oy|;5p6|;5pu|;5pw|1;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;x80|5;")); - t2.push(new A.NotoFont("Noto Sans Kayah Li", "notosanskayahli/v20/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xds|1b;")); - t2.push(new A.NotoFont("Noto Sans Kharoshthi", "notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1gjk|3;1gjp|1;1gjw|7;1gk5|2;1gk9|s;1gl4|2;1glb|9;1gls|8;")); - t2.push(new A.NotoFont("Noto Sans Khmer", "notosanskhmer/v23/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf", "w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4n4|2l;4ps|9;4q8|9;540|v;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Khojki", "notosanskhojki/v16/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;25i|9;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x80|9;1i4g|h;1i4z|17;")); - t2.push(new A.NotoFont("Noto Sans Khudawadi", "notosanskhudawadi/v16/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf", "w|;4g|;1us|1;6bw|1;6c3|1;7gs|;x80|9;1i9c|1m;1ib4|9;")); - t2.push(new A.NotoFont("Noto Sans Lao", "notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;2v5|1;2v8|;2vb|1;2ve|;2vh|;2vo|3;2vt|6;2w1|2;2w5|;2w7|;2wa|1;2wd|c;2wr|2;2ww|4;2x2|;2x4|5;2xc|9;2xo|3;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|1;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Lepcha", "notosanslepcha/v16/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5j4|1j;5kr|e;5l9|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Limbu", "notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;4xs|u;4yo|b;4z4|b;4zk|;4zo|b;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Linear A", "notosanslineara/v16/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf", "w|;4g|;1fr4|8m;1g00|l;1g0w|7;")); - t2.push(new A.NotoFont("Noto Sans Linear B", "notosanslinearb/v15/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf", "w|;4g|;1ekg|b;1ekt|p;1elk|i;1em4|1;1em7|e;1emo|d;1eo0|3e;1erk|2;1err|18;1et3|8;")); - t2.push(new A.NotoFont("Noto Sans Lisu", "notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;jx|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;9hm|1;wk0|1b;1kts|;")); - t2.push(new A.NotoFont("Noto Sans Lycian", "notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf", "w|;4g|;1f28|s;")); - t2.push(new A.NotoFont("Noto Sans Lydian", "notosanslydian/v15/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf", "w|;4g|;1gdc|p;1ge7|;")); - t2.push(new A.NotoFont("Noto Sans Mahajani", "notosansmahajani/v15/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf", "w|;4g|;1us|b;6bw|1;7gs|;x80|9;1hzk|12;")); - t2.push(new A.NotoFont("Noto Sans Malayalam", "notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf", "w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;mb|;me|2;1u9|1;1us|1;2kg|c;2ku|2;2ky|1e;2me|2;2mi|5;2ms|f;2na|p;5p6|;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;x80|2;")); - t2.push(new A.NotoFont("Noto Sans Mandaic", "notosansmandaic/v15/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf", "w|;4g|;18g|;1mo|r;1ni|;6bw|1;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Manichaean", "notosansmanichaean/v15/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf", "w|;4g|;18g|;6bw|1;7gs|;1e68|;1gow|12;1gq3|b;")); - t2.push(new A.NotoFont("Noto Sans Marchen", "notosansmarchen/v17/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf", "w|;4g|;7gs|;1k6o|v;1k7m|l;1k89|d;")); - t2.push(new A.NotoFont("Noto Sans Masaram Gondi", "notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1kao|6;1kaw|1;1kaz|17;1kca|;1kcc|1;1kcf|8;1kcw|9;")); - t2.push(new A.NotoFont("Noto Sans Math", "notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf", "w|2m;4g|;4n|;4s|;4x|;5z|;6v|;le|1;lh|;lj|1;mo|;pd|g;pv|6;q9|o;r5|;r9|1;s0|1;s4|1;6cy|5;6dz|;6hc|c;6ht|;6hx|a;6iq|;6iy|4;6j4|2;6j9|;6jd|4;6jo|;6js|;6jw|1;6jz|2;6k3|5;6kc|4;6kl|4;6mo|u;6nk|1h;6pd|1;6pg|7f;6x4|3;6xc|;6xl|;6xo|5;6ye|1w;70c|;711|;717|r;72o|;730|5;778|1;7fz|;7g3|;7g7|;7gd|;7gh|;7gq|;7gs|;7i3|;7l9|2;7uo|1r;83k|e7;8i6|3;8j4|s;8ou|;1efv|;1efx|;2kg0|2c;2kie|1y;2kke|1;2kki|;2kkl|1;2kkp|3;2kku|b;2kl7|;2kl9|6;2klh|1s;2knb|3;2knh|7;2knq|6;2kny|r;2kor|3;2kow|4;2kp2|;2kp6|6;2kpe|9f;2kyw|83;2l72|1d;2pkw|3;2pl1|q;2plt|1;2plw|;2plz|;2pm1|9;2pmc|3;2pmh|;2pmj|;2pmq|;2pmv|;2pmx|;2pmz|;2pn1|2;2pn5|1;2pn8|;2pnb|;2pnd|;2pnf|;2pnh|;2pnj|;2pnl|1;2pno|;2pnr|3;2pnw|6;2po4|3;2po9|3;2poe|;2pog|9;2por|g;2ppd|2;2pph|4;2ppn|g;2prk|1;")); - t2.push(new A.NotoFont("Noto Sans Mayan Numerals", "notosansmayannumerals/v15/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf", "w|;4g|;2k80|j;")); - t2.push(new A.NotoFont("Noto Sans Medefaidrin", "notosansmedefaidrin/v22/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;20cg|2i;")); - t2.push(new A.NotoFont("Noto Sans Meetei Mayek", "notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;xr4|m;xxc|19;xyo|9;")); - t2.push(new A.NotoFont("Noto Sans Meroitic", "notosansmeroitic/v16/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf", "w|;1m|;4g|;6cm|;6e5|;1gg0|1j;1gho|j;1gia|19;")); - t2.push(new A.NotoFont("Noto Sans Miao", "notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;20hs|22;20jz|1k;20lr|g;")); - t2.push(new A.NotoFont("Noto Sans Modi", "notosansmodi/v20/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1tp|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x80|9;1iww|1w;1iz4|9;")); - t2.push(new A.NotoFont("Noto Sans Mongolian", "notosansmongolian/v17/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4qo|e;4r4|9;4rk|2g;4u8|16;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6cv|;6d5|1;6dk|1;6gc|;6jm|;6qa|;76o|j;7gs|;9hd|1;9hm|5;1e7x|1;1e81|3;1izk|c;")); - t2.push(new A.NotoFont("Noto Sans Mro", "notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1zk0|u;1zkw|9;1zla|1;")); - t2.push(new A.NotoFont("Noto Sans Multani", "notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;21y|9;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1i80|6;1i88|;1i8a|3;1i8f|e;1i8v|a;")); - t2.push(new A.NotoFont("Noto Sans Myanmar", "notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf", "w|;1r|;4g|;35s|4f;6bv|2;6c8|1;6cc|1;6cm|;7gs|;xf2|;xk0|u;xnk|v;1e68|;")); - t2.push(new A.NotoFont("Noto Sans NKo", "notosansnko/v2/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;170|;17f|;17j|;19m|;1j4|1m;1kt|2;60w|5;61q|;642|1;6bw|3;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;93w|1;1e0u|1;")); - t2.push(new A.NotoFont("Noto Sans Nabataean", "notosansnabataean/v15/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf", "w|;4g|;1g8w|u;1g9z|8;")); - t2.push(new A.NotoFont("Noto Sans New Tai Lue", "notosansnewtailue/v20/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;51c|17;52o|p;53k|1;53n|7;53y|1;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;9hc|2;9hk|3;1edd|;1edk|1;1edo|;1edq|;1ee2|1;1ee7|;1eg1|;1eg4|;")); - t2.push(new A.NotoFont("Noto Sans Newa", "notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5x7|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1iio|2j;1il9|4;")); - t2.push(new A.NotoFont("Noto Sans Nushu", "notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;20o1|;2dm8|az;")); - t2.push(new A.NotoFont("Noto Sans Ogham", "notosansogham/v15/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf", "w|;4g|;4g0|s;")); - t2.push(new A.NotoFont("Noto Sans Ol Chiki", "notosansolchiki/v21/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5lc|1b;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;")); - t2.push(new A.NotoFont("Noto Sans Old Hungarian", "notosansoldhungarian/v15/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf", "w|;4g|;6bx|;1h1c|1e;1h34|1e;1h4q|5;")); - t2.push(new A.NotoFont("Noto Sans Old Italic", "notosansolditalic/v15/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf", "w|;4g|;1f5s|z;1f71|2;")); - t2.push(new A.NotoFont("Noto Sans Old North Arabian", "notosansoldnortharabian/v15/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf", "w|;4g|;1gn4|v;")); - t2.push(new A.NotoFont("Noto Sans Old Permic", "notosansoldpermic/v16/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf", "w|;4g|;lc|;li|2;lv|;w3|;6hn|;7gs|;1f80|16;")); - t2.push(new A.NotoFont("Noto Sans Old Persian", "notosansoldpersian/v15/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf", "w|;4g|;1fa8|z;1fbc|d;")); - t2.push(new A.NotoFont("Noto Sans Old Sogdian", "notosansoldsogdian/v15/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf", "w|;4g|;1hj4|13;")); - t2.push(new A.NotoFont("Noto Sans Old South Arabian", "notosansoldsoutharabian/v15/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf", "w|;4g|;1gm8|v;")); - t2.push(new A.NotoFont("Noto Sans Old Turkic", "notosansoldturkic/v15/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf", "w|;4g|;1gxs|20;")); - t2.push(new A.NotoFont("Noto Sans Oriya", "notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf", "w|c;1a|28;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;nu|;1us|1;269|2;26d|7;26n|1;26r|l;27e|6;27m|1;27p|4;27w|8;287|1;28b|2;28m|1;28s|1;28v|4;292|h;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Osage", "notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;ns|;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1fhs|z;1fiw|z;")); - t2.push(new A.NotoFont("Noto Sans Osmanya", "notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1fgg|t;1fhc|9;")); - t2.push(new A.NotoFont("Noto Sans Pahawh Hmong", "notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1zpc|1x;1zrk|9;1zrv|6;1zs3|k;1zst|i;")); - t2.push(new A.NotoFont("Noto Sans Palmyrene", "notosanspalmyrene/v15/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf", "w|;4g|;1g80|v;")); - t2.push(new A.NotoFont("Noto Sans Pau Cin Hau", "notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1juo|1k;")); - t2.push(new A.NotoFont("Noto Sans Phags Pa", "notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf", "w|;4g|;4qp|2;4qt|;6bv|4;6cl|1;7gs|;9hd|1;9hj|a;9hw|7;x8g|1j;1e68|;")); - t2.push(new A.NotoFont("Noto Sans Phoenician", "notosansphoenician/v15/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf", "w|;4g|;1gcg|r;1gdb|;")); - t2.push(new A.NotoFont("Noto Sans Psalter Pahlavi", "notosanspsalterpahlavi/v15/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf", "w|;4g|;18g|;6bw|1;7gs|;1gu8|h;1gux|3;1gvd|6;")); - t2.push(new A.NotoFont("Noto Sans Rejang", "notosansrejang/v18/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xf4|z;xgf|;")); - t2.push(new A.NotoFont("Noto Sans Runic", "notosansrunic/v15/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf", "w|;4g|;4gw|2g;")); - t2.push(new A.NotoFont("Noto Sans SC", "notosanssc/v26/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf", "w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|58o;feo|g6n;1d6o|3;1d6t|1;1d6z|1;1d79|;1d7b|3;1d7l|;1d7w|1;1d7z|;1d81|4;1d87|3;1d8j|;1d8n|3;1d8u|;1d8y|1;1d9a|;1d9e|5;1d9q|;1d9u|;1d9w|;1d9y|;1da1|2;1da6|2;1dac|1;1dai|2;1dam|;1dar|;1dat|;1daw|;1dbi|;1dbn|;1dbr|;1dbv|;1dbx|1;1dc0|;1dc5|1;1dcg|;1dco|1;1dcs|4;1dcy|2;1dd3|;1dd5|;1ddd|;1ddg|1;1ddm|;1ddp|;1ddr|;1ddu|;1ddx|3;1de2|;1de4|3;1de9|;1deb|1;1deg|;1den|2;1der|1;1dev|2;1df3|;1df7|2;1dfb|1;1dfe|;1dfr|;1dft|;1dfv|;1dgd|1;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t8n|;2t8p|;2tak|;2tes|;2uco|;2ueu|;2vo0|;2x0a|;2x3n|;2xg7|;31cf|;33rf|;353r|1;35er|;3666|;366m|;37jd|;37q3|;37r5|;37ul|;37wp|;39yq|;3a02|;3a20|;3b2v|;3bvb|;3cip|;3czx|;3ddi|;3dks|;3dxt|;3ecc|;3eht|;3gz6|;3i5r|;3id3|;3iex|;3j7s|;3jp4|;3jpx|;3jz4|;3knd|;3kuf|;3kun|;3kup|;3kus|;3l73|;3lax|;3mv3|;3n68|;3on2|;3on7|;3ong|;3qal|;3qij|;3qjb|;3qr4|;3qra|;3qs8|;3rtu|;3s4n|1;3s53|1;3sa5|;3shs|;3skj|;3skv|;3sky|;3sl9|;3sp0|;3spc|;3spf|;3srl|;3svb|;3svj|;3svq|;3svt|;3swd|1;3sxi|;3t0u|1;3t0z|;3t2f|;3t2s|;3t3w|1;3t46|2;3t4a|;3t4c|;3t79|1;3t7x|;3t9p|;3tex|;3tfp|;3tgm|;3th5|;3th8|;3thi|;3thm|;3ti4|;3tmg|;3u13|;3u5b|;3u5e|;3u64|;3u6b|;3uaj|;3uk7|;3ukn|;3unr|;3up5|;3v3d|1;3v6x|;3v7u|;3vf9|;3vfd|;3vg9|;3vjw|;3vk8|;3vl0|;3vo7|;3vq3|;3vq9|;3vqc|;3vyg|;3vys|;3vyv|;3w3m|;3w9f|;3w9k|;3w9t|;3wa1|;3wa3|2;3wa7|;3waq|;3way|1;3wh8|;3whb|;3wkf|;3wld|;3wn1|;3wt5|;3wta|;3wtd|;3wtv|;3wuf|;3wui|;3wv1|;3x1e|;3x1q|;3x4t|;3x61|;3x9l|;3x9p|1;3x9t|;3xa0|1;3xa3|;3xa7|;3xa9|;3xai|;3xam|;3xay|1;3xb8|;3xbd|;3xbg|;3xbj|;3xbn|;3xbq|;3xbs|;3xbw|;3xdd|;3xdr|1;3xe6|;3xhy|;3xi7|;3xmd|1;3xml|;3xmn|;3xmq|1;3xmy|;3xqj|;3xql|;3xqn|1;3xr3|1;3xrc|;3xrh|1;3xsl|;3xug|;3xui|;3xur|;3xuu|;3xuy|;3xx8|;3xxk|;3xxv|;3z9g|;4684|;469i|;4an1|1;4ay4|;")); - t2.push(new A.NotoFont("Noto Sans Saurashtra", "notosanssaurashtra/v19/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;xa8|1x;xce|b;")); - t2.push(new A.NotoFont("Noto Sans Sharada", "notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf", "w|10;1y|2;22|4;28|4;2e|14;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;5p3|;5p5|;5p8|1;5pc|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1i0w|2n;")); - t2.push(new A.NotoFont("Noto Sans Shavian", "notosansshavian/v15/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf", "w|;4g|;1ff4|1b;")); - t2.push(new A.NotoFont("Noto Sans Siddham", "notosanssiddham/v17/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1itc|1h;1iuw|11;")); - t2.push(new A.NotoFont("Noto Sans Sinhala", "notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf", "w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;2o1|2;2o5|h;2oq|n;2pf|8;2pp|;2ps|6;2q2|;2q7|5;2qe|;2qg|7;2qu|9;2r6|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1i3l|j;")); - t2.push(new A.NotoFont("Noto Sans Sogdian", "notosanssogdian/v15/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf", "w|;4g|;18g|;6bw|;7gs|;1hkg|15;")); - t2.push(new A.NotoFont("Noto Sans Sora Sompeng", "notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1hw0|o;1hww|9;")); - t2.push(new A.NotoFont("Noto Sans Soyombo", "notosanssoyombo/v15/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf", "w|;4g|;7gs|;1jrk|2a;")); - t2.push(new A.NotoFont("Noto Sans Sundanese", "notosanssundanese/v24/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;5fk|1r;5og|7;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Syloti Nagri", "notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;1ye|9;60w|5;61q|;642|1;6bv|2;6c0|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6dx|;6gc|;6jm|;6qa|;7gs|;x6o|18;")); - t2.push(new A.NotoFont("Noto Sans Syriac", "notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;m8|;mb|5;ml|1;mo|1;170|;17f|;17j|;17l|;18g|;18r|a;19c|c;19s|;1ds|d;1e7|1n;1fx|2;60w|5;61q|;642|1;6bw|3;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6dg|;6gc|;6jm|;6qa|;7gs|;7lc|1;")); - t2.push(new A.NotoFont("Noto Sans TC", "notosanstc/v26/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf", "w|2m;4g|2r;7k|3;7u|1;88|3;8z|1;93|1;98|3;9e|1;a0|5;b6|;bk|1;bz|1;ct|f;e0|1;gh|;gx|;jf|;jr|;jt|2;k9|;kq|1;lc|1;lg|;lj|;lo|;pd|g;pv|6;q9|o;sh|;sw|1r;up|;5z2|1;61s|2h;6bm|1;6c0|6;6c8|2;6cc|2;6cg|2;6cl|2;6cw|;6cy|1;6d1|;6d5|3;6de|;6dj|2;6dt|;6es|;6g9|;6gb|1;6hp|1;6io|;6ir|;6it|;6ix|1;6j3|;6j7|;6ja|;6jl|1;6jq|1;6jv|;6jy|;6k5|;6kb|;6lc|b;6ls|b;6mo|9;6ns|1;6o4|2;6ob|1;6og|;6oi|;6ok|;6p2|3;6ph|;6ps|;6pu|1;6px|6;6q7|;6q9|2;6qd|;6qi|;6ql|3;6qr|;6qt|9;6r8|3;6rh|;6rn|;6rp|;6rs|;6rw|;6s2|;6sg|2;6sk|3;6sq|1;6su|1;6sy|1;6t2|1;6te|5;6tm|1;6tx|4;6u8|;6ud|;6v3|;6vu|1;6wf|;6x1|2;6xe|;6xk|;6y1|1;71s|1;726|e;72m|;72y|1;74z|;76o|97;7g1|2;7g6|1;7gc|1;7gg|1;7gm|6;7gu|5;7he|4;7hr|;7i8|3;7id|1;7ih|;7im|1;7iu|1;7j0|3;7jj|;7k0|2;7kw|f;7le|b;7mo|;7nh|1;7pe|;7pv|;7q2|;7r1|;7r3|1;7rq|;7sm|t;7tt|;850|1;88v|;8ai|1;8hx|2;8ii|;8lx|;94q|1;96o|p;97f|2g;9a8|5x;9gw|b;9hc|1r;9j5|2d;9ll|2u;9ol|16;9pt|1e;9r9|15;9sg|17;9ts|z;9v4|1a;9wg|7f;a3x|5u;ab9|;abk|;abu|;abw|;ack|;acz|;ad6|;ad9|1;adv|;ady|;aed|;aen|;af0|;af5|;afc|;afz|;ag4|;ag6|;agr|;ah2|;aim|;aj5|;aj7|;ajd|;ajl|;ajx|;ak0|;ak2|;ak7|1;akk|;al3|1;ald|;alh|;alp|;am7|;am9|;amd|;amf|;ami|;amm|;amq|;amu|;amz|;an1|;anl|2;anv|;any|;ao9|;aoo|;aoq|;aoz|;ap1|;ap9|;aph|;apl|;apq|;apz|2;aq6|;aqn|;aqp|;are|;arl|;asa|;asl|;asq|;ass|;asw|1;at1|;at5|;at8|;atd|;atf|2;atj|1;atv|1;aty|;au5|;au9|1;aud|1;aut|;av5|;av7|;avc|;ave|;avh|;avw|;aw2|1;aw5|;awc|1;awg|;awi|1;awq|;aww|;awz|;axu|;ay7|;azb|;azk|;b09|;b0e|;b12|;b1u|;b20|;b23|;b2n|;b2x|;b34|;b3h|;b3q|;b3s|;b4z|;b5h|;b6o|;b7n|;b7w|;b81|;b84|;b96|;b9k|;b9w|;baf|;baq|;bb3|;bbh|;bc3|;bco|;bcw|;bd5|1;bde|;bdl|;bdn|;bdt|;bdw|;beg|;bfg|;bfm|;bfp|;bfw|;bg8|;bgb|;bge|;bgh|;bgj|;bgm|;bh3|1;bhl|1;bhw|;bij|;biq|;biv|;bj0|;bj2|;bja|1;bkn|;bl7|;blp|;bmi|;bmm|;bmo|;bn4|;bn6|;bn9|;bnf|;bny|;bo9|;boi|;bor|;bp5|;bpe|;bq0|;bq8|;bqp|1;bqz|1;br4|;brp|1;brt|;bs1|;bss|;bsu|;bsy|;bt0|;btj|;btp|;bu4|;bua|2;bv1|;bv5|;bv9|;bvc|;bx0|;byj|;c0b|;c0d|;c0h|;c0m|;c0s|;c17|;c1b|;c2a|1;c2l|;c36|;c3f|;c3q|;c3w|;c3y|;c41|;c4f|;c4i|;c4p|1;c4v|;c51|;c59|;c5h|;c5k|;c5m|;c5r|;c5t|;c6d|;c6l|;c6s|;c73|;c7a|1;c7d|;c7g|1;c7n|;c7v|;c87|1;c8b|;c8j|1;c8n|;c8s|1;c92|;cao|;car|;caw|;cb9|;cc4|;cdk|2;cdp|;cdt|;ce0|;ce7|;cea|;cef|;cei|;cek|;ceo|1;ceu|1;cey|1;cf2|;cf5|1;cfb|;cfd|;cff|1;cfk|;cfn|1;cfu|;cfw|;cfz|1;cg4|;cg6|1;cge|;cib|;cig|1;cir|;cjg|;ck3|;clc|;clk|;clz|;cm4|;cmd|;cml|;cmx|1;cn8|;cnd|;cnx|;cop|;cp1|;cpf|;cpj|;cpu|;cpx|;cq2|;cq7|;cq9|;crs|;cs4|;csb|;csf|;cso|;ct4|;ctb|;cu0|;cu2|;cua|2;cuh|;cum|;cvl|1;cx3|;cx8|;cxa|;cxo|;cxr|;cxt|;cy8|;cz6|;czo|;czu|;czz|;d0b|;d0t|;d0v|;d15|;d1t|;d2b|;d34|;d40|;d4a|;d4m|;d4q|;d58|;d5g|;d5u|;d6d|;d6h|;d6k|;d84|;d8b|1;d8q|;d9n|;dbi|;dcn|;dcq|;ddm|;ddt|;deh|;den|;df1|;df4|;df6|;dfl|1;dg3|;dgl|;dgt|;diy|;djj|;djl|;djz|1;dk2|;dkg|;dkn|;dkt|;dkw|;dkz|;dl1|;dla|;dlp|2;dlt|;dlw|;dm1|3;dmc|;dmr|1;dmx|;dmz|;dna|;dnf|;dnh|;dnr|;dny|;do3|;do6|;dob|;dod|;dof|;doj|;dox|1;dp1|;dp4|;dp8|;dpd|1;dpm|;dpp|;dpz|1;dqd|;dra|;drn|;dsq|;dt5|1;dtv|;dty|;du7|;dud|;duf|;dwb|;dx6|;dxc|;dy9|;dym|;dyz|;dzj|1;e0l|;e0n|;e1f|;e1k|;e2e|;e2s|;e32|1;e4c|;e54|;e5i|;e6t|;e7h|;e7o|;e80|;e8b|;e9j|;eal|;eb5|;ecb|;ect|1;eds|;ee5|;eel|;eer|;eey|;efa|;efl|;efy|;eg5|;ega|;egd|;egf|1;egl|;egs|;egu|;eh1|;ehd|;ehf|;ehx|;ei2|;eia|;eix|;ejl|;ejr|;elb|;elh|;elj|;emn|;en1|;en8|;enp|;eqe|;eqs|;er8|;erc|;es1|;esk|;etb|;ets|;eu1|;eu8|;euk|;euv|;ewf|1;ewi|;ewr|;ewu|;exa|;exc|;exf|;exi|1;exp|;eyl|1;eyo|;f0k|;f0n|;f0u|;f1u|;f23|;f26|;f28|;f2f|;f2v|;f2z|;f3h|;f3r|;f3v|;f3x|;f41|;f45|;f50|;f5a|;f5c|;f5j|;f65|;f6p|1;f71|;f7r|;f7t|;f80|;f90|;fau|1;fbd|;fbl|;fbw|;feo|1;fer|1;fev|a;ff8|2;ffc|2;ffg|;ffi|1;ffl|1;ffo|;ffq|;ffs|;ffu|9;fg6|3;fgb|2;fgf|;fgi|1;fgl|;fgn|2;fgr|;fgt|2;fgy|1;fh2|;fh4|7;fhl|1;fhv|;fi0|;fi6|b;fij|3;fip|4;fiw|3;fj2|8;fjc|;fjf|3;fjn|;fjq|1;fjt|3;fjz|5;fk6|5;fkd|1;fkk|6;fks|3;fkx|;fkz|2;fl4|3;fla|;flc|8;fln|;flp|;flr|6;fm0|3;fm5|8;fmf|3;fml|;fmq|;fmw|1;fn0|1;fn3|1;fn6|2;fna|9;fnl|2;fnp|4;fnv|p;fon|;fop|3;fou|2;foy|p;fpp|;fpr|3;fpw|4;fq2|4;fqa|;fqg|;fqj|;fqm|2;fqq|5;fqx|2;fr1|;fr3|6;frb|a;frn|1;frq|b;fs4|1;fsc|;fse|c;fst|1;fsw|;fsz|;ft1|4;ft7|4;ftd|b;ftq|5;ftx|c;fub|2;fuf|;fuj|1;fuo|1;fur|;fut|a;fv5|;fv7|;fv9|3;fve|c;fvs|8;fw2|5;fwa|;fwd|;fwg|3;fwl|;fwn|1;fwr|3;fww|2;fx0|2;fx4|6;fxe|1;fxi|;fxo|c;fy2|5;fy9|1;fyc|7;fyl|4;fyr|4;fyx|2;fz1|;fz3|2;fz7|7;fzg|5;fzn|3;fzs|1;fzv|j;g0g|5;g0n|1;g0q|;g0s|;g0v|3;g10|2;g15|2;g19|1;g1c|5;g1j|6;g1r|2;g1v|6;g23|2;g29|1;g2c|3;g2h|a;g2t|;g2v|7;g35|;g38|5;g3g|;g3k|;g3m|;g3q|4;g3x|;g3z|;g41|7;g4a|;g4c|;g4e|;g4g|;g4i|;g4k|1;g4n|1;g4q|2;g4u|;g4w|9;g58|2;g5f|h;g5z|1;g63|7;g6c|;g6l|;g6o|1;g6r|3;g6w|2;g70|2;g74|3;g79|7;g7i|;g7k|3;g7q|1;g7w|5;g84|6;g8e|;g8g|8;g8q|2;g8x|;g8z|1;g92|1;g95|6;g9e|;g9g|3;g9l|9;ga0|7;gaa|3;gaf|6;gan|5;gav|6;gb3|2;gb7|1;gba|5;gbj|2;gbn|1;gbq|;gbs|6;gc5|;gc9|;gcb|1;gce|;gcg|3;gcl|;gcn|;gcp|;gcs|1;gcw|3;gd1|4;gd7|;gd9|7;gdi|;gdl|;gdn|;gdr|2;gdv|2;gdz|5;ge6|1;ge9|;ged|1;geg|3;gel|5;get|2;gex|1;gf0|1;gf3|5;gfb|;gfe|;gfg|1;gfj|5;gfr|2;gfv|a;gg7|3;ggc|2;ggh|3;ggn|;ggq|;ggs|5;ggz|1;gh2|1;gh5|;gh8|9;ghj|2;ghn|4;ghu|;ghw|;gi2|;gi6|1;gia|2;gie|4;gik|4;giq|;gis|a;gj4|;gj6|;gj8|;gja|;gjd|;gjf|;gjl|2;gjp|;gjs|5;gk0|2;gk4|;gk6|5;gkf|7;gko|b;gl1|3;gl7|1;gla|;gld|;glf|1;gli|e;gly|;gm0|9;gmb|m;gmz|8;gn9|3;gne|5;gno|;go0|d;gof|9;goq|8;gp0|4;gp7|d;gpm|;gpo|;gpq|;gps|k;gqe|j;gqz|5;gra|;gre|;gri|;grk|b;grx|2;gs1|2;gs7|1;gsa|3;gsf|;gsh|j;gt3|1;gt6|;gta|;gtf|;gth|3;gtm|f;gu3|1;gu6|3;gub|8;gul|6;gut|2;gv0|3;gv5|5;gvd|2;gvl|2;gvp|2;gvt|;gvv|9;gw6|f;gwo|2;gws|1;gwv|;gwx|d;gxc|5;gxl|3;gxr|w;gyp|9;gz0|;gz2|4;gz9|2;gzd|9;gzo|2;gzs|1;gzw|b;h0b|8;h0l|;h0n|;h0p|1;h0s|4;h0y|9;h19|6;h1h|1;h1k|2;h1o|4;h1u|2;h1z|3;h25|1;h28|6;h2g|c;h2u|6;h32|9;h3d|7;h3m|1;h3p|;h3r|3;h3w|3;h41|;h44|4;h4a|5;h4h|6;h4p|;h4s|7;h51|1;h54|5;h5d|;h5f|1;h5i|1;h5m|1;h5p|5;h5w|1;h5z|;h62|1;h65|4;h6f|;h6h|2;h6l|;h6n|5;h6v|6;h76|4;h7c|;h7e|6;h7m|1;h7s|2;h7w|4;h82|2;h8b|;h8d|6;h8l|2;h8p|9;h90|;h93|;h97|;h9b|;h9d|1;h9g|;h9i|5;h9p|;h9r|8;ha2|6;haa|1;hag|;hai|3;han|1;har|2;hav|e;hbb|;hbe|;hbi|;hbn|3;hbs|7;hc1|3;hc6|2;hcb|1;hce|2;hci|;hck|1;hcn|;hcs|b;hd5|;hd8|i;hds|e;he8|;hea|;hec|;heg|1;hej|3;heo|a;hf0|f;hfh|;hfj|1;hfo|;hfr|8;hg1|4;hg7|8;hgi|3;hgo|1;hgr|2;hgv|;hgx|5;hh5|a;hhh|6;hhq|6;hhy|;hi0|2;hi4|5;hib|;hid|7;him|3;hir|;hit|1;hiy|5;hj5|1;hj9|4;hjf|;hji|8;hjs|8;hk2|2;hk7|2;hkb|1;hkf|1;hki|2;hkp|6;hky|5;hl6|;hl8|3;hld|1;hlg|3;hll|1;hlo|1;hlr|1;hlu|;hlw|1;hlz|;hm1|6;hm9|1;hmc|;hmf|1;hmk|;hmm|;hmo|;hms|1;hmv|3;hn2|3;hn7|2;hnb|1;hne|;hng|;hnk|2;hnp|;hnr|;hnt|5;ho0|9;hob|a;hop|1;hot|3;hoy|2;hp2|4;hp9|b;hpo|;hpq|j;hqb|h;hqu|;hqw|6;hr4|1;hr7|3;hrc|r;hs9|4;hsf|;hsh|2;hsl|7;hsu|3;hsz|2;ht3|;ht5|5;htf|;hth|4;hto|2;hts|a;hu4|1;hu8|u;hv4|1;hvb|8;hvl|3;hvq|;hvs|;hvu|2;hvy|9;hw9|9;hwk|3;hwp|3;hwu|m;hxi|9;hxt|;hxv|;hxx|h;hyg|6;hyo|;hyq|9;hz1|2;hz5|2;hz9|;hzb|2;hzf|2;hzj|2;hzn|4;hzt|2;hzx|4;i03|5;i0a|6;i0i|;i0k|;i0o|;i0s|5;i0z|5;i16|7;i1f|5;i1m|3;i1r|;i1u|4;i20|1;i23|3;i28|8;i2i|3;i2n|6;i2v|2;i2z|1;i32|2;i36|1;i39|a;i3m|6;i3u|;i3w|2;i40|;i43|6;i4f|8;i4q|4;i4w|9;i57|;i5a|e;i5q|5;i5x|1;i60|;i62|;i67|;i69|;i6b|2;i6f|f;i6y|;i70|;i72|2;i76|3;i7c|;i7e|;i7g|;i7k|1;i7n|;i7r|5;i7y|3;i84|d;i8j|3;i8o|1;i8s|2;i8w|;i8y|3;i93|3;i98|3;i9d|;i9f|1;i9k|4;i9q|;i9x|1;ia0|5;ia7|6;iah|1;iak|l;ib7|;ib9|3;ibe|;ibl|1;ibq|6;iby|d;ice|1;icl|;ico|2;ics|5;id0|5;id7|2;idb|2;idi|1;idn|7;idw|7;ie5|3;iea|7;iek|;iem|c;if0|7;if9|7;ifi|;ifk|2;ifp|2;ift|;ifv|;ify|;ig2|1;ig5|;ig7|2;igb|1;igf|3;igk|;ign|b;ih0|7;ih9|1;ihe|3;ihj|;ihl|1;iho|6;ihw|;ihz|b;iic|6;iik|1;iio|3;iiu|1;iix|;iiz|;ij1|;ij3|;ij5|1;ij8|4;ijf|;ijh|5;ijp|3;ijv|;ijy|;ik0|5;ik7|;ik9|;ikd|2;iki|2;ikm|;ikp|3;iku|;ikx|1;il0|7;il9|;ilb|6;ilk|1;iln|;ilp|1;ilv|1;ily|2;im5|1;im8|5;img|;imi|5;imr|2;imv|2;imz|8;ina|a;inm|4;ins|8;io2|2;io6|7;iof|;ioi|;iol|2;iop|3;iow|;ioy|6;ip6|4;ipc|9;ipp|1;ipt|1;ipw|a;iq8|j;iqt|4;ir0|;ir2|1;ir5|3;ira|6;iri|1;irl|1;iro|1;irr|1;iru|5;is2|3;is7|1;isa|1;isd|;isf|;isi|7;ist|1;isw|1;isz|;it1|3;it6|2;itc|;itf|3;itk|9;itw|;ity|3;iu4|2;iu9|4;iuf|;iuh|4;iun|5;iuu|3;iuz|8;iv9|7;ivk|2;ivq|3;ivv|1;ivy|3;iw4|b;iwh|1;iwl|2;iwp|c;ix5|;ix8|1;ixb|3;ixg|5;ixn|;ixp|4;ixv|2;iy0|;iy2|1;iy5|2;iy9|;iyb|2;iyf|1;iyi|1;iyl|;iyn|1;iyx|e;izd|5;izk|f;j01|4;j07|;j09|;j0b|;j0g|7;j0p|4;j0w|;j0y|3;j14|3;j19|2;j1e|e;j1u|;j1x|;j1z|;j26|3;j2b|7;j2k|2;j2o|;j2q|;j2s|3;j2y|6;j36|2;j3a|2;j3k|h;j43|c;j4h|;j4j|2;j4n|d;j52|3;j5c|h;j5v|d;j6a|4;j6g|5;j6n|1;j6q|1;j6v|2;j6z|1;j72|2;j76|;j78|;j7a|1;j7f|;j7h|5;j7o|c;j82|4;j88|g;j8q|2;j8u|9;j95|1;j98|2;j9c|3;j9j|;j9l|5;j9s|6;ja0|5;ja7|;ja9|1;jac|;jaf|j;jb0|;jb2|5;jb9|8;jbj|1;jbn|;jbq|;jbs|;jbu|;jby|2;jc2|9;jcd|1;jcg|2;jcl|c;jcz|1;jd3|3;jd8|2;jdc|2;jdg|2;jdl|2;jdr|6;jdz|;je1|5;je8|;jea|2;jee|1;jeh|1;jel|6;jeu|8;jf4|4;jfc|4;jfi|;jfk|6;jfs|;jfx|7;jg6|1;jg9|h;jgs|;jgu|a;jh9|;jhg|;jhi|;jhk|9;jhv|3;ji0|1;ji3|4;ji9|r;jj3|;jj9|;jjf|o;jk7|2;jkb|6;jkj|3;jko|;jl4|7;jld|d;jls|h;jmc|6;jml|;jms|1;jmv|2;jmz|7;jn9|8;jnj|6;jnr|b;jo4|;jo6|3;job|a;jon|a;jp5|;jp9|1;jpc|j;jpx|m;jql|9;jqw|1;jqz|1;jr2|;jra|1;jrd|7;jrm|6;jru|2;jry|a;jsa|6;jsi|9;jst|4;jsz|;jt7|;jt9|1;jtc|4;jtk|9;jtx|4;ju3|i;jun|;juq|;jut|;juv|6;jv3|4;jv9|5;jvg|4;jvm|4;jvt|;jvv|9;jw6|;jwb|a;jwn|;jwp|2;jwt|3;jwy|2;jx2|5;jx9|;jxc|d;jxr|5;jxz|1;jy2|7;jyb|1;jye|1;jyh|1;jyk|5;jyr|6;jyz|b;jzd|7;jzm|7;jzv|;jzx|2;k01|;k03|;k05|1;k08|2;k0d|;k0f|;k0h|;k0j|7;k0s|3;k0y|6;k16|3;k1b|;k1e|a;k1r|a;k23|1;k28|2;k2c|3;k2h|;k2j|7;k2s|1;k2v|1;k2y|2;k32|2;k36|1;k39|4;k3f|4;k3l|5;k3v|9;k46|1;k4a|1;k4d|6;k4l|1;k4o|1;k4s|9;k56|3;k5b|1;k5e|j;k60|;k64|c;k6j|;k6l|9;k6x|1;k75|4;k7b|6;k7j|;k7l|2;k7r|;k7t|f;k8a|2;k8e|6;k8m|8;k8w|;k90|a;k9c|2;k9g|6;k9p|;k9r|3;k9w|;ka0|3;ka5|e;kal|3;kas|;kau|9;kb6|;kba|;kbc|6;kbk|;kbn|1;kbq|3;kbv|3;kc0|4;kc6|3;kcc|;kce|7;kco|8;kcy|7;kd7|;kd9|6;kdh|3;kdm|4;kdt|;kdv|3;ke0|7;kec|5;kej|6;ker|;ket|2;kex|1;kf0|6;kfb|;kfe|l;kg1|6;kg9|;kgb|a;kgn|3;kgs|1;kgv|1;kh0|;kh8|;kha|d;khr|7;ki0|c;kie|9;kiq|5;kix|h;kjg|;kji|6;kjx|;kk0|;kk2|2;kk6|2;kka|8;kkl|1;kko|3;kkt|2;kkx|d;klc|h;klv|3;km5|;kmd|;kmj|;kml|2;kmp|1;kms|5;kmz|h;knj|5;knq|2;knv|2;knz|5;ko6|g;kop|;kot|;kox|;koz|b;kpc|8;kpm|;kpo|5;kpv|1;kpy|6;kq6|f;kqo|l;krb|4;krp|;kru|;krw|;krz|1;ks2|7;ksb|b;kso|4;ksu|1;ksx|16;ku8|;kua|1;kud|1;kui|;kul|1;kuo|1;kur|9;kv2|p;kvt|;kvv|9;kw6|;kw9|8;kwj|3;kwp|;kwx|1;kx0|5;kx7|3;kxd|3;kxi|n;ky7|;ky9|;kyb|e;kyr|;kyt|4;kyz|2;kz6|3;kzc|9;kzn|6;kzv|g;l0d|e;l0t|;l0v|;l0x|;l10|;l12|;l16|;l1a|7;l1j|;l1l|1;l1o|b;l21|f;l2j|4;l2p|a;l31|1;l36|1;l39|8;l3j|2;l3n|1;l3s|9;l45|;l47|1;l4a|2;l4e|3;l4j|;l4m|;l4o|4;l4w|;l4y|3;l54|3;l5b|4;l5i|4;l5p|1;l5s|1;l5v|;l5x|;l60|;l64|1;l67|;l69|e;l6p|2;l6t|9;l74|2;l78|3;l7d|;l7f|1;l7i|9;l7u|;l7x|;l7z|;l82|;l84|;l86|5;l8e|6;l8m|;l8o|2;l8s|3;l8x|;l90|5;l97|;l9a|2;l9e|5;l9m|1;l9p|3;l9u|1;l9x|2;la2|;la4|1;la7|2;lab|a;lan|1;laq|2;lau|2;lay|2;lb2|;lb4|4;lba|2;lbe|2;lbj|1;lbm|1;lbr|f;lc8|1;lcb|2;lcf|2;lcj|3;lco|5;lcv|2;lcz|5;ld6|2;lda|d;ldp|6;ldy|;le1|7;lea|;lec|1;lef|a;let|6;lf1|9;lfc|3;lfh|j;lg2|4;lg8|5;lgf|;lgi|;lgq|a;lh2|h;lhl|e;li1|a;lid|;lif|c;lit|;lix|;lj3|j;ljq|5;ljx|3;lk2|;lk4|u;lla|;llj|5;llq|c;lm4|6;lmc|10;lne|;lno|1;lnu|2;lny|1;lo1|4;lo7|9;loi|;lok|9;lov|n;lpk|f;lq1|5;lq8|;lqa|3;lqi|;lqn|;lqt|;lqw|5;lr3|n;lrs|9;ls3|4;ls9|2;lsd|s;lt7|;lta|1;ltd|3;lti|3;lto|;lty|;lu0|1;lu3|;lu5|3;lua|2;lue|h;luy|1;lv2|14;lw8|5;lwi|;lwo|1;lwr|4;lwx|1;lx0|r;lxu|8;ly4|;ly6|9;lyh|o;lz7|1;lzi|a;lzu|a;m06|1;m09|7;m0i|2;m0m|c;m10|a;m1c|;m1e|5;m1p|p;m2g|c;m2u|9;m37|2;m3c|c;m3q|3;m3v|7;m44|;m46|2;m4a|2;m4e|3;m4j|4;m4p|6;m4x|;m50|g;m5i|6;m5r|6;m5z|5;m66|8;m6g|5;m6o|2;m6s|4;m6y|i;m7i|3;m7o|6;m7w|3;m81|5;m89|2;m8e|1;m8h|5;m8o|2;m8v|2;m8z|4;m95|;m97|6;m9f|2;m9j|7;m9s|;m9w|4;ma2|g;mak|6;mas|;mb3|2;mb7|d;mbm|;mbo|2;mbt|5;mc0|;mc3|;mc7|;mc9|a;mcl|1;mco|1;mcr|1;mcu|8;md6|1;mda|;mdc|7;mdl|b;mdy|4;me4|g;mem|;meo|8;mey|4;mf4|2;mf8|6;mfg|;mfi|4;mfo|;mfq|f;mg7|3;mgc|1;mgf|6;mgn|3;mgs|f;mha|4;mhg|2;mhk|5;mhr|3;mhw|4;mi3|3;mi8|2;mic|2;mig|1;mij|8;mit|2;mix|1;mj0|4;mj7|4;mjd|2;mjh|2;mjm|c;mk0|;mk5|1;mk8|3;mkd|5;mkk|;mkm|6;mkv|1;mky|1;ml1|e;mli|1;mll|1;mlo|;mlq|2;mlu|2;mly|3;mm3|7;mmc|5;mmj|d;mmy|1;mn1|2;mn5|9;mng|4;mnm|;mno|1;mnu|;mnx|;mnz|7;mo9|5;mog|2;mok|;mom|4;mos|;mov|5;mp2|;mp4|3;mpf|1;mpi|c;mpw|;mpz|1;mq2|2;mq7|4;mqe|3;mqj|3;mqq|1;mqt|9;mr4|c;mri|7;mrs|2;mrw|6;ms7|4;msd|5;msl|7;msu|a;mt6|i;mtq|1;mtu|6;mu4|6;muc|9;muq|a;mv2|2;mv6|e;mvm|c;mw0|b;mwd|2;mwj|q;mxd|1;mxg|3;mxl|d;my0|i;myk|;myn|o;mzd|c;mzr|f;n09|1;n0c|7;n0l|8;n0w|;n0y|;n10|1;n13|a;n1f|8;n1p|;n1r|3;n1w|7;n25|6;n2d|1;n2g|;n2i|2;n2n|1;n2r|m;n3g|;n3i|;n3k|2;n3o|4;n3v|;n3x|3;n42|3;n47|1;n4b|f;n4s|3;n4x|1;n51|1;n54|d;n5j|4;n5p|3;n5u|;n5y|2;n62|5;n69|;n6b|2;n6h|4;n6n|1;n6q|5;n6y|6;n76|;n7a|4;n7h|3;n7n|1;n7q|1;n7u|8;n84|1;n88|2;n8d|1;n8i|3;n8n|;n8q|1;n8w|6;n94|d;n9j|1;n9m|8;n9w|1;n9z|d;nae|1;nal|;nan|k;nbb|6;nbj|2;nbn|3;nbt|g;ncc|1;ncf|6;nco|;ncq|3;ncw|;ncy|1;nd2|3;nd8|8;ndi|4;ndo|;ndr|3;ndw|3;ne1|1;ne4|a;neg|7;nep|1;nes|;neu|5;nf2|2;nf6|1;nf9|1;nfd|5;nfl|;nfo|2;nfu|1;nfx|3;ng4|1;ng7|1;nga|1;ngd|2;ngi|4;ngo|2;ngs|2;ngy|2;nh2|;nh5|6;nhd|;nhf|4;nhl|1;nho|9;nhz|5;ni6|;ni9|;nib|2;nif|5;nim|5;nit|;nix|2;nj1|3;nj6|7;njf|;njh|;njj|;njl|d;nk0|;nk3|4;nka|5;nki|;nkk|2;nko|4;nku|5;nl1|a;nle|;nlj|e;nlz|2;nm3|4;nm9|;nmb|;nmd|;nmf|c;nmt|;nmv|1;nmy|3;nn3|8;nnd|6;nnm|3;nnr|;nnt|7;no3|2;no7|7;nog|;noi|1;nol|4;nos|8;np3|7;npe|1;nph|1;npk|1;npo|8;nq0|;nq4|7;nqd|g;nqv|2;nr0|1;nr6|3;nrb|7;nrk|4;nrw|2;ns0|;ns2|;ns4|2;ns8|9;nsp|3;nsu|3;nsz|6;nt8|3;ntd|;ntf|7;ntq|7;ntz|6;nu7|5;nue|;nug|4;num|;nup|;nur|2;nuv|e;nvb|1;nve|1;nvh|8;nvr|3;nvw|9;nw7|;nw9|6;nwh|1;nwk|2;nwp|;nws|;nwu|;nww|4;nx3|;nx5|;nx7|3;nxd|;nxf|c;nxt|5;ny0|a;nyc|8;nyn|m;nzb|4;nzh|;nzk|4;nzt|1;nzw|7;o06|2;o0a|1;o0d|g;o0v|3;o10|a;o1c|4;o1i|5;o1p|4;o1w|2;o20|a;o2c|2;o2g|;o2k|4;o2q|2;o2u|1;o2x|5;o35|;o38|;o3a|2;o3e|1;o3k|;o3m|4;o3s|;o3u|4;o40|5;o47|5;o4e|2;o4i|;o4m|;o4o|;o4q|8;o53|;o55|7;o5f|b;o5w|;o5y|2;o62|2;o67|3;o6d|;o6f|2;o6j|3;o6o|2;o6s|2;o6w|3;o71|4;o77|9;o7j|a;o7y|2;o82|1;o88|4;o8e|a;o8q|2;o8u|7;o93|4;o9b|;o9d|;o9f|;o9k|5;o9r|1;o9u|5;oa1|2;oa5|2;oae|1;oah|8;oas|2;oaw|4;ob2|6;obc|3;obh|3;obm|j;oc8|1;ocb|;ocg|;oci|g;od0|2;od4|;odc|7;odl|;odo|c;oe3|;oea|;oec|1;oef|1;oei|8;oes|9;of4|4;ofg|3;ofl|1;ofo|1;ofr|2;ofy|;og0|1;og4|3;og9|3;oge|2;ogk|1;ogo|k;ohc|4;ohj|c;ohx|2;oi1|9;oid|;oih|;oij|8;oit|8;oj4|;oj7|;oj9|;ojb|2;ojf|5;ojm|3;ojr|3;ojw|1;ok0|1;ok3|1;ok6|1;ok9|4;okf|1;okj|4;okp|7;oky|3;ol4|9;olf|3;olk|2;olo|2;olt|1;olw|4;om4|;om6|1;om9|2;omd|3;omk|;omm|1;omp|4;omw|7;on6|1;on9|;onb|7;onk|7;ont|1;onw|4;oo2|;oo6|2;ooa|;ooc|d;oor|3;oow|y;opx|;oq0|1;oq3|1;oq6|5;oqd|1;oqg|f;oqy|;or1|9;orc|;ore|5;orl|2;orq|5;orx|6;os9|4;osf|2;osj|3;oso|1;osr|4;osx|6;ot8|8;oti|f;otz|b;ouc|3;ouh|7;ouq|2;ouv|a;ov7|7;ovg|;ovi|9;ovt|5;ow3|;ow7|g;owq|b;ox3|;ox5|2;ox9|s;oy4|;oy8|c;oym|5;oyt|;oyv|9;oz6|g;ozq|2;ozu|5;p01|b;p0f|;p0k|;p0s|;p16|;p1j|;p1r|;p27|;p3a|;p4m|4;p4t|4;p4z|2;p53|e;p5k|;p5n|6;p5v|;p5x|9;p68|3;p6d|a;p6r|;p6t|a;p75|6;p7e|4;p7k|9;p7w|n;p8l|;p8n|;p8p|9;p90|1;p93|;p97|8;p9h|g;p9z|h;paj|7;pas|5;paz|6;pb8|2;pbc|2;pbg|;pbi|3;pbn|4;pbt|;pbv|4;pc3|;pc6|2;pca|;pcf|3;pck|;pcm|;pco|;pcq|4;pcx|3;pd2|1;pd8|;pdb|4;pdh|4;pdp|3;pdu|;pdw|3;pe1|3;pe7|1;pea|1;ped|1;peg|5;pen|;pep|2;pet|;pev|;pex|2;pf1|2;pf5|1;pf8|4;pfe|;pfg|1;pfm|8;pfw|5;pg4|a;pgg|1;pgj|3;pgp|;pgs|1;pgv|7;ph4|6;phc|3;phh|5;pho|;phq|;phu|;phw|7;pi5|2;pi9|4;pif|;pih|4;pin|3;pis|;piv|;pix|1;pj1|1;pj6|2;pja|2;pje|c;pjt|3;pjy|;pk0|2;pk4|3;pk9|;pkb|9;pkm|4;pks|1;pkv|1;pky|2;pl2|7;plb|;plf|;plh|;plj|9;plu|1;plx|7;pm6|;pm8|7;pmh|h;pn0|1;pn3|3;pn9|;pnb|4;pnh|d;pnw|3;po2|2;po6|6;poe|4;pok|1;pon|6;pow|2;pp0|2;pp4|;pp6|8;pph|1;ppk|5;ppr|;ppu|8;pq4|4;pqa|;pqc|1;pqf|;pqh|;pqj|;pqm|e;pr2|1;pr5|5;prc|1;prf|4;prl|1;pro|c;ps3|2;ps7|;psa|1;psd|7;pso|3;pst|k;ptf|d;ptu|2;pu2|;pu7|a;puj|1;pum|a;puy|v;pvv|2;pw6|8;pwg|;pwi|;pwk|9;pwv|;pwx|c;pxb|6;pxj|d;pxy|1;pya|1;pye|;pyn|;pyr|5;pyy|5;pz5|;pz7|;pz9|p;q00|;q02|a;q0e|2;q0p|;q0t|i;q1d|;q1f|6;q1n|a;q1z|f;q2g|7;q2p|;q2r|4;q2x|b;q3a|;q3c|;q3f|1;q3k|1;q3n|1;q3q|;q3t|;q3v|l;q4i|c;q4w|p;q5n|f;q65|3;q6a|;q6c|;q6e|;q6g|;q6l|7;q6u|e;q7b|b;q7o|;q7q|;q7s|a;q84|3;q89|b;q8m|1;q8q|1;q8u|;q8x|1;q90|1;q93|5;q9a|6;q9i|a;q9u|o;qak|5;qar|e;qb7|1;qbc|;qbf|;qbh|1;qbk|e;qc1|a;qcd|k;qcz|;qd1|7;qda|;qdc|h;qdv|h;qee|4;qen|2;qer|7;qf1|c;qff|;qfh|5;qfp|5;qfw|a;qg8|a;qgk|;qgm|c;qh0|3;qh5|4;qhb|2;qhf|1;qhi|6;qhq|c;qi4|3;qi9|5;qig|4;qim|2;qiq|1;qit|3;qiz|3;qj4|;qj6|4;qjd|;qjf|1;qji|1;qjl|4;qjr|d;qk7|;qk9|3;qke|;qkl|2;qkq|4;qkw|a;ql8|2;qlc|5;qlj|3;qlp|;qlr|q;qmj|1;qmo|1;qmr|1;qmu|9;qn6|2;qna|;qnc|5;qnj|;qnp|6;qny|;qo0|e;qoh|2;qol|;qoo|4;qou|;qow|a;qp8|2;qpc|5;qpj|1;qpm|2;qpq|5;qpy|;qq4|11;qr7|8;qrh|;qrl|8;qrv|2;qrz|5;qs6|2;qsa|5;qsi|3;qsp|t;qtk|4;qtq|;qtt|3;qty|i;qui|5;quq|5;qux|3;qv2|8;qvc|5;qvj|2;qvn|6;qvv|2;qvz|k;qwl|4;qwr|b;qx4|;qx6|5;qxe|1;qxh|2;qxl|2;qxp|1;qxs|5;qxz|4;qy5|5;qyc|3;qyh|;qyk|8;qyv|2;qyz|8;qz9|d;qzo|;qzr|1;qzu|2;qzy|;r01|1;r04|6;r0c|6;r0l|;r0n|;r0p|7;r0y|;r10|b;r1d|;r1i|2;r1n|1;r1q|k;r2d|2;r2h|3;r2m|;r2o|a;r32|1;r35|6;r3d|a;r3p|3;r3v|3;r41|3;r46|1;r49|;r4b|2;r4f|5;r4m|g;r55|6;r5d|3;r5i|1;r5l|3;r5q|5;r5x|6;r67|;r69|;r6b|5;r6j|4;r6p|6;r6x|1;r70|3;r76|;r7a|1;r7d|1;r7g|5;r7q|;r82|4;r89|4;r8f|a;r8r|2;r8w|4;r92|2;r96|2;r9a|2;r9e|2;r9j|1;r9m|;r9o|;r9q|5;r9x|3;ra3|4;raa|1;rad|;raf|;rah|4;rao|1;ras|;rau|;raw|9;rb8|2;rbc|2;rbg|6;rbo|5;rbv|;rby|;rc0|3;rc6|3;rcb|3;rcg|7;rcp|3;rcu|1;rcx|6;rd7|2;rdb|7;rdk|2;rdo|;rdq|;rds|1;rdv|9;re7|1;rea|;rec|;ree|;reg|8;req|7;rez|2;rf3|;rf5|h;rfo|;rfq|2;rfu|1;rfx|f;rge|4;rgk|4;rgq|m;rhe|6;rhm|7;rhv|;rhx|2;ri1|a;rid|l;rj0|4;rj6|1;rj9|8;rjj|1;rjo|;rjr|4;rjx|9;rk8|;rka|2;rke|2;rki|4;rko|4;rku|2;rlq|;rmq|;rp3|;rp5|;rp7|4;rpd|2;rph|c;rpw|3;rq2|;rq4|1;rq7|;rq9|1;rqc|2;rqg|5;rqn|4;rqt|6;rr1|;rr4|2;rr8|2;rrd|1;rrg|1;rrj|6;rrr|e;rs7|6;rsf|1;rsi|j;rt3|1;rt6|;rt8|1;rtb|;rtd|6;rtl|l;ru8|5;ruf|7;ruo|;ruq|b;rv3|a;rvf|2;rxg|;rxi|3;rxn|5;rxu|2;rxy|5;ry5|;ry8|2;ryc|1;ryh|1;ryk|a;ryx|;ryz|1;rz3|2;rz7|;rz9|a;rzm|5;rzt|1;rzw|;rzy|5;s05|3;s0b|6;s0j|a;s0v|5;s12|6;s1a|6;s1m|;s1o|b;s21|1;s25|u;s31|1;s34|1;s37|3;s3c|2;s3g|6;s3o|c;s43|4;s49|h;s4s|1;s4v|;s4x|7;s56|2;s5a|;s5c|2;s5g|a;s5s|8;s62|;s65|4;s6b|a;s6o|;s6q|;s6u|;s6x|1;s70|1;s74|;s76|1;s7d|6;s7l|3;s7r|1;s7u|8;s84|5;s8b|4;s8h|1;s8k|8;s8u|5;s91|6;s99|1;s9c|g;s9v|3;sa1|1;sa4|4;saa|7;saj|1;sam|d;sb1|n;sbq|1;sby|;scz|;sd7|1;sdb|1;sdf|;sdh|3;sdp|f;se6|1;se9|1;sec|2;seh|e;sey|;sf4|6;sfc|;sfe|1;sfh|1;sfk|;sfo|i;sg8|;sgb|2;sgf|3;sgk|3;sgp|b;sh9|2;shd|7;sho|3;sht|1;shw|;shy|1;si1|d;sig|1;sij|3;sio|4;siv|2;siz|5;sj6|m;sju|1;sjx|;sjz|2;sk4|1;sk7|2;skb|;ske|5;skl|3;skq|;sku|8;sl4|;sl7|;sl9|2;sld|;slf|2;slj|1;slm|1;slq|;slw|9;sm7|6;smg|5;smn|6;smx|g;snf|;snh|5;sno|;snq|e;so6|g;soo|3;sou|3;soz|g;sph|5;spo|;spq|7;spz|3;sq4|;sq6|2;sqa|8;sqk|;sqo|7;sqx|a;sra|;srd|a;srp|;srr|g;ss9|5;ssg|7;ssp|;ssr|6;ssz|7;st8|1;stb|;ste|c;stt|;stv|7;su5|d;suk|e;sv0|;sv2|;sv5|;sv7|5;sve|1;svh|1;svk|a;svw|5;sw4|2;sw8|g;swq|1;swt|a;sx7|5;sxe|;sxi|p;sy9|;syb|a;syo|c;sz2|;sz5|6;szd|3;szi|n;t07|2;t0b|;t0d|4;t0j|h;t12|e;t1i|3;t1n|5;t1u|4;t20|3;t25|k;t2r|3;t2w|1;t30|;t34|i;t3o|8;t3y|g;t4g|1;t4j|b;t4w|a;t58|6;t5g|m;t64|9;t6f|1;t6j|;t6l|;t6n|1;t6q|2;t6u|2;t6y|q;t7q|2;t7w|;t7y|;t80|1;t83|e;t8j|1;t8m|j;t97|;t99|;t9c|;t9g|f;t9x|b;taa|b;tan|3;tas|1;tav|1;taz|;tb1|1;tb4|;tb6|3;tbb|i;tbv|8;tc5|;tcv|;tcy|;tdt|;tdv|;tek|;tfa|;tgt|;thj|;tiv|1;tiy|3;tj3|1;tj6|1;tj9|1;tjc|1;tjf|9;tjq|3;tjv|1;tjy|g;tkg|2;tkl|2;tkp|7;tkz|;tl1|8;tlc|6;tlm|2;tlq|7;tm0|;tmc|;tng|2;tnk|4;tns|;tnu|;tnw|7;to8|5;tof|6;toq|7;toz|1;tp2|;tp4|;tp7|4;tpd|3;tpl|4;tpr|9;tq3|3;tq8|1;tqb|8;tql|2;tqp|8;tqz|1;tr2|;tr5|4;trb|3;trg|;tri|;trk|1;trn|1;trq|;trs|1;trv|2;trz|f;tsi|d;tsx|2;tt1|;tt4|2;ttb|3;ttg|7;ttp|;ttr|1;ttu|7;tu3|;tu5|6;tue|;tug|1;tuj|h;tv2|4;tv8|2;tvc|2;tvh|7;tvq|5;tw1|1;tw5|3;twa|8;twm|;two|2;tws|2;tww|4;tx2|2;tx6|b;txj|4;txp|2;txw|;txz|f;tyg|;tyi|4;typ|3;tyu|5;tz1|c;tzf|5;tzm|7;tzw|5;u03|;u05|1;u0d|1;u0g|3;u0l|1;u0o|3;u0t|b;u16|;u18|c;u1n|6;u1v|1;u1y|3;u23|;u25|3;u2a|3;u2f|2;u2j|;u2p|;u2r|g;u3a|3;u3f|5;u3m|a;u3z|6;u5k|1;u5o|3;u5t|3;u5y|e;u6e|6;u6m|;u6z|1;u72|5;u79|2;u7d|4;u7j|;u7l|1;u7o|2;u7t|1;u7w|2;u80|;u82|1;u85|;u87|3;u8c|;u8e|;u8g|c;u8u|1;u8x|;u90|1;u93|c;u9h|;u9j|c;u9x|;u9z|7;ua8|9;uaj|4;uap|2;uc6|3;ucb|3;uch|;ucj|5;ucq|b;ud4|5;udd|4;udj|;udl|;udn|i;ue7|8;ueh|1;uek|2;ueo|1;ues|b;uf5|6;ufd|8;ufo|2;uft|e;ug9|9;ugk|i;uh4|2;uh8|4;uhe|a;uhq|2;uhu|a;uj3|;ujs|;ujv|;ujx|;ujz|5;uk6|c;ukm|1;ukq|;ukt|;ukv|9;ul8|;ulb|4;uli|1;uln|4;ult|3;uly|1;um1|6;um9|5;umg|a;ums|6;un2|2;un6|3;unb|4;unh|2;unl|4;unr|;unt|3;uny|8;uo8|;uoa|8;uok|2;uoo|3;uov|2;up0|;up2|3;up8|;upb|2;upg|3;upm|9;upx|3;uq3|;uq5|6;uqd|;uqf|;uqi|1;uql|5;uqs|2;uqw|;uqy|1;ur1|3;ur9|1;urc|1;urh|;urj|2;urn|1;urq|4;urz|;us3|4;us9|5;usg|2;usk|9;usw|1;ut0|;ut3|1;ut9|;utb|;ute|;uth|9;uts|;utu|3;utz|;uu3|2;uu7|2;uub|3;uug|1;uuj|2;uun|;uup|6;uux|8;uv8|c;uvm|7;uvx|3;uw2|1;uw6|2;uwd|1;uwh|4;uwn|5;uzp|2;uzt|1;uzx|;v01|6;v09|4;v0f|1;v0i|7;v0s|;v0w|;v0y|;v10|5;v17|;v19|6;v1h|1;v1k|1;v1p|4;v1v|1;v1y|3;v23|;v25|8;v2h|3;v2m|6;v2u|b;v3b|e;v3r|2;v3v|h;v4g|;v4i|2;v4m|n;v5b|;v5d|k;v5z|o;v6p|5;v6w|1;v6z|5;v76|l;v7t|c;v87|8;vat|;vax|4;vb3|f;vbk|i;vc4|d;vck|3;vcr|9;vd2|2;vd8|5;vdf|3;vdk|;vdm|6;vdu|;vdw|4;ve3|;ve5|l;veu|4;vf2|2;vf6|1;vf9|7;vfi|;vfk|;vfm|n;vgb|;vgd|1;vgg|g;vgy|l;vhl|3;vhq|4;vhw|7;vi6|1;vil|1;vio|2;vis|5;vj0|;vj3|1;vj6|;vj8|f;vk7|4;vkg|;1d6o|3;1d6t|2;1d6z|;1d71|;1d79|;1d7b|;1d7e|;1d7m|;1d7x|;1d81|;1d87|;1d89|1;1d8j|;1d8n|1;1d8q|;1d8y|;1d9a|;1d9e|;1d9h|;1d9j|;1d9u|;1d9y|;1da0|1;1da6|;1da8|;1dae|;1dai|;1dam|;1dat|;1db0|;1db3|;1dbp|;1dbv|;1dbx|;1dc5|1;1dc8|;1dco|;1dcs|2;1dcw|;1dd0|;1dd3|;1dd5|;1ddg|1;1ddm|;1ddp|;1ddr|;1ddu|;1ddx|3;1de2|;1de4|1;1df7|2;1dfe|;1dft|;1dfv|;1dgd|1;1dkw|4;1e6o|9;1e7k|y;1e8k|i;1e94|3;1edd|4e;1eht|t;1eiq|5;1eiy|5;1ej6|5;1eje|2;1ejk|6;1ejs|6;2q68|c;2q6o|2k;2q9c|1o;2qdc|2;2qds|17;2qf4|8;2qfk|1;2t5t|;2t6m|;2t6u|;2t72|;2t7s|;2t8m|1;2t8q|;2t90|;2tai|3;2tap|;2tbi|;2tcc|;2tce|;2tco|;2tgk|;2tgp|;2tgr|;2thd|;2thw|;2tiq|;2tj8|;2tjg|;2tjo|;2tkp|;2tln|;2tmc|1;2tnd|;2tni|;2tnk|;2to7|;2tof|1;2tph|;2tqi|;2tr9|;2ts1|;2ts5|2;2ttq|2;2tuo|;2tuv|;2tv9|;2tvt|;2tvv|;2tx1|;2tx8|;2txv|1;2ty7|;2u05|;2u13|;2u1a|;2u1d|1;2u1v|;2u3b|;2u4c|;2u4e|;2u6f|;2u8e|;2u91|;2u9f|;2u9v|;2ua2|;2ua8|;2uad|;2uan|1;2uaz|;2uc1|;2uc5|;2uc9|1;2uco|;2ucw|;2udy|;2ueu|;2uj2|;2uk1|;2um1|;2ur0|;2usz|;2uvp|;2uxi|;2uxv|;2uz8|;2v09|;2v3b|;2v4h|;2v68|;2v73|;2v7u|;2v90|;2v9e|;2v9p|;2vbh|;2vf3|;2vfj|;2vfs|1;2vgf|;2vgm|;2vgr|;2vhe|;2vhn|;2vi3|;2vi7|;2vij|;2vil|;2vj4|;2vjo|;2vju|1;2vk1|2;2vkj|;2vl1|;2vlj|1;2vlo|;2vm5|;2vme|;2vmk|;2vn9|;2vnc|;2vnz|;2vo3|3;2vod|;2vot|;2vpb|;2vpx|;2vqg|;2vqp|1;2vra|3;2vrg|2;2vsf|;2vsh|;2vsk|;2vss|;2vsu|1;2vti|;2vto|;2vtz|;2vua|;2vuw|;2vwk|;2vwp|1;2vwt|4;2vx2|;2vx9|;2vyk|;2vzh|;2vzn|;2vzp|6;2w0c|;2w0m|;2w0o|;2w0t|;2w0y|;2w16|2;2w1i|;2w2f|1;2w2l|;2w3c|3;2w4d|;2w4m|;2w4t|1;2w4w|1;2w57|;2w5o|;2w6c|;2w7h|;2w7k|;2w8d|;2w8k|2;2w8s|;2w9r|;2wa2|3;2wb8|;2wbh|1;2wcv|;2wd8|;2wdr|;2wdx|3;2we3|;2weg|;2weu|;2wf1|;2wfo|;2wfz|2;2wg7|2;2wgf|;2wgj|;2wh0|;2whg|2;2wj3|;2wjf|;2wjh|;2wjp|;2wjs|;2wjz|;2wlc|;2wlj|;2wnt|;2wqk|;2wr3|;2wsc|;2wtk|1;2wts|;2wv7|;2wvy|;2ww2|3;2wxi|;2wxm|;2wz9|1;2wzy|;2x08|;2x0c|;2x1h|1;2x2l|;2x32|;2x3n|;2x3q|;2x44|;2x4v|;2x5e|;2x5g|1;2x6y|;2x7b|;2x86|;2x9k|;2xa5|;2xdj|;2xdu|;2xee|;2xhm|;2xhv|;2xi1|;2xj2|;2xk1|;2xle|;2xmg|;2xmi|;2xmo|2;2xn7|;2xn9|;2xnj|;2xnq|2;2xoa|2;2xoe|;2xot|;2xow|;2xpi|;2xq2|2;2xqv|;2xrg|5;2xrn|1;2xt7|;2xtc|5;2xtv|;2xtz|;2xuh|3;2xun|;2xv3|;2xv9|1;2xvc|4;2xwg|;2xwo|2;2xwt|;2xx5|2;2xxc|;2xxh|;2xxu|;2xy6|;2xy9|3;2xyv|;2xyz|;2xz7|2;2xzy|4;2y0u|1;2y1d|;2y1i|3;2y2i|;2y2r|2;2y34|2;2y39|;2y3g|;2y3m|;2y3r|;2y4b|;2y4k|;2y54|;2y5m|;2y64|;2y68|;2y6b|;2y6g|;2y6u|;2y8r|;2y9f|;2yb1|;2yb8|;2ybp|;2ybv|;2ycj|;2yis|;2ym9|1;2yp6|;2yr4|;2ysi|;2ysl|;2yss|;2yx2|;2yxf|;2yxq|;2yz4|;2z06|;2z0a|;2z0q|;2z0x|;2z1n|;2z21|;2z30|;2z37|;2z3r|;2z3x|;2z61|;2z6s|;2z6w|;2z7s|;2z85|;2z9r|;2z9x|;2zca|;2zdq|;2zdt|;2zfs|;2zid|;2zih|;2zjy|;2zkq|;2zlz|;2zng|;2zoq|;2zq3|;2zqr|;2zqy|;2zs1|;2zsx|;2zsz|;2zuw|;2zy4|;302p|;302t|;3071|;307k|;307r|;308q|;30bp|;30c1|;30cr|;30cx|;30ds|;30e4|;30e9|;30eh|;30ek|;30fh|;30gj|;30gr|;30hc|;30ic|;30jx|;30kv|;30la|;30nv|1;30ob|;30q0|;30qi|;30ra|;30rc|;30tw|2;30uq|;30us|;30uz|;30v3|;30ve|;30xh|;30xt|;30ye|;30z8|1;30zx|;311f|;313z|1;314h|;3165|;316p|;3187|;319i|;31a1|;31an|;31bb|;31bf|;31c0|;31cj|;31ie|;31lb|;31lh|;31ly|;31m0|;31n2|;31nm|;31of|;31oj|;31pm|;31sa|;31se|;31uu|1;31vc|;31vw|;31w1|;31w5|;31wi|;31xk|;31y3|;31y9|;31yh|;31yq|;31yv|;31z6|;31za|;31zd|;3213|1;321e|;322s|;3230|;323r|;324t|;3251|;325c|;325f|1;325z|;327i|;328d|;329i|;329u|;32bc|;32bv|;32cz|;32en|;32ic|;32ks|;32lf|;32nn|;32o4|;32ob|;32p2|;32pp|1;32q6|;32rb|;32rg|;32sa|;32tf|;32v1|;32wt|;32wy|;32xw|1;32yb|;32yw|1;32zu|;3307|2;330v|;331h|;331r|;331t|3;332u|;3332|;3336|;3341|;3349|1;3357|2;336a|;336o|1;337k|;337u|;338f|;33ck|;33d8|;33dq|;33dy|;33ec|1;33eh|1;33em|;33eo|;33gf|;33gw|;33hr|;33hu|;33l1|;33mh|;33n4|;33o1|;33oa|;33on|;33px|;33q1|;33q4|;33qz|;33rh|2;33sj|;33sw|;33tj|;33tm|;33uk|;33uo|;33vd|;33vj|;33w7|;33wu|;33xa|;33xi|;33xp|;33y2|;33z3|;33zi|;3403|;340m|;340w|;3419|;341b|;341r|;342u|;343l|;344i|;3458|;345e|;345x|2;348q|;34jm|;34pz|;34rf|;34ry|;34sa|;34t6|;34uy|;352b|;353t|2;354l|;354n|;3553|2;356k|3;358g|;3597|;35a6|;35an|;35bq|7;35cz|;35dk|;35dy|;35e9|;35f0|5;35fd|;35hk|3;35ix|;35j3|;35jr|;35kn|5;35md|;35mp|;35my|;35nl|;35of|3;35ov|;35pw|;35pz|;35q8|;35qd|;35rf|5;35sh|;35tl|4;35uf|;35vp|;35vv|2;35w1|;35xl|;35y9|;35yk|;35z8|;35zj|;35zt|;360v|1;3610|;361a|;361h|2;361o|;361r|;361t|;362f|;362i|;363n|2;363w|;3645|;364t|;365e|;3664|;366z|;368b|;368m|;368p|;369i|2;369w|;36ab|;36ad|;36at|;36bj|;36bl|;36bt|1;36cu|;36d6|;36dp|;36e2|;36es|;36fc|;36g2|3;36h8|;36hi|;36ho|;36il|;36ip|;36jt|1;36k2|;36k8|;36kk|;36lx|1;36my|1;36nn|;36o7|1;36pl|;36po|;36q6|;36qb|;36qe|;36rp|;36sh|;36uw|;36x4|;36zc|;36zu|;371h|;371w|;372v|;374k|;375y|;376t|;3773|;379r|;37c0|;37de|;37dv|;37gi|;37jd|;37jk|3;37jv|;37jz|2;37kc|;37km|1;37kp|;37lb|;37lf|1;37lq|5;37mq|1;37n8|2;37nf|;37nj|;37nm|;37ns|7;37o4|;37ok|;37on|;37op|;37or|2;37p3|4;37ph|;37ps|;37q2|;37q6|1;37qb|;37qd|;37qk|1;37qu|3;37qz|;37ri|;37rm|1;37rp|;37s1|9;37su|;37sy|;37t1|;37t6|;37ta|3;37tp|;37tx|2;37u9|;37uf|3;37v0|;37v7|3;37vo|3;37w1|2;37wa|2;37wg|;37wn|;37wq|;37wx|;37xb|;37xe|;37xl|;37yn|;381a|;3851|;385l|;389q|1;38ax|;38bd|;38cm|;38cz|;38hk|;38iy|1;38l7|;38ls|;38o5|;38o7|;38r2|;38t8|;38ua|;38ue|;38uv|;38uy|;38vd|;38vs|;38w2|;38z0|;3902|;3925|;3963|;396w|;398d|1;39al|;39b7|;39ba|1;39cw|1;39e8|;39g9|;39hj|;39i0|;39ji|;39jl|;39jn|;39qx|;39r9|;39rj|1;39s6|;39t8|;39ta|;39ui|;39yp|;39yt|;39z3|;39zv|3;3a02|;3a05|1;3a0x|;3a10|;3a1b|;3a2h|;3a39|;3a3f|;3a3k|;3a4l|;3a5x|;3a6p|;3a83|;3a8l|;3aar|;3aba|;3abq|;3acd|;3acl|;3ad9|;3aeq|;3ah3|;3ahr|2;3al3|;3al9|;3alu|;3ao8|;3aou|;3aox|;3apv|;3arq|;3as6|;3auk|;3avg|;3az8|;3b11|;3b18|;3b1q|1;3b2v|;3b3d|;3b78|;3b7t|;3b8z|1;3b9i|;3bac|;3bag|;3bb5|;3bba|;3bc1|;3bd6|;3bdx|;3bf5|;3bfo|;3bgg|1;3bi6|;3bj4|;3bjk|;3bk3|;3bmh|;3bnd|;3bpq|;3brd|;3bsx|2;3bty|;3buk|;3bvb|1;3bx6|;3byj|;3c2p|1;3c4h|;3c4p|;3c5k|;3c6c|;3c77|;3c7r|;3c84|1;3caq|;3cbl|;3cd5|3;3cfh|1;3cfm|;3cgt|;3ck8|;3ckh|;3ckq|1;3cnk|;3cqd|;3cqz|1;3cr5|;3cu6|;3cvp|;3cvs|;3cw2|;3cwg|2;3cy2|;3cyx|;3czo|;3czs|1;3czx|;3d08|;3d3m|;3d6a|;3d7k|;3d7x|;3d8f|;3daq|;3dba|;3df3|;3df5|;3df9|;3dga|;3dgo|;3dh8|;3dhy|;3dj5|;3dll|;3dmb|1;3dn0|;3dp8|;3dqe|;3dr2|;3dri|;3ds8|;3dsa|;3dsj|;3dtz|;3dvy|;3dw1|;3dwm|;3dx5|;3dxt|;3e08|;3e0l|;3e2a|;3e2i|;3e3x|1;3e44|;3e4i|;3e4x|1;3e9x|;3ea2|;3eab|;3ead|;3ear|;3eaw|;3ec0|3;3ecb|;3ed1|;3ede|;3edy|1;3ee5|;3eer|;3ef4|;3egn|;3eht|;3eio|1;3eiu|;3eke|4;3elg|;3elz|1;3em5|;3em8|;3emb|;3emp|;3eoy|8;3eq9|;3er8|;3esg|7;3esu|;3eu4|;3eui|1;3euo|;3ev4|;3ev9|;3evb|;3evm|;3ewy|3;3ey6|;3eya|;3eyf|;3eys|;3eyw|;3eyz|;3ezd|;3f0w|7;3f3a|;3f5f|1;3f6n|;3f6p|;3f7i|;3f8e|1;3f9q|;3fbf|;3fbm|1;3fd4|;3fe5|2;3ff1|;3ff6|;3fg0|;3fg8|;3fgp|;3fgs|1;3fhi|1;3fj8|1;3fjp|;3fm5|;3fob|;3fqf|;3fr4|;3fr9|;3frf|;3fsi|;3fsm|;3fty|;3fwy|;3fyy|;3g1r|;3g2q|;3g40|;3g5g|;3g5i|;3gc4|;3gdf|;3gf4|;3gf8|;3gfx|1;3gg7|;3ggc|;3ghe|;3ghl|;3gid|2;3gk4|;3gnj|;3gol|1;3gox|;3gpq|;3gqs|1;3gss|;3gwo|;3gxc|;3gyl|;3gz6|;3gzs|;3h2c|;3h47|;3h4q|;3h5s|;3h7h|;3h8d|;3h8q|;3h8u|;3ha6|;3har|;3hax|;3hbt|;3hc4|;3hdp|1;3hf8|;3hfq|;3hfv|;3hg8|;3hh4|2;3hhk|;3hid|;3hm7|;3hmc|;3hn6|;3hpo|;3hrl|;3hs5|;3hv3|;3hw3|1;3hwm|;3hwz|;3hxg|;3hxr|;3hy0|;3hz1|;3hzw|;3i31|;3i33|;3i9a|;3id3|;3iex|;3if6|;3ifd|;3ify|;3ig3|1;3ih4|;3iir|;3ij4|;3ikd|1;3ilk|1;3ilw|;3ini|;3iof|;3iot|;3ipb|;3iq1|;3ir3|;3irg|;3itj|;3iu0|;3iu2|;3ivq|;3iws|;3ixn|;3iz1|;3izm|;3j0m|;3j14|;3j1r|;3j22|;3j39|;3j3h|;3j3x|;3j4a|;3j82|;3jag|;3jak|;3jar|;3jb6|;3jep|;3jgc|1;3jho|;3jl4|;3jlg|;3jls|;3jm3|;3jmt|;3jnf|;3jqi|1;3jqq|;3jr0|;3jrs|;3js6|;3jtb|;3jtf|;3k04|;3k17|;3k7h|;3k8j|;3k94|1;3k9i|;3k9w|;3ka0|;3ka4|1;3kam|;3kax|;3kbs|;3kbu|1;3kc8|;3kcc|;3kcg|;3kd8|;3kda|;3kdd|;3kdf|1;3kdj|1;3ke1|3;3ken|;3keu|;3kf9|;3kfd|;3kfm|;3kfq|;3kg4|7;3kgp|1;3kht|2;3kii|2;3kjk|;3kjq|;3kjv|1;3kjy|;3kke|5;3kkl|;3kkq|;3kl8|;3klo|;3klv|;3km9|1;3kmj|2;3kmn|;3kna|;3kng|;3kni|;3knk|;3ko3|3;3koc|;3kpb|;3kpl|;3kpo|1;3kqh|;3kqq|;3kqt|;3kr8|;3krb|;3krd|1;3krr|5;3ks5|;3ksf|;3ksj|;3ksp|;3kt8|1;3ktf|;3kti|;3ktn|;3kts|;3ku1|;3ku3|;3ky2|;3ky5|;3kya|;3l10|;3l3t|;3l4p|;3l73|;3l86|;3l89|;3l9h|1;3lav|;3lbg|;3lbm|1;3lcp|;3ld3|;3lj9|;3lo9|;3loo|;3lor|;3loz|;3lpr|2;3lq8|;3lr8|1;3lrg|1;3lsd|;3lsg|;3lto|;3lu5|;3luj|;3lum|;3lv4|;3lwc|;3lwo|;3lxx|;3lyj|;3me5|;3me8|;3mer|;3mf3|;3mfc|;3mj4|;3mjd|1;3mjp|;3mjr|;3mou|;3mpc|;3mpk|;3mqf|;3mqx|;3mr8|;3mv3|;3mzk|;3n02|;3n4k|;3n68|;3n87|;3nac|;3nbl|;3nca|;3nch|;3ncq|;3ncz|;3nd1|;3ne7|;3net|;3nev|2;3nfh|;3nfu|;3nh9|;3nib|;3nih|;3nl4|;3nm5|;3nr9|;3nri|;3nx1|;3o1f|;3o31|;3o72|;3o7u|;3o8s|;3o9k|;3o9n|;3oc6|;3ocm|;3odp|;3ofc|;3oh8|;3ohc|;3ohv|;3ojc|;3okj|;3okw|;3oon|;3opq|;3or8|;3ouf|;3ovt|;3owx|;3ox9|;3oxf|;3oxk|;3oxq|;3oxz|;3oyr|;3oz7|1;3p00|;3p1u|1;3p2j|;3p2s|1;3p3z|;3p4l|;3p5s|;3p6b|;3p8z|;3p9b|;3p9u|;3p9w|;3p9y|;3pa2|;3pa5|;3pb3|;3pbz|;3pe9|;3pgp|;3pil|;3pkk|;3pln|;3pvq|;3pvv|;3pxd|;3pyq|;3pze|;3pzv|;3q21|;3ri7|;3z9g|;465h|;4663|;4668|;467s|;468k|;4692|;46a5|;46aj|;46fo|;46gi|;46gs|;46hg|;4an1|1;4ay4|;")); - t2.push(new A.NotoFont("Noto Sans Tagalog", "notosanstagalog/v18/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4jk|l;4kf|;4l1|1;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Tagbanwa", "notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;4l1|1;4m8|c;4mm|2;4mq|1;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Tai Le", "notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;37k|9;500|t;50w|4;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;9hd|1;9hk|3;")); - t2.push(new A.NotoFont("Noto Sans Tai Tham", "notosanstaitham/v19/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;55s|1q;57k|s;58f|a;58w|9;59c|d;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;6qh|;")); - t2.push(new A.NotoFont("Noto Sans Tai Viet", "notosanstaiviet/v16/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bv|2;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x3f|1;xog|1u;xqz|4;")); - t2.push(new A.NotoFont("Noto Sans Takri", "notosanstakri/v21/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1us|1;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;x80|9;1j0g|1k;1j28|9;")); - t2.push(new A.NotoFont("Noto Sans Tamil", "notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf", "w|2m;4g|3;4l|;4n|4;4t|3;4y|2;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;29u|1;29x|5;2a6|2;2aa|3;2ah|1;2ak|;2am|1;2ar|1;2aw|2;2b2|b;2bi|4;2bq|2;2bu|3;2c0|;2c7|;2cm|k;5p6|;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6es|;6f6|2;6gc|;6gp|;6jm|;6qa|;7gs|;xdf|;1ibl|;1ibn|;1id7|1;")); - t2.push(new A.NotoFont("Noto Sans Tamil Supplement", "notosanstamilsupplement/v19/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf", "1ku8|1d;1kvz|;")); - t2.push(new A.NotoFont("Noto Sans Telugu", "notosanstelugu/v25/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf", "w|2m;4g|3;4l|;4n|4;4t|3;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;1u9|1;1us|1;2dc|c;2dq|2;2du|m;2ei|f;2f1|7;2fa|2;2fe|3;2fp|1;2fs|2;2g0|3;2g6|9;2gn|8;5p6|;5pu|;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6gp|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Thaana", "notosansthaana/v23/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;170|;17f|;17j|;19c|c;1hc|1d;60w|5;61q|;642|1;6bv|4;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1e5u|;1e65|;")); - t2.push(new A.NotoFont("Noto Sans Thai", "notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jg|;jq|1;jt|;k7|6;lc|4;li|2;lm|2;lu|;me|2;mp|;2rl|1l;2tb|s;60w|5;61q|;642|1;6bv|2;6c0|;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;")); - t2.push(new A.NotoFont("Noto Sans Tifinagh", "notosanstifinagh/v17/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|6;lu|;mb|;me|2;mp|;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6cu|;6d5|1;6gc|;6jm|;6qa|;7gs|;8xc|1j;8z3|1;8zj|;")); - t2.push(new A.NotoFont("Noto Sans Tirhuta", "notosanstirhuta/v15/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf", "w|;4g|;1u9|1;1us|1;1ys|3;5pu|;6bw|1;7gs|;x80|9;1im8|1z;1iog|9;")); - t2.push(new A.NotoFont("Noto Sans Ugaritic", "notosansugaritic/v15/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf", "w|;4g|;1f9c|t;1fa7|;")); - t2.push(new A.NotoFont("Noto Sans Vai", "notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;wlc|8b;")); - t2.push(new A.NotoFont("Noto Sans Wancho", "notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;2ncw|1l;2nen|;")); - t2.push(new A.NotoFont("Noto Sans Warang Citi", "notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6bw|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;1jfk|2a;1ji7|;")); - t2.push(new A.NotoFont("Noto Sans Yi", "notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ct|1;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;9hd|1;9hk|9;9hw|7;9ob|;vls|wc;wi8|1i;1edd|;1edo|;1ee2|1;1ee7|;1eg1|4;")); - t2.push(new A.NotoFont("Noto Sans Zanabazar Square", "notosanszanabazarsquare/v16/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf", "w|2m;4g|3;4l|;4n|4;4u|2;50|;52|2;56|1;5b|20;7e|9;7q|5;7y|5;86|1;8a|1;8e|5;8m|1;8p|5;8x|7;96|3;9c|b;9q|3;9w|1;a2|k;ew|3;fr|;jq|1;jt|;k8|5;lc|4;li|2;lm|2;lu|;me|2;60w|5;61q|;642|1;6c3|1;6c8|2;6cc|2;6ci|;6cm|;6d5|1;6gc|;6jm|;6qa|;7gs|;1jpc|1z;")); - value = this.__SkiaFontCollection_fontFallbackManager_AI = A.FontFallbackManager$_(new A.SkiaFallbackRegistry(this), t2); + value = this.__SkiaFontCollection_fontFallbackManager_AI = A.FontFallbackManager$_(new A.SkiaFallbackRegistry(this), A._setArrayType([A.NotoFont$("Noto Sans", "notosans/v30/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf", true), A.NotoFont$("Noto Color Emoji", "notocoloremoji/v25/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf", t1), A.NotoFont$("Noto Emoji", "notoemoji/v39/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf", !t1), A.NotoFont$("Noto Sans Symbols", "notosanssymbols/v40/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf", true), A.NotoFont$("Noto Sans Symbols 2", "notosanssymbols2/v21/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf", true), A.NotoFont$("Noto Sans Adlam", "notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf", true), A.NotoFont$("Noto Sans Anatolian Hieroglyphs", "notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf", true), A.NotoFont$("Noto Sans Arabic", "notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf", true), A.NotoFont$("Noto Sans Armenian", "notosansarmenian/v42/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf", true), A.NotoFont$("Noto Sans Avestan", "notosansavestan/v20/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf", true), A.NotoFont$("Noto Sans Balinese", "notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf", true), A.NotoFont$("Noto Sans Bamum", "notosansbamum/v26/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf", true), A.NotoFont$("Noto Sans Bassa Vah", "notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf", true), A.NotoFont$("Noto Sans Batak", "notosansbatak/v16/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf", true), A.NotoFont$("Noto Sans Bengali", "notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf", true), A.NotoFont$("Noto Sans Bhaiksuki", "notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf", true), A.NotoFont$("Noto Sans Brahmi", "notosansbrahmi/v18/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf", true), A.NotoFont$("Noto Sans Buginese", "notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf", true), A.NotoFont$("Noto Sans Buhid", "notosansbuhid/v18/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf", true), A.NotoFont$("Noto Sans Canadian Aboriginal", "notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf", true), A.NotoFont$("Noto Sans Carian", "notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf", true), A.NotoFont$("Noto Sans Caucasian Albanian", "notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf", true), A.NotoFont$("Noto Sans Chakma", "notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf", true), A.NotoFont$("Noto Sans Cham", "notosanscham/v27/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf", true), A.NotoFont$("Noto Sans Cherokee", "notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf", true), A.NotoFont$("Noto Sans Coptic", "notosanscoptic/v17/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf", true), A.NotoFont$("Noto Sans Cuneiform", "notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf", true), A.NotoFont$("Noto Sans Cypriot", "notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf", true), A.NotoFont$("Noto Sans Deseret", "notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf", true), A.NotoFont$("Noto Sans Devanagari", "notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf", true), A.NotoFont$("Noto Sans Duployan", "notosansduployan/v17/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf", true), A.NotoFont$("Noto Sans Egyptian Hieroglyphs", "notosansegyptianhieroglyphs/v28/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf", true), A.NotoFont$("Noto Sans Elbasan", "notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf", true), A.NotoFont$("Noto Sans Elymaic", "notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf", true), A.NotoFont$("Noto Sans Georgian", "notosansgeorgian/v42/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf", true), A.NotoFont$("Noto Sans Glagolitic", "notosansglagolitic/v17/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf", true), A.NotoFont$("Noto Sans Gothic", "notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf", true), A.NotoFont$("Noto Sans Grantha", "notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf", true), A.NotoFont$("Noto Sans Gujarati", "notosansgujarati/v23/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf", true), A.NotoFont$("Noto Sans Gunjala Gondi", "notosansgunjalagondi/v17/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf", true), A.NotoFont$("Noto Sans Gurmukhi", "notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf", true), A.NotoFont$("Noto Sans HK", "notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oWTiYjNvVA.ttf", true), A.NotoFont$("Noto Sans Hanunoo", "notosanshanunoo/v17/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf", true), A.NotoFont$("Noto Sans Hatran", "notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf", true), A.NotoFont$("Noto Sans Hebrew", "notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf", true), A.NotoFont$("Noto Sans Imperial Aramaic", "notosansimperialaramaic/v16/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf", true), A.NotoFont$("Noto Sans Indic Siyaq Numbers", "notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf", true), A.NotoFont$("Noto Sans Inscriptional Pahlavi", "notosansinscriptionalpahlavi/v16/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf", true), A.NotoFont$("Noto Sans Inscriptional Parthian", "notosansinscriptionalparthian/v16/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf", true), A.NotoFont$("Noto Sans JP", "notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf", true), A.NotoFont$("Noto Sans Javanese", "notosansjavanese/v21/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf", true), A.NotoFont$("Noto Sans KR", "notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLTq8H4hfeE.ttf", true), A.NotoFont$("Noto Sans Kaithi", "notosanskaithi/v18/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf", true), A.NotoFont$("Noto Sans Kannada", "notosanskannada/v26/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf", true), A.NotoFont$("Noto Sans Kayah Li", "notosanskayahli/v20/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf", true), A.NotoFont$("Noto Sans Kharoshthi", "notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf", true), A.NotoFont$("Noto Sans Khmer", "notosanskhmer/v23/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf", true), A.NotoFont$("Noto Sans Khojki", "notosanskhojki/v16/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf", true), A.NotoFont$("Noto Sans Khudawadi", "notosanskhudawadi/v18/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf", true), A.NotoFont$("Noto Sans Lao", "notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf", true), A.NotoFont$("Noto Sans Lepcha", "notosanslepcha/v16/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf", true), A.NotoFont$("Noto Sans Limbu", "notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf", true), A.NotoFont$("Noto Sans Linear A", "notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf", true), A.NotoFont$("Noto Sans Linear B", "notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf", true), A.NotoFont$("Noto Sans Lisu", "notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf", true), A.NotoFont$("Noto Sans Lycian", "notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf", true), A.NotoFont$("Noto Sans Lydian", "notosanslydian/v17/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf", true), A.NotoFont$("Noto Sans Mahajani", "notosansmahajani/v17/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf", true), A.NotoFont$("Noto Sans Malayalam", "notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf", true), A.NotoFont$("Noto Sans Mandaic", "notosansmandaic/v16/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf", true), A.NotoFont$("Noto Sans Manichaean", "notosansmanichaean/v17/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf", true), A.NotoFont$("Noto Sans Marchen", "notosansmarchen/v19/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf", true), A.NotoFont$("Noto Sans Masaram Gondi", "notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf", true), A.NotoFont$("Noto Sans Math", "notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf", true), A.NotoFont$("Noto Sans Mayan Numerals", "notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf", true), A.NotoFont$("Noto Sans Medefaidrin", "notosansmedefaidrin/v22/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf", true), A.NotoFont$("Noto Sans Meetei Mayek", "notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf", true), A.NotoFont$("Noto Sans Meroitic", "notosansmeroitic/v17/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf", true), A.NotoFont$("Noto Sans Miao", "notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf", true), A.NotoFont$("Noto Sans Modi", "notosansmodi/v20/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf", true), A.NotoFont$("Noto Sans Mongolian", "notosansmongolian/v17/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf", true), A.NotoFont$("Noto Sans Mro", "notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf", true), A.NotoFont$("Noto Sans Multani", "notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf", true), A.NotoFont$("Noto Sans Myanmar", "notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf", true), A.NotoFont$("Noto Sans NKo", "notosansnko/v2/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf", true), A.NotoFont$("Noto Sans Nabataean", "notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf", true), A.NotoFont$("Noto Sans New Tai Lue", "notosansnewtailue/v20/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf", true), A.NotoFont$("Noto Sans Newa", "notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf", true), A.NotoFont$("Noto Sans Nushu", "notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf", true), A.NotoFont$("Noto Sans Ogham", "notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf", true), A.NotoFont$("Noto Sans Ol Chiki", "notosansolchiki/v21/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf", true), A.NotoFont$("Noto Sans Old Hungarian", "notosansoldhungarian/v16/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf", true), A.NotoFont$("Noto Sans Old Italic", "notosansolditalic/v16/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf", true), A.NotoFont$("Noto Sans Old North Arabian", "notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf", true), A.NotoFont$("Noto Sans Old Permic", "notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf", true), A.NotoFont$("Noto Sans Old Persian", "notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf", true), A.NotoFont$("Noto Sans Old Sogdian", "notosansoldsogdian/v16/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf", true), A.NotoFont$("Noto Sans Old South Arabian", "notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf", true), A.NotoFont$("Noto Sans Old Turkic", "notosansoldturkic/v16/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf", true), A.NotoFont$("Noto Sans Oriya", "notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf", true), A.NotoFont$("Noto Sans Osage", "notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf", true), A.NotoFont$("Noto Sans Osmanya", "notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf", true), A.NotoFont$("Noto Sans Pahawh Hmong", "notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf", true), A.NotoFont$("Noto Sans Palmyrene", "notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf", true), A.NotoFont$("Noto Sans Pau Cin Hau", "notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf", true), A.NotoFont$("Noto Sans Phags Pa", "notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf", true), A.NotoFont$("Noto Sans Phoenician", "notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf", true), A.NotoFont$("Noto Sans Psalter Pahlavi", "notosanspsalterpahlavi/v16/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf", true), A.NotoFont$("Noto Sans Rejang", "notosansrejang/v18/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf", true), A.NotoFont$("Noto Sans Runic", "notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf", true), A.NotoFont$("Noto Sans SC", "notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf", true), A.NotoFont$("Noto Sans Saurashtra", "notosanssaurashtra/v19/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf", true), A.NotoFont$("Noto Sans Sharada", "notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf", true), A.NotoFont$("Noto Sans Shavian", "notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf", true), A.NotoFont$("Noto Sans Siddham", "notosanssiddham/v17/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf", true), A.NotoFont$("Noto Sans Sinhala", "notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf", true), A.NotoFont$("Noto Sans Sogdian", "notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf", true), A.NotoFont$("Noto Sans Sora Sompeng", "notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf", true), A.NotoFont$("Noto Sans Soyombo", "notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf", true), A.NotoFont$("Noto Sans Sundanese", "notosanssundanese/v24/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf", true), A.NotoFont$("Noto Sans Syloti Nagri", "notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf", true), A.NotoFont$("Noto Sans Syriac", "notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf", true), A.NotoFont$("Noto Sans TC", "notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_CpOtma3uNQ.ttf", true), A.NotoFont$("Noto Sans Tagalog", "notosanstagalog/v18/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf", true), A.NotoFont$("Noto Sans Tagbanwa", "notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf", true), A.NotoFont$("Noto Sans Tai Le", "notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf", true), A.NotoFont$("Noto Sans Tai Tham", "notosanstaitham/v19/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf", true), A.NotoFont$("Noto Sans Tai Viet", "notosanstaiviet/v16/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf", true), A.NotoFont$("Noto Sans Takri", "notosanstakri/v23/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf", true), A.NotoFont$("Noto Sans Tamil", "notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf", true), A.NotoFont$("Noto Sans Tamil Supplement", "notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf", true), A.NotoFont$("Noto Sans Telugu", "notosanstelugu/v25/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf", true), A.NotoFont$("Noto Sans Thaana", "notosansthaana/v23/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf", true), A.NotoFont$("Noto Sans Thai", "notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf", true), A.NotoFont$("Noto Sans Tifinagh", "notosanstifinagh/v17/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf", true), A.NotoFont$("Noto Sans Tirhuta", "notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf", true), A.NotoFont$("Noto Sans Ugaritic", "notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf", true), A.NotoFont$("Noto Sans Vai", "notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf", true), A.NotoFont$("Noto Sans Wancho", "notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf", true), A.NotoFont$("Noto Sans Warang Citi", "notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf", true), A.NotoFont$("Noto Sans Yi", "notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf", true), A.NotoFont$("Noto Sans Zanabazar Square", "notosanszanabazarsquare/v16/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf", true)], type$.JSArray_NotoFont)); } return value; }, @@ -152040,13 +155899,13 @@ font = t2[_i]; t4 = font.family; _this._fontProvider.registerFont(font.bytes, t4); - J.add$1$ax(t1.putIfAbsent$2(0, t4, new A.SkiaFontCollection__registerWithFontProvider_closure()), new globalThis.window.flutterCanvasKit.Font(font.typeface)); + J.add$1$ax(t1.putIfAbsent$2(0, t4, new A.SkiaFontCollection__registerWithFontProvider_closure()), new self.window.flutterCanvasKit.Font(font.typeface)); } for (t2 = _this.registeredFallbackFonts, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { font = t2[_i]; t4 = font.family; _this._fontProvider.registerFont(font.bytes, t4); - J.add$1$ax(t1.putIfAbsent$2(0, t4, new A.SkiaFontCollection__registerWithFontProvider_closure0()), new globalThis.window.flutterCanvasKit.Font(font.typeface)); + J.add$1$ax(t1.putIfAbsent$2(0, t4, new A.SkiaFontCollection__registerWithFontProvider_closure0()), new self.window.flutterCanvasKit.Font(font.typeface)); } }, loadAssetFonts$1(manifest) { @@ -152109,8 +155968,9 @@ break; case 5: // after for + t1 = $.$get$_renderer().initialize$0(0); $async$goto = 6; - return A._asyncAwait($.$get$_renderer().initialize$0(0), $async$loadAssetFonts$1); + return A._asyncAwait(type$.Future_void._is(t1) ? t1 : A._Future$value(t1, type$.void), $async$loadAssetFonts$1); case 6: // returning from await. loadedFonts = A._setArrayType([], type$.JSArray_String); @@ -152142,7 +156002,7 @@ t6 = unregisteredFont.family; if (t5 != null) { loadedFonts.push(assetName); - skFont = new globalThis.window.flutterCanvasKit.Font(t5); + skFont = new self.window.flutterCanvasKit.Font(t5); t7 = A._setArrayType([0], t4); skFont.getGlyphBounds(t7, null, null); t3.push(new A.RegisteredFont(t6, bytes, t5)); @@ -152261,25 +156121,25 @@ call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 800 + $signature: 913 }; A.SkiaFontCollection__registerWithFontProvider_closure0.prototype = { call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 800 + $signature: 913 }; A.SkiaFontCollection_loadAssetFonts_closure.prototype = { call$0() { return this._0_0._0; }, - $signature: 45 + $signature: 96 }; A.SkiaFontCollection_loadAssetFonts_closure0.prototype = { call$0() { return this._0_0._1; }, - $signature: 1160 + $signature: 1701 }; A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont.prototype = { call$3(buffer, url, family) { @@ -152293,7 +156153,7 @@ return null; } }, - $signature: 2570 + $signature: 2706 }; A.RegisteredFont.prototype = {}; A.UnregisteredFont.prototype = {}; @@ -152382,13 +156242,13 @@ call$1(chunk) { var _this = this, t1 = _this._box_0, - cumulativeBytesLoaded = t1.cumulativeBytesLoaded + B.JSNumber_methods.toInt$0(chunk.length); + cumulativeBytesLoaded = t1.cumulativeBytesLoaded + A._asInt(chunk.length); t1.cumulativeBytesLoaded = cumulativeBytesLoaded; _this.chunkCallback.call$2(cumulativeBytesLoaded, _this.contentLength); _this.result.set(chunk, t1.position); - t1.position = t1.position + B.JSNumber_methods.toInt$0(chunk.length); + t1.position = t1.position + A._asInt(chunk.length); }, - $signature: 29 + $signature: 910 }; A.CkImage.prototype = { _init$0() { @@ -152397,7 +156257,7 @@ this._disposed = true; var t1 = this.__CkImage_box_F; t1 === $ && A.throwUnnamedLateFieldNI(); - if (--t1._refCount === 0) { + if (--t1.__engine$_refCount === 0) { t1 = t1.__CountedRef__ref_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1.dispose$0(); @@ -152412,7 +156272,7 @@ t1._init$0(); t2 = t1.__CkImage_box_F; t2 === $ && A.throwUnnamedLateFieldNI(); - ++t2._refCount; + ++t2.__engine$_refCount; return t1; }, isCloneOf$1(other) { @@ -152549,7 +156409,7 @@ return false; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(this)) return false; - return other instanceof A._CkMatrixImageFilter && other.filterQuality === this.filterQuality && A.listEquals(other.matrix, this.matrix); + return other instanceof A._CkMatrixImageFilter && other.filterQuality === this.filterQuality && A.listEquals0(other.matrix, this.matrix); }, get$hashCode(_) { return A.Object_hash(this.filterQuality, A.Object_hashAll(this.matrix), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); @@ -152821,9 +156681,58 @@ $isTransformEngineLayer0: 1 }; A.OffsetEngineLayer.prototype = {$isOffsetEngineLayer0: 1}; + A.ImageFilterEngineLayer.prototype = { + preroll$2(prerollContext, matrix) { + var t1, t2, t3, childPaintBounds, _this = this, + childMatrix = new A.Matrix4(new Float32Array(16)); + childMatrix.setFrom$1(matrix); + t1 = _this.__engine$_offset; + t2 = t1._dx; + t1 = t1._dy; + childMatrix.translate$2(0, t2, t1); + t3 = A.Matrix4$identity(); + t3.setTranslationRaw$3(t2, t1, 0); + t1 = prerollContext.mutatorsStack._mutators; + t1.push(A.Mutator$transform(t3)); + childPaintBounds = _this.prerollChildren$2(prerollContext, childMatrix); + t3 = type$.CkManagedSkImageFilterConvertible._as(_this.__engine$_filter).___CkMatrixImageFilter__ref_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3._nativeObject; + t3.toString; + new A.ImageFilterEngineLayer_preroll_closure(_this, childPaintBounds).call$1(t3); + t1.pop(); + }, + paint$1(paintContext) { + var t2, paint, _this = this, + t1 = paintContext.internalNodesCanvas; + t1.save$0(0); + t2 = _this.__engine$_offset; + t1.translate$2(0, t2._dx, t2._dy); + paint = A.CkPaint$(); + paint.set$imageFilter(_this.__engine$_filter); + t1.saveLayer$2(_this.paintBounds, paint); + t2 = paint.__CkPaint__ref_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.dispose$0(); + _this.paintChildren$1(paintContext); + t1.restore$0(0); + t1.restore$0(0); + }, + $isImageFilterEngineLayer0: 1 + }; + A.ImageFilterEngineLayer_preroll_closure.prototype = { + call$1(filter) { + var t1 = filter.getOutputBounds(A.toSkRect(this.childPaintBounds)), + t2 = J.getInterceptor$asx(t1); + this.$this.paintBounds = new A.Rect(t2.$index(t1, 0), t2.$index(t1, 1), t2.$index(t1, 2), t2.$index(t1, 3)); + }, + $signature: 29 + }; A.PictureLayer.prototype = { preroll$2(prerollContext, matrix) { - this.paintBounds = this.picture.cullRect.shift$1(this.offset); + var t1 = this.picture.__CkPicture__ref_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + this.paintBounds = A.fromSkRect(t1._nativeObject.cullRect()).shift$1(this.offset); }, paint$1(paintContext) { var t1, t2; @@ -152861,7 +156770,7 @@ t2 = this.viewId; overlayIndex = t1.__engine$_context.visibleViewCount; t1._compositionOrder.push(t2); - t3 = $.$get$platformViewManager(); + t3 = $.$get$PlatformViewManager_instance(); if (!t3.isInvisible$1(t2)) ++t1.__engine$_context.visibleViewCount; if (!t3.isInvisible$1(t2)) { @@ -152939,6 +156848,9 @@ pushClipRect$3$clipBehavior$oldLayer(rect, clipBehavior, oldLayer) { return this.pushLayer$1(new A.ClipRectEngineLayer(rect, clipBehavior, A._setArrayType([], type$.JSArray_Layer), B.Rect_0_0_0_0)); }, + pushImageFilter$3$offset$oldLayer(filter, offset, oldLayer) { + return this.pushLayer$1(new A.ImageFilterEngineLayer(offset, filter, A._setArrayType([], type$.JSArray_Layer), B.Rect_0_0_0_0)); + }, pushOffset$3$oldLayer(dx, dy, oldLayer) { var t1 = A.Matrix4$identity(); t1.setTranslationRaw$3(dx, dy, 0); @@ -152986,7 +156898,6 @@ t2.push(t3); t1 = t1.viewEmbedder; t1.getOverlayCanvases$0().forEach$1(0, internalNodesCanvas.get$addCanvas()); - internalNodesCanvas.clear$1(0, B.Color_0); t2 = this.layerTree.rootLayer; t4 = t2.paintBounds; if (!t4.get$isEmpty(t4)) @@ -153035,11 +156946,6 @@ for (t1 = this._canvases, i = 0; i < t1.length; ++i) t1[i].skCanvas.concat(A.toSkM44FromFloat32(matrix)); }, - clear$1(_, color) { - var t1, i; - for (t1 = this._canvases, i = 0; i < t1.length; ++i) - t1[i].skCanvas.clear(A._populateSkColor($.$get$_sharedSkColor1(), color)); - }, clipPath$2(_, path, doAntiAlias) { var t1, i, t2, t3; for (t1 = this._canvases, i = 0; i < t1.length; ++i) { @@ -153063,21 +156969,29 @@ } }; A._finalizationRegistry_closure.prototype = { - call$1(uniq) { - if (uniq._nativeObject != null) - uniq.dispose$0(); + call$1(boxedUniq) { + var t1, + val = boxedUniq[$.$get$_jsBoxedDartObjectProperty()]; + if (val == null) + A.throwExpression("Expected a wrapped Dart object, but got a JS object or a wrapped Dart object from a separate runtime instead."); + t1 = val; + type$.UniqueRef_Object._as(t1); + if (t1._nativeObject != null) + t1.dispose$0(); }, - $signature: 2904 + $signature: 932 }; A.NativeMemoryFinalizationRegistry.prototype = {}; A.UniqueRef.prototype = { UniqueRef$3(owner, nativeObject, _debugOwnerLabel, $T) { - var t1; + var t1, box; this._nativeObject = nativeObject; $.$get$nativeMemoryFinalizationRegistry(); if ($.$get$browserSupportsFinalizationRegistry()) { t1 = $.$get$_finalizationRegistry(); - t1.register(owner, this); + box = {}; + box[$.$get$_jsBoxedDartObjectProperty()] = this; + t1.register(owner, box); } }, dispose$0() { @@ -153236,6 +157150,13 @@ t1.toString; _this.skiaObject.setColorFilter(t1); }, + set$imageFilter(value) { + if (J.$eq$(this.__engine$_imageFilter, value)) + return; + type$.nullable_CkManagedSkImageFilterConvertible._as(value); + value.imageFilter$1(new A.CkPaint_imageFilter_closure(this)); + this.__engine$_imageFilter = value; + }, dispose$0() { var t1 = this.__CkPaint__ref_F; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -153243,6 +157164,12 @@ }, $isPaint: 1 }; + A.CkPaint_imageFilter_closure.prototype = { + call$1(skImageFilter) { + this.$this.skiaObject.setImageFilter(skImageFilter); + }, + $signature: 29 + }; A.CkPath.prototype = { get$fillType() { return this._fillType; @@ -153346,12 +157273,9 @@ A.callMethod(t1, "cubicTo", [x1, y1, x2, y2, x3, y3]); }, getBounds$0(_) { - var t2, - t1 = this.__CkPath__ref_F; + var t1 = this.__CkPath__ref_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._nativeObject.getBounds(); - t2 = J.getInterceptor$asx(t1); - return new A.Rect(t2.$index(t1, 0), t2.$index(t1, 1), t2.$index(t1, 2), t2.$index(t1, 3)); + return A.fromSkRect(t1._nativeObject.getBounds()); }, lineTo$2(_, x, y) { var t1 = this.__CkPath__ref_F; @@ -153434,11 +157358,9 @@ }; A.CkPictureRecorder.prototype = { beginRecording$1(bounds) { - var recorder; - this._cullRect = bounds; - recorder = new globalThis.window.flutterCanvasKit.PictureRecorder(); + var recorder = new self.window.flutterCanvasKit.PictureRecorder(); this._skRecorder = recorder; - return this._recordingCanvas = new A.CkCanvas(recorder.beginRecording(A.toSkRect(bounds))); + return this._recordingCanvas = new A.CkCanvas(recorder.beginRecording(A.toSkRect(bounds), true)); }, endRecording$0() { var skPicture, result, t1, @@ -153448,7 +157370,7 @@ skPicture = recorder.finishRecordingAsPicture(); recorder.delete(); this._skRecorder = null; - result = new A.CkPicture(this._cullRect); + result = new A.CkPicture(); t1 = new A.UniqueRef("Picture", type$.UniqueRef_JavaScriptObject); t1.UniqueRef$3(result, skPicture, "Picture", type$.JavaScriptObject); result.__CkPicture__ref_F !== $ && A.throwUnnamedLateFieldAI(); @@ -153469,6 +157391,7 @@ frame = A.SurfaceFactory_instance().baseSurface.acquireFrame$1(t1); $.$get$HtmlViewEmbedder_instance()._frameSize = t1; canvas = new A.CkCanvas(frame.skiaSurface.surface.getCanvas()); + canvas.skCanvas.clear(A._populateSkColor($.$get$_sharedSkColor1(), B.Color_0)); compositorFrame = new A.Frame(canvas, null, $.$get$HtmlViewEmbedder_instance()); compositorFrame.raster$2$ignoreRasterCache(layerTree, true); t1 = A.SurfaceFactory_instance().baseSurface; @@ -153603,12 +157526,14 @@ return t1; }, createMatrixImageFilter$2$filterQuality(matrix4, filterQuality) { - var t5, + var t2, t3, t4, t5, _s18_ = "ImageFilter.matrix", - t1 = new A._CkMatrixImageFilter(new Float64Array(A._ensureNativeList(matrix4)), filterQuality), - t2 = $.__canvasKit._readField$0().ImageFilter, - t3 = A.toSkMatrixFromFloat64(matrix4), - t4 = $.$get$_filterOptions().$index(0, filterQuality); + t1 = new Float64Array(A._ensureNativeList(matrix4)); + A.toMatrix32(matrix4); + t1 = new A._CkMatrixImageFilter(t1, filterQuality); + t2 = $.__canvasKit._readField$0().ImageFilter; + t3 = A.toSkMatrixFromFloat64(matrix4); + t4 = $.$get$_filterOptions().$index(0, filterQuality); t4.toString; t5 = new A.UniqueRef(_s18_, type$.UniqueRef_JavaScriptObject); t5.UniqueRef$3(t1, A.callMethod(t2, "MakeMatrixTransform", [t3, t4, null]), _s18_, type$.JavaScriptObject); @@ -153653,25 +157578,6 @@ createPath$0() { return A.CkPath_CkPath(); }, - combinePaths$3(op, path1, path2) { - var t2, t3, newPath, - t1 = type$.CkPath; - t1._as(path1); - t1._as(path2); - t1 = $.__canvasKit._readField$0().Path; - t2 = path1.__CkPath__ref_F; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t2._nativeObject; - t2.toString; - t3 = path2.__CkPath__ref_F; - t3 === $ && A.throwUnnamedLateFieldNI(); - t3 = t3._nativeObject; - t3.toString; - newPath = t1.MakeFromOp(t2, t3, $.$get$_skPathOps()[op.index]); - t3 = path1._fillType; - newPath.setFillType($.$get$_skFillTypes()[t3.index]); - return A.CkPath$_(newPath, t3); - }, createTextStyle$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing(background, color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, foreground, height, leadingDistribution, letterSpacing, locale, shadows, textBaseline, wordSpacing) { var t1 = type$.nullable_CkPaint; return A.CkTextStyle_CkTextStyle(t1._as(background), color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, t1._as(foreground), height, leadingDistribution, letterSpacing, locale, shadows, textBaseline, wordSpacing); @@ -153706,6 +157612,7 @@ A.SkTextStylePropertiesExtension_set_heightMultiplier(skTextStyle, height); A.SkTextStylePropertiesExtension_set_fontFamilies(skTextStyle, A._getEffectiveFontFamilies(fontFamily, null)); properties.textStyle = skTextStyle; + properties.applyRoundingHack = false; t1 = $.__canvasKit._readField$0().ParagraphStyle(properties); return new A.CkParagraphStyle(t1, fontFamily, fontSize, height, fontWeight, fontStyle, t3 ? null : textHeightBehavior.leadingDistribution); }, @@ -153774,7 +157681,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A.SimpleCkShader.prototype = { SimpleCkShader$0() { @@ -153835,7 +157742,8 @@ if (!_this._forceNewContext) { previousSurfaceSize = _this._currentSurfaceSize; if (previousSurfaceSize != null && size._dx === previousSurfaceSize._dx && size._dy === previousSurfaceSize._dy) { - t1 = $.$get$window()._debugDevicePixelRatio; + $.$get$window(); + t1 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t1 == null) { t1 = self.window.devicePixelRatio; if (t1 === 0) @@ -153941,7 +157849,8 @@ _this.htmlElement.append(htmlCanvas); _this._currentCanvasPhysicalSize = size; } else { - t1 = $.$get$window()._debugDevicePixelRatio; + $.$get$window(); + t1 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t1 == null) { t1 = self.window.devicePixelRatio; if (t1 === 0) @@ -153950,7 +157859,8 @@ if (t1 !== _this._currentDevicePixelRatio) _this._updateLogicalHtmlCanvasSize$0(); } - t1 = $.$get$window()._debugDevicePixelRatio; + $.$get$window(); + t1 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t1 == null) { t1 = self.window.devicePixelRatio; if (t1 === 0) @@ -153965,17 +157875,18 @@ return _this._surface = _this._createNewSurface$1(size); }, _updateLogicalHtmlCanvasSize$0() { - var t4, style, - t1 = this._pixelWidth, - t2 = $.$get$window(), - t3 = t2._debugDevicePixelRatio; + var t2, t3, t4, style, + t1 = this._pixelWidth; + $.$get$window(); + t2 = $.$get$EngineFlutterDisplay__instance(); + t3 = t2._debugDevicePixelRatioOverride; if (t3 == null) { t3 = self.window.devicePixelRatio; if (t3 === 0) t3 = 1; } t4 = this._pixelHeight; - t2 = t2._debugDevicePixelRatio; + t2 = t2._debugDevicePixelRatioOverride; if (t2 == null) { t2 = self.window.devicePixelRatio; if (t2 === 0) @@ -153986,9 +157897,11 @@ A.DomCSSStyleDeclarationExtension_setProperty(style, "height", A.S(t4 / t2) + "px"); }, _translateCanvas$0() { - var surfaceHeight = B.JSNumber_methods.ceil$0(this._currentSurfaceSize._dy), - t1 = this._pixelHeight, - t2 = $.$get$window()._debugDevicePixelRatio; + var t2, + surfaceHeight = B.JSNumber_methods.ceil$0(this._currentSurfaceSize._dy), + t1 = this._pixelHeight; + $.$get$window(); + t2 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t2 == null) { t2 = self.window.devicePixelRatio; if (t2 === 0) @@ -154070,7 +157983,7 @@ this.$this._surface.surface.flush(); return true; }, - $signature: 3369 + $signature: 1131 }; A.CkSurface.prototype = { dispose$0() { @@ -154247,7 +158160,7 @@ } return $.__canvasKit._readField$0().TextStyle(properties); }, - $signature: 424 + $signature: 605 }; A.CkStrutStyle.prototype = { $eq(_, other) { @@ -154256,7 +158169,7 @@ return false; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.CkStrutStyle && other._fontFamily == _this._fontFamily && other.__engine$_fontSize == _this.__engine$_fontSize && other.__engine$_height == _this.__engine$_height && other._fontWeight == _this._fontWeight && other._fontStyle == _this._fontStyle && other._forceStrutHeight == _this._forceStrutHeight && A.listEquals(other._fontFamilyFallback, _this._fontFamilyFallback); + return other instanceof A.CkStrutStyle && other._fontFamily == _this._fontFamily && other.__engine$_fontSize == _this.__engine$_fontSize && other.__engine$_height == _this.__engine$_height && other._fontWeight == _this._fontWeight && other._fontStyle == _this._fontStyle && other._forceStrutHeight == _this._forceStrutHeight && A.listEquals0(other._fontFamilyFallback, _this._fontFamilyFallback); }, get$hashCode(_) { var _this = this; @@ -154436,18 +158349,15 @@ $isLineMetrics: 1 }; A.CkParagraphBuilder.prototype = { - addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, baseline, baselineOffset, scale) { + addPlaceholder$5$baseline$baselineOffset(width, height, alignment, baseline, baselineOffset) { var t1; ++this._placeholderCount; - this._placeholderScales.push(scale); + this._placeholderScales.push(1); t1 = baselineOffset == null ? height : baselineOffset; - A.callMethod(this._paragraphBuilder, "addPlaceholder", [width * scale, height * scale, $.$get$_skPlaceholderAlignments()[alignment.index], $.$get$_skTextBaselines()[0], t1 * scale]); + A.callMethod(this._paragraphBuilder, "addPlaceholder", [width, height, $.$get$_skPlaceholderAlignments()[alignment.index], $.$get$_skTextBaselines()[0], t1]); }, - addPlaceholder$5$baseline$baselineOffset(width, height, alignment, baseline, baselineOffset) { - return this.addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, baseline, baselineOffset, 1); - }, - addPlaceholder$4$scale(width, height, alignment, scale) { - return this.addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, null, null, scale); + addPlaceholder$3(width, height, alignment) { + return this.addPlaceholder$5$baseline$baselineOffset(width, height, alignment, null, null); }, addText$1(text) { var fontFamilies = A._setArrayType([], type$.JSArray_String), @@ -154613,7 +158523,7 @@ call$1(font) { return this.fontFamily === font; }, - $signature: 12 + $signature: 11 }; A.IntlSegmenterGranularity.prototype = { _enumToString$0() { @@ -154636,6 +158546,9 @@ }, getDataMethodCall$1(callback) { this._pasteFromClipboardStrategy.getData$0(0).then$1$1(0, new A.ClipboardMessageHandler_getDataMethodCall_closure(callback), type$.Null).catchError$1(new A.ClipboardMessageHandler_getDataMethodCall_closure0(this, callback)); + }, + hasStringsMethodCall$1(callback) { + this._pasteFromClipboardStrategy.getData$0(0).then$1$1(0, new A.ClipboardMessageHandler_hasStringsMethodCall_closure(callback), type$.Null).catchError$1(new A.ClipboardMessageHandler_hasStringsMethodCall_closure0(callback)); } }; A.ClipboardMessageHandler_setDataMethodCall_closure.prototype = { @@ -154650,7 +158563,7 @@ this._box_0.errorEnvelopeEncoded = true; } }, - $signature: 187 + $signature: 188 }; A.ClipboardMessageHandler_setDataMethodCall_closure0.prototype = { call$1(_) { @@ -154670,7 +158583,7 @@ t1.toString; t1.call$1(B.C_JSONMessageCodec.encodeMessage$1([map])); }, - $signature: 38 + $signature: 40 }; A.ClipboardMessageHandler_getDataMethodCall_closure0.prototype = { call$1(error) { @@ -154692,7 +158605,38 @@ if (t1 != null) t1.call$1(null); }, - $signature: 103 + $signature: 111 + }; + A.ClipboardMessageHandler_hasStringsMethodCall_closure.prototype = { + call$1(data) { + var map = A.LinkedHashMap_LinkedHashMap$_literal(["value", data.length !== 0], type$.String, type$.dynamic), + t1 = this.callback; + t1.toString; + t1.call$1(B.C_JSONMessageCodec.encodeMessage$1([map])); + }, + $signature: 40 + }; + A.ClipboardMessageHandler_hasStringsMethodCall_closure0.prototype = { + call$1(error) { + var map, t1; + if (error instanceof A.UnimplementedError) { + A.Future_Future$delayed(B.Duration_0, null, type$.void).then$1$1(0, new A.ClipboardMessageHandler_hasStringsMethodCall__closure(this.callback), type$.Null); + return; + } + map = A.LinkedHashMap_LinkedHashMap$_literal(["value", false], type$.String, type$.dynamic); + t1 = this.callback; + t1.toString; + t1.call$1(B.C_JSONMessageCodec.encodeMessage$1([map])); + }, + $signature: 7 + }; + A.ClipboardMessageHandler_hasStringsMethodCall__closure.prototype = { + call$1(_) { + var t1 = this.callback; + if (t1 != null) + t1.call$1(null); + }, + $signature: 111 }; A.ClipboardAPICopyStrategy.prototype = { setData$1(_, text) { @@ -154864,22 +158808,129 @@ return t1; } }; + A.EngineFlutterDisplay.prototype = { + get$id(receiver) { + return this.id; + } + }; + A.ScreenOrientation.prototype = { + setPreferredOrientation$1(orientations) { + return this.setPreferredOrientation$body$ScreenOrientation(orientations); + }, + setPreferredOrientation$body$ScreenOrientation(orientations) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.bool), + $async$returnValue, $async$handler = 2, $async$currentError, screenOrientation, lockType, t1, exception, $screen, $async$exception; + var $async$setPreferredOrientation$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) { + $async$currentError = $async$result; + $async$goto = $async$handler; + } + while (true) + switch ($async$goto) { + case 0: + // Function start + $screen = self.window.screen; + $async$goto = $screen != null ? 3 : 4; + break; + case 3: + // then + screenOrientation = $screen.orientation; + $async$goto = screenOrientation != null ? 5 : 6; + break; + case 5: + // then + t1 = J.getInterceptor$asx(orientations); + $async$goto = t1.get$isEmpty(orientations) ? 7 : 9; + break; + case 7: + // then + screenOrientation.unlock(); + $async$returnValue = true; + // goto return + $async$goto = 1; + break; + // goto join + $async$goto = 8; + break; + case 9: + // else + lockType = A.ScreenOrientation__deviceOrientationToLockType(A._asStringQ(t1.get$first(orientations))); + $async$goto = lockType != null ? 10 : 11; + break; + case 10: + // then + $async$handler = 13; + $async$goto = 16; + return A._asyncAwait(A.promiseToFuture(screenOrientation.lock(lockType), type$.dynamic), $async$setPreferredOrientation$1); + case 16: + // returning from await. + $async$returnValue = true; + // goto return + $async$goto = 1; + break; + $async$handler = 2; + // goto after finally + $async$goto = 15; + break; + case 13: + // catch + $async$handler = 12; + $async$exception = $async$currentError; + t1 = A.Future_Future$value(false, type$.bool); + $async$returnValue = t1; + // goto return + $async$goto = 1; + break; + // goto after finally + $async$goto = 15; + break; + case 12: + // uncaught + // goto rethrow + $async$goto = 2; + break; + case 15: + // after finally + case 11: + // join + case 8: + // join + case 6: + // join + case 4: + // join + $async$returnValue = false; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + case 2: + // rethrow + return A._asyncRethrow($async$currentError, $async$completer); + } + }); + return A._asyncStartSync($async$setPreferredOrientation$1, $async$completer); + } + }; A.DomConsoleExtension_get_warn_closure.prototype = { call$1(arg) { return this._this.warn(arg); }, - $signature: 42 + $signature: 44 }; A.DomNavigatorExtension_get_languages_closure.prototype = { call$1(any) { any.toString; return A._asString(any); }, - $signature: 498 + $signature: 464 }; A.HttpFetchResponseImpl.prototype = { get$status(_) { - return B.JSNumber_methods.toInt$0(this._domResponse.status); + return A._asInt(this._domResponse.status); }, get$contentLength() { var t1 = this._domResponse.headers, @@ -154892,10 +158943,10 @@ }, get$hasPayload() { var t1 = this._domResponse, - accepted = B.JSNumber_methods.toInt$0(t1.status) >= 200 && B.JSNumber_methods.toInt$0(t1.status) < 300, - t2 = B.JSNumber_methods.toInt$0(t1.status), - t3 = B.JSNumber_methods.toInt$0(t1.status), - unknownRedirect = B.JSNumber_methods.toInt$0(t1.status) > 307 && B.JSNumber_methods.toInt$0(t1.status) < 400; + accepted = A._asInt(t1.status) >= 200 && A._asInt(t1.status) < 300, + t2 = A._asInt(t1.status), + t3 = A._asInt(t1.status), + unknownRedirect = A._asInt(t1.status) > 307 && A._asInt(t1.status) < 400; return accepted || t2 === 0 || t3 === 304 || unknownRedirect; }, get$payload(_) { @@ -154992,7 +159043,7 @@ call$2(entries, observer) { this.fn.call$2(J.cast$1$0$ax(entries, type$.JavaScriptObject), observer); }, - $signature: 1597 + $signature: 1128 }; A._ttPolicy_closure.prototype = { call$1(url) { @@ -155002,7 +159053,7 @@ self.window.console.error("URL rejected by TrustedTypes policy flutter-engine: " + url + "(download prevented)"); return null; }, - $signature: 31 + $signature: 32 }; A._DomListIterator.prototype = { moveNext$0() { @@ -155078,8 +159129,10 @@ return t1; }, updateSemanticsScreenProperties$0() { - var t1 = this._semanticsHostElement.style, - t2 = $.$get$window()._debugDevicePixelRatio; + var t2, + t1 = this._semanticsHostElement.style; + $.$get$window(); + t2 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t2 == null) { t2 = self.window.devicePixelRatio; if (t2 === 0) @@ -155101,51 +159154,12 @@ $.$get$EnginePlatformDispatcher__instance().invokeOnMetricsChanged$0(); } }, - setPreferredOrientation$1(orientations) { - var screenOrientation, lockType, completer, t1, exception, - $screen = self.window.screen; - if ($screen != null) { - screenOrientation = $screen.orientation; - if (screenOrientation != null) { - t1 = J.getInterceptor$asx(orientations); - if (t1.get$isEmpty(orientations)) { - screenOrientation.unlock(); - return A.Future_Future$value(true, type$.bool); - } else { - lockType = A.FlutterViewEmbedder__deviceOrientationToLockType(A._asStringQ(t1.get$first(orientations))); - if (lockType != null) { - completer = new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_bool), type$._AsyncCompleter_bool); - try { - A.promiseToFuture(screenOrientation.lock(lockType), type$.dynamic).then$1$1(0, new A.FlutterViewEmbedder_setPreferredOrientation_closure(completer), type$.Null).catchError$1(new A.FlutterViewEmbedder_setPreferredOrientation_closure0(completer)); - } catch (exception) { - t1 = A.Future_Future$value(false, type$.bool); - return t1; - } - return completer.future; - } - } - } - } - return A.Future_Future$value(false, type$.bool); - }, removeResource$1(element) { if (element == null) return; element.remove(); } }; - A.FlutterViewEmbedder_setPreferredOrientation_closure.prototype = { - call$1(_) { - this.completer.complete$1(0, true); - }, - $signature: 7 - }; - A.FlutterViewEmbedder_setPreferredOrientation_closure0.prototype = { - call$1(error) { - this.completer.complete$1(0, false); - }, - $signature: 7 - }; A.EngineCanvas.prototype = { dispose$0() { this.clear$0(0); @@ -155203,12 +159217,12 @@ $._fontChangeScheduled = false; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/system", $.$get$_fontChangeMessage(), new A.sendFontChangeMessage__closure()); }, - $signature: 796 + $signature: 909 }; A.sendFontChangeMessage__closure.prototype = { call$1(_) { }, - $signature: 147 + $signature: 152 }; A.FontFallbackManager.prototype = { ensureFontsSupportText$2(text, fontFamilies) { @@ -155244,129 +159258,190 @@ this.findFontsForMissingCodePoints$1(codePoints); }, findFontsForMissingCodePoints$1(codePoints) { - var t2, t3, t4, _i, codePoint, results, unmatchedCodePoints, _this = this, - fonts = A.LinkedHashSet_LinkedHashSet$_empty(type$.NotoFont), - t1 = type$.int, - coveredCodePoints = A.LinkedHashSet_LinkedHashSet$_empty(t1), - missingCodePoints = A.LinkedHashSet_LinkedHashSet$_empty(t1); - for (t2 = codePoints.length, t3 = _this.notoTree, t4 = t3.$ti._eval$1("JSArray<1>"), t3 = t3.root, _i = 0; _i < codePoints.length; codePoints.length === t2 || (0, A.throwConcurrentModificationError)(codePoints), ++_i) { + var t2, t3, _i, codePoint, value, result, component, t4, t5, _i0, font, selectedFonts, selectedFont, _this = this, + missingCodePoints = A._setArrayType([], type$.JSArray_int), + requiredComponents = A._setArrayType([], type$.JSArray_FallbackFontComponent), + t1 = type$.JSArray_NotoFont, + candidateFonts = A._setArrayType([], t1); + for (t2 = codePoints.length, t3 = type$.FallbackFontComponent, _i = 0; _i < codePoints.length; codePoints.length === t2 || (0, A.throwConcurrentModificationError)(codePoints), ++_i) { codePoint = codePoints[_i]; - results = A._setArrayType([], t4); - t3.searchForPoint$2(codePoint, results); - fonts.addAll$1(0, results); - if (results.length !== 0) - coveredCodePoints.add$1(0, codePoint); - else - missingCodePoints.add$1(0, codePoint); + value = _this.__FontFallbackManager_codePointToComponents_FI; + if (value === $) { + value = _this.__FontFallbackManager_fontComponents_FI; + if (value === $) { + result = _this._decodeFontComponents$1("1phb2gl,1p2ql,1ph2il,4g,,1x2i,1p3c,1x,1pj2gl,1xb2g,1z2g,a,e,bab,2v,ba,1xb,1z,a1ohb2gl,d,1phbv1kl,acaaabaaaaaabaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaaabaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,e1khb2gl,1ph2u,acaaabaaaaaabaaaabaaaabaaaabaaaabbaaaaaabbaaaaaaaaaaaabaaaaaabaaaaaaaabaaaaaabaaaaabaaaaabaaabaaaaaaaaaabaaaaaaaaaaaaaaaaaa,h,d1lhb2gl,a2u,baa,2h,4z,o,1l,1o,bab1khb2gl,a1c,1m,3v,2b,4l,ay,5b,acaaabaaaaaabaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,ba1mhb2gl,1i,1phb2s,1s,acaaabaaaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,a1ohbv1kl,baa1lhb2gl,1phb2g,2d,2l,ano,e1khbv1kl,1j,1pj2s,2q,2u,3c,d2r,1b,1l3n,1n,1phb1ixlr,a1d,e2q,i,1e,2j,3e,3i,3y,4w,acaaaaaaaaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,acaaabaaaaaabaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaabaaaaaabaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaa,a1ch,a1c3e,a1f,p,x,1a,1phb,2e,3f,aaaaaaabaaaaaabaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaaabaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,ae1jhb2gl,a1i,a4q,d1lhbv1kl,f,h2y1kk,h4j,q,t,y,z,1phb1ixl,1phb2glr,1r,1y,2i,2k,2t,2y,2z,3a,3d,3n,4d,4r,4u,5e,acaaaaaaaaaaabaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaaabaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,acaaabaaaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaabaaaaaaaaaaaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,acaaabaaaaaabaaaabaaaabaaaabaaaabbaaaaaabbaaaaaaaaaaaabaaaaaaaaaaaaaaaabaaaaaabaaaaabaaaaabaaabaaaaaaaaaabaaaaaaaaaaaaaaaaaa,ae,aeb,anohp,au,a1fihbv1kl,a1ohb2glg,a5d,da,h1m,h4u,j,k,l,m,n,r,v,w,1phb1c1dl,1phb2belr,1t,1v,1w,1xb2gl,2a,2c,2f,2g,2ka,2m,2o,2r,2s,3b,3cy,3g,3h,3j,3k,3o,3r,3w,3x,4c,4e,4gl,4h,4k,4n,4p,4t,4v,4x,4y,5a,5d,5f,5g,5i,5j,5k,aaa,aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,aaaaaaaaaaaaaaabaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,aaaaaaabaaaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,aaaaaaabaaaaaabaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,aaaebacabaadafbfaaabbfbaaaaaaaaafaaafcacabadhccbacabadaabaaaaaabaaaad,aaa1mhb1c1dl,aaa1mhb2gl,acaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,acaaaaaaaaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaabaaaaaabaaaaacaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,acaaabaaaaaabaaaaaaaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaaabaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,acaaabaaaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,acaaabaaaaaabaaaabaaaabaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaabaaaaaaaaaaaaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,acaaabaaaaaabaaaabaaaabababaaaabaaaaaaaaaaaaaaaaaaaaaaaabaaaaaabaaaaaaaabaaaaaabaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,acaababaaaaaaaaabaabdaaadaaaaaabeaaaaaaaaaaaaccaaaaaacbaacabagbcabcbaaaaabaabaaaaaaabaabaaaacc,acbabbbaabaaacaaaabccaaadaaaaaabaaabbaaabbababaaabaaaaaaaabaacabaaaaabaaaaabaaaacaaaaabbaaaafabaaaaa,aey3m,afaccaaaaakibbhbabacaaghgpfccddacaaaabbaa,agafkdedbacebaaaaahd1ekgbabgbb,agbacabaadafaafaaabaafbaaaaaaaaafaaafcacabalccbacabaacaabaaaaaabaaaad,ag1hhb2gjb,ag1k,ag1k1nupk,ah,ai,anohabmecfadjqpehabd,anohabmo1rqbd,anohp2zd,anoibmohni1db,anokx1i1h,anox,anxbahbbcl1ekeggb,aucff3gla,audj,aun,axae1jb1olm,axf3m,ax1w1v,aygca1k,a1chp,a1cibladaiak1wg,a1cibladail1wg,a1cibleail1wg,a1cwo,a1cxo2ib,a1c1x,a1c3v,a1dkhb2gl,a1h,a1i2g,a1ohb1c1dl,a1ohb2bel,a1r,a2b1c,a2g,a2l,a2rmv,a2y,a3b,a3f,a3i,a3p,a3u,a3v,a4p,a4w,a4y,a5c,baaa,baa1a,baa1lhbv1kl,babz,bab2q,ba1mhbv1kl,ba2s,c,d1akhb2gl,d1k,d1lhb1c1dl,d4n,eu,e2q2a,e2r,fb2ja1kie,fb2y1kk,g,hr,h1m2wk,h2y,h4jk,iz,oh3t,o4q,r1g,s,sx3ca,u,w2i1p,1c,1f,1g,1h,1k,1ms,1o1p,1phbmpfselco,1phb1cfselco,1phb1cyelr,1phb1iselco,1phb2bel,1p2q,1q,1u,2n,2p,2vu,2x,3l,3m,3p,3q,3s,3t,3u,3z,4a,4b,4f,4i,4j,4m,4o,4q,5c,5h,5l"); + _this.__FontFallbackManager_fontComponents_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__FontFallbackManager_fontComponents_FI = result; + value = result; + } + result = A._UnicodePropertyLookup__UnicodePropertyLookup$fromPackedData("1eE6W2W1Q6Z1Q1V1Qb1V6Y1V2W7E2W1Vi6X2W1Qb1V7Gd1Q2Xb1Q2Xd1Q2Xd1Q2X1n1QM1eE7DbVSVS1QV3HV4J1W8A3HaV1Wa4RVSbVSV4JbSwV1V1dV1VkVcYaLeYcVaLcYaVaLeYaLaYaSaVaLeYaLaYLeYaLaYaVaYaVLaYaVaSaYaVgYaLcYaLaYaLaScVpYrLSlLaSlLaS1aLa7KmSzLaS1cLcYzLYxLSnLS3hL1OLS7YhLYVL7IaSL8YhL9KYVcYkLaSsLaVa4L7F8HY1Q4L4SaYVcL1OY9EaLa2NgL3KaL8E8F3KbYcLa3K2N8G8BlL1OnL7QgL9GL9FbL1OaL1OqLa1OaLaEeLcEfLELEbLp4QEf4QfLx1WfL1BbLa1BbL3AL3AL3AL3ALm3Sa1BaLa1BjLSmL2kSLS1vL8S3JaL3J6kLE1k2PaE1u2P10H2PaEb2PE2b1UgEz1UdEd1UjEdZ10DeZ3NmZ3NZEZ10BZ3OdZ4UwZ10AiZj3OiZi10E3Na10GbZ3O4vZi4UeZm4GE2g4GaEb4G1uZ1w11YmE2f5VaEb5V2kE1a5RaE5R2lEtZEhZsE1rZ2h1J8Or1Ja7Vp1Ja7Ui8Mo1Jc1FEg1FaEa1FaEu1FEf1FE1FbEc1FaEh1FaEa1FaEc1FgE1FcEa1FEd1FaEi10Ic1Fc10Jf1FaEb1HEe1HcEa1HaEu1HEf1HEa1HEa1HEa1HaE1HEd1HcEa1HaEb1HbE1HfEc1HE1HfEi10Vf1HiEb1KEh1KEb1KEu1KEf1KEa1KEd1KaEi1KEb1KEb1KaE1KnEc1KaEi10Ua1KfEf1KEb1LEg1LaEa1LaEu1LEf1LEa1LEd1LaEh1LaEa1LaEb1LgEa1LcEa1LEd1LaEq1LiEa1EEe1EbEb1EEc1EbEa1EE1EEa1EbEa1EbEa1E2KbEf1E2Kc1EcEd1EbEb1EEc1EaE1EeE1EmEl2Kg1EdEl1PEb1PEv1PEo1PbEg1PEb1PEc1PfEa1PEb1PdEc1PaEi1PfEh1Pl1MEb1MEv1MEi1MEd1MaEh1MEb1MEc1MfEa1MfE1MEc1MaEi1MEa1MlEl2FEb2FE1x2FEb2FEe2FcEo2FaEy2FEb1NEq1NbEw1NEh1NE1NaEf1NbE1NcEe1NE1NEg1NeEi1NaEb1NkE2e6PcE1b6P1jEa1DE1DaEa1DE1DaE1DeEc1DEf1DEb1DE1DE1DaEa1DEl1DEb1DaEd1DE1DEe1DaEi1DaEc1D11aE2k3Gi10O3g3G1k1SE1SdE1SaE1u1S9uR15yE3g3RaEe3RaE24o3Q1b11IbE3j11SfEu6KhE6Kt11Ca10MhEs10LkEl4HEb4HEa4HkE3o3FaEi3FeEi3FeE2Hb5U2H5Uh2HEi2HeE3j2HfE1p2HdE2q3QiE1d2REk2RcEk2RcE2RbEk2R1c6LaEd6LjE1q2TcEy2TeEa2TEg2TbEa2T1e3F1a5BaEa5B2j2VE1b2VaEj2VeEi2VeEm2VaEpL2jE2w4XcE1r4XbE2k6J1y5AgEc5A2c3XbEn3XbEb3X1u11JhLfE1p1SaEb1Sg6JgE4O1J4O2Y1Ja2B2Z2B2Z8N1Ja2Za1J2Z2Bg1J2Ba1J2Bc1J7W2Y8I7Z2B1Fa2YeE7vL1O1qLE9D2mLaS2kLeYwLYL3cSaVeS1aLaEeLaE1kLaEeLaEgLELELELE1dLaE1zLEnLEmLaEeLErLaEbLEhLEL2NS8QfL7M7O7Aa7R7N7PSaV3ISLa4KV4Ma4KVLa3IVL7S8U7HSeL4S9B3ILa1W1B1Wa1BLaVS7CdLSL7LaLS8T7BdL4NLSL1OL9H1O1Ba1ObL9AfLEkLaE4RlLb9JiLElLbEhLS8VSV8XjL7XcL8RLoEjO11GO9T1AaTO4T9LTjO2YnESL1BSLSbLS1Wc1BSb1BSL1BSaLd1BbLS3HL1BLaS1BaLSa1BSb1BLa1B1Wb1B6VLSd1BcLd1BuLk1AcTk1AgTLcTLaTcEc3Le9NnOa9RcOMgOaUiObUcOaUbOUOUOUpOcWfMaOMOUiOUOaUOfUbOUOU1VUO1WaO2O9YUaOcUaOUOiUdOcUdOUdOUOUaOUbOUrObUOcUaOaUaOaUaOaUaOaUiOeUaOaUhOcU2CeOUcOUxOUcOb2OrOaUrOUoOdTb1Ac2IcTOT1AbTMTWOaNc2IaOaTcMNa1AMiT2pOM2IbMsT4TOdTsO2IaUdOfEn1ATWN2IhTa1AeOfTaNaPbNPbNcMbN1mMWbMxEjMtEs9Va3L2w1A1X2h1A6cAiWa1IbM2OMaW2CaM1I2CcMW2CaM1I2CcMaWMW2CW7JMeWmMdWgMWjM9PbNMc1INaWaMWcT1IWMNMTaNaWNbMW1IaW9OMaNaT1CbT1CT9UT1C1XgMb1CTMbT1X1A1XdTk1CjMN1IaW1IWa1IW1Ic1Ab3La9Wh1A1Xa1A1CNoMaTe1CT1CTa1CTaM1INdT1CaTaNMbTa1CjTa1IdMaNaMNdM1CNMNMaNlMfTa1CdTe1CTc1CaT1CaTaM1IaMPaMaNPbNMNaMNWNMNbMWaM9MbT1CeMPiMaNgMWMaWbMNaMNcMPMPcMNaPWNjMaNpM1c1AMbPhM1ImMPmMP2kO9uM1fOa2IpOa9Q2vO2O2hO2C1pO2OmOaU9yOdMb1IeMcOgMWaNrM1bObMNcMN1cMaE1dMWE3xMOM1t2DE1t2DE1eL4k3SdEf3S1k1SE1SdE1SaE2c4IfEa4ImE4I3qE2bL1OcLa9CiLa4MeLa7TLa1OdLaS2NbL2N4NpL1rEyAE3jAkE8eAyEkAcE3Ta10XcA11Aa10Za10Wc10Ya5FaAg5FsA1RkA1RaAE3gAaE3sA3UcAdE1pAE1xAR1oAE1qAcE1iAkE1tAE4nA1RA1R5oAE8bAaDFaDaF1eDFcDFDFeDBiDBhDBDBvDBbDFDFgDBeDBaDaBhDFhDFBaDBbDKiDBhDBdDFeDCcDCdDFBmDKbDFbDBcDBDBsDBiDBmDKhDFDK1aDAqDBDBdDBbDaFaDBDFhDBFDBDBcDaBjDBqDaBgDBbDBFDFcDBpDBDBbDCDBaDBbDBbDBbDBbDFBDBFqDbBFeDBaDBKdDFbDBiDFbDBDBgDBDBfDBfDBbDBcDBgDbBFbDBoDBDBlDKiDBeDBnDFcDFaDFBiDBcDBDBbDaBbDBbDBaDBcDBDbIDaBeDFbDaBDBeDBbDaBaDBImDBjDBDBcDBDBaDBmDBdDBIDBeDaBDKBDaBeDIdDBaDB1bDFCgDaFaDBdDFvDFhDBgDBwDBaDKDBaDFsDBjDFdDFhDBDFbDBaDBDFaDFjDKaDBgDKBeDBkDBDFeDCDBfDFzDFcDFDBpDBlDK1aDBFjDFkDKgDBgDBcDBaDBqDKqDCaDKiDBjDBaDFaDFkDBiDBkDBlDBqDKaDBDKhDFgDBfDBaDKdDaBdDKDBeDBDBdDBaDCKoDKDC1hDBdDBaDBeDBjDBaDBaDBaDBDBaDBoDaBoDaBhDBcDKpDBeDBcDBcDCDBfDaBeDFcDFpDFpDBkDKeDBpDBeDFeDFiDaFaD6FDKDBDBhDFdDBDBFDBKcDBfDKiDCiDBFDFdDCKfDBhDFbDBgDBtDBfDBkDFbDaBcDFDKDaBbDBeDaFcDFfDaBaDBfDBaDFpDFdDBDBbDBFBgDFhDBdDBmDBbDFDBABwDBDFDBaDKBaDBjDKDFeDK1kDB2aDB1vDaKcDFfDBDBbDBFbDBdDBmDBbDBkDKsDFaBbDKdDBFqDFBgDBiDBdDBDCaDBlDIaDBDFcDaBcDBdDBfDBfDBaDBDBcDBDBgDFiDBfDBeDBfDKaDBFDKbDaBDBaDCBdDBFeDBjDaBaDBfDaBaDBcDaBfDFB2cDFCaDBcDBkDBiDFdDFDFjDBmDFeDFhDFrDbBaDBbDBeDBeDBaDBDKaDBaDBDBbDaBcDaBaDCBaDBaDaBcDBDBDaBKaDBaDaBdDBDBKDaBbDIDaBeDB2oDBbDFaBhDBmDFaDFDFcDBuDByDFaDFmDBfDBFlDCcDCgDBfDBjDaBhDBcDBrDBpDKcDKcDCjDBlDBbDBFhDIaDBcDBcDBDB1fDFsDBKiDBeDBbDBgDBKmDBeDBwDBDBfDBCBFbDBcDB1gDaBcDKoDFeDFrDFbDBcDBDBlDBaDBDBmDBzDKdDBDFiDFcDBdDBcDBjDBiDFeDBFBbDFdDBlDFeDFaDBpDB1aDBwDKeDBbDFdDBjDBbDBpDBeDFBlDBqDBbDBaDBhDFnDFeDFuDBeDaBdDFfDB1eDCvDF1oDB1mDBaDB1dDBKdDBdDKpDBdDBfDKaDKaDBFDCDBmDaBdDFbDFeDBbDFcDFdDFaDBfDB1gDKaDFfDFyDFbDCsDBDClDaBDBlDBaDFbDBdDBFDBaDBDBgDBdDFgDbBDBaDBcDcBfDBmDaBbDFBDBDFcDKbDBcDBDBfDFDBeDBcDBaDBcDBDBDBbDClDaBaDBaDBbDBcDaBfDBaDBhDaBDFiDBvDFgDBkDBcDFdDFzDBiDFbDBCfDKoDBaDBgDCFcDBDBK1mDFxDBhDFsDBdDB1eDCkDCFfDKbDBaDKoDaBbDKbDKcDKvDBDBsDFeDBcDBeDFlDKgDBlDBhDaBsDFfDKnDBKyDBeDKeDB1sDBoDFeDBeDBgDFaDBiDBiDFfDFwDBkDFhDFmDBdDKlDBpDKqDKcDBiDKeDaBeDFyDBkDBnDBdDBeDBjDBiDBkDBeDIcDBaDBDaBcDBeDBDBeDBjDBDBpDBcDBfDBuDBsDKaDBbDKDBgDFyDKrDBdDBDCqDFhDFiDBaDKiDBeDBcDFbDKfDB3qDBlDBnDBbDIbDFsDBlDKcDBbDKqDKbDBoDBgDBeDBjDBiDBFaDFvDKzDaBKBgDBaDCnDBDBaDBaDaBdDB1dDaBDBDFfDFfDFtDFzDBaDBeDBgDFgDFpDBdDFaDBaDBDBeDBnDBbDBpDBhDBbDBDBbDBbDB1cDBhDBDBeDBkDFgDBbDFlDaKCBiDBxDCDBeDBiDKwDB2lDBCpDBfDBiDBxDiE2kMaAFACFDdACaAaCAFDbAFaABDBDaADCBFADADAFCbAaCbABDFACaADACBDAaFaAFADaCBDADbADFaBDFAJcACbAaDaFbDKFCBbKbDJDAaFaKBFbKDACABAaBaABaAFaACAaKaABaAaFaABAJFdABbADAaDcAFJaDAKDABDbACaDBaAaCADaACBaADACaFbDeACFBbAFAFbAaDCaBCDFAFACaABbABaDAFAFbAaCaBaDCbAFdACaBCFCBCADFAcDBdDaBDFaBFaAFBCAFACACACbABFBaADBcADACdACdACfACaBaCaDBDaABCDCaAFBAICACgAIACaACABcAFAJcAFABbAFaAIACbFBdDBaDCDFaABDAaBaACDABAFCFACdAFBCaACeAJaADBaAIaACAIbAFJaCFdDBDcACAIaABABADFCAFAFJBFbABAFACACAFcABACbACAFaABbAJiABABFCBCFBDFDABbDaCFAKaCcABCBaAFCFADaACIJABAaBCABACBaAFaBABaCaBAFABbACJDBaDCaDACBAFAFBCDFIBACFCaAFACADcACIAbFACaDBbDFDaAIbCcABABFaCBaAIFBAFaABCBaABFaCACADCbABFCAIFCJCBCJaCbACABDIaAbCFaCACDBAFAaBAIdABaACABaAaCDABAIaAFaAFAJAaFABAIFaIBJFBAIFCBFBbACADeABDbAFfAFbAJFJBAFaAIAFBABAaBaCBABFAFgAaDADFCcACDFADFDADAbFAaBaAFJAFAFbABcAJBDBFIDAFAJaAFBCFbAFBDbAbCaACBFDCaAFaDFCbABCdABCBCACAFJBCaDcACaACDBbFDJFDFAFDaAFcAFbADBACDcAFCbABACBDADBACAaFaAFbDBAcBFDcACaAFaDADcABCbAJaACcDBDaAFIADdABCaDBDcAFBaACbACABcFDBaABCBCAaFACaADAaCIaBADACBaACFDbACBCADaBAJACFCaABCAFaDaABDaAFCJBdAIbFaDFCbFAFaCFADCABAFAFAFAFDaADFaCABFaACaADAFgAFAaFCFBFKDBaCJACAFCcABDaAJAaJDACFABACJABaACBFDbAFaAFaCFCaABACFDAaFAFaCDACAaCBFKBaAJACdACAIAFcAFCABaDcAaDAaFAFABABaADCAFACKAaDACgADbAJABbAaDAFAaDbFBbDABaDBACDABACADBABaAFBDCaABaCACBaAFCDAJCFAaFIFADFaDFCaAFAaDeAaFaBCFAFaABACADaFACeAFkAJcADFaBDBaDAFaADaBiAaCBDBDaBCABACaACDBCBAaCACaACACBABAaCABaADcACABACFBACAFABaCACDJaDBFfDKFJaBABABACACaAaCFBaABACaACBDBbABaACBFACAICaFeAaCaBCAaBDBDCDBFACABaAaCAaCaAaCABCaABDBCAaCbACeABcAFaBaCaBdDBDFDBbDBDCACaBaABaACBFaACDaACaDFaBDABCAFAFCaBACaACAaBaCbAbBAaFaBDBDKDBcDBDaBCBDCAaBaABACABACBCADCAFABACKBACACBCABFCBAaCBADBaAFDaFACABFCBACBCaDbBdDbBDbBDBDfACaADaACbAaBaCBACaABDFbADaAJADaBaAaBeACADABCbBFaDcBaDCBCBACACABABaCBCaBAaCAaBaCBbAaCAKBbAcBCBDCDCaBCBaDBCAFCbBbAbBDICAFaAFDIcACABABaAaFDCcBCbBDBDBFABDAaBACFACACcABAFCBACaACFBCFBABJCbACDBACaDcBFDBCDcCAICDeABABCABAFABABAaBDaBAbBACaAFBbCaBABDaBFCDaBaADBbCFBFDBACACFBCACABDaCaABACDBaDABCBcADCBDbAaCAbFADCBDBAaFaAFCbACBJaCJAFDBADaABACFJaDFADaABDADACcAaDdACADFDFaABCADADaCACBACFaCFJaFbADbACADBaCaDaFaDADCACAIABDaCADBABeACDBaDBDFDBbDCDACDAFdACDCJbABACABAKFCaABaCBFACcDAFBaABDaBaDACADCBaCBaCACACbABDCaFCDFDCDFaDCbBDAcBAaBFaBABDbAKDACDaABKAFaCFCcDAaCaACBCABaCDAaDBAIBAaBIACaACdACFABdABcAaCBDBDBDBFDKBADCBaAFaABIABaAaBADBABbACBaAbBCABDCDCAFaDBaDaBdABAJaABACDcAbBACDJABABDFCADCBCDBFBCaBABDFAaBAIACaABADABaCaACaJBCAaBACDCFCaBDcACAFIDBCBaACABDABIAFADaBDaFaACBABDACJFABACBFBaFABCACbACFbABcACJCBAFDaBCDaADJaAFAaCaDFDbACAaBaDAaBCABKFAFaCBAJBCFbABFaAJACDCBFAFaADAFfAFaAFBaFaAFaDBJAFBaDFABFbABDKDcAFbADaAFAFIbFACAFDCDAFeAFaBbACABACDaCAbBCbABbDBAFJACaBKaABFaABABFDABCbBbABaAbDAFCACBACBaICIACACBAIBADACBABcABAaBdADBDBaABbAFaBKcAFABbABACICABCBCaAaIAIaBACABAFcDAIBCAFBDACADaBCAICaADCaABDACADAFACIBABaFaDBDaAbBaDAaBKaAaBaCaACABKABaDAIbBCcBAbBCBIBaABCaABIABCABDaBKcDAaBaCaBCADbBADBDBDBCBKaBABaABICBDCaACBaACBADIaBADBIBCDbBaCABAaBCBeABaABADCBaABaAaBCFBDBDIaABIAICIaBaAIAIaADBACIBIAKCDbBCAbBaADAaBJCaBDIDBaADaABDbBDbBACDABADCbBCFaBAaBIDABCAaBADADADFDCbDaBAIACDABAbBDBCAbBaAFBdADcAFADKBcADCADAaBCFaABCBaABADABACFcAaCAFbAJaAFCACFBAFhABAaDdABCFBDACAFAaFcACaAFDFaDaACeADFaBAaCFABbABbACFADFaACaABeABaAKbACBCFaADAKAaDaFADAFCaAJhABAaCABAFDJCDBDCaADbABFDAFCJCaFDCAFBDaFBdAJcAaDBaAIABCABaACaADCBABDBCFJCBCFAFACaADCACBDAaCAFADICaFDBaAaCFBcD11BDaBFABABABDcABABbDaBDBABaCACABIgAbBAFAFACaADAaFDJDKaBaDFBCBCBABDaBCBAcBCBAaBDFaBJFbDBFDaACDBACbAFDACAbBFABADaBCcDaAbDCBaABaACDeACADCBACDACABaABADFBDbBCaBAcBCBDBABCBIACKBbCBCaADADAaCJKCaBDCDBFDBbFCBFBDaBAFBAFDACIBFBDFaBaCbBaCBaAFABIACBCAFaBDFDACaADCDABFBABCABADCaDAaBIACBABABCDCaBaACADaAKDbBCaDBCDADAFAFBFaAJaBAaCFKADaABbAaFcAFDAaDADBdADAJADJDaACFDaABDAFDIBCAFBaDACDCaABCbADADCAcBAaDABDADACaFDFABFbAcDACKAaBbADJBFBCABABaFDBaAFCABDaCBaABbAFDaBABbAaCBAKbACAJhAFBaADBAaBaAaBFAaDBaDbADCABAbDADCBCcADCACABDBCBABcACbDaAFDaAFaBCBcACBCJaACACaAaBbACfADABIaADFADaBFABaADaAaCaACFaAFACJABFaAFaAbCAFJIbAFaAFBAFCFADFAaCbACADaFACFCADBJACACDACAFJFAFDBaCIFABABACABaADJADcADJCABDFaACaAJADdADCaACACFBACAFBAaCcACFABeAFDFbAFaDCbADBAFABaAFKCaBcACcAFCBJFABAFAaBaAdBbADFJADFaAKBACAJCIcADBJaAIaAFBABaDAFCAFbAFAFCBAFBADCAJADABeDFDBAaBACACBACcAFACbABFaACBCeACBCBAKCBABCDBDBFBcDCbAaBaAJCaACAaDAFABCAaFBaABDABAJFcABCeABaAFBaDADCeDaCBAFcABCaAJaACKBFAFcAFDaABaCaADbAFCACFJdDfACAaBcAbBFBcACACAaBCADADACADIjACBFBaCBcDFDdACfACaBaAFAaBACaACBCbACFaCaACFBCbABJACFABbDaABFaAKaBAFBDAFCADaFBJCaABCADACbACcACIBDIAIABDbABIACaAIbACBaADIACDACaACdAFBIFbAFCbAFaDCDBACBaADdABAFbABaCDCFaBDAFDbACaACAIaBAbBABACAKAKABbCADBfACFACaDBDJBKBDBDaFaABFCABCAbCaBFCBFaBADFCbABABdACDaCaDaACADbADbAFbADKBACaFJACaACaBJADaACBIAFAJbAKABFABFDCcACAFDCbAIcADCbACaFKABCaADADaCBACaBDAcDCACBABABDABDaACACbABCaACIaBaADBFCACaACdAFDJFBFdDBDADAaBaABIaBAKCBACFBAFCaAaCDBABfAIaACjACaAFDBFJbDBcDFBcABACACbAcBCbABaACFaDACAFCACaBaAKCaBCDCFDFbDFfDFACaABCBADBCaBaCaBbACaAFBCbABAaBAaCdABFJCABAaCIaFBeDBCFbADAaCAaBaADFCaACBaAaCDaABCaABDcABABaACBADCFABACFAIBCcAaCAFcACAbCaBFDaFbDBDFDCADACBaACABCAcBCaACACFCAbBaACaBIaABABCbBACAFaAbBACbAJaCFaBDBfDABDACaBABACDACABbADaBADCBABABaACBAFAIaABaADaBACAbBABDCACaBFBfDCDBCFBcCbDABCAaCICACDFDaBABADaBABAbBACBCBcABADBaDBFDADCAdBDCcADAaBCaAJBbABFBCaACDFADACaABABACBDBaDFDaACaABACBaADADaACFaABAFABAJBaABABDBaDcACbABaCBaADACaABAaFCBDACBCACACKBAFBIFCADbBAaBDCABCBaADaCAaCaBbABCaDCbABCABFABeAFAFbADBDAFABFaABaDAJAFAJBeABDBaACFDaAaBACBDBCAIDBFDABaABaABCaBFKaBbACABACAFBADFDaACDBCBAFADbABACABFaAFABDBaAJCaAKACFCBACADBaACADeADaFKaABCACBABCDCAaFBCDaBCaACADaAFaAaDaAaBCaABACbDFbAIFaADaACBaACaABcAIACbAFDBaDKACcACbACaAaFAFACbABCbAJDCAJFaDaFcACFBaACaABJAKACBbDCFbACeACdAJCaAJbAaBaAFeACICJCFDFAaBbABaACADaACDaBbACAaFAKCABAKCDFDbBAKCAaBdAaBaAIAFBbAJaFAKcAaBCBaCaDBKJDADIdAIFAaDIBDABaAKCABAKABbAFBbAJFAFbACBAIADFaAIbAaCADaCaACABCDAFcABAIDCbADdAaDADaACAFCBAaBaACDFDFBaAaCADIACcADAFCABDCBDdAaCaFJFBaDABaACdACACAbBaABaAFCBIaCBADADaABCaACaABAFcAFaADBCaFDCDFaDFaDBDBaACaAaCbACBCaFJBCAaCaACDaCAbBCeADIcAaCaAIDFABCBaCDAaBABCbACcACBACJCDaABaCaAFfDBaDADIACDaACFbBaACBaAaDaBFaCACFCIAFaACAbBaABbACFdACABaACBaCABaAFaACBbFDaFCDFbDFDBDFbDCDICAFaCDACaABCFaCBaABACACaABCcBaFACaBaADCACaFACADdABFCaAbCBACbACACaAaDCbFBbDBDCaACBCdABFACAaCcAFADaCBaACDACFBaABaCAFAbCAaBbCBdAaDaABCbAcCACbACaACaBFCBAaCJcDbFDCFKFDCDBaDBAFBCACABCADCBABAaBAaBaCDBCAaBDCIDaBbABABaAaCaABcACACBACeAbCACABbACAFJaFCFCBDBCbDCaDCADBAFBaACBAaBaADBIaCaBIbACaBCBaACbABAaBAFBJaABcABABFBJFBfACDAaBAaFCbDaFaDBAFBAIbAJCBACFDCAaCFCaBABABACaACACBAcBaACBDCDAJaACBABACABCaACAFAFbBCAFAaBFDFDbCAaFcABAaCaBDIaACbAJAaICBACAIbCBaAICDaBABaABABACaBCADBDBDCJFBKBDFDCbDCaACBaABFCDABFBaABACaBAaBADaBCaACaACaABCbBDFaCBACFCBACBIBCaBAKaCJDFaADBCBaCaBCBDBaCDACaFDaBeAaBFDFBDCADABADaBaCFCaDIDCBCaAFaDBDbACaFBCACKaDaCaABaDACbBFDCAFaADAFBDFCaDFABDCDBAaBaCdABbADaBADBaABaABACADABCFABCBFAKABFBhADJAaFBFAFDAFCFBdADFCaACbAFADBaAFBAaBDIaDBCACABDCaDAaCDACAbBaFCAFbACFaAFABAaFAFaAFaAIDCbAbCBACAFABDbADbADaABDBFBCBCBDaCBDBaADFABFBAbDCICdBAaBCBCABDACFaBCFbAFaAaBJBCBAaBDCaBDaABbCDaBCDCcBeABaCDBdAIaDBaDBCABCbADAKaADABgABFaDBICAIACDABCABACABADaCACDaAaBhAaBaAaBADdAFcACBDCDFAfDCaACABaACACDIBaACdABaABbABDaABACBCaACbACADdAaBcADADCAaCAaCcACAFBbDBDFbDIaCaBAaBAaBbABaCBaAFKDBABACADBaABDBKCACdAIBACBCAaCaABaAIcACBABDaFgDBgDaCaACADbCABdABaADABaACBIDAaBbAaBCaBIaCAaBABbACBbAIBACdACFBaFfDaBcDbADCADBABaADaACaBACBaADCKdABCaABFcAaBCABbACBaACbAIbADACbABAaCACACbAJcAaBDCDaBCADFJFAFbDBbDFDCDJBbABAFgACICBbACAaBABABAKACACAIABIBFbAaBFCACFaACBACaAIACAaBaACaAaBCAbBACBDAaDaADBaABKCbBKFBcFDFbDBDBCDBFCBaADBCBKABACaBaABACBAaBABAKDaADFCABaAaCIaAaBAaCABbCcABCaACaACACBABbABDBAaCBCFbDBbDFDaBDCaACADBADAIBaACBCICaABaABABABCACBACBAFJBbACBCIAFBDaBABaAICAIKCcABCcABaCBAaBCABaABADaBFgDBABaACAaBaAJeACaAIADABFbBCcAKaBADaBABABbABCaAFABbAIBcADAFACAIaAJDFaDCBACABbACaABAbBaACABABCAFBAaBCBABcABFaACaAdBbDBaAaDABaAaBcAaBAKIBCADaABaACABJIFAaBFABCFABCADaBbADACABCBADAaKBABCABaAIbACaBABDbAbBCaDaABABCBDAIaCBADAcBCABIFcCABJDIABKaCaBADbBaAcBAaCIaBABaADCaABaDBaCBAaBDbABDAbBaAaDCABaDABDBABCACFaAIJbDCBIDBABIBDBDeACDACBDcACbBDBbDcBADaAbBABCBaAaCBaABDaABAbBDCfDFaDIBADeBaAaBAbBDBJACAaFABCAaBFBaDBFaDBDaABABABaAaBDBADaBDCBJcAcBADFDaBFDBDBCBIBCaADaACABABACaABJaABACDAIABCBABeAaBADADhBFbBABDAaBDaABaAIADCDBAaBADAFCaBACAbBaAIABIBDBAIBDABFACaACaBDaBaADaBAaCABACbBaABAFDAIABAFbAFBACICBDaAaBDBbABaDBbADbBDaCBDCADaAIbAIaBDBaAFCBKIAaBAaDCICBADBaADCBAaDaBCIaBABACaABFADJDFaADcAFcACAFBFbAaBaADFaCDaAKCACcACACACbAaDBAFABFBDCABFABADBCaADaCAaCbADCaBABCDaBACbBACaBAaBDBCDbBFBAcBACaBDaACACFCKAIFaDFBaDBFBACACABCFDAaBCBADABADBFCACABFBaDaCaAaBJBDIAaBJFdDCADBfACbBCDCFDCBKACBFDbBCAaDcADbACFaDABFABdACBCFBAaCACaABbCBFaAbBbAaDbBDBCACABAbDFaAbBKbCAaBFDBaCdADCaACAaBABaAFbAbBCABCACaAIACABDABFDICdAbDCBbABCDBCAICbABAcDaAICBABACaAJBaADAaBCABbACaACABDACaBAaIAbBaADACIcACBaAIDaABDFDBCABbAaCBaAaCABdABACbBbDCBJbBIKBCABIBaIaABbADACbAChABICADBaDbAIaAIACaIBAICIaBbCBABADgABbAIFCbACBfAaBCaDaBDBIABACIAKbACAIAIBDFAFCDaBDCAaCBAIaACAFABACaACaADBFCbADBAIBIAaCKABAIbBDBIDCFABCKDaAaDaABCBABbABaCABaACBAaCAaFBDAFaCAKCBCACDFCFaBCBJBaACFaBaDBbAaBACABAaCABAKABaAFCAaJaAFAaCaAaBCcAaBFaACaAFaCACDBJFDCACFbACaAFAFIABDFDdAFCAFABcADFaAaCBaAFCaFJACACAaFaCABaFaBFaAKFaACBaACaAFACaDBaADFABbDCACADBDKBAcDCdABFaACBbACACaACAFABDABCaACaBAJaADCaABAaCAbCbADBADFaDFBFCACbAcBaABABCbAaCFaDbACACADCIBFCBACDFABcCcACACaAaCaDBCDIAICaACaDCFCACBaDCFaAaFcAaFABAbBAaBJABACBDAaDCBaADaABAJACDfABCBADABdABJACJAFaACaBAaFABADIADCAKDCbACAaFCaFAaCaFDCBKCAaCbDABJCAFABDCBADFaABCADACAFbAbDAIADAFDABaABaAFADbACAFBAFABABCaABABFBaABaADAKJAKBABFeADCBIBCBFCDFDCaAFBbADCBCaABaADBDCFCDbBAaCcAIACADADFIBCaAaDCaBAaCaDADaBCFCBaACDCdAFaACABCaAbBFDCaFaDIBACBCbACbBCBDbBDACaABDADBFCJaBICbBACABABFADCBFABaAJCACBABbCDABbACAaDBCaBDADAbBAbBaFaBCDABcABAFCKaAFACABAFDCcACBACaDBABIaAIBbDABDaCKBCaDAaCIBaABAFaDBFaDBCaBaCACDbAcBaACBABABACDCaBFDaBDFaDBACADaCbBCBCJBaCaBfDaACDAFBFCaBKABbABaAaBFDFcDBCBADCaBADBIBCAaBFDcADADAaCBACBCaDFCABCBaABDbACBaADdCBFBDaBbAFAFDADaBAFCACaACBAIaAaCaAFaBDACDaBCACaBCBFaABADAaBAaBaCAIFADCaAIAaCFABDaBCFDBaDADAKCaAaBDKBDAFaCBCaFBDaBaCAaCcACBFAaBaCBDaBbACACaACDfACBaDCACBeABfABAaBADaACBCDAaDaBCaBaDFDaAFABCbAaBaFbBDaAFbABABCAaCBCaBACADaBCBDaBbACaAaBAFaABaADaBcAKdAFDABIFCbAaCBCBaADCACDADFDBCaACFbAFaADcACBDFCaDBKaBADBAFbDAKACBABFAFcACDBCaBACDcACADbAFIbDBJBDBCBCACaACKaFKAFACbACaADJaCaAaCAaBbAaFbDBFCABFaBCFDCbAFDCKCBAFABCBDAaBDbADCaABDdAJcABABACBaDBaCaACcAIDKaDCaADBAcDBaABADaACaBABCAaBJaACFaAbBCaAFaACaAbFCDCFCDFDKBAaCaADaAFaABaACFCACFABAaFaDJDABJaACBACAaBFDCBAFABACIDIABaABCbDaABADBACADBCBcAbCaACAaCBACAFDBADCDFDFCFbBaACaABbACcAJACADBcDFDKAbBCbADAFDACAaCACACABCBaFBDKDFaDBDCBFABFBABbAaCADaACACaACaAaFaAbBFcDFDCABCFACDACFBABcFIDaAFDACaAFcADBCBDKDABaFBACABAaBAIaBACABCaAaBFaDCBCACaFAbCBCBABAbCFBCADABAbCABCAaFBDFDCDCaBcABCDaCACBaACBDFBFDCFBFaACFaBbACDCABCFbBCDaADFACJCAFaCFaCaACFaAFDCaABADAaBAcCDaABCaDBCBbCAaBAFAaBCFBABFBABaFBADCABaAaDFBDCAFCABJcAaDFBFABFbAaBaFBAaCbACFDCBFAKbCAaBaCFaBbCbAFaADdADAaDKCABFBFbBABIABbABaAJAaBADABfACaABABCAaCbACeAaCBbAFDBFDaBFaAFeADABDIaABdCeACFKBFJAaCaABCBaAFBJCaACABDbADFACAIABDBABcADaJDFaACBCDABCFABCADaCDbCIADCBAaBaCKFJFAbCABaABKaABICcACbACaAFCACaABbACBCFAaCADBcACACFCaBFJaACABbABaAFAaCABaACFAFBABaCBACABDACAbBDaFDIaFDBcAcBaACaBABAKDBACfAaBFCFaBAFCaABbABACABACABaACBABeABaFBaFDABABbAICaAaBFACBaABDCFCBbABACaADBCBCIBCABCbACBaAFaDCaAFABaACAFaCaACABABCaAaFAcDBfDBlDBkDBfDBnDB1kDB1tDAIABAaFCaAaBDbADAbBIbACeAaDAaDaCABbADAFCACACaABCADACABDABbAaBIaACFDJCDcABACACACFCaBABaAKDABCaADBAaCABCBaAFKBaCAaBABCBABaAaBCABACABCDAFBFBABABACaBADaAKBbDAbBbABAKCABCABaABACABCAaBDaBcACAChAKFCAbCbAFeADBaCAaCAaDCBADAaBDAKCBABDAaCACDCFaCACAFaDAFDABIDAcDbBADBKADADAbBAaFACBCDCBFbDBFDdAFbABCDFDcAFBDcAFABaADFaBDBADBADACaACAFBDaABFAJCDbAFABADaADAIaBCFADaBcDBaACABCBADACACaBFDCaAaCbAICADaADBaACaDBaDBCFACAaCAaCJAcCaADBCACDeAFBFBbDBDaBbABaAFBCBFaBaABDADABACBDaACBFBFDBDaADFCAaDJbBFACBDaACBABeABFDcBDBFACBDIaACFCDABAaCaABCADIcADaBDaAFbAFABABaAaBFAFaDCDCFBCBACbABADCAFbBaAbBDCDABCbAaBJIACBcACACBCABaCAFBAFABABFDCFCbACDACaACBACABaABAFaABCaFCaAFABaCbAFAaCaAJCADaACACaAaFABAFCBAFAFCaACaABACaDaBDaCbABFBaDCACdACDCIaBADBFCAFADCDCaDaCBAcBaCbABCFBAFBaCABAFABJABCaADaADABcABCBaAaCFDACBDCDFaADaABICACADFDbACDABACAIAClAFACaBbACdABDbBJFbDBcDBCdABABCFaADcACACbACKCABCBCBABaABaCBbABaAIeAaCaAFaCBFfDCACaBbACFBFCJaIaBABIAaCFAFeACaACBACDBABCAaCFABaAaBaCcAaCFaCFDFfDCAaDBgDBFaDABCBACDIAaCBCFBJBFAaCBaAaBCAbBaAaCABACaACaAJADAbBaCcACFbBFbDFbDBbDdAIaBABCBaABABaCFADaABABABDBACBbAbBCDBCACAbBcABABAFCABACAaBDCDaABaADBdACBCBCBFBFBFDaBbDCBFaBDBaDAFBAaBCBAbBAaBaAaBaAbBDbBCAaCaAaBaCFBACbBCAaCaACaBaCACAaCACBAJbACbABACACAaCADFCbBFADCFBDBaDFDbBAIaCAFBCBAaBABCABAbBDFBAaCaBABABCADADBDeACcADABACFbACACbABABDABDFABFDBaDaBDaBDCaBCBAKaACACBADBCaBACaABCADaCaBACcBCBABCABbABaABAFCBaABAFACaACaBACaABAIBFaCaFDBaDBDACJCABAaBABCbAaBAaFaCABdACBFCAaCACaAbBcABABCaBDBDaBCICACBFAFACaBACaACaACAaBACADCAaBACABACABaCBCBAJACbAJbFaABDBCBcCADFbCBACcBABAFCDcAaBaDAaBbCDaABbCaBaACDCaAaBCdBFCDCABbACICaABADACaADBaABCFBaCFCBDbACACBDCIBCABCaBABAIDBABAFdBCDbCBAFBACJCBDBCaBaDaBaADADCbACaFCFaAFaAFcCBDABCBaAaBABAbBaFCKbABFBeDaBCaFcABDBCBABACBCBCDaCBDBCBaABFCbAFDCDbABCAdCdBCACBaCbABADABaFDBCFBAFBCBACACBaAFDBaAFCFBAaBaAFCdDbBaACAaFADABaAaCACcABaCaFAaCFBaDACABAKCFBAaCBAaBaABDaBCFBaCBAIDABFaACFCaAaBCDFBaDFDFACAaBCBCBABACAbBCBaACBCbABABCbBACBCFBABABAaBCFBDFDBaAeCDCaAFBCaBCBFBCAFcBaAFDaAaBDFDaBaCAaCBCBAICcBaABAaCACaBABCJaCaABDCDFBAaBFCaBCAICaBCABCAbCaBDaCACBADFACBaCAFACABDACBCBCBACFBbCBAFaCAFaCACBaCFaCBFABbAbBaCcBaCBCaABDCAaBAFACbBAbCACADCFACbABDFaADaCAFACAFaAFCcABDBACBADBACACADBCBADCDFBbACaAaBaDBABDABAcBABDBaAbCACIAaCBADCaDBCDaABDCDFCBDACBCaBCDcCbAaFAFBDBAaCACABFAFaAaBaABCaACAFAcDBCAaDaBDBACACbABCaAaBCaAaBaCDJBCADBABAFCFAIaABACBbADaFCBFcBACAFBaAbBIAaCBDCACAFJAaBCDFAaCAFCBDCDBCADCaBAaBDACIBaCABbAbCABCaDBACBACAFBACAFBCDBbCFcABADBcACADFDAFBDAaCbADJaCaBCJAbBbCKaADAaBAFDAJaFaADBADCABbAcDBjDABACAJFBABaADcBABbABCDCBCaDIABaADABAFbBFBCAFaACFDaAKADADACcAJcAaDABACAaFaAFAFBDBAaCADFBADJAFAFaBbACABCADFBCAFaCBKBaCBaACFdABDAaFADcADFACBADcADcABAaCDAaCADCAFBACcADFDCaADaCACABACFACADBDAFaAKeACABCaFCADAFBDCFBABCABaABDACABCACAFACADAFCAbCaAaBCfACDADaABDIAFaABaAIaACbABABADACbADAaCABDaCACACaAaBABaABdAaCAFBIaBABADBaACaBCBDADaBADAaBABAaBACAFCABCAaBACaABaCaABABbAFABaABDBCDBAaBCBaACDaAJFDADFAaCaBFACaACBAaCBDBKACAFACADaAaCADBCABAFACA1bDB1hDB3eDAFCFaBaCADAaBDCdACABACACDFCAICaFAFBCDBDaAFCBCDACbACDcBADaCBbACFBFDaBAKBaCFDCAFaAFBCBCaABDBACBaCeABCBDeACFaADbABgABeACJaAFAFBCFCDACABaCBDcACABdAIABCBABaABFaACIACDaCBCbACFBFBCaABaACaABAFaABCaABACaBDACA2qDAFaABCDACaABAFBaADaAcBDBDFBACDCAaDFBADBCIBACbBCBaDADaBDFCABDADBCBAaBACaBCaDaABCBCDCAFCDABCBABDCAaCDFaABaABCDBCbABaCABADABABACFBCABbAKBACACACFcDBDACBCBCaBaCABJaAaFaBaACaBABCeBbAcCaBaCaBABDaBDACDCbAFaCIDBAaBACADAaBcACAaCACaDBCAaBDABCAaCaAaCaAcBCBDaCDCFCABACACBFCACDBDBACFCABABbABABDaACaACaBCJCFDCAaBAFcBCBcACaFCJBJDFCaDBCFaBJDAFBCaFJaFBcABCDCABCaDaBDBaCBIAaBAFcBABDABaCBFCBDbBCdAFABCBCADABbACBFaBFCBcAcCBdACFDCBCAaJaAFCACAIDBAcCaAFABDbACACbACBACBFaACBCACACBaAbBCbABcAFABeDB1iDBfDaAaFACFJAFCACAcDeABCaAaCBCACDCAJCAKaACDFBaCBaABaACbAaBaDCdDCBACbADAFaAKACFAFKDAaCcACIACIcACaADAaDbAJbABFcAFaACBfABaDcFDFCACDaACbACAFaDABACDaAFCFBADbAChACDaADcADaACABaFCaADBcACDABCcACABaAIfABaAFACJIFbAaDBADbADCaDaBACaADCABADAbDBbACACACDAaDBDaABDADbADaCFABFDAbDFDBCBbCBCaAJCBaABaCaDABIABADACBCIaAaFDcBAbCBABbCBCBDBDCaBCBADCJaACACBCBABCBaABFBABCbBAaCbABABCFBaCBFJcBDCaBaCfACaBACFBaAbCFBDbBCcADCBaADAFbBDACaAIbACFBbDBaCABaCADACABACBACACaFBaFbBABAaBCABFBFBCBbACaACaACaACBFBaCACBFaACACbAFADfADaCBCaAaCFaAFCDFBdABaABCACaFCDaBAaCBCBaFCBAaCaBbCABaCDCACBbACaACACaBDAFAKDBDbCABCFaBFBCFCIBCaACaACADCBCaAIaFaACFCACABdAIbBCACFCAFCABaCABbACaFDbBbCFBaDFCaACBCACACAaBABAaBbCIBaCBDAFABaACdABDFCbBaCBaCaBCBFBFDBCAIBaAFAbCFBdCBCAaCaBCAaCACIACBADAaCDBFCBAaCDCaABbCABbCBCBACBDBCbACAaICABCBADABCBDaBCBaAFaBCABDbABFCfACbACbABaAaBFcCFaBaFBbDcBCaBCcABAaBCACDAaCACBCaAKCBCbBaABCBaCaACAFACKaCACbBCBACAFbCdBCBAFACBCaBCDACaACBaAaBCaIABaABCAaCBFaACBAbBaCFaBaFADBDaBFBACFCaAFbACaBCABCaBbACaBcABaABAFACAbDBDBDBCDaBCICaACABCbBCFaADBbCbBaCaAaBaAbCaAFBDBDFBFaDBIcBIAaBaCBbCFaABABACBCBCBFICACaBCBABABDaBaAFBADaBaFAFBAFAFaAaBDBCBaABbCbAaBABAaBDBcABCBCFAxDBaDB1cDBDBwDBxDB2aDBxDB1tDaAFcBFaADCAFBCFaAJAaCaABcADCBACDBIFCaACcAaCaABbABDBACDFBABDACcACBaDADBCaACcAaDbCcADaFABAFACbABCAFDAjDB1lDaACDBACBAaFKAKADCIaABCACFaDFbCAaCDaACABABcDBbABCABFBADAFAaDdADcAaFaDBABABFBABfAKFCaACFBCFCbABaCaADbADAaBaACaACFaAFBaFaBaACFcADBDCFaAFaADAJaAFaACDBaAaBcABACcAaDFCaBaABCeACDBaADBaDbAFbDaACADaBaABbADBDBADaCeAFBKbABABAJDADBAFCACAaBaCACBIACBAaBDaBACAFaBCDaABFDACaBCACADACaACBKbFDaAaDaACAJbAIABbAaFDAFaACFBACDBCBaAKCACFACACBCaAaBaAFaBCBADABAFbDBaFCAaCBCBaCABCAaBADADBbACaDAaCAFCBaACBFBaCBABAaCAbCFbACBAFBACaBaCADFbABaADBFBAeDaAFBbAFaAFCBaADBIAIbACaACADADgACBbAaFBCBABCADaAFAbBDAFaACADAbCDbADAJaFKDBKBCBaAIBCcACBCaAaJaCaAJCIBAaBDaCBbAaBCACaDbABbA1wDABaFBACAFAIBCDAaCBACAaBAaBACAFaACIBACDAkDaADdACDCaADCaABAJAFACFABCaDaBKbADBDCADCDaCaADADBDACcAaCABAaCFACJCFDCBJaABICABABIACAFCDaBAaCaACBaCABDAFCaABbACDbABaABAaCDCABACFaBA1wDcADCIACJDIDABACIADIBbABaACaACKDBACBaCDFDABCaAFBJADcBIbAaCAaBaACbAJABCAcBCKBAFCaADCAFDaCaBACIACACADdAaBJBCACIaACAaFaBADKACIaBCBCBbCaBCFaBABACBACBFBcAdBABeABFaBAFbAIBFABCACaABaABFBABDABaAbBaACA1gDBwDADJBFCFCABCBCFaCaABCAaCaACBaFDABFDBaDBFACACaACbAFDFCDFACICAFJACDaFACaACKCACAFBCDbABABCFCAaCaADaCIACACBABADaBABbAbFBACDaABAFcACFCaADaAbCDCDCACAFbBdABDADBACbABABDAaCFABACaDFaBCDFBFABCBaFCaFAaBaFAbCaFdBCAaBAFbCBaFCDCACcAFBFAaDCBDaCACaBDaBCJAFaAFaABCaFDFaBFCADaFBFaCADaBDAaCaAbDFCbFBABACFaBABCBFBCAFACBCABaCaBaFaCaFBFDACaFaDCDCFDCDFBCBACACaABFAFaACAFBbFbCFaBCFCaACFaCFaBAJAFaAaBAaCDbABCAaBCDFbCACACbBCACDaACBCACBbFbCAFBADFBACbFDaCDFBCaBCFCABCaA3yDbADABaFBaDFBCaABACDCcBDaBDCAaBcADFIDFDBFADBABCAIDAFCaAbBADIADABbFaBaABFaCDIbBFAFbCBaACACbFBCaBDaBCACaADbBCaBCaACaAcFKaBAaCAaBaABACaBFAaBFACBAcBCABaCBaAaBbFBDaCBFAbCAeBAaBAcBAaCABFADaCBaAaBaACAaCBACaACABFABaCcBCbBAaCaABACbBaCFaBCBCAFBAKABbCAKaACbBbAaBACIaBCcBADBCaBaCIbCaBAFaBCeA3fDADKFbACADaACACACBaCaBaABCJBbABaCaAaBCBbAbBDbABCaABbCACBDFaAaBbFACbAbBaAKCBCaDFeAFBACIDAFIcACADBDCABCAaDBFCaAaCABcACAIdAIBAFKDBbAIbDACAFCAJaCABAaCBDBFAFAbBCbBCaAaBABaCBAaBCIAFAFCAFBCBdCaBaAaBACADACaACACBCaBaCbAaCaBaAFaAIAFcCAFBCaAaBCBDFBAlDAIFbADaAaCBAaDAJFaAFAFBAmBFfDfFDFDFdBFbDB1dDoE44t6UbE2b6UhE1u5P11m11ZsE1tL3J1uL3i4YgE5hLa9I1xLaEhL1oEjL1r11XbEb8Jb8Kc8LeE2c11RgE2q6GgEk6GeEp1J2B1J8Pk1J1s5L8W5L1i6EjE6E1bRbE2y3WE10Ki3WcEa3W1d3GE2b3ChEm3CaEi3CaEc3C1e3G2n6MwEd6Mv4A2dE2gLcE3a3R1s4AaEi4AeE429qRkEvRcE1vR325aEcA3EaA1T3EaQA1Y1TfQAQAaJAeQJ1ThQJAQJQ5JaJ1YJQAJ5JAgQAbQaAJAbQJbQAJeQRbQAHaQAaJAJAdQ3EJbQAQJQAQ1TAJ1YaQAJAbQaJ1TbQAaJQAcQJQAaQJbQ1T3EQ1TiQHbQJcQJQ1TQJbQAQA1YQJcQaAQ1TfQ1YfQA1YaQbAJAQa1YAaQAQAfQJQRaAcQAaQAQAaQAaQcAQAQaBaFHFQaFbQFeQbFQaFHQbFbQHQJaQHbAQaJQAbQHQHQHcQJQAQAiQHQHcQaAiQHQbH5oEdSaLkEd2PdEy1UEd1UE1UEa1UEa1UEi1U4iZpE13xZa10FoE2kZaE2aZ1mEaZ4ViZ4VaE8ZlEa9SiAeEc4Pb8Cf4Pa8DlAa5EaAc5EmAErAEcAcEdZE5dZaELE2MeAa3TaA2MA3TjAa2MbA2M2fAUAUbA2Ma3U2M3U2eAR1cAbEeAaEeAaEeAaEbAbEfAEfAiEbMaLaEk2AEy2AEr2AEa2AEn2AaEm2A1gE4r2AdEb5OcE1r5ObEh2A2zMElMbEM1tE1sM4yE1b11EbE1v10NnE1a9XcE1i5ZhEb5Zz10TdE1p11LdE1c6RE6R1i6AcEm6A1oE3a10P1u11U1c6CaEi6CeE1i6BcE1i6BcE1m10RgE1y5CjE5C5mE11x3YhEu3YiEg3Y5uEe2JaE2JE1q2JEa2JbE2JaE2Ju5GEh5G1e11P1d5WgEh5W1uEr3VEa3VdEd3V1a6DbE6Dy5QdE5Q2kE2c4BcEs4BaE1s4Bc1ZEa1ZdEg1ZEb1ZE1b1ZaEb1ZcEi1ZfEh1ZfE1e11N1e11K1eE1l5ScEk5ShE2a4WbEf4Wu5IaEg5Ir5HdEg5Hq4FfEc4FkEf4F3aE2t11O2bE1x4ElE1x4EfEe4E13mE1dM4xE1m11MgE1o11V5cEv10ShE2y3PcE1c3PnE3P2m5KjE5KaEx6IfEi6IeE1z5DEq5DgE1l11FhE3q11TEs1NjEq5ME1q5M2lEf2SE2SEc2SEn2SEj2SeE2f5NdEi5NeE1G2K1G2KEg1GaEa1GaEu1GEf1GEa1GEd1GEa2Kg1GaEa1GaEb1GaE1GeE1GdEf1GaEf1GbEd1G5hE3m5XEd5X1cE2s6QgEi6Q6iE2a6HaE1k6H1gE2p5TjEi5TeEl2HrE2e6NeEi6N18aE3d6TkE6T9uE2s12AgE3d11WlEo3Q2d11Q10bEh3BE1r3BEm3BiE1b3BbE1e3ZaEu3ZEm3Z2tEf2GEa2GE1q2GbE2GEa2GEh2GgEi2GeEe2LEa2LE1j2LEa2LEe2LfEi2L19wE5PnE1w6OlE6O35k3D3wE4f3DEd3DjE7m3D105qE41d10Q155rE22j10C331zE21v4YfE1d4DEi4DcEa4D3qE1c4ZaEe4ZiE2q2UiEi2UEf2UEt2UdEr2U26kE3l11H3vE2v4CcE2d4CfEp4C2lE5Y645kE15e5Y88sE4b2QdEl2QbEh2QfEi2QaEg2Q217qEsMkEs9ZkE3hMhExM5dE3fOE2rOEaOaEOaEaOaEcOEkOEOEfOE2lOEcOaEgOEfOE1aOEcOEdOEObEfOE13aOaE11eOaE1wO78sEf2DEp2DaEf2DEa2DEd2D25jE2e6SdE6S59aE2w3McEi3McEa3M30dE2o11D12rEcOEzOEaOEOaEOEiOEcOEOEOeEOcEOEOEOEbOEaOEOaEOEOEOEOEOEaOEOaEcOEfOEcOEcOEOEiOEpOdEbOEdOEpO1yEaO10iEcMN1lMcE3uMkEnMaEnMEmMNE1jMiEl1AbE3n1AbEa1Xk1Aa1Xm1A1Xa1Ai1Rq1A2dEyPAa1RlEiA1RsA1RaAh1RAcEhAfEa1R6qElPbNdPNePNcPNaMhNhPN2lPNcPNtPNaMaNMbNaMaNfPNcPbNrPNPNPNbPdNdPlNkPNbPaMNPNMNoPNkPNhPNePNwPNPaNbPcNaPbNcPNuPNqPN1jPNkPNaPNdPNPNbPNgPcNmPNcPNcPbNbPcNhPNPbNPNMcPNbPcNaPNcPaN1oPgMbT1CNcPTwNfMaNaMfNPkMNaMcNaMNcMaPlMPNaMNgMaNhMNdMbNkMbNgMbNaMNMNcMNeMNbMNeMNtP1C2jP1uMfPNdPNbPNaPNbPNsPNcPNePaNPNhPdMNPbNbPaMbNcEcPeNbMNMaPbENaMNbPeNbE4kTkE3jMfEkNcEPnEkMcE2cMgEiMeE1mMgE1cMaEaM3kE1tPMiPM7bP3eMkEmMaEdNbPbNaPbEfNaPfExNfPfNfPEPbNbPgEaPfNdPcEhPfEhPfE5pME2bM1jEiM39zEHtEG1aEGfEGfEGxEG1bEGBEFXhEGlEHEHjEHxEaGBGbEGdERuEGeEHuEGEGhEGrER1pEHjED2hEHEGcEGEGtEGqEG1bEGpEGfEGeEHG1iEG1fEGwEaG1hEGcEGEGuEGfEaG1iEG1iEGyEGdEHtEGbEbG1nEHkEbGH1cEGeEGlEGrEGEG1nEGbEHaEGuEaGiEG1oEHyEG1fEGeEGaEaGoEG1xEG1iEGEGiEH1zEHfEG2qEGuEGjEHEGnEGeE2EdEGcEGHgEaGiEG1jEXbEGbEaGlEAfEG1jEG1dEB4lEH1fEG1gEG1bEH1nEG2yEH2iEH1iEGlEH2cEG2pEHzEG2cEHfEGkEG1uEG1iEGaEHfEQwEH2tEG1nEG2iEGrEHiEGyEG1nEGlEGiEGdEH2dEGnEH4hEGnEXgEaGlEHfEGeEGcEGuEGgEGnEGbEGjEGEGqEGrEGdEaGdEbGnEGpEGpEaGbEGoEGgEGdEGwEGaEGuEGDaEcGeEGnEGpEGtEGqEGgEaGqEHcGaEbGhEHuEGEGaEGfEGEaGuEGdEGiEGiEGtEGwEH1gEGcEaGaEdGcEGeEG1sEGvEHgEXdEGEfGoEGgEHGEGcEGcEGfEbGhEG1eEaGcEGyEcG1fEGgEGeEaGEaGhEGoEGqEHcEG1mEGaEG1aEGeEbGdEG1gEGiEcG1kEGgEaG1uEGkEGqEGdEcGaEGkEGlEGeEGuEGiEbGdEbGdEGbEGoEGnEbG2cEGjEGEGfEGaEGeEGdER1oEGeEG3bEG1lEH2eEGHpEGdEH1cEHeEHGoERyEaGeEG1kEHjEGHwEHGbEcGtEHyEXbEGhEH1uEaGvEGhEGEDEG1lEHaG1kEGoEGsEBaEGlEGyEGqEGEaGvEaHzEGkEG1cEG1vEGsEG4pEGiEGpEREG2kEF1wEGgEGdEG1iEGgEHxEG1uEG1fEHbEGEGdEbGoEGEGhEGeEbGpEbGEGfEHeEGaEGtEGRqEbGdEHsEGsEeGEaG2aEGcEeGlEGbEGpEcGaEGnEGdEaGEdG1hEGfEbGaEGjEbGcEGcEGkEGjEGaEcGqEGbEGfEbGwEdGyEHaGpEGcEcG1eEGgEbGiEbGaEGeEGdEGcEGrEGgEGrEGpEGpEGbEGaEGcEGlEG1qEHvEGvEG1kEHqEGeEGoEGdEGvEG8oEG4sEaG3xEG1pEHxEG1vEGaEGeEG4wEHvEHGkEGiEGbEHtEHvEGEHhEHcEHsEGHaEGnEGeEGmEHiEGlEG1gEGeEGnEaHaEGdEG2vEGyEGbEG1dEGkEG2dEGdEGgEH2hERlEGjEH1lEGaEG2qEGpEH2uEGbEG1yEGzEG1qEG1yEG1rEG1uEGvEGeEGH1jEG1dEGEG2oEGnEH3tEG6dEHaEGbEG5dEHnEGqEGeEG1gEG4aEGjEGxEGdEG1cE2EjEGcEGfEGaEG1eE2E1jEGfEGsEG1hEG2cEG1fEGmEG2uEHpEaGmEG2gEGpEGzEGEG3kEHbGzEGEGeEGbEGiEG2uEGjEGsEG1bEaGvEG1zEG3hEHbEaGoEG2dEHEGrEG1zEG1sEGqEGtE2EvEGbEGsEGmEFbEG8aEG3bEHuEGdEGoEGEG1jEGrEG1aEGbEGaEHgEaHxEG2fEH1hEGbEG2yEHeEHEaGoEGrEGcEGbEGkEGkERwEGqEGdEGfEGgEGcEGiEGbEGaEG2hEaGhEG1vEGfEGyEG1jEGfEGiEGaEaGqEG1nEHkEG1cEG1mEGjEX1zEGqEG1lEG1qERmEG5aEG3hEGuEGfEH2rEGoEGeEGyEGuEaGnEG1mEGcEG1bEG1gERdEG2dEG2jEGcEG1fEaGlEGaEHkEaHbEaG1eEGiEHEbGtEGtEGhEGEcG1fEGfEGbEG1cEGfEaG1eEbG1iEGlEaG1cEGhEGsEG1hER1sEH2lEGvEXbEHEaHEHcEHbEGHcEHEGlEaGbEaGbEXEG2iEGiEaHcEGHrEHhEGaEG4hEHG1xEGuEG1eEGgEXkEG1qEHGbEGaEG1cEGgEHeEDEbG1hEGkEGuEGaEG1bEbHRGbEGeEHpEGdEGvEGuEGnEGfEGeEGkEG1iEGmEGsEGgEHhEGdEHbEGkEGEGnEX1hEaHEGyEG1eEGxEGdEGqEbGnEHhEHlEH1iEHtEGaEH14wEG8dEHmEG1vEREGqEGjEG1dEG2jEG10cEGzEHvEaDbGxEGEGeEHgEbG1wEaGXGHlEH1vEXyEG1gEGoEG1kEgGtEHnEGsEGaHjEGiEGpEDgEeGfEG2yEcG1rEGdEGvEG1dEeG2cEGjEGgEGuEG1aEHcGkEG1iEGaEGgEGcEG1jEeG1eEG1lEdGlEHjEG1rEGdEbGbEGcEH1wEGvEGiEGuEHGiEGhEG1jEaGbEGhEGeEbGcEGaEGEGtEGaEG1mEbGeEGgEGoEHeEGsEGxEGEFnEDkEG1tEGiEGaEG1aEbGjEGmEGEGnEGxEGEGfEaG1hEXaERgEGqEGkEGxEGrEGxEcG1kEGhEGdEGR1cEHGbEGmEHwEaGfEGdEGjEG1uEaG1hEaGvEGrEaG1uEGaEGpEGcEGaEG1sEGzEG3gEG2zEG2zEGoEHG2eEGmEG1gEGlEH1sEG1vEG1cEGhEG3pEG3aEGoEH1eEGoEG3oEGrEH3cEAeE2EbGfEGbEbGiEGhEaGEGtEGbEaGhEeG1cEaGoEbGcEGbEGaEGdEgGcEGnEGaEGEGEbGhEdGhEGiEGhEGDaEaGbEGEGeEaGgEcGEGdEKkEGbE2EGEGjEiGrEGbEGaEGcEGaEHcGjEGfEbGhEGdEcGaEDmEGeEcGlEcGhEbGeEbGbEGeEGEDGeEGlEGaEGeEG1jEG2qEHvEGH5bEGrEGkEH5dEaG1nEGnEG1qEGkEGH6fEG1vEaGwEHhEH1mEHbEGsEGxEH1eEHxEGEG3wEG2xEG1jEGbEGoEGaEGmEGmEGhEG1tEH2dEG1bEHfEGaEQ2rEG5aEHgEG1aEG1yEaG1oEH1hEXtEGEHaG2aEHEaG1oEHbEG2sEG1rEGoEG1zEGaEGEG1oER4mER2sERyEGjEGgEHaGtEG1jEGEG1dEHjEG2iEH1yEH1gEGDaEGhEGzEcGbEBaEaGyEGaEGiEGvEHDoEGzEGdEGcEG1iEG1tEGzEG1rEHbEGpEG2xEGqEGnEGuEGfEGvEG1xEHG2aEHiEHqEGvEbG3aERfER1aEGdEGsEGEQ3dEGtEGaEG1fEG2mEGnEG1fER1xEGvEHfEXfEH4vEG2kEGeEGpEaG1lEAjEaHcEGfEH4yEGsEGlERyEHaGpEG1bEGbEGwEGcEGyEG1mEGHwEHG1pEGqEGzEaG2gEG1fEGnEGqEG3fEGfEHvEG3eEG1dEHtERcEGkEHjEHaEHzEbG1gEGtEGdEHsEBXnEH1vEGgEH1lEGoEH4nEHjEHaGwEHoEHiEHhEGfEG1cEGmERgEHbEG1cEGrEGkEaG2rEHsEG1cEG2bEcG3aEaGbEG1oEG2nEDH1zEGgEGgEXGcEHtEH2tEG3uEGtEGXcEG4cEG2aEGaEGhEXlEbG2bEG1cEGyEGbEaGbEBiEG4pEG3pEG1rEGbERgEGpEG3cEGrEG2zEDfEH1uEGHGbEG1iEGlEGrEGxEGeEH1hEG2eED1aEGxEaGvEGjER2nEG1nEGvEGnEGxEGEGgEG1xEGtEHkEH1hEGaEGsEGqEGvEA1bEH1nEHmEGkEG1lEHsEGfEG1hEHmEaGdEGlEGmEaGdEH1xEH1oEH2rEHdEGcEGgEGEGlEGcEG1lEcGfEGDwEGkEGrEaGdEGtEGkEG2aEG1nEBfEHuEaGcEG1qEHiEdGzEHdEGqEaGcEGaEGaEGlEGjEH2oEhG1kEG1gEG1pEgGeEG1rEGlEaGcEGnEGcEGEGiEG1rEHEcG1dEHgEGbEGcEGkEGbEGaEGlEG2aEgG2yEG2wEaG1dEHiEGEG1aEG1dEaGuEbHtEG2gEGeEaG1yEG1iEbG1bEGcEG1bEGbEHbEGoEGaEGXwEaGpEHiER1dEaGnEG3hEG2xEG2vEGwEGcEGdEG1kEGbEG1tEG4bEG2rEG2jEaH1gEHGoEHpEG1kEHeEG1xEGEG9bEG1sEG2gEGbEGwEaGRfEGcEGfEaHnERjEHGeEGzEbG1qEHmEHG4pEHGrEHpEaGiEGoEHjEG1jEaG2qEG5hEGvEG1qEGsEAtEG3lEG2mEGqEGiEHyEGrEH1mEG1dEGkEGbEG1tEGqEREGdEG1dEGiEX2cEaG1zEGlERbEGcEGkEG1dEbGlEG1aEG2xEHiEHgEH1lEGcEG1bEG1nEH1tEG2oEGeEHkEG1nER2jEG1hEaGpEGkEXoEGiEGgEGfEH1aEG1cEG1xEH2gEGEG1rER1vEF4bERqEG5eEA2lEBgEGeEGsEGcEaG1hEG2eEGeEHdEG1oEHEaG1nEaGiEG2dEG1eEGlEGpEGxEG1jEGkEG2uEGoEGEG2fEG1eEHcEGdEHwEG1vEGsEGoEHqEGpEGuEGiEG1oEGfEGnEGkEG2mEH1mERpEDbEHdEG2mEHqEGbEGeEGmEG3jEQ1iEG2eEaG1rEHG3lEaH1cEGjEGjEGiEGxEGtEG2gED1aEDsEaGeEGhEGyEHGlEGrEHsEGbEG7uED1hEG1kEG8pEG1jEGqEHEGXkEGlEGbEGaEHaGoEGgEaHG1cEGEaGkEGEaHGbEGzEGEGaEGEaGaEaGoEcGqEGeEGfEHeEGbEXgEGbEGkEHgGlEaGuEHnEbGtEHbG1hEGdEGcEaGHGmEHeGHGcEGpEGnEGeEGlEaGgEbGEGuEGaEDaEGEGEGqEcGdEG1gEGhEGaEaGzEGfEHGaEGmEGaEGEaGkEeGaEHdEGhEGbEGdEGqEaGdEGaEGcEGcEGgEGEGjEDfEDEDaED4lEGaEGcEGiEH1wEH1hEG2gEHwERmEGfERvEG2lEHrEAfEHfEHuEXaEG1pEaG1gEHlEGEDqEGdEaG1jEGlEGbEHiEH2fEH5oEG1wEH4wEGmEGaEGfEGzEbGmEG1hEaGeEaG1dEGaEG1pEGoEGlEGaEGpEG1pEGjEG1qE2ElERfEG6wEHoEH13xEGaEGqEGjEGgEG2rEH2jEGgEaGbEReEGEG1fER5qEGpEGfEGuEHfEGpEGiEG5gEA4gEH1mEHeEGpEG1bEH4zEG2fEA1oERzEG2wEG1fEHiEGwEGeEGgEGgEGEG1nEGtEGEbGrEGkEG1wEG1jEGdEG3oEG1iEG1iEH5oEGgEG7oEG5zEG2dEG5mEGkEHmEG1fEGzEGaEG2jEHyEGnEGmEHvEGnEHjEH1cEG1fEH1fEGbEGqEGHuEHlEHmEG1oEGkEG2xEDcEDgED1oEGuEHgEHeEG1zEGdEHsEH3cEHcEG1vEG1lEGjEGdEGcEGHcEGgEGzEGnEaGzEG2jEHEaGvEGgEaG1nEGtEG1oEGqEG3pEGjEGlERcEXEGEGbEGaEG1fEG1dEG3bEG2eEH1aEG2nEG2qEGaEH1hEG4kER9jEGcEG1jEHnEGHvEHvEGvEGoEGgER2oEGgEH11kED10xEDzED7wEH2tEDdED1fED35wEG16aED14wEaDmEaD6wED10mED3sEDjEDaEDiED5cEDjEDaED2xED5bEDfEDeEDaEDrEaD1lED4nEaDbED1xEDkED1lEaDgEbDEDED3yEaDuED2jED3iEHiEHEHeEHEHgEHoEaHcEHdEHeEHEHaEHdEHsEDaEHaEHlEHfEDbEHdEHaEHdEHlEDhEHgEDaEDhEDbEDaEHhEHaEHED5xED20eED5tEDaEDxEDeED5tED13hEDnED4fED1vED19pEaD4uED1eED2uER7hEDbED1dED4yEDjEDzED4iED2nEDdEDaED11dEDjEDaED6mED7yEDcEDgEDfEDEbDEDqEDfEaD8oEDaED4fED1fEDpER1nED8jEDcEDaEDpEDrEDaEDqED8sEDjED4eED1pED4vEDbEaDaEDeEaDEDbEDEDgEDbEDjEaDgEDcEDaEDaEDbEDaEDEDbED1yEDlEaDlED5dEDgED5rEaDeEDEDaEaDeED4wEDEDEaDmEaDfEDcEaD1kED2mEDEDgEDaEDbED3bEDjEDiED65uEA129xEH28wEQ14sEH168hEHiEHdEQaEQEQfEHaEGaEHbEQeEQfEGbEHGdEHjEQnEQiEHdEHbEQGjEJnEGcEaHjEXdEHdEQbEFuEGdEHfEXHcEHbEHcEHaEQmEQeEHfEHbEHiEHdEQH1hEHEH1iEQ1lEGH1aEGhEGrEQbEGhEHQsEH129yER75tE6F1Y15fEC27566vEiP1lEyPcEP4769jEiP31vEPEiP2754sE", value, t3); + _this.__FontFallbackManager_codePointToComponents_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__FontFallbackManager_codePointToComponents_FI = result; + value = result; + } + component = value.lookup$1(codePoint); + if (component.get$_activeFonts().length === 0) + missingCodePoints.push(codePoint); + else { + if (component.coverCount === 0) + requiredComponents.push(component); + ++component.coverCount; + } + } + for (t2 = requiredComponents.length, _i = 0; _i < requiredComponents.length; requiredComponents.length === t2 || (0, A.throwConcurrentModificationError)(requiredComponents), ++_i) { + component = requiredComponents[_i]; + for (t4 = component.get$_activeFonts(), t5 = t4.length, _i0 = 0; _i0 < t5; ++_i0) { + font = t4[_i0]; + if (font.coverCount === 0) + candidateFonts.push(font); + font.coverCount = font.coverCount + component.coverCount; + font.coverComponents.push(component); + } + } + selectedFonts = A._setArrayType([], t1); + for (; candidateFonts.length !== 0;) { + selectedFont = _this._selectFont$1(candidateFonts); + selectedFonts.push(selectedFont); + for (t1 = A.List_List$of(selectedFont.coverComponents, true, t3), t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + component = t1[_i]; + for (t4 = component.get$_activeFonts(), t5 = t4.length, _i0 = 0; _i0 < t5; ++_i0) { + font = t4[_i0]; + font.coverCount = font.coverCount - component.coverCount; + B.JSArray_methods.remove$1(font.coverComponents, component); + } + component.coverCount = 0; + } + if (!!candidateFonts.fixed$length) + A.throwExpression(A.UnsupportedError$("removeWhere")); + B.JSArray_methods._removeWhere$2(candidateFonts, new A.FontFallbackManager_findFontsForMissingCodePoints_closure(), true); } - unmatchedCodePoints = A.LinkedHashSet_LinkedHashSet$from(coveredCodePoints, t1); - fonts = _this.findMinimumFontsForCodePoints$2(unmatchedCodePoints, fonts); t1 = _this.__FontFallbackManager_downloadQueue_F; t1 === $ && A.throwUnnamedLateFieldNI(); - fonts.forEach$1(0, t1.get$add(t1)); - if (missingCodePoints._collection$_length !== 0 || unmatchedCodePoints._collection$_length !== 0) + B.JSArray_methods.forEach$1(selectedFonts, t1.get$add(t1)); + if (missingCodePoints.length !== 0) if (t1.pendingFonts.__js_helper$_length === 0) { $.$get$printWarning().call$1("Could not find a set of Noto fonts to display all missing characters. Please add a font asset for the missing characters. See: https://flutter.dev/docs/cookbook/design/fonts"); _this.codePointsWithNoKnownFont.addAll$1(0, missingCodePoints); } }, - findMinimumFontsForCodePoints$2(codePoints, fonts) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, _box_0, t21, maxCodePointsCovered, t22, t23, codePointsCovered, t24, _this = this, - minimumFonts = A.LinkedHashSet_LinkedHashSet$_empty(type$.NotoFont), - bestFonts = A._setArrayType([], type$.JSArray_NotoFont), - t1 = self.window.navigator.language; - for (t2 = A._instanceType(fonts), t3 = t2._eval$1("_LinkedHashSetIterator<1>"), t4 = A._instanceType(codePoints), t5 = t4._eval$1("_LinkedHashSetIterator<1>"), t4 = t4._precomputed1, t2 = t2._precomputed1, t6 = _this._notoSansSC, t7 = _this._notoSymbols, t8 = t1 === "ko", t9 = t1 === "ja", t10 = t1 === "zh-HK", t11 = t1 !== "zh-Hant", t12 = t1 !== "zh-Hans", t13 = t1 !== "zh-CN", t14 = t1 !== "zh-SG", t15 = t1 === "zh-MY", t16 = t1 !== "zh-TW", t1 = t1 === "zh-MO", t17 = _this._notoSansKR, t18 = _this._notoSansJP, t19 = _this._notoSansHK, t20 = _this._notoSansTC; codePoints._collection$_length !== 0;) { - _box_0 = {}; - B.JSArray_methods.clear$0(bestFonts); - for (t21 = new A._LinkedHashSetIterator(fonts, fonts._collection$_modifications, t3), t21._collection$_cell = fonts._collection$_first, maxCodePointsCovered = 0; t21.moveNext$0();) { - t22 = t21._collection$_current; - if (t22 == null) - t22 = t2._as(t22); - for (t23 = new A._LinkedHashSetIterator(codePoints, codePoints._collection$_modifications, t5), t23._collection$_cell = codePoints._collection$_first, codePointsCovered = 0; t23.moveNext$0();) { - t24 = t23._collection$_current; - if (t22.contains$1(0, t24 == null ? t4._as(t24) : t24)) - ++codePointsCovered; - } - if (codePointsCovered > maxCodePointsCovered) { - B.JSArray_methods.clear$0(bestFonts); - bestFonts.push(t22); - maxCodePointsCovered = codePointsCovered; - } else if (codePointsCovered === maxCodePointsCovered) - bestFonts.push(t22); + _selectFont$1(fonts) { + var t1, maxCodePointsCovered, bestFont, _i, font, t2, bestFont0, _this = this, + bestFonts = A._setArrayType([], type$.JSArray_NotoFont); + for (t1 = fonts.length, maxCodePointsCovered = -1, bestFont = null, _i = 0; _i < fonts.length; fonts.length === t1 || (0, A.throwConcurrentModificationError)(fonts), ++_i) { + font = fonts[_i]; + t2 = font.coverCount; + if (t2 > maxCodePointsCovered) { + B.JSArray_methods.clear$0(bestFonts); + bestFonts.push(font); + maxCodePointsCovered = font.coverCount; + bestFont = font; + } else if (t2 === maxCodePointsCovered) { + bestFonts.push(font); + if (font.index < bestFont.index) + bestFont = font; } - if (maxCodePointsCovered === 0) - break; - _box_0.bestFont = B.JSArray_methods.get$first(bestFonts); - if (bestFonts.length > 1) - if (B.JSArray_methods.every$1(bestFonts, new A.FontFallbackManager_findMinimumFontsForCodePoints_closure(_this))) { - if (!t12 || !t13 || !t14 || t15) { - if (B.JSArray_methods.contains$1(bestFonts, t6)) - _box_0.bestFont = t6; - } else if (!t11 || !t16 || t1) { - if (B.JSArray_methods.contains$1(bestFonts, t20)) - _box_0.bestFont = t20; - } else if (t10) { - if (B.JSArray_methods.contains$1(bestFonts, t19)) - _box_0.bestFont = t19; - } else if (t9) { - if (B.JSArray_methods.contains$1(bestFonts, t18)) - _box_0.bestFont = t18; - } else if (t8) { - if (B.JSArray_methods.contains$1(bestFonts, t17)) - _box_0.bestFont = t17; - } else if (B.JSArray_methods.contains$1(bestFonts, t6)) - _box_0.bestFont = t6; - } else if (B.JSArray_methods.contains$1(bestFonts, t7)) - _box_0.bestFont = t7; - else if (B.JSArray_methods.contains$1(bestFonts, t6)) - _box_0.bestFont = t6; - codePoints._filterWhere$2(new A.FontFallbackManager_findMinimumFontsForCodePoints_closure0(_box_0), true); - minimumFonts.add$1(0, _box_0.bestFont); } - return minimumFonts; + if (bestFonts.length > 1) + if (B.JSArray_methods.every$1(bestFonts, new A.FontFallbackManager__selectFont_closure(_this))) { + t1 = self.window.navigator.language; + if (t1 === "zh-Hans" || t1 === "zh-CN" || t1 === "zh-SG" || t1 === "zh-MY") { + bestFont0 = _this._notoSansSC; + if (B.JSArray_methods.contains$1(bestFonts, bestFont0)) + bestFont = bestFont0; + } else if (t1 === "zh-Hant" || t1 === "zh-TW" || t1 === "zh-MO") { + bestFont0 = _this._notoSansTC; + if (B.JSArray_methods.contains$1(bestFonts, bestFont0)) + bestFont = bestFont0; + } else if (t1 === "zh-HK") { + bestFont0 = _this._notoSansHK; + if (B.JSArray_methods.contains$1(bestFonts, bestFont0)) + bestFont = bestFont0; + } else if (t1 === "ja") { + bestFont0 = _this._notoSansJP; + if (B.JSArray_methods.contains$1(bestFonts, bestFont0)) + bestFont = bestFont0; + } else if (t1 === "ko") { + bestFont0 = _this._notoSansKR; + if (B.JSArray_methods.contains$1(bestFonts, bestFont0)) + bestFont = bestFont0; + } else { + bestFont0 = _this._notoSansSC; + if (B.JSArray_methods.contains$1(bestFonts, bestFont0)) + bestFont = bestFont0; + } + } else { + bestFont0 = _this._notoSymbols; + if (B.JSArray_methods.contains$1(bestFonts, bestFont0)) + bestFont = bestFont0; + else { + bestFont0 = _this._notoSansSC; + if (B.JSArray_methods.contains$1(bestFonts, bestFont0)) + bestFont = bestFont0; + } + } + bestFont.toString; + return bestFont; + }, + _decodeFontComponents$1(data) { + var t2, t3, _i, + t1 = A._setArrayType([], type$.JSArray_FallbackFontComponent); + for (t2 = data.split(","), t3 = t2.length, _i = 0; _i < t3; ++_i) + t1.push(new A.FallbackFontComponent(this._decodeFontSet$1(t2[_i]))); + return t1; + }, + _decodeFontSet$1(data) { + var t1, t2, previousIndex, prefix, i, code, index, + result = A._setArrayType([], type$.JSArray_NotoFont); + for (t1 = data.length, t2 = this.fallbackFonts, previousIndex = -1, prefix = 0, i = 0; i < t1; ++i) { + code = data.charCodeAt(i); + if (97 <= code && code < 123) { + index = previousIndex + (prefix * 26 + (code - 97)) + 1; + result.push(t2[index]); + previousIndex = index; + prefix = 0; + } else if (48 <= code && code < 58) + prefix = prefix * 10 + (code - 48); + else + throw A.wrapException(A.StateError$("Unreachable")); + } + return result; } }; A.FontFallbackManager$__closure.prototype = { call$1(font) { return font.name === "Noto Sans SC"; }, - $signature: 209 + $signature: 176 }; A.FontFallbackManager$__closure0.prototype = { call$1(font) { return font.name === "Noto Sans TC"; }, - $signature: 209 + $signature: 176 }; A.FontFallbackManager$__closure1.prototype = { call$1(font) { return font.name === "Noto Sans HK"; }, - $signature: 209 + $signature: 176 }; A.FontFallbackManager$__closure2.prototype = { call$1(font) { return font.name === "Noto Sans JP"; }, - $signature: 209 + $signature: 176 }; A.FontFallbackManager$__closure3.prototype = { call$1(font) { return font.name === "Noto Sans KR"; }, - $signature: 209 + $signature: 176 }; A.FontFallbackManager$__closure4.prototype = { call$1(font) { return font.name === "Noto Sans Symbols"; }, - $signature: 209 - }; - A.FontFallbackManager_createNotoFontTree_closure.prototype = { - call$0() { - return A._setArrayType([], type$.JSArray_CodePointRange); - }, - $signature: 1239 + $signature: 176 }; A.FontFallbackManager_addMissingCodePoints_closure.prototype = { call$0() { @@ -155397,18 +159472,37 @@ }, $signature: 20 }; - A.FontFallbackManager_findMinimumFontsForCodePoints_closure.prototype = { + A.FontFallbackManager_findFontsForMissingCodePoints_closure.prototype = { + call$1(font) { + return font.coverCount === 0; + }, + $signature: 176 + }; + A.FontFallbackManager__selectFont_closure.prototype = { call$1(font) { var t1 = this.$this; return font === t1._notoSansSC || font === t1._notoSansTC || font === t1._notoSansHK || font === t1._notoSansJP || font === t1._notoSansKR; }, - $signature: 209 + $signature: 176 }; - A.FontFallbackManager_findMinimumFontsForCodePoints_closure0.prototype = { - call$1(codePoint) { - return this._box_0.bestFont.contains$1(0, codePoint); + A._UnicodePropertyLookup.prototype = { + get$length(_) { + return this._boundaries.length; }, - $signature: 132 + lookup$1(value) { + var start, mid, + t1 = this._boundaries, + end = t1.length; + for (start = 0; true;) { + if (start === end) + return this.__engine$_values[start]; + mid = start + B.JSInt_methods._tdivFast$1(end - start, 2); + if (value >= t1[mid]) + start = mid + 1; + else + end = mid; + } + } }; A.FallbackFontDownloadQueue.prototype = { waitForIdle$0() { @@ -155566,13 +159660,13 @@ throw A.wrapException(A.AssertionError$(string$.There_w)); this._box_0.fontManifestJson = B.JSArray_methods.get$first(accumulated); }, - $signature: 1106 + $signature: 1832 }; A.fetchFontManifest_closure0.prototype = { call$1(chunk) { return this.inputSink.add$1(0, chunk); }, - $signature: 1147 + $signature: 910 }; A.fetchFontManifest_closure1.prototype = { call$1(fontFamilyJson) { @@ -155583,7 +159677,7 @@ t1 = J.map$1$1$ax(type$.List_dynamic._as(t1.$index(fontFamilyJson, "fonts")), new A.fetchFontManifest__closure(), type$.FontAsset); return new A.FontFamily(familyName, A.List_List$of(t1, true, A._instanceType(t1)._eval$1("ListIterable.E"))); }, - $signature: 1165 + $signature: 2116 }; A.fetchFontManifest__closure.prototype = { call$1(fontAssetJson) { @@ -155605,7 +159699,7 @@ throw A.wrapException(A.AssertionError$("Invalid Font manifest, missing 'asset' key on font.")); return new A.FontAsset(asset, descriptors); }, - $signature: 1289 + $signature: 2633 }; A.FontLoadError.prototype = {}; A.FontNotFoundError.prototype = { @@ -155729,7 +159823,7 @@ _this._previousTransform = _this.transform; } t1 = $.$get$window(); - dpr = t1._debugDevicePixelRatio; + dpr = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (dpr == null) { t2 = self.window.devicePixelRatio; dpr = t2 === 0 ? 1 : t2; @@ -155978,7 +160072,7 @@ inverted.setFrom$1(t1); inverted.copyInverse$1(inverted); t1 = $.$get$window(); - dpr = t1._debugDevicePixelRatio; + dpr = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (dpr == null) { t2 = self.window.devicePixelRatio; dpr = t2 === 0 ? 1 : t2; @@ -156605,12 +160699,24 @@ ++t1._saveCount; }, saveLayer$2(bounds, paint) { - var t1 = this.__engine$_canvas; - type$.SurfacePaint._as(paint); - t1.renderStrategy.hasArbitraryPaint = true; - t1._commands.push(B.C_PaintSave); - t1._paintBounds.saveTransformsAndClip$0(); - ++t1._saveCount; + var t1 = type$.SurfacePaint, + t2 = this.__engine$_canvas, + t3 = t2.renderStrategy, + t4 = t2._commands, + t5 = t2._paintBounds; + if (bounds == null) { + t1._as(paint); + t3.hasArbitraryPaint = true; + t4.push(B.C_PaintSave); + t5.saveTransformsAndClip$0(); + ++t2._saveCount; + } else { + t1._as(paint); + t3.hasArbitraryPaint = true; + t4.push(B.C_PaintSave); + t5.saveTransformsAndClip$0(); + ++t2._saveCount; + } }, restore$0(_) { var t2, clipRect, @@ -157165,6 +161271,84 @@ endOfPaint$0() { } }; + A.PersistedImageFilter.prototype = { + recomputeTransformAndClip$0() { + var t2, dx, dy, _this = this, + t1 = _this.parent.transform; + _this.transform = t1; + t2 = _this.offset; + dx = t2._dx; + dy = t2._dy; + if (dx !== 0 || dy !== 0) { + t1.toString; + t2 = new A.Matrix4(new Float32Array(16)); + t2.setFrom$1(t1); + _this.transform = t2; + t2.translate$2(0, dx, dy); + } + _this.projectedClip = null; + }, + get$localTransformInverse() { + var t2, + t1 = this._localTransformInverse; + if (t1 == null) { + t1 = this.offset; + t2 = A.Matrix4$identity(); + t2.setTranslationRaw$3(-t1._dx, -t1._dy, 0); + this._localTransformInverse = t2; + t1 = t2; + } + return t1; + }, + get$childContainer() { + return this._childContainer; + }, + adoptElements$1(oldSurface) { + this.super$PersistedSurface$adoptElements(oldSurface); + this._svgFilter = oldSurface._svgFilter; + this._childContainer = oldSurface._childContainer; + oldSurface._childContainer = oldSurface._svgFilter = null; + }, + discard$0() { + var _this = this; + _this.super$PersistedContainerSurface$discard(); + $._flutterViewEmbedder.removeResource$1(_this._svgFilter); + _this._childContainer = _this._svgFilter = null; + }, + createElement$0(_) { + var _s8_ = "position", + _s8_0 = "absolute", + _s16_ = "transform-origin", + element = this.defaultCreateElement$1("flt-image-filter"), + container = this.defaultCreateElement$1("flt-image-filter-interior"); + A.setElementStyle(container, _s8_, _s8_0); + A.setElementStyle(container, _s16_, "0 0 0"); + A.setElementStyle(element, _s8_, _s8_0); + A.setElementStyle(element, _s16_, "0 0 0"); + this._childContainer = container; + element.appendChild(container); + return element; + }, + apply$0() { + var t1, t2, _this = this, + backendFilter = type$.EngineImageFilter._as(_this.filter); + $._flutterViewEmbedder.removeResource$1(_this._svgFilter); + _this._svgFilter = null; + A.DomCSSStyleDeclarationExtension_setProperty(_this._childContainer.style, "filter", backendFilter.get$filterAttribute()); + A.DomCSSStyleDeclarationExtension_setProperty(_this._childContainer.style, "transform", backendFilter.get$transformAttribute()); + t1 = _this.rootElement.style; + t2 = _this.offset; + A.DomCSSStyleDeclarationExtension_setProperty(t1, "left", A.S(t2._dx) + "px"); + A.DomCSSStyleDeclarationExtension_setProperty(t1, "top", A.S(t2._dy) + "px"); + }, + update$1(_, oldSurface) { + var _this = this; + _this.super$PersistedContainerSurface$update(0, oldSurface); + if (!oldSurface.filter.$eq(0, _this.filter) || !oldSurface.offset.$eq(0, _this.offset)) + _this.apply$0(); + }, + $isImageFilterEngineLayer0: 1 + }; A.PersistedOffset.prototype = { recomputeTransformAndClip$0() { var t2, t3, _this = this, @@ -159804,6 +163988,7 @@ t1.toString; if (oldCanvas.doesFitBounds$2(t1, _this._density)) { t1 = oldCanvas.__engine$_devicePixelRatio; + $.$get$EngineFlutterDisplay__instance(); t2 = self.window.devicePixelRatio; t1 = t1 === (t2 === 0 ? 1 : t2); } else @@ -159840,6 +164025,7 @@ t2 = bounds.bottom - bounds.top; for (boundsWidth = t1 + 1, boundsHeight = t2 + 1, requestedPixelCount = t1 * t2, t3 = requestedPixelCount > 1, bestRecycledCanvas = null, lastPixelCount = 1 / 0, i = 0; i < $._recycledCanvases.length; ++i) { candidate = $._recycledCanvases[i]; + $.$get$EngineFlutterDisplay__instance(); t4 = self.window.devicePixelRatio; if (t4 === 0) t4 = 1; @@ -160658,7 +164844,7 @@ instantiateImageCodec$body$HtmlRenderer(list, allowUpscaling, targetHeight, targetWidth) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), - $async$returnValue, t1; + $async$returnValue, blob; var $async$instantiateImageCodec$4$allowUpscaling$targetHeight$targetWidth = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -160666,9 +164852,8 @@ switch ($async$goto) { case 0: // Function start - t1 = J.get$buffer$x(list); - t1 = new globalThis.Blob([t1]); - $async$returnValue = new A.HtmlBlobCodec(self.window.URL.createObjectURL(t1), null); + blob = A.createDomBlob([J.get$buffer$x(list)]); + $async$returnValue = new A.HtmlBlobCodec(self.window.URL.createObjectURL(blob), null); // goto return $async$goto = 1; break; @@ -160680,7 +164865,29 @@ return A._asyncStartSync($async$instantiateImageCodec$4$allowUpscaling$targetHeight$targetWidth, $async$completer); }, instantiateImageCodecFromUrl$2$chunkCallback(uri, chunkCallback) { - return A.futurize(new A.HtmlRenderer_instantiateImageCodecFromUrl_closure(uri, chunkCallback), type$.Codec); + return this.instantiateImageCodecFromUrl$body$HtmlRenderer(uri, chunkCallback); + }, + instantiateImageCodecFromUrl$body$HtmlRenderer(uri, chunkCallback) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), + $async$returnValue; + var $async$instantiateImageCodecFromUrl$2$chunkCallback = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$returnValue = new A.HtmlCodec(uri.toString$0(0), chunkCallback); + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$instantiateImageCodecFromUrl$2$chunkCallback, $async$completer); }, decodeImageFromPixels$9$allowUpscaling$rowBytes$targetHeight$targetWidth(pixels, width, height, format, callback, allowUpscaling, rowBytes, targetHeight, targetWidth) { A.createBmp(pixels, width, height, width, format).then$1$1(0, new A.HtmlRenderer_decodeImageFromPixels_executeCallback(callback), type$.void); @@ -160688,9 +164895,6 @@ createPath$0() { return A.SurfacePath$(); }, - combinePaths$3(op, path1, path2) { - throw A.wrapException(A.UnimplementedError$("combinePaths not implemented in HTML renderer.")); - }, createTextStyle$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing(background, color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, foreground, height, leadingDistribution, letterSpacing, locale, shadows, textBaseline, wordSpacing) { return A.EngineTextStyle$only(background, color, decoration, decorationColor, decorationStyle, decorationThickness, fontFamily, fontFamilyFallback, fontFeatures, fontSize, fontStyle, fontVariations, fontWeight, foreground, height, letterSpacing, locale, shadows, textBaseline, wordSpacing); }, @@ -160723,24 +164927,17 @@ }, $signature: 0 }; - A.HtmlRenderer_instantiateImageCodecFromUrl_closure.prototype = { - call$1(callback) { - callback.call$1(new A.HtmlCodec(this.uri.toString$0(0), this.chunkCallback)); - return null; - }, - $signature: 1296 - }; A.HtmlRenderer_decodeImageFromPixels_executeCallback.prototype = { call$1(codec) { codec.getNextFrame$0().then$1$1(0, new A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure(this.callback), type$.Null); }, - $signature: 564 + $signature: 908 }; A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure.prototype = { call$1(frameInfo) { this.callback.call$1(frameInfo.get$image(frameInfo)); }, - $signature: 1345 + $signature: 2724 }; A.SurfaceScene.prototype = { dispose$0() { @@ -160836,6 +165033,15 @@ $.frameReferences.push(t2); return this._pushSurface$1(new A.PersistedOpacity(alpha, offset, t1, t2, B.PersistedSurfaceState_0)); }, + pushImageFilter$3$offset$oldLayer(filter, offset, oldLayer) { + var t1, t2; + type$.nullable_PersistedImageFilter._as(oldLayer); + t1 = A._setArrayType([], type$.JSArray_PersistedSurface); + t2 = oldLayer != null && oldLayer.__engine$_state === B.PersistedSurfaceState_1 ? oldLayer : null; + t2 = new A.FrameReference(t2, type$.FrameReference_PersistedSurface); + $.frameReferences.push(t2); + return this._pushSurface$1(new A.PersistedImageFilter(filter, offset, t1, t2, B.PersistedSurfaceState_0)); + }, pushBackdropFilter$3$blendMode$oldLayer(filter, blendMode, oldLayer) { var t1, t2; type$.nullable_PersistedBackdropFilter._as(oldLayer); @@ -160911,7 +165117,7 @@ $.SurfaceSceneBuilder__lastFrameScene = t1._as(B.JSArray_methods.get$first(t2)); return new A.SurfaceScene(t1._as(B.JSArray_methods.get$first(t2)).rootElement); }, - $signature: 1353 + $signature: 2897 }; A.NormalizedGradient.prototype = { setupUniforms$2(gl, glProgram) { @@ -160955,7 +165161,7 @@ call$1(c) { return (c.get$value(c) >>> 24 & 255) < 1; }, - $signature: 1444 + $signature: 2898 }; A.SharedCanvas.prototype = {}; A.EngineGradient.prototype = { @@ -160995,7 +165201,7 @@ } }, createImageBitmap$3(shaderBounds, density, createDataUrl) { - var widthInPixels, t3, t4, heightInPixels, t5, t6, t7, gl, normalizedGradient, t8, builder, t9, t10, fragColor, method, shader, cacheKey, cachedProgram, vertexShader, fragmentShader, fromX, fromY, toX, toY, dx, dy, $length, sinVal, cosVal, isRepeated, originX, originY, originTranslation, rotationZ, storage, gradientTransform, result, _this = this, + var widthInPixels, t3, t4, heightInPixels, t5, t6, t7, gl, normalizedGradient, t8, builder, t9, t10, fragColor, method, shader, cacheKey, cachedProgram, vertexShader, fragmentShader, fromX, fromY, toX, toY, dx, dy, $length, sinVal, cosVal, isRepeated, originX, originY, originTranslation, rotationZ, storage, gradientTransform, m4, center, result, _this = this, _s18_ = "premultipliedAlpha", _s12_ = "u_resolution", _s10_ = "m_gradient", @@ -161016,7 +165222,7 @@ if (t6 == null) { t6 = new A.OffScreenCanvas(widthInPixels, heightInPixels); if (A.OffScreenCanvas_supported()) - t6.offScreenCanvas = new globalThis.OffscreenCanvas(widthInPixels, heightInPixels); + t6.offScreenCanvas = new self.OffscreenCanvas(widthInPixels, heightInPixels); else { t7 = t6.canvasElement = A.createDomCanvasElement(heightInPixels, widthInPixels); t7.className = "gl-canvas"; @@ -161099,15 +165305,12 @@ t8 = $._cachedWebGLVersion = A._detectWebGLVersion(); t9 = A._setArrayType([], type$.JSArray_ShaderDeclaration); t10 = A._setArrayType([], type$.JSArray_ShaderMethod); - t8 = t8 === 2; - builder = new A.ShaderBuilder(t9, t10, t8, true, new A.StringBuffer("")); + builder = new A.ShaderBuilder(t9, t10, t8 === 2, true, new A.StringBuffer("")); builder.floatPrecision = 1; builder.addIn$2$name(11, "v_color"); builder.addUniform$2$name(9, _s12_); builder.addUniform$2$name(14, _s10_); - fragColor = builder._fragmentColorDeclaration; - if (fragColor == null) - fragColor = builder._fragmentColorDeclaration = new A.ShaderDeclaration(t8 ? "gFragColor" : "gl_FragColor", 11, 3); + fragColor = builder.get$fragmentColor(); t8 = A._setArrayType([], type$.JSArray_String); method = new A.ShaderMethod("main", t8); t10.push(method); @@ -161163,12 +165366,14 @@ gradientTransform.scale$1(0, 1 / $length); t1 = _this.matrix4; if (t1 != null) { - t1 = t1.matrix; - gradientTransform.scale$2(0, 1, -1); - gradientTransform.translate$2(0, -shaderBounds.get$center()._dx, -shaderBounds.get$center()._dy); - gradientTransform.multiply$1(0, new A.Matrix4(t1)); - gradientTransform.translate$2(0, shaderBounds.get$center()._dx, shaderBounds.get$center()._dy); - gradientTransform.scale$2(0, 1, -1); + m4 = new A.Matrix4(new Float32Array(16)); + m4.copyInverse$1(new A.Matrix4(t1.matrix)); + center = shaderBounds.get$center(); + t1 = center._dx; + t2 = center._dy; + gradientTransform.translate$2(0, -t1, -t2); + gradientTransform.multiply$1(0, m4); + gradientTransform.translate$2(0, t1, t2); } gradientTransform.multiply$1(0, rotationZ); gradientTransform.multiply$1(0, originTranslation); @@ -161218,7 +165423,7 @@ return image; } }, - $signature: 1445 + $signature: 3007 }; A.EngineImageFilter.prototype = { get$filterAttribute() { @@ -161245,12 +165450,15 @@ } }; A._MatrixEngineImageFilter.prototype = { + get$transformAttribute() { + return A.float64ListToCssTransform(this.webMatrix); + }, $eq(_, other) { if (other == null) return false; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(this)) return false; - return other instanceof A._MatrixEngineImageFilter && other.filterQuality === this.filterQuality && A.listEquals(other.webMatrix, this.webMatrix); + return other instanceof A._MatrixEngineImageFilter && other.filterQuality === this.filterQuality && A.listEquals0(other.webMatrix, this.webMatrix); }, get$hashCode(_) { return A.Object_hash(A.Object_hashAll(this.webMatrix), this.filterQuality, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); @@ -161263,6 +165471,12 @@ A.ModeHtmlColorFilter.prototype = {}; A.MatrixHtmlColorFilter.prototype = {}; A.ShaderBuilder.prototype = { + get$fragmentColor() { + var t1 = this._fragmentColorDeclaration; + if (t1 == null) + t1 = this._fragmentColorDeclaration = new A.ShaderDeclaration(this.isWebGl2 ? "gFragColor" : "gl_FragColor", 11, 3); + return t1; + }, addIn$2$name(dataType, $name) { var attrib = new A.ShaderDeclaration($name, dataType, 1); this.declarations.push(attrib); @@ -161345,7 +165559,7 @@ bSize = t1._dy * t1._dx; return J.compareTo$1$ns(bSize, aSize); }, - $signature: 1544 + $signature: 3020 }; A.PersistedSurfaceState.prototype = { _enumToString$0() { @@ -161641,7 +165855,7 @@ newChildCount = newChildren.length; oldChildCount = oldChildren.length; if (newChildCount === 0 || oldChildCount === 0) - return B.Map_empty10; + return B.Map_empty9; allMatches = A._setArrayType([], type$.JSArray__PersistedSurfaceMatch); for (indexInNew = 0; indexInNew < newChildCount; ++indexInNew) { newChild = newChildren[indexInNew]; @@ -161692,7 +165906,7 @@ call$2(m1, m2) { return B.JSNumber_methods.compareTo$1(m1.matchQuality, m2.matchQuality); }, - $signature: 1786 + $signature: 3157 }; A._PersistedSurfaceMatch.prototype = { toString$0(_) { @@ -161975,7 +166189,7 @@ t1 = $async$self._cacheExpirationClock; t1.callback = null; $async$handler = 4; - webDecoder = new globalThis.window.ImageDecoder(type$.JavaScriptObject._as({type: $async$self.contentType, data: $async$self.dataSource, premultiplyAlpha: "premultiply", colorSpaceConversion: "default", preferAnimation: true})); + webDecoder = new self.window.ImageDecoder(type$.JavaScriptObject._as({type: $async$self.contentType, data: $async$self.dataSource, premultiplyAlpha: "premultiply", colorSpaceConversion: "default", preferAnimation: true})); t2 = type$.void; $async$goto = 7; return A._asyncAwait(A.promiseToFuture(webDecoder.tracks.ready, t2), $async$_getOrCreateWebDecoder$0); @@ -162083,7 +166297,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 369 + $signature: 466 }; A.BrowserImageDecoder__getOrCreateWebDecoder_closure.prototype = { call$0() { @@ -162117,7 +166331,7 @@ $._hotRestartListeners[_i].call$0(); return A.Future_Future$value(A.ServiceExtensionResponse$result("OK"), type$.ServiceExtensionResponse); }, - $signature: 627 + $signature: 905 }; A.initializeEngineServices_closure0.prototype = { call$0() { @@ -162146,7 +166360,7 @@ if (t2 != null) A.invoke(t2, t1._onDrawFrameZone); }, - $signature: 796 + $signature: 909 }; A.initializeEngineServices_initializeRendererCallback.prototype = { call$0() { @@ -162173,108 +166387,49 @@ }, $signature: 20 }; - A.IntervalTree.prototype = {}; - A.IntervalTree_IntervalTree$createFromRanges_closure.prototype = { - call$2(key, rangeList) { - var t1, t2, t3, t4, t5; - for (t1 = J.get$iterator$ax(rangeList), t2 = this.intervals, t3 = this.T._eval$1("IntervalTreeNode<0>"); t1.moveNext$0();) { - t4 = t1.get$current(t1); - t5 = t4.start; - t4 = t4.end; - t2.push(new A.IntervalTreeNode(key, t5, t4, t4, t3)); - } + A.FlutterEngineInitializer__staticInteropFactoryStub_closure.prototype = { + call$1(config) { + return A.futureToPromise(this.initializeEngine.call$1(config), type$.JavaScriptObject); }, - $signature() { - return this.T._eval$1("~(0,List)"); - } + call$0() { + return this.call$1(null); + }, + "call*": "call$1", + $requiredArgCount: 0, + $defaultValues() { + return [null]; + }, + $signature: 903 }; - A.IntervalTree_IntervalTree$createFromRanges_closure0.prototype = { - call$2(a, b) { - return a.low - b.low; + A.FlutterEngineInitializer__staticInteropFactoryStub_closure0.prototype = { + call$0() { + return A.futureToPromise(this.autoStart.call$0(), type$.JavaScriptObject); }, - $signature() { - return this.T._eval$1("int(IntervalTreeNode<0>,IntervalTreeNode<0>)"); - } + $signature: 1070 }; - A.IntervalTree_IntervalTree$createFromRanges_makeBalancedTree.prototype = { - call$1(nodes) { - var mid, root, - t1 = nodes.length; - if (t1 === 0) - return null; - if (t1 === 1) - return B.JSArray_methods.get$single(nodes); - mid = t1 / 2 | 0; - root = nodes[mid]; - root.left = this.call$1(B.JSArray_methods.sublist$2(nodes, 0, mid)); - root.right = this.call$1(B.JSArray_methods.sublist$1(nodes, mid + 1)); - return root; + A.FlutterAppRunner__staticInteropFactoryStub_closure.prototype = { + call$1(args) { + return A.futureToPromise(this.runApp.call$1(args), type$.JavaScriptObject); }, - $signature() { - return this.T._eval$1("IntervalTreeNode<0>?(List>)"); - } - }; - A.IntervalTree_IntervalTree$createFromRanges_computeHigh.prototype = { - call$1(root) { - var t3, _this = this, - t1 = root.left, - t2 = t1 == null; - if (t2 && root.right == null) - root.computedHigh = root.high; - else if (t2) { - t1 = root.right; - t1.toString; - _this.call$1(t1); - root.computedHigh = Math.max(root.high, root.right.computedHigh); - } else { - t2 = root.right; - t3 = root.high; - if (t2 == null) { - _this.call$1(t1); - root.computedHigh = Math.max(t3, root.left.computedHigh); - } else { - _this.call$1(t2); - t1 = root.left; - t1.toString; - _this.call$1(t1); - root.computedHigh = Math.max(t3, Math.max(root.left.computedHigh, root.right.computedHigh)); - } - } + call$0() { + return this.call$1(null); }, - $signature() { - return this.T._eval$1("~(IntervalTreeNode<0>)"); - } - }; - A.IntervalTreeNode.prototype = { - searchForPoint$2(x, result) { - var t1, _this = this; - if (x > _this.computedHigh) - return; - t1 = _this.left; - if (t1 != null) - t1.searchForPoint$2(x, result); - t1 = _this.low; - if (t1 <= x && x <= _this.high) - result.push(_this.value); - if (x < t1) - return; - t1 = _this.right; - if (t1 != null) - t1.searchForPoint$2(x, result); + "call*": "call$1", + $requiredArgCount: 0, + $defaultValues() { + return [null]; }, - get$value(receiver) { - return this.value; - } + $signature: 903 }; A.futureToPromise_closure.prototype = { call$2(resolver, rejecter) { this.future.then$1$2$onError(0, new A.futureToPromise__closure(resolver, this.T), new A.futureToPromise__closure0(rejecter), type$.void); }, - $signature: 2495 + $signature: 1075 }; A.futureToPromise__closure.prototype = { call$1(value) { - return A.PromiseResolverExtension_resolve(this.resolver, value); + return A.callMethod(this.resolver, "call", [null, value]); }, $signature() { return this.T._eval$1("~(0)"); @@ -162282,63 +166437,58 @@ }; A.futureToPromise__closure0.prototype = { call$1(error) { - var t1, t2; $.$get$printWarning().call$1("Rejecting promise with error: " + A.S(error)); - t1 = this.rejecter; - t2 = A._setArrayType([t1], type$.JSArray_Object); - if (error != null) - t2.push(error); - A.callMethod(t1, "call", t2); + this.rejecter.call(null, null); }, - $signature: 34 + $signature: 35 }; A._kLogicalKeyToModifierGetter_closure.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 189 + $signature: 203 }; A._kLogicalKeyToModifierGetter_closure0.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 189 + $signature: 203 }; A._kLogicalKeyToModifierGetter_closure1.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 189 + $signature: 203 }; A._kLogicalKeyToModifierGetter_closure2.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 189 + $signature: 203 }; A._kLogicalKeyToModifierGetter_closure3.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 189 + $signature: 203 }; A._kLogicalKeyToModifierGetter_closure4.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 189 + $signature: 203 }; A._kLogicalKeyToModifierGetter_closure5.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 189 + $signature: 203 }; A._kLogicalKeyToModifierGetter_closure6.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 189 + $signature: 203 }; A._cached_closure.prototype = { call$0() { @@ -162593,7 +166743,7 @@ _this.$this.performDispatchKeyData.call$1(_this.getData.call$0()); } }, - $signature: 103 + $signature: 111 }; A.KeyboardConverter__scheduleAsyncEvent_closure0.prototype = { call$0() { @@ -162605,7 +166755,7 @@ call$0() { return new A.KeyData(new A.Duration(this.currentTimeStamp._duration + 2000000), B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 768 + $signature: 902 }; A.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0() { @@ -162647,13 +166797,13 @@ } return B.JSString_methods.get$hashCode(t1) + 98784247808; }, - $signature: 182 + $signature: 174 }; A.KeyboardConverter__handleEvent_closure0.prototype = { call$0() { return new A.KeyData(this.timeStamp, B.KeyEventType_1, this.physicalKey, this.logicalKey.call$0(), null, true); }, - $signature: 768 + $signature: 902 }; A.KeyboardConverter__handleEvent_closure1.prototype = { call$0() { @@ -162671,7 +166821,7 @@ if (t2.containsValue$1(0, testeeLogicalKey) && !getModifier.call$1(_this.event)) t2.removeWhere$1(t2, new A.KeyboardConverter__handleEvent__closure(t1, testeeLogicalKey, _this.timeStamp)); }, - $signature: 3118 + $signature: 1357 }; A.KeyboardConverter__handleEvent__closure.prototype = { call$2(physicalKey, logicalRecord) { @@ -162681,16 +166831,36 @@ this.$this._dispatchKeyData.call$1(new A.KeyData(this.timeStamp, B.KeyEventType_1, physicalKey, t1, null, true)); return true; }, - $signature: 3123 + $signature: 1370 }; A.KeyboardConverter_handleEvent_closure.prototype = { call$1(data) { this._box_0.sentAnyEvents = true; return this.$this.performDispatchKeyData.call$1(data); }, - $signature: 505 + $signature: 494 + }; + A.ContextMenu.prototype = { + disable$0(_) { + if (!this._enabled) + return; + this._enabled = false; + A.DomEventTargetExtension_addEventListener(this.element, "contextmenu", $.$get$preventDefaultListener(), null); + }, + enable$0(_) { + if (this._enabled) + return; + this._enabled = true; + A.DomEventTargetExtension_removeEventListener(this.element, "contextmenu", $.$get$preventDefaultListener(), null); + } }; A.MouseCursor.prototype = {}; + A.preventDefaultListener_closure.prototype = { + call$1($event) { + $event.preventDefault(); + }, + $signature: 29 + }; A.BrowserHistory.prototype = { get$_unsubscribe() { var t1 = this.__BrowserHistory__unsubscribe_A; @@ -162863,7 +167033,7 @@ A.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 147 + $signature: 152 }; A.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy(urlStrategy) { @@ -162960,61 +167130,33 @@ A.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 147 + $signature: 152 }; A.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1(_) { }, - $signature: 147 + $signature: 152 }; - A.NotoFont.prototype = { - get$_ranges() { - var result, _this = this, - value = _this.__NotoFont__ranges_FI; + A.NotoFont.prototype = {}; + A.FallbackFontComponent.prototype = { + get$_activeFonts() { + var t1, result, _this = this, + value = _this.__FallbackFontComponent__activeFonts_FI; if (value === $) { - result = A._unpackFontRange(_this._packedRanges); - _this.__NotoFont__ranges_FI !== $ && A.throwUnnamedLateFieldADI(); - _this.__NotoFont__ranges_FI = result; + t1 = _this._allFonts; + result = A.List_List$unmodifiable(new A.WhereIterable(t1, new A.FallbackFontComponent__activeFonts_closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")), type$.NotoFont); + _this.__FallbackFontComponent__activeFonts_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.__FallbackFontComponent__activeFonts_FI = result; value = result; } return value; - }, - contains$1(_, codeUnit) { - var min, mid, range, - max = this.get$_ranges().length - 1; - for (min = 0; min <= max;) { - mid = B.JSInt_methods._tdivFast$1(min + max, 2); - range = this.get$_ranges()[mid]; - if (range.start > codeUnit) - max = mid - 1; - else { - if (range.end >= codeUnit) - return true; - min = mid + 1; - } - } - return false; } }; - A.CodePointRange.prototype = { - $eq(_, other) { - if (other == null) - return false; - if (!(other instanceof A.CodePointRange)) - return false; - return other.start === this.start && other.end === this.end; + A.FallbackFontComponent__activeFonts_closure.prototype = { + call$1(font) { + return font.enabled; }, - get$hashCode(_) { - return A.Object_hash(this.start, this.end, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); - }, - toString$0(_) { - return "[" + this.start + ", " + this.end + "]"; - } - }; - A.MutableInt.prototype = { - get$value(receiver) { - return this.value; - } + $signature: 176 }; A.EnginePictureRecorder.prototype = { beginRecording$1(bounds) { @@ -163121,7 +167263,7 @@ $.$get$channelBuffers().push$3($name, data, callback); }, _sendPlatformMessage$3($name, data, callback) { - var decoded, cacheSizeInBytes, t1, $navigator, $arguments, label, primaryColor, statusBarColor, t2, dataMap, message, assertivenessIndex, _this = this; + var decoded, cacheSizeInBytes, t1, $navigator, $arguments, label, primaryColor, statusBarColor, t2, value, dataMap, message, assertivenessIndex, _this = this; switch ($name) { case "flutter/skia": decoded = B.C_JSONMethodCodec.decodeMethodCall$1(data); @@ -163174,8 +167316,7 @@ _this.replyToPlatformMessage$2(callback, B.C_JSONMessageCodec.encodeMessage$1([true])); return; case "SystemChrome.setPreferredOrientations": - $arguments = type$.List_dynamic._as(decoded.$arguments); - $._flutterViewEmbedder.setPreferredOrientation$1($arguments).then$1$1(0, new A.EnginePlatformDispatcher__sendPlatformMessage_closure0(_this, callback), type$.Null); + B.C_ScreenOrientation.setPreferredOrientation$1(type$.List_dynamic._as(decoded.$arguments)).then$1$1(0, new A.EnginePlatformDispatcher__sendPlatformMessage_closure0(_this, callback), type$.Null); return; case "SystemSound.play": _this.replyToPlatformMessage$2(callback, B.C_JSONMessageCodec.encodeMessage$1([true])); @@ -163186,6 +167327,9 @@ case "Clipboard.getData": new A.ClipboardMessageHandler(A.CopyToClipboardStrategy_CopyToClipboardStrategy(), A.PasteFromClipboardStrategy_PasteFromClipboardStrategy()).getDataMethodCall$1(callback); return; + case "Clipboard.hasStrings": + new A.ClipboardMessageHandler(A.CopyToClipboardStrategy_CopyToClipboardStrategy(), A.PasteFromClipboardStrategy_PasteFromClipboardStrategy()).hasStringsMethodCall$1(callback); + return; } break; case "flutter/service_worker": @@ -163201,11 +167345,11 @@ case "flutter/contextmenu": switch (B.C_JSONMethodCodec.decodeMethodCall$1(data).method) { case "enableContextMenu": - $._flutterViewEmbedder._embeddingStrategy.enableContextMenu$0(); + _this.viewData.$index(0, 0).get$contextMenu().enable$0(0); _this.replyToPlatformMessage$2(callback, B.C_JSONMessageCodec.encodeMessage$1([true])); return; case "disableContextMenu": - $._flutterViewEmbedder._embeddingStrategy.disableContextMenu$0(); + _this.viewData.$index(0, 0).get$contextMenu().disable$0(0); _this.replyToPlatformMessage$2(callback, B.C_JSONMessageCodec.encodeMessage$1([true])); return; } @@ -163215,12 +167359,18 @@ $arguments = type$.Map_dynamic_dynamic._as(decoded.$arguments); switch (decoded.method) { case "activateSystemCursor": - $.MouseCursor__instance.toString; + t1 = _this.viewData.$index(0, 0); + value = t1.__EngineFlutterWindow_mouseCursor_FI; + if (value === $) { + t2 = $._flutterViewEmbedder.__FlutterViewEmbedder__flutterViewElement_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + value !== $ && A.throwUnnamedLateFieldADI(); + value = t1.__EngineFlutterWindow_mouseCursor_FI = new A.MouseCursor(t2); + } t1 = A._asStringQ(J.$index$asx($arguments, "kind")); - t2 = $._flutterViewEmbedder.__FlutterViewEmbedder__flutterViewElement_A; - t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = value.element.style; t1 = B.Map_JwQic.$index(0, t1); - A.setElementStyle(t2, "cursor", t1 == null ? "default" : t1); + A.DomCSSStyleDeclarationExtension_setProperty(t2, "cursor", t1 == null ? "default" : t1); break; } return; @@ -163230,7 +167380,7 @@ case "flutter/platform_views": t1 = _this._platformViewMessageHandler; if (t1 == null) - t1 = _this._platformViewMessageHandler = new A.PlatformViewMessageHandler($.$get$platformViewManager(), new A.EnginePlatformDispatcher__sendPlatformMessage_closure1()); + t1 = _this._platformViewMessageHandler = new A.PlatformViewMessageHandler($.$get$PlatformViewManager_instance(), new A.EnginePlatformDispatcher__sendPlatformMessage_closure1()); callback.toString; t1.handlePlatformViewCall$2(data, callback); return; @@ -163347,7 +167497,7 @@ }, _addFontSizeObserver$0() { var t2, t3, t4, - t1 = new globalThis.MutationObserver(A.allowInterop(new A.EnginePlatformDispatcher__addFontSizeObserver_closure(this))); + t1 = new self.MutationObserver(A.allowInterop(new A.EnginePlatformDispatcher__addFontSizeObserver_closure(this))); this._fontSizeObserver = t1; t2 = self.document.documentElement; t2.toString; @@ -163406,19 +167556,19 @@ call$1(data) { this.registrationZone.runUnaryGuarded$2(this.callback, data); }, - $signature: 147 + $signature: 152 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1(_) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([true])); }, - $signature: 103 + $signature: 111 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure0.prototype = { call$1(success) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([success])); }, - $signature: 187 + $signature: 188 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure1.prototype = { call$1($content) { @@ -163436,7 +167586,7 @@ else if (t1 != null) t1.call$1(null); }, - $signature: 187 + $signature: 188 }; A.EnginePlatformDispatcher__addLocaleChangedListener_closure.prototype = { call$1(_) { @@ -163473,7 +167623,7 @@ } } }, - $signature: 3127 + $signature: 1374 }; A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure.prototype = { call$1($event) { @@ -163490,7 +167640,7 @@ if (t1 != null) t1.call$1(this.data); }, - $signature: 103 + $signature: 111 }; A.invoke2_closure.prototype = { call$0() { @@ -163539,9 +167689,12 @@ this._invisibleViews.add$1(0, viewType); return true; }, + registerFactory$2(viewType, factoryFunction) { + return this.registerFactory$3$isVisible(viewType, factoryFunction, true); + }, renderContent$3(viewType, viewId, params) { this._viewIdToType.$indexSet(0, viewId, viewType); - return this.__engine$_contents.putIfAbsent$2(0, viewId, new A.PlatformViewManager_renderContent_closure(this, "flt-pv-slot-" + viewId, viewType, viewId, params)); + return this.__engine$_contents.putIfAbsent$2(0, viewId, new A.PlatformViewManager_renderContent_closure(this, viewId, "flt-pv-slot-" + viewId, viewType, params)); }, _safelyRemoveSlottedElement$1(element) { var t1, tombstoneName, slot; @@ -163579,33 +167732,34 @@ call$0() { var t2, t3, t4, $content, _this = this, wrapper = A.DomDocumentExtension_createElement(self.document, "flt-platform-view"), - t1 = A.jsify(_this.slotName); - if (t1 == null) - t1 = type$.Object._as(t1); - wrapper.setAttribute("slot", t1); - t1 = _this.viewType; - t2 = _this.$this._factories.$index(0, t1); - t2.toString; - t3 = _this.viewId; + t1 = _this.viewId; + wrapper.id = "flt-pv-" + t1; + t2 = A.jsify(_this.slotName); + if (t2 == null) + t2 = type$.Object._as(t2); + wrapper.setAttribute("slot", t2); + t2 = _this.viewType; + t3 = _this.$this._factories.$index(0, t2); + t3.toString; t4 = type$.JavaScriptObject; - if (type$.Object_Function_int_$named_params_nullable_Object._is(t2)) - $content = t4._as(t2.call$2$params(t3, _this.params)); + if (type$.Object_Function_int_$named_params_nullable_Object._is(t3)) + $content = t4._as(t3.call$2$params(t1, _this.params)); else { - type$.Object_Function_int._as(t2); - $content = t4._as(t2.call$1(t3)); + type$.Object_Function_int._as(t3); + $content = t4._as(t3.call$1(t1)); } if ($content.style.getPropertyValue("height").length === 0) { - $.$get$printWarning().call$1("Height of Platform View type: [" + t1 + "] may not be set. Defaulting to `height: 100%`.\nSet `style.height` to any appropriate value to stop this message."); + $.$get$printWarning().call$1("Height of Platform View type: [" + t2 + "] may not be set. Defaulting to `height: 100%`.\nSet `style.height` to any appropriate value to stop this message."); A.DomCSSStyleDeclarationExtension_setProperty($content.style, "height", "100%"); } if ($content.style.getPropertyValue("width").length === 0) { - $.$get$printWarning().call$1("Width of Platform View type: [" + t1 + "] may not be set. Defaulting to `width: 100%`.\nSet `style.width` to any appropriate value to stop this message."); + $.$get$printWarning().call$1("Width of Platform View type: [" + t2 + "] may not be set. Defaulting to `width: 100%`.\nSet `style.width` to any appropriate value to stop this message."); A.DomCSSStyleDeclarationExtension_setProperty($content.style, "width", "100%"); } wrapper.append($content); return wrapper; }, - $signature: 424 + $signature: 605 }; A.PlatformViewMessageHandler.prototype = { _createPlatformView$2(methodCall, callback) { @@ -163829,15 +167983,16 @@ } else t1 = false; if (t1) { - t1 = $.$get$window(); - t2 = t1._debugDevicePixelRatio; + $.$get$window(); + t1 = $.$get$EngineFlutterDisplay__instance(); + t2 = t1._debugDevicePixelRatioOverride; if (t2 == null) { t2 = self.window.devicePixelRatio; if (t2 === 0) t2 = 1; } deltaX *= t2; - t1 = t1._debugDevicePixelRatio; + t1 = t1._debugDevicePixelRatioOverride; if (t1 == null) { t1 = self.window.devicePixelRatio; if (t1 === 0) @@ -163870,14 +168025,15 @@ t1 = A.DomEventExtension_get_timeStamp($event); t1.toString; t1 = A._BaseAdapter__eventTimeStampToDuration(t1); - t4 = $.$get$window(); - t5 = t4._debugDevicePixelRatio; + $.$get$window(); + t4 = $.$get$EngineFlutterDisplay__instance(); + t5 = t4._debugDevicePixelRatioOverride; if (t5 == null) { t5 = self.window.devicePixelRatio; if (t5 === 0) t5 = 1; } - t4 = t4._debugDevicePixelRatio; + t4 = t4._debugDevicePixelRatioOverride; if (t4 == null) { t4 = self.window.devicePixelRatio; if (t4 === 0) @@ -163890,14 +168046,15 @@ t1 = A.DomEventExtension_get_timeStamp($event); t1.toString; t1 = A._BaseAdapter__eventTimeStampToDuration(t1); - t4 = $.$get$window(); - t5 = t4._debugDevicePixelRatio; + $.$get$window(); + t4 = $.$get$EngineFlutterDisplay__instance(); + t5 = t4._debugDevicePixelRatioOverride; if (t5 == null) { t5 = self.window.devicePixelRatio; if (t5 === 0) t5 = 1; } - t4 = t4._debugDevicePixelRatio; + t4 = t4._debugDevicePixelRatioOverride; if (t4 == null) { t4 = self.window.devicePixelRatio; if (t4 === 0) @@ -164018,14 +168175,15 @@ pressure = null; offset = A.computeEventOffsetToTarget($event, _this.flutterViewElement); t2 = _this._getPointerId$1($event); - t3 = $.$get$window(); - t4 = t3._debugDevicePixelRatio; + $.$get$window(); + t3 = $.$get$EngineFlutterDisplay__instance(); + t4 = t3._debugDevicePixelRatioOverride; if (t4 == null) { t4 = self.window.devicePixelRatio; if (t4 === 0) t4 = 1; } - t3 = t3._debugDevicePixelRatio; + t3 = t3._debugDevicePixelRatioOverride; if (t3 == null) { t3 = self.window.devicePixelRatio; if (t3 === 0) @@ -164073,7 +168231,7 @@ call$0() { return new A._ButtonSanitizer(); }, - $signature: 3294 + $signature: 1407 }; A._PointerAdapter__addPointerEventListener_closure.prototype = { call$1($event) { @@ -164109,7 +168267,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, sanitizer.sanitizeDownEvent$2$button$buttons(t2, B.JSNumber_methods.toInt$0(t3)), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 124 + $signature: 125 }; A._PointerAdapter_setup_closure0.prototype = { call$1($event) { @@ -164134,7 +168292,7 @@ } t1.__engine$_callback.call$1(pointerData); }, - $signature: 124 + $signature: 125 }; A._PointerAdapter_setup_closure1.prototype = { call$1($event) { @@ -164150,7 +168308,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 124 + $signature: 125 }; A._PointerAdapter_setup_closure2.prototype = { call$1($event) { @@ -164171,7 +168329,7 @@ } } }, - $signature: 124 + $signature: 125 }; A._PointerAdapter_setup_closure3.prototype = { call$1($event) { @@ -164189,7 +168347,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 124 + $signature: 125 }; A._PointerAdapter_setup_closure4.prototype = { call$1($event) { @@ -164215,15 +168373,16 @@ t1.toString; t1 = B.JSNumber_methods.toInt$0(t1); t2 = touch.clientX; - t3 = $.$get$window(); - t4 = t3._debugDevicePixelRatio; + $.$get$window(); + t3 = $.$get$EngineFlutterDisplay__instance(); + t4 = t3._debugDevicePixelRatioOverride; if (t4 == null) { t4 = self.window.devicePixelRatio; if (t4 === 0) t4 = 1; } t5 = touch.clientY; - t3 = t3._debugDevicePixelRatio; + t3 = t3._debugDevicePixelRatioOverride; if (t3 == null) { t3 = self.window.devicePixelRatio; if (t3 === 0) @@ -164271,7 +168430,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 124 + $signature: 125 }; A._TouchAdapter_setup_closure0.prototype = { call$1($event) { @@ -164292,7 +168451,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 124 + $signature: 125 }; A._TouchAdapter_setup_closure1.prototype = { call$1($event) { @@ -164320,7 +168479,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 124 + $signature: 125 }; A._TouchAdapter_setup_closure2.prototype = { call$1($event) { @@ -164347,7 +168506,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 124 + $signature: 125 }; A._MouseAdapter.prototype = { _addMouseEventListener$4$useCapture(target, eventName, handler, useCapture) { @@ -164371,14 +168530,15 @@ t1 = A.DomEventExtension_get_timeStamp($event); t1.toString; t1 = A._BaseAdapter__eventTimeStampToDuration(t1); - t2 = $.$get$window(); - t3 = t2._debugDevicePixelRatio; + $.$get$window(); + t2 = $.$get$EngineFlutterDisplay__instance(); + t3 = t2._debugDevicePixelRatioOverride; if (t3 == null) { t3 = self.window.devicePixelRatio; if (t3 === 0) t3 = 1; } - t2 = t2._debugDevicePixelRatio; + t2 = t2._debugDevicePixelRatioOverride; if (t2 == null) { t2 = self.window.devicePixelRatio; if (t2 === 0) @@ -164417,7 +168577,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeDownEvent$2$button$buttons(t3, B.JSNumber_methods.toInt$0(t4)), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 124 + $signature: 125 }; A._MouseAdapter_setup_closure0.prototype = { call$1($event) { @@ -164435,7 +168595,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeMoveEvent$1$buttons(B.JSNumber_methods.toInt$0(t3)), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 124 + $signature: 125 }; A._MouseAdapter_setup_closure1.prototype = { call$1($event) { @@ -164450,7 +168610,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 124 + $signature: 125 }; A._MouseAdapter_setup_closure2.prototype = { call$1($event) { @@ -164465,7 +168625,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 124 + $signature: 125 }; A._MouseAdapter_setup_closure3.prototype = { call$1($event) { @@ -164610,7 +168770,7 @@ call$0() { return new A._PointerState(this.x, this.y); }, - $signature: 3370 + $signature: 1437 }; A.Profiler.prototype = {}; A.RawKeyboard.prototype = { @@ -164730,7 +168890,7 @@ if (A._asBool(J.$index$asx(type$.Map_String_dynamic._as(B.C_JSONMessageCodec.decodeMessage$1(data)), "handled"))) this.event._event.preventDefault(); }, - $signature: 147 + $signature: 152 }; A.GlProgram.prototype = {}; A.GlContext.prototype = { @@ -164794,9 +168954,10 @@ }; A.OffScreenCanvas.prototype = { _updateCanvasCssSize$1(element) { - var t3, t4, t5, - t1 = this.width, - t2 = self.window.devicePixelRatio; + var t2, t3, t4, t5, + t1 = this.width; + $.$get$EngineFlutterDisplay__instance(); + t2 = self.window.devicePixelRatio; if (t2 === 0) t2 = 1; t3 = this.height; @@ -164937,6 +169098,8 @@ update$0(_) { var dialog, _this = this, t1 = _this.semanticsObject; + if ((t1.__engine$_flags & 4096) === 0) + return; if ((t1._dirtyFields & 1024) !== 0) { dialog = _this._dialog; if (dialog != null) @@ -164952,7 +169115,7 @@ t1 = $parent != null; if (t1) { t2 = $parent.primaryRole; - t2 = (t2 == null ? null : t2.role) !== B.PrimaryRole_7; + t2 = (t2 == null ? null : t2.role) !== B.PrimaryRole_6; } else t2 = false; if (!t2) @@ -164961,7 +169124,7 @@ } if (t1) { t1 = $parent.primaryRole; - t1 = (t1 == null ? null : t1.role) === B.PrimaryRole_7; + t1 = (t1 == null ? null : t1.role) === B.PrimaryRole_6; } else t1 = false; if (t1) { @@ -164986,12 +169149,20 @@ }; A.Focusable.prototype = { update$0(_) { - var t1 = this.semanticsObject.__engine$_flags; - if ((t1 & 32) !== 0) - t1 = (t1 & 64) === 0 || (t1 & 128) !== 0; - else - t1 = false; - this._focusManager.changeFocus$1(t1); + var t2, + t1 = this.semanticsObject; + if ((t1.__engine$_flags & 2097152) !== 0) { + t2 = this._focusManager; + if (t2.__engine$_target == null) + t2.manage$2(t1.id, t1.element); + t1 = t1.__engine$_flags; + if ((t1 & 32) !== 0) + t1 = (t1 & 64) === 0 || (t1 & 128) !== 0; + else + t1 = false; + t2.changeFocus$1(t1); + } else + this._focusManager.stopManaging$0(); }, dispose$0() { this.super$RoleManager$dispose(); @@ -165025,12 +169196,13 @@ stopManaging$0() { var t1, target = this.__engine$_target; + this.__engine$_target = null; if (target == null) return; t1 = target._values; A.DomEventTargetExtension_removeEventListener(t1[2], "focus", t1[1], null); A.DomEventTargetExtension_removeEventListener(t1[2], "blur", t1[0], null); - this.__engine$_target = null; + t1[2].blur(); }, _setFocusFromDom$1(acquireFocus) { var t1, t2, @@ -165079,14 +169251,14 @@ _this.super$PrimaryRoleManager$update(0); t1 = _this.semanticsObject; if (t1.get$isVisualOnly()) { - t2 = t1.__engine$_childrenInTraversalOrder; + t2 = t1._childrenInTraversalOrder; t2 = t2 != null && !B.NativeInt32List_methods.get$isEmpty(t2); } else t2 = false; if (t2) { if (_this._auxiliaryImageElement == null) { _this._auxiliaryImageElement = A.DomDocumentExtension_createElement(self.document, "flt-semantics-img"); - t2 = t1.__engine$_childrenInTraversalOrder; + t2 = t1._childrenInTraversalOrder; if (t2 != null && !B.NativeInt32List_methods.get$isEmpty(t2)) { t2 = _this._auxiliaryImageElement.style; A.DomCSSStyleDeclarationExtension_setProperty(t2, "position", "absolute"); @@ -165150,10 +169322,11 @@ }; A.Incrementable.prototype = { Incrementable$1(semanticsObject) { - var t1, t2, _this = this; - _this.addLiveRegion$0(); - _this.addRouteName$0(); - _this.addLabelAndValue$0(); + var t2, _this = this, + t1 = _this.semanticsObject; + _this.addSecondaryRole$1(new A.LiveRegion(B.Role_3, t1)); + _this.addSecondaryRole$1(new A.RouteName(B.Role_4, t1)); + _this.addSecondaryRole$1(new A.LabelAndValue(B.Role_2, t1)); t1 = _this.__engine$_element; semanticsObject.element.append(t1); A.DomHTMLInputElementExtension_set_type(t1, "range"); @@ -165273,7 +169446,7 @@ call$1(mode) { this.$this.update$0(0); }, - $signature: 655 + $signature: 899 }; A.LabelAndValue.prototype = { update$0(_) { @@ -165293,7 +169466,7 @@ shouldDisplayValue = false; t5 = !hasLabel; if (t5 && !shouldDisplayValue && !hasTooltip) { - this._cleanUpDom$0(); + t1.element.removeAttribute("aria-label"); return; } if (hasTooltip) { @@ -165314,31 +169487,47 @@ t2 = type$.Object._as(t2); t1.element.setAttribute("aria-label", t2); }, - _cleanUpDom$0() { - var t1 = this.semanticsObject.element; - t1.removeAttribute("aria-label"); - t1.removeAttribute("role"); - }, dispose$0() { this.super$RoleManager$dispose(); - this._cleanUpDom$0(); + this.semanticsObject.element.removeAttribute("aria-label"); } }; A.LiveRegion.prototype = { update$0(_) { - var t1 = this._lastAnnouncement, - t2 = this.semanticsObject.__engine$_label; - if (t1 != t2) { - this._lastAnnouncement = t2; - if (t2 != null && t2.length !== 0) { - t1 = $._flutterViewEmbedder.__FlutterViewEmbedder__accessibilityAnnouncements_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2.toString; - t1.announce$2(t2, B.Assertiveness_0); + var t1 = this.semanticsObject, + t2 = t1.__engine$_flags; + if (!((t2 & 32768) !== 0 && (t2 & 8192) === 0)) + return; + t2 = this._lastAnnouncement; + t1 = t1.__engine$_label; + if (t2 != t1) { + this._lastAnnouncement = t1; + if (t1 != null && t1.length !== 0) { + t2 = $._flutterViewEmbedder.__FlutterViewEmbedder__accessibilityAnnouncements_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.toString; + t2.announce$2(t1, B.Assertiveness_0); } } } }; + A.PlatformViewRoleManager.prototype = { + update$0(_) { + var t1, t2; + this.super$PrimaryRoleManager$update(0); + t1 = this.semanticsObject; + t2 = t1.__engine$_platformViewId; + if (t2 !== -1) { + if ((t1._dirtyFields & 8388608) !== 0) { + t2 = A.jsify("flt-pv-" + t2); + if (t2 == null) + t2 = type$.Object._as(t2); + t1.element.setAttribute("aria-owns", t2); + } + } else + t1.element.removeAttribute("aria-owns"); + } + }; A.Scrollable0.prototype = { _recomputeScrollPosition$0() { var t1, t2, t3, semanticsId, _this = this, _null = null; @@ -165487,7 +169676,7 @@ call$1(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 655 + $signature: 899 }; A.Scrollable_update_closure1.prototype = { call$1(_) { @@ -165576,54 +169765,13 @@ }; A.PrimaryRoleManager.prototype = { PrimaryRoleManager$withBasics$2(role, semanticsObject) { - var _this = this; - _this.addFocusManagement$0(); - _this.addLiveRegion$0(); - _this.addRouteName$0(); - _this.addLabelAndValue$0(); - _this.addTappable$0(); - }, - addFocusManagement$0() { - var t2, - t1 = this.semanticsObject; - if ((t1.__engine$_flags & 2097152) !== 0) { - t2 = new A.AccessibilityFocusManager(t1.owner); - t2.manage$2(t1.id, t1.element); - this.addSecondaryRole$1(new A.Focusable(t2, B.Role_0, t1)); - } - }, - addLiveRegion$0() { - var t1 = this.semanticsObject, - t2 = t1.__engine$_flags; - if ((t2 & 32768) !== 0 && (t2 & 8192) === 0) - this.addSecondaryRole$1(new A.LiveRegion(B.Role_3, t1)); - }, - addRouteName$0() { - var t1 = this.semanticsObject; - if ((t1.__engine$_flags & 4096) !== 0) - this.addSecondaryRole$1(new A.RouteName(B.Role_4, t1)); - }, - addLabelAndValue$0() { - var t1 = this.semanticsObject, - t2 = t1.__engine$_label; - if (!(t2 != null && t2.length !== 0)) { - t2 = t1.__engine$_value; - if (!(t2 != null && t2.length !== 0)) { - t2 = t1.__engine$_tooltip; - t2 = t2 != null && t2.length !== 0; - } else - t2 = true; - } else - t2 = true; - if (t2) - this.addSecondaryRole$1(new A.LabelAndValue(B.Role_2, t1)); - }, - addTappable$0() { - var t1 = this.semanticsObject, - t2 = t1.__engine$_actions; - t2.toString; - if ((t2 & 1) !== 0) - this.addSecondaryRole$1(new A.Tappable(B.Role_1, t1)); + var _this = this, + t1 = _this.semanticsObject; + _this.addSecondaryRole$1(new A.Focusable(new A.AccessibilityFocusManager(t1.owner), B.Role_0, t1)); + _this.addSecondaryRole$1(new A.LiveRegion(B.Role_3, t1)); + _this.addSecondaryRole$1(new A.RouteName(B.Role_4, t1)); + _this.addSecondaryRole$1(new A.LabelAndValue(B.Role_2, t1)); + _this.addSecondaryRole$1(new A.Tappable(B.Role_1, t1)); }, addSecondaryRole$1(secondaryRoleManager) { var t1 = this._secondaryRoleManagers; @@ -165649,7 +169797,7 @@ t2 = t1.__engine$_label; if (!(t2 != null && t2.length !== 0)) return; - t2 = t1.__engine$_childrenInTraversalOrder; + t2 = t1._childrenInTraversalOrder; if (t2 != null && !B.NativeInt32List_methods.get$isEmpty(t2)) { t2 = A.jsify("group"); if (t2 == null) @@ -165734,7 +169882,7 @@ _this._currentChildrenInRenderOrder = _this._childContainerElement = null; return; } - t1 = _this.__engine$_childrenInTraversalOrder; + t1 = _this._childrenInTraversalOrder; t1.toString; childCount = childrenInHitTestOrder.length; containerElement = _this.getOrCreateChildContainer$0(); @@ -165809,30 +169957,32 @@ }, _getPrimaryRoleIdentifier$0() { var t1, t2, _this = this; - if ((_this.__engine$_flags & 16) !== 0) - return B.PrimaryRole_4; + if (_this.__engine$_platformViewId !== -1) + return B.PrimaryRole_7; + else if ((_this.__engine$_flags & 16) !== 0) + return B.PrimaryRole_3; else { t1 = _this.__engine$_actions; t1.toString; if ((t1 & 64) !== 0 || (t1 & 128) !== 0) - return B.PrimaryRole_1; + return B.PrimaryRole_0; else if (_this.get$isVisualOnly()) - return B.PrimaryRole_6; + return B.PrimaryRole_5; else { t1 = _this.__engine$_flags; if ((t1 & 1) !== 0 || (t1 & 65536) !== 0) - return B.PrimaryRole_5; + return B.PrimaryRole_4; else if ((t1 & 8) !== 0) - return B.PrimaryRole_3; + return B.PrimaryRole_2; else { t2 = _this.__engine$_actions; t2.toString; if ((t2 & 32) !== 0 || (t2 & 16) !== 0 || (t2 & 4) !== 0 || (t2 & 8) !== 0) - return B.PrimaryRole_2; + return B.PrimaryRole_1; else if ((t1 & 2048) !== 0) - return B.PrimaryRole_7; + return B.PrimaryRole_6; else - return B.PrimaryRole_0; + return B.PrimaryRole_8; } } } @@ -165840,14 +169990,14 @@ _createPrimaryRole$1(role) { var t1, t2, t3, _this = this; switch (role.index) { - case 4: - t1 = new A.TextField0(B.PrimaryRole_4, _this); + case 3: + t1 = new A.TextField0(B.PrimaryRole_3, _this); t1._setupDomElement$0(); break; - case 2: + case 1: t1 = A.DomDocumentExtension_createElement(self.document, "flt-semantics-scroll-overflow"); - t2 = new A.Scrollable0(t1, B.PrimaryRole_2, _this); - t2.PrimaryRoleManager$withBasics$2(B.PrimaryRole_2, _this); + t2 = new A.Scrollable0(t1, B.PrimaryRole_1, _this); + t2.PrimaryRoleManager$withBasics$2(B.PrimaryRole_1, _this); t3 = t1.style; A.DomCSSStyleDeclarationExtension_setProperty(t3, "position", "absolute"); A.DomCSSStyleDeclarationExtension_setProperty(t3, "transform-origin", "0 0 0"); @@ -165855,36 +170005,40 @@ _this.element.append(t1); t1 = t2; break; - case 1: + case 0: t1 = A.Incrementable$(_this); break; - case 3: - t1 = new A.Button(B.PrimaryRole_3, _this); - t1.PrimaryRoleManager$withBasics$2(B.PrimaryRole_3, _this); + case 2: + t1 = new A.Button(B.PrimaryRole_2, _this); + t1.PrimaryRoleManager$withBasics$2(B.PrimaryRole_2, _this); t2 = A.jsify("button"); if (t2 == null) t2 = type$.Object._as(t2); _this.element.setAttribute("role", t2); break; - case 5: - t1 = new A.Checkable(A._checkableKindFromSemanticsFlag(_this), B.PrimaryRole_5, _this); - t1.PrimaryRoleManager$withBasics$2(B.PrimaryRole_5, _this); - break; - case 7: - t1 = new A.Dialog0(B.PrimaryRole_7, _this); - t1.addFocusManagement$0(); - t1.addLiveRegion$0(); + case 4: + t1 = new A.Checkable(A._checkableKindFromSemanticsFlag(_this), B.PrimaryRole_4, _this); + t1.PrimaryRoleManager$withBasics$2(B.PrimaryRole_4, _this); break; case 6: - t1 = new A.ImageRoleManager(B.PrimaryRole_6, _this); - t1.addFocusManagement$0(); - t1.addLiveRegion$0(); - t1.addRouteName$0(); - t1.addTappable$0(); + t1 = new A.Dialog0(B.PrimaryRole_6, _this); + t1.addSecondaryRole$1(new A.Focusable(new A.AccessibilityFocusManager(_this.owner), B.Role_0, _this)); + t1.addSecondaryRole$1(new A.LiveRegion(B.Role_3, _this)); break; - case 0: - t1 = new A.GenericRole(B.PrimaryRole_0, _this); - t1.PrimaryRoleManager$withBasics$2(B.PrimaryRole_0, _this); + case 5: + t1 = new A.ImageRoleManager(B.PrimaryRole_5, _this); + t1.addSecondaryRole$1(new A.Focusable(new A.AccessibilityFocusManager(_this.owner), B.Role_0, _this)); + t1.addSecondaryRole$1(new A.LiveRegion(B.Role_3, _this)); + t1.addSecondaryRole$1(new A.RouteName(B.Role_4, _this)); + t1.addSecondaryRole$1(new A.Tappable(B.Role_1, _this)); + break; + case 7: + t1 = new A.PlatformViewRoleManager(B.PrimaryRole_7, _this); + t1.PrimaryRoleManager$withBasics$2(B.PrimaryRole_7, _this); + break; + case 8: + t1 = new A.GenericRole(B.PrimaryRole_8, _this); + t1.PrimaryRoleManager$withBasics$2(B.PrimaryRole_8, _this); break; default: t1 = null; @@ -165917,7 +170071,7 @@ A.DomCSSStyleDeclarationExtension_setProperty(t2, "width", A.S(t3.right - t3.left) + "px"); t3 = _this.__engine$_rect; A.DomCSSStyleDeclarationExtension_setProperty(t2, "height", A.S(t3.bottom - t3.top) + "px"); - t2 = _this.__engine$_childrenInTraversalOrder; + t2 = _this._childrenInTraversalOrder; containerElement = t2 != null && !B.NativeInt32List_methods.get$isEmpty(t2) ? _this.getOrCreateChildContainer$0() : null; t2 = _this.__engine$_rect; hasZeroRectOffset = t2.top === 0 && t2.left === 0; @@ -165990,7 +170144,7 @@ call$1(child) { child.visitDepthFirst$1(this.callback); }, - $signature: 622 + $signature: 897 }; A.AccessibilityMode.prototype = { _enumToString$0() { @@ -166092,216 +170246,217 @@ return false; }, updateSemantics$1(uiUpdate) { - var t1, t2, t3, t4, _i, t5, nodeUpdate, object, t6, t7, _this = this, _null = null; + var nodeUpdates, t1, t2, t3, _i, t4, nodeUpdate, object, t5, t6, _this = this, _null = null; if (!_this._semanticsEnabled) { _this.semanticsHelper._semanticsEnabler.dispose$0(); _this.set$semanticsEnabled(true); } _this._phase = B.SemanticsUpdatePhase_1; - for (t1 = uiUpdate.__engine$_nodeUpdates, t2 = t1.length, t3 = _this._semanticsTree, t4 = type$.Object, _i = 0; t5 = t1.length, _i < t5; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - nodeUpdate = t1[_i]; - t5 = nodeUpdate.id; - object = t3.$index(0, t5); + nodeUpdates = uiUpdate._nodeUpdates; + for (t1 = nodeUpdates.length, t2 = _this._semanticsTree, t3 = type$.Object, _i = 0; t4 = nodeUpdates.length, _i < t4; nodeUpdates.length === t1 || (0, A.throwConcurrentModificationError)(nodeUpdates), ++_i) { + nodeUpdate = nodeUpdates[_i]; + t4 = nodeUpdate.id; + object = t2.$index(0, t4); if (object == null) { - t6 = A.DomDocumentExtension_createElement(self.document, "flt-semantics"); - object = new A.SemanticsObject(t5, _this, t6); - t7 = t6.style; - t7.setProperty("position", "absolute", ""); - t7 = A.jsify("flt-semantic-node-" + t5); - if (t7 == null) - t7 = t4._as(t7); - t6.setAttribute("id", t7); - if (t5 === 0) { - t7 = $._configuration; - t7 = (t7 == null ? $._configuration = A.FlutterConfiguration$legacy(self.window.flutterConfiguration) : t7)._configuration; - if (t7 == null) - t7 = _null; + t5 = A.DomDocumentExtension_createElement(self.document, "flt-semantics"); + object = new A.SemanticsObject(t4, _this, t5); + t6 = t5.style; + t6.setProperty("position", "absolute", ""); + t6 = A.jsify("flt-semantic-node-" + t4); + if (t6 == null) + t6 = t3._as(t6); + t5.setAttribute("id", t6); + if (t4 === 0) { + t6 = $._configuration; + t6 = (t6 == null ? $._configuration = A.FlutterConfiguration$legacy(self.window.flutterConfiguration) : t6)._configuration; + if (t6 == null) + t6 = _null; else { - t7 = t7.debugShowSemanticsNodes; - if (t7 == null) - t7 = _null; + t6 = t6.debugShowSemanticsNodes; + if (t6 == null) + t6 = _null; } - t7 = t7 !== true; + t6 = t6 !== true; } else - t7 = false; - if (t7) { - t7 = t6.style; - t7.setProperty("filter", "opacity(0%)", ""); - t7 = t6.style; - t7.setProperty("color", "rgba(0,0,0,0)", ""); + t6 = false; + if (t6) { + t6 = t5.style; + t6.setProperty("filter", "opacity(0%)", ""); + t6 = t5.style; + t6.setProperty("color", "rgba(0,0,0,0)", ""); } - t7 = $._configuration; - t7 = (t7 == null ? $._configuration = A.FlutterConfiguration$legacy(self.window.flutterConfiguration) : t7)._configuration; - if (t7 == null) - t7 = _null; + t6 = $._configuration; + t6 = (t6 == null ? $._configuration = A.FlutterConfiguration$legacy(self.window.flutterConfiguration) : t6)._configuration; + if (t6 == null) + t6 = _null; else { - t7 = t7.debugShowSemanticsNodes; - if (t7 == null) - t7 = _null; + t6 = t6.debugShowSemanticsNodes; + if (t6 == null) + t6 = _null; } - if (t7 === true) { - t6 = t6.style; - t6.setProperty("outline", "1px solid green", ""); + if (t6 === true) { + t5 = t5.style; + t5.setProperty("outline", "1px solid green", ""); } - t3.$indexSet(0, t5, object); + t2.$indexSet(0, t4, object); } - t5 = nodeUpdate.flags; - if (object.__engine$_flags !== t5) { - object.__engine$_flags = t5; + t4 = nodeUpdate.flags; + if (object.__engine$_flags !== t4) { + object.__engine$_flags = t4; object._dirtyFields = (object._dirtyFields | 1) >>> 0; } - t5 = nodeUpdate.value; - if (object.__engine$_value !== t5) { - object.__engine$_value = t5; + t4 = nodeUpdate.value; + if (object.__engine$_value !== t4) { + object.__engine$_value = t4; object._dirtyFields = (object._dirtyFields | 4096) >>> 0; } - t5 = nodeUpdate.valueAttributes; - if (object._valueAttributes !== t5) { - object._valueAttributes = t5; + t4 = nodeUpdate.valueAttributes; + if (object._valueAttributes !== t4) { + object._valueAttributes = t4; object._dirtyFields = (object._dirtyFields | 4096) >>> 0; } - t5 = nodeUpdate.label; - if (object.__engine$_label !== t5) { - object.__engine$_label = t5; + t4 = nodeUpdate.label; + if (object.__engine$_label !== t4) { + object.__engine$_label = t4; object._dirtyFields = (object._dirtyFields | 1024) >>> 0; } - t5 = nodeUpdate.labelAttributes; - if (object._labelAttributes !== t5) { - object._labelAttributes = t5; + t4 = nodeUpdate.labelAttributes; + if (object._labelAttributes !== t4) { + object._labelAttributes = t4; object._dirtyFields = (object._dirtyFields | 1024) >>> 0; } - t5 = nodeUpdate.rect; - if (!J.$eq$(object.__engine$_rect, t5)) { - object.__engine$_rect = t5; + t4 = nodeUpdate.rect; + if (!J.$eq$(object.__engine$_rect, t4)) { + object.__engine$_rect = t4; object._dirtyFields = (object._dirtyFields | 512) >>> 0; } - t5 = nodeUpdate.transform; - if (object.__engine$_transform !== t5) { - object.__engine$_transform = t5; + t4 = nodeUpdate.transform; + if (object.__engine$_transform !== t4) { + object.__engine$_transform = t4; object._dirtyFields = (object._dirtyFields | 65536) >>> 0; } - t5 = nodeUpdate.scrollPosition; - if (object.__engine$_scrollPosition !== t5) { - object.__engine$_scrollPosition = t5; + t4 = nodeUpdate.scrollPosition; + if (object.__engine$_scrollPosition !== t4) { + object.__engine$_scrollPosition = t4; object._dirtyFields = (object._dirtyFields | 64) >>> 0; } - t5 = nodeUpdate.actions; - if (object.__engine$_actions !== t5) { - object.__engine$_actions = t5; + t4 = nodeUpdate.actions; + if (object.__engine$_actions !== t4) { + object.__engine$_actions = t4; object._dirtyFields = (object._dirtyFields | 2) >>> 0; } - t5 = nodeUpdate.textSelectionBase; - if (object._textSelectionBase !== t5) { - object._textSelectionBase = t5; + t4 = nodeUpdate.textSelectionBase; + if (object._textSelectionBase !== t4) { + object._textSelectionBase = t4; object._dirtyFields = (object._dirtyFields | 4) >>> 0; } - t5 = nodeUpdate.textSelectionExtent; - if (object._textSelectionExtent !== t5) { - object._textSelectionExtent = t5; + t4 = nodeUpdate.textSelectionExtent; + if (object._textSelectionExtent !== t4) { + object._textSelectionExtent = t4; object._dirtyFields = (object._dirtyFields | 8) >>> 0; } - t5 = nodeUpdate.scrollChildren; - if (object._scrollChildren !== t5) { - object._scrollChildren = t5; + t4 = nodeUpdate.scrollChildren; + if (object._scrollChildren !== t4) { + object._scrollChildren = t4; object._dirtyFields = (object._dirtyFields | 16) >>> 0; } - t5 = nodeUpdate.scrollIndex; - if (object.__engine$_scrollIndex !== t5) { - object.__engine$_scrollIndex = t5; + t4 = nodeUpdate.scrollIndex; + if (object._scrollIndex !== t4) { + object._scrollIndex = t4; object._dirtyFields = (object._dirtyFields | 32) >>> 0; } - t5 = nodeUpdate.scrollExtentMax; - if (object.__engine$_scrollExtentMax !== t5) { - object.__engine$_scrollExtentMax = t5; + t4 = nodeUpdate.scrollExtentMax; + if (object.__engine$_scrollExtentMax !== t4) { + object.__engine$_scrollExtentMax = t4; object._dirtyFields = (object._dirtyFields | 128) >>> 0; } - t5 = nodeUpdate.scrollExtentMin; - if (object.__engine$_scrollExtentMin !== t5) { - object.__engine$_scrollExtentMin = t5; + t4 = nodeUpdate.scrollExtentMin; + if (object.__engine$_scrollExtentMin !== t4) { + object.__engine$_scrollExtentMin = t4; object._dirtyFields = (object._dirtyFields | 256) >>> 0; } - t5 = nodeUpdate.hint; - if (object._hint !== t5) { - object._hint = t5; + t4 = nodeUpdate.hint; + if (object._hint !== t4) { + object._hint = t4; object._dirtyFields = (object._dirtyFields | 2048) >>> 0; } - t5 = nodeUpdate.hintAttributes; - if (object._hintAttributes !== t5) { - object._hintAttributes = t5; + t4 = nodeUpdate.hintAttributes; + if (object._hintAttributes !== t4) { + object._hintAttributes = t4; object._dirtyFields = (object._dirtyFields | 2048) >>> 0; } - t5 = nodeUpdate.increasedValue; - if (object._increasedValue !== t5) { - object._increasedValue = t5; + t4 = nodeUpdate.increasedValue; + if (object._increasedValue !== t4) { + object._increasedValue = t4; object._dirtyFields = (object._dirtyFields | 8192) >>> 0; } - t5 = nodeUpdate.increasedValueAttributes; - if (object._increasedValueAttributes !== t5) { - object._increasedValueAttributes = t5; + t4 = nodeUpdate.increasedValueAttributes; + if (object._increasedValueAttributes !== t4) { + object._increasedValueAttributes = t4; object._dirtyFields = (object._dirtyFields | 8192) >>> 0; } - t5 = nodeUpdate.decreasedValue; - if (object._decreasedValue !== t5) { - object._decreasedValue = t5; + t4 = nodeUpdate.decreasedValue; + if (object._decreasedValue !== t4) { + object._decreasedValue = t4; object._dirtyFields = (object._dirtyFields | 16384) >>> 0; } - t5 = nodeUpdate.decreasedValueAttributes; - if (object._decreasedValueAttributes !== t5) { - object._decreasedValueAttributes = t5; + t4 = nodeUpdate.decreasedValueAttributes; + if (object._decreasedValueAttributes !== t4) { + object._decreasedValueAttributes = t4; object._dirtyFields = (object._dirtyFields | 16384) >>> 0; } - t5 = nodeUpdate.tooltip; - if (object.__engine$_tooltip !== t5) { - object.__engine$_tooltip = t5; + t4 = nodeUpdate.tooltip; + if (object.__engine$_tooltip !== t4) { + object.__engine$_tooltip = t4; object._dirtyFields = (object._dirtyFields | 4194304) >>> 0; } - t5 = nodeUpdate.textDirection; - if (object.__engine$_textDirection != t5) { - object.__engine$_textDirection = t5; + t4 = nodeUpdate.textDirection; + if (object.__engine$_textDirection != t4) { + object.__engine$_textDirection = t4; object._dirtyFields = (object._dirtyFields | 32768) >>> 0; } - t5 = nodeUpdate.childrenInHitTestOrder; - if (object.__engine$_childrenInHitTestOrder !== t5) { - object.__engine$_childrenInHitTestOrder = t5; + t4 = nodeUpdate.childrenInHitTestOrder; + if (object.__engine$_childrenInHitTestOrder !== t4) { + object.__engine$_childrenInHitTestOrder = t4; object._dirtyFields = (object._dirtyFields | 1048576) >>> 0; } - t5 = nodeUpdate.childrenInTraversalOrder; - if (object.__engine$_childrenInTraversalOrder !== t5) { - object.__engine$_childrenInTraversalOrder = t5; + t4 = nodeUpdate.childrenInTraversalOrder; + if (object._childrenInTraversalOrder !== t4) { + object._childrenInTraversalOrder = t4; object._dirtyFields = (object._dirtyFields | 524288) >>> 0; } - t5 = nodeUpdate.additionalActions; - if (object._additionalActions !== t5) { - object._additionalActions = t5; + t4 = nodeUpdate.additionalActions; + if (object._additionalActions !== t4) { + object._additionalActions = t4; object._dirtyFields = (object._dirtyFields | 2097152) >>> 0; } - t5 = nodeUpdate.platformViewId; - if (object.__engine$_platformViewId !== t5) { - object.__engine$_platformViewId = t5; + t4 = nodeUpdate.platformViewId; + if (object.__engine$_platformViewId !== t4) { + object.__engine$_platformViewId = t4; object._dirtyFields = (object._dirtyFields | 8388608) >>> 0; } object._updateRoles$0(); - t5 = object._dirtyFields; - if ((t5 & 512) !== 0 || (t5 & 65536) !== 0 || (t5 & 64) !== 0) + t4 = object._dirtyFields; + if ((t4 & 512) !== 0 || (t4 & 65536) !== 0 || (t4 & 64) !== 0) object.recomputePositionAndSize$0(); - t5 = object.__engine$_childrenInTraversalOrder; - t5 = !(t5 != null && !B.NativeInt32List_methods.get$isEmpty(t5)) && object.__engine$_platformViewId === -1; - t6 = object.element; - if (t5) { - t5 = t6.style; - t5.setProperty("pointer-events", "all", ""); + t4 = object._childrenInTraversalOrder; + t4 = !(t4 != null && !B.NativeInt32List_methods.get$isEmpty(t4)) && object.__engine$_platformViewId === -1; + t5 = object.element; + if (t4) { + t4 = t5.style; + t4.setProperty("pointer-events", "all", ""); } else { - t5 = t6.style; - t5.setProperty("pointer-events", "none", ""); + t4 = t5.style; + t4.setProperty("pointer-events", "none", ""); } } - for (_i = 0; _i < t1.length; t1.length === t5 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - object = t3.$index(0, t1[_i].id); + for (_i = 0; _i < nodeUpdates.length; nodeUpdates.length === t4 || (0, A.throwConcurrentModificationError)(nodeUpdates), ++_i) { + object = t2.$index(0, nodeUpdates[_i].id); object.updateChildren$0(); object._dirtyFields = 0; } if (_this._rootSemanticsElement == null) { - t1 = t3.$index(0, 0).element; + t1 = t2.$index(0, 0).element; _this._rootSemanticsElement = t1; $._flutterViewEmbedder._semanticsHostElement.append(t1); } @@ -166321,13 +170476,13 @@ if (this.$this._attachments.$index(0, node.id) == null) this.removals.push(node); }, - $signature: 622 + $signature: 897 }; A.EngineSemanticsOwner__now_closure.prototype = { call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 369 + $signature: 466 }; A.EngineSemanticsOwner__getGestureModeClock_closure.prototype = { call$0() { @@ -166534,15 +170689,11 @@ }; A.Tappable.prototype = { update$0(_) { - var t2, _this = this, - t1 = _this.semanticsObject; - if (t1.enabledState$0() !== B.EnabledState_2) { + var _this = this, + t1 = _this.semanticsObject, t2 = t1.__engine$_actions; - t2.toString; - t2 = (t2 & 1) === 0; - } else - t2 = true; - if (t2) + t2.toString; + if ((t2 & 1) === 0 || t1.enabledState$0() === B.EnabledState_2) _this._stopListening$0(); else if (_this._clickListener == null) { t2 = type$.JavaScriptObject._as(A.allowInterop(new A.Tappable_update_closure(_this))); @@ -166699,10 +170850,15 @@ } }, _initializeForBlink$0() { - this._initializeEditableElement$0(); - var t1 = this.editableElement; + var t1, t2, _this = this; + _this._initializeEditableElement$0(); + t1 = _this.editableElement; t1.toString; - A.DomEventTargetExtension_addEventListener(t1, "focus", type$.JavaScriptObject._as(A.allowInterop(new A.TextField__initializeForBlink_closure(this))), null); + t2 = type$.JavaScriptObject; + A.DomEventTargetExtension_addEventListener(t1, "focus", t2._as(A.allowInterop(new A.TextField__initializeForBlink_closure(_this))), null); + t1 = _this.editableElement; + t1.toString; + A.DomEventTargetExtension_addEventListener(t1, "blur", t2._as(A.allowInterop(new A.TextField__initializeForBlink_closure0(_this))), null); }, _initializeForWebkit$0() { var t3, t1 = {}, @@ -166828,7 +170984,16 @@ var t1 = this.$this.semanticsObject; if (t1.owner._gestureMode !== B.GestureMode_1) return; - $.$get$EnginePlatformDispatcher__instance().invokeOnSemanticsAction$3(t1.id, B.SemanticsAction_1_tap, null); + $.$get$EnginePlatformDispatcher__instance().invokeOnSemanticsAction$3(t1.id, B.SemanticsAction_32768_didGainAccessibilityFocus, null); + }, + $signature: 29 + }; + A.TextField__initializeForBlink_closure0.prototype = { + call$1($event) { + var t1 = this.$this.semanticsObject; + if (t1.owner._gestureMode !== B.GestureMode_1) + return; + $.$get$EnginePlatformDispatcher__instance().invokeOnSemanticsAction$3(t1.id, B.SemanticsAction_65536_didLoseAccessibilityFocus, null); }, $signature: 29 }; @@ -167322,7 +171487,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 191 + $signature: 217 }; A.StandardMethodCodec.prototype = { decodeMethodCall$1(methodCall) { @@ -167434,7 +171599,6 @@ }, layout$1(constraints) { var _this = this; - constraints = new A.ParagraphConstraints(Math.floor(constraints.width)); if (constraints.$eq(0, _this._lastUsedConstraints)) return; A._Cell$named("stopwatch"); @@ -167507,7 +171671,8 @@ if (strokeWidth != null && strokeWidth > 0) adaptedWidth = strokeWidth; else { - t6 = $.$get$window()._debugDevicePixelRatio; + $.$get$window(); + t6 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t6 == null) { t6 = self.window.devicePixelRatio; if (t6 === 0) @@ -167683,7 +171848,7 @@ call$1(line) { return line.lineMetrics; }, - $signature: 3512 + $signature: 1859 }; A.ParagraphSpan.prototype = { get$style(receiver) { @@ -167924,7 +172089,7 @@ get$placeholderCount() { return this._placeholderCount; }, - addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, baseline, baselineOffset, scale) { + addPlaceholder$5$baseline$baselineOffset(width, height, alignment, baseline, baselineOffset) { var style, _this = this, t1 = _this._plainTextBuffer, t2 = t1._contents, @@ -167933,15 +172098,12 @@ style = _this.get$_currentStyleNode().resolveStyle$0(); _this._updateCanDrawOnCanvas$1(style); ++_this._placeholderCount; - _this._placeholderScales.push(scale); + _this._placeholderScales.push(1); t1 = baselineOffset == null ? height : baselineOffset; - _this._spans.push(new A.PlaceholderSpan(style, t2.length, t3.length, width * scale, height * scale, alignment, t1 * scale)); + _this._spans.push(new A.PlaceholderSpan(style, t2.length, t3.length, width, height, alignment, t1)); }, - addPlaceholder$5$baseline$baselineOffset(width, height, alignment, baseline, baselineOffset) { - return this.addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, baseline, baselineOffset, 1); - }, - addPlaceholder$4$scale(width, height, alignment, scale) { - return this.addPlaceholder$6$baseline$baselineOffset$scale(width, height, alignment, null, null, scale); + addPlaceholder$3(width, height, alignment) { + return this.addPlaceholder$5$baseline$baselineOffset(width, height, alignment, null, null); }, pushStyle$1(style) { this._styleStack.push(new A.ChildStyleNode(this.get$_currentStyleNode(), type$.EngineTextStyle._as(style))); @@ -167962,9 +172124,14 @@ _this._spans.push(new A.ParagraphSpan(style, t2.length, t3.length)); }, _updateCanDrawOnCanvas$1(style) { - var decoration, t1, fontVariations, _this = this; + var letterSpacing, decoration, t1, fontVariations, _this = this; if (!_this._canDrawOnCanvas) return; + letterSpacing = style.letterSpacing; + if (letterSpacing != null && letterSpacing !== 0) { + _this._canDrawOnCanvas = false; + return; + } decoration = style.decoration; if (decoration != null) { t1 = decoration._mask; @@ -168019,7 +172186,7 @@ fontFailures = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.FontLoadError); $async$temp1 = J; $async$goto = 3; - return A._asyncAwait(A.Future_wait(pendingFonts, type$.dynamic), $async$loadAssetFonts$1); + return A._asyncAwait(A.Future_wait(pendingFonts, type$.Record_2_String_and_nullable_FontLoadError), $async$loadAssetFonts$1); case 3: // returning from await. t1 = $async$temp1.get$iterator$ax($async$result), t2 = type$.nullable_FontLoadError; @@ -168286,19 +172453,19 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 3394 + $signature: 2061 }; A.HtmlFontCollection_loadAssetFonts_closure0.prototype = { call$0() { - return type$.Record_2_String_and_nullable_FontLoadError._as(this._0_0)._0; + return this._0_0._0; }, - $signature: 45 + $signature: 96 }; A.HtmlFontCollection_loadAssetFonts_closure1.prototype = { call$0() { - return type$.Record_2_String_and_nullable_FontLoadError._as(this._0_0)._1; + return this._0_0._1; }, - $signature: 3334 + $signature: 2087 }; A.TextFragmenter.prototype = {}; A.TextFragment.prototype = {}; @@ -169418,7 +173585,7 @@ t1.trailingSpaces = t1.trailingNewlines = 0; t1.prev1 = t1.prev2 = null; }, - $signature: 3245 + $signature: 2097 }; A.RulerHost.prototype = { dispose$0() { @@ -169455,7 +173622,7 @@ } }, _paintText$4(canvas, offset, line, fragment) { - var t1, style, foreground, t2, paint, t3, t4, ctx, fragmentX, x, y, text, letterSpacing, len, charX, i, char, t5, _null = null; + var t1, style, foreground, t2, paint, t3, t4, ctx, fragmentX, text; if (fragment.get$isPlaceholder()) return; if (fragment.get$isSpaceOnly()) @@ -169484,40 +173651,18 @@ ctx.font = t2; canvas._cachedLastCssFont = t2; } - t2 = paint._frozen = true; - t3 = paint._paintData; - t4.get$contextHandle().setUpPaint$2(t3, _null); - t3 = fragment.__engine$_textDirection; - t3.toString; - fragmentX = t3 === B.TextDirection_1 ? fragment.get$left(fragment) : fragment.get$right(fragment); - t3 = line.lineMetrics; - x = offset._dx + t3.left + fragmentX; - y = offset._dy + t3.baseline; + paint._frozen = true; + t2 = paint._paintData; + t4.get$contextHandle().setUpPaint$2(t2, null); + t2 = fragment.__engine$_textDirection; + t2.toString; + fragmentX = t2 === B.TextDirection_1 ? fragment.get$left(fragment) : fragment.get$right(fragment); + t2 = line.lineMetrics; style = t1.get$style(t1); text = fragment.getText$1(this.paragraph); - letterSpacing = style.letterSpacing; - if (letterSpacing != null ? letterSpacing === 0 : t2) { - t1 = style.foreground; - t1 = t1 == null ? _null : t1.get$style(t1); - canvas.drawText$5$shadows$style(text, x, y, style.shadows, t1); - } else { - len = text.length; - for (t1 = style.shadows, t2 = style.foreground, t3 = t2 == null, charX = x, i = 0; i < len; ++i) { - char = text[i]; - t5 = B.JSNumber_methods.roundToDouble$0(charX); - canvas.drawText$5$shadows$style(char, t5, y, t1, t3 ? _null : t2.get$style(t2)); - ctx = t4.__engine$_context; - if (ctx == null) { - t4._createCanvas$0(); - ctx = t4.__engine$_context; - } - t5 = ctx.measureText(char).width; - if (t5 == null) - t5 = _null; - t5.toString; - charX += letterSpacing + t5; - } - } + t1 = style.foreground; + t1 = t1 == null ? null : t1.get$style(t1); + canvas.drawText$5$shadows$style(text, offset._dx + t2.left + fragmentX, offset._dy + t2.baseline, style.shadows, t1); t4.get$contextHandle().tearDownPaint$0(); } }; @@ -169641,7 +173786,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.EngineTextStyle && J.$eq$(other.color, _this.color) && J.$eq$(other.decoration, _this.decoration) && J.$eq$(other.decorationColor, _this.decorationColor) && other.decorationStyle == _this.decorationStyle && other.fontWeight == _this.fontWeight && other.fontStyle == _this.fontStyle && other.textBaseline == _this.textBaseline && other.fontFamily === _this.fontFamily && other.fontSize == _this.fontSize && other.letterSpacing == _this.letterSpacing && other.wordSpacing == _this.wordSpacing && other.height == _this.height && J.$eq$(other.locale, _this.locale) && other.background == _this.background && other.foreground == _this.foreground && A.listEquals(other.shadows, _this.shadows) && A.listEquals(other.fontFamilyFallback, _this.fontFamilyFallback); + return other instanceof A.EngineTextStyle && J.$eq$(other.color, _this.color) && J.$eq$(other.decoration, _this.decoration) && J.$eq$(other.decorationColor, _this.decorationColor) && other.decorationStyle == _this.decorationStyle && other.fontWeight == _this.fontWeight && other.fontStyle == _this.fontStyle && other.textBaseline == _this.textBaseline && other.fontFamily === _this.fontFamily && other.fontSize == _this.fontSize && other.letterSpacing == _this.letterSpacing && other.wordSpacing == _this.wordSpacing && other.height == _this.height && J.$eq$(other.locale, _this.locale) && other.background == _this.background && other.foreground == _this.foreground && A.listEquals0(other.shadows, _this.shadows) && A.listEquals0(other.fontFamilyFallback, _this.fontFamilyFallback); }, get$hashCode(_) { var _this = this; @@ -169660,7 +173805,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.EngineStrutStyle && other._fontFamily == _this._fontFamily && other.__engine$_fontSize == _this.__engine$_fontSize && other.__engine$_height == _this.__engine$_height && other._fontWeight == _this._fontWeight && other._fontStyle == _this._fontStyle && other._forceStrutHeight == _this._forceStrutHeight && A.listEquals(other._fontFamilyFallback, _this._fontFamilyFallback); + return other instanceof A.EngineStrutStyle && other._fontFamily == _this._fontFamily && other.__engine$_fontSize == _this.__engine$_fontSize && other.__engine$_height == _this.__engine$_height && other._fontWeight == _this._fontWeight && other._fontStyle == _this._fontStyle && other._forceStrutHeight == _this._forceStrutHeight && A.listEquals0(other._fontFamilyFallback, _this._fontFamilyFallback); }, get$hashCode(_) { var _this = this; @@ -169892,12 +174037,12 @@ var t1, t2, composingBase; if (this.CompositionAwareMixin_composingText == null || editingState.text == null) return editingState; - t1 = editingState.baseOffset; + t1 = editingState.extentOffset; t2 = this.CompositionAwareMixin_composingText.length; composingBase = t1 - t2; if (composingBase < 0) return editingState; - return A.EditingState$(t1, composingBase, composingBase + t2, editingState.extentOffset, editingState.text); + return A.EditingState$(editingState.baseOffset, composingBase, composingBase + t2, t1, editingState.text); } }; A.EngineInputAction.prototype = { @@ -170076,12 +174221,6 @@ return subscriptions; } }; - A.EngineAutofillForm_fromFrameworkMessage_closure.prototype = { - call$1(e) { - e.preventDefault(); - }, - $signature: 29 - }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey.prototype = { call$1(key) { var t1 = this.$this, @@ -170512,26 +174651,31 @@ _this.lastEditingState = newEditingState; _this._editingDeltaState = newTextEditingDeltaState; _this.onChange.call$2(newEditingState, newTextEditingDeltaState); - _this._editingDeltaState = null; } + _this._editingDeltaState = null; }, handleBeforeInput$1($event) { - var _this = this, + var t1, deltaOffset, deltaOffset0, _this = this, eventData = A._asStringQ($event.data), inputType = A._asStringQ($event.inputType); - if (inputType != null) + if (inputType != null) { + t1 = _this.lastEditingState; + deltaOffset = t1.baseOffset; + deltaOffset0 = t1.extentOffset; + deltaOffset = deltaOffset > deltaOffset0 ? deltaOffset : deltaOffset0; if (B.JSString_methods.contains$1(inputType, "delete")) { _this.get$editingDeltaState().deltaText = ""; - _this.get$editingDeltaState().deltaEnd = _this.lastEditingState.extentOffset; + _this.get$editingDeltaState().deltaEnd = deltaOffset; } else if (inputType === "insertLineBreak") { _this.get$editingDeltaState().deltaText = "\n"; - _this.get$editingDeltaState().deltaStart = _this.lastEditingState.extentOffset; - _this.get$editingDeltaState().deltaEnd = _this.lastEditingState.extentOffset; + _this.get$editingDeltaState().deltaStart = deltaOffset; + _this.get$editingDeltaState().deltaEnd = deltaOffset; } else if (eventData != null) { _this.get$editingDeltaState().deltaText = eventData; - _this.get$editingDeltaState().deltaStart = _this.lastEditingState.extentOffset; - _this.get$editingDeltaState().deltaEnd = _this.lastEditingState.extentOffset; + _this.get$editingDeltaState().deltaStart = deltaOffset; + _this.get$editingDeltaState().deltaEnd = deltaOffset; } + } }, maybeSendAction$1(e) { var t1, t2, @@ -170950,7 +175094,7 @@ t1 = A.CastIterable_CastIterable(new A._DomListWrapper(form.getElementsByClassName("submitBtn"), t1), t1._eval$1("Iterable.E"), type$.JavaScriptObject); A._instanceType(t1)._rest[1]._as(J.get$first$ax(t1._source)).click(); }, - $signature: 3103 + $signature: 2180 }; A.TextEditingChannel.prototype = { handleTextInput$2(data, callback) { @@ -171101,7 +175245,7 @@ $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3(_s17_, B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall("TextInputClient.updateEditingState", [t1, editingState.toFlutter$0()])), A._engine___emptyCallback$closure()); } }, - $signature: 3078 + $signature: 2586 }; A.HybridTextEditing__startEditing_closure.prototype = { call$1(inputAction) { @@ -171110,7 +175254,7 @@ t1 = t1._clientId; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall("TextInputClient.performAction", [t1, inputAction])), A._engine___emptyCallback$closure()); }, - $signature: 95 + $signature: 99 }; A.EditableTextStyle.prototype = { applyToDomElement$1(domElement) { @@ -171133,22 +175277,7 @@ call$1(e) { return A._asNum(e); }, - $signature: 3044 - }; - A.futurize_closure.prototype = { - call$1(t) { - var _s16_ = "operation failed"; - if (t == null) - if (this._box_0.sync) - throw A.wrapException(A.Exception_Exception(_s16_)); - else - this.completer.completeError$1(new A._Exception(_s16_)); - else - this.completer.complete$1(0, t); - }, - $signature() { - return this.T._eval$1("~(0?)"); - } + $signature: 2701 }; A.TransformKind.prototype = { _enumToString$0() { @@ -171159,7 +175288,7 @@ call$1(byte) { return "0x" + B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(byte, 16), 2, "0"); }, - $signature: 377 + $signature: 367 }; A.LruCache.prototype = { get$length(_) { @@ -171265,12 +175394,12 @@ t1[13] = t1[13]; t1[14] = t1[14]; }, - scale$2($receiver, x, y) { - return this.scale$3($receiver, x, y, null); - }, scale$1($receiver, x) { return this.scale$3($receiver, x, null, null); }, + scale$2($receiver, x, y) { + return this.scale$3($receiver, x, y, null); + }, perspectiveTransform$3$x$y$z(x, y, z) { var t1 = this._m4storage, t2 = t1[0], @@ -171502,8 +175631,9 @@ return new A._BroadcastStream(t1, A._instanceType(t1)._eval$1("_BroadcastStream<1>")); }, computePhysicalSize$0() { - var t1, - devicePixelRatio = $.$get$window()._debugDevicePixelRatio; + var devicePixelRatio, t1; + $.$get$window(); + devicePixelRatio = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (devicePixelRatio == null) { t1 = self.window.devicePixelRatio; devicePixelRatio = t1 === 0 ? 1 : t1; @@ -171519,13 +175649,13 @@ call$2(entries, _) { entries.map$1$1(entries, new A.CustomElementDimensionsProvider__closure(), type$.Size).forEach$1(0, this.$this.get$_broadcastSize()); }, - $signature: 3021 + $signature: 2790 }; A.CustomElementDimensionsProvider__closure.prototype = { call$1(entry) { return new A.Size(entry.contentRect.width, entry.contentRect.height); }, - $signature: 3000 + $signature: 2873 }; A.DimensionsProvider.prototype = {}; A.FullPageDimensionsProvider.prototype = { @@ -171543,11 +175673,12 @@ return new A._BroadcastStream(t1, A._instanceType(t1)._eval$1("_BroadcastStream<1>")); }, computePhysicalSize$0() { - var t1, t2, + var devicePixelRatio, t1, t2, windowInnerWidth = A._Cell$named("windowInnerWidth"), windowInnerHeight = A._Cell$named("windowInnerHeight"), - viewport = self.window.visualViewport, - devicePixelRatio = $.$get$window()._debugDevicePixelRatio; + viewport = self.window.visualViewport; + $.$get$window(); + devicePixelRatio = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (devicePixelRatio == null) { t1 = self.window.devicePixelRatio; devicePixelRatio = t1 === 0 ? 1 : t1; @@ -171582,8 +175713,9 @@ return new A.Size(windowInnerWidth._readLocal$0(), windowInnerHeight._readLocal$0()); }, computeKeyboardInsets$2(physicalHeight, isEditingOnMobile) { - var t1, viewport, windowInnerHeight, - devicePixelRatio = $.$get$window()._debugDevicePixelRatio; + var devicePixelRatio, t1, viewport, windowInnerHeight; + $.$get$window(); + devicePixelRatio = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (devicePixelRatio == null) { t1 = self.window.devicePixelRatio; devicePixelRatio = t1 === 0 ? 1 : t1; @@ -171624,12 +175756,6 @@ A.DomCSSStyleDeclarationExtension_setProperty(glassPaneElement.style, "position", "relative"); this._hostElement.appendChild(glassPaneElement); this.registerElementForCleanup$1(glassPaneElement); - }, - disableContextMenu$0() { - return this.disableContextMenuOn$1(this._hostElement); - }, - enableContextMenu$0() { - return this.enableContextMenuOn$1(this._hostElement); } }; A.CustomElementEmbeddingStrategy_initialize_closure.prototype = { @@ -171639,32 +175765,12 @@ t1 = type$.Object._as(t1); this.$this._hostElement.setAttribute(entry.key, t1); }, - $signature: 755 + $signature: 892 }; A.EmbeddingStrategy.prototype = { registerElementForCleanup$1(element) { } }; - A._ContextMenu.prototype = { - disableContextMenuOn$1(element) { - if (!this._ContextMenu__contextMenuEnabled) - return; - A.DomEventTargetExtension_addEventListener(element, "contextmenu", this._ContextMenu__disablingContextMenuListener, null); - this._ContextMenu__contextMenuEnabled = false; - }, - enableContextMenuOn$1(element) { - if (this._ContextMenu__contextMenuEnabled) - return; - A.DomEventTargetExtension_removeEventListener(element, "contextmenu", this._ContextMenu__disablingContextMenuListener, null); - this._ContextMenu__contextMenuEnabled = true; - } - }; - A._ContextMenu__disablingContextMenuListener_closure.prototype = { - call$1($event) { - $event.preventDefault(); - }, - $signature: 29 - }; A.FullPageEmbeddingStrategy.prototype = { initialize$1$hostElementAttributes(_, hostElementAttributes) { var t1, t2, _s1_ = "0", _s4_ = "none"; @@ -171700,12 +175806,6 @@ self.document.body.append(glassPaneElement); this.registerElementForCleanup$1(glassPaneElement); }, - disableContextMenu$0() { - return this.disableContextMenuOn$1(self.window); - }, - enableContextMenu$0() { - return this.enableContextMenuOn$1(self.window); - }, _applyViewportMeta$0() { var t1, t2, viewportMeta; for (t1 = type$._DomListWrapper_JavaScriptObject, t1 = A.CastIterable_CastIterable(new A._DomListWrapper(self.document.head.querySelectorAll('meta[name="viewport"]'), t1), t1._eval$1("Iterable.E"), type$.JavaScriptObject), t2 = J.get$iterator$ax(t1._source), t1 = A._instanceType(t1), t1 = t1._eval$1("@<1>")._bind$1(t1._rest[1])._rest[1]; t2.moveNext$0();) @@ -171731,17 +175831,28 @@ t2 = type$.Object._as(t2); t1.setAttribute(entry.key, t2); }, - $signature: 755 + $signature: 892 }; A.EngineFlutterWindow.prototype = { EngineFlutterWindow$2(viewId, platformDispatcher) { var _this = this, - engineDispatcher = _this.platformDispatcher, - t1 = _this.viewId; - engineDispatcher.viewData.$indexSet(0, t1, _this); - engineDispatcher._windowConfigurations.$indexSet(0, t1, B.C_ViewConfiguration); + t1 = _this.platformDispatcher, + t2 = _this.viewId; + t1.viewData.$indexSet(0, t2, _this); + t1._windowConfigurations.$indexSet(0, t2, B.C_ViewConfiguration); $._hotRestartListeners.push(new A.EngineFlutterWindow_closure(_this)); }, + get$contextMenu() { + var t1, + value = this.__EngineFlutterWindow_contextMenu_FI; + if (value === $) { + t1 = $._flutterViewEmbedder.__FlutterViewEmbedder__flutterViewElement_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + value !== $ && A.throwUnnamedLateFieldADI(); + value = this.__EngineFlutterWindow_contextMenu_FI = new A.ContextMenu(t1); + } + return value; + }, get$browserHistory() { var t1 = this._browserHistory; if (t1 == null) { @@ -171773,8 +175884,9 @@ } strategy = t1.get$urlStrategy(); t1 = $async$self._browserHistory; + t1 = t1 == null ? null : t1.tearDown$0(); $async$goto = 3; - return A._asyncAwait(t1 == null ? null : t1.tearDown$0(), $async$_useSingleEntryBrowserHistory$0); + return A._asyncAwait(type$.Future_void._is(t1) ? t1 : A._Future$value(t1, type$.void), $async$_useSingleEntryBrowserHistory$0); case 3: // returning from await. $async$self._browserHistory = A.SingleEntryBrowserHistory$(strategy); @@ -171808,8 +175920,9 @@ } strategy = t1.get$urlStrategy(); t1 = $async$self._browserHistory; + t1 = t1 == null ? null : t1.tearDown$0(); $async$goto = 3; - return A._asyncAwait(t1 == null ? null : t1.tearDown$0(), $async$_useMultiEntryBrowserHistory$0); + return A._asyncAwait(type$.Future_void._is(t1) ? t1 : A._Future$value(t1, type$.void), $async$_useMultiEntryBrowserHistory$0); case 3: // returning from await. $async$self._browserHistory = A.MultiEntriesBrowserHistory$(strategy); @@ -172072,13 +176185,11 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 44 + $signature: 71 }; - A.EngineSingletonFlutterWindow.prototype = {}; A.ViewPadding.prototype = {}; A._DefaultTextEditingStrategy_Object_CompositionAwareMixin.prototype = {}; A._DomCanvas_EngineCanvas_SaveElementStackTracking.prototype = {}; - A._EmbeddingStrategy_Object__ContextMenu.prototype = {}; A._LayoutFragment__CombinedFragment__FragmentMetrics.prototype = {}; A._LayoutFragment__CombinedFragment__FragmentMetrics__FragmentPosition.prototype = {}; A._LayoutFragment__CombinedFragment__FragmentMetrics__FragmentPosition__FragmentBox.prototype = {}; @@ -172107,224 +176218,6 @@ A.__MouseAdapter__BaseAdapter__WheelEventListenerMixin.prototype = {}; A.__PointerAdapter__BaseAdapter__WheelEventListenerMixin.prototype = {}; A.JS_CONST.prototype = {}; - A.HttpException.prototype = { - toString$0(_) { - var t1 = "" + "HttpException: " + this.message, - uri = this.uri; - if (uri != null) - t1 += ", uri = " + uri.toString$0(0); - return t1.charCodeAt(0) == 0 ? t1 : t1; - }, - $isException: 1, - get$message(receiver) { - return this.message; - } - }; - A._HeaderValue.prototype = { - _HeaderValue$2(_value, parameters) { - var t1 = parameters.get$isNotEmpty(parameters); - if (t1) - this.__http$_parameters = A.HashMap_HashMap$from(parameters, type$.String, type$.nullable_String); - }, - get$value(_) { - return this.__http$_value; - }, - toString$0(_) { - var parameters, t1, - sb = new A.StringBuffer(""); - sb._contents = "" + this.__http$_value; - parameters = this.__http$_parameters; - if (parameters != null && parameters.get$isNotEmpty(parameters)) - parameters.forEach$1(0, new A._HeaderValue_toString_closure(sb)); - t1 = sb._contents; - return t1.charCodeAt(0) == 0 ? t1 : t1; - }, - __http$_parse$4(s, parameterSeparator, valueSeparator, preserveBackslash) { - var t2, t3, t4, t5, t1 = {}; - t1.index = 0; - t2 = new A._HeaderValue__parse_done(t1, s); - t3 = new A._HeaderValue__parse_skipWS(t1, t2, s); - t4 = new A._HeaderValue__parse_parseValue(t1, t2, s, valueSeparator, parameterSeparator); - t5 = new A._HeaderValue__parse_maybeExpect(t1, t2, s); - t3.call$0(); - this.__http$_value = t4.call$0(); - t3.call$0(); - if (t2.call$0()) - return; - t5.call$1(parameterSeparator); - new A._HeaderValue__parse_parseParameters(t1, this, t2, s, parameterSeparator, valueSeparator, false, t4, t3, t5, new A._HeaderValue__parse_expect(t1, t2, s)).call$0(); - } - }; - A._HeaderValue_toString_closure.prototype = { - call$2($name, value) { - var t3, start, i, codeUnit, - t1 = this.sb, - t2 = t1._contents += "; "; - t2 += $name; - t1._contents = t2; - if (value != null) { - t1._contents = t2 + "="; - t2 = A._HeaderValue__isToken(value); - t3 = t1._contents; - if (t2) - t1._contents = t3 + value; - else { - t1._contents = t3 + '"'; - for (t2 = value.length, start = 0, i = 0; i < t2; ++i) { - codeUnit = value.charCodeAt(i); - if (codeUnit === 92 || codeUnit === 34) { - t3 = t1._contents += B.JSString_methods.substring$2(value, start, i); - t1._contents = t3 + "\\"; - start = i; - } - } - t2 = t1._contents += B.JSString_methods.substring$1(value, start); - t1._contents = t2 + '"'; - } - } - }, - $signature: 718 - }; - A._HeaderValue__parse_done.prototype = { - call$0() { - return this._box_0.index === this.s.length; - }, - $signature: 19 - }; - A._HeaderValue__parse_skipWS.prototype = { - call$0() { - var t1, t2, t3, t4, t5; - for (t1 = this.done, t2 = this._box_0, t3 = this.s; !t1.call$0();) { - t4 = t2.index; - t5 = t3[t4]; - if (t5 !== " " && t5 !== "\t") - return; - t2.index = t4 + 1; - } - }, - $signature: 0 - }; - A._HeaderValue__parse_parseValue.prototype = { - call$0() { - var t2, t3, t4, t5, char, t6, _this = this, - t1 = _this._box_0, - start = t1.index; - for (t2 = _this.done, t3 = _this.s, t4 = _this.parameterSeparator; !t2.call$0();) { - t5 = t1.index; - char = t3[t5]; - if (char !== " ") - if (char !== "\t") - t6 = char === t4; - else - t6 = true; - else - t6 = true; - if (t6) - break; - t1.index = t5 + 1; - } - return B.JSString_methods.substring$2(t3, start, t1.index); - }, - $signature: 45 - }; - A._HeaderValue__parse_expect.prototype = { - call$1(expected) { - var _this = this; - if (_this.done.call$0() || _this.s[_this._box_0.index] !== expected) - throw A.wrapException(A.HttpException$("Failed to parse header value", null)); - ++_this._box_0.index; - }, - $signature: 15 - }; - A._HeaderValue__parse_maybeExpect.prototype = { - call$1(expected) { - var _this = this; - if (_this.done.call$0() || !B.JSString_methods.startsWith$2(_this.s, expected, _this._box_0.index)) - return false; - ++_this._box_0.index; - return true; - }, - $signature: 12 - }; - A._HeaderValue__parse_parseParameters.prototype = { - call$0() { - var t2, t3, t4, parseParameterName, parseParameterValue, t5, $name, value, _this = this, - t1 = _this.$this, - parameters = t1.__http$_parameters; - if (parameters == null) - parameters = t1.__http$_parameters = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.nullable_String); - t1 = _this._box_0; - t2 = _this.done; - t3 = _this.s; - t4 = _this.parameterSeparator; - parseParameterName = new A._HeaderValue__parse_parseParameters_parseParameterName(t1, t2, t3, t4, _this.valueSeparator); - parseParameterValue = new A._HeaderValue__parse_parseParameters_parseParameterValue(t1, t2, t3, _this.preserveBackslash, _this.parseValue); - for (t1 = _this.expect, t3 = _this.maybeExpect, t5 = _this.skipWS; !t2.call$0();) { - t5.call$0(); - if (t2.call$0()) - return; - $name = parseParameterName.call$0(); - t5.call$0(); - if (t3.call$1("=")) { - t5.call$0(); - value = parseParameterValue.call$0(); - parameters.$indexSet(0, $name, $name === "charset" && true ? value.toLowerCase() : value); - t5.call$0(); - } else if ($name.length !== 0) - parameters.$indexSet(0, $name, null); - if (t2.call$0()) - return; - t1.call$1(t4); - } - }, - $signature: 0 - }; - A._HeaderValue__parse_parseParameters_parseParameterName.prototype = { - call$0() { - var t2, t3, t4, t5, char, _this = this, - t1 = _this._box_0, - start = t1.index; - for (t2 = _this.done, t3 = _this.s, t4 = _this.parameterSeparator; !t2.call$0();) { - t5 = t1.index; - char = t3[t5]; - if (char === " " || char === "\t" || char === "=" || char === t4 || false) - break; - t1.index = t5 + 1; - } - return B.JSString_methods.substring$2(t3, start, t1.index).toLowerCase(); - }, - $signature: 45 - }; - A._HeaderValue__parse_parseParameters_parseParameterValue.prototype = { - call$0() { - var t2, t3, t4, t5, t6, char, _this = this, - _s28_ = "Failed to parse header value", - t1 = _this.done; - if (!t1.call$0() && _this.s[_this._box_0.index] === '"') { - t2 = _this._box_0; - ++t2.index; - for (t3 = _this.s, t4 = t3.length, t5 = ""; !t1.call$0();) { - t6 = t2.index; - char = t3[t6]; - if (char === "\\") { - ++t6; - if (t6 === t4) - throw A.wrapException(A.HttpException$(_s28_, null)); - t2.index = t6; - } else if (char === '"') { - t2.index = t6 + 1; - return t5.charCodeAt(0) == 0 ? t5 : t5; - } - t5 += t3[t6]; - t2.index = t6 + 1; - } - throw A.wrapException(A.HttpException$(_s28_, null)); - } else - return _this.parseValue.call$0(); - }, - $signature: 45 - }; - A._ContentType.prototype = {}; J.Interceptor.prototype = { $eq(receiver, other) { return receiver === other; @@ -172380,7 +176273,7 @@ $isTrustedGetRuntimeType: 1, $isNull: 1 }; - J.JavaScriptObject.prototype = {}; + J.JavaScriptObject.prototype = {$isJSObject: 1}; J.LegacyJavaScriptObject.prototype = { get$hashCode(receiver) { return 0; @@ -172550,6 +176443,22 @@ }, $isFunction: 1 }; + J.JavaScriptBigInt.prototype = { + get$hashCode(receiver) { + return 0; + }, + toString$0(receiver) { + return String(receiver); + } + }; + J.JavaScriptSymbol.prototype = { + get$hashCode(receiver) { + return 0; + }, + toString$0(receiver) { + return String(receiver); + } + }; J.JSArray.prototype = { cast$1$0(receiver, $R) { return new A.CastList(receiver, A._arrayInstanceType(receiver)._eval$1("@<1>")._bind$1($R)._eval$1("CastList<1,2>")); @@ -172744,23 +176653,6 @@ firstWhere$1($receiver, test) { return this.firstWhere$2$orElse($receiver, test, null); }, - lastWhere$2$orElse(receiver, test, orElse) { - var i, element, - $length = receiver.length; - for (i = $length - 1; i >= 0; --i) { - element = receiver[i]; - if (test.call$1(element)) - return element; - if ($length !== receiver.length) - throw A.wrapException(A.ConcurrentModificationError$(receiver)); - } - if (orElse != null) - return orElse.call$0(); - throw A.wrapException(A.IterableElementError_noElement()); - }, - lastWhere$1($receiver, test) { - return this.lastWhere$2$orElse($receiver, test, null); - }, singleWhere$2$orElse(receiver, test, orElse) { var match, matchFound, i, element, $length = receiver.length; @@ -172909,13 +176801,49 @@ return new A.ReversedListIterable(receiver, A._arrayInstanceType(receiver)._eval$1("ReversedListIterable<1>")); }, sort$1(receiver, compare) { + var len, a, b, undefineds, i; if (!!receiver.immutable$list) A.throwExpression(A.UnsupportedError$("sort")); - A.Sort_sort(receiver, compare == null ? J._interceptors_JSArray__compareAny$closure() : compare); + len = receiver.length; + if (len < 2) + return; + if (compare == null) + compare = J._interceptors_JSArray__compareAny$closure(); + if (len === 2) { + a = receiver[0]; + b = receiver[1]; + if (compare.call$2(a, b) > 0) { + receiver[0] = b; + receiver[1] = a; + } + return; + } + if (A._arrayInstanceType(receiver)._precomputed1._is(null)) { + for (undefineds = 0, i = 0; i < receiver.length; ++i) + if (receiver[i] === void 0) { + receiver[i] = null; + ++undefineds; + } + } else + undefineds = 0; + receiver.sort(A.convertDartClosureToJS(compare, 2)); + if (undefineds > 0) + this._replaceSomeNullsWithUndefined$1(receiver, undefineds); }, sort$0($receiver) { return this.sort$1($receiver, null); }, + _replaceSomeNullsWithUndefined$1(receiver, count) { + var i0, + i = receiver.length; + for (; i0 = i - 1, i > 0; i = i0) + if (receiver[i0] === null) { + receiver[i0] = void 0; + --count; + if (count === 0) + break; + } + }, indexOf$2(receiver, element, start) { var i, $length = receiver.length; @@ -173454,41 +177382,23 @@ return result.substring(startIndex, endIndex0); }, trimLeft$0(receiver) { - var result, startIndex; - if (typeof receiver.trimLeft != "undefined") { - result = receiver.trimLeft(); - if (result.length === 0) - return result; - startIndex = result.charCodeAt(0) === 133 ? J.JSString__skipLeadingWhitespace(result, 1) : 0; - } else { - startIndex = J.JSString__skipLeadingWhitespace(receiver, 0); - result = receiver; - } - if (startIndex === 0) + var result = receiver.trimStart(); + if (result.length === 0) return result; - if (startIndex === result.length) - return ""; - return result.substring(startIndex); + if (result.charCodeAt(0) !== 133) + return result; + return result.substring(J.JSString__skipLeadingWhitespace(result, 1)); }, trimRight$0(receiver) { - var result, endIndex, t1; - if (typeof receiver.trimRight != "undefined") { - result = receiver.trimRight(); + var t1, + result = receiver.trimEnd(), endIndex = result.length; - if (endIndex === 0) - return result; - t1 = endIndex - 1; - if (result.charCodeAt(t1) === 133) - endIndex = J.JSString__skipTrailingWhitespace(result, t1); - } else { - endIndex = J.JSString__skipTrailingWhitespace(receiver, receiver.length); - result = receiver; - } - if (endIndex === result.length) - return result; if (endIndex === 0) - return ""; - return result.substring(0, endIndex); + return result; + t1 = endIndex - 1; + if (result.charCodeAt(t1) !== 133) + return result; + return result.substring(0, J.JSString__skipTrailingWhitespace(result, t1)); }, $mul(receiver, times) { var s, result; @@ -174036,7 +177946,7 @@ call$0() { return A.Future_Future$value(null, type$.Null); }, - $signature: 68 + $signature: 69 }; A.SentinelValue.prototype = { get$id() { @@ -174808,10 +178718,12 @@ $recipe: "+key,value(1,2)", $shape: 3 }; - A._Record_3_breaks_graphemes_words.prototype = {$recipe: "+breaks,graphemes,words(1,2,3)", $shape: 4}; - A._Record_3_large_medium_small.prototype = {$recipe: "+large,medium,small(1,2,3)", $shape: 5}; - A._Record_3_x78_y_z.prototype = {$recipe: "+x,y,z(1,2,3)", $shape: 6}; - A._Record_4_domBlurListener_domFocusListener_element_semanticsNodeId.prototype = {$recipe: "+domBlurListener,domFocusListener,element,semanticsNodeId(1,2,3,4)", $shape: 7}; + A._Record_2_wordEnd_wordStart.prototype = {$recipe: "+wordEnd,wordStart(1,2)", $shape: 4}; + A._Record_3.prototype = {$recipe: "+(1,2,3)", $shape: 5}; + A._Record_3_breaks_graphemes_words.prototype = {$recipe: "+breaks,graphemes,words(1,2,3)", $shape: 6}; + A._Record_3_large_medium_small.prototype = {$recipe: "+large,medium,small(1,2,3)", $shape: 7}; + A._Record_3_x78_y_z.prototype = {$recipe: "+x,y,z(1,2,3)", $shape: 8}; + A._Record_4_domBlurListener_domFocusListener_element_semanticsNodeId.prototype = {$recipe: "+domBlurListener,domFocusListener,element,semanticsNodeId(1,2,3,4)", $shape: 9}; A.ConstantMapView.prototype = {}; A.ConstantMap.prototype = { cast$2$0(_, RK, RV) { @@ -175163,7 +179075,7 @@ call$0() { return B.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 182 + $signature: 174 }; A.Primitives_functionNoSuchMethod_closure.prototype = { call$2($name, argument) { @@ -175173,7 +179085,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 150 + $signature: 162 }; A.TypeErrorDecoder.prototype = { matchTypeError$1(message) { @@ -175202,10 +179114,7 @@ }; A.NullError.prototype = { toString$0(_) { - var t1 = this._method; - if (t1 == null) - return "NoSuchMethodError: " + this.__js_helper$_message; - return "NoSuchMethodError: method not found: '" + t1 + "' on null"; + return "Null check operator used on a null value"; } }; A.JsNoSuchMethodError.prototype = { @@ -175647,13 +179556,13 @@ call$1(o) { return this.getTag(o); }, - $signature: 32 + $signature: 33 }; A.initHooks_closure0.prototype = { call$2(o, tag) { return this.getUnknownTag(o, tag); }, - $signature: 2210 + $signature: 3160 }; A.initHooks_closure1.prototype = { call$1(tag) { @@ -176080,6 +179989,9 @@ get$runtimeType(receiver) { return B.Type_ByteData_zNC; }, + get$elementSizeInBytes(receiver) { + return 1; + }, getFloat64$2(receiver, byteOffset, endian) { return receiver.getFloat64(byteOffset, B.C_Endian === endian); }, @@ -176375,7 +180287,7 @@ call$1(beforeEntry) { return new A.MapEntry(J.codeUnitAt$1$s(beforeEntry.value, 0), beforeEntry.key, type$.MapEntry_int_String); }, - $signature: 1478 + $signature: 3194 }; A.LocaleKeymap.prototype = { getLogicalKey$3(eventCode, eventKey, eventKeyCode) { @@ -176423,7 +180335,7 @@ t2 = this.span; t1.firstChild ? t1.removeChild(t2) : t1.appendChild(t2); }, - $signature: 1476 + $signature: 3293 }; A._AsyncRun__scheduleImmediateJsOverride_internalCallback.prototype = { call$0() { @@ -176510,7 +180422,10 @@ return this.complete$1($receiver, null); }, completeError$2(e, st) { - var t1 = this._future; + var t1; + if (st == null) + st = A.AsyncError_defaultStackTrace(e); + t1 = this._future; if (this.isSync) t1._completeError$2(e, st); else @@ -176531,13 +180446,13 @@ call$2(error, stackTrace) { this.bodyFunction.call$2(1, new A.ExceptionAndStackTrace(error, stackTrace)); }, - $signature: 506 + $signature: 936 }; A._wrapJsFunctionForAsync_closure.prototype = { call$2(errorCode, result) { this.$protected(errorCode, result); }, - $signature: 1284 + $signature: 937 }; A._asyncStarHelper_closure.prototype = { call$0() { @@ -176609,7 +180524,7 @@ return t1.cancelationFuture; } }, - $signature: 1281 + $signature: 1069 }; A._AsyncStarStreamController__closure.prototype = { call$0() { @@ -177006,19 +180921,6 @@ }, $signature: 0 }; - A.Future_Future$microtask_closure.prototype = { - call$0() { - var e, s, exception; - try { - this.result._complete$1(this.computation.call$0()); - } catch (exception) { - e = A.unwrapException(exception); - s = A.getTraceFromException(exception); - A._completeWithErrorCallback(this.result, e, s); - } - }, - $signature: 0 - }; A.Future_Future$delayed_closure.prototype = { call$0() { var e, s, exception, _this = this, @@ -177053,7 +180955,7 @@ } else if (t2 === 0 && !_this.eagerError) _this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0()); }, - $signature: 136 + $signature: 155 }; A.Future_wait_closure.prototype = { call$1(value) { @@ -177136,20 +181038,6 @@ this.future._asyncCompleteError$2(error, stackTrace); } }; - A._SyncCompleter.prototype = { - complete$1(_, value) { - var t1 = this.future; - if ((t1._state & 30) !== 0) - throw A.wrapException(A.StateError$("Future already completed")); - t1._complete$1(value); - }, - complete$0($receiver) { - return this.complete$1($receiver, null); - }, - _completeError$2(error, stackTrace) { - this.future._completeError$2(error, stackTrace); - } - }; A._FutureListener.prototype = { matchesErrorTest$1(asyncError) { if ((this.state & 15) !== 6) @@ -177202,7 +181090,7 @@ }, _thenAwait$1$2(f, onError, $E) { var result = new A._Future($.Zone__current, $E._eval$1("_Future<0>")); - this._addListener$1(new A._FutureListener(result, 3, f, onError, this.$ti._eval$1("@<1>")._bind$1($E)._eval$1("_FutureListener<1,2>"))); + this._addListener$1(new A._FutureListener(result, 19, f, onError, this.$ti._eval$1("@<1>")._bind$1($E)._eval$1("_FutureListener<1,2>"))); return result; }, catchError$2$test(onError, test) { @@ -177403,7 +181291,7 @@ call$2(error, stackTrace) { this.$this._completeError$2(error, stackTrace); }, - $signature: 157 + $signature: 175 }; A._Future__chainForeignFuture_closure1.prototype = { call$0() { @@ -177468,7 +181356,7 @@ call$1(_) { return this.originalSource; }, - $signature: 1279 + $signature: 1132 }; A._Future__propagateToListeners_handleValueCallback.prototype = { call$0() { @@ -177537,7 +181425,7 @@ this._future._completeError$2(e, s); } }, - $signature: 157 + $signature: 175 }; A._AsyncCallbackEntry.prototype = {}; A.Stream.prototype = { @@ -177558,9 +181446,6 @@ t1 = t1.controller; return t1.get$stream(t1); }, - pipe$1(streamConsumer) { - return streamConsumer.addStream$1(0, this).then$1$1(0, new A.Stream_pipe_closure(streamConsumer), type$.dynamic); - }, fold$1$2(_, initialValue, combine, $S) { var subscription, t1 = {}, result = new A._Future($.Zone__current, $S._eval$1("_Future<0>")); @@ -177618,7 +181503,7 @@ t1._addError$2(error, stackTrace); t1._closeUnchecked$0(); }, - $signature: 426 + $signature: 383 }; A.Stream_asyncMap_closure.prototype = { call$0() { @@ -177670,12 +181555,6 @@ return A._instanceType(this.$this)._eval$1("~(Stream.T)"); } }; - A.Stream_pipe_closure.prototype = { - call$1(_) { - return this.streamConsumer.close$0(0); - }, - $signature: 1248 - }; A.Stream_fold_closure.prototype = { call$0() { this.result._complete$1(this._box_0.value); @@ -177732,7 +181611,7 @@ A.Stream_forEach__closure0.prototype = { call$1(_) { }, - $signature: 103 + $signature: 111 }; A.Stream_length_closure.prototype = { call$1(_) { @@ -178066,7 +181945,7 @@ t1._addError$2(e, s); t1._async$_close$0(); }, - $signature: 157 + $signature: 175 }; A._AddStreamState_cancel_closure.prototype = { call$0() { @@ -178405,43 +182284,55 @@ $signature: 0 }; A._DoneStreamSubscription.prototype = { - _schedule$0() { - var _this = this; - if ((_this._state & 2) !== 0) - return; - A._rootScheduleMicrotask(null, null, _this._zone, _this.get$_sendDone()); - _this._state = (_this._state | 2) >>> 0; - }, onData$1(handleData) { }, pause$1(_, resumeSignal) { - this._state += 4; - if (resumeSignal != null) - resumeSignal.whenComplete$1(this.get$resume(this)); + var _this = this, + t1 = _this._state; + if (t1 >= 0) { + _this._state = t1 + 2; + if (resumeSignal != null) + resumeSignal.whenComplete$1(_this.get$resume(_this)); + } }, pause$0($receiver) { return this.pause$1($receiver, null); }, resume$0(_) { - var t1 = this._state; - if (t1 >= 4) { - t1 = this._state = t1 - 4; - if (t1 < 4 && (t1 & 1) === 0) - this._schedule$0(); - } + var _this = this, + resumeState = _this._state - 2; + if (resumeState < 0) + return; + if (resumeState === 0) { + _this._state = 1; + A.scheduleMicrotask(_this.get$_onMicrotask()); + } else + _this._state = resumeState; }, cancel$0(_) { + this._state = -1; + this._onDone = null; return $.$get$Future__nullFuture(); }, - _sendDone$0() { - var doneHandler, _this = this, - t1 = _this._state = (_this._state & 4294967293) >>> 0; - if (t1 >= 4) - return; - _this._state = (t1 | 1) >>> 0; - doneHandler = _this._onDone; - if (doneHandler != null) - _this._zone.runGuarded$1(doneHandler); + _onMicrotask$0() { + var _0_0, doneHandler, t1, _this = this, + unscheduledState = _this._state - 1; + if (unscheduledState === 0) { + _this._state = -1; + _0_0 = _this._onDone; + if (_0_0 != null) { + doneHandler = _0_0; + t1 = true; + } else { + doneHandler = null; + t1 = false; + } + if (t1) { + _this._onDone = null; + _this._zone.runGuarded$1(doneHandler); + } + } else + _this._state = unscheduledState; } }; A._StreamIterator.prototype = { @@ -178529,14 +182420,14 @@ } }; A._EmptyStream.prototype = { - get$isBroadcast() { - return true; - }, listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { return A._DoneStreamSubscription$(onDone, this.$ti._precomputed1); }, listen$3$onDone$onError($receiver, onData, onDone, onError) { return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); + }, + get$isBroadcast() { + return true; } }; A._MultiStream.prototype = { @@ -178560,22 +182451,6 @@ $signature: 0 }; A._MultiStreamController.prototype = { - addSync$1(data) { - var t1 = this._state; - if (t1 >= 4) - throw A.wrapException(this._badEventState$0()); - if ((t1 & 1) !== 0) - this.get$_async$_subscription()._async$_add$1(0, data); - }, - addErrorSync$2(error, stackTrace) { - var t1 = this._state; - if (t1 >= 4) - throw A.wrapException(this._badEventState$0()); - if ((t1 & 1) !== 0) { - t1 = this.get$_async$_subscription(); - t1._addError$2(error, stackTrace == null ? B.C__StringStackTrace : stackTrace); - } - }, closeSync$0() { var _this = this, t1 = _this._state; @@ -178603,7 +182478,7 @@ call$2(error, stackTrace) { A._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 136 + $signature: 155 }; A._cancelAndValue_closure.prototype = { call$0() { @@ -179293,7 +183168,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 142 + $signature: 148 }; A._HashMapKeyIterable.prototype = { get$length(_) { @@ -179382,7 +183257,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 142 + $signature: 148 }; A._HashSet.prototype = { _newSet$0() { @@ -179827,17 +183702,11 @@ return J.elementAt$1$ax(this._collection$_source, index); } }; - A.HashMap_HashMap$from_closure.prototype = { - call$2(k, v) { - this.result.$indexSet(0, this.K._as(k), this.V._as(v)); - }, - $signature: 191 - }; A.LinkedHashMap_LinkedHashMap$from_closure.prototype = { call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 191 + $signature: 217 }; A.LinkedList.prototype = { remove$1(_, entry) { @@ -180164,7 +184033,8 @@ return result; }, sort$1(receiver, compare) { - A.Sort_sort(receiver, compare == null ? A.collection_ListBase__compareAny$closure() : compare); + var t1 = compare == null ? A.collection_ListBase__compareAny$closure() : compare; + A.Sort__doSort(receiver, 0, this.get$length(receiver) - 1, t1); }, asMap$0(receiver) { return new A.ListMapView(receiver, A.instanceType(receiver)._eval$1("ListMapView")); @@ -180430,7 +184300,7 @@ t1._contents = t2 + ": "; t1._contents += A.S(v); }, - $signature: 281 + $signature: 306 }; A.UnmodifiableMapBase.prototype = {}; A._MapBaseValueIterable.prototype = { @@ -180961,6 +184831,13 @@ for (t1 = this.get$iterator(this); t1.moveNext$0();) f.call$1(t1.get$current(t1)); }, + every$1(_, f) { + var t1; + for (t1 = this.get$iterator(this); t1.moveNext$0();) + if (!f.call$1(t1.get$current(t1))) + return false; + return true; + }, join$1(_, separator) { var first, t1, iterator = this.get$iterator(this); @@ -181056,6 +184933,41 @@ return t1; } }; + A._UnmodifiableSetMixin.prototype = { + add$1(_, value) { + return A._UnmodifiableSetMixin__throwUnmodifiable(); + }, + clear$0(_) { + return A._UnmodifiableSetMixin__throwUnmodifiable(); + }, + addAll$1(_, elements) { + return A._UnmodifiableSetMixin__throwUnmodifiable(); + }, + removeAll$1(elements) { + return A._UnmodifiableSetMixin__throwUnmodifiable(); + }, + removeWhere$1(_, test) { + return A._UnmodifiableSetMixin__throwUnmodifiable(); + }, + remove$1(_, value) { + return A._UnmodifiableSetMixin__throwUnmodifiable(); + } + }; + A.UnmodifiableSetView.prototype = { + contains$1(_, element) { + return this._collection$_source.contains$1(0, element); + }, + get$length(_) { + return this._collection$_source._collection$_length; + }, + get$iterator(_) { + var t1 = this._collection$_source; + return A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1); + }, + toSet$0(_) { + return this._collection$_source.toSet$0(0); + } + }; A._SplayTreeNode.prototype = {}; A._SplayTreeSetNode.prototype = {}; A._SplayTreeMapNode.prototype = { @@ -181375,7 +185287,7 @@ call$1(a) { return this.K._is(a); }, - $signature: 142 + $signature: 148 }; A._SplayTreeIterator.prototype = { get$current(_) { @@ -181624,7 +185536,7 @@ call$1(v) { return this.E._is(v); }, - $signature: 142 + $signature: 148 }; A.SplayTreeSet__newSet_closure.prototype = { call$2(a, b) { @@ -181667,6 +185579,7 @@ A._SplayTreeSet__SplayTree_Iterable.prototype = {}; A._SplayTreeSet__SplayTree_Iterable_SetMixin.prototype = {}; A._UnmodifiableMapView_MapView__UnmodifiableMapMixin.prototype = {}; + A._UnmodifiableSetView_SetBase__UnmodifiableSetMixin.prototype = {}; A._JsonMap.prototype = { $index(_, key) { var result, @@ -181862,9 +185775,6 @@ decode$1(_, bytes) { var t1 = B.AsciiDecoder_false_127.convert$1(bytes); return t1; - }, - get$encoder() { - return B.AsciiEncoder_127; } }; A._UnicodeSubsetEncoder.prototype = { @@ -182064,7 +185974,7 @@ A.Base64Encoder.prototype = { convert$1(input) { var t1 = J.getInterceptor$asx(input); - if (t1.get$isEmpty(input)) + if (t1.get$length(input) === 0) return ""; t1 = new A._Base64Encoder(string$.ABCDEF).encode$4(input, 0, t1.get$length(input), true); t1.toString; @@ -182243,11 +186153,7 @@ this._convert$_callback.call$1(this._accumulated); } }; - A.Codec0.prototype = { - encode$1(input) { - return this.get$encoder().convert$1(input); - } - }; + A.Codec0.prototype = {}; A.Converter.prototype = { fuse$1$1(other, TT) { var t1 = A._instanceType(this); @@ -182258,9 +186164,6 @@ } }; A._FusedConverter.prototype = { - convert$1(input) { - return A._parseJson(this._convert$_first.convert$1(input), this._second._reviver); - }, startChunkedConversion$1(sink) { return this._convert$_first.startChunkedConversion$1(new A._JsonDecoderSink(this._second._reviver, sink, new A.StringBuffer(""))); } @@ -182377,13 +186280,6 @@ } }; A.JsonEncoder.prototype = { - convert$1(object) { - var t1, - output = new A.StringBuffer(""); - A._JsonStringStringifier_printOn(object, output, this._toEncodable, this.indent); - t1 = output._contents; - return t1.charCodeAt(0) == 0 ? t1 : t1; - }, startChunkedConversion$1(sink) { var t1 = type$.StringConversionSink._is(sink) ? sink : new A._StringAdapterSink(sink); return new A._JsonEncoderSink(this.indent, this._toEncodable, t1); @@ -182405,9 +186301,6 @@ A.JsonDecoder.prototype = { startChunkedConversion$1(sink) { return new A._JsonDecoderSink(this._reviver, sink, new A.StringBuffer("")); - }, - convert$1(input) { - return A._parseJson(input, this._reviver); } }; A._JsonStringifier.prototype = { @@ -182605,7 +186498,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 281 + $signature: 306 }; A._JsonPrettyPrintMixin.prototype = { writeList$1(list) { @@ -182670,7 +186563,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 281 + $signature: 306 }; A._JsonStringStringifier.prototype = { get$_partialResult() { @@ -182707,9 +186600,6 @@ decode$1(_, bytes) { var t1 = B.Latin1Decoder_false_255.convert$1(bytes); return t1; - }, - get$encoder() { - return B.Latin1Encoder_255; } }; A.Latin1Encoder.prototype = {}; @@ -182907,15 +186797,17 @@ this.addSlice$4(chunk, 0, J.get$length$asx(chunk), false); }, addSlice$4(chunk, startIndex, endIndex, isLast) { - var accumulated, - t1 = this._convert$_buffer, - t2 = t1._contents += this._decoder.convertGeneral$4(chunk, startIndex, endIndex, false); + var accumulated, _this = this, + t1 = _this._convert$_buffer, + t2 = t1._contents += _this._decoder.convertGeneral$4(chunk, startIndex, endIndex, false); if (t2.length !== 0) { accumulated = t2.charCodeAt(0) == 0 ? t2 : t2; - this._chunkedSink.addSlice$4(accumulated, 0, accumulated.length, false); + _this._chunkedSink.addSlice$4(accumulated, 0, accumulated.length, isLast); t1._contents = ""; return; } + if (isLast) + _this.close$0(0); } }; A.Utf8Codec.prototype = { @@ -182928,8 +186820,8 @@ decode$1($receiver, codeUnits) { return this.decode$2$allowMalformed($receiver, codeUnits, null); }, - get$encoder() { - return B.C_Utf8Encoder; + encode$1(string) { + return B.C_Utf8Encoder.convert$1(string); } }; A.Utf8Encoder.prototype = { @@ -183552,7 +187444,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 545 + $signature: 520 }; A._BigIntImpl_hashCode_finish.prototype = { call$1(hash) { @@ -183560,7 +187452,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - $signature: 128 + $signature: 133 }; A._BigIntImpl_toDouble_readBits.prototype = { call$1(n) { @@ -183586,7 +187478,7 @@ t1.cachedBitsLength = t4; return result; }, - $signature: 128 + $signature: 133 }; A._BigIntImpl_toDouble_roundUp.prototype = { call$0() { @@ -183605,8 +187497,9 @@ call$2(key, value) { this.result.$indexSet(0, key._name, value); }, - $signature: 749 + $signature: 888 }; + A._WeakReferenceWrapper.prototype = {}; A.NoSuchMethodError_toString_closure.prototype = { call$2(key, value) { var t1 = this.sb, @@ -183618,7 +187511,7 @@ t1._contents += A.Error_safeToString(value); t2.comma = ", "; }, - $signature: 749 + $signature: 888 }; A.DateTime.prototype = { get$timeZoneOffset() { @@ -183703,7 +187596,7 @@ return 0; return A.int_parse(matched, null); }, - $signature: 903 + $signature: 886 }; A.DateTime_parse_parseMilliAndMicroseconds.prototype = { call$1(matched) { @@ -183717,7 +187610,7 @@ } return result; }, - $signature: 903 + $signature: 886 }; A.Duration.prototype = { $add(_, other) { @@ -184159,6 +188052,33 @@ while (it.moveNext$0()); return result; }, + firstWhere$2$orElse(_, test, orElse) { + var t1, element; + for (t1 = this.get$iterator(this); t1.moveNext$0();) { + element = t1.get$current(t1); + if (test.call$1(element)) + return element; + } + throw A.wrapException(A.IterableElementError_noElement()); + }, + firstWhere$1($receiver, test) { + return this.firstWhere$2$orElse($receiver, test, null); + }, + lastWhere$1(_, test) { + var result, current, + iterator = this.get$iterator(this); + do { + if (!iterator.moveNext$0()) + throw A.wrapException(A.IterableElementError_noElement()); + result = iterator.get$current(iterator); + } while (!test.call$1(result)); + for (; iterator.moveNext$0();) { + current = iterator.get$current(iterator); + if (test.call$1(current)) + result = current; + } + return result; + }, elementAt$1(_, index) { var iterator, skipCount; A.RangeError_checkNotNegative(index, "index"); @@ -184306,14 +188226,17 @@ call$2$aspect($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$aspect", 0, [$0, $1], ["aspect"], 0)); }, + call$1$style($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$style", 0, [$0], ["style"], 0)); + }, call$2$priority$scheduler($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$priority$scheduler", 0, [$0, $1], ["priority", "scheduler"], 0)); }, call$2$position($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$position", 0, [$0, $1], ["position"], 0)); }, - call$1$style($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$style", 0, [$0], ["style"], 0)); + call$1$includeChildren($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$includeChildren", 0, [$0], ["includeChildren"], 0)); }, call$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$21$background$color$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$shadows$textBaseline$wordSpacing", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20], ["background", "color", "decoration", "decorationColor", "decorationStyle", "decorationThickness", "fontFamily", "fontFamilyFallback", "fontFeatures", "fontSize", "fontStyle", "fontVariations", "fontWeight", "foreground", "height", "leadingDistribution", "letterSpacing", "locale", "shadows", "textBaseline", "wordSpacing"], 0)); @@ -184378,8 +188301,8 @@ call$2$end$start($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$end$start", 0, [$0, $1], ["end", "start"], 0)); }, - call$3$dimensions$textScaleFactor($0, $1, $2) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$dimensions$textScaleFactor", 0, [$0, $1, $2], ["dimensions", "textScaleFactor"], 0)); + call$3$dimensions$textScaler($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$dimensions$textScaler", 0, [$0, $1, $2], ["dimensions", "textScaler"], 0)); }, call$3$boxHeightStyle($0, $1, $2) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$boxHeightStyle", 0, [$0, $1, $2], ["boxHeightStyle"], 0)); @@ -184471,18 +188394,9 @@ call$4$allowUpscaling$targetHeight$targetWidth($0, $1, $2, $3) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$allowUpscaling$targetHeight$targetWidth", 0, [$0, $1, $2, $3], ["allowUpscaling", "targetHeight", "targetWidth"], 0)); }, - call$2$decodeDeprecated($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$decodeDeprecated", 0, [$0, $1], ["decodeDeprecated"], 0)); - }, call$2$onError($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$onError", 0, [$0, $1], ["onError"], 0)); }, - call$2$decodeBufferDeprecated($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$decodeBufferDeprecated", 0, [$0, $1], ["decodeBufferDeprecated"], 0)); - }, - call$2$decode($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$decode", 0, [$0, $1], ["decode"], 0)); - }, call$2$maxWidth$minWidth($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$maxWidth$minWidth", 0, [$0, $1], ["maxWidth", "minWidth"], 0)); }, @@ -184534,9 +188448,6 @@ call$5$baseline$baselineOffset($0, $1, $2, $3, $4) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$baseline$baselineOffset", 0, [$0, $1, $2, $3, $4], ["baseline", "baselineOffset"], 0)); }, - call$4$scale($0, $1, $2, $3) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$scale", 0, [$0, $1, $2, $3], ["scale"], 0)); - }, call$1$bottom($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$bottom", 0, [$0], ["bottom"], 0)); }, @@ -184564,8 +188475,8 @@ call$1$direction($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$direction", 0, [$0], ["direction"], 0)); }, - call$3$rect($0, $1, $2) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$rect", 0, [$0, $1, $2], ["rect"], 0)); + call$4$axis$rect($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$axis$rect", 0, [$0, $1, $2, $3], ["axis", "rect"], 0)); }, call$2$baseOffset$extentOffset($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$baseOffset$extentOffset", 0, [$0, $1], ["baseOffset", "extentOffset"], 0)); @@ -184600,8 +188511,14 @@ call$2$counterText$semanticCounterText($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$counterText$semanticCounterText", 0, [$0, $1], ["counterText", "semanticCounterText"], 0)); }, - call$30$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$30$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29], ["alignLabelWithHint", "border", "constraints", "contentPadding", "counterStyle", "disabledBorder", "enabledBorder", "errorBorder", "errorMaxLines", "errorStyle", "fillColor", "filled", "floatingLabelAlignment", "floatingLabelBehavior", "floatingLabelStyle", "focusColor", "focusedBorder", "focusedErrorBorder", "helperMaxLines", "helperStyle", "hintStyle", "hoverColor", "iconColor", "isCollapsed", "isDense", "labelStyle", "prefixIconColor", "prefixStyle", "suffixIconColor", "suffixStyle"], 0)); + call$1$autofillConfiguration($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$autofillConfiguration", 0, [$0], ["autofillConfiguration"], 0)); + }, + call$31$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$31$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle", 0, [$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30], ["alignLabelWithHint", "border", "constraints", "contentPadding", "counterStyle", "disabledBorder", "enabledBorder", "errorBorder", "errorMaxLines", "errorStyle", "fillColor", "filled", "floatingLabelAlignment", "floatingLabelBehavior", "floatingLabelStyle", "focusColor", "focusedBorder", "focusedErrorBorder", "helperMaxLines", "helperStyle", "hintFadeDuration", "hintStyle", "hoverColor", "iconColor", "isCollapsed", "isDense", "labelStyle", "prefixIconColor", "prefixStyle", "suffixIconColor", "suffixStyle"], 0)); + }, + call$3$rect($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$rect", 0, [$0, $1, $2], ["rect"], 0)); }, call$1$end($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$end", 0, [$0], ["end"], 0)); @@ -184663,6 +188580,9 @@ call$3$foregroundColor$iconSize$overlayColor($0, $1, $2) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$foregroundColor$iconSize$overlayColor", 0, [$0, $1, $2], ["foregroundColor", "iconSize", "overlayColor"], 0)); }, + call$1$textScaler($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$textScaler", 0, [$0], ["textScaler"], 0)); + }, call$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding($0, $1, $2, $3, $4, $5, $6, $7) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$8$removeBottomInset$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding", 0, [$0, $1, $2, $3, $4, $5, $6, $7], ["removeBottomInset", "removeBottomPadding", "removeLeftPadding", "removeRightPadding", "removeTopPadding"], 0)); }, @@ -184753,6 +188673,9 @@ call$5$selectExactEventLocation$selectOverlappingPoints($0, $1, $2, $3, $4) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$selectExactEventLocation$selectOverlappingPoints", 0, [$0, $1, $2, $3, $4], ["selectExactEventLocation", "selectOverlappingPoints"], 0)); }, + call$1$maxScaleFactor($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$maxScaleFactor", 0, [$0], ["maxScaleFactor"], 0)); + }, call$1$border($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$border", 0, [$0], ["border"], 0)); }, @@ -184855,45 +188778,6 @@ call$1$inherit($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$inherit", 0, [$0], ["inherit"], 0)); }, - call$2$brightness$disabledColor($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$brightness$disabledColor", 0, [$0, $1], ["brightness", "disabledColor"], 0)); - }, - call$2$editContext$keyEvent($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$editContext$keyEvent", 0, [$0, $1], ["editContext", "keyEvent"], 0)); - }, - call$1$dragDevices($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$dragDevices", 0, [$0], ["dragDevices"], 0)); - }, - call$1$base($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$base", 0, [$0], ["base"], 0)); - }, - call$1$extent($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$extent", 0, [$0], ["extent"], 0)); - }, - call$2$filterQuality($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$filterQuality", 0, [$0, $1], ["filterQuality"], 0)); - }, - call$5$debugColor$handleKey$handleOffset$handleType$onPanStart($0, $1, $2, $3, $4) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$debugColor$handleKey$handleOffset$handleType$onPanStart", 0, [$0, $1, $2, $3, $4], ["debugColor", "handleKey", "handleOffset", "handleType", "onPanStart"], 0)); - }, - call$1$start($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$start", 0, [$0], ["start"], 0)); - }, - call$1$decoration($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$decoration", 0, [$0], ["decoration"], 0)); - }, - call$3$addedComponents$changedComponents$removedComponents($0, $1, $2) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$addedComponents$changedComponents$removedComponents", 0, [$0, $1, $2], ["addedComponents", "changedComponents", "removedComponents"], 0)); - }, - call$2$base$extent($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$base$extent", 0, [$0, $1], ["base", "extent"], 0)); - }, - call$1$fontStyle($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$fontStyle", 0, [$0], ["fontStyle"], 0)); - }, - call$2$color$decoration($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$color$decoration", 0, [$0, $1], ["color", "decoration"], 0)); - }, call$1$newComposingRegion($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$newComposingRegion", 0, [$0], ["newComposingRegion"], 0)); }, @@ -184906,23 +188790,38 @@ call$3$expandSelection$moveUp$textLayout($0, $1, $2) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$expandSelection$moveUp$textLayout", 0, [$0, $1, $2], ["expandSelection", "moveUp", "textLayout"], 0)); }, - call$2$onKey($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$onKey", 0, [$0, $1], ["onKey"], 0)); - }, call$2$newComposingRegion$text($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$newComposingRegion$text", 0, [$0, $1], ["newComposingRegion", "text"], 0)); }, call$2$newComposingRegion$replacementText($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$newComposingRegion$replacementText", 0, [$0, $1], ["newComposingRegion", "replacementText"], 0)); }, + call$2$filterQuality($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$filterQuality", 0, [$0, $1], ["filterQuality"], 0)); + }, call$1$baseOffset($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$baseOffset", 0, [$0], ["baseOffset"], 0)); }, - call$3$controller$keyEvent$textLayout($0, $1, $2) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$controller$keyEvent$textLayout", 0, [$0, $1, $2], ["controller", "keyEvent", "textLayout"], 0)); + call$2$onKey($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$onKey", 0, [$0, $1], ["onKey"], 0)); }, - call$1$textInputType($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$textInputType", 0, [$0], ["textInputType"], 0)); + call$1$start($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$start", 0, [$0], ["start"], 0)); + }, + call$1$enableDeltaModel($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$enableDeltaModel", 0, [$0], ["enableDeltaModel"], 0)); + }, + call$2$textInputAction$textInputType($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$textInputAction$textInputType", 0, [$0, $1], ["textInputAction", "textInputType"], 0)); + }, + call$2$keyEvent$textFieldContext($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$keyEvent$textFieldContext", 0, [$0, $1], ["keyEvent", "textFieldContext"], 0)); + }, + call$5$fontFamily$fontSize$fontWeight$textAlign$textDirection($0, $1, $2, $3, $4) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$fontFamily$fontSize$fontWeight$textAlign$textDirection", 0, [$0, $1, $2, $3, $4], ["fontFamily", "fontSize", "fontWeight", "textAlign", "textDirection"], 0)); + }, + call$1$textFieldContext($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$textFieldContext", 0, [$0], ["textFieldContext"], 0)); }, call$2$startOffset$textToInsert($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$startOffset$textToInsert", 0, [$0, $1], ["startOffset", "textToInsert"], 0)); @@ -184945,6 +188844,45 @@ call$5$from$newComposingRegion$newSelection$newText$to($0, $1, $2, $3, $4) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$from$newComposingRegion$newSelection$newText$to", 0, [$0, $1, $2, $3, $4], ["from", "newComposingRegion", "newSelection", "newText", "to"], 0)); }, + call$2$brightness$disabledColor($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$brightness$disabledColor", 0, [$0, $1], ["brightness", "disabledColor"], 0)); + }, + call$1$decoration($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$decoration", 0, [$0], ["decoration"], 0)); + }, + call$4$addedComponents$changedComponents$movedComponents$removedComponents($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$addedComponents$changedComponents$movedComponents$removedComponents", 0, [$0, $1, $2, $3], ["addedComponents", "changedComponents", "movedComponents", "removedComponents"], 0)); + }, + call$1$dragEndInViewport($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$dragEndInViewport", 0, [$0], ["dragEndInViewport"], 0)); + }, + call$1$base($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$base", 0, [$0], ["base"], 0)); + }, + call$1$extent($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$extent", 0, [$0], ["extent"], 0)); + }, + call$1$expand($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$expand", 0, [$0], ["expand"], 0)); + }, + call$1$movementModifier($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$movementModifier", 0, [$0], ["movementModifier"], 0)); + }, + call$2$editContext$keyEvent($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$editContext$keyEvent", 0, [$0, $1], ["editContext", "keyEvent"], 0)); + }, + call$2$base$extent($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$base$extent", 0, [$0, $1], ["base", "extent"], 0)); + }, + call$1$fontStyle($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$fontStyle", 0, [$0], ["fontStyle"], 0)); + }, + call$2$color$decoration($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$color$decoration", 0, [$0, $1], ["color", "decoration"], 0)); + }, + call$3$end$newAttribution$start($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$end$newAttribution$start", 0, [$0, $1, $2], ["end", "newAttribution", "start"], 0)); + }, call$4$getChildren($0, $1, $2, $3) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$getChildren", 0, [$0, $1, $2, $3], ["getChildren"], 0)); }, @@ -184957,24 +188895,6 @@ call$5$fileFilter$initialDirectory$multipleFiles$pickDirectory($0, $1, $2, $3, $4) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$fileFilter$initialDirectory$multipleFiles$pickDirectory", 0, [$0, $1, $2, $3, $4], ["fileFilter", "initialDirectory", "multipleFiles", "pickDirectory"], 0)); }, - call$1$url($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$url", 0, [$0], ["url"], 0)); - }, - call$3$eTag$relativePath$validTill($0, $1, $2) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$eTag$relativePath$validTill", 0, [$0, $1, $2], ["eTag", "relativePath", "validTill"], 0)); - }, - call$1$length($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$length", 0, [$0], ["length"], 0)); - }, - call$1$tailVisitor($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$tailVisitor", 0, [$0], ["tailVisitor"], 0)); - }, - call$1$recursive($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$recursive", 0, [$0], ["recursive"], 0)); - }, - call$2$createChild$followTailLink($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$createChild$followTailLink", 0, [$0, $1], ["createChild", "followTailLink"], 0)); - }, call$3$globalLocation$localLocation($0, $1, $2) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$globalLocation$localLocation", 0, [$0, $1, $2], ["globalLocation", "localLocation"], 0)); }, @@ -185038,8 +188958,11 @@ call$3$token($0, $1, $2) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$token", 0, [$0, $1, $2], ["token"], 0)); }, - call$2$alwaysUse24HourFormat$textScaleFactor($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$alwaysUse24HourFormat$textScaleFactor", 0, [$0, $1], ["alwaysUse24HourFormat", "textScaleFactor"], 0)); + call$2$alwaysUse24HourFormat$textScaler($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$alwaysUse24HourFormat$textScaler", 0, [$0, $1], ["alwaysUse24HourFormat", "textScaler"], 0)); + }, + call$3$bodyColor$decorationColor$displayColor($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$bodyColor$decorationColor$displayColor", 0, [$0, $1, $2], ["bodyColor", "decorationColor", "displayColor"], 0)); }, call$1$fontFamily($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$fontFamily", 0, [$0], ["fontFamily"], 0)); @@ -185083,15 +189006,15 @@ call$1$3$onlyFirst($0, $1, $2, $T1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$3$onlyFirst", 0, [$0, $1, $2, $T1], ["onlyFirst"], 1)); }, - call$1$includeChildren($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$includeChildren", 0, [$0], ["includeChildren"], 0)); + call$3$oldLayer($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$oldLayer", 0, [$0, $1, $2], ["oldLayer"], 0)); + }, + call$2$oldLayer($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$oldLayer", 0, [$0, $1], ["oldLayer"], 0)); }, call$1$oldLayer($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$oldLayer", 0, [$0], ["oldLayer"], 0)); }, - call$3$oldLayer($0, $1, $2) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$oldLayer", 0, [$0, $1, $2], ["oldLayer"], 0)); - }, call$3$offset$oldLayer($0, $1, $2) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$offset$oldLayer", 0, [$0, $1, $2], ["offset", "oldLayer"], 0)); }, @@ -185113,21 +189036,21 @@ call$5$borderRadius$shape$textDirection($0, $1, $2, $3, $4) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$borderRadius$shape$textDirection", 0, [$0, $1, $2, $3, $4], ["borderRadius", "shape", "textDirection"], 0)); }, + call$6$blend$blendMode($0, $1, $2, $3, $4, $5) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$6$blend$blendMode", 0, [$0, $1, $2, $3, $4, $5], ["blend", "blendMode"], 0)); + }, call$4$textDirection($0, $1, $2, $3) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$textDirection", 0, [$0, $1, $2, $3], ["textDirection"], 0)); }, - call$4$in1$in2$operator$result($0, $1, $2, $3) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$in1$in2$operator$result", 0, [$0, $1, $2, $3], ["in1", "in2", "operator", "result"], 0)); - }, - call$2$oldLayer($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$oldLayer", 0, [$0, $1], ["oldLayer"], 0)); - }, call$3$blendMode$oldLayer($0, $1, $2) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$blendMode$oldLayer", 0, [$0, $1, $2], ["blendMode", "oldLayer"], 0)); }, call$4$height$offset$width($0, $1, $2, $3) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$height$offset$width", 0, [$0, $1, $2, $3], ["height", "offset", "width"], 0)); }, + call$4$in1$in2$operator$result($0, $1, $2, $3) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$4$in1$in2$operator$result", 0, [$0, $1, $2, $3], ["in1", "in2", "operator", "result"], 0)); + }, call$5$fillColor$strokeColor$strokeWidthPx($0, $1, $2, $3, $4) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$5$fillColor$strokeColor$strokeWidthPx", 0, [$0, $1, $2, $3, $4], ["fillColor", "strokeColor", "strokeWidthPx"], 0)); }, @@ -185155,8 +189078,8 @@ call$2$radius($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$radius", 0, [$0, $1], ["radius"], 0)); }, - call$3$parentUsesSize($0, $1, $2) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$parentUsesSize", 0, [$0, $1, $2], ["parentUsesSize"], 0)); + call$2$parentUsesSize($0, $1) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$parentUsesSize", 0, [$0, $1], ["parentUsesSize"], 0)); }, call$1$maxHeight($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$maxHeight", 0, [$0], ["maxHeight"], 0)); @@ -185164,8 +189087,8 @@ call$1$width($0) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$1$width", 0, [$0], ["width"], 0)); }, - call$2$parentUsesSize($0, $1) { - return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$parentUsesSize", 0, [$0, $1], ["parentUsesSize"], 0)); + call$3$parentUsesSize($0, $1, $2) { + return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$3$parentUsesSize", 0, [$0, $1, $2], ["parentUsesSize"], 0)); }, call$2$maxExtent$minExtent($0, $1) { return this.noSuchMethod$1(this, A.createInvocationMirror("call", "call$2$maxExtent$minExtent", 0, [$0, $1], ["maxExtent", "minExtent"], 0)); @@ -185227,15 +189150,15 @@ createElement$1($receiver, $0) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("createElement", "createElement$1", 0, [$0], [], 0)); }, + _removeAt$1($0) { + return this.noSuchMethod$1(this, A.createInvocationMirror("_removeAt", "_removeAt$1", 0, [$0], [], 0)); + }, removeListener$1($receiver, $0) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("removeListener", "removeListener$1", 0, [$0], [], 0)); }, addListener$1($receiver, $0) { return this.noSuchMethod$1($receiver, A.createInvocationMirror("addListener", "addListener$1", 0, [$0], [], 0)); }, - _removeAt$1($0) { - return this.noSuchMethod$1(this, A.createInvocationMirror("_removeAt", "_removeAt$1", 0, [$0], [], 0)); - }, didRegisterListener$0() { return this.noSuchMethod$1(this, A.createInvocationMirror("didRegisterListener", "didRegisterListener$0", 0, [], [], 0)); }, @@ -185694,19 +189617,19 @@ } return map; }, - $signature: 928 + $signature: 1515 }; A.Uri__parseIPv4Address_error.prototype = { call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv4 address, " + msg, this.host, position)); }, - $signature: 933 + $signature: 1545 }; A.Uri_parseIPv6Address_error.prototype = { call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv6 address, " + msg, this.host, position)); }, - $signature: 935 + $signature: 1599 }; A.Uri_parseIPv6Address_parseHex.prototype = { call$2(start, end) { @@ -185718,7 +189641,7 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 545 + $signature: 520 }; A._Uri.prototype = { get$_text() { @@ -186029,7 +189952,7 @@ t1._contents += A._Uri__uriEncode(B.List_M1A, value, B.C_Utf8Codec, true); } }, - $signature: 718 + $signature: 1632 }; A._Uri__makeQuery_closure.prototype = { call$2(key, value) { @@ -186040,7 +189963,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 150 + $signature: 162 }; A._Uri__splitQueryStringAll_parsePair.prototype = { call$3(start, equalsIndex, end) { @@ -186058,7 +189981,7 @@ } J.add$1$ax(this.result.putIfAbsent$2(0, key, A.core__Uri__createList$closure()), value); }, - $signature: 1065 + $signature: 1666 }; A.UriData.prototype = { get$uri() { @@ -186131,7 +190054,7 @@ B.NativeUint8List_methods.fillRange$3(t1, 0, 96, defaultTransition); return t1; }, - $signature: 1067 + $signature: 1667 }; A._createTables_setChars.prototype = { call$3(target, chars, transition) { @@ -186139,7 +190062,7 @@ for (t1 = chars.length, i = 0; i < t1; ++i) target[chars.charCodeAt(i) ^ 96] = transition; }, - $signature: 889 + $signature: 885 }; A._createTables_setRange.prototype = { call$3(target, range, transition) { @@ -186147,7 +190070,7 @@ for (i = range.charCodeAt(0), n = range.charCodeAt(1); i <= n; ++i) target[(i ^ 96) >>> 0] = transition; }, - $signature: 889 + $signature: 885 }; A._SimpleUri.prototype = { get$hasScheme() { @@ -186445,25 +190368,50 @@ A.ServiceExtensionResponse.prototype = {}; A.TimelineTask.prototype = { start$2$arguments(_, $name, $arguments) { + var block, t1, map, key; A.ArgumentError_checkNotNull($name, "name"); - this._stack.push(null); - return; + block = new A._AsyncBlock($name, this._taskId); + this._stack.push(block); + t1 = type$.nullable_Object; + map = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); + if ($arguments != null) + for (t1 = A.LinkedHashMapKeyIterator$($arguments, $arguments._modifications, A._instanceType($arguments)._precomputed1); t1.moveNext$0();) { + key = t1.__js_helper$_current; + map.$indexSet(0, key, $arguments.$index(0, key)); + } + A._reportTaskEvent(block._taskId, -1, 5, block.name, A._argumentsAsJson(map)); }, start$1($receiver, $name) { return this.start$2$arguments($receiver, $name, null); }, finish$1$arguments(_, $arguments) { - var t1 = this._stack; + var block, + t1 = this._stack; if (t1.length === 0) throw A.wrapException(A.StateError$("Uneven calls to start and finish")); - if (t1.pop() == null) + block = t1.pop(); + if (block == null) return; - A._argumentsAsJson($arguments); + A._reportTaskEvent(block._taskId, -1, 7, block.name, A._argumentsAsJson($arguments)); }, finish$0($receiver) { return this.finish$1$arguments($receiver, null); } }; + A._AsyncBlock.prototype = {}; + A._SyncBlock.prototype = { + get$_jsonArguments() { + var result, _this = this, + value = _this.___SyncBlock__jsonArguments_FI; + if (value === $) { + result = A._argumentsAsJson(_this.$arguments); + _this.___SyncBlock__jsonArguments_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___SyncBlock__jsonArguments_FI = result; + value = result; + } + return value; + } + }; A.HtmlElement.prototype = {$isHtmlElement: 1}; A.AccessibleNodeList.prototype = { get$length(receiver) { @@ -186538,7 +190486,7 @@ call$1(value) { this.completer.complete$1(0, value); }, - $signature: 1073 + $signature: 1739 }; A.CanvasRenderingContext2D.prototype = {$isCanvasRenderingContext2D: 1}; A.CharacterData.prototype = { @@ -186931,7 +190879,7 @@ call$1(e) { return !this.test.call$1(e); }, - $signature: 1104 + $signature: 1741 }; A.Element2.prototype = { get$children(receiver) { @@ -187165,23 +191113,6 @@ }, $isHttpRequest: 1 }; - A.HttpRequest_request_closure.prototype = { - call$1(e) { - var accepted, unknownRedirect, t3, - t1 = this.xhr, - t2 = t1.status; - t2.toString; - accepted = t2 >= 200 && t2 < 300; - unknownRedirect = t2 > 307 && t2 < 400; - t2 = accepted || t2 === 0 || t2 === 304 || unknownRedirect; - t3 = this.completer; - if (t2) - t3.complete$1(0, t1); - else - t3.completeError$1(e); - }, - $signature: 436 - }; A.HttpRequestEventTarget.prototype = {}; A.IFrameElement.prototype = {$isIFrameElement: 1}; A.ImageData.prototype = {$isImageData: 1}; @@ -187316,13 +191247,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 150 + $signature: 162 }; A.MidiInputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 150 + $signature: 162 }; A.MidiOutputMap.prototype = { containsKey$1(receiver, key) { @@ -187385,13 +191316,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 150 + $signature: 162 }; A.MidiOutputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 150 + $signature: 162 }; A.MidiPort.prototype = { get$id(receiver) { @@ -187882,13 +191813,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 150 + $signature: 162 }; A.RtcStatsReport_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 150 + $signature: 162 }; A.SelectElement.prototype = { get$length(receiver) { @@ -188073,13 +192004,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 177 + $signature: 189 }; A.Storage_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 177 + $signature: 189 }; A.StyleSheet.prototype = {$isStyleSheet: 1}; A.TextAreaElement.prototype = { @@ -188293,10 +192224,6 @@ t1.toString; return t1; }, - open$2(receiver, url, $name) { - var t1 = A._DOMWindowCrossFrame__createSafe(receiver.open(url, $name)); - return t1; - }, $isWindow: 1 }; A.WorkerGlobalScope.prototype = {$isWorkerGlobalScope: 1}; @@ -188785,21 +192712,21 @@ if (B.JSString_methods.startsWith$1(key, "data-")) this.f.call$2(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5)), value); }, - $signature: 177 + $signature: 189 }; A._DataAttributeMap_keys_closure.prototype = { call$2(key, value) { if (B.JSString_methods.startsWith$1(key, "data-")) this.keys.push(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5))); }, - $signature: 177 + $signature: 189 }; A._DataAttributeMap_values_closure.prototype = { call$2(key, value) { if (B.JSString_methods.startsWith$1(key, "data-")) this.values.push(value); }, - $signature: 177 + $signature: 189 }; A.EventStreamProvider.prototype = {}; A._EventStream.prototype = { @@ -188874,13 +192801,13 @@ call$1(e) { return this.onData.call$1(e); }, - $signature: 538 + $signature: 547 }; A._EventStreamSubscription_onData_closure.prototype = { call$1(e) { return this.handleData.call$1(e); }, - $signature: 538 + $signature: 547 }; A.ImmutableListMixin.prototype = { get$iterator(receiver) { @@ -188948,7 +192875,6 @@ return t1 == null ? this.$ti._precomputed1._as(t1) : t1; } }; - A._DOMWindowCrossFrame.prototype = {$isJavaScriptObject: 1}; A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase.prototype = {}; A._DomRectList_JavaScriptObject_ListMixin.prototype = {}; A._DomRectList_JavaScriptObject_ListMixin_ImmutableListMixin.prototype = {}; @@ -189073,7 +192999,7 @@ this.map.$indexSet(0, key, t1); return t1; }, - $signature: 1112 + $signature: 1904 }; A._AcceptStructuredCloneDart2Js.prototype = { forEachJsField$2(object, action) { @@ -189198,19 +193124,19 @@ call$1(n) { return type$.Element._is(n); }, - $signature: 1126 + $signature: 1935 }; A.FilteredElementList__iterable_closure0.prototype = { call$1(n) { return type$.Element._as(n); }, - $signature: 1129 + $signature: 1983 }; A.FilteredElementList_removeRange_closure0.prototype = { call$1(el) { return J.remove$0$ax(el); }, - $signature: 1130 + $signature: 2055 }; A.Cursor.prototype = {}; A.CursorWithValue.prototype = { @@ -189272,9 +193198,6 @@ } }; A._Directory.prototype = { - get$path(_) { - return this._path; - }, existsSync$0() { A._Directory__exists(A._Namespace__namespace(), this._rawPath); }, @@ -189374,7 +193297,7 @@ t1._unsubscribed = true; return t1._closeFile$0(); }, - $signature: 257 + $signature: 265 }; A._FileStream__closeFile_done.prototype = { call$0() { @@ -189420,7 +193343,7 @@ if (t1._atEnd) t1._closeFile$0(); }, - $signature: 879 + $signature: 875 }; A._FileStream__readBlock_closure0.prototype = { call$2(e, s) { @@ -189434,7 +193357,7 @@ t1._unsubscribed = true; } }, - $signature: 426 + $signature: 383 }; A._FileStream__start_onReady.prototype = { call$1(file) { @@ -189443,7 +193366,7 @@ t1._readInProgress = false; t1._readBlock$0(); }, - $signature: 878 + $signature: 870 }; A._FileStream__start_onOpenFile.prototype = { call$1(file) { @@ -189455,7 +193378,7 @@ else t3.call$1(file); }, - $signature: 878 + $signature: 870 }; A._FileStream__start_onOpenFile_closure.prototype = { call$2(e, s) { @@ -189466,7 +193389,7 @@ t1._readInProgress = false; t1._closeFile$0(); }, - $signature: 426 + $signature: 383 }; A._FileStream__start_openFailed.prototype = { call$2(error, stackTrace) { @@ -189477,7 +193400,7 @@ t1.___FileStream__controller_A.close$0(0); t1._closeCompleter.complete$0(0); }, - $signature: 191 + $signature: 217 }; A._File.prototype = { existsSync$0() { @@ -189511,14 +193434,14 @@ A._checkForErrorResponse(response, "Cannot open file", t1); return A._RandomAccessFile$(response, t1); }, - $signature: 875 + $signature: 869 }; A._File_length_closure.prototype = { call$1(response) { A._checkForErrorResponse(response, "Cannot retrieve length of file", this.$this._path); return response; }, - $signature: 255 + $signature: 256 }; A._File_readAsBytes_readUnsized.prototype = { call$1(file) { @@ -189527,7 +193450,7 @@ new A._File_readAsBytes_readUnsized_read(file, new A._BytesBuilder(t1), new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 869 + $signature: 868 }; A._File_readAsBytes_readUnsized_read.prototype = { call$0() { @@ -189546,7 +193469,7 @@ } else this.completer.complete$1(0, t1.takeBytes$0()); }, - $signature: 879 + $signature: 875 }; A._File_readAsBytes_readSized.prototype = { call$2(file, $length) { @@ -189557,7 +193480,7 @@ new A._File_readAsBytes_readSized_read(t1, file, $length, new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 1156 + $signature: 2154 }; A._File_readAsBytes_readSized_read.prototype = { call$0() { @@ -189585,13 +193508,13 @@ _this.completer.complete$1(0, t1.data); } }, - $signature: 160 + $signature: 156 }; A._File_readAsBytes_closure.prototype = { call$1(file) { return file.length$0(0).then$1$1(0, new A._File_readAsBytes__closure(this.readUnsized, file, this.readSized), type$.Uint8List).whenComplete$1(file.get$close(file)); }, - $signature: 869 + $signature: 868 }; A._File_readAsBytes__closure.prototype = { call$1($length) { @@ -189600,7 +193523,7 @@ return _this.readUnsized.call$1(_this.file); return _this.readSized.call$2(_this.file, $length); }, - $signature: 1166 + $signature: 2211 }; A._RandomAccessFile.prototype = { close$0(_) { @@ -189612,7 +193535,7 @@ }, readInto$3(buffer, start, end) { A.ArgumentError_checkNotNull(buffer, "buffer"); - end = A.RangeError_checkValidRange(start, end, buffer.length, null, null); + end = A.RangeError_checkValidRange(start, end, J.get$length$asx(buffer), null, null); if (end === start) return A.Future_Future$value(0, type$.int); return this._io$_dispatch$2(21, [null, end - start]).then$1$1(0, new A._RandomAccessFile_readInto_closure(this, buffer, start), type$.int); @@ -189657,7 +193580,7 @@ $._FileResourceInfo_openFiles.remove$1(0, t1.id); } }, - $signature: 34 + $signature: 35 }; A._RandomAccessFile_read_closure.prototype = { call$1(response) { @@ -189670,7 +193593,7 @@ t1.addRead$1(J.get$length$asx(result)); return result; }, - $signature: 1193 + $signature: 2249 }; A._RandomAccessFile_readInto_closure.prototype = { call$1(response) { @@ -189681,13 +193604,13 @@ t2 = J.getInterceptor$asx(response); read = A._asInt(t2.$index(response, 1)); t3 = this.start; - B.NativeUint8List_methods.setRange$3(this.buffer, t3, t3 + read, type$.List_int._as(t2.$index(response, 2))); + J.setRange$3$ax(this.buffer, t3, t3 + read, type$.List_int._as(t2.$index(response, 2))); t1 = t1.___RandomAccessFile__resourceInfo_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.addRead$1(read); return read; }, - $signature: 255 + $signature: 256 }; A._RandomAccessFile_setPosition_closure.prototype = { call$1(response) { @@ -189695,27 +193618,17 @@ A._checkForErrorResponse(response, "setPosition failed", t1.path); return t1; }, - $signature: 875 + $signature: 869 }; A._RandomAccessFile_length_closure.prototype = { call$1(response) { A._checkForErrorResponse(response, "length failed", this.$this.path); return A._asInt(response); }, - $signature: 255 - }; - A.FileSystemEntityType.prototype = { - toString$0(_) { - return B.List_013[this._io$_type]; - } + $signature: 256 }; A.FileSystemEntity.prototype = {}; - A.SystemEncoding.prototype = { - get$encoder() { - $.$get$Platform_operatingSystem(); - return B.C_Utf8Encoder; - } - }; + A.SystemEncoding.prototype = {}; A._convertToJS_closure.prototype = { call$1(o) { var jsFunction = function(_call, f, captureThis) { @@ -189726,31 +193639,31 @@ A._defineProperty(jsFunction, $.$get$DART_CLOSURE_PROPERTY_NAME(), o); return jsFunction; }, - $signature: 32 + $signature: 33 }; A._convertToJS_closure0.prototype = { call$1(o) { return new this.ctor(o); }, - $signature: 32 + $signature: 33 }; A._wrapToDart_closure.prototype = { call$1(o) { return new A.JsFunction(o); }, - $signature: 1209 + $signature: 2272 }; A._wrapToDart_closure0.prototype = { call$1(o) { return new A.JsArray(o, type$.JsArray_dynamic); }, - $signature: 1218 + $signature: 2276 }; A._wrapToDart_closure1.prototype = { call$1(o) { return new A.JsObject(o); }, - $signature: 1243 + $signature: 2536 }; A.JsObject.prototype = { $index(_, property) { @@ -189897,7 +193810,7 @@ } else return o; }, - $signature: 422 + $signature: 388 }; A.promiseToFuture_closure.prototype = { call$1(r) { @@ -189956,7 +193869,7 @@ } return o; }, - $signature: 422 + $signature: 388 }; A.NullRejectionException.prototype = { toString$0(_) { @@ -190404,11 +194317,6 @@ return "PathFillType." + this._core$_name; } }; - A.PathOperation.prototype = { - _enumToString$0() { - return "PathOperation." + this._core$_name; - } - }; A._ChannelCallbackRecord.prototype = { invoke$2(dataArg, callbackArg) { A.invoke2(this._callback, this._ui$_zone, dataArg, callbackArg); @@ -190547,13 +194455,13 @@ call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 793 + $signature: 867 }; A.ChannelBuffers_setListener_closure.prototype = { call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 793 + $signature: 867 }; A.OffsetBase.prototype = { $lt(_, other) { @@ -190782,7 +194690,7 @@ }; A.Radius.prototype = { clamp$1$minimum(_, minimum) { - return new A.Radius(A.clampDouble0(this.x, minimum.x, 1 / 0), A.clampDouble0(this.y, minimum.y, 1 / 0)); + return new A.Radius(A.clampDouble(this.x, minimum.x, 1 / 0), A.clampDouble(this.y, minimum.y, 1 / 0)); }, $sub(_, other) { return new A.Radius(this.x - other.x, this.y - other.y); @@ -191009,13 +194917,13 @@ } return ""; }, - $signature: 45 + $signature: 96 }; A.KeyData__quotedCharCode_closure.prototype = { call$1(code) { return B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(code, 16), 2, "0"); }, - $signature: 377 + $signature: 367 }; A.Color.prototype = { $eq(_, other) { @@ -191449,6 +195357,7 @@ return "TileMode." + this._core$_name; } }; + A.Display.prototype = {}; A.FlutterView.prototype = {}; A.SingletonFlutterWindow.prototype = {}; A.Brightness.prototype = { @@ -191536,7 +195445,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1287 + $signature: 2683 }; A.bootstrapEngine_closure0.prototype = { call$0() { @@ -191562,7 +195471,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A.BrowserPlatformLocation.prototype = { getOrCreateDomEventListener$1(fn) { @@ -191573,7 +195482,7 @@ call$0() { return type$.JavaScriptObject._as(A.allowInterop(this.fn)); }, - $signature: 424 + $signature: 605 }; A.HashUrlStrategy.prototype = { addPopStateListener$1(fn) { @@ -191647,7 +195556,7 @@ } this.fn.call$1(t1); }, - $signature: 1288 + $signature: 2684 }; A.HashUrlStrategy_addPopStateListener_closure.prototype = { call$0() { @@ -191663,7 +195572,7 @@ this.unsubscribe._readLocal$0().call$0(); this.completer.complete$0(0); }, - $signature: 42 + $signature: 44 }; A.PlatformViewRegistry.prototype = {}; A.AudioBuffer.prototype = { @@ -191737,13 +195646,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 150 + $signature: 162 }; A.AudioParamMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 150 + $signature: 162 }; A.AudioTrack.prototype = { get$id(receiver) { @@ -191787,7 +195696,7 @@ } else deflate = A.Deflate$buffer(type$.InputStreamBase._as(data), _null, outputStream); outputStream.writeUint32$1(deflate.crc32); - outputStream.writeUint32$1(J.get$length$asx(data)); + outputStream.writeUint32$1(data.length); t1 = B.NativeByteBuffer_methods.asUint8List$2(outputStream._output_stream$_buffer.buffer, 0, outputStream.length); return t1; } @@ -191897,12 +195806,88 @@ _this._output_stream$_buffer[_this.length++] = value & 255; }, writeBytes$2(bytes, len) { - var t1, t2, t3, t4, _this = this; + var j, t1, t2, t3, i, _this = this; if (len == null) len = J.get$length$asx(bytes); - for (; t1 = _this.length, t2 = t1 + len, t3 = _this._output_stream$_buffer, t4 = t3.length, t2 > t4;) - _this._expandBuffer$1(t2 - t4); - B.NativeUint8List_methods.setRange$3(t3, t1, t2, bytes); + for (; j = _this.length, t1 = j + len, t2 = _this._output_stream$_buffer, t3 = t2.length, t1 > t3;) + _this._expandBuffer$1(t1 - t3); + if (len === 1) + t2[j] = J.$index$asx(bytes, 0); + else if (len === 2) { + t1 = J.getInterceptor$asx(bytes); + t2[j] = t1.$index(bytes, 0); + _this._output_stream$_buffer[_this.length + 1] = t1.$index(bytes, 1); + } else if (len === 3) { + t1 = J.getInterceptor$asx(bytes); + t2[j] = t1.$index(bytes, 0); + _this._output_stream$_buffer[_this.length + 1] = t1.$index(bytes, 1); + _this._output_stream$_buffer[_this.length + 2] = t1.$index(bytes, 2); + } else if (len === 4) { + t1 = J.getInterceptor$asx(bytes); + t2[j] = t1.$index(bytes, 0); + _this._output_stream$_buffer[_this.length + 1] = t1.$index(bytes, 1); + _this._output_stream$_buffer[_this.length + 2] = t1.$index(bytes, 2); + _this._output_stream$_buffer[_this.length + 3] = t1.$index(bytes, 3); + } else if (len === 5) { + t1 = J.getInterceptor$asx(bytes); + t2[j] = t1.$index(bytes, 0); + _this._output_stream$_buffer[_this.length + 1] = t1.$index(bytes, 1); + _this._output_stream$_buffer[_this.length + 2] = t1.$index(bytes, 2); + _this._output_stream$_buffer[_this.length + 3] = t1.$index(bytes, 3); + _this._output_stream$_buffer[_this.length + 4] = t1.$index(bytes, 4); + } else if (len === 6) { + t1 = J.getInterceptor$asx(bytes); + t2[j] = t1.$index(bytes, 0); + _this._output_stream$_buffer[_this.length + 1] = t1.$index(bytes, 1); + _this._output_stream$_buffer[_this.length + 2] = t1.$index(bytes, 2); + _this._output_stream$_buffer[_this.length + 3] = t1.$index(bytes, 3); + _this._output_stream$_buffer[_this.length + 4] = t1.$index(bytes, 4); + _this._output_stream$_buffer[_this.length + 5] = t1.$index(bytes, 5); + } else if (len === 7) { + t1 = J.getInterceptor$asx(bytes); + t2[j] = t1.$index(bytes, 0); + _this._output_stream$_buffer[_this.length + 1] = t1.$index(bytes, 1); + _this._output_stream$_buffer[_this.length + 2] = t1.$index(bytes, 2); + _this._output_stream$_buffer[_this.length + 3] = t1.$index(bytes, 3); + _this._output_stream$_buffer[_this.length + 4] = t1.$index(bytes, 4); + _this._output_stream$_buffer[_this.length + 5] = t1.$index(bytes, 5); + _this._output_stream$_buffer[_this.length + 6] = t1.$index(bytes, 6); + } else if (len === 8) { + t1 = J.getInterceptor$asx(bytes); + t2[j] = t1.$index(bytes, 0); + _this._output_stream$_buffer[_this.length + 1] = t1.$index(bytes, 1); + _this._output_stream$_buffer[_this.length + 2] = t1.$index(bytes, 2); + _this._output_stream$_buffer[_this.length + 3] = t1.$index(bytes, 3); + _this._output_stream$_buffer[_this.length + 4] = t1.$index(bytes, 4); + _this._output_stream$_buffer[_this.length + 5] = t1.$index(bytes, 5); + _this._output_stream$_buffer[_this.length + 6] = t1.$index(bytes, 6); + _this._output_stream$_buffer[_this.length + 7] = t1.$index(bytes, 7); + } else if (len === 9) { + t1 = J.getInterceptor$asx(bytes); + t2[j] = t1.$index(bytes, 0); + _this._output_stream$_buffer[_this.length + 1] = t1.$index(bytes, 1); + _this._output_stream$_buffer[_this.length + 2] = t1.$index(bytes, 2); + _this._output_stream$_buffer[_this.length + 3] = t1.$index(bytes, 3); + _this._output_stream$_buffer[_this.length + 4] = t1.$index(bytes, 4); + _this._output_stream$_buffer[_this.length + 5] = t1.$index(bytes, 5); + _this._output_stream$_buffer[_this.length + 6] = t1.$index(bytes, 6); + _this._output_stream$_buffer[_this.length + 7] = t1.$index(bytes, 7); + _this._output_stream$_buffer[_this.length + 8] = t1.$index(bytes, 8); + } else if (len === 10) { + t1 = J.getInterceptor$asx(bytes); + t2[j] = t1.$index(bytes, 0); + _this._output_stream$_buffer[_this.length + 1] = t1.$index(bytes, 1); + _this._output_stream$_buffer[_this.length + 2] = t1.$index(bytes, 2); + _this._output_stream$_buffer[_this.length + 3] = t1.$index(bytes, 3); + _this._output_stream$_buffer[_this.length + 4] = t1.$index(bytes, 4); + _this._output_stream$_buffer[_this.length + 5] = t1.$index(bytes, 5); + _this._output_stream$_buffer[_this.length + 6] = t1.$index(bytes, 6); + _this._output_stream$_buffer[_this.length + 7] = t1.$index(bytes, 7); + _this._output_stream$_buffer[_this.length + 8] = t1.$index(bytes, 8); + _this._output_stream$_buffer[_this.length + 9] = t1.$index(bytes, 9); + } else + for (t1 = J.getInterceptor$asx(bytes), i = 0; i < len; ++i, ++j) + _this._output_stream$_buffer[j] = t1.$index(bytes, i); _this.length += len; }, writeBytes$1(bytes) { @@ -192306,15 +196291,19 @@ } }, _putBytes$3(p, start, len) { - var t1, t2, _this = this; + var t1, t2, j, i; if (len === 0) return; - t1 = _this.__Deflate__pendingBuffer_A; + t1 = this.__Deflate__pending_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this.__Deflate__pending_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - B.NativeUint8List_methods.setRange$4(t1, t2, t2 + len, p, start); - _this.__Deflate__pending_A = _this.__Deflate__pending_A + len; + t2 = this.__Deflate__pendingBuffer_A; + j = t1; + i = 0; + for (; i < len; ++i, ++j) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[j] = p[i + start]; + } + this.__Deflate__pending_A = t1 + len; }, _putByte$1(c) { var t2, @@ -193567,18 +197556,21 @@ }; A.AttributedSpans.prototype = { hasAttributionsWithin$3$attributions$end$start(attributions, end, start) { - var t1, t2, i, t3, attribution, + var t1, t2, t3, i, foundAttributions, t4, attribution, attributionsToFind = A.LinkedHashSet_LinkedHashSet$from(attributions, type$.dynamic); - for (t1 = A._instanceType(attributionsToFind), t2 = t1._eval$1("_LinkedHashSetIterator<1>"), t1 = t1._precomputed1, i = start; i <= end; ++i) - for (t3 = new A._LinkedHashSetIterator(attributionsToFind, attributionsToFind._collection$_modifications, t2), t3._collection$_cell = attributionsToFind._collection$_first; t3.moveNext$0();) { - attribution = t3._collection$_current; + for (t1 = A._instanceType(attributionsToFind), t2 = t1._eval$1("_LinkedHashSetIterator<1>"), t1 = t1._precomputed1, t3 = type$.Attribution, i = start; i <= end; ++i) { + foundAttributions = A.LinkedHashSet_LinkedHashSet$_empty(t3); + for (t4 = new A._LinkedHashSetIterator(attributionsToFind, attributionsToFind._collection$_modifications, t2), t4._collection$_cell = attributionsToFind._collection$_first; t4.moveNext$0();) { + attribution = t4._collection$_current; if (attribution == null) attribution = t1._as(attribution); if (this.hasAttributionAt$2$attribution(i, attribution)) - attributionsToFind.remove$1(0, attribution); - if (attributionsToFind._collection$_length === 0) - return true; + foundAttributions.add$1(0, attribution); } + attributionsToFind.removeAll$1(foundAttributions); + if (attributionsToFind._collection$_length === 0) + return true; + } return false; }, getMatchingAttributionsWithin$3$attributions$end$start(attributions, end, start) { @@ -193676,13 +197668,13 @@ var t1 = this._markers; return A.IterableExtension_firstWhereOrNull(new A.WhereIterable(t1, new A.AttributedSpans__getEndingMarkerAtOrAfter_closure(attribution), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")), new A.AttributedSpans__getEndingMarkerAtOrAfter_closure0(offset)); }, - addAttribution$3$end$newAttribution$start(end, newAttribution, start) { + addAttribution$4$autoMerge$end$newAttribution$start(autoMerge, end, newAttribution, start) { var t1, t2, t3, t4, matchingAttributions, t5, t6, conflictStart, i, endMarkerJustBefore, endMarkerAtNewStart, markersToDelete, lastDeletedMarker, _this = this, _null = null; if (start < 0 || start > end) { - $.$get$_log0().log$4(B.Level_WARNING_900, "Tried to add an attribution (" + newAttribution.toString$0(0) + ") at an invalid start/end: " + start + " -> " + end, _null, _null); + $.$get$_log().log$4(B.Level_WARNING_900, "Tried to add an attribution (" + newAttribution.toString$0(0) + ") at an invalid start/end: " + start + " -> " + end, _null, _null); return; } - t1 = $.$get$_log0(); + t1 = $.$get$_log(); t2 = "" + start; t3 = "" + end; t1.log$4(B.Level_INFO_800, "Adding attribution (" + newAttribution.toString$0(0) + ") from " + t2 + " to " + t3, _null, _null); @@ -193694,7 +197686,7 @@ t6 = t1._collection$_current; if (t6 == null) t6 = t5._as(t6); - if (!newAttribution.canMergeWith$1(t6)) { + if (!newAttribution.canMergeWith$1(t6) || false) { conflictStart = A._Cell$named("conflictStart"); for (i = start; i <= end; ++i) if (_this.hasAttributionAt$2$attribution(i, t6)) { @@ -193707,20 +197699,20 @@ endMarkerJustBefore = new A.SpanMarker(newAttribution, start - 1, B.SpanMarkerType_1); endMarkerAtNewStart = new A.SpanMarker(newAttribution, start, B.SpanMarkerType_1); if (B.JSArray_methods.contains$1(t4, endMarkerJustBefore)) { - $.$get$_log0().log$4(B.Level_FINE_500, "A compatible span already exists immediately before the new span range. Combining the spans.", _null, _null); + $.$get$_log().log$4(B.Level_FINE_500, "A compatible span already exists immediately before the new span range. Combining the spans.", _null, _null); B.JSArray_methods.remove$1(t4, endMarkerJustBefore); } else if (!_this.hasAttributionAt$2$attribution(start, newAttribution)) { - $.$get$_log0().log$4(B.Level_FINE_500, "Adding start marker for new span at: " + t2, _null, _null); + $.$get$_log().log$4(B.Level_FINE_500, "Adding start marker for new span at: " + t2, _null, _null); _this._insertMarker$1(new A.SpanMarker(newAttribution, start, B.SpanMarkerType_0)); } else if (B.JSArray_methods.contains$1(t4, endMarkerAtNewStart)) { - $.$get$_log0().log$4(B.Level_FINE_500, "Removing existing end marker at " + t2 + " because the new span should merge with an existing span", _null, _null); + $.$get$_log().log$4(B.Level_FINE_500, "Removing existing end marker at " + t2 + " because the new span should merge with an existing span", _null, _null); B.JSArray_methods.remove$1(t4, endMarkerAtNewStart); } t1 = A._arrayInstanceType(t4)._eval$1("WhereIterable<1>"); t5 = t1._eval$1("WhereIterable"); t6 = t5._eval$1("WhereIterable"); markersToDelete = A.List_List$of(new A.WhereIterable(new A.WhereIterable(new A.WhereIterable(t4, new A.AttributedSpans_addAttribution_closure(newAttribution), t1), new A.AttributedSpans_addAttribution_closure0(start), t5), new A.AttributedSpans_addAttribution_closure1(end), t6), true, t6._eval$1("Iterable.E")); - t6 = $.$get$_log0(); + t6 = $.$get$_log(); t6.log$4(B.Level_FINE_500, "Removing " + markersToDelete.length + " markers between " + t2 + " and " + t3, _null, _null); if (!!t4.fixed$length) A.throwExpression(A.UnsupportedError$("removeWhere")); @@ -193731,9 +197723,12 @@ _this._insertMarker$1(new A.SpanMarker(newAttribution, end, B.SpanMarkerType_1)); } }, + addAttribution$3$end$newAttribution$start(end, newAttribution, start) { + return this.addAttribution$4$autoMerge$end$newAttribution$start(true, end, newAttribution, start); + }, removeAttribution$3$attributionToRemove$end$start(attributionToRemove, end, start) { var endCapMarkersToInsert, t4, t5, t6, t7, markersToDelete, _this = this, _null = null, - t1 = $.$get$_log0(), + t1 = $.$get$_log(), t2 = "" + start, t3 = "" + end; t1.log$4(B.Level_INFO_800, "Removing attribution " + attributionToRemove.toString$0(0) + " from " + t2 + " to " + t3, _null, _null); @@ -193778,7 +197773,7 @@ _isContinuousAttribution$3$attribution$end$start(attribution, end, start) { var markerBefore, t2, nextMarker, _this = this, _null = null, _s83_ = "Inconsistent attributions state. Found a `start` marker following a `start` marker.", - t1 = $.$get$_log0(); + t1 = $.$get$_log(); t1.log$4(B.Level_FINE_500, 'attribution: "' + attribution.toString$0(0) + '", range: ' + start + " -> " + end, _null, _null); markerBefore = _this._getNearestMarkerAtOrBefore$3$attribution$type(start, attribution, B.SpanMarkerType_0); t1.log$4(B.Level_FINE_500, "marker before: " + A.S(markerBefore), _null, _null); @@ -193834,7 +197829,7 @@ t1 = this._markers; if (t1.length !== 0 && B.JSArray_methods.get$last(t1).offset >= index) throw A.wrapException(A.Exception_Exception("Another AttributedSpans can only be appended after the final marker in this AttributedSpans. Final marker: " + A.S(B.JSArray_methods.get$last(t1)))); - t2 = $.$get$_log0(); + t2 = $.$get$_log(); t2.log$4(B.Level_FINE_500, "attributions before pushing them:", _null, _null); t2.log$4(B.Level_FINE_500, this.toString$0(0), _null, _null); t2.log$4(B.Level_FINE_500, "pushing `other` markers by: " + index, _null, _null); @@ -193857,7 +197852,7 @@ }, _mergeBackToBackAttributions$2(attributions, mergePoint) { var t3, t4, endAtMergePointMarkers, startAtMergePointMarkers, _i, startMarker, endMarker, _null = null, - t1 = $.$get$_log0(), + t1 = $.$get$_log(), t2 = "" + mergePoint; t1.log$4(B.Level_FINE_500, "merging attributions at " + t2, _null, _null); t3 = A._arrayInstanceType(attributions)._eval$1("WhereIterable<1>"); @@ -193883,7 +197878,7 @@ var t1, cutAttributions, t2, t3, foundStartMarkers, foundEndMarkers, t4, _i, _null = null, _box_0 = {}; endOffset = _box_0.endOffset = endOffset; _box_0.endOffset = endOffset; - t1 = $.$get$_log0(); + t1 = $.$get$_log(); t1.log$4(B.Level_FINE_500, "start: " + startOffset + ", end: " + endOffset, _null, _null); cutAttributions = A._setArrayType([], type$.JSArray_SpanMarker); t1.log$4(B.Level_FINE_500, "inspecting existing markers in full AttributedSpans", _null, _null); @@ -193918,7 +197913,7 @@ t2 = A._arrayInstanceType(t1), t3 = t2._eval$1("WhereIterable<1>"); B.JSArray_methods.addAll$1(contractedAttributions, new A.WhereIterable(t1, new A.AttributedSpans_contractAttributions_closure(startOffset), t3)); - t4 = $.$get$_log0(); + t4 = $.$get$_log(); t5 = "" + startOffset; t4.log$4(B.Level_FINE_500, "removing " + count + " characters starting at " + t5, _null, _null); t6 = type$.dynamic; @@ -193947,7 +197942,7 @@ collapseSpans$1$contentLength(contentLength) { var t3, t4, _i, t5, collapsedSpans, currentSpan, marker, nextStart, t6, t7, _null = null, _s22_ = ", current span is now ", - t1 = $.$get$_log0(), + t1 = $.$get$_log(), t2 = "" + contentLength; t1.log$4(B.Level_FINE_500, "content length: " + t2, _null, _null); t1.log$4(B.Level_FINE_500, "attributions used to compute spans:", _null, _null); @@ -193967,7 +197962,7 @@ marker = t3[_i]; nextStart = marker.offset; if (nextStart > contentLength) { - $.$get$_log0().log$4(B.Level_FINE_500, "ran out of markers within the requested contentLength, breaking early.", _null, _null); + $.$get$_log().log$4(B.Level_FINE_500, "ran out of markers within the requested contentLength, breaking early.", _null, _null); break; } t5 = marker.markerType; @@ -193977,7 +197972,7 @@ else t7 = true; if (t7) { - t7 = $.$get$_log0(); + t7 = $.$get$_log(); t7.log$4(B.Level_FINE_500, "encountered a span boundary with " + (t6 ? "a start" : "an end") + " marker at offset " + nextStart + ".", _null, _null); collapsedSpans.push(currentSpan.copyWith$1$end(t5 === B.SpanMarkerType_1 ? nextStart : nextStart - 1)); t7.log$4(B.Level_FINE_500, "committed span " + B.JSArray_methods.get$last(collapsedSpans).toString$0(0), _null, _null); @@ -193987,18 +197982,18 @@ if (t6) { t5 = marker.attribution; currentSpan.attributions.add$1(0, t5); - $.$get$_log0().log$4(B.Level_FINE_500, "merging " + t5.toString$0(0) + _s22_ + currentSpan.toString$0(0) + ".", _null, _null); + $.$get$_log().log$4(B.Level_FINE_500, "merging " + t5.toString$0(0) + _s22_ + currentSpan.toString$0(0) + ".", _null, _null); } else if (t5 === B.SpanMarkerType_1) { t5 = marker.attribution; currentSpan.attributions.remove$1(0, t5); - $.$get$_log0().log$4(B.Level_FINE_500, "removing attribution " + t5.toString$0(0) + _s22_ + currentSpan.toString$0(0) + ".", _null, _null); + $.$get$_log().log$4(B.Level_FINE_500, "removing attribution " + t5.toString$0(0) + _s22_ + currentSpan.toString$0(0) + ".", _null, _null); } } if (collapsedSpans.length !== 0 && B.JSArray_methods.get$last(collapsedSpans).end < t4) { collapsedSpans.push(currentSpan); - $.$get$_log0().log$4(B.Level_FINE_500, "committing last span to cover requested content length of " + t2 + ": " + B.JSArray_methods.get$last(collapsedSpans).toString$0(0), _null, _null); + $.$get$_log().log$4(B.Level_FINE_500, "committing last span to cover requested content length of " + t2 + ": " + B.JSArray_methods.get$last(collapsedSpans).toString$0(0), _null, _null); } - $.$get$_log0().log$4(B.Level_FINE_500, "returning collapsed spans: " + A.S(collapsedSpans), _null, _null); + $.$get$_log().log$4(B.Level_FINE_500, "returning collapsed spans: " + A.S(collapsedSpans), _null, _null); return collapsedSpans; }, $eq(_, other) { @@ -194026,22 +198021,16 @@ }; A.AttributedSpans__getStartingMarkerAtOrBefore_closure.prototype = { call$1(marker) { - var t2, - t1 = this.attribution; - if (t1 != null) { - t2 = marker.attribution; - t1 = t2.get$id(t2) === t1.get$id(t1) && t2.canMergeWith$1(t1); - } else - t1 = true; - return t1; + var t1 = this.attribution; + return t1 == null || marker.attribution.$eq(0, t1); }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__getStartingMarkerAtOrBefore_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset <= this.offset; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure.prototype = { call$1(marker) { @@ -194049,152 +198038,152 @@ t1 = this.attribution; if (t1 != null) { t2 = marker.attribution; - t1 = t2.get$id(t2) === t1.get$id(t1) && t2.canMergeWith$1(t1); + t1 = t2.get$id(t2) === t1.get$id(t1); } else t1 = true; return t1; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset >= this.offset; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_addAttribution_closure.prototype = { call$1(attribution) { return attribution.attribution.$eq(0, this.newAttribution); }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_addAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset > this.start; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_addAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_addAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_removeAttribution_closure.prototype = { call$1(attribution) { return attribution.attribution.$eq(0, this.attributionToRemove); }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_removeAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset >= this.start; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_removeAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_removeAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_removeAttribution_closure3.prototype = { call$1(element) { return element.attribution.$eq(0, this.attributionToRemove); }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_removeAttribution_closure4.prototype = { call$1(element) { - $.$get$_log0().log$4(B.Level_FINER_400, " - " + element.toString$0(0), null, null); + $.$get$_log().log$4(B.Level_FINER_400, " - " + element.toString$0(0), null, null); }, - $signature: 338 + $signature: 286 }; A.AttributedSpans__isContinuousAttribution_closure.prototype = { call$1(marker) { var t1 = this.markerBefore; - $.$get$_log0().log$4(B.Level_FINEST_300, "Comparing start marker " + t1.toString$0(0) + " to another marker " + marker.toString$0(0), null, null); + $.$get$_log().log$4(B.Level_FINEST_300, "Comparing start marker " + t1.toString$0(0) + " to another marker " + marker.toString$0(0), null, null); return marker.attribution.$eq(0, this.attribution) && marker.offset >= t1.offset && !marker.$eq(0, t1); }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure.prototype = { call$1(marker) { var t1 = marker.attribution.$eq(0, this.attribution); return t1; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure0.prototype = { call$1(marker) { return marker.markerType === this.type; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__getMarkerAt_closure.prototype = { call$1(marker) { return marker.attribution.$eq(0, this.attribution); }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__getMarkerAt_closure0.prototype = { call$1(marker) { return marker.offset === this.offset; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__getMarkerAt_closure1.prototype = { call$1(marker) { return marker.markerType === this.type; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__insertMarker_closure.prototype = { call$1(existingMarker) { return existingMarker.compareTo$1(0, this.newMarker) > 0; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__mergeBackToBackAttributions_closure.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset === this.mergePoint - 1; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__mergeBackToBackAttributions_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset === this.mergePoint; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans__mergeBackToBackAttributions_closure1.prototype = { call$1(marker) { return marker.attribution.$eq(0, this.startMarker.attribution); }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_copyAttributionRegion_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_copyAttributionRegion_closure0.prototype = { call$1(marker) { var t2, t3, _null = null, - t1 = $.$get$_log0(); + t1 = $.$get$_log(); t1.log$4(B.Level_FINE_500, "marker before the copy region: " + marker.toString$0(0), _null, _null); t2 = this.foundStartMarkers; t3 = marker.attribution; @@ -194212,55 +198201,55 @@ t2.$indexSet(0, t3, t1 - 1); } }, - $signature: 338 + $signature: 286 }; A.AttributedSpans_copyAttributionRegion__closure1.prototype = { call$0() { return 0; }, - $signature: 182 + $signature: 174 }; A.AttributedSpans_copyAttributionRegion__closure2.prototype = { call$0() { return 0; }, - $signature: 182 + $signature: 174 }; A.AttributedSpans_copyAttributionRegion_closure1.prototype = { call$2(markerAttribution, count) { if (count === 1) { - $.$get$_log0().log$4(B.Level_FINE_500, 'inserting "' + markerAttribution.toString$0(0) + '" marker at start of copy region to maintain symmetry.', null, null); + $.$get$_log().log$4(B.Level_FINE_500, 'inserting "' + markerAttribution.toString$0(0) + '" marker at start of copy region to maintain symmetry.', null, null); this.cutAttributions.push(new A.SpanMarker(markerAttribution, 0, B.SpanMarkerType_0)); } else if (count < 0 || count > 1) throw A.wrapException(A.Exception_Exception("Found an unbalanced number of `start` and `end` markers before offset: " + this.startOffset + " - " + A.S(this.$this._markers))); }, - $signature: 789 + $signature: 866 }; A.AttributedSpans_copyAttributionRegion_closure2.prototype = { call$1(marker) { var t1 = marker.offset; return this.startOffset <= t1 && t1 <= this._box_0.endOffset; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_copyAttributionRegion_closure3.prototype = { call$1(marker) { var t1 = marker.offset; - $.$get$_log0().log$4(B.Level_FINE_500, 'copying "' + marker.attribution.toString$0(0) + '" at ' + t1 + " from original AttributionSpans to copy region.", null, null); + $.$get$_log().log$4(B.Level_FINE_500, 'copying "' + marker.attribution.toString$0(0) + '" at ' + t1 + " from original AttributionSpans to copy region.", null, null); this.cutAttributions.push(marker.copyWith$1$offset(t1 - this.startOffset)); }, - $signature: 338 + $signature: 286 }; A.AttributedSpans_copyAttributionRegion_closure4.prototype = { call$1(marker) { return marker.offset > this._box_0.endOffset; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_copyAttributionRegion_closure5.prototype = { call$1(marker) { var t2, t3, _null = null, - t1 = $.$get$_log0(); + t1 = $.$get$_log(); t1.log$4(B.Level_FINE_500, "marker after the copy region: " + marker.toString$0(0), _null, _null); t2 = this.foundEndMarkers; t3 = marker.attribution; @@ -194278,42 +198267,42 @@ t2.$indexSet(0, t3, t1 - 1); } }, - $signature: 338 + $signature: 286 }; A.AttributedSpans_copyAttributionRegion__closure.prototype = { call$0() { return 0; }, - $signature: 182 + $signature: 174 }; A.AttributedSpans_copyAttributionRegion__closure0.prototype = { call$0() { return 0; }, - $signature: 182 + $signature: 174 }; A.AttributedSpans_copyAttributionRegion_closure6.prototype = { call$2(markerAttribution, count) { var _this = this; if (count === 1) { - $.$get$_log0().log$4(B.Level_FINE_500, 'inserting "' + markerAttribution.toString$0(0) + '" marker at end of copy region to maintain symmetry.', null, null); + $.$get$_log().log$4(B.Level_FINE_500, 'inserting "' + markerAttribution.toString$0(0) + '" marker at end of copy region to maintain symmetry.', null, null); _this.cutAttributions.push(new A.SpanMarker(markerAttribution, _this._box_0.endOffset - _this.startOffset, B.SpanMarkerType_1)); } else if (count < 0 || count > 1) throw A.wrapException(A.Exception_Exception("Found an unbalanced number of `start` and `end` markers after offset: " + _this._box_0.endOffset + " - " + A.S(_this.$this._markers))); }, - $signature: 789 + $signature: 866 }; A.AttributedSpans_pushAttributionsBack_closure.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset + this.offset); }, - $signature: 788 + $signature: 864 }; A.AttributedSpans_contractAttributions_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_contractAttributions_closure0.prototype = { call$1(marker) { @@ -194321,13 +198310,13 @@ t2 = marker.offset; return t1 <= t2 && t2 < t1 + this.count; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_contractAttributions_closure1.prototype = { call$1(marker) { var t2, _this = this, t1 = marker.markerType; - $.$get$_log0().log$4(B.Level_FINE_500, "removing " + t1.toString$0(0) + " at " + marker.offset, null, null); + $.$get$_log().log$4(B.Level_FINE_500, "removing " + t1.toString$0(0) + " at " + marker.offset, null, null); if (t1 === B.SpanMarkerType_0) { t1 = _this.needToEndAttributions; t2 = marker.attribution; @@ -194344,19 +198333,19 @@ _this.needToEndAttributions.add$1(0, t2); } }, - $signature: 338 + $signature: 286 }; A.AttributedSpans_contractAttributions_closure2.prototype = { call$1(marker) { return marker.offset >= this.startOffset + this.count; }, - $signature: 55 + $signature: 59 }; A.AttributedSpans_contractAttributions_closure3.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset - this.count); }, - $signature: 788 + $signature: 864 }; A.SpanMarker.prototype = { copyWith$1$offset(offset) { @@ -194429,6 +198418,19 @@ }, toString$0(_) { return "[MultiAttributionSpan] - attributions: " + this.attributions.toString$0(0) + ", start: " + this.start + ", end: " + this.end; + }, + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = other instanceof A.MultiAttributionSpan && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.start === other.start && _this.end === other.end && B.DeepCollectionEquality_false.equals$2(_this.attributions, other.attributions); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + return (A.Primitives_objectHashCode(this.attributions) ^ B.JSInt_methods.get$hashCode(this.start) ^ B.JSInt_methods.get$hashCode(this.end)) >>> 0; } }; A.IncompatibleOverlappingAttributionsException.prototype = { @@ -194441,6 +198443,9 @@ dispose$0() { this._attributed_text$_listeners.clear$0(0); }, + get$length(_) { + return this.text.length; + }, addListener$1(_, listener) { this._attributed_text$_listeners.add$1(0, listener); }, @@ -194485,7 +198490,7 @@ return this.spans.getAttributionSpansInRange$4$attributionFilter$end$resizeSpansToFitInRange$start(attributionFilter, range.end, false, range.start); }, addAttribution$2(attribution, range) { - this.spans.addAttribution$3$end$newAttribution$start(range.end, attribution, range.start); + this.spans.addAttribution$4$autoMerge$end$newAttribution$start(true, range.end, attribution, range.start); this._attributed_text$_notifyListeners$0(); }, removeAttribution$2(attribution, range) { @@ -194494,7 +198499,7 @@ }, copyText$2(startOffset, endOffset) { var t2, t3, startCopyOffset, endCopyOffset, _null = null, - t1 = $.$get$_log(); + t1 = $.$get$_log9(); t1.log$4(B.Level_FINE_500, "start: " + startOffset + ", end: " + A.S(endOffset), _null, _null); t2 = this.text; t3 = t2.length; @@ -194504,32 +198509,31 @@ else endCopyOffset = endOffset != null ? endOffset - 1 : t3 - 1; t1.log$4(B.Level_FINE_500, "offsets, start: " + startCopyOffset + ", end: " + endCopyOffset, _null, _null); - t1 = B.JSString_methods.substring$2(t2, startOffset, endOffset); - return A.AttributedText$(this.spans.copyAttributionRegion$2(startCopyOffset, endCopyOffset), t1); + return A.AttributedText$(B.JSString_methods.substring$2(t2, startOffset, endOffset), this.spans.copyAttributionRegion$2(startCopyOffset, endCopyOffset)); }, copyText$1(startOffset) { return this.copyText$2(startOffset, null); }, copyAndAppend$1(other) { var t2, t3, t4, t5, newSpans, _null = null, - t1 = $.$get$_log(); + t1 = $.$get$_log9(); t1.log$4(B.Level_FINE_500, "our attributions before pushing them:", _null, _null); t2 = this.spans; t1.log$4(B.Level_FINE_500, t2.toString$0(0), _null, _null); t3 = other.text; if (t3.length === 0) { t1.log$4(B.Level_FINE_500, "`other` has no text. Returning a direct copy of ourselves.", _null, _null); - return A.AttributedText$(A.AttributedSpans$(A.List_List$from(t2._markers, true, type$.SpanMarker)), this.text); + return A.AttributedText$(this.text, A.AttributedSpans$(A.List_List$from(t2._markers, true, type$.SpanMarker))); } t4 = this.text; t5 = t4.length; if (t5 === 0) { t1.log$4(B.Level_FINE_500, "our `text` is empty. Returning a direct copy of the `other` text.", _null, _null); - return A.AttributedText$(A.AttributedSpans$(A.List_List$from(other.spans._markers, true, type$.SpanMarker)), t3); + return A.AttributedText$(t3, A.AttributedSpans$(A.List_List$from(other.spans._markers, true, type$.SpanMarker))); } newSpans = A.AttributedSpans$(A.List_List$from(t2._markers, true, type$.SpanMarker)); newSpans.addAt$2$index$other(t5, other.spans); - return A.AttributedText$(newSpans, t4 + t3); + return A.AttributedText$(t4 + t3, newSpans); }, insert$2$startOffset$textToInsert(_, startOffset, textToInsert) { var startText = this.copyText$2(0, startOffset), @@ -194538,7 +198542,7 @@ }, insertString$3$applyAttributions$startOffset$textToInsert(applyAttributions, startOffset, textToInsert) { var startText, endText, insertedText, t2, t3, _null = null, - t1 = $.$get$_log(); + t1 = $.$get$_log9(); t1.log$4(B.Level_FINE_500, 'text: "' + textToInsert + '", start: ' + startOffset + ", attributions: " + applyAttributions.toString$0(0), _null, _null); t1.log$4(B.Level_FINE_500, "copying text to the left", _null, _null); startText = this.copyText$2(0, startOffset); @@ -194547,23 +198551,23 @@ endText = this.copyText$1(startOffset); t1.log$4(B.Level_FINE_500, "endText: " + endText.toString$0(0), _null, _null); t1.log$4(B.Level_FINE_500, "creating new attributed text for insertion", _null, _null); - insertedText = A.AttributedText$(_null, textToInsert); + insertedText = A.AttributedText$(textToInsert, _null); t1 = textToInsert.length - 1; for (t2 = applyAttributions.get$iterator(applyAttributions), t3 = insertedText.spans; t2.moveNext$0();) { - t3.addAttribution$3$end$newAttribution$start(t1, t2.get$current(t2), 0); + t3.addAttribution$4$autoMerge$end$newAttribution$start(true, t1, t2.get$current(t2), 0); insertedText._attributed_text$_notifyListeners$0(); } - t1 = $.$get$_log(); + t1 = $.$get$_log9(); t1.log$4(B.Level_FINE_500, "insertedText: " + insertedText.toString$0(0), _null, _null); t1.log$4(B.Level_FINE_500, "combining left text, insertion text, and right text", _null, _null); return startText.copyAndAppend$1(insertedText).copyAndAppend$1(endText); }, insertString$2$startOffset$textToInsert(startOffset, textToInsert) { - return this.insertString$3$applyAttributions$startOffset$textToInsert(B.Set_empty2, startOffset, textToInsert); + return this.insertString$3$applyAttributions$startOffset$textToInsert(B.Set_empty3, startOffset, textToInsert); }, removeRegion$2$endOffset$startOffset(endOffset, startOffset) { var t2, t3, t4, reducedText, contractedAttributions, _null = null, - t1 = $.$get$_log(); + t1 = $.$get$_log9(); t1.log$4(B.Level_FINE_500, "Removing text region from " + startOffset + " to " + endOffset, _null, _null); t1.log$4(B.Level_FINE_500, "initial attributions:", _null, _null); t2 = this.spans; @@ -194576,41 +198580,7 @@ t1.log$4(B.Level_FINE_500, "reduced text length: " + reducedText.length, _null, _null); t1.log$4(B.Level_FINE_500, "remaining attributions:", _null, _null); t1.log$4(B.Level_FINE_500, contractedAttributions.toString$0(0), _null, _null); - return A.AttributedText$(contractedAttributions, reducedText); - }, - visitAttributions$1(visitor) { - var t2, currentIndex, _i, marker, currentIndex0, t3, t4, - t1 = type$.Attribution, - startingAttributions = A.LinkedHashSet_LinkedHashSet(t1), - endingAttributions = A.LinkedHashSet_LinkedHashSet(t1); - for (t1 = this.spans._markers, t2 = t1.length, currentIndex = -1, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - marker = t1[_i]; - currentIndex0 = marker.offset; - if (currentIndex0 !== currentIndex) { - if (currentIndex >= 0) - visitor.visitAttributions$4(this, currentIndex, startingAttributions, endingAttributions); - startingAttributions.clear$0(0); - endingAttributions.clear$0(0); - currentIndex = currentIndex0; - } - t3 = marker.markerType; - t4 = marker.attribution; - if (t3 === B.SpanMarkerType_0) - startingAttributions.add$1(0, t4); - else - endingAttributions.add$1(0, t4); - } - if (endingAttributions._collection$_length !== 0) - visitor.visitAttributions$4(this, currentIndex, startingAttributions, endingAttributions); - t1 = visitor.__AttributedTextMarkdownSerializer__bufferCursor_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = visitor.__AttributedTextMarkdownSerializer__fullText_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - if (t1 <= t2.length - 1) { - t3 = visitor._markdown$_buffer; - t3.toString; - t3._contents += B.JSString_methods.substring$1(t2, t1); - } + return A.AttributedText$(reducedText, contractedAttributions); }, $eq(_, other) { var t1, _this = this; @@ -194629,12 +198599,6 @@ return '[AttributedText] - "' + this.text + '"\n' + this.spans.toString$0(0); } }; - A.AttributionVisitEvent.prototype = { - _enumToString$0() { - return "AttributionVisitEvent." + this._core$_name; - } - }; - A.AttributionVisitor.prototype = {}; A.NamedAttribution.prototype = { canMergeWith$1(other) { return this.$eq(0, other); @@ -194672,7 +198636,7 @@ return B.JSInt_methods.get$hashCode(this.start) ^ B.JSInt_methods.get$hashCode(this.end); }, toString$0(_) { - return "TextRange(start: " + this.start + ", end: " + this.end + ")"; + return "SpanRange(start: " + this.start + ", end: " + this.end + ")"; } }; A.BoardItem.prototype = { @@ -194776,7 +198740,7 @@ call$1(_) { return this.$this.afterFirstLayout$1(this.context); }, - $signature: 11 + $signature: 12 }; A.BoardItemState_build_closure3.prototype = { call$1(otd) { @@ -194806,7 +198770,7 @@ t1.initialY = t5; } }, - $signature: 64 + $signature: 50 }; A.BoardItemState_build_closure2.prototype = { call$0() { @@ -194942,7 +198906,7 @@ t1._widget.boardView.leftListX = t3; } }, - $signature: 64 + $signature: 50 }; A.BoardListState_build_closure1.prototype = { call$0() { @@ -194985,7 +198949,7 @@ else return t1; }, - $signature: 102 + $signature: 104 }; A._BoardListState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { @@ -195863,7 +199827,7 @@ if (_shown !== t1.shown) t1.setState$1(new A.BoardViewState_build__closure5(t1, _shown)); }, - $signature: 11 + $signature: 12 }; A.BoardViewState_build__closure5.prototype = { call$0() { @@ -195904,7 +199868,7 @@ else return temp; }, - $signature: 102 + $signature: 104 }; A.BoardViewState_build_closure1.prototype = { call$0() { @@ -195972,7 +199936,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure2()); }, - $signature: 11 + $signature: 12 }; A.BoardViewState_build__closure2.prototype = { call$0() { @@ -195993,7 +199957,7 @@ t1.setState$1(new A.BoardViewState_build__closure0()); } }, - $signature: 1346 + $signature: 3013 }; A.BoardViewState_build__closure0.prototype = { call$0() { @@ -196012,7 +199976,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure1()); }, - $signature: 196 + $signature: 190 }; A.BoardViewState_build__closure1.prototype = { call$0() { @@ -196042,7 +200006,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure()); }, - $signature: 1358 + $signature: 3025 }; A.BoardViewState_build__closure.prototype = { call$0() { @@ -196172,10 +200136,6 @@ this._maybeCopyBeforeWrite$0(); J.add$1$ax(this._copy_on_write_list$_list, value); }, - addAll$1(_, iterable) { - this._maybeCopyBeforeWrite$0(); - J.addAll$1$ax(this._copy_on_write_list$_list, iterable); - }, sort$1(_, compare) { this._maybeCopyBeforeWrite$0(); J.sort$1$ax(this._copy_on_write_list$_list, compare); @@ -196410,7 +200370,7 @@ call$2(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 770 + $signature: 3033 }; A.BuiltList.prototype = { rebuild$1(updates) { @@ -196694,7 +200654,7 @@ call$1(k) { return this.multimap.$index(0, k); }, - $signature: 32 + $signature: 33 }; A.BuiltListMultimap_hashCode_closure.prototype = { call$1(key) { @@ -196865,7 +200825,7 @@ call$1(k) { return this.multimap.$index(0, k); }, - $signature: 32 + $signature: 33 }; A.BuiltMap.prototype = { rebuild$1(updates) { @@ -196954,13 +200914,13 @@ call$1(k) { return J.$index$asx(this.map, k); }, - $signature: 32 + $signature: 33 }; A.BuiltMap_BuiltMap$from_closure.prototype = { call$1(k) { return this.map.$index(0, k); }, - $signature: 32 + $signature: 33 }; A.BuiltMap_hashCode_closure.prototype = { call$1(key) { @@ -197104,14 +201064,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 191 + $signature: 217 }; A.MapBuilder_replace_closure0.prototype = { call$2(key, value) { var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 191 + $signature: 217 }; A.BuiltSet.prototype = { get$hashCode(_) { @@ -197514,7 +201474,7 @@ call$1(k) { return this.multimap.$index(0, k); }, - $signature: 32 + $signature: 33 }; A.EnumClass.prototype = { toString$0(_) { @@ -197530,7 +201490,7 @@ $._indentingBuiltValueToStringHelperIndent = $._indentingBuiltValueToStringHelperIndent + 2; return new A.IndentingBuiltValueToStringHelper(t1); }, - $signature: 1372 + $signature: 3042 }; A.IndentingBuiltValueToStringHelper.prototype = { add$2(_, field, value) { @@ -197663,34 +201623,34 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.Object); }, - $signature: 1403 + $signature: 3048 }; A.Serializers_Serializers_closure0.prototype = { call$0() { var t1 = type$.Object; return A.ListMultimapBuilder_ListMultimapBuilder(t1, t1); }, - $signature: 1405 + $signature: 3055 }; A.Serializers_Serializers_closure1.prototype = { call$0() { var t1 = type$.Object; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 1408 + $signature: 3077 }; A.Serializers_Serializers_closure2.prototype = { call$0() { return A.SetBuilder_SetBuilder(type$.Object); }, - $signature: 1433 + $signature: 3117 }; A.Serializers_Serializers_closure3.prototype = { call$0() { var t1 = type$.Object; return A.SetMultimapBuilder_SetMultimapBuilder(t1, t1); }, - $signature: 1442 + $signature: 3152 }; A.FullType.prototype = { $eq(_, other) { @@ -197824,7 +201784,7 @@ t1 = J.getInterceptor$(object); serializer = _this.serializerForType$1(t1.get$runtimeType(object)); if (serializer == null) - throw A.wrapException(A.StateError$("No serializer for '" + t1.get$runtimeType(object).toString$0(0) + "'.")); + throw A.wrapException(A.StateError$(A._noSerializerMessageFor(t1.get$runtimeType(object).toString$0(0)))); if (type$.StructuredSerializer_dynamic._is(serializer)) { result = [serializer.get$wireName()]; B.JSArray_methods.addAll$1(result, serializer.serialize$2(_this, object)); @@ -197864,7 +201824,6 @@ }, _deserialize$3(objectBeforePlugins, object, specifiedType) { var serializer, error, primitive, error0, serializer0, error1, error2, wireName, exception, _this = this, - _s19_ = "No serializer for '", _s62_ = string$.serial, t1 = specifiedType.root; if (t1 == null) { @@ -197873,7 +201832,7 @@ wireName = A._asString(t1.get$first(object)); serializer = _this._wireNameToSerializer._map$_map.$index(0, wireName); if (serializer == null) - throw A.wrapException(A.StateError$(_s19_ + wireName + "'.")); + throw A.wrapException(A.StateError$(A._noSerializerMessageFor(wireName))); if (type$.StructuredSerializer_dynamic._is(serializer)) try { t1 = serializer.deserialize$2(_this, t1.sublist$1(object, 1)); @@ -197907,7 +201866,7 @@ if (type$.List_dynamic._is(object) && typeof J.get$first$ax(object) == "string") return _this.deserialize$1(objectBeforePlugins); else - throw A.wrapException(A.StateError$(_s19_ + t1.toString$0(0) + "'.")); + throw A.wrapException(A.StateError$(A._noSerializerMessageFor(t1.toString$0(0)))); if (type$.StructuredSerializer_dynamic._is(serializer0)) try { t1 = object == null ? null : serializer0.deserialize$3$specifiedType(_this, type$.Iterable_nullable_Object._as(object), specifiedType); @@ -198084,13 +202043,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 197 + $signature: 202 }; A.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 422 + $signature: 388 }; A.BuiltListSerializer.prototype = { serialize$3$specifiedType(serializers, builtList, specifiedType) { @@ -198130,13 +202089,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 197 + $signature: 202 }; A.BuiltListSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 197 + $signature: 202 }; A.BuiltMapSerializer.prototype = { serialize$3$specifiedType(serializers, builtMap, specifiedType) { @@ -198271,13 +202230,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 197 + $signature: 202 }; A.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 197 + $signature: 202 }; A.BuiltSetSerializer.prototype = { serialize$3$specifiedType(serializers, builtSet, specifiedType) { @@ -198317,13 +202276,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 197 + $signature: 202 }; A.BuiltSetSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 197 + $signature: 202 }; A.DateTimeSerializer.prototype = { serialize$3$specifiedType(serializers, dateTime, specifiedType) { @@ -198415,6 +202374,29 @@ return "Duration"; } }; + A.Int32Serializer.prototype = { + serialize$3$specifiedType(serializers, int32, specifiedType) { + return int32._i; + }, + serialize$2(serializers, int32) { + return this.serialize$3$specifiedType(serializers, int32, B.FullType_null_List_empty_false); + }, + deserialize$3$specifiedType(serializers, serialized, specifiedType) { + A._asInt(serialized); + return new A.Int32((serialized & 2147483647) - ((serialized & 2147483648) >>> 0)); + }, + deserialize$2(serializers, serialized) { + return this.deserialize$3$specifiedType(serializers, serialized, B.FullType_null_List_empty_false); + }, + $isSerializer: 1, + $isPrimitiveSerializer: 1, + get$types(receiver) { + return this.types; + }, + get$wireName() { + return "Int32"; + } + }; A.Int64Serializer.prototype = { serialize$3$specifiedType(serializers, int64, specifiedType) { return int64._toRadixString$1(10); @@ -198752,7 +202734,7 @@ call$1(value) { return value == null; }, - $signature: 142 + $signature: 148 }; A.StandardJsonPlugin__toList_closure0.prototype = { call$2(key, value) { @@ -198767,13 +202749,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 191 + $signature: 217 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1(value) { return value == null; }, - $signature: 142 + $signature: 148 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2(key, value) { @@ -198790,390 +202772,7 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 191 - }; - A.CachedNetworkImage.prototype = { - build$1(context) { - var t1, _this = this, _null = null, - octoPlaceholderBuilder = _this.get$_octoPlaceholderBuilder(); - if (false) - octoPlaceholderBuilder = new A.CachedNetworkImage_build_closure(); - t1 = A.ResizeImage_resizeIfNeeded(_null, _null, _this._cached_image_widget$_image); - return new A.OctoImage(t1, _null, octoPlaceholderBuilder, _null, _this.get$_octoErrorBuilder(), B.Duration_0, B.Duration_1000000, B.Cubic_xDo0, B.Duration_500000, B.Cubic_JUR0, _this.width, _this.height, _this.fit, B.Alignment_0_0, B.ImageRepeat_3, false, _null, _null, B.FilterQuality_1, false, _null); - }, - _octoPlaceholderBuilder$1(context) { - return this.placeholder.call$2(context, this.imageUrl); - }, - _octoErrorBuilder$3(context, error, stackTrace) { - return this.errorWidget.call$3(context, this.imageUrl, error); - } - }; - A.CachedNetworkImage_build_closure.prototype = { - call$1(context) { - var _null = null; - return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - }, - $signature: 729 - }; - A.CachedNetworkImageProvider.prototype = { - obtainKey$1(configuration) { - return new A.SynchronousFuture(this, type$.SynchronousFuture_CachedNetworkImageProvider); - }, - load$2(_, key, decode) { - var _null = null, - chunkEvents = A.StreamController_StreamController(_null, _null, _null, false, type$.ImageChunkEvent); - return A.MultiImageStreamCompleter$(new A._ControllerStream(chunkEvents, A._instanceType(chunkEvents)._eval$1("_ControllerStream<1>")), this.__image_provider_web$_loadAsync$3(key, chunkEvents, decode), _null, 1); - }, - __image_provider_web$_loadAsync$3(key, chunkEvents, decode) { - var t1; - switch (this._imageRenderMethodForWeb.index) { - case 1: - return this._loadAsyncHttpGet$3(key, chunkEvents, decode); - case 0: - t1 = A.loadAsyncHtmlImage(key, chunkEvents, decode); - return A.Stream_Stream$fromFuture(t1, t1.$ti._precomputed1); - } - }, - _loadAsyncHttpGet$3(key, chunkEvents, decode) { - return this._loadAsyncHttpGet$body$CachedNetworkImageProvider(key, chunkEvents, decode); - }, - _loadAsyncHttpGet$body$CachedNetworkImageProvider(key, chunkEvents, decode) { - var $async$_loadAsyncHttpGet$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - switch ($async$errorCode) { - case 2: - $async$next = $async$nextWhenCanceled; - $async$goto = $async$next.pop(); - break; - case 1: - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$handler = 4; - mngr0 = $.$get$DefaultCacheManager__instance(); - mngr = mngr0; - key0 = key.url; - streamController = A.StreamController_StreamController(null, null, null, false, type$.FileResponse); - mngr._pushFileToStream$5(streamController, key0, key0, $async$self.headers, true); - t1 = new A._StreamIterator(A.checkNotNullable(new A._ControllerStream(streamController, A._instanceType(streamController)._eval$1("_ControllerStream<1>")), "stream", type$.Object), type$._StreamIterator_FileResponse); - $async$handler = 7; - t2 = A._instanceType(chunkEvents)._eval$1("_DelayedData<1>"); - case 10: - // for condition - $async$goto = 12; - return A._asyncStarHelper(t1.moveNext$0(), $async$_loadAsyncHttpGet$3, $async$controller); - case 12: - // returning from await. - if (!$async$result) { - // goto after for - $async$goto = 11; - break; - } - result = t1.get$current(t1); - if (result instanceof A.DownloadProgress) { - t3 = new A.ImageChunkEvent(result.downloaded, result.totalSize); - t4 = chunkEvents._state; - if (t4 >= 4) - A.throwExpression(chunkEvents._badEventState$0()); - if ((t4 & 1) !== 0) - chunkEvents._sendData$1(t3); - else if ((t4 & 3) === 0) { - t4 = chunkEvents._ensurePendingEvents$0(); - t3 = new A._DelayedData(t3, t2); - lastEvent = t4.lastPendingEvent; - if (lastEvent == null) - t4.firstPendingEvent = t4.lastPendingEvent = t3; - else { - lastEvent.set$next(0, t3); - t4.lastPendingEvent = t3; - } - } - } - $async$goto = result instanceof A.FileInfo ? 13 : 14; - break; - case 13: - // then - file = result.file; - $async$goto = 15; - return A._asyncStarHelper(file.readAsBytes$0(), $async$_loadAsyncHttpGet$3, $async$controller); - case 15: - // returning from await. - bytes = $async$result; - $async$goto = 16; - return A._asyncStarHelper(decode.call$1(bytes), $async$_loadAsyncHttpGet$3, $async$controller); - case 16: - // returning from await. - decoded = $async$result; - $async$goto = 17; - $async$nextWhenCanceled = [1, 5, 8]; - return A._asyncStarHelper(A._IterationMarker_yieldSingle(decoded), $async$_loadAsyncHttpGet$3, $async$controller); - case 17: - // after yield - case 14: - // join - // goto for condition - $async$goto = 10; - break; - case 11: - // after for - $async$next.push(9); - // goto finally - $async$goto = 8; - break; - case 7: - // uncaught - $async$next = [4]; - case 8: - // finally - $async$handler = 4; - $async$goto = 18; - return A._asyncStarHelper(t1.cancel$0(0), $async$_loadAsyncHttpGet$3, $async$controller); - case 18: - // returning from await. - // goto the next finally handler - $async$goto = $async$next.pop(); - break; - case 9: - // after finally - $async$next.push(6); - // goto finally - $async$goto = 5; - break; - case 4: - // catch - $async$handler = 3; - $async$exception = $async$currentError; - A.scheduleMicrotask(new A.CachedNetworkImageProvider__loadAsyncHttpGet_closure(key)); - throw $async$exception; - $async$next.push(6); - // goto finally - $async$goto = 5; - break; - case 3: - // uncaught - $async$next = [2]; - case 5: - // finally - $async$handler = 2; - $async$goto = 19; - return A._asyncStarHelper(chunkEvents.close$0(0), $async$_loadAsyncHttpGet$3, $async$controller); - case 19: - // returning from await. - // goto the next finally handler - $async$goto = $async$next.pop(); - break; - case 6: - // after finally - case 1: - // return - return A._asyncStarHelper(null, 0, $async$controller); - case 2: - // rethrow - return A._asyncStarHelper($async$currentError, 1, $async$controller); - } - }); - var $async$goto = 0, - $async$controller = A._makeAsyncStarStreamController($async$_loadAsyncHttpGet$3, type$.Codec), - $async$nextWhenCanceled, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, mngr, result, file, bytes, decoded, mngr0, key0, streamController, t1, t2, t3, t4, lastEvent, exception, $async$exception; - return A._streamOfController($async$controller); - }, - $eq(_, other) { - var t1; - if (other == null) - return false; - if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(this)) - return false; - if (other instanceof A.CachedNetworkImageProvider) { - t1 = other.url; - return this.url === t1 && true; - } else - return false; - }, - get$hashCode(_) { - return A.hashValues(this.url, 1, this.cacheKey, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd, B.C__HashEnd); - }, - toString$0(_) { - return A.getRuntimeTypeOfDartObject(this).toString$0(0) + '("' + this.url + '", scale: 1)'; - } - }; - A.CachedNetworkImageProvider__loadAsyncHttpGet_closure.prototype = { - call$0() { - var t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.evict$1(this.key); - }, - $signature: 0 - }; - A.loadAsyncHtmlImage_closure.prototype = { - call$2(bytes, total) { - this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); - }, - $signature: 199 - }; - A.ImageRenderMethodForWeb.prototype = { - _enumToString$0() { - return "ImageRenderMethodForWeb." + this._core$_name; - } - }; - A.MultiImageStreamCompleter.prototype = { - MultiImageStreamCompleter$4$chunkEvents$codec$informationCollector$scale(chunkEvents, codec, informationCollector, scale) { - var _this = this; - codec.listen$2$onError(0, new A.MultiImageStreamCompleter_closure(_this), new A.MultiImageStreamCompleter_closure0(_this, informationCollector)); - chunkEvents.listen$2$onError(0, _this.get$reportImageChunkEvent(), new A.MultiImageStreamCompleter_closure1(_this, informationCollector)); - }, - _multi_image_stream_completer$_handleAppFrame$1(timestamp) { - var t3, completedCycles, _this = this, - t1 = _this._multi_image_stream_completer$_frameCallbackScheduled = false, - t2 = _this._image_stream$_listeners; - if (t2.length === 0) - return; - t3 = _this._multi_image_stream_completer$_frameDuration; - if (t3 == null || timestamp._duration - _this._shownTimestamp._duration >= t3._duration) { - t3 = _this._multi_image_stream_completer$_nextFrame; - _this._multi_image_stream_completer$_emitFrame$1(new A.ImageInfo(t3.get$image(t3), _this._multi_image_stream_completer$_scale, null)); - _this._shownTimestamp = timestamp; - t3 = _this._multi_image_stream_completer$_nextFrame; - _this._multi_image_stream_completer$_frameDuration = t3.get$duration(t3); - _this._multi_image_stream_completer$_nextFrame = null; - if (B.JSInt_methods.$mod(_this._multi_image_stream_completer$_framesEmitted, _this._multi_image_stream_completer$_codec.get$frameCount()) === 0 ? _this._nextImageCodec != null : t1) { - _this._multi_image_stream_completer$_framesEmitted = 0; - _this._multi_image_stream_completer$_timer = null; - t1 = _this._nextImageCodec; - t1.toString; - _this._multi_image_stream_completer$_codec = t1; - if (t2.length !== 0) - _this._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); - _this._nextImageCodec = null; - } else { - completedCycles = B.JSInt_methods.$tdiv(_this._multi_image_stream_completer$_framesEmitted, _this._multi_image_stream_completer$_codec.get$frameCount()); - if (_this._multi_image_stream_completer$_codec.get$repetitionCount() === -1 || completedCycles <= _this._multi_image_stream_completer$_codec.get$repetitionCount()) - _this._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); - } - return; - } - t3.toString; - _this._multi_image_stream_completer$_timer = A.Timer_Timer(new A.Duration(B.JSInt_methods.round$0(t3._duration - (timestamp._duration - _this._shownTimestamp._duration))), _this.get$_multi_image_stream_completer$_scheduleAppFrame()); - }, - _multi_image_stream_completer$_decodeNextFrameAndSchedule$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, exception, stack, exception0, t1, $async$exception0; - var $async$_multi_image_stream_completer$_decodeNextFrameAndSchedule$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$handler = 4; - $async$goto = 7; - return A._asyncAwait($async$self._multi_image_stream_completer$_codec.getNextFrame$0(), $async$_multi_image_stream_completer$_decodeNextFrameAndSchedule$0); - case 7: - // returning from await. - $async$self._multi_image_stream_completer$_nextFrame = $async$result; - $async$handler = 2; - // goto after finally - $async$goto = 6; - break; - case 4: - // catch - $async$handler = 3; - $async$exception0 = $async$currentError; - exception = A.unwrapException($async$exception0); - stack = A.getTraceFromException($async$exception0); - $async$self.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving an image frame"), exception, $async$self._multi_image_stream_completer$_informationCollector, true, stack); - // goto return - $async$goto = 1; - break; - // goto after finally - $async$goto = 6; - break; - case 3: - // uncaught - // goto rethrow - $async$goto = 2; - break; - case 6: - // after finally - if ($async$self._multi_image_stream_completer$_codec.get$frameCount() === 1) { - if ($async$self._image_stream$_listeners.length === 0) { - // goto return - $async$goto = 1; - break; - } - t1 = $async$self._multi_image_stream_completer$_nextFrame; - $async$self._multi_image_stream_completer$_emitFrame$1(new A.ImageInfo(t1.get$image(t1), $async$self._multi_image_stream_completer$_scale, null)); - // goto return - $async$goto = 1; - break; - } - $async$self._multi_image_stream_completer$_scheduleAppFrame$0(); - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - case 2: - // rethrow - return A._asyncRethrow($async$currentError, $async$completer); - } - }); - return A._asyncStartSync($async$_multi_image_stream_completer$_decodeNextFrameAndSchedule$0, $async$completer); - }, - _multi_image_stream_completer$_scheduleAppFrame$0() { - if (this._multi_image_stream_completer$_frameCallbackScheduled) - return; - this._multi_image_stream_completer$_frameCallbackScheduled = true; - $.SchedulerBinding__instance.scheduleFrameCallback$1(this.get$_multi_image_stream_completer$_handleAppFrame()); - }, - _multi_image_stream_completer$_emitFrame$1(imageInfo) { - this.setImage$1(imageInfo); - ++this._multi_image_stream_completer$_framesEmitted; - }, - addListener$1(_, listener) { - var _this = this; - if (_this._image_stream$_listeners.length === 0 && _this._multi_image_stream_completer$_codec != null) - _this._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); - _this.super$ImageStreamCompleter$addListener(0, listener); - }, - removeListener$1(_, listener) { - var t1, _this = this; - _this.super$ImageStreamCompleter$removeListener(0, listener); - if (_this._image_stream$_listeners.length === 0) { - t1 = _this._multi_image_stream_completer$_timer; - if (t1 != null) - t1.cancel$0(0); - _this._multi_image_stream_completer$_timer = null; - } - } - }; - A.MultiImageStreamCompleter_closure.prototype = { - call$1($event) { - var t1 = this.$this; - if (t1._multi_image_stream_completer$_timer != null) - t1._nextImageCodec = $event; - else { - t1._multi_image_stream_completer$_codec = $event; - if (t1._image_stream$_listeners.length !== 0) - t1._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); - } - }, - $signature: 564 - }; - A.MultiImageStreamCompleter_closure0.prototype = { - call$2(error, stack) { - this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving an image codec"), error, this.informationCollector, true, stack); - }, - $signature: 506 - }; - A.MultiImageStreamCompleter_closure1.prototype = { - call$2(error, stack) { - this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("loading an image"), error, this.informationCollector, true, stack); - }, - $signature: 506 + $signature: 217 }; A.StringCharacters.prototype = { get$iterator(_) { @@ -199960,13 +203559,13 @@ call$1(_) { return null; }, - $signature: 703 + $signature: 853 }; A.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0() { return A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.BaseBarRendererElement); }, - $signature: 1632 + $signature: 3164 }; A.BaseBarRenderer_preprocessSeries__closure2.prototype = { call$1(index) { @@ -199976,7 +203575,7 @@ t1.toString; return t1; }, - $signature: 1664 + $signature: 3167 }; A.BaseBarRenderer_preprocessSeries_closure0.prototype = { call$1(series) { @@ -200019,7 +203618,7 @@ call$2(a, b) { return a + b; }, - $signature: 211 + $signature: 216 }; A.BaseBarRenderer_update_closure.prototype = { call$1(series) { @@ -200121,7 +203720,7 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 476 + $signature: 569 }; A.BaseBarRenderer_update_closure0.prototype = { call$2(key, barStackList) { @@ -200229,7 +203828,7 @@ allKeys.addAll$1(0, keys); return allKeys; }, - $signature: 1829 + $signature: 3170 }; A.BaseBarRenderer__getSegmentsForDomainValue_closure0.prototype = { call$1(stackKey) { @@ -200302,13 +203901,13 @@ call$0() { return A._setArrayType([], type$.JSArray_int); }, - $signature: 661 + $signature: 852 }; A._ReversedSeriesIterator_closure0.prototype = { call$2(_, indices) { return B.JSArray_methods.addAll$1(this.$this._visitIndex, J.get$reversed$ax(indices)); }, - $signature: 1934 + $signature: 3202 }; A.BaseBarRendererConfig.prototype = { $eq(_, other) { @@ -201008,7 +204607,7 @@ t23 = line.__TextElement__textPainter_A; t23 === $ && A.throwUnnamedLateFieldNI(); t23 = t23._layoutCache.layout._paragraph; - t23 = B.JSNumber_methods.ceil$0(Math.ceil(t23.get$height(t23)) * 0.1); + t23 = B.JSNumber_methods.ceil$0(t23.get$height(t23) * 0.1); t2.save$0(0); t2.translate$2(0, x0 - t23, offsetY); t2.rotate$1(0, t22); @@ -201025,7 +204624,7 @@ t22 = line.__TextElement__textPainter_A; t22 === $ && A.throwUnnamedLateFieldNI(); t22 = t22._layoutCache.layout._paragraph; - t22 = B.JSNumber_methods.ceil$0(Math.ceil(t22.get$height(t22)) * 0.1); + t22 = B.JSNumber_methods.ceil$0(t22.get$height(t22) * 0.1); if (!line._painterReady) line._refreshPainter$0(); line.__TextElement__textPainter_A.paint$2(t2, new A.Offset(offsetX, offsetY - t22)); @@ -201142,13 +204741,13 @@ t1.set$textStyle(this.wholeLabel._text_element$_textStyle); return t1; }, - $signature: 1938 + $signature: 3251 }; A.BaseTickDrawStrategy_getLabelWidth_closure.prototype = { call$1(line) { return line.get$measurement().horizontalSliceWidth; }, - $signature: 2008 + $signature: 3289 }; A._PixelVerticalDirection.prototype = { _enumToString$0() { @@ -202177,7 +205776,7 @@ call$1(value) { return value == null ? "" : this.numberFormat.format$1(value); }, - $signature: 642 + $signature: 848 }; A.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { @@ -202724,32 +206323,32 @@ axis.context = t1; axis.tickDrawStrategy = A.NoneDrawStrategy$(t1, this.graphicsFactory, type$.num); }, - $signature: 318 + $signature: 305 }; A.CartesianChart_makeSeries_closure.prototype = { call$1(_) { return 0; }, - $signature: 2084 + $signature: 926 }; A.CartesianChart_preprocessSeries_closure.prototype = { call$2(axisId, axis) { this.$this.addView$1(axis); }, - $signature: 318 + $signature: 305 }; A.CartesianChart_preprocessSeries_closure0.prototype = { call$2(axisId, axis) { axis.resetDomains$0(); }, - $signature: 318 + $signature: 305 }; A.CartesianChart_preprocessSeries_closure1.prototype = { call$2(axisId, axis) { axis.axisOrientation = this.reverseAxisDirection ? B.AxisOrientation_3 : B.AxisOrientation_1; axis.reverseOutputRange = false; }, - $signature: 318 + $signature: 305 }; A.CartesianChart_preprocessSeries_closure2.prototype = { call$2(rendererId, seriesList) { @@ -202765,7 +206364,7 @@ call$2(axisId, axis) { axis.updateTicks$0(); }, - $signature: 318 + $signature: 305 }; A.BaseCartesianRenderer.prototype = { onAttach$1(chart) { @@ -203179,7 +206778,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 183 + $signature: 179 }; A.BaseChart_getSelectionModel_closure.prototype = { call$0() { @@ -203197,7 +206796,7 @@ call$1(rendererId) { return this.$this.getSeriesRenderer$1(rendererId)._drawAreaBounds.containsPoint$1(0, this.chartPosition); }, - $signature: 12 + $signature: 11 }; A.BaseChart_getNearestDatumDetailPerSeries_closure.prototype = { call$1(rendererId) { @@ -203338,7 +206937,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 183 + $signature: 179 }; A.BaseChart_fireOnDraw_closure.prototype = { call$1(listener) { @@ -203462,7 +207061,7 @@ else return origColor; }, - $signature: 215 + $signature: 219 }; A.Legend.prototype = { defaultLegendMeasureFormatter$1(value) { @@ -203824,7 +207423,7 @@ call$1(id) { return !this.seriesIds.contains$1(0, id); }, - $signature: 12 + $signature: 11 }; A.SeriesLegend_preProcessSeriesList_closure.prototype = { call$1(series) { @@ -203838,7 +207437,7 @@ call$1(id) { return id === this.seriesId; }, - $signature: 12 + $signature: 11 }; A.LinePointHighlighter0.prototype = { attachTo$1(chart) { @@ -204394,7 +207993,7 @@ call$1(i) { return J.toString$0$(this.$this.domainFn.call$1(i)); }, - $signature: 2209 + $signature: 943 }; A.ImmutableSeries.prototype = {}; A.SelectionModel.prototype = { @@ -204572,7 +208171,7 @@ t1.toString; return t1; }, - $signature: 215 + $signature: 219 }; A.BaseSeriesRenderer_assignMissingColors_closure0.prototype = { call$1(series) { @@ -204602,7 +208201,7 @@ call$1(_) { return this.color; }, - $signature: 215 + $signature: 219 }; A.BaseSeriesRenderer_assignMissingColors_closure1.prototype = { call$1(category) { @@ -204637,13 +208236,13 @@ call$1(_) { return this.color; }, - $signature: 215 + $signature: 219 }; A.BaseSeriesRenderer_assignMissingColors__closure1.prototype = { call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 215 + $signature: 219 }; A.BaseSeriesRenderer_assignMissingColors_closure3.prototype = { call$1(series) { @@ -204658,7 +208257,7 @@ call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 215 + $signature: 219 }; A.BaseSeriesRenderer_assignMissingColors_closure4.prototype = { call$1(series) { @@ -204843,7 +208442,7 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 633 + $signature: 845 }; A.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2(v1, v2) { @@ -204854,13 +208453,13 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 633 + $signature: 845 }; A.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1(view) { return view.get$isSeriesRenderer(); }, - $signature: 652 + $signature: 844 }; A.LayoutManagerImpl_layout_closure.prototype = { call$1(view) { @@ -204868,7 +208467,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return view.layout$2(t1, t1); }, - $signature: 183 + $signature: 179 }; A.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1(view) { @@ -204880,7 +208479,7 @@ t1 = true; return t1; }, - $signature: 652 + $signature: 844 }; A._MeasuredSizes.prototype = {}; A.SizeList.prototype = { @@ -204950,7 +208549,7 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 183 + $signature: 179 }; A.LeftMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -204973,7 +208572,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 183 + $signature: 179 }; A.RightMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -204996,7 +208595,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 183 + $signature: 179 }; A.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width(_, views, fullWidth, maxHeight, width) { @@ -205027,7 +208626,7 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 183 + $signature: 179 }; A.TopMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -205050,7 +208649,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 183 + $signature: 179 }; A.BottomMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -205073,7 +208672,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 183 + $signature: 179 }; A.LayoutPosition.prototype = { _enumToString$0() { @@ -205390,7 +208989,7 @@ return _null; return new A.Color0(color.r, color.g, color.b, B.JSNumber_methods.round$0(color.a * 0.1), _null, _null); }, - $signature: 2425 + $signature: 1072 }; A.LineRenderer_preprocessSeries_closure.prototype = { call$1(series) { @@ -205460,7 +209059,7 @@ call$1(_) { return null; }, - $signature: 703 + $signature: 853 }; A.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1(series) { @@ -205618,7 +209217,7 @@ animatingElements.allPoints = allPointList; _this.previousPointList[t3] = allPointList; }, - $signature: 2460 + $signature: 1074 }; A.LineRenderer_update___closure.prototype = { call$1(elements) { @@ -206330,79 +209929,79 @@ call$1(_) { return false; }, - $signature: 597 + $signature: 553 }; A.MaterialPalette__orderedPalettes_closure.prototype = { call$0() { return B.C_MaterialBlue; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure0.prototype = { call$0() { return B.C_MaterialRed; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure1.prototype = { call$0() { return B.C_MaterialYellow; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure2.prototype = { call$0() { return B.C_MaterialGreen; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure3.prototype = { call$0() { return B.C_MaterialPurple; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure4.prototype = { call$0() { return B.C_MaterialCyan; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure5.prototype = { call$0() { return B.C_MaterialDeepOrange; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure6.prototype = { call$0() { return B.C_MaterialLime; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure7.prototype = { call$0() { return B.C_MaterialIndigo; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure8.prototype = { call$0() { return B.C_MaterialPink; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure9.prototype = { call$0() { return B.C_MaterialTeal; }, - $signature: 146 + $signature: 140 }; A.MaterialPalette__orderedPalettes_closure10.prototype = { call$1(f) { return f.call$0(); }, - $signature: 2519 + $signature: 1106 }; A.MaterialBlue.prototype = { get$shadeDefault() { @@ -206572,7 +210171,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 312 + $signature: 309 }; A.ProxyGestureListener_onTap_closure.prototype = { call$1(listener) { @@ -206580,7 +210179,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 312 + $signature: 309 }; A.ProxyGestureListener_onDragStart_closure.prototype = { call$1(listener) { @@ -206588,7 +210187,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 312 + $signature: 309 }; A.ProxyGestureListener_onDragUpdate_closure.prototype = { call$1(listener) { @@ -206596,7 +210195,7 @@ t1 = t1 == null ? null : t1.call$2(this.localPosition, this.scale); return t1 == null ? false : t1; }, - $signature: 312 + $signature: 309 }; A.ProxyGestureListener_onDragEnd_closure.prototype = { call$1(listener) { @@ -206604,14 +210203,14 @@ t1 = t1 == null ? null : t1.call$3(this.localPosition, this.scale, this.pixelsPerSecond); return t1 == null ? false : t1; }, - $signature: 312 + $signature: 309 }; A.ProxyGestureListener__cancel_closure.prototype = { call$1(listener) { if (!B.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 681 + $signature: 842 }; A.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1(listener) { @@ -206624,7 +210223,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 681 + $signature: 842 }; A.MaterialStyle.prototype = {}; A.StyleFactory.prototype = {}; @@ -206776,21 +210375,21 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 701 + $signature: 841 }; A.Series_Series_closure2.prototype = { call$1(index) { index.toString; return this.colorFn.call$2(this.data[index], index); }, - $signature: 215 + $signature: 219 }; A.Series_Series_closure.prototype = { call$1(index) { index.toString; return this.strokeWidthPxFn.call$2(this.data[index], index); }, - $signature: 701 + $signature: 841 }; A.AttributeKey.prototype = {}; A.SeriesAttributes.prototype = {}; @@ -206939,7 +210538,7 @@ var t1 = this.behavior; return userBehavior.get$role(userBehavior) === t1.get$role(t1); }, - $signature: 702 + $signature: 840 }; A.BaseChart__updateSelectionModel_closure.prototype = { call$1(model) { @@ -206973,19 +210572,19 @@ t2.toString; B.JSArray_methods.remove$1(t1._updatedListeners, t2); }, - $signature: 2551 + $signature: 1133 }; A.BaseChart_getDesiredGestures_closure.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 709 + $signature: 839 }; A.BaseChart_getDesiredGestures_closure0.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 709 + $signature: 839 }; A.BaseChartState.prototype = { initState$0() { @@ -207002,6 +210601,10 @@ if (this._framework$_element != null) this.super$State$setState(new A.BaseChartState_requestRebuild_closure()); }, + setState$1(fn) { + if (this._framework$_element != null) + this.super$State$setState(fn); + }, _buildChartContainer$0() { var t3, t4, t5, chartContainer, desiredGestures, _this = this, _null = null, t1 = _this._oldWidget, @@ -207062,13 +210665,13 @@ this.chartWidgets.push(A.LayoutId$(behavior.build$1(this.context), id)); } }, - $signature: 2562 + $signature: 1151 }; A.BaseChartState_dispose_closure.prototype = { call$2(_, controller) { return controller.dispose$0(); }, - $signature: 2568 + $signature: 1166 }; A.BaseChartState__animationTick_closure.prototype = { call$0() { @@ -207181,7 +210784,7 @@ } return A.Row$(rowChildren, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 2569 + $signature: 1195 }; A.TabularLegendContentBuilder.prototype = { $eq(_, o) { @@ -207215,7 +210818,7 @@ call$1(d) { this.legend.onLegendEntryTapUp$1(this.legendEntry); }, - $signature: 110 + $signature: 113 }; A.TabularLegendLayout.prototype = { build$2(context, legendEntries) { @@ -207284,25 +210887,25 @@ t1.toString; return new A.Padding(t1, entry, null); }, - $signature: 2573 + $signature: 1290 }; A.TabularLegendLayout__buildTableFromRows_closure.prototype = { call$1(r) { return r.children.length; }, - $signature: 2575 + $signature: 1292 }; A.TabularLegendLayout__buildTableFromRows_closure0.prototype = { call$2(max, current) { return current > max ? current : max; }, - $signature: 545 + $signature: 520 }; A.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1(_) { return this.padWidget; }, - $signature: 2576 + $signature: 1296 }; A.SeriesLegend.prototype = { createCommonBehavior$0() { @@ -207634,7 +211237,7 @@ t2 = t1.createCommonChart$1(_this.__ChartContainerRenderObject__chartState_A); _this._chart_container$_chart = t2; t3 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t3 = t3 == null ? null : t3.textScaleFactor; + t3 = t3 == null ? null : t3.get$textScaler().textScaleFactor; if (t3 == null) t3 = 1; t4 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextStyle); @@ -207793,7 +211396,7 @@ t5 = t5.get$width(t5).toDouble$0(0); t6 = node.get$boundingBox(node); t6 = t6.get$height(t6).toDouble$0(0); - nodes.push(new A.CustomPainterSemantics(new A.Rect(t3, t4, t3.$add(0, t5), t4.$add(0, t6)), new A.SemanticsProperties(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, node.get$label(node), _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, node.get$onFocus(node), _null, _null, _null))); + nodes.push(new A.CustomPainterSemantics(new A.Rect(t3, t4, t3.$add(0, t5), t4.$add(0, t6)), new A.SemanticsProperties(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, node.get$label(node), _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, node.get$onFocus(node), _null, _null, _null))); } return nodes; } @@ -207884,7 +211487,7 @@ t1.toString; return A.getChartContainerRenderObject(type$.RenderBox._as(t1)); }, - $signature: 2647 + $signature: 1362 }; A.ChartGestureDetector_onTapDown_closure.prototype = { call$0() { @@ -207914,7 +211517,7 @@ A.SymbolRendererCanvas.prototype = {}; A._SymbolCustomPaint.prototype = { paint$2(canvas, size) { - var commonColor, _this = this, + var commonColor, t2, _this = this, bounds = A.Rectangle$(0, 0, B.JSNumber_methods.toInt$0(size._dx), B.JSNumber_methods.toInt$0(size._dy), type$.num), t1 = _this.color; if (t1 == null) @@ -207924,7 +211527,9 @@ commonColor = new A.Color0(t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255, t1 >>> 24 & 255, null, null); } t1 = _this.context; - A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_3); + t2 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_3); + if (t2 != null) + t2.get$textScaler(); t1.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextStyle); _this.symbolRenderer.paint$5$dashPattern$fillColor$strokeColor(new A.ChartCanvas(canvas, $.$get$_renderer().createPaint$0()), bounds, _this.dashPattern, commonColor, commonColor); }, @@ -207985,12 +211590,12 @@ t1 = _null; } t4 = t3 ? _null : t2.fontFamily; - t1 = A.TextPainter$(_null, _null, _null, _null, A.TextSpan$(_null, _null, A.TextStyle$(_null, _null, color, _null, _null, _null, _null, _null, t4, _null, _null, t1, _null, _null, _null, _null, t3 ? _null : t2.lineHeight, true, _null, _null, _null, _null, _null, _null, _null, _null), _this.text), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0); + t1 = A.TextPainter$(_null, _null, _null, _null, A.TextSpan$(_null, _null, A.TextStyle$(_null, _null, color, _null, _null, _null, _null, _null, t4, _null, _null, t1, _null, _null, _null, _null, t3 ? _null : t2.lineHeight, true, _null, _null, _null, _null, _null, _null, _null, _null), _this.text), B.TextAlign_4, _null, _null, B._LinearTextScaler_1, B.TextWidthBasis_0); t1.set$textDirection(B.TextDirection_1); t1.set$textAlign(0, B.TextAlign_0); t1.set$ellipsis(_this._maxWidthStrategy === B.MaxWidthStrategy_1 ? "\u2026" : _null); _this.__TextElement__textPainter_A = t1; - t1.set$textScaleFactor(_this.textScaleFactor); + t1.set$textScaler(new A._LinearTextScaler(_this.textScaleFactor)); t1 = _this.__TextElement__textPainter_A; t2 = _this._text_element$_maxWidth; if (t2 == null) @@ -208000,7 +211605,7 @@ t1 = _this.__TextElement__textPainter_A._layoutCache; t2 = t1.contentWidth; t1 = t1.layout._paragraph; - _this.__TextElement__measurement_A = new A.TextMeasurement(t2, Math.ceil(t1.get$height(t1)) * 0.7); + _this.__TextElement__measurement_A = new A.TextMeasurement(t2, t1.get$height(t1) * 0.7); _this._painterReady = true; }, $isTextElement2: 1 @@ -208046,7 +211651,7 @@ call$1(child) { return child instanceof A.RenderSemanticsGestureHandler; }, - $signature: 762 + $signature: 835 }; A.WidgetLayoutDelegate.prototype = { performLayout$1(size) { @@ -208198,7 +211803,6 @@ return "_HorizontalJustification." + this._core$_name; } }; - A.Clock.prototype = {}; A.CanonicalizedMap.prototype = { $index(_, key) { var pair, _this = this; @@ -208558,16 +212162,111 @@ } return t1; }, + add$1(_, element) { + var t1, t2, newCapacity, newQueue, _this = this; + ++_this._priority_queue$_modificationCount; + t1 = _this._priority_queue$_length; + t2 = _this._priority_queue$_queue.length; + if (t1 === t2) { + newCapacity = t2 * 2 + 1; + if (newCapacity < 7) + newCapacity = 7; + newQueue = A.List_List$filled(newCapacity, null, false, _this.$ti._eval$1("1?")); + B.JSArray_methods.setRange$3(newQueue, 0, _this._priority_queue$_length, _this._priority_queue$_queue); + _this._priority_queue$_queue = newQueue; + } + _this._bubbleUp$2(element, _this._priority_queue$_length++); + }, get$isEmpty(_) { return this._priority_queue$_length === 0; }, get$length(_) { return this._priority_queue$_length; }, + remove$1(_, element) { + var last, _this = this, + index = _this._locate$1(element); + if (index < 0) + return false; + ++_this._priority_queue$_modificationCount; + last = _this._removeLast$0(); + if (index < _this._priority_queue$_length) + if (_this.comparison.call$2(last, element) <= 0) + _this._bubbleUp$2(last, index); + else + _this._bubbleDown$2(last, index); + return true; + }, + _toUnorderedList$0() { + var i, t3, + t1 = this.$ti, + t2 = A._setArrayType([], t1._eval$1("JSArray<1>")); + for (t1 = t1._precomputed1, i = 0; i < this._priority_queue$_length; ++i) { + t3 = this._priority_queue$_queue[i]; + if (t3 == null) { + t1._as(null); + t3 = null; + } + t2.push(t3); + } + return t2; + }, toString$0(_) { var t1 = this._priority_queue$_queue; return A.Iterable_iterableToShortString(A.SubListIterable$(t1, 0, A.checkNotNullable(this._priority_queue$_length, "count", type$.int), A._arrayInstanceType(t1)._precomputed1), "(", ")"); }, + _priority_queue$_add$1(_, element) { + var newCapacity, newQueue, _this = this, + t1 = _this._priority_queue$_length, + t2 = _this._priority_queue$_queue.length; + if (t1 === t2) { + newCapacity = t2 * 2 + 1; + if (newCapacity < 7) + newCapacity = 7; + newQueue = A.List_List$filled(newCapacity, null, false, _this.$ti._eval$1("1?")); + B.JSArray_methods.setRange$3(newQueue, 0, _this._priority_queue$_length, _this._priority_queue$_queue); + _this._priority_queue$_queue = newQueue; + } + _this._bubbleUp$2(element, _this._priority_queue$_length++); + }, + _locate$1(object) { + var t1, position, index, element, comp, leftChildPosition, t2, _this = this; + if (_this._priority_queue$_length === 0) + return -1; + t1 = _this.comparison; + position = 1; + do + c$0: { + index = position - 1; + element = _this._elementAt$1(index); + comp = t1.call$2(element, object); + if (comp <= 0) { + if (comp === 0 && J.$eq$(element, object)) + return index; + leftChildPosition = position * 2; + if (leftChildPosition <= _this._priority_queue$_length) { + position = leftChildPosition; + break c$0; + } + } + t2 = _this._priority_queue$_length; + do { + for (; (position & 1) === 1;) + position = position >>> 1; + ++position; + } while (position > t2); + } + while (position !== 1); + return -1; + }, + _removeLast$0() { + var _this = this, + newLength = _this._priority_queue$_length - 1, + last = _this._elementAt$1(newLength); + _this._priority_queue$_queue[newLength] = null; + _this._priority_queue$_length = newLength; + return last; + }, _bubbleUp$2(element, index) { var t1, t2, parentIndex, $parent, _this = this; for (t1 = _this.comparison, t2 = _this.$ti._precomputed1; index > 0; index = parentIndex) { @@ -208632,7 +212331,7 @@ A.XFile.prototype = { get$_blob() { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Blob), + $async$completer = A._makeAsyncAwaitCompleter(type$.JavaScriptObject), $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, request, e, exception, t1, $async$exception, $async$temp1; var $async$get$_blob = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { @@ -208650,11 +212349,12 @@ $async$goto = 1; break; } - t1 = window.navigator.vendor; - t1.toString; - if (t1 === "Apple Computer, Inc.") { + if (J.$eq$(self.window.navigator.vendor, "Apple Computer, Inc.")) { t1 = $async$self._html0$_length; - t1 = t1 != null && t1 >= 4294967296; + if (t1 != null) + t1 = t1 >= 4294967296; + else + t1 = false; } else t1 = false; if (t1) @@ -208678,11 +212378,9 @@ $async$handler = 3; $async$exception = $async$currentError; t1 = A.unwrapException($async$exception); - if (type$.ProgressEvent._is(t1)) { + if (type$.JavaScriptObject._is(t1)) { e = t1; - t1 = e.type; - t1.toString; - if (t1 === "error") + if (J.$eq$(e.type, "error")) throw A.wrapException(A.Exception_Exception("Could not load Blob from its URL. Has it been revoked?")); throw $async$exception; } else @@ -208697,7 +212395,7 @@ break; case 6: // after finally - t1 = type$.nullable_Blob._as(A._convertNativeToDart_XHR_Response(request._readLocal$0().response)); + t1 = type$.nullable_JavaScriptObject._as(request._readLocal$0().response); $async$self._browserBlob = t1; t1.toString; $async$returnValue = t1; @@ -208748,19 +212446,24 @@ case 0: // Function start t1 = $async$self._html0$_length; - $async$goto = t1 == null ? 3 : 4; + $async$goto = t1 == null ? 3 : 5; break; case 3: // then - $async$goto = 5; + $async$goto = 6; return A._asyncAwait($async$self.get$_blob(), $async$length$0); - case 5: + case 6: // returning from await. - t1 = $async$result.size; - t1.toString; + $async$result = $async$result.size; + // goto join + $async$goto = 4; + break; + case 5: + // else + $async$result = t1; case 4: // join - $async$returnValue = t1; + $async$returnValue = $async$result; // goto return $async$goto = 1; break; @@ -208785,14 +212488,15 @@ switch ($async$goto) { case 0: // Function start - reader = new FileReader(); + reader = new self.FileReader(); reader.readAsArrayBuffer(blob); - t1 = new A._EventStream(reader, "loadend", false, type$._EventStream_ProgressEvent); + t1 = new A._EventStream0(reader, "loadend", false, type$._EventStream_JavaScriptObject); $async$goto = 3; return A._asyncAwait(t1.get$first(t1), $async$_blobToByteBuffer$1); case 3: // returning from await. - result = type$.nullable_Uint8List._as(B.FileReader_methods.get$result(reader)); + t1 = type$.nullable_ByteBuffer._as(reader.result); + result = t1 == null ? null : J.asUint8List$0$x(t1); if (result == null) throw A.wrapException(A.Exception_Exception("Cannot read bytes from Blob. Is it still available?")); $async$returnValue = result; @@ -210177,13 +213881,13 @@ this.$this.channel._invokeMethod$1$3$arguments$missingOk("performOperation_web", A.List_List$of(new A.MappedListIterable(t1, new A.DesktopDropWeb__registerEvents__closure(), t2), true, t2._eval$1("ListIterable.E")), false, type$.dynamic); } }, - $signature: 410 + $signature: 416 }; A.DesktopDropWeb__registerEvents__closure.prototype = { call$1(e) { return e.toJson$0(); }, - $signature: 2683 + $signature: 1408 }; A.DesktopDropWeb__registerEvents_closure0.prototype = { call$1($event) { @@ -210195,7 +213899,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("entered", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 410 + $signature: 416 }; A.DesktopDropWeb__registerEvents_closure1.prototype = { call$1($event) { @@ -210207,7 +213911,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("updated", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 410 + $signature: 416 }; A.DesktopDropWeb__registerEvents_closure2.prototype = { call$1($event) { @@ -210219,7 +213923,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("exited", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 410 + $signature: 416 }; A.DesktopDrop.prototype = { init$0() { @@ -210367,14 +214071,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 409 + $signature: 441 }; A.DesktopDrop__handleMethodChannel_closure.prototype = { call$1(e) { var _null = null; return A.XFile$(e, _null, _null, _null, _null); }, - $signature: 808 + $signature: 834 }; A.DesktopDrop__handleMethodChannel_closure0.prototype = { call$1(e) { @@ -210392,33 +214096,33 @@ } return ""; }, - $signature: 30 + $signature: 31 }; A.DesktopDrop__handleMethodChannel_closure1.prototype = { call$1(e) { return e.length !== 0; }, - $signature: 12 + $signature: 11 }; A.DesktopDrop__handleMethodChannel_closure2.prototype = { call$1(e) { var _null = null; return A.XFile$(e, _null, _null, _null, _null); }, - $signature: 808 + $signature: 834 }; A.DesktopDrop__handleMethodChannel_closure3.prototype = { call$1(e) { var t1 = J.cast$2$0$ax(e, type$.String, type$.dynamic); return new A.WebDropItem(t1.$index(0, "uri"), t1.$index(0, "name"), t1.$index(0, "type"), t1.$index(0, "size"), t1.$index(0, "relativePath"), A.DateTime$fromMillisecondsSinceEpoch(t1.$index(0, "lastModified"), false)); }, - $signature: 2697 + $signature: 1440 }; A.DesktopDrop__handleMethodChannel_closure4.prototype = { call$1(e) { return A.XFile$(e.uri, e.lastModified, e.size, e.type, e.name); }, - $signature: 2700 + $signature: 1441 }; A.WebDropItem.prototype = { toJson$0() { @@ -210528,702 +214232,6 @@ }; A.DeviceInfoPlusWebPlugin.prototype = {}; A.DeviceInfoPlatform.prototype = {}; - A.Clock0.prototype = {}; - A._RealtimeClock.prototype = {}; - A.MemoryDirectory.prototype = { - get$expectedType() { - return B.FileSystemEntityType_1; - }, - existsSync$0() { - this.fileSystem.opHandle.call$2(this.path, B.FileSystemOp_6); - var t1 = this.get$backingOrNull(); - return (t1 == null ? null : t1.get$stat(t1).type) === B.FileSystemEntityType_1; - }, - createSync$0() { - var node, - t1 = this.path; - this.fileSystem.opHandle.call$2(t1, B.FileSystemOp_3); - node = this.internalCreateSync$3$createChild$followTailLink$visitLinks(new A.MemoryDirectory_createSync_closure(false), true, true); - if ((node == null ? null : node.get$type(node)) !== B.FileSystemEntityType_1) - throw A.wrapException(A.notADirectory(t1)); - }, - createTemp$1(prefix) { - return this.createTemp$body$MemoryDirectory(prefix); - }, - createTemp$body$MemoryDirectory(prefix) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Directory), - $async$returnValue, $async$self = this; - var $async$createTemp$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$returnValue = $async$self.createTempSync$1(prefix); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$createTemp$1, $async$completer); - }, - createTempSync$1(prefix) { - var t3, _tempCounter, $name, tempDir, _box_0 = {}, - t1 = this.fileSystem, - t2 = t1._memory_file_system$_context, - fullPath = t2.join$2(0, this.path, prefix + "rand"), - dirname = t2.dirname$1(fullPath), - basename = A.ParsedPath_ParsedPath$parse(fullPath, t2.style).get$basename(), - node = type$.nullable_DirectoryNode._as(t1.findNode$1(dirname)); - if (node == null) - A.throwExpression(A.noSuchFileOrDirectory(A._asString(new A.MemoryDirectory_createTempSync_closure(dirname).call$0()))); - node.toString; - A.checkIsDir(node, new A.MemoryDirectory_createTempSync_closure0(dirname)); - t3 = $.$get$_systemTempCounter(); - A.Expando__checkType(t1); - _tempCounter = t3._jsWeakMap.get(t1); - _box_0._tempCounter = _tempCounter == null ? 0 : _tempCounter; - $name = new A.MemoryDirectory_createTempSync_name(_box_0, basename); - for (t3 = node.children; t3.containsKey$1(0, $name.call$0());) - ++_box_0._tempCounter; - $.$get$_systemTempCounter().$indexSet(0, t1, _box_0._tempCounter); - tempDir = A.DirectoryNode$(node); - t3.$indexSet(0, $name.call$0(), tempDir); - t1 = new A.MemoryDirectory(t1, t2.join$2(0, dirname, $name.call$0())); - t1.createSync$0(); - return t1; - }, - toString$0(_) { - return "MemoryDirectory: '" + this.path + "'"; - }, - $isDirectory: 1, - $isDirectory0: 1 - }; - A.MemoryDirectory_createSync_closure.prototype = { - call$2($parent, isFinalSegment) { - if (this.recursive || isFinalSegment) - return A.DirectoryNode$($parent); - return null; - }, - $signature: 2707 - }; - A.MemoryDirectory_createTempSync_closure.prototype = { - call$0() { - return this.dirname; - }, - $signature: 45 - }; - A.MemoryDirectory_createTempSync_closure0.prototype = { - call$0() { - return this.dirname; - }, - $signature: 45 - }; - A.MemoryDirectory_createTempSync_name.prototype = { - call$0() { - return this.basename + this._box_0._tempCounter; - }, - $signature: 45 - }; - A._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin.prototype = {}; - A.MemoryFile.prototype = { - get$_resolvedBackingOrCreate() { - var t1, _this = this, - node = _this.get$backingOrNull(); - if (node == null) - node = _this._doCreate$0(); - else { - t1 = node.get$type(node); - if (t1 === B.FileSystemEntityType_2) - node = A.resolveLinks(type$.LinkNode._as(node), new A.MemoryFile__resolvedBackingOrCreate_closure(_this), null, null); - A.checkType(B.FileSystemEntityType_0, node.get$type(node), new A.MemoryFile__resolvedBackingOrCreate_closure0(_this)); - } - return type$.FileNode._as(node); - }, - get$expectedType() { - return B.FileSystemEntityType_0; - }, - existsSync$0() { - this.fileSystem.opHandle.call$2(this.path, B.FileSystemOp_6); - var t1 = this.get$backingOrNull(); - return (t1 == null ? null : t1.get$stat(t1).type) === B.FileSystemEntityType_0; - }, - _doCreate$1$recursive(recursive) { - var node = this.internalCreateSync$2$createChild$followTailLink(new A.MemoryFile__doCreate_closure(false), true); - if ((node == null ? null : node.get$type(node)) !== B.FileSystemEntityType_0) - throw A.wrapException(A.isADirectory(this.path)); - return node; - }, - _doCreate$0() { - return this._doCreate$1$recursive(false); - }, - length$0(_) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.int), - $async$returnValue, $async$self = this; - var $async$length$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$returnValue = type$.FileNode._as($async$self.get$resolvedBacking())._node0$_content.length; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$length$0, $async$completer); - }, - readAsBytes$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Uint8List), - $async$returnValue, $async$self = this; - var $async$readAsBytes$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$self.fileSystem.opHandle.call$2($async$self.path, B.FileSystemOp_0); - $async$returnValue = new Uint8Array(A._ensureNativeList(type$.FileNode._as($async$self.get$resolvedBacking())._node0$_content)); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$readAsBytes$0, $async$completer); - }, - toString$0(_) { - return "MemoryFile: '" + this.path + "'"; - }, - $isFile0: 1, - $isFile1: 1 - }; - A.MemoryFile__resolvedBackingOrCreate_closure.prototype = { - call$0() { - return this.$this.path; - }, - $signature: 45 - }; - A.MemoryFile__resolvedBackingOrCreate_closure0.prototype = { - call$0() { - return this.$this.path; - }, - $signature: 45 - }; - A.MemoryFile__doCreate_closure.prototype = { - call$2($parent, isFinalSegment) { - var t1; - if (isFinalSegment) { - t1 = new A.FileNode(new Uint8Array(0), $parent); - t1.RealNode$1($parent); - return t1; - } - return null; - }, - $signature: 2708 - }; - A._FileSink.prototype = { - get$isStreaming() { - var t1 = this._streamCompleter; - t1 = t1 == null ? null : (t1.future._state & 30) !== 0; - return t1 === false; - }, - add$1(_, data) { - if (this.get$isStreaming()) - A.throwExpression(A.StateError$("StreamSink is bound to a stream")); - if (this._memory_file$_isClosed) - throw A.wrapException(A.StateError$("StreamSink is closed")); - this._addData$1(data); - }, - addError$2(error, stackTrace) { - if (this.get$isStreaming()) - A.throwExpression(A.StateError$("StreamSink is bound to a stream")); - this._memory_file$_completer.completeError$2(error, stackTrace); - }, - addStream$1(_, stream) { - var t1, _this = this; - if (_this.get$isStreaming()) - A.throwExpression(A.StateError$("StreamSink is bound to a stream")); - _this._streamCompleter = new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_void), type$._AsyncCompleter_void); - t1 = new A._FileSink_addStream_finish(_this); - stream.listen$4$cancelOnError$onDone$onError(0, new A._FileSink_addStream_closure(_this), true, t1, new A._FileSink_addStream_closure0(_this, t1)); - return _this._streamCompleter.future; - }, - close$0(_) { - var _this = this; - if (_this.get$isStreaming()) - A.throwExpression(A.StateError$("StreamSink is bound to a stream")); - if (!_this._memory_file$_isClosed) { - _this._memory_file$_isClosed = true; - _this._pendingWrites.then$1$2$onError(0, new A._FileSink_close_closure(_this), new A._FileSink_close_closure0(_this), type$.void); - } - return _this._memory_file$_completer.future; - }, - _addData$1(data) { - this._pendingWrites = this._pendingWrites.then$1$1(0, new A._FileSink__addData_closure(data), type$.FileNode); - }, - $isEventSink: 1 - }; - A._FileSink__FileSink$fromFile_closure.prototype = { - call$0() { - var t2, t3, - t1 = this._box_0.deferredException; - if (t1 != null) - throw A.wrapException(t1); - t1 = this.node; - t2 = t1._readLocal$0(); - t3 = this.mode; - if (t3 === B.FileMode_1 || t3 === B.FileMode_3) - t2._node0$_content = new Uint8Array(0); - return t1._readLocal$0(); - }, - $signature: 2727 - }; - A._FileSink_addStream_finish.prototype = { - call$0() { - var t1 = this.$this; - t1._streamCompleter.complete$0(0); - t1._streamCompleter = null; - }, - $signature: 0 - }; - A._FileSink_addStream_closure.prototype = { - call$1(data) { - return this.$this._addData$1(data); - }, - $signature: 865 - }; - A._FileSink_addStream_closure0.prototype = { - call$2(error, stackTrace) { - this.$this._memory_file$_completer.completeError$2(error, stackTrace); - this.finish.call$0(); - }, - $signature: 157 - }; - A._FileSink_close_closure.prototype = { - call$1(_) { - return this.$this._memory_file$_completer.complete$0(0); - }, - $signature: 2739 - }; - A._FileSink_close_closure0.prototype = { - call$2(error, stackTrace) { - return this.$this._memory_file$_completer.completeError$2(error, stackTrace); - }, - $signature: 136 - }; - A._FileSink__addData_closure.prototype = { - call$1(node) { - node.write$1(0, this.data); - return node; - }, - $signature: 2775 - }; - A.MemoryFileStat.prototype = {}; - A._MemoryFileSystem.prototype = { - directory$1(_, path) { - return new A.MemoryDirectory(this, this.getPath$1(path)); - }, - findNode$4$followTailLink$segmentVisitor$visitLinks(path, followTailLink, segmentVisitor, visitLinks) { - var reference, parts, directory, finalSegment, t2, t3, t4, t5, child, i, basename, t6, t7, _this = this, _null = null, - t1 = _this._memory_file_system$_context; - if (t1.style.rootLength$1(path) > 0) { - reference = _this._memory_file_system$_root; - path = B.JSString_methods.substring$1(path, 0); - } else { - t1 = t1._context$_current; - reference = type$.DirectoryNode._as(_this.findNode$1(t1 == null ? A.current() : t1)); - } - $.$get$Style_posix(); - parts = A._setArrayType(path.split("/"), type$.JSArray_String); - if (!!parts.fixed$length) - A.throwExpression(A.UnsupportedError$("removeWhere")); - B.JSArray_methods._removeWhere$2(parts, A.utils0__isEmpty$closure(), true); - directory = reference == null ? _null : reference; - finalSegment = parts.length - 1; - for (t1 = segmentVisitor == null, t2 = !t1, t3 = type$.LinkNode, t4 = !visitLinks, t5 = type$.DirectoryNode, child = directory, i = 0; i <= finalSegment; ++i) { - basename = parts[i]; - switch (basename) { - case ".": - child = directory; - break; - case "..": - t6 = directory == null; - child = t6 ? _null : directory.get$parent(directory); - directory = t6 ? _null : directory.get$parent(directory); - break; - default: - child = directory == null ? _null : directory.children.$index(0, basename); - } - t6 = new A._MemoryFileSystem_findNode_subpath(_this, parts, i); - if ((child == null ? _null : child.get$type(child)) === B.FileSystemEntityType_2) - t7 = i < finalSegment || followTailLink; - else - t7 = false; - if (t7) - if (!t4 || t1) { - if (t2) { - directory.toString; - child = segmentVisitor.call$5(directory, basename, child, i, finalSegment); - } - child = A.resolveLinks(t3._as(child), t6, _null, _null); - } else - child = A.resolveLinks(t3._as(child), t6, _null, new A._MemoryFileSystem_findNode_closure(segmentVisitor, i, finalSegment)); - else if (t2) { - directory.toString; - child = segmentVisitor.call$5(directory, basename, child, i, finalSegment); - } - if (i < finalSegment) { - if (child == null) - A.throwExpression(A.noSuchFileOrDirectory(A._asString(t6.call$0()))); - t7 = child.get$type(child); - if (t7 !== B.FileSystemEntityType_1) - A.throwExpression(A.notADirectory(A._asString(t6.call$0()))); - t5._as(child); - directory = child; - } - } - return child; - }, - findNode$1(path) { - return this.findNode$4$followTailLink$segmentVisitor$visitLinks(path, false, null, false); - } - }; - A._MemoryFileSystem_findNode_subpath.prototype = { - call$0() { - return B.JSArray_methods.join$1(B.JSArray_methods.sublist$2(this.parts, 0, this.i + 1), this.$this._memory_file_system$_context.style.get$separator()); - }, - $signature: 45 - }; - A._MemoryFileSystem_findNode_closure.prototype = { - call$3($parent, childName, child) { - return this.segmentVisitor.call$5($parent, childName, child, this.i, this.finalSegment); - }, - $signature: 902 - }; - A.MemoryFileSystemEntity.prototype = { - get$backingOrNull() { - var t1, exception; - try { - t1 = this.fileSystem.findNode$1(this.path); - return t1; - } catch (exception) { - if (A.unwrapException(exception) instanceof A.FileSystemException) - return null; - else - throw exception; - } - }, - get$backing() { - var node = this.fileSystem.findNode$1(this.path); - if (node == null) - A.throwExpression(A.noSuchFileOrDirectory(A._asString(new A.MemoryFileSystemEntity_backing_closure(this).call$0()))); - node.toString; - return node; - }, - get$resolvedBacking() { - var _this = this, - node = _this.get$backing(), - t1 = node.get$type(node); - if (t1 === B.FileSystemEntityType_2) - node = A.resolveLinks(type$.LinkNode._as(node), new A.MemoryFileSystemEntity_resolvedBacking_closure(_this), null, null); - A.checkType(_this.get$expectedType(), node.get$type(node), new A.MemoryFileSystemEntity_resolvedBacking_closure0(_this)); - return node; - }, - defaultCheckType$1(node) { - A.checkType(this.get$expectedType(), node.get$stat(node).type, new A.MemoryFileSystemEntity_defaultCheckType_closure(this)); - }, - exists$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$self = this; - var $async$exists$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$returnValue = $async$self.existsSync$0(); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$exists$0, $async$completer); - }, - delete$0(_) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.FileSystemEntity), - $async$returnValue, $async$self = this; - var $async$delete$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$self.deleteSync$1$recursive(0, false); - $async$returnValue = $async$self; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$delete$0, $async$completer); - }, - deleteSync$1$recursive(_, recursive) { - return this.internalDeleteSync$1$recursive(false); - }, - internalCreateSync$3$createChild$followTailLink$visitLinks(createChild, followTailLink, visitLinks) { - return this.fileSystem.findNode$4$followTailLink$segmentVisitor$visitLinks(this.path, true, new A.MemoryFileSystemEntity_internalCreateSync_closure(createChild), visitLinks); - }, - internalCreateSync$2$createChild$followTailLink(createChild, followTailLink) { - return this.internalCreateSync$3$createChild$followTailLink$visitLinks(createChild, followTailLink, false); - }, - internalDeleteSync$2$checkType$recursive(checkType, recursive) { - var node, _this = this, - t1 = _this.fileSystem, - t2 = _this.path; - t1.opHandle.call$2(t2, B.FileSystemOp_2); - node = _this.get$backing(); - if (node instanceof A.DirectoryNode && node.children.__js_helper$_length !== 0) - throw A.wrapException(A._fsException(t2, "Directory not empty", A.ErrorCodes_ENOTEMPTY())); - (checkType == null ? _this.get$defaultCheckType() : checkType).call$1(node); - node.get$parent(node).children.remove$1(0, A.ParsedPath_ParsedPath$parse(t2, t1._memory_file_system$_context.style).get$basename()); - }, - internalDeleteSync$1$recursive(recursive) { - return this.internalDeleteSync$2$checkType$recursive(null, recursive); - }, - $isFileSystemEntity: 1, - $isFileSystemEntity0: 1, - get$path(receiver) { - return this.path; - } - }; - A.MemoryFileSystemEntity_backing_closure.prototype = { - call$0() { - return this.$this.path; - }, - $signature: 45 - }; - A.MemoryFileSystemEntity_resolvedBacking_closure.prototype = { - call$0() { - return this.$this.path; - }, - $signature: 45 - }; - A.MemoryFileSystemEntity_resolvedBacking_closure0.prototype = { - call$0() { - return this.$this.path; - }, - $signature: 45 - }; - A.MemoryFileSystemEntity_defaultCheckType_closure.prototype = { - call$0() { - return this.$this.path; - }, - $signature: 45 - }; - A.MemoryFileSystemEntity_internalCreateSync_closure.prototype = { - call$5($parent, childName, child, currentSegment, finalSegment) { - if (child == null) { - child = this.createChild.call$2($parent, currentSegment === finalSegment); - if (child != null) - $parent.children.$indexSet(0, childName, child); - } - return child; - }, - $signature: 2799 - }; - A.Node2.prototype = { - Node$1(_parent) { - if (this._node0$_parent == null && !this.get$isRoot()) - throw A.wrapException(B.FileSystemException_sV6); - }, - get$parent(_) { - var t1 = this._node0$_parent; - t1.toString; - return t1; - }, - get$isRoot() { - return false; - } - }; - A.RealNode.prototype = { - RealNode$1($parent) { - var _this = this; - _this.get$clock(); - _this.__RealNode_accessed_A = _this.__RealNode_modified_A = _this.__RealNode_changed_A = Date.now(); - }, - get$clock() { - return this.get$parent(this).get$clock(); - }, - get$stat(_) { - var _this = this, - t1 = _this.__RealNode_changed_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - A.DateTime$fromMillisecondsSinceEpoch(t1, false); - t1 = _this.__RealNode_modified_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - A.DateTime$fromMillisecondsSinceEpoch(t1, false); - t1 = _this.__RealNode_accessed_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - A.DateTime$fromMillisecondsSinceEpoch(t1, false); - return new A.MemoryFileStat(_this.get$type(_this), _this.get$size(_this)); - } - }; - A.DirectoryNode.prototype = { - get$type(_) { - return B.FileSystemEntityType_1; - }, - get$size(_) { - return 0; - } - }; - A.RootNode.prototype = { - get$clock() { - return this.fs.clock; - }, - get$parent(_) { - return this; - }, - get$isRoot() { - return true; - } - }; - A.FileNode.prototype = { - get$type(_) { - return B.FileSystemEntityType_0; - }, - get$size(_) { - return this._node0$_content.length; - }, - write$1(_, bytes) { - var existing = this._node0$_content, - t1 = existing.length, - t2 = J.get$length$asx(bytes); - t2 = new Uint8Array(t1 + t2); - this._node0$_content = t2; - B.NativeUint8List_methods.setRange$3(t2, 0, t1, existing); - t2 = this._node0$_content; - B.NativeUint8List_methods.setRange$3(t2, t1, t2.length, bytes); - } - }; - A.FileSystemOp.prototype = { - toString$0(_) { - switch (this._operations$_value) { - case 0: - return "FileSystemOp.read"; - case 1: - return "FileSystemOp.write"; - case 2: - return "FileSystemOp.delete"; - case 3: - return "FileSystemOp.create"; - case 4: - return "FileSystemOp.open"; - case 5: - return "FileSystemOp.copy"; - case 6: - return "FileSystemOp.exists"; - default: - throw A.wrapException(A.StateError$("Invalid FileSytemOp type: " + this.toString$0(0))); - } - } - }; - A.FileSystemStyle.prototype = { - get$root(_) { - $.$get$Style_posix(); - return "/"; - } - }; - A._Posix.prototype = {}; - A.resolveLinks_closure.prototype = { - call$3($parent, childName, child) { - var t2, - t1 = this.tailVisitor; - if (t1 != null) { - child.get$type(child); - t2 = true; - } else - t2 = false; - return t2 ? t1.call$3($parent, childName, child) : child; - }, - $signature: 902 - }; - A.DirectoryAddOnsMixin.prototype = { - childFile$1(basename) { - var t1 = this.fileSystem; - return new A.MemoryFile(t1, t1.getPath$1(t1._memory_file_system$_context.join$2(0, this.path, basename))); - } - }; - A.ErrorCodes_EINVAL_closure.prototype = { - call$1(codes) { - return 22; - }, - $signature: 244 - }; - A.ErrorCodes_EISDIR_closure.prototype = { - call$1(codes) { - return 21; - }, - $signature: 244 - }; - A.ErrorCodes_ELOOP_closure.prototype = { - call$1(codes) { - return 40; - }, - $signature: 244 - }; - A.ErrorCodes_ENOENT_closure.prototype = { - call$1(codes) { - return 2; - }, - $signature: 244 - }; - A.ErrorCodes_ENOTDIR_closure.prototype = { - call$1(codes) { - return 20; - }, - $signature: 244 - }; - A.ErrorCodes_ENOTEMPTY_closure.prototype = { - call$1(codes) { - return 39; - }, - $signature: 244 - }; - A._LinuxCodes.prototype = {$is_Codes: 1}; - A.FileSystem0.prototype = { - getPath$1(path) { - if (typeof path == "string") - return path; - else - throw A.wrapException(A.ArgumentError$('Invalid type for "path": ' + A.S(path == null ? null : B.JSString_methods.get$runtimeType(path)), null)); - } - }; A.FilePickerWeb.prototype = { pickFiles$5$allowCompression$allowMultiple$allowedExtensions$type$withData(allowCompression, allowMultiple, allowedExtensions, type, withData) { return this.pickFiles$body$FilePickerWeb(true, allowMultiple, allowedExtensions, type, true); @@ -211327,19 +214335,19 @@ if (t1.length >= this.files.length) this.filesCompleter.complete$1(0, t1); }, - $signature: 2802 + $signature: 1489 }; A.FilePickerWeb_pickFiles_changeEventListener_closure.prototype = { call$1(e) { this.addPickedFile.call$4(this.file, null, A._asStringQ(B.FileReader_methods.get$result(this.reader)), null); }, - $signature: 436 + $signature: 513 }; A.FilePickerWeb_pickFiles_changeEventListener_closure0.prototype = { call$1(e) { this.addPickedFile.call$4(this.file, type$.nullable_Uint8List._as(B.FileReader_methods.get$result(this.reader)), null, null); }, - $signature: 436 + $signature: 513 }; A.FilePickerWeb_pickFiles_cancelledEventListener.prototype = { call$1(_) { @@ -211364,7 +214372,7 @@ call$2(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + next; }, - $signature: 581 + $signature: 536 }; A.FileType.prototype = { _enumToString$0() { @@ -211558,13 +214566,13 @@ call$1(path) { return B.JSString_methods.trim$0(path); }, - $signature: 30 + $signature: 31 }; A.FilePickerMacOS_resultStringToFilePaths_closure0.prototype = { call$1(path) { return path.length !== 0; }, - $signature: 12 + $signature: 11 }; A.FilePickerMacOS_resultStringToFilePaths_closure1.prototype = { call$1(path) { @@ -211575,13 +214583,13 @@ B.JSArray_methods.addAll$1(t1, B.JSArray_methods.sublist$1(pathElements, 1)); return B.JSArray_methods.join$1(t1, "/"); }, - $signature: 30 + $signature: 31 }; A.FilePickerMacOS_resultStringToFilePaths__closure.prototype = { call$1(e) { return e.length !== 0; }, - $signature: 12 + $signature: 11 }; A.FilePickerResult.prototype = { $eq(_, other) { @@ -211589,7 +214597,7 @@ return false; if (this === other) return true; - return other instanceof A.FilePickerResult && A.listEquals0(other.files, this.files); + return other instanceof A.FilePickerResult && A.listEquals(other.files, this.files); }, get$hashCode(_) { return J.get$hashCode$(this.files); @@ -211805,13 +214813,13 @@ call$1(ext) { return ext.toUpperCase(); }, - $signature: 30 + $signature: 31 }; A.KDialogHandler_resultStringToFilePaths_closure.prototype = { call$1(path) { return B.JSString_methods.startsWith$1(path, "/") ? path : "/" + path; }, - $signature: 30 + $signature: 31 }; A.QarmaAndZenityHandler.prototype = { generateCommandLineArguments$5$fileFilter$initialDirectory$multipleFiles$pickDirectory(dialogTitle, fileFilter, initialDirectory, multipleFiles, pickDirectory) { @@ -211854,7 +214862,7 @@ call$1(path) { return B.JSString_methods.startsWith$1(path, "/") ? path : "/" + path; }, - $signature: 30 + $signature: 31 }; A.PlatformFile.prototype = { $eq(_, other) { @@ -211886,7 +214894,7 @@ call$1(filePath) { return filePath.length !== 0; }, - $signature: 12 + $signature: 11 }; A.filePathsToPlatformFiles_closure0.prototype = { call$1(filePath) { @@ -211927,7 +214935,65 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2809 + $signature: 1546 + }; + A.Int32.prototype = { + _toInt$1(val) { + if (val instanceof A.Int32) + return val._i; + else if (A._isInt(val)) + return val; + throw A.wrapException(A.ArgumentError$value(val, "other", "Not an int, Int32 or Int64")); + }, + $add(_, other) { + var t1; + if (other instanceof A.Int64) + return A.Int64_Int64(this._i).$add(0, other); + t1 = this._i + this._toInt$1(other); + return new A.Int32((t1 & 2147483647) - ((t1 & 2147483648) >>> 0)); + }, + $sub(_, other) { + var t1; + if (other instanceof A.Int64) + return A.Int64_Int64(this._i).$sub(0, other); + t1 = this._i - this._toInt$1(other); + return new A.Int32((t1 & 2147483647) - ((t1 & 2147483648) >>> 0)); + }, + $mul(_, other) { + return A.Int64_Int64(this._i).$mul(0, other).toInt32$0(); + }, + $eq(_, other) { + if (other == null) + return false; + if (other instanceof A.Int32) + return this._i === other._i; + else if (other instanceof A.Int64) + return A.Int64_Int64(this._i).$eq(0, other); + else if (A._isInt(other)) + return this._i === other; + return false; + }, + compareTo$1(_, other) { + if (other instanceof A.Int64) + return A.Int64_Int64(this._i)._compareTo$1(other); + return B.JSInt_methods.compareTo$1(this._i, this._toInt$1(other)); + }, + $lt(_, other) { + return this._i < this._toInt$1(other); + }, + $gt(_, other) { + return this._i > this._toInt$1(other); + }, + $ge(_, other) { + return this._i >= this._toInt$1(other); + }, + get$hashCode(_) { + return this._i; + }, + toString$0(_) { + return B.JSInt_methods.toString$0(this._i); + }, + $isComparable: 1 }; A.Int64.prototype = { $add(_, other) { @@ -211997,7 +215063,7 @@ return false; o = A.Int64_Int64(other); } else - o = null; + o = other instanceof A.Int32 ? A.Int64_Int64(other._i) : null; if (o != null) return _this._l === o._l && _this._m === o._m && _this._h === o._h; return false; @@ -212043,6 +215109,10 @@ var t1 = this._m; return (((t1 & 1023) << 22 | this._l) ^ (this._h << 12 | t1 >>> 10 & 4095)) >>> 0; }, + toInt32$0() { + var t1 = (this._m & 1023) << 22 | this._l; + return new A.Int32((t1 & 2147483647) - ((t1 & 2147483648) >>> 0)); + }, toString$0(_) { var d00, d10, sign, d0 = this._l, @@ -213360,7 +216430,7 @@ t2 = _this._widget; t7 = t2.padding; t1 = A.DecoratedBox$(new A.Padding(t7, new A.Align(t2.alignment, 1, 1, A.DefaultTextStyle$(A.IconTheme$(t2.child, new A.IconThemeData(_null, _null, _null, _null, _null, foregroundColor, _null, _null), _null), _null, _null, B.TextOverflow_0, true, textStyle, _null, _null, B.TextWidthBasis_0), _null), _null), new A.BoxDecoration(t1, _null, _null, t11, _null, _null, B.BoxShape_0), B.DecorationPosition_0); - return A.MouseRegion$(A.GestureDetector$(B.HitTestBehavior_1, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A.ConstrainedBox(new A.BoxConstraints(t9, 1 / 0, t9, 1 / 0), new A.FadeTransition(t10, false, t1, _null), _null), _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t8, t6, t4, t5, _null, _null, _null, false, B.Offset_O5r), t3, _null, _null, _null, _null, _null); + return A.MouseRegion$(A.GestureDetector$(B.HitTestBehavior_1, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A.ConstrainedBox(new A.BoxConstraints(t9, 1 / 0, t9, 1 / 0), new A.FadeTransition(t10, false, t1, _null), _null), _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t8, t6, t4, t5, _null, _null, _null, false, B.Offset_O5r), t3, _null, _null, _null, _null, _null); } }; A._CupertinoButtonState__animate_closure.prototype = { @@ -213369,7 +216439,7 @@ if (t1._framework$_element != null && this.wasHeldDown !== t1._buttonHeldDown) t1._animate$0(0); }, - $signature: 103 + $signature: 111 }; A.__CupertinoButtonState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -213451,7 +216521,7 @@ t4.set$shape(0, new A.RoundedRectangleBorder(t5, B.BorderSide_8xm)); t4.set$side(_this._widget.side); t1 = _this.buildToggleable$5$autofocus$focusNode$onFocusChange$painter$size(false, t1, _this.get$onFocusChange(), t4, B.Size_44_44); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t2 === true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t2 === true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); } }; A._CheckboxPainter0.prototype = { @@ -213593,7 +216663,7 @@ inheritedTheme = context.dependOnInheritedWidgetOfExactType$1$0(type$._InheritedCupertinoTheme); t1 = inheritedTheme == null ? _null : inheritedTheme.theme.data.get$brightness(); if (t1 == null) { - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_5); t1 = t1 == null ? _null : t1.platformBrightness; brightness = t1; } else @@ -213603,7 +216673,7 @@ } else brightness = B.Brightness_1; if (_this.get$_isHighContrastDependent()) { - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_12); + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_13); t1 = t1 == null ? _null : t1.highContrast; isHighContrastEnabled = t1 === true; } else @@ -213674,7 +216744,7 @@ var marker = color.$eq(0, this.$this._effectiveColor) ? "*" : ""; return marker + $name + " = " + color.toString$0(0) + marker; }, - $signature: 3056 + $signature: 1640 }; A._CupertinoDynamicColor_Color_Diagnosticable.prototype = {}; A._CupertinoDesktopTextSelectionHandleControls.prototype = {}; @@ -213693,7 +216763,7 @@ A.CupertinoDesktopTextSelectionToolbar.prototype = { build$1(context) { var _null = null, - paddingAbove = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, type$.MediaQuery).data.padding.top + 8, + paddingAbove = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, type$.MediaQuery).data.padding.top + 8, t1 = this.anchor.$sub(0, new A.Offset(8, paddingAbove)), t2 = A.Column$(this.children, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t3 = $.$get$_renderer().createBlurImageFilter$3$sigmaX$sigmaY$tileMode(20, 20, B.TileMode_0); @@ -213739,18 +216809,14 @@ return J.$eq$(resolvedColor, t1) ? this : this.copyWith$1$color(resolvedColor); }, copyWith$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(color, fill, grade, opacity, opticalSize, shadows, size, weight) { - var t7, _this = this, + var _this = this, t1 = size == null ? _this.size : size, t2 = fill == null ? _this.fill : fill, t3 = weight == null ? _this.weight : weight, t4 = grade == null ? _this.grade : grade, t5 = opticalSize == null ? _this.opticalSize : opticalSize, - t6 = color == null ? _this.color : color; - if (opacity == null) { - t7 = _this._opacity; - t7 = t7 == null ? null : A.clampDouble(t7, 0, 1); - } else - t7 = opacity; + t6 = color == null ? _this.color : color, + t7 = opacity == null ? _this.get$opacity(_this) : opacity; return A.CupertinoIconThemeData$(t6, t2, t4, t7, t5, shadows == null ? _this.shadows : shadows, t1, t3); }, copyWith$1$color(color) { @@ -213788,6 +216854,15 @@ get$selectAllButtonLabel() { return "Select All"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$searchWebButtonLabel() { + return "Search Web"; + }, + get$shareButtonLabel() { + return "Share..."; + }, $isCupertinoLocalizations: 1 }; A.CupertinoTextMagnifier.prototype = { @@ -213837,12 +216912,13 @@ this.super$State$didChangeDependencies(); }, _magnifier0$_determineMagnifierPositionAndFocalPoint$0() { - var verticalPositionOfLens, _this = this, - textEditingContext = _this._widget.magnifierInfo._change_notifier$_value, - verticalCenterOfCurrentLine = textEditingContext.caretRect.get$center()._dy, - t1 = textEditingContext.globalGesturePosition, - t2 = verticalCenterOfCurrentLine - t1._dy, - t3 = _this._widget; + var t2, t3, verticalPositionOfLens, _this = this, + t1 = _this._widget.magnifierInfo, + textEditingContext = t1.get$value(t1), + verticalCenterOfCurrentLine = textEditingContext.caretRect.get$center()._dy; + t1 = textEditingContext.globalGesturePosition; + t2 = verticalCenterOfCurrentLine - t1._dy; + t3 = _this._widget; t3.toString; if (t2 < -48) { if (t3.controller.get$shown()) @@ -213908,7 +216984,7 @@ t1 = t2.transform$1(0, t1.get$value(t1)); if (t1 == null) t1 = 1; - return A.Transform$translate(new A.RawMagnifier(null, A.MagnifierDecoration$(t1, B.List_cop, new A.RoundedRectangleBorder(B.BorderRadius_tLn5, B.BorderSide_2Vu)), focalPointOffset, 1, B.Size_6v8, null), t3); + return A.Transform$translate(new A.RawMagnifier(null, A.MagnifierDecoration$(t1, B.List_cop, new A.RoundedRectangleBorder(B.BorderRadius_tLn6, B.BorderSide_2Vu)), focalPointOffset, 1, B.Size_6v8, null), t3); } }; A.__CupertinoTextMagnifierState_State_SingleTickerProviderStateMixin.prototype = { @@ -214002,7 +217078,7 @@ _this._widget.toString; t2.set$checkmarkStyle(false); t2 = _this.buildToggleable$5$autofocus$focusNode$onFocusChange$painter$size(false, t1.focusNode, _this.get$onFocusChange(), t2, B.Size_18_18); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t1.value === t1.groupValue, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, accessibilitySelected, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t2, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t1.value === t1.groupValue, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, accessibilitySelected, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t2, _null); } }; A._RadioPainter0.prototype = { @@ -214081,7 +217157,7 @@ call$0() { return A.CupertinoRouteTransitionMixin__isPopGestureEnabled(this.route); }, - $signature: 19 + $signature: 18 }; A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0.prototype = { call$0() { @@ -214189,7 +217265,7 @@ t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; t2 = type$.MediaQuery; - dragAreaWidth = t1.textDirection === B.TextDirection_1 ? A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, t2).data.padding.left : A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, t2).data.padding.right; + dragAreaWidth = t1.textDirection === B.TextDirection_1 ? A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, t2).data.padding.left : A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, t2).data.padding.right; dragAreaWidth = Math.max(dragAreaWidth, 20); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_2, B.Clip_1, A._setArrayType([this._widget.child, new A.PositionedDirectional(0, 0, 0, dragAreaWidth, A.Listener$(B.HitTestBehavior_2, _null, _null, _null, this.get$_route$_handlePointerDown(), _null, _null, _null, _null, _null), _null)], type$.JSArray_Widget), _null); } @@ -214246,7 +217322,7 @@ t1.navigator.didStopUserGesture$0(); t1.controller.removeStatusListener$1(this.animationStatusCallback._readLocal$0()); }, - $signature: 43 + $signature: 47 }; A._CupertinoEdgeShadowDecoration.prototype = { lerpFrom$2(a, t) { @@ -214391,7 +217467,7 @@ t1.set$radius(t4); t4 = _this._framework$_element; t4.toString; - t1.set$padding(0, A.InheritedModel_inheritFrom(t4, B._MediaQueryAspect_5, type$.MediaQuery).data.padding); + t1.set$padding(0, A.InheritedModel_inheritFrom(t4, B._MediaQueryAspect_6, type$.MediaQuery).data.padding); t1.set$minLength(0, 36); t1.set$minOverscrollLength(8); t1.set$scrollbarOrientation(_this._widget.scrollbarOrientation); @@ -214456,7 +217532,7 @@ call$1(_) { return A.HapticFeedback_mediumImpact(); }, - $signature: 897 + $signature: 506 }; A.CupertinoSwitch.prototype = { createState$0() { @@ -214627,7 +217703,7 @@ this.setState$1(new A._CupertinoSwitchState__onShowFocusHighlight_closure(this, showHighlight)); }, build$1(context) { - var t1, activeColor, t2, value, result, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null; + var t1, activeColor, onOffLabelColors, t2, value, result, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null; A.CupertinoTheme_of(context); t1 = _this._widget.activeColor; if (t1 == null) @@ -214635,6 +217711,14 @@ activeColor = t1 == null ? B.CupertinoDynamicColor_gg4 : t1; if (activeColor instanceof A.CupertinoDynamicColor) activeColor = activeColor.resolveFrom$1(context); + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_14); + t1 = t1 == null ? _null : t1.onOffSwitchLabels; + if (t1 === true) { + _this._widget.toString; + t1 = B.CupertinoDynamicColor_8Ek.resolveFrom$1(context); + onOffLabelColors = new A._Record_2(B.Color_4294967295, t1); + } else + onOffLabelColors = _null; if (_this.needsPositionAnimation) _this._resumePositionAnimation$0(); t1 = _this._widget.onChanged == null; @@ -214661,7 +217745,7 @@ t10.toString; t11 = _this.___CupertinoSwitchState_isFocused_A; t11 === $ && A.throwUnnamedLateFieldNI(); - return A.MouseRegion$(A.Opacity$(A.FocusableActionDetector$(value, false, new A._CupertinoSwitchRenderObjectWidget(t3, activeColor, t7, B.Color_4294967295, t8, t9, _this, t10.textDirection, t11, _null), t4 != null, t5, B.C__DeferringMouseCursor, t6, _this.get$_onShowFocusHighlight(), _null, _null), t1), t2, _null, _null, _null, _null, _null); + return A.MouseRegion$(A.Opacity$(A.FocusableActionDetector$(value, false, new A._CupertinoSwitchRenderObjectWidget(t3, activeColor, t7, B.Color_4294967295, t8, t9, _this, t10.textDirection, t11, onOffLabelColors, _null), t4 != null, t5, B.C__DeferringMouseCursor, t6, _this.get$_onShowFocusHighlight(), _null, _null), t1), t2, _null, _null, _null, _null, _null); }, dispose$0() { var _this = this, @@ -214698,7 +217782,7 @@ createRenderObject$1(context) { var t3, t4, _this = this, t1 = _this.state, - t2 = new A._RenderCupertinoSwitch(t1, _this.value, _this.activeColor, _this.trackColor, new A.CupertinoThumbPainter(_this.thumbColor, B.List_012), _this.focusColor, _this.onChanged, _this.textDirection, _this.isFocused, A.LayerHandle$(type$.ClipRRectLayer), B.BoxConstraints_59_59_39_39, null, A.LayerHandle$(type$.ContainerLayer_2)); + t2 = new A._RenderCupertinoSwitch(t1, _this.value, _this.activeColor, _this.trackColor, new A.CupertinoThumbPainter(_this.thumbColor, B.List_012), _this.focusColor, _this.onChanged, _this.textDirection, _this.isFocused, _this.onOffLabelColors, A.LayerHandle$(type$.ClipRRectLayer), B.BoxConstraints_59_59_39_39, null, A.LayerHandle$(type$.ContainerLayer_2)); t2.RenderObject$0(); t2.set$child(null); t3 = t1.___CupertinoSwitchState_position_A; @@ -214810,7 +217894,8 @@ config._setFlag$2(B.SemanticsFlag_131072_isToggled, t1); }, paint$2(context, offset) { - var currentValue, currentReactionValue, visualPosition, paint, t3, t4, trackRRect, borderTrackRRect, borderPaint, currentThumbExtension, thumbCenterY, thumbBounds, _this = this, + var currentValue, currentReactionValue, visualPosition, paint, t3, t4, trackRect, trackRRect, borderTrackRRect, borderPaint, _0_1, _0_2, onLabelColor, offLabelColor, leftLabelOpacity, rightLabelOpacity, _1_1, _1_2, onLabelOpacity, offLabelOpacity, t5, _2_1, _2_2, onLabelOffset, offLabelOffset, onLabelRect, onLabelPaint, offLabelPaint, currentThumbExtension, thumbCenterY, thumbBounds, _this = this, _null = null, + _s22_ = "Pattern matching error", canvas = context.get$canvas(context), t1 = _this._switch$_state, t2 = t1.___CupertinoSwitchState_position_A; @@ -214827,7 +217912,7 @@ visualPosition = currentValue; break; default: - visualPosition = null; + visualPosition = _null; } t1 = $.$get$_renderer(); paint = t1.createPaint$0(); @@ -214837,7 +217922,8 @@ t2 = offset._dx + (_this.get$size(_this)._dx - 51) / 2; t3 = offset._dy; t4 = t3 + (_this.get$size(_this)._dy - 31) / 2; - trackRRect = A.RRect$fromRectAndRadius(new A.Rect(t2, t4, t2 + 51, t4 + 31), B.Radius_2Vk); + trackRect = new A.Rect(t2, t4, t2 + 51, t4 + 31); + trackRRect = A.RRect$fromRectAndRadius(trackRect, B.Radius_2Vk); canvas.drawRRect$2(trackRRect, paint); if (_this._switch$_isFocused) { borderTrackRRect = trackRRect.inflate$1(1.75); @@ -214847,6 +217933,102 @@ borderPaint.set$strokeWidth(3.5); canvas.drawRRect$2(borderTrackRRect, borderPaint); } + t4 = _this._onOffLabelColors; + if (t4 != null) { + _0_1 = A._InitializedCell$named("#0#1", new A._RenderCupertinoSwitch_paint_closure(t4)); + _0_2 = A._InitializedCell$named("#0#2", new A._RenderCupertinoSwitch_paint_closure0(t4)); + if (_0_1._readFinal$0() instanceof A.Color) { + onLabelColor = _0_1._readFinal$0(); + if (_0_2._readFinal$0() instanceof A.Color) { + offLabelColor = _0_2._readFinal$0(); + t4 = true; + } else { + offLabelColor = _null; + t4 = false; + } + } else { + offLabelColor = _null; + onLabelColor = offLabelColor; + t4 = false; + } + if (!t4) + throw A.wrapException(A.StateError$(_s22_)); + t4 = 1 - currentReactionValue; + leftLabelOpacity = visualPosition * t4; + rightLabelOpacity = (1 - visualPosition) * t4; + switch (_this._switch$_textDirection.index) { + case 1: + t4 = new A._Record_2(leftLabelOpacity, rightLabelOpacity); + break; + case 0: + t4 = new A._Record_2(rightLabelOpacity, leftLabelOpacity); + break; + default: + t4 = _null; + } + _1_1 = A._InitializedCell$named("#1#1", new A._RenderCupertinoSwitch_paint_closure1(t4)); + _1_2 = A._InitializedCell$named("#1#2", new A._RenderCupertinoSwitch_paint_closure2(t4)); + if (typeof _1_1._readFinal$0() == "number") { + onLabelOpacity = _1_1._readFinal$0(); + if (typeof _1_2._readFinal$0() == "number") { + offLabelOpacity = _1_2._readFinal$0(); + t4 = true; + } else { + offLabelOpacity = _null; + t4 = false; + } + } else { + offLabelOpacity = _null; + onLabelOpacity = offLabelOpacity; + t4 = false; + } + if (!t4) + throw A.wrapException(A.StateError$(_s22_)); + switch (_this._switch$_textDirection.index) { + case 1: + t4 = trackRect.get$centerLeft(); + t5 = trackRect.get$centerRight(); + t5 = new A._Record_2(new A.Offset(t4._dx + 11, t4._dy + 0), new A.Offset(t5._dx + -12, t5._dy + 0)); + t4 = t5; + break; + case 0: + t4 = trackRect.get$centerRight(); + t5 = trackRect.get$centerLeft(); + t5 = new A._Record_2(new A.Offset(t4._dx + -11, t4._dy + 0), new A.Offset(t5._dx + 12, t5._dy + 0)); + t4 = t5; + break; + default: + t4 = _null; + } + _2_1 = A._InitializedCell$named("#2#1", new A._RenderCupertinoSwitch_paint_closure3(t4)); + _2_2 = A._InitializedCell$named("#2#2", new A._RenderCupertinoSwitch_paint_closure4(t4)); + if (_2_1._readFinal$0() instanceof A.Offset) { + onLabelOffset = _2_1._readFinal$0(); + if (_2_2._readFinal$0() instanceof A.Offset) { + offLabelOffset = _2_2._readFinal$0(); + t4 = true; + } else { + offLabelOffset = _null; + t4 = false; + } + } else { + offLabelOffset = _null; + onLabelOffset = offLabelOffset; + t4 = false; + } + if (!t4) + throw A.wrapException(A.StateError$(_s22_)); + onLabelRect = A.Rect$fromCenter(onLabelOffset, 10, 1); + onLabelPaint = t1.createPaint$0(); + onLabelPaint.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * onLabelOpacity), onLabelColor.get$value(onLabelColor) >>> 16 & 255, onLabelColor.get$value(onLabelColor) >>> 8 & 255, onLabelColor.get$value(onLabelColor) & 255)); + onLabelPaint.set$style(0, B.PaintingStyle_0); + canvas.drawRect$2(onLabelRect, onLabelPaint); + offLabelPaint = t1.createPaint$0(); + offLabelPaint.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * offLabelOpacity), offLabelColor.get$value(offLabelColor) >>> 16 & 255, offLabelColor.get$value(offLabelColor) >>> 8 & 255, offLabelColor.get$value(offLabelColor) & 255)); + offLabelPaint.set$style(0, B.PaintingStyle_1); + offLabelPaint.set$strokeWidth(1); + canvas.drawCircle$3(offLabelOffset, 5, offLabelPaint); + } currentThumbExtension = 7 * currentReactionValue; t1 = t2 + 15.5; t2 += 35.5; @@ -214859,7 +218041,7 @@ t2 = _this._clipRRectLayer; t4 = _this.__RenderObject__needsCompositing_A; t4 === $ && A.throwUnnamedLateFieldNI(); - t2.set$layer(0, context.pushClipRRect$6$oldLayer(t4, B.Offset_0_0, thumbBounds, trackRRect, new A._RenderCupertinoSwitch_paint_closure(_this, thumbBounds), t2._layer)); + t2.set$layer(0, context.pushClipRRect$6$oldLayer(t4, B.Offset_0_0, thumbBounds, trackRRect, new A._RenderCupertinoSwitch_paint_closure5(_this, thumbBounds), t2._layer)); }, dispose$0() { this._clipRRectLayer.set$layer(0, null); @@ -214867,10 +218049,46 @@ } }; A._RenderCupertinoSwitch_paint_closure.prototype = { + call$0() { + return this._0_0._0; + }, + $signature: 832 + }; + A._RenderCupertinoSwitch_paint_closure0.prototype = { + call$0() { + return this._0_0._1; + }, + $signature: 832 + }; + A._RenderCupertinoSwitch_paint_closure1.prototype = { + call$0() { + return this._1_0._0; + }, + $signature: 124 + }; + A._RenderCupertinoSwitch_paint_closure2.prototype = { + call$0() { + return this._1_0._1; + }, + $signature: 124 + }; + A._RenderCupertinoSwitch_paint_closure3.prototype = { + call$0() { + return this._2_0._0; + }, + $signature: 428 + }; + A._RenderCupertinoSwitch_paint_closure4.prototype = { + call$0() { + return this._2_0._1; + }, + $signature: 428 + }; + A._RenderCupertinoSwitch_paint_closure5.prototype = { call$2(innerContext, offset) { this.$this._thumbPainter.paint$2(innerContext.get$canvas(innerContext), this.thumbBounds); }, - $signature: 91 + $signature: 90 }; A.__CupertinoSwitchState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -214923,7 +218141,7 @@ t2.translate$2(0, 6, t1 / 2); t2.rotateZ$1(3.141592653589793); t2.translate$2(0, -6, -t1 / 2); - return A.Transform$(_null, handle, t2, true); + return A.Transform$(_null, handle, _null, t2, true); case 2: return B.SizedBox_0_0_null_null; } @@ -214942,140 +218160,158 @@ A._CupertinoTextSelectionHandleControls_CupertinoTextSelectionControls_TextSelectionHandleControls.prototype = {}; A.CupertinoTextSelectionToolbar.prototype = { build$1(context) { - var anchorBelowAdjusted, + var anchorAboveAdjusted, anchorBelowAdjusted, _null = null, t1 = type$.MediaQuery, - mediaQueryPadding = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, t1).data.padding, + mediaQueryPadding = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, t1).data.padding, paddingAbove = mediaQueryPadding.top + 8, - t2 = this.anchorAbove, - t3 = t2._dy, - fitsAbove = t3 >= paddingAbove + 8 + 45, leftMargin = 26 + mediaQueryPadding.left, - rightMargin = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_0, t1).data.size._dx - mediaQueryPadding.right - 26, - anchorAboveAdjusted = new A.Offset(A.clampDouble(t2._dx, leftMargin, rightMargin), t3 - 8 - paddingAbove); - t3 = this.anchorBelow; - anchorBelowAdjusted = new A.Offset(A.clampDouble(t3._dx, leftMargin, rightMargin), t3._dy + 8 - paddingAbove); - t1 = fitsAbove ? anchorAboveAdjusted : anchorBelowAdjusted; - return new A.Padding(new A.EdgeInsets(8, paddingAbove, 8, 8), new A.CustomSingleChildLayout(new A.TextSelectionToolbarLayoutDelegate(anchorAboveAdjusted, anchorBelowAdjusted, fitsAbove), new A._CupertinoTextSelectionToolbarContent(t1, this.children, fitsAbove, A.text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure(), null), null), null); + rightMargin = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_0, t1).data.size._dx - mediaQueryPadding.right - 26; + t1 = this.anchorAbove; + anchorAboveAdjusted = new A.Offset(A.clampDouble(t1._dx, leftMargin, rightMargin), t1._dy - 8 - paddingAbove); + t1 = this.anchorBelow; + anchorBelowAdjusted = new A.Offset(A.clampDouble(t1._dx, leftMargin, rightMargin), t1._dy + 8 - paddingAbove); + return new A.Padding(new A.EdgeInsets(8, paddingAbove, 8, 8), new A.CustomSingleChildLayout(new A.TextSelectionToolbarLayoutDelegate(anchorAboveAdjusted, anchorBelowAdjusted, _null), new A._CupertinoTextSelectionToolbarContent(anchorAboveAdjusted, anchorBelowAdjusted, this.children, A.text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure(), _null), _null), _null); } }; A._CupertinoTextSelectionToolbarShape.prototype = { createRenderObject$1(context) { - var t1 = new A._RenderCupertinoTextSelectionToolbarShape(this._anchor, this._text_selection_toolbar0$_isAbove, A.BoxConstraints$tightFor(52, null), A.LayerHandle$(type$.ClipPathLayer), null, A.LayerHandle$(type$.ContainerLayer_2)); + var t1 = new A._RenderCupertinoTextSelectionToolbarShape(this._anchorAbove, this._anchorBelow, this._text_selection_toolbar0$_shadowColor, A.LayerHandle$(type$.ClipPathLayer), null, A.LayerHandle$(type$.ContainerLayer_2)); t1.RenderObject$0(); t1.set$child(null); return t1; }, updateRenderObject$2(context, renderObject) { - renderObject.set$anchor(this._anchor); - renderObject.set$isAbove(this._text_selection_toolbar0$_isAbove); + renderObject.set$anchorAbove(this._anchorAbove); + renderObject.set$anchorBelow(this._anchorBelow); + renderObject.set$shadowColor(0, this._text_selection_toolbar0$_shadowColor); } }; A._RenderCupertinoTextSelectionToolbarShape.prototype = { get$isRepaintBoundary() { return true; }, - set$anchor(value) { - if (value.$eq(0, this._anchor)) + set$anchorAbove(value) { + if (value.$eq(0, this._anchorAbove)) return; - this._anchor = value; + this._anchorAbove = value; this.markNeedsLayout$0(); }, - set$isAbove(value) { - if (this._text_selection_toolbar0$_isAbove === value) + set$anchorBelow(value) { + if (value.$eq(0, this._anchorBelow)) return; - this._text_selection_toolbar0$_isAbove = value; + this._anchorBelow = value; this.markNeedsLayout$0(); }, + set$shadowColor(_, value) { + if (J.$eq$(value, this._text_selection_toolbar0$_shadowColor)) + return; + this._text_selection_toolbar0$_shadowColor = value; + this.markNeedsPaint$0(); + }, + get$isAbove() { + var t1 = this._anchorAbove, + t2 = this.RenderObjectWithChildMixin__child; + t2 = t2 == null ? null : t2.get$size(t2)._dy; + if (t2 == null) + t2 = 0; + return t1._dy >= t2 - 14; + }, performLayout$0() { - var t1, t2, _this = this; - if (_this.RenderObjectWithChildMixin__child == null) + var t1, _this = this, + child = _this.RenderObjectWithChildMixin__child; + if (child == null) return; t1 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); - t2 = _this.RenderObjectWithChildMixin__child; - t2.toString; - t2.layout$2$parentUsesSize(_this._heightConstraint.enforce$1(new A.BoxConstraints(0, t1.maxWidth, 0, t1.maxHeight)), true); - t1 = _this.RenderObjectWithChildMixin__child; - t2 = t1.parentData; - t2.toString; - type$.BoxParentData._as(t2); - t2.offset = new A.Offset(0, _this._text_selection_toolbar0$_isAbove ? -7 : 0); - t1 = t1.get$size(t1); - t2 = _this.RenderObjectWithChildMixin__child; - _this._box$_size = new A.Size(t1._dx, t2.get$size(t2)._dy - 7); + child.layout$2$parentUsesSize(new A.BoxConstraints(30, 1 / 0, 0, 1 / 0).enforce$1(new A.BoxConstraints(0, t1.maxWidth, 0, t1.maxHeight)), true); + t1 = child.parentData; + t1.toString; + type$.BoxParentData._as(t1); + t1.offset = new A.Offset(0, _this.get$isAbove() ? -7 : 0); + _this._box$_size = new A.Size(child.get$size(child)._dx, child.get$size(child)._dy - 7); + }, + _text_selection_toolbar0$_clipPath$2(child, rrect) { + var arrowTipX, t1, t2, arrowBaseY, t3, _this = this, + path = $.$get$_renderer().createPath$0(); + if (30 > _this.get$size(_this)._dx) { + path.addRRect$1(rrect); + return path; + } + arrowTipX = A.clampDouble(_this.globalToLocal$1(_this.get$isAbove() ? _this._anchorAbove : _this._anchorBelow)._dx, 15, _this.get$size(_this)._dx - 7 - 8); + t1 = arrowTipX - 7; + t2 = arrowTipX + 7; + if (_this.get$isAbove()) { + arrowBaseY = child.get$size(child)._dy - 7; + t3 = child.get$size(child); + path.moveTo$2(0, t2, arrowBaseY); + path.lineTo$2(0, arrowTipX, t3._dy); + path.lineTo$2(0, t1, arrowBaseY); + } else { + path.moveTo$2(0, t1, 7); + path.lineTo$2(0, arrowTipX, 0); + path.lineTo$2(0, t2, 7); + } + t1 = A._RenderCupertinoTextSelectionToolbarShape__addRRectToPath(path, rrect, _this.get$isAbove() ? 1.5707963267948966 : -1.5707963267948966); + t1.close$0(0); + return t1; }, paint$2(context, offset) { - var t2, t3, t4, t5, t6, rrect, t7, t8, localAnchor, arrowTipX, arrowBaseY, arrowTipY, arrow, _this = this, - t1 = _this.RenderObjectWithChildMixin__child; - if (t1 == null) + var t1, rrect, clipPath, t2, shadowRRect, t3, t4, _this = this, + child = _this.RenderObjectWithChildMixin__child; + if (child == null) return; - t1 = t1.parentData; + t1 = child.parentData; t1.toString; - t2 = type$.BoxParentData; - t2._as(t1); - t3 = _this._text_selection_toolbar0$_clipPathLayer; - t4 = _this.__RenderObject__needsCompositing_A; - t4 === $ && A.throwUnnamedLateFieldNI(); + type$.BoxParentData._as(t1); + rrect = A.RRect$fromRectAndRadius(new A.Rect(0, 7, 0 + child.get$size(child)._dx, 7 + (child.get$size(child)._dy - 14)), B.Radius_8_8).scaleRadii$0(); + clipPath = _this._text_selection_toolbar0$_clipPath$2(child, rrect); + t2 = _this._text_selection_toolbar0$_shadowColor; + if (t2 != null) { + shadowRRect = new A.RRect(rrect.left, rrect.top, rrect.right, rrect.bottom + 7, 8, 8, 8, 8, 8, 8, 8, 8, true).shift$1(offset.$add(0, t1.offset).$add(0, B.Offset_0_0)); + context.get$canvas(context).drawRRect$2(shadowRRect, new A.BoxShadow(0, B.BlurStyle_0, t2, B.Offset_0_0, 15).toPaint$0()); + } + t2 = _this._text_selection_toolbar0$_clipPathLayer; + t3 = _this.__RenderObject__needsCompositing_A; + t3 === $ && A.throwUnnamedLateFieldNI(); t1 = offset.$add(0, t1.offset); - t5 = _this.RenderObjectWithChildMixin__child; - t5 = t5.get$size(t5); - t6 = _this.RenderObjectWithChildMixin__child.parentData; - t6.toString; - t2._as(t6); - t2 = $.$get$_renderer(); - rrect = t2.createPath$0(); - t7 = _this.RenderObjectWithChildMixin__child; - t7 = t7.get$size(t7); - t8 = _this.RenderObjectWithChildMixin__child; - rrect.addRRect$1(A.RRect$fromRectAndRadius(new A.Rect(0, 7, 0 + t7._dx, 7 + (t8.get$size(t8)._dy - 14)), B.Radius_8_8)); - localAnchor = _this.globalToLocal$1(_this._anchor); - t6 = t6.offset; - t8 = _this.RenderObjectWithChildMixin__child; - t8 = t8.get$size(t8); - t7 = _this.RenderObjectWithChildMixin__child; - arrowTipX = t7.get$size(t7)._dx / 2 + (localAnchor._dx - (t6._dx + t8._dx / 2)); - if (_this._text_selection_toolbar0$_isAbove) { - t6 = _this.RenderObjectWithChildMixin__child; - arrowBaseY = t6.get$size(t6)._dy - 7; - } else - arrowBaseY = 7; - if (_this._text_selection_toolbar0$_isAbove) { - t6 = _this.RenderObjectWithChildMixin__child; - arrowTipY = t6.get$size(t6)._dy; - } else - arrowTipY = 0; - arrow = t2.createPath$0(); - arrow.moveTo$2(0, arrowTipX, arrowTipY); - arrow.lineTo$2(0, arrowTipX - 7, arrowBaseY); - arrow.lineTo$2(0, arrowTipX + 7, arrowBaseY); - arrow.close$0(0); - t3.set$layer(0, context.pushClipPath$6$oldLayer(t4, t1, new A.Rect(0, 0, 0 + t5._dx, 0 + t5._dy), t2.combinePaths$3(B.PathOperation_2, rrect, arrow), new A._RenderCupertinoTextSelectionToolbarShape_paint_closure(_this), t3._layer)); + t4 = child.get$size(child); + t2.set$layer(0, context.pushClipPath$6$oldLayer(t3, t1, new A.Rect(0, 0, 0 + t4._dx, 0 + t4._dy), clipPath, new A._RenderCupertinoTextSelectionToolbarShape_paint_closure(child), t2._layer)); }, dispose$0() { this._text_selection_toolbar0$_clipPathLayer.set$layer(0, null); this.super$RenderObject$dispose(); }, hitTestChildren$2$position(result, position) { - var t3, t4, - t1 = this.RenderObjectWithChildMixin__child, - t2 = t1.parentData; - t2.toString; - t2 = type$.BoxParentData._as(t2).offset; - t3 = t2._dx; - t2 = t2._dy + 7; - t1 = t1.get$size(t1); - t4 = this.RenderObjectWithChildMixin__child; - if (!new A.Rect(t3, t2, t3 + t1._dx, t2 + (t4.get$size(t4)._dy - 14)).contains$1(0, position)) + var t1, t2, + child = this.RenderObjectWithChildMixin__child; + if (child == null) + return false; + t1 = child.parentData; + t1.toString; + t1 = type$.BoxParentData._as(t1).offset; + t2 = t1._dx; + t1 = t1._dy + 7; + if (!new A.Rect(t2, t1, t2 + child.get$size(child)._dx, t1 + (child.get$size(child)._dy - 14)).contains$1(0, position)) return false; return this.super$RenderShiftedBox$hitTestChildren(result, position); } }; + A._RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure.prototype = { + call$0() { + return this._0_0._0; + }, + $signature: 428 + }; + A._RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure0.prototype = { + call$0() { + return this._0_0._1; + }, + $signature: 2062 + }; A._RenderCupertinoTextSelectionToolbarShape_paint_closure.prototype = { call$2(innerContext, innerOffset) { - var t1 = this.$this.RenderObjectWithChildMixin__child; - t1.toString; - return innerContext.paintChild$2(t1, innerOffset); + return innerContext.paintChild$2(this.child, innerOffset); }, - $signature: 91 + $signature: 90 }; A._CupertinoTextSelectionToolbarContent.prototype = { createState$0() { @@ -215170,26 +218406,21 @@ t1.dispose$0(); this.super$__CupertinoTextSelectionToolbarContentState_State_TickerProviderStateMixin$dispose(); }, - _createChevron$1$isLeft(isLeft) { - var color, _null = null, - t1 = this._framework$_element; - t1.toString; - color = B.CupertinoDynamicColor_aTW.resolveFrom$1(t1); - return A.IgnorePointer$(A.Center$(A.CustomPaint$(_null, _null, _null, isLeft ? new A._LeftCupertinoChevronPainter(color, true, _null) : new A._RightCupertinoChevronPainter(color, false, _null), B.Size_10_10), _null, 0), true, _null); - }, build$1(context) { - var t5, t6, t7, t8, t9, _this = this, _null = null, - t1 = _this._widget, - t2 = t1.anchor, - t3 = t1.isAbove, - t4 = _this.___CupertinoTextSelectionToolbarContentState__controller_A; + var t3, t4, t5, _this = this, _null = null, + chevronColor = B.CupertinoDynamicColor_aTW.resolveFrom$1(context), + backButton = A.Center$(A.CupertinoTextSelectionToolbarButton$(A.IgnorePointer$(A.CustomPaint$(_null, _null, _null, new A._LeftCupertinoChevronPainter(chevronColor, true, _null), B.Size_10_10), true, _null), _this.get$_handlePreviousPage()), 1, 1), + nextButton = A.Center$(A.CupertinoTextSelectionToolbarButton$(A.IgnorePointer$(A.CustomPaint$(_null, _null, _null, new A._RightCupertinoChevronPainter(chevronColor, false, _null), B.Size_10_10), true, _null), _this.get$_handleNextPage()), 1, 1), + t1 = _this._widget.children, + t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,Center>"), + children = A.List_List$of(new A.MappedListIterable(t1, new A._CupertinoTextSelectionToolbarContentState_build_closure(), t2), true, t2._eval$1("ListIterable.E")); + t2 = _this._widget; + t1 = t2.anchorAbove; + t3 = t2.anchorBelow; + t4 = _this.___CupertinoTextSelectionToolbarContentState__controller_A; t4 === $ && A.throwUnnamedLateFieldNI(); t5 = _this._text_selection_toolbar0$_page; - t6 = A.CupertinoTextSelectionToolbarButton$(_this._createChevron$1$isLeft(true), _this.get$_handlePreviousPage()); - t7 = B.CupertinoDynamicColor_kfn.resolveFrom$1(context); - t8 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_2, type$.MediaQuery).data; - t9 = A.CupertinoTextSelectionToolbarButton$(_this._createChevron$1$isLeft(false), _this.get$_handleNextPage()); - return t1.toolbarBuilder$4(context, t2, t3, new A.FadeTransition(t4, false, A.AnimatedSize$(B.Alignment_0_0, A.GestureDetector$(_null, new A._CupertinoTextSelectionToolbarItems(t6, _this._widget.children, t7, 1 / t8.devicePixelRatio, t9, t5, _this._toolbarItemsKey), B.DragStartBehavior_1, false, _null, _null, _null, _null, _this.get$_onHorizontalDragEnd(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), B.C__DecelerateCurve, B.Duration_125000, _null), _null)); + return t2.toolbarBuilder$4(context, t1, t3, new A.FadeTransition(t4, false, A.AnimatedSize$(B.Alignment_0_0, A.GestureDetector$(_null, new A._CupertinoTextSelectionToolbarItems(backButton, children, B.CupertinoDynamicColor_kfn.resolveFrom$1(context), 1 / A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_2, type$.MediaQuery).data.devicePixelRatio, nextButton, t5, _this._toolbarItemsKey), B.DragStartBehavior_1, false, _null, _null, _null, _null, _this.get$_onHorizontalDragEnd(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), B.C__DecelerateCurve, B.Duration_125000, _null), _null)); } }; A._CupertinoTextSelectionToolbarContentState__statusListener_closure.prototype = { @@ -215202,6 +218433,12 @@ }, $signature: 0 }; + A._CupertinoTextSelectionToolbarContentState_build_closure.prototype = { + call$1(child) { + return A.Center$(child, 1, 1); + }, + $signature: 2086 + }; A._LeftCupertinoChevronPainter.prototype = {}; A._RightCupertinoChevronPainter.prototype = {}; A._CupertinoChevronPainter.prototype = { @@ -215253,11 +218490,11 @@ switch (slot.index) { case 0: t1 = type$._RenderCupertinoTextSelectionToolbarItems._as(A.RenderObjectElement.prototype.get$renderObject.call(this)); - t1._backButton = t1._updateChild$3(t1._backButton, child, B._CupertinoTextSelectionToolbarItemsSlot_0); + t1._backButton = t1._text_selection_toolbar0$_updateChild$3(t1._backButton, child, B._CupertinoTextSelectionToolbarItemsSlot_0); break; case 1: t1 = type$._RenderCupertinoTextSelectionToolbarItems._as(A.RenderObjectElement.prototype.get$renderObject.call(this)); - t1._nextButton = t1._updateChild$3(t1._nextButton, child, B._CupertinoTextSelectionToolbarItemsSlot_1); + t1._nextButton = t1._text_selection_toolbar0$_updateChild$3(t1._nextButton, child, B._CupertinoTextSelectionToolbarItemsSlot_1); break; } }, @@ -215359,7 +218596,7 @@ } }; A._RenderCupertinoTextSelectionToolbarItems.prototype = { - _updateChild$3(oldChild, newChild, slot) { + _text_selection_toolbar0$_updateChild$3(oldChild, newChild, slot) { var _this = this; if (oldChild != null) { _this.dropChild$1(oldChild); @@ -215390,34 +218627,32 @@ this.markNeedsLayout$0(); }, performLayout$0() { - var t2, t3, t4, toolbarWidth, greatestHeight, firstPageWidth, t5, t6, _this = this, t1 = {}; + var t2, t3, t4, slottedConstraints, toolbarWidth, firstPageWidth, t5, t6, _this = this, t1 = {}; if (_this.ContainerRenderObjectMixin__firstChild == null) { t1 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); _this._box$_size = new A.Size(A.clampDouble(0, t1.minWidth, t1.maxWidth), A.clampDouble(0, t1.minHeight, t1.maxHeight)); return; } - t2 = _this._backButton; - t2.toString; - t3 = type$.BoxConstraints; - t4 = t3._as(A.RenderObject.prototype.get$constraints.call(_this)); - t2.layout$2$parentUsesSize(new A.BoxConstraints(0, t4.maxWidth, 0, t4.maxHeight), true); - t4 = _this._nextButton; - t4.toString; - t2 = t3._as(A.RenderObject.prototype.get$constraints.call(_this)); - t4.layout$2$parentUsesSize(new A.BoxConstraints(0, t2.maxWidth, 0, t2.maxHeight), true); - t2 = _this._backButton; - t2 = t2.get$size(t2); - t4 = _this._nextButton; + t1.greatestHeight = 0; + _this.visitChildren$1(new A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure(t1, _this)); + t2 = type$.BoxConstraints; + t3 = t2._as(A.RenderObject.prototype.get$constraints.call(_this)); + t4 = t1.greatestHeight; + slottedConstraints = new A.BoxConstraints(0, t3.maxWidth, t4, t4); + _this._backButton.layout$2$parentUsesSize(slottedConstraints, true); + _this._nextButton.layout$2$parentUsesSize(slottedConstraints, true); + t4 = _this._backButton; t4 = t4.get$size(t4); + t3 = _this._nextButton; + t3 = t3.get$size(t3); t1.currentButtonPosition = 0; toolbarWidth = A._Cell$named("toolbarWidth"); - greatestHeight = A._InitializedCell$named("greatestHeight", new A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure()); firstPageWidth = A._Cell$named("firstPageWidth"); t1.currentPage = 0; t1.i = -1; - _this.visitChildren$1(new A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0(t1, _this, t2._dx + t4._dx, firstPageWidth, greatestHeight, toolbarWidth)); - t2 = t1.currentPage; - if (t2 > 0) { + _this.visitChildren$1(new A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0(t1, _this, t4._dx + t3._dx, firstPageWidth, toolbarWidth)); + t3 = t1.currentPage; + if (t3 > 0) { t4 = _this._nextButton.parentData; t4.toString; t5 = type$.ToolbarItemsParentData; @@ -215425,24 +218660,23 @@ t6 = _this._backButton.parentData; t6.toString; t5._as(t6); - if (_this._text_selection_toolbar0$_page !== t2) { + if (_this._text_selection_toolbar0$_page !== t3) { t4.offset = new A.Offset(toolbarWidth._readLocal$0(), 0); t4.shouldPaint = true; - t2 = toolbarWidth._readLocal$0(); + t3 = toolbarWidth._readLocal$0(); t4 = _this._nextButton; - toolbarWidth.__late_helper$_value = t2 + t4.get$size(t4)._dx; + toolbarWidth.__late_helper$_value = t3 + t4.get$size(t4)._dx; } - t2 = _this._text_selection_toolbar0$_page; - t4 = t2 > 0; - if (t4) { + if (_this._text_selection_toolbar0$_page > 0) { t6.offset = B.Offset_0_0; t6.shouldPaint = true; } - _this.___RenderCupertinoTextSelectionToolbarItems_hasNextPage_A = t2 !== t1.currentPage; - _this.___RenderCupertinoTextSelectionToolbarItems_hasPreviousPage_A = t4; } else toolbarWidth.__late_helper$_value = toolbarWidth._readLocal$0() - _this._dividerWidth; - _this._box$_size = t3._as(A.RenderObject.prototype.get$constraints.call(_this)).constrain$1(new A.Size(toolbarWidth._readLocal$0(), greatestHeight._read$0())); + t3 = _this._text_selection_toolbar0$_page; + _this.___RenderCupertinoTextSelectionToolbarItems_hasNextPage_A = t3 !== t1.currentPage; + _this.___RenderCupertinoTextSelectionToolbarItems_hasPreviousPage_A = t3 > 0; + _this._box$_size = t2._as(A.RenderObject.prototype.get$constraints.call(_this)).constrain$1(new A.Size(toolbarWidth._readLocal$0(), t1.greatestHeight)); }, paint$2(context, offset) { this.visitChildren$1(new A._RenderCupertinoTextSelectionToolbarItems_paint_closure(this, offset, context)); @@ -215510,14 +218744,20 @@ } }; A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure.prototype = { - call$0() { - return 0; + call$1(renderObjectChild) { + var t1, childHeight; + type$.RenderBox._as(renderObjectChild); + t1 = this.$this; + childHeight = renderObjectChild._computeIntrinsicDimension$3(B._IntrinsicDimension_3, type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(t1)).maxWidth, renderObjectChild.get$computeMaxIntrinsicHeight()); + t1 = this._box_0; + if (childHeight > t1.greatestHeight) + t1.greatestHeight = childHeight; }, - $signature: 133 + $signature: 63 }; A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0.prototype = { call$1(renderObjectChild) { - var t3, t4, paginationButtonsWidth, t5, t6, currentButtonPosition, _this = this, + var t3, t4, paginationButtonsWidth, t5, t6, t7, currentButtonPosition, _this = this, t1 = _this._box_0, t2 = ++t1.i; type$.RenderBox._as(renderObjectChild); @@ -215533,24 +218773,25 @@ paginationButtonsWidth = 0; else { t2 = t4._nextButton; - paginationButtonsWidth = t2.get$size(t2)._dx; + t2 = t2.get$size(t2)._dx; + paginationButtonsWidth = t2; } else paginationButtonsWidth = _this.subsequentPageButtonsWidth; t2 = t1.currentPage === 0 ? type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(t4)).maxWidth : _this.firstPageWidth._readLocal$0(); - t5 = type$.BoxConstraints; - renderObjectChild.layout$2$parentUsesSize(A.BoxConstraints$loose(new A.Size(t2 - paginationButtonsWidth, t5._as(A.RenderObject.prototype.get$constraints.call(t4)).maxHeight)), true); - t2 = _this.greatestHeight; - t2.__late_helper$_value = renderObjectChild.get$size(renderObjectChild)._dy > t2._read$0() ? renderObjectChild.get$size(renderObjectChild)._dy : t2._read$0(); - if (t1.currentButtonPosition + paginationButtonsWidth + renderObjectChild.get$size(renderObjectChild)._dx > t5._as(A.RenderObject.prototype.get$constraints.call(t4)).maxWidth) { + t5 = t1.greatestHeight; + renderObjectChild.layout$2$parentUsesSize(new A.BoxConstraints(0, t2 - paginationButtonsWidth, t5, t5), true); + if (t1.currentButtonPosition + paginationButtonsWidth + renderObjectChild.get$size(renderObjectChild)._dx > type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(t4)).maxWidth) { ++t1.currentPage; t2 = t4._backButton; t1.currentButtonPosition = t2.get$size(t2)._dx + t4._dividerWidth; t2 = t4._backButton; t2 = t2.get$size(t2); - t6 = t4._nextButton; - t6 = t6.get$size(t6); - renderObjectChild.layout$2$parentUsesSize(A.BoxConstraints$loose(new A.Size(_this.firstPageWidth._readLocal$0() - (t2._dx + t6._dx), t5._as(A.RenderObject.prototype.get$constraints.call(t4)).maxHeight)), true); + t5 = t4._nextButton; + t5 = t5.get$size(t5); + t6 = _this.firstPageWidth._readLocal$0(); + t7 = t1.greatestHeight; + renderObjectChild.layout$2$parentUsesSize(new A.BoxConstraints(0, t6 - (t2._dx + t5._dx), t7, t7), true); } t2 = t1.currentButtonPosition; t3.offset = new A.Offset(t2, 0); @@ -215565,7 +218806,7 @@ if (t1.currentPage === t4._text_selection_toolbar0$_page) _this.toolbarWidth.__late_helper$_value = t1.currentButtonPosition; }, - $signature: 66 + $signature: 63 }; A._RenderCupertinoTextSelectionToolbarItems_paint_closure.prototype = { call$1(renderObjectChild) { @@ -215588,19 +218829,19 @@ } } }, - $signature: 66 + $signature: 63 }; A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure.prototype = { call$1(renderObjectChild) { this.$this.redepthChild$1(type$.RenderBox._as(renderObjectChild)); }, - $signature: 66 + $signature: 63 }; A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure.prototype = { call$1(renderObjectChild) { @@ -215611,7 +218852,7 @@ if (type$.ToolbarItemsParentData._as(t1).shouldPaint) this.visitor.call$1(renderObjectChild); }, - $signature: 66 + $signature: 63 }; A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_closure.prototype = { call$1(renderObjectChild) { @@ -215628,7 +218869,7 @@ t2.push(A.DiagnosticableTreeNode$("menu item", null, renderObjectChild)); } }, - $signature: 66 + $signature: 63 }; A._CupertinoTextSelectionToolbarItemsSlot.prototype = { _enumToString$0() { @@ -215734,9 +218975,12 @@ case 2: case 3: case 4: - case 6: - return textWidget; case 5: + case 6: + case 7: + case 9: + return textWidget; + case 8: t1 = B.CupertinoDynamicColor_aTW.resolveFrom$1(context); t2 = $.$get$_renderer().createPaint$0(); t2.set$strokeCap(B.StrokeCap_1); @@ -215961,7 +219205,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 670 + $signature: 831 }; A.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1(context) { @@ -216000,7 +219244,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 670 + $signature: 831 }; A._CupertinoThemeDefaults.prototype = { resolveFrom$2(context, resolveTextTheme) { @@ -216109,7 +219353,7 @@ t6 = _this.get$onChanged() != null ? _this.get$_toggleable0$_handleTapEnd() : _null; t7 = _this.get$onChanged(); t8 = A.CustomPaint$(_null, _null, _null, painter, size); - return A.FocusableActionDetector$(value, false, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t7 != null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t8, _null), B.DragStartBehavior_1, t2 == null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, t6, t3, t5, _null, _null, _null, false, B.Offset_O5r), t1 != null, focusNode, B.C__DeferringMouseCursor, onFocusChange, _this.get$_toggleable0$_handleFocusHighlightChanged(), _null, _null); + return A.FocusableActionDetector$(value, false, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t7 != null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t8, _null), B.DragStartBehavior_1, t2 == null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, t6, t3, t5, _null, _null, _null, false, B.Offset_O5r), t1 != null, focusNode, B.C__DeferringMouseCursor, onFocusChange, _this.get$_toggleable0$_handleFocusHighlightChanged(), _null, _null); } }; A.ToggleableStateMixin__handleTapDown_closure0.prototype = { @@ -216187,17 +219431,12 @@ call$0() { return null; }, - $signature: 4209 + $signature: 2115 }; A._browserPlatform_closure.prototype = { call$0() { - var navigatorPlatform, - t1 = globalThis.window.navigator.platform; - if (t1 == null) - t1 = null; - navigatorPlatform = t1 == null ? null : t1.toLowerCase(); - if (navigatorPlatform == null) - navigatorPlatform = ""; + var t1 = self, + navigatorPlatform = t1.window.navigator.platform.toLowerCase(); if (B.JSString_methods.startsWith$1(navigatorPlatform, "mac")) return B.TargetPlatform_4; if (B.JSString_methods.startsWith$1(navigatorPlatform, "win")) @@ -216206,12 +219445,11 @@ return B.TargetPlatform_2; if (B.JSString_methods.contains$1(navigatorPlatform, "android")) return B.TargetPlatform_0; - t1 = globalThis.window; - if (t1.matchMedia("only screen and (pointer: fine)").matches) + if (t1.window.matchMedia("only screen and (pointer: fine)").matches) return B.TargetPlatform_3; return B.TargetPlatform_0; }, - $signature: 698 + $signature: 829 }; A._ErrorDiagnostic.prototype = { toString$1$minLevel(_, minLevel) { @@ -216351,13 +219589,13 @@ call$0() { return J.trimLeft$0$s(this.$this.exceptionAsString$0().split("\n")[0]); }, - $signature: 45 + $signature: 96 }; A.FlutterErrorDetails_summary_closure.prototype = { call$1(node) { return node.get$level(node) === B.DiagnosticLevel_6; }, - $signature: 4208 + $signature: 2120 }; A.FlutterErrorDetails_summary_closure0.prototype = { call$0() { @@ -216369,7 +219607,7 @@ call$1(frame) { return frame.packageScheme === "dart"; }, - $signature: 4203 + $signature: 2147 }; A.FlutterError.prototype = { get$message(_) { @@ -216389,31 +219627,31 @@ call$1(line) { return A.ErrorDescription$(line); }, - $signature: 3580 + $signature: 2152 }; A.FlutterError_defaultStackFilter_closure.prototype = { call$1(value) { return value + 1; }, - $signature: 128 + $signature: 133 }; A.FlutterError_defaultStackFilter_closure0.prototype = { call$1(value) { return value + 1; }, - $signature: 128 + $signature: 133 }; A.FlutterError_toString_closure.prototype = { call$1(node) { return B.JSString_methods.trimRight$0(this.renderer._debugRender$4$parentConfiguration$prefixLineOne$prefixOtherLines(node, null, "", null)); }, - $signature: 3579 + $signature: 2153 }; A.debugPrintStack_closure.prototype = { call$1(line) { return B.JSString_methods.contains$1(line, "StackTrace.current") || B.JSString_methods.contains$1(line, "dart-sdk/lib/_internal") || B.JSString_methods.contains$1(line, "dart:sdk_internal"); }, - $signature: 12 + $signature: 11 }; A.DiagnosticsStackTrace.prototype = { get$allowTruncate() { @@ -216468,12 +219706,14 @@ this.registerStringServiceExtension$3$getter$name$setter(new A.BindingBase_initServiceExtensions_closure1(), "activeDevToolsServerAddress", new A.BindingBase_initServiceExtensions_closure2()); }, lockEvents$1(callback) { - var future, - timelineTask = A.TimelineTask$(); - timelineTask.start$1(0, "Lock events"); + var debugTimelineTask, future, t1 = {}; + t1.debugTimelineTask = null; + debugTimelineTask = A.TimelineTask$(); + debugTimelineTask.start$1(0, "Lock events"); + t1.debugTimelineTask = debugTimelineTask; ++this._lockCount; future = callback.call$0(); - future.whenComplete$1(new A.BindingBase_lockEvents_closure(this, timelineTask)); + future.whenComplete$1(new A.BindingBase_lockEvents_closure(t1, this)); return future; }, unlocked$0() { @@ -216522,7 +219762,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 866 + $signature: 500 }; A.BindingBase_initServiceExtensions_closure0.prototype = { call$1(uri) { @@ -216545,7 +219785,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 434 + $signature: 373 }; A.BindingBase_initServiceExtensions_closure1.prototype = { call$0() { @@ -216571,7 +219811,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 866 + $signature: 500 }; A.BindingBase_initServiceExtensions_closure2.prototype = { call$1(serverAddress) { @@ -216594,14 +219834,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 434 + $signature: 373 }; A.BindingBase_lockEvents_closure.prototype = { call$0() { var error, stack, exception, t1 = this.$this; if (--t1._lockCount <= 0) { - this.timelineTask.finish$0(0); + this._box_0.debugTimelineTask.finish$0(0); try { t1.super$_WidgetsFlutterBinding_BindingBase_GestureBinding$unlocked(); if (t1.SchedulerBinding__taskQueue._priority_queue$_length !== 0) @@ -216664,7 +219904,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 268 + $signature: 287 }; A.BindingBase_registerNumericServiceExtension_closure.prototype = { call$1(parameters) { @@ -216721,7 +219961,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 268 + $signature: 287 }; A.BindingBase_registerStringServiceExtension_closure.prototype = { call$1(parameters) { @@ -216774,7 +220014,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 268 + $signature: 287 }; A.BindingBase_registerServiceExtension_closure.prototype = { call$2(method, parameters) { @@ -216851,7 +220091,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 627 + $signature: 905 }; A.BindingBase_registerServiceExtension__closure.prototype = { call$0() { @@ -216859,7 +220099,6 @@ }, $signature: 20 }; - A.DebugReassembleConfig.prototype = {}; A.Listenable.prototype = {}; A.ChangeNotifier.prototype = { addListener$1(_, listener) { @@ -216994,7 +220233,7 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeTypeOfDartObject(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ChangeNotifier)], type$.JSArray_DiagnosticsNode); }, - $signature: 141 + $signature: 143 }; A._MergingListenable.prototype = { addListener$1(_, listener) { @@ -217022,7 +220261,7 @@ this.notifyListeners$0(); }, toString$0(_) { - return "#" + A.shortHash(this) + "(" + A.S(this._change_notifier$_value) + ")"; + return "#" + A.shortHash(this) + "(" + A.S(this.get$value(this)) + ")"; } }; A.DiagnosticLevel.prototype = { @@ -217178,7 +220417,7 @@ } return index < t2[t1.currentChunk]; }, - $signature: 132 + $signature: 146 }; A._NoDefaultValue.prototype = {}; A.TextTreeRenderer.prototype = { @@ -217413,14 +220652,14 @@ ++t3.lines; } }, - $signature: 630 + $signature: 828 }; A.TextTreeRenderer__debugRender_closure.prototype = { call$1(n) { var t1 = n.get$level(n); return t1.index >= this.$this._minLevel.index; }, - $signature: 3438 + $signature: 2433 }; A.DiagnosticsNode.prototype = { get$level(_) { @@ -217842,7 +221081,7 @@ B.JSArray_methods.clear$0(t1); return new A.LicenseParagraph(t2, t3); }, - $signature: 3437 + $signature: 2503 }; A.LicenseRegistry_licenses_closure.prototype = { call$0() { @@ -218120,7 +221359,7 @@ valueOrNode = t1[t2 + 1]; if (keyOrNull == null) return valueOrNode.$get$3(0, bitIndex + 5, key, keyHash); - if (J.$eq$(key, keyOrNull)) + if (key === keyOrNull) return valueOrNode; return null; }, @@ -218300,7 +221539,7 @@ call$1(line) { return line.length !== 0; }, - $signature: 12 + $signature: 11 }; A.SynchronousFuture.prototype = { asStream$0() { @@ -218381,7 +221620,7 @@ return member.toString$0(0) + " (eager winner)"; return member.toString$0(0); }, - $signature: 3416 + $signature: 2505 }; A.GestureArenaManager.prototype = { add$2(_, pointer, member) { @@ -218476,7 +221715,7 @@ call$0() { return new A._GestureArena(A._setArrayType([], type$.JSArray_GestureArenaMember)); }, - $signature: 3401 + $signature: 2506 }; A.GestureArenaManager__tryToResolveArena_closure.prototype = { call$0() { @@ -218513,11 +221752,11 @@ } }, _devicePixelRatioForView$1(viewId) { - var t1 = $.$get$EnginePlatformDispatcher__instance().viewData.$index(0, viewId); - if (t1 == null) + var t1; + if ($.$get$EnginePlatformDispatcher__instance().viewData.$index(0, viewId) == null) t1 = null; else { - t1 = t1._debugDevicePixelRatio; + t1 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t1 == null) { t1 = self.window.devicePixelRatio; if (t1 === 0) @@ -218541,16 +221780,11 @@ this._handlePointerEventImmediately$1($event); }, _handlePointerEventImmediately$1($event) { - var hitTestResult, t2, t3, t4, _this = this, + var hitTestResult, t2, _this = this, t1 = !type$.PointerDownEvent._is($event); if (!t1 || type$.PointerSignalEvent._is($event) || type$.PointerHoverEvent._is($event) || type$.PointerPanZoomStartEvent._is($event)) { hitTestResult = A.HitTestResult$(); - t2 = $event.get$position($event); - t3 = $event.get$viewId(); - t4 = _this.RendererBinding___RendererBinding__pipelineOwner_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t4._rootNode.hitTest$2$position(hitTestResult, t2); - _this.super$GestureBinding$hitTestInView(hitTestResult, t2, t3); + _this.hitTestInView$3(hitTestResult, $event.get$position($event), $event.get$viewId()); if (!t1 || type$.PointerPanZoomStartEvent._is($event)) _this.GestureBinding__hitTests.$indexSet(0, $event.get$pointer(), hitTestResult); t1 = hitTestResult; @@ -218627,21 +221861,21 @@ var _null = null; return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent)], type$.JSArray_DiagnosticsNode); }, - $signature: 141 + $signature: 143 }; A.GestureBinding_dispatchEvent_closure0.prototype = { call$0() { var _null = null; return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent), A.DiagnosticsProperty$("Target", this.entry.target, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.HitTestTarget)], type$.JSArray_DiagnosticsNode); }, - $signature: 141 + $signature: 143 }; A.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; A.PointerEventConverter_expand_closure.prototype = { call$1(datum) { return datum.signalKind !== B.PointerSignalKind_4; }, - $signature: 3380 + $signature: 2540 }; A.PointerEventConverter_expand_closure0.prototype = { call$1(datum) { @@ -218696,7 +221930,7 @@ throw A.wrapException(A.StateError$("Unreachable")); } }, - $signature: 3379 + $signature: 2543 }; A.Drag.prototype = { update$1(_, details) { @@ -219553,7 +222787,9 @@ var t1, _this = this; if (!$event.get$synthesized()) { if (type$.PointerDownEvent._is($event)) { - t1 = new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); + t1 = $event.get$kind($event); + $.$get$Stopwatch__frequency(); + t1 = new A.VelocityTracker(t1, new A.Stopwatch(), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); _this._velocityTracker = t1; t1.addPosition$2($event.get$timeStamp($event), $event.get$localPosition()); } @@ -219734,7 +222970,7 @@ call$1(c) { return B.JSNumber_methods.toStringAsPrecision$1(c, 3); }, - $signature: 3378 + $signature: 2554 }; A.LeastSquaresSolver.prototype = { solve$1(degree) { @@ -220062,19 +223298,19 @@ call$0() { return "Could not estimate velocity."; }, - $signature: 45 + $signature: 96 }; A.DragGestureRecognizer__checkEnd_closure0.prototype = { call$0() { return this.estimate.toString$0(0) + "; fling at " + this._box_0.details.velocity.toString$0(0) + "."; }, - $signature: 45 + $signature: 96 }; A.DragGestureRecognizer__checkEnd_closure1.prototype = { call$0() { return this.estimate.toString$0(0) + "; judged to not be a fling."; }, - $signature: 45 + $signature: 96 }; A.DragGestureRecognizer__checkEnd_closure2.prototype = { call$0() { @@ -220290,13 +223526,13 @@ call$1(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 871 + $signature: 824 }; A.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0() { return this.$this.onStart.call$1(this.initialPosition); }, - $signature: 3377 + $signature: 2589 }; A._ImmediatePointerState.prototype = { checkForResolutionAfterMove$0() { @@ -220313,8 +223549,10 @@ A.ImmediateMultiDragGestureRecognizer.prototype = { createNewPointerState$1($event) { var t1 = $event.get$position($event), - t2 = $event.get$kind($event); - return new A._ImmediatePointerState(this.gestureSettings, t1, new A.VelocityTracker(t2, A.List_List$filled(20, null, false, type$.nullable__PointAtTime)), t2, B.Offset_0_0); + t2 = $event.get$kind($event), + t3 = this.gestureSettings; + $.$get$Stopwatch__frequency(); + return new A._ImmediatePointerState(t3, t1, new A.VelocityTracker(t2, new A.Stopwatch(), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)), t2, B.Offset_0_0); } }; A._DelayedPointerState.prototype = { @@ -220360,8 +223598,10 @@ A.DelayedMultiDragGestureRecognizer.prototype = { createNewPointerState$1($event) { var t1 = $event.get$position($event), - t2 = $event.get$kind($event); - t2 = new A._DelayedPointerState(this.gestureSettings, t1, new A.VelocityTracker(t2, A.List_List$filled(20, null, false, type$.nullable__PointAtTime)), t2, B.Offset_0_0); + t2 = $event.get$kind($event), + t3 = this.gestureSettings; + $.$get$Stopwatch__frequency(); + t2 = new A._DelayedPointerState(t3, t1, new A.VelocityTracker(t2, new A.Stopwatch(), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)), t2, B.Offset_0_0); t2._multidrag$_timer = A.Timer_Timer(B.Duration_500000, t2.get$_delayPassed()); return t2; } @@ -220571,14 +223811,14 @@ call$0() { return A.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4); }, - $signature: 3373 + $signature: 2591 }; A.PointerRouter__dispatchEventToRoutes_closure.prototype = { call$2(route, transform) { if (J.containsKey$1$x(this.referenceRoutes, route)) this.$this._dispatch$3(this.event, route, transform); }, - $signature: 3372 + $signature: 2593 }; A.PointerSignalResolver.prototype = { register$2(_, $event, callback) { @@ -220944,9 +224184,12 @@ return factor - _this._initialPanZoomRotationFactor; }, addAllowedPointer$1($event) { - var _this = this; + var t1, t2, _this = this; _this.super$OneSequenceGestureRecognizer$addAllowedPointer($event); - _this._velocityTrackers.$indexSet(0, $event.get$pointer(), new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime))); + t1 = $event.get$pointer(); + t2 = $event.get$kind($event); + $.$get$Stopwatch__frequency(); + _this._velocityTrackers.$indexSet(0, t1, new A.VelocityTracker(t2, new A.Stopwatch(), A.List_List$filled(20, null, false, type$.nullable__PointAtTime))); if (_this._scale$_state === B._ScaleState_0) { _this._scale$_state = B._ScaleState_1; _this.__ScaleGestureRecognizer__currentVerticalSpan_A = _this.__ScaleGestureRecognizer__initialVerticalSpan_A = _this.__ScaleGestureRecognizer__currentHorizontalSpan_A = _this.__ScaleGestureRecognizer__initialHorizontalSpan_A = _this.__ScaleGestureRecognizer__currentSpan_A = _this.__ScaleGestureRecognizer__initialSpan_A = 0; @@ -220956,10 +224199,13 @@ return true; }, addAllowedPointerPanZoom$1($event) { - var _this = this; + var t1, t2, _this = this; _this.super$GestureRecognizer$addAllowedPointerPanZoom($event); _this.startTrackingPointer$2($event.get$pointer(), $event.get$transform($event)); - _this._velocityTrackers.$indexSet(0, $event.get$pointer(), new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime))); + t1 = $event.get$pointer(); + t2 = $event.get$kind($event); + $.$get$Stopwatch__frequency(); + _this._velocityTrackers.$indexSet(0, t1, new A.VelocityTracker(t2, new A.Stopwatch(), A.List_List$filled(20, null, false, type$.nullable__PointAtTime))); if (_this._scale$_state === B._ScaleState_0) { _this._scale$_state = B._ScaleState_1; _this._initialPanZoomScaleFactor = 1; @@ -221130,10 +224376,12 @@ _this.invokeCallback$2("onEnd", new A.ScaleGestureRecognizer__reconfigure_closure2(_this)); } _this._scale$_state = B._ScaleState_2; - _this._scaleVelocityTracker = new A.VelocityTracker(B.PointerDeviceKind_0, A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); + $.$get$Stopwatch__frequency(); + _this._scaleVelocityTracker = new A.VelocityTracker(B.PointerDeviceKind_0, new A.Stopwatch(), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); return false; } - _this._scaleVelocityTracker = new A.VelocityTracker(B.PointerDeviceKind_0, A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); + $.$get$Stopwatch__frequency(); + _this._scaleVelocityTracker = new A.VelocityTracker(B.PointerDeviceKind_0, new A.Stopwatch(), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); return true; }, _advanceStateMachine$2(shouldStartIfAccepted, $event) { @@ -221232,13 +224480,13 @@ call$1(x) { return x._rotation; }, - $signature: 656 + $signature: 820 }; A.ScaleGestureRecognizer__reconfigure_closure0.prototype = { call$2(a, b) { return a + b; }, - $signature: 211 + $signature: 216 }; A.ScaleGestureRecognizer__reconfigure_closure1.prototype = { call$0() { @@ -221311,13 +224559,13 @@ call$1(x) { return x._rotation; }, - $signature: 656 + $signature: 820 }; A.ScaleGestureRecognizer_acceptGesture_closure0.prototype = { call$2(a, b) { return a + b; }, - $signature: 211 + $signature: 216 }; A.TapDownDetails.prototype = {}; A.TapUpDetails.prototype = {}; @@ -221531,6 +224779,485 @@ }, $signature: 0 }; + A._DragState0.prototype = { + _enumToString$0() { + return "_DragState." + this._core$_name; + } + }; + A.TapDragDownDetails.prototype = {}; + A.TapDragUpDetails.prototype = {}; + A.TapDragStartDetails.prototype = {}; + A.TapDragUpdateDetails.prototype = {}; + A.TapDragEndDetails.prototype = {}; + A._TapStatusTrackerMixin.prototype = { + handleEvent$1($event) { + var computedSlop, t1, _this = this; + if (type$.PointerMoveEvent._is($event)) { + computedSlop = A.computeHitSlop($event.get$kind($event), _this.gestureSettings); + t1 = _this._TapStatusTrackerMixin__originPosition; + if ($event.get$position($event).$sub(0, t1.global).get$distance() > computedSlop) { + _this._consecutiveTapTimerStop$0(); + _this._TapStatusTrackerMixin__lastTapOffset = _this._TapStatusTrackerMixin__previousButtons = null; + } + } else if (type$.PointerUpEvent._is($event)) { + _this._TapStatusTrackerMixin__up = $event; + if (_this._TapStatusTrackerMixin__down != null) { + _this._consecutiveTapTimerStop$0(); + if (_this._TapStatusTrackerMixin__consecutiveTapTimer == null) + _this._TapStatusTrackerMixin__consecutiveTapTimer = A.Timer_Timer(B.Duration_300000, _this.get$_consecutiveTapTimerTimeout()); + } + } else if (type$.PointerCancelEvent._is($event)) + _this._tapTrackerReset$0(); + }, + rejectGesture$1(pointer) { + this._tapTrackerReset$0(); + }, + _hasSameButton$1(buttons) { + var t1 = this._TapStatusTrackerMixin__previousButtons; + t1.toString; + if (buttons === t1) + return true; + else + return false; + }, + _isWithinConsecutiveTapTolerance$1(secondTapOffset) { + var t1 = this._TapStatusTrackerMixin__lastTapOffset; + if (t1 == null) + return false; + return secondTapOffset.$sub(0, t1).get$distance() <= 100; + }, + _consecutiveTapTimerStop$0() { + var t1 = this._TapStatusTrackerMixin__consecutiveTapTimer; + if (t1 != null) { + t1.cancel$0(0); + this._TapStatusTrackerMixin__consecutiveTapTimer = null; + } + }, + _consecutiveTapTimerTimeout$0() { + }, + _tapTrackerReset$0() { + var t1, _this = this; + _this._consecutiveTapTimerStop$0(); + _this._TapStatusTrackerMixin__lastTapOffset = _this._TapStatusTrackerMixin__originPosition = _this._TapStatusTrackerMixin__previousButtons = null; + _this._TapStatusTrackerMixin__consecutiveTapCount = 0; + _this._TapStatusTrackerMixin__up = _this._TapStatusTrackerMixin__down = null; + t1 = _this._TapStatusTrackerMixin_onTapTrackReset; + if (t1 != null) + t1.call$0(); + } + }; + A.BaseTapAndDragGestureRecognizer.prototype = { + _handleDragUpdateThrottled$0() { + var _this = this; + if (_this.onDragUpdate != null) + _this.invokeCallback$2("onDragUpdate", new A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure(_this)); + _this._lastDragUpdateDetails = _this._dragUpdateThrottleTimer = null; + }, + isPointerAllowed$1($event) { + var _this = this; + if (_this._tap_and_drag$_primaryPointer == null) + switch ($event.get$buttons($event)) { + case 1: + if (_this.onTapDown == null && _this.onDragStart == null && _this.onDragUpdate == null && _this.onDragEnd == null && _this.onTapUp == null && _this.onCancel == null) + return false; + break; + default: + return false; + } + else if ($event.get$pointer() !== _this._tap_and_drag$_primaryPointer) + return false; + return _this.super$GestureRecognizer$isPointerAllowed($event); + }, + addAllowedPointer$1($event) { + var t1, _this = this; + if (_this._dragState === B._DragState_00) { + _this.super$_BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin$addAllowedPointer($event); + _this._tap_and_drag$_primaryPointer = $event.get$pointer(); + _this.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A = _this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A = 0; + _this._dragState = B._DragState_10; + t1 = $event.get$position($event); + _this.__BaseTapAndDragGestureRecognizer__initialPosition_A = new A.OffsetPair($event.get$localPosition(), t1); + _this._deadlineTimer = A.Timer_Timer(B.Duration_100000, new A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure(_this, $event)); + } + }, + handleNonAllowedPointer$1($event) { + if ($event.get$buttons($event) !== 1) + if (!this._tap_and_drag$_wonArenaForPrimaryPointer) + this.super$OneSequenceGestureRecognizer$handleNonAllowedPointer($event); + }, + acceptGesture$1(pointer) { + var t1, _this = this; + if (pointer !== _this._tap_and_drag$_primaryPointer) + return; + _this._stopDeadlineTimer$0(); + _this._tap_and_drag$_acceptedActivePointers.add$1(0, pointer); + t1 = _this._TapStatusTrackerMixin__down; + if (t1 != null) + _this._checkTapDown$1(t1); + _this._tap_and_drag$_wonArenaForPrimaryPointer = true; + t1 = _this._tap_and_drag$_start; + if (t1 != null) + _this._acceptDrag$1(t1); + t1 = _this._TapStatusTrackerMixin__up; + if (t1 != null) + _this._checkTapUp$1(t1); + }, + didStopTrackingLastPointer$1(pointer) { + var t1, _this = this; + switch (_this._dragState.index) { + case 0: + _this._tap_and_drag$_checkCancel$0(); + _this.resolve$1(0, B.GestureDisposition_1); + break; + case 1: + if (_this._pastSlopTolerance) + if (_this._tap_and_drag$_wonArenaForPrimaryPointer) { + if (_this._TapStatusTrackerMixin__down != null) { + if (!_this._tap_and_drag$_acceptedActivePointers.remove$1(0, pointer)) + _this.resolvePointer$2(pointer, B.GestureDisposition_1); + _this._dragState = B._DragState_20; + t1 = _this._TapStatusTrackerMixin__down; + t1.toString; + _this._acceptDrag$1(t1); + _this._checkDragEnd$0(); + } + } else { + _this._tap_and_drag$_checkCancel$0(); + _this.resolve$1(0, B.GestureDisposition_1); + } + else { + t1 = _this._TapStatusTrackerMixin__up; + if (t1 != null) + _this._checkTapUp$1(t1); + } + break; + case 2: + _this._checkDragEnd$0(); + break; + } + _this._stopDeadlineTimer$0(); + _this._dragState = B._DragState_00; + _this._pastSlopTolerance = false; + }, + handleEvent$1($event) { + var computedSlop, t1, localToGlobalTransform, movedLocally, t2, t3, _this = this; + if ($event.get$pointer() !== _this._tap_and_drag$_primaryPointer) + return; + _this.super$_TapStatusTrackerMixin$handleEvent($event); + if (type$.PointerMoveEvent._is($event)) { + computedSlop = A.computeHitSlop($event.get$kind($event), _this.gestureSettings); + if (!_this._pastSlopTolerance) { + t1 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = $event.get$position($event).$sub(0, t1.global).get$distance() > computedSlop; + } else + t1 = true; + _this._pastSlopTolerance = t1; + t1 = _this._dragState; + if (t1 === B._DragState_20) + _this._checkDragUpdate$1($event); + else if (t1 === B._DragState_10) { + if (_this._tap_and_drag$_start == null) { + if ($event.get$transform($event) == null) + localToGlobalTransform = null; + else { + t1 = $event.get$transform($event); + t1.toString; + localToGlobalTransform = A.Matrix4_tryInvert(t1); + } + movedLocally = _this._tap_and_drag$_getDeltaForDetails$1($event.get$localDelta()); + t1 = _this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.PointerEvent_transformDeltaViaPositions(localToGlobalTransform, null, movedLocally, $event.get$localPosition()).get$distance(); + t3 = _this._tap_and_drag$_getPrimaryValueFromOffset$1(movedLocally); + _this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A = t1 + t2 * J.get$sign$in(t3 == null ? 1 : t3); + t1 = _this.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A = t1 + A.PointerEvent_transformDeltaViaPositions(localToGlobalTransform, null, $event.get$localDelta(), $event.get$localPosition()).get$distance() * B.JSInt_methods.get$sign(1); + if (!_this._tap_and_drag$_hasSufficientGlobalDistanceToAccept$1($event.get$kind($event))) + t1 = _this._tap_and_drag$_wonArenaForPrimaryPointer && Math.abs(_this.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A) > A.computePanSlop($event.get$kind($event), _this.gestureSettings); + else + t1 = true; + if (t1) { + _this._tap_and_drag$_start = $event; + _this._dragState = B._DragState_20; + if (!_this._tap_and_drag$_wonArenaForPrimaryPointer) + _this.resolve$1(0, B.GestureDisposition_0); + } + } + t1 = _this._tap_and_drag$_start; + if (t1 != null) + _this._acceptDrag$1(t1); + } + } else if (type$.PointerUpEvent._is($event)) { + t1 = _this._dragState; + if (t1 === B._DragState_10) + _this.stopTrackingIfPointerNoLongerDown$1($event); + else if (t1 === B._DragState_20) + _this._tap_and_drag$_giveUpPointer$1($event.get$pointer()); + } else if (type$.PointerCancelEvent._is($event)) { + _this._dragState = B._DragState_00; + _this._tap_and_drag$_giveUpPointer$1($event.get$pointer()); + } + }, + rejectGesture$1(pointer) { + var _this = this; + if (pointer !== _this._tap_and_drag$_primaryPointer) + return; + _this.super$_TapStatusTrackerMixin$rejectGesture(pointer); + _this._stopDeadlineTimer$0(); + _this._tap_and_drag$_giveUpPointer$1(pointer); + _this._resetTaps$0(); + _this._resetDragUpdateThrottle$0(); + }, + dispose$0() { + this._stopDeadlineTimer$0(); + this._resetDragUpdateThrottle$0(); + this.super$_BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin$dispose(); + }, + _acceptDrag$1($event) { + var t1, t2, localToGlobal, correctedLocalPosition, globalUpdateDelta, _this = this; + if (!_this._tap_and_drag$_wonArenaForPrimaryPointer) + return; + if (_this.dragStartBehavior === B.DragStartBehavior_1) { + t1 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = $event.get$delta(); + _this.__BaseTapAndDragGestureRecognizer__initialPosition_A = t1.$add(0, new A.OffsetPair($event.get$localDelta(), t2)); + } + _this._checkDragStart$1($event); + if (!$event.get$localDelta().$eq(0, B.Offset_0_0)) { + if ($event.get$transform($event) != null) { + t1 = $event.get$transform($event); + t1.toString; + localToGlobal = A.Matrix4_tryInvert(t1); + } else + localToGlobal = null; + t1 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + correctedLocalPosition = t1.local.$add(0, $event.get$localDelta()); + globalUpdateDelta = A.PointerEvent_transformDeltaViaPositions(localToGlobal, null, $event.get$localDelta(), correctedLocalPosition); + t1 = $event.get$localDelta(); + _this._correctedPosition = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A.$add(0, new A.OffsetPair(t1, globalUpdateDelta)); + _this._checkDragUpdate$1($event); + _this._correctedPosition = null; + } + }, + _checkTapDown$1($event) { + var t1, t2, t3, t4, _this = this; + if (_this._tap_and_drag$_sentTapDown) + return; + t1 = $event.get$position($event); + t2 = $event.get$localPosition(); + t3 = _this._pointerToKind.$index(0, $event.get$pointer()); + t3.toString; + t4 = _this._TapStatusTrackerMixin__consecutiveTapCount; + if (_this.onTapDown != null) + _this.invokeCallback$2("onTapDown", new A.BaseTapAndDragGestureRecognizer__checkTapDown_closure(_this, new A.TapDragDownDetails(t1, t2, t3, t4))); + _this._tap_and_drag$_sentTapDown = true; + }, + _checkTapUp$1($event) { + var t1, t2, t3, t4, _this = this; + if (!_this._tap_and_drag$_wonArenaForPrimaryPointer) + return; + t1 = $event.get$kind($event); + t2 = $event.get$position($event); + t3 = $event.get$localPosition(); + t4 = _this._TapStatusTrackerMixin__consecutiveTapCount; + if (_this.onTapUp != null) + _this.invokeCallback$2("onTapUp", new A.BaseTapAndDragGestureRecognizer__checkTapUp_closure(_this, new A.TapDragUpDetails(t2, t3, t1, t4))); + _this._resetTaps$0(); + if (!_this._tap_and_drag$_acceptedActivePointers.remove$1(0, $event.get$pointer())) + _this.resolvePointer$2($event.get$pointer(), B.GestureDisposition_1); + }, + _checkDragStart$1($event) { + var t1, t2, t3, _this = this; + if (_this.onDragStart != null) { + t1 = $event.get$timeStamp($event); + t2 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this._pointerToKind.$index(0, $event.get$pointer()); + t3.toString; + _this.invokeCallback$2("onDragStart", new A.BaseTapAndDragGestureRecognizer__checkDragStart_closure(_this, new A.TapDragStartDetails(t1, t2.global, t2.local, t3, _this._TapStatusTrackerMixin__consecutiveTapCount))); + } + _this._tap_and_drag$_start = null; + }, + _checkDragUpdate$1($event) { + var localPosition, t2, t3, t4, t5, t6, _this = this, + t1 = _this._correctedPosition, + globalPosition = t1 != null ? t1.global : $event.get$position($event); + t1 = _this._correctedPosition; + localPosition = t1 != null ? t1.local : $event.get$localPosition(); + t1 = $event.get$timeStamp($event); + t2 = $event.get$localDelta(); + t3 = _this._pointerToKind.$index(0, $event.get$pointer()); + t3.toString; + t4 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = globalPosition.$sub(0, t4.global); + t5 = localPosition.$sub(0, _this.__BaseTapAndDragGestureRecognizer__initialPosition_A.local); + t6 = _this._TapStatusTrackerMixin__consecutiveTapCount; + if (_this.onDragUpdate != null) + _this.invokeCallback$2("onDragUpdate", new A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure(_this, new A.TapDragUpdateDetails(t1, t2, globalPosition, localPosition, t3, t4, t5, t6))); + }, + _checkDragEnd$0() { + var _this = this, + t1 = _this._dragUpdateThrottleTimer; + if (t1 != null) { + t1.cancel$0(0); + _this._handleDragUpdateThrottled$0(); + } + t1 = _this._TapStatusTrackerMixin__consecutiveTapCount; + if (_this.onDragEnd != null) + _this.invokeCallback$2("onDragEnd", new A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure(_this, new A.TapDragEndDetails(0, t1))); + _this._resetTaps$0(); + _this._resetDragUpdateThrottle$0(); + }, + _tap_and_drag$_checkCancel$0() { + var t1, _this = this; + if (!_this._tap_and_drag$_sentTapDown) + return; + t1 = _this.onCancel; + if (t1 != null) + _this.invokeCallback$2("onCancel", t1); + _this._resetDragUpdateThrottle$0(); + _this._resetTaps$0(); + }, + _tap_and_drag$_giveUpPointer$1(pointer) { + this.stopTrackingPointer$1(pointer); + if (!this._tap_and_drag$_acceptedActivePointers.remove$1(0, pointer)) + this.resolvePointer$2(pointer, B.GestureDisposition_1); + }, + _resetTaps$0() { + this._tap_and_drag$_wonArenaForPrimaryPointer = this._tap_and_drag$_sentTapDown = false; + this._tap_and_drag$_primaryPointer = null; + }, + _resetDragUpdateThrottle$0() { + return; + }, + _stopDeadlineTimer$0() { + var t1 = this._deadlineTimer; + if (t1 != null) { + t1.cancel$0(0); + this._deadlineTimer = null; + } + } + }; + A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure.prototype = { + call$0() { + var t1 = this.$this, + t2 = t1.onDragUpdate; + t2.toString; + t1 = t1._lastDragUpdateDetails; + t1.toString; + return t2.call$1(t1); + }, + $signature: 0 + }; + A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure.prototype = { + call$0() { + var t1 = this.$this, + t2 = t1._TapStatusTrackerMixin__down; + if (t2 != null) { + t1._checkTapDown$1(t2); + if (t1._TapStatusTrackerMixin__consecutiveTapCount > 1) + t1.resolve$1(0, B.GestureDisposition_0); + } + return null; + }, + $signature: 0 + }; + A.BaseTapAndDragGestureRecognizer__checkTapDown_closure.prototype = { + call$0() { + return this.$this.onTapDown.call$1(this.details); + }, + $signature: 0 + }; + A.BaseTapAndDragGestureRecognizer__checkTapUp_closure.prototype = { + call$0() { + return this.$this.onTapUp.call$1(this.upDetails); + }, + $signature: 0 + }; + A.BaseTapAndDragGestureRecognizer__checkDragStart_closure.prototype = { + call$0() { + return this.$this.onDragStart.call$1(this.details); + }, + $signature: 0 + }; + A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure.prototype = { + call$0() { + return this.$this.onDragUpdate.call$1(this.details); + }, + $signature: 0 + }; + A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure.prototype = { + call$0() { + return this.$this.onDragEnd.call$1(this.endDetails); + }, + $signature: 0 + }; + A.TapAndHorizontalDragGestureRecognizer.prototype = { + _tap_and_drag$_hasSufficientGlobalDistanceToAccept$1(pointerDeviceKind) { + var t1 = this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return Math.abs(t1) > A.computeHitSlop(pointerDeviceKind, this.gestureSettings); + }, + _tap_and_drag$_getDeltaForDetails$1(delta) { + return new A.Offset(delta._dx, 0); + }, + _tap_and_drag$_getPrimaryValueFromOffset$1(value) { + return value._dx; + } + }; + A.TapAndPanGestureRecognizer.prototype = { + _tap_and_drag$_hasSufficientGlobalDistanceToAccept$1(pointerDeviceKind) { + var t1 = this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return Math.abs(t1) > A.computePanSlop(pointerDeviceKind, this.gestureSettings); + }, + _tap_and_drag$_getDeltaForDetails$1(delta) { + return delta; + }, + _tap_and_drag$_getPrimaryValueFromOffset$1(value) { + return null; + } + }; + A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin.prototype = { + addAllowedPointer$1($event) { + var t1, _this = this; + _this.super$OneSequenceGestureRecognizer$addAllowedPointer($event); + t1 = _this._TapStatusTrackerMixin__consecutiveTapTimer; + if (t1 != null && t1._handle == null) + _this._tapTrackerReset$0(); + _this._TapStatusTrackerMixin__up = null; + if (_this._TapStatusTrackerMixin__down != null) + t1 = !(_this._TapStatusTrackerMixin__consecutiveTapTimer != null && _this._isWithinConsecutiveTapTolerance$1($event.get$position($event)) && _this._hasSameButton$1($event.get$buttons($event))); + else + t1 = false; + if (t1) + _this._TapStatusTrackerMixin__consecutiveTapCount = 1; + else + ++_this._TapStatusTrackerMixin__consecutiveTapCount; + _this._consecutiveTapTimerStop$0(); + _this._TapStatusTrackerMixin__down = $event; + _this._TapStatusTrackerMixin__previousButtons = $event.get$buttons($event); + _this._TapStatusTrackerMixin__lastTapOffset = $event.get$position($event); + _this._TapStatusTrackerMixin__originPosition = new A.OffsetPair($event.get$localPosition(), $event.get$position($event)); + t1 = _this._TapStatusTrackerMixin_onTapTrackStart; + if (t1 != null) + t1.call$0(); + }, + dispose$0() { + this._tapTrackerReset$0(); + this.super$OneSequenceGestureRecognizer$dispose(); + } + }; + A._TapDragDownDetails_Object_Diagnosticable.prototype = {}; + A._TapDragEndDetails_Object_Diagnosticable.prototype = {}; + A._TapDragStartDetails_Object_Diagnosticable.prototype = {}; + A._TapDragUpDetails_Object_Diagnosticable.prototype = {}; + A._TapDragUpdateDetails_Object_Diagnosticable.prototype = {}; A._CombiningGestureArenaEntry.prototype = { resolve$1(_, disposition) { this._combiner._team$_resolve$2(this._team$_member, disposition); @@ -221597,7 +225324,7 @@ call$0() { return new A._CombiningGestureArenaMember(this.$this, A._setArrayType([], type$.JSArray_GestureArenaMember), this.pointer); }, - $signature: 3361 + $signature: 2636 }; A.Velocity.prototype = { $sub(_, other) { @@ -221643,19 +225370,25 @@ }; A.VelocityTracker.prototype = { addPosition$2(time, position) { - var t1 = ++this._velocity_tracker$_index; + var _this = this, + t1 = _this._sinceLastSample; + t1.start$0(0); + t1.reset$0(0); + t1 = ++_this._velocity_tracker$_index; if (t1 === 20) - t1 = this._velocity_tracker$_index = 0; - this._samples[t1] = new A._PointAtTime(time, position); + t1 = _this._velocity_tracker$_index = 0; + _this._samples[t1] = new A._PointAtTime(time, position); }, getVelocityEstimate$0() { - var newestSample, t2, oldestSample, previousSample, sampleCount, sample, t3, age, position, xFit, yFit, t4, t5, - t1 = type$.JSArray_double, - x = A._setArrayType([], t1), - y = A._setArrayType([], t1), - w = A._setArrayType([], t1), - time = A._setArrayType([], t1), - index = this._velocity_tracker$_index; + var t1, x, y, w, time, index, newestSample, t2, oldestSample, previousSample, sampleCount, sample, t3, age, position, xFit, yFit, t4, t5; + if (this._sinceLastSample.get$elapsedMilliseconds() > 40) + return B.VelocityEstimate_MMm; + t1 = type$.JSArray_double; + x = A._setArrayType([], t1); + y = A._setArrayType([], t1); + w = A._setArrayType([], t1); + time = A._setArrayType([], t1); + index = this._velocity_tracker$_index; t1 = this._samples; newestSample = t1[index]; if (newestSample == null) @@ -221714,9 +225447,13 @@ }; A.IOSScrollViewFlingVelocityTracker.prototype = { addPosition$2(time, position) { - var t1 = (this._velocity_tracker$_index + 1) % 20; - this._velocity_tracker$_index = t1; - this._touchSamples[t1] = new A._PointAtTime(time, position); + var _this = this, + t1 = _this._sinceLastSample; + t1.start$0(0); + t1.reset$0(0); + t1 = (_this._velocity_tracker$_index + 1) % 20; + _this._velocity_tracker$_index = t1; + _this._touchSamples[t1] = new A._PointAtTime(time, position); }, _previousVelocityAt$1(index) { var end, start, @@ -221732,36 +225469,40 @@ return t1 > 0 ? end.point.$sub(0, start.point).$mul(0, 1000).$div(0, t1 / 1000) : B.Offset_0_0; }, getVelocityEstimate$0() { - var oldestNonNullSample, i, _this = this, - estimatedVelocity = _this._previousVelocityAt$1(-2).$mul(0, 0.6).$add(0, _this._previousVelocityAt$1(-1).$mul(0, 0.35)).$add(0, _this._previousVelocityAt$1(0).$mul(0, 0.05)), - t1 = _this._touchSamples, - t2 = _this._velocity_tracker$_index, - newestSample = t1[t2]; + var estimatedVelocity, t1, t2, newestSample, oldestNonNullSample, i, _this = this; + if (_this._sinceLastSample.get$elapsedMilliseconds() > 40) + return B.VelocityEstimate_MMm; + estimatedVelocity = _this._previousVelocityAt$1(-2).$mul(0, 0.6).$add(0, _this._previousVelocityAt$1(-1).$mul(0, 0.35)).$add(0, _this._previousVelocityAt$1(0).$mul(0, 0.05)); + t1 = _this._touchSamples; + t2 = _this._velocity_tracker$_index; + newestSample = t1[t2]; for (oldestNonNullSample = null, i = 1; i <= 20; ++i) { oldestNonNullSample = t1[B.JSInt_methods.$mod(t2 + i, 20)]; if (oldestNonNullSample != null) break; } if (oldestNonNullSample == null || newestSample == null) - return B.VelocityEstimate_MMm; + return B.VelocityEstimate_MMm0; else return new A.VelocityEstimate(estimatedVelocity, 1, new A.Duration(newestSample.time._duration - oldestNonNullSample.time._duration), newestSample.point.$sub(0, oldestNonNullSample.point)); } }; A.MacOSScrollViewFlingVelocityTracker.prototype = { getVelocityEstimate$0() { - var oldestNonNullSample, i, _this = this, - estimatedVelocity = _this._previousVelocityAt$1(-2).$mul(0, 0.15).$add(0, _this._previousVelocityAt$1(-1).$mul(0, 0.65)).$add(0, _this._previousVelocityAt$1(0).$mul(0, 0.2)), - t1 = _this._touchSamples, - t2 = _this._velocity_tracker$_index, - newestSample = t1[t2]; + var estimatedVelocity, t1, t2, newestSample, oldestNonNullSample, i, _this = this; + if (_this._sinceLastSample.get$elapsedMilliseconds() > 40) + return B.VelocityEstimate_MMm; + estimatedVelocity = _this._previousVelocityAt$1(-2).$mul(0, 0.15).$add(0, _this._previousVelocityAt$1(-1).$mul(0, 0.65)).$add(0, _this._previousVelocityAt$1(0).$mul(0, 0.2)); + t1 = _this._touchSamples; + t2 = _this._velocity_tracker$_index; + newestSample = t1[t2]; for (oldestNonNullSample = null, i = 1; i <= 20; ++i) { oldestNonNullSample = t1[B.JSInt_methods.$mod(t2 + i, 20)]; if (oldestNonNullSample != null) break; } if (oldestNonNullSample == null || newestSample == null) - return B.VelocityEstimate_MMm; + return B.VelocityEstimate_MMm0; else return new A.VelocityEstimate(estimatedVelocity, 1, new A.Duration(newestSample.time._duration - oldestNonNullSample.time._duration), newestSample.point.$sub(0, oldestNonNullSample.point)); } @@ -221771,11 +225512,11 @@ var _this = this; return new A.LicensePage(_this.applicationName, _this.applicationVersion, _this.applicationIcon, _this.applicationLegalese, null); }, - $signature: 3350 + $signature: 2664 }; A.LicensePage.prototype = { createState$0() { - return new A._LicensePageState(A.ValueNotifier$(null, type$.nullable_int), B._StateLifecycle_0); + return new A._LicensePageState(new A.ValueNotifier(null, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_nullable_int), B._StateLifecycle_0); } }; A._LicensePageState.prototype = { @@ -221855,20 +225596,20 @@ prev.addLicense$1(license); return prev; }, - $signature: 3345 + $signature: 2691 }; A._PackagesViewState_licenses_closure0.prototype = { call$1(licenseData) { licenseData.sortPackages$0(); return licenseData; }, - $signature: 3337 + $signature: 2694 }; A._PackagesViewState_build_closure.prototype = { call$2(context, snapshot) { return new A.LayoutBuilder(new A._PackagesViewState_build__closure(this.$this, snapshot), new A.ValueKey(snapshot.connectionState, type$.ValueKey_ConnectionState)); }, - $signature: 3336 + $signature: 2698 }; A._PackagesViewState_build__closure.prototype = { call$2(context, constraints) { @@ -221891,7 +225632,7 @@ return A.Material$(B.Duration_200000, true, _null, A.Column$(A._setArrayType([this.$this._widget.about, B.Center_oER], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t1.cardColor, 0, _null, _null, _null, _null, _null, B.MaterialType_0); } }, - $signature: 221 + $signature: 237 }; A._PackagesViewState_build___closure.prototype = { call$3(context, selectedId, _) { @@ -221903,13 +225644,13 @@ t4.toString; return A.Center$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, t3._packagesList$4(context, selectedId, t4, t3._widget.isLateral), B.Clip_0, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, t1.cardColor, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null, _null); }, - $signature: 3333 + $signature: 2705 }; A._PackagesViewState__initDefaultDetailPage_closure.prototype = { call$1(i) { return this.data.licenses[i]; }, - $signature: 781 + $signature: 817 }; A._PackagesViewState__packagesList_closure.prototype = { call$2(context, index) { @@ -221928,7 +225669,7 @@ t3 = false; return new A._PackageListTile(packageName, t3, t2.length, new A._PackagesViewState__packagesList__closure(_this.$this, packageIndex, context, packageName, t2, t1), null); }, - $signature: 102 + $signature: 104 }; A._PackagesViewState__packagesList__closure.prototype = { call$0() { @@ -221944,7 +225685,7 @@ call$1(i) { return this.data.licenses[i]; }, - $signature: 781 + $signature: 817 }; A._PackageListTile.prototype = { build$1(context) { @@ -221985,7 +225726,7 @@ return 1; return B.JSString_methods.compareTo$1(a.toLowerCase(), b.toLowerCase()); }, - $signature: 25 + $signature: 26 }; A._DetailArguments.prototype = { $eq(_, other) { @@ -222015,7 +225756,7 @@ _initLicenses$body$_PackageLicensePageState() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t1, t2, t3, _i, license, t4, paragraphs; + $async$returnValue, $async$self = this, t1, t2, t3, t4, t5, _i, license, t6, t7, t8, t9, t10, paragraphs; var $async$_initLicenses$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -222023,7 +225764,7 @@ switch ($async$goto) { case 0: // Function start - t1 = $async$self._widget.licenseEntries, t2 = t1.length, t3 = type$.List_LicenseParagraph, _i = 0; + t1 = $async$self._widget.licenseEntries, t2 = t1.length, t3 = type$._Future_List_LicenseParagraph, t4 = type$._AsyncCompleter_List_LicenseParagraph, t5 = type$._TaskEntry_List_LicenseParagraph, _i = 0; case 3: // for condition if (!(_i < t1.length)) { @@ -222037,10 +225778,18 @@ $async$goto = 1; break; } - t4 = $.SchedulerBinding__instance; - t4.toString; + t6 = $.SchedulerBinding__instance; + t6.toString; + t7 = license.get$paragraphs(); + t8 = t6.SchedulerBinding__taskQueue; + t9 = t8._priority_queue$_length; + t10 = new A._Future($.Zone__current, t3); + ++t8._priority_queue$_modificationCount; + t8._priority_queue$_add$1(0, new A._TaskEntry(B.JSArray_methods.get$toList(t7), 100000, "License", null, new A._AsyncCompleter(t10, t4), t5)); + if (t9 === 0 && t6._lockCount <= 0) + t6._ensureEventLoopCallback$0(); $async$goto = 6; - return A._asyncAwait(t4.scheduleTask$1$3$debugLabel(B.JSArray_methods.get$toList(license.get$paragraphs()), B.Priority_100000, "License", t3), $async$_initLicenses$0); + return A._asyncAwait(t10, $async$_initLicenses$0); case 6: // returning from await. paragraphs = $async$result; @@ -222082,10 +225831,11 @@ t1.push(B.Padding_U4d); t2 = _this._widget.scrollController; if (t2 == null) { - t2 = theme.appBarTheme; - t2 = A.AppBar$(_null, _null, true, _null, _null, 1, _null, _null, _null, false, _null, false, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, new A._PackageLicensePageTitle(title, subtitle, theme.primaryTextTheme, t2.titleTextStyle, t2.foregroundColor, _null), _null, _null, _null, 1, _null); - t3 = A.BoxConstraints$loose(B.Size_UW6); - page = A.Scaffold$(t2, _null, A.Center$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Localizations_Localizations$override(A.ScrollConfiguration$(A.ScrollConfiguration_of(context).copyWith$1$scrollbars(false), A.Scrollbar$(A.ListView$(t1, _null, padding, true, B.Axis_1, false), _null, _null)), context, B.Locale_en_US), B.Clip_0, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, theme.cardColor, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null, _null), _null, _null, _null, _null, _null); + t2 = theme.useMaterial3 ? theme.textTheme : theme.primaryTextTheme; + t3 = theme.appBarTheme; + t3 = A.AppBar$(_null, _null, true, _null, _null, 1, _null, _null, _null, false, _null, false, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, new A._PackageLicensePageTitle(title, subtitle, t2, t3.titleTextStyle, t3.foregroundColor, _null), _null, _null, _null, 1, _null); + t2 = A.BoxConstraints$loose(B.Size_UW6); + page = A.Scaffold$(t3, _null, A.Center$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Localizations_Localizations$override(A.ScrollConfiguration$(A.ScrollConfiguration_of(context).copyWith$1$scrollbars(false), A.Scrollbar$(A.ListView$(t1, _null, padding, true, B.Axis_1, false), _null, _null)), context, B.Locale_en_US), B.Clip_0, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, theme.cardColor, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null, _null), _null, _null, _null, _null, _null); } else { t3 = theme.textTheme; page = A.CustomScrollView$(0, _null, B.Clip_1, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, _null, _null, false, B.Axis_1, false, A._setArrayType([new A.SliverAppBar(false, new A._PackageLicensePageTitle(title, subtitle, t3, t3.titleLarge, _null, _null), theme.cardColor, true, _null), new A.SliverPadding(padding, A.SliverList$(new A.SliverChildBuilderDelegate(new A._PackageLicensePageState_build_closure(t1), t1.length, true, true, true, A.scroll_delegate___kDefaultSemanticIndexCallback$closure(), _null)), _null)], type$.JSArray_Widget)); @@ -222122,7 +225872,7 @@ call$2(context, index) { return A.Localizations_Localizations$override(this.listWidgets[index], context, B.Locale_en_US); }, - $signature: 3319 + $signature: 2730 }; A._PackageLicensePageTitle.prototype = { build$1(context) { @@ -222183,7 +225933,7 @@ var masterPageRoute, _this = this; _this._builtLayout = B._LayoutMode_1; masterPageRoute = _this._masterPageRoute$1(context); - return new A.WillPopScope(A.Navigator$(B.Clip_1, "initial", _this._navigatorKey, B.List_empty19, new A._MasterDetailFlowState__nestedUI_closure(_this, masterPageRoute), new A._MasterDetailFlowState__nestedUI_closure0(_this, masterPageRoute), null, false, null), new A._MasterDetailFlowState__nestedUI_closure1(_this), null); + return new A.NavigatorPopHandler(A.Navigator$(B.Clip_1, "initial", _this._navigatorKey, B.List_empty19, new A._MasterDetailFlowState__nestedUI_closure(_this, masterPageRoute), new A._MasterDetailFlowState__nestedUI_closure0(_this, masterPageRoute), null, false, null), new A._MasterDetailFlowState__nestedUI_closure1(_this), null); }, _masterPageRoute$1(context) { return A.MaterialPageRoute$(new A._MasterDetailFlowState__masterPageRoute_closure(this, context), null, type$.dynamic); @@ -222205,36 +225955,13 @@ return this.$this._lateralUI$1(context); return this.$this._nestedUI$1(context); }, - $signature: 221 + $signature: 237 }; A._MasterDetailFlowState__nestedUI_closure1.prototype = { call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$self = this; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 3; - return A._asyncAwait($async$self.$this._navigatorKey.get$currentState().maybePop$0(), $async$call$0); - case 3: - // returning from await. - $async$returnValue = !$async$result; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); + this.$this._navigatorKey.get$currentState().maybePop$0(); }, - $signature: 44 + $signature: 0 }; A._MasterDetailFlowState__nestedUI_closure.prototype = { call$2($navigator, initialRoute) { @@ -222246,7 +225973,7 @@ return A._setArrayType([this.masterPageRoute, t1._detailPageRoute$1(t1._cachedDetailArguments)], type$.JSArray_Route_void); } }, - $signature: 3317 + $signature: 2745 }; A._MasterDetailFlowState__nestedUI_closure0.prototype = { call$1(settings) { @@ -222266,7 +225993,7 @@ throw A.wrapException(A.Exception_Exception("Unknown route " + A.S(t1))); } }, - $signature: 3316 + $signature: 2762 }; A._MasterDetailFlowState__masterPageRoute_closure.prototype = { call$1(c) { @@ -222277,7 +226004,7 @@ t3 = t2.title; return A.BlockSemantics$(new A._MasterPage(t2.masterViewBuilder, t3, t1, _null)); }, - $signature: 3312 + $signature: 2767 }; A._MasterDetailFlowState__masterPageRoute__closure.prototype = { call$0() { @@ -222288,42 +226015,21 @@ A._MasterDetailFlowState__detailPageRoute_closure.prototype = { call$1(context) { var t1 = this.$this; - return new A.WillPopScope(A.BlockSemantics$(t1._widget.detailPageBuilder$3(context, this.$arguments, null)), new A._MasterDetailFlowState__detailPageRoute__closure(t1, context), null); + return new A.PopScope(A.BlockSemantics$(t1._widget.detailPageBuilder$3(context, this.$arguments, null)), new A._MasterDetailFlowState__detailPageRoute__closure(t1), true, null); }, - $signature: 3309 + $signature: 2768 }; A._MasterDetailFlowState__detailPageRoute__closure.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$self = this; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$self.$this.focus = B._Focus_0; - A.Navigator_of($async$self.context, false).pop$0(); - $async$returnValue = false; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); + call$1(didPop) { + this.$this.focus = B._Focus_0; }, - $signature: 44 + $signature: 13 }; A._MasterDetailFlowState__lateralUI_closure1.prototype = { call$2(_, __) { return B.List_empty20; }, - $signature: 3304 + $signature: 2780 }; A._MasterDetailFlowState__lateralUI_closure0.prototype = { call$3(context, args, scrollController) { @@ -222334,13 +226040,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 629 + $signature: 917 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2(context, isLateral) { return this.$this._widget.masterViewBuilder$2(context, isLateral); }, - $signature: 668 + $signature: 818 }; A._MasterPage.prototype = { build$1(context) { @@ -222350,7 +226056,7 @@ }; A._MasterDetailScaffold.prototype = { createState$0() { - return new A._MasterDetailScaffoldState(A.ValueNotifier$(null, type$.nullable_Object), B._StateLifecycle_0); + return new A._MasterDetailScaffoldState(new A.ValueNotifier(null, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_nullable_Object), B._StateLifecycle_0); }, masterViewBuilder$2(arg0, arg1) { return this.masterViewBuilder.call$2(arg0, arg1); @@ -222413,7 +226119,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 11 + $signature: 12 }; A._MasterDetailScaffoldState_setInitialDetailPage_closure.prototype = { call$1(_) { @@ -222421,7 +226127,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 11 + $signature: 12 }; A._MasterDetailScaffoldState_build_closure.prototype = { call$3(context, value, child) { @@ -222432,13 +226138,13 @@ t4 = t3.detailPageBuilder; return A.AnimatedSwitcher$(A.Container$(_null, new A._DetailView(t4, t1 ? t3.initialArguments : value, _null), B.Clip_0, _null, B.BoxConstraints_ALM, _null, _null, _null, new A.ValueKey(t2, type$.ValueKey_nullable_Object), _null, _null, _null, _null, _null), B.Duration_500000, B.C__Linear, B.C__Linear, new A._MasterDetailScaffoldState_build__closure()); }, - $signature: 3302 + $signature: 2781 }; A._MasterDetailScaffoldState_build__closure.prototype = { call$2(child, animation) { return A._FadeUpwardsPageTransition$(child, animation); }, - $signature: 445 + $signature: 537 }; A._DetailView.prototype = { build$1(context) { @@ -222454,10 +226160,13 @@ call$2(context, controller) { var _null = null, t1 = A.Theme_of(context), - t2 = this.$this; - return A.MouseRegion$(A.Card$(t2._builder.call$3(context, t2._about$_arguments, controller), B.Clip_2, t1.cardColor, 4, B.EdgeInsets_4_0_4_0, true, B.RoundedRectangleBorder_27D2), B.C__DeferringMouseCursor, _null, _null, _null, _null, _null); + t2 = this.$this, + t3 = t2._about$_arguments; + if (t3 == null) + t3 = type$.Object._as(t3); + return A.MouseRegion$(A.Card$(t2._builder.call$3(context, t3, controller), B.Clip_2, t1.cardColor, 4, B.EdgeInsets_4_0_4_0, true, B.RoundedRectangleBorder_27D5), B.C__DeferringMouseCursor, _null, _null, _null, _null, _null); }, - $signature: 3301 + $signature: 2862 }; A._ActionButton.prototype = { build$1(context) { @@ -222513,19 +226222,19 @@ call$1(actionIconTheme) { return actionIconTheme == null ? null : actionIconTheme.backButtonIconBuilder; }, - $signature: 446 + $signature: 552 }; A.BackButtonIcon_build_closure0.prototype = { call$1(context) { return B.IconData_57490_MaterialIcons_null_true; }, - $signature: 447 + $signature: 557 }; A.BackButtonIcon_build_closure1.prototype = { call$1(materialLocalization) { return materialLocalization.get$backButtonTooltip(); }, - $signature: 448 + $signature: 570 }; A.BackButton.prototype = { _onPressedCallback$1(context) { @@ -222546,19 +226255,19 @@ call$1(actionIconTheme) { return actionIconTheme == null ? null : actionIconTheme.drawerButtonIconBuilder; }, - $signature: 446 + $signature: 552 }; A.DrawerButtonIcon_build_closure0.prototype = { call$1(context) { return B.IconData_58332_MaterialIcons_null_false; }, - $signature: 447 + $signature: 557 }; A.DrawerButtonIcon_build_closure1.prototype = { call$1(materialLocalization) { return materialLocalization.get$openAppDrawerTooltip(); }, - $signature: 448 + $signature: 570 }; A.DrawerButton.prototype = { _onPressedCallback$1(context) { @@ -222579,19 +226288,19 @@ call$1(actionIconTheme) { return actionIconTheme == null ? null : actionIconTheme.endDrawerButtonIconBuilder; }, - $signature: 446 + $signature: 552 }; A.EndDrawerButtonIcon_build_closure0.prototype = { call$1(context) { return B.IconData_58332_MaterialIcons_null_false; }, - $signature: 447 + $signature: 557 }; A.EndDrawerButtonIcon_build_closure1.prototype = { call$1(materialLocalization) { return materialLocalization.get$openAppDrawerTooltip(); }, - $signature: 448 + $signature: 570 }; A.EndDrawerButton.prototype = { _onPressedCallback$1(context) { @@ -222655,20 +226364,20 @@ call$1(buttonItem) { return A.CupertinoTextSelectionToolbarButton$buttonItem(buttonItem); }, - $signature: 3298 + $signature: 2903 }; A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0.prototype = { call$1(buttonItem) { var t1 = this.context; return A.DesktopTextSelectionToolbarButton$text(t1, buttonItem.onPressed, A.AdaptiveTextSelectionToolbar_getButtonLabel(t1, buttonItem)); }, - $signature: 3293 + $signature: 2905 }; A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1.prototype = { call$1(buttonItem) { return A.CupertinoDesktopTextSelectionToolbarButton$text(buttonItem.onPressed, A.AdaptiveTextSelectionToolbar_getButtonLabel(this.context, buttonItem)); }, - $signature: 3292 + $signature: 2996 }; A.ThemeMode.prototype = { _enumToString$0() { @@ -222684,7 +226393,7 @@ call$2(begin, end) { return new A.MaterialRectArcTween(begin, end); }, - $signature: 3288 + $signature: 2997 }; A.MaterialScrollBehavior.prototype = { getPlatform$1(context) { @@ -222709,10 +226418,7 @@ } }, buildOverscrollIndicator$3(context, child, details) { - var indicator = A._Cell$named("indicator"); - A.Theme_of(context); - A.Theme_of(context); - indicator.set$finalLocalValue(B.AndroidOverscrollIndicator_1); + var indicator = A.Theme_of(context).useMaterial3 ? B.AndroidOverscrollIndicator_0 : B.AndroidOverscrollIndicator_1; switch (A.Theme_of(context).platform.index) { case 2: case 3: @@ -222720,10 +226426,10 @@ case 5: return child; case 0: - switch (indicator._readLocal$0()) { - case B.AndroidOverscrollIndicator_0: - return A.StretchingOverscrollIndicator$(details.direction, child, details.decorationClipBehavior); - case B.AndroidOverscrollIndicator_1: + switch (indicator.index) { + case 0: + return new A.StretchingOverscrollIndicator(details.direction, details.decorationClipBehavior, child, null); + case 1: break; } break; @@ -222738,6 +226444,12 @@ this.super$State$initState(); this.___MaterialAppState__heroController_A = A.MaterialApp_createMaterialHeroController(); }, + dispose$0() { + var t1 = this.___MaterialAppState__heroController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$State$dispose(); + }, get$_localizationsDelegates() { var t1 = A._setArrayType([], type$.JSArray_LocalizationsDelegate_dynamic); B.JSArray_methods.addAll$1(t1, this._widget.localizationsDelegates); @@ -222751,12 +226463,12 @@ _materialBuilder$2(context, child) { var t1, platformBrightness, useDarkTheme, highContrast, theme, effectiveSelectionColor, t2, effectiveCursorColor, _this = this, _null = null; _this._widget.toString; - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_5); platformBrightness = t1 == null ? _null : t1.platformBrightness; if (platformBrightness == null) platformBrightness = B.Brightness_1; useDarkTheme = platformBrightness === B.Brightness_0; - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_12); + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_13); t1 = t1 == null ? _null : t1.highContrast; highContrast = t1 === true; if (useDarkTheme) @@ -222791,14 +226503,14 @@ t3 = t1.navigatorObservers; t4 = t1.home; t5 = t1.routes; - return new A.WidgetsApp(t2, t1.onGenerateRoute, _null, new A._MaterialAppState__buildWidgetApp_closure(), _null, _null, _null, _null, _null, t4, t5, _null, _null, t3, _this.get$_materialBuilder(), t1.title, _null, B.TextStyle_vxo, materialColor, t1.locale, _this.get$_localizationsDelegates(), _null, _null, _this._widget.supportedLocales, false, false, false, false, _this.get$_inspectorSelectButtonBuilder(), false, _null, _null, _null, new A.GlobalObjectKey(_this, type$.GlobalObjectKey_State_StatefulWidget)); + return new A.WidgetsApp(t2, t1.onGenerateRoute, _null, new A._MaterialAppState__buildWidgetApp_closure(), _null, _null, _null, _null, _null, t4, t5, _null, _null, _null, t3, _this.get$_materialBuilder(), t1.title, _null, B.TextStyle_vxo, materialColor, t1.locale, _this.get$_localizationsDelegates(), _null, _null, _this._widget.supportedLocales, false, false, false, false, _this.get$_inspectorSelectButtonBuilder(), false, _null, _null, _null, new A.GlobalObjectKey(_this, type$.GlobalObjectKey_State_StatefulWidget)); }, build$1(context) { var t2, _null = null, result = A.Focus$(false, false, this._buildWidgetApp$1(context), _null, _null, _null, _null, true, _null, _null, new A._MaterialAppState_build_closure(), _null, _null, _null), t1 = this._widget.scrollBehavior; if (t1 == null) - t1 = B.MaterialScrollBehavior_null; + t1 = B.C_MaterialScrollBehavior; t2 = this.___MaterialAppState__heroController_A; t2 === $ && A.throwUnnamedLateFieldNI(); return A.ScrollConfiguration$(t1, new A.HeroControllerScope(t2, result, _null)); @@ -222808,7 +226520,7 @@ call$1(context) { return this.$this._widget.builder.call$2(context, this.child); }, - $signature: 52 + $signature: 46 }; A._MaterialAppState__buildWidgetApp_closure.prototype = { call$1$2(settings, builder, $T) { @@ -222817,7 +226529,7 @@ call$2(settings, builder) { return this.call$1$2(settings, builder, type$.dynamic); }, - $signature: 3249 + $signature: 3010 }; A._MaterialAppState_build_closure.prototype = { call$2(node, $event) { @@ -222825,7 +226537,7 @@ return B.KeyEventResult_1; return A.Tooltip_dismissAllToolTips() ? B.KeyEventResult_0 : B.KeyEventResult_1; }, - $signature: 226 + $signature: 238 }; A._SliverAppVariant.prototype = { _enumToString$0() { @@ -222879,7 +226591,7 @@ return t1 == null || J.get$length$asx(t1) < 2; } }, - $signature: 19 + $signature: 18 }; A._AppBarState.prototype = { didChangeDependencies$0() { @@ -222929,213 +226641,223 @@ } }, build$1(context) { - var t4, t5, toolbarHeight, t6, actionForegroundColor, foregroundColor, elevation, effectiveElevation, overallIconTheme, overallIconTheme0, actionsIconTheme, toolbarTextStyle, titleTextStyle, opacity, leading, title, namesRoute, mediaQueryData, actions, effectiveActionsIconButtonTheme, actionsIconButtonStyle, appBar, style, overlayStyle, _this = this, _null = null, + var t5, t6, toolbarHeight, t7, actionForegroundColor, foregroundColor, elevation, effectiveElevation, overallIconTheme, overallIconTheme0, actionsIconTheme, toolbarTextStyle, titleTextStyle, opacity, leading, effectiveIconButtonTheme, leadingIconButtonStyle, title, _0_0, actions, effectiveActionsIconButtonTheme, actionsIconButtonStyle, appBar, style, overlayStyle, _this = this, _null = null, theme = A.Theme_of(context), iconButtonTheme = A.IconButtonTheme_of(context), appBarTheme = A.Theme_of(context).appBarTheme, - defaults = A._AppBarDefaultsM2$(context), - t1 = context.findAncestorStateOfType$1$0(type$.ScaffoldState), + t1 = theme.useMaterial3, + defaults = t1 ? A._AppBarDefaultsM3$(context) : A._AppBarDefaultsM2$(context), + t2 = context.findAncestorStateOfType$1$0(type$.ScaffoldState), parentRoute = A.ModalRoute_of(context, type$.nullable_Object), settings = context.dependOnInheritedWidgetOfExactType$1$0(type$.FlexibleSpaceBarSettings), - t2 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState), - t3 = settings == null ? _null : settings.isScrolledUnder; - if (t3 == null ? _this._scrolledUnder : t3) - t2.add$1(0, B.MaterialState_5); - t3 = t1 == null; - t4 = t3 ? _null : t1._widget.drawer != null; - t1 = t3 ? _null : t1._widget.endDrawer != null; - t3 = _this._widget; - t5 = t3.toolbarHeight; - toolbarHeight = t5 == null ? appBarTheme.toolbarHeight : t5; + t3 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState), + t4 = settings == null ? _null : settings.isScrolledUnder; + if (t4 == null ? _this._scrolledUnder : t4) + t3.add$1(0, B.MaterialState_5); + t4 = t2 == null; + t5 = t4 ? _null : t2._widget.drawer != null; + t2 = t4 ? _null : t2._widget.endDrawer != null; + t4 = _this._widget; + t6 = t4.toolbarHeight; + toolbarHeight = t6 == null ? appBarTheme.toolbarHeight : t6; if (toolbarHeight == null) toolbarHeight = 56; - t3 = t3.backgroundColor; - t5 = defaults.get$backgroundColor(defaults); - t6 = type$.nullable_Color; - t3 = A.MaterialStateProperty_resolveAs(t3, t2, t6); - if (t3 == null) - t3 = A.MaterialStateProperty_resolveAs(appBarTheme.backgroundColor, t2, t6); - if (t3 == null) - t3 = A.MaterialStateProperty_resolveAs(t5, t2, type$.Color); + t4 = t4.backgroundColor; + t6 = defaults.get$backgroundColor(defaults); + t7 = type$.nullable_Color; + t4 = A.MaterialStateProperty_resolveAs(t4, t3, t7); + if (t4 == null) + t4 = A.MaterialStateProperty_resolveAs(appBarTheme.backgroundColor, t3, t7); + if (t4 == null) + t4 = A.MaterialStateProperty_resolveAs(t6, t3, type$.Color); _this._widget.toString; actionForegroundColor = appBarTheme.foregroundColor; foregroundColor = actionForegroundColor == null ? defaults.get$foregroundColor() : actionForegroundColor; - t5 = _this._widget.elevation; - elevation = t5 == null ? appBarTheme.elevation : t5; + t6 = _this._widget.elevation; + elevation = t6 == null ? appBarTheme.elevation : t6; if (elevation == null) { - t5 = defaults.elevation; - t5.toString; - elevation = t5; + t6 = defaults.elevation; + t6.toString; + elevation = t6; } - if (t2.contains$1(0, B.MaterialState_5)) { + if (t3.contains$1(0, B.MaterialState_5)) { _this._widget.toString; - t2 = appBarTheme.scrolledUnderElevation; - if (t2 == null) - t2 = defaults.scrolledUnderElevation; - effectiveElevation = t2 == null ? elevation : t2; + t3 = appBarTheme.scrolledUnderElevation; + if (t3 == null) + t3 = defaults.scrolledUnderElevation; + effectiveElevation = t3 == null ? elevation : t3; } else effectiveElevation = elevation; _this._widget.toString; overallIconTheme = appBarTheme.iconTheme; overallIconTheme0 = overallIconTheme == null ? defaults.get$iconTheme().copyWith$1$color(foregroundColor) : overallIconTheme; - t2 = _this._widget; - t2.toString; - t5 = appBarTheme.actionsIconTheme; - t2 = t5 == null ? t2.iconTheme : t5; - if (t2 == null) - t2 = overallIconTheme; - if (t2 == null) { - t2 = defaults.actionsIconTheme; - t2 = t2 == null ? _null : t2.copyWith$1$color(actionForegroundColor); - actionsIconTheme = t2; + t3 = _this._widget; + t3.toString; + t6 = appBarTheme.actionsIconTheme; + t3 = t6 == null ? t3.iconTheme : t6; + if (t3 == null) + t3 = overallIconTheme; + if (t3 == null) { + t3 = defaults.get$actionsIconTheme(); + t3 = t3 == null ? _null : t3.copyWith$1$color(actionForegroundColor); + actionsIconTheme = t3; } else - actionsIconTheme = t2; + actionsIconTheme = t3; if (actionsIconTheme == null) actionsIconTheme = overallIconTheme0; _this._widget.toString; toolbarTextStyle = appBarTheme.toolbarTextStyle; if (toolbarTextStyle == null) { - t2 = defaults.get$toolbarTextStyle(); - toolbarTextStyle = t2 == null ? _null : t2.copyWith$1$color(foregroundColor); + t3 = defaults.get$toolbarTextStyle(); + toolbarTextStyle = t3 == null ? _null : t3.copyWith$1$color(foregroundColor); } _this._widget.toString; titleTextStyle = appBarTheme.titleTextStyle; if (titleTextStyle == null) { - t2 = defaults.get$titleTextStyle(); - titleTextStyle = t2 == null ? _null : t2.copyWith$1$color(foregroundColor); + t3 = defaults.get$titleTextStyle(); + titleTextStyle = t3 == null ? _null : t3.copyWith$1$color(foregroundColor); } - t2 = _this._widget.toolbarOpacity; - if (t2 !== 1) { - opacity = B.Interval_oqF1.transform$1(0, t2); + t3 = _this._widget.toolbarOpacity; + if (t3 !== 1) { + opacity = B.Interval_oqF1.transform$1(0, t3); if ((titleTextStyle == null ? _null : titleTextStyle.color) != null) { - t2 = titleTextStyle.color; - t2.toString; - titleTextStyle = titleTextStyle.copyWith$1$color(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * opacity), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); + t3 = titleTextStyle.color; + t3.toString; + titleTextStyle = titleTextStyle.copyWith$1$color(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * opacity), t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255)); } if ((toolbarTextStyle == null ? _null : toolbarTextStyle.color) != null) { - t2 = toolbarTextStyle.color; - t2.toString; - toolbarTextStyle = toolbarTextStyle.copyWith$1$color(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * opacity), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); + t3 = toolbarTextStyle.color; + t3.toString; + toolbarTextStyle = toolbarTextStyle.copyWith$1$color(A.Color$fromARGB(B.JSNumber_methods.round$0(255 * opacity), t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255)); } - t2 = overallIconTheme0._opacity; - t2 = t2 == null ? _null : A.clampDouble(t2, 0, 1); - overallIconTheme = overallIconTheme0.copyWith$1$opacity(opacity * (t2 == null ? 1 : t2)); - t2 = actionsIconTheme._opacity; - t2 = t2 == null ? _null : A.clampDouble(t2, 0, 1); - actionsIconTheme = actionsIconTheme.copyWith$1$opacity(opacity * (t2 == null ? 1 : t2)); + t3 = overallIconTheme0.get$opacity(overallIconTheme0); + overallIconTheme = overallIconTheme0.copyWith$1$opacity(opacity * (t3 == null ? 1 : t3)); + t3 = actionsIconTheme.get$opacity(actionsIconTheme); + actionsIconTheme = actionsIconTheme.copyWith$1$opacity(opacity * (t3 == null ? 1 : t3)); } else overallIconTheme = overallIconTheme0; - t2 = _this._widget; - leading = t2.leading; - if (leading == null && t2.automaticallyImplyLeading) - if (t4 === true) { - t2 = overallIconTheme.size; - leading = new A.DrawerButton(B.DrawerButtonIcon_null, _null, _null, A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, t2 == null ? 24 : t2, _null, _null, _null, _null), _null); + t3 = _this._widget; + leading = t3.leading; + if (leading == null && t3.automaticallyImplyLeading) + if (t5 === true) { + t3 = overallIconTheme.size; + leading = new A.DrawerButton(B.DrawerButtonIcon_null, _null, _null, A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, t3 == null ? 24 : t3, _null, _null, _null, _null), _null); } else { if (parentRoute == null) - t2 = _null; + t3 = _null; else - t2 = parentRoute.get$hasActiveRouteBelow() || parentRoute.LocalHistoryRoute__entriesImpliesAppBarDismissal > 0; - if (t2 === true) + t3 = parentRoute.get$hasActiveRouteBelow() || parentRoute.LocalHistoryRoute__entriesImpliesAppBarDismissal > 0; + if (t3 === true) leading = B.BackButton_CXi; } - if (leading != null) { - t2 = _this._widget.leadingWidth; - leading = new A.ConstrainedBox(A.BoxConstraints$tightFor(_null, t2 == null ? 56 : t2), leading, _null); - } - title = _this._widget.title; - if (title != null) { - switch (theme.platform.index) { - case 0: - case 1: - case 3: - case 5: - namesRoute = true; - break; - case 2: - case 4: - namesRoute = _null; - break; - default: - namesRoute = _null; + if (leading != null) + if (t1) { + if (overallIconTheme.$eq(0, defaults.get$iconTheme())) + effectiveIconButtonTheme = iconButtonTheme; + else { + leadingIconButtonStyle = A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, overallIconTheme.color, _null, _null, overallIconTheme.size, _null, _null, _null, _null); + t3 = iconButtonTheme.style; + effectiveIconButtonTheme = new A.IconButtonThemeData(t3 == null ? _null : t3.copyWith$3$foregroundColor$iconSize$overlayColor(leadingIconButtonStyle.foregroundColor, leadingIconButtonStyle.iconSize, leadingIconButtonStyle.overlayColor)); + } + leading = A.IconButtonTheme$(leading instanceof A.IconButton ? A.Center$(leading, _null, _null) : leading, effectiveIconButtonTheme); + t3 = _this._widget.leadingWidth; + leading = new A.ConstrainedBox(A.BoxConstraints$tightFor(_null, t3 == null ? 56 : t3), leading, _null); + } else { + t3 = _this._widget.leadingWidth; + leading = new A.ConstrainedBox(A.BoxConstraints$tightFor(_null, t3 == null ? 56 : t3), leading, _null); } + t3 = _this._widget; + title = t3.title; + if (title != null) { title = new A._AppBarTitleBox(title, _null); - title = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, namesRoute, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, title, _null); + _0_0 = theme.platform; + $label0$0: { + if (B.TargetPlatform_0 === _0_0 || B.TargetPlatform_1 === _0_0 || B.TargetPlatform_3 === _0_0 || B.TargetPlatform_5 === _0_0) { + t5 = true; + break $label0$0; + } + if (B.TargetPlatform_2 === _0_0 || B.TargetPlatform_4 === _0_0) { + t5 = _null; + break $label0$0; + } + t5 = _null; + } + title = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, title, _null); titleTextStyle.toString; - title = A.DefaultTextStyle$(title, _null, _null, B.TextOverflow_2, false, titleTextStyle, _null, _null, B.TextWidthBasis_0); - mediaQueryData = A.InheritedModel_inheritFrom(context, _null, type$.MediaQuery).data; - title = A.MediaQuery$(title, mediaQueryData.copyWith$1$textScaleFactor(Math.min(mediaQueryData.textScaleFactor, 1.34)), _null); + title = A.MediaQuery_withClampedTextScaling(A.DefaultTextStyle$(title, _null, _null, B.TextOverflow_2, false, titleTextStyle, _null, _null, B.TextWidthBasis_0), 1.34); } - t2 = _this._widget.actions; - if (t2 != null && J.get$isNotEmpty$asx(t2)) { - t1 = _this._widget.actions; - t1.toString; - actions = A.Row$(t1, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); - } else if (t1 === true) { - t1 = overallIconTheme.size; - actions = new A.EndDrawerButton(B.EndDrawerButtonIcon_null, _null, _null, A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, t1 == null ? 24 : t1, _null, _null, _null, _null), _null); + t3 = t3.actions; + if (t3 != null && J.get$isNotEmpty$asx(t3)) { + t2 = t1 ? B.CrossAxisAlignment_2 : B.CrossAxisAlignment_3; + t3 = _this._widget.actions; + t3.toString; + actions = A.Row$(t3, t2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); + } else if (t2 === true) { + t2 = overallIconTheme.size; + actions = new A.EndDrawerButton(B.EndDrawerButtonIcon_null, _null, _null, A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, t2 == null ? 24 : t2, _null, _null, _null, _null), _null); } else actions = _null; if (actions != null) { - if (actionsIconTheme.$eq(0, defaults.actionsIconTheme)) + if (actionsIconTheme.$eq(0, defaults.get$actionsIconTheme())) effectiveActionsIconButtonTheme = iconButtonTheme; else { actionsIconButtonStyle = A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, actionsIconTheme.color, _null, _null, actionsIconTheme.size, _null, _null, _null, _null); - t1 = iconButtonTheme.style; - effectiveActionsIconButtonTheme = new A.IconButtonThemeData(t1 == null ? _null : t1.copyWith$3$foregroundColor$iconSize$overlayColor(actionsIconButtonStyle.foregroundColor, actionsIconButtonStyle.iconSize, actionsIconButtonStyle.overlayColor)); + t2 = iconButtonTheme.style; + effectiveActionsIconButtonTheme = new A.IconButtonThemeData(t2 == null ? _null : t2.copyWith$3$foregroundColor$iconSize$overlayColor(actionsIconButtonStyle.foregroundColor, actionsIconButtonStyle.iconSize, actionsIconButtonStyle.overlayColor)); } actions = A.IconButtonTheme$(A.IconTheme_merge(actions, actionsIconTheme), effectiveActionsIconButtonTheme); } - t1 = _this._widget._getEffectiveCenterTitle$1(theme); + t2 = _this._widget._getEffectiveCenterTitle$1(theme); + t3 = _this._widget; + t3.toString; + t5 = appBarTheme.titleSpacing; + if (t5 == null) + t5 = 16; + toolbarTextStyle.toString; + appBar = A.ClipRect$(new A.CustomSingleChildLayout(new A._ToolbarContainerLayout(toolbarHeight), A.IconTheme_merge(A.DefaultTextStyle$(new A.NavigationToolbar(leading, title, actions, t2, t5, _null), _null, _null, B.TextOverflow_0, true, toolbarTextStyle, _null, _null, B.TextWidthBasis_0), overallIconTheme), _null), B.Clip_1, _null); + if (t3.bottom != null) { + t2 = A._setArrayType([new A.Flexible(1, B.FlexFit_1, new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 0, toolbarHeight), appBar, _null), _null)], type$.JSArray_Widget); + t3 = _this._widget; + t5 = t3.bottomOpacity; + if (t5 === 1) { + t3 = t3.bottom; + t3.toString; + t2.push(t3); + } else { + t3 = B.Interval_oqF1.transform$1(0, t5); + t2.push(A.Opacity$(_this._widget.bottom, t3)); + } + appBar = A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_3, B.MainAxisSize_1, B.VerticalDirection_1); + } t2 = _this._widget; t2.toString; - t4 = appBarTheme.titleSpacing; - if (t4 == null) - t4 = 16; - toolbarTextStyle.toString; - appBar = A.ClipRect$(new A.CustomSingleChildLayout(new A._ToolbarContainerLayout(toolbarHeight), A.IconTheme_merge(A.DefaultTextStyle$(new A.NavigationToolbar(leading, title, actions, t1, t4, _null), _null, _null, B.TextOverflow_0, true, toolbarTextStyle, _null, _null, B.TextWidthBasis_0), overallIconTheme), _null), B.Clip_1, _null); - if (t2.bottom != null) { - t1 = A._setArrayType([new A.Flexible(1, B.FlexFit_1, new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 0, toolbarHeight), appBar, _null), _null)], type$.JSArray_Widget); - t2 = _this._widget; - t4 = t2.bottomOpacity; - if (t4 === 1) { - t2 = t2.bottom; - t2.toString; - t1.push(t2); - } else { - t2 = B.Interval_oqF1.transform$1(0, t4); - t1.push(A.Opacity$(_this._widget.bottom, t2)); - } - appBar = A.Column$(t1, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_3, B.MainAxisSize_1, B.VerticalDirection_1); - } - t1 = _this._widget; - t1.toString; appBar = A.SafeArea$(false, appBar, B.EdgeInsets_0_0_0_0, true); appBar = new A.Align(B.Alignment_0_m1, _null, _null, appBar, _null); - t1 = t1.flexibleSpace; - if (t1 != null) { - t2 = A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null, _null); - t4 = A.Material$(B.Duration_200000, true, _null, appBar, B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_4); - appBar = new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_2, B.Clip_1, A._setArrayType([new A.Semantics(t2, false, true, false, false, t1, _null), new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_0_null, _null, _null, _null, _null, _null, _null), false, true, false, false, t4, _null)], type$.JSArray_Widget), _null); + t2 = t2.flexibleSpace; + if (t2 != null) { + t3 = A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null, _null); + t5 = A.Material$(B.Duration_200000, true, _null, appBar, B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_4); + appBar = new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_2, B.Clip_1, A._setArrayType([new A.Semantics(t3, false, true, false, false, t2, _null), new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_0_null, _null, _null, _null, _null, _null, _null), false, true, false, false, t5, _null)], type$.JSArray_Widget), _null); } _this._widget.toString; - t1 = A.ThemeData_estimateBrightnessForColor(t3); - style = t1 === B.Brightness_0 ? B.SystemUiOverlayStyle_6UD : B.SystemUiOverlayStyle_qsc; - overlayStyle = new A.SystemUiOverlayStyle(_null, _null, _null, _null, _null, style.statusBarBrightness, style.statusBarIconBrightness, style.systemStatusBarContrastEnforced); + t2 = A.ThemeData_estimateBrightnessForColor(t4); + t1 = t1 ? B.Color_0 : _null; + style = t2 === B.Brightness_0 ? B.SystemUiOverlayStyle_6UD : B.SystemUiOverlayStyle_qsc; + overlayStyle = new A.SystemUiOverlayStyle(_null, _null, _null, _null, t1, style.statusBarBrightness, style.statusBarIconBrightness, style.systemStatusBarContrastEnforced); _this._widget.toString; t1 = appBarTheme.shadowColor; if (t1 == null) - t1 = defaults.shadowColor; + t1 = defaults.get$shadowColor(defaults); _this._widget.toString; t2 = appBarTheme.surfaceTintColor; if (t2 == null) - t2 = defaults.surfaceTintColor; + t2 = defaults.get$surfaceTintColor(); _this._widget.toString; - t4 = appBarTheme.shape; - if (t4 == null) - t4 = defaults.shape; - t1 = A.Material$(B.Duration_200000, true, _null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, appBar, _null), B.Clip_0, t3, effectiveElevation, _null, t1, t4, t2, _null, B.MaterialType_0); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.AnnotatedRegion(overlayStyle, t1, _null, type$.AnnotatedRegion_SystemUiOverlayStyle), _null); + t3 = appBarTheme.shape; + if (t3 == null) + t3 = defaults.shape; + t1 = A.Material$(B.Duration_200000, true, _null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, appBar, _null), B.Clip_0, t4, effectiveElevation, _null, t1, t3, t2, _null, B.MaterialType_0); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.AnnotatedRegion(overlayStyle, t1, _null, type$.AnnotatedRegion_SystemUiOverlayStyle), _null); } }; A._AppBarState__handleScrollNotification_closure.prototype = { @@ -223178,7 +226900,7 @@ t4 = _this.get$maxExtent(); t5 = Math.max(t1, _this.get$maxExtent() - shrinkOffset); t6 = isScrolledUnder ? _this.elevation : 0; - return A.FlexibleSpaceBar_createSettings(A.AppBar$(_this.actions, _this.actionsIconTheme, false, _this.backgroundColor, _this.bottom, 1, _this.centerTitle, _this.clipBehavior, t6, false, _this.flexibleSpace, false, _this.foregroundColor, _this.iconTheme, _this.leading, _this.leadingWidth, true, _this.scrolledUnderElevation, _this.shadowColor, _this.shape, _this.surfaceTintColor, _this.systemOverlayStyle, t3, _this.titleSpacing, _this.titleTextStyle, t2, 1, _this.toolbarTextStyle), t5, isScrolledUnder, t4, t1, 1); + return A.FlexibleSpaceBar_createSettings(A.AppBar$(_this.actions, _this.actionsIconTheme, false, _this.backgroundColor, _this.bottom, 1, _this.centerTitle, _this.clipBehavior, t6, false, _this.flexibleSpace, false, _this.foregroundColor, _this.iconTheme, _this.leading, _this.leadingWidth, true, _this.scrolledUnderElevation, _this.shadowColor, _this.shape, _this.surfaceTintColor, _this.systemOverlayStyle, t3, _this.titleSpacing, _this.titleTextStyle, t2, 1, _this.toolbarTextStyle), t5, false, isScrolledUnder, t4, t1, 1); }, toString$0(_) { return "#" + A.shortHash(this) + "(topPadding: " + B.JSNumber_methods.toStringAsFixed$1(this.topPadding, 1) + ", bottomHeight: " + B.JSInt_methods.toStringAsFixed$1(this._bottomHeight, 1) + ", ...)"; @@ -223211,7 +226933,7 @@ build$1(context) { var topPadding, t1, collapsedHeight, t2, t3, t4, _this = this, _null = null; _this._widget.toString; - topPadding = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, type$.MediaQuery).data.padding.top; + topPadding = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, type$.MediaQuery).data.padding.top; t1 = _this._widget; t1.toString; collapsedHeight = 56 + topPadding; @@ -223294,6 +227016,69 @@ return this.get$_app_bar$_theme().textTheme.titleLarge; } }; + A._AppBarDefaultsM3.prototype = { + get$_app_bar$_theme() { + var result, _this = this, + value = _this.___AppBarDefaultsM3__theme_FI; + if (value === $) { + result = A.Theme_of(_this.context); + _this.___AppBarDefaultsM3__theme_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___AppBarDefaultsM3__theme_FI = result; + value = result; + } + return value; + }, + get$_app_bar$_colors() { + var t1, _this = this, + value = _this.___AppBarDefaultsM3__colors_FI; + if (value === $) { + t1 = _this.get$_app_bar$_theme(); + _this.___AppBarDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___AppBarDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$_app_bar$_textTheme() { + var t1, _this = this, + value = _this.___AppBarDefaultsM3__textTheme_FI; + if (value === $) { + t1 = _this.get$_app_bar$_theme(); + _this.___AppBarDefaultsM3__textTheme_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___AppBarDefaultsM3__textTheme_FI = t1.textTheme; + } + return value; + }, + get$backgroundColor(_) { + return this.get$_app_bar$_colors().surface; + }, + get$foregroundColor() { + return this.get$_app_bar$_colors().onSurface; + }, + get$shadowColor(_) { + return B.Color_0; + }, + get$surfaceTintColor() { + var t1 = this.get$_app_bar$_colors(), + t2 = t1._surfaceTint; + return t2 == null ? t1.primary : t2; + }, + get$iconTheme() { + var _null = null; + return new A.IconThemeData(24, _null, _null, _null, _null, this.get$_app_bar$_colors().onSurface, _null, _null); + }, + get$actionsIconTheme() { + var _null = null, + t1 = this.get$_app_bar$_colors(), + t2 = t1._onSurfaceVariant; + return new A.IconThemeData(24, _null, _null, _null, _null, t2 == null ? t1.onSurface : t2, _null, _null); + }, + get$toolbarTextStyle() { + return this.get$_app_bar$_textTheme().bodyMedium; + }, + get$titleTextStyle() { + return this.get$_app_bar$_textTheme().titleLarge; + } + }; A.__SliverAppBarState_State_TickerProviderStateMixin.prototype = { activate$0() { this.super$State$activate(); @@ -223483,7 +227268,7 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 133 + $signature: 124 }; A._CornerId.prototype = { _enumToString$0() { @@ -223595,7 +227380,7 @@ $length = delta.get$distance(); return t2._dx * delta._dx / $length + t2._dy * delta._dy / $length; }, - $signature: 3201 + $signature: 3019 }; A.BadgeThemeData.prototype = { get$hashCode(_) { @@ -223647,13 +227432,13 @@ this.___BottomAppBarState_geometryListenable_A = scaffoldScope.geometryNotifier; }, build$1(context) { - var babTheme, defaults, hasFab, t1, notchedShape, t2, clipper, elevation, height, color, effectiveColor, shadowColor, _this = this, _null = null; - A.Theme_of(context); - babTheme = A.Theme_of(context).bottomAppBarTheme; - defaults = new A._BottomAppBarDefaultsM2(context, _null, 8, _null, _null, _null, _null, _null); - hasFab = A.Scaffold_of(context)._widget.floatingActionButton != null; - t1 = _this._widget; - notchedShape = t1.shape; + var t2, clipper, elevation, height, color, surfaceTintColor, effectiveColor, shadowColor, _this = this, _null = null, + isMaterial3 = A.Theme_of(context).useMaterial3, + babTheme = A.Theme_of(context).bottomAppBarTheme, + defaults = isMaterial3 ? new A._BottomAppBarDefaultsM3(context, _null, 3, B.C_AutomaticNotchedShape, 80, _null, _null, _null) : new A._BottomAppBarDefaultsM2(context, _null, 8, _null, _null, _null, _null, _null), + hasFab = A.Scaffold_of(context)._widget.floatingActionButton != null, + t1 = _this._widget, + notchedShape = t1.shape; if (hasFab) { t2 = _this.___BottomAppBarState_geometryListenable_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -223669,9 +227454,10 @@ if (color == null) color = defaults.get$color(defaults); _this._widget.toString; - if (babTheme.surfaceTintColor == null) - defaults.get$surfaceTintColor(); - effectiveColor = A.ElevationOverlay_applyOverlay(context, color, elevation); + surfaceTintColor = babTheme.surfaceTintColor; + if (surfaceTintColor == null) + surfaceTintColor = defaults.get$surfaceTintColor(); + effectiveColor = isMaterial3 ? A.ElevationOverlay_applySurfaceTint(color, surfaceTintColor, elevation) : A.ElevationOverlay_applyOverlay(context, color, elevation); _this._widget.toString; shadowColor = babTheme.shadowColor; if (shadowColor == null) @@ -223680,7 +227466,7 @@ t1.toString; t2 = babTheme.padding; if (t2 == null) - t2 = B.EdgeInsets_0_0_0_0; + t2 = isMaterial3 ? B.EdgeInsets_16_12_16_12 : B.EdgeInsets_0_0_0_0; return A.PhysicalShape$(A.Material$(B.Duration_200000, true, _null, A.SafeArea$(true, new A.SizedBox(_null, height, new A.Padding(t2, t1.child, _null), _null), B.EdgeInsets_0_0_0_0, true), B.Clip_0, _null, 0, _this.materialKey, _null, _null, _null, _null, B.MaterialType_4), B.Clip_0, clipper, effectiveColor, elevation, shadowColor); } }; @@ -223730,6 +227516,29 @@ return B.Color_4278190080; } }; + A._BottomAppBarDefaultsM3.prototype = { + get$_bottom_app_bar$_colors() { + var t1, _this = this, + value = _this.___BottomAppBarDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___BottomAppBarDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___BottomAppBarDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$color(_) { + return this.get$_bottom_app_bar$_colors().surface; + }, + get$surfaceTintColor() { + var t1 = this.get$_bottom_app_bar$_colors(), + t2 = t1._surfaceTint; + return t2 == null ? t1.primary : t2; + }, + get$shadowColor(_) { + return B.Color_0; + } + }; A.BottomAppBarTheme.prototype = { get$hashCode(_) { var _this = this; @@ -223880,32 +227689,32 @@ }, build$1(context) { var constraints, color, surfaceTintColor, shadowColor, t1, t2, elevation, shape, showDragHandle, dragHandle, bottomSheet, _this = this, _null = null, - bottomSheetTheme = A.Theme_of(context).bottomSheetTheme; - A.Theme_of(context); + bottomSheetTheme = A.Theme_of(context).bottomSheetTheme, + defaults = A.Theme_of(context).useMaterial3 ? A._BottomSheetDefaultsM3$(context) : B.BottomSheetThemeData_N4X; _this._widget.toString; constraints = bottomSheetTheme.constraints; if (constraints == null) - constraints = _null; + constraints = defaults.get$constraints(); _this._widget.toString; color = bottomSheetTheme.backgroundColor; if (color == null) - color = _null; + color = defaults.get$backgroundColor(defaults); surfaceTintColor = bottomSheetTheme.surfaceTintColor; if (surfaceTintColor == null) - surfaceTintColor = _null; + surfaceTintColor = defaults.get$surfaceTintColor(); _this._widget.toString; shadowColor = bottomSheetTheme.shadowColor; if (shadowColor == null) - shadowColor = _null; + shadowColor = defaults.get$shadowColor(defaults); t1 = _this._widget; t1.toString; t2 = bottomSheetTheme.elevation; - elevation = t2 == null ? _null : t2; + elevation = t2 == null ? defaults.elevation : t2; if (elevation == null) elevation = 0; shape = bottomSheetTheme.shape; if (shape == null) - shape = _null; + shape = defaults.shape; t1.enableDrag; showDragHandle = false; if (showDragHandle) { @@ -223972,20 +227781,20 @@ t4 = A.Color$fromARGB(102, t4 >>> 16 & 255, t4 >>> 8 & 255, t4 & 255); } t2 = A.Center$(A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(t4, _null, _null, t3, _null, _null, B.BoxShape_0), _null, t2, _null, _null, _null, _null, _null, handleSize._dx), _null, _null); - return A.MouseRegion$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.onSemanticsTap, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.SizedBox(48, 48, t2, _null), _null), B.C__DeferringMouseCursor, _null, _null, new A._DragHandle_build_closure(_this), new A._DragHandle_build_closure0(_this), _null); + return A.MouseRegion$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.onSemanticsTap, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.SizedBox(48, 48, t2, _null), _null), B.C__DeferringMouseCursor, _null, _null, new A._DragHandle_build_closure(_this), new A._DragHandle_build_closure0(_this), _null); } }; A._DragHandle_build_closure.prototype = { call$1($event) { return this.$this.handleHover.call$1(true); }, - $signature: 129 + $signature: 132 }; A._DragHandle_build_closure0.prototype = { call$1($event) { return this.$this.handleHover.call$1(false); }, - $signature: 106 + $signature: 110 }; A._BottomSheetGestureDetector.prototype = { build$1(context) { @@ -223996,7 +227805,7 @@ call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 356 + $signature: 295 }; A._BottomSheetGestureDetector_build_closure0.prototype = { call$1(instance) { @@ -224006,7 +227815,7 @@ instance.onEnd = t1.onVerticalDragEnd; instance.onlyAcceptDragOnThreshold = true; }, - $signature: 364 + $signature: 296 }; A._BottomSheetDefaultsM3.prototype = { get$_bottom_sheet$_colors() { @@ -224146,7 +227955,7 @@ return _this._widget.elevation; }, build$1(context) { - var densityAdjustment, effectiveConstraints, effectiveMouseCursor, padding, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, minSize, _this = this, _null = null, + var densityAdjustment, effectiveConstraints, effectiveMouseCursor, padding, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, minSize, _this = this, _null = null, t1 = _this._widget.textStyle, t2 = _this.MaterialStateMixin_materialStates, effectiveTextColor = A.MaterialStateProperty_resolveAs(t1.color, t2, type$.nullable_Color), @@ -224163,22 +227972,22 @@ t3 = _this.get$_effectiveElevation(); t4 = _this._widget.textStyle.copyWith$1$color(effectiveTextColor); t5 = _this._widget.fillColor; - A.Theme_of(context); - t6 = _this._widget; - t7 = t6.clipBehavior; - t6 = t6.focusNode; - t8 = _this.updateMaterialState$1(B.MaterialState_1); + t6 = A.Theme_of(context).useMaterial3 ? A.Theme_of(context).shadowColor : _null; + t7 = _this._widget; + t8 = t7.clipBehavior; + t7 = t7.focusNode; + t9 = _this.updateMaterialState$1(B.MaterialState_1); _this._widget.toString; - t9 = _this.updateMaterialState$2$onChanged(B.MaterialState_2, _null); - t10 = _this._widget; - t11 = t10.splashColor; - t12 = t10.focusColor; - t10 = t10.hoverColor; - t13 = _this.updateMaterialState$1(B.MaterialState_0); - t14 = _this._widget; - t15 = t14.onPressed; - t4 = A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.IconTheme_merge(A.Container$(_null, A.Center$(t14.child, 1, 1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, padding, _null, _null, _null), new A.IconThemeData(_null, _null, _null, _null, _null, effectiveTextColor, _null, _null)), effectiveShape, true, t12, t6, _null, t10, _null, effectiveMouseCursor, _null, t8, t9, t13, _null, t15, _null, _null, _null, _null, t11, _null, _null), t7, t5, t3, _null, _null, effectiveShape, _null, t4, B.MaterialType_3); - switch (t14.materialTapTargetSize.index) { + t10 = _this.updateMaterialState$2$onChanged(B.MaterialState_2, _null); + t11 = _this._widget; + t12 = t11.splashColor; + t13 = t11.focusColor; + t11 = t11.hoverColor; + t14 = _this.updateMaterialState$1(B.MaterialState_0); + t15 = _this._widget; + t16 = t15.onPressed; + t4 = A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.IconTheme_merge(A.Container$(_null, A.Center$(t15.child, 1, 1), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, padding, _null, _null, _null), new A.IconThemeData(_null, _null, _null, _null, _null, effectiveTextColor, _null, _null)), effectiveShape, true, t13, t7, _null, t11, _null, effectiveMouseCursor, _null, t9, t10, t14, _null, t16, _null, _null, _null, _null, t12, _null, _null), t8, t5, t3, _null, t6, effectiveShape, _null, t4, B.MaterialType_3); + switch (t15.materialTapTargetSize.index) { case 0: minSize = new A.Size(48 + t1, 48 + t2); break; @@ -224188,7 +227997,7 @@ default: minSize = _null; } - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A._InputPadding(minSize, new A.ConstrainedBox(effectiveConstraints, t4, _null), _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A._InputPadding(minSize, new A.ConstrainedBox(effectiveConstraints, t4, _null), _null), _null); } }; A._InputPadding.prototype = { @@ -224273,7 +228082,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 78 + $signature: 72 }; A.__RawMaterialButtonState_State_MaterialStateMixin.prototype = {}; A.ButtonBarThemeData.prototype = { @@ -224335,6 +228144,74 @@ copyWith$3$foregroundColor$iconSize$overlayColor(foregroundColor, iconSize, overlayColor) { return this.copyWith$22$alignment$animationDuration$backgroundColor$elevation$enableFeedback$fixedSize$foregroundColor$iconColor$iconSize$maximumSize$minimumSize$mouseCursor$overlayColor$padding$shadowColor$shape$side$splashFactory$surfaceTintColor$tapTargetSize$textStyle$visualDensity(null, null, null, null, null, null, foregroundColor, null, iconSize, null, null, null, overlayColor, null, null, null, null, null, null, null, null, null); }, + merge$1(style) { + var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, _this = this, + t1 = _this.get$textStyle(); + if (t1 == null) + t1 = style.textStyle; + t2 = _this.get$backgroundColor(_this); + if (t2 == null) + t2 = style.backgroundColor; + t3 = _this.get$foregroundColor(); + if (t3 == null) + t3 = style.foregroundColor; + t4 = _this.get$overlayColor(); + if (t4 == null) + t4 = style.overlayColor; + t5 = _this.get$shadowColor(_this); + if (t5 == null) + t5 = style.shadowColor; + t6 = _this.get$surfaceTintColor(); + if (t6 == null) + t6 = style.surfaceTintColor; + t7 = _this.get$elevation(_this); + if (t7 == null) + t7 = style.elevation; + t8 = _this.get$padding(_this); + if (t8 == null) + t8 = style.padding; + t9 = _this.get$minimumSize(); + if (t9 == null) + t9 = style.minimumSize; + t10 = _this.fixedSize; + if (t10 == null) + t10 = style.fixedSize; + t11 = _this.get$maximumSize(); + if (t11 == null) + t11 = style.maximumSize; + t12 = _this.iconColor; + if (t12 == null) + t12 = style.iconColor; + t13 = _this.get$iconSize(); + if (t13 == null) + t13 = style.iconSize; + t14 = _this.get$side(); + if (t14 == null) + t14 = style.side; + t15 = _this.get$shape(_this); + if (t15 == null) + t15 = style.shape; + t16 = _this.get$mouseCursor(); + if (t16 == null) + t16 = style.mouseCursor; + t17 = _this.get$visualDensity(); + if (t17 == null) + t17 = style.visualDensity; + t18 = _this.get$tapTargetSize(); + if (t18 == null) + t18 = style.tapTargetSize; + t19 = _this.animationDuration; + if (t19 == null) + t19 = style.animationDuration; + t20 = _this.enableFeedback; + if (t20 == null) + t20 = style.enableFeedback; + t21 = _this.alignment; + if (t21 == null) + t21 = style.alignment; + t22 = _this.get$splashFactory(); + return _this.copyWith$22$alignment$animationDuration$backgroundColor$elevation$enableFeedback$fixedSize$foregroundColor$iconColor$iconSize$maximumSize$minimumSize$mouseCursor$overlayColor$padding$shadowColor$shape$side$splashFactory$surfaceTintColor$tapTargetSize$textStyle$visualDensity(t21, t19, t2, t7, t20, t10, t3, t12, t13, t11, t9, t16, t4, t8, t5, t15, t14, t22 == null ? style.splashFactory : t22, t6, t18, t1, t17); + }, get$hashCode(_) { var _this = this; return A.Object_hashAll([_this.get$textStyle(), _this.get$backgroundColor(_this), _this.get$foregroundColor(), _this.get$overlayColor(), _this.get$shadowColor(_this), _this.get$surfaceTintColor(), _this.get$elevation(_this), _this.get$padding(_this), _this.get$minimumSize(), _this.fixedSize, _this.get$maximumSize(), _this.iconColor, _this.get$iconSize(), _this.get$side(), _this.get$shape(_this), _this.get$mouseCursor(), _this.get$visualDensity(), _this.get$tapTargetSize(), _this.animationDuration, _this.enableFeedback, _this.alignment, _this.get$splashFactory()]); @@ -224608,7 +228485,7 @@ minSize = _null; } t1 = t16.onPressed != null || t16.onLongPress != null; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A._InputPadding0(minSize, new A.ConstrainedBox(effectiveConstraints, t4, _null), _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A._InputPadding0(minSize, new A.ConstrainedBox(effectiveConstraints, t4, _null), _null), _null); } }; A._ButtonStyleState_handleStatesControllerChange_closure.prototype = { @@ -224627,7 +228504,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 3193 + $signature: 3038 }; A._ButtonStyleState_build_resolve.prototype = { call$1$1(getProperty, $T) { @@ -224636,7 +228513,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 3180 + $signature: 3040 }; A._ButtonStyleState_build_resolve_closure.prototype = { call$1(style) { @@ -224651,91 +228528,91 @@ call$1(style) { return style == null ? null : style.get$elevation(style); }, - $signature: 778 + $signature: 814 }; A._ButtonStyleState_build_closure0.prototype = { call$1(style) { return style == null ? null : style.get$textStyle(); }, - $signature: 3179 + $signature: 3045 }; A._ButtonStyleState_build_closure1.prototype = { call$1(style) { return style == null ? null : style.get$backgroundColor(style); }, - $signature: 269 + $signature: 298 }; A._ButtonStyleState_build_closure2.prototype = { call$1(style) { return style == null ? null : style.get$foregroundColor(); }, - $signature: 269 + $signature: 298 }; A._ButtonStyleState_build_closure3.prototype = { call$1(style) { return style == null ? null : style.get$shadowColor(style); }, - $signature: 269 + $signature: 298 }; A._ButtonStyleState_build_closure4.prototype = { call$1(style) { return style == null ? null : style.get$surfaceTintColor(); }, - $signature: 269 + $signature: 298 }; A._ButtonStyleState_build_closure5.prototype = { call$1(style) { return style == null ? null : style.get$padding(style); }, - $signature: 3169 + $signature: 3052 }; A._ButtonStyleState_build_closure6.prototype = { call$1(style) { return style == null ? null : style.get$minimumSize(); }, - $signature: 454 + $signature: 611 }; A._ButtonStyleState_build_closure7.prototype = { call$1(style) { return style == null ? null : style.fixedSize; }, - $signature: 454 + $signature: 611 }; A._ButtonStyleState_build_closure8.prototype = { call$1(style) { return style == null ? null : style.get$maximumSize(); }, - $signature: 454 + $signature: 611 }; A._ButtonStyleState_build_closure9.prototype = { call$1(style) { return style == null ? null : style.iconColor; }, - $signature: 269 + $signature: 298 }; A._ButtonStyleState_build_closure10.prototype = { call$1(style) { return style == null ? null : style.get$iconSize(); }, - $signature: 778 + $signature: 814 }; A._ButtonStyleState_build_closure11.prototype = { call$1(style) { return style == null ? null : style.get$side(); }, - $signature: 3166 + $signature: 3057 }; A._ButtonStyleState_build_closure12.prototype = { call$1(style) { return style == null ? null : style.get$shape(style); }, - $signature: 3163 + $signature: 3060 }; A._ButtonStyleState_build_closure20.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure0(states), type$.MouseCursor); }, - $signature: 3162 + $signature: 3071 }; A._ButtonStyleState_build__closure0.prototype = { call$1(style) { @@ -224748,13 +228625,13 @@ } return t1; }, - $signature: 3159 + $signature: 3075 }; A._ButtonStyleState_build_closure21.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure(states), type$.Color); }, - $signature: 123 + $signature: 85 }; A._ButtonStyleState_build__closure.prototype = { call$1(style) { @@ -224767,50 +228644,50 @@ } return t1; }, - $signature: 3156 + $signature: 3079 }; A._ButtonStyleState_build_closure13.prototype = { call$1(style) { return style == null ? null : style.get$visualDensity(); }, - $signature: 3151 + $signature: 3082 }; A._ButtonStyleState_build_closure14.prototype = { call$1(style) { return style == null ? null : style.get$tapTargetSize(); }, - $signature: 3150 + $signature: 3085 }; A._ButtonStyleState_build_closure15.prototype = { call$1(style) { return style == null ? null : style.animationDuration; }, - $signature: 3148 + $signature: 3097 }; A._ButtonStyleState_build_closure16.prototype = { call$1(style) { return style == null ? null : style.enableFeedback; }, - $signature: 3146 + $signature: 3103 }; A._ButtonStyleState_build_closure17.prototype = { call$1(style) { return style == null ? null : style.alignment; }, - $signature: 3131 + $signature: 3108 }; A._ButtonStyleState_build_closure18.prototype = { call$1(style) { return style == null ? null : style.get$splashFactory(); }, - $signature: 3126 + $signature: 3115 }; A._ButtonStyleState_build_closure19.prototype = { call$1($status) { if ($status === B.AnimationStatus_3) this.$this.setState$1(new A._ButtonStyleState_build__closure1()); }, - $signature: 43 + $signature: 47 }; A._ButtonStyleState_build__closure1.prototype = { call$0() { @@ -224909,7 +228786,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 78 + $signature: 72 }; A.__ButtonStyleState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -224966,7 +228843,7 @@ case 1: return B.RoundedRectangleBorder_27D; case 2: - return B.RoundedRectangleBorder_27D1; + return B.RoundedRectangleBorder_27D4; } }, copyWith$7$alignedDropdown$colorScheme$height$layoutBehavior$minWidth$padding$textTheme(alignedDropdown, colorScheme, height, layoutBehavior, minWidth, padding, textTheme) { @@ -225008,35 +228885,23 @@ }; A._CalendarDatePickerState.prototype = { initState$0() { - var t1, _this = this; + var t1, currentDisplayedDate, _this = this; _this.super$State$initState(); t1 = _this._widget; _this.___CalendarDatePickerState__mode_A = t1.initialCalendarMode; - t1 = t1.initialDate; - t1 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t1), A.Primitives_getMonth(t1), 1, 0, 0, 0, 0, false); + currentDisplayedDate = t1.initialDate; + if (currentDisplayedDate == null) + currentDisplayedDate = t1.currentDate; + t1 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(currentDisplayedDate), A.Primitives_getMonth(currentDisplayedDate), 1, 0, 0, 0, 0, false); if (!A._isInt(t1)) A.throwExpression(A.argumentErrorValue(t1)); _this.___CalendarDatePickerState__currentDisplayedMonthDate_A = new A.DateTime(t1, false); - _this.___CalendarDatePickerState__selectedDate_A = _this._widget.initialDate; - }, - didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - t1 = _this._widget; - t2 = t1.initialCalendarMode; - if (t2 !== oldWidget.initialCalendarMode) - _this.___CalendarDatePickerState__mode_A = t2; - t1 = t1.initialDate; - if (!A.DateUtils_isSameDay(t1, oldWidget.initialDate)) { - t1 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t1), A.Primitives_getMonth(t1), 1, 0, 0, 0, 0, false); - if (!A._isInt(t1)) - A.throwExpression(A.argumentErrorValue(t1)); - _this.___CalendarDatePickerState__currentDisplayedMonthDate_A = new A.DateTime(t1, false); - _this.___CalendarDatePickerState__selectedDate_A = _this._widget.initialDate; - } + t1 = _this._widget.initialDate; + if (t1 != null) + _this._calendar_date_picker$_selectedDate = t1; }, didChangeDependencies$0() { - var t1, t2, semanticLabelSuffix, _this = this; + var t1, semanticLabelSuffix, t2, _this = this; _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; @@ -225046,13 +228911,13 @@ t1 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; _this.___CalendarDatePickerState__textDirection_A = t1.textDirection; - if (!_this._announcedInitialDate) { + if (!_this._announcedInitialDate && _this._widget.initialDate != null) { _this._announcedInitialDate = true; - t1 = _this._widget.currentDate; - t2 = _this.___CalendarDatePickerState__selectedDate_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - semanticLabelSuffix = A.DateUtils_isSameDay(t1, t2) ? ", " + _this.___CalendarDatePickerState__localizations_A.get$currentDateLabel() : ""; - A.SemanticsService_announce(_this.___CalendarDatePickerState__localizations_A.formatFullDate$1(_this.___CalendarDatePickerState__selectedDate_A) + semanticLabelSuffix, _this.___CalendarDatePickerState__textDirection_A, B.Assertiveness_00); + semanticLabelSuffix = A.DateUtils_isSameDay(_this._widget.currentDate, _this._calendar_date_picker$_selectedDate) ? ", " + _this.___CalendarDatePickerState__localizations_A.get$currentDateLabel() : ""; + t1 = _this.___CalendarDatePickerState__localizations_A; + t2 = _this._calendar_date_picker$_selectedDate; + t2.toString; + A.SemanticsService_announce(t1.formatFullDate$1(t2) + semanticLabelSuffix, _this.___CalendarDatePickerState__textDirection_A, B.Assertiveness_00); } }, _vibrate$0() { @@ -225078,18 +228943,27 @@ this.setState$1(new A._CalendarDatePickerState__handleMonthChanged_closure(this, date)); }, _handleYearChanged$1(value) { - var t2, t3, t4, _this = this, t1 = {}; + var daysInMonth, t2, preferredDay, t3, t4, _this = this, t1 = {}; t1.value = value; _this._vibrate$0(); - t2 = _this._widget; - t3 = t2.firstDate; - t4 = value._value; - if (t4 < t3._value) - t1.value = t3; + daysInMonth = A.DateUtils_getDaysInMonth(A.Primitives_getYear(value), A.Primitives_getMonth(value)); + t2 = _this._calendar_date_picker$_selectedDate; + t2 = t2 == null ? null : A.Primitives_getDay(t2); + if (t2 == null) + t2 = 1; + preferredDay = Math.min(t2, daysInMonth); + t2 = value.isUtc ? A.core_DateTime___utc_tearOff$closure() : A.core_DateTime___new_tearOff$closure(); + t2 = t2.call$8(A.Primitives_getYear(value), A.Primitives_getMonth(value), preferredDay, A.Primitives_getHours(value), A.Primitives_getMinutes(value), A.Primitives_getSeconds(value), A.Primitives_getMilliseconds(value), 0); + t1.value = t2; + t3 = _this._widget; + t4 = t3.firstDate; + t2 = t2._value; + if (t2 < t4._value) + t1.value = t4; else { - t2 = t2.lastDate; - if (t4 > t2._value) - t1.value = t2; + t3 = t3.lastDate; + if (t2 > t3._value) + t1.value = t3; } _this.setState$1(new A._CalendarDatePickerState__handleYearChanged_closure(t1, _this)); }, @@ -225098,7 +228972,7 @@ this.setState$1(new A._CalendarDatePickerState__handleDayChanged_closure(this, value)); }, _buildPicker$0() { - var t2, t3, t4, t5, t6, _this = this, + var t2, t3, t4, _this = this, t1 = _this.___CalendarDatePickerState__mode_A; t1 === $ && A.throwUnnamedLateFieldNI(); switch (t1.index) { @@ -225106,12 +228980,7 @@ t1 = _this.___CalendarDatePickerState__currentDisplayedMonthDate_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._widget; - t3 = t2.currentDate; - t4 = t2.firstDate; - t5 = t2.lastDate; - t6 = _this.___CalendarDatePickerState__selectedDate_A; - t6 === $ && A.throwUnnamedLateFieldNI(); - return new A._MonthPicker(t1, t3, t4, t5, t6, _this.get$_handleDayChanged(), _this.get$_handleMonthChanged(), t2.selectableDayPredicate, _this._monthPickerKey); + return new A._MonthPicker(t1, t2.currentDate, t2.firstDate, t2.lastDate, _this._calendar_date_picker$_selectedDate, _this.get$_handleDayChanged(), _this.get$_handleMonthChanged(), t2.selectableDayPredicate, _this._monthPickerKey); case 1: t1 = _this._widget; t2 = t1.currentDate; @@ -225122,10 +228991,7 @@ t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t2), A.Primitives_getMonth(t2), A.Primitives_getDay(t2), 0, 0, 0, 0, false); if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); - t5 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t4), A.Primitives_getMonth(t4), A.Primitives_getDay(t4), 0, 0, 0, 0, false); - if (!A._isInt(t5)) - A.throwExpression(A.argumentErrorValue(t5)); - return new A.Padding(B.EdgeInsets_0_52_0_0, new A.YearPicker(new A.DateTime(t2, false), t3, t1, new A.DateTime(t5, false), t4, _this.get$_handleYearChanged(), _this._yearPickerKey), null); + return new A.Padding(B.EdgeInsets_0_52_0_0, new A.YearPicker(new A.DateTime(t2, false), t3, t1, t4, _this.get$_handleYearChanged(), _this._yearPickerKey), null); } }, build$1(context) { @@ -225146,22 +229012,22 @@ t1 = this.$this, t2 = this.mode; t1.___CalendarDatePickerState__mode_A = t2; - t3 = t1.___CalendarDatePickerState__localizations_A; - t4 = t1.___CalendarDatePickerState__selectedDate_A; - if (t2 === B.DatePickerMode_0) { - t3 === $ && A.throwUnnamedLateFieldNI(); - t4 === $ && A.throwUnnamedLateFieldNI(); - t2 = t3.formatMonthYear$1(t4); - t1 = t1.___CalendarDatePickerState__textDirection_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - A.SemanticsService_announce(t2, t1, B.Assertiveness_00); - } else { - t3 === $ && A.throwUnnamedLateFieldNI(); - t4 === $ && A.throwUnnamedLateFieldNI(); - t2 = t3.formatYear$1(t4); - t1 = t1.___CalendarDatePickerState__textDirection_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - A.SemanticsService_announce(t2, t1, B.Assertiveness_00); + t3 = t1._calendar_date_picker$_selectedDate; + if (t3 != null) { + t4 = t1.___CalendarDatePickerState__localizations_A; + if (t2 === B.DatePickerMode_0) { + t4 === $ && A.throwUnnamedLateFieldNI(); + t2 = t4.formatMonthYear$1(t3); + t1 = t1.___CalendarDatePickerState__textDirection_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.SemanticsService_announce(t2, t1, B.Assertiveness_00); + } else { + t4 === $ && A.throwUnnamedLateFieldNI(); + t2 = t4.formatYear$1(t3); + t1 = t1.___CalendarDatePickerState__textDirection_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + A.SemanticsService_announce(t2, t1, B.Assertiveness_00); + } } }, $signature: 0 @@ -225185,9 +229051,16 @@ }; A._CalendarDatePickerState__handleYearChanged_closure.prototype = { call$0() { - var t1 = this.$this; + var t2, t3, + t1 = this.$this; t1.___CalendarDatePickerState__mode_A = B.DatePickerMode_0; - t1._handleMonthChanged$1(this._box_0.value); + t2 = this._box_0; + t1._handleMonthChanged$1(t2.value); + t3 = t1._widget; + t3.toString; + t2 = t2.value; + t1._calendar_date_picker$_selectedDate = t2; + t3.onDateChanged$1(t2); }, $signature: 0 }; @@ -225195,7 +229068,7 @@ call$0() { var t1 = this.$this, t2 = this.value; - t1.___CalendarDatePickerState__selectedDate_A = t2; + t1._calendar_date_picker$_selectedDate = t2; t1._widget.onDateChanged$1(t2); }, $signature: 0 @@ -225253,7 +229126,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t5 = type$.JSArray_Widget; t4 = A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t2, _null), A.RotationTransition$(B.Alignment_0_0, A.Icon$(B.IconData_57496_MaterialIcons_null_false, controlColor, _null, _null), t3)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null); - t1 = A._setArrayType([new A.Flexible(1, B.FlexFit_1, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, true, false, new A.SizedBox(_null, 52, t4, _null), _null), _null)], t5); + t1 = A._setArrayType([new A.Flexible(1, B.FlexFit_1, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, true, false, new A.SizedBox(_null, 52, t4, _null), _null), _null)], t5); if (this._widget.mode === B.DatePickerMode_0) t1.push(B.SizedBox_108_null_null_null); return A.Container$(_null, A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, 52, _null, _null, B.EdgeInsetsDirectional_16_0_4_0, _null, _null, _null); @@ -225302,20 +229175,6 @@ t1.toString; _this.___MonthPickerState__textDirection_A = t1.textDirection; }, - didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - if (!_this._widget.initialMonth.$eq(0, oldWidget.initialMonth)) { - t1 = _this._widget.initialMonth; - t2 = _this.___MonthPickerState__currentMonth_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = !t1.$eq(0, t2); - t1 = t2; - } else - t1 = false; - if (t1) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._MonthPickerState_didUpdateWidget_closure(_this)); - }, dispose$0() { var t1 = this.___MonthPickerState__pageController_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -225375,20 +229234,6 @@ t1.animateToPage$3$curve$duration(B.JSNumber_methods.round$0(t2) - 1, B.Cubic_JUR, B.Duration_200000); } }, - _showMonth$2$jump(month, jump) { - var monthPage = A.DateUtils_monthDelta(this._widget.firstDate, month), - t1 = this.___MonthPickerState__pageController_A; - if (jump) { - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.jumpToPage$1(monthPage); - } else { - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.animateToPage$3$curve$duration(monthPage, B.Cubic_JUR, B.Duration_200000); - } - }, - _showMonth$1(month) { - return this._showMonth$2$jump(month, false); - }, get$_isDisplayingFirstMonth() { var t2, t1 = this.___MonthPickerState__currentMonth_A; @@ -225514,16 +229359,9 @@ t8 = _this._widget; t8 = A.DateUtils_monthDelta(t8.firstDate, t8.lastDate); t1 = A.Column$(A._setArrayType([t2, A.Expanded$(A.FocusableActionDetector$(t4, false, new A._FocusedDate(t6, new A.PageView(t7, _null, _this.get$_handleMonthPageChanged(), new A.SliverChildBuilderDelegate(_this.get$_buildItems(), t8 + 1, true, true, true, A.scroll_delegate___kDefaultSemanticIndexCallback$closure(), _null), B.DragStartBehavior_1, B.Clip_1, _this._pageViewKey), _null), true, t5, B.C__DeferringMouseCursor, _this.get$_handleGridFocusChange(), _null, _null, t1), 1)], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); } }; - A._MonthPickerState_didUpdateWidget_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - return t1._showMonth$2$jump(t1._widget.initialMonth, true); - }, - $signature: 11 - }; A._MonthPickerState__handleMonthPageChanged_closure.prototype = { call$0() { var monthDate, t3, @@ -225582,7 +229420,7 @@ }; A._MonthPickerState__handleDirectionFocus_closure.prototype = { call$0() { - var nextDate, + var nextDate, monthPage, t1 = this.$this, t2 = t1._focusedDay; t2.toString; @@ -225591,8 +229429,12 @@ t1._focusedDay = nextDate; t2 = t1.___MonthPickerState__currentMonth_A; t2 === $ && A.throwUnnamedLateFieldNI(); - if (!A.DateUtils_isSameMonth(nextDate, t2)) - t1._showMonth$1(nextDate); + if (!A.DateUtils_isSameMonth(nextDate, t2)) { + monthPage = A.DateUtils_monthDelta(t1._widget.firstDate, nextDate); + t1 = t1.___MonthPickerState__pageController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.animateToPage$3$curve$duration(monthPage, B.Cubic_JUR, B.Duration_200000); + } } }, $signature: 0 @@ -225608,9 +229450,6 @@ A._DayPicker.prototype = { createState$0() { return new A._DayPickerState(B._StateLifecycle_0); - }, - onChanged$1(arg0) { - return this.onChanged.call$1(arg0); } }; A._DayPickerState.prototype = { @@ -225655,26 +229494,19 @@ _dayHeaders$2(headerStyle, localizations) { var i, _null = null, result = A._setArrayType([], type$.JSArray_Widget); - for (i = localizations.get$firstDayOfWeekIndex(); true; i = (i + 1) % 7) { + for (i = localizations.get$firstDayOfWeekIndex(); result.length < 7; i = (i + 1) % 7) result.push(new A.ExcludeSemantics(true, new A.Center(B.Alignment_0_0, _null, _null, new A.Text(localizations.get$narrowWeekdays()[i], _null, headerStyle, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null)); - if (i === B.JSInt_methods.$mod(localizations.get$firstDayOfWeekIndex() - 1, 7)) - break; - } return result; }, build$1(context) { - var datePickerTheme, defaults, weekdayStyle, dayStyle, t2, year, month, daysInMonth, dayOffset, effectiveValue, resolve, dayItems, day, t3, t4, t5, t6, t7, dayToBuild, t8, isDisabled, isSelectedDay, isToday, semanticLabelSuffix, dayForegroundColor, dayBackgroundColor, decoration, dayWidget, t9, t10, _this = this, _null = null, + var datePickerTheme, defaults, weekdayStyle, t2, year, month, daysInMonth, dayOffset, dayItems, day, dayToBuild, t3, isDisabled, isSelectedDay, isToday, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; datePickerTheme = A.DatePickerTheme_of(context); - A.Theme_of(context); - defaults = A._DatePickerDefaultsM2$(context); + defaults = A.Theme_of(context).useMaterial3 ? A._DatePickerDefaultsM3$(context) : A._DatePickerDefaultsM2$(context); weekdayStyle = datePickerTheme.weekdayStyle; if (weekdayStyle == null) weekdayStyle = defaults.get$weekdayStyle(); - dayStyle = datePickerTheme.dayStyle; - if (dayStyle == null) - dayStyle = defaults.get$dayStyle(); t2 = _this._widget.displayedMonth; year = A.Primitives_getYear(t2); month = A.Primitives_getMonth(t2); @@ -225683,63 +229515,96 @@ if (!A._isInt(t2)) A.throwExpression(A.argumentErrorValue(t2)); dayOffset = B.JSInt_methods.$mod(A.Primitives_getWeekday(new A.DateTime(t2, false)) - 1 - B.JSInt_methods.$mod(t1.get$firstDayOfWeekIndex() - 1, 7), 7); - effectiveValue = new A._DayPickerState_build_effectiveValue(datePickerTheme, defaults); - resolve = new A._DayPickerState_build_resolve(effectiveValue); dayItems = _this._dayHeaders$2(weekdayStyle, t1); day = -dayOffset; - for (t2 = dayStyle == null, t3 = type$.nullable_Color, t4 = type$._MaterialStatePropertyWith_nullable_Color, t5 = type$.MaterialState, t6 = datePickerTheme.todayBorder; day < daysInMonth;) { + for (t1 = type$.ValueKey_DateTime; day < daysInMonth;) { ++day; if (day < 1) dayItems.push(A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null)); else { - t7 = A.Primitives_valueFromDecomposedDate(year, month, day, 0, 0, 0, 0, false); - if (!A._isInt(t7)) - A.throwExpression(A.argumentErrorValue(t7)); - dayToBuild = new A.DateTime(t7, false); - t8 = _this._widget; - if (!(t7 > t8.lastDate._value)) - if (!(t7 < t8.firstDate._value)) + t2 = A.Primitives_valueFromDecomposedDate(year, month, day, 0, 0, 0, 0, false); + if (!A._isInt(t2)) + A.throwExpression(A.argumentErrorValue(t2)); + dayToBuild = new A.DateTime(t2, false); + t3 = _this._widget; + if (!(t2 > t3.lastDate._value)) + if (!(t2 < t3.firstDate._value)) isDisabled = false; else isDisabled = true; else isDisabled = true; - isSelectedDay = A.DateUtils_isSameDay(t8.selectedDate, dayToBuild); - isToday = A.DateUtils_isSameDay(t8.currentDate, dayToBuild); - semanticLabelSuffix = isToday ? ", " + t1.get$currentDateLabel() : ""; - t7 = A.LinkedHashSet_LinkedHashSet$_empty(t5); - if (isDisabled) - t7.add$1(0, B.MaterialState_6); - if (isSelectedDay) - t7.add$1(0, B.MaterialState_4); - dayForegroundColor = resolve.call$1$2(new A._DayPickerState_build_closure(isToday), t7, t3); - dayBackgroundColor = resolve.call$1$2(new A._DayPickerState_build_closure0(isToday), t7, t3); - if (isToday) { - t8 = (t6 == null ? defaults.get$todayBorder() : t6).copyWith$1$color(dayForegroundColor); - decoration = new A.BoxDecoration(dayBackgroundColor, _null, new A.Border(t8, t8, t8, t8), _null, _null, _null, B.BoxShape_1); - } else - decoration = new A.BoxDecoration(dayBackgroundColor, _null, _null, _null, _null, _null, B.BoxShape_1); - t8 = t1.formatDecimal$1(day); - dayWidget = A.Container$(_null, new A.Center(B.Alignment_0_0, _null, _null, new A.Text(t8, _null, t2 ? _null : dayStyle.apply$1$color(dayForegroundColor), _null, _null, _null, _null, _null, _null, _null, _null), _null), B.Clip_0, _null, _null, decoration, _null, _null, _null, _null, _null, _null, _null, _null); - if (isDisabled) - dayWidget = new A.ExcludeSemantics(true, dayWidget, _null); - else { - t8 = _this.___DayPickerState__dayFocusNodes_A; - t8 === $ && A.throwUnnamedLateFieldNI(); - t8 = t8[day - 1]; - t7 = A.MaterialStatesController$(t7); - t9 = t1.formatDecimal$1(day); - t10 = t1.formatFullDate$1(dayToBuild); - dayWidget = new A.InkResponse(new A.Semantics(new A.SemanticsProperties(_null, _null, _null, _null, isSelectedDay, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t9 + ", " + t10 + semanticLabelSuffix, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, true, false, dayWidget, _null), new A._DayPickerState_build_closure1(_this, dayToBuild), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.BoxShape_1, 25, _null, _null, _null, _null, _null, new A._MaterialStatePropertyWith(new A._DayPickerState_build_closure2(effectiveValue), t4), _null, _null, true, false, _null, false, t8, true, t7, _null); - } - dayItems.push(dayWidget); + isSelectedDay = A.DateUtils_isSameDay(t3.selectedDate, dayToBuild); + isToday = A.DateUtils_isSameDay(t3.currentDate, dayToBuild); + t2 = t3.onChanged; + t3 = _this.___DayPickerState__dayFocusNodes_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + dayItems.push(new A._Day(dayToBuild, isDisabled, isSelectedDay, isToday, t2, t3[day - 1], new A.ValueKey(dayToBuild, t1))); } } t1 = A.SliverChildListDelegate$(dayItems, true, false, true); return new A.Padding(B.EdgeInsets_8_0_8_0, new A.GridView(B.C__DayPickerGridDelegate, t1, _null, B.Axis_1, false, _null, _null, B.ClampingScrollPhysics_null, _null, false, _null, 0, _null, _null, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null), _null); } }; - A._DayPickerState_build_effectiveValue.prototype = { + A._Day.prototype = { + createState$0() { + return new A._DayState(A.MaterialStatesController$(null), B._StateLifecycle_0); + }, + onChanged$1(arg0) { + return this.onChanged.call$1(arg0); + } + }; + A._DayState.prototype = { + build$1(context) { + var t1, t2, t3, semanticLabelSuffix, t4, t5, t6, dayForegroundColor, dayBackgroundColor, decoration, dayWidget, _this = this, _null = null, + defaults = A.Theme_of(context).useMaterial3 ? A._DatePickerDefaultsM3$(context) : A._DatePickerDefaultsM2$(context), + datePickerTheme = A.DatePickerTheme_of(context), + dayStyle = datePickerTheme.dayStyle; + if (dayStyle == null) + dayStyle = defaults.get$dayStyle(); + t1 = new A._DayState_build_effectiveValue(datePickerTheme, defaults); + t2 = new A._DayState_build_resolve(t1); + t3 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); + t3.toString; + semanticLabelSuffix = _this._widget.isToday ? ", " + t3.get$currentDateLabel() : ""; + t4 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); + if (_this._widget.isDisabled) + t4.add$1(0, B.MaterialState_6); + if (_this._widget.isSelectedDay) + t4.add$1(0, B.MaterialState_4); + t5 = _this._statesController; + t5.set$value(0, t4); + t6 = type$.nullable_Color; + dayForegroundColor = t2.call$1$2(new A._DayState_build_closure(_this), t4, t6); + dayBackgroundColor = t2.call$1$2(new A._DayState_build_closure0(_this), t4, t6); + if (_this._widget.isToday) { + t2 = datePickerTheme.todayBorder; + t2 = (t2 == null ? defaults.get$todayBorder() : t2).copyWith$1$color(dayForegroundColor); + decoration = new A.BoxDecoration(dayBackgroundColor, _null, new A.Border(t2, t2, t2, t2), _null, _null, _null, B.BoxShape_1); + } else + decoration = new A.BoxDecoration(dayBackgroundColor, _null, _null, _null, _null, _null, B.BoxShape_1); + t2 = t3.formatDecimal$1(A.Primitives_getDay(_this._widget.day)); + dayWidget = A.Container$(_null, A.Center$(A.Text$(t2, _null, _null, _null, _null, _null, dayStyle == null ? _null : dayStyle.apply$1$color(dayForegroundColor), _null, _null, _null), _null, _null), B.Clip_0, _null, _null, decoration, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = _this._widget; + if (t2.isDisabled) + dayWidget = new A.ExcludeSemantics(true, dayWidget, _null); + else { + t4 = t2.focusNode; + t2 = t3.formatDecimal$1(A.Primitives_getDay(t2.day)); + t3 = t3.formatFullDate$1(_this._widget.day); + t6 = _this._widget.isSelectedDay; + dayWidget = A.InkResponse$(false, _null, true, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2 + ", " + t3 + semanticLabelSuffix, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null, _null, _null, _null, _null), false, false, true, false, dayWidget, _null), false, _null, true, false, _null, t4, _null, B.BoxShape_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._DayState_build_closure1(_this), _null, _null, _null, new A._MaterialStatePropertyWith(new A._DayState_build_closure2(t1), type$._MaterialStatePropertyWith_nullable_Color), 25, _null, _null, t5); + } + return dayWidget; + }, + dispose$0() { + var t1 = this._statesController; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + this.super$State$dispose(); + } + }; + A._DayState_build_effectiveValue.prototype = { call$1$1(getProperty, $T) { var t1 = getProperty.call$1(this.datePickerTheme); return t1 == null ? getProperty.call$1(this.defaults) : t1; @@ -225747,18 +229612,18 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 658 + $signature: 813 }; - A._DayPickerState_build_resolve.prototype = { + A._DayState_build_resolve.prototype = { call$1$2(getProperty, states, $T) { - return this.effectiveValue.call$1$1(new A._DayPickerState_build_resolve_closure(getProperty, states, $T), $T); + return this.effectiveValue.call$1$1(new A._DayState_build_resolve_closure(getProperty, states, $T), $T); }, call$2(getProperty, states) { return this.call$1$2(getProperty, states, type$.dynamic); }, - $signature: 657 + $signature: 812 }; - A._DayPickerState_build_resolve_closure.prototype = { + A._DayState_build_resolve_closure.prototype = { call$1(theme) { var t1 = this.getProperty.call$1(theme); return t1 == null ? null : J.resolve$1$z(t1, this.states); @@ -225767,45 +229632,46 @@ return this.T._eval$1("0?(DatePickerThemeData?)"); } }; - A._DayPickerState_build_closure.prototype = { + A._DayState_build_closure.prototype = { call$1(theme) { var t1; - if (this.isToday) + if (this.$this._widget.isToday) t1 = theme.get$todayForegroundColor(); else t1 = theme.get$dayForegroundColor(); return t1; }, - $signature: 372 + $signature: 354 }; - A._DayPickerState_build_closure0.prototype = { + A._DayState_build_closure0.prototype = { call$1(theme) { var t1; - if (this.isToday) + if (this.$this._widget.isToday) t1 = theme.get$todayBackgroundColor(); else t1 = theme.get$dayBackgroundColor(); return t1; }, - $signature: 372 + $signature: 354 }; - A._DayPickerState_build_closure2.prototype = { + A._DayState_build_closure2.prototype = { call$1(states) { - return this.effectiveValue.call$1$1(new A._DayPickerState_build__closure(states), type$.Color); + return this.effectiveValue.call$1$1(new A._DayState_build__closure(states), type$.Color); }, - $signature: 123 + $signature: 85 }; - A._DayPickerState_build__closure.prototype = { + A._DayState_build__closure.prototype = { call$1(theme) { var t1 = theme.get$dayOverlayColor(); t1 = t1 == null ? null : t1.resolve$1(0, this.states); return t1; }, - $signature: 651 + $signature: 811 }; - A._DayPickerState_build_closure1.prototype = { + A._DayState_build_closure1.prototype = { call$0() { - return this.$this._widget.onChanged$1(this.dayToBuild); + var t1 = this.$this._widget; + return t1.onChanged$1(t1.day); }, $signature: 0 }; @@ -225821,7 +229687,7 @@ }; A.YearPicker.prototype = { createState$0() { - return new A._YearPickerState(B._StateLifecycle_0); + return new A._YearPickerState(A.MaterialStatesController$(null), B._StateLifecycle_0); }, onChanged$1(arg0) { return this.onChanged.call$1(arg0); @@ -225829,16 +229695,31 @@ }; A._YearPickerState.prototype = { initState$0() { - var _this = this; + var t1, _this = this; _this.super$State$initState(); - _this.___YearPickerState__scrollController_A = A.ScrollController$(_this._scrollOffsetForYear$1(_this._widget.selectedDate), true); + t1 = _this._widget.selectedDate; + _this._calendar_date_picker$_scrollController = A.ScrollController$(_this._scrollOffsetForYear$1(t1), true); + }, + dispose$0() { + var t1 = this._calendar_date_picker$_scrollController; + if (t1 != null) + t1.dispose$0(); + t1 = this._statesController; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + this.super$State$dispose(); }, didUpdateWidget$1(oldWidget) { var t1, _this = this; _this.super$State$didUpdateWidget(oldWidget); if (!_this._widget.selectedDate.$eq(0, oldWidget.selectedDate)) { - t1 = _this.___YearPickerState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); + _this._widget.toString; + t1 = true; + } else + t1 = false; + if (t1) { + t1 = _this._calendar_date_picker$_scrollController; + t1.toString; t1.jumpTo$1(_this._scrollOffsetForYear$1(_this._widget.selectedDate)); } }, @@ -225847,41 +229728,72 @@ return this.get$_itemCount() < 18 ? 0 : (initialYearRow - 2) * 52; }, _buildYearItem$2(context, index) { - var defaults, t1, t2, offset, t3, t4, year, isSelected, isCurrentYear, isDisabled, textColor, background, todayBorder, border, itemStyle, yearItem, _this = this, _null = null, - datePickerTheme = A.DatePickerTheme_of(context); - A.Theme_of(context); - defaults = A._DatePickerDefaultsM2$(context); - t1 = new A._YearPickerState__buildYearItem_effectiveValue(datePickerTheme, defaults); - t2 = new A._YearPickerState__buildYearItem_resolve(t1); - offset = _this.get$_itemCount() < 18 ? B.JSInt_methods._tdivFast$1(18 - _this.get$_itemCount(), 2) : 0; - t3 = _this._widget; - t4 = t3.firstDate; - year = A.Primitives_getYear(t4) + index - offset; - isSelected = year === A.Primitives_getYear(t3.selectedDate); - isCurrentYear = year === A.Primitives_getYear(t3.currentDate); - isDisabled = year < A.Primitives_getYear(t4) || year > A.Primitives_getYear(t3.lastDate); - t3 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); + var textColor, background, todayBorder, border, itemStyle, yearItem, _this = this, _null = null, t1 = {}, + datePickerTheme = A.DatePickerTheme_of(context), + defaults = A.Theme_of(context).useMaterial3 ? A._DatePickerDefaultsM3$(context) : A._DatePickerDefaultsM2$(context), + t2 = new A._YearPickerState__buildYearItem_effectiveValue(datePickerTheme, defaults), + t3 = new A._YearPickerState__buildYearItem_resolve(t2), + offset = _this.get$_itemCount() < 18 ? B.JSInt_methods._tdivFast$1(18 - _this.get$_itemCount(), 2) : 0, + t4 = _this._widget, + t5 = t4.firstDate, + year = A.Primitives_getYear(t5) + index - offset, + t6 = t4.selectedDate, + isSelected = year === A.Primitives_getYear(t6), + isCurrentYear = year === A.Primitives_getYear(t4.currentDate), + isDisabled = year < A.Primitives_getYear(t5) || year > A.Primitives_getYear(t4.lastDate); + t4 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); if (isDisabled) - t3.add$1(0, B.MaterialState_6); + t4.add$1(0, B.MaterialState_6); if (isSelected) - t3.add$1(0, B.MaterialState_4); - t4 = type$.nullable_Color; - textColor = t2.call$1$2(new A._YearPickerState__buildYearItem_closure(isCurrentYear), t3, t4); - background = t2.call$1$2(new A._YearPickerState__buildYearItem_closure0(isCurrentYear), t3, t4); + t4.add$1(0, B.MaterialState_4); + t5 = type$.nullable_Color; + textColor = t3.call$1$2(new A._YearPickerState__buildYearItem_closure(isCurrentYear), t4, t5); + background = t3.call$1$2(new A._YearPickerState__buildYearItem_closure0(isCurrentYear), t4, t5); if (isCurrentYear) { todayBorder = datePickerTheme.todayBorder; - t2 = (todayBorder == null ? defaults.get$todayBorder() : todayBorder).copyWith$1$color(textColor); - border = new A.Border(t2, t2, t2, t2); + t3 = (todayBorder == null ? defaults.get$todayBorder() : todayBorder).copyWith$1$color(textColor); + border = new A.Border(t3, t3, t3, t3); } else border = _null; - t2 = A.BorderRadius$circular(18); - t4 = datePickerTheme.yearStyle; - if (t4 == null) - t4 = defaults.get$yearStyle(); - itemStyle = t4 == null ? _null : t4.apply$1$color(textColor); - t4 = A.Text$(B.JSInt_methods.toString$0(year), _null, _null, _null, _null, _null, itemStyle, _null, _null, _null); - yearItem = A.Center$(A.Container$(_null, A.Center$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isSelected, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t4, _null), _null, _null), B.Clip_0, _null, _null, new A.BoxDecoration(background, _null, border, t2, _null, _null, B.BoxShape_0), _null, 36, _null, _null, _null, _null, _null, 72), _null, _null); - return isDisabled ? new A.ExcludeSemantics(true, yearItem, _null) : A.InkWell$(false, _null, true, yearItem, _null, true, _null, _null, _null, _null, new A.ValueKey(year, type$.ValueKey_int), _null, _null, _null, _null, _null, _null, new A._YearPickerState__buildYearItem_closure1(_this, year), _null, _null, new A._MaterialStatePropertyWith(new A._YearPickerState__buildYearItem_closure2(t1), type$._MaterialStatePropertyWith_nullable_Color), _null, _null, _null, A.MaterialStatesController$(t3)); + t3 = A.BorderRadius$circular(18); + t5 = datePickerTheme.yearStyle; + if (t5 == null) + t5 = defaults.get$yearStyle(); + itemStyle = t5 == null ? _null : t5.apply$1$color(textColor); + t5 = A.Text$(B.JSInt_methods.toString$0(year), _null, _null, _null, _null, _null, itemStyle, _null, _null, _null); + yearItem = A.Center$(A.Container$(_null, A.Center$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, isSelected, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t5, _null), _null, _null), B.Clip_0, _null, _null, new A.BoxDecoration(background, _null, border, t3, _null, _null, B.BoxShape_0), _null, 36, _null, _null, _null, _null, _null, 72), _null, _null); + if (isDisabled) + yearItem = new A.ExcludeSemantics(true, yearItem, _null); + else { + t3 = A.Primitives_getMonth(_this._widget.selectedDate); + t3 = A.Primitives_valueFromDecomposedDate(year, t3, 1, 0, 0, 0, 0, false); + if (!A._isInt(t3)) + A.throwExpression(A.argumentErrorValue(t3)); + t1.date = new A.DateTime(t3, false); + t5 = _this._widget.firstDate; + t5 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t5), A.Primitives_getMonth(t5), 1, 0, 0, 0, 0, false); + if (!A._isInt(t5)) + A.throwExpression(A.argumentErrorValue(t5)); + if (t3 < t5) { + t3 = _this._widget.firstDate; + t3 = A.Primitives_valueFromDecomposedDate(year, A.Primitives_getMonth(t3), 1, 0, 0, 0, 0, false); + if (!A._isInt(t3)) + A.throwExpression(A.argumentErrorValue(t3)); + t1.date = new A.DateTime(t3, false); + } else { + t5 = _this._widget.lastDate; + if (t3 > t5._value) { + t3 = A.Primitives_valueFromDecomposedDate(year, A.Primitives_getMonth(t5), 1, 0, 0, 0, 0, false); + if (!A._isInt(t3)) + A.throwExpression(A.argumentErrorValue(t3)); + t1.date = new A.DateTime(t3, false); + } + } + t3 = _this._statesController; + t3.set$value(0, t4); + yearItem = A.InkWell$(false, _null, true, yearItem, _null, true, _null, _null, _null, _null, new A.ValueKey(year, type$.ValueKey_int), _null, _null, _null, _null, _null, _null, new A._YearPickerState__buildYearItem_closure1(t1, _this), _null, _null, new A._MaterialStatePropertyWith(new A._YearPickerState__buildYearItem_closure2(t2), type$._MaterialStatePropertyWith_nullable_Color), _null, _null, _null, t3); + } + return yearItem; }, get$_itemCount() { var t1 = this._widget; @@ -225889,11 +229801,11 @@ }, build$1(context) { var t2, t3, _this = this, _null = null, - t1 = _this.___YearPickerState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = _this._calendar_date_picker$_scrollController; _this._widget.toString; t2 = Math.max(_this.get$_itemCount(), 18); - t3 = _null; + t3 = t1 == null && true; + t3 = t3 ? B.AlwaysScrollableScrollPhysics_null : _null; return A.Column$(A._setArrayType([B.Divider_null_null_null_null, A.Expanded$(new A.GridView(B.C__YearPickerGridDelegate, new A.SliverChildBuilderDelegate(_this.get$_buildYearItem(), t2, true, true, true, A.scroll_delegate___kDefaultSemanticIndexCallback$closure(), _null), B.EdgeInsets_16_0_16_0, B.Axis_1, false, t1, _null, t3, _null, false, _null, 0, _null, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, B.Clip_1, _null), 1), B.Divider_null_null_null_null], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } }; @@ -225905,7 +229817,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 658 + $signature: 813 }; A._YearPickerState__buildYearItem_resolve.prototype = { call$1$2(getProperty, states, $T) { @@ -225914,7 +229826,7 @@ call$2(getProperty, states) { return this.call$1$2(getProperty, states, type$.dynamic); }, - $signature: 657 + $signature: 812 }; A._YearPickerState__buildYearItem_resolve_closure.prototype = { call$1(theme) { @@ -225934,7 +229846,7 @@ t1 = theme.get$yearForegroundColor(); return t1; }, - $signature: 372 + $signature: 354 }; A._YearPickerState__buildYearItem_closure0.prototype = { call$1(theme) { @@ -225945,30 +229857,25 @@ t1 = theme.get$yearBackgroundColor(); return t1; }, - $signature: 372 + $signature: 354 }; A._YearPickerState__buildYearItem_closure2.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._YearPickerState__buildYearItem__closure(states), type$.Color); }, - $signature: 123 + $signature: 85 }; A._YearPickerState__buildYearItem__closure.prototype = { call$1(theme) { - var t1 = theme.get$dayOverlayColor(); + var t1 = theme.get$yearOverlayColor(); t1 = t1 == null ? null : t1.resolve$1(0, this.states); return t1; }, - $signature: 651 + $signature: 811 }; A._YearPickerState__buildYearItem_closure1.prototype = { call$0() { - var t1 = this.$this._widget, - t2 = t1.initialDate; - t2 = A.Primitives_valueFromDecomposedDate(this.year, A.Primitives_getMonth(t2), 1, 0, 0, 0, 0, false); - if (!A._isInt(t2)) - A.throwExpression(A.argumentErrorValue(t2)); - return t1.onChanged$1(new A.DateTime(t2, false)); + return this.$this._widget.onChanged$1(this._box_0.date); }, $signature: 0 }; @@ -225998,12 +229905,11 @@ }; A.Card.prototype = { build$1(context) { - var defaults, t1, t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null, - cardTheme = A.Theme_of(context).cardTheme; - A.Theme_of(context); - defaults = new A._CardDefaultsM2(context, B.Clip_0, _null, _null, _null, 1, B.EdgeInsets_4_4_4_4, B.RoundedRectangleBorder_27D1); - t1 = _this.semanticContainer; - t2 = _this.margin; + var t3, t4, t5, t6, t7, t8, _this = this, _null = null, + cardTheme = A.Theme_of(context).cardTheme, + defaults = A.Theme_of(context).useMaterial3 ? new A._CardDefaultsM3(context, B.Clip_0, _null, _null, _null, 1, B.EdgeInsets_4_4_4_4, B.RoundedRectangleBorder_27D2) : new A._CardDefaultsM2(context, B.Clip_0, _null, _null, _null, 1, B.EdgeInsets_4_4_4_4, B.RoundedRectangleBorder_27D4), + t1 = _this.semanticContainer, + t2 = _this.margin; if (t2 == null) t2 = cardTheme.margin; if (t2 == null) { @@ -226020,7 +229926,7 @@ t4 = defaults.get$shadowColor(defaults); t5 = cardTheme.surfaceTintColor; if (t5 == null) - t5 = defaults.surfaceTintColor; + t5 = defaults.get$surfaceTintColor(); t6 = _this.elevation; if (t6 == null) t6 = cardTheme.elevation; @@ -226040,8 +229946,8 @@ t8 = defaults.clipBehavior; t8.toString; } - t2 = A.Container$(_null, A.Material$(B.Duration_200000, true, _null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, !t1, false, false, _this.child, _null), t8, t3, t6, _null, t4, t7, t5, _null, B.MaterialType_1), B.Clip_0, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, false, false, false, t2, _null); + t2 = A.Container$(_null, A.Material$(B.Duration_200000, true, _null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, !t1, false, false, _this.child, _null), t8, t3, t6, _null, t4, t7, t5, _null, B.MaterialType_1), B.Clip_0, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, false, false, false, t2, _null); } }; A._CardDefaultsM2.prototype = { @@ -226052,6 +229958,30 @@ return A.Theme_of(this.context).shadowColor; } }; + A._CardDefaultsM3.prototype = { + get$_card$_colors() { + var t1, _this = this, + value = _this.___CardDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___CardDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___CardDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$color(_) { + return this.get$_card$_colors().surface; + }, + get$shadowColor(_) { + var t1 = this.get$_card$_colors()._shadow; + return t1 == null ? B.Color_4278190080 : t1; + }, + get$surfaceTintColor() { + var t1 = this.get$_card$_colors(), + t2 = t1._surfaceTint; + return t2 == null ? t1.primary : t2; + } + }; A.CardTheme.prototype = { get$hashCode(_) { var _this = this; @@ -226150,8 +230080,7 @@ break; } checkboxTheme = A.CheckboxTheme_of(context); - A.Theme_of(context); - defaults = new A._CheckboxDefaultsM2(A.Theme_of(context), A.Theme_of(context).colorScheme, _null, _null, _null, _null, _null, _null, _null, _null, _null); + defaults = A.Theme_of(context).useMaterial3 ? new A._CheckboxDefaultsM3(A.Theme_of(context), A.Theme_of(context).colorScheme, _null, _null, _null, _null, _null, _null, _null, _null, _null) : new A._CheckboxDefaultsM2(A.Theme_of(context), A.Theme_of(context).colorScheme, _null, _null, _null, _null, _null, _null, _null, _null, _null); t1 = _this._widget.materialTapTargetSize; effectiveMaterialTapTargetSize = t1 == null ? checkboxTheme.materialTapTargetSize : t1; if (effectiveMaterialTapTargetSize == null) @@ -226315,7 +230244,7 @@ t4.set$activeSide(activeSide); t4.set$inactiveSide(inactiveSide); t4 = _this.buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(false, _null, new A._MaterialStatePropertyWith(new A._CheckboxState_build_closure(_this, checkboxTheme), type$._MaterialStatePropertyWith_MouseCursor), t4, size); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t3 === true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t4, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t3 === true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t4, _null); } }; A._CheckboxState__widgetFillColor_closure.prototype = { @@ -226326,7 +230255,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 123 + $signature: 85 }; A._CheckboxState_build_closure.prototype = { call$1(states) { @@ -226335,7 +230264,7 @@ t1 = null; return t1 == null ? B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states) : t1; }, - $signature: 374 + $signature: 356 }; A._CheckboxPainter.prototype = { set$checkColor(value) { @@ -226515,7 +230444,7 @@ return this._checkbox$_theme.visualDensity; }, get$shape(_) { - return B.RoundedRectangleBorder_27D3; + return B.RoundedRectangleBorder_27D6; } }; A._CheckboxDefaultsM2_side_closure.prototype = { @@ -226529,7 +230458,7 @@ return B.BorderSide_tAf; return new A.BorderSide(this.$this._checkbox$_theme.unselectedWidgetColor, 2, B.BorderStyle_1, -1); }, - $signature: 3107 + $signature: 302 }; A._CheckboxDefaultsM2_fillColor_closure.prototype = { call$1(states) { @@ -226542,7 +230471,7 @@ return this.$this._checkbox$_colors.secondary; return B.Color_0; }, - $signature: 74 + $signature: 25 }; A._CheckboxDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -226558,7 +230487,141 @@ return this.$this._checkbox$_theme.focusColor; return B.Color_0; }, - $signature: 74 + $signature: 25 + }; + A._CheckboxDefaultsM3.prototype = { + get$side() { + return A._MaterialStateBorderSide$(new A._CheckboxDefaultsM3_side_closure(this)); + }, + get$fillColor() { + return new A._MaterialStatePropertyWith(new A._CheckboxDefaultsM3_fillColor_closure(this), type$._MaterialStatePropertyWith_Color); + }, + get$checkColor() { + return new A._MaterialStatePropertyWith(new A._CheckboxDefaultsM3_checkColor_closure(this), type$._MaterialStatePropertyWith_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._CheckboxDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_Color); + }, + get$splashRadius() { + return 20; + }, + get$materialTapTargetSize() { + return this._checkbox$_theme.materialTapTargetSize; + }, + get$visualDensity() { + return this._checkbox$_theme.visualDensity; + }, + get$shape(_) { + return B.RoundedRectangleBorder_27D; + } + }; + A._CheckboxDefaultsM3_side_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_6)) { + if (states.contains$1(0, B.MaterialState_4)) + return B.BorderSide_tAf; + t1 = _this.$this._checkbox$_colors.onSurface.value; + return new A.BorderSide(A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), 2, B.BorderStyle_1, -1); + } + if (states.contains$1(0, B.MaterialState_4)) + return B.BorderSide_tAf0; + if (states.contains$1(0, B.MaterialState_7)) + return new A.BorderSide(_this.$this._checkbox$_colors.error, 2, B.BorderStyle_1, -1); + if (states.contains$1(0, B.MaterialState_2)) + return new A.BorderSide(_this.$this._checkbox$_colors.onSurface, 2, B.BorderStyle_1, -1); + if (states.contains$1(0, B.MaterialState_0)) + return new A.BorderSide(_this.$this._checkbox$_colors.onSurface, 2, B.BorderStyle_1, -1); + if (states.contains$1(0, B.MaterialState_1)) + return new A.BorderSide(_this.$this._checkbox$_colors.onSurface, 2, B.BorderStyle_1, -1); + t1 = _this.$this._checkbox$_colors; + t2 = t1._onSurfaceVariant; + return new A.BorderSide(t2 == null ? t1.onSurface : t2, 2, B.BorderStyle_1, -1); + }, + $signature: 302 + }; + A._CheckboxDefaultsM3_fillColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_6)) { + if (states.contains$1(0, B.MaterialState_4)) { + t1 = this.$this._checkbox$_colors.onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return B.Color_0; + } + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_7)) + return this.$this._checkbox$_colors.error; + return this.$this._checkbox$_colors.primary; + } + return B.Color_0; + }, + $signature: 25 + }; + A._CheckboxDefaultsM3_checkColor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_6)) { + if (states.contains$1(0, B.MaterialState_4)) + return this.$this._checkbox$_colors.surface; + return B.Color_0; + } + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_7)) + return this.$this._checkbox$_colors.onError; + return this.$this._checkbox$_colors.onPrimary; + } + return B.Color_0; + }, + $signature: 25 + }; + A._CheckboxDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1, _this = this; + if (states.contains$1(0, B.MaterialState_7)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this._checkbox$_colors.error.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this._checkbox$_colors.error.value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this._checkbox$_colors.error.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + } + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this._checkbox$_colors.onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this._checkbox$_colors.primary; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this._checkbox$_colors.primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return B.Color_0; + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this._checkbox$_colors.primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this._checkbox$_colors.onSurface.value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this._checkbox$_colors.onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return B.Color_0; + }, + $signature: 25 }; A.__CheckboxState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -227135,14 +231198,14 @@ effectiveCheckboxHorizontalMarginStart0 = effectiveCheckboxHorizontalMarginStart == null ? effectiveHorizontalMargin : effectiveCheckboxHorizontalMarginStart; effectiveCheckboxHorizontalMarginEnd = effectiveCheckboxHorizontalMarginStart == null ? effectiveHorizontalMargin / 2 : effectiveCheckboxHorizontalMarginStart; t1 = A.Center$(A.Checkbox$(_null, false, _null, _null, _null, false, _null, _null, onCheckboxChanged, _null, _null, _null, _null, _null, tristate, checked), _null, _null); - contents = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.Padding(new A.EdgeInsetsDirectional(effectiveCheckboxHorizontalMarginStart0, 0, effectiveCheckboxHorizontalMarginEnd, 0), t1, _null), _null); + contents = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.Padding(new A.EdgeInsetsDirectional(effectiveCheckboxHorizontalMarginStart0, 0, effectiveCheckboxHorizontalMarginEnd, 0), t1, _null), _null); return new A.TableCell(B.TableCellVerticalAlignment_4, onRowTap != null ? A.TableRowInkWell$(contents, rowMouseCursor, _null, onRowTap, overlayColor) : contents, _null); }, _buildCheckbox$6$checked$context$onCheckboxChanged$onRowTap$overlayColor$tristate(checked, context, onCheckboxChanged, onRowTap, overlayColor, tristate) { return this._buildCheckbox$7$checked$context$onCheckboxChanged$onRowTap$overlayColor$rowMouseCursor$tristate(checked, context, onCheckboxChanged, onRowTap, overlayColor, null, tristate); }, build$1(context) { - var effectiveDataRowColor, t1, anyRowSelectable, rowsWithCheckbox, t2, rowsChecked, allChecked, someChecked, effectiveHorizontalMargin, effectiveCheckboxHorizontalMarginStart, effectiveCheckboxHorizontalMarginEnd, effectiveColumnSpacing, t3, tableColumns, tableRows, t4, rowIndex, _i, row, t5, t6, t7, t8, t9, displayCheckboxColumn, displayColumnIndex, t10, t11, paddingEnd, t12, paddingStart, dataColumnIndex, t13, column, t14, paddingStart0, padding, t15, t16, t17, themeData, dataTableTheme0, t18, label, effectiveHeadingTextStyle, effectiveHeadingRowHeight, cell, t19, t20, effectiveDataTextStyle, effectiveDataRowMinHeight, effectiveDataRowMaxHeight, _this = this, _null = null, + var effectiveDataRowColor, t1, anyRowSelectable, rowsWithCheckbox, t2, rowsChecked, allChecked, someChecked, effectiveHorizontalMargin, effectiveCheckboxHorizontalMarginStart, effectiveCheckboxHorizontalMarginEnd, effectiveColumnSpacing, t3, tableColumns, tableRows, t4, rowIndex, _i, row, t5, t6, t7, t8, t9, displayCheckboxColumn, displayColumnIndex, t10, t11, t12, paddingEnd, t13, paddingStart, dataColumnIndex, t14, column, t15, paddingStart0, padding, t16, t17, t18, themeData, dataTableTheme0, t19, label, effectiveHeadingTextStyle, effectiveHeadingRowHeight, cell, t20, t21, effectiveDataTextStyle, effectiveDataRowMinHeight, effectiveDataRowMaxHeight, t22, _this = this, _null = null, theme = A.Theme_of(context), dataTableTheme = A.DataTableTheme_of(context), effectiveHeadingRowColor = dataTableTheme.headingRowColor; @@ -227206,94 +231269,97 @@ displayCheckboxColumn = anyRowSelectable; displayColumnIndex = 0; } - for (t3 = _this.dataRowMaxHeight, t4 = _this.dataRowMinHeight, t5 = type$.DataTableTheme, t6 = type$.MaterialState, t7 = _this.headingRowHeight, t8 = type$.JSArray_Widget, t9 = _this.sortColumnIndex, t10 = _this.sortAscending, t11 = _this._onlyTextColumn, paddingEnd = effectiveColumnSpacing / 2, t12 = !displayCheckboxColumn, paddingStart = effectiveHorizontalMargin / 2, dataColumnIndex = 0; t13 = t2.length, dataColumnIndex < t13; ++dataColumnIndex) { + for (t3 = type$.DefaultTextStyle, t4 = _this.dataRowMaxHeight, t5 = _this.dataRowMinHeight, t6 = type$.DataTableTheme, t7 = type$.MaterialState, t8 = _this.headingRowHeight, t9 = type$.JSArray_Widget, t10 = _this.sortColumnIndex, t11 = _this.sortAscending, t12 = _this._onlyTextColumn, paddingEnd = effectiveColumnSpacing / 2, t13 = !displayCheckboxColumn, paddingStart = effectiveHorizontalMargin / 2, dataColumnIndex = 0; t14 = t2.length, dataColumnIndex < t14; ++dataColumnIndex) { column = t2[dataColumnIndex]; - t14 = dataColumnIndex === 0; - t14; - if (t14 && displayCheckboxColumn) + t15 = dataColumnIndex === 0; + t15; + if (t15 && displayCheckboxColumn) paddingStart0 = paddingStart; else - paddingStart0 = t14 && t12 ? effectiveHorizontalMargin : paddingEnd; - padding = new A.EdgeInsetsDirectional(paddingStart0, 0, dataColumnIndex === t13 - 1 ? effectiveHorizontalMargin : paddingEnd, 0); - if (dataColumnIndex === t11) + paddingStart0 = t15 && t13 ? effectiveHorizontalMargin : paddingEnd; + padding = new A.EdgeInsetsDirectional(paddingStart0, 0, dataColumnIndex === t14 - 1 ? effectiveHorizontalMargin : paddingEnd, 0); + if (dataColumnIndex === t12) tableColumns[displayColumnIndex] = B.IntrinsicColumnWidth_1; else tableColumns[displayColumnIndex] = B.IntrinsicColumnWidth_null; - t13 = column.onSort == null; - if (t13) - A.LinkedHashSet_LinkedHashSet$_empty(t6).add$1(0, B.MaterialState_6); - t14 = tableRows[0]; - t15 = column.label; - t16 = column.numeric; - t13 = !t13 ? new A.DataTable_build_closure6(_this, column, dataColumnIndex) : _null; - t17 = dataColumnIndex === t9; + t14 = column.onSort == null; + if (t14) + A.LinkedHashSet_LinkedHashSet$_empty(t7).add$1(0, B.MaterialState_6); + t15 = tableRows[0]; + t16 = column.label; + t17 = column.numeric; + t14 = !t14 ? new A.DataTable_build_closure6(_this, column, dataColumnIndex) : _null; + t18 = dataColumnIndex === t10; themeData = A.Theme_of(context); - context.dependOnInheritedWidgetOfExactType$1$0(t5); + context.dependOnInheritedWidgetOfExactType$1$0(t6); dataTableTheme0 = A.Theme_of(context).dataTableTheme; - t18 = t16 ? B.TextDirection_0 : _null; - t15 = A._setArrayType([t15], t8); - if (t13 != null) - B.JSArray_methods.addAll$1(t15, A._setArrayType([new A._SortArrow(t17, t17 ? t10 : _null, B.Duration_150000, _null), B.SizedBox_2_null_null_null], t8)); - label = A.Row$(t15, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, t18); - t15 = dataTableTheme0.headingTextStyle; - effectiveHeadingTextStyle = t15 == null ? themeData.dataTableTheme.headingTextStyle : t15; + t19 = t17 ? B.TextDirection_0 : _null; + t16 = A._setArrayType([t16], t9); + if (t14 != null) + B.JSArray_methods.addAll$1(t16, A._setArrayType([new A._SortArrow(t18, t18 ? t11 : _null, B.Duration_150000, _null), B.SizedBox_2_null_null_null], t9)); + label = A.Row$(t16, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, t19); + t16 = dataTableTheme0.headingTextStyle; + effectiveHeadingTextStyle = t16 == null ? themeData.dataTableTheme.headingTextStyle : t16; if (effectiveHeadingTextStyle == null) { - t15 = themeData.textTheme.titleSmall; - t15.toString; - effectiveHeadingTextStyle = t15; + t16 = themeData.textTheme.titleSmall; + t16.toString; + effectiveHeadingTextStyle = t16; } - t15 = t7 == null ? dataTableTheme0.headingRowHeight : t7; - effectiveHeadingRowHeight = t15 == null ? themeData.dataTableTheme.headingRowHeight : t15; + t16 = t8 == null ? dataTableTheme0.headingRowHeight : t8; + effectiveHeadingRowHeight = t16 == null ? themeData.dataTableTheme.headingRowHeight : t16; if (effectiveHeadingRowHeight == null) effectiveHeadingRowHeight = 56; - t15 = t16 ? B.Alignment_1_0 : B.AlignmentDirectional_m1_0; - label = A.Container$(t15, A.AnimatedDefaultTextStyle$(label, B.C__Linear, B.Duration_150000, false, effectiveHeadingTextStyle), B.Clip_0, _null, _null, _null, _null, effectiveHeadingRowHeight, _null, _null, padding, _null, _null, _null); - t14.children[displayColumnIndex] = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, _null, _null, effectiveHeadingRowColor, _null, _null, _null, _null); - for (t13 = t1.length, rowIndex = 1, _i = 0; _i < t1.length; t1.length === t13 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + t16 = t17 ? B.Alignment_1_0 : B.AlignmentDirectional_m1_0; + t18 = context.dependOnInheritedWidgetOfExactType$1$0(t3); + label = A.Container$(t16, A.AnimatedDefaultTextStyle$(label, B.C__Linear, B.Duration_150000, false, (t18 == null ? B.DefaultTextStyle_MTi : t18).style.merge$1(effectiveHeadingTextStyle)), B.Clip_0, _null, _null, _null, _null, effectiveHeadingRowHeight, _null, _null, padding, _null, _null, _null); + t15.children[displayColumnIndex] = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t14, _null, _null, effectiveHeadingRowColor, _null, _null, _null, _null); + for (t14 = t1.length, rowIndex = 1, _i = 0; _i < t1.length; t1.length === t14 || (0, A.throwConcurrentModificationError)(t1), ++_i) { row = t1[_i]; if (row.selected) - A.LinkedHashSet_LinkedHashSet$_empty(t6).add$1(0, B.MaterialState_4); + A.LinkedHashSet_LinkedHashSet$_empty(t7).add$1(0, B.MaterialState_4); cell = row.cells[dataColumnIndex]; - t14 = tableRows[rowIndex]; + t15 = tableRows[rowIndex]; label = cell.child; - t15 = cell.onTap; - t17 = cell.onLongPress; - t18 = row.onSelectChanged == null ? _null : new A.DataTable_build_closure7(row); - t19 = row.color; - if (t19 == null) - t19 = effectiveDataRowColor; + t16 = cell.onTap; + t18 = cell.onLongPress; + t19 = row.onSelectChanged == null ? _null : new A.DataTable_build_closure7(row); + t20 = row.color; + if (t20 == null) + t20 = effectiveDataRowColor; themeData = A.Theme_of(context); - context.dependOnInheritedWidgetOfExactType$1$0(t5); + context.dependOnInheritedWidgetOfExactType$1$0(t6); dataTableTheme0 = A.Theme_of(context).dataTableTheme; - t20 = dataTableTheme0.dataTextStyle; - effectiveDataTextStyle = t20 == null ? themeData.dataTableTheme.dataTextStyle : t20; + t21 = dataTableTheme0.dataTextStyle; + effectiveDataTextStyle = t21 == null ? themeData.dataTableTheme.dataTextStyle : t21; if (effectiveDataTextStyle == null) { - t20 = themeData.textTheme.bodyMedium; - t20.toString; - effectiveDataTextStyle = t20; + t21 = themeData.textTheme.bodyMedium; + t21.toString; + effectiveDataTextStyle = t21; } - t20 = t4 == null ? dataTableTheme0.dataRowMinHeight : t4; - effectiveDataRowMinHeight = t20 == null ? themeData.dataTableTheme.dataRowMinHeight : t20; + t21 = t5 == null ? dataTableTheme0.dataRowMinHeight : t5; + effectiveDataRowMinHeight = t21 == null ? themeData.dataTableTheme.dataRowMinHeight : t21; if (effectiveDataRowMinHeight == null) effectiveDataRowMinHeight = 48; - t20 = t3 == null ? dataTableTheme0.dataRowMaxHeight : t3; - effectiveDataRowMaxHeight = t20 == null ? themeData.dataTableTheme.dataRowMaxHeight : t20; + t21 = t4 == null ? dataTableTheme0.dataRowMaxHeight : t4; + effectiveDataRowMaxHeight = t21 == null ? themeData.dataTableTheme.dataRowMaxHeight : t21; if (effectiveDataRowMaxHeight == null) effectiveDataRowMaxHeight = 48; - t20 = t16 ? B.Alignment_1_0 : B.AlignmentDirectional_m1_0; - label = A.Container$(t20, new A.DefaultTextStyle(effectiveDataTextStyle.copyWith$1$color(_null), _null, true, B.TextOverflow_0, _null, B.TextWidthBasis_0, _null, new A.DropdownButtonHideUnderline(label, _null), _null), B.Clip_0, _null, new A.BoxConstraints(0, 1 / 0, effectiveDataRowMinHeight, effectiveDataRowMaxHeight), _null, _null, _null, _null, _null, padding, _null, _null, _null); - if (t15 == null) - if (t17 == null) - t20 = false; + t21 = t17 ? B.Alignment_1_0 : B.AlignmentDirectional_m1_0; + t22 = context.dependOnInheritedWidgetOfExactType$1$0(t3); + t22 = (t22 == null ? B.DefaultTextStyle_MTi : t22).style.merge$1(effectiveDataTextStyle); + label = A.Container$(t21, new A.DefaultTextStyle(t22.copyWith$1$color(_null), _null, true, B.TextOverflow_0, _null, B.TextWidthBasis_0, _null, new A.DropdownButtonHideUnderline(label, _null), _null), B.Clip_0, _null, new A.BoxConstraints(0, 1 / 0, effectiveDataRowMinHeight, effectiveDataRowMaxHeight), _null, _null, _null, _null, _null, padding, _null, _null, _null); + if (t16 == null) + if (t18 == null) + t21 = false; else - t20 = true; + t21 = true; else - t20 = true; - if (t20) - label = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t17, t15, _null, _null, t19, _null, _null, _null, _null); - else if (t18 != null || false) - label = A.TableRowInkWell$(label, _null, _null, t18, t19); - t14.children[displayColumnIndex] = label; + t21 = true; + if (t21) + label = A.InkWell$(false, _null, true, label, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t18, t16, _null, _null, t20, _null, _null, _null, _null); + else if (t19 != null || false) + label = A.TableRowInkWell$(label, _null, _null, t19, t20); + t15.children[displayColumnIndex] = label; ++rowIndex; } ++displayColumnIndex; @@ -227315,25 +231381,25 @@ } return null; }, - $signature: 123 + $signature: 85 }; A.DataTable_build_closure.prototype = { call$1(row) { return row.onSelectChanged != null; }, - $signature: 496 + $signature: 577 }; A.DataTable_build_closure0.prototype = { call$1(row) { return row.onSelectChanged != null; }, - $signature: 496 + $signature: 577 }; A.DataTable_build_closure1.prototype = { call$1(row) { return row.selected; }, - $signature: 496 + $signature: 577 }; A.DataTable_build_closure2.prototype = { call$1(index) { @@ -227372,7 +231438,7 @@ t2 = rowColor == null ? _this.defaultRowColor._material_state$_resolve.call$1(t3) : rowColor; return new A.TableRow(t1, new A.BoxDecoration(t2, _null, border, _null, _null, _null, B.BoxShape_0), A.List_List$filled(_this.tableColumns.length, B._NullWidget_null2, false, type$.Widget)); }, - $signature: 3102 + $signature: 3180 }; A.DataTable_build_closure4.prototype = { call$1(checked) { @@ -227447,7 +231513,7 @@ } return B.Rect_0_0_0_0; }, - $signature: 607 + $signature: 361 }; A._SortArrow.prototype = { createState$0() { @@ -227554,33 +231620,16 @@ this.super$__SortArrowState_State_TickerProviderStateMixin$dispose(); }, build$1(context) { - var t2, t3, t4, c, s, + var t2, t3, t4, t1 = this.___SortArrowState__opacityAnimation_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = this._orientationOffset; t3 = this.___SortArrowState__orientationAnimation_A; t3 === $ && A.throwUnnamedLateFieldNI(); t4 = t3.parent; - t4 = t2 + t3._evaluatable.transform$1(0, t4.get$value(t4)); - t2 = new Float64Array(16); - t3 = new A.Matrix40(t2); - t2[15] = 1; - c = Math.cos(t4); - s = Math.sin(t4); - t2[0] = c; - t2[1] = s; - t2[2] = 0; - t2[4] = -s; - t2[5] = c; - t2[6] = 0; - t2[8] = 0; - t2[9] = 0; - t2[10] = 1; - t2[3] = 0; - t2[7] = 0; - t2[11] = 0; - t3.setTranslationRaw$3(0, -1.5, 0); - return new A.FadeTransition(t1, false, A.Transform$(B.Alignment_0_0, B.Icon_Uqs, t3, true), null); + t4 = A.Matrix4_Matrix4$rotationZ(t2 + t3._evaluatable.transform$1(0, t4.get$value(t4))); + t4.setTranslationRaw$3(0, -1.5, 0); + return new A.FadeTransition(t1, false, A.Transform$(B.Alignment_0_0, B.Icon_Uqs, null, t4, true), null); } }; A._SortArrowState__rebuild_closure.prototype = { @@ -227689,7 +231738,7 @@ var t1 = this._box_0.dialog; return t1; }, - $signature: 52 + $signature: 46 }; A.DatePickerDialog.prototype = { createState$0() { @@ -227705,7 +231754,7 @@ t1 = this._widget.initialDate; t2 = $.$get$ChangeNotifier__emptyListeners(); value !== $ && A.throwUnnamedLateFieldADI(); - value = this.___DatePickerDialogState__selectedDate_FI = new A.RestorableDateTime(t1, t2); + value = this.___DatePickerDialogState__selectedDate_FI = new A.RestorableDateTimeN(t1, t2); } return value; }, @@ -227720,6 +231769,13 @@ } return value; }, + dispose$0() { + var _this = this; + _this.get$_selectedDate().dispose$0(); + _this.get$_entryMode().dispose$0(); + _this._autovalidateMode.dispose$0(); + _this.super$__DatePickerDialogState_State_RestorationMixin$dispose(); + }, get$restorationId() { this._widget.toString; return null; @@ -227771,10 +231827,10 @@ this.setState$1(new A._DatePickerDialogState__handleDateChanged_closure(this, date)); }, _dialogSize$1(context) { - var t1, orientation, t2; - A.Theme_of(context); - t1 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_1, type$.MediaQuery).data; - orientation = t1.get$orientation(t1); + var t2, + useMaterial3 = A.Theme_of(context).useMaterial3, + t1 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_1, type$.MediaQuery).data, + orientation = t1.get$orientation(t1); t1 = this.get$_entryMode(); t2 = t1._restoration_properties$_value; switch (t2 == null ? A._instanceType(t1)._eval$1("RestorableValue.T")._as(t2) : t2) { @@ -227782,7 +231838,7 @@ case B.DatePickerEntryMode_2: switch (orientation.index) { case 0: - return B.Size_330_518; + return useMaterial3 ? B.Size_328_512 : B.Size_330_518; case 1: return B.Size_496_346; } @@ -227791,7 +231847,7 @@ case B.DatePickerEntryMode_3: switch (orientation.index) { case 0: - return B.Size_330_270; + return useMaterial3 ? B.Size_328_270 : B.Size_330_270; case 1: return B.Size_496_160; } @@ -227799,39 +231855,62 @@ } }, build$1(context) { - var t2, t3, orientation, datePickerTheme, defaults, textTheme, headlineStyle, headerForegroundColor, t4, actions, calendarDatePicker, inputDatePicker, entryModeButton, t5, textScaleFactor, dialogSize, dialogTheme, t6, t7, t8, _this = this, _null = null, _box_0 = {}, + var t2, orientation, datePickerTheme, defaults, textTheme, headlineStyle, t3, headerForegroundColor, t4, actions, calendarDatePicker, inputDatePicker, entryModeButton, dialogSize, dialogTheme, t5, t6, t7, _this = this, _null = null, _box_0 = {}, theme = A.Theme_of(context), + useMaterial3 = theme.useMaterial3, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - t2 = type$.MediaQuery; - t3 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_1, t2).data; - orientation = t3.get$orientation(t3); + t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_1, type$.MediaQuery).data; + orientation = t2.get$orientation(t2); datePickerTheme = A.DatePickerTheme_of(context); - A.Theme_of(context); - defaults = A._DatePickerDefaultsM2$(context); + defaults = A.Theme_of(context).useMaterial3 ? A._DatePickerDefaultsM3$(context) : A._DatePickerDefaultsM2$(context); textTheme = theme.textTheme; - headlineStyle = orientation === B.Orientation_1 ? textTheme.headlineSmall : textTheme.headlineMedium; + if (useMaterial3) { + headlineStyle = datePickerTheme.headerHeadlineStyle; + if (headlineStyle == null) + headlineStyle = defaults.get$headerHeadlineStyle(); + t2 = _this.get$_entryMode(); + t3 = t2._restoration_properties$_value; + switch (t3 == null ? A._instanceType(t2)._eval$1("RestorableValue.T")._as(t3) : t3) { + case B.DatePickerEntryMode_1: + case B.DatePickerEntryMode_3: + if (orientation === B.Orientation_1) + headlineStyle = textTheme.headlineSmall; + break; + case B.DatePickerEntryMode_0: + case B.DatePickerEntryMode_2: + break; + } + useMaterial3 = true; + } else + headlineStyle = orientation === B.Orientation_1 ? textTheme.headlineSmall : textTheme.headlineMedium; headerForegroundColor = datePickerTheme.headerForegroundColor; if (headerForegroundColor == null) headerForegroundColor = defaults.get$headerForegroundColor(); headlineStyle = headlineStyle == null ? _null : headlineStyle.copyWith$1$color(headerForegroundColor); + t2 = datePickerTheme.cancelButtonStyle; + if (t2 == null) + t2 = defaults.get$cancelButtonStyle(); t3 = _this._widget.cancelText; - t3 = t1.get$cancelButtonLabel().toUpperCase(); - t3 = A.TextButton$(false, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_handleCancel(), _null); + t3 = useMaterial3 ? t1.get$cancelButtonLabel() : t1.get$cancelButtonLabel().toUpperCase(); + t2 = A.TextButton$(false, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_handleCancel(), t2); + t3 = datePickerTheme.confirmButtonStyle; + if (t3 == null) + t3 = defaults.get$confirmButtonStyle(); _this._widget.toString; t4 = t1.get$okButtonLabel(); - actions = A.Container$(B.AlignmentDirectional_1_0, A.OverflowBar$(_null, A._setArrayType([t3, A.TextButton$(false, A.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_handleOk(), _null)], type$.JSArray_Widget), B.OverflowBarAlignment_0, B.VerticalDirection_1, 0, 8), B.Clip_0, _null, B.BoxConstraints_mlX4, _null, _null, _null, _null, _null, B.EdgeInsets_8_0_8_0, _null, _null, _null); + actions = A.Container$(B.AlignmentDirectional_1_0, A.OverflowBar$(_null, A._setArrayType([t2, A.TextButton$(false, A.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_handleOk(), t3)], type$.JSArray_Widget), B.OverflowBarAlignment_0, B.VerticalDirection_1, 0, 8), B.Clip_0, _null, B.BoxConstraints_mlX4, _null, _null, _null, _null, _null, B.EdgeInsets_8_0_8_0, _null, _null, _null); calendarDatePicker = new A._DatePickerDialogState_build_calendarDatePicker(_this); inputDatePicker = new A._DatePickerDialogState_build_inputDatePicker(_this, orientation); _box_0.picker = null; - t3 = _this.get$_entryMode(); - t4 = t3._restoration_properties$_value; - switch (t4 == null ? A._instanceType(t3)._eval$1("RestorableValue.T")._as(t4) : t4) { + t2 = _this.get$_entryMode(); + t3 = t2._restoration_properties$_value; + switch (t3 == null ? A._instanceType(t2)._eval$1("RestorableValue.T")._as(t3) : t3) { case B.DatePickerEntryMode_0: _box_0.picker = calendarDatePicker.call$0(); - t3 = _this._widget.switchToInputEntryModeIcon; - t3 = A.Icon$(B.IconData_57882_MaterialIcons_null_false, _null, _null, _null); - entryModeButton = A.IconButton$(_null, headerForegroundColor, _null, _null, t3, _null, _this.get$_handleEntryModeToggle(), _null, _null, _null, t1.get$inputDateModeButtonLabel(), _null); + t2 = _this._widget.switchToInputEntryModeIcon; + t2 = A.Icon$(useMaterial3 ? B.IconData_61453_MaterialIcons_null_false : B.IconData_57882_MaterialIcons_null_false, _null, _null, _null); + entryModeButton = A.IconButton$(_null, headerForegroundColor, _null, _null, t2, _null, _this.get$_handleEntryModeToggle(), _null, _null, _null, t1.get$inputDateModeButtonLabel(), _null); break; case B.DatePickerEntryMode_2: _box_0.picker = calendarDatePicker.call$0(); @@ -227849,38 +231928,57 @@ default: entryModeButton = _null; } - t3 = _this._widget.helpText; - t3 = t1.get$datePickerHelpText().toUpperCase(); - t4 = _this.get$_selectedDate(); - t5 = t4._restoration_properties$_value; - t1 = t1.formatMediumDate$1(t5 == null ? A._instanceType(t4)._eval$1("RestorableValue.T")._as(t5) : t5); - t4 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t4 = t4 == null ? _null : t4.textScaleFactor; - if (t4 == null) - t4 = 1; - textScaleFactor = Math.min(t4, 1.3); - dialogSize = _this._dialogSize$1(context).$mul(0, textScaleFactor); + t2 = _this._widget.helpText; + t2 = useMaterial3 ? t1.get$datePickerHelpText() : t1.get$datePickerHelpText().toUpperCase(); + t3 = _this.get$_selectedDate(); + t4 = t3._restoration_properties$_value; + if ((t4 == null ? A._instanceType(t3)._eval$1("RestorableValue.T")._as(t4) : t4) == null) + t1 = ""; + else { + t3 = _this.get$_selectedDate(); + t4 = t3._restoration_properties$_value; + t3 = t4 == null ? A._instanceType(t3)._eval$1("RestorableValue.T")._as(t4) : t4; + t3.toString; + t3 = t1.formatMediumDate$1(t3); + t1 = t3; + } + t3 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t3 = t3 == null ? _null : t3.get$textScaler(); + t3 = (t3 == null ? B._LinearTextScaler_1 : t3).clamp$1$maxScaleFactor(0, 1.3); + dialogSize = _this._dialogSize$1(context).$mul(0, t3.textScaleFactor); dialogTheme = theme.dialogTheme; - t4 = datePickerTheme.backgroundColor; - if (t4 == null) - t4 = defaults.backgroundColor; - t5 = datePickerTheme.elevation; + t3 = datePickerTheme.backgroundColor; + if (t3 == null) + t3 = defaults.get$backgroundColor(defaults); + t4 = datePickerTheme.elevation; + if (useMaterial3) { + if (t4 == null) { + t4 = defaults.elevation; + t4.toString; + } + } else { + if (t4 == null) + t4 = dialogTheme.elevation; + if (t4 == null) + t4 = 24; + } + t5 = datePickerTheme.shadowColor; if (t5 == null) - t5 = dialogTheme.elevation; - if (t5 == null) - t5 = 24; - t6 = datePickerTheme.shadowColor; + t5 = defaults.get$shadowColor(defaults); + t6 = datePickerTheme.surfaceTintColor; if (t6 == null) - t6 = defaults.shadowColor; - t7 = datePickerTheme.surfaceTintColor; - if (t7 == null) - t7 = defaults.surfaceTintColor; - t8 = datePickerTheme.shape; - if (t8 == null) - t8 = dialogTheme.shape; - if (t8 == null) - t8 = defaults.shape; - return A.Dialog$(_null, t4, A.AnimatedContainer$(_null, A.MediaQuery$(new A.Builder(new A._DatePickerDialogState_build_closure(_box_0, orientation, new A._DatePickerHeader(t3, t1, headlineStyle, orientation, orientation === B.Orientation_1, entryModeButton, _null), false, datePickerTheme, actions), _null), A.InheritedModel_inheritFrom(context, _null, t2).data.copyWith$1$textScaleFactor(textScaleFactor), _null), _null, _null, B.Cubic_JUR0, _null, B.Duration_200000, dialogSize._dy, _null, _null, _null, dialogSize._dx), B.Clip_2, t5, B.EdgeInsets_16_24_16_24, t6, t8, t7); + t6 = defaults.get$surfaceTintColor(); + t7 = datePickerTheme.shape; + if (useMaterial3) { + if (t7 == null) + t7 = defaults.shape; + } else { + if (t7 == null) + t7 = dialogTheme.shape; + if (t7 == null) + t7 = defaults.shape; + } + return A.Dialog$(_null, t3, A.AnimatedContainer$(_null, A.MediaQuery_withClampedTextScaling(new A.LayoutBuilder(new A._DatePickerDialogState_build_closure(_box_0, useMaterial3, orientation, new A._DatePickerHeader(t2, t1, headlineStyle, orientation, orientation === B.Orientation_1, entryModeButton, _null), datePickerTheme, actions), _null), 1.3), _null, _null, B.Cubic_JUR0, _null, B.Duration_200000, dialogSize._dy, _null, _null, _null, dialogSize._dx), B.Clip_2, t4, B.EdgeInsets_16_24_16_24, t5, t7, t6); } }; A._DatePickerDialogState__handleOk_closure.prototype = { @@ -227932,9 +232030,14 @@ t6 = t3.currentDate; t7 = t3.selectableDayPredicate; t3 = t3.initialCalendarMode; - t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t2), A.Primitives_getMonth(t2), A.Primitives_getDay(t2), 0, 0, 0, 0, false); - if (!A._isInt(t2)) - A.throwExpression(A.argumentErrorValue(t2)); + if (t2 == null) + t2 = null; + else { + t2 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t2), A.Primitives_getMonth(t2), A.Primitives_getDay(t2), 0, 0, 0, 0, false); + if (!A._isInt(t2)) + A.throwExpression(A.argumentErrorValue(t2)); + t2 = new A.DateTime(t2, false); + } t4 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t4), A.Primitives_getMonth(t4), A.Primitives_getDay(t4), 0, 0, 0, 0, false); if (!A._isInt(t4)) A.throwExpression(A.argumentErrorValue(t4)); @@ -227944,9 +232047,9 @@ t6 = A.Primitives_valueFromDecomposedDate(A.Primitives_getYear(t6), A.Primitives_getMonth(t6), A.Primitives_getDay(t6), 0, 0, 0, 0, false); if (!A._isInt(t6)) A.throwExpression(A.argumentErrorValue(t6)); - return new A.CalendarDatePicker(new A.DateTime(t2, false), new A.DateTime(t4, false), new A.DateTime(t5, false), new A.DateTime(t6, false), t1.get$_handleDateChanged(), t3, t7, t1._calendarPickerKey); + return new A.CalendarDatePicker(t2, new A.DateTime(t4, false), new A.DateTime(t5, false), new A.DateTime(t6, false), t1.get$_handleDateChanged(), t3, t7, t1._calendarPickerKey); }, - $signature: 3096 + $signature: 3236 }; A._DatePickerDialogState_build_inputDatePicker.prototype = { call$0() { @@ -227984,25 +232087,32 @@ A.throwExpression(A.argumentErrorValue(t7)); return A.Form$(t2, A.Container$(_null, A.Shortcuts$(A.Column$(A._setArrayType([B.Spacer_null, new A.InputDatePickerFormField(t4, new A.DateTime(t6, false), new A.DateTime(t7, false), t8, t8, t9, t10, t11, t12, t13, t5, true, _null), B.Spacer_null], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, B.Map_gQOxG), B.Clip_0, _null, _null, _null, _null, t3, _null, _null, B.EdgeInsets_24_0_24_0, _null, _null, _null), t1._formKey); }, - $signature: 3084 + $signature: 3246 }; A._DatePickerDialogState_build_closure.prototype = { - call$1(context) { - var t1, t2, _this = this, _null = null; + call$2(context, constraints) { + var t2, t3, _this = this, _null = null, + t1 = _this.useMaterial3, + portraitDialogSize = t1 ? B.Size_328_270 : B.Size_330_270; switch (_this.orientation.index) { case 0: - t1 = A._setArrayType([_this.header], type$.JSArray_Widget); - t1.push(A.Expanded$(_this._box_0.picker, 1)); - t1.push(_this.actions); - return A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + t2 = type$.JSArray_Widget; + t3 = A._setArrayType([_this.header], t2); + if (t1) + t3.push(A.Divider$(_this.datePickerTheme.dividerColor, 0, _null)); + if (constraints.maxHeight >= portraitDialogSize._dy) + B.JSArray_methods.addAll$1(t3, A._setArrayType([A.Expanded$(_this._box_0.picker, 1), _this.actions], t2)); + return A.Column$(t3, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); case 1: - t1 = type$.JSArray_Widget; - t2 = A._setArrayType([_this.header], t1); - t2.push(new A.Flexible(1, B.FlexFit_1, A.Column$(A._setArrayType([A.Expanded$(_this._box_0.picker, 1), _this.actions], t1), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null)); - return A.Row$(t2, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); + t2 = type$.JSArray_Widget; + t3 = A._setArrayType([_this.header], t2); + if (t1) + t3.push(new A.VerticalDivider(0, _this.datePickerTheme.dividerColor, _null)); + t3.push(new A.Flexible(1, B.FlexFit_1, A.Column$(A._setArrayType([A.Expanded$(_this._box_0.picker, 1), _this.actions], t2), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null)); + return A.Row$(t3, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); } }, - $signature: 3081 + $signature: 3250 }; A._RestorableDatePickerEntryMode.prototype = { createDefaultValue$0() { @@ -228038,11 +232148,10 @@ }; A._DatePickerHeader.prototype = { build$1(context) { - var defaults, backgroundColor, foregroundColor, t1, helpStyle, help, t2, t3, title, _this = this, _null = null, - themeData = A.DatePickerTheme_of(context); - A.Theme_of(context); - defaults = A._DatePickerDefaultsM2$(context); - backgroundColor = themeData.headerBackgroundColor; + var foregroundColor, t1, helpStyle, help, t2, t3, title, _this = this, _null = null, + themeData = A.DatePickerTheme_of(context), + defaults = A.Theme_of(context).useMaterial3 ? A._DatePickerDefaultsM3$(context) : A._DatePickerDefaultsM2$(context), + backgroundColor = themeData.headerBackgroundColor; if (backgroundColor == null) backgroundColor = defaults.get$headerBackgroundColor(); foregroundColor = themeData.headerForegroundColor; @@ -228080,7 +232189,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -228118,7 +232227,7 @@ A.DatePickerThemeData.prototype = { get$hashCode(_) { var _this = this; - return A.Object_hashAll([_this.get$backgroundColor(_this), _this.elevation, _this.get$shadowColor(_this), _this.get$surfaceTintColor(), _this.shape, _this.get$headerBackgroundColor(), _this.get$headerForegroundColor(), _this.get$headerHeadlineStyle(), _this.get$headerHelpStyle(), _this.get$weekdayStyle(), _this.get$dayStyle(), _this.get$dayForegroundColor(), _this.get$dayBackgroundColor(), _this.get$dayOverlayColor(), _this.get$todayForegroundColor(), _this.get$todayBackgroundColor(), _this.get$todayBorder(), _this.get$yearStyle(), _this.get$yearForegroundColor(), _this.get$yearBackgroundColor(), _this.get$yearOverlayColor(), _this.get$rangePickerBackgroundColor(), _this.rangePickerElevation, _this.get$rangePickerShadowColor(), _this.get$rangePickerSurfaceTintColor(), _this.rangePickerShape, _this.get$rangePickerHeaderBackgroundColor(), _this.get$rangePickerHeaderForegroundColor(), _this.get$rangePickerHeaderHeadlineStyle(), _this.get$rangePickerHeaderHelpStyle(), _this.get$rangeSelectionBackgroundColor(), _this.get$rangeSelectionOverlayColor(), _this.dividerColor, _this.inputDecorationTheme]); + return A.Object_hashAll([_this.get$backgroundColor(_this), _this.elevation, _this.get$shadowColor(_this), _this.get$surfaceTintColor(), _this.shape, _this.get$headerBackgroundColor(), _this.get$headerForegroundColor(), _this.get$headerHeadlineStyle(), _this.get$headerHelpStyle(), _this.get$weekdayStyle(), _this.get$dayStyle(), _this.get$dayForegroundColor(), _this.get$dayBackgroundColor(), _this.get$dayOverlayColor(), _this.get$todayForegroundColor(), _this.get$todayBackgroundColor(), _this.get$todayBorder(), _this.get$yearStyle(), _this.get$yearForegroundColor(), _this.get$yearBackgroundColor(), _this.get$yearOverlayColor(), _this.get$rangePickerBackgroundColor(), _this.rangePickerElevation, _this.get$rangePickerShadowColor(), _this.get$rangePickerSurfaceTintColor(), _this.rangePickerShape, _this.get$rangePickerHeaderBackgroundColor(), _this.get$rangePickerHeaderForegroundColor(), _this.get$rangePickerHeaderHeadlineStyle(), _this.get$rangePickerHeaderHelpStyle(), _this.get$rangeSelectionBackgroundColor(), _this.get$rangeSelectionOverlayColor(), _this.dividerColor, _this.inputDecorationTheme, _this.get$cancelButtonStyle(), _this.get$confirmButtonStyle()]); }, $eq(_, other) { var _this = this; @@ -228126,7 +232235,7 @@ return false; if (_this === other) return true; - return other instanceof A.DatePickerThemeData && J.$eq$(other.get$backgroundColor(other), _this.get$backgroundColor(_this)) && other.elevation == _this.elevation && J.$eq$(other.get$shadowColor(other), _this.get$shadowColor(_this)) && J.$eq$(other.get$surfaceTintColor(), _this.get$surfaceTintColor()) && J.$eq$(other.shape, _this.shape) && J.$eq$(other.get$headerBackgroundColor(), _this.get$headerBackgroundColor()) && J.$eq$(other.get$headerForegroundColor(), _this.get$headerForegroundColor()) && J.$eq$(other.get$headerHeadlineStyle(), _this.get$headerHeadlineStyle()) && J.$eq$(other.get$headerHelpStyle(), _this.get$headerHelpStyle()) && J.$eq$(other.get$weekdayStyle(), _this.get$weekdayStyle()) && J.$eq$(other.get$dayStyle(), _this.get$dayStyle()) && other.get$dayForegroundColor() == _this.get$dayForegroundColor() && other.get$dayBackgroundColor() == _this.get$dayBackgroundColor() && other.get$dayOverlayColor() == _this.get$dayOverlayColor() && other.get$todayForegroundColor() == _this.get$todayForegroundColor() && other.get$todayBackgroundColor() == _this.get$todayBackgroundColor() && J.$eq$(other.get$todayBorder(), _this.get$todayBorder()) && J.$eq$(other.get$yearStyle(), _this.get$yearStyle()) && other.get$yearForegroundColor() == _this.get$yearForegroundColor() && other.get$yearBackgroundColor() == _this.get$yearBackgroundColor() && other.get$yearOverlayColor() == _this.get$yearOverlayColor() && J.$eq$(other.get$rangePickerBackgroundColor(), _this.get$rangePickerBackgroundColor()) && other.rangePickerElevation == _this.rangePickerElevation && J.$eq$(other.get$rangePickerShadowColor(), _this.get$rangePickerShadowColor()) && J.$eq$(other.get$rangePickerSurfaceTintColor(), _this.get$rangePickerSurfaceTintColor()) && J.$eq$(other.rangePickerShape, _this.rangePickerShape) && J.$eq$(other.get$rangePickerHeaderBackgroundColor(), _this.get$rangePickerHeaderBackgroundColor()) && J.$eq$(other.get$rangePickerHeaderForegroundColor(), _this.get$rangePickerHeaderForegroundColor()) && J.$eq$(other.get$rangePickerHeaderHeadlineStyle(), _this.get$rangePickerHeaderHeadlineStyle()) && J.$eq$(other.get$rangePickerHeaderHelpStyle(), _this.get$rangePickerHeaderHelpStyle()) && J.$eq$(other.get$rangeSelectionBackgroundColor(), _this.get$rangeSelectionBackgroundColor()) && other.get$rangeSelectionOverlayColor() == _this.get$rangeSelectionOverlayColor() && J.$eq$(other.dividerColor, _this.dividerColor) && true; + return other instanceof A.DatePickerThemeData && J.$eq$(other.get$backgroundColor(other), _this.get$backgroundColor(_this)) && other.elevation == _this.elevation && J.$eq$(other.get$shadowColor(other), _this.get$shadowColor(_this)) && J.$eq$(other.get$surfaceTintColor(), _this.get$surfaceTintColor()) && J.$eq$(other.shape, _this.shape) && J.$eq$(other.get$headerBackgroundColor(), _this.get$headerBackgroundColor()) && J.$eq$(other.get$headerForegroundColor(), _this.get$headerForegroundColor()) && J.$eq$(other.get$headerHeadlineStyle(), _this.get$headerHeadlineStyle()) && J.$eq$(other.get$headerHelpStyle(), _this.get$headerHelpStyle()) && J.$eq$(other.get$weekdayStyle(), _this.get$weekdayStyle()) && J.$eq$(other.get$dayStyle(), _this.get$dayStyle()) && other.get$dayForegroundColor() == _this.get$dayForegroundColor() && other.get$dayBackgroundColor() == _this.get$dayBackgroundColor() && other.get$dayOverlayColor() == _this.get$dayOverlayColor() && other.get$todayForegroundColor() == _this.get$todayForegroundColor() && other.get$todayBackgroundColor() == _this.get$todayBackgroundColor() && J.$eq$(other.get$todayBorder(), _this.get$todayBorder()) && J.$eq$(other.get$yearStyle(), _this.get$yearStyle()) && other.get$yearForegroundColor() == _this.get$yearForegroundColor() && other.get$yearBackgroundColor() == _this.get$yearBackgroundColor() && other.get$yearOverlayColor() == _this.get$yearOverlayColor() && J.$eq$(other.get$rangePickerBackgroundColor(), _this.get$rangePickerBackgroundColor()) && other.rangePickerElevation == _this.rangePickerElevation && J.$eq$(other.get$rangePickerShadowColor(), _this.get$rangePickerShadowColor()) && J.$eq$(other.get$rangePickerSurfaceTintColor(), _this.get$rangePickerSurfaceTintColor()) && J.$eq$(other.rangePickerShape, _this.rangePickerShape) && J.$eq$(other.get$rangePickerHeaderBackgroundColor(), _this.get$rangePickerHeaderBackgroundColor()) && J.$eq$(other.get$rangePickerHeaderForegroundColor(), _this.get$rangePickerHeaderForegroundColor()) && J.$eq$(other.get$rangePickerHeaderHeadlineStyle(), _this.get$rangePickerHeaderHeadlineStyle()) && J.$eq$(other.get$rangePickerHeaderHelpStyle(), _this.get$rangePickerHeaderHelpStyle()) && J.$eq$(other.get$rangeSelectionBackgroundColor(), _this.get$rangeSelectionBackgroundColor()) && other.get$rangeSelectionOverlayColor() == _this.get$rangeSelectionOverlayColor() && J.$eq$(other.dividerColor, _this.dividerColor) && J.$eq$(other.get$cancelButtonStyle(), _this.get$cancelButtonStyle()) && J.$eq$(other.get$confirmButtonStyle(), _this.get$confirmButtonStyle()); }, get$backgroundColor(receiver) { return this.backgroundColor; @@ -228211,6 +232320,12 @@ }, get$rangeSelectionOverlayColor() { return this.rangeSelectionOverlayColor; + }, + get$cancelButtonStyle() { + return this.cancelButtonStyle; + }, + get$confirmButtonStyle() { + return this.confirmButtonStyle; } }; A._DatePickerDefaultsM2.prototype = { @@ -228258,6 +232373,14 @@ get$headerBackgroundColor() { return this.get$_isDark() ? this.get$_date_picker_theme$_colors().surface : this.get$_date_picker_theme$_colors().primary; }, + get$cancelButtonStyle() { + var _null = null; + return A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, + get$confirmButtonStyle() { + var _null = null; + return A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, get$headerForegroundColor() { return this.get$_isDark() ? this.get$_date_picker_theme$_colors().onSurface : this.get$_date_picker_theme$_colors().onPrimary; }, @@ -228343,7 +232466,7 @@ } return this.$this.get$_date_picker_theme$_colors().onSurface; }, - $signature: 74 + $signature: 25 }; A._DatePickerDefaultsM2_dayBackgroundColor_closure.prototype = { call$1(states) { @@ -228351,7 +232474,7 @@ return this.$this.get$_date_picker_theme$_colors().primary; return null; }, - $signature: 123 + $signature: 85 }; A._DatePickerDefaultsM2_dayOverlayColor_closure.prototype = { call$1(states) { @@ -228391,7 +232514,7 @@ } return null; }, - $signature: 123 + $signature: 85 }; A._DatePickerDefaultsM2_todayForegroundColor_closure.prototype = { call$1(states) { @@ -228404,7 +232527,7 @@ } return this.$this.get$_date_picker_theme$_colors().primary; }, - $signature: 74 + $signature: 25 }; A._DatePickerDefaultsM2_rangeSelectionOverlayColor_closure.prototype = { call$1(states) { @@ -228444,7 +232567,302 @@ } return null; }, - $signature: 123 + $signature: 85 + }; + A._DatePickerDefaultsM3.prototype = { + get$_date_picker_theme$_theme() { + var result, _this = this, + value = _this.___DatePickerDefaultsM3__theme_FI; + if (value === $) { + result = A.Theme_of(_this.context); + _this.___DatePickerDefaultsM3__theme_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___DatePickerDefaultsM3__theme_FI = result; + value = result; + } + return value; + }, + get$_date_picker_theme$_colors() { + var t1, _this = this, + value = _this.___DatePickerDefaultsM3__colors_FI; + if (value === $) { + t1 = _this.get$_date_picker_theme$_theme(); + _this.___DatePickerDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___DatePickerDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$_date_picker_theme$_textTheme() { + var t1, _this = this, + value = _this.___DatePickerDefaultsM3__textTheme_FI; + if (value === $) { + t1 = _this.get$_date_picker_theme$_theme(); + _this.___DatePickerDefaultsM3__textTheme_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___DatePickerDefaultsM3__textTheme_FI = t1.textTheme; + } + return value; + }, + get$backgroundColor(_) { + return this.get$_date_picker_theme$_colors().surface; + }, + get$cancelButtonStyle() { + var _null = null; + return A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, + get$confirmButtonStyle() { + var _null = null; + return A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, + get$shadowColor(_) { + return B.Color_0; + }, + get$surfaceTintColor() { + var t1 = this.get$_date_picker_theme$_colors(), + t2 = t1._surfaceTint; + return t2 == null ? t1.primary : t2; + }, + get$headerBackgroundColor() { + return B.Color_0; + }, + get$headerForegroundColor() { + var t1 = this.get$_date_picker_theme$_colors(), + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + get$headerHeadlineStyle() { + return this.get$_date_picker_theme$_textTheme().headlineLarge; + }, + get$headerHelpStyle() { + return this.get$_date_picker_theme$_textTheme().labelLarge; + }, + get$weekdayStyle() { + var t1 = this.get$_date_picker_theme$_textTheme().bodyLarge; + return t1 == null ? null : t1.apply$1$color(this.get$_date_picker_theme$_colors().onSurface); + }, + get$dayStyle() { + return this.get$_date_picker_theme$_textTheme().bodyLarge; + }, + get$dayForegroundColor() { + return new A._MaterialStatePropertyWith(new A._DatePickerDefaultsM3_dayForegroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$dayBackgroundColor() { + return new A._MaterialStatePropertyWith(new A._DatePickerDefaultsM3_dayBackgroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$dayOverlayColor() { + return new A._MaterialStatePropertyWith(new A._DatePickerDefaultsM3_dayOverlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$todayForegroundColor() { + return new A._MaterialStatePropertyWith(new A._DatePickerDefaultsM3_todayForegroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$todayBackgroundColor() { + return this.get$dayBackgroundColor(); + }, + get$todayBorder() { + return new A.BorderSide(this.get$_date_picker_theme$_colors().primary, 1, B.BorderStyle_1, -1); + }, + get$yearStyle() { + return this.get$_date_picker_theme$_textTheme().bodyLarge; + }, + get$yearForegroundColor() { + return new A._MaterialStatePropertyWith(new A._DatePickerDefaultsM3_yearForegroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$yearBackgroundColor() { + return new A._MaterialStatePropertyWith(new A._DatePickerDefaultsM3_yearBackgroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$yearOverlayColor() { + return new A._MaterialStatePropertyWith(new A._DatePickerDefaultsM3_yearOverlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$rangePickerShadowColor() { + return B.Color_0; + }, + get$rangePickerSurfaceTintColor() { + return B.Color_0; + }, + get$rangeSelectionBackgroundColor() { + var t1 = this.get$_date_picker_theme$_colors(), + t2 = t1._secondaryContainer; + return t2 == null ? t1.secondary : t2; + }, + get$rangeSelectionOverlayColor() { + return new A._MaterialStatePropertyWith(new A._DatePickerDefaultsM3_rangeSelectionOverlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$rangePickerHeaderBackgroundColor() { + return B.Color_0; + }, + get$rangePickerHeaderForegroundColor() { + var t1 = this.get$_date_picker_theme$_colors(), + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + get$rangePickerHeaderHeadlineStyle() { + return this.get$_date_picker_theme$_textTheme().titleLarge; + }, + get$rangePickerHeaderHelpStyle() { + return this.get$_date_picker_theme$_textTheme().titleSmall; + } + }; + A._DatePickerDefaultsM3_dayForegroundColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_4)) + return this.$this.get$_date_picker_theme$_colors().onPrimary; + else if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_date_picker_theme$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return this.$this.get$_date_picker_theme$_colors().onSurface; + }, + $signature: 25 + }; + A._DatePickerDefaultsM3_dayBackgroundColor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_4)) + return this.$this.get$_date_picker_theme$_colors().primary; + return null; + }, + $signature: 85 + }; + A._DatePickerDefaultsM3_dayOverlayColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_date_picker_theme$_colors().onPrimary.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_date_picker_theme$_colors().onPrimary.value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_date_picker_theme$_colors().onPrimary.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + } else { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + } + return null; + }, + $signature: 85 + }; + A._DatePickerDefaultsM3_todayForegroundColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_4)) + return this.$this.get$_date_picker_theme$_colors().onPrimary; + else if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_date_picker_theme$_colors().primary; + return A.Color$fromARGB(97, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return this.$this.get$_date_picker_theme$_colors().primary; + }, + $signature: 25 + }; + A._DatePickerDefaultsM3_yearForegroundColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_4)) + return this.$this.get$_date_picker_theme$_colors().onPrimary; + else if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + t1 = this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + $signature: 25 + }; + A._DatePickerDefaultsM3_yearBackgroundColor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_4)) + return this.$this.get$_date_picker_theme$_colors().primary; + return null; + }, + $signature: 85 + }; + A._DatePickerDefaultsM3_yearOverlayColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_date_picker_theme$_colors().onPrimary.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_date_picker_theme$_colors().onPrimary.value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_date_picker_theme$_colors().onPrimary.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + } else { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + } + return null; + }, + $signature: 85 + }; + A._DatePickerDefaultsM3_rangeSelectionOverlayColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_2)) { + t1 = this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onPrimaryContainer; + t1 = (t2 == null ? t1.onPrimary : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onPrimaryContainer; + t1 = (t2 == null ? t1.onPrimary : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = this.$this.get$_date_picker_theme$_colors(); + t2 = t1._onPrimaryContainer; + t1 = (t2 == null ? t1.onPrimary : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return null; + }, + $signature: 85 }; A._DatePickerThemeData_Object_Diagnosticable.prototype = {}; A._DesktopTextSelectionHandleControls.prototype = {}; @@ -228463,7 +232881,7 @@ A.DesktopTextSelectionToolbar.prototype = { build$1(context) { var _null = null, - paddingAbove = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, type$.MediaQuery).data.padding.top + 8; + paddingAbove = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, type$.MediaQuery).data.padding.top + 8; return new A.Padding(new A.EdgeInsets(8, paddingAbove, 8, 8), new A.CustomSingleChildLayout(new A.DesktopTextSelectionToolbarLayoutDelegate(this.anchor.$sub(0, new A.Offset(8, paddingAbove))), new A.SizedBox(222, _null, A.Material$(B.Duration_200000, true, B.BorderRadius_tLn2, A.Column$(this.children, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_2, _null, 1, _null, _null, _null, _null, _null, B.MaterialType_1), _null), _null), _null); } }; @@ -228475,13 +232893,16 @@ }; A.Dialog.prototype = { build$1(context) { - var dialogTheme, t1, t2, effectivePadding, defaults, t3, t4, t5, t6, t7, dialogChild, _this = this, _null = null; - A.Theme_of(context); - dialogTheme = A.Theme_of(context).dialogTheme; - t1 = type$.MediaQuery; - t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, t1).data; - effectivePadding = t2.viewInsets.$add(0, _this.insetPadding); - defaults = A._DialogDefaultsM2$(context); + var defaults, t3, t4, t5, t6, t7, dialogChild, _this = this, _null = null, + theme = A.Theme_of(context), + dialogTheme = A.Theme_of(context).dialogTheme, + t1 = type$.MediaQuery, + t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_7, t1).data, + effectivePadding = t2.viewInsets.$add(0, _this.insetPadding); + if (theme.useMaterial3) + defaults = A._DialogDefaultsM3$(context); + else + defaults = A._DialogDefaultsM2$(context); t2 = dialogTheme.alignment; if (t2 == null) { t2 = defaults.alignment; @@ -228508,7 +232929,7 @@ if (t6 == null) t6 = dialogTheme.surfaceTintColor; if (t6 == null) - t6 = defaults.surfaceTintColor; + t6 = defaults.get$surfaceTintColor(); t7 = _this.shape; if (t7 == null) t7 = dialogTheme.shape; @@ -228522,13 +232943,14 @@ }; A.AlertDialog.prototype = { build$1(context) { - var t2, paddingScaleFactor, t3, t4, t5, t6, t7, titleWidget, defaultContentPadding, effectiveContentPadding, contentWidget, actionsWidget, dialogChild, _this = this, _null = null, + var t3, paddingScaleFactor, t4, t5, t6, t7, t8, titleWidget, defaultContentPadding, effectiveContentPadding, contentWidget, actionsWidget, dialogChild, _this = this, _null = null, theme = A.Theme_of(context), dialogTheme = A.Theme_of(context).dialogTheme, - defaults = A._DialogDefaultsM2$(context), + t1 = theme.useMaterial3, + defaults = t1 ? A._DialogDefaultsM3$(context) : A._DialogDefaultsM2$(context), label = _this.semanticLabel, - t1 = theme.platform; - switch (t1.index) { + t2 = theme.platform; + switch (t2.index) { case 2: case 4: break; @@ -228537,62 +232959,64 @@ case 3: case 5: if (label == null) { - t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); - t2.toString; - label = t2.get$alertDialogLabel(); + t3 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); + t3.toString; + label = t3.get$alertDialogLabel(); } break; } - t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t2 = t2 == null ? _null : t2.textScaleFactor; - paddingScaleFactor = A._paddingScaleFactor(t2 == null ? 1 : t2); + t3 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t3 = t3 == null ? _null : t3.get$textScaler(); + paddingScaleFactor = A._paddingScaleFactor((t3 == null ? B._LinearTextScaler_1 : t3).textScaleFactor); A.Directionality_maybeOf(context); - t2 = _this.title; - t3 = t2 == null; - t4 = !t3; - if (t4) { - t5 = _this.content == null ? 20 : 0; - t6 = 24 * paddingScaleFactor; - t7 = dialogTheme.titleTextStyle; - if (t7 == null) { - t7 = defaults.get$titleTextStyle(); - t7.toString; + t3 = _this.title; + t4 = t3 == null; + t5 = !t4; + if (t5) { + t6 = _this.content == null ? 20 : 0; + t7 = 24 * paddingScaleFactor; + t8 = dialogTheme.titleTextStyle; + if (t8 == null) { + t8 = defaults.get$titleTextStyle(); + t8.toString; } - t1 = label == null && t1 !== B.TargetPlatform_2; - titleWidget = new A.Padding(new A.EdgeInsets(t6, t6, t6, t5), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t2, _null), _null, _null, B.TextOverflow_0, true, t7, B.TextAlign_4, _null, B.TextWidthBasis_0), _null); + t2 = label == null && t2 !== B.TargetPlatform_2; + titleWidget = new A.Padding(new A.EdgeInsets(t7, t7, t7, t6), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t3, _null), _null, _null, B.TextOverflow_0, true, t8, B.TextAlign_4, _null, B.TextWidthBasis_0), _null); } else titleWidget = _null; - t1 = _this.content; - t2 = t1 != null; - if (t2) { - defaultContentPadding = new A.EdgeInsets(24, 20, 24, 24); - t5 = _this.contentPadding; - effectiveContentPadding = t5 == null ? _null : t5; + t2 = _this.content; + t3 = t2 != null; + if (t3) { + defaultContentPadding = new A.EdgeInsets(24, t1 ? 16 : 20, 24, 24); + t6 = _this.contentPadding; + effectiveContentPadding = t6 == null ? _null : t6; if (effectiveContentPadding == null) effectiveContentPadding = defaultContentPadding; - t3 = t3 && true; - t5 = effectiveContentPadding.top; - t3 = t3 ? t5 * paddingScaleFactor : t5; - t5 = dialogTheme.contentTextStyle; - if (t5 == null) { - t5 = defaults.get$contentTextStyle(); - t5.toString; + t4 = t4 && true; + t6 = effectiveContentPadding.top; + t4 = t4 ? t6 * paddingScaleFactor : t6; + t6 = dialogTheme.contentTextStyle; + if (t6 == null) { + t6 = defaults.get$contentTextStyle(); + t6.toString; } - contentWidget = new A.Padding(new A.EdgeInsets(effectiveContentPadding.left * paddingScaleFactor, t3, effectiveContentPadding.right * paddingScaleFactor, effectiveContentPadding.bottom), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t1, _null), _null, _null, B.TextOverflow_0, true, t5, _null, _null, B.TextWidthBasis_0), _null); + contentWidget = new A.Padding(new A.EdgeInsets(effectiveContentPadding.left * paddingScaleFactor, t4, effectiveContentPadding.right * paddingScaleFactor, effectiveContentPadding.bottom), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t2, _null), _null, _null, B.TextOverflow_0, true, t6, _null, _null, B.TextWidthBasis_0), _null); } else contentWidget = _null; - t1 = _this.actionsPadding; - if (t1 == null) - t1 = dialogTheme.actionsPadding; - if (t1 == null) - t1 = defaults.get$actionsPadding().add$1(0, new A.EdgeInsets(8, 8, 8, 8)); + t2 = _this.actionsPadding; + if (t2 == null) + t2 = dialogTheme.actionsPadding; + if (t2 == null) + t1 = t1 ? defaults.get$actionsPadding() : defaults.get$actionsPadding().add$1(0, new A.EdgeInsets(8, 8, 8, 8)); + else + t1 = t2; actionsWidget = new A.Padding(t1, A.OverflowBar$(B.MainAxisAlignment_1, _this.actions, B.OverflowBarAlignment_1, B.VerticalDirection_1, 0, 8), _null); t1 = A._setArrayType([], type$.JSArray_Widget); - if (t4) { + if (t5) { titleWidget.toString; t1.push(titleWidget); } - if (t2) { + if (t3) { contentWidget.toString; t1.push(new A.Flexible(1, B.FlexFit_1, contentWidget, _null)); } @@ -228600,7 +233024,7 @@ t1.push(actionsWidget); dialogChild = A.IntrinsicWidth$(A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null); if (label != null) - dialogChild = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, dialogChild, _null); + dialogChild = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, dialogChild, _null); return A.Dialog$(_null, _this.backgroundColor, dialogChild, B.Clip_0, _null, B.EdgeInsets_40_24_40_24, _null, _null, _null); } }; @@ -228631,9 +233055,9 @@ default: label = _null; } - t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t2 = t2 == null ? _null : t2.textScaleFactor; - paddingScaleFactor = A._paddingScaleFactor(t2 == null ? 1 : t2); + t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t2 = t2 == null ? _null : t2.get$textScaler(); + paddingScaleFactor = A._paddingScaleFactor((t2 == null ? B._LinearTextScaler_1 : t2).textScaleFactor); A.Directionality_maybeOf(context); t2 = this.title; t3 = t2 == null; @@ -228646,7 +233070,7 @@ t6.toString; } t1 = label == null && t1 !== B.TargetPlatform_2; - titleWidget = new A.Padding(new A.EdgeInsets(t5, t5, t5, 0), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t2, _null), _null, _null, B.TextOverflow_0, true, t6, _null, _null, B.TextWidthBasis_0), _null); + titleWidget = new A.Padding(new A.EdgeInsets(t5, t5, t5, 0), A.DefaultTextStyle$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t2, _null), _null, _null, B.TextOverflow_0, true, t6, _null, _null, B.TextWidthBasis_0), _null); } else titleWidget = _null; t1 = 0 * paddingScaleFactor; @@ -228661,7 +233085,7 @@ t1.push(contentWidget); dialogChild = A.IntrinsicWidth$(new A.ConstrainedBox(B.BoxConstraints_mlX, A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 56); if (label != null) - dialogChild = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, dialogChild, _null); + dialogChild = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, dialogChild, _null); return A.Dialog$(_null, _null, dialogChild, B.Clip_0, _null, B.EdgeInsets_40_24_40_24, _null, _null, _null); } }; @@ -228675,7 +233099,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 3076 + $signature: 3252 }; A._DialogDefaultsM2.prototype = { get$iconColor() { @@ -228697,6 +233121,51 @@ return B.EdgeInsets_0_0_0_0; } }; + A._DialogDefaultsM3.prototype = { + get$_dialog$_colors() { + var t1, _this = this, + value = _this.___DialogDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___DialogDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___DialogDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$_textTheme() { + var t1, _this = this, + value = _this.___DialogDefaultsM3__textTheme_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___DialogDefaultsM3__textTheme_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___DialogDefaultsM3__textTheme_FI = t1.textTheme; + } + return value; + }, + get$iconColor() { + return this.get$_dialog$_colors().secondary; + }, + get$backgroundColor(_) { + return this.get$_dialog$_colors().surface; + }, + get$shadowColor(_) { + return B.Color_0; + }, + get$surfaceTintColor() { + var t1 = this.get$_dialog$_colors(), + t2 = t1._surfaceTint; + return t2 == null ? t1.primary : t2; + }, + get$titleTextStyle() { + return this.get$_textTheme().headlineSmall; + }, + get$contentTextStyle() { + return this.get$_textTheme().bodyMedium; + }, + get$actionsPadding() { + return B.EdgeInsets_24_0_24_24; + } + }; A.DialogTheme.prototype = { get$hashCode(_) { return J.get$hashCode$(this.shape); @@ -228736,12 +233205,12 @@ A._DialogTheme_Object_Diagnosticable.prototype = {}; A.Divider.prototype = { build$1(context) { - var dividerTheme, defaults, t1, height, thickness, indent, endIndent, _null = null; - A.Theme_of(context); - dividerTheme = A.DividerTheme_of(context); - defaults = A._DividerDefaultsM2$(context); - t1 = this.height; - height = t1 == null ? dividerTheme.space : t1; + var thickness, indent, endIndent, _null = null, + theme = A.Theme_of(context), + dividerTheme = A.DividerTheme_of(context), + defaults = theme.useMaterial3 ? A._DividerDefaultsM3$(context) : A._DividerDefaultsM2$(context), + t1 = this.height, + height = t1 == null ? dividerTheme.space : t1; if (height == null) { t1 = defaults.space; t1.toString; @@ -228769,11 +233238,46 @@ return new A.SizedBox(_null, height, A.Center$(A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, new A.Border(B.BorderSide_8xm, B.BorderSide_8xm, A.Divider_createBorderSide(context, this.color, thickness), B.BorderSide_8xm), _null, _null, _null, B.BoxShape_0), _null, thickness, _null, new A.EdgeInsetsDirectional(indent, 0, endIndent, 0), _null, _null, _null, _null), _null, _null), _null); } }; + A.VerticalDivider.prototype = { + build$1(context) { + var t1, indent, endIndent, _null = null, + theme = A.Theme_of(context), + dividerTheme = A.DividerTheme_of(context), + defaults = theme.useMaterial3 ? A._DividerDefaultsM3$(context) : A._DividerDefaultsM2$(context), + width = this.width, + thickness = dividerTheme.thickness; + if (thickness == null) { + t1 = defaults.thickness; + t1.toString; + thickness = t1; + } + indent = dividerTheme.indent; + if (indent == null) { + t1 = defaults.indent; + t1.toString; + indent = t1; + } + endIndent = dividerTheme.endIndent; + if (endIndent == null) { + t1 = defaults.endIndent; + t1.toString; + endIndent = t1; + } + return new A.SizedBox(width, _null, A.Center$(A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, new A.Border(B.BorderSide_8xm, B.BorderSide_8xm, B.BorderSide_8xm, A.Divider_createBorderSide(context, this.color, thickness)), _null, _null, _null, B.BoxShape_0), _null, _null, _null, new A.EdgeInsetsDirectional(0, indent, 0, endIndent), _null, _null, _null, thickness), _null, _null), _null); + } + }; A._DividerDefaultsM2.prototype = { get$color(_) { return A.Theme_of(this.context).dividerColor; } }; + A._DividerDefaultsM3.prototype = { + get$color(_) { + var t1 = A.Theme_of(this.context).colorScheme, + t2 = t1._outlineVariant; + return t2 == null ? t1.onBackground : t2; + } + }; A.DividerThemeData.prototype = { get$hashCode(_) { var _this = this; @@ -228801,7 +233305,7 @@ }; A.Drawer.prototype = { build$1(context) { - var label, t1, defaults, effectiveShape, t2, t3, t4, t5, t6, _null = null, + var label, t1, t2, defaults, effectiveShape, t3, t4, t5, t6, _null = null, drawerTheme = A.DrawerTheme_of(context); switch (A.Theme_of(context).platform.index) { case 2: @@ -228819,27 +233323,27 @@ default: label = _null; } - A.Theme_of(context); - t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$._DrawerControllerScope); - t1 = t1 == null ? _null : t1.controller; - t1 = t1 == null ? _null : t1.alignment; - defaults = new A._DrawerDefaultsM2(context, _null, _null, 16, _null, _null, _null, _null, _null); - if (t1 !== B.DrawerAlignment_1) { + t1 = A.Theme_of(context); + t2 = context.dependOnInheritedWidgetOfExactType$1$0(type$._DrawerControllerScope); + t2 = t2 == null ? _null : t2.controller; + t2 = t2 == null ? _null : t2.alignment; + defaults = t1.useMaterial3 ? new A._DrawerDefaultsM3(context, _null, _null, 1, _null, _null, _null, _null, _null) : new A._DrawerDefaultsM2(context, _null, _null, 16, _null, _null, _null, _null, _null); + if (t2 !== B.DrawerAlignment_1) { t1 = drawerTheme.shape; if (t1 == null) - t1 = defaults.shape; + t1 = defaults.get$shape(defaults); effectiveShape = t1; } else { t1 = drawerTheme.endShape; if (t1 == null) - t1 = defaults.endShape; + t1 = defaults.get$endShape(); effectiveShape = t1; } t1 = drawerTheme.width; t1 = A.BoxConstraints$expand(_null, t1 == null ? 304 : t1); t2 = drawerTheme.backgroundColor; if (t2 == null) - t2 = defaults.backgroundColor; + t2 = defaults.get$backgroundColor(defaults); t3 = drawerTheme.elevation; if (t3 == null) { t3 = defaults.elevation; @@ -228850,13 +233354,13 @@ t4 = defaults.get$shadowColor(defaults); t5 = drawerTheme.surfaceTintColor; if (t5 == null) - t5 = defaults.surfaceTintColor; + t5 = defaults.get$surfaceTintColor(); if (effectiveShape != null) t6 = B.Clip_1; else t6 = B.Clip_0; t5 = A.Material$(B.Duration_200000, true, _null, this.child, t6, t2, t3, _null, t4, effectiveShape, t5, _null, B.MaterialType_0); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, new A.ConstrainedBox(t1, t5, _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, label, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, new A.ConstrainedBox(t1, t5, _null), _null); } }; A._DrawerControllerScope.prototype = { @@ -228886,13 +233390,15 @@ t1._observer_list$_list.push(_this.get$_animationStatusChanged()); }, dispose$0() { - var t1 = this._historyEntry; + var _this = this, + t1 = _this._historyEntry; if (t1 != null) t1.remove$0(0); - t1 = this.__DrawerControllerState__controller_A; + t1 = _this.__DrawerControllerState__controller_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.dispose$0(); - this.super$_DrawerControllerState_State_SingleTickerProviderStateMixin$dispose(); + _this._focusScopeNode.dispose$0(); + _this.super$_DrawerControllerState_State_SingleTickerProviderStateMixin$dispose(); }, didChangeDependencies$0() { this.super$State$didChangeDependencies(); @@ -229128,7 +233634,7 @@ isDesktop = _null; } dragAreaWidth = _this._widget.edgeDragWidth; - padding = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, type$.MediaQuery).data.padding; + padding = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, type$.MediaQuery).data.padding; switch (t1.textDirection.index) { case 1: dragAreaWidth = 20 + (drawerIsStart ? padding.left : padding.right); @@ -229173,7 +233679,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t4 = _this.__DrawerControllerState__controller_A; t4 = A.Container$(_null, _null, B.Clip_0, t3.transform$1(0, t4.get$value(t4)), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - t2 = A.BlockSemantics$(new A.ExcludeSemantics(platformHasBackButton, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t4, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$close(_this), _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), _null)); + t2 = A.BlockSemantics$(new A.ExcludeSemantics(platformHasBackButton, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t4, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$close(_this), _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), _null)); t3 = _this.get$_drawerOuterAlignment(); t4 = _this.get$_drawerInnerAlignment(); t5 = _this.__DrawerControllerState__controller_A.__AnimationController__value_A; @@ -229185,7 +233691,7 @@ } }, build$1(context) { - return A.ListTileTheme_merge(this._drawer$_buildDrawer$1(context), B.ListTileStyle_1); + return A.ListTileTheme_merge(this._drawer$_buildDrawer$1(context), null, B.ListTileStyle_1, null); } }; A.DrawerControllerState__animationChanged_closure.prototype = { @@ -229198,6 +233704,36 @@ return A.Theme_of(this.context).shadowColor; } }; + A._DrawerDefaultsM3.prototype = { + get$direction(_) { + var t1, _this = this, + value = _this.___DrawerDefaultsM3_direction_FI; + if (value === $) { + t1 = _this.context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t1.toString; + _this.___DrawerDefaultsM3_direction_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___DrawerDefaultsM3_direction_FI = t1.textDirection; + } + return value; + }, + get$backgroundColor(_) { + return A.Theme_of(this.context).colorScheme.surface; + }, + get$surfaceTintColor() { + var t1 = A.Theme_of(this.context).colorScheme, + t2 = t1._surfaceTint; + return t2 == null ? t1.primary : t2; + }, + get$shadowColor(_) { + return B.Color_0; + }, + get$shape(_) { + return new A.RoundedRectangleBorder(B.BorderRadiusDirectional_DpJ0.resolve$1(0, this.get$direction(this)), B.BorderSide_8xm); + }, + get$endShape() { + return new A.RoundedRectangleBorder(B.BorderRadiusDirectional_DpJ.resolve$1(0, this.get$direction(this)), B.BorderSide_8xm); + } + }; A._DrawerControllerState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { var _this = this, @@ -229257,18 +233793,8 @@ this._dropdown$_painter.paint$3(canvas, new A.Offset(0, t2), new A.ImageConfiguration(_null, _null, _null, _null, new A.Size(size._dx - 0, new A.Tween(t4, t1, t3).transform$1(0, t5.get$value(t5)) - t2), _null)); }, shouldRepaint$1(oldPainter) { - var t1, _this = this; - if (oldPainter.color.$eq(0, _this.color)) - if (oldPainter.elevation === _this.elevation) - if (oldPainter.selectedIndex === _this.selectedIndex) - t1 = oldPainter.resize !== _this.resize; - else - t1 = true; - else - t1 = true; - else - t1 = true; - return t1; + var _this = this; + return !oldPainter.color.$eq(0, _this.color) || oldPainter.elevation !== _this.elevation || oldPainter.selectedIndex !== _this.selectedIndex || !J.$eq$(oldPainter.borderRadius, _this.borderRadius) || oldPainter.resize !== _this.resize; } }; A._DropdownMenuItemButton.prototype = { @@ -229293,7 +233819,7 @@ if (focused && inTraditionalMode) { t1 = this._widget; menuLimits = t1.route.getMenuLimits$3(t1.buttonRect, t1.constraints.maxHeight, t1.itemIndex); - this._widget.route.scrollController.animateTo$3$curve$duration(menuLimits.scrollOffset, B.Cubic_xDo, B.Duration_100000); + this._widget.scrollController.animateTo$3$curve$duration(menuLimits.scrollOffset, B.Cubic_xDo, B.Duration_100000); } }, _handleOnTap$0() { @@ -229348,14 +233874,18 @@ _this.___DropdownMenuState__resize_A = A.CurvedAnimation$(B.Interval_75R4, t1, B.Threshold_0); }, build$1(context) { - var route, t2, t3, t4, itemIndex, t5, t6, t7, t8, t9, t10, _this = this, _null = null, + var route, t2, t3, t4, itemIndex, t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, _null = null, t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; route = _this._widget.route; t2 = A._setArrayType([], type$.JSArray_Widget); for (t3 = route.items, t4 = _this.$ti._eval$1("_DropdownMenuItemButton<1>"), itemIndex = 0; itemIndex < t3.length; ++itemIndex) { t5 = _this._widget; - t2.push(new A._DropdownMenuItemButton(t5.route, t5.padding, t5.buttonRect, t5.constraints, itemIndex, true, _null, t4)); + t6 = t5.route; + t7 = t5.padding; + t8 = t5.buttonRect; + t9 = t5.constraints; + t2.push(new A._DropdownMenuItemButton(t6, t5.scrollController, t7, t8, t9, itemIndex, true, _null, t4)); } t3 = _this.___DropdownMenuState__fadeOpacity_A; t3 === $ && A.throwUnnamedLateFieldNI(); @@ -229366,14 +233896,18 @@ t6 = _this.___DropdownMenuState__resize_A; t6 === $ && A.throwUnnamedLateFieldNI(); t7 = _this._widget.borderRadius; - t8 = B.Map_qt46y.$index(0, t5); + t8 = t7 == null ? B.BorderRadius_tLn7 : t7; + t9 = B.Map_qt46y.$index(0, t5); t1 = t1.get$popupMenuLabel(); - _this._widget.toString; - t9 = A.ScrollConfiguration_of(context).copyWith$4$overscroll$physics$platform$scrollbars(false, B.ClampingScrollPhysics_null, A.Theme_of(context).platform, false); - t10 = _this._widget.route.scrollController; - t10.toString; - t10 = A.ClipRRect$(B.BorderRadius_tLn0, A.Material$(B.Duration_200000, true, _null, A.ScrollConfiguration$(t9, A.PrimaryScrollController$(A.Scrollbar$(A.ListView$(t2, _null, B.EdgeInsets_0_8_0_8, true, B.Axis_1, true), _null, true), t10)), B.Clip_0, _null, 0, _null, _null, _null, _null, route.style, B.MaterialType_4), B.Clip_0); - return new A.FadeTransition(t3, false, A.CustomPaint$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, t10, _null), _null, _null, new A._DropdownMenuPainter(t4, t5, route.selectedIndex, t7, t6, new A._DropdownMenuState_build_closure(route), new A._BoxDecorationPainter(new A.BoxDecoration(t4, _null, _null, B.BorderRadius_tLn6, t8, _null, B.BoxShape_0), _null), t6), B.Size_0_0), _null); + t10 = _this._widget.borderRadius; + t11 = t10 == null; + if (t11) + t10 = B.BorderRadius_tLn0; + t11 = !t11 ? B.Clip_2 : B.Clip_0; + t12 = A.ScrollConfiguration_of(context).copyWith$4$overscroll$physics$platform$scrollbars(false, B.ClampingScrollPhysics_null, A.Theme_of(context).platform, false); + t13 = _this._widget.scrollController; + t11 = A.ClipRRect$(t10, A.Material$(B.Duration_200000, true, _null, A.ScrollConfiguration$(t12, A.PrimaryScrollController$(A.Scrollbar$(A.ListView$(t2, _null, B.EdgeInsets_0_8_0_8, true, B.Axis_1, true), _null, true), t13)), B.Clip_0, _null, 0, _null, _null, _null, _null, route.style, B.MaterialType_4), t11); + return new A.FadeTransition(t3, false, A.CustomPaint$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, t11, _null), _null, _null, new A._DropdownMenuPainter(t4, t5, route.selectedIndex, t7, t6, new A._DropdownMenuState_build_closure(route), new A._BoxDecorationPainter(new A.BoxDecoration(t4, _null, _null, t8, t9, _null, B.BoxShape_0), _null), t6), B.Size_0_0), _null); } }; A._DropdownMenuState_build_closure.prototype = { @@ -229381,7 +233915,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 133 + $signature: 124 }; A._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -229487,29 +234021,53 @@ call$2(total, height) { return total + height; }, - $signature: 211 + $signature: 216 }; A._DropdownRoute_getMenuLimits_closure.prototype = { call$2(total, height) { return total + height; }, - $signature: 211 + $signature: 216 }; A._DropdownRoutePage.prototype = { - build$1(context) { - var _this = this, - t1 = _this.route; - if (t1.scrollController == null) - t1.scrollController = A.ScrollController$(t1.getMenuLimits$3(_this.buttonRect, _this.constraints.maxHeight, _this.selectedIndex).scrollOffset, true); - return A.MediaQuery_MediaQuery$removePadding(new A.Builder(new A._DropdownRoutePage_build_closure(_this, A.Directionality_maybeOf(context), new A._DropdownMenu(t1, _this.padding, _this.buttonRect, _this.constraints, _this.dropdownColor, true, _this.borderRadius, null, _this.$ti._eval$1("_DropdownMenu<1>"))), null), context, true, true, true, true); + createState$0() { + return new A._DropdownRoutePageState(B._StateLifecycle_0, this.$ti._eval$1("_DropdownRoutePageState<1>")); } }; - A._DropdownRoutePage_build_closure.prototype = { - call$1(context) { - var t1 = this.$this; - return new A.CustomSingleChildLayout(new A._DropdownMenuRouteLayout(t1.buttonRect, t1.route, this.textDirection, t1.$ti._eval$1("_DropdownMenuRouteLayout<1>")), new A._CaptureAll(t1.capturedThemes._themes, this.menu, null), null); + A._DropdownRoutePageState.prototype = { + initState$0() { + this.super$State$initState(); + var t1 = this._widget; + this.___DropdownRoutePageState__scrollSontroller_A = A.ScrollController$(t1.route.getMenuLimits$3(t1.buttonRect, t1.constraints.maxHeight, t1.selectedIndex).scrollOffset, true); }, - $signature: 635 + build$1(context) { + var t7, _this = this, + textDirection = A.Directionality_maybeOf(context), + t1 = _this._widget, + t2 = t1.route, + t3 = t1.padding, + t4 = t1.buttonRect, + t5 = t1.constraints, + t6 = t1.dropdownColor; + t1 = t1.borderRadius; + t7 = _this.___DropdownRoutePageState__scrollSontroller_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + return A.MediaQuery_MediaQuery$removePadding(new A.Builder(new A._DropdownRoutePageState_build_closure(_this, textDirection, new A._DropdownMenu(t2, t3, t4, t5, t6, true, t1, t7, null, _this.$ti._eval$1("_DropdownMenu<1>"))), null), context, true, true, true, true); + }, + dispose$0() { + var t1 = this.___DropdownRoutePageState__scrollSontroller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$State$dispose(); + } + }; + A._DropdownRoutePageState_build_closure.prototype = { + call$1(context) { + var t1 = this.$this, + t2 = t1._widget; + return new A.CustomSingleChildLayout(new A._DropdownMenuRouteLayout(t2.buttonRect, t2.route, this.textDirection, t1.$ti._eval$1("_DropdownMenuRouteLayout<1>")), new A._CaptureAll(t2.capturedThemes._themes, this.menu, null), null); + }, + $signature: 809 }; A._MenuItem.prototype = { createRenderObject$1(context) { @@ -229590,7 +234148,7 @@ t2 = t1._navigator$_navigator; if (t2 != null) { wasCurrent = t1.get$isCurrent(); - B.JSArray_methods.firstWhere$1(t2._history, A._RouteEntry_isRoutePredicate(t1)).remove$0(0); + t2._history.firstWhere$1(0, A._RouteEntry_isRoutePredicate(t1)).remove$0(0); t2._flushHistoryUpdates$1$rearrangeOverlay(false); if (wasCurrent) { t1 = t2._lastRouteEntryWhereOrNull$1(A.navigator__RouteEntry_isPresentPredicate$closure()); @@ -229718,9 +234276,9 @@ t17 = t1._eval$1("_AsyncCompleter<_DropdownRouteResult<1>?>"); t18 = A.ProxyAnimation$(B.C__AlwaysDismissedAnimation); t19 = A._setArrayType([], type$.JSArray_OverlayEntry); - t20 = A.ValueNotifier$(_null, type$.nullable_String); + t20 = $.$get$ChangeNotifier__emptyListeners(); t21 = $.Zone__current; - _this._dropdownRoute = new A._DropdownRoute(t2, B.EdgeInsets_16_0_16_0, t3, t4, t5, t7, t6, t10, t11, t12, true, t9, t14, t8, _null, _null, t13, new A.LabeledGlobalKey(_null, t1._eval$1("LabeledGlobalKey<_ModalScopeState<_DropdownRouteResult<1>>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t15, t16), t17), t18, t19, B.RouteSettings_null_null, t20, new A._AsyncCompleter(new A._Future(t21, t16), t17), t1._eval$1("_DropdownRoute<1>")); + _this._dropdownRoute = new A._DropdownRoute(t2, B.EdgeInsets_16_0_16_0, t3, t4, t5, t7, t6, t10, t11, t12, true, t9, t14, t8, _null, _null, t13, A.LinkedHashSet_LinkedHashSet$_empty(type$.PopEntry), new A.LabeledGlobalKey(_null, t1._eval$1("LabeledGlobalKey<_ModalScopeState<_DropdownRouteResult<1>>>")), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.PageStorageBucket(), _null, 0, new A._AsyncCompleter(new A._Future(t15, t16), t17), t18, t19, B.RouteSettings_null_null, new A.ValueNotifier(_null, t20, type$.ValueNotifier_nullable_String), new A._AsyncCompleter(new A._Future(t21, t16), t17), t1._eval$1("_DropdownRoute<1>")); t1 = _this.get$focusNode(_this); if (t1 != null) t1.requestFocus$0(); @@ -229760,7 +234318,7 @@ return t1 != null && J.get$isNotEmpty$asx(t1) && this._widget.onChanged != null; }, build$1(context) { - var size, t2, items, displayedHint, hintIndex, innerItemsWidget, t3, textScaleFactor, fontSize, t4, t5, t6, t7, t8, bottom, effectiveMouseCursor, _this = this, _null = null, + var size, t2, items, displayedHint, hintIndex, innerItemsWidget, t3, fontSize, t4, t5, t6, t7, t8, bottom, effectiveMouseCursor, _this = this, _null = null, t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_1), result = t1 == null ? _null : t1.get$orientation(t1); if (result == null) { @@ -229837,12 +234395,6 @@ t2.toString; t2 = B.EdgeInsets_0_0_0_0.resolve$1(0, t2.textDirection); if (_this._widget.isDense) { - t3 = _this._framework$_element; - t3.toString; - t3 = A.MediaQuery__maybeOf(t3, B._MediaQueryAspect_3); - textScaleFactor = t3 == null ? _null : t3.textScaleFactor; - if (textScaleFactor == null) - textScaleFactor = 1; fontSize = _this.get$_dropdown$_textStyle().fontSize; if (fontSize == null) { t3 = _this._framework$_element; @@ -229851,7 +234403,13 @@ t3.toString; fontSize = t3; } - t3 = Math.max(textScaleFactor * fontSize, Math.max(_this._widget.iconSize, 24)); + t3 = _this._framework$_element; + t3.toString; + t3 = A.MediaQuery__maybeOf(t3, B._MediaQueryAspect_4); + t3 = t3 == null ? _null : t3.get$textScaler(); + if (t3 == null) + t3 = B._LinearTextScaler_1; + t3 = Math.max(fontSize * t3.textScaleFactor, Math.max(_this._widget.iconSize, 24)); } else t3 = _null; t4 = type$.JSArray_Widget; @@ -229892,20 +234450,20 @@ t7 = A.Theme_of(context); _this._widget.toString; t1 = A.Actions$(t1, A.InkWell$(t6, t4, t3, result, _null, false, t7.focusColor, t5, _null, _null, _null, effectiveMouseCursor, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null)); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); } }; A._DropdownButtonState_initState_closure.prototype = { call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 3074 + $signature: 3294 }; A._DropdownButtonState_initState_closure0.prototype = { call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 3070 + $signature: 3299 }; A._DropdownButtonState__updateSelectedIndex_closure.prototype = { call$1(item) { @@ -229923,7 +234481,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 551 + $signature: 490 }; A._DropdownButtonState__handleTap_closure0.prototype = { call$1(newValue) { @@ -229944,7 +234502,7 @@ var t1 = this.$this._widget.itemHeight; return t1 != null ? new A.SizedBox(null, t1, item, null) : A.Column$(A._setArrayType([item], type$.JSArray_Widget), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 3059 + $signature: 3314 }; A.DropdownButtonFormField.prototype = { createState$0() { @@ -229960,7 +234518,7 @@ t1._eval$1("_DropdownButtonFormFieldState<0>")._as(field); decorationArg = _this.decoration; if (decorationArg == null) - decorationArg = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.focusColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + decorationArg = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.focusColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t2 = field._framework$_element; t2.toString; effectiveDecoration = decorationArg.applyDefaults$1(A.Theme_of(t2).inputDecorationTheme); @@ -229971,7 +234529,7 @@ t5 = _this.hint; t6 = _this.disabledHint; isEmpty = t3 && !new A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable(t4, t2, t5, t6).call$0(); - return A.Focus$(false, false, new A.Builder(new A.DropdownButtonFormField__closure0(t2, _this.selectedItemBuilder, field, t5, t6, t4, _this.onTap, _this.elevation, _this.style, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, _this.focusColor, _this.focusNode, _this.autofocus, _this.dropdownColor, _this.menuMaxHeight, _this.enableFeedback, _this.alignment, _this.borderRadius, effectiveDecoration, field, isEmpty, _this.padding, t1), _null), _null, _null, _null, _null, true, _null, _null, _null, _null, _null, true); + return A.Focus$(false, false, new A.Builder(new A.DropdownButtonFormField__closure0(effectiveDecoration.errorText != null, effectiveDecoration, t2, _this.selectedItemBuilder, field, t5, t6, t4, _this.onTap, _this.elevation, _this.style, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, _this.focusColor, _this.focusNode, _this.autofocus, _this.dropdownColor, _this.menuMaxHeight, _this.enableFeedback, _this.alignment, _this.borderRadius, field, isEmpty, _this.padding, t1), _null), _null, _null, _null, _null, true, _null, _null, _null, _null, _null, true); }, $signature() { return this.T._eval$1("Focus(FormFieldState<0>)"); @@ -229998,20 +234556,50 @@ else return false; }, - $signature: 19 + $signature: 18 }; A.DropdownButtonFormField__closure0.prototype = { call$1(context) { - var t3, t4, _this = this, - t1 = _this.state, - t2 = t1.get$_form$_value(); - t1 = _this.onChanged == null ? null : t1.get$didChange(); - t3 = _this.field._errorText; - t4 = t3._restoration_properties$_value; - t3 = t4 == null ? A._instanceType(t3)._eval$1("RestorableValue.T")._as(t4) : t4; - return new A.DropdownButtonHideUnderline(new A.DropdownButton(_this.items, t2, _this.hint, _this.disabledHint, t1, _this.onTap, _this.selectedItemBuilder, _this.elevation, _this.style, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, _this.focusColor, _this.focusNode, _this.autofocus, _this.dropdownColor, _this.padding, _this.menuMaxHeight, _this.enableFeedback, _this.alignment, _this.borderRadius, _this.effectiveDecoration.copyWith$1$errorText(t3), _this.isEmpty, A.Focus_maybeOf(context, true, false).get$hasFocus(), null, _this.T._eval$1("DropdownButton<0>")), null); + var t4, t5, t6, _this = this, + isFocused = A.Focus_maybeOf(context, true, false).get$hasFocus(), + t1 = _this.effectiveDecoration, + t2 = _this.state, + t3 = t2.get$_form$_value(); + t2 = _this.onChanged == null ? null : t2.get$didChange(); + t4 = new A.DropdownButtonFormField__closure_effectiveBorderRadius(new A.DropdownButtonFormField__closure_resolveInputBorder(_this.hasError, isFocused, t1)).call$0(); + t5 = _this.field._errorText; + t6 = t5._restoration_properties$_value; + return new A.DropdownButtonHideUnderline(new A.DropdownButton(_this.items, t3, _this.hint, _this.disabledHint, t2, _this.onTap, _this.selectedItemBuilder, _this.elevation, _this.style, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, _this.focusColor, _this.focusNode, _this.autofocus, _this.dropdownColor, _this.padding, _this.menuMaxHeight, _this.enableFeedback, _this.alignment, t4, t1.copyWith$1$errorText(t6 == null ? A._instanceType(t5)._eval$1("RestorableValue.T")._as(t6) : t6), _this.isEmpty, isFocused, null, _this.T._eval$1("DropdownButton<0>")), null); }, - $signature: 3054 + $signature: 3345 + }; + A.DropdownButtonFormField__closure_resolveInputBorder.prototype = { + call$0() { + var t1, _this = this; + if (_this.hasError) { + if (_this.isFocused) + return _this.effectiveDecoration.focusedErrorBorder; + return _this.effectiveDecoration.errorBorder; + } + if (_this.isFocused) + return _this.effectiveDecoration.focusedBorder; + t1 = _this.effectiveDecoration; + if (t1.enabled) + return t1.enabledBorder; + return t1.border; + }, + $signature: 3372 + }; + A.DropdownButtonFormField__closure_effectiveBorderRadius.prototype = { + call$0() { + var inputBorder = this.resolveInputBorder.call$0(); + if (inputBorder instanceof A.OutlineInputBorder) + return inputBorder.borderRadius; + if (inputBorder instanceof A.UnderlineInputBorder) + return inputBorder.borderRadius; + return null; + }, + $signature: 3438 }; A._DropdownButtonFormFieldState.prototype = { didChange$1(value) { @@ -230054,15 +234642,18 @@ A._DropdownMenuThemeData_Object_Diagnosticable.prototype = {}; A.ElevatedButton.prototype = { defaultStyleOf$1(context) { - var t1, t2, t3, + var t1, t2, t3, _null = null, theme = A.Theme_of(context), colorScheme = theme.colorScheme; - A.Theme_of(context); - t1 = colorScheme.onSurface.value; - t2 = t1 >>> 16 & 255; - t3 = t1 >>> 8 & 255; - t1 &= 255; - t1 = A.ElevatedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, colorScheme.primary, A.Color$fromARGB(31, t2, t3, t1), A.Color$fromARGB(97, t2, t3, t1), B.SystemMouseCursor_basic, 2, true, B.SystemMouseCursor_click, colorScheme.onPrimary, B.Size_wjo, B.Size_64_36, null, A._scaledPadding(context), null, theme.shadowColor, B.RoundedRectangleBorder_27D1, B.C__InkRippleFactory, theme.materialTapTargetSize, theme.textTheme.labelLarge, theme.visualDensity); + if (A.Theme_of(context).useMaterial3) + t1 = new A._ElevatedButtonDefaultsM3(context, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.Duration_200000, true, B.Alignment_0_0, _null); + else { + t1 = colorScheme.onSurface.value; + t2 = t1 >>> 16 & 255; + t3 = t1 >>> 8 & 255; + t1 &= 255; + t1 = A.ElevatedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, colorScheme.primary, A.Color$fromARGB(31, t2, t3, t1), A.Color$fromARGB(97, t2, t3, t1), B.SystemMouseCursor_basic, 2, true, B.SystemMouseCursor_click, colorScheme.onPrimary, B.Size_wjo, B.Size_64_36, _null, A._scaledPadding(context), _null, theme.shadowColor, B.RoundedRectangleBorder_27D4, B.C__InkRippleFactory, theme.materialTapTargetSize, theme.textTheme.labelLarge, theme.visualDensity); + } return t1; }, themeStyleOf$1(context) { @@ -230118,6 +234709,132 @@ return this.enabledCursor; } }; + A._ElevatedButtonDefaultsM3.prototype = { + get$_elevated_button$_colors() { + var t1, _this = this, + value = _this.___ElevatedButtonDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___ElevatedButtonDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___ElevatedButtonDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$textStyle() { + return new A.MaterialStatePropertyAll(A.Theme_of(this.context).textTheme.labelLarge, type$.MaterialStatePropertyAll_nullable_TextStyle); + }, + get$backgroundColor(_) { + return new A._MaterialStatePropertyWith(new A._ElevatedButtonDefaultsM3_backgroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$foregroundColor() { + return new A._MaterialStatePropertyWith(new A._ElevatedButtonDefaultsM3_foregroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._ElevatedButtonDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$shadowColor(_) { + var t1 = this.get$_elevated_button$_colors()._shadow; + if (t1 == null) + t1 = B.Color_4278190080; + return new A.MaterialStatePropertyAll(t1, type$.MaterialStatePropertyAll_Color); + }, + get$surfaceTintColor() { + var t1 = this.get$_elevated_button$_colors(), + t2 = t1._surfaceTint; + t1 = t2 == null ? t1.primary : t2; + return new A.MaterialStatePropertyAll(t1, type$.MaterialStatePropertyAll_Color); + }, + get$elevation(_) { + return new A._MaterialStatePropertyWith(new A._ElevatedButtonDefaultsM3_elevation_closure(), type$._MaterialStatePropertyWith_double); + }, + get$padding(_) { + return new A.MaterialStatePropertyAll(A._scaledPadding(this.context), type$.MaterialStatePropertyAll_EdgeInsetsGeometry); + }, + get$minimumSize() { + return B.MaterialStatePropertyAll_Size_64_40; + }, + get$maximumSize() { + return B.MaterialStatePropertyAll_sty; + }, + get$shape(_) { + return B.MaterialStatePropertyAll_WV2; + }, + get$mouseCursor() { + return new A._MaterialStatePropertyWith(new A._ElevatedButtonDefaultsM3_mouseCursor_closure(), type$._MaterialStatePropertyWith_nullable_MouseCursor); + }, + get$visualDensity() { + return A.Theme_of(this.context).visualDensity; + }, + get$tapTargetSize() { + return A.Theme_of(this.context).materialTapTargetSize; + }, + get$splashFactory() { + return A.Theme_of(this.context).splashFactory; + } + }; + A._ElevatedButtonDefaultsM3_backgroundColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_elevated_button$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return this.$this.get$_elevated_button$_colors().surface; + }, + $signature: 25 + }; + A._ElevatedButtonDefaultsM3_foregroundColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_elevated_button$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return this.$this.get$_elevated_button$_colors().primary; + }, + $signature: 25 + }; + A._ElevatedButtonDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_2)) { + t1 = this.$this.get$_elevated_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = this.$this.get$_elevated_button$_colors().primary; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = this.$this.get$_elevated_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return null; + }, + $signature: 85 + }; + A._ElevatedButtonDefaultsM3_elevation_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_6)) + return 0; + if (states.contains$1(0, B.MaterialState_2)) + return 1; + if (states.contains$1(0, B.MaterialState_0)) + return 3; + if (states.contains$1(0, B.MaterialState_1)) + return 1; + return 1; + }, + $signature: 411 + }; + A._ElevatedButtonDefaultsM3_mouseCursor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_6)) + return B.SystemMouseCursor_basic; + return B.SystemMouseCursor_click; + }, + $signature: 235 + }; A.__ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -230137,6 +234854,7 @@ } }; A._ElevatedButtonThemeData_Object_Diagnosticable.prototype = {}; + A._ElevationOpacity.prototype = {}; A.ExpandIcon.prototype = { createState$0() { return new A._ExpandIconState(null, null, B._StateLifecycle_0); @@ -230203,7 +234921,7 @@ t5 = _this.___ExpandIconState__iconTurns_A; t5 === $ && A.throwUnnamedLateFieldNI(); t1 = A.IconButton$(_null, t3, _null, _null, A.RotationTransition$(B.Alignment_0_0, B.Icon_4QF, t5), 24, t4, t1, _null, _null, _null, _null); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2 != null || false ? new A.SemanticsHintOverrides(t2, _null) : _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2 != null || false ? new A.SemanticsHintOverrides(t2, _null) : _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); } }; A.__ExpandIconState_State_SingleTickerProviderStateMixin.prototype = { @@ -230292,7 +235010,7 @@ t5 = scope == null ? _null : t4._as(J.$index$asx(scope.localizationsState._typeToResources, B.Type_MaterialLocalizations_flR)); t5.toString; t5 = _this._isChildExpanded$1(index) ? t5.get$expandedIconTapHint() : t5.get$collapsedIconTapHint(); - expandIconContainer = new A.Semantics(new A.SemanticsProperties(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, expandIconContainer, _null); + expandIconContainer = new A.Semantics(new A.SemanticsProperties(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, expandIconContainer, _null); _this._widget.toString; if (_this._isChildExpanded$1(index)) { _this._widget.toString; @@ -230362,7 +235080,7 @@ A.FlexibleSpaceBarSettings.prototype = { updateShouldNotify$1(oldWidget) { var _this = this; - return _this.toolbarOpacity !== oldWidget.toolbarOpacity || _this.minExtent !== oldWidget.minExtent || _this.maxExtent !== oldWidget.maxExtent || _this.currentExtent !== oldWidget.currentExtent || _this.isScrolledUnder != oldWidget.isScrolledUnder; + return _this.toolbarOpacity !== oldWidget.toolbarOpacity || _this.minExtent !== oldWidget.minExtent || _this.maxExtent !== oldWidget.maxExtent || _this.currentExtent !== oldWidget.currentExtent || _this.isScrolledUnder != oldWidget.isScrolledUnder || _this.hasLeading != oldWidget.hasLeading; } }; A._DefaultHeroTag.prototype = { @@ -230381,7 +235099,7 @@ theme = A.Theme_of(context), floatingActionButtonTheme = theme.floatingActionButtonTheme, t1 = _this._floatingActionButtonType, - defaults = new A._FABDefaultsM2(t1, true, A.Theme_of(context), A.Theme_of(context).colorScheme, _null, _null, _null, _null, _null, 6, 6, 8, _null, 12, _null, true, _null, B.BoxConstraints_56_56_56_56, B.BoxConstraints_40_40_40_40, B.BoxConstraints_96_96_96_96, B.BoxConstraints_CWG, 8, _null, _null, _null), + defaults = theme.useMaterial3 ? new A._FABDefaultsM3(context, t1, true, _null, _null, _null, _null, _null, 6, 6, 8, _null, 6, _null, true, _null, B.BoxConstraints_56_56_56_56, B.BoxConstraints_40_40_40_40, B.BoxConstraints_96_96_96_96, B.BoxConstraints_CWG, 8, _null, _null, _null) : new A._FABDefaultsM2(t1, true, A.Theme_of(context), A.Theme_of(context).colorScheme, _null, _null, _null, _null, _null, 6, 6, 8, _null, 12, _null, true, _null, B.BoxConstraints_56_56_56_56, B.BoxConstraints_40_40_40_40, B.BoxConstraints_96_96_96_96, B.BoxConstraints_CWG0, 8, _null, _null, _null), foregroundColor = floatingActionButtonTheme.foregroundColor; if (foregroundColor == null) foregroundColor = defaults.get$foregroundColor(); @@ -230433,13 +235151,23 @@ enableFeedback = t2; } iconSize = floatingActionButtonTheme.iconSize; - if (iconSize == null) - iconSize = defaults.get$iconSize(); + if (iconSize == null) { + t2 = defaults.get$iconSize(); + t2.toString; + iconSize = t2; + } t2 = floatingActionButtonTheme.extendedTextStyle; - extendedTextStyle = (t2 == null ? defaults.get$extendedTextStyle() : t2).copyWith$1$color(foregroundColor); + if (t2 == null) { + t2 = defaults.get$extendedTextStyle(); + t2.toString; + } + extendedTextStyle = t2.copyWith$1$color(foregroundColor); shape = floatingActionButtonTheme.shape; - if (shape == null) - shape = defaults.get$shape(defaults); + if (shape == null) { + t2 = defaults.get$shape(defaults); + t2.toString; + shape = t2; + } t2 = _this.child; resolvedChild = A.IconTheme_merge(t2, new A.IconThemeData(iconSize, _null, _null, _null, _null, _null, _null, _null)); switch (t1.index) { @@ -230532,7 +235260,7 @@ t4 = constraints.minHeight, t5 = constraints.maxHeight; if (t1 != null) { - childSize = t1.getDryLayout$1(B.BoxConstraints_mlX6); + childSize = t1.getDryLayout$1(B.BoxConstraints_mlX5); return new A.Size(Math.max(t2, Math.min(t3, childSize._dx)), Math.max(t4, Math.min(t5, childSize._dy))); } else return new A.Size(A.clampDouble(1 / 0, t2, t3), A.clampDouble(1 / 0, t4, t5)); @@ -230546,7 +235274,7 @@ t4 = constraints.minHeight, t5 = constraints.maxHeight; if (t1 != null) { - t1.layout$2$parentUsesSize(B.BoxConstraints_mlX6, true); + t1.layout$2$parentUsesSize(B.BoxConstraints_mlX5, true); t1 = _this.RenderObjectWithChildMixin__child; t1 = Math.max(t2, Math.min(t3, t1.get$size(t1)._dx)); t3 = _this.RenderObjectWithChildMixin__child; @@ -230585,14 +235313,95 @@ return this._theme.textTheme.labelLarge.copyWith$1$letterSpacing(1.2); } }; + A._FABDefaultsM3.prototype = { + get$_colors() { + var t1, _this = this, + value = _this.___FABDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___FABDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___FABDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$foregroundColor() { + var t1 = this.get$_colors(), + t2 = t1._onPrimaryContainer; + return t2 == null ? t1.onPrimary : t2; + }, + get$backgroundColor(_) { + var t1 = this.get$_colors(), + t2 = t1._primaryContainer; + return t2 == null ? t1.primary : t2; + }, + get$splashColor() { + var t1 = this.get$_colors(), + t2 = t1._onPrimaryContainer; + t1 = (t2 == null ? t1.onPrimary : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + }, + get$focusColor() { + var t1 = this.get$_colors(), + t2 = t1._onPrimaryContainer; + t1 = (t2 == null ? t1.onPrimary : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + }, + get$hoverColor() { + var t1 = this.get$_colors(), + t2 = t1._onPrimaryContainer; + t1 = (t2 == null ? t1.onPrimary : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + }, + get$shape(_) { + switch (this.type.index) { + case 0: + return B.RoundedRectangleBorder_27D1; + case 1: + return B.RoundedRectangleBorder_27D2; + case 2: + return B.RoundedRectangleBorder_27D3; + case 3: + return B.RoundedRectangleBorder_27D1; + } + }, + get$iconSize() { + switch (this.type.index) { + case 0: + return 24; + case 1: + return 24; + case 2: + return 36; + case 3: + return 24; + } + }, + get$extendedPadding() { + return new A.EdgeInsetsDirectional(this.hasChild && this.type === B._FloatingActionButtonType_3 ? 16 : 20, 0, 20, 0); + }, + get$extendedTextStyle() { + var t1, _this = this, + value = _this.___FABDefaultsM3__textTheme_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___FABDefaultsM3__textTheme_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___FABDefaultsM3__textTheme_FI = t1.textTheme; + } + return value.labelLarge; + } + }; A.FloatingActionButtonLocation.prototype = { toString$0(_) { return "FloatingActionButtonLocation"; } }; A.StandardFabLocation.prototype = { + isMini$0() { + return false; + }, getOffset$1(scaffoldGeometry) { - return new A.Offset(this.getOffsetX$2(scaffoldGeometry, 0), this.getOffsetY$2(scaffoldGeometry, 0)); + var adjustment = this.isMini$0() ? 4 : 0; + return new A.Offset(this.getOffsetX$2(scaffoldGeometry, adjustment), this.getOffsetY$2(scaffoldGeometry, adjustment)); } }; A.FabTopOffsetY.prototype = { @@ -230645,7 +235454,7 @@ case 0: return 16 + scaffoldGeometry.minInsets.left - adjustment; case 1: - return scaffoldGeometry.scaffoldSize._dx - 16 - scaffoldGeometry.minInsets.right - scaffoldGeometry.floatingActionButtonSize._dx + adjustment; + return A.StandardFabLocation__rightOffsetX(scaffoldGeometry, adjustment); } } }; @@ -230749,11 +235558,21 @@ }; A.IconButton.prototype = { build$1(context) { - var currentColor, effectiveVisualDensity, adjustedConstraints, t4, effectiveIconSize, effectivePadding, effectiveAlignment, result, _this = this, _null = null, - theme = A.Theme_of(context), - t1 = _this.onPressed, - t2 = t1 == null, - t3 = !t2; + var adjustedStyle, t1, effectiveIcon, iconButton, t2, t3, currentColor, effectiveVisualDensity, adjustedConstraints, t4, effectiveIconSize, effectivePadding, effectiveAlignment, result, _this = this, _null = null, + theme = A.Theme_of(context); + if (theme.useMaterial3) { + adjustedStyle = A.IconButton_styleFrom(_this.alignment, _this.disabledColor, _null, _this.enableFeedback, _null, _null, _this.color, _null, _null, _this.iconSize, _null, _null, _this.padding, _this.visualDensity); + t1 = _this.style; + if (t1 != null) + adjustedStyle = t1.merge$1(adjustedStyle); + effectiveIcon = _this.icon; + t1 = _this.tooltip; + iconButton = t1 != null ? A.Tooltip$(effectiveIcon, t1) : effectiveIcon; + return new A._SelectableIconButton(_null, adjustedStyle, _null, B._IconButtonVariant_0, false, _this.onPressed, iconButton, _null); + } + t1 = _this.onPressed; + t2 = t1 == null; + t3 = !t2; if (t3) currentColor = _this.color; else @@ -230780,10 +235599,85 @@ t4 = _this.splashRadius; if (t4 == null) t4 = Math.max(35, (effectiveIconSize + Math.min(effectivePadding.get$horizontal(), effectivePadding.get$_top(effectivePadding) + effectivePadding.get$_bottom(effectivePadding))) * 0.7); - t4 = A.InkResponse$(false, _null, t3, result, false, _null, _this.enableFeedback !== false, false, theme.focusColor, _null, theme.highlightColor, B.BoxShape_1, theme.hoverColor, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, t4, theme.splashColor, _null, _null); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t4, _null); + t4 = A.InkResponse$(false, _null, t3, result, false, _null, _this.enableFeedback !== false, false, theme.focusColor, _null, theme.highlightColor, B.BoxShape_1, theme.hoverColor, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, t4, theme.splashColor, _null, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t4, _null); } }; + A._SelectableIconButton.prototype = { + createState$0() { + return new A._SelectableIconButtonState(B._StateLifecycle_0); + } + }; + A._SelectableIconButtonState.prototype = { + initState$0() { + var t1, _this = this; + _this.super$State$initState(); + _this._widget.toString; + t1 = A.MaterialStatesController$(null); + _this.___SelectableIconButtonState_statesController_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___SelectableIconButtonState_statesController_F = t1; + }, + didUpdateWidget$1(oldWidget) { + var t1; + this.super$State$didUpdateWidget(oldWidget); + this._widget.toString; + t1 = this.___SelectableIconButtonState_statesController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (J.contains$1$asx(t1._change_notifier$_value, B.MaterialState_4)) + t1.update$2(0, B.MaterialState_4, false); + return; + }, + build$1(context) { + var t2, _null = null, + t1 = this._widget; + t1.toString; + t2 = this.___SelectableIconButtonState_statesController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + return new A._IconButtonM3(t1.variant, false, t1.onPressed, _null, _null, _null, t1.style, B.Clip_0, t1.focusNode, false, t2, true, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.isSelected, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1.child, _null), _null); + }, + dispose$0() { + var t1 = this.___SelectableIconButtonState_statesController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + this.super$State$dispose(); + } + }; + A._IconButtonM3.prototype = { + defaultStyleOf$1(context) { + var _null = null; + switch (this.variant.index) { + case 1: + return new A._FilledIconButtonDefaultsM3(context, this.toggleable, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.Duration_200000, true, B.Alignment_0_0, _null); + case 2: + return new A._FilledTonalIconButtonDefaultsM3(context, this.toggleable, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.Duration_200000, true, B.Alignment_0_0, _null); + case 3: + return new A._OutlinedIconButtonDefaultsM3(context, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.Duration_200000, true, B.Alignment_0_0, _null); + case 0: + return new A._IconButtonDefaultsM3(context, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.Duration_200000, true, B.Alignment_0_0, _null); + } + }, + themeStyleOf$1(context) { + var iconThemeStyle, _null = null, + iconTheme = A.IconTheme_of(context), + t1 = iconTheme.color, + t2 = iconTheme.size; + if (new A._IconButtonM3_themeStyleOf_isIconThemeDefault(A.Theme_of(context).colorScheme.brightness === B.Brightness_0).call$1(t1)) + t1 = _null; + iconThemeStyle = A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, t1, _null, _null, t2 === 24 ? _null : t2, _null, _null, _null, _null); + t1 = A.IconButtonTheme_of(context).style; + t1 = t1 == null ? _null : t1.merge$1(iconThemeStyle); + return t1 == null ? iconThemeStyle : t1; + } + }; + A._IconButtonM3_themeStyleOf_isIconThemeDefault.prototype = { + call$1(color) { + if (this.isDark) + return color === $.$get$kDefaultIconLightColor(); + return color === $.$get$kDefaultIconDarkColor(); + }, + $signature: 927 + }; A._IconButtonDefaultForeground.prototype = { resolve$1(_, states) { if (states.contains$1(0, B.MaterialState_6)) @@ -230848,6 +235742,626 @@ return this.enabledCursor; } }; + A._IconButtonDefaultsM3.prototype = { + get$_icon_button$_colors() { + var t1, _this = this, + value = _this.___IconButtonDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___IconButtonDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___IconButtonDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$backgroundColor(_) { + return B.MaterialStatePropertyAll_Color_00; + }, + get$foregroundColor() { + return new A._MaterialStatePropertyWith(new A._IconButtonDefaultsM3_foregroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._IconButtonDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$elevation(_) { + return B.MaterialStatePropertyAll_0; + }, + get$shadowColor(_) { + return B.MaterialStatePropertyAll_Color_0; + }, + get$surfaceTintColor() { + return B.MaterialStatePropertyAll_Color_0; + }, + get$padding(_) { + return B.MaterialStatePropertyAll_rXZ; + }, + get$minimumSize() { + return B.MaterialStatePropertyAll_Size_40_40; + }, + get$maximumSize() { + return B.MaterialStatePropertyAll_sty; + }, + get$iconSize() { + return B.MaterialStatePropertyAll_24; + }, + get$side() { + return null; + }, + get$shape(_) { + return B.MaterialStatePropertyAll_WV2; + }, + get$mouseCursor() { + return new A._MaterialStatePropertyWith(new A._IconButtonDefaultsM3_mouseCursor_closure(), type$._MaterialStatePropertyWith_nullable_MouseCursor); + }, + get$visualDensity() { + return B.VisualDensity_0_0; + }, + get$tapTargetSize() { + return A.Theme_of(this.context).materialTapTargetSize; + }, + get$splashFactory() { + return A.Theme_of(this.context).splashFactory; + } + }; + A._IconButtonDefaultsM3_foregroundColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_icon_button$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_4)) + return this.$this.get$_icon_button$_colors().primary; + t1 = this.$this.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + $signature: 25 + }; + A._IconButtonDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_icon_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_icon_button$_colors().primary; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_icon_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return B.Color_0; + }, + $signature: 25 + }; + A._IconButtonDefaultsM3_mouseCursor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_6)) + return B.SystemMouseCursor_basic; + return B.SystemMouseCursor_click; + }, + $signature: 235 + }; + A._FilledIconButtonDefaultsM3.prototype = { + get$_icon_button$_colors() { + var t1, _this = this, + value = _this.___FilledIconButtonDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___FilledIconButtonDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___FilledIconButtonDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$backgroundColor(_) { + return new A._MaterialStatePropertyWith(new A._FilledIconButtonDefaultsM3_backgroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$foregroundColor() { + return new A._MaterialStatePropertyWith(new A._FilledIconButtonDefaultsM3_foregroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._FilledIconButtonDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$elevation(_) { + return B.MaterialStatePropertyAll_0; + }, + get$shadowColor(_) { + return B.MaterialStatePropertyAll_Color_0; + }, + get$surfaceTintColor() { + return B.MaterialStatePropertyAll_Color_0; + }, + get$padding(_) { + return B.MaterialStatePropertyAll_rXZ; + }, + get$minimumSize() { + return B.MaterialStatePropertyAll_Size_40_40; + }, + get$maximumSize() { + return B.MaterialStatePropertyAll_sty; + }, + get$iconSize() { + return B.MaterialStatePropertyAll_24; + }, + get$side() { + return null; + }, + get$shape(_) { + return B.MaterialStatePropertyAll_WV2; + }, + get$mouseCursor() { + return new A._MaterialStatePropertyWith(new A._FilledIconButtonDefaultsM3_mouseCursor_closure(), type$._MaterialStatePropertyWith_nullable_MouseCursor); + }, + get$visualDensity() { + return B.VisualDensity_0_0; + }, + get$tapTargetSize() { + return A.Theme_of(this.context).materialTapTargetSize; + }, + get$splashFactory() { + return A.Theme_of(this.context).splashFactory; + } + }; + A._FilledIconButtonDefaultsM3_backgroundColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_icon_button$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_4)) + return this.$this.get$_icon_button$_colors().primary; + t1 = this.$this; + if (t1.toggleable) { + t1 = t1.get$_icon_button$_colors(); + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + } + return t1.get$_icon_button$_colors().primary; + }, + $signature: 25 + }; + A._FilledIconButtonDefaultsM3_foregroundColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_icon_button$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_4)) + return this.$this.get$_icon_button$_colors().onPrimary; + t1 = this.$this; + if (t1.toggleable) + return t1.get$_icon_button$_colors().primary; + return t1.get$_icon_button$_colors().onPrimary; + }, + $signature: 25 + }; + A._FilledIconButtonDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_icon_button$_colors().onPrimary.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_icon_button$_colors().onPrimary.value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_icon_button$_colors().onPrimary.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + } + t1 = _this.$this; + if (t1.toggleable) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = t1.get$_icon_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = t1.get$_icon_button$_colors().primary; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = t1.get$_icon_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = t1.get$_icon_button$_colors().onPrimary.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = t1.get$_icon_button$_colors().onPrimary.value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = t1.get$_icon_button$_colors().onPrimary.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return B.Color_0; + }, + $signature: 25 + }; + A._FilledIconButtonDefaultsM3_mouseCursor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_6)) + return B.SystemMouseCursor_basic; + return B.SystemMouseCursor_click; + }, + $signature: 235 + }; + A._FilledTonalIconButtonDefaultsM3.prototype = { + get$_icon_button$_colors() { + var t1, _this = this, + value = _this.___FilledTonalIconButtonDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___FilledTonalIconButtonDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___FilledTonalIconButtonDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$backgroundColor(_) { + return new A._MaterialStatePropertyWith(new A._FilledTonalIconButtonDefaultsM3_backgroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$foregroundColor() { + return new A._MaterialStatePropertyWith(new A._FilledTonalIconButtonDefaultsM3_foregroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._FilledTonalIconButtonDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$elevation(_) { + return B.MaterialStatePropertyAll_0; + }, + get$shadowColor(_) { + return B.MaterialStatePropertyAll_Color_0; + }, + get$surfaceTintColor() { + return B.MaterialStatePropertyAll_Color_0; + }, + get$padding(_) { + return B.MaterialStatePropertyAll_rXZ; + }, + get$minimumSize() { + return B.MaterialStatePropertyAll_Size_40_40; + }, + get$maximumSize() { + return B.MaterialStatePropertyAll_sty; + }, + get$iconSize() { + return B.MaterialStatePropertyAll_24; + }, + get$side() { + return null; + }, + get$shape(_) { + return B.MaterialStatePropertyAll_WV2; + }, + get$mouseCursor() { + return new A._MaterialStatePropertyWith(new A._FilledTonalIconButtonDefaultsM3_mouseCursor_closure(), type$._MaterialStatePropertyWith_nullable_MouseCursor); + }, + get$visualDensity() { + return B.VisualDensity_0_0; + }, + get$tapTargetSize() { + return A.Theme_of(this.context).materialTapTargetSize; + }, + get$splashFactory() { + return A.Theme_of(this.context).splashFactory; + } + }; + A._FilledTonalIconButtonDefaultsM3_backgroundColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_icon_button$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_4)) { + t1 = this.$this.get$_icon_button$_colors(); + t2 = t1._secondaryContainer; + return t2 == null ? t1.secondary : t2; + } + t1 = this.$this; + if (t1.toggleable) { + t1 = t1.get$_icon_button$_colors(); + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + } + t1 = t1.get$_icon_button$_colors(); + t2 = t1._secondaryContainer; + return t2 == null ? t1.secondary : t2; + }, + $signature: 25 + }; + A._FilledTonalIconButtonDefaultsM3_foregroundColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_icon_button$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_4)) { + t1 = this.$this.get$_icon_button$_colors(); + t2 = t1._onSecondaryContainer; + return t2 == null ? t1.onSecondary : t2; + } + t1 = this.$this; + if (t1.toggleable) { + t1 = t1.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + } + t1 = t1.get$_icon_button$_colors(); + t2 = t1._onSecondaryContainer; + return t2 == null ? t1.onSecondary : t2; + }, + $signature: 25 + }; + A._FilledTonalIconButtonDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onSecondaryContainer; + t1 = (t2 == null ? t1.onSecondary : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onSecondaryContainer; + t1 = (t2 == null ? t1.onSecondary : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onSecondaryContainer; + t1 = (t2 == null ? t1.onSecondary : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + } + t1 = _this.$this; + if (t1.toggleable) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = t1.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = t1.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = t1.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = t1.get$_icon_button$_colors(); + t2 = t1._onSecondaryContainer; + t1 = (t2 == null ? t1.onSecondary : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = t1.get$_icon_button$_colors(); + t2 = t1._onSecondaryContainer; + t1 = (t2 == null ? t1.onSecondary : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = t1.get$_icon_button$_colors(); + t2 = t1._onSecondaryContainer; + t1 = (t2 == null ? t1.onSecondary : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return B.Color_0; + }, + $signature: 25 + }; + A._FilledTonalIconButtonDefaultsM3_mouseCursor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_6)) + return B.SystemMouseCursor_basic; + return B.SystemMouseCursor_click; + }, + $signature: 235 + }; + A._OutlinedIconButtonDefaultsM3.prototype = { + get$_icon_button$_colors() { + var t1, _this = this, + value = _this.___OutlinedIconButtonDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___OutlinedIconButtonDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___OutlinedIconButtonDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$backgroundColor(_) { + return new A._MaterialStatePropertyWith(new A._OutlinedIconButtonDefaultsM3_backgroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$foregroundColor() { + return new A._MaterialStatePropertyWith(new A._OutlinedIconButtonDefaultsM3_foregroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._OutlinedIconButtonDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$elevation(_) { + return B.MaterialStatePropertyAll_0; + }, + get$shadowColor(_) { + return B.MaterialStatePropertyAll_Color_0; + }, + get$surfaceTintColor() { + return B.MaterialStatePropertyAll_Color_0; + }, + get$padding(_) { + return B.MaterialStatePropertyAll_rXZ; + }, + get$minimumSize() { + return B.MaterialStatePropertyAll_Size_40_40; + }, + get$maximumSize() { + return B.MaterialStatePropertyAll_sty; + }, + get$iconSize() { + return B.MaterialStatePropertyAll_24; + }, + get$side() { + return new A._MaterialStatePropertyWith(new A._OutlinedIconButtonDefaultsM3_side_closure(this), type$._MaterialStatePropertyWith_nullable_BorderSide); + }, + get$shape(_) { + return B.MaterialStatePropertyAll_WV2; + }, + get$mouseCursor() { + return new A._MaterialStatePropertyWith(new A._OutlinedIconButtonDefaultsM3_mouseCursor_closure(), type$._MaterialStatePropertyWith_nullable_MouseCursor); + }, + get$visualDensity() { + return B.VisualDensity_0_0; + }, + get$tapTargetSize() { + return A.Theme_of(this.context).materialTapTargetSize; + }, + get$splashFactory() { + return A.Theme_of(this.context).splashFactory; + } + }; + A._OutlinedIconButtonDefaultsM3_backgroundColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_6)) { + if (states.contains$1(0, B.MaterialState_4)) { + t1 = this.$this.get$_icon_button$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return B.Color_0; + } + if (states.contains$1(0, B.MaterialState_4)) { + t1 = this.$this.get$_icon_button$_colors(); + t2 = t1._inverseSurface; + return t2 == null ? t1.onSurface : t2; + } + return B.Color_0; + }, + $signature: 25 + }; + A._OutlinedIconButtonDefaultsM3_foregroundColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_icon_button$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_4)) { + t1 = this.$this.get$_icon_button$_colors(); + t2 = t1._onInverseSurface; + return t2 == null ? t1.surface : t2; + } + t1 = this.$this.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + $signature: 25 + }; + A._OutlinedIconButtonDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onInverseSurface; + t1 = (t2 == null ? t1.surface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onInverseSurface; + t1 = (t2 == null ? t1.surface : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onInverseSurface; + t1 = (t2 == null ? t1.surface : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_icon_button$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_icon_button$_colors(); + t2 = t1._onSurfaceVariant; + t1 = (t2 == null ? t1.onSurface : t2).value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return B.Color_0; + }, + $signature: 25 + }; + A._OutlinedIconButtonDefaultsM3_side_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_4)) + return null; + else { + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_icon_button$_colors().onSurface.value; + return new A.BorderSide(A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), 1, B.BorderStyle_1, -1); + } + t1 = this.$this.get$_icon_button$_colors(); + t2 = t1._outline; + return new A.BorderSide(t2 == null ? t1.onBackground : t2, 1, B.BorderStyle_1, -1); + } + }, + $signature: 928 + }; + A._OutlinedIconButtonDefaultsM3_mouseCursor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_6)) + return B.SystemMouseCursor_basic; + return B.SystemMouseCursor_click; + }, + $signature: 235 + }; A.__IconButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable.prototype = {}; A.IconButtonThemeData.prototype = { get$hashCode(_) { @@ -231051,7 +236565,7 @@ t1 = t1.get$size(t1); return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 607 + $signature: 361 }; A._InkRippleFactory.prototype = { create$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(_, borderRadius, color, containedInkWell, controller, customBorder, onRemoved, position, radius, rectCallback, referenceBox, textDirection) { @@ -231177,7 +236691,10 @@ t1 = _this._ink_well$_color; paint.set$color(0, A.Color$fromARGB(alpha, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255)); t1 = _this._ink_ripple$_clipCallback; - rect = t1 != null ? t1.call$0() : null; + if (t1 != null) + rect = t1.call$0(); + else + rect = null; if (rect != null) t2 = rect.get$center(); else { @@ -231203,7 +236720,7 @@ t1 = t1.get$size(t1); return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 607 + $signature: 361 }; A._InkSplashFactory.prototype = { create$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(_, borderRadius, color, containedInkWell, controller, customBorder, onRemoved, position, radius, rectCallback, referenceBox, textDirection) { @@ -231344,7 +236861,7 @@ var _this = this, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$._ParentInkResponseProvider), parentState = t1 == null ? null : t1.state; - return new A._InkResponseStateWidget(_this.child, _this.onTap, _this.onTapDown, _this.onTapUp, _this.onTapCancel, _this.onDoubleTap, _this.onLongPress, _this.onSecondaryTap, _this.onSecondaryTapUp, _this.onSecondaryTapDown, _this.onSecondaryTapCancel, _this.onHighlightChanged, _this.onHover, _this.mouseCursor, _this.containedInkWell, _this.highlightShape, _this.radius, _this.borderRadius, _this.customBorder, _this.focusColor, _this.hoverColor, _this.highlightColor, _this.overlayColor, _this.splashColor, _this.splashFactory, _this.enableFeedback, false, _this.onFocusChange, _this.autofocus, _this.focusNode, _this.canRequestFocus, parentState, _this.get$getRectCallback(), _this.get$debugCheckContext(), _this.statesController, null); + return new A._InkResponseStateWidget(_this.child, _this.onTap, _this.onTapDown, _this.onTapUp, _this.onTapCancel, _this.onDoubleTap, _this.onLongPress, _this.onSecondaryTap, _this.onSecondaryTapUp, _this.onSecondaryTapDown, _this.onSecondaryTapCancel, _this.onHighlightChanged, _this.onHover, _this.mouseCursor, _this.containedInkWell, _this.highlightShape, _this.radius, _this.borderRadius, _this.customBorder, _this.focusColor, _this.hoverColor, _this.highlightColor, _this.overlayColor, _this.splashColor, _this.splashFactory, _this.enableFeedback, false, _this.onFocusChange, _this.autofocus, _this.focusNode, _this.canRequestFocus, parentState, _this.get$getRectCallback(), _this.get$debugCheckContext(), _this.statesController, _this.hoverDuration, null); }, debugCheckContext$1(context) { return true; @@ -231384,6 +236901,32 @@ t1.markChildInkResponsePressed$2(this, nowAnyPressed); } }, + activateOnIntent$1(intent) { + var _this = this, + t1 = _this._activationTimer; + if (t1 != null) + t1.cancel$0(0); + _this._activationTimer = null; + t1 = _this._framework$_element; + t1.toString; + _this._startNewSplash$1$context(t1); + t1 = _this._currentSplash; + if (t1 != null) + t1.confirm$0(0); + _this._currentSplash = null; + t1 = _this._widget; + if (t1.onTap != null) { + if (t1.enableFeedback) { + t1 = _this._framework$_element; + t1.toString; + A.Feedback_forTap(t1); + } + t1 = _this._widget.onTap; + if (t1 != null) + t1.call$0(); + } + _this._activationTimer = A.Timer_Timer(B.Duration_100000, new A._InkResponseState_activateOnIntent_closure(_this)); + }, simulateTap$1(intent) { var t1 = this._framework$_element; t1.toString; @@ -231496,6 +237039,10 @@ t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; } + t1 = _this._activationTimer; + if (t1 != null) + t1.cancel$0(0); + _this._activationTimer = null; _this.super$State$dispose(); }, get$wantKeepAlive() { @@ -231512,6 +237059,7 @@ return B.Duration_200000; case 1: case 2: + this._widget.toString; return B.Duration_50000; } }, @@ -231703,7 +237251,7 @@ var mode, _this = this, t1 = _this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_15); + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_17); mode = t1 == null ? null : t1.navigationMode; switch ((mode == null ? B.NavigationMode_0 : mode).index) { case 0: @@ -231948,7 +237496,7 @@ var mode, _this = this, t1 = _this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_15); + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_17); mode = t1 == null ? null : t1.navigationMode; switch ((mode == null ? B.NavigationMode_0 : mode).index) { case 0: @@ -231983,7 +237531,7 @@ effectiveMouseCursor = A.MaterialStateProperty_resolveAs(t1, _this.get$statesController()._change_notifier$_value, type$.MouseCursor); value = _this.___InkResponseState__actionMap_FI; if (value === $) { - t1 = _this.get$simulateTap(); + t1 = _this.get$activateOnIntent(); t2 = type$.JSArray_of_void_Function_Action_Intent; t3 = type$.ObserverList_of_void_Function_Action_Intent; result = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_ActivateIntent_OT9, new A.CallbackAction(t1, new A.ObserverList(A._setArrayType([], t2), t3), type$.CallbackAction_ActivateIntent), B.Type_ButtonActivateIntent_6Ij, new A.CallbackAction(t1, new A.ObserverList(A._setArrayType([], t2), t3), type$.CallbackAction_ButtonActivateIntent)], type$.Type, type$.Action_Intent); @@ -232023,7 +237571,7 @@ t15.toString; t15 = _this._secondaryButtonEnabled$1(t15) ? _this.get$handleSecondaryTapCancel() : _null; t7 = A.GestureDetector$(B.HitTestBehavior_1, _this._widget.child, B.DragStartBehavior_1, true, _null, t11, _null, _null, _null, _null, _null, t12, _null, _null, _null, _null, _null, _null, _null, _null, t14, t15, t10, t13, t8, t9, t3, t7, _null, _null, _null, false, B.Offset_O5r); - return new A._ParentInkResponseProvider(_this, A.Actions$(value, A.Focus$(t4, t2, A.MouseRegion$(A.DefaultSelectionStyle_merge(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t7, _null), effectiveMouseCursor), effectiveMouseCursor, _null, _null, _this.get$handleMouseEnter(), _this.get$handleMouseExit(), _null), _null, _null, _null, t1, true, _null, _this.get$handleFocusUpdate(), _null, _null, _null, _null)), _null); + return new A._ParentInkResponseProvider(_this, A.Actions$(value, A.Focus$(t4, t2, A.MouseRegion$(A.DefaultSelectionStyle_merge(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t7, _null), effectiveMouseCursor), effectiveMouseCursor, _null, _null, _this.get$handleMouseEnter(), _this.get$handleMouseExit(), _null), _null, _null, _null, t1, true, _null, _this.get$handleFocusUpdate(), _null, _null, _null, _null)), _null); }, $is_ParentInkResponseState: 1 }; @@ -232031,7 +237579,13 @@ call$1(highlight) { return highlight != null; }, - $signature: 3051 + $signature: 934 + }; + A._InkResponseState_activateOnIntent_closure.prototype = { + call$0() { + this.$this.updateHighlight$2$value(B._HighlightType_0, false); + }, + $signature: 0 }; A._InkResponseState_handleStatesControllerChange_closure.prototype = { call$0() { @@ -232092,7 +237646,7 @@ return t1 == null ? theme.hoverColor : t1; } }, - $signature: 3050 + $signature: 935 }; A.InkWell.prototype = {}; A.__InkResponseState_State_AutomaticKeepAliveClientMixin.prototype = { @@ -232165,7 +237719,7 @@ return new A.EdgeInsets(0, 0, 0, this.borderSide.width); }, scale$1(_, t) { - return new A.UnderlineInputBorder(B.BorderRadius_tLn3, this.borderSide.scale$1(0, t)); + return new A.UnderlineInputBorder(B.BorderRadius_tLn4, this.borderSide.scale$1(0, t)); }, getInnerPath$2$textDirection(rect, textDirection) { var t1 = $.$get$_renderer().createPath$0(), @@ -232386,7 +237940,7 @@ }; A.InputDatePickerFormField.prototype = { createState$0() { - return new A._InputDatePickerFormFieldState(A.TextEditingController$(null), B._StateLifecycle_0); + return new A._InputDatePickerFormFieldState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), B._StateLifecycle_0); } }; A._InputDatePickerFormFieldState.prototype = { @@ -232504,12 +238058,12 @@ inputTheme = theme.inputDecorationTheme; effectiveInputBorder = inputTheme.border; if (effectiveInputBorder == null) - effectiveInputBorder = B.UnderlineInputBorder_7hp; + effectiveInputBorder = theme.useMaterial3 ? B.OutlineInputBorder_WtG : B.UnderlineInputBorder_7hp; _this._widget.toString; t2 = t1.get$dateHelpText(); _this._widget.toString; t1 = t1.get$dateInputLabel(); - t1 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null).applyDefaults$1(inputTheme.merge$1(theme.datePickerTheme.inputDecorationTheme).copyWith$1$border(effectiveInputBorder)); + t1 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null).applyDefaults$1(inputTheme.merge$1(theme.datePickerTheme.inputDecorationTheme).copyWith$1$border(effectiveInputBorder)); _this._widget.toString; return A.TextFormField$(true, _null, true, _null, _this._input_date_picker_form_field$_controller, _null, _null, _null, 2, t1, _null, false, _null, _null, _null, _null, _null, B.TextInputType_4_null_null, _null, _null, 1, _null, false, _null, _null, _this.get$_handleSubmitted(), _this.get$_handleSaved(), _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _this.get$_validateDate()); } @@ -232519,7 +238073,7 @@ var t1 = this.$this; t1.setState$1(new A._InputDatePickerFormFieldState_didUpdateWidget__closure(t1)); }, - $signature: 11 + $signature: 12 }; A._InputDatePickerFormFieldState_didUpdateWidget__closure.prototype = { call$0() { @@ -232684,7 +238238,7 @@ return (1 - t) * 4 * 4; }, build$1(context) { - return A.Transform$(null, this.child, A.Matrix4_Matrix4$translationValues(this.get$translateX(), 0, 0), true); + return A.Transform$(null, this.child, null, A.Matrix4_Matrix4$translationValues(this.get$translateX(), 0, 0), true); } }; A._HelperError.prototype = { @@ -232748,7 +238302,7 @@ t6 = t3.textAlign; t6 = A.Text$(t4, _null, t3.errorMaxLines, B.TextOverflow_2, _null, _null, t5, t6, _null, _null); t2 = A.FractionalTranslation$(t6, true, t2); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.FadeTransition(t1, false, t2, _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.FadeTransition(t1, false, t2, _null), _null); }, build$1(context) { var _this = this, @@ -233180,7 +238734,7 @@ config._childConfigurationsDelegate = this.get$_childSemanticsConfigurationDelegate(); }, performLayout$0() { - var boxToBaseline, t2, t3, boxConstraints, t4, t5, containerConstraints, contentConstraints, t6, t7, t8, t9, t10, t11, t12, t13, inputWidth, suffixIconWidth, labelWidth, labelHeight, topHeight, counterHeight, helperErrorExists, helperErrorHeight, bottomHeight, densityOffset, hintHeight, inputDirectHeight, inputHeight, inputInternalBaseline, prefixHeight, suffixHeight, fixAboveInput, fixBelowInput, prefixIconHeight, suffixIconHeight, fixIconHeight, contentHeight, minContainerHeight, maxContainerHeight, containerHeight, interactiveAdjustment, overflow, textAlignVerticalFactor, baselineAdjustment, topInputBaseline, maxVerticalOffset, inputBaseline, outlineBaseline, subtextCounterBaseline, subtextCounterHeight, subtextHelperBaseline, subtextHelperHeight, subtextBaseline, subtextHeight, container, x, height, centerLayout, baseline, baselineLayout, left, right, start, end, labelX, floatWidth, _this = this, _null = null, + var boxToBaseline, t2, t3, boxConstraints, t4, t5, containerConstraints, contentConstraints, t6, t7, t8, t9, t10, t11, t12, t13, inputWidth, suffixIconWidth, labelWidth, labelHeight, topHeight, counterHeight, helperErrorExists, helperErrorHeight, bottomHeight, densityOffset, hintHeight, inputDirectHeight, inputHeight, inputInternalBaseline, prefixHeight, suffixHeight, fixAboveInput, fixBelowInput, prefixIconHeight, suffixIconHeight, fixIconHeight, contentHeight, minContainerHeight, maxContainerHeight, containerHeight, interactiveAdjustment, overflow, textAlignVerticalFactor, baselineAdjustment, topInputBaseline, maxVerticalOffset, inputBaseline, outlineBaseline, subtextCounterBaseline, subtextCounterHeight, subtextHelperBaseline, subtextHelperHeight, subtextBaseline, subtextHeight, container, x, height, centerLayout, baseline, baselineLayout, left, right, start, end, labelX, floatWidth, offsetToPrefixIcon, _this = this, _null = null, t1 = type$.BoxConstraints, constraints = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); _this._labelTransform = null; @@ -233194,7 +238748,7 @@ containerConstraints = boxConstraints.copyWith$1$maxWidth(t2 - (t5 == null ? B.Size_0_0 : t5.get$size(t5))._dx); boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_6), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_6), containerConstraints)); boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_7), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_7), containerConstraints)); - contentConstraints = containerConstraints.copyWith$1$maxWidth(containerConstraints.maxWidth - _this._input_decorator$_decoration.contentPadding.get$horizontal()); + contentConstraints = containerConstraints.copyWith$1$maxWidth(Math.max(0, containerConstraints.maxWidth - _this._input_decorator$_decoration.contentPadding.get$horizontal())); boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_4), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_4), contentConstraints)); boxToBaseline.$indexSet(0, t4.$index(0, B._DecorationSlot_5), _this._layoutLineBox$2(t4.$index(0, B._DecorationSlot_5), contentConstraints)); t5 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); @@ -233329,7 +238883,7 @@ t5 = t1.isDense; t5.toString; minContainerHeight = t5 || t1.isCollapsed || _this._input_decorator$_expands ? 0 : 48; - maxContainerHeight = t3 - bottomHeight; + maxContainerHeight = Math.max(0, t3 - bottomHeight); containerHeight = _this._input_decorator$_expands ? maxContainerHeight : Math.min(Math.max(contentHeight, minContainerHeight), maxContainerHeight); interactiveAdjustment = minContainerHeight > contentHeight ? (minContainerHeight - contentHeight) / 2 : 0; overflow = Math.max(0, contentHeight - maxContainerHeight); @@ -233550,20 +239104,34 @@ floatWidth = (t1 == null ? B.Size_0_0 : t1.get$size(t1))._dx * 0.75; switch (_this._input_decorator$_textDirection.index) { case 0: - t4.$index(0, B._DecorationSlot_6) != null && true; + if (t4.$index(0, B._DecorationSlot_6) != null && true) + if (_this._material3) { + t1 = t4.$index(0, B._DecorationSlot_6); + offsetToPrefixIcon = (t1 == null ? B.Size_0_0 : t1.get$size(t1))._dx - left; + } else + offsetToPrefixIcon = 0; + else + offsetToPrefixIcon = 0; t1 = _this._input_decorator$_decoration; t3 = t4.$index(0, B._DecorationSlot_2); t3 = t3 == null ? B.Size_0_0 : t3.get$size(t3); t5 = container == null ? B.Size_0_0 : container.get$size(container); - t1.borderGap.set$start(0, A.lerpDouble(labelX + t3._dx + 0, t5._dx / 2 + floatWidth / 2, 0)); + t1.borderGap.set$start(0, A.lerpDouble(labelX + t3._dx + offsetToPrefixIcon, t5._dx / 2 + floatWidth / 2, 0)); break; case 1: - t4.$index(0, B._DecorationSlot_6) != null && true; + if (t4.$index(0, B._DecorationSlot_6) != null && true) + if (_this._material3) { + t1 = t4.$index(0, B._DecorationSlot_6); + offsetToPrefixIcon = -(t1 == null ? B.Size_0_0 : t1.get$size(t1))._dx + left; + } else + offsetToPrefixIcon = 0; + else + offsetToPrefixIcon = 0; t1 = _this._input_decorator$_decoration; t3 = t4.$index(0, B._DecorationSlot_0); t3 = t3 == null ? B.Size_0_0 : t3.get$size(t3); t5 = container == null ? B.Size_0_0 : container.get$size(container); - t1.borderGap.set$start(0, A.lerpDouble(labelX - t3._dx + 0, t5._dx / 2 - floatWidth / 2, 0)); + t1.borderGap.set$start(0, A.lerpDouble(labelX - t3._dx + offsetToPrefixIcon, t5._dx / 2 - floatWidth / 2, 0)); break; } t1 = _this._input_decorator$_decoration; @@ -233613,9 +239181,15 @@ t5 = isOutlineBorder; else t5 = false; - if (t5) - floatStartX = startX + 0; - else + if (t5) { + if (_this._material3) { + t5 = t1.$index(0, B._DecorationSlot_6); + t5 = t5 == null ? B.Size_0_0 : t5.get$size(t5); + t5 = t5._dx - _this._input_decorator$_decoration.contentPadding.left; + } else + t5 = 0; + floatStartX = startX + t5; + } else floatStartX = startX; break; case 1: @@ -233624,9 +239198,15 @@ t5 = isOutlineBorder; else t5 = false; - if (t5) - floatStartX = startX + 0; - else + if (t5) { + if (_this._material3) { + t5 = t1.$index(0, B._DecorationSlot_6); + t5 = t5 == null ? B.Size_0_0 : t5.get$size(t5); + t5 = -t5._dx + _this._input_decorator$_decoration.contentPadding.left; + } else + t5 = 0; + floatStartX = startX + t5; + } else floatStartX = startX; break; default: @@ -233698,7 +239278,7 @@ type$.BoxParentData._as(t1).offset = new A.Offset(x, (this.height._readLocal$0() - box.get$size(box)._dy) / 2); return box.get$size(box)._dx; }, - $signature: 237 + $signature: 241 }; A._RenderDecoration_performLayout_baselineLayout.prototype = { call$2(box, x) { @@ -233712,7 +239292,7 @@ t1.offset = new A.Offset(x, t2 - t3); return box.get$size(box)._dx; }, - $signature: 237 + $signature: 241 }; A._RenderDecoration_paint_doPaint.prototype = { call$1(child) { @@ -233723,13 +239303,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 667 + $signature: 805 }; A._RenderDecoration_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A._Decorator.prototype = { get$slots() { @@ -233763,9 +239343,8 @@ } }, createRenderObject$1(context) { - var t1, _this = this; - A.Theme_of(context); - t1 = new A._RenderDecoration(_this.decoration, _this.textDirection, _this.textBaseline, _this.textAlignVertical, _this.isFocused, _this.expands, false, A.LinkedHashMap_LinkedHashMap$_empty(type$._DecorationSlot, type$.RenderBox), A.LayerHandle$(type$.ContainerLayer_2)); + var _this = this, + t1 = new A._RenderDecoration(_this.decoration, _this.textDirection, _this.textBaseline, _this.textAlignVertical, _this.isFocused, _this.expands, A.Theme_of(context).useMaterial3, A.LinkedHashMap_LinkedHashMap$_empty(type$._DecorationSlot, type$.RenderBox), A.LayerHandle$(type$.ContainerLayer_2)); t1.RenderObject$0(); return t1; }, @@ -233824,13 +239403,17 @@ this._effectiveDecoration = null; }, dispose$0() { - var t1 = this.___InputDecoratorState__floatingLabelController_F; + var _this = this, + t1 = _this.___InputDecoratorState__floatingLabelController_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1.dispose$0(); - t1 = this.___InputDecoratorState__shakingLabelController_F; + t1 = _this.___InputDecoratorState__shakingLabelController_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1.dispose$0(); - this.super$__InputDecoratorState_State_TickerProviderStateMixin$dispose(); + t1 = _this._borderGap; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + _this.super$__InputDecoratorState_State_TickerProviderStateMixin$dispose(); }, _input_decorator$_handleChange$0() { this.setState$1(new A._InputDecoratorState__handleChange_closure()); @@ -233847,6 +239430,14 @@ } return t1; }, + get$_input_decorator$_hasError() { + if (this.get$decoration().errorText == null) { + this.get$decoration(); + var t1 = false; + } else + t1 = true; + return t1; + }, get$isEmpty(_) { return this._widget.isEmpty; }, @@ -233908,7 +239499,7 @@ t1 = false; return t1 ? B.Color_0 : themeData.disabledColor; } - if (_this.get$decoration().errorText != null) + if (_this.get$_input_decorator$_hasError()) return themeData.colorScheme.error; if (_this._widget.isFocused) return themeData.colorScheme.primary; @@ -233988,7 +239579,7 @@ t1.add$1(0, B.MaterialState_1); if (_this._widget.isHovering && _this.get$decoration().enabled) t1.add$1(0, B.MaterialState_0); - if (_this.get$decoration().errorText != null) + if (_this.get$_input_decorator$_hasError()) t1.add$1(0, B.MaterialState_7); return t1; }, @@ -234000,22 +239591,32 @@ _this.get$decoration(); if (border.borderSide.$eq(0, B.BorderSide_8xm)) return border; - t1 = _this._getDefaultM2BorderColor$1(themeData); - if (_this.get$decoration().isCollapsed || J.$eq$(_this.get$decoration().border, B._NoInputBorder_uXA) || !_this.get$decoration().enabled) - t2 = 0; - else - t2 = _this._widget.isFocused ? 2 : 1; - return border.copyWith$1$borderSide(new A.BorderSide(t1, t2, B.BorderStyle_1, -1)); + if (themeData.useMaterial3) { + t1 = _this.get$decoration().filled; + t1.toString; + t2 = type$.nullable_BorderSide; + if (t1) + return border.copyWith$1$borderSide(A.MaterialStateProperty_resolveAs(defaults.get$activeIndicatorBorder(), _this.get$materialState(), t2)); + else + return border.copyWith$1$borderSide(A.MaterialStateProperty_resolveAs(defaults.get$outlineBorder(), _this.get$materialState(), t2)); + } else { + t1 = _this._getDefaultM2BorderColor$1(themeData); + t2 = _this.get$decoration(); + if (t2.isCollapsed === true || J.$eq$(_this.get$decoration().border, B._NoInputBorder_uXA) || !_this.get$decoration().enabled) + t2 = 0; + else + t2 = _this._widget.isFocused ? 2 : 1; + return border.copyWith$1$borderSide(new A.BorderSide(t1, t2, B.BorderStyle_1, -1)); + } }, build$1(context) { - var defaults, t1, defaultStyle, t2, style, t3, labelStyle, t4, hintStyle, hintText, hint, t5, t6, t7, isError, border, t8, t9, label, t10, t11, t12, defaultTextStyle, input, needsSemanticsSortOrder, decorationIsDense, iconSize, prefixIcon, suffixIcon, t13, t14, t15, counter, t16, t17, decorationContentPadding, contentPadding, floatingLabelHeight, t18, t19, t20, t21, t22, t23, _this = this, _null = null, - themeData = A.Theme_of(context); - A.Theme_of(context); - defaults = new A._InputDecoratorDefaultsM2(context, _null, _null, _null, _null, _null, _null, _null, B.FloatingLabelBehavior_1, B.C_FloatingLabelAlignment, false, _null, false, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null); - t1 = type$.TextStyle; - defaultStyle = A.MaterialStateProperty_resolveAs(defaults.get$labelStyle(), _this.get$materialState(), t1); - t2 = type$.nullable_TextStyle; - style = A.MaterialStateProperty_resolveAs(_this.get$decoration().labelStyle, _this.get$materialState(), t2); + var t3, labelStyle, t4, hintStyle, hintText, hint, t5, t6, t7, border, t8, t9, label, t10, t11, t12, defaultTextStyle, input, needsSemanticsSortOrder, decorationIsDense, iconSize, prefixIcon, suffixIcon, t13, t14, t15, counter, t16, t17, decorationContentPadding, contentPadding, floatingLabelHeight, t18, t19, t20, t21, t22, t23, _this = this, _null = null, + themeData = A.Theme_of(context), + defaults = A.Theme_of(context).useMaterial3 ? new A._InputDecoratorDefaultsM3(context, _null, _null, _null, _null, _null, _null, _null, _null, B.FloatingLabelBehavior_1, B.C_FloatingLabelAlignment, false, _null, false, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null) : new A._InputDecoratorDefaultsM2(context, _null, _null, _null, _null, _null, _null, _null, _null, B.FloatingLabelBehavior_1, B.C_FloatingLabelAlignment, false, _null, false, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null), + t1 = type$.TextStyle, + defaultStyle = A.MaterialStateProperty_resolveAs(defaults.get$labelStyle(), _this.get$materialState(), t1), + t2 = type$.nullable_TextStyle, + style = A.MaterialStateProperty_resolveAs(_this.get$decoration().labelStyle, _this.get$materialState(), t2); if (style == null) style = A.MaterialStateProperty_resolveAs(themeData.inputDecorationTheme.labelStyle, _this.get$materialState(), t2); t3 = themeData.textTheme.titleMedium; @@ -234033,17 +239634,17 @@ hint = _null; else { t5 = _this._widget.isEmpty && !_this.get$_hasInlineLabel() ? 1 : 0; + _this.get$decoration(); t6 = _this.get$decoration(); t7 = _this._widget.textAlign; - hint = A.AnimatedOpacity$(A.Text$(hintText, _null, _this.get$decoration().hintMaxLines, B.TextOverflow_2, _null, _null, hintStyle, t7, t6.hintTextDirection, _null), B.Cubic_ifx, B.Duration_167000, t5); + hint = A.AnimatedOpacity$(A.Text$(hintText, _null, _this.get$decoration().hintMaxLines, B.TextOverflow_2, _null, _null, hintStyle, t7, t6.hintTextDirection, _null), B.Cubic_ifx, B.Duration_20000, t5); } - isError = _this.get$decoration().errorText != null; if (!_this.get$decoration().enabled) - border = isError ? _this.get$decoration().errorBorder : _this.get$decoration().disabledBorder; + border = _this.get$_input_decorator$_hasError() ? _this.get$decoration().errorBorder : _this.get$decoration().disabledBorder; else if (_this._widget.isFocused) - border = isError ? _this.get$decoration().focusedErrorBorder : _this.get$decoration().focusedBorder; + border = _this.get$_input_decorator$_hasError() ? _this.get$decoration().focusedErrorBorder : _this.get$decoration().focusedBorder; else - border = isError ? _this.get$decoration().errorBorder : _this.get$decoration().enabledBorder; + border = _this.get$_input_decorator$_hasError() ? _this.get$decoration().errorBorder : _this.get$decoration().enabledBorder; if (border == null) border = _this._getDefaultBorder$2(themeData, defaults); t5 = _this._borderGap; @@ -234065,7 +239666,7 @@ t12 = true; if (t12) { defaultTextStyle = A.MaterialStateProperty_resolveAs(defaults.get$floatingLabelStyle(), _this.get$materialState(), t1); - if (_this.get$decoration().errorText != null) { + if (_this.get$_input_decorator$_hasError()) { t12 = _this.get$decoration().errorStyle; t12 = (t12 == null ? _null : t12.color) != null; } else @@ -234107,7 +239708,7 @@ } else needsSemanticsSortOrder = false; if (input != null && needsSemanticsSortOrder) - input = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null, _null), false, false, false, false, input, _null); + input = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null, _null), false, false, false, false, input, _null); t3 = _this.get$decoration(); decorationIsDense = t3.isDense === true; iconSize = decorationIsDense ? 18 : 24; @@ -234120,7 +239721,7 @@ t10 = _this._getPrefixIconColor$2(themeData, defaults); t11 = A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, _this._getPrefixIconColor$2(themeData, defaults), _null, _null, iconSize, _null, _null, _null, _null); t12 = _this.get$decoration(); - prefixIcon = A.Center$(A.MouseRegion$(new A.ConstrainedBox(t3, A.IconTheme_merge(A.IconButtonTheme$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t12.prefixIcon, _null), new A.IconButtonThemeData(t11)), new A.IconThemeData(iconSize, _null, _null, _null, _null, t10, _null, _null)), _null), B.SystemMouseCursor_basic, _null, _null, _null, _null, _null), 1, 1); + prefixIcon = A.Center$(A.MouseRegion$(new A.ConstrainedBox(t3, A.IconTheme_merge(A.IconButtonTheme$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t12.prefixIcon, _null), new A.IconButtonThemeData(t11)), new A.IconThemeData(iconSize, _null, _null, _null, _null, t10, _null, _null)), _null), B.SystemMouseCursor_basic, _null, _null, _null, _null, _null), 1, 1); } if (_this.get$decoration().suffixIcon == null) suffixIcon = _null; @@ -234130,7 +239731,7 @@ t10 = _this._getSuffixIconColor$2(themeData, defaults); t11 = A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, _this._getSuffixIconColor$2(themeData, defaults), _null, _null, iconSize, _null, _null, _null, _null); t12 = _this.get$decoration(); - suffixIcon = A.Center$(A.MouseRegion$(new A.ConstrainedBox(t3, A.IconTheme_merge(A.IconButtonTheme$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t12.suffixIcon, _null), new A.IconButtonThemeData(t11)), new A.IconThemeData(iconSize, _null, _null, _null, _null, t10, _null, _null)), _null), B.SystemMouseCursor_basic, _null, _null, _null, _null, _null), 1, 1); + suffixIcon = A.Center$(A.MouseRegion$(new A.ConstrainedBox(t3, A.IconTheme_merge(A.IconButtonTheme$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t12.suffixIcon, _null), new A.IconButtonThemeData(t11)), new A.IconThemeData(iconSize, _null, _null, _null, _null, t10, _null, _null)), _null), B.SystemMouseCursor_basic, _null, _null, _null, _null, _null), 1, 1); } t3 = _this._widget.textAlign; t10 = _this.get$decoration(); @@ -234148,7 +239749,7 @@ t17.toString; t2 = _this._getHelperStyle$2(themeData, defaults).merge$1(A.MaterialStateProperty_resolveAs(_this.get$decoration().counterStyle, _this.get$materialState(), t2)); t2 = A.Text$(t17, _null, _null, B.TextOverflow_2, _this.get$decoration().semanticCounterText, _null, t2, _null, _null, _null); - counter = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t16, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t2, _null); + counter = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t16, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t2, _null); } else counter = _null; t2 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); @@ -234156,17 +239757,18 @@ decorationContentPadding = _this.get$decoration().contentPadding; if (decorationContentPadding == null) decorationContentPadding = _null; - if (_this.get$decoration().isCollapsed) { + t16 = _this.get$decoration(); + if (t16.isCollapsed === true) { contentPadding = decorationContentPadding == null ? B.EdgeInsets_0_0_0_0 : decorationContentPadding; floatingLabelHeight = 0; } else if (!border.get$isOutline()) { t16 = labelStyle.fontSize; t16.toString; - t17 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t17 = t17 == null ? _null : t17.textScaleFactor; + t17 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t17 = t17 == null ? _null : t17.get$textScaler(); if (t17 == null) - t17 = 1; - floatingLabelHeight = (4 + 0.75 * t16) * t17; + t17 = B._LinearTextScaler_1; + floatingLabelHeight = (4 + 0.75 * t16) * t17.textScaleFactor; t16 = _this.get$decoration(); if (t16.filled === true) if (decorationContentPadding == null) @@ -234195,7 +239797,7 @@ t23 = t21.isFocused; t21 = t21.expands; _this.get$decoration(); - return new A._Decorator(new A._Decoration(contentPadding, t16.isCollapsed, floatingLabelHeight, t18, t17, border, t5, t19.alignLabelWithHint === true, t20.isDense, themeData.visualDensity, _null, input, label, hint, _null, _null, prefixIcon, suffixIcon, new A._HelperError(t3, t10.helperText, t11, t12.helperMaxLines, t13.error, t14.errorText, t1, t15.errorMaxLines, _null), counter, new A._BorderContainer(border, t5, t6, t7, t8, t9, _null)), t2.textDirection, t4, t22, t23, t21, _null); + return new A._Decorator(new A._Decoration(contentPadding, t16.isCollapsed === true, floatingLabelHeight, t18, t17, border, t5, t19.alignLabelWithHint === true, t20.isDense, themeData.visualDensity, _null, input, label, hint, _null, _null, prefixIcon, suffixIcon, new A._HelperError(t3, t10.helperText, t11, t12.helperMaxLines, t13.error, t14.errorText, t1, t15.errorMaxLines, _null), counter, new A._BorderContainer(border, t5, t6, t7, t8, t9, _null)), t2.textDirection, t4, t22, t23, t21, _null); } }; A._InputDecoratorState__handleChange_closure.prototype = { @@ -234204,7 +239806,7 @@ $signature: 0 }; A.InputDecoration.prototype = { - copyWith$38$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, counter, counterStyle, counterText, disabledBorder, enabled, enabledBorder, errorBorder, errorMaxLines, errorStyle, errorText, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintMaxLines, hintStyle, hintText, hoverColor, iconColor, isCollapsed, isDense, labelStyle, prefixIcon, prefixIconColor, prefixStyle, semanticCounterText, suffixIconColor, suffixStyle) { + copyWith$39$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, counter, counterStyle, counterText, disabledBorder, enabled, enabledBorder, errorBorder, errorMaxLines, errorStyle, errorText, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintFadeDuration, hintMaxLines, hintStyle, hintText, hoverColor, iconColor, isCollapsed, isDense, labelStyle, prefixIcon, prefixIconColor, prefixStyle, semanticCounterText, suffixIconColor, suffixStyle) { var _this = this, t1 = iconColor == null ? _this.iconColor : iconColor, t2 = labelStyle == null ? _this.labelStyle : labelStyle, @@ -234237,28 +239839,28 @@ t29 = enabled == null ? _this.enabled : enabled, t30 = semanticCounterText == null ? _this.semanticCounterText : semanticCounterText, t31 = alignLabelWithHint == null ? _this.alignLabelWithHint : alignLabelWithHint; - return A.InputDecoration$(t31, t28, _this.constraints, t14, t18, t20, t19, _this.disabledBorder, t29, t27, _this.error, t24, _this.errorMaxLines, t9, t8, t22, t21, t11, t10, t3, t23, t25, t26, _this.helperMaxLines, t4, _this.helperText, t7, t6, t5, _this.hintTextDirection, _this.hoverColor, _this.icon, t1, t12, t13, _this.label, t2, _this.labelText, _this.prefix, t15, t16, _this.prefixIconConstraints, _this.prefixStyle, _this.prefixText, t30, _this.suffix, _this.suffixIcon, t17, _this.suffixIconConstraints, _this.suffixStyle, _this.suffixText); + return A.InputDecoration$(t31, t28, _this.constraints, t14, t18, t20, t19, _this.disabledBorder, t29, t27, _this.error, t24, _this.errorMaxLines, t9, t8, t22, t21, t11, t10, t3, t23, t25, t26, _this.helperMaxLines, t4, _this.helperText, _this.hintFadeDuration, t7, t6, t5, _this.hintTextDirection, _this.hoverColor, _this.icon, t1, t12, t13, _this.label, t2, _this.labelText, _this.prefix, t15, t16, _this.prefixIconConstraints, _this.prefixStyle, _this.prefixText, t30, _this.suffix, _this.suffixIcon, t17, _this.suffixIconConstraints, _this.suffixStyle, _this.suffixText); }, copyWith$1$errorText(errorText) { - return this.copyWith$38$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, null, null, null, null, null, null, null, errorText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$39$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, null, null, null, null, null, null, null, errorText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, copyWith$2$enabled$hintMaxLines(enabled, hintMaxLines) { - return this.copyWith$38$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, null, null, enabled, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, hintMaxLines, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$39$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, null, null, enabled, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, hintMaxLines, null, null, null, null, null, null, null, null, null, null, null, null, null); }, copyWith$4$counterStyle$counterText$errorText$semanticCounterText(counterStyle, counterText, errorText, semanticCounterText) { - return this.copyWith$38$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, counterStyle, counterText, null, null, null, null, null, null, errorText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, semanticCounterText, null, null); + return this.copyWith$39$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, counterStyle, counterText, null, null, null, null, null, null, errorText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, semanticCounterText, null, null); }, copyWith$2$counterText$semanticCounterText(counterText, semanticCounterText) { - return this.copyWith$38$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, counterText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, semanticCounterText, null, null); + return this.copyWith$39$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, counterText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, semanticCounterText, null, null); }, - copyWith$30$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, counterStyle, disabledBorder, enabledBorder, errorBorder, errorMaxLines, errorStyle, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintStyle, hoverColor, iconColor, isCollapsed, isDense, labelStyle, prefixIconColor, prefixStyle, suffixIconColor, suffixStyle) { - return this.copyWith$38$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, null, counterStyle, null, disabledBorder, null, enabledBorder, errorBorder, errorMaxLines, errorStyle, null, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, null, hintStyle, null, hoverColor, iconColor, isCollapsed, isDense, labelStyle, null, prefixIconColor, prefixStyle, null, suffixIconColor, suffixStyle); + copyWith$31$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, counterStyle, disabledBorder, enabledBorder, errorBorder, errorMaxLines, errorStyle, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintFadeDuration, hintStyle, hoverColor, iconColor, isCollapsed, isDense, labelStyle, prefixIconColor, prefixStyle, suffixIconColor, suffixStyle) { + return this.copyWith$39$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(alignLabelWithHint, border, constraints, contentPadding, null, counterStyle, null, disabledBorder, null, enabledBorder, errorBorder, errorMaxLines, errorStyle, null, fillColor, filled, floatingLabelAlignment, floatingLabelBehavior, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintFadeDuration, null, hintStyle, null, hoverColor, iconColor, isCollapsed, isDense, labelStyle, null, prefixIconColor, prefixStyle, null, suffixIconColor, suffixStyle); }, copyWith$2$counterText$prefixIcon(counterText, prefixIcon) { - return this.copyWith$38$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, counterText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, prefixIcon, null, null, null, null, null); + return this.copyWith$39$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, counterText, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, prefixIcon, null, null, null, null, null); }, copyWith$2$fillColor$hintText(fillColor, hintText) { - return this.copyWith$38$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, null, null, null, null, null, null, null, null, fillColor, null, null, null, null, null, null, null, null, null, null, null, hintText, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$39$alignLabelWithHint$border$constraints$contentPadding$counter$counterStyle$counterText$disabledBorder$enabled$enabledBorder$errorBorder$errorMaxLines$errorStyle$errorText$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintMaxLines$hintStyle$hintText$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIcon$prefixIconColor$prefixStyle$semanticCounterText$suffixIconColor$suffixStyle(null, null, null, null, null, null, null, null, null, null, null, null, null, null, fillColor, null, null, null, null, null, null, null, null, null, null, null, null, hintText, null, null, null, null, null, null, null, null, null, null, null); }, applyDefaults$1(theme) { var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, _this = this, @@ -234322,7 +239924,7 @@ t20 = _this.border; if (t20 == null) t20 = theme.border; - return _this.copyWith$30$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle(_this.alignLabelWithHint === true, t20, theme.constraints, t8, t12, theme.disabledBorder, t19, t16, theme.errorMaxLines, t5, t14, t13, t7, t6, t2, t15, t17, t18, theme.helperMaxLines, t3, t4, theme.hoverColor, t9, _this.isCollapsed, _this.isDense === true, t1, t10, theme.prefixStyle, t11, theme.suffixStyle); + return _this.copyWith$31$alignLabelWithHint$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$filled$floatingLabelAlignment$floatingLabelBehavior$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintStyle$hoverColor$iconColor$isCollapsed$isDense$labelStyle$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle(_this.alignLabelWithHint === true, t20, theme.constraints, t8, t12, theme.disabledBorder, t19, t16, theme.errorMaxLines, t5, t14, t13, t7, t6, t2, t15, t17, t18, theme.helperMaxLines, t3, theme.hintFadeDuration, t4, theme.hoverColor, t9, _this.isCollapsed === true, _this.isDense === true, t1, t10, theme.prefixStyle, t11, theme.suffixStyle); }, $eq(_, other) { var _this = this; @@ -234332,11 +239934,11 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.InputDecoration && J.$eq$(other.iconColor, _this.iconColor) && J.$eq$(other.label, _this.label) && other.labelText == _this.labelText && J.$eq$(other.labelStyle, _this.labelStyle) && J.$eq$(other.floatingLabelStyle, _this.floatingLabelStyle) && J.$eq$(other.helperStyle, _this.helperStyle) && other.hintText == _this.hintText && J.$eq$(other.hintStyle, _this.hintStyle) && other.hintMaxLines == _this.hintMaxLines && other.errorText == _this.errorText && J.$eq$(other.errorStyle, _this.errorStyle) && other.floatingLabelBehavior == _this.floatingLabelBehavior && J.$eq$(other.floatingLabelAlignment, _this.floatingLabelAlignment) && other.isDense == _this.isDense && J.$eq$(other.contentPadding, _this.contentPadding) && other.isCollapsed === _this.isCollapsed && J.$eq$(other.prefixIcon, _this.prefixIcon) && J.$eq$(other.prefixIconColor, _this.prefixIconColor) && J.$eq$(other.suffixIcon, _this.suffixIcon) && J.$eq$(other.suffixIconColor, _this.suffixIconColor) && J.$eq$(other.counter, _this.counter) && other.counterText == _this.counterText && J.$eq$(other.counterStyle, _this.counterStyle) && other.filled == _this.filled && J.$eq$(other.fillColor, _this.fillColor) && J.$eq$(other.focusColor, _this.focusColor) && J.$eq$(other.errorBorder, _this.errorBorder) && J.$eq$(other.focusedBorder, _this.focusedBorder) && J.$eq$(other.focusedErrorBorder, _this.focusedErrorBorder) && J.$eq$(other.enabledBorder, _this.enabledBorder) && J.$eq$(other.border, _this.border) && other.enabled === _this.enabled && other.semanticCounterText == _this.semanticCounterText && other.alignLabelWithHint == _this.alignLabelWithHint && true; + return other instanceof A.InputDecoration && J.$eq$(other.iconColor, _this.iconColor) && J.$eq$(other.label, _this.label) && other.labelText == _this.labelText && J.$eq$(other.labelStyle, _this.labelStyle) && J.$eq$(other.floatingLabelStyle, _this.floatingLabelStyle) && J.$eq$(other.helperStyle, _this.helperStyle) && other.hintText == _this.hintText && J.$eq$(other.hintStyle, _this.hintStyle) && other.hintMaxLines == _this.hintMaxLines && other.errorText == _this.errorText && J.$eq$(other.errorStyle, _this.errorStyle) && other.floatingLabelBehavior == _this.floatingLabelBehavior && J.$eq$(other.floatingLabelAlignment, _this.floatingLabelAlignment) && other.isDense == _this.isDense && J.$eq$(other.contentPadding, _this.contentPadding) && other.isCollapsed == _this.isCollapsed && J.$eq$(other.prefixIcon, _this.prefixIcon) && J.$eq$(other.prefixIconColor, _this.prefixIconColor) && J.$eq$(other.suffixIcon, _this.suffixIcon) && J.$eq$(other.suffixIconColor, _this.suffixIconColor) && J.$eq$(other.counter, _this.counter) && other.counterText == _this.counterText && J.$eq$(other.counterStyle, _this.counterStyle) && other.filled == _this.filled && J.$eq$(other.fillColor, _this.fillColor) && J.$eq$(other.focusColor, _this.focusColor) && J.$eq$(other.errorBorder, _this.errorBorder) && J.$eq$(other.focusedBorder, _this.focusedBorder) && J.$eq$(other.focusedErrorBorder, _this.focusedErrorBorder) && J.$eq$(other.enabledBorder, _this.enabledBorder) && J.$eq$(other.border, _this.border) && other.enabled === _this.enabled && other.semanticCounterText == _this.semanticCounterText && other.alignLabelWithHint == _this.alignLabelWithHint && true; }, get$hashCode(_) { var _this = this; - return A.Object_hashAll([_this.icon, _this.iconColor, _this.label, _this.labelText, _this.floatingLabelStyle, _this.labelStyle, _this.helperText, _this.helperStyle, _this.helperMaxLines, _this.hintText, _this.hintStyle, _this.hintTextDirection, _this.hintMaxLines, _this.error, _this.errorText, _this.errorStyle, _this.errorMaxLines, _this.floatingLabelBehavior, _this.floatingLabelAlignment, _this.isDense, _this.contentPadding, _this.isCollapsed, _this.filled, _this.fillColor, _this.focusColor, _this.hoverColor, _this.prefixIcon, _this.prefixIconColor, _this.prefix, _this.prefixText, _this.prefixStyle, _this.prefixIconConstraints, _this.suffixIcon, _this.suffixIconColor, _this.suffix, _this.suffixText, _this.suffixStyle, _this.suffixIconConstraints, _this.counter, _this.counterText, _this.counterStyle, _this.errorBorder, _this.focusedBorder, _this.focusedErrorBorder, _this.disabledBorder, _this.enabledBorder, _this.border, _this.enabled, _this.semanticCounterText, _this.alignLabelWithHint, _this.constraints]); + return A.Object_hashAll([_this.icon, _this.iconColor, _this.label, _this.labelText, _this.floatingLabelStyle, _this.labelStyle, _this.helperText, _this.helperStyle, _this.helperMaxLines, _this.hintText, _this.hintStyle, _this.hintTextDirection, _this.hintMaxLines, _this.hintFadeDuration, _this.error, _this.errorText, _this.errorStyle, _this.errorMaxLines, _this.floatingLabelBehavior, _this.floatingLabelAlignment, _this.isDense, _this.contentPadding, _this.isCollapsed, _this.filled, _this.fillColor, _this.focusColor, _this.hoverColor, _this.prefixIcon, _this.prefixIconColor, _this.prefix, _this.prefixText, _this.prefixStyle, _this.prefixIconConstraints, _this.suffixIcon, _this.suffixIconColor, _this.suffix, _this.suffixText, _this.suffixStyle, _this.suffixIconConstraints, _this.counter, _this.counterText, _this.counterStyle, _this.errorBorder, _this.focusedBorder, _this.focusedErrorBorder, _this.disabledBorder, _this.enabledBorder, _this.border, _this.enabled, _this.semanticCounterText, _this.alignLabelWithHint, _this.constraints]); }, toString$0(_) { var _this = this, @@ -234377,8 +239979,9 @@ t2 = _this.contentPadding; if (t2 != null) t1.push("contentPadding: " + t2.toString$0(0)); - if (_this.isCollapsed) - t1.push("isCollapsed: true"); + t2 = _this.isCollapsed; + if (t2 === true) + t1.push("isCollapsed: " + A.S(t2)); t2 = _this.prefixIcon; if (t2 != null) t1.push("prefixIcon: " + t2.toString$0(0)); @@ -234435,7 +240038,7 @@ } }; A.InputDecorationTheme.prototype = { - copyWith$26$activeIndicatorBorder$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$iconColor$labelStyle$outlineBorder$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle(activeIndicatorBorder, border, constraints, contentPadding, counterStyle, disabledBorder, enabledBorder, errorBorder, errorMaxLines, errorStyle, fillColor, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintStyle, hoverColor, iconColor, labelStyle, outlineBorder, prefixIconColor, prefixStyle, suffixIconColor, suffixStyle) { + copyWith$27$activeIndicatorBorder$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintStyle$hoverColor$iconColor$labelStyle$outlineBorder$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle(activeIndicatorBorder, border, constraints, contentPadding, counterStyle, disabledBorder, enabledBorder, errorBorder, errorMaxLines, errorStyle, fillColor, floatingLabelStyle, focusColor, focusedBorder, focusedErrorBorder, helperMaxLines, helperStyle, hintFadeDuration, hintStyle, hoverColor, iconColor, labelStyle, outlineBorder, prefixIconColor, prefixStyle, suffixIconColor, suffixStyle) { var _this = this, t1 = labelStyle == null ? _this.get$labelStyle() : labelStyle, t2 = floatingLabelStyle == null ? _this.get$floatingLabelStyle() : floatingLabelStyle, @@ -234453,17 +240056,17 @@ t14 = focusedBorder == null ? _this.focusedBorder : focusedBorder, t15 = focusedErrorBorder == null ? _this.focusedErrorBorder : focusedErrorBorder, t16 = enabledBorder == null ? _this.enabledBorder : enabledBorder; - return A.InputDecorationTheme$(t10, false, border, _this.constraints, t6, _this.counterStyle, _this.disabledBorder, t16, t13, _this.errorMaxLines, t5, t9, _this.filled, _this.floatingLabelAlignment, _this.floatingLabelBehavior, t2, t12, t14, t15, _this.helperMaxLines, t3, t4, _this.hoverColor, iconColor, false, false, t1, t11, t7, _this.prefixStyle, t8, _this.suffixStyle); + return A.InputDecorationTheme$(t10, false, border, _this.constraints, t6, _this.counterStyle, _this.disabledBorder, t16, t13, _this.errorMaxLines, t5, t9, _this.filled, _this.floatingLabelAlignment, _this.floatingLabelBehavior, t2, t12, t14, t15, _this.helperMaxLines, t3, _this.hintFadeDuration, t4, _this.hoverColor, iconColor, false, false, t1, t11, t7, _this.prefixStyle, t8, _this.suffixStyle); }, copyWith$1$border(border) { - return this.copyWith$26$activeIndicatorBorder$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintStyle$hoverColor$iconColor$labelStyle$outlineBorder$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle(null, border, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + return this.copyWith$27$activeIndicatorBorder$border$constraints$contentPadding$counterStyle$disabledBorder$enabledBorder$errorBorder$errorMaxLines$errorStyle$fillColor$floatingLabelStyle$focusColor$focusedBorder$focusedErrorBorder$helperMaxLines$helperStyle$hintFadeDuration$hintStyle$hoverColor$iconColor$labelStyle$outlineBorder$prefixIconColor$prefixStyle$suffixIconColor$suffixStyle(null, border, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, merge$1(inputDecorationTheme) { return this; }, get$hashCode(_) { var _this = this; - return A.Object_hash(_this.get$labelStyle(), _this.get$floatingLabelStyle(), _this.get$helperStyle(), _this.helperMaxLines, _this.get$hintStyle(), _this.get$errorStyle(), _this.errorMaxLines, _this.floatingLabelBehavior, _this.floatingLabelAlignment, false, _this.contentPadding, false, _this.get$iconColor(), _this.prefixStyle, _this.get$prefixIconColor(), _this.suffixStyle, _this.get$suffixIconColor(), _this.counterStyle, _this.filled, A.Object_hash(_this.get$fillColor(), _this.get$activeIndicatorBorder(), _this.get$outlineBorder(), _this.focusColor, _this.hoverColor, _this.errorBorder, _this.focusedBorder, _this.focusedErrorBorder, _this.disabledBorder, _this.enabledBorder, _this.border, false, _this.constraints, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue)); + return A.Object_hash(_this.get$labelStyle(), _this.get$floatingLabelStyle(), _this.get$helperStyle(), _this.helperMaxLines, _this.get$hintStyle(), _this.get$errorStyle(), _this.errorMaxLines, _this.floatingLabelBehavior, _this.floatingLabelAlignment, false, _this.contentPadding, false, _this.get$iconColor(), _this.prefixStyle, _this.get$prefixIconColor(), _this.suffixStyle, _this.get$suffixIconColor(), _this.counterStyle, _this.filled, A.Object_hash(_this.get$fillColor(), _this.get$activeIndicatorBorder(), _this.get$outlineBorder(), _this.focusColor, _this.hoverColor, _this.errorBorder, _this.focusedBorder, _this.focusedErrorBorder, _this.disabledBorder, _this.enabledBorder, _this.border, false, _this.constraints, _this.hintFadeDuration, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue)); }, $eq(_, other) { var t1, _this = this; @@ -234612,7 +240215,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 236 + $signature: 122 }; A._InputDecoratorDefaultsM2_labelStyle_closure.prototype = { call$1(states) { @@ -234621,7 +240224,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 236 + $signature: 122 }; A._InputDecoratorDefaultsM2_floatingLabelStyle_closure.prototype = { call$1(states) { @@ -234634,7 +240237,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(_this.$this.context).colorScheme.primary, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(_this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 236 + $signature: 122 }; A._InputDecoratorDefaultsM2_helperStyle_closure.prototype = { call$1(states) { @@ -234643,7 +240246,7 @@ return themeData.textTheme.bodySmall.copyWith$1$color(B.Color_0); return themeData.textTheme.bodySmall.copyWith$1$color(themeData.hintColor); }, - $signature: 236 + $signature: 122 }; A._InputDecoratorDefaultsM2_errorStyle_closure.prototype = { call$1(states) { @@ -234652,7 +240255,7 @@ return themeData.textTheme.bodySmall.copyWith$1$color(B.Color_0); return themeData.textTheme.bodySmall.copyWith$1$color(themeData.colorScheme.error); }, - $signature: 236 + $signature: 122 }; A._InputDecoratorDefaultsM2_fillColor_closure.prototype = { call$1(states) { @@ -234670,7 +240273,7 @@ return B.Color_167772160; } }, - $signature: 74 + $signature: 25 }; A._InputDecoratorDefaultsM2_iconColor_closure.prototype = { call$1(states) { @@ -234685,7 +240288,7 @@ return B.Color_1929379840; } }, - $signature: 74 + $signature: 25 }; A._InputDecoratorDefaultsM2_prefixIconColor_closure.prototype = { call$1(states) { @@ -234700,7 +240303,7 @@ return B.Color_1929379840; } }, - $signature: 74 + $signature: 25 }; A._InputDecoratorDefaultsM2_suffixIconColor_closure.prototype = { call$1(states) { @@ -234715,7 +240318,258 @@ return B.Color_1929379840; } }, - $signature: 74 + $signature: 25 + }; + A._InputDecoratorDefaultsM3.prototype = { + get$_input_decorator$_colors() { + var t1, _this = this, + value = _this.___InputDecoratorDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___InputDecoratorDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___InputDecoratorDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$_input_decorator$_textTheme() { + var t1, _this = this, + value = _this.___InputDecoratorDefaultsM3__textTheme_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___InputDecoratorDefaultsM3__textTheme_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___InputDecoratorDefaultsM3__textTheme_FI = t1.textTheme; + } + return value; + }, + get$hintStyle() { + return A._MaterialStateTextStyle$(new A._InputDecoratorDefaultsM3_hintStyle_closure(this)); + }, + get$fillColor() { + return A._MaterialStateColor$(new A._InputDecoratorDefaultsM3_fillColor_closure(this)); + }, + get$activeIndicatorBorder() { + return A._MaterialStateBorderSide$(new A._InputDecoratorDefaultsM3_activeIndicatorBorder_closure(this)); + }, + get$outlineBorder() { + return A._MaterialStateBorderSide$(new A._InputDecoratorDefaultsM3_outlineBorder_closure(this)); + }, + get$iconColor() { + var t1 = this.get$_input_decorator$_colors(), + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + get$prefixIconColor() { + return A._MaterialStateColor$(new A._InputDecoratorDefaultsM3_prefixIconColor_closure(this)); + }, + get$suffixIconColor() { + return A._MaterialStateColor$(new A._InputDecoratorDefaultsM3_suffixIconColor_closure(this)); + }, + get$labelStyle() { + return A._MaterialStateTextStyle$(new A._InputDecoratorDefaultsM3_labelStyle_closure(this)); + }, + get$floatingLabelStyle() { + return A._MaterialStateTextStyle$(new A._InputDecoratorDefaultsM3_floatingLabelStyle_closure(this)); + }, + get$helperStyle() { + return A._MaterialStateTextStyle$(new A._InputDecoratorDefaultsM3_helperStyle_closure(this)); + }, + get$errorStyle() { + return A._MaterialStateTextStyle$(new A._InputDecoratorDefaultsM3_errorStyle_closure(this)); + } + }; + A._InputDecoratorDefaultsM3_hintStyle_closure.prototype = { + call$1(states) { + var _null = null; + if (states.contains$1(0, B.MaterialState_6)) + return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + }, + $signature: 122 + }; + A._InputDecoratorDefaultsM3_fillColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_input_decorator$_colors().onSurface.value; + return A.Color$fromARGB(10, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + t1 = this.$this.get$_input_decorator$_colors(); + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + }, + $signature: 25 + }; + A._InputDecoratorDefaultsM3_activeIndicatorBorder_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = _this.$this.get$_input_decorator$_colors().onSurface.value; + return new A.BorderSide(A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), 1, B.BorderStyle_1, -1); + } + if (states.contains$1(0, B.MaterialState_7)) { + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_input_decorator$_colors(); + t2 = t1._onErrorContainer; + return new A.BorderSide(t2 == null ? t1.onError : t2, 1, B.BorderStyle_1, -1); + } + if (states.contains$1(0, B.MaterialState_1)) + return new A.BorderSide(_this.$this.get$_input_decorator$_colors().error, 2, B.BorderStyle_1, -1); + return new A.BorderSide(_this.$this.get$_input_decorator$_colors().error, 1, B.BorderStyle_1, -1); + } + if (states.contains$1(0, B.MaterialState_0)) + return new A.BorderSide(_this.$this.get$_input_decorator$_colors().onSurface, 1, B.BorderStyle_1, -1); + if (states.contains$1(0, B.MaterialState_1)) + return new A.BorderSide(_this.$this.get$_input_decorator$_colors().primary, 2, B.BorderStyle_1, -1); + t1 = _this.$this.get$_input_decorator$_colors(); + t2 = t1._onSurfaceVariant; + return new A.BorderSide(t2 == null ? t1.onSurface : t2, 1, B.BorderStyle_1, -1); + }, + $signature: 302 + }; + A._InputDecoratorDefaultsM3_outlineBorder_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = _this.$this.get$_input_decorator$_colors().onSurface.value; + return new A.BorderSide(A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), 1, B.BorderStyle_1, -1); + } + if (states.contains$1(0, B.MaterialState_7)) { + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_input_decorator$_colors(); + t2 = t1._onErrorContainer; + return new A.BorderSide(t2 == null ? t1.onError : t2, 1, B.BorderStyle_1, -1); + } + if (states.contains$1(0, B.MaterialState_1)) + return new A.BorderSide(_this.$this.get$_input_decorator$_colors().error, 2, B.BorderStyle_1, -1); + return new A.BorderSide(_this.$this.get$_input_decorator$_colors().error, 1, B.BorderStyle_1, -1); + } + if (states.contains$1(0, B.MaterialState_0)) + return new A.BorderSide(_this.$this.get$_input_decorator$_colors().onSurface, 1, B.BorderStyle_1, -1); + if (states.contains$1(0, B.MaterialState_1)) + return new A.BorderSide(_this.$this.get$_input_decorator$_colors().primary, 2, B.BorderStyle_1, -1); + t1 = _this.$this.get$_input_decorator$_colors(); + t2 = t1._outline; + return new A.BorderSide(t2 == null ? t1.onBackground : t2, 1, B.BorderStyle_1, -1); + }, + $signature: 302 + }; + A._InputDecoratorDefaultsM3_prefixIconColor_closure.prototype = { + call$1(states) { + var t1 = this.$this.get$_input_decorator$_colors(), + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + $signature: 25 + }; + A._InputDecoratorDefaultsM3_suffixIconColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_input_decorator$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_7)) + return this.$this.get$_input_decorator$_colors().error; + t1 = this.$this.get$_input_decorator$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + $signature: 25 + }; + A._InputDecoratorDefaultsM3_labelStyle_closure.prototype = { + call$1(states) { + var t2, + t1 = this.$this, + textStyle = t1.get$_input_decorator$_textTheme().bodyLarge; + if (textStyle == null) + textStyle = B.TextStyle_SVP; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = t1.get$_input_decorator$_colors().onSurface.value; + return textStyle.copyWith$1$color(A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255)); + } + if (states.contains$1(0, B.MaterialState_7)) { + if (states.contains$1(0, B.MaterialState_0)) { + t1 = t1.get$_input_decorator$_colors(); + t2 = t1._onErrorContainer; + return textStyle.copyWith$1$color(t2 == null ? t1.onError : t2); + } + if (states.contains$1(0, B.MaterialState_1)) + return textStyle.copyWith$1$color(t1.get$_input_decorator$_colors().error); + return textStyle.copyWith$1$color(t1.get$_input_decorator$_colors().error); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = t1.get$_input_decorator$_colors(); + t2 = t1._onSurfaceVariant; + return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2); + } + if (states.contains$1(0, B.MaterialState_1)) + return textStyle.copyWith$1$color(t1.get$_input_decorator$_colors().primary); + t1 = t1.get$_input_decorator$_colors(); + t2 = t1._onSurfaceVariant; + return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2); + }, + $signature: 122 + }; + A._InputDecoratorDefaultsM3_floatingLabelStyle_closure.prototype = { + call$1(states) { + var t2, + t1 = this.$this, + textStyle = t1.get$_input_decorator$_textTheme().bodyLarge; + if (textStyle == null) + textStyle = B.TextStyle_SVP; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = t1.get$_input_decorator$_colors().onSurface.value; + return textStyle.copyWith$1$color(A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255)); + } + if (states.contains$1(0, B.MaterialState_7)) { + if (states.contains$1(0, B.MaterialState_0)) { + t1 = t1.get$_input_decorator$_colors(); + t2 = t1._onErrorContainer; + return textStyle.copyWith$1$color(t2 == null ? t1.onError : t2); + } + if (states.contains$1(0, B.MaterialState_1)) + return textStyle.copyWith$1$color(t1.get$_input_decorator$_colors().error); + return textStyle.copyWith$1$color(t1.get$_input_decorator$_colors().error); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = t1.get$_input_decorator$_colors(); + t2 = t1._onSurfaceVariant; + return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2); + } + if (states.contains$1(0, B.MaterialState_1)) + return textStyle.copyWith$1$color(t1.get$_input_decorator$_colors().primary); + t1 = t1.get$_input_decorator$_colors(); + t2 = t1._onSurfaceVariant; + return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2); + }, + $signature: 122 + }; + A._InputDecoratorDefaultsM3_helperStyle_closure.prototype = { + call$1(states) { + var t2, + t1 = this.$this, + textStyle = t1.get$_input_decorator$_textTheme().bodySmall; + if (textStyle == null) + textStyle = B.TextStyle_SVP; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = t1.get$_input_decorator$_colors().onSurface.value; + return textStyle.copyWith$1$color(A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255)); + } + t1 = t1.get$_input_decorator$_colors(); + t2 = t1._onSurfaceVariant; + return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2); + }, + $signature: 122 + }; + A._InputDecoratorDefaultsM3_errorStyle_closure.prototype = { + call$1(states) { + var t1 = this.$this, + textStyle = t1.get$_input_decorator$_textTheme().bodySmall; + if (textStyle == null) + textStyle = B.TextStyle_SVP; + return textStyle.copyWith$1$color(t1.get$_input_decorator$_colors().error); + }, + $signature: 122 }; A._InputDecorationTheme_Object_Diagnosticable.prototype = {}; A.__BorderContainerState_State_TickerProviderStateMixin.prototype = { @@ -234802,136 +240656,133 @@ return t1 === true; }, build$1(context) { - var t2, t3, t4, t5, t6, t7, effectiveIconColor, effectiveColor, leadingAndTrailingStyle, leadingIcon, titleStyle, titleText, subtitleStyle, subtitleColor, subtitleText, trailingIcon, textDirection, resolvedContentPadding, effectiveMouseCursor, t8, color, t9, t10, t11, t12, t13, t14, _this = this, _null = null, + var defaults, t2, t3, t4, t5, t6, t7, t8, effectiveIconColor, effectiveColor, leadingAndTrailingStyle, leadingIcon, titleStyle, titleText, subtitleStyle, subtitleText, trailingIcon, textDirection, resolvedContentPadding, effectiveMouseCursor, effectiveTitleAlignment, color, t9, t10, t11, t12, t13, t14, _this = this, _null = null, theme = A.Theme_of(context), tileTheme = A.ListTileTheme_of(context), t1 = tileTheme.style, - listTileStyle = t1 == null ? theme.listTileTheme.style : t1, - defaults = new A._LisTileDefaultsM2(context, _null, B.Border_bWW, listTileStyle == null ? B.ListTileStyle_0 : listTileStyle, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_0_16_0, _null, _null, _null, 4, 40, _null, _null, _null, _null); - t1 = type$.MaterialState; - t2 = A.LinkedHashSet_LinkedHashSet$_empty(t1); - t3 = _this.enabled; - if (!t3) - t2.add$1(0, B.MaterialState_6); - t4 = _this.selected; - if (t4) - t2.add$1(0, B.MaterialState_4); - t2 = new A.ListTile_build_resolveColor(t2); - t5 = _this.selectedColor; - t6 = t2.call$3(_null, t5, _null); + listTileStyle = t1 == null ? theme.listTileTheme.style : t1; + if (listTileStyle == null) + listTileStyle = B.ListTileStyle_0; + t1 = theme.useMaterial3; + defaults = t1 ? new A._LisTileDefaultsM3(context, _null, B.RoundedRectangleBorder_27D0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsetsDirectional_16_0_24_0, _null, _null, _null, 8, 24, _null, _null, _null, _null) : new A._LisTileDefaultsM2(context, _null, B.Border_bWW, listTileStyle, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_0_16_0, _null, _null, _null, 4, 40, _null, _null, _null, _null); + t2 = type$.MaterialState; + t3 = A.LinkedHashSet_LinkedHashSet$_empty(t2); + t4 = _this.enabled; + if (!t4) + t3.add$1(0, B.MaterialState_6); + t5 = _this.selected; + if (t5) + t3.add$1(0, B.MaterialState_4); + t3 = new A.ListTile_build_resolveColor(t3); + t6 = _this.selectedColor; + t7 = t3.call$3(_null, t6, _null); + if (t7 == null) { + t7 = tileTheme.iconColor; + t7 = t3.call$3(t7, tileTheme.selectedColor, t7); + } + if (t7 == null) { + t7 = theme.listTileTheme; + t8 = t7.iconColor; + t8 = t3.call$3(t8, t7.selectedColor, t8); + effectiveIconColor = t8; + } else + effectiveIconColor = t7; + if (effectiveIconColor == null) + effectiveIconColor = t3.call$4(defaults.get$iconColor(), defaults.get$selectedColor(), defaults.get$iconColor(), theme.disabledColor); + t6 = t3.call$3(_null, t6, _null); if (t6 == null) { - t6 = tileTheme.iconColor; - t6 = t2.call$3(t6, tileTheme.selectedColor, t6); + t6 = tileTheme.textColor; + t6 = t3.call$3(t6, tileTheme.selectedColor, t6); } if (t6 == null) { t6 = theme.listTileTheme; - t7 = t6.iconColor; - t7 = t2.call$3(t7, t6.selectedColor, t7); - effectiveIconColor = t7; + t7 = t6.textColor; + t7 = t3.call$3(t7, t6.selectedColor, t7); + effectiveColor = t7; } else - effectiveIconColor = t6; - if (effectiveIconColor == null) - effectiveIconColor = t2.call$4(defaults.get$iconColor(), defaults.get$selectedColor(), defaults.get$iconColor(), theme.disabledColor); - t5 = t2.call$3(_null, t5, _null); - if (t5 == null) { - t5 = tileTheme.textColor; - t5 = t2.call$3(t5, tileTheme.selectedColor, t5); - } - if (t5 == null) { - t5 = theme.listTileTheme; - t6 = t5.textColor; - t6 = t2.call$3(t6, t5.selectedColor, t6); effectiveColor = t6; - } else - effectiveColor = t5; if (effectiveColor == null) { - t5 = defaults.textColor; - effectiveColor = t2.call$4(t5, defaults.get$selectedColor(), t5, theme.disabledColor); + t6 = defaults.textColor; + effectiveColor = t3.call$4(t6, defaults.get$selectedColor(), t6, theme.disabledColor); } - t2 = A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, effectiveIconColor, _null, _null, _null, _null, _null, _null, _null); - t5 = _this.leading; - t6 = t5 == null; - if (!t6 || _this.trailing != null) { + t3 = A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, effectiveIconColor, _null, _null, _null, _null, _null, _null, _null); + t6 = _this.leading; + t7 = t6 == null; + if (!t7 || _this.trailing != null) { leadingAndTrailingStyle = tileTheme.leadingAndTrailingTextStyle; if (leadingAndTrailingStyle == null) { - t7 = defaults.get$leadingAndTrailingTextStyle(); - t7.toString; - leadingAndTrailingStyle = t7; + t8 = defaults.get$leadingAndTrailingTextStyle(); + t8.toString; + leadingAndTrailingStyle = t8; } leadingAndTrailingStyle = leadingAndTrailingStyle.copyWith$1$color(effectiveColor); } else leadingAndTrailingStyle = _null; - if (!t6) { + if (!t7) { leadingAndTrailingStyle.toString; - leadingIcon = A.AnimatedDefaultTextStyle$(t5, B.C__Linear, B.Duration_200000, true, leadingAndTrailingStyle); + leadingIcon = A.AnimatedDefaultTextStyle$(t6, B.C__Linear, B.Duration_200000, true, leadingAndTrailingStyle); } else leadingIcon = _null; titleStyle = tileTheme.titleTextStyle; if (titleStyle == null) { - t5 = defaults.get$titleTextStyle(); - t5.toString; - titleStyle = t5; + t6 = defaults.get$titleTextStyle(); + t6.toString; + titleStyle = t6; } titleStyle = titleStyle.copyWith$2$color$fontSize(effectiveColor, _this._isDenseLayout$2(theme, tileTheme) ? 13 : _null); - t5 = _this.title; - titleText = A.AnimatedDefaultTextStyle$(t5 == null ? B.SizedBox_null_null_null_null : t5, B.C__Linear, B.Duration_200000, true, titleStyle); - t5 = _this.subtitle; - if (t5 != null) { + t6 = _this.title; + titleText = A.AnimatedDefaultTextStyle$(t6 == null ? B.SizedBox_null_null_null_null : t6, B.C__Linear, B.Duration_200000, true, titleStyle); + t6 = _this.subtitle; + if (t6 != null) { subtitleStyle = tileTheme.subtitleTextStyle; - if (subtitleStyle == null) { - t6 = defaults.get$subtitleTextStyle(); - t6.toString; - subtitleStyle = t6; - } - if (effectiveColor == null) - subtitleColor = theme.textTheme.bodySmall.color; - else - subtitleColor = effectiveColor; - subtitleStyle = subtitleStyle.copyWith$2$color$fontSize(subtitleColor, _this._isDenseLayout$2(theme, tileTheme) ? 12 : _null); - subtitleText = A.AnimatedDefaultTextStyle$(t5, B.C__Linear, B.Duration_200000, true, subtitleStyle); + if (subtitleStyle == null) + subtitleStyle = defaults.get$subtitleTextStyle(); + subtitleStyle = subtitleStyle.copyWith$2$color$fontSize(effectiveColor, _this._isDenseLayout$2(theme, tileTheme) ? 12 : _null); + subtitleText = A.AnimatedDefaultTextStyle$(t6, B.C__Linear, B.Duration_200000, true, subtitleStyle); } else { subtitleStyle = _null; subtitleText = subtitleStyle; } - t5 = _this.trailing; - if (t5 != null) { + t6 = _this.trailing; + if (t6 != null) { leadingAndTrailingStyle.toString; - trailingIcon = A.AnimatedDefaultTextStyle$(t5, B.C__Linear, B.Duration_200000, true, leadingAndTrailingStyle); + trailingIcon = A.AnimatedDefaultTextStyle$(t6, B.C__Linear, B.Duration_200000, true, leadingAndTrailingStyle); } else trailingIcon = _null; - t5 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); - t5.toString; - textDirection = t5.textDirection; - t5 = _this.contentPadding; - if (t5 == null) - t5 = _null; - if (t5 == null) { - t5 = tileTheme.contentPadding; - t5 = t5 == null ? _null : t5.resolve$1(0, textDirection); - resolvedContentPadding = t5; + t6 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t6.toString; + textDirection = t6.textDirection; + t6 = _this.contentPadding; + if (t6 == null) + t6 = _null; + if (t6 == null) { + t6 = tileTheme.contentPadding; + t6 = t6 == null ? _null : t6.resolve$1(0, textDirection); + resolvedContentPadding = t6; } else - resolvedContentPadding = t5; + resolvedContentPadding = t6; if (resolvedContentPadding == null) resolvedContentPadding = defaults.contentPadding.resolve$1(0, textDirection); - t1 = A.LinkedHashSet_LinkedHashSet$_empty(t1); - if (t3) - t5 = _this.onTap == null && _this.onLongPress == null; + t2 = A.LinkedHashSet_LinkedHashSet$_empty(t2); + if (t4) + t6 = _this.onTap == null && _this.onLongPress == null; else - t5 = true; - if (t5) - t1.add$1(0, B.MaterialState_6); - t5 = A.MaterialStateProperty_resolveAs(_null, t1, type$.nullable_MouseCursor); - if (t5 == null) + t6 = true; + if (t6) + t2.add$1(0, B.MaterialState_6); + t6 = A.MaterialStateProperty_resolveAs(_null, t2, type$.nullable_MouseCursor); + if (t6 == null) effectiveMouseCursor = _null; else - effectiveMouseCursor = t5; + effectiveMouseCursor = t6; if (effectiveMouseCursor == null) - effectiveMouseCursor = B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, t1); + effectiveMouseCursor = B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, t2); + effectiveTitleAlignment = t1 ? B.ListTileTitleAlignment_0 : B.ListTileTitleAlignment_1; t1 = tileTheme.shape; - t5 = t3 ? _this.onTap : _null; - t6 = t3 ? _this.onLongPress : _null; + t2 = t4 ? _this.onTap : _null; + t6 = t4 ? _this.onLongPress : _null; t7 = t1 == null ? B.Border_bWW : t1; - if (t4) { + if (t5) { t8 = tileTheme.selectedTileColor; color = t8 == null ? theme.listTileTheme.selectedTileColor : t8; } else { @@ -234965,8 +240816,8 @@ t14 = defaults.minLeadingWidth; t14.toString; } - t7 = A.Ink$(A.SafeArea$(false, A.IconTheme_merge(A.IconButtonTheme$(new A._ListTile(leadingIcon, titleText, subtitleText, trailingIcon, _this.isThreeLine, t9, theme.visualDensity, textDirection, t10, t11, t12, t13, t14, B.ListTileTitleAlignment_1, _null), new A.IconButtonThemeData(t2)), new A.IconThemeData(_null, _null, _null, _null, _null, effectiveIconColor, _null, _null)), resolvedContentPadding, false), _null, new A.ShapeDecoration(t8, _null, _null, _null, t7), _null); - return A.InkWell$(false, _null, t3, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t7, _null), t1, true, _null, _this.focusNode, _null, _this.hoverColor, _null, effectiveMouseCursor, _null, _this.onFocusChange, _null, _null, t6, t5, _null, _null, _null, _null, _null, _null, _null); + t7 = A.Ink$(A.SafeArea$(false, A.IconTheme_merge(A.IconButtonTheme$(new A._ListTile(leadingIcon, titleText, subtitleText, trailingIcon, _this.isThreeLine, t9, theme.visualDensity, textDirection, t10, t11, t12, t13, t14, effectiveTitleAlignment, _null), new A.IconButtonThemeData(t3)), new A.IconThemeData(_null, _null, _null, _null, _null, effectiveIconColor, _null, _null)), resolvedContentPadding, false), _null, new A.ShapeDecoration(t8, _null, _null, _null, t7), _null); + return A.InkWell$(false, _null, t4, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t7, _null), t1, true, _null, _this.focusNode, _null, _this.hoverColor, _null, effectiveMouseCursor, _null, _this.onFocusChange, _null, _null, t6, t2, _null, _null, _null, _null, _null, _null, _null); } }; A.ListTile_build_resolveColor.prototype = { @@ -234976,7 +240827,7 @@ call$3(explicitColor, selectedColor, enabledColor) { return this.call$4(explicitColor, selectedColor, enabledColor, null); }, - $signature: 3041 + $signature: 976 }; A._IndividualOverrides.prototype = { resolve$1(_, states) { @@ -235385,13 +241236,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 667 + $signature: 805 }; A._RenderListTile_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A._LisTileDefaultsM2.prototype = { get$_list_tile$_theme() { @@ -235427,7 +241278,9 @@ } }, get$subtitleTextStyle() { - return this.get$_list_tile$_textTheme().bodyMedium; + var t1 = this.get$_list_tile$_textTheme().bodyMedium; + t1.toString; + return t1.copyWith$1$color(this.get$_list_tile$_textTheme().bodySmall.color); }, get$leadingAndTrailingTextStyle() { return this.get$_list_tile$_textTheme().bodyMedium; @@ -235444,6 +241297,71 @@ } } }; + A._LisTileDefaultsM3.prototype = { + get$_list_tile$_theme() { + var result, _this = this, + value = _this.___LisTileDefaultsM3__theme_FI; + if (value === $) { + result = A.Theme_of(_this.context); + _this.___LisTileDefaultsM3__theme_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___LisTileDefaultsM3__theme_FI = result; + value = result; + } + return value; + }, + get$_list_tile$_colors() { + var t1, _this = this, + value = _this.___LisTileDefaultsM3__colors_FI; + if (value === $) { + t1 = _this.get$_list_tile$_theme(); + _this.___LisTileDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___LisTileDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$_list_tile$_textTheme() { + var t1, _this = this, + value = _this.___LisTileDefaultsM3__textTheme_FI; + if (value === $) { + t1 = _this.get$_list_tile$_theme(); + _this.___LisTileDefaultsM3__textTheme_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___LisTileDefaultsM3__textTheme_FI = t1.textTheme; + } + return value; + }, + get$tileColor() { + return B.Color_0; + }, + get$titleTextStyle() { + var t1 = this.get$_list_tile$_textTheme().bodyLarge; + t1.toString; + return t1.copyWith$1$color(this.get$_list_tile$_colors().onSurface); + }, + get$subtitleTextStyle() { + var t2, t3, + t1 = this.get$_list_tile$_textTheme().bodyMedium; + t1.toString; + t2 = this.get$_list_tile$_colors(); + t3 = t2._onSurfaceVariant; + return t1.copyWith$1$color(t3 == null ? t2.onSurface : t3); + }, + get$leadingAndTrailingTextStyle() { + var t2, t3, + t1 = this.get$_list_tile$_textTheme().labelSmall; + t1.toString; + t2 = this.get$_list_tile$_colors(); + t3 = t2._onSurfaceVariant; + return t1.copyWith$1$color(t3 == null ? t2.onSurface : t3); + }, + get$selectedColor() { + return this.get$_list_tile$_colors().primary; + }, + get$iconColor() { + var t1 = this.get$_list_tile$_colors(), + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + } + }; A.__RenderListTile_RenderBox_SlottedContainerRenderObjectMixin.prototype = { attach$1(owner) { var t1, t2, _i; @@ -235544,8 +241462,21 @@ }, wrap$2(_, context, child) { var _null = null, - t1 = this._list_tile_theme$_data; - return A.ListTileTheme$(child, A.ListTileThemeData$(t1.contentPadding, t1.dense, t1.enableFeedback, t1.horizontalTitleGap, t1.iconColor, _null, t1.minLeadingWidth, t1.minVerticalPadding, _null, t1.selectedColor, t1.selectedTileColor, t1.shape, t1.style, _null, t1.textColor, t1.tileColor, _null, _null, _null), _null); + t1 = this._list_tile_theme$_data, + t2 = t1.dense, + t3 = t1.shape, + t4 = t1.style, + t5 = t1.selectedColor, + t6 = t1.iconColor, + t7 = t1.textColor, + t8 = t1.contentPadding, + t9 = t1.tileColor, + t10 = t1.selectedTileColor, + t11 = t1.enableFeedback, + t12 = t1.horizontalTitleGap, + t13 = t1.minVerticalPadding; + t1 = t1.minLeadingWidth; + return A.ListTileTheme$(child, A.ListTileThemeData$(t8, t2, t11, t12, t6, _null, t1, t13, _null, t5, t10, t3, t4, _null, t7, t9, _null, _null, _null), _null); }, updateShouldNotify$1(oldWidget) { return !this.get$data(this).$eq(0, oldWidget.get$data(oldWidget)); @@ -235553,10 +241484,20 @@ }; A.ListTileTheme_merge_closure.prototype = { call$1(context) { - var $parent = A.ListTileTheme_of(context); - return A.ListTileTheme$(this.child, A.ListTileThemeData$($parent.contentPadding, $parent.dense, $parent.enableFeedback, $parent.horizontalTitleGap, $parent.iconColor, $parent.leadingAndTrailingTextStyle, $parent.minLeadingWidth, $parent.minVerticalPadding, $parent.mouseCursor, $parent.selectedColor, $parent.selectedTileColor, $parent.shape, this.style, $parent.subtitleTextStyle, $parent.textColor, $parent.tileColor, $parent.titleAlignment, $parent.titleTextStyle, $parent.visualDensity), this.key); + var t2, t3, _this = this, + $parent = A.ListTileTheme_of(context), + t1 = _this.style; + if (t1 == null) + t1 = $parent.style; + t2 = _this.titleTextStyle; + if (t2 == null) + t2 = $parent.titleTextStyle; + t3 = _this.contentPadding; + if (t3 == null) + t3 = $parent.contentPadding; + return A.ListTileTheme$(_this.child, A.ListTileThemeData$(t3, $parent.dense, $parent.enableFeedback, $parent.horizontalTitleGap, $parent.iconColor, $parent.leadingAndTrailingTextStyle, $parent.minLeadingWidth, $parent.minVerticalPadding, $parent.mouseCursor, $parent.selectedColor, $parent.selectedTileColor, $parent.shape, t1, $parent.subtitleTextStyle, $parent.textColor, $parent.tileColor, $parent.titleAlignment, t2, $parent.visualDensity), _this.key); }, - $signature: 3039 + $signature: 977 }; A._ListTileThemeData_Object_Diagnosticable.prototype = {}; A.TextMagnifier.prototype = { @@ -235580,7 +241521,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 3037 + $signature: 1067 }; A._TextMagnifierState.prototype = { initState$0() { @@ -235611,8 +241552,9 @@ }, _determineMagnifierPositionAndFocalPoint$0() { var t3, t4, screenBoundsAdjustedMagnifierRect, t5, t6, newGlobalFocalPointX, positionShouldBeAnimated, _this = this, t1 = {}, - selectionInfo = _this._widget.magnifierInfo._change_notifier$_value, - t2 = _this._framework$_element; + t2 = _this._widget.magnifierInfo, + selectionInfo = t2.get$value(t2); + t2 = _this._framework$_element; t2.toString; t2 = A.InheritedModel_inheritFrom(t2, B._MediaQueryAspect_0, type$.MediaQuery).data.size; t3 = selectionInfo.globalGesturePosition; @@ -235670,7 +241612,7 @@ }; A.Magnifier.prototype = { build$1(context) { - return new A.RawMagnifier(new A.ColoredBox(B.Color_144613022, null, null), A.MagnifierDecoration$(1, B.List_gam, new A.RoundedRectangleBorder(B.BorderRadius_tLn4, B.BorderSide_8xm)), this.additionalFocalPointOffset.$add(0, new A.Offset(0, 40.95)), 1.25, B.Size_Q8J, null); + return new A.RawMagnifier(new A.ColoredBox(B.Color_144613022, null, null), A.MagnifierDecoration$(1, B.List_gam, new A.RoundedRectangleBorder(B.BorderRadius_tLn5, B.BorderSide_8xm)), this.additionalFocalPointOffset.$add(0, new A.Offset(0, 40.95)), 1.25, B.Size_Q8J, null); } }; A.MaterialType.prototype = { @@ -235704,13 +241646,21 @@ return color; }, build$1(context) { - var modelElevation, contents, t2, color, shape, t3, t4, _this = this, _null = null, + var t2, modelElevation, contents, color, shape, t3, t4, _this = this, _null = null, theme = A.Theme_of(context), backgroundColor = _this._getBackgroundColor$1(context), t1 = _this._widget, modelShadowColor = t1.shadowColor; if (modelShadowColor == null) - modelShadowColor = theme.shadowColor; + if (theme.useMaterial3) { + t2 = theme.colorScheme._shadow; + if (t2 == null) + t2 = B.Color_4278190080; + modelShadowColor = t2; + } else { + t2 = theme.shadowColor; + modelShadowColor = t2; + } modelElevation = t1.elevation; contents = t1.child; if (contents != null) { @@ -235726,9 +241676,15 @@ t2 = t1.type; contents = new A.NotificationListener(new A._MaterialState_build_closure(_this), new A._InkFeatures(backgroundColor, _this, t2 !== B.MaterialType_4, contents, _this._inkFeatureRenderer), _null, type$.NotificationListener_LayoutChangedNotification); if (t2 === B.MaterialType_0 && t1.shape == null && t1.borderRadius == null) { - A.Theme_of(context); - backgroundColor.toString; - color = A.ElevationOverlay_applyOverlay(context, backgroundColor, _this._widget.elevation); + t1 = A.Theme_of(context); + t2 = _this._widget; + if (t1.useMaterial3) { + backgroundColor.toString; + color = A.ElevationOverlay_applySurfaceTint(backgroundColor, t2.surfaceTintColor, t2.elevation); + } else { + backgroundColor.toString; + color = A.ElevationOverlay_applyOverlay(context, backgroundColor, t2.elevation); + } t1 = _this._widget; t2 = t1.animationDuration; return new A.AnimatedPhysicalModel(contents, B.BoxShape_0, t1.clipBehavior, modelElevation, color, false, modelShadowColor, B.Cubic_ifx, t2, _null, _null); @@ -235778,7 +241734,7 @@ t1.markNeedsPaint$0(); return false; }, - $signature: 3035 + $signature: 1068 }; A._RenderInkFeatures.prototype = { addInkFeature$1(feature) { @@ -235859,7 +241815,7 @@ _this._border = type$.nullable_ShapeBorderTween._as(visitor.call$3(_this._border, _this._widget.shape, new A._MaterialInteriorState_forEachTween_closure2())); }, build$1(context) { - var t2, t3, elevation, color, shadowColor, t4, _this = this, + var t2, t3, elevation, t4, color, shadowColor, _this = this, _null = null, t1 = _this._border; t1.toString; t2 = _this.get$_animation(); @@ -235869,12 +241825,25 @@ t1.toString; t3 = _this.get$_animation(); elevation = t1.transform$1(0, t3.get$value(t3)); - A.Theme_of(context); - color = A.ElevationOverlay_applyOverlay(context, _this._widget.color, elevation); + t1 = A.Theme_of(context); + t3 = _this._widget; + if (t1.useMaterial3) { + t1 = t3.color; + t3 = _this._surfaceTintColor; + if (t3 == null) + t3 = _null; + else { + t4 = _this.get$_animation(); + t4 = t3.transform$1(0, t4.get$value(t4)); + t3 = t4; + } + color = A.ElevationOverlay_applySurfaceTint(t1, t3, elevation); + } else + color = A.ElevationOverlay_applyOverlay(context, t3.color, elevation); _this._widget.toString; t1 = _this._shadowColor; if (t1 == null) - shadowColor = null; + shadowColor = _null; else { t3 = _this.get$_animation(); t3 = t1.transform$1(0, t3.get$value(t3)); @@ -235885,32 +241854,32 @@ t1 = A.Directionality_maybeOf(context); t3 = _this._widget; t4 = t3.clipBehavior; - return A.PhysicalShape$(new A._ShapeBorderPaint(t3.child, t2, true, null), t4, new A.ShapeBorderClipper(t2, t1, null), color, elevation, shadowColor); + return A.PhysicalShape$(new A._ShapeBorderPaint(t3.child, t2, true, _null), t4, new A.ShapeBorderClipper(t2, t1, _null), color, elevation, shadowColor); } }; A._MaterialInteriorState_forEachTween_closure.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 171 + $signature: 181 }; A._MaterialInteriorState_forEachTween_closure0.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 382 + $signature: 368 }; A._MaterialInteriorState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 382 + $signature: 368 }; A._MaterialInteriorState_forEachTween_closure2.prototype = { call$1(value) { return new A.ShapeBorderTween(type$.ShapeBorder._as(value), null); }, - $signature: 3032 + $signature: 1071 }; A._ShapeBorderPaint.prototype = { build$1(context) { @@ -236211,6 +242180,12 @@ get$selectAllButtonLabel() { return "Select all"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$anteMeridiemAbbreviation() { return "AM"; }, @@ -236226,6 +242201,9 @@ get$modalBarrierDismissLabel() { return "Dismiss"; }, + get$menuDismissLabel() { + return "Dismiss menu"; + }, get$scriptCategory() { return B.ScriptCategory_0; }, @@ -236959,13 +242937,13 @@ call$1(child) { return child.key; }, - $signature: 686 + $signature: 804 }; A._MergeableMaterialState_didUpdateWidget_closure0.prototype = { call$1(child) { return child.key; }, - $signature: 686 + $signature: 804 }; A._MergeableMaterialSliceKey.prototype = { $eq(_, other) { @@ -237021,7 +242999,7 @@ t8 = context.get$canvas(context); if (_this._mergeable_material$_elevation !== 0) { t9 = $.$get$_renderer().createPath$0(); - t9.addRRect$1(B.BorderRadius_tLn6.toRRect$1(new A.Rect(t6, t5, t6 + t7._dx, t5 + t7._dy))); + t9.addRRect$1(B.BorderRadius_tLn7.toRRect$1(new A.Rect(t6, t5, t6 + t7._dx, t5 + t7._dy))); t8.drawShadow$4(t9, B.Color_4278190080, _this._mergeable_material$_elevation, true); } } @@ -237108,16 +243086,20 @@ }; A.OutlinedButton.prototype = { defaultStyleOf$1(context) { - var t1, t2, t3, + var t1, t2, t3, _null = null, theme = A.Theme_of(context), colorScheme = theme.colorScheme; - A.Theme_of(context); - t1 = colorScheme.onSurface.value; - t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); - t2 = A._scaledPadding1(context); - t3 = A.Theme_of(context).colorScheme.onSurface.value; - t3 = A.OutlinedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.Color_0, t1, B.SystemMouseCursor_basic, 0, true, B.SystemMouseCursor_click, colorScheme.primary, B.Size_wjo, B.Size_64_36, null, t2, null, theme.shadowColor, B.RoundedRectangleBorder_27D1, new A.BorderSide(A.Color$fromARGB(31, t3 >>> 16 & 255, t3 >>> 8 & 255, t3 & 255), 1, B.BorderStyle_1, -1), B.C__InkRippleFactory, theme.materialTapTargetSize, theme.textTheme.labelLarge, theme.visualDensity); - return t3; + if (A.Theme_of(context).useMaterial3) + t1 = new A._OutlinedButtonDefaultsM3(context, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.Duration_200000, true, B.Alignment_0_0, _null); + else { + t1 = colorScheme.onSurface.value; + t1 = A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + t2 = A._scaledPadding1(context); + t3 = A.Theme_of(context).colorScheme.onSurface.value; + t3 = A.OutlinedButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.Color_0, t1, B.SystemMouseCursor_basic, 0, true, B.SystemMouseCursor_click, colorScheme.primary, B.Size_wjo, B.Size_64_36, t2, theme.shadowColor, B.RoundedRectangleBorder_27D4, new A.BorderSide(A.Color$fromARGB(31, t3 >>> 16 & 255, t3 >>> 8 & 255, t3 & 255), 1, B.BorderStyle_1, -1), B.C__InkRippleFactory, theme.materialTapTargetSize, theme.textTheme.labelLarge, theme.visualDensity); + t1 = t3; + } + return t1; }, themeStyleOf$1(context) { var t1; @@ -237158,6 +243140,117 @@ return this.enabledCursor; } }; + A._OutlinedButtonDefaultsM3.prototype = { + get$_outlined_button$_colors() { + var t1, _this = this, + value = _this.___OutlinedButtonDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___OutlinedButtonDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___OutlinedButtonDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$textStyle() { + return new A.MaterialStatePropertyAll(A.Theme_of(this.context).textTheme.labelLarge, type$.MaterialStatePropertyAll_nullable_TextStyle); + }, + get$backgroundColor(_) { + return B.MaterialStatePropertyAll_Color_0; + }, + get$foregroundColor() { + return new A._MaterialStatePropertyWith(new A._OutlinedButtonDefaultsM3_foregroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._OutlinedButtonDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$shadowColor(_) { + return B.MaterialStatePropertyAll_Color_0; + }, + get$surfaceTintColor() { + return B.MaterialStatePropertyAll_Color_0; + }, + get$elevation(_) { + return B.MaterialStatePropertyAll_0; + }, + get$padding(_) { + return new A.MaterialStatePropertyAll(A._scaledPadding1(this.context), type$.MaterialStatePropertyAll_EdgeInsetsGeometry); + }, + get$minimumSize() { + return B.MaterialStatePropertyAll_Size_64_40; + }, + get$maximumSize() { + return B.MaterialStatePropertyAll_sty; + }, + get$side() { + return new A._MaterialStatePropertyWith(new A._OutlinedButtonDefaultsM3_side_closure(this), type$._MaterialStatePropertyWith_BorderSide); + }, + get$shape(_) { + return B.MaterialStatePropertyAll_WV2; + }, + get$mouseCursor() { + return new A._MaterialStatePropertyWith(new A._OutlinedButtonDefaultsM3_mouseCursor_closure(), type$._MaterialStatePropertyWith_nullable_MouseCursor); + }, + get$visualDensity() { + return A.Theme_of(this.context).visualDensity; + }, + get$tapTargetSize() { + return A.Theme_of(this.context).materialTapTargetSize; + }, + get$splashFactory() { + return A.Theme_of(this.context).splashFactory; + } + }; + A._OutlinedButtonDefaultsM3_foregroundColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_outlined_button$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return this.$this.get$_outlined_button$_colors().primary; + }, + $signature: 25 + }; + A._OutlinedButtonDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_2)) { + t1 = this.$this.get$_outlined_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = this.$this.get$_outlined_button$_colors().primary; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = this.$this.get$_outlined_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return null; + }, + $signature: 85 + }; + A._OutlinedButtonDefaultsM3_side_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_outlined_button$_colors().onSurface.value; + return new A.BorderSide(A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), 1, B.BorderStyle_1, -1); + } + t1 = this.$this.get$_outlined_button$_colors(); + t2 = t1._outline; + return new A.BorderSide(t2 == null ? t1.onBackground : t2, 1, B.BorderStyle_1, -1); + }, + $signature: 302 + }; + A._OutlinedButtonDefaultsM3_mouseCursor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_6)) + return B.SystemMouseCursor_basic; + return B.SystemMouseCursor_click; + }, + $signature: 235 + }; A.__OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__OutlinedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -237205,7 +243298,7 @@ buildPage$3(context, animation, secondaryAnimation) { var _null = null, t1 = this.builder.call$1(context); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, t1, _null); }, buildTransitions$4(context, animation, secondaryAnimation, child) { var matchingBuilder, @@ -237237,7 +243330,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 692 + $signature: 803 }; A._ZoomPageTransition_build_closure0.prototype = { call$3(context, animation, child) { @@ -237245,7 +243338,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 696 + $signature: 802 }; A._ZoomPageTransition_build_closure1.prototype = { call$3(context, animation, child) { @@ -237253,7 +243346,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 692 + $signature: 803 }; A._ZoomPageTransition_build_closure2.prototype = { call$3(context, animation, child) { @@ -237261,7 +243354,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 696 + $signature: 802 }; A._ZoomEnterTransition.prototype = { createState$0() { @@ -237437,7 +243530,7 @@ t1 = other instanceof A.PageTransitionsTheme; if (t1 && _this._builders === other._builders) return true; - return t1 && A.listEquals0(_this._all$1(other._builders), _this._all$1(_this._builders)); + return t1 && A.listEquals(_this._all$1(other._builders), _this._all$1(_this._builders)); }, get$hashCode(_) { return A.Object_hashAll(this._all$1(this._builders)); @@ -237447,7 +243540,7 @@ call$1(platform) { return this.builders.$index(0, platform); }, - $signature: 3029 + $signature: 1102 }; A._ZoomTransitionBase.prototype = { onAnimationValueChange$0() { @@ -237576,7 +243669,7 @@ t1 = t1.fade; t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, B.JSNumber_methods.round$0(t1.get$value(t1) * 255), this.painter, t2._layer)); }, - $signature: 91 + $signature: 90 }; A._ZoomExitTransitionPainter.prototype = { _onStatusChange$1(_) { @@ -237636,7 +243729,7 @@ t1 = t1.fade; t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, B.JSNumber_methods.round$0(t1.get$value(t1) * 255), this.painter, t2._layer)); }, - $signature: 91 + $signature: 90 }; A._PageTransitionsTheme_Object_Diagnosticable.prototype = {}; A.__ZoomEnterTransitionState_State__ZoomTransitionBase.prototype = { @@ -237729,35 +243822,55 @@ this._widget.toString; }, build$1(context) { - var popupMenuTheme, defaults, t1, style, item, _null = null; - A.Theme_of(context); - popupMenuTheme = A.PopupMenuTheme_of(context); - defaults = A._PopupMenuDefaultsM2$(context); + var t3, style, item, _null = null, + theme = A.Theme_of(context), + popupMenuTheme = A.PopupMenuTheme_of(context), + t1 = theme.useMaterial3, + defaults = t1 ? A._PopupMenuDefaultsM3$(context) : A._PopupMenuDefaultsM2$(context), + t2 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); this._widget.toString; - t1 = popupMenuTheme.textStyle; - if (t1 == null) { - t1 = defaults.get$textStyle(); - t1.toString; - style = t1; - } else - style = t1; - t1 = this._widget; - item = A.AnimatedDefaultTextStyle$(A.Container$(B.AlignmentDirectional_m1_0, t1.child, B.Clip_0, _null, new A.BoxConstraints(0, 1 / 0, 48, 1 / 0), _null, _null, _null, _null, _null, B.EdgeInsets_16_0_16_0, _null, _null, _null), B.C__Linear, B.Duration_200000, true, style); - t1 = A.InkWell$(false, _null, true, item, _null, true, _null, _null, _null, _null, _null, new A._EffectiveMouseCursor0(_null, popupMenuTheme.mouseCursor), _null, _null, _null, _null, _null, this.get$handleTap(), _null, _null, _null, _null, _null, _null, _null); - return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null), _null); + if (t1) { + t3 = popupMenuTheme.labelTextStyle; + if (t3 == null) + t3 = _null; + else { + t3 = t3.resolve$1(0, t2); + t3.toString; + } + if (t3 == null) { + t2 = defaults.get$labelTextStyle().resolve$1(0, t2); + t2.toString; + style = t2; + } else + style = t3; + } else { + t2 = popupMenuTheme.textStyle; + if (t2 == null) { + t2 = defaults.get$textStyle(); + t2.toString; + style = t2; + } else + style = t2; + } + t2 = this._widget; + t2.toString; + t1 = t1 ? B.EdgeInsets_12_0_12_0 : B.EdgeInsets_16_0_16_0; + item = A.AnimatedDefaultTextStyle$(A.Container$(B.AlignmentDirectional_m1_0, t2.child, B.Clip_0, _null, new A.BoxConstraints(0, 1 / 0, 48, 1 / 0), _null, _null, _null, _null, _null, t1, _null, _null, _null), B.C__Linear, B.Duration_200000, true, style); + t1 = A.InkWell$(false, _null, true, A.ListTileTheme_merge(item, B.EdgeInsets_0_0_0_0, _null, style), _null, true, _null, _null, _null, _null, _null, new A._EffectiveMouseCursor0(_null, popupMenuTheme.mouseCursor), _null, _null, _null, _null, _null, this.get$handleTap(), _null, _null, _null, _null, _null, _null, _null); + return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null), _null); } }; A._PopupMenu.prototype = { build$1(context) { - var popupMenuTheme, defaults, t4, t5, t6, i, i0, start, end, t7, opacity, item, _this = this, _null = null, + var t4, t5, t6, i, i0, start, end, t7, opacity, item, _this = this, _null = null, t1 = _this.route, t2 = t1.items, t3 = J.getInterceptor$asx(t2), unit = 1 / (t3.get$length(t2) + 1.5), - children = A._setArrayType([], type$.JSArray_Widget); - A.Theme_of(context); - popupMenuTheme = A.PopupMenuTheme_of(context); - defaults = A._PopupMenuDefaultsM2$(context); + children = A._setArrayType([], type$.JSArray_Widget), + theme = A.Theme_of(context), + popupMenuTheme = A.PopupMenuTheme_of(context), + defaults = theme.useMaterial3 ? A._PopupMenuDefaultsM3$(context) : A._PopupMenuDefaultsM2$(context); for (t4 = t1.initialValue, t5 = t4 != null, t6 = 1.5 * unit, i = 0; i < t3.get$length(t2); i = i0) { i0 = i + 1; start = i0 * unit; @@ -237776,7 +243889,7 @@ } t2 = t3.get$length(t2); t3 = A.SingleChildScrollView$(A.ListBody$(children, B.Axis_1), _null, B.DragStartBehavior_1, _null, B.EdgeInsets_0_8_0_8, _null, _null, _null, false, B.Axis_1); - t3 = A.IntrinsicWidth$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticLabel, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, t3, _null), 56); + t3 = A.IntrinsicWidth$(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticLabel, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, t3, _null), 56); t1 = t1._animationProxy; t1.toString; return A.AnimatedBuilder$(t1, new A._PopupMenu_build_closure0(_this, new A.CurveTween(B.Interval_75R5), popupMenuTheme, defaults, new A.CurveTween(new A.Interval(0, unit, B.C__Linear)), new A.CurveTween(new A.Interval(0, unit * t2, B.C__Linear))), new A.ConstrainedBox(B.BoxConstraints_EcO, t3, _null)); @@ -237786,7 +243899,7 @@ call$1(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 551 + $signature: 490 }; A._PopupMenu_build_closure0.prototype = { call$2(context, child) { @@ -237834,7 +243947,7 @@ t3 = t3._animationProxy; return new A.FadeTransition(new A._AnimatedEvaluation(t4, t1, A._instanceType(t1)._eval$1("_AnimatedEvaluation")), false, A.Material$(B.Duration_200000, true, _null, new A.Align(B.AlignmentDirectional_1_m1, t10, _this.height.transform$1(0, t3.get$value(t3)), child, _null), t2.clipBehavior, t6, t7, _null, t8, t5, t9, _null, B.MaterialType_1), _null); }, - $signature: 3026 + $signature: 1104 }; A._PopupMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -237913,7 +244026,7 @@ }, shouldRelayout$1(oldDelegate) { var _this = this; - return !_this.position.$eq(0, oldDelegate.position) || _this.selectedItemIndex != oldDelegate.selectedItemIndex || _this.textDirection !== oldDelegate.textDirection || !A.listEquals0(_this.itemSizes, oldDelegate.itemSizes) || !_this.padding.$eq(0, oldDelegate.padding) || !A.setEquals(_this.avoidBounds, oldDelegate.avoidBounds); + return !_this.position.$eq(0, oldDelegate.position) || _this.selectedItemIndex != oldDelegate.selectedItemIndex || _this.textDirection !== oldDelegate.textDirection || !A.listEquals(_this.itemSizes, oldDelegate.itemSizes) || !_this.padding.$eq(0, oldDelegate.padding) || !A.setEquals(_this.avoidBounds, oldDelegate.avoidBounds); } }; A._PopupMenuRoute.prototype = { @@ -237962,7 +244075,7 @@ t5 = A.DisplayFeatureSubScreen_avoidBounds(t4); return new A.CustomSingleChildLayout(new A._PopupMenuRouteLayout(t1.position, t1.itemSizes, t2, t3.textDirection, t4.padding, A.LinkedHashSet_LinkedHashSet$of(t5, t5.$ti._eval$1("Iterable.E"))), new A._CaptureAll(t1.capturedThemes._themes, _this.menu, null), null); }, - $signature: 635 + $signature: 809 }; A.PopupMenuButton.prototype = { createState$0() { @@ -238023,7 +244136,7 @@ var mode, t1 = this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_15); + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_17); mode = t1 == null ? null : t1.navigationMode; switch ((mode == null ? B.NavigationMode_0 : mode).index) { case 0: @@ -238034,7 +244147,8 @@ }, build$1(context) { var t1, t2, t3, t4, t5, _this = this, _null = null, - iconTheme = A.IconTheme_of(context); + iconTheme = A.IconTheme_of(context), + popupMenuTheme = A.PopupMenuTheme_of(context); _this._widget.toString; A.PopupMenuTheme_of(context); t1 = _this._widget; @@ -238052,17 +244166,19 @@ if (t2 == null) t2 = A.Icon$(!A.PlatformAdaptiveIcons__isCupertino() ? B.IconData_58372_MaterialIcons_null_false : B.IconData_58370_MaterialIcons_null_false, _null, _null, _null); t3 = t1.padding; - t4 = t1.color; + t4 = popupMenuTheme.iconSize; if (t4 == null) - t4 = iconTheme.color; + t4 = iconTheme.size; + t5 = popupMenuTheme.iconColor; + if (t5 == null) + t5 = iconTheme.color; t1 = t1.tooltip; if (t1 == null) { t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; t1 = t1.get$showMenuTooltip(); } - t5 = _this._widget.enabled ? _this.get$showButtonMenu() : _null; - return A.IconButton$(_null, t4, _null, true, t2, iconTheme.size, t5, t3, _null, _null, t1, _null); + return A.IconButton$(_null, t5, _null, true, t2, t4, _this._widget.enabled ? _this.get$showButtonMenu() : _null, t3, _null, _null, t1, _null); } }; A.PopupMenuButtonState_showButtonMenu_closure.prototype = { @@ -238109,45 +244225,81 @@ return value.titleMedium; } }; + A._PopupMenuDefaultsM3.prototype = { + get$_popup_menu$_theme() { + var result, _this = this, + value = _this.___PopupMenuDefaultsM3__theme_FI; + if (value === $) { + result = A.Theme_of(_this.context); + _this.___PopupMenuDefaultsM3__theme_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___PopupMenuDefaultsM3__theme_FI = result; + value = result; + } + return value; + }, + get$_popup_menu$_colors() { + var t1, _this = this, + value = _this.___PopupMenuDefaultsM3__colors_FI; + if (value === $) { + t1 = _this.get$_popup_menu$_theme(); + _this.___PopupMenuDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___PopupMenuDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$labelTextStyle() { + return new A._MaterialStatePropertyWith(new A._PopupMenuDefaultsM3_labelTextStyle_closure(this), type$._MaterialStatePropertyWith_nullable_TextStyle); + }, + get$color(_) { + return this.get$_popup_menu$_colors().surface; + }, + get$shadowColor(_) { + var t1 = this.get$_popup_menu$_colors()._shadow; + return t1 == null ? B.Color_4278190080 : t1; + }, + get$surfaceTintColor() { + var t1 = this.get$_popup_menu$_colors(), + t2 = t1._surfaceTint; + return t2 == null ? t1.primary : t2; + }, + get$shape(_) { + return B.RoundedRectangleBorder_27D4; + } + }; + A._PopupMenuDefaultsM3_labelTextStyle_closure.prototype = { + call$1(states) { + var t2, + t1 = this.$this, + value = t1.___PopupMenuDefaultsM3__textTheme_FI; + if (value === $) { + t2 = t1.get$_popup_menu$_theme(); + t1.___PopupMenuDefaultsM3__textTheme_FI !== $ && A.throwUnnamedLateFieldADI(); + value = t1.___PopupMenuDefaultsM3__textTheme_FI = t2.textTheme; + } + t2 = value.labelLarge; + t2.toString; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = t1.get$_popup_menu$_colors().onSurface.value; + return t2.apply$1$color(A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255)); + } + return t2.apply$1$color(t1.get$_popup_menu$_colors().onSurface); + }, + $signature: 122 + }; A.PopupMenuThemeData.prototype = { get$hashCode(_) { var _this = this; - return A.Object_hash(_this.get$color(_this), _this.get$shape(_this), _this.elevation, _this.get$shadowColor(_this), _this.get$surfaceTintColor(), _this.get$textStyle(), _this.get$labelTextStyle(), _this.enableFeedback, _this.mouseCursor, _this.position, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + return A.Object_hash(_this.get$color(_this), _this.get$shape(_this), _this.elevation, _this.get$shadowColor(_this), _this.get$surfaceTintColor(), _this.get$textStyle(), _this.get$labelTextStyle(), _this.enableFeedback, _this.mouseCursor, _this.position, _this.iconColor, _this.iconSize, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { - var t1, _this = this; + var _this = this; if (other == null) return false; if (_this === other) return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - if (other instanceof A.PopupMenuThemeData) - if (J.$eq$(other.get$color(other), _this.get$color(_this))) - if (J.$eq$(other.get$shape(other), _this.get$shape(_this))) - if (other.elevation == _this.elevation) - if (J.$eq$(other.get$shadowColor(other), _this.get$shadowColor(_this))) - if (J.$eq$(other.get$surfaceTintColor(), _this.get$surfaceTintColor())) - if (J.$eq$(other.get$textStyle(), _this.get$textStyle())) - if (other.get$labelTextStyle() == _this.get$labelTextStyle()) - t1 = true; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.PopupMenuThemeData && J.$eq$(other.get$color(other), _this.get$color(_this)) && J.$eq$(other.get$shape(other), _this.get$shape(_this)) && other.elevation == _this.elevation && J.$eq$(other.get$shadowColor(other), _this.get$shadowColor(_this)) && J.$eq$(other.get$surfaceTintColor(), _this.get$surfaceTintColor()) && J.$eq$(other.get$textStyle(), _this.get$textStyle()) && other.get$labelTextStyle() == _this.get$labelTextStyle() && J.$eq$(other.iconColor, _this.iconColor) && other.iconSize == _this.iconSize; }, get$color(receiver) { return this.color; @@ -238195,7 +244347,7 @@ t1 = this.value; if (t1 != null) expandedSemanticsValue = "" + B.JSNumber_methods.round$0(t1 * 100) + "%"; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.semanticsLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, expandedSemanticsValue), false, false, false, false, child, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.semanticsLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, expandedSemanticsValue), false, false, false, false, child, _null); }, get$value(receiver) { return this.value; @@ -238256,7 +244408,7 @@ else t2.drawRect$2(rect, t3); }, - $signature: 3024 + $signature: 1105 }; A.LinearProgressIndicator.prototype = { createState$0() { @@ -238309,11 +244461,10 @@ this.super$__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin$dispose(); }, _buildIndicator$3(context, animationValue, textDirection) { - var defaults, indicatorTheme, t1, trackColor, minHeight, t2, t3, _this = this, _null = null; - A.Theme_of(context); - defaults = new A._LinearProgressIndicatorDefaultsM2(context, _null, _null, _null, _null, _null); - indicatorTheme = A.ProgressIndicatorTheme_of(context); - t1 = _this._widget; + var trackColor, minHeight, t2, t3, _this = this, _null = null, + defaults = A.Theme_of(context).useMaterial3 ? new A._LinearProgressIndicatorDefaultsM3(context, _null, _null, _null, _null, _null) : new A._LinearProgressIndicatorDefaultsM2(context, _null, _null, _null, _null, _null), + indicatorTheme = A.ProgressIndicatorTheme_of(context), + t1 = _this._widget; t1.toString; t1 = t1.backgroundColor; trackColor = t1 == null ? indicatorTheme.linearTrackColor : t1; @@ -238356,7 +244507,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t1._buildIndicator$3(context, t2, this.textDirection); }, - $signature: 202 + $signature: 225 }; A._CircularProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -238403,30 +244554,28 @@ }; A._CircularProgressIndicatorState.prototype = { initState$0() { - var t1, _this = this; + var _this = this; _this.super$State$initState(); - t1 = A.AnimationController$(null, B.Duration_2961926000, null, 1, null, _this); - _this.___CircularProgressIndicatorState__controller_A = t1; - if (_this._widget.value == null) - t1.repeat$0(0); + _this.___CircularProgressIndicatorState__controller_A = A.AnimationController$(null, B.Duration_2961926000, null, 1, null, _this); + if (_this.get$widget().value == null) + _this.___CircularProgressIndicatorState__controller_A.repeat$0(0); }, didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this; + var t1, _this = this; _this.super$State$didUpdateWidget(oldWidget); - t1 = _this._widget.value == null; - if (t1) { - t2 = _this.___CircularProgressIndicatorState__controller_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t2._ticker; - t2 = !(t2 != null && t2._ticker$_future != null); + if (_this.get$widget().value == null) { + t1 = _this.___CircularProgressIndicatorState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._ticker; + t1 = !(t1 != null && t1._ticker$_future != null); } else - t2 = false; - if (t2) { + t1 = false; + if (t1) { t1 = _this.___CircularProgressIndicatorState__controller_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.repeat$0(0); } else { - if (!t1) { + if (_this.get$widget().value != null) { t1 = _this.___CircularProgressIndicatorState__controller_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1 = t1._ticker; @@ -238447,19 +244596,16 @@ this.super$__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin$dispose(); }, _buildMaterialIndicator$5(context, headValue, tailValue, offsetValue, rotationValue) { - var defaults, t1, t2, t3, t4, t5, t6, _null = null; - A.Theme_of(context); - defaults = new A._CircularProgressIndicatorDefaultsM2(context, _null, _null, _null, _null, _null); - t1 = this._widget; + var t2, t3, t4, t5, _this = this, _null = null, + defaults = A.Theme_of(context).useMaterial3 ? new A._CircularProgressIndicatorDefaultsM3(context, _null, _null, _null, _null, _null) : new A._CircularProgressIndicatorDefaultsM2(context, _null, _null, _null, _null, _null), + t1 = _this.get$widget(); t1.get$backgroundColor(t1); t1 = A.ProgressIndicatorTheme_of(context); - t2 = this._widget; - t2.toString; - t3 = t2._getValueColor$2$defaultColor(context, defaults.get$color(defaults)); - t4 = this._widget; - t5 = t4.value; - t6 = t4.strokeWidth; - return t2._buildSemanticsWrapper$2$child$context(A.Container$(_null, A.CustomPaint$(_null, _null, _null, A._CircularProgressIndicatorPainter$(t1.circularTrackColor, headValue, offsetValue, rotationValue, t4.strokeAlign, t4.strokeCap, t6, tailValue, t5, t3), B.Size_0_0), B.Clip_0, _null, B.BoxConstraints_mlX1, _null, _null, _null, _null, _null, _null, _null, _null, _null), context); + t2 = _this.get$widget(); + t3 = _this.get$widget()._getValueColor$2$defaultColor(context, defaults.get$color(defaults)); + t4 = _this.get$widget(); + t5 = _this.get$widget(); + return t2._buildSemanticsWrapper$2$child$context(A.Container$(_null, A.CustomPaint$(_null, _null, _null, A._CircularProgressIndicatorPainter$(t1.circularTrackColor, headValue, offsetValue, rotationValue, _this.get$widget().strokeAlign, _this.get$widget().strokeCap, t5.strokeWidth, tailValue, t4.value, t3), B.Size_0_0), B.Clip_0, _null, B.BoxConstraints_mlX1, _null, _null, _null, _null, _null, _null, _null, _null, _null), context); }, _buildAnimation$0() { var t1 = this.___CircularProgressIndicatorState__controller_A; @@ -238467,13 +244613,13 @@ return A.AnimatedBuilder$(t1, new A._CircularProgressIndicatorState__buildAnimation_closure(this), null); }, build$1(context) { - var t1 = this._widget; - t1.toString; + var _this = this; + _this.get$widget(); switch (0) { case 0: - if (t1.value != null) - return this._buildMaterialIndicator$5(context, 0, 0, 0, 0); - return this._buildAnimation$0(); + if (_this.get$widget().value != null) + return _this._buildMaterialIndicator$5(context, 0, 0, 0, 0); + return _this._buildAnimation$0(); } } }; @@ -238495,7 +244641,7 @@ t6 = t1.___CircularProgressIndicatorState__controller_A; return t1._buildMaterialIndicator$5(context, t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 202 + $signature: 225 }; A._RefreshProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -238534,9 +244680,12 @@ } }; A._RefreshProgressIndicatorState.prototype = { + get$widget() { + return type$.RefreshProgressIndicator._as(A.State.prototype.get$widget.call(this)); + }, build$1(context) { var t1, value0, _this = this, - value = _this._widget.value; + value = type$.RefreshProgressIndicator._as(A.State.prototype.get$widget.call(_this)).value; if (value != null) { _this._progress_indicator$_lastValue = value; t1 = _this.___CircularProgressIndicatorState__controller_A; @@ -238556,44 +244705,48 @@ return A.AnimatedBuilder$(t1, new A._RefreshProgressIndicatorState__buildAnimation_closure(this), null); }, _buildMaterialIndicator$5(context, headValue, tailValue, offsetValue, rotationValue) { - var rotation, value0, t2, t3, result, valueColor, backgroundColor, t4, t5, t6, t7, _this = this, _null = null, - value = _this._widget.value, - t1 = value == null, - arrowheadScale = t1 ? 0 : B.Interval_75R7.transform$1(0, value); - if (t1 && _this._progress_indicator$_lastValue == null) + var rotation, value0, t3, t4, result, valueColor, backgroundColor, t5, t6, t7, _this = this, _null = null, + t1 = type$.RefreshProgressIndicator, + value = t1._as(A.State.prototype.get$widget.call(_this)).value, + t2 = value == null, + arrowheadScale = t2 ? 0 : B.Interval_75R7.transform$1(0, value); + if (t2 && _this._progress_indicator$_lastValue == null) rotation = 0; else { value0 = _this.___RefreshProgressIndicatorState__additionalRotationTween_FI; if (value0 === $) { - t2 = type$.Tween_double; - t3 = type$.TweenSequenceItem_double; - result = A.TweenSequence$(A._setArrayType([new A.TweenSequenceItem(new A.Tween(-0.1, -0.2, t2), 0.33, t3), new A.TweenSequenceItem(new A.Tween(-0.2, 1.35, t2), 0.6699999999999999, t3)], type$.JSArray_TweenSequenceItem_double), type$.double); + t3 = type$.Tween_double; + t4 = type$.TweenSequenceItem_double; + result = A.TweenSequence$(A._setArrayType([new A.TweenSequenceItem(new A.Tween(-0.1, -0.2, t3), 0.33, t4), new A.TweenSequenceItem(new A.Tween(-0.2, 1.35, t3), 0.6699999999999999, t4)], type$.JSArray_TweenSequenceItem_double), type$.double); _this.___RefreshProgressIndicatorState__additionalRotationTween_FI !== $ && A.throwUnnamedLateFieldADI(); _this.___RefreshProgressIndicatorState__additionalRotationTween_FI = result; value0 = result; } - if (t1) { - t1 = _this._progress_indicator$_lastValue; - t1.toString; + if (t2) { + t2 = _this._progress_indicator$_lastValue; + t2.toString; } else - t1 = value; - rotation = 3.141592653589793 * value0.transform$1(0, t1); + t2 = value; + rotation = 3.141592653589793 * value0.transform$1(0, t2); } - valueColor = _this._widget._getValueColor$1(context); - t1 = valueColor.get$value(valueColor); + valueColor = t1._as(A.State.prototype.get$widget.call(_this))._getValueColor$1(context); + t2 = valueColor.get$value(valueColor); valueColor = A.Color$fromARGB(255, valueColor.get$value(valueColor) >>> 16 & 255, valueColor.get$value(valueColor) >>> 8 & 255, valueColor.get$value(valueColor) & 255); - t2 = _this._widget; - t2.get$backgroundColor(t2); + t3 = t1._as(A.State.prototype.get$widget.call(_this)); + A.CircularProgressIndicator.prototype.get$backgroundColor.call(t3, t3); backgroundColor = A.ProgressIndicatorTheme_of(context).refreshBackgroundColor; if (backgroundColor == null) backgroundColor = A.Theme_of(context).canvasColor; - t2 = _this._widget; - t3 = t2.strokeWidth; - t4 = t2.strokeAlign; - t5 = t2.strokeCap; + t3 = t1._as(A.State.prototype.get$widget.call(_this)); + t1._as(A.State.prototype.get$widget.call(_this)); + t1._as(A.State.prototype.get$widget.call(_this)); + t1._as(A.State.prototype.get$widget.call(_this)); + t4 = t1._as(A.State.prototype.get$widget.call(_this)); + t5 = t1._as(A.State.prototype.get$widget.call(_this)); + t1 = t1._as(A.State.prototype.get$widget.call(_this)); t6 = tailValue * 3 / 2 * 3.141592653589793; t7 = Math.max(headValue * 3 / 2 * 3.141592653589793 - t6, 0.001); - return t2._buildSemanticsWrapper$2$child$context(A.Container$(_null, A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_12_12_12_12, A.Opacity$(A.Transform$rotate(B.Alignment_0_0, rotation, A.CustomPaint$(_null, _null, _null, new A._RefreshProgressIndicatorPainter(arrowheadScale, _null, valueColor, _null, headValue, tailValue, offsetValue, rotationValue, t3, t4, -1.5707963267948966 + t6 + rotationValue * 3.141592653589793 * 2 + offsetValue * 0.5 * 3.141592653589793, t7, t5, _null), B.Size_0_0), _null), (t1 >>> 24 & 255) / 255), _null), B.Clip_0, backgroundColor, 2, _null, _null, _null, _null, _null, B.MaterialType_2), B.Clip_0, _null, _null, _null, _null, 41, _null, B.EdgeInsets_4_4_4_4, _null, _null, _null, 41), context); + return t3._buildSemanticsWrapper$2$child$context(A.Container$(_null, A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_12_12_12_12, A.Opacity$(A.Transform$rotate(rotation, A.CustomPaint$(_null, _null, _null, new A._RefreshProgressIndicatorPainter(arrowheadScale, _null, valueColor, _null, headValue, tailValue, offsetValue, rotationValue, t4.strokeWidth, t5.strokeAlign, -1.5707963267948966 + t6 + rotationValue * 3.141592653589793 * 2 + offsetValue * 0.5 * 3.141592653589793, t7, t1.strokeCap, _null), B.Size_0_0)), (t2 >>> 24 & 255) / 255), _null), B.Clip_0, backgroundColor, 2, _null, _null, _null, _null, _null, B.MaterialType_2), B.Clip_0, _null, _null, _null, _null, 41, _null, B.EdgeInsets_4_4_4_4, _null, _null, _null, 41), context); } }; A._RefreshProgressIndicatorState__buildAnimation_closure.prototype = { @@ -238614,7 +244767,7 @@ t6 = t1.___CircularProgressIndicatorState__controller_A; return t1._buildMaterialIndicator$5(context, 1.05 * t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 202 + $signature: 225 }; A._CircularProgressIndicatorDefaultsM2.prototype = { get$color(_) { @@ -238649,6 +244802,41 @@ return 4; } }; + A._CircularProgressIndicatorDefaultsM3.prototype = { + get$color(_) { + var t1, _this = this, + value = _this.___CircularProgressIndicatorDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___CircularProgressIndicatorDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___CircularProgressIndicatorDefaultsM3__colors_FI = t1.colorScheme; + } + return value.primary; + } + }; + A._LinearProgressIndicatorDefaultsM3.prototype = { + get$_progress_indicator$_colors() { + var t1, _this = this, + value = _this.___LinearProgressIndicatorDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___LinearProgressIndicatorDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___LinearProgressIndicatorDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$color(_) { + return this.get$_progress_indicator$_colors().primary; + }, + get$linearTrackColor() { + var t1 = this.get$_progress_indicator$_colors(), + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + }, + get$linearMinHeight() { + return 4; + } + }; A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { var _this = this, @@ -238775,8 +244963,7 @@ break; } radioTheme = A.RadioTheme_of(context); - A.Theme_of(context); - defaults = new A._RadioDefaultsM2(context, _null, _null, _null, _null, _null, _null); + defaults = A.Theme_of(context).useMaterial3 ? new A._RadioDefaultsM3(context, _null, _null, _null, _null, _null, _null) : new A._RadioDefaultsM2(context, _null, _null, _null, _null, _null, _null); t1 = _this._widget.materialTapTargetSize; effectiveMaterialTapTargetSize = t1 == null ? radioTheme.materialTapTargetSize : t1; if (effectiveMaterialTapTargetSize == null) @@ -238919,7 +245106,7 @@ t3.set$activeColor(effectiveActiveColor); t3.set$inactiveColor(effectiveInactiveColor); t3 = _this.buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(false, _null, new A._MaterialStatePropertyWith(new A._RadioState_build_closure(_this, radioTheme), type$._MaterialStatePropertyWith_MouseCursor), t3, size); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t2 === t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, accessibilitySelected, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t3, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t2 === t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, accessibilitySelected, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t3, _null); } }; A._RadioState__widgetFillColor_closure.prototype = { @@ -238930,7 +245117,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 123 + $signature: 85 }; A._RadioState_build_closure.prototype = { call$1(states) { @@ -238939,7 +245126,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 374 + $signature: 356 }; A._RadioPainter.prototype = { paint$2(canvas, size) { @@ -239008,7 +245195,7 @@ } return this.$this.get$_radio$_theme().unselectedWidgetColor; }, - $signature: 74 + $signature: 25 }; A._RadioDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -239024,7 +245211,108 @@ return this.$this.get$_radio$_theme().focusColor; return B.Color_0; }, - $signature: 74 + $signature: 25 + }; + A._RadioDefaultsM3.prototype = { + get$_radio$_theme() { + var result, _this = this, + value = _this.___RadioDefaultsM3__theme_FI; + if (value === $) { + result = A.Theme_of(_this.context); + _this.___RadioDefaultsM3__theme_FI !== $ && A.throwUnnamedLateFieldADI(); + _this.___RadioDefaultsM3__theme_FI = result; + value = result; + } + return value; + }, + get$_radio$_colors() { + var t1, _this = this, + value = _this.___RadioDefaultsM3__colors_FI; + if (value === $) { + t1 = _this.get$_radio$_theme(); + _this.___RadioDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___RadioDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$fillColor() { + return new A._MaterialStatePropertyWith(new A._RadioDefaultsM3_fillColor_closure(this), type$._MaterialStatePropertyWith_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._RadioDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_Color); + }, + get$materialTapTargetSize() { + return this.get$_radio$_theme().materialTapTargetSize; + }, + get$visualDensity() { + return this.get$_radio$_theme().visualDensity; + } + }; + A._RadioDefaultsM3_fillColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_6)) { + t1 = _this.$this.get$_radio$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_2)) + return _this.$this.get$_radio$_colors().primary; + if (states.contains$1(0, B.MaterialState_0)) + return _this.$this.get$_radio$_colors().primary; + if (states.contains$1(0, B.MaterialState_1)) + return _this.$this.get$_radio$_colors().primary; + return _this.$this.get$_radio$_colors().primary; + } + if (states.contains$1(0, B.MaterialState_6)) { + t1 = _this.$this.get$_radio$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_2)) + return _this.$this.get$_radio$_colors().onSurface; + if (states.contains$1(0, B.MaterialState_0)) + return _this.$this.get$_radio$_colors().onSurface; + if (states.contains$1(0, B.MaterialState_1)) + return _this.$this.get$_radio$_colors().onSurface; + t1 = _this.$this.get$_radio$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + $signature: 25 + }; + A._RadioDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_radio$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_radio$_colors().primary; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_radio$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return B.Color_0; + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_radio$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_radio$_colors().onSurface.value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_radio$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return B.Color_0; + }, + $signature: 25 }; A.__RadioState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -239171,6 +245459,18 @@ } }; A.RefreshIndicatorState.prototype = { + get$_effectiveValueColor() { + var t1, _this = this, + value = _this.__RefreshIndicatorState__effectiveValueColor_AI; + if (value === $) { + _this._widget.toString; + t1 = _this._framework$_element; + t1.toString; + t1 = A.Theme_of(t1); + value = _this.__RefreshIndicatorState__effectiveValueColor_AI = t1.colorScheme.primary; + } + return value; + }, initState$0() { var t1, t2, t3, _this = this, _null = null; _this.super$State$initState(); @@ -239186,20 +245486,8 @@ _this.__RefreshIndicatorState__scaleFactor_A = new A._AnimatedEvaluation(t3._as(t2), t1, t1.$ti._eval$1("_AnimatedEvaluation")); }, didChangeDependencies$0() { - var theme, t2, t3, t4, _this = this, - t1 = _this._framework$_element; - t1.toString; - theme = A.Theme_of(t1); - t1 = _this.__RefreshIndicatorState__positionController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - _this._widget.toString; - t2 = theme.colorScheme.primary; - t3 = A.Color$fromARGB(0, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); - _this._widget.toString; - t2 = A.Color$fromARGB(255, t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); - t4 = type$.ColorTween._eval$1("_ChainedEvaluation"); - _this.__RefreshIndicatorState__valueColor_A = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(B.Interval_75R6), new A.ColorTween(t3, t2), t4), t4._eval$1("_AnimatedEvaluation")); - _this.super$State$didChangeDependencies(); + this._setupColorTween$0(); + this.super$State$didChangeDependencies(); }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); @@ -239214,6 +245502,25 @@ t1.dispose$0(); this.super$_RefreshIndicatorState_State_TickerProviderStateMixin$dispose(); }, + _setupColorTween$0() { + var t1, color, t2, t3, t4, _this = this; + _this._widget.toString; + t1 = _this._framework$_element; + t1.toString; + t1 = A.Theme_of(t1); + _this.__RefreshIndicatorState__effectiveValueColor_AI = t1.colorScheme.primary; + color = _this.get$_effectiveValueColor(); + if ((color.get$value(color) >>> 24 & 255) === 0) + _this.__RefreshIndicatorState__valueColor_A = new A.AlwaysStoppedAnimation(color, type$.AlwaysStoppedAnimation_Color); + else { + t1 = _this.__RefreshIndicatorState__positionController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = A.Color$fromARGB(0, color.get$value(color) >>> 16 & 255, color.get$value(color) >>> 8 & 255, color.get$value(color) & 255); + t3 = A.Color$fromARGB(color.get$value(color) >>> 24 & 255, color.get$value(color) >>> 16 & 255, color.get$value(color) >>> 8 & 255, color.get$value(color) & 255); + t4 = type$.ColorTween._eval$1("_ChainedEvaluation"); + _this.__RefreshIndicatorState__valueColor_A = new A._AnimatedEvaluation(type$.Animation_double._as(t1), new A._ChainedEvaluation(new A.CurveTween(B.Interval_75R6), new A.ColorTween(t2, t3), t4), t4._eval$1("_AnimatedEvaluation")); + } + }, _refresh_indicator$_handleScrollNotification$1(notification) { var t1, t2, indicatorAtTopNow, t3, t4, _this = this; if (!_this._widget.notificationPredicate$1(notification)) @@ -239365,10 +245672,11 @@ if (_this._refresh_indicator$_mode === B._RefreshIndicatorMode_0) { t1 = _this.__RefreshIndicatorState__valueColor_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = t1.parent; - t2 = t1._evaluatable.transform$1(0, t2.get$value(t2)); - t2.toString; - t2 = (J.get$value$x(t2) >>> 24 & 255) === 255; + t1 = t1.get$value(t1); + t1.toString; + t1 = J.get$value$x(t1); + t2 = _this.get$_effectiveValueColor(); + t2 = (t1 >>> 24 & 255) === (t2.get$value(t2) >>> 24 & 255); t1 = t2; } else t1 = false; @@ -239531,7 +245839,7 @@ t1._widget.onRefresh$0().whenComplete$1(new A.RefreshIndicatorState__show__closure0(t1, this.completer)); } }, - $signature: 103 + $signature: 111 }; A.RefreshIndicatorState__show__closure.prototype = { call$0() { @@ -239577,7 +245885,7 @@ return materialIndicator; } }, - $signature: 202 + $signature: 225 }; A._RefreshIndicatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -239606,7 +245914,7 @@ call$2(context, index) { return this.children[index]; }, - $signature: 102 + $signature: 104 }; A._ReorderableListViewState.prototype = { _itemBuilder$2(context, index) { @@ -239659,7 +245967,7 @@ t6 = _this._widget; t7 = t6.itemCount; t6 = t6.onReorder; - t4.push(new A.SliverPadding(t5, new A.SliverReorderableList(_this.get$_itemBuilder(), t7, t6, _null, _null, _this.get$_proxyDecorator(), _null, _null, 50, _null), _null)); + t4.push(new A.SliverPadding(t5, new A.SliverReorderableList(_this.get$_itemBuilder(), t7, t6, _null, _null, _this.get$_proxyDecorator(), _null, _null, _null, 50, _null), _null)); _this._widget.toString; return A.CustomScrollView$(0, _null, B.Clip_1, t2, B.DragStartBehavior_1, B.ScrollViewKeyboardDismissBehavior_0, _null, t3, _null, false, B.Axis_1, t1, t4); } @@ -239673,7 +245981,7 @@ t1.toString; return A.Material$(B.Duration_200000, true, _null, child, B.Clip_0, _null, t1, _null, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 3014 + $signature: 1110 }; A._ReorderableListViewChildGlobalKey.prototype = { $eq(_, other) { @@ -239703,7 +246011,7 @@ var accessibleNavigation, _this = this, t1 = _this._framework$_element; t1.toString; - accessibleNavigation = A.InheritedModel_inheritFrom(t1, B._MediaQueryAspect_10, type$.MediaQuery).data.accessibleNavigation; + accessibleNavigation = A.InheritedModel_inheritFrom(t1, B._MediaQueryAspect_11, type$.MediaQuery).data.accessibleNavigation; t1 = _this._accessibleNavigation; if (t1 === true) if (!accessibleNavigation) { @@ -239743,7 +246051,7 @@ }, build$1(context) { var t1, route, _this = this; - _this._accessibleNavigation = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_10, type$.MediaQuery).data.accessibleNavigation; + _this._accessibleNavigation = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_11, type$.MediaQuery).data.accessibleNavigation; t1 = _this._snackBars; if (!t1.get$isEmpty(t1)) { route = A.ModalRoute_of(context, type$.nullable_Object); @@ -239766,7 +246074,7 @@ if ((t1.future._state & 30) === 0) t1.complete$1(0, this.reason); }, - $signature: 103 + $signature: 111 }; A._ScaffoldMessengerScope.prototype = { updateShouldNotify$1(old) { @@ -239850,7 +246158,7 @@ }; A._ScaffoldLayout.prototype = { performLayout$1(size) { - var appBarHeight, contentTop, bottomWidgetsHeight, bottomNavigationBarTop, materialBannerSize, t2, contentBottom, bodyMaxHeight, t3, bottomSheetSize, floatingActionButtonRect, fabSize, currentGeometry, currentFabOffset, fabOffset, t4, t5, hasCustomWidth, snackBarSize, snackBarYOffsetBase, xOffset, _this = this, + var appBarHeight, contentTop, bottomWidgetsHeight, bottomNavigationBarTop, materialBannerSize, t2, contentBottom, bodyMaxHeight, t3, bottomSheetSize, floatingActionButtonRect, fabSize, currentGeometry, currentFabOffset, fabOffset, t4, t5, hasCustomWidth, snackBarSize, _0_0, t6, snackBarYOffsetBase, xOffset, _this = this, looseConstraints = A.BoxConstraints$loose(size), t1 = size._dx, fullWidthConstraints = looseConstraints.tighten$1$width(t1), @@ -239921,8 +246229,32 @@ snackBarSize = _this.layoutChild$2(B._ScaffoldSlot_4, hasCustomWidth ? looseConstraints : fullWidthConstraints); t3 = snackBarSize; } - t5 = floatingActionButtonRect._readLocal$0(); - if (!new A.Size(t5.right - t5.left, t5.bottom - t5.top).$eq(0, B.Size_0_0) && _this.isSnackBarFloating) { + _0_0 = _this.currentFloatingActionButtonLocation; + $label0$0: { + if (B.C__EndTopFabLocation !== _0_0) + t5 = false; + else + t5 = true; + if (t5) { + t5 = false; + break $label0$0; + } + if (B.C__EndDockedFabLocation !== _0_0) + if (B.C__EndFloatFabLocation !== _0_0) + t5 = false; + else + t5 = true; + else + t5 = true; + if (t5) { + t5 = true; + break $label0$0; + } + t5 = true; + break $label0$0; + } + t6 = floatingActionButtonRect._readLocal$0(); + if (!new A.Size(t6.right - t6.left, t6.bottom - t6.top).$eq(0, B.Size_0_0) && _this.isSnackBarFloating && t5) { snackBarYOffsetBase = floatingActionButtonRect._readLocal$0().top; t5 = snackBarYOffsetBase; } else { @@ -240427,11 +246759,11 @@ if (_this._showBodyScrim) _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, A.ModalBarrier$(true, _null, _this._bodyScrimColor, false, _null, _null, _null), B._ScaffoldSlot_2, true, true, true, true); if (_this._widget.appBar != null) { - t1 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, type$.MediaQuery).data; + t1 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, type$.MediaQuery).data; t1 = _this._appBarMaxHeight = A.AppBar_preferredHeightFor(context, _this._widget.appBar.preferredSize) + t1.padding.top; t2 = _this._widget.appBar; t2.toString; - _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 0, t1), A.FlexibleSpaceBar_createSettings(t2, t1, _null, _null, _null, _null), _null), B._ScaffoldSlot_1, true, false, false, false); + _this._addIfNonNull$7$removeBottomPadding$removeLeftPadding$removeRightPadding$removeTopPadding(children, new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, 0, t1), A.FlexibleSpaceBar_createSettings(t2, t1, _null, _null, _null, _null, _null), _null), B._ScaffoldSlot_1, true, false, false, false); } _box_0.isSnackBarFloating = false; _box_0.snackBarWidth = null; @@ -240507,13 +246839,13 @@ _this._buildDrawer$2(children, textDirection); } t1 = type$.MediaQuery; - t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, t1).data; + t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, t1).data; _this.get$_resizeToAvoidBottomInset(); - t3 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, t1).data; + t3 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_7, t1).data; minInsets = t2.padding.copyWith$1$bottom(t3.viewInsets.bottom); - t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_8, t1).data; + t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_9, t1).data; _this.get$_resizeToAvoidBottomInset(); - t1 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, t1).data; + t1 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_7, t1).data; t1 = t1.viewInsets.bottom !== 0 ? 0 : _null; minViewPadding = t2.viewPadding.copyWith$1$bottom(t1); if (minInsets.bottom <= 0) @@ -240698,7 +247030,7 @@ t9 = t7.extendBodyBehindMaterialBanner; return A.Actions$(t1, new A.CustomMultiChildLayout(new A._ScaffoldLayout(_this.extendBody, false, _this.minInsets, _this.minViewPadding, _this.textDirection, t6, t2, t3, t4, t5, t8, t7.snackBarWidth, t9), _this.children, null)); }, - $signature: 3012 + $signature: 1113 }; A._DismissDrawerAction.prototype = { isEnabled$1(_, intent) { @@ -240832,7 +247164,7 @@ t9 = t1.shape, t10 = t1.clipBehavior; t1 = t1.constraints; - return A.AnimatedBuilder$(t2, new A._StandardBottomSheetState_build_closure(_this), new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.NotificationListener(_this.get$extentChanged(), new A.BottomSheet(t2, t5, t6, t4, _this.get$_scaffold$_handleDragStart(), _this.get$_scaffold$_handleDragEnd(), t7, t8, t9, t10, t1, _null), _null, type$.NotificationListener_DraggableScrollableNotification), _null)); + return A.AnimatedBuilder$(t2, new A._StandardBottomSheetState_build_closure(_this), new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A.NotificationListener(_this.get$extentChanged(), new A.BottomSheet(t2, t5, t6, t4, _this.get$_scaffold$_handleDragStart(), _this.get$_scaffold$_handleDragEnd(), t7, t8, t9, t10, t1, _null), _null, type$.NotificationListener_DraggableScrollableNotification), _null)); } }; A._StandardBottomSheetState_build_closure.prototype = { @@ -240843,7 +247175,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.Align(B.AlignmentDirectional_m1_m1, null, t2.transform$1(0, t1), child, null); }, - $signature: 3006 + $signature: 1115 }; A.PersistentBottomSheetController.prototype = {}; A._ScaffoldScope.prototype = { @@ -240856,7 +247188,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -241060,9 +247392,8 @@ theme = A.Theme_of(t1); _this.___MaterialScrollbarState__colorScheme_A = theme.colorScheme; t1 = _this._framework$_element; - t1.dependOnInheritedWidgetOfExactType$1$0(type$.ScrollbarTheme); - t1 = A.Theme_of(t1); - _this.___MaterialScrollbarState__scrollbarTheme_A = t1.scrollbarTheme; + t1.toString; + _this.___MaterialScrollbarState__scrollbarTheme_A = A.ScrollbarTheme_of(t1); switch (theme.platform.index) { case 0: _this.___MaterialScrollbarState__useAndroidScrollbar_A = true; @@ -241115,7 +247446,7 @@ t1.set$minLength(0, t2 == null ? 48 : t2); t2 = _this._framework$_element; t2.toString; - t1.set$padding(0, A.InheritedModel_inheritFrom(t2, B._MediaQueryAspect_5, type$.MediaQuery).data.padding); + t1.set$padding(0, A.InheritedModel_inheritFrom(t2, B._MediaQueryAspect_6, type$.MediaQuery).data.padding); t1.set$scrollbarOrientation(_this._widget.scrollbarOrientation); t1.set$ignorePointer(!_this.get$enableGestures()); }, @@ -241178,7 +247509,7 @@ t1 = t1 == null ? null : t1.resolve$1(0, states); return t1 == null ? false : t1; }, - $signature: 3002 + $signature: 801 }; A._MaterialScrollbarState__thumbColor_closure.prototype = { call$1(states) { @@ -241216,7 +247547,7 @@ t1.toString; return t1; }, - $signature: 74 + $signature: 25 }; A._MaterialScrollbarState__trackColor_closure.prototype = { call$1(states) { @@ -241234,7 +247565,7 @@ } return B.Color_0; }, - $signature: 74 + $signature: 25 }; A._MaterialScrollbarState__trackBorderColor_closure.prototype = { call$1(states) { @@ -241252,7 +247583,7 @@ } return B.Color_0; }, - $signature: 74 + $signature: 25 }; A._MaterialScrollbarState__thickness_closure.prototype = { call$1(states) { @@ -241281,7 +247612,7 @@ t1 = t2; return t1; }, - $signature: 735 + $signature: 411 }; A._MaterialScrollbarState_initState_closure.prototype = { call$0() { @@ -241339,7 +247670,7 @@ A.SearchBarThemeData.prototype = { get$hashCode(_) { var _this = this; - return A.Object_hash(_this.elevation, _this.backgroundColor, _this.shadowColor, _this.surfaceTintColor, _this.overlayColor, _this.side, _this.shape, _this.padding, _this.textStyle, _this.hintStyle, _this.constraints, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + return A.Object_hash(_this.elevation, _this.backgroundColor, _this.shadowColor, _this.surfaceTintColor, _this.overlayColor, _this.side, _this.shape, _this.padding, _this.textStyle, _this.hintStyle, _this.constraints, _this.textCapitalization, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { var _this = this; @@ -241349,7 +247680,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.SearchBarThemeData && other.elevation == _this.elevation && other.backgroundColor == _this.backgroundColor && other.shadowColor == _this.shadowColor && other.surfaceTintColor == _this.surfaceTintColor && other.overlayColor == _this.overlayColor && other.side == _this.side && other.shape == _this.shape && other.padding == _this.padding && other.textStyle == _this.textStyle && other.hintStyle == _this.hintStyle && J.$eq$(other.constraints, _this.constraints); + return other instanceof A.SearchBarThemeData && other.elevation == _this.elevation && other.backgroundColor == _this.backgroundColor && other.shadowColor == _this.shadowColor && other.surfaceTintColor == _this.surfaceTintColor && other.overlayColor == _this.overlayColor && other.side == _this.side && other.shape == _this.shape && other.padding == _this.padding && other.textStyle == _this.textStyle && other.hintStyle == _this.hintStyle && J.$eq$(other.constraints, _this.constraints) && true; } }; A._LerpSides0.prototype = { @@ -241525,6 +247856,9 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.get$_onControllerChanged(); t1.removeListener$1(0, t2); + t1 = _this.___SelectableTextState__controller_A; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; t1 = A.TextSpan$(null, null, null, _this._widget.data); t1 = A._TextSpanEditingController$(t1); _this.___SelectableTextState__controller_A = t1; @@ -241719,6 +248053,7 @@ effectiveTextStyle = t1.style.merge$1(t2); } _this._widget.toString; + ; t2 = _this._selectable_text$_showSelectionHandles; t3 = _this.___SelectableTextState__controller_A; t3 === $ && A.throwUnnamedLateFieldNI(); @@ -241731,7 +248066,7 @@ t2 = _this.___SelectableTextState__selectionGestureDetectorBuilder_A; t2 === $ && A.throwUnnamedLateFieldNI(); t1 = t2.buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, new A.RepaintBoundary(t1, _null)); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._SelectableTextState_build_closure(_this), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._SelectableTextState_build_closure(_this), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); }, get$editableTextKey() { return this.editableTextKey; @@ -241861,7 +248196,7 @@ _getSwitchSize$1(context) { var theme = A.Theme_of(context), switchTheme = A.SwitchTheme_of(context), - switchConfig = new A._SwitchConfigM2(), + switchConfig = theme.useMaterial3 ? new A._SwitchConfigM3(context, A.Theme_of(context).colorScheme) : new A._SwitchConfigM2(), t1 = this.materialTapTargetSize, effectiveMaterialTapTargetSize = t1 == null ? switchTheme.materialTapTargetSize : t1; switch ((effectiveMaterialTapTargetSize == null ? theme.materialTapTargetSize : effectiveMaterialTapTargetSize).index) { @@ -241909,7 +248244,7 @@ }; A._MaterialSwitchState.prototype = { didUpdateWidget$1(oldWidget) { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); if (oldWidget.value !== _this._widget.value) { t1 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; @@ -241922,10 +248257,15 @@ if (t1) { t1 = _this._framework$_element; t1.toString; - A.Theme_of(t1); - t1 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; - t1.curve = B.Cubic_JUR0; - t1.reverseCurve = B.Cubic_xDo0; + t1 = A.Theme_of(t1); + t2 = _this.ToggleableStateMixin___ToggleableStateMixin__position_A; + if (t1.useMaterial3) { + t2.curve = B.Cubic_Y6c; + t2.reverseCurve = new A.FlippedCurve(B.Cubic_Y6c); + } else { + t2.curve = B.Cubic_JUR0; + t2.reverseCurve = B.Cubic_xDo0; + } } _this.animateToValue$0(); } @@ -242013,15 +248353,16 @@ } }, build$1(context) { - var theme, switchTheme, switchConfig, defaults, t1, activeStates, inactiveStates, activeThumbColor, t2, effectiveActiveThumbColor, inactiveThumbColor, t3, effectiveInactiveThumbColor, t4, effectiveActiveTrackColor, effectiveActiveTrackOutlineColor, t5, effectiveActiveTrackOutlineWidth, effectiveInactiveTrackColor, effectiveInactiveTrackOutlineColor, effectiveInactiveTrackOutlineWidth, effectiveActiveIconColor, effectiveInactiveIconColor, focusedStates, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedThumbColor, effectiveActivePressedOverlayColor, effectiveInactivePressedThumbColor, effectiveInactivePressedOverlayColor, effectiveActiveThumbRadius, effectiveInactiveThumbRadius, effectiveSplashRadius, t6, t7, _this = this, _null = null; + var theme, switchTheme, t1, switchConfig, defaults, activeStates, inactiveStates, activeThumbColor, t2, effectiveActiveThumbColor, inactiveThumbColor, t3, effectiveInactiveThumbColor, t4, effectiveActiveTrackColor, effectiveActiveTrackOutlineColor, t5, effectiveActiveTrackOutlineWidth, effectiveInactiveTrackColor, effectiveInactiveTrackOutlineColor, effectiveInactiveTrackOutlineWidth, effectiveActiveIconColor, effectiveInactiveIconColor, focusedStates, effectiveFocusOverlayColor, hoveredStates, effectiveHoverOverlayColor, effectiveActivePressedThumbColor, effectiveActivePressedOverlayColor, effectiveInactivePressedThumbColor, effectiveInactivePressedOverlayColor, effectiveActiveThumbRadius, effectiveInactiveThumbRadius, effectiveSplashRadius, t6, t7, _this = this, _null = null; if (_this._needsPositionAnimation) { _this._needsPositionAnimation = false; _this.animateToValue$0(); } theme = A.Theme_of(context); switchTheme = A.SwitchTheme_of(context); - switchConfig = new A._SwitchConfigM2(); - defaults = new A._SwitchDefaultsM2(A.Theme_of(context), A.Theme_of(context).colorScheme, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t1 = theme.useMaterial3; + switchConfig = t1 ? new A._SwitchConfigM3(context, A.Theme_of(context).colorScheme) : new A._SwitchConfigM2(); + defaults = t1 ? new A._SwitchDefaultsM3(context, _null, _null, _null, _null, _null, _null, _null, _null, _null) : new A._SwitchDefaultsM2(A.Theme_of(context), A.Theme_of(context).colorScheme, _null, _null, _null, _null, _null, _null, _null, _null, _null); t1 = _this.ToggleableStateMixin___ToggleableStateMixin__positionController_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.duration = A.Duration$(0, 0, 0, switchConfig.get$toggleDuration(), 0, 0); @@ -242088,7 +248429,7 @@ t5 = t4 == null ? _null : t4.resolve$1(0, activeStates); effectiveActiveTrackOutlineWidth = t5; if (effectiveActiveTrackOutlineWidth == null) { - t5 = defaults.trackOutlineWidth; + t5 = defaults.get$trackOutlineWidth(); effectiveActiveTrackOutlineWidth = t5 == null ? _null : t5.resolve$1(0, activeStates); } _this._widget.toString; @@ -242108,14 +248449,14 @@ t3 = t3 == null ? _null : t3.resolve$1(0, inactiveStates); effectiveInactiveTrackOutlineColor = t3; if (effectiveInactiveTrackOutlineColor == null) { - defaults.get$trackOutlineColor(); - effectiveInactiveTrackOutlineColor = _null; + t3 = defaults.get$trackOutlineColor(); + effectiveInactiveTrackOutlineColor = t3 == null ? _null : t3._material_state$_resolve.call$1(inactiveStates); } _this._widget.toString; t3 = t4 == null ? _null : t4.resolve$1(0, inactiveStates); effectiveInactiveTrackOutlineWidth = t3; if (effectiveInactiveTrackOutlineWidth == null) { - t3 = defaults.trackOutlineWidth; + t3 = defaults.get$trackOutlineWidth(); effectiveInactiveTrackOutlineWidth = t3 == null ? _null : t3.resolve$1(0, inactiveStates); } _this._widget.toString; @@ -242264,7 +248605,7 @@ t6.set$transitionalThumbSize(switchConfig.get$transitionalThumbSize()); t6.set$positionController(_this.ToggleableStateMixin___ToggleableStateMixin__positionController_A); t3 = A.GestureDetector$(_null, _this.buildToggleable$6$autofocus$focusNode$mouseCursor$onFocusChange$painter$size(false, t4, new A._MaterialStatePropertyWith(new A._MaterialSwitchState_build_closure(_this, switchTheme), type$._MaterialStatePropertyWith_MouseCursor), t5, t6, t1), t3, true, _null, _null, _null, _null, _this.get$_switch0$_handleDragEnd(), _this.get$_switch0$_handleDragStart(), _this.get$_switch0$_handleDragUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null), false, false, false, false, t3, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null), false, false, false, false, t3, _null); } }; A._MaterialSwitchState__widgetThumbColor_closure.prototype = { @@ -242275,7 +248616,7 @@ return this.$this._widget.activeColor; return this.$this._widget.inactiveThumbColor; }, - $signature: 123 + $signature: 85 }; A._MaterialSwitchState__widgetTrackColor_closure.prototype = { call$1(states) { @@ -242283,7 +248624,7 @@ return this.$this._widget.activeTrackColor; return this.$this._widget.inactiveTrackColor; }, - $signature: 123 + $signature: 85 }; A._MaterialSwitchState__handleDragEnd_closure.prototype = { call$0() { @@ -242298,7 +248639,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 374 + $signature: 356 }; A._SwitchPainter.prototype = { set$positionController(value) { @@ -242724,7 +249065,7 @@ t2.toString; return new A._AnimatedEvaluation(t2, t1, t1.$ti._eval$1("_AnimatedEvaluation")); }, - $signature: 2999 + $signature: 1142 }; A._SwitchConfig.prototype = {}; A._SwitchConfigM2.prototype = { @@ -242799,7 +249140,7 @@ return this.$this._switch0$_colors.secondary; return this.isDark ? B.Color_4290624957 : B.Color_4294638330; }, - $signature: 74 + $signature: 25 }; A._SwitchDefaultsM2_trackColor_closure.prototype = { call$1(states) { @@ -242812,13 +249153,13 @@ } return this.isDark ? B.Color_1308622847 : B.Color_1375731712; }, - $signature: 74 + $signature: 25 }; A._SwitchDefaultsM2_mouseCursor_closure.prototype = { call$1(states) { return B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states); }, - $signature: 374 + $signature: 356 }; A._SwitchDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -242834,7 +249175,274 @@ return this.$this._switch0$_theme.focusColor; return null; }, - $signature: 123 + $signature: 85 + }; + A._SwitchDefaultsM3.prototype = { + get$_switch0$_colors() { + var t1, _this = this, + value = _this.___SwitchDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___SwitchDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___SwitchDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$thumbColor() { + return new A._MaterialStatePropertyWith(new A._SwitchDefaultsM3_thumbColor_closure(this), type$._MaterialStatePropertyWith_Color); + }, + get$trackColor() { + return new A._MaterialStatePropertyWith(new A._SwitchDefaultsM3_trackColor_closure(this), type$._MaterialStatePropertyWith_Color); + }, + get$trackOutlineColor() { + return new A._MaterialStatePropertyWith(new A._SwitchDefaultsM3_trackOutlineColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._SwitchDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$trackOutlineWidth() { + return B.MaterialStatePropertyAll_2; + }, + get$splashRadius() { + return 20; + } + }; + A._SwitchDefaultsM3_thumbColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_6)) { + if (states.contains$1(0, B.MaterialState_4)) { + t1 = _this.$this.get$_switch0$_colors().surface.value; + return A.Color$fromARGB(255, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + t1 = _this.$this.get$_switch0$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._primaryContainer; + return t2 == null ? t1.primary : t2; + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._primaryContainer; + return t2 == null ? t1.primary : t2; + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._primaryContainer; + return t2 == null ? t1.primary : t2; + } + return _this.$this.get$_switch0$_colors().onPrimary; + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + } + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._outline; + return t2 == null ? t1.onBackground : t2; + }, + $signature: 25 + }; + A._SwitchDefaultsM3_trackColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_6)) { + if (states.contains$1(0, B.MaterialState_4)) { + t1 = _this.$this.get$_switch0$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._surfaceVariant; + t1 = (t2 == null ? t1.surface : t2).value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) + return _this.$this.get$_switch0$_colors().primary; + if (states.contains$1(0, B.MaterialState_0)) + return _this.$this.get$_switch0$_colors().primary; + if (states.contains$1(0, B.MaterialState_1)) + return _this.$this.get$_switch0$_colors().primary; + return _this.$this.get$_switch0$_colors().primary; + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + } + t1 = _this.$this.get$_switch0$_colors(); + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + }, + $signature: 25 + }; + A._SwitchDefaultsM3_trackOutlineColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_4)) + return B.Color_0; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_switch0$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + t1 = this.$this.get$_switch0$_colors(); + t2 = t1._outline; + return t2 == null ? t1.onBackground : t2; + }, + $signature: 25 + }; + A._SwitchDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_switch0$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_switch0$_colors().primary; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_switch0$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return null; + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_switch0$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_switch0$_colors().onSurface.value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_switch0$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return null; + }, + $signature: 85 + }; + A._SwitchConfigM3.prototype = { + get$activeThumbRadius() { + return 12; + }, + get$iconColor() { + return new A._MaterialStatePropertyWith(new A._SwitchConfigM3_iconColor_closure(this), type$._MaterialStatePropertyWith_Color); + }, + get$inactiveThumbRadius() { + return 8; + }, + get$pressedThumbRadius() { + return 14; + }, + get$switchHeight() { + return 48; + }, + get$switchHeightCollapsed() { + return 40; + }, + get$switchWidth() { + return 60; + }, + get$thumbShadow() { + return B.List_empty21; + }, + get$trackHeight() { + return 32; + }, + get$trackWidth() { + return 52; + }, + get$transitionalThumbSize() { + return B.Size_34_22; + }, + get$toggleDuration() { + return 300; + }, + get$thumbOffset() { + return null; + } + }; + A._SwitchConfigM3_iconColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_6)) { + if (states.contains$1(0, B.MaterialState_4)) { + t1 = _this.$this._switch0$_colors.onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + t1 = _this.$this._switch0$_colors; + t2 = t1._surfaceVariant; + t1 = (t2 == null ? t1.surface : t2).value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this._switch0$_colors; + t2 = t1._onPrimaryContainer; + return t2 == null ? t1.onPrimary : t2; + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this._switch0$_colors; + t2 = t1._onPrimaryContainer; + return t2 == null ? t1.onPrimary : t2; + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this._switch0$_colors; + t2 = t1._onPrimaryContainer; + return t2 == null ? t1.onPrimary : t2; + } + t1 = _this.$this._switch0$_colors; + t2 = t1._onPrimaryContainer; + return t2 == null ? t1.onPrimary : t2; + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this._switch0$_colors; + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this._switch0$_colors; + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this._switch0$_colors; + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + } + t1 = _this.$this._switch0$_colors; + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + }, + $signature: 25 }; A.__MaterialSwitchState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -242886,6 +249494,7 @@ } }; A.__SwitchConfigM2_Object__SwitchConfig.prototype = {}; + A.__SwitchConfigM3_Object__SwitchConfig.prototype = {}; A._SwitchListTileType.prototype = { _enumToString$0() { return "_SwitchListTileType." + this._core$_name; @@ -242975,7 +249584,7 @@ A.TabBarTheme.prototype = { get$hashCode(_) { var _this = this; - return A.Object_hash(_this.indicator, _this.get$indicatorColor(), _this.indicatorSize, _this.get$dividerColor(), _this.get$labelColor(), _this.labelPadding, _this.get$labelStyle(), _this.get$unselectedLabelColor(), _this.get$unselectedLabelStyle(), _this.get$overlayColor(), _this.get$splashFactory(), _this.mouseCursor, _this.get$tabAlignment(), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + return A.Object_hash(_this.indicator, _this.get$indicatorColor(), _this.indicatorSize, _this.get$dividerColor(), _this.get$dividerHeight(), _this.get$labelColor(), _this.labelPadding, _this.get$labelStyle(), _this.get$unselectedLabelColor(), _this.get$unselectedLabelStyle(), _this.get$overlayColor(), _this.get$splashFactory(), _this.mouseCursor, _this.get$tabAlignment(), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { var t1, _this = this; @@ -242990,14 +249599,17 @@ if (J.$eq$(other.get$indicatorColor(), _this.get$indicatorColor())) if (other.indicatorSize == _this.indicatorSize) if (J.$eq$(other.get$dividerColor(), _this.get$dividerColor())) - if (J.$eq$(other.get$labelColor(), _this.get$labelColor())) - if (J.$eq$(other.labelPadding, _this.labelPadding)) - if (J.$eq$(other.get$labelStyle(), _this.get$labelStyle())) - if (J.$eq$(other.get$unselectedLabelColor(), _this.get$unselectedLabelColor())) - if (J.$eq$(other.get$unselectedLabelStyle(), _this.get$unselectedLabelStyle())) - if (other.get$overlayColor() == _this.get$overlayColor()) - if (other.get$splashFactory() == _this.get$splashFactory()) - t1 = other.get$tabAlignment() == _this.get$tabAlignment(); + if (other.get$dividerHeight() == _this.get$dividerHeight()) + if (J.$eq$(other.get$labelColor(), _this.get$labelColor())) + if (J.$eq$(other.labelPadding, _this.labelPadding)) + if (J.$eq$(other.get$labelStyle(), _this.get$labelStyle())) + if (J.$eq$(other.get$unselectedLabelColor(), _this.get$unselectedLabelColor())) + if (J.$eq$(other.get$unselectedLabelStyle(), _this.get$unselectedLabelStyle())) + if (other.get$overlayColor() == _this.get$overlayColor()) + if (other.get$splashFactory() == _this.get$splashFactory()) + t1 = other.get$tabAlignment() == _this.get$tabAlignment(); + else + t1 = false; else t1 = false; else @@ -243030,6 +249642,9 @@ get$dividerColor() { return this.dividerColor; }, + get$dividerHeight() { + return this.dividerHeight; + }, get$labelColor() { return this.labelColor; }, @@ -243215,7 +249830,7 @@ return this.super$Decoration$lerpTo(b, t); }, createBoxPainter$1(onChanged) { - return new A._UnderlinePainter(this, this.borderRadius, onChanged); + return new A._UnderlinePainter0(this, this.borderRadius, onChanged); }, _indicatorRectFor$2(rect, textDirection) { var indicator = this.insets.resolve$1(0, textDirection).deflateRect$1(rect), @@ -243237,7 +249852,7 @@ return t1; } }; - A._UnderlinePainter.prototype = { + A._UnderlinePainter0.prototype = { paint$3(canvas, offset, configuration) { var t4, paint, indicator, t1 = configuration.size, @@ -243298,11 +249913,19 @@ }; A._TabStyle.prototype = { _resolveWithLabelColor$1(context) { - var tabBarTheme, animation, selectedColor, unselectedColor, t1 = {}; - A.Theme_of(context); - tabBarTheme = A.Theme_of(context).tabBarTheme; - animation = type$.Animation_double._as(this.listenable); - selectedColor = tabBarTheme.labelColor; + var selectedColor, unselectedColor, _null = null, t1 = {}, + themeData = A.Theme_of(context), + tabBarTheme = A.Theme_of(context).tabBarTheme, + animation = type$.Animation_double._as(this.listenable), + t2 = tabBarTheme.labelColor; + if (t2 == null) + t2 = _null; + if (t2 == null) { + t2 = tabBarTheme.labelStyle; + t2 = t2 == null ? _null : t2.color; + selectedColor = t2; + } else + selectedColor = t2; if (selectedColor == null) selectedColor = this.defaults.get$labelColor(); t1.selectedColor = selectedColor; @@ -243311,15 +249934,30 @@ t1.unselectedColor = selectedColor._material_state$_resolve.call$1(B.Set_empty0); t1.selectedColor = selectedColor._material_state$_resolve.call$1(B.Set_dDNK5); } else { - unselectedColor = tabBarTheme.unselectedLabelColor; + t2 = tabBarTheme.unselectedLabelColor; + if (t2 == null) + t2 = _null; + if (t2 == null) { + t2 = tabBarTheme.unselectedLabelStyle; + t2 = t2 == null ? _null : t2.color; + unselectedColor = t2; + } else + unselectedColor = t2; if (unselectedColor == null) - unselectedColor = A.Color$fromARGB(178, selectedColor.get$value(selectedColor) >>> 16 & 255, selectedColor.get$value(selectedColor) >>> 8 & 255, selectedColor.get$value(selectedColor) & 255); + if (themeData.useMaterial3) { + t2 = this.defaults.get$unselectedLabelColor(); + t2.toString; + unselectedColor = t2; + } else { + t2 = A.Color$fromARGB(178, selectedColor.get$value(selectedColor) >>> 16 & 255, selectedColor.get$value(selectedColor) >>> 8 & 255, selectedColor.get$value(selectedColor) & 255); + unselectedColor = t2; + } t1.unselectedColor = unselectedColor; } return A._MaterialStateColor$(new A._TabStyle__resolveWithLabelColor_closure(t1, animation)); }, build$1(context) { - var defaultStyle, defaultUnselectedStyle, textStyle, _this = this, _null = null, + var selectedStyle, unselectedStyle, textStyle, _this = this, _null = null, tabBarTheme = A.Theme_of(context).tabBarTheme, animation = type$.Animation_double._as(_this.listenable), t1 = _this.isSelected, @@ -243330,20 +249968,20 @@ t3 = _this.defaults.get$labelStyle(); t3.toString; } - defaultStyle = t3.copyWith$1$inherit(true); + selectedStyle = t3.copyWith$1$inherit(true); t3 = tabBarTheme.unselectedLabelStyle; t2 = t3 == null ? t2 : t3; if (t2 == null) { t2 = _this.defaults.get$unselectedLabelStyle(); t2.toString; } - defaultUnselectedStyle = t2.copyWith$1$inherit(true); + unselectedStyle = t2.copyWith$1$inherit(true); if (t1) { - t1 = A.TextStyle_lerp(defaultStyle, defaultUnselectedStyle, animation.get$value(animation)); + t1 = A.TextStyle_lerp(selectedStyle, unselectedStyle, animation.get$value(animation)); t1.toString; textStyle = t1; } else { - t1 = A.TextStyle_lerp(defaultUnselectedStyle, defaultStyle, animation.get$value(animation)); + t1 = A.TextStyle_lerp(unselectedStyle, selectedStyle, animation.get$value(animation)); t1.toString; textStyle = t1; } @@ -243368,7 +250006,7 @@ t2.toString; return t2; }, - $signature: 74 + $signature: 25 }; A._TabLabelBarRenderer.prototype = { performLayout$0() { @@ -243402,7 +250040,7 @@ var _this = this, _null = null, t1 = _this.getEffectiveTextDirection$1(context); t1.toString; - t1 = new A._TabLabelBarRenderer(_this.onPerformLayout, _this.direction, _this.mainAxisAlignment, _this.mainAxisSize, _this.crossAxisAlignment, t1, _this.verticalDirection, _null, B.Clip_0, A.LayerHandle$(type$.ClipRectLayer), A.List_List$filled(4, A.TextPainter$(_null, _null, _null, _null, _null, B.TextAlign_4, B.TextDirection_1, _null, 1, B.TextWidthBasis_0), false, type$.TextPainter), true, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); + t1 = new A._TabLabelBarRenderer(_this.onPerformLayout, _this.direction, _this.mainAxisAlignment, _this.mainAxisSize, _this.crossAxisAlignment, t1, _this.verticalDirection, _null, B.Clip_0, A.LayerHandle$(type$.ClipRectLayer), A.List_List$filled(4, A.TextPainter$(_null, _null, _null, _null, _null, B.TextAlign_4, B.TextDirection_1, _null, B._LinearTextScaler_1, B.TextWidthBasis_0), false, type$.TextPainter), true, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); t1.RenderObject$0(); t1.addAll$1(0, _null); return t1; @@ -243412,6 +250050,22 @@ renderObject.onPerformLayout = this.onPerformLayout; } }; + A._DividerPainter.prototype = { + paint$2(canvas, size) { + var paint, + t1 = this.dividerHeight; + if (t1 <= 0) + return; + paint = $.$get$_renderer().createPaint$0(); + paint.set$color(0, this.dividerColor); + paint.set$strokeWidth(t1); + t1 = size._dy; + canvas.drawLine$3(new A.Offset(0, t1 - paint.get$strokeWidth() / 2), new A.Offset(size._dx, t1 - paint.get$strokeWidth() / 2), paint); + }, + shouldRepaint$1(oldDelegate) { + return !oldDelegate.dividerColor.$eq(0, this.dividerColor) || oldDelegate.dividerHeight !== this.dividerHeight; + } + }; A._IndicatorPainter.prototype = { markNeedsPaint$0() { this._tabs$_needsPaint = true; @@ -243455,41 +250109,49 @@ return insets.deflateRect$1(rect); }, paint$2(canvas, size) { - var t1, index, ltr, t2, from, to, t3, t4, t5, t6, dividerPaint, t7, _this = this, _null = null; - _this._tabs$_needsPaint = false; + var t2, index, ltr, t3, from, to, t4, t5, t6, dividerPaint, t7, _this = this, _null = null, + t1 = _this._tabs$_needsPaint = false; if (_this._tabs$_painter == null) _this._tabs$_painter = _this.indicator.createBoxPainter$1(_this.get$markNeedsPaint()); - t1 = _this.controller; - index = t1._tab_controller$_index; - t1 = t1.get$animation(t1).__AnimationController__value_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - ltr = index > t1; - t2 = ltr ? B.JSNumber_methods.floor$0(t1) : B.JSNumber_methods.ceil$0(t1); - from = B.JSInt_methods.clamp$2(t2, 0, _this._currentTabOffsets.length - 2); - t2 = ltr ? from + 1 : from - 1; - to = B.JSNumber_methods.clamp$2(t2, 0, _this._currentTabOffsets.length - 2); - t1 = _this._currentRect = A.Rect_lerp(_this.indicatorRect$2(size, from), _this.indicatorRect$2(size, to), Math.abs(t1 - from)); - t2 = t1.right; - t3 = t1.left; - t4 = t1.bottom; - t1 = t1.top; - t5 = _this._currentTextDirection; - t6 = _this.dividerColor; - if (t6 != null) { - dividerPaint = $.$get$_renderer().createPaint$0(); - dividerPaint.set$color(0, t6); - dividerPaint.set$strokeWidth(1); - t6 = size._dy; - canvas.drawLine$3(new A.Offset(0, t6), new A.Offset(size._dx, t6), dividerPaint); + t2 = _this.controller; + index = t2._tab_controller$_index; + t2 = t2.get$animation(t2).__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + ltr = index > t2; + t3 = ltr ? B.JSNumber_methods.floor$0(t2) : B.JSNumber_methods.ceil$0(t2); + from = B.JSInt_methods.clamp$2(t3, 0, _this._currentTabOffsets.length - 2); + t3 = ltr ? from + 1 : from - 1; + to = B.JSNumber_methods.clamp$2(t3, 0, _this._currentTabOffsets.length - 2); + t2 = _this._currentRect = A.Rect_lerp(_this.indicatorRect$2(size, from), _this.indicatorRect$2(size, to), Math.abs(t2 - from)); + t3 = t2.right; + t4 = t2.left; + t5 = t2.bottom; + t2 = t2.top; + t6 = _this._currentTextDirection; + if (_this.showDivider) { + t1 = _this.dividerHeight; + t1.toString; + t1 = t1 > 0; } - t6 = _this._tabs$_painter; - t6.toString; + if (t1) { + dividerPaint = $.$get$_renderer().createPaint$0(); + t1 = _this.dividerColor; + t1.toString; + dividerPaint.set$color(0, t1); + t1 = _this.dividerHeight; + t1.toString; + dividerPaint.set$strokeWidth(t1); + t1 = size._dy; + canvas.drawLine$3(new A.Offset(0, t1 - dividerPaint.get$strokeWidth() / 2), new A.Offset(size._dx, t1 - dividerPaint.get$strokeWidth() / 2), dividerPaint); + } + t1 = _this._tabs$_painter; + t1.toString; t7 = _this._currentRect; - t6.paint$3(canvas, new A.Offset(t7.left, t7.top), new A.ImageConfiguration(_null, _null, _null, t5, new A.Size(t2 - t3, t4 - t1), _null)); + t1.paint$3(canvas, new A.Offset(t7.left, t7.top), new A.ImageConfiguration(_null, _null, _null, t6, new A.Size(t3 - t4, t5 - t2), _null)); }, shouldRepaint$1(old) { var _this = this; - return _this._tabs$_needsPaint || _this.controller !== old.controller || !_this.indicator.$eq(0, old.indicator) || _this.tabKeys.length !== old.tabKeys.length || !A.listEquals0(_this._currentTabOffsets, old._currentTabOffsets) || _this._currentTextDirection != old._currentTextDirection; + return _this._tabs$_needsPaint || _this.controller !== old.controller || !_this.indicator.$eq(0, old.indicator) || _this.tabKeys.length !== old.tabKeys.length || !A.listEquals(_this._currentTabOffsets, old._currentTabOffsets) || _this._currentTextDirection != old._currentTextDirection; } }; A._ChangeAnimation.prototype = { @@ -243563,7 +250225,8 @@ A._TabBarScrollController.prototype = { createScrollPosition$3(physics, context, oldPosition) { var _null = null, - t1 = new A._TabBarScrollPosition(this.tabBar, B.ScrollDirection_0, physics, context, true, _null, A.ValueNotifier$(false, type$.bool), $.$get$ChangeNotifier__emptyListeners()); + t1 = $.$get$ChangeNotifier__emptyListeners(); + t1 = new A._TabBarScrollPosition(this.tabBar, B.ScrollDirection_0, physics, context, true, _null, new A.ValueNotifier(false, t1, type$.ValueNotifier_bool), t1); t1.ScrollPosition$5$context$debugLabel$keepScrollOffset$oldPosition$physics(context, _null, true, oldPosition, physics); t1.ScrollPositionWithSingleContext$6$context$debugLabel$initialPixels$keepScrollOffset$oldPosition$physics(context, _null, _null, true, oldPosition, physics); return t1; @@ -243604,34 +250267,38 @@ _this.___TabBarState__labelPaddings_A = A.List_List$filled(_this._widget.tabs.length, B.EdgeInsets_0_0_0_0, true, type$.EdgeInsetsGeometry); }, get$_tabs$_defaults() { - var t2, _null = null, - t1 = this._framework$_element; - t1.toString; - A.Theme_of(t1); - t1 = this._framework$_element; - t1.toString; - t2 = this._widget.isScrollable; - return new A._TabsDefaultsM2(t1, t2, _null, _null, B.TabBarIndicatorSize_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - }, - _getIndicator$1(indicatorSize) { - var t2, color, _this = this, + var t2, _this = this, _null = null, t1 = _this._framework$_element; t1.toString; - A.Theme_of(t1); - t1 = _this._framework$_element; - t1.toString; - t1 = A.Theme_of(t1); - t2 = _this._widget; - t2.toString; - t1 = t1.tabBarTheme.indicator; - if (t1 != null) - return t1; - color = t2.indicatorColor; - if (color == null) { + if (A.Theme_of(t1).useMaterial3) { + t1 = _this._widget; + t1.toString; + t2 = _this._framework$_element; + t2.toString; + return new A._TabsPrimaryDefaultsM3(t2, t1.isScrollable, _null, _null, B.TabBarIndicatorSize_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + } else { t1 = _this._framework$_element; t1.toString; - color = A.Theme_of(t1).indicatorColor; + return new A._TabsDefaultsM2(t1, _this._widget.isScrollable, _null, _null, B.TabBarIndicatorSize_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); } + }, + _getIndicator$1(indicatorSize) { + var theme, tabBarTheme, t2, color, primaryWithLabelIndicator, effectiveIndicatorWeight, effectiveBorderRadius, _this = this, + t1 = _this._framework$_element; + t1.toString; + theme = A.Theme_of(t1); + t1 = _this._framework$_element; + t1.toString; + tabBarTheme = A.Theme_of(t1).tabBarTheme; + t1 = _this._widget; + t1.toString; + t2 = tabBarTheme.indicator; + if (t2 != null) + return t2; + t1 = t1.indicatorColor; + color = t1 == null ? tabBarTheme.indicatorColor : t1; + if (color == null) + color = _this.get$_tabs$_defaults().get$indicatorColor(); _this._widget.toString; t1 = color.get$value(color); t2 = _this._framework$_element; @@ -243648,7 +250315,11 @@ if (t1) color = B.Color_4294967295; _this._widget.toString; - return new A.UnderlineTabIndicator(null, new A.BorderSide(color, 2, B.BorderStyle_1, -1), B.EdgeInsets_0_0_0_0); + primaryWithLabelIndicator = indicatorSize === B.TabBarIndicatorSize_1; + t1 = theme.useMaterial3; + effectiveIndicatorWeight = t1 && primaryWithLabelIndicator ? Math.max(2, 3) : 2; + effectiveBorderRadius = t1 && primaryWithLabelIndicator ? new A.BorderRadius(new A.Radius(effectiveIndicatorWeight, effectiveIndicatorWeight), new A.Radius(effectiveIndicatorWeight, effectiveIndicatorWeight), B.Radius_0_0, B.Radius_0_0) : null; + return new A.UnderlineTabIndicator(effectiveBorderRadius, new A.BorderSide(color, effectiveIndicatorWeight, B.BorderStyle_1, -1), B.EdgeInsets_0_0_0_0); }, get$_controllerIsValid() { var t1 = this._tabs$_controller; @@ -243681,15 +250352,15 @@ } }, _initIndicatorPainter$0() { - var indicatorSize, indicatorSize0, t2, t3, t4, t5, t6, _this = this, + var theme, tabBarTheme, indicatorSize, indicatorSize0, t2, t3, t4, t5, t6, t7, t8, t9, _this = this, t1 = _this._framework$_element; t1.toString; - A.Theme_of(t1); + theme = A.Theme_of(t1); t1 = _this._framework$_element; t1.toString; - t1 = A.Theme_of(t1); + tabBarTheme = A.Theme_of(t1).tabBarTheme; _this._widget.toString; - indicatorSize = t1.tabBarTheme.indicatorSize; + indicatorSize = tabBarTheme.indicatorSize; if (indicatorSize == null) { t1 = _this.get$_tabs$_defaults().indicatorSize; t1.toString; @@ -243714,7 +250385,13 @@ t5 = _this._indicatorPainter; t6 = _this.___TabBarState__labelPaddings_A; t6 === $ && A.throwUnnamedLateFieldNI(); - t1 = new A._IndicatorPainter(t1, t2, t3, B.EdgeInsets_0_0_0_0, t4, null, t6, t1.get$animation(t1)); + t7 = tabBarTheme.dividerColor; + if (t7 == null) + t7 = _this.get$_tabs$_defaults().get$dividerColor(); + _this._widget.toString; + t8 = _this.get$_tabs$_defaults().get$dividerHeight(); + t9 = theme.useMaterial3 && !_this._widget.isScrollable; + t1 = new A._IndicatorPainter(t1, t2, t3, B.EdgeInsets_0_0_0_0, t4, t6, t7, t8, t9, t1.get$animation(t1)); if (t5 != null) { t2 = t5._currentTabOffsets; t5 = t5._currentTextDirection; @@ -243784,6 +250461,9 @@ _this._tabs$_controller.removeListener$1(0, _this.get$_handleTabControllerTick()); } _this._tabs$_controller = null; + t1 = _this._tabs$_scrollController; + if (t1 != null) + t1.dispose$0(); _this.super$State$dispose(); }, _tabScrollOffset$4(index, viewportWidth, minExtent, maxExtent) { @@ -243890,6 +250570,7 @@ }, build$1(context) { var effectiveTabAlignment, t1, wrappedTabs, t2, previousIndex, t3, t4, animation, tabIndex, tabCount, t5, t6, t7, t8, index, t9, t10, effectiveMouseCursor, defaultOverlay, t11, t12, index0, t13, tabBar, effectivePadding, _this = this, _null = null, + theme = A.Theme_of(context), tabBarTheme = A.Theme_of(context).tabBarTheme; _this._widget.toString; effectiveTabAlignment = _this.get$_tabs$_defaults().get$tabAlignment(); @@ -243955,7 +250636,7 @@ t12 = _this._currentIndex; index0 = index + 1; t13 = t1.tabLabel$2$tabCount$tabIndex(tabCount, index0); - t9 = A.InkWell$(false, _null, true, new A.Padding(new A.EdgeInsets(0, 0, 0, 2), new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t11, new A.Semantics(new A.SemanticsProperties(_null, _null, _null, _null, index === t12, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, _null, _null)], t2), _null), _null), _null, true, _null, _null, _null, _null, _null, effectiveMouseCursor, _null, _null, _null, _null, _null, new A._TabBarState_build_closure1(_this, index), _null, _null, t9, _null, _null, t10, _null); + t9 = A.InkWell$(false, _null, true, new A.Padding(new A.EdgeInsets(0, 0, 0, 2), new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t11, new A.Semantics(new A.SemanticsProperties(_null, _null, _null, _null, _null, index === t12, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, _null, _null)], t2), _null), _null), _null, true, _null, _null, _null, _null, _null, effectiveMouseCursor, _null, _null, _null, _null, _null, new A._TabBarState_build_closure1(_this, index), _null, _null, t9, _null, _null, t10, _null); wrappedTabs[index] = t9; if (!_this._widget.isScrollable && t7) wrappedTabs[index] = new A.Expanded(1, B.FlexFit_0, t9, _null); @@ -243974,6 +250655,28 @@ t1 = A.ScrollConfiguration_of(context).copyWith$1$overscroll(false); _this._widget.toString; tabBar = A.ScrollConfiguration$(t1, A.SingleChildScrollView$(tabBar, _this._tabs$_scrollController, B.DragStartBehavior_1, _null, effectivePadding, _null, _null, _null, false, B.Axis_0)); + if (theme.useMaterial3) { + $label0$0: { + if (B.TabAlignment_3 === effectiveTabAlignment) { + t1 = B.Alignment_0_0; + break $label0$0; + } + if (B.TabAlignment_0 === effectiveTabAlignment || B.TabAlignment_1 === effectiveTabAlignment || B.TabAlignment_2 === effectiveTabAlignment) { + t1 = B.AlignmentDirectional_m1_0; + break $label0$0; + } + t1 = _null; + } + t2 = tabBarTheme.dividerColor; + if (t2 == null) { + t2 = _this.get$_tabs$_defaults().get$dividerColor(); + t2.toString; + } + _this._widget.toString; + t3 = _this.get$_tabs$_defaults().get$dividerHeight(); + t3.toString; + tabBar = A.CustomPaint$(new A.Align(t1, _null, 1, tabBar, _null), _null, _null, new A._DividerPainter(t2, t3, _null), B.Size_0_0); + } } return tabBar; } @@ -243982,7 +250685,7 @@ call$1(tab) { return new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget); }, - $signature: 2995 + $signature: 1148 }; A._TabBarState__handleTabControllerTick_closure.prototype = { call$0() { @@ -244024,7 +250727,7 @@ t2 = t2[index]; return A.Center$(new A.Padding(t3, new A.KeyedSubtree(t1._widget.tabs[index], t2), _null), 1, _null); }, - $signature: 2902 + $signature: 1149 }; A._TabBarState_build_closure0.prototype = { call$1(states) { @@ -244034,7 +250737,7 @@ t1 = this.$this.get$_tabs$_defaults().get$overlayColor(); return t1 == null ? null : t1.resolve$1(0, effectiveStates); }, - $signature: 123 + $signature: 85 }; A._TabBarState_build_closure1.prototype = { call$0() { @@ -244081,11 +250784,8 @@ } }, _jumpToPage$1(page) { - var t1; ++this._warpUnderwayCount; - t1 = this.___TabBarViewState__pageController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.jumpToPage$1(page); + this._pageController.jumpToPage$1(page); --this._warpUnderwayCount; }, _animateToPage$3$curve$duration(page, curve, duration) { @@ -244094,7 +250794,7 @@ _animateToPage$body$_TabBarViewState(page, curve, duration) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, t1; + $async$self = this; var $async$_animateToPage$3$curve$duration = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -244103,10 +250803,8 @@ case 0: // Function start ++$async$self._warpUnderwayCount; - t1 = $async$self.___TabBarViewState__pageController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); $async$goto = 2; - return A._asyncAwait(t1.animateToPage$3$curve$duration(page, curve, duration), $async$_animateToPage$3$curve$duration); + return A._asyncAwait($async$self._pageController.animateToPage$3$curve$duration(page, curve, duration), $async$_animateToPage$3$curve$duration); case 2: // returning from await. --$async$self._warpUnderwayCount; @@ -244124,10 +250822,14 @@ var t1, _this = this; _this.super$State$didChangeDependencies(); _this._updateTabController$0(); - t1 = _this._tabs$_controller._tab_controller$_index; - _this._currentIndex = t1; + _this._currentIndex = _this._tabs$_controller._tab_controller$_index; + t1 = _this._pageController; + if (t1 != null) + t1.dispose$0(); + t1 = _this._currentIndex; + t1.toString; _this._widget.toString; - _this.___TabBarViewState__pageController_A = A.PageController$(t1, 1); + _this._pageController = A.PageController$(t1, 1); }, didUpdateWidget$1(oldWidget) { var t1, _this = this; @@ -244138,7 +250840,8 @@ _this._currentIndex = t1; _this._jumpToPage$1(t1); } - t1 = _this._widget.children; + t1 = _this._widget; + t1 = t1.children; if (t1 !== oldWidget.children && _this._warpUnderwayCount === 0) _this.___TabBarViewState__childrenWithKey_A = A.KeyedSubtree_ensureUniqueKeysForList(t1); }, @@ -244149,6 +250852,9 @@ t1.get$animation(t1).removeListener$1(0, _this.get$_handleTabControllerAnimationTick()); } _this._tabs$_controller = null; + t1 = _this._pageController; + if (t1 != null) + t1.dispose$0(); _this.super$State$dispose(); }, _handleTabControllerAnimationTick$0() { @@ -244162,11 +250868,9 @@ } }, _warpToCurrentIndex$0() { - var t1, position, t2, t3, _this = this; + var position, t1, t2, t3, _this = this; if (_this._framework$_element != null) { - t1 = _this.___TabBarViewState__pageController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - position = type$._PagePosition._as(B.JSArray_methods.get$single(t1._positions)); + position = type$._PagePosition._as(B.JSArray_methods.get$single(_this._pageController._positions)); t1 = position.get$page(position); t2 = _this._currentIndex; t2.toString; @@ -244280,18 +250984,16 @@ return A._asyncStartSync($async$_warpToNonAdjacentTab$1, $async$completer); }, _syncControllerOffset$0() { - var t2, position, + var position, t2, t1 = this._tabs$_controller; t1.toString; - t2 = this.___TabBarViewState__pageController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - position = type$._PagePosition._as(B.JSArray_methods.get$single(t2._positions)); + position = type$._PagePosition._as(B.JSArray_methods.get$single(this._pageController._positions)); t2 = position.get$page(position); t2.toString; t1.set$offset(0, A.clampDouble(t2 - this._tabs$_controller._tab_controller$_index, -1, 1)); }, _tabs$_handleScrollNotification$1(notification) { - var t1, t2, position, t3, _this = this; + var position, t1, t2, _this = this; if (_this._warpUnderwayCount > 0 || _this._scrollUnderwayCount > 0) return false; if (notification.ViewportNotificationMixin__depth !== 0) @@ -244299,34 +251001,23 @@ if (!_this.get$_controllerIsValid()) return false; ++_this._scrollUnderwayCount; + position = type$._PagePosition._as(B.JSArray_methods.get$single(_this._pageController._positions)); + t1 = position.get$page(position); + t1.toString; if (notification instanceof A.ScrollUpdateNotification && _this._tabs$_controller._indexIsChangingCount === 0) { - t1 = _this.___TabBarViewState__pageController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = type$._PagePosition; - position = t2._as(B.JSArray_methods.get$single(t1._positions)); - t1 = position.get$page(position); - t1.toString; - t3 = _this._tabs$_controller; - if (Math.abs(t1 - t3._tab_controller$_index) > 1) { - position = t2._as(B.JSArray_methods.get$single(_this.___TabBarViewState__pageController_A._positions)); - t1 = position.get$page(position); - t1.toString; - t3._changeIndex$1(B.JSNumber_methods.round$0(t1)); + t2 = _this._tabs$_controller; + if (Math.abs(t1 - t2._tab_controller$_index) > 1) { + t2._changeIndex$1(B.JSNumber_methods.round$0(t1)); _this._currentIndex = _this._tabs$_controller._tab_controller$_index; } _this._syncControllerOffset$0(); } else if (notification instanceof A.ScrollEndNotification) { - t1 = _this._tabs$_controller; - t1.toString; - t2 = _this.___TabBarViewState__pageController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - position = type$._PagePosition._as(B.JSArray_methods.get$single(t2._positions)); - t2 = position.get$page(position); - t2.toString; - t1._changeIndex$1(B.JSNumber_methods.round$0(t2)); t2 = _this._tabs$_controller; - _this._currentIndex = t2._tab_controller$_index; - if (t2._indexIsChangingCount === 0) + t2.toString; + t2._changeIndex$1(B.JSNumber_methods.round$0(t1)); + t1 = _this._tabs$_controller; + _this._currentIndex = t1._tab_controller$_index; + if (t1._indexIsChangingCount === 0) _this._syncControllerOffset$0(); } --_this._scrollUnderwayCount; @@ -244335,11 +251026,12 @@ build$1(context) { var t1, t2, t3, _this = this; _this._widget.toString; - t1 = _this.___TabBarViewState__pageController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = _this._pageController; t2 = B.PageScrollPhysics_null.buildParent$1(B.ClampingScrollPhysics_null); t3 = _this.___TabBarViewState__childrenWithKey_A; t3 === $ && A.throwUnnamedLateFieldNI(); + if (t1 == null) + t1 = $.$get$_defaultPageController(); return new A.NotificationListener(_this.get$_tabs$_handleScrollNotification(), new A.PageView(t1, new A.PageScrollPhysics(t2), null, A.SliverChildListDelegate$(t3, true, true, true), B.DragStartBehavior_1, B.Clip_1, null), null, type$.NotificationListener_ScrollNotification); } }; @@ -244394,16 +251086,109 @@ return this.isScrollable ? B.TabAlignment_0 : B.TabAlignment_2; } }; + A._TabsPrimaryDefaultsM3.prototype = { + get$_tabs$_colors() { + var t1, _this = this, + value = _this.___TabsPrimaryDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___TabsPrimaryDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___TabsPrimaryDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$_tabs$_textTheme() { + var t1, _this = this, + value = _this.___TabsPrimaryDefaultsM3__textTheme_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___TabsPrimaryDefaultsM3__textTheme_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___TabsPrimaryDefaultsM3__textTheme_FI = t1.textTheme; + } + return value; + }, + get$dividerColor() { + var t1 = this.get$_tabs$_colors(), + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + }, + get$dividerHeight() { + return 1; + }, + get$indicatorColor() { + return this.get$_tabs$_colors().primary; + }, + get$labelColor() { + return this.get$_tabs$_colors().primary; + }, + get$labelStyle() { + return this.get$_tabs$_textTheme().titleSmall; + }, + get$unselectedLabelColor() { + var t1 = this.get$_tabs$_colors(), + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + get$unselectedLabelStyle() { + return this.get$_tabs$_textTheme().titleSmall; + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._TabsPrimaryDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$splashFactory() { + return A.Theme_of(this.context).splashFactory; + }, + get$tabAlignment() { + return this.isScrollable ? B.TabAlignment_1 : B.TabAlignment_2; + } + }; + A._TabsPrimaryDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_tabs$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_tabs$_colors().primary; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_tabs$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return null; + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_tabs$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_tabs$_colors().onSurface.value; + return A.Color$fromARGB(20, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_tabs$_colors().onSurface.value; + return A.Color$fromARGB(31, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return null; + }, + $signature: 85 + }; A.__ChangeAnimation_Animation_AnimationWithParentMixin.prototype = {}; A.__DragAnimation_Animation_AnimationWithParentMixin.prototype = {}; A.TextButton.prototype = { defaultStyleOf$1(context) { - var t1, + var t1, _null = null, theme = A.Theme_of(context), colorScheme = theme.colorScheme; - A.Theme_of(context); - t1 = colorScheme.onSurface.value; - t1 = A.TextButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.Color_0, A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), B.SystemMouseCursor_basic, 0, true, B.SystemMouseCursor_click, colorScheme.primary, B.Size_wjo, B.Size_64_36, A._scaledPadding0(context), null, theme.shadowColor, B.RoundedRectangleBorder_27D1, B.C__InkRippleFactory, theme.materialTapTargetSize, theme.textTheme.labelLarge, theme.visualDensity); + if (A.Theme_of(context).useMaterial3) + t1 = new A._TextButtonDefaultsM3(context, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.Duration_200000, true, B.Alignment_0_0, _null); + else { + t1 = colorScheme.onSurface.value; + t1 = A.TextButton_styleFrom(B.Alignment_0_0, B.Duration_200000, B.Color_0, B.Color_0, A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), B.SystemMouseCursor_basic, 0, true, B.SystemMouseCursor_click, colorScheme.primary, B.Size_wjo, B.Size_64_36, A._scaledPadding0(context), _null, theme.shadowColor, B.RoundedRectangleBorder_27D4, B.C__InkRippleFactory, theme.materialTapTargetSize, theme.textTheme.labelLarge, theme.visualDensity); + } return t1; }, themeStyleOf$1(context) { @@ -244452,6 +251237,101 @@ return this.enabledCursor; } }; + A._TextButtonDefaultsM3.prototype = { + get$_text_button$_colors() { + var t1, _this = this, + value = _this.___TextButtonDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___TextButtonDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___TextButtonDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$textStyle() { + return new A.MaterialStatePropertyAll(A.Theme_of(this.context).textTheme.labelLarge, type$.MaterialStatePropertyAll_nullable_TextStyle); + }, + get$backgroundColor(_) { + return B.MaterialStatePropertyAll_Color_0; + }, + get$foregroundColor() { + return new A._MaterialStatePropertyWith(new A._TextButtonDefaultsM3_foregroundColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$overlayColor() { + return new A._MaterialStatePropertyWith(new A._TextButtonDefaultsM3_overlayColor_closure(this), type$._MaterialStatePropertyWith_nullable_Color); + }, + get$shadowColor(_) { + return B.MaterialStatePropertyAll_Color_0; + }, + get$surfaceTintColor() { + return B.MaterialStatePropertyAll_Color_0; + }, + get$elevation(_) { + return B.MaterialStatePropertyAll_0; + }, + get$padding(_) { + return new A.MaterialStatePropertyAll(A._scaledPadding0(this.context), type$.MaterialStatePropertyAll_EdgeInsetsGeometry); + }, + get$minimumSize() { + return B.MaterialStatePropertyAll_Size_64_40; + }, + get$maximumSize() { + return B.MaterialStatePropertyAll_sty; + }, + get$shape(_) { + return B.MaterialStatePropertyAll_WV2; + }, + get$mouseCursor() { + return new A._MaterialStatePropertyWith(new A._TextButtonDefaultsM3_mouseCursor_closure(), type$._MaterialStatePropertyWith_nullable_MouseCursor); + }, + get$visualDensity() { + return A.Theme_of(this.context).visualDensity; + }, + get$tapTargetSize() { + return A.Theme_of(this.context).materialTapTargetSize; + }, + get$splashFactory() { + return A.Theme_of(this.context).splashFactory; + } + }; + A._TextButtonDefaultsM3_foregroundColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = this.$this.get$_text_button$_colors().onSurface.value; + return A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return this.$this.get$_text_button$_colors().primary; + }, + $signature: 25 + }; + A._TextButtonDefaultsM3_overlayColor_closure.prototype = { + call$1(states) { + var t1; + if (states.contains$1(0, B.MaterialState_2)) { + t1 = this.$this.get$_text_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = this.$this.get$_text_button$_colors().primary; + return A.Color$fromARGB(20, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = this.$this.get$_text_button$_colors().primary; + return A.Color$fromARGB(31, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + } + return null; + }, + $signature: 85 + }; + A._TextButtonDefaultsM3_mouseCursor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_6)) + return B.SystemMouseCursor_basic; + return B.SystemMouseCursor_click; + }, + $signature: 235 + }; A.__TextButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable.prototype = {}; A.TextButtonThemeData.prototype = { get$hashCode(_) { @@ -244584,7 +251464,11 @@ }, get$_hasError() { var t1 = this._widget.decoration; - return t1.errorText != null || this.get$_hasIntrinsicError(); + if (t1.errorText == null) + t1 = this.get$_hasIntrinsicError(); + else + t1 = true; + return t1; }, get$_text_field$_errorColor() { var t1 = this._widget.decoration.errorStyle; @@ -244636,10 +251520,17 @@ t2 = effectiveDecoration.errorStyle; if (t2 == null) { t2 = _this._framework$_element; - t2.toString; - t3 = A.Theme_of(t2).textTheme.bodySmall; - t3.toString; - t2 = t3.copyWith$1$color(A.Theme_of(t2).colorScheme.error); + if (themeData.useMaterial3) { + t2.toString; + t3 = A.Theme_of(t2).textTheme.bodySmall; + t3.toString; + t2 = t3.copyWith$1$color(A.Theme_of(t2).colorScheme.error); + } else { + t2.toString; + t3 = A.Theme_of(t2).textTheme.bodySmall; + t3.toString; + t2 = t3.copyWith$1$color(A.Theme_of(t2).colorScheme.error); + } } return effectiveDecoration.copyWith$4$counterStyle$counterText$errorText$semanticCounterText(t2, counterText, t1, semanticCounterText); } @@ -244661,7 +251552,7 @@ var mode, t1 = this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_15); + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_17); mode = t1 == null ? null : t1.navigationMode; switch ((mode == null ? B.NavigationMode_0 : mode).index) { case 0: @@ -244866,22 +251757,33 @@ return t1; }, build$1(context) { - var t2, t3, t4, stateStyle, style, controller, focusNode, spellCheckConfiguration, textSelectionControls, cursorOpacityAnimates, cursorRadius, cupertinoTheme, cursorColor, selectionColor, cursorOffset, autocorrectionTextRectColor, paintCursorAboveText, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, child, effectiveMouseCursor, _this = this, _null = null, _box_0 = {}, + var providedStyle, t2, t3, theme0, t4, stateStyle, style, controller, focusNode, spellCheckConfiguration, textSelectionControls, cursorOpacityAnimates, cursorRadius, cupertinoTheme, cursorColor, selectionColor, cursorOffset, autocorrectionTextRectColor, paintCursorAboveText, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, child, effectiveMouseCursor, _this = this, _null = null, _box_0 = {}, theme = A.Theme_of(context), t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultSelectionStyle); if (t1 == null) t1 = B.DefaultSelectionStyle_mt1; - t2 = theme.textTheme.titleMedium; - t2.toString; + providedStyle = A.MaterialStateProperty_resolveAs(_this._widget.style, _this.get$_materialState(), type$.nullable_TextStyle); + if (theme.useMaterial3) { + t2 = A.Theme_of(context).textTheme.bodyLarge; + t2.toString; + } else { + t2 = theme.textTheme.titleMedium; + t2.toString; + } t3 = _this._framework$_element; t3.toString; - A.Theme_of(t3); + theme0 = A.Theme_of(t3); t3 = _this._framework$_element; - t3.toString; - t3 = A._m2StateInputStyle(t3); + if (theme0.useMaterial3) { + t3.toString; + t3 = A._m3StateInputStyle(t3); + } else { + t3.toString; + t3 = A._m2StateInputStyle(t3); + } t4 = type$.TextStyle; stateStyle = A.MaterialStateProperty_resolveAs(t3, _this.get$_materialState(), t4); - style = A.MaterialStateProperty_resolveAs(t2, _this.get$_materialState(), t4).merge$1(stateStyle).merge$1(_this._widget.style); + style = A.MaterialStateProperty_resolveAs(t2, _this.get$_materialState(), t4).merge$1(stateStyle).merge$1(providedStyle); _this._widget.toString; t2 = theme.colorScheme; controller = _this.get$_text_field$_effectiveController(); @@ -244911,7 +251813,7 @@ textSelectionControls = t4.selectionControls; cursorOpacityAnimates = t4.cursorOpacityAnimates; cursorRadius = t4.cursorRadius; - _box_0.handleDidGainAccessibilityFocus = null; + _box_0.handleDidLoseAccessibilityFocus = _box_0.handleDidGainAccessibilityFocus = null; switch (theme.platform.index) { case 2: cupertinoTheme = A.CupertinoTheme_of(context); @@ -244956,6 +251858,7 @@ cursorRadius = B.Radius_2_2; cursorOffset = new A.Offset(-2 / A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_2, type$.MediaQuery).data.devicePixelRatio, 0); _box_0.handleDidGainAccessibilityFocus = new A._TextFieldState_build_closure(_this); + _box_0.handleDidLoseAccessibilityFocus = new A._TextFieldState_build_closure0(_this); autocorrectionTextRectColor = _null; paintCursorAboveText = true; break; @@ -244995,6 +251898,8 @@ t1 = t2.primary; selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } + _box_0.handleDidGainAccessibilityFocus = new A._TextFieldState_build_closure1(_this); + _box_0.handleDidLoseAccessibilityFocus = new A._TextFieldState_build_closure2(_this); autocorrectionTextRectColor = _null; cursorOffset = autocorrectionTextRectColor; paintCursorAboveText = false; @@ -245015,7 +251920,8 @@ t1 = t2.primary; selectionColor = A.Color$fromARGB(102, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); } - _box_0.handleDidGainAccessibilityFocus = new A._TextFieldState_build_closure0(_this); + _box_0.handleDidGainAccessibilityFocus = new A._TextFieldState_build_closure3(_this); + _box_0.handleDidLoseAccessibilityFocus = new A._TextFieldState_build_closure4(_this); autocorrectionTextRectColor = _null; cursorOffset = autocorrectionTextRectColor; paintCursorAboveText = false; @@ -245073,7 +251979,7 @@ t43 = $.$get$TextMagnifier_adaptiveMagnifierConfiguration(); t1 = A.UnmanagedRestorationScope$(t1, A.EditableText$(t19, autocorrectionTextRectColor, _this, B.List_empty0, t16, B.CupertinoDynamicColor_YIZ, t41, t42, t25, controller, cursorColor, t34, cursorOffset, cursorOpacityAnimates, cursorRadius, t33, t38, true, t26, true, t5, focusNode, true, t3, _this.editableTextKey, t2.brightness, t10, t43, t22, t23, B.C__DeferringMouseCursor, t18, t17, t31, t28, t29, _this.get$_text_field$_handleSelectionChanged(), _this.get$_handleSelectionHandleTapped(), t30, t32, paintCursorAboveText, t4, true, "editable", true, t39, t37, t40, t24, t27, t35, t36, t7, t8, t20, t21, spellCheckConfiguration, t13, style, t14, t12, t15, _null, t11, _null, B.TextWidthBasis_0, t6, t9)); _this._widget.toString; - child = A.AnimatedBuilder$(new A._MergingListenable(A._setArrayType([focusNode, controller], type$.JSArray_Listenable)), new A._TextFieldState_build_closure1(_this, focusNode, controller), new A.RepaintBoundary(t1, _null)); + child = A.AnimatedBuilder$(new A._MergingListenable(A._setArrayType([focusNode, controller], type$.JSArray_Listenable)), new A._TextFieldState_build_closure5(_this, focusNode, controller), new A.RepaintBoundary(t1, _null)); _this._widget.toString; effectiveMouseCursor = A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_text_textable, _this.get$_materialState(), type$.MouseCursor); _box_0.semanticsMaxValueLength = null; @@ -245087,7 +251993,7 @@ t1 = _this.get$_text_field$_isEnabled(); t2 = _this.___TextFieldState__selectionGestureDetectorBuilder_A; t2 === $ && A.throwUnnamedLateFieldNI(); - return A.MouseRegion$(A.TextFieldTapRegion$(A.IgnorePointer$(A.AnimatedBuilder$(controller, new A._TextFieldState_build_closure2(_box_0, _this), t2.buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, child)), !t1, _null), _null, _null), effectiveMouseCursor, _null, _null, new A._TextFieldState_build_closure3(_this), new A._TextFieldState_build_closure4(_this), _null); + return A.MouseRegion$(A.TextFieldTapRegion$(A.IgnorePointer$(A.AnimatedBuilder$(controller, new A._TextFieldState_build_closure6(_box_0, _this), t2.buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, child)), !t1, _null), _null, _null), effectiveMouseCursor, _null, _null, new A._TextFieldState_build_closure7(_this), new A._TextFieldState_build_closure8(_this), _null); }, $isAutofillClient: 1, get$editableTextKey() { @@ -245120,6 +252026,12 @@ $signature: 0 }; A._TextFieldState_build_closure0.prototype = { + call$0() { + this.$this.get$_effectiveFocusNode().unfocus$0(); + }, + $signature: 0 + }; + A._TextFieldState_build_closure1.prototype = { call$0() { var t1 = this.$this; if (!t1.get$_effectiveFocusNode().get$hasFocus() && t1.get$_effectiveFocusNode().get$canRequestFocus()) @@ -245127,7 +252039,27 @@ }, $signature: 0 }; - A._TextFieldState_build_closure1.prototype = { + A._TextFieldState_build_closure2.prototype = { + call$0() { + this.$this.get$_effectiveFocusNode().unfocus$0(); + }, + $signature: 0 + }; + A._TextFieldState_build_closure3.prototype = { + call$0() { + var t1 = this.$this; + if (!t1.get$_effectiveFocusNode().get$hasFocus() && t1.get$_effectiveFocusNode().get$canRequestFocus()) + t1.get$_effectiveFocusNode().requestFocus$0(); + }, + $signature: 0 + }; + A._TextFieldState_build_closure4.prototype = { + call$0() { + this.$this.get$_effectiveFocusNode().unfocus$0(); + }, + $signature: 0 + }; + A._TextFieldState_build_closure5.prototype = { call$2(context, child) { var t6, t7, t8, t1 = this.$this, @@ -245141,23 +252073,23 @@ t8 = this.controller._change_notifier$_value.text; return A.InputDecorator$(t4, child, t2, t1._widget.expands, t8.length === 0, t7, t6, t5, t3); }, - $signature: 2897 + $signature: 1150 }; - A._TextFieldState_build_closure3.prototype = { + A._TextFieldState_build_closure7.prototype = { call$1($event) { return this.$this._handleHover$1(true); }, - $signature: 129 + $signature: 132 }; - A._TextFieldState_build_closure4.prototype = { + A._TextFieldState_build_closure8.prototype = { call$1($event) { return this.$this._handleHover$1(false); }, - $signature: 106 + $signature: 110 }; - A._TextFieldState_build_closure2.prototype = { + A._TextFieldState_build_closure6.prototype = { call$2(context, child) { - var _null = null, + var t5, _null = null, t1 = this._box_0, t2 = t1.semanticsMaxValueLength, t3 = this.$this, @@ -245165,10 +252097,11 @@ t4 = t4.length === 0 ? B.StringCharacters_ehH : new A.StringCharacters(t4); t4 = t4.get$length(t4); t3 = t3._widget.readOnly ? _null : new A._TextFieldState_build__closure(t3); - t1 = t1.handleDidGainAccessibilityFocus; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); + t5 = t1.handleDidGainAccessibilityFocus; + t1 = t1.handleDidLoseAccessibilityFocus; + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t5, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); }, - $signature: 782 + $signature: 800 }; A._TextFieldState_build__closure.prototype = { call$0() { @@ -245188,14 +252121,25 @@ t1 = theme.textTheme.titleMedium; return A.TextStyle$(_null, _null, t1 == null ? _null : t1.color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 236 + $signature: 122 + }; + A._m3StateInputStyle_closure.prototype = { + call$1(states) { + var t1, _null = null; + if (states.contains$1(0, B.MaterialState_6)) { + t1 = A.Theme_of(this.context).textTheme.bodyLarge.color; + return A.TextStyle$(_null, _null, t1 == null ? _null : A.Color$fromARGB(97, t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + } + return A.TextStyle$(_null, _null, A.Theme_of(this.context).textTheme.bodyLarge.color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + }, + $signature: 122 }; A.__TextFieldState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -245243,7 +252187,7 @@ type$._TextFormFieldState._as(field); t1 = _this.decoration; t2 = t1 == null; - t3 = t2 ? B.InputDecoration_9Is : t1; + t3 = t2 ? B.InputDecoration_vBr : t1; t4 = field._framework$_element; t4.toString; effectiveDecoration = t3.applyDefaults$1(A.Theme_of(t4).inputDecorationTheme); @@ -245267,7 +252211,7 @@ t2 = !t7 || !t6; return A.UnmanagedRestorationScope$(t4, A.TextField$(_this.autocorrect, _this.autofillHints, _this.autofocus, _this.buildCounter, _this.canRequestFocus, _this.clipBehavior, _this.contentInsertionConfiguration, _this.contextMenuBuilder, t3, _this.cursorColor, _this.cursorHeight, _this.cursorOpacityAnimates, _this.cursorRadius, _this.cursorWidth, t5, _this.dragStartBehavior, _this.enableIMEPersonalizedLearning, t2, _this.enableSuggestions, t1 !== false, _this.expands, _this.focusNode, _this.inputFormatters, _this.keyboardAppearance, _this.keyboardType, _this.magnifierConfiguration, _this.maxLength, _this.maxLengthEnforcement, _this.maxLines, _this.minLines, _this.mouseCursor, t7, _this.obscuringCharacter, _this.onAppPrivateCommand, new A.TextFormField_closure_onChangedHandler(field, _this.onChanged), _this.onEditingComplete, _this.onFieldSubmitted, _this.onTap, _this.onTapOutside, t6, _this.restorationId, _this.scribbleEnabled, _this.scrollController, _this.scrollPadding, _this.scrollPhysics, _this.selectionControls, _this.selectionHeightStyle, _this.selectionWidthStyle, _this.showCursor, t8, t9, _this.spellCheckConfiguration, _this.strutStyle, _this.style, _this.textAlign, _this.textAlignVertical, _this.textCapitalization, _this.textDirection, _this.textInputAction, _this.toolbarOptions, _this.undoController)); }, - $signature: 2896 + $signature: 1155 }; A.TextFormField_closure_onChangedHandler.prototype = { call$1(value) { @@ -245357,7 +252301,7 @@ t1._disposeOldValue$0(); t1.super$RestorableListenable$dispose(); } - _this.super$_FormFieldState_State_RestorationMixin$dispose(); + _this.super$FormFieldState$dispose(); }, didChange$1(value) { var t1; @@ -245389,11 +252333,11 @@ handle = new A.SizedBox(22, 22, A.CustomPaint$(A.GestureDetector$(B.HitTestBehavior_2, _null, B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, onTap, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), _null, _null, new A._TextSelectionHandlePainter(handleColor, _null), B.Size_0_0), _null); switch (type.index) { case 0: - return A.Transform$rotate(B.Alignment_0_0, 1.5707963267948966, handle, _null); + return A.Transform$rotate(1.5707963267948966, handle); case 1: return handle; case 2: - return A.Transform$rotate(B.Alignment_0_0, 0.7853981633974483, handle, _null); + return A.Transform$rotate(0.7853981633974483, handle); } }, getHandleAnchor$2(type, textLineHeight) { @@ -245446,7 +252390,7 @@ build$1(context) { var anchorAbovePadded = this.anchorAbove.$sub(0, B.Offset_0_8), anchorBelowPadded = this.anchorBelow.$add(0, B.Offset_0_20), - paddingAbove = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, type$.MediaQuery).data.padding.top + 8, + paddingAbove = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, type$.MediaQuery).data.padding.top + 8, fitsAbove = 44 <= anchorAbovePadded._dy - 8 - paddingAbove, localAdjustment = new A.Offset(8, paddingAbove); return new A.Padding(new A.EdgeInsets(8, paddingAbove, 8, 8), new A.CustomSingleChildLayout(new A.TextSelectionToolbarLayoutDelegate(anchorAbovePadded.$sub(0, localAdjustment), anchorBelowPadded.$sub(0, localAdjustment), fitsAbove), new A._TextSelectionToolbarOverflowable(this.children, fitsAbove, A.text_selection_toolbar_TextSelectionToolbar__defaultToolbarBuilder$closure(), null), null), null); @@ -245464,7 +252408,7 @@ didUpdateWidget$1(oldWidget) { var _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (!A.listEquals0(_this._widget.children, oldWidget.children)) { + if (!A.listEquals(_this._widget.children, oldWidget.children)) { _this._text_selection_toolbar$_containerKey = new A.UniqueKey(); _this._overflowOpen = false; } @@ -245599,7 +252543,7 @@ call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A._TextSelectionToolbarItemsLayout.prototype = { createRenderObject$1(context) { @@ -245742,7 +252686,7 @@ if (width > t4 && t2._lastIndexThatFits === -1) t2._lastIndexThatFits = t1.i - 1; }, - $signature: 66 + $signature: 63 }; A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure.prototype = { call$1(renderObjectChild) { @@ -245774,7 +252718,7 @@ t1.nextSize = new A.Size(Math.max(renderObjectChild.get$size(renderObjectChild)._dx, t1.nextSize._dx), t1.overflowHeight); } }, - $signature: 66 + $signature: 63 }; A._RenderTextSelectionToolbarItemsLayout_paint_closure.prototype = { call$1(renderObjectChild) { @@ -245787,13 +252731,13 @@ return; this.context.paintChild$2(renderObjectChild, t1.offset.$add(0, this.offset)); }, - $signature: 66 + $signature: 63 }; A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure.prototype = { call$1(renderObjectChild) { @@ -245804,12 +252748,12 @@ if (type$.ToolbarItemsParentData._as(t1).shouldPaint) this.visitor.call$1(renderObjectChild); }, - $signature: 66 + $signature: 63 }; A._TextSelectionToolbarContainer.prototype = { build$1(context) { var _null = null; - return A.Material$(B.Duration_200000, true, B.BorderRadius_tLn2, this.child, B.Clip_2, _null, 1, _null, _null, _null, _null, _null, B.MaterialType_1); + return A.Material$(B.Duration_200000, true, B.BorderRadius_tLn3, this.child, B.Clip_2, A._TextSelectionToolbarContainer__getColor(A.Theme_of(context).colorScheme), 1, _null, _null, _null, _null, _null, B.MaterialType_1); } }; A._TextSelectionToolbarOverflowButton.prototype = { @@ -245864,9 +252808,8 @@ }; A.TextSelectionToolbarTextButton.prototype = { build$1(context) { - var _this = this, _null = null, - foregroundColor = A.Theme_of(context).colorScheme.brightness === B.Brightness_0 ? B.Color_4294967295 : B.Color_3707764736; - return A.TextButton$(false, _this.child, _null, _null, _this.onPressed, A.TextButton_styleFrom(_this.alignment, _null, _null, _null, _null, _null, _null, _null, _null, foregroundColor, _null, B.Size_48_48, _this.padding, _null, _null, B.RoundedRectangleBorder_27D0, _null, _null, _null, _null)); + var _this = this, _null = null; + return A.TextButton$(false, _this.child, _null, _null, _this.onPressed, A.TextButton_styleFrom(_this.alignment, _null, B.Color_0, _null, _null, _null, _null, _null, _null, A.TextSelectionToolbarTextButton__getForegroundColor(A.Theme_of(context).colorScheme), _null, B.Size_48_48, _this.padding, _null, _null, B.RoundedRectangleBorder_27D0, _null, _null, B.TextStyle_LxF0, _null)); } }; A.TextTheme.prototype = { @@ -246008,6 +252951,9 @@ t15 = _this.labelSmall; return A.TextTheme$(t10, t11, t12, t1, t2, t3, t4, t5, t6, t13, t14, t15 == null ? _null : t15.apply$9$color$decoration$decorationColor$decorationStyle$fontFamily$fontFamilyFallback$fontSizeDelta$fontSizeFactor$package(bodyColor, _null, decorationColor, _null, fontFamily, fontFamilyFallback, 0, 1, $package), t7, t8, t9); }, + apply$3$bodyColor$decorationColor$displayColor(bodyColor, decorationColor, displayColor) { + return this.apply$6$bodyColor$decorationColor$displayColor$fontFamily$fontFamilyFallback$package(bodyColor, decorationColor, displayColor, null, null, null); + }, apply$1$fontFamily(fontFamily) { return this.apply$6$bodyColor$decorationColor$displayColor$fontFamily$fontFamilyFallback$package(null, null, null, fontFamily, null, null); }, @@ -246091,7 +253037,7 @@ call$1(value) { return new A.ThemeDataTween(type$.ThemeData._as(value), null); }, - $signature: 2895 + $signature: 1156 }; A.MaterialTapTargetSize.prototype = { _enumToString$0() { @@ -246105,7 +253051,7 @@ t2 = disabledColor == null ? _this.disabledColor : disabledColor, t3 = primaryTextTheme == null ? _this.primaryTextTheme : primaryTextTheme, t4 = textTheme == null ? _this.textTheme : textTheme; - return A.ThemeData$raw(_this.actionIconTheme, _this.androidOverscrollIndicator, _this.appBarTheme, _this.applyElevationOverlayColor, _this._backgroundColor, _this.badgeTheme, _this.bannerTheme, _this._bottomAppBarColor, _this.bottomAppBarTheme, _this.bottomNavigationBarTheme, _this.bottomSheetTheme, _this.buttonBarTheme, _this.buttonTheme, _this.canvasColor, _this.cardColor, _this.cardTheme, _this.checkboxTheme, _this.chipTheme, t1, _this.cupertinoOverrideTheme, _this.dataTableTheme, _this.datePickerTheme, _this.dialogBackgroundColor, _this.dialogTheme, t2, _this.dividerColor, _this.dividerTheme, _this.drawerTheme, _this.dropdownMenuTheme, _this.elevatedButtonTheme, _this._errorColor, _this.expansionTileTheme, _this.extensions, _this.filledButtonTheme, _this.floatingActionButtonTheme, _this.focusColor, _this.highlightColor, _this.hintColor, _this.hoverColor, _this.iconButtonTheme, _this.iconTheme, _this.indicatorColor, _this.inputDecorationTheme, _this.listTileTheme, _this.materialTapTargetSize, _this.menuBarTheme, _this.menuButtonTheme, _this.menuTheme, _this.navigationBarTheme, _this.navigationDrawerTheme, _this.navigationRailTheme, _this.outlinedButtonTheme, _this.pageTransitionsTheme, _this.platform, _this.popupMenuTheme, _this.primaryColor, _this.primaryColorDark, _this.primaryColorLight, _this.primaryIconTheme, t3, _this.progressIndicatorTheme, _this.radioTheme, _this.scaffoldBackgroundColor, _this.scrollbarTheme, _this.searchBarTheme, _this.searchViewTheme, _this.secondaryHeaderColor, _this.segmentedButtonTheme, _this._selectedRowColor, _this.shadowColor, _this.sliderTheme, _this.snackBarTheme, _this.splashColor, _this.splashFactory, _this.switchTheme, _this.tabBarTheme, _this.textButtonTheme, _this.textSelectionTheme, t4, _this.timePickerTheme, _this.toggleButtonsTheme, _this._toggleableActiveColor, _this.tooltipTheme, _this.typography, _this.unselectedWidgetColor, false, _this.visualDensity); + return A.ThemeData$raw(_this.actionIconTheme, _this.appBarTheme, _this.applyElevationOverlayColor, _this._backgroundColor, _this.badgeTheme, _this.bannerTheme, _this._bottomAppBarColor, _this.bottomAppBarTheme, _this.bottomNavigationBarTheme, _this.bottomSheetTheme, _this.buttonBarTheme, _this.buttonTheme, _this.canvasColor, _this.cardColor, _this.cardTheme, _this.checkboxTheme, _this.chipTheme, t1, _this.cupertinoOverrideTheme, _this.dataTableTheme, _this.datePickerTheme, _this.dialogBackgroundColor, _this.dialogTheme, t2, _this.dividerColor, _this.dividerTheme, _this.drawerTheme, _this.dropdownMenuTheme, _this.elevatedButtonTheme, _this._errorColor, _this.expansionTileTheme, _this.extensions, _this.filledButtonTheme, _this.floatingActionButtonTheme, _this.focusColor, _this.highlightColor, _this.hintColor, _this.hoverColor, _this.iconButtonTheme, _this.iconTheme, _this.indicatorColor, _this.inputDecorationTheme, _this.listTileTheme, _this.materialTapTargetSize, _this.menuBarTheme, _this.menuButtonTheme, _this.menuTheme, _this.navigationBarTheme, _this.navigationDrawerTheme, _this.navigationRailTheme, _this.outlinedButtonTheme, _this.pageTransitionsTheme, _this.platform, _this.popupMenuTheme, _this.primaryColor, _this.primaryColorDark, _this.primaryColorLight, _this.primaryIconTheme, t3, _this.progressIndicatorTheme, _this.radioTheme, _this.scaffoldBackgroundColor, _this.scrollbarTheme, _this.searchBarTheme, _this.searchViewTheme, _this.secondaryHeaderColor, _this.segmentedButtonTheme, _this._selectedRowColor, _this.shadowColor, _this.sliderTheme, _this.snackBarTheme, _this.splashColor, _this.splashFactory, _this.switchTheme, _this.tabBarTheme, _this.textButtonTheme, _this.textSelectionTheme, t4, _this.timePickerTheme, _this.toggleButtonsTheme, _this._toggleableActiveColor, _this.tooltipTheme, _this.typography, _this.unselectedWidgetColor, _this.useMaterial3, _this.visualDensity); }, copyWith$2$primaryTextTheme$textTheme(primaryTextTheme, textTheme) { return this.copyWith$4$brightness$disabledColor$primaryTextTheme$textTheme(null, null, primaryTextTheme, textTheme); @@ -246128,103 +253074,106 @@ if (other.platform === _this.platform) if (other.scrollbarTheme.$eq(0, _this.scrollbarTheme)) if (other.splashFactory === _this.splashFactory) - if (other.visualDensity.$eq(0, _this.visualDensity)) - if (other.canvasColor.$eq(0, _this.canvasColor)) - if (other.cardColor.$eq(0, _this.cardColor)) - if (other.colorScheme.$eq(0, _this.colorScheme)) - if (other.dialogBackgroundColor.$eq(0, _this.dialogBackgroundColor)) - if (other.disabledColor.$eq(0, _this.disabledColor)) - if (other.dividerColor.$eq(0, _this.dividerColor)) - if (other.focusColor.$eq(0, _this.focusColor)) - if (other.highlightColor.$eq(0, _this.highlightColor)) - if (other.hintColor.$eq(0, _this.hintColor)) - if (other.hoverColor.$eq(0, _this.hoverColor)) - if (other.indicatorColor.$eq(0, _this.indicatorColor)) - if (other.primaryColor.$eq(0, _this.primaryColor)) - if (other.primaryColorDark.$eq(0, _this.primaryColorDark)) - if (other.primaryColorLight.$eq(0, _this.primaryColorLight)) - if (other.scaffoldBackgroundColor.$eq(0, _this.scaffoldBackgroundColor)) - if (other.secondaryHeaderColor.$eq(0, _this.secondaryHeaderColor)) - if (other.shadowColor.$eq(0, _this.shadowColor)) - if (other.splashColor.$eq(0, _this.splashColor)) - if (other.unselectedWidgetColor.$eq(0, _this.unselectedWidgetColor)) - if (other.iconTheme.$eq(0, _this.iconTheme)) - if (other.primaryIconTheme.$eq(0, _this.primaryIconTheme)) - if (other.primaryTextTheme.$eq(0, _this.primaryTextTheme)) - if (other.textTheme.$eq(0, _this.textTheme)) - if (other.typography.$eq(0, _this.typography)) - if (J.$eq$(other.actionIconTheme, _this.actionIconTheme)) - if (other.appBarTheme.$eq(0, _this.appBarTheme)) - if (other.badgeTheme.$eq(0, _this.badgeTheme)) - if (other.bannerTheme.$eq(0, _this.bannerTheme)) - if (other.bottomAppBarTheme.$eq(0, _this.bottomAppBarTheme)) - if (other.bottomNavigationBarTheme.$eq(0, _this.bottomNavigationBarTheme)) - if (other.bottomSheetTheme.$eq(0, _this.bottomSheetTheme)) - if (other.buttonBarTheme.$eq(0, _this.buttonBarTheme)) - if (other.buttonTheme.$eq(0, _this.buttonTheme)) - if (other.cardTheme.$eq(0, _this.cardTheme)) - if (other.checkboxTheme.$eq(0, _this.checkboxTheme)) - if (other.chipTheme.$eq(0, _this.chipTheme)) - if (other.dataTableTheme.$eq(0, _this.dataTableTheme)) - if (other.datePickerTheme.$eq(0, _this.datePickerTheme)) - if (other.dialogTheme.$eq(0, _this.dialogTheme)) - if (other.dividerTheme.$eq(0, _this.dividerTheme)) - if (other.drawerTheme.$eq(0, _this.drawerTheme)) - if (other.dropdownMenuTheme.$eq(0, _this.dropdownMenuTheme)) - if (other.elevatedButtonTheme.$eq(0, _this.elevatedButtonTheme)) - if (other.expansionTileTheme.$eq(0, _this.expansionTileTheme)) - if (other.filledButtonTheme.$eq(0, _this.filledButtonTheme)) - if (other.floatingActionButtonTheme.$eq(0, _this.floatingActionButtonTheme)) - if (other.iconButtonTheme.$eq(0, _this.iconButtonTheme)) - if (other.listTileTheme.$eq(0, _this.listTileTheme)) - if (other.menuBarTheme.$eq(0, _this.menuBarTheme)) - if (other.menuButtonTheme.$eq(0, _this.menuButtonTheme)) - if (other.menuTheme.$eq(0, _this.menuTheme)) - if (other.navigationBarTheme.$eq(0, _this.navigationBarTheme)) - if (other.navigationDrawerTheme.$eq(0, _this.navigationDrawerTheme)) - if (other.navigationRailTheme.$eq(0, _this.navigationRailTheme)) - if (other.outlinedButtonTheme.$eq(0, _this.outlinedButtonTheme)) - if (other.popupMenuTheme.$eq(0, _this.popupMenuTheme)) - if (other.progressIndicatorTheme.$eq(0, _this.progressIndicatorTheme)) - if (other.radioTheme.$eq(0, _this.radioTheme)) - if (other.searchBarTheme.$eq(0, _this.searchBarTheme)) - if (other.searchViewTheme.$eq(0, _this.searchViewTheme)) - if (other.segmentedButtonTheme.$eq(0, _this.segmentedButtonTheme)) - if (other.sliderTheme.$eq(0, _this.sliderTheme)) - if (other.snackBarTheme.$eq(0, _this.snackBarTheme)) - if (other.switchTheme.$eq(0, _this.switchTheme)) - if (other.tabBarTheme.$eq(0, _this.tabBarTheme)) - if (other.textButtonTheme.$eq(0, _this.textButtonTheme)) - if (other.textSelectionTheme.$eq(0, _this.textSelectionTheme)) - if (other.timePickerTheme.$eq(0, _this.timePickerTheme)) - if (other.toggleButtonsTheme.$eq(0, _this.toggleButtonsTheme)) - if (other.tooltipTheme.$eq(0, _this.tooltipTheme)) { - t1 = other._toggleableActiveColor; - t1.toString; - t2 = _this._toggleableActiveColor; - t2.toString; - if (t1.$eq(0, t2)) { - t1 = other._selectedRowColor; + if (other.useMaterial3 === _this.useMaterial3) + if (other.visualDensity.$eq(0, _this.visualDensity)) + if (other.canvasColor.$eq(0, _this.canvasColor)) + if (other.cardColor.$eq(0, _this.cardColor)) + if (other.colorScheme.$eq(0, _this.colorScheme)) + if (other.dialogBackgroundColor.$eq(0, _this.dialogBackgroundColor)) + if (other.disabledColor.$eq(0, _this.disabledColor)) + if (other.dividerColor.$eq(0, _this.dividerColor)) + if (other.focusColor.$eq(0, _this.focusColor)) + if (other.highlightColor.$eq(0, _this.highlightColor)) + if (other.hintColor.$eq(0, _this.hintColor)) + if (other.hoverColor.$eq(0, _this.hoverColor)) + if (other.indicatorColor.$eq(0, _this.indicatorColor)) + if (other.primaryColor.$eq(0, _this.primaryColor)) + if (other.primaryColorDark.$eq(0, _this.primaryColorDark)) + if (other.primaryColorLight.$eq(0, _this.primaryColorLight)) + if (other.scaffoldBackgroundColor.$eq(0, _this.scaffoldBackgroundColor)) + if (other.secondaryHeaderColor.$eq(0, _this.secondaryHeaderColor)) + if (other.shadowColor.$eq(0, _this.shadowColor)) + if (other.splashColor.$eq(0, _this.splashColor)) + if (other.unselectedWidgetColor.$eq(0, _this.unselectedWidgetColor)) + if (other.iconTheme.$eq(0, _this.iconTheme)) + if (other.primaryIconTheme.$eq(0, _this.primaryIconTheme)) + if (other.primaryTextTheme.$eq(0, _this.primaryTextTheme)) + if (other.textTheme.$eq(0, _this.textTheme)) + if (other.typography.$eq(0, _this.typography)) + if (J.$eq$(other.actionIconTheme, _this.actionIconTheme)) + if (other.appBarTheme.$eq(0, _this.appBarTheme)) + if (other.badgeTheme.$eq(0, _this.badgeTheme)) + if (other.bannerTheme.$eq(0, _this.bannerTheme)) + if (other.bottomAppBarTheme.$eq(0, _this.bottomAppBarTheme)) + if (other.bottomNavigationBarTheme.$eq(0, _this.bottomNavigationBarTheme)) + if (other.bottomSheetTheme.$eq(0, _this.bottomSheetTheme)) + if (other.buttonBarTheme.$eq(0, _this.buttonBarTheme)) + if (other.buttonTheme.$eq(0, _this.buttonTheme)) + if (other.cardTheme.$eq(0, _this.cardTheme)) + if (other.checkboxTheme.$eq(0, _this.checkboxTheme)) + if (other.chipTheme.$eq(0, _this.chipTheme)) + if (other.dataTableTheme.$eq(0, _this.dataTableTheme)) + if (other.datePickerTheme.$eq(0, _this.datePickerTheme)) + if (other.dialogTheme.$eq(0, _this.dialogTheme)) + if (other.dividerTheme.$eq(0, _this.dividerTheme)) + if (other.drawerTheme.$eq(0, _this.drawerTheme)) + if (other.dropdownMenuTheme.$eq(0, _this.dropdownMenuTheme)) + if (other.elevatedButtonTheme.$eq(0, _this.elevatedButtonTheme)) + if (other.expansionTileTheme.$eq(0, _this.expansionTileTheme)) + if (other.filledButtonTheme.$eq(0, _this.filledButtonTheme)) + if (other.floatingActionButtonTheme.$eq(0, _this.floatingActionButtonTheme)) + if (other.iconButtonTheme.$eq(0, _this.iconButtonTheme)) + if (other.listTileTheme.$eq(0, _this.listTileTheme)) + if (other.menuBarTheme.$eq(0, _this.menuBarTheme)) + if (other.menuButtonTheme.$eq(0, _this.menuButtonTheme)) + if (other.menuTheme.$eq(0, _this.menuTheme)) + if (other.navigationBarTheme.$eq(0, _this.navigationBarTheme)) + if (other.navigationDrawerTheme.$eq(0, _this.navigationDrawerTheme)) + if (other.navigationRailTheme.$eq(0, _this.navigationRailTheme)) + if (other.outlinedButtonTheme.$eq(0, _this.outlinedButtonTheme)) + if (other.popupMenuTheme.$eq(0, _this.popupMenuTheme)) + if (other.progressIndicatorTheme.$eq(0, _this.progressIndicatorTheme)) + if (other.radioTheme.$eq(0, _this.radioTheme)) + if (other.searchBarTheme.$eq(0, _this.searchBarTheme)) + if (other.searchViewTheme.$eq(0, _this.searchViewTheme)) + if (other.segmentedButtonTheme.$eq(0, _this.segmentedButtonTheme)) + if (other.sliderTheme.$eq(0, _this.sliderTheme)) + if (other.snackBarTheme.$eq(0, _this.snackBarTheme)) + if (other.switchTheme.$eq(0, _this.switchTheme)) + if (other.tabBarTheme.$eq(0, _this.tabBarTheme)) + if (other.textButtonTheme.$eq(0, _this.textButtonTheme)) + if (other.textSelectionTheme.$eq(0, _this.textSelectionTheme)) + if (other.timePickerTheme.$eq(0, _this.timePickerTheme)) + if (other.toggleButtonsTheme.$eq(0, _this.toggleButtonsTheme)) + if (other.tooltipTheme.$eq(0, _this.tooltipTheme)) { + t1 = other._toggleableActiveColor; t1.toString; - t2 = _this._selectedRowColor; + t2 = _this._toggleableActiveColor; t2.toString; if (t1.$eq(0, t2)) { - t1 = other._errorColor; + t1 = other._selectedRowColor; t1.toString; - t2 = _this._errorColor; + t2 = _this._selectedRowColor; t2.toString; if (t1.$eq(0, t2)) { - t1 = other._backgroundColor; + t1 = other._errorColor; t1.toString; - t2 = _this._backgroundColor; + t2 = _this._errorColor; t2.toString; if (t1.$eq(0, t2)) { - t1 = other._bottomAppBarColor; + t1 = other._backgroundColor; t1.toString; - t2 = _this._bottomAppBarColor; + t2 = _this._backgroundColor; t2.toString; - t2 = t1.$eq(0, t2); - t1 = t2; + if (t1.$eq(0, t2)) { + t1 = other._bottomAppBarColor; + t1.toString; + t2 = _this._bottomAppBarColor; + t2.toString; + t2 = t1.$eq(0, t2); + t1 = t2; + } else + t1 = false; } else t1 = false; } else @@ -246233,7 +253182,7 @@ t1 = false; } else t1 = false; - } else + else t1 = false; else t1 = false; @@ -246407,7 +253356,7 @@ t1.push(_this.platform); t1.push(_this.scrollbarTheme); t1.push(_this.splashFactory); - t1.push(false); + t1.push(_this.useMaterial3); t1.push(_this.visualDensity); t1.push(_this.canvasColor); t1.push(_this.cardColor); @@ -246479,7 +253428,6 @@ t1.push(_this.timePickerTheme); t1.push(_this.toggleButtonsTheme); t1.push(_this.tooltipTheme); - t1.push(_this.androidOverscrollIndicator); t2 = _this._toggleableActiveColor; t2.toString; t1.push(t2); @@ -246504,19 +253452,19 @@ t2 = this.localTextGeometry; return t1.copyWith$2$primaryTextTheme$textTheme(t2.merge$1(t1.primaryTextTheme), t2.merge$1(t1.textTheme)); }, - $signature: 2886 + $signature: 1157 }; A.ThemeData__lerpThemeExtensions_closure.prototype = { call$2(id, extensionA) { return new A.MapEntry(id, extensionA.lerp$2(this.b.extensions.$index(0, id), this.t), type$.MapEntry_of_Object_and_ThemeExtension_dynamic); }, - $signature: 2881 + $signature: 1158 }; A.ThemeData__lerpThemeExtensions_closure0.prototype = { call$1(entry) { return !this.a.extensions.containsKey$1(0, entry.key); }, - $signature: 2872 + $signature: 1160 }; A.MaterialBasedCupertinoThemeData.prototype = { get$brightness() { @@ -246633,7 +253581,7 @@ return "0" + value; return B.JSInt_methods.toString$0(value); }, - $signature: 377 + $signature: 367 }; A.RestorableTimeOfDay.prototype = { createDefaultValue$0() { @@ -246691,6 +253639,8 @@ var t1, t2, _this = this; if (_this.use24HourFormat !== oldWidget.use24HourFormat && dependencies.contains$1(0, B._TimePickerAspect_0)) return true; + if (_this.useMaterial3 !== oldWidget.useMaterial3 && dependencies.contains$1(0, B._TimePickerAspect_1)) + return true; if (_this.entryMode !== oldWidget.entryMode && dependencies.contains$1(0, B._TimePickerAspect_2)) return true; if (_this.hourMinuteMode !== oldWidget.hourMinuteMode && dependencies.contains$1(0, B._TimePickerAspect_3)) @@ -246719,7 +253669,7 @@ }, updateShouldNotify$1(oldWidget) { var _this = this; - return _this.use24HourFormat !== oldWidget.use24HourFormat || _this.entryMode !== oldWidget.entryMode || _this.hourMinuteMode !== oldWidget.hourMinuteMode || !J.$eq$(_this.onHourMinuteModeChanged, oldWidget.onHourMinuteModeChanged) || !J.$eq$(_this.onHourDoubleTapped, oldWidget.onHourDoubleTapped) || !J.$eq$(_this.onMinuteDoubleTapped, oldWidget.onMinuteDoubleTapped) || _this.hourDialType !== oldWidget.hourDialType || !_this.selectedTime.$eq(0, oldWidget.selectedTime) || !J.$eq$(_this.onSelectedTimeChanged, oldWidget.onSelectedTimeChanged) || _this.orientation !== oldWidget.orientation || !_this.theme.$eq(0, oldWidget.theme) || !_this.defaultTheme.$eq(0, oldWidget.defaultTheme); + return _this.use24HourFormat !== oldWidget.use24HourFormat || _this.useMaterial3 !== oldWidget.useMaterial3 || _this.entryMode !== oldWidget.entryMode || _this.hourMinuteMode !== oldWidget.hourMinuteMode || !J.$eq$(_this.onHourMinuteModeChanged, oldWidget.onHourMinuteModeChanged) || !J.$eq$(_this.onHourDoubleTapped, oldWidget.onHourDoubleTapped) || !J.$eq$(_this.onMinuteDoubleTapped, oldWidget.onMinuteDoubleTapped) || _this.hourDialType !== oldWidget.hourDialType || !_this.selectedTime.$eq(0, oldWidget.selectedTime) || !J.$eq$(_this.onSelectedTimeChanged, oldWidget.onSelectedTimeChanged) || _this.orientation !== oldWidget.orientation || !_this.theme.$eq(0, oldWidget.theme) || !_this.defaultTheme.$eq(0, oldWidget.defaultTheme); } }; A._TimePickerHeader.prototype = { @@ -246738,25 +253688,28 @@ t1.toString; switch (t1.orientation.index) { case 0: - A.InheritedModel_inheritFrom(context, B._TimePickerAspect_1, t2).toString; - t1 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_11, t2); + t1 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_1, t2); t1.toString; - t1 = t1.theme.helpTextStyle; - if (t1 == null) { - t1 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_12, t2); - t1.toString; - t1 = t1.defaultTheme.get$helpTextStyle(); - } - t1 = A.Text$(this.helpText, _null, _null, _null, _null, _null, t1, _null, _null, _null); - t2 = type$.JSArray_Widget; - t3 = A._setArrayType([], t2); - t4 = hourDialType === B._HourDialType_2; - if (t4 && timeOfDayFormat === B.TimeOfDayFormat_5) - t3.push(B._DayPeriodControl_null_null); - t3.push(A.Expanded$(A.Row$(A._setArrayType([B.Expanded_MYA, new A._StringFragment(timeOfDayFormat, _null), B.Expanded_yEc], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, B.TextDirection_1), 1)); - if (t4 && timeOfDayFormat !== B.TimeOfDayFormat_5) - B.JSArray_methods.addAll$1(t3, A._setArrayType([B.SizedBox_12_null_null_null, B._DayPeriodControl_null_null], t2)); - return A.Column$(A._setArrayType([new A.Padding(new A.EdgeInsetsDirectional(0, 0, 0, 24), t1, _null), A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t2), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t1 = t1.useMaterial3 ? 20 : 24; + t3 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_11, t2); + t3.toString; + t3 = t3.theme.helpTextStyle; + if (t3 == null) { + t2 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_12, t2); + t2.toString; + t2 = t2.defaultTheme.get$helpTextStyle(); + } else + t2 = t3; + t2 = A.Text$(this.helpText, _null, _null, _null, _null, _null, t2, _null, _null, _null); + t3 = type$.JSArray_Widget; + t4 = A._setArrayType([], t3); + t5 = hourDialType === B._HourDialType_2; + if (t5 && timeOfDayFormat === B.TimeOfDayFormat_5) + t4.push(B._DayPeriodControl_null_null); + t4.push(A.Expanded$(A.Row$(A._setArrayType([B.Expanded_MYA, new A._StringFragment(timeOfDayFormat, _null), B.Expanded_yEc], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, B.TextDirection_1), 1)); + if (t5 && timeOfDayFormat !== B.TimeOfDayFormat_5) + B.JSArray_methods.addAll$1(t4, A._setArrayType([B.SizedBox_12_null_null_null, B._DayPeriodControl_null_null], t3)); + return A.Column$(A._setArrayType([new A.Padding(new A.EdgeInsetsDirectional(0, 0, 0, t1), t2, _null), A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t3), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); case 1: t1 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_11, t2); t1.toString; @@ -246829,13 +253782,13 @@ } t1 = A.MaterialStateProperty_resolveAs(backgroundColor, t2, type$.nullable_Color); t2 = t3 ? _this.onDoubleTap : _null; - return new A.SizedBox(_null, height, A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.Center$(A.Text$(_this.text, _null, _null, _null, _null, _null, effectiveStyle, _null, _null, 1), _null, _null), _null, true, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _this.onTap, _null, _null, _null, _null, _null, _null, _null), B.Clip_2, t1, 0, _null, _null, shape, _null, _null, B.MaterialType_0), _null); + return new A.SizedBox(_null, height, A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, A.Center$(A.Text$(_this.text, _null, _null, _null, _null, _null, effectiveStyle, _null, _null, B._LinearTextScaler_1), _null, _null), _null, true, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _this.onTap, _null, _null, _null, _null, _null, _null, _null), B.Clip_2, t1, 0, _null, _null, shape, _null, _null, B.MaterialType_0), _null); } }; A._HourControl.prototype = { build$1(context) { var selectedTime, t3, formattedHour, nextHour, formattedNextHour, previousHour, formattedPreviousHour, t4, _null = null, - alwaysUse24HourFormat = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_9, type$.MediaQuery).data.alwaysUse24HourFormat, + alwaysUse24HourFormat = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_10, type$.MediaQuery).data.alwaysUse24HourFormat, t1 = type$._TimePickerModel, t2 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_8, t1); t2.toString; @@ -246857,7 +253810,7 @@ t4.toString; t1 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_5, t1); t1.toString; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, formattedPreviousHour, _null, _null, _null, _null, _null, _null, _null, _null, _null, formattedNextHour, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._HourControl_build_closure0(context, previousHour), _null, _null, _null, new A._HourControl_build_closure1(context, nextHour), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2 + " " + formattedHour), false, false, true, false, new A._HourMinuteControl(formattedHour, t4, t1.onHourDoubleTapped, t3.hourMinuteMode === B._HourMinuteMode_0, _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, formattedPreviousHour, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, formattedNextHour, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._HourControl_build_closure0(context, previousHour), _null, _null, _null, new A._HourControl_build_closure1(context, nextHour), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2 + " " + formattedHour), false, false, true, false, new A._HourMinuteControl(formattedHour, t4, t1.onHourDoubleTapped, t3.hourMinuteMode === B._HourMinuteMode_0, _null), _null); } }; A._HourControl_build_hoursFromSelected.prototype = { @@ -246876,7 +253829,7 @@ return t1.replacing$1$hour(periodOffset + B.JSInt_methods.$mod(t1.get$hourOfPeriod() + hoursToAdd, 12)); } }, - $signature: 2862 + $signature: 1161 }; A._HourControl_build_closure1.prototype = { call$0() { @@ -246917,12 +253870,12 @@ } }, build$1(context) { - var timePickerTheme, defaultTheme, states, t1, effectiveTextColor, effectiveStyle, height, t2, _null = null; - A.Theme_of(context); - timePickerTheme = A.TimePickerTheme_of(context); - defaultTheme = A._TimePickerDefaultsM2$(context); - states = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); - t1 = timePickerTheme.hourMinuteTextColor; + var effectiveTextColor, effectiveStyle, height, t2, _null = null, + theme = A.Theme_of(context), + timePickerTheme = A.TimePickerTheme_of(context), + defaultTheme = theme.useMaterial3 ? A._TimePickerDefaultsM3$(context) : A._TimePickerDefaultsM2$(context), + states = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState), + t1 = timePickerTheme.hourMinuteTextColor; if (t1 == null) t1 = defaultTheme.get$hourMinuteTextColor(); effectiveTextColor = A.MaterialStateProperty_resolveAs(t1, states, type$.Color); @@ -246946,7 +253899,7 @@ } t1 = this.timeOfDayFormat; t2 = t1 === B.TimeOfDayFormat_2 ? 36 : 24; - return new A.ExcludeSemantics(true, new A.SizedBox(t2, height, A.Text$(this._stringFragmentValue$1(t1), _null, _null, _null, _null, _null, effectiveStyle, B.TextAlign_2, _null, 1), _null), _null); + return new A.ExcludeSemantics(true, new A.SizedBox(t2, height, A.Text$(this._stringFragmentValue$1(t1), _null, _null, _null, _null, _null, effectiveStyle, B.TextAlign_2, _null, B._LinearTextScaler_1), _null), _null); } }; A._MinuteControl.prototype = { @@ -246971,7 +253924,7 @@ t4.toString; t2 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_6, t2); t2.toString; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, formattedPreviousMinute, _null, _null, _null, _null, _null, _null, _null, _null, _null, formattedNextMinute, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._MinuteControl_build_closure0(context, previousMinute), _null, _null, _null, new A._MinuteControl_build_closure1(context, nextMinute), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1 + " " + formattedMinute), false, false, true, false, new A._HourMinuteControl(formattedMinute, t4, t2.onMinuteDoubleTapped, t3.hourMinuteMode === B._HourMinuteMode_1, _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, formattedPreviousMinute, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, formattedNextMinute, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._MinuteControl_build_closure0(context, previousMinute), _null, _null, _null, new A._MinuteControl_build_closure1(context, nextMinute), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1 + " " + formattedMinute), false, false, true, false, new A._HourMinuteControl(formattedMinute, t4, t2.onMinuteDoubleTapped, t3.hourMinuteMode === B._HourMinuteMode_1, _null), _null); } }; A._MinuteControl_build_closure1.prototype = { @@ -247139,7 +254092,7 @@ }; A._AmPmButton.prototype = { build$1(context) { - var t3, t4, timePickerTheme, defaultTheme, resolvedBackgroundColor, resolvedTextColor, resolvedTextStyle, buttonTextScaleFactor, _null = null, + var t3, t4, timePickerTheme, defaultTheme, resolvedBackgroundColor, resolvedTextColor, resolvedTextStyle, buttonTextScaler, _null = null, t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState), t2 = this.selected; if (t2) @@ -247163,14 +254116,12 @@ t3 = defaultTheme.get$dayPeriodTextStyle(); t1 = A.MaterialStateProperty_resolveAs(t3, t1, type$.nullable_TextStyle); resolvedTextStyle = t1 == null ? _null : t1.copyWith$1$color(resolvedTextColor); - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t1 = t1 == null ? _null : t1.textScaleFactor; - if (t1 == null) - t1 = 1; - buttonTextScaleFactor = Math.min(t1, 2); + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t1 = t1 == null ? _null : t1.get$textScaler(); + buttonTextScaler = (t1 == null ? B._LinearTextScaler_1 : t1).clamp$1$maxScaleFactor(0, 2); t1 = A.Feedback_wrapForTap(this.onPressed, context); - t3 = A.Center$(A.Text$(this.label, _null, _null, _null, _null, _null, resolvedTextStyle, _null, _null, buttonTextScaleFactor), _null, _null); - return A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t3, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, resolvedBackgroundColor, 0, _null, _null, _null, _null, _null, B.MaterialType_0); + t3 = A.Center$(A.Text$(this.label, _null, _null, _null, _null, _null, resolvedTextStyle, _null, _null, buttonTextScaler), _null, _null); + return A.Material$(B.Duration_200000, true, _null, A.InkWell$(false, _null, true, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, true, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t3, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, resolvedBackgroundColor, 0, _null, _null, _null, _null, _null, B.MaterialType_0); } }; A._DayPeriodInputPadding.prototype = { @@ -247305,7 +254256,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.newPosition); }, - $signature: 78 + $signature: 72 }; A._TappableLabel.prototype = { get$value(receiver) { @@ -247325,11 +254276,11 @@ paint$2(canvas, size) { var t3, t4, t5, selectorPaint, t6, focusedPoint, focusedRect, _this = this, t1 = _this.dotRadius, - dialRadius = A.clampDouble0(size.get$shortestSide() / 2, 50 + t1, 1 / 0), - labelRadius = A.clampDouble0(dialRadius - 28, 50, 1 / 0), - innerLabelRadius = A.clampDouble0(labelRadius - 28, 0, 1 / 0), + dialRadius = A.clampDouble(size.get$shortestSide() / 2, 50 + t1, 1 / 0), + labelRadius = A.clampDouble(dialRadius - 28, 50, 1 / 0), + innerLabelRadius = A.clampDouble(labelRadius - 28, 0, 1 / 0), t2 = _this.radius < 0.5 ? 1 : 0, - handleRadius = A.clampDouble0(labelRadius - t2 * (labelRadius - innerLabelRadius), 50, 1 / 0), + handleRadius = A.clampDouble(labelRadius - t2 * (labelRadius - innerLabelRadius), 50, 1 / 0), center = new A.Offset(size._dx / 2, size._dy / 2); t2 = $.$get$_renderer(); t3 = t2.createPaint$0(); @@ -247369,7 +254320,7 @@ call$2(theta, radius) { return this.center.$add(0, new A.Offset(radius * Math.cos(theta), -radius * Math.sin(theta))); }, - $signature: 2861 + $signature: 1162 }; A._DialPainter_paint_paintLabels.prototype = { call$2(labels, radius) { @@ -247383,13 +254334,13 @@ t4 = labelPainter._layoutCache; t5 = t4.contentWidth; t4 = t4.layout._paragraph; - t4 = Math.ceil(t4.get$height(t4)); + t4 = t4.get$height(t4); t6 = t3.call$2(labelTheta, radius); labelPainter.paint$2(t2, new A.Offset(t6._dx + -t5 / 2, t6._dy + -t4 / 2)); labelTheta += labelThetaIncrement; } }, - $signature: 2860 + $signature: 1163 }; A._DialPainter_paint_paintInnerOuterLabels.prototype = { call$1(labels) { @@ -247399,19 +254350,19 @@ t1.call$2(A.List_List$of(new A.WhereIterable(labels, new A._DialPainter_paint_paintInnerOuterLabels_closure(), t2), true, t3), this.labelRadius); t1.call$2(A.List_List$of(new A.WhereIterable(labels, new A._DialPainter_paint_paintInnerOuterLabels_closure0(), t2), true, t3), this.innerLabelRadius); }, - $signature: 2859 + $signature: 1164 }; A._DialPainter_paint_paintInnerOuterLabels_closure.prototype = { call$1(label) { return !label.inner; }, - $signature: 839 + $signature: 799 }; A._DialPainter_paint_paintInnerOuterLabels_closure0.prototype = { call$1(label) { return label.inner; }, - $signature: 839 + $signature: 799 }; A._HourDialType.prototype = { _enumToString$0() { @@ -247716,28 +254667,41 @@ _this._notifyOnChangedIfNeeded$0(); }, _buildTappableLabel$6$inner$label$onTap$selectedValue$textStyle$value(inner, label, onTap, selectedValue, textStyle, value) { - var labelScaleFactor, _null = null, - t1 = this._framework$_element; - t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_3); - t1 = t1 == null ? _null : t1.textScaleFactor; - if (t1 == null) - t1 = 1; - labelScaleFactor = Math.min(t1, 2); - t1 = A.TextPainter$(_null, _null, _null, _null, A.TextSpan$(_null, _null, textStyle, label), B.TextAlign_4, B.TextDirection_1, _null, labelScaleFactor, B.TextWidthBasis_0); + var _null = null, + t1 = A.TextSpan$(_null, _null, textStyle, label), + t2 = this._framework$_element; + t2.toString; + t2 = A.MediaQuery__maybeOf(t2, B._MediaQueryAspect_4); + t2 = t2 == null ? _null : t2.get$textScaler(); + t1 = A.TextPainter$(_null, _null, _null, _null, t1, B.TextAlign_4, B.TextDirection_1, _null, (t2 == null ? B._LinearTextScaler_1 : t2).clamp$1$maxScaleFactor(0, 2), B.TextWidthBasis_0); t1.layout$0(); return new A._TappableLabel(value, inner, t1, onTap); }, _build24HourRing$2$selectedValue$textStyle(selectedValue, textStyle) { - var _i, timeOfDay, t2, _this = this, - t1 = A._setArrayType([], type$.JSArray__TappableLabel); - _this.___DialState_themeData_A === $ && A.throwUnnamedLateFieldNI(); - for (_i = 0; _i < 12; ++_i) { - timeOfDay = B.List_Uvd1[_i]; - t2 = _this.___DialState_localizations_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1.push(_this._buildTappableLabel$6$inner$label$onTap$selectedValue$textStyle$value(false, t2.formatHour$2$alwaysUse24HourFormat(timeOfDay, true), new A._DialState__build24HourRing_closure(_this, timeOfDay), selectedValue, textStyle, timeOfDay.hour)); - } + var _i, timeOfDay, t3, _this = this, + t1 = A._setArrayType([], type$.JSArray__TappableLabel), + t2 = _this.___DialState_themeData_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2.useMaterial3) + for (_i = 0; _i < 24; ++_i) { + timeOfDay = B.List_014[_i]; + t2 = timeOfDay.hour; + if (t2 !== 0) + t3 = "" + t2; + else { + t3 = _this.___DialState_localizations_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.formatHour$2$alwaysUse24HourFormat(timeOfDay, true); + } + t1.push(_this._buildTappableLabel$6$inner$label$onTap$selectedValue$textStyle$value(t2 >= 12, t3, new A._DialState__build24HourRing_closure(_this, timeOfDay), selectedValue, textStyle, t2)); + } + if (!_this.___DialState_themeData_A.useMaterial3) + for (_i = 0; _i < 12; ++_i) { + timeOfDay = B.List_Uvd1[_i]; + t2 = _this.___DialState_localizations_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.push(_this._buildTappableLabel$6$inner$label$onTap$selectedValue$textStyle$value(false, t2.formatHour$2$alwaysUse24HourFormat(timeOfDay, true), new A._DialState__build24HourRing_closure0(_this, timeOfDay), selectedValue, textStyle, timeOfDay.hour)); + } return t1; }, _build12HourRing$2$selectedValue$textStyle(selectedValue, textStyle) { @@ -247749,7 +254713,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t4 = _this._framework$_element; t4.toString; - t1.push(_this._buildTappableLabel$6$inner$label$onTap$selectedValue$textStyle$value(false, t3.formatHour$2$alwaysUse24HourFormat(timeOfDay, A.InheritedModel_inheritFrom(t4, B._MediaQueryAspect_9, t2).data.alwaysUse24HourFormat), new A._DialState__build12HourRing_closure(_this, timeOfDay), selectedValue, textStyle, timeOfDay.hour)); + t1.push(_this._buildTappableLabel$6$inner$label$onTap$selectedValue$textStyle$value(false, t3.formatHour$2$alwaysUse24HourFormat(timeOfDay, A.InheritedModel_inheritFrom(t4, B._MediaQueryAspect_10, t2).data.alwaysUse24HourFormat), new A._DialState__build12HourRing_closure(_this, timeOfDay), selectedValue, textStyle, timeOfDay.hour)); } return t1; }, @@ -247765,11 +254729,12 @@ return t1; }, build$1(context) { - var timePickerTheme, defaultTheme, backgroundColor, dialHandColor, labelStyle, t1, t2, t3, t4, t5, dialTextUnselectedColor, dialTextSelectedColor, resolvedUnselectedLabelStyle, resolvedSelectedLabelStyle, selectedDialValue, primaryLabels, selectedLabels, radiusValue, _this = this, _null = null; - A.Theme_of(context); - timePickerTheme = A.TimePickerTheme_of(context); - defaultTheme = A._TimePickerDefaultsM2$(context); - backgroundColor = timePickerTheme.dialBackgroundColor; + var dialHandColor, labelStyle, t2, t3, t4, t5, t6, dialTextUnselectedColor, dialTextSelectedColor, resolvedUnselectedLabelStyle, resolvedSelectedLabelStyle, selectedDialValue, primaryLabels, selectedLabels, radiusValue, _this = this, _null = null, + theme = A.Theme_of(context), + timePickerTheme = A.TimePickerTheme_of(context), + t1 = theme.useMaterial3, + defaultTheme = t1 ? A._TimePickerDefaultsM3$(context) : A._TimePickerDefaultsM2$(context), + backgroundColor = timePickerTheme.dialBackgroundColor; if (backgroundColor == null) backgroundColor = defaultTheme.get$dialBackgroundColor(); dialHandColor = timePickerTheme.dialHandColor; @@ -247778,30 +254743,36 @@ labelStyle = timePickerTheme.dialTextStyle; if (labelStyle == null) labelStyle = defaultTheme.get$dialTextStyle(); - t1 = timePickerTheme.dialTextColor; - t2 = t1 == null; - t3 = t2 ? defaultTheme.get$dialTextColor() : t1; - t4 = type$.MaterialState; - t5 = type$.Color; - dialTextUnselectedColor = A.MaterialStateProperty_resolveAs(t3, A.LinkedHashSet_LinkedHashSet$_empty(t4), t5); - if (t2) - t1 = defaultTheme.get$dialTextColor(); - dialTextSelectedColor = A.MaterialStateProperty_resolveAs(t1, A.LinkedHashSet_LinkedHashSet$_literal([B.MaterialState_4], t4), t5); + t2 = timePickerTheme.dialTextColor; + t3 = t2 == null; + t4 = t3 ? defaultTheme.get$dialTextColor() : t2; + t5 = type$.MaterialState; + t6 = type$.Color; + dialTextUnselectedColor = A.MaterialStateProperty_resolveAs(t4, A.LinkedHashSet_LinkedHashSet$_empty(t5), t6); + if (t3) + t2 = defaultTheme.get$dialTextColor(); + dialTextSelectedColor = A.MaterialStateProperty_resolveAs(t2, A.LinkedHashSet_LinkedHashSet$_literal([B.MaterialState_4], t5), t6); resolvedUnselectedLabelStyle = labelStyle.copyWith$1$color(dialTextUnselectedColor); resolvedSelectedLabelStyle = labelStyle.copyWith$1$color(dialTextSelectedColor); - t1 = _this._widget; - switch (t1.hourMinuteMode.index) { + t2 = _this._widget; + switch (t2.hourMinuteMode.index) { case 0: - switch (t1.hourDialType.index) { + switch (t2.hourDialType.index) { case 0: case 1: - selectedDialValue = t1.selectedTime.hour; + selectedDialValue = t2.selectedTime.hour; primaryLabels = _this._build24HourRing$2$selectedValue$textStyle(selectedDialValue, resolvedUnselectedLabelStyle); selectedLabels = _this._build24HourRing$2$selectedValue$textStyle(selectedDialValue, resolvedSelectedLabelStyle); - radiusValue = 1; + if (t1) { + t1 = _this.___DialState__radius_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.parent; + radiusValue = t1._evaluatable.transform$1(0, t2.get$value(t2)); + } else + radiusValue = 1; break; case 2: - selectedDialValue = t1.selectedTime.get$hourOfPeriod(); + selectedDialValue = t2.selectedTime.get$hourOfPeriod(); primaryLabels = _this._build12HourRing$2$selectedValue$textStyle(selectedDialValue, resolvedUnselectedLabelStyle); selectedLabels = _this._build12HourRing$2$selectedValue$textStyle(selectedDialValue, resolvedSelectedLabelStyle); radiusValue = 1; @@ -247813,7 +254784,7 @@ } break; case 1: - selectedDialValue = t1.selectedTime.minute; + selectedDialValue = t2.selectedTime.minute; primaryLabels = _this._buildMinutes$2$selectedValue$textStyle(selectedDialValue, resolvedUnselectedLabelStyle); selectedLabels = _this._buildMinutes$2$selectedValue$textStyle(selectedDialValue, resolvedSelectedLabelStyle); radiusValue = 1; @@ -247869,7 +254840,7 @@ controller.set$value(0, 0); controller.forward$0(0); }, - $signature: 2858 + $signature: 1167 }; A._DialState__updateThetaForPan_closure.prototype = { call$0() { @@ -247882,7 +254853,7 @@ offset = t2.$sub(0, t3); t3 = t1._dialSize.get$shortestSide(); angle = B.JSNumber_methods.$mod(Math.atan2(offset._dx, offset._dy) - 1.5707963267948966, 6.283185307179586); - radius = A.clampDouble0((offset.get$distance() - (t3 / 2 - 28 - 28)) / 28, 0, 1); + radius = A.clampDouble((offset.get$distance() - (t3 / 2 - 28 - 28)) / 28, 0, 1); if (this.roundMinutes) angle = t1._getThetaForTime$1(t1._getTimeForTheta$3$radius$roundMinutes(angle, radius, true)); t2 = t1.___DialState__thetaTween_A; @@ -247904,7 +254875,7 @@ return new A.TimeOfDay(this.hour + 12, t1.minute); } }, - $signature: 2846 + $signature: 1168 }; A._DialState__build24HourRing_closure.prototype = { call$0() { @@ -247912,6 +254883,12 @@ }, $signature: 0 }; + A._DialState__build24HourRing_closure0.prototype = { + call$0() { + this.$this._selectHour$1(this.timeOfDay.hour); + }, + $signature: 0 + }; A._DialState__build12HourRing_closure.prototype = { call$0() { this.$this._selectHour$1(this.timeOfDay.hour); @@ -247975,7 +254952,7 @@ return _null; t1 = this._framework$_element; t1.toString; - if (A.InheritedModel_inheritFrom(t1, B._MediaQueryAspect_9, type$.MediaQuery).data.alwaysUse24HourFormat) { + if (A.InheritedModel_inheritFrom(t1, B._MediaQueryAspect_10, type$.MediaQuery).data.alwaysUse24HourFormat) { if (newHour >= 0 && newHour < 24) return newHour; } else if (newHour > 0 && newHour < 13) { @@ -248079,7 +255056,7 @@ return newMinute == null ? "" : null; }, build$1(context) { - var t3, t4, timeOfDayFormat, theme, t5, hourMinuteStyle, t6, t7, t8, t9, t10, _this = this, _null = null, + var t3, t4, timeOfDayFormat, theme, t5, hourMinuteStyle, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, t1 = type$.MaterialLocalizations, t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); t2.toString; @@ -248096,83 +255073,87 @@ hourMinuteStyle = t2.theme.hourMinuteTextStyle; if (hourMinuteStyle == null) hourMinuteStyle = t5.defaultTheme.get$hourMinuteTextStyle(); - A.InheritedModel_inheritFrom(context, B._TimePickerAspect_1, t3).toString; - A.InheritedModel_inheritFrom(context, B._TimePickerAspect_1, t3).toString; - t2 = _this._widget.helpText; - t5 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_11, t3); + t2 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_1, t3); + t2.toString; + t2 = t2.useMaterial3 ? B.EdgeInsets_0_0_0_0 : B.EdgeInsets_16_0_16_0; + t5 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_1, t3); t5.toString; - t5 = t5.theme.helpTextStyle; - if (t5 == null) { + t5 = t5.useMaterial3 ? 20 : 24; + t6 = _this._widget.helpText; + t7 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_11, t3); + t7.toString; + t7 = t7.theme.helpTextStyle; + if (t7 == null) { t3 = A.InheritedModel_inheritFrom(context, B._TimePickerAspect_12, t3); t3.toString; t3 = t3.defaultTheme.get$helpTextStyle(); } else - t3 = t5; - t3 = A.Text$(t2, _null, _null, _null, _null, _null, t3, _null, _null, _null); - t2 = type$.JSArray_Widget; - t5 = A._setArrayType([], t2); + t3 = t7; + t3 = A.Text$(t6, _null, _null, _null, _null, _null, t3, _null, _null, _null); + t6 = type$.JSArray_Widget; + t7 = A._setArrayType([], t6); if (t4 && timeOfDayFormat === B.TimeOfDayFormat_5) - B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.Padding(B.EdgeInsetsDirectional_0_0_12_0, new A._DayPeriodControl(_this.get$_handleDayPeriodChanged(), _null), _null)], t2)); - t6 = _this.get$_selectedTime(); - t7 = t6._restoration_properties$_value; - t6 = t7 == null ? A._instanceType(t6)._eval$1("RestorableValue.T")._as(t7) : t7; - t7 = _this._widget; - t7 = A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_10, new A._HourTextField(t6, hourMinuteStyle, t7.autofocusHour, B.TextInputAction_6, _this.get$_validateHour(), _this.get$_handleHourSavedSubmitted(), _this.get$_handleHourChanged(), t7.hourLabelText, "hour_text_field", _null), _null)], t2); - t6 = _this.hourHasError; - t8 = t6._restoration_properties$_value; - if (!(t8 == null ? A._instanceType(t6)._eval$1("RestorableValue.T")._as(t8) : t8)) { - t8 = _this.minuteHasError; - t9 = t8._restoration_properties$_value; - t8 = !(t9 == null ? A._instanceType(t8)._eval$1("RestorableValue.T")._as(t9) : t9); - } else - t8 = false; - if (t8) { - t8 = _this._widget.hourLabelText; - t9 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); - t9.toString; - t8 = t9.get$timePickerHourLabel(); - t7.push(new A.ExcludeSemantics(true, A.Text$(t8, _null, 1, B.TextOverflow_2, _null, _null, theme.textTheme.bodySmall, _null, _null, _null), _null)); - } - t7 = A.Expanded$(A.Column$(t7, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1); + B.JSArray_methods.addAll$1(t7, A._setArrayType([new A.Padding(B.EdgeInsetsDirectional_0_0_12_0, new A._DayPeriodControl(_this.get$_handleDayPeriodChanged(), _null), _null)], t6)); t8 = _this.get$_selectedTime(); t9 = t8._restoration_properties$_value; t8 = t9 == null ? A._instanceType(t8)._eval$1("RestorableValue.T")._as(t9) : t9; t9 = _this._widget; - t9 = A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_10, new A._MinuteTextField(t8, hourMinuteStyle, t9.autofocusMinute, B.TextInputAction_2, _this.get$_validateMinute(), _this.get$_handleMinuteSavedSubmitted(), t9.minuteLabelText, "minute_text_field", _null), _null)], t2); - t8 = t6._restoration_properties$_value; - if (!(t8 == null ? A._instanceType(t6)._eval$1("RestorableValue.T")._as(t8) : t8)) { - t8 = _this.minuteHasError; - t10 = t8._restoration_properties$_value; - t8 = !(t10 == null ? A._instanceType(t8)._eval$1("RestorableValue.T")._as(t10) : t10); + t9 = A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_10, new A._HourTextField(t8, hourMinuteStyle, t9.autofocusHour, B.TextInputAction_6, _this.get$_validateHour(), _this.get$_handleHourSavedSubmitted(), _this.get$_handleHourChanged(), t9.hourLabelText, "hour_text_field", _null), _null)], t6); + t8 = _this.hourHasError; + t10 = t8._restoration_properties$_value; + if (!(t10 == null ? A._instanceType(t8)._eval$1("RestorableValue.T")._as(t10) : t10)) { + t10 = _this.minuteHasError; + t11 = t10._restoration_properties$_value; + t10 = !(t11 == null ? A._instanceType(t10)._eval$1("RestorableValue.T")._as(t11) : t11); } else - t8 = false; - if (t8) { - t8 = _this._widget.minuteLabelText; - t10 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); - t10.toString; - t8 = t10.get$timePickerMinuteLabel(); - t9.push(new A.ExcludeSemantics(true, A.Text$(t8, _null, 1, B.TextOverflow_2, _null, _null, theme.textTheme.bodySmall, _null, _null, _null), _null)); + t10 = false; + if (t10) { + t10 = _this._widget.hourLabelText; + t11 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); + t11.toString; + t10 = t11.get$timePickerHourLabel(); + t9.push(new A.ExcludeSemantics(true, A.Text$(t10, _null, 1, B.TextOverflow_2, _null, _null, theme.textTheme.bodySmall, _null, _null, _null), _null)); } - t5.push(A.Expanded$(A.Row$(A._setArrayType([t7, new A._StringFragment(timeOfDayFormat, _null), A.Expanded$(A.Column$(t9, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1)], t2), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, B.TextDirection_1), 1)); - if (t4 && timeOfDayFormat !== B.TimeOfDayFormat_5) - B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.Padding(B.EdgeInsetsDirectional_12_0_0_0, new A._DayPeriodControl(_this.get$_handleDayPeriodChanged(), _null), _null)], t2)); - t2 = A._setArrayType([new A.Padding(new A.EdgeInsetsDirectional(0, 0, 0, 24), t3, _null), A.Row$(t5, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t2); - t3 = t6._restoration_properties$_value; - if (!(t3 == null ? A._instanceType(t6)._eval$1("RestorableValue.T")._as(t3) : t3)) { - t3 = _this.minuteHasError; - t4 = t3._restoration_properties$_value; - t3 = t4 == null ? A._instanceType(t3)._eval$1("RestorableValue.T")._as(t4) : t4; + t9 = A.Expanded$(A.Column$(t9, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1); + t10 = _this.get$_selectedTime(); + t11 = t10._restoration_properties$_value; + t10 = t11 == null ? A._instanceType(t10)._eval$1("RestorableValue.T")._as(t11) : t11; + t11 = _this._widget; + t11 = A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_10, new A._MinuteTextField(t10, hourMinuteStyle, t11.autofocusMinute, B.TextInputAction_2, _this.get$_validateMinute(), _this.get$_handleMinuteSavedSubmitted(), t11.minuteLabelText, "minute_text_field", _null), _null)], t6); + t10 = t8._restoration_properties$_value; + if (!(t10 == null ? A._instanceType(t8)._eval$1("RestorableValue.T")._as(t10) : t10)) { + t10 = _this.minuteHasError; + t12 = t10._restoration_properties$_value; + t10 = !(t12 == null ? A._instanceType(t10)._eval$1("RestorableValue.T")._as(t12) : t12); } else - t3 = true; - if (t3) { - t3 = _this._widget.errorInvalidText; + t10 = false; + if (t10) { + t10 = _this._widget.minuteLabelText; + t12 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); + t12.toString; + t10 = t12.get$timePickerMinuteLabel(); + t11.push(new A.ExcludeSemantics(true, A.Text$(t10, _null, 1, B.TextOverflow_2, _null, _null, theme.textTheme.bodySmall, _null, _null, _null), _null)); + } + t7.push(A.Expanded$(A.Row$(A._setArrayType([t9, new A._StringFragment(timeOfDayFormat, _null), A.Expanded$(A.Column$(t11, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), 1)], t6), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, B.TextDirection_1), 1)); + if (t4 && timeOfDayFormat !== B.TimeOfDayFormat_5) + B.JSArray_methods.addAll$1(t7, A._setArrayType([new A.Padding(B.EdgeInsetsDirectional_12_0_0_0, new A._DayPeriodControl(_this.get$_handleDayPeriodChanged(), _null), _null)], t6)); + t3 = A._setArrayType([new A.Padding(new A.EdgeInsetsDirectional(0, 0, 0, t5), t3, _null), A.Row$(t7, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t6); + t4 = t8._restoration_properties$_value; + if (!(t4 == null ? A._instanceType(t8)._eval$1("RestorableValue.T")._as(t4) : t4)) { + t4 = _this.minuteHasError; + t5 = t4._restoration_properties$_value; + t4 = t5 == null ? A._instanceType(t4)._eval$1("RestorableValue.T")._as(t5) : t5; + } else + t4 = true; + if (t4) { + t4 = _this._widget.errorInvalidText; t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); t1.toString; t1 = t1.get$invalidTimeLabel(); - t2.push(A.Text$(t1, _null, _null, _null, _null, _null, theme.textTheme.bodyMedium.copyWith$1$color(theme.colorScheme.error), _null, _null, _null)); + t3.push(A.Text$(t1, _null, _null, _null, _null, _null, theme.textTheme.bodyMedium.copyWith$1$color(theme.colorScheme.error), _null, _null, _null)); } else - t2.push(B.SizedBox_null_2_null_null); - return new A.Padding(B.EdgeInsets_16_0_16_0, A.Column$(t2, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null); + t3.push(B.SizedBox_null_2_null_null); + return new A.Padding(t2, A.Column$(t3, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null); } }; A._TimePickerInputState__validateHour_closure.prototype = { @@ -248247,7 +255228,7 @@ var t2, t3, t4, t1 = this._framework$_element; t1.toString; - t1 = A.InheritedModel_inheritFrom(t1, B._MediaQueryAspect_9, type$.MediaQuery).data; + t1 = A.InheritedModel_inheritFrom(t1, B._MediaQueryAspect_10, type$.MediaQuery).data; t2 = this._framework$_element; t2.toString; t2 = A.Localizations_of(t2, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); @@ -248258,48 +255239,55 @@ return !t4 ? t2.formatMinute$1(t3) : t2.formatHour$2$alwaysUse24HourFormat(t3, t1.alwaysUse24HourFormat); }, build$1(context) { - var timePickerTheme, defaultTheme, t1, t2, inputDecorationTheme, inputDecoration, t3, hintText, startingFillColor, fillColor, t4, effectiveTextColor, effectiveStyle, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null; - A.Theme_of(context); - timePickerTheme = A.TimePickerTheme_of(context); - defaultTheme = A._TimePickerDefaultsM2$(context); - t1 = type$.MediaQuery; - t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_9, t1).data; - inputDecorationTheme = defaultTheme.get$inputDecorationTheme(); - inputDecoration = B.InputDecoration_9Is.applyDefaults$1(inputDecorationTheme); - t3 = _this.___HourMinuteTextFieldState_focusNode_A; + var hintText, startingFillColor, fillColor, effectiveTextColor, effectiveStyle, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, + theme = A.Theme_of(context), + timePickerTheme = A.TimePickerTheme_of(context), + t1 = theme.useMaterial3, + defaultTheme = t1 ? A._TimePickerDefaultsM3$(context) : A._TimePickerDefaultsM2$(context), + t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_10, type$.MediaQuery).data, + inputDecorationTheme = defaultTheme.get$inputDecorationTheme(), + inputDecoration = B.InputDecoration_vBr.applyDefaults$1(inputDecorationTheme), + t3 = _this.___HourMinuteTextFieldState_focusNode_A; t3 === $ && A.throwUnnamedLateFieldNI(); hintText = t3.get$hasFocus() ? _null : _this.get$_formattedValue(); startingFillColor = timePickerTheme.hourMinuteColor; if (startingFillColor == null) startingFillColor = defaultTheme.get$hourMinuteColor(); - fillColor = _this.___HourMinuteTextFieldState_focusNode_A.get$hasFocus() ? B.Color_0 : startingFillColor; + if (t1) { + t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); + if (_this.___HourMinuteTextFieldState_focusNode_A.get$hasFocus()) + t1.add$1(0, B.MaterialState_1); + if (_this.___HourMinuteTextFieldState_focusNode_A.get$hasFocus()) + t1.add$1(0, B.MaterialState_4); + fillColor = A.MaterialStateProperty_resolveAs(startingFillColor, t1, type$.Color); + } else + fillColor = _this.___HourMinuteTextFieldState_focusNode_A.get$hasFocus() ? B.Color_0 : startingFillColor; inputDecoration = inputDecoration.copyWith$2$fillColor$hintText(fillColor, hintText); - t3 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); + t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); if (_this.___HourMinuteTextFieldState_focusNode_A.get$hasFocus()) - t3.add$1(0, B.MaterialState_1); + t1.add$1(0, B.MaterialState_1); if (_this.___HourMinuteTextFieldState_focusNode_A.get$hasFocus()) - t3.add$1(0, B.MaterialState_4); - t4 = timePickerTheme.hourMinuteTextColor; - if (t4 == null) - t4 = defaultTheme.get$hourMinuteTextColor(); - effectiveTextColor = A.MaterialStateProperty_resolveAs(t4, t3, type$.Color); - effectiveStyle = A.MaterialStateProperty_resolveAs(_this._widget.style, t3, type$.TextStyle).copyWith$1$color(effectiveTextColor); - t2 = t2.alwaysUse24HourFormat ? defaultTheme.get$hourMinuteInputSize24Hour() : defaultTheme.get$hourMinuteInputSize(); - t1 = A.InheritedModel_inheritFrom(context, _null, t1).data.copyWith$1$textScaleFactor(1); - t3 = _this.RestorationMixin__bucket; - t4 = _this._widget; - t5 = t4.semanticHintText; - t4 = t4.autofocus; - t6 = A._setArrayType([new A.LengthLimitingTextInputFormatter(2, _null)], type$.JSArray_TextInputFormatter); - t7 = _this.___HourMinuteTextFieldState_focusNode_A; - t8 = _this._widget; - t9 = t8.inputAction; - t10 = _this.controller._restoration_properties$_value; - t10.toString; - t11 = t8.validator; - t12 = t8.onSavedSubmitted; - t11 = A.TextFormField$(true, _null, t4 === true, _null, t10, _null, _null, _null, 2, inputDecoration, _null, true, t7, _null, t6, _null, _null, B.TextInputType_2_false_false, _null, _null, _null, _null, false, t8.onChanged, new A._HourMinuteTextFieldState_build_closure(_this), t12, t12, _null, false, "hour_minute_text_form_field", _null, effectiveStyle, B.TextAlign_2, _null, t9, t11); - return A.SizedBox$fromSize(A.MediaQuery$(A.UnmanagedRestorationScope$(t3, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t11, _null)), t1, _null), t2); + t1.add$1(0, B.MaterialState_4); + t3 = timePickerTheme.hourMinuteTextColor; + if (t3 == null) + t3 = defaultTheme.get$hourMinuteTextColor(); + effectiveTextColor = A.MaterialStateProperty_resolveAs(t3, t1, type$.Color); + effectiveStyle = A.MaterialStateProperty_resolveAs(_this._widget.style, t1, type$.TextStyle).copyWith$1$color(effectiveTextColor); + t1 = t2.alwaysUse24HourFormat ? defaultTheme.get$hourMinuteInputSize24Hour() : defaultTheme.get$hourMinuteInputSize(); + t2 = _this.RestorationMixin__bucket; + t3 = _this._widget; + t4 = t3.semanticHintText; + t3 = t3.autofocus; + t5 = A._setArrayType([new A.LengthLimitingTextInputFormatter(2, _null)], type$.JSArray_TextInputFormatter); + t6 = _this.___HourMinuteTextFieldState_focusNode_A; + t7 = _this._widget; + t8 = t7.inputAction; + t9 = _this.controller._restoration_properties$_value; + t9.toString; + t10 = t7.validator; + t11 = t7.onSavedSubmitted; + t10 = A.TextFormField$(true, _null, t3 === true, _null, t9, _null, _null, _null, 2, inputDecoration, _null, true, t6, _null, t5, _null, _null, B.TextInputType_2_false_false, _null, _null, _null, _null, false, t7.onChanged, new A._HourMinuteTextFieldState_build_closure(_this), t11, t11, _null, false, "hour_minute_text_form_field", _null, effectiveStyle, B.TextAlign_2, _null, t8, t10); + return A.SizedBox$fromSize(A.MediaQuery_withNoTextScaling(A.UnmanagedRestorationScope$(t2, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t10, _null))), t1); } }; A._HourMinuteTextFieldState_initState_closure.prototype = { @@ -248364,6 +255352,14 @@ } return value; }, + dispose$0() { + var _this = this; + _this.get$_selectedTime().dispose$0(); + _this.get$_time_picker0$_entryMode().dispose$0(); + _this._time_picker0$_autovalidateMode.dispose$0(); + _this.get$_orientation().dispose$0(); + _this.super$__TimePickerDialogState_State_RestorationMixin$dispose(); + }, get$restorationId() { this._widget.toString; return null; @@ -248436,7 +255432,7 @@ A.Navigator_of(t1, false).pop$1(t2); }, _minDialogSize$2$useMaterial3(context, useMaterial3) { - var defaultTheme, timePickerWidth, + var timePickerWidth, t1 = this.get$_orientation(), t2 = t1._restoration_properties$_value, orientation = t2 == null ? t1.$ti._eval$1("RestorableValue.T")._as(t2) : t2; @@ -248460,17 +255456,16 @@ case B.TimePickerEntryMode_3: t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - switch (t1.timeOfDayFormat$1$alwaysUse24HourFormat(A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_9, type$.MediaQuery).data.alwaysUse24HourFormat).index) { + switch (t1.timeOfDayFormat$1$alwaysUse24HourFormat(A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_10, type$.MediaQuery).data.alwaysUse24HourFormat).index) { case 0: case 1: case 2: case 3: - defaultTheme = A._TimePickerDefaultsM2$(context); - timePickerWidth = 312 - defaultTheme.get$dayPeriodPortraitSize()._dx - 12; + timePickerWidth = 312 - (useMaterial3 ? A._TimePickerDefaultsM3$(context) : A._TimePickerDefaultsM2$(context)).get$dayPeriodPortraitSize()._dx - 12; break; case 5: case 4: - timePickerWidth = 312; + timePickerWidth = 312 - (useMaterial3 ? 32 : 0); break; default: timePickerWidth = null; @@ -248479,7 +255474,7 @@ } }, _time_picker0$_dialogSize$2$useMaterial3(context, useMaterial3) { - var textScaleFactor, timePickerSize, defaultTheme, timePickerWidth, _null = null, + var textScaleFactor, timePickerSize, timePickerWidth, _null = null, t1 = this.get$_orientation(), t2 = t1._restoration_properties$_value, orientation = t2 == null ? t1.$ti._eval$1("RestorableValue.T")._as(t2) : t2; @@ -248487,11 +255482,9 @@ t1 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_1, type$.MediaQuery).data; orientation = t1.get$orientation(t1); } - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t1 = t1 == null ? _null : t1.textScaleFactor; - if (t1 == null) - t1 = 1; - textScaleFactor = Math.min(t1, 1.1); + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t1 = t1 == null ? _null : t1.get$textScaler(); + textScaleFactor = (t1 == null ? B._LinearTextScaler_1 : t1).clamp$1$maxScaleFactor(0, 1.1).textScaleFactor; t1 = this.get$_time_picker0$_entryMode(); t2 = t1._restoration_properties$_value; switch (t2 == null ? t1.$ti._eval$1("RestorableValue.T")._as(t2) : t2) { @@ -248502,7 +255495,8 @@ timePickerSize = B.Size_310_468; break; case 1: - timePickerSize = new A.Size(524 * textScaleFactor, 300); + t1 = useMaterial3 ? 342 : 300; + timePickerSize = new A.Size(524 * textScaleFactor, t1); break; default: timePickerSize = _null; @@ -248512,17 +255506,16 @@ case B.TimePickerEntryMode_3: t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, type$.MaterialLocalizations); t1.toString; - switch (t1.timeOfDayFormat$1$alwaysUse24HourFormat(A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_9, type$.MediaQuery).data.alwaysUse24HourFormat).index) { + switch (t1.timeOfDayFormat$1$alwaysUse24HourFormat(A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_10, type$.MediaQuery).data.alwaysUse24HourFormat).index) { case 0: case 1: case 2: case 3: - defaultTheme = A._TimePickerDefaultsM2$(context); - timePickerWidth = 312 - defaultTheme.get$dayPeriodPortraitSize()._dx - 12; + timePickerWidth = 312 - (useMaterial3 ? A._TimePickerDefaultsM3$(context) : A._TimePickerDefaultsM2$(context)).get$dayPeriodPortraitSize()._dx - 12; break; case 5: case 4: - timePickerWidth = 312; + timePickerWidth = 312 - (useMaterial3 ? 32 : 0); break; default: timePickerWidth = _null; @@ -248535,53 +255528,63 @@ return new A.Size(timePickerSize._dx, timePickerSize._dy * textScaleFactor); }, build$1(context) { - var entryModeIconColor, t1, t2, t3, t4, t5, t6, t7, tapTargetSizeOffset, dialogSize, minDialogSize, _this = this, _null = null, + var entryModeIconColor, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, tapTargetSizeOffset, dialogSize, minDialogSize, _this = this, _null = null, theme = A.Theme_of(context), pickerTheme = A.TimePickerTheme_of(context), - defaultTheme = A._TimePickerDefaultsM2$(context), + t1 = theme.useMaterial3, + defaultTheme = t1 ? A._TimePickerDefaultsM3$(context) : A._TimePickerDefaultsM2$(context), shape = pickerTheme.shape; if (shape == null) shape = defaultTheme.get$shape(defaultTheme); entryModeIconColor = pickerTheme.entryModeIconColor; if (entryModeIconColor == null) entryModeIconColor = defaultTheme.get$entryModeIconColor(); - t1 = type$.MaterialLocalizations; - t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); - t2.toString; - t3 = type$.JSArray_Widget; - t4 = A._setArrayType([], t3); - t5 = _this.get$_time_picker0$_entryMode(); - t6 = t5._restoration_properties$_value; - if ((t6 == null ? t5.$ti._eval$1("RestorableValue.T")._as(t6) : t6) !== B.TimePickerEntryMode_0) { - t5 = _this.get$_time_picker0$_entryMode(); - t6 = t5._restoration_properties$_value; - t5 = (t6 == null ? t5.$ti._eval$1("RestorableValue.T")._as(t6) : t6) === B.TimePickerEntryMode_1; + t2 = type$.MaterialLocalizations; + t3 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t2); + t3.toString; + t4 = t1 ? 0 : 4; + t5 = type$.JSArray_Widget; + t6 = A._setArrayType([], t5); + t7 = _this.get$_time_picker0$_entryMode(); + t8 = t7._restoration_properties$_value; + if ((t8 == null ? t7.$ti._eval$1("RestorableValue.T")._as(t8) : t8) !== B.TimePickerEntryMode_0) { + t7 = _this.get$_time_picker0$_entryMode(); + t8 = t7._restoration_properties$_value; + t7 = (t8 == null ? t7.$ti._eval$1("RestorableValue.T")._as(t8) : t8) === B.TimePickerEntryMode_1; } else - t5 = true; - if (t5) { - t5 = _this.get$_time_picker0$_entryMode(); - t6 = t5._restoration_properties$_value; - t7 = A.Icon$((t6 == null ? t5.$ti._eval$1("RestorableValue.T")._as(t6) : t6) === B.TimePickerEntryMode_0 ? B.IconData_61764_MaterialIcons_null_false : B.IconData_57402_MaterialIcons_null_false, _null, _null, _null); - t5 = _this.get$_time_picker0$_entryMode(); - t6 = t5._restoration_properties$_value; - if ((t6 == null ? t5.$ti._eval$1("RestorableValue.T")._as(t6) : t6) === B.TimePickerEntryMode_0) { - t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); - t1.toString; - t1 = t1.get$inputTimeModeButtonLabel(); + t7 = true; + if (t7) { + t7 = t1 ? _null : entryModeIconColor; + t8 = t1 ? A.IconButton_styleFrom(_null, _null, _null, _null, _null, _null, entryModeIconColor, _null, _null, _null, _null, _null, _null, _null) : _null; + t9 = _this.get$_time_picker0$_entryMode(); + t10 = t9._restoration_properties$_value; + t11 = A.Icon$((t10 == null ? t9.$ti._eval$1("RestorableValue.T")._as(t10) : t10) === B.TimePickerEntryMode_0 ? B.IconData_61764_MaterialIcons_null_false : B.IconData_57402_MaterialIcons_null_false, _null, _null, _null); + t9 = _this.get$_time_picker0$_entryMode(); + t10 = t9._restoration_properties$_value; + if ((t10 == null ? t9.$ti._eval$1("RestorableValue.T")._as(t10) : t10) === B.TimePickerEntryMode_0) { + t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t2); + t2.toString; + t2 = t2.get$inputTimeModeButtonLabel(); } else { - t1 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t1); - t1.toString; - t1 = t1.get$dialModeButtonLabel(); + t2 = A.Localizations_of(context, B.Type_MaterialLocalizations_flR, t2); + t2.toString; + t2 = t2.get$dialModeButtonLabel(); } - t4.push(A.IconButton$(_null, entryModeIconColor, _null, _null, t7, _null, _this.get$_toggleEntryMode(), _null, _null, _null, t1, _null)); + t6.push(A.IconButton$(_null, t7, _null, _null, t11, _null, _this.get$_toggleEntryMode(), _null, _null, t8, t2, _null)); } - t1 = _this._widget.cancelText; - t1 = t2.get$cancelButtonLabel().toUpperCase(); - t1 = A.TextButton$(false, A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_time_picker0$_handleCancel(), _null); + t2 = pickerTheme.cancelButtonStyle; + if (t2 == null) + t2 = defaultTheme.get$cancelButtonStyle(); + t7 = _this._widget.cancelText; + t7 = t1 ? t3.get$cancelButtonLabel() : t3.get$cancelButtonLabel().toUpperCase(); + t2 = A.TextButton$(false, A.Text$(t7, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_time_picker0$_handleCancel(), t2); + t7 = pickerTheme.confirmButtonStyle; + if (t7 == null) + t7 = defaultTheme.get$confirmButtonStyle(); _this._widget.toString; - t2 = t2.get$okButtonLabel(); - t4.push(A.Expanded$(A.Container$(B.AlignmentDirectional_1_0, A.OverflowBar$(_null, A._setArrayType([t1, A.TextButton$(false, A.Text$(t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_time_picker0$_handleOk(), _null)], t3), B.OverflowBarAlignment_1, B.VerticalDirection_1, 0, 8), B.Clip_0, _null, B.BoxConstraints_mlX5, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)); - t1 = A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t3 = t3.get$okButtonLabel(); + t6.push(A.Expanded$(A.Container$(B.AlignmentDirectional_1_0, A.OverflowBar$(_null, A._setArrayType([t2, A.TextButton$(false, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _this.get$_time_picker0$_handleOk(), t7)], t5), B.OverflowBarAlignment_1, B.VerticalDirection_1, 0, 8), B.Clip_0, _null, B.BoxConstraints_mlX6, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)); + t2 = A.Row$(t6, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); switch (theme.materialTapTargetSize.index) { case 0: tapTargetSizeOffset = B.Offset_0_0; @@ -248592,27 +255595,27 @@ default: tapTargetSizeOffset = _null; } - dialogSize = _this._time_picker0$_dialogSize$2$useMaterial3(context, false).$add(0, tapTargetSizeOffset); - minDialogSize = _this._minDialogSize$2$useMaterial3(context, false).$add(0, tapTargetSizeOffset); - t2 = pickerTheme.elevation; - if (t2 == null) - t2 = defaultTheme.get$elevation(defaultTheme); + dialogSize = _this._time_picker0$_dialogSize$2$useMaterial3(context, t1).$add(0, tapTargetSizeOffset); + minDialogSize = _this._minDialogSize$2$useMaterial3(context, t1).$add(0, tapTargetSizeOffset); + t1 = pickerTheme.elevation; + if (t1 == null) + t1 = defaultTheme.get$elevation(defaultTheme); t3 = pickerTheme.backgroundColor; if (t3 == null) t3 = defaultTheme.get$backgroundColor(defaultTheme); - t4 = _this.get$_time_picker0$_entryMode(); - t5 = t4._restoration_properties$_value; - if ((t5 == null ? t4.$ti._eval$1("RestorableValue.T")._as(t5) : t5) !== B.TimePickerEntryMode_1) { - t4 = _this.get$_time_picker0$_entryMode(); - t5 = t4._restoration_properties$_value; - t4 = (t5 == null ? t4.$ti._eval$1("RestorableValue.T")._as(t5) : t5) === B.TimePickerEntryMode_3; + t5 = _this.get$_time_picker0$_entryMode(); + t6 = t5._restoration_properties$_value; + if ((t6 == null ? t5.$ti._eval$1("RestorableValue.T")._as(t6) : t6) !== B.TimePickerEntryMode_1) { + t5 = _this.get$_time_picker0$_entryMode(); + t6 = t5._restoration_properties$_value; + t5 = (t6 == null ? t5.$ti._eval$1("RestorableValue.T")._as(t6) : t6) === B.TimePickerEntryMode_3; } else - t4 = true; - t4 = t4 ? 0 : 24; - t5 = pickerTheme.padding; - if (t5 == null) - t5 = defaultTheme.get$padding(defaultTheme); - return A.Dialog$(_null, t3, new A.Padding(t5, new A.LayoutBuilder(new A._TimePickerDialogState_build_closure(_this, dialogSize, minDialogSize, new A.Padding(new A.EdgeInsetsDirectional(4, 0, 0, 0), t1, _null)), _null), _null), B.Clip_0, t2, new A.EdgeInsets(16, t4, 16, t4), _null, shape, _null); + t5 = true; + t5 = t5 ? 0 : 24; + t6 = pickerTheme.padding; + if (t6 == null) + t6 = defaultTheme.get$padding(defaultTheme); + return A.Dialog$(_null, t3, new A.Padding(t6, new A.LayoutBuilder(new A._TimePickerDialogState_build_closure(_this, dialogSize, minDialogSize, new A.Padding(new A.EdgeInsetsDirectional(t4, 0, 0, 0), t2, _null)), _null), _null), B.Clip_0, t1, new A.EdgeInsets(16, t5, 16, t5), _null, shape, _null); } }; A._TimePickerDialogState__handleTimeChanged_closure.prototype = { @@ -248676,7 +255679,7 @@ t10 = t11 == null ? t10.$ti._eval$1("RestorableValue.T")._as(t11) : t11; return A.SingleChildScrollView$(A.SingleChildScrollView$(A.AnimatedContainer$(_null, A.Column$(A._setArrayType([A.Expanded$(A.Form$(t4, new A._TimePicker(t7, t8, t9, t5, "time_picker", t10, t6, t3.get$_handleTimeChanged(), t3._widget.orientation, t3.get$_handleEntryModeChanged(), _null), t3._time_picker0$_formKey), 1), _this.actions], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, B.Cubic_JUR0, _null, B.Duration_200000, t2, _null, _null, _null, t1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, "time_picker_scroll_view_vertical", false, B.Axis_1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, "time_picker_scroll_view_horizontal", false, B.Axis_0); }, - $signature: 2844 + $signature: 1211 }; A._TimePicker.prototype = { createState$0() { @@ -248712,11 +255715,19 @@ return value; }, dispose$0() { - var t1 = this._vibrateTimer; + var _this = this, + t1 = _this._vibrateTimer; if (t1 != null) t1.cancel$0(0); - this._vibrateTimer = null; - this.super$__TimePickerState_State_RestorationMixin$dispose(); + _this._vibrateTimer = null; + _this.get$_orientation().dispose$0(); + _this.get$_selectedTime().dispose$0(); + _this._hourMinuteMode.dispose$0(); + _this._lastModeAnnounced.dispose$0(); + _this._autofocusHour.dispose$0(); + _this._autofocusMinute.dispose$0(); + _this._announcedInitialTime.dispose$0(); + _this.super$__TimePickerState_State_RestorationMixin$dispose(); }, didChangeDependencies$0() { var t1, _this = this; @@ -248828,7 +255839,7 @@ t4 = t5 == null ? A._instanceType(t4)._eval$1("RestorableValue.T")._as(t5) : t5; t5 = _this._framework$_element; t5.toString; - t5 = t2.formatTimeOfDay$2$alwaysUse24HourFormat(t4, A.InheritedModel_inheritFrom(t5, B._MediaQueryAspect_9, type$.MediaQuery).data.alwaysUse24HourFormat); + t5 = t2.formatTimeOfDay$2$alwaysUse24HourFormat(t4, A.InheritedModel_inheritFrom(t5, B._MediaQueryAspect_10, type$.MediaQuery).data.alwaysUse24HourFormat); t3 = t3.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t3.toString; A.SemanticsService_announce(t5, t3.textDirection, B.Assertiveness_00); @@ -248850,24 +255861,25 @@ this.setState$1(new A._TimePickerState__handleHourSelected_closure(this)); }, build$1(context) { - var t2, timeOfDayFormat, theme, defaultTheme, t3, orientation, hourMode, helpText, dialPadding, t4, t5, t6, dial, picker, t7, t8, _this = this, _null = null, + var t2, timeOfDayFormat, theme, defaultTheme, t3, t4, orientation, hourMode, helpText, dialPadding, t5, t6, t7, dial, picker, t8, t9, _this = this, _null = null, t1 = _this.___TimePickerState_localizations_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = type$.MediaQuery; - timeOfDayFormat = t1.timeOfDayFormat$1$alwaysUse24HourFormat(A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_9, t2).data.alwaysUse24HourFormat); + timeOfDayFormat = t1.timeOfDayFormat$1$alwaysUse24HourFormat(A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_10, t2).data.alwaysUse24HourFormat); theme = A.Theme_of(context); - defaultTheme = A._TimePickerDefaultsM2$(context); - t1 = _this.get$_orientation(); - t3 = t1._restoration_properties$_value; - orientation = t3 == null ? t1.$ti._eval$1("RestorableValue.T")._as(t3) : t3; + t1 = theme.useMaterial3; + defaultTheme = t1 ? A._TimePickerDefaultsM3$(context) : A._TimePickerDefaultsM2$(context); + t3 = _this.get$_orientation(); + t4 = t3._restoration_properties$_value; + orientation = t4 == null ? t3.$ti._eval$1("RestorableValue.T")._as(t4) : t4; if (orientation == null) { - t1 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_1, t2).data; - orientation = t1.get$orientation(t1); + t3 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_1, t2).data; + orientation = t3.get$orientation(t3); } switch (A.hourFormat(timeOfDayFormat).index) { case 0: case 1: - hourMode = B._HourDialType_0; + hourMode = t1 ? B._HourDialType_1 : B._HourDialType_0; break; case 2: hourMode = B._HourDialType_2; @@ -248875,14 +255887,15 @@ default: hourMode = _null; } - t1 = _this._widget; - switch (t1.entryMode.index) { + t3 = _this._widget; + switch (t3.entryMode.index) { case 0: case 2: - helpText = t1.helpText; - helpText = _this.___TimePickerState_localizations_A.get$timePickerDialHelpText().toUpperCase(); - t1 = orientation.index; - switch (t1) { + helpText = t3.helpText; + t3 = _this.___TimePickerState_localizations_A; + helpText = t1 ? t3.get$timePickerDialHelpText() : t3.get$timePickerDialHelpText().toUpperCase(); + t3 = orientation.index; + switch (t3) { case 0: dialPadding = B.EdgeInsets_12_36_12_0; break; @@ -248901,22 +255914,25 @@ default: dialPadding = _null; } - t3 = defaultTheme.get$dialSize(); - t4 = _this._hourMinuteMode; - t5 = t4._restoration_properties$_value; - t4 = t5 == null ? t4.$ti._eval$1("RestorableValue.T")._as(t5) : t5; - t5 = _this.get$_selectedTime(); + t4 = defaultTheme.get$dialSize(); + t5 = _this._hourMinuteMode; t6 = t5._restoration_properties$_value; - t5 = t6 == null ? A._instanceType(t5)._eval$1("RestorableValue.T")._as(t6) : t6; - dial = new A.Padding(dialPadding, new A.ExcludeSemantics(true, A.SizedBox$fromSize(new A.AspectRatio(1, new A._Dial(t5, t4, hourMode, _this.get$_handleTimeChanged(), _this.get$_handleHourSelected(), _null), _null), t3), _null), _null); - switch (t1) { + t5 = t6 == null ? t5.$ti._eval$1("RestorableValue.T")._as(t6) : t6; + t6 = _this.get$_selectedTime(); + t7 = t6._restoration_properties$_value; + t6 = t7 == null ? A._instanceType(t6)._eval$1("RestorableValue.T")._as(t7) : t7; + dial = new A.Padding(dialPadding, new A.ExcludeSemantics(true, A.SizedBox$fromSize(new A.AspectRatio(1, new A._Dial(t6, t5, hourMode, _this.get$_handleTimeChanged(), _this.get$_handleHourSelected(), _null), _null), t4), _null), _null); + switch (t3) { case 0: - t1 = type$.JSArray_Widget; - picker = A.Column$(A._setArrayType([new A.Padding(new A.EdgeInsets(16, 0, 16, 0), new A._TimePickerHeader(helpText, _null), _null), A.Expanded$(A.Column$(A._setArrayType([A.Expanded$(new A.Padding(new A.EdgeInsets(16, 0, 16, 0), dial, _null), 1)], t1), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), 1)], t1), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + t3 = t1 ? 0 : 16; + t4 = t1 ? 0 : 16; + t5 = type$.JSArray_Widget; + picker = A.Column$(A._setArrayType([new A.Padding(new A.EdgeInsets(t3, 0, t3, 0), new A._TimePickerHeader(helpText, _null), _null), A.Expanded$(A.Column$(A._setArrayType([A.Expanded$(new A.Padding(new A.EdgeInsets(t4, 0, t4, 0), dial, _null), 1)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), 1)], t5), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); break; case 1: - t1 = type$.JSArray_Widget; - picker = A.Column$(A._setArrayType([A.Expanded$(new A.Padding(new A.EdgeInsets(16, 0, 16, 0), A.Row$(A._setArrayType([new A._TimePickerHeader(helpText, _null), A.Expanded$(dial, 1)], t1), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), 1)], t1), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t3 = t1 ? 0 : 16; + t4 = type$.JSArray_Widget; + picker = A.Column$(A._setArrayType([A.Expanded$(new A.Padding(new A.EdgeInsets(t3, 0, t3, 0), A.Row$(A._setArrayType([new A._TimePickerHeader(helpText, _null), A.Expanded$(dial, 1)], t4), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), 1)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); break; default: picker = _null; @@ -248924,33 +255940,34 @@ break; case 1: case 3: - helpText = t1.helpText; - helpText = _this.___TimePickerState_localizations_A.get$timePickerInputHelpText().toUpperCase(); - t1 = _this.get$_selectedTime(); - t3 = t1._restoration_properties$_value; - t1 = t3 == null ? A._instanceType(t1)._eval$1("RestorableValue.T")._as(t3) : t3; - t3 = _this._widget; - t4 = t3.errorInvalidText; - t5 = t3.hourLabelText; - t3 = t3.minuteLabelText; - t6 = _this._autofocusHour; - t7 = t6._restoration_properties$_value; - t6 = t7 == null ? A._instanceType(t6)._eval$1("RestorableValue.T")._as(t7) : t7; - t7 = _this._autofocusMinute; + helpText = t3.helpText; + t3 = _this.___TimePickerState_localizations_A; + helpText = t1 ? t3.get$timePickerInputHelpText() : t3.get$timePickerInputHelpText().toUpperCase(); + t3 = _this.get$_selectedTime(); + t4 = t3._restoration_properties$_value; + t3 = t4 == null ? A._instanceType(t3)._eval$1("RestorableValue.T")._as(t4) : t4; + t4 = _this._widget; + t5 = t4.errorInvalidText; + t6 = t4.hourLabelText; + t4 = t4.minuteLabelText; + t7 = _this._autofocusHour; t8 = t7._restoration_properties$_value; - picker = A.Column$(A._setArrayType([new A._TimePickerInput(t1, t4, t5, t3, helpText, t6, t8 == null ? A._instanceType(t7)._eval$1("RestorableValue.T")._as(t8) : t8, "time_picker_input", _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); + t7 = t8 == null ? A._instanceType(t7)._eval$1("RestorableValue.T")._as(t8) : t8; + t8 = _this._autofocusMinute; + t9 = t8._restoration_properties$_value; + picker = A.Column$(A._setArrayType([new A._TimePickerInput(t3, t5, t6, t4, helpText, t7, t9 == null ? A._instanceType(t8)._eval$1("RestorableValue.T")._as(t9) : t9, "time_picker_input", _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); break; default: picker = _null; } - t1 = _this._widget.entryMode; - t3 = _this.get$_selectedTime(); - t4 = t3._restoration_properties$_value; - t3 = t4 == null ? A._instanceType(t3)._eval$1("RestorableValue.T")._as(t4) : t4; - t4 = _this._hourMinuteMode; + t3 = _this._widget.entryMode; + t4 = _this.get$_selectedTime(); t5 = t4._restoration_properties$_value; - t4 = t5 == null ? t4.$ti._eval$1("RestorableValue.T")._as(t5) : t5; - return new A._TimePickerModel(t1, t4, _this.get$_handleHourMinuteModeChanged(), _this.get$_handleHourDoubleTapped(), _this.get$_handleMinuteDoubleTapped(), t3, _this.get$_handleTimeChanged(), A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_9, t2).data.alwaysUse24HourFormat, false, hourMode, orientation, A.TimePickerTheme_of(context), defaultTheme, picker, _null); + t4 = t5 == null ? A._instanceType(t4)._eval$1("RestorableValue.T")._as(t5) : t5; + t5 = _this._hourMinuteMode; + t6 = t5._restoration_properties$_value; + t5 = t6 == null ? t5.$ti._eval$1("RestorableValue.T")._as(t6) : t6; + return new A._TimePickerModel(t3, t5, _this.get$_handleHourMinuteModeChanged(), _this.get$_handleHourDoubleTapped(), _this.get$_handleMinuteDoubleTapped(), t4, _this.get$_handleTimeChanged(), A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_10, t2).data.alwaysUse24HourFormat, t1, hourMode, orientation, A.TimePickerTheme_of(context), defaultTheme, picker, _null); } }; A._TimePickerState__vibrate_closure.prototype = { @@ -249010,7 +256027,7 @@ var t1 = this.builder.call$2(context, this.dialog); return t1; }, - $signature: 52 + $signature: 46 }; A._TimePickerDefaults.prototype = {}; A._TimePickerDefaultsM2.prototype = { @@ -249053,7 +256070,7 @@ return A._MaterialStateColor$(new A._TimePickerDefaultsM2_dayPeriodColor_closure(this)); }, get$dayPeriodShape() { - return B.RoundedRectangleBorder_27D1; + return B.RoundedRectangleBorder_27D4; }, get$dayPeriodPortraitSize() { return B.Size_52_80; @@ -249117,7 +256134,7 @@ return A._MaterialStateColor$(new A._TimePickerDefaultsM2_hourMinuteColor_closure(this)); }, get$hourMinuteShape() { - return B.RoundedRectangleBorder_27D1; + return B.RoundedRectangleBorder_27D4; }, get$hourMinuteSize() { return B.Size_96_80; @@ -249148,13 +256165,13 @@ t5 = _this.get$_time_picker0$_textTheme().displayMedium; t5.toString; t6 = _this.get$_time_picker0$_colors().onSurface.value; - return A.InputDecorationTheme$(_null, false, _null, _null, B.EdgeInsets_0_0_0_0, _null, _null, B.OutlineInputBorder_WtG, new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(t2.error, 2, B.BorderStyle_1, -1)), _null, B.TextStyle_SVP2, t1, true, B.C_FloatingLabelAlignment, B.FloatingLabelBehavior_1, _null, B.Color_0, new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(t3.primary, 2, B.BorderStyle_1, -1)), new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(t4.error, 2, B.BorderStyle_1, -1)), _null, _null, t5.copyWith$1$color(A.Color$fromARGB(92, t6 >>> 16 & 255, t6 >>> 8 & 255, t6 & 255)), _null, _null, false, false, _null, _null, _null, _null, _null, _null); + return A.InputDecorationTheme$(_null, false, _null, _null, B.EdgeInsets_0_0_0_0, _null, _null, B.OutlineInputBorder_WtG0, new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(t2.error, 2, B.BorderStyle_1, -1)), _null, B.TextStyle_SVP2, t1, true, B.C_FloatingLabelAlignment, B.FloatingLabelBehavior_1, _null, B.Color_0, new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(t3.primary, 2, B.BorderStyle_1, -1)), new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(t4.error, 2, B.BorderStyle_1, -1)), _null, _null, _null, t5.copyWith$1$color(A.Color$fromARGB(92, t6 >>> 16 & 255, t6 >>> 8 & 255, t6 & 255)), _null, _null, false, false, _null, _null, _null, _null, _null, _null); }, get$padding(_) { return B.EdgeInsets_8_18_8_8; }, get$shape(_) { - return B.RoundedRectangleBorder_27D1; + return B.RoundedRectangleBorder_27D4; } }; A._TimePickerDefaultsM2_dayPeriodColor_closure.prototype = { @@ -249167,7 +256184,7 @@ } return B.Color_0; }, - $signature: 74 + $signature: 25 }; A._TimePickerDefaultsM2_dayPeriodTextColor_closure.prototype = { call$1(states) { @@ -249180,7 +256197,7 @@ } return t1; }, - $signature: 74 + $signature: 25 }; A._TimePickerDefaultsM2_dialTextColor_closure.prototype = { call$1(states) { @@ -249188,7 +256205,7 @@ return this.$this.get$_time_picker0$_colors().surface; return this.$this.get$_time_picker0$_colors().onSurface; }, - $signature: 74 + $signature: 25 }; A._TimePickerDefaultsM2_hourMinuteColor_closure.prototype = { call$1(states) { @@ -249204,14 +256221,14 @@ } return t1; }, - $signature: 74 + $signature: 25 }; A._TimePickerDefaultsM2_hourMinuteTextColor_closure.prototype = { call$1(states) { var t1 = this.$this; return states.contains$1(0, B.MaterialState_4) ? t1.get$_time_picker0$_colors().primary : t1.get$_time_picker0$_colors().onSurface; }, - $signature: 74 + $signature: 25 }; A._TimePickerDefaultsM2__hourMinuteInputColor_closure.prototype = { call$1(states) { @@ -249224,35 +256241,380 @@ } return t1; }, - $signature: 74 + $signature: 25 + }; + A._TimePickerDefaultsM3.prototype = { + get$_time_picker0$_colors() { + var t1, _this = this, + value = _this.___TimePickerDefaultsM3__colors_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___TimePickerDefaultsM3__colors_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___TimePickerDefaultsM3__colors_FI = t1.colorScheme; + } + return value; + }, + get$_time_picker0$_textTheme() { + var t1, _this = this, + value = _this.___TimePickerDefaultsM3__textTheme_FI; + if (value === $) { + t1 = A.Theme_of(_this.context); + _this.___TimePickerDefaultsM3__textTheme_FI !== $ && A.throwUnnamedLateFieldADI(); + value = _this.___TimePickerDefaultsM3__textTheme_FI = t1.textTheme; + } + return value; + }, + get$backgroundColor(_) { + return this.get$_time_picker0$_colors().surface; + }, + get$cancelButtonStyle() { + var _null = null; + return A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, + get$confirmButtonStyle() { + var _null = null; + return A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + }, + get$dayPeriodBorderSide() { + var t1 = this.get$_time_picker0$_colors(), + t2 = t1._outline; + return new A.BorderSide(t2 == null ? t1.onBackground : t2, 1, B.BorderStyle_1, -1); + }, + get$dayPeriodColor() { + return A._MaterialStateColor$(new A._TimePickerDefaultsM3_dayPeriodColor_closure(this)); + }, + get$dayPeriodShape() { + var t1 = this.get$_time_picker0$_colors(), + t2 = t1._outline; + return B.RoundedRectangleBorder_27D9.copyWith$1$side(new A.BorderSide(t2 == null ? t1.onBackground : t2, 1, B.BorderStyle_1, -1)); + }, + get$dayPeriodPortraitSize() { + return B.Size_52_80; + }, + get$dayPeriodLandscapeSize() { + return B.Size_216_38; + }, + get$dayPeriodInputSize() { + return new A.Size(52, 72); + }, + get$dayPeriodTextColor() { + return A._MaterialStateColor$(new A._TimePickerDefaultsM3_dayPeriodTextColor_closure(this)); + }, + get$dayPeriodTextStyle() { + var t1 = this.get$_time_picker0$_textTheme().titleMedium; + t1.toString; + return t1.copyWith$1$color(this.get$dayPeriodTextColor()); + }, + get$dialBackgroundColor() { + var t1 = this.get$_time_picker0$_colors(), + t2 = t1._surfaceVariant; + return t2 == null ? t1.surface : t2; + }, + get$dialHandColor() { + return this.get$_time_picker0$_colors().primary; + }, + get$dialSize() { + return B.Size_256_256; + }, + get$handWidth() { + return 2; + }, + get$dotRadius() { + return 24; + }, + get$centerRadius() { + return 4; + }, + get$dialTextColor() { + return A._MaterialStateColor$(new A._TimePickerDefaultsM3_dialTextColor_closure(this)); + }, + get$dialTextStyle() { + var t1 = this.get$_time_picker0$_textTheme().bodyLarge; + t1.toString; + return t1; + }, + get$elevation(_) { + return 6; + }, + get$entryModeIconColor() { + return this.get$_time_picker0$_colors().onSurface; + }, + get$helpTextStyle() { + return A._MaterialStateTextStyle$(new A._TimePickerDefaultsM3_helpTextStyle_closure(this)); + }, + get$padding(_) { + return B.EdgeInsets_24_24_24_24; + }, + get$hourMinuteColor() { + return A._MaterialStateColor$(new A._TimePickerDefaultsM3_hourMinuteColor_closure(this)); + }, + get$hourMinuteShape() { + return B.RoundedRectangleBorder_27D9; + }, + get$hourMinuteSize() { + return B.Size_96_80; + }, + get$hourMinuteInputSize() { + return new A.Size(96, 72); + }, + get$hourMinuteInputSize24Hour() { + return new A.Size(114, 72); + }, + get$hourMinuteTextColor() { + return A._MaterialStateColor$(new A._TimePickerDefaultsM3_hourMinuteTextColor_closure(this)); + }, + get$_hourMinuteTextColor() { + return new A._MaterialStatePropertyWith(new A._TimePickerDefaultsM3__hourMinuteTextColor_closure(this), type$._MaterialStatePropertyWith_Color); + }, + get$hourMinuteTextStyle() { + return A._MaterialStateTextStyle$(new A._TimePickerDefaultsM3_hourMinuteTextStyle_closure(this)); + }, + get$inputDecorationTheme() { + var selectorRadius, t2, t3, t4, t5, t6, t7, _this = this, _null = null, + t1 = _this.context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t1.toString; + selectorRadius = B.BorderRadius_tLn1.resolve$1(0, t1.textDirection); + t1 = _this.get$hourMinuteColor(); + t2 = _this.get$_time_picker0$_colors(); + t3 = t2._primaryContainer; + t2 = t3 == null ? t2.primary : t3; + t3 = _this.get$_time_picker0$_colors(); + t4 = _this.get$_time_picker0$_colors(); + t5 = _this.get$_time_picker0$_colors(); + t6 = _this.get$hourMinuteTextStyle(); + t7 = _this.get$_time_picker0$_colors().onSurface.value; + return A.InputDecorationTheme$(_null, false, _null, _null, B.EdgeInsets_0_0_0_0, _null, _null, new A.OutlineInputBorder(4, selectorRadius, B.BorderSide_tAf2), new A.OutlineInputBorder(4, selectorRadius, new A.BorderSide(t3.error, 2, B.BorderStyle_1, -1)), _null, B.TextStyle_SVP2, t1, true, B.C_FloatingLabelAlignment, B.FloatingLabelBehavior_1, _null, t2, new A.OutlineInputBorder(4, selectorRadius, new A.BorderSide(t4.primary, 2, B.BorderStyle_1, -1)), new A.OutlineInputBorder(4, selectorRadius, new A.BorderSide(t5.error, 2, B.BorderStyle_1, -1)), _null, _null, _null, t6.copyWith$1$color(A.Color$fromARGB(92, t7 >>> 16 & 255, t7 >>> 8 & 255, t7 & 255)), _null, _null, false, false, _null, _null, _null, _null, _null, _null); + }, + get$shape(_) { + return B.RoundedRectangleBorder_27D3; + } + }; + A._TimePickerDefaultsM3_dayPeriodColor_closure.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_4)) { + t1 = this.$this.get$_time_picker0$_colors(); + t2 = t1._tertiaryContainer; + if (t2 == null) { + t2 = t1._tertiary; + t1 = t2 == null ? t1.secondary : t2; + } else + t1 = t2; + return t1; + } + return B.Color_0; + }, + $signature: 25 + }; + A._TimePickerDefaultsM3_dayPeriodTextColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onTertiaryContainer; + if (t2 == null) { + t2 = t1._onTertiary; + t1 = t2 == null ? t1.onSecondary : t2; + } else + t1 = t2; + return t1; + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onTertiaryContainer; + if (t2 == null) { + t2 = t1._onTertiary; + t1 = t2 == null ? t1.onSecondary : t2; + } else + t1 = t2; + return t1; + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onTertiaryContainer; + if (t2 == null) { + t2 = t1._onTertiary; + t1 = t2 == null ? t1.onSecondary : t2; + } else + t1 = t2; + return t1; + } + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onTertiaryContainer; + if (t2 == null) { + t2 = t1._onTertiary; + t1 = t2 == null ? t1.onSecondary : t2; + } else + t1 = t2; + return t1; + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + } + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + } + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onSurfaceVariant; + return t2 == null ? t1.onSurface : t2; + }, + $signature: 25 + }; + A._TimePickerDefaultsM3_dialTextColor_closure.prototype = { + call$1(states) { + if (states.contains$1(0, B.MaterialState_4)) + return this.$this.get$_time_picker0$_colors().onPrimary; + return this.$this.get$_time_picker0$_colors().onSurface; + }, + $signature: 25 + }; + A._TimePickerDefaultsM3_helpTextStyle_closure.prototype = { + call$1(states) { + var t3, + t1 = this.$this, + t2 = t1.get$_time_picker0$_textTheme().labelMedium; + t2.toString; + t1 = t1.get$_time_picker0$_colors(); + t3 = t1._onSurfaceVariant; + return t2.copyWith$1$color(t3 == null ? t1.onSurface : t3); + }, + $signature: 122 + }; + A._TimePickerDefaultsM3_hourMinuteColor_closure.prototype = { + call$1(states) { + var t2, overlayColor, t3, + t1 = this.$this; + if (states.contains$1(0, B.MaterialState_4)) { + t2 = t1.get$_time_picker0$_colors(); + overlayColor = t2._primaryContainer; + if (overlayColor == null) + overlayColor = t2.primary; + if (states.contains$1(0, B.MaterialState_2)) { + t2 = t1.get$_time_picker0$_colors(); + overlayColor = t2._onPrimaryContainer; + if (overlayColor == null) + overlayColor = t2.onPrimary; + } else if (states.contains$1(0, B.MaterialState_0)) { + t2 = t1.get$_time_picker0$_colors(); + t3 = t2._onPrimaryContainer; + t2 = (t3 == null ? t2.onPrimary : t3).value; + overlayColor = A.Color$fromARGB(20, t2 >>> 16 & 255, t2 >>> 8 & 255, t2 & 255); + } else if (states.contains$1(0, B.MaterialState_1)) { + t2 = t1.get$_time_picker0$_colors(); + t3 = t2._onPrimaryContainer; + t2 = (t3 == null ? t2.onPrimary : t3).value; + overlayColor = A.Color$fromARGB(31, t2 >>> 16 & 255, t2 >>> 8 & 255, t2 & 255); + } + t1 = t1.get$_time_picker0$_colors(); + t2 = t1._primaryContainer; + return A.Color_alphaBlend(overlayColor, t2 == null ? t1.primary : t2); + } else { + t2 = t1.get$_time_picker0$_colors(); + overlayColor = t2._surfaceVariant; + if (overlayColor == null) + overlayColor = t2.surface; + if (states.contains$1(0, B.MaterialState_2)) + overlayColor = t1.get$_time_picker0$_colors().onSurface; + else if (states.contains$1(0, B.MaterialState_0)) { + t2 = t1.get$_time_picker0$_colors().onSurface.value; + overlayColor = A.Color$fromARGB(20, t2 >>> 16 & 255, t2 >>> 8 & 255, t2 & 255); + } else if (states.contains$1(0, B.MaterialState_1)) { + t2 = t1.get$_time_picker0$_colors().onSurface.value; + overlayColor = A.Color$fromARGB(31, t2 >>> 16 & 255, t2 >>> 8 & 255, t2 & 255); + } + t1 = t1.get$_time_picker0$_colors(); + t2 = t1._surfaceVariant; + return A.Color_alphaBlend(overlayColor, t2 == null ? t1.surface : t2); + } + }, + $signature: 25 + }; + A._TimePickerDefaultsM3_hourMinuteTextColor_closure.prototype = { + call$1(states) { + return this.$this.get$_hourMinuteTextColor()._material_state$_resolve.call$1(states); + }, + $signature: 25 + }; + A._TimePickerDefaultsM3__hourMinuteTextColor_closure.prototype = { + call$1(states) { + var t1, t2, _this = this; + if (states.contains$1(0, B.MaterialState_4)) { + if (states.contains$1(0, B.MaterialState_2)) { + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onPrimaryContainer; + return t2 == null ? t1.onPrimary : t2; + } + if (states.contains$1(0, B.MaterialState_0)) { + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onPrimaryContainer; + return t2 == null ? t1.onPrimary : t2; + } + if (states.contains$1(0, B.MaterialState_1)) { + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onPrimaryContainer; + return t2 == null ? t1.onPrimary : t2; + } + t1 = _this.$this.get$_time_picker0$_colors(); + t2 = t1._onPrimaryContainer; + return t2 == null ? t1.onPrimary : t2; + } else { + if (states.contains$1(0, B.MaterialState_2)) + return _this.$this.get$_time_picker0$_colors().onSurface; + if (states.contains$1(0, B.MaterialState_0)) + return _this.$this.get$_time_picker0$_colors().onSurface; + if (states.contains$1(0, B.MaterialState_1)) + return _this.$this.get$_time_picker0$_colors().onSurface; + return _this.$this.get$_time_picker0$_colors().onSurface; + } + }, + $signature: 25 + }; + A._TimePickerDefaultsM3_hourMinuteTextStyle_closure.prototype = { + call$1(states) { + var t1 = this.$this, + t2 = t1.get$_time_picker0$_textTheme().displayMedium; + t2.toString; + return t2.copyWith$1$color(t1.get$_hourMinuteTextColor()._material_state$_resolve.call$1(states)); + }, + $signature: 122 }; A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.__TimePickerDialogState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.__TimePickerInputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.__TimePickerState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.__DialState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -249731,14 +257093,14 @@ t8 = t2.length; t9 = type$.MaterialStatePropertyAll_nullable_Color; t10 = type$.MaterialStatePropertyAll_nullable_Size; - t4 = A.ButtonStyle$(B.Alignment_0_0, B.Duration_200000, new A.MaterialStatePropertyAll(effectiveFillColor, t9), B.MaterialStatePropertyAll_0, true, _null, new A.MaterialStatePropertyAll(currentColor, t9), _null, _null, new A.MaterialStatePropertyAll(maximumSize, t10), new A.MaterialStatePropertyAll(minimumSize, t10), new A.MaterialStatePropertyAll(_null, type$.MaterialStatePropertyAll_nullable_MouseCursor), new A._ToggleButtonDefaultOverlay(t5, !t5, t3.colorScheme, t4.focusColor, t4.highlightColor, t4.hoverColor, t4.splashColor), B.MaterialStatePropertyAll_rXZ, _null, B.MaterialStatePropertyAll_Aec, _null, B.C__InkRippleFactory, _null, B.MaterialTapTargetSize_1, new A.MaterialStatePropertyAll(currentTextStyle.copyWith$1$color(currentColor), type$.MaterialStatePropertyAll_nullable_TextStyle), B.VisualDensity_0_0); + t4 = A.ButtonStyle$(B.Alignment_0_0, B.Duration_200000, new A.MaterialStatePropertyAll(effectiveFillColor, t9), B.MaterialStatePropertyAll_0, true, _null, new A.MaterialStatePropertyAll(currentColor, t9), _null, _null, new A.MaterialStatePropertyAll(maximumSize, t10), new A.MaterialStatePropertyAll(minimumSize, t10), new A.MaterialStatePropertyAll(_null, type$.MaterialStatePropertyAll_nullable_MouseCursor), new A._ToggleButtonDefaultOverlay(t5, !t5, t3.colorScheme, t4.focusColor, t4.highlightColor, t4.hoverColor, t4.splashColor), B.MaterialStatePropertyAll_rXZ0, _null, B.MaterialStatePropertyAll_Aec, _null, B.C__InkRippleFactory, _null, B.MaterialTapTargetSize_1, new A.MaterialStatePropertyAll(currentTextStyle.copyWith$1$color(currentColor), type$.MaterialStatePropertyAll_nullable_TextStyle), B.VisualDensity_0_0); button = new A._SelectToggleButton(leadingBorderSide, borderSide, trailingBorderSide, edgeBorderRadius, index === 0, index === t8 - 1, B.Axis_0, B.VerticalDirection_1, A.ClipRRect$(clipBorderRadius, A.TextButton$(false, t2[index], _null, _null, new A.ToggleButtons_build__closure(t1, index), t4), B.Clip_2), _null); if (!t7) button = A.Center$(button, _null, _null); t1 = t6[index]; - return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t1, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A._InputPadding1(minPaddingSize, B.Axis_0, button, _null), _null), _null); + return new A.MergeSemantics(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, t1, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, new A._InputPadding1(minPaddingSize, B.Axis_0, button, _null), _null), _null); }, - $signature: 2823 + $signature: 1214 }; A.ToggleButtons_build__closure.prototype = { call$0() { @@ -250399,7 +257761,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.center); }, - $signature: 78 + $signature: 72 }; A.__DefaultFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ResolveFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -250553,7 +257915,7 @@ t7 = _this.get$onChanged() != null ? _this.get$_handleTapEnd() : _null; t8 = _this.get$onChanged(); t9 = A.CustomPaint$(_null, _null, _null, painter, size); - return A.FocusableActionDetector$(value, false, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t8 != null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t9, _null), B.DragStartBehavior_1, t3 == null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, t7, t4, t6, _null, _null, _null, false, B.Offset_O5r), t1 != null, focusNode, t2, onFocusChange, _this.get$_handleFocusHighlightChanged(), _this.get$_handleHoverChanged(), _null); + return A.FocusableActionDetector$(value, false, A.GestureDetector$(_null, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t8 != null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t9, _null), B.DragStartBehavior_1, t3 == null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, t7, t4, t6, _null, _null, _null, false, B.Offset_O5r), t1 != null, focusNode, t2, onFocusChange, _this.get$_handleFocusHighlightChanged(), _this.get$_handleHoverChanged(), _null); }, buildToggleable$5$autofocus$focusNode$mouseCursor$painter$size(autofocus, focusNode, mouseCursor, painter, size) { return this.buildToggleable$6$autofocus$focusNode$mouseCursor$onFocusChange$painter$size(autofocus, focusNode, mouseCursor, null, painter, size); @@ -250799,7 +258161,7 @@ }; A.Tooltip.prototype = { createState$0() { - return new A.TooltipState(new A.OverlayPortalController(), A.LinkedHashSet_LinkedHashSet$_empty(type$.int), B.AnimationStatus_0, null, null, B._StateLifecycle_0); + return new A.TooltipState(new A.OverlayPortalController(null), A.LinkedHashSet_LinkedHashSet$_empty(type$.int), B.AnimationStatus_0, null, null, B._StateLifecycle_0); }, get$message(receiver) { return this.message; @@ -250834,7 +258196,7 @@ return t1; }, _handleStatusChanged$1($status) { - var _0_0, _0_1, _0_3, _0_4, _0_6, _0_7, _0_8, t1, state, now, _this = this; + var _0_0, _0_1, _0_3, _0_4, _0_6, _0_7, _0_8, t1, _this = this; $label0$0: { _0_0 = new A._Record_2(A.TooltipState__isTooltipVisible(_this._animationStatus), A.TooltipState__isTooltipVisible($status)); _0_1 = A._InitializedCell$named("#0#1", new A.TooltipState__handleStatusChanged_closure(_0_0)); @@ -250845,23 +258207,11 @@ _0_8 = A._InitializedCell$named("#0#8", new A.TooltipState__handleStatusChanged_closure4(_0_4)); if (_0_3._readFinal$0() && _0_6._readFinal$0()) { B.JSArray_methods.remove$1($.Tooltip__openedTooltips, _this); - t1 = _this._overlayController; - state = t1._attachTarget; - if (state != null) - state.hide$0(); - else - t1._zOrderIndex = null; + _this._overlayController.hide$0(); break $label0$0; } if (_0_7._readFinal$0() && _0_8._readFinal$0()) { - t1 = _this._overlayController; - state = t1._attachTarget; - now = $.OverlayPortalController__wallTime + 1; - if (state != null) { - $.OverlayPortalController__wallTime = now; - state.show$1(0, now); - } else - t1._zOrderIndex = $.OverlayPortalController__wallTime = now; + _this._overlayController.show$0(0); $.Tooltip__openedTooltips.push(_this); A.SemanticsService_tooltip(_this.get$_tooltipMessage()); break $label0$0; @@ -251231,47 +258581,47 @@ _this.__TooltipState__tooltipTheme_A === $ && A.throwUnnamedLateFieldNI(); t1 = _this.get$_tooltipMessage(); t2 = _this._widget.child; - t1 = A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null); + t1 = A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null); _this.__TooltipState__visible_A === $ && A.throwUnnamedLateFieldNI(); result = A._ExclusiveMouseRegion$(A.Listener$(B.HitTestBehavior_1, new A.Semantics(t1, false, false, false, false, t2, _null), _null, _null, _this.get$_tooltip$_handlePointerDown(), _null, _null, _null, _null, _null), _this.get$_handleMouseEnter(), _this.get$_handleMouseExit()); - return new A.OverlayPortal(_this._overlayController, _this.get$_buildTooltipOverlay(), result, _null); + return A.OverlayPortal$(result, _this._overlayController, _this.get$_buildTooltipOverlay()); } }; A.TooltipState__handleStatusChanged_closure.prototype = { call$0() { return this._0_0._0; }, - $signature: 19 + $signature: 18 }; A.TooltipState__handleStatusChanged_closure0.prototype = { call$0() { return true === this._0_1._readFinal$0(); }, - $signature: 19 + $signature: 18 }; A.TooltipState__handleStatusChanged_closure1.prototype = { call$0() { return this._0_0._1; }, - $signature: 19 + $signature: 18 }; A.TooltipState__handleStatusChanged_closure2.prototype = { call$0() { return false === this._0_4._readFinal$0(); }, - $signature: 19 + $signature: 18 }; A.TooltipState__handleStatusChanged_closure3.prototype = { call$0() { return false === this._0_1._readFinal$0(); }, - $signature: 19 + $signature: 18 }; A.TooltipState__handleStatusChanged_closure4.prototype = { call$0() { return true === this._0_4._readFinal$0(); }, - $signature: 19 + $signature: 18 }; A.TooltipState__scheduleShowTooltip_show.prototype = { call$0() { @@ -251301,37 +258651,37 @@ call$0() { return B.AnimationStatus_0 === this._0_0; }, - $signature: 19 + $signature: 18 }; A.TooltipState__buildTooltipOverlay_closure2.prototype = { call$0() { return this._1_0._0; }, - $signature: 2810 + $signature: 1216 }; A.TooltipState__buildTooltipOverlay_closure3.prototype = { call$0() { return this._1_0._1; }, - $signature: 2804 + $signature: 1220 }; A.TooltipState__buildTooltipOverlay_closure.prototype = { call$0() { return this._0_0.colorScheme.brightness; }, - $signature: 2801 + $signature: 1222 }; A.TooltipState__buildTooltipOverlay_closure0.prototype = { call$0() { return this._0_0.textTheme; }, - $signature: 2800 + $signature: 1241 }; A.TooltipState__buildTooltipOverlay_closure1.prototype = { call$0() { return this._0_0.platform; }, - $signature: 698 + $signature: 829 }; A._TooltipPositionDelegate.prototype = { getConstraintsForChild$1(constraints) { @@ -251351,7 +258701,7 @@ t1.toString; t1 = A.DefaultTextStyle$(A.Container$(_null, A.Center$(new A.Text(_null, _this.richMessage, _this.textStyle, _this.textAlign, _null, _null, _null, _null, _null, _null, _null), 1, 1), B.Clip_0, _null, _null, _this.decoration, _null, _null, _null, _this.margin, _this.padding, _null, _null, _null), _null, _null, B.TextOverflow_0, true, t1, _null, _null, B.TextWidthBasis_0); result = A._ExclusiveMouseRegion$(new A.FadeTransition(_this.animation, false, new A.ConstrainedBox(new A.BoxConstraints(0, 1 / 0, _this.height, 1 / 0), t1, _null), _null), _this.onEnter, _this.onExit); - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_6); + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_7); t1 = t1 == null ? _null : t1.viewInsets; t1 = t1 == null ? _null : t1.bottom; if (t1 == null) @@ -251452,29 +258802,24 @@ obtainKey$1(configuration) { return new A.SynchronousFuture(this, type$.SynchronousFuture_NetworkImage); }, - load$2(_, key, decode) { - var _null = null, - chunkEvents = A.StreamController_StreamController(_null, _null, _null, false, type$.ImageChunkEvent); - return A.MultiFrameImageStreamCompleter$(new A._ControllerStream(chunkEvents, A._instanceType(chunkEvents)._eval$1("_ControllerStream<1>")), this.__network_image_web$_loadAsync$5(key, _null, _null, decode, chunkEvents), key.url, _null, key.scale); - }, loadBuffer$2(key, decode) { var _null = null, chunkEvents = A.StreamController_StreamController(_null, _null, _null, false, type$.ImageChunkEvent); - return A.MultiFrameImageStreamCompleter$(new A._ControllerStream(chunkEvents, A._instanceType(chunkEvents)._eval$1("_ControllerStream<1>")), this.__network_image_web$_loadAsync$5(key, _null, decode, _null, chunkEvents), key.url, _null, key.scale); + return A.MultiFrameImageStreamCompleter$(new A._ControllerStream(chunkEvents, A._instanceType(chunkEvents)._eval$1("_ControllerStream<1>")), this.__network_image_web$_loadAsync$3(key, decode, chunkEvents), key.url, _null, key.scale); }, loadImage$2(key, decode) { var _null = null, chunkEvents = A.StreamController_StreamController(_null, _null, _null, false, type$.ImageChunkEvent); - return A.MultiFrameImageStreamCompleter$(new A._ControllerStream(chunkEvents, A._instanceType(chunkEvents)._eval$1("_ControllerStream<1>")), this.__network_image_web$_loadAsync$5(key, decode, _null, _null, chunkEvents), key.url, _null, key.scale); + return A.MultiFrameImageStreamCompleter$(new A._ControllerStream(chunkEvents, A._instanceType(chunkEvents)._eval$1("_ControllerStream<1>")), this.__network_image_web$_loadAsync$3(key, decode, chunkEvents), key.url, _null, key.scale); }, - __network_image_web$_loadAsync$5(key, decode, decodeBufferDeprecated, decodeDeprecated, chunkEvents) { - return this._loadAsync$body$NetworkImage(key, decode, decodeBufferDeprecated, decodeDeprecated, chunkEvents); + __network_image_web$_loadAsync$3(key, decode, chunkEvents) { + return this._loadAsync$body$NetworkImage(key, decode, chunkEvents); }, - _loadAsync$body$NetworkImage(key, decode, decodeBufferDeprecated, decodeDeprecated, chunkEvents) { + _loadAsync$body$NetworkImage(key, decode, chunkEvents) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), $async$returnValue, completer, request, bytes, t1, resolved, t2, t3, containsNetworkImageHeaders, $async$temp1; - var $async$__network_image_web$_loadAsync$5 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + var $async$__network_image_web$_loadAsync$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); while (true) @@ -251486,7 +258831,7 @@ t2 = key.headers; t3 = t2 == null ? null : t2.__js_helper$_length !== 0; containsNetworkImageHeaders = t3 === true; - $async$goto = globalThis.window.flutterCanvasKit != null || containsNetworkImageHeaders ? 3 : 5; + $async$goto = self.window.flutterCanvasKit != null || containsNetworkImageHeaders ? 3 : 5; break; case 3: // then @@ -251497,72 +258842,33 @@ request.responseType = "arraybuffer"; if (containsNetworkImageHeaders) t2.forEach$1(0, new A.NetworkImage__loadAsync_closure(request)); - t1 = type$.JavaScriptObject; - A.DomEventTargetExtension_addEventListener0(request, "load", t1._as(A.allowInterop(new A.NetworkImage__loadAsync_closure0(request, completer, resolved)))); - A.DomEventTargetExtension_addEventListener0(request, "error", t1._as(A.allowInterop(completer.get$completeError()))); + request.addEventListener("load", A.allowInterop(new A.NetworkImage__loadAsync_closure0(request, completer, resolved))); + request.addEventListener("error", A.allowInterop(new A.NetworkImage__loadAsync_closure1(completer))); request.send(); $async$goto = 6; - return A._asyncAwait(t3, $async$__network_image_web$_loadAsync$5); + return A._asyncAwait(t3, $async$__network_image_web$_loadAsync$3); case 6: // returning from await. - t3 = request.response; - t3.toString; - bytes = J.asUint8List$0$x(type$.ByteBuffer._as(t3)); - if (J.get$lengthInBytes$x(bytes) === 0) { - t1 = A.DomXMLHttpRequestExtension_get_status(request); - t1.toString; - throw A.wrapException(A.NetworkImageLoadException$(t1, resolved)); - } - $async$goto = decode != null ? 7 : 9; - break; - case 7: - // then + t1 = request.response; + t1.toString; + bytes = J.asUint8List$0$x(type$.ByteBuffer._as(t1)); + if (J.get$lengthInBytes$x(bytes) === 0) + throw A.wrapException(A.NetworkImageLoadException$(A.getProperty(request, "status"), resolved)); $async$temp1 = decode; - $async$goto = 10; - return A._asyncAwait(A.ImmutableBuffer_fromUint8List(bytes), $async$__network_image_web$_loadAsync$5); - case 10: + $async$goto = 7; + return A._asyncAwait(A.ImmutableBuffer_fromUint8List(bytes), $async$__network_image_web$_loadAsync$3); + case 7: // returning from await. $async$returnValue = $async$temp1.call$1($async$result); // goto return $async$goto = 1; break; // goto join - $async$goto = 8; - break; - case 9: - // else - $async$goto = decodeBufferDeprecated != null ? 11 : 13; - break; - case 11: - // then - $async$temp1 = decodeBufferDeprecated; - $async$goto = 14; - return A._asyncAwait(A.ImmutableBuffer_fromUint8List(bytes), $async$__network_image_web$_loadAsync$5); - case 14: - // returning from await. - $async$returnValue = $async$temp1.call$1($async$result); - // goto return - $async$goto = 1; - break; - // goto join - $async$goto = 12; - break; - case 13: - // else - $async$returnValue = decodeDeprecated.call$1(bytes); - // goto return - $async$goto = 1; - break; - case 12: - // join - case 8: - // join - // goto join $async$goto = 4; break; case 5: // else - $async$returnValue = $.$get$_renderer().instantiateImageCodecFromUrl$2$chunkCallback(resolved, new A.NetworkImage__loadAsync_closure1(chunkEvents)); + $async$returnValue = $.$get$_renderer().instantiateImageCodecFromUrl$2$chunkCallback(resolved, new A.NetworkImage__loadAsync_closure2(chunkEvents)); // goto return $async$goto = 1; break; @@ -251573,7 +258879,7 @@ return A._asyncReturn($async$returnValue, $async$completer); } }); - return A._asyncStartSync($async$__network_image_web$_loadAsync$5, $async$completer); + return A._asyncStartSync($async$__network_image_web$_loadAsync$3, $async$completer); }, $eq(_, other) { if (other == null) @@ -251586,42 +258892,43 @@ return A.Object_hash(this.url, this.scale, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { - return 'NetworkImage("' + this.url + '", scale: ' + this.scale + ")"; + return 'NetworkImage("' + this.url + '", scale: ' + B.JSInt_methods.toStringAsFixed$1(this.scale, 1) + ")"; } }; A.NetworkImage__loadAsync_closure.prototype = { call$2(header, value) { this.request.setRequestHeader(header, value); }, - $signature: 177 + $signature: 189 }; A.NetworkImage__loadAsync_closure0.prototype = { call$1(e) { - var accepted, unknownRedirect, success, t2, - t1 = this.request, - $status = A.DomXMLHttpRequestExtension_get_status(t1); - $status.toString; - accepted = $status >= 200 && $status < 300; - unknownRedirect = $status > 307 && $status < 400; - success = accepted || $status === 0 || $status === 304 || unknownRedirect; - t2 = this.completer; + var t1 = this.request, + $status = t1.status, + accepted = $status >= 200 && $status < 300, + unknownRedirect = $status > 307 && $status < 400, + success = accepted || $status === 0 || $status === 304 || unknownRedirect, + t2 = this.completer; if (success) t2.complete$1(0, t1); else { t2.completeError$1(e); - t1 = A.DomXMLHttpRequestExtension_get_status(t1); - if (t1 == null) - t1 = 400; - throw A.wrapException(A.NetworkImageLoadException$(t1, this.resolved)); + throw A.wrapException(A.NetworkImageLoadException$($status, this.resolved)); } }, - $signature: 29 + $signature: 125 }; A.NetworkImage__loadAsync_closure1.prototype = { + call$1(e) { + return this.completer.completeError$1(e); + }, + $signature: 1244 + }; + A.NetworkImage__loadAsync_closure2.prototype = { call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 199 + $signature: 232 }; A.AlignmentGeometry.prototype = { toString$0(_) { @@ -251787,12 +259094,6 @@ } }; A.PaintingBinding.prototype = { - instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth(bytes, allowUpscaling, cacheHeight, cacheWidth) { - return $.$get$_renderer().instantiateImageCodec$4$allowUpscaling$targetHeight$targetWidth(bytes, false, cacheHeight, cacheWidth); - }, - instantiateImageCodec$1(bytes) { - return this.instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth(bytes, false, null, null); - }, instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth(buffer, allowUpscaling, cacheHeight, cacheWidth) { var t1 = $.$get$_renderer(), t2 = buffer._ui$_list; @@ -251985,6 +259286,67 @@ return this; } }; + A.BorderRadiusDirectional.prototype = { + get$_topStart() { + return this.topStart; + }, + get$_topEnd() { + return this.topEnd; + }, + get$_bottomStart() { + return this.bottomStart; + }, + get$_bottomEnd() { + return this.bottomEnd; + }, + get$_topLeft() { + return B.Radius_0_0; + }, + get$_topRight() { + return B.Radius_0_0; + }, + get$_bottomLeft() { + return B.Radius_0_0; + }, + get$_bottomRight() { + return B.Radius_0_0; + }, + subtract$1(other) { + if (other instanceof A.BorderRadiusDirectional) + return this.$sub(0, other); + return this.super$BorderRadiusGeometry$subtract(other); + }, + add$1(_, other) { + if (other instanceof A.BorderRadiusDirectional) + return this.$add(0, other); + return this.super$BorderRadiusGeometry$add(0, other); + }, + $sub(_, other) { + var _this = this; + return new A.BorderRadiusDirectional(_this.topStart.$sub(0, other.topStart), _this.topEnd.$sub(0, other.topEnd), _this.bottomStart.$sub(0, other.bottomStart), _this.bottomEnd.$sub(0, other.bottomEnd)); + }, + $add(_, other) { + var _this = this; + return new A.BorderRadiusDirectional(_this.topStart.$add(0, other.topStart), _this.topEnd.$add(0, other.topEnd), _this.bottomStart.$add(0, other.bottomStart), _this.bottomEnd.$add(0, other.bottomEnd)); + }, + $mul(_, other) { + var _this = this; + return new A.BorderRadiusDirectional(_this.topStart.$mul(0, other), _this.topEnd.$mul(0, other), _this.bottomStart.$mul(0, other), _this.bottomEnd.$mul(0, other)); + }, + $div(_, other) { + var _this = this; + return new A.BorderRadiusDirectional(_this.topStart.$div(0, other), _this.topEnd.$div(0, other), _this.bottomStart.$div(0, other), _this.bottomEnd.$div(0, other)); + }, + resolve$1(_, direction) { + var _this = this; + switch (direction.index) { + case 0: + return new A.BorderRadius(_this.topEnd, _this.topStart, _this.bottomEnd, _this.bottomStart); + case 1: + return new A.BorderRadius(_this.topStart, _this.topEnd, _this.bottomStart, _this.bottomEnd); + } + } + }; A._MixedBorderRadius.prototype = { $mul(_, other) { var _this = this; @@ -252195,7 +259557,7 @@ B.JSArray_methods.get$first(this.borders).paintInterior$4$textDirection(canvas, rect, paint, textDirection); }, get$preferPaintInterior() { - return true; + return B.JSArray_methods.every$1(this.borders, new A._CompoundBorder_preferPaintInterior_closure()); }, paint$3$textDirection(canvas, rect, textDirection) { var t1, t2, _i, border; @@ -252212,7 +259574,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(this)) return false; - return other instanceof A._CompoundBorder && A.listEquals0(other.borders, this.borders); + return other instanceof A._CompoundBorder && A.listEquals(other.borders, this.borders); }, get$hashCode(_) { return A.Object_hashAll(this.borders); @@ -252227,19 +259589,25 @@ call$2(previousValue, border) { return previousValue.add$1(0, border.get$dimensions()); }, - $signature: 2781 + $signature: 1250 }; A._CompoundBorder_scale_closure.prototype = { call$1(border) { return border.scale$1(0, this.t); }, - $signature: 2780 + $signature: 1251 + }; + A._CompoundBorder_preferPaintInterior_closure.prototype = { + call$1(border) { + return border.get$preferPaintInterior(); + }, + $signature: 1253 }; A._CompoundBorder_toString_closure.prototype = { call$1(border) { return border.toString$0(0); }, - $signature: 2779 + $signature: 1254 }; A._BorderSide_Object_Diagnosticable.prototype = {}; A.BoxShape.prototype = { @@ -252287,12 +259655,15 @@ return new A.EdgeInsets(_this.left.get$strokeInset(), _this.top.get$strokeInset(), _this.right.get$strokeInset(), _this.bottom.get$strokeInset()); }, get$isUniform() { - var topStrokeAlign, t1, _this = this; - if (_this.get$_colorIsUniform()) + var topStrokeAlign, _this = this, + t1 = _this.top, + topColor = t1.color, + t2 = _this.left; + if (t2.color.$eq(0, topColor) && _this.bottom.color.$eq(0, topColor) && _this.right.color.$eq(0, topColor)) if (_this.get$_widthIsUniform()) if (_this.get$_styleIsUniform()) { - topStrokeAlign = _this.top.strokeAlign; - t1 = _this.left.strokeAlign === topStrokeAlign && _this.bottom.strokeAlign === topStrokeAlign && _this.right.strokeAlign === topStrokeAlign; + topStrokeAlign = t1.strokeAlign; + t1 = t2.strokeAlign === topStrokeAlign && _this.bottom.strokeAlign === topStrokeAlign && _this.right.strokeAlign === topStrokeAlign; } else t1 = false; else @@ -252301,11 +259672,6 @@ t1 = false; return t1; }, - get$_colorIsUniform() { - var _this = this, - topColor = _this.top.color; - return _this.left.color.$eq(0, topColor) && _this.bottom.color.$eq(0, topColor) && _this.right.color.$eq(0, topColor); - }, get$_widthIsUniform() { var _this = this, topWidth = _this.top.width; @@ -252340,7 +259706,7 @@ return this.super$ShapeBorder$lerpTo(b, t); }, paint$5$borderRadius$shape$textDirection(canvas, rect, borderRadius, shape, textDirection) { - var t1, _this = this; + var t1, distinctVisibleColors, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, hasHairlineBorder, _this = this; if (_this.get$isUniform()) { t1 = _this.top; switch (t1.style.index) { @@ -252362,17 +259728,60 @@ return; } } - if (_this.get$_colorIsUniform() && _this.get$_styleIsUniform()) { - t1 = _this.top; - switch (t1.style.index) { - case 0: - return; - case 1: - A.BoxBorder__paintNonUniformBorder(canvas, rect, borderRadius, _this.bottom, _this.left, _this.right, shape, textDirection, t1); - return; - } + if (_this.get$_styleIsUniform() && _this.top.style === B.BorderStyle_0) + return; + distinctVisibleColors = A.LinkedHashSet_LinkedHashSet$_empty(type$.Color); + t1 = _this.top; + t2 = t1.style; + t3 = t2 === B.BorderStyle_0; + if (!t3) + distinctVisibleColors.add$1(0, t1.color); + t4 = _this.right; + t5 = t4.style; + t6 = t5 === B.BorderStyle_0; + if (!t6) + distinctVisibleColors.add$1(0, t4.color); + t7 = _this.bottom; + t8 = t7.style; + t9 = t8 === B.BorderStyle_0; + if (!t9) + distinctVisibleColors.add$1(0, t7.color); + t10 = _this.left; + t11 = t10.style; + t12 = t11 === B.BorderStyle_0; + if (!t12) + distinctVisibleColors.add$1(0, t10.color); + if (!(t2 === B.BorderStyle_1 && t1.width === 0)) + if (!(t5 === B.BorderStyle_1 && t4.width === 0)) { + if (!(t8 === B.BorderStyle_1 && t7.width === 0)) + t2 = t11 === B.BorderStyle_1 && t10.width === 0; + else + t2 = true; + hasHairlineBorder = t2; + } else + hasHairlineBorder = true; + else + hasHairlineBorder = true; + if (distinctVisibleColors._collection$_length === 1) + if (!hasHairlineBorder) + if (shape !== B.BoxShape_1) + t2 = borderRadius != null && !borderRadius.$eq(0, B.BorderRadius_tLn0); + else + t2 = true; + else + t2 = false; + else + t2 = false; + if (t2) { + if (t3) + t1 = B.BorderSide_8xm; + t2 = t6 ? B.BorderSide_8xm : t4; + t3 = t9 ? B.BorderSide_8xm : t7; + t4 = t12 ? B.BorderSide_8xm : t10; + A.BoxBorder_paintNonUniformBorder(canvas, rect, borderRadius, t3, distinctVisibleColors.get$first(distinctVisibleColors), t4, t2, shape, textDirection, t1); + return; } - A.paintBorder(canvas, rect, _this.bottom, _this.left, _this.right, _this.top); + A.paintBorder(canvas, rect, t7, t10, t4, t1); }, paint$3$textDirection(canvas, rect, textDirection) { return this.paint$5$borderRadius$shape$textDirection(canvas, rect, null, B.BoxShape_0, textDirection); @@ -252424,11 +259833,12 @@ return new A.EdgeInsetsDirectional(_this.start.get$strokeInset(), _this.top.get$strokeInset(), _this.end.get$strokeInset(), _this.bottom.get$strokeInset()); }, get$isUniform() { - var t1, topWidth, t2, topStrokeAlign, _this = this; - if (_this.get$_colorIsUniform()) { - t1 = _this.top; - topWidth = t1.width; + var topWidth, topStrokeAlign, _this = this, + t1 = _this.top, + topColor = t1.color, t2 = _this.start; + if (t2.color.$eq(0, topColor) && _this.bottom.color.$eq(0, topColor) && _this.end.color.$eq(0, topColor)) { + topWidth = t1.width; if (t2.width === topWidth && _this.bottom.width === topWidth && _this.end.width === topWidth) if (_this.get$_styleIsUniform()) { topStrokeAlign = t1.strokeAlign; @@ -252441,11 +259851,6 @@ t1 = false; return t1; }, - get$_colorIsUniform() { - var _this = this, - topColor = _this.top.color; - return _this.start.color.$eq(0, topColor) && _this.bottom.color.$eq(0, topColor) && _this.end.color.$eq(0, topColor); - }, get$_styleIsUniform() { var _this = this, topStyle = _this.top.style; @@ -252493,7 +259898,7 @@ return this.super$ShapeBorder$lerpTo(b, t); }, paint$5$borderRadius$shape$textDirection(canvas, rect, borderRadius, shape, textDirection) { - var t1, left, right, _this = this; + var t1, left, right, distinctVisibleColors, t2, t3, t4, t5, t6, t7, t8, t9, t10, hasHairlineBorder, _this = this; if (_this.get$isUniform()) { t1 = _this.top; switch (t1.style.index) { @@ -252515,6 +259920,8 @@ return; } } + if (_this.get$_styleIsUniform() && _this.top.style === B.BorderStyle_0) + return; switch (textDirection.index) { case 0: left = _this.end; @@ -252528,17 +259935,56 @@ left = null; right = null; } - if (_this.get$_colorIsUniform() && _this.get$_styleIsUniform()) { - t1 = _this.top; - switch (t1.style.index) { - case 0: - return; - case 1: - A.BoxBorder__paintNonUniformBorder(canvas, rect, borderRadius, _this.bottom, left, right, shape, textDirection, t1); - return; - } + distinctVisibleColors = A.LinkedHashSet_LinkedHashSet$_empty(type$.Color); + t1 = _this.top; + t2 = t1.style; + t3 = t2 === B.BorderStyle_0; + if (!t3) + distinctVisibleColors.add$1(0, t1.color); + t4 = _this.end; + t5 = t4.style; + if (t5 !== B.BorderStyle_0) + distinctVisibleColors.add$1(0, t4.color); + t6 = _this.bottom; + t7 = t6.style; + t8 = t7 === B.BorderStyle_0; + if (!t8) + distinctVisibleColors.add$1(0, t6.color); + t9 = _this.start; + t10 = t9.style; + if (t10 !== B.BorderStyle_0) + distinctVisibleColors.add$1(0, t9.color); + if (!(t2 === B.BorderStyle_1 && t1.width === 0)) + if (!(t5 === B.BorderStyle_1 && t4.width === 0)) { + if (!(t7 === B.BorderStyle_1 && t6.width === 0)) + t2 = t10 === B.BorderStyle_1 && t9.width === 0; + else + t2 = true; + hasHairlineBorder = t2; + } else + hasHairlineBorder = true; + else + hasHairlineBorder = true; + if (distinctVisibleColors._collection$_length === 1) + if (!hasHairlineBorder) + if (shape !== B.BoxShape_1) + t2 = borderRadius != null && !borderRadius.$eq(0, B.BorderRadius_tLn0); + else + t2 = true; + else + t2 = false; + else + t2 = false; + if (t2) { + if (t3) + t1 = B.BorderSide_8xm; + t2 = right.style === B.BorderStyle_0 ? B.BorderSide_8xm : right; + t3 = t8 ? B.BorderSide_8xm : t6; + t4 = left.style === B.BorderStyle_0 ? B.BorderSide_8xm : left; + A.BoxBorder_paintNonUniformBorder(canvas, rect, borderRadius, t3, distinctVisibleColors.get$first(distinctVisibleColors), t4, t2, shape, textDirection, t1); + return; } - A.paintBorder(canvas, rect, _this.bottom, left, right, _this.top); + A.paintBorder(canvas, rect, t6, left, right, t1); }, paint$3$textDirection(canvas, rect, textDirection) { return this.paint$5$borderRadius$shape$textDirection(canvas, rect, null, B.BoxShape_0, textDirection); @@ -252607,12 +260053,13 @@ scale$1(_, factor) { var _this = this, _null = null, t1 = A.Color_lerp(_null, _this.color, factor), - t2 = A.BoxBorder_lerp(_null, _this.border, factor), - t3 = A.BorderRadiusGeometry_lerp(_null, _this.borderRadius, factor), - t4 = A.BoxShadow_lerpList(_null, _this.boxShadow, factor), - t5 = _this.gradient; - t5 = t5 == null ? _null : t5.scale$1(0, factor); - return new A.BoxDecoration(t1, _this.image, t2, t3, t4, t5, _this.shape); + t2 = A.DecorationImage_lerp(_null, _this.image, factor), + t3 = A.BoxBorder_lerp(_null, _this.border, factor), + t4 = A.BorderRadiusGeometry_lerp(_null, _this.borderRadius, factor), + t5 = A.BoxShadow_lerpList(_null, _this.boxShadow, factor), + t6 = _this.gradient; + t6 = t6 == null ? _null : t6.scale$1(0, factor); + return new A.BoxDecoration(t1, t2, t3, t4, t5, t6, _this.shape); }, get$isComplex() { return this.boxShadow != null; @@ -252641,11 +260088,14 @@ return false; if (other instanceof A.BoxDecoration) if (J.$eq$(other.color, _this.color)) - if (J.$eq$(other.border, _this.border)) - if (J.$eq$(other.borderRadius, _this.borderRadius)) - if (A.listEquals0(other.boxShadow, _this.boxShadow)) - if (J.$eq$(other.gradient, _this.gradient)) - t1 = other.shape === _this.shape; + if (J.$eq$(other.image, _this.image)) + if (J.$eq$(other.border, _this.border)) + if (J.$eq$(other.borderRadius, _this.borderRadius)) + if (A.listEquals(other.boxShadow, _this.boxShadow)) + if (J.$eq$(other.gradient, _this.gradient)) + t1 = other.shape === _this.shape; + else + t1 = false; else t1 = false; else @@ -252712,9 +260162,39 @@ } }, _paintBackgroundImage$3(canvas, rect, configuration) { - return; + var t3, square, clipPath, _this = this, + t1 = _this._box_decoration$_decoration, + t2 = t1.image; + if (t2 == null) + return; + if (_this._box_decoration$_imagePainter == null) { + t3 = _this.onChanged; + t3.toString; + _this._box_decoration$_imagePainter = t2.createPainter$1(t3); + } + switch (t1.shape.index) { + case 1: + square = A.Rect$fromCircle(rect.get$center(), rect.get$shortestSide() / 2); + clipPath = $.$get$_renderer().createPath$0(); + clipPath.addOval$1(square); + break; + case 0: + t1 = t1.borderRadius; + if (t1 != null) { + clipPath = $.$get$_renderer().createPath$0(); + clipPath.addRRect$1(t1.resolve$1(0, configuration.textDirection).toRRect$1(rect)); + } else + clipPath = null; + break; + default: + clipPath = null; + } + _this._box_decoration$_imagePainter.paint$4(canvas, rect, clipPath, configuration); }, dispose$0() { + var t1 = this._box_decoration$_imagePainter; + if (t1 != null) + t1.dispose$0(); this.super$BoxPainter$dispose(); }, paint$3(canvas, offset, configuration) { @@ -253064,64 +260544,9 @@ return "ImageRepeat." + this._core$_name; } }; - A.DecorationImagePainter.prototype = { - paint$4(canvas, rect, clipPath, configuration) { - var t2, t3, _this = this, _null = null, - t1 = _this._details, - newImageStream = t1.image.resolve$1(0, configuration); - newImageStream.get$key(newImageStream); - _this._decoration_image$_imageStream = newImageStream; - newImageStream.addListener$1(0, new A.ImageStreamListener(_this.get$_handleImage(), _null, t1.onError)); - if (_this._decoration_image$_image == null) - return; - t1 = clipPath != null; - if (t1) { - canvas.save$0(0); - canvas.clipPath$1(0, clipPath); - } - t2 = _this._decoration_image$_image; - t3 = t2.image; - A.paintImage(B.Alignment_0_0, canvas, _null, _null, t2.debugLabel, B.FilterQuality_1, _null, false, t3, false, false, 1, rect, B.ImageRepeat_3, t2.scale); - if (t1) - canvas.restore$0(0); - }, - _handleImage$2(value, synchronousCall) { - var t1, t2, _this = this; - if (J.$eq$(_this._decoration_image$_image, value)) - return; - t1 = _this._decoration_image$_image; - if (t1 != null) - if (value.image.isCloneOf$1(t1.image)) { - t2 = t1.scale; - t1 = t2 === t2 && value.debugLabel == t1.debugLabel; - } else - t1 = false; - else - t1 = false; - if (t1) { - value.image.dispose$0(); - return; - } - t1 = _this._decoration_image$_image; - if (t1 != null) - t1.image.dispose$0(); - _this._decoration_image$_image = value; - if (!synchronousCall) - _this._decoration_image$_onChanged.call$0(); - }, - dispose$0() { - var t1 = this._decoration_image$_image; - if (t1 != null) - t1.image.dispose$0(); - this._decoration_image$_image = null; - }, - toString$0(_) { - return "DecorationImagePainter(stream: " + A.S(this._decoration_image$_imageStream) + ", image: " + A.S(this._decoration_image$_image) + ") for " + this._details.toString$0(0); - } - }; A.paintImage_closure.prototype = { call$2(previousValue, view) { - var t1 = view._debugDevicePixelRatio; + var t1 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t1 == null) { t1 = self.window.devicePixelRatio; if (t1 === 0) @@ -253129,7 +260554,7 @@ } return Math.max(previousValue, t1); }, - $signature: 2778 + $signature: 1255 }; A.paintImage_closure0.prototype = { call$1(timeStamp) { @@ -253151,7 +260576,63 @@ A.postEvent("Flutter.ImageSizesForFrame", t3, "Extension"); $._pendingImageSizeInfo = A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.ImageSizeInfo); }, - $signature: 11 + $signature: 12 + }; + A._BlendedDecorationImage.prototype = { + createPainter$1(onChanged) { + var t2, + t1 = this.a; + t1 = t1 == null ? null : t1.createPainter$1(onChanged); + t2 = this.b; + t2 = t2 == null ? null : t2.createPainter$1(onChanged); + return new A._BlendedDecorationImagePainter(t1, t2, this.t); + }, + $eq(_, other) { + var _this = this; + if (other == null) + return false; + if (_this === other) + return true; + if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) + return false; + return other instanceof A._BlendedDecorationImage && J.$eq$(other.a, _this.a) && J.$eq$(other.b, _this.b) && other.t === _this.t; + }, + get$hashCode(_) { + return A.Object_hash(this.a, this.b, this.t, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + }, + toString$0(_) { + return "_BlendedDecorationImage(" + A.S(this.a) + ", " + A.S(this.b) + ", " + A.S(this.t) + ")"; + } + }; + A._BlendedDecorationImagePainter.prototype = { + paint$6$blend$blendMode(canvas, rect, clipPath, configuration, blend, blendMode) { + var t1, t2, _this = this; + canvas.saveLayer$2(null, $.$get$_renderer().createPaint$0()); + t1 = _this.a; + t2 = t1 == null; + if (!t2) + t1.paint$6$blend$blendMode(canvas, rect, clipPath, configuration, blend * (1 - _this.t), blendMode); + t1 = _this.b; + if (t1 != null) { + t2 = !t2 ? B.BlendMode_12 : blendMode; + t1.paint$6$blend$blendMode(canvas, rect, clipPath, configuration, blend * _this.t, t2); + } + canvas.restore$0(0); + }, + paint$4(canvas, rect, clipPath, configuration) { + return this.paint$6$blend$blendMode(canvas, rect, clipPath, configuration, 1, B.BlendMode_3); + }, + dispose$0() { + var t1 = this.a; + if (t1 != null) + t1.dispose$0(); + t1 = this.b; + if (t1 != null) + t1.dispose$0(); + }, + toString$0(_) { + return "_BlendedDecorationImagePainter(" + A.S(this.a) + ", " + A.S(this.b) + ", " + A.S(this.t) + ")"; + } }; A.EdgeInsetsGeometry.prototype = { get$horizontal() { @@ -253387,7 +260868,7 @@ call$1(s) { return s <= this.t; }, - $signature: 2777 + $signature: 1281 }; A._interpolateColorsAndStops_closure.prototype = { call$1($stop) { @@ -253396,7 +260877,7 @@ t1.toString; return t1; }, - $signature: 2767 + $signature: 1282 }; A.Gradient.prototype = { _impliedStops$0() { @@ -253442,7 +260923,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.LinearGradient && other.begin.$eq(0, _this.begin) && other.end.$eq(0, _this.end) && other.tileMode === _this.tileMode && A.listEquals0(other.colors, _this.colors) && A.listEquals0(other.stops, _this.stops); + return other instanceof A.LinearGradient && other.begin.$eq(0, _this.begin) && other.end.$eq(0, _this.end) && other.tileMode === _this.tileMode && A.listEquals(other.colors, _this.colors) && A.listEquals(other.stops, _this.stops); }, get$hashCode(_) { var _this = this, @@ -253539,25 +261020,25 @@ t1.sizeBytes = sizeBytes; }, putIfAbsent$3$onError(_, key, loader, onError) { - var error, stackTrace, timelineTask, t2, t3, t4, t5, result, image, liveImage, exception, pendingImage, streamListener, _this = this, _null = null, t1 = {}; - t1.timelineTask = null; - timelineTask = A.TimelineTask$(); + var error, stackTrace, debugTimelineTask, t2, t3, t4, t5, result, image, liveImage, exception, pendingImage, streamListener, _this = this, _null = null, t1 = {}; + t1.debugTimelineTask = null; + debugTimelineTask = A.TimelineTask$(); t2 = type$.String; t3 = type$.dynamic; - timelineTask.start$2$arguments(0, "ImageCache.putIfAbsent", A.LinkedHashMap_LinkedHashMap$_literal(["key", J.toString$0$(key)], t2, t3)); - t1.timelineTask = timelineTask; + debugTimelineTask.start$2$arguments(0, "ImageCache.putIfAbsent", A.LinkedHashMap_LinkedHashMap$_literal(["key", J.toString$0$(key)], t2, t3)); + t1.debugTimelineTask = debugTimelineTask; t4 = _this._pendingImages; t5 = t4.$index(0, key); result = t5 == null ? _null : t5.completer; t1.result = result; if (result != null) { - timelineTask.finish$1$arguments(0, A.LinkedHashMap_LinkedHashMap$_literal(["result", "pending"], t2, t3)); + debugTimelineTask.finish$1$arguments(0, A.LinkedHashMap_LinkedHashMap$_literal(["result", "pending"], t2, t3)); return result; } t5 = _this._image_cache$_cache; image = t5.remove$1(0, key); if (image != null) { - timelineTask.finish$1$arguments(0, A.LinkedHashMap_LinkedHashMap$_literal(["result", "keepAlive"], t2, t3)); + debugTimelineTask.finish$1$arguments(0, A.LinkedHashMap_LinkedHashMap$_literal(["result", "keepAlive"], t2, t3)); t1 = image.completer; _this._trackLiveImage$3(key, t1, image.sizeBytes); t5.$indexSet(0, key, image); @@ -253571,8 +261052,8 @@ A.throwExpression(A.StateError$(string$.Stream)); t5 = new A.ImageStreamCompleterHandle(t1); t5.ImageStreamCompleterHandle$_$1(t1); - _this._touch$3(key, new A._CachedImage(t1, t4, t5), timelineTask); - timelineTask.finish$1$arguments(0, A.LinkedHashMap_LinkedHashMap$_literal(["result", "keepAlive"], t2, t3)); + _this._touch$3(key, new A._CachedImage(t1, t4, t5), debugTimelineTask); + debugTimelineTask.finish$1$arguments(0, A.LinkedHashMap_LinkedHashMap$_literal(["result", "keepAlive"], t2, t3)); return t1; } try { @@ -253582,13 +261063,13 @@ } catch (exception) { error = A.unwrapException(exception); stackTrace = A.getTraceFromException(exception); - t1 = t1.timelineTask; + t1 = t1.debugTimelineTask; t1.toString; t1.finish$1$arguments(0, A.LinkedHashMap_LinkedHashMap$_literal(["result", "error", "error", J.toString$0$(error), "stackTrace", J.toString$0$(stackTrace)], t2, t3)); onError.call$2(error, stackTrace); return _null; } - timelineTask.start$1(0, "listener"); + debugTimelineTask.start$1(0, "listener"); t1.listenedOnce = false; pendingImage = A._Cell$named("pendingImage"); streamListener = new A.ImageStreamListener(new A.ImageCache_putIfAbsent_listener(t1, _this, key, true, pendingImage), _null, _null); @@ -253637,7 +261118,7 @@ call$0() { return A._LiveImage$(this.completer, new A.ImageCache__trackLiveImage__closure(this.$this, this.key)); }, - $signature: 2766 + $signature: 1283 }; A.ImageCache__trackLiveImage__closure.prototype = { call$0() { @@ -253665,7 +261146,7 @@ t2 = _this.key; t3._trackLiveImage$3(t2, t1.result, sizeBytes); if (_this.trackPendingImage) - t3._touch$3(t2, image, t1.timelineTask); + t3._touch$3(t2, image, t1.debugTimelineTask); else image.dispose$0(); t3._pendingImages.remove$1(0, t2); @@ -253675,7 +261156,7 @@ } t2 = t1.listenedOnce; if (!t2) { - t2 = t1.timelineTask; + t2 = t1.debugTimelineTask; t2.toString; t4 = type$.String; t5 = type$.dynamic; @@ -253684,7 +261165,7 @@ } t1.listenedOnce = true; }, - $signature: 2765 + $signature: 1286 }; A._CachedImageBase.prototype = { dispose$0() { @@ -253699,7 +261180,7 @@ t2.dispose$0(); t1.handle = null; }, - $signature: 11 + $signature: 12 }; A._CachedImage.prototype = {}; A._LiveImage.prototype = { @@ -253873,14 +261354,11 @@ }); return A._asyncStartSync($async$evict$0, $async$completer); }, - load$2(_, key, decode) { - throw A.wrapException(A.UnsupportedError$("Implement loadBuffer for faster image loading")); - }, loadBuffer$2(key, decode) { - return new A._AbstractImageStreamCompleter(A._setArrayType([], type$.JSArray_ImageStreamListener), A._setArrayType([], type$.JSArray_of_void_Function)); + return A._AbstractImageStreamCompleter$(); }, loadImage$2(key, decode) { - return new A._AbstractImageStreamCompleter(A._setArrayType([], type$.JSArray_ImageStreamListener), A._setArrayType([], type$.JSArray_of_void_Function)); + return A._AbstractImageStreamCompleter$(); }, toString$0(_) { return "ImageConfiguration()"; @@ -253909,13 +261387,14 @@ switch ($async$goto) { case 0: // Function start + t1 = A._Future$value(null, type$.Null); $async$goto = 2; - return A._asyncAwait(null, $async$call$3); + return A._asyncAwait(t1, $async$call$3); case 2: // returning from await. t1 = $async$self.stream; if (t1._image_stream$_completer == null) - t1.setCompleter$1(new A._ErrorImageCompleter(A._setArrayType([], type$.JSArray_ImageStreamListener), A._setArrayType([], type$.JSArray_of_void_Function))); + t1.setCompleter$1(new A._ErrorImageCompleter(A._setArrayType([], type$.JSArray_ImageStreamListener), A._setArrayType([], type$.JSArray_of_void_Function_2_Object_and_nullable_StackTrace), A._setArrayType([], type$.JSArray_of_void_Function))); t1 = t1._image_stream$_completer; t1.toString; t1.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("while resolving an image"), exception, null, true, stack); @@ -253959,7 +261438,7 @@ call$2(exception, stack) { return this.$call$body$ImageProvider__createErrorHandlerAndKey_handleError(exception, stack); }, - $signature: 2764 + $signature: 1289 }; A.ImageProvider__createErrorHandlerAndKey_closure.prototype = { call$1(key) { @@ -253983,21 +261462,16 @@ t1.toString; return t1; }, - $signature: 883 + $signature: 798 }; A.ImageProvider_resolveStreamForKey_closure0.prototype = { call$0() { var t1 = this.$this, t2 = this.key, result = t1.loadImage$2(t2, $.PaintingBinding__instance.get$instantiateImageCodecWithSize()); - if (result instanceof A._AbstractImageStreamCompleter) { - result = t1.loadBuffer$2(t2, $.PaintingBinding__instance.get$instantiateImageCodecFromBuffer()); - if (result instanceof A._AbstractImageStreamCompleter) - result = t1.load$2(0, t2, $.PaintingBinding__instance.get$instantiateImageCodec()); - } - return result; + return result instanceof A._AbstractImageStreamCompleter ? t1.loadBuffer$2(t2, $.PaintingBinding__instance.get$instantiateImageCodecFromBuffer()) : result; }, - $signature: 883 + $signature: 798 }; A._AbstractImageStreamCompleter.prototype = {}; A.AssetBundleImageKey.prototype = { @@ -254021,28 +261495,16 @@ return A.MultiFrameImageStreamCompleter$(null, this._loadAsync$2$decode(key, decode), key.name, null, key.scale); }, loadBuffer$2(key, decode) { - return A.MultiFrameImageStreamCompleter$(null, this._loadAsync$2$decodeBufferDeprecated(key, decode), key.name, null, key.scale); - }, - load$2(_, key, decode) { - return A.MultiFrameImageStreamCompleter$(null, this._loadAsync$2$decodeDeprecated(key, decode), key.name, null, key.scale); - }, - _loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated(key, decode, decodeBufferDeprecated, decodeDeprecated) { - return this._loadAsync$body$AssetBundleImageProvider(key, decode, decodeBufferDeprecated, decodeDeprecated); - }, - _loadAsync$2$decodeDeprecated(key, decodeDeprecated) { - return this._loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated(key, null, null, decodeDeprecated); - }, - _loadAsync$2$decodeBufferDeprecated(key, decodeBufferDeprecated) { - return this._loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated(key, null, decodeBufferDeprecated, null); + return A.MultiFrameImageStreamCompleter$(null, this._loadAsync$2$decode(key, decode), key.name, null, key.scale); }, _loadAsync$2$decode(key, decode) { - return this._loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated(key, decode, null, null); + return this._loadAsync$body$AssetBundleImageProvider(key, decode); }, - _loadAsync$body$AssetBundleImageProvider(key, decode, decodeBufferDeprecated, decodeDeprecated) { + _loadAsync$body$AssetBundleImageProvider(key, decode) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), - $async$returnValue, $async$handler = 2, $async$currentError, buffer, buffer0, data, exception, t1, $async$exception, $async$exception1, $async$exception2; - var $async$_loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + $async$returnValue, $async$handler = 2, $async$currentError, exception, t1, buffer, $async$exception; + var $async$_loadAsync$2$decode = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; $async$goto = $async$handler; @@ -254051,24 +261513,20 @@ switch ($async$goto) { case 0: // Function start - $async$goto = decode != null ? 3 : 4; - break; - case 3: - // then buffer = null; - $async$handler = 6; - $async$goto = 9; - return A._asyncAwait(key.bundle.loadBuffer$1(key.name), $async$_loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated); - case 9: + $async$handler = 4; + $async$goto = 7; + return A._asyncAwait(key.bundle.loadBuffer$1(key.name), $async$_loadAsync$2$decode); + case 7: // returning from await. buffer = $async$result; $async$handler = 2; // goto after finally - $async$goto = 8; + $async$goto = 6; break; - case 6: + case 4: // catch - $async$handler = 5; + $async$handler = 3; $async$exception = $async$currentError; if (A.unwrapException($async$exception) instanceof A.FlutterError) { t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; @@ -254078,100 +261536,19 @@ } else throw $async$exception; // goto after finally - $async$goto = 8; + $async$goto = 6; break; - case 5: + case 3: // uncaught // goto rethrow $async$goto = 2; break; - case 8: + case 6: // after finally $async$returnValue = decode.call$1(buffer); // goto return $async$goto = 1; break; - case 4: - // join - $async$goto = decodeBufferDeprecated != null ? 10 : 11; - break; - case 10: - // then - buffer0 = null; - $async$handler = 13; - $async$goto = 16; - return A._asyncAwait(key.bundle.loadBuffer$1(key.name), $async$_loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated); - case 16: - // returning from await. - buffer0 = $async$result; - $async$handler = 2; - // goto after finally - $async$goto = 15; - break; - case 13: - // catch - $async$handler = 12; - $async$exception1 = $async$currentError; - if (A.unwrapException($async$exception1) instanceof A.FlutterError) { - t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.evict$1(key); - throw $async$exception1; - } else - throw $async$exception1; - // goto after finally - $async$goto = 15; - break; - case 12: - // uncaught - // goto rethrow - $async$goto = 2; - break; - case 15: - // after finally - $async$returnValue = decodeBufferDeprecated.call$1(buffer0); - // goto return - $async$goto = 1; - break; - case 11: - // join - data = null; - $async$handler = 18; - $async$goto = 21; - return A._asyncAwait(key.bundle.load$1(0, key.name), $async$_loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated); - case 21: - // returning from await. - data = $async$result; - $async$handler = 2; - // goto after finally - $async$goto = 20; - break; - case 18: - // catch - $async$handler = 17; - $async$exception2 = $async$currentError; - if (A.unwrapException($async$exception2) instanceof A.FlutterError) { - t1 = $.PaintingBinding__instance.PaintingBinding___PaintingBinding__imageCache_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.evict$1(key); - throw $async$exception2; - } else - throw $async$exception2; - // goto after finally - $async$goto = 20; - break; - case 17: - // uncaught - // goto rethrow - $async$goto = 2; - break; - case 20: - // after finally - decodeDeprecated.toString; - $async$returnValue = decodeDeprecated.call$1(J.asUint8List$0$x(J.get$buffer$x(data))); - // goto return - $async$goto = 1; - break; case 1: // return return A._asyncReturn($async$returnValue, $async$completer); @@ -254180,85 +261557,48 @@ return A._asyncRethrow($async$currentError, $async$completer); } }); - return A._asyncStartSync($async$_loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated, $async$completer); + return A._asyncStartSync($async$_loadAsync$2$decode, $async$completer); } }; A.MemoryImage.prototype = { obtainKey$1(configuration) { return new A.SynchronousFuture(this, type$.SynchronousFuture_MemoryImage); }, - load$2(_, key, decode) { - return A.MultiFrameImageStreamCompleter$(null, this._loadAsync$2$decodeDeprecated(key, decode), "MemoryImage(" + ("#" + A.shortHash(key.bytes)) + ")", null, key.scale); - }, loadBuffer$2(key, decode) { - return A.MultiFrameImageStreamCompleter$(null, this._loadAsync$2$decodeBufferDeprecated(key, decode), "MemoryImage(" + ("#" + A.shortHash(key.bytes)) + ")", null, key.scale); + return A.MultiFrameImageStreamCompleter$(null, this._loadAsync$2$decode(key, decode), "MemoryImage(" + ("#" + A.shortHash(key.bytes)) + ")", null, key.scale); }, loadImage$2(key, decode) { return A.MultiFrameImageStreamCompleter$(null, this._loadAsync$2$decode(key, decode), "MemoryImage(" + ("#" + A.shortHash(key.bytes)) + ")", null, key.scale); }, - _loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated(key, decode, decodeBufferDeprecated, decodeDeprecated) { - return this._loadAsync$body$MemoryImage(key, decode, decodeBufferDeprecated, decodeDeprecated); - }, - _loadAsync$2$decodeDeprecated(key, decodeDeprecated) { - return this._loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated(key, null, null, decodeDeprecated); - }, - _loadAsync$2$decodeBufferDeprecated(key, decodeBufferDeprecated) { - return this._loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated(key, null, decodeBufferDeprecated, null); - }, _loadAsync$2$decode(key, decode) { - return this._loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated(key, decode, null, null); + return this._loadAsync$body$MemoryImage(key, decode); }, - _loadAsync$body$MemoryImage(key, decode, decodeBufferDeprecated, decodeDeprecated) { + _loadAsync$body$MemoryImage(key, decode) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Codec), $async$returnValue, $async$self = this, $async$temp1; - var $async$_loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + var $async$_loadAsync$2$decode = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); while (true) switch ($async$goto) { case 0: // Function start - $async$goto = decode != null ? 3 : 4; - break; - case 3: - // then $async$temp1 = decode; - $async$goto = 5; - return A._asyncAwait(A.ImmutableBuffer_fromUint8List($async$self.bytes), $async$_loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated); - case 5: + $async$goto = 3; + return A._asyncAwait(A.ImmutableBuffer_fromUint8List($async$self.bytes), $async$_loadAsync$2$decode); + case 3: // returning from await. $async$returnValue = $async$temp1.call$1($async$result); // goto return $async$goto = 1; break; - case 4: - // join - $async$goto = decodeBufferDeprecated != null ? 6 : 7; - break; - case 6: - // then - $async$temp1 = decodeBufferDeprecated; - $async$goto = 8; - return A._asyncAwait(A.ImmutableBuffer_fromUint8List($async$self.bytes), $async$_loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated); - case 8: - // returning from await. - $async$returnValue = $async$temp1.call$1($async$result); - // goto return - $async$goto = 1; - break; - case 7: - // join - $async$returnValue = decodeDeprecated.call$1($async$self.bytes); - // goto return - $async$goto = 1; - break; case 1: // return return A._asyncReturn($async$returnValue, $async$completer); } }); - return A._asyncStartSync($async$_loadAsync$4$decode$decodeBufferDeprecated$decodeDeprecated, $async$completer); + return A._asyncStartSync($async$_loadAsync$2$decode, $async$completer); }, $eq(_, other) { if (other == null) @@ -254271,7 +261611,7 @@ return A.Object_hash(J.get$hashCode$(this.bytes), this.scale, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { - return "MemoryImage(" + ("#" + A.shortHash(this.bytes)) + ", scale: " + this.scale + ")"; + return "MemoryImage(" + ("#" + A.shortHash(this.bytes)) + ", scale: " + B.JSInt_methods.toStringAsFixed$1(this.scale, 1) + ")"; } }; A._ErrorImageCompleter.prototype = {}; @@ -254294,7 +261634,7 @@ chosenBundle = $.$get$rootBundle(); t1.result = t1.completer = null; t2 = type$.Null; - A.FutureExtensions_onError(chosenBundle.loadStructuredBinaryData$1$2("AssetManifest.bin", A.asset_manifest__AssetManifestBin___fromStandardMessageCodecMessage_tearOff$closure(), type$.AssetManifest).then$1$1(0, new A.AssetImage_obtainKey_closure(t1, this, configuration, chosenBundle), t2), new A.AssetImage_obtainKey_closure0(t1), t2, type$.Object); + A.FutureExtensions_onError(A.AssetManifest_loadFromAssetBundle(chosenBundle).then$1$1(0, new A.AssetImage_obtainKey_closure(t1, this, configuration, chosenBundle), t2), new A.AssetImage_obtainKey_closure0(t1), t2, type$.Object); t2 = t1.result; if (t2 != null) return t2; @@ -254376,13 +261716,13 @@ else t1.result = new A.SynchronousFuture(key, type$.SynchronousFuture_AssetBundleImageKey); }, - $signature: 2763 + $signature: 1291 }; A.AssetImage_obtainKey_closure0.prototype = { call$2(error, stack) { this._box_0.completer.completeError$2(error, stack); }, - $signature: 157 + $signature: 175 }; A.ImageInfo.prototype = { clone$0(_) { @@ -254520,6 +261860,7 @@ var t1, _this = this; if (!_this._hadAtLeastOneListener || _this._image_stream$_disposed || _this._image_stream$_listeners.length !== 0 || _this._keepAliveHandles !== 0) return; + B.JSArray_methods.clear$0(_this._ephemeralErrorListeners); t1 = _this._currentImage; if (t1 != null) t1.image.dispose$0(); @@ -254534,6 +261875,7 @@ if (t1 != null) t1.image.dispose$0(); _this._currentImage = image; + B.JSArray_methods.clear$0(_this._ephemeralErrorListeners); t1 = _this._image_stream$_listeners; if (t1.length === 0) return; @@ -254550,15 +261892,17 @@ } }, reportError$5$context$exception$informationCollector$silent$stack(context, exception, informationCollector, silent, stack) { - var handled, errorListener, newException, newStack, t1, t2, localErrorListeners, _i, exception0, t3, + var handled, errorListener, newException, newStack, t1, t2, _i, exception0, t3, t4, _this = this, _s22_ = "image resource service"; - this._currentError = new A.FlutterErrorDetails(exception, stack, _s22_, context, null, informationCollector, silent); - t1 = this._image_stream$_listeners; - t2 = type$.WhereTypeIterable_of_void_Function_2_Object_and_nullable_StackTrace; - localErrorListeners = A.List_List$of(new A.WhereTypeIterable(new A.MappedListIterable(t1, new A.ImageStreamCompleter_reportError_closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,~(Object,StackTrace?)?>")), t2), true, t2._eval$1("Iterable.E")); + _this._currentError = new A.FlutterErrorDetails(exception, stack, _s22_, context, null, informationCollector, silent); + t1 = _this._image_stream$_listeners; + t1 = A.List_List$of(new A.WhereTypeIterable(new A.MappedListIterable(t1, new A.ImageStreamCompleter_reportError_closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,~(Object,StackTrace?)?>")), type$.WhereTypeIterable_of_void_Function_2_Object_and_nullable_StackTrace), true, type$.void_Function_2_Object_and_nullable_StackTrace); + t2 = _this._ephemeralErrorListeners; + B.JSArray_methods.addAll$1(t1, t2); + B.JSArray_methods.clear$0(t2); handled = false; - for (t1 = localErrorListeners.length, _i = 0; _i < t1; ++_i) { - errorListener = localErrorListeners[_i]; + for (t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + errorListener = t1[_i]; try { errorListener.call$2(exception, stack); handled = true; @@ -254566,15 +261910,15 @@ newException = A.unwrapException(exception0); newStack = A.getTraceFromException(exception0); if (!J.$eq$(newException, exception)) { - t2 = A.ErrorDescription$("when reporting an error to an image listener"); - t3 = $.$get$FlutterError_onError(); - if (t3 != null) - t3.call$1(new A.FlutterErrorDetails(newException, newStack, _s22_, t2, null, null, false)); + t3 = A.ErrorDescription$("when reporting an error to an image listener"); + t4 = $.$get$FlutterError_onError(); + if (t4 != null) + t4.call$1(new A.FlutterErrorDetails(newException, newStack, _s22_, t3, null, null, false)); } } } if (!handled) { - t1 = this._currentError; + t1 = _this._currentError; t1.toString; A.FlutterError_reportError(t1); } @@ -254599,13 +261943,13 @@ call$1(listener) { return listener.onError; }, - $signature: 2762 + $signature: 1294 }; A.ImageStreamCompleter_reportImageChunkEvent_closure.prototype = { call$1(listener) { return listener.onChunk; }, - $signature: 2761 + $signature: 1295 }; A.MultiFrameImageStreamCompleter.prototype = { MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale(chunkEvents, codec, debugLabel, informationCollector, scale) { @@ -254776,13 +262120,13 @@ call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving an image codec"), error, this.informationCollector, true, stack); }, - $signature: 157 + $signature: 175 }; A.MultiFrameImageStreamCompleter_closure0.prototype = { call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("loading an image"), error, this.informationCollector, true, stack); }, - $signature: 157 + $signature: 175 }; A.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0() { @@ -254803,7 +262147,7 @@ var _this = this; if (other == null) return false; - return other instanceof A.InlineSpanSemanticsInformation && other.text === _this.text && other.semanticsLabel == _this.semanticsLabel && other.recognizer == _this.recognizer && other.isPlaceholder === _this.isPlaceholder && A.listEquals0(other.stringAttributes, _this.stringAttributes); + return other instanceof A.InlineSpanSemanticsInformation && other.text === _this.text && other.semanticsLabel == _this.semanticsLabel && other.recognizer == _this.recognizer && other.isPlaceholder === _this.isPlaceholder && A.listEquals(other.stringAttributes, _this.stringAttributes); }, get$hashCode(_) { var _this = this; @@ -254857,7 +262201,7 @@ this._box_0.result = result; return result == null; }, - $signature: 272 + $signature: 312 }; A.InlineSpan_codeUnitAt_closure.prototype = { call$1(span) { @@ -254865,7 +262209,7 @@ this._box_0.result = result; return result == null; }, - $signature: 272 + $signature: 312 }; A.NotchedShape.prototype = {}; A.CircularNotchedRectangle.prototype = { @@ -254932,6 +262276,12 @@ return t2; } }; + A.AutomaticNotchedShape.prototype = { + getOuterPath$2(hostRect, guestRect) { + var hostPath = B.RoundedRectangleBorder_27D0.getOuterPath$1(hostRect); + return hostPath; + } + }; A.PlaceholderSpan0.prototype = { computeToPlainText$3$includePlaceholders$includeSemanticsLabels(buffer, includePlaceholders, includeSemanticsLabels) { buffer._contents += A.Primitives_stringFromCharCode(65532); @@ -255244,7 +262594,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.ShapeDecoration && J.$eq$(other.color, _this.color) && J.$eq$(other.gradient, _this.gradient) && J.$eq$(other.image, _this.image) && A.listEquals0(other.shadows, _this.shadows) && other.shape.$eq(0, _this.shape); + return other instanceof A.ShapeDecoration && J.$eq$(other.color, _this.color) && J.$eq$(other.gradient, _this.gradient) && J.$eq$(other.image, _this.image) && A.listEquals(other.shadows, _this.shadows) && other.shape.$eq(0, _this.shape); }, get$hashCode(_) { var _this = this, @@ -255352,7 +262702,7 @@ if (t2 == null) { t2 = _this.onChanged; t2.toString; - t2 = _this._imagePainter = new A.DecorationImagePainter(t1, t2); + t2 = _this._imagePainter = t1.createPainter$1(t2); t1 = t2; } else t1 = t2; @@ -255397,19 +262747,19 @@ call$1(shadow) { return shadow.toPaint$0(); }, - $signature: 2745 + $signature: 1297 }; A._ShapeDecorationPainter__precache_closure0.prototype = { call$1(shadow) { return this.rect.shift$1(shadow.offset).inflate$1(shadow.spreadRadius); }, - $signature: 2744 + $signature: 1298 }; A._ShapeDecorationPainter__precache_closure1.prototype = { call$1(shadow) { return this.$this._shape_decoration$_decoration.shape.getOuterPath$2$textDirection(this.rect.shift$1(shadow.offset).inflate$1(shadow.spreadRadius), this.textDirection); }, - $signature: 2741 + $signature: 1328 }; A.StadiumBorder.prototype = { scale$1(_, t) { @@ -255761,7 +263111,7 @@ var _this = this; if (_this === other) return B.RenderComparison_0; - if (_this.fontFamily != other.fontFamily || _this.fontSize != other.fontSize || _this.fontWeight != other.fontWeight || _this.fontStyle != other.fontStyle || _this.height != other.height || _this.forceStrutHeight != other.forceStrutHeight || !A.listEquals0(_this.get$fontFamilyFallback(), other.get$fontFamilyFallback())) + if (_this.fontFamily != other.fontFamily || _this.fontSize != other.fontSize || _this.fontWeight != other.fontWeight || _this.fontStyle != other.fontStyle || _this.height != other.height || _this.forceStrutHeight != other.forceStrutHeight || !A.listEquals(_this.get$fontFamilyFallback(), other.get$fontFamilyFallback())) return B.RenderComparison_3; return B.RenderComparison_0; }, @@ -256056,11 +263406,11 @@ t1.dispose$0(); _this._layoutTemplate = null; }, - set$textScaleFactor(value) { + set$textScaler(value) { var t1, _this = this; - if (_this._text_painter$_textScaleFactor === value) + if (value.$eq(0, _this._text_painter$_textScaler)) return; - _this._text_painter$_textScaleFactor = value; + _this._text_painter$_textScaler = value; _this.markNeedsLayout$0(); t1 = _this._layoutTemplate; if (t1 != null) @@ -256113,7 +263463,7 @@ return A.List_List$of(new A.MappedListIterable(rawBoxes, new A.TextPainter_inlinePlaceholderBoxes_closure(offset), t1), false, t1._eval$1("ListIterable.E")); }, setPlaceholderDimensions$1(value) { - if (value == null || value.length === 0 || A.listEquals0(value, this._text_painter$_placeholderDimensions)) + if (value == null || value.length === 0 || A.listEquals(value, this._text_painter$_placeholderDimensions)) return; this._text_painter$_placeholderDimensions = value; this.markNeedsLayout$0(); @@ -256128,10 +263478,10 @@ t3 = _this._text_painter$_textDirection; if (t3 == null) t3 = defaultTextDirection; - t4 = _this._text_painter$_textScaleFactor; + t4 = _this._text_painter$_textScaler; t5 = _this._maxLines; t6 = _this._text_painter$_textHeightBehavior; - t4 = t1.getParagraphStyle$8$ellipsis$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior$textScaleFactor(_this._ellipsis, _this._text_painter$_locale, t5, _this._strutStyle, t2, t3, t6, t4); + t4 = t1.getParagraphStyle$8$ellipsis$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior$textScaler(_this._ellipsis, _this._text_painter$_locale, t5, _this._strutStyle, t2, t3, t6, t4); t1 = t4; } if (t1 == null) { @@ -256139,10 +263489,10 @@ t2 = _this._text_painter$_textDirection; if (t2 == null) t2 = defaultTextDirection; - t3 = _this._text_painter$_textScaleFactor; + t3 = _this._text_painter$_textScaler.scale$1(0, 14); t4 = _this._maxLines; t5 = _this._text_painter$_textHeightBehavior; - t5 = A.ParagraphStyle_ParagraphStyle(_this._ellipsis, _null, 14 * t3, _null, _null, _null, _this._text_painter$_locale, t4, _null, t1, t2, t5); + t5 = A.ParagraphStyle_ParagraphStyle(_this._ellipsis, _null, t3, _null, _null, _null, _this._text_painter$_locale, t4, _null, t1, t2, t5); t1 = t5; } return t1; @@ -256161,7 +263511,7 @@ textStyle = null; else { t1 = t1.style; - textStyle = t1 == null ? null : t1.getTextStyle$1$textScaleFactor(_this._text_painter$_textScaleFactor); + textStyle = t1 == null ? null : t1.getTextStyle$1$textScaler(_this._text_painter$_textScaler); } if (textStyle != null) builder.pushStyle$1(textStyle); @@ -256176,8 +263526,8 @@ var _this = this, t1 = _this._createParagraphStyle$0(), builder = $.$get$_renderer().createParagraphBuilder$1(t1); - t1 = _this._text_painter$_textScaleFactor; - text.build$3$dimensions$textScaleFactor(builder, _this._text_painter$_placeholderDimensions, t1); + t1 = _this._text_painter$_textScaler; + text.build$3$dimensions$textScaler(builder, _this._text_painter$_placeholderDimensions, t1); _this._rebuildParagraphForPaint = false; return builder.build$0(); }, @@ -256197,7 +263547,7 @@ if (!(!isFinite(maxWidth) && paintOffsetAlignment !== 0)) adjustedMaxWidth = maxWidth; else - adjustedMaxWidth = t1 ? null : Math.ceil(cachedLayout.layout._paragraph.get$maxIntrinsicWidth()); + adjustedMaxWidth = t1 ? null : cachedLayout.layout._paragraph.get$maxIntrinsicWidth(); t2 = adjustedMaxWidth == null; _this._inputWidth = t2 ? maxWidth : adjustedMaxWidth; paragraph = t1 ? null : cachedLayout.layout._paragraph; @@ -256207,7 +263557,7 @@ t1 = new A._TextLayout(paragraph); t3 = A._TextPainterLayoutCacheWithOffset__contentWidthFor(minWidth, maxWidth, _this._textWidthBasis, t1); if (t2 && isFinite(minWidth)) { - newInputWidth = Math.ceil(t1._paragraph.get$maxIntrinsicWidth()); + newInputWidth = t1._paragraph.get$maxIntrinsicWidth(); paragraph.layout$1(new A.ParagraphConstraints(newInputWidth)); _this._inputWidth = newInputWidth; } @@ -256500,79 +263850,79 @@ call$1(box) { return A.TextPainter__shiftTextBox(box, this.offset); }, - $signature: 451 + $signature: 478 }; A.TextPainter__computePaintOffsetFraction_closure.prototype = { call$0() { return this._0_0._0; }, - $signature: 2732 + $signature: 1340 }; A.TextPainter__computePaintOffsetFraction_closure1.prototype = { call$0() { return this._0_0._1; }, - $signature: 867 + $signature: 795 }; A.TextPainter__computePaintOffsetFraction_closure0.prototype = { call$0() { return B.TextAlign_4 === this._0_1._readFinal$0(); }, - $signature: 19 + $signature: 18 }; A.TextPainter__computePaintOffsetFraction_closure2.prototype = { call$0() { return B.TextDirection_1 === this._0_4._readFinal$0(); }, - $signature: 19 + $signature: 18 }; A.TextPainter__computePaintOffsetFraction_closure3.prototype = { call$0() { return B.TextDirection_0 === this._0_4._readFinal$0(); }, - $signature: 19 + $signature: 18 }; A.TextPainter__computePaintOffsetFraction_closure4.prototype = { call$0() { return B.TextAlign_3 === this._0_1._readFinal$0(); }, - $signature: 19 + $signature: 18 }; A.TextPainter__computePaintOffsetFraction_closure5.prototype = { call$0() { return B.TextAlign_5 === this._0_1._readFinal$0(); }, - $signature: 19 + $signature: 18 }; A.TextPainter_getOffsetForCaret_closure.prototype = { call$0() { return type$._EmptyLineCaretMetrics._as(this._0_0).lineVerticalOffset; }, - $signature: 133 + $signature: 124 }; A.TextPainter_getOffsetForCaret_closure0.prototype = { call$0() { return type$._LineCaretMetrics._as(this._0_0).writingDirection; }, - $signature: 867 + $signature: 795 }; A.TextPainter_getOffsetForCaret_closure1.prototype = { call$0() { return type$._LineCaretMetrics._as(this._0_0).offset; }, - $signature: 273 + $signature: 428 }; A.TextPainter_getFullHeightForCaret_closure.prototype = { call$0() { return type$._LineCaretMetrics._as(this._0_0).fullHeight; }, - $signature: 133 + $signature: 124 }; A.TextPainter_getBoxesForSelection_closure.prototype = { call$1(box) { return A.TextPainter__shiftTextBox(box, this.offset); }, - $signature: 451 + $signature: 478 }; A.TextPainter_computeLineMetrics_closure.prototype = { call$1(metrics) { @@ -256588,7 +263938,38 @@ t10 = metrics.get$lineNumber(metrics); return $.$get$_renderer().createLineMetrics$9$ascent$baseline$descent$hardBreak$height$left$lineNumber$unscaledAscent$width(t3, t9 + t1._dy, t4, t2, t6, t8 + t1._dx, t10, t5, t7); }, - $signature: 2729 + $signature: 1342 + }; + A._LinearTextScaler.prototype = { + scale$1(_, fontSize) { + return fontSize * this.textScaleFactor; + }, + clamp$2$maxScaleFactor$minScaleFactor(_, maxScaleFactor, minScaleFactor) { + var t1 = this.textScaleFactor, + newScaleFactor = A.clampDouble(t1, minScaleFactor, maxScaleFactor); + return newScaleFactor === t1 ? this : new A._LinearTextScaler(newScaleFactor); + }, + clamp$1$maxScaleFactor($receiver, maxScaleFactor) { + return this.clamp$2$maxScaleFactor$minScaleFactor($receiver, maxScaleFactor, 0); + }, + $eq(_, other) { + if (other == null) + return false; + if (this === other) + return true; + return other instanceof A._LinearTextScaler && other.textScaleFactor === this.textScaleFactor; + }, + get$hashCode(_) { + return B.JSNumber_methods.get$hashCode(this.textScaleFactor); + }, + toString$0(_) { + var t1 = this.textScaleFactor; + return t1 === 1 ? "no scaling" : "linear (" + A.S(t1) + "x)"; + }, + $isTextScaler: 1, + get$textScaleFactor() { + return this.textScaleFactor; + } }; A.TextSpan.prototype = { get$cursor(_) { @@ -256605,12 +263986,12 @@ t1.addPointer$1($event); } }, - build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor) { + build$3$dimensions$textScaler(builder, dimensions, textScaler) { var exception, stack, exception0, children, _i, t1 = this.style, hasStyle = t1 != null; if (hasStyle) - builder.pushStyle$1(t1.getTextStyle$1$textScaleFactor(textScaleFactor)); + builder.pushStyle$1(t1.getTextStyle$1$textScaler(textScaler)); t1 = this.text; if (t1 != null) try { @@ -256628,7 +264009,7 @@ children = this.children; if (children != null) for (t1 = children.length, _i = 0; _i < children.length; children.length === t1 || (0, A.throwConcurrentModificationError)(children), ++_i) - children[_i].build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor); + children[_i].build$3$dimensions$textScaler(builder, dimensions, textScaler); if (hasStyle) builder.pop$0(); }, @@ -256643,6 +264024,15 @@ return false; return true; }, + visitDirectChildren$1(visitor) { + var t1, _i, + children = this.children; + if (children != null) + for (t1 = children.length, _i = 0; _i < children.length; children.length === t1 || (0, A.throwConcurrentModificationError)(children), ++_i) + if (!visitor.call$1(children[_i])) + return false; + return true; + }, getSpanForPositionVisitor$2(position, offset) { var affinity, targetOffset, t2, endOffset, t1 = this.text; @@ -256753,7 +264143,7 @@ return false; if (!_this.super$InlineSpan$$eq(0, other)) return false; - return other instanceof A.TextSpan && other.text == _this.text && other.recognizer == _this.recognizer && _this.mouseCursor.$eq(0, other.mouseCursor) && A.listEquals0(other.children, _this.children); + return other instanceof A.TextSpan && other.text == _this.text && other.recognizer == _this.recognizer && _this.mouseCursor.$eq(0, other.mouseCursor) && A.listEquals(other.children, _this.children); }, get$hashCode(_) { var _this = this, _null = null, @@ -256790,7 +264180,7 @@ call$1(child) { return A.DiagnosticableTreeNode$(null, null, child); }, - $signature: 2728 + $signature: 1343 }; A.TextStyle.prototype = { get$fontFamilyFallback() { @@ -256948,37 +264338,75 @@ t23 = other._package; return this.copyWith$25$background$backgroundColor$color$debugLabel$decoration$decorationColor$decorationStyle$decorationThickness$fontFamily$fontFamilyFallback$fontFeatures$fontSize$fontStyle$fontVariations$fontWeight$foreground$height$leadingDistribution$letterSpacing$locale$overflow$package$shadows$textBaseline$wordSpacing(t13, t2, t1, null, t17, t18, t19, t20, t21, t22, t15, t3, t5, t16, t4, t12, t9, t10, t6, t11, other.overflow, t23, t14, t8, t7); }, - getTextStyle$1$textScaleFactor(textScaleFactor) { - var t3, t4, _this = this, - t1 = _this.get$fontFamilyFallback(), - t2 = _this.fontSize; - t2 = t2 == null ? null : t2 * textScaleFactor; - t3 = _this.background; - if (t3 == null) { - t3 = _this.backgroundColor; - if (t3 != null) { - t4 = $.$get$_renderer().createPaint$0(); - t4.set$color(0, t3); - t3 = t4; - } else - t3 = null; + getTextStyle$1$textScaler(textScaler) { + var t1, t2, _1_0, _1_1, _1_2, paint, t3, color, _this = this, _null = null, + _0_0 = _this.fontSize; + $label0$0: { + if (_0_0 == null) { + t1 = _null; + break $label0$0; + } + t1 = textScaler.$eq(0, B._LinearTextScaler_1); + if (t1) { + t1 = _0_0; + break $label0$0; + } + t1 = textScaler.scale$1(0, _0_0); + break $label0$0; } - return A.TextStyle_TextStyle(t3, _this.color, _this.decoration, _this.decorationColor, _this.decorationStyle, _this.decorationThickness, _this.fontFamily, t1, _this.fontFeatures, t2, _this.fontStyle, _this.fontVariations, _this.fontWeight, _this.foreground, _this.height, _this.leadingDistribution, _this.letterSpacing, _this.locale, _this.shadows, _this.textBaseline, _this.wordSpacing); + t2 = _this.get$fontFamilyFallback(); + _1_0 = new A._Record_2(_this.background, _this.backgroundColor); + _1_1 = A._InitializedCell$named("#1#1", new A.TextStyle_getTextStyle_closure(_1_0)); + _1_2 = A._InitializedCell$named("#1#2", new A.TextStyle_getTextStyle_closure0(_1_0)); + $label1$1: { + if (type$.Paint._is(_1_1._readFinal$0())) { + paint = _1_1._readFinal$0(); + t3 = true; + } else { + paint = _null; + t3 = false; + } + if (t3) { + t3 = paint; + break $label1$1; + } + if (_1_2._readFinal$0() instanceof A.Color) { + color = _1_2._readFinal$0(); + t3 = true; + } else { + color = _null; + t3 = false; + } + if (t3) { + t3 = $.$get$_renderer().createPaint$0(); + t3.set$color(0, color); + break $label1$1; + } + t3 = _null; + break $label1$1; + } + return A.TextStyle_TextStyle(t3, _this.color, _this.decoration, _this.decorationColor, _this.decorationStyle, _this.decorationThickness, _this.fontFamily, t2, _this.fontFeatures, t1, _this.fontStyle, _this.fontVariations, _this.fontWeight, _this.foreground, _this.height, _this.leadingDistribution, _this.letterSpacing, _this.locale, _this.shadows, _this.textBaseline, _this.wordSpacing); }, - getParagraphStyle$8$ellipsis$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior$textScaleFactor(ellipsis, locale, maxLines, strutStyle, textAlign, textDirection, textHeightBehavior, textScaleFactor) { - var t2, t3, t4, t5, t6, t7, t8, t9, _this = this, _null = null, + getParagraphStyle$8$ellipsis$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior$textScaler(ellipsis, locale, maxLines, strutStyle, textAlign, textDirection, textHeightBehavior, textScaler) { + var t2, t3, _0_0, t4, t5, t6, t7, t8, t9, _this = this, _null = null, leadingDistribution = _this.leadingDistribution, effectiveTextHeightBehavior = leadingDistribution == null ? _null : new A.TextHeightBehavior(leadingDistribution), t1 = _this.fontSize; - if (t1 == null) - t1 = 14; + t1 = textScaler.scale$1(0, t1 == null ? 14 : t1); if (strutStyle == null) t2 = _null; else { t2 = strutStyle.fontFamily; t3 = strutStyle.get$fontFamilyFallback(); - t4 = strutStyle.fontSize; - t4 = t4 == null ? _null : t4 * textScaleFactor; + _0_0 = strutStyle.fontSize; + $label0$0: { + if (_0_0 == null) { + t4 = _null; + break $label0$0; + } + t4 = textScaler.scale$1(0, _0_0); + break $label0$0; + } t5 = strutStyle.height; t6 = strutStyle.leading; t7 = strutStyle.fontWeight; @@ -256987,16 +264415,16 @@ t6 = $.$get$_renderer().createStrutStyle$9$fontFamily$fontFamilyFallback$fontSize$fontStyle$fontWeight$forceStrutHeight$height$leading$leadingDistribution(t2, t3, t4, t8, t7, t9, t5, t6, _null); t2 = t6; } - return A.ParagraphStyle_ParagraphStyle(ellipsis, _this.fontFamily, t1 * textScaleFactor, _this.fontStyle, _this.fontWeight, _this.height, locale, maxLines, t2, textAlign, textDirection, effectiveTextHeightBehavior); + return A.ParagraphStyle_ParagraphStyle(ellipsis, _this.fontFamily, t1, _this.fontStyle, _this.fontWeight, _this.height, locale, maxLines, t2, textAlign, textDirection, effectiveTextHeightBehavior); }, getParagraphStyle$0() { - return this.getParagraphStyle$8$ellipsis$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior$textScaleFactor(null, null, null, null, null, null, null, 1); + return this.getParagraphStyle$8$ellipsis$locale$maxLines$strutStyle$textAlign$textDirection$textHeightBehavior$textScaler(null, null, null, null, null, null, null, B._LinearTextScaler_1); }, compareTo$1(_, other) { var _this = this; if (_this === other) return B.RenderComparison_0; - if (_this.inherit !== other.inherit || _this.fontFamily != other.fontFamily || _this.fontSize != other.fontSize || _this.fontWeight != other.fontWeight || _this.fontStyle != other.fontStyle || _this.letterSpacing != other.letterSpacing || _this.wordSpacing != other.wordSpacing || _this.textBaseline != other.textBaseline || _this.height != other.height || _this.leadingDistribution != other.leadingDistribution || _this.foreground != other.foreground || _this.background != other.background || !A.listEquals0(_this.shadows, other.shadows) || !A.listEquals0(_this.fontFeatures, other.fontFeatures) || !A.listEquals0(_this.fontVariations, other.fontVariations) || !A.listEquals0(_this.get$fontFamilyFallback(), other.get$fontFamilyFallback()) || false) + if (_this.inherit !== other.inherit || _this.fontFamily != other.fontFamily || _this.fontSize != other.fontSize || _this.fontWeight != other.fontWeight || _this.fontStyle != other.fontStyle || _this.letterSpacing != other.letterSpacing || _this.wordSpacing != other.wordSpacing || _this.textBaseline != other.textBaseline || _this.height != other.height || _this.leadingDistribution != other.leadingDistribution || _this.foreground != other.foreground || _this.background != other.background || !A.listEquals(_this.shadows, other.shadows) || !A.listEquals(_this.fontFeatures, other.fontFeatures) || !A.listEquals(_this.fontVariations, other.fontVariations) || !A.listEquals(_this.get$fontFamilyFallback(), other.get$fontFamilyFallback()) || false) return B.RenderComparison_3; if (!J.$eq$(_this.color, other.color) || !J.$eq$(_this.backgroundColor, other.backgroundColor) || !J.$eq$(_this.decoration, other.decoration) || !J.$eq$(_this.decorationColor, other.decorationColor) || _this.decorationStyle != other.decorationStyle || _this.decorationThickness != other.decorationThickness) return B.RenderComparison_2; @@ -257010,7 +264438,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.TextStyle && other.inherit === _this.inherit && J.$eq$(other.color, _this.color) && J.$eq$(other.backgroundColor, _this.backgroundColor) && other.fontSize == _this.fontSize && other.fontWeight == _this.fontWeight && other.fontStyle == _this.fontStyle && other.letterSpacing == _this.letterSpacing && other.wordSpacing == _this.wordSpacing && other.textBaseline == _this.textBaseline && other.height == _this.height && other.leadingDistribution == _this.leadingDistribution && other.foreground == _this.foreground && other.background == _this.background && A.listEquals0(other.shadows, _this.shadows) && A.listEquals0(other.fontFeatures, _this.fontFeatures) && A.listEquals0(other.fontVariations, _this.fontVariations) && J.$eq$(other.decoration, _this.decoration) && J.$eq$(other.decorationColor, _this.decorationColor) && other.decorationStyle == _this.decorationStyle && other.decorationThickness == _this.decorationThickness && other.fontFamily == _this.fontFamily && A.listEquals0(other.get$fontFamilyFallback(), _this.get$fontFamilyFallback()) && other._package == _this._package && true; + return other instanceof A.TextStyle && other.inherit === _this.inherit && J.$eq$(other.color, _this.color) && J.$eq$(other.backgroundColor, _this.backgroundColor) && other.fontSize == _this.fontSize && other.fontWeight == _this.fontWeight && other.fontStyle == _this.fontStyle && other.letterSpacing == _this.letterSpacing && other.wordSpacing == _this.wordSpacing && other.textBaseline == _this.textBaseline && other.height == _this.height && other.leadingDistribution == _this.leadingDistribution && other.foreground == _this.foreground && other.background == _this.background && A.listEquals(other.shadows, _this.shadows) && A.listEquals(other.fontFeatures, _this.fontFeatures) && A.listEquals(other.fontVariations, _this.fontVariations) && J.$eq$(other.decoration, _this.decoration) && J.$eq$(other.decorationColor, _this.decorationColor) && other.decorationStyle == _this.decorationStyle && other.decorationThickness == _this.decorationThickness && other.fontFamily == _this.fontFamily && A.listEquals(other.get$fontFamilyFallback(), _this.get$fontFamilyFallback()) && other._package == _this._package && true; }, get$hashCode(_) { var t2, t3, _this = this, _null = null, @@ -257031,9 +264459,22 @@ }; A.TextStyle_fontFamilyFallback_closure.prototype = { call$1(str) { - return "packages/" + A.S(this.$this._package) + "/" + str; + var t1 = this.$this._package; + return "packages/" + (t1 == null ? A._asString(t1) : t1) + "/" + str; }, - $signature: 30 + $signature: 31 + }; + A.TextStyle_getTextStyle_closure.prototype = { + call$0() { + return this._1_0._0; + }, + $signature: 1346 + }; + A.TextStyle_getTextStyle_closure0.prototype = { + call$0() { + return this._1_0._1; + }, + $signature: 1347 }; A._TextStyle_Object_Diagnosticable.prototype = {}; A.FrictionSimulation.prototype = { @@ -257406,8 +264847,15 @@ } }, dispose$0() { - this._animated_size$_clipRectLayer.set$layer(0, null); - this.super$RenderObject$dispose(); + var t1, _this = this; + _this._animated_size$_clipRectLayer.set$layer(0, null); + t1 = _this.__RenderAnimatedSize__controller_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.__RenderAnimatedSize__animation_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$RenderObject$dispose(); } }; A.RenderAnimatedSize_closure.prototype = { @@ -257423,29 +264871,53 @@ $signature: 0 }; A.RendererBinding.prototype = { - handleMetricsChanged$0() { - var _this = this, - t1 = _this.RendererBinding___RendererBinding__pipelineOwner_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._rootNode; - t1.toString; - t1.set$configuration(_this.createViewConfiguration$0()); - if (_this.RendererBinding___RendererBinding__pipelineOwner_A._rootNode.RenderObjectWithChildMixin__child != null) - _this.scheduleForcedFrame$0(); + get$pipelineOwner() { + var result, _this = this, + value = _this.RendererBinding___RendererBinding_pipelineOwner_FI; + if (value === $) { + result = A.PipelineOwner$(new A.RendererBinding_pipelineOwner_closure(_this), new A.RendererBinding_pipelineOwner_closure0(_this), new A.RendererBinding_pipelineOwner_closure1(_this)); + value !== $ && A.throwUnnamedLateFieldADI(); + _this.RendererBinding___RendererBinding_pipelineOwner_FI = result; + value = result; + } + return value; }, - handleTextScaleFactorChanged$0() { - }, - handlePlatformBrightnessChanged$0() { - }, - createViewConfiguration$0() { + createViewConfigurationFor$1(renderView) { var t1, - view = $.$get$EnginePlatformDispatcher__instance().viewData.$index(0, 0), - devicePixelRatio = view._debugDevicePixelRatio; + devicePixelRatio = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (devicePixelRatio == null) { t1 = self.window.devicePixelRatio; devicePixelRatio = t1 === 0 ? 1 : t1; } - return new A.ViewConfiguration(view.get$physicalSize().$div(0, devicePixelRatio), devicePixelRatio); + return new A.ViewConfiguration(renderView._view.get$physicalSize().$div(0, devicePixelRatio), devicePixelRatio); + }, + handleMetricsChanged$0() { + var t1, t2, forceFrame, t3, view, devicePixelRatio, t4; + for (t1 = this.RendererBinding__viewIdToRenderView, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = t2._eval$1("@<1>")._bind$1(t2._rest[1]), t1 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("MappedIterator<1,2>")), t2 = t2._rest[1], forceFrame = false; t1.moveNext$0();) { + t3 = t1.__internal$_current; + if (t3 == null) + t3 = t2._as(t3); + forceFrame = forceFrame || t3.RenderObjectWithChildMixin__child != null; + view = t3._view; + devicePixelRatio = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; + if (devicePixelRatio == null) { + t4 = self.window.devicePixelRatio; + devicePixelRatio = t4 === 0 ? 1 : t4; + } + t4 = view._physicalSize; + if (t4 == null) { + t4 = view.__EngineFlutterWindow__dimensionsProvider_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = view._physicalSize = t4.computePhysicalSize$0(); + } + t3.set$configuration(new A.ViewConfiguration(new A.Size(t4._dx / devicePixelRatio, t4._dy / devicePixelRatio), devicePixelRatio)); + } + if (forceFrame) + this.scheduleForcedFrame$0(); + }, + handleTextScaleFactorChanged$0() { + }, + handlePlatformBrightnessChanged$0() { }, initMouseTracker$0() { var t2, @@ -257458,25 +264930,6 @@ t2 = $.$get$ChangeNotifier__emptyListeners(); this.RendererBinding__mouseTracker = new A.MouseTracker(new A.RendererBinding_initMouseTracker_closure(this), new A.MouseCursorManager(B.SystemMouseCursor_basic, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.MouseCursorSession)), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._MouseState), t2); }, - _handleSemanticsOwnerCreated$0() { - var t1 = this.RendererBinding___RendererBinding__pipelineOwner_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._rootNode; - t1._object$_owner._nodesNeedingSemantics.add$1(0, t1); - t1._object$_owner.requestVisualUpdate$0(); - }, - _handleSemanticsUpdate$1(update) { - var t1 = this.RendererBinding___RendererBinding__pipelineOwner_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1._rootNode.toString; - t1 = $.EngineSemanticsOwner__instance; - (t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).updateSemantics$1(update); - }, - _handleSemanticsOwnerDisposed$0() { - var t1 = this.RendererBinding___RendererBinding__pipelineOwner_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1._rootNode.clearSemantics$0(); - }, _handleWebFirstFrame$1(_) { B.MethodChannel_NIe._invokeMethod$1$3$arguments$missingOk("first-frame", null, false, type$.void); }, @@ -257493,45 +264946,86 @@ this.scheduleWarmUpFrame$0(); }, drawFrame$0() { - var _this = this, - t1 = _this.RendererBinding___RendererBinding__pipelineOwner_A; + var t2, t3, _this = this, + t1 = _this.RendererBinding___RendererBinding__rootPipelineOwner_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.flushLayout$0(); - _this.RendererBinding___RendererBinding__pipelineOwner_A.flushCompositingBits$0(); - _this.RendererBinding___RendererBinding__pipelineOwner_A.flushPaint$0(); + _this.RendererBinding___RendererBinding__rootPipelineOwner_A.flushCompositingBits$0(); + _this.RendererBinding___RendererBinding__rootPipelineOwner_A.flushPaint$0(); if (_this.RendererBinding__firstFrameSent || _this.RendererBinding__firstFrameDeferredCount === 0) { - _this.RendererBinding___RendererBinding__pipelineOwner_A._rootNode.compositeFrame$0(); - _this.RendererBinding___RendererBinding__pipelineOwner_A.flushSemantics$0(); + for (t1 = _this.RendererBinding__viewIdToRenderView, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = t2._eval$1("@<1>")._bind$1(t2._rest[1]), t1 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("MappedIterator<1,2>")), t2 = t2._rest[1]; t1.moveNext$0();) { + t3 = t1.__internal$_current; + (t3 == null ? t2._as(t3) : t3).compositeFrame$0(); + } + _this.RendererBinding___RendererBinding__rootPipelineOwner_A.flushSemantics$0(); _this.RendererBinding__firstFrameSent = true; } }, $isHitTestTarget: 1, $isSchedulerBinding: 1 }; + A.RendererBinding_pipelineOwner_closure.prototype = { + call$0() { + var t1 = this.$this.get$pipelineOwner()._rootNode; + if (t1 != null) + t1.scheduleInitialSemantics$0(); + }, + $signature: 0 + }; + A.RendererBinding_pipelineOwner_closure1.prototype = { + call$1(update) { + var t1; + if (this.$this.get$pipelineOwner()._rootNode != null) { + t1 = $.EngineSemanticsOwner__instance; + (t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).updateSemantics$1(update); + } + }, + $signature: 794 + }; + A.RendererBinding_pipelineOwner_closure0.prototype = { + call$0() { + var t1 = this.$this.get$pipelineOwner()._rootNode; + if (t1 != null) + t1.clearSemantics$0(); + }, + $signature: 0 + }; A.RendererBinding_initMouseTracker_closure.prototype = { call$2(position, viewId) { - var result = A.HitTestResult$(), - t1 = this.$this, - t2 = t1.RendererBinding___RendererBinding__pipelineOwner_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2._rootNode.hitTest$2$position(result, position); - t1.super$GestureBinding$hitTestInView(result, position, viewId); + var result = A.HitTestResult$(); + this.$this.hitTestInView$3(result, position, viewId); return result; }, - $signature: 2723 + $signature: 1351 }; A.RendererBinding__scheduleMouseTrackerUpdate_closure.prototype = { call$1(duration) { this.$this.RendererBinding__mouseTracker.updateAllDevices$0(); }, - $signature: 11 + $signature: 12 }; A._BindingPipelineManifold.prototype = { dispose$0() { - this._binding.get$_binding1$_semanticsEnabled().removeListener$1(0, this.get$notifyListeners()); + this._binding.get$_binding0$_semanticsEnabled().removeListener$1(0, this.get$notifyListeners()); this.super$ChangeNotifier$dispose(); } }; + A._DefaultRootPipelineOwner.prototype = {}; + A._ReusableRenderView.prototype = { + prepareInitialFrame$0() { + if (this._initialFramePrepared) + return; + this.super$RenderView$prepareInitialFrame(); + this._initialFramePrepared = true; + }, + scheduleInitialSemantics$0() { + this.clearSemantics$0(); + this.super$RenderObject$scheduleInitialSemantics(); + }, + dispose$0() { + this.set$child(null); + } + }; A.BoxConstraints.prototype = { copyWith$4$maxHeight$maxWidth$minHeight$minWidth(maxHeight, maxWidth, minHeight, minWidth) { var _this = this, @@ -257680,7 +265174,7 @@ return dim + "=" + B.JSNumber_methods.toStringAsFixed$1(min, 1); return B.JSNumber_methods.toStringAsFixed$1(min, 1) + "<=" + dim + "<=" + B.JSNumber_methods.toStringAsFixed$1(max, 1); }, - $signature: 2722 + $signature: 1355 }; A.BoxHitTestResult.prototype = { addWithPaintTransform$3$hitTest$position$transform(hitTest, position, transform) { @@ -257960,19 +265454,19 @@ call$0() { return this.computer.call$1(this.argument); }, - $signature: 133 + $signature: 124 }; A.RenderBox_getDryLayout_closure.prototype = { call$0() { return this.$this.computeDryLayout$1(this.constraints); }, - $signature: 2716 + $signature: 1356 }; A.RenderBox_getDistanceToActualBaseline_closure.prototype = { call$0() { return this.$this.computeDistanceToActualBaseline$1(this.baseline); }, - $signature: 2704 + $signature: 376 }; A.RenderBoxContainerDefaultsMixin.prototype = { defaultComputeDistanceToFirstActualBaseline$1(baseline) { @@ -258048,7 +265542,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin.prototype = { detach$0(_) { @@ -258112,7 +265606,7 @@ if (A.getRuntimeTypeOfDartObject(newDelegate) !== A.getRuntimeTypeOfDartObject(t1) || newDelegate.shouldRelayout$1(t1)) _this.markNeedsLayout$0(); _this._custom_layout$_delegate = newDelegate; - _this._object$_owner != null; + _this._owner != null; }, attach$1(owner) { this.super$_RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin$attach(owner); @@ -258239,14 +265733,14 @@ _this.markNeedsPaint$0(); else if (oldPainter == null || A.getRuntimeTypeOfDartObject(newPainter) !== A.getRuntimeTypeOfDartObject(oldPainter) || newPainter.shouldRepaint$1(oldPainter)) _this.markNeedsPaint$0(); - if (_this._object$_owner != null) { + if (_this._owner != null) { if (oldPainter != null) oldPainter.removeListener$1(0, _this.get$markNeedsPaint()); if (!t1) newPainter.addListener$1(0, _this.get$markNeedsPaint()); } if (t1) { - if (_this._object$_owner != null) + if (_this._owner != null) _this.markNeedsSemanticsUpdate$0(); } else if (oldPainter == null || A.getRuntimeTypeOfDartObject(newPainter) !== A.getRuntimeTypeOfDartObject(oldPainter) || newPainter.shouldRebuildSemantics$1(oldPainter)) _this.markNeedsSemanticsUpdate$0(); @@ -258377,10 +265871,10 @@ assembleSemanticsNode$3(node, config, children) { var foregroundSemantics, hasBackgroundSemantics, hasForegroundSemantics, t2, _this = this, t1 = _this._backgroundSemanticsBuilder, - backgroundSemantics = t1 != null ? t1.call$1(_this.get$size(_this)) : B.List_empty32; + backgroundSemantics = t1 != null ? t1.call$1(_this.get$size(_this)) : B.List_empty34; _this._backgroundSemanticsNodes = A.RenderCustomPaint__updateSemanticsChildren(_this._backgroundSemanticsNodes, backgroundSemantics); t1 = _this._foregroundSemanticsBuilder; - foregroundSemantics = t1 != null ? t1.call$1(_this.get$size(_this)) : B.List_empty32; + foregroundSemantics = t1 != null ? t1.call$1(_this.get$size(_this)) : B.List_empty34; _this._foregroundSemanticsNodes = A.RenderCustomPaint__updateSemanticsChildren(_this._foregroundSemanticsNodes, foregroundSemantics); t1 = _this._backgroundSemanticsNodes; hasBackgroundSemantics = t1 != null && !t1.get$isEmpty(t1); @@ -258718,10 +266212,10 @@ t1 = _this._showCursor; if (t1 === value) return; - if (_this._object$_owner != null) + if (_this._owner != null) t1.removeListener$1(0, _this.get$_showHideCursor()); _this._showCursor = value; - if (_this._object$_owner != null) { + if (_this._owner != null) { _this.get$_caretPainter().set$shouldPaint(_this._showCursor._change_notifier$_value); _this._showCursor.addListener$1(0, _this.get$_showHideCursor()); } @@ -258768,11 +266262,11 @@ this._expands = value; this.markNeedsTextLayout$0(); }, - set$textScaleFactor(value) { + set$textScaler(value) { var t1 = this._editable$_textPainter; - if (t1._text_painter$_textScaleFactor === value) + if (t1._text_painter$_textScaler.$eq(0, value)) return; - t1.set$textScaleFactor(value); + t1.set$textScaler(value); this.markNeedsTextLayout$0(); }, set$selection(value) { @@ -258789,10 +266283,10 @@ t1 = _this._editable$_offset; if (t1 === value) return; - if (_this._object$_owner != null) + if (_this._owner != null) t1.removeListener$1(0, _this.get$markNeedsPaint()); _this._editable$_offset = value; - if (_this._object$_owner != null) + if (_this._owner != null) value.addListener$1(0, _this.get$markNeedsPaint()); _this.markNeedsLayout$0(); }, @@ -258861,7 +266355,7 @@ t2 = _this._cachedAttributedValue; if (t2 == null) if (_this._obscureText) { - t2 = new A.AttributedString(B.JSString_methods.$mul(_this._obscuringCharacter, t1.get$plainText().length), B.List_empty4); + t2 = new A.AttributedString(B.JSString_methods.$mul(_this._obscuringCharacter, t1.get$plainText().length), B.List_empty3); _this._cachedAttributedValue = t2; } else { buffer = new A.StringBuffer(""); @@ -259012,7 +266506,7 @@ configuration._setFlag$2(B.SemanticsFlag_8192_isHidden, t2); } newChild = A._Cell$named("newChild"); - t2 = _this._cachedChildNodes; + t2 = _this._editable$_cachedChildNodes; t8 = t2 == null ? _null : t2.__js_helper$_length !== 0; if (t8 === true) { t2.toString; @@ -259053,7 +266547,7 @@ currentDirection = currentDirection0; } } - _this._cachedChildNodes = newChildCache; + _this._editable$_cachedChildNodes = newChildCache; node.updateWith$2$childrenInInversePaintOrder$config(0, newChildren, config); }, _createShowOnScreenFor$1(key) { @@ -259242,14 +266736,14 @@ t3 = t2._layoutCache; t4 = t3.contentWidth; t3 = t3.layout._paragraph; - Math.ceil(t3.get$height(t3)); + t3.get$height(t3); start = new A.Offset(A.clampDouble(t1, 0, t4), B.JSArray_methods.get$first(boxes).bottom).$add(0, paintOffset); t4 = B.JSArray_methods.get$last(boxes); t1 = t4.direction === B.TextDirection_1 ? t4.right : t4.left; t2 = t2._layoutCache; t3 = t2.contentWidth; t2 = t2.layout._paragraph; - Math.ceil(t2.get$height(t2)); + t2.get$height(t2); end = new A.Offset(A.clampDouble(t1, 0, t3), B.JSArray_methods.get$last(boxes).bottom).$add(0, paintOffset); return A._setArrayType([new A.TextSelectionPoint(start, B.JSArray_methods.get$first(boxes).direction), new A.TextSelectionPoint(end, B.JSArray_methods.get$last(boxes).direction)], type$.JSArray_TextSelectionPoint); } @@ -259311,11 +266805,11 @@ }, computeMinIntrinsicWidth$1(height) { this._editable$_layoutText$0(); - return Math.ceil(this._editable$_textPainter._layoutCache.layout._paragraph.get$minIntrinsicWidth()); + return this._editable$_textPainter._layoutCache.layout._paragraph.get$minIntrinsicWidth(); }, computeMaxIntrinsicWidth$1(height) { this._editable$_layoutText$0(); - return Math.ceil(this._editable$_textPainter._layoutCache.layout._paragraph.get$maxIntrinsicWidth()) + (1 + this._cursorWidth); + return this._editable$_textPainter._layoutCache.layout._paragraph.get$maxIntrinsicWidth() + (1 + this._cursorWidth); }, _countHardLineBreaks$1(text) { var t1, count, index, @@ -259350,21 +266844,21 @@ else { _this._editable$_layoutText$1$maxWidth(width); t1 = t1._layoutCache.layout._paragraph; - estimatedHeight = Math.ceil(t1.get$height(t1)); + estimatedHeight = t1.get$height(t1); } return Math.max(estimatedHeight, minHeight); } if (maxLines === 1) { _this._editable$_layoutText$1$maxWidth(width); t1 = t1._layoutCache.layout._paragraph; - return Math.ceil(t1.get$height(t1)); + return t1.get$height(t1); } if (minLines === maxLines) return minHeight; _this._editable$_layoutText$1$maxWidth(width); t2 = t1.get$preferredLineHeight(); t1 = t1._layoutCache.layout._paragraph; - return A.clampDouble(Math.ceil(t1.get$height(t1)), minHeight, t2 * maxLines); + return A.clampDouble(t1.get$height(t1), minHeight, t2 * maxLines); }, computeMinIntrinsicHeight$1(width) { return this._preferredHeight$1(width); @@ -259381,16 +266875,22 @@ }, hitTestChildren$2$position(result, position) { var span, + effectivePosition = position.$sub(0, this.get$_paintOffset()), t1 = this._editable$_textPainter, - textSpan = t1._text_painter$_text; - if (textSpan != null) { - span = textSpan.getSpanForPosition$1(t1.getPositionForOffset$1(position.$sub(0, this.get$_paintOffset()))); - if (type$.HitTestTarget._is(span)) { - result.add$1(0, new A.HitTestEntry(span, type$.HitTestEntry_HitTestTarget)); - return true; - } + textSpan = t1._text_painter$_text, + _0_0 = textSpan == null ? null : textSpan.getSpanForPosition$1(t1.getPositionForOffset$1(effectivePosition)); + if (type$.HitTestTarget._is(_0_0)) { + span = _0_0; + t1 = true; + } else { + span = null; + t1 = false; } - return this.hitTestInlineChildren$2(result, position); + if (t1) { + result.add$1(0, new A.HitTestEntry(span, type$.HitTestEntry_HitTestTarget)); + return true; + } + return this.hitTestInlineChildren$2(result, effectivePosition); }, handleEvent$2($event, entry) { type$.PointerDownEvent._is($event); @@ -259565,7 +267065,7 @@ t1 = t1._layoutCache; t3 = t1.contentWidth; t1 = t1.layout._paragraph; - Math.ceil(t1.get$height(t1)); + t1.get$height(t1); width0 = A.clampDouble(t3 + (1 + _this._cursorWidth), t2, width); } return new A.Size(width0, A.clampDouble(_this._preferredHeight$1(width), constraints.minHeight, constraints.maxHeight)); @@ -259586,14 +267086,14 @@ t1 = t2._layoutCache; t3 = t1.contentWidth; t1 = t1.layout._paragraph; - t1 = Math.ceil(t1.get$height(t1)); + t1 = t1.get$height(t1); if (_this._forceLine) width0 = width; else { t2 = t2._layoutCache; t4 = t2.contentWidth; t2 = t2.layout._paragraph; - Math.ceil(t2.get$height(t2)); + t2.get$height(t2); width0 = A.clampDouble(t4 + (1 + _this._cursorWidth), constraints.minWidth, width); } _this._box$_size = new A.Size(width0, A.clampDouble(_this._preferredHeight$1(width), constraints.minHeight, constraints.maxHeight)); @@ -259729,18 +267229,18 @@ var t1 = this.$this; return new A.TextBox(textBox.left + t1.get$_paintOffset()._dx, textBox.top + t1.get$_paintOffset()._dy, textBox.right + t1.get$_paintOffset()._dx, textBox.bottom + t1.get$_paintOffset()._dy, textBox.direction); }, - $signature: 451 + $signature: 478 }; A.RenderEditable_describeSemanticsConfiguration_closure.prototype = { call$1(info) { return info.recognizer != null; }, - $signature: 2694 + $signature: 1359 }; A.RenderEditable__createShowOnScreenFor_closure.prototype = { call$0() { var t1 = this.$this, - t2 = t1._cachedChildNodes.$index(0, this.key); + t2 = t1._editable$_cachedChildNodes.$index(0, this.key); t2.toString; t1.showOnScreen$2$descendant$rect(t1, t2._semantics$_rect); }, @@ -259751,7 +267251,7 @@ var t1 = accum == null ? null : accum.expandToInclude$1(new A.Rect(incoming.left, incoming.top, incoming.right, incoming.bottom)); return t1 == null ? new A.Rect(incoming.left, incoming.top, incoming.right, incoming.bottom) : t1; }, - $signature: 2693 + $signature: 1360 }; A.RenderEditable__canComputeDryLayoutForInlineWidgets_closure.prototype = { call$1(span) { @@ -259773,7 +267273,7 @@ t1 = true; return t1; }, - $signature: 272 + $signature: 312 }; A._RenderEditableCustomPaint.prototype = { get$parent(_) { @@ -259794,7 +267294,7 @@ t2 = newValue.shouldRepaint$1(t1); if (t2) _this.markNeedsPaint$0(); - if (_this._object$_owner != null) { + if (_this._owner != null) { t2 = _this.get$markNeedsPaint(); t1.removeListener$1(0, t2); newValue.addListener$1(0, t2); @@ -259863,7 +267363,7 @@ t4 = textPainter._layoutCache; t5 = t4.contentWidth; t4 = t4.layout._paragraph; - canvas.drawRect$2(t3.intersect$1(new A.Rect(0, 0, 0 + t5, 0 + Math.ceil(t4.get$height(t4)))), t1); + canvas.drawRect$2(t3.intersect$1(new A.Rect(0, 0, 0 + t5, 0 + t4.get$height(t4))), t1); } }, shouldRepaint$1(oldDelegate) { @@ -260108,9 +267608,11 @@ left += 64; } t1.layout$1(new A.ParagraphConstraints(width)); - if (_this.get$size(_this)._dy > 96 + t1.get$height(t1) + 12) + t2 = _this.get$size(_this); + if (t2._dy > 96 + t1.get$height(t1) + 12) $top += 96; - context.get$canvas(context).drawParagraph$2(t1, offset.$add(0, new A.Offset(left, $top))); + t2 = context.get$canvas(context); + t2.drawParagraph$2(t1, offset.$add(0, new A.Offset(left, $top))); } } catch (exception) { } @@ -260628,25 +268130,25 @@ call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); }, - $signature: 237 + $signature: 241 }; A.RenderFlex_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); }, - $signature: 237 + $signature: 241 }; A.RenderFlex_computeMinIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); }, - $signature: 237 + $signature: 241 }; A.RenderFlex_computeMaxIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); }, - $signature: 237 + $signature: 241 }; A._LayoutSizes.prototype = {}; A._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -260739,9 +268241,9 @@ return; }, set$filterQuality(value) { - if (value === this._filterQuality) + if (value === this._image$_filterQuality) return; - this._filterQuality = value; + this._image$_filterQuality = value; this.markNeedsPaint$0(); }, set$colorBlendMode(value) { @@ -260851,7 +268353,7 @@ t13 = _this._flipHorizontally; t13.toString; t14 = _this._invertColors; - A.paintImage(t10, t1, t11, t8, t6, _this._filterQuality, t9, t13, t5, t14, false, 1, new A.Rect(t3, t4, t3 + t2._dx, t4 + t2._dy), t12, t7); + A.paintImage(t10, B.BlendMode_3, t1, t11, t8, t6, _this._image$_filterQuality, t9, t13, t5, t14, false, 1, new A.Rect(t3, t4, t3 + t2._dx, t4 + t2._dy), t12, t7); }, dispose$0() { var t1 = this._image; @@ -260876,15 +268378,18 @@ t1._updateSubtreeCompositionObserverCount$1(delta); }, _fireCompositionCallbacks$1$includeChildren(includeChildren) { - var t1, t2, _i; - for (t1 = this._layer$_callbacks, t1 = A.List_List$of(t1.get$values(t1), true, type$.void_Function), t2 = t1.length, _i = 0; _i < t2; ++_i) + var t2, _i, + t1 = this._callbacks; + if (t1.__js_helper$_length === 0) + return; + for (t1 = A.List_List$of(t1.get$values(t1), true, type$.void_Function), t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i].call$0(); }, addCompositionCallback$1(callback) { var callbackId, _this = this; _this._updateSubtreeCompositionObserverCount$1(1); callbackId = $.Layer__nextCallbackId = $.Layer__nextCallbackId + 1; - _this._layer$_callbacks.$indexSet(0, callbackId, new A.Layer_addCompositionCallback_closure(_this, callback)); + _this._callbacks.$indexSet(0, callbackId, new A.Layer_addCompositionCallback_closure(_this, callback)); return new A.Layer_addCompositionCallback_closure0(_this, callbackId); }, dispose$0() { @@ -260940,7 +268445,7 @@ else t3._previousSibling = t2; _this._nextSibling = _this._previousSibling = null; - t1._layer$_dropChild$1(_this); + t1._dropChild$1(_this); _this._parentHandle.set$layer(0, null); } }, @@ -260978,7 +268483,7 @@ A.Layer_addCompositionCallback_closure0.prototype = { call$0() { var t1 = this.$this; - t1._layer$_callbacks.remove$1(0, this.callbackId); + t1._callbacks.remove$1(0, this.callbackId); t1._updateSubtreeCompositionObserverCount$1(-1); }, $signature: 0 @@ -260989,11 +268494,11 @@ if (layer == t1) return; if (t1 != null) - if (--t1._layer$_refCount === 0) + if (--t1._refCount === 0) t1.dispose$0(); this._layer = layer; if (layer != null) - ++layer._layer$_refCount; + ++layer._refCount; }, toString$0(_) { var t1 = this._layer; @@ -261053,7 +268558,7 @@ }, dispose$0() { this.removeAllChildren$0(); - this._layer$_callbacks.clear$0(0); + this._callbacks.clear$0(0); this.super$Layer$dispose(); }, updateSubtreeNeedsAddToScene$0() { @@ -261137,7 +268642,7 @@ child.redepthChildren$0(); } }, - _layer$_dropChild$1(child) { + _dropChild$1(child) { var t1, _this = this; if (!_this.get$alwaysNeedsAddToScene()) _this.markNeedsAddToScene$0(); @@ -261154,7 +268659,7 @@ for (; child != null; child = next) { next = child._nextSibling; child._nextSibling = child._previousSibling = null; - _this._layer$_dropChild$1(child); + _this._dropChild$1(child); child._parentHandle.set$layer(0, null); } _this._lastChild = _this._firstChild = null; @@ -261254,13 +268759,21 @@ builder.pop$0(); } }; + A.ImageFilterLayer.prototype = { + addToScene$1(builder) { + var _this = this; + _this.set$engineLayer(builder.pushImageFilter$3$offset$oldLayer(_this._imageFilter, _this._layer$_offset, type$.nullable_ImageFilterEngineLayer._as(_this._engineLayer))); + _this.addChildrenToScene$1(builder); + builder.pop$0(); + } + }; A.TransformLayer.prototype = { set$transform(_, value) { var _this = this; if (value.$eq(0, _this._layer$_transform)) return; _this._layer$_transform = value; - _this._inverseDirty = true; + _this._layer$_inverseDirty = true; _this.markNeedsAddToScene$0(); }, addToScene$1(builder) { @@ -261278,21 +268791,21 @@ _this.addChildrenToScene$1(builder); builder.pop$0(); }, - _transformOffset$1(localPosition) { + _layer$_transformOffset$1(localPosition) { var t1, _this = this; - if (_this._inverseDirty) { + if (_this._layer$_inverseDirty) { t1 = _this._layer$_transform; t1.toString; - _this._invertedTransform = A.Matrix4_tryInvert(A.PointerEvent_removePerspectiveTransform(t1)); - _this._inverseDirty = false; + _this._layer$_invertedTransform = A.Matrix4_tryInvert(A.PointerEvent_removePerspectiveTransform(t1)); + _this._layer$_inverseDirty = false; } - t1 = _this._invertedTransform; + t1 = _this._layer$_invertedTransform; if (t1 == null) return null; return A.MatrixUtils_transformPoint(t1, localPosition); }, findAnnotations$1$3$onlyFirst(result, localPosition, onlyFirst, $S) { - var transformedOffset = this._transformOffset$1(localPosition); + var transformedOffset = this._layer$_transformOffset$1(localPosition); if (transformedOffset == null) return false; return this.super$OffsetLayer$findAnnotations(result, transformedOffset, true, $S); @@ -261359,7 +268872,7 @@ return "#" + t1 + "(" + t2 + ")"; } }; - A.LeaderLayer.prototype = { + A.LeaderLayer0.prototype = { set$link(value) { var _this = this, t1 = _this._layer$_link; @@ -261410,20 +268923,20 @@ } } }; - A.FollowerLayer.prototype = { - _transformOffset$1(localPosition) { + A.FollowerLayer0.prototype = { + _layer$_transformOffset$1(localPosition) { var t1, vector, t2, t3, _this = this; - if (_this._inverseDirty) { + if (_this._layer$_inverseDirty) { t1 = _this.getLastTransform$0(); t1.toString; - _this._invertedTransform = A.Matrix4_tryInvert(t1); - _this._inverseDirty = false; + _this._layer$_invertedTransform = A.Matrix4_tryInvert(t1); + _this._layer$_inverseDirty = false; } - if (_this._invertedTransform == null) + if (_this._layer$_invertedTransform == null) return null; vector = new A.Vector4(new Float64Array(4)); vector.setValues$4(localPosition._dx, localPosition._dy, 0, 1); - t1 = _this._invertedTransform.transform$1(0, vector)._v4storage; + t1 = _this._layer$_invertedTransform.transform$1(0, vector)._v4storage; t2 = t1[0]; t3 = _this.linkedOffset; return new A.Offset(t2 - t3._dx, t1[1] - t3._dy); @@ -261435,7 +268948,7 @@ return _this.super$ContainerLayer$findAnnotations(result, localPosition.$sub(0, _this.unlinkedOffset), true, $S); return false; } - transformedOffset = _this._transformOffset$1(localPosition); + transformedOffset = _this._layer$_transformOffset$1(localPosition); if (transformedOffset == null) return false; return _this.super$ContainerLayer$findAnnotations(result, transformedOffset, true, $S); @@ -261451,7 +268964,7 @@ result.multiply$1(0, t1); return result; }, - _establishTransform$0() { + _layer$_establishTransform$0() { var leader, t1, forwardLayers, inverseLayers, forwardTransform, inverseTransform, _this = this; _this._layer$_lastTransform = null; leader = _this.link._leader; @@ -261470,7 +268983,7 @@ return; inverseTransform.multiply$1(0, forwardTransform); _this._layer$_lastTransform = inverseTransform; - _this._inverseDirty = true; + _this._layer$_inverseDirty = true; }, get$alwaysNeedsAddToScene() { return true; @@ -261479,11 +268992,11 @@ var t1, t2, _this = this; if (_this.link._leader == null && !_this.showWhenUnlinked) { _this._lastOffset = _this._layer$_lastTransform = null; - _this._inverseDirty = true; + _this._layer$_inverseDirty = true; _this.set$engineLayer(null); return; } - _this._establishTransform$0(); + _this._layer$_establishTransform$0(); t1 = _this._layer$_lastTransform; t2 = type$.nullable_TransformEngineLayer; if (t1 != null) { @@ -261498,7 +269011,7 @@ _this.addChildrenToScene$1(builder); builder.pop$0(); } - _this._inverseDirty = true; + _this._layer$_inverseDirty = true; }, applyTransform$2(child, transform) { var t1 = this._layer$_lastTransform; @@ -261732,49 +269245,49 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 109 + $signature: 114 }; A.RenderListBody_computeMinIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 109 + $signature: 114 }; A.RenderListBody_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 109 + $signature: 114 }; A.RenderListBody_computeMaxIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 109 + $signature: 114 }; A.RenderListBody_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 109 + $signature: 114 }; A.RenderListBody_computeMinIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 109 + $signature: 114 }; A.RenderListBody_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 109 + $signature: 114 }; A.RenderListBody_computeMaxIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 109 + $signature: 114 }; A._RenderListBody_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -261885,7 +269398,7 @@ call$1(annotation) { return annotation.get$cursor(annotation); }, - $signature: 2689 + $signature: 1363 }; A.MouseTracker_updateWithEvent_closure.prototype = { call$0() { @@ -261947,13 +269460,13 @@ t1.call$1(this.baseExitEvent.transformed$1(this.lastAnnotations.$index(0, annotation))); } }, - $signature: 2688 + $signature: 1365 }; A.MouseTracker__handleDeviceUpdateMouseEvents_closure0.prototype = { call$1(annotation) { return !this.lastAnnotations.containsKey$1(0, annotation); }, - $signature: 2686 + $signature: 1366 }; A.__MouseTrackerUpdateDetails_Object_Diagnosticable.prototype = {}; A.ParentData.prototype = { @@ -261998,21 +269511,24 @@ this._containerLayer.append$1(0, layer); }, get$canvas(_) { - var t1, t2, _this = this; - if (_this._canvas == null) { - _this._currentLayer = A.PictureLayer$(_this.estimatedBounds); - t1 = $.$get$_renderer(); - t2 = t1.createPictureRecorder$0(); - _this._recorder = t2; - _this._canvas = t1.createCanvas$2(t2, null); - t2 = _this._currentLayer; - t2.toString; - _this._containerLayer.append$1(0, t2); - } - t1 = _this._canvas; + var t1; + if (this._canvas == null) + this._startRecording$0(); + t1 = this._canvas; t1.toString; return t1; }, + _startRecording$0() { + var t1, t2, _this = this; + _this._currentLayer = A.PictureLayer$(_this.estimatedBounds); + t1 = $.$get$_renderer(); + t2 = t1.createPictureRecorder$0(); + _this._recorder = t2; + _this._canvas = t1.createCanvas$2(t2, null); + t2 = _this._currentLayer; + t2.toString; + _this._containerLayer.append$1(0, t2); + }, stopRecordingIfNeeded$0() { var t1, _this = this; if (_this._canvas == null) @@ -262023,12 +269539,13 @@ _this._canvas = _this._recorder = _this._currentLayer = null; }, setIsComplexHint$0() { + if (this._currentLayer == null) + this._startRecording$0(); var t1 = this._currentLayer; - if (t1 != null) - if (!t1._isComplexHint) { - t1._isComplexHint = true; - t1.markNeedsAddToScene$0(); - } + if (!t1._isComplexHint) { + t1._isComplexHint = true; + t1.markNeedsAddToScene$0(); + } }, pushLayer$4$childPaintBounds(childLayer, painter, offset, childPaintBounds) { var childContext, _this = this; @@ -262191,29 +269708,22 @@ }, set$rootNode(value) { var t1 = this._rootNode; - if (t1 === value) + if (t1 == value) return; if (t1 != null) t1.detach$0(0); this._rootNode = value; - value.attach$1(this); + if (value != null) + value.attach$1(this); }, flushLayout$0() { var dirtyNodes, i, node, child, t1, t2, t3, t4, t5, t6, t7, _this = this; - A.FlutterTimeline_startSync("LAYOUT", null); + A.FlutterTimeline_startSync("LAYOUT" + (_this._debugParent == null ? " (root)" : ""), null); try { for (t1 = type$.JSArray_RenderObject; t2 = _this._nodesNeedingLayout, t2.length !== 0;) { dirtyNodes = t2; _this._nodesNeedingLayout = A._setArrayType([], t1); - t2 = dirtyNodes; - t3 = new A.PipelineOwner_flushLayout_closure(); - if (!!t2.immutable$list) - A.throwExpression(A.UnsupportedError$("sort")); - t4 = t2.length - 1; - if (t4 - 0 <= 32) - A.Sort__insertionSort(t2, 0, t4, t3); - else - A.Sort__dualPivotQuicksort(t2, 0, t4, t3); + J.sort$1$ax(dirtyNodes, new A.PipelineOwner_flushLayout_closure()); for (i = 0; i < J.get$length$asx(dirtyNodes); ++i) { if (_this._shouldMergeDirtyNodes) { _this._shouldMergeDirtyNodes = false; @@ -262231,12 +269741,12 @@ } } node = J.$index$asx(dirtyNodes, i); - if (node._needsLayout && node._object$_owner === _this) + if (node._needsLayout && node._owner === _this) node._layoutWithoutResize$0(); } _this._shouldMergeDirtyNodes = false; } - for (t1 = _this._object$_children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + for (t1 = _this._children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { t3 = t1._collection$_current; child = t3 == null ? t2._as(t3) : t3; child.flushLayout$0(); @@ -262254,17 +269764,17 @@ } }, flushCompositingBits$0() { - var t1, t2, _i, node, t3; - A.FlutterTimeline_startSync("UPDATING COMPOSITING BITS", null); - t1 = this._nodesNeedingCompositingBitsUpdate; + var t1, t2, _i, node, t3, _this = this; + A.FlutterTimeline_startSync("UPDATING COMPOSITING BITS" + (_this._debugParent == null ? " (root)" : ""), null); + t1 = _this._nodesNeedingCompositingBitsUpdate; B.JSArray_methods.sort$1(t1, new A.PipelineOwner_flushCompositingBits_closure()); for (t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { node = t1[_i]; - if (node._needsCompositingBitsUpdate && node._object$_owner === this) + if (node._needsCompositingBitsUpdate && node._owner === _this) node._updateCompositingBits$0(); } B.JSArray_methods.clear$0(t1); - for (t1 = this._object$_children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + for (t1 = _this._children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { t3 = t1._collection$_current; (t3 == null ? t2._as(t3) : t3).flushCompositingBits$0(); } @@ -262272,13 +269782,13 @@ }, flushPaint$0() { var dirtyNodes, node, child, t1, t2, t3, _i, t4, t5, _this = this; - A.FlutterTimeline_startSync("PAINT", null); + A.FlutterTimeline_startSync("PAINT" + (_this._debugParent == null ? " (root)" : ""), null); try { dirtyNodes = _this._nodesNeedingPaint; _this._nodesNeedingPaint = A._setArrayType([], type$.JSArray_RenderObject); for (t1 = dirtyNodes, J.sort$1$ax(t1, new A.PipelineOwner_flushPaint_closure()), t2 = t1.length, t3 = type$.OffsetLayer, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { node = t1[_i]; - if ((node._needsPaint || node._needsCompositedLayerUpdate) && node._object$_owner === _this) + if ((node._needsPaint || node._needsCompositedLayerUpdate) && node._owner === _this) if (node._layerHandle._layer._layer$_owner != null) if (node._needsPaint) A.PaintingContext__repaintCompositedChild(node, null, false); @@ -262292,7 +269802,7 @@ else node._skippedPaintingOnLayer$0(); } - for (t1 = _this._object$_children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + for (t1 = _this._children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { t3 = t1._collection$_current; child = t3 == null ? t2._as(t3) : t3; child.flushPaint$0(); @@ -262304,19 +269814,23 @@ _updateSemanticsOwner$0() { var _this = this, t1 = _this._manifold; - t1 = t1 == null ? null : t1._binding.get$_binding1$_semanticsEnabled()._change_notifier$_value; + t1 = t1 == null ? null : t1._binding.get$_binding0$_semanticsEnabled()._change_notifier$_value; if (t1 === true || _this._outstandingSemanticsHandles > 0) { if (_this._semanticsOwner == null) { t1 = type$.SemanticsNode; _this._semanticsOwner = new A.SemanticsOwner(_this.onSemanticsUpdate, A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(type$.int, t1), A.LinkedHashSet_LinkedHashSet$_empty(t1), $.$get$ChangeNotifier__emptyListeners()); - _this.onSemanticsOwnerCreated.call$0(); + t1 = _this.onSemanticsOwnerCreated; + if (t1 != null) + t1.call$0(); } } else { t1 = _this._semanticsOwner; if (t1 != null) { t1.dispose$0(); _this._semanticsOwner = null; - _this.onSemanticsOwnerDisposed.call$0(); + t1 = _this.onSemanticsOwnerDisposed; + if (t1 != null) + t1.call$0(); } } }, @@ -262324,7 +269838,7 @@ var nodesToProcess, node, child, t1, nodesToProcess0, t2, _i, t3, _this = this; if (_this._semanticsOwner == null) return; - A.FlutterTimeline_startSync("SEMANTICS", null); + A.FlutterTimeline_startSync("SEMANTICS" + (_this._debugParent == null ? " (root)" : ""), null); try { t1 = _this._nodesNeedingSemantics; nodesToProcess0 = A.List_List$of(t1, true, A._instanceType(t1)._eval$1("SetBase.E")); @@ -262333,11 +269847,11 @@ t1.clear$0(0); for (t1 = nodesToProcess, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { node = t1[_i]; - if (node._needsSemanticsUpdate && node._object$_owner === _this) + if (node._needsSemanticsUpdate && node._owner === _this) node._updateSemantics$0(); } _this._semanticsOwner.sendSemanticsUpdate$0(); - for (t1 = _this._object$_children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + for (t1 = _this._children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { t3 = t1._collection$_current; child = t3 == null ? t2._as(t3) : t3; child.flushSemantics$0(); @@ -262346,40 +269860,70 @@ A.Timeline_finishSync(); } }, + debugDescribeChildren$0() { + var t2, t3, t4, + t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); + for (t2 = this._children, t2 = A._LinkedHashSetIterator$(t2, t2._collection$_modifications, A._instanceType(t2)._precomputed1), t3 = t2.$ti._precomputed1; t2.moveNext$0();) { + t4 = t2._collection$_current; + t1.push(new A.DiagnosticableTreeNode(t4 == null ? t3._as(t4) : t4, null, true, true, null, null)); + } + return t1; + }, attach$1(manifold) { var t1, t2, t3, _this = this; _this._manifold = manifold; manifold.addListener$1(0, _this.get$_updateSemanticsOwner()); _this._updateSemanticsOwner$0(); - for (t1 = _this._object$_children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + for (t1 = _this._children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { t3 = t1._collection$_current; (t3 == null ? t2._as(t3) : t3).attach$1(manifold); } - } + }, + detach$0(_) { + var t1, t2, t3, _this = this; + _this._manifold.removeListener$1(0, _this.get$_updateSemanticsOwner()); + _this._manifold = null; + for (t1 = _this._children, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + t3 = t1._collection$_current; + (t3 == null ? t2._as(t3) : t3).detach$0(0); + } + }, + dispose$0() { + var _this = this, + t1 = _this._semanticsOwner; + if (t1 != null) + t1.dispose$0(); + _this._semanticsOwner = null; + B.JSArray_methods.clear$0(_this._nodesNeedingLayout); + B.JSArray_methods.clear$0(_this._nodesNeedingCompositingBitsUpdate); + B.JSArray_methods.clear$0(_this._nodesNeedingPaint); + _this._nodesNeedingSemantics.clear$0(0); + }, + $isDiagnosticableTree: 1 }; A.PipelineOwner_flushLayout_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 405 + $signature: 421 }; A.PipelineOwner_flushCompositingBits_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 405 + $signature: 421 }; A.PipelineOwner_flushPaint_closure.prototype = { call$2(a, b) { return b._depth - a._depth; }, - $signature: 405 + $signature: 421 }; A.PipelineOwner_flushSemantics_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 405 + $signature: 421 }; A.RenderObject.prototype = { RenderObject$0() { @@ -262414,7 +269958,7 @@ _this.markNeedsCompositingBitsUpdate$0(); _this.markNeedsSemanticsUpdate$0(); child._object$_parent = _this; - t1 = _this._object$_owner; + t1 = _this._owner; if (t1 != null) child.attach$1(t1); _this.redepthChild$1(child); @@ -262424,7 +269968,7 @@ child._cleanRelayoutBoundary$0(); child.parentData.detach$0(0); child._object$_parent = child.parentData = null; - if (_this._object$_owner != null) + if (_this._owner != null) child.detach$0(0); _this.markNeedsLayout$0(); _this.markNeedsCompositingBitsUpdate$0(); @@ -262437,7 +269981,7 @@ }, attach$1(owner) { var _this = this; - _this._object$_owner = owner; + _this._owner = owner; if (_this._needsLayout && _this._relayoutBoundary != null) { _this._needsLayout = false; _this.markNeedsLayout$0(); @@ -262456,7 +270000,7 @@ } }, detach$0(_) { - this._object$_owner = null; + this._owner = null; }, get$constraints() { var t1 = this._constraints; @@ -262479,10 +270023,10 @@ _this.markParentNeedsLayout$0(); else { _this._needsLayout = true; - t1 = _this._object$_owner; + t1 = _this._owner; if (t1 != null) { t1._nodesNeedingLayout.push(_this); - _this._object$_owner.requestVisualUpdate$0(); + _this._owner.requestVisualUpdate$0(); } } }, @@ -262584,7 +270128,7 @@ var _this = this; _this._doingThisLayoutWithCallback = true; try { - _this._object$_owner._enableMutationsToDirtySubtrees$1(new A.RenderObject_invokeLayoutCallback_closure(_this, callback, $T)); + _this._owner._enableMutationsToDirtySubtrees$1(new A.RenderObject_invokeLayoutCallback_closure(_this, callback, $T)); } finally { _this._doingThisLayoutWithCallback = false; } @@ -262617,7 +270161,7 @@ return; } } - t1 = _this._object$_owner; + t1 = _this._owner; if (t1 != null) t1._nodesNeedingCompositingBitsUpdate.push(_this); }, @@ -262638,7 +270182,7 @@ t2 = false; if (t2) { _this._needsCompositedLayerUpdate = _this._needsPaint = false; - t1 = _this._object$_owner; + t1 = _this._owner; if (t1 != null) B.JSArray_methods.remove$1(t1._nodesNeedingPaint, _this); _this._needsCompositingBitsUpdate = false; @@ -262660,15 +270204,15 @@ } else t1 = false; if (t1) { - t1 = _this._object$_owner; + t1 = _this._owner; if (t1 != null) { t1._nodesNeedingPaint.push(_this); - _this._object$_owner.requestVisualUpdate$0(); + _this._owner.requestVisualUpdate$0(); } } else if (_this.get$parent(_this) instanceof A.RenderObject) _this.get$parent(_this).markNeedsPaint$0(); else { - t1 = _this._object$_owner; + t1 = _this._owner; if (t1 != null) t1.requestVisualUpdate$0(); } @@ -262684,10 +270228,10 @@ } else t1 = false; if (t1) { - t1 = _this._object$_owner; + t1 = _this._owner; if (t1 != null) { t1._nodesNeedingPaint.push(_this); - _this._object$_owner.requestVisualUpdate$0(); + _this._owner.requestVisualUpdate$0(); } } else _this.markNeedsPaint$0(); @@ -262738,7 +270282,7 @@ var rootNode, renderers, renderer, t2, transform, index, index0, t1 = ancestor == null; if (t1) { - rootNode = this._object$_owner._rootNode; + rootNode = this._owner._rootNode; if (rootNode instanceof A.RenderObject) ancestor = rootNode; } @@ -262768,11 +270312,15 @@ describeSemanticsClip$1(child) { return null; }, + scheduleInitialSemantics$0() { + this._owner._nodesNeedingSemantics.add$1(0, this); + this._owner.requestVisualUpdate$0(); + }, describeSemanticsConfiguration$1(config) { }, sendSemanticsEvent$1(semanticsEvent) { var t1, _this = this; - if (_this._object$_owner._semanticsOwner == null) + if (_this._owner._semanticsOwner == null) return; t1 = _this._semantics; if (t1 != null && !t1._isMergedIntoParent) @@ -262801,7 +270349,7 @@ }, markNeedsSemanticsUpdate$0() { var wasSemanticsBoundary, mayProduceSiblingNodes, isEffectiveSemanticsBoundary, node, _this = this, - t1 = _this._object$_owner; + t1 = _this._owner; if (t1 == null || t1._semanticsOwner == null) { _this._cachedSemanticsConfiguration = null; return; @@ -262840,13 +270388,13 @@ return; } if (node !== _this && _this._semantics != null && _this._needsSemanticsUpdate) - _this._object$_owner._nodesNeedingSemantics.remove$1(0, _this); + _this._owner._nodesNeedingSemantics.remove$1(0, _this); if (!node._needsSemanticsUpdate) { node._needsSemanticsUpdate = true; - t1 = _this._object$_owner; + t1 = _this._owner; if (t1 != null) { t1._nodesNeedingSemantics.add$1(0, node); - _this._object$_owner.requestVisualUpdate$0(); + _this._owner.requestVisualUpdate$0(); } } }, @@ -263001,7 +270549,7 @@ header += " NEEDS-PAINT"; if (_this._needsCompositingBitsUpdate) header += " NEEDS-COMPOSITING-BITS-UPDATE"; - return _this._object$_owner == null ? header + " DETACHED" : header; + return _this._owner == null ? header + " DETACHED" : header; }, toString$0(_) { return this.toStringShort$0(); @@ -263043,7 +270591,7 @@ t1.push(A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t2)); return t1; }, - $signature: 141 + $signature: 143 }; A.RenderObject_invokeLayoutCallback_closure.prototype = { call$0() { @@ -263060,13 +270608,13 @@ if (t1) this.$this.__RenderObject__needsCompositing_A = true; }, - $signature: 66 + $signature: 63 }; A.RenderObject_clearSemantics_closure.prototype = { call$1(child) { child.clearSemantics$0(); }, - $signature: 66 + $signature: 63 }; A.RenderObject__getSemanticsForParent_closure.prototype = { call$1(renderChild) { @@ -263112,7 +270660,7 @@ t3.push(siblingMergeGroup); } }, - $signature: 66 + $signature: 63 }; A.RenderObject__getSemanticsForParent_closure0.prototype = { call$1(config) { @@ -263123,21 +270671,21 @@ } return fragment; }, - $signature: 779 + $signature: 790 }; A.RenderObject__getSemanticsForParent_closure1.prototype = { call$1(config) { var t1 = this.configToFragment.$index(0, config); return t1 == null ? new A._IncompleteSemanticsFragment(config, A._setArrayType([this.$this], type$.JSArray_RenderObject), false) : t1; }, - $signature: 779 + $signature: 790 }; A.RenderObject_toStringDeep_closure.prototype = { call$0() { var _this = this; return _this.$this.super$DiagnosticableTreeMixin$toStringDeep(_this.minLevel, _this.prefixLineOne, _this.prefixOtherLines); }, - $signature: 45 + $signature: 96 }; A.RenderObjectWithChildMixin.prototype = { set$child(value) { @@ -263321,10 +270869,10 @@ call$1(timeStamp) { var t1 = this.$this; t1.RelayoutWhenSystemFontsChangeMixin__hasPendingSystemFontsDidChangeCallBack = false; - if (t1._object$_owner != null) + if (t1._owner != null) t1.systemFontsDidChange$0(); }, - $signature: 11 + $signature: 12 }; A._SemanticsFragment.prototype = {}; A._ContainerSemanticsFragment.prototype = { @@ -263351,7 +270899,7 @@ t2 = B.JSArray_methods.get$first(t1); if (t2._semantics == null) { t3 = B.JSArray_methods.get$first(t1).get$showOnScreen(); - t4 = B.JSArray_methods.get$first(t1)._object$_owner._semanticsOwner; + t4 = B.JSArray_methods.get$first(t1)._owner._semanticsOwner; t4.toString; t5 = $.$get$SemanticsNode__kEmptyConfig(); t5 = new A.SemanticsNode(null, 0, t3, B.Rect_0_0_0_0, t5._isMergingSemanticsOfDescendants, t5._actions, t5._customSemanticsActions, t5._actionsAsBits, t5._flags, t5._semantics$_attributedLabel, t5._semantics$_attributedValue, t5._semantics$_attributedIncreasedValue, t5._semantics$_attributedDecreasedValue, t5._semantics$_attributedHint, t5._tooltip, t5._semantics$_elevation, t5._semantics$_thickness, t5._semantics$_textDirection); @@ -263362,7 +270910,7 @@ t2.toString; t2.set$rect(0, B.JSArray_methods.get$first(t1).get$semanticBounds()); children = A._setArrayType([], type$.JSArray_SemanticsNode); - for (t1 = this._object$_children, t3 = t1.length, _i = 0; _i < t1.length; t1.length === t3 || (0, A.throwConcurrentModificationError)(t1), ++_i) + for (t1 = this._children, t3 = t1.length, _i = 0; _i < t1.length; t1.length === t3 || (0, A.throwConcurrentModificationError)(t1), ++_i) t1[_i].compileChildren$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes(0, parentPaintClipRect, parentSemanticsClipRect, children, siblingNodes); t2.updateWith$2$childrenInInversePaintOrder$config(0, children, null); result.push(t2); @@ -263373,7 +270921,7 @@ markAsExplicit$0() { }, addAll$1(_, fragments) { - B.JSArray_methods.addAll$1(this._object$_children, fragments); + B.JSArray_methods.addAll$1(this._children, fragments); } }; A._IncompleteSemanticsFragment.prototype = { @@ -263462,7 +271010,7 @@ compileChildren$5$elevationAdjustment$parentPaintClipRect$parentSemanticsClipRect$result$siblingNodes(elevationAdjustment, parentPaintClipRect, parentSemanticsClipRect, result, siblingNodes) { var t1, t2, _i, t3, t4, t5, t6, t7, geometry, node, children, childSiblingNodes, siblingNode, _this = this, _null = null, usedSemanticsIds = A.LinkedHashSet_LinkedHashSet$_empty(type$.int), - compilingFragments = _this._object$_children; + compilingFragments = _this._children; for (t1 = _this._object$_siblingMergeGroups, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) compilingFragments = J.followedBy$1$ax(compilingFragments, t1[_i]); if (!_this._isExplicit) { @@ -263594,7 +271142,7 @@ }, addAll$1(_, fragments) { var t1, t2, _i, fragment, t3, t4, _this = this; - for (t1 = fragments.length, t2 = _this._object$_children, _i = 0; _i < fragments.length; fragments.length === t1 || (0, A.throwConcurrentModificationError)(fragments), ++_i) { + for (t1 = fragments.length, t2 = _this._children, _i = 0; _i < fragments.length; fragments.length === t1 || (0, A.throwConcurrentModificationError)(fragments), ++_i) { fragment = fragments[_i]; t2.push(fragment); if (fragment.get$config() == null) @@ -263645,7 +271193,7 @@ t2._scrollExtentMin = t1._scrollExtentMin; t2._actionsAsBits = t1._actionsAsBits; t2._indexInParent = t1._indexInParent; - t2._scrollIndex = t1._scrollIndex; + t2._semantics$_scrollIndex = t1._semantics$_scrollIndex; t2._scrollChildCount = t1._scrollChildCount; t2._platformViewId = t1._platformViewId; t2._maxValueLength = t1._maxValueLength; @@ -263703,6 +271251,7 @@ } } }; + A._PipelineOwner_Object_DiagnosticableTreeMixin.prototype = {}; A._RenderObject_Object_DiagnosticableTreeMixin.prototype = {}; A.PlaceholderSpanIndexSemanticsTag.prototype = { $eq(_, other) { @@ -263813,7 +271362,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A.RenderParagraph.prototype = { set$text(_, value) { @@ -263861,6 +271410,8 @@ t1 = _this._lastSelectableFragments = _this._getSelectableFragments$0(); t2 = _this._registrar; B.JSArray_methods.forEach$1(t1, t2.get$add(t2)); + if (_this._lastSelectableFragments.length !== 0) + _this.markNeedsCompositingBitsUpdate$0(); }, _removeSelectionRegistrarSubscription$0() { var t2, @@ -263901,6 +271452,11 @@ } this._lastSelectableFragments = null; }, + get$alwaysNeedsCompositing() { + var t1 = this._lastSelectableFragments; + t1 = t1 == null ? null : t1.length !== 0; + return t1 === true; + }, markNeedsLayout$0() { var t1 = this._lastSelectableFragments; if (t1 != null) @@ -263910,7 +271466,7 @@ dispose$0() { var _this = this; _this._removeSelectionRegistrarSubscription$0(); - _this._lastSelectableFragments = null; + _this._disposeSelectableFragments$0(); _this._textPainter.dispose$0(); _this.super$RenderObject$dispose(); }, @@ -263943,11 +271499,11 @@ _this._textPainter.set$ellipsis(t1); _this.markNeedsLayout$0(); }, - set$textScaleFactor(value) { + set$textScaler(value) { var t1 = this._textPainter; - if (t1._text_painter$_textScaleFactor === value) + if (t1._text_painter$_textScaler.$eq(0, value)) return; - t1.set$textScaleFactor(value); + t1.set$textScaler(value); this._overflowShader = null; this.markNeedsLayout$0(); }, @@ -264008,7 +271564,7 @@ t1 = _this._textPainter; t1.setPlaceholderDimensions$1(_this.layoutInlineChildren$2(1 / 0, new A.RenderParagraph_computeMinIntrinsicWidth_closure())); _this._layoutText$0(); - return Math.ceil(t1._layoutCache.layout._paragraph.get$minIntrinsicWidth()); + return t1._layoutCache.layout._paragraph.get$minIntrinsicWidth(); }, computeMaxIntrinsicWidth$1(height) { var t1, _this = this; @@ -264017,7 +271573,7 @@ t1 = _this._textPainter; t1.setPlaceholderDimensions$1(_this.layoutInlineChildren$2(1 / 0, new A.RenderParagraph_computeMaxIntrinsicWidth_closure())); _this._layoutText$0(); - return Math.ceil(t1._layoutCache.layout._paragraph.get$maxIntrinsicWidth()); + return t1._layoutCache.layout._paragraph.get$maxIntrinsicWidth(); }, _computeIntrinsicHeight$1(width) { var t1, _this = this; @@ -264027,7 +271583,7 @@ t1.setPlaceholderDimensions$1(_this.layoutInlineChildren$2(width, A.layout_helper_ChildLayoutHelper_dryLayoutChild$closure())); _this._layoutText$2$maxWidth$minWidth(width, width); t1 = t1._layoutCache.layout._paragraph; - return Math.ceil(t1.get$height(t1)); + return t1.get$height(t1); }, computeMinIntrinsicHeight$1(width) { return this._computeIntrinsicHeight$1(width); @@ -264050,10 +271606,18 @@ return true; }, hitTestChildren$2$position(result, position) { - var t1 = this._textPainter, + var span, + t1 = this._textPainter, textPosition = t1.getPositionForOffset$1(position), - span = t1._text_painter$_text.getSpanForPosition$1(textPosition); - if (type$.HitTestTarget._is(span)) { + _0_0 = t1._text_painter$_text.getSpanForPosition$1(textPosition); + if (type$.HitTestTarget._is(_0_0)) { + span = _0_0; + t1 = true; + } else { + span = null; + t1 = false; + } + if (t1) { result.add$1(0, new A.HitTestEntry(span, type$.HitTestEntry_HitTestTarget)); return true; } @@ -264085,7 +271649,7 @@ t1 = t1._layoutCache; t2 = t1.contentWidth; t1 = t1.layout._paragraph; - return constraints.constrain$1(new A.Size(t2, Math.ceil(t1.get$height(t1)))); + return constraints.constrain$1(new A.Size(t2, t1.get$height(t1))); }, performLayout$0() { var t1, t2, t3, textDidExceedMaxLines, didOverflowHeight, didOverflowWidth, t4, fadeSizePainter, fadeStart, fadeEnd, _this = this, _null = null, @@ -264099,7 +271663,7 @@ t2 = t1._layoutCache; t3 = t2.contentWidth; t2 = t2.layout._paragraph; - t2 = Math.ceil(t2.get$height(t2)); + t2 = t2.get$height(t2); textDidExceedMaxLines = t1._layoutCache.layout._paragraph.get$didExceedMaxLines(); _this._box$_size = constraints.constrain$1(new A.Size(t3, t2)); didOverflowHeight = _this.get$size(_this)._dy < t2 || textDidExceedMaxLines; @@ -264120,7 +271684,7 @@ t2 = A.TextSpan$(_null, _null, t1._text_painter$_text.style, "\u2026"); t3 = t1._text_painter$_textDirection; t3.toString; - t4 = t1._text_painter$_textScaleFactor; + t4 = t1._text_painter$_textScaler; fadeSizePainter = A.TextPainter$(_null, t1._text_painter$_locale, _null, _null, t2, B.TextAlign_4, t3, _null, t4, B.TextWidthBasis_0); fadeSizePainter.layout$0(); if (didOverflowWidth) { @@ -264141,7 +271705,7 @@ } else { fadeEnd = _this.get$size(_this)._dy; t1 = fadeSizePainter._layoutCache.layout._paragraph; - _this._overflowShader = A.Gradient_Gradient$linear(new A.Offset(0, fadeEnd - Math.ceil(t1.get$height(t1)) / 2), new A.Offset(0, fadeEnd), A._setArrayType([B.Color_4294967295, B.Color_16777215], type$.JSArray_Color_2), _null, B.TileMode_0, _null); + _this._overflowShader = A.Gradient_Gradient$linear(new A.Offset(0, fadeEnd - t1.get$height(t1) / 2), new A.Offset(0, fadeEnd), A._setArrayType([B.Color_4294967295, B.Color_16777215], type$.JSArray_Color_2), _null, B.TileMode_0, _null); } fadeSizePainter.dispose$0(); break; @@ -264425,7 +271989,7 @@ configuration._setFlag$2(B.SemanticsFlag_8192_isHidden, t2); } newChild = A._Cell$named("newChild"); - t2 = _this._paragraph$_cachedChildNodes; + t2 = _this._cachedChildNodes; t8 = t2 == null ? _null : t2.__js_helper$_length !== 0; if (t8 === true) { t2.toString; @@ -264466,7 +272030,7 @@ currentDirection = currentDirection0; } } - _this._paragraph$_cachedChildNodes = newChildCache; + _this._cachedChildNodes = newChildCache; node.updateWith$2$childrenInInversePaintOrder$config(0, newChildren, config); }, _paragraph$_createShowOnScreenFor$1(key) { @@ -264474,7 +272038,7 @@ }, clearSemantics$0() { this.super$RenderObject$clearSemantics(); - this._paragraph$_cachedChildNodes = null; + this._cachedChildNodes = null; }, debugDescribeChildren$0() { var t1 = this._textPainter._text_painter$_text; @@ -264486,7 +272050,7 @@ call$1(element) { return element._cachedRect = null; }, - $signature: 2684 + $signature: 1376 }; A.RenderParagraph_selectionColor_closure.prototype = { call$1(fragment) { @@ -264494,19 +272058,19 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.status !== B.SelectionStatus_2; }, - $signature: 2682 + $signature: 1377 }; A.RenderParagraph_computeMinIntrinsicWidth_closure.prototype = { call$2(child, constraints) { return new A.Size(child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, 1 / 0, child.get$computeMinIntrinsicWidth()), 0); }, - $signature: 342 + $signature: 440 }; A.RenderParagraph_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, constraints) { return new A.Size(child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, 1 / 0, child.get$computeMaxIntrinsicWidth()), 0); }, - $signature: 342 + $signature: 440 }; A.RenderParagraph__canComputeDryLayoutForInlineWidgets_closure.prototype = { call$1(span) { @@ -264528,12 +272092,12 @@ t1 = true; return t1; }, - $signature: 272 + $signature: 312 }; A.RenderParagraph__createShowOnScreenFor_closure.prototype = { call$0() { var t1 = this.$this, - t2 = t1._paragraph$_cachedChildNodes.$index(0, this.key); + t2 = t1._cachedChildNodes.$index(0, this.key); t2.toString; t1.showOnScreen$2$descendant$rect(t1, t2._semantics$_rect); }, @@ -264595,10 +272159,22 @@ switch (t1.index) { case 0: case 1: - result.set$finalLocalValue(_this._updateSelectionEdge$2$isEnd(type$.SelectionEdgeUpdateEvent._as($event).globalPosition, t1 === B.SelectionEventType_1)); + type$.SelectionEdgeUpdateEvent._as($event); + switch ($event.granularity.index) { + case 0: + result.set$finalLocalValue(_this._updateSelectionEdge$2$isEnd($event.globalPosition, t1 === B.SelectionEventType_1)); + break; + case 1: + result.set$finalLocalValue(_this._updateSelectionEdgeByWord$2$isEnd($event.globalPosition, t1 === B.SelectionEventType_1)); + break; + case 3: + case 2: + break; + } break; case 2: _this._textSelectionEnd = _this._textSelectionStart = null; + _this._selectableContainsOriginWord = false; result.set$finalLocalValue(B.SelectionResult_4); break; case 3: @@ -264654,6 +272230,111 @@ return B.SelectionResult_1; return A.SelectionUtils_getResultBasedOnRect(_this.get$_paragraph$_rect(), localPosition); }, + _closestWordBoundary$2(wordBoundary, position) { + var t1 = position.offset, + t2 = wordBoundary._1, + t3 = wordBoundary._0; + return Math.abs(t1 - t2.offset) < Math.abs(t1 - t3.offset) ? t2 : t3; + }, + _updateSelectionEdgeByWord$2$isEnd(globalPosition, isEnd) { + var t1, transform, localPosition, t2, t3, position, wordBoundary, targetPosition, localWordBoundary, isSamePosition, isSelectionInverted, _this = this, _null = null, + existingSelectionStart = _this._textSelectionStart, + existingSelectionEnd = _this._textSelectionEnd; + if (isEnd) + _this._textSelectionEnd = null; + else + _this._textSelectionStart = null; + t1 = _this.paragraph; + transform = t1.getTransformTo$1(0, _null); + transform.copyInverse$1(transform); + localPosition = A.MatrixUtils_transformPoint(transform, globalPosition); + t2 = _this.get$_paragraph$_rect(); + if (t2.get$isEmpty(t2)) + return A.SelectionUtils_getResultBasedOnRect(_this.get$_paragraph$_rect(), localPosition); + t2 = _this.get$_paragraph$_rect(); + t3 = t1._textPainter._text_painter$_textDirection; + t3.toString; + position = t1.getPositionForOffset$1(A.SelectionUtils_adjustDragOffset(t2, localPosition, t3)); + wordBoundary = !_this.get$_paragraph$_rect().contains$1(0, localPosition) ? _null : _this._getWordBoundaryAtPosition$1(position); + if (isEnd) { + if (wordBoundary != null) + if (_this._selectableContainsOriginWord && existingSelectionStart != null && existingSelectionEnd != null) { + t1 = position.offset; + t2 = existingSelectionStart.offset; + t3 = existingSelectionEnd.offset; + if (t1 !== t2 && t2 > t3 !== t1 < t2) { + targetPosition = t1 < t2 ? wordBoundary._1 : wordBoundary._0; + localWordBoundary = _this._getWordBoundaryAtPosition$1(existingSelectionStart); + t1 = localWordBoundary._1; + _this._textSelectionStart = t2 === t1.offset ? localWordBoundary._0 : t1; + } else if (t1 < t2) + targetPosition = wordBoundary._1; + else + targetPosition = t1 > t2 ? wordBoundary._0 : existingSelectionEnd; + } else if (existingSelectionStart != null) + targetPosition = position.offset < existingSelectionStart.offset ? wordBoundary._1 : wordBoundary._0; + else + targetPosition = _this._closestWordBoundary$2(wordBoundary, position); + else { + if (_this._selectableContainsOriginWord && existingSelectionStart != null && existingSelectionEnd != null) { + t1 = position.offset; + t2 = existingSelectionStart.offset; + isSamePosition = t1 === t2; + isSelectionInverted = t2 > existingSelectionEnd.offset; + if (isSelectionInverted !== t1 < t2 || isSamePosition) { + localWordBoundary = _this._getWordBoundaryAtPosition$1(existingSelectionStart); + _this._textSelectionStart = isSelectionInverted ? localWordBoundary._1 : localWordBoundary._0; + } + } + targetPosition = _null; + } + t1 = targetPosition == null ? position : targetPosition; + } else { + if (wordBoundary != null) + if (_this._selectableContainsOriginWord && existingSelectionStart != null && existingSelectionEnd != null) { + t1 = position.offset; + t2 = existingSelectionEnd.offset; + t3 = existingSelectionStart.offset; + if (t1 !== t2 && t3 > t2 !== t1 > t2) { + targetPosition = t1 < t2 ? wordBoundary._1 : wordBoundary._0; + localWordBoundary = _this._getWordBoundaryAtPosition$1(existingSelectionEnd); + t1 = localWordBoundary._1; + _this._textSelectionEnd = t2 === t1.offset ? localWordBoundary._0 : t1; + } else if (t1 < t2) + targetPosition = wordBoundary._1; + else + targetPosition = t1 > t2 ? wordBoundary._0 : existingSelectionStart; + } else if (existingSelectionEnd != null) + targetPosition = position.offset < existingSelectionEnd.offset ? wordBoundary._1 : wordBoundary._0; + else + targetPosition = _this._closestWordBoundary$2(wordBoundary, position); + else { + if (_this._selectableContainsOriginWord && existingSelectionStart != null && existingSelectionEnd != null) { + t1 = position.offset; + t2 = existingSelectionEnd.offset; + isSelectionInverted = existingSelectionStart.offset > t2; + if (t1 !== t2 && isSelectionInverted !== t1 > t2) { + localWordBoundary = _this._getWordBoundaryAtPosition$1(existingSelectionEnd); + _this._textSelectionEnd = isSelectionInverted ? localWordBoundary._0 : localWordBoundary._1; + } + } + targetPosition = _null; + } + t1 = targetPosition == null ? position : targetPosition; + } + targetPosition = _this._clampTextPosition$1(t1); + if (isEnd) + _this._textSelectionEnd = targetPosition; + else + _this._textSelectionStart = targetPosition; + t1 = targetPosition.offset; + t2 = _this.range; + if (t1 === t2.end) + return B.SelectionResult_0; + if (t1 === t2.start) + return B.SelectionResult_1; + return A.SelectionUtils_getResultBasedOnRect(_this.get$_paragraph$_rect(), localPosition); + }, _clampTextPosition$1(position) { var t4, t1 = position.offset, @@ -264671,36 +272352,43 @@ return position; }, _handleSelectWord$1(globalPosition) { - var word, t2, t3, start, end, _this = this, - t1 = _this.paragraph, - position = t1.getPositionForOffset$1(t1.globalToLocal$1(globalPosition)); - if (_this._positionIsWithinCurrentSelection$1(position)) + var t1, position, wordBoundary, t2, t3, t4, _this = this; + _this._selectableContainsOriginWord = true; + t1 = _this.paragraph; + position = t1.getPositionForOffset$1(t1.globalToLocal$1(globalPosition)); + if (_this._positionIsWithinCurrentSelection$1(position) && !J.$eq$(_this._textSelectionStart, _this._textSelectionEnd)) return B.SelectionResult_2; - word = t1.getWordBoundary$1(position); - t1 = word.start; - t2 = _this.range; - t3 = t2.start; - if (t1 < t3 && word.end < t3) + wordBoundary = _this._getWordBoundaryAtPosition$1(position); + t1 = wordBoundary._1; + t2 = t1.offset; + t3 = _this.range; + t4 = t3.start; + if (t2 < t4 && wordBoundary._0.offset < t4) return B.SelectionResult_1; else { - t2 = t2.end; - if (t1 > t2 && word.end > t2) + t3 = t3.end; + if (t2 > t3 && wordBoundary._0.offset > t3) return B.SelectionResult_0; } - start = A._Cell$named("start"); - end = A._Cell$named("end"); - t2 = position.offset; - t3 = word.end; - if (t2 > t3) - start.__late_helper$_value = end.__late_helper$_value = new A.TextPosition(t2, B.TextAffinity_1); - else { - start.__late_helper$_value = new A.TextPosition(t1, B.TextAffinity_1); - end.__late_helper$_value = new A.TextPosition(t3, B.TextAffinity_0); - } - _this._textSelectionStart = start._readLocal$0(); - _this._textSelectionEnd = end._readLocal$0(); + _this._textSelectionStart = t1; + _this._textSelectionEnd = wordBoundary._0; return B.SelectionResult_2; }, + _getWordBoundaryAtPosition$1(position) { + var word = this.paragraph.getWordBoundary$1(position), + start = A._Cell$named("start"), + end = A._Cell$named("end"), + t1 = position.offset, + t2 = word.end; + if (t1 > t2) + start.__late_helper$_value = end.__late_helper$_value = new A.TextPosition(t1, B.TextAffinity_1); + else { + start.__late_helper$_value = new A.TextPosition(word.start, B.TextAffinity_1); + end.__late_helper$_value = new A.TextPosition(t2, B.TextAffinity_0); + } + t1 = start._readLocal$0(); + return new A._Record_2_wordEnd_wordStart(end._readLocal$0(), t1); + }, _handleDirectionallyExtendSelection$3(horizontalBaseline, isExtent, movement) { var baselineInParagraphCoordinates, targetedEdge, moveResult, newPosition, result, t2, targetedEdge0, _this = this, t1 = _this.paragraph, @@ -264911,7 +272599,7 @@ return t1; }, pushHandleLayers$2(startHandle, endHandle) { - if (this.paragraph._object$_owner == null) + if (this.paragraph._owner == null) return; }, get$_paragraph$_rect() { @@ -265104,7 +272792,7 @@ gestureRecognizer.get$onLongPress(); return gestureRecognizer; }, - $signature: 2677 + $signature: 1402 }; A.PlatformViewRenderBox.prototype = { set$controller(_, controller) { @@ -265150,7 +272838,7 @@ var _this = this; if (value !== _this._PlatformViewGestureMixin__hitTestBehavior) { _this._PlatformViewGestureMixin__hitTestBehavior = value; - if (_this._object$_owner != null) + if (_this._owner != null) _this.markNeedsPaint$0(); } }, @@ -265604,7 +273292,7 @@ didNeedCompositing = t1 && _this._alpha > 0; t2 = _this._alpha; _this._proxy_box$_opacity = value; - t3 = B.JSNumber_methods.round$0(A.clampDouble0(value, 0, 1) * 255); + t3 = B.JSNumber_methods.round$0(A.clampDouble(value, 0, 1) * 255); _this._alpha = t3; if (didNeedCompositing !== (t1 && t3 > 0)) _this.markNeedsCompositingBitsUpdate$0(); @@ -265660,10 +273348,10 @@ t1 = _this.RenderAnimatedOpacityMixin__opacity; if (t1 === value) return; - if (_this._object$_owner != null && t1 != null) + if (_this._owner != null && t1 != null) t1.removeListener$1(0, _this.get$_updateOpacity()); _this.RenderAnimatedOpacityMixin__opacity = value; - if (_this._object$_owner != null) + if (_this._owner != null) value.addListener$1(0, _this.get$_updateOpacity()); _this._updateOpacity$0(); }, @@ -265677,7 +273365,7 @@ var wasRepaintBoundary, _this = this, oldAlpha = _this.RenderAnimatedOpacityMixin__alpha, t1 = _this.RenderAnimatedOpacityMixin__opacity; - t1 = _this.RenderAnimatedOpacityMixin__alpha = B.JSNumber_methods.round$0(A.clampDouble0(t1.get$value(t1), 0, 1) * 255); + t1 = _this.RenderAnimatedOpacityMixin__alpha = B.JSNumber_methods.round$0(A.clampDouble(t1.get$value(t1), 0, 1) * 255); if (oldAlpha !== t1) { wasRepaintBoundary = _this.RenderAnimatedOpacityMixin__currentlyIsRepaintBoundary; t1 = t1 > 0; @@ -265784,7 +273472,7 @@ t2 = newClipper == null; if (t2 || t1 == null || A.getRuntimeTypeOfDartObject(newClipper) !== A.getRuntimeTypeOfDartObject(t1) || newClipper.shouldReclip$1(t1)) _this._markNeedsClip$0(); - if (_this._object$_owner != null) { + if (_this._owner != null) { if (t1 != null) t1.removeListener$1(0, _this.get$_markNeedsClip()); if (!t2) @@ -266121,7 +273809,7 @@ } this.$this.super$RenderProxyBoxMixin$paint(context, offset); }, - $signature: 91 + $signature: 90 }; A.RenderPhysicalShape.prototype = { get$_defaultClip() { @@ -266140,23 +273828,19 @@ return _this.super$RenderBox$hitTest(result, position); }, paint$2(context, offset) { - var t1, t2, t3, offsetPath, canvas, usesSaveLayer, t4, t5, _this = this; + var offsetPath, canvas, t1, t2, t3, usesSaveLayer, t4, t5, _this = this; if (_this.RenderObjectWithChildMixin__child == null) { _this._layerHandle.set$layer(0, null); return; } _this._updateClip$0(); - t1 = _this.get$size(_this); - t2 = offset._dx; - t3 = offset._dy; offsetPath = _this._clip.shift$1(offset); canvas = context.get$canvas(context); - if (_this._proxy_box$_elevation !== 0 && true) { - canvas.drawRect$2(new A.Rect(t2, t3, t2 + t1._dx, t3 + t1._dy).inflate$1(20), $.$get$_transparentPaint()); - t1 = _this._proxy_box$_shadowColor; - t2 = _this._proxy_box$_elevation; + t1 = _this._proxy_box$_elevation; + if (t1 !== 0 && true) { + t2 = _this._proxy_box$_shadowColor; t3 = _this._proxy_box$_color; - canvas.drawShadow$4(offsetPath, t1, t2, (t3.get$value(t3) >>> 24 & 255) !== 255); + canvas.drawShadow$4(offsetPath, t2, t1, (t3.get$value(t3) >>> 24 & 255) !== 255); } usesSaveLayer = _this._proxy_box$_clipBehavior === B.Clip_3; if (!usesSaveLayer) { @@ -266185,7 +273869,7 @@ } this.$this.super$RenderProxyBoxMixin$paint(context, offset); }, - $signature: 91 + $signature: 90 }; A.DecorationPosition.prototype = { _enumToString$0() { @@ -266272,7 +273956,7 @@ _this.markNeedsSemanticsUpdate$0(); }, get$alwaysNeedsCompositing() { - return false; + return this.RenderObjectWithChildMixin__child != null && this._filterQuality != null; }, set$transform(_, value) { var t1, _this = this; @@ -266285,7 +273969,16 @@ _this.markNeedsSemanticsUpdate$0(); }, set$filterQuality(value) { - return; + var t2, didNeedCompositing, _this = this, + t1 = _this._filterQuality; + if (t1 == value) + return; + t2 = _this.RenderObjectWithChildMixin__child != null; + didNeedCompositing = t2 && t1 != null; + _this._filterQuality = value; + if (didNeedCompositing !== (t2 && value != null)) + _this.markNeedsCompositingBitsUpdate$0(); + _this.markNeedsPaint$0(); }, get$_effectiveTransform() { var result, translation, _this = this, @@ -266311,26 +274004,49 @@ return result.addWithPaintTransform$3$hitTest$position$transform(new A.RenderTransform_hitTestChildren_closure(this), position, t1); }, paint$2(context, offset) { - var t1, childOffset, det, t2, t3, t4, t5, _this = this; + var t1, childOffset, det, t2, t3, t4, t5, effectiveTransform, filter, _this = this; if (_this.RenderObjectWithChildMixin__child != null) { t1 = _this.get$_effectiveTransform(); t1.toString; - childOffset = A.MatrixUtils_getAsTranslation(t1); - if (childOffset == null) { - det = t1.determinant$0(); - if (det === 0 || !isFinite(det)) { + if (_this._filterQuality == null) { + childOffset = A.MatrixUtils_getAsTranslation(t1); + if (childOffset == null) { + det = t1.determinant$0(); + if (det === 0 || !isFinite(det)) { + _this._layerHandle.set$layer(0, null); + return; + } + t2 = _this.__RenderObject__needsCompositing_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A.RenderProxyBoxMixin.prototype.get$paint.call(_this); + t4 = _this._layerHandle; + t5 = t4._layer; + t4.set$layer(0, context.pushTransform$5$oldLayer(t2, offset, t1, t3, t5 instanceof A.TransformLayer ? t5 : null)); + } else { + _this.super$RenderProxyBoxMixin$paint(context, offset.$add(0, childOffset)); _this._layerHandle.set$layer(0, null); - return; } - t2 = _this.__RenderObject__needsCompositing_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = A.RenderProxyBoxMixin.prototype.get$paint.call(_this); - t4 = _this._layerHandle; - t5 = t4._layer; - t4.set$layer(0, context.pushTransform$5$oldLayer(t2, offset, t1, t3, t5 instanceof A.TransformLayer ? t5 : null)); } else { - _this.super$RenderProxyBoxMixin$paint(context, offset.$add(0, childOffset)); - _this._layerHandle.set$layer(0, null); + t2 = offset._dx; + t3 = offset._dy; + effectiveTransform = A.Matrix4_Matrix4$translationValues(t2, t3, 0); + effectiveTransform.multiply$1(0, t1); + effectiveTransform.translate$2(0, -t2, -t3); + t3 = _this._filterQuality; + t3.toString; + filter = A.ImageFilter_ImageFilter$matrix(effectiveTransform._vector_math_64$_m4storage, t3); + t1 = _this._layerHandle; + t2 = t1._layer; + if (t2 instanceof A.ImageFilterLayer) { + if (!filter.$eq(0, t2._imageFilter)) { + t2._imageFilter = filter; + t2.markNeedsAddToScene$0(); + } + } else + t1.set$layer(0, new A.ImageFilterLayer(filter, B.Offset_0_0, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2))); + t1 = t1._layer; + t1.toString; + context.pushLayer$3(t1, A.RenderProxyBoxMixin.prototype.get$paint.call(_this), offset); } } }, @@ -266344,7 +274060,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 78 + $signature: 72 }; A.RenderFittedBox.prototype = { _proxy_box$_resolve$0() { @@ -266398,7 +274114,7 @@ var childSize, t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { - childSize = t1.getDryLayout$1(B.BoxConstraints_mlX6); + childSize = t1.getDryLayout$1(B.BoxConstraints_mlX5); switch (this._proxy_box$_fit.index) { case 6: return constraints.constrain$1(new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight).constrainSizeAndAttemptToPreserveAspectRatio$1(childSize)); @@ -266417,7 +274133,7 @@ var t2, t3, unconstrainedSize, _this = this, t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - t1.layout$2$parentUsesSize(B.BoxConstraints_mlX6, true); + t1.layout$2$parentUsesSize(B.BoxConstraints_mlX5, true); switch (_this._proxy_box$_fit.index) { case 6: t1 = type$.BoxConstraints; @@ -266569,7 +274285,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 78 + $signature: 72 }; A.RenderFractionalTranslation.prototype = { set$translation(value) { @@ -266602,7 +274318,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 78 + $signature: 72 }; A.RenderPointerListener.prototype = { computeSizeForNoChild$1(constraints) { @@ -266969,19 +274685,19 @@ var _this = this, _null = null, t1 = value.attributedLabel; t1 = value.label; - t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty4); + t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty3); _this._attributedLabel = t1; t1 = value.attributedValue; t1 = value.value; - t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty4); + t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty3); _this._attributedValue = t1; t1 = value.attributedIncreasedValue; t1 = value.increasedValue; - t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty4); + t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty3); _this._attributedIncreasedValue = t1; t1 = _this._properties.attributedDecreasedValue; t1 = value.decreasedValue; - t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty4); + t1 = t1 == null ? _null : new A.AttributedString(t1, B.List_empty3); _this._attributedDecreasedValue = t1; _this._attributedHint = null; }, @@ -267128,6 +274844,8 @@ config.set$onPaste(0, _this.get$_performPaste()); if (_this._properties.onDidGainAccessibilityFocus != null) config.set$onDidGainAccessibilityFocus(_this.get$_performDidGainAccessibilityFocus()); + if (_this._properties.onDidLoseAccessibilityFocus != null) + config.set$onDidLoseAccessibilityFocus(_this.get$_performDidLoseAccessibilityFocus()); t1 = _this._properties.customSemanticsActions; if (t1 != null) { config._hasBeenAnnotated = true; @@ -267180,6 +274898,11 @@ var t1 = this._properties.onDidGainAccessibilityFocus; if (t1 != null) t1.call$0(); + }, + _performDidLoseAccessibilityFocus$0() { + var t1 = this._properties.onDidLoseAccessibilityFocus; + if (t1 != null) + t1.call$0(); } }; A.RenderBlockSemantics.prototype = { @@ -267322,7 +275045,7 @@ effectiveLinkedOffset = leaderSize == null ? _this._proxy_box$_offset : _this._leaderAnchor.alongSize$1(leaderSize).$sub(0, _this._followerAnchor.alongSize$1(_this.get$size(_this))).$add(0, _this._proxy_box$_offset), t1 = type$.nullable_FollowerLayer; if (t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)) == null) - _this._layerHandle.set$layer(0, new A.FollowerLayer(_this._proxy_box$_link, _this._showWhenUnlinked, offset, effectiveLinkedOffset, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2))); + _this._layerHandle.set$layer(0, new A.FollowerLayer0(_this._proxy_box$_link, _this._showWhenUnlinked, offset, effectiveLinkedOffset, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2))); else { t2 = t1._as(A.RenderObject.prototype.get$layer.call(_this, _this)); if (t2 != null) { @@ -267344,7 +275067,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 78 + $signature: 72 }; A.RenderAnnotatedRegion.prototype = { get$value(_) { @@ -267510,6 +275233,7 @@ return "TextSelectionHandleType." + this._core$_name; } }; + A._SelectionPoint_Object_Diagnosticable.prototype = {}; A.RenderShiftedBox.prototype = { computeMinIntrinsicWidth$1(height) { var t1 = this.RenderObjectWithChildMixin__child; @@ -267570,7 +275294,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A.RenderPadding.prototype = { _shifted_box$_resolve$0() { @@ -267798,9 +275522,9 @@ }; A.RenderConstrainedOverflowBox.prototype = { set$minWidth(_, value) { - if (this._minWidth == value) + if (this._shifted_box$_minWidth == value) return; - this._minWidth = value; + this._shifted_box$_minWidth = value; this.markNeedsLayout$0(); }, set$maxWidth(_, value) { @@ -267832,7 +275556,7 @@ t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { t2 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); - t3 = _this._minWidth; + t3 = _this._shifted_box$_minWidth; if (t3 == null) t3 = t2.minWidth; t4 = _this._shifted_box$_maxWidth; @@ -267973,7 +275697,7 @@ if (A.getRuntimeTypeOfDartObject(newDelegate) !== A.getRuntimeTypeOfDartObject(t1) || newDelegate.shouldRelayout$1(t1)) _this.markNeedsLayout$0(); _this._shifted_box$_delegate = newDelegate; - _this._object$_owner != null; + _this._owner != null; }, attach$1(owner) { this.super$_RenderShiftedBox_RenderBox_RenderObjectWithChildMixin$attach(owner); @@ -268056,6 +275780,26 @@ t1.detach$0(0); } }; + A.SliverLayoutDimensions.prototype = { + $eq(_, other) { + var _this = this; + if (other == null) + return false; + if (_this === other) + return true; + if (!(other instanceof A.SliverLayoutDimensions)) + return false; + return other.scrollOffset === _this.scrollOffset && other.precedingScrollExtent === _this.precedingScrollExtent && other.viewportMainAxisExtent === _this.viewportMainAxisExtent && other.crossAxisExtent === _this.crossAxisExtent; + }, + toString$0(_) { + var _this = this; + return "scrollOffset: " + A.S(_this.scrollOffset) + " precedingScrollExtent: " + A.S(_this.precedingScrollExtent) + " viewportMainAxisExtent: " + A.S(_this.viewportMainAxisExtent) + " crossAxisExtent: " + A.S(_this.crossAxisExtent); + }, + get$hashCode(_) { + var t1 = this.viewportMainAxisExtent; + return A.Object_hash(this.scrollOffset, this.precedingScrollExtent, t1, t1, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + } + }; A.GrowthDirection.prototype = { _enumToString$0() { return "GrowthDirection." + this._core$_name; @@ -268265,7 +276009,7 @@ call$1(result) { return this.child.hitTest$2$position(result, this._box_0.transformedPosition); }, - $signature: 802 + $signature: 786 }; A._SliverGeometry_Object_Diagnosticable.prototype = {}; A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin.prototype = { @@ -268290,8 +276034,16 @@ } }; A.RenderSliverFixedExtentBoxAdaptor.prototype = { + get$itemExtentBuilder() { + return null; + }, + indexToLayoutOffset$2(itemExtent, index) { + this.get$itemExtentBuilder(); + return itemExtent * index; + }, getMinChildIndexForScrollOffset$2(scrollOffset, itemExtent) { var actual, round; + this.get$itemExtentBuilder(); if (itemExtent > 0) { actual = scrollOffset / itemExtent; round = B.JSNumber_methods.round$0(actual); @@ -268303,6 +276055,7 @@ }, getMaxChildIndexForScrollOffset$2(scrollOffset, itemExtent) { var actual, round; + this.get$itemExtentBuilder(); if (itemExtent > 0) { actual = scrollOffset / itemExtent - 1; round = B.JSNumber_methods.round$0(actual); @@ -268312,6 +276065,12 @@ } return 0; }, + computeMaxScrollOffset$2(constraints, itemExtent) { + var t1; + this.get$itemExtentBuilder(); + t1 = this._childManager.get$childCount(); + return t1 * itemExtent; + }, _calculateLeadingGarbage$1(firstIndex) { var t3, walker = this.ContainerRenderObjectMixin__firstChild, @@ -268360,26 +276119,35 @@ } return trailingGarbage; }, + _getChildConstraints$1(index) { + var t1; + this.get$itemExtentBuilder(); + t1 = this.get$itemExtent(); + t1.toString; + return type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(this)).asBoxConstraints$2$maxExtent$minExtent(t1, t1); + }, performLayout$0() { - var itemExtent, t2, scrollOffset, targetEndScrollOffset, childConstraints, firstIndex, targetLastIndex, leadingGarbage, max, t3, t4, index, trailingChildWithLayout, child, t5, estimatedMaxScrollOffset, t6, t7, leadingScrollOffset, trailingScrollOffset, paintExtent, cacheExtent, targetEndScrollOffsetForPaint, targetLastIndexForPaint, _this = this, _null = null, + var itemFixedExtent, t2, scrollOffset, targetEndScrollOffset, firstIndex, targetLastIndex, leadingGarbage, max, t3, t4, index, trailingChildWithLayout, child, t5, estimatedMaxScrollOffset, t6, t7, leadingScrollOffset, trailingScrollOffset, paintExtent, cacheExtent, targetEndScrollOffsetForPaint, targetLastIndexForPaint, _this = this, _null = null, constraints = type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), t1 = _this._childManager; t1._didUnderflow = false; - itemExtent = _this.get$itemExtent(); + itemFixedExtent = _this.get$itemExtent(); + if (itemFixedExtent == null) + itemFixedExtent = 0; t2 = constraints.scrollOffset; scrollOffset = t2 + constraints.cacheOrigin; targetEndScrollOffset = scrollOffset + constraints.remainingCacheExtent; - childConstraints = constraints.asBoxConstraints$2$maxExtent$minExtent(itemExtent, itemExtent); - firstIndex = _this.getMinChildIndexForScrollOffset$2(scrollOffset, itemExtent); - targetLastIndex = isFinite(targetEndScrollOffset) ? _this.getMaxChildIndexForScrollOffset$2(targetEndScrollOffset, itemExtent) : _null; + _this.__RenderSliverFixedExtentBoxAdaptor__currentLayoutDimensions_A = new A.SliverLayoutDimensions(t2, constraints.precedingScrollExtent, constraints.viewportMainAxisExtent, constraints.crossAxisExtent); + firstIndex = _this.getMinChildIndexForScrollOffset$2(scrollOffset, itemFixedExtent); + targetLastIndex = isFinite(targetEndScrollOffset) ? _this.getMaxChildIndexForScrollOffset$2(targetEndScrollOffset, itemFixedExtent) : _null; if (_this.ContainerRenderObjectMixin__firstChild != null) { leadingGarbage = _this._calculateLeadingGarbage$1(firstIndex); _this.collectGarbage$2(leadingGarbage, targetLastIndex != null ? _this._calculateTrailingGarbage$1(targetLastIndex) : 0); } else _this.collectGarbage$2(0, 0); if (_this.ContainerRenderObjectMixin__firstChild == null) - if (!_this.addInitialChild$2$index$layoutOffset(firstIndex, itemExtent * firstIndex)) { - max = firstIndex <= 0 ? 0 : t1.get$childCount() * itemExtent; + if (!_this.addInitialChild$2$index$layoutOffset(firstIndex, _this.indexToLayoutOffset$2(itemFixedExtent, firstIndex))) { + max = firstIndex <= 0 ? 0 : _this.computeMaxScrollOffset$2(constraints, itemFixedExtent); _this._geometry = A.SliverGeometry$(_null, false, _null, _null, max, 0, 0, 0, max, _null); t1.didFinishLayout$0(); return; @@ -268394,23 +276162,29 @@ index = t3 - 1; trailingChildWithLayout = _null; for (; index >= firstIndex; --index) { - child = _this.insertAndLayoutLeadingChild$1(childConstraints); + child = _this.insertAndLayoutLeadingChild$1(_this._getChildConstraints$1(index)); if (child == null) { - _this._geometry = A.SliverGeometry$(_null, false, _null, _null, 0, 0, 0, 0, 0, index * itemExtent); + _this._geometry = A.SliverGeometry$(_null, false, _null, _null, 0, 0, 0, 0, 0, _this.indexToLayoutOffset$2(itemFixedExtent, index)); return; } t3 = child.parentData; t3.toString; - t4._as(t3).layoutOffset = itemExtent * index; + t4._as(t3).layoutOffset = _this.indexToLayoutOffset$2(itemFixedExtent, index); if (trailingChildWithLayout == null) trailingChildWithLayout = child; } if (trailingChildWithLayout == null) { - _this.ContainerRenderObjectMixin__firstChild.layout$1(childConstraints); - trailingChildWithLayout = _this.ContainerRenderObjectMixin__firstChild; - t3 = trailingChildWithLayout.parentData; + t3 = _this.ContainerRenderObjectMixin__firstChild; t3.toString; - t4._as(t3).layoutOffset = itemExtent * firstIndex; + t5 = t3.parentData; + t5.toString; + t5 = t4._as(t5).index; + t5.toString; + t3.layout$1(_this._getChildConstraints$1(t5)); + t5 = _this.ContainerRenderObjectMixin__firstChild.parentData; + t5.toString; + t4._as(t5).layoutOffset = _this.indexToLayoutOffset$2(itemFixedExtent, firstIndex); + trailingChildWithLayout = _this.ContainerRenderObjectMixin__firstChild; } t3 = trailingChildWithLayout.parentData; t3.toString; @@ -268436,19 +276210,19 @@ } else t6 = true; if (t6) { - child = _this.insertAndLayoutChild$2$after(childConstraints, trailingChildWithLayout); + child = _this.insertAndLayoutChild$2$after(_this._getChildConstraints$1(index), trailingChildWithLayout); if (child == null) { - estimatedMaxScrollOffset = index * itemExtent; + estimatedMaxScrollOffset = _this.indexToLayoutOffset$2(itemFixedExtent, index); break; } } else - child.layout$1(childConstraints); + child.layout$1(_this._getChildConstraints$1(index)); t6 = child.parentData; t6.toString; t4._as(t6); t7 = t6.index; t7.toString; - t6.layoutOffset = itemExtent * t7; + t6.layoutOffset = _this.indexToLayoutOffset$2(itemFixedExtent, t7); ++index; trailingChildWithLayout = child; } @@ -268458,13 +276232,13 @@ t3.toString; t3 = t4._as(t3).index; t3.toString; - leadingScrollOffset = itemExtent * firstIndex; - trailingScrollOffset = itemExtent * (t3 + 1); + leadingScrollOffset = _this.indexToLayoutOffset$2(itemFixedExtent, firstIndex); + trailingScrollOffset = _this.indexToLayoutOffset$2(itemFixedExtent, t3 + 1); estimatedMaxScrollOffset = Math.min(estimatedMaxScrollOffset, t1.estimateMaxScrollOffset$5$firstIndex$lastIndex$leadingScrollOffset$trailingScrollOffset(constraints, firstIndex, t3, leadingScrollOffset, trailingScrollOffset)); paintExtent = _this.calculatePaintOffset$3$from$to(constraints, leadingScrollOffset, trailingScrollOffset); cacheExtent = _this.calculateCacheOffset$3$from$to(constraints, leadingScrollOffset, trailingScrollOffset); targetEndScrollOffsetForPaint = t2 + constraints.remainingPaintExtent; - targetLastIndexForPaint = isFinite(targetEndScrollOffsetForPaint) ? _this.getMaxChildIndexForScrollOffset$2(targetEndScrollOffsetForPaint, itemExtent) : _null; + targetLastIndexForPaint = isFinite(targetEndScrollOffsetForPaint) ? _this.getMaxChildIndexForScrollOffset$2(targetEndScrollOffsetForPaint, itemFixedExtent) : _null; _this._geometry = A.SliverGeometry$(cacheExtent, targetLastIndexForPaint != null && t3 >= targetLastIndexForPaint || t2 > 0, _null, _null, estimatedMaxScrollOffset, 0, paintExtent, 0, estimatedMaxScrollOffset, _null); if (estimatedMaxScrollOffset === trailingScrollOffset) t1._didUnderflow = true; @@ -268553,7 +276327,7 @@ return t1; }, performLayout$0() { - var t2, scrollOffset, targetEndScrollOffset, layout, t3, firstIndex, targetLastIndex, t4, t5, leadingGarbage, firstChildGridGeometry, max, leadingScrollOffset, trailingScrollOffset, index, trailingChildWithLayout, gridGeometry, child, t6, t7, childConstraints, t8, t9, estimatedTotalExtent, paintExtent, cacheExtent, _this = this, _null = null, + var t2, scrollOffset, targetEndScrollOffset, layout, t3, firstIndex, targetLastIndex, t4, t5, leadingGarbage, firstChildGridGeometry, max, leadingScrollOffset, trailingScrollOffset, index, trailingChildWithLayout, gridGeometry, child, t6, t7, reachedEnd, childConstraints, t8, t9, estimatedTotalExtent, paintExtent, cacheExtent, _this = this, _null = null, constraints = type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), t1 = _this._childManager; t1._didUnderflow = false; @@ -268634,8 +276408,10 @@ t5 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"); t6 = targetLastIndex != null; while (true) { - if (!(!t6 || index <= targetLastIndex)) + if (!(!t6 || index <= targetLastIndex)) { + reachedEnd = false; break; + } gridGeometry = layout.getGeometryForChildIndex$1(index); t7 = gridGeometry.mainAxisExtent; childConstraints = constraints.asBoxConstraints$3$crossAxisExtent$maxExtent$minExtent(gridGeometry.crossAxisExtent, t7, t7); @@ -268652,8 +276428,10 @@ t8 = true; if (t8) { child = _this.insertAndLayoutChild$2$after(childConstraints, trailingChildWithLayout); - if (child == null) + if (child == null) { + reachedEnd = true; break; + } } else child.layout$1(childConstraints); t8 = child.parentData; @@ -268672,7 +276450,7 @@ t3.toString; t3 = t4._as(t3).index; t3.toString; - estimatedTotalExtent = t1.estimateMaxScrollOffset$5$firstIndex$lastIndex$leadingScrollOffset$trailingScrollOffset(constraints, firstIndex, t3, leadingScrollOffset, trailingScrollOffset); + estimatedTotalExtent = reachedEnd ? trailingScrollOffset : t1.estimateMaxScrollOffset$5$firstIndex$lastIndex$leadingScrollOffset$trailingScrollOffset(constraints, firstIndex, t3, leadingScrollOffset, trailingScrollOffset); paintExtent = _this.calculatePaintOffset$3$from$to(constraints, Math.min(t2, leadingScrollOffset), trailingScrollOffset); cacheExtent = _this.calculateCacheOffset$3$from$to(constraints, leadingScrollOffset, trailingScrollOffset); _this._geometry = A.SliverGeometry$(cacheExtent, estimatedTotalExtent > paintExtent || t2 > 0 || constraints.overlap !== 0, _null, _null, estimatedTotalExtent, 0, paintExtent, 0, estimatedTotalExtent, _null); @@ -268929,7 +276707,7 @@ t1.endScrollOffset = t5 + t4.paintExtentOf$1(t2); return true; }, - $signature: 19 + $signature: 18 }; A.KeepAliveParentDataMixin.prototype = {$isParentData: 1}; A.RenderSliverWithKeepAliveMixin.prototype = { @@ -269271,7 +277049,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 456 + $signature: 450 }; A.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1(constraints) { @@ -269293,7 +277071,7 @@ t3 = A._instanceType(t1)._eval$1("WhereIterable"); B.JSArray_methods.forEach$1(A.List_List$of(new A.WhereIterable(t1, new A.RenderSliverMultiBoxAdaptor_collectGarbage__closure(), t3), true, t3._eval$1("Iterable.E")), t2._childManager.get$removeChild()); }, - $signature: 456 + $signature: 450 }; A.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1(child) { @@ -269301,7 +277079,7 @@ t1.toString; return !type$.SliverMultiBoxAdaptorParentData._as(t1).KeepAliveParentDataMixin_keepAlive; }, - $signature: 762 + $signature: 835 }; A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -269635,7 +277413,7 @@ call$1(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 456 + $signature: 450 }; A.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0() { @@ -269851,7 +277629,7 @@ return this._stack$_computeSize$2$constraints$layoutChild(constraints, A.layout_helper_ChildLayoutHelper_dryLayoutChild$closure()); }, _stack$_computeSize$2$constraints$layoutChild(constraints, layoutChild) { - var t1, t2, t3, t4, t5, t6, width, height, nonPositionedConstraints, child, height0, width0, hasNonPositionedChildren, childSize, _this = this; + var t1, t2, t3, t4, t5, t6, width, height, child, height0, width0, hasNonPositionedChildren, childSize, _this = this; _this._stack$_resolve$0(); if (_this.ContainerRenderObjectMixin__childCount === 0) { t1 = constraints.minWidth; @@ -269866,29 +277644,29 @@ height = constraints.minHeight; switch (_this._fit.index) { case 0: - nonPositionedConstraints = new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight); + t1 = new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight); break; case 1: - nonPositionedConstraints = A.BoxConstraints$tight(new A.Size(A.clampDouble(1 / 0, width, constraints.maxWidth), A.clampDouble(1 / 0, height, constraints.maxHeight))); + t1 = A.BoxConstraints$tight(new A.Size(A.clampDouble(1 / 0, width, constraints.maxWidth), A.clampDouble(1 / 0, height, constraints.maxHeight))); break; case 2: - nonPositionedConstraints = constraints; + t1 = constraints; break; default: - nonPositionedConstraints = null; + t1 = null; } child = _this.ContainerRenderObjectMixin__firstChild; - for (t1 = type$.StackParentData, height0 = height, width0 = width, hasNonPositionedChildren = false; child != null;) { - t2 = child.parentData; - t2.toString; - t1._as(t2); - if (!t2.get$isPositioned()) { - childSize = layoutChild.call$2(child, nonPositionedConstraints); + for (t2 = type$.StackParentData, height0 = height, width0 = width, hasNonPositionedChildren = false; child != null;) { + t3 = child.parentData; + t3.toString; + t2._as(t3); + if (!t3.get$isPositioned()) { + childSize = layoutChild.call$2(child, t1); width0 = Math.max(width0, childSize._dx); height0 = Math.max(height0, childSize._dy); hasNonPositionedChildren = true; } - child = t2.ContainerParentDataMixin_nextSibling; + child = t3.ContainerParentDataMixin_nextSibling; } return hasNonPositionedChildren ? new A.Size(width0, height0) : new A.Size(A.clampDouble(1 / 0, width, constraints.maxWidth), A.clampDouble(1 / 0, height, constraints.maxHeight)); }, @@ -269967,25 +277745,25 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 109 + $signature: 114 }; A.RenderStack_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 109 + $signature: 114 }; A.RenderStack_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 109 + $signature: 114 }; A.RenderStack_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 109 + $signature: 114 }; A.RenderIndexedStack.prototype = { visitChildrenForSemantics$1(visitor) { @@ -270052,7 +277830,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A._RenderStack_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -270730,13 +278508,13 @@ call$2(a, b) { return a + b; }, - $signature: 211 + $signature: 216 }; A.RenderTable_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A.AlignmentGeometryTween.prototype = { lerp$1(t) { @@ -270761,14 +278539,20 @@ A.RenderView.prototype = { set$configuration(value) { var oldConfiguration, t1, t2, _this = this; - if (_this._view$_configuration.$eq(0, value)) + if (J.$eq$(_this._view0$_configuration, value)) return; - oldConfiguration = _this._view$_configuration; - _this._view$_configuration = value; - t1 = oldConfiguration.devicePixelRatio; - t1 = A.Matrix4_Matrix4$diagonal3Values(t1, t1, 1); - t2 = _this._view$_configuration.devicePixelRatio; - if (!t1.$eq(0, A.Matrix4_Matrix4$diagonal3Values(t2, t2, 1))) { + oldConfiguration = _this._view0$_configuration; + _this._view0$_configuration = value; + if (_this._rootTransform == null) + return; + if (oldConfiguration == null) + t1 = null; + else { + t1 = oldConfiguration.devicePixelRatio; + t1 = A.Matrix4_Matrix4$diagonal3Values(t1, t1, 1); + } + t2 = _this._view0$_configuration.devicePixelRatio; + if (!J.$eq$(t1, A.Matrix4_Matrix4$diagonal3Values(t2, t2, 1))) { t1 = _this._updateMatricesAndCreateNewRootLayer$0(); t2 = _this._layerHandle; t2._layer.detach$0(0); @@ -270777,9 +278561,16 @@ } _this.markNeedsLayout$0(); }, + prepareInitialFrame$0() { + var _this = this; + _this._relayoutBoundary = _this; + _this._owner._nodesNeedingLayout.push(_this); + _this._layerHandle.set$layer(0, _this._updateMatricesAndCreateNewRootLayer$0()); + _this._owner._nodesNeedingPaint.push(_this); + }, _updateMatricesAndCreateNewRootLayer$0() { var rootLayer, - t1 = this._view$_configuration.devicePixelRatio; + t1 = this._view0$_configuration.devicePixelRatio; t1 = A.Matrix4_Matrix4$diagonal3Values(t1, t1, 1); this._rootTransform = t1; rootLayer = A.TransformLayer$(t1); @@ -270790,19 +278581,12 @@ }, performLayout$0() { var t2, - t1 = this._view$_configuration.size; - this._view$_size = t1; + t1 = this._view0$_configuration.size; + this._view0$_size = t1; t2 = this.RenderObjectWithChildMixin__child; if (t2 != null) t2.layout$1(A.BoxConstraints$tight(t1)); }, - hitTest$2$position(result, position) { - var t1 = this.RenderObjectWithChildMixin__child; - if (t1 != null) - t1.hitTest$2$position(A.BoxHitTestResult$wrap(result), position); - result.add$1(0, new A.HitTestEntry(this, type$.HitTestEntry_HitTestTarget)); - return true; - }, get$isRepaintBoundary() { return true; }, @@ -270879,14 +278663,14 @@ A.SystemChrome_setSystemUIOverlayStyle(new A.SystemUiOverlayStyle(t5, t6, t7, isAndroid ? definedOverlayStyle.systemNavigationBarContrastEnforced : _null, t3, t1, t2, t4)); }, get$paintBounds() { - var t1 = this._view$_size.$mul(0, this._view$_configuration.devicePixelRatio); + var t1 = this._view0$_size.$mul(0, this._view0$_configuration.devicePixelRatio); return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, get$semanticBounds() { var t2, t1 = this._rootTransform; t1.toString; - t2 = this._view$_size; + t2 = this._view0$_size; return A.MatrixUtils_transformRect(t1, new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy)); } }; @@ -270942,10 +278726,10 @@ t1 = _this._viewport$_offset; if (value === t1) return; - if (_this._object$_owner != null) + if (_this._owner != null) t1.removeListener$1(0, _this.get$markNeedsLayout()); _this._viewport$_offset = value; - if (_this._object$_owner != null) + if (_this._owner != null) value.addListener$1(0, _this.get$markNeedsLayout()); _this.markNeedsLayout$0(); }, @@ -271153,9 +278937,10 @@ } return false; }, - getOffsetToReveal$3$rect(target, alignment, rect) { - var pivot, child, leadingScrollOffset, t1, t2, growthDirection, pivotExtent, rectLocal, targetMainAxisExtent, isPinned, targetRect, extentOfPinnedSlivers, mainAxisExtent, targetOffset, offsetDifference, _this = this, _null = null, - onlySlivers = target instanceof A.RenderSliver; + getOffsetToReveal$4$axis$rect(target, alignment, axis, rect) { + var onlySlivers, pivot, child, leadingScrollOffset, t1, t2, growthDirection, pivotExtent, rectLocal, targetMainAxisExtent, isPinned, targetRect, extentOfPinnedSlivers, mainAxisExtent, targetOffset, offsetDifference, _this = this, _null = null; + axis = A.axisDirectionToAxis(_this._viewport$_axisDirection); + onlySlivers = target instanceof A.RenderSliver; for (pivot = _null, child = target, leadingScrollOffset = 0; child.get$parent(child) !== _this; child = t1) { t1 = child.get$parent(child); t1.toString; @@ -271175,7 +278960,7 @@ t1.toString; type$.RenderSliver._as(t1); growthDirection = type$.SliverConstraints._as(A.RenderObject.prototype.get$constraints.call(t1)).growthDirection; - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + switch (axis.index) { case 0: pivotExtent = pivot.get$size(pivot)._dx; break; @@ -271195,7 +278980,7 @@ growthDirection = t1._as(A.RenderObject.prototype.get$constraints.call(target)).growthDirection; pivotExtent = target._geometry.scrollExtent; if (rect == null) - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + switch (axis.index) { case 0: rect = new A.Rect(0, 0, 0 + pivotExtent, 0 + t1._as(A.RenderObject.prototype.get$constraints.call(target)).crossAxisExtent); break; @@ -271249,7 +279034,7 @@ case 1: if (isPinned && alignment >= 1) return new A.RevealedOffset(-1 / 0, targetRect); - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + switch (axis.index) { case 1: leadingScrollOffset -= targetRect.bottom - targetRect.top; break; @@ -271259,7 +279044,7 @@ } break; } - switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { + switch (axis.index) { case 0: mainAxisExtent = _this.get$size(_this)._dx - extentOfPinnedSlivers; break; @@ -271289,6 +279074,9 @@ } return new A.RevealedOffset(targetOffset, targetRect); }, + getOffsetToReveal$3$rect(target, alignment, rect) { + return this.getOffsetToReveal$4$axis$rect(target, alignment, null, rect); + }, computeAbsolutePaintOffset$3(child, layoutOffset, growthDirection) { var _this = this; switch (A.applyGrowthDirectionToAxisDirection(_this._viewport$_axisDirection, growthDirection).index) { @@ -271346,7 +279134,7 @@ var t1 = sliver._geometry; return t1.visible || t1.cacheExtent > 0; }, - $signature: 2656 + $signature: 1409 }; A.RenderViewportBase_hitTestChildren_closure.prototype = { call$1(result) { @@ -271356,7 +279144,7 @@ t3 = _this.$this.computeChildMainAxisPosition$2(t1, t2.mainAxisPosition); return t1.hitTest$3$crossAxisPosition$mainAxisPosition(_this.sliverResult, t2.crossAxisPosition, t3); }, - $signature: 802 + $signature: 786 }; A.RenderViewport.prototype = { setupParentData$1(child) { @@ -271364,9 +279152,9 @@ child.parentData = new A.SliverPhysicalContainerParentData(null, null, B.Offset_0_0); }, set$anchor(value) { - if (value === this._viewport$_anchor) + if (value === this._anchor) return; - this._viewport$_anchor = value; + this._anchor = value; this.markNeedsLayout$0(); }, set$center(value) { @@ -271422,7 +279210,7 @@ t2 = _this._viewport$_offset; t3 = _this.__RenderViewport__minScrollExtent_A; t3 === $ && A.throwUnnamedLateFieldNI(); - t4 = _this._viewport$_anchor; + t4 = _this._anchor; t3 = Math.min(0, t3 + mainAxisExtent * t4); t5 = _this.__RenderViewport__maxScrollExtent_A; t5 === $ && A.throwUnnamedLateFieldNI(); @@ -271441,7 +279229,7 @@ var centerOffset, reverseDirectionRemainingPaintExtent, t1, forwardDirectionRemainingPaintExtent, t2, fullCacheExtent, centerCacheOffset, reverseDirectionRemainingCacheExtent, forwardDirectionRemainingCacheExtent, t3, leadingNegativeChild, t4, result, t5, _this = this; _this.__RenderViewport__maxScrollExtent_A = _this.__RenderViewport__minScrollExtent_A = 0; _this._viewport$_hasVisualOverflow = false; - centerOffset = mainAxisExtent * _this._viewport$_anchor - correctedOffset; + centerOffset = mainAxisExtent * _this._anchor - correctedOffset; reverseDirectionRemainingPaintExtent = A.clampDouble(centerOffset, 0, mainAxisExtent); t1 = mainAxisExtent - centerOffset; forwardDirectionRemainingPaintExtent = A.clampDouble(t1, 0, mainAxisExtent); @@ -271653,7 +279441,7 @@ child.parentData = new A.SliverLogicalContainerParentData(null, null); }, performLayout$0() { - var mainAxisExtent, crossAxisExtent, t1, t2, t3, t4, effectiveExtent, t5, correction, didAcceptViewportDimension, t6, didAcceptContentDimension, _this = this, + var mainAxisExtent, crossAxisExtent, t1, t2, t3, t4, effectiveExtent, t5, correction, t6, didAcceptViewportDimension, didAcceptContentDimension, _this = this, constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); if (_this.ContainerRenderObjectMixin__firstChild == null) { switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { @@ -271683,18 +279471,17 @@ mainAxisExtent = null; crossAxisExtent = null; } - t1 = constraints.minWidth; - t2 = constraints.maxWidth; - t3 = constraints.minHeight; - t4 = constraints.maxHeight; - effectiveExtent = null; - do { + for (t1 = constraints.minWidth, t2 = constraints.maxWidth, t3 = constraints.minHeight, t4 = constraints.maxHeight, effectiveExtent = null; true;) { t5 = _this._viewport$_offset._pixels; t5.toString; correction = _this._attemptLayout$3(mainAxisExtent, crossAxisExtent, t5); - if (correction !== 0) - _this._viewport$_offset.correctBy$1(correction); - else { + if (correction !== 0) { + t5 = _this._viewport$_offset; + t6 = t5._pixels; + t6.toString; + t5._pixels = t6 + correction; + t5._didChangeViewportDimensionOrReceiveCorrection = true; + } else { switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { case 1: t5 = _this.__RenderShrinkWrappingViewport__shrinkWrapExtent_A; @@ -271715,7 +279502,7 @@ if (didAcceptViewportDimension && didAcceptContentDimension) break; } - } while (true); + } switch (A.axisDirectionToAxis(_this._viewport$_axisDirection).index) { case 1: _this._box$_size = new A.Size(A.clampDouble(crossAxisExtent, t1, t2), A.clampDouble(effectiveExtent, t3, t4)); @@ -272331,10 +280118,7 @@ A._RenderWrap_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin.prototype = {}; A._TaskEntry.prototype = { run$0() { - var t1 = this.debugLabel; - if (t1 == null) - t1 = "Scheduled Task"; - A.Timeline_timeSync(t1, new A._TaskEntry_run_closure(this), null); + A.Timeline_timeSync(this.debugLabel, new A._TaskEntry_run_closure(this), null); }, get$task() { return this.task; @@ -272414,26 +280198,6 @@ break; } }, - scheduleTask$1$3$debugLabel(task, priority, debugLabel, $T) { - var t4, newCapacity, newQueue, - t1 = this.SchedulerBinding__taskQueue, - t2 = t1._priority_queue$_length, - t3 = new A._Future($.Zone__current, $T._eval$1("_Future<0>")); - ++t1._priority_queue$_modificationCount; - t4 = t1._priority_queue$_queue.length; - if (t2 === t4) { - newCapacity = t4 * 2 + 1; - if (newCapacity < 7) - newCapacity = 7; - newQueue = A.List_List$filled(newCapacity, null, false, t1.$ti._eval$1("1?")); - B.JSArray_methods.setRange$3(newQueue, 0, t1._priority_queue$_length, t1._priority_queue$_queue); - t1._priority_queue$_queue = newQueue; - } - t1._bubbleUp$2(new A._TaskEntry(task, priority._priority$_value, debugLabel, null, new A._AsyncCompleter(t3, $T._eval$1("_AsyncCompleter<0>")), $T._eval$1("_TaskEntry<0>")), t1._priority_queue$_length++); - if (t2 === 0 && this._lockCount <= 0) - this._ensureEventLoopCallback$0(); - return t3; - }, _ensureEventLoopCallback$0() { if (this.SchedulerBinding__hasRequestedAnEventLoopCallback) return; @@ -272446,7 +280210,7 @@ this._ensureEventLoopCallback$0(); }, handleEventLoopCallback$0() { - var entry, exception, exceptionStack, newLength, last, exception0, _this = this, + var entry, exception, exceptionStack, last, exception0, _this = this, _s10_ = "No element", t1 = _this.SchedulerBinding__taskQueue, t2 = t1._priority_queue$_length === 0; @@ -272462,11 +280226,8 @@ A.throwExpression(A.StateError$(_s10_)); ++t1._priority_queue$_modificationCount; t1._elementAt$1(0); - newLength = t1._priority_queue$_length - 1; - last = t1._elementAt$1(newLength); - t1._priority_queue$_queue[newLength] = null; - t1._priority_queue$_length = newLength; - if (newLength > 0) + last = t1._removeLast$0(); + if (t1._priority_queue$_length > 0) t1._bubbleDown$2(last, 0); entry.run$0(); } catch (exception0) { @@ -272552,16 +280313,18 @@ this.SchedulerBinding__hasScheduledFrame = true; }, scheduleWarmUpFrame$0() { - var timelineTask, hadScheduledFrame, _this = this; + var debugTimelineTask, hadScheduledFrame, _this = this, t1 = {}; if (_this.SchedulerBinding__warmUpFrame || _this.SchedulerBinding__schedulerPhase !== B.SchedulerPhase_0) return; _this.SchedulerBinding__warmUpFrame = true; - timelineTask = A.TimelineTask$(); - timelineTask.start$1(0, "Warm-up frame"); + t1.debugTimelineTask = null; + debugTimelineTask = A.TimelineTask$(); + debugTimelineTask.start$1(0, "Warm-up frame"); + t1.debugTimelineTask = debugTimelineTask; hadScheduledFrame = _this.SchedulerBinding__hasScheduledFrame; A.Timer_Timer(B.Duration_0, new A.SchedulerBinding_scheduleWarmUpFrame_closure(_this)); A.Timer_Timer(B.Duration_0, new A.SchedulerBinding_scheduleWarmUpFrame_closure0(_this, hadScheduledFrame)); - _this.lockEvents$1(new A.SchedulerBinding_scheduleWarmUpFrame_closure1(_this, timelineTask)); + _this.lockEvents$1(new A.SchedulerBinding_scheduleWarmUpFrame_closure1(t1, _this)); }, resetEpoch$0() { var _this = this; @@ -272632,21 +280395,21 @@ } }, handleDrawFrame$0() { - var callback, localPostFrameCallbacks, callback0, t2, t3, _i, t4, _this = this, + var callback, localPostFrameCallbacks, callback0, t2, t3, t4, _i, t5, _this = this, t1 = _this.SchedulerBinding__frameTimelineTask; t1.finish$0(0); try { _this.SchedulerBinding__schedulerPhase = B.SchedulerPhase_3; - for (t2 = _this.SchedulerBinding__persistentCallbacks, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { - callback = t2[_i]; - t4 = _this.SchedulerBinding__currentFrameTimeStamp; - t4.toString; - _this._invokeFrameCallback$2(callback, t4); + for (t2 = type$.void_Function_Duration, t3 = A.List_List$of(_this.SchedulerBinding__persistentCallbacks, true, t2), t4 = t3.length, _i = 0; _i < t4; ++_i) { + callback = t3[_i]; + t5 = _this.SchedulerBinding__currentFrameTimeStamp; + t5.toString; + _this._invokeFrameCallback$2(callback, t5); } _this.SchedulerBinding__schedulerPhase = B.SchedulerPhase_4; - t2 = _this.SchedulerBinding__postFrameCallbacks; - localPostFrameCallbacks = A.List_List$of(t2, true, type$.void_Function_Duration); - B.JSArray_methods.clear$0(t2); + t3 = _this.SchedulerBinding__postFrameCallbacks; + localPostFrameCallbacks = A.List_List$of(t3, true, t2); + B.JSArray_methods.clear$0(t3); for (t2 = localPostFrameCallbacks, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { callback0 = t2[_i]; t4 = _this.SchedulerBinding__currentFrameTimeStamp; @@ -272689,7 +280452,7 @@ t1.SchedulerBinding__nextFrameCompleter.complete$0(0); t1.SchedulerBinding__nextFrameCompleter = null; }, - $signature: 11 + $signature: 12 }; A.SchedulerBinding_scheduleWarmUpFrame_closure.prototype = { call$0() { @@ -272724,7 +280487,7 @@ return A._asyncAwait($async$self.$this.get$endOfFrame(), $async$call$0); case 2: // returning from await. - $async$self.timelineTask.finish$0(0); + $async$self._box_0.debugTimelineTask.finish$0(0); // implicit return return A._asyncReturn(null, $async$completer); } @@ -272739,7 +280502,7 @@ t1.SchedulerBinding__hasScheduledFrame = false; t1.scheduleFrame$0(); }, - $signature: 11 + $signature: 12 }; A.SchedulerBinding_handleBeginFrame_closure.prototype = { call$2(id, callbackEntry) { @@ -272751,20 +280514,7 @@ t1._invokeFrameCallback$3(callbackEntry.callback, t2, callbackEntry.debugStack); } }, - $signature: 2648 - }; - A.Priority.prototype = { - get$value(_) { - return this._priority$_value; - }, - $add(_, offset) { - if (Math.abs(offset) > 10000) - offset = 10000 * B.JSInt_methods.get$sign(offset); - return new A.Priority(this._priority$_value + offset); - }, - $sub(_, offset) { - return this.$add(0, -offset); - } + $signature: 1434 }; A.Ticker.prototype = { set$muted(_, value) { @@ -272940,27 +280690,27 @@ $isException: 1 }; A.SemanticsBinding.prototype = { - get$_binding1$_semanticsEnabled() { - var result, + get$_binding0$_semanticsEnabled() { + var t1, t2, value = this.SemanticsBinding___SemanticsBinding__semanticsEnabled_FI; if (value === $) { - result = A.ValueNotifier$($.$get$EnginePlatformDispatcher__instance().configuration.semanticsEnabled, type$.bool); - this.SemanticsBinding___SemanticsBinding__semanticsEnabled_FI !== $ && A.throwUnnamedLateFieldADI(); - this.SemanticsBinding___SemanticsBinding__semanticsEnabled_FI = result; - value = result; + t1 = $.$get$EnginePlatformDispatcher__instance().configuration; + t2 = $.$get$ChangeNotifier__emptyListeners(); + value !== $ && A.throwUnnamedLateFieldADI(); + value = this.SemanticsBinding___SemanticsBinding__semanticsEnabled_FI = new A.ValueNotifier(t1.semanticsEnabled, t2, type$.ValueNotifier_bool); } return value; }, _didDisposeSemanticsHandle$0() { --this.SemanticsBinding__outstandingHandles; - this.get$_binding1$_semanticsEnabled().set$value(0, this.SemanticsBinding__outstandingHandles > 0); + this.get$_binding0$_semanticsEnabled().set$value(0, this.SemanticsBinding__outstandingHandles > 0); }, _handleSemanticsEnabledChanged$0() { var t1, _this = this; if ($.$get$EnginePlatformDispatcher__instance().configuration.semanticsEnabled) { if (_this.SemanticsBinding__semanticsHandle == null) { ++_this.SemanticsBinding__outstandingHandles; - _this.get$_binding1$_semanticsEnabled().set$value(0, true); + _this.get$_binding0$_semanticsEnabled().set$value(0, true); _this.SemanticsBinding__semanticsHandle = new A.SemanticsHandle(_this.get$_didDisposeSemanticsHandle()); } } else { @@ -272980,11 +280730,15 @@ decodedAction = new A.SemanticsActionEvent(action.type, action.viewId, action.nodeId, t1); } else decodedAction = action; - t1 = this.RendererBinding___RendererBinding__pipelineOwner_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._semanticsOwner; - if (t1 != null) - t1.performAction$3(decodedAction.nodeId, decodedAction.type, decodedAction.$arguments); + t1 = this.RendererBinding__viewIdToRenderView.$index(0, decodedAction.viewId); + if (t1 != null) { + t1 = t1._owner; + if (t1 != null) { + t1 = t1._semanticsOwner; + if (t1 != null) + t1.performAction$3(decodedAction.nodeId, decodedAction.type, decodedAction.$arguments); + } + } } }; A.SemanticsHandle.prototype = { @@ -273040,7 +280794,7 @@ $eq(_, other) { if (other == null) return false; - return J.get$runtimeType$(other) === A.getRuntimeTypeOfDartObject(this) && other instanceof A.AttributedString && other.string === this.string && A.listEquals0(other.attributes, this.attributes); + return J.get$runtimeType$(other) === A.getRuntimeTypeOfDartObject(this) && other instanceof A.AttributedString && other.string === this.string && A.listEquals(other.attributes, this.attributes); }, get$hashCode(_) { return A.Object_hash(this.string, this.attributes, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); @@ -273201,7 +280955,7 @@ attach$1(owner) { var t1, t2, _i, _this = this; _this._semantics$_owner = owner; - for (t1 = owner._semantics$_nodes; t1.containsKey$1(0, _this._semantics$_id);) + for (t1 = owner._nodes; t1.containsKey$1(0, _this._semantics$_id);) _this._semantics$_id = $.SemanticsNode__lastIdentifier = ($.SemanticsNode__lastIdentifier + 1) % 65535; t1.$indexSet(0, _this._semantics$_id, _this); owner._detachedNodes.remove$1(0, _this); @@ -273216,7 +280970,7 @@ }, detach$0(_) { var t1, t2, _i, child, _this = this; - _this._semantics$_owner._semantics$_nodes.remove$1(0, _this._semantics$_id); + _this._semantics$_owner._nodes.remove$1(0, _this._semantics$_id); _this._semantics$_owner._detachedNodes.add$1(0, _this); _this._semantics$_owner = null; t1 = _this._semantics$_children; @@ -273235,7 +280989,7 @@ _this._semantics$_dirty = true; t1 = _this._semantics$_owner; if (t1 != null) - t1._semantics$_dirtyNodes.add$1(0, _this); + t1._dirtyNodes.add$1(0, _this); }, get$value(_) { return this._semantics$_attributedValue.string; @@ -273267,13 +281021,13 @@ _this._scrollExtentMin = config._scrollExtentMin; _this._mergeAllDescendantsIntoThisNode = config._isMergingSemanticsOfDescendants; _this._scrollChildCount = config._scrollChildCount; - _this._scrollIndex = config._scrollIndex; + _this._semantics$_scrollIndex = config._semantics$_scrollIndex; _this.indexInParent = config._indexInParent; _this._platformViewId = config._platformViewId; _this._maxValueLength = config._maxValueLength; _this._currentValueLength = config._currentValueLength; _this._areUserActionsBlocked = config.isBlockingUserActions; - _this._replaceChildren$1(childrenInInversePaintOrder == null ? B.List_empty31 : childrenInInversePaintOrder); + _this._replaceChildren$1(childrenInInversePaintOrder == null ? B.List_empty33 : childrenInInversePaintOrder); }, updateWith$1$config($receiver, config) { return this.updateWith$2$childrenInInversePaintOrder$config($receiver, null, config); @@ -273293,7 +281047,7 @@ _box_0.mergedTags = t1 == null ? null : A.LinkedHashSet_LinkedHashSet$of(t1, type$.SemanticsTag); _box_0.textSelection = _this._textSelection; _box_0.scrollChildCount = _this._scrollChildCount; - _box_0.scrollIndex = _this._scrollIndex; + _box_0.scrollIndex = _this._semantics$_scrollIndex; _box_0.scrollPosition = _this._scrollPosition; _box_0.scrollExtentMax = _this._scrollExtentMax; _box_0.scrollExtentMin = _this._scrollExtentMin; @@ -273350,7 +281104,7 @@ childrenInHitTestOrder = childrenInTraversalOrder; } else { childCount = _this._semantics$_children.length; - sortedChildren = _this._childrenInTraversalOrder$0(); + sortedChildren = _this._semantics$_childrenInTraversalOrder$0(); childrenInTraversalOrder = new Int32Array(childCount); for (i = 0; i < childCount; ++i) childrenInTraversalOrder[i] = sortedChildren[i]._semantics$_id; @@ -273402,10 +281156,10 @@ if (t15 == null) t15 = $.$get$SemanticsNode__kIdentityTransform(); t16 = customSemanticsActionIds == null ? $.$get$SemanticsNode__kEmptyCustomSemanticsActionsList() : customSemanticsActionIds; - builder._nodeUpdates.push(new A.SemanticsNodeUpdate(t1, data.flags, data.actions, t9, t7, t8, t10, t11, t12, t13, t14, data.rect, t2.string, t2.attributes, t6.string, t6.attributes, t3.string, t3.attributes, t4.string, t4.attributes, t5.string, t5.attributes, data.tooltip, data.textDirection, A.toMatrix32(t15), childrenInTraversalOrder, childrenInHitTestOrder, t16, data.thickness)); + builder._ui$_nodeUpdates.push(new A.SemanticsNodeUpdate(t1, data.flags, data.actions, t9, t7, t8, t10, t11, t12, t13, t14, data.rect, t2.string, t2.attributes, t6.string, t6.attributes, t3.string, t3.attributes, t4.string, t4.attributes, t5.string, t5.attributes, data.tooltip, data.textDirection, A.toMatrix32(t15), childrenInTraversalOrder, childrenInHitTestOrder, t16, data.thickness)); _this._semantics$_dirty = false; }, - _childrenInTraversalOrder$0() { + _semantics$_childrenInTraversalOrder$0() { var t1, childrenInDefaultOrder, everythingSorted, sortNodes, lastSortKey, position, child, sortKey, isCompatibleWithPreviousSortKey, inheritedTextDirection = this._semantics$_textDirection, ancestor = this._semantics$_parent; @@ -273438,15 +281192,8 @@ else isCompatibleWithPreviousSortKey = true; if (!isCompatibleWithPreviousSortKey && sortNodes.length !== 0) { - if (lastSortKey != null) { - if (!!sortNodes.immutable$list) - A.throwExpression(A.UnsupportedError$("sort")); - t1 = sortNodes.length - 1; - if (t1 - 0 <= 32) - A.Sort__insertionSort(sortNodes, 0, t1, J._interceptors_JSArray__compareAny$closure()); - else - A.Sort__dualPivotQuicksort(sortNodes, 0, t1, J._interceptors_JSArray__compareAny$closure()); - } + if (lastSortKey != null) + B.JSArray_methods.sort$0(sortNodes); B.JSArray_methods.addAll$1(everythingSorted, sortNodes); B.JSArray_methods.clear$0(sortNodes); } @@ -273486,12 +281233,12 @@ debugListChildrenInOrder$1(childOrder) { var t1 = this._semantics$_children; if (t1 == null) - return B.List_empty31; + return B.List_empty33; switch (childOrder.index) { case 0: return t1; case 1: - return this._childrenInTraversalOrder$0(); + return this._semantics$_childrenInTraversalOrder$0(); } }, $isDiagnosticableTree: 1 @@ -273512,7 +281259,7 @@ if (t1.scrollChildCount == null) t1.scrollChildCount = node._scrollChildCount; if (t1.scrollIndex == null) - t1.scrollIndex = node._scrollIndex; + t1.scrollIndex = node._semantics$_scrollIndex; if (t1.scrollPosition == null) t1.scrollPosition = node._scrollPosition; if (t1.scrollExtentMax == null) @@ -273556,19 +281303,19 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 461 + $signature: 452 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1(sortNode) { return sortNode.node; }, - $signature: 2636 + $signature: 1438 }; A.SemanticsNode_debugDescribeChildren_closure.prototype = { call$1(node) { return A._SemanticsDiagnosticableNode$(this.childOrder, null, B.DiagnosticsTreeStyle_1, node); }, - $signature: 2635 + $signature: 1439 }; A._BoxEdge.prototype = { compareTo$1(_, other) { @@ -273663,7 +281410,7 @@ call$1(group) { return group.sortedWithinKnot$0(); }, - $signature: 759 + $signature: 785 }; A._SemanticsSortGroup_sortedWithinKnot_closure.prototype = { call$2(a, b) { @@ -273677,7 +281424,7 @@ return -verticalDiff; return -B.JSNumber_methods.compareTo$1(aTopLeft._dx, bTopLeft._dx); }, - $signature: 463 + $signature: 454 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1(id) { @@ -273694,13 +281441,13 @@ } _this.sortedIds.push(id); }, - $signature: 73 + $signature: 75 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1(node) { return node._semantics$_id; }, - $signature: 2632 + $signature: 1442 }; A._SemanticsSortGroup_sortedWithinKnot_closure1.prototype = { call$1(id) { @@ -273708,13 +281455,13 @@ t1.toString; return t1; }, - $signature: 2628 + $signature: 1444 }; A._childrenInDefaultOrder_closure.prototype = { call$1(group) { return group.sortedWithinVerticalGroup$0(); }, - $signature: 759 + $signature: 785 }; A._TraversalSortNode.prototype = { compareTo$1(_, other) { @@ -273732,14 +281479,14 @@ A.SemanticsOwner.prototype = { dispose$0() { var _this = this; - _this._semantics$_dirtyNodes.clear$0(0); - _this._semantics$_nodes.clear$0(0); + _this._dirtyNodes.clear$0(0); + _this._nodes.clear$0(0); _this._detachedNodes.clear$0(0); _this.super$ChangeNotifier$dispose(); }, sendSemanticsUpdate$0() { - var customSemanticsActionIds, visitedNodes, t2, t3, t4, localDirtyNodes, t5, t6, _i, node, t7, builder, _this = this, - t1 = _this._semantics$_dirtyNodes; + var customSemanticsActionIds, visitedNodes, t2, t3, t4, localDirtyNodes, t5, _i, node, t6, t7, builder, _this = this, + t1 = _this._dirtyNodes; if (t1._collection$_length === 0) return; customSemanticsActionIds = A.LinkedHashSet_LinkedHashSet$_empty(type$.int); @@ -273748,14 +281495,7 @@ localDirtyNodes = A.List_List$of(new A.WhereIterable(t1, new A.SemanticsOwner_sendSemanticsUpdate_closure(_this), t2), true, t3); t1.clear$0(0); t4.clear$0(0); - t5 = new A.SemanticsOwner_sendSemanticsUpdate_closure0(); - if (!!localDirtyNodes.immutable$list) - A.throwExpression(A.UnsupportedError$("sort")); - t6 = localDirtyNodes.length - 1; - if (t6 - 0 <= 32) - A.Sort__insertionSort(localDirtyNodes, 0, t6, t5); - else - A.Sort__dualPivotQuicksort(localDirtyNodes, 0, t6, t5); + B.JSArray_methods.sort$1(localDirtyNodes, new A.SemanticsOwner_sendSemanticsUpdate_closure0()); B.JSArray_methods.addAll$1(visitedNodes, localDirtyNodes); for (t5 = localDirtyNodes.length, _i = 0; _i < localDirtyNodes.length; localDirtyNodes.length === t5 || (0, A.throwConcurrentModificationError)(localDirtyNodes), ++_i) { node = localDirtyNodes[_i]; @@ -273785,12 +281525,12 @@ t3 = t1._collection$_current; $.CustomSemanticsAction__actions.$index(0, t3 == null ? t2._as(t3) : t3).toString; } - _this.onSemanticsUpdate.call$1(new A.SemanticsUpdate(builder._nodeUpdates)); + _this.onSemanticsUpdate.call$1(new A.SemanticsUpdate(builder._ui$_nodeUpdates)); _this.notifyListeners$0(); }, _getSemanticsActionHandlerForId$2(id, action) { var t2, t1 = {}, - result = t1.result = this._semantics$_nodes.$index(0, id); + result = t1.result = this._nodes.$index(0, id); if (result != null) t2 = (result._mergeAllDescendantsIntoThisNode || result._isMergedIntoParent) && !result._actions.containsKey$1(0, action); else @@ -273810,12 +281550,12 @@ return; } if (action === B.SemanticsAction_256_showOnScreen) { - t1 = this._semantics$_nodes.$index(0, id); + t1 = this._nodes.$index(0, id); t1 = (t1 == null ? null : t1._showOnScreen) != null; } else t1 = false; if (t1) - this._semantics$_nodes.$index(0, id)._showOnScreen.call$0(); + this._nodes.$index(0, id)._showOnScreen.call$0(); }, toString$0(_) { return "#" + A.shortHash(this); @@ -273825,19 +281565,19 @@ call$1(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 461 + $signature: 452 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2(a, b) { return a._semantics$_depth - b._semantics$_depth; }, - $signature: 463 + $signature: 454 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2(a, b) { return a._semantics$_depth - b._semantics$_depth; }, - $signature: 463 + $signature: 454 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1(node) { @@ -273847,7 +281587,7 @@ } return true; }, - $signature: 461 + $signature: 452 }; A.SemanticsConfiguration.prototype = { _addAction$2(action, handler) { @@ -273930,6 +281670,10 @@ value.toString; this._addArgumentlessAction$2(B.SemanticsAction_32768_didGainAccessibilityFocus, value); }, + set$onDidLoseAccessibilityFocus(value) { + value.toString; + this._addArgumentlessAction$2(B.SemanticsAction_65536_didLoseAccessibilityFocus, value); + }, set$scrollChildCount(value) { if (value == this._scrollChildCount) return; @@ -273937,9 +281681,9 @@ this._hasBeenAnnotated = true; }, set$scrollIndex(value) { - if (value == this._scrollIndex) + if (value == this._semantics$_scrollIndex) return; - this._scrollIndex = value; + this._semantics$_scrollIndex = value; this._hasBeenAnnotated = true; }, set$platformViewId(value) { @@ -274044,8 +281788,8 @@ _this._hintOverrides = child._hintOverrides; if (_this._indexInParent == null) _this._indexInParent = child._indexInParent; - if (_this._scrollIndex == null) - _this._scrollIndex = child._scrollIndex; + if (_this._semantics$_scrollIndex == null) + _this._semantics$_scrollIndex = child._semantics$_scrollIndex; if (_this._scrollChildCount == null) _this._scrollChildCount = child._scrollChildCount; if (_this._platformViewId == null) @@ -274104,7 +281848,7 @@ t1._scrollExtentMin = _this._scrollExtentMin; t1._actionsAsBits = _this._actionsAsBits; t1._indexInParent = _this._indexInParent; - t1._scrollIndex = _this._scrollIndex; + t1._semantics$_scrollIndex = _this._semantics$_scrollIndex; t1._scrollChildCount = _this._scrollChildCount; t1._platformViewId = _this._platformViewId; t1._maxValueLength = _this._maxValueLength; @@ -274119,35 +281863,35 @@ call$1(args) { this.handler.call$0(); }, - $signature: 42 + $signature: 44 }; A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBool(args)); }, - $signature: 42 + $signature: 44 }; A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBool(args)); }, - $signature: 42 + $signature: 44 }; A.SemanticsConfiguration_onMoveCursorForwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBool(args)); }, - $signature: 42 + $signature: 44 }; A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asBool(args)); }, - $signature: 42 + $signature: 44 }; A.SemanticsConfiguration_onSetSelection_closure.prototype = { call$1(args) { @@ -274162,21 +281906,21 @@ t3.toString; t1.call$1(A.TextSelection$(B.TextAffinity_1, t2, t3, false)); }, - $signature: 42 + $signature: 44 }; A.SemanticsConfiguration_onSetText_closure.prototype = { call$1(args) { args.toString; this.value.call$1(A._asString(args)); }, - $signature: 42 + $signature: 44 }; A.SemanticsConfiguration_absorb_closure.prototype = { call$2(key, value) { if (($.$get$_kUnblockedUserActions() & key.index) > 0) this.$this._actions.$indexSet(0, key, value); }, - $signature: 2622 + $signature: 1447 }; A.DebugSemanticsDumpOrder.prototype = { _enumToString$0() { @@ -274271,7 +282015,7 @@ loadString$body$AssetBundle(key, cache) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.String), - $async$returnValue, $async$self = this, data, t1; + $async$returnValue, $async$self = this, t1, data; var $async$loadString$2$cache = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -274284,14 +282028,9 @@ case 3: // returning from await. data = $async$result; - t1 = J.getInterceptor$x(data); - if (t1.get$lengthInBytes(data) < 51200) { - $async$returnValue = B.C_Utf8Codec.decode$1(0, J.asUint8List$0$x(t1.get$buffer(data))); - // goto return - $async$goto = 1; - break; - } - $async$returnValue = A.compute(A.asset_bundle_AssetBundle__utf8decode$closure(), data, 'UTF8 decode for "' + key + '"', type$.ByteData, type$.String); + J.get$lengthInBytes$x(data); + t1 = B.C_Utf8Codec.decode$1(0, A.Uint8List_Uint8List$sublistView(data, 0, null)); + $async$returnValue = t1; // goto return $async$goto = 1; break; @@ -274308,19 +282047,21 @@ }; A.CachingAssetBundle.prototype = { loadString$2$cache(key, cache) { + if (cache) + return this._stringCache.putIfAbsent$2(0, key, new A.CachingAssetBundle_loadString_closure(this, key)); return this.super$AssetBundle$loadString(key, true); }, - loadStructuredBinaryData$1$2(key, parser, $T) { - var t3, t1 = {}, - t2 = this._structuredBinaryDataCache; + loadStructuredData$1$2(key, parser, $T) { + var t3, _this = this, t1 = {}, + t2 = _this._structuredDataCache; if (t2.containsKey$1(0, key)) { t1 = t2.$index(0, key); t1.toString; return $T._eval$1("Future<0>")._as(t1); } - t1.result = t1.completer = null; - this.load$1(0, key).then$1$1(0, parser, $T).then$1$2$onError(0, new A.CachingAssetBundle_loadStructuredBinaryData_closure(t1, this, key, $T), new A.CachingAssetBundle_loadStructuredBinaryData_closure0(t1), type$.void); - t3 = t1.result; + t1.synchronousResult = t1.completer = null; + _this.loadString$2$cache(key, false).then$1$1(0, parser, $T).then$1$2$onError(0, new A.CachingAssetBundle_loadStructuredData_closure(t1, _this, key, $T), new A.CachingAssetBundle_loadStructuredData_closure0(t1, _this, key), type$.void); + t3 = t1.synchronousResult; if (t3 != null) return t3; t3 = new A._Future($.Zone__current, $T._eval$1("_Future<0>")); @@ -274329,13 +282070,19 @@ return t1.completer.future; } }; - A.CachingAssetBundle_loadStructuredBinaryData_closure.prototype = { + A.CachingAssetBundle_loadString_closure.prototype = { + call$0() { + return this.$this.super$AssetBundle$loadString(this.key, true); + }, + $signature: 500 + }; + A.CachingAssetBundle_loadStructuredData_closure.prototype = { call$1(value) { var _this = this, - result = new A.SynchronousFuture(value, _this.T._eval$1("SynchronousFuture<0>")), + synchronousResult = new A.SynchronousFuture(value, _this.T._eval$1("SynchronousFuture<0>")), t1 = _this._box_0; - t1.result = result; - _this.$this._structuredBinaryDataCache.$indexSet(0, _this.key, result); + t1.synchronousResult = synchronousResult; + _this.$this._structuredDataCache.$indexSet(0, _this.key, synchronousResult); t1 = t1.completer; if (t1 != null) t1.complete$1(0, value); @@ -274344,11 +282091,12 @@ return this.T._eval$1("Null(0)"); } }; - A.CachingAssetBundle_loadStructuredBinaryData_closure0.prototype = { + A.CachingAssetBundle_loadStructuredData_closure0.prototype = { call$2(error, stack) { + this.$this._structuredDataCache.remove$1(0, this.key); this._box_0.completer.completeError$2(error, stack); }, - $signature: 157 + $signature: 175 }; A.PlatformAssetBundle.prototype = { load$1(_, key) { @@ -274356,7 +282104,7 @@ encoded = B.C_Utf8Encoder.convert$1(A._Uri__Uri(_null, _null, A._Uri__uriEncode(B.List_5Q7, key, B.C_Utf8Codec, false), _null, _null).path), t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__defaultBinaryMessenger_F; t1 === $ && A.throwUnnamedLateFieldNI(); - future = t1.send$2(0, "flutter/assets", A.NativeByteData_NativeByteData$view(encoded.buffer, 0, _null)).then$1$1(0, new A.PlatformAssetBundle_load_closure(key), type$.ByteData); + future = t1.send$2(0, "flutter/assets", A.ByteData_ByteData$sublistView(encoded)).then$1$1(0, new A.PlatformAssetBundle_load_closure(key), type$.ByteData); return future; }, loadBuffer$1(key) { @@ -274365,7 +282113,7 @@ loadBuffer$body$PlatformAssetBundle(key) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.ImmutableBuffer), - $async$returnValue, $async$self = this, $async$temp1, $async$temp2, $async$temp3; + $async$returnValue, $async$self = this, $async$temp1, $async$temp2; var $async$loadBuffer$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -274374,13 +282122,12 @@ case 0: // Function start $async$temp1 = A; - $async$temp2 = J; - $async$temp3 = J; + $async$temp2 = A; $async$goto = 3; return A._asyncAwait($async$self.load$1(0, key), $async$loadBuffer$1); case 3: // returning from await. - $async$returnValue = $async$temp1.ImmutableBuffer_fromUint8List($async$temp2.asUint8List$0$x($async$temp3.get$buffer$x($async$result))); + $async$returnValue = $async$temp1.ImmutableBuffer_fromUint8List($async$temp2.Uint8List_Uint8List$sublistView($async$result, 0, null)); // goto return $async$goto = 1; break; @@ -274398,7 +282145,35 @@ throw A.wrapException(A.FlutterError$fromParts(A._setArrayType([A._errorSummaryWithKey(this.key), A.ErrorDescription$("The asset does not exist or has empty data.")], type$.JSArray_DiagnosticsNode))); return asset; }, - $signature: 2618 + $signature: 1448 + }; + A.AssetManifest_loadFromAssetBundle_closure.prototype = { + call$1(jsonData) { + return this.$call$body$AssetManifest_loadFromAssetBundle_closure(jsonData); + }, + $call$body$AssetManifest_loadFromAssetBundle_closure(jsonData) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$._AssetManifestBin), + $async$returnValue; + var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$returnValue = new A._AssetManifestBin(type$.Map_of_nullable_Object_and_nullable_Object._as(B.C_StandardMessageCodec0.decodeMessage$1(A.ByteData_ByteData$sublistView(B.C_Base64Decoder.convert$1(A._asString(B.C_JsonCodec.decode$1(0, jsonData)))))), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.List_AssetMetadata)); + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$call$1, $async$completer); + }, + $signature: 1449 }; A._AssetManifestBin.prototype = { getAssetVariants$1(key) { @@ -274434,7 +282209,7 @@ A._asString(t1); return new A.AssetMetadata(A._asDoubleQ(dpr), t1); }, - $signature: 2612 + $signature: 1477 }; A.AssetMetadata.prototype = {}; A.AutofillConfiguration.prototype = { @@ -274466,7 +282241,7 @@ call$1(configuration) { return configuration.toJson$0(); }, - $signature: 2610 + $signature: 1478 }; A.AutofillScopeMixin.prototype = { attach$2(trigger, configuration) { @@ -274480,7 +282255,7 @@ call$1(client) { return client.get$textInputConfiguration(); }, - $signature: 2608 + $signature: 1479 }; A.BinaryMessenger.prototype = {}; A.ServicesBinding.prototype = { @@ -274576,7 +282351,7 @@ _generateStateTransitions$2(previousState, state) { var stateChanges, previousStateIndex, stateIndex, i; if (previousState === state) - return B.List_empty34; + return B.List_empty36; if (previousState === B.AppLifecycleState_4 && state === B.AppLifecycleState_0) return B.List_AppLifecycleState_0; stateChanges = A._setArrayType([], type$.JSArray_AppLifecycleState); @@ -274682,7 +282457,7 @@ t1._onKeyDataZone = $.Zone__current; B.BasicMessageChannel_kqo.setMessageHandler$1(t2.get$handleRawKeyMessage()); }, - $signature: 103 + $signature: 111 }; A.ServicesBinding__addLicenses_closure.prototype = { call$0() { @@ -274706,7 +282481,7 @@ t1 = $async$self.controller; $async$temp1 = J; $async$goto = 3; - return A._asyncAwait(A.compute(A.binding2_ServicesBinding__parseLicenses$closure(), rawLicenses._readLocal$0(), "parseLicenses", type$.String, type$.List_LicenseEntry), $async$call$0); + return A._asyncAwait(A.compute(A.binding3_ServicesBinding__parseLicenses$closure(), rawLicenses._readLocal$0(), "parseLicenses", type$.String, type$.List_LicenseEntry), $async$call$0); case 3: // returning from await. $async$temp1.forEach$1$ax($async$result, J.get$add$ax(t1._readLocal$0())); @@ -274749,7 +282524,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, null, false)); } }, - $signature: 147 + $signature: 152 }; A._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2(data, callback) { @@ -274758,7 +282533,7 @@ $call$body$_DefaultBinaryMessenger_setMessageHandler_closure(data, callback) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, exception, stack, exception0, t1, response, $async$exception0; + $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, exception, stack, t1, exception0, response, $async$exception0; var $async$call$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -274770,8 +282545,9 @@ // Function start response = null; $async$handler = 3; + t1 = $async$self.handler.call$1(data); $async$goto = 6; - return A._asyncAwait($async$self.handler.call$1(data), $async$call$2); + return A._asyncAwait(type$.Future_nullable_ByteData._is(t1) ? t1 : A._Future$value(t1, type$.nullable_ByteData), $async$call$2); case 6: // returning from await. response = $async$result; @@ -274812,7 +282588,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2598 + $signature: 1483 }; A.BrowserContextMenu.prototype = {}; A.ClipboardData.prototype = {}; @@ -275123,16 +282899,14 @@ }; A.StringCodec.prototype = { decodeMessage$1(message) { - var t1; if (message == null) return null; - t1 = J.getInterceptor$x(message); - return B.Utf8Decoder_false.convert$1(J.asUint8List$2$x(t1.get$buffer(message), t1.get$offsetInBytes(message), t1.get$lengthInBytes(message))); + return B.C_Utf8Codec.decode$1(0, A.Uint8List_Uint8List$sublistView(message, 0, null)); }, encodeMessage$1(message) { if (message == null) return null; - return A.NativeByteData_NativeByteData$view(B.C_Utf8Encoder.convert$1(message).buffer, 0, null); + return A.ByteData_ByteData$sublistView(B.C_Utf8Encoder.convert$1(message)); } }; A.JSONMessageCodec0.prototype = { @@ -275471,7 +283245,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 281 + $signature: 306 }; A.StandardMethodCodec0.prototype = { encodeMethodCall$1(methodCall) { @@ -275640,7 +283414,7 @@ send$body$BasicMessageChannel(_, message, $async$type) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter($async$type), - $async$returnValue, $async$self = this, t1, $async$temp1; + $async$returnValue, $async$self = this, t1, t2, $async$temp1; var $async$send$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -275649,9 +283423,10 @@ case 0: // Function start t1 = $async$self.codec; + t2 = $async$self.get$binaryMessenger().send$2(0, $async$self.name, t1.encodeMessage$1(message)); $async$temp1 = t1; $async$goto = 3; - return A._asyncAwait($async$self.get$binaryMessenger().send$2(0, $async$self.name, t1.encodeMessage$1(message)), $async$send$1); + return A._asyncAwait(type$.Future_nullable_ByteData._is(t2) ? t2 : A._Future$value(t2, type$.nullable_ByteData), $async$send$1); case 3: // returning from await. $async$returnValue = $async$temp1.decodeMessage$1($async$result); @@ -275701,7 +283476,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 724 + $signature: 783 }; A.MethodChannel.prototype = { get$binaryMessenger() { @@ -275720,7 +283495,7 @@ _invokeMethod$body$MethodChannel(method, $arguments, missingOk, $T, $async$type) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter($async$type), - $async$returnValue, $async$self = this, t1, input, t2, result; + $async$returnValue, $async$self = this, t1, input, t2, t3, result; var $async$_invokeMethod$1$3$arguments$missingOk = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -275731,8 +283506,9 @@ t1 = $async$self.codec; input = t1.encodeMethodCall$1(new A.MethodCall0(method, $arguments)); t2 = $async$self.name; + t3 = $async$self.get$binaryMessenger().send$2(0, t2, input); $async$goto = 3; - return A._asyncAwait($async$self.get$binaryMessenger().send$2(0, t2, input), $async$_invokeMethod$1$3$arguments$missingOk); + return A._asyncAwait(type$.Future_nullable_ByteData._is(t3) ? t3 : A._Future$value(t3, type$.nullable_ByteData), $async$_invokeMethod$1$3$arguments$missingOk); case 3: // returning from await. result = $async$result; @@ -275914,7 +283690,7 @@ call$1(message) { return this.$this._handleAsMethodCall$2(message, this.handler); }, - $signature: 724 + $signature: 783 }; A.OptionalMethodChannel.prototype = { invokeMethod$1$2(method, $arguments, $T) { @@ -275998,7 +283774,7 @@ t1 = A._asIntQ(t2.$index(t1, "keyCode")); return new A.RawKeyEventDataWeb(t4, t3, t5, t6, t1 == null ? 0 : t1); }, - $signature: 2592 + $signature: 1488 }; A.RawKeyDownEvent.prototype = {}; A.RawKeyUpEvent.prototype = {}; @@ -276305,13 +284081,13 @@ call$1(_) { this.$this._isReplacing = false; }, - $signature: 11 + $signature: 12 }; A.RestorationManager_scheduleSerializationFor_closure.prototype = { call$1(_) { return this.$this._doSerialization$0(); }, - $signature: 11 + $signature: 12 }; A.RestorationBucket.prototype = { get$_rawChildren() { @@ -276363,7 +284139,7 @@ _this._recursivelyUpdateManager$1(child); } }, - _dropChild$1(child) { + _restoration$_dropChild$1(child) { this._removeChildData$1(child); child._restoration$_parent = null; if (child._restoration$_manager != null) { @@ -276464,7 +284240,7 @@ }, dispose$0() { var t1, _this = this; - _this._visitChildren$2$concurrentModification(_this.get$_dropChild(), true); + _this._visitChildren$2$concurrentModification(_this.get$_restoration$_dropChild(), true); _this._claimedChildren.clear$0(0); _this._childrenToAdd.clear$0(0); t1 = _this._restoration$_parent; @@ -276483,26 +284259,26 @@ var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 722 + $signature: 779 }; A.RestorationBucket__rawValues_closure.prototype = { call$0() { var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 722 + $signature: 779 }; A.RestorationBucket__addChildData_closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_RestorationBucket); }, - $signature: 2590 + $signature: 1516 }; A.RestorationBucket__visitChildren_closure.prototype = { call$1(buckets) { return buckets; }, - $signature: 2589 + $signature: 1517 }; A.SuggestionSpan.prototype = { $eq(_, other) { @@ -276514,7 +284290,7 @@ if (other instanceof A.SuggestionSpan) { t1 = other.range; t2 = this.range; - t1 = t1.start === t2.start && t1.end === t2.end && A.listEquals0(other.suggestions, this.suggestions); + t1 = t1.start === t2.start && t1.end === t2.end && A.listEquals(other.suggestions, this.suggestions); } else t1 = false; return t1; @@ -276530,7 +284306,7 @@ return false; if (this === other) return true; - return other instanceof A.SpellCheckResults && other.spellCheckedText === this.spellCheckedText && A.listEquals0(other.suggestionSpans, this.suggestionSpans); + return other instanceof A.SpellCheckResults && other.spellCheckedText === this.spellCheckedText && A.listEquals(other.suggestionSpans, this.suggestionSpans); }, get$hashCode(_) { return A.Object_hash(this.spellCheckedText, A.Object_hashAll(this.suggestionSpans), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); @@ -276594,7 +284370,7 @@ t1 = $async$self.lastSavedResults; if (t1 != null) { t2 = t1.spellCheckedText; - spansHaveChanged = A.listEquals0(t1.suggestionSpans, suggestionSpans); + spansHaveChanged = A.listEquals(t1.suggestionSpans, suggestionSpans); if (t2 === text && spansHaveChanged) suggestionSpans = A.DefaultSpellCheckService_mergeResults($async$self.lastSavedResults.suggestionSpans, suggestionSpans); } @@ -276993,7 +284769,7 @@ replacedLength = originalIndex <= t1 && originalIndex < _this.regionEnd ? 0 : _this.replacementString.length; return replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t1, _this.regionEnd) - t1); }, - $signature: 128 + $signature: 133 }; A.LengthLimitingTextInputFormatter.prototype = { formatEditUpdate$2(oldValue, newValue) { @@ -277073,9 +284849,17 @@ } }; A.TextInputConfiguration.prototype = { + copyWith$2$autofillConfiguration$enableDeltaModel(autofillConfiguration, enableDeltaModel) { + var _this = this, + t1 = autofillConfiguration == null ? _this.autofillConfiguration : autofillConfiguration, + t2 = enableDeltaModel == null ? _this.enableDeltaModel : enableDeltaModel; + return A.TextInputConfiguration$(null, _this.allowedMimeTypes, _this.autocorrect, t1, t2, _this.enableIMEPersonalizedLearning, _this.enableInteractiveSelection, true, _this.inputAction, _this.inputType, _this.keyboardAppearance, _this.obscureText, _this.readOnly, _this.smartDashesType, _this.smartQuotesType, _this.textCapitalization); + }, copyWith$1$autofillConfiguration(autofillConfiguration) { - var _this = this; - return A.TextInputConfiguration$(null, _this.allowedMimeTypes, _this.autocorrect, autofillConfiguration, _this.enableDeltaModel, _this.enableIMEPersonalizedLearning, _this.enableInteractiveSelection, true, _this.inputAction, _this.inputType, _this.keyboardAppearance, _this.obscureText, _this.readOnly, _this.smartDashesType, _this.smartQuotesType, _this.textCapitalization); + return this.copyWith$2$autofillConfiguration$enableDeltaModel(autofillConfiguration, null); + }, + copyWith$1$enableDeltaModel(enableDeltaModel) { + return this.copyWith$2$autofillConfiguration$enableDeltaModel(null, enableDeltaModel); }, toJson$0() { var _this = this, @@ -277178,7 +284962,7 @@ replacedLength = originalIndex <= t2 && originalIndex < t1.end ? 0 : this.replacementString.length; return originalIndex + replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t2, t1.end) - t2); }, - $signature: 128 + $signature: 133 }; A.SelectionChangedCause.prototype = { _enumToString$0() { @@ -277255,7 +285039,7 @@ $.$get$TextInput__instance()._setCaretRect$1(validRect); }, setSelectionRects$1(selectionRects) { - if (!A.listEquals0(this._cachedSelectionRects, selectionRects)) { + if (!A.listEquals(this._cachedSelectionRects, selectionRects)) { this._cachedSelectionRects = selectionRects; $.$get$TextInput__instance()._setSelectionRects$1(selectionRects); } @@ -277670,13 +285454,13 @@ var _null = null; return A._setArrayType([A.DiagnosticsProperty$("call", this.$call, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.MethodCall)], type$.JSArray_DiagnosticsNode); }, - $signature: 141 + $signature: 143 }; A.TextInput__handleTextInputInvocation_closure.prototype = { call$1(value) { return value; }, - $signature: 2588 + $signature: 1521 }; A.TextInput__handleTextInputInvocation_closure0.prototype = { call$1(elementIdentifier) { @@ -277701,7 +285485,7 @@ t1 = true; return !t1; }, - $signature: 12 + $signature: 11 }; A.TextInput__handleTextInputInvocation_closure1.prototype = { call$1(elementIdentifier) { @@ -277714,7 +285498,7 @@ B.JSArray_methods.addAll$1(t1, [t2, t3, bounds.right - t2, bounds.bottom - t3]); return t1; }, - $signature: 2585 + $signature: 1522 }; A.TextInput__scheduleHide_closure.prototype = { call$0() { @@ -277742,7 +285526,7 @@ t3 = t1.top; return A._setArrayType([t2, t3, t1.right - t2, t1.bottom - t3, rect.position, rect.direction.index], type$.JSArray_num); }, - $signature: 2584 + $signature: 1524 }; A.__PlatformTextInputControl_Object_TextInputControl.prototype = {}; A.UndoDirection.prototype = { @@ -277798,12 +285582,117 @@ } }; A.UndoManagerClient.prototype = {}; + A.HtmlElementViewImpl_buildImpl_closure.prototype = { + call$2(context, controller) { + return new A.PlatformViewSurface(controller, B.Set_empty, B.PlatformViewHitTestBehavior_0, null); + }, + $signature: 1525 + }; + A.HtmlElementViewImpl_get__createController_closure.prototype = { + call$1(params) { + return A.HtmlElementViewImpl__createController(this._this, params); + }, + $signature: 1526 + }; + A.HtmlElementViewImpl__createController_closure.prototype = { + call$1(_) { + var t1 = this.params; + t1.onPlatformViewCreated.call$1(t1.id); + }, + $signature: 111 + }; + A._HtmlElementViewController.prototype = { + __html_element_view_web$_initialize$0() { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$self = this; + var $async$__html_element_view_web$_initialize$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$goto = 2; + return A._asyncAwait(B.MethodChannel_qdG._invokeMethod$1$3$arguments$missingOk("create", A.LinkedHashMap_LinkedHashMap$_literal(["id", $async$self.viewId, "viewType", $async$self.viewType, "params", $async$self.creationParams], type$.String, type$.dynamic), false, type$.void), $async$__html_element_view_web$_initialize$0); + case 2: + // returning from await. + $async$self.__html_element_view_web$_initialized = true; + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$__html_element_view_web$_initialize$0, $async$completer); + }, + clearFocus$0() { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void); + var $async$clearFocus$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$clearFocus$0, $async$completer); + }, + dispatchPointerEvent$1($event) { + return this.dispatchPointerEvent$body$_HtmlElementViewController($event); + }, + dispatchPointerEvent$body$_HtmlElementViewController($event) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void); + var $async$dispatchPointerEvent$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$dispatchPointerEvent$1, $async$completer); + }, + dispose$0() { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$self = this; + var $async$dispose$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$goto = $async$self.__html_element_view_web$_initialized ? 2 : 3; + break; + case 2: + // then + $async$goto = 4; + return A._asyncAwait(B.MethodChannel_qdG._invokeMethod$1$3$arguments$missingOk("dispose", $async$self.viewId, false, type$.void), $async$dispose$0); + case 4: + // returning from await. + case 3: + // join + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$dispose$0, $async$completer); + } + }; A._getParent_closure.prototype = { call$1(ancestor) { this.parent.set$finalLocalValue(ancestor); return false; }, - $signature: 149 + $signature: 126 }; A.Intent.prototype = {}; A.Action.prototype = { @@ -277885,7 +285774,7 @@ type$._ActionsScope._as(t1); return false; }, - $signature: 274 + $signature: 319 }; A.Actions_maybeFind_closure.prototype = { call$1(element) { @@ -277900,7 +285789,7 @@ } return false; }, - $signature: 274 + $signature: 319 }; A.Actions__maybeFindWithoutDependingOn_closure.prototype = { call$1(element) { @@ -277914,7 +285803,7 @@ } return false; }, - $signature: 274 + $signature: 319 }; A.Actions_invoke_closure.prototype = { call$1(element) { @@ -277928,7 +285817,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 274 + $signature: 319 }; A.Actions_maybeInvoke_closure.prototype = { call$1(element) { @@ -277942,7 +285831,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 274 + $signature: 319 }; A._ActionsState.prototype = { initState$0() { @@ -278087,7 +285976,7 @@ var mode, t1 = this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_15); + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_17); mode = t1 == null ? null : t1.navigationMode; switch ((mode == null ? B.NavigationMode_0 : mode).index) { case 0: @@ -278135,7 +286024,7 @@ t1 = A._HighlightModeManager__defaultModeForPlatform(); this.$this._updateHighlightMode$1(t1); }, - $signature: 11 + $signature: 12 }; A._FocusableActionDetectorState__updateHighlightMode_closure.prototype = { call$0() { @@ -278174,14 +286063,14 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 471 + $signature: 467 }; A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1(target) { var mode, t1 = this.$this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_15); + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_17); mode = t1 == null ? null : t1.navigationMode; switch ((mode == null ? B.NavigationMode_0 : mode).index) { case 0: @@ -278190,20 +286079,20 @@ return true; } }, - $signature: 471 + $signature: 467 }; A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight.prototype = { call$1(target) { var t1 = this.$this; return t1._focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); }, - $signature: 471 + $signature: 467 }; A._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1(duration) { this.$this._mayTriggerCallback$1$oldWidget(this.oldWidget); }, - $signature: 11 + $signature: 12 }; A.VoidCallbackAction.prototype = { invoke$1(intent) { @@ -278510,7 +286399,7 @@ call$1($status) { this.$this.setState$1(new A._AnimatedCrossFadeState_initState__closure()); }, - $signature: 43 + $signature: 47 }; A._AnimatedCrossFadeState_initState__closure.prototype = { call$0() { @@ -278731,7 +286620,7 @@ this.controller.dispose$0(); } }, - $signature: 43 + $signature: 47 }; A._AnimatedSwitcherState__newEntry__closure.prototype = { call$0() { @@ -278745,7 +286634,7 @@ call$1(entry) { return entry.transition; }, - $signature: 2578 + $signature: 1591 }; A._AnimatedSwitcherState_build_closure.prototype = { call$1(outgoing) { @@ -278753,7 +286642,7 @@ t1 = t1 == null ? null : t1.transition.key; return !J.$eq$(outgoing.key, t1); }, - $signature: 2577 + $signature: 1592 }; A.__AnimatedSwitcherState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -278804,6 +286693,24 @@ } return t1; }, + _defaultOnNavigationNotification$1(notification) { + switch (this._appLifecycleState) { + case null: + case void 0: + case B.AppLifecycleState_0: + case B.AppLifecycleState_2: + return true; + case B.AppLifecycleState_1: + case B.AppLifecycleState_3: + case B.AppLifecycleState_4: + A.SystemNavigator_setFrameworkHandlesBack(notification.canHandlePop); + return true; + } + }, + didChangeAppLifecycleState$1(state) { + this._appLifecycleState = state; + this.super$WidgetsBindingObserver$didChangeAppLifecycleState(state); + }, initState$0() { var _this = this; _this.super$State$initState(); @@ -278811,6 +286718,7 @@ $.WidgetsBinding__instance.toString; _this._app$_locale = _this._resolveLocales$2($.$get$EnginePlatformDispatcher__instance().configuration.locales, _this._widget.supportedLocales); $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); + _this._appLifecycleState = $.WidgetsBinding__instance.SchedulerBinding__lifecycleState; }, didUpdateWidget$1(oldWidget) { this.super$State$didUpdateWidget(oldWidget); @@ -278987,7 +286895,7 @@ B.JSArray_methods.addAll$1(t9, _this._widget.localizationsDelegates); t9.push(B.C__WidgetsLocalizationsDelegate0); t8 = A._setArrayType(t9.slice(0), t8); - return new A.RootRestorationScope(new A.SharedAppData(A.Shortcuts$(new A.DefaultTextEditingShortcuts(A.Actions$(t6, A.FocusTraversalGroup$(new A.TapRegionSurface(new A.ShortcutRegistrar(new A.Localizations(appLocale, t8, new A.Title(t3, t2, t1, _null), _null), _null), _null), true, t7)), _null), "", t5), _null), t4, _null); + return new A.RootRestorationScope(new A.SharedAppData(new A.NotificationListener(_this.get$_defaultOnNavigationNotification(), A.Shortcuts$(new A.DefaultTextEditingShortcuts(A.Actions$(t6, A.FocusTraversalGroup$(new A.TapRegionSurface(new A.ShortcutRegistrar(new A.Localizations(appLocale, t8, new A.Title(t3, t2, t1, _null), _null), _null), _null), true, t7)), _null), "", t5), _null, type$.NotificationListener_NavigationNotification), _null), t4, _null); } }; A._WidgetsAppState__onGenerateRoute_closure.prototype = { @@ -278996,7 +286904,7 @@ t1.toString; return t1; }, - $signature: 52 + $signature: 46 }; A._WidgetsAppState_didChangeLocales_closure.prototype = { call$0() { @@ -279008,7 +286916,7 @@ call$1(context) { return this.$this._widget.builder.call$2(context, this._box_0.routing); }, - $signature: 52 + $signature: 46 }; A.__WidgetsAppState_State_WidgetsBindingObserver.prototype = {}; A.StreamBuilderBase.prototype = { @@ -279093,7 +287001,7 @@ var t1 = this.$this; t1.setState$1(new A._StreamBuilderBaseState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 157 + $signature: 175 }; A._StreamBuilderBaseState__subscribe__closure.prototype = { call$0() { @@ -279167,15 +287075,15 @@ didUpdateWidget$1(oldWidget) { var t1, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (oldWidget.future != _this._widget.future) { - if (_this._activeCallbackIdentity != null) { - _this._activeCallbackIdentity = null; - t1 = _this.___FutureBuilderState__snapshot_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - _this.___FutureBuilderState__snapshot_A = new A.AsyncSnapshot(B.ConnectionState_0, t1.data, t1.error, t1.stackTrace, t1.$ti); - } - _this._async0$_subscribe$0(); + if (oldWidget.future == _this._widget.future) + return; + if (_this._activeCallbackIdentity != null) { + _this._activeCallbackIdentity = null; + t1 = _this.___FutureBuilderState__snapshot_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.___FutureBuilderState__snapshot_A = new A.AsyncSnapshot(B.ConnectionState_0, t1.data, t1.error, t1.stackTrace, t1.$ti); } + _this._async0$_subscribe$0(); }, build$1(context) { var t2, @@ -279192,14 +287100,14 @@ _async0$_subscribe$0() { var callbackIdentity, _this = this, t1 = _this._widget.future; - if (t1 != null) { - callbackIdentity = _this._activeCallbackIdentity = new A.Object(); - t1.then$1$2$onError(0, new A._FutureBuilderState__subscribe_closure(_this, callbackIdentity), new A._FutureBuilderState__subscribe_closure0(_this, callbackIdentity), type$.void); - t1 = _this.___FutureBuilderState__snapshot_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - if (t1.connectionState !== B.ConnectionState_3) - _this.___FutureBuilderState__snapshot_A = new A.AsyncSnapshot(B.ConnectionState_1, t1.data, t1.error, t1.stackTrace, t1.$ti); - } + if (t1 == null) + return; + callbackIdentity = _this._activeCallbackIdentity = new A.Object(); + t1.then$1$2$onError(0, new A._FutureBuilderState__subscribe_closure(_this, callbackIdentity), new A._FutureBuilderState__subscribe_closure0(_this, callbackIdentity), type$.void); + t1 = _this.___FutureBuilderState__snapshot_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1.connectionState !== B.ConnectionState_3) + _this.___FutureBuilderState__snapshot_A = new A.AsyncSnapshot(B.ConnectionState_1, t1.data, t1.error, t1.stackTrace, t1.$ti); } }; A._FutureBuilderState__subscribe_closure.prototype = { @@ -279225,7 +287133,7 @@ if (t1._activeCallbackIdentity === this.callbackIdentity) t1.setState$1(new A._FutureBuilderState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 157 + $signature: 175 }; A._FutureBuilderState__subscribe__closure.prototype = { call$0() { @@ -279234,10 +287142,15 @@ }, $signature: 0 }; + A.OptionsViewOpenDirection.prototype = { + _enumToString$0() { + return "OptionsViewOpenDirection." + this._core$_name; + } + }; A.RawAutocomplete.prototype = { createState$0() { var t1 = this.$ti; - return new A._RawAutocompleteState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LayerLink(), new A.EmptyIterable(t1._eval$1("EmptyIterable<1>")), A.ValueNotifier$(0, type$.int), B._StateLifecycle_0, t1._eval$1("_RawAutocompleteState<1>")); + return new A._RawAutocompleteState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LayerLink(), new A.EmptyIterable(t1._eval$1("EmptyIterable<1>")), new A.ValueNotifier(0, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_int), B._StateLifecycle_0, t1._eval$1("_RawAutocompleteState<1>")); }, optionsBuilder$1(arg0) { return this.optionsBuilder.call$1(arg0); @@ -279247,7 +287160,7 @@ _onChangedField$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, value, t1; + $async$self = this, value, t2, t1; var $async$_onChangedField$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -279258,8 +287171,10 @@ t1 = $async$self.___RawAutocompleteState__textEditingController_A; t1 === $ && A.throwUnnamedLateFieldNI(); value = t1._change_notifier$_value; + t1 = $async$self._widget.optionsBuilder$1(value); + t2 = $async$self.$ti; $async$goto = 2; - return A._asyncAwait($async$self._widget.optionsBuilder$1(value), $async$_onChangedField$0); + return A._asyncAwait(t2._eval$1("Future>")._is(t1) ? t1 : A._Future$value(t1, t2._eval$1("Iterable<1>")), $async$_onChangedField$0); case 2: // returning from await. $async$self._autocomplete$_options = $async$result; @@ -279374,6 +287289,9 @@ t1 = _this._floatingOptions; if (t1 != null) t1.remove$0(0); + t1 = _this._floatingOptions; + if (t1 != null) + t1.dispose$0(); if (!_this._userHidOptions) { t1 = _this.___RawAutocompleteState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -279411,7 +287329,7 @@ if (current == null) { t2 === $ && A.throwUnnamedLateFieldNI(); t2.removeListener$1(0, t1); - t1 = A.TextEditingController$(null); + t1 = new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()); _this.___RawAutocompleteState__textEditingController_A = t1; } else { t2 === $ && A.throwUnnamedLateFieldNI(); @@ -279505,7 +287423,13 @@ t1 = _this._floatingOptions; if (t1 != null) t1.remove$0(0); + t1 = _this._floatingOptions; + if (t1 != null) + t1.dispose$0(); _this._floatingOptions = null; + t1 = _this._highlightedOptionIndex; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; _this.super$State$dispose(); }, build$1(context) { @@ -279527,15 +287451,24 @@ t1._floatingOptionsUpdateScheduled = false; t1._updateOverlay$0(); }, - $signature: 11 + $signature: 12 }; A._RawAutocompleteState__updateOverlay_closure0.prototype = { call$1(context) { var _null = null, t1 = this.$this; - return A.CompositedTransformFollower$(A.TextFieldTapRegion$(new A.AutocompleteHighlightedOption(t1._highlightedOptionIndex, new A.Builder(new A._RawAutocompleteState__updateOverlay__closure(t1), _null), _null), _null, _null), _null, t1._optionsLayerLink, B.Offset_0_0, false, B.Alignment_m1_1); + t1._widget.toString; + switch (1) { + case 1: + break; + } + switch (1) { + case 1: + break; + } + return A.CompositedTransformFollower$(A.TextFieldTapRegion$(new A.AutocompleteHighlightedOption(t1._highlightedOptionIndex, new A.Builder(new A._RawAutocompleteState__updateOverlay__closure(t1), _null), _null), _null, _null), B.Alignment_m1_m1, _null, t1._optionsLayerLink, B.Offset_0_0, false, B.Alignment_m1_1); }, - $signature: 2555 + $signature: 1633 }; A._RawAutocompleteState__updateOverlay__closure.prototype = { call$1(context) { @@ -279544,7 +287477,7 @@ t3 = t1._autocomplete$_options; return t2.optionsViewBuilder.call$3(context, t1.get$_select(), t3); }, - $signature: 52 + $signature: 46 }; A._AutocompleteCallbackAction.prototype = { isEnabled$1(_, intent) { @@ -279601,13 +287534,13 @@ call$1(client) { return client.get$textInputConfiguration().autofillConfiguration.enabled; }, - $signature: 2554 + $signature: 1634 }; A.AutofillGroupState_register_closure.prototype = { call$0() { return this.client; }, - $signature: 2547 + $signature: 1638 }; A._AutofillScope.prototype = { updateShouldNotify$1(old) { @@ -279703,13 +287636,13 @@ childElement.toString; t1._updateParentDataOfChild$1(childElement); }, - $signature: 11 + $signature: 12 }; A._AutomaticKeepAliveState__getChildElement_closure.prototype = { call$1(child) { this._box_0.childElement = child; }, - $signature: 107 + $signature: 108 }; A._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0() { @@ -279797,13 +287730,13 @@ if (t1 != null && t1.contains$1(0, this.$this)) element.didChangeDependencies$0(); }, - $signature: 107 + $signature: 108 }; A._UbiquitousInheritedElement__recurseChildren_closure.prototype = { call$1(child) { A._UbiquitousInheritedElement__recurseChildren(child, this.visitor); }, - $signature: 107 + $signature: 108 }; A._UbiquitousInheritedWidget.prototype = { createElement$0(_) { @@ -279818,7 +287751,7 @@ A.Opacity.prototype = { createRenderObject$1(context) { var t1 = this.opacity; - t1 = new A.RenderOpacity(B.JSNumber_methods.round$0(A.clampDouble0(t1, 0, 1) * 255), t1, false, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1 = new A.RenderOpacity(B.JSNumber_methods.round$0(A.clampDouble(t1, 0, 1) * 255), t1, false, null, A.LayerHandle$(type$.ContainerLayer_2)); t1.RenderObject$0(); t1.set$child(null); return t1; @@ -279918,7 +287851,7 @@ call$1(context) { return A.ClipPath$(this.child, this.clipBehavior, new A.ShapeBorderClipper(this.shape, A.Directionality_maybeOf(context), null)); }, - $signature: 2543 + $signature: 1664 }; A.PhysicalModel.prototype = { createRenderObject$1(context) { @@ -279993,7 +287926,7 @@ A.CompositedTransformFollower.prototype = { createRenderObject$1(context) { var _this = this, - t1 = new A.RenderFollowerLayer(_this.link, _this.showWhenUnlinked, _this.offset, _this.targetAnchor, B.Alignment_m1_m1, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1 = new A.RenderFollowerLayer(_this.link, _this.showWhenUnlinked, _this.offset, _this.targetAnchor, _this.followerAnchor, null, A.LayerHandle$(type$.ContainerLayer_2)); t1.RenderObject$0(); t1.set$child(null); return t1; @@ -280004,7 +287937,7 @@ renderObject.set$showWhenUnlinked(_this.showWhenUnlinked); renderObject.set$offset(0, _this.offset); renderObject.set$leaderAnchor(_this.targetAnchor); - renderObject.set$followerAnchor(B.Alignment_m1_m1); + renderObject.set$followerAnchor(_this.followerAnchor); } }; A.FittedBox.prototype = { @@ -280465,7 +288398,7 @@ t1 = t1.textDirection; } t2 = A.Localizations_maybeLocaleOf(context); - return A.RenderParagraph$(_this.text, null, t2, _this.maxLines, _this.overflow, _this.selectionRegistrar, _this.selectionColor, _this.softWrap, _this.strutStyle, _this.textAlign, t1, _this.textHeightBehavior, _this.textScaleFactor, _this.textWidthBasis); + return A.RenderParagraph$(_this.text, null, t2, _this.maxLines, _this.overflow, _this.selectionRegistrar, _this.selectionColor, _this.softWrap, _this.strutStyle, _this.textAlign, t1, _this.textHeightBehavior, _this.textScaler, _this.textWidthBasis); }, updateRenderObject$2(context, renderObject) { var t1, _this = this; @@ -280480,7 +288413,7 @@ renderObject.set$textDirection(t1); renderObject.set$softWrap(_this.softWrap); renderObject.set$overflow(0, _this.overflow); - renderObject.set$textScaleFactor(_this.textScaleFactor); + renderObject.set$textScaler(_this.textScaler); renderObject.set$maxLines(_this.maxLines); renderObject.set$strutStyle(_this.strutStyle); renderObject.set$textWidthBasis(_this.textWidthBasis); @@ -280491,6 +288424,18 @@ renderObject.set$selectionColor(_this.selectionColor); } }; + A.RichText__effectiveTextScalerFrom_closure.prototype = { + call$0() { + return this._0_0._0; + }, + $signature: 1665 + }; + A.RichText__effectiveTextScalerFrom_closure0.prototype = { + call$0() { + return this._0_0._1; + }, + $signature: 124 + }; A.RawImage.prototype = { createRenderObject$1(context) { var _this = this, @@ -280745,7 +288690,7 @@ $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3(parameters) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_Object), - $async$returnValue, t1; + $async$returnValue; var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -280753,9 +288698,7 @@ switch ($async$goto) { case 0: // Function start - t1 = $.RendererBinding__instance.RendererBinding___RendererBinding__pipelineOwner_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", t1._rootNode.toStringDeep$0()], type$.String, type$.Object); + $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", A._debugCollectRenderTrees()], type$.String, type$.Object); // goto return $async$goto = 1; break; @@ -280766,7 +288709,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 275 + $signature: 322 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { @@ -280783,7 +288726,7 @@ switch ($async$goto) { case 0: // Function start - $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", A._generateSemanticsTree(B.DebugSemanticsDumpOrder_1)], type$.String, type$.Object); + $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", A._debugCollectSemanticsTrees(B.DebugSemanticsDumpOrder_1)], type$.String, type$.Object); // goto return $async$goto = 1; break; @@ -280794,7 +288737,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 275 + $signature: 322 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1(parameters) { @@ -280811,7 +288754,7 @@ switch ($async$goto) { case 0: // Function start - $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", A._generateSemanticsTree(B.DebugSemanticsDumpOrder_0)], type$.String, type$.Object); + $async$returnValue = A.LinkedHashMap_LinkedHashMap$_literal(["data", A._debugCollectSemanticsTrees(B.DebugSemanticsDumpOrder_0)], type$.String, type$.Object); // goto return $async$goto = 1; break; @@ -280822,7 +288765,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 275 + $signature: 322 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2.prototype = { call$0() { @@ -280847,7 +288790,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 44 + $signature: 71 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3.prototype = { call$1(value) { @@ -280871,7 +288814,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 344 + $signature: 323 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4.prototype = { call$0() { @@ -280896,7 +288839,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 44 + $signature: 71 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5.prototype = { call$1(value) { @@ -280920,13 +288863,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 344 + $signature: 323 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure.prototype = { call$1(timings) { J.forEach$1$ax(timings, this.$this.get$_profileFramePostEvent()); }, - $signature: 458 + $signature: 451 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0() { @@ -280951,7 +288894,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2542 + $signature: 1670 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0.prototype = { call$1(value) { @@ -280974,14 +288917,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2541 + $signature: 1672 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure.prototype = { call$1(message) { var t1 = message == null ? type$.Object._as(message) : message; return this.$this.handleSystemMessage$1(t1); }, - $signature: 2540 + $signature: 1673 }; A.WidgetsBindingObserver.prototype = { didPopRoute$0() { @@ -281042,10 +288985,10 @@ switch ($async$goto) { case 0: // Function start - t1 = $async$self.WidgetsBinding__observers, t2 = t1.length, didCancel = false, _i = 0; + t1 = A.List_List$of($async$self.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, didCancel = false, _i = 0; case 3: // for condition - if (!(_i < t1.length)) { + if (!(_i < t2)) { // goto after for $async$goto = 5; break; @@ -281058,7 +289001,7 @@ didCancel = true; case 4: // for update - t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i; + ++_i; // goto for condition $async$goto = 3; break; @@ -281080,7 +289023,7 @@ }, dispatchLocalesChanged$1(locales) { var t1, t2, _i; - for (t1 = this.WidgetsBinding__observers, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + for (t1 = A.List_List$of(this.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i].didChangeLocales$1(locales); }, handlePopRoute$0() { @@ -281244,9 +289187,9 @@ }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure.prototype = { call$1(parameters) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5(parameters); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4(parameters); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5(parameters) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4(parameters) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_Object), $async$returnValue, t2, t1; @@ -281277,13 +289220,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 275 + $signature: 322 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4(parameters); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(parameters); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4(parameters) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(parameters) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_Object), $async$returnValue, $async$self = this; @@ -281306,13 +289249,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 275 + $signature: 322 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1.prototype = { call$1(_) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(_); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(_) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_dynamic), $async$returnValue, $async$self = this; @@ -281334,13 +289277,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 268 + $signature: 287 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2.prototype = { call$1(_) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_); + return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(_); }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_) { + $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(_) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_dynamic), $async$returnValue, $async$self = this; @@ -281362,35 +289305,9 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 268 + $signature: 287 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3.prototype = { - call$1(params) { - return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(params); - }, - $call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(params) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_String), - className; - var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - className = A._asStringQ(J.$index$asx(params, "className")); - A.throwExpression(A.FlutterError_FlutterError("Cannot instantiate DebugReassembleConfig in profile or release mode.")); - $.BindingBase_debugReassembleConfig = new A.DebugReassembleConfig(className); - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$call$1, $async$completer); - }, - $signature: 2539 - }; - A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), @@ -281413,9 +289330,9 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 44 + $signature: 71 }; - A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5.prototype = { + A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$1(value) { return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0(value); }, @@ -281436,9 +289353,9 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 344 + $signature: 323 }; - A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6.prototype = { + A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5.prototype = { call$0() { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), @@ -281461,9 +289378,9 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 44 + $signature: 71 }; - A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure7.prototype = { + A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6.prototype = { call$1(value) { return this.$call$body$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure(value); }, @@ -281484,7 +289401,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 344 + $signature: 323 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1(timings) { @@ -281503,43 +289420,34 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 458 + $signature: 451 }; A.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0() { - var t3, t4, + var t3, t1 = this.$this, t2 = t1.WidgetsBinding__rootElement; t1.WidgetsBinding__readyToProduceFrames = true; - t3 = t1.RendererBinding___RendererBinding__pipelineOwner_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t3 = t3._rootNode; + t3 = t1.WidgetsBinding__buildOwner; t3.toString; - t4 = t1.WidgetsBinding__buildOwner; - t4.toString; - t1.WidgetsBinding__rootElement = new A.RenderObjectToWidgetAdapter(this.rootWidget, t3, "[root]", new A.GlobalObjectKey(t3, type$.GlobalObjectKey_State_StatefulWidget), type$.RenderObjectToWidgetAdapter_RenderBox).attachToRenderTree$2(t4, type$.nullable_RenderObjectToWidgetElement_RenderBox._as(t2)); + t1.WidgetsBinding__rootElement = new A.RootWidget(this.rootWidget, "[root]", null).attach$2(t3, t2); if (t2 == null) $.SchedulerBinding__instance.ensureVisualUpdate$0(); }, $signature: 0 }; - A.RenderObjectToWidgetAdapter.prototype = { + A.RootWidget.prototype = { createElement$0(_) { - return new A.RenderObjectToWidgetElement(this, B._ElementLifecycle_0, this.$ti._eval$1("RenderObjectToWidgetElement<1>")); + return new A.RootElement(this, B._ElementLifecycle_0); }, - createRenderObject$1(context) { - return this.container; - }, - updateRenderObject$2(context, renderObject) { - }, - attachToRenderTree$2(owner, element) { + attach$2(owner, element) { var t2, t1 = {}; t1.element = element; if (element == null) { - owner.lockState$1(new A.RenderObjectToWidgetAdapter_attachToRenderTree_closure(t1, this, owner)); + owner.lockState$1(new A.RootWidget_attach_closure(t1, this, owner)); t2 = t1.element; t2.toString; - owner.buildScope$2(t2, new A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0(t1)); + owner.buildScope$2(t2, new A.RootWidget_attach_closure0(t1)); } else { element._newWidget = this; element.markNeedsBuild$0(); @@ -281552,25 +289460,25 @@ return this.debugShortDescription; } }; - A.RenderObjectToWidgetAdapter_attachToRenderTree_closure.prototype = { + A.RootWidget_attach_closure.prototype = { call$0() { - var t1 = this.$this, - element = A.RenderObjectToWidgetElement$(t1, t1.$ti._precomputed1); + var element = new A.RootElement(this.$this, B._ElementLifecycle_0); this._box_0.element = element; - element._owner = this.owner; + element._framework$_owner = this.owner; }, $signature: 0 }; - A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0.prototype = { + A.RootWidget_attach_closure0.prototype = { call$0() { var t1 = this._box_0.element; t1.toString; - t1.super$_RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin$mount(null, null); + t1.super$_RootElement_Element_RootElementMixin$mount(null, null); t1._rebuild$0(); + t1.super$Element$performRebuild(); }, $signature: 0 }; - A.RenderObjectToWidgetElement.prototype = { + A.RootElement.prototype = { visitChildren$1(visitor) { var t1 = this._child; if (t1 != null) @@ -281581,11 +289489,12 @@ this.super$Element$forgetChild(child); }, mount$2($parent, newSlot) { - this.super$_RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin$mount($parent, newSlot); + this.super$_RootElement_Element_RootElementMixin$mount($parent, newSlot); this._rebuild$0(); + this.super$Element$performRebuild(); }, update$1(_, newWidget) { - this.super$RenderObjectElement$update(0, newWidget); + this.super$Element$update(0, newWidget); this._rebuild$0(); }, performRebuild$0() { @@ -281593,45 +289502,32 @@ t1 = _this._newWidget; if (t1 != null) { _this._newWidget = null; - _this.super$RenderObjectElement$update(0, _this.$ti._eval$1("RenderObjectToWidgetAdapter<1>")._as(t1)); + _this.super$Element$update(0, t1); _this._rebuild$0(); } - _this.super$RenderObjectElement$performRebuild(); + _this.super$Element$performRebuild(); }, _rebuild$0() { - var exception, stack, details, error, t1, t2, exception0, _this = this; + var exception, stack, details, t1, t2, exception0, _this = this; try { t1 = _this._child; t2 = _this._widget; t2.toString; - _this._child = _this.updateChild$3(t1, _this.$ti._eval$1("RenderObjectToWidgetAdapter<1>")._as(t2).child, B.C_Object); + _this._child = _this.updateChild$3(t1, type$.RootWidget._as(t2).child, null); } catch (exception0) { exception = A.unwrapException(exception0); stack = A.getTraceFromException(exception0); t1 = A.ErrorDescription$("attaching to the render tree"); details = new A.FlutterErrorDetails(exception, stack, "widgets library", t1, null, null, false); A.FlutterError_reportError(details); - error = $.ErrorWidget_builder.call$1(details); - _this._child = _this.updateChild$3(null, error, B.C_Object); + _this._child = null; } - }, - get$renderObject() { - return this.$ti._eval$1("RenderObjectWithChildMixin<1>")._as(A.RenderObjectElement.prototype.get$renderObject.call(this)); - }, - insertRenderObjectChild$2(child, slot) { - var t1 = this.$ti; - t1._eval$1("RenderObjectWithChildMixin<1>")._as(A.RenderObjectElement.prototype.get$renderObject.call(this)).set$child(t1._precomputed1._as(child)); - }, - moveRenderObjectChild$3(child, oldSlot, newSlot) { - }, - removeRenderObjectChild$2(child, slot) { - this.$ti._eval$1("RenderObjectWithChildMixin<1>")._as(A.RenderObjectElement.prototype.get$renderObject.call(this)).set$child(null); } }; A.WidgetsFlutterBinding.prototype = {$isHitTestTarget: 1}; - A._RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin.prototype = { + A._RootElement_Element_RootElementMixin.prototype = { mount$2($parent, newSlot) { - this.super$RenderObjectElement$mount($parent, newSlot); + this.super$Element$mount($parent, newSlot); } }; A._WidgetsFlutterBinding_BindingBase_GestureBinding.prototype = { @@ -281753,7 +289649,7 @@ _this.super$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding$initInstances(); $.RendererBinding__instance = _this; t1 = type$.JSArray_RenderObject; - _this.RendererBinding___RendererBinding__pipelineOwner_A = new A.PipelineOwner(_this.get$_handleSemanticsOwnerCreated(), _this.get$_handleSemanticsUpdate(), _this.get$_handleSemanticsOwnerDisposed(), A._setArrayType([], t1), A._setArrayType([], t1), A._setArrayType([], t1), A.LinkedHashSet_LinkedHashSet$_empty(type$.RenderObject), A.LinkedHashSet_LinkedHashSet$_empty(type$.PipelineOwner)); + _this.RendererBinding___RendererBinding__rootPipelineOwner_A = new A._DefaultRootPipelineOwner(null, A.binding2__DefaultRootPipelineOwner__onSemanticsUpdate$closure(), null, A._setArrayType([], t1), A._setArrayType([], t1), A._setArrayType([], t1), A.LinkedHashSet_LinkedHashSet$_empty(type$.RenderObject), A.LinkedHashSet_LinkedHashSet$_empty(type$.PipelineOwner)); t1 = $.$get$EnginePlatformDispatcher__instance(); t1._onMetricsChanged = _this.get$handleMetricsChanged(); t2 = t1._onMetricsChangedZone = $.Zone__current; @@ -281761,34 +289657,20 @@ t1._onTextScaleFactorChangedZone = t2; t1._onPlatformBrightnessChanged = _this.get$handlePlatformBrightnessChanged(); t1._onPlatformBrightnessChangedZone = t2; - t2 = _this.createViewConfiguration$0(); - t1 = t1.viewData.$index(0, 0); - t1.toString; - t1 = new A.RenderView(B.Size_0_0, t2, t1, null, A.LayerHandle$(type$.ContainerLayer_2)); - t1.RenderObject$0(); - t1.set$child(null); - t2 = _this.RendererBinding___RendererBinding__pipelineOwner_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.set$rootNode(t1); - t1 = _this.RendererBinding___RendererBinding__pipelineOwner_A._rootNode; - t1._relayoutBoundary = t1; - t1._object$_owner._nodesNeedingLayout.push(t1); - t2 = t1._updateMatricesAndCreateNewRootLayer$0(); - t1._layerHandle.set$layer(0, t2); - t1._object$_owner._nodesNeedingPaint.push(t1); _this.SchedulerBinding__persistentCallbacks.push(_this.get$_handlePersistentFrameCallback()); _this.initMouseTracker$0(); _this.SchedulerBinding__postFrameCallbacks.push(_this.get$_handleWebFirstFrame()); - t1 = _this.RendererBinding___RendererBinding__pipelineOwner_A; + t2 = _this.RendererBinding___RendererBinding__rootPipelineOwner_A; + t2 === $ && A.throwUnnamedLateFieldNI(); value = _this.RendererBinding___RendererBinding__manifold_FI; if (value === $) { result = new A._BindingPipelineManifold(_this, $.$get$ChangeNotifier__emptyListeners()); - _this.get$_binding1$_semanticsEnabled().addListener$1(0, result.get$notifyListeners()); + _this.get$_binding0$_semanticsEnabled().addListener$1(0, result.get$notifyListeners()); _this.RendererBinding___RendererBinding__manifold_FI !== $ && A.throwUnnamedLateFieldADI(); _this.RendererBinding___RendererBinding__manifold_FI = result; value = result; } - t1.attach$1(value); + t2.attach$1(value); }, initServiceExtensions$0() { var _this = this; @@ -281798,6 +289680,17 @@ _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1(), "debugDumpSemanticsTreeInInverseHitTestOrder"); _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2(), "profileRenderObjectPaints", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3()); _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4(), "profileRenderObjectLayouts", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5()); + }, + hitTestInView$3(result, position, viewId) { + var t2, + t1 = this.RendererBinding__viewIdToRenderView.$index(0, viewId); + if (t1 != null) { + t2 = t1.RenderObjectWithChildMixin__child; + if (t2 != null) + t2.hitTest$2$position(A.BoxHitTestResult$wrap(result), position); + result.add$1(0, new A.HitTestEntry(t1, type$.HitTestEntry_HitTestTarget)); + } + this.super$GestureBinding$hitTestInView(result, position, viewId); } }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding.prototype = { @@ -281808,38 +289701,37 @@ _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0(_this), "debugDumpFocusTree"); _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1(_this), "didSendFirstFrameEvent"); _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2(_this), "didSendFirstFrameRasterizedEvent"); - _this.registerServiceExtension$2$callback$name(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(_this), "fastReassemble"); - _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4(), "profileWidgetBuilds", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5()); - _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6(), "profileUserWidgetBuilds", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure7()); + _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3(), "profileWidgetBuilds", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4()); + _this.registerBoolServiceExtension$3$getter$name$setter(new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5(), "profileUserWidgetBuilds", new A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6()); }, handleMetricsChanged$0() { var t1, t2, _i; this.super$RendererBinding$handleMetricsChanged(); - for (t1 = this.WidgetsBinding__observers, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + for (t1 = A.List_List$of(this.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i].didChangeMetrics$0(); }, handleTextScaleFactorChanged$0() { var t1, t2, _i; this.super$RendererBinding$handleTextScaleFactorChanged(); - for (t1 = this.WidgetsBinding__observers, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + for (t1 = A.List_List$of(this.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i].didChangeTextScaleFactor$0(); }, handlePlatformBrightnessChanged$0() { var t1, t2, _i; this.super$RendererBinding$handlePlatformBrightnessChanged(); - for (t1 = this.WidgetsBinding__observers, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + for (t1 = A.List_List$of(this.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i].didChangePlatformBrightness$0(); }, handleAppLifecycleStateChanged$1(state) { var t1, t2, _i; this.super$SchedulerBinding$handleAppLifecycleStateChanged(state); - for (t1 = this.WidgetsBinding__observers, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + for (t1 = A.List_List$of(this.WidgetsBinding__observers, true, type$.WidgetsBindingObserver), t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i].didChangeAppLifecycleState$1(state); }, handleMemoryPressure$0() { var t1, _i; this.super$_WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding$handleMemoryPressure(); - for (t1 = this.WidgetsBinding__observers.length, _i = 0; _i < t1; ++_i) + for (t1 = A.List_List$of(this.WidgetsBinding__observers, true, type$.WidgetsBindingObserver).length, _i = 0; _i < t1; ++_i) ; }, drawFrame$0() { @@ -281947,7 +289839,7 @@ current = new A.Padding(t1, current, _null); t1 = _this.transform; if (t1 != null) - current = A.Transform$(_this.transformAlignment, current, t1, true); + current = A.Transform$(_this.transformAlignment, current, _null, t1, true); current.toString; return current; } @@ -282009,7 +289901,7 @@ call$1(context) { return new A._CaptureAll(this.capturedThemes._themes, this.contextMenuBuilder.call$1(context), null); }, - $signature: 52 + $signature: 46 }; A.DefaultSelectionStyle.prototype = { wrap$2(_, context, child) { @@ -282026,7 +289918,7 @@ t1 = B.DefaultSelectionStyle_mt1; return A.DefaultSelectionStyle$(this.child, t1.cursorColor, this.key, this.mouseCursor, t1.selectionColor); }, - $signature: 2536 + $signature: 1674 }; A._NullWidget2.prototype = { build$1(context) { @@ -282083,13 +289975,13 @@ t1 = true; return t1; }, - $signature: 683 + $signature: 776 }; A.DisplayFeatureSubScreen_avoidBounds_closure0.prototype = { call$1(d) { return d.get$bounds(d); }, - $signature: 2534 + $signature: 1702 }; A.DisposableBuildContext.prototype = { get$context(_) { @@ -282207,30 +290099,35 @@ return new A.ValueListenableBuilder(t1._draggable_scrollable_sheet$_currentSize, new A._DraggableScrollableSheetState_build_closure(_this), t2.builder$2(context, t3), null, type$.ValueListenableBuilder_double); }, dispose$0() { - this._widget.toString; - var t1 = this.___DraggableScrollableSheetState__scrollController_A; + var t1, _this = this; + _this._widget.toString; + t1 = _this.___DraggableScrollableSheetState__extent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._draggable_scrollable_sheet$_currentSize; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + t1 = _this.___DraggableScrollableSheetState__scrollController_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.dispose$0(); - this.super$State$dispose(); + _this.super$State$dispose(); }, _replaceExtent$1(oldWidget) { - var t2, t3, t4, t5, t6, _this = this, + var t2, t3, t4, t5, t6, t7, _this = this, t1 = _this.___DraggableScrollableSheetState__extent_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this._widget.minChildSize; t3 = _this._impliedSnapSizes$0(); t4 = _this._widget.initialChildSize; - t5 = t1.hasChanged ? A.clampDouble(t1._draggable_scrollable_sheet$_currentSize._change_notifier$_value, t2, 1) : t4; - t5 = A.ValueNotifier$(t5, type$.double); - t6 = t1.hasDragged; - t3 = A._DraggableSheetExtent$(t5, t1.hasChanged, t6, t4, 1, t2, true, false, null, t3); + t5 = t1.hasChanged; + t6 = t5 ? A.clampDouble(t1._draggable_scrollable_sheet$_currentSize._change_notifier$_value, t2, 1) : t4; + t7 = $.$get$ChangeNotifier__emptyListeners(); + t3 = A._DraggableSheetExtent$(new A.ValueNotifier(t6, t7, type$.ValueNotifier_double), t5, t1.hasDragged, t4, 1, t2, true, false, null, t3); _this.___DraggableScrollableSheetState__extent_A = t3; t2 = _this.___DraggableScrollableSheetState__scrollController_A; t2 === $ && A.throwUnnamedLateFieldNI(); t2.extent = t3; - _this._widget.toString; t1 = t1._draggable_scrollable_sheet$_currentSize; - t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__listeners = t7; t1.ChangeNotifier__count = 0; } }; @@ -282238,7 +290135,7 @@ call$3(context, currentSize, child) { return new A.LayoutBuilder(new A._DraggableScrollableSheetState_build__closure(this.$this, currentSize, child), null); }, - $signature: 2532 + $signature: 1707 }; A._DraggableScrollableSheetState_build__closure.prototype = { call$2(context, constraints) { @@ -282252,12 +290149,13 @@ sheet = A.FractionallySizedBox$(B.Alignment_0_1, this.child, this.currentSize, null); return sheet; }, - $signature: 221 + $signature: 237 }; A._DraggableScrollableSheetScrollController.prototype = { createScrollPosition$3(physics, context, oldPosition) { var t1 = physics.applyTo$1(B.AlwaysScrollableScrollPhysics_null), - t2 = new A._DraggableScrollableSheetScrollPosition(new A._DraggableScrollableSheetScrollController_createScrollPosition_closure(this), A.LinkedHashSet_LinkedHashSet$_empty(type$.AnimationController), B.ScrollDirection_0, t1, context, true, null, A.ValueNotifier$(false, type$.bool), $.$get$ChangeNotifier__emptyListeners()); + t2 = $.$get$ChangeNotifier__emptyListeners(); + t2 = new A._DraggableScrollableSheetScrollPosition(new A._DraggableScrollableSheetScrollController_createScrollPosition_closure(this), A.LinkedHashSet_LinkedHashSet$_empty(type$.AnimationController), B.ScrollDirection_0, t1, context, true, null, new A.ValueNotifier(false, t2, type$.ValueNotifier_bool), t2); t2.ScrollPosition$5$context$debugLabel$keepScrollOffset$oldPosition$physics(context, null, true, oldPosition, t1); t2.ScrollPositionWithSingleContext$6$context$debugLabel$initialPixels$keepScrollOffset$oldPosition$physics(context, null, 0, true, oldPosition, t1); return t2; @@ -282277,7 +290175,7 @@ call$0() { return this.$this.extent; }, - $signature: 2530 + $signature: 1708 }; A._DraggableScrollableSheetScrollPosition.prototype = { absorb$1(other) { @@ -282598,7 +290496,7 @@ var t1; this.super$RenderObjectWidget$updateRenderObject(context, renderObject); t1 = this.enabled; - renderObject._enabled = t1; + renderObject._editable_text$_enabled = t1; if (!t1) { t1 = renderObject._cancelCallback; if (t1 != null) @@ -282611,7 +290509,7 @@ A._RenderCompositionCallback.prototype = { paint$2(context, offset) { var _this = this; - if (_this._enabled) + if (_this._editable_text$_enabled) if (_this._cancelCallback == null) _this._cancelCallback = context._containerLayer.addCompositionCallback$1(_this.compositeCallback); _this.super$RenderProxyBoxMixin$paint(context, offset); @@ -282696,8 +290594,9 @@ }, createState$0() { var _null = null, - t1 = type$.LabeledGlobalKey_State_StatefulWidget; - return new A.EditableTextState(A.ValueNotifier$(true, type$.bool), new A.LabeledGlobalKey(_null, t1), new A.ClipboardStatusNotifier(B.ClipboardStatus_1, $.$get$ChangeNotifier__emptyListeners()), new A.LabeledGlobalKey(_null, t1), new A.LayerLink(), new A.LayerLink(), new A.LayerLink(), _null, _null, _null, B._StateLifecycle_0); + t1 = $.$get$ChangeNotifier__emptyListeners(), + t2 = type$.LabeledGlobalKey_State_StatefulWidget; + return new A.EditableTextState(new A.ValueNotifier(true, t1, type$.ValueNotifier_bool), new A.LabeledGlobalKey(_null, t2), new A._WebClipboardStatusNotifier(B.ClipboardStatus_0, B.ClipboardStatus_1, t1), new A.LabeledGlobalKey(_null, t2), new A.LayerLink(), new A.LayerLink(), new A.LayerLink(), _null, _null, _null, B._StateLifecycle_0); } }; A.EditableTextState.prototype = { @@ -282782,7 +290681,7 @@ var t1 = this._widget; if (!type$.TextSelectionHandleControls._is(t1.selectionControls)) return t1.toolbarOptions.paste && !t1.readOnly; - return !t1.readOnly && this.clipboardStatus._change_notifier$_value === B.ClipboardStatus_0; + return !t1.readOnly && this.clipboardStatus.value === B.ClipboardStatus_0; }, get$selectAllEnabled() { var t2, @@ -282825,6 +290724,51 @@ return t1; } }, + get$lookUpEnabled() { + var t1, t2, t3; + if (A.defaultTargetPlatform() !== B.TargetPlatform_2) + return false; + t1 = this._widget; + if (!t1.obscureText) { + t1 = t1.controller._change_notifier$_value; + t2 = t1.selection; + t3 = t2.start; + t2 = t2.end; + t1 = t3 !== t2 && B.JSString_methods.trim$0(B.JSString_methods.substring$2(t1.text, t3, t2)) !== ""; + } else + t1 = false; + return t1; + }, + get$searchWebEnabled() { + var t1, t2, t3; + if (A.defaultTargetPlatform() !== B.TargetPlatform_2) + return false; + t1 = this._widget; + if (!t1.obscureText) { + t1 = t1.controller._change_notifier$_value; + t2 = t1.selection; + t3 = t2.start; + t2 = t2.end; + t1 = t3 !== t2 && B.JSString_methods.trim$0(B.JSString_methods.substring$2(t1.text, t3, t2)) !== ""; + } else + t1 = false; + return t1; + }, + get$shareEnabled() { + var t1, t2, t3; + if (A.defaultTargetPlatform() !== B.TargetPlatform_2) + return false; + t1 = this._widget; + if (!t1.obscureText) { + t1 = t1.controller._change_notifier$_value; + t2 = t1.selection; + t3 = t2.start; + t2 = t2.end; + t1 = t3 !== t2 && B.JSString_methods.trim$0(B.JSString_methods.substring$2(t1.text, t3, t2)) !== ""; + } else + t1 = false; + return t1; + }, get$liveTextInputEnabled() { return false; }, @@ -282857,7 +290801,7 @@ break; } } - _this.clipboardStatus.update$0(0); + A.Future_Future$value(null, type$.void); }, cutSelection$1(cause) { var selection, text, t2, _this = this, @@ -282877,7 +290821,7 @@ $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.EditableTextState_cutSelection_closure(_this)); _this.hideToolbar$0(); } - _this.clipboardStatus.update$0(0); + A.Future_Future$value(null, type$.void); }, pasteText$1(cause) { return this.pasteText$body$EditableTextState(cause); @@ -282960,6 +290904,120 @@ } } }, + lookUpSelection$1(cause) { + return this.lookUpSelection$body$EditableTextState(cause); + }, + lookUpSelection$body$EditableTextState(cause) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$returnValue, $async$self = this, t1, t2, t3, text; + var $async$lookUpSelection$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + t1 = $async$self._widget; + t2 = t1.controller._change_notifier$_value; + t3 = t2.selection; + text = B.JSString_methods.substring$2(t2.text, t3.start, t3.end); + if (t1.obscureText || text.length === 0) { + // goto return + $async$goto = 1; + break; + } + $async$goto = 3; + return A._asyncAwait(B.OptionalMethodChannel_0.invokeMethod$1$2("LookUp.invoke", text, type$.dynamic), $async$lookUpSelection$1); + case 3: + // returning from await. + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$lookUpSelection$1, $async$completer); + }, + searchWebForSelection$1(cause) { + return this.searchWebForSelection$body$EditableTextState(cause); + }, + searchWebForSelection$body$EditableTextState(cause) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$returnValue, $async$self = this, t2, text, t1; + var $async$searchWebForSelection$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + t1 = $async$self._widget; + if (t1.obscureText) { + // goto return + $async$goto = 1; + break; + } + t1 = t1.controller._change_notifier$_value; + t2 = t1.selection; + text = B.JSString_methods.substring$2(t1.text, t2.start, t2.end); + $async$goto = text.length !== 0 ? 3 : 4; + break; + case 3: + // then + $async$goto = 5; + return A._asyncAwait(B.OptionalMethodChannel_0.invokeMethod$1$2("SearchWeb.invoke", text, type$.dynamic), $async$searchWebForSelection$1); + case 5: + // returning from await. + case 4: + // join + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$searchWebForSelection$1, $async$completer); + }, + shareSelection$1(cause) { + return this.shareSelection$body$EditableTextState(cause); + }, + shareSelection$body$EditableTextState(cause) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$returnValue, $async$self = this, t2, text, t1; + var $async$shareSelection$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + t1 = $async$self._widget; + if (t1.obscureText) { + // goto return + $async$goto = 1; + break; + } + t1 = t1.controller._change_notifier$_value; + t2 = t1.selection; + text = B.JSString_methods.substring$2(t1.text, t2.start, t2.end); + $async$goto = text.length !== 0 ? 3 : 4; + break; + case 3: + // then + $async$goto = 5; + return A._asyncAwait(B.OptionalMethodChannel_0.invokeMethod$1$2("Share.invoke", text, type$.dynamic), $async$shareSelection$1); + case 5: + // returning from await. + case 4: + // join + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$shareSelection$1, $async$completer); + }, _startLiveTextInput$1(cause) { if (!this.get$liveTextInputEnabled()) return; @@ -283039,32 +291097,41 @@ return A.TextSelectionToolbarAnchors_TextSelectionToolbarAnchors$fromSelection(glyphHeights.end, _this.get$renderEditable(), points, glyphHeights.start); }, get$contextMenuButtonItems() { - var t2, t3, t4, t5, t6, t7, resultButtonItem, t8, _this = this, _null = null, + var t2, t3, t4, t5, t6, t7, t8, t9, t10, resultButtonItem, t11, _this = this, _null = null, t1 = _this.buttonItemsForToolbarOptions$0(); if (t1 == null) { - t1 = _this.clipboardStatus._change_notifier$_value; + t1 = _this.clipboardStatus.value; t2 = _this.get$copyEnabled() ? new A.EditableTextState_contextMenuButtonItems_closure(_this) : _null; t3 = _this.get$cutEnabled() ? new A.EditableTextState_contextMenuButtonItems_closure0(_this) : _null; t4 = _this.get$pasteEnabled() ? new A.EditableTextState_contextMenuButtonItems_closure1(_this) : _null; t5 = _this.get$selectAllEnabled() ? new A.EditableTextState_contextMenuButtonItems_closure2(_this) : _null; - t6 = _this.get$liveTextInputEnabled() ? new A.EditableTextState_contextMenuButtonItems_closure3(_this) : _null; - t7 = type$.JSArray_ContextMenuButtonItem; - resultButtonItem = A._setArrayType([], t7); - t8 = t4 != null; - if (!t8 || t1 !== B.ClipboardStatus_1) { - t1 = A._setArrayType([], t7); + t6 = _this.get$lookUpEnabled() ? new A.EditableTextState_contextMenuButtonItems_closure3(_this) : _null; + t7 = _this.get$searchWebEnabled() ? new A.EditableTextState_contextMenuButtonItems_closure4(_this) : _null; + t8 = _this.get$shareEnabled() ? new A.EditableTextState_contextMenuButtonItems_closure5(_this) : _null; + t9 = _this.get$liveTextInputEnabled() ? new A.EditableTextState_contextMenuButtonItems_closure6(_this) : _null; + t10 = type$.JSArray_ContextMenuButtonItem; + resultButtonItem = A._setArrayType([], t10); + t11 = t4 != null; + if (!t11 || t1 !== B.ClipboardStatus_1) { + t1 = A._setArrayType([], t10); if (t3 != null) t1.push(new A.ContextMenuButtonItem(t3, B.ContextMenuButtonType_0, _null)); if (t2 != null) t1.push(new A.ContextMenuButtonItem(t2, B.ContextMenuButtonType_1, _null)); - if (t8) + if (t11) t1.push(new A.ContextMenuButtonItem(t4, B.ContextMenuButtonType_2, _null)); if (t5 != null) t1.push(new A.ContextMenuButtonItem(t5, B.ContextMenuButtonType_3, _null)); + if (t6 != null) + t1.push(new A.ContextMenuButtonItem(t6, B.ContextMenuButtonType_5, _null)); + if (t7 != null) + t1.push(new A.ContextMenuButtonItem(t7, B.ContextMenuButtonType_6, _null)); + if (t8 != null) + t1.push(new A.ContextMenuButtonItem(t8, B.ContextMenuButtonType_7, _null)); B.JSArray_methods.addAll$1(resultButtonItem, t1); } - if (t6 != null) - resultButtonItem.push(new A.ContextMenuButtonItem(t6, B.ContextMenuButtonType_5, _null)); + if (t9 != null) + resultButtonItem.push(new A.ContextMenuButtonItem(t9, B.ContextMenuButtonType_8, _null)); t1 = resultButtonItem; } return t1; @@ -283084,7 +291151,7 @@ _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_14); + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_16); t1 = t1 == null ? null : t1.boldText; t2 = _this._widget; _this.__EditableTextState__style_A = t1 === true ? t2.style.merge$1(B.TextStyle_LxF) : t2.style; @@ -283137,7 +291204,7 @@ } }, didUpdateWidget$1(oldWidget) { - var t1, t2, t3, canPaste, _this = this; + var t1, t2, t3, canPaste, _this = this, _null = null; _this.super$State$didUpdateWidget(oldWidget); t1 = oldWidget.controller; if (_this._widget.controller !== t1) { @@ -283158,7 +291225,7 @@ if (_this._widget.autofillClient != t1) { t2 = _this._currentAutofillScope; if (t2 != null) { - t1 = t1 == null ? null : t1.get$autofillId(); + t1 = t1 == null ? _null : t1.get$autofillId(); if (t1 == null) t1 = "EditableText-" + A.Primitives_objectHashCode(_this); t2._autofill$_clients.remove$1(0, t1); @@ -283202,8 +291269,8 @@ if (!_this._widget.style.$eq(0, oldWidget.style)) { t1 = _this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_14); - t1 = t1 == null ? null : t1.boldText; + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_16); + t1 = t1 == null ? _null : t1.boldText; t2 = _this._widget; _this.__EditableTextState__style_A = t1 === true ? t2.style.merge$1(B.TextStyle_LxF) : t2.style; if (_this.get$_hasInputConnection()) { @@ -283220,11 +291287,11 @@ if (type$.TextSelectionHandleControls._is(t1)) canPaste = _this.get$pasteEnabled(); else { - t1 = t1 == null && null; + t1 = t1 == null && _null; canPaste = t1 === true; } if (_this._widget.enableInteractiveSelection && _this.get$pasteEnabled() && canPaste) - _this.clipboardStatus.update$0(0); + A.Future_Future$value(_null, type$.void); }, dispose$0() { var t2, _this = this, @@ -283395,7 +291462,7 @@ t1 = _this.get$renderEditable(); t3 = t1._editable$_textPainter; t4 = t3._layoutCache.layout._paragraph; - bottomBound = Math.ceil(t4.get$height(t4)) - t3.get$preferredLineHeight() + 5; + bottomBound = t4.get$height(t4) - t3.get$preferredLineHeight() + 5; rightBound = t3._layoutCache.contentWidth + 4; t3 = t1._previousOffset; deltaPosition = t3 != null ? rawCursorOffset.$sub(0, t3) : B.Offset_0_0; @@ -283695,7 +291762,7 @@ if (_this.get$_hasInputConnection()) { _this._textInputConnection.toString; _this._lastKnownRemoteTextEditingValue = _this._textInputConnection = $.$get$TextInput__instance()._currentConnection = null; - _this._finalizeEditing$2$shouldUnfocus(B.TextInputAction_2, true); + _this._widget.focusNode.unfocus$0(); } }, _unflagInternalFocus$0() { @@ -283737,7 +291804,7 @@ this._scribbleCacheKey = null; }, _createSelectionOverlay$0() { - var t3, t4, t5, t6, t7, t8, t9, t10, t11, selectionOverlay, t12, _this = this, + var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, selectionOverlay, _this = this, t1 = _this._widget, contextMenuBuilder = t1.contextMenuBuilder, t2 = _this._framework$_element; @@ -283749,20 +291816,20 @@ t7 = t5.dragStartBehavior; t8 = t5.onSelectionHandleTapped; t5 = t5.magnifierConfiguration; - t9 = type$.bool; - t10 = A.ValueNotifier$(false, t9); - t11 = A.ValueNotifier$(false, t9); - t9 = A.ValueNotifier$(false, t9); - selectionOverlay = new A.TextSelectionOverlay(t2, t4, t6, _this, new A.EditableTextState__createSelectionOverlay_closure(_this, contextMenuBuilder), t3, t10, t11, t9); + t9 = $.$get$ChangeNotifier__emptyListeners(); + t10 = type$.ValueNotifier_bool; + t11 = new A.ValueNotifier(false, t9, t10); + t12 = new A.ValueNotifier(false, t9, t10); + t10 = new A.ValueNotifier(false, t9, t10); + selectionOverlay = new A.TextSelectionOverlay(t2, t4, t6, _this, new A.EditableTextState__createSelectionOverlay_closure(_this, contextMenuBuilder), t3, t11, t12, t10); t3 = selectionOverlay.get$_updateTextSelectionOverlayVisibilities(); t4._selectionStartInViewport.addListener$1(0, t3); t4._selectionEndInViewport.addListener$1(0, t3); selectionOverlay._updateTextSelectionOverlayVisibilities$0(); t3 = selectionOverlay.get$_handleAnyDragEnd(); t4 = t4._lastSecondaryTapDownPosition; - t12 = A.ValueNotifier$(B.MagnifierInfo_Rjn, type$.MagnifierInfo); selectionOverlay.__TextSelectionOverlay__selectionOverlay_F !== $ && A.throwUnnamedLateFieldAI(); - selectionOverlay.__TextSelectionOverlay__selectionOverlay_F = new A.SelectionOverlay(t2, t12, new A.MagnifierController(), t5, B.TextSelectionHandleType_2, 0, t10, selectionOverlay.get$_handleSelectionStartHandleDragStart(), selectionOverlay.get$_handleSelectionStartHandleDragUpdate(), t3, B.TextSelectionHandleType_2, 0, t11, selectionOverlay.get$_handleSelectionEndHandleDragStart(), selectionOverlay.get$_handleSelectionEndHandleDragUpdate(), t3, t9, B.List_empty11, t1, _this._toolbarLayerLink, _this._startHandleLayerLink, _this._endHandleLayerLink, t6, _this, t7, t8, _this.clipboardStatus, t4, new A.ContextMenuController(), new A.ContextMenuController()); + selectionOverlay.__TextSelectionOverlay__selectionOverlay_F = new A.SelectionOverlay(t2, new A.ValueNotifier(B.MagnifierInfo_Rjn, t9, type$.ValueNotifier_MagnifierInfo), new A.MagnifierController(), t5, B.TextSelectionHandleType_2, 0, t11, selectionOverlay.get$_handleSelectionStartHandleDragStart(), selectionOverlay.get$_handleSelectionStartHandleDragUpdate(), t3, B.TextSelectionHandleType_2, 0, t12, selectionOverlay.get$_handleSelectionEndHandleDragStart(), selectionOverlay.get$_handleSelectionEndHandleDragUpdate(), t3, t10, B.List_empty11, t1, _this._toolbarLayerLink, _this._startHandleLayerLink, _this._endHandleLayerLink, t6, _this, t7, t8, _this.clipboardStatus, t4, new A.ContextMenuController(), new A.ContextMenuController()); return selectionOverlay; }, _handleSelectionChanged$2(selection, cause) { @@ -283991,13 +292058,16 @@ } }, _onCursorColorTick$0() { - var _this = this, - t1 = _this.get$renderEditable(), - t2 = _this._widget.cursorColor, - t3 = _this.get$_cursorBlinkOpacityController().__AnimationController__value_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t2 = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t3), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255); - t1.get$_caretPainter().set$caretColor(t2); + var t2, effectiveOpacity, _this = this, + t1 = _this._widget.cursorColor; + t1 = t1.get$value(t1); + t2 = _this.get$_cursorBlinkOpacityController().__AnimationController__value_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + effectiveOpacity = Math.min((t1 >>> 24 & 255) / 255, t2); + t2 = _this.get$renderEditable(); + t1 = _this._widget.cursorColor; + t1 = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * effectiveOpacity), t1.get$value(t1) >>> 16 & 255, t1.get$value(t1) >>> 8 & 255, t1.get$value(t1) & 255); + t2.get$_caretPainter().set$caretColor(t1); if (_this._widget.showCursor) { t1 = _this.get$_cursorBlinkOpacityController().__AnimationController__value_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -284134,7 +292204,7 @@ return selection; }, _compositeCallback$1(layer) { - if (this.get$renderEditable()._object$_owner == null || !this.get$_hasInputConnection()) + if (this.get$renderEditable()._owner == null || !this.get$_hasInputConnection()) return; this._updateSizeAndTransform$0(); }, @@ -284163,7 +292233,7 @@ return this._schedulePeriodicPostFrameCallbacks$1(null); }, _updateSelectionRects$1$force(force) { - var t1, t2, t3, t4, t5, t6, t7, t8, newCacheKey, comparison, rects, plainText, characterRange, graphemeStart, graphemeEnd, boxes, box, _this = this, _null = null; + var t1, _0_0, _0_1, _0_4, _0_2, textScaler, t2, textScaleFactor, t3, t4, t5, t6, t7, t8, newCacheKey, comparison, rects, plainText, characterRange, graphemeStart, graphemeEnd, boxes, box, _this = this, _null = null; _this._widget.toString; t1 = A.defaultTargetPlatform(); if (t1 !== B.TargetPlatform_2) @@ -284172,15 +292242,51 @@ return; t1 = _this.get$renderEditable()._editable$_textPainter._text_painter$_text; t1.toString; - t2 = _this._widget.textAlign; - t3 = _this.get$_editable_text$_textDirection(); - t4 = _this._widget.textScaleFactor; - t5 = _this._framework$_element; - t5.toString; - t5 = A.MediaQuery__maybeOf(t5, B._MediaQueryAspect_3); - t4 = t5 == null ? _null : t5.textScaleFactor; - if (t4 == null) - t4 = 1; + _0_0 = new A._Record_2(_this._widget.textScaler, _null); + _0_1 = A._InitializedCell$named("#0#1", new A.EditableTextState__updateSelectionRects_closure(_0_0)); + _0_4 = A._InitializedCell$named("#0#4", new A.EditableTextState__updateSelectionRects_closure0(_0_1)); + _0_2 = A._InitializedCell$named("#0#2", new A.EditableTextState__updateSelectionRects_closure1(_0_0)); + $label0$0: { + if (type$.TextScaler._is(_0_1._readFinal$0())) { + textScaler = _0_1._readFinal$0(); + t2 = true; + } else { + textScaler = _null; + t2 = false; + } + if (t2) { + t2 = textScaler; + break $label0$0; + } + if (_0_4._readFinal$0()) + if (typeof _0_2._readFinal$0() == "number") { + textScaleFactor = _0_2._readFinal$0(); + t2 = true; + } else { + textScaleFactor = _null; + t2 = false; + } + else { + textScaleFactor = _null; + t2 = false; + } + if (t2) { + t2 = new A._LinearTextScaler(textScaleFactor); + break $label0$0; + } + if (_0_4._readFinal$0() && _0_2._readFinal$0() == null) { + t2 = _this._framework$_element; + t2.toString; + t2 = A.MediaQuery__maybeOf(t2, B._MediaQueryAspect_4); + t2 = t2 == null ? _null : t2.get$textScaler(); + if (t2 == null) + t2 = B._LinearTextScaler_1; + break $label0$0; + } + t2 = _null; + } + t3 = _this._widget.textAlign; + t4 = _this.get$_editable_text$_textDirection(); _this._widget.toString; t5 = _this._framework$_element; t5.toString; @@ -284188,7 +292294,7 @@ t6 = _this._widget.get$strutStyle(); t7 = _this._placeholderLocation; t8 = _this.get$renderEditable(); - newCacheKey = new A._ScribbleCacheKey(t2, t3, t4, t5, _null, t6, t7, t8.get$size(t8), t1); + newCacheKey = new A._ScribbleCacheKey(t3, t4, t2, t5, _null, t6, t7, t8.get$size(t8), t1); if (force) comparison = B.RenderComparison_3; else { @@ -284341,7 +292447,9 @@ t1 = t2._handles; if (t1 != null) { t1[0].remove$0(0); + t2._handles[0].dispose$0(); t2._handles[1].remove$0(0); + t2._handles[1].dispose$0(); t2._handles = null; } return true; @@ -284492,7 +292600,7 @@ t1 = t1 === true; } else t1 = false; - t1 = t1 && _this.clipboardStatus._change_notifier$_value === B.ClipboardStatus_0; + t1 = t1 && _this.clipboardStatus.value === B.ClipboardStatus_0; } else t1 = false; else @@ -284855,28 +292963,70 @@ return value; }, build$1(context) { - var controls, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, + var t1, controls, _0_0, _0_1, _0_4, _0_2, textScaler, textScaleFactor, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, _null = null, _s12_ = "EditableText"; _this.super$AutomaticKeepAliveClientMixin$build(context); - controls = _this._widget.selectionControls; - t1 = _this.get$_hasInputConnection(); - t2 = _this._widget; - t2 = t2.mouseCursor; - if (t2 == null) - t2 = B.SystemMouseCursor_text; - t3 = _this.get$_editable_text$_actions(); - t4 = _this._widget; - t5 = t4.controller; - t6 = t4.focusNode; - t7 = t4.undoController; - t4 = t4.maxLines !== 1 ? B.AxisDirection_2 : B.AxisDirection_1; - t8 = _this.get$_scrollController(); - t9 = _this._widget; - t10 = t9.scrollPhysics; - t11 = t9.dragStartBehavior; - t9 = t9.restorationId; - t12 = A.ScrollConfiguration_of(context).copyWith$2$overscroll$scrollbars(false, _this._widget.maxLines !== 1); - return new A._CompositionCallback(_this.get$_compositeCallback(), t1, A.TextFieldTapRegion$(A.MouseRegion$(A.Actions$(t3, new A.UndoHistory(t5, new A.EditableTextState_build_closure(_this), new A.EditableTextState_build_closure0(_this), t6, t7, A.Focus$(false, _null, A.Scrollable$(t4, B.Clip_1, t8, t11, true, _this._scrollableKey, t10, t9, t12, _null, new A.EditableTextState_build_closure1(_this, controls)), _s12_, _null, _null, t6, false, _null, _null, _null, _null, _null, _null), _null, type$.UndoHistory_TextEditingValue)), t2, _null, _null, _null, _null, _null), _s12_, _this.get$_defaultOnTapOutside()), _null); + t1 = _this._widget; + controls = t1.selectionControls; + _0_0 = new A._Record_2(t1.textScaler, _null); + _0_1 = A._InitializedCell$named("#0#1", new A.EditableTextState_build_closure(_0_0)); + _0_4 = A._InitializedCell$named("#0#4", new A.EditableTextState_build_closure0(_0_1)); + _0_2 = A._InitializedCell$named("#0#2", new A.EditableTextState_build_closure1(_0_0)); + $label0$0: { + if (type$.TextScaler._is(_0_1._readFinal$0())) { + textScaler = _0_1._readFinal$0(); + t1 = true; + } else { + textScaler = _null; + t1 = false; + } + if (t1) { + t1 = textScaler; + break $label0$0; + } + if (_0_4._readFinal$0()) + if (typeof _0_2._readFinal$0() == "number") { + textScaleFactor = _0_2._readFinal$0(); + t1 = true; + } else { + textScaleFactor = _null; + t1 = false; + } + else { + textScaleFactor = _null; + t1 = false; + } + if (t1) { + t1 = new A._LinearTextScaler(textScaleFactor); + break $label0$0; + } + if (_0_4._readFinal$0() && _0_2._readFinal$0() == null) { + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t1 = t1 == null ? _null : t1.get$textScaler(); + if (t1 == null) + t1 = B._LinearTextScaler_1; + break $label0$0; + } + t1 = _null; + } + t2 = _this.get$_hasInputConnection(); + t3 = _this._widget; + t3 = t3.mouseCursor; + if (t3 == null) + t3 = B.SystemMouseCursor_text; + t4 = _this.get$_editable_text$_actions(); + t5 = _this._widget; + t6 = t5.controller; + t7 = t5.focusNode; + t8 = t5.undoController; + t5 = t5.maxLines !== 1 ? B.AxisDirection_2 : B.AxisDirection_1; + t9 = _this.get$_scrollController(); + t10 = _this._widget; + t11 = t10.scrollPhysics; + t12 = t10.dragStartBehavior; + t10 = t10.restorationId; + t13 = A.ScrollConfiguration_of(context).copyWith$2$overscroll$scrollbars(false, _this._widget.maxLines !== 1); + return new A._CompositionCallback(_this.get$_compositeCallback(), t2, A.TextFieldTapRegion$(A.MouseRegion$(A.Actions$(t4, new A.UndoHistory(t6, new A.EditableTextState_build_closure2(_this), new A.EditableTextState_build_closure3(_this), t7, t8, A.Focus$(false, _null, A.Scrollable$(t5, B.Clip_1, t9, t12, true, _this._scrollableKey, t11, t10, t13, _null, new A.EditableTextState_build_closure4(_this, controls, t1)), _s12_, _null, _null, t7, false, _null, _null, _null, _null, _null, _null), _null, type$.UndoHistory_TextEditingValue)), t3, _null, _null, _null, _null, _null), _s12_, _this.get$_defaultOnTapOutside()), _null); }, buildTextSpan$0() { var text, brieflyShowPassword, o, t2, placeholders, placeholderLocation, withComposing, composingRegionOutOfRange, t3, t4, _this = this, _null = null, @@ -284950,7 +293100,7 @@ if (t1._framework$_element != null) t1.bringIntoView$1(t1._widget.controller._change_notifier$_value.selection.get$extent()); }, - $signature: 11 + $signature: 12 }; A.EditableTextState_pasteText_closure.prototype = { call$1(_) { @@ -284958,7 +293108,7 @@ if (t1._framework$_element != null) t1.bringIntoView$1(t1._widget.controller._change_notifier$_value.selection.get$extent()); }, - $signature: 11 + $signature: 12 }; A.EditableTextState_buttonItemsForToolbarOptions_closure.prototype = { call$0() { @@ -285009,6 +293159,24 @@ $signature: 0 }; A.EditableTextState_contextMenuButtonItems_closure3.prototype = { + call$0() { + return this.$this.lookUpSelection$1(B.SelectionChangedCause_5); + }, + $signature: 0 + }; + A.EditableTextState_contextMenuButtonItems_closure4.prototype = { + call$0() { + return this.$this.searchWebForSelection$1(B.SelectionChangedCause_5); + }, + $signature: 0 + }; + A.EditableTextState_contextMenuButtonItems_closure5.prototype = { + call$0() { + return this.$this.shareSelection$1(B.SelectionChangedCause_5); + }, + $signature: 0 + }; + A.EditableTextState_contextMenuButtonItems_closure6.prototype = { call$0() { return this.$this._startLiveTextInput$1(B.SelectionChangedCause_5); }, @@ -285026,19 +293194,19 @@ A.FocusScope_of(t2).autofocus$1(0, t1._widget.focusNode); } }, - $signature: 11 + $signature: 12 }; A.EditableTextState_didUpdateWidget_closure.prototype = { call$1(_) { this.$this._openInputConnection$0(); }, - $signature: 11 + $signature: 12 }; A.EditableTextState__createSelectionOverlay_closure.prototype = { call$1(context) { return this.contextMenuBuilder.call$2(context, this.$this); }, - $signature: 52 + $signature: 46 }; A.EditableTextState__scheduleShowCaretOnScreen_closure.prototype = { call$1(_) { @@ -285089,7 +293257,7 @@ t2.showOnScreen$1$rect(caretPadding.inflateRect$1(rectToReveal)); } }, - $signature: 11 + $signature: 12 }; A.EditableTextState_didChangeMetrics_closure.prototype = { call$1(_) { @@ -285101,19 +293269,19 @@ t1.markNeedsBuild$0(); } }, - $signature: 11 + $signature: 12 }; A.EditableTextState__formatAndSetValue_closure.prototype = { call$2(newValue, formatter) { return formatter.formatEditUpdate$2(this.$this._widget.controller._change_notifier$_value, newValue); }, - $signature: 2497 + $signature: 1831 }; A.EditableTextState__startCursorBlink_closure.prototype = { call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 222 + $signature: 229 }; A.EditableTextState__onCursorTick_closure.prototype = { call$0() { @@ -285131,7 +293299,7 @@ call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 222 + $signature: 229 }; A.EditableTextState__didChangeTextEditingValue_closure.prototype = { call$0() { @@ -285144,6 +293312,24 @@ }, $signature: 0 }; + A.EditableTextState__updateSelectionRects_closure.prototype = { + call$0() { + return this._0_0._0; + }, + $signature: 502 + }; + A.EditableTextState__updateSelectionRects_closure1.prototype = { + call$0() { + return this._0_0._1; + }, + $signature: 376 + }; + A.EditableTextState__updateSelectionRects_closure0.prototype = { + call$0() { + return this._0_1._readFinal$0() == null; + }, + $signature: 18 + }; A.EditableTextState_showSpellCheckSuggestionsToolbar_closure.prototype = { call$1(context) { var t1 = this.$this, @@ -285151,7 +293337,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t2.spellCheckSuggestionsToolbarBuilder.call$2(context, t1); }, - $signature: 52 + $signature: 46 }; A.EditableTextState_insertTextPlaceholder_closure.prototype = { call$0() { @@ -285198,15 +293384,33 @@ call$1(intent) { return this.$this.pasteText$1(B.SelectionChangedCause_4); }, - $signature: 2471 + $signature: 1860 + }; + A.EditableTextState_build_closure.prototype = { + call$0() { + return this._0_0._0; + }, + $signature: 502 + }; + A.EditableTextState_build_closure1.prototype = { + call$0() { + return this._0_0._1; + }, + $signature: 376 }; A.EditableTextState_build_closure0.prototype = { + call$0() { + return this._0_1._readFinal$0() == null; + }, + $signature: 18 + }; + A.EditableTextState_build_closure3.prototype = { call$1(value) { this.$this.userUpdateTextEditingValue$2(value, B.SelectionChangedCause_4); }, - $signature: 2470 + $signature: 1890 }; - A.EditableTextState_build_closure.prototype = { + A.EditableTextState_build_closure2.prototype = { call$2(oldValue, newValue) { var t1; if (!newValue.selection.get$isValid()) @@ -285228,11 +293432,11 @@ } return oldValue.text !== newValue.text || !oldValue.composing.$eq(0, newValue.composing); }, - $signature: 2469 + $signature: 1900 }; - A.EditableTextState_build_closure1.prototype = { + A.EditableTextState_build_closure4.prototype = { call$2(context, offset) { - var t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t0, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, _null = null, + var t5, t6, t7, t8, t9, t10, effectiveOpacity, t11, t12, t13, t14, t15, t16, t17, t18, t19, t0, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, _null = null, t1 = this.$this, t2 = this.controls, t3 = t1._semanticsOnCopy$1(t2), @@ -285244,14 +293448,17 @@ t8 = t1._widget; t9 = t8.controller._change_notifier$_value; t8 = t8.cursorColor; + t8 = t8.get$value(t8); t10 = t1.get$_cursorBlinkOpacityController().__AnimationController__value_A; t10 === $ && A.throwUnnamedLateFieldNI(); - t8 = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * t10), t8.get$value(t8) >>> 16 & 255, t8.get$value(t8) >>> 8 & 255, t8.get$value(t8) & 255); - t10 = t1._widget; - t11 = t10.backgroundCursorColor; - t12 = t10.forceLine; - t13 = t10.readOnly; - t10 = t10.focusNode.get$hasFocus(); + effectiveOpacity = Math.min((t8 >>> 24 & 255) / 255, t10); + t10 = t1._widget.cursorColor; + t10 = A.Color$fromARGB(B.JSNumber_methods.round$0(255 * effectiveOpacity), t10.get$value(t10) >>> 16 & 255, t10.get$value(t10) >>> 8 & 255, t10.get$value(t10) & 255); + t8 = t1._widget; + t11 = t8.backgroundCursorColor; + t12 = t8.forceLine; + t13 = t8.readOnly; + t8 = t8.focusNode.get$hasFocus(); t14 = t1._widget; t15 = t14.maxLines; t16 = t14.minLines; @@ -285279,12 +293486,7 @@ t19 = t18; t18 = t0; } - t19 = t19.textScaleFactor; - t20 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t19 = t20 == null ? _null : t20.textScaleFactor; - if (t19 == null) - t19 = 1; - t20 = t1._widget.textAlign; + t20 = this.effectiveTextScaler; t21 = t1.get$_editable_text$_textDirection(); t1._widget.toString; t22 = A.DefaultTextHeightBehavior_maybeOf(context); @@ -285312,10 +293514,10 @@ t36 = t1._widget; t37 = t36.autocorrectionTextRectColor; t36 = t36.clipBehavior; - t38 = A.WidgetSpan_extractFromInlineSpan(t7, t19); - return new A.CompositedTransformTarget(t1._toolbarLayerLink, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, t4, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A._ScribbleFocusable(new A._Editable(t7, t9, t8, t1._startHandleLayerLink, t1._endHandleLayerLink, t11, t1._cursorVisibilityNotifier, t12, t13, t10, t15, t16, t17, t14, t18, t19, t20, t21, _null, t25, t26, t22, t24, offset, true, t27, t28, t29, t30, t33, t31, t32, t23, t1, t34.devicePixelRatio, t35, t37, t36, t38, t6), t5, t6, new A.EditableTextState_build__closure(t1), true, _null), _null), _null); + t38 = A.WidgetSpan_extractFromInlineSpan(t7, t20); + return new A.CompositedTransformTarget(t1._toolbarLayerLink, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, t4, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A._ScribbleFocusable(new A._Editable(t7, t9, t10, t1._startHandleLayerLink, t1._endHandleLayerLink, t11, t1._cursorVisibilityNotifier, t12, t13, t8, t15, t16, t17, t14, t18, t20, t19.textAlign, t21, _null, t25, t26, t22, t24, offset, true, t27, t28, t29, t30, t33, t31, t32, t23, t1, t34.devicePixelRatio, t35, t37, t36, t38, t6), t5, t6, new A.EditableTextState_build__closure(t1), true, _null), _null), _null); }, - $signature: 2462 + $signature: 1901 }; A.EditableTextState_build__closure.prototype = { call$0() { @@ -285327,26 +293529,28 @@ }; A._Editable.prototype = { createRenderObject$1(context) { - var t8, t9, _this = this, _null = null, + var t10, _this = this, _null = null, t1 = _this.maxLines, - t2 = A.Localizations_maybeLocaleOf(context), - t3 = _this.value.selection, - t4 = A._TextHighlightPainter$(), + t2 = _this.textScaler, + t3 = A.Localizations_maybeLocaleOf(context), + t4 = _this.value.selection, t5 = A._TextHighlightPainter$(), - t6 = type$.bool, - t7 = A.ValueNotifier$(true, t6); - t6 = A.ValueNotifier$(true, t6); - t8 = A.LayerHandle$(type$.ClipRectLayer); - t9 = t1 === 1 ? 1 : _null; - t9 = A.TextPainter$(_null, t2, t9, _this.strutStyle, _this.inlineSpan, _this.textAlign, _this.textDirection, _this.textHeightBehavior, _this.textScaleFactor, _this.textWidthBasis); - t1 = new A.RenderEditable(t4, t5, true, _this.devicePixelRatio, _this.obscuringCharacter, _this.obscureText, _this.textSelectionDelegate, t7, t6, t9, _this.showCursor, _this.hasFocus, _this.forceLine, _this.readOnly, t1, _this.minLines, _this.expands, t3, _this.offset, _this.cursorWidth, _this.cursorHeight, _this.paintCursorAboveText, _this.startHandleLayerLink, _this.endHandleLayerLink, _this.enableInteractiveSelection, _this.clipBehavior, B.Offset_0_0, t8, 0, _null, _null, false, A.LayerHandle$(type$.ContainerLayer_2)); + t6 = A._TextHighlightPainter$(), + t7 = $.$get$ChangeNotifier__emptyListeners(), + t8 = type$.ValueNotifier_bool, + t9 = A.LayerHandle$(type$.ClipRectLayer); + if (t2.$eq(0, B._LinearTextScaler_1)) + t2 = new A._LinearTextScaler(1); + t10 = t1 === 1 ? 1 : _null; + t2 = A.TextPainter$(_null, t3, t10, _this.strutStyle, _this.inlineSpan, _this.textAlign, _this.textDirection, _this.textHeightBehavior, t2, _this.textWidthBasis); + t1 = new A.RenderEditable(t5, t6, true, _this.devicePixelRatio, _this.obscuringCharacter, _this.obscureText, _this.textSelectionDelegate, new A.ValueNotifier(true, t7, t8), new A.ValueNotifier(true, t7, t8), t2, _this.showCursor, _this.hasFocus, _this.forceLine, _this.readOnly, t1, _this.minLines, _this.expands, t4, _this.offset, _this.cursorWidth, _this.cursorHeight, _this.paintCursorAboveText, _this.startHandleLayerLink, _this.endHandleLayerLink, _this.enableInteractiveSelection, _this.clipBehavior, B.Offset_0_0, t9, 0, _null, _null, false, A.LayerHandle$(type$.ContainerLayer_2)); t1.RenderObject$0(); - t4.set$highlightColor(_this.selectionColor); - t4.set$highlightedRange(t3); - t4.set$selectionHeightStyle(_this.selectionHeightStyle); - t4.set$selectionWidthStyle(_this.selectionWidthStyle); - t5.set$highlightColor(_this.promptRectColor); - t5.set$highlightedRange(_this.promptRectRange); + t5.set$highlightColor(_this.selectionColor); + t5.set$highlightedRange(t4); + t5.set$selectionHeightStyle(_this.selectionHeightStyle); + t5.set$selectionWidthStyle(_this.selectionWidthStyle); + t6.set$highlightColor(_this.promptRectColor); + t6.set$highlightedRange(_this.promptRectRange); t1.get$_caretPainter().set$caretColor(_this.cursorColor); t1.get$_caretPainter().set$cursorRadius(_this.cursorRadius); t1.get$_caretPainter().set$cursorOffset(_this.cursorOffset); @@ -285373,7 +293577,7 @@ renderObject.set$strutStyle(_this.strutStyle); t1 = renderObject._selectionPainter; t1.set$highlightColor(_this.selectionColor); - renderObject.set$textScaleFactor(_this.textScaleFactor); + renderObject.set$textScaler(_this.textScaler); renderObject.set$textAlign(0, _this.textAlign); renderObject.set$textDirection(_this.textDirection); t2 = A.Localizations_maybeLocaleOf(context); @@ -285416,7 +293620,7 @@ return B.RenderComparison_0; if (_this.textAlign === other.textAlign) if (_this.textDirection === other.textDirection) { - if (_this.textScaleFactor === other.textScaleFactor) + if (_this.textScaler.$eq(0, other.textScaler)) t1 = !B.TextHeightBehavior_TextLeadingDistribution_0.$eq(0, B.TextHeightBehavior_TextLeadingDistribution_0) || !_this.structStyle.$eq(0, other.structStyle) || _this.placeholder !== other.placeholder || !_this.size.$eq(0, other.size); else t1 = true; @@ -285460,7 +293664,7 @@ return type$.nullable_RenderEditable._as(t1); }, isInScribbleRect$1(rect) { - var intersection, result, t2, t3, t4, _this = this, + var intersection, result, t2, t3, _this = this, calculatedBounds = _this.get$bounds(_this), t1 = _this.get$renderEditable(); t1 = t1 == null ? null : t1._readOnly; @@ -285477,16 +293681,12 @@ t2 = intersection.get$center(); t3 = _this._framework$_element; t3.toString; - t3 = A.View_maybeOf(t3).viewId; - t4 = t1.RendererBinding___RendererBinding__pipelineOwner_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t4._rootNode.hitTest$2$position(result, t2); - t1.super$GestureBinding$hitTestInView(result, t2, t3); + t1.hitTestInView$3(result, t2, A.View_maybeOf(t3).viewId); return B.JSArray_methods.any$1(result._hit_test$_path, new A._ScribbleFocusableState_isInScribbleRect_closure(_this)); }, get$bounds(_) { var box = type$.nullable_RenderBox._as(this._framework$_element.get$renderObject()); - if (box == null || this._framework$_element == null || box._object$_owner == null) + if (box == null || this._framework$_element == null || box._owner == null) return B.Rect_0_0_0_0; return A.MatrixUtils_transformRect(box.getTransformTo$1(0, null), new A.Rect(0, 0, 0 + box.get$size(box)._dx, 0 + box.get$size(box)._dy)); }, @@ -285499,16 +293699,16 @@ call$1(entry) { return entry.target.$eq(0, this.$this.get$renderEditable()); }, - $signature: 2461 + $signature: 1903 }; A._ScribblePlaceholder.prototype = { - build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor) { + build$3$dimensions$textScaler(builder, dimensions, textScaler) { var t1 = this.style, hasStyle = t1 != null; if (hasStyle) - builder.pushStyle$1(t1.getTextStyle$1$textScaleFactor(textScaleFactor)); + builder.pushStyle$1(t1.getTextStyle$1$textScaler(textScaler)); t1 = this.size; - builder.addPlaceholder$4$scale(t1._dx, t1._dy, this.alignment, textScaleFactor); + builder.addPlaceholder$3(t1._dx * textScaler.get$textScaleFactor(), t1._dy * textScaler.get$textScaleFactor(), this.alignment); if (hasStyle) builder.pop$0(); } @@ -285762,6 +293962,11 @@ } }; A._GlyphHeights.prototype = {}; + A._WebClipboardStatusNotifier.prototype = { + get$value(receiver) { + return this.value; + } + }; A._EditableTextState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { this.super$State$initState(); @@ -285818,7 +294023,7 @@ if (t2 != null) { if (t2._primaryFocus === t1) t2._primaryFocus = null; - t2._dirtyNodes.remove$1(0, t1); + t2._focus_manager$_dirtyNodes.remove$1(0, t1); } t2 = t1._focus_manager$_parent; if (t2 != null) @@ -285835,7 +294040,7 @@ t2.toString; $parent = A.Focus_maybeOf(t2, true, true); } - ($parent == null ? t1._context._owner.focusManager.rootScope : $parent)._reparent$1(t1); + ($parent == null ? t1._context._framework$_owner.focusManager.rootScope : $parent)._reparent$1(t1); } }, reparent$0() { @@ -285863,7 +294068,7 @@ t1 = _this._manager; if (t1 != null) { t1._markNeedsUpdate$0(); - t1._dirtyNodes.add$1(0, _this); + t1._focus_manager$_dirtyNodes.add$1(0, _this); } } }, @@ -285888,7 +294093,7 @@ t1 = _this._manager; if (t1 != null) { t1._markNeedsUpdate$0(); - t1._dirtyNodes.add$1(0, _this); + t1._focus_manager$_dirtyNodes.add$1(0, _this); } } }, @@ -285902,7 +294107,7 @@ t1 = _this._manager; if (t1 != null) { t1._markNeedsUpdate$0(); - t1._dirtyNodes.add$1(0, _this); + t1._focus_manager$_dirtyNodes.add$1(0, _this); } }, set$descendantsAreTraversable(value) { @@ -285912,7 +294117,7 @@ t1 = this._descendants; if (t1 == null) { result = A._setArrayType([], type$.JSArray_FocusNode); - for (t1 = this._children, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + for (t1 = this._focus_manager$_children, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { child = t1[_i]; B.JSArray_methods.addAll$1(result, child.get$descendants()); result.push(child); @@ -286060,7 +294265,7 @@ B.JSArray_methods.remove$1(t1._focusedChildren, node); } node._focus_manager$_parent = null; - B.JSArray_methods.remove$1(this._children, node); + B.JSArray_methods.remove$1(this._focus_manager$_children, node); for (t1 = this.get$ancestors(), t2 = t1.length, _i = 0; _i < t2; ++_i) t1[_i]._descendants = null; this._descendants = null; @@ -286086,7 +294291,7 @@ t1 = child._focus_manager$_parent; if (t1 != null) t1._removeChild$2$removeScopeFocus(0, child, oldScope != _this.get$nearestScope()); - _this._children.push(child); + _this._focus_manager$_children.push(child); child._focus_manager$_parent = _this; child._ancestors = null; child._updateManager$1(_this._manager); @@ -286180,7 +294385,7 @@ debugDescribeChildren$0() { var t2, t3, t1 = {}; t1.count = 1; - t2 = this._children; + t2 = this._focus_manager$_children; t3 = A._arrayInstanceType(t2)._eval$1("MappedListIterable<1,DiagnosticsNode>"); return A.List_List$of(new A.MappedListIterable(t2, new A.FocusNode_debugDescribeChildren_closure(t1), t3), true, t3._eval$1("ListIterable.E")); }, @@ -286200,13 +294405,13 @@ call$1(node) { return !node.get$skipTraversal() && node.get$canRequestFocus(); }, - $signature: 148 + $signature: 138 }; A.FocusNode_debugDescribeChildren_closure.prototype = { call$1(child) { return A.DiagnosticableTreeNode$("Child " + this._box_0.count++, null, child); }, - $signature: 2430 + $signature: 1905 }; A.FocusScopeNode.prototype = { get$nearestScope() { @@ -286272,15 +294477,16 @@ A.FocusManager.prototype = { dispose$0() { this._highlightManager.dispose$0(); + this.rootScope.dispose$0(); this.super$ChangeNotifier$dispose(); }, _markNeedsUpdate$0() { if (this._haveScheduledUpdate) return; this._haveScheduledUpdate = true; - A.scheduleMicrotask(this.get$_applyFocusChange()); + A.scheduleMicrotask(this.get$applyFocusChangesIfNeeded()); }, - _applyFocusChange$0() { + applyFocusChangesIfNeeded$0() { var previousFocus, t1, t2, t3, _i, autofocus, t4, t5, shouldApply, previousPath, nextPath, _this = this; _this._haveScheduledUpdate = false; previousFocus = _this._primaryFocus; @@ -286316,7 +294522,7 @@ previousPath = A.LinkedHashSet_LinkedHashSet$_empty(type$.FocusNode); t1 = _this._markedForFocus.get$ancestors(); nextPath = A.LinkedHashSet_LinkedHashSet$from(t1, A._arrayInstanceType(t1)._precomputed1); - t1 = _this._dirtyNodes; + t1 = _this._focus_manager$_dirtyNodes; t1.addAll$1(0, nextPath.difference$1(previousPath)); t1.addAll$1(0, previousPath.difference$1(nextPath)); t1 = _this._primaryFocus = _this._markedForFocus; @@ -286324,12 +294530,12 @@ } if (previousFocus != t1) { if (previousFocus != null) - _this._dirtyNodes.add$1(0, previousFocus); + _this._focus_manager$_dirtyNodes.add$1(0, previousFocus); t1 = _this._primaryFocus; if (t1 != null) - _this._dirtyNodes.add$1(0, t1); + _this._focus_manager$_dirtyNodes.add$1(0, t1); } - for (t1 = _this._dirtyNodes, t2 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t3 = t2.$ti._precomputed1; t2.moveNext$0();) { + for (t1 = _this._focus_manager$_dirtyNodes, t2 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t3 = t2.$ti._precomputed1; t2.moveNext$0();) { t4 = t2._collection$_current; (t4 == null ? t3._as(t4) : t4)._notify$0(); } @@ -286685,7 +294891,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.___FocusState__hadPrimaryFocus_A; t2 === $ && A.throwUnnamedLateFieldNI(); - child = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); + child = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); } return A._FocusInheritedScope$(child, _this.get$focusNode(_this)); } @@ -286731,7 +294937,7 @@ t1.reparent$1$parent(_this._widget.parentNode); t1 = _this.get$focusNode(_this); t1 = A._FocusInheritedScope$(_this._widget.child, t1); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, t1, _null); } }; A._FocusInheritedScope.prototype = {}; @@ -286750,7 +294956,7 @@ } return true; }, - $signature: 149 + $signature: 126 }; A._FocusTraversalGroupInfo.prototype = {}; A.TraversalDirection.prototype = { @@ -286771,11 +294977,12 @@ candidate = t1.length !== 0 ? B.JSArray_methods.get$last(t1) : null; t1 = candidate == null && scope.get$descendants().length !== 0; if (t1) { - sorted = this._sortAllDescendants$2(scope, currentNode); - if (sorted.length === 0) + t1 = this._sortAllDescendants$2(scope, currentNode); + sorted = new A.WhereIterable(t1, new A.FocusTraversalPolicy__findInitialFocus_closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); + if (!sorted.get$iterator(sorted).moveNext$0()) candidate = null; else - candidate = fromEnd ? B.JSArray_methods.get$last(sorted) : B.JSArray_methods.get$first(sorted); + candidate = fromEnd ? sorted.get$last(sorted) : sorted.get$first(sorted); } return candidate == null ? currentNode : candidate; }, @@ -286786,36 +294993,10 @@ }, changedScope$2$node$oldScope(node, oldScope) { }, - _findGroups$2(scope, scopeGroupNode) { - var groups, t1, t2, t3, _i, node, groupNode, t4, parentGroup, - defaultPolicy = scopeGroupNode == null ? null : scopeGroupNode.policy; - if (defaultPolicy == null) - defaultPolicy = A.ReadingOrderTraversalPolicy$(); - groups = A.LinkedHashMap_LinkedHashMap$_empty(type$.nullable_FocusNode, type$._FocusTraversalGroupInfo); - for (t1 = scope.get$descendants(), t2 = t1.length, t3 = type$.JSArray_FocusNode, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - node = t1[_i]; - groupNode = A.FocusTraversalGroup__getGroupNode(node); - if (J.$eq$(node, groupNode)) { - t4 = groupNode._focus_manager$_parent; - t4.toString; - parentGroup = A.FocusTraversalGroup__getGroupNode(t4); - if (groups.$index(0, parentGroup) == null) - groups.$indexSet(0, parentGroup, A._FocusTraversalGroupInfo$(parentGroup, defaultPolicy, A._setArrayType([], t3))); - groups.$index(0, parentGroup).members.push(groupNode); - continue; - } - if (node.get$canRequestFocus() && !node.get$skipTraversal()) { - if (groups.$index(0, groupNode) == null) - groups.$indexSet(0, groupNode, A._FocusTraversalGroupInfo$(groupNode, defaultPolicy, A._setArrayType([], t3))); - groups.$index(0, groupNode).members.push(node); - } - } - return groups; - }, _sortAllDescendants$2(scope, currentNode) { var t1, t2, t3, sortedDescendants, scopeGroupNode = A.FocusTraversalGroup__getGroupNode(scope), - groups = this._findGroups$2(scope, scopeGroupNode); + groups = A.FocusTraversalPolicy__findGroups(scope, scopeGroupNode, currentNode); for (t1 = A.LinkedHashMapKeyIterator$(groups, groups._modifications, A._instanceType(groups)._precomputed1); t1.moveNext$0();) { t2 = t1.__js_helper$_current; t3 = groups.$index(0, t2).policy.sortDescendants$2(groups.$index(0, t2).members, currentNode); @@ -286831,7 +295012,7 @@ } if (!!sortedDescendants.fixed$length) A.throwExpression(A.UnsupportedError$("removeWhere")); - B.JSArray_methods._removeWhere$2(sortedDescendants, new A.FocusTraversalPolicy__sortAllDescendants_closure(), true); + B.JSArray_methods._removeWhere$2(sortedDescendants, new A.FocusTraversalPolicy__sortAllDescendants_closure(currentNode), true); return sortedDescendants; }, _moveFocus$2$forward(currentNode, $forward) { @@ -286842,14 +295023,17 @@ _this.DirectionalFocusTraversalPolicyMixin__policyData.remove$1(0, t1); t2 = t1._focusedChildren; focusedChild = t2.length !== 0 ? B.JSArray_methods.get$last(t2) : null; - if (focusedChild == null) { + t2 = focusedChild == null; + if (t2) { firstFocus = $forward ? _this._findInitialFocus$2$ignoreCurrentFocus(currentNode, false) : _this._findInitialFocus$3$fromEnd$ignoreCurrentFocus(currentNode, true, false); t1 = $forward ? B.ScrollPositionAlignmentPolicy_1 : B.ScrollPositionAlignmentPolicy_2; _this.requestFocusCallback.call$2$alignmentPolicy(firstFocus, t1); return true; } - sortedNodes = _this._sortAllDescendants$2(t1, currentNode); - if (sortedNodes.length === 0) + if (t2) + focusedChild = t1; + sortedNodes = _this._sortAllDescendants$2(t1, focusedChild); + if (sortedNodes.length < 2) return false; if ($forward && focusedChild === B.JSArray_methods.get$last(sortedNodes)) switch (t1.traversalEdgeBehavior.index) { @@ -286871,7 +295055,7 @@ } for (t1 = J.get$iterator$ax($forward ? sortedNodes : new A.ReversedListIterable(sortedNodes, A._arrayInstanceType(sortedNodes)._eval$1("ReversedListIterable<1>"))), previousNode = null; t1.moveNext$0(); previousNode = previousNode0) { previousNode0 = t1.get$current(t1); - if (previousNode == focusedChild) { + if (previousNode === focusedChild) { t1 = $forward ? B.ScrollPositionAlignmentPolicy_1 : B.ScrollPositionAlignmentPolicy_2; _this.requestFocusCallback.call$2$alignmentPolicy(previousNode0, t1); return true; @@ -286880,6 +295064,12 @@ return false; } }; + A.FocusTraversalPolicy__findInitialFocus_closure.prototype = { + call$1(node) { + return node.get$canRequestFocus() && !node.get$skipTraversal(); + }, + $signature: 138 + }; A.FocusTraversalPolicy__sortAllDescendants_visitGroups.prototype = { call$1(info) { var t1, t2, t3, t4, _i, node, t5; @@ -286893,13 +295083,18 @@ t3.push(node); } }, - $signature: 2428 + $signature: 1931 }; A.FocusTraversalPolicy__sortAllDescendants_closure.prototype = { call$1(node) { - return !node.get$canRequestFocus() || node.get$skipTraversal(); + var t1; + if (node !== this.currentNode) + t1 = !(node.get$canRequestFocus() && !node.get$skipTraversal()); + else + t1 = false; + return t1; }, - $signature: 148 + $signature: 138 }; A._DirectionalPolicyDataEntry.prototype = {}; A._DirectionalPolicyData.prototype = {}; @@ -287123,7 +295318,7 @@ call$1(entry) { return entry.node === this.node; }, - $signature: 2426 + $signature: 1932 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure.prototype = { call$2(a, b) { @@ -287137,7 +295332,7 @@ else return B.JSNumber_methods.compareTo$1(b.get$rect(b).right, a.get$rect(a).right); }, - $signature: 229 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure.prototype = { call$2(nodeA, nodeB) { @@ -287149,7 +295344,7 @@ return A.DirectionalFocusTraversalPolicyMixin__horizontalCompare(t1, a, b); return vertical; }, - $signature: 229 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure.prototype = { call$2(nodeA, nodeB) { @@ -287161,7 +295356,7 @@ return A.DirectionalFocusTraversalPolicyMixin__verticalCompare(t1, a, b); return horizontal; }, - $signature: 229 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure.prototype = { call$2(nodeA, nodeB) { @@ -287181,7 +295376,7 @@ return A.DirectionalFocusTraversalPolicyMixin__verticalCompare(t1, nodeA.get$rect(nodeA).get$center(), nodeB.get$rect(nodeB).get$center()); return horizontal; }, - $signature: 229 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure.prototype = { call$2(nodeA, nodeB) { @@ -287201,47 +295396,47 @@ return A.DirectionalFocusTraversalPolicyMixin__horizontalCompare(t1, nodeA.get$rect(nodeA).get$center(), nodeB.get$rect(nodeB).get$center()); return vertical; }, - $signature: 229 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx <= t1.left; }, - $signature: 148 + $signature: 138 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx >= t1.right; }, - $signature: 148 + $signature: 138 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1.prototype = { call$2(a, b) { return B.JSNumber_methods.compareTo$1(a.get$rect(a).get$center()._dx, b.get$rect(b).get$center()._dx); }, - $signature: 229 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy <= t1.top; }, - $signature: 148 + $signature: 138 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy >= t1.bottom; }, - $signature: 148 + $signature: 138 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1.prototype = { call$2(a, b) { return B.JSNumber_methods.compareTo$1(a.get$rect(a).get$center()._dy, b.get$rect(b).get$center()._dy); }, - $signature: 229 + $signature: 228 }; A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1(direction) { @@ -287274,7 +295469,7 @@ _this.$this.requestFocusCallback.call$2$alignmentPolicy(lastNode, alignmentPolicy); return true; }, - $signature: 2423 + $signature: 1936 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure.prototype = { call$1(node) { @@ -287282,14 +295477,14 @@ t1.toString; return A.Scrollable_maybeOf(t1, null) === this.focusedScrollable; }, - $signature: 148 + $signature: 138 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 148 + $signature: 138 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1.prototype = { call$1(node) { @@ -287297,14 +295492,14 @@ t1.toString; return A.Scrollable_maybeOf(t1, null) === this.focusedScrollable; }, - $signature: 148 + $signature: 138 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 148 + $signature: 138 }; A._ReadingOrderSortData.prototype = { get$directionalAncestors() { @@ -287323,7 +295518,7 @@ var t1 = member.get$directionalAncestors(); return A.LinkedHashSet_LinkedHashSet$from(t1, A._arrayInstanceType(t1)._precomputed1); }, - $signature: 2396 + $signature: 1940 }; A._ReadingOrderSortData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -287334,7 +295529,7 @@ return B.JSNumber_methods.compareTo$1(b.rect.right, a.rect.right); } }, - $signature: 650 + $signature: 773 }; A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors.prototype = { call$1(context) { @@ -287357,7 +295552,7 @@ } return result; }, - $signature: 2395 + $signature: 1984 }; A._ReadingOrderDirectionalGroupData.prototype = { get$rect(_) { @@ -287383,7 +295578,7 @@ call$1(data) { return data.rect; }, - $signature: 2394 + $signature: 1985 }; A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure.prototype = { call$2(a, b) { @@ -287394,7 +295589,7 @@ return B.JSNumber_methods.compareTo$1(b.get$rect(b).right, a.get$rect(a).right); } }, - $signature: 2274 + $signature: 2010 }; A.ReadingOrderTraversalPolicy.prototype = { _collectDirectionalityGroups$1(candidates) { @@ -287477,7 +295672,7 @@ call$2(a, b) { return B.JSNumber_methods.compareTo$1(a.rect.top, b.rect.top); }, - $signature: 650 + $signature: 773 }; A.ReadingOrderTraversalPolicy__pickNext_inBand.prototype = { call$2(current, candidates) { @@ -287485,14 +295680,14 @@ t2 = A._arrayInstanceType(candidates)._eval$1("WhereIterable<1>"); return A.List_List$of(new A.WhereIterable(candidates, new A.ReadingOrderTraversalPolicy__pickNext_inBand_closure(new A.Rect(-1 / 0, t1.top, 1 / 0, t1.bottom)), t2), true, t2._eval$1("Iterable.E")); }, - $signature: 2270 + $signature: 2011 }; A.ReadingOrderTraversalPolicy__pickNext_inBand_closure.prototype = { call$1(item) { var t1 = item.rect.intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 2253 + $signature: 2012 }; A.FocusTraversalGroup.prototype = { createState$0() { @@ -287604,7 +295799,7 @@ this.setState$1(new A.FormState__forceRebuild_closure(this)); }, build$1(context) { - var t1, _this = this; + var t1, t2, _this = this; switch (_this._widget.autovalidateMode.index) { case 1: _this._validate$0(); @@ -287617,7 +295812,8 @@ break; } t1 = _this._widget; - return new A.WillPopScope(new A._FormScope(_this, _this._generation, t1.child, null), null, null); + t2 = _this._generation; + return new A.WillPopScope(A._FormScope$(t1.child, _this, t2), null, null); }, save$0(_) { var t1, t2, t3, t4, t5, value; @@ -287670,7 +295866,7 @@ t2 = t1._restoration_properties$_value; return t2 == null ? A._instanceType(t1)._eval$1("RestorableValue.T")._as(t2) : t2; }, - $signature: 2252 + $signature: 2016 }; A.FormState__forceRebuild_closure.prototype = { call$0() { @@ -287729,9 +295925,12 @@ return (t2 == null ? A._instanceType(t1)._eval$1("RestorableValue.T")._as(t2) : t2) == null; }, _validate$0() { - var t1 = this._widget.validator; + var t1 = this._widget.validator, + t2 = this._errorText; if (t1 != null) - this._errorText.set$value(0, t1.call$1(this.get$_form$_value())); + t2.set$value(0, t1.call$1(this.get$_form$_value())); + else + t2.set$value(0, null); }, didChange$1(value) { var t1; @@ -287758,6 +295957,11 @@ t1._fields.remove$1(0, this); this.super$State$deactivate(); }, + dispose$0() { + this._errorText.dispose$0(); + this._hasInteractedByUser.dispose$0(); + this.super$_FormFieldState_State_RestorationMixin$dispose(); + }, build$1(context) { var t2, _this = this, t1 = _this._widget; @@ -287805,7 +296009,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A._FormFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -287876,9 +296080,12 @@ }; A.LabeledGlobalKey.prototype = { toString$0(_) { - var _this = this, - t1 = _this._debugLabel, - label = t1 != null ? " " + t1 : ""; + var label, _this = this, + t1 = _this._debugLabel; + if (t1 != null) + label = " " + t1; + else + label = ""; if (A.getRuntimeTypeOfDartObject(_this) === B.Type_LabeledGlobalKey_6TW) return "[GlobalKey#" + A.shortHash(_this) + label + "]"; return "[" + ("#" + A.shortHash(_this)) + label + "]"; @@ -288018,7 +296225,7 @@ call$1(child) { this.$this._unmount$1(child); }, - $signature: 107 + $signature: 108 }; A.BuildOwner.prototype = { scheduleBuildFor$1(element) { @@ -288041,7 +296248,7 @@ } }, buildScope$2(context, callback) { - var element, isTimelineTracked, debugTimelineArguments, e, stack, element0, t2, isTimelineTracked0, exception, t3, t4, _i, _this = this, _box_0 = {}, + var element, isTimelineTracked, debugTimelineArguments, e, stack, element0, t2, isTimelineTracked0, exception, t3, _i, _this = this, _box_0 = {}, t1 = callback == null; if (t1 && _this._dirtyElements.length === 0) return; @@ -288088,21 +296295,13 @@ if (isTimelineTracked) A.Timeline_finishSync(); t2 = ++_box_0.index; - t3 = _box_0.dirtyCount; - t4 = t1.length; - if (t3 >= t4) { + if (_box_0.dirtyCount >= t1.length) { t3 = _this._dirtyElementsNeedsResorting; t3.toString; } else t3 = true; if (t3) { - if (!!t1.immutable$list) - A.throwExpression(A.UnsupportedError$("sort")); - t2 = t4 - 1; - if (t2 - 0 <= 32) - A.Sort__insertionSort(t1, 0, t2, A.framework_Element__sort$closure()); - else - A.Sort__dualPivotQuicksort(t1, 0, t2, A.framework_Element__sort$closure()); + B.JSArray_methods.sort$1(t1, A.framework_Element__sort$closure()); t2 = _this._dirtyElementsNeedsResorting = false; _box_0.dirtyCount = t1.length; while (true) { @@ -288157,7 +296356,7 @@ J.add$1$ax(t1, A.ErrorHint$(t5 + " of " + t2 + ", but _dirtyElements only had " + t4 + " entries. This suggests some confusion in the framework internals.")); return t1; }, - $signature: 141 + $signature: 143 }; A.NotifiableElementMixin.prototype = { attachNotificationTree$0() { @@ -288187,21 +296386,21 @@ return t1; }, get$renderObject() { - var current, t1; - for (current = this; current != null;) { - t1 = {}; + for (var current = this; current != null;) if (current._lifecycleState === B._ElementLifecycle_3) break; else if (current instanceof A.RenderObjectElement) return current.get$renderObject(); - else { - t1.next = null; - current.visitChildren$1(new A.Element_renderObject_closure(t1)); - current = t1.next; - } - } + else + current = current.get$renderObjectAttachingChild(); return null; }, + get$renderObjectAttachingChild() { + var t1 = {}; + t1.next = null; + this.visitChildren$1(new A.Element_renderObjectAttachingChild_closure(t1)); + return t1.next; + }, describeMissingAncestor$1$expectedAncestorType(expectedAncestorType) { var _null = null, information = A._setArrayType([], type$.JSArray_DiagnosticsNode), @@ -288320,7 +296519,7 @@ } else { oldChild._framework$_parent = null; oldChild.detachRenderObject$0(); - t3 = _this._owner._inactiveElements; + t3 = _this._framework$_owner._inactiveElements; if (oldChild._lifecycleState === B._ElementLifecycle_1) { oldChild.deactivate$0(); oldChild.visitChildren$1(A.framework__InactiveElements__deactivateRecursively$closure()); @@ -288374,7 +296573,7 @@ if (!forgottenChildren.contains$1(0, t3)) { t3._framework$_parent = null; t3.detachRenderObject$0(); - t4 = _this._owner._inactiveElements; + t4 = _this._framework$_owner._inactiveElements; if (t3._lifecycleState === B._ElementLifecycle_1) { t3.deactivate$0(); t3.visitChildren$1(A.framework__InactiveElements__deactivateRecursively$closure()); @@ -288401,10 +296600,10 @@ t2 = 1; _this.__Element__depth_A = t2; if (t1) - _this._owner = $parent._owner; + _this._framework$_owner = $parent._framework$_owner; key = _this.get$widget().key; if (key instanceof A.GlobalKey) - _this._owner._globalKeyRegistry.$indexSet(0, key, _this); + _this._framework$_owner._globalKeyRegistry.$indexSet(0, key, _this); _this._updateInheritance$0(); _this.attachNotificationTree$0(); }, @@ -288414,7 +296613,7 @@ updateSlotForChild$2(child, newSlot) { new A.Element_updateSlotForChild_visit(newSlot).call$1(child); }, - _updateSlot$1(newSlot) { + updateSlot$1(newSlot) { this._slot = newSlot; }, _updateDepth$1(parentDepth) { @@ -288447,11 +296646,11 @@ $parent.forgetChild$1(element); $parent.deactivateChild$1(element); } - this._owner._inactiveElements._framework$_elements.remove$1(0, element); + this._framework$_owner._inactiveElements._framework$_elements.remove$1(0, element); return element; }, inflateWidget$2(newWidget, newSlot) { - var isTimelineTracked, key, newChild, updatedChild, newChild0, t1, isTimelineTracked0, t2, _this = this; + var isTimelineTracked, key, newChild, updatedChild, newChild0, t1, isTimelineTracked0, t2, exception, exception0, _this = this; if (!$.debugProfileBuildsEnabled) { t1 = $.debugProfileBuildsEnabledUserWidgets && A.debugIsWidgetLocalCreation(newWidget); isTimelineTracked0 = t1; @@ -288465,15 +296664,23 @@ if (key instanceof A.GlobalKey) { newChild = _this._retakeInactiveElement$2(key, newWidget); if (newChild != null) { - t1 = newChild; - t1._framework$_parent = _this; - t1.toString; - t2 = _this.__Element__depth_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1._updateDepth$1(t2); - t1.activate$0(); - t1.visitChildren$1(A.framework_Element__activateRecursively$closure()); - t1.attachRenderObject$1(newSlot); + try { + t1 = newChild; + t1._framework$_parent = _this; + t1.toString; + t2 = _this.__Element__depth_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._updateDepth$1(t2); + t1.activate$0(); + t1.visitChildren$1(A.framework_Element__activateRecursively$closure()); + t1.attachRenderObject$1(newSlot); + } catch (exception) { + try { + _this.deactivateChild$1(newChild); + } catch (exception0) { + } + throw exception; + } updatedChild = _this.updateChild$3(newChild, newWidget, newSlot); t1 = updatedChild; t1.toString; @@ -288492,7 +296699,7 @@ var t1; child._framework$_parent = null; child.detachRenderObject$0(); - t1 = this._owner._inactiveElements; + t1 = this._framework$_owner._inactiveElements; if (child._lifecycleState === B._ElementLifecycle_1) { child.deactivate$0(); child.visitChildren$1(A.framework__InactiveElements__deactivateRecursively$closure()); @@ -288513,7 +296720,7 @@ _this._updateInheritance$0(); _this.attachNotificationTree$0(); if (_this._dirty) - _this._owner.scheduleBuildFor$1(_this); + _this._framework$_owner.scheduleBuildFor$1(_this); if (hadDependencies) _this.didChangeDependencies$0(); }, @@ -288533,7 +296740,7 @@ t1 = _this._widget, key = t1 == null ? null : t1.key; if (key instanceof A.GlobalKey) { - t1 = _this._owner._globalKeyRegistry; + t1 = _this._framework$_owner._globalKeyRegistry; if (J.$eq$(t1.$index(0, key), _this)) t1.remove$1(0, key); } @@ -288692,7 +296899,7 @@ if (_this._dirty) return; _this._dirty = true; - _this._owner.scheduleBuildFor$1(_this); + _this._framework$_owner.scheduleBuildFor$1(_this); }, rebuild$1$force(force) { var t1; @@ -288715,71 +296922,73 @@ }, $isBuildContext: 1 }; - A.Element_renderObject_closure.prototype = { + A.Element_renderObjectAttachingChild_closure.prototype = { call$1(child) { this._box_0.next = child; }, - $signature: 107 + $signature: 108 }; A.Element_describeMissingAncestor_closure.prototype = { call$1(element) { this.ancestors.push(element); return true; }, - $signature: 149 + $signature: 126 }; A.Element_describeElements_closure.prototype = { call$1(element) { var _null = null; return A.DiagnosticsProperty$("", element, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_8, _null, type$.Element_2); }, - $signature: 2247 + $signature: 2017 }; A.Element_updateChildren_replaceWithNullIfForgotten.prototype = { call$1(child) { var t1 = this.forgottenChildren.contains$1(0, child); return t1 ? null : child; }, - $signature: 2246 + $signature: 2018 }; A.Element_updateChildren_slotFor.prototype = { call$2(newChildIndex, previousChild) { var t1 = this.slots; return t1 != null ? t1[newChildIndex] : new A.IndexedSlot(previousChild, newChildIndex, type$.IndexedSlot_nullable_Element); }, - $signature: 2241 + $signature: 2053 }; A.Element_updateSlotForChild_visit.prototype = { call$1(element) { - element._updateSlot$1(this.newSlot); - if (!(element instanceof A.RenderObjectElement)) - element.visitChildren$1(this); + var descendant; + element.updateSlot$1(this.newSlot); + descendant = element.get$renderObjectAttachingChild(); + if (descendant != null) + this.call$1(descendant); }, - $signature: 107 + $signature: 108 }; A.Element__updateDepth_closure.prototype = { call$1(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 107 + $signature: 108 }; A.Element_detachRenderObject_closure.prototype = { call$1(child) { child.detachRenderObject$0(); }, - $signature: 107 + $signature: 108 }; A.Element_attachRenderObject_closure.prototype = { call$1(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 107 + $signature: 108 }; A.Element_debugDescribeChildren_closure.prototype = { call$1(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 107 + $signature: 108 }; A._ElementDiagnosticableTreeNode.prototype = {}; A.ErrorWidget.prototype = { @@ -288795,6 +297004,9 @@ } }; A.ComponentElement.prototype = { + get$renderObjectAttachingChild() { + return this._framework$_child; + }, mount$2($parent, newSlot) { this.super$Element$mount($parent, newSlot); this._firstBuild$0(); @@ -288840,14 +297052,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 141 + $signature: 143 }; A.ComponentElement_performRebuild_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 141 + $signature: 143 }; A.StatelessElement.prototype = { build$0() { @@ -288957,7 +297169,7 @@ else child.visitChildren$1(this); }, - $signature: 107 + $signature: 108 }; A.InheritedElement.prototype = { _updateInheritance$0() { @@ -288999,31 +297211,35 @@ t1.toString; return t1; }, - _findAncestorRenderObjectElement$0() { - var ancestor = this._framework$_parent; - while (true) { - if (!(ancestor != null && !(ancestor instanceof A.RenderObjectElement))) - break; - ancestor = ancestor._framework$_parent; - } - return type$.nullable_RenderObjectElement._as(ancestor); + get$renderObjectAttachingChild() { + return null; }, - _findAncestorParentDataElement$0() { - var ancestor, _box_0 = {}, - t1 = _box_0.ancestor = this._framework$_parent; - _box_0.result = null; + _findAncestorRenderObjectElement$0() { + var t2, + ancestor = this._framework$_parent, + t1 = ancestor; + while (true) { + t2 = t1 == null; + if (!(!t2 && !(t1 instanceof A.RenderObjectElement))) + break; + ancestor = t2 ? null : t1._framework$_parent; + t1 = ancestor; + } + return type$.nullable_RenderObjectElement._as(t1); + }, + _findAncestorParentDataElements$0() { + var ancestor = this._framework$_parent, + result = A._setArrayType([], type$.JSArray_ParentDataElement_ParentData), + t1 = ancestor; while (true) { if (!(t1 != null && !(t1 instanceof A.RenderObjectElement))) break; - if (t1 instanceof A.ParentDataElement) { - _box_0.result = t1; - break; - } + if (t1 instanceof A.ParentDataElement) + result.push(t1); ancestor = t1._framework$_parent; - _box_0.ancestor = ancestor; t1 = ancestor; } - return _box_0.result; + return result; }, mount$2($parent, newSlot) { var _this = this; @@ -289055,25 +297271,25 @@ _this._renderObject.dispose$0(); _this._renderObject = null; }, - _updateSlot$1(newSlot) { + updateSlot$1(newSlot) { var t1, _this = this, oldSlot = _this._slot; - _this.super$Element$_updateSlot(newSlot); + _this.super$Element$updateSlot(newSlot); t1 = _this._ancestorRenderObjectElement; - t1.toString; - t1.moveRenderObjectChild$3(_this.get$renderObject(), oldSlot, _this._slot); + if (t1 != null) + t1.moveRenderObjectChild$3(_this.get$renderObject(), oldSlot, _this._slot); }, attachRenderObject$1(newSlot) { - var t1, parentDataElement, _this = this; + var t1, parentDataElements, t2, _i, t3, _this = this; _this._slot = newSlot; t1 = _this._ancestorRenderObjectElement = _this._findAncestorRenderObjectElement$0(); if (t1 != null) t1.insertRenderObjectChild$2(_this.get$renderObject(), newSlot); - parentDataElement = _this._findAncestorParentDataElement$0(); - if (parentDataElement != null) { - t1 = parentDataElement._widget; - t1.toString; - type$.ParentDataWidget_ParentData._as(t1).applyParentData$1(_this.get$renderObject()); + parentDataElements = _this._findAncestorParentDataElements$0(); + for (t1 = parentDataElements.length, t2 = type$.ParentDataWidget_ParentData, _i = 0; _i < parentDataElements.length; parentDataElements.length === t1 || (0, A.throwConcurrentModificationError)(parentDataElements), ++_i) { + t3 = parentDataElements[_i]._widget; + t3.toString; + t2._as(t3).applyParentData$1(_this.get$renderObject()); } }, detachRenderObject$0() { @@ -289211,7 +297427,18 @@ call$1(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 149 + $signature: 126 + }; + A.RenderTreeRootElement.prototype = { + attachRenderObject$1(newSlot) { + this._slot = newSlot; + }, + detachRenderObject$0() { + this._slot = null; + }, + updateSlot$1(newSlot) { + this.super$RenderObjectElement$updateSlot(newSlot); + } }; A.IndexedSlot.prototype = { $eq(_, other) { @@ -289248,7 +297475,7 @@ build$1(context) { var _this = this, gestures = A.LinkedHashMap_LinkedHashMap$_empty(type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), - t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_16), + t1 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_18), gestureSettings = t1 == null ? null : t1.gestureSettings; if (_this.onTapDown == null) if (_this.onTapUp == null) @@ -289307,7 +297534,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this, null); }, - $signature: 632 + $signature: 772 }; A.GestureDetector_build_closure0.prototype = { call$1(instance) { @@ -289324,7 +297551,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 631 + $signature: 771 }; A.GestureDetector_build_closure1.prototype = { call$0() { @@ -289332,7 +297559,7 @@ t2 = A.multitap_DoubleTapGestureRecognizer__defaultButtonAcceptBehavior$closure(); return new A.DoubleTapGestureRecognizer(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._TapTracker), this.$this, null, t2, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 2239 + $signature: 2058 }; A.GestureDetector_build_closure2.prototype = { call$1(instance) { @@ -289342,13 +297569,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 2211 + $signature: 2060 }; A.GestureDetector_build_closure3.prototype = { call$0() { return A.LongPressGestureRecognizer$(this.$this, null, null); }, - $signature: 905 + $signature: 528 }; A.GestureDetector_build_closure4.prototype = { call$1(instance) { @@ -289358,13 +297585,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 672 + $signature: 530 }; A.GestureDetector_build_closure5.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 356 + $signature: 295 }; A.GestureDetector_build_closure6.prototype = { call$1(instance) { @@ -289379,13 +297606,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 364 + $signature: 296 }; A.GestureDetector_build_closure7.prototype = { call$0() { return A.HorizontalDragGestureRecognizer$(this.$this, null); }, - $signature: 625 + $signature: 531 }; A.GestureDetector_build_closure8.prototype = { call$1(instance) { @@ -289399,13 +297626,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 624 + $signature: 533 }; A.GestureDetector_build_closure9.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, null); }, - $signature: 238 + $signature: 242 }; A.GestureDetector_build_closure10.prototype = { call$1(instance) { @@ -289419,7 +297646,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 239 + $signature: 243 }; A.GestureDetector_build_closure11.prototype = { call$0() { @@ -289428,7 +297655,7 @@ t3 = A.HashSet_HashSet(t1); return new A.ScaleGestureRecognizer(B.DragStartBehavior_0, B._ScaleState_0, B.Offset_O5r, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Offset), t2, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.VelocityTracker), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$._PointerPanZoomData), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t3, this.$this, null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 2184 + $signature: 2095 }; A.GestureDetector_build_closure12.prototype = { call$1(instance) { @@ -289442,13 +297669,13 @@ instance.trackpadScrollToScaleFactor = t1.trackpadScrollToScaleFactor; instance.supportedDevices = null; }, - $signature: 2183 + $signature: 2096 }; A.GestureDetector_build_closure13.prototype = { call$0() { return A.ForcePressGestureRecognizer$(this.$this, null); }, - $signature: 620 + $signature: 770 }; A.GestureDetector_build_closure14.prototype = { call$1(instance) { @@ -289456,7 +297683,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 616 + $signature: 769 }; A.RawGestureDetector.prototype = { createState$0() { @@ -289671,7 +297898,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 70 + $signature: 68 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -289689,7 +297916,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 70 + $signature: 68 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -289700,7 +297927,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 70 + $signature: 68 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1(details) { @@ -289718,7 +297945,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 70 + $signature: 68 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -289736,7 +297963,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 70 + $signature: 68 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -289747,7 +297974,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 70 + $signature: 68 }; A.HeroFlightDirection.prototype = { _enumToString$0() { @@ -289772,7 +297999,7 @@ else t1.endFlight$0(); }, - $signature: 2178 + $signature: 2118 }; A.Hero__allHeroesFor_visitor.prototype = { call$1(element) { @@ -289791,7 +298018,7 @@ } element.visitChildren$1(_this); }, - $signature: 107 + $signature: 108 }; A._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) { @@ -289945,6 +298172,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2.set$parent(0, null); _this.overlayEntry.remove$0(0); + _this.overlayEntry.dispose$0(); _this.overlayEntry = null; t2 = _this.___HeroFlight_manifest_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -289969,6 +298197,20 @@ _this._scheduledPerformAnimationUpdate = true; t1.userGestureInProgressNotifier.addListener$1(0, new A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate(_this, t1)); }, + dispose$0() { + var _this = this, + t1 = _this.overlayEntry; + if (t1 != null) { + t1.remove$0(0); + _this.overlayEntry.dispose$0(); + _this.overlayEntry = null; + t1 = _this.___HeroFlight__proxyAnimation_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$parent(0, null); + _this.___HeroFlight__proxyAnimation_A.removeListener$1(0, _this.get$onTick()); + _this.___HeroFlight__proxyAnimation_A.removeStatusListener$1(_this.get$_handleAnimationUpdate()); + } + }, onTick$0() { var t1, toHeroBox, toHeroOrigin, t2, t3, t4, t5, t6, t7, t8, t9, _this = this; if (!_this._aborted) { @@ -289983,7 +298225,7 @@ toHeroBox = type$.nullable_RenderBox._as(t1.toHero._framework$_element.get$renderObject()); } else toHeroBox = null; - if (toHeroBox != null && toHeroBox._object$_owner != null && toHeroBox._box$_size != null) { + if (toHeroBox != null && toHeroBox._owner != null && toHeroBox._box$_size != null) { t1 = _this.___HeroFlight_manifest_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1.toRoute._subtreeKey); @@ -290089,7 +298331,7 @@ t2 = t2.navigatorSize; return A.Positioned$(t2._dy - t3.bottom, A.IgnorePointer$(new A.FadeTransition(t1._heroOpacity, false, child, _null), true, _null), _null, _null, t3.left, t2._dx - t3.right, t3.top, _null); }, - $signature: 612 + $signature: 767 }; A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate.prototype = { call$0() { @@ -290289,6 +298531,13 @@ if (toMediaQueryData == null || fromMediaQueryData == null) return toHero.child; return A.AnimatedBuilder$(animation, new A.HeroController__defaultHeroFlightShuttleBuilder_closure(toMediaQueryData, flightDirection, fromMediaQueryData.padding, toMediaQueryData.padding, animation, toHero), null); + }, + dispose$0() { + var t1, t2, t3; + for (t1 = this._flights, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = t2._eval$1("@<1>")._bind$1(t2._rest[1]), t1 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("MappedIterator<1,2>")), t2 = t2._rest[1]; t1.moveNext$0();) { + t3 = t1.__internal$_current; + (t3 == null ? t2._as(t3) : t3).dispose$0(); + } } }; A.HeroController_didStopUserGesture_isInvalidFlight.prototype = { @@ -290306,7 +298555,7 @@ t1 = false; return t1; }, - $signature: 2149 + $signature: 2146 }; A.HeroController__maybeStartHeroTransition_closure.prototype = { call$1(value) { @@ -290316,7 +298565,7 @@ return; _this.$this._startHeroTransition$4(t1, _this.to, _this.flightType, _this.isUserGestureTransition); }, - $signature: 11 + $signature: 12 }; A.HeroController__defaultHeroFlightShuttleBuilder_closure.prototype = { call$2(context, child) { @@ -290327,11 +298576,11 @@ t1 = _this.flightDirection === B.HeroFlightDirection_0 ? new A.EdgeInsetsTween(t1, t2).transform$1(0, t3.get$value(t3)) : new A.EdgeInsetsTween(t2, t1).transform$1(0, t3.get$value(t3)); return A.MediaQuery$(_this.toHero.child, _this.toMediaQueryData.copyWith$1$padding(t1), null); }, - $signature: 608 + $signature: 567 }; A.Icon.prototype = { build$1(context) { - var textDirection, iconTheme, iconSize, iconFill, iconWeight, iconGrade, iconOpticalSize, t2, iconOpacity, iconColor, t3, iconWidget, _this = this, _null = null, + var textDirection, iconTheme, iconSize, iconFill, iconWeight, iconGrade, iconOpticalSize, iconOpacity, iconColor, t2, t3, iconWidget, _this = this, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; textDirection = t1.textDirection; @@ -290345,9 +298594,8 @@ iconOpticalSize = iconTheme.opticalSize; t1 = _this.icon; if (t1 == null) - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A.SizedBox(iconSize, iconSize, _null, _null), _null); - t2 = iconTheme._opacity; - iconOpacity = t2 == null ? _null : A.clampDouble(t2, 0, 1); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A.SizedBox(iconSize, iconSize, _null, _null), _null); + iconOpacity = iconTheme.get$opacity(iconTheme); if (iconOpacity == null) iconOpacity = 1; iconColor = _this.color; @@ -290368,20 +298616,20 @@ t3.push(new A.FontVariation("GRAD", iconGrade)); if (iconOpticalSize != null) t3.push(new A.FontVariation("opsz", iconOpticalSize)); - iconWidget = A.RichText$(_null, _null, _null, B.TextOverflow_3, _null, _null, true, _null, A.TextSpan$(_null, _null, A.TextStyle$(_null, _null, iconColor, _null, _null, _null, _null, _null, t1.fontFamily, _null, _null, iconSize, _null, t3, _null, _null, _null, false, _null, _null, _null, _null, t1.fontPackage, iconTheme.shadows, _null, _null), t2), B.TextAlign_4, textDirection, _null, 1, B.TextWidthBasis_0); + iconWidget = A.RichText$(_null, _null, _null, B.TextOverflow_3, _null, _null, true, _null, A.TextSpan$(_null, _null, A.TextStyle$(_null, _null, iconColor, _null, _null, _null, _null, _null, t1.fontFamily, _null, _null, iconSize, _null, t3, _null, _null, _null, false, _null, _null, _null, _null, t1.fontPackage, iconTheme.shadows, _null, _null), t2), B.TextAlign_4, textDirection, _null, B._LinearTextScaler_1, B.TextWidthBasis_0); if (t1.matchTextDirection) switch (textDirection.index) { case 0: t1 = new A.Matrix40(new Float64Array(16)); t1.setIdentity$0(); t1.scale$3(0, -1, 1, 1); - iconWidget = A.Transform$(B.Alignment_0_0, iconWidget, t1, false); + iconWidget = A.Transform$(B.Alignment_0_0, iconWidget, _null, t1, false); break; case 1: break; } t1 = A.Center$(iconWidget, _null, _null); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A.ExcludeSemantics(true, new A.SizedBox(iconSize, iconSize, t1, _null), _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A.ExcludeSemantics(true, new A.SizedBox(iconSize, iconSize, t1, _null), _null), _null); } }; A.IconData.prototype = { @@ -290391,7 +298639,7 @@ return false; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.IconData && other.codePoint === _this.codePoint && other.fontFamily === _this.fontFamily && other.fontPackage == _this.fontPackage && other.matchTextDirection === _this.matchTextDirection && A.listEquals0(null, null); + return other instanceof A.IconData && other.codePoint === _this.codePoint && other.fontFamily === _this.fontFamily && other.fontPackage == _this.fontPackage && other.matchTextDirection === _this.matchTextDirection && A.listEquals(null, null); }, get$hashCode(_) { var _this = this; @@ -290413,22 +298661,18 @@ call$1(context) { return A.IconTheme$(this.child, A.IconTheme__getInheritedIconThemeData(context).merge$1(this.data), this.key); }, - $signature: 2146 + $signature: 2148 }; A.IconThemeData.prototype = { copyWith$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(color, fill, grade, opacity, opticalSize, shadows, size, weight) { - var t7, _this = this, + var _this = this, t1 = size == null ? _this.size : size, t2 = fill == null ? _this.fill : fill, t3 = weight == null ? _this.weight : weight, t4 = grade == null ? _this.grade : grade, t5 = opticalSize == null ? _this.opticalSize : opticalSize, - t6 = color == null ? _this.color : color; - if (opacity == null) { - t7 = _this._opacity; - t7 = t7 == null ? null : A.clampDouble(t7, 0, 1); - } else - t7 = opacity; + t6 = color == null ? _this.color : color, + t7 = opacity == null ? _this.get$opacity(_this) : opacity; return new A.IconThemeData(t1, t2, t3, t4, t5, t6, t7, shadows == null ? _this.shadows : shadows); }, copyWith$1$color(color) { @@ -290438,51 +298682,31 @@ return this.copyWith$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(null, null, null, opacity, null, null, null, null); }, merge$1(other) { - var t1 = other._opacity; - t1 = t1 == null ? null : A.clampDouble(t1, 0, 1); - return this.copyWith$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(other.color, other.fill, other.grade, t1, other.opticalSize, other.shadows, other.size, other.weight); + return this.copyWith$8$color$fill$grade$opacity$opticalSize$shadows$size$weight(other.color, other.fill, other.grade, other.get$opacity(other), other.opticalSize, other.shadows, other.size, other.weight); }, resolve$1(_, context) { return this; }, + get$opacity(_) { + var t1 = this._opacity; + if (t1 == null) + t1 = null; + else + t1 = A.clampDouble(t1, 0, 1); + return t1; + }, $eq(_, other) { - var t1, t2, _this = this; + var _this = this; if (other == null) return false; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - if (other instanceof A.IconThemeData) - if (other.size == _this.size) - if (other.fill == _this.fill) - if (other.weight == _this.weight) - if (other.grade == _this.grade) - if (other.opticalSize == _this.opticalSize) - if (J.$eq$(other.color, _this.color)) { - t1 = other._opacity; - t1 = t1 == null ? null : A.clampDouble(t1, 0, 1); - t2 = _this._opacity; - t1 = t1 == (t2 == null ? null : A.clampDouble(t2, 0, 1)) && A.listEquals0(other.shadows, _this.shadows); - } else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - else - t1 = false; - return t1; + return other instanceof A.IconThemeData && other.size == _this.size && other.fill == _this.fill && other.weight == _this.weight && other.grade == _this.grade && other.opticalSize == _this.opticalSize && J.$eq$(other.color, _this.color) && other.get$opacity(other) == _this.get$opacity(_this) && A.listEquals(other.shadows, _this.shadows); }, get$hashCode(_) { - var t2, _this = this, - t1 = _this._opacity; - t1 = t1 == null ? null : A.clampDouble(t1, 0, 1); - t2 = _this.shadows; + var _this = this, + t1 = _this.get$opacity(_this), + t2 = _this.shadows; t2 = t2 == null ? null : A.Object_hashAll(t2); return A.Object_hash(_this.size, _this.fill, _this.weight, _this.grade, _this.opticalSize, _this.color, t1, t2, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); } @@ -290526,22 +298750,17 @@ _this.super$State$didChangeDependencies(); }, didUpdateWidget$1(oldWidget) { - var oldListener, t1, _this = this; + var _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (_this._isListeningToStream && _this._widget.loadingBuilder == null !== (oldWidget.loadingBuilder == null)) { - oldListener = _this._getListener$0(); - t1 = _this._imageStream; - t1.toString; - t1.addListener$1(0, _this._getListener$1$recreateListener(true)); - _this._imageStream.removeListener$1(0, oldListener); - } + if (_this._isListeningToStream) + _this._widget.toString; if (!_this._widget.image.$eq(0, oldWidget.image)) _this._resolveImage$0(); }, _updateInvertColors$0() { var t1 = this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_11); + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_12); t1 = t1 == null ? null : t1.invertColors; if (t1 == null) { t1 = $.SemanticsBinding__instance.SemanticsBinding___SemanticsBinding__accessibilityFeatures_A; @@ -290569,14 +298788,12 @@ _this._updateSourceStream$1(new A.ScrollAwareImageProvider(t1, t3, type$.ScrollAwareImageProvider_Object).resolve$1(0, A.createLocalImageConfiguration(t4, t2))); }, _getListener$1$recreateListener(recreateListener) { - var t2, _this = this, + var _this = this, t1 = _this._imageStreamListener; if (t1 == null || recreateListener) { _this._lastStack = _this._lastException = null; - t1 = _this._widget; - t2 = t1.loadingBuilder == null ? null : _this.get$_handleImageChunk(); - t1 = t1.errorBuilder != null || false ? new A._ImageState__getListener_closure(_this) : null; - t1 = _this._imageStreamListener = new A.ImageStreamListener(_this.get$_handleImageFrame(), t2, t1); + _this._widget.toString; + t1 = _this._imageStreamListener = new A.ImageStreamListener(_this.get$_handleImageFrame(), null, null); } t1.toString; return t1; @@ -290587,9 +298804,6 @@ _handleImageFrame$2(imageInfo, synchronousCall) { this.setState$1(new A._ImageState__handleImageFrame_closure(this, imageInfo, synchronousCall)); }, - _handleImageChunk$1($event) { - this.setState$1(new A._ImageState__handleImageChunk_closure(this, $event)); - }, _replaceImage$1$info(info) { var oldImageInfo = this._imageInfo; $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._ImageState__replaceImage_closure(oldImageInfo)); @@ -290661,13 +298875,9 @@ return this._stopListeningToStream$1$keepStreamAlive(false); }, build$1(context) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, result, _this = this, _null = null, - t1 = _this._lastException; - if (t1 != null) { - t2 = _this._widget.errorBuilder; - if (t2 != null) - return t2.call$3(context, t1, _this._lastStack); - } + var t1, t2, t3, t4, t5, t6, t7, result, _this = this, _null = null; + if (_this._lastException != null) + _this._widget.toString; t1 = _this._imageInfo; t2 = t1 == null; t3 = t2 ? _null : t1.image; @@ -290678,37 +298888,14 @@ t1 = t2 ? _null : t1.scale; if (t1 == null) t1 = 1; - t2 = t5.color; - t8 = t5.colorBlendMode; - t9 = t5.fit; - t10 = t5.alignment; - t11 = t5.repeat; - t12 = _this.___ImageState__invertColors_A; - t12 === $ && A.throwUnnamedLateFieldNI(); - result = new A.RawImage(t3, t4, t6, t7, t1, t2, _null, t5.filterQuality, t8, t9, t10, t11, _null, false, t12, false, _null); - result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, "", _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, result, _null); - t1 = t5.frameBuilder; - if (t1 != null) - result = t1.call$4(context, result, _this._frameNumber, _this._wasSynchronouslyLoaded); - t1 = _this._widget.loadingBuilder; - return t1 != null ? t1.call$3(context, result, _this._loadingProgress) : result; + t5 = t5.fit; + t2 = _this.___ImageState__invertColors_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + result = new A.RawImage(t3, t4, t6, t7, t1, _null, _null, B.FilterQuality_1, _null, t5, B.Alignment_0_0, B.ImageRepeat_3, _null, false, t2, false, _null); + result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, "", _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, result, _null); + return result; } }; - A._ImageState__getListener_closure.prototype = { - call$2(error, stackTrace) { - var t1 = this.$this; - t1.setState$1(new A._ImageState__getListener__closure(t1, error, stackTrace)); - }, - $signature: 2145 - }; - A._ImageState__getListener__closure.prototype = { - call$0() { - var t1 = this.$this; - t1._lastException = this.error; - t1._lastStack = this.stackTrace; - }, - $signature: 0 - }; A._ImageState__handleImageFrame_closure.prototype = { call$0() { var t2, @@ -290721,14 +298908,6 @@ }, $signature: 0 }; - A._ImageState__handleImageChunk_closure.prototype = { - call$0() { - var t1 = this.$this; - t1._loadingProgress = this.event; - t1._lastStack = t1._lastException = null; - }, - $signature: 0 - }; A._ImageState__replaceImage_closure.prototype = { call$1(_) { var t1 = this.oldImageInfo; @@ -290736,7 +298915,7 @@ t1.image.dispose$0(); return null; }, - $signature: 11 + $signature: 12 }; A._ImageState__updateSourceStream_closure.prototype = { call$0() { @@ -290935,14 +299114,14 @@ break; } }, - $signature: 43 + $signature: 47 }; A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure.prototype = { call$3(tween, targetValue, $constructor) { this.$this._updateTween$2(tween, targetValue); return tween; }, - $signature: 614 + $signature: 766 }; A.ImplicitlyAnimatedWidgetState__constructTweens_closure.prototype = { call$3(tween, targetValue, $constructor) { @@ -290959,7 +299138,7 @@ tween = null; return tween; }, - $signature: 614 + $signature: 766 }; A.AnimatedWidgetBaseState.prototype = { initState$0() { @@ -291031,49 +299210,49 @@ call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 615 + $signature: 765 }; A._AnimatedContainerState_forEachTween_closure0.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 603 + $signature: 582 }; A._AnimatedContainerState_forEachTween_closure1.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 617 + $signature: 764 }; A._AnimatedContainerState_forEachTween_closure2.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 617 + $signature: 764 }; A._AnimatedContainerState_forEachTween_closure3.prototype = { call$1(value) { return new A.BoxConstraintsTween(type$.BoxConstraints._as(value), null); }, - $signature: 2144 + $signature: 2181 }; A._AnimatedContainerState_forEachTween_closure4.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 603 + $signature: 582 }; A._AnimatedContainerState_forEachTween_closure5.prototype = { call$1(value) { return new A.Matrix4Tween(type$.Matrix4._as(value), null); }, - $signature: 2120 + $signature: 2184 }; A._AnimatedContainerState_forEachTween_closure6.prototype = { call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 615 + $signature: 765 }; A.AnimatedPadding.prototype = { createState$0() { @@ -291096,7 +299275,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 603 + $signature: 582 }; A.AnimatedPositioned.prototype = { createState$0() { @@ -291179,37 +299358,37 @@ call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 171 + $signature: 181 }; A._AnimatedPositionedState_forEachTween_closure0.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 171 + $signature: 181 }; A._AnimatedPositionedState_forEachTween_closure1.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 171 + $signature: 181 }; A._AnimatedPositionedState_forEachTween_closure2.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 171 + $signature: 181 }; A._AnimatedPositionedState_forEachTween_closure3.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 171 + $signature: 181 }; A._AnimatedPositionedState_forEachTween_closure4.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 171 + $signature: 181 }; A.AnimatedOpacity.prototype = { createState$0() { @@ -291236,7 +299415,7 @@ call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 171 + $signature: 181 }; A.AnimatedDefaultTextStyle.prototype = { createState$0() { @@ -291262,7 +299441,7 @@ call$1(value) { return new A.TextStyleTween(type$.TextStyle._as(value), null); }, - $signature: 2119 + $signature: 2185 }; A.AnimatedPhysicalModel.prototype = { createState$0() { @@ -291306,25 +299485,25 @@ call$1(value) { return new A.BorderRadiusTween(type$.BorderRadius._as(value), null); }, - $signature: 2118 + $signature: 2186 }; A._AnimatedPhysicalModelState_forEachTween_closure0.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 171 + $signature: 181 }; A._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 382 + $signature: 368 }; A._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 382 + $signature: 368 }; A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -291454,7 +299633,7 @@ } return true; }, - $signature: 149 + $signature: 126 }; A.CapturedThemes.prototype = {}; A._CaptureAll.prototype = { @@ -292020,7 +300199,7 @@ A._InteractiveViewerBuilt.prototype = { build$1(context) { var _this = this, - child = A.Transform$(_this.alignment, new A.KeyedSubtree(_this.child, _this.childKey), _this.matrix, true); + child = A.Transform$(_this.alignment, new A.KeyedSubtree(_this.child, _this.childKey), null, _this.matrix, true); return A.ClipRect$(child, _this.clipBehavior, null); } }; @@ -292107,7 +300286,7 @@ this.super$RenderObjectElement$unmount(); }, _layout$1(constraints) { - this._owner.buildScope$2(this, new A._LayoutBuilderElement__layout_layoutCallback(this, constraints)); + this._framework$_owner.buildScope$2(this, new A._LayoutBuilderElement__layout_layoutCallback(this, constraints)); }, insertRenderObjectChild$2(child, slot) { this.$ti._eval$1("RenderConstrainedLayoutBuilder<1,RenderObject>")._as(A.RenderObjectElement.prototype.get$renderObject.call(this)).set$child(child); @@ -292152,14 +300331,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 141 + $signature: 143 }; A._LayoutBuilderElement__layout_layoutCallback_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 141 + $signature: 143 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1(value) { @@ -292253,13 +300432,13 @@ call$1(value) { return this._box_0.completedValue = value; }, - $signature: 32 + $signature: 33 }; A._loadAll_closure0.prototype = { call$1(p) { return p.futureValue; }, - $signature: 2116 + $signature: 2212 }; A._loadAll_closure1.prototype = { call$1(values) { @@ -292268,7 +300447,7 @@ t3.$indexSet(0, A.createRuntimeType(A._instanceType(t2.pendingList[i].delegate)._eval$1("LocalizationsDelegate.T")), t1.$index(values, i)); return t3; }, - $signature: 2115 + $signature: 2213 }; A.LocalizationsDelegate.prototype = { toString$0(_) { @@ -292385,14 +300564,14 @@ t2 = _this._typeToResources; t3 = _this.get$_textDirection(); t3 = A.Directionality$(_this._widget.child, t3); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null), false, false, false, false, new A._LocalizationsScope(_this, t2, t3, _this._localizedResourcesScopeKey), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null), false, false, false, false, new A._LocalizationsScope(_this, t2, t3, _this._localizedResourcesScopeKey), _null); } }; A._LocalizationsState_load_closure.prototype = { call$1(value) { return this._box_0.typeToResources = value; }, - $signature: 2114 + $signature: 2241 }; A._LocalizationsState_load_closure0.prototype = { call$1(value) { @@ -292401,7 +300580,7 @@ t1.setState$1(new A._LocalizationsState_load__closure(t1, value, this.locale)); $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 2113 + $signature: 2243 }; A._LocalizationsState_load__closure.prototype = { call$0() { @@ -292426,7 +300605,7 @@ } return A.getRuntimeTypeOfDartObject(ancestor.get$widget()) !== B.Type_LookupBoundary_SxG; }, - $signature: 149 + $signature: 126 }; A.LookupBoundary_findRootAncestorStateOfType_closure.prototype = { call$1(ancestor) { @@ -292441,7 +300620,7 @@ this._box_0.target = ancestor; return A.getRuntimeTypeOfDartObject(ancestor.get$widget()) !== B.Type_LookupBoundary_SxG; }, - $signature: 149 + $signature: 126 }; A.LookupBoundary_findAncestorRenderObjectOfType_closure.prototype = { call$1(ancestor) { @@ -292451,7 +300630,7 @@ } return A.getRuntimeTypeOfDartObject(ancestor.get$widget()) !== B.Type_LookupBoundary_SxG; }, - $signature: 149 + $signature: 126 }; A.MagnifierInfo.prototype = { $eq(_, other) { @@ -292482,7 +300661,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2095 + $signature: 2248 }; A.MagnifierController.prototype = { get$shown() { @@ -292513,6 +300692,9 @@ t1 = $async$self._overlayEntry; if (t1 != null) t1.remove$0(0); + t1 = $async$self._overlayEntry; + if (t1 != null) + t1.dispose$0(); t1 = A.LookupBoundary_findRootAncestorStateOfType(context, type$.OverlayState); t1.toString; t2 = A.Navigator_maybeOf(context); @@ -292530,8 +300712,9 @@ break; case 2: // then + t1 = t1.forward$0(0); $async$goto = 4; - return A._asyncAwait(t1.forward$0(0), $async$show$3$below$builder$context); + return A._asyncAwait(type$.Future_void._is(t1) ? t1 : A._Future$value(t1, type$.void), $async$show$3$below$builder$context); case 4: // returning from await. case 3: @@ -292569,8 +300752,9 @@ break; case 3: // then + t1 = t1.reverse$0(0); $async$goto = 5; - return A._asyncAwait(t1.reverse$0(0), $async$hide$1$removeFromOverlay); + return A._asyncAwait(type$.Future_void._is(t1) ? t1 : A._Future$value(t1, type$.void), $async$hide$1$removeFromOverlay); case 5: // returning from await. case 4: @@ -292579,6 +300763,9 @@ t1 = $async$self._overlayEntry; if (t1 != null) t1.remove$0(0); + t1 = $async$self._overlayEntry; + if (t1 != null) + t1.dispose$0(); $async$self._overlayEntry = null; } case 1: @@ -292593,7 +300780,7 @@ call$1(context) { return new A._CaptureAll(this.capturedThemes._themes, this.builder.call$1(context), null); }, - $signature: 52 + $signature: 46 }; A.MagnifierDecoration.prototype = { $eq(_, other) { @@ -292721,43 +300908,46 @@ } }; A.MediaQueryData.prototype = { + get$textScaler() { + return this._textScaler; + }, get$orientation(_) { var t1 = this.size; return t1._dx > t1._dy ? B.Orientation_1 : B.Orientation_0; }, - copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(alwaysUse24HourFormat, displayFeatures, padding, platformBrightness, textScaleFactor, viewInsets, viewPadding) { + copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaler$viewInsets$viewPadding(alwaysUse24HourFormat, displayFeatures, padding, platformBrightness, textScaler, viewInsets, viewPadding) { var _this = this, - t1 = textScaleFactor == null ? _this.textScaleFactor : textScaleFactor, + t1 = textScaler == null ? _this.get$textScaler() : textScaler, t2 = padding == null ? _this.padding : padding, t3 = viewPadding == null ? _this.viewPadding : viewPadding, t4 = viewInsets == null ? _this.viewInsets : viewInsets, t5 = alwaysUse24HourFormat == null ? _this.alwaysUse24HourFormat : alwaysUse24HourFormat, t6 = displayFeatures == null ? _this.displayFeatures : displayFeatures; - return new A.MediaQueryData(_this.size, _this.devicePixelRatio, t1, _this.platformBrightness, t4, t2, t3, _this.systemGestureInsets, t5, _this.accessibleNavigation, _this.invertColors, _this.highContrast, _this.disableAnimations, _this.boldText, _this.navigationMode, _this.gestureSettings, t6); - }, - copyWith$1$textScaleFactor(textScaleFactor) { - return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, null, null, textScaleFactor, null, null); + return new A.MediaQueryData(_this.size, _this.devicePixelRatio, t1, _this.platformBrightness, t4, t2, t3, _this.systemGestureInsets, t5, _this.accessibleNavigation, _this.invertColors, _this.highContrast, _this.onOffSwitchLabels, _this.disableAnimations, _this.boldText, _this.navigationMode, _this.gestureSettings, t6); }, copyWith$1$platformBrightness(platformBrightness) { - return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, null, platformBrightness, null, null, null); + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaler$viewInsets$viewPadding(null, null, null, platformBrightness, null, null, null); }, copyWith$1$padding(padding) { - return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, padding, null, null, null, null); + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaler$viewInsets$viewPadding(null, null, padding, null, null, null, null); }, copyWith$2$padding$viewPadding(padding, viewPadding) { - return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, padding, null, null, null, viewPadding); + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaler$viewInsets$viewPadding(null, null, padding, null, null, null, viewPadding); }, copyWith$4$displayFeatures$padding$viewInsets$viewPadding(displayFeatures, padding, viewInsets, viewPadding) { - return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, displayFeatures, padding, null, null, viewInsets, viewPadding); + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaler$viewInsets$viewPadding(null, displayFeatures, padding, null, null, viewInsets, viewPadding); }, copyWith$2$viewInsets$viewPadding(viewInsets, viewPadding) { - return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(null, null, null, null, null, viewInsets, viewPadding); + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaler$viewInsets$viewPadding(null, null, null, null, null, viewInsets, viewPadding); + }, + copyWith$1$textScaler(textScaler) { + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaler$viewInsets$viewPadding(null, null, null, null, textScaler, null, null); }, copyWith$1$alwaysUse24HourFormat(alwaysUse24HourFormat) { - return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(alwaysUse24HourFormat, null, null, null, null, null, null); + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaler$viewInsets$viewPadding(alwaysUse24HourFormat, null, null, null, null, null, null); }, - copyWith$2$alwaysUse24HourFormat$textScaleFactor(alwaysUse24HourFormat, textScaleFactor) { - return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaleFactor$viewInsets$viewPadding(alwaysUse24HourFormat, null, null, null, textScaleFactor, null, null); + copyWith$2$alwaysUse24HourFormat$textScaler(alwaysUse24HourFormat, textScaler) { + return this.copyWith$7$alwaysUse24HourFormat$displayFeatures$padding$platformBrightness$textScaler$viewInsets$viewPadding(alwaysUse24HourFormat, null, null, null, textScaler, null, null); }, removePadding$4$removeBottom$removeLeft$removeRight$removeTop(removeBottom, removeLeft, removeRight, removeTop) { var t1, t2, t3, t4, t5, t6, _this = this, _null = null; @@ -292832,40 +301022,40 @@ return false; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.MediaQueryData && other.size.$eq(0, _this.size) && other.devicePixelRatio === _this.devicePixelRatio && other.textScaleFactor === _this.textScaleFactor && other.platformBrightness === _this.platformBrightness && other.padding.$eq(0, _this.padding) && other.viewPadding.$eq(0, _this.viewPadding) && other.viewInsets.$eq(0, _this.viewInsets) && other.systemGestureInsets.$eq(0, _this.systemGestureInsets) && other.alwaysUse24HourFormat === _this.alwaysUse24HourFormat && other.highContrast === _this.highContrast && other.disableAnimations === _this.disableAnimations && other.invertColors === _this.invertColors && other.accessibleNavigation === _this.accessibleNavigation && other.boldText === _this.boldText && other.navigationMode === _this.navigationMode && other.gestureSettings.$eq(0, _this.gestureSettings) && A.listEquals0(other.displayFeatures, _this.displayFeatures); + return other instanceof A.MediaQueryData && other.size.$eq(0, _this.size) && other.devicePixelRatio === _this.devicePixelRatio && other.get$textScaler().textScaleFactor === _this.get$textScaler().textScaleFactor && other.platformBrightness === _this.platformBrightness && other.padding.$eq(0, _this.padding) && other.viewPadding.$eq(0, _this.viewPadding) && other.viewInsets.$eq(0, _this.viewInsets) && other.systemGestureInsets.$eq(0, _this.systemGestureInsets) && other.alwaysUse24HourFormat === _this.alwaysUse24HourFormat && other.highContrast === _this.highContrast && other.onOffSwitchLabels === _this.onOffSwitchLabels && other.disableAnimations === _this.disableAnimations && other.invertColors === _this.invertColors && other.accessibleNavigation === _this.accessibleNavigation && other.boldText === _this.boldText && other.navigationMode === _this.navigationMode && other.gestureSettings.$eq(0, _this.gestureSettings) && A.listEquals(other.displayFeatures, _this.displayFeatures); }, get$hashCode(_) { var _this = this; - return A.Object_hash(_this.size, _this.devicePixelRatio, _this.textScaleFactor, _this.platformBrightness, _this.padding, _this.viewPadding, _this.viewInsets, _this.alwaysUse24HourFormat, _this.highContrast, _this.disableAnimations, _this.invertColors, _this.accessibleNavigation, _this.boldText, _this.navigationMode, _this.gestureSettings, A.Object_hashAll(_this.displayFeatures), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + return A.Object_hash(_this.size, _this.devicePixelRatio, _this.get$textScaler().textScaleFactor, _this.platformBrightness, _this.padding, _this.viewPadding, _this.viewInsets, _this.alwaysUse24HourFormat, _this.highContrast, _this.onOffSwitchLabels, _this.disableAnimations, _this.invertColors, _this.accessibleNavigation, _this.boldText, _this.navigationMode, _this.gestureSettings, A.Object_hashAll(_this.displayFeatures), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, toString$0(_) { var _this = this; - return "MediaQueryData(" + B.JSArray_methods.join$1(A._setArrayType(["size: " + _this.size.toString$0(0), "devicePixelRatio: " + B.JSNumber_methods.toStringAsFixed$1(_this.devicePixelRatio, 1), "textScaleFactor: " + B.JSNumber_methods.toStringAsFixed$1(_this.textScaleFactor, 1), "platformBrightness: " + _this.platformBrightness.toString$0(0), "padding: " + _this.padding.toString$0(0), "viewPadding: " + _this.viewPadding.toString$0(0), "viewInsets: " + _this.viewInsets.toString$0(0), "systemGestureInsets: " + _this.systemGestureInsets.toString$0(0), "alwaysUse24HourFormat: " + _this.alwaysUse24HourFormat, "accessibleNavigation: " + _this.accessibleNavigation, "highContrast: " + _this.highContrast, "disableAnimations: " + _this.disableAnimations, "invertColors: " + _this.invertColors, "boldText: " + _this.boldText, "navigationMode: " + _this.navigationMode._core$_name, "gestureSettings: " + _this.gestureSettings.toString$0(0), "displayFeatures: " + A.S(_this.displayFeatures)], type$.JSArray_String), ", ") + ")"; + return "MediaQueryData(" + B.JSArray_methods.join$1(A._setArrayType(["size: " + _this.size.toString$0(0), "devicePixelRatio: " + B.JSNumber_methods.toStringAsFixed$1(_this.devicePixelRatio, 1), "textScaler: " + _this.get$textScaler().toString$0(0), "platformBrightness: " + _this.platformBrightness.toString$0(0), "padding: " + _this.padding.toString$0(0), "viewPadding: " + _this.viewPadding.toString$0(0), "viewInsets: " + _this.viewInsets.toString$0(0), "systemGestureInsets: " + _this.systemGestureInsets.toString$0(0), "alwaysUse24HourFormat: " + _this.alwaysUse24HourFormat, "accessibleNavigation: " + _this.accessibleNavigation, "highContrast: " + _this.highContrast, "onOffSwitchLabels: " + _this.onOffSwitchLabels, "disableAnimations: " + _this.disableAnimations, "invertColors: " + _this.invertColors, "boldText: " + _this.boldText, "navigationMode: " + _this.navigationMode._core$_name, "gestureSettings: " + _this.gestureSettings.toString$0(0), "displayFeatures: " + A.S(_this.displayFeatures)], type$.JSArray_String), ", ") + ")"; } }; A.MediaQueryData_removeDisplayFeatures_closure.prototype = { call$1(displayFeature) { return this.subScreen.overlaps$1(displayFeature.get$bounds(displayFeature)); }, - $signature: 683 + $signature: 776 }; A.MediaQuery.prototype = { updateShouldNotify$1(oldWidget) { return !this.data.$eq(0, oldWidget.data); }, updateShouldNotifyDependent$2(oldWidget, dependencies) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26; - for (t1 = dependencies.get$iterator(dependencies), t2 = this.data, t3 = oldWidget.data, t4 = t2.displayFeatures !== t3.displayFeatures, t5 = t2.gestureSettings, t6 = t3.gestureSettings, t7 = t2.navigationMode !== t3.navigationMode, t8 = t2.boldText !== t3.boldText, t9 = t2.disableAnimations !== t3.disableAnimations, t10 = t2.highContrast !== t3.highContrast, t11 = t2.invertColors !== t3.invertColors, t12 = t2.accessibleNavigation !== t3.accessibleNavigation, t13 = t2.alwaysUse24HourFormat !== t3.alwaysUse24HourFormat, t14 = t2.viewPadding, t15 = t3.viewPadding, t16 = t2.systemGestureInsets, t17 = t3.systemGestureInsets, t18 = t2.viewInsets, t19 = t3.viewInsets, t20 = t2.padding, t21 = t3.padding, t22 = t2.platformBrightness !== t3.platformBrightness, t23 = t2.textScaleFactor !== t3.textScaleFactor, t24 = t2.devicePixelRatio !== t3.devicePixelRatio, t2 = t2.size, t3 = t3.size, t25 = t2._dx, t2 = t2._dy; t1.moveNext$0();) { - t26 = t1.get$current(t1); - if (t26 instanceof A._MediaQueryAspect) - switch (t26.index) { + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28; + for (t1 = dependencies.get$iterator(dependencies), t2 = this.data, t3 = oldWidget.data, t4 = t2.displayFeatures !== t3.displayFeatures, t5 = t2.gestureSettings, t6 = t3.gestureSettings, t7 = t2.navigationMode !== t3.navigationMode, t8 = t2.boldText !== t3.boldText, t9 = t2.disableAnimations !== t3.disableAnimations, t10 = t2.onOffSwitchLabels !== t3.onOffSwitchLabels, t11 = t2.highContrast !== t3.highContrast, t12 = t2.invertColors !== t3.invertColors, t13 = t2.accessibleNavigation !== t3.accessibleNavigation, t14 = t2.alwaysUse24HourFormat !== t3.alwaysUse24HourFormat, t15 = t2.viewPadding, t16 = t3.viewPadding, t17 = t2.systemGestureInsets, t18 = t3.systemGestureInsets, t19 = t2.viewInsets, t20 = t3.viewInsets, t21 = t2.padding, t22 = t3.padding, t23 = t2.platformBrightness !== t3.platformBrightness, t24 = t2.devicePixelRatio !== t3.devicePixelRatio, t25 = t2.size, t26 = t3.size, t27 = t25._dx, t25 = t25._dy; t1.moveNext$0();) { + t28 = t1.get$current(t1); + if (t28 instanceof A._MediaQueryAspect) + switch (t28.index) { case 0: - if (!(t3._dx === t25 && t3._dy === t2)) + if (!(t26._dx === t27 && t26._dy === t25)) return true; break; case 1: - t26 = t25 > t2 ? B.Orientation_1 : B.Orientation_0; - if (t26 !== (t3._dx > t3._dy ? B.Orientation_1 : B.Orientation_0)) + t28 = t27 > t25 ? B.Orientation_1 : B.Orientation_0; + if (t28 !== (t26._dx > t26._dy ? B.Orientation_1 : B.Orientation_0)) return true; break; case 2: @@ -292873,62 +301063,70 @@ return true; break; case 3: - if (t23) + if (t2.get$textScaler().textScaleFactor !== t3.get$textScaler().textScaleFactor) return true; break; case 4: - if (t22) + if (!t2.get$textScaler().$eq(0, t3.get$textScaler())) return true; break; case 5: - if (!t20.$eq(0, t21)) + if (t23) return true; break; case 6: - if (!t18.$eq(0, t19)) + if (!t21.$eq(0, t22)) return true; break; case 7: - if (!t16.$eq(0, t17)) + if (!t19.$eq(0, t20)) return true; break; case 8: - if (!t14.$eq(0, t15)) + if (!t17.$eq(0, t18)) return true; break; case 9: - if (t13) + if (!t15.$eq(0, t16)) return true; break; case 10: - if (t12) + if (t14) return true; break; case 11: - if (t11) + if (t13) return true; break; case 12: - if (t10) + if (t12) return true; break; case 13: - if (t9) + if (t11) return true; break; case 14: - if (t8) + if (t10) return true; break; case 15: - if (t7) + if (t9) return true; break; case 16: - if (!t5.$eq(0, t6)) + if (t8) return true; break; case 17: + if (t7) + return true; + break; + case 18: + if (!t5.$eq(0, t6)) + return true; + break; + case 19: if (t4) return true; break; @@ -292937,6 +301135,19 @@ return false; } }; + A.MediaQuery_withNoTextScaling_closure.prototype = { + call$1(context) { + return A.MediaQuery$(this.child, A.InheritedModel_inheritFrom(context, null, type$.MediaQuery).data.copyWith$1$textScaler(B._LinearTextScaler_1), null); + }, + $signature: 763 + }; + A.MediaQuery_withClampedTextScaling_closure.prototype = { + call$1(context) { + var data = A.InheritedModel_inheritFrom(context, null, type$.MediaQuery).data; + return A.MediaQuery$(this.child, data.copyWith$1$textScaler(data.get$textScaler().clamp$2$maxScaleFactor$minScaleFactor(0, this.maxScaleFactor, this.minScaleFactor)), null); + }, + $signature: 763 + }; A.NavigationMode.prototype = { _enumToString$0() { return "NavigationMode." + this._core$_name; @@ -292975,84 +301186,89 @@ _this._media_query$_data = null; }, _updateData$0() { - var t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, newData, _this = this, _null = null, + var t6, scaleFactor, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, newData, _this = this, _null = null, t1 = _this._widget.view, t2 = _this._parentData, t3 = t1.get$physicalSize(), - t4 = t1._debugDevicePixelRatio; - if (t4 == null) { - t4 = self.window.devicePixelRatio; - if (t4 === 0) - t4 = 1; + t4 = $.$get$EngineFlutterDisplay__instance(), + t5 = t4._debugDevicePixelRatioOverride; + if (t5 == null) { + t5 = self.window.devicePixelRatio; + if (t5 === 0) + t5 = 1; } - t4 = t3.$div(0, t4); - t3 = t1._debugDevicePixelRatio; + t5 = t3.$div(0, t5); + t3 = t4._debugDevicePixelRatioOverride; if (t3 == null) { t3 = self.window.devicePixelRatio; if (t3 === 0) t3 = 1; } - t5 = t2 == null; - t6 = t5 ? _null : t2.textScaleFactor; - if (t6 == null) - t6 = t1.platformDispatcher.configuration.textScaleFactor; - t7 = t5 ? _null : t2.platformBrightness; - if (t7 == null) - t7 = t1.platformDispatcher.configuration.platformBrightness; + t6 = t2 == null; + scaleFactor = t6 ? _null : t2.get$textScaler().textScaleFactor; + if (scaleFactor == null) + scaleFactor = t1.platformDispatcher.configuration.textScaleFactor; + t7 = scaleFactor === 1 ? B._LinearTextScaler_1 : new A._LinearTextScaler(scaleFactor); + t8 = t6 ? _null : t2.platformBrightness; + if (t8 == null) + t8 = t1.platformDispatcher.configuration.platformBrightness; t1.get$_viewConfiguration(); - t8 = t1._debugDevicePixelRatio; - if (t8 == null) { - t8 = self.window.devicePixelRatio; - if (t8 === 0) - t8 = 1; - } - t8 = A.EdgeInsets$fromViewPadding(B.ViewPadding_0_0_0_0, t8); - t1.get$_viewConfiguration(); - t9 = t1._debugDevicePixelRatio; + t9 = t4._debugDevicePixelRatioOverride; if (t9 == null) { t9 = self.window.devicePixelRatio; if (t9 === 0) t9 = 1; } t9 = A.EdgeInsets$fromViewPadding(B.ViewPadding_0_0_0_0, t9); - t10 = t1._viewInsets; - t11 = t1._debugDevicePixelRatio; - if (t11 == null) { - t11 = self.window.devicePixelRatio; - if (t11 === 0) - t11 = 1; - } - t11 = A.EdgeInsets$fromViewPadding(t10, t11); t1.get$_viewConfiguration(); - t10 = t1._debugDevicePixelRatio; + t10 = t4._debugDevicePixelRatioOverride; if (t10 == null) { t10 = self.window.devicePixelRatio; if (t10 === 0) t10 = 1; } t10 = A.EdgeInsets$fromViewPadding(B.ViewPadding_0_0_0_0, t10); - t12 = t5 ? _null : t2.accessibleNavigation; - if (t12 == null) - t12 = (t1.platformDispatcher.configuration.accessibilityFeatures.__engine$_index & 1) !== 0; - t13 = t5 ? _null : t2.invertColors; + t11 = t1._viewInsets; + t12 = t4._debugDevicePixelRatioOverride; + if (t12 == null) { + t12 = self.window.devicePixelRatio; + if (t12 === 0) + t12 = 1; + } + t12 = A.EdgeInsets$fromViewPadding(t11, t12); + t1.get$_viewConfiguration(); + t4 = t4._debugDevicePixelRatioOverride; + if (t4 == null) { + t4 = self.window.devicePixelRatio; + if (t4 === 0) + t4 = 1; + } + t4 = A.EdgeInsets$fromViewPadding(B.ViewPadding_0_0_0_0, t4); + t11 = t6 ? _null : t2.accessibleNavigation; + if (t11 == null) + t11 = (t1.platformDispatcher.configuration.accessibilityFeatures.__engine$_index & 1) !== 0; + t13 = t6 ? _null : t2.invertColors; if (t13 == null) t13 = (t1.platformDispatcher.configuration.accessibilityFeatures.__engine$_index & 2) !== 0; - t14 = t5 ? _null : t2.disableAnimations; + t14 = t6 ? _null : t2.disableAnimations; if (t14 == null) t14 = (t1.platformDispatcher.configuration.accessibilityFeatures.__engine$_index & 4) !== 0; - t15 = t5 ? _null : t2.boldText; + t15 = t6 ? _null : t2.boldText; if (t15 == null) t15 = (t1.platformDispatcher.configuration.accessibilityFeatures.__engine$_index & 8) !== 0; - t16 = t5 ? _null : t2.highContrast; + t16 = t6 ? _null : t2.highContrast; if (t16 == null) t16 = (t1.platformDispatcher.configuration.accessibilityFeatures.__engine$_index & 32) !== 0; - t17 = t5 ? _null : t2.alwaysUse24HourFormat; - t2 = t5 ? _null : t2.navigationMode; + t17 = t6 ? _null : t2.onOffSwitchLabels; + if (t17 == null) + t17 = (t1.platformDispatcher.configuration.accessibilityFeatures.__engine$_index & 64) !== 0; + t18 = t6 ? _null : t2.alwaysUse24HourFormat; + t2 = t6 ? _null : t2.navigationMode; if (t2 == null) t2 = B.NavigationMode_0; t1.get$_viewConfiguration(); t1.get$_viewConfiguration(); - newData = new A.MediaQueryData(t4, t3, t6, t7, t11, t8, t9, t10, t17 === true, t12, t13, t16, t14, t15, t2, new A.DeviceGestureSettings(_null), B.List_empty3); + newData = new A.MediaQueryData(t5, t3, t7, t8, t12, t9, t10, t4, t18 === true, t11, t13, t16, t17, t14, t15, t2, new A.DeviceGestureSettings(_null), B.List_empty4); if (!newData.$eq(0, _this._media_query$_data)) _this.setState$1(new A._MediaQueryFromViewState__updateData_closure(_this, newData)); }, @@ -293119,7 +301335,7 @@ t5 = _null; t6 = _this.color; t6 = A.MouseRegion$(new A.ConstrainedBox(B.BoxConstraints_ALM, t6 == null ? _null : new A.ColoredBox(t6, _null, _null), _null), B.SystemMouseCursor_basic, _null, _null, _null, _null, _null); - t2 = A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null); + t2 = A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null); excluding = !semanticsDismissible || false; return A.BlockSemantics$(new A.ExcludeSemantics(excluding, new A._ModalBarrierGestureDetector(new A.Semantics(t2, false, false, false, false, t6, _null), t1, _null), _null)); } @@ -293313,6 +301529,11 @@ }); return A._asyncStartSync($async$willPop$0, $async$completer); }, + get$popDisposition() { + return this.get$isFirst() ? B.RoutePopDisposition_2 : B.RoutePopDisposition_0; + }, + onPopInvoked$1(didPop) { + }, get$willHandlePopInternally() { return false; }, @@ -293361,15 +301582,17 @@ return currentRouteEntry.route === this; }, get$hasActiveRouteBelow() { - var t2, _i, entry, t3, + var t2, t3, t1 = this._navigator$_navigator; if (t1 == null) return false; - for (t1 = t1._history, t2 = t1.length, _i = 0; _i < t2; ++_i) { - entry = t1[_i]; - if (entry.route === this) + for (t1 = t1._history._navigator$_value, t2 = A._arrayInstanceType(t1), t1 = new J.ArrayIterator(t1, t1.length, t2._eval$1("ArrayIterator<1>")), t2 = t2._precomputed1; t1.moveNext$0();) { + t3 = t1.__interceptors$_current; + if (t3 == null) + t3 = t2._as(t3); + if (t3.route === this) return false; - t3 = entry.currentState.index; + t3 = t3.currentState.index; if (t3 <= 10 && t3 >= 1) return true; } @@ -293400,7 +301623,7 @@ t1.requestFocus$0(); } }, - $signature: 103 + $signature: 111 }; A.Route_didAdd_closure.prototype = { call$1(_) { @@ -293411,7 +301634,7 @@ t1.requestFocus$0(); } }, - $signature: 103 + $signature: 111 }; A.RouteSettings.prototype = { toString$0(_) { @@ -293446,7 +301669,7 @@ t1 = A._setArrayType([], type$.JSArray__RouteEntry), t2 = $.$get$ChangeNotifier__emptyListeners(), t3 = type$._NavigatorObservation; - return new A.NavigatorState(t1, A.LinkedHashSet_LinkedHashSet$_empty(type$._RouteEntry), new A._HistoryProperty(t2), A.ListQueue$(_null, t3), A.ListQueue$(_null, t3), A.FocusNode$(true, "Navigator", true, true, _null, _null, false), new A.RestorableNum(0, t2, type$.RestorableNum_int), A.ValueNotifier$(false, type$.bool), A.LinkedHashSet_LinkedHashSet$_empty(type$.int), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, _null, _null, B._StateLifecycle_0); + return new A.NavigatorState(new A._History(t1, t2), A.LinkedHashSet_LinkedHashSet$_empty(type$._RouteEntry), new A._HistoryProperty(t2), A.ListQueue$(_null, t3), A.ListQueue$(_null, t3), A.FocusNode$(true, "Navigator", true, true, _null, _null, false), new A.RestorableNum(0, t2, type$.RestorableNum_int), new A.ValueNotifier(false, t2, type$.ValueNotifier_bool), A.LinkedHashSet_LinkedHashSet$_empty(type$.int), _null, A.LinkedHashMap_LinkedHashMap$_empty(type$.RestorableProperty_nullable_Object, type$.void_Function), _null, true, _null, _null, _null, B._StateLifecycle_0); }, onGenerateInitialRoutes$2(arg0, arg1) { return this.onGenerateInitialRoutes.call$2(arg0, arg1); @@ -293456,7 +301679,7 @@ call$1(route) { return route == null; }, - $signature: 2094 + $signature: 2254 }; A._RouteLifecycle.prototype = { _enumToString$0() { @@ -293515,6 +301738,14 @@ _this.pendingResult = null; return true; }, + pop$1$1(result) { + this.pendingResult = result; + this.currentState = B._RouteLifecycle_8; + this.route.onPopInvoked$1(true); + }, + pop$1(result) { + return this.pop$1$1(result, type$.dynamic); + }, remove$0(_) { if (this.currentState.index >= 10) return; @@ -293553,7 +301784,9 @@ listener = A._Cell$named("listener"); t3 = new A._RouteEntry_dispose_closure0(_box_0, _this, t2, listener, $navigator); listener.__late_helper$_value = t3; - t2._overlayEntryStateNotifier.addListener$1(0, t3); + t2 = t2._overlayEntryStateNotifier; + if (t2 != null) + t2.addListener$1(0, t3); } }, get$willBePresent() { @@ -293577,16 +301810,16 @@ }; A._RouteEntry_dispose_closure.prototype = { call$1(e) { - return e._overlayEntryStateNotifier._change_notifier$_value != null; + return e.get$mounted(); }, - $signature: 2093 + $signature: 2255 }; A._RouteEntry_dispose_closure0.prototype = { call$0() { var _this = this, t1 = _this._box_0; --t1.mounted; - _this.entry._overlayEntryStateNotifier.removeListener$1(0, _this.listener._readLocal$0()); + _this.entry.removeListener$1(0, _this.listener._readLocal$0()); if (t1.mounted === 0) return A.scheduleMicrotask(new A._RouteEntry_dispose__closure(_this.$this, _this.navigator)); }, @@ -293606,7 +301839,7 @@ call$1(entry) { return entry.route === this.route; }, - $signature: 278 + $signature: 346 }; A._NavigatorObservation.prototype = {}; A._NavigatorPushObservation.prototype = { @@ -293628,7 +301861,49 @@ observer.didReplace$2$newRoute$oldRoute(this.primaryRoute, this.secondaryRoute); } }; + A._History.prototype = { + addAll$1(_, elements) { + B.JSArray_methods.addAll$1(this._navigator$_value, elements); + if (J.get$isNotEmpty$asx(elements)) + this.notifyListeners$0(); + }, + $index(_, index) { + return this._navigator$_value[index]; + }, + get$iterator(_) { + var t1 = this._navigator$_value; + return new J.ArrayIterator(t1, t1.length, A._arrayInstanceType(t1)._eval$1("ArrayIterator<1>")); + }, + toString$0(_) { + return A.Iterable_iterableToFullString(this._navigator$_value, "[", "]"); + }, + $isListenable: 1 + }; A.NavigatorState.prototype = { + _handleHistoryChanged$0() { + var lastEntry, notification, _this = this, + navigatorCanPop = _this.canPop$0(), + routeBlocksPop = A._Cell$named("routeBlocksPop"), + t1 = !navigatorCanPop; + if (t1) { + lastEntry = _this._lastRouteEntryWhereOrNull$1(A.navigator__RouteEntry_isPresentPredicate$closure()); + routeBlocksPop.set$finalLocalValue(lastEntry != null && lastEntry.route.get$popDisposition() === B.RoutePopDisposition_1); + } else + routeBlocksPop.set$finalLocalValue(false); + notification = new A.NavigationNotification(!t1 || routeBlocksPop._readLocal$0()); + t1 = $.SchedulerBinding__instance; + switch (t1.SchedulerBinding__schedulerPhase.index) { + case 4: + _this._framework$_element.dispatchNotification$1(notification); + break; + case 0: + case 2: + case 3: + case 1: + t1.SchedulerBinding__postFrameCallbacks.push(new A.NavigatorState__handleHistoryChanged_closure(_this, notification)); + break; + } + }, initState$0() { var t1, t2, _i, observer, t3, _this = this; _this.super$State$initState(); @@ -293651,32 +301926,39 @@ _this._updateHeroController$1(t1 == null ? null : t1.controller); if (_this._widget.reportsRouteUpdateToEngine) B.OptionalMethodChannel_qNA.invokeMethod$1$1("selectSingleEntryHistory", type$.void); + _this._history.addListener$1(0, _this.get$_handleHistoryChanged()); }, restoreState$2(oldBucket, initialRestore) { - var t1, _i, page, t2, t3, entry, _this = this; + var t1, t2, t3, t4, _i, page, t5, t6, entry, _this = this; _this.registerForRestoration$2(_this._rawNextPagelessRestorationScopeId, "id"); t1 = _this._serializableHistory; _this.registerForRestoration$2(t1, "history"); _this._forcedDisposeAllRouteEntries$0(); _this.__NavigatorState__overlayKey_A = new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_OverlayState); - B.JSArray_methods.addAll$1(_this._history, t1.restoreEntriesForPage$2(null, _this)); + t2 = _this._history; + t2.addAll$1(0, t1.restoreEntriesForPage$2(null, _this)); _this._widget.toString; + t3 = type$._WeakReferenceWrapper_Route_dynamic; + t4 = t2._navigator$_value; _i = 0; for (; false; ++_i) { page = B.List_empty5[_i]; - t2 = _this._framework$_element; - t2.toString; - t2 = page.createRoute$1(t2); - t3 = $.$get$_RouteEntry_notAnnounced(); - entry = new A._RouteEntry(t2, null, true, B._RouteLifecycle_1, t3, t3, t3); - _this._history.push(entry); - B.JSArray_methods.addAll$1(_this._history, t1.restoreEntriesForPage$2(entry, _this)); + t5 = _this._framework$_element; + t5.toString; + t5 = page.createRoute$1(t5); + t6 = $.$get$_RouteEntry_notAnnounced(); + entry = new A._RouteEntry(t5, null, true, B._RouteLifecycle_1, t6, new A._WeakReferenceWrapper(new WeakRef(t6), t3), t6); + t4.push(entry); + t2.notifyListeners$0(); + t6 = t1.restoreEntriesForPage$2(entry, _this); + B.JSArray_methods.addAll$1(t4, t6); + if (B.JSArray_methods.get$isNotEmpty(t6)) + t2.notifyListeners$0(); } if (t1._pageToPagelessRoutes == null) { t1 = _this._widget; - t2 = _this._history; t3 = t1.initialRoute; - B.JSArray_methods.addAll$1(t2, J.map$1$1$ax(t1.onGenerateInitialRoutes$2(_this, t3), new A.NavigatorState_restoreState_closure(_this), type$._RouteEntry)); + t2.addAll$1(0, J.map$1$1$ax(t1.onGenerateInitialRoutes$2(_this, t3), new A.NavigatorState_restoreState_closure(_this), type$._RouteEntry)); } _this._flushHistoryUpdates$0(); }, @@ -293693,18 +301975,23 @@ return this._widget.restorationScopeId; }, didChangeDependencies$0() { - var host, t1, t2, _i, _this = this; + var host, t1, t2, t3, _this = this; _this.super$_NavigatorState_State_TickerProviderStateMixin_RestorationMixin$didChangeDependencies(); host = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.HeroControllerScope); _this._updateHeroController$1(host == null ? null : host.controller); - for (t1 = _this._history, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) - t1[_i].route.changedExternalState$0(); + for (t1 = _this._history._navigator$_value, t2 = A._arrayInstanceType(t1), t1 = new J.ArrayIterator(t1, t1.length, t2._eval$1("ArrayIterator<1>")), t2 = t2._precomputed1; t1.moveNext$0();) { + t3 = t1.__interceptors$_current; + (t3 == null ? t2._as(t3) : t3).route.changedExternalState$0(); + } }, _forcedDisposeAllRouteEntries$0() { - var t1; + var t1, t2, entry; this._entryWaitingForSubTreeDisposal._filterWhere$2(new A.NavigatorState__forcedDisposeAllRouteEntries_closure(), true); - for (; t1 = this._history, t1.length !== 0;) - A.NavigatorState__disposeRouteEntry(t1.pop(), false); + for (t1 = this._history, t2 = t1._navigator$_value; !t1.get$isEmpty(t1);) { + entry = t2.pop(); + t1.notifyListeners$0(); + A.NavigatorState__disposeRouteEntry(entry, false); + } }, _updateHeroController$1(newHeroController) { var t1, t2, _this = this; @@ -293760,8 +302047,10 @@ _this._updateEffectiveObservers$0(); } _this._widget.toString; - for (t1 = _this._history, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) - t1[_i].route.changedExternalState$0(); + for (t1 = _this._history._navigator$_value, t2 = A._arrayInstanceType(t1), t1 = new J.ArrayIterator(t1, t1.length, t2._eval$1("ArrayIterator<1>")), t2 = t2._precomputed1; t1.moveNext$0();) { + t3 = t1.__interceptors$_current; + (t3 == null ? t2._as(t3) : t3).route.changedExternalState$0(); + } }, deactivate$0() { var t2, _i, observer, t3, @@ -293794,97 +302083,105 @@ } }, dispose$0() { - var t1, _this = this; + var t1, t2, _this = this; _this._updateHeroController$1(null); _this.focusNode.dispose$0(); _this._forcedDisposeAllRouteEntries$0(); _this._rawNextPagelessRestorationScopeId.dispose$0(); _this._serializableHistory.dispose$0(); t1 = _this.userGestureInProgressNotifier; - t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t2 = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + t1 = _this._history; + t1.removeListener$1(0, _this.get$_handleHistoryChanged()); + t1.ChangeNotifier__listeners = t2; t1.ChangeNotifier__count = 0; _this.super$_NavigatorState_State_TickerProviderStateMixin_RestorationMixin$dispose(); }, get$_allRouteOverlayEntries() { - var t2, t3, _i, + var t2, t3, t4, t1 = A._setArrayType([], type$.JSArray_OverlayEntry); - for (t2 = this._history, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) - B.JSArray_methods.addAll$1(t1, t2[_i].route.get$overlayEntries()); + for (t2 = this._history._navigator$_value, t3 = A._arrayInstanceType(t2), t2 = new J.ArrayIterator(t2, t2.length, t3._eval$1("ArrayIterator<1>")), t3 = t3._precomputed1; t2.moveNext$0();) { + t4 = t2.__interceptors$_current; + B.JSArray_methods.addAll$1(t1, (t4 == null ? t3._as(t4) : t4).route.get$overlayEntries()); + } return t1; }, _flushHistoryUpdates$1$rearrangeOverlay(rearrangeOverlay) { - var t1, index, entry, previous, toBeDisposed, t2, poppedRoute, next, canRemoveOrAdd, seenTopActiveRoute, index0, t3, t4, previous0, lastEntry, routeName, _i, _this = this, _null = null; + var t1, index, t2, entry, previous, toBeDisposed, t3, t4, t5, poppedRoute, next, canRemoveOrAdd, seenTopActiveRoute, index0, t6, t7, previous0, lastEntry, routeName, _i, _this = this, _null = null; _this._flushingHistory = true; t1 = _this._history; - index = t1.length - 1; - entry = t1[index]; - previous = index > 0 ? t1[index - 1] : _null; + index = t1.get$length(t1) - 1; + t2 = t1._navigator$_value; + entry = t2[index]; + previous = index > 0 ? t2[index - 1] : _null; toBeDisposed = A._setArrayType([], type$.JSArray__RouteEntry); $label0$1: - for (t1 = _this._observedRouteDeletions, t2 = _this._observedRouteAdditions, poppedRoute = _null, next = poppedRoute, canRemoveOrAdd = false, seenTopActiveRoute = false; index >= 0;) { + for (t3 = _this._observedRouteDeletions, t4 = type$._WeakReferenceWrapper_Route_dynamic, t5 = _this._observedRouteAdditions, poppedRoute = _null, next = poppedRoute, canRemoveOrAdd = false, seenTopActiveRoute = false; index >= 0;) { switch (entry.currentState.index) { case 1: index0 = _this._getIndexBefore$2(index - 1, A.navigator__RouteEntry_isPresentPredicate$closure()); - t3 = index0 >= 0 ? _this._history[index0] : _null; - t3 = t3 == null ? _null : t3.route; - t4 = entry.route; - t4._navigator$_navigator = _this; - t4.install$0(); + t6 = index0 >= 0 ? t2[index0] : _null; + t6 = t6 == null ? _null : t6.route; + t7 = entry.route; + t7._navigator$_navigator = _this; + t7.install$0(); entry.currentState = B._RouteLifecycle_2; - t2._add$1(0, new A._NavigatorPushObservation(t4, t3)); + t5._add$1(0, new A._NavigatorPushObservation(t7, t6)); continue $label0$1; case 2: if (canRemoveOrAdd || next == null) { - t3 = entry.route; - t3.didAdd$0(); + t6 = entry.route; + t6.didAdd$0(); entry.currentState = B._RouteLifecycle_7; if (next == null) - t3.didChangeNext$1(_null); + t6.didChangeNext$1(_null); continue $label0$1; } break; case 3: case 4: case 6: - t3 = previous == null ? _null : previous.route; + t6 = previous == null ? _null : previous.route; index0 = _this._getIndexBefore$2(index - 1, A.navigator__RouteEntry_isPresentPredicate$closure()); - t4 = index0 >= 0 ? _this._history[index0] : _null; - t4 = t4 == null ? _null : t4.route; - entry.handlePush$4$isNewFirst$navigator$previous$previousPresent(next == null, _this, t3, t4); + t7 = index0 >= 0 ? t2[index0] : _null; + t7 = t7 == null ? _null : t7.route; + entry.handlePush$4$isNewFirst$navigator$previous$previousPresent(next == null, _this, t6, t7); if (entry.currentState === B._RouteLifecycle_7) continue $label0$1; break; case 5: if (!seenTopActiveRoute && poppedRoute != null) { entry.route.didPopNext$1(poppedRoute); - entry.lastAnnouncedPoppedNextRoute = poppedRoute; + entry.lastAnnouncedPoppedNextRoute = new A._WeakReferenceWrapper(new WeakRef(poppedRoute), t4); } seenTopActiveRoute = true; break; case 7: if (!seenTopActiveRoute && poppedRoute != null) { entry.route.didPopNext$1(poppedRoute); - entry.lastAnnouncedPoppedNextRoute = poppedRoute; + entry.lastAnnouncedPoppedNextRoute = new A._WeakReferenceWrapper(new WeakRef(poppedRoute), t4); } canRemoveOrAdd = true; seenTopActiveRoute = true; break; case 8: index0 = _this._getIndexBefore$2(index, A.navigator__RouteEntry_willBePresentPredicate$closure()); - t3 = index0 >= 0 ? _this._history[index0] : _null; - if (!entry.handlePop$2$navigator$previousPresent(_this, t3 == null ? _null : t3.route)) + t6 = index0 >= 0 ? t2[index0] : _null; + if (!entry.handlePop$2$navigator$previousPresent(_this, t6 == null ? _null : t6.route)) continue $label0$1; if (!seenTopActiveRoute) { if (poppedRoute != null) { entry.route.didPopNext$1(poppedRoute); - entry.lastAnnouncedPoppedNextRoute = poppedRoute; + entry.lastAnnouncedPoppedNextRoute = new A._WeakReferenceWrapper(new WeakRef(poppedRoute), t4); } poppedRoute = entry.route; } - t3 = entry.route; + t6 = entry.route; index0 = _this._getIndexBefore$2(index, A.navigator__RouteEntry_willBePresentPredicate$closure()); - t4 = index0 >= 0 ? _this._history[index0] : _null; - t1._add$1(0, new A._NavigatorPopObservation(t3, t4 == null ? _null : t4.route)); + t7 = index0 >= 0 ? t2[index0] : _null; + t3._add$1(0, new A._NavigatorPopObservation(t6, t7 == null ? _null : t7.route)); if (entry.currentState === B._RouteLifecycle_13) continue $label0$1; canRemoveOrAdd = true; @@ -293892,14 +302189,14 @@ case 11: break; case 9: - t3 = entry.route; - t4 = entry.pendingResult; - if (t4 == null) - t4 = _null; - t3 = t3._popCompleter.future; - if ((t3._state & 30) !== 0) + t6 = entry.route; + t7 = entry.pendingResult; + if (t7 == null) + t7 = _null; + t6 = t6._popCompleter.future; + if ((t6._state & 30) !== 0) A.throwExpression(A.StateError$("Future already completed")); - t3._asyncComplete$1(t4); + t6._asyncComplete$1(t7); entry.pendingResult = null; entry.currentState = B._RouteLifecycle_10; continue $label0$1; @@ -293910,11 +302207,11 @@ poppedRoute = _null; } index0 = _this._getIndexBefore$2(index, A.navigator__RouteEntry_willBePresentPredicate$closure()); - t3 = index0 >= 0 ? _this._history[index0] : _null; - t3 = t3 == null ? _null : t3.route; + t6 = index0 >= 0 ? t2[index0] : _null; + t6 = t6 == null ? _null : t6.route; entry.currentState = B._RouteLifecycle_12; if (entry._reportRemovalToObserver) - t1._add$1(0, new A._NavigatorRemoveObservation(entry.route, t3)); + t3._add$1(0, new A._NavigatorRemoveObservation(entry.route, t6)); continue $label0$1; case 12: if (!canRemoveOrAdd && next != null) @@ -293922,7 +302219,9 @@ entry.currentState = B._RouteLifecycle_13; continue $label0$1; case 13: - toBeDisposed.push(B.JSArray_methods.removeAt$1(_this._history, index)); + entry = B.JSArray_methods.removeAt$1(t2, index); + t1.notifyListeners$0(); + toBeDisposed.push(entry); entry = next; break; case 14: @@ -293931,7 +302230,7 @@ break; } --index; - previous0 = index > 0 ? _this._history[index - 1] : _null; + previous0 = index > 0 ? t2[index - 1] : _null; next = entry; entry = previous; previous = previous0; @@ -293946,17 +302245,17 @@ _this._lastAnnouncedRouteName = routeName; } } - for (t1 = toBeDisposed.length, _i = 0; _i < toBeDisposed.length; toBeDisposed.length === t1 || (0, A.throwConcurrentModificationError)(toBeDisposed), ++_i) + for (t2 = toBeDisposed.length, _i = 0; _i < toBeDisposed.length; toBeDisposed.length === t2 || (0, A.throwConcurrentModificationError)(toBeDisposed), ++_i) A.NavigatorState__disposeRouteEntry(toBeDisposed[_i], true); if (rearrangeOverlay) { - t1 = _this.__NavigatorState__overlayKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.get$currentState(); - if (t1 != null) - t1.rearrange$1(_this.get$_allRouteOverlayEntries()); + t2 = _this.__NavigatorState__overlayKey_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.get$currentState(); + if (t2 != null) + t2.rearrange$1(_this.get$_allRouteOverlayEntries()); } if (_this.RestorationMixin__bucket != null) - _this._serializableHistory.update$1(0, _this._history); + _this._serializableHistory.update$1(0, t1); _this._flushingHistory = false; }, _flushHistoryUpdates$0() { @@ -293981,60 +302280,60 @@ } }, _flushRouteAnnouncement$0() { - var entry, t1, next, t2, t3, index0, _this = this, _null = null, - index = _this._history.length - 1; - for (; index >= 0;) { - entry = _this._history[index]; - t1 = entry.currentState.index; - if (!(t1 <= 12 && t1 >= 3)) { + var t2, t3, next, t4, index0, previous, _null = null, + t1 = this._history, + index = t1.get$length(t1) - 1; + for (t1 = t1._navigator$_value; index >= 0;) { + t2 = t1[index]; + t3 = t2.currentState.index; + if (!(t3 <= 12 && t3 >= 3)) { --index; continue; } - next = _this._getRouteAfter$2(index + 1, A.navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure()); - t1 = next == null; - t2 = t1 ? _null : next.route; - t3 = entry.lastAnnouncedNextRoute; - if (t2 != t3) { - if (!((t1 ? _null : next.route) == null && entry.lastAnnouncedPoppedNextRoute === t3)) { - t2 = entry.route; - t2.didChangeNext$1(t1 ? _null : next.route); + next = this._getRouteAfter$2(index + 1, A.navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure()); + t3 = next == null; + t4 = t3 ? _null : next.route; + if (t4 != t2.lastAnnouncedNextRoute) { + if (!((t3 ? _null : next.route) == null && J.$eq$(t2.lastAnnouncedPoppedNextRoute._weakRef.deref(), t2.lastAnnouncedNextRoute))) { + t4 = t2.route; + t4.didChangeNext$1(t3 ? _null : next.route); } - entry.lastAnnouncedNextRoute = t1 ? _null : next.route; + t2.lastAnnouncedNextRoute = t3 ? _null : next.route; } --index; - index0 = _this._getIndexBefore$2(index, A.navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure()); - t1 = index0 >= 0 ? _this._history[index0] : _null; - t2 = t1 == null; - t3 = t2 ? _null : t1.route; - if (t3 != entry.lastAnnouncedPreviousRoute) { - t3 = entry.route; - t3.didChangePrevious$1(t2 ? _null : t1.route); - entry.lastAnnouncedPreviousRoute = t2 ? _null : t1.route; + index0 = this._getIndexBefore$2(index, A.navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure()); + previous = index0 >= 0 ? t1[index0] : _null; + t3 = previous == null; + t4 = t3 ? _null : previous.route; + if (t4 != t2.lastAnnouncedPreviousRoute) { + t4 = t2.route; + t4.didChangePrevious$1(t3 ? _null : previous.route); + t2.lastAnnouncedPreviousRoute = t3 ? _null : previous.route; } } }, _getRouteBefore$2(index, predicate) { index = this._getIndexBefore$2(index, predicate); - return index >= 0 ? this._history[index] : null; + return index >= 0 ? this._history._navigator$_value[index] : null; }, _getIndexBefore$2(index, predicate) { + var t1 = this._history._navigator$_value; while (true) { - if (!(index >= 0 && !predicate.call$1(this._history[index]))) + if (!(index >= 0 && !predicate.call$1(t1[index]))) break; --index; } return index; }, _getRouteAfter$2(index, predicate) { - var t1; + var t1 = this._history, + t2 = t1._navigator$_value; while (true) { - t1 = this._history; - if (!(index < t1.length && !predicate.call$1(t1[index]))) + if (!(index < t1.get$length(t1) && !predicate.call$1(t2[index]))) break; ++index; } - t1 = this._history; - return index < t1.length ? t1[index] : null; + return index < t1.get$length(t1) ? t2[index] : null; }, _routeNamed$1$3$allowNull$arguments($name, allowNull, $arguments, $T) { var settings, t1, route; @@ -294057,12 +302356,14 @@ return this.pushNamed$1$2$arguments(routeName, null, $T); }, pushReplacementNamed$2$1(routeName, $T, TO) { - var t2, _this = this, + var t2, t3, _this = this, t1 = _this._routeNamed$1$2$arguments(routeName, null, $T); t1.toString; t2 = A._RouteEntry$(t1, B._RouteLifecycle_4, false, null); - J.complete$2$isReplaced$z(B.JSArray_methods.lastWhere$1(_this._history, A.navigator__RouteEntry_isPresentPredicate$closure()), null, true); - _this._history.push(t2); + t3 = _this._history; + J.complete$2$isReplaced$z(t3.lastWhere$1(0, A.navigator__RouteEntry_isPresentPredicate$closure()), null, true); + t3._navigator$_value.push(t2); + t3.notifyListeners$0(); _this._flushHistoryUpdates$0(); _this._afterNavigation$1(t2.route); return t1._popCompleter.future; @@ -294074,8 +302375,10 @@ return t1._popCompleter.future; }, push$1$1(route) { - var t1 = A._RouteEntry$(route, B._RouteLifecycle_3, false, null); - this._history.push(t1); + var t1 = A._RouteEntry$(route, B._RouteLifecycle_3, false, null), + t2 = this._history; + t2._navigator$_value.push(t1); + t2.notifyListeners$0(); this._flushHistoryUpdates$0(); this._afterNavigation$1(t1.route); return route._popCompleter.future; @@ -294102,26 +302405,28 @@ this._cancelActivePointers$0(); }, _pushEntryAndRemoveUntil$2(entry, predicate) { - var t2, _this = this, - t1 = _this._history, - index = t1.length - 1; - t1.push(entry); + var t3, + t1 = this._history, + index = t1.get$length(t1) - 1, + t2 = t1._navigator$_value; + t2.push(entry); + t1.notifyListeners$0(); while (true) { - if (!(index >= 0 && !predicate.call$1(_this._history[index].route))) + if (!(index >= 0 && !predicate.call$1(t2[index].route))) break; - t1 = _this._history[index]; - t2 = t1.currentState.index; - if (t2 <= 10 && t2 >= 1) - J.remove$0$ax(t1); + t1 = t2[index]; + t3 = t1.currentState.index; + if (t3 <= 10 && t3 >= 1) + t1.remove$0(0); --index; } - _this._flushHistoryUpdates$0(); - _this._afterNavigation$1(entry.route); + this._flushHistoryUpdates$0(); + this._afterNavigation$1(entry.route); }, canPop$0() { var t1 = this._history, - t2 = B.JSArray_methods.get$iterator(t1), - iterator = new A.WhereIterator(t2, A.navigator__RouteEntry_isPresentPredicate$closure(), A._arrayInstanceType(t1)._eval$1("WhereIterator<1>")); + t2 = t1.get$iterator(t1), + iterator = new A.WhereIterator(t2, A.navigator__RouteEntry_isPresentPredicate$closure(), A._instanceType(t1)._eval$1("WhereIterator")); if (!iterator.moveNext$0()) return false; if (t2.get$current(t2).route.get$willHandlePopInternally()) @@ -294133,7 +302438,7 @@ maybePop$1$1(result) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$self = this, disposition, lastEntry; + $async$returnValue, $async$self = this, t1, willPopDisposition, lastEntry; var $async$maybePop$1$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -294149,24 +302454,31 @@ $async$goto = 1; break; } + t1 = lastEntry.route; $async$goto = 3; - return A._asyncAwait(lastEntry.route.willPop$0(), $async$maybePop$1$1); + return A._asyncAwait(t1.willPop$0(), $async$maybePop$1$1); case 3: // returning from await. - disposition = $async$result; + willPopDisposition = $async$result; if ($async$self._framework$_element == null) { $async$returnValue = true; // goto return $async$goto = 1; break; } + if (willPopDisposition === B.RoutePopDisposition_1) { + $async$returnValue = true; + // goto return + $async$goto = 1; + break; + } if (lastEntry !== $async$self._lastRouteEntryWhereOrNull$1(A.navigator__RouteEntry_isPresentPredicate$closure())) { $async$returnValue = true; // goto return $async$goto = 1; break; } - switch (disposition.index) { + switch (t1.get$popDisposition().index) { case 2: $async$returnValue = false; // goto return @@ -294179,6 +302491,7 @@ $async$goto = 1; break $async$outer; case 1: + t1.onPopInvoked$1(false); $async$returnValue = true; // goto return $async$goto = 1; @@ -294199,15 +302512,13 @@ }, pop$1$1(result) { var _this = this, - entry = B.JSArray_methods.lastWhere$1(_this._history, A.navigator__RouteEntry_isPresentPredicate$closure()); + entry = _this._history.lastWhere$1(0, A.navigator__RouteEntry_isPresentPredicate$closure()); if (entry.pageBased) { _this._widget.toString; if (null.call$2(entry.route, result) && entry.currentState === B._RouteLifecycle_7) entry.currentState = B._RouteLifecycle_8; - } else { - entry.pendingResult = result; - entry.currentState = B._RouteLifecycle_8; - } + } else + entry.pop$1(result); if (entry.currentState === B._RouteLifecycle_8) _this._flushHistoryUpdates$1$rearrangeOverlay(false); _this._afterNavigation$1(entry.route); @@ -294219,15 +302530,16 @@ return this.pop$1$1(result, type$.nullable_Object); }, finalizeRoute$1(route) { - var t1, _this = this, - index = B.JSArray_methods.indexWhere$1(_this._history, A._RouteEntry_isRoutePredicate(route)), - entry = _this._history[index]; - if (entry.pageBased && entry.currentState.index < 8) { - t1 = _this._getRouteBefore$2(index - 1, A.navigator__RouteEntry_willBePresentPredicate$closure()); - t1 = t1 == null ? null : t1.route; - _this._observedRouteDeletions._add$1(0, new A._NavigatorPopObservation(route, t1)); + var t2, _this = this, + t1 = _this._history._navigator$_value, + index = B.JSArray_methods.indexWhere$2(t1, A._RouteEntry_isRoutePredicate(route), 0); + t1 = t1[index]; + if (t1.pageBased && t1.currentState.index < 8) { + t2 = _this._getRouteBefore$2(index - 1, A.navigator__RouteEntry_willBePresentPredicate$closure()); + t2 = t2 == null ? null : t2.route; + _this._observedRouteDeletions._add$1(0, new A._NavigatorPopObservation(route, t2)); } - entry.currentState = B._RouteLifecycle_13; + t1.currentState = B._RouteLifecycle_13; if (!_this._flushingHistory) _this._flushHistoryUpdates$1$rearrangeOverlay(false); }, @@ -294236,11 +302548,12 @@ this.userGestureInProgressNotifier.set$value(0, value > 0); }, didStartUserGesture$0() { - var routeIndex, route, previousRoute, t1, t2, _i, _this = this; + var t1, routeIndex, route, previousRoute, t2, _i, _this = this; _this.set$_userGesturesInProgress(_this._userGesturesInProgressCount + 1); if (_this._userGesturesInProgressCount === 1) { - routeIndex = _this._getIndexBefore$2(_this._history.length - 1, A.navigator__RouteEntry_willBePresentPredicate$closure()); - route = _this._history[routeIndex].route; + t1 = _this._history; + routeIndex = _this._getIndexBefore$2(t1.get$length(t1) - 1, A.navigator__RouteEntry_willBePresentPredicate$closure()); + route = t1._navigator$_value[routeIndex].route; previousRoute = !route.get$willHandlePopInternally() && routeIndex > 0 ? _this._getRouteBefore$2(routeIndex - 1, A.navigator__RouteEntry_willBePresentPredicate$closure()).route : null; t1 = _this.__NavigatorState__effectiveObservers_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -294278,30 +302591,27 @@ t1 = this._activePointers; B.JSArray_methods.forEach$1(A.List_List$of(t1, true, A._instanceType(t1)._eval$1("SetBase.E")), $.WidgetsBinding__instance.get$cancelPointer()); }, - _firstRouteEntryWhereOrNull$1$1(test) { - var t1, t2, _i, element; - for (t1 = this._history, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - element = t1[_i]; - if (test.call$1(element)) - return element; + _firstRouteEntryWhereOrNull$1(test) { + var t1, t2, t3; + for (t1 = this._history._navigator$_value, t2 = A._arrayInstanceType(t1), t1 = new J.ArrayIterator(t1, t1.length, t2._eval$1("ArrayIterator<1>")), t2 = t2._precomputed1; t1.moveNext$0();) { + t3 = t1.__interceptors$_current; + if (t3 == null) + t3 = t2._as(t3); + if (test.call$1(t3)) + return t3; } return null; }, - _firstRouteEntryWhereOrNull$1(test) { - return this._firstRouteEntryWhereOrNull$1$1(test, type$.dynamic); - }, - _lastRouteEntryWhereOrNull$1$1(test) { - var t1, t2, result, _i, element; - for (t1 = this._history, t2 = t1.length, result = null, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - element = t1[_i]; - if (test.call$1(element)) - result = element; + _lastRouteEntryWhereOrNull$1(test) { + var t1, t2, result, t3, result0; + for (t1 = this._history._navigator$_value, t2 = A._arrayInstanceType(t1), t1 = new J.ArrayIterator(t1, t1.length, t2._eval$1("ArrayIterator<1>")), t2 = t2._precomputed1, result = null; t1.moveNext$0();) { + t3 = t1.__interceptors$_current; + result0 = t3 == null ? t2._as(t3) : t3; + if (test.call$1(result0)) + result = result0; } return result; }, - _lastRouteEntryWhereOrNull$1(test) { - return this._lastRouteEntryWhereOrNull$1$1(test, type$.dynamic); - }, build$1(context) { var t5, t6, _this = this, _null = null, t1 = _this.get$_handlePointerUpOrCancel(), @@ -294315,9 +302625,18 @@ t6 = J.JSArray_JSArray$markFixed(t6.slice(0), A._arrayInstanceType(t6)._precomputed1); } else t6 = B.List_empty7; - return new A.HeroControllerScope(_null, A.Listener$(B.HitTestBehavior_0, A.AbsorbPointer$(false, A.FocusTraversalGroup$(A.Focus$(true, _null, A.UnmanagedRestorationScope$(t3, new A.Overlay(t6, t5, t4)), _null, _null, _null, _this.focusNode, false, _null, _null, _null, _null, _null, true), true, t2)), _null, t1, _this.get$_handlePointerDown(), _null, _null, _null, _null, t1), _null); + return new A.HeroControllerScope(_null, new A.NotificationListener(new A.NavigatorState_build_closure(_this, context), A.Listener$(B.HitTestBehavior_0, A.AbsorbPointer$(false, A.FocusTraversalGroup$(A.Focus$(true, _null, A.UnmanagedRestorationScope$(t3, new A.Overlay(t6, t5, t4)), _null, _null, _null, _this.focusNode, false, _null, _null, _null, _null, _null, true), true, t2)), _null, t1, _this.get$_handlePointerDown(), _null, _null, _null, _null, t1), _null, type$.NotificationListener_NavigationNotification), _null); } }; + A.NavigatorState__handleHistoryChanged_closure.prototype = { + call$1(timeStamp) { + var t1 = this.$this._framework$_element; + if (t1 == null) + return; + t1.dispatchNotification$1(this.notification); + }, + $signature: 12 + }; A.NavigatorState_restoreState_closure.prototype = { call$1(route) { var t2, t3, @@ -294333,7 +302652,7 @@ t1 = null; return A._RouteEntry$(route, B._RouteLifecycle_1, false, t1); }, - $signature: 2091 + $signature: 2396 }; A.NavigatorState__forcedDisposeAllRouteEntries_closure.prototype = { call$1(entry) { @@ -294341,13 +302660,13 @@ entry.route.dispose$0(); return true; }, - $signature: 278 + $signature: 346 }; A.NavigatorState__afterNavigation_closure.prototype = { call$1(object) { return A.S(object); }, - $signature: 498 + $signature: 464 }; A.NavigatorState__cancelActivePointers_closure.prototype = { call$0() { @@ -294357,6 +302676,15 @@ }, $signature: 0 }; + A.NavigatorState_build_closure.prototype = { + call$1(notification) { + if (notification.canHandlePop || !this.$this.canPop$0()) + return false; + this.context.dispatchNotification$1(B.NavigationNotification_true); + return true; + }, + $signature: 468 + }; A._RouteRestorationType.prototype = { _enumToString$0() { return "_RouteRestorationType." + this._core$_name; @@ -294408,7 +302736,7 @@ }; A._HistoryProperty.prototype = { update$1(_, $history) { - var t1, newRoutesForCurrentPage, t2, oldRoutesForCurrentPage, newMap, removedPages, currentPage, needsSerialization, restorationEnabled, _i, entry, t3, restorationId, t4, t5, t6, _this = this, _null = null, + var t1, newRoutesForCurrentPage, t2, oldRoutesForCurrentPage, newMap, removedPages, t3, currentPage, needsSerialization, restorationEnabled, t4, currentPage0, restorationId, t5, t6, t7, _this = this, _null = null, wasUninitialized = _this._pageToPagelessRoutes == null; if (wasUninitialized) _this._pageToPagelessRoutes = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.List_Object); @@ -294423,59 +302751,60 @@ t2 = _this._pageToPagelessRoutes; t2.toString; removedPages = J.toSet$0$ax(J.get$keys$x(t2)); - for (t2 = $history.length, currentPage = _null, needsSerialization = wasUninitialized, restorationEnabled = true, _i = 0; _i < $history.length; $history.length === t2 || (0, A.throwConcurrentModificationError)($history), ++_i) { - entry = $history[_i]; - if (entry.currentState.index > 7) { - t3 = entry.route; - t3._restorationScopeId.set$value(0, _null); + for (t2 = $history._navigator$_value, t3 = A._arrayInstanceType(t2), t2 = new J.ArrayIterator(t2, t2.length, t3._eval$1("ArrayIterator<1>")), t3 = t3._precomputed1, currentPage = _null, needsSerialization = wasUninitialized, restorationEnabled = true; t2.moveNext$0();) { + t4 = t2.__interceptors$_current; + currentPage0 = t4 == null ? t3._as(t4) : t4; + if (currentPage0.currentState.index > 7) { + t4 = currentPage0.route; + t4._restorationScopeId.set$value(0, _null); continue; } - if (entry.pageBased) { + if (currentPage0.pageBased) { needsSerialization = needsSerialization || newRoutesForCurrentPage.length !== J.get$length$asx(oldRoutesForCurrentPage); if (newRoutesForCurrentPage.length !== 0) { restorationId = currentPage == null ? _null : currentPage.get$restorationId(); newMap.$indexSet(0, restorationId, newRoutesForCurrentPage); removedPages.remove$1(0, restorationId); } - restorationEnabled = entry.get$restorationId() != null; - t3 = entry.route; - t4 = restorationEnabled ? entry.get$restorationId() : _null; - t3._restorationScopeId.set$value(0, t4); + restorationEnabled = currentPage0.get$restorationId() != null; + t4 = currentPage0.route; + t5 = restorationEnabled ? currentPage0.get$restorationId() : _null; + t4._restorationScopeId.set$value(0, t5); if (restorationEnabled) { newRoutesForCurrentPage = A._setArrayType([], t1); - t3 = _this._pageToPagelessRoutes; - t3.toString; - oldRoutesForCurrentPage = J.$index$asx(t3, entry.get$restorationId()); + t4 = _this._pageToPagelessRoutes; + t4.toString; + oldRoutesForCurrentPage = J.$index$asx(t4, currentPage0.get$restorationId()); if (oldRoutesForCurrentPage == null) oldRoutesForCurrentPage = B.List_empty6; } else { newRoutesForCurrentPage = B.List_empty6; oldRoutesForCurrentPage = B.List_empty6; } - currentPage = entry; + currentPage = currentPage0; continue; } if (restorationEnabled) { - t3 = entry.restorationInformation; - t3 = t3 == null ? _null : t3.get$isRestorable(); - restorationEnabled = t3 === true; + t4 = currentPage0.restorationInformation; + t4 = t4 == null ? _null : t4.get$isRestorable(); + restorationEnabled = t4 === true; } else restorationEnabled = false; - t3 = entry.route; - t4 = restorationEnabled ? entry.get$restorationId() : _null; - t3._restorationScopeId.set$value(0, t4); + t4 = currentPage0.route; + t5 = restorationEnabled ? currentPage0.get$restorationId() : _null; + t4._restorationScopeId.set$value(0, t5); if (restorationEnabled) { - t3 = entry.restorationInformation; - t4 = t3._serializableData; - t3 = t4 == null ? t3._serializableData = t3.computeSerializableData$0() : t4; + t4 = currentPage0.restorationInformation; + t5 = t4._serializableData; + t4 = t5 == null ? t4._serializableData = t4.computeSerializableData$0() : t5; if (!needsSerialization) { - t4 = J.getInterceptor$asx(oldRoutesForCurrentPage); - t5 = t4.get$length(oldRoutesForCurrentPage); - t6 = newRoutesForCurrentPage.length; - needsSerialization = t5 <= t6 || !J.$eq$(t4.$index(oldRoutesForCurrentPage, t6), t3); + t5 = J.getInterceptor$asx(oldRoutesForCurrentPage); + t6 = t5.get$length(oldRoutesForCurrentPage); + t7 = newRoutesForCurrentPage.length; + needsSerialization = t6 <= t7 || !J.$eq$(t5.$index(oldRoutesForCurrentPage, t7), t4); } else needsSerialization = true; - B.JSArray_methods.add$1(newRoutesForCurrentPage, t3); + B.JSArray_methods.add$1(newRoutesForCurrentPage, t4); } } needsSerialization = needsSerialization || newRoutesForCurrentPage.length !== J.get$length$asx(oldRoutesForCurrentPage); @@ -294500,7 +302829,7 @@ this.notifyListeners$0(); }, restoreEntriesForPage$2(page, $navigator) { - var t1, serializedData, t2, route, t3, + var t1, serializedData, t2, t3, route, t4, result = A._setArrayType([], type$.JSArray__RouteEntry); if (this._pageToPagelessRoutes != null) t1 = page != null && page.get$restorationId() == null; @@ -294513,11 +302842,11 @@ serializedData = J.$index$asx(t1, page == null ? null : page.get$restorationId()); if (serializedData == null) return result; - for (t1 = J.get$iterator$ax(serializedData); t1.moveNext$0();) { - t2 = A._RestorationInformation__RestorationInformation$fromSerializableData(t1.get$current(t1)); - route = t2.createRoute$1($navigator); - t3 = $.$get$_RouteEntry_notAnnounced(); - result.push(new A._RouteEntry(route, t2, false, B._RouteLifecycle_1, t3, t3, t3)); + for (t1 = J.get$iterator$ax(serializedData), t2 = type$._WeakReferenceWrapper_Route_dynamic; t1.moveNext$0();) { + t3 = A._RestorationInformation__RestorationInformation$fromSerializableData(t1.get$current(t1)); + route = t3.createRoute$1($navigator); + t4 = $.$get$_RouteEntry_notAnnounced(); + result.push(new A._RouteEntry(route, t3, false, B._RouteLifecycle_1, t4, new A._WeakReferenceWrapper(new WeakRef(t4), t2), t4)); } return result; }, @@ -294542,14 +302871,19 @@ call$2(key, value) { return new A.MapEntry(A._asStringQ(key), A.List_List$from(type$.List_dynamic._as(value), true, type$.Object), type$.MapEntry_of_nullable_String_and_List_Object); }, - $signature: 2086 + $signature: 2397 + }; + A.NavigationNotification.prototype = { + toString$0(_) { + return "NavigationNotification canHandlePop: " + this.canHandlePop; + } }; A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A._NavigatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -294599,6 +302933,44 @@ _this.super$_NavigatorState_State_TickerProviderStateMixin$dispose(); } }; + A.__History_Iterable_ChangeNotifier.prototype = {}; + A.NavigatorPopHandler.prototype = { + createState$0() { + return new A._NavigatorPopHandlerState(B._StateLifecycle_0); + } + }; + A._NavigatorPopHandlerState.prototype = { + build$1(context) { + var _this = this, + t1 = _this._widget, + t2 = _this._canPop; + return new A.PopScope(new A.NotificationListener(new A._NavigatorPopHandlerState_build_closure(_this), t1.child, null, type$.NotificationListener_NavigationNotification), new A._NavigatorPopHandlerState_build_closure0(_this), t2, null); + } + }; + A._NavigatorPopHandlerState_build_closure0.prototype = { + call$1(didPop) { + if (didPop) + return; + this.$this._widget.onPop.call$0(); + }, + $signature: 13 + }; + A._NavigatorPopHandlerState_build_closure.prototype = { + call$1(notification) { + var nextCanPop = !notification.canHandlePop, + t1 = this.$this; + if (nextCanPop !== t1._canPop) + t1.setState$1(new A._NavigatorPopHandlerState_build__closure(t1, nextCanPop)); + return false; + }, + $signature: 468 + }; + A._NavigatorPopHandlerState_build__closure.prototype = { + call$0() { + this.$this._canPop = this.nextCanPop; + }, + $signature: 0 + }; A.Notification0.prototype = { toString$0(_) { var description = A._setArrayType([], type$.JSArray_String); @@ -294989,7 +303361,7 @@ } return t1; }, - $signature: 2085 + $signature: 2398 }; A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -295032,11 +303404,19 @@ this._maintainState = true; this._overlay._didChangeEntryOpacity$0(); }, + get$mounted() { + var t1 = this._overlayEntryStateNotifier; + return (t1 == null ? null : t1._change_notifier$_value) != null; + }, addListener$1(_, listener) { - this._overlayEntryStateNotifier.addListener$1(0, listener); + var t1 = this._overlayEntryStateNotifier; + if (t1 != null) + t1.addListener$1(0, listener); }, removeListener$1(_, listener) { - this._overlayEntryStateNotifier.removeListener$1(0, listener); + var t1 = this._overlayEntryStateNotifier; + if (t1 != null) + t1.removeListener$1(0, listener); }, remove$0(_) { var t2, @@ -295058,15 +303438,24 @@ t1._markNeedsBuild$0(); }, dispose$0() { - this._disposedByOwner = true; - var t1 = this._overlayEntryStateNotifier; - if (t1._change_notifier$_value == null) { - t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); - t1.ChangeNotifier__count = 0; + var t1, _this = this; + _this._disposedByOwner = true; + if (!_this.get$mounted()) { + t1 = _this._overlayEntryStateNotifier; + if (t1 != null) { + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + } + _this._overlayEntryStateNotifier = null; } }, toString$0(_) { - return "#" + A.shortHash(this) + "(opaque: " + this._opaque + "; maintainState: " + this._maintainState + ")"; + var _this = this, + t1 = A.shortHash(_this), + t2 = _this._opaque, + t3 = _this._maintainState, + t4 = _this._disposedByOwner ? "(DISPOSED)" : ""; + return "#" + t1 + "(opaque: " + t2 + "; maintainState: " + t3 + ")" + t4; }, $isListenable: 1 }; @@ -295074,7 +303463,7 @@ call$1(duration) { this.overlay._markDirty$0(); }, - $signature: 11 + $signature: 12 }; A._OverlayEntryWidget.prototype = { createState$0() { @@ -295188,13 +303577,18 @@ } }, dispose$0() { - var t1, _this = this; - _this._widget.entry._overlayEntryStateNotifier.set$value(0, null); + var t2, _this = this, + t1 = _this._widget.entry._overlayEntryStateNotifier; + if (t1 != null) + t1.set$value(0, null); t1 = _this._widget.entry; if (t1._disposedByOwner) { - t1 = t1._overlayEntryStateNotifier; - t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); - t1.ChangeNotifier__count = 0; + t2 = t1._overlayEntryStateNotifier; + if (t2 != null) { + t2.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t2.ChangeNotifier__count = 0; + } + t1._overlayEntryStateNotifier = null; } _this._sortedTheaterSiblings = null; _this.super$State$dispose(); @@ -295255,7 +303649,7 @@ if (newEntriesList.length === 0) return; t1 = _this._entries; - if (A.listEquals0(t1, newEntriesList)) + if (A.listEquals(t1, newEntriesList)) return; old = A.LinkedHashSet_LinkedHashSet$of(t1, type$.OverlayEntry); for (t1 = newEntriesList.length, _i = 0; _i < t1; ++_i) { @@ -295346,7 +303740,8 @@ var t1 = this.skipCount; if (renderObject._overlay$_skipCount !== t1) { renderObject._overlay$_skipCount = t1; - renderObject.markNeedsLayout$0(); + if (!renderObject._skipMarkNeedsLayout) + renderObject.super$RenderBox$markNeedsLayout(); } t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); t1.toString; @@ -295445,9 +303840,20 @@ call$2(result, position) { return this.localChild.hitTest$2$position(result, position); }, - $signature: 78 + $signature: 72 + }; + A._TheaterParentData.prototype = { + visitChildrenOfOverlayEntry$1(visitor) { + var t1 = this.overlayEntry; + if (t1 == null) + t1 = null; + else { + t1 = t1._overlayEntryStateNotifier; + t1 = t1 == null ? null : t1._change_notifier$_value.get$_paintOrderIterable().forEach$1(0, visitor); + } + return t1; + } }; - A._TheaterParentData.prototype = {}; A._RenderTheater.prototype = { get$theater() { return this; @@ -295468,8 +303874,14 @@ if (t3 == null) iterator = null; else { - t3 = t3._overlayEntryStateNotifier._change_notifier$_value.get$_paintOrderIterable(); - iterator = new A._SyncStarIterator(t3._outerHelper(), t3.$ti._eval$1("_SyncStarIterator<1>")); + t3 = t3._overlayEntryStateNotifier; + if (t3 == null) + iterator = null; + else { + t3 = t3._change_notifier$_value.get$_paintOrderIterable(); + t3 = new A._SyncStarIterator(t3._outerHelper(), t3.$ti._eval$1("_SyncStarIterator<1>")); + iterator = t3; + } } if (iterator != null) for (; iterator.moveNext$0();) @@ -295478,16 +303890,14 @@ } }, detach$0(_) { - var child, t1, t2, t3; + var child, t1, t2; this.super$__RenderTheater_RenderBox_ContainerRenderObjectMixin$detach(0); child = this.ContainerRenderObjectMixin__firstChild; for (t1 = type$._TheaterParentData; child != null;) { t2 = child.parentData; t2.toString; t1._as(t2); - t3 = t2.overlayEntry; - if (t3 != null) - t3._overlayEntryStateNotifier._change_notifier$_value.get$_paintOrderIterable().forEach$1(0, A.overlay__RenderTheater__detachChild$closure()); + t2.visitChildrenOfOverlayEntry$1(A.overlay__RenderTheater__detachChild$closure()); child = t2.ContainerParentDataMixin_nextSibling; } }, @@ -295500,13 +303910,14 @@ return; _this._overlay$_textDirection = value; _this._alignmentCache = null; - _this.markNeedsLayout$0(); + if (!_this._skipMarkNeedsLayout) + _this.super$RenderBox$markNeedsLayout(); }, _addDeferredChild$1(child) { this._skipMarkNeedsLayout = true; this.adoptChild$1(child); - child._layoutSurrogate.markNeedsLayout$0(); this._skipMarkNeedsLayout = false; + child._layoutSurrogate.markNeedsLayout$0(); }, _removeDeferredChild$1(child) { this._skipMarkNeedsLayout = true; @@ -295514,9 +303925,8 @@ this._skipMarkNeedsLayout = false; }, markNeedsLayout$0() { - if (this._skipMarkNeedsLayout) - return; - this.super$RenderBox$markNeedsLayout(); + if (!this._skipMarkNeedsLayout) + this.super$RenderBox$markNeedsLayout(); }, get$_firstOnstageChild() { var child, toSkip, t1, t2, _this = this; @@ -295597,8 +304007,14 @@ if (t3 == null) innerIterator = null; else { - t3 = t3._overlayEntryStateNotifier._change_notifier$_value.get$_paintOrderIterable(); - innerIterator = new A._SyncStarIterator(t3._outerHelper(), t3.$ti._eval$1("_SyncStarIterator<1>")); + t3 = t3._overlayEntryStateNotifier; + if (t3 == null) + innerIterator = null; + else { + t3 = t3._change_notifier$_value.get$_paintOrderIterable(); + t3 = new A._SyncStarIterator(t3._outerHelper(), t3.$ti._eval$1("_SyncStarIterator<1>")); + innerIterator = t3; + } } $async$goto = innerIterator != null ? 5 : 6; break; @@ -295670,15 +304086,21 @@ if (t3 == null) innerIterator = null; else { - t3 = t3._overlayEntryStateNotifier._change_notifier$_value; - value = t3.___OverlayEntryWidgetState__hitTestOrderIterable_FI; - if (value === $) { - result = t3._createChildIterable$1$reversed(true); - t3.___OverlayEntryWidgetState__hitTestOrderIterable_FI !== $ && A.throwUnnamedLateFieldADI(); - t3.___OverlayEntryWidgetState__hitTestOrderIterable_FI = result; - value = result; + t3 = t3._overlayEntryStateNotifier; + if (t3 == null) + innerIterator = null; + else { + t3 = t3._change_notifier$_value; + value = t3.___OverlayEntryWidgetState__hitTestOrderIterable_FI; + if (value === $) { + result = t3._createChildIterable$1$reversed(true); + t3.___OverlayEntryWidgetState__hitTestOrderIterable_FI !== $ && A.throwUnnamedLateFieldADI(); + t3.___OverlayEntryWidgetState__hitTestOrderIterable_FI = result; + value = result; + } + t3 = new A._SyncStarIterator(value._outerHelper(), value.$ti._eval$1("_SyncStarIterator<1>")); + innerIterator = t3; } - innerIterator = new A._SyncStarIterator(value._outerHelper(), value.$ti._eval$1("_SyncStarIterator<1>")); } $async$goto = innerIterator != null ? 4 : 5; break; @@ -295740,30 +304162,26 @@ this.super$RenderObject$dispose(); }, visitChildren$1(visitor) { - var t1, t2, t3, + var t1, t2, child = this.ContainerRenderObjectMixin__firstChild; for (t1 = type$._TheaterParentData; child != null;) { visitor.call$1(child); t2 = child.parentData; t2.toString; t1._as(t2); - t3 = t2.overlayEntry; - if (t3 != null) - t3._overlayEntryStateNotifier._change_notifier$_value.get$_paintOrderIterable().forEach$1(0, visitor); + t2.visitChildrenOfOverlayEntry$1(visitor); child = t2.ContainerParentDataMixin_nextSibling; } }, visitChildrenForSemantics$1(visitor) { - var t1, t2, t3, + var t1, t2, child = this.get$_firstOnstageChild(); for (t1 = type$._TheaterParentData; child != null;) { visitor.call$1(child); t2 = child.parentData; t2.toString; t1._as(t2); - t3 = t2.overlayEntry; - if (t3 != null) - t3._overlayEntryStateNotifier._change_notifier$_value.get$_paintOrderIterable().forEach$1(0, visitor); + t2.visitChildrenOfOverlayEntry$1(visitor); child = t2.ContainerParentDataMixin_nextSibling; } }, @@ -295803,9 +304221,7 @@ else offstageChildren.push(new A.DiagnosticableTreeNode(child, "offstage " + t2, true, true, null, B.DiagnosticsTreeStyle_2)); t3.subcount = 1; - t2 = t4.overlayEntry; - if (t2 != null) - t2._overlayEntryStateNotifier._change_notifier$_value.get$_paintOrderIterable().forEach$1(0, new A._RenderTheater_debugDescribeChildren_closure(_box_1, t3, onstageChildren, offstageChildren)); + t4.visitChildrenOfOverlayEntry$1(new A._RenderTheater_debugDescribeChildren_closure(_box_1, t3, onstageChildren, offstageChildren)); child = t4.ContainerParentDataMixin_nextSibling; t2 = ++_box_1.count; } @@ -295821,25 +304237,25 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 109 + $signature: 114 }; A._RenderTheater_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 109 + $signature: 114 }; A._RenderTheater_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 109 + $signature: 114 }; A._RenderTheater_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 109 + $signature: 114 }; A._RenderTheater_debugDescribeChildren_closure.prototype = { call$1(renderObject) { @@ -295856,9 +304272,29 @@ _this.offstageChildren.push(A.DiagnosticableTreeNode$("offstage " + t1 + " - " + t4, B.DiagnosticsTreeStyle_2, renderObject)); ++t3.subcount; }, - $signature: 66 + $signature: 63 }; A.OverlayPortalController.prototype = { + show$0(_) { + var state = this._attachTarget, + now = $.OverlayPortalController__wallTime + 1; + if (state != null) { + $.OverlayPortalController__wallTime = now; + state.show$1(0, now); + } else + this._zOrderIndex = $.OverlayPortalController__wallTime = now; + }, + hide$0() { + var state = this._attachTarget; + if (state != null) + state.hide$0(); + else + this._zOrderIndex = null; + }, + get$isShowing() { + var state = this._attachTarget; + return state != null ? state._zOrderIndex != null : this._zOrderIndex != null; + }, toString$0(_) { return "OverlayPortalController" + (this._attachTarget != null ? "" : " DETACHED"); } @@ -295954,7 +304390,7 @@ t1.toString; return A._RenderTheaterMarker_of(t1, this.targetRootOverlay); }, - $signature: 2060 + $signature: 2425 }; A._OverlayPortalState_show_closure.prototype = { call$0() { @@ -296150,7 +304586,7 @@ layoutByLayoutSurrogate$0() { var t1, theater = type$.nullable__RenderTheater._as(this._object$_parent); - if (theater == null || this._object$_owner == null) + if (theater == null || this._owner == null) return; t1 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(theater)); this.super$RenderBox$layout(A.BoxConstraints$tight(new A.Size(A.clampDouble(1 / 0, t1.minWidth, t1.maxWidth), A.clampDouble(1 / 0, t1.minHeight, t1.maxHeight))), false); @@ -296158,9 +304594,9 @@ layout$2$parentUsesSize(constraints, parentUsesSize) { var t1, _this = this, scheduleDeferredLayout = _this._overlay$_needsLayout || !type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)).$eq(0, constraints); - _this._parentDoingLayout = true; + _this._theaterDoingThisLayout = true; _this.super$RenderBox$layout(constraints, parentUsesSize); - _this._overlay$_needsLayout = _this._parentDoingLayout = false; + _this._overlay$_needsLayout = _this._theaterDoingThisLayout = false; if (scheduleDeferredLayout) { t1 = _this._object$_parent; t1.toString; @@ -296176,7 +304612,7 @@ }, performLayout$0() { var _this = this; - if (_this._parentDoingLayout) { + if (_this._theaterDoingThisLayout) { _this._overlay$_needsLayout = false; return; } @@ -296199,7 +304635,7 @@ call$1(i) { return this.child; }, - $signature: 2059 + $signature: 2426 }; A._RenderDeferredLayoutBox_layout_closure.prototype = { call$1(constraints) { @@ -296207,13 +304643,13 @@ t1._overlay$_needsLayout = true; t1.super$RenderBox$markNeedsLayout(); }, - $signature: 2058 + $signature: 2427 }; A._RenderLayoutSurrogateProxyBox.prototype = { redepthChildren$0() { this.super$RenderObjectWithChildMixin$redepthChildren(); var child = this._deferredLayoutChild; - if (child != null && child._object$_owner != null) + if (child != null && child._owner != null) this.redepthChild$1(child); }, performLayout$0() { @@ -296776,7 +305212,7 @@ }; A._StretchingOverscrollIndicatorState_build_closure.prototype = { call$2(context, child) { - var t3, x, y, alignment, viewportDimension, transform, _this = this, + var t3, x, y, alignment, viewportDimension, t4, transform, _this = this, t1 = _this.$this, t2 = t1.get$_stretchController().___StretchController__stretchSize_F; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -296809,11 +305245,13 @@ if (viewportDimension == null) viewportDimension = _this._box_0.mainAxisSize; t2 = A.Matrix4_Matrix4$diagonal3Values(x, y, 1); + t3 = t3 === 0; + t4 = t3 ? null : B.FilterQuality_1; t1 = t1._widget; - transform = A.Transform$(alignment, t1.child, t2, true); - return A.ClipRect$(transform, t3 !== 0 && viewportDimension !== _this._box_0.mainAxisSize ? t1.clipBehavior : B.Clip_0, null); + transform = A.Transform$(alignment, t1.child, t4, t2, true); + return A.ClipRect$(transform, !t3 && viewportDimension !== _this._box_0.mainAxisSize ? t1.clipBehavior : B.Clip_0, null); }, - $signature: 2056 + $signature: 2428 }; A._StretchState.prototype = { _enumToString$0() { @@ -296949,7 +305387,7 @@ return false; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(this)) return false; - return other instanceof A._StorageEntryIdentifier && A.listEquals0(other.keys, this.keys); + return other instanceof A._StorageEntryIdentifier && A.listEquals(other.keys, this.keys); }, get$hashCode(_) { return A.Object_hashAll(this.keys); @@ -296985,7 +305423,7 @@ call$1(element) { return A.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 149 + $signature: 126 }; A.PageStorage.prototype = { build$1(context) { @@ -297011,7 +305449,8 @@ }, createScrollPosition$3(physics, context, oldPosition) { var _null = null, - t1 = new A._PagePosition(this.initialPage, this.viewportFraction, B.ScrollDirection_0, physics, context, true, _null, A.ValueNotifier$(false, type$.bool), $.$get$ChangeNotifier__emptyListeners()); + t1 = $.$get$ChangeNotifier__emptyListeners(); + t1 = new A._PagePosition(this.initialPage, this.viewportFraction, B.ScrollDirection_0, physics, context, true, _null, new A.ValueNotifier(false, t1, type$.ValueNotifier_bool), t1); t1.ScrollPosition$5$context$debugLabel$keepScrollOffset$oldPosition$physics(context, _null, true, oldPosition, physics); t1.ScrollPositionWithSingleContext$6$context$debugLabel$initialPixels$keepScrollOffset$oldPosition$physics(context, _null, _null, true, oldPosition, physics); return t1; @@ -297345,14 +305784,14 @@ } return false; }, - $signature: 205 + $signature: 171 }; A._PageViewState_build_closure0.prototype = { call$2(context, position) { var t1 = this.$this._widget; return A.Viewport$(0, this.axisDirection, 0, B.CacheExtentStyle_1, null, t1.clipBehavior, position, A._setArrayType([new A.SliverFillViewport(t1.controller.viewportFraction, true, t1.childrenDelegate, null)], type$.JSArray_Widget)); }, - $signature: 2055 + $signature: 2430 }; A.PageRoute.prototype = { get$opaque() { @@ -297445,111 +305884,7 @@ }; A.HtmlElementView.prototype = { build$1(context) { - return new A.PlatformViewLink(new A.HtmlElementView_build_closure(), this.get$_createHtmlElementView(), this.viewType, null); - }, - _createHtmlElementView$1(params) { - var controller = new A._HtmlElementViewController(params.id, this.viewType, null); - controller._platform_view$_initialize$0().then$1$1(0, new A.HtmlElementView__createHtmlElementView_closure(this, params), type$.Null); - return controller; - } - }; - A.HtmlElementView_build_closure.prototype = { - call$2(context, controller) { - return new A.PlatformViewSurface(controller, B.Set_empty, B.PlatformViewHitTestBehavior_0, null); - }, - $signature: 2051 - }; - A.HtmlElementView__createHtmlElementView_closure.prototype = { - call$1(_) { - var t1 = this.params; - t1.onPlatformViewCreated.call$1(t1.id); - }, - $signature: 103 - }; - A._HtmlElementViewController.prototype = { - _platform_view$_initialize$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; - var $async$_platform_view$_initialize$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 2; - return A._asyncAwait(B.MethodChannel_qdG._invokeMethod$1$3$arguments$missingOk("create", A.LinkedHashMap_LinkedHashMap$_literal(["id", $async$self.viewId, "viewType", $async$self.viewType, "params", $async$self.creationParams], type$.String, type$.dynamic), false, type$.void), $async$_platform_view$_initialize$0); - case 2: - // returning from await. - $async$self._platform_view$_initialized = true; - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$_platform_view$_initialize$0, $async$completer); - }, - clearFocus$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void); - var $async$clearFocus$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$clearFocus$0, $async$completer); - }, - dispatchPointerEvent$1($event) { - return this.dispatchPointerEvent$body$_HtmlElementViewController($event); - }, - dispatchPointerEvent$body$_HtmlElementViewController($event) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void); - var $async$dispatchPointerEvent$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$dispatchPointerEvent$1, $async$completer); - }, - dispose$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; - var $async$dispose$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = $async$self._platform_view$_initialized ? 2 : 3; - break; - case 2: - // then - $async$goto = 4; - return A._asyncAwait(B.MethodChannel_qdG._invokeMethod$1$3$arguments$missingOk("dispose", $async$self.viewId, false, type$.void), $async$dispose$0); - case 4: - // returning from await. - case 3: - // join - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$dispose$0, $async$completer); + return A.HtmlElementViewImpl_buildImpl(this, context); } }; A.PlatformViewCreationParams.prototype = { @@ -297635,7 +305970,7 @@ A._PlatformViewLinkState_build_closure.prototype = { call$2(size, position) { }, - $signature: 2015 + $signature: 2431 }; A._PlatformViewLinkState__onPlatformViewCreated_closure.prototype = { call$0() { @@ -297670,7 +306005,7 @@ t3 = A.MatrixUtils_transformPoint(t1.getTransformTo$1(0, null), B.Offset_0_0); t1.onLayout.call$2(t2, t3); }, - $signature: 11 + $signature: 12 }; A._PlatformViewPlaceHolder.prototype = { createRenderObject$1(context) { @@ -297687,7 +306022,64 @@ call$1(_) { this._this.dispose$0(); }, - $signature: 11 + $signature: 12 + }; + A.PopScope.prototype = { + createState$0() { + return new A._PopScopeState(B._StateLifecycle_0); + } + }; + A._PopScopeState.prototype = { + initState$0() { + var t1, t2, _this = this; + _this.super$State$initState(); + t1 = _this._widget.canPop; + t2 = $.$get$ChangeNotifier__emptyListeners(); + _this.___PopScopeState_canPopNotifier_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___PopScopeState_canPopNotifier_F = new A.ValueNotifier(t1, t2, type$.ValueNotifier_bool); + }, + didChangeDependencies$0() { + var t1, nextRoute, _this = this; + _this.super$State$didChangeDependencies(); + t1 = _this._framework$_element; + t1.toString; + nextRoute = A.ModalRoute_of(t1, type$.nullable_Object); + t1 = _this._route; + if (nextRoute != t1) { + if (t1 != null) + t1.unregisterPopEntry$1(_this); + _this._route = nextRoute; + if (nextRoute != null) { + nextRoute._popEntries.add$1(0, _this); + t1 = _this.___PopScopeState_canPopNotifier_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.addListener$1(0, nextRoute.get$_handlePopEntryChange()); + nextRoute._handlePopEntryChange$0(); + } + } + }, + didUpdateWidget$1(oldWidget) { + var t1; + this.super$State$didUpdateWidget(oldWidget); + t1 = this.___PopScopeState_canPopNotifier_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$value(0, this._widget.canPop); + }, + dispose$0() { + var _this = this, + t1 = _this._route; + if (t1 != null) + t1.unregisterPopEntry$1(_this); + t1 = _this.___PopScopeState_canPopNotifier_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + _this.super$State$dispose(); + }, + build$1(context) { + return this._widget.child; + }, + $isPopEntry: 1 }; A.PreferredSize.prototype = { build$1(context) { @@ -297851,8 +306243,21 @@ this.setState$1(new A.SliverReorderableListState__dragCancel_closure(this)); }, _dragEnd$1(item) { - this.setState$1(new A.SliverReorderableListState__dragEnd_closure(this, item)); - this._widget.toString; + var t2, lastItemOffset, _this = this, + t1 = _this._insertIndex; + t1.toString; + t2 = _this._reorderable_list$_items; + if (t1 + 1 === t2.__js_helper$_length && _this.get$_reverse()) { + t1 = t2.$index(0, t2.__js_helper$_length - 1)._framework$_element.get$renderObject(); + t1.toString; + lastItemOffset = A.MatrixUtils_transformPoint(type$.RenderBox._as(t1).getTransformTo$1(0, null), B.Offset_0_0); + t1 = item.___DragInfo_itemSize_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this.setState$1(new A.SliverReorderableListState__dragEnd_closure(_this, lastItemOffset, t1._dy)); + return; + } + _this.setState$1(new A.SliverReorderableListState__dragEnd_closure0(_this, item)); + _this._widget.toString; }, _dropCompleted$0() { var t2, _this = this, @@ -297891,6 +306296,9 @@ t1 = _this._reorderable_list$_overlayEntry; if (t1 != null) t1.remove$0(0); + t1 = _this._reorderable_list$_overlayEntry; + if (t1 != null) + t1.dispose$0(); _this._finalDropPosition = _this._reorderable_list$_overlayEntry = null; } }, @@ -298123,7 +306531,7 @@ semanticsActions.$indexSet(0, new A.CustomSemanticsAction(reorderItemAfter, _null, _null), new A.SliverReorderableListState__wrapWithSemantics_moveAfter(t1, index)); semanticsActions.$indexSet(0, new A.CustomSemanticsAction(t2.get$reorderItemToEnd(), _null, _null), new A.SliverReorderableListState__wrapWithSemantics_moveToEnd(_this, t1, index)); } - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, semanticsActions, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, child, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, semanticsActions, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, child, _null); }, build$1(context) { var t1 = this._widget.itemCount, @@ -298165,7 +306573,7 @@ call$1(duration) { this.$this._dragStartTransitionComplete = true; }, - $signature: 11 + $signature: 12 }; A.SliverReorderableListState__dragUpdate_closure.prototype = { call$0() { @@ -298187,6 +306595,13 @@ $signature: 0 }; A.SliverReorderableListState__dragEnd_closure.prototype = { + call$0() { + var t1 = this.lastItemOffset; + this.$this._finalDropPosition = new A.Offset(t1._dx, t1._dy - this.delta); + }, + $signature: 0 + }; + A.SliverReorderableListState__dragEnd_closure0.prototype = { call$0() { var itemIndex, t1 = this.$this, @@ -298237,7 +306652,7 @@ if (startIndex !== endIndex) this.$this._widget.onReorder$2(startIndex, endIndex); }, - $signature: 199 + $signature: 232 }; A.SliverReorderableListState__wrapWithSemantics_moveToStart.prototype = { call$0() { @@ -298312,7 +306727,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1._registerItem$1(_this); t1 = A.Matrix4_Matrix4$translationValues(_this.get$offset(_this)._dx, _this.get$offset(_this)._dy, 0); - return A.Transform$(null, _this._widget.child, t1, true); + return A.Transform$(null, _this._widget.child, null, t1, true); }, deactivate$0() { var _this = this, @@ -298398,7 +306813,7 @@ t1._offsetAnimation = null; } }, - $signature: 43 + $signature: 47 }; A._ReorderableItemState_rebuild_closure.prototype = { call$0() { @@ -298420,7 +306835,7 @@ call$1($event) { var t1 = this.$this, t2 = this.context, - t3 = A.MediaQuery__maybeOf(t2, B._MediaQueryAspect_16), + t3 = A.MediaQuery__maybeOf(t2, B._MediaQueryAspect_18), gestureSettings = t3 == null ? null : t3.gestureSettings; t2 = t2.findAncestorStateOfType$1$0(type$.SliverReorderableListState); if (t2 != null) { @@ -298430,7 +306845,7 @@ } return null; }, - $signature: 196 + $signature: 190 }; A.ReorderableDelayedDragStartListener.prototype = { createRecognizer$0() { @@ -298511,7 +306926,7 @@ t1.onDropCompleted.call$0(); } }, - $signature: 43 + $signature: 47 }; A._DragItemProxy.prototype = { build$1(context) { @@ -298542,7 +306957,7 @@ t1 = t1.size; return A.Positioned$(_null, new A.SizedBox(t1._dx, t1._dy, child, _null), _null, _null, effectivePosition._dx, _null, effectivePosition._dy, _null); }, - $signature: 612 + $signature: 767 }; A._ReorderableItemGlobalKey.prototype = { $eq(_, other) { @@ -298672,7 +307087,7 @@ } $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 2010 + $signature: 2462 }; A._RootRestorationScopeState__loadRootBucketIfNecessary__closure.prototype = { call$0() { @@ -298838,7 +307253,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -298919,7 +307334,7 @@ A.RestorableBool.prototype = {}; A.RestorableBoolN.prototype = {}; A.RestorableStringN.prototype = {}; - A.RestorableDateTime.prototype = { + A.RestorableDateTimeN.prototype = { createDefaultValue$0() { return this._defaultValue; }, @@ -298927,12 +307342,13 @@ this.notifyListeners$0(); }, fromPrimitives$1(data) { - data.toString; - return A.DateTime$fromMillisecondsSinceEpoch(A._asInt(data), false); + return data != null ? A.DateTime$fromMillisecondsSinceEpoch(A._asInt(data), false) : null; }, toPrimitives$0() { var t1 = this._restoration_properties$_value; - return (t1 == null ? A._instanceType(this)._eval$1("RestorableValue.T")._as(t1) : t1)._value; + if (t1 == null) + t1 = A._instanceType(this)._eval$1("RestorableValue.T")._as(t1); + return t1 == null ? null : t1._value; } }; A.RestorableListenable.prototype = { @@ -298977,7 +307393,8 @@ }, fromPrimitives$1(data) { data.toString; - return A.TextEditingController$(A._asString(data)); + A._asString(data); + return new A.TextEditingController(new A.TextEditingValue(data, B.TextSelection_ke5, B.TextRange_m1_m1), $.$get$ChangeNotifier__emptyListeners()); }, toPrimitives$0() { return this._restoration_properties$_value._change_notifier$_value.text; @@ -299040,7 +307457,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.RouteInformation.prototype = { get$uri() { @@ -299094,7 +307511,7 @@ $.SchedulerBinding__instance.SchedulerBinding__postFrameCallbacks.push(_this.get$_reportRouteInformation()); }, _reportRouteInformation$1(timestamp) { - var t1, t2, t3, replace, _this = this; + var t1, t2, t3, t4, replace, _this = this; _this._routeInformationReportingTaskScheduled = false; t1 = _this._routeInformation; t2 = t1._restoration_properties$_value; @@ -299107,7 +307524,13 @@ t3 = _this._currentIntentionToReport; t3.toString; if (t3 !== B.RouteInformationReportingType_1) - replace = t3 === B.RouteInformationReportingType_0 && t2._valueInEngine.get$uri().$eq(0, t1.get$uri()); + if (t3 === B.RouteInformationReportingType_0) { + t3 = t2._valueInEngine.get$uri(); + t4 = t1.get$uri(); + t3 = t3.get$path(t3) === t4.get$path(t4) && t3.get$fragment() === t4.get$fragment() && B.DeepCollectionEquality_true.equals$2(t3.get$queryParametersAll(), t4.get$queryParametersAll()); + replace = t3; + } else + replace = false; else replace = true; B.OptionalMethodChannel_qNA.invokeMethod$1$1("selectMultiEntryHistory", type$.void); @@ -299302,7 +307725,7 @@ t1._router$_rebuild$0(); return new A.SynchronousFuture(data, type$.SynchronousFuture_bool); }, - $signature: 1983 + $signature: 2464 }; A._RouterState__rebuild_closure.prototype = { call$0() { @@ -299410,16 +307833,9 @@ return true; }, dispose$0() { - var t1, t2, _i, entry, t3; - for (t1 = this._overlayEntries, t2 = t1.length, _i = 0; _i < t2; ++_i) { - entry = t1[_i]; - entry._disposedByOwner = true; - t3 = entry._overlayEntryStateNotifier; - if (t3._change_notifier$_value == null) { - t3.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); - t3.ChangeNotifier__count = 0; - } - } + var t1, t2, _i; + for (t1 = this._overlayEntries, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t1[_i].dispose$0(); B.JSArray_methods.clear$0(t1); this.super$Route$dispose(); } @@ -299610,7 +308026,7 @@ break; } }, - $signature: 43 + $signature: 47 }; A.TransitionRoute__updateSecondaryAnimation_closure.prototype = { call$0() { @@ -299700,7 +308116,7 @@ if (t1.get$isActive()) t1.changedInternalState$0(); }, - $signature: 11 + $signature: 12 }; A._DismissModalAction.prototype = { isEnabled$1(_, intent) { @@ -299769,6 +308185,7 @@ }, dispose$0() { this.focusScopeNode.dispose$0(); + this.primaryScrollController.dispose$0(); this.super$State$dispose(); }, get$_shouldIgnoreFocusRequest() { @@ -299809,7 +308226,7 @@ child.toString; return new A.RestorationScope(child, t1, null); }, - $signature: 1982 + $signature: 2471 }; A._ModalScopeState_build_closure0.prototype = { call$1(context) { @@ -299823,7 +308240,7 @@ t4 = t2._routes$_page = new A.RepaintBoundary(new A.Builder(new A._ModalScopeState_build__closure(t2), _null), t2._widget.route._subtreeKey); return A.Actions$(t1, A.PrimaryScrollController$(A.FocusScope$(false, new A.RepaintBoundary(A.AnimatedBuilder$(t3, new A._ModalScopeState_build__closure0(t2), t4), _null), _null, _null, t2.focusScopeNode), t2.primaryScrollController)); }, - $signature: 1981 + $signature: 2472 }; A._ModalScopeState_build__closure0.prototype = { call$2(context, child) { @@ -299837,10 +308254,10 @@ t5 = t2._navigator$_navigator; t5 = t5 == null ? null : t5.userGestureInProgressNotifier; if (t5 == null) - t5 = A.ValueNotifier$(false, type$.bool); + t5 = new A.ValueNotifier(false, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_bool); return t2.buildTransitions$4(context, t3, t4, A.AnimatedBuilder$(t5, new A._ModalScopeState_build___closure(t1), child)); }, - $signature: 202 + $signature: 225 }; A._ModalScopeState_build___closure.prototype = { call$2(context, child) { @@ -299849,7 +308266,7 @@ t1.focusScopeNode.set$canRequestFocus(!ignoreEvents); return A.IgnorePointer$(child, ignoreEvents, null); }, - $signature: 1933 + $signature: 2473 }; A._ModalScopeState_build__closure.prototype = { call$1(context) { @@ -299861,7 +308278,7 @@ t3.toString; return t1.buildPage$3(context, t2, t3); }, - $signature: 52 + $signature: 46 }; A.ModalRoute.prototype = { setState$1(fn) { @@ -299987,6 +308404,48 @@ }); return A._asyncStartSync($async$willPop$0, $async$completer); }, + get$popDisposition() { + if (!this._popEntries.every$1(0, new A.ModalRoute_popDisposition_closure())) + return B.RoutePopDisposition_1; + return A._ModalRoute_TransitionRoute_LocalHistoryRoute.prototype.get$popDisposition.call(this); + }, + onPopInvoked$1(didPop) { + var t1, t2, t3; + for (t1 = this._popEntries, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + t3 = t1._collection$_current; + t3 = (t3 == null ? t2._as(t3) : t3)._widget.onPopInvoked; + if (t3 != null) + t3.call$1(didPop); + } + }, + unregisterPopEntry$1(popEntry) { + var t1; + this._popEntries.remove$1(0, popEntry); + t1 = popEntry.___PopScopeState_canPopNotifier_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.removeListener$1(0, this.get$_handlePopEntryChange()); + this._handlePopEntryChange$0(); + }, + _handlePopEntryChange$0() { + var notification, t1, _this = this; + if (!_this.get$isCurrent()) + return; + notification = new A.NavigationNotification(_this.get$popDisposition() === B.RoutePopDisposition_1); + t1 = $.SchedulerBinding__instance; + switch (t1.SchedulerBinding__schedulerPhase.index) { + case 4: + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, _this._subtreeKey); + if (t1 != null) + t1.dispatchNotification$1(notification); + break; + case 0: + case 2: + case 3: + case 1: + t1.SchedulerBinding__postFrameCallbacks.push(new A.ModalRoute__handlePopEntryChange_closure(_this, notification)); + break; + } + }, didChangePrevious$1(previousRoute) { this.super$Route$didChangePrevious(previousRoute); this.changedInternalState$0(); @@ -300034,14 +308493,14 @@ barrier = A.IgnorePointer$(barrier, t1, _null); t1 = _this.get$barrierDismissible(); if (t1) - barrier = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null, _null), false, false, false, false, barrier, _null); + barrier = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_1_null, _null, _null, _null, _null, _null, _null), false, false, false, false, barrier, _null); return barrier; }, _buildModalScope$1(context) { var _this = this, _null = null, t1 = _this._modalScopeCache; if (t1 == null) - t1 = _this._modalScopeCache = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_0_null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A._ModalScope(_this, _this._scopeKey, A._instanceType(_this)._eval$1("_ModalScope")), _null); + t1 = _this._modalScopeCache = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.OrdinalSortKey_0_null, _null, _null, _null, _null, _null, _null), false, false, false, false, new A._ModalScope(_this, _this._scopeKey, A._instanceType(_this)._eval$1("_ModalScope")), _null); return t1; }, toString$0(_) { @@ -300054,6 +308513,27 @@ }, $signature: 0 }; + A.ModalRoute_popDisposition_closure.prototype = { + call$1(popEntry) { + var t1 = popEntry.___PopScopeState_canPopNotifier_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1._change_notifier$_value; + }, + $signature: 2497 + }; + A.ModalRoute__handlePopEntryChange_closure.prototype = { + call$1(timeStamp) { + var t1 = this.$this._subtreeKey, + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); + t2 = t2 == null ? null : t2._widget != null; + if (t2 !== true) + return; + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); + if (t1 != null) + t1.dispatchNotification$1(this.notification); + }, + $signature: 12 + }; A.ModalRoute_changedInternalState_closure.prototype = { call$0() { }, @@ -300098,7 +308578,7 @@ buildPage$3(context, animation, secondaryAnimation) { var _null = null, t1 = this._pageBuilder.call$3(context, animation, secondaryAnimation); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, new A.DisplayFeatureSubScreen(this.anchorPoint, t1, _null), _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, true, false, false, new A.DisplayFeatureSubScreen(this.anchorPoint, t1, _null), _null); }, buildTransitions$4(context, animation, secondaryAnimation, child) { return this._transitionBuilder.call$4(context, animation, secondaryAnimation, child); @@ -300134,6 +308614,12 @@ }); return A._asyncStartSync($async$willPop$0, $async$completer); }, + get$popDisposition() { + var t1 = this.LocalHistoryRoute__localHistory; + if (t1 != null && t1.length !== 0) + return B.RoutePopDisposition_0; + return A.Route.prototype.get$popDisposition.call(this); + }, didPop$1(result) { var entry, internalStateChanged, _this = this, t1 = _this.LocalHistoryRoute__localHistory; @@ -300153,7 +308639,7 @@ A.SafeArea.prototype = { build$1(context) { var t5, t6, t7, _this = this, - padding = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_5, type$.MediaQuery).data.padding, + padding = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_6, type$.MediaQuery).data.padding, t1 = _this.minimum, t2 = Math.max(padding.left, t1.left), t3 = _this.top, @@ -300184,6 +308670,7 @@ applyNewDimensions$0() { }, dispose$0() { + this._scroll_activity$_isDisposed = true; }, toString$0(_) { return "#" + A.shortHash(this); @@ -300369,7 +308856,8 @@ } }, _scroll_activity$_end$0() { - this._delegate.goBallistic$1(0); + if (!this._scroll_activity$_isDisposed) + this._delegate.goBallistic$1(0); }, dispatchOverscrollNotification$3(metrics, context, overscroll) { var t1 = this.__BallisticScrollActivity__controller_A; @@ -300413,10 +308901,13 @@ } }, _scroll_activity$_end$0() { - var t1 = this._delegate, + var t1, t2; + if (!this._scroll_activity$_isDisposed) { + t1 = this._delegate; t2 = this.__DrivenScrollActivity__controller_F; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1.goBallistic$1(t2.get$velocity()); + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.goBallistic$1(t2.get$velocity()); + } }, dispatchOverscrollNotification$3(metrics, context, overscroll) { var t1 = this.__DrivenScrollActivity__controller_F; @@ -300474,9 +308965,6 @@ } _this.imageProvider.resolveStreamForKey$4(configuration, stream, key, handleError); }, - load$2(_, key, decode) { - return this.imageProvider.load$2(0, key, decode); - }, loadBuffer$2(key, decode) { return this.imageProvider.loadBuffer$2(key, decode); }, @@ -300492,7 +308980,7 @@ var _this = this; A.scheduleMicrotask(new A.ScrollAwareImageProvider_resolveStreamForKey__closure(_this.$this, _this.configuration, _this.stream, _this.key, _this.handleError)); }, - $signature: 11 + $signature: 12 }; A.ScrollAwareImageProvider_resolveStreamForKey__closure.prototype = { call$0() { @@ -300507,23 +308995,20 @@ } }; A.ScrollBehavior.prototype = { - copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(androidOverscrollIndicator, dragDevices, overscroll, physics, platform, pointerAxisModifiers, $scrollbars) { - return new A._WrappedScrollBehavior(this, $scrollbars !== false, overscroll !== false, physics, platform, dragDevices, pointerAxisModifiers, androidOverscrollIndicator); + copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(dragDevices, overscroll, physics, platform, pointerAxisModifiers, $scrollbars) { + return new A._WrappedScrollBehavior(this, $scrollbars !== false, overscroll !== false, physics, platform, dragDevices, pointerAxisModifiers); }, copyWith$2$overscroll$scrollbars(overscroll, $scrollbars) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, overscroll, null, null, null, $scrollbars); + return this.copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, overscroll, null, null, null, $scrollbars); }, copyWith$1$scrollbars($scrollbars) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, null, null, null, null, $scrollbars); + return this.copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, null, null, null, $scrollbars); }, copyWith$4$overscroll$physics$platform$scrollbars(overscroll, physics, platform, $scrollbars) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, overscroll, physics, platform, null, $scrollbars); + return this.copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, overscroll, physics, platform, null, $scrollbars); }, copyWith$1$overscroll(overscroll) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, overscroll, null, null, null, null); - }, - copyWith$1$dragDevices(dragDevices) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, dragDevices, null, null, null, null, null); + return this.copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, overscroll, null, null, null, null); }, getPlatform$1(context) { return A.defaultTargetPlatform(); @@ -300555,15 +309040,9 @@ case 5: return child; case 0: - switch (1) { - case 1: - break; - } - break; case 1: - break; + return A.GlowingOverscrollIndicator$(details.direction, child, B.Color_4294967295); } - return A.GlowingOverscrollIndicator$(details.direction, child, B.Color_4294967295); }, velocityTrackerBuilder$1(context) { switch (this.getPlatform$1(context).index) { @@ -300602,21 +309081,25 @@ call$1($event) { return A.IOSScrollViewFlingVelocityTracker$($event.get$kind($event)); }, - $signature: 1930 + $signature: 2498 }; A.ScrollBehavior_velocityTrackerBuilder_closure0.prototype = { call$1($event) { var t1 = $event.get$kind($event), - t2 = type$.nullable__PointAtTime; - return new A.MacOSScrollViewFlingVelocityTracker(A.List_List$filled(20, null, false, t2), t1, A.List_List$filled(20, null, false, t2)); + t2 = type$.nullable__PointAtTime, + t3 = A.List_List$filled(20, null, false, t2); + $.$get$Stopwatch__frequency(); + return new A.MacOSScrollViewFlingVelocityTracker(t3, t1, new A.Stopwatch(), A.List_List$filled(20, null, false, t2)); }, - $signature: 1929 + $signature: 2499 }; A.ScrollBehavior_velocityTrackerBuilder_closure1.prototype = { call$1($event) { - return new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); + var t1 = $event.get$kind($event); + $.$get$Stopwatch__frequency(); + return new A.VelocityTracker(t1, new A.Stopwatch(), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); }, - $signature: 654 + $signature: 761 }; A._WrappedScrollBehavior.prototype = { get$dragDevices() { @@ -300637,33 +309120,27 @@ return this.delegate.buildScrollbar$3(context, child, details); return child; }, - copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(androidOverscrollIndicator, dragDevices, overscroll, physics, platform, pointerAxisModifiers, $scrollbars) { + copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(dragDevices, overscroll, physics, platform, pointerAxisModifiers, $scrollbars) { var _this = this, t1 = $scrollbars == null ? _this.scrollbars : $scrollbars, t2 = overscroll == null ? _this.overscroll : overscroll, - t3 = dragDevices == null ? _this.get$dragDevices() : dragDevices, + t3 = _this.get$dragDevices(), t4 = _this.get$pointerAxisModifiers(), t5 = physics == null ? _this.physics : physics, - t6 = platform == null ? _this.platform : platform, - t7 = _this._androidOverscrollIndicator; - if (t7 == null) - t7 = B.AndroidOverscrollIndicator_1; - return _this.delegate.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(t7, t3, t2, t5, t6, t4, t1); + t6 = platform == null ? _this.platform : platform; + return _this.delegate.copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(t3, t2, t5, t6, t4, t1); }, copyWith$2$overscroll$scrollbars(overscroll, $scrollbars) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, overscroll, null, null, null, $scrollbars); + return this.copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, overscroll, null, null, null, $scrollbars); }, copyWith$1$scrollbars($scrollbars) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, null, null, null, null, $scrollbars); + return this.copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, null, null, null, $scrollbars); }, copyWith$4$overscroll$physics$platform$scrollbars(overscroll, physics, platform, $scrollbars) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, overscroll, physics, platform, null, $scrollbars); + return this.copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, overscroll, physics, platform, null, $scrollbars); }, copyWith$1$overscroll(overscroll) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, null, overscroll, null, null, null, null); - }, - copyWith$1$dragDevices(dragDevices) { - return this.copyWith$7$androidOverscrollIndicator$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, dragDevices, null, null, null, null, null); + return this.copyWith$6$dragDevices$overscroll$physics$platform$pointerAxisModifiers$scrollbars(null, overscroll, null, null, null, null); }, getPlatform$1(context) { var t1 = this.platform; @@ -301213,21 +309690,21 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeTypeOfDartObject(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ScrollNotificationObserverState)], type$.JSArray_DiagnosticsNode); }, - $signature: 141 + $signature: 143 }; A.ScrollNotificationObserverState_build_closure.prototype = { call$1(notification) { this.$this._notifyListeners$1(notification.asScrollUpdate$0()); return false; }, - $signature: 572 + $signature: 412 }; A.ScrollNotificationObserverState_build_closure0.prototype = { call$1(notification) { this.$this._notifyListeners$1(notification); return false; }, - $signature: 205 + $signature: 171 }; A.ScrollDecelerationRate.prototype = { _enumToString$0() { @@ -301966,7 +310443,7 @@ targetRect = targetRenderObject != null && targetRenderObject !== object ? A.MatrixUtils_transformRect(targetRenderObject.getTransformTo$1(0, object), object.get$paintBounds().intersect$1(targetRenderObject.get$paintBounds())) : _null; switch (_this._applyAxisDirectionToAlignmentPolicy$1(alignmentPolicy).index) { case 0: - t1 = viewport.getOffsetToReveal$3$rect(object, alignment, targetRect); + t1 = viewport.getOffsetToReveal$4$axis$rect(object, alignment, A.axisDirectionToAxis(_this.get$axisDirection()), targetRect); t2 = _this._minScrollExtent; t2.toString; t3 = _this._maxScrollExtent; @@ -301974,7 +310451,7 @@ target = A.clampDouble(t1.offset, t2, t3); break; case 1: - t1 = viewport.getOffsetToReveal$3$rect(object, 1, targetRect); + t1 = viewport.getOffsetToReveal$4$axis$rect(object, 1, A.axisDirectionToAxis(_this.get$axisDirection()), targetRect); t2 = _this._minScrollExtent; t2.toString; t3 = _this._maxScrollExtent; @@ -301986,7 +310463,7 @@ target = t1; break; case 2: - t1 = viewport.getOffsetToReveal$3$rect(object, 0, targetRect); + t1 = viewport.getOffsetToReveal$4$axis$rect(object, 0, A.axisDirectionToAxis(_this.get$axisDirection()), targetRect); t2 = _this._minScrollExtent; t2.toString; t3 = _this._maxScrollExtent; @@ -302104,7 +310581,7 @@ call$1(timeStamp) { this.$this._impliedVelocity = 0; }, - $signature: 11 + $signature: 12 }; A.ScrollMetricsNotification.prototype = { asScrollUpdate$0() { @@ -302372,7 +310849,7 @@ call$2(context, offset) { return this.$this.buildViewport$4(context, offset, this.axisDirection, this.slivers); }, - $signature: 1904 + $signature: 2518 }; A.ScrollView_build_closure0.prototype = { call$1(notification) { @@ -302381,7 +310858,7 @@ focusScope.unfocus$0(); return false; }, - $signature: 1903 + $signature: 2519 }; A.CustomScrollView.prototype = { buildSlivers$1(context) { @@ -302419,13 +310896,13 @@ return this.itemBuilder.call$2(context, itemIndex); return this.separatorBuilder.call$2(context, itemIndex); }, - $signature: 1902 + $signature: 2521 }; A.ListView$separated_closure0.prototype = { call$2(widget, index) { return (index & 1) === 0 ? B.JSInt_methods._tdivFast$1(index, 2) : null; }, - $signature: 1901 + $signature: 2522 }; A.GridView.prototype = { buildChildLayout$1(context) { @@ -302437,7 +310914,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.Scrollable.prototype = { createState$0() { @@ -302453,7 +310930,7 @@ call$1(_) { return null; }, - $signature: 1899 + $signature: 2526 }; A._ScrollableScope.prototype = { updateShouldNotify$1(old) { @@ -302555,7 +311032,7 @@ var _this = this, t1 = _this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_16); + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_18); _this._mediaQueryGestureSettings = t1 == null ? null : t1.gestureSettings; t1 = _this._framework$_element; t1.toString; @@ -302564,7 +311041,8 @@ if (t1 == null) { t1 = _this._framework$_element; t1.toString; - t1 = A.View_maybeOf(t1)._debugDevicePixelRatio; + A.View_maybeOf(t1).toString; + t1 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; if (t1 == null) { t1 = self.window.devicePixelRatio; if (t1 === 0) @@ -302576,9 +311054,17 @@ _this.super$_ScrollableState_State_TickerProviderStateMixin_RestorationMixin$didChangeDependencies(); }, _shouldUpdatePosition$1(oldWidget) { - var t2, oldPhysics, t3, _this = this, _null = null, - t1 = _this._widget, - newPhysics = t1.physics; + var newPhysics, oldPhysics, _this = this, _null = null, + t1 = _this._widget.scrollBehavior, + t2 = t1 == null, + t3 = oldWidget.scrollBehavior, + t4 = t3 == null; + if (t2 !== t4) + return true; + if (!t2 && !t4 && t1.shouldNotify$1(t3)) + return true; + t1 = _this._widget; + newPhysics = t1.physics; if (newPhysics == null) { t1 = t1.scrollBehavior; if (t1 == null) @@ -302591,17 +311077,15 @@ } } oldPhysics = oldWidget.physics; - if (oldPhysics == null) { - t1 = oldWidget.scrollBehavior; - if (t1 == null) + if (oldPhysics == null) + if (t4) oldPhysics = _null; else { - t2 = _this._framework$_element; - t2.toString; - t2 = t1.getScrollPhysics$1(t2); - oldPhysics = t2; + t1 = _this._framework$_element; + t1.toString; + t1 = t3.getScrollPhysics$1(t1); + oldPhysics = t1; } - } do { t1 = newPhysics == null; t2 = t1 ? _null : A.getRuntimeTypeOfDartObject(newPhysics); @@ -302845,7 +311329,7 @@ t4 = t3.excludeFromSemantics; t5 = _this._shouldIgnorePointer; t5 = A.IgnorePointer$(t3.viewportBuilder$2(context, t1), t5, _this._ignorePointerKey); - result = new A._ScrollableScope(_this, t1, A.Listener$(B.HitTestBehavior_0, new A.RawGestureDetector(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, !t4, false, false, t5, _null), t2, B.HitTestBehavior_1, t4, _this._gestureDetectorKey), _null, _null, _null, _null, _null, _null, _this.get$_receivedPointerSignal(), _null), _null); + result = new A._ScrollableScope(_this, t1, A.Listener$(B.HitTestBehavior_0, new A.RawGestureDetector(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, !t4, false, false, t5, _null), t2, B.HitTestBehavior_1, t4, _this._gestureDetectorKey), _null, _null, _null, _null, _null, _null, _this.get$_receivedPointerSignal(), _null), _null); t1 = _this._widget; if (!t1.excludeFromSemantics) { t1 = _this._scrollable$_position; @@ -302876,7 +311360,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.VerticalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 356 + $signature: 295 }; A.ScrollableState_setCanDrag_closure0.prototype = { call$1(instance) { @@ -302902,7 +311386,7 @@ instance.gestureSettings = t1._mediaQueryGestureSettings; instance.supportedDevices = t1.__ScrollableState__configuration_A.get$dragDevices(); }, - $signature: 364 + $signature: 296 }; A.ScrollableState_setCanDrag_closure1.prototype = { call$0() { @@ -302910,7 +311394,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.HorizontalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 625 + $signature: 531 }; A.ScrollableState_setCanDrag_closure2.prototype = { call$1(instance) { @@ -302936,7 +311420,7 @@ instance.gestureSettings = t1._mediaQueryGestureSettings; instance.supportedDevices = t1.__ScrollableState__configuration_A.get$dragDevices(); }, - $signature: 624 + $signature: 533 }; A._ScrollableSelectionHandler.prototype = { createState$0() { @@ -303008,19 +311492,20 @@ _this.super$MultiSelectableSelectionContainerDelegate$didChangeSelectables(); }, handleSelectionEdgeUpdate$1($event) { - var deltaToOrigin, t1, t2, t3, result, _this = this; + var deltaToOrigin, t1, t2, t3, t4, result, _this = this; if (_this._currentDragEndRelatedToOrigin == null && _this._currentDragStartRelatedToOrigin == null) _this._selectionStartsInScrollable = _this._globalPositionInScrollable$1($event.globalPosition); deltaToOrigin = A._getDeltaToScrollOrigin(_this.state); t1 = $event.globalPosition; - t2 = -deltaToOrigin._dx; - t3 = -deltaToOrigin._dy; + t2 = $event.granularity; + t3 = -deltaToOrigin._dx; + t4 = -deltaToOrigin._dy; if ($event.type === B.SelectionEventType_1) { t1 = _this._currentDragEndRelatedToOrigin = _this._inferPositionRelatedToOrigin$1(t1); - $event = new A.SelectionEdgeUpdateEvent(new A.Offset(t1._dx + t2, t1._dy + t3), B.SelectionEventType_1); + $event = A.SelectionEdgeUpdateEvent$forEnd(new A.Offset(t1._dx + t3, t1._dy + t4), t2); } else { t1 = _this._currentDragStartRelatedToOrigin = _this._inferPositionRelatedToOrigin$1(t1); - $event = new A.SelectionEdgeUpdateEvent(new A.Offset(t1._dx + t2, t1._dy + t3), B.SelectionEventType_0); + $event = A.SelectionEdgeUpdateEvent$forStart(new A.Offset(t1._dx + t3, t1._dy + t4), t2); } result = _this.super$MultiSelectableSelectionContainerDelegate$handleSelectionEdgeUpdate($event); if (result === B.SelectionResult_3) { @@ -303235,29 +311720,37 @@ return _this.super$MultiSelectableSelectionContainerDelegate$dispatchSelectionEventToChild(selectable, $event); }, ensureChildUpdated$1(selectable) { - var previousStartRecord, t3, t4, deltaToOrigin, previousEndRecord, _this = this, + var t3, previousStartRecord, t4, t5, deltaToOrigin, previousEndRecord, _this = this, t1 = _this.state, t2 = t1._scrollable$_position._pixels; t2.toString; - previousStartRecord = _this._selectableStartEdgeUpdateRecords.$index(0, selectable); - t3 = _this._currentDragStartRelatedToOrigin; - if (t3 != null) - t4 = previousStartRecord == null || Math.abs(t2 - previousStartRecord) > 1e-10; + t3 = _this._selectableStartEdgeUpdateRecords; + previousStartRecord = t3.$index(0, selectable); + t4 = _this._currentDragStartRelatedToOrigin; + if (t4 != null) + t5 = previousStartRecord == null || Math.abs(t2 - previousStartRecord) > 1e-10; else - t4 = false; - if (t4) { + t5 = false; + if (t5) { deltaToOrigin = A._getDeltaToScrollOrigin(t1); - selectable.dispatchSelectionEvent$1(new A.SelectionEdgeUpdateEvent(new A.Offset(t3._dx + -deltaToOrigin._dx, t3._dy + -deltaToOrigin._dy), B.SelectionEventType_0)); + selectable.dispatchSelectionEvent$1(A.SelectionEdgeUpdateEvent$forStart(new A.Offset(t4._dx + -deltaToOrigin._dx, t4._dy + -deltaToOrigin._dy), null)); + t4 = t1._scrollable$_position._pixels; + t4.toString; + t3.$indexSet(0, selectable, t4); } - previousEndRecord = _this._selectableEndEdgeUpdateRecords.$index(0, selectable); - t3 = _this._currentDragEndRelatedToOrigin; - if (t3 != null) + t3 = _this._selectableEndEdgeUpdateRecords; + previousEndRecord = t3.$index(0, selectable); + t4 = _this._currentDragEndRelatedToOrigin; + if (t4 != null) t2 = previousEndRecord == null || Math.abs(t2 - previousEndRecord) > 1e-10; else t2 = false; if (t2) { deltaToOrigin = A._getDeltaToScrollOrigin(t1); - selectable.dispatchSelectionEvent$1(new A.SelectionEdgeUpdateEvent(new A.Offset(t3._dx + -deltaToOrigin._dx, t3._dy + -deltaToOrigin._dy), B.SelectionEventType_1)); + selectable.dispatchSelectionEvent$1(A.SelectionEdgeUpdateEvent$forEnd(new A.Offset(t4._dx + -deltaToOrigin._dx, t4._dy + -deltaToOrigin._dy), null)); + t1 = t1._scrollable$_position._pixels; + t1.toString; + t3.$indexSet(0, selectable, t1); } }, dispose$0() { @@ -303277,19 +311770,19 @@ t1._scheduledLayoutChange = false; t1._updateSelectionGeometry$0(); }, - $signature: 11 + $signature: 12 }; A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure.prototype = { call$2(key, value) { return !this.selectableSet.contains$1(0, key); }, - $signature: 662 + $signature: 760 }; A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0.prototype = { call$2(key, value) { return !this.selectableSet.contains$1(0, key); }, - $signature: 662 + $signature: 760 }; A._ScrollSemantics.prototype = { createRenderObject$1(context) { @@ -303500,7 +311993,7 @@ if (value != null) this.description.push(prefix + value.toString$0(0)); }, - $signature: 663 + $signature: 759 }; A.EdgeDraggingAutoScroller.prototype = { _offsetExtent$2(offset, scrollDirection) { @@ -303826,8 +312319,8 @@ this._ignorePointer = value; this.notifyListeners$0(); }, - get$_leadingTrackMainAxisOffset() { - switch (this.get$_resolvedOrientation().index) { + get$_scrollbar$_leadingTrackMainAxisOffset() { + switch (this.get$_scrollbar$_resolvedOrientation().index) { case 0: case 1: return this._scrollbar$_padding.top; @@ -303836,9 +312329,9 @@ return this._scrollbar$_padding.left; } }, - get$_leadingThumbMainAxisOffset() { + get$_scrollbar$_leadingThumbMainAxisOffset() { var _this = this; - switch (_this.get$_resolvedOrientation().index) { + switch (_this.get$_scrollbar$_resolvedOrientation().index) { case 0: case 1: return _this._scrollbar$_padding.top + _this._mainAxisMargin; @@ -303847,7 +312340,7 @@ return _this._scrollbar$_padding.left + _this._mainAxisMargin; } }, - get$_resolvedOrientation() { + get$_scrollbar$_resolvedOrientation() { var t1 = this._lastAxisDirection; if (t1 === B.AxisDirection_2 || t1 === B.AxisDirection_0) return this._scrollbar$_textDirection === B.TextDirection_1 ? B.ScrollbarOrientation_1 : B.ScrollbarOrientation_0; @@ -303877,14 +312370,14 @@ return; _this.notifyListeners$0(); }, - get$_paintThumb() { + get$_scrollbar$_paintThumb() { var t1 = $.$get$_renderer().createPaint$0(), t2 = this._scrollbar$_color, t3 = this.fadeoutOpacityAnimation; t1.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((t2.get$value(t2) >>> 24 & 255) / 255 * t3.get$value(t3))), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); return t1; }, - _paintTrack$1$isBorder(isBorder) { + _scrollbar$_paintTrack$1$isBorder(isBorder) { var t1, t2, t3, _this = this; if (isBorder) { t1 = $.$get$_renderer().createPaint$0(); @@ -303901,13 +312394,13 @@ t1.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((t2.get$value(t2) >>> 24 & 255) / 255 * t3.get$value(t3))), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); return t1; }, - _paintTrack$0() { - return this._paintTrack$1$isBorder(false); + _scrollbar$_paintTrack$0() { + return this._scrollbar$_paintTrack$1$isBorder(false); }, - _paintScrollbar$2(canvas, size) { + _scrollbar$_paintScrollbar$2(canvas, size) { var t1, t2, thumbSize, t3, t4, trackSize, x, t5, trackOffset, borderStart, t6, t7, borderEnd, y, _this = this, _null = null; - _this.get$_resolvedOrientation(); - switch (_this.get$_resolvedOrientation().index) { + _this.get$_scrollbar$_resolvedOrientation(); + switch (_this.get$_scrollbar$_resolvedOrientation().index) { case 0: t1 = _this._thickness; t2 = _this.__ScrollbarPainter__thumbExtent_A; @@ -303925,7 +312418,7 @@ t4 = _this.__ScrollbarPainter__thumbOffset_A; t4 === $ && A.throwUnnamedLateFieldNI(); t2 = x - t2; - t5 = _this.get$_leadingTrackMainAxisOffset(); + t5 = _this.get$_scrollbar$_leadingTrackMainAxisOffset(); trackOffset = new A.Offset(t2, t5); borderStart = trackOffset.$add(0, new A.Offset(t1, 0)); t6 = _this._lastMetrics._scroll_metrics$_viewportDimension; @@ -303956,7 +312449,7 @@ t4 = _this.__ScrollbarPainter__thumbOffset_A; t4 === $ && A.throwUnnamedLateFieldNI(); t3 = x - t3; - t2 = _this.get$_leadingTrackMainAxisOffset(); + t2 = _this.get$_scrollbar$_leadingTrackMainAxisOffset(); trackOffset = new A.Offset(t3, t2); t1 = _this._lastMetrics._scroll_metrics$_viewportDimension; t1.toString; @@ -303984,7 +312477,7 @@ t2 = _this.__ScrollbarPainter__thumbOffset_A; t2 === $ && A.throwUnnamedLateFieldNI(); y = t4 + _this._scrollbar$_padding.top; - t4 = _this.get$_leadingTrackMainAxisOffset(); + t4 = _this.get$_scrollbar$_leadingTrackMainAxisOffset(); t1 = y - _this._crossAxisMargin; trackOffset = new A.Offset(t4, t1); borderStart = trackOffset.$add(0, new A.Offset(0, t3)); @@ -304012,7 +312505,7 @@ t2 = _this.__ScrollbarPainter__thumbOffset_A; t2 === $ && A.throwUnnamedLateFieldNI(); y = size._dy - t3 - t4 - _this._scrollbar$_padding.bottom; - t4 = _this.get$_leadingTrackMainAxisOffset(); + t4 = _this.get$_scrollbar$_leadingTrackMainAxisOffset(); t3 = y - _this._crossAxisMargin; trackOffset = new A.Offset(t4, t3); t1 = _this._lastMetrics._scroll_metrics$_viewportDimension; @@ -304041,18 +312534,18 @@ if (t1.get$value(t1) !== 0) { t1 = _this._trackRect; t1.toString; - canvas.drawRect$2(t1, _this._paintTrack$0()); - canvas.drawLine$3(borderStart, borderEnd, _this._paintTrack$1$isBorder(true)); + canvas.drawRect$2(t1, _this._scrollbar$_paintTrack$0()); + canvas.drawLine$3(borderStart, borderEnd, _this._scrollbar$_paintTrack$1$isBorder(true)); t1 = _this._scrollbar$_radius; if (t1 != null) { t2 = _this._thumbRect; t2.toString; - canvas.drawRRect$2(A.RRect$fromRectAndRadius(t2, t1), _this.get$_paintThumb()); + canvas.drawRRect$2(A.RRect$fromRectAndRadius(t2, t1), _this.get$_scrollbar$_paintThumb()); return; } t1 = _this._thumbRect; t1.toString; - canvas.drawRect$2(t1, _this.get$_paintThumb()); + canvas.drawRect$2(t1, _this.get$_scrollbar$_paintThumb()); return; } }, @@ -304165,8 +312658,8 @@ t3 = t3 === B.AxisDirection_2 || t4; t4 = _this._scrollbar$_padding; t3 = t3 ? t4.get$_top(t4) + t4.get$_bottom(t4) : t4.get$horizontal(); - _this.__ScrollbarPainter__thumbOffset_A = t5 * (t1 - t3 - 2 * _this._mainAxisMargin - t2) + _this.get$_leadingThumbMainAxisOffset(); - return _this._paintScrollbar$2(canvas, size); + _this.__ScrollbarPainter__thumbOffset_A = t5 * (t1 - t3 - 2 * _this._mainAxisMargin - t2) + _this.get$_scrollbar$_leadingThumbMainAxisOffset(); + return _this._scrollbar$_paintScrollbar$2(canvas, size); }, getTrackToScroll$1(thumbOffsetLocal) { var t3, t4, t5, t6, _this = this, @@ -304339,7 +312832,7 @@ t1 = false; return t1; }, - $signature: 1898 + $signature: 758 }; A.RawScrollbar.prototype = { createState$0() { @@ -304430,7 +312923,7 @@ _this._widget.toString; t2 = _this._framework$_element; t2.toString; - t2 = A.InheritedModel_inheritFrom(t2, B._MediaQueryAspect_5, type$.MediaQuery).data; + t2 = A.InheritedModel_inheritFrom(t2, B._MediaQueryAspect_6, type$.MediaQuery).data; t1.set$padding(0, t2.padding); t1.set$scrollbarOrientation(_this._widget.scrollbarOrientation); _this._widget.toString; @@ -304903,7 +313396,7 @@ t5 = A.long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure(); return new A._ThumbPressGestureRecognizer(t1._scrollbarPainterKey, t2, null, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.GestureArenaEntry), t4, t1, null, t5, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.PointerDeviceKind)); }, - $signature: 1888 + $signature: 2538 }; A.RawScrollbarState__gestures_closure0.prototype = { call$1(instance) { @@ -304913,25 +313406,25 @@ instance.onLongPressMoveUpdate = new A.RawScrollbarState__gestures__closure0(t1); instance.onLongPressEnd = new A.RawScrollbarState__gestures__closure1(t1); }, - $signature: 1858 + $signature: 2539 }; A.RawScrollbarState__gestures__closure.prototype = { call$1(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 266 + $signature: 233 }; A.RawScrollbarState__gestures__closure0.prototype = { call$1(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 398 + $signature: 307 }; A.RawScrollbarState__gestures__closure1.prototype = { call$1(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 384 + $signature: 273 }; A.RawScrollbarState__gestures_closure1.prototype = { call$0() { @@ -304940,13 +313433,13 @@ t3 = A.HashSet_HashSet(t2); return new A._TrackTapGestureRecognizer(t1._scrollbarPainterKey, B.Duration_100000, 18, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.GestureArenaEntry), t3, t1, null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.PointerDeviceKind)); }, - $signature: 1857 + $signature: 2541 }; A.RawScrollbarState__gestures_closure2.prototype = { call$1(instance) { instance.onTapDown = this.$this.get$_handleTrackTapDown(); }, - $signature: 1830 + $signature: 2542 }; A.RawScrollbarState_build_closure.prototype = { call$1($event) { @@ -304965,7 +313458,7 @@ break; } }, - $signature: 106 + $signature: 110 }; A.RawScrollbarState_build_closure0.prototype = { call$1($event) { @@ -304984,7 +313477,7 @@ break; } }, - $signature: 386 + $signature: 247 }; A._ThumbPressGestureRecognizer.prototype = { isPointerAllowed$1($event) { @@ -305248,6 +313741,28 @@ _this._endHandleLayerOwner = t1; t1.pushHandleLayers$2(_null, effectiveEndHandle); }, + _flushInactiveSelections$0() { + var skipStart, skipEnd, index, _this = this, + skipIndex = _this.currentSelectionStartIndex, + t1 = skipIndex === -1; + if (t1 && _this.currentSelectionEndIndex === -1) + return; + if (t1 || _this.currentSelectionEndIndex === -1) { + if (t1) + skipIndex = _this.currentSelectionEndIndex; + t1 = _this.selectables; + new A.WhereIterable(t1, new A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure(_this, skipIndex), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")).forEach$1(0, new A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0(_this)); + return; + } + t1 = _this.currentSelectionEndIndex; + skipStart = Math.min(skipIndex, t1); + skipEnd = Math.max(skipIndex, t1); + for (index = 0; t1 = _this.selectables, index < t1.length; ++index) { + if (index >= skipStart && index <= skipEnd) + continue; + _this.dispatchSelectionEventToChild$2(t1[index], B.ClearSelectionEvent_SelectionEventType_2); + } + }, handleSelectAll$1($event) { var t1, t2, _i, _this = this; for (t1 = _this.selectables, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) @@ -305264,11 +313779,13 @@ if (A.MatrixUtils_transformRect(J.getTransformTo$1$z(_this.selectables[index], null), new A.Rect(0, 0, 0 + t1._dx, 0 + t2._dy)).contains$1(0, $event.get$globalPosition())) { existingGeometry = J.get$value$x(_this.selectables[index]); lastSelectionResult = _this.dispatchSelectionEventToChild$2(_this.selectables[index], $event); + t1 = _this.selectables; + if (index === t1.length - 1 && lastSelectionResult === B.SelectionResult_0) + return B.SelectionResult_0; if (lastSelectionResult === B.SelectionResult_0) continue; if (index === 0 && lastSelectionResult === B.SelectionResult_1) return B.SelectionResult_1; - t1 = _this.selectables; if (!J.get$value$x(t1[index]).$eq(0, existingGeometry)) { t1 = _this.selectables; new A.WhereIterable(t1, new A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure(_this, index), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")).forEach$1(0, new A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0(_this)); @@ -305482,13 +313999,62 @@ _this.currentSelectionEndIndex = newIndex; else _this.currentSelectionStartIndex = newIndex; + _this._flushInactiveSelections$0(); return result == null ? B.SelectionResult_0 : result; }, _adjustSelection$2$isEnd($event, isEnd) { - var t1, finalResult0, _this = this, - newIndex = isEnd ? _this.currentSelectionEndIndex : _this.currentSelectionStartIndex, - currentSelectableResult = A._Cell$named("currentSelectableResult"), - finalResult = null, $forward = null; + var currentSelectableResult, newIndex, finalResult, $forward, finalResult0, _this = this, + t1 = _this._selectionGeometry, + isCurrentEdgeWithinViewport = isEnd ? t1.endSelectionPoint != null : t1.startSelectionPoint != null, + _0_0 = new A._Record_3(isEnd, isCurrentEdgeWithinViewport, isEnd ? t1.startSelectionPoint != null : t1.endSelectionPoint != null), + _0_1 = A._InitializedCell$named("#0#1", new A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure(_0_0)), + _0_3 = A._InitializedCell$named("#0#3", new A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure0(_0_1)), + _0_4 = A._InitializedCell$named("#0#4", new A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure1(_0_0)), + _0_5 = A._InitializedCell$named("#0#5", new A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure2(_0_4)), + _0_6 = A._InitializedCell$named("#0#6", new A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure3(_0_0)), + _0_7 = A._InitializedCell$named("#0#7", new A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure4(_0_6)), + _0_9 = A._InitializedCell$named("#0#9", new A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure5(_0_6)), + _0_10 = A._InitializedCell$named("#0#10", new A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure6(_0_4)), + _0_11 = A._InitializedCell$named("#0#11", new A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure7(_0_1)); + $label0$0: { + if (_0_3._readFinal$0() && _0_5._readFinal$0() && _0_7._readFinal$0()) { + t1 = _this.currentSelectionEndIndex; + break $label0$0; + } + if (_0_3._readFinal$0() && _0_5._readFinal$0() && _0_9._readFinal$0()) { + t1 = _this.currentSelectionEndIndex; + break $label0$0; + } + if (_0_3._readFinal$0() && _0_10._readFinal$0() && _0_7._readFinal$0()) { + t1 = _this.currentSelectionStartIndex; + break $label0$0; + } + if (_0_3._readFinal$0() && _0_10._readFinal$0() && _0_9._readFinal$0()) { + t1 = 0; + break $label0$0; + } + if (_0_11._readFinal$0() && _0_5._readFinal$0() && _0_7._readFinal$0()) { + t1 = _this.currentSelectionStartIndex; + break $label0$0; + } + if (_0_11._readFinal$0() && _0_5._readFinal$0() && _0_9._readFinal$0()) { + t1 = _this.currentSelectionStartIndex; + break $label0$0; + } + if (_0_11._readFinal$0() && _0_10._readFinal$0() && _0_7._readFinal$0()) { + t1 = _this.currentSelectionEndIndex; + break $label0$0; + } + if (_0_11._readFinal$0() && _0_10._readFinal$0() && _0_9._readFinal$0()) { + t1 = 0; + break $label0$0; + } + t1 = null; + } + currentSelectableResult = A._Cell$named("currentSelectableResult"); + newIndex = t1; + finalResult = null; + $forward = null; while (true) { t1 = _this.selectables; if (!(newIndex < t1.length && newIndex >= 0 && finalResult == null)) @@ -305528,6 +314094,7 @@ _this.currentSelectionEndIndex = newIndex; else _this.currentSelectionStartIndex = newIndex; + _this._flushInactiveSelections$0(); finalResult.toString; return finalResult; }, @@ -305553,7 +314120,7 @@ $defaultValues() { return [null]; }, - $signature: 678 + $signature: 775 }; A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure.prototype = { call$1(selectionRect) { @@ -305568,25 +314135,91 @@ return t1.intersect$1(localRect); return localRect; }, - $signature: 1789 + $signature: 2547 }; A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0.prototype = { call$1(selectionRect) { return selectionRect.get$isFinite(selectionRect) && !selectionRect.get$isEmpty(selectionRect); }, - $signature: 1787 + $signature: 2551 + }; + A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure.prototype = { + call$1(target) { + return target !== this.$this.selectables[this.skipIndex]; + }, + $signature: 757 + }; + A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0.prototype = { + call$1(target) { + return this.$this.dispatchSelectionEventToChild$2(target, B.ClearSelectionEvent_SelectionEventType_2); + }, + $signature: 246 }; A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure.prototype = { call$1(target) { return target !== this.$this.selectables[this.index]; }, - $signature: 1776 + $signature: 757 }; A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0.prototype = { call$1(target) { return this.$this.dispatchSelectionEventToChild$2(target, B.ClearSelectionEvent_SelectionEventType_2); }, - $signature: 279 + $signature: 246 + }; + A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure.prototype = { + call$0() { + return this._0_0._0; + }, + $signature: 18 + }; + A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure0.prototype = { + call$0() { + return true === this._0_1._readFinal$0(); + }, + $signature: 18 + }; + A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure1.prototype = { + call$0() { + return this._0_0._1; + }, + $signature: 18 + }; + A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure2.prototype = { + call$0() { + return true === this._0_4._readFinal$0(); + }, + $signature: 18 + }; + A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure3.prototype = { + call$0() { + return this._0_0._2; + }, + $signature: 18 + }; + A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure4.prototype = { + call$0() { + return true === this._0_6._readFinal$0(); + }, + $signature: 18 + }; + A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure5.prototype = { + call$0() { + return false === this._0_6._readFinal$0(); + }, + $signature: 18 + }; + A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure6.prototype = { + call$0() { + return false === this._0_4._readFinal$0(); + }, + $signature: 18 + }; + A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure7.prototype = { + call$0() { + return false === this._0_1._readFinal$0(); + }, + $signature: 18 }; A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier.prototype = {}; A.SelectionContainer.prototype = { @@ -305809,7 +314442,7 @@ var t1 = $.$get$LogicalKeySet__unmapSynonyms().$index(0, key); return t1 == null ? A._setArrayType([key], type$.JSArray_LogicalKeyboardKey) : t1; }, - $signature: 1744 + $signature: 2555 }; A.SingleActivator.prototype = { get$triggers() { @@ -305914,25 +314547,25 @@ for (; t1.moveNext$0();) J.add$1$ax(t2.putIfAbsent$2(0, t1.get$current(t1), new A.ShortcutManager__indexShortcuts__closure()), new A._ActivatorIntentPair(activator, intent)); }, - $signature: 1741 + $signature: 2556 }; A.ShortcutManager__indexShortcuts__closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray__ActivatorIntentPair); }, - $signature: 1739 + $signature: 2557 }; A.ShortcutManager_handleKeypress_closure.prototype = { call$0() { return this._0_0._0; }, - $signature: 19 + $signature: 18 }; A.ShortcutManager_handleKeypress_closure0.prototype = { call$0() { return this._0_0._1; }, - $signature: 1737 + $signature: 2563 }; A.Shortcuts.prototype = { get$shortcuts() { @@ -306021,7 +314654,7 @@ result = B.KeyEventResult_0; return result; }, - $signature: 226 + $signature: 238 }; A.ShortcutRegistry.prototype = { dispose$0() { @@ -306051,10 +314684,14 @@ this.manager.set$shortcuts(this.registry.get$shortcuts()); }, dispose$0() { - var t1 = this.registry; - t1.removeListener$1(0, this.get$_shortcutsChanged()); + var _this = this, + t1 = _this.registry; + t1.removeListener$1(0, _this.get$_shortcutsChanged()); t1.super$ChangeNotifier$dispose(); - this.super$State$dispose(); + t1 = _this.manager; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + _this.super$State$dispose(); }, build$1(context) { return new A._ShortcutRegistrarScope(this.registry, new A.Shortcuts(this.manager, B.Map_empty2, this._widget.child, null, null), null); @@ -306094,7 +314731,7 @@ call$2(context, offset) { return new A._SingleChildViewport(this.axisDirection, offset, B.Clip_1, this._box_0.contents, null); }, - $signature: 1707 + $signature: 2566 }; A._SingleChildViewport.prototype = { createRenderObject$1(context) { @@ -306131,10 +314768,10 @@ t1 = _this._single_child_scroll_view$_offset; if (value === t1) return; - if (_this._object$_owner != null) + if (_this._owner != null) t1.removeListener$1(0, _this.get$_hasScrolled()); _this._single_child_scroll_view$_offset = value; - if (_this._object$_owner != null) + if (_this._owner != null) value.addListener$1(0, _this.get$_hasScrolled()); _this.markNeedsLayout$0(); }, @@ -306320,8 +314957,9 @@ } return false; }, - getOffsetToReveal$3$rect(target, alignment, rect) { + getOffsetToReveal$4$axis$rect(target, alignment, axis, rect) { var t1, bounds, contentSize, mainAxisExtent, leadingScrollOffset, targetMainAxisExtent, targetOffset, _this = this; + A.axisDirectionToAxis(_this._single_child_scroll_view$_axisDirection); if (rect == null) rect = target.get$paintBounds(); if (!(target instanceof A.RenderBox)) { @@ -306363,6 +315001,9 @@ targetOffset = leadingScrollOffset - (mainAxisExtent - targetMainAxisExtent) * alignment; return new A.RevealedOffset(targetOffset, bounds.shift$1(_this._paintOffsetForPosition$1(targetOffset))); }, + getOffsetToReveal$3$rect(target, alignment, rect) { + return this.getOffsetToReveal$4$axis$rect(target, alignment, null, rect); + }, showOnScreen$4$curve$descendant$duration$rect(curve, descendant, duration, rect) { var _this = this; if (!_this._single_child_scroll_view$_offset.physics.get$allowImplicitScrolling()) @@ -306425,13 +315066,13 @@ t1.toString; context.paintChild$2(t1, offset.$add(0, this.paintOffset)); }, - $signature: 91 + $signature: 90 }; A._RenderSingleChildViewport_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -306559,7 +315200,7 @@ } }, createChild$2$after(index, after) { - this._owner.buildScope$2(this, new A.SliverMultiBoxAdaptorElement_createChild_closure(this, after, index)); + this._framework$_owner.buildScope$2(this, new A.SliverMultiBoxAdaptorElement_createChild_closure(this, after, index)); }, updateChild$3(child, newWidget, newSlot) { var t1, t2, newChild, t3, _null = null; @@ -306594,7 +315235,7 @@ t1.toString; t1 = type$.SliverMultiBoxAdaptorParentData._as(t1).index; t1.toString; - _this._owner.buildScope$2(_this, new A.SliverMultiBoxAdaptorElement_removeChild_closure(_this, t1)); + _this._framework$_owner.buildScope$2(_this, new A.SliverMultiBoxAdaptorElement_removeChild_closure(_this, t1)); }, estimateMaxScrollOffset$5$firstIndex$lastIndex$leadingScrollOffset$trailingScrollOffset(constraints, firstIndex, lastIndex, leadingScrollOffset, trailingScrollOffset) { var t2, childCount, @@ -306701,7 +315342,7 @@ t2.remove$1(0, index); } }, - $signature: 73 + $signature: 75 }; A.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0() { @@ -306713,7 +315354,7 @@ call$0() { return this.$this._childElements.$index(0, this.index); }, - $signature: 1705 + $signature: 2570 }; A.SliverMultiBoxAdaptorElement_createChild_closure.prototype = { call$0() { @@ -306954,7 +315595,7 @@ type$._RenderSliverPersistentHeaderForWidgetsMixin._as(A.RenderObjectElement.prototype.get$renderObject.call(this)).markNeedsLayout$0(); }, _sliver_persistent_header$_build$2(shrinkOffset, overlapsContent) { - this._owner.buildScope$2(this, new A._SliverPersistentHeaderElement__build_closure(this, shrinkOffset, overlapsContent)); + this._framework$_owner.buildScope$2(this, new A._SliverPersistentHeaderElement__build_closure(this, shrinkOffset, overlapsContent)); }, forgetChild$1(child) { this.child = null; @@ -307197,7 +315838,7 @@ _this._snapshot_widget$_painter = value; if (A.getRuntimeTypeOfDartObject(t1) !== A.getRuntimeTypeOfDartObject(_this._snapshot_widget$_painter) || _this._snapshot_widget$_painter.shouldRepaint$1(t1)) _this.markNeedsPaint$0(); - if (_this._object$_owner != null) + if (_this._owner != null) _this._snapshot_widget$_painter.addListener$1(0, t2); }, set$controller(_, value) { @@ -307208,7 +315849,7 @@ t2 = _this.get$_onRasterValueChanged(); t1.removeListener$1(0, t2); _this._snapshot_widget$_controller = value; - if (_this._object$_owner != null) + if (_this._owner != null) value.addListener$1(0, t2); }, set$mode(_, value) { @@ -307340,7 +315981,7 @@ A._TableElementRow.prototype = {}; A.Table.prototype = { createElement$0(_) { - return new A._TableElement(B.List_empty23, A.HashSet_HashSet(type$.Element_2), this, B._ElementLifecycle_0); + return new A._TableElement(B.List_empty24, A.HashSet_HashSet(type$.Element_2), this, B._ElementLifecycle_0); }, createRenderObject$1(context) { var t3, t4, t5, t6, _this = this, _null = null, @@ -307355,7 +315996,7 @@ t6 = A._setArrayType([], type$.JSArray_double); if (t3 == null) t3 = A.HashMap_HashMap(_null, _null, _null, type$.int, type$.TableColumnWidth); - t6 = new A.RenderTable(B.List_empty22, t1, t2, t3, _this.defaultColumnWidth, t4, _this.border, t5, _this.defaultVerticalAlignment, _null, t6, A.LayerHandle$(type$.ContainerLayer_2)); + t6 = new A.RenderTable(B.List_empty23, t1, t2, t3, _this.defaultColumnWidth, t4, _this.border, t5, _this.defaultVerticalAlignment, _null, t6, A.LayerHandle$(type$.ContainerLayer_2)); t6.RenderObject$0(); t5 = A._setArrayType([], type$.JSArray_nullable_RenderBox); B.JSArray_methods.set$length(t5, t6._table$_columns * t6._rows); @@ -307381,13 +316022,13 @@ call$1(row) { return row.decoration != null; }, - $signature: 1700 + $signature: 2571 }; A.Table_closure0.prototype = { call$1(row) { return row.decoration; }, - $signature: 1699 + $signature: 2574 }; A._TableElement.prototype = { get$renderObject() { @@ -307445,7 +316086,7 @@ taken.add$1(0, t6); oldChildren = t6; } else - oldChildren = t6 && oldUnkeyedRows.moveNext$0() ? t3.get$current(t3).children : B.List_empty24; + oldChildren = t6 && oldUnkeyedRows.moveNext$0() ? t3.get$current(t3).children : B.List_empty25; t6 = row.children; _length = t6.length; slots = A._setArrayType(new Array(_length), t4); @@ -307496,32 +316137,32 @@ t4 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,Element0>"); return new A._TableElementRow(row.key, A.List_List$of(new A.MappedListIterable(t3, new A._TableElement_mount__closure(t1, t2, this.$this), t4), false, t4._eval$1("ListIterable.E"))); }, - $signature: 1672 + $signature: 2576 }; A._TableElement_mount__closure.prototype = { call$1(child) { return this.$this.inflateWidget$2(child, new A._TableSlot(this._box_0.columnIndex++, this._box_1.rowIndex)); }, - $signature: 1671 + $signature: 2577 }; A._TableElement_update_closure.prototype = { call$1(row) { return row.key == null; }, - $signature: 1670 + $signature: 2578 }; A._TableElement_update_closure0.prototype = { call$1(list) { return !this.taken.contains$1(0, list); }, - $signature: 1668 + $signature: 2579 }; A._TableElement__updateRenderObjectChildren_closure.prototype = { call$1(row) { var t1 = row.children; return new A.MappedListIterable(t1, new A._TableElement__updateRenderObjectChildren__closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,RenderBox>")); }, - $signature: 1665 + $signature: 2581 }; A._TableElement__updateRenderObjectChildren__closure.prototype = { call$1(child) { @@ -307529,13 +316170,13 @@ t1.toString; return type$.RenderBox._as(t1); }, - $signature: 1663 + $signature: 2584 }; A._TableElement_visitChildren_closure.prototype = { call$1(row) { return row.children; }, - $signature: 1662 + $signature: 2585 }; A.TableCell.prototype = { applyParentData$1(renderObject) { @@ -307565,492 +316206,6 @@ } }; A.__TableSlot_Object_Diagnosticable.prototype = {}; - A._DragState0.prototype = { - _enumToString$0() { - return "_DragState." + this._core$_name; - } - }; - A.TapDragDownDetails.prototype = {}; - A.TapDragUpDetails.prototype = {}; - A.TapDragStartDetails.prototype = {}; - A.TapDragUpdateDetails.prototype = {}; - A.TapDragEndDetails.prototype = {}; - A._TapStatusTrackerMixin.prototype = { - get$keysPressedOnDown() { - var t1 = this._TapStatusTrackerMixin__keysPressedOnDown; - return t1 == null ? A.LinkedHashSet_LinkedHashSet$_empty(type$.LogicalKeyboardKey) : t1; - }, - handleEvent$1($event) { - var computedSlop, t1, _this = this; - if (type$.PointerMoveEvent._is($event)) { - computedSlop = A.computeHitSlop($event.get$kind($event), _this.gestureSettings); - t1 = _this._TapStatusTrackerMixin__originPosition; - if ($event.get$position($event).$sub(0, t1.global).get$distance() > computedSlop) { - _this._consecutiveTapTimerStop$0(); - _this._TapStatusTrackerMixin__lastTapOffset = _this._TapStatusTrackerMixin__previousButtons = null; - } - } else if (type$.PointerUpEvent._is($event)) { - _this._TapStatusTrackerMixin__up = $event; - if (_this._TapStatusTrackerMixin__down != null) { - _this._consecutiveTapTimerStop$0(); - if (_this._TapStatusTrackerMixin__consecutiveTapTimer == null) - _this._TapStatusTrackerMixin__consecutiveTapTimer = A.Timer_Timer(B.Duration_300000, _this.get$_consecutiveTapTimerTimeout()); - } - } else if (type$.PointerCancelEvent._is($event)) - _this._tapTrackerReset$0(); - }, - rejectGesture$1(pointer) { - this._tapTrackerReset$0(); - }, - _hasSameButton$1(buttons) { - var t1 = this._TapStatusTrackerMixin__previousButtons; - t1.toString; - if (buttons === t1) - return true; - else - return false; - }, - _isWithinConsecutiveTapTolerance$1(secondTapOffset) { - var t1 = this._TapStatusTrackerMixin__lastTapOffset; - if (t1 == null) - return false; - return secondTapOffset.$sub(0, t1).get$distance() <= 100; - }, - _consecutiveTapTimerStop$0() { - var t1 = this._TapStatusTrackerMixin__consecutiveTapTimer; - if (t1 != null) { - t1.cancel$0(0); - this._TapStatusTrackerMixin__consecutiveTapTimer = null; - } - }, - _consecutiveTapTimerTimeout$0() { - }, - _tapTrackerReset$0() { - var _this = this; - _this._consecutiveTapTimerStop$0(); - _this._TapStatusTrackerMixin__lastTapOffset = _this._TapStatusTrackerMixin__originPosition = _this._TapStatusTrackerMixin__previousButtons = null; - _this._TapStatusTrackerMixin__consecutiveTapCount = 0; - _this._TapStatusTrackerMixin__up = _this._TapStatusTrackerMixin__down = _this._TapStatusTrackerMixin__keysPressedOnDown = null; - } - }; - A.BaseTapAndDragGestureRecognizer.prototype = { - _handleDragUpdateThrottled$0() { - var _this = this; - if (_this.onDragUpdate != null) - _this.invokeCallback$2("onDragUpdate", new A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure(_this)); - _this._lastDragUpdateDetails = _this._dragUpdateThrottleTimer = null; - }, - isPointerAllowed$1($event) { - var _this = this; - if (_this._tap_and_drag_gestures$_primaryPointer == null) - switch ($event.get$buttons($event)) { - case 1: - if (_this.onTapDown == null && _this.onDragStart == null && _this.onDragUpdate == null && _this.onDragEnd == null && _this.onTapUp == null && _this.onCancel == null) - return false; - break; - default: - return false; - } - else if ($event.get$pointer() !== _this._tap_and_drag_gestures$_primaryPointer) - return false; - return _this.super$GestureRecognizer$isPointerAllowed($event); - }, - addAllowedPointer$1($event) { - var t1, _this = this; - if (_this._dragState === B._DragState_00) { - _this.super$_BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin$addAllowedPointer($event); - _this._tap_and_drag_gestures$_primaryPointer = $event.get$pointer(); - _this.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A = _this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A = 0; - _this._dragState = B._DragState_10; - t1 = $event.get$position($event); - _this.__BaseTapAndDragGestureRecognizer__initialPosition_A = new A.OffsetPair($event.get$localPosition(), t1); - _this._deadlineTimer = A.Timer_Timer(B.Duration_100000, new A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure(_this, $event)); - } - }, - handleNonAllowedPointer$1($event) { - if ($event.get$buttons($event) !== 1) - if (!this._tap_and_drag_gestures$_wonArenaForPrimaryPointer) - this.super$OneSequenceGestureRecognizer$handleNonAllowedPointer($event); - }, - acceptGesture$1(pointer) { - var t1, _this = this; - if (pointer !== _this._tap_and_drag_gestures$_primaryPointer) - return; - _this._stopDeadlineTimer$0(); - _this._tap_and_drag_gestures$_acceptedActivePointers.add$1(0, pointer); - t1 = _this._TapStatusTrackerMixin__down; - if (t1 != null) - _this._checkTapDown$1(t1); - _this._tap_and_drag_gestures$_wonArenaForPrimaryPointer = true; - t1 = _this._tap_and_drag_gestures$_start; - if (t1 != null) - _this._acceptDrag$1(t1); - t1 = _this._TapStatusTrackerMixin__up; - if (t1 != null) - _this._checkTapUp$1(t1); - }, - didStopTrackingLastPointer$1(pointer) { - var t1, _this = this; - switch (_this._dragState.index) { - case 0: - _this._tap_and_drag_gestures$_checkCancel$0(); - _this.resolve$1(0, B.GestureDisposition_1); - break; - case 1: - if (_this._pastSlopTolerance) - if (_this._tap_and_drag_gestures$_wonArenaForPrimaryPointer) { - if (_this._TapStatusTrackerMixin__down != null) { - if (!_this._tap_and_drag_gestures$_acceptedActivePointers.remove$1(0, pointer)) - _this.resolvePointer$2(pointer, B.GestureDisposition_1); - _this._dragState = B._DragState_20; - t1 = _this._TapStatusTrackerMixin__down; - t1.toString; - _this._acceptDrag$1(t1); - _this._checkDragEnd$0(); - } - } else { - _this._tap_and_drag_gestures$_checkCancel$0(); - _this.resolve$1(0, B.GestureDisposition_1); - } - else { - t1 = _this._TapStatusTrackerMixin__up; - if (t1 != null) - _this._checkTapUp$1(t1); - } - break; - case 2: - _this._checkDragEnd$0(); - break; - } - _this._stopDeadlineTimer$0(); - _this._dragState = B._DragState_00; - _this._pastSlopTolerance = false; - }, - handleEvent$1($event) { - var computedSlop, t1, localToGlobalTransform, movedLocally, t2, t3, _this = this; - if ($event.get$pointer() !== _this._tap_and_drag_gestures$_primaryPointer) - return; - _this.super$_TapStatusTrackerMixin$handleEvent($event); - if (type$.PointerMoveEvent._is($event)) { - computedSlop = A.computeHitSlop($event.get$kind($event), _this.gestureSettings); - if (!_this._pastSlopTolerance) { - t1 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = $event.get$position($event).$sub(0, t1.global).get$distance() > computedSlop; - } else - t1 = true; - _this._pastSlopTolerance = t1; - t1 = _this._dragState; - if (t1 === B._DragState_20) - _this._checkDragUpdate$1($event); - else if (t1 === B._DragState_10) { - if (_this._tap_and_drag_gestures$_start == null) { - if ($event.get$transform($event) == null) - localToGlobalTransform = null; - else { - t1 = $event.get$transform($event); - t1.toString; - localToGlobalTransform = A.Matrix4_tryInvert(t1); - } - movedLocally = _this._tap_and_drag_gestures$_getDeltaForDetails$1($event.get$localDelta()); - t1 = _this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = A.PointerEvent_transformDeltaViaPositions(localToGlobalTransform, null, movedLocally, $event.get$localPosition()).get$distance(); - t3 = _this._tap_and_drag_gestures$_getPrimaryValueFromOffset$1(movedLocally); - _this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A = t1 + t2 * J.get$sign$in(t3 == null ? 1 : t3); - t1 = _this.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - _this.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A = t1 + A.PointerEvent_transformDeltaViaPositions(localToGlobalTransform, null, $event.get$localDelta(), $event.get$localPosition()).get$distance() * B.JSInt_methods.get$sign(1); - if (!_this._tap_and_drag_gestures$_hasSufficientGlobalDistanceToAccept$1($event.get$kind($event))) - t1 = _this._tap_and_drag_gestures$_wonArenaForPrimaryPointer && Math.abs(_this.__BaseTapAndDragGestureRecognizer__globalDistanceMovedAllAxes_A) > A.computePanSlop($event.get$kind($event), _this.gestureSettings); - else - t1 = true; - if (t1) { - _this._tap_and_drag_gestures$_start = $event; - _this._dragState = B._DragState_20; - if (!_this._tap_and_drag_gestures$_wonArenaForPrimaryPointer) - _this.resolve$1(0, B.GestureDisposition_0); - } - } - t1 = _this._tap_and_drag_gestures$_start; - if (t1 != null) - _this._acceptDrag$1(t1); - } - } else if (type$.PointerUpEvent._is($event)) { - t1 = _this._dragState; - if (t1 === B._DragState_10) - _this.stopTrackingIfPointerNoLongerDown$1($event); - else if (t1 === B._DragState_20) - _this._tap_and_drag_gestures$_giveUpPointer$1($event.get$pointer()); - } else if (type$.PointerCancelEvent._is($event)) { - _this._dragState = B._DragState_00; - _this._tap_and_drag_gestures$_giveUpPointer$1($event.get$pointer()); - } - }, - rejectGesture$1(pointer) { - var _this = this; - if (pointer !== _this._tap_and_drag_gestures$_primaryPointer) - return; - _this.super$_TapStatusTrackerMixin$rejectGesture(pointer); - _this._stopDeadlineTimer$0(); - _this._tap_and_drag_gestures$_giveUpPointer$1(pointer); - _this._resetTaps$0(); - _this._resetDragUpdateThrottle$0(); - }, - dispose$0() { - this._stopDeadlineTimer$0(); - this._resetDragUpdateThrottle$0(); - this.super$_BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin$dispose(); - }, - _acceptDrag$1($event) { - var t1, t2, localToGlobal, correctedLocalPosition, globalUpdateDelta, _this = this; - if (!_this._tap_and_drag_gestures$_wonArenaForPrimaryPointer) - return; - if (_this.dragStartBehavior === B.DragStartBehavior_1) { - t1 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = $event.get$delta(); - _this.__BaseTapAndDragGestureRecognizer__initialPosition_A = t1.$add(0, new A.OffsetPair($event.get$localDelta(), t2)); - } - _this._checkDragStart$1($event); - if (!$event.get$localDelta().$eq(0, B.Offset_0_0)) { - if ($event.get$transform($event) != null) { - t1 = $event.get$transform($event); - t1.toString; - localToGlobal = A.Matrix4_tryInvert(t1); - } else - localToGlobal = null; - t1 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - correctedLocalPosition = t1.local.$add(0, $event.get$localDelta()); - globalUpdateDelta = A.PointerEvent_transformDeltaViaPositions(localToGlobal, null, $event.get$localDelta(), correctedLocalPosition); - t1 = $event.get$localDelta(); - _this._correctedPosition = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A.$add(0, new A.OffsetPair(t1, globalUpdateDelta)); - _this._checkDragUpdate$1($event); - _this._correctedPosition = null; - } - }, - _checkTapDown$1($event) { - var t1, t2, t3, t4, t5, _this = this; - if (_this._tap_and_drag_gestures$_sentTapDown) - return; - t1 = $event.get$position($event); - t2 = $event.get$localPosition(); - t3 = _this._pointerToKind.$index(0, $event.get$pointer()); - t3.toString; - t4 = _this._TapStatusTrackerMixin__consecutiveTapCount; - t5 = _this.get$keysPressedOnDown(); - if (_this.onTapDown != null) - _this.invokeCallback$2("onTapDown", new A.BaseTapAndDragGestureRecognizer__checkTapDown_closure(_this, new A.TapDragDownDetails(t1, t2, t3, t4, t5))); - _this._tap_and_drag_gestures$_sentTapDown = true; - }, - _checkTapUp$1($event) { - var t1, t2, t3, t4, t5, _this = this; - if (!_this._tap_and_drag_gestures$_wonArenaForPrimaryPointer) - return; - t1 = $event.get$kind($event); - t2 = $event.get$position($event); - t3 = $event.get$localPosition(); - t4 = _this._TapStatusTrackerMixin__consecutiveTapCount; - t5 = _this.get$keysPressedOnDown(); - if (_this.onTapUp != null) - _this.invokeCallback$2("onTapUp", new A.BaseTapAndDragGestureRecognizer__checkTapUp_closure(_this, new A.TapDragUpDetails(t2, t3, t1, t4, t5))); - _this._resetTaps$0(); - if (!_this._tap_and_drag_gestures$_acceptedActivePointers.remove$1(0, $event.get$pointer())) - _this.resolvePointer$2($event.get$pointer(), B.GestureDisposition_1); - }, - _checkDragStart$1($event) { - var t1, t2, t3, _this = this; - if (_this.onDragStart != null) { - t1 = $event.get$timeStamp($event); - t2 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = _this._pointerToKind.$index(0, $event.get$pointer()); - t3.toString; - _this.invokeCallback$2("onDragStart", new A.BaseTapAndDragGestureRecognizer__checkDragStart_closure(_this, new A.TapDragStartDetails(t1, t2.global, t2.local, t3, _this._TapStatusTrackerMixin__consecutiveTapCount, _this.get$keysPressedOnDown()))); - } - _this._tap_and_drag_gestures$_start = null; - }, - _checkDragUpdate$1($event) { - var localPosition, t2, t3, t4, t5, t6, t7, _this = this, - t1 = _this._correctedPosition, - globalPosition = t1 != null ? t1.global : $event.get$position($event); - t1 = _this._correctedPosition; - localPosition = t1 != null ? t1.local : $event.get$localPosition(); - t1 = $event.get$timeStamp($event); - t2 = $event.get$localDelta(); - t3 = _this._pointerToKind.$index(0, $event.get$pointer()); - t3.toString; - t4 = _this.__BaseTapAndDragGestureRecognizer__initialPosition_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t4 = globalPosition.$sub(0, t4.global); - t5 = localPosition.$sub(0, _this.__BaseTapAndDragGestureRecognizer__initialPosition_A.local); - t6 = _this._TapStatusTrackerMixin__consecutiveTapCount; - t7 = _this.get$keysPressedOnDown(); - if (_this.onDragUpdate != null) - _this.invokeCallback$2("onDragUpdate", new A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure(_this, new A.TapDragUpdateDetails(t1, t2, globalPosition, localPosition, t3, t4, t5, t6, t7))); - }, - _checkDragEnd$0() { - var t2, _this = this, - t1 = _this._dragUpdateThrottleTimer; - if (t1 != null) { - t1.cancel$0(0); - _this._handleDragUpdateThrottled$0(); - } - t1 = _this._TapStatusTrackerMixin__consecutiveTapCount; - t2 = _this.get$keysPressedOnDown(); - if (_this.onDragEnd != null) - _this.invokeCallback$2("onDragEnd", new A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure(_this, new A.TapDragEndDetails(0, t1, t2))); - _this._resetTaps$0(); - _this._resetDragUpdateThrottle$0(); - }, - _tap_and_drag_gestures$_checkCancel$0() { - var t1, _this = this; - if (!_this._tap_and_drag_gestures$_sentTapDown) - return; - t1 = _this.onCancel; - if (t1 != null) - _this.invokeCallback$2("onCancel", t1); - _this._resetDragUpdateThrottle$0(); - _this._resetTaps$0(); - }, - _tap_and_drag_gestures$_giveUpPointer$1(pointer) { - this.stopTrackingPointer$1(pointer); - if (!this._tap_and_drag_gestures$_acceptedActivePointers.remove$1(0, pointer)) - this.resolvePointer$2(pointer, B.GestureDisposition_1); - }, - _resetTaps$0() { - this._tap_and_drag_gestures$_wonArenaForPrimaryPointer = this._tap_and_drag_gestures$_sentTapDown = false; - this._tap_and_drag_gestures$_primaryPointer = null; - }, - _resetDragUpdateThrottle$0() { - return; - }, - _stopDeadlineTimer$0() { - var t1 = this._deadlineTimer; - if (t1 != null) { - t1.cancel$0(0); - this._deadlineTimer = null; - } - } - }; - A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure.prototype = { - call$0() { - var t1 = this.$this, - t2 = t1.onDragUpdate; - t2.toString; - t1 = t1._lastDragUpdateDetails; - t1.toString; - return t2.call$1(t1); - }, - $signature: 0 - }; - A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure.prototype = { - call$0() { - var t1 = this.$this, - t2 = t1._TapStatusTrackerMixin__down; - if (t2 != null) { - t1._checkTapDown$1(t2); - if (t1._TapStatusTrackerMixin__consecutiveTapCount > 1) - t1.resolve$1(0, B.GestureDisposition_0); - } - return null; - }, - $signature: 0 - }; - A.BaseTapAndDragGestureRecognizer__checkTapDown_closure.prototype = { - call$0() { - return this.$this.onTapDown.call$1(this.details); - }, - $signature: 0 - }; - A.BaseTapAndDragGestureRecognizer__checkTapUp_closure.prototype = { - call$0() { - return this.$this.onTapUp.call$1(this.upDetails); - }, - $signature: 0 - }; - A.BaseTapAndDragGestureRecognizer__checkDragStart_closure.prototype = { - call$0() { - return this.$this.onDragStart.call$1(this.details); - }, - $signature: 0 - }; - A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure.prototype = { - call$0() { - return this.$this.onDragUpdate.call$1(this.details); - }, - $signature: 0 - }; - A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure.prototype = { - call$0() { - return this.$this.onDragEnd.call$1(this.endDetails); - }, - $signature: 0 - }; - A.TapAndHorizontalDragGestureRecognizer.prototype = { - _tap_and_drag_gestures$_hasSufficientGlobalDistanceToAccept$1(pointerDeviceKind) { - var t1 = this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return Math.abs(t1) > A.computeHitSlop(pointerDeviceKind, this.gestureSettings); - }, - _tap_and_drag_gestures$_getDeltaForDetails$1(delta) { - return new A.Offset(delta._dx, 0); - }, - _tap_and_drag_gestures$_getPrimaryValueFromOffset$1(value) { - return value._dx; - } - }; - A.TapAndPanGestureRecognizer.prototype = { - _tap_and_drag_gestures$_hasSufficientGlobalDistanceToAccept$1(pointerDeviceKind) { - var t1 = this.__BaseTapAndDragGestureRecognizer__globalDistanceMoved_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return Math.abs(t1) > A.computePanSlop(pointerDeviceKind, this.gestureSettings); - }, - _tap_and_drag_gestures$_getDeltaForDetails$1(delta) { - return delta; - }, - _tap_and_drag_gestures$_getPrimaryValueFromOffset$1(value) { - return null; - } - }; - A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin.prototype = { - addAllowedPointer$1($event) { - var t1, _this = this; - _this.super$OneSequenceGestureRecognizer$addAllowedPointer($event); - t1 = _this._TapStatusTrackerMixin__consecutiveTapTimer; - if (t1 != null && t1._handle == null) - _this._tapTrackerReset$0(); - _this._TapStatusTrackerMixin__up = null; - if (_this._TapStatusTrackerMixin__down != null) - t1 = !(_this._TapStatusTrackerMixin__consecutiveTapTimer != null && _this._isWithinConsecutiveTapTolerance$1($event.get$position($event)) && _this._hasSameButton$1($event.get$buttons($event))); - else - t1 = false; - if (t1) - _this._TapStatusTrackerMixin__consecutiveTapCount = 1; - else - ++_this._TapStatusTrackerMixin__consecutiveTapCount; - _this._consecutiveTapTimerStop$0(); - _this._TapStatusTrackerMixin__down = $event; - t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyboard_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._pressedKeys; - t1 = t1.get$values(t1); - _this._TapStatusTrackerMixin__keysPressedOnDown = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")); - _this._TapStatusTrackerMixin__previousButtons = $event.get$buttons($event); - _this._TapStatusTrackerMixin__lastTapOffset = $event.get$position($event); - _this._TapStatusTrackerMixin__originPosition = new A.OffsetPair($event.get$localPosition(), $event.get$position($event)); - }, - dispose$0() { - this._tapTrackerReset$0(); - this.super$OneSequenceGestureRecognizer$dispose(); - } - }; - A._TapDragDownDetails_Object_Diagnosticable.prototype = {}; - A._TapDragEndDetails_Object_Diagnosticable.prototype = {}; - A._TapDragStartDetails_Object_Diagnosticable.prototype = {}; - A._TapDragUpDetails_Object_Diagnosticable.prototype = {}; - A._TapDragUpdateDetails_Object_Diagnosticable.prototype = {}; A.TapRegionSurface.prototype = { createRenderObject$1(context) { var t1 = new A.RenderTapRegionSurface(new A.Expando(new WeakMap(), type$.Expando_BoxHitTestResult), A.LinkedHashSet_LinkedHashSet$_empty(type$.RenderTapRegion), A.LinkedHashMap_LinkedHashMap$_empty(type$.nullable_Object, type$.Set_RenderTapRegion), B.HitTestBehavior_0, null, A.LayerHandle$(type$.ContainerLayer_2)); @@ -308063,12 +316218,15 @@ }; A.RenderTapRegionSurface.prototype = { unregisterTapRegion$1(region) { - var t1; + var t1, t2; this._registeredRegions.remove$1(0, region); - t1 = this._groupIdToRegions; - t1.$index(0, region._tap_region$_groupId).remove$1(0, region); - if (t1.$index(0, region._tap_region$_groupId)._collection$_length === 0) - t1.remove$1(0, region._tap_region$_groupId); + t1 = region._tap_region$_groupId; + if (t1 != null) { + t2 = this._groupIdToRegions; + t2.$index(0, t1).remove$1(0, region); + if (t2.$index(0, region._tap_region$_groupId)._collection$_length === 0) + t2.remove$1(0, region._tap_region$_groupId); + } }, hitTest$2$position(result, position) { var hitTarget, entry, _this = this; @@ -308083,7 +316241,7 @@ return hitTarget; }, handleEvent$2($event, entry) { - var t1, result, t2, t3, hitRegions, insideRegions, t4, outsideRegions, _this = this; + var t1, result, t2, t3, hitRegions, insideRegions, t4, t5, outsideRegions, _this = this; if (!type$.PointerDownEvent._is($event) || $event.get$buttons($event) !== 1) return; t1 = _this._registeredRegions; @@ -308099,7 +316257,12 @@ insideRegions = A.LinkedHashSet_LinkedHashSet$_empty(t3); for (t2 = hitRegions.get$iterator(hitRegions), t3 = _this._groupIdToRegions; t2.moveNext$0();) { t4 = t2.get$current(t2); - t4 = t3.$index(0, t4._tap_region$_groupId); + t5 = t4._tap_region$_groupId; + if (t5 == null) { + insideRegions.add$1(0, t4); + continue; + } + t4 = t3.$index(0, t5); t4.toString; insideRegions.addAll$1(0, t4); } @@ -308148,7 +316311,7 @@ } renderObject.behavior = B.HitTestBehavior_0; t1 = _this.groupId; - if (renderObject._tap_region$_groupId !== t1) { + if (renderObject._tap_region$_groupId != t1) { if (renderObject._isRegistered) { renderObject._registry.unregisterTapRegion$1(renderObject); renderObject._isRegistered = false; @@ -308174,11 +316337,13 @@ shouldBeRegistered = t1 != null; if (shouldBeRegistered) { t1._registeredRegions.add$1(0, _this); - t1 = t1._groupIdToRegions; t2 = _this._tap_region$_groupId; - if (t1.$index(0, t2) == null) - t1.$indexSet(0, t2, A.LinkedHashSet_LinkedHashSet$_empty(type$.RenderTapRegion)); - t1.$index(0, _this._tap_region$_groupId).add$1(0, _this); + if (t2 != null) { + t1 = t1._groupIdToRegions; + if (t1.$index(0, t2) == null) + t1.$indexSet(0, t2, A.LinkedHashSet_LinkedHashSet$_empty(type$.RenderTapRegion)); + t1.$index(0, _this._tap_region$_groupId).add$1(0, _this); + } } _this._isRegistered = shouldBeRegistered; }, @@ -308210,39 +316375,73 @@ }; A.Text.prototype = { build$1(context) { - var effectiveTextStyle, t2, registrar, t3, t4, t5, t6, t7, t8, t9, t10, t11, result, _this = this, _null = null, + var effectiveTextStyle, t2, registrar, _0_0, _0_1, _0_4, _0_2, textScaler, textScaleFactor, t3, t4, t5, t6, t7, t8, t9, t10, t11, result, _this = this, _null = null, t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.DefaultTextStyle); if (t1 == null) t1 = B.DefaultTextStyle_MTi; effectiveTextStyle = _this.style; if (effectiveTextStyle == null || effectiveTextStyle.inherit) effectiveTextStyle = t1.style.merge$1(effectiveTextStyle); - t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_14); + t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_16); t2 = t2 == null ? _null : t2.boldText; if (t2 === true) effectiveTextStyle = effectiveTextStyle.merge$1(B.TextStyle_LxF); registrar = A.SelectionContainer_maybeOf(context); - t2 = _this.textAlign; - if (t2 == null) - t2 = t1.textAlign; - if (t2 == null) - t2 = B.TextAlign_4; - t3 = _this.textDirection; - t4 = _this.softWrap; - if (t4 == null) - t4 = t1.softWrap; - t5 = _this.overflow; - if (t5 == null) - t5 = effectiveTextStyle == null ? _null : effectiveTextStyle.overflow; - if (t5 == null) - t5 = t1.overflow; - t6 = _this.textScaleFactor; - if (t6 == null) { - t6 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t6 = t6 == null ? _null : t6.textScaleFactor; - if (t6 == null) - t6 = 1; + _0_0 = new A._Record_2(_this.textScaler, _null); + _0_1 = A._InitializedCell$named("#0#1", new A.Text_build_closure(_0_0)); + _0_4 = A._InitializedCell$named("#0#4", new A.Text_build_closure0(_0_1)); + _0_2 = A._InitializedCell$named("#0#2", new A.Text_build_closure1(_0_0)); + $label0$0: { + if (type$.TextScaler._is(_0_1._readFinal$0())) { + textScaler = _0_1._readFinal$0(); + t2 = true; + } else { + textScaler = _null; + t2 = false; + } + if (t2) { + t2 = textScaler; + break $label0$0; + } + if (_0_4._readFinal$0()) + if (typeof _0_2._readFinal$0() == "number") { + textScaleFactor = _0_2._readFinal$0(); + t2 = true; + } else { + textScaleFactor = _null; + t2 = false; + } + else { + textScaleFactor = _null; + t2 = false; + } + if (t2) { + t2 = new A._LinearTextScaler(textScaleFactor); + break $label0$0; + } + if (_0_4._readFinal$0() && _0_2._readFinal$0() == null) { + t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t2 = t2 == null ? _null : t2.get$textScaler(); + if (t2 == null) + t2 = B._LinearTextScaler_1; + break $label0$0; + } + t2 = _null; } + t3 = _this.textAlign; + if (t3 == null) + t3 = t1.textAlign; + if (t3 == null) + t3 = B.TextAlign_4; + t4 = _this.textDirection; + t5 = _this.softWrap; + if (t5 == null) + t5 = t1.softWrap; + t6 = _this.overflow; + if (t6 == null) + t6 = effectiveTextStyle == null ? _null : effectiveTextStyle.overflow; + if (t6 == null) + t6 = t1.overflow; t7 = _this.maxLines; if (t7 == null) t7 = t1.maxLines; @@ -308254,7 +316453,7 @@ t10 = B.Color_2155905152; t11 = _this.textSpan; t11 = t11 != null ? A._setArrayType([t11], type$.JSArray_InlineSpan) : _null; - result = A.RichText$(_null, _null, t7, t5, t10, registrar, t4, _null, A.TextSpan$(t11, _null, effectiveTextStyle, _this.data), t2, t3, t8, t6, t1.textWidthBasis); + result = A.RichText$(_null, _null, t7, t6, t10, registrar, t5, _null, A.TextSpan$(t11, _null, effectiveTextStyle, _this.data), t3, t4, t8, t2, t1.textWidthBasis); if (registrar != null) { t1 = context.dependOnInheritedWidgetOfExactType$1$0(t9); t1 = (t1 == null ? B.DefaultSelectionStyle_mt1 : t1).mouseCursor; @@ -308262,10 +316461,28 @@ } t1 = _this.semanticsLabel; if (t1 != null) - result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null), false, false, false, false, new A.ExcludeSemantics(true, result, _null), _null); + result = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null), false, false, false, false, new A.ExcludeSemantics(true, result, _null), _null); return result; } }; + A.Text_build_closure.prototype = { + call$0() { + return this._0_0._0; + }, + $signature: 502 + }; + A.Text_build_closure1.prototype = { + call$0() { + return this._0_0._1; + }, + $signature: 376 + }; + A.Text_build_closure0.prototype = { + call$0() { + return this._0_1._readFinal$0() == null; + }, + $signature: 18 + }; A.DoNothingAndStopPropagationTextIntent.prototype = {}; A.DirectionalTextEditingIntent.prototype = {}; A.DeleteCharacterIntent.prototype = {}; @@ -308385,23 +316602,26 @@ t1.set$toolbarLocation(t2._lastSecondaryTapDownPosition); }, dispose$0() { - var t2, t3, _this = this, + var t2, t3, t4, _this = this, t1 = _this.__TextSelectionOverlay__selectionOverlay_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1.hide$0(); + t2 = t1._magnifierInfo; + t3 = t2.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t2.ChangeNotifier__count = 0; t2 = _this.renderObject; - t3 = _this.get$_updateTextSelectionOverlayVisibilities(); - t2._selectionStartInViewport.removeListener$1(0, t3); - t2._selectionEndInViewport.removeListener$1(0, t3); - t3 = _this._effectiveToolbarVisibility; - t2 = t3.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); - t3.ChangeNotifier__count = 0; - t3 = _this._effectiveStartHandleVisibility; - t3.ChangeNotifier__listeners = t2; - t3.ChangeNotifier__count = 0; - t3 = _this._effectiveEndHandleVisibility; - t3.ChangeNotifier__listeners = t2; - t3.ChangeNotifier__count = 0; + t4 = _this.get$_updateTextSelectionOverlayVisibilities(); + t2._selectionStartInViewport.removeListener$1(0, t4); + t2._selectionEndInViewport.removeListener$1(0, t4); + t4 = _this._effectiveToolbarVisibility; + t4.ChangeNotifier__listeners = t3; + t4.ChangeNotifier__count = 0; + t4 = _this._effectiveStartHandleVisibility; + t4.ChangeNotifier__listeners = t3; + t4.ChangeNotifier__count = 0; + t4 = _this._effectiveEndHandleVisibility; + t4.ChangeNotifier__listeners = t3; + t4.ChangeNotifier__count = 0; t1.hideToolbar$0(); }, _buildMagnifier$3$currentTextPosition$globalGesturePosition$renderEditable(currentTextPosition, globalGesturePosition, renderEditable) { @@ -308418,7 +316638,7 @@ _handleSelectionEndHandleDragStart$1(details) { var t2, t3, t4, centerOfLine, _this = this, t1 = _this.renderObject; - if (t1._object$_owner == null) + if (t1._owner == null) return; t2 = details.globalPosition; _this.__TextSelectionOverlay__endHandleDragPosition_A = t2._dy; @@ -308438,7 +316658,7 @@ _handleSelectionEndHandleDragUpdate$1(details) { var t2, t3, t4, position, newSelection, _this = this, t1 = _this.renderObject; - if (t1._object$_owner == null) + if (t1._owner == null) return; t2 = details.globalPosition; t3 = _this.__TextSelectionOverlay__endHandleDragPosition_A; @@ -308484,7 +316704,7 @@ _handleSelectionStartHandleDragStart$1(details) { var t2, t3, t4, centerOfLine, _this = this, t1 = _this.renderObject; - if (t1._object$_owner == null) + if (t1._owner == null) return; t2 = details.globalPosition; _this.__TextSelectionOverlay__startHandleDragPosition_A = t2._dy; @@ -308498,7 +316718,7 @@ _handleSelectionStartHandleDragUpdate$1(details) { var t2, t3, t4, position, newSelection, _this = this, t1 = _this.renderObject; - if (t1._object$_owner == null) + if (t1._owner == null) return; t2 = details.globalPosition; t3 = _this.__TextSelectionOverlay__startHandleDragPosition_A; @@ -308682,7 +316902,7 @@ }, set$selectionEndpoints(value) { var _this = this; - if (!A.listEquals0(_this._selectionEndpoints, value)) { + if (!A.listEquals(_this._selectionEndpoints, value)) { _this.markNeedsBuild$0(); if (_this._isDraggingEndHandle || _this._isDraggingStartHandle) switch (A.defaultTargetPlatform().index) { @@ -308781,7 +317001,9 @@ t1 = _this._handles; if (t1 != null) { t1[0].remove$0(0); + _this._handles[0].dispose$0(); _this._handles[1].remove$0(0); + _this._handles[1].dispose$0(); _this._handles = null; } if (_this._toolbar == null) { @@ -308800,10 +317022,16 @@ if (t1 == null) return; t1.remove$0(0); + t1 = _this._toolbar; + if (t1 != null) + t1.dispose$0(); _this._toolbar = null; }, dispose$0() { this.hide$0(); + var t1 = this._magnifierInfo; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; }, _buildStartHandle$1(context) { var handle, t1, _this = this, @@ -308850,21 +317078,21 @@ call$1(_) { return this.builtMagnifier; }, - $signature: 52 + $signature: 46 }; A.SelectionOverlay_showToolbar_closure.prototype = { call$1(context) { var t1 = A.MatrixUtils_transformPoint(this.renderBox.getTransformTo$1(0, null), B.Offset_0_0); return new A._SelectionToolbarWrapper(this.contextMenuBuilder.call$1(context), new A.Offset(-t1._dx, -t1._dy), this.$this.toolbarLayerLink, null, null); }, - $signature: 691 + $signature: 756 }; A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure.prototype = { call$1(context) { var t1 = A.MatrixUtils_transformPoint(this.renderBox.getTransformTo$1(0, null), B.Offset_0_0); return new A._SelectionToolbarWrapper(this.builder.call$1(context), new A.Offset(-t1._dx, -t1._dy), this.$this.toolbarLayerLink, null, null); }, - $signature: 691 + $signature: 756 }; A.SelectionOverlay_markNeedsBuild_closure.prototype = { call$1(duration) { @@ -308890,14 +317118,14 @@ t1.markNeedsBuild$0(); } }, - $signature: 11 + $signature: 12 }; A.SelectionOverlay__buildToolbar_closure.prototype = { call$1(context) { this.$this.selectionControls.toString; return B.SizedBox_0_0_null_null; }, - $signature: 52 + $signature: 46 }; A._SelectionToolbarWrapper.prototype = { createState$0() { @@ -308961,7 +317189,7 @@ t3 = this._widget; t4 = t3.layerLink; t5 = t3.offset; - return A.TextFieldTapRegion$(A.Directionality$(new A.FadeTransition(t2, false, A.CompositedTransformFollower$(t3.child, _null, t4, t5, false, B.Alignment_m1_m1), _null), t1.textDirection), _null, _null); + return A.TextFieldTapRegion$(A.Directionality$(new A.FadeTransition(t2, false, A.CompositedTransformFollower$(t3.child, B.Alignment_m1_m1, _null, t4, t5, false, B.Alignment_m1_m1), _null), t1.textDirection), _null, _null); } }; A._SelectionHandleOverlay.prototype = { @@ -309030,14 +317258,14 @@ t8 === $ && A.throwUnnamedLateFieldNI(); t9 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A._SelectionHandleOverlayState_build_closure(_this), new A._SelectionHandleOverlayState_build_closure0(_this), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer); t10 = _this._widget; - return A.CompositedTransformFollower$(new A.FadeTransition(t8, false, A.Container$(B.Alignment_m1_m1, new A.RawGestureDetector(new A.Padding(new A.EdgeInsets(t1, t2, t1, t2), t10.selectionControls.buildHandle$4(context, t10.type, t10.preferredLineHeight, t10.onSelectionHandleTapped), _null), t9, B.HitTestBehavior_2, false, _null), B.Clip_0, _null, _null, _null, _null, t7, _null, _null, _null, _null, _null, t6), _null), _null, t4, new A.Offset(t5, t3), false, B.Alignment_m1_m1); + return A.CompositedTransformFollower$(new A.FadeTransition(t8, false, A.Container$(B.Alignment_m1_m1, new A.RawGestureDetector(new A.Padding(new A.EdgeInsets(t1, t2, t1, t2), t10.selectionControls.buildHandle$4(context, t10.type, t10.preferredLineHeight, t10.onSelectionHandleTapped), _null), t9, B.HitTestBehavior_2, false, _null), B.Clip_0, _null, _null, _null, _null, t7, _null, _null, _null, _null, _null, t6), _null), B.Alignment_m1_m1, _null, t4, new A.Offset(t5, t3), false, B.Alignment_m1_m1); } }; A._SelectionHandleOverlayState_build_closure.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0, B.PointerDeviceKind_2, B.PointerDeviceKind_5], type$.PointerDeviceKind)); }, - $signature: 238 + $signature: 242 }; A._SelectionHandleOverlayState_build_closure0.prototype = { call$1(instance) { @@ -309047,7 +317275,7 @@ instance.onUpdate = t1.onSelectionHandleDragUpdate; instance.onEnd = t1.onSelectionHandleDragEnd; }, - $signature: 239 + $signature: 243 }; A.TextSelectionGestureDetectorBuilder.prototype = { _showMagnifierIfSupportedByPlatform$1(positionToShow) { @@ -309192,6 +317420,17 @@ } return t1; }, + onTapTrackStart$0() { + var t1 = $.ServicesBinding__instance.ServicesBinding___ServicesBinding__keyboard_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._pressedKeys; + t1 = t1.get$values(t1); + t1 = A.LinkedHashSet_LinkedHashSet$of(t1, A._instanceType(t1)._eval$1("Iterable.E")).intersection$1(0, A.LinkedHashSet_LinkedHashSet$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], type$.LogicalKeyboardKey)); + this._isShiftPressed = t1.get$isNotEmpty(t1); + }, + onTapTrackReset$0() { + this._isShiftPressed = false; + }, onTapDown$1(details) { var t2, kind, t3, isShiftPressedValid, _this = this, t1 = _this.delegate; @@ -309203,8 +317442,7 @@ t2 = t2._lastTapDownPosition = details.globalPosition; kind = details.kind; _this._shouldShowSelectionToolbar = kind === B.PointerDeviceKind_0 || kind === B.PointerDeviceKind_2; - t3 = A.LinkedHashSet_LinkedHashSet$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], type$.LogicalKeyboardKey); - if (details.keysPressedOnDown.any$1(0, t3.get$contains(t3))) { + if (_this._isShiftPressed) { t3 = t1.get$editableTextKey().get$currentState(); t3.toString; t3.get$renderEditable()._selection; @@ -309280,8 +317518,7 @@ var t2, isShiftPressedValid, t3, fromSelection, previousSelection, textPosition, isAffinityTheSame, _this = this, t1 = _this.delegate; if (t1.get$selectionEnabled()) { - t2 = A.LinkedHashSet_LinkedHashSet$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], type$.LogicalKeyboardKey); - if (details.keysPressedOnDown.any$1(0, t2.get$contains(t2))) { + if (_this._isShiftPressed) { t2 = t1.get$editableTextKey().get$currentState(); t2.toString; t2.get$renderEditable()._selection; @@ -309608,15 +317845,18 @@ _selectLinesInRange$2$cause$from(cause, from) { return this._selectLinesInRange$3$cause$from$to(cause, from, null); }, - _text_selection$_moveBeyondTextBoundary$2(extent, textBoundary) { - var end, + _text_selection$_moveToTextBoundary$2(extent, textBoundary) { + var start, end, t1 = extent.offset, - start = textBoundary.getLeadingTextBoundaryAt$1(t1 - 1); + t2 = this.delegate, + t3 = t2.get$editableTextKey().get$currentState(); + t3.toString; + start = textBoundary.getLeadingTextBoundaryAt$1(t1 === t3._widget.controller._change_notifier$_value.text.length ? t1 - 1 : t1); if (start == null) start = 0; end = textBoundary.getTrailingTextBoundaryAt$1(t1); if (end == null) { - t1 = this.delegate.get$editableTextKey().get$currentState(); + t1 = t2.get$editableTextKey().get$currentState(); t1.toString; end = t1._widget.controller._change_notifier$_value.text.length; } @@ -309628,7 +317868,7 @@ t2 = t1.get$editableTextKey().get$currentState(); t2.toString; fromPosition = t2.get$renderEditable().getPositionForPoint$1(from); - fromRange = this._text_selection$_moveBeyondTextBoundary$2(fromPosition, boundary); + fromRange = this._text_selection$_moveToTextBoundary$2(fromPosition, boundary); if (to == null) toPosition = fromPosition; else { @@ -309636,7 +317876,7 @@ t2.toString; toPosition = t2.get$renderEditable().getPositionForPoint$1(to); } - toRange = toPosition.$eq(0, fromPosition) ? fromRange : this._text_selection$_moveBeyondTextBoundary$2(toPosition, boundary); + toRange = toPosition.$eq(0, fromPosition) ? fromRange : this._text_selection$_moveToTextBoundary$2(toPosition, boundary); t2 = fromRange.start; t3 = toRange.end; newSelection = t2 < t3 ? A.TextSelection$(B.TextAffinity_1, t2, t3, false) : A.TextSelection$(B.TextAffinity_1, fromRange.end, toRange.start, false); @@ -309696,8 +317936,7 @@ _this._dragBeganOnPreviousSelection = _this._positionOnSelection$2(t2, _this._dragStartSelection); if (A._TextSelectionGestureDetectorState__getEffectiveConsecutiveTapCount(details.consecutiveTapCount) > 1) return; - t3 = A.LinkedHashSet_LinkedHashSet$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], type$.LogicalKeyboardKey); - if (details.keysPressedOnDown.any$1(0, t3.get$contains(t3))) { + if (_this._isShiftPressed) { t3 = t1.get$editableTextKey().get$currentState(); t3.toString; t3.get$renderEditable(); @@ -309793,8 +318032,7 @@ t1 = _this.delegate; if (!t1.get$selectionEnabled()) return; - t2 = A.LinkedHashSet_LinkedHashSet$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], type$.LogicalKeyboardKey); - if (!details.keysPressedOnDown.any$1(0, t2.get$contains(t2))) { + if (!_this._isShiftPressed) { t2 = t1.get$editableTextKey().get$currentState(); t2.toString; if (t2.get$renderEditable()._editable$_maxLines === 1) { @@ -309958,16 +318196,14 @@ _this._extendSelection$2(t3, B.SelectionChangedCause_6); }, onDragSelectionEnd$1(details) { - var _this = this, - t1 = A.LinkedHashSet_LinkedHashSet$_literal([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], type$.LogicalKeyboardKey), - isShiftPressed = details.keysPressedOnDown.any$1(0, t1.get$contains(t1)); + var t1, _this = this; _this._dragBeganOnPreviousSelection = null; if (_this._shouldShowSelectionToolbar && A._TextSelectionGestureDetectorState__getEffectiveConsecutiveTapCount(details.consecutiveTapCount) === 2) { t1 = _this.delegate.get$editableTextKey().get$currentState(); t1.toString; t1.showToolbar$0(); } - if (isShiftPressed) + if (_this._isShiftPressed) _this._dragStartSelection = null; _this._hideMagnifierIfSupportedByPlatform$0(); }, @@ -309976,7 +318212,7 @@ t1 = _this.delegate, t2 = t1.get$forcePressEnabled() ? _this.get$onForcePressStart() : null; t1 = t1.get$forcePressEnabled() ? _this.get$onForcePressEnd() : null; - return new A.TextSelectionGestureDetector(_this.get$onTapDown(), t2, t1, _this.get$onSecondaryTap(), _this.get$onSecondaryTapDown(), _this.get$onSingleTapUp(), _this.get$onSingleTapCancel(), _this.get$onSingleLongTapStart(), _this.get$onSingleLongTapMoveUpdate(), _this.get$onSingleLongTapEnd(), _this.get$onDoubleTapDown(), _this.get$onTripleTapDown(), _this.get$onDragSelectionStart(), _this.get$onDragSelectionUpdate(), _this.get$onDragSelectionEnd(), behavior, child, null); + return new A.TextSelectionGestureDetector(_this.get$onTapTrackStart(), _this.get$onTapTrackReset(), _this.get$onTapDown(), t2, t1, _this.get$onSecondaryTap(), _this.get$onSecondaryTapDown(), _this.get$onSingleTapUp(), _this.get$onSingleTapCancel(), _this.get$onSingleLongTapStart(), _this.get$onSingleLongTapMoveUpdate(), _this.get$onSingleLongTapEnd(), _this.get$onDoubleTapDown(), _this.get$onTripleTapDown(), _this.get$onDragSelectionStart(), _this.get$onDragSelectionUpdate(), _this.get$onDragSelectionEnd(), behavior, child, null); } }; A.TextSelectionGestureDetector.prototype = { @@ -309985,6 +318221,12 @@ } }; A._TextSelectionGestureDetectorState.prototype = { + _handleTapTrackStart$0() { + this._widget.onTapTrackStart.call$0(); + }, + _handleTapTrackReset$0() { + this._widget.onTapTrackReset.call$0(); + }, _text_selection$_handleTapDown$1(details) { var t1; this._widget.onTapDown.call$1(details); @@ -310044,12 +318286,12 @@ case 0: case 1: case 2: - gestures.$indexSet(0, B.Type_2Vu, new A.GestureRecognizerFactoryWithHandlers(new A._TextSelectionGestureDetectorState_build_closure3(_this), new A._TextSelectionGestureDetectorState_build_closure4(_this), type$.GestureRecognizerFactoryWithHandlers_TapAndHorizontalDragGestureRecognizer)); + gestures.$indexSet(0, B.Type_m6K, new A.GestureRecognizerFactoryWithHandlers(new A._TextSelectionGestureDetectorState_build_closure3(_this), new A._TextSelectionGestureDetectorState_build_closure4(_this), type$.GestureRecognizerFactoryWithHandlers_TapAndHorizontalDragGestureRecognizer)); break; case 3: case 4: case 5: - gestures.$indexSet(0, B.Type_TapAndPanGestureRecognizer_C0t, new A.GestureRecognizerFactoryWithHandlers(new A._TextSelectionGestureDetectorState_build_closure5(_this), new A._TextSelectionGestureDetectorState_build_closure6(_this), type$.GestureRecognizerFactoryWithHandlers_TapAndPanGestureRecognizer)); + gestures.$indexSet(0, B.Type_TapAndPanGestureRecognizer_UV1, new A.GestureRecognizerFactoryWithHandlers(new A._TextSelectionGestureDetectorState_build_closure5(_this), new A._TextSelectionGestureDetectorState_build_closure6(_this), type$.GestureRecognizerFactoryWithHandlers_TapAndPanGestureRecognizer)); break; } t1 = _this._widget; @@ -310064,7 +318306,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this, null); }, - $signature: 632 + $signature: 772 }; A._TextSelectionGestureDetectorState_build_closure0.prototype = { call$1(instance) { @@ -310072,13 +318314,13 @@ instance.onSecondaryTap = t1.onSecondaryTap; instance.onSecondaryTapDown = t1.onSecondaryTapDown; }, - $signature: 631 + $signature: 771 }; A._TextSelectionGestureDetectorState_build_closure1.prototype = { call$0() { return A.LongPressGestureRecognizer$(this.$this, null, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0], type$.PointerDeviceKind)); }, - $signature: 905 + $signature: 528 }; A._TextSelectionGestureDetectorState_build_closure2.prototype = { call$1(instance) { @@ -310087,22 +318329,24 @@ instance.onLongPressMoveUpdate = t1.get$_handleLongPressMoveUpdate(); instance.onLongPressEnd = t1.get$_handleLongPressEnd(); }, - $signature: 672 + $signature: 530 }; A._TextSelectionGestureDetectorState_build_closure3.prototype = { call$0() { var _null = null, t1 = type$.int, t2 = A.HashSet_HashSet(t1); - return new A.TapAndHorizontalDragGestureRecognizer(B.DragStartBehavior_1, B._DragState_00, A.LinkedHashSet_LinkedHashSet$_empty(t1), _null, _null, 0, _null, _null, _null, _null, _null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, this.$this, _null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); + return new A.TapAndHorizontalDragGestureRecognizer(B.DragStartBehavior_1, B._DragState_00, A.LinkedHashSet_LinkedHashSet$_empty(t1), _null, _null, 0, _null, _null, _null, _null, _null, _null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, this.$this, _null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 1638 + $signature: 2598 }; A._TextSelectionGestureDetectorState_build_closure4.prototype = { call$1(instance) { var t1; instance.dragStartBehavior = B.DragStartBehavior_0; t1 = this.$this; + instance._TapStatusTrackerMixin_onTapTrackStart = t1.get$_handleTapTrackStart(); + instance._TapStatusTrackerMixin_onTapTrackReset = t1.get$_handleTapTrackReset(); instance.onTapDown = t1.get$_text_selection$_handleTapDown(); instance.onDragStart = t1.get$_handleDragStart(); instance.onDragUpdate = t1.get$_handleDragUpdate(); @@ -310110,22 +318354,24 @@ instance.onTapUp = t1.get$_text_selection$_handleTapUp(); instance.onCancel = t1.get$_text_selection$_handleTapCancel(); }, - $signature: 1637 + $signature: 2599 }; A._TextSelectionGestureDetectorState_build_closure5.prototype = { call$0() { var _null = null, t1 = type$.int, t2 = A.HashSet_HashSet(t1); - return new A.TapAndPanGestureRecognizer(B.DragStartBehavior_1, B._DragState_00, A.LinkedHashSet_LinkedHashSet$_empty(t1), _null, _null, 0, _null, _null, _null, _null, _null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, this.$this, _null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); + return new A.TapAndPanGestureRecognizer(B.DragStartBehavior_1, B._DragState_00, A.LinkedHashSet_LinkedHashSet$_empty(t1), _null, _null, 0, _null, _null, _null, _null, _null, _null, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.GestureArenaEntry), t2, this.$this, _null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.PointerDeviceKind)); }, - $signature: 1636 + $signature: 2604 }; A._TextSelectionGestureDetectorState_build_closure6.prototype = { call$1(instance) { var t1; instance.dragStartBehavior = B.DragStartBehavior_0; t1 = this.$this; + instance._TapStatusTrackerMixin_onTapTrackStart = t1.get$_handleTapTrackStart(); + instance._TapStatusTrackerMixin_onTapTrackReset = t1.get$_handleTapTrackReset(); instance.onTapDown = t1.get$_text_selection$_handleTapDown(); instance.onDragStart = t1.get$_handleDragStart(); instance.onDragUpdate = t1.get$_handleDragUpdate(); @@ -310133,13 +318379,13 @@ instance.onTapUp = t1.get$_text_selection$_handleTapUp(); instance.onCancel = t1.get$_text_selection$_handleTapCancel(); }, - $signature: 1631 + $signature: 2605 }; A._TextSelectionGestureDetectorState_build_closure7.prototype = { call$0() { return A.ForcePressGestureRecognizer$(this.$this, null); }, - $signature: 620 + $signature: 770 }; A._TextSelectionGestureDetectorState_build_closure8.prototype = { call$1(instance) { @@ -310148,88 +318394,15 @@ instance.onStart = t2.onForcePressStart != null ? t1.get$_forcePressStarted() : null; instance.onEnd = t2.onForcePressEnd != null ? t1.get$_forcePressEnded() : null; }, - $signature: 616 + $signature: 769 }; A.ClipboardStatusNotifier.prototype = { - update$0(_) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, hasStrings, exception, stack, exception0, t1, nextStatus, $async$exception0; - var $async$update$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - if ($async$self._text_selection$_disposed) { - // goto return - $async$goto = 1; - break; - } - hasStrings = null; - $async$handler = 4; - $async$goto = 7; - return A._asyncAwait(A.Clipboard_hasStrings(), $async$update$0); - case 7: - // returning from await. - hasStrings = $async$result; - $async$handler = 2; - // goto after finally - $async$goto = 6; - break; - case 4: - // catch - $async$handler = 3; - $async$exception0 = $async$currentError; - exception = A.unwrapException($async$exception0); - stack = A.getTraceFromException($async$exception0); - t1 = A.ErrorDescription$("while checking if the clipboard has strings"); - A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "widget library", t1, null, null, false)); - if ($async$self._text_selection$_disposed || $async$self._change_notifier$_value === B.ClipboardStatus_1) { - // goto return - $async$goto = 1; - break; - } - $async$self.set$value(0, B.ClipboardStatus_1); - // goto return - $async$goto = 1; - break; - // goto after finally - $async$goto = 6; - break; - case 3: - // uncaught - // goto rethrow - $async$goto = 2; - break; - case 6: - // after finally - nextStatus = hasStrings ? B.ClipboardStatus_0 : B.ClipboardStatus_2; - if ($async$self._text_selection$_disposed || nextStatus === $async$self._change_notifier$_value) { - // goto return - $async$goto = 1; - break; - } - $async$self.set$value(0, nextStatus); - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - case 2: - // rethrow - return A._asyncRethrow($async$currentError, $async$completer); - } - }); - return A._asyncStartSync($async$update$0, $async$completer); - }, addListener$1(_, listener) { var _this = this; if (_this.ChangeNotifier__count <= 0) $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); - if (_this._change_notifier$_value === B.ClipboardStatus_1) - _this.update$0(0); + if (_this.value === B.ClipboardStatus_1) + A.Future_Future$value(null, type$.void); _this.super$ChangeNotifier$addListener(0, listener); }, removeListener$1(_, listener) { @@ -310241,7 +318414,7 @@ didChangeAppLifecycleState$1(state) { switch (state.index) { case 1: - this.update$0(0); + A.Future_Future$value(null, type$.void); break; case 0: case 2: @@ -310319,19 +318492,22 @@ return new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight); }, getPositionForChild$2(size, childSize) { - var fitsAbove = this.fitsAbove, - anchor = fitsAbove ? this.anchorAbove : this.anchorBelow, - t1 = A.TextSelectionToolbarLayoutDelegate_centerOn(anchor._dx, childSize._dx, size._dx), - t2 = anchor._dy; + var anchor, t1, t2, _this = this, + fitsAbove = _this.fitsAbove; + if (fitsAbove == null) + fitsAbove = _this.anchorAbove._dy >= childSize._dy; + anchor = fitsAbove ? _this.anchorAbove : _this.anchorBelow; + t1 = A.TextSelectionToolbarLayoutDelegate_centerOn(anchor._dx, childSize._dx, size._dx); + t2 = anchor._dy; return new A.Offset(t1, fitsAbove ? Math.max(0, t2 - childSize._dy) : t2); }, shouldRelayout$1(oldDelegate) { - return !this.anchorAbove.$eq(0, oldDelegate.anchorAbove) || !this.anchorBelow.$eq(0, oldDelegate.anchorBelow) || this.fitsAbove !== oldDelegate.fitsAbove; + return !this.anchorAbove.$eq(0, oldDelegate.anchorAbove) || !this.anchorBelow.$eq(0, oldDelegate.anchorBelow) || this.fitsAbove != oldDelegate.fitsAbove; } }; A.TickerMode.prototype = { createState$0() { - return new A._TickerModeState(A.ValueNotifier$(true, type$.bool), B._StateLifecycle_0); + return new A._TickerModeState(new A.ValueNotifier(true, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_bool), B._StateLifecycle_0); } }; A._TickerModeState.prototype = { @@ -310507,43 +318683,29 @@ return A.FractionalTranslation$(_this.child, _this.transformHitTests, offset); } }; - A.ScaleTransition.prototype = { + A.MatrixTransition.prototype = { build$1(context) { - var t2, t3, _null = null, - t1 = type$.Animation_double._as(this.listenable); + var useFilterQuality, t2, _this = this, + t1 = type$.Animation_double._as(_this.listenable); switch (t1.get$status(t1).index) { case 0: case 3: + useFilterQuality = false; break; case 1: case 2: + useFilterQuality = true; break; + default: + useFilterQuality = null; } - t1 = t1.get$value(t1); - t2 = t1 == null; - t3 = t2 ? _null : t1; - if (t3 == null) - t3 = 1; - if (t2) - t1 = _null; - return new A.Transform(A.Matrix4_Matrix4$diagonal3Values(t3, t1 == null ? 1 : t1, 1), this.alignment, true, _null, this.child, _null); - } - }; - A.RotationTransition.prototype = { - build$1(context) { - var t1 = type$.Animation_double._as(this.listenable); - switch (t1.get$status(t1).index) { - case 0: - case 3: - break; - case 1: - case 2: - break; - } - t1 = t1.get$value(t1); - return A.Transform$rotate(this.alignment, t1 * 3.141592653589793 * 2, this.child, null); + t1 = _this.onTransform.call$1(t1.get$value(t1)); + t2 = useFilterQuality ? _this.filterQuality : null; + return A.Transform$(_this.alignment, _this.child, t2, t1, true); } }; + A.ScaleTransition.prototype = {}; + A.RotationTransition.prototype = {}; A.SizeTransition.prototype = { build$1(context) { var t1 = type$.Animation_double._as(this.listenable); @@ -310579,6 +318741,9 @@ }, build$1(context) { return this.builder$2(context, this.child); + }, + builder$2(arg0, arg1) { + return this.builder.call$2(arg0, arg1); } }; A.AnimatedBuilder.prototype = { @@ -310888,8 +319053,8 @@ var t1, _this = this; _this.super$State$initState(); t1 = _this._widget.valueListenable; - _this.___ValueListenableBuilderState_value_A = t1._change_notifier$_value; - t1.addListener$1(0, _this.get$_valueChanged()); + _this.___ValueListenableBuilderState_value_A = t1.get$value(t1); + _this._widget.valueListenable.addListener$1(0, _this.get$_valueChanged()); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; @@ -310899,8 +319064,8 @@ t2 = _this.get$_valueChanged(); t1.removeListener$1(0, t2); t1 = _this._widget.valueListenable; - _this.___ValueListenableBuilderState_value_A = t1._change_notifier$_value; - t1.addListener$1(0, t2); + _this.___ValueListenableBuilderState_value_A = t1.get$value(t1); + _this._widget.valueListenable.addListener$1(0, t2); } }, dispose$0() { @@ -310921,15 +319086,165 @@ }; A._ValueListenableBuilderState__valueChanged_closure.prototype = { call$0() { - var t1 = this.$this; - t1.___ValueListenableBuilderState_value_A = t1._widget.valueListenable._change_notifier$_value; + var t1 = this.$this, + t2 = t1._widget.valueListenable; + t1.___ValueListenableBuilderState_value_A = t2.get$value(t2); }, $signature: 0 }; A.View.prototype = { build$1(context) { - var t1 = this.view; - return new A._ViewScope(t1, new A._MediaQueryFromView(t1, this.child, null), null); + var _this = this, + t1 = _this.view, + t2 = _this._deprecatedPipelineOwner, + t3 = _this._deprecatedRenderView; + return new A._RawView(t1, new A.View_build_closure(_this), t2, t3, new A._DeprecatedRawViewKey(t1, t2, t3, type$._DeprecatedRawViewKey_State_StatefulWidget)); + } + }; + A.View_build_closure.prototype = { + call$2(context, owner) { + var t1 = this.$this, + t2 = t1.view; + return new A._ViewScope(t2, new A._PipelineOwnerScope(owner, new A._MediaQueryFromView(t2, t1.child, null), null), null); + }, + $signature: 2611 + }; + A._RawView.prototype = { + createElement$0(_) { + return new A._RawViewElement(this, B._ElementLifecycle_0); + }, + createRenderObject$1(context) { + return this._deprecatedRenderView; + } + }; + A._RawViewElement.prototype = { + get$_effectivePipelineOwner() { + var t1 = this._widget; + t1.toString; + type$._RawView._as(t1); + return t1._deprecatedPipelineOwner; + }, + get$renderObject() { + return type$.RenderView._as(A.RenderObjectElement.prototype.get$renderObject.call(this)); + }, + _updateChild$0() { + var child, e, stack, details, error, t1, exception, _this = this, _null = null; + try { + t1 = _this._widget; + t1.toString; + child = type$._RawView._as(t1).builder.call$2(_this, _this.get$_effectivePipelineOwner()); + _this._view$_child = _this.updateChild$3(_this._view$_child, child, _null); + } catch (exception) { + e = A.unwrapException(exception); + stack = A.getTraceFromException(exception); + t1 = A.ErrorDescription$("building " + _this.toString$0(0)); + details = new A.FlutterErrorDetails(e, stack, "widgets library", t1, _null, _null, false); + A.FlutterError_reportError(details); + error = $.ErrorWidget_builder.call$1(details); + _this._view$_child = _this.updateChild$3(_null, error, _this._slot); + } + }, + mount$2($parent, newSlot) { + var t1, _this = this; + _this.super$RenderObjectElement$mount($parent, newSlot); + t1 = type$.RenderView; + _this.get$_effectivePipelineOwner().set$rootNode(t1._as(A.RenderObjectElement.prototype.get$renderObject.call(_this))); + _this._attachView$0(); + _this._updateChild$0(); + t1._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)).prepareInitialFrame$0(); + if (_this.get$_effectivePipelineOwner()._semanticsOwner != null) + t1._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)).scheduleInitialSemantics$0(); + }, + _attachView$1(parentPipelineOwner) { + var t1, t2, _this = this; + if (parentPipelineOwner == null) + parentPipelineOwner = A.View_pipelineOwnerOf(_this); + t1 = _this.get$_effectivePipelineOwner(); + parentPipelineOwner._children.add$1(0, t1); + t1._debugParent = parentPipelineOwner; + t2 = parentPipelineOwner._manifold; + if (t2 != null) + t1.attach$1(t2); + t1 = $.RendererBinding__instance; + t1.toString; + t2 = type$.RenderView._as(A.RenderObjectElement.prototype.get$renderObject.call(_this)); + t1.RendererBinding__viewIdToRenderView.$indexSet(0, t2._view.viewId, t2); + t2.set$configuration(t1.createViewConfigurationFor$1(t2)); + _this._parentPipelineOwner = parentPipelineOwner; + }, + _attachView$0() { + return this._attachView$1(null); + }, + _detachView$0() { + var t1, _this = this, + parentPipelineOwner = _this._parentPipelineOwner; + if (parentPipelineOwner != null) { + t1 = $.RendererBinding__instance; + t1.toString; + t1.RendererBinding__viewIdToRenderView.remove$1(0, type$.RenderView._as(A.RenderObjectElement.prototype.get$renderObject.call(_this))._view.viewId); + t1 = _this.get$_effectivePipelineOwner(); + parentPipelineOwner._children.remove$1(0, t1); + t1._debugParent = null; + if (parentPipelineOwner._manifold != null) + t1.detach$0(0); + _this._parentPipelineOwner = null; + } + }, + didChangeDependencies$0() { + var newParentPipelineOwner, _this = this; + _this.super$Element$didChangeDependencies(); + if (_this._parentPipelineOwner == null) + return; + newParentPipelineOwner = A.View_pipelineOwnerOf(_this); + if (newParentPipelineOwner !== _this._parentPipelineOwner) { + _this._detachView$0(); + _this._attachView$1(newParentPipelineOwner); + } + }, + performRebuild$0() { + this.super$RenderObjectElement$performRebuild(); + this._updateChild$0(); + }, + activate$0() { + var _this = this; + _this.super$Element$activate(); + _this.get$_effectivePipelineOwner().set$rootNode(type$.RenderView._as(A.RenderObjectElement.prototype.get$renderObject.call(_this))); + _this._attachView$0(); + }, + deactivate$0() { + this._detachView$0(); + this.get$_effectivePipelineOwner().set$rootNode(null); + this.super$RenderObjectElement$deactivate(); + }, + update$1(_, newWidget) { + this.super$RenderObjectElement$update(0, newWidget); + this._updateChild$0(); + }, + visitChildren$1(visitor) { + var t1 = this._view$_child; + if (t1 != null) + visitor.call$1(t1); + }, + forgetChild$1(child) { + this._view$_child = null; + this.super$Element$forgetChild(child); + }, + insertRenderObjectChild$2(child, slot) { + type$.RenderView._as(A.RenderObjectElement.prototype.get$renderObject.call(this)).set$child(child); + }, + moveRenderObjectChild$3(child, oldSlot, newSlot) { + }, + removeRenderObjectChild$2(child, slot) { + type$.RenderView._as(A.RenderObjectElement.prototype.get$renderObject.call(this)).set$child(null); + }, + unmount$0() { + var _this = this, + t1 = _this.get$_effectivePipelineOwner(), + t2 = _this._widget; + t2.toString; + if (t1 !== type$._RawView._as(t2)._deprecatedPipelineOwner) + _this.get$_effectivePipelineOwner().dispose$0(); + _this.super$RenderObjectElement$unmount(); } }; A._ViewScope.prototype = { @@ -310937,6 +319252,27 @@ return this.view !== oldWidget.view; } }; + A._PipelineOwnerScope.prototype = { + updateShouldNotify$1(oldWidget) { + return this.pipelineOwner !== oldWidget.pipelineOwner; + } + }; + A._DeprecatedRawViewKey.prototype = { + $eq(_, other) { + var _this = this; + if (other == null) + return false; + if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) + return false; + return _this.$ti._is(other) && other.view === _this.view && other.owner === _this.owner && other.renderView === _this.renderView; + }, + get$hashCode(_) { + return A.Object_hash(this.view, this.owner, this.renderView, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + }, + toString$0(_) { + return "[_DeprecatedRawViewKey " + ("#" + A.shortHash(this.view)) + "]"; + } + }; A.Viewport.prototype = { createRenderObject$1(context) { var _this = this, @@ -311054,7 +319390,7 @@ this._box_0.ancestorContext = $parent; return false; }, - $signature: 149 + $signature: 126 }; A._VisibilityScope.prototype = { updateShouldNotify$1(old) { @@ -311093,12 +319429,12 @@ } }; A.WidgetSpan.prototype = { - build$3$dimensions$textScaleFactor(builder, dimensions, textScaleFactor) { + build$3$dimensions$textScaler(builder, dimensions, textScaler) { var currentDimensions, t1 = this.style, hasStyle = t1 != null; if (hasStyle) - builder.pushStyle$1(t1.getTextStyle$1$textScaleFactor(textScaleFactor)); + builder.pushStyle$1(t1.getTextStyle$1$textScaler(textScaler)); dimensions.toString; currentDimensions = dimensions[builder.get$placeholderCount()]; t1 = currentDimensions.size; @@ -311109,6 +319445,9 @@ visitChildren$1(visitor) { return visitor.call$1(this); }, + visitDirectChildren$1(visitor) { + return true; + }, getSpanForPositionVisitor$2(position, offset) { var t1 = offset._inline_span$_value; if (position.offset === t1) @@ -311162,16 +319501,41 @@ return A.Object_hash(A.InlineSpan.prototype.get$hashCode.call(_this, _this), _this.child, _this.alignment, _this.baseline, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); } }; - A.WidgetSpan_extractFromInlineSpan_closure.prototype = { + A.WidgetSpan_extractFromInlineSpan_visitSubtree.prototype = { call$1(span) { - var t1, _null = null; - if (span instanceof A._ScribblePlaceholder) { - t1 = this._box_0.index++; - this.widgets.push(new A._WidgetSpanParentData(span, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.PlaceholderSpanIndexSemanticsTag(t1, "PlaceholderSpanIndexSemanticsTag(" + t1 + ")"), _null, _null, _null, _null, _null), false, false, false, false, new A._AutoScaleInlineWidget(span, this.textScaleFactor, span.child, _null), _null), _null)); + var size, t2, fontSize, textScaleFactor, _this = this, _null = null, + t1 = span.style, + _0_0 = t1 == null ? _null : t1.fontSize; + $label0$0: { + if (typeof _0_0 == "number") { + t1 = _0_0 !== B.JSArray_methods.get$last(_this.fontSizeStack); + size = _0_0; + } else { + size = _null; + t1 = false; + } + if (t1) { + t1 = size; + break $label0$0; + } + t1 = _null; + break $label0$0; } + t2 = t1 != null; + if (t2) + _this.fontSizeStack.push(t1); + if (span instanceof A._ScribblePlaceholder) { + fontSize = B.JSArray_methods.get$last(_this.fontSizeStack); + textScaleFactor = fontSize === 0 ? 0 : _this.textScaler.scale$1(0, fontSize) / fontSize; + t1 = _this._box_0.index++; + _this.widgets.push(new A._WidgetSpanParentData(span, new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.PlaceholderSpanIndexSemanticsTag(t1, "PlaceholderSpanIndexSemanticsTag(" + t1 + ")"), _null, _null, _null, _null, _null), false, false, false, false, new A._AutoScaleInlineWidget(span, textScaleFactor, span.child, _null), _null), _null)); + } + span.visitDirectChildren$1(_this); + if (t2) + _this.fontSizeStack.pop(); return true; }, - $signature: 272 + $signature: 312 }; A._WidgetSpanParentData.prototype = { applyParentData$1(renderObject) { @@ -311302,13 +319666,13 @@ call$2(context, offset) { return context.paintChild$2(this.child, offset); }, - $signature: 91 + $signature: 90 }; A._RenderScaledInlineWidget_hitTestChildren_closure.prototype = { call$2(result, transformedOffset) { return this.child.hitTest$2$position(result, transformedOffset); }, - $signature: 78 + $signature: 72 }; A.__RenderScaledInlineWidget_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -311333,1315 +319697,26 @@ }; A._WillPopScopeState.prototype = { didChangeDependencies$0() { - var t1, t2, _this = this; + var t1, _this = this; _this.super$State$didChangeDependencies(); - t1 = _this._widget.onWillPop; - if (t1 != null) { - t2 = _this._route; - if (t2 != null) - B.JSArray_methods.remove$1(t2._willPopCallbacks, t1); - } + _this._widget.toString; t1 = _this._framework$_element; t1.toString; - t1 = _this._route = A.ModalRoute_of(t1, type$.nullable_Object); - t2 = _this._widget.onWillPop; - if (t2 != null) - if (t1 != null) - t1._willPopCallbacks.push(t2); + _this._will_pop_scope$_route = A.ModalRoute_of(t1, type$.nullable_Object); + _this._widget.toString; }, didUpdateWidget$1(oldWidget) { - var t1, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - t1 = oldWidget.onWillPop; - if (!J.$eq$(_this._widget.onWillPop, t1) && _this._route != null) { - if (t1 != null) - B.JSArray_methods.remove$1(_this._route._willPopCallbacks, t1); - t1 = _this._widget.onWillPop; - if (t1 != null) - _this._route._willPopCallbacks.push(t1); - } + this.super$State$didUpdateWidget(oldWidget); + this._widget.toString; }, dispose$0() { - var t2, - t1 = this._widget.onWillPop; - if (t1 != null) { - t2 = this._route; - if (t2 != null) - B.JSArray_methods.remove$1(t2._willPopCallbacks, t1); - } + this._widget.toString; this.super$State$dispose(); }, build$1(context) { return this._widget.child; } }; - A.CacheManager.prototype = { - CacheManager$1(config) { - var t1 = A.ListQueue$(null, type$.QueueItem); - this.__CacheManager__webHelper_F !== $ && A.throwUnnamedLateFieldAI(); - this.__CacheManager__webHelper_F = new A.WebHelper(this._cache_manager$_store, config.fileService, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.BehaviorSubject_FileResponse), t1); - }, - _pushFileToStream$5(streamController, url, key, headers, withProgress) { - return this._pushFileToStream$body$CacheManager(streamController, url, key, headers, true); - }, - _pushFileToStream$body$CacheManager(streamController, url, key, headers, withProgress) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, cacheFile, e, response, e0, exception, t1, t2, subject, t3, controller, wrapper, t4, lastEvent, $async$exception, $async$exception1; - var $async$_pushFileToStream$5 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - key = key; - withProgress = withProgress; - if (key == null) - key = url; - cacheFile = null; - $async$handler = 3; - $async$goto = 6; - return A._asyncAwait($async$self._cache_manager$_store.getFile$2$ignoreMemCache(0, key, false), $async$_pushFileToStream$5); - case 6: - // returning from await. - cacheFile = $async$result; - if (cacheFile != null) { - streamController.add$1(0, cacheFile); - withProgress = false; - } - $async$handler = 1; - // goto after finally - $async$goto = 5; - break; - case 3: - // catch - $async$handler = 2; - $async$exception = $async$currentError; - e = A.unwrapException($async$exception); - $.$get$cacheLogger(); - A.S(e); - // goto after finally - $async$goto = 5; - break; - case 2: - // uncaught - // goto rethrow - $async$goto = 1; - break; - case 5: - // after finally - $async$goto = cacheFile == null || cacheFile.validTill._value < Date.now() ? 7 : 8; - break; - case 7: - // then - $async$handler = 10; - t1 = $async$self.__CacheManager__webHelper_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - key = key; - if (key == null) - key = url; - t2 = t1._memCache; - subject = t2.$index(0, key); - if (subject == null || false) { - t3 = type$.FileResponse; - controller = new A._AsyncBroadcastStreamController(null, null, type$._AsyncBroadcastStreamController_FileResponse); - wrapper = new A._Wrapper(false, B.C__Empty, type$._Wrapper_FileResponse); - subject = new A.BehaviorSubject(wrapper, controller, A.DeferStream$(A.BehaviorSubject__deferStream(wrapper, controller, false, t3), true, t3), type$.BehaviorSubject_FileResponse); - t2.$indexSet(0, key, subject); - t1._downloadOrAddToQueue$3(url, key, headers); - } - t1 = new A._StreamIterator(A.checkNotNullable(new A._BehaviorSubjectStream(subject, A._instanceType(subject)._eval$1("_BehaviorSubjectStream<1>")), "stream", type$.Object), type$._StreamIterator_FileResponse); - $async$handler = 13; - t2 = A._instanceType(streamController)._eval$1("_DelayedData<1>"); - case 16: - // for condition - $async$goto = 18; - return A._asyncAwait(t1.moveNext$0(), $async$_pushFileToStream$5); - case 18: - // returning from await. - if (!$async$result) { - // goto after for - $async$goto = 17; - break; - } - response = t1.get$current(t1); - if (response instanceof A.DownloadProgress && withProgress) { - t3 = response; - t4 = streamController._state; - if (t4 >= 4) - A.throwExpression(streamController._badEventState$0()); - if ((t4 & 1) !== 0) - streamController._sendData$1(t3); - else if ((t4 & 3) === 0) { - t4 = streamController._ensurePendingEvents$0(); - t3 = new A._DelayedData(t3, t2); - lastEvent = t4.lastPendingEvent; - if (lastEvent == null) - t4.firstPendingEvent = t4.lastPendingEvent = t3; - else { - lastEvent.set$next(0, t3); - t4.lastPendingEvent = t3; - } - } - } - if (response instanceof A.FileInfo) { - t3 = response; - t4 = streamController._state; - if (t4 >= 4) - A.throwExpression(streamController._badEventState$0()); - if ((t4 & 1) !== 0) - streamController._sendData$1(t3); - else if ((t4 & 3) === 0) { - t4 = streamController._ensurePendingEvents$0(); - t3 = new A._DelayedData(t3, t2); - lastEvent = t4.lastPendingEvent; - if (lastEvent == null) - t4.firstPendingEvent = t4.lastPendingEvent = t3; - else { - lastEvent.set$next(0, t3); - t4.lastPendingEvent = t3; - } - } - } - // goto for condition - $async$goto = 16; - break; - case 17: - // after for - $async$next.push(15); - // goto finally - $async$goto = 14; - break; - case 13: - // uncaught - $async$next = [10]; - case 14: - // finally - $async$handler = 10; - $async$goto = 19; - return A._asyncAwait(t1.cancel$0(0), $async$_pushFileToStream$5); - case 19: - // returning from await. - // goto the next finally handler - $async$goto = $async$next.pop(); - break; - case 15: - // after finally - $async$handler = 1; - // goto after finally - $async$goto = 12; - break; - case 10: - // catch - $async$handler = 9; - $async$exception1 = $async$currentError; - e0 = A.unwrapException($async$exception1); - $.$get$cacheLogger(); - A.S(e0); - if (cacheFile == null && (streamController._state & 1) !== 0) - streamController.addError$1(e0); - // goto after finally - $async$goto = 12; - break; - case 9: - // uncaught - // goto rethrow - $async$goto = 1; - break; - case 12: - // after finally - case 8: - // join - streamController.close$0(0); - // implicit return - return A._asyncReturn(null, $async$completer); - case 1: - // rethrow - return A._asyncRethrow($async$currentError, $async$completer); - } - }); - return A._asyncStartSync($async$_pushFileToStream$5, $async$completer); - }, - dispose$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; - var $async$dispose$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 2; - return A._asyncAwait($async$self._cache_manager$_config.repo.close$0(0), $async$dispose$0); - case 2: - // returning from await. - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$dispose$0, $async$completer); - } - }; - A.DefaultCacheManager.prototype = {}; - A._DefaultCacheManager_CacheManager_ImageCacheManager.prototype = {}; - A.ImageCacheManager.prototype = {}; - A.CacheStore.prototype = { - getFile$2$ignoreMemCache(_, key, ignoreMemCache) { - return this.getFile$body$CacheStore(0, key, false); - }, - getFile$body$CacheStore(_, key, ignoreMemCache) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_FileInfo), - $async$returnValue, $async$self = this, file, cacheObject; - var $async$getFile$2$ignoreMemCache = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 3; - return A._asyncAwait($async$self.retrieveCacheData$2$ignoreMemCache(key, false), $async$getFile$2$ignoreMemCache); - case 3: - // returning from await. - cacheObject = $async$result; - if (cacheObject == null) { - $async$returnValue = null; - // goto return - $async$goto = 1; - break; - } - $async$goto = 4; - return A._asyncAwait($async$self.fileSystem.createFile$1(0, cacheObject.relativePath), $async$getFile$2$ignoreMemCache); - case 4: - // returning from await. - file = $async$result; - $.$get$cacheLogger(); - $async$returnValue = new A.FileInfo(file, cacheObject.validTill); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$getFile$2$ignoreMemCache, $async$completer); - }, - putFile$1(cacheObject) { - return this.putFile$body$CacheStore(cacheObject); - }, - putFile$body$CacheStore(cacheObject) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; - var $async$putFile$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$self._cache_store$_memCache.$indexSet(0, cacheObject.key, cacheObject); - $async$goto = 2; - return A._asyncAwait($async$self._updateCacheDataInDatabase$1(cacheObject), $async$putFile$1); - case 2: - // returning from await. - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$putFile$1, $async$completer); - }, - retrieveCacheData$2$ignoreMemCache(key, ignoreMemCache) { - return this.retrieveCacheData$body$CacheStore(key, false); - }, - retrieveCacheData$1(key) { - return this.retrieveCacheData$2$ignoreMemCache(key, false); - }, - retrieveCacheData$body$CacheStore(key, ignoreMemCache) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_CacheObject), - $async$returnValue, $async$self = this, t1, t2; - var $async$retrieveCacheData$2$ignoreMemCache = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self._cache_store$_memCache; - t2 = t1.containsKey$1(0, key); - $async$goto = t2 ? 3 : 4; - break; - case 3: - // then - $async$goto = 5; - return A._asyncAwait($async$self._fileExists$1(t1.$index(0, key)), $async$retrieveCacheData$2$ignoreMemCache); - case 5: - // returning from await. - if ($async$result) { - $async$returnValue = t1.$index(0, key); - // goto return - $async$goto = 1; - break; - } - case 4: - // join - t1 = $async$self._futureCache; - if (!t1.containsKey$1(0, key)) { - t2 = new A._Future($.Zone__current, type$._Future_nullable_CacheObject); - $async$self._getCacheDataFromDatabase$1(key).then$1$1(0, new A.CacheStore_retrieveCacheData_closure($async$self, key, new A._AsyncCompleter(t2, type$._AsyncCompleter_nullable_CacheObject)), type$.Null); - t1.$indexSet(0, key, t2); - } - $async$returnValue = t1.$index(0, key); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$retrieveCacheData$2$ignoreMemCache, $async$completer); - }, - _fileExists$1(cacheObject) { - return this._fileExists$body$CacheStore(cacheObject); - }, - _fileExists$body$CacheStore(cacheObject) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$self = this; - var $async$_fileExists$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - if (cacheObject == null) { - $async$returnValue = false; - // goto return - $async$goto = 1; - break; - } - $async$goto = 3; - return A._asyncAwait($async$self.fileSystem.createFile$1(0, cacheObject.relativePath), $async$_fileExists$1); - case 3: - // returning from await. - $async$returnValue = $async$result.exists$0(); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$_fileExists$1, $async$completer); - }, - _getCacheDataFromDatabase$1(key) { - return this._getCacheDataFromDatabase$body$CacheStore(key); - }, - _getCacheDataFromDatabase$body$CacheStore(key) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_CacheObject), - $async$returnValue, $async$self = this, data; - var $async$_getCacheDataFromDatabase$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 3; - return A._asyncAwait($async$self._cacheInfoRepository, $async$_getCacheDataFromDatabase$1); - case 3: - // returning from await. - $async$goto = 4; - return A._asyncAwait(A.Future_Future$value(null, type$.nullable_CacheObject), $async$_getCacheDataFromDatabase$1); - case 4: - // returning from await. - data = $async$result; - $async$goto = 5; - return A._asyncAwait($async$self._fileExists$1(data), $async$_getCacheDataFromDatabase$1); - case 5: - // returning from await. - if ($async$result) { - data.toString; - $async$self._updateCacheDataInDatabase$1(data); - } - $async$self._scheduleCleanup$0(); - $async$returnValue = data; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$_getCacheDataFromDatabase$1, $async$completer); - }, - _scheduleCleanup$0() { - if (this._scheduledCleanup != null) - return; - this._scheduledCleanup = A.Timer_Timer(B.Duration_10000000, new A.CacheStore__scheduleCleanup_closure(this)); - }, - _updateCacheDataInDatabase$1(cacheObject) { - return this._updateCacheDataInDatabase$body$CacheStore(cacheObject); - }, - _updateCacheDataInDatabase$body$CacheStore(cacheObject) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.dynamic), - $async$returnValue, $async$self = this; - var $async$_updateCacheDataInDatabase$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 3; - return A._asyncAwait($async$self._cacheInfoRepository, $async$_updateCacheDataInDatabase$1); - case 3: - // returning from await. - $async$returnValue = A.Future_Future$value(null, type$.dynamic); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$_updateCacheDataInDatabase$1, $async$completer); - }, - _cleanupCache$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, t1, t2, t3, toRemove, $async$temp1; - var $async$_cleanupCache$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - toRemove = A._setArrayType([], type$.JSArray_int); - $async$goto = 2; - return A._asyncAwait($async$self._cacheInfoRepository, $async$_cleanupCache$0); - case 2: - // returning from await. - t1 = type$.JSArray_CacheObject; - t2 = type$.List_CacheObject; - $async$temp1 = J; - $async$goto = 3; - return A._asyncAwait(A.Future_Future$value(A._setArrayType([], t1), t2), $async$_cleanupCache$0); - case 3: - // returning from await. - t3 = $async$temp1.get$iterator$ax($async$result); - case 4: - // for condition - if (!t3.moveNext$0()) { - // goto after for - $async$goto = 5; - break; - } - $async$self._removeCachedFile$2(t3.get$current(t3), toRemove); - // goto for condition - $async$goto = 4; - break; - case 5: - // after for - $async$temp1 = J; - $async$goto = 6; - return A._asyncAwait(A.Future_Future$value(A._setArrayType([], t1), t2), $async$_cleanupCache$0); - case 6: - // returning from await. - t1 = $async$temp1.get$iterator$ax($async$result); - case 7: - // for condition - if (!t1.moveNext$0()) { - // goto after for - $async$goto = 8; - break; - } - $async$self._removeCachedFile$2(t1.get$current(t1), toRemove); - // goto for condition - $async$goto = 7; - break; - case 8: - // after for - $async$goto = 9; - return A._asyncAwait(A.Future_Future$value(toRemove.length, type$.int), $async$_cleanupCache$0); - case 9: - // returning from await. - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$_cleanupCache$0, $async$completer); - }, - _removeCachedFile$2(cacheObject, toRemove) { - return this._removeCachedFile$body$CacheStore(cacheObject, toRemove); - }, - _removeCachedFile$body$CacheStore(cacheObject, toRemove) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$self = this, t2, file, t1; - var $async$_removeCachedFile$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = cacheObject.id; - if (B.JSArray_methods.contains$1(toRemove, t1)) { - // goto return - $async$goto = 1; - break; - } - t1.toString; - toRemove.push(t1); - t1 = $async$self._cache_store$_memCache; - t2 = cacheObject.key; - if (t1.containsKey$1(0, t2)) - t1.remove$1(0, t2); - t1 = $async$self._futureCache; - if (t1.containsKey$1(0, t2)) - t1.remove$1(0, t2); - $async$goto = 3; - return A._asyncAwait($async$self.fileSystem.createFile$1(0, cacheObject.relativePath), $async$_removeCachedFile$2); - case 3: - // returning from await. - file = $async$result; - $async$goto = 6; - return A._asyncAwait(file.exists$0(), $async$_removeCachedFile$2); - case 6: - // returning from await. - $async$goto = $async$result ? 4 : 5; - break; - case 4: - // then - $async$goto = 7; - return A._asyncAwait(file.delete$0(0), $async$_removeCachedFile$2); - case 7: - // returning from await. - case 5: - // join - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$_removeCachedFile$2, $async$completer); - }, - dispose$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this; - var $async$dispose$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 3; - return A._asyncAwait($async$self._cacheInfoRepository, $async$dispose$0); - case 3: - // returning from await. - $async$goto = 2; - return A._asyncAwait($async$result.close$0(0), $async$dispose$0); - case 2: - // returning from await. - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$dispose$0, $async$completer); - } - }; - A.CacheStore_closure.prototype = { - call$1(value) { - return this.config.repo; - }, - $signature: 1627 - }; - A.CacheStore_retrieveCacheData_closure.prototype = { - call$1(cacheObject) { - return this.$call$body$CacheStore_retrieveCacheData_closure(cacheObject); - }, - $call$body$CacheStore_retrieveCacheData_closure(cacheObject) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1, t2, t3; - var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.$this; - t2 = $async$self.key; - t3 = t1._cache_store$_memCache; - if (cacheObject == null) - t3.remove$1(0, t2); - else - t3.$indexSet(0, t2, cacheObject); - $async$self.completer.complete$1(0, cacheObject); - t1._futureCache.remove$1(0, t2); - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$call$1, $async$completer); - }, - $signature: 2108 - }; - A.CacheStore__scheduleCleanup_closure.prototype = { - call$0() { - var t1 = this.$this; - t1._scheduledCleanup = null; - t1._cleanupCache$0(); - }, - $signature: 0 - }; - A.Config.prototype = {}; - A.CacheLogger.prototype = {}; - A.DownloadProgress.prototype = {}; - A.FileInfo.prototype = {}; - A.FileResponse.prototype = {}; - A.NonStoringObjectProvider.prototype = { - close$0(_) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue; - var $async$close$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$returnValue = true; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$close$0, $async$completer); - }, - open$0(_) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue; - var $async$open$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$returnValue = true; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$open$0, $async$completer); - }, - $isCacheInfoRepository: 1 - }; - A.CacheObject.prototype = { - copyWith$6$eTag$id$length$relativePath$url$validTill(eTag, id, $length, relativePath, url, validTill) { - var _this = this, - t1 = url == null ? _this.url : url, - t2 = relativePath == null ? _this.relativePath : relativePath, - t3 = validTill == null ? _this.validTill : validTill, - t4 = eTag == null ? _this.eTag : eTag, - t5 = $length == null ? _this.length : $length; - return A.CacheObject$(t1, t4, _this.id, _this.key, t5, t2, _this.touched, t3); - }, - copyWith$1$url(url) { - return this.copyWith$6$eTag$id$length$relativePath$url$validTill(null, null, null, null, url, null); - }, - copyWith$3$eTag$relativePath$validTill(eTag, relativePath, validTill) { - return this.copyWith$6$eTag$id$length$relativePath$url$validTill(eTag, null, null, relativePath, null, validTill); - }, - copyWith$1$length($length) { - return this.copyWith$6$eTag$id$length$relativePath$url$validTill(null, null, $length, null, null, null); - }, - get$id(receiver) { - return this.id; - }, - get$length(receiver) { - return this.length; - } - }; - A.MemoryCacheSystem.prototype = { - createFile$1(_, $name) { - return this.createFile$body$MemoryCacheSystem(0, $name); - }, - createFile$body$MemoryCacheSystem(_, $name) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.File), - $async$returnValue, $async$self = this; - var $async$createFile$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 3; - return A._asyncAwait($async$self.directory, $async$createFile$1); - case 3: - // returning from await. - $async$returnValue = $async$result.childFile$1($name); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$createFile$1, $async$completer); - } - }; - A.FileService.prototype = {}; - A.HttpFileService.prototype = { - $get$2$headers(_, url, headers) { - return this.$get$body$HttpFileService(0, url, headers); - }, - $get$body$HttpFileService(_, url, headers) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.FileServiceResponse), - $async$returnValue, $async$self = this, httpResponse, req; - var $async$$get$2$headers = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - req = A.Request$("GET", A.Uri_parse(url, 0, null)); - req.headers.addAll$1(0, headers); - $async$goto = 3; - return A._asyncAwait($async$self._httpClient.send$1(0, req), $async$$get$2$headers); - case 3: - // returning from await. - httpResponse = $async$result; - A.clock(); - $async$returnValue = new A.HttpGetResponse(A.systemTime(), httpResponse); - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$$get$2$headers, $async$completer); - } - }; - A.HttpGetResponse.prototype = { - get$statusCode(_) { - return this._file_service$_response.statusCode; - }, - get$validTill() { - var controlSettings, t1, ageDuration, _i, sanitizedSetting, validSeconds, - controlHeader = this._file_service$_response.headers.$index(0, "cache-control"); - if (controlHeader != null) { - controlSettings = controlHeader.split(","); - for (t1 = controlSettings.length, ageDuration = B.Duration_604800000000, _i = 0; _i < t1; ++_i) { - sanitizedSetting = J.trim$0$s(controlSettings[_i]).toLowerCase(); - if (sanitizedSetting === "no-cache") - ageDuration = B.Duration_0; - if (B.JSString_methods.startsWith$1(sanitizedSetting, "max-age=")) { - validSeconds = A.Primitives_parseInt(sanitizedSetting.split("=")[1], null); - if (validSeconds == null) - validSeconds = 0; - if (validSeconds > 0) - ageDuration = new A.Duration(1000000 * validSeconds); - } - } - } else - ageDuration = B.Duration_604800000000; - return this._receivedTime.add$1(0, ageDuration); - }, - $isFileServiceResponse: 1 - }; - A.QueueItem.prototype = {}; - A.WebHelper.prototype = { - _downloadOrAddToQueue$3(url, key, authHeaders) { - return this._downloadOrAddToQueue$body$WebHelper(url, key, authHeaders); - }, - _downloadOrAddToQueue$body$WebHelper(url, key, authHeaders) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, subject, result, e, stackTrace, t2, t3, t4, t5, exception, t1, $async$exception; - var $async$_downloadOrAddToQueue$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.concurrentCalls; - if (t1 >= 10) { - $async$self._web_helper$_queue._add$1(0, new A.QueueItem(url, key, authHeaders)); - // goto return - $async$goto = 1; - break; - } - $.$get$cacheLogger(); - $async$self.concurrentCalls = t1 + 1; - t1 = $async$self._memCache; - t2 = t1.$index(0, key); - t2.toString; - subject = t2; - $async$handler = 4; - t2 = new A._StreamIterator(A.checkNotNullable($async$self._updateFile$3$authHeaders(url, key, authHeaders), "stream", type$.Object), type$._StreamIterator_FileResponse); - $async$handler = 7; - case 10: - // for condition - $async$goto = 12; - return A._asyncAwait(t2.moveNext$0(), $async$_downloadOrAddToQueue$3); - case 12: - // returning from await. - if (!$async$result) { - // goto after for - $async$goto = 11; - break; - } - result = t2.get$current(t2); - t3 = subject; - t4 = result; - if (t3._isAddingStreamItems) - A.throwExpression(A.StateError$(string$.You_ca)); - t5 = t3._subject$_controller; - if ((t5._state & 4) === 0) { - t3 = t3._wrapper; - t3.value = t4; - t3.isValue = true; - } - if (!t5.get$_mayAddEvent()) - A.throwExpression(t5._addEventError$0()); - t5._sendData$1(t4); - // goto for condition - $async$goto = 10; - break; - case 11: - // after for - $async$next.push(9); - // goto finally - $async$goto = 8; - break; - case 7: - // uncaught - $async$next = [4]; - case 8: - // finally - $async$handler = 4; - $async$goto = 13; - return A._asyncAwait(t2.cancel$0(0), $async$_downloadOrAddToQueue$3); - case 13: - // returning from await. - // goto the next finally handler - $async$goto = $async$next.pop(); - break; - case 9: - // after finally - $async$next.push(6); - // goto finally - $async$goto = 5; - break; - case 4: - // catch - $async$handler = 3; - $async$exception = $async$currentError; - e = A.unwrapException($async$exception); - stackTrace = A.getTraceFromException($async$exception); - subject.addError$2(e, stackTrace); - $async$next.push(6); - // goto finally - $async$goto = 5; - break; - case 3: - // uncaught - $async$next = [2]; - case 5: - // finally - $async$handler = 2; - --$async$self.concurrentCalls; - $async$goto = 14; - return A._asyncAwait(J.close$0$z(subject), $async$_downloadOrAddToQueue$3); - case 14: - // returning from await. - t1.remove$1(0, key); - $async$self._checkQueue$0(); - // goto the next finally handler - $async$goto = $async$next.pop(); - break; - case 6: - // after finally - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - case 2: - // rethrow - return A._asyncRethrow($async$currentError, $async$completer); - } - }); - return A._asyncStartSync($async$_downloadOrAddToQueue$3, $async$completer); - }, - _checkQueue$0() { - var next, - t1 = this._web_helper$_queue; - if (t1._head === t1._tail) - return; - next = t1.removeFirst$0(); - this._downloadOrAddToQueue$3(next.url, next.key, next.headers); - }, - _updateFile$3$authHeaders(url, key, authHeaders) { - return this._updateFile$body$WebHelper(url, key, authHeaders); - }, - _updateFile$body$WebHelper(url, key, authHeaders) { - var $async$_updateFile$3$authHeaders = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - switch ($async$errorCode) { - case 2: - $async$next = $async$nextWhenCanceled; - $async$goto = $async$next.pop(); - break; - case 1: - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 3; - return A._asyncStarHelper($async$self._web_helper$_store.retrieveCacheData$1(key), $async$_updateFile$3$authHeaders, $async$controller); - case 3: - // returning from await. - cacheObject = $async$result; - if (cacheObject == null) { - A.clock(); - t1 = A.systemTime(); - cacheObject = A.CacheObject$(url, null, null, key, null, B.C_Uuid.v1$0() + ".file", null, t1); - } else - cacheObject = cacheObject.copyWith$1$url(url); - t1 = type$.String; - headers = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); - headers.addAll$1(0, authHeaders); - $async$temp1 = cacheObject; - $async$goto = 5; - return A._asyncStarHelper($async$self.fileFetcher.$get$2$headers(0, cacheObject.url, headers), $async$_updateFile$3$authHeaders, $async$controller); - case 5: - // returning from await. - $async$goto = 4; - $async$nextWhenCanceled = [1]; - return A._asyncStarHelper(A._IterationMarker_yieldStar($async$self._manageResponse$2($async$temp1, $async$result)), $async$_updateFile$3$authHeaders, $async$controller); - case 4: - // after yield - case 1: - // return - return A._asyncStarHelper(null, 0, $async$controller); - case 2: - // rethrow - return A._asyncStarHelper($async$currentError, 1, $async$controller); - } - }); - var $async$goto = 0, - $async$controller = A._makeAsyncStarStreamController($async$_updateFile$3$authHeaders, type$.FileResponse), - $async$nextWhenCanceled, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, t1, headers, cacheObject, $async$temp1; - return A._streamOfController($async$controller); - }, - _manageResponse$2(cacheObject, response) { - return this._manageResponse$body$WebHelper(cacheObject, response); - }, - _manageResponse$body$WebHelper(cacheObject, response) { - var $async$_manageResponse$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - switch ($async$errorCode) { - case 2: - $async$next = $async$nextWhenCanceled; - $async$goto = $async$next.pop(); - break; - case 1: - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - _box_0 = {}; - t1 = response._file_service$_response; - t2 = t1.statusCode; - hasNewFile = B.JSArray_methods.contains$1(B.List_200_202, t2); - keepOldFile = B.JSArray_methods.contains$1(B.List_304, t2); - if (!hasNewFile && !keepOldFile) { - response.get$statusCode(response); - throw A.wrapException(new A.HttpExceptionWithStatus("Invalid statusCode: " + response.get$statusCode(response), A.Uri_parse(cacheObject.url, 0, null))); - } - t3 = t1.headers; - contentTypeHeader = t3.$index(0, "content-type"); - if (contentTypeHeader != null) { - result = new A._ContentType(); - result._HeaderValue$2("", B.Map_empty9); - result.__http$_parse$4(contentTypeHeader, ";", null, false); - t4 = result.__http$_value; - index = B.JSString_methods.indexOf$1(t4, "/"); - if (index === -1 || index === t4.length - 1) - t4 = result._primaryType = B.JSString_methods.trim$0(t4).toLowerCase(); - else { - t5 = result._primaryType = B.JSString_methods.trim$0(B.JSString_methods.substring$2(t4, 0, index)).toLowerCase(); - result._subType = B.JSString_methods.trim$0(B.JSString_methods.substring$1(t4, index + 1)).toLowerCase(); - t4 = t5; - } - fileExtension = B.Map_DpBrA.$index(0, t4 + "/" + result._subType); - if (fileExtension == null) - fileExtension = "." + result._subType; - } else - fileExtension = ""; - filePath = cacheObject.relativePath; - if (!B.JSArray_methods.contains$1(B.List_304, t2)) { - if (!B.JSString_methods.endsWith$1(filePath, fileExtension)) - $async$self._removeOldFile$1(filePath); - filePath = B.C_Uuid.v1$0() + fileExtension; - } - t4 = response.get$validTill(); - newCacheObject = _box_0.newCacheObject = cacheObject.copyWith$3$eTag$relativePath$validTill(t3.$index(0, "etag"), filePath, t4); - $async$goto = B.JSArray_methods.contains$1(B.List_200_202, t2) ? 3 : 5; - break; - case 3: - // then - savedBytes = 0; - receivedBytesResultController = A.StreamController_StreamController(null, null, null, false, type$.int); - $async$self._saveFileAndPostUpdates$3(receivedBytesResultController, newCacheObject, response); - t2 = new A._StreamIterator(A.checkNotNullable(new A._ControllerStream(receivedBytesResultController, A._instanceType(receivedBytesResultController)._eval$1("_ControllerStream<1>")), "stream", type$.Object), type$._StreamIterator_int); - $async$handler = 6; - t1 = t1.contentLength; - case 9: - // for condition - $async$goto = 11; - return A._asyncStarHelper(t2.moveNext$0(), $async$_manageResponse$2, $async$controller); - case 11: - // returning from await. - if (!$async$result) { - // goto after for - $async$goto = 10; - break; - } - progress = t2.get$current(t2); - savedBytes = progress; - $async$goto = 12; - $async$nextWhenCanceled = [1, 7]; - return A._asyncStarHelper(A._IterationMarker_yieldSingle(new A.DownloadProgress(t1, progress)), $async$_manageResponse$2, $async$controller); - case 12: - // after yield - // goto for condition - $async$goto = 9; - break; - case 10: - // after for - $async$next.push(8); - // goto finally - $async$goto = 7; - break; - case 6: - // uncaught - $async$next = [2]; - case 7: - // finally - $async$handler = 2; - $async$goto = 13; - return A._asyncStarHelper(t2.cancel$0(0), $async$_manageResponse$2, $async$controller); - case 13: - // returning from await. - // goto the next finally handler - $async$goto = $async$next.pop(); - break; - case 8: - // after finally - t1 = _box_0.newCacheObject = _box_0.newCacheObject.copyWith$1$length(savedBytes); - // goto join - $async$goto = 4; - break; - case 5: - // else - t1 = newCacheObject; - case 4: - // join - t2 = $async$self._web_helper$_store; - t2.putFile$1(t1).then$1$1(0, new A.WebHelper__manageResponse_closure(_box_0, $async$self, cacheObject), type$.Null); - $async$temp1 = A; - $async$goto = 15; - return A._asyncStarHelper(t2.fileSystem.createFile$1(0, _box_0.newCacheObject.relativePath), $async$_manageResponse$2, $async$controller); - case 15: - // returning from await. - $async$goto = 14; - $async$nextWhenCanceled = [1]; - return A._asyncStarHelper(A._IterationMarker_yieldSingle(new $async$temp1.FileInfo($async$result, _box_0.newCacheObject.validTill)), $async$_manageResponse$2, $async$controller); - case 14: - // after yield - case 1: - // return - return A._asyncStarHelper(null, 0, $async$controller); - case 2: - // rethrow - return A._asyncStarHelper($async$currentError, 1, $async$controller); - } - }); - var $async$goto = 0, - $async$controller = A._makeAsyncStarStreamController($async$_manageResponse$2, type$.FileResponse), - $async$nextWhenCanceled, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, savedBytes, progress, t3, contentTypeHeader, result, t4, index, t5, fileExtension, filePath, newCacheObject, receivedBytesResultController, _box_0, t1, t2, hasNewFile, keepOldFile, $async$temp1; - return A._streamOfController($async$controller); - }, - _saveFileAndPostUpdates$3(receivedBytesResultController, cacheObject, response) { - return this._saveFileAndPostUpdates$body$WebHelper(receivedBytesResultController, cacheObject, response); - }, - _saveFileAndPostUpdates$body$WebHelper(receivedBytesResultController, cacheObject, response) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$handler = 1, $async$currentError, $async$self = this, sink, e, stacktrace, t2, exception, t1, file, $async$exception; - var $async$_saveFileAndPostUpdates$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = {}; - $async$goto = 2; - return A._asyncAwait($async$self._web_helper$_store.fileSystem.createFile$1(0, cacheObject.relativePath), $async$_saveFileAndPostUpdates$3); - case 2: - // returning from await. - file = $async$result; - $async$handler = 4; - t1.receivedBytes = 0; - t2 = file; - t2.fileSystem.opHandle.call$2(t2.path, B.FileSystemOp_4); - sink = A._FileSink__FileSink$fromFile(t2, B.FileMode_1, B.C_Utf8Codec); - t2 = response._file_service$_response.stream; - $async$goto = 7; - return A._asyncAwait(new A._MapStream(new A.WebHelper__saveFileAndPostUpdates_closure(t1, receivedBytesResultController), t2, A._instanceType(t2)._eval$1("_MapStream>")).pipe$1(sink), $async$_saveFileAndPostUpdates$3); - case 7: - // returning from await. - $async$handler = 1; - // goto after finally - $async$goto = 6; - break; - case 4: - // catch - $async$handler = 3; - $async$exception = $async$currentError; - e = A.unwrapException($async$exception); - stacktrace = A.getTraceFromException($async$exception); - receivedBytesResultController.addError$2(e, stacktrace); - // goto after finally - $async$goto = 6; - break; - case 3: - // uncaught - // goto rethrow - $async$goto = 1; - break; - case 6: - // after finally - $async$goto = 8; - return A._asyncAwait(receivedBytesResultController.close$0(0), $async$_saveFileAndPostUpdates$3); - case 8: - // returning from await. - // implicit return - return A._asyncReturn(null, $async$completer); - case 1: - // rethrow - return A._asyncRethrow($async$currentError, $async$completer); - } - }); - return A._asyncStartSync($async$_saveFileAndPostUpdates$3, $async$completer); - }, - _removeOldFile$1(relativePath) { - return this._removeOldFile$body$WebHelper(relativePath); - }, - _removeOldFile$body$WebHelper(relativePath) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, file; - var $async$_removeOldFile$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$goto = 2; - return A._asyncAwait($async$self._web_helper$_store.fileSystem.createFile$1(0, relativePath), $async$_removeOldFile$1); - case 2: - // returning from await. - file = $async$result; - $async$goto = 5; - return A._asyncAwait(file.exists$0(), $async$_removeOldFile$1); - case 5: - // returning from await. - $async$goto = $async$result ? 3 : 4; - break; - case 3: - // then - $async$goto = 6; - return A._asyncAwait(file.delete$0(0), $async$_removeOldFile$1); - case 6: - // returning from await. - case 4: - // join - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$_removeOldFile$1, $async$completer); - } - }; - A.WebHelper__manageResponse_closure.prototype = { - call$1(_) { - var t1 = this.oldCacheObject.relativePath; - if (this._box_0.newCacheObject.relativePath !== t1) - this.$this._removeOldFile$1(t1); - }, - $signature: 103 - }; - A.WebHelper__saveFileAndPostUpdates_closure.prototype = { - call$1(s) { - var t1 = this._box_0, - receivedBytes = t1.receivedBytes + J.get$length$asx(s); - t1.receivedBytes = receivedBytes; - this.receivedBytesResultController.add$1(0, receivedBytes); - return s; - }, - $signature: 1596 - }; - A.HttpExceptionWithStatus.prototype = {}; A.BlockPicker.prototype = { createState$0() { return new A._BlockPickerState(B._StateLifecycle_0); @@ -312691,7 +319766,7 @@ t3 = false; return t2.itemBuilder$3(color, t3, new A._BlockPickerState_build__closure(t1, color)); }, - $signature: 1595 + $signature: 2613 }; A._BlockPickerState_build__closure.prototype = { call$0() { @@ -312985,7 +320060,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_CupertinoLocalizations); }, - $signature: 1590 + $signature: 2619 }; A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats.prototype = { call$1(locale) { @@ -312999,7 +320074,7 @@ _this.singleDigitSecondFormat.__late_helper$_value = A.DateFormat$s(locale); _this.decimalFormat.__late_helper$_value = A.NumberFormat_NumberFormat$decimalPattern(locale); }, - $signature: 95 + $signature: 99 }; A.CupertinoLocalizationAf.prototype = { get$copyButtonLabel() { @@ -313008,11 +320083,20 @@ get$cutButtonLabel() { return "Knip"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Plak"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Kies alles"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationAm.prototype = { @@ -313022,11 +320106,20 @@ get$cutButtonLabel() { return "\u1241\u1228\u1325"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u1208\u1325\u134d"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u1201\u1209\u1295\u121d \u121d\u1228\u1325"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationAr.prototype = { @@ -313036,11 +320129,20 @@ get$cutButtonLabel() { return "\u0642\u0635"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0644\u0635\u0642"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0643\u0644"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationAs.prototype = { @@ -313050,11 +320152,20 @@ get$cutButtonLabel() { return "\u0995\u09be\u099f \u0995\u09f0\u0995"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u09aa\u09c7'\u09b7\u09cd\u099f \u0995\u09f0\u0995"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u09b8\u0995\u09b2\u09cb \u09ac\u09be\u099b\u09a8\u09bf \u0995\u09f0\u0995"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationAz.prototype = { @@ -313064,11 +320175,20 @@ get$cutButtonLabel() { return "K\u0259sin"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Yerl\u0259\u015fdirin"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Ham\u0131s\u0131n\u0131 se\xe7in"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationBe.prototype = { @@ -313078,11 +320198,20 @@ get$cutButtonLabel() { return "\u0412\u044b\u0440\u0430\u0437\u0430\u0446\u044c"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0423\u0441\u0442\u0430\u0432\u0456\u0446\u044c"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0412\u044b\u0431\u0440\u0430\u0446\u044c \u0443\u0441\u0435"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationBg.prototype = { @@ -313092,11 +320221,20 @@ get$cutButtonLabel() { return "\u0418\u0437\u0440\u044f\u0437\u0432\u0430\u043d\u0435"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u041f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationBn.prototype = { @@ -313106,11 +320244,20 @@ get$cutButtonLabel() { return "\u0995\u09be\u099f \u0995\u09b0\u09c1\u09a8"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u09aa\u09c7\u09b8\u09cd\u099f \u0995\u09b0\u09c1\u09a8"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u09b8\u09ac \u09ac\u09c7\u099b\u09c7 \u09a8\u09bf\u09a8"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationBs.prototype = { @@ -313120,11 +320267,20 @@ get$cutButtonLabel() { return "Izre\u017ei"; }, + get$lookUpButtonLabel() { + return "Pogled prema gore"; + }, get$pasteButtonLabel() { return "Zalijepi"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Odaberi sve"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationCa.prototype = { @@ -313134,11 +320290,20 @@ get$cutButtonLabel() { return "Retalla"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Enganxa"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Selecciona-ho tot"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationCs.prototype = { @@ -313148,11 +320313,20 @@ get$cutButtonLabel() { return "Vyjmout"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Vlo\u017eit"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Vybrat v\u0161e"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationCy.prototype = { @@ -313162,11 +320336,20 @@ get$cutButtonLabel() { return "Torri"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Gludo"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Dewis y Cyfan"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationDa.prototype = { @@ -313176,11 +320359,20 @@ get$cutButtonLabel() { return "Klip"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Inds\xe6t"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "V\xe6lg alle"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationDe.prototype = { @@ -313190,11 +320382,20 @@ get$cutButtonLabel() { return "Ausschneiden"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Einsetzen"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Alles ausw\xe4hlen"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationDeCh.prototype = {}; @@ -313205,11 +320406,20 @@ get$cutButtonLabel() { return "\u0391\u03c0\u03bf\u03ba\u03bf\u03c0\u03ae"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0395\u03c0\u03b9\u03ba\u03cc\u03bb\u03bb\u03b7\u03c3\u03b7"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationEn.prototype = { @@ -313219,14 +320429,26 @@ get$cutButtonLabel() { return "Cut"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Paste"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Select All"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationEnAu.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$selectAllButtonLabel() { return "Select all"; } @@ -313237,31 +320459,49 @@ } }; A.CupertinoLocalizationEnGb.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$selectAllButtonLabel() { return "Select all"; } }; A.CupertinoLocalizationEnIe.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$selectAllButtonLabel() { return "Select all"; } }; A.CupertinoLocalizationEnIn.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$selectAllButtonLabel() { return "Select all"; } }; A.CupertinoLocalizationEnNz.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$selectAllButtonLabel() { return "Select all"; } }; A.CupertinoLocalizationEnSg.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$selectAllButtonLabel() { return "Select all"; } }; A.CupertinoLocalizationEnZa.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$selectAllButtonLabel() { return "Select all"; } @@ -313273,33 +320513,182 @@ get$cutButtonLabel() { return "Cortar"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Pegar"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Seleccionar todo"; + }, + get$shareButtonLabel() { + return "Share..."; + } + }; + A.CupertinoLocalizationEs419.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsAr.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsBo.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsCl.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsCo.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsCr.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsDo.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsEc.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsGt.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsHn.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsMx.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsNi.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsPa.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsPe.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsPr.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsPy.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsSv.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsUs.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsUy.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; + } + }; + A.CupertinoLocalizationEsVe.prototype = { + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$selectAllButtonLabel() { + return "Seleccionar todos"; } }; - A.CupertinoLocalizationEs419.prototype = {}; - A.CupertinoLocalizationEsAr.prototype = {}; - A.CupertinoLocalizationEsBo.prototype = {}; - A.CupertinoLocalizationEsCl.prototype = {}; - A.CupertinoLocalizationEsCo.prototype = {}; - A.CupertinoLocalizationEsCr.prototype = {}; - A.CupertinoLocalizationEsDo.prototype = {}; - A.CupertinoLocalizationEsEc.prototype = {}; - A.CupertinoLocalizationEsGt.prototype = {}; - A.CupertinoLocalizationEsHn.prototype = {}; - A.CupertinoLocalizationEsMx.prototype = {}; - A.CupertinoLocalizationEsNi.prototype = {}; - A.CupertinoLocalizationEsPa.prototype = {}; - A.CupertinoLocalizationEsPe.prototype = {}; - A.CupertinoLocalizationEsPr.prototype = {}; - A.CupertinoLocalizationEsPy.prototype = {}; - A.CupertinoLocalizationEsSv.prototype = {}; - A.CupertinoLocalizationEsUs.prototype = {}; - A.CupertinoLocalizationEsUy.prototype = {}; - A.CupertinoLocalizationEsVe.prototype = {}; A.CupertinoLocalizationEt.prototype = { get$copyButtonLabel() { return "Kopeeri"; @@ -313307,11 +320696,20 @@ get$cutButtonLabel() { return "L\xf5ika"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Kleebi"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Vali k\xf5ik"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationEu.prototype = { @@ -313321,11 +320719,20 @@ get$cutButtonLabel() { return "Ebaki"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Itsatsi"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { - return "Hautatu guztiak"; + return "Hautatu dena"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationFa.prototype = { @@ -313335,11 +320742,20 @@ get$cutButtonLabel() { return "\u0628\u0631\u0634"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u062c\u0627\u06cc\u200c\u06af\u0630\u0627\u0631\u06cc"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationFi.prototype = { @@ -313349,11 +320765,20 @@ get$cutButtonLabel() { return "Leikkaa"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Liit\xe4"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Valitse kaikki"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationFil.prototype = { @@ -313363,11 +320788,20 @@ get$cutButtonLabel() { return "I-cut"; }, + get$lookUpButtonLabel() { + return "Tumingin sa Itaas"; + }, get$pasteButtonLabel() { return "I-paste"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Piliin Lahat"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationFr.prototype = { @@ -313377,11 +320811,20 @@ get$cutButtonLabel() { return "Couper"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Coller"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Tout s\xe9lect."; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationFrCa.prototype = { @@ -313396,11 +320839,20 @@ get$cutButtonLabel() { return "Cortar"; }, + get$lookUpButtonLabel() { + return "Mirar cara arriba"; + }, get$pasteButtonLabel() { return "Pegar"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Seleccionar todo"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationGsw.prototype = { @@ -313410,11 +320862,20 @@ get$cutButtonLabel() { return "Ausschneiden"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Einsetzen"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Alles ausw\xe4hlen"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationGu.prototype = { @@ -313424,11 +320885,20 @@ get$cutButtonLabel() { return "\u0a95\u0abe\u0aaa\u0acb"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0aaa\u0ac7\u0ab8\u0acd\u0a9f \u0a95\u0ab0\u0acb"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0aac\u0aa7\u0abe \u0aaa\u0ab8\u0a82\u0aa6 \u0a95\u0ab0\u0acb"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationHe.prototype = { @@ -313438,11 +320908,20 @@ get$cutButtonLabel() { return "\u05d2\u05d6\u05d9\u05e8\u05d4"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u05d4\u05d3\u05d1\u05e7\u05d4"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u05d1\u05d7\u05d9\u05e8\u05ea \u05d4\u05db\u05d5\u05dc"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationHi.prototype = { @@ -313452,11 +320931,20 @@ get$cutButtonLabel() { return "\u0915\u093e\u091f\u0947\u0902"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u091a\u093f\u092a\u0915\u093e\u090f\u0902"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0938\u092d\u0940 \u091a\u0941\u0928\u0947\u0902"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationHr.prototype = { @@ -313466,11 +320954,20 @@ get$cutButtonLabel() { return "Izre\u017ei"; }, + get$lookUpButtonLabel() { + return "Pogled prema gore"; + }, get$pasteButtonLabel() { return "Zalijepi"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Odaberi sve"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationHu.prototype = { @@ -313480,11 +320977,20 @@ get$cutButtonLabel() { return "Kiv\xe1g\xe1s"; }, + get$lookUpButtonLabel() { + return "Felfel\xe9 n\xe9z\xe9s"; + }, get$pasteButtonLabel() { return "Beilleszt\xe9s"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\xd6sszes kijel\xf6l\xe9se"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationHy.prototype = { @@ -313494,11 +321000,20 @@ get$cutButtonLabel() { return "\u053f\u057f\u0580\u0565\u056c"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0546\u0577\u0565\u056c \u0562\u0578\u056c\u0578\u0580\u0568"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationId.prototype = { @@ -313508,11 +321023,20 @@ get$cutButtonLabel() { return "Potong"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Tempel"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Pilih Semua"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationIs.prototype = { @@ -313522,11 +321046,20 @@ get$cutButtonLabel() { return "Klippa"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "L\xedma"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Velja allt"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationIt.prototype = { @@ -313536,11 +321069,20 @@ get$cutButtonLabel() { return "Taglia"; }, + get$lookUpButtonLabel() { + return "Cerca"; + }, get$pasteButtonLabel() { return "Incolla"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Seleziona tutto"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationJa.prototype = { @@ -313550,11 +321092,20 @@ get$cutButtonLabel() { return "\u5207\u308a\u53d6\u308a"; }, + get$lookUpButtonLabel() { + return "\u8abf\u3079\u308b"; + }, get$pasteButtonLabel() { return "\u8cbc\u308a\u4ed8\u3051"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u3059\u3079\u3066\u9078\u629e"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationKa.prototype = { @@ -313564,11 +321115,20 @@ get$cutButtonLabel() { return "\u10d0\u10db\u10dd\u10ed\u10e0\u10d0"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u10e9\u10d0\u10e1\u10db\u10d0"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u10e7\u10d5\u10d4\u10da\u10d0\u10e1 \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationKk.prototype = { @@ -313578,11 +321138,20 @@ get$cutButtonLabel() { return "\u049a\u0438\u044e"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u049a\u043e\u044e"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0411\u0430\u0440\u043b\u044b\u0493\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationKm.prototype = { @@ -313592,11 +321161,20 @@ get$cutButtonLabel() { return "\u1780\u17b6\u178f\u17cb"; }, + get$lookUpButtonLabel() { + return "\u179a\u1780\u1798\u17be\u179b"; + }, get$pasteButtonLabel() { return "\u178a\u17b6\u1780\u17cb\u200b\u1785\u17bc\u179b"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationKn.prototype = { @@ -313606,11 +321184,20 @@ get$cutButtonLabel() { return "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2 \u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationKo.prototype = { @@ -313620,11 +321207,20 @@ get$cutButtonLabel() { return "\uc798\ub77c\ub0c4"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\ubd99\uc5ec\ub123\uae30"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\uc804\uccb4 \uc120\ud0dd"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationKy.prototype = { @@ -313634,11 +321230,20 @@ get$cutButtonLabel() { return "\u041a\u0435\u0441\u04af\u04af"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0427\u0430\u043f\u0442\u043e\u043e"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0411\u0430\u0430\u0440\u044b\u043d \u0442\u0430\u043d\u0434\u043e\u043e"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationLo.prototype = { @@ -313648,11 +321253,20 @@ get$cutButtonLabel() { return "\u0e95\u0eb1\u0e94"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0ea7\u0eb2\u0e87"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationLt.prototype = { @@ -313662,11 +321276,20 @@ get$cutButtonLabel() { return "I\u0161kirpti"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u012eklijuoti"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Pasirinkti visk\u0105"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationLv.prototype = { @@ -313676,11 +321299,20 @@ get$cutButtonLabel() { return "Izgriezt"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Iel\u012bm\u0113t"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Atlas\u012bt visu"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationMk.prototype = { @@ -313690,11 +321322,20 @@ get$cutButtonLabel() { return "\u0418\u0441\u0435\u0447\u0438"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0417\u0430\u043b\u0435\u043f\u0438"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0418\u0437\u0431\u0435\u0440\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationMl.prototype = { @@ -313704,11 +321345,20 @@ get$cutButtonLabel() { return "\u0d2e\u0d41\u0d31\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15"; }, + get$lookUpButtonLabel() { + return "\u0d2e\u0d41\u0d15\u0d33\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d28\u0d4b\u0d15\u0d4d\u0d15\u0d41\u0d15"; + }, get$pasteButtonLabel() { return "\u0d12\u0d1f\u0d4d\u0d1f\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d24\u0d3f\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d15"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationMn.prototype = { @@ -313718,11 +321368,20 @@ get$cutButtonLabel() { return "\u0422\u0430\u0441\u043b\u0430\u0445"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0411\u0443\u0443\u043b\u0433\u0430\u0445"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationMr.prototype = { @@ -313732,11 +321391,20 @@ get$cutButtonLabel() { return "\u0915\u091f \u0915\u0930\u093e"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u092a\u0947\u0938\u094d\u091f \u0915\u0930\u093e"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0938\u0930\u094d\u0935 \u0928\u093f\u0935\u0921\u093e"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationMs.prototype = { @@ -313746,11 +321414,20 @@ get$cutButtonLabel() { return "Potong"; }, + get$lookUpButtonLabel() { + return "Lihat ke Atas"; + }, get$pasteButtonLabel() { return "Tampal"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Pilih Semua"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationMy.prototype = { @@ -313760,11 +321437,20 @@ get$cutButtonLabel() { return "\u1016\u103c\u1010\u103a\u101a\u1030\u101b\u1014\u103a"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u1000\u1030\u1038\u1011\u100a\u1037\u103a\u101b\u1014\u103a"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u1021\u102c\u1038\u101c\u102f\u1036\u1038 \u101b\u103d\u1031\u1038\u101b\u1014\u103a"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationNb.prototype = { @@ -313774,11 +321460,20 @@ get$cutButtonLabel() { return "Klipp ut"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Lim inn"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Velg alle"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationNe.prototype = { @@ -313788,11 +321483,20 @@ get$cutButtonLabel() { return "\u0915\u093e\u091f\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u091f\u093e\u0901\u0938\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0938\u092c\u0948 \u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationNl.prototype = { @@ -313802,11 +321506,20 @@ get$cutButtonLabel() { return "Knippen"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Plakken"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Alles selecteren"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationNo.prototype = { @@ -313816,11 +321529,20 @@ get$cutButtonLabel() { return "Klipp ut"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Lim inn"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Velg alle"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationOr.prototype = { @@ -313830,11 +321552,20 @@ get$cutButtonLabel() { return "\u0b15\u0b1f\u0b4d \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0b2a\u0b47\u0b37\u0b4d\u0b1f \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0b38\u0b2e\u0b38\u0b4d\u0b24 \u0b1a\u0b5f\u0b28 \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationPa.prototype = { @@ -313844,11 +321575,20 @@ get$cutButtonLabel() { return "\u0a15\u0a71\u0a1f \u0a15\u0a30\u0a4b"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0a2a\u0a47\u0a38\u0a1f \u0a15\u0a30\u0a4b"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0a38\u0a2d \u0a1a\u0a41\u0a23\u0a4b"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationPl.prototype = { @@ -313858,11 +321598,20 @@ get$cutButtonLabel() { return "Wytnij"; }, + get$lookUpButtonLabel() { + return "Sprawd\u017a"; + }, get$pasteButtonLabel() { return "Wklej"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { - return "Zaznacz wszystko"; + return "Wybierz wszystkie"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationPt.prototype = { @@ -313872,14 +321621,30 @@ get$cutButtonLabel() { return "Cortar"; }, + get$lookUpButtonLabel() { + return "Pesquisar"; + }, get$pasteButtonLabel() { return "Colar"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, + get$selectAllButtonLabel() { + return "Selecionar Tudo"; + }, + get$shareButtonLabel() { + return "Share..."; + } + }; + A.CupertinoLocalizationPtPt.prototype = { + get$lookUpButtonLabel() { + return "Procurar"; + }, get$selectAllButtonLabel() { return "Selecionar tudo"; } }; - A.CupertinoLocalizationPtPt.prototype = {}; A.CupertinoLocalizationRo.prototype = { get$copyButtonLabel() { return "Copia\u021bi"; @@ -313887,11 +321652,20 @@ get$cutButtonLabel() { return "Decupa\u021bi"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Insera\u021bi"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Selecta\u021bi-le pe toate"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationRu.prototype = { @@ -313901,11 +321675,20 @@ get$cutButtonLabel() { return "\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationSi.prototype = { @@ -313915,11 +321698,20 @@ get$cutButtonLabel() { return "\u0d9a\u0db4\u0db1\u0dca\u0db1"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0d85\u0dbd\u0dc0\u0db1\u0dca\u0db1"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0dc3\u0dd2\u0dba\u0dbd\u0dca\u0dbd \u0dad\u0ddd\u0dbb\u0db1\u0dca\u0db1"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationSk.prototype = { @@ -313929,11 +321721,20 @@ get$cutButtonLabel() { return "Vystrihn\xfa\u0165"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Prilepi\u0165"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Vybra\u0165 v\u0161etko"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationSl.prototype = { @@ -313943,11 +321744,20 @@ get$cutButtonLabel() { return "Izre\u017ei"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Prilepi"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Izberi vse"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationSq.prototype = { @@ -313957,11 +321767,20 @@ get$cutButtonLabel() { return "Prit"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Ngjit"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Zgjidhi t\xeb gjitha"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationSr.prototype = { @@ -313971,11 +321790,20 @@ get$cutButtonLabel() { return "\u0418\u0441\u0435\u0446\u0438"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u041d\u0430\u043b\u0435\u043f\u0438"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationSrCyrl.prototype = {}; @@ -314000,11 +321828,20 @@ get$cutButtonLabel() { return "Klipp ut"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Klistra in"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Markera alla"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationSw.prototype = { @@ -314014,11 +321851,20 @@ get$cutButtonLabel() { return "Kata"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Bandika"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Teua Zote"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationTa.prototype = { @@ -314028,11 +321874,20 @@ get$cutButtonLabel() { return "\u0bb5\u0bc6\u0b9f\u0bcd\u0b9f\u0bc1"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0b92\u0b9f\u0bcd\u0b9f\u0bc1"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0b8e\u0bb2\u0bcd\u0bb2\u0bbe\u0bae\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationTe.prototype = { @@ -314042,11 +321897,20 @@ get$cutButtonLabel() { return "\u0c15\u0c24\u0c4d\u0c24\u0c3f\u0c30\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0c2a\u0c47\u0c38\u0c4d\u0c1f\u0c4d \u0c1a\u0c47\u0c2f\u0c02\u0c21\u0c3f"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0c05\u0c28\u0c4d\u0c28\u0c3f\u0c02\u0c1f\u0c3f\u0c28\u0c40 \u0c0e\u0c02\u0c1a\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationTh.prototype = { @@ -314056,11 +321920,20 @@ get$cutButtonLabel() { return "\u0e15\u0e31\u0e14"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0e27\u0e32\u0e07"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationTl.prototype = { @@ -314070,11 +321943,20 @@ get$cutButtonLabel() { return "I-cut"; }, + get$lookUpButtonLabel() { + return "Tumingin sa Itaas"; + }, get$pasteButtonLabel() { return "I-paste"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Piliin Lahat"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationTr.prototype = { @@ -314084,11 +321966,20 @@ get$cutButtonLabel() { return "Kes"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Yap\u0131\u015ft\u0131r"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "T\xfcm\xfcn\xfc Se\xe7"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationUk.prototype = { @@ -314098,11 +321989,20 @@ get$cutButtonLabel() { return "\u0412\u0438\u0440\u0456\u0437\u0430\u0442\u0438"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0435"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationUr.prototype = { @@ -314112,11 +322012,20 @@ get$cutButtonLabel() { return "\u06a9\u0679 \u06a9\u0631\u06cc\u06ba"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u067e\u06cc\u0633\u0679 \u06a9\u0631\u06cc\u06ba"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0633\u0628\u06be\u06cc \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationUz.prototype = { @@ -314126,11 +322035,20 @@ get$cutButtonLabel() { return "Kesib olish"; }, + get$lookUpButtonLabel() { + return "Tepaga qarang"; + }, get$pasteButtonLabel() { return "Joylash"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Barchasini tanlash"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationVi.prototype = { @@ -314140,11 +322058,20 @@ get$cutButtonLabel() { return "C\u1eaft"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "D\xe1n"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Ch\u1ecdn t\u1ea5t c\u1ea3"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationZh.prototype = { @@ -314154,11 +322081,20 @@ get$cutButtonLabel() { return "\u526a\u5207"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "\u7c98\u8d34"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u5168\u9009"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.CupertinoLocalizationZhHans.prototype = {}; @@ -314169,6 +322105,9 @@ get$cutButtonLabel() { return "\u526a\u4e0b"; }, + get$lookUpButtonLabel() { + return "\u67e5\u8a62"; + }, get$pasteButtonLabel() { return "\u8cbc\u4e0a"; }, @@ -314185,11 +322124,20 @@ get$cutButtonLabel() { return "Sika"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, get$pasteButtonLabel() { return "Namathisela"; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Khetha konke"; + }, + get$shareButtonLabel() { + return "Share..."; } }; A.MaterialLocalizationAf.prototype = { @@ -314286,6 +322234,12 @@ get$licensesPageTitle() { return "Lisensies"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Maak kieslys toe"; + }, get$modalBarrierDismissLabel() { return "Maak toe"; }, @@ -314347,11 +322301,14 @@ return "Rye per bladsy:"; }, get$scanTextButtonLabel() { - return "Skena umbhalo"; + return "Skandeer teks"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Kies alles"; }, @@ -314442,7 +322399,7 @@ return "\u1230\u1265\u1235\u1265"; }, get$firstPageTooltip() { - return "\u12e8\u1218\u1300\u1218\u122a\u12eb\u12cd \u1308\u133d"; + return "\u12e8\u1218\u1300\u1218\u122a\u12eb\u12cd \u1308\u1345"; }, get$inputDateModeButtonLabel() { return "\u12c8\u12f0 \u130d\u1264\u1275 \u1240\u12ed\u122d"; @@ -314457,7 +322414,7 @@ return "\u12e8\u121a\u1220\u122b \u1230\u12d3\u1275 \u12eb\u1235\u1308\u1261"; }, get$lastPageTooltip() { - return "\u12e8\u1218\u1328\u1228\u123b\u12cd \u1308\u133d"; + return "\u12e8\u1218\u1328\u1228\u123b\u12cd \u1308\u1345"; }, get$licensesPackageDetailTextFew() { return null; @@ -314480,6 +322437,12 @@ get$licensesPageTitle() { return "\u1348\u1243\u12f6\u127d"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u121d\u1293\u120c\u1295 \u12a0\u1230\u1293\u1265\u1275"; + }, get$modalBarrierDismissLabel() { return "\u12a0\u1230\u1293\u1265\u1275"; }, @@ -314490,7 +322453,7 @@ return "\u1240\u1323\u12ed \u12c8\u122d"; }, get$nextPageTooltip() { - return "\u1240\u1323\u12ed \u1308\u133d"; + return "\u1240\u1323\u12ed \u1308\u1345"; }, get$okButtonLabel() { return "\u12a5\u123a"; @@ -314514,7 +322477,7 @@ return "\u1240\u12f3\u121a \u12c8\u122d"; }, get$previousPageTooltip() { - return "\u1240\u12f3\u121a \u1308\u133d"; + return "\u1240\u12f3\u121a \u1308\u1345"; }, get$refreshIndicatorSemanticLabel() { return "\u12a0\u12f5\u1235"; @@ -314541,11 +322504,14 @@ return "\u1228\u12f5\u134e\u127d \u1260\u1308\u133d\u1366"; }, get$scanTextButtonLabel() { - return "\u133d\u1211\u134d \u12ed\u1243\u1299"; + return "\u133d\u1201\u134d\u1295 \u1243\u129d"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u1201\u1209\u1295\u121d \u121d\u1228\u1325"; }, @@ -314674,6 +322640,12 @@ get$licensesPageTitle() { return "\u0627\u0644\u062a\u0631\u0627\u062e\u064a\u0635"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0642\u0627\u0626\u0645\u0629"; + }, get$modalBarrierDismissLabel() { return "\u0631\u0641\u0636"; }, @@ -314735,11 +322707,14 @@ return "\u0639\u062f\u062f \u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u064a \u0627\u0644\u0635\u0641\u062d\u0629:"; }, get$scanTextButtonLabel() { - return "\u0645\u0633\u062d \u0627\u0644\u0646\u0635"; + return "\u0645\u0633\u062d \u0627\u0644\u0646\u0635 \u0636\u0648\u0626\u064a\u064b\u0627"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0643\u0644"; }, @@ -314868,6 +322843,12 @@ get$licensesPageTitle() { return "\u0985\u09a8\u09c1\u099c\u09cd\u099e\u09be\u09aa\u09a4\u09cd\u09f0\u09b8\u09ae\u09c2\u09b9"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0985\u0997\u09cd\u09f0\u09be\u09b9\u09cd\u09af \u0995\u09f0\u09be\u09f0 \u09ae\u09c7\u09a8\u09c1"; + }, get$modalBarrierDismissLabel() { return "\u0985\u0997\u09cd\u09f0\u09be\u09b9\u09cd\u09af \u0995\u09f0\u0995"; }, @@ -314929,11 +322910,14 @@ return "\u09aa\u09cd\u09f0\u09a4\u09bf\u099f\u09cb \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u09a4 \u09a5\u0995\u09be \u09b6\u09be\u09f0\u09c0:"; }, get$scanTextButtonLabel() { - return "\u09b8\u09cd\u0995\u09c7\u09a8 \u099f\u09c7\u0995\u09cd\u09b8\u099f"; + return "\u09aa\u09be\u09a0 \u09b8\u09cd\u0995\u09c7\u09a8 \u0995\u09f0\u0995"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u09b8\u0995\u09b2\u09cb \u09ac\u09be\u099b\u09a8\u09bf \u0995\u09f0\u0995"; }, @@ -315062,6 +323046,12 @@ get$licensesPageTitle() { return "Lisenziyalar"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Menyunu qapad\u0131n"; + }, get$modalBarrierDismissLabel() { return "\u0130mtina edin"; }, @@ -315128,6 +323118,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Ham\u0131s\u0131n\u0131 se\xe7in"; }, @@ -315256,6 +323249,12 @@ get$licensesPageTitle() { return "\u041b\u0456\u0446\u044d\u043d\u0437\u0456\u0456"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0417\u0430\u043a\u0440\u044b\u0446\u044c \u043c\u0435\u043d\u044e"; + }, get$modalBarrierDismissLabel() { return "\u0410\u0434\u0445\u0456\u043b\u0456\u0446\u044c"; }, @@ -315317,11 +323316,14 @@ return "\u0420\u0430\u0434\u043a\u043e\u045e \u043d\u0430 \u0441\u0442\u0430\u0440\u043e\u043d\u043a\u0443:"; }, get$scanTextButtonLabel() { - return "\u0421\u043a\u0430\u043d\u0430\u0432\u0430\u0446\u044c \u0442\u044d\u043a\u0441\u0442"; + return "\u0421\u043a\u0430\u043d\u0456\u0440\u0430\u0432\u0430\u0446\u044c \u0442\u044d\u043a\u0441\u0442"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0412\u044b\u0431\u0440\u0430\u0446\u044c \u0443\u0441\u0435"; }, @@ -315450,6 +323452,12 @@ get$licensesPageTitle() { return "\u041b\u0438\u0446\u0435\u043d\u0437\u0438"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u041e\u0442\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435 \u043d\u0430 \u043c\u0435\u043d\u044e\u0442\u043e"; + }, get$modalBarrierDismissLabel() { return "\u041e\u0442\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435"; }, @@ -315511,11 +323519,14 @@ return "\u0420\u0435\u0434\u043e\u0432\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430:"; }, get$scanTextButtonLabel() { - return "\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0442\u0435\u043a\u0441\u0442"; + return "\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u0439\u0442\u0435 \u0442\u0435\u043a\u0441\u0442"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438"; }, @@ -315644,6 +323655,12 @@ get$licensesPageTitle() { return "\u09b2\u09be\u0987\u09b8\u09c7\u09a8\u09cd\u09b8"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u09ac\u09be\u09a4\u09bf\u09b2 \u0995\u09b0\u09be\u09b0 \u09ae\u09c7\u09a8\u09c1"; + }, get$modalBarrierDismissLabel() { return "\u0996\u09be\u09b0\u09bf\u099c \u0995\u09b0\u09c1\u09a8"; }, @@ -315705,11 +323722,14 @@ return "\u09aa\u09cd\u09b0\u09a4\u09bf \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u09df \u09b8\u09be\u09b0\u09bf\u09b0 \u09b8\u0982\u0996\u09cd\u09af\u09be:"; }, get$scanTextButtonLabel() { - return "\u09aa\u09be\u09a0\u09cd\u09af \u09b8\u09cd\u0995\u09cd\u09af\u09be\u09a8 \u0995\u09b0\u09c1\u09a8"; + return "\u099f\u09c7\u0995\u09cd\u09b8\u099f \u09b8\u09cd\u0995\u09cd\u09af\u09be\u09a8 \u0995\u09b0\u09c1\u09a8"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u09b8\u09ac \u09ac\u09c7\u099b\u09c7 \u09a8\u09bf\u09a8"; }, @@ -315838,6 +323858,12 @@ get$licensesPageTitle() { return "Licence"; }, + get$lookUpButtonLabel() { + return "Pogled prema gore"; + }, + get$menuDismissLabel() { + return "Odbacivanje menija"; + }, get$modalBarrierDismissLabel() { return "Odbaci"; }, @@ -315904,6 +323930,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Odaberi sve"; }, @@ -316032,6 +324061,12 @@ get$licensesPageTitle() { return "Llic\xe8ncies"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Ignora el men\xfa"; + }, get$modalBarrierDismissLabel() { return "Ignora"; }, @@ -316093,11 +324128,14 @@ return "Files per p\xe0gina:"; }, get$scanTextButtonLabel() { - return "Escaneja el text"; + return "Escaneja text"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Selecciona-ho tot"; }, @@ -316226,6 +324264,12 @@ get$licensesPageTitle() { return "Licence"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Zav\u0159\xedt nab\xeddku"; + }, get$modalBarrierDismissLabel() { return "Zav\u0159\xedt"; }, @@ -316287,11 +324331,14 @@ return "Po\u010det \u0159\xe1dk\u016f na str\xe1nku:"; }, get$scanTextButtonLabel() { - return "Naskenujte text"; + return "Naskenovat text"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Vybrat v\u0161e"; }, @@ -316420,6 +324467,12 @@ get$licensesPageTitle() { return "Trwyddedau"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Diystyru'r ddewislen"; + }, get$modalBarrierDismissLabel() { return "Diystyru"; }, @@ -316481,11 +324534,14 @@ return "Rhesi fesul tudalen:"; }, get$scanTextButtonLabel() { - return "Scan text"; + return "Sganio testun"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Dewis y Cyfan"; }, @@ -316614,6 +324670,12 @@ get$licensesPageTitle() { return "Licenser"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Luk menu"; + }, get$modalBarrierDismissLabel() { return "Afvis"; }, @@ -316680,6 +324742,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Mark\xe9r alt"; }, @@ -316693,7 +324758,7 @@ return "Fane $tabIndex af $tabCount"; }, get$timeOfDayFormatRaw() { - return B.TimeOfDayFormat_0; + return B.TimeOfDayFormat_1; }, get$timePickerDialHelpText() { return "V\xe6lg tidspunkt"; @@ -316808,6 +324873,12 @@ get$licensesPageTitle() { return "Lizenzen"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Men\xfc schlie\xdfen"; + }, get$modalBarrierDismissLabel() { return "Schlie\xdfen"; }, @@ -316874,6 +324945,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Alle ausw\xe4hlen"; }, @@ -317031,6 +325105,12 @@ get$licensesPageTitle() { return "\u0386\u03b4\u03b5\u03b9\u03b5\u03c2"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u03a0\u03b1\u03c1\u03ac\u03b2\u03bb\u03b5\u03c8\u03b7 \u03bc\u03b5\u03bd\u03bf\u03cd"; + }, get$modalBarrierDismissLabel() { return "\u03a0\u03b1\u03c1\u03ac\u03b2\u03bb\u03b5\u03c8\u03b7"; }, @@ -317097,6 +325177,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd"; }, @@ -317225,6 +325308,12 @@ get$licensesPageTitle() { return "Licenses"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Dismiss menu"; + }, get$modalBarrierDismissLabel() { return "Dismiss"; }, @@ -317291,6 +325380,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Select all"; }, @@ -317326,6 +325418,9 @@ } }; A.MaterialLocalizationEnAu.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$dateInputLabel() { return "Enter date"; }, @@ -317390,6 +325485,9 @@ } }; A.MaterialLocalizationEnGb.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$dateInputLabel() { return "Enter date"; }, @@ -317419,6 +325517,9 @@ } }; A.MaterialLocalizationEnIe.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$dateInputLabel() { return "Enter date"; }, @@ -317448,6 +325549,9 @@ } }; A.MaterialLocalizationEnIn.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$dateInputLabel() { return "Enter date"; }, @@ -317474,6 +325578,9 @@ } }; A.MaterialLocalizationEnNz.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$dateInputLabel() { return "Enter date"; }, @@ -317500,6 +325607,9 @@ } }; A.MaterialLocalizationEnSg.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$dateInputLabel() { return "Enter date"; }, @@ -317526,6 +325636,9 @@ } }; A.MaterialLocalizationEnZa.prototype = { + get$lookUpButtonLabel() { + return "Look up"; + }, get$dateInputLabel() { return "Enter date"; }, @@ -317648,6 +325761,12 @@ get$licensesPageTitle() { return "Licencias"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Cerrar men\xfa"; + }, get$modalBarrierDismissLabel() { return "Cerrar"; }, @@ -317714,6 +325833,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Seleccionar todo"; }, @@ -317749,6 +325871,15 @@ } }; A.MaterialLocalizationEs419.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -317820,6 +325951,15 @@ } }; A.MaterialLocalizationEsAr.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -317891,6 +326031,15 @@ } }; A.MaterialLocalizationEsBo.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -317962,6 +326111,15 @@ } }; A.MaterialLocalizationEsCl.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318033,6 +326191,15 @@ } }; A.MaterialLocalizationEsCo.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318104,6 +326271,15 @@ } }; A.MaterialLocalizationEsCr.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318175,6 +326351,15 @@ } }; A.MaterialLocalizationEsDo.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318246,6 +326431,15 @@ } }; A.MaterialLocalizationEsEc.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318317,6 +326511,15 @@ } }; A.MaterialLocalizationEsGt.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318388,6 +326591,15 @@ } }; A.MaterialLocalizationEsHn.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318459,6 +326671,15 @@ } }; A.MaterialLocalizationEsMx.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318530,6 +326751,15 @@ } }; A.MaterialLocalizationEsNi.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318601,6 +326831,15 @@ } }; A.MaterialLocalizationEsPa.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318672,6 +326911,15 @@ } }; A.MaterialLocalizationEsPe.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318743,6 +326991,15 @@ } }; A.MaterialLocalizationEsPr.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318814,6 +327071,15 @@ } }; A.MaterialLocalizationEsPy.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318885,6 +327151,15 @@ } }; A.MaterialLocalizationEsSv.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -318956,6 +327231,15 @@ } }; A.MaterialLocalizationEsUs.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -319030,6 +327314,15 @@ } }; A.MaterialLocalizationEsUy.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -319101,6 +327394,15 @@ } }; A.MaterialLocalizationEsVe.prototype = { + get$scanTextButtonLabel() { + return "Analizar texto"; + }, + get$lookUpButtonLabel() { + return "Mirar hacia arriba"; + }, + get$menuDismissLabel() { + return "Descartar men\xfa"; + }, get$licensesPackageDetailTextOne() { return "1 licencia"; }, @@ -319265,6 +327567,12 @@ get$licensesPageTitle() { return "Litsentsid"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Sulge men\xfc\xfc"; + }, get$modalBarrierDismissLabel() { return "Loobu"; }, @@ -319326,11 +327634,14 @@ return "Ridu lehe kohta:"; }, get$scanTextButtonLabel() { - return "Skanni teksti"; + return "Skanni tekst"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Vali k\xf5ik"; }, @@ -319459,6 +327770,12 @@ get$licensesPageTitle() { return "Lizentziak"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Baztertu menua"; + }, get$modalBarrierDismissLabel() { return "Baztertu"; }, @@ -319525,6 +327842,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Hautatu guztiak"; }, @@ -319651,7 +327971,13 @@ return "No licenses"; }, get$licensesPageTitle() { - return "\u0645\u062c\u0648\u0632\u0647\u0627"; + return "\u067e\u0631\u0648\u0627\u0646\u0647\u200c\u0647\u0627"; + }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0628\u0633\u062a\u0646 \u0645\u0646\u0648"; }, get$modalBarrierDismissLabel() { return "\u0646\u067e\u0630\u06cc\u0631\u0641\u062a\u0646"; @@ -319714,11 +328040,14 @@ return "\u0631\u062f\u06cc\u0641 \u062f\u0631 \u0647\u0631 \u0635\u0641\u062d\u0647:"; }, get$scanTextButtonLabel() { - return "\u0627\u0633\u06a9\u0646 \u0645\u062a\u0646"; + return "\u0627\u0633\u06a9\u0646 \u06a9\u0631\u062f\u0646 \u0646\u0648\u0634\u062a\u0627\u0631"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0627\u0646\u062a\u062e\u0627\u0628 \u0647\u0645\u0647"; }, @@ -319847,6 +328176,12 @@ get$licensesPageTitle() { return "Lisenssit"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Hylk\xe4\xe4 valikko"; + }, get$modalBarrierDismissLabel() { return "Ohita"; }, @@ -319913,6 +328248,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Valitse kaikki"; }, @@ -319923,7 +328261,7 @@ return "N\xe4yt\xe4 valikko"; }, get$tabLabelRaw() { - return "V\xe4lilehti $tabIndex/$tabCount"; + return "V\xe4lilehti $tabIndex kautta $tabCount"; }, get$timeOfDayFormatRaw() { return B.TimeOfDayFormat_1; @@ -320041,6 +328379,12 @@ get$licensesPageTitle() { return "Mga Lisensya"; }, + get$lookUpButtonLabel() { + return "Tumingin sa Itaas"; + }, + get$menuDismissLabel() { + return "I-dismiss ang menu"; + }, get$modalBarrierDismissLabel() { return "I-dismiss"; }, @@ -320107,6 +328451,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Piliin lahat"; }, @@ -320235,6 +328582,12 @@ get$licensesPageTitle() { return "Licences"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Fermer le menu"; + }, get$modalBarrierDismissLabel() { return "Ignorer"; }, @@ -320296,11 +328649,14 @@ return "Lignes par page\xa0:"; }, get$scanTextButtonLabel() { - return "Num\xe9riser du texte"; + return "Scanner du texte"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Tout s\xe9lectionner"; }, @@ -320336,6 +328692,12 @@ } }; A.MaterialLocalizationFrCa.prototype = { + get$scanTextButtonLabel() { + return "Balayer un texte"; + }, + get$menuDismissLabel() { + return "Ignorer le menu"; + }, get$invalidTimeLabel() { return "Entrez une heure valide"; }, @@ -320485,6 +328847,12 @@ get$licensesPageTitle() { return "Licenzas"; }, + get$lookUpButtonLabel() { + return "Mirar cara arriba"; + }, + get$menuDismissLabel() { + return "Pechar men\xfa"; + }, get$modalBarrierDismissLabel() { return "Ignorar"; }, @@ -320551,6 +328919,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Seleccionar todo"; }, @@ -320679,6 +329050,12 @@ get$licensesPageTitle() { return "Lizenzen"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Men\xfc schlie\xdfen"; + }, get$modalBarrierDismissLabel() { return "Schlie\xdfen"; }, @@ -320745,6 +329122,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Alle ausw\xe4hlen"; }, @@ -320873,6 +329253,12 @@ get$licensesPageTitle() { return "\u0ab2\u0abe\u0a87\u0ab8\u0aa8\u0acd\u0ab8"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0aae\u0ac7\u0aa8\u0ac2 \u0a9b\u0acb\u0aa1\u0ac0 \u0aa6\u0acb"; + }, get$modalBarrierDismissLabel() { return "\u0a9b\u0acb\u0aa1\u0ac0 \u0aa6\u0acb"; }, @@ -320934,11 +329320,14 @@ return "\u0aaa\u0ac7\u0a9c \u0aa6\u0ac0\u0aa0 \u0aaa\u0a82\u0a95\u0acd\u0aa4\u0abf\u0a93:"; }, get$scanTextButtonLabel() { - return "\u0a9f\u0ac7\u0a95\u0acd\u0ab8\u0acd\u0a9f \u0ab8\u0acd\u0a95\u0ac7\u0aa8 \u0a95\u0ab0\u0acb"; + return "\u0a9f\u0ac7\u0a95\u0acd\u0ab8\u0acd\u0a9f \u0ab8\u0acd\u0a95\u0ac5\u0aa8 \u0a95\u0ab0\u0acb"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0aac\u0aa7\u0abe \u0aaa\u0ab8\u0a82\u0aa6 \u0a95\u0ab0\u0acb"; }, @@ -321067,6 +329456,12 @@ get$licensesPageTitle() { return "\u05e8\u05d9\u05e9\u05d9\u05d5\u05e0\u05d5\u05ea"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u05e1\u05d2\u05d9\u05e8\u05ea \u05d4\u05ea\u05e4\u05e8\u05d9\u05d8"; + }, get$modalBarrierDismissLabel() { return "\u05e1\u05d2\u05d9\u05e8\u05d4"; }, @@ -321128,11 +329523,14 @@ return "\u05e9\u05d5\u05e8\u05d5\u05ea \u05d1\u05db\u05dc \u05d3\u05e3:"; }, get$scanTextButtonLabel() { - return "\u05e1\u05e8\u05d5\u05e7 \u05d8\u05e7\u05e1\u05d8"; + return "\u05e1\u05e8\u05d9\u05e7\u05ea \u05d8\u05e7\u05e1\u05d8"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u05d1\u05d7\u05d9\u05e8\u05ea \u05d4\u05db\u05d5\u05dc"; }, @@ -321261,6 +329659,12 @@ get$licensesPageTitle() { return "\u0932\u093e\u0907\u0938\u0947\u0902\u0938"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u092e\u0947\u0928\u094d\u092f\u0942 \u0916\u093e\u0930\u093f\u091c \u0915\u0930\u0947\u0902"; + }, get$modalBarrierDismissLabel() { return "\u0916\u093e\u0930\u093f\u091c \u0915\u0930\u0947\u0902"; }, @@ -321322,11 +329726,14 @@ return "\u0939\u0930 \u092a\u0947\u091c \u092e\u0947\u0902 \u092a\u0902\u0915\u094d\u0924\u093f\u092f\u094b\u0902 \u0915\u0940 \u0938\u0902\u0916\u094d\u092f\u093e:"; }, get$scanTextButtonLabel() { - return "\u092a\u093e\u0920 \u0938\u094d\u0915\u0948\u0928 \u0915\u0930\u0947\u0902"; + return "\u091f\u0947\u0915\u094d\u0938\u094d\u091f \u0938\u094d\u0915\u0948\u0928 \u0915\u0930\u0947\u0902"; }, get$scriptCategory() { return B.ScriptCategory_1; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0938\u092d\u0940 \u0915\u094b \u091a\u0941\u0928\u0947\u0902"; }, @@ -321455,6 +329862,12 @@ get$licensesPageTitle() { return "Licence"; }, + get$lookUpButtonLabel() { + return "Pogled prema gore"; + }, + get$menuDismissLabel() { + return "Odbacivanje izbornika"; + }, get$modalBarrierDismissLabel() { return "Odbaci"; }, @@ -321516,11 +329929,14 @@ return "Redaka po stranici:"; }, get$scanTextButtonLabel() { - return "Skeniraj tekst"; + return "Skeniranje teksta"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Odaberi sve"; }, @@ -321649,6 +330065,12 @@ get$licensesPageTitle() { return "Licencek"; }, + get$lookUpButtonLabel() { + return "Felfel\xe9 n\xe9z\xe9s"; + }, + get$menuDismissLabel() { + return "Men\xfc bez\xe1r\xe1sa"; + }, get$modalBarrierDismissLabel() { return "Elvet\xe9s"; }, @@ -321715,6 +330137,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\xd6sszes kijel\xf6l\xe9se"; }, @@ -321843,6 +330268,12 @@ get$licensesPageTitle() { return "\u0531\u0580\u057f\u0578\u0576\u0561\u0563\u0580\u0565\u0580"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0553\u0561\u056f\u0565\u056c \u0568\u0576\u057f\u0580\u0561\u0581\u0561\u0576\u056f\u0568"; + }, get$modalBarrierDismissLabel() { return "\u0553\u0561\u056f\u0565\u056c"; }, @@ -321904,11 +330335,14 @@ return "\u0544\u0565\u056f \u0567\u057b\u056b \u057f\u0578\u0572\u0565\u0580\u0568\u055d"; }, get$scanTextButtonLabel() { - return "\u054d\u056f\u0561\u0576\u0561\u057e\u0578\u0580\u0565\u0584 \u057f\u0565\u0584\u057d\u057f\u0568"; + return "\u054d\u056f\u0561\u0576\u0561\u057e\u0578\u0580\u0565\u056c \u057f\u0565\u0584\u057d\u057f"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0546\u0577\u0565\u056c \u0562\u0578\u056c\u0578\u0580\u0568"; }, @@ -322037,6 +330471,12 @@ get$licensesPageTitle() { return "Lisensi"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Tutup menu"; + }, get$modalBarrierDismissLabel() { return "Tutup"; }, @@ -322103,6 +330543,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Pilih semua"; }, @@ -322231,6 +330674,12 @@ get$licensesPageTitle() { return "Leyfi"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Loka valmynd"; + }, get$modalBarrierDismissLabel() { return "Hunsa"; }, @@ -322292,11 +330741,14 @@ return "L\xednur \xe1 s\xed\xf0u:"; }, get$scanTextButtonLabel() { - return "Skanna\xf0u texta"; + return "Skanna texta"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Velja allt"; }, @@ -322425,6 +330877,12 @@ get$licensesPageTitle() { return "Licenze"; }, + get$lookUpButtonLabel() { + return "Cerca"; + }, + get$menuDismissLabel() { + return "Ignora menu"; + }, get$modalBarrierDismissLabel() { return "Ignora"; }, @@ -322486,11 +330944,14 @@ return "Righe per pagina:"; }, get$scanTextButtonLabel() { - return "Scansiona il testo"; + return "Scansiona testo"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Seleziona tutto"; }, @@ -322619,6 +331080,12 @@ get$licensesPageTitle() { return "\u30e9\u30a4\u30bb\u30f3\u30b9"; }, + get$lookUpButtonLabel() { + return "\u8abf\u3079\u308b"; + }, + get$menuDismissLabel() { + return "\u30e1\u30cb\u30e5\u30fc\u3092\u9589\u3058\u308b"; + }, get$modalBarrierDismissLabel() { return "\u9589\u3058\u308b"; }, @@ -322685,6 +331152,9 @@ get$scriptCategory() { return B.ScriptCategory_1; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u3059\u3079\u3066\u9078\u629e"; }, @@ -322813,6 +331283,12 @@ get$licensesPageTitle() { return "\u10da\u10d8\u10ea\u10d4\u10dc\u10d6\u10d8\u10d4\u10d1\u10d8"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u10db\u10d4\u10dc\u10d8\u10e3\u10e1 \u10e3\u10d0\u10e0\u10e7\u10dd\u10e4\u10d0"; + }, get$modalBarrierDismissLabel() { return "\u10d3\u10d0\u10ee\u10e3\u10e0\u10d5\u10d0"; }, @@ -322879,6 +331355,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u10e7\u10d5\u10d4\u10da\u10d0\u10e1 \u10d0\u10e0\u10e9\u10d4\u10d5\u10d0"; }, @@ -323007,6 +331486,12 @@ get$licensesPageTitle() { return "\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u044f\u043b\u0430\u0440"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u041c\u04d9\u0437\u0456\u0440\u0434\u0456 \u0436\u0430\u0431\u0443"; + }, get$modalBarrierDismissLabel() { return "\u0416\u0430\u0431\u0443"; }, @@ -323073,6 +331558,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0411\u0430\u0440\u043b\u044b\u0493\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443"; }, @@ -323201,6 +331689,12 @@ get$licensesPageTitle() { return "\u17a2\u17b6\u1787\u17d2\u1789\u17b6\u1794\u178e\u17d2\u178e"; }, + get$lookUpButtonLabel() { + return "\u179a\u1780\u1798\u17be\u179b"; + }, + get$menuDismissLabel() { + return "\u1785\u17d2\u179a\u17b6\u1793\u1785\u17c4\u179b\u200b\u1798\u17c9\u17ba\u1793\u17bb\u1799"; + }, get$modalBarrierDismissLabel() { return "\u1785\u17d2\u179a\u17b6\u1793\u200b\u1785\u17c4\u179b"; }, @@ -323262,11 +331756,14 @@ return "\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1798\u17bd\u1799\u200b\u1791\u17c6\u1796\u17d0\u179a\u17d6"; }, get$scanTextButtonLabel() { - return "\u179f\u17d2\u1780\u17c1\u1793\u17a2\u178f\u17d2\u1790\u1794\u1791"; + return "\u179f\u17d2\u1780\u17c1\u1793\u200b\u17a2\u1780\u17d2\u179f\u179a"; }, get$scriptCategory() { return B.ScriptCategory_1; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb"; }, @@ -323395,6 +331892,12 @@ get$licensesPageTitle() { return "\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0cc1"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 \u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf"; + }, get$modalBarrierDismissLabel() { return "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf"; }, @@ -323461,6 +331964,9 @@ get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2 \u0c86\u0caf\u0ccd\u0c95\u0cc6 \u0cae\u0cbe\u0ca1\u0cbf"; }, @@ -323589,6 +332095,12 @@ get$licensesPageTitle() { return "\ub77c\uc774\uc120\uc2a4"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\uba54\ub274 \ub2eb\uae30"; + }, get$modalBarrierDismissLabel() { return "\ub2eb\uae30"; }, @@ -323650,11 +332162,14 @@ return "\ud398\uc774\uc9c0\ub2f9 \ud589 \uc218:"; }, get$scanTextButtonLabel() { - return "\uc2a4\uce94 \ud14d\uc2a4\ud2b8"; + return "\ud14d\uc2a4\ud2b8 \uc2a4\uce94"; }, get$scriptCategory() { return B.ScriptCategory_1; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\uc804\uccb4 \uc120\ud0dd"; }, @@ -323783,6 +332298,12 @@ get$licensesPageTitle() { return "\u0423\u0440\u0443\u043a\u0441\u0430\u0442\u0442\u0430\u043c\u0430\u043b\u0430\u0440"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u041c\u0435\u043d\u044e\u043d\u0443 \u0436\u0430\u0431\u0443\u0443"; + }, get$modalBarrierDismissLabel() { return "\u0416\u0430\u0431\u0443\u0443"; }, @@ -323849,6 +332370,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0411\u0430\u0430\u0440\u044b\u043d \u0442\u0430\u043d\u0434\u043e\u043e"; }, @@ -323977,6 +332501,12 @@ get$licensesPageTitle() { return "\u0ec3\u0e9a\u0ead\u0eb0\u0e99\u0eb8\u0e8d\u0eb2\u0e94"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0e9b\u0eb4\u0e94\u0ec0\u0ea1\u0e99\u0eb9"; + }, get$modalBarrierDismissLabel() { return "\u0e9b\u0eb4\u0e94\u0ec4\u0ea7\u0ec9"; }, @@ -324043,6 +332573,9 @@ get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94"; }, @@ -324171,6 +332704,12 @@ get$licensesPageTitle() { return "Licencijos"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Atsisakyti meniu"; + }, get$modalBarrierDismissLabel() { return "Atsisakyti"; }, @@ -324237,6 +332776,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Pasirinkti visk\u0105"; }, @@ -324365,6 +332907,12 @@ get$licensesPageTitle() { return "Licences"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Ner\u0101d\u012bt izv\u0113lni"; + }, get$modalBarrierDismissLabel() { return "Ner\u0101d\u012bt"; }, @@ -324431,6 +332979,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Atlas\u012bt visu"; }, @@ -324559,6 +333110,12 @@ get$licensesPageTitle() { return "\u041b\u0438\u0446\u0435\u043d\u0446\u0438"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u041e\u0442\u0444\u0440\u043b\u0435\u0442\u0435 \u0433\u043e \u043c\u0435\u043d\u0438\u0442\u043e"; + }, get$modalBarrierDismissLabel() { return "\u041e\u0442\u0444\u0440\u043b\u0438"; }, @@ -324620,11 +333177,14 @@ return "\u0420\u0435\u0434\u043e\u0432\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430:"; }, get$scanTextButtonLabel() { - return "\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458\u0442\u0435 \u0442\u0435\u043a\u0441\u0442"; + return "\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458\u0442\u0435 \u0433\u043e \u0442\u0435\u043a\u0441\u0442\u043e\u0442"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0418\u0437\u0431\u0435\u0440\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435"; }, @@ -324753,6 +333313,12 @@ get$licensesPageTitle() { return "\u0d32\u0d48\u0d38\u0d7b\u0d38\u0d41\u0d15\u0d7e"; }, + get$lookUpButtonLabel() { + return "\u0d2e\u0d41\u0d15\u0d33\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d28\u0d4b\u0d15\u0d4d\u0d15\u0d41\u0d15"; + }, + get$menuDismissLabel() { + return "\u0d2e\u0d46\u0d28\u0d41 \u0d21\u0d3f\u0d38\u0d4d\u0d2e\u0d3f\u0d38\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15"; + }, get$modalBarrierDismissLabel() { return "\u0d28\u0d3f\u0d30\u0d38\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15"; }, @@ -324814,11 +333380,14 @@ return "\u0d13\u0d30\u0d4b \u0d2a\u0d47\u0d1c\u0d3f\u0d32\u0d41\u0d2e\u0d41\u0d33\u0d4d\u0d33 \u0d35\u0d30\u0d3f\u0d15\u0d7e:"; }, get$scanTextButtonLabel() { - return "\u0d1f\u0d46\u0d15\u0d4d\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d \u0d38\u0d4d\u0d15\u0d3e\u0d7b \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15"; + return "\u0d1f\u0d46\u0d15\u0d4d\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d \u0d38\u0d4d\u200c\u0d15\u0d3e\u0d7b \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d24\u0d3f\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d15"; }, @@ -324947,6 +333516,12 @@ get$licensesPageTitle() { return "\u041b\u0438\u0446\u0435\u043d\u0437"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0426\u044d\u0441\u0438\u0439\u0433 \u0445\u0430\u0430\u0445"; + }, get$modalBarrierDismissLabel() { return "\u04ae\u043b \u0445\u044d\u0440\u044d\u0433\u0441\u044d\u0445"; }, @@ -325008,11 +333583,14 @@ return "\u0425\u0443\u0443\u0434\u0441\u0430\u043d \u0434\u0430\u0445\u044c \u043c\u04e9\u0440\u0438\u0439\u043d \u0442\u043e\u043e:"; }, get$scanTextButtonLabel() { - return "\u0422\u0435\u043a\u0441\u0442 \u0441\u043a\u0430\u043d\u043d\u0435\u0440\u0434\u0430\u0445"; + return "\u0422\u0435\u043a\u0441\u0442\u0438\u0439\u0433 \u0441\u043a\u0430\u043d \u0445\u0438\u0439\u0445"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445"; }, @@ -325141,6 +333719,12 @@ get$licensesPageTitle() { return "\u092a\u0930\u0935\u093e\u0928\u0947"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u092e\u0947\u0928\u0942 \u0921\u093f\u0938\u092e\u093f\u0938 \u0915\u0930\u093e"; + }, get$modalBarrierDismissLabel() { return "\u0921\u093f\u0938\u092e\u093f\u0938 \u0915\u0930\u093e"; }, @@ -325207,6 +333791,9 @@ get$scriptCategory() { return B.ScriptCategory_1; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0938\u0930\u094d\u0935 \u0928\u093f\u0935\u0921\u093e"; }, @@ -325335,6 +333922,12 @@ get$licensesPageTitle() { return "Lesen"; }, + get$lookUpButtonLabel() { + return "Lihat ke Atas"; + }, + get$menuDismissLabel() { + return "Ketepikan menu"; + }, get$modalBarrierDismissLabel() { return "Tolak"; }, @@ -325396,11 +333989,14 @@ return "Baris setiap halaman:"; }, get$scanTextButtonLabel() { - return "Pindai teks"; + return "Imbas teks"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Pilih semua"; }, @@ -325529,6 +334125,12 @@ get$licensesPageTitle() { return "\u101c\u102d\u102f\u1004\u103a\u1005\u1004\u103a\u1019\u103b\u102c\u1038"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u1019\u102e\u1014\u1030\u1038\u1000\u102d\u102f\u1015\u101a\u103a\u1015\u102b"; + }, get$modalBarrierDismissLabel() { return "\u1015\u101a\u103a\u101b\u1014\u103a"; }, @@ -325590,11 +334192,14 @@ return "\u1005\u102c\u1010\u1005\u103a\u1019\u103b\u1000\u103a\u1014\u103e\u102c\u1015\u102b \u101c\u102d\u102f\u1004\u103a\u1038\u1021\u101b\u1031\u1021\u1010\u103d\u1000\u103a\u2212"; }, get$scanTextButtonLabel() { - return "\u1005\u102c\u101e\u102c\u1038\u1000\u102d\u102f \u1005\u1000\u1004\u103a\u1016\u1010\u103a\u1015\u102b\u104b"; + return "\u1005\u102c\u101e\u102c\u1038 \u1005\u1000\u1004\u103a\u1016\u1010\u103a\u101b\u1014\u103a"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u1021\u102c\u1038\u101c\u102f\u1036\u1038 \u101b\u103d\u1031\u1038\u101b\u1014\u103a"; }, @@ -325723,6 +334328,12 @@ get$licensesPageTitle() { return "Lisenser"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Lukk menyen"; + }, get$modalBarrierDismissLabel() { return "Avvis"; }, @@ -325784,11 +334395,14 @@ return "Rader per side:"; }, get$scanTextButtonLabel() { - return "Scan tekst"; + return "Skann tekst"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Velg alle"; }, @@ -325917,6 +334531,12 @@ get$licensesPageTitle() { return "\u0907\u091c\u093e\u091c\u0924\u092a\u0924\u094d\u0930\u0939\u0930\u0942"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u092e\u0947\u0928\u0941 \u0916\u093e\u0930\u0947\u091c \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; + }, get$modalBarrierDismissLabel() { return "\u0916\u093e\u0930\u0947\u091c \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; }, @@ -325927,7 +334547,7 @@ return "\u0905\u0930\u094d\u0915\u094b \u092e\u0939\u093f\u0928\u093e"; }, get$nextPageTooltip() { - return "\u0905\u0930\u094d\u0915\u094b \u092a\u0943\u0937\u094d\u0920"; + return "\u0905\u0930\u094d\u0915\u094b \u092a\u0947\u091c"; }, get$okButtonLabel() { return "\u0920\u093f\u0915 \u091b"; @@ -325978,11 +334598,14 @@ return "\u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u092a\u0943\u0937\u094d\u0920\u092e\u093e \u0930\u0939\u0947\u0915\u093e \u092a\u0919\u094d\u0915\u094d\u0924\u093f\u0939\u0930\u0942\u0915\u094b \u0938\u0919\u094d\u0916\u094d\u092f\u093e:"; }, get$scanTextButtonLabel() { - return "\u092a\u093e\u0920 \u0938\u094d\u0915\u094d\u092f\u093e\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; + return "\u091f\u0947\u0915\u094d\u0938\u094d\u091f \u0938\u094d\u0915\u094d\u092f\u093e\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0938\u092c\u0948 \u092c\u091f\u0928\u0939\u0930\u0942 \u091a\u092f\u0928 \u0917\u0930\u094d\u0928\u0941\u0939\u094b\u0938\u094d"; }, @@ -326111,6 +334734,12 @@ get$licensesPageTitle() { return "Licenties"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Menu sluiten"; + }, get$modalBarrierDismissLabel() { return "Sluiten"; }, @@ -326177,6 +334806,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Alles selecteren"; }, @@ -326305,6 +334937,12 @@ get$licensesPageTitle() { return "Lisenser"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Lukk menyen"; + }, get$modalBarrierDismissLabel() { return "Avvis"; }, @@ -326371,6 +335009,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Velg alle"; }, @@ -326499,6 +335140,12 @@ get$licensesPageTitle() { return "\u0b32\u0b3e\u0b07\u0b38\u0b47\u0b28\u0b4d\u0b38\u0b17\u0b41\u0b21\u0b3c\u0b15"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0b2e\u0b47\u0b28\u0b41 \u0b16\u0b3e\u0b30\u0b1c \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"; + }, get$modalBarrierDismissLabel() { return "\u0b16\u0b3e\u0b30\u0b1c \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"; }, @@ -326560,11 +335207,14 @@ return "\u0b2a\u0b43\u0b37\u0b4d\u0b20\u0b3e \u0b2a\u0b3f\u0b1b\u0b3e \u0b27\u0b3e\u0b5c\u0b3f:"; }, get$scanTextButtonLabel() { - return "\u0b2a\u0b3e\u0b20\u0b4d\u0b5f \u0b38\u0b4d\u0b15\u0b3e\u0b28\u0b4d \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"; + return "\u0b1f\u0b47\u0b15\u0b4d\u0b38\u0b1f\u0b4d \u0b38\u0b4d\u0b15\u0b3e\u0b28\u0b4d \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0b38\u0b2c\u0b41 \u0b1a\u0b5f\u0b28 \u0b15\u0b30\u0b28\u0b4d\u0b24\u0b41"; }, @@ -326693,6 +335343,12 @@ get$licensesPageTitle() { return "\u0a32\u0a3e\u0a07\u0a38\u0a70\u0a38"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0a2e\u0a40\u0a28\u0a42 \u0a16\u0a3e\u0a30\u0a1c \u0a15\u0a30\u0a4b"; + }, get$modalBarrierDismissLabel() { return "\u0a16\u0a3e\u0a30\u0a1c \u0a15\u0a30\u0a4b"; }, @@ -326754,11 +335410,14 @@ return "\u0a39\u0a30 \u0a2a\u0a70\u0a28\u0a47 '\u0a24\u0a47 \u0a15\u0a24\u0a3e\u0a30\u0a3e\u0a02:"; }, get$scanTextButtonLabel() { - return "\u0a1f\u0a48\u0a15\u0a38\u0a1f \u0a38\u0a15\u0a48\u0a28 \u0a15\u0a30\u0a4b"; + return "\u0a32\u0a3f\u0a16\u0a24 \u0a28\u0a42\u0a70 \u0a38\u0a15\u0a48\u0a28 \u0a15\u0a30\u0a4b"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0a38\u0a2d \u0a1a\u0a41\u0a23\u0a4b"; }, @@ -326887,6 +335546,12 @@ get$licensesPageTitle() { return "Licencje"; }, + get$lookUpButtonLabel() { + return "Sprawd\u017a"; + }, + get$menuDismissLabel() { + return "Zamknij menu"; + }, get$modalBarrierDismissLabel() { return "Zamknij"; }, @@ -326948,11 +335613,14 @@ return "Wiersze na stronie:"; }, get$scanTextButtonLabel() { - return "Zeskanuj tekst"; + return "Skanuj tekst"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Zaznacz wszystko"; }, @@ -327081,6 +335749,12 @@ get$licensesPageTitle() { return "\u062c\u0648\u0627\u0632\u0648\u0646\u0647"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Dismiss menu"; + }, get$modalBarrierDismissLabel() { return "\u0631\u062f \u06a9\u0693\u0647"; }, @@ -327147,6 +335821,9 @@ get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u063a\u0648\u0631\u0647 \u06a9\u0693\u0626"; }, @@ -327225,7 +335902,7 @@ return "Excluir"; }, get$dialModeButtonLabel() { - return "Alternar para o modo de sele\xe7\xe3o de discagem"; + return "Mudar para o modo de sele\xe7\xe3o de discagem"; }, get$dialogLabel() { return "Caixa de di\xe1logo"; @@ -327243,7 +335920,7 @@ return "Mudar para modo de entrada"; }, get$inputTimeModeButtonLabel() { - return "Alternar para o modo de entrada de texto"; + return "Mudar para o modo de entrada de texto"; }, get$invalidDateFormatLabel() { return "Formato inv\xe1lido."; @@ -327275,6 +335952,12 @@ get$licensesPageTitle() { return "Licen\xe7as"; }, + get$lookUpButtonLabel() { + return "Pesquisar"; + }, + get$menuDismissLabel() { + return "Dispensar menu"; + }, get$modalBarrierDismissLabel() { return "Dispensar"; }, @@ -327341,6 +336024,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Selecionar tudo"; }, @@ -327376,6 +336062,12 @@ } }; A.MaterialLocalizationPtPt.prototype = { + get$lookUpButtonLabel() { + return "Procurar"; + }, + get$menuDismissLabel() { + return "Ignorar menu"; + }, get$dialModeButtonLabel() { return "Mude para o modo de seletor de mostrador"; }, @@ -327540,6 +336232,12 @@ get$licensesPageTitle() { return "Licen\u021be"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Respinge\u021bi meniul"; + }, get$modalBarrierDismissLabel() { return "\xcenchide\u021bi"; }, @@ -327606,6 +336304,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Selecta\u021bi tot"; }, @@ -327734,6 +336435,12 @@ get$licensesPageTitle() { return "\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u0438"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043c\u0435\u043d\u044e"; + }, get$modalBarrierDismissLabel() { return "\u0417\u0430\u043a\u0440\u044b\u0442\u044c"; }, @@ -327800,6 +336507,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435"; }, @@ -327928,6 +336638,12 @@ get$licensesPageTitle() { return "\u0db6\u0dbd\u0db4\u0dad\u0dca\u200d\u0dbb"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0db8\u0dd9\u0db1\u0dd4\u0dc0 \u0d85\u0dc3\u0dca \u0d9a\u0dbb\u0db1\u0dca\u0db1"; + }, get$modalBarrierDismissLabel() { return "\u0d89\u0dc0\u0dad \u0dbd\u0db1\u0dca\u0db1"; }, @@ -327989,11 +336705,14 @@ return "\u0db4\u0dd2\u0da7\u0dd4\u0dc0\u0d9a\u0da7 \u0db4\u0dda\u0dc5\u0dd2:"; }, get$scanTextButtonLabel() { - return "\u0db4\u0dd9\u0dc5 \u0db4\u0dbb\u0dd2\u0dbd\u0ddd\u0d9a\u0db1\u0dba \u0d9a\u0dbb\u0db1\u0dca\u0db1"; + return "\u0db4\u0dd9\u0dc5 \u0dc3\u0dca\u0d9a\u0dd1\u0db1\u0dca \u0d9a\u0dbb\u0db1\u0dca\u0db1"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0dc3\u0dd2\u0dba\u0dbd\u0dca\u0dbd \u0dad\u0ddd\u0dbb\u0db1\u0dca\u0db1"; }, @@ -328122,6 +336841,12 @@ get$licensesPageTitle() { return "Licencie"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Zavrie\u0165 ponuku"; + }, get$modalBarrierDismissLabel() { return "Odmietnu\u0165"; }, @@ -328183,11 +336908,14 @@ return "Po\u010det riadkov na str\xe1nku:"; }, get$scanTextButtonLabel() { - return "Naskenujte text"; + return "Naskenova\u0165 text"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Vybra\u0165 v\u0161etko"; }, @@ -328316,6 +337044,12 @@ get$licensesPageTitle() { return "Licence"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Opusti meni"; + }, get$modalBarrierDismissLabel() { return "Opusti"; }, @@ -328377,11 +337111,14 @@ return "Vrstice na stran:"; }, get$scanTextButtonLabel() { - return "Skeniraj besedilo"; + return "Opti\u010dno preberite besedilo"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Izberi vse"; }, @@ -328510,6 +337247,12 @@ get$licensesPageTitle() { return "Licencat"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Hiqe menyn\xeb"; + }, get$modalBarrierDismissLabel() { return "Hiq"; }, @@ -328571,11 +337314,14 @@ return "Rreshtat p\xebr faqe:"; }, get$scanTextButtonLabel() { - return "Skanoni tekstin"; + return "Skano tekstin"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Zgjidh t\xeb gjitha"; }, @@ -328704,6 +337450,12 @@ get$licensesPageTitle() { return "\u041b\u0438\u0446\u0435\u043d\u0446\u0435"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u041e\u0434\u0431\u0430\u0446\u0438\u0442\u0435 \u043c\u0435\u043d\u0438"; + }, get$modalBarrierDismissLabel() { return "\u041e\u0434\u0431\u0430\u0446\u0438"; }, @@ -328765,11 +337517,14 @@ return "\u0420\u0435\u0434\u043e\u0432\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0438:"; }, get$scanTextButtonLabel() { - return "\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458\u0442\u0435 \u0442\u0435\u043a\u0441\u0442"; + return "\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458 \u0442\u0435\u043a\u0441\u0442"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0418\u0437\u0430\u0431\u0435\u0440\u0438 \u0441\u0432\u0435"; }, @@ -328890,6 +337645,9 @@ get$licensesPageTitle() { return "Licence"; }, + get$menuDismissLabel() { + return "Odbacite meni"; + }, get$modalBarrierDismissLabel() { return "Odbaci"; }, @@ -328941,6 +337699,9 @@ get$rowsPerPageTitle() { return "Redova na stranici:"; }, + get$scanTextButtonLabel() { + return "Skeniraj tekst"; + }, get$selectAllButtonLabel() { return "Izaberi sve"; }, @@ -329066,6 +337827,12 @@ get$licensesPageTitle() { return "Licenser"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "St\xe4ng menyn"; + }, get$modalBarrierDismissLabel() { return "St\xe4ng"; }, @@ -329132,6 +337899,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Markera allt"; }, @@ -329260,6 +338030,12 @@ get$licensesPageTitle() { return "Leseni"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Ondoa menyu"; + }, get$modalBarrierDismissLabel() { return "Ondoa"; }, @@ -329326,6 +338102,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Chagua vyote"; }, @@ -329454,6 +338233,12 @@ get$licensesPageTitle() { return "\u0b89\u0bb0\u0bbf\u0bae\u0b99\u0bcd\u0b95\u0bb3\u0bcd"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0bae\u0bc6\u0ba9\u0bc1\u0bb5\u0bc8 \u0bae\u0bc2\u0b9f\u0bc1\u0bae\u0bcd"; + }, get$modalBarrierDismissLabel() { return "\u0ba8\u0bbf\u0bb0\u0bbe\u0b95\u0bb0\u0bbf\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd"; }, @@ -329515,11 +338300,14 @@ return "\u0b92\u0bb0\u0bc1 \u0baa\u0b95\u0bcd\u0b95\u0ba4\u0bcd\u0ba4\u0bbf\u0bb1\u0bcd\u0b95\u0bbe\u0ba9 \u0bb5\u0bb0\u0bbf\u0b9a\u0bc8\u0b95\u0bb3\u0bcd:"; }, get$scanTextButtonLabel() { - return "\u0b89\u0bb0\u0bc8\u0baf\u0bc8 \u0bb8\u0bcd\u0b95\u0bc7\u0ba9\u0bcd \u0b9a\u0bc6\u0baf\u0bcd\u0baf\u0bb5\u0bc1\u0bae\u0bcd"; + return "\u0bb5\u0bbe\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bc8\u0b95\u0bb3\u0bc8 \u0bb8\u0bcd\u0b95\u0bc7\u0ba9\u0bcd \u0b9a\u0bc6\u0baf\u0bcd"; }, get$scriptCategory() { return B.ScriptCategory_1; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0b85\u0ba9\u0bc8\u0ba4\u0bcd\u0ba4\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0ba4\u0bc7\u0bb0\u0bcd\u0ba8\u0bcd\u0ba4\u0bc6\u0b9f\u0bc1"; }, @@ -329648,6 +338436,12 @@ get$licensesPageTitle() { return "\u0c32\u0c48\u0c38\u0c46\u0c28\u0c4d\u0c38\u0c4d\u200c\u0c32\u0c41"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0c2e\u0c46\u0c28\u0c42\u0c28\u0c41 \u0c24\u0c40\u0c38\u0c3f\u0c35\u0c47\u0c2f\u0c02\u0c21\u0c3f"; + }, get$modalBarrierDismissLabel() { return "\u0c35\u0c3f\u0c38\u0c4d\u0c2e\u0c30\u0c3f\u0c02\u0c1a\u0c41"; }, @@ -329709,11 +338503,14 @@ return "\u0c2a\u0c47\u0c1c\u0c40\u0c15\u0c3f \u0c09\u0c02\u0c21\u0c47 \u0c05\u0c21\u0c4d\u0c21\u0c41 \u0c35\u0c30\u0c41\u0c38\u0c32\u0c41:"; }, get$scanTextButtonLabel() { - return "\u0c35\u0c1a\u0c28\u0c3e\u0c28\u0c4d\u0c28\u0c3f \u0c38\u0c4d\u0c15\u0c3e\u0c28\u0c4d \u0c1a\u0c47\u0c2f\u0c02\u0c21\u0c3f"; + return "\u0c1f\u0c46\u0c15\u0c4d\u0c38\u0c4d\u0c1f\u0c4d\u200c\u0c28\u0c41 \u0c38\u0c4d\u0c15\u0c3e\u0c28\u0c4d \u0c1a\u0c47\u0c2f\u0c02\u0c21\u0c3f"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0c05\u0c28\u0c4d\u0c28\u0c3f\u0c02\u0c1f\u0c3f\u0c28\u0c40 \u0c0e\u0c02\u0c1a\u0c41\u0c15\u0c4b\u0c02\u0c21\u0c3f"; }, @@ -329842,6 +338639,12 @@ get$licensesPageTitle() { return "\u0e43\u0e1a\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0e1b\u0e34\u0e14\u0e40\u0e21\u0e19\u0e39"; + }, get$modalBarrierDismissLabel() { return "\u0e1b\u0e34\u0e14"; }, @@ -329908,6 +338711,9 @@ get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14"; }, @@ -330036,6 +338842,12 @@ get$licensesPageTitle() { return "Mga Lisensya"; }, + get$lookUpButtonLabel() { + return "Tumingin sa Itaas"; + }, + get$menuDismissLabel() { + return "I-dismiss ang menu"; + }, get$modalBarrierDismissLabel() { return "I-dismiss"; }, @@ -330102,6 +338914,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Piliin lahat"; }, @@ -330230,6 +339045,12 @@ get$licensesPageTitle() { return "Lisanslar"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Men\xfcy\xfc kapat"; + }, get$modalBarrierDismissLabel() { return "Kapat"; }, @@ -330291,11 +339112,14 @@ return "Sayfa ba\u015f\u0131na sat\u0131r say\u0131s\u0131:"; }, get$scanTextButtonLabel() { - return "Metni tara"; + return "Metin tara"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "T\xfcm\xfcn\xfc se\xe7"; }, @@ -330424,6 +339248,12 @@ get$licensesPageTitle() { return "\u041b\u0456\u0446\u0435\u043d\u0437\u0456\u0457"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0417\u0430\u043a\u0440\u0438\u0442\u0438 \u043c\u0435\u043d\u044e"; + }, get$modalBarrierDismissLabel() { return "\u0417\u0430\u043a\u0440\u0438\u0442\u0438"; }, @@ -330485,11 +339315,14 @@ return "\u0420\u044f\u0434\u043a\u0456\u0432 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456:"; }, get$scanTextButtonLabel() { - return "\u0421\u043a\u0430\u043d\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u043a\u0441\u0442"; + return "\u0412\u0456\u0434\u0441\u043a\u0430\u043d\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u043a\u0441\u0442"; }, get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0456"; }, @@ -330618,6 +339451,12 @@ get$licensesPageTitle() { return "\u0644\u0627\u0626\u0633\u0646\u0633\u0632"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0645\u06cc\u0646\u0648 \u0628\u0631\u062e\u0627\u0633\u062a \u06a9\u0631\u06cc\u06ba"; + }, get$modalBarrierDismissLabel() { return "\u0628\u0631\u062e\u0627\u0633\u062a \u06a9\u0631\u06cc\u06ba"; }, @@ -330679,11 +339518,14 @@ return "\u0642\u0637\u0627\u0631\u06cc\u06ba \u0641\u06cc \u0635\u0641\u062d\u06c1:"; }, get$scanTextButtonLabel() { - return "\u0645\u062a\u0646 \u06a9\u0648 \u0627\u0633\u06a9\u06cc\u0646 \u06a9\u0631\u06cc\u06ba"; + return "\u0679\u06cc\u06a9\u0633\u0679 \u0627\u0633\u06a9\u06cc\u0646 \u06a9\u0631\u06cc\u06ba"; }, get$scriptCategory() { return B.ScriptCategory_2; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u0633\u0628\u06be\u06cc \u06a9\u0648 \u0645\u0646\u062a\u062e\u0628 \u06a9\u0631\u06cc\u06ba"; }, @@ -330812,6 +339654,12 @@ get$licensesPageTitle() { return "Litsenziyalar"; }, + get$lookUpButtonLabel() { + return "Tepaga qarang"; + }, + get$menuDismissLabel() { + return "Menyuni yopish"; + }, get$modalBarrierDismissLabel() { return "Yopish"; }, @@ -330878,6 +339726,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Hammasi"; }, @@ -331006,6 +339857,12 @@ get$licensesPageTitle() { return "Gi\u1ea5y ph\xe9p"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u0110\xf3ng tr\xecnh \u0111\u01a1n"; + }, get$modalBarrierDismissLabel() { return "B\u1ecf qua"; }, @@ -331072,6 +339929,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Ch\u1ecdn t\u1ea5t c\u1ea3"; }, @@ -331200,6 +340060,12 @@ get$licensesPageTitle() { return "\u8bb8\u53ef"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "\u5173\u95ed\u83dc\u5355"; + }, get$modalBarrierDismissLabel() { return "\u5173\u95ed"; }, @@ -331261,11 +340127,14 @@ return "\u6bcf\u9875\u884c\u6570\uff1a"; }, get$scanTextButtonLabel() { - return "\u626b\u63cf\u6587\u672c"; + return "\u626b\u63cf\u6587\u5b57"; }, get$scriptCategory() { return B.ScriptCategory_1; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "\u5168\u9009"; }, @@ -331371,6 +340240,12 @@ get$licensesPageTitle() { return "\u6388\u6b0a"; }, + get$lookUpButtonLabel() { + return "\u67e5\u8a62"; + }, + get$menuDismissLabel() { + return "\u9582\u9078\u55ae"; + }, get$modalBarrierDismissLabel() { return "\u62d2\u7d55"; }, @@ -331413,6 +340288,9 @@ get$rowsPerPageTitle() { return "\u6bcf\u9801\u5217\u6578\uff1a"; }, + get$scanTextButtonLabel() { + return "\u6383\u7784\u6587\u5b57"; + }, get$selectAllButtonLabel() { return "\u5168\u90e8\u9078\u53d6"; }, @@ -331446,6 +340324,12 @@ }; A.MaterialLocalizationZhHantHk.prototype = {}; A.MaterialLocalizationZhHantTw.prototype = { + get$scanTextButtonLabel() { + return "\u6383\u63cf\u6587\u5b57"; + }, + get$menuDismissLabel() { + return "\u95dc\u9589\u9078\u55ae"; + }, get$dialModeButtonLabel() { return "\u5207\u63db\u81f3\u9418\u9762\u6311\u9078\u5668\u6a21\u5f0f"; }, @@ -331601,6 +340485,12 @@ get$licensesPageTitle() { return "Amalayisense"; }, + get$lookUpButtonLabel() { + return "Look Up"; + }, + get$menuDismissLabel() { + return "Chitha imenyu"; + }, get$modalBarrierDismissLabel() { return "Cashisa"; }, @@ -331667,6 +340557,9 @@ get$scriptCategory() { return B.ScriptCategory_0; }, + get$searchWebButtonLabel() { + return "Search Web"; + }, get$selectAllButtonLabel() { return "Khetha konke"; }, @@ -333716,7 +342609,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_MaterialLocalizations); }, - $signature: 1589 + $signature: 2623 }; A.loadDateIntlDataIfNotLoaded_closure.prototype = { call$2(locale, symbols) { @@ -333736,7 +342629,7 @@ J.$indexSet$ax($.$get$_dateTimeSymbols(), t2, symbols); J.$indexSet$ax($.$get$dateTimePatterns(), t2, t1); }, - $signature: 1579 + $signature: 2624 }; A.GlobalWidgetsLocalizations.prototype = {$isWidgetsLocalizations: 1, get$textDirection() { @@ -333763,7 +342656,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_WidgetsLocalizations); }, - $signature: 1548 + $signature: 2629 }; A.StoreProvider.prototype = { updateShouldNotify$1(oldWidget) { @@ -333929,8 +342822,9 @@ A.CustomSlidableAction.prototype = { build$1(context) { var _this = this, _null = null, - effectiveForegroundColor = _this.foregroundColor; - return A.Expanded$(A.SizedBox$expand(A.OutlinedButton$(_this.child, _null, new A.CustomSlidableAction_build_closure(_this, context), A.OutlinedButton_styleFrom(_null, _null, _this.backgroundColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, effectiveForegroundColor, _this.padding, effectiveForegroundColor, _null, new A.RoundedRectangleBorder(_this.borderRadius, B.BorderSide_8xm), B.BorderSide_8xm, _null, _null, _null, _null))), _this.flex); + effectiveForegroundColor = _this.foregroundColor, + t1 = effectiveForegroundColor.value; + return A.Expanded$(A.SizedBox$expand(A.OutlinedButton$(_this.child, _null, new A.CustomSlidableAction_build_closure(_this, context), A.OutlinedButton_styleFrom(_null, _null, _this.backgroundColor, _null, A.Color$fromARGB(97, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255), _null, _null, _null, _null, effectiveForegroundColor, _null, _null, _this.padding, _null, new A.RoundedRectangleBorder(_this.borderRadius, B.BorderSide_8xm), B.BorderSide_8xm, _null, _null, _null, _null))), _this.flex); } }; A.CustomSlidableAction_build_closure.prototype = { @@ -333960,7 +342854,7 @@ call$1(child) { return new A.Flexible(1, B.FlexFit_1, child, null); }, - $signature: 1545 + $signature: 4269 }; A.SlidableAutoCloseBehaviorInteractor.prototype = { build$1(context) { @@ -333986,7 +342880,7 @@ call$1(notification) { notification.get$groupTag(); }, - $signature: 1543 + $signature: 2637 }; A.SlidableAutoCloseNotificationSender.prototype = { build$1(context) { @@ -334001,7 +342895,7 @@ A.SlidableGroupNotification_dispatch(this.context, new A.SlidableAutoCloseNotification(t1.groupTag, t1.controller, false), false, type$.SlidableAutoCloseNotification); return null; }, - $signature: 43 + $signature: 47 }; A.SlidableAutoCloseBarrierNotification.prototype = {}; A.SlidableAutoCloseBarrierInteractor.prototype = { @@ -334054,7 +342948,7 @@ call$1(_) { this.$this.dispatchSlidableAutoCloseBarrierNotification$1$enabled(false); }, - $signature: 11 + $signature: 12 }; A.SlidableAutoCloseBarrierBehaviorListener.prototype = { createState$0() { @@ -334072,7 +342966,7 @@ this.$this._widget.toString; notification.get$groupTag(); }, - $signature: 1542 + $signature: 2643 }; A._SlidableNotificationSender.prototype = { createState$0() { @@ -334346,7 +343240,7 @@ call$1(_) { this.resizeRequest.get$onDismissed().call$0(); }, - $signature: 103 + $signature: 111 }; A._SlidableDismissalState_handleResizeRequestChanged_closure0.prototype = { call$0() { @@ -334395,7 +343289,7 @@ t1 = this.mainAxisPosition, t2 = renderObject._mainAxisPosition; if (t2 !== t1) { - if (renderObject._object$_owner != null) { + if (renderObject._owner != null) { t3 = renderObject.get$markNeedsOffsets(); t2.parent.removeListener$1(0, t3); t1.parent.addListener$1(0, t3); @@ -334504,7 +343398,7 @@ t3.toString; t1.totalFlex = t2 + t3; }, - $signature: 66 + $signature: 63 }; A._RenderFlexEntranceTransition_performLayout_closure.prototype = { call$1(child) { @@ -334538,13 +343432,13 @@ t1.updateChildOffsets$1(child); t2.totalMainAxisExtent = t2.totalMainAxisExtent + mainAxisExtent; }, - $signature: 66 + $signature: 63 }; A._RenderFlexEntranceTransition_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -334873,19 +343767,17 @@ return false; }, initState$0() { - var t1, t2, t3, t4, t5, t6, _this = this, _null = null; + var t1, t2, t3, t4, _this = this, _null = null; _this.super$__SlidableState_State_TickerProviderStateMixin_AutomaticKeepAliveClientMixin$initState(); t1 = A.AnimationController$(_null, _null, _null, 1, _null, _this); - t2 = A.ValueNotifier$(_null, type$.nullable_EndGesture); - t3 = $.$get$ChangeNotifier__emptyListeners(); - t4 = A.ValueNotifier$(_null, type$.nullable_ResizeRequest); - t5 = A.ValueNotifier$(B.ActionPaneType_1, type$.ActionPaneType); - t6 = A.ValueNotifier$(0, type$.int); - t4 = new A.SlidableController(t1, new A._ValueNotifier(_null, t3, type$._ValueNotifier_nullable_DismissGesture), t2, t4, t5, t6); - t6.addListener$1(0, t4.get$_onDirectionChanged()); - t5.addListener$1(0, _this.get$handleActionPanelTypeChanged()); + t2 = $.$get$ChangeNotifier__emptyListeners(); + t3 = new A.ValueNotifier(B.ActionPaneType_1, t2, type$.ValueNotifier_ActionPaneType); + t4 = new A.ValueNotifier(0, t2, type$.ValueNotifier_int); + t2 = new A.SlidableController(t1, new A._ValueNotifier(_null, t2, type$._ValueNotifier_nullable_DismissGesture), new A.ValueNotifier(_null, t2, type$.ValueNotifier_nullable_EndGesture), new A.ValueNotifier(_null, t2, type$.ValueNotifier_nullable_ResizeRequest), t3, t4); + t4.addListener$1(0, t2.get$_onDirectionChanged()); + t3.addListener$1(0, _this.get$handleActionPanelTypeChanged()); _this.___SlidableState_controller_F !== $ && A.throwUnnamedLateFieldAI(); - _this.___SlidableState_controller_F = t4; + _this.___SlidableState_controller_F = t2; }, didChangeDependencies$0() { var _this = this; @@ -335207,7 +344099,7 @@ call$2(childParentData, crossAxisCount) { return Math.min(1, crossAxisCount); }, - $signature: 1524 + $signature: 2647 }; A._TileOrigin.prototype = {}; A._RenderStaggeredGrid_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -335311,7 +344203,7 @@ t1.toString; return A.IgnorePointer$(new A._StyledToastWidget(A.Directionality$(A.Material$(B.Duration_200000, true, _null, this.widget, B.Clip_0, B.Color_0, 0, _null, _null, _null, _null, _null, B.MaterialType_0), t1), t3, t4, t14, t15, t5, t8, t9, t10, t11, t12, t13, t6, t7, t16, t17, t18, this.key), t2, _null); }, - $signature: 1523 + $signature: 2648 }; A.StyledToast.prototype = { createState$0() { @@ -335336,7 +344228,7 @@ $.currentContext = context; return this.$this._widget.child; }, - $signature: 52 + $signature: 46 }; A._StyledToastWidget.prototype = { createState$0() { @@ -336167,7 +345059,7 @@ call$1(v) { v.dismiss$1$showAnim(this.showAnim); }, - $signature: 1522 + $signature: 2649 }; A.StyledToastTheme.prototype = { updateShouldNotify$1(oldWidget) { @@ -336181,7 +345073,7 @@ handleFrameworkMessage$body$Registrar(channel, data, callback) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, handler, exception, stack, exception0, t1, response, $async$exception0; + $async$handler = 1, $async$currentError, $async$next = [], $async$self = this, handler, exception, stack, t1, exception0, response, $async$exception0; var $async$handleFrameworkMessage$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -336198,8 +345090,9 @@ break; case 6: // then + t1 = handler.call$1(data); $async$goto = 8; - return A._asyncAwait(handler.call$1(data), $async$handleFrameworkMessage$3); + return A._asyncAwait(type$.Future_nullable_ByteData._is(t1) ? t1 : A._Future$value(t1, type$.nullable_ByteData), $async$handleFrameworkMessage$3); case 8: // returning from await. response = $async$result; @@ -336268,9 +345161,912 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, null, false)); } }, - $signature: 147 + $signature: 152 }; A.PluginRegistry.prototype = {}; + A.BuildInOrder.prototype = { + createRenderObject$1(context) { + var t1 = new A.RenderBuildInOrder(0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + return t1; + } + }; + A.RenderBuildInOrder.prototype = { + setupParentData$1(child) { + return child.parentData = new A.MultiChildLayoutParentData(null, null, B.Offset_0_0); + }, + performLayout$0() { + var childConstraints, child, _this = this, + t1 = type$.BoxConstraints, + t2 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); + _this._box$_size = new A.Size(A.clampDouble(1 / 0, t2.minWidth, t2.maxWidth), A.clampDouble(1 / 0, t2.minHeight, t2.maxHeight)); + t1 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); + childConstraints = new A.BoxConstraints(0, t1.maxWidth, 0, t1.maxHeight); + child = _this.ContainerRenderObjectMixin__firstChild; + for (t1 = A._instanceType(_this)._eval$1("ContainerRenderObjectMixin.1"); child != null;) { + child.layout$1(childConstraints); + t2 = child.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_nextSibling; + } + }, + paint$2(context, offset) { + this.defaultPaint$2(context, offset); + }, + hitTestChildren$2$position(result, position) { + return this.defaultHitTestChildren$2$position(result, position); + } + }; + A._RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin.prototype = { + attach$1(owner) { + var child, t1, t2; + this.super$RenderObject$attach(owner); + child = this.ContainerRenderObjectMixin__firstChild; + for (t1 = type$.ContainerBoxParentData_RenderBox; child != null;) { + child.attach$1(owner); + t2 = child.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_nextSibling; + } + }, + detach$0(_) { + var child, t1, t2; + this.super$RenderObject$detach(0); + child = this.ContainerRenderObjectMixin__firstChild; + for (t1 = type$.ContainerBoxParentData_RenderBox; child != null;) { + child.detach$0(0); + t2 = child.parentData; + t2.toString; + child = t1._as(t2).ContainerParentDataMixin_nextSibling; + } + } + }; + A._RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin.prototype = {}; + A.Follower.prototype = { + createRenderObject$1(context) { + var _this = this, + t1 = new A.RenderFollower(_this.link, _this.boundary, _this.aligner, _this.showWhenUnlinked, false, false, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.set$child(null); + return t1; + }, + updateRenderObject$2(context, renderObject) { + var _this = this; + renderObject.set$link(_this.link); + renderObject.set$aligner(_this.aligner); + renderObject.set$boundary(0, _this.boundary); + renderObject.set$showWhenUnlinked(_this.showWhenUnlinked); + renderObject.set$repaintWhenLeaderChanges(false); + renderObject.set$showDebugPaint(false); + } + }; + A.StaticOffsetAligner.prototype = { + align$2(_, globalLeaderRect, followerSize) { + return new A.FollowerAlignment(this._follower$_leaderAnchor, this._follower$_followerAnchor, this._follower$_offset); + } + }; + A.FollowerAlignment.prototype = { + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = other instanceof A.FollowerAlignment && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.leaderAnchor.$eq(0, other.leaderAnchor) && _this.followerAnchor.$eq(0, other.followerAnchor); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + var t1 = this.leaderAnchor, + t2 = this.followerAnchor; + return A.Object_hash(t1.get$_x(), t1.get$_alignment$_start(t1), t1.get$_y(), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue) ^ A.Object_hash(t2.get$_x(), t2.get$_alignment$_start(t2), t2.get$_y(), B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + } + }; + A.ScreenFollowerBoundary.prototype = { + constrain$2(globalFollowerRect, followerScale) { + var xAdjustment, t2, yAdjustment, + t1 = globalFollowerRect.left; + if (t1 < 0) + xAdjustment = -t1; + else { + t1 = globalFollowerRect.right; + t2 = this.screenSize._dx; + xAdjustment = t1 > t2 ? t2 - t1 : 0; + } + t1 = globalFollowerRect.top; + if (t1 < 0) + yAdjustment = -t1; + else { + t1 = globalFollowerRect.bottom; + t2 = this.screenSize._dy; + yAdjustment = t1 > t2 ? t2 - t1 : 0; + } + return new A.Offset(xAdjustment, yAdjustment).$div(0, followerScale / this.devicePixelRatio); + } + }; + A.WidgetFollowerBoundary.prototype = { + _calculateBoundaryRect$0() { + var boundaryBox, + t1 = this.boundaryKey, + t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); + if (t2 == null) + return null; + boundaryBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()); + t1 = A.MatrixUtils_transformPoint(boundaryBox.getTransformTo$1(0, null), B.Offset_0_0); + t2 = boundaryBox.get$size(boundaryBox).bottomRight$1(0, B.Offset_0_0); + return A.Rect$fromPoints(t1, A.MatrixUtils_transformPoint(boundaryBox.getTransformTo$1(0, null), t2)); + }, + constrain$2(globalFollowerRect, followerScale) { + var t5, xAdjustment, yAdjustment, + boundaryBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this.boundaryKey).get$renderObject()), + boundaryGlobalOrigin = A.MatrixUtils_transformPoint(boundaryBox.getTransformTo$1(0, null), B.Offset_0_0), + t1 = boundaryBox.get$size(boundaryBox), + t2 = boundaryGlobalOrigin._dx, + t3 = boundaryGlobalOrigin._dy, + t4 = t2 + t1._dx; + t1 = t3 + t1._dy; + t5 = globalFollowerRect.left; + if (t5 < t2) + xAdjustment = t2 - t5; + else { + t2 = globalFollowerRect.right; + xAdjustment = t2 > t4 ? t4 - t2 : 0; + } + t2 = globalFollowerRect.top; + if (t2 < t3) + yAdjustment = t3 - t2; + else { + t2 = globalFollowerRect.bottom; + yAdjustment = t2 > t1 ? t1 - t2 : 0; + } + return new A.Offset(xAdjustment, yAdjustment).$div(0, followerScale / this.devicePixelRatio); + } + }; + A.RenderFollower.prototype = { + attach$1(owner) { + this.super$_RenderProxyBox_RenderBox_RenderObjectWithChildMixin$attach(owner); + this._follower$_link._onFollowerTransformChangeListeners.add$1(0, this.get$markNeedsPaint()); + }, + detach$0(_) { + var _this = this; + _this._follower$_link._onFollowerTransformChangeListeners.remove$1(0, _this.get$markNeedsPaint()); + _this._layerHandle.set$layer(0, null); + _this.super$_RenderProxyBox_RenderBox_RenderObjectWithChildMixin$detach(0); + }, + set$link(value) { + var t1, _this = this; + if (_this._follower$_link === value) + return; + $.$get$FtlLogs_follower().log$4(B.Level_FINE_500, "Setting new link - " + value.toString$0(0), null, null); + t1 = _this.get$markNeedsPaint(); + _this._follower$_link._onFollowerTransformChangeListeners.remove$1(0, t1); + _this._follower$_link = value; + value._onFollowerTransformChangeListeners.add$1(0, t1); + _this._firstPaintOfCurrentLink = true; + _this.super$RenderObject$markNeedsPaint(); + }, + set$boundary(_, newValue) { + if (newValue == this._boundary) + return; + this._boundary = newValue; + this.super$RenderObject$markNeedsPaint(); + }, + set$aligner(newAligner) { + if (newAligner === this._aligner) + return; + this._aligner = newAligner; + this.super$RenderObject$markNeedsPaint(); + }, + set$showWhenUnlinked(value) { + if (this._follower$_showWhenUnlinked === value) + return; + this._follower$_showWhenUnlinked = value; + this.super$RenderObject$markNeedsPaint(); + }, + set$repaintWhenLeaderChanges(newValue) { + return; + }, + set$showDebugPaint(newValue) { + return; + }, + get$alwaysNeedsCompositing() { + return true; + }, + hitTest$2$position(result, position) { + if (this._follower$_link._leader_link$_leader == null && !this._follower$_showWhenUnlinked) + return false; + return this.hitTestChildren$2$position(result, position); + }, + hitTestChildren$2$position(result, position) { + var t1, transform, _this = this, + followerOffset = _this._followerOffsetFromLeader; + if (followerOffset == null) + followerOffset = B.Offset_0_0; + t1 = type$.nullable_FollowerLayer_2._as(A.RenderObject.prototype.get$layer.call(_this, _this)); + transform = t1 == null ? null : t1.getLastTransform$0(); + if (transform == null) + transform = null; + else + transform.translate$2(0, followerOffset._dx, followerOffset._dy); + return result.addWithPaintTransform$3$hitTest$position$transform(new A.RenderFollower_hitTestChildren_closure(_this), position, transform); + }, + performLayout$0() { + var t2, t3, _this = this, _null = null, + t1 = $.$get$FtlLogs_follower(); + t1.log$4(B.Level_FINER_400, "Laying out Follower", _null, _null); + t2 = _this.RenderObjectWithChildMixin__child; + if (t2 != null) { + t3 = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)); + t2.layout$2$parentUsesSize(new A.BoxConstraints(0, t3.maxWidth, 0, t3.maxHeight), true); + } + t2 = type$.BoxConstraints; + if (t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth < 1 / 0 && t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxHeight < 1 / 0) { + t2 = t2._as(A.RenderObject.prototype.get$constraints.call(_this)); + _this._box$_size = new A.Size(A.clampDouble(1 / 0, t2.minWidth, t2.maxWidth), A.clampDouble(1 / 0, t2.minHeight, t2.maxHeight)); + } else { + t2 = _this.RenderObjectWithChildMixin__child; + _this._box$_size = t2.get$size(t2); + } + t1.log$4(B.Level_FINER_400, " - Follower bounds layout size: " + _this.get$size(_this).toString$0(0), _null, _null); + t2 = _this.RenderObjectWithChildMixin__child; + t1.log$4(B.Level_FINER_400, " - Follower content size: " + A.S(t2 == null ? _null : t2.get$size(t2)), _null, _null); + }, + paint$2(context, offset) { + var t2, t3, t4, t5, globalLeaderTopLeftVec, globalLeaderRect, leaderSize, followerAlignment, followerTransform, followerScale, followerSize, followerOffsetRelativeToLeader, _this = this, _null = null, + t1 = $.$get$FtlLogs_follower(); + t1.log$4(B.Level_FINER_400, "Painting Follower - paint offset: " + offset.toString$0(0), _null, _null); + if (_this.RenderObjectWithChildMixin__child == null) + return; + t2 = _this._follower$_link._leader_link$_leader == null; + if (t2 && _this._followerOffsetFromLeader == null) { + t1.log$4(B.Level_FINER_400, "The leader isn't connected and there's no cached offset. Not painting anything.", _null, _null); + if (!_this._firstPaintOfCurrentLink) + return; + _this._firstPaintOfCurrentLink = false; + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.RenderFollower_paint_closure(_this)); + return; + } + t1.log$4(B.Level_FINER_400, "Is leader connected? " + !t2 + ", follower offset from leader: " + A.S(_this._followerOffsetFromLeader), _null, _null); + if (_this._follower$_link._leader_link$_leader != null) { + t1.log$4(B.Level_FINER_400, "Calculating follower offset", _null, _null); + t1.log$4(B.Level_FINER_400, "Calculating Follower offset using an aligner.", _null, _null); + t2 = _this._follower$_link; + t3 = t2.leaderToScreen; + t3.toString; + t2 = t2.leaderContentBoundsInLeaderSpace; + t4 = t2.left; + t2 = t2.top; + t5 = new A.Vector3(new Float64Array(3)); + t5.setValues$3(t4, t2, 0); + globalLeaderTopLeftVec = t3.transform3$1(t5); + t5 = _this._follower$_link; + t3 = t5.leaderToScreen; + t3.toString; + t5 = t5.leaderContentBoundsInLeaderSpace; + t2 = t5.right; + t5 = t5.bottom; + t4 = new A.Vector3(new Float64Array(3)); + t4.setValues$3(t2, t5, 0); + t5 = globalLeaderTopLeftVec._v3storage; + t4 = t3.transform3$1(t4)._v3storage; + globalLeaderRect = A.Rect$fromPoints(new A.Offset(t5[0], t5[1]), new A.Offset(t4[0], t4[1])); + t1.log$4(B.Level_FINER_400, " - Global leader rect: " + globalLeaderRect.toString$0(0), _null, _null); + leaderSize = _this._follower$_link._leaderSize; + t1.log$4(B.Level_FINER_400, " - Leader size: " + A.S(leaderSize), _null, _null); + t1.log$4(B.Level_FINER_400, " - Leader layer offset: " + _this._follower$_link._leader_link$_leader._leader$_offset.toString$0(0), _null, _null); + t4 = _this._aligner; + t5 = _this.RenderObjectWithChildMixin__child; + followerAlignment = t4.align$2(0, globalLeaderRect, t5.get$size(t5)); + followerTransform = new A.Matrix40(new Float64Array(16)); + followerTransform.setIdentity$0(); + _this.RenderObjectWithChildMixin__child.toString; + followerTransform.multiply$1(0, _this._getCurrentTransform$0()); + t2 = new A.Vector3(new Float64Array(3)); + t2.setValues$3(1, 0, 0); + t2 = followerTransform.transform3$1(t2); + followerScale = t2.$sub(0, followerTransform.transform3$1(new A.Vector3(new Float64Array(3))))._v3storage[0]; + t2 = _this.RenderObjectWithChildMixin__child; + followerSize = t2.get$size(t2).$mul(0, followerScale); + t1.log$4(B.Level_FINER_400, " - Follower size: " + followerSize.toString$0(0) + " (" + A.S(followerScale) + " scale)", _null, _null); + t2 = leaderSize == null ? B.Offset_0_0 : followerAlignment.leaderAnchor.alongSize$1(leaderSize).$sub(0, followerAlignment.followerAnchor.alongSize$1(followerSize)); + followerOffsetRelativeToLeader = t2.$add(0, followerAlignment.followerOffset); + _this._followerOffsetFromLeader = followerOffsetRelativeToLeader; + t1.log$4(B.Level_FINER_400, " - (Non-constrained) Follower offset relative to leader: " + followerOffsetRelativeToLeader.toString$0(0), _null, _null); + } + t1.log$4(B.Level_FINE_500, "Final follower offset relative to leader: " + A.S(_this._followerOffsetFromLeader), _null, _null); + t2 = type$.nullable_FollowerLayer_2; + if (t2._as(A.RenderObject.prototype.get$layer.call(_this, _this)) == null) { + t1.log$4(B.Level_FINER_400, "Creating new FollowerLayer", _null, _null); + t3 = new A.FollowerLayer(B.Offset_0_0, B.Offset_0_0, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2)); + t3.set$link(_this._follower$_link); + t3.showWhenUnlinked = _this._follower$_showWhenUnlinked; + t3.followerOffsetFromScreenOrigin = offset; + t3.calculateGlobalFollowerRect = _this.get$_calculateGlobalFollowerContentRect(); + t3.aligner = _this._aligner; + t3.boundary = _this._boundary; + t3.unlinkedOffset = t3.linkedOffset = _this._followerOffsetFromLeader; + t4 = _this.RenderObjectWithChildMixin__child; + t3.followerSize = t4.get$size(t4); + _this._layerHandle.set$layer(0, t3); + } else { + t1.log$4(B.Level_FINER_400, "Updating existing FollowerLayer", _null, _null); + t3 = t2._as(A.RenderObject.prototype.get$layer.call(_this, _this)); + t3.set$link(_this._follower$_link); + t3.showWhenUnlinked = _this._follower$_showWhenUnlinked; + t3.followerOffsetFromScreenOrigin = offset; + t3.aligner = _this._aligner; + t3.boundary = _this._boundary; + t3.unlinkedOffset = t3.linkedOffset = _this._followerOffsetFromLeader; + t4 = _this.RenderObjectWithChildMixin__child; + t3.followerSize = t4.get$size(t4); + } + t1.log$4(B.Level_FINER_400, "Pushing FollowerLayer", _null, _null); + t1 = t2._as(A.RenderObject.prototype.get$layer.call(_this, _this)); + t1.toString; + context.pushLayer$4$childPaintBounds(t1, new A.RenderFollower_paint_closure0(_this), B.Offset_0_0, B.Rect_aha); + if (t2._as(A.RenderObject.prototype.get$layer.call(_this, _this))._layer$_owner == null) + $.WidgetsBinding__instance.scheduleFrameCallback$1(new A.RenderFollower_paint_closure1(_this)); + }, + markNeedsPaint$0() { + this.super$RenderObject$markNeedsPaint(); + }, + _paintDebugVisuals$1(context) { + return; + }, + _calculateGlobalFollowerContentRect$0() { + var t1, followerToChildDeltaInScreenSpace, childSizeInScreenSpace, childTopLeftInScreen, _this = this, + followerOriginInScreenSpace = A.MatrixUtils_transformPoint(_this.getTransformTo$1(0, null), B.Offset_0_0), + childTransform = new A.Matrix40(new Float64Array(16)); + childTransform.setIdentity$0(); + _this.RenderObjectWithChildMixin__child.toString; + childTransform.multiply$1(0, _this._getCurrentTransform$0()); + t1 = childTransform.transform3$1(new A.Vector3(new Float64Array(3)))._v3storage; + followerToChildDeltaInScreenSpace = new A.Offset(t1[0], t1[1]).$mul(0, A._extension_0_get_scaleInScreenSpace(_this)); + t1 = _this.RenderObjectWithChildMixin__child; + childSizeInScreenSpace = t1.get$size(t1).$mul(0, A._extension_0_get_scaleInScreenSpace(_this)); + childTopLeftInScreen = followerOriginInScreenSpace.$add(0, followerToChildDeltaInScreenSpace); + return A.Rect$fromPoints(childTopLeftInScreen, childTopLeftInScreen.$add(0, childSizeInScreenSpace.bottomRight$1(0, B.Offset_0_0))); + }, + applyPaintTransform$2(child, transform) { + transform.multiply$1(0, this._getCurrentTransform$0()); + }, + _getCurrentTransform$0() { + var t2, t3, t4, transform, _this = this, _null = null, + t1 = $.$get$FtlLogs_follower(); + t1.log$4(B.Level_FINEST_300, "RenderFollower - getCurrentTransform()", _null, _null); + t2 = type$.nullable_FollowerLayer_2; + t3 = t2._as(A.RenderObject.prototype.get$layer.call(_this, _this)); + t4 = t2._as(A.RenderObject.prototype.get$layer.call(_this, _this)); + t4 = t4 == null ? _null : t4.getLastTransform$0(); + t1.log$4(B.Level_FINEST_300, " - has FollowerLayer? " + (t3 != null) + ", has existing transform? " + (t4 != null), _null, _null); + t1.log$4(B.Level_FINEST_300, " - follower origin in screen-space (according to localToGlobal): " + A.MatrixUtils_transformPoint(_this.getTransformTo$1(0, _null), B.Offset_0_0).toString$0(0), _null, _null); + t4 = t2._as(A.RenderObject.prototype.get$layer.call(_this, _this)); + t1.log$4(B.Level_FINEST_300, " - delta from follower content to follower origin (according to FollowerLayer): " + A.S(t4 == null ? _null : t4._transformOffset$1(B.Offset_0_0)), _null, _null); + t1.log$4(B.Level_FINEST_300, " - follower offset from leader: " + A.S(_this._followerOffsetFromLeader), _null, _null); + t1 = t2._as(A.RenderObject.prototype.get$layer.call(_this, _this)); + transform = t1 == null ? _null : t1.getLastTransform$0(); + if (transform == null) { + transform = new A.Matrix40(new Float64Array(16)); + transform.setIdentity$0(); + } + t1 = _this._followerOffsetFromLeader; + if (t1 != null) + transform.translate$2(0, t1._dx, t1._dy); + return transform; + } + }; + A.RenderFollower_hitTestChildren_closure.prototype = { + call$2(result, position) { + return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); + }, + $signature: 72 + }; + A.RenderFollower_paint_closure.prototype = { + call$1(timeStamp) { + var t1 = this.$this; + if (t1._follower$_link._leader_link$_leader != null) + t1.super$RenderObject$markNeedsPaint(); + }, + $signature: 12 + }; + A.RenderFollower_paint_closure0.prototype = { + call$2(context, offset) { + var t1; + $.$get$FtlLogs_follower().log$4(B.Level_FINER_400, "Painting follower content in Follower's Layer. Painting offset: " + offset.toString$0(0), null, null); + t1 = this.$this; + t1.super$RenderProxyBoxMixin$paint(context, offset); + t1._paintDebugVisuals$1(context); + }, + $signature: 90 + }; + A.RenderFollower_paint_closure1.prototype = { + call$1(timeStamp) { + this.$this.super$RenderObject$markNeedsPaint(); + }, + $signature: 12 + }; + A.FollowerLayer.prototype = { + set$link(newLink) { + var t1, _this = this; + if (_this._follower$_link === newLink) + return; + t1 = _this._leaderHandle; + if (t1 != null) { + t1.dispose$0(); + _this._leaderHandle = newLink.registerFollower$0(); + } + _this._follower$_link = newLink; + }, + attach$1(owner) { + $.$get$FtlLogs_follower().log$4(B.Level_FINER_400, "Attaching FollowerLayer to owner: " + owner.toString$0(0), null, null); + this.super$ContainerLayer$attach(owner); + this._leaderHandle = this._follower$_link.registerFollower$0(); + }, + detach$0(_) { + var t1; + $.$get$FtlLogs_follower().log$4(B.Level_FINER_400, "Detaching FollowerLayer from owner", null, null); + this.super$ContainerLayer$detach(0); + t1 = this._leaderHandle; + if (t1 != null) + t1.dispose$0(); + this._leaderHandle = null; + }, + findAnnotations$1$3$onlyFirst(result, localPosition, onlyFirst, $S) { + var t1, transformedOffset, _this = this; + if (_this._leaderHandle._leader_link$_link._leader_link$_leader == null) { + if (_this.showWhenUnlinked) { + t1 = _this.unlinkedOffset; + t1.toString; + return _this.super$ContainerLayer$findAnnotations(result, localPosition.$sub(0, t1), true, $S); + } + return false; + } + transformedOffset = _this._transformOffset$1(localPosition); + if (transformedOffset == null) + return false; + return _this.super$ContainerLayer$findAnnotations(result, transformedOffset, true, $S); + }, + _transformOffset$1(localPosition) { + var lastTransform, vector, t1, _this = this; + if (_this._inverseDirty) { + lastTransform = _this.getLastTransform$0(); + if (lastTransform == null) + return null; + _this._invertedTransform = A.Matrix4_tryInvert(lastTransform); + _this._inverseDirty = false; + } + if (_this._invertedTransform == null) + return null; + vector = new A.Vector4(new Float64Array(4)); + vector.setValues$4(localPosition._dx, localPosition._dy, 0, 1); + t1 = _this._invertedTransform.transform$1(0, vector)._v4storage; + return new A.Offset(t1[0], t1[1]); + }, + getLastTransform$0() { + var unlinkedOffset, t1, result, _this = this; + if (_this._follower$_lastTransform == null) + return null; + unlinkedOffset = _this.unlinkedOffset; + if (unlinkedOffset == null) + unlinkedOffset = B.Offset_0_0; + t1 = _this.followerOffsetFromScreenOrigin; + result = A.Matrix4_Matrix4$translationValues(-t1._dx - unlinkedOffset._dx, -t1._dy - unlinkedOffset._dy, 0); + t1 = _this._follower$_lastTransform; + t1.toString; + result.multiply$1(0, t1); + return result; + }, + get$alwaysNeedsAddToScene() { + return true; + }, + addToScene$1(builder) { + var t1, t2, _this = this; + $.$get$FtlLogs_follower().log$4(B.Level_FINER_400, "Adding FollowerLayer to scene", null, null); + if (_this._leaderHandle._leader_link$_link._leader_link$_leader == null && !_this.showWhenUnlinked) { + _this._follower$_lastTransform = null; + _this._inverseDirty = true; + _this.set$engineLayer(null); + return; + } + _this._establishTransform$0(); + t1 = _this._follower$_lastTransform; + t2 = type$.nullable_TransformEngineLayer; + if (t1 != null) { + _this.set$engineLayer(builder.pushTransform$2$oldLayer(t1._vector_math_64$_m4storage, t2._as(_this._engineLayer))); + _this.addChildrenToScene$1(builder); + builder.pop$0(); + } else { + t1 = _this.unlinkedOffset; + _this.set$engineLayer(builder.pushTransform$2$oldLayer(A.Matrix4_Matrix4$translationValues(t1._dx, t1._dy, 0)._vector_math_64$_m4storage, t2._as(_this._engineLayer))); + _this.addChildrenToScene$1(builder); + builder.pop$0(); + } + _this._inverseDirty = true; + }, + _establishTransform$0() { + var t1, previousTransform, leader, t2, leaderToAncestorLayers, followerToAncestorLayers, _i, leaderTransform, screenToFollowerTransform, leaderScale, followerScale, screenToLeaderTransform, leaderSize, t3, alignment, _this = this, _null = null; + if (_this._leaderHandle == null) + return; + t1 = $.$get$FtlLogs_follower(); + t1.log$4(B.Level_FINEST_300, "Establishing FollowerLayer transform", _null, _null); + t1.log$4(B.Level_FINEST_300, " - follower linked offset: " + A.S(_this.linkedOffset), _null, _null); + previousTransform = _this._follower$_lastTransform; + _this._follower$_lastTransform = null; + leader = _this._leaderHandle._leader_link$_link._leader_link$_leader; + if (leader == null) + return; + t2 = type$.JSArray_ContainerLayer; + leaderToAncestorLayers = A._setArrayType([leader], t2); + followerToAncestorLayers = A._setArrayType([_this], t2); + _this._pathToRoot$2(leader, leaderToAncestorLayers); + t1.log$4(B.Level_FINEST_300, " - Leader ancestor path:", _null, _null); + for (t2 = leaderToAncestorLayers.length, _i = 0; _i < leaderToAncestorLayers.length; leaderToAncestorLayers.length === t2 || (0, A.throwConcurrentModificationError)(leaderToAncestorLayers), ++_i) + t1.log$4(B.Level_FINEST_300, " - " + leaderToAncestorLayers[_i].toString$0(0), _null, _null); + _this._pathToRoot$2(_this, followerToAncestorLayers); + t1.log$4(B.Level_FINEST_300, " - Follower ancestor path", _null, _null); + for (t2 = followerToAncestorLayers.length, _i = 0; _i < followerToAncestorLayers.length; followerToAncestorLayers.length === t2 || (0, A.throwConcurrentModificationError)(followerToAncestorLayers), ++_i) + t1.log$4(B.Level_FINEST_300, " - " + followerToAncestorLayers[_i].toString$0(0), _null, _null); + leaderTransform = _this._collectTransformForLayerChain$1(leaderToAncestorLayers); + leader.applyTransform$2(_null, leaderTransform); + t1.log$4(B.Level_FINEST_300, " - Leader transform to screen-space \n" + leaderTransform.toString$0(0), _null, _null); + screenToFollowerTransform = _this._collectTransformForLayerChain$1(followerToAncestorLayers); + if (screenToFollowerTransform.copyInverse$1(screenToFollowerTransform) === 0) + return; + t1.log$4(B.Level_FINEST_300, " - Follower transform to screen-space \n" + screenToFollowerTransform.toString$0(0), _null, _null); + t2 = new A.Vector3(new Float64Array(3)); + t2.setValues$3(1, 0, 0); + t2 = leaderTransform.transform3$1(t2); + leaderScale = t2.$sub(0, leaderTransform.transform3$1(new A.Vector3(new Float64Array(3))))._v3storage[0]; + t1.log$4(B.Level_FINEST_300, " - Leader scale: " + A.S(leaderScale), _null, _null); + t2 = new A.Vector3(new Float64Array(3)); + t2.setValues$3(1, 0, 0); + t2 = screenToFollowerTransform.transform3$1(t2); + followerScale = 1 / t2.$sub(0, screenToFollowerTransform.transform3$1(new A.Vector3(new Float64Array(3))))._v3storage[0]; + t1.log$4(B.Level_FINEST_300, " - Follower scale: " + A.S(followerScale), _null, _null); + screenToLeaderTransform = new A.Matrix40(new Float64Array(16)); + screenToLeaderTransform.setFrom$1(screenToFollowerTransform); + screenToLeaderTransform.multiply$1(0, leaderTransform); + t2 = leaderTransform.transform3$1(new A.Vector3(new Float64Array(3)))._v3storage; + t1.log$4(B.Level_FINEST_300, " - Leader origin in screen space: " + new A.Offset(t2[0], t2[1]).toString$0(0), _null, _null); + leaderSize = _this._follower$_link._leaderSize.$mul(0, leaderScale); + t1.log$4(B.Level_FINEST_300, " - leader size: " + leaderSize.toString$0(0), _null, _null); + t1 = _this.followerSize; + t1.toString; + t2 = _this._follower$_link.leaderToScreen; + t2.toString; + t2 = t2.transform3$1(new A.Vector3(new Float64Array(3)))._v3storage; + t3 = t2[0]; + t2 = t2[1]; + alignment = _this.aligner.align$2(0, new A.Rect(t3, t2, t3 + leaderSize._dx, t2 + leaderSize._dy), t1); + t2 = alignment.leaderAnchor.alongSize$1(leaderSize); + t3 = alignment.followerOffset; + t1 = alignment.followerAnchor.alongSize$1(t1.$mul(0, followerScale)); + screenToLeaderTransform.scale$1(0, 1 / leaderScale); + screenToLeaderTransform.translate$2(0, t2._dx, t2._dy); + screenToLeaderTransform.translate$2(0, t3._dx, t3._dy); + screenToLeaderTransform.translate$2(0, -t1._dx, -t1._dy); + screenToLeaderTransform.scale$1(0, followerScale); + _this._follower$_lastTransform = screenToLeaderTransform; + _this._constrainFollowerOffsetToBounds$2(screenToLeaderTransform, followerScale); + _this._inverseDirty = true; + if (!screenToLeaderTransform.$eq(0, previousTransform)) + _this._follower$_link.notifyListenersOfFollowerLayerTransformChange$0(); + }, + _constrainFollowerOffsetToBounds$2(desiredTransform, followerScale) { + var t1, globalFollowerRect, followerAdjustment, _null = null; + if (this.boundary == null) + return; + t1 = $.$get$FtlLogs_follower(); + t1.log$4(B.Level_FINEST_300, "Layer asking RenderFollower for global follower rect:", _null, _null); + globalFollowerRect = this.calculateGlobalFollowerRect.call$0(); + t1.log$4(B.Level_FINEST_300, " - global rect: " + globalFollowerRect.toString$0(0), _null, _null); + followerAdjustment = this.boundary.constrain$2(globalFollowerRect, followerScale); + desiredTransform.translate$2(0, followerAdjustment._dx, followerAdjustment._dy); + }, + _collectTransformForLayerChain$1(layers) { + var result, index, index0, _null = null, + t1 = $.$get$FtlLogs_follower(); + t1.log$4(B.Level_FINEST_300, "_collectTransformForLayerChain()", _null, _null); + result = new A.Matrix40(new Float64Array(16)); + result.setIdentity$0(); + for (index = layers.length - 1; index > 0; index = index0) { + t1.log$4(B.Level_FINEST_300, "Calling applyTransform() on layer: " + layers[index].toString$0(0), _null, _null); + index0 = index - 1; + layers[index].applyTransform$2(layers[index0], result); + } + return result; + }, + _pathToRoot$2(layer, ancestors) { + var currentLayer, t1; + for (currentLayer = layer; t1 = currentLayer._layer$_parent, t1 != null; currentLayer = t1) { + ancestors.push(t1); + t1 = currentLayer._layer$_parent; + t1.toString; + } + }, + applyTransform$2(child, transform) { + var t2, _null = null, + t1 = $.$get$FtlLogs_follower(); + t1.log$4(B.Level_FINEST_300, "FollowerLayer - applyTransform()", _null, _null); + t1.log$4(B.Level_FINEST_300, "Transform before translation: \n" + transform.toString$0(0), _null, _null); + t2 = this._follower$_lastTransform; + if (t2 != null) + transform.multiply$1(0, t2); + else { + t2 = this.unlinkedOffset; + transform.multiply$1(0, A.Matrix4_Matrix4$translationValues(t2._dx, t2._dy, 0)); + } + t1.log$4(B.Level_FINEST_300, "Transform after translation: \n" + transform.toString$0(0), _null, _null); + } + }; + A.FollowerFadeOutBeyondBoundary.prototype = { + build$1(context) { + return A.AnimatedBuilder$(this.link, new A.FollowerFadeOutBeyondBoundary_build_closure(this), null); + }, + _isContentVisible$0() { + var t3, t4, + t1 = this.link, + t2 = t1._leader_link$_offset; + if (t2 == null) + return false; + t3 = t1._leaderSize; + if (t3 == null) + return false; + t1 = t1._leader_link$_scale; + t1 = t3.$mul(0, t1 == null ? 1 : t1); + t3 = t2._dx; + t2 = t2._dy; + t4 = this.boundary._calculateBoundaryRect$0(); + if (t4 == null) + t4 = B.Rect_0_0_0_0; + t4 = new A.Rect(t3, t2, t3 + t1._dx, t2 + t1._dy).overlaps$1(t4); + t1 = t4; + return t1; + } + }; + A.FollowerFadeOutBeyondBoundary_build_closure.prototype = { + call$2(context, value) { + var t1 = this.$this, + t2 = t1._isContentVisible$0() || false ? 1 : 0; + return A.AnimatedOpacity$(t1.child, B.C__Linear, B.Duration_250000, t2); + }, + $signature: 2657 + }; + A.Leader.prototype = { + createRenderObject$1(context) { + var t1 = new A.RenderLeader(this.link, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.set$child(null); + t1.set$recalculateGlobalOffset(null); + return t1; + }, + updateRenderObject$2(context, renderObject) { + renderObject.set$link(this.link); + renderObject.set$recalculateGlobalOffset(null); + } + }; + A.RenderLeader.prototype = { + dispose$0() { + this.super$RenderObject$dispose(); + }, + set$link(value) { + var _this = this, + t1 = _this._leader$_link; + if (t1 === value) + return; + t1.set$leaderSize(null); + _this._leader$_link = value; + t1 = _this._leader$_previousLayoutSize; + if (t1 != null) + value.set$leaderSize(t1); + _this.markNeedsPaint$0(); + }, + set$recalculateGlobalOffset(recalculateGlobalOffset) { + return; + }, + get$alwaysNeedsCompositing() { + return true; + }, + performLayout$0() { + var _this = this, _null = null, + t1 = $.$get$FtlLogs_leader(); + t1.log$4(B.Level_FINER_400, "Laying out Leader - " + A.Primitives_objectHashCode(_this), _null, _null); + _this.super$RenderProxyBoxMixin$performLayout(); + t1.log$4(B.Level_FINER_400, " - leader size: " + _this.get$size(_this).toString$0(0), _null, _null); + _this._leader$_previousLayoutSize = _this.get$size(_this); + _this._leader$_link.set$leaderSize(_this.get$size(_this)); + }, + paint$2(context, offset) { + var globalOffset, scale, t2, t3, halfChildSize, scaledOffset, leaderToScreenTransform, screenToLeaderTransform, _this = this, _null = null, + t1 = $.$get$FtlLogs_leader(); + t1.log$4(B.Level_FINER_400, "Painting Leader (" + A.Primitives_objectHashCode(_this) + ")", _null, _null); + globalOffset = A.MatrixUtils_transformPoint(_this.getTransformTo$1(0, _null), B.Offset_0_0); + scale = A.MatrixUtils_transformPoint(_this.getTransformTo$1(0, _null), B.Offset_1_0).$sub(0, A.MatrixUtils_transformPoint(_this.getTransformTo$1(0, _null), B.Offset_0_0))._dx; + t2 = _this.RenderObjectWithChildMixin__child; + if (t2 != null) { + t2 = t2.get$size(t2); + t3 = _this.RenderObjectWithChildMixin__child; + halfChildSize = new A.Offset(t2._dx / 2, t3.get$size(t3)._dy / 2); + } else + halfChildSize = B.Offset_0_0; + scaledOffset = offset.$add(0, halfChildSize).$sub(0, halfChildSize.$mul(0, scale)); + t1.log$4(B.Level_FINER_400, " - paint offset: " + offset.toString$0(0), _null, _null); + t1.log$4(B.Level_FINER_400, " - child: " + A.S(_this.RenderObjectWithChildMixin__child), _null, _null); + t1.log$4(B.Level_FINER_400, " - scaled paint offset: " + scaledOffset.toString$0(0), _null, _null); + t1.log$4(B.Level_FINER_400, " - global offset: " + globalOffset.toString$0(0), _null, _null); + t2 = _this.RenderObjectWithChildMixin__child; + t1.log$4(B.Level_FINER_400, " - follower content size (unscaled): " + A.S(t2 == null ? _null : t2.get$size(t2)), _null, _null); + t1.log$4(B.Level_FINER_400, " - scale: " + A.S(scale), _null, _null); + leaderToScreenTransform = _this.getTransformTo$1(0, _null); + screenToLeaderTransform = _this.getTransformTo$1(0, _null); + screenToLeaderTransform.copyInverse$1(screenToLeaderTransform); + t1 = _this._leader$_link; + t1.leaderToScreen = leaderToScreenTransform; + t2 = _this.RenderObjectWithChildMixin__child; + if (t2 != null) { + t2 = t2.get$size(t2); + t2 = new A.Rect(0, 0, 0 + t2._dx, 0 + t2._dy); + } else + t2 = B.Rect_0_0_0_0; + t1.leaderContentBoundsInLeaderSpace = t2; + t1.set$offset(0, globalOffset); + t1.set$scale(0, scale); + t1 = _this._layerHandle; + t2 = t1._layer; + t3 = _this._leader$_link; + if (t2 == null) + t1.set$layer(0, new A.LeaderLayer(t3, offset, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, type$.void_Function), A.LayerHandle$(type$.Layer_2))); + else { + type$.LeaderLayer_2._as(t2); + t2.set$link(t3); + t2.set$offset(0, offset); + } + t1 = t1._layer; + t1.toString; + context.pushLayer$3(t1, new A.RenderLeader_paint_closure(_this), B.Offset_0_0); + } + }; + A.RenderLeader_paint_closure.prototype = { + call$2(paintContext, offset) { + $.$get$FtlLogs_leader().log$4(B.Level_FINER_400, "Painting leader content within LeaderLayer. Paint offset: " + offset.toString$0(0), null, null); + this.$this.super$RenderProxyBoxMixin$paint(paintContext, offset); + }, + $signature: 90 + }; + A.LeaderLayer.prototype = { + set$link(value) { + var t1 = this._leader$_link; + if (t1 === value) + return; + t1.set$leader(null); + this._leader$_link = value; + }, + set$offset(_, value) { + var _this = this; + if (value.$eq(0, _this._leader$_offset)) + return; + _this._leader$_offset = value; + if (_this._leader$_link._connectedFollowers <= 0) + _this.markNeedsAddToScene$0(); + }, + get$alwaysNeedsAddToScene() { + return this._leader$_link._connectedFollowers > 0; + }, + attach$1(owner) { + var _this = this; + $.$get$FtlLogs_leader().log$4(B.Level_FINER_400, "Attaching LeaderLayer to owner: " + owner.toString$0(0), null, null); + _this.super$ContainerLayer$attach(owner); + _this._leader$_lastOffset = null; + _this._leader$_link.set$leader(_this); + }, + detach$0(_) { + $.$get$FtlLogs_leader().log$4(B.Level_FINER_400, "Detaching LeaderLayer from owner", null, null); + this._leader$_link.set$leader(null); + this._leader$_lastOffset = null; + this.super$ContainerLayer$detach(0); + }, + findAnnotations$1$3$onlyFirst(result, localPosition, onlyFirst, $S) { + return this.super$ContainerLayer$findAnnotations(result, localPosition.$sub(0, this._leader$_offset), true, $S); + }, + addToScene$1(builder) { + var t1, _this = this; + $.$get$FtlLogs_leader().log$4(B.Level_FINER_400, "Adding LeaderLayer to scene. Offset: " + _this._leader$_offset.toString$0(0), null, null); + t1 = _this._leader$_offset; + _this._leader$_lastOffset = t1; + if (!t1.$eq(0, B.Offset_0_0)) { + t1 = _this._leader$_offset; + _this.set$engineLayer(builder.pushTransform$2$oldLayer(A.Matrix4_Matrix4$translationValues(t1._dx, t1._dy, 0)._vector_math_64$_m4storage, type$.nullable_TransformEngineLayer._as(_this._engineLayer))); + } + _this.addChildrenToScene$1(builder); + if (!_this._leader$_offset.$eq(0, B.Offset_0_0)) + builder.pop$0(); + }, + applyTransform$2(child, transform) { + var t1; + if (!J.$eq$(this._leader$_lastOffset, B.Offset_0_0)) { + t1 = this._leader$_lastOffset; + transform.translate$2(0, t1._dx, t1._dy); + } + } + }; + A.LeaderLink.prototype = { + set$leader(newLeader) { + if (newLeader == this._leader_link$_leader) + return; + this._leader_link$_leader = newLeader; + }, + set$offset(_, newOffset) { + if (newOffset.$eq(0, this._leader_link$_offset)) + return; + this._leader_link$_offset = newOffset; + this.notifyListeners$0(); + }, + set$scale(_, newScale) { + if (newScale === this._leader_link$_scale) + return; + this._leader_link$_scale = newScale; + this.notifyListeners$0(); + }, + set$leaderSize(newSize) { + if (J.$eq$(newSize, this._leaderSize)) + return; + this._leaderSize = newSize; + this.notifyListeners$0(); + }, + getOffsetInLeader$1(alignment) { + var t1, t2, t3, t4, _this = this; + if (_this._leader_link$_offset == null || _this._leaderSize == null || _this._leader_link$_scale == null) + return null; + t1 = _this.leaderToScreen; + t1.toString; + t1 = t1.transform3$1(new A.Vector3(new Float64Array(3)))._v3storage; + t2 = t1[0]; + t1 = t1[1]; + t3 = _this._leaderSize; + t3.toString; + t4 = _this._leader_link$_scale; + t4.toString; + return new A.Offset(t2, t1).$add(0, alignment.alongSize$1(t3.$mul(0, t4))); + }, + registerFollower$0() { + ++this._connectedFollowers; + return new A.CustomLayerLinkHandle(this); + }, + notifyListeners$0() { + var t1 = $.WidgetsBinding__instance; + if (t1.SchedulerBinding__schedulerPhase === B.SchedulerPhase_3) { + t1.SchedulerBinding__postFrameCallbacks.push(new A.LeaderLink_notifyListeners_closure(this)); + return; + } + this.super$ChangeNotifier$notifyListeners(); + }, + notifyListenersOfFollowerLayerTransformChange$0() { + var t1, t2, listener; + for (t1 = this._onFollowerTransformChangeListeners, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + listener = t1._collection$_current; + (listener == null ? t2._as(listener) : listener).call$0(); + } + }, + toString$0(_) { + var t1 = A.shortHash(this), + t2 = this._leader_link$_leader != null ? "" : ""; + return "#" + t1 + "(" + t2 + ")"; + }, + $isListenable: 1 + }; + A.LeaderLink_notifyListeners_closure.prototype = { + call$1(timeStamp) { + this.$this.super$ChangeNotifier$notifyListeners(); + }, + $signature: 12 + }; + A.CustomLayerLinkHandle.prototype = { + dispose$0() { + --this._leader_link$_link._connectedFollowers; + this._leader_link$_link = null; + } + }; + A._LeaderLink_Object_ChangeNotifier.prototype = {}; A.GoogleSignInAuthentication.prototype = { toString$0(_) { return "GoogleSignInAuthentication:" + this._google_sign_in$_data.toString$0(0); @@ -336496,13 +346292,13 @@ return _this.$this._currentUser; return _this.$this._callMethod$1(_this.method); }, - $signature: 1519 + $signature: 2659 }; A.GoogleSignIn_signIn_isCanceled.prototype = { call$1(error) { return error instanceof A.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 142 + $signature: 148 }; A.GoogleSignIn_signIn_closure.prototype = { call$1(_) { @@ -336540,7 +346336,7 @@ t1 = J.getInterceptor$asx(result); return new A.GoogleSignInTokenData(A._asStringQ(t1.$index(result, "idToken")), A._asStringQ(t1.$index(result, "accessToken")), A._asStringQ(t1.$index(result, "serverAuthCode"))); }, - $signature: 1515 + $signature: 2668 }; A.SignInOption.prototype = { _enumToString$0() { @@ -336551,7 +346347,7 @@ A.GoogleSignInUserData.prototype = { get$hashCode(_) { var _this = this; - return A.hashObjects0(A._setArrayType([_this.displayName, _this.email, _this.id, _this.photoUrl, _this.idToken, _this.serverAuthCode], type$.JSArray_nullable_String)); + return A.Object_hash(_this.displayName, _this.email, _this.id, _this.photoUrl, _this.idToken, _this.serverAuthCode, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { var _this = this; @@ -336569,7 +346365,7 @@ }; A.GoogleSignInTokenData.prototype = { get$hashCode(_) { - return A._finish0(A._combine0(A._combine0(A._combine0(0, J.get$hashCode$(this.idToken)), J.get$hashCode$(this.accessToken)), J.get$hashCode$(this.serverAuthCode))); + return A.Object_hash(this.idToken, this.accessToken, this.serverAuthCode, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); }, $eq(_, other) { var _this = this; @@ -336690,9 +346486,10 @@ // returning from await. $async$handler = 5; t1 = self.gapi.auth2.getAuthInstance(); + t1 = t1 == null ? null : A.promiseToFuture(J.signIn$1$x(t1, null), type$.GoogleUser); $async$temp1 = A; $async$goto = 8; - return A._asyncAwait(t1 == null ? null : A.promiseToFuture(J.signIn$1$x(t1, null), type$.GoogleUser), $async$signIn$0); + return A._asyncAwait(type$.Future_nullable_GoogleUser._is(t1) ? t1 : A._Future$value(t1, type$.nullable_GoogleUser), $async$signIn$0); case 8: // returning from await. t1 = $async$temp1.gapiUserToPluginUserData($async$result); @@ -336843,20 +346640,20 @@ call$1(_) { return A.init(); }, - $signature: 897 + $signature: 506 }; A.GoogleSignInPlugin_initWithParams_closure.prototype = { call$1(initializedAuth) { this.isAuthInitialized.complete$0(0); }, - $signature: 1514 + $signature: 2669 }; A.GoogleSignInPlugin_initWithParams_closure0.prototype = { call$1(reason) { var t1 = J.getInterceptor$x(reason); this.isAuthInitialized.completeError$1(new A.PlatformException(t1.get$error(reason), t1.get$details(reason), "https://developers.google.com/identity/sign-in/web/reference#error_codes", null)); }, - $signature: 1513 + $signature: 2678 }; A.LoadConfig.prototype = {}; A.GoogleAuthInitFailureError.prototype = {}; @@ -336876,7 +346673,7 @@ A.AuthorizeResponse.prototype = {}; A.GoogleUser.prototype = {}; A._GoogleUser.prototype = {}; - A.Promise0.prototype = {}; + A.Promise.prototype = {}; A.inject_closure.prototype = { call$0() { this.gapiOnLoad.complete$0(0); @@ -337155,7 +346952,7 @@ t2 = t1._contents += A.htmlSerializeEscape(v, true); t1._contents = t2 + '"'; }, - $signature: 519 + $signature: 595 }; A.Comment.prototype = { get$nodeType(_) { @@ -337288,7 +347085,7 @@ call$1(n) { return !this.test.call$1(n); }, - $signature: 517 + $signature: 589 }; A.FilteredElementList.prototype = { forEach$1(_, action) { @@ -337502,7 +347299,7 @@ call$1(el) { return el.remove$0(0); }, - $signature: 1487 + $signature: 2685 }; A._ConcatTextVisitor.prototype = { toString$0(_) { @@ -338116,13 +347913,13 @@ call$2(attr, value) { this.$this.tree.openElements[0].attributes.putIfAbsent$2(0, attr, new A.Phase_startTagHtml__closure(value)); }, - $signature: 519 + $signature: 595 }; A.Phase_startTagHtml__closure.prototype = { call$0() { return this.value; }, - $signature: 45 + $signature: 96 }; A.InitialPhase.prototype = { processSpaceCharacters$1(token) { @@ -339608,13 +349405,13 @@ call$2(attr, value) { this.$this.tree.openElements[1].attributes.putIfAbsent$2(0, attr, new A.InBodyPhase_startTagBody__closure(value)); }, - $signature: 519 + $signature: 595 }; A.InBodyPhase_startTagBody__closure.prototype = { call$0() { return this.value; }, - $signature: 45 + $signature: 96 }; A.TextPhase.prototype = { processStartTag$1(token) { @@ -339882,7 +349679,7 @@ call$1(t) { return t.get$data(t); }, - $signature: 1486 + $signature: 2686 }; A.InCaptionPhase.prototype = { processStartTag$1(token) { @@ -340930,7 +350727,7 @@ call$1(s) { return s.add$1(0, this.value); }, - $signature: 1485 + $signature: 2687 }; A.EncodingBytes.prototype = { set$_encoding_parser$_position(_, value) { @@ -341415,7 +351212,7 @@ t1 = true; return !t1; }, - $signature: 517 + $signature: 589 }; A.SelectorEvaluator_visitPseudoClassSelector_closure0.prototype = { call$1(n) { @@ -341431,19 +351228,19 @@ t1 = true; return !t1; }, - $signature: 517 + $signature: 589 }; A.SelectorEvaluator_visitPseudoClassSelector__closure.prototype = { call$1(r) { return !A.isWhitespaceCC(r); }, - $signature: 132 + $signature: 146 }; A.SelectorEvaluator_visitAttributeSelector_closure.prototype = { call$1(v) { return v.length !== 0 && v === this.select; }, - $signature: 12 + $signature: 11 }; A.Token0.prototype = {}; A.TagToken.prototype = {}; @@ -341510,13 +351307,13 @@ } return result; }, - $signature: 1482 + $signature: 2690 }; A.entitiesByFirstChar__closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_String); }, - $signature: 730 + $signature: 750 }; A.HtmlTokenizer.prototype = { get$state(_) { @@ -343426,7 +353223,7 @@ call$1(e) { return B.JSString_methods.startsWith$1(e, this.name); }, - $signature: 12 + $signature: 11 }; A.HtmlTokenizer_emitCurrentToken_closure.prototype = { call$0() { @@ -343434,7 +353231,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 45 + $signature: 96 }; A.ActiveFormattingElements.prototype = { add$1(_, node) { @@ -343763,19 +353560,19 @@ t2 = result._contents = t4 + B.JSString_methods.substring$2(t5, last, t5.length); t1.format = t2.charCodeAt(0) == 0 ? t2 : t2; }, - $signature: 663 + $signature: 759 }; A._escape_closure.prototype = { call$1(match) { return "\\\\" + A.S(match.$index(0, 1)); }, - $signature: 114 + $signature: 118 }; A._escape_closure0.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 114 + $signature: 118 }; A._escape_closure1.prototype = { call$1(match) { @@ -343786,13 +353583,13 @@ t2.toString; return B.JSArray_methods.join$1(A._setArrayType(t1.split(t2), type$.JSArray_String), "\\" + A.S(match.$index(0, 1))); }, - $signature: 114 + $signature: 118 }; A._escape_closure2.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + A.S(match.$index(0, 2)) + "\\. "; }, - $signature: 114 + $signature: 118 }; A._escape_closure3.prototype = { call$1(match) { @@ -343800,19 +353597,19 @@ t1.toString; return A.stringReplaceAllFuncUnchecked(t1, A.RegExp_RegExp("([*+-])", true, false, false, false), new A._escape__closure(), null); }, - $signature: 114 + $signature: 118 }; A._escape__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 114 + $signature: 118 }; A._escape_closure4.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + "\\> "; }, - $signature: 114 + $signature: 118 }; A._escape_closure5.prototype = { call$1(match) { @@ -343822,7 +353619,7 @@ t2 = A.RegExp_RegExp("\\*", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\*"); }, - $signature: 114 + $signature: 118 }; A._escape_closure6.prototype = { call$1(match) { @@ -343832,7 +353629,7 @@ t2 = A.RegExp_RegExp("_", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\_"); }, - $signature: 114 + $signature: 118 }; A._escape_closure7.prototype = { call$1(match) { @@ -343842,20 +353639,20 @@ t2 = A.RegExp_RegExp("`", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\`"); }, - $signature: 114 + $signature: 118 }; A._escape_closure8.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 114 + $signature: 118 }; A._postProcess_closure.prototype = { call$1(rule) { var t1 = this._box_0; t1.input = A._join(t1.input, rule.append.call$0()); }, - $signature: 1479 + $signature: 2695 }; A._separatingNewlines_closure.prototype = { call$2(a, b) { @@ -343863,7 +353660,7 @@ b.toString; return B.JSString_methods.compareTo$1(a, b); }, - $signature: 137 + $signature: 150 }; A.Node.prototype = { get$firstChild(_) { @@ -344022,26 +353819,26 @@ var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 734 + $signature: 749 }; A.Rule_findRule_closure0.prototype = { call$1(rule) { var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 734 + $signature: 749 }; A.Rule_findRule_closure1.prototype = { call$0() { return $.$get$_BaseRules_defaultRule(); }, - $signature: 1477 + $signature: 2704 }; A.Rule__buildFilterFn_closure.prototype = { call$1(node) { return B.JSArray_methods.contains$1(this.filters, node.get$nodeName(node).toLowerCase()); }, - $signature: 240 + $signature: 248 }; A._BaseRules_defaultRule_closure.prototype = { call$2($content, node) { @@ -344052,19 +353849,19 @@ t1 = A.isBlock(node._el) ? "\n\n" + $content + "\n\n" : $content; return t1; }, - $signature: 88 + $signature: 89 }; A._CommonRules_paragraph_closure.prototype = { call$2($content, node) { return "\n\n" + $content + "\n\n"; }, - $signature: 88 + $signature: 89 }; A._CommonRules_lineBreak_closure.prototype = { call$2($content, node) { return A.getStyleOption("br") + "\n"; }, - $signature: 88 + $signature: 89 }; A._CommonRules_heading_closure.prototype = { call$2($content, node) { @@ -344076,7 +353873,7 @@ } else return "\n\n" + B.JSArray_methods.join$0(A.List_List$filled(hLevel, "#", false, type$.String)) + " " + $content + "\n\n"; }, - $signature: 88 + $signature: 89 }; A._CommonRules_blockquote_closure.prototype = { call$2($content, node) { @@ -344086,7 +353883,7 @@ t2 = A.RegExp_RegExp("^", true, false, true, false); return "\n\n" + A.stringReplaceAllUnchecked(t1, t2, "> ") + "\n\n"; }, - $signature: 88 + $signature: 89 }; A._CommonRules_list_closure.prototype = { call$2($content, node) { @@ -344104,7 +353901,7 @@ else return "\n\n" + $content + "\n\n"; }, - $signature: 88 + $signature: 89 }; A._CommonRules_listItem_closure.prototype = { call$2($content, node) { @@ -344137,13 +353934,13 @@ postfix = t1 ? "\n" : ""; return prefix + convertContent + postfix; }, - $signature: 88 + $signature: 89 }; A._CommonRules_indentedCodeBlock_closure.prototype = { call$1(node) { return A.getStyleOption("codeBlockStyle") === "indented" && node.get$nodeName(node) === "code" && node.get$parentElName() === "pre"; }, - $signature: 240 + $signature: 248 }; A._CommonRules_indentedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -344168,13 +353965,13 @@ return result + "\n\n"; } }, - $signature: 88 + $signature: 89 }; A._CommonRules_fencedCodeBlock_closure.prototype = { call$1(node) { return A.getStyleOption("codeBlockStyle") === "fenced" && node.get$nodeName(node) === "code" && node.get$parentElName() === "pre"; }, - $signature: 240 + $signature: 248 }; A._CommonRules_fencedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -344192,19 +353989,19 @@ language = className; return "\n\n" + A.getStyleOption("fence") + language + "\n" + node.get$firstChild(node).get$textContent() + "\n" + A.getStyleOption("fence") + "\n\n"; }, - $signature: 88 + $signature: 89 }; A._CommonRules_horizontalRule_closure.prototype = { call$2($content, node) { return A.getStyleOption("hr") + "\n"; }, - $signature: 88 + $signature: 89 }; A._CommonRules_inlineLink_closure.prototype = { call$1(node) { return A.getStyleOption("linkStyle") === "inlined" && node.get$nodeName(node) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 240 + $signature: 248 }; A._CommonRules_inlineLink_closure0.prototype = { call$2($content, node) { @@ -344218,13 +354015,13 @@ renderedTitle = title.length === 0 ? title : ' "' + title + '"'; return "[" + $content + "](" + t2 + renderedTitle + ")"; }, - $signature: 88 + $signature: 89 }; A._CommonRules_referenceLink_closure0.prototype = { call$1(node) { return A.getStyleOption("linkStyle") === "referenced" && node.get$nodeName(node) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 240 + $signature: 248 }; A._CommonRules_referenceLink_closure1.prototype = { call$2($content, node) { @@ -344257,7 +354054,7 @@ $._linkReferences.push(reference); return result; }, - $signature: 88 + $signature: 89 }; A._CommonRules_referenceLink_closure.prototype = { call$0() { @@ -344268,7 +354065,7 @@ result = ""; return result; }, - $signature: 45 + $signature: 96 }; A._CommonRules_emphasis_closure.prototype = { call$2($content, node) { @@ -344277,7 +354074,7 @@ return ""; return A.getStyleOption(_s11_) + $content + A.getStyleOption(_s11_); }, - $signature: 88 + $signature: 89 }; A._CommonRules_strong_closure.prototype = { call$2($content, node) { @@ -344286,7 +354083,7 @@ return ""; return A.getStyleOption(_s15_) + $content + A.getStyleOption(_s15_); }, - $signature: 88 + $signature: 89 }; A._CommonRules_strike_closure.prototype = { call$2($content, node) { @@ -344294,7 +354091,7 @@ return ""; return "~~" + $content + "~~"; }, - $signature: 88 + $signature: 89 }; A._CommonRules_code_closure.prototype = { call$1(node) { @@ -344306,7 +354103,7 @@ isCodeBlock = false; return node.get$nodeName(node) === "code" && !isCodeBlock; }, - $signature: 240 + $signature: 248 }; A._CommonRules_code_closure0.prototype = { call$2($content, node) { @@ -344330,13 +354127,13 @@ } return delimiter + leadingSpace + $content + trailingSpace + delimiter; }, - $signature: 88 + $signature: 89 }; A._CommonRules_code__closure.prototype = { call$1(match) { return match._match[0]; }, - $signature: 1475 + $signature: 2708 }; A._CommonRules_image_closure.prototype = { call$2($content, node) { @@ -344354,13 +354151,13 @@ titlePart = title.length !== 0 ? ' "' + title + '"' : ""; return src.length !== 0 ? "![" + alt + "](" + src + titlePart + ")" : ""; }, - $signature: 88 + $signature: 89 }; A._TableRules_tableCell_closure.prototype = { call$2($content, node) { return A._TableRules_cell($content, node) + A._TableRules_spannedCells(node, ""); }, - $signature: 88 + $signature: 89 }; A._TableRules_tableRow_closure.prototype = { call$2($content, node) { @@ -344407,7 +354204,7 @@ t1 = borderCells.length !== 0 ? "\n" + borderCells : ""; return "\n" + $content + t1; }, - $signature: 88 + $signature: 89 }; A._TableRules_table_closure.prototype = { call$2($content, node) { @@ -344426,13 +354223,13 @@ } return "\n\n" + A.stringReplaceAllUnchecked($content, "\n\n", "\n") + "\n\n"; }, - $signature: 88 + $signature: 89 }; A._TableRules_tableSection_closure.prototype = { call$2($content, node) { return $content; }, - $signature: 88 + $signature: 89 }; A._TableRules_captionSection_closure.prototype = { call$2($content, node) { @@ -344449,13 +354246,13 @@ return $content; return ""; }, - $signature: 88 + $signature: 89 }; A.get_closure.prototype = { call$1(client) { return client._sendUnstreamed$3("GET", this.url, this.headers); }, - $signature: 1447 + $signature: 2709 }; A.BaseClient.prototype = { _sendUnstreamed$5(method, url, headers, body, encoding) { @@ -344588,24 +354385,19 @@ call$2(key1, key2) { return key1.toLowerCase() === key2.toLowerCase(); }, - $signature: 1446 + $signature: 2717 }; A.BaseRequest_closure0.prototype = { call$1(key) { return B.JSString_methods.get$hashCode(key.toLowerCase()); }, - $signature: 1440 + $signature: 2723 }; A.BaseResponse.prototype = { BaseResponse$7$contentLength$headers$isRedirect$persistentConnection$reasonPhrase$request(statusCode, contentLength, headers, isRedirect, persistentConnection, reasonPhrase, request) { var t1 = this.statusCode; if (t1 < 100) throw A.wrapException(A.ArgumentError$("Invalid status code " + t1 + ".", null)); - else { - t1 = this.contentLength; - if (t1 != null && t1 < 0) - throw A.wrapException(A.ArgumentError$("Invalid content length " + A.S(t1) + ".", null)); - } } }; A.BrowserClient.prototype = { @@ -344706,13 +354498,13 @@ t3.toString; this.completer.complete$1(0, A.StreamedResponse$(new A.ByteStream(t2), t3, J.get$length$asx(body), B.HttpRequest_methods.get$responseHeaders(t1), false, true, t1.statusText, this.request)); }, - $signature: 742 + $signature: 748 }; A.BrowserClient_send_closure0.prototype = { call$1(_) { this.completer.completeError$2(new A.ClientException("XMLHttpRequest error."), A.StackTrace_current()); }, - $signature: 742 + $signature: 748 }; A.ByteStream.prototype = { toBytes$0() { @@ -344727,7 +354519,7 @@ call$1(bytes) { return this.completer.complete$1(0, new Uint8Array(A._ensureNativeList(bytes))); }, - $signature: 865 + $signature: 2725 }; A.ClientException.prototype = { toString$0(_) { @@ -344770,8 +354562,8 @@ case 0: // Function start t1 = "--" + boundary; - separator = B.C_Utf8Codec.get$encoder().convert$1(t1 + "\r\n"); - $close = B.C_Utf8Codec.get$encoder().convert$1(t1 + "--\r\n"); + separator = B.C_Utf8Encoder.convert$1(t1 + "\r\n"); + $close = B.C_Utf8Encoder.convert$1(t1 + "--\r\n"); t1 = $async$self.fields, t1 = t1.get$entries(t1), t1 = t1.get$iterator(t1); case 3: // for condition @@ -344792,16 +354584,14 @@ t3 = A.stringReplaceAllUnchecked(t3, t4, "%0D%0A"); header = 'content-disposition: form-data; name="' + A.stringReplaceAllUnchecked(t3, '"', "%22") + '"'; t3 = $.$get$_asciiOnly(); - if (!t3._nativeRegExp.test(t2)) - header += "\r\ncontent-type: text/plain; charset=utf-8\r\ncontent-transfer-encoding: binary"; $async$goto = 6; $async$nextWhenCanceled = [1]; - return A._asyncStarHelper(A._IterationMarker_yieldSingle(B.C_Utf8Codec.get$encoder().convert$1(header + "\r\n\r\n")), $async$_finalize$1, $async$controller); + return A._asyncStarHelper(A._IterationMarker_yieldSingle(B.C_Utf8Encoder.convert$1((!t3._nativeRegExp.test(t2) ? header + "\r\ncontent-type: text/plain; charset=utf-8\r\ncontent-transfer-encoding: binary" : header) + "\r\n\r\n")), $async$_finalize$1, $async$controller); case 6: // after yield $async$goto = 7; $async$nextWhenCanceled = [1]; - return A._asyncStarHelper(A._IterationMarker_yieldSingle(B.C_Utf8Codec.get$encoder().convert$1(t2)), $async$_finalize$1, $async$controller); + return A._asyncStarHelper(A._IterationMarker_yieldSingle(B.C_Utf8Encoder.convert$1(t2)), $async$_finalize$1, $async$controller); case 7: // after yield $async$goto = 8; @@ -344838,7 +354628,7 @@ header = header + '; filename="' + A.stringReplaceAllUnchecked(t3, '"', "%22") + '"'; $async$goto = 13; $async$nextWhenCanceled = [1]; - return A._asyncStarHelper(A._IterationMarker_yieldSingle(B.C_Utf8Codec.get$encoder().convert$1(header + "\r\n\r\n")), $async$_finalize$1, $async$controller); + return A._asyncStarHelper(A._IterationMarker_yieldSingle(B.C_Utf8Encoder.convert$1(header + "\r\n\r\n")), $async$_finalize$1, $async$controller); case 13: // after yield if (file._isFinalized) @@ -344954,14 +354744,14 @@ t2 = A._Uri__uriEncode(B.List_M1A, key, t1, true); return this.pairs.push(A._setArrayType([t2, A._Uri__uriEncode(B.List_M1A, value, t1, true)], type$.JSArray_String)); }, - $signature: 177 + $signature: 189 }; A.mapToQuery_closure0.prototype = { call$1(pair) { var t1 = J.getInterceptor$asx(pair); return A.S(t1.$index(pair, 0)) + "=" + A.S(t1.$index(pair, 1)); }, - $signature: 1439 + $signature: 2728 }; A.onDone_closure.prototype = { call$1(sink) { @@ -344980,7 +354770,7 @@ call$1(key) { return key.toLowerCase(); }, - $signature: 30 + $signature: 31 }; A.MediaType.prototype = { get$mimeType(_) { @@ -345064,7 +354854,7 @@ scanner.expectDone$0(); return A.MediaType$(t4, t5, parameters); }, - $signature: 1438 + $signature: 2729 }; A.MediaType_toString_closure.prototype = { call$2(attribute, value) { @@ -345081,13 +354871,13 @@ } else t1._contents = t3 + value; }, - $signature: 177 + $signature: 189 }; A.MediaType_toString__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 114 + $signature: 118 }; A.expectQuotedString_closure.prototype = { call$1(match) { @@ -345095,7 +354885,7 @@ t1.toString; return t1; }, - $signature: 114 + $signature: 118 }; A.Channel.prototype = { _enumToString$0() { @@ -346165,7 +355955,7 @@ this.$this.directories.$indexSet(0, key, t1); return t1; }, - $signature: 745 + $signature: 747 }; A.IfdDirectory.prototype = { get$isEmpty(_) { @@ -346241,7 +356031,7 @@ this.$this.data.$indexSet(0, tag, t1); return t1; }, - $signature: 1437 + $signature: 2733 }; A.IfdDirectory_copy_closure0.prototype = { call$2(tag, value) { @@ -346249,7 +356039,7 @@ this.$this.sub.directories.$indexSet(0, tag, t1); return t1; }, - $signature: 745 + $signature: 747 }; A.IfdValueType.prototype = { _enumToString$0() { @@ -346728,7 +356518,7 @@ t3 = t1.colorType; if (t3 === 0 && t1.transparency != null && t2 > 8) numChannels = 4; - image = A.Image$0(_null, _null, format, 0, B.FrameType_2, height, _null, 0, t3 === 2 && t1.transparency != null ? 4 : numChannels, palette, width, false); + image = A.Image$(_null, _null, format, 0, B.FrameType_2, height, _null, 0, t3 === 2 && t1.transparency != null ? 4 : numChannels, palette, width, false); origW = t1.width; origH = t1.height; t1.width = width; @@ -347320,7 +357110,7 @@ t8 = frame.iccProfile; t8 = t8 == null ? _null : new A.IccProfile(t8.name, t8.compression, J.sublist$1$ax(t8.data, 0)); t9 = frame.frameType; - newImage = A.Image$0(_null, t6, format, frame.frameDuration, t9, t5, t8, frame.loopCount, numChannels, _null, t7, false); + newImage = A.Image$(_null, t6, format, frame.frameDuration, t9, t5, t8, frame.loopCount, numChannels, _null, t7, false); t5 = frame.textData; newImage.textData = t5 != null ? A.LinkedHashMap_LinkedHashMap$from(t5, t3, t3) : _null; if (firstFrame != null) @@ -350994,7 +360784,7 @@ } }; A.ImageCropperPlugin.prototype = {}; - A.Promise1.prototype = {}; + A.Promise0.prototype = {}; A.BindConfiguration.prototype = {}; A.Data.prototype = {}; A.Boundary.prototype = {}; @@ -351447,7 +361237,7 @@ call$1(product) { return A._$ProductWrapperToJson(product); }, - $signature: 1435 + $signature: 2741 }; A.BillingResponse.prototype = { _enumToString$0() { @@ -351458,7 +361248,7 @@ fromJson$1(json) { if (json == null) return B.BillingResponse_9; - return A.$enumDecode(B.Map_b7svJ, json); + return A.$enumDecode(B.Map_tEjvb, json); } }; A.ProductType.prototype = { @@ -351509,7 +361299,7 @@ return false; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.ProductDetailsWrapper && other.description === _this.description && other.name === _this.name && J.$eq$(other.oneTimePurchaseOfferDetails, _this.oneTimePurchaseOfferDetails) && other.productId === _this.productId && other.productType === _this.productType && A.listEquals0(other.subscriptionOfferDetails, _this.subscriptionOfferDetails) && other.title === _this.title; + return other instanceof A.ProductDetailsWrapper && other.description === _this.description && other.name === _this.name && J.$eq$(other.oneTimePurchaseOfferDetails, _this.oneTimePurchaseOfferDetails) && other.productId === _this.productId && other.productType === _this.productType && A.listEquals(other.subscriptionOfferDetails, _this.subscriptionOfferDetails) && other.title === _this.title; }, get$hashCode(_) { var _this = this; @@ -351548,19 +361338,19 @@ call$1(e) { return A._$SubscriptionOfferDetailsWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 1434 + $signature: 2742 }; A._$ProductDetailsResponseWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 223 + $signature: 231 }; A._$ProductDetailsResponseWrapperFromJson_closure0.prototype = { call$1(e) { return A._$ProductDetailsWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 1407 + $signature: 2746 }; A.ProductWrapper.prototype = { toJson$0() { @@ -351591,7 +361381,7 @@ return true; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.PurchaseWrapper && other.orderId === _this.orderId && other.packageName === _this.packageName && other.purchaseTime === _this.purchaseTime && other.purchaseToken === _this.purchaseToken && other.signature === _this.signature && A.listEquals0(other.products, _this.products) && other.isAutoRenewing === _this.isAutoRenewing && other.originalJson === _this.originalJson && other.isAcknowledged === _this.isAcknowledged && other.purchaseState === _this.purchaseState; + return other instanceof A.PurchaseWrapper && other.orderId === _this.orderId && other.packageName === _this.packageName && other.purchaseTime === _this.purchaseTime && other.purchaseToken === _this.purchaseToken && other.signature === _this.signature && A.listEquals(other.products, _this.products) && other.isAutoRenewing === _this.isAutoRenewing && other.originalJson === _this.originalJson && other.isAcknowledged === _this.isAcknowledged && other.purchaseState === _this.purchaseState; }, get$hashCode(_) { var _this = this; @@ -351649,13 +361439,13 @@ call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 223 + $signature: 231 }; A._$PurchasesResultWrapperFromJson_closure0.prototype = { call$1(e) { return A._$PurchaseWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 1406 + $signature: 2763 }; A.SubscriptionOfferDetailsWrapper.prototype = { $eq(_, other) { @@ -351664,7 +361454,7 @@ return false; if (J.get$runtimeType$(other) !== A.getRuntimeTypeOfDartObject(_this)) return false; - return other instanceof A.SubscriptionOfferDetailsWrapper && other.basePlanId === _this.basePlanId && other.offerId == _this.offerId && A.listEquals0(other.offerTags, _this.offerTags) && other.offerIdToken === _this.offerIdToken && A.listEquals0(other.pricingPhases, _this.pricingPhases); + return other instanceof A.SubscriptionOfferDetailsWrapper && other.basePlanId === _this.basePlanId && other.offerId == _this.offerId && A.listEquals(other.offerTags, _this.offerTags) && other.offerIdToken === _this.offerIdToken && A.listEquals(other.pricingPhases, _this.pricingPhases); }, get$hashCode(_) { var _this = this; @@ -351713,7 +361503,7 @@ t6 = ""; return new A.PricingPhaseWrapper(t2, t3, t4, t5, t6, t1.$index(0, _s14_) == null ? B.RecurrenceMode_2 : B.C_RecurrenceModeConverter.fromJson$1(A._asIntQ(t1.$index(0, _s14_)))); }, - $signature: 1404 + $signature: 2764 }; A.InAppPurchaseAndroidPlatform.prototype = { get$purchaseStream() { @@ -352040,7 +361830,7 @@ call$1(client) { return client.isReady$0(); }, - $signature: 1399 + $signature: 2766 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure.prototype = { call$1(client) { @@ -352048,13 +361838,13 @@ t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable"); return client.queryProductDetails$1$productList(A.List_List$of(new A.EfficientLengthMappedIterable(t1, new A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0(), t2), true, t2._eval$1("Iterable.E"))); }, - $signature: 757 + $signature: 746 }; A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0.prototype = { call$1(productId) { return new A.ProductWrapper(productId, B.ProductType_0); }, - $signature: 758 + $signature: 745 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0.prototype = { call$1(client) { @@ -352062,31 +361852,31 @@ t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable"); return client.queryProductDetails$1$productList(A.List_List$of(new A.EfficientLengthMappedIterable(t1, new A.InAppPurchaseAndroidPlatform_queryProductDetails__closure(), t2), true, t2._eval$1("Iterable.E"))); }, - $signature: 757 + $signature: 746 }; A.InAppPurchaseAndroidPlatform_queryProductDetails__closure.prototype = { call$1(productId) { return new A.ProductWrapper(productId, B.ProductType_1); }, - $signature: 758 + $signature: 745 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1.prototype = { call$1(response) { return response.productDetailsList; }, - $signature: 1375 + $signature: 2776 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure2.prototype = { call$1(productDetailWrapper) { return A.GooglePlayProductDetails_fromProductDetails(productDetailWrapper); }, - $signature: 1374 + $signature: 2778 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure3.prototype = { call$1(productDetails) { return productDetails.id; }, - $signature: 1373 + $signature: 2779 }; A.InAppPurchaseAndroidPlatform_buyNonConsumable_closure.prototype = { call$1(client) { @@ -352094,62 +361884,62 @@ t2 = this._box_0.offerToken; return client.launchBillingFlow$6$accountId$offerToken$oldProduct$product$prorationMode$purchaseToken(t1.applicationUserName, t2, null, t1.productDetails.id, null, null); }, - $signature: 587 + $signature: 612 }; A.InAppPurchaseAndroidPlatform_completePurchase_closure.prototype = { call$1(client) { return client.acknowledgePurchase$1(this.purchase.verificationData.serverVerificationData); }, - $signature: 587 + $signature: 612 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure.prototype = { call$1(client) { return client.queryPurchases$1(B.ProductType_0); }, - $signature: 763 + $signature: 744 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure0.prototype = { call$1(client) { return client.queryPurchases$1(B.ProductType_1); }, - $signature: 763 + $signature: 744 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure1.prototype = { call$1(response) { return response.responseCode !== B.BillingResponse_3; }, - $signature: 1371 + $signature: 2782 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure2.prototype = { call$1(response) { return response.responseCode._enumToString$0(); }, - $signature: 1368 + $signature: 2788 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure3.prototype = { call$1(response) { return response.purchasesList; }, - $signature: 1364 + $signature: 2789 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure4.prototype = { call$1(purchaseWrapper) { return A.GooglePlayPurchaseDetails_fromPurchase(purchaseWrapper); }, - $signature: 767 + $signature: 743 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure5.prototype = { call$1(details) { details.status = B.PurchaseStatus_3; return details; }, - $signature: 1363 + $signature: 2795 }; A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure.prototype = { call$1(purchase) { return A.GooglePlayPurchaseDetails_fromPurchase(purchase); }, - $signature: 767 + $signature: 743 }; A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure0.prototype = { call$1(purchaseDetails) { @@ -352158,7 +361948,7 @@ purchaseDetails.status = B.PurchaseStatus_4; return this.$this._maybeAutoConsumePurchase$1(purchaseDetails); }, - $signature: 1361 + $signature: 2800 }; A.InAppPurchaseAndroidPlatformAddition.prototype = { consumePurchase$1(purchase) { @@ -352169,7 +361959,7 @@ call$1(client) { return client.consumeAsync$1(this.purchase.verificationData.serverVerificationData); }, - $signature: 587 + $signature: 612 }; A.GooglePlayProductDetails.prototype = {}; A.GooglePlayPurchaseDetails.prototype = {}; @@ -352184,7 +361974,7 @@ purchaseDetails.error = new A.IAPError("google_play", "purchase_error", "", null); return purchaseDetails; }, - $signature: 1360 + $signature: 2801 }; A.GooglePlayPurchaseParam.prototype = {}; A.IAPError.prototype = { @@ -352425,7 +362215,7 @@ t2 = A.double_parse(t1); return new A.AppStoreProductDetails(productWrapper.productIdentifier, productWrapper.localizedDescription, productWrapper.priceLocale.currencySymbol + t1, t2); }, - $signature: 1357 + $signature: 2802 }; A._TransactionRestoreState.prototype = { _enumToString$0() { @@ -352525,7 +362315,7 @@ call$1(transaction) { return transaction.transactionState === B.SKPaymentTransactionStateWrapper_3; }, - $signature: 1356 + $signature: 2803 }; A._TransactionObserver__handleTransationUpdates_closure0.prototype = { call$1(transaction) { @@ -352546,7 +362336,7 @@ } return purchaseDetails; }, - $signature: 1355 + $signature: 2805 }; A.InAppPurchaseStoreKitPlatformAddition.prototype = {}; A.SKTransactionStatusConverter.prototype = { @@ -352895,7 +362685,7 @@ var t1 = type$.dynamic; return A._$SKPaymentTransactionWrapperFromJson(A.Map_castFrom(type$.Map_dynamic_dynamic._as(map), t1, t1, type$.String, t1)); }, - $signature: 1354 + $signature: 2810 }; A.SKError.prototype = { $eq(_, other) { @@ -352936,7 +362726,7 @@ call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 223 + $signature: 231 }; A.SKPaymentTransactionStateWrapper.prototype = { _enumToString$0() { @@ -353064,7 +362854,7 @@ call$1(e) { return A._$SKProductWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 1349 + $signature: 2811 }; A._$SkProductResponseWrapperFromJson_closure0.prototype = { call$1(e) { @@ -353076,31 +362866,31 @@ call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 223 + $signature: 231 }; A._$SKProductDiscountWrapperFromJson_closure0.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 223 + $signature: 231 }; A._$SKProductWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 223 + $signature: 231 }; A._$SKProductWrapperFromJson_closure0.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 223 + $signature: 231 }; A._$SKProductWrapperFromJson_closure1.prototype = { call$1(e) { return A._$SKProductDiscountWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 1344 + $signature: 2812 }; A.SKRequestMaker.prototype = { startProductRequest$1(productIdentifiers) { @@ -353174,7 +362964,7 @@ call$1(locale) { return "default"; }, - $signature: 30 + $signature: 31 }; A.NumberSymbols.prototype = { toString$0(_) { @@ -353244,7 +363034,7 @@ t4 = t4 ? t5 + 12 : t5; preliminaryResult = _this._dateTimeConstructor.call$8(t1, t2, t3, t4, _this.minute, _this.second, _this.fractionalSecond, _this.utc); } else { - A.clock(); + $.$get$_clockKey(); now = A.systemTime(); if (_this.utc) now = now.toUtc$0(); @@ -353537,25 +363327,25 @@ }, "call*": "call$8", $requiredArgCount: 8, - $signature: 1340 + $signature: 2824 }; A.DateFormat__checkDateOnly_closure.prototype = { call$1(each) { return each.get$forDate(); }, - $signature: 1339 + $signature: 2844 }; A.DateFormat__initDigitMatcher_closure.prototype = { call$1(i) { return i; }, - $signature: 128 + $signature: 133 }; A.DateFormat__initDigitMatcher_closure0.prototype = { call$1(i) { return this.$this.get$localeZeroCodeUnit() + i; }, - $signature: 128 + $signature: 133 }; A.DateFormat__fieldConstructors_closure.prototype = { call$2(pattern, $parent) { @@ -353563,21 +363353,21 @@ B.JSString_methods.trim$0(t1); return new A._DateFormatQuotedField(pattern, t1, $parent); }, - $signature: 1338 + $signature: 2846 }; A.DateFormat__fieldConstructors_closure0.prototype = { call$2(pattern, $parent) { B.JSString_methods.trim$0(pattern); return new A._DateFormatPatternField(pattern, $parent); }, - $signature: 1337 + $signature: 2847 }; A.DateFormat__fieldConstructors_closure1.prototype = { call$2(pattern, $parent) { B.JSString_methods.trim$0(pattern); return new A._DateFormatLiteralField(pattern, $parent); }, - $signature: 1336 + $signature: 2859 }; A._DateFormatField.prototype = { get$forDate() { @@ -353921,7 +363711,7 @@ call$1(x) { return x; }, - $signature: 73 + $signature: 75 }; A.NumberFormat.prototype = { format$1(number) { @@ -354114,13 +363904,13 @@ call$1(x) { return this.newPattern; }, - $signature: 1326 + $signature: 2860 }; A.NumberFormat_NumberFormat$decimalPattern_closure.prototype = { call$1(x) { return x.DECIMAL_PATTERN; }, - $signature: 1295 + $signature: 2861 }; A.NumberFormat__formatFixed_computeFractionDigits.prototype = { call$0() { @@ -354435,7 +364225,7 @@ t1 = _this._widget; t1.toString; t2 = mediaWidth > mediaWidth + 80 ? (mediaWidth - mediaWidth) / 2 : 40; - t1 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1.searchText, _null, _null, _null, _null, _null, _null, _null, _null, B.Icon_AKW, _null, _null, _null, _null); + t1 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.searchText, _null, _null, _null, _null, _null, _null, _null, _null, B.Icon_AKW, _null, _null, _null, _null); t1 = A.TextField$(true, B.List_empty0, false, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), _null, _null, _null, _null, _null, 2, t1, B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", _null, new A._CountryPickerDialogState_build_closure(_this), _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null, _null); t3 = _this.___CountryPickerDialogState__filteredCountries_A; t3 === $ && A.throwUnnamedLateFieldNI(); @@ -354447,7 +364237,7 @@ var t1 = this.$this; return B.JSString_methods.compareTo$1(a.localizedName$1(t1._widget.languageCode), b.localizedName$1(t1._widget.languageCode)); }, - $signature: 785 + $signature: 742 }; A._CountryPickerDialogState_build_closure.prototype = { call$1(value) { @@ -354465,7 +364255,7 @@ var t1 = this.$this; return B.JSString_methods.compareTo$1(a.localizedName$1(t1._widget.languageCode), b.localizedName$1(t1._widget.languageCode)); }, - $signature: 785 + $signature: 742 }; A._CountryPickerDialogState_build__closure1.prototype = { call$0() { @@ -354488,7 +364278,7 @@ t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t3, _null, _null, new A._CountryPickerDialogState_build__closure(t1, index, this.context), false, _null, _null, _null, _null, _null, t2, A.Text$("+" + t4, _null, _null, _null, _null, _null, B.TextStyle_LxF, _null, _null, _null), _null); return A.Column$(A._setArrayType([t1, B.Divider_null_1_null_null], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 1294 + $signature: 2863 }; A._CountryPickerDialogState_build__closure.prototype = { call$0() { @@ -354519,13 +364309,13 @@ t1 = true; return t1; }, - $signature: 787 + $signature: 741 }; A.CountryExtensions_stringSearch__closure.prototype = { call$1(element) { return B.JSString_methods.contains$1(A.removeDiacritics(element.toLowerCase()), this._box_0.search); }, - $signature: 12 + $signature: 11 }; A.IntlPhoneField.prototype = { createState$0() { @@ -354567,7 +364357,7 @@ t1 = $async$self._framework$_element; t1.toString; $async$goto = 2; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A._IntlPhoneFieldState__changeCountry_closure($async$self), t1, null, false, type$.dynamic), $async$_changeCountry$0); + return A._asyncAwait(A.showDialog(null, null, true, null, new A._IntlPhoneFieldState__changeCountry_closure($async$self), t1, null, false, type$.dynamic), $async$_changeCountry$0); case 2: // returning from await. if ($async$self._framework$_element != null) @@ -354600,7 +364390,7 @@ t4.push(B.SizedBox_8_null_null_null); t3 = A.Container$(_null, A.DecoratedBox$(A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_0_0_0_0, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_2, B.MainAxisSize_0, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_changeCountry(), _null, _null, _null, _null, _null, _null, _null), B.BoxDecoration_423, B.DecorationPosition_0), B.Clip_0, _null, _null, _null, _null, _null, _null, B.EdgeInsets_0_0_0_0, _null, _null, _null, _null); _this._widget.toString; - t3 = B.InputDecoration_9Is.copyWith$2$counterText$prefixIcon(_null, t3); + t3 = B.InputDecoration_vBr.copyWith$2$counterText$prefixIcon(_null, t3); t4 = _this._widget; return A.TextFormField$(true, t2, true, B.AutovalidateMode_2, _null, _null, _null, B.Radius_0_0, 2, t3, true, false, _null, t1, t4.inputFormatters, _null, _null, B.TextInputType_3_null_null, _null, _null, 1, _null, false, new A._IntlPhoneFieldState_build_closure(_this), _null, _null, new A._IntlPhoneFieldState_build_closure0(_this), _null, false, _null, true, _null, B.TextAlign_0, _null, _null, new A._IntlPhoneFieldState_build_closure1(_this)); } @@ -354610,7 +364400,7 @@ var t1 = this.$this._widget.initialCountryCode; return item.code === t1; }, - $signature: 787 + $signature: 741 }; A._IntlPhoneFieldState_initState_closure0.prototype = { call$0() { @@ -354618,13 +364408,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return B.JSArray_methods.get$first(t1); }, - $signature: 1293 + $signature: 2880 }; A._IntlPhoneFieldState__changeCountry_closure.prototype = { call$1(context) { return new A.StatefulBuilder(new A._IntlPhoneFieldState__changeCountry__closure(this.$this), null); }, - $signature: 1292 + $signature: 2882 }; A._IntlPhoneFieldState__changeCountry__closure.prototype = { call$2(ctx, setState) { @@ -354639,7 +364429,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return new A.CountryPickerDialog(t3, t4, new A._IntlPhoneFieldState__changeCountry___closure(t1, setState), "Search country", t2, null, "en".toLowerCase(), null); }, - $signature: 1291 + $signature: 2887 }; A._IntlPhoneFieldState__changeCountry___closure.prototype = { call$1(country) { @@ -354648,7 +364438,7 @@ t1._widget.toString; this.setState.call$1(new A._IntlPhoneFieldState__changeCountry____closure()); }, - $signature: 1290 + $signature: 2896 }; A._IntlPhoneFieldState__changeCountry____closure.prototype = { call$0() { @@ -354664,7 +364454,7 @@ call$1(value) { this.$this._widget.toString; }, - $signature: 95 + $signature: 99 }; A._IntlPhoneFieldState_build_closure.prototype = { call$1(value) { @@ -354689,7 +364479,7 @@ t2 = t2.call$1(phoneNumber); $async$temp1 = t1; $async$goto = 2; - return A._asyncAwait(t2, $async$call$1); + return A._asyncAwait(type$.Future_nullable_String._is(t2) ? t2 : A._Future$value(t2, type$.nullable_String), $async$call$1); case 2: // returning from await. $async$temp1.validatorMessage = $async$result; @@ -354700,7 +364490,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 434 + $signature: 373 }; A._IntlPhoneFieldState_build_closure1.prototype = { call$1(value) { @@ -354719,7 +364509,7 @@ t1._widget.toString; return t1.validatorMessage; }, - $signature: 135 + $signature: 151 }; A.IconPosition.prototype = { _enumToString$0() { @@ -354892,7 +364682,7 @@ return A._asyncAwait(J.remove$1$ax(prefs, t1), $async$save$1); case 11: // returning from await. - t2 = new A.GZipEncoder().encode$1(B.C_Utf8Codec.get$encoder().convert$1(data)); + t2 = new A.GZipEncoder().encode$1(B.C_Utf8Encoder.convert$1(data)); t2.toString; gzipBytes = t2; zipped = B.C_Base64Codec.get$encoder().convert$1(gzipBytes); @@ -356298,43 +366088,43 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 421 + $signature: 364 }; A.ClientEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 180 + $signature: 192 }; A.ClientEntity_primaryContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 554 + $signature: 458 }; A.ClientEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 180 + $signature: 192 }; A.ClientEntity_hasEmailAddress_closure.prototype = { call$1(contact) { return contact.email.length !== 0; }, - $signature: 180 + $signature: 192 }; A.ClientEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 180 + $signature: 192 }; A.ClientEntity_getContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 554 + $signature: 458 }; A.ClientContactEntity.prototype = { get$fullName() { @@ -357942,7 +367732,7 @@ b.get$_company_gateway_model$_$this()._config = t1; return b; }, - $signature: 61 + $signature: 65 }; A.FeesAndLimitsSettings.prototype = {}; A._$CompanyGatewayListResponseSerializer.prototype = { @@ -359142,7 +368932,7 @@ call$1(data) { return data.length !== 0; }, - $signature: 12 + $signature: 11 }; A.CompanyEntity_coreCompany_closure.prototype = { call$1(b) { @@ -359261,26 +369051,26 @@ call$1(typeId) { return this.$this.options._map$_map.$index(0, typeId).supportTokenBilling; }, - $signature: 12 + $signature: 11 }; A.GatewayEntity_matchesFilter_closure.prototype = { call$1(option) { return option.supportTokenBilling; }, - $signature: 797 + $signature: 740 }; A.GatewayEntity_matchesFilterValue_closure.prototype = { call$1(option) { return option.supportTokenBilling; }, - $signature: 797 + $signature: 740 }; A.GatewayEntity_supportedEvents_closure.prototype = { call$2(key, option) { var t1 = option.webhooks; B.JSArray_methods.addAll$1(this.events, J.toList$0$ax(t1 == null ? A._setArrayType([], type$.JSArray_String) : t1)); }, - $signature: 1280 + $signature: 3000 }; A.GatewayOptionsEntity.prototype = {}; A.UserCompanyEntity.prototype = { @@ -359327,14 +369117,14 @@ b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_String), type$.String)); return b; }, - $signature: 799 + $signature: 739 }; A.UserCompanyEntity__initializeBuilder_closure.prototype = { call$1(b) { b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_String), type$.String)); return b; }, - $signature: 799 + $signature: 739 }; A.UserSettingsEntity.prototype = { getTableColumns$1(entityType) { @@ -363379,7 +373169,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 241 + $signature: 249 }; A._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -365118,7 +374908,7 @@ return false; return true; }, - $signature: 423 + $signature: 372 }; A.BelongsToClient.prototype = {}; A.BelongsToVendor.prototype = {}; @@ -367015,7 +376805,7 @@ b.get$_expense_model$_$this()._paymentDate = ""; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseScheduleEntity.prototype = {}; A.ExpenseStatusEntity.prototype = { @@ -371205,12 +380995,9 @@ } if (userCompany.can$2(B.UserPermission_create, B.EntityType_payment)) { t7 = t1 === B.EntityType_invoice; - if (!(t7 && t4 === "4") && t1 !== B.EntityType_quote && t1 !== B.EntityType_recurringInvoice && !_this.get$isCancelledOrReversed() && t7) { - t2 = A._setArrayType([B.EntityAction_newPayment, B.EntityAction_markPaid], t2); - if (client != null && client.gatewayTokens._list$_list.length !== 0) - t2.push(B.EntityAction_autoBill); - B.JSArray_methods.addAll$1(actions, t2); - } else if (t1 === B.EntityType_credit) { + if (!(t7 && t4 === "4") && t1 !== B.EntityType_quote && t1 !== B.EntityType_recurringInvoice && !_this.get$isCancelledOrReversed() && t7) + B.JSArray_methods.addAll$1(actions, A._setArrayType([B.EntityAction_newPayment, B.EntityAction_markPaid, B.EntityAction_autoBill], t2)); + else if (t1 === B.EntityType_credit) { t2 = !t5; if ((t2 ? _this.balance : _this.amount) < 0) actions.push(B.EntityAction_markPaid); @@ -371554,13 +381341,13 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 220 + $signature: 212 }; A.InvoiceEntity_InvoiceEntity_closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 550 + $signature: 445 }; A.InvoiceEntity_moveLineItem_closure.prototype = { call$1(b) { @@ -371591,7 +381378,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 550 + $signature: 445 }; A.InvoiceEntity_recreateInvitations_closure.prototype = { call$1(b) { @@ -371604,7 +381391,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 220 + $signature: 212 }; A.InvoiceEntity_recreateInvitations_closure1.prototype = { call$1(b) { @@ -371652,26 +381439,26 @@ call$1(lineItem) { return lineItem.typeId !== "3"; }, - $signature: 85 + $signature: 86 }; A.InvoiceEntity_clone__closure0.prototype = { call$1(lineItem) { return lineItem.rebuild$1(new A.InvoiceEntity_clone___closure()); }, - $signature: 1253 + $signature: 3022 }; A.InvoiceEntity_clone___closure.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_typeId = "1"; return b; }, - $signature: 53 + $signature: 55 }; A.InvoiceEntity_clone__closure1.prototype = { call$1(invitation) { return A.InvitationEntity_InvitationEntity(invitation.clientContactId, invitation.vendorContactId); }, - $signature: 1252 + $signature: 3027 }; A.InvoiceEntity_applyClient_closure.prototype = { call$1(b) { @@ -371731,31 +381518,31 @@ var t1 = activity.history; return t1 != null && t1.id.length !== 0 && t1.createdAt > 0 && !B.JSArray_methods.contains$1(A._setArrayType(["7", "21", "60", "136"], type$.JSArray_String), activity.activityTypeId); }, - $signature: 423 + $signature: 372 }; A.InvoiceEntity_balanceHistory_closure0.prototype = { call$1(activity) { return activity.history; }, - $signature: 1251 + $signature: 3030 }; A.InvoiceEntity_hasTasks_closure.prototype = { call$1(item) { return item.typeId === "2"; }, - $signature: 85 + $signature: 86 }; A.InvoiceEntity_hasProducts_closure.prototype = { call$1(item) { return item.typeId !== "2"; }, - $signature: 85 + $signature: 86 }; A.InvoiceEntity_hasExpenses_closure.prototype = { call$1(item) { return item.typeId === "6"; }, - $signature: 85 + $signature: 86 }; A.InvoiceEntity_applyTax_closure.prototype = { call$1(b) { @@ -371788,19 +381575,19 @@ call$1(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 542 + $signature: 461 }; A.InvoiceEntity_getInvitationForClientContact_closure.prototype = { call$1(invitation) { return invitation.clientContactId === this.contact.id; }, - $signature: 542 + $signature: 461 }; A.InvoiceEntity_getInvitationForVendorContact_closure.prototype = { call$1(invitation) { return invitation.vendorContactId === this.contact.id; }, - $signature: 542 + $signature: 461 }; A.InvoiceEntity_getTaxes_calculateAmount.prototype = { call$2(taxable, rate) { @@ -371810,13 +381597,13 @@ else return A.round(taxable * t1, 2); }, - $signature: 211 + $signature: 216 }; A.InvoiceEntity__calculateTax_closure.prototype = { call$0() { return A.LinkedHashMap_LinkedHashMap$_literal(["name", this.name, "rate", this.rate, "amount", 0, "paid", 0], type$.String, type$.dynamic); }, - $signature: 1249 + $signature: 3036 }; A.InvoiceItemEntity.prototype = { taxAmount$2(invoice, precision) { @@ -371902,7 +381689,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1; return b; }, - $signature: 53 + $signature: 55 }; A.InvoiceItemEntity_applyTax_closure0.prototype = { call$1(b) { @@ -371913,7 +381700,7 @@ b.get$_invoice_model$_$this()._taxName2 = t1; return b; }, - $signature: 53 + $signature: 55 }; A.InvoiceItemEntity_applyTax_closure1.prototype = { call$1(b) { @@ -371924,7 +381711,7 @@ b.get$_invoice_model$_$this()._taxName1 = t1; return b; }, - $signature: 53 + $signature: 55 }; A.InvitationEntity.prototype = { get$latestEmailStatus() { @@ -372865,7 +382652,7 @@ break; case "task_id": t1 = A._asStringQ(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_invoice_model$_$this()._taskId = t1; + result.get$_invoice_model$_$this()._invoice_model$_taskId = t1; break; case "expense_id": t1 = A._asStringQ(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); @@ -373859,7 +383646,7 @@ _this._invoice_model$_customValue3 = $$v.customValue3; _this._invoice_model$_customValue4 = $$v.customValue4; _this._discount = $$v.discount; - _this._taskId = $$v.taskId; + _this._invoice_model$_taskId = $$v.taskId; _this._expenseId = $$v.expenseId; _this._invoice_model$_createdAt = $$v.createdAt; _this._invoice_model$_taxCategoryId = $$v.taxCategoryId; @@ -373889,7 +383676,7 @@ t15 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_invoice_model$_$this()._invoice_model$_customValue3, _s17_, "customValue3"); t16 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_invoice_model$_$this()._invoice_model$_customValue4, _s17_, "customValue4"); t17 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_invoice_model$_$this()._discount, _s17_, "discount"); - t18 = _this.get$_invoice_model$_$this()._taskId; + t18 = _this.get$_invoice_model$_$this()._invoice_model$_taskId; t19 = _this.get$_invoice_model$_$this()._expenseId; _$result = A._$InvoiceItemEntity$_(t3, _this.get$_invoice_model$_$this()._invoice_model$_createdAt, t13, t14, t15, t16, t17, t19, t2, t4, t1, t5, t18, A.BuiltValueNullFieldError_checkNotNull(_this.get$_invoice_model$_$this()._invoice_model$_taxCategoryId, _s17_, "taxCategoryId"), t6, t8, t10, t7, t9, t11, t12); } @@ -374296,7 +384083,7 @@ t1.update$3$ifAbsent(t1, item.taxName3, new A.CalculateInvoiceTotal_calculateTaxes__closure3(t2), new A.CalculateInvoiceTotal_calculateTaxes__closure4(t2)); } }, - $signature: 280 + $signature: 288 }; A.CalculateInvoiceTotal_calculateTaxes__closure.prototype = { call$1(value) { @@ -374308,7 +384095,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 133 + $signature: 124 }; A.CalculateInvoiceTotal_calculateTaxes__closure1.prototype = { call$1(value) { @@ -374320,7 +384107,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 133 + $signature: 124 }; A.CalculateInvoiceTotal_calculateTaxes__closure3.prototype = { call$1(value) { @@ -374332,7 +384119,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 133 + $signature: 124 }; A.CalculateInvoiceTotal_calculateTaxes_closure0.prototype = { call$1(value) { @@ -374344,7 +384131,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 133 + $signature: 124 }; A.CalculateInvoiceTotal_calculateTaxes_closure2.prototype = { call$1(value) { @@ -374356,7 +384143,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 133 + $signature: 124 }; A.CalculateInvoiceTotal_calculateTaxes_closure4.prototype = { call$1(value) { @@ -374368,7 +384155,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 133 + $signature: 124 }; A.CalculateInvoiceTotal_getTaxable_closure.prototype = { call$1(invoiceItem) { @@ -374378,7 +384165,7 @@ lineTotal = this.$this.isAmountDiscount ? lineTotal - t1 : lineTotal - A.round(lineTotal * t1 / 100, this.precision); this._box_0.total += lineTotal; }, - $signature: 280 + $signature: 288 }; A.CalculateInvoiceTotal_calculateTotal_closure.prototype = { call$1(item) { @@ -374414,7 +384201,7 @@ t1.itemTax = t1.itemTax + A.round(lineTotal * taxRate3 / 100, _this.precision); } }, - $signature: 280 + $signature: 288 }; A.CalculateInvoiceTotal_calculateSubtotal_closure.prototype = { call$1(item) { @@ -374428,7 +384215,7 @@ t1 = _this._box_0; t1.total = t1.total + A.round(lineTotal, _this.precision); }, - $signature: 280 + $signature: 288 }; A.EntityAction.prototype = { toString$0(_) { @@ -374737,19 +384524,19 @@ call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 242 + $signature: 251 }; A.PaymentEntity_creditPaymentables_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_credit; }, - $signature: 242 + $signature: 251 }; A.PaymentEntity_invoiceId_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 242 + $signature: 251 }; A.PaymentableEntity.prototype = { get$isEmpty(_) { @@ -376503,7 +386290,7 @@ b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; }, - $signature: 184 + $signature: 185 }; A._$ProductListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -377467,7 +387254,7 @@ b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; }, - $signature: 201 + $signature: 196 }; A._$ProjectListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -378970,1304 +388757,1304 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BankAccountEntity); }, - $signature: 817 + $signature: 738 }; A._$serializers_closure0.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ClientContactEntity); }, - $signature: 1245 + $signature: 3051 }; A._$serializers_closure1.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 427 + $signature: 423 }; A._$serializers_closure2.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.LedgerEntity); }, - $signature: 1242 + $signature: 3054 }; A._$serializers_closure3.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GatewayTokenEntity); }, - $signature: 821 + $signature: 737 }; A._$serializers_closure4.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure5.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SystemLogEntity); }, - $signature: 529 + $signature: 504 }; A._$serializers_closure6.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ClientEntity); }, - $signature: 824 + $signature: 736 }; A._$serializers_closure7.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CompanyGatewayEntity); }, - $signature: 825 + $signature: 735 }; A._$serializers_closure8.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CountryEntity); }, - $signature: 826 + $signature: 734 }; A._$serializers_closure9.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CurrencyEntity); }, - $signature: 827 + $signature: 733 }; A._$serializers_closure10.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CurrencyEntity); }, - $signature: 827 + $signature: 733 }; A._$serializers_closure11.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SizeEntity); }, - $signature: 828 + $signature: 731 }; A._$serializers_closure12.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.IndustryEntity); }, - $signature: 829 + $signature: 729 }; A._$serializers_closure13.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TimezoneEntity); }, - $signature: 830 + $signature: 728 }; A._$serializers_closure14.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GatewayEntity); }, - $signature: 1220 + $signature: 3099 }; A._$serializers_closure15.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DateFormatEntity); }, - $signature: 832 + $signature: 726 }; A._$serializers_closure16.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DatetimeFormatEntity); }, - $signature: 833 + $signature: 725 }; A._$serializers_closure17.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.LanguageEntity); }, - $signature: 834 + $signature: 724 }; A._$serializers_closure18.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTypeEntity); }, - $signature: 835 + $signature: 723 }; A._$serializers_closure19.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CountryEntity); }, - $signature: 826 + $signature: 734 }; A._$serializers_closure20.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceStatusEntity); }, - $signature: 1214 + $signature: 3118 }; A._$serializers_closure21.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TemplateEntity); }, - $signature: 837 + $signature: 722 }; A._$serializers_closure22.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DateFormatEntity); }, - $signature: 832 + $signature: 726 }; A._$serializers_closure23.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DatetimeFormatEntity); }, - $signature: 833 + $signature: 725 }; A._$serializers_closure24.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DesignEntity); }, - $signature: 838 + $signature: 623 }; A._$serializers_closure25.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure26.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure27.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure28.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure29.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure30.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure31.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseScheduleEntity); }, - $signature: 1212 + $signature: 3127 }; A._$serializers_closure32.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.EntityState); }, - $signature: 1211 + $signature: 3128 }; A._$serializers_closure33.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.EntityStatus); }, - $signature: 1208 + $signature: 3132 }; A._$serializers_closure34.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure35.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure36.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure37.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure38.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure39.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.EntityType); }, - $signature: 1164 + $signature: 3149 }; A._$serializers_closure40.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BaseEntity); }, - $signature: 1162 + $signature: 3151 }; A._$serializers_closure41.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseCategoryEntity); }, - $signature: 845 + $signature: 720 }; A._$serializers_closure42.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseEntity); }, - $signature: 518 + $signature: 590 }; A._$serializers_closure43.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GatewayTokenEntity); }, - $signature: 821 + $signature: 737 }; A._$serializers_closure44.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GroupEntity); }, - $signature: 847 + $signature: 719 }; A._$serializers_closure45.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GroupEntity); }, - $signature: 847 + $signature: 719 }; A._$serializers_closure46.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 427 + $signature: 423 }; A._$serializers_closure47.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaxRateEntity); }, - $signature: 848 + $signature: 718 }; A._$serializers_closure48.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskStatusEntity); }, - $signature: 849 + $signature: 717 }; A._$serializers_closure49.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaskStatusEntity); }, - $signature: 850 + $signature: 716 }; A._$serializers_closure50.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CompanyGatewayEntity); }, - $signature: 825 + $signature: 735 }; A._$serializers_closure51.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseCategoryEntity); }, - $signature: 845 + $signature: 720 }; A._$serializers_closure52.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserEntity); }, - $signature: 851 + $signature: 715 }; A._$serializers_closure53.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ClientEntity); }, - $signature: 824 + $signature: 736 }; A._$serializers_closure54.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProductEntity); }, - $signature: 852 + $signature: 714 }; A._$serializers_closure55.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 217 + $signature: 211 }; A._$serializers_closure56.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 217 + $signature: 211 }; A._$serializers_closure57.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseEntity); }, - $signature: 518 + $signature: 590 }; A._$serializers_closure58.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentEntity); }, - $signature: 854 + $signature: 713 }; A._$serializers_closure59.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 217 + $signature: 211 }; A._$serializers_closure60.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 217 + $signature: 211 }; A._$serializers_closure61.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 217 + $signature: 211 }; A._$serializers_closure62.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BankAccountEntity); }, - $signature: 817 + $signature: 738 }; A._$serializers_closure63.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionEntity); }, - $signature: 855 + $signature: 712 }; A._$serializers_closure64.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionRuleEntity); }, - $signature: 856 + $signature: 711 }; A._$serializers_closure65.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskEntity); }, - $signature: 857 + $signature: 709 }; A._$serializers_closure66.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProjectEntity); }, - $signature: 858 + $signature: 705 }; A._$serializers_closure67.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseEntity); }, - $signature: 518 + $signature: 590 }; A._$serializers_closure68.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.VendorEntity); }, - $signature: 859 + $signature: 704 }; A._$serializers_closure69.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DesignEntity); }, - $signature: 838 + $signature: 623 }; A._$serializers_closure70.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure71.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ScheduleEntity); }, - $signature: 860 + $signature: 702 }; A._$serializers_closure72.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TokenEntity); }, - $signature: 861 + $signature: 701 }; A._$serializers_closure73.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.WebhookEntity); }, - $signature: 862 + $signature: 697 }; A._$serializers_closure74.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SubscriptionEntity); }, - $signature: 863 + $signature: 695 }; A._$serializers_closure75.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTermEntity); }, - $signature: 864 + $signature: 694 }; A._$serializers_closure76.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SystemLogEntity); }, - $signature: 529 + $signature: 504 }; A._$serializers_closure77.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.RegistrationFieldEntity); }, - $signature: 1161 + $signature: 3298 }; A._$serializers_closure78.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 216 + $signature: 210 }; A._$serializers_closure79.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.HistoryRecord); }, - $signature: 1159 + $signature: 3300 }; A._$serializers_closure80.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.IndustryEntity); }, - $signature: 829 + $signature: 729 }; A._$serializers_closure81.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 217 + $signature: 211 }; A._$serializers_closure82.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 217 + $signature: 211 }; A._$serializers_closure83.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceScheduleEntity); }, - $signature: 1158 + $signature: 3302 }; A._$serializers_closure84.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceItemEntity); }, - $signature: 1155 + $signature: 3309 }; A._$serializers_closure85.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvitationEntity); }, - $signature: 1154 + $signature: 3313 }; A._$serializers_closure86.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure87.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 427 + $signature: 423 }; A._$serializers_closure88.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.LanguageEntity); }, - $signature: 834 + $signature: 724 }; A._$serializers_closure89.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentEntity); }, - $signature: 854 + $signature: 713 }; A._$serializers_closure90.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTermEntity); }, - $signature: 864 + $signature: 694 }; A._$serializers_closure91.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTypeEntity); }, - $signature: 835 + $signature: 723 }; A._$serializers_closure92.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentableEntity); }, - $signature: 599 + $signature: 598 }; A._$serializers_closure93.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentableEntity); }, - $signature: 599 + $signature: 598 }; A._$serializers_closure94.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentableEntity); }, - $signature: 599 + $signature: 598 }; A._$serializers_closure95.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProductEntity); }, - $signature: 852 + $signature: 714 }; A._$serializers_closure96.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProjectEntity); }, - $signature: 858 + $signature: 705 }; A._$serializers_closure97.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ScheduleEntity); }, - $signature: 860 + $signature: 702 }; A._$serializers_closure98.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SizeEntity); }, - $signature: 828 + $signature: 731 }; A._$serializers_closure99.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure100.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure101.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure102.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure103.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BuiltList_String); }, - $signature: 1153 + $signature: 3316 }; A._$serializers_closure104.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SubscriptionEntity); }, - $signature: 863 + $signature: 695 }; A._$serializers_closure105.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskEntity); }, - $signature: 857 + $signature: 709 }; A._$serializers_closure106.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskStatusEntity); }, - $signature: 849 + $signature: 717 }; A._$serializers_closure107.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaxRateEntity); }, - $signature: 848 + $signature: 718 }; A._$serializers_closure108.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TimezoneEntity); }, - $signature: 830 + $signature: 728 }; A._$serializers_closure109.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TokenEntity); }, - $signature: 861 + $signature: 701 }; A._$serializers_closure110.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionEntity); }, - $signature: 855 + $signature: 712 }; A._$serializers_closure111.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionRuleCriteriaEntity); }, - $signature: 1149 + $signature: 3329 }; A._$serializers_closure112.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionRuleEntity); }, - $signature: 856 + $signature: 711 }; A._$serializers_closure113.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserCompanyEntity); }, - $signature: 1148 + $signature: 3331 }; A._$serializers_closure114.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserCompanyState); }, - $signature: 1146 + $signature: 3332 }; A._$serializers_closure115.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserEntity); }, - $signature: 851 + $signature: 715 }; A._$serializers_closure116.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.VendorContactEntity); }, - $signature: 1142 + $signature: 3340 }; A._$serializers_closure117.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 427 + $signature: 423 }; A._$serializers_closure118.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 162 + $signature: 159 }; A._$serializers_closure119.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.VendorEntity); }, - $signature: 859 + $signature: 704 }; A._$serializers_closure120.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.WebhookEntity); }, - $signature: 862 + $signature: 697 }; A._$serializers_closure121.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.EntityType, type$.bool); }, - $signature: 877 + $signature: 691 }; A._$serializers_closure122.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.EntityType, type$.bool); }, - $signature: 877 + $signature: 691 }; A._$serializers_closure123.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 216 + $signature: 210 }; A._$serializers_closure124.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 216 + $signature: 210 }; A._$serializers_closure125.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure126.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.EntityType, type$.PrefStateSortField); }, - $signature: 1140 + $signature: 3358 }; A._$serializers_closure127.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CompanyPrefState); }, - $signature: 1132 + $signature: 3359 }; A._$serializers_closure128.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BankAccountEntity); }, - $signature: 1114 + $signature: 3362 }; A._$serializers_closure129.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure130.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 577 + $signature: 592 }; A._$serializers_closure131.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 577 + $signature: 592 }; A._$serializers_closure132.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ReportSettingsEntity); }, - $signature: 1113 + $signature: 3396 }; A._$serializers_closure133.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DashboardField); }, - $signature: 1111 + $signature: 3401 }; A._$serializers_closure134.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ClientEntity); }, - $signature: 1107 + $signature: 3402 }; A._$serializers_closure135.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure136.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CompanyGatewayEntity); }, - $signature: 1103 + $signature: 3403 }; A._$serializers_closure137.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure138.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CurrencyEntity); }, - $signature: 1102 + $signature: 3404 }; A._$serializers_closure139.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.SizeEntity); }, - $signature: 1100 + $signature: 3405 }; A._$serializers_closure140.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.GatewayEntity); }, - $signature: 1072 + $signature: 3407 }; A._$serializers_closure141.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.IndustryEntity); }, - $signature: 1070 + $signature: 3408 }; A._$serializers_closure142.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TimezoneEntity); }, - $signature: 1069 + $signature: 3409 }; A._$serializers_closure143.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.DateFormatEntity); }, - $signature: 1068 + $signature: 3411 }; A._$serializers_closure144.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.LanguageEntity); }, - $signature: 1066 + $signature: 3415 }; A._$serializers_closure145.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PaymentTypeEntity); }, - $signature: 975 + $signature: 3416 }; A._$serializers_closure146.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CountryEntity); }, - $signature: 974 + $signature: 3420 }; A._$serializers_closure147.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TemplateEntity); }, - $signature: 837 + $signature: 722 }; A._$serializers_closure148.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.DesignEntity); }, - $signature: 941 + $signature: 3422 }; A._$serializers_closure149.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure150.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.DocumentEntity); }, - $signature: 940 + $signature: 3423 }; A._$serializers_closure151.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure152.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ExpenseCategoryEntity); }, - $signature: 938 + $signature: 3425 }; A._$serializers_closure153.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure154.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ExpenseEntity); }, - $signature: 898 + $signature: 689 }; A._$serializers_closure155.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure156.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ExpenseEntity); }, - $signature: 898 + $signature: 689 }; A._$serializers_closure157.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure158.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.GatewayOptionsEntity); }, - $signature: 934 + $signature: 3440 }; A._$serializers_closure159.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.GroupEntity); }, - $signature: 932 + $signature: 3441 }; A._$serializers_closure160.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure161.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ImportRequestMapping); }, - $signature: 930 + $signature: 3450 }; A._$serializers_closure162.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 282 + $signature: 301 }; A._$serializers_closure163.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure164.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 282 + $signature: 301 }; A._$serializers_closure165.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure166.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 282 + $signature: 301 }; A._$serializers_closure167.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure168.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 282 + $signature: 301 }; A._$serializers_closure169.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure170.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 282 + $signature: 301 }; A._$serializers_closure171.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure172.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PaymentEntity); }, - $signature: 927 + $signature: 3465 }; A._$serializers_closure173.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure174.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PaymentTermEntity); }, - $signature: 926 + $signature: 3481 }; A._$serializers_closure175.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure176.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PreImportResponseEntityDetails); }, - $signature: 924 + $signature: 3485 }; A._$serializers_closure177.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ProductEntity); }, - $signature: 906 + $signature: 3486 }; A._$serializers_closure178.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure179.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ProjectEntity); }, - $signature: 907 + $signature: 3560 }; A._$serializers_closure180.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure181.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ScheduleEntity); }, - $signature: 908 + $signature: 3561 }; A._$serializers_closure182.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure183.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 216 + $signature: 210 }; A._$serializers_closure184.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 216 + $signature: 210 }; A._$serializers_closure185.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 216 + $signature: 210 }; A._$serializers_closure186.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 216 + $signature: 210 }; A._$serializers_closure187.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.SubscriptionEntity); }, - $signature: 909 + $signature: 3627 }; A._$serializers_closure188.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure189.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaskEntity); }, - $signature: 910 + $signature: 3628 }; A._$serializers_closure190.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure191.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaskStatusEntity); }, - $signature: 850 + $signature: 716 }; A._$serializers_closure192.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure193.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaxConfigRegionEntity); }, - $signature: 911 + $signature: 4248 }; A._$serializers_closure194.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaxConfigSubregionEntity); }, - $signature: 912 + $signature: 4252 }; A._$serializers_closure195.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaxRateEntity); }, - $signature: 913 + $signature: 4257 }; A._$serializers_closure196.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure197.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TokenEntity); }, - $signature: 914 + $signature: 4258 }; A._$serializers_closure198.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure199.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TransactionEntity); }, - $signature: 915 + $signature: 4259 }; A._$serializers_closure200.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure201.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TransactionRuleEntity); }, - $signature: 916 + $signature: 4260 }; A._$serializers_closure202.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure203.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.UserEntity); }, - $signature: 917 + $signature: 919 }; A._$serializers_closure204.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure205.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.VendorEntity); }, - $signature: 918 + $signature: 920 }; A._$serializers_closure206.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure207.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.WebhookEntity); }, - $signature: 919 + $signature: 921 }; A._$serializers_closure208.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.String); }, - $signature: 41 + $signature: 43 }; A._$serializers_closure209.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.int, type$.String); }, - $signature: 920 + $signature: 922 }; A._$serializers_closure210.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.nullable_EntityType, type$.BuiltList_String); }, - $signature: 921 + $signature: 923 }; A._$serializers_closure211.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.nullable_String, type$.FeesAndLimitsSettings); }, - $signature: 922 + $signature: 924 }; A._$serializers_closure212.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SystemLogEntity); }, - $signature: 529 + $signature: 504 }; A._$serializers_closure213.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.nullable_String, type$.String); }, - $signature: 923 + $signature: 925 }; A._$serializers_closure214.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 577 + $signature: 592 }; A.SettingsEntity.prototype = { getFieldsForSection$1(section) { @@ -389727,7 +399514,7 @@ b.get$_task_model$_$this()._task_model$_endDate = t1; return b; }, - $signature: 245 + $signature: 260 }; A.TaskEntity.prototype = { get$clone(_) { @@ -390145,7 +399932,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 75 + $signature: 76 }; A.TaskEntity_areTimesValid_closure.prototype = { call$1(time) { @@ -390172,7 +399959,7 @@ t1.lastDateTime = t3 > t4 ? lastDateTime : endDate; } }, - $signature: 214 + $signature: 220 }; A.TaskEntity_getInvalidTimeIndices_closure.prototype = { call$1(time) { @@ -390198,19 +399985,19 @@ } ++t1.counter; }, - $signature: 214 + $signature: 220 }; A.TaskEntity_isRunning_closure.prototype = { call$1(taskTime) { return taskTime.endDate == null; }, - $signature: 206 + $signature: 215 }; A.TaskEntity_isBetween_closure.prototype = { call$1(element) { return element.endDate != null; }, - $signature: 206 + $signature: 215 }; A.TaskEntity_getTaskTimes_closure.prototype = { call$1(detail) { @@ -390232,7 +400019,7 @@ t1.toString; return B.JSInt_methods.compareTo$1(t1._value, timeB.startDate._value); }, - $signature: 929 + $signature: 931 }; A.TaskEntity_addTaskTime_closure.prototype = { call$1(b) { @@ -390242,7 +400029,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 75 + $signature: 76 }; A.TaskEntity_updateTaskTime_closure.prototype = { call$1(b) { @@ -390252,7 +400039,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 75 + $signature: 76 }; A.TaskEntity_deleteTaskTime_closure.prototype = { call$1(b) { @@ -390262,7 +400049,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 75 + $signature: 76 }; A.TaskEntity_calculateDuration_closure.prototype = { call$1(taskTime) { @@ -390272,7 +400059,7 @@ t1.seconds = t1.seconds + B.JSInt_methods._tdivFast$1(taskTime.get$duration(taskTime)._duration, 1000000); } }, - $signature: 214 + $signature: 220 }; A._$TaskListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -393466,7 +403253,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, bankAccountId); }, - $signature: 417 + $signature: 357 }; A.TransactionEntity_TransactionEntity_closure0.prototype = { call$1(bankAccount) { @@ -393474,7 +403261,7 @@ t1.toString; return !t1; }, - $signature: 931 + $signature: 933 }; A.TransactionStatusEntity.prototype = {}; A._$TransactionListResponseSerializer.prototype = { @@ -396432,43 +406219,43 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 387 + $signature: 358 }; A.VendorEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 200 + $signature: 194 }; A.VendorEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 200 + $signature: 194 }; A.VendorEntity_primaryContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 609 + $signature: 585 }; A.VendorEntity_hasEmailAddress_closure.prototype = { call$1(contact) { return contact.email.length !== 0; }, - $signature: 200 + $signature: 194 }; A.VendorEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 200 + $signature: 194 }; A.VendorEntity_getContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 609 + $signature: 585 }; A.VendorContactEntity.prototype = { get$entityType() { @@ -399060,7 +408847,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 51 + $signature: 54 }; A.CompanyGatewayRepository.prototype = { loadItem$2(credentials, entityId) { @@ -401415,7 +411202,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 184 + $signature: 185 }; A.ProjectRepository.prototype = { loadItem$2(credentials, entityId) { @@ -404155,7 +413942,7 @@ t1.$indexSet(0, "ninja_category_id", t2); return t1; }, - $signature: 936 + $signature: 938 }; A.TransactionRuleRepository.prototype = { loadItem$2(credentials, entityId) { @@ -405106,7 +414893,7 @@ call$2(field, errors) { J.forEach$1$ax(type$.List_dynamic._as(errors), new A._parseError__closure(this._box_0)); }, - $signature: 937 + $signature: 939 }; A._parseError__closure.prototype = { call$1(error) { @@ -405121,7 +414908,7 @@ b.get$_pref_state$_$this()._enableDarkModeSystem = t1.platformBrightness === B.Brightness_0; return b; }, - $signature: 592 + $signature: 579 }; A._initialState_closure0.prototype = { call$1(b) { @@ -405129,14 +414916,14 @@ b.get$useSidebarEditor().$indexSet(0, B.EntityType_task, true); return b; }, - $signature: 592 + $signature: 579 }; A._registerErrorHandlers_closure.prototype = { call$1(details) { var _null = null; return A.Material$(B.Duration_200000, true, _null, A.Center$(A.Text$(details.toString$0(0), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null, _null), B.Clip_0, B.Color_4294309365, 0, _null, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 939 + $signature: 941 }; A.InvoiceNinjaApp.prototype = { createState$0() { @@ -405256,19 +415043,19 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); } }, - $signature: 222 + $signature: 229 }; A.InvoiceNinjaAppState_generateRoute_closure.prototype = { call$1(_) { return new A.LoginScreen(null); }, - $signature: 896 + $signature: 688 }; A.InvoiceNinjaAppState_generateRoute_closure0.prototype = { call$1(_) { return new A.MainScreen(null); }, - $signature: 895 + $signature: 687 }; A.InvoiceNinjaAppState_build_closure.prototype = { call$1(context) { @@ -405347,11 +415134,11 @@ t3 = t2.prefState; t4 = t3.darkModeType; t5 = t4 === "system"; - outlinedButtonTheme = A.OutlinedButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, (t5 ? t3.enableDarkModeSystem : t4 === "dark") ? B.Color_4294967295 : B.Color_3707764736, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + outlinedButtonTheme = A.OutlinedButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, (t5 ? t3.enableDarkModeSystem : t4 === "dark") ? B.Color_4294967295 : B.Color_3707764736, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t6 = A.Duration$(0, 0, 0, 0, 0, 4); t7 = (t5 ? t3.enableDarkModeSystem : t4 === "dark") ? B.Color_4294967295 : B.Color_4278190080; t8 = A.TextStyle$(_null, _null, (t5 ? t3.enableDarkModeSystem : t4 === "dark") ? B.Color_3707764736 : B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); - t9 = t3.enableTouchEvents && t3.appLayout === B.AppLayout_desktop ? new A.MyCustomScrollBehavior(_null) : _null; + t9 = t3.enableTouchEvents && t3.appLayout === B.AppLayout_desktop ? new A.MyCustomScrollBehavior() : _null; t10 = $.$get$navigatorKey(); t11 = type$.MappedListIterable_String_Locale; t11 = A.List_List$of(new A.MappedListIterable(B.List_Kd1, new A.InvoiceNinjaAppState_build__closure(), t11), true, t11._eval$1("ListIterable.E")); @@ -405364,7 +415151,7 @@ t14 = t3.requireAuthentication && !t1._authenticated ? new A.LockScreen(t1.get$_authenticate(), _null) : new A.InitScreen(_null); if (t5 ? t3.enableDarkModeSystem : t4 === "dark") { t3 = A.TooltipThemeData$(_null, _null, _null, _null, _null, _null, _null, _null, _null, A.Duration$(0, 0, 0, 500, 0, 0)); - t3 = A.ThemeData_ThemeData(_null, new A.BottomAppBarTheme(B.Color_4279966750, _null, _null, _null, _null, _null, _null), _null, B.Color_4278190080, B.Color_4279966750, new A.ColorScheme(B.Brightness_0, B.Color_4290479868, B.Color_4278190080, _null, _null, B.Color_4278442694, B.Color_4278190080, _null, _null, _null, _null, _null, _null, B.Color_4291782265, B.Color_4278190080, _null, _null, B.Color_4279374354, B.Color_4294967295, B.Color_4279374354, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null).copyWith$3$background$primary$secondary(B.Color_4278190080, accentColor, accentColor), "Roboto", _null, accentColor, new A.OutlinedButtonThemeData(outlinedButtonTheme), pageTransitionsTheme, _null, B.Color_4278190080, _null, _null, _null, new A.TextButtonThemeData(textButtonTheme), new A.TextSelectionThemeData(_null, _null, accentColor), t3, _null); + t3 = A.ThemeData_ThemeData(_null, new A.BottomAppBarTheme(B.Color_4279966750, _null, _null, _null, _null, _null, _null), _null, B.Color_4278190080, B.Color_4279966750, new A.ColorScheme(B.Brightness_0, B.Color_4290479868, B.Color_4278190080, _null, _null, B.Color_4278442694, B.Color_4278190080, _null, _null, _null, _null, _null, _null, B.Color_4291782265, B.Color_4278190080, _null, _null, B.Color_4279374354, B.Color_4294967295, B.Color_4279374354, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null).copyWith$3$background$primary$secondary(B.Color_4278190080, accentColor, accentColor), "Roboto", _null, accentColor, new A.OutlinedButtonThemeData(outlinedButtonTheme), pageTransitionsTheme, _null, B.Color_4278190080, _null, _null, _null, new A.TextButtonThemeData(textButtonTheme), new A.TextSelectionThemeData(_null, _null, accentColor), t3, false); } else { t3 = A.TooltipThemeData$(_null, _null, _null, _null, _null, _null, _null, _null, _null, A.Duration$(0, 0, 0, 500, 0, 0)); t4 = hasAccentColor ? accentColor : B.Color_4279066001; @@ -405374,7 +415161,7 @@ t17 = hasAccentColor ? _null : accentColor; t18 = hasAccentColor ? accentColor : B.Color_4294967295; t19 = hasAccentColor ? B.Color_4294967295 : accentColor; - t3 = A.ThemeData_ThemeData(A.AppBarTheme$(_null, _null, _null, t18, _null, _null, new A.IconThemeData(_null, _null, _null, _null, _null, t19, _null, _null), _null, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, hasAccentColor ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), new A.BottomAppBarTheme(B.Color_4294967295, _null, _null, _null, _null, _null, _null), _null, B.Color_4294967295, B.Color_4294967295, A.ColorScheme_ColorScheme$fromSwatch(_null, _null, B.Brightness_1, _null, _null, B.MaterialColor_Map_JNGTf_4280391411).copyWith$2$background$secondary(B.Color_4294967295, accentColor), "Roboto", new A.IconThemeData(_null, _null, _null, _null, _null, t17, _null, _null), accentColor, new A.OutlinedButtonThemeData(outlinedButtonTheme), pageTransitionsTheme, accentColor, t4, t5, B.Color_4294178038, new A.TabBarTheme(_null, _null, _null, _null, t15, _null, _null, t16, _null, _null, _null, _null, _null), new A.TextButtonThemeData(textButtonTheme), new A.TextSelectionThemeData(_null, accentColor, _null), t3, _null); + t3 = A.ThemeData_ThemeData(A.AppBarTheme$(_null, _null, _null, t18, _null, _null, new A.IconThemeData(_null, _null, _null, _null, _null, t19, _null, _null), _null, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, hasAccentColor ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null), new A.BottomAppBarTheme(B.Color_4294967295, _null, _null, _null, _null, _null, _null), _null, B.Color_4294967295, B.Color_4294967295, A.ColorScheme_ColorScheme$fromSwatch(_null, _null, B.Brightness_1, _null, _null, B.MaterialColor_Map_JNGTf_4280391411).copyWith$2$background$secondary(B.Color_4294967295, accentColor), "Roboto", new A.IconThemeData(_null, _null, _null, _null, _null, t17, _null, _null), accentColor, new A.OutlinedButtonThemeData(outlinedButtonTheme), pageTransitionsTheme, accentColor, t4, t5, B.Color_4294178038, new A.TabBarTheme(_null, _null, _null, _null, _null, t15, _null, _null, t16, _null, _null, _null, _null, _null), new A.TextButtonThemeData(textButtonTheme), new A.TextSelectionThemeData(_null, accentColor, _null), t3, false); } t4 = type$.AppState; t5 = A.StoreProvider_of(context, t4).__Store__state_A; @@ -405387,762 +415174,762 @@ t4 = t4.prefState.appLayout === B.AppLayout_mobile ? A.LinkedHashMap_LinkedHashMap$_literal(["/login", new A.InvoiceNinjaAppState_build__closure0(), "/main", new A.InvoiceNinjaAppState_build__closure1(), "/dashboard", new A.InvoiceNinjaAppState_build__closure2(t2), "/product", new A.InvoiceNinjaAppState_build__closure3(), "/product/view", new A.InvoiceNinjaAppState_build__closure4(), "/product/edit", new A.InvoiceNinjaAppState_build__closure5(), "/client", new A.InvoiceNinjaAppState_build__closure6(), "/client/view", new A.InvoiceNinjaAppState_build__closure7(), "/client/edit", new A.InvoiceNinjaAppState_build__closure8(), "/client/pdf", new A.InvoiceNinjaAppState_build__closure9(), "/invoice", new A.InvoiceNinjaAppState_build__closure10(), "/invoice/view", new A.InvoiceNinjaAppState_build__closure11(), "/invoice/edit", new A.InvoiceNinjaAppState_build__closure12(), "/invoice/email", new A.InvoiceNinjaAppState_build__closure13(), "/invoice/pdf", new A.InvoiceNinjaAppState_build__closure14(), "/document", new A.InvoiceNinjaAppState_build__closure15(), "/document/view", new A.InvoiceNinjaAppState_build__closure16(), "/document/edit", new A.InvoiceNinjaAppState_build__closure17(), "/expense", new A.InvoiceNinjaAppState_build__closure18(), "/expense/view", new A.InvoiceNinjaAppState_build__closure19(), "/expense/edit", new A.InvoiceNinjaAppState_build__closure20(), "/vendor", new A.InvoiceNinjaAppState_build__closure21(), "/vendor/view", new A.InvoiceNinjaAppState_build__closure22(), "/vendor/edit", new A.InvoiceNinjaAppState_build__closure23(), "/task", new A.InvoiceNinjaAppState_build__closure24(), "/task/view", new A.InvoiceNinjaAppState_build__closure25(), "/task/edit", new A.InvoiceNinjaAppState_build__closure26(), "/project", new A.InvoiceNinjaAppState_build__closure27(), "/project/view", new A.InvoiceNinjaAppState_build__closure28(), "/project/edit", new A.InvoiceNinjaAppState_build__closure29(), "/payment", new A.InvoiceNinjaAppState_build__closure30(), "/payment/view", new A.InvoiceNinjaAppState_build__closure31(), "/payment/edit", new A.InvoiceNinjaAppState_build__closure32(), "/payment/refund", new A.InvoiceNinjaAppState_build__closure33(), "/quote", new A.InvoiceNinjaAppState_build__closure34(), "/quote/view", new A.InvoiceNinjaAppState_build__closure35(), "/quote/edit", new A.InvoiceNinjaAppState_build__closure36(), "/quote/email", new A.InvoiceNinjaAppState_build__closure37(), "/quote/pdf", new A.InvoiceNinjaAppState_build__closure38(), "/settings/schedules", new A.InvoiceNinjaAppState_build__closure39(), "/settings/schedules/view", new A.InvoiceNinjaAppState_build__closure40(), "/settings/schedules/edit", new A.InvoiceNinjaAppState_build__closure41(), "/settings/transaction_rules", new A.InvoiceNinjaAppState_build__closure42(), "/settings/transaction_rules/view", new A.InvoiceNinjaAppState_build__closure43(), "/settings/transaction_rules/edit", new A.InvoiceNinjaAppState_build__closure44(), "/transaction", new A.InvoiceNinjaAppState_build__closure45(), "/transaction/view", new A.InvoiceNinjaAppState_build__closure46(), "/transaction/edit", new A.InvoiceNinjaAppState_build__closure47(), "/settings/bank_accounts", new A.InvoiceNinjaAppState_build__closure48(), "/settings/bank_accounts/view", new A.InvoiceNinjaAppState_build__closure49(), "/settings/bank_accounts/edit", new A.InvoiceNinjaAppState_build__closure50(), "/purchase_order", new A.InvoiceNinjaAppState_build__closure51(), "/purchase_order/view", new A.InvoiceNinjaAppState_build__closure52(), "/purchase_order/edit", new A.InvoiceNinjaAppState_build__closure53(), "/purchase_order/email", new A.InvoiceNinjaAppState_build__closure54(), "/purchase_order/pdf", new A.InvoiceNinjaAppState_build__closure55(), "/recurring_expense", new A.InvoiceNinjaAppState_build__closure56(), "/recurring_expense/view", new A.InvoiceNinjaAppState_build__closure57(), "/recurring_expense/edit", new A.InvoiceNinjaAppState_build__closure58(), "/settings/payment_links", new A.InvoiceNinjaAppState_build__closure59(), "/settings/payment_links/view", new A.InvoiceNinjaAppState_build__closure60(), "/settings/payment_links/edit", new A.InvoiceNinjaAppState_build__closure61(), "/settings/task_status", new A.InvoiceNinjaAppState_build__closure62(), "/settings/task_status/view", new A.InvoiceNinjaAppState_build__closure63(), "/settings/task_status/edit", new A.InvoiceNinjaAppState_build__closure64(), "/settings/expense_category", new A.InvoiceNinjaAppState_build__closure65(), "/settings/expense_category/view", new A.InvoiceNinjaAppState_build__closure66(), "/settings/expense_category/edit", new A.InvoiceNinjaAppState_build__closure67(), "/recurring_invoice", new A.InvoiceNinjaAppState_build__closure68(), "/recurring_invoice/view", new A.InvoiceNinjaAppState_build__closure69(), "/recurring_invoice/edit", new A.InvoiceNinjaAppState_build__closure70(), "/recurring_invoice/pdf", new A.InvoiceNinjaAppState_build__closure71(), "/settings/webhook", new A.InvoiceNinjaAppState_build__closure72(), "/settings/webhook/view", new A.InvoiceNinjaAppState_build__closure73(), "/settings/webhook/edit", new A.InvoiceNinjaAppState_build__closure74(), "/settings/tokens", new A.InvoiceNinjaAppState_build__closure75(), "/settings/token/view", new A.InvoiceNinjaAppState_build__closure76(), "/settings/token/edit", new A.InvoiceNinjaAppState_build__closure77(), "/settings/payment_terms", new A.InvoiceNinjaAppState_build__closure78(), "/settings/payment_term/edit", new A.InvoiceNinjaAppState_build__closure79(), "/settings/payment_term/view", new A.InvoiceNinjaAppState_build__closure80(), "/settings/custom_designs", new A.InvoiceNinjaAppState_build__closure81(), "/settings/custom_designs/view", new A.InvoiceNinjaAppState_build__closure82(), "/settings/custom_designs/edit", new A.InvoiceNinjaAppState_build__closure83(), "/credit", new A.InvoiceNinjaAppState_build__closure84(), "/credit/view", new A.InvoiceNinjaAppState_build__closure85(), "/credit/edit", new A.InvoiceNinjaAppState_build__closure86(), "/credit/email", new A.InvoiceNinjaAppState_build__closure87(), "/credit/pdf", new A.InvoiceNinjaAppState_build__closure88(), "/settings/user_management", new A.InvoiceNinjaAppState_build__closure89(), "/settings/user_management/view", new A.InvoiceNinjaAppState_build__closure90(), "/settings/user_management/edit", new A.InvoiceNinjaAppState_build__closure91(), "/settings/group_settings", new A.InvoiceNinjaAppState_build__closure92(), "/settings/group_settings/view", new A.InvoiceNinjaAppState_build__closure93(), "/settings/group_settings/edit", new A.InvoiceNinjaAppState_build__closure94(), "/settings", new A.InvoiceNinjaAppState_build__closure95(), "/reports", new A.InvoiceNinjaAppState_build__closure96(), "/settings/company_details", new A.InvoiceNinjaAppState_build__closure97(), "/settings/user_details", new A.InvoiceNinjaAppState_build__closure98(), "/settings/localization", new A.InvoiceNinjaAppState_build__closure99(), "/settings/payment_settings", new A.InvoiceNinjaAppState_build__closure100(), "/settings/company_gateways", new A.InvoiceNinjaAppState_build__closure101(), "/settings/company_gateways/view", new A.InvoiceNinjaAppState_build__closure102(), "/settings/company_gateways/edit", new A.InvoiceNinjaAppState_build__closure103(), "/settings/tax_settings", new A.InvoiceNinjaAppState_build__closure104(), "/settings/tax_settings_rates", new A.InvoiceNinjaAppState_build__closure105(), "/settings/tax_settings_rates/view", new A.InvoiceNinjaAppState_build__closure106(), "/settings/tax_settings_rates/edit", new A.InvoiceNinjaAppState_build__closure107(), "/settings/product_settings", new A.InvoiceNinjaAppState_build__closure108(), "/settings/expense_settings", new A.InvoiceNinjaAppState_build__closure109(), "/settings/task_settings", new A.InvoiceNinjaAppState_build__closure110(), "/settings/import_export", new A.InvoiceNinjaAppState_build__closure111(), "/settings/device_settings", new A.InvoiceNinjaAppState_build__closure112(), "/settings/account_management", new A.InvoiceNinjaAppState_build__closure113(), "/settings/custom_fields", new A.InvoiceNinjaAppState_build__closure114(), "/settings/generated_numbers", new A.InvoiceNinjaAppState_build__closure115(), "/settings/workflow_settings", new A.InvoiceNinjaAppState_build__closure116(), "/settings/invoice_design", new A.InvoiceNinjaAppState_build__closure117(), "/settings/client_portal", new A.InvoiceNinjaAppState_build__closure118(), "/settings/email_settings", new A.InvoiceNinjaAppState_build__closure119(), "/settings/templates_and_reminders", new A.InvoiceNinjaAppState_build__closure120(), "/settings/credit_cards_and_banks", new A.InvoiceNinjaAppState_build__closure121(), "/settings/data_visualizations", new A.InvoiceNinjaAppState_build__closure122()], t5, t15) : A.LinkedHashMap_LinkedHashMap$_empty(t5, t15); return new A.StyledToast(new A.WebSocketRefresh(new A.WindowManager(new A.MaterialApp(t10, t14, t4, t1, t12, new A.InvoiceNinjaAppState_build__closure123(t2), "Invoice Ninja", t3, locale, t13, t11, false, t9, _null), _null), _null), t7, t8, t6, locale, _null); }, - $signature: 942 + $signature: 944 }; A.InvoiceNinjaAppState_build__closure123.prototype = { call$2(context, child) { var data = A.InheritedModel_inheritFrom(context, null, type$.MediaQuery).data, t1 = this.state, t2 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany; - t1 = data.copyWith$2$alwaysUse24HourFormat$textScaleFactor(t2.company.settings.enableMilitaryTime === true, t1.prefState.textScaleFactor); + t1 = data.copyWith$2$alwaysUse24HourFormat$textScaler(t2.company.settings.enableMilitaryTime === true, new A._LinearTextScaler(t1.prefState.textScaleFactor)); child.toString; return A.MediaQuery$(child, t1, null); }, - $signature: 608 + $signature: 567 }; A.InvoiceNinjaAppState_build__closure.prototype = { call$1(locale) { return A.AppLocalization_createLocale(locale); }, - $signature: 943 + $signature: 945 }; A.InvoiceNinjaAppState_build__closure0.prototype = { call$1(context) { return new A.LoginScreen(null); }, - $signature: 896 + $signature: 688 }; A.InvoiceNinjaAppState_build__closure1.prototype = { call$1(context) { return new A.MainScreen(null); }, - $signature: 895 + $signature: 687 }; A.InvoiceNinjaAppState_build__closure2.prototype = { call$1(context) { return new A.ChangeLayoutBanner(new A.DashboardScreenBuilder(null), this.state.prefState.appLayout, B.AppLayout_mobile, null); }, - $signature: 944 + $signature: 946 }; A.InvoiceNinjaAppState_build__closure3.prototype = { call$1(context) { return new A.ProductScreenBuilder(null); }, - $signature: 945 + $signature: 947 }; A.InvoiceNinjaAppState_build__closure4.prototype = { call$1(context) { return new A.ProductViewScreen(null); }, - $signature: 946 + $signature: 948 }; A.InvoiceNinjaAppState_build__closure5.prototype = { call$1(context) { return new A.ProductEditScreen(null); }, - $signature: 947 + $signature: 949 }; A.InvoiceNinjaAppState_build__closure6.prototype = { call$1(context) { return new A.ClientScreenBuilder(null); }, - $signature: 948 + $signature: 950 }; A.InvoiceNinjaAppState_build__closure7.prototype = { call$1(context) { return new A.ClientViewScreen(false, false, null); }, - $signature: 949 + $signature: 951 }; A.InvoiceNinjaAppState_build__closure8.prototype = { call$1(context) { return new A.ClientEditScreen(null); }, - $signature: 950 + $signature: 952 }; A.InvoiceNinjaAppState_build__closure9.prototype = { call$1(context) { return new A.ClientPdfScreen(null); }, - $signature: 951 + $signature: 953 }; A.InvoiceNinjaAppState_build__closure10.prototype = { call$1(context) { return new A.InvoiceScreenBuilder(null); }, - $signature: 952 + $signature: 954 }; A.InvoiceNinjaAppState_build__closure11.prototype = { call$1(context) { return new A.InvoiceViewScreen(false, null); }, - $signature: 953 + $signature: 955 }; A.InvoiceNinjaAppState_build__closure12.prototype = { call$1(context) { return new A.InvoiceEditScreen(null); }, - $signature: 954 + $signature: 956 }; A.InvoiceNinjaAppState_build__closure13.prototype = { call$1(context) { return new A.InvoiceEmailScreen(null); }, - $signature: 955 + $signature: 957 }; A.InvoiceNinjaAppState_build__closure14.prototype = { call$1(context) { return new A.InvoicePdfScreen(true, null); }, - $signature: 956 + $signature: 958 }; A.InvoiceNinjaAppState_build__closure15.prototype = { call$1(context) { return new A.DocumentScreenBuilder(null); }, - $signature: 957 + $signature: 959 }; A.InvoiceNinjaAppState_build__closure16.prototype = { call$1(context) { return new A.DocumentViewScreen(null); }, - $signature: 958 + $signature: 960 }; A.InvoiceNinjaAppState_build__closure17.prototype = { call$1(context) { return new A.DocumentEditScreen(null); }, - $signature: 959 + $signature: 961 }; A.InvoiceNinjaAppState_build__closure18.prototype = { call$1(context) { return new A.ExpenseScreenBuilder(null); }, - $signature: 960 + $signature: 962 }; A.InvoiceNinjaAppState_build__closure19.prototype = { call$1(context) { return new A.ExpenseViewScreen(false, null); }, - $signature: 961 + $signature: 963 }; A.InvoiceNinjaAppState_build__closure20.prototype = { call$1(context) { return new A.ExpenseEditScreen(null); }, - $signature: 962 + $signature: 964 }; A.InvoiceNinjaAppState_build__closure21.prototype = { call$1(context) { return new A.VendorScreenBuilder(null); }, - $signature: 963 + $signature: 965 }; A.InvoiceNinjaAppState_build__closure22.prototype = { call$1(context) { return new A.VendorViewScreen(false, false, null); }, - $signature: 964 + $signature: 966 }; A.InvoiceNinjaAppState_build__closure23.prototype = { call$1(context) { return new A.VendorEditScreen(null); }, - $signature: 965 + $signature: 967 }; A.InvoiceNinjaAppState_build__closure24.prototype = { call$1(context) { return new A.TaskScreenBuilder(null); }, - $signature: 966 + $signature: 968 }; A.InvoiceNinjaAppState_build__closure25.prototype = { call$1(context) { return new A.TaskViewScreen(null); }, - $signature: 967 + $signature: 969 }; A.InvoiceNinjaAppState_build__closure26.prototype = { call$1(context) { return new A.TaskEditScreen(null); }, - $signature: 968 + $signature: 970 }; A.InvoiceNinjaAppState_build__closure27.prototype = { call$1(context) { return new A.ProjectScreenBuilder(null); }, - $signature: 969 + $signature: 971 }; A.InvoiceNinjaAppState_build__closure28.prototype = { call$1(context) { return new A.ProjectViewScreen(false, null); }, - $signature: 970 + $signature: 972 }; A.InvoiceNinjaAppState_build__closure29.prototype = { call$1(context) { return new A.ProjectEditScreen(null); }, - $signature: 971 + $signature: 973 }; A.InvoiceNinjaAppState_build__closure30.prototype = { call$1(context) { return new A.PaymentScreenBuilder(null); }, - $signature: 972 + $signature: 974 }; A.InvoiceNinjaAppState_build__closure31.prototype = { call$1(context) { return new A.PaymentViewScreen(false, null); }, - $signature: 973 + $signature: 975 }; A.InvoiceNinjaAppState_build__closure32.prototype = { call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 894 + $signature: 686 }; A.InvoiceNinjaAppState_build__closure33.prototype = { call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 893 + $signature: 685 }; A.InvoiceNinjaAppState_build__closure34.prototype = { call$1(context) { return new A.QuoteScreenBuilder(null); }, - $signature: 976 + $signature: 978 }; A.InvoiceNinjaAppState_build__closure35.prototype = { call$1(context) { return new A.QuoteViewScreen(false, null); }, - $signature: 977 + $signature: 979 }; A.InvoiceNinjaAppState_build__closure36.prototype = { call$1(context) { return new A.QuoteEditScreen(null); }, - $signature: 978 + $signature: 980 }; A.InvoiceNinjaAppState_build__closure37.prototype = { call$1(context) { return new A.QuoteEmailScreen(null); }, - $signature: 979 + $signature: 981 }; A.InvoiceNinjaAppState_build__closure38.prototype = { call$1(context) { return new A.QuotePdfScreen(true, null); }, - $signature: 980 + $signature: 982 }; A.InvoiceNinjaAppState_build__closure39.prototype = { call$1(context) { return new A.ScheduleScreenBuilder(null); }, - $signature: 981 + $signature: 983 }; A.InvoiceNinjaAppState_build__closure40.prototype = { call$1(context) { return new A.ScheduleViewScreen(null); }, - $signature: 982 + $signature: 984 }; A.InvoiceNinjaAppState_build__closure41.prototype = { call$1(context) { return new A.ScheduleEditScreen(null); }, - $signature: 983 + $signature: 985 }; A.InvoiceNinjaAppState_build__closure42.prototype = { call$1(context) { return new A.TransactionRuleScreenBuilder(null); }, - $signature: 984 + $signature: 986 }; A.InvoiceNinjaAppState_build__closure43.prototype = { call$1(context) { return new A.TransactionRuleViewScreen(false, null); }, - $signature: 985 + $signature: 987 }; A.InvoiceNinjaAppState_build__closure44.prototype = { call$1(context) { return new A.TransactionRuleEditScreen(null); }, - $signature: 986 + $signature: 988 }; A.InvoiceNinjaAppState_build__closure45.prototype = { call$1(context) { return new A.TransactionScreenBuilder(null); }, - $signature: 987 + $signature: 989 }; A.InvoiceNinjaAppState_build__closure46.prototype = { call$1(context) { return new A.TransactionViewScreen(false, null); }, - $signature: 988 + $signature: 990 }; A.InvoiceNinjaAppState_build__closure47.prototype = { call$1(context) { return new A.TransactionEditScreen(null); }, - $signature: 989 + $signature: 991 }; A.InvoiceNinjaAppState_build__closure48.prototype = { call$1(context) { return new A.BankAccountScreenBuilder(null); }, - $signature: 990 + $signature: 992 }; A.InvoiceNinjaAppState_build__closure49.prototype = { call$1(context) { return new A.BankAccountViewScreen(false, null); }, - $signature: 991 + $signature: 993 }; A.InvoiceNinjaAppState_build__closure50.prototype = { call$1(context) { return new A.BankAccountEditScreen(null); }, - $signature: 992 + $signature: 994 }; A.InvoiceNinjaAppState_build__closure51.prototype = { call$1(context) { return new A.PurchaseOrderScreenBuilder(null); }, - $signature: 993 + $signature: 995 }; A.InvoiceNinjaAppState_build__closure52.prototype = { call$1(context) { return new A.PurchaseOrderViewScreen(false, null); }, - $signature: 994 + $signature: 996 }; A.InvoiceNinjaAppState_build__closure53.prototype = { call$1(context) { return new A.PurchaseOrderEditScreen(null); }, - $signature: 995 + $signature: 997 }; A.InvoiceNinjaAppState_build__closure54.prototype = { call$1(context) { return new A.PurchaseOrderEmailScreen(null); }, - $signature: 996 + $signature: 998 }; A.InvoiceNinjaAppState_build__closure55.prototype = { call$1(context) { return new A.PurchaseOrderPdfScreen(true, null); }, - $signature: 997 + $signature: 999 }; A.InvoiceNinjaAppState_build__closure56.prototype = { call$1(context) { return new A.RecurringExpenseScreenBuilder(null); }, - $signature: 998 + $signature: 1000 }; A.InvoiceNinjaAppState_build__closure57.prototype = { call$1(context) { return new A.RecurringExpenseViewScreen(false, null); }, - $signature: 999 + $signature: 1001 }; A.InvoiceNinjaAppState_build__closure58.prototype = { call$1(context) { return new A.RecurringExpenseEditScreen(null); }, - $signature: 1000 + $signature: 1002 }; A.InvoiceNinjaAppState_build__closure59.prototype = { call$1(context) { return new A.SubscriptionScreenBuilder(null); }, - $signature: 1001 + $signature: 1003 }; A.InvoiceNinjaAppState_build__closure60.prototype = { call$1(context) { return new A.SubscriptionViewScreen(false, null); }, - $signature: 1002 + $signature: 1004 }; A.InvoiceNinjaAppState_build__closure61.prototype = { call$1(context) { return new A.SubscriptionEditScreen(null); }, - $signature: 1003 + $signature: 1005 }; A.InvoiceNinjaAppState_build__closure62.prototype = { call$1(context) { return new A.TaskStatusScreenBuilder(null); }, - $signature: 1004 + $signature: 1006 }; A.InvoiceNinjaAppState_build__closure63.prototype = { call$1(context) { return new A.TaskStatusViewScreen(false, null); }, - $signature: 1005 + $signature: 1007 }; A.InvoiceNinjaAppState_build__closure64.prototype = { call$1(context) { return new A.TaskStatusEditScreen(null); }, - $signature: 1006 + $signature: 1008 }; A.InvoiceNinjaAppState_build__closure65.prototype = { call$1(context) { return new A.ExpenseCategoryScreenBuilder(null); }, - $signature: 1007 + $signature: 1009 }; A.InvoiceNinjaAppState_build__closure66.prototype = { call$1(context) { return new A.ExpenseCategoryViewScreen(false, null); }, - $signature: 1008 + $signature: 1010 }; A.InvoiceNinjaAppState_build__closure67.prototype = { call$1(context) { return new A.ExpenseCategoryEditScreen(null); }, - $signature: 1009 + $signature: 1011 }; A.InvoiceNinjaAppState_build__closure68.prototype = { call$1(context) { return new A.RecurringInvoiceScreenBuilder(null); }, - $signature: 1010 + $signature: 1012 }; A.InvoiceNinjaAppState_build__closure69.prototype = { call$1(context) { return new A.RecurringInvoiceViewScreen(false, null); }, - $signature: 1011 + $signature: 1013 }; A.InvoiceNinjaAppState_build__closure70.prototype = { call$1(context) { return new A.RecurringInvoiceEditScreen(null); }, - $signature: 1012 + $signature: 1014 }; A.InvoiceNinjaAppState_build__closure71.prototype = { call$1(context) { return new A.RecurringInvoicePdfScreen(null); }, - $signature: 1013 + $signature: 1015 }; A.InvoiceNinjaAppState_build__closure72.prototype = { call$1(context) { return new A.WebhookScreenBuilder(null); }, - $signature: 1014 + $signature: 1016 }; A.InvoiceNinjaAppState_build__closure73.prototype = { call$1(context) { return new A.WebhookViewScreen(null); }, - $signature: 1015 + $signature: 1017 }; A.InvoiceNinjaAppState_build__closure74.prototype = { call$1(context) { return new A.WebhookEditScreen(null); }, - $signature: 1016 + $signature: 1018 }; A.InvoiceNinjaAppState_build__closure75.prototype = { call$1(context) { return new A.TokenScreenBuilder(null); }, - $signature: 1017 + $signature: 1019 }; A.InvoiceNinjaAppState_build__closure76.prototype = { call$1(context) { return new A.TokenViewScreen(null); }, - $signature: 1018 + $signature: 1020 }; A.InvoiceNinjaAppState_build__closure77.prototype = { call$1(context) { return new A.TokenEditScreen(null); }, - $signature: 1019 + $signature: 1021 }; A.InvoiceNinjaAppState_build__closure78.prototype = { call$1(context) { return new A.PaymentTermScreenBuilder(null); }, - $signature: 1020 + $signature: 1022 }; A.InvoiceNinjaAppState_build__closure79.prototype = { call$1(context) { return new A.PaymentTermEditScreen(null); }, - $signature: 1021 + $signature: 1023 }; A.InvoiceNinjaAppState_build__closure80.prototype = { call$1(context) { return new A.PaymentTermViewScreen(null); }, - $signature: 1022 + $signature: 1024 }; A.InvoiceNinjaAppState_build__closure81.prototype = { call$1(context) { return new A.DesignScreenBuilder(null); }, - $signature: 1023 + $signature: 1025 }; A.InvoiceNinjaAppState_build__closure82.prototype = { call$1(context) { return new A.DesignViewScreen(false, null); }, - $signature: 1024 + $signature: 1026 }; A.InvoiceNinjaAppState_build__closure83.prototype = { call$1(context) { return new A.DesignEditScreen(null); }, - $signature: 1025 + $signature: 1027 }; A.InvoiceNinjaAppState_build__closure84.prototype = { call$1(context) { return new A.CreditScreenBuilder(null); }, - $signature: 1026 + $signature: 1028 }; A.InvoiceNinjaAppState_build__closure85.prototype = { call$1(context) { return new A.CreditViewScreen(false, null); }, - $signature: 1027 + $signature: 1029 }; A.InvoiceNinjaAppState_build__closure86.prototype = { call$1(context) { return new A.CreditEditScreen(null); }, - $signature: 1028 + $signature: 1030 }; A.InvoiceNinjaAppState_build__closure87.prototype = { call$1(context) { return new A.CreditEmailScreen(null); }, - $signature: 1029 + $signature: 1031 }; A.InvoiceNinjaAppState_build__closure88.prototype = { call$1(context) { return new A.CreditPdfScreen(true, null); }, - $signature: 1030 + $signature: 1032 }; A.InvoiceNinjaAppState_build__closure89.prototype = { call$1(context) { return new A.UserScreenBuilder(null); }, - $signature: 1031 + $signature: 1033 }; A.InvoiceNinjaAppState_build__closure90.prototype = { call$1(context) { return new A.UserViewScreen(false, null); }, - $signature: 1032 + $signature: 1034 }; A.InvoiceNinjaAppState_build__closure91.prototype = { call$1(context) { return new A.UserEditScreen(null); }, - $signature: 1033 + $signature: 1035 }; A.InvoiceNinjaAppState_build__closure92.prototype = { call$1(context) { return new A.GroupScreenBuilder(null); }, - $signature: 1034 + $signature: 1036 }; A.InvoiceNinjaAppState_build__closure93.prototype = { call$1(context) { return new A.GroupViewScreen(false, null); }, - $signature: 1035 + $signature: 1037 }; A.InvoiceNinjaAppState_build__closure94.prototype = { call$1(context) { return new A.GroupEditScreen(null); }, - $signature: 1036 + $signature: 1038 }; A.InvoiceNinjaAppState_build__closure95.prototype = { call$1(context) { return new A.SettingsScreenBuilder(null); }, - $signature: 1037 + $signature: 1039 }; A.InvoiceNinjaAppState_build__closure96.prototype = { call$1(context) { return new A.ReportsScreenBuilder(null); }, - $signature: 1038 + $signature: 1040 }; A.InvoiceNinjaAppState_build__closure97.prototype = { call$1(context) { return new A.CompanyDetailsScreen(null); }, - $signature: 1039 + $signature: 1041 }; A.InvoiceNinjaAppState_build__closure98.prototype = { call$1(context) { return new A.UserDetailsScreen(null); }, - $signature: 1040 + $signature: 1042 }; A.InvoiceNinjaAppState_build__closure99.prototype = { call$1(context) { return new A.LocalizationScreen(null); }, - $signature: 1041 + $signature: 1043 }; A.InvoiceNinjaAppState_build__closure100.prototype = { call$1(context) { return new A.PaymentsSettingsScreen(null); }, - $signature: 1042 + $signature: 1044 }; A.InvoiceNinjaAppState_build__closure101.prototype = { call$1(context) { return new A.CompanyGatewayScreenBuilder(null); }, - $signature: 1043 + $signature: 1045 }; A.InvoiceNinjaAppState_build__closure102.prototype = { call$1(context) { return new A.CompanyGatewayViewScreen(false, null); }, - $signature: 1044 + $signature: 1046 }; A.InvoiceNinjaAppState_build__closure103.prototype = { call$1(context) { return new A.CompanyGatewayEditScreen(null); }, - $signature: 1045 + $signature: 1047 }; A.InvoiceNinjaAppState_build__closure104.prototype = { call$1(context) { return new A.TaxSettingsScreen(null); }, - $signature: 1046 + $signature: 1048 }; A.InvoiceNinjaAppState_build__closure105.prototype = { call$1(context) { return new A.TaxRateScreenBuilder(null); }, - $signature: 1047 + $signature: 1049 }; A.InvoiceNinjaAppState_build__closure106.prototype = { call$1(context) { return new A.TaxRateViewScreen(null); }, - $signature: 1048 + $signature: 1050 }; A.InvoiceNinjaAppState_build__closure107.prototype = { call$1(context) { return new A.TaxRateEditScreen(null); }, - $signature: 1049 + $signature: 1051 }; A.InvoiceNinjaAppState_build__closure108.prototype = { call$1(context) { return new A.ProductSettingsScreen(null); }, - $signature: 1050 + $signature: 1052 }; A.InvoiceNinjaAppState_build__closure109.prototype = { call$1(context) { return new A.ExpenseSettingsScreen(null); }, - $signature: 1051 + $signature: 1053 }; A.InvoiceNinjaAppState_build__closure110.prototype = { call$1(context) { return new A.TaskSettingsScreen(null); }, - $signature: 1052 + $signature: 1054 }; A.InvoiceNinjaAppState_build__closure111.prototype = { call$1(context) { return new A.ImportExportScreen(null); }, - $signature: 1053 + $signature: 1055 }; A.InvoiceNinjaAppState_build__closure112.prototype = { call$1(context) { return new A.DeviceSettingsScreen(null); }, - $signature: 1054 + $signature: 1056 }; A.InvoiceNinjaAppState_build__closure113.prototype = { call$1(context) { return new A.AccountManagementScreen(null); }, - $signature: 1055 + $signature: 1057 }; A.InvoiceNinjaAppState_build__closure114.prototype = { call$1(context) { return new A.CustomFieldsScreen(null); }, - $signature: 1056 + $signature: 1058 }; A.InvoiceNinjaAppState_build__closure115.prototype = { call$1(context) { return new A.GeneratedNumbersScreen(null); }, - $signature: 1057 + $signature: 1059 }; A.InvoiceNinjaAppState_build__closure116.prototype = { call$1(context) { return new A.WorkflowSettingsScreen(null); }, - $signature: 1058 + $signature: 1060 }; A.InvoiceNinjaAppState_build__closure117.prototype = { call$1(context) { return new A.InvoiceDesignScreen(null); }, - $signature: 1059 + $signature: 1061 }; A.InvoiceNinjaAppState_build__closure118.prototype = { call$1(context) { return new A.ClientPortalScreen(null); }, - $signature: 1060 + $signature: 1062 }; A.InvoiceNinjaAppState_build__closure119.prototype = { call$1(context) { return new A.EmailSettingsScreen(null); }, - $signature: 1061 + $signature: 1063 }; A.InvoiceNinjaAppState_build__closure120.prototype = { call$1(context) { return new A.TemplatesAndRemindersScreen(null); }, - $signature: 1062 + $signature: 1064 }; A.InvoiceNinjaAppState_build__closure121.prototype = { call$1(context) { return new A.CreditCardsAndBanksScreen(null); }, - $signature: 1063 + $signature: 1065 }; A.InvoiceNinjaAppState_build__closure122.prototype = { call$1(context) { return new A.DataVisualizationsScreen(null); }, - $signature: 1064 + $signature: 1066 }; A.MyCustomScrollBehavior.prototype = { get$dragDevices() { @@ -406629,7 +416416,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 249 + $signature: 267 }; A.createEntityByType_closure.prototype = { call$0() { @@ -407345,7 +417132,7 @@ t1.toString; return new A.MessageDialog(t3, t1, null, null, new A.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 438 + $signature: 362 }; A.checkForChanges__closure.prototype = { call$0() { @@ -407553,14 +417340,14 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._createLoadState__closure.prototype = { call$1(b) { b.get$_ui_state$_$this()._currentRoute = this.state.uiState.currentRoute; return b; }, - $signature: 891 + $signature: 684 }; A._createLoadState__closure0.prototype = { call$1(b) { @@ -407594,7 +417381,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatedSetting()); }, - $signature: 34 + $signature: 35 }; A._createLoadState__closure2.prototype = { call$1(route) { @@ -407615,13 +417402,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ViewDashboard(false, null)); }, - $signature: 11 + $signature: 12 }; A._getRoutes_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A._getRoutes_closure0.prototype = { call$1(part) { @@ -407715,7 +417502,7 @@ call$1(prefs) { return prefs._setValue$3("String", "shared_prefs", B.C_JsonCodec.encode$1(this.string)); }, - $signature: 1071 + $signature: 1073 }; A._createAccountLoaded_closure.prototype = { call$3(store, dynamicAction, next) { @@ -407766,8 +417553,7 @@ case 11: // returning from await. prefs = $async$result; - t1 = userCompany.token; - t1 = B.C_Utf8Codec.get$encoder().convert$1(t1.token); + t1 = B.C_Utf8Encoder.convert$1(userCompany.token.token); prefs._setValue$3("String", "checksum", B.C_Base64Codec.get$encoder().convert$1(t1)); case 10: // join @@ -407830,7 +417616,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._createDataRefreshed_closure.prototype = { call$3(store, dynamicAction, next) { @@ -407895,8 +417681,7 @@ case 14: // returning from await. prefs = $async$result; - t1 = userCompany0.token; - t1 = B.C_Utf8Codec.get$encoder().convert$1(t1.token); + t1 = B.C_Utf8Encoder.convert$1(userCompany0.token.token); prefs._setValue$3("String", "checksum", B.C_Base64Codec.get$encoder().convert$1(t1)); case 13: // join @@ -407963,7 +417748,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._createPersistStatic_closure.prototype = { call$3(store, dynamicAction, next) { @@ -408012,13 +417797,13 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._createDeleteState__closure.prototype = { call$1(repo) { return repo.delete$0(0); }, - $signature: 888 + $signature: 683 }; A._createViewMainScreen_closure.prototype = { call$3(store, dynamicAction, next) { @@ -408046,7 +417831,7 @@ call$1(duration) { $.$get$navigatorKey().get$currentState().pushNamed$1$1("/main", type$.nullable_Object); }, - $signature: 11 + $signature: 12 }; A._createClearData_closure.prototype = { call$3(store, action, next) { @@ -408076,13 +417861,13 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._createClearData__closure.prototype = { call$1(repo) { return repo.delete$0(0); }, - $signature: 888 + $signature: 683 }; A.appReducer_closure.prototype = { call$1(b) { @@ -408102,7 +417887,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 176 + $signature: 184 }; A.appReducer_closure0.prototype = { call$1(b) { @@ -408168,163 +417953,163 @@ call$2(state, action) { return ""; }, - $signature: 1074 + $signature: 1076 }; A.lastErrorReducer_closure0.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1075 + $signature: 1077 }; A.lastErrorReducer_closure1.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1076 + $signature: 1078 }; A.lastErrorReducer_closure2.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1077 + $signature: 1079 }; A.lastErrorReducer_closure3.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1078 + $signature: 1080 }; A.lastErrorReducer_closure4.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1079 + $signature: 1081 }; A.lastErrorReducer_closure5.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1080 + $signature: 1082 }; A.lastErrorReducer_closure6.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1081 + $signature: 1083 }; A.lastErrorReducer_closure7.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1082 + $signature: 1084 }; A.lastErrorReducer_closure8.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1083 + $signature: 1085 }; A.lastErrorReducer_closure9.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1084 + $signature: 1086 }; A.lastErrorReducer_closure10.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1085 + $signature: 1087 }; A.lastErrorReducer_closure11.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1086 + $signature: 1088 }; A.lastErrorReducer_closure12.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1087 + $signature: 1089 }; A.lastErrorReducer_closure13.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1088 + $signature: 1090 }; A.lastErrorReducer_closure14.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1089 + $signature: 1091 }; A.lastErrorReducer_closure15.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1090 + $signature: 1092 }; A.lastErrorReducer_closure16.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1091 + $signature: 1093 }; A.lastErrorReducer_closure17.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1092 + $signature: 1094 }; A.lastErrorReducer_closure18.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1093 + $signature: 1095 }; A.lastErrorReducer_closure19.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1094 + $signature: 1096 }; A.lastErrorReducer_closure20.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1095 + $signature: 1097 }; A.lastErrorReducer_closure21.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1096 + $signature: 1098 }; A.lastErrorReducer_closure22.prototype = { call$2(state, action) { return A.S(action.error); }, - $signature: 1097 + $signature: 1099 }; A.lastErrorReducer_closure23.prototype = { call$2(state, action) { return action.error; }, - $signature: 1098 + $signature: 1100 }; A.dismissedNativeWarningReducer_closure.prototype = { call$2(state, action) { return true; }, - $signature: 1099 + $signature: 1101 }; A.dismissedNativeWarningReducer_closure0.prototype = { call$2(state, action) { return true; }, - $signature: 887 + $signature: 682 }; A.AppState.prototype = { get$company() { @@ -408401,7 +418186,7 @@ var version = "v" + this.userCompanyStates._list$_list[this.uiState.selectedCompanyIndex].userCompany.account.currentVersion; if (version.length !== 0) version += "-"; - return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.145".split("."))); + return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.146".split("."))); }, get$historyList() { var _this = this, @@ -408847,13 +418632,13 @@ call$1(index) { return A.UserCompanyState_UserCompanyState(this.reportErrors); }, - $signature: 1101 + $signature: 1103 }; A.AppState_companies_closure.prototype = { call$1(company) { return company.id.length !== 0; }, - $signature: 886 + $signature: 680 }; A.AppState_historyList_closure.prototype = { call$1($history) { @@ -408866,19 +418651,19 @@ } return true; }, - $signature: 885 + $signature: 679 }; A.AppState_getEntityMap_closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 208 + $signature: 218 }; A.AppState_getEntityMap_closure0.prototype = { call$1(item) { return item; }, - $signature: 1105 + $signature: 1107 }; A.Credentials.prototype = { get$token() { @@ -409260,7 +419045,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._createUserLogoutAll_closure.prototype = { call$3(store, dynamicAction, next) { @@ -409314,7 +419099,7 @@ t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 250 + $signature: 244 }; A._createLoginRequest__closure0.prototype = { call$1(error) { @@ -409351,7 +419136,7 @@ t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 250 + $signature: 244 }; A._createSignUpRequest__closure0.prototype = { call$1(error) { @@ -409386,7 +419171,7 @@ t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 250 + $signature: 244 }; A._createOAuthLoginRequest__closure0.prototype = { call$1(error) { @@ -409423,7 +419208,7 @@ t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 250 + $signature: 244 }; A._createOAuthSignUpRequest__closure0.prototype = { call$1(error) { @@ -409520,7 +419305,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._createRefreshRequest__closure.prototype = { call$1(data) { @@ -409545,13 +419330,13 @@ t1 = $.$get$navigatorKey(); $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 250 + $signature: 244 }; A._createRefreshRequest___closure.prototype = { call$1(userCompany) { B.JSArray_methods.forEach$1(this.state.userCompanyStates._list$_list, new A._createRefreshRequest____closure(this._box_0, userCompany)); }, - $signature: 1109 + $signature: 1111 }; A._createRefreshRequest____closure.prototype = { call$1(userCompanyState) { @@ -409563,7 +419348,7 @@ this._box_0.permissionsWereChanged = true; } }, - $signature: 1110 + $signature: 1112 }; A._createRefreshRequest__closure0.prototype = { call$1(error) { @@ -409603,7 +419388,7 @@ t1[0].call$1(new A.RecoverPasswordSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 250 + $signature: 244 }; A._createRecoverRequest__closure0.prototype = { call$1(error) { @@ -409644,7 +419429,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._createCompany__closure.prototype = { call$1(value) { @@ -409668,7 +419453,7 @@ t2[0].call$1(new A.ViewDashboard(true, null)); this.action.completer.complete$0(0); }, - $signature: 34 + $signature: 35 }; A._setDefaultCompany_closure.prototype = { call$3(store, dynamicAction, next) { @@ -409698,7 +419483,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._setDefaultCompany__closure.prototype = { call$1(_) { @@ -409708,7 +419493,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, true)); this.action.completer.complete$0(0); }, - $signature: 103 + $signature: 111 }; A._setDefaultCompany__closure0.prototype = { call$1(error) { @@ -409748,7 +419533,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._deleteCompany__closure.prototype = { call$1(value) { @@ -409796,7 +419581,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._purgeData__closure.prototype = { call$1(value) { @@ -409814,7 +419599,7 @@ call$1(_) { this.action.completer.complete$1(0, null); }, - $signature: 34 + $signature: 35 }; A._purgeData__closure0.prototype = { call$1(error) { @@ -409853,7 +419638,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._resendConfirmation__closure.prototype = { call$1(value) { @@ -409877,7 +419662,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 176 + $signature: 184 }; A.userSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -409885,7 +419670,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 176 + $signature: 184 }; A.userLoginRequestReducer_closure.prototype = { call$1(b) { @@ -409895,7 +419680,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1.email; return b; }, - $signature: 176 + $signature: 184 }; A.oauthLoginRequestReducer_closure.prototype = { call$1(b) { @@ -409903,7 +419688,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 176 + $signature: 184 }; A.oauthSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -409911,14 +419696,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 176 + $signature: 184 }; A.userLoginSuccessReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 176 + $signature: 184 }; A.userVerifiedPasswordReducer_closure.prototype = { call$1(b) { @@ -409926,14 +419711,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 176 + $signature: 184 }; A.userUnverifiedPasswordReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 176 + $signature: 184 }; A.AuthState.prototype = { get$isHosted() { @@ -410192,14 +419977,14 @@ call$1(bankAccount) { return bankAccount.get$id(bankAccount); }, - $signature: 49 + $signature: 51 }; A.handleBankAccountAction_closure0.prototype = { call$1(b) { b.get$_transaction_model$_$this()._bankAccountId = this.bankAccount.id; return b; }, - $signature: 126 + $signature: 137 }; A._editBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -410249,7 +420034,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewBankAccountList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -410277,7 +420062,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -410301,7 +420086,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 417 + $signature: 357 }; A._archiveBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -410310,7 +420095,7 @@ t1[0].call$1(new A.ArchiveBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 574 + $signature: 550 }; A._archiveBankAccount__closure1.prototype = { call$1(error) { @@ -410345,7 +420130,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 417 + $signature: 357 }; A._deleteBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -410354,7 +420139,7 @@ t1[0].call$1(new A.DeleteBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 574 + $signature: 550 }; A._deleteBankAccount__closure1.prototype = { call$1(error) { @@ -410389,7 +420174,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 417 + $signature: 357 }; A._restoreBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -410398,7 +420183,7 @@ t1[0].call$1(new A.RestoreBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 574 + $signature: 550 }; A._restoreBankAccount__closure1.prototype = { call$1(error) { @@ -410441,7 +420226,7 @@ } t1.completer.complete$1(0, bankAccount); }, - $signature: 435 + $signature: 369 }; A._saveBankAccount__closure0.prototype = { call$1(error) { @@ -410477,7 +420262,7 @@ t1[0].call$1(new A.LoadBankAccountSuccess(bankAccount)); this.action.completer.complete$1(0, null); }, - $signature: 435 + $signature: 369 }; A._loadBankAccount__closure0.prototype = { call$1(error) { @@ -410515,7 +420300,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1115 + $signature: 1117 }; A._loadBankAccounts__closure0.prototype = { call$1(error) { @@ -410551,151 +420336,151 @@ b.get$_bank_account_state$_$this()._bank_account_state$_tabIndex = t3; return b; }, - $signature: 1116 + $signature: 1118 }; A.forceSelectedReducer_closure176.prototype = { call$2(completer, action) { return true; }, - $signature: 1117 + $signature: 1119 }; A.forceSelectedReducer_closure177.prototype = { call$2(completer, action) { return false; }, - $signature: 1118 + $signature: 1120 }; A.forceSelectedReducer_closure178.prototype = { call$2(completer, action) { return false; }, - $signature: 1119 + $signature: 1121 }; A.forceSelectedReducer_closure179.prototype = { call$2(completer, action) { return false; }, - $signature: 1120 + $signature: 1122 }; A.forceSelectedReducer_closure180.prototype = { call$2(completer, action) { return false; }, - $signature: 1121 + $signature: 1123 }; A.forceSelectedReducer_closure181.prototype = { call$2(completer, action) { return false; }, - $signature: 1122 + $signature: 1124 }; A.forceSelectedReducer_closure182.prototype = { call$2(completer, action) { return false; }, - $signature: 1123 + $signature: 1125 }; A.forceSelectedReducer_closure183.prototype = { call$2(completer, action) { return false; }, - $signature: 1124 + $signature: 1126 }; A.tabIndexReducer_closure21.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1125 + $signature: 1127 }; A.tabIndexReducer_closure22.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.selectedIdReducer_closure338.prototype = { call$2(completer, action) { return ""; }, - $signature: 1127 + $signature: 1129 }; A.selectedIdReducer_closure339.prototype = { call$2(completer, action) { return ""; }, - $signature: 1128 + $signature: 1130 }; A.selectedIdReducer_closure340.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_bankAccount ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure341.prototype = { call$2(selectedId, action) { return action.get$bankAccountId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure342.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$bankAccount()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure343.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure344.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure345.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1133 + $signature: 1135 }; A.selectedIdReducer_closure346.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1134 + $signature: 1136 }; A.selectedIdReducer_closure347.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1135 + $signature: 1137 }; A.selectedIdReducer_closure348.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1136 + $signature: 1138 }; A.selectedIdReducer_closure349.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1137 + $signature: 1139 }; A.selectedIdReducer_closure350.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1138 + $signature: 1140 }; A.selectedIdReducer_closure351.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1139 + $signature: 1141 }; A.selectedIdReducer_closure352.prototype = { call$2(selectedId, action) { @@ -410708,44 +420493,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure114.prototype = { call$2(bankAccount, action) { return action.bankAccount.rebuild$1(new A.editingReducer__closure45()); }, - $signature: 1141 + $signature: 1143 }; A.editingReducer__closure45.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_isChanged = true; return b; }, - $signature: 252 + $signature: 266 }; A.editingReducer_closure115.prototype = { call$2(bankAccounts, action) { return J.$index$asx(action.bankAccounts, 0); }, - $signature: 1143 + $signature: 1145 }; A.editingReducer_closure116.prototype = { call$2(bankAccounts, action) { return J.$index$asx(action.bankAccounts, 0); }, - $signature: 1144 + $signature: 1146 }; A.editingReducer_closure117.prototype = { call$2(bankAccounts, action) { return J.$index$asx(action.bankAccounts, 0); }, - $signature: 1145 + $signature: 1147 }; A.bankAccountListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.bankAccountListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.bankAccountListReducer__closure.prototype = { call$1(b) { @@ -410898,7 +420683,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 583 + $signature: 510 }; A._deleteBankAccountSuccess_closure.prototype = { call$1(b) { @@ -410920,7 +420705,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 583 + $signature: 510 }; A._restoreBankAccountSuccess_closure.prototype = { call$1(b) { @@ -410942,7 +420727,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 583 + $signature: 510 }; A._addBankAccount_closure.prototype = { call$1(b) { @@ -410954,7 +420739,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 433 + $signature: 370 }; A._updateBankAccount_closure.prototype = { call$1(b) { @@ -410962,7 +420747,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 433 + $signature: 370 }; A._setLoadedBankAccount_closure.prototype = { call$1(b) { @@ -410970,13 +420755,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 433 + $signature: 370 }; A.memoizedDropdownBankAccountList_closure.prototype = { call$5(bankAccountMap, bankAccountList, staticState, userMap, bankAccountId) { return A.dropdownBankAccountsSelector(bankAccountMap, bankAccountList, staticState, userMap, bankAccountId); }, - $signature: 1150 + $signature: 1152 }; A.dropdownBankAccountsSelector_closure.prototype = { call$1(bankAccountId) { @@ -410997,7 +420782,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.dropdownBankAccountsSelector_closure0.prototype = { call$2(bankAccountAId, bankAccountBId) { @@ -411006,13 +420791,13 @@ t2.toString; return t2.compareTo$3(0, t1.$index(0, bankAccountBId), "name", true); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredBankAccountList_closure.prototype = { call$4(selectionState, bankAccountMap, bankAccountList, bankAccountListState) { return A.filteredBankAccountsSelector(selectionState, bankAccountMap, bankAccountList, bankAccountListState); }, - $signature: 1151 + $signature: 1153 }; A.filteredBankAccountsSelector_closure.prototype = { call$1(bankAccountId) { @@ -411025,7 +420810,7 @@ return false; return A.matchesStrings(A._setArrayType([bankAccount.name, bankAccount.type], type$.JSArray_nullable_String), t1.filter); }, - $signature: 12 + $signature: 11 }; A.filteredBankAccountsSelector_closure0.prototype = { call$2(bankAccountAId, bankAccountBId) { @@ -411036,7 +420821,7 @@ t3 = this.bankAccountListState; return t2.compareTo$3(0, t1.$index(0, bankAccountBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.BankAccountState.prototype = { $get$1(_, bankAccountId) { @@ -411065,7 +420850,7 @@ call$1(item) { return item; }, - $signature: 1152 + $signature: 1154 }; A.BankAccountState_loadBankAccounts_closure.prototype = { call$1(b) { @@ -411080,7 +420865,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 433 + $signature: 370 }; A.BankAccountUIState.prototype = { get$isCreatingNew() { @@ -411604,33 +421389,33 @@ call$1(client) { return client.get$id(client); }, - $signature: 49 + $signature: 51 }; A.handleClientAction_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_clientId = this.client.id; return b; }, - $signature: 75 + $signature: 76 }; A.handleClientAction_closure1.prototype = { call$1(b) { return b.get$_payment_model$_$this()._payment_model$_clientId = this.client.id; }, - $signature: 872 + $signature: 678 }; A.handleClientAction_closure2.prototype = { call$1(b) { return b.get$_project_model$_$this()._project_model$_clientId = this.client.id; }, - $signature: 870 + $signature: 677 }; A.handleClientAction_closure3.prototype = { call$1(_) { var _this = this; A.passwordCallback(true, new A.handleClientAction__closure(_this.store, _this.localization, _this.client), _this.context, false); }, - $signature: 26 + $signature: 28 }; A.handleClientAction__closure.prototype = { call$2(password, idToken) { @@ -411651,7 +421436,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.PurgeClientRequest(t1, this.client.id, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.handleClientAction___closure.prototype = { call$0() { @@ -411663,13 +421448,13 @@ call$1(context) { return new A._MergClientPicker(this.client, null); }, - $signature: 1157 + $signature: 1159 }; A.handleClientAction_closure5.prototype = { call$1(context) { return new A.RunTemplateDialog(B.EntityType_client, this.clients, null); }, - $signature: 340 + $signature: 310 }; A.StartClientMultiselect.prototype = {}; A.AddToClientMultiselect.prototype = {}; @@ -411729,7 +421514,7 @@ var t1 = this.$this; return t1.setState$1(new A.__MergClientPickerState_build__closure0(t1, client)); }, - $signature: 431 + $signature: 371 }; A.__MergClientPickerState_build__closure0.prototype = { call$0() { @@ -411777,7 +421562,7 @@ t4[0].call$1(new A.MergeClientsRequest(t3, t2.id, t1, password, idToken)); A.Navigator_of(_this.context, false).pop$0(); }, - $signature: 81 + $signature: 79 }; A._editClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -411827,7 +421612,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewClientList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -411854,7 +421639,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -411878,7 +421663,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.map._map$_map.$index(0, id); }, - $signature: 510 + $signature: 493 }; A._archiveClient__closure0.prototype = { call$1(clients) { @@ -411887,7 +421672,7 @@ t1[0].call$1(new A.ArchiveClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 516 + $signature: 492 }; A._archiveClient__closure1.prototype = { call$1(error) { @@ -411922,7 +421707,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, null); }, - $signature: 339 + $signature: 311 }; A._mergeClients__closure0.prototype = { call$1(error) { @@ -411957,7 +421742,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.map._map$_map.$index(0, id); }, - $signature: 510 + $signature: 493 }; A._deleteClient__closure0.prototype = { call$1(clients) { @@ -411966,7 +421751,7 @@ t1[0].call$1(new A.DeleteClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 516 + $signature: 492 }; A._deleteClient__closure1.prototype = { call$1(error) { @@ -412000,7 +421785,7 @@ t2[0].call$1(new A.PurgeClientSuccess(t1.clientId)); t1.completer.complete$1(0, null); }, - $signature: 187 + $signature: 188 }; A._purgeClient__closure0.prototype = { call$1(error) { @@ -412035,7 +421820,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.map._map$_map.$index(0, id); }, - $signature: 510 + $signature: 493 }; A._restoreClient__closure0.prototype = { call$1(clients) { @@ -412044,7 +421829,7 @@ t1[0].call$1(new A.RestoreClientSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 516 + $signature: 492 }; A._restoreClient__closure1.prototype = { call$1(error) { @@ -412090,7 +421875,7 @@ if (t1 != null) t1.complete$1(0, client); }, - $signature: 339 + $signature: 311 }; A._saveClient__closure0.prototype = { call$1(error) { @@ -412128,7 +421913,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 339 + $signature: 311 }; A._loadClient__closure0.prototype = { call$1(error) { @@ -412175,19 +421960,19 @@ } else t1[0].call$1(new A.LoadProducts(null, 1)); }, - $signature: 1163 + $signature: 1165 }; A._loadClients___closure.prototype = { call$1(client) { B.JSArray_methods.forEach$1(client.documents._list$_list, new A._loadClients____closure(this.documents, client)); }, - $signature: 843 + $signature: 675 }; A._loadClients____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadClients_____closure(this.client))); }, - $signature: 39 + $signature: 42 }; A._loadClients_____closure.prototype = { call$1(b) { @@ -412195,7 +421980,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_client; return b; }, - $signature: 35 + $signature: 36 }; A._loadClients__closure0.prototype = { call$1(error) { @@ -412238,13 +422023,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 339 + $signature: 311 }; A._saveDocument___closure11.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure11(this.client))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure11.prototype = { call$1(b) { @@ -412252,7 +422037,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_client; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure24.prototype = { call$1(error) { @@ -412296,7 +422081,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A.clientUIReducer_closure.prototype = { call$1(b) { @@ -412329,189 +422114,189 @@ b.get$_client_state$_$this()._client_state$_cancelCompleter = t3; return b; }, - $signature: 1167 + $signature: 1169 }; A.forceSelectedReducer_closure218.prototype = { call$2(completer, action) { return true; }, - $signature: 1168 + $signature: 1170 }; A.forceSelectedReducer_closure219.prototype = { call$2(completer, action) { return false; }, - $signature: 1169 + $signature: 1171 }; A.forceSelectedReducer_closure220.prototype = { call$2(completer, action) { return false; }, - $signature: 1170 + $signature: 1172 }; A.forceSelectedReducer_closure221.prototype = { call$2(completer, action) { return false; }, - $signature: 1171 + $signature: 1173 }; A.forceSelectedReducer_closure222.prototype = { call$2(completer, action) { return false; }, - $signature: 1172 + $signature: 1174 }; A.forceSelectedReducer_closure223.prototype = { call$2(completer, action) { return false; }, - $signature: 1173 + $signature: 1175 }; A.forceSelectedReducer_closure224.prototype = { call$2(completer, action) { return false; }, - $signature: 1174 + $signature: 1176 }; A.forceSelectedReducer_closure225.prototype = { call$2(completer, action) { return false; }, - $signature: 1175 + $signature: 1177 }; A.tabIndexReducer_closure31.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1176 + $signature: 1178 }; A.tabIndexReducer_closure32.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.saveCompleterReducer_closure2.prototype = { call$2(completer, action) { return type$.nullable_Completer_SelectableEntity._as(action.completer); }, - $signature: 1177 + $signature: 1179 }; A.cancelCompleterReducer_closure2.prototype = { call$2(completer, action) { return type$.nullable_Completer_Null._as(action.cancelCompleter); }, - $signature: 1178 + $signature: 1180 }; A.editingContactReducer_closure.prototype = { call$2(contact, action) { var t1 = A.ClientContactEntity_ClientContactEntity(); return t1; }, - $signature: 1179 + $signature: 1181 }; A.editingContactReducer_closure0.prototype = { call$2(contact, action) { var t1 = action.contact; return t1 == null ? A.ClientContactEntity_ClientContactEntity() : t1; }, - $signature: 1180 + $signature: 1182 }; A.selectedIdReducer_closure418.prototype = { call$2(completer, action) { return ""; }, - $signature: 1181 + $signature: 1183 }; A.selectedIdReducer_closure419.prototype = { call$2(completer, action) { return ""; }, - $signature: 1182 + $signature: 1184 }; A.selectedIdReducer_closure420.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure421.prototype = { call$2(selectedId, action) { return action.clientId; }, - $signature: 1183 + $signature: 1185 }; A.selectedIdReducer_closure422.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 1184 + $signature: 1186 }; A.selectedIdReducer_closure423.prototype = { call$2(selectedId, action) { return action.client.id; }, - $signature: 1185 + $signature: 1187 }; A.selectedIdReducer_closure424.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure425.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure426.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1186 + $signature: 1188 }; A.selectedIdReducer_closure427.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1187 + $signature: 1189 }; A.selectedIdReducer_closure428.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1188 + $signature: 1190 }; A.selectedIdReducer_closure429.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1189 + $signature: 1191 }; A.selectedIdReducer_closure430.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1190 + $signature: 1192 }; A.selectedIdReducer_closure431.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1191 + $signature: 1193 }; A.selectedIdReducer_closure432.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1192 + $signature: 1194 }; A.selectedIdReducer_closure433.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_client ? "" : selectedId; }, - $signature: 170 + $signature: 183 }; A.selectedIdReducer_closure434.prototype = { call$2(selectedId, action) { @@ -412524,62 +422309,62 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure141.prototype = { call$2(client, action) { return action.client; }, - $signature: 1194 + $signature: 1196 }; A.editingReducer_closure142.prototype = { call$2(client, action) { return action.client; }, - $signature: 1195 + $signature: 1197 }; A.editingReducer_closure143.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 1196 + $signature: 1198 }; A.editingReducer_closure144.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 1197 + $signature: 1199 }; A.editingReducer_closure145.prototype = { call$2(clients, action) { return J.$index$asx(action.clients, 0); }, - $signature: 1198 + $signature: 1200 }; A.editingReducer_closure146.prototype = { call$2(client, action) { return action.client; }, - $signature: 1199 + $signature: 1201 }; A.editingReducer_closure147.prototype = { call$2(client, action) { return action.client.rebuild$1(new A.editingReducer__closure59()); }, - $signature: 1200 + $signature: 1202 }; A.editingReducer__closure59.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 51 + $signature: 54 }; A.editingReducer_closure148.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure58(action)); }, - $signature: 1201 + $signature: 1203 }; A.editingReducer__closure58.prototype = { call$1(b) { @@ -412589,13 +422374,13 @@ b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 51 + $signature: 54 }; A.editingReducer_closure149.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure57(action)); }, - $signature: 1202 + $signature: 1204 }; A.editingReducer__closure57.prototype = { call$1(b) { @@ -412603,13 +422388,13 @@ b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 51 + $signature: 54 }; A.editingReducer_closure150.prototype = { call$2(client, action) { return client.rebuild$1(new A.editingReducer__closure56(action)); }, - $signature: 1203 + $signature: 1205 }; A.editingReducer__closure56.prototype = { call$1(b) { @@ -412620,41 +422405,41 @@ b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 51 + $signature: 54 }; A.editingReducer_closure151.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1204 + $signature: 1206 }; A.editingReducer_closure152.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1205 + $signature: 1207 }; A.editingReducer_closure153.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1206 + $signature: 1208 }; A.editingReducer_closure154.prototype = { call$2(client, action) { var _null = null; return A.ClientEntity_ClientEntity(_null, _null, _null, _null); }, - $signature: 1207 + $signature: 1209 }; A.clientListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.clientListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.clientListReducer__closure.prototype = { call$1(b) { @@ -412839,7 +422624,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 523 + $signature: 481 }; A._deleteClientSuccess_closure.prototype = { call$1(b) { @@ -412861,7 +422646,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 523 + $signature: 481 }; A._restoreClientSuccess_closure.prototype = { call$1(b) { @@ -412883,7 +422668,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 523 + $signature: 481 }; A._addClient_closure.prototype = { call$1(b) { @@ -412895,7 +422680,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 254 + $signature: 252 }; A._addClient__closure.prototype = { call$1(b) { @@ -412903,7 +422688,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 51 + $signature: 54 }; A._updateClient_closure.prototype = { call$1(b) { @@ -412911,7 +422696,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateClient__closure())); return b; }, - $signature: 254 + $signature: 252 }; A._updateClient__closure.prototype = { call$1(b) { @@ -412919,7 +422704,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 51 + $signature: 54 }; A._setLoadedClient_closure.prototype = { call$1(b) { @@ -412927,7 +422712,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedClient__closure())); return b; }, - $signature: 254 + $signature: 252 }; A._setLoadedClient__closure.prototype = { call$1(b) { @@ -412935,7 +422720,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 51 + $signature: 54 }; A._mergeClientSuccess_closure.prototype = { call$1(b) { @@ -412944,7 +422729,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t1); return b; }, - $signature: 254 + $signature: 252 }; A._purgeClientSuccess_closure26.prototype = { call$1(b) { @@ -412953,13 +422738,13 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t1); return b; }, - $signature: 254 + $signature: 252 }; A.memoizedDropdownClientList_closure.prototype = { call$4(clientMap, clientList, userMap, staticState) { return A.dropdownClientsSelector(clientMap, clientList, userMap, staticState); }, - $signature: 1210 + $signature: 1212 }; A.dropdownClientsSelector_closure.prototype = { call$1(clientId) { @@ -412979,7 +422764,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.dropdownClientsSelector_closure0.prototype = { call$2(clientAId, clientBId) { @@ -412988,13 +422773,13 @@ t2.toString; return t2.compareTo$5(0, t1.$index(0, clientBId), "name", true, this.userMap, this.staticState); }, - $signature: 25 + $signature: 26 }; A.memoizedClientStatsForUser_closure.prototype = { call$2(userId, clientMap) { return A.clientStatsForUser(userId, clientMap); }, - $signature: 840 + $signature: 674 }; A.clientStatsForUser_closure.prototype = { call$2(clientId, client) { @@ -413022,13 +422807,13 @@ } } }, - $signature: 428 + $signature: 375 }; A.memoizedFilteredClientList_closure.prototype = { call$7(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState) { return A.filteredClientsSelector(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState); }, - $signature: 1213 + $signature: 1215 }; A.filteredClientsSelector_closure.prototype = { call$1(clientId) { @@ -413068,13 +422853,13 @@ return false; return true; }, - $signature: 12 + $signature: 11 }; A.filteredClientsSelector__closure.prototype = { call$1(token) { return token.companyGatewayId === this.filterEntityId; }, - $signature: 836 + $signature: 673 }; A.filteredClientsSelector_closure0.prototype = { call$2(clientAId, clientBId) { @@ -413085,7 +422870,7 @@ t3 = _this.clientListState; return t2.compareTo$5(0, t1.$index(0, clientBId), t3.sortField, t3.sortAscending, _this.userMap, _this.staticState); }, - $signature: 25 + $signature: 26 }; A.ClientState.prototype = { $get$1(_, clientId) { @@ -413114,7 +422899,7 @@ call$1(item) { return item; }, - $signature: 1215 + $signature: 1217 }; A.ClientState_loadClients_closure.prototype = { call$1(b) { @@ -413129,7 +422914,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 254 + $signature: 252 }; A.ClientUIState.prototype = { get$isCreatingNew() { @@ -413741,13 +423526,13 @@ t4._group_state$_$v = t2; return b; }, - $signature: 1216 + $signature: 1218 }; A.userCompanyEntityReducer_closure.prototype = { call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure12(action)); }, - $signature: 1217 + $signature: 1219 }; A.userCompanyEntityReducer__closure12.prototype = { call$1(b) { @@ -413767,7 +423552,7 @@ else return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure11(action)); }, - $signature: 1219 + $signature: 1221 }; A.userCompanyEntityReducer__closure10.prototype = { call$1(b) { @@ -413813,7 +423598,7 @@ b.get$_company_model$_$this()._sortTotalsIndex = t1; return b; }, - $signature: 831 + $signature: 672 }; A.userCompanyEntityReducer__closure11.prototype = { call$1(b) { @@ -413827,7 +423612,7 @@ call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure9(action)); }, - $signature: 1221 + $signature: 1223 }; A.userCompanyEntityReducer__closure9.prototype = { call$1(b) { @@ -413847,7 +423632,7 @@ call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure8(action)); }, - $signature: 1222 + $signature: 1224 }; A.userCompanyEntityReducer__closure8.prototype = { call$1(b) { @@ -413863,7 +423648,7 @@ call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure7(action)); }, - $signature: 1223 + $signature: 1225 }; A.userCompanyEntityReducer__closure7.prototype = { call$1(b) { @@ -413879,7 +423664,7 @@ call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure6(action)); }, - $signature: 1224 + $signature: 1226 }; A.userCompanyEntityReducer__closure6.prototype = { call$1(b) { @@ -413895,7 +423680,7 @@ call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure5(action)); }, - $signature: 1225 + $signature: 1227 }; A.userCompanyEntityReducer__closure5.prototype = { call$1(b) { @@ -413911,7 +423696,7 @@ call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure4()); }, - $signature: 1226 + $signature: 1228 }; A.userCompanyEntityReducer__closure4.prototype = { call$1(b) { @@ -413924,7 +423709,7 @@ call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure3(action)); }, - $signature: 1227 + $signature: 1229 }; A.userCompanyEntityReducer__closure3.prototype = { call$1(b) { @@ -413940,7 +423725,7 @@ call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure2(action)); }, - $signature: 1228 + $signature: 1230 }; A.userCompanyEntityReducer__closure2.prototype = { call$1(b) { @@ -413953,7 +423738,7 @@ call$2(userCompany, action) { return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure1(action)); }, - $signature: 1229 + $signature: 1231 }; A.userCompanyEntityReducer__closure1.prototype = { call$1(b) { @@ -413970,7 +423755,7 @@ return userCompany.rebuild$1(new A.userCompanyEntityReducer__closure0(action)); return userCompany; }, - $signature: 1230 + $signature: 1232 }; A.userCompanyEntityReducer__closure.prototype = { call$1(b) { @@ -413994,7 +423779,7 @@ t1.get$expenseCategories().replace$1(0, A._setArrayType([], type$.JSArray_ExpenseCategoryEntity)); return t1; }, - $signature: 1231 + $signature: 1233 }; A.loadCompanySuccessReducer_closure0.prototype = { call$1(b) { @@ -414032,19 +423817,19 @@ call$2(state, action) { return action.userCompany.company.isLarge && state === 0 ? 0 : Date.now(); }, - $signature: 1232 + $signature: 1234 }; A.lastUpdatedReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 1233 + $signature: 1235 }; A.memoizedDropdownExpenseCategoriesList_closure.prototype = { call$2(categoryMap, categoryList) { return A.dropdownExpenseCategoriesSelector0(categoryMap, categoryList); }, - $signature: 1234 + $signature: 1236 }; A.dropdownExpenseCategoriesSelector_closure1.prototype = { call$1(categoryId) { @@ -414064,7 +423849,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.dropdownExpenseCategoriesSelector_closure2.prototype = { call$2(categoryAId, categoryBId) { @@ -414073,19 +423858,19 @@ t2.toString; return t2.compareTo$3$expenseCategory$sortAscending$sortField(0, t1.$index(0, categoryBId), true, "name"); }, - $signature: 25 + $signature: 26 }; A.memoizedHasMultipleCurrencies_closure.prototype = { call$3(company, clientMap, groupMap) { return J.get$length$asx($.$get$memoizedGetCurrencyIds().call$3(company, clientMap, groupMap)) > 1; }, - $signature: 1235 + $signature: 1237 }; A.memoizedGetCurrencyIds_closure.prototype = { call$3(company, clientMap, groupMap) { return A.getCurrencyIds(company, clientMap, groupMap); }, - $signature: 1236 + $signature: 1238 }; A.getCurrencyIds_closure.prototype = { call$2(clientId, client) { @@ -414102,13 +423887,13 @@ this.currencyIds.push(currencyId); } }, - $signature: 428 + $signature: 375 }; A.memoizedFilteredSelector_closure.prototype = { call$2(filter, state) { return A.filteredSelector(filter, state); }, - $signature: 1237 + $signature: 1239 }; A.filteredSelector_closure.prototype = { call$1(productId) { @@ -414116,13 +423901,13 @@ t1.toString; return t1; }, - $signature: 1238 + $signature: 1240 }; A.filteredSelector_closure0.prototype = { call$1(product) { return product.matchesFilter$1(this.filter); }, - $signature: 822 + $signature: 671 }; A.filteredSelector_closure1.prototype = { call$1(clientId) { @@ -414130,13 +423915,13 @@ t1.toString; return t1; }, - $signature: 1240 + $signature: 1242 }; A.filteredSelector_closure2.prototype = { call$1(client) { return client.matchesFilter$1(this.filter); }, - $signature: 1241 + $signature: 1243 }; A.filteredSelector_closure3.prototype = { call$1(quoteId) { @@ -414144,13 +423929,13 @@ t1.toString; return t1; }, - $signature: 531 + $signature: 471 }; A.filteredSelector_closure4.prototype = { call$1(quote) { return quote.matchesFilter$1(this.filter); }, - $signature: 194 + $signature: 197 }; A.filteredSelector_closure5.prototype = { call$1(paymentId) { @@ -414158,13 +423943,13 @@ t1.toString; return t1; }, - $signature: 1244 + $signature: 1246 }; A.filteredSelector_closure6.prototype = { call$1(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 535 + $signature: 463 }; A.filteredSelector_closure7.prototype = { call$1(projectId) { @@ -414172,13 +423957,13 @@ t1.toString; return t1; }, - $signature: 1246 + $signature: 1248 }; A.filteredSelector_closure8.prototype = { call$1(project) { return project.matchesFilter$1(this.filter); }, - $signature: 816 + $signature: 670 }; A.filteredSelector_closure9.prototype = { call$1(taskId) { @@ -414186,13 +423971,13 @@ t1.toString; return t1; }, - $signature: 814 + $signature: 669 }; A.filteredSelector_closure10.prototype = { call$1(task) { return task.matchesFilter$1(this.filter); }, - $signature: 812 + $signature: 668 }; A.filteredSelector_closure11.prototype = { call$1(invoiceId) { @@ -414200,19 +423985,19 @@ t1.toString; return t1; }, - $signature: 531 + $signature: 471 }; A.filteredSelector_closure12.prototype = { call$1(invoice) { return invoice.matchesFilter$1(this.filter); }, - $signature: 194 + $signature: 197 }; A.filteredSelector_closure13.prototype = { call$2(entityA, entityB) { return B.JSString_methods.compareTo$1(entityA.get$listDisplayName(), entityB.get$listDisplayName()); }, - $signature: 1250 + $signature: 1252 }; A.UserCompanyState.prototype = { get$company() { @@ -415167,7 +424952,7 @@ call$1(companyGateway) { return companyGateway.get$id(companyGateway); }, - $signature: 49 + $signature: 51 }; A.handleCompanyGatewayAction_closure0.prototype = { call$1(_) { @@ -415175,14 +424960,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 34 + $signature: 35 }; A.handleCompanyGatewayAction_closure1.prototype = { call$1(_) { var _this = this; A.passwordCallback(false, new A.handleCompanyGatewayAction__closure(_this.store, _this.completer, _this.companyGateway), _this.context, false); }, - $signature: 26 + $signature: 28 }; A.handleCompanyGatewayAction__closure.prototype = { call$2(password, idToken) { @@ -415193,7 +424978,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DisconnectCompanyGatewayRequest(this.completer, t1, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.StartCompanyGatewayMultiselect.prototype = {}; A.AddToCompanyGatewayMultiselect.prototype = {}; @@ -415247,7 +425032,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewCompanyGatewayList_closure.prototype = { call$3(store, dynamicAction, next) { @@ -415275,7 +425060,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -415299,7 +425084,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 543 + $signature: 448 }; A._archiveCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -415308,7 +425093,7 @@ t1[0].call$1(new A.ArchiveCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 546 + $signature: 446 }; A._archiveCompanyGateway__closure1.prototype = { call$1(error) { @@ -415343,7 +425128,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 543 + $signature: 448 }; A._deleteCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -415352,7 +425137,7 @@ t1[0].call$1(new A.DeleteCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 546 + $signature: 446 }; A._deleteCompanyGateway__closure1.prototype = { call$1(error) { @@ -415387,7 +425172,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 543 + $signature: 448 }; A._restoreCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -415396,7 +425181,7 @@ t1[0].call$1(new A.RestoreCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 546 + $signature: 446 }; A._restoreCompanyGateway__closure1.prototype = { call$1(error) { @@ -415429,7 +425214,7 @@ t1[0].call$1(new A.DisconnectCompanyGatewaySuccess()); this.action.completer.complete$1(0, null); }, - $signature: 103 + $signature: 111 }; A._disconnectCompanyGateway__closure0.prototype = { call$1(error) { @@ -415472,7 +425257,7 @@ } t1.completer.complete$1(0, companyGateway); }, - $signature: 425 + $signature: 378 }; A._saveCompanyGateway__closure0.prototype = { call$1(error) { @@ -415509,7 +425294,7 @@ t1[0].call$1(new A.LoadCompanyGatewaySuccess(companyGateway)); this.action.completer.complete$1(0, null); }, - $signature: 425 + $signature: 378 }; A._loadCompanyGateway__closure0.prototype = { call$1(error) { @@ -415547,7 +425332,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1254 + $signature: 1256 }; A._loadCompanyGateways__closure0.prototype = { call$1(error) { @@ -415581,139 +425366,139 @@ b.get$_company_gateway_state$_$this()._company_gateway_state$_forceSelected = t3; return b; }, - $signature: 1255 + $signature: 1257 }; A.forceSelectedReducer_closure64.prototype = { call$2(completer, action) { return true; }, - $signature: 1256 + $signature: 1258 }; A.forceSelectedReducer_closure65.prototype = { call$2(completer, action) { return false; }, - $signature: 1257 + $signature: 1259 }; A.forceSelectedReducer_closure66.prototype = { call$2(completer, action) { return false; }, - $signature: 1258 + $signature: 1260 }; A.forceSelectedReducer_closure67.prototype = { call$2(completer, action) { return false; }, - $signature: 1259 + $signature: 1261 }; A.forceSelectedReducer_closure68.prototype = { call$2(completer, action) { return false; }, - $signature: 1260 + $signature: 1262 }; A.forceSelectedReducer_closure69.prototype = { call$2(completer, action) { return false; }, - $signature: 1261 + $signature: 1263 }; A.forceSelectedReducer_closure70.prototype = { call$2(completer, action) { return false; }, - $signature: 1262 + $signature: 1264 }; A.forceSelectedReducer_closure71.prototype = { call$2(completer, action) { return false; }, - $signature: 1263 + $signature: 1265 }; A.selectedIdReducer_closure121.prototype = { call$2(completer, action) { return ""; }, - $signature: 1264 + $signature: 1266 }; A.selectedIdReducer_closure122.prototype = { call$2(completer, action) { return ""; }, - $signature: 1265 + $signature: 1267 }; A.selectedIdReducer_closure123.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_companyGateway ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure124.prototype = { call$2(selectedId, action) { return action.companyGatewayId; }, - $signature: 1266 + $signature: 1268 }; A.selectedIdReducer_closure125.prototype = { call$2(selectedId, action) { return action.companyGateway.id; }, - $signature: 1267 + $signature: 1269 }; A.selectedIdReducer_closure126.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure127.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure128.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1268 + $signature: 1270 }; A.selectedIdReducer_closure129.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1269 + $signature: 1271 }; A.selectedIdReducer_closure130.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1270 + $signature: 1272 }; A.selectedIdReducer_closure131.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1271 + $signature: 1273 }; A.selectedIdReducer_closure132.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1272 + $signature: 1274 }; A.selectedIdReducer_closure133.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1273 + $signature: 1275 }; A.selectedIdReducer_closure134.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1274 + $signature: 1276 }; A.selectedIdReducer_closure135.prototype = { call$2(selectedId, action) { @@ -415726,44 +425511,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure37.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1275 + $signature: 1277 }; A.editingReducer_closure38.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1276 + $signature: 1278 }; A.editingReducer_closure39.prototype = { call$2(companyGateways, action) { return J.$index$asx(action.companyGateways, 0); }, - $signature: 1277 + $signature: 1279 }; A.editingReducer_closure40.prototype = { call$2(companyGateway, action) { return action.companyGateway.rebuild$1(new A.editingReducer__closure13()); }, - $signature: 1278 + $signature: 1280 }; A.editingReducer__closure13.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isChanged = true; return b; }, - $signature: 61 + $signature: 65 }; A.companyGatewayListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.companyGatewayListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.companyGatewayListReducer__closure.prototype = { call$1(b) { @@ -415903,7 +425688,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 548 + $signature: 444 }; A._deleteCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -415925,7 +425710,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 548 + $signature: 444 }; A._restoreCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -415947,7 +425732,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 548 + $signature: 444 }; A._addCompanyGateway_closure.prototype = { call$1(b) { @@ -415959,7 +425744,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 224 + $signature: 214 }; A._addCompanyGateway__closure.prototype = { call$1(b) { @@ -415967,7 +425752,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 61 + $signature: 65 }; A._updateCompanyGateway_closure.prototype = { call$1(b) { @@ -415975,7 +425760,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCompanyGateway__closure())); return b; }, - $signature: 224 + $signature: 214 }; A._updateCompanyGateway__closure.prototype = { call$1(b) { @@ -415983,7 +425768,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 61 + $signature: 65 }; A._setLoadedCompanyGateway_closure.prototype = { call$1(b) { @@ -415991,7 +425776,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedCompanyGateway__closure())); return b; }, - $signature: 224 + $signature: 214 }; A._setLoadedCompanyGateway__closure.prototype = { call$1(b) { @@ -415999,14 +425784,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 61 + $signature: 65 }; A._setLoadedCompany_closure1.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.companyGateways, new A._setLoadedCompany__closure1(), new A._setLoadedCompany__closure2(), type$.String, type$.CompanyGatewayEntity)); return b; }, - $signature: 224 + $signature: 214 }; A._setLoadedCompany__closure1.prototype = { call$1(item) { @@ -416018,7 +425803,7 @@ call$1(item) { return item; }, - $signature: 795 + $signature: 667 }; A._setLoadedCompany_closure2.prototype = { call$1(b) { @@ -416026,14 +425811,14 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 224 + $signature: 214 }; A._setLoadedCompanyGateways_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.companyGateways, new A._setLoadedCompanyGateways__closure(), new A._setLoadedCompanyGateways__closure0(), type$.String, type$.CompanyGatewayEntity)); return b; }, - $signature: 224 + $signature: 214 }; A._setLoadedCompanyGateways__closure.prototype = { call$1(item) { @@ -416045,7 +425830,7 @@ call$1(item) { return item; }, - $signature: 795 + $signature: 667 }; A._setLoadedCompanyGateways_closure0.prototype = { call$1(b) { @@ -416053,13 +425838,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 224 + $signature: 214 }; A.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { return A.filteredCompanyGatewaysSelector(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll); }, - $signature: 1282 + $signature: 1284 }; A.filteredCompanyGatewaysSelector_closure.prototype = { call$1(companyGatewayId) { @@ -416069,7 +425854,7 @@ return false; return true; }, - $signature: 12 + $signature: 11 }; A.filteredCompanyGatewaysSelector_closure0.prototype = { call$1(id) { @@ -416081,7 +425866,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.filteredCompanyGatewaysSelector_closure1.prototype = { call$1(id) { @@ -416095,7 +425880,7 @@ call$2(companyGatewayId, paymentMap) { return A.calculateCompanyGatewayProcessed(companyGatewayId, paymentMap); }, - $signature: 1283 + $signature: 1285 }; A.calculateCompanyGatewayProcessed_closure.prototype = { call$2(paymentId, payment) { @@ -416105,13 +425890,13 @@ t1.total = t1.total + payment.get$completedAmount() * payment.exchangeRate; } }, - $signature: 193 + $signature: 198 }; A.memoizedClientStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, clientMap) { return A.clientStatsForCompanyGateway(companyGatewayId, clientMap); }, - $signature: 840 + $signature: 674 }; A.clientStatsForCompanyGateway_closure.prototype = { call$2(clientId, client) { @@ -416146,19 +425931,19 @@ } } }, - $signature: 428 + $signature: 375 }; A.clientStatsForCompanyGateway__closure.prototype = { call$1(token) { return token.companyGatewayId === this.companyGatewayId; }, - $signature: 836 + $signature: 673 }; A.memoizedPaymentStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, paymentMap) { return A.paymentStatsForCompanyGateway(companyGatewayId, paymentMap); }, - $signature: 1285 + $signature: 1287 }; A.paymentStatsForCompanyGateway_closure.prototype = { call$2(paymentId, payment) { @@ -416191,7 +425976,7 @@ } } }, - $signature: 193 + $signature: 198 }; A.getUnconnectedStripeAccount_closure.prototype = { call$2(id, gateway) { @@ -416219,7 +426004,7 @@ this._box_0.unconnectedGateway = gateway; } }, - $signature: 1286 + $signature: 1288 }; A.CompanyGatewayState.prototype = { $get$1(_, companyGatewayId) { @@ -416802,7 +426587,7 @@ call$1(credit) { return credit.get$id(credit); }, - $signature: 49 + $signature: 51 }; A.handleCreditAction_closure0.prototype = { call$1(credit) { @@ -416810,7 +426595,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.$get$1(0, type$.InvoiceEntity._as(credit).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 158 + $signature: 153 }; A.handleCreditAction_closure1.prototype = { call$0() { @@ -416837,7 +426622,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.credit.id; return b; }, - $signature: 82 + $signature: 88 }; A.handleCreditAction_closure4.prototype = { call$1(_) { @@ -416860,7 +426645,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.BulkEmailCreditsRequest(t2, t1)); }, - $signature: 26 + $signature: 28 }; A.handleCreditAction_closure5.prototype = { call$1(b) { @@ -416903,7 +426688,7 @@ b.get$credits().addAll$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.handleCreditAction__closure(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 59 + $signature: 62 }; A.handleCreditAction__closure.prototype = { call$1(credit) { @@ -416914,7 +426699,7 @@ t1 = credit.statusId !== "1" ? credit.balance : credit.amount; return A.PaymentableEntity_PaymentableEntity(t1, credit.id, null); }, - $signature: 791 + $signature: 665 }; A.handleCreditAction_closure10.prototype = { call$1(response) { @@ -416945,13 +426730,13 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.handleCreditAction_closure13.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.StartCreditMultiselect.prototype = {}; A.AddToCreditMultiselect.prototype = {}; @@ -416997,7 +426782,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewCreditList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -417024,7 +426809,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._editCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -417087,7 +426872,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._showPdfCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -417120,7 +426905,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._archiveCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -417144,7 +426929,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].creditState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._archiveCredit__closure0.prototype = { call$1(credits) { @@ -417153,7 +426938,7 @@ t1[0].call$1(new A.ArchiveCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._archiveCredit__closure1.prototype = { call$1(error) { @@ -417188,7 +426973,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].creditState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._deleteCredit__closure0.prototype = { call$1(credits) { @@ -417197,7 +426982,7 @@ t1[0].call$1(new A.DeleteCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._deleteCredit__closure1.prototype = { call$1(error) { @@ -417232,7 +427017,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].creditState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._restoreCredit__closure0.prototype = { call$1(credits) { @@ -417241,7 +427026,7 @@ t1[0].call$1(new A.RestoreCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._restoreCredit__closure1.prototype = { call$1(error) { @@ -417274,7 +427059,7 @@ t1[0].call$1(new A.MarkSentCreditSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._markSentCredit__closure0.prototype = { call$1(error) { @@ -417308,7 +427093,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._markPaidCredit__closure0.prototype = { call$1(error) { @@ -417343,7 +427128,7 @@ t1[0].call$1(new A.EmailCreditSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 103 + $signature: 111 }; A._emailCredit__closure0.prototype = { call$1(error) { @@ -417382,7 +427167,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 86 }; A._saveCredit__closure0.prototype = { call$1(credit) { @@ -417398,7 +427183,7 @@ } t1.completer.complete$1(0, credit); }, - $signature: 86 + $signature: 87 }; A._saveCredit__closure1.prototype = { call$1(error) { @@ -417436,7 +427221,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 86 + $signature: 87 }; A._loadCredit__closure0.prototype = { call$1(error) { @@ -417479,19 +427264,19 @@ this.action.toString; t1[0].call$1(new A.LoadProjects()); }, - $signature: 337 + $signature: 315 }; A._loadCredits___closure.prototype = { call$1(credit) { B.JSArray_methods.forEach$1(credit.documents._list$_list, new A._loadCredits____closure(this.documents, credit)); }, - $signature: 143 + $signature: 149 }; A._loadCredits____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadCredits_____closure(this.credit))); }, - $signature: 39 + $signature: 42 }; A._loadCredits_____closure.prototype = { call$1(b) { @@ -417499,7 +427284,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_credit; return b; }, - $signature: 35 + $signature: 36 }; A._loadCredits__closure0.prototype = { call$1(error) { @@ -417532,7 +427317,7 @@ t1[0].call$1(new A.DownloadCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._downloadCredits__closure0.prototype = { call$1(error) { @@ -417565,7 +427350,7 @@ t1[0].call$1(new A.BulkEmailCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._bulkEmailCredits__closure0.prototype = { call$1(error) { @@ -417609,13 +427394,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 86 + $signature: 87 }; A._saveDocument___closure0.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure0(this.credit))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure0.prototype = { call$1(b) { @@ -417623,7 +427408,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_credit; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure2.prototype = { call$1(error) { @@ -417661,199 +427446,199 @@ b.get$_credit_state$_$this()._credit_state$_historyActivityId = t3; return b; }, - $signature: 1297 + $signature: 1299 }; A.forceSelectedReducer_closure84.prototype = { call$2(completer, action) { return true; }, - $signature: 1298 + $signature: 1300 }; A.forceSelectedReducer_closure85.prototype = { call$2(completer, action) { return false; }, - $signature: 1299 + $signature: 1301 }; A.forceSelectedReducer_closure86.prototype = { call$2(completer, action) { return false; }, - $signature: 1300 + $signature: 1302 }; A.forceSelectedReducer_closure87.prototype = { call$2(completer, action) { return false; }, - $signature: 1301 + $signature: 1303 }; A.forceSelectedReducer_closure88.prototype = { call$2(completer, action) { return false; }, - $signature: 1302 + $signature: 1304 }; A.forceSelectedReducer_closure89.prototype = { call$2(completer, action) { return false; }, - $signature: 1303 + $signature: 1305 }; A.forceSelectedReducer_closure90.prototype = { call$2(completer, action) { return false; }, - $signature: 1304 + $signature: 1306 }; A.forceSelectedReducer_closure91.prototype = { call$2(completer, action) { return false; }, - $signature: 1305 + $signature: 1307 }; A.forceSelectedReducer_closure92.prototype = { call$2(completer, action) { return false; }, - $signature: 1306 + $signature: 1308 }; A.tabIndexReducer_closure11.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1307 + $signature: 1309 }; A.tabIndexReducer_closure12.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.historyActivityIdReducer_closure0.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1308 + $signature: 1310 }; A.editingItemReducer_closure1.prototype = { call$2(index, action) { return null; }, - $signature: 1309 + $signature: 1311 }; A.editingItemReducer_closure2.prototype = { call$2(index, action) { return action.creditItemIndex; }, - $signature: 1310 + $signature: 1312 }; A.selectedIdReducer_closure162.prototype = { call$2(completer, action) { return ""; }, - $signature: 1311 + $signature: 1313 }; A.selectedIdReducer_closure163.prototype = { call$2(completer, action) { return ""; }, - $signature: 1312 + $signature: 1314 }; A.selectedIdReducer_closure164.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure165.prototype = { call$2(selectedId, action) { return action.creditId; }, - $signature: 1313 + $signature: 1315 }; A.selectedIdReducer_closure166.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1314 + $signature: 1316 }; A.selectedIdReducer_closure167.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1315 + $signature: 1317 }; A.selectedIdReducer_closure168.prototype = { call$2(selectedId, action) { return action.credit.id; }, - $signature: 1316 + $signature: 1318 }; A.selectedIdReducer_closure169.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure170.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure171.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1317 + $signature: 1319 }; A.selectedIdReducer_closure172.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1318 + $signature: 1320 }; A.selectedIdReducer_closure173.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1319 + $signature: 1321 }; A.selectedIdReducer_closure174.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1320 + $signature: 1322 }; A.selectedIdReducer_closure175.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1321 + $signature: 1323 }; A.selectedIdReducer_closure176.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1322 + $signature: 1324 }; A.selectedIdReducer_closure177.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1323 + $signature: 1325 }; A.selectedIdReducer_closure178.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1324 + $signature: 1326 }; A.selectedIdReducer_closure179.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? "" : selectedId; }, - $signature: 170 + $signature: 183 }; A.selectedIdReducer_closure180.prototype = { call$2(selectedId, action) { @@ -417866,13 +427651,13 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure49.prototype = { call$2(credit, action) { return action.credit.rebuild$1(new A.editingReducer__closure22()); }, - $signature: 1325 + $signature: 1327 }; A.editingReducer__closure22.prototype = { call$1(b) { @@ -417885,7 +427670,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure21()); }, - $signature: 783 + $signature: 664 }; A.editingReducer__closure21.prototype = { call$1(b) { @@ -417898,13 +427683,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1327 + $signature: 1329 }; A.editingReducer_closure52.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure20()); }, - $signature: 1328 + $signature: 1330 }; A.editingReducer__closure20.prototype = { call$1(b) { @@ -417917,7 +427702,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure19()); }, - $signature: 1329 + $signature: 1331 }; A.editingReducer__closure19.prototype = { call$1(b) { @@ -417930,7 +427715,7 @@ call$2(credit, action) { return credit.rebuild$1(new A.editingReducer__closure18(action.client)); }, - $signature: 1330 + $signature: 1332 }; A.editingReducer__closure18.prototype = { call$1(b) { @@ -417956,31 +427741,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 220 + $signature: 212 }; A.editingReducer_closure55.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1331 + $signature: 1333 }; A.editingReducer_closure56.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1332 + $signature: 1334 }; A.editingReducer_closure57.prototype = { call$2(credits, action) { return J.$index$asx(action.credits, 0); }, - $signature: 1333 + $signature: 1335 }; A.editingReducer_closure58.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure17(action)); }, - $signature: 1334 + $signature: 1336 }; A.editingReducer__closure17.prototype = { call$1(b) { @@ -417998,7 +427783,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure16(action)); }, - $signature: 1335 + $signature: 1337 }; A.editingReducer__closure16.prototype = { call$1(b) { @@ -418044,7 +427829,7 @@ call$2(state, action) { return state.rebuild$1(new A.creditListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.creditListReducer__closure.prototype = { call$1(b) { @@ -418234,13 +428019,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 194 + $signature: 197 }; A._purgeClientSuccess_closure10.prototype = { call$1(each) { return each.id; }, - $signature: 336 + $signature: 271 }; A._purgeClientSuccess_closure8.prototype = { call$1(b) { @@ -418253,19 +428038,19 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure6(t1), true); return b; }, - $signature: 335 + $signature: 317 }; A._purgeClientSuccess__closure5.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 416 + $signature: 437 }; A._purgeClientSuccess__closure6.prototype = { call$1(p0) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 12 + $signature: 11 }; A._markSentCreditSuccess_closure0.prototype = { call$1(item) { @@ -418284,7 +428069,7 @@ b.get$map(b).addAll$1(0, this.creditMap); return b; }, - $signature: 335 + $signature: 317 }; A._archiveCreditSuccess_closure.prototype = { call$1(b) { @@ -418306,7 +428091,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 566 + $signature: 462 }; A._deleteCreditSuccess_closure.prototype = { call$1(b) { @@ -418328,7 +428113,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 566 + $signature: 462 }; A._restoreCreditSuccess_closure.prototype = { call$1(b) { @@ -418350,7 +428135,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 566 + $signature: 462 }; A._addCredit_closure.prototype = { call$1(b) { @@ -418362,7 +428147,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 335 + $signature: 317 }; A._addCredit__closure.prototype = { call$1(b) { @@ -418378,7 +428163,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCredit__closure())); return b; }, - $signature: 335 + $signature: 317 }; A._updateCredit__closure.prototype = { call$1(b) { @@ -418392,19 +428177,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 415 + $signature: 436 }; A.creditContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 180 + $signature: 192 }; A.memoizedDropdownCreditList_closure.prototype = { call$7(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds) { return A.dropdownCreditSelector(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds); }, - $signature: 1342 + $signature: 1344 }; A.dropdownCreditSelector_closure.prototype = { call$1(creditId) { @@ -418452,7 +428237,7 @@ t1 = false; return t1 && credit.get$isUnpaid(); }, - $signature: 12 + $signature: 11 }; A.dropdownCreditSelector_closure0.prototype = { call$2(creditAId, creditBId) { @@ -418462,19 +428247,19 @@ t2.toString; return t2.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap(0, _this.clientMap, t1.$index(0, creditBId), true, "number", _this.userMap, _this.vendorMap); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredCreditList_closure.prototype = { call$8(selectionState, creditMap, creditList, clientMap, vendorMap, paymentMap, creditListState, userMap) { return A.filteredCreditsSelector(selectionState, creditMap, creditList, clientMap, vendorMap, paymentMap, creditListState, userMap); }, - $signature: 1343 + $signature: 1345 }; A.filteredCreditsSelector_closure.prototype = { call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$creditPaymentables(), new A.filteredCreditsSelector__closure0(this.creditPaymentMap, payment)); }, - $signature: 193 + $signature: 198 }; A.filteredCreditsSelector__closure0.prototype = { call$1(creditPaymentable) { @@ -418486,7 +428271,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 145 + $signature: 139 }; A.filteredCreditsSelector_closure0.prototype = { call$1(creditId) { @@ -418565,7 +428350,7 @@ } return true; }, - $signature: 12 + $signature: 11 }; A.filteredCreditsSelector__closure.prototype = { call$1(paymentId) { @@ -418583,13 +428368,13 @@ t3 = _this.creditListState; return J.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap$ns(t2, _this.clientMap, t1.$index(0, creditBId), t3.sortAscending, t3.sortField, _this.userMap, _this.vendorMap); }, - $signature: 25 + $signature: 26 }; A.memoizedCreditStatsForDesign_closure.prototype = { call$2(designId, creditMap) { return A.creditStatsForDesign(designId, creditMap); }, - $signature: 99 + $signature: 102 }; A.creditStatsForDesign_closure.prototype = { call$2(creditId, credit) { @@ -418622,13 +428407,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedCreditStatsForClient_closure.prototype = { call$2(clientId, creditMap) { return A.creditStatsForClient(clientId, creditMap); }, - $signature: 99 + $signature: 102 }; A.creditStatsForClient_closure.prototype = { call$2(creditId, credit) { @@ -418661,13 +428446,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedCreditStatsForUser_closure.prototype = { call$2(userId, creditMap) { return A.creditStatsForUser(userId, creditMap); }, - $signature: 99 + $signature: 102 }; A.creditStatsForUser_closure.prototype = { call$2(creditId, credit) { @@ -418700,7 +428485,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.CreditState.prototype = { $get$1(_, creditId) { @@ -418745,7 +428530,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 335 + $signature: 317 }; A.CreditUIState.prototype = { get$isCreatingNew() { @@ -419226,7 +429011,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A.dashboardUIReducer_closure.prototype = { call$1(b) { @@ -419243,13 +429028,13 @@ b.get$_dashboard_state$_$this()._showSidebar = t3; return b; }, - $signature: 1347 + $signature: 1349 }; A.selectedEntitiesReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure0(action)); }, - $signature: 1348 + $signature: 1350 }; A.selectedEntitiesReducer__closure0.prototype = { call$1(b) { @@ -419260,32 +429045,32 @@ b.$indexSet(0, t1.entityType, A.BuiltList_BuiltList$from(t2, type$.String)); return b; }, - $signature: 775 + $signature: 663 }; A.selectedEntitiesReducer_closure0.prototype = { call$2(state, action) { return state.rebuild$1(new A.selectedEntitiesReducer__closure()); }, - $signature: 1350 + $signature: 1352 }; A.selectedEntitiesReducer__closure.prototype = { call$1(b) { b.get$_safeMap().clear$0(0); return b; }, - $signature: 775 + $signature: 663 }; A.selectedEntityTypeReducer_closure.prototype = { call$2(state, action) { return action.entityType; }, - $signature: 1351 + $signature: 1353 }; A.showSidebarReducer_closure.prototype = { call$2(state, action) { return action.showSidebar; }, - $signature: 1352 + $signature: 1354 }; A.dashboardSettingsReducer_closure.prototype = { call$1(b) { @@ -419307,14 +429092,14 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = 0; return b; }, - $signature: 163 + $signature: 158 }; A.dashboardSettingsReducer_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._includeTaxes = this.action.includeTaxes; return b; }, - $signature: 163 + $signature: 158 }; A.dashboardSettingsReducer_closure1.prototype = { call$1(b) { @@ -419323,21 +429108,21 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.state.offset + t1; return b; }, - $signature: 163 + $signature: 158 }; A.dashboardSettingsReducer_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_currencyId = this.action.currencyId; return b; }, - $signature: 163 + $signature: 158 }; A.dashboardSettingsReducer_closure3.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._groupBy = this.action.groupBy; return b; }, - $signature: 163 + $signature: 158 }; A.ChartDataGroup.prototype = {}; A.ChartMoneyData.prototype = { @@ -419353,21 +429138,21 @@ company.toString; return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 569 + $signature: 469 }; A.memoizedChartOverviewInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { company.toString; return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 569 + $signature: 469 }; A.memoizedPreviousChartInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { company.toString; return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 569 + $signature: 469 }; A._chartInvoices_closure.prototype = { call$2(int, invoice) { @@ -419473,19 +429258,19 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedChartQuotes_closure.prototype = { call$6(currencyMap, company, settings, quoteMap, clientMap, invoiceMap) { return A.chartQuotes(clientMap, company, currencyMap, invoiceMap, quoteMap, settings); }, - $signature: 773 + $signature: 661 }; A.memoizedPreviousChartQuotes_closure.prototype = { call$6(currencyMap, company, settings, quoteMap, clientMap, invoiceMap) { return A.chartQuotes(clientMap, company, currencyMap, invoiceMap, quoteMap, settings); }, - $signature: 773 + $signature: 661 }; A.chartQuotes_closure.prototype = { call$2(int, quote) { @@ -419643,19 +429428,19 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 772 + $signature: 660 }; A.memoizedPreviousChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 772 + $signature: 660 }; A.chartPayments_closure.prototype = { call$2(int, payment) { @@ -419777,19 +429562,19 @@ } } }, - $signature: 193 + $signature: 198 }; A.memoizedChartTasks_closure.prototype = { call$8(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return A.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 771 + $signature: 658 }; A.memoizedPreviousChartTasks_closure.prototype = { call$8(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return A.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 771 + $signature: 658 }; A.chartTasks_closure.prototype = { call$2(int, task) { @@ -419855,14 +429640,14 @@ } } }, - $signature: 159 + $signature: 165 }; A.chartTasks__closure.prototype = { call$1(taskTime) { var _this = this; taskTime.getParts$0().forEach$1(0, new A.chartTasks___closure(_this.settings, _this.company, _this.project, _this.client, _this.task, _this.group, _this.invoice, _this.currencyMap, _this.invoiceMap, _this.paidData, _this.invoicedData, _this.loggedData, _this.totals)); }, - $signature: 214 + $signature: 220 }; A.chartTasks___closure.prototype = { call$2(date, duration) { @@ -419971,7 +429756,7 @@ } } }, - $signature: 1359 + $signature: 1361 }; A.chartExpenses_closure.prototype = { call$2(int, expense) { @@ -420118,27 +429903,27 @@ } } }, - $signature: 121 + $signature: 130 }; A.memoizedChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { company.toString; return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 769 + $signature: 656 }; A.memoizedPreviousChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { company.toString; return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 769 + $signature: 656 }; A.memoizedRunningTasks_closure0.prototype = { call$2(taskMap, userId) { return A.runningTasks(taskMap, userId); }, - $signature: 1362 + $signature: 1364 }; A.runningTasks_closure.prototype = { call$2(taskId, task) { @@ -420156,13 +429941,13 @@ if (t1) this.tasks.push(task); }, - $signature: 159 + $signature: 165 }; A.memoizedUpcomingInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._upcomingInvoices(clientMap, invoiceMap); }, - $signature: 414 + $signature: 432 }; A._upcomingInvoices_closure.prototype = { call$2(index, invoice) { @@ -420202,19 +429987,19 @@ if (invoice.get$isUpcoming()) this.invoices.push(invoice); }, - $signature: 69 + $signature: 70 }; A._upcomingInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 413 + $signature: 430 }; A.memoizedPastDueInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._pastDueInvoices(clientMap, invoiceMap); }, - $signature: 414 + $signature: 432 }; A._pastDueInvoices_closure.prototype = { call$2(index, invoice) { @@ -420254,19 +430039,19 @@ if (invoice.get$isPastDue()) this.invoices.push(invoice); }, - $signature: 69 + $signature: 70 }; A._pastDueInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 413 + $signature: 430 }; A.memoizedRecentPayments_closure.prototype = { call$2(paymentMap, clientMap) { return A._recentPayments(clientMap, paymentMap); }, - $signature: 1365 + $signature: 1367 }; A._recentPayments_closure.prototype = { call$2(index, payment) { @@ -420318,7 +430103,7 @@ this.payments.push(payment); } }, - $signature: 193 + $signature: 198 }; A._recentPayments_closure0.prototype = { call$2(paymentA, paymentB) { @@ -420329,13 +430114,13 @@ else return B.JSString_methods.compareTo$1(t2, t1); }, - $signature: 1366 + $signature: 1368 }; A.memoizedUpcomingQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._upcomingQuotes(clientMap, quoteMap); }, - $signature: 414 + $signature: 432 }; A._upcomingQuotes_closure.prototype = { call$2(index, quote) { @@ -420372,19 +430157,19 @@ if (quote.get$isUpcoming()) this.quotes.push(quote); }, - $signature: 69 + $signature: 70 }; A._upcomingQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return B.JSString_methods.compareTo$1(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 413 + $signature: 430 }; A.memoizedExpiredQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._expiredQuotes(clientMap, quoteMap); }, - $signature: 414 + $signature: 432 }; A._expiredQuotes_closure.prototype = { call$2(index, quote) { @@ -420421,19 +430206,19 @@ if (quote.get$isPastDue()) this.quotes.push(quote); }, - $signature: 69 + $signature: 70 }; A._expiredQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return B.JSString_methods.compareTo$1(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 413 + $signature: 430 }; A.memoizedRunningTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._runningTasks(clientMap, taskMap); }, - $signature: 1367 + $signature: 1369 }; A._runningTasks_closure.prototype = { call$2(index, task) { @@ -420470,19 +430255,19 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 159 + $signature: 165 }; A._runningTasks_closure0.prototype = { call$2(taskA, taskB) { return B.JSInt_methods.compareTo$1(taskB.updatedAt, taskA.updatedAt); }, - $signature: 765 + $signature: 655 }; A.memoizedRecentTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._recentTasks(clientMap, taskMap); }, - $signature: 1369 + $signature: 1371 }; A._recentTasks_closure.prototype = { call$2(index, task) { @@ -420519,19 +430304,19 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 159 + $signature: 165 }; A._recentTasks_closure0.prototype = { call$2(taskA, taskB) { return B.JSInt_methods.compareTo$1(taskB.updatedAt, taskA.updatedAt); }, - $signature: 765 + $signature: 655 }; A.memoizedRecentExpenses_closure.prototype = { call$2(expenseMap, clientMap) { return A._recentExpenses(clientMap, expenseMap); }, - $signature: 1370 + $signature: 1372 }; A._recentExpenses_closure.prototype = { call$2(index, expense) { @@ -420572,7 +430357,7 @@ if (!t1) this.expenses.push(expense); }, - $signature: 121 + $signature: 130 }; A._recentExpenses_closure0.prototype = { call$2(expenseA, expenseB) { @@ -420588,7 +430373,7 @@ else return B.JSString_methods.compareTo$1(expenseBdate, expenseAdate); }, - $signature: 575 + $signature: 479 }; A.DashboardUIState.prototype = {}; A.DashboardUISettings.prototype = { @@ -421068,31 +430853,31 @@ call$1(design) { return design.get$id(design); }, - $signature: 49 + $signature: 51 }; A.handleDesignAction_closure0.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._designId = this.design.id; }, - $signature: 156 + $signature: 168 }; A.handleDesignAction_closure1.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._designId = this.design.id; }, - $signature: 156 + $signature: 168 }; A.handleDesignAction_closure2.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._designId = this.design.id; }, - $signature: 156 + $signature: 168 }; A.handleDesignAction_closure3.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._designId = this.design.id; }, - $signature: 156 + $signature: 168 }; A.StartDesignMultiselect.prototype = {}; A.AddToDesignMultiselect.prototype = {}; @@ -421146,7 +430931,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewDesignList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -421174,7 +430959,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -421198,7 +430983,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].designState.map._map$_map.$index(0, id); }, - $signature: 412 + $signature: 426 }; A._archiveDesign__closure0.prototype = { call$1(designs) { @@ -421207,7 +430992,7 @@ t1[0].call$1(new A.ArchiveDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 605 + $signature: 482 }; A._archiveDesign__closure1.prototype = { call$1(error) { @@ -421242,7 +431027,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].designState.map._map$_map.$index(0, id); }, - $signature: 412 + $signature: 426 }; A._deleteDesign__closure0.prototype = { call$1(designs) { @@ -421251,7 +431036,7 @@ t1[0].call$1(new A.DeleteDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 605 + $signature: 482 }; A._deleteDesign__closure1.prototype = { call$1(error) { @@ -421286,7 +431071,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].designState.map._map$_map.$index(0, id); }, - $signature: 412 + $signature: 426 }; A._restoreDesign__closure0.prototype = { call$1(designs) { @@ -421295,7 +431080,7 @@ t1[0].call$1(new A.RestoreDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 605 + $signature: 482 }; A._restoreDesign__closure1.prototype = { call$1(error) { @@ -421338,7 +431123,7 @@ } t1.completer.complete$1(0, design); }, - $signature: 606 + $signature: 483 }; A._saveDesign__closure0.prototype = { call$1(error) { @@ -421374,7 +431159,7 @@ t1[0].call$1(new A.LoadDesignSuccess(design)); this.action.completer.complete$1(0, null); }, - $signature: 606 + $signature: 483 }; A._loadDesign__closure0.prototype = { call$1(error) { @@ -421412,7 +431197,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1376 + $signature: 1378 }; A._loadDesigns__closure0.prototype = { call$1(error) { @@ -421446,176 +431231,176 @@ b.get$_design_state$_$this()._design_state$_forceSelected = t3; return b; }, - $signature: 1377 + $signature: 1379 }; A.forceSelectedReducer_closure93.prototype = { call$2(completer, action) { return true; }, - $signature: 1378 + $signature: 1380 }; A.forceSelectedReducer_closure94.prototype = { call$2(completer, action) { return false; }, - $signature: 1379 + $signature: 1381 }; A.forceSelectedReducer_closure95.prototype = { call$2(completer, action) { return false; }, - $signature: 1380 + $signature: 1382 }; A.forceSelectedReducer_closure96.prototype = { call$2(completer, action) { return false; }, - $signature: 1381 + $signature: 1383 }; A.forceSelectedReducer_closure97.prototype = { call$2(completer, action) { return false; }, - $signature: 1382 + $signature: 1384 }; A.forceSelectedReducer_closure98.prototype = { call$2(completer, action) { return false; }, - $signature: 1383 + $signature: 1385 }; A.forceSelectedReducer_closure99.prototype = { call$2(completer, action) { return false; }, - $signature: 1384 + $signature: 1386 }; A.forceSelectedReducer_closure100.prototype = { call$2(completer, action) { return false; }, - $signature: 1385 + $signature: 1387 }; A.selectedIdReducer_closure181.prototype = { call$2(completer, action) { return ""; }, - $signature: 1386 + $signature: 1388 }; A.selectedIdReducer_closure182.prototype = { call$2(completer, action) { return ""; }, - $signature: 1387 + $signature: 1389 }; A.selectedIdReducer_closure183.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_design ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure184.prototype = { call$2(selectedId, action) { return action.get$designId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure185.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$design()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure186.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure187.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure188.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1388 + $signature: 1390 }; A.selectedIdReducer_closure189.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1389 + $signature: 1391 }; A.selectedIdReducer_closure190.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1390 + $signature: 1392 }; A.selectedIdReducer_closure191.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1391 + $signature: 1393 }; A.selectedIdReducer_closure192.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1392 + $signature: 1394 }; A.selectedIdReducer_closure193.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1393 + $signature: 1395 }; A.selectedIdReducer_closure194.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1394 + $signature: 1396 }; A.editingReducer_closure60.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1395 + $signature: 1397 }; A.editingReducer_closure61.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1396 + $signature: 1398 }; A.editingReducer_closure62.prototype = { call$2(designs, action) { return J.$index$asx(action.designs, 0); }, - $signature: 1397 + $signature: 1399 }; A.editingReducer_closure63.prototype = { call$2(design, action) { return action.design.rebuild$1(new A.editingReducer__closure23()); }, - $signature: 1398 + $signature: 1400 }; A.editingReducer__closure23.prototype = { call$1(b) { b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 241 + $signature: 249 }; A.designListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.designListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.designListReducer__closure.prototype = { call$1(b) { @@ -421768,7 +431553,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 504 + $signature: 484 }; A._deleteDesignSuccess_closure.prototype = { call$1(b) { @@ -421790,7 +431575,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 504 + $signature: 484 }; A._restoreDesignSuccess_closure.prototype = { call$1(b) { @@ -421812,7 +431597,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 504 + $signature: 484 }; A._addDesign_closure.prototype = { call$1(b) { @@ -421824,7 +431609,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 411 + $signature: 424 }; A._updateDesign_closure.prototype = { call$1(b) { @@ -421832,7 +431617,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 411 + $signature: 424 }; A._setLoadedDesign_closure.prototype = { call$1(b) { @@ -421840,13 +431625,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 411 + $signature: 424 }; A.memoizedFilteredDesignList_closure.prototype = { call$3(designMap, designList, designListState) { return A.filteredDesignsSelector(designMap, designList, designListState); }, - $signature: 1401 + $signature: 1403 }; A.filteredDesignsSelector_closure.prototype = { call$1(designId) { @@ -421860,7 +431645,7 @@ return false; return A.matchesStrings(A._setArrayType([t1.name], type$.JSArray_nullable_String), t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredDesignsSelector_closure0.prototype = { call$2(designAId, designBId) { @@ -421871,7 +431656,7 @@ t3 = this.designListState; return t2.compareTo$3(0, t1.$index(0, designBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.DesignState.prototype = { get$cleanDesign() { @@ -421896,19 +431681,19 @@ var t1 = this.$this.map._map$_map; return !t1.$index(0, id).isCustom && t1.$index(0, id).name === "Clean"; }, - $signature: 12 + $signature: 11 }; A.DesignState_customDesigns_closure.prototype = { call$1(designId) { return this.$this.map._map$_map.$index(0, designId).isCustom; }, - $signature: 12 + $signature: 11 }; A.DesignState_customDesigns_closure0.prototype = { call$1(designId) { return this.$this.map._map$_map.$index(0, designId); }, - $signature: 412 + $signature: 426 }; A.DesignState_loadDesigns_closure0.prototype = { call$1(item) { @@ -421920,7 +431705,7 @@ call$1(item) { return item; }, - $signature: 1402 + $signature: 1404 }; A.DesignState_loadDesigns_closure.prototype = { call$1(b) { @@ -421935,7 +431720,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 411 + $signature: 424 }; A.DesignUIState.prototype = { get$isCreatingNew() { @@ -422445,14 +432230,15 @@ call$1($document) { return $document.get$id($document); }, - $signature: 49 + $signature: 51 }; A.handleDocumentAction_showDocument.prototype = { call$0() { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.handleDocumentAction_showDocument_closure(this.store, this.documentIds, this.localization), t1, null, true, type$.void); + A.showDialog(_null, _null, true, _null, new A.handleDocumentAction_showDocument_closure(this.store, this.documentIds, this.localization), t1, _null, true, type$.void); }, $signature: 0 }; @@ -422488,13 +432274,13 @@ t1.toString; return t1; }, - $signature: 104 + $signature: 107 }; A.handleDocumentAction_closure0.prototype = { call$1(value) { return this.showDocument.call$0(); }, - $signature: 754 + $signature: 654 }; A.handleDocumentAction_downloadDocument.prototype = { call$0() { @@ -422526,14 +432312,14 @@ call$1(value) { return this.downloadDocument.call$0(); }, - $signature: 754 + $signature: 654 }; A.handleDocumentAction_closure2.prototype = { call$1(_) { var t1 = this.context; A.passwordCallback(false, new A.handleDocumentAction__closure(t1, this.document, this.store), t1, false); }, - $signature: 26 + $signature: 28 }; A.handleDocumentAction__closure.prototype = { call$2(password, idToken) { @@ -422598,7 +432384,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.DeleteDocumentRequest(completer, t1, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.handleDocumentAction___closure.prototype = { call$1(_) { @@ -422606,7 +432392,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadClient(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure0.prototype = { call$1(_) { @@ -422614,7 +432400,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadCredit(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure1.prototype = { call$1(_) { @@ -422622,7 +432408,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadExpense(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure2.prototype = { call$1(_) { @@ -422630,7 +432416,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadGroup(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure3.prototype = { call$1(_) { @@ -422638,7 +432424,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadInvoice(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure4.prototype = { call$1(_) { @@ -422646,7 +432432,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadProduct(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure5.prototype = { call$1(_) { @@ -422654,7 +432440,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadProject(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure6.prototype = { call$1(_) { @@ -422662,7 +432448,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadPurchaseOrder(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure7.prototype = { call$1(_) { @@ -422670,7 +432456,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadQuote(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure8.prototype = { call$1(_) { @@ -422678,7 +432464,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadRecurringExpense(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure9.prototype = { call$1(_) { @@ -422686,7 +432472,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadRecurringInvoice(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure10.prototype = { call$1(_) { @@ -422694,7 +432480,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadTask(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure11.prototype = { call$1(_) { @@ -422702,7 +432488,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadVendor(null, this.document.parentId)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure12.prototype = { call$1(_) { @@ -422710,7 +432496,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 97 + $signature: 103 }; A.handleDocumentAction___closure13.prototype = { call$1(_) { @@ -422718,7 +432504,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 97 + $signature: 103 }; A.StartDocumentMultiselect.prototype = {}; A.AddToDocumentMultiselect.prototype = {}; @@ -422780,7 +432566,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewDocumentList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -422808,7 +432594,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._saveDocument_closure13.prototype = { call$3(store, dynamicAction, next) { @@ -422836,7 +432622,7 @@ t2[0].call$1(new A.SaveDocumentSuccess($document)); t1.completer.complete$1(0, $document); }, - $signature: 334 + $signature: 324 }; A._saveDocument___closure13.prototype = { call$1(b) { @@ -422847,7 +432633,7 @@ b.get$_document_model$_$this()._parentType = t1; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure28.prototype = { call$1(error) { @@ -422882,7 +432668,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].documentState.map._map$_map.$index(0, id); }, - $signature: 751 + $signature: 653 }; A._archiveDocument__closure0.prototype = { call$1(documents) { @@ -422891,7 +432677,7 @@ t1[0].call$1(new A.ArchiveDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 79 + $signature: 80 }; A._archiveDocument__closure1.prototype = { call$1(error) { @@ -422924,7 +432710,7 @@ t1[0].call$1(new A.DownloadDocumentsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 79 + $signature: 80 }; A._downloadDocuments__closure0.prototype = { call$1(error) { @@ -422958,7 +432744,7 @@ t1[0].call$1(new A.DeleteDocumentSuccess(this.documentId)); this.action.completer.complete$1(0, null); }, - $signature: 187 + $signature: 188 }; A._deleteDocument__closure0.prototype = { call$1(error) { @@ -422993,7 +432779,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].documentState.map._map$_map.$index(0, id); }, - $signature: 751 + $signature: 653 }; A._restoreDocument__closure0.prototype = { call$1(documents) { @@ -423002,7 +432788,7 @@ t1[0].call$1(new A.RestoreDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 79 + $signature: 80 }; A._restoreDocument__closure1.prototype = { call$1(error) { @@ -423038,7 +432824,7 @@ t1[0].call$1(new A.LoadDocumentSuccess($document)); this.action.completer.complete$1(0, null); }, - $signature: 334 + $signature: 324 }; A._loadDocument__closure0.prototype = { call$1(error) { @@ -423079,14 +432865,14 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 1409 + $signature: 1411 }; A._loadDocumentData___closure.prototype = { call$1(b) { b.get$_document_model$_$this()._document_model$_data = this.bodyBytes; return b; }, - $signature: 35 + $signature: 36 }; A._loadDocumentData__closure0.prototype = { call$1(error) { @@ -423120,164 +432906,164 @@ b.get$_document_state$_$this()._document_state$_forceSelected = t3; return b; }, - $signature: 1410 + $signature: 1412 }; A.forceSelectedReducer_closure51.prototype = { call$2(completer, action) { return true; }, - $signature: 1411 + $signature: 1413 }; A.forceSelectedReducer_closure52.prototype = { call$2(completer, action) { return false; }, - $signature: 1412 + $signature: 1414 }; A.forceSelectedReducer_closure53.prototype = { call$2(completer, action) { return false; }, - $signature: 1413 + $signature: 1415 }; A.forceSelectedReducer_closure54.prototype = { call$2(completer, action) { return false; }, - $signature: 1414 + $signature: 1416 }; A.forceSelectedReducer_closure55.prototype = { call$2(completer, action) { return false; }, - $signature: 1415 + $signature: 1417 }; A.forceSelectedReducer_closure56.prototype = { call$2(completer, action) { return false; }, - $signature: 1416 + $signature: 1418 }; A.forceSelectedReducer_closure57.prototype = { call$2(completer, action) { return false; }, - $signature: 1417 + $signature: 1419 }; A.forceSelectedReducer_closure58.prototype = { call$2(completer, action) { return false; }, - $signature: 1418 + $signature: 1420 }; A.forceSelectedReducer_closure59.prototype = { call$2(completer, action) { return false; }, - $signature: 1419 + $signature: 1421 }; A.selectedIdReducer_closure95.prototype = { call$2(completer, action) { return ""; }, - $signature: 1420 + $signature: 1422 }; A.selectedIdReducer_closure96.prototype = { call$2(completer, action) { return ""; }, - $signature: 1421 + $signature: 918 }; A.selectedIdReducer_closure97.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_document ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure98.prototype = { call$2(selectedId, action) { return action.documentId; }, - $signature: 1422 + $signature: 1424 }; A.selectedIdReducer_closure99.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure100.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure101.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1423 + $signature: 1425 }; A.selectedIdReducer_closure102.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1424 + $signature: 1426 }; A.selectedIdReducer_closure103.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1425 + $signature: 1427 }; A.selectedIdReducer_closure104.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1426 + $signature: 1428 }; A.selectedIdReducer_closure105.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1427 + $signature: 1429 }; A.selectedIdReducer_closure106.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1428 + $signature: 1430 }; A.selectedIdReducer_closure107.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1429 + $signature: 1431 }; A.selectedIdReducer_closure108.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1430 + $signature: 1432 }; A.editingReducer_closure32.prototype = { call$2($document, action) { return action.document.rebuild$1(new A.editingReducer__closure11()); }, - $signature: 1431 + $signature: 1433 }; A.editingReducer__closure11.prototype = { call$1(b) { b.get$_document_model$_$this()._document_model$_isChanged = true; return b; }, - $signature: 35 + $signature: 36 }; A.documentListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.documentListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.documentListReducer__closure.prototype = { call$1(b) { @@ -423451,7 +433237,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 750 + $signature: 652 }; A._deleteDocumentSuccess_closure.prototype = { call$1(b) { @@ -423460,7 +433246,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t1); return b; }, - $signature: 172 + $signature: 173 }; A._restoreDocumentSuccess_closure.prototype = { call$1(b) { @@ -423482,14 +433268,14 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 750 + $signature: 652 }; A._addDocument_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.get$documents(), new A._addDocument__closure(), new A._addDocument__closure0(), type$.String, type$.DocumentEntity)); return b; }, - $signature: 172 + $signature: 173 }; A._addDocument__closure.prototype = { call$1(item) { @@ -423501,7 +433287,7 @@ call$1(item) { return item; }, - $signature: 441 + $signature: 495 }; A._addDocument_closure0.prototype = { call$1(b) { @@ -423509,7 +433295,7 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 172 + $signature: 173 }; A._updateDocument_closure.prototype = { call$1(b) { @@ -423517,7 +433303,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 172 + $signature: 173 }; A._setLoadedDocument_closure.prototype = { call$1(b) { @@ -423525,14 +433311,14 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 172 + $signature: 173 }; A._setLoadedDocuments_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.documents, new A._setLoadedDocuments__closure(), new A._setLoadedDocuments__closure0(), type$.String, type$.DocumentEntity)); return b; }, - $signature: 172 + $signature: 173 }; A._setLoadedDocuments__closure.prototype = { call$1(item) { @@ -423544,7 +433330,7 @@ call$1(item) { return item; }, - $signature: 441 + $signature: 495 }; A._setLoadedDocuments_closure0.prototype = { call$1(b) { @@ -423552,13 +433338,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 172 + $signature: 173 }; A._setLoadedCompany_closure9.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany__closure24(this.company))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany__closure24.prototype = { call$1(b) { @@ -423566,19 +433352,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_company; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure10.prototype = { call$1(client) { B.JSArray_methods.forEach$1(client.documents._list$_list, new A._setLoadedCompany__closure23(this.documents, client)); }, - $signature: 843 + $signature: 675 }; A._setLoadedCompany__closure23.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure11(this.client))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure11.prototype = { call$1(b) { @@ -423586,19 +433372,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_client; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure11.prototype = { call$1(credit) { B.JSArray_methods.forEach$1(credit.documents._list$_list, new A._setLoadedCompany__closure22(this.documents, credit)); }, - $signature: 143 + $signature: 149 }; A._setLoadedCompany__closure22.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure10(this.credit))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure10.prototype = { call$1(b) { @@ -423606,19 +433392,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_credit; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure12.prototype = { call$1(expense) { B.JSArray_methods.forEach$1(expense.documents._list$_list, new A._setLoadedCompany__closure21(this.documents, expense)); }, - $signature: 333 + $signature: 326 }; A._setLoadedCompany__closure21.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure9(this.expense))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure9.prototype = { call$1(b) { @@ -423626,19 +433412,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_expense; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure13.prototype = { call$1(group) { B.JSArray_methods.forEach$1(group.documents._list$_list, new A._setLoadedCompany__closure20(this.documents, group)); }, - $signature: 747 + $signature: 651 }; A._setLoadedCompany__closure20.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure8(this.group))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure8.prototype = { call$1(b) { @@ -423646,19 +433432,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_group; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure14.prototype = { call$1(invoice) { B.JSArray_methods.forEach$1(invoice.documents._list$_list, new A._setLoadedCompany__closure19(this.documents, invoice)); }, - $signature: 143 + $signature: 149 }; A._setLoadedCompany__closure19.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure7(this.invoice))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure7.prototype = { call$1(b) { @@ -423666,19 +433452,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_invoice; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure15.prototype = { call$1(product) { B.JSArray_methods.forEach$1(product.documents._list$_list, new A._setLoadedCompany__closure18(this.documents, product)); }, - $signature: 507 + $signature: 498 }; A._setLoadedCompany__closure18.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure6(this.product))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure6.prototype = { call$1(b) { @@ -423686,19 +433472,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_product; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure16.prototype = { call$1(project) { B.JSArray_methods.forEach$1(project.documents._list$_list, new A._setLoadedCompany__closure17(this.documents, project)); }, - $signature: 744 + $signature: 650 }; A._setLoadedCompany__closure17.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure5(this.project))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure5.prototype = { call$1(b) { @@ -423706,19 +433492,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_project; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure17.prototype = { call$1(purchaseOrder) { B.JSArray_methods.forEach$1(purchaseOrder.documents._list$_list, new A._setLoadedCompany__closure16(this.documents, purchaseOrder)); }, - $signature: 143 + $signature: 149 }; A._setLoadedCompany__closure16.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure4(this.purchaseOrder))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure4.prototype = { call$1(b) { @@ -423726,19 +433512,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_purchaseOrder; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure18.prototype = { call$1(quote) { B.JSArray_methods.forEach$1(quote.documents._list$_list, new A._setLoadedCompany__closure15(this.documents, quote)); }, - $signature: 143 + $signature: 149 }; A._setLoadedCompany__closure15.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure3(this.quote))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure3.prototype = { call$1(b) { @@ -423746,19 +433532,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_quote; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure19.prototype = { call$1(recurringExpense) { B.JSArray_methods.forEach$1(recurringExpense.documents._list$_list, new A._setLoadedCompany__closure14(this.documents, recurringExpense)); }, - $signature: 333 + $signature: 326 }; A._setLoadedCompany__closure14.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure2(this.recurringExpense))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure2.prototype = { call$1(b) { @@ -423766,19 +433552,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_recurringExpense; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure20.prototype = { call$1(recurringInvoice) { B.JSArray_methods.forEach$1(recurringInvoice.documents._list$_list, new A._setLoadedCompany__closure13(this.documents, recurringInvoice)); }, - $signature: 143 + $signature: 149 }; A._setLoadedCompany__closure13.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure1(this.recurringInvoice))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure1.prototype = { call$1(b) { @@ -423786,19 +433572,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_recurringInvoice; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure21.prototype = { call$1(task) { B.JSArray_methods.forEach$1(task.documents._list$_list, new A._setLoadedCompany__closure12(this.documents, task)); }, - $signature: 743 + $signature: 649 }; A._setLoadedCompany__closure12.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure0(this.task))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure0.prototype = { call$1(b) { @@ -423806,19 +433592,19 @@ b.get$_document_model$_$this()._parentType = B.EntityType_task; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure22.prototype = { call$1(vendor) { B.JSArray_methods.forEach$1(vendor.documents._list$_list, new A._setLoadedCompany__closure11(this.documents, vendor)); }, - $signature: 741 + $signature: 648 }; A._setLoadedCompany__closure11.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure(this.vendor))); }, - $signature: 39 + $signature: 42 }; A._setLoadedCompany___closure.prototype = { call$1(b) { @@ -423826,14 +433612,14 @@ b.get$_document_model$_$this()._parentType = B.EntityType_vendor; return b; }, - $signature: 35 + $signature: 36 }; A._setLoadedCompany_closure23.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.documents, new A._setLoadedCompany__closure9(), new A._setLoadedCompany__closure10(), type$.String, type$.DocumentEntity)); return b; }, - $signature: 172 + $signature: 173 }; A._setLoadedCompany__closure9.prototype = { call$1(item) { @@ -423845,7 +433631,7 @@ call$1(item) { return item; }, - $signature: 441 + $signature: 495 }; A._setLoadedCompany_closure24.prototype = { call$1(b) { @@ -423853,13 +433639,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 172 + $signature: 173 }; A.memoizedFilteredDocumentList_closure.prototype = { call$4(selectionState, documentMap, documentList, documentListState) { return A.filteredDocumentsSelector(selectionState, documentMap, documentList, documentListState); }, - $signature: 1441 + $signature: 1443 }; A.filteredDocumentsSelector_closure.prototype = { call$1(documentId) { @@ -423878,7 +433664,7 @@ return false; return $document.matchesFilter$1(t1.filter); }, - $signature: 12 + $signature: 11 }; A.filteredDocumentsSelector_closure0.prototype = { call$2(documentAId, documentBId) { @@ -423889,7 +433675,7 @@ t3 = this.documentListState; return t2.compareTo$3(0, t1.$index(0, documentBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.DocumentState.prototype = { map$1($receiver, arg0) { @@ -424413,21 +434199,21 @@ call$1(expense) { return expense.get$id(expense); }, - $signature: 49 + $signature: 51 }; A.handleExpenseAction_closure0.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_entityType = B.EntityType_expense; return b; }, - $signature: 36 + $signature: 37 }; A.handleExpenseAction_closure1.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_entityType = B.EntityType_recurringExpense; return b; }, - $signature: 36 + $signature: 37 }; A.handleExpenseAction_closure2.prototype = { call$1(entity) { @@ -424442,13 +434228,13 @@ t1 = false; return t1; }, - $signature: 212 + $signature: 234 }; A.handleExpenseAction_closure3.prototype = { call$1(expense) { return A.convertExpenseToInvoiceItem(this.context, type$.ExpenseEntity._as(expense)); }, - $signature: 1443 + $signature: 1445 }; A.handleExpenseAction_closure4.prototype = { call$1(b) { @@ -424522,7 +434308,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewExpenseList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -424550,7 +434336,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -424574,7 +434360,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, id); }, - $signature: 210 + $signature: 226 }; A._archiveExpense__closure0.prototype = { call$1(expenses) { @@ -424583,7 +434369,7 @@ t1[0].call$1(new A.ArchiveExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 192 + $signature: 201 }; A._archiveExpense__closure1.prototype = { call$1(error) { @@ -424618,7 +434404,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, id); }, - $signature: 210 + $signature: 226 }; A._deleteExpense__closure0.prototype = { call$1(expenses) { @@ -424627,7 +434413,7 @@ t1[0].call$1(new A.DeleteExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 192 + $signature: 201 }; A._deleteExpense__closure1.prototype = { call$1(error) { @@ -424662,7 +434448,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, id); }, - $signature: 210 + $signature: 226 }; A._restoreExpense__closure0.prototype = { call$1(expenses) { @@ -424671,7 +434457,7 @@ t1[0].call$1(new A.RestoreExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 192 + $signature: 201 }; A._restoreExpense__closure1.prototype = { call$1(error) { @@ -424711,7 +434497,7 @@ } t1.completer.complete$1(0, expense); }, - $signature: 154 + $signature: 157 }; A._saveExpense__closure0.prototype = { call$1(error) { @@ -424749,7 +434535,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 154 + $signature: 157 }; A._loadExpense__closure0.prototype = { call$1(error) { @@ -424796,19 +434582,19 @@ } else t1[0].call$1(new A.LoadRecurringExpenses()); }, - $signature: 739 + $signature: 647 }; A._loadExpenses___closure.prototype = { call$1(expense) { B.JSArray_methods.forEach$1(expense.documents._list$_list, new A._loadExpenses____closure(this.documents, expense)); }, - $signature: 333 + $signature: 326 }; A._loadExpenses____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadExpenses_____closure(this.expense))); }, - $signature: 39 + $signature: 42 }; A._loadExpenses_____closure.prototype = { call$1(b) { @@ -424816,7 +434602,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_expense; return b; }, - $signature: 35 + $signature: 36 }; A._loadExpenses__closure0.prototype = { call$1(error) { @@ -424859,13 +434645,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 154 + $signature: 157 }; A._saveDocument___closure9.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure9(this.expense))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure9.prototype = { call$1(b) { @@ -424873,7 +434659,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_expense; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure20.prototype = { call$1(error) { @@ -424907,200 +434693,200 @@ b.get$_expense_state$_$this()._expense_state$_tabIndex = t3; return b; }, - $signature: 1448 + $signature: 1450 }; A.forceSelectedReducer_closure42.prototype = { call$2(completer, action) { return true; }, - $signature: 1449 + $signature: 1451 }; A.forceSelectedReducer_closure43.prototype = { call$2(completer, action) { return false; }, - $signature: 1450 + $signature: 1452 }; A.forceSelectedReducer_closure44.prototype = { call$2(completer, action) { return false; }, - $signature: 1451 + $signature: 1453 }; A.forceSelectedReducer_closure45.prototype = { call$2(completer, action) { return false; }, - $signature: 1452 + $signature: 1454 }; A.forceSelectedReducer_closure46.prototype = { call$2(completer, action) { return false; }, - $signature: 1453 + $signature: 1455 }; A.forceSelectedReducer_closure47.prototype = { call$2(completer, action) { return false; }, - $signature: 1454 + $signature: 1456 }; A.forceSelectedReducer_closure48.prototype = { call$2(completer, action) { return false; }, - $signature: 1455 + $signature: 1457 }; A.forceSelectedReducer_closure49.prototype = { call$2(completer, action) { return false; }, - $signature: 1456 + $signature: 1458 }; A.forceSelectedReducer_closure50.prototype = { call$2(completer, action) { return false; }, - $signature: 1457 + $signature: 1459 }; A.tabIndexReducer_closure9.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1458 + $signature: 1460 }; A.tabIndexReducer_closure10.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.selectedIdReducer_closure80.prototype = { call$2(completer, action) { return ""; }, - $signature: 1459 + $signature: 1461 }; A.selectedIdReducer_closure81.prototype = { call$2(completer, action) { return ""; }, - $signature: 1460 + $signature: 1462 }; A.selectedIdReducer_closure82.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expense ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure83.prototype = { call$2(selectedId, action) { return action.expenseId; }, - $signature: 1461 + $signature: 1463 }; A.selectedIdReducer_closure84.prototype = { call$2(selectedId, action) { return action.expense.id; }, - $signature: 1462 + $signature: 1464 }; A.selectedIdReducer_closure85.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure86.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure87.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1463 + $signature: 1465 }; A.selectedIdReducer_closure88.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1464 + $signature: 1466 }; A.selectedIdReducer_closure89.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1465 + $signature: 1467 }; A.selectedIdReducer_closure90.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1466 + $signature: 1468 }; A.selectedIdReducer_closure91.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1467 + $signature: 1469 }; A.selectedIdReducer_closure92.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1468 + $signature: 1470 }; A.selectedIdReducer_closure93.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1469 + $signature: 1471 }; A.selectedIdReducer_closure94.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1470 + $signature: 1472 }; A.editingReducer_closure28.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1471 + $signature: 1473 }; A.editingReducer_closure29.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1472 + $signature: 1474 }; A.editingReducer_closure30.prototype = { call$2(expenses, action) { return J.$index$asx(action.expenses, 0); }, - $signature: 1473 + $signature: 1475 }; A.editingReducer_closure31.prototype = { call$2(expense, action) { return action.expense.rebuild$1(new A.editingReducer__closure10()); }, - $signature: 1474 + $signature: 1476 }; A.editingReducer__closure10.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_isChanged = true; return b; }, - $signature: 36 + $signature: 37 }; A.expenseListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.expenseListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.expenseListReducer__closure.prototype = { call$1(b) { @@ -425285,13 +435071,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 508 + $signature: 507 }; A._purgeClientSuccess_closure22.prototype = { call$1(each) { return each.id; }, - $signature: 408 + $signature: 414 }; A._purgeClientSuccess_closure20.prototype = { call$1(b) { @@ -425304,19 +435090,19 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure14(t1), true); return b; }, - $signature: 332 + $signature: 329 }; A._purgeClientSuccess__closure13.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 733 + $signature: 646 }; A._purgeClientSuccess__closure14.prototype = { call$1(p0) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 12 + $signature: 11 }; A._archiveExpenseSuccess_closure.prototype = { call$1(b) { @@ -425338,7 +435124,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 512 + $signature: 511 }; A._deleteExpenseSuccess_closure.prototype = { call$1(b) { @@ -425360,7 +435146,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 512 + $signature: 511 }; A._restoreExpenseSuccess_closure.prototype = { call$1(b) { @@ -425382,7 +435168,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 512 + $signature: 511 }; A._addExpense_closure.prototype = { call$1(b) { @@ -425394,7 +435180,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 332 + $signature: 329 }; A._updateExpense_closure.prototype = { call$1(b) { @@ -425402,7 +435188,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 332 + $signature: 329 }; A._setLoadedExpense_closure.prototype = { call$1(b) { @@ -425410,18 +435196,18 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 332 + $signature: 329 }; A.memoizedExpensePurchaseOrderSelector_closure.prototype = { call$2(expense, purchaseOrderMap) { return A.expensePurchaseOrderSelector(expense, purchaseOrderMap); }, - $signature: 1480 + $signature: 1482 }; A.expensePurchaseOrderSelector_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { }, - $signature: 69 + $signature: 70 }; A.convertExpenseToInvoiceItem_closure.prototype = { call$1(b) { @@ -425476,13 +435262,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 53 + $signature: 55 }; A.memoizedFilteredExpenseList_closure.prototype = { call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 731 + $signature: 645 }; A.filteredExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -425589,7 +435375,7 @@ t2 = t2.filter; return t1.matchesFilter$1(t2) || expenseCategory.matchesFilter$1(t2) || client.matchesNameOrEmail$1(t2) || vendor.matchesNameOrEmail$1(t2); }, - $signature: 12 + $signature: 11 }; A.filteredExpensesSelector_closure0.prototype = { call$2(expenseAId, expenseBId) { @@ -425600,13 +435386,13 @@ t3 = _this.expenseListState; return t2.compareTo$9(0, t1.$index(0, expenseBId), t3.sortField, t3.sortAscending, _this.clientMap, _this.userMap, _this.vendorMap, _this.invoiceMap, _this.expenseCategoryMap, _this.staticState); }, - $signature: 25 + $signature: 26 }; A.memoizedExpenseStatsForVendor_closure.prototype = { call$2(vendorId, expenseMap) { return A.expenseStatsForVendor(vendorId, expenseMap); }, - $signature: 181 + $signature: 178 }; A.expenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -425639,13 +435425,13 @@ } } }, - $signature: 121 + $signature: 130 }; A.memoizedExpenseStatsForClient_closure.prototype = { call$2(clientId, expenseMap) { return A.expenseStatsForClient(clientId, expenseMap); }, - $signature: 181 + $signature: 178 }; A.expenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -425678,13 +435464,13 @@ } } }, - $signature: 121 + $signature: 130 }; A.memoizedClientExpenseList_closure.prototype = { call$2(expenseMap, clientId) { return A.clientExpenseList(expenseMap, clientId); }, - $signature: 1483 + $signature: 1485 }; A.clientExpenseList_closure.prototype = { call$1(expenseid) { @@ -425717,20 +435503,20 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.clientExpenseList_closure0.prototype = { call$2(idA, idB) { var t1 = this.expenseMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).number, t1.$index(0, idB).number); }, - $signature: 25 + $signature: 26 }; A.memoizedExpenseStatsForProject_closure.prototype = { call$2(projectId, expenseMap) { return A.expenseStatsForProject(projectId, expenseMap); }, - $signature: 181 + $signature: 178 }; A.expenseStatsForProject_closure.prototype = { call$2(expenseId, expense) { @@ -425763,13 +435549,13 @@ } } }, - $signature: 121 + $signature: 130 }; A.memoizedExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.expenseStatsForUser(userId, expenseMap); }, - $signature: 181 + $signature: 178 }; A.expenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -425802,7 +435588,7 @@ } } }, - $signature: 121 + $signature: 130 }; A.ExpenseState.prototype = { $get$1(_, expenseId) { @@ -425832,7 +435618,7 @@ call$1(item) { return item; }, - $signature: 728 + $signature: 644 }; A.ExpenseState_loadExpenses_closure.prototype = { call$1(b) { @@ -425847,7 +435633,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 332 + $signature: 329 }; A.ExpenseUIState.prototype = { get$isCreatingNew() { @@ -426371,21 +436157,21 @@ call$1(expenseCategory) { return expenseCategory.get$id(expenseCategory); }, - $signature: 49 + $signature: 51 }; A.handleExpenseCategoryAction_closure0.prototype = { call$1(b) { b.get$_expense_model$_$this()._categoryId = this.expenseCategory.id; return b; }, - $signature: 36 + $signature: 37 }; A.handleExpenseCategoryAction_closure1.prototype = { call$1(b) { b.get$_transaction_model$_$this()._transaction_model$_categoryId = this.expenseCategory.id; return b; }, - $signature: 126 + $signature: 137 }; A._editExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426435,7 +436221,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewExpenseCategoryList_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426463,7 +436249,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426487,7 +436273,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 513 + $signature: 515 }; A._archiveExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -426496,7 +436282,7 @@ t1[0].call$1(new A.ArchiveExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 514 + $signature: 516 }; A._archiveExpenseCategory__closure1.prototype = { call$1(error) { @@ -426531,7 +436317,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 513 + $signature: 515 }; A._deleteExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -426540,7 +436326,7 @@ t1[0].call$1(new A.DeleteExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 514 + $signature: 516 }; A._deleteExpenseCategory__closure1.prototype = { call$1(error) { @@ -426575,7 +436361,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 513 + $signature: 515 }; A._restoreExpenseCategory__closure0.prototype = { call$1(expenseCategories) { @@ -426584,7 +436370,7 @@ t1[0].call$1(new A.RestoreExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 514 + $signature: 516 }; A._restoreExpenseCategory__closure1.prototype = { call$1(error) { @@ -426633,7 +436419,7 @@ if (t1 != null) t1.complete$1(0, expenseCategory); }, - $signature: 406 + $signature: 410 }; A._saveExpenseCategory__closure0.prototype = { call$1(error) { @@ -426669,7 +436455,7 @@ t1[0].call$1(new A.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 406 + $signature: 410 }; A._loadExpenseCategory__closure0.prototype = { call$1(error) { @@ -426707,7 +436493,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1488 + $signature: 1490 }; A._loadExpenseCategories__closure0.prototype = { call$1(error) { @@ -426745,151 +436531,151 @@ b.get$_expense_category_state$_$this()._expense_category_state$_cancelCompleter = t3; return b; }, - $signature: 1489 + $signature: 1491 }; A.saveCompleterReducer_closure1.prototype = { call$2(completer, action) { return type$.nullable_Completer_SelectableEntity._as(action.completer); }, - $signature: 1490 + $signature: 1492 }; A.cancelCompleterReducer_closure1.prototype = { call$2(completer, action) { return type$.nullable_Completer_Null._as(action.cancelCompleter); }, - $signature: 1491 + $signature: 1493 }; A.forceSelectedReducer_closure134.prototype = { call$2(completer, action) { return true; }, - $signature: 1492 + $signature: 1494 }; A.forceSelectedReducer_closure135.prototype = { call$2(completer, action) { return false; }, - $signature: 1493 + $signature: 1495 }; A.forceSelectedReducer_closure136.prototype = { call$2(completer, action) { return false; }, - $signature: 1494 + $signature: 1496 }; A.forceSelectedReducer_closure137.prototype = { call$2(completer, action) { return false; }, - $signature: 1495 + $signature: 1497 }; A.forceSelectedReducer_closure138.prototype = { call$2(completer, action) { return false; }, - $signature: 1496 + $signature: 1498 }; A.forceSelectedReducer_closure139.prototype = { call$2(completer, action) { return false; }, - $signature: 1497 + $signature: 1499 }; A.forceSelectedReducer_closure140.prototype = { call$2(completer, action) { return false; }, - $signature: 1498 + $signature: 1500 }; A.forceSelectedReducer_closure141.prototype = { call$2(completer, action) { return false; }, - $signature: 1499 + $signature: 1501 }; A.selectedIdReducer_closure258.prototype = { call$2(completer, action) { return ""; }, - $signature: 1500 + $signature: 1502 }; A.selectedIdReducer_closure259.prototype = { call$2(completer, action) { return ""; }, - $signature: 1501 + $signature: 1503 }; A.selectedIdReducer_closure260.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_expenseCategory ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure261.prototype = { call$2(selectedId, action) { return action.get$expenseCategoryId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure262.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$expenseCategory()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure263.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure264.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure265.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1502 + $signature: 1504 }; A.selectedIdReducer_closure266.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1503 + $signature: 1505 }; A.selectedIdReducer_closure267.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1504 + $signature: 1506 }; A.selectedIdReducer_closure268.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1505 + $signature: 1507 }; A.selectedIdReducer_closure269.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1506 + $signature: 1508 }; A.selectedIdReducer_closure270.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1507 + $signature: 1509 }; A.selectedIdReducer_closure271.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1508 + $signature: 1510 }; A.selectedIdReducer_closure272.prototype = { call$2(selectedId, action) { @@ -426902,31 +436688,31 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure87.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1509 + $signature: 1511 }; A.editingReducer_closure88.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1510 + $signature: 1512 }; A.editingReducer_closure89.prototype = { call$2(expenseCategories, action) { return J.$index$asx(action.expenseCategories, 0); }, - $signature: 1511 + $signature: 1513 }; A.editingReducer_closure90.prototype = { call$2(expenseCategory, action) { return action.expenseCategory.rebuild$1(new A.editingReducer__closure34()); }, - $signature: 1512 + $signature: 1514 }; A.editingReducer__closure34.prototype = { call$1(b) { @@ -426939,7 +436725,7 @@ call$2(state, action) { return state.rebuild$1(new A.expenseCategoryListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.expenseCategoryListReducer__closure.prototype = { call$1(b) { @@ -427081,7 +436867,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 521 + $signature: 519 }; A._deleteExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -427103,7 +436889,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 521 + $signature: 519 }; A._restoreExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -427125,7 +436911,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 521 + $signature: 519 }; A._addExpenseCategory_closure.prototype = { call$1(b) { @@ -427137,7 +436923,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 404 + $signature: 409 }; A._updateExpenseCategory_closure.prototype = { call$1(b) { @@ -427145,7 +436931,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 404 + $signature: 409 }; A._setLoadedExpenseCategory_closure.prototype = { call$1(b) { @@ -427153,13 +436939,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 404 + $signature: 409 }; A.memoizedDropdownExpenseCategoryList_closure.prototype = { call$5(expenseCategoryMap, expenseCategoryList, staticState, userMap, categoryId) { return A.dropdownExpenseCategoriesSelector(expenseCategoryMap, expenseCategoryList, staticState, userMap, categoryId); }, - $signature: 1516 + $signature: 1518 }; A.dropdownExpenseCategoriesSelector_closure.prototype = { call$1(expenseCategoryId) { @@ -427180,7 +436966,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.dropdownExpenseCategoriesSelector_closure0.prototype = { call$2(expenseCategoryAId, expenseCategoryBId) { @@ -427189,13 +436975,13 @@ t2.toString; return t2.compareTo$3$expenseCategory$sortAscending$sortField(0, t1.$index(0, expenseCategoryBId), true, "name"); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredExpenseCategoryList_closure.prototype = { call$4(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState) { return A.filteredExpenseCategoriesSelector(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState); }, - $signature: 1517 + $signature: 1519 }; A.filteredExpenseCategoriesSelector_closure.prototype = { call$1(expenseCategoryId) { @@ -427209,7 +436995,7 @@ return false; return t1.matchesFilter$1(t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredExpenseCategoriesSelector_closure0.prototype = { call$2(expenseCategoryAId, expenseCategoryBId) { @@ -427220,13 +437006,13 @@ t3 = this.expenseCategoryListState; return J.compareTo$3$expenseCategory$sortAscending$sortField$ns(t2, t1.$index(0, expenseCategoryBId), t3.sortAscending, t3.sortField); }, - $signature: 25 + $signature: 26 }; A.memoizedCalculateExpenseCategoryAmount_closure.prototype = { call$2(categoryId, expenseMap) { return A.calculateExpenseCategoryAmount(categoryId, expenseMap); }, - $signature: 1518 + $signature: 1520 }; A.calculateExpenseCategoryAmount_closure.prototype = { call$2(expenseId, expense) { @@ -427236,13 +437022,13 @@ t1.total = t1.total + expense.get$grossAmount(); } }, - $signature: 121 + $signature: 130 }; A.memoizedExpenseStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, expenseMap) { return A.expenseStatsForExpenseCategory(companyGatewayId, expenseMap); }, - $signature: 181 + $signature: 178 }; A.expenseStatsForExpenseCategory_closure.prototype = { call$2(expenseId, expense) { @@ -427275,13 +437061,13 @@ } } }, - $signature: 121 + $signature: 130 }; A.memoizedTransactionStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, transactionMap) { return A.transactionStatsForExpenseCategory(companyGatewayId, transactionMap); }, - $signature: 402 + $signature: 408 }; A.transactionStatsForExpenseCategory_closure.prototype = { call$2(transactionId, transaction) { @@ -427314,7 +437100,7 @@ } } }, - $signature: 401 + $signature: 407 }; A.ExpenseCategoryState.prototype = { $get$1(_, categoryId) { @@ -427343,7 +437129,7 @@ call$1(item) { return item; }, - $signature: 1521 + $signature: 1523 }; A.ExpenseCategoryState_loadExpenseCategories_closure.prototype = { call$1(b) { @@ -427358,7 +437144,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 404 + $signature: 409 }; A.ExpenseCategoryUIState.prototype = { get$isCreatingNew() { @@ -427836,7 +437622,7 @@ call$1(group) { return group.get$id(group); }, - $signature: 49 + $signature: 51 }; A.handleGroupAction_closure0.prototype = { call$1(b) { @@ -427845,7 +437631,7 @@ b.get$_client_model$_$this()._groupId = t1; return b; }, - $signature: 51 + $signature: 54 }; A.StartGroupMultiselect.prototype = {}; A.AddToGroupMultiselect.prototype = {}; @@ -427905,7 +437691,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewGroupList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -427933,7 +437719,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -427957,7 +437743,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].groupState.map._map$_map.$index(0, id); }, - $signature: 528 + $signature: 523 }; A._archiveGroup__closure0.prototype = { call$1(groups) { @@ -427966,7 +437752,7 @@ t1[0].call$1(new A.ArchiveGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 530 + $signature: 524 }; A._archiveGroup__closure1.prototype = { call$1(error) { @@ -428001,7 +437787,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].groupState.map._map$_map.$index(0, id); }, - $signature: 528 + $signature: 523 }; A._deleteGroup__closure0.prototype = { call$1(groups) { @@ -428010,7 +437796,7 @@ t1[0].call$1(new A.DeleteGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 530 + $signature: 524 }; A._deleteGroup__closure1.prototype = { call$1(error) { @@ -428045,7 +437831,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].groupState.map._map$_map.$index(0, id); }, - $signature: 528 + $signature: 523 }; A._restoreGroup__closure0.prototype = { call$1(groups) { @@ -428054,7 +437840,7 @@ t1[0].call$1(new A.RestoreGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 530 + $signature: 524 }; A._restoreGroup__closure1.prototype = { call$1(error) { @@ -428097,7 +437883,7 @@ } t1.completer.complete$1(0, group); }, - $signature: 330 + $signature: 332 }; A._saveGroup__closure0.prototype = { call$1(error) { @@ -428135,7 +437921,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 330 + $signature: 332 }; A._loadGroup__closure0.prototype = { call$1(error) { @@ -428179,19 +437965,19 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1525 + $signature: 1527 }; A._loadGroups___closure.prototype = { call$1(group) { B.JSArray_methods.forEach$1(group.documents._list$_list, new A._loadGroups____closure(this.documents, group)); }, - $signature: 747 + $signature: 651 }; A._loadGroups____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadGroups_____closure(this.group))); }, - $signature: 39 + $signature: 42 }; A._loadGroups_____closure.prototype = { call$1(b) { @@ -428199,7 +437985,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_group; return b; }, - $signature: 35 + $signature: 36 }; A._loadGroups__closure0.prototype = { call$1(error) { @@ -428245,13 +438031,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 330 + $signature: 332 }; A._saveDocument___closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure(this.group))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure.prototype = { call$1(b) { @@ -428259,7 +438045,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_group; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure0.prototype = { call$1(error) { @@ -428291,97 +438077,97 @@ b.get$_group_state$_$this()._group_state$_forceSelected = t3; return b; }, - $signature: 1526 + $signature: 1528 }; A.forceSelectedReducer_closure60.prototype = { call$2(completer, action) { return true; }, - $signature: 1527 + $signature: 1529 }; A.forceSelectedReducer_closure61.prototype = { call$2(completer, action) { return false; }, - $signature: 1528 + $signature: 1530 }; A.forceSelectedReducer_closure62.prototype = { call$2(completer, action) { return false; }, - $signature: 1529 + $signature: 1531 }; A.forceSelectedReducer_closure63.prototype = { call$2(completer, action) { return false; }, - $signature: 1530 + $signature: 1532 }; A.selectedIdReducer_closure109.prototype = { call$2(completer, action) { return ""; }, - $signature: 1531 + $signature: 1533 }; A.selectedIdReducer_closure110.prototype = { call$2(completer, action) { return ""; }, - $signature: 1532 + $signature: 1534 }; A.selectedIdReducer_closure111.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure112.prototype = { call$2(selectedId, action) { return action.groupId; }, - $signature: 1533 + $signature: 1535 }; A.selectedIdReducer_closure113.prototype = { call$2(selectedId, action) { return action.group.id; }, - $signature: 1534 + $signature: 1536 }; A.selectedIdReducer_closure114.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure115.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure116.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1535 + $signature: 1537 }; A.selectedIdReducer_closure117.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1536 + $signature: 1538 }; A.selectedIdReducer_closure118.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1537 + $signature: 1539 }; A.selectedIdReducer_closure119.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_group ? "" : selectedId; }, - $signature: 170 + $signature: 183 }; A.selectedIdReducer_closure120.prototype = { call$2(selectedId, action) { @@ -428394,44 +438180,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure33.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1538 + $signature: 1540 }; A.editingReducer_closure34.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1539 + $signature: 1541 }; A.editingReducer_closure35.prototype = { call$2(groups, action) { return J.$index$asx(action.groups, 0); }, - $signature: 1540 + $signature: 1542 }; A.editingReducer_closure36.prototype = { call$2(group, action) { return action.group.rebuild$1(new A.editingReducer__closure12()); }, - $signature: 1541 + $signature: 1543 }; A.editingReducer__closure12.prototype = { call$1(b) { b.get$_group_model$_$this()._group_model$_isChanged = true; return b; }, - $signature: 533 + $signature: 526 }; A.groupListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.groupListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.groupListReducer__closure.prototype = { call$1(b) { @@ -428552,7 +438338,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 534 + $signature: 527 }; A._deleteGroupSuccess_closure.prototype = { call$1(b) { @@ -428574,7 +438360,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 534 + $signature: 527 }; A._restoreGroupSuccess_closure.prototype = { call$1(b) { @@ -428596,7 +438382,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 534 + $signature: 527 }; A._addGroup_closure.prototype = { call$1(b) { @@ -428608,7 +438394,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 218 + $signature: 221 }; A._updateGroup_closure.prototype = { call$1(b) { @@ -428616,7 +438402,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 218 + $signature: 221 }; A._setLoadedGroup_closure.prototype = { call$1(b) { @@ -428624,14 +438410,14 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 218 + $signature: 221 }; A._setLoadedGroups_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.groups, new A._setLoadedGroups__closure(), new A._setLoadedGroups__closure0(), type$.String, type$.GroupEntity)); return b; }, - $signature: 218 + $signature: 221 }; A._setLoadedGroups__closure.prototype = { call$1(item) { @@ -428643,7 +438429,7 @@ call$1(item) { return item; }, - $signature: 711 + $signature: 643 }; A._setLoadedGroups_closure0.prototype = { call$1(b) { @@ -428651,14 +438437,14 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 218 + $signature: 221 }; A._setLoadedCompany_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.groups, new A._setLoadedCompany__closure(), new A._setLoadedCompany__closure0(), type$.String, type$.GroupEntity)); return b; }, - $signature: 218 + $signature: 221 }; A._setLoadedCompany__closure.prototype = { call$1(item) { @@ -428670,7 +438456,7 @@ call$1(item) { return item; }, - $signature: 711 + $signature: 643 }; A._setLoadedCompany_closure0.prototype = { call$1(b) { @@ -428678,13 +438464,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 218 + $signature: 221 }; A.memoizedFilteredGroupList_closure.prototype = { call$4(selectionState, groupMap, groupList, groupListState) { return A.filteredGroupsSelector(selectionState, groupMap, groupList, groupListState); }, - $signature: 1546 + $signature: 1548 }; A.filteredGroupsSelector_closure.prototype = { call$1(groupId) { @@ -428698,7 +438484,7 @@ return false; return A.matchesStrings(A._setArrayType([t1.name], type$.JSArray_nullable_String), t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredGroupsSelector_closure0.prototype = { call$2(groupAId, groupBId) { @@ -428709,13 +438495,13 @@ t3 = this.groupListState; return t2.compareTo$3(0, t1.$index(0, groupBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.memoizedClientStatsForGroup_closure.prototype = { call$2(clientMap, groupId) { return A.clientStatsForGroup(clientMap, groupId); }, - $signature: 1547 + $signature: 1549 }; A.clientStatsForGroup_closure.prototype = { call$2(clientId, client) { @@ -428748,7 +438534,7 @@ } } }, - $signature: 428 + $signature: 375 }; A.GroupState.prototype = { $get$1(_, groupId) { @@ -429361,7 +439147,7 @@ call$1(invoice) { return invoice.get$id(invoice); }, - $signature: 49 + $signature: 51 }; A.handleInvoiceAction_closure0.prototype = { call$1(b) { @@ -429393,7 +439179,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.CancelInvoicesRequest(t2, t1)); }, - $signature: 26 + $signature: 28 }; A.handleInvoiceAction_closure2.prototype = { call$1(_) { @@ -429430,7 +439216,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.AutoBillInvoicesRequest(t2, t1)); }, - $signature: 26 + $signature: 28 }; A.handleInvoiceAction_closure3.prototype = { call$1(invoice) { @@ -429438,7 +439224,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.$get$1(0, type$.InvoiceEntity._as(invoice).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 158 + $signature: 153 }; A.handleInvoiceAction_closure4.prototype = { call$0() { @@ -429465,7 +439251,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.invoice.id; return b; }, - $signature: 82 + $signature: 88 }; A.handleInvoiceAction_closure7.prototype = { call$1(context) { @@ -429550,7 +439336,7 @@ t3 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t1, t3), new A.handleInvoiceAction__closure1(t1, context), t3._eval$1("Iterable.E"), type$.SimpleDialogOption); return A.SimpleDialog$(A.List_List$of(t3, true, A._instanceType(t3)._eval$1("Iterable.E")), t2); }, - $signature: 179 + $signature: 182 }; A.handleInvoiceAction__closure1.prototype = { call$1(template) { @@ -429559,7 +439345,7 @@ t1.toString; return A.SimpleDialogOption$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.handleInvoiceAction___closure(this.context, template)); }, - $signature: 1549 + $signature: 1551 }; A.handleInvoiceAction___closure.prototype = { call$0() { @@ -429606,14 +439392,14 @@ b.get$invoices().addAll$1(0, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t1, new A.handleInvoiceAction__closure(), t2._eval$1("WhereIterable<1>")), new A.handleInvoiceAction__closure0(), t3), true, t3._eval$1("Iterable.E"))); return b; }, - $signature: 59 + $signature: 62 }; A.handleInvoiceAction__closure.prototype = { call$1(invoice) { type$.InvoiceEntity._as(invoice); return !(invoice.entityType === B.EntityType_invoice && invoice.statusId === "4"); }, - $signature: 212 + $signature: 234 }; A.handleInvoiceAction__closure0.prototype = { call$1(invoice) { @@ -429624,7 +439410,7 @@ t1 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; return A.PaymentableEntity_PaymentableEntity(t1, null, invoice.id); }, - $signature: 791 + $signature: 665 }; A.handleInvoiceAction_closure13.prototype = { call$1(response) { @@ -429680,19 +439466,19 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.handleInvoiceAction_closure18.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.handleInvoiceAction_closure19.prototype = { call$1(context) { return new A.RunTemplateDialog(B.EntityType_invoice, this.invoices, null); }, - $signature: 340 + $signature: 310 }; A._viewInvoiceList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -429720,7 +439506,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._viewInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429761,7 +439547,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._editInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429824,7 +439610,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._showPdfInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429857,7 +439643,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._cancelInvoices_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429880,7 +439666,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._cancelInvoices__closure0.prototype = { call$1(error) { @@ -429915,7 +439701,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._archiveInvoice__closure0.prototype = { call$1(invoices) { @@ -429924,7 +439710,7 @@ t1[0].call$1(new A.ArchiveInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._archiveInvoice__closure1.prototype = { call$1(error) { @@ -429959,7 +439745,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._deleteInvoice__closure0.prototype = { call$1(invoices) { @@ -429969,7 +439755,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._deleteInvoice__closure1.prototype = { call$1(error) { @@ -430004,7 +439790,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._restoreInvoice__closure0.prototype = { call$1(invoices) { @@ -430014,7 +439800,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._restoreInvoice__closure1.prototype = { call$1(error) { @@ -430048,7 +439834,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._markInvoiceSent__closure0.prototype = { call$1(error) { @@ -430082,7 +439868,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._autoBillInvoices__closure0.prototype = { call$1(error) { @@ -430116,7 +439902,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._markInvoicePaid__closure0.prototype = { call$1(error) { @@ -430149,7 +439935,7 @@ t1[0].call$1(new A.DownloadInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._downloadInvoices__closure0.prototype = { call$1(error) { @@ -430185,7 +439971,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 86 + $signature: 87 }; A._emailInvoice__closure0.prototype = { call$1(error) { @@ -430218,7 +440004,7 @@ t1[0].call$1(new A.BulkEmailInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._bulkEmailInvoices__closure0.prototype = { call$1(error) { @@ -430257,7 +440043,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 86 }; A._saveInvoice__closure0.prototype = { call$1(invoice) { @@ -430277,7 +440063,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, invoice); }, - $signature: 86 + $signature: 87 }; A._saveInvoice__closure1.prototype = { call$1(error) { @@ -430315,7 +440101,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 86 + $signature: 87 }; A._loadInvoice__closure0.prototype = { call$1(error) { @@ -430362,19 +440148,19 @@ } else t1[0].call$1(new A.LoadRecurringInvoices(null, 1)); }, - $signature: 337 + $signature: 315 }; A._loadInvoices___closure.prototype = { call$1(invoice) { B.JSArray_methods.forEach$1(invoice.documents._list$_list, new A._loadInvoices____closure(this.documents, invoice)); }, - $signature: 143 + $signature: 149 }; A._loadInvoices____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadInvoices_____closure(this.invoice))); }, - $signature: 39 + $signature: 42 }; A._loadInvoices_____closure.prototype = { call$1(b) { @@ -430382,7 +440168,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_invoice; return b; }, - $signature: 35 + $signature: 36 }; A._loadInvoices__closure0.prototype = { call$1(error) { @@ -430425,13 +440211,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 86 + $signature: 87 }; A._saveDocument___closure10.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure10(this.invoice))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure10.prototype = { call$1(b) { @@ -430439,7 +440225,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_invoice; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure22.prototype = { call$1(error) { @@ -430477,199 +440263,199 @@ b.get$_invoice_state$_$this()._invoice_state$_historyActivityId = t3; return b; }, - $signature: 1550 + $signature: 1552 }; A.forceSelectedReducer_closure209.prototype = { call$2(completer, action) { return true; }, - $signature: 1551 + $signature: 1553 }; A.forceSelectedReducer_closure210.prototype = { call$2(completer, action) { return false; }, - $signature: 1552 + $signature: 1554 }; A.forceSelectedReducer_closure211.prototype = { call$2(completer, action) { return false; }, - $signature: 1553 + $signature: 1555 }; A.forceSelectedReducer_closure212.prototype = { call$2(completer, action) { return false; }, - $signature: 1554 + $signature: 1556 }; A.forceSelectedReducer_closure213.prototype = { call$2(completer, action) { return false; }, - $signature: 1555 + $signature: 1557 }; A.forceSelectedReducer_closure214.prototype = { call$2(completer, action) { return false; }, - $signature: 1556 + $signature: 1558 }; A.forceSelectedReducer_closure215.prototype = { call$2(completer, action) { return false; }, - $signature: 1557 + $signature: 1559 }; A.forceSelectedReducer_closure216.prototype = { call$2(completer, action) { return false; }, - $signature: 1558 + $signature: 1560 }; A.forceSelectedReducer_closure217.prototype = { call$2(completer, action) { return false; }, - $signature: 1559 + $signature: 1561 }; A.tabIndexReducer_closure29.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1560 + $signature: 1562 }; A.tabIndexReducer_closure30.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.historyActivityIdReducer_closure3.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1561 + $signature: 1563 }; A.editingItemIndexReducer_closure1.prototype = { call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1562 + $signature: 1564 }; A.editingItemIndexReducer_closure2.prototype = { call$2(index, action) { return action.invoiceItemIndex; }, - $signature: 1563 + $signature: 1565 }; A.selectedIdReducer_closure399.prototype = { call$2(completer, action) { return ""; }, - $signature: 1564 + $signature: 1566 }; A.selectedIdReducer_closure400.prototype = { call$2(completer, action) { return ""; }, - $signature: 1565 + $signature: 1567 }; A.selectedIdReducer_closure401.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure402.prototype = { call$2(selectedId, action) { return action.invoiceId; }, - $signature: 1566 + $signature: 1568 }; A.selectedIdReducer_closure403.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1567 + $signature: 1569 }; A.selectedIdReducer_closure404.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1568 + $signature: 1570 }; A.selectedIdReducer_closure405.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1569 + $signature: 1571 }; A.selectedIdReducer_closure406.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure407.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure408.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1570 + $signature: 1572 }; A.selectedIdReducer_closure409.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1571 + $signature: 1573 }; A.selectedIdReducer_closure410.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1572 + $signature: 1574 }; A.selectedIdReducer_closure411.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1573 + $signature: 1575 }; A.selectedIdReducer_closure412.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1574 + $signature: 1576 }; A.selectedIdReducer_closure413.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1575 + $signature: 1577 }; A.selectedIdReducer_closure414.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1576 + $signature: 1578 }; A.selectedIdReducer_closure415.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1577 + $signature: 1579 }; A.selectedIdReducer_closure416.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? "" : selectedId; }, - $signature: 170 + $signature: 183 }; A.selectedIdReducer_closure417.prototype = { call$2(selectedId, action) { @@ -430682,13 +440468,13 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure130.prototype = { call$2(invoice, action) { return action.invoice.rebuild$1(new A.editingReducer__closure55()); }, - $signature: 1578 + $signature: 1580 }; A.editingReducer__closure55.prototype = { call$1(b) { @@ -430701,7 +440487,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure54()); }, - $signature: 708 + $signature: 641 }; A.editingReducer__closure54.prototype = { call$1(b) { @@ -430714,13 +440500,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1580 + $signature: 1582 }; A.editingReducer_closure133.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure53()); }, - $signature: 1581 + $signature: 1583 }; A.editingReducer__closure53.prototype = { call$1(b) { @@ -430733,7 +440519,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure52()); }, - $signature: 1582 + $signature: 1584 }; A.editingReducer__closure52.prototype = { call$1(b) { @@ -430746,7 +440532,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure51(action.client)); }, - $signature: 1583 + $signature: 1585 }; A.editingReducer__closure51.prototype = { call$1(b) { @@ -430772,31 +440558,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 220 + $signature: 212 }; A.editingReducer_closure136.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1584 + $signature: 1586 }; A.editingReducer_closure137.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1585 + $signature: 1587 }; A.editingReducer_closure138.prototype = { call$2(invoices, action) { return J.$index$asx(action.invoices, 0); }, - $signature: 1586 + $signature: 1588 }; A.editingReducer_closure139.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure50(action)); }, - $signature: 1587 + $signature: 1589 }; A.editingReducer__closure50.prototype = { call$1(b) { @@ -430814,7 +440600,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure49(action)); }, - $signature: 1588 + $signature: 1590 }; A.editingReducer__closure49.prototype = { call$1(b) { @@ -430879,7 +440665,7 @@ call$2(state, action) { return state.rebuild$1(new A.invoiceListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.invoiceListReducer__closure.prototype = { call$1(b) { @@ -431064,13 +440850,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 194 + $signature: 197 }; A._purgeClientSuccess_closure25.prototype = { call$1(each) { return each.id; }, - $signature: 336 + $signature: 271 }; A._purgeClientSuccess_closure23.prototype = { call$1(b) { @@ -431083,19 +440869,19 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure16(t1), true); return b; }, - $signature: 329 + $signature: 333 }; A._purgeClientSuccess__closure15.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 416 + $signature: 437 }; A._purgeClientSuccess__closure16.prototype = { call$1(p0) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 12 + $signature: 11 }; A._markInvoicesSentSuccess_closure.prototype = { call$1(b) { @@ -431117,7 +440903,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 258 + $signature: 250 }; A._markInvoicesPaidSuccess_closure.prototype = { call$1(b) { @@ -431139,7 +440925,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 258 + $signature: 250 }; A._cancelInvoicesSuccess_closure.prototype = { call$1(b) { @@ -431161,7 +440947,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 258 + $signature: 250 }; A._archiveInvoiceSuccess_closure.prototype = { call$1(b) { @@ -431183,7 +440969,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 258 + $signature: 250 }; A._deleteInvoiceSuccess_closure.prototype = { call$1(b) { @@ -431205,7 +440991,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 258 + $signature: 250 }; A._emailInvoiceSuccess_closure.prototype = { call$1(b) { @@ -431213,7 +440999,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 329 + $signature: 333 }; A._restoreInvoiceSuccess_closure.prototype = { call$1(b) { @@ -431235,7 +441021,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 258 + $signature: 250 }; A._addInvoice_closure.prototype = { call$1(b) { @@ -431247,7 +441033,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 329 + $signature: 333 }; A._addInvoice__closure.prototype = { call$1(b) { @@ -431262,7 +441048,7 @@ b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$invoice()), this.invoice.rebuild$1(new A._updateInvoice__closure())); return b; }, - $signature: 329 + $signature: 333 }; A._updateInvoice__closure.prototype = { call$1(b) { @@ -431276,38 +441062,38 @@ call$2(clientId, invoiceMap) { return A.hasActiveUnpaidInvoices(clientId, invoiceMap); }, - $signature: 1591 + $signature: 1593 }; A.memoizedInvoiceQuoteSelector_closure.prototype = { call$2(invoice, quoteMap) { return A.invoiceQuoteSelector(invoice, quoteMap); }, - $signature: 1592 + $signature: 1594 }; A.invoiceQuoteSelector_closure.prototype = { call$2(quoteId, quote) { if (quote.invoiceId === this.invoice.id) this._box_0.invoiceQuote = quote; }, - $signature: 69 + $signature: 70 }; A.invoiceContactSelector_closure.prototype = { call$1(invitation) { return invitation.clientContactId; }, - $signature: 415 + $signature: 436 }; A.invoiceContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 180 + $signature: 192 }; A.memoizedDropdownInvoiceList_closure.prototype = { call$8(invoiceMap, clientMap, vendorMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix) { return A.dropdownInvoiceSelector(invoiceMap, clientMap, vendorMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix); }, - $signature: 1593 + $signature: 1595 }; A.dropdownInvoiceSelector_closure.prototype = { call$1(invoiceId) { @@ -431353,7 +441139,7 @@ t1 = false; return t1 && invoice.get$isUnpaid() && !invoice.get$isCancelledOrReversed(); }, - $signature: 12 + $signature: 11 }; A.dropdownInvoiceSelector_closure0.prototype = { call$2(invoiceAId, invoiceBId) { @@ -431363,19 +441149,19 @@ t2.toString; return t2.compareTo$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap(0, _this.clientMap, t1.$index(0, invoiceBId), _this.recurringPrefix, true, "number", _this.userMap, _this.vendorMap); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredInvoiceList_closure.prototype = { call$9(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, paymentMap, invoiceListState, userMap, recurringPrefix) { return A.filteredInvoicesSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, paymentMap, invoiceListState, userMap, recurringPrefix); }, - $signature: 1594 + $signature: 1596 }; A.filteredInvoicesSelector_closure.prototype = { call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.filteredInvoicesSelector__closure0(this.invoicePaymentMap, payment)); }, - $signature: 193 + $signature: 198 }; A.filteredInvoicesSelector__closure0.prototype = { call$1(invoicePaymentable) { @@ -431387,7 +441173,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 145 + $signature: 139 }; A.filteredInvoicesSelector_closure0.prototype = { call$1(invoiceId) { @@ -431472,7 +441258,7 @@ } return true; }, - $signature: 12 + $signature: 11 }; A.filteredInvoicesSelector__closure.prototype = { call$1(paymentId) { @@ -431490,13 +441276,13 @@ t3 = _this.invoiceListState; return J.compareTo$7$clientMap$invoice$recurringPrefix$sortAscending$sortField$userMap$vendorMap$ns(t2, _this.clientMap, t1.$index(0, invoiceBId), _this.recurringPrefix, t3.sortAscending, t3.sortField, _this.userMap, _this.vendorMap); }, - $signature: 25 + $signature: 26 }; A.memoizedInvoiceStatsForClient_closure.prototype = { call$2(clientId, invoiceMap) { return A.invoiceStatsForClient(clientId, invoiceMap); }, - $signature: 99 + $signature: 102 }; A.invoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -431529,13 +441315,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedInvoiceStatsForDesign_closure.prototype = { call$2(designId, invoiceMap) { return A.invoiceStatsForDesign(designId, invoiceMap); }, - $signature: 99 + $signature: 102 }; A.invoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -431568,13 +441354,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.invoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 99 + $signature: 102 }; A.invoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -431607,13 +441393,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedInvoiceStatsForProject_closure.prototype = { call$2(projectId, invoiceMap) { return A.invoiceStatsForProject(projectId, invoiceMap); }, - $signature: 99 + $signature: 102 }; A.invoiceStatsForProject_closure.prototype = { call$2(invoiceId, invoice) { @@ -431646,13 +441432,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedQuoteStatsForProject_closure.prototype = { call$2(projectId, quoteMap) { return A.quoteStatsForProject(projectId, quoteMap); }, - $signature: 99 + $signature: 102 }; A.quoteStatsForProject_closure.prototype = { call$2(quoteId, quote) { @@ -431685,13 +441471,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.invoiceStatsForUser(userId, invoiceMap); }, - $signature: 99 + $signature: 102 }; A.invoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -431719,7 +441505,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.InvoiceState.prototype = { $get$1(_, invoiceId) { @@ -431764,7 +441550,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 329 + $signature: 333 }; A.InvoiceUIState.prototype = { get$isCreatingNew() { @@ -432317,20 +442103,20 @@ call$1(payment) { return payment.get$id(payment); }, - $signature: 49 + $signature: 51 }; A.handlePaymentAction_closure0.prototype = { call$1(duration) { A.editEntity(null, this._box_0.payment.rebuild$1(new A.handlePaymentAction__closure1()), true, null); }, - $signature: 11 + $signature: 12 }; A.handlePaymentAction__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._isApplying = true; return b; }, - $signature: 59 + $signature: 62 }; A.handlePaymentAction_closure1.prototype = { call$1(duration) { @@ -432343,7 +442129,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ViewRefundPayment(t1)); }, - $signature: 11 + $signature: 12 }; A.handlePaymentAction__closure.prototype = { call$1(b) { @@ -432355,24 +442141,24 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t3); return b; }, - $signature: 59 + $signature: 62 }; A.handlePaymentAction__closure0.prototype = { call$1(b) { b.get$_payment_model$_$this()._sendEmail = this.company.settings.clientManualPaymentNotification; return b; }, - $signature: 59 + $signature: 62 }; A.handlePaymentAction_closure2.prototype = { call$1(context) { return new A.RunTemplateDialog(B.EntityType_payment, this.payments, null); }, - $signature: 340 + $signature: 310 }; A._editPayment_closure.prototype = { call$3(store, dynamicAction, next) { - var t1, + var t1, _null = null, _s13_ = "/payment/edit"; type$.nullable_EditPayment._as(dynamicAction); next.call$1(dynamicAction); @@ -432388,7 +442174,7 @@ t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, false, new A._editPayment__closure(), t1, null, true, type$.PaymentEditScreen); + A.showDialog(_null, _null, false, _null, new A._editPayment__closure(), t1, _null, true, type$.PaymentEditScreen); } }, "call*": "call$3", @@ -432399,11 +442185,11 @@ call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 894 + $signature: 686 }; A._viewRefundPayment_closure.prototype = { call$3(store, dynamicAction, next) { - var t1, + var t1, _null = null, _s15_ = "/payment/refund"; next.call$1(type$.nullable_ViewRefundPayment._as(dynamicAction)); t1 = store.__Store__state_A; @@ -432417,7 +442203,7 @@ t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, false, new A._viewRefundPayment__closure(), t1, null, true, type$.PaymentRefundScreen); + A.showDialog(_null, _null, false, _null, new A._viewRefundPayment__closure(), t1, _null, true, type$.PaymentRefundScreen); } }, "call*": "call$3", @@ -432428,7 +442214,7 @@ call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 893 + $signature: 685 }; A._viewPayment_closure.prototype = { call$3(store, action, next) { @@ -432461,7 +442247,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewPaymentList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -432489,7 +442275,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archivePayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432513,7 +442299,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, id); }, - $signature: 328 + $signature: 334 }; A._archivePayment__closure0.prototype = { call$1(payments) { @@ -432522,7 +442308,7 @@ t1[0].call$1(new A.ArchivePaymentsSuccess(payments)); this.action.completer.complete$1(0, null); }, - $signature: 397 + $signature: 406 }; A._archivePayment__closure1.prototype = { call$1(error) { @@ -432557,7 +442343,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, id); }, - $signature: 328 + $signature: 334 }; A._deletePayment__closure0.prototype = { call$1(payments) { @@ -432567,7 +442353,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 397 + $signature: 406 }; A._deletePayment__closure1.prototype = { call$1(error) { @@ -432602,7 +442388,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, id); }, - $signature: 328 + $signature: 334 }; A._restorePayment__closure0.prototype = { call$1(payments) { @@ -432612,7 +442398,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 397 + $signature: 406 }; A._restorePayment__closure1.prototype = { call$1(error) { @@ -432658,7 +442444,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, payment); }, - $signature: 188 + $signature: 204 }; A._savePayment__closure0.prototype = { call$1(error) { @@ -432693,7 +442479,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, payment); }, - $signature: 188 + $signature: 204 }; A._refundPayment__closure0.prototype = { call$1(error) { @@ -432726,7 +442512,7 @@ t1[0].call$1(new A.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 397 + $signature: 406 }; A._emailPayment__closure0.prototype = { call$1(error) { @@ -432762,7 +442548,7 @@ t1[0].call$1(new A.LoadPaymentSuccess(payment)); this.action.completer.complete$1(0, null); }, - $signature: 188 + $signature: 204 }; A._loadPayment__closure0.prototype = { call$1(error) { @@ -432803,7 +442589,7 @@ } else t1[0].call$1(new A.LoadQuotes(null, 1)); }, - $signature: 1598 + $signature: 1600 }; A._loadPayments__closure0.prototype = { call$1(error) { @@ -432836,169 +442622,169 @@ b.get$_payment_state$_$this()._payment_state$_tabIndex = t3; return b; }, - $signature: 1599 + $signature: 1601 }; A.forceSelectedReducer_closure8.prototype = { call$2(completer, action) { return true; }, - $signature: 1600 + $signature: 1602 }; A.forceSelectedReducer_closure9.prototype = { call$2(completer, action) { return false; }, - $signature: 1601 + $signature: 1603 }; A.forceSelectedReducer_closure10.prototype = { call$2(completer, action) { return false; }, - $signature: 1602 + $signature: 1604 }; A.forceSelectedReducer_closure11.prototype = { call$2(completer, action) { return false; }, - $signature: 1603 + $signature: 1605 }; A.forceSelectedReducer_closure12.prototype = { call$2(completer, action) { return false; }, - $signature: 1604 + $signature: 1606 }; A.forceSelectedReducer_closure13.prototype = { call$2(completer, action) { return false; }, - $signature: 1605 + $signature: 1607 }; A.forceSelectedReducer_closure14.prototype = { call$2(completer, action) { return false; }, - $signature: 1606 + $signature: 1608 }; A.forceSelectedReducer_closure15.prototype = { call$2(completer, action) { return false; }, - $signature: 1607 + $signature: 1609 }; A.forceSelectedReducer_closure16.prototype = { call$2(completer, action) { return false; }, - $signature: 1608 + $signature: 1610 }; A.tabIndexReducer_closure1.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1609 + $signature: 1611 }; A.tabIndexReducer_closure2.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.selectedIdReducer_closure18.prototype = { call$2(completer, action) { return ""; }, - $signature: 1610 + $signature: 1612 }; A.selectedIdReducer_closure19.prototype = { call$2(completer, action) { return ""; }, - $signature: 1611 + $signature: 1613 }; A.selectedIdReducer_closure20.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure21.prototype = { call$2(selectedId, action) { return action.paymentId; }, - $signature: 1612 + $signature: 1614 }; A.selectedIdReducer_closure22.prototype = { call$2(selectedId, action) { return action.payment.id; }, - $signature: 1613 + $signature: 1615 }; A.selectedIdReducer_closure23.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure24.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure25.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1614 + $signature: 1616 }; A.selectedIdReducer_closure26.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1615 + $signature: 1617 }; A.selectedIdReducer_closure27.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1616 + $signature: 1618 }; A.selectedIdReducer_closure28.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1617 + $signature: 1619 }; A.selectedIdReducer_closure29.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1618 + $signature: 1620 }; A.selectedIdReducer_closure30.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1619 + $signature: 1621 }; A.selectedIdReducer_closure31.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1620 + $signature: 1622 }; A.selectedIdReducer_closure32.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1621 + $signature: 1623 }; A.selectedIdReducer_closure33.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? "" : selectedId; }, - $signature: 170 + $signature: 183 }; A.selectedIdReducer_closure34.prototype = { call$2(selectedId, action) { @@ -433011,44 +442797,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure10.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1622 + $signature: 1624 }; A.editingReducer_closure11.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1623 + $signature: 1625 }; A.editingReducer_closure12.prototype = { call$2(payments, action) { return J.$index$asx(action.payments, 0); }, - $signature: 1624 + $signature: 1626 }; A.editingReducer_closure13.prototype = { call$2(payment, action) { return action.payment.rebuild$1(new A.editingReducer__closure6()); }, - $signature: 1625 + $signature: 1627 }; A.editingReducer__closure6.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_isChanged = true; return b; }, - $signature: 59 + $signature: 62 }; A.paymentListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.paymentListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.paymentListReducer__closure.prototype = { call$1(b) { @@ -433233,13 +443019,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 535 + $signature: 463 }; A._purgeClientSuccess_closure4.prototype = { call$1(each) { return each.id; }, - $signature: 1626 + $signature: 1628 }; A._purgeClientSuccess_closure2.prototype = { call$1(b) { @@ -433252,19 +443038,19 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure2(t1), true); return b; }, - $signature: 327 + $signature: 335 }; A._purgeClientSuccess__closure1.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 1628 + $signature: 1630 }; A._purgeClientSuccess__closure2.prototype = { call$1(p0) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 12 + $signature: 11 }; A._archivePaymentSuccess_closure.prototype = { call$1(b) { @@ -433286,7 +443072,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 541 + $signature: 538 }; A._deletePaymentSuccess_closure.prototype = { call$1(b) { @@ -433308,7 +443094,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 541 + $signature: 538 }; A._restorePaymentSuccess_closure.prototype = { call$1(b) { @@ -433330,7 +443116,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 541 + $signature: 538 }; A._addPayment_closure.prototype = { call$1(b) { @@ -433342,7 +443128,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 327 + $signature: 335 }; A._updatePayment_closure.prototype = { call$1(b) { @@ -433350,7 +443136,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 327 + $signature: 335 }; A._setLoadedPayment_closure.prototype = { call$1(b) { @@ -433358,19 +443144,19 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 327 + $signature: 335 }; A.memoizedPaymentsByInvoice_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByInvoiceSelector(invoiceId, paymentMap, paymentList); }, - $signature: 700 + $signature: 640 }; A.paymentsByInvoiceSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 328 + $signature: 334 }; A.paymentsByInvoiceSelector_closure0.prototype = { call$1(payment) { @@ -433383,25 +443169,25 @@ t1 = false; return t1; }, - $signature: 699 + $signature: 639 }; A.paymentsByInvoiceSelector__closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 263 + $signature: 253 }; A.memoizedPaymentsByCredit_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByCreditSelector(invoiceId, paymentMap, paymentList); }, - $signature: 700 + $signature: 640 }; A.paymentsByCreditSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 328 + $signature: 334 }; A.paymentsByCreditSelector_closure0.prototype = { call$1(payment) { @@ -433414,19 +443200,19 @@ t1 = false; return t1; }, - $signature: 699 + $signature: 639 }; A.paymentsByCreditSelector__closure.prototype = { call$1(p) { return p.creditId; }, - $signature: 263 + $signature: 253 }; A.memoizedFilteredPaymentList_closure.prototype = { call$8(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState) { return A.filteredPaymentsSelector(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState); }, - $signature: 1633 + $signature: 1635 }; A.filteredPaymentsSelector_closure.prototype = { call$1(paymentId) { @@ -433478,13 +443264,13 @@ return false; return true; }, - $signature: 12 + $signature: 11 }; A.filteredPaymentsSelector__closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 263 + $signature: 253 }; A.filteredPaymentsSelector_closure0.prototype = { call$2(paymentAId, paymentBId) { @@ -433495,13 +443281,13 @@ t3 = _this.paymentListState; return t2.compareTo$7$clientMap$invoiceMap$payment$paymentTypeMap$sortAscending$sortField$userMap(0, _this.clientMap, _this.invoiceMap, t1.$index(0, paymentBId), _this.paymentTypeMap, t3.sortAscending, t3.sortField, _this.userMap); }, - $signature: 25 + $signature: 26 }; A.memoizedPaymentStatsForClient_closure.prototype = { call$3(clientId, paymentMap, invoiceMap) { return A.paymentStatsForClient(clientId, paymentMap, invoiceMap); }, - $signature: 1634 + $signature: 1636 }; A.paymentStatsForClient_closure.prototype = { call$2(paymentId, payment) { @@ -433534,7 +443320,7 @@ } } }, - $signature: 193 + $signature: 198 }; A.PaymentState.prototype = { $get$1(_, paymentId) { @@ -433563,7 +443349,7 @@ call$1(item) { return item; }, - $signature: 1635 + $signature: 1637 }; A.PaymentState_loadPayments_closure.prototype = { call$1(b) { @@ -433578,7 +443364,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 327 + $signature: 335 }; A.PaymentUIState.prototype = { get$isCreatingNew() { @@ -434099,7 +443885,7 @@ call$1(paymentTerm) { return paymentTerm.get$id(paymentTerm); }, - $signature: 49 + $signature: 51 }; A.StartPaymentTermMultiselect.prototype = {}; A.AddToPaymentTermMultiselect.prototype = {}; @@ -434153,7 +443939,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewPaymentTermList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -434181,7 +443967,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archivePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434205,7 +443991,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 544 + $signature: 542 }; A._archivePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -434214,7 +444000,7 @@ t1[0].call$1(new A.ArchivePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 497 + $signature: 543 }; A._archivePaymentTerm__closure1.prototype = { call$1(error) { @@ -434249,7 +444035,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 544 + $signature: 542 }; A._deletePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -434258,7 +444044,7 @@ t1[0].call$1(new A.DeletePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 497 + $signature: 543 }; A._deletePaymentTerm__closure1.prototype = { call$1(error) { @@ -434293,7 +444079,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 544 + $signature: 542 }; A._restorePaymentTerm__closure0.prototype = { call$1(paymentTerms) { @@ -434302,7 +444088,7 @@ t1[0].call$1(new A.RestorePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 497 + $signature: 543 }; A._restorePaymentTerm__closure1.prototype = { call$1(error) { @@ -434345,7 +444131,7 @@ } t1.completer.complete$1(0, paymentTerm); }, - $signature: 395 + $signature: 404 }; A._savePaymentTerm__closure0.prototype = { call$1(error) { @@ -434381,7 +444167,7 @@ t1[0].call$1(new A.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 395 + $signature: 404 }; A._loadPaymentTerm__closure0.prototype = { call$1(error) { @@ -434419,7 +444205,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1639 + $signature: 1641 }; A._loadPaymentTerms__closure0.prototype = { call$1(error) { @@ -434453,176 +444239,176 @@ b.get$_payment_term_state$_$this()._payment_term_state$_forceSelected = t3; return b; }, - $signature: 1640 + $signature: 1642 }; A.forceSelectedReducer_closure101.prototype = { call$2(completer, action) { return true; }, - $signature: 1641 + $signature: 1643 }; A.forceSelectedReducer_closure102.prototype = { call$2(completer, action) { return false; }, - $signature: 1642 + $signature: 1644 }; A.forceSelectedReducer_closure103.prototype = { call$2(completer, action) { return false; }, - $signature: 1643 + $signature: 1645 }; A.forceSelectedReducer_closure104.prototype = { call$2(completer, action) { return false; }, - $signature: 1644 + $signature: 1646 }; A.forceSelectedReducer_closure105.prototype = { call$2(completer, action) { return false; }, - $signature: 1645 + $signature: 1647 }; A.forceSelectedReducer_closure106.prototype = { call$2(completer, action) { return false; }, - $signature: 1646 + $signature: 1648 }; A.forceSelectedReducer_closure107.prototype = { call$2(completer, action) { return false; }, - $signature: 1647 + $signature: 1649 }; A.forceSelectedReducer_closure108.prototype = { call$2(completer, action) { return false; }, - $signature: 1648 + $signature: 1650 }; A.selectedIdReducer_closure195.prototype = { call$2(completer, action) { return ""; }, - $signature: 1649 + $signature: 1651 }; A.selectedIdReducer_closure196.prototype = { call$2(completer, action) { return ""; }, - $signature: 1650 + $signature: 1652 }; A.selectedIdReducer_closure197.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_paymentTerm ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure198.prototype = { call$2(selectedId, action) { return action.get$paymentTermId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure199.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$paymentTerm()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure200.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure201.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure202.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1651 + $signature: 1653 }; A.selectedIdReducer_closure203.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1652 + $signature: 1654 }; A.selectedIdReducer_closure204.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1653 + $signature: 1655 }; A.selectedIdReducer_closure205.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1654 + $signature: 1656 }; A.selectedIdReducer_closure206.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1655 + $signature: 1657 }; A.selectedIdReducer_closure207.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1656 + $signature: 1658 }; A.selectedIdReducer_closure208.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1657 + $signature: 1659 }; A.editingReducer_closure64.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1658 + $signature: 1660 }; A.editingReducer_closure65.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1659 + $signature: 1661 }; A.editingReducer_closure66.prototype = { call$2(paymentTerms, action) { return J.$index$asx(action.paymentTerms, 0); }, - $signature: 1660 + $signature: 1662 }; A.editingReducer_closure67.prototype = { call$2(paymentTerm, action) { return action.paymentTerm.rebuild$1(new A.editingReducer__closure24()); }, - $signature: 1661 + $signature: 1663 }; A.editingReducer__closure24.prototype = { call$1(b) { b.get$_payment_term_model$_$this()._payment_term_model$_isChanged = true; return b; }, - $signature: 690 + $signature: 638 }; A.paymentTermListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.paymentTermListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.paymentTermListReducer__closure.prototype = { call$1(b) { @@ -434775,7 +444561,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 549 + $signature: 546 }; A._deletePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -434797,7 +444583,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 549 + $signature: 546 }; A._restorePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -434819,7 +444605,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 549 + $signature: 546 }; A._addPaymentTerm_closure.prototype = { call$1(b) { @@ -434831,7 +444617,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 265 + $signature: 254 }; A._updatePaymentTerm_closure.prototype = { call$1(b) { @@ -434839,7 +444625,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 265 + $signature: 254 }; A._setLoadedPaymentTerm_closure.prototype = { call$1(b) { @@ -434847,14 +444633,14 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 265 + $signature: 254 }; A._setLoadedCompany_closure7.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.paymentTerms, new A._setLoadedCompany__closure7(), new A._setLoadedCompany__closure8(), type$.String, type$.PaymentTermEntity)); return b; }, - $signature: 265 + $signature: 254 }; A._setLoadedCompany__closure7.prototype = { call$1(item) { @@ -434866,7 +444652,7 @@ call$1(item) { return item; }, - $signature: 688 + $signature: 637 }; A._setLoadedCompany_closure8.prototype = { call$1(b) { @@ -434874,13 +444660,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 265 + $signature: 254 }; A.memoizedDropdownPaymentTermList_closure.prototype = { call$2(paymentTermMap, paymentTermList) { return A.dropdownPaymentTermsSelector(paymentTermMap, paymentTermList); }, - $signature: 1666 + $signature: 1668 }; A.dropdownPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -434908,7 +444694,7 @@ t2.$indexSet(0, t1, true); return true; }, - $signature: 12 + $signature: 11 }; A.dropdownPaymentTermsSelector_closure0.prototype = { call$2(paymentTermAId, paymentTermBId) { @@ -434919,13 +444705,13 @@ t1.toString; return B.JSInt_methods.compareTo$1(t2.numDays, t1.numDays); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredPaymentTermList_closure.prototype = { call$4(selectionState, paymentTermMap, paymentTermList, paymentTermListState) { return A.filteredPaymentTermsSelector(selectionState, paymentTermMap, paymentTermList, paymentTermListState); }, - $signature: 1667 + $signature: 1669 }; A.filteredPaymentTermsSelector_closure.prototype = { call$1(paymentTermId) { @@ -434939,7 +444725,7 @@ return false; return A.matchesStrings(A._setArrayType(["" + t1.numDays], type$.JSArray_nullable_String), t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredPaymentTermsSelector_closure0.prototype = { call$2(paymentTermAId, paymentTermBId) { @@ -434950,7 +444736,7 @@ t1.toString; return B.JSInt_methods.compareTo$1(t2.numDays, t1.numDays); }, - $signature: 25 + $signature: 26 }; A.PaymentTermState.prototype = { loadPaymentTerms$1(clients) { @@ -434970,7 +444756,7 @@ call$1(item) { return item; }, - $signature: 688 + $signature: 637 }; A.PaymentTermState_loadPaymentTerms_closure.prototype = { call$1(b) { @@ -434985,7 +444771,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 265 + $signature: 254 }; A.PaymentTermUIState.prototype = { get$isCreatingNew() { @@ -435492,7 +445278,7 @@ call$1(product) { return product.get$id(product); }, - $signature: 49 + $signature: 51 }; A.handleProductAction_closure0.prototype = { call$1(b) { @@ -435508,7 +445294,7 @@ t2 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex]; return A.convertProductToInvoiceItem(null, t2.userCompany.company, t1.staticState.currencyMap, this.invoice, t2.productState.map._map$_map.$index(0, productId)); }, - $signature: 687 + $signature: 636 }; A.handleProductAction_closure1.prototype = { call$1(b) { @@ -435524,7 +445310,7 @@ t2 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex]; return A.convertProductToInvoiceItem(null, t2.userCompany.company, t1.staticState.currencyMap, this.invoice, t2.productState.map._map$_map.$index(0, productId)); }, - $signature: 687 + $signature: 636 }; A.handleProductAction_closure2.prototype = { call$1(context) { @@ -435546,7 +445332,7 @@ t2 = A.Text$(t2, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.SimpleDialog$(J.map$1$1$ax(B.Map_k38sM.get$keys(B.Map_k38sM), new A.handleProductAction__closure(t1, context, this.store, this.productIds), type$.SimpleDialogOption).toList$0(0), t2); }, - $signature: 179 + $signature: 182 }; A.handleProductAction__closure.prototype = { call$1(taxCategoryId) { @@ -435554,7 +445340,7 @@ t1 = _this.localization; return A.SimpleDialogOption$(A.Text$(t1.lookup$1(B.Map_k38sM.$index(0, taxCategoryId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.handleProductAction___closure(_this.context, _this.store, _this.productIds, taxCategoryId, t1)); }, - $signature: 1669 + $signature: 1671 }; A.handleProductAction___closure.prototype = { call$0() { @@ -435653,7 +445439,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewProductList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -435681,7 +445467,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -435705,7 +445491,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.map._map$_map.$index(0, id); }, - $signature: 393 + $signature: 400 }; A._archiveProduct__closure0.prototype = { call$1(products) { @@ -435714,7 +445500,7 @@ t1[0].call$1(new A.ArchiveProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 392 + $signature: 399 }; A._archiveProduct__closure1.prototype = { call$1(error) { @@ -435747,7 +445533,7 @@ t1[0].call$1(new A.SetTaxCategoryProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 392 + $signature: 399 }; A._setTaxCategoryProducts__closure0.prototype = { call$1(error) { @@ -435782,7 +445568,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.map._map$_map.$index(0, id); }, - $signature: 393 + $signature: 400 }; A._deleteProduct__closure0.prototype = { call$1(products) { @@ -435791,7 +445577,7 @@ t1[0].call$1(new A.DeleteProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 392 + $signature: 399 }; A._deleteProduct__closure1.prototype = { call$1(error) { @@ -435826,7 +445612,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.map._map$_map.$index(0, id); }, - $signature: 393 + $signature: 400 }; A._restoreProduct__closure0.prototype = { call$1(products) { @@ -435835,7 +445621,7 @@ t1[0].call$1(new A.RestoreProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 392 + $signature: 399 }; A._restoreProduct__closure1.prototype = { call$1(error) { @@ -435878,7 +445664,7 @@ } t1.completer.complete$1(0, product); }, - $signature: 326 + $signature: 336 }; A._saveProduct__closure0.prototype = { call$1(error) { @@ -435916,7 +445702,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 326 + $signature: 336 }; A._loadProduct__closure0.prototype = { call$1(error) { @@ -435963,19 +445749,19 @@ } else t1[0].call$1(new A.LoadInvoices(null, 1)); }, - $signature: 1673 + $signature: 1675 }; A._loadProducts___closure.prototype = { call$1(product) { B.JSArray_methods.forEach$1(product.documents._list$_list, new A._loadProducts____closure(this.documents, product)); }, - $signature: 507 + $signature: 498 }; A._loadProducts____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadProducts_____closure(this.product))); }, - $signature: 39 + $signature: 42 }; A._loadProducts_____closure.prototype = { call$1(b) { @@ -435983,7 +445769,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_product; return b; }, - $signature: 35 + $signature: 36 }; A._loadProducts__closure0.prototype = { call$1(error) { @@ -436026,13 +445812,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 326 + $signature: 336 }; A._saveDocument___closure12.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure12(this.product))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure12.prototype = { call$1(b) { @@ -436040,7 +445826,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_product; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure26.prototype = { call$1(error) { @@ -436074,188 +445860,188 @@ b.get$_product_state$_$this()._product_state$_forceSelected = t3; return b; }, - $signature: 1674 + $signature: 1676 }; A.forceSelectedReducer_closure226.prototype = { call$2(completer, action) { return true; }, - $signature: 1675 + $signature: 1677 }; A.forceSelectedReducer_closure227.prototype = { call$2(completer, action) { return false; }, - $signature: 1676 + $signature: 1678 }; A.forceSelectedReducer_closure228.prototype = { call$2(completer, action) { return false; }, - $signature: 1677 + $signature: 1679 }; A.forceSelectedReducer_closure229.prototype = { call$2(completer, action) { return false; }, - $signature: 1678 + $signature: 1680 }; A.forceSelectedReducer_closure230.prototype = { call$2(completer, action) { return false; }, - $signature: 1679 + $signature: 1681 }; A.forceSelectedReducer_closure231.prototype = { call$2(completer, action) { return false; }, - $signature: 1680 + $signature: 1682 }; A.forceSelectedReducer_closure232.prototype = { call$2(completer, action) { return false; }, - $signature: 1681 + $signature: 1683 }; A.forceSelectedReducer_closure233.prototype = { call$2(completer, action) { return false; }, - $signature: 1682 + $signature: 1684 }; A.tabIndexReducer_closure33.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1683 + $signature: 1685 }; A.tabIndexReducer_closure34.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.editingReducer_closure155.prototype = { call$2(product, action) { return action.product.rebuild$1(new A.editingReducer__closure60()); }, - $signature: 1684 + $signature: 1686 }; A.editingReducer__closure60.prototype = { call$1(b) { b.get$_product_model$_$this()._product_model$_isChanged = true; return b; }, - $signature: 184 + $signature: 185 }; A.editingReducer_closure156.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1685 + $signature: 1687 }; A.editingReducer_closure157.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1686 + $signature: 1688 }; A.editingReducer_closure158.prototype = { call$2(products, action) { return J.$index$asx(action.products, 0); }, - $signature: 1687 + $signature: 1689 }; A.selectedIdReducer_closure435.prototype = { call$2(completer, action) { return ""; }, - $signature: 1688 + $signature: 1690 }; A.selectedIdReducer_closure436.prototype = { call$2(completer, action) { return ""; }, - $signature: 1689 + $signature: 1691 }; A.selectedIdReducer_closure437.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_product ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure438.prototype = { call$2(selectedId, action) { return action.productId; }, - $signature: 1690 + $signature: 1692 }; A.selectedIdReducer_closure439.prototype = { call$2(selectedId, action) { return action.product.id; }, - $signature: 1691 + $signature: 1693 }; A.selectedIdReducer_closure440.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure441.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure442.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1692 + $signature: 1694 }; A.selectedIdReducer_closure443.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1693 + $signature: 1695 }; A.selectedIdReducer_closure444.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1694 + $signature: 1696 }; A.selectedIdReducer_closure445.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1695 + $signature: 1697 }; A.selectedIdReducer_closure446.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1696 + $signature: 1698 }; A.selectedIdReducer_closure447.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1697 + $signature: 1699 }; A.selectedIdReducer_closure448.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1698 + $signature: 1700 }; A.productListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.productListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.productListReducer__closure.prototype = { call$1(b) { @@ -436440,7 +446226,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 397 }; A._deleteProductSuccess_closure.prototype = { call$1(b) { @@ -436462,7 +446248,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 397 }; A._restoreProductSuccess_closure.prototype = { call$1(b) { @@ -436484,7 +446270,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 397 }; A._setTaxCategoryProductsSuccess_closure.prototype = { call$1(b) { @@ -436506,7 +446292,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 390 + $signature: 397 }; A._addProduct_closure.prototype = { call$1(b) { @@ -436518,7 +446304,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 389 + $signature: 395 }; A._updateProduct_closure.prototype = { call$1(b) { @@ -436526,7 +446312,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 389 + $signature: 395 }; A._setLoadedProduct_closure.prototype = { call$1(b) { @@ -436534,7 +446320,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 389 + $signature: 395 }; A.convertProductToInvoiceItem_closure.prototype = { call$1(b) { @@ -436580,13 +446366,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 53 + $signature: 55 }; A.memoizedDropdownProductList_closure.prototype = { call$3(productMap, productList, userMap) { return A.dropdownProductsSelector(productMap, productList, userMap); }, - $signature: 1701 + $signature: 1703 }; A.dropdownProductsSelector_closure.prototype = { call$1(productId) { @@ -436606,7 +446392,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.dropdownProductsSelector_closure0.prototype = { call$2(productAId, productBId) { @@ -436615,13 +446401,13 @@ t2.toString; return t2.compareTo$4(0, t1.$index(0, productBId), "product_key", true, this.userMap); }, - $signature: 25 + $signature: 26 }; A.memoizedProductList_closure.prototype = { call$1(productMap) { return A.productList(productMap); }, - $signature: 1702 + $signature: 1704 }; A.productList_closure.prototype = { call$1(productId) { @@ -436641,20 +446427,20 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.productList_closure0.prototype = { call$2(idA, idB) { var t1 = this.productMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).productKey, t1.$index(0, idB).productKey); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredProductList_closure.prototype = { call$5(selectionState, productMap, productList, productListState, userMap) { return A.filteredProductsSelector(selectionState, productMap, productList, productListState, userMap); }, - $signature: 1703 + $signature: 1705 }; A.filteredProductsSelector_closure.prototype = { call$1(productId) { @@ -436688,7 +446474,7 @@ } return true; }, - $signature: 12 + $signature: 11 }; A.filteredProductsSelector_closure0.prototype = { call$2(productAId, productBId) { @@ -436699,7 +446485,7 @@ t3 = this.productListState; return t2.compareTo$4(0, t1.$index(0, productBId), t3.sortField, t3.sortAscending, this.userMap); }, - $signature: 25 + $signature: 26 }; A.ProductState.prototype = { $get$1(_, productId) { @@ -436728,7 +446514,7 @@ call$1(item) { return item; }, - $signature: 1704 + $signature: 1706 }; A.ProductState_loadProducts_closure.prototype = { call$1(b) { @@ -436743,7 +446529,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 389 + $signature: 395 }; A.ProductUIState.prototype = { get$isCreatingNew() { @@ -437261,7 +447047,7 @@ call$1(project) { return project.get$id(project); }, - $signature: 49 + $signature: 51 }; A.handleProjectAction_closure0.prototype = { call$1(b) { @@ -437270,7 +447056,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1.clientId; return b; }, - $signature: 75 + $signature: 76 }; A.handleProjectAction_closure1.prototype = { call$1(b) { @@ -437298,13 +447084,13 @@ t1.lastClientId = clientId; } }, - $signature: 158 + $signature: 153 }; A.handleProjectAction_closure4.prototype = { call$1(project) { B.JSArray_methods.addAll$1(this.items, A.convertProjectToInvoiceItem(this.context, type$.nullable_ProjectEntity._as(project))); }, - $signature: 158 + $signature: 153 }; A.handleProjectAction_closure5.prototype = { call$1(b) { @@ -437319,13 +447105,13 @@ b.get$_expense_model$_$this()._expense_model$_projectId = this.project.id; return b; }, - $signature: 36 + $signature: 37 }; A.handleProjectAction_closure7.prototype = { call$1(context) { return new A.RunTemplateDialog(B.EntityType_project, this.projects, null); }, - $signature: 340 + $signature: 310 }; A.StartProjectMultiselect.prototype = {}; A.AddToProjectMultiselect.prototype = {}; @@ -437386,7 +447172,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewProjectList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -437414,7 +447200,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -437438,7 +447224,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.map._map$_map.$index(0, id); }, - $signature: 553 + $signature: 555 }; A._archiveProject__closure0.prototype = { call$1(projects) { @@ -437447,7 +447233,7 @@ t1[0].call$1(new A.ArchiveProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 555 + $signature: 556 }; A._archiveProject__closure1.prototype = { call$1(error) { @@ -437482,7 +447268,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.map._map$_map.$index(0, id); }, - $signature: 553 + $signature: 555 }; A._deleteProject__closure0.prototype = { call$1(projects) { @@ -437491,7 +447277,7 @@ t1[0].call$1(new A.DeleteProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 555 + $signature: 556 }; A._deleteProject__closure1.prototype = { call$1(error) { @@ -437526,7 +447312,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.map._map$_map.$index(0, id); }, - $signature: 553 + $signature: 555 }; A._restoreProject__closure0.prototype = { call$1(projects) { @@ -437535,7 +447321,7 @@ t1[0].call$1(new A.RestoreProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 555 + $signature: 556 }; A._restoreProject__closure1.prototype = { call$1(error) { @@ -437584,7 +447370,7 @@ if (t1 != null) t1.complete$1(0, project); }, - $signature: 325 + $signature: 337 }; A._saveProject__closure0.prototype = { call$1(error) { @@ -437622,7 +447408,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 325 + $signature: 337 }; A._loadProject__closure0.prototype = { call$1(error) { @@ -437665,19 +447451,19 @@ this.action.toString; t1[0].call$1(new A.LoadTasks(null, 1)); }, - $signature: 1708 + $signature: 1710 }; A._loadProjects___closure.prototype = { call$1(project) { B.JSArray_methods.forEach$1(project.documents._list$_list, new A._loadProjects____closure(this.documents, project)); }, - $signature: 744 + $signature: 650 }; A._loadProjects____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadProjects_____closure(this.project))); }, - $signature: 39 + $signature: 42 }; A._loadProjects_____closure.prototype = { call$1(b) { @@ -437685,7 +447471,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_project; return b; }, - $signature: 35 + $signature: 36 }; A._loadProjects__closure0.prototype = { call$1(error) { @@ -437729,13 +447515,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 325 + $signature: 337 }; A._saveDocument___closure6.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure6(this.project))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure6.prototype = { call$1(b) { @@ -437743,7 +447529,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_project; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure14.prototype = { call$1(error) { @@ -437781,163 +447567,163 @@ b.get$_project_state$_$this()._project_state$_cancelCompleter = t3; return b; }, - $signature: 1709 + $signature: 1711 }; A.forceSelectedReducer_closure17.prototype = { call$2(completer, action) { return true; }, - $signature: 1710 + $signature: 1712 }; A.forceSelectedReducer_closure18.prototype = { call$2(completer, action) { return false; }, - $signature: 1711 + $signature: 1713 }; A.forceSelectedReducer_closure19.prototype = { call$2(completer, action) { return false; }, - $signature: 1712 + $signature: 1714 }; A.forceSelectedReducer_closure20.prototype = { call$2(completer, action) { return false; }, - $signature: 1713 + $signature: 1715 }; A.forceSelectedReducer_closure21.prototype = { call$2(completer, action) { return false; }, - $signature: 1714 + $signature: 1716 }; A.forceSelectedReducer_closure22.prototype = { call$2(completer, action) { return false; }, - $signature: 1715 + $signature: 1717 }; A.forceSelectedReducer_closure23.prototype = { call$2(completer, action) { return false; }, - $signature: 1716 + $signature: 1718 }; A.forceSelectedReducer_closure24.prototype = { call$2(completer, action) { return false; }, - $signature: 1717 + $signature: 1719 }; A.tabIndexReducer_closure3.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1718 + $signature: 1720 }; A.tabIndexReducer_closure4.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.saveCompleterReducer_closure.prototype = { call$2(completer, action) { return type$.nullable_Completer_SelectableEntity._as(action.completer); }, - $signature: 1719 + $signature: 1721 }; A.cancelCompleterReducer_closure.prototype = { call$2(completer, action) { return type$.nullable_Completer_Null._as(action.cancelCompleter); }, - $signature: 1720 + $signature: 1722 }; A.selectedIdReducer_closure35.prototype = { call$2(completer, action) { return ""; }, - $signature: 1721 + $signature: 1723 }; A.selectedIdReducer_closure36.prototype = { call$2(completer, action) { return ""; }, - $signature: 1722 + $signature: 1724 }; A.selectedIdReducer_closure37.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_project ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure38.prototype = { call$2(selectedId, action) { return action.projectId; }, - $signature: 1723 + $signature: 1725 }; A.selectedIdReducer_closure39.prototype = { call$2(selectedId, action) { return action.project.id; }, - $signature: 1724 + $signature: 1726 }; A.selectedIdReducer_closure40.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure41.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure42.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1725 + $signature: 1727 }; A.selectedIdReducer_closure43.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1726 + $signature: 1728 }; A.selectedIdReducer_closure44.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1727 + $signature: 1729 }; A.selectedIdReducer_closure45.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1728 + $signature: 1730 }; A.selectedIdReducer_closure46.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1729 + $signature: 1731 }; A.selectedIdReducer_closure47.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1730 + $signature: 1732 }; A.selectedIdReducer_closure48.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1731 + $signature: 1733 }; A.selectedIdReducer_closure49.prototype = { call$2(selectedId, action) { @@ -437950,44 +447736,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure14.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1732 + $signature: 1734 }; A.editingReducer_closure15.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1733 + $signature: 1735 }; A.editingReducer_closure16.prototype = { call$2(projects, action) { return J.$index$asx(action.projects, 0); }, - $signature: 1734 + $signature: 1736 }; A.editingReducer_closure17.prototype = { call$2(project, action) { return action.project.rebuild$1(new A.editingReducer__closure7()); }, - $signature: 1735 + $signature: 1737 }; A.editingReducer__closure7.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_isChanged = true; return b; }, - $signature: 201 + $signature: 196 }; A.projectListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.projectListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.projectListReducer__closure.prototype = { call$1(b) { @@ -438156,13 +447942,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 816 + $signature: 670 }; A._purgeClientSuccess_closure7.prototype = { call$1(each) { return each.id; }, - $signature: 1736 + $signature: 1738 }; A._purgeClientSuccess_closure5.prototype = { call$1(b) { @@ -438175,19 +447961,19 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure4(t1), true); return b; }, - $signature: 289 + $signature: 338 }; A._purgeClientSuccess__closure3.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 1738 + $signature: 1740 }; A._purgeClientSuccess__closure4.prototype = { call$1(p0) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 12 + $signature: 11 }; A._archiveProjectSuccess_closure.prototype = { call$1(b) { @@ -438209,7 +447995,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 557 + $signature: 559 }; A._deleteProjectSuccess_closure.prototype = { call$1(b) { @@ -438231,7 +448017,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 557 + $signature: 559 }; A._restoreProjectSuccess_closure.prototype = { call$1(b) { @@ -438253,7 +448039,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 557 + $signature: 559 }; A._addProject_closure.prototype = { call$1(b) { @@ -438265,7 +448051,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 289 + $signature: 338 }; A._updateProject_closure.prototype = { call$1(b) { @@ -438273,7 +448059,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 289 + $signature: 338 }; A._setLoadedProject_closure.prototype = { call$1(b) { @@ -438281,7 +448067,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 289 + $signature: 338 }; A.convertProjectToInvoiceItem_closure.prototype = { call$2(index, task) { @@ -438301,7 +448087,7 @@ if (t1 && !task.get$isRunning() && task.invoiceId.length === 0 && task.projectId === this.project.id) this.tasks.push(task); }, - $signature: 159 + $signature: 165 }; A.convertProjectToInvoiceItem_closure0.prototype = { call$2(index, expense) { @@ -438321,7 +448107,7 @@ if (t1 && expense.projectId === this.project.id && expense.get$isPending()) this.expenses.push(expense); }, - $signature: 121 + $signature: 130 }; A.convertProjectToInvoiceItem_closure1.prototype = { call$2(taskA, taskB) { @@ -438335,7 +448121,7 @@ return -1; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 1740 + $signature: 1742 }; A.convertProjectToInvoiceItem_closure2.prototype = { call$2(expenseA, expenseB) { @@ -438346,27 +448132,27 @@ t2.toString; return B.JSString_methods.compareTo$1(t1, t2); }, - $signature: 575 + $signature: 479 }; A.convertProjectToInvoiceItem_closure3.prototype = { call$1(b) { var t1 = this._box_0.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 676 + $signature: 635 }; A.convertProjectToInvoiceItem_closure4.prototype = { call$1(b) { var t1 = this._box_1.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 676 + $signature: 635 }; A.memoizedDropdownProjectList_closure.prototype = { call$5(projectMap, projectList, clientMap, userMap, clientId) { return A.dropdownProjectsSelector(projectMap, projectList, clientMap, userMap, clientId); }, - $signature: 1742 + $signature: 1744 }; A.dropdownProjectsSelector_closure.prototype = { call$1(projectId) { @@ -438413,7 +448199,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.dropdownProjectsSelector_closure0.prototype = { call$2(projectAId, projectBId) { @@ -438424,13 +448210,13 @@ t1.toString; return t2.compareTo$5(0, t1, "name", true, this.userMap, this.clientMap); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredProjectList_closure.prototype = { call$6(selectionState, projectMap, projectList, projectListState, clientMap, userMap) { return A.filteredProjectsSelector(selectionState, projectMap, projectList, projectListState, clientMap, userMap); }, - $signature: 1743 + $signature: 1745 }; A.filteredProjectsSelector_closure.prototype = { call$1(projectId) { @@ -438508,7 +448294,7 @@ } return true; }, - $signature: 12 + $signature: 11 }; A.filteredProjectsSelector_closure0.prototype = { call$2(projectAId, projectBId) { @@ -438521,7 +448307,7 @@ t3 = _this.projectListState; return t2.compareTo$5(0, t1, t3.sortField, t3.sortAscending, _this.userMap, _this.clientMap); }, - $signature: 25 + $signature: 26 }; A.taskDurationForProject_closure.prototype = { call$2(index, task) { @@ -438532,13 +448318,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 159 + $signature: 165 }; A.memoizedProjectStatsForClient_closure.prototype = { call$2(clientId, projectMap) { return A.projectStatsForClient(clientId, projectMap); }, - $signature: 675 + $signature: 633 }; A.projectStatsForClient_closure.prototype = { call$2(projectId, project) { @@ -438571,13 +448357,13 @@ } } }, - $signature: 1745 + $signature: 1747 }; A.memoizedProjectStatsForUser_closure.prototype = { call$2(userId, projectMap) { return A.projectStatsForClient(userId, projectMap); }, - $signature: 675 + $signature: 633 }; A.ProjectState.prototype = { $get$1(_, projectId) { @@ -438606,7 +448392,7 @@ call$1(item) { return item; }, - $signature: 1746 + $signature: 1748 }; A.ProjectState_loadProjects_closure.prototype = { call$1(b) { @@ -438621,7 +448407,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 289 + $signature: 338 }; A.ProjectUIState.prototype = { get$isCreatingNew() { @@ -439194,19 +448980,19 @@ call$1(purchaseOrder) { return purchaseOrder.get$id(purchaseOrder); }, - $signature: 49 + $signature: 51 }; A.handlePurchaseOrderAction_closure0.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.handlePurchaseOrderAction_closure1.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.handlePurchaseOrderAction_closure2.prototype = { call$1(purchaseOrder) { @@ -439214,7 +449000,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.$get$1(0, type$.InvoiceEntity._as(purchaseOrder).vendorId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 158 + $signature: 153 }; A.handlePurchaseOrderAction_closure3.prototype = { call$0() { @@ -439242,7 +449028,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.purchaseOrder.id; return b; }, - $signature: 82 + $signature: 88 }; A.handlePurchaseOrderAction_closure6.prototype = { call$1(_) { @@ -439269,7 +449055,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.BulkEmailPurchaseOrdersRequest(t2, t1)); }, - $signature: 26 + $signature: 28 }; A.handlePurchaseOrderAction_closure7.prototype = { call$1(b) { @@ -439359,7 +449145,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewPurchaseOrderList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -439387,7 +449173,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._editPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -439450,7 +449236,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._showPdfPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -439483,7 +449269,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._archivePurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -439507,7 +449293,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._archivePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -439516,7 +449302,7 @@ t1[0].call$1(new A.ArchivePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._archivePurchaseOrder__closure1.prototype = { call$1(error) { @@ -439551,7 +449337,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._deletePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -439560,7 +449346,7 @@ t1[0].call$1(new A.DeletePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._deletePurchaseOrder__closure1.prototype = { call$1(error) { @@ -439595,7 +449381,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._restorePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -439604,7 +449390,7 @@ t1[0].call$1(new A.RestorePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._restorePurchaseOrder__closure1.prototype = { call$1(error) { @@ -439638,7 +449424,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.get$completer().complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._approvePurchaseOrder__closure0.prototype = { call$1(error) { @@ -439671,7 +449457,7 @@ t1[0].call$1(new A.MarkPurchaseOrderSentSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._markSentPurchaseOrder__closure0.prototype = { call$1(error) { @@ -439705,7 +449491,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._convertPurchaseOrdersToExpense__closure0.prototype = { call$1(error) { @@ -439739,7 +449525,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._addPurchaseOrdersToInventory__closure0.prototype = { call$1(error) { @@ -439772,7 +449558,7 @@ t1[0].call$1(new A.AcceptPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._acceptPurchaseOrders__closure0.prototype = { call$1(error) { @@ -439805,7 +449591,7 @@ t1[0].call$1(new A.CancelPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._cancelPurchaseOrders__closure0.prototype = { call$1(error) { @@ -439840,7 +449626,7 @@ t1[0].call$1(new A.EmailPurchaseOrderSuccess(purchaseOrder)); this.action.completer.complete$1(0, null); }, - $signature: 86 + $signature: 87 }; A._emailPurchaseOrder__closure0.prototype = { call$1(error) { @@ -439879,7 +449665,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 86 }; A._savePurchaseOrder__closure0.prototype = { call$1(purchaseOrder) { @@ -439901,7 +449687,7 @@ } t1.completer.complete$1(0, purchaseOrder); }, - $signature: 86 + $signature: 87 }; A._savePurchaseOrder__closure1.prototype = { call$1(error) { @@ -439939,7 +449725,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 86 + $signature: 87 }; A._loadPurchaseOrder__closure0.prototype = { call$1(error) { @@ -439974,7 +449760,7 @@ t1[0].call$1(new A.DownloadPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._downloadPurchaseOrders__closure0.prototype = { call$1(error) { @@ -440007,7 +449793,7 @@ t1[0].call$1(new A.BulkEmailPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._bulkEmailPurchaseOrders__closure0.prototype = { call$1(error) { @@ -440052,19 +449838,19 @@ } else t1[0].call$1(new A.LoadExpenses(null, 1)); }, - $signature: 337 + $signature: 315 }; A._loadPurchaseOrders___closure.prototype = { call$1(purchaseOrder) { B.JSArray_methods.forEach$1(purchaseOrder.documents._list$_list, new A._loadPurchaseOrders____closure(this.documents, purchaseOrder)); }, - $signature: 143 + $signature: 149 }; A._loadPurchaseOrders____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadPurchaseOrders_____closure(this.purchaseOrder))); }, - $signature: 39 + $signature: 42 }; A._loadPurchaseOrders_____closure.prototype = { call$1(b) { @@ -440072,7 +449858,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_purchaseOrder; return b; }, - $signature: 35 + $signature: 36 }; A._loadPurchaseOrders__closure0.prototype = { call$1(error) { @@ -440115,13 +449901,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 86 + $signature: 87 }; A._saveDocument___closure3.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure3(this.purchaseOrder))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure3.prototype = { call$1(b) { @@ -440129,7 +449915,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_purchaseOrder; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure8.prototype = { call$1(error) { @@ -440167,199 +449953,199 @@ b.get$_purchase_order_state$_$this()._purchase_order_state$_historyActivityId = t3; return b; }, - $signature: 1747 + $signature: 1749 }; A.forceSelectedReducer_closure167.prototype = { call$2(completer, action) { return true; }, - $signature: 1748 + $signature: 1750 }; A.forceSelectedReducer_closure168.prototype = { call$2(completer, action) { return false; }, - $signature: 1749 + $signature: 1751 }; A.forceSelectedReducer_closure169.prototype = { call$2(completer, action) { return false; }, - $signature: 1750 + $signature: 1752 }; A.forceSelectedReducer_closure170.prototype = { call$2(completer, action) { return false; }, - $signature: 1751 + $signature: 1753 }; A.forceSelectedReducer_closure171.prototype = { call$2(completer, action) { return false; }, - $signature: 1752 + $signature: 1754 }; A.forceSelectedReducer_closure172.prototype = { call$2(completer, action) { return false; }, - $signature: 1753 + $signature: 1755 }; A.forceSelectedReducer_closure173.prototype = { call$2(completer, action) { return false; }, - $signature: 1754 + $signature: 1756 }; A.forceSelectedReducer_closure174.prototype = { call$2(completer, action) { return false; }, - $signature: 1755 + $signature: 1757 }; A.forceSelectedReducer_closure175.prototype = { call$2(completer, action) { return false; }, - $signature: 1756 + $signature: 1758 }; A.tabIndexReducer_closure19.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1757 + $signature: 1759 }; A.tabIndexReducer_closure20.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.historyActivityIdReducer_closure2.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1758 + $signature: 1760 }; A.editingItemReducer_closure3.prototype = { call$2(index, action) { return null; }, - $signature: 1759 + $signature: 1761 }; A.editingItemReducer_closure4.prototype = { call$2(index, action) { return action.itemIndex; }, - $signature: 1760 + $signature: 1762 }; A.selectedIdReducer_closure319.prototype = { call$2(completer, action) { return ""; }, - $signature: 1761 + $signature: 1763 }; A.selectedIdReducer_closure320.prototype = { call$2(completer, action) { return ""; }, - $signature: 1762 + $signature: 1764 }; A.selectedIdReducer_closure321.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure322.prototype = { call$2(selectedId, action) { return action.purchaseOrderId; }, - $signature: 1763 + $signature: 1765 }; A.selectedIdReducer_closure323.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1764 + $signature: 1766 }; A.selectedIdReducer_closure324.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1765 + $signature: 1767 }; A.selectedIdReducer_closure325.prototype = { call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 1766 + $signature: 1768 }; A.selectedIdReducer_closure326.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure327.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure328.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1767 + $signature: 1769 }; A.selectedIdReducer_closure329.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1768 + $signature: 1770 }; A.selectedIdReducer_closure330.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1769 + $signature: 1771 }; A.selectedIdReducer_closure331.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1770 + $signature: 1772 }; A.selectedIdReducer_closure332.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1771 + $signature: 1773 }; A.selectedIdReducer_closure333.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1772 + $signature: 1774 }; A.selectedIdReducer_closure334.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1773 + $signature: 1775 }; A.selectedIdReducer_closure335.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1774 + $signature: 1776 }; A.selectedIdReducer_closure336.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? "" : selectedId; }, - $signature: 170 + $signature: 183 }; A.selectedIdReducer_closure337.prototype = { call$2(selectedId, action) { @@ -440372,13 +450158,13 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure103.prototype = { call$2(purchaseOrder, action) { return action.purchaseOrder.rebuild$1(new A.editingReducer__closure44()); }, - $signature: 1775 + $signature: 1777 }; A.editingReducer__closure44.prototype = { call$1(b) { @@ -440391,7 +450177,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure43()); }, - $signature: 674 + $signature: 631 }; A.editingReducer__closure43.prototype = { call$1(b) { @@ -440404,13 +450190,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1777 + $signature: 1779 }; A.editingReducer_closure106.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure42()); }, - $signature: 1778 + $signature: 1780 }; A.editingReducer__closure42.prototype = { call$1(b) { @@ -440423,7 +450209,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure41()); }, - $signature: 1779 + $signature: 1781 }; A.editingReducer__closure41.prototype = { call$1(b) { @@ -440436,7 +450222,7 @@ call$2(purchaseOrder, action) { return purchaseOrder.rebuild$1(new A.editingReducer__closure40(action.vendor)); }, - $signature: 1780 + $signature: 1782 }; A.editingReducer__closure40.prototype = { call$1(b) { @@ -440462,31 +450248,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 550 + $signature: 445 }; A.editingReducer_closure109.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1781 + $signature: 1783 }; A.editingReducer_closure110.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1782 + $signature: 1784 }; A.editingReducer_closure111.prototype = { call$2(purchaseOrders, action) { return J.$index$asx(action.purchaseOrders, 0); }, - $signature: 1783 + $signature: 1785 }; A.editingReducer_closure112.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure39(action)); }, - $signature: 1784 + $signature: 1786 }; A.editingReducer__closure39.prototype = { call$1(b) { @@ -440504,7 +450290,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure38(action)); }, - $signature: 1785 + $signature: 1787 }; A.editingReducer__closure38.prototype = { call$1(b) { @@ -440550,7 +450336,7 @@ call$2(state, action) { return state.rebuild$1(new A.purchaseOrderListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.purchaseOrderListReducer__closure.prototype = { call$1(b) { @@ -440748,7 +450534,7 @@ b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 166 }; A._convertPurchaseOrdersToExpenses_closure0.prototype = { call$1(item) { @@ -440767,7 +450553,7 @@ b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 166 }; A._addPurchaseOrdersToInventorySuccess_closure0.prototype = { call$1(item) { @@ -440786,7 +450572,7 @@ b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 166 }; A._acceptPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -440805,7 +450591,7 @@ b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 166 }; A._cancelPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -440824,7 +450610,7 @@ b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 166 }; A._archivePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -440846,7 +450632,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 559 + $signature: 564 }; A._deletePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -440868,7 +450654,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 559 + $signature: 564 }; A._restorePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -440890,7 +450676,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 559 + $signature: 564 }; A._emailPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -440898,7 +450684,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 164 + $signature: 166 }; A._approvePurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -440917,7 +450703,7 @@ b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 164 + $signature: 166 }; A._addPurchaseOrder_closure.prototype = { call$1(b) { @@ -440929,7 +450715,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 164 + $signature: 166 }; A._addPurchaseOrder__closure.prototype = { call$1(b) { @@ -440945,7 +450731,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updatePurchaseOrder__closure())); return b; }, - $signature: 164 + $signature: 166 }; A._updatePurchaseOrder__closure.prototype = { call$1(b) { @@ -440959,19 +450745,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 415 + $signature: 436 }; A.purchaseOrderContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 200 + $signature: 194 }; A.memoizedDropdownPurchaseOrderList_closure.prototype = { call$7(purchaseOrderMap, purchaseOrderList, staticState, userMap, clientMap, vendorMap, clientId) { return A.dropdownPurchaseOrdersSelector(purchaseOrderMap, purchaseOrderList, staticState, userMap, clientMap, vendorMap, clientId); }, - $signature: 1788 + $signature: 1790 }; A.dropdownPurchaseOrdersSelector_closure.prototype = { call$1(purchaseOrderId) { @@ -440992,7 +450778,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.dropdownPurchaseOrdersSelector_closure0.prototype = { call$2(purchaseOrderAId, purchaseOrderBId) { @@ -441002,13 +450788,13 @@ t2.toString; return t2.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap(0, _this.clientMap, t1.$index(0, purchaseOrderBId), false, "number", _this.userMap, _this.vendorMap); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredPurchaseOrderList_closure.prototype = { call$7(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap) { return A.filteredPurchaseOrdersSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap); }, - $signature: 904 + $signature: 629 }; A.filteredPurchaseOrdersSelector_closure.prototype = { call$1(invoiceId) { @@ -441086,7 +450872,7 @@ } return true; }, - $signature: 12 + $signature: 11 }; A.filteredPurchaseOrdersSelector_closure0.prototype = { call$2(invoiceAId, invoiceBId) { @@ -441097,13 +450883,13 @@ t3 = _this.invoiceListState; return J.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap$ns(t2, _this.clientMap, t1.$index(0, invoiceBId), t3.sortAscending, t3.sortField, _this.userMap, _this.vendorMap); }, - $signature: 25 + $signature: 26 }; A.memoizedPurchaseOrderStatsForVendor_closure.prototype = { call$2(vendorId, purchaseOrderMap) { return A.purchaseOrderStatsForVendor(vendorId, purchaseOrderMap); }, - $signature: 99 + $signature: 102 }; A.purchaseOrderStatsForVendor_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { @@ -441136,7 +450922,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.PurchaseOrderState.prototype = { $get$1(_, purchaseOrderId) { @@ -441181,7 +450967,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 164 + $signature: 166 }; A.PurchaseOrderUIState.prototype = { get$isCreatingNew() { @@ -441770,7 +451556,7 @@ call$1(quote) { return quote.get$id(quote); }, - $signature: 49 + $signature: 51 }; A.handleQuoteAction_closure0.prototype = { call$1(_) { @@ -441784,7 +451570,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ConvertQuotesToInvoices(this.quoteIds, t1)); }, - $signature: 26 + $signature: 28 }; A.handleQuoteAction_closure1.prototype = { call$1(_) { @@ -441798,7 +451584,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ConvertQuotesToProjects(this.quoteIds, t1)); }, - $signature: 26 + $signature: 28 }; A.handleQuoteAction_closure2.prototype = { call$1(quote) { @@ -441806,7 +451592,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.$get$1(0, type$.InvoiceEntity._as(quote).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 158 + $signature: 153 }; A.handleQuoteAction_closure3.prototype = { call$0() { @@ -441834,7 +451620,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = this.quote.id; return b; }, - $signature: 82 + $signature: 88 }; A.handleQuoteAction_closure6.prototype = { call$1(_) { @@ -441857,7 +451643,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.BulkEmailQuotesRequest(t2, t1)); }, - $signature: 26 + $signature: 28 }; A.handleQuoteAction_closure7.prototype = { call$1(b) { @@ -441920,13 +451706,13 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.handleQuoteAction_closure14.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.StartQuoteMultiselect.prototype = {}; A.AddToQuoteMultiselect.prototype = {}; @@ -441972,7 +451758,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewQuoteList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -441999,7 +451785,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._editQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -442062,7 +451848,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._showPdfQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -442095,7 +451881,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._archiveQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -442119,7 +451905,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._archiveQuote__closure0.prototype = { call$1(quotes) { @@ -442128,7 +451914,7 @@ t1[0].call$1(new A.ArchiveQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._archiveQuote__closure1.prototype = { call$1(error) { @@ -442163,7 +451949,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._deleteQuote__closure0.prototype = { call$1(quotes) { @@ -442172,7 +451958,7 @@ t1[0].call$1(new A.DeleteQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._deleteQuote__closure1.prototype = { call$1(error) { @@ -442207,7 +451993,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._restoreQuote__closure0.prototype = { call$1(quotes) { @@ -442216,7 +452002,7 @@ t1[0].call$1(new A.RestoreQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._restoreQuote__closure1.prototype = { call$1(error) { @@ -442250,7 +452036,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._convertQuotesToInvoices__closure0.prototype = { call$1(error) { @@ -442284,7 +452070,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._convertQuotesToProjects__closure0.prototype = { call$1(error) { @@ -442318,7 +452104,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._approveQuote__closure0.prototype = { call$1(error) { @@ -442351,7 +452137,7 @@ t1[0].call$1(new A.MarkSentQuoteSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._markSentQuote__closure0.prototype = { call$1(error) { @@ -442386,7 +452172,7 @@ t1[0].call$1(new A.EmailQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 86 + $signature: 87 }; A._emailQuote__closure0.prototype = { call$1(error) { @@ -442425,7 +452211,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 86 }; A._saveQuote__closure0.prototype = { call$1(quote) { @@ -442447,7 +452233,7 @@ } t1.completer.complete$1(0, quote); }, - $signature: 86 + $signature: 87 }; A._saveQuote__closure1.prototype = { call$1(error) { @@ -442485,7 +452271,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 86 + $signature: 87 }; A._loadQuote__closure0.prototype = { call$1(error) { @@ -442520,7 +452306,7 @@ t1[0].call$1(new A.DownloadQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._downloadQuotes__closure0.prototype = { call$1(error) { @@ -442553,7 +452339,7 @@ t1[0].call$1(new A.BulkEmailQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._bulkEmailQuotes__closure0.prototype = { call$1(error) { @@ -442598,19 +452384,19 @@ } else t1[0].call$1(new A.LoadCredits()); }, - $signature: 337 + $signature: 315 }; A._loadQuotes___closure.prototype = { call$1(quote) { B.JSArray_methods.forEach$1(quote.documents._list$_list, new A._loadQuotes____closure(this.documents, quote)); }, - $signature: 143 + $signature: 149 }; A._loadQuotes____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadQuotes_____closure(this.quote))); }, - $signature: 39 + $signature: 42 }; A._loadQuotes_____closure.prototype = { call$1(b) { @@ -442618,7 +452404,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_quote; return b; }, - $signature: 35 + $signature: 36 }; A._loadQuotes__closure0.prototype = { call$1(error) { @@ -442661,13 +452447,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 86 + $signature: 87 }; A._saveDocument___closure5.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure5(this.quote))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure5.prototype = { call$1(b) { @@ -442675,7 +452461,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_quote; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure12.prototype = { call$1(error) { @@ -442713,199 +452499,199 @@ b.get$_quote_state$_$this()._historyActivityId = t3; return b; }, - $signature: 1790 + $signature: 1792 }; A.forceSelectedReducer_closure.prototype = { call$2(completer, action) { return true; }, - $signature: 1791 + $signature: 1793 }; A.forceSelectedReducer_closure0.prototype = { call$2(completer, action) { return false; }, - $signature: 1792 + $signature: 1794 }; A.forceSelectedReducer_closure1.prototype = { call$2(completer, action) { return false; }, - $signature: 1793 + $signature: 1795 }; A.forceSelectedReducer_closure2.prototype = { call$2(completer, action) { return false; }, - $signature: 1794 + $signature: 1796 }; A.forceSelectedReducer_closure3.prototype = { call$2(completer, action) { return false; }, - $signature: 1795 + $signature: 1797 }; A.forceSelectedReducer_closure4.prototype = { call$2(completer, action) { return false; }, - $signature: 1796 + $signature: 1798 }; A.forceSelectedReducer_closure5.prototype = { call$2(completer, action) { return false; }, - $signature: 1797 + $signature: 1799 }; A.forceSelectedReducer_closure6.prototype = { call$2(completer, action) { return false; }, - $signature: 1798 + $signature: 1800 }; A.forceSelectedReducer_closure7.prototype = { call$2(completer, action) { return false; }, - $signature: 1799 + $signature: 1801 }; A.tabIndexReducer_closure.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1800 + $signature: 1802 }; A.tabIndexReducer_closure0.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.historyActivityIdReducer_closure.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1801 + $signature: 1803 }; A.editingItemReducer_closure.prototype = { call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1802 + $signature: 1804 }; A.editingItemReducer_closure0.prototype = { call$2(index, action) { return action.quoteItemIndex; }, - $signature: 1803 + $signature: 1805 }; A.selectedIdReducer_closure.prototype = { call$2(completer, action) { return ""; }, - $signature: 1804 + $signature: 1806 }; A.selectedIdReducer_closure0.prototype = { call$2(completer, action) { return ""; }, - $signature: 1805 + $signature: 1807 }; A.selectedIdReducer_closure1.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure2.prototype = { call$2(selectedId, action) { return action.quoteId; }, - $signature: 1806 + $signature: 1808 }; A.selectedIdReducer_closure3.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1807 + $signature: 1809 }; A.selectedIdReducer_closure4.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1808 + $signature: 1810 }; A.selectedIdReducer_closure5.prototype = { call$2(selectedId, action) { return action.quote.id; }, - $signature: 1809 + $signature: 1811 }; A.selectedIdReducer_closure6.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure7.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure8.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1810 + $signature: 1812 }; A.selectedIdReducer_closure9.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1811 + $signature: 1813 }; A.selectedIdReducer_closure10.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1812 + $signature: 1814 }; A.selectedIdReducer_closure11.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1813 + $signature: 1815 }; A.selectedIdReducer_closure12.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1814 + $signature: 1816 }; A.selectedIdReducer_closure13.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1815 + $signature: 1817 }; A.selectedIdReducer_closure14.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1816 + $signature: 1818 }; A.selectedIdReducer_closure15.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1817 + $signature: 1819 }; A.selectedIdReducer_closure16.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? "" : selectedId; }, - $signature: 170 + $signature: 183 }; A.selectedIdReducer_closure17.prototype = { call$2(selectedId, action) { @@ -442918,13 +452704,13 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure.prototype = { call$2(quote, action) { return action.quote.rebuild$1(new A.editingReducer__closure5()); }, - $signature: 1818 + $signature: 1820 }; A.editingReducer__closure5.prototype = { call$1(b) { @@ -442937,7 +452723,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure4()); }, - $signature: 671 + $signature: 628 }; A.editingReducer__closure4.prototype = { call$1(b) { @@ -442950,13 +452736,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1820 + $signature: 1822 }; A.editingReducer_closure2.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure3()); }, - $signature: 1821 + $signature: 1823 }; A.editingReducer__closure3.prototype = { call$1(b) { @@ -442969,7 +452755,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure2()); }, - $signature: 1822 + $signature: 1824 }; A.editingReducer__closure2.prototype = { call$1(b) { @@ -442982,7 +452768,7 @@ call$2(quote, action) { return quote.rebuild$1(new A.editingReducer__closure1(action.client)); }, - $signature: 1823 + $signature: 1825 }; A.editingReducer__closure1.prototype = { call$1(b) { @@ -443008,31 +452794,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 220 + $signature: 212 }; A.editingReducer_closure5.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1824 + $signature: 1826 }; A.editingReducer_closure6.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1825 + $signature: 1827 }; A.editingReducer_closure7.prototype = { call$2(quotes, action) { return J.$index$asx(action.quotes, 0); }, - $signature: 1826 + $signature: 1828 }; A.editingReducer_closure8.prototype = { call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure0(action)); }, - $signature: 1827 + $signature: 1829 }; A.editingReducer__closure0.prototype = { call$1(b) { @@ -443050,7 +452836,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure(action)); }, - $signature: 1828 + $signature: 1830 }; A.editingReducer__closure.prototype = { call$1(b) { @@ -443096,7 +452882,7 @@ call$2(state, action) { return state.rebuild$1(new A.quoteListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.quoteListReducer__closure.prototype = { call$1(b) { @@ -443281,13 +453067,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 194 + $signature: 197 }; A._purgeClientSuccess_closure1.prototype = { call$1(each) { return each.id; }, - $signature: 336 + $signature: 271 }; A._purgeClientSuccess_closure.prototype = { call$1(b) { @@ -443300,19 +453086,19 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure0(t1), true); return b; }, - $signature: 203 + $signature: 193 }; A._purgeClientSuccess__closure.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 416 + $signature: 437 }; A._purgeClientSuccess__closure0.prototype = { call$1(p0) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 12 + $signature: 11 }; A._markSentQuoteSuccess_closure0.prototype = { call$1(item) { @@ -443331,7 +453117,7 @@ b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 203 + $signature: 193 }; A._archiveQuoteSuccess_closure.prototype = { call$1(b) { @@ -443353,7 +453139,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 561 + $signature: 568 }; A._deleteQuoteSuccess_closure.prototype = { call$1(b) { @@ -443375,7 +453161,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 561 + $signature: 568 }; A._restoreQuoteSuccess_closure.prototype = { call$1(b) { @@ -443397,7 +453183,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 561 + $signature: 568 }; A._emailQuoteSuccess_closure.prototype = { call$1(b) { @@ -443405,7 +453191,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 203 + $signature: 193 }; A._convertQuotesToInvoicesSuccess_closure0.prototype = { call$1(item) { @@ -443424,7 +453210,7 @@ b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 203 + $signature: 193 }; A._convertQuotesToProjectsSuccess_closure0.prototype = { call$1(item) { @@ -443443,7 +453229,7 @@ b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 203 + $signature: 193 }; A._addQuote_closure.prototype = { call$1(b) { @@ -443455,7 +453241,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 203 + $signature: 193 }; A._addQuote__closure.prototype = { call$1(b) { @@ -443471,7 +453257,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateQuote__closure())); return b; }, - $signature: 203 + $signature: 193 }; A._updateQuote__closure.prototype = { call$1(b) { @@ -443485,19 +453271,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 415 + $signature: 436 }; A.quoteContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 180 + $signature: 192 }; A.memoizedDropdownQuoteList_closure.prototype = { call$7(quoteMap, clientMap, vendorMap, quoteList, clientId, userMap, excludedIds) { return A.dropdownQuoteSelector(quoteMap, clientMap, vendorMap, quoteList, clientId, userMap, excludedIds); }, - $signature: 1831 + $signature: 1833 }; A.dropdownQuoteSelector_closure.prototype = { call$1(invoiceId) { @@ -443543,7 +453329,7 @@ t1 = false; return t1 && !invoice.get$isApproved() && !invoice.get$isCancelledOrReversed(); }, - $signature: 12 + $signature: 11 }; A.dropdownQuoteSelector_closure0.prototype = { call$2(invoiceAId, invoiceBId) { @@ -443553,13 +453339,13 @@ t2.toString; return t2.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap(0, _this.clientMap, t1.$index(0, invoiceBId), false, "number", _this.userMap, _this.vendorMap); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredQuoteList_closure.prototype = { call$7(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap) { return A.filteredQuotesSelector(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap); }, - $signature: 904 + $signature: 629 }; A.filteredQuotesSelector_closure.prototype = { call$1(quoteId) { @@ -443633,7 +453419,7 @@ } return true; }, - $signature: 12 + $signature: 11 }; A.filteredQuotesSelector_closure0.prototype = { call$2(quoteAId, quoteBId) { @@ -443644,13 +453430,13 @@ t3 = _this.quoteListState; return J.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap$ns(t2, _this.clientMap, t1.$index(0, quoteBId), t3.sortAscending, t3.sortField, _this.userMap, _this.vendorMap); }, - $signature: 25 + $signature: 26 }; A.memoizedQuoteStatsForClient_closure.prototype = { call$2(clientId, quoteMap) { return A.quoteStatsForClient(clientId, quoteMap); }, - $signature: 99 + $signature: 102 }; A.quoteStatsForClient_closure.prototype = { call$2(quoteId, quote) { @@ -443683,13 +453469,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedQuoteStatsForDesign_closure.prototype = { call$2(designId, quoteMap) { return A.quoteStatsForDesign(designId, quoteMap); }, - $signature: 99 + $signature: 102 }; A.quoteStatsForDesign_closure.prototype = { call$2(quoteId, quote) { @@ -443722,13 +453508,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedQuoteStatsForUser_closure.prototype = { call$2(userId, quoteMap) { return A.quoteStatsForUser(userId, quoteMap); }, - $signature: 99 + $signature: 102 }; A.quoteStatsForUser_closure.prototype = { call$2(quoteId, quote) { @@ -443761,7 +453547,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.QuoteState.prototype = { $get$1(_, quoteId) { @@ -443806,7 +453592,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 203 + $signature: 193 }; A.QuoteUIState.prototype = { get$isCreatingNew() { @@ -444362,21 +454148,21 @@ call$1(recurringExpense) { return recurringExpense.get$id(recurringExpense); }, - $signature: 49 + $signature: 51 }; A.handleRecurringExpenseAction_closure0.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_entityType = B.EntityType_expense; return b; }, - $signature: 36 + $signature: 37 }; A.handleRecurringExpenseAction_closure1.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_entityType = B.EntityType_recurringExpense; return b; }, - $signature: 36 + $signature: 37 }; A._editRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -444426,7 +454212,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewRecurringExpenseList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -444454,7 +454240,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -444478,7 +454264,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 210 + $signature: 226 }; A._archiveRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -444487,7 +454273,7 @@ t1[0].call$1(new A.ArchiveRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 192 + $signature: 201 }; A._archiveRecurringExpense__closure1.prototype = { call$1(error) { @@ -444522,7 +454308,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 210 + $signature: 226 }; A._deleteRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -444531,7 +454317,7 @@ t1[0].call$1(new A.DeleteRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 192 + $signature: 201 }; A._deleteRecurringExpense__closure1.prototype = { call$1(error) { @@ -444566,7 +454352,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 210 + $signature: 226 }; A._restoreRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -444575,7 +454361,7 @@ t1[0].call$1(new A.RestoreRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 192 + $signature: 201 }; A._restoreRecurringExpense__closure1.prototype = { call$1(error) { @@ -444615,7 +454401,7 @@ } t1.completer.complete$1(0, recurringExpense); }, - $signature: 154 + $signature: 157 }; A._saveRecurringExpense__closure0.prototype = { call$1(error) { @@ -444653,7 +454439,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 154 + $signature: 157 }; A._loadRecurringExpense__closure0.prototype = { call$1(error) { @@ -444696,19 +454482,19 @@ this.action.toString; t1[0].call$1(new A.LoadTransactions(null, 1)); }, - $signature: 739 + $signature: 647 }; A._loadRecurringExpenses___closure.prototype = { call$1(expense) { B.JSArray_methods.forEach$1(expense.documents._list$_list, new A._loadRecurringExpenses____closure(this.documents, expense)); }, - $signature: 333 + $signature: 326 }; A._loadRecurringExpenses____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadRecurringExpenses_____closure(this.expense))); }, - $signature: 39 + $signature: 42 }; A._loadRecurringExpenses_____closure.prototype = { call$1(b) { @@ -444716,7 +454502,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_recurringExpense; return b; }, - $signature: 35 + $signature: 36 }; A._loadRecurringExpenses__closure0.prototype = { call$1(error) { @@ -444749,7 +454535,7 @@ t1[0].call$1(new A.StartRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 192 + $signature: 201 }; A._startRecurringExpense__closure0.prototype = { call$1(error) { @@ -444782,7 +454568,7 @@ t1[0].call$1(new A.StopRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 192 + $signature: 201 }; A._stopRecurringExpense__closure0.prototype = { call$1(error) { @@ -444826,13 +454612,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 154 + $signature: 157 }; A._saveDocument___closure2.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure2(this.expense))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure2.prototype = { call$1(b) { @@ -444840,7 +454626,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_recurringExpense; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure6.prototype = { call$1(error) { @@ -444874,163 +454660,163 @@ b.get$_recurring_expense_state$_$this()._recurring_expense_state$_tabIndex = t3; return b; }, - $signature: 1832 + $signature: 1834 }; A.forceSelectedReducer_closure158.prototype = { call$2(completer, action) { return true; }, - $signature: 1833 + $signature: 1835 }; A.forceSelectedReducer_closure159.prototype = { call$2(completer, action) { return false; }, - $signature: 1834 + $signature: 1836 }; A.forceSelectedReducer_closure160.prototype = { call$2(completer, action) { return false; }, - $signature: 1835 + $signature: 1837 }; A.forceSelectedReducer_closure161.prototype = { call$2(completer, action) { return false; }, - $signature: 1836 + $signature: 1838 }; A.forceSelectedReducer_closure162.prototype = { call$2(completer, action) { return false; }, - $signature: 1837 + $signature: 1839 }; A.forceSelectedReducer_closure163.prototype = { call$2(completer, action) { return false; }, - $signature: 1838 + $signature: 1840 }; A.forceSelectedReducer_closure164.prototype = { call$2(completer, action) { return false; }, - $signature: 1839 + $signature: 1841 }; A.forceSelectedReducer_closure165.prototype = { call$2(completer, action) { return false; }, - $signature: 1840 + $signature: 1842 }; A.forceSelectedReducer_closure166.prototype = { call$2(completer, action) { return false; }, - $signature: 1841 + $signature: 1843 }; A.tabIndexReducer_closure17.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1842 + $signature: 1844 }; A.tabIndexReducer_closure18.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.selectedIdReducer_closure303.prototype = { call$2(completer, action) { return ""; }, - $signature: 1843 + $signature: 1845 }; A.selectedIdReducer_closure304.prototype = { call$2(completer, action) { return ""; }, - $signature: 1844 + $signature: 1846 }; A.selectedIdReducer_closure305.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringExpense ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure306.prototype = { call$2(selectedId, action) { return action.get$recurringExpenseId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure307.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$recurringExpense()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure308.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure309.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure310.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1845 + $signature: 1847 }; A.selectedIdReducer_closure311.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1846 + $signature: 1848 }; A.selectedIdReducer_closure312.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1847 + $signature: 1849 }; A.selectedIdReducer_closure313.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1848 + $signature: 1850 }; A.selectedIdReducer_closure314.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1849 + $signature: 1851 }; A.selectedIdReducer_closure315.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1850 + $signature: 1852 }; A.selectedIdReducer_closure316.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1851 + $signature: 1853 }; A.selectedIdReducer_closure317.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1852 + $signature: 1854 }; A.selectedIdReducer_closure318.prototype = { call$2(selectedId, action) { @@ -445043,44 +454829,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure99.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1853 + $signature: 1855 }; A.editingReducer_closure100.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1854 + $signature: 1856 }; A.editingReducer_closure101.prototype = { call$2(recurringExpenses, action) { return J.$index$asx(action.recurringExpenses, 0); }, - $signature: 1855 + $signature: 1857 }; A.editingReducer_closure102.prototype = { call$2(recurringExpense, action) { return action.recurringExpense.rebuild$1(new A.editingReducer__closure37()); }, - $signature: 1856 + $signature: 1858 }; A.editingReducer__closure37.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_isChanged = true; return b; }, - $signature: 36 + $signature: 37 }; A.recurringExpenseListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.recurringExpenseListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.recurringExpenseListReducer__closure.prototype = { call$1(b) { @@ -445233,13 +455019,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 508 + $signature: 507 }; A._purgeClientSuccess_closure16.prototype = { call$1(each) { return each.id; }, - $signature: 408 + $signature: 414 }; A._purgeClientSuccess_closure14.prototype = { call$1(b) { @@ -445252,19 +455038,19 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure10(t1), true); return b; }, - $signature: 324 + $signature: 339 }; A._purgeClientSuccess__closure9.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 733 + $signature: 646 }; A._purgeClientSuccess__closure10.prototype = { call$1(p0) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 12 + $signature: 11 }; A._archiveRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -445286,7 +455072,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 323 + $signature: 340 }; A._deleteRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -445308,7 +455094,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 323 + $signature: 340 }; A._restoreRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -445330,7 +455116,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 323 + $signature: 340 }; A._addRecurringExpense_closure.prototype = { call$1(b) { @@ -445342,7 +455128,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 324 + $signature: 339 }; A._addRecurringExpense__closure.prototype = { call$1(b) { @@ -445350,7 +455136,7 @@ b.get$_expense_model$_$this()._expense_model$_loadedAt = t1; return b; }, - $signature: 36 + $signature: 37 }; A._updateRecurringExpense_closure.prototype = { call$1(b) { @@ -445358,7 +455144,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateRecurringExpense__closure())); return b; }, - $signature: 324 + $signature: 339 }; A._updateRecurringExpense__closure.prototype = { call$1(b) { @@ -445366,7 +455152,7 @@ b.get$_expense_model$_$this()._expense_model$_loadedAt = t1; return b; }, - $signature: 36 + $signature: 37 }; A._startRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -445388,7 +455174,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 323 + $signature: 340 }; A._stopRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -445410,7 +455196,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 323 + $signature: 340 }; A._setLoadedRecurringExpense_closure.prototype = { call$1(b) { @@ -445418,7 +455204,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedRecurringExpense__closure())); return b; }, - $signature: 324 + $signature: 339 }; A._setLoadedRecurringExpense__closure.prototype = { call$1(b) { @@ -445426,13 +455212,13 @@ b.get$_expense_model$_$this()._expense_model$_loadedAt = t1; return b; }, - $signature: 36 + $signature: 37 }; A.memoizedFilteredRecurringExpenseList_closure.prototype = { call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredRecurringExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 731 + $signature: 645 }; A.filteredRecurringExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -445538,7 +455324,7 @@ t2 = t2.filter; return t1.matchesFilter$1(t2) || expenseCategory.matchesFilter$1(t2) || client.matchesNameOrEmail$1(t2) || vendor.matchesNameOrEmail$1(t2); }, - $signature: 12 + $signature: 11 }; A.filteredRecurringExpensesSelector_closure0.prototype = { call$2(expenseAId, expenseBId) { @@ -445549,13 +455335,13 @@ t3 = _this.expenseListState; return t2.compareTo$9(0, t1.$index(0, expenseBId), t3.sortField, t3.sortAscending, _this.clientMap, _this.userMap, _this.vendorMap, _this.invoiceMap, _this.expenseCategoryMap, _this.staticState); }, - $signature: 25 + $signature: 26 }; A.memoizedRecurringExpenseStatsForClient_closure.prototype = { call$2(clientId, expenseMap) { return A.recurringExpenseStatsForClient(clientId, expenseMap); }, - $signature: 181 + $signature: 178 }; A.recurringExpenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -445588,13 +455374,13 @@ } } }, - $signature: 121 + $signature: 130 }; A.memoizedRecurringExpenseStatsForVendor_closure.prototype = { call$2(vendorId, expenseMap) { return A.recurringExpenseStatsForVendor(vendorId, expenseMap); }, - $signature: 181 + $signature: 178 }; A.recurringExpenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -445627,13 +455413,13 @@ } } }, - $signature: 121 + $signature: 130 }; A.memoizedTransactionStatsForVendor_closure.prototype = { call$2(vendorId, transactionMap) { return A.transactionStatsForVendor(vendorId, transactionMap); }, - $signature: 402 + $signature: 408 }; A.transactionStatsForVendor_closure.prototype = { call$2(transactionId, transaction) { @@ -445666,13 +455452,13 @@ } } }, - $signature: 401 + $signature: 407 }; A.memoizedRecurringExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.recurringExpenseStatsForUser(userId, expenseMap); }, - $signature: 181 + $signature: 178 }; A.recurringExpenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -445700,13 +455486,13 @@ } } }, - $signature: 121 + $signature: 130 }; A.memoizedRecurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expenseMap) { return A.recurringExpenseStatsForExpense(expenseId, expenseMap); }, - $signature: 181 + $signature: 178 }; A.recurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expense) { @@ -445734,7 +455520,7 @@ } } }, - $signature: 121 + $signature: 130 }; A.RecurringExpenseState.prototype = { $get$1(_, recurringExpenseId) { @@ -445764,7 +455550,7 @@ call$1(item) { return item; }, - $signature: 728 + $signature: 644 }; A.RecurringExpenseState_loadRecurringExpenses_closure.prototype = { call$1(b) { @@ -445779,7 +455565,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 324 + $signature: 339 }; A.RecurringExpenseUIState.prototype = { get$isCreatingNew() { @@ -446337,7 +456123,7 @@ call$1(recurringInvoice) { return recurringInvoice.get$id(recurringInvoice); }, - $signature: 49 + $signature: 51 }; A.handleRecurringInvoiceAction_closure0.prototype = { call$1(_) { @@ -446346,7 +456132,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdatePricesRecurringInvoicesRequest(t1, this.recurringInvoiceIds)); }, - $signature: 26 + $signature: 28 }; A.handleRecurringInvoiceAction_closure1.prototype = { call$1(context) { @@ -446484,7 +456270,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewRecurringInvoiceList_closure.prototype = { call$3(store, dynamicAction, next) { @@ -446512,7 +456298,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._showPdfRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -446545,7 +456331,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._startRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -446567,7 +456353,7 @@ t1[0].call$1(new A.StartRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._startRecurringInvoice__closure0.prototype = { call$1(error) { @@ -446600,7 +456386,7 @@ t1[0].call$1(new A.StopRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._stopRecurringInvoice__closure0.prototype = { call$1(error) { @@ -446633,7 +456419,7 @@ t1[0].call$1(new A.UpdatePricesRecurringInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._updatePricesRecurringInvoice__closure0.prototype = { call$1(error) { @@ -446667,7 +456453,7 @@ t1[0].call$1(new A.IncreasePricesRecurringInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._increasePricesRecurringInvoice__closure0.prototype = { call$1(error) { @@ -446701,7 +456487,7 @@ t1[0].call$1(new A.SendNowRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._sendNowRecurringInvoice__closure0.prototype = { call$1(error) { @@ -446737,7 +456523,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._archiveRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -446746,7 +456532,7 @@ t1[0].call$1(new A.ArchiveRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._archiveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -446781,7 +456567,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._deleteRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -446790,7 +456576,7 @@ t1[0].call$1(new A.DeleteRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._deleteRecurringInvoice__closure1.prototype = { call$1(error) { @@ -446825,7 +456611,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 90 + $signature: 93 }; A._restoreRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -446834,7 +456620,7 @@ t1[0].call$1(new A.RestoreRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 37 + $signature: 38 }; A._restoreRecurringInvoice__closure1.prototype = { call$1(error) { @@ -446873,7 +456659,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 86 }; A._saveRecurringInvoice__closure0.prototype = { call$1(recurringInvoice) { @@ -446889,7 +456675,7 @@ } t1.completer.complete$1(0, recurringInvoice); }, - $signature: 86 + $signature: 87 }; A._saveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -446927,7 +456713,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 86 + $signature: 87 }; A._loadRecurringInvoice__closure0.prototype = { call$1(error) { @@ -446974,19 +456760,19 @@ } else t1[0].call$1(new A.LoadPayments(null, 1)); }, - $signature: 337 + $signature: 315 }; A._loadRecurringInvoices___closure.prototype = { call$1(client) { B.JSArray_methods.forEach$1(client.documents._list$_list, new A._loadRecurringInvoices____closure(this.documents, client)); }, - $signature: 143 + $signature: 149 }; A._loadRecurringInvoices____closure.prototype = { call$1(invoice) { this.documents.push(invoice.rebuild$1(new A._loadRecurringInvoices_____closure(this.client))); }, - $signature: 39 + $signature: 42 }; A._loadRecurringInvoices_____closure.prototype = { call$1(b) { @@ -446994,7 +456780,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_recurringInvoice; return b; }, - $signature: 35 + $signature: 36 }; A._loadRecurringInvoices__closure0.prototype = { call$1(error) { @@ -447037,13 +456823,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 86 + $signature: 87 }; A._saveDocument___closure1.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure1(this.invoice))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure1.prototype = { call$1(b) { @@ -447051,7 +456837,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_recurringInvoice; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure4.prototype = { call$1(error) { @@ -447089,200 +456875,200 @@ b.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_historyActivityId = t3; return b; }, - $signature: 1859 + $signature: 1861 }; A.forceSelectedReducer_closure125.prototype = { call$2(completer, action) { return true; }, - $signature: 1860 + $signature: 1862 }; A.forceSelectedReducer_closure126.prototype = { call$2(completer, action) { return false; }, - $signature: 1861 + $signature: 1863 }; A.forceSelectedReducer_closure127.prototype = { call$2(completer, action) { return false; }, - $signature: 1862 + $signature: 1864 }; A.forceSelectedReducer_closure128.prototype = { call$2(completer, action) { return false; }, - $signature: 1863 + $signature: 1865 }; A.forceSelectedReducer_closure129.prototype = { call$2(completer, action) { return false; }, - $signature: 1864 + $signature: 1866 }; A.forceSelectedReducer_closure130.prototype = { call$2(completer, action) { return false; }, - $signature: 1865 + $signature: 1867 }; A.forceSelectedReducer_closure131.prototype = { call$2(completer, action) { return false; }, - $signature: 1866 + $signature: 1868 }; A.forceSelectedReducer_closure132.prototype = { call$2(completer, action) { return false; }, - $signature: 1867 + $signature: 1869 }; A.forceSelectedReducer_closure133.prototype = { call$2(completer, action) { return false; }, - $signature: 1868 + $signature: 1870 }; A.tabIndexReducer_closure13.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 1869 + $signature: 1871 }; A.tabIndexReducer_closure14.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.historyActivityIdReducer_closure1.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 1870 + $signature: 1872 }; A.editingItemIndexReducer_closure.prototype = { call$2(index, action) { return null; }, - $signature: 1871 + $signature: 1873 }; A.editingItemIndexReducer_closure0.prototype = { call$2(index, action) { return action.itemIndex; }, - $signature: 1872 + $signature: 1874 }; A.selectedIdReducer_closure239.prototype = { call$2(completer, action) { return ""; }, - $signature: 1873 + $signature: 1875 }; A.selectedIdReducer_closure240.prototype = { call$2(completer, action) { return ""; }, - $signature: 1874 + $signature: 1876 }; A.selectedIdReducer_closure241.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure242.prototype = { call$2(selectedId, action) { return action.recurringInvoiceId; }, - $signature: 1875 + $signature: 1877 }; A.selectedIdReducer_closure243.prototype = { call$2(selectedId, action) { return action.recurringInvoice.id; }, - $signature: 1876 + $signature: 1878 }; A.selectedIdReducer_closure244.prototype = { call$2(selectedId, action) { var t1 = action.get$invoice(); return t1.get$id(t1); }, - $signature: 1877 + $signature: 1879 }; A.selectedIdReducer_closure245.prototype = { call$2(selectedId, action) { return action.invoice.id; }, - $signature: 1878 + $signature: 1880 }; A.selectedIdReducer_closure246.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure247.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure248.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1879 + $signature: 1881 }; A.selectedIdReducer_closure249.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1880 + $signature: 1882 }; A.selectedIdReducer_closure250.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1881 + $signature: 1883 }; A.selectedIdReducer_closure251.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1882 + $signature: 1884 }; A.selectedIdReducer_closure252.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1883 + $signature: 1885 }; A.selectedIdReducer_closure253.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1884 + $signature: 1886 }; A.selectedIdReducer_closure254.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1885 + $signature: 1887 }; A.selectedIdReducer_closure255.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1886 + $signature: 1888 }; A.selectedIdReducer_closure256.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? "" : selectedId; }, - $signature: 170 + $signature: 183 }; A.selectedIdReducer_closure257.prototype = { call$2(selectedId, action) { @@ -447295,13 +457081,13 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure76.prototype = { call$2(recurringInvoice, action) { return action.recurringInvoice.rebuild$1(new A.editingReducer__closure33()); }, - $signature: 1887 + $signature: 1889 }; A.editingReducer__closure33.prototype = { call$1(b) { @@ -447314,7 +457100,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure32()); }, - $signature: 665 + $signature: 627 }; A.editingReducer__closure32.prototype = { call$1(b) { @@ -447327,13 +457113,13 @@ call$2(invoice, action) { return invoice.moveLineItem$2(action.oldIndex, action.newIndex); }, - $signature: 1889 + $signature: 1891 }; A.editingReducer_closure79.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure31()); }, - $signature: 1890 + $signature: 1892 }; A.editingReducer__closure31.prototype = { call$1(b) { @@ -447346,7 +457132,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure30()); }, - $signature: 1891 + $signature: 1893 }; A.editingReducer__closure30.prototype = { call$1(b) { @@ -447359,7 +457145,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure29(action.client)); }, - $signature: 1892 + $signature: 1894 }; A.editingReducer__closure29.prototype = { call$1(b) { @@ -447385,31 +457171,31 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 220 + $signature: 212 }; A.editingReducer_closure82.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1893 + $signature: 1895 }; A.editingReducer_closure83.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1894 + $signature: 1896 }; A.editingReducer_closure84.prototype = { call$2(recurringInvoices, action) { return J.$index$asx(action.recurringInvoices, 0); }, - $signature: 1895 + $signature: 1897 }; A.editingReducer_closure85.prototype = { call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure28(action)); }, - $signature: 1896 + $signature: 1898 }; A.editingReducer__closure28.prototype = { call$1(b) { @@ -447427,7 +457213,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure27(action)); }, - $signature: 1897 + $signature: 1899 }; A.editingReducer__closure27.prototype = { call$1(b) { @@ -447473,7 +457259,7 @@ call$2(state, action) { return state.rebuild$1(new A.recurringInvoiceListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.recurringInvoiceListReducer__closure.prototype = { call$1(b) { @@ -447647,13 +457433,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 194 + $signature: 197 }; A._purgeClientSuccess_closure13.prototype = { call$1(each) { return each.id; }, - $signature: 336 + $signature: 271 }; A._purgeClientSuccess_closure11.prototype = { call$1(b) { @@ -447666,19 +457452,19 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure8(t1), true); return b; }, - $signature: 322 + $signature: 341 }; A._purgeClientSuccess__closure7.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 416 + $signature: 437 }; A._purgeClientSuccess__closure8.prototype = { call$1(p0) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 12 + $signature: 11 }; A._archiveRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -447700,7 +457486,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 246 + $signature: 258 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -447722,7 +457508,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 246 + $signature: 258 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -447732,7 +457518,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 322 + $signature: 341 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -447754,7 +457540,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 246 + $signature: 258 }; A._sendNowRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -447776,7 +457562,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 246 + $signature: 258 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -447798,7 +457584,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 246 + $signature: 258 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -447820,7 +457606,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 246 + $signature: 258 }; A._addRecurringInvoice_closure.prototype = { call$1(b) { @@ -447832,7 +457618,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 322 + $signature: 341 }; A._addRecurringInvoice__closure.prototype = { call$1(b) { @@ -447847,7 +457633,7 @@ b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$recurringInvoice()), this.recurringInvoice.rebuild$1(new A._updateRecurringInvoice__closure())); return b; }, - $signature: 322 + $signature: 341 }; A._updateRecurringInvoice__closure.prototype = { call$1(b) { @@ -447861,7 +457647,7 @@ call$7(selectionState, recurringInvoiceMap, clientMap, vendorMap, recurringInvoiceList, recurringInvoiceListState, userMap) { return A.filteredRecurringInvoicesSelector(selectionState, recurringInvoiceMap, clientMap, vendorMap, recurringInvoiceList, recurringInvoiceListState, userMap); }, - $signature: 1900 + $signature: 1902 }; A.filteredRecurringInvoicesSelector_closure.prototype = { call$1(recurringInvoiceId) { @@ -447933,7 +457719,7 @@ } return true; }, - $signature: 12 + $signature: 11 }; A.filteredRecurringInvoicesSelector_closure0.prototype = { call$2(recurringInvoiceAId, recurringInvoiceBId) { @@ -447944,13 +457730,13 @@ t3 = _this.invoiceListState; return t2.compareTo$6$clientMap$invoice$sortAscending$sortField$userMap$vendorMap(0, _this.clientMap, t1.$index(0, recurringInvoiceBId), t3.sortAscending, t3.sortField, _this.userMap, _this.vendorMap); }, - $signature: 25 + $signature: 26 }; A.memoizedRecurringInvoiceStatsForClient_closure.prototype = { call$2(clientId, invoiceMap) { return A.recurringInvoiceStatsForClient(clientId, invoiceMap); }, - $signature: 99 + $signature: 102 }; A.recurringInvoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -447983,13 +457769,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedRecurringInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.recurringInvoiceStatsForUser(userId, invoiceMap); }, - $signature: 99 + $signature: 102 }; A.recurringInvoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -448017,13 +457803,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedRecurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoiceMap) { return A.recurringInvoiceStatsForInvoice(invoiceId, invoiceMap); }, - $signature: 99 + $signature: 102 }; A.recurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoice) { @@ -448051,13 +457837,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedRecurringInvoiceStatsForDesign_closure.prototype = { call$2(designId, recurringInvoiceMap) { return A.recurringInvoiceStatsForDesign(designId, recurringInvoiceMap); }, - $signature: 99 + $signature: 102 }; A.recurringInvoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -448090,13 +457876,13 @@ } } }, - $signature: 69 + $signature: 70 }; A.memoizedRecurringInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.recurringInvoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 99 + $signature: 102 }; A.recurringInvoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -448129,7 +457915,7 @@ } } }, - $signature: 69 + $signature: 70 }; A.RecurringInvoiceState.prototype = { $get$1(_, invoiceId) { @@ -448174,7 +457960,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 322 + $signature: 341 }; A.RecurringInvoiceUIState.prototype = { get$isCreatingNew() { @@ -448641,7 +458427,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A.reportsUIReducer_closure.prototype = { call$1(b) { @@ -448651,14 +458437,14 @@ b.get$_reports_state$_$this()._chart = ""; return b; }, - $signature: 563 + $signature: 574 }; A.reportsUIReducer_closure0.prototype = { call$1(b) { b.get$_reports_state$_$this()._report = this.action.report; return b; }, - $signature: 563 + $signature: 574 }; A.reportsUIReducer_closure1.prototype = { call$1(b) { @@ -448694,7 +458480,7 @@ t2.replace$1(0, t1 == null ? _this.state.filters : t1); return b; }, - $signature: 563 + $signature: 574 }; A.ReportsUIState.prototype = { get$isGroupByFiltered() { @@ -449017,7 +458803,7 @@ call$1(schedule) { return schedule.get$id(schedule); }, - $signature: 49 + $signature: 51 }; A._editSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449067,7 +458853,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewScheduleList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -449095,7 +458881,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449119,7 +458905,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].scheduleState.map._map$_map.$index(0, id); }, - $signature: 565 + $signature: 575 }; A._archiveSchedule__closure0.prototype = { call$1(schedules) { @@ -449128,7 +458914,7 @@ t1[0].call$1(new A.ArchiveSchedulesSuccess(schedules)); this.action.completer.complete$1(0, null); }, - $signature: 567 + $signature: 576 }; A._archiveSchedule__closure1.prototype = { call$1(error) { @@ -449163,7 +458949,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].scheduleState.map._map$_map.$index(0, id); }, - $signature: 565 + $signature: 575 }; A._deleteSchedule__closure0.prototype = { call$1(schedules) { @@ -449172,7 +458958,7 @@ t1[0].call$1(new A.DeleteSchedulesSuccess(schedules)); this.action.completer.complete$1(0, null); }, - $signature: 567 + $signature: 576 }; A._deleteSchedule__closure1.prototype = { call$1(error) { @@ -449207,7 +458993,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].scheduleState.map._map$_map.$index(0, id); }, - $signature: 565 + $signature: 575 }; A._restoreSchedule__closure0.prototype = { call$1(schedules) { @@ -449216,7 +459002,7 @@ t1[0].call$1(new A.RestoreSchedulesSuccess(schedules)); this.action.completer.complete$1(0, null); }, - $signature: 567 + $signature: 576 }; A._restoreSchedule__closure1.prototype = { call$1(error) { @@ -449259,7 +459045,7 @@ } t1.completer.complete$1(0, schedule); }, - $signature: 381 + $signature: 380 }; A._saveSchedule__closure0.prototype = { call$1(error) { @@ -449295,7 +459081,7 @@ t1[0].call$1(new A.LoadScheduleSuccess(schedule)); this.action.completer.complete$1(0, null); }, - $signature: 381 + $signature: 380 }; A._loadSchedule__closure0.prototype = { call$1(error) { @@ -449333,7 +459119,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1905 + $signature: 1907 }; A._loadSchedules__closure0.prototype = { call$1(error) { @@ -449369,151 +459155,151 @@ b.get$_schedule_state$_$this()._schedule_state$_tabIndex = t3; return b; }, - $signature: 1906 + $signature: 1908 }; A.forceSelectedReducer_closure201.prototype = { call$2(completer, action) { return true; }, - $signature: 1907 + $signature: 1909 }; A.forceSelectedReducer_closure202.prototype = { call$2(completer, action) { return false; }, - $signature: 1908 + $signature: 1910 }; A.forceSelectedReducer_closure203.prototype = { call$2(completer, action) { return false; }, - $signature: 1909 + $signature: 1911 }; A.forceSelectedReducer_closure204.prototype = { call$2(completer, action) { return false; }, - $signature: 1910 + $signature: 1912 }; A.forceSelectedReducer_closure205.prototype = { call$2(completer, action) { return false; }, - $signature: 1911 + $signature: 1913 }; A.forceSelectedReducer_closure206.prototype = { call$2(completer, action) { return false; }, - $signature: 1912 + $signature: 1914 }; A.forceSelectedReducer_closure207.prototype = { call$2(completer, action) { return false; }, - $signature: 1913 + $signature: 1915 }; A.forceSelectedReducer_closure208.prototype = { call$2(completer, action) { return false; }, - $signature: 1914 + $signature: 1916 }; A.tabIndexReducer_closure27.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1915 + $signature: 1917 }; A.tabIndexReducer_closure28.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.selectedIdReducer_closure384.prototype = { call$2(completer, action) { return ""; }, - $signature: 1916 + $signature: 1918 }; A.selectedIdReducer_closure385.prototype = { call$2(completer, action) { return ""; }, - $signature: 1917 + $signature: 1919 }; A.selectedIdReducer_closure386.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_schedule ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure387.prototype = { call$2(selectedId, action) { return action.get$scheduleId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure388.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$schedule()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure389.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure390.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure391.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1918 + $signature: 1920 }; A.selectedIdReducer_closure392.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1919 + $signature: 1921 }; A.selectedIdReducer_closure393.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1920 + $signature: 1922 }; A.selectedIdReducer_closure394.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1921 + $signature: 1923 }; A.selectedIdReducer_closure395.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1922 + $signature: 1924 }; A.selectedIdReducer_closure396.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1923 + $signature: 1925 }; A.selectedIdReducer_closure397.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1924 + $signature: 1926 }; A.selectedIdReducer_closure398.prototype = { call$2(selectedId, action) { @@ -449526,44 +459312,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure126.prototype = { call$2(schedules, action) { return J.$index$asx(action.schedules, 0); }, - $signature: 1925 + $signature: 1927 }; A.editingReducer_closure127.prototype = { call$2(schedules, action) { return J.$index$asx(action.schedules, 0); }, - $signature: 1926 + $signature: 1928 }; A.editingReducer_closure128.prototype = { call$2(schedules, action) { return J.$index$asx(action.schedules, 0); }, - $signature: 1927 + $signature: 1929 }; A.editingReducer_closure129.prototype = { call$2(schedule, action) { return action.schedule.rebuild$1(new A.editingReducer__closure48()); }, - $signature: 1928 + $signature: 1930 }; A.editingReducer__closure48.prototype = { call$1(b) { b.get$_schedule_model$_$this()._schedule_model$_isChanged = true; return b; }, - $signature: 82 + $signature: 88 }; A.scheduleListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.scheduleListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.scheduleListReducer__closure.prototype = { call$1(b) { @@ -449716,7 +459502,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 576 + $signature: 578 }; A._deleteScheduleSuccess_closure.prototype = { call$1(b) { @@ -449738,7 +459524,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 576 + $signature: 578 }; A._restoreScheduleSuccess_closure.prototype = { call$1(b) { @@ -449760,7 +459546,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 576 + $signature: 578 }; A._addSchedule_closure.prototype = { call$1(b) { @@ -449772,7 +459558,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 380 + $signature: 442 }; A._updateSchedule_closure.prototype = { call$1(b) { @@ -449780,7 +459566,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 380 + $signature: 442 }; A._setLoadedSchedule_closure.prototype = { call$1(b) { @@ -449788,13 +459574,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 380 + $signature: 442 }; A.memoizedFilteredScheduleList_closure.prototype = { call$4(selectionState, scheduleMap, scheduleList, scheduleListState) { return A.filteredSchedulesSelector(selectionState, scheduleMap, scheduleList, scheduleListState); }, - $signature: 1931 + $signature: 1933 }; A.filteredSchedulesSelector_closure.prototype = { call$1(scheduleId) { @@ -449807,7 +459593,7 @@ return false; return A.matchesStrings(A._setArrayType([schedule.template], type$.JSArray_nullable_String), t1.filter); }, - $signature: 12 + $signature: 11 }; A.filteredSchedulesSelector_closure0.prototype = { call$2(scheduleAId, scheduleBId) { @@ -449818,7 +459604,7 @@ t3 = this.scheduleListState; return t2.compareTo$3(0, t1.$index(0, scheduleBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.ScheduleState.prototype = { loadSchedules$1(clients) { @@ -449838,7 +459624,7 @@ call$1(item) { return item; }, - $signature: 1932 + $signature: 1934 }; A.ScheduleState_loadSchedules_closure.prototype = { call$1(b) { @@ -449853,7 +459639,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 380 + $signature: 442 }; A.ScheduleUIState.prototype = { get$isCreatingNew() { @@ -450395,7 +460181,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._saveCompany_closure.prototype = { call$3(store, dynamicAction, next) { @@ -450418,7 +460204,7 @@ this.action.completer.complete$0(0); A.WidgetUtils_updateData(); }, - $signature: 579 + $signature: 580 }; A._saveCompany__closure0.prototype = { call$1(error) { @@ -450451,7 +460237,7 @@ t1[0].call$1(new A.SaveEInvoiceCertificateSuccess(company)); this.action.completer.complete$0(0); }, - $signature: 579 + $signature: 580 }; A._saveEInvoiceCertificate__closure0.prototype = { call$1(error) { @@ -450487,7 +460273,7 @@ t1.complete$0(0); A.WidgetUtils_updateData(); }, - $signature: 167 + $signature: 187 }; A._saveAuthUser__closure0.prototype = { call$1(error) { @@ -450524,7 +460310,7 @@ t1[0].call$1(new A.ConnectOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 167 + $signature: 187 }; A._connectOAuthUser__closure0.prototype = { call$1(error) { @@ -450559,7 +460345,7 @@ t1[0].call$1(new A.DisconnectOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 167 + $signature: 187 }; A._disconnectOAuthUser__closure0.prototype = { call$1(error) { @@ -450594,7 +460380,7 @@ t1[0].call$1(new A.DisconnectOAuthMailerSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 167 + $signature: 187 }; A._disconnectOAuthMailer__closure0.prototype = { call$1(error) { @@ -450631,7 +460417,7 @@ t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 167 + $signature: 187 }; A._connectGmailUser__closure0.prototype = { call$1(error) { @@ -450668,7 +460454,7 @@ t1[0].call$1(new A.DisableTwoFactorSuccess()); this.action.completer.complete$0(0); }, - $signature: 187 + $signature: 188 }; A._disableTwoFactor__closure0.prototype = { call$1(error) { @@ -450703,7 +460489,7 @@ t1[0].call$1(new A.SaveUserSettingsSuccess(userCompany)); this.action.completer.complete$0(0); }, - $signature: 1935 + $signature: 1937 }; A._saveSettings__closure0.prototype = { call$1(error) { @@ -450760,7 +460546,7 @@ } t1.completer.complete$0(0); }, - $signature: 1936 + $signature: 1938 }; A._uploadLogo__closure0.prototype = { call$1(error) { @@ -450804,13 +460590,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 579 + $signature: 580 }; A._saveDocument___closure4.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure4(this.company))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure4.prototype = { call$1(b) { @@ -450818,7 +460604,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_company; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure10.prototype = { call$1(error) { @@ -450835,7 +460621,7 @@ call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure20(action, state)); }, - $signature: 1937 + $signature: 1939 }; A.settingsUIReducer__closure20.prototype = { call$1(b) { @@ -450912,13 +460698,13 @@ b.get$_settings_state$_$this()._settings_state$_entityType = t1; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure0.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure19(action)); }, - $signature: 1939 + $signature: 1941 }; A.settingsUIReducer__closure19.prototype = { call$1(b) { @@ -450929,7 +460715,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure1.prototype = { call$2(state, action) { @@ -450942,7 +460728,7 @@ return state.rebuild$1(new A.settingsUIReducer__closure18(action)); } }, - $signature: 1940 + $signature: 1942 }; A.settingsUIReducer__closure16.prototype = { call$1(b) { @@ -450953,7 +460739,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer__closure17.prototype = { call$1(b) { @@ -450964,7 +460750,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer__closure18.prototype = { call$1(b) { @@ -450975,13 +460761,13 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure2.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure15(action)); }, - $signature: 1941 + $signature: 1943 }; A.settingsUIReducer__closure15.prototype = { call$1(b) { @@ -450992,13 +460778,13 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure3.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure14(state)); }, - $signature: 1942 + $signature: 1944 }; A.settingsUIReducer__closure14.prototype = { call$1(b) { @@ -451025,13 +460811,13 @@ b.get$_settings_state$_$this()._updatedAt = t2; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure4.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure13(action)); }, - $signature: 1943 + $signature: 1945 }; A.settingsUIReducer__closure13.prototype = { call$1(b) { @@ -451047,13 +460833,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure5.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure12()); }, - $signature: 1944 + $signature: 1946 }; A.settingsUIReducer__closure12.prototype = { call$1(b) { @@ -451061,13 +460847,13 @@ b.get$_settings_state$_$this()._updatedAt = t1; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure6.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure11(action)); }, - $signature: 1945 + $signature: 1947 }; A.settingsUIReducer__closure11.prototype = { call$1(b) { @@ -451083,13 +460869,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure7.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure10(action)); }, - $signature: 1946 + $signature: 1948 }; A.settingsUIReducer__closure10.prototype = { call$1(b) { @@ -451105,13 +460891,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure8.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure9(action)); }, - $signature: 1947 + $signature: 1949 }; A.settingsUIReducer__closure9.prototype = { call$1(b) { @@ -451125,13 +460911,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure9.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure8(action)); }, - $signature: 1948 + $signature: 1950 }; A.settingsUIReducer__closure8.prototype = { call$1(b) { @@ -451145,13 +460931,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure10.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure7(action)); }, - $signature: 1949 + $signature: 1951 }; A.settingsUIReducer__closure7.prototype = { call$1(b) { @@ -451165,13 +460951,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure11.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure6(action)); }, - $signature: 1950 + $signature: 1952 }; A.settingsUIReducer__closure6.prototype = { call$1(b) { @@ -451185,13 +460971,13 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure12.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure5(action, state)); }, - $signature: 1951 + $signature: 1953 }; A.settingsUIReducer__closure5.prototype = { call$1(b) { @@ -451201,13 +460987,13 @@ b.get$_settings_state$_$this()._settings_state$_filterClearedAt = t1; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure13.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure4(state)); }, - $signature: 1952 + $signature: 1954 }; A.settingsUIReducer__closure4.prototype = { call$1(b) { @@ -451223,39 +461009,39 @@ b.get$_settings_state$_$this()._tabIndex = 0; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure14.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure3(action)); }, - $signature: 1953 + $signature: 1955 }; A.settingsUIReducer__closure3.prototype = { call$1(b) { b.get$_settings_state$_$this()._tabIndex = this.action.tabIndex; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure15.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure2(action)); }, - $signature: 1954 + $signature: 1956 }; A.settingsUIReducer__closure2.prototype = { call$1(b) { b.get$_settings_state$_$this()._selectedTemplate = this.action.selectedTemplate; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure16.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure1()); }, - $signature: 1955 + $signature: 1957 }; A.settingsUIReducer__closure1.prototype = { call$1(b) { @@ -451263,33 +461049,33 @@ b.get$_settings_state$_$this()._updatedAt = t1; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure17.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure0(state)); }, - $signature: 1956 + $signature: 1958 }; A.settingsUIReducer__closure0.prototype = { call$1(b) { b.get$_settings_state$_$this()._showNewSettings = !this.state.showNewSettings; return b; }, - $signature: 89 + $signature: 92 }; A.settingsUIReducer_closure18.prototype = { call$2(state, action) { return state.rebuild$1(new A.settingsUIReducer__closure(state)); }, - $signature: 1957 + $signature: 1959 }; A.settingsUIReducer__closure.prototype = { call$1(b) { b.get$_settings_state$_$this()._settings_state$_showPdfPreview = !this.state.showPdfPreview; return b; }, - $signature: 89 + $signature: 92 }; A.SettingsUIState.prototype = { get$settings() { @@ -451867,7 +461653,7 @@ b.get$gatewayMap().addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(t1.gateways, new A.staticLoadedReducer__closure15(), new A.staticLoadedReducer__closure16(), t2, type$.GatewayEntity)); return b; }, - $signature: 1958 + $signature: 1960 }; A.staticLoadedReducer__closure.prototype = { call$1(item) { @@ -451879,7 +461665,7 @@ call$1(item) { return item; }, - $signature: 1959 + $signature: 1961 }; A.staticLoadedReducer__closure1.prototype = { call$1(item) { @@ -451891,7 +461677,7 @@ call$1(item) { return item; }, - $signature: 1960 + $signature: 1962 }; A.staticLoadedReducer__closure3.prototype = { call$1(item) { @@ -451903,7 +461689,7 @@ call$1(item) { return item; }, - $signature: 1961 + $signature: 1963 }; A.staticLoadedReducer__closure5.prototype = { call$1(item) { @@ -451915,7 +461701,7 @@ call$1(item) { return item; }, - $signature: 1962 + $signature: 1964 }; A.staticLoadedReducer__closure7.prototype = { call$1(item) { @@ -451927,7 +461713,7 @@ call$1(item) { return item; }, - $signature: 1963 + $signature: 1965 }; A.staticLoadedReducer__closure9.prototype = { call$1(item) { @@ -451939,7 +461725,7 @@ call$1(item) { return item; }, - $signature: 1964 + $signature: 1966 }; A.staticLoadedReducer__closure11.prototype = { call$1(item) { @@ -451951,7 +461737,7 @@ call$1(item) { return item; }, - $signature: 1965 + $signature: 1967 }; A.staticLoadedReducer__closure13.prototype = { call$1(item) { @@ -451963,7 +461749,7 @@ call$1(item) { return item; }, - $signature: 1966 + $signature: 1968 }; A.staticLoadedReducer__closure15.prototype = { call$1(item) { @@ -451975,26 +461761,26 @@ call$1(item) { return item; }, - $signature: 1967 + $signature: 1969 }; A.memoizedCountryList_closure.prototype = { call$1(countryMap) { return A.countryList(countryMap); }, - $signature: 1968 + $signature: 1970 }; A.countryList_closure.prototype = { call$2(idA, idB) { var t1 = this.countryMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 25 + $signature: 26 }; A.memoizedCountryIso2Map_closure.prototype = { call$1(countryMap) { return A.countryIso2Map(countryMap); }, - $signature: 1969 + $signature: 1971 }; A.countryIso2Map_closure.prototype = { call$1(countryId) { @@ -452008,7 +461794,7 @@ call$1(groupMap) { return A.groupList(groupMap); }, - $signature: 1970 + $signature: 1972 }; A.groupList_closure.prototype = { call$1(groupId) { @@ -452028,98 +461814,98 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.groupList_closure0.prototype = { call$2(idA, idB) { var t1 = this.groupMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 25 + $signature: 26 }; A.memoizedLanguageList_closure.prototype = { call$1(languageMap) { return A.languageList(languageMap); }, - $signature: 1971 + $signature: 1973 }; A.languageList_closure.prototype = { call$2(idA, idB) { var t1 = this.languageMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 25 + $signature: 26 }; A.memoizedCurrencyList_closure.prototype = { call$1(currencyMap) { return A.currencyList(currencyMap); }, - $signature: 1972 + $signature: 1974 }; A.currencyList_closure.prototype = { call$2(idA, idB) { var t1 = this.currencyMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 25 + $signature: 26 }; A.memoizedTimezoneList_closure.prototype = { call$1(timezoneMap) { return A.timezoneList(timezoneMap); }, - $signature: 1973 + $signature: 1975 }; A.timezoneList_closure.prototype = { call$2(idA, idB) { var t1 = this.timezoneMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 25 + $signature: 26 }; A.memoizedDateFormatList_closure.prototype = { call$1(dateFormatMap) { return A.dateFormatList(dateFormatMap); }, - $signature: 1974 + $signature: 1976 }; A.dateFormatList_closure.prototype = { call$2(idA, idB) { var t1 = this.dateFormatMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).get$preview(), t1.$index(0, idB).get$preview()); }, - $signature: 25 + $signature: 26 }; A.memoizedIndustryList_closure.prototype = { call$1(industryMap) { return A.industryList(industryMap); }, - $signature: 1975 + $signature: 1977 }; A.industryList_closure.prototype = { call$2(idA, idB) { var t1 = this.industryMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 137 + $signature: 150 }; A.memoizedSizeList_closure.prototype = { call$1(sizeMap) { return A.sizeList(sizeMap); }, - $signature: 1976 + $signature: 1978 }; A.sizeList_closure.prototype = { call$2(idA, idB) { var t1 = this.sizeMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).id, t1.$index(0, idB).id); }, - $signature: 25 + $signature: 26 }; A.memoizedGatewayList_closure.prototype = { call$2(gatewayMap, isHosted) { return A.gatewayList(gatewayMap, isHosted); }, - $signature: 1977 + $signature: 1979 }; A.gatewayList_closure.prototype = { call$1(gatewayId) { @@ -452134,39 +461920,39 @@ return false; return true; }, - $signature: 12 + $signature: 11 }; A.gatewayList_closure0.prototype = { call$2(idA, idB) { var t1 = this.gatewayMap._map$_map; return B.JSInt_methods.compareTo$1(t1.$index(0, idA).sortOrder, t1.$index(0, idB).sortOrder); }, - $signature: 25 + $signature: 26 }; A.memoizedPaymentTypeList_closure.prototype = { call$1(paymentTypeMap) { return A.paymentTypeList(paymentTypeMap); }, - $signature: 1978 + $signature: 1980 }; A.paymentTypeList_closure.prototype = { call$2(idA, idB) { var t1 = this.paymentTypeMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).name, t1.$index(0, idB).name); }, - $signature: 137 + $signature: 150 }; A.memoizedFontMap_closure.prototype = { call$1(fontList) { return A.fontMap(fontList); }, - $signature: 1979 + $signature: 1981 }; A.fontMap_closure.prototype = { call$1(v) { return J.$index$asx(v, "value"); }, - $signature: 208 + $signature: 218 }; A.fontMap_closure0.prototype = { call$1(v) { @@ -452182,7 +461968,7 @@ A.BuiltValueNullFieldError_checkNotNull(t2, _s10_, "id"); return new A._$FontEntity(t1, t2); }, - $signature: 1980 + $signature: 1982 }; A.StaticState.prototype = { get$isStale() { @@ -452685,7 +462471,7 @@ call$1(subscription) { return subscription.get$id(subscription); }, - $signature: 49 + $signature: 51 }; A._editSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -452735,7 +462521,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewSubscriptionList_closure.prototype = { call$3(store, dynamicAction, next) { @@ -452763,7 +462549,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -452787,7 +462573,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 580 + $signature: 583 }; A._archiveSubscription__closure0.prototype = { call$1(subscriptions) { @@ -452796,7 +462582,7 @@ t1[0].call$1(new A.ArchiveSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 582 + $signature: 584 }; A._archiveSubscription__closure1.prototype = { call$1(error) { @@ -452831,7 +462617,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 580 + $signature: 583 }; A._deleteSubscription__closure0.prototype = { call$1(subscriptions) { @@ -452840,7 +462626,7 @@ t1[0].call$1(new A.DeleteSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 582 + $signature: 584 }; A._deleteSubscription__closure1.prototype = { call$1(error) { @@ -452875,7 +462661,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 580 + $signature: 583 }; A._restoreSubscription__closure0.prototype = { call$1(subscriptions) { @@ -452884,7 +462670,7 @@ t1[0].call$1(new A.RestoreSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 582 + $signature: 584 }; A._restoreSubscription__closure1.prototype = { call$1(error) { @@ -452924,7 +462710,7 @@ } t1.completer.complete$1(0, subscription); }, - $signature: 379 + $signature: 431 }; A._saveSubscription__closure0.prototype = { call$1(error) { @@ -452960,7 +462746,7 @@ t1[0].call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 379 + $signature: 431 }; A._loadSubscription__closure0.prototype = { call$1(error) { @@ -452998,7 +462784,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1984 + $signature: 1986 }; A._loadSubscriptions__closure0.prototype = { call$1(error) { @@ -453034,152 +462820,152 @@ b.get$_subscription_state$_$this()._subscription_state$_tabIndex = t3; return b; }, - $signature: 1985 + $signature: 1987 }; A.forceSelectedReducer_closure150.prototype = { call$2(completer, action) { return true; }, - $signature: 1986 + $signature: 1988 }; A.forceSelectedReducer_closure151.prototype = { call$2(completer, action) { return false; }, - $signature: 1987 + $signature: 1989 }; A.forceSelectedReducer_closure152.prototype = { call$2(completer, action) { return false; }, - $signature: 1988 + $signature: 1990 }; A.forceSelectedReducer_closure153.prototype = { call$2(completer, action) { return false; }, - $signature: 1989 + $signature: 1991 }; A.forceSelectedReducer_closure154.prototype = { call$2(completer, action) { return false; }, - $signature: 1990 + $signature: 1992 }; A.forceSelectedReducer_closure155.prototype = { call$2(completer, action) { return false; }, - $signature: 1991 + $signature: 1993 }; A.forceSelectedReducer_closure156.prototype = { call$2(completer, action) { return false; }, - $signature: 1992 + $signature: 1994 }; A.forceSelectedReducer_closure157.prototype = { call$2(completer, action) { return false; }, - $signature: 1993 + $signature: 1995 }; A.tabIndexReducer_closure15.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 1994 + $signature: 1996 }; A.tabIndexReducer_closure16.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.selectedIdReducer_closure288.prototype = { call$2(completer, action) { return ""; }, - $signature: 1995 + $signature: 1997 }; A.selectedIdReducer_closure289.prototype = { call$2(completer, action) { return ""; }, - $signature: 1996 + $signature: 1998 }; A.selectedIdReducer_closure290.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_paymentLink ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure291.prototype = { call$2(selectedId, action) { return action.get$subscriptionId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure292.prototype = { call$2(selectedId, action) { var t1 = action.get$subscription(); return t1.get$id(t1); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure293.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure294.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure295.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1997 + $signature: 1999 }; A.selectedIdReducer_closure296.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1998 + $signature: 2000 }; A.selectedIdReducer_closure297.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1999 + $signature: 2001 }; A.selectedIdReducer_closure298.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2000 + $signature: 2002 }; A.selectedIdReducer_closure299.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2001 + $signature: 2003 }; A.selectedIdReducer_closure300.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2002 + $signature: 2004 }; A.selectedIdReducer_closure301.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2003 + $signature: 2005 }; A.selectedIdReducer_closure302.prototype = { call$2(selectedId, action) { @@ -453192,44 +462978,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure95.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 2004 + $signature: 2006 }; A.editingReducer_closure96.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 2005 + $signature: 2007 }; A.editingReducer_closure97.prototype = { call$2(subscriptions, action) { return J.$index$asx(action.subscriptions, 0); }, - $signature: 2006 + $signature: 2008 }; A.editingReducer_closure98.prototype = { call$2(subscription, action) { return action.subscription.rebuild$1(new A.editingReducer__closure36()); }, - $signature: 2007 + $signature: 2009 }; A.editingReducer__closure36.prototype = { call$1(b) { b.get$_subscription_model$_$this()._subscription_model$_isChanged = true; return b; }, - $signature: 76 + $signature: 77 }; A.subscriptionListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.subscriptionListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.subscriptionListReducer__closure.prototype = { call$1(b) { @@ -453371,7 +463157,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 584 + $signature: 587 }; A._deleteSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -453393,7 +463179,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 584 + $signature: 587 }; A._restoreSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -453415,7 +463201,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 584 + $signature: 587 }; A._addSubscription_closure.prototype = { call$1(b) { @@ -453427,7 +463213,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 378 + $signature: 379 }; A._updateSubscription_closure.prototype = { call$1(b) { @@ -453435,7 +463221,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 378 + $signature: 379 }; A._setLoadedSubscription_closure.prototype = { call$1(b) { @@ -453443,13 +463229,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 378 + $signature: 379 }; A.memoizedFilteredSubscriptionList_closure.prototype = { call$4(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { return A.filteredSubscriptionsSelector(selectionState, subscriptionMap, subscriptionList, subscriptionListState); }, - $signature: 2011 + $signature: 2013 }; A.filteredSubscriptionsSelector_closure.prototype = { call$1(subscriptionId) { @@ -453467,7 +463253,7 @@ return false; return A.matchesStrings(A._setArrayType([t1.name], type$.JSArray_nullable_String), t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredSubscriptionsSelector_closure0.prototype = { call$2(subscriptionAId, subscriptionBId) { @@ -453478,7 +463264,7 @@ t3 = this.subscriptionListState; return t2.compareTo$3(0, t1.$index(0, subscriptionBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.SubscriptionState.prototype = { loadSubscriptions$1(clients) { @@ -453498,7 +463284,7 @@ call$1(item) { return item; }, - $signature: 2012 + $signature: 2014 }; A.SubscriptionState_loadSubscriptions_closure.prototype = { call$1(b) { @@ -453513,7 +463299,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 378 + $signature: 379 }; A.SubscriptionUIState.prototype = { get$isCreatingNew() { @@ -454049,7 +463835,7 @@ call$1(task) { return task.get$id(task); }, - $signature: 49 + $signature: 51 }; A.handleTaskAction_closure0.prototype = { call$1(task) { @@ -454063,7 +463849,7 @@ t1.lastClientId = clientId; } }, - $signature: 158 + $signature: 153 }; A.handleTaskAction_closure1.prototype = { call$2(taskA, taskB) { @@ -454093,7 +463879,7 @@ } return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 2013 + $signature: 2015 }; A.handleTaskAction_closure2.prototype = { call$1(entity) { @@ -454103,7 +463889,7 @@ t1.toString; return !t1 && !entity.get$isRunning() && entity.invoiceId.length === 0; }, - $signature: 212 + $signature: 234 }; A.handleTaskAction_closure3.prototype = { call$1(task) { @@ -454128,7 +463914,7 @@ _this.items.push(A.convertTaskToInvoiceItem(_this.context, t1, task)); _this._box_0.lastTask = task; }, - $signature: 158 + $signature: 153 }; A.handleTaskAction_closure4.prototype = { call$1(b) { @@ -454144,7 +463930,7 @@ call$1(context) { return new A.RunTemplateDialog(B.EntityType_task, this.tasks, null); }, - $signature: 340 + $signature: 310 }; A.StartTaskMultiselect.prototype = {}; A.AddToTaskMultiselect.prototype = {}; @@ -454205,7 +463991,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewTaskList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -454232,7 +464018,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -454256,7 +464042,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 341 + $signature: 342 }; A._archiveTask__closure0.prototype = { call$1(tasks) { @@ -454265,7 +464051,7 @@ t1[0].call$1(new A.ArchiveTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 320 + $signature: 343 }; A._archiveTask__closure1.prototype = { call$1(error) { @@ -454300,7 +464086,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 341 + $signature: 342 }; A._startTask__closure0.prototype = { call$1(tasks) { @@ -454309,7 +464095,7 @@ t1[0].call$1(new A.StartTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 320 + $signature: 343 }; A._startTask__closure1.prototype = { call$1(error) { @@ -454344,7 +464130,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 341 + $signature: 342 }; A._stopTask__closure0.prototype = { call$1(tasks) { @@ -454353,7 +464139,7 @@ t1[0].call$1(new A.StopTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 320 + $signature: 343 }; A._stopTask__closure1.prototype = { call$1(error) { @@ -454388,7 +464174,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 341 + $signature: 342 }; A._deleteTask__closure0.prototype = { call$1(tasks) { @@ -454397,7 +464183,7 @@ t1[0].call$1(new A.DeleteTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 320 + $signature: 343 }; A._deleteTask__closure1.prototype = { call$1(error) { @@ -454432,7 +464218,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 341 + $signature: 342 }; A._restoreTask__closure0.prototype = { call$1(tasks) { @@ -454441,7 +464227,7 @@ t1[0].call$1(new A.RestoreTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 320 + $signature: 343 }; A._restoreTask__closure1.prototype = { call$1(error) { @@ -454481,7 +464267,7 @@ } t1.completer.complete$1(0, task); }, - $signature: 260 + $signature: 262 }; A._saveTask__closure0.prototype = { call$1(error) { @@ -454519,7 +464305,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 260 + $signature: 262 }; A._loadTask__closure0.prototype = { call$1(error) { @@ -454566,19 +464352,19 @@ } else t1[0].call$1(new A.LoadVendors(null, 1)); }, - $signature: 2017 + $signature: 2019 }; A._loadTasks___closure.prototype = { call$1(task) { B.JSArray_methods.forEach$1(task.documents._list$_list, new A._loadTasks____closure(this.documents, task)); }, - $signature: 743 + $signature: 649 }; A._loadTasks____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadTasks_____closure(this.task))); }, - $signature: 39 + $signature: 42 }; A._loadTasks_____closure.prototype = { call$1(b) { @@ -454586,7 +464372,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_task; return b; }, - $signature: 35 + $signature: 36 }; A._loadTasks__closure0.prototype = { call$1(error) { @@ -454629,13 +464415,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 260 + $signature: 262 }; A._saveDocument___closure7.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure7(this.task))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure7.prototype = { call$1(b) { @@ -454643,7 +464429,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_task; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure16.prototype = { call$1(error) { @@ -454677,7 +464463,7 @@ t2[0].call$1(new A.SortTasksSuccess(t1.statusIds, t1.taskIds)); t1.completer.complete$1(0, null); }, - $signature: 187 + $signature: 188 }; A._sortTasks__closure0.prototype = { call$1(error) { @@ -454715,230 +464501,230 @@ b.get$_task_state$_$this()._kanbanLastUpdated = t3; return b; }, - $signature: 2018 + $signature: 2020 }; A.forceSelectedReducer_closure25.prototype = { call$2(completer, action) { return true; }, - $signature: 2019 + $signature: 2021 }; A.forceSelectedReducer_closure26.prototype = { call$2(completer, action) { return false; }, - $signature: 2020 + $signature: 2022 }; A.forceSelectedReducer_closure27.prototype = { call$2(completer, action) { return false; }, - $signature: 2021 + $signature: 2023 }; A.forceSelectedReducer_closure28.prototype = { call$2(completer, action) { return false; }, - $signature: 2022 + $signature: 2024 }; A.forceSelectedReducer_closure29.prototype = { call$2(completer, action) { return false; }, - $signature: 2023 + $signature: 2025 }; A.forceSelectedReducer_closure30.prototype = { call$2(completer, action) { return false; }, - $signature: 2024 + $signature: 2026 }; A.forceSelectedReducer_closure31.prototype = { call$2(completer, action) { return false; }, - $signature: 2025 + $signature: 2027 }; A.forceSelectedReducer_closure32.prototype = { call$2(completer, action) { return false; }, - $signature: 2026 + $signature: 2028 }; A.forceSelectedReducer_closure33.prototype = { call$2(completer, action) { return false; }, - $signature: 2027 + $signature: 2029 }; A.tabIndexReducer_closure5.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 2028 + $signature: 2030 }; A.tabIndexReducer_closure6.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.kanbanLastUpdatedReducer_closure.prototype = { call$2(completer, action) { return Date.now(); }, - $signature: 2029 + $signature: 2031 }; A.editingTimeReducer_closure.prototype = { call$2(index, action) { return action.taskTimeIndex; }, - $signature: 2030 + $signature: 2032 }; A.editingTimeReducer_closure0.prototype = { call$2(index, action) { return null; }, - $signature: 2031 + $signature: 2033 }; A.selectedIdReducer_closure50.prototype = { call$2(completer, action) { return ""; }, - $signature: 2032 + $signature: 2034 }; A.selectedIdReducer_closure51.prototype = { call$2(completer, action) { return ""; }, - $signature: 2033 + $signature: 2035 }; A.selectedIdReducer_closure52.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_task ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure53.prototype = { call$2(selectedId, action) { return action.taskId; }, - $signature: 2034 + $signature: 2036 }; A.selectedIdReducer_closure54.prototype = { call$2(selectedId, action) { return selectedId.length !== 0 || action.autoSelect ? action.task.id : ""; }, - $signature: 2035 + $signature: 2037 }; A.selectedIdReducer_closure55.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure56.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure57.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2036 + $signature: 2038 }; A.selectedIdReducer_closure58.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2037 + $signature: 2039 }; A.selectedIdReducer_closure59.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2038 + $signature: 2040 }; A.selectedIdReducer_closure60.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2039 + $signature: 2041 }; A.selectedIdReducer_closure61.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2040 + $signature: 2042 }; A.selectedIdReducer_closure62.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2041 + $signature: 2043 }; A.selectedIdReducer_closure63.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2042 + $signature: 2044 }; A.selectedIdReducer_closure64.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2043 + $signature: 2045 }; A.editingReducer_closure18.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2044 + $signature: 2046 }; A.editingReducer_closure19.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2045 + $signature: 2047 }; A.editingReducer_closure20.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2046 + $signature: 2048 }; A.editingReducer_closure21.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2047 + $signature: 2049 }; A.editingReducer_closure22.prototype = { call$2(tasks, action) { return J.$index$asx(action.tasks, 0); }, - $signature: 2048 + $signature: 2050 }; A.editingReducer_closure23.prototype = { call$2(task, action) { return action.task.rebuild$1(new A.editingReducer__closure8()); }, - $signature: 2049 + $signature: 2051 }; A.editingReducer__closure8.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_isChanged = true; return b; }, - $signature: 75 + $signature: 76 }; A.taskListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.taskListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.taskListReducer__closure.prototype = { call$1(b) { @@ -455091,13 +464877,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 812 + $signature: 668 }; A._purgeClientSuccess_closure19.prototype = { call$1(each) { return each.id; }, - $signature: 2050 + $signature: 2052 }; A._purgeClientSuccess_closure17.prototype = { call$1(b) { @@ -455110,19 +464896,19 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure12(t1), true); return b; }, - $signature: 319 + $signature: 344 }; A._purgeClientSuccess__closure11.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 2052 + $signature: 2054 }; A._purgeClientSuccess__closure12.prototype = { call$1(p0) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 12 + $signature: 11 }; A._sortTasksSuccess_closure.prototype = { call$1(b) { @@ -455155,7 +464941,7 @@ } } }, - $signature: 259 + $signature: 263 }; A._sortTasksSuccess__closure.prototype = { call$1(b) { @@ -455167,7 +464953,7 @@ b.get$_task_model$_$this()._statusOrder = t1; return b; }, - $signature: 75 + $signature: 76 }; A._archiveTaskSuccess_closure.prototype = { call$1(b) { @@ -455189,7 +464975,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 263 }; A._startTaskSuccess_closure.prototype = { call$1(b) { @@ -455211,7 +464997,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 263 }; A._stopTaskSuccess_closure.prototype = { call$1(b) { @@ -455233,7 +465019,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 263 }; A._deleteTaskSuccess_closure.prototype = { call$1(b) { @@ -455255,7 +465041,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 263 }; A._restoreTaskSuccess_closure.prototype = { call$1(b) { @@ -455277,7 +465063,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 259 + $signature: 263 }; A._addTask_closure.prototype = { call$1(b) { @@ -455289,7 +465075,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 319 + $signature: 344 }; A._updateTask_closure.prototype = { call$1(b) { @@ -455297,7 +465083,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 319 + $signature: 344 }; A._setLoadedTask_closure.prototype = { call$1(b) { @@ -455305,13 +465091,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 319 + $signature: 344 }; A.convertTaskToInvoiceItem_closure.prototype = { call$1(time) { return time.startDate != null && time.endDate != null && time.isBillable; }, - $signature: 206 + $signature: 215 }; A.convertTaskToInvoiceItem_closure0.prototype = { call$1(time) { @@ -455366,20 +465152,20 @@ t2.notes = notes + (t3 + t4); } }, - $signature: 214 + $signature: 220 }; A.convertTaskToInvoiceItem_closure1.prototype = { call$2(a, b) { return B.JSString_methods.compareTo$1(b, a); }, - $signature: 25 + $signature: 26 }; A.convertTaskToInvoiceItem_closure2.prototype = { call$1(b) { var t1, t2, t3, t4, _this = this; b.get$_invoice_model$_$this()._invoice_model$_typeId = "2"; t1 = _this.task; - b.get$_invoice_model$_$this()._taskId = t1.id; + b.get$_invoice_model$_$this()._invoice_model$_taskId = t1.id; t2 = _this.company; t3 = t2.invoiceTaskProject && !t2.invoiceTaskProjectHeader ? _this.project.name : ""; b.get$_invoice_model$_$this()._invoice_model$_productKey = t3; @@ -455400,13 +465186,13 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t3; return b; }, - $signature: 53 + $signature: 55 }; A.memoizedTaskList_closure.prototype = { call$5(taskMap, clientId, userMap, clientMap, projectMap) { return A.taskList(taskMap, clientId, userMap, clientMap, projectMap); }, - $signature: 2054 + $signature: 2056 }; A.taskList_closure.prototype = { call$1(taskId) { @@ -455434,20 +465220,20 @@ t1 = false; return t1 && !task.get$isRunning() && task.invoiceId.length === 0; }, - $signature: 12 + $signature: 11 }; A.taskList_closure0.prototype = { call$2(idA, idB) { var t1 = this.taskMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).number, t1.$index(0, idB).number); }, - $signature: 25 + $signature: 26 }; A.memoizedKanbanTaskList_closure.prototype = { call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.kanbanTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 639 + $signature: 626 }; A.kanbanTasksSelector_closure.prototype = { call$1(taskId) { @@ -455480,7 +465266,7 @@ return false; return true; }, - $signature: 12 + $signature: 11 }; A.kanbanTasksSelector_closure0.prototype = { call$2(taskAId, taskBId) { @@ -455493,13 +465279,13 @@ t3 = _this.taskListState; return t2.compareTo$8(0, t1, t3.sortField, t3.sortAscending, _this.userMap, _this.clientMap, _this.projectMap, _this.invoiceMap, _this.taskStatusMap); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredTaskList_closure.prototype = { call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.filteredTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 639 + $signature: 626 }; A.filteredTasksSelector_closure.prototype = { call$1(taskId) { @@ -455594,7 +465380,7 @@ } return true; }, - $signature: 12 + $signature: 11 }; A.filteredTasksSelector_closure0.prototype = { call$2(taskAId, taskBId) { @@ -455607,13 +465393,13 @@ t3 = _this.taskListState; return t2.compareTo$8(0, t1, t3.sortField, t3.sortAscending, _this.userMap, _this.clientMap, _this.projectMap, _this.invoiceMap, _this.taskStatusMap); }, - $signature: 25 + $signature: 26 }; A.memoizedTaskStatsForClient_closure.prototype = { call$2(clientId, taskMap) { return A.taskStatsForClient(clientId, taskMap); }, - $signature: 373 + $signature: 387 }; A.taskStatsForClient_closure.prototype = { call$2(taskId, task) { @@ -455646,13 +465432,13 @@ } } }, - $signature: 159 + $signature: 165 }; A.memoizedTaskStatsForProject_closure.prototype = { call$2(projectId, taskMap) { return A.taskStatsForProject(projectId, taskMap); }, - $signature: 373 + $signature: 387 }; A.taskStatsForProject_closure.prototype = { call$2(taskId, task) { @@ -455685,13 +465471,13 @@ } } }, - $signature: 159 + $signature: 165 }; A.memoizedTaskStatsForUser_closure.prototype = { call$2(userId, taskMap) { return A.taskStatsForProject(userId, taskMap); }, - $signature: 373 + $signature: 387 }; A.TaskState.prototype = { $get$1(_, taskId) { @@ -455721,7 +465507,7 @@ call$1(item) { return item; }, - $signature: 2057 + $signature: 2059 }; A.TaskState_loadTasks_closure.prototype = { call$1(b) { @@ -455736,7 +465522,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 319 + $signature: 344 }; A.TaskUIState.prototype = { get$isCreatingNew() { @@ -456267,14 +466053,14 @@ call$1(taskStatus) { return taskStatus.get$id(taskStatus); }, - $signature: 49 + $signature: 51 }; A.handleTaskStatusAction_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_statusId = this.taskStatus.id; return b; }, - $signature: 75 + $signature: 76 }; A._editTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456324,7 +466110,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewTaskStatusList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -456352,7 +466138,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456376,7 +466162,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 585 + $signature: 596 }; A._archiveTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -456385,7 +466171,7 @@ t1[0].call$1(new A.ArchiveTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 586 + $signature: 597 }; A._archiveTaskStatus__closure1.prototype = { call$1(error) { @@ -456420,7 +466206,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 585 + $signature: 596 }; A._deleteTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -456429,7 +466215,7 @@ t1[0].call$1(new A.DeleteTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 586 + $signature: 597 }; A._deleteTaskStatus__closure1.prototype = { call$1(error) { @@ -456464,7 +466250,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 585 + $signature: 596 }; A._restoreTaskStatus__closure0.prototype = { call$1(taskStatuses) { @@ -456473,7 +466259,7 @@ t1[0].call$1(new A.RestoreTaskStatusesSuccess(taskStatuses)); this.action.completer.complete$1(0, null); }, - $signature: 586 + $signature: 597 }; A._restoreTaskStatus__closure1.prototype = { call$1(error) { @@ -456520,7 +466306,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, taskStatus); }, - $signature: 317 + $signature: 345 }; A._saveTaskStatus__closure0.prototype = { call$1(error) { @@ -456556,7 +466342,7 @@ t1[0].call$1(new A.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 317 + $signature: 345 }; A._loadTaskStatus__closure0.prototype = { call$1(error) { @@ -456594,7 +466380,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2061 + $signature: 2063 }; A._loadTaskStatuses__closure0.prototype = { call$1(error) { @@ -456628,139 +466414,139 @@ b.get$_task_status_state$_$this()._task_status_state$_forceSelected = t3; return b; }, - $signature: 2062 + $signature: 2064 }; A.forceSelectedReducer_closure142.prototype = { call$2(completer, action) { return true; }, - $signature: 2063 + $signature: 2065 }; A.forceSelectedReducer_closure143.prototype = { call$2(completer, action) { return false; }, - $signature: 2064 + $signature: 2066 }; A.forceSelectedReducer_closure144.prototype = { call$2(completer, action) { return false; }, - $signature: 2065 + $signature: 2067 }; A.forceSelectedReducer_closure145.prototype = { call$2(completer, action) { return false; }, - $signature: 2066 + $signature: 2068 }; A.forceSelectedReducer_closure146.prototype = { call$2(completer, action) { return false; }, - $signature: 2067 + $signature: 2069 }; A.forceSelectedReducer_closure147.prototype = { call$2(completer, action) { return false; }, - $signature: 2068 + $signature: 2070 }; A.forceSelectedReducer_closure148.prototype = { call$2(completer, action) { return false; }, - $signature: 2069 + $signature: 2071 }; A.forceSelectedReducer_closure149.prototype = { call$2(completer, action) { return false; }, - $signature: 2070 + $signature: 2072 }; A.selectedIdReducer_closure273.prototype = { call$2(completer, action) { return ""; }, - $signature: 2071 + $signature: 2073 }; A.selectedIdReducer_closure274.prototype = { call$2(completer, action) { return ""; }, - $signature: 2072 + $signature: 2074 }; A.selectedIdReducer_closure275.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taskStatus ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure276.prototype = { call$2(selectedId, action) { return action.get$taskStatusId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure277.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$taskStatus()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure278.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure279.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure280.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2073 + $signature: 2075 }; A.selectedIdReducer_closure281.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2074 + $signature: 2076 }; A.selectedIdReducer_closure282.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2075 + $signature: 2077 }; A.selectedIdReducer_closure283.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2076 + $signature: 2078 }; A.selectedIdReducer_closure284.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2077 + $signature: 2079 }; A.selectedIdReducer_closure285.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2078 + $signature: 2080 }; A.selectedIdReducer_closure286.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2079 + $signature: 2081 }; A.selectedIdReducer_closure287.prototype = { call$2(selectedId, action) { @@ -456773,44 +466559,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure91.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 2080 + $signature: 2082 }; A.editingReducer_closure92.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 2081 + $signature: 2083 }; A.editingReducer_closure93.prototype = { call$2(taskStatuses, action) { return J.$index$asx(action.taskStatuses, 0); }, - $signature: 2082 + $signature: 2084 }; A.editingReducer_closure94.prototype = { call$2(taskStatus, action) { return action.taskStatus.rebuild$1(new A.editingReducer__closure35()); }, - $signature: 2083 + $signature: 2085 }; A.editingReducer__closure35.prototype = { call$1(b) { b.get$_task_status_model$_$this()._task_status_model$_isChanged = true; return b; }, - $signature: 151 + $signature: 161 }; A.taskStatusListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.taskStatusListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.taskStatusListReducer__closure.prototype = { call$1(b) { @@ -456975,7 +466761,7 @@ t6.get$_safeMap().$indexSet(0, t5, t7); } }, - $signature: 371 + $signature: 382 }; A._sortTaskStatusSuccess__closure.prototype = { call$1(b) { @@ -456985,7 +466771,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 151 + $signature: 161 }; A._archiveTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -457007,7 +466793,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 371 + $signature: 382 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -457029,7 +466815,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 371 + $signature: 382 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -457051,7 +466837,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 371 + $signature: 382 }; A._addTaskStatus_closure.prototype = { call$1(b) { @@ -457063,7 +466849,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 370 + $signature: 401 }; A._updateTaskStatus_closure.prototype = { call$1(b) { @@ -457071,7 +466857,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 370 + $signature: 401 }; A._setLoadedTaskStatus_closure.prototype = { call$1(b) { @@ -457079,13 +466865,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 370 + $signature: 401 }; A.memoizedSortedActiveTaskStatusIds_closure.prototype = { call$2(taskStatusList, taskStatusMap) { return A.sortedActiveTaskStatusIds(taskStatusList, taskStatusMap); }, - $signature: 2087 + $signature: 2089 }; A.sortedActiveTaskStatusIds_closure.prototype = { call$1(statusId) { @@ -457109,7 +466895,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.sortedActiveTaskStatusIds_closure0.prototype = { call$2(statusIdA, statusIdB) { @@ -457128,13 +466914,13 @@ return B.JSInt_methods.compareTo$1(t1, t4 == null ? 99999 : t4); } }, - $signature: 25 + $signature: 26 }; A.memoizedDropdownTaskStatusList_closure.prototype = { call$4(taskStatusMap, taskStatusList, staticState, userMap) { return A.dropdownTaskStatusesSelector(taskStatusMap, taskStatusList, staticState, userMap); }, - $signature: 2088 + $signature: 2090 }; A.dropdownTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -457155,7 +466941,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.dropdownTaskStatusesSelector_closure0.prototype = { call$2(taskStatusAId, taskStatusBId) { @@ -457164,13 +466950,13 @@ t2.toString; return t2.compareTo$3$sortAscending$sortField$taskStatus(0, true, "order", t1.$index(0, taskStatusBId)); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredTaskStatusList_closure.prototype = { call$4(selectionState, taskStatusMap, taskStatusList, taskStatusListState) { return A.filteredTaskStatusesSelector(selectionState, taskStatusMap, taskStatusList, taskStatusListState); }, - $signature: 2089 + $signature: 2091 }; A.filteredTaskStatusesSelector_closure.prototype = { call$1(taskStatusId) { @@ -457184,7 +466970,7 @@ return false; return A.matchesStrings(A._setArrayType([t1.name], type$.JSArray_nullable_String), t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredTaskStatusesSelector_closure0.prototype = { call$2(taskStatusAId, taskStatusBId) { @@ -457193,13 +466979,13 @@ t2.toString; return J.compareTo$3$sortAscending$sortField$taskStatus$ns(t2, true, "order", t1.$index(0, taskStatusBId)); }, - $signature: 25 + $signature: 26 }; A.memoizedCalculateTaskStatusAmount_closure.prototype = { call$2(taskStatusId, taskMap) { return A.calculateTaskStatusAmount(taskMap, taskStatusId); }, - $signature: 2090 + $signature: 2092 }; A.calculateTaskStatusAmount_closure.prototype = { call$2(taskId, task) { @@ -457209,13 +466995,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 159 + $signature: 165 }; A.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2(companyGatewayId, taskMap) { return A.taskStatsForTaskStatus(companyGatewayId, taskMap); }, - $signature: 373 + $signature: 387 }; A.taskStatsForTaskStatus_closure.prototype = { call$2(taskId, task) { @@ -457248,7 +467034,7 @@ } } }, - $signature: 159 + $signature: 165 }; A.defaultTaskStatusId_closure.prototype = { call$1(statusId) { @@ -457269,7 +467055,7 @@ t1 = false; return t1; }, - $signature: 119 + $signature: 117 }; A.defaultTaskStatusId_closure0.prototype = { call$2(statusIdA, statusIdB) { @@ -457284,7 +467070,7 @@ t1 = t1.statusOrder; return B.JSInt_methods.compareTo$1(t2, t1 == null ? 9999 : t1); }, - $signature: 137 + $signature: 150 }; A.TaskStatusState.prototype = { $get$1(_, statusId) { @@ -457313,7 +467099,7 @@ call$1(item) { return item; }, - $signature: 2092 + $signature: 2094 }; A.TaskStatusState_loadTaskStatuses_closure.prototype = { call$1(b) { @@ -457328,7 +467114,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 370 + $signature: 401 }; A.TaskStatusUIState.prototype = { get$isCreatingNew() { @@ -457824,7 +467610,7 @@ call$1(taxRate) { return taxRate.get$id(taxRate); }, - $signature: 49 + $signature: 51 }; A.StartTaxRateMultiselect.prototype = {}; A.AddToTaxRateMultiselect.prototype = {}; @@ -457878,7 +467664,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewTaxRateList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -457906,7 +467692,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -457930,7 +467716,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taxRateState.map._map$_map.$index(0, id); }, - $signature: 316 + $signature: 321 }; A._archiveTaxRate__closure0.prototype = { call$1(taxRates) { @@ -457939,7 +467725,7 @@ t1[0].call$1(new A.ArchiveTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 595 + $signature: 604 }; A._archiveTaxRate__closure1.prototype = { call$1(error) { @@ -457974,7 +467760,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taxRateState.map._map$_map.$index(0, id); }, - $signature: 316 + $signature: 321 }; A._deleteTaxRate__closure0.prototype = { call$1(taxRates) { @@ -457983,7 +467769,7 @@ t1[0].call$1(new A.DeleteTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 595 + $signature: 604 }; A._deleteTaxRate__closure1.prototype = { call$1(error) { @@ -458018,7 +467804,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taxRateState.map._map$_map.$index(0, id); }, - $signature: 316 + $signature: 321 }; A._restoreTaxRate__closure0.prototype = { call$1(taxRates) { @@ -458027,7 +467813,7 @@ t1[0].call$1(new A.RestoreTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 595 + $signature: 604 }; A._restoreTaxRate__closure1.prototype = { call$1(error) { @@ -458070,7 +467856,7 @@ } t1.completer.complete$1(0, taxRate); }, - $signature: 152 + $signature: 163 }; A._saveTaxRate__closure0.prototype = { call$1(error) { @@ -458106,7 +467892,7 @@ t1[0].call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 152 + $signature: 163 }; A._loadTaxRate__closure0.prototype = { call$1(error) { @@ -458144,7 +467930,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2096 + $signature: 2098 }; A._loadTaxRates__closure0.prototype = { call$1(error) { @@ -458178,128 +467964,128 @@ b.get$_tax_rate_state$_$this()._tax_rate_state$_forceSelected = t3; return b; }, - $signature: 2097 + $signature: 2099 }; A.forceSelectedReducer_closure72.prototype = { call$2(completer, action) { return true; }, - $signature: 2098 + $signature: 2100 }; A.forceSelectedReducer_closure73.prototype = { call$2(completer, action) { return false; }, - $signature: 2099 + $signature: 2101 }; A.forceSelectedReducer_closure74.prototype = { call$2(completer, action) { return false; }, - $signature: 2100 + $signature: 2102 }; A.forceSelectedReducer_closure75.prototype = { call$2(completer, action) { return false; }, - $signature: 2101 + $signature: 2103 }; A.selectedIdReducer_closure136.prototype = { call$2(completer, action) { return ""; }, - $signature: 2102 + $signature: 2104 }; A.selectedIdReducer_closure137.prototype = { call$2(completer, action) { return ""; }, - $signature: 2103 + $signature: 2105 }; A.selectedIdReducer_closure138.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_taxRate ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure139.prototype = { call$2(selectedId, action) { return action.taxRateId; }, - $signature: 2104 + $signature: 2106 }; A.selectedIdReducer_closure140.prototype = { call$2(selectedId, action) { return action.taxRate.id; }, - $signature: 2105 + $signature: 2107 }; A.selectedIdReducer_closure141.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure142.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure143.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2106 + $signature: 2108 }; A.selectedIdReducer_closure144.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2107 + $signature: 2109 }; A.selectedIdReducer_closure145.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 4217 + $signature: 2110 }; A.editingReducer_closure41.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 2109 + $signature: 2111 }; A.editingReducer_closure42.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 2110 + $signature: 2112 }; A.editingReducer_closure43.prototype = { call$2(taxRates, action) { return J.$index$asx(action.taxRates, 0); }, - $signature: 2111 + $signature: 2113 }; A.editingReducer_closure44.prototype = { call$2(taxRate, action) { return action.taxRate.rebuild$1(new A.editingReducer__closure14()); }, - $signature: 2112 + $signature: 2114 }; A.editingReducer__closure14.prototype = { call$1(b) { b.get$_tax_rate_model$_$this()._tax_rate_model$_isChanged = true; return b; }, - $signature: 626 + $signature: 625 }; A.taxRateListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.taxRateListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.taxRateListReducer__closure.prototype = { call$1(b) { @@ -458420,7 +468206,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 596 + $signature: 607 }; A._deleteTaxRateSuccess_closure.prototype = { call$1(b) { @@ -458442,7 +468228,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 596 + $signature: 607 }; A._restoreTaxRateSuccess_closure.prototype = { call$1(b) { @@ -458464,7 +468250,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 596 + $signature: 607 }; A._addTaxRate_closure.prototype = { call$1(b) { @@ -458476,7 +468262,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 228 + $signature: 207 }; A._updateTaxRate_closure.prototype = { call$1(b) { @@ -458484,7 +468270,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 228 + $signature: 207 }; A._setLoadedTaxRate_closure.prototype = { call$1(b) { @@ -458492,14 +468278,14 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 228 + $signature: 207 }; A._setLoadedTaxRates_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.taxRates, new A._setLoadedTaxRates__closure(), new A._setLoadedTaxRates__closure0(), type$.String, type$.TaxRateEntity)); return b; }, - $signature: 228 + $signature: 207 }; A._setLoadedTaxRates__closure.prototype = { call$1(item) { @@ -458511,7 +468297,7 @@ call$1(item) { return item; }, - $signature: 623 + $signature: 624 }; A._setLoadedTaxRates_closure0.prototype = { call$1(b) { @@ -458519,14 +468305,14 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 228 + $signature: 207 }; A._setLoadedCompany_closure3.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.taxRates, new A._setLoadedCompany__closure3(), new A._setLoadedCompany__closure4(), type$.String, type$.TaxRateEntity)); return b; }, - $signature: 228 + $signature: 207 }; A._setLoadedCompany__closure3.prototype = { call$1(item) { @@ -458538,7 +468324,7 @@ call$1(item) { return item; }, - $signature: 623 + $signature: 624 }; A._setLoadedCompany_closure4.prototype = { call$1(b) { @@ -458546,13 +468332,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 228 + $signature: 207 }; A.memoizedFilteredTaxRateList_closure.prototype = { call$4(selectionState, taxRateMap, taxRateList, taxRateListState) { return A.filteredTaxRatesSelector(selectionState, taxRateMap, taxRateList, taxRateListState); }, - $signature: 2117 + $signature: 2119 }; A.filteredTaxRatesSelector_closure.prototype = { call$1(taxRateId) { @@ -458566,7 +468352,7 @@ return false; return A.matchesStrings(A._setArrayType([t1.name], type$.JSArray_nullable_String), t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredTaxRatesSelector_closure0.prototype = { call$2(taxRateAId, taxRateBId) { @@ -458577,7 +468363,7 @@ t3 = this.taxRateListState; return t2.compareTo$3(0, t1.$index(0, taxRateBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.TaxRateState.prototype = { map$1($receiver, arg0) { @@ -459088,7 +468874,7 @@ call$1(token) { return token.get$id(token); }, - $signature: 49 + $signature: 51 }; A.StartTokenMultiselect.prototype = {}; A.AddToTokenMultiselect.prototype = {}; @@ -459142,7 +468928,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewTokenList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -459170,7 +468956,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459194,7 +468980,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].tokenState.map._map$_map.$index(0, id); }, - $signature: 600 + $signature: 610 }; A._archiveToken__closure0.prototype = { call$1(tokens) { @@ -459203,7 +468989,7 @@ t1[0].call$1(new A.ArchiveTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 602 + $signature: 622 }; A._archiveToken__closure1.prototype = { call$1(error) { @@ -459238,7 +469024,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].tokenState.map._map$_map.$index(0, id); }, - $signature: 600 + $signature: 610 }; A._deleteToken__closure0.prototype = { call$1(tokens) { @@ -459247,7 +469033,7 @@ t1[0].call$1(new A.DeleteTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 602 + $signature: 622 }; A._deleteToken__closure1.prototype = { call$1(error) { @@ -459282,7 +469068,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].tokenState.map._map$_map.$index(0, id); }, - $signature: 600 + $signature: 610 }; A._restoreToken__closure0.prototype = { call$1(tokens) { @@ -459291,7 +469077,7 @@ t1[0].call$1(new A.RestoreTokensSuccess(tokens)); this.action.completer.complete$1(0, null); }, - $signature: 602 + $signature: 622 }; A._restoreToken__closure1.prototype = { call$1(error) { @@ -459334,7 +469120,7 @@ } t1.completer.complete$1(0, token); }, - $signature: 366 + $signature: 398 }; A._saveToken__closure0.prototype = { call$1(error) { @@ -459372,7 +469158,7 @@ t1[0].call$1(new A.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 366 + $signature: 398 }; A._loadToken__closure0.prototype = { call$1(error) { @@ -459410,7 +469196,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2121 + $signature: 2123 }; A._loadTokens__closure0.prototype = { call$1(error) { @@ -459444,139 +469230,139 @@ b.get$_token_state$_$this()._token_state$_forceSelected = t3; return b; }, - $signature: 2122 + $signature: 2124 }; A.forceSelectedReducer_closure109.prototype = { call$2(completer, action) { return true; }, - $signature: 2123 + $signature: 2125 }; A.forceSelectedReducer_closure110.prototype = { call$2(completer, action) { return false; }, - $signature: 2124 + $signature: 2126 }; A.forceSelectedReducer_closure111.prototype = { call$2(completer, action) { return false; }, - $signature: 2125 + $signature: 2127 }; A.forceSelectedReducer_closure112.prototype = { call$2(completer, action) { return false; }, - $signature: 2126 + $signature: 2128 }; A.forceSelectedReducer_closure113.prototype = { call$2(completer, action) { return false; }, - $signature: 2127 + $signature: 2129 }; A.forceSelectedReducer_closure114.prototype = { call$2(completer, action) { return false; }, - $signature: 2128 + $signature: 2130 }; A.forceSelectedReducer_closure115.prototype = { call$2(completer, action) { return false; }, - $signature: 2129 + $signature: 2131 }; A.forceSelectedReducer_closure116.prototype = { call$2(completer, action) { return false; }, - $signature: 2130 + $signature: 2132 }; A.selectedIdReducer_closure209.prototype = { call$2(completer, action) { return ""; }, - $signature: 2131 + $signature: 2133 }; A.selectedIdReducer_closure210.prototype = { call$2(completer, action) { return ""; }, - $signature: 2132 + $signature: 2134 }; A.selectedIdReducer_closure211.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_token ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure212.prototype = { call$2(selectedId, action) { return action.get$tokenId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure213.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$token()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure214.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure215.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure216.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2133 + $signature: 2135 }; A.selectedIdReducer_closure217.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2134 + $signature: 2136 }; A.selectedIdReducer_closure218.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2135 + $signature: 2137 }; A.selectedIdReducer_closure219.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2136 + $signature: 2138 }; A.selectedIdReducer_closure220.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2137 + $signature: 2139 }; A.selectedIdReducer_closure221.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2138 + $signature: 2140 }; A.selectedIdReducer_closure222.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2139 + $signature: 2141 }; A.selectedIdReducer_closure223.prototype = { call$2(selectedId, action) { @@ -459589,44 +469375,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure68.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 2140 + $signature: 2142 }; A.editingReducer_closure69.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 2141 + $signature: 2143 }; A.editingReducer_closure70.prototype = { call$2(tokens, action) { return J.$index$asx(action.tokens, 0); }, - $signature: 2142 + $signature: 2144 }; A.editingReducer_closure71.prototype = { call$2(token, action) { return action.token.rebuild$1(new A.editingReducer__closure25()); }, - $signature: 2143 + $signature: 2145 }; A.editingReducer__closure25.prototype = { call$1(b) { b.get$_token_model$_$this()._token_model$_isChanged = true; return b; }, - $signature: 618 + $signature: 721 }; A.tokenListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.tokenListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.tokenListReducer__closure.prototype = { call$1(b) { @@ -459779,7 +469565,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 604 + $signature: 614 }; A._deleteTokenSuccess_closure.prototype = { call$1(b) { @@ -459801,7 +469587,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 604 + $signature: 614 }; A._restoreTokenSuccess_closure.prototype = { call$1(b) { @@ -459823,7 +469609,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 604 + $signature: 614 }; A._addToken_closure.prototype = { call$1(b) { @@ -459835,7 +469621,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 365 + $signature: 384 }; A._updateToken_closure.prototype = { call$1(b) { @@ -459843,7 +469629,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 365 + $signature: 384 }; A._setLoadedToken_closure.prototype = { call$1(b) { @@ -459851,13 +469637,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 365 + $signature: 384 }; A.memoizedFilteredTokenList_closure.prototype = { call$4(selectionState, tokenMap, tokenList, tokenListState) { return A.filteredTokensSelector(selectionState, tokenMap, tokenList, tokenListState); }, - $signature: 2147 + $signature: 2149 }; A.filteredTokensSelector_closure.prototype = { call$1(tokenId) { @@ -459873,7 +469659,7 @@ return false; return A.matchesStrings(A._setArrayType([t1.name], type$.JSArray_nullable_String), t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredTokensSelector_closure0.prototype = { call$2(tokenAId, tokenBId) { @@ -459884,7 +469670,7 @@ t3 = this.tokenListState; return t2.compareTo$3(0, t1.$index(0, tokenBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.TokenState.prototype = { loadTokens$1(clients) { @@ -459904,7 +469690,7 @@ call$1(item) { return item; }, - $signature: 2148 + $signature: 2150 }; A.TokenState_loadTokens_closure.prototype = { call$1(b) { @@ -459919,7 +469705,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 365 + $signature: 384 }; A.TokenUIState.prototype = { get$isCreatingNew() { @@ -460473,7 +470259,7 @@ call$1(transaction) { return transaction.get$id(transaction); }, - $signature: 49 + $signature: 51 }; A._editTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -460523,7 +470309,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewTransactionList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -460551,7 +470337,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -460575,7 +470361,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionState.map._map$_map.$index(0, id); }, - $signature: 573 + $signature: 616 }; A._archiveTransaction__closure0.prototype = { call$1(transactions) { @@ -460584,7 +470370,7 @@ t1[0].call$1(new A.ArchiveTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 315 + $signature: 297 }; A._archiveTransaction__closure1.prototype = { call$1(error) { @@ -460619,7 +470405,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionState.map._map$_map.$index(0, id); }, - $signature: 573 + $signature: 616 }; A._deleteTransaction__closure0.prototype = { call$1(transactions) { @@ -460628,7 +470414,7 @@ t1[0].call$1(new A.DeleteTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 315 + $signature: 297 }; A._deleteTransaction__closure1.prototype = { call$1(error) { @@ -460663,7 +470449,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionState.map._map$_map.$index(0, id); }, - $signature: 573 + $signature: 616 }; A._restoreTransaction__closure0.prototype = { call$1(transactions) { @@ -460672,7 +470458,7 @@ t1[0].call$1(new A.RestoreTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 315 + $signature: 297 }; A._restoreTransaction__closure1.prototype = { call$1(error) { @@ -460707,7 +470493,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 315 + $signature: 297 }; A._convertTransactions__closure0.prototype = { call$1(error) { @@ -460743,7 +470529,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 315 + $signature: 297 }; A._unlinkTransactions__closure0.prototype = { call$1(error) { @@ -460777,7 +470563,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 230 + $signature: 222 }; A._convertToPayment__closure0.prototype = { call$1(error) { @@ -460811,7 +470597,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 611 + $signature: 819 }; A._convertToExpense__closure0.prototype = { call$1(error) { @@ -460845,7 +470631,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 230 + $signature: 222 }; A._linkToPayment__closure0.prototype = { call$1(error) { @@ -460879,7 +470665,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 230 + $signature: 222 }; A._linkToExpense__closure0.prototype = { call$1(error) { @@ -460926,7 +470712,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, transaction); }, - $signature: 230 + $signature: 222 }; A._saveTransaction__closure0.prototype = { call$1(error) { @@ -460962,7 +470748,7 @@ t1[0].call$1(new A.LoadTransactionSuccess(transaction)); this.action.completer.complete$1(0, null); }, - $signature: 230 + $signature: 222 }; A._loadTransaction__closure0.prototype = { call$1(error) { @@ -461003,7 +470789,7 @@ } else t1[0].call$1(new A.PersistData()); }, - $signature: 611 + $signature: 819 }; A._loadTransactions__closure0.prototype = { call$1(error) { @@ -461036,163 +470822,163 @@ b.get$_transaction_state$_$this()._transaction_state$_tabIndex = t3; return b; }, - $signature: 2153 + $signature: 2155 }; A.forceSelectedReducer_closure184.prototype = { call$2(completer, action) { return true; }, - $signature: 2154 + $signature: 2156 }; A.forceSelectedReducer_closure185.prototype = { call$2(completer, action) { return false; }, - $signature: 2155 + $signature: 2157 }; A.forceSelectedReducer_closure186.prototype = { call$2(completer, action) { return false; }, - $signature: 2156 + $signature: 2158 }; A.forceSelectedReducer_closure187.prototype = { call$2(completer, action) { return false; }, - $signature: 2157 + $signature: 2159 }; A.forceSelectedReducer_closure188.prototype = { call$2(completer, action) { return false; }, - $signature: 2158 + $signature: 2160 }; A.forceSelectedReducer_closure189.prototype = { call$2(completer, action) { return false; }, - $signature: 2159 + $signature: 2161 }; A.forceSelectedReducer_closure190.prototype = { call$2(completer, action) { return false; }, - $signature: 2160 + $signature: 2162 }; A.forceSelectedReducer_closure191.prototype = { call$2(completer, action) { return false; }, - $signature: 2161 + $signature: 2163 }; A.forceSelectedReducer_closure192.prototype = { call$2(completer, action) { return false; }, - $signature: 2162 + $signature: 2164 }; A.tabIndexReducer_closure23.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 2163 + $signature: 2165 }; A.tabIndexReducer_closure24.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.selectedIdReducer_closure353.prototype = { call$2(completer, action) { return ""; }, - $signature: 2164 + $signature: 2166 }; A.selectedIdReducer_closure354.prototype = { call$2(completer, action) { return ""; }, - $signature: 2165 + $signature: 2167 }; A.selectedIdReducer_closure355.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_transaction ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure356.prototype = { call$2(selectedId, action) { return action.get$transactionId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure357.prototype = { call$2(selectedId, action) { return J.get$id$x(J.get$transaction$x(action)); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure358.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure359.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure360.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2166 + $signature: 2168 }; A.selectedIdReducer_closure361.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2167 + $signature: 2169 }; A.selectedIdReducer_closure362.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2168 + $signature: 2170 }; A.selectedIdReducer_closure363.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2169 + $signature: 2171 }; A.selectedIdReducer_closure364.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2170 + $signature: 2172 }; A.selectedIdReducer_closure365.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2171 + $signature: 2173 }; A.selectedIdReducer_closure366.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2172 + $signature: 2174 }; A.selectedIdReducer_closure367.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2173 + $signature: 2175 }; A.selectedIdReducer_closure368.prototype = { call$2(selectedId, action) { @@ -461205,44 +470991,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure118.prototype = { call$2(transactions, action) { return J.$index$asx(action.transactions, 0); }, - $signature: 2174 + $signature: 2176 }; A.editingReducer_closure119.prototype = { call$2(transactions, action) { return J.$index$asx(action.transactions, 0); }, - $signature: 2175 + $signature: 2177 }; A.editingReducer_closure120.prototype = { call$2(transactions, action) { return J.$index$asx(action.transactions, 0); }, - $signature: 2176 + $signature: 2178 }; A.editingReducer_closure121.prototype = { call$2(transaction, action) { return action.transaction.rebuild$1(new A.editingReducer__closure46()); }, - $signature: 2177 + $signature: 2179 }; A.editingReducer__closure46.prototype = { call$1(b) { b.get$_transaction_model$_$this()._transaction_model$_isChanged = true; return b; }, - $signature: 126 + $signature: 137 }; A.transactionListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.transactionListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.transactionListReducer__closure.prototype = { call$1(b) { @@ -461411,7 +471197,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 502 + $signature: 529 }; A._deleteTransactionSuccess_closure.prototype = { call$1(b) { @@ -461433,7 +471219,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 502 + $signature: 529 }; A._restoreTransactionSuccess_closure.prototype = { call$1(b) { @@ -461455,7 +471241,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 502 + $signature: 529 }; A._addTransaction_closure.prototype = { call$1(b) { @@ -461467,7 +471253,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 207 + $signature: 236 }; A._updateTransaction_closure.prototype = { call$1(b) { @@ -461475,7 +471261,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 207 + $signature: 236 }; A._convertTransactionToPayment_closure.prototype = { call$1(b) { @@ -461483,7 +471269,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 207 + $signature: 236 }; A._linkTransactionToPayment_closure.prototype = { call$1(b) { @@ -461491,7 +471277,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 207 + $signature: 236 }; A._linkTransactionToExpense_closure.prototype = { call$1(b) { @@ -461499,7 +471285,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 207 + $signature: 236 }; A._setLoadedTransaction_closure.prototype = { call$1(b) { @@ -461507,13 +471293,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 207 + $signature: 236 }; A.memoizedFilteredTransactionList_closure.prototype = { call$9(selectionState, transactionMap, transactionList, invoiceMap, vendorMap, expenseMap, expenseCategoryMap, bankAccountMap, transactionListState) { return A.filteredTransactionsSelector(selectionState, transactionMap, transactionList, invoiceMap, vendorMap, expenseMap, expenseCategoryMap, bankAccountMap, transactionListState); }, - $signature: 2180 + $signature: 2182 }; A.filteredTransactionsSelector_closure.prototype = { call$1(transactionId) { @@ -461545,7 +471331,7 @@ return false; return A.matchesStrings(A._setArrayType([t1.category, t1.description], type$.JSArray_nullable_String), t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredTransactionsSelector_closure0.prototype = { call$2(transactionAId, transactionBId) { @@ -461556,13 +471342,13 @@ t3 = _this.transactionListState; return t2.compareTo$8(0, t1.$index(0, transactionBId), t3.sortField, t3.sortAscending, _this.vendorMap, _this.invoiceMap, _this.expenseMap, _this.expenseCategoryMap, _this.bankAccountMap); }, - $signature: 25 + $signature: 26 }; A.memoizedTransactionStatsForBankAccount_closure.prototype = { call$2(bankAccountId, transactionMap) { return A.transactionStatsForBankAccount(bankAccountId, transactionMap); }, - $signature: 402 + $signature: 408 }; A.transactionStatsForBankAccount_closure.prototype = { call$2(transactionId, transaction) { @@ -461595,7 +471381,7 @@ } } }, - $signature: 401 + $signature: 407 }; A.TransactionState.prototype = { $get$1(_, transactionId) { @@ -461624,7 +471410,7 @@ call$1(item) { return item; }, - $signature: 2181 + $signature: 2183 }; A.TransactionState_loadTransactions_closure.prototype = { call$1(b) { @@ -461639,7 +471425,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 207 + $signature: 236 }; A.TransactionUIState.prototype = { get$isCreatingNew() { @@ -462167,7 +471953,7 @@ call$1(transactionRule) { return transactionRule.get$id(transactionRule); }, - $signature: 49 + $signature: 51 }; A._editTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -462217,7 +472003,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewTransactionRuleList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -462245,7 +472031,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -462269,7 +472055,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 501 + $signature: 619 }; A._archiveTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -462278,7 +472064,7 @@ t1[0].call$1(new A.ArchiveTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 500 + $signature: 613 }; A._archiveTransactionRule__closure1.prototype = { call$1(error) { @@ -462313,7 +472099,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 501 + $signature: 619 }; A._deleteTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -462322,7 +472108,7 @@ t1[0].call$1(new A.DeleteTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 500 + $signature: 613 }; A._deleteTransactionRule__closure1.prototype = { call$1(error) { @@ -462357,7 +472143,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 501 + $signature: 619 }; A._restoreTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -462366,7 +472152,7 @@ t1[0].call$1(new A.RestoreTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 500 + $signature: 613 }; A._restoreTransactionRule__closure1.prototype = { call$1(error) { @@ -462409,7 +472195,7 @@ } t1.completer.complete$1(0, transactionRule); }, - $signature: 363 + $signature: 418 }; A._saveTransactionRule__closure0.prototype = { call$1(error) { @@ -462445,7 +472231,7 @@ t1[0].call$1(new A.LoadTransactionRuleSuccess(transactionRule)); this.action.completer.complete$1(0, null); }, - $signature: 363 + $signature: 418 }; A._loadTransactionRule__closure0.prototype = { call$1(error) { @@ -462483,7 +472269,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2185 + $signature: 2187 }; A._loadTransactionRules__closure0.prototype = { call$1(error) { @@ -462519,151 +472305,151 @@ b.get$_transaction_rule_state$_$this()._transaction_rule_state$_tabIndex = t3; return b; }, - $signature: 2186 + $signature: 2188 }; A.forceSelectedReducer_closure193.prototype = { call$2(completer, action) { return true; }, - $signature: 2187 + $signature: 2189 }; A.forceSelectedReducer_closure194.prototype = { call$2(completer, action) { return false; }, - $signature: 2188 + $signature: 2190 }; A.forceSelectedReducer_closure195.prototype = { call$2(completer, action) { return false; }, - $signature: 2189 + $signature: 2191 }; A.forceSelectedReducer_closure196.prototype = { call$2(completer, action) { return false; }, - $signature: 2190 + $signature: 2192 }; A.forceSelectedReducer_closure197.prototype = { call$2(completer, action) { return false; }, - $signature: 2191 + $signature: 2193 }; A.forceSelectedReducer_closure198.prototype = { call$2(completer, action) { return false; }, - $signature: 2192 + $signature: 2194 }; A.forceSelectedReducer_closure199.prototype = { call$2(completer, action) { return false; }, - $signature: 2193 + $signature: 2195 }; A.forceSelectedReducer_closure200.prototype = { call$2(completer, action) { return false; }, - $signature: 2194 + $signature: 2196 }; A.tabIndexReducer_closure25.prototype = { call$2(completer, action) { return action.get$tabIndex(action); }, - $signature: 2195 + $signature: 2197 }; A.tabIndexReducer_closure26.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.selectedIdReducer_closure369.prototype = { call$2(completer, action) { return ""; }, - $signature: 2196 + $signature: 2198 }; A.selectedIdReducer_closure370.prototype = { call$2(completer, action) { return ""; }, - $signature: 2197 + $signature: 2199 }; A.selectedIdReducer_closure371.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_transactionRule ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure372.prototype = { call$2(selectedId, action) { return action.get$transactionRuleId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure373.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$transactionRule()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure374.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure375.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure376.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2198 + $signature: 2200 }; A.selectedIdReducer_closure377.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2199 + $signature: 2201 }; A.selectedIdReducer_closure378.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2200 + $signature: 2202 }; A.selectedIdReducer_closure379.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2201 + $signature: 2203 }; A.selectedIdReducer_closure380.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2202 + $signature: 2204 }; A.selectedIdReducer_closure381.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2203 + $signature: 2205 }; A.selectedIdReducer_closure382.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2204 + $signature: 2206 }; A.selectedIdReducer_closure383.prototype = { call$2(selectedId, action) { @@ -462676,44 +472462,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure122.prototype = { call$2(transactionRules, action) { return J.$index$asx(action.transactionRules, 0); }, - $signature: 2205 + $signature: 2207 }; A.editingReducer_closure123.prototype = { call$2(transactionRules, action) { return J.$index$asx(action.transactionRules, 0); }, - $signature: 2206 + $signature: 2208 }; A.editingReducer_closure124.prototype = { call$2(transactionRules, action) { return J.$index$asx(action.transactionRules, 0); }, - $signature: 2207 + $signature: 2209 }; A.editingReducer_closure125.prototype = { call$2(transactionRule, action) { return action.transactionRule.rebuild$1(new A.editingReducer__closure47()); }, - $signature: 2208 + $signature: 2210 }; A.editingReducer__closure47.prototype = { call$1(b) { b.get$_transaction_rule_model$_$this()._transaction_rule_model$_isChanged = true; return b; }, - $signature: 175 + $signature: 177 }; A.transactionRuleListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.transactionRuleListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.transactionRuleListReducer__closure.prototype = { call$1(b) { @@ -462866,7 +472652,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 499 + $signature: 594 }; A._deleteTransactionRuleSuccess_closure.prototype = { call$1(b) { @@ -462888,7 +472674,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 499 + $signature: 594 }; A._restoreTransactionRuleSuccess_closure.prototype = { call$1(b) { @@ -462910,7 +472696,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 499 + $signature: 594 }; A._addTransactionRule_closure.prototype = { call$1(b) { @@ -462922,7 +472708,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 362 + $signature: 385 }; A._updateTransactionRule_closure.prototype = { call$1(b) { @@ -462930,7 +472716,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 362 + $signature: 385 }; A._setLoadedTransactionRule_closure.prototype = { call$1(b) { @@ -462938,13 +472724,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 362 + $signature: 385 }; A.memoizedFilteredTransactionRuleList_closure.prototype = { call$4(selectionState, transactionRuleMap, transactionRuleList, transactionRuleListState) { return A.filteredTransactionRulesSelector(selectionState, transactionRuleMap, transactionRuleList, transactionRuleListState); }, - $signature: 2212 + $signature: 2214 }; A.filteredTransactionRulesSelector_closure.prototype = { call$1(transactionRuleId) { @@ -462957,7 +472743,7 @@ return false; return A.matchesStrings(A._setArrayType([transactionRule.name], type$.JSArray_nullable_String), t1.filter); }, - $signature: 12 + $signature: 11 }; A.filteredTransactionRulesSelector_closure0.prototype = { call$2(transactionRuleAId, transactionRuleBId) { @@ -462968,13 +472754,13 @@ t3 = this.transactionRuleListState; return t2.compareTo$3(0, t1.$index(0, transactionRuleBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.memoizedTransactionStatsForTransactionRule_closure.prototype = { call$2(userId, transactionMap) { return A.transactionStatsForTransactionRule(userId, transactionMap); }, - $signature: 402 + $signature: 408 }; A.transactionStatsForTransactionRule_closure.prototype = { call$2(transactionId, transaction) { @@ -463006,7 +472792,7 @@ t1.total = t1.total + transaction.amount; } }, - $signature: 401 + $signature: 407 }; A.TransactionRuleState.prototype = { $get$1(_, transactionRuleId) { @@ -463035,7 +472821,7 @@ call$1(item) { return item; }, - $signature: 2213 + $signature: 2215 }; A.TransactionRuleState_loadTransactionRules_closure.prototype = { call$1(b) { @@ -463050,7 +472836,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 362 + $signature: 385 }; A.TransactionRuleUIState.prototype = { get$isCreatingNew() { @@ -463946,7 +473732,7 @@ b.get$_pref_state$_$this()._showPdfPreviewSideBySide = t3; return b; }, - $signature: 592 + $signature: 579 }; A._resortFields_closure.prototype = { call$1(b) { @@ -463957,146 +473743,146 @@ b.get$_pref_state$_$this()._field = t2; return b; }, - $signature: 2214 + $signature: 2216 }; A._resortFields_closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, this.directon); return b; }, - $signature: 2215 + $signature: 2217 }; A.sortFieldsReducer_closure.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_client, action.field); }, - $signature: 2216 + $signature: 2218 }; A.sortFieldsReducer_closure0.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_product, action.field); }, - $signature: 2217 + $signature: 2219 }; A.sortFieldsReducer_closure1.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_invoice, action.field); }, - $signature: 2218 + $signature: 2220 }; A.sortFieldsReducer_closure2.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 2219 + $signature: 2221 }; A.sortFieldsReducer_closure3.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_recurringInvoice, action.field); }, - $signature: 2220 + $signature: 2222 }; A.sortFieldsReducer_closure4.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_quote, action.field); }, - $signature: 2221 + $signature: 2223 }; A.sortFieldsReducer_closure5.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_credit, action.field); }, - $signature: 2222 + $signature: 2224 }; A.sortFieldsReducer_closure6.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_project, action.field); }, - $signature: 2223 + $signature: 2225 }; A.sortFieldsReducer_closure7.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_task, action.field); }, - $signature: 2224 + $signature: 2226 }; A.sortFieldsReducer_closure8.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_vendor, action.field); }, - $signature: 2225 + $signature: 2227 }; A.sortFieldsReducer_closure9.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expense, action.field); }, - $signature: 2226 + $signature: 2228 }; A.sortFieldsReducer_closure10.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_payment, action.field); }, - $signature: 2227 + $signature: 2229 }; A.sortFieldsReducer_closure11.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taxRate, action.field); }, - $signature: 2228 + $signature: 2230 }; A.sortFieldsReducer_closure12.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_companyGateway, action.get$field()); }, - $signature: 2229 + $signature: 2231 }; A.sortFieldsReducer_closure13.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_user, action.field); }, - $signature: 2230 + $signature: 2232 }; A.sortFieldsReducer_closure14.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_group, action.field); }, - $signature: 2231 + $signature: 2233 }; A.sortFieldsReducer_closure15.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_design, action.field); }, - $signature: 2232 + $signature: 2234 }; A.sortFieldsReducer_closure16.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_token, action.field); }, - $signature: 2233 + $signature: 2235 }; A.sortFieldsReducer_closure17.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_webhook, action.field); }, - $signature: 2234 + $signature: 2236 }; A.sortFieldsReducer_closure18.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_expenseCategory, action.field); }, - $signature: 2235 + $signature: 2237 }; A.sortFieldsReducer_closure19.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_taskStatus, action.field); }, - $signature: 2236 + $signature: 2238 }; A.sortFieldsReducer_closure20.prototype = { call$2(value, action) { return A._resortFields(value, B.EntityType_paymentLink, action.field); }, - $signature: 2237 + $signature: 2239 }; A.sidebarEditorReducer_closure.prototype = { call$2(value, action) { @@ -464106,7 +473892,7 @@ else return value.rebuild$1(new A.sidebarEditorReducer__closure0(entityType)); }, - $signature: 2238 + $signature: 2240 }; A.sidebarEditorReducer__closure.prototype = { call$1(b) { @@ -464116,14 +473902,14 @@ b.$indexSet(0, t1, !t2); return b; }, - $signature: 361 + $signature: 389 }; A.sidebarEditorReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 361 + $signature: 389 }; A.sidebarViewerReducer_closure.prototype = { call$2(value, action) { @@ -464133,7 +473919,7 @@ else return value.rebuild$1(new A.sidebarViewerReducer__closure0(entityType)); }, - $signature: 2240 + $signature: 2242 }; A.sidebarViewerReducer__closure.prototype = { call$1(b) { @@ -464143,20 +473929,20 @@ b.$indexSet(0, t1, !t2); return b; }, - $signature: 361 + $signature: 389 }; A.sidebarViewerReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 361 + $signature: 389 }; A.menuVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_menu ? !value : value; }, - $signature: 94 + $signature: 98 }; A.menuVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -464170,20 +473956,20 @@ return value; } }, - $signature: 94 + $signature: 98 }; A.textScaleFactorReducer_closure.prototype = { call$2(value, action) { var t1 = action.textScaleFactor; return t1 == null ? value : t1; }, - $signature: 2242 + $signature: 2244 }; A.historyVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_history ? !value : value; }, - $signature: 94 + $signature: 98 }; A.historyVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -464194,68 +473980,68 @@ t1 = t1 === B.AppSidebarMode_float ? false : value; return t1; }, - $signature: 94 + $signature: 98 }; A.hideDesktopWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 887 + $signature: 682 }; A.hideTaskExtensionBannerReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 2243 + $signature: 2245 }; A.hideGatewayWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 2244 + $signature: 2246 }; A.hideReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 2245 + $signature: 2247 }; A.hideReviewAppReducer_closure0.prototype = { call$2(filter, action) { return true; }, - $signature: 634 + $signature: 630 }; A.hideReviewAppReducer_closure1.prototype = { call$2(filter, action) { return true; }, - $signature: 495 + $signature: 562 }; A.hideOneYearReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 634 + $signature: 630 }; A.hideOneYearReviewAppReducer_closure0.prototype = { call$2(filter, action) { return true; }, - $signature: 495 + $signature: 562 }; A.hideTwoYearReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 495 + $signature: 562 }; A.layoutReducer_closure.prototype = { call$2(layout, action) { var t1 = action.appLayout; return t1 == null ? layout : t1; }, - $signature: 2248 + $signature: 2250 }; A.moduleLayoutReducer_closure.prototype = { call$2(moduleLayout, action) { @@ -464269,7 +474055,7 @@ } return moduleLayout; }, - $signature: 2249 + $signature: 2251 }; A.moduleLayoutReducer_closure0.prototype = { call$2(moduleLayout, action) { @@ -464278,285 +474064,285 @@ else return B.ModuleLayout_list; }, - $signature: 2250 + $signature: 2252 }; A.rowsPerPageReducer_closure.prototype = { call$2(numRows, action) { var t1 = action.rowsPerPage; return t1 == null ? numRows : t1; }, - $signature: 2251 + $signature: 2253 }; A.manuSidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.menuMode; return t1 == null ? mode : t1; }, - $signature: 636 + $signature: 632 }; A.historySidebarReducer_closure.prototype = { call$2(mode, action) { var t1 = action.historyMode; return t1 == null ? mode : t1; }, - $signature: 636 + $signature: 632 }; A.darkModeTypeReducer_closure.prototype = { call$2(enableDarkMode, action) { var t1 = action.darkModeType; return t1 == null ? enableDarkMode : t1; }, - $signature: 360 + $signature: 390 }; A.darkModeSystemReducer_closure.prototype = { call$2(enableDarkMode, action) { var t1 = action.enableDarkModeSystem; return t1 == null ? enableDarkMode : t1; }, - $signature: 94 + $signature: 98 }; A.statementIncludesReducer_closure.prototype = { call$2(includes, action) { var t1 = action.statementIncludes; return t1 == null ? includes : t1; }, - $signature: 2254 + $signature: 2256 }; A.enableTooltipsReducer_closure.prototype = { call$2(enableTooltips, action) { var t1 = action.enableTooltips; return t1 == null ? enableTooltips : t1; }, - $signature: 94 + $signature: 98 }; A.enableFlexibleSearchReducer_closure.prototype = { call$2(enableFlexibleSearch, action) { var t1 = action.flexibleSearch; return t1 == null ? enableFlexibleSearch : t1; }, - $signature: 94 + $signature: 98 }; A.enableNativeBrowserReducer_closure.prototype = { call$2(enableNativeBrowser, action) { var t1 = action.enableNativeBrowser; return t1 == null ? enableNativeBrowser : t1; }, - $signature: 94 + $signature: 98 }; A.persistDataReducer_closure.prototype = { call$2(persistData, action) { var t1 = action.persistData; return t1 == null ? persistData : t1; }, - $signature: 94 + $signature: 98 }; A.showKanbanReducer_closure.prototype = { call$2(showKanban, action) { var t1 = action.showKanban; return t1 == null ? showKanban : t1; }, - $signature: 94 + $signature: 98 }; A.isFilterVisibleReducer_closure.prototype = { call$2(value, action) { var t1 = action.isFilterVisible; return t1 == null ? value : t1; }, - $signature: 94 + $signature: 98 }; A.longPressReducer_closure.prototype = { call$2(longPressSelectionIsDefault, action) { var t1 = action.longPressSelectionIsDefault; return t1 == null ? longPressSelectionIsDefault : t1; }, - $signature: 94 + $signature: 98 }; A.tapSelectedToEditReducer_closure.prototype = { call$2(tapSelectedToEdit, action) { var t1 = action.tapSelectedToEdit; return t1 == null ? tapSelectedToEdit : t1; }, - $signature: 94 + $signature: 98 }; A.downloadsFolderReducer_closure.prototype = { call$2(downloadsFolder, action) { var t1 = action.downloadsFolder; return t1 == null ? downloadsFolder : t1; }, - $signature: 360 + $signature: 390 }; A.isPreviewVisibleReducer_closure.prototype = { call$2(value, action) { return !value; }, - $signature: 2255 + $signature: 2257 }; A.isPreviewVisibleReducer_closure0.prototype = { call$2(isPreviewEnabled, action) { var t1 = action.isPreviewVisible; return t1 == null ? isPreviewEnabled : t1; }, - $signature: 94 + $signature: 98 }; A.isPreviewVisibleReducer_closure1.prototype = { call$2(value, action) { return false; }, - $signature: 2256 + $signature: 2258 }; A.isPreviewVisibleReducer_closure2.prototype = { call$2(value, action) { return false; }, - $signature: 2257 + $signature: 2259 }; A.isPreviewVisibleReducer_closure3.prototype = { call$2(value, action) { return false; }, - $signature: 2258 + $signature: 2260 }; A.isPreviewVisibleReducer_closure4.prototype = { call$2(value, action) { return false; }, - $signature: 2259 + $signature: 2261 }; A.isPreviewVisibleReducer_closure5.prototype = { call$2(value, action) { return false; }, - $signature: 2260 + $signature: 2262 }; A.isPreviewVisibleReducer_closure6.prototype = { call$2(value, action) { return false; }, - $signature: 2261 + $signature: 2263 }; A.isPreviewVisibleReducer_closure7.prototype = { call$2(value, action) { return false; }, - $signature: 2262 + $signature: 2264 }; A.isPreviewVisibleReducer_closure8.prototype = { call$2(value, action) { return false; }, - $signature: 2263 + $signature: 2265 }; A.isPreviewVisibleReducer_closure9.prototype = { call$2(value, action) { return false; }, - $signature: 2264 + $signature: 2266 }; A.isPreviewVisibleReducer_closure10.prototype = { call$2(value, action) { return false; }, - $signature: 2265 + $signature: 2267 }; A.isPreviewVisibleReducer_closure11.prototype = { call$2(value, action) { return false; }, - $signature: 2266 + $signature: 2268 }; A.isPreviewVisibleReducer_closure12.prototype = { call$2(value, action) { return false; }, - $signature: 2267 + $signature: 2269 }; A.isPreviewVisibleReducer_closure13.prototype = { call$2(value, action) { return false; }, - $signature: 2268 + $signature: 2270 }; A.isPreviewVisibleReducer_closure14.prototype = { call$2(value, action) { return true; }, - $signature: 2269 + $signature: 2271 }; A.requireAuthenticationReducer_closure.prototype = { call$2(requireAuthentication, action) { var t1 = action.requireAuthentication; return t1 == null ? requireAuthentication : t1; }, - $signature: 94 + $signature: 98 }; A.colorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.colorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 360 + $signature: 390 }; A.darkColorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.darkColorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 360 + $signature: 390 }; A.showPdfPreviewReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreview; return t1 == null ? value : t1; }, - $signature: 94 + $signature: 98 }; A.showPdfPreviewSideBySideReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreviewSideBySide; return t1 == null ? value : t1; }, - $signature: 94 + $signature: 98 }; A.editAfterSavingReducer_closure.prototype = { call$2(value, action) { var t1 = action.editAfterSaving; return t1 == null ? value : t1; }, - $signature: 94 + $signature: 98 }; A.enableTouchEventsReducer_closure.prototype = { call$2(value, action) { var t1 = action.enableTouchEvents; return t1 == null ? value : t1; }, - $signature: 94 + $signature: 98 }; A.customColorsReducer_closure.prototype = { call$2(customColors, action) { var t1 = action.customColors; return t1 == null ? customColors : t1; }, - $signature: 647 + $signature: 634 }; A.darkCustomColorsReducer_closure.prototype = { call$2(customColors, action) { var t1 = action.darkCustomColors; return t1 == null ? customColors : t1; }, - $signature: 647 + $signature: 634 }; A.companyPrefReducer_closure.prototype = { call$1(b) { b.get$historyList().replace$1(0, $.$get$historyReducer().call$2(this._box_0.state.historyList, this.action)); return b; }, - $signature: 2271 + $signature: 2273 }; A.historyReducer_closure.prototype = { call$2(historyList, action) { return A.BuiltList_BuiltList$from(B.List_empty, type$.HistoryRecord); }, - $signature: 2272 + $signature: 2274 }; A.historyReducer_closure0.prototype = { call$2(historyList, action) { @@ -464565,14 +474351,14 @@ else return historyList.rebuild$1(new A.historyReducer__closure0()); }, - $signature: 2273 + $signature: 2275 }; A.historyReducer__closure0.prototype = { call$1(b) { B.JSArray_methods.removeAt$1(b.get$_safeList(), 0); return b; }, - $signature: 359 + $signature: 392 }; A.historyReducer_closure1.prototype = { call$2(historyList, action) { @@ -464581,7 +474367,7 @@ return historyList; return historyList.rebuild$1(new A.historyReducer__closure(B.JSArray_methods.get$first(t1), action)); }, - $signature: 2275 + $signature: 2277 }; A.historyReducer__closure.prototype = { call$1(b) { @@ -464595,518 +474381,518 @@ b.get$_safeList()[0] = t1; return b; }, - $signature: 359 + $signature: 392 }; A.historyReducer___closure.prototype = { call$1(b) { return b.get$_pref_state$_$this()._page = this.action.page; }, - $signature: 2276 + $signature: 2278 }; A.historyReducer_closure2.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_dashboard, null, null)); }, - $signature: 2277 + $signature: 2279 }; A.historyReducer_closure3.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_reports, null, null)); }, - $signature: 2278 + $signature: 2280 }; A.historyReducer_closure4.prototype = { call$2(historyList, action) { var t1 = action.section; return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_settings, t1 == null ? "company_details" : t1, null)); }, - $signature: 2279 + $signature: 2281 }; A.historyReducer_closure5.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_client, action.clientId, null)); }, - $signature: 2280 + $signature: 2282 }; A.historyReducer_closure6.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_client, null, action.page)); }, - $signature: 2281 + $signature: 2283 }; A.historyReducer_closure7.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_client, action.client.id, null)); }, - $signature: 2282 + $signature: 2284 }; A.historyReducer_closure8.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_product, action.productId, null)); }, - $signature: 2283 + $signature: 2285 }; A.historyReducer_closure9.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_product, null, action.page)); }, - $signature: 2284 + $signature: 2286 }; A.historyReducer_closure10.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_product, action.product.id, null)); }, - $signature: 2285 + $signature: 2287 }; A.historyReducer_closure11.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_invoice, action.invoiceId, null)); }, - $signature: 2286 + $signature: 2288 }; A.historyReducer_closure12.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_invoice, null, action.page)); }, - $signature: 2287 + $signature: 2289 }; A.historyReducer_closure13.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_invoice, action.invoice.id, null)); }, - $signature: 2288 + $signature: 2290 }; A.historyReducer_closure14.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_payment, action.paymentId, null)); }, - $signature: 2289 + $signature: 2291 }; A.historyReducer_closure15.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_payment, null, action.page)); }, - $signature: 2290 + $signature: 2292 }; A.historyReducer_closure16.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_payment, action.payment.id, null)); }, - $signature: 2291 + $signature: 2293 }; A.historyReducer_closure17.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_quote, action.quoteId, null)); }, - $signature: 2292 + $signature: 2294 }; A.historyReducer_closure18.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_quote, null, action.page)); }, - $signature: 2293 + $signature: 2295 }; A.historyReducer_closure19.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_quote, action.quote.id, null)); }, - $signature: 2294 + $signature: 2296 }; A.historyReducer_closure20.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_task, action.taskId, null)); }, - $signature: 2295 + $signature: 2297 }; A.historyReducer_closure21.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_task, null, action.page)); }, - $signature: 2296 + $signature: 2298 }; A.historyReducer_closure22.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_task, action.task.id, null)); }, - $signature: 2297 + $signature: 2299 }; A.historyReducer_closure23.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_project, action.projectId, null)); }, - $signature: 2298 + $signature: 2300 }; A.historyReducer_closure24.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_project, null, action.page)); }, - $signature: 2299 + $signature: 2301 }; A.historyReducer_closure25.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_project, action.project.id, null)); }, - $signature: 2300 + $signature: 2302 }; A.historyReducer_closure26.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_vendor, action.vendorId, null)); }, - $signature: 2301 + $signature: 2303 }; A.historyReducer_closure27.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_vendor, null, action.page)); }, - $signature: 2302 + $signature: 2304 }; A.historyReducer_closure28.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_vendor, action.vendor.id, null)); }, - $signature: 2303 + $signature: 2305 }; A.historyReducer_closure29.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expense, action.expenseId, null)); }, - $signature: 2304 + $signature: 2306 }; A.historyReducer_closure30.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expense, null, action.page)); }, - $signature: 2305 + $signature: 2307 }; A.historyReducer_closure31.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expense, action.expense.id, null)); }, - $signature: 2306 + $signature: 2308 }; A.historyReducer_closure32.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_companyGateway, action.companyGatewayId, null)); }, - $signature: 2307 + $signature: 2309 }; A.historyReducer_closure33.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_companyGateway, null, null)); }, - $signature: 2308 + $signature: 2310 }; A.historyReducer_closure34.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_companyGateway, action.companyGateway.id, null)); }, - $signature: 2309 + $signature: 2311 }; A.historyReducer_closure35.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_user, action.userId, null)); }, - $signature: 2310 + $signature: 2312 }; A.historyReducer_closure36.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_user, null, null)); }, - $signature: 2311 + $signature: 2313 }; A.historyReducer_closure37.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_user, action.user.id, null)); }, - $signature: 2312 + $signature: 2314 }; A.historyReducer_closure38.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_group, action.groupId, null)); }, - $signature: 2313 + $signature: 2315 }; A.historyReducer_closure39.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_group, null, null)); }, - $signature: 2314 + $signature: 2316 }; A.historyReducer_closure40.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_group, action.group.id, null)); }, - $signature: 2315 + $signature: 2317 }; A.historyReducer_closure41.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_schedule, action.scheduleId, null)); }, - $signature: 2316 + $signature: 2318 }; A.historyReducer_closure42.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_schedule, null, null)); }, - $signature: 2317 + $signature: 2319 }; A.historyReducer_closure43.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_schedule, action.schedule.id, null)); }, - $signature: 2318 + $signature: 2320 }; A.historyReducer_closure44.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transactionRule, action.transactionRuleId, null)); }, - $signature: 2319 + $signature: 2321 }; A.historyReducer_closure45.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transactionRule, null, null)); }, - $signature: 2320 + $signature: 2322 }; A.historyReducer_closure46.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transactionRule, action.transactionRule.id, null)); }, - $signature: 2321 + $signature: 2323 }; A.historyReducer_closure47.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transaction, action.transactionId, null)); }, - $signature: 2322 + $signature: 2324 }; A.historyReducer_closure48.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transaction, null, action.page)); }, - $signature: 2323 + $signature: 2325 }; A.historyReducer_closure49.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_transaction, action.transaction.id, null)); }, - $signature: 2324 + $signature: 2326 }; A.historyReducer_closure50.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_bankAccount, action.bankAccountId, null)); }, - $signature: 2325 + $signature: 2327 }; A.historyReducer_closure51.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_bankAccount, null, null)); }, - $signature: 2326 + $signature: 2328 }; A.historyReducer_closure52.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_purchaseOrder, action.purchaseOrderId, null)); }, - $signature: 2327 + $signature: 2329 }; A.historyReducer_closure53.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_purchaseOrder, null, action.page)); }, - $signature: 2328 + $signature: 2330 }; A.historyReducer_closure54.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_purchaseOrder, action.purchaseOrder.id, null)); }, - $signature: 2329 + $signature: 2331 }; A.historyReducer_closure55.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringExpense, action.recurringExpenseId, null)); }, - $signature: 2330 + $signature: 2332 }; A.historyReducer_closure56.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringExpense, null, action.page)); }, - $signature: 2331 + $signature: 2333 }; A.historyReducer_closure57.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringExpense, action.recurringExpense.id, null)); }, - $signature: 2332 + $signature: 2334 }; A.historyReducer_closure58.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentLink, action.subscriptionId, null)); }, - $signature: 2333 + $signature: 2335 }; A.historyReducer_closure59.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentLink, null, null)); }, - $signature: 2334 + $signature: 2336 }; A.historyReducer_closure60.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentLink, action.subscription.id, null)); }, - $signature: 2335 + $signature: 2337 }; A.historyReducer_closure61.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_taskStatus, action.taskStatusId, null)); }, - $signature: 2336 + $signature: 2338 }; A.historyReducer_closure62.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_taskStatus, null, null)); }, - $signature: 2337 + $signature: 2339 }; A.historyReducer_closure63.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_taskStatus, action.taskStatus.id, null)); }, - $signature: 2338 + $signature: 2340 }; A.historyReducer_closure64.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expenseCategory, action.expenseCategoryId, null)); }, - $signature: 2339 + $signature: 2341 }; A.historyReducer_closure65.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expenseCategory, null, null)); }, - $signature: 2340 + $signature: 2342 }; A.historyReducer_closure66.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_expenseCategory, action.expenseCategory.id, null)); }, - $signature: 2341 + $signature: 2343 }; A.historyReducer_closure67.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringInvoice, action.recurringInvoiceId, null)); }, - $signature: 2342 + $signature: 2344 }; A.historyReducer_closure68.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringInvoice, null, action.page)); }, - $signature: 2343 + $signature: 2345 }; A.historyReducer_closure69.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_recurringInvoice, action.recurringInvoice.id, null)); }, - $signature: 2344 + $signature: 2346 }; A.historyReducer_closure70.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_webhook, action.webhookId, null)); }, - $signature: 2345 + $signature: 2347 }; A.historyReducer_closure71.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_webhook, null, null)); }, - $signature: 2346 + $signature: 2348 }; A.historyReducer_closure72.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_webhook, action.webhook.id, null)); }, - $signature: 2347 + $signature: 2349 }; A.historyReducer_closure73.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_token, action.tokenId, null)); }, - $signature: 2348 + $signature: 2350 }; A.historyReducer_closure74.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_token, null, null)); }, - $signature: 2349 + $signature: 2351 }; A.historyReducer_closure75.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_token, action.token.id, null)); }, - $signature: 2350 + $signature: 2352 }; A.historyReducer_closure76.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentTerm, action.paymentTermId, null)); }, - $signature: 2351 + $signature: 2353 }; A.historyReducer_closure77.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentTerm, null, null)); }, - $signature: 2352 + $signature: 2354 }; A.historyReducer_closure78.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_paymentTerm, action.paymentTerm.id, null)); }, - $signature: 2353 + $signature: 2355 }; A.historyReducer_closure79.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_design, action.design.id, null)); }, - $signature: 2354 + $signature: 2356 }; A.historyReducer_closure80.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_credit, action.creditId, null)); }, - $signature: 2355 + $signature: 2357 }; A.historyReducer_closure81.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_credit, null, action.page)); }, - $signature: 2356 + $signature: 2358 }; A.historyReducer_closure82.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_credit, action.credit.id, null)); }, - $signature: 2357 + $signature: 2359 }; A.historyReducer_closure83.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_document, action.documentId, null)); }, - $signature: 2358 + $signature: 2360 }; A.historyReducer_closure84.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_document, null, 0)); }, - $signature: 2359 + $signature: 2361 }; A.historyReducer_closure85.prototype = { call$2(historyList, action) { return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(B.EntityType_document, action.document.id, null)); }, - $signature: 2360 + $signature: 2362 }; A.historyReducer_closure86.prototype = { call$2(historyList, action) { @@ -465119,7 +474905,7 @@ t1.toString; return A._addToHistory(historyList, A.HistoryRecord_HistoryRecord(t1, t2, null)); }, - $signature: 2361 + $signature: 2363 }; A._addToHistory_closure.prototype = { call$1(item) { @@ -465133,7 +474919,7 @@ t1 = false; return t1; }, - $signature: 885 + $signature: 679 }; A._addToHistory_closure0.prototype = { call$1(b) { @@ -465142,7 +474928,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), 0, this.record); return b; }, - $signature: 359 + $signature: 392 }; A._addToHistory_closure1.prototype = { call$1(b) { @@ -465156,7 +474942,7 @@ b._listOwner = null; return b; }, - $signature: 359 + $signature: 392 }; A.PrefState.prototype = { get$colorThemeModel() { @@ -465202,7 +474988,7 @@ A.HistoryRecord.prototype = {}; A._$PrefStateSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { - return ["appLayout", serializers.serialize$2$specifiedType(object.appLayout, B.FullType_88H), "moduleLayout", serializers.serialize$2$specifiedType(object.moduleLayout, B.FullType_2No), "menuSidebarMode", serializers.serialize$2$specifiedType(object.menuSidebarMode, B.FullType_D72), "historySidebarMode", serializers.serialize$2$specifiedType(object.historySidebarMode, B.FullType_D72), "useSidebarEditor", serializers.serialize$2$specifiedType(object.useSidebarEditor, B.FullType_MAl), "useSidebarViewer", serializers.serialize$2$specifiedType(object.useSidebarViewer, B.FullType_MAl), "customColors", serializers.serialize$2$specifiedType(object.customColors, B.FullType_2Vk), "darkCustomColors", serializers.serialize$2$specifiedType(object.darkCustomColors, B.FullType_2Vk), "statementIncludes", serializers.serialize$2$specifiedType(object.statementIncludes, B.FullType_hkZ), "isPreviewVisible", serializers.serialize$2$specifiedType(object.isPreviewVisible, B.FullType_MtR), "isMenuVisible", serializers.serialize$2$specifiedType(object.isMenuVisible, B.FullType_MtR), "showKanban", serializers.serialize$2$specifiedType(object.showKanban, B.FullType_MtR), "showPdfPreview", serializers.serialize$2$specifiedType(object.showPdfPreview, B.FullType_MtR), "showPdfPreviewSideBySide", serializers.serialize$2$specifiedType(object.showPdfPreviewSideBySide, B.FullType_MtR), "enableTouchEvents", serializers.serialize$2$specifiedType(object.enableTouchEvents, B.FullType_MtR), "enableFlexibleSearch", serializers.serialize$2$specifiedType(object.enableFlexibleSearch, B.FullType_MtR), "isHistoryVisible", serializers.serialize$2$specifiedType(object.isHistoryVisible, B.FullType_MtR), "darkModeType", serializers.serialize$2$specifiedType(object.darkModeType, B.FullType_h8g), "enableDarkModeSystem", serializers.serialize$2$specifiedType(object.enableDarkModeSystem, B.FullType_MtR), "isFilterVisible", serializers.serialize$2$specifiedType(object.isFilterVisible, B.FullType_MtR), "persistData", serializers.serialize$2$specifiedType(object.persistData, B.FullType_MtR), "persistUI", serializers.serialize$2$specifiedType(object.persistUI, B.FullType_MtR), "longPressSelectionIsDefault", serializers.serialize$2$specifiedType(object.longPressSelectionIsDefault, B.FullType_MtR), "requireAuthentication", serializers.serialize$2$specifiedType(object.requireAuthentication, B.FullType_MtR), "tapSelectedToEdit", serializers.serialize$2$specifiedType(object.tapSelectedToEdit, B.FullType_MtR), "rowsPerPage", serializers.serialize$2$specifiedType(object.rowsPerPage, B.FullType_kjq), "enableTooltips", serializers.serialize$2$specifiedType(object.enableTooltips, B.FullType_MtR), "colorTheme", serializers.serialize$2$specifiedType(object.colorTheme, B.FullType_h8g), "darkColorTheme", serializers.serialize$2$specifiedType(object.darkColorTheme, B.FullType_h8g), "hideDesktopWarning", serializers.serialize$2$specifiedType(object.hideDesktopWarning, B.FullType_MtR), "hideGatewayWarning", serializers.serialize$2$specifiedType(object.hideGatewayWarning, B.FullType_MtR), "hideReviewApp", serializers.serialize$2$specifiedType(object.hideReviewApp, B.FullType_MtR), "hideOneYearReviewApp", serializers.serialize$2$specifiedType(object.hideOneYearReviewApp, B.FullType_MtR), "hideTwoYearReviewApp", serializers.serialize$2$specifiedType(object.hideTwoYearReviewApp, B.FullType_MtR), "hideTaskExtensionBanner", serializers.serialize$2$specifiedType(object.hideTaskExtensionBanner, B.FullType_MtR), "editAfterSaving", serializers.serialize$2$specifiedType(object.editAfterSaving, B.FullType_MtR), "enableNativeBrowser", serializers.serialize$2$specifiedType(object.enableNativeBrowser, B.FullType_MtR), "textScaleFactor", serializers.serialize$2$specifiedType(object.textScaleFactor, B.FullType_MME), "donwloadsFolder", serializers.serialize$2$specifiedType(object.donwloadsFolder, B.FullType_h8g), "sortFields", serializers.serialize$2$specifiedType(object.sortFields, B.FullType_Tr4), "companyPrefs", serializers.serialize$2$specifiedType(object.companyPrefs, B.FullType_mFp0)]; + return ["appLayout", serializers.serialize$2$specifiedType(object.appLayout, B.FullType_88H), "moduleLayout", serializers.serialize$2$specifiedType(object.moduleLayout, B.FullType_2No), "menuSidebarMode", serializers.serialize$2$specifiedType(object.menuSidebarMode, B.FullType_D72), "historySidebarMode", serializers.serialize$2$specifiedType(object.historySidebarMode, B.FullType_D72), "useSidebarEditor", serializers.serialize$2$specifiedType(object.useSidebarEditor, B.FullType_MAl), "useSidebarViewer", serializers.serialize$2$specifiedType(object.useSidebarViewer, B.FullType_MAl), "customColors", serializers.serialize$2$specifiedType(object.customColors, B.FullType_2Vk), "darkCustomColors", serializers.serialize$2$specifiedType(object.darkCustomColors, B.FullType_2Vk), "statementIncludes", serializers.serialize$2$specifiedType(object.statementIncludes, B.FullType_hkZ), "isPreviewVisible", serializers.serialize$2$specifiedType(object.isPreviewVisible, B.FullType_MtR), "isMenuVisible", serializers.serialize$2$specifiedType(object.isMenuVisible, B.FullType_MtR), "showKanban", serializers.serialize$2$specifiedType(object.showKanban, B.FullType_MtR), "showPdfPreview", serializers.serialize$2$specifiedType(object.showPdfPreview, B.FullType_MtR), "showPdfPreviewSideBySide", serializers.serialize$2$specifiedType(object.showPdfPreviewSideBySide, B.FullType_MtR), "enableTouchEvents", serializers.serialize$2$specifiedType(object.enableTouchEvents, B.FullType_MtR), "enableFlexibleSearch", serializers.serialize$2$specifiedType(object.enableFlexibleSearch, B.FullType_MtR), "isHistoryVisible", serializers.serialize$2$specifiedType(object.isHistoryVisible, B.FullType_MtR), "darkModeType", serializers.serialize$2$specifiedType(object.darkModeType, B.FullType_h8g), "enableDarkModeSystem", serializers.serialize$2$specifiedType(object.enableDarkModeSystem, B.FullType_MtR), "isFilterVisible", serializers.serialize$2$specifiedType(object.isFilterVisible, B.FullType_MtR), "persistData", serializers.serialize$2$specifiedType(object.persistData, B.FullType_MtR), "longPressSelectionIsDefault", serializers.serialize$2$specifiedType(object.longPressSelectionIsDefault, B.FullType_MtR), "requireAuthentication", serializers.serialize$2$specifiedType(object.requireAuthentication, B.FullType_MtR), "tapSelectedToEdit", serializers.serialize$2$specifiedType(object.tapSelectedToEdit, B.FullType_MtR), "rowsPerPage", serializers.serialize$2$specifiedType(object.rowsPerPage, B.FullType_kjq), "enableTooltips", serializers.serialize$2$specifiedType(object.enableTooltips, B.FullType_MtR), "colorTheme", serializers.serialize$2$specifiedType(object.colorTheme, B.FullType_h8g), "darkColorTheme", serializers.serialize$2$specifiedType(object.darkColorTheme, B.FullType_h8g), "hideDesktopWarning", serializers.serialize$2$specifiedType(object.hideDesktopWarning, B.FullType_MtR), "hideGatewayWarning", serializers.serialize$2$specifiedType(object.hideGatewayWarning, B.FullType_MtR), "hideReviewApp", serializers.serialize$2$specifiedType(object.hideReviewApp, B.FullType_MtR), "hideOneYearReviewApp", serializers.serialize$2$specifiedType(object.hideOneYearReviewApp, B.FullType_MtR), "hideTwoYearReviewApp", serializers.serialize$2$specifiedType(object.hideTwoYearReviewApp, B.FullType_MtR), "hideTaskExtensionBanner", serializers.serialize$2$specifiedType(object.hideTaskExtensionBanner, B.FullType_MtR), "editAfterSaving", serializers.serialize$2$specifiedType(object.editAfterSaving, B.FullType_MtR), "enableNativeBrowser", serializers.serialize$2$specifiedType(object.enableNativeBrowser, B.FullType_MtR), "textScaleFactor", serializers.serialize$2$specifiedType(object.textScaleFactor, B.FullType_MME), "donwloadsFolder", serializers.serialize$2$specifiedType(object.donwloadsFolder, B.FullType_h8g), "sortFields", serializers.serialize$2$specifiedType(object.sortFields, B.FullType_Tr4), "companyPrefs", serializers.serialize$2$specifiedType(object.companyPrefs, B.FullType_mFp0)]; }, serialize$2(serializers, object) { return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); @@ -465393,12 +475179,6 @@ A._asBool(t11); result.get$_pref_state$_$this()._persistData = t11; break; - case "persistUI": - t11 = serializers.deserialize$2$specifiedType(value, B.FullType_MtR); - t11.toString; - A._asBool(t11); - result.get$_pref_state$_$this()._persistUI = t11; - break; case "longPressSelectionIsDefault": t11 = serializers.deserialize$2$specifiedType(value, B.FullType_MtR); t11.toString; @@ -465815,7 +475595,7 @@ return false; if (other === _this) return true; - return other instanceof A._$PrefState && _this.appLayout === other.appLayout && _this.moduleLayout === other.moduleLayout && _this.menuSidebarMode === other.menuSidebarMode && _this.historySidebarMode === other.historySidebarMode && _this.useSidebarEditor.$eq(0, other.useSidebarEditor) && _this.useSidebarViewer.$eq(0, other.useSidebarViewer) && _this.customColors.$eq(0, other.customColors) && _this.darkCustomColors.$eq(0, other.darkCustomColors) && _this.statementIncludes.$eq(0, other.statementIncludes) && _this.isPreviewVisible === other.isPreviewVisible && _this.isMenuVisible === other.isMenuVisible && _this.showKanban === other.showKanban && _this.showPdfPreview === other.showPdfPreview && _this.showPdfPreviewSideBySide === other.showPdfPreviewSideBySide && _this.enableTouchEvents === other.enableTouchEvents && _this.enableFlexibleSearch === other.enableFlexibleSearch && _this.isHistoryVisible === other.isHistoryVisible && _this.darkModeType === other.darkModeType && _this.enableDarkModeSystem === other.enableDarkModeSystem && _this.isFilterVisible === other.isFilterVisible && _this.persistData === other.persistData && _this.persistUI === other.persistUI && _this.longPressSelectionIsDefault === other.longPressSelectionIsDefault && _this.requireAuthentication === other.requireAuthentication && _this.tapSelectedToEdit === other.tapSelectedToEdit && _this.rowsPerPage === other.rowsPerPage && _this.enableTooltips === other.enableTooltips && _this.colorTheme === other.colorTheme && _this.darkColorTheme === other.darkColorTheme && _this.hideDesktopWarning === other.hideDesktopWarning && _this.hideGatewayWarning === other.hideGatewayWarning && _this.hideReviewApp === other.hideReviewApp && _this.hideOneYearReviewApp === other.hideOneYearReviewApp && _this.hideTwoYearReviewApp === other.hideTwoYearReviewApp && _this.hideTaskExtensionBanner === other.hideTaskExtensionBanner && _this.editAfterSaving === other.editAfterSaving && _this.enableNativeBrowser === other.enableNativeBrowser && _this.textScaleFactor === other.textScaleFactor && _this.donwloadsFolder === other.donwloadsFolder && _this.sortFields.$eq(0, other.sortFields) && _this.companyPrefs.$eq(0, other.companyPrefs); + return other instanceof A._$PrefState && _this.appLayout === other.appLayout && _this.moduleLayout === other.moduleLayout && _this.menuSidebarMode === other.menuSidebarMode && _this.historySidebarMode === other.historySidebarMode && _this.useSidebarEditor.$eq(0, other.useSidebarEditor) && _this.useSidebarViewer.$eq(0, other.useSidebarViewer) && _this.customColors.$eq(0, other.customColors) && _this.darkCustomColors.$eq(0, other.darkCustomColors) && _this.statementIncludes.$eq(0, other.statementIncludes) && _this.isPreviewVisible === other.isPreviewVisible && _this.isMenuVisible === other.isMenuVisible && _this.showKanban === other.showKanban && _this.showPdfPreview === other.showPdfPreview && _this.showPdfPreviewSideBySide === other.showPdfPreviewSideBySide && _this.enableTouchEvents === other.enableTouchEvents && _this.enableFlexibleSearch === other.enableFlexibleSearch && _this.isHistoryVisible === other.isHistoryVisible && _this.darkModeType === other.darkModeType && _this.enableDarkModeSystem === other.enableDarkModeSystem && _this.isFilterVisible === other.isFilterVisible && _this.persistData === other.persistData && _this.longPressSelectionIsDefault === other.longPressSelectionIsDefault && _this.requireAuthentication === other.requireAuthentication && _this.tapSelectedToEdit === other.tapSelectedToEdit && _this.rowsPerPage === other.rowsPerPage && _this.enableTooltips === other.enableTooltips && _this.colorTheme === other.colorTheme && _this.darkColorTheme === other.darkColorTheme && _this.hideDesktopWarning === other.hideDesktopWarning && _this.hideGatewayWarning === other.hideGatewayWarning && _this.hideReviewApp === other.hideReviewApp && _this.hideOneYearReviewApp === other.hideOneYearReviewApp && _this.hideTwoYearReviewApp === other.hideTwoYearReviewApp && _this.hideTaskExtensionBanner === other.hideTaskExtensionBanner && _this.editAfterSaving === other.editAfterSaving && _this.enableNativeBrowser === other.enableNativeBrowser && _this.textScaleFactor === other.textScaleFactor && _this.donwloadsFolder === other.donwloadsFolder && _this.sortFields.$eq(0, other.sortFields) && _this.companyPrefs.$eq(0, other.companyPrefs); }, get$hashCode(_) { var t2, t3, t4, t5, t6, t7, _$hash, _this = this, @@ -465829,7 +475609,7 @@ t5 = _this.statementIncludes; t6 = _this.sortFields; t7 = _this.companyPrefs; - _$hash = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, A.Primitives_objectHashCode(_this.appLayout)), A.Primitives_objectHashCode(_this.moduleLayout)), A.Primitives_objectHashCode(_this.menuSidebarMode)), A.Primitives_objectHashCode(_this.historySidebarMode)), t1.get$hashCode(t1)), t2.get$hashCode(t2)), t3.get$hashCode(t3)), t4.get$hashCode(t4)), t5.get$hashCode(t5)), B.JSBool_methods.get$hashCode(_this.isPreviewVisible)), B.JSBool_methods.get$hashCode(_this.isMenuVisible)), B.JSBool_methods.get$hashCode(_this.showKanban)), B.JSBool_methods.get$hashCode(_this.showPdfPreview)), B.JSBool_methods.get$hashCode(_this.showPdfPreviewSideBySide)), B.JSBool_methods.get$hashCode(_this.enableTouchEvents)), B.JSBool_methods.get$hashCode(_this.enableFlexibleSearch)), B.JSBool_methods.get$hashCode(_this.isHistoryVisible)), B.JSString_methods.get$hashCode(_this.darkModeType)), B.JSBool_methods.get$hashCode(_this.enableDarkModeSystem)), B.JSBool_methods.get$hashCode(_this.isFilterVisible)), B.JSBool_methods.get$hashCode(_this.persistData)), B.JSBool_methods.get$hashCode(_this.persistUI)), B.JSBool_methods.get$hashCode(_this.longPressSelectionIsDefault)), B.JSBool_methods.get$hashCode(_this.requireAuthentication)), B.JSBool_methods.get$hashCode(_this.tapSelectedToEdit)), B.JSInt_methods.get$hashCode(_this.rowsPerPage)), B.JSBool_methods.get$hashCode(_this.enableTooltips)), B.JSString_methods.get$hashCode(_this.colorTheme)), B.JSString_methods.get$hashCode(_this.darkColorTheme)), B.JSBool_methods.get$hashCode(_this.hideDesktopWarning)), B.JSBool_methods.get$hashCode(_this.hideGatewayWarning)), B.JSBool_methods.get$hashCode(_this.hideReviewApp)), B.JSBool_methods.get$hashCode(_this.hideOneYearReviewApp)), B.JSBool_methods.get$hashCode(_this.hideTwoYearReviewApp)), B.JSBool_methods.get$hashCode(_this.hideTaskExtensionBanner)), B.JSBool_methods.get$hashCode(_this.editAfterSaving)), B.JSBool_methods.get$hashCode(_this.enableNativeBrowser)), B.JSNumber_methods.get$hashCode(_this.textScaleFactor)), B.JSString_methods.get$hashCode(_this.donwloadsFolder)), t6.get$hashCode(t6)), t7.get$hashCode(t7))); + _$hash = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, A.Primitives_objectHashCode(_this.appLayout)), A.Primitives_objectHashCode(_this.moduleLayout)), A.Primitives_objectHashCode(_this.menuSidebarMode)), A.Primitives_objectHashCode(_this.historySidebarMode)), t1.get$hashCode(t1)), t2.get$hashCode(t2)), t3.get$hashCode(t3)), t4.get$hashCode(t4)), t5.get$hashCode(t5)), B.JSBool_methods.get$hashCode(_this.isPreviewVisible)), B.JSBool_methods.get$hashCode(_this.isMenuVisible)), B.JSBool_methods.get$hashCode(_this.showKanban)), B.JSBool_methods.get$hashCode(_this.showPdfPreview)), B.JSBool_methods.get$hashCode(_this.showPdfPreviewSideBySide)), B.JSBool_methods.get$hashCode(_this.enableTouchEvents)), B.JSBool_methods.get$hashCode(_this.enableFlexibleSearch)), B.JSBool_methods.get$hashCode(_this.isHistoryVisible)), B.JSString_methods.get$hashCode(_this.darkModeType)), B.JSBool_methods.get$hashCode(_this.enableDarkModeSystem)), B.JSBool_methods.get$hashCode(_this.isFilterVisible)), B.JSBool_methods.get$hashCode(_this.persistData)), B.JSBool_methods.get$hashCode(_this.longPressSelectionIsDefault)), B.JSBool_methods.get$hashCode(_this.requireAuthentication)), B.JSBool_methods.get$hashCode(_this.tapSelectedToEdit)), B.JSInt_methods.get$hashCode(_this.rowsPerPage)), B.JSBool_methods.get$hashCode(_this.enableTooltips)), B.JSString_methods.get$hashCode(_this.colorTheme)), B.JSString_methods.get$hashCode(_this.darkColorTheme)), B.JSBool_methods.get$hashCode(_this.hideDesktopWarning)), B.JSBool_methods.get$hashCode(_this.hideGatewayWarning)), B.JSBool_methods.get$hashCode(_this.hideReviewApp)), B.JSBool_methods.get$hashCode(_this.hideOneYearReviewApp)), B.JSBool_methods.get$hashCode(_this.hideTwoYearReviewApp)), B.JSBool_methods.get$hashCode(_this.hideTaskExtensionBanner)), B.JSBool_methods.get$hashCode(_this.editAfterSaving)), B.JSBool_methods.get$hashCode(_this.enableNativeBrowser)), B.JSNumber_methods.get$hashCode(_this.textScaleFactor)), B.JSString_methods.get$hashCode(_this.donwloadsFolder)), t6.get$hashCode(t6)), t7.get$hashCode(t7))); t7 = _this.__hashCode; if (t7 == null) { _this.__hashCode = _$hash; @@ -465863,7 +475643,6 @@ t2.add$2(t1, "enableDarkModeSystem", _this.enableDarkModeSystem); t2.add$2(t1, "isFilterVisible", _this.isFilterVisible); t2.add$2(t1, "persistData", _this.persistData); - t2.add$2(t1, "persistUI", _this.persistUI); t2.add$2(t1, "longPressSelectionIsDefault", _this.longPressSelectionIsDefault); t2.add$2(t1, "requireAuthentication", _this.requireAuthentication); t2.add$2(t1, "tapSelectedToEdit", _this.tapSelectedToEdit); @@ -465972,7 +475751,6 @@ _this._enableDarkModeSystem = $$v.enableDarkModeSystem; _this._isFilterVisible = $$v.isFilterVisible; _this._persistData = $$v.persistData; - _this._persistUI = $$v.persistUI; _this._longPressSelectionIsDefault = $$v.longPressSelectionIsDefault; _this._requireAuthentication = $$v.requireAuthentication; _this._tapSelectedToEdit = $$v.tapSelectedToEdit; @@ -466003,7 +475781,7 @@ return _this; }, _build$0() { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, exception, _this = this, + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, exception, _this = this, _s9_ = "PrefState", _$result = null; try { @@ -466030,26 +475808,25 @@ t19 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._enableDarkModeSystem, _s9_, "enableDarkModeSystem"); t20 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._isFilterVisible, _s9_, "isFilterVisible"); t21 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._persistData, _s9_, "persistData"); - t22 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._persistUI, _s9_, "persistUI"); - t23 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._longPressSelectionIsDefault, _s9_, "longPressSelectionIsDefault"); - t24 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._requireAuthentication, _s9_, "requireAuthentication"); - t25 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._tapSelectedToEdit, _s9_, "tapSelectedToEdit"); - t26 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._rowsPerPage, _s9_, "rowsPerPage"); - t27 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._enableTooltips, _s9_, "enableTooltips"); - t28 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._colorTheme, _s9_, "colorTheme"); - t29 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._darkColorTheme, _s9_, "darkColorTheme"); - t30 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideDesktopWarning, _s9_, "hideDesktopWarning"); - t31 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideGatewayWarning, _s9_, "hideGatewayWarning"); - t32 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideReviewApp, _s9_, "hideReviewApp"); - t33 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideOneYearReviewApp, _s9_, "hideOneYearReviewApp"); - t34 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideTwoYearReviewApp, _s9_, "hideTwoYearReviewApp"); - t35 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideTaskExtensionBanner, _s9_, "hideTaskExtensionBanner"); - t36 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._editAfterSaving, _s9_, "editAfterSaving"); - t37 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._enableNativeBrowser, _s9_, "enableNativeBrowser"); - t38 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._textScaleFactor, _s9_, "textScaleFactor"); - t39 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._donwloadsFolder, _s9_, "donwloadsFolder"); - t40 = _this.get$sortFields().build$0(); - _$result0 = A._$PrefState$_(t1, t28, _this.get$companyPrefs().build$0(), t7, t29, t8, t18, t39, t36, t19, t16, t37, t27, t15, t30, t31, t33, t32, t35, t34, t4, t20, t17, t11, t10, t23, t3, t2, t21, t22, t24, t26, t12, t13, t14, t40, t9, t25, t38, t5, t6); + t22 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._longPressSelectionIsDefault, _s9_, "longPressSelectionIsDefault"); + t23 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._requireAuthentication, _s9_, "requireAuthentication"); + t24 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._tapSelectedToEdit, _s9_, "tapSelectedToEdit"); + t25 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._rowsPerPage, _s9_, "rowsPerPage"); + t26 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._enableTooltips, _s9_, "enableTooltips"); + t27 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._colorTheme, _s9_, "colorTheme"); + t28 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._darkColorTheme, _s9_, "darkColorTheme"); + t29 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideDesktopWarning, _s9_, "hideDesktopWarning"); + t30 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideGatewayWarning, _s9_, "hideGatewayWarning"); + t31 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideReviewApp, _s9_, "hideReviewApp"); + t32 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideOneYearReviewApp, _s9_, "hideOneYearReviewApp"); + t33 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideTwoYearReviewApp, _s9_, "hideTwoYearReviewApp"); + t34 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._hideTaskExtensionBanner, _s9_, "hideTaskExtensionBanner"); + t35 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._editAfterSaving, _s9_, "editAfterSaving"); + t36 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._enableNativeBrowser, _s9_, "enableNativeBrowser"); + t37 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._textScaleFactor, _s9_, "textScaleFactor"); + t38 = A.BuiltValueNullFieldError_checkNotNull(_this.get$_pref_state$_$this()._donwloadsFolder, _s9_, "donwloadsFolder"); + t39 = _this.get$sortFields().build$0(); + _$result0 = A._$PrefState$_(t1, t27, _this.get$companyPrefs().build$0(), t7, t28, t8, t18, t38, t35, t19, t16, t36, t26, t15, t29, t30, t32, t31, t34, t33, t4, t20, t17, t11, t10, t22, t3, t2, t21, t23, t25, t12, t13, t14, t39, t9, t24, t37, t5, t6); } _$result = _$result0; } catch (exception) { @@ -466426,139 +476203,139 @@ t3._settings_state$_$v = t2; return b; }, - $signature: 891 + $signature: 684 }; A.lastActivityReducer_closure.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 2362 + $signature: 2364 }; A.filterReducer_closure.prototype = { call$2(filter, action) { return action.filter; }, - $signature: 2363 + $signature: 2365 }; A.filterReducer_closure0.prototype = { call$2(state, action) { return action.filter; }, - $signature: 2364 + $signature: 2366 }; A.loadingEntityTypeReducer_closure.prototype = { call$2(state, action) { return null; }, - $signature: 2365 + $signature: 2367 }; A.loadingEntityTypeReducer_closure0.prototype = { call$2(state, action) { return B.EntityType_client; }, - $signature: 2366 + $signature: 2368 }; A.loadingEntityTypeReducer_closure1.prototype = { call$2(state, action) { return B.EntityType_product; }, - $signature: 2367 + $signature: 2369 }; A.loadingEntityTypeReducer_closure2.prototype = { call$2(state, action) { return B.EntityType_invoice; }, - $signature: 2368 + $signature: 2370 }; A.loadingEntityTypeReducer_closure3.prototype = { call$2(state, action) { return B.EntityType_recurringInvoice; }, - $signature: 2369 + $signature: 2371 }; A.loadingEntityTypeReducer_closure4.prototype = { call$2(state, action) { return B.EntityType_payment; }, - $signature: 2370 + $signature: 2372 }; A.loadingEntityTypeReducer_closure5.prototype = { call$2(state, action) { return B.EntityType_quote; }, - $signature: 2371 + $signature: 2373 }; A.loadingEntityTypeReducer_closure6.prototype = { call$2(state, action) { return B.EntityType_credit; }, - $signature: 2372 + $signature: 2374 }; A.loadingEntityTypeReducer_closure7.prototype = { call$2(state, action) { return B.EntityType_project; }, - $signature: 2373 + $signature: 2375 }; A.loadingEntityTypeReducer_closure8.prototype = { call$2(state, action) { return B.EntityType_task; }, - $signature: 2374 + $signature: 2376 }; A.loadingEntityTypeReducer_closure9.prototype = { call$2(state, action) { return B.EntityType_vendor; }, - $signature: 2375 + $signature: 2377 }; A.loadingEntityTypeReducer_closure10.prototype = { call$2(state, action) { return B.EntityType_purchaseOrder; }, - $signature: 2376 + $signature: 2378 }; A.loadingEntityTypeReducer_closure11.prototype = { call$2(state, action) { return B.EntityType_expense; }, - $signature: 2377 + $signature: 2379 }; A.loadingEntityTypeReducer_closure12.prototype = { call$2(state, action) { return B.EntityType_recurringExpense; }, - $signature: 2378 + $signature: 2380 }; A.loadingEntityTypeReducer_closure13.prototype = { call$2(state, action) { return B.EntityType_transaction; }, - $signature: 2379 + $signature: 2381 }; A.filterClearedAtReducer_closure.prototype = { call$2(filterClearedAt, action) { return action.filter == null ? Date.now() : filterClearedAt; }, - $signature: 2380 + $signature: 2382 }; A.filterClearedAtReducer_closure0.prototype = { call$2(state, action) { return Date.now(); }, - $signature: 2381 + $signature: 2383 }; A.currentRouteReducer_closure.prototype = { call$2(currentRoute, action) { return action.route; }, - $signature: 2382 + $signature: 2384 }; A.selectedCompanyIndexReducer_closure.prototype = { call$2(selectedCompanyIndex, action) { return action.companyIndex; }, - $signature: 2383 + $signature: 2385 }; A.previewStackReducer_closure.prototype = { call$2(previewStack, action) { @@ -466573,19 +476350,19 @@ t2.push(t1); return A.BuiltList_BuiltList$from(t2, type$.EntityType); }, - $signature: 2384 + $signature: 2386 }; A.previewStackReducer__closure.prototype = { call$1(entityType) { return entityType !== this.action.entityType; }, - $signature: 249 + $signature: 267 }; A.previewStackReducer_closure0.prototype = { call$2(previewStack, action) { return A.BuiltList_BuiltList$from(A._setArrayType([], type$.JSArray_EntityType), type$.EntityType); }, - $signature: 2385 + $signature: 2387 }; A.previewStackReducer_closure1.prototype = { call$2(previewStack, action) { @@ -466593,13 +476370,13 @@ t2 = type$.EntityType; return A.BuiltList_BuiltList$from(A.List_List$of(new A._BuiltList(B.JSArray_methods.sublist$2(t1, 0, t1.length - 1), previewStack.$ti._eval$1("_BuiltList<1>")), true, t2), t2); }, - $signature: 2386 + $signature: 2388 }; A.filterStackReducer_closure.prototype = { call$2(filterStack, action) { return A.BuiltList_BuiltList$from(B.List_empty, type$.BaseEntity); }, - $signature: 2387 + $signature: 2389 }; A.filterStackReducer_closure0.prototype = { call$2(filterStack, action) { @@ -466614,13 +476391,13 @@ t1.push(action.entity); return A.BuiltList_BuiltList$from(t1, type$.BaseEntity); }, - $signature: 2388 + $signature: 2390 }; A.filterStackReducer__closure.prototype = { call$1(entity) { return entity.get$entityType() != this.action.entity.get$entityType(); }, - $signature: 212 + $signature: 234 }; A.filterStackReducer_closure1.prototype = { call$2(filterStack, action) { @@ -466628,7 +476405,7 @@ t2 = type$.BaseEntity; return A.BuiltList_BuiltList$from(A.List_List$of(new A._BuiltList(B.JSArray_methods.sublist$2(t1, 0, t1.length - 1), filterStack.$ti._eval$1("_BuiltList<1>")), true, t2), t2); }, - $signature: 2389 + $signature: 2391 }; A.UIState.prototype = { containsRoute$1(route) { @@ -466691,25 +476468,25 @@ call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A.UIState_subRoute_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A.UIState_previousMainRoute_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A.UIState_previousSubRoute_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A._$UIStateSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -467840,67 +477617,67 @@ call$1(user) { return user.get$id(user); }, - $signature: 49 + $signature: 51 }; A.handleUserAction_closure0.prototype = { call$1(b) { return b.get$_client_model$_$this()._client_model$_assignedUserId = this.user.id; }, - $signature: 2390 + $signature: 2392 }; A.handleUserAction_closure1.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.user.id; }, - $signature: 156 + $signature: 168 }; A.handleUserAction_closure2.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.user.id; }, - $signature: 156 + $signature: 168 }; A.handleUserAction_closure3.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.user.id; }, - $signature: 156 + $signature: 168 }; A.handleUserAction_closure4.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.user.id; }, - $signature: 156 + $signature: 168 }; A.handleUserAction_closure5.prototype = { call$1(b) { return b.get$_expense_model$_$this()._expense_model$_assignedUserId = this.user.id; }, - $signature: 2391 + $signature: 2393 }; A.handleUserAction_closure6.prototype = { call$1(b) { return b.get$_payment_model$_$this()._payment_model$_assignedUserId = this.user.id; }, - $signature: 872 + $signature: 678 }; A.handleUserAction_closure7.prototype = { call$1(b) { return b.get$_project_model$_$this()._project_model$_assignedUserId = this.user.id; }, - $signature: 870 + $signature: 677 }; A.handleUserAction_closure8.prototype = { call$1(b) { return b.get$_task_model$_$this()._task_model$_assignedUserId = this.user.id; }, - $signature: 2392 + $signature: 2394 }; A.handleUserAction_closure9.prototype = { call$1(b) { return b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.user.id; }, - $signature: 2393 + $signature: 2395 }; A.handleUserAction_closure11.prototype = { call$2(password, idToken) { @@ -467915,13 +477692,13 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 358 + $signature: 402 }; A.handleUserAction_closure10.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 81 + $signature: 79 }; A.handleUserAction_closure13.prototype = { call$2(password, idToken) { @@ -467936,13 +477713,13 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 358 + $signature: 402 }; A.handleUserAction_closure12.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 81 + $signature: 79 }; A.handleUserAction_closure15.prototype = { call$2(password, idToken) { @@ -467957,13 +477734,13 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 358 + $signature: 402 }; A.handleUserAction_closure14.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 81 + $signature: 79 }; A.handleUserAction_closure17.prototype = { call$2(password, idToken) { @@ -467978,19 +477755,19 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 358 + $signature: 402 }; A.handleUserAction_closure16.prototype = { call$1(_) { A.passwordCallback(false, new A.handleUserAction__closure(this.dispatch), this.context, false); }, - $signature: 26 + $signature: 28 }; A.handleUserAction__closure.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 81 + $signature: 79 }; A.handleUserAction_closure18.prototype = { call$2(password, idToken) { @@ -468006,7 +477783,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.ResendInviteRequest(t1, this.user.id, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.StartUserMultiselect.prototype = {}; A.AddToUserMultiselect.prototype = {}; @@ -468060,7 +477837,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewUserList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -468088,7 +477865,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -468112,7 +477889,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userState.map._map$_map.$index(0, id); }, - $signature: 493 + $signature: 548 }; A._archiveUser__closure0.prototype = { call$1(users) { @@ -468121,7 +477898,7 @@ t1[0].call$1(new A.ArchiveUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 357 + $signature: 403 }; A._archiveUser__closure1.prototype = { call$1(error) { @@ -468158,7 +477935,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userState.map._map$_map.$index(0, id); }, - $signature: 493 + $signature: 548 }; A._deleteUser__closure0.prototype = { call$1(users) { @@ -468167,7 +477944,7 @@ t1[0].call$1(new A.DeleteUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 357 + $signature: 403 }; A._deleteUser__closure1.prototype = { call$1(error) { @@ -468204,7 +477981,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userState.map._map$_map.$index(0, id); }, - $signature: 493 + $signature: 548 }; A._restoreUser__closure0.prototype = { call$1(users) { @@ -468213,7 +477990,7 @@ t1[0].call$1(new A.RestoreUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 357 + $signature: 403 }; A._restoreUser__closure1.prototype = { call$1(error) { @@ -468249,7 +478026,7 @@ t2[0].call$1(new A.RemoveUserSuccess(t1.userId)); t1.completer.complete$1(0, null); }, - $signature: 357 + $signature: 403 }; A._removeUser__closure0.prototype = { call$1(error) { @@ -468282,7 +478059,7 @@ t1[0].call$1(new A.ResendInviteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 2397 + $signature: 2399 }; A._resendInvite__closure0.prototype = { call$1(error) { @@ -468325,7 +478102,7 @@ } t1.completer.complete$1(0, user); }, - $signature: 167 + $signature: 187 }; A._saveUser__closure0.prototype = { call$1(error) { @@ -468363,7 +478140,7 @@ t1[0].call$1(new A.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 167 + $signature: 187 }; A._loadUser__closure0.prototype = { call$1(error) { @@ -468401,7 +478178,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2398 + $signature: 2400 }; A._loadUsers__closure0.prototype = { call$1(error) { @@ -468435,145 +478212,145 @@ b.get$_user_state$_$this()._user_state$_forceSelected = t3; return b; }, - $signature: 2399 + $signature: 2401 }; A.forceSelectedReducer_closure76.prototype = { call$2(completer, action) { return true; }, - $signature: 2400 + $signature: 2402 }; A.forceSelectedReducer_closure77.prototype = { call$2(completer, action) { return false; }, - $signature: 2401 + $signature: 2403 }; A.forceSelectedReducer_closure78.prototype = { call$2(completer, action) { return false; }, - $signature: 2402 + $signature: 2404 }; A.forceSelectedReducer_closure79.prototype = { call$2(completer, action) { return false; }, - $signature: 2403 + $signature: 2405 }; A.forceSelectedReducer_closure80.prototype = { call$2(completer, action) { return false; }, - $signature: 2404 + $signature: 2406 }; A.forceSelectedReducer_closure81.prototype = { call$2(completer, action) { return false; }, - $signature: 2405 + $signature: 2407 }; A.forceSelectedReducer_closure82.prototype = { call$2(completer, action) { return false; }, - $signature: 2406 + $signature: 2408 }; A.forceSelectedReducer_closure83.prototype = { call$2(completer, action) { return false; }, - $signature: 2407 + $signature: 2409 }; A.selectedIdReducer_closure146.prototype = { call$2(completer, action) { return ""; }, - $signature: 2408 + $signature: 2410 }; A.selectedIdReducer_closure147.prototype = { call$2(completer, action) { return ""; }, - $signature: 2409 + $signature: 2411 }; A.selectedIdReducer_closure148.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure149.prototype = { call$2(selectedId, action) { return action.userId; }, - $signature: 2410 + $signature: 2412 }; A.selectedIdReducer_closure150.prototype = { call$2(selectedId, action) { return action.user.id; }, - $signature: 2411 + $signature: 2413 }; A.selectedIdReducer_closure151.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure152.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure153.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2412 + $signature: 2414 }; A.selectedIdReducer_closure154.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2413 + $signature: 2415 }; A.selectedIdReducer_closure155.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2414 + $signature: 2416 }; A.selectedIdReducer_closure156.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2415 + $signature: 2417 }; A.selectedIdReducer_closure157.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2416 + $signature: 2418 }; A.selectedIdReducer_closure158.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2417 + $signature: 2419 }; A.selectedIdReducer_closure159.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2418 + $signature: 2420 }; A.selectedIdReducer_closure160.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_user ? "" : selectedId; }, - $signature: 170 + $signature: 183 }; A.selectedIdReducer_closure161.prototype = { call$2(selectedId, action) { @@ -468586,44 +478363,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure45.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2419 + $signature: 2421 }; A.editingReducer_closure46.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2420 + $signature: 2422 }; A.editingReducer_closure47.prototype = { call$2(users, action) { return J.$index$asx(action.users, 0); }, - $signature: 2421 + $signature: 2423 }; A.editingReducer_closure48.prototype = { call$2(user, action) { return action.user.rebuild$1(new A.editingReducer__closure15()); }, - $signature: 2422 + $signature: 2424 }; A.editingReducer__closure15.prototype = { call$1(b) { b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 96 + $signature: 97 }; A.userListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.userListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.userListReducer__closure.prototype = { call$1(b) { @@ -468808,7 +478585,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 492 + $signature: 539 }; A._deleteUserSuccess_closure.prototype = { call$1(b) { @@ -468830,7 +478607,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 492 + $signature: 539 }; A._restoreUserSuccess_closure.prototype = { call$1(b) { @@ -468852,7 +478629,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 492 + $signature: 539 }; A._removeUserSuccess_closure.prototype = { call$1(b) { @@ -468861,7 +478638,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t1); return b; }, - $signature: 125 + $signature: 131 }; A._addUser_closure.prototype = { call$1(b) { @@ -468873,7 +478650,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 125 + $signature: 131 }; A._updateUser_closure.prototype = { call$1(b) { @@ -468881,7 +478658,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 125 + $signature: 131 }; A._updateAuthUser_closure.prototype = { call$1(b) { @@ -468889,7 +478666,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 125 + $signature: 131 }; A._connectOAuthUser_closure.prototype = { call$1(b) { @@ -468897,7 +478674,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 125 + $signature: 131 }; A._disconnectOAuthUser_closure.prototype = { call$1(b) { @@ -468905,7 +478682,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 125 + $signature: 131 }; A._disconnectOAuthMailer_closure.prototype = { call$1(b) { @@ -468913,7 +478690,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 125 + $signature: 131 }; A._connectGmailUser_closure.prototype = { call$1(b) { @@ -468921,7 +478698,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 125 + $signature: 131 }; A._setLoadedUser_closure.prototype = { call$1(b) { @@ -468929,14 +478706,14 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 125 + $signature: 131 }; A._setLoadedUsers_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.users, new A._setLoadedUsers__closure(), new A._setLoadedUsers__closure0(), type$.String, type$.UserEntity)); return b; }, - $signature: 125 + $signature: 131 }; A._setLoadedUsers__closure.prototype = { call$1(item) { @@ -468948,7 +478725,7 @@ call$1(item) { return item; }, - $signature: 653 + $signature: 642 }; A._setLoadedUsers_closure0.prototype = { call$1(b) { @@ -468956,14 +478733,14 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 125 + $signature: 131 }; A._setLoadedCompany_closure5.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.users, new A._setLoadedCompany__closure5(), new A._setLoadedCompany__closure6(), type$.String, type$.UserEntity)); return b; }, - $signature: 125 + $signature: 131 }; A._setLoadedCompany__closure5.prototype = { call$1(item) { @@ -468975,7 +478752,7 @@ call$1(item) { return item; }, - $signature: 653 + $signature: 642 }; A._setLoadedCompany_closure6.prototype = { call$1(b) { @@ -468983,13 +478760,13 @@ b.get$list(b).replace$1(0, t1.get$keys(t1)); return b; }, - $signature: 125 + $signature: 131 }; A.memoizedFilteredUserList_closure.prototype = { call$5(selectionState, userMap, userList, userListState, authUserId) { return A.filteredUsersSelector(selectionState, userMap, userList, userListState, authUserId); }, - $signature: 2427 + $signature: 2429 }; A.filteredUsersSelector_closure.prototype = { call$1(userId) { @@ -469006,7 +478783,7 @@ return false; return t1.matchesFilter$1(t3.filter); }, - $signature: 12 + $signature: 11 }; A.filteredUsersSelector_closure0.prototype = { call$2(userAId, userBId) { @@ -469017,13 +478794,13 @@ t3 = this.userListState; return t2.compareTo$3(0, t1.$index(0, userBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.memoizedUserList_closure.prototype = { call$1(userMap) { return A.userList(userMap); }, - $signature: 491 + $signature: 620 }; A.userList_closure.prototype = { call$1(userId) { @@ -469043,20 +478820,20 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.userList_closure0.prototype = { call$2(idA, idB) { var t1 = this.userMap._map$_map; return B.JSString_methods.compareTo$1(t1.$index(0, idA).get$fullName().toLowerCase(), t1.$index(0, idB).get$fullName().toLowerCase()); }, - $signature: 25 + $signature: 26 }; A.memoizedGmailUserList_closure.prototype = { call$1(userMap) { return A.gmailUserList(userMap); }, - $signature: 491 + $signature: 620 }; A.gmailUserList_closure.prototype = { call$1(userId) { @@ -469085,13 +478862,13 @@ t1 = false; return t1; }, - $signature: 119 + $signature: 117 }; A.memoizedMicrosoftUserList_closure.prototype = { call$1(userMap) { return A.microsoftUserList(userMap); }, - $signature: 491 + $signature: 620 }; A.microsoftUserList_closure.prototype = { call$1(userId) { @@ -469119,7 +478896,7 @@ t1 = false; return t1; }, - $signature: 119 + $signature: 117 }; A.UserState.prototype = { $get$1(_, userId) { @@ -469670,13 +479447,13 @@ call$1(vendor) { return vendor.get$id(vendor); }, - $signature: 49 + $signature: 51 }; A.handleVendorAction_closure0.prototype = { call$1(contact) { return contact.link.length !== 0; }, - $signature: 200 + $signature: 194 }; A.StartVendorMultiselect.prototype = {}; A.AddToVendorMultiselect.prototype = {}; @@ -469737,7 +479514,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewVendorList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -469764,7 +479541,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -469788,7 +479565,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.map._map$_map.$index(0, id); }, - $signature: 490 + $signature: 514 }; A._archiveVendor__closure0.prototype = { call$1(vendors) { @@ -469797,7 +479574,7 @@ t1[0].call$1(new A.ArchiveVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 489 + $signature: 512 }; A._archiveVendor__closure1.prototype = { call$1(error) { @@ -469832,7 +479609,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.map._map$_map.$index(0, id); }, - $signature: 490 + $signature: 514 }; A._deleteVendor__closure0.prototype = { call$1(vendors) { @@ -469841,7 +479618,7 @@ t1[0].call$1(new A.DeleteVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 489 + $signature: 512 }; A._deleteVendor__closure1.prototype = { call$1(error) { @@ -469876,7 +479653,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.map._map$_map.$index(0, id); }, - $signature: 490 + $signature: 514 }; A._restoreVendor__closure0.prototype = { call$1(vendors) { @@ -469885,7 +479662,7 @@ t1[0].call$1(new A.RestoreVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 489 + $signature: 512 }; A._restoreVendor__closure1.prototype = { call$1(error) { @@ -469931,7 +479708,7 @@ if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 314 + $signature: 330 }; A._saveVendor__closure0.prototype = { call$1(error) { @@ -469969,7 +479746,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 314 + $signature: 330 }; A._loadVendor__closure0.prototype = { call$1(error) { @@ -470016,19 +479793,19 @@ } else t1[0].call$1(new A.LoadPurchaseOrders(null, 1)); }, - $signature: 2432 + $signature: 2434 }; A._loadVendors___closure.prototype = { call$1(vendor) { B.JSArray_methods.forEach$1(vendor.documents._list$_list, new A._loadVendors____closure(this.documents, vendor)); }, - $signature: 741 + $signature: 648 }; A._loadVendors____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadVendors_____closure(this.vendor))); }, - $signature: 39 + $signature: 42 }; A._loadVendors_____closure.prototype = { call$1(b) { @@ -470036,7 +479813,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_vendor; return b; }, - $signature: 35 + $signature: 36 }; A._loadVendors__closure0.prototype = { call$1(error) { @@ -470079,13 +479856,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 314 + $signature: 330 }; A._saveDocument___closure8.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure8(this.vendor))); }, - $signature: 39 + $signature: 42 }; A._saveDocument____closure8.prototype = { call$1(b) { @@ -470093,7 +479870,7 @@ b.get$_document_model$_$this()._parentType = B.EntityType_vendor; return b; }, - $signature: 35 + $signature: 36 }; A._saveDocument__closure18.prototype = { call$1(error) { @@ -470137,163 +479914,163 @@ b.get$_vendor_state$_$this()._vendor_state$_cancelCompleter = t3; return b; }, - $signature: 2433 + $signature: 2435 }; A.forceSelectedReducer_closure34.prototype = { call$2(completer, action) { return true; }, - $signature: 2434 + $signature: 2436 }; A.forceSelectedReducer_closure35.prototype = { call$2(completer, action) { return false; }, - $signature: 2435 + $signature: 2437 }; A.forceSelectedReducer_closure36.prototype = { call$2(completer, action) { return false; }, - $signature: 2436 + $signature: 2438 }; A.forceSelectedReducer_closure37.prototype = { call$2(completer, action) { return false; }, - $signature: 2437 + $signature: 2439 }; A.forceSelectedReducer_closure38.prototype = { call$2(completer, action) { return false; }, - $signature: 2438 + $signature: 2440 }; A.forceSelectedReducer_closure39.prototype = { call$2(completer, action) { return false; }, - $signature: 2439 + $signature: 2441 }; A.forceSelectedReducer_closure40.prototype = { call$2(completer, action) { return false; }, - $signature: 2440 + $signature: 2442 }; A.forceSelectedReducer_closure41.prototype = { call$2(completer, action) { return false; }, - $signature: 2441 + $signature: 2443 }; A.tabIndexReducer_closure7.prototype = { call$2(completer, action) { return action.tabIndex; }, - $signature: 2442 + $signature: 2444 }; A.tabIndexReducer_closure8.prototype = { call$2(completer, action) { return 0; }, - $signature: 98 + $signature: 105 }; A.saveCompleterReducer_closure0.prototype = { call$2(completer, action) { return type$.nullable_Completer_SelectableEntity._as(action.completer); }, - $signature: 2443 + $signature: 2445 }; A.cancelCompleterReducer_closure0.prototype = { call$2(completer, action) { return type$.nullable_Completer_Null._as(action.cancelCompleter); }, - $signature: 2444 + $signature: 2446 }; A.selectedIdReducer_closure65.prototype = { call$2(completer, action) { return ""; }, - $signature: 2445 + $signature: 2447 }; A.selectedIdReducer_closure66.prototype = { call$2(completer, action) { return ""; }, - $signature: 2446 + $signature: 2448 }; A.selectedIdReducer_closure67.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_vendor ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure68.prototype = { call$2(selectedId, action) { return action.vendorId; }, - $signature: 2447 + $signature: 2449 }; A.selectedIdReducer_closure69.prototype = { call$2(selectedId, action) { return action.vendor.id; }, - $signature: 2448 + $signature: 2450 }; A.selectedIdReducer_closure70.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure71.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure72.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2449 + $signature: 2451 }; A.selectedIdReducer_closure73.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2450 + $signature: 2452 }; A.selectedIdReducer_closure74.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2451 + $signature: 2453 }; A.selectedIdReducer_closure75.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2452 + $signature: 2454 }; A.selectedIdReducer_closure76.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2453 + $signature: 2455 }; A.selectedIdReducer_closure77.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2454 + $signature: 2456 }; A.selectedIdReducer_closure78.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2455 + $signature: 2457 }; A.selectedIdReducer_closure79.prototype = { call$2(selectedId, action) { @@ -470306,38 +480083,38 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure24.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2456 + $signature: 2458 }; A.editingReducer_closure25.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2457 + $signature: 2459 }; A.editingReducer_closure26.prototype = { call$2(vendors, action) { return J.$index$asx(action.vendors, 0); }, - $signature: 2458 + $signature: 2460 }; A.editingReducer_closure27.prototype = { call$2(vendor, action) { return action.vendor.rebuild$1(new A.editingReducer__closure9()); }, - $signature: 2459 + $signature: 2461 }; A.editingReducer__closure9.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 92 + $signature: 95 }; A._addContact_closure.prototype = { call$1(b) { @@ -470347,7 +480124,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 92 + $signature: 95 }; A._removeContact_closure.prototype = { call$1(b) { @@ -470355,7 +480132,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 92 + $signature: 95 }; A._updateContact_closure.prototype = { call$1(b) { @@ -470366,13 +480143,13 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 92 + $signature: 95 }; A.vendorListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.vendorListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.vendorListReducer__closure.prototype = { call$1(b) { @@ -470557,7 +480334,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 488 + $signature: 501 }; A._deleteVendorSuccess_closure.prototype = { call$1(b) { @@ -470579,7 +480356,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 488 + $signature: 501 }; A._restoreVendorSuccess_closure.prototype = { call$1(b) { @@ -470601,7 +480378,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 488 + $signature: 501 }; A._addVendor_closure.prototype = { call$1(b) { @@ -470613,7 +480390,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 355 + $signature: 417 }; A._addVendor__closure.prototype = { call$1(b) { @@ -470621,7 +480398,7 @@ b.get$_vendor_model$_$this()._vendor_model$_loadedAt = t1; return b; }, - $signature: 92 + $signature: 95 }; A._updateVendor_closure.prototype = { call$1(b) { @@ -470629,7 +480406,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateVendor__closure())); return b; }, - $signature: 355 + $signature: 417 }; A._updateVendor__closure.prototype = { call$1(b) { @@ -470637,7 +480414,7 @@ b.get$_vendor_model$_$this()._vendor_model$_loadedAt = t1; return b; }, - $signature: 92 + $signature: 95 }; A._setLoadedVendor_closure.prototype = { call$1(b) { @@ -470645,7 +480422,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedVendor__closure())); return b; }, - $signature: 355 + $signature: 417 }; A._setLoadedVendor__closure.prototype = { call$1(b) { @@ -470653,13 +480430,13 @@ b.get$_vendor_model$_$this()._vendor_model$_loadedAt = t1; return b; }, - $signature: 92 + $signature: 95 }; A.memoizedDropdownVendorList_closure.prototype = { call$4(vendorMap, vendorList, userMap, staticState) { return A.dropdownVendorsSelector(vendorMap, vendorList, userMap, staticState); }, - $signature: 2463 + $signature: 2465 }; A.dropdownVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -470680,7 +480457,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.dropdownVendorsSelector_closure0.prototype = { call$2(vendorAId, vendorBId) { @@ -470689,13 +480466,13 @@ t2.toString; return t2.compareTo$5(0, t1.$index(0, vendorBId), "name", true, this.userMap, this.staticState); }, - $signature: 25 + $signature: 26 }; A.memoizedFilteredVendorList_closure.prototype = { call$6(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState) { return A.filteredVendorsSelector(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState); }, - $signature: 2464 + $signature: 2466 }; A.filteredVendorsSelector_closure.prototype = { call$1(vendorId) { @@ -470727,7 +480504,7 @@ } return t1.matchesFilter$1(t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredVendorsSelector_closure0.prototype = { call$2(vendorAId, vendorBId) { @@ -470738,13 +480515,13 @@ t3 = _this.vendorListState; return t2.compareTo$5(0, t1.$index(0, vendorBId), t3.sortField, t3.sortAscending, _this.userMap, _this.staticState); }, - $signature: 25 + $signature: 26 }; A.memoizedVendorStatsForUser_closure.prototype = { call$2(userId, vendorMap) { return A.vendorStatsForUser(userId, vendorMap); }, - $signature: 2465 + $signature: 2467 }; A.vendorStatsForUser_closure.prototype = { call$2(vendorId, vendor) { @@ -470777,13 +480554,13 @@ } } }, - $signature: 2466 + $signature: 2468 }; A.memoizedCalculateVendorBalance_closure.prototype = { call$4(vendorId, currencyId, expenseMap, expenseList) { return A.calculateVendorBalance(vendorId, currencyId, expenseMap, expenseList); }, - $signature: 2467 + $signature: 2469 }; A.calculateVendorBalance_closure.prototype = { call$1(expenseId) { @@ -470841,7 +480618,7 @@ call$1(item) { return item; }, - $signature: 2468 + $signature: 2470 }; A.VendorState_loadVendors_closure.prototype = { call$1(b) { @@ -470856,7 +480633,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 355 + $signature: 417 }; A.VendorUIState.prototype = { get$isCreatingNew() { @@ -471407,7 +481184,7 @@ call$1(webhook) { return webhook.get$id(webhook); }, - $signature: 49 + $signature: 51 }; A.StartWebhookMultiselect.prototype = {}; A.AddToWebhookMultiselect.prototype = {}; @@ -471461,7 +481238,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 33 + $signature: 34 }; A._viewWebhookList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -471489,7 +481266,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 48 }; A._archiveWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471513,7 +481290,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].webhookState.map._map$_map.$index(0, id); }, - $signature: 487 + $signature: 499 }; A._archiveWebhook__closure0.prototype = { call$1(webhooks) { @@ -471522,7 +481299,7 @@ t1[0].call$1(new A.ArchiveWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 486 + $signature: 497 }; A._archiveWebhook__closure1.prototype = { call$1(error) { @@ -471557,7 +481334,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].webhookState.map._map$_map.$index(0, id); }, - $signature: 487 + $signature: 499 }; A._deleteWebhook__closure0.prototype = { call$1(webhooks) { @@ -471566,7 +481343,7 @@ t1[0].call$1(new A.DeleteWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 486 + $signature: 497 }; A._deleteWebhook__closure1.prototype = { call$1(error) { @@ -471601,7 +481378,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].webhookState.map._map$_map.$index(0, id); }, - $signature: 487 + $signature: 499 }; A._restoreWebhook__closure0.prototype = { call$1(webhooks) { @@ -471610,7 +481387,7 @@ t1[0].call$1(new A.RestoreWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 486 + $signature: 497 }; A._restoreWebhook__closure1.prototype = { call$1(error) { @@ -471653,7 +481430,7 @@ } t1.completer.complete$1(0, webhook); }, - $signature: 354 + $signature: 419 }; A._saveWebhook__closure0.prototype = { call$1(error) { @@ -471689,7 +481466,7 @@ t1[0].call$1(new A.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 354 + $signature: 419 }; A._loadWebhook__closure0.prototype = { call$1(error) { @@ -471727,7 +481504,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 2472 + $signature: 2474 }; A._loadWebhooks__closure0.prototype = { call$1(error) { @@ -471761,139 +481538,139 @@ b.get$_webhook_state$_$this()._webhook_state$_forceSelected = t3; return b; }, - $signature: 2473 + $signature: 2475 }; A.forceSelectedReducer_closure117.prototype = { call$2(completer, action) { return true; }, - $signature: 2474 + $signature: 2476 }; A.forceSelectedReducer_closure118.prototype = { call$2(completer, action) { return false; }, - $signature: 2475 + $signature: 2477 }; A.forceSelectedReducer_closure119.prototype = { call$2(completer, action) { return false; }, - $signature: 2476 + $signature: 2478 }; A.forceSelectedReducer_closure120.prototype = { call$2(completer, action) { return false; }, - $signature: 2477 + $signature: 2479 }; A.forceSelectedReducer_closure121.prototype = { call$2(completer, action) { return false; }, - $signature: 2478 + $signature: 2480 }; A.forceSelectedReducer_closure122.prototype = { call$2(completer, action) { return false; }, - $signature: 2479 + $signature: 2481 }; A.forceSelectedReducer_closure123.prototype = { call$2(completer, action) { return false; }, - $signature: 2480 + $signature: 2482 }; A.forceSelectedReducer_closure124.prototype = { call$2(completer, action) { return false; }, - $signature: 2481 + $signature: 2483 }; A.selectedIdReducer_closure224.prototype = { call$2(completer, action) { return ""; }, - $signature: 2482 + $signature: 2484 }; A.selectedIdReducer_closure225.prototype = { call$2(completer, action) { return ""; }, - $signature: 2483 + $signature: 2485 }; A.selectedIdReducer_closure226.prototype = { call$2(selectedId, action) { return action.entityType === B.EntityType_webhook ? action.entityId : selectedId; }, - $signature: 56 + $signature: 57 }; A.selectedIdReducer_closure227.prototype = { call$2(selectedId, action) { return action.get$webhookId(); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure228.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$webhook()); }, - $signature: 80 + $signature: 82 }; A.selectedIdReducer_closure229.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 57 + $signature: 60 }; A.selectedIdReducer_closure230.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 58 + $signature: 61 }; A.selectedIdReducer_closure231.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2484 + $signature: 2486 }; A.selectedIdReducer_closure232.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2485 + $signature: 2487 }; A.selectedIdReducer_closure233.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2486 + $signature: 2488 }; A.selectedIdReducer_closure234.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2487 + $signature: 2489 }; A.selectedIdReducer_closure235.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2488 + $signature: 2490 }; A.selectedIdReducer_closure236.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2489 + $signature: 2491 }; A.selectedIdReducer_closure237.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 2490 + $signature: 2492 }; A.selectedIdReducer_closure238.prototype = { call$2(selectedId, action) { @@ -471906,44 +481683,44 @@ } return t1; }, - $signature: 87 + $signature: 91 }; A.editingReducer_closure72.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2491 + $signature: 2493 }; A.editingReducer_closure73.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2492 + $signature: 2494 }; A.editingReducer_closure74.prototype = { call$2(webhooks, action) { return J.$index$asx(action.webhooks, 0); }, - $signature: 2493 + $signature: 2495 }; A.editingReducer_closure75.prototype = { call$2(webhook, action) { return action.webhook.rebuild$1(new A.editingReducer__closure26()); }, - $signature: 2494 + $signature: 2496 }; A.editingReducer__closure26.prototype = { call$1(b) { b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 256 + $signature: 239 }; A.webhookListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.webhookListReducer__closure()); }, - $signature: 60 + $signature: 58 }; A.webhookListReducer__closure.prototype = { call$1(b) { @@ -472096,7 +481873,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 485 + $signature: 487 }; A._deleteWebhookSuccess_closure.prototype = { call$1(b) { @@ -472118,7 +481895,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 485 + $signature: 487 }; A._restoreWebhookSuccess_closure.prototype = { call$1(b) { @@ -472140,7 +481917,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 485 + $signature: 487 }; A._addWebhook_closure.prototype = { call$1(b) { @@ -472152,7 +481929,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 353 + $signature: 427 }; A._updateWebhook_closure.prototype = { call$1(b) { @@ -472160,7 +481937,7 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 353 + $signature: 427 }; A._setLoadedWebhook_closure.prototype = { call$1(b) { @@ -472168,13 +481945,13 @@ b.get$map(b).$indexSet(0, t1.id, t1); return b; }, - $signature: 353 + $signature: 427 }; A.memoizedFilteredWebhookList_closure.prototype = { call$4(selectionState, webhookMap, webhookList, webhookListState) { return A.filteredWebhooksSelector(selectionState, webhookMap, webhookList, webhookListState); }, - $signature: 2498 + $signature: 2500 }; A.filteredWebhooksSelector_closure.prototype = { call$1(webhookId) { @@ -472188,7 +481965,7 @@ return false; return A.matchesStrings(A._setArrayType([t1.targetUrl], type$.JSArray_nullable_String), t2.filter); }, - $signature: 12 + $signature: 11 }; A.filteredWebhooksSelector_closure0.prototype = { call$2(webhookAId, webhookBId) { @@ -472199,7 +481976,7 @@ t3 = this.webhookListState; return t2.compareTo$3(0, t1.$index(0, webhookBId), t3.sortField, t3.sortAscending); }, - $signature: 25 + $signature: 26 }; A.WebhookState.prototype = { loadWebhooks$1(clients) { @@ -472219,7 +481996,7 @@ call$1(item) { return item; }, - $signature: 2499 + $signature: 2501 }; A.WebhookState_loadWebhooks_closure.prototype = { call$1(b) { @@ -472234,7 +482011,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 353 + $signature: 427 }; A.WebhookUIState.prototype = { get$isCreatingNew() { @@ -472692,13 +482469,13 @@ } } }, - $signature: 2500 + $signature: 2502 }; A.FieldGrid_build_closure0.prototype = { call$2(context, constraints) { return A.GridView$count((constraints.maxWidth / 2 - 8) / 54, this.fieldWidgets, 2, 0, 12, null, new A.NeverScrollableScrollPhysics(null), null, true); }, - $signature: 352 + $signature: 433 }; A.ActionMenuButton.prototype = { build$1(context) { @@ -472735,19 +482512,19 @@ t1.push(A.PopupMenuItem$(A.Row$(A._setArrayType([t3, new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(t2.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction)); } }, - $signature: 2502 + $signature: 2504 }; A.ActionMenuButton_build_closure0.prototype = { call$1(context) { return this.actions; }, - $signature: 660 + $signature: 657 }; A.ActionMenuButton_build_closure1.prototype = { call$1(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 313 + $signature: 347 }; A.ViewActionMenuButton.prototype = { build$1(context) { @@ -472871,7 +482648,7 @@ t1 = this.$this; return A.StoreConnector$(new A._AppBottomBarState_build___closure7(t1), new A._AppBottomBarState_build___closure8(t1), _null, _null, _null, _null, _null, true, type$.AppState, type$.BuiltList_EntityState); }, - $signature: 2505 + $signature: 2507 }; A._AppBottomBarState_build___closure8.prototype = { call$1(store) { @@ -472879,7 +482656,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.getUIState$1(this.$this._widget.entityType).get$listUIState().stateFilters; }, - $signature: 2506 + $signature: 2508 }; A._AppBottomBarState_build___closure7.prototype = { call$2(context, stateFilters) { @@ -472889,7 +482666,7 @@ t3 = A._instanceType(t2)._eval$1("EfficientLengthMappedIterable"); return A.Container$(_null, A.Column$(A._setArrayType([A.Column$(A.List_List$of(new A.EfficientLengthMappedIterable(t2, new A._AppBottomBarState_build____closure1(this.$this, context, stateFilters), t3), true, t3._eval$1("Iterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.colorScheme.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2507 + $signature: 2509 }; A._AppBottomBarState_build____closure1.prototype = { call$1(state) { @@ -472905,7 +482682,7 @@ t4 = B.JSArray_methods.contains$1(this.stateFilters._list$_list, state); return A.CheckboxListTile$(A.Theme_of(t1).colorScheme.secondary, _null, B.ListTileControlAffinity_0, true, new A.ValueKey("state_" + t3, type$.ValueKey_String), new A._AppBottomBarState_build_____closure2(this.$this, state), t2, t4); }, - $signature: 2508 + $signature: 2510 }; A._AppBottomBarState_build_____closure2.prototype = { call$1(value) { @@ -472937,7 +482714,7 @@ t1 = this.$this; return A.StoreConnector$(new A._AppBottomBarState_build___closure5(t1), new A._AppBottomBarState_build___closure6(t1), _null, _null, _null, _null, _null, true, type$.AppState, type$.BuiltList_EntityStatus); }, - $signature: 2509 + $signature: 2511 }; A._AppBottomBarState_build___closure6.prototype = { call$1(store) { @@ -472945,7 +482722,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.getUIState$1(this.$this._widget.entityType).get$listUIState().statusFilters; }, - $signature: 2510 + $signature: 2512 }; A._AppBottomBarState_build___closure5.prototype = { call$2(context, statusFilters) { @@ -472956,7 +482733,7 @@ t4 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,CheckboxListTile>"); return A.Container$(_null, A.Column$(A._setArrayType([A.Column$(A.List_List$of(new A.MappedListIterable(t3, new A._AppBottomBarState_build____closure0(t2, context, statusFilters), t4), true, t4._eval$1("ListIterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.colorScheme.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2511 + $signature: 2513 }; A._AppBottomBarState_build____closure0.prototype = { call$1($status) { @@ -472969,7 +482746,7 @@ t4 = B.JSArray_methods.contains$1(this.statusFilters._list$_list, $status); return A.CheckboxListTile$(A.Theme_of(t2).colorScheme.secondary, _null, B.ListTileControlAffinity_0, true, new A.ValueKey(t1, type$.ValueKey_String), new A._AppBottomBarState_build_____closure1(this.$this, $status), t3, t4); }, - $signature: 2512 + $signature: 2514 }; A._AppBottomBarState_build_____closure1.prototype = { call$1(value) { @@ -473001,7 +482778,7 @@ t1 = this.$this; return A.StoreConnector$(new A._AppBottomBarState_build___closure(t1), new A._AppBottomBarState_build___closure0(t1), _null, _null, _null, _null, _null, true, type$.AppState, type$.ListUIState); }, - $signature: 2513 + $signature: 2515 }; A._AppBottomBarState_build___closure0.prototype = { call$1(store) { @@ -473009,7 +482786,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.getUIState$1(this.$this._widget.entityType).get$listUIState(); }, - $signature: 2514 + $signature: 2516 }; A._AppBottomBarState_build___closure.prototype = { call$2(context, listUIState) { @@ -473020,7 +482797,7 @@ t4 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,InkWell>"); return A.Container$(_null, A.Column$(A.List_List$of(new A.MappedListIterable(t3, new A._AppBottomBarState_build____closure(t2, context, listUIState), t4), true, t4._eval$1("ListIterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.colorScheme.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2515 + $signature: 2517 }; A._AppBottomBarState_build____closure.prototype = { call$1(sortField) { @@ -473052,7 +482829,7 @@ t3 = _null; return A.InkWell$(false, _null, true, A.IgnorePointer$(new A.RadioListTile(sortField, t6, new A._AppBottomBarState_build_____closure(t1, t5, sortField), true, A.Theme_of(t2).colorScheme.secondary, t4, t3, true, _null, type$.RadioListTile_String), true, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._AppBottomBarState_build_____closure0(t1, sortField), _null, _null, _null, _null, _null, _null, _null); }, - $signature: 669 + $signature: 659 }; A._AppBottomBarState_build_____closure0.prototype = { call$0() { @@ -473069,7 +482846,7 @@ else if (!t1) _this.$this._widget.onSelectedSortField.call$1(value); }, - $signature: 95 + $signature: 99 }; A._AppBottomBarState_build__closure3.prototype = { call$0() { @@ -473096,7 +482873,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(1, t2, t1._widget.customValues1, new A._AppBottomBarState_build___closure4(t1), null); }, - $signature: 350 + $signature: 434 }; A._AppBottomBarState_build___closure4.prototype = { call$1(field) { @@ -473129,7 +482906,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(2, t2, t1._widget.customValues2, new A._AppBottomBarState_build___closure3(t1), null); }, - $signature: 350 + $signature: 434 }; A._AppBottomBarState_build___closure3.prototype = { call$1(field) { @@ -473162,7 +482939,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(3, t2, t1._widget.customValues3, new A._AppBottomBarState_build___closure2(t1), null); }, - $signature: 350 + $signature: 434 }; A._AppBottomBarState_build___closure2.prototype = { call$1(field) { @@ -473195,7 +482972,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(4, t2, t1._widget.customValues4, new A._AppBottomBarState_build___closure1(t1), null); }, - $signature: 350 + $signature: 434 }; A._AppBottomBarState_build___closure1.prototype = { call$1(field) { @@ -473404,7 +483181,7 @@ } return A.BottomAppBar$(new A.SizedBox(_null, 50, new A.AppBorder(A.Row$(t6, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), true, _null, _null, false, _null), _null), _null, 0, new A.CircularNotchedRectangle()); }, - $signature: 2518 + $signature: 2520 }; A._AppBottomBarState_build_closure__onColumnsPressed.prototype = { call$0() { @@ -473458,14 +483235,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 113 + $signature: 123 }; A._AppBottomBarState_build___onColumnsPressed__closure.prototype = { call$1(b) { b.get$tableColumns().$indexSet(0, this.$this._widget.entityType.toString$0(0), A.BuiltList_BuiltList$from(this.selected, type$.String)); return b; }, - $signature: 673 + $signature: 662 }; A._AppBottomBarState_build___onColumnsPressed__closure0.prototype = { call$1(b) { @@ -473485,7 +483262,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A._AppBottomBarState_build__closure.prototype = { call$0() { @@ -473523,7 +483300,7 @@ t2 = this.$this; return t1.getUIState$1(t2.entityType).get$listUIState().getCustomFilters$1(t2.customNumber); }, - $signature: 2521 + $signature: 2523 }; A.CustomFieldSelector_build_closure.prototype = { call$2(context, customFilters) { @@ -473534,7 +483311,7 @@ t4 = A._arrayInstanceType(t3)._eval$1("MappedListIterable<1,Widget>"); return A.Container$(_null, A.Column$(A._setArrayType([A.Column$(A.List_List$of(new A.MappedListIterable(t3, new A.CustomFieldSelector_build__closure(t2, customFilters, context), t4), true, t4._eval$1("ListIterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), B.Clip_0, t1.colorScheme.background, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2522 + $signature: 2524 }; A.CustomFieldSelector_build__closure.prototype = { call$1(customField) { @@ -473543,7 +483320,7 @@ t2 = B.JSArray_methods.contains$1(this.customFilters._list$_list, customField); return A.CheckboxListTile$(A.Theme_of(this.context).colorScheme.secondary, _null, B.ListTileControlAffinity_0, true, new A.ValueKey(customField, type$.ValueKey_String), new A.CustomFieldSelector_build___closure(this.$this, customField), t1, t2); }, - $signature: 2523 + $signature: 2525 }; A.CustomFieldSelector_build___closure.prototype = { call$1(value) { @@ -473599,7 +483376,7 @@ t1 = " "; return A.Column$(A._setArrayType([t2, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 139 + $signature: 141 }; A.AppHeader_build__value2.prototype = { call$0() { @@ -473616,7 +483393,7 @@ t1.toString; return A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 139 + $signature: 141 }; A.AppWebView.prototype = { build$1(context) { @@ -473851,7 +483628,7 @@ t1[0].call$1(new A.ViewMainScreen()); } }, - $signature: 11 + $signature: 12 }; A.ConfirmEmail.prototype = { build$1(context) { @@ -473910,14 +483687,14 @@ t3.toString; A.fieldCallback(new A.ConfirmEmail_build___closure(this.$this, t1, password, idToken), t1, t3, null, null, t2.get$changeEmail(), ""); }, - $signature: 81 + $signature: 79 }; A.ConfirmEmail_build___closure.prototype = { call$1(value) { var _this = this; _this.$this.viewModel.onChangeEmail.call$4(_this.context, value, _this.password, _this.idToken); }, - $signature: 38 + $signature: 40 }; A.ConfirmEmailBuilder.prototype = { build$1(context) { @@ -473929,7 +483706,7 @@ call$2(context, viewModel) { return new A.ConfirmEmail(viewModel, null); }, - $signature: 2525 + $signature: 2527 }; A.ConfirmEmailVM.prototype = {}; A.ConfirmEmailVM_fromStore_closure0.prototype = { @@ -473974,14 +483751,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveAuthUserRequest(completer, user, password, idToken)); }, - $signature: 2526 + $signature: 2528 }; A.ConfirmEmailVM_fromStore__closure.prototype = { call$1(b) { b.get$_user_model$_$this()._email = this.email; return b; }, - $signature: 96 + $signature: 97 }; A.CopyToClipboard.prototype = { build$1(context) { @@ -474160,7 +483937,7 @@ } else if (sessionLength > sessionTimeout - 120000) t1.setState$1(new A._DesktopSessionTimeoutState_initState__closure(t1)); }, - $signature: 222 + $signature: 229 }; A._DesktopSessionTimeoutState_initState__closure.prototype = { call$0() { @@ -474185,7 +483962,7 @@ var t1 = this.$this; t1.setState$1(new A._DesktopSessionTimeoutState_build___closure(t1)); }, - $signature: 34 + $signature: 35 }; A._DesktopSessionTimeoutState_build___closure.prototype = { call$0() { @@ -474230,7 +484007,7 @@ call$1(action) { return new A.Padding(B.EdgeInsets_0_0_16_0, action, null); }, - $signature: 2527 + $signature: 2529 }; A.MessageDialog_build_closure0.prototype = { call$0() { @@ -474299,7 +484076,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UserLogout()); }, - $signature: 26 + $signature: 28 }; A.ErrorDialog_build_closure0.prototype = { call$0() { @@ -474540,7 +484317,7 @@ call$1(_) { this.$this.runCheck$0(); }, - $signature: 34 + $signature: 35 }; A._HealthCheckDialogState_clearCache_closure1.prototype = { call$1(error) { @@ -474628,13 +484405,13 @@ t1.toString; return A.MultiSelectList$(t1, _this.defaultSelected, _this.entityType, true, false, new A.multiselectDialog__closure(_this.onSelected), _this.options, null, _this.selected); }, - $signature: 2528 + $signature: 2530 }; A.multiselectDialog__closure.prototype = { call$1(values) { return this.onSelected.call$1(values); }, - $signature: 2529 + $signature: 2531 }; A.MultiSelectList.prototype = { createState$0() { @@ -474746,7 +484523,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return !J.contains$1$asx(t1, option); }, - $signature: 12 + $signature: 11 }; A.MultiSelectListState_build_closure0.prototype = { call$1(option) { @@ -474771,7 +484548,7 @@ b.toString; return B.JSString_methods.compareTo$1(t2.toLowerCase(), t1.lookupOption$1(b).toLowerCase()); }, - $signature: 137 + $signature: 150 }; A.MultiSelectListState_build_closure2.prototype = { call$1(option) { @@ -474780,7 +484557,7 @@ t1.toString; return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.String); }, - $signature: 347 + $signature: 438 }; A.MultiSelectListState_build_closure3.prototype = { call$1(value) { @@ -474822,7 +484599,7 @@ t2 = columnTitle.length === 0 ? t2.lookupOption$1(option) : columnTitle; return new A.Padding(B.EdgeInsets_10_3_10_3, A.Row$(A._setArrayType([t1, new A.SizedBox(20, _null, _null, _null), A.Expanded$(A.Text$(t2, _null, _null, _null, _null, _null, A.Theme_of(this.context).textTheme.titleMedium, B.TextAlign_0, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.ValueKey("__" + t3 + "_" + option + "__", type$.ValueKey_String)); }, - $signature: 2531 + $signature: 2533 }; A.MultiSelectListState_build__closure2.prototype = { call$0() { @@ -474861,7 +484638,7 @@ if (t1.liveChanges) t1.onSelected$1(t2.__MultiSelectListState_selected_A); }, - $signature: 199 + $signature: 232 }; A.MultiSelectListState_build__closure1.prototype = { call$0() { @@ -475131,7 +484908,7 @@ else return A.Column$(A._setArrayType([t1, child], t3), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 221 + $signature: 237 }; A._DocumentGridState_build__closure3.prototype = { call$0() { @@ -475224,14 +485001,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2533 + $signature: 2535 }; A._DocumentGridState_build__closure0.prototype = { call$1(detail) { var t1 = this.$this; t1.setState$1(new A._DocumentGridState_build___closure0(t1)); }, - $signature: 682 + $signature: 666 }; A._DocumentGridState_build___closure0.prototype = { call$0() { @@ -475244,7 +485021,7 @@ var t1 = this.$this; t1.setState$1(new A._DocumentGridState_build___closure(t1)); }, - $signature: 682 + $signature: 666 }; A._DocumentGridState_build___closure.prototype = { call$0() { @@ -475258,14 +485035,14 @@ t1 = J.map$1$1$ax(t1._widget.documents._copy_on_write_list$_list, new A._DocumentGridState_build__closure(t1), type$.DocumentTile); return A.GridView$count((constraints.maxWidth / 2 - 8) / 200, A.List_List$of(t1, true, t1.$ti._eval$1("ListIterable.E")), 2, 0, 0, new A.EdgeInsets(6, 6, 6, 6), new A.NeverScrollableScrollPhysics(null), null, true); }, - $signature: 352 + $signature: 433 }; A._DocumentGridState_build__closure.prototype = { call$1($document) { var t1 = this.$this._widget; return new A.DocumentTile($document.id, t1.onViewExpense, t1.onRenamedDocument, null); }, - $signature: 2535 + $signature: 2537 }; A.DocumentTile.prototype = { build$1(context) { @@ -475362,7 +485139,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 434 + $signature: 373 }; A.DocumentTile_build__closure.prototype = { call$1($name) { @@ -475386,20 +485163,20 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.SaveDocumentRequest(t1, t2)); }, - $signature: 38 + $signature: 40 }; A.DocumentTile_build___closure.prototype = { call$1(value) { this.$this.onRenamedDocument.call$0(); }, - $signature: 334 + $signature: 324 }; A.DocumentTile_build___closure0.prototype = { call$1(b) { b.get$_document_model$_$this()._document_model$_name = this.name; return b; }, - $signature: 35 + $signature: 36 }; A.DocumentTile_build_closure0.prototype = { call$1(context) { @@ -475448,47 +485225,31 @@ t1.push(A.PopupMenuItem$(new A.IconText(t2, B.IconData_57785_MaterialIcons_null_false, _null, _null, false, _null), t4, t7)); return t1; }, - $signature: 311 + $signature: 314 }; A.DocumentPreview.prototype = { build$1(context) { - var t2, repoDocument, t3, t4, t5, _this = this, _null = null, + var t2, repoDocument, t3, t4, t1 = A.StoreProvider_of(context, type$.AppState).__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this.document; + t2 = this.document; repoDocument = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].documentState.map._map$_map.$index(0, t2.id); if (t2.get$isImage()) { t3 = repoDocument.data; - t4 = _this.height; + t4 = this.height; if (t3 != null) return A.Image$memory(t3, B.BoxFit_2, t4); else { - t3 = A.cleanApiUrl(t1.get$credentials(t1).url) + "/documents/" + t2.hash; - t5 = type$.String; - t5 = A.LinkedHashMap_LinkedHashMap$_literal(["X-API-TOKEN", t1.get$credentials(t1).token], t5, t5); - return new A.CachedNetworkImage(new A.CachedNetworkImageProvider(_null, t3, _null, t5, B.ImageRenderMethodForWeb_1), t3, new A.DocumentPreview_build_closure(_this), new A.DocumentPreview_build_closure0(), 1 / 0, t4, B.BoxFit_2, new A.ValueKey(t2.preview, type$.ValueKey_String)); + t3 = type$.String; + return A.Image$network(A.cleanApiUrl(t1.get$credentials(t1).url) + "/documents/" + t2.hash, B.BoxFit_2, A.LinkedHashMap_LinkedHashMap$_literal(["X-API-TOKEN", t1.get$credentials(t1).token], t3, t3), t4, new A.ValueKey(t2.preview, type$.ValueKey_String), 1 / 0); } } - return new A.SizedBox(1 / 0, _this.height, A.Icon$(A.getFileTypeIcon(t2.type), _null, _null, 40), _null); + return new A.SizedBox(1 / 0, this.height, A.Icon$(A.getFileTypeIcon(t2.type), null, null, 40), null); }, get$document(receiver) { return this.document; } }; - A.DocumentPreview_build_closure.prototype = { - call$2(context, url) { - var _null = null; - return A.Container$(_null, A.Center$(A.CircularProgressIndicator$(_null, _null, _null, _null, _null, 0, _null, 4, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, this.$this.height, _null, _null, _null, _null, _null, _null); - }, - $signature: 2537 - }; - A.DocumentPreview_build_closure0.prototype = { - call$3(context, url, error) { - var _null = null; - return A.Text$(A.S(error) + ": " + url, _null, 6, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); - }, - $signature: 2538 - }; A.EditScaffold.prototype = { build$1(context) { var t4, t5, t6, account, t7, t8, t9, t10, isEnabled, t11, t12, upgradeMessage, t13, isCancelEnabled, showUpgradeBanner, t14, t15, textStyle, showOverflow, t16, t17, t18, t19, t20, t21, t22, _this = this, _null = null, @@ -475770,7 +485531,7 @@ } else t2 = false; t2 = t2 ? _null : _this.appBarBottom; - return new A.WillPopScope(new A.CallbackShortcuts(t14, A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t1, _null, t16.appLayout === B.AppLayout_mobile, _null, t2, 1, false, _null, _null, false, _null, false, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, t5, _null, _null, _null, 1, _null), _null, t4, _this.bottomNavigationBar, t6, _null, _this.floatingActionButton, B.C__EndDockedFabLocation), true, _null), _null), new A.EditScaffold_build_closure10(), _null); + return new A.CallbackShortcuts(t14, A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t1, _null, t16.appLayout === B.AppLayout_mobile, _null, t2, 1, false, _null, _null, false, _null, false, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, t5, _null, _null, _null, 1, _null), _null, t4, _this.bottomNavigationBar, t6, _null, _this.floatingActionButton, B.C__EndDockedFabLocation), true, _null), _null); }, get$body(receiver) { return this.body; @@ -475785,31 +485546,6 @@ }, $signature: 14 }; - A.EditScaffold_build_closure10.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$returnValue = true; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); - }, - $signature: 44 - }; A.EditScaffold_build_closure0.prototype = { call$0() { return this.$this.onSavePressed.call$1(this.context); @@ -475838,7 +485574,7 @@ } else t1 = false; if (t1) - A.showDialog(null, B.Color_2315255808, true, new A.EditScaffold_build__closure3(), $async$self.context, null, true, type$.void); + A.showDialog(null, null, true, null, new A.EditScaffold_build__closure3(), $async$self.context, null, true, type$.void); else { t1 = $async$self.state; A.launchUrl(A.Uri_parse(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.ninjaPortalUrl, 0, null)); @@ -475856,7 +485592,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 310 + $signature: 313 }; A.EditScaffold_build_closure3.prototype = { call$1(action) { @@ -475893,7 +485629,7 @@ t3 = t4.isSaving ? _null : new A.EditScaffold_build__closure0(_this.$this, action, t3, _this.store); return A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(t5, 1 / 0, 0, 1 / 0), t1, _null), _null, t3, t2); }, - $signature: 480 + $signature: 457 }; A.EditScaffold_build__closure0.prototype = { call$0() { @@ -475935,13 +485671,13 @@ t1 = A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null, _null); return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, t1, _null), _null, true, _null, _null, new A.EditScaffold_build__closure1(_this.entityActions, remaining), new A.EditScaffold_build__closure2(_this.$this, context), B.EdgeInsets_8_8_8_8, _null, type$.EntityAction); }, - $signature: 479 + $signature: 460 }; A.EditScaffold_build__closure2.prototype = { call$1(action) { this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 313 + $signature: 347 }; A.EditScaffold_build__closure1.prototype = { call$1(context) { @@ -475951,7 +485687,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem>"); return A.List_List$of(new A.MappedListIterable(t1, new A.EditScaffold_build___closure(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 478 + $signature: 475 }; A.EditScaffold_build___closure.prototype = { call$1(action) { @@ -475962,7 +485698,7 @@ t1.toString; return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction); }, - $signature: 477 + $signature: 476 }; A.EditScaffold_build_closure4.prototype = { call$0() { @@ -476013,7 +485749,7 @@ t2 = type$.WhereTypeIterable_PopupMenuEntry_EntityAction; return A.List_List$of(A.List_List$of(new A.WhereTypeIterable(new A.MappedListIterable(t1, new A.EditScaffold_build__closure(context), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,StatefulWidget>")), t2), true, t2._eval$1("Iterable.E")), true, type$.PopupMenuEntry_EntityAction); }, - $signature: 660 + $signature: 657 }; A.EditScaffold_build__closure.prototype = { call$1(action) { @@ -476035,7 +485771,7 @@ call$1(action) { return this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 313 + $signature: 347 }; A.showEntityActionsDialog_closure.prototype = { call$1(entityAction) { @@ -476051,7 +485787,7 @@ call$1(dialogContext) { return A.SimpleDialog$(this.actions, null); }, - $signature: 179 + $signature: 182 }; A.EntityActionListTile.prototype = { build$1(context) { @@ -476279,7 +486015,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this._widget.entity], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A._EntityListTileState_build_closure0.prototype = { call$0() { @@ -476296,7 +486032,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure0(t1)); }, - $signature: 129 + $signature: 132 }; A._EntityListTileState_build__closure0.prototype = { call$0() { @@ -476309,7 +486045,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure(t1)); }, - $signature: 106 + $signature: 110 }; A._EntityListTileState_build__closure.prototype = { call$0() { @@ -476416,7 +486152,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure0(t1)); }, - $signature: 129 + $signature: 132 }; A._EntitiesListTileState_build__closure0.prototype = { call$0() { @@ -476429,7 +486165,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure(t1)); }, - $signature: 106 + $signature: 110 }; A._EntitiesListTileState_build__closure.prototype = { call$0() { @@ -476608,8 +486344,7 @@ }; A.EntityDropdown.prototype = { createState$0() { - var _null = null; - return new A._EntityDropdownState(A.TextEditingController$(_null), A.FocusNode$(true, _null, true, true, _null, _null, false), A.ScrollController$(0, true), B._StateLifecycle_0); + return new A._EntityDropdownState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A.FocusNode$(true, null, true, true, null, null, false), A.ScrollController$(0, true), B._StateLifecycle_0); }, onSelected$1(arg0) { return this.onSelected.call$1(arg0); @@ -476710,9 +486445,10 @@ _this.super$State$dispose(); }, _showOptions$0() { - var t1 = this._framework$_element; + var _null = null, + t1 = this._framework$_element; t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A._EntityDropdownState__showOptions_closure(this), t1, null, true, type$.EntityDropdownDialog); + A.showDialog(_null, _null, true, _null, new A._EntityDropdownState__showOptions_closure(this), t1, _null, true, type$.EntityDropdownDialog); }, get$hasValue() { var t1 = this._widget.entityId; @@ -476743,11 +486479,11 @@ t1 = A.StoreProvider_of(context, t1).__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.prefState.appLayout !== B.AppLayout_mobile && true) - return new A.RawAutocomplete(new A._EntityDropdownState_build_closure1(_this, iconButton), _this._entity_dropdown$_focusNode, new A._EntityDropdownState_build_closure2(_this, theme, t2), new A._EntityDropdownState_build_closure3(), new A._EntityDropdownState_build_closure4(_this), new A._EntityDropdownState_build_closure5(_this, t2), _this._entity_dropdown$_textController, _null, _null, type$.RawAutocomplete_SelectableEntity); + return A.RawAutocomplete$(new A._EntityDropdownState_build_closure1(), new A._EntityDropdownState_build_closure2(_this, iconButton), _this._entity_dropdown$_focusNode, _null, _null, new A._EntityDropdownState_build_closure3(_this), new A._EntityDropdownState_build_closure4(_this, t2), new A._EntityDropdownState_build_closure5(_this, theme, t2), _this._entity_dropdown$_textController, type$.SelectableEntity); t1 = _this._widget; t2 = t1.validator; t3 = t1.labelText; - t2 = A._setArrayType([A.InkWell$(false, _null, true, A.IgnorePointer$(A.TextFormField$(true, _null, false, B.AutovalidateMode_2, _this._entity_dropdown$_textController, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, t1.allowClearing && _this.get$hasValue() ? _null : B.Icon_AKW, _null, _null, _null, _null), _null, false, _this._entity_dropdown$_focusNode, _null, _null, _null, _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, B.TextAlign_4, _null, _null, t2), true, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._EntityDropdownState_build_closure6(_this), _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget); + t2 = A._setArrayType([A.InkWell$(false, _null, true, A.IgnorePointer$(A.TextFormField$(true, _null, false, B.AutovalidateMode_2, _this._entity_dropdown$_textController, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, t1.allowClearing && _this.get$hasValue() ? _null : B.Icon_AKW, _null, _null, _null, _null), _null, false, _this._entity_dropdown$_focusNode, _null, _null, _null, _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, B.TextAlign_4, _null, _null, t2), true, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._EntityDropdownState_build_closure6(_this), _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget); if (_this._widget.allowClearing && _this.get$hasValue()) t2.push(A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._EntityDropdownState_build_closure7(_this), _null, _null, _null, _null, _null)); return new A.Stack(B.Alignment_1_0, _null, B.StackFit_0, B.Clip_1, t2, _null); @@ -476773,7 +486509,7 @@ call$1(elementId) { return !J.contains$1$asx(this.$this._widget.excludeIds, elementId); }, - $signature: 119 + $signature: 117 }; A._EntityDropdownState__showOptions__closure1.prototype = { call$2(entity, update) { @@ -476826,9 +486562,9 @@ call$1(entity) { this.$this._widget.onSelected$1(entity); }, - $signature: 100 + $signature: 106 }; - A._EntityDropdownState_build_closure5.prototype = { + A._EntityDropdownState_build_closure4.prototype = { call$1(textEditingValue) { var t4, t5, options, t1 = this.$this, @@ -476843,7 +486579,7 @@ t3 = type$.WhereTypeIterable_SelectableEntity; t4 = t3._eval$1("WhereIterable"); t5 = t4._eval$1("WhereIterable"); - options = A.List_List$of(new A.WhereIterable(new A.WhereIterable(new A.WhereTypeIterable(J.map$1$1$ax(t2, new A._EntityDropdownState_build__closure(t1), type$.nullable_SelectableEntity), t3), new A._EntityDropdownState_build__closure0(textEditingValue), t4), new A._EntityDropdownState_build__closure1(t1), t5), true, t5._eval$1("Iterable.E")); + options = A.List_List$of(new A.WhereIterable(new A.WhereIterable(new A.WhereTypeIterable(J.map$1$1$ax(t2, new A._EntityDropdownState_build__closure0(t1), type$.nullable_SelectableEntity), t3), new A._EntityDropdownState_build__closure1(textEditingValue), t4), new A._EntityDropdownState_build__closure2(t1), t5), true, t5._eval$1("Iterable.E")); t2 = options.length; if (t2 === 1 && J.get$id$x(options[0]) === t1._widget.entityId) return A._setArrayType([], type$.JSArray_SelectableEntity); @@ -476869,31 +486605,31 @@ }, $signature: 2552 }; - A._EntityDropdownState_build__closure.prototype = { + A._EntityDropdownState_build__closure0.prototype = { call$1(entityId) { return this.$this._entityMap._map$_map.$index(0, entityId); }, $signature: 2553 }; - A._EntityDropdownState_build__closure0.prototype = { + A._EntityDropdownState_build__closure1.prototype = { call$1(entity) { return entity.matchesFilter$1(this.textEditingValue.text); }, - $signature: 705 + $signature: 676 }; - A._EntityDropdownState_build__closure1.prototype = { + A._EntityDropdownState_build__closure2.prototype = { call$1(element) { return !J.contains$1$asx(this.$this._widget.excludeIds, element.get$id(element)); }, - $signature: 705 + $signature: 676 }; - A._EntityDropdownState_build_closure3.prototype = { + A._EntityDropdownState_build_closure1.prototype = { call$1(entity) { return entity.get$listDisplayName(); }, - $signature: 475 + $signature: 508 }; - A._EntityDropdownState_build_closure4.prototype = { + A._EntityDropdownState_build_closure3.prototype = { call$1(entity) { var t2, $name, t3, t1 = this.$this; @@ -476907,14 +486643,14 @@ t3 = t1._entity_dropdown$_focusNode; t3.removeListener$1(0, t1.get$_onFocusChanged()); t3.requestFocus$0(); - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build__closure2(t1)); + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build__closure3(t1)); t3 = new A._Future($.Zone__current, type$._Future_SelectableEntity); - t3.then$1$1(0, new A._EntityDropdownState_build__closure3(t1, t2), type$.Null).catchError$1(new A._EntityDropdownState_build__closure4(t1)); + t3.then$1$1(0, new A._EntityDropdownState_build__closure4(t1, t2), type$.Null).catchError$1(new A._EntityDropdownState_build__closure5(t1)); t1._widget.onCreateNew.call$2(new A._AsyncCompleter(t3, type$._AsyncCompleter_SelectableEntity), $name); } else t2.call$1(entity); }, - $signature: 248 + $signature: 259 }; A._EntityDropdownState_build_closure__wrapUp.prototype = { call$1(entity) { @@ -476923,23 +486659,23 @@ t1._entity_dropdown$_focusNode.requestFocus$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build___wrapUp_closure(t1)); }, - $signature: 248 + $signature: 259 }; A._EntityDropdownState_build___wrapUp_closure.prototype = { call$1(duration) { var t1 = this.$this._entity_dropdown$_textController; t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(t1._change_notifier$_value.text.length, B.TextAffinity_1))); }, - $signature: 11 + $signature: 12 }; - A._EntityDropdownState_build__closure2.prototype = { + A._EntityDropdownState_build__closure3.prototype = { call$1(duration) { var t1 = this.$this._entity_dropdown$_textController; t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(t1._change_notifier$_value.text.length, B.TextAffinity_1))); }, - $signature: 11 + $signature: 12 }; - A._EntityDropdownState_build__closure3.prototype = { + A._EntityDropdownState_build__closure4.prototype = { call$1(value) { var t2, _s14_ = "created_record", @@ -476963,16 +486699,16 @@ t1 = this.$this; t1._entity_dropdown$_focusNode.addListener$1(0, t1.get$_onFocusChanged()); }, - $signature: 100 + $signature: 106 }; - A._EntityDropdownState_build__closure4.prototype = { + A._EntityDropdownState_build__closure5.prototype = { call$1(error) { var t1 = this.$this; t1._entity_dropdown$_focusNode.addListener$1(0, t1.get$_onFocusChanged()); }, $signature: 7 }; - A._EntityDropdownState_build_closure1.prototype = { + A._EntityDropdownState_build_closure2.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { var t4, t5, t6, _null = null, t1 = this.$this, @@ -476989,7 +486725,7 @@ t4 = false; return A.DecoratedFormField$(false, _null, t4, textEditingController, _null, true, focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t5, _null, _null, false, new A._EntityDropdownState_build__closure6(t1), new A._EntityDropdownState_build__closure7(onFieldSubmitted), _null, t2, _null, this.iconButton, B.TextAlign_4, t3); }, - $signature: 474 + $signature: 558 }; A._EntityDropdownState_build__closure7.prototype = { call$1(value) { @@ -477006,7 +486742,7 @@ }, $signature: 15 }; - A._EntityDropdownState_build_closure2.prototype = { + A._EntityDropdownState_build_closure5.prototype = { call$3(context, onSelected, options) { var t2, t3, _null = null, t1 = this.$this; @@ -477014,11 +486750,11 @@ return new A.SizedBox(_null, _null, _null, _null); t2 = A.Theme_of(context); t3 = t1._entity_dropdown$_scrollController; - return new A.Theme(this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.Scrollbar$(A.ScrollableListViewBuilder$(new A._EntityDropdownState_build__closure5(t1, this.state, onSelected, options), J.get$length$asx(options), _null, false, t3, _null), t3, true), B.Clip_0, t2.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); + return new A.Theme(this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.Scrollbar$(A.ScrollableListViewBuilder$(new A._EntityDropdownState_build__closure(t1, this.state, onSelected, options), J.get$length$asx(options), _null, false, t3, _null), t3, true), B.Clip_0, t2.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, $signature: 2558 }; - A._EntityDropdownState_build__closure5.prototype = { + A._EntityDropdownState_build__closure.prototype = { call$2(context, index) { var _this = this; return new A.Builder(new A._EntityDropdownState_build___closure(_this.$this, index, _this.state, _this.onSelected, _this.options), null); @@ -477045,19 +486781,19 @@ t3 = t3._widget; return A.Container$(_null, new A.EntityAutocompleteListTile(t1, new A._EntityDropdownState_build____closure0(_this.onSelected), t4, _null, t3.overrideSuggestedAmount, t3.overrideSuggestedLabel, _null), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 729 + $signature: 2560 }; A._EntityDropdownState_build____closure.prototype = { call$1(timeStamp) { A.Scrollable_ensureVisible(this.context, 0, B.ScrollPositionAlignmentPolicy_0, B.Cubic_JUR, B.Duration_0); }, - $signature: 11 + $signature: 12 }; A._EntityDropdownState_build____closure0.prototype = { call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 248 + $signature: 259 }; A._EntityDropdownState_build_closure6.prototype = { call$0() { @@ -477095,7 +486831,7 @@ this.$this._widget.onSelected$1(entity); A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 248 + $signature: 259 }; A._EntityDropdownDialogState_build__headerRow.prototype = { call$0() { @@ -477110,7 +486846,7 @@ t5.toString; t5 = J.$index$asx(t5, "filter"); t5.toString; - t5 = A.Expanded$(A.TextField$(true, B.List_empty0, true, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", _null, new A._EntityDropdownDialogState_build__headerRow_closure(t2), _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null, _null), 1); + t5 = A.Expanded$(A.TextField$(true, B.List_empty0, true, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", _null, new A._EntityDropdownDialogState_build__headerRow_closure(t2), _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null, _null), 1); t6 = this.context; t7 = A.IconButton$(_null, _null, _null, _null, B.Icon_r9m, _null, new A._EntityDropdownDialogState_build__headerRow_closure0(t6), _null, _null, _null, _null, _null); if (t2._widget.onAddPressed != null) { @@ -477125,7 +486861,7 @@ t2 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_10_0_10_0, t1, _null), t5, t7, t2], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 139 + $signature: 141 }; A._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1(value) { @@ -477163,7 +486899,7 @@ call$1(entity) { this.$this._widget.onSelected$2(entity, false); }, - $signature: 100 + $signature: 106 }; A._EntityDropdownDialogState_build__createList.prototype = { call$0() { @@ -477174,7 +486910,7 @@ matches = A.List_List$of(new A.WhereIterable(new A.WhereIterable(t2, new A._EntityDropdownDialogState_build__createList_closure(t1), t3), new A._EntityDropdownDialogState_build__createList_closure0(t1), t4), true, t4._eval$1("Iterable.E")); return A.ScrollableListViewBuilder$(new A._EntityDropdownDialogState_build__createList_closure1(t1, matches, this._selectEntity), matches.length, null, false, null, null); }, - $signature: 139 + $signature: 141 }; A._EntityDropdownDialogState_build__createList_closure.prototype = { call$1(entityId) { @@ -477183,14 +486919,14 @@ t1 = t2 == null ? null : t2.matchesFilter$1(t1._entity_dropdown$_filter); return t1 === true; }, - $signature: 119 + $signature: 117 }; A._EntityDropdownDialogState_build__createList_closure0.prototype = { call$1(entityId) { this.$this._widget.toString; return !B.JSArray_methods.contains$1(B.List_empty0, entityId); }, - $signature: 119 + $signature: 117 }; A._EntityDropdownDialogState_build__createList_closure1.prototype = { call$2(context, index) { @@ -477203,13 +486939,13 @@ t1 = t1._widget; return new A.EntityAutocompleteListTile(t2, new A._EntityDropdownDialogState_build__createList__closure(this._selectEntity), t3, null, t1.overrideSuggestedAmount, t1.overrideSuggestedLabel, null); }, - $signature: 2560 + $signature: 2561 }; A._EntityDropdownDialogState_build__createList__closure.prototype = { call$1(entity) { return this._selectEntity.call$1(entity); }, - $signature: 248 + $signature: 259 }; A.EntityAutocompleteListTile.prototype = { build$1(context) { @@ -477346,7 +487082,7 @@ } return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 139 + $signature: 141 }; A.EntityHeader_build__value2.prototype = { call$0() { @@ -477365,7 +487101,7 @@ } return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 139 + $signature: 141 }; A.EntityStateLabel.prototype = { build$1(context) { @@ -477504,7 +487240,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(element); }, - $signature: 249 + $signature: 267 }; A.EntityTopFilter_build_closure0.prototype = { call$0() { @@ -477558,7 +487294,7 @@ t4 = _this.filterEntityType; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_4_0_4_0, A.Row$(A._setArrayType([A.Text$(t2, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t3.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, t3.get$headerTextColor(), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _this.routeEntityType, new A.EntityTopFilter_build__closure(t4, _this.relatedTypes, remaining, t3, t1), new A.EntityTopFilter_build__closure0(t4, _this.filterEntity), B.EdgeInsets_8_8_8_8, _null, type$.EntityType); }, - $signature: 2561 + $signature: 2562 }; A.EntityTopFilter_build__closure0.prototype = { call$1(value) { @@ -477568,7 +487304,7 @@ else A.viewEntitiesByType(value, type$.nullable_BaseEntity._as(t1), 0); }, - $signature: 247 + $signature: 268 }; A.EntityTopFilter_build__closure.prototype = { call$1(context) { @@ -477579,14 +487315,14 @@ t4 = t3._eval$1("MappedIterable<1,PopupMenuItem>"); return A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A.EntityTopFilter_build___closure(_this.state), t3._eval$1("WhereIterable<1>")), new A.EntityTopFilter_build___closure0(t1, _this.localization), t4), true, t4._eval$1("Iterable.E")); }, - $signature: 2563 + $signature: 2564 }; A.EntityTopFilter_build___closure.prototype = { call$1(element) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(element); }, - $signature: 249 + $signature: 267 }; A.EntityTopFilter_build___closure0.prototype = { call$1(type) { @@ -477601,7 +487337,7 @@ t1 = t1.lookup$1(type.get$plural()); return A.PopupMenuItem$(new A.ConstrainedBox(new A.BoxConstraints(75, 1 / 0, 0, 1 / 0), A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), type, type$.EntityType); }, - $signature: 2564 + $signature: 2565 }; A.EntityTopFilter_build_closure6.prototype = { call$0() { @@ -477708,7 +487444,7 @@ t3 = t3 ? _null : new A.EntityTopFilterHeader_build__closure1(_this.filterEntity, action); return A.OutlinedButton$(new A.IconText(label, t2, t4, _null, false, _null), _null, t3, t1); }, - $signature: 480 + $signature: 457 }; A.EntityTopFilterHeader_build__closure1.prototype = { call$0() { @@ -477727,13 +487463,13 @@ t1.toString; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([A.Text$(t1, _null, _null, _null, _null, _null, _this.textStyle, _null, _null, _null), new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, _this.state.get$headerTextColor(), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A.EntityTopFilterHeader_build__closure(_this.entityActions, remaining), new A.EntityTopFilterHeader_build__closure0(_this.filterEntity), B.EdgeInsets_8_8_8_8, _null, type$.EntityAction); }, - $signature: 479 + $signature: 460 }; A.EntityTopFilterHeader_build__closure0.prototype = { call$1(action) { A.handleEntitiesActions(A._setArrayType([this.filterEntity], type$.JSArray_BaseEntity), action, false); }, - $signature: 313 + $signature: 347 }; A.EntityTopFilterHeader_build__closure.prototype = { call$1(context) { @@ -477743,7 +487479,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem>"); return A.List_List$of(new A.MappedListIterable(t1, new A.EntityTopFilterHeader_build___closure(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 478 + $signature: 475 }; A.EntityTopFilterHeader_build___closure.prototype = { call$1(action) { @@ -477754,7 +487490,7 @@ t1.toString; return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction); }, - $signature: 477 + $signature: 476 }; A.EntityTopFilterHeader_build_closure4.prototype = { call$0() { @@ -477819,7 +487555,7 @@ isEmpty = checkedValue == null || J.$eq$(checkedValue, ""); t2 = _this.labelText; t4 = t2 != null; - t2 = t4 ? A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, A.Text$(t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : new A.InputDecoration(_null, _null, _null, _null, _null, _null, _null, _null, _null, "", _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.EdgeInsets_0_0_0_0, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, B._NoInputBorder_uXA, true, _null, false, _null); + t2 = t4 ? A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A.Text$(t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null) : new A.InputDecoration(_null, _null, _null, _null, _null, _null, _null, _null, _null, "", _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.EdgeInsets_0_0_0_0, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, B._NoInputBorder_uXA, true, _null, false, _null); t5 = _this.blankValue; t6 = J.$eq$(checkedValue, t5) ? _null : checkedValue; t7 = _this.enabled ? _this.onChanged : _null; @@ -477873,7 +487609,7 @@ t3 = t2.darkModeType; if ((t3 === "system" ? t2.enableDarkModeSystem : t3 === "dark") || !t1.get$hasAccentColor()) return tabBar; - return new A.Theme(A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.TabBarTheme(_null, _null, _null, _null, B.Color_4278190080, _null, _null, A.Color$fromARGB(166, 0, 0, 0), _null, _null, _null, _null, _null), _null, _null, _null, _null), tabBar, _null); + return new A.Theme(A.ThemeData_ThemeData(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.TabBarTheme(_null, _null, _null, _null, _null, B.Color_4278190080, _null, _null, A.Color$fromARGB(166, 0, 0, 0), _null, _null, _null, _null, _null), _null, _null, _null, _null), tabBar, _null); } }; A.AppToggleButtons.prototype = { @@ -477923,7 +487659,7 @@ t2 = A.instanceType(t4)._eval$1("MappedListIterable<1,Container>"); return A.ToggleButtons$(_null, A.List_List$of(new A.MappedListIterable(t4, new A.AppToggleButtons_build__closure(t1), t2), true, t2._eval$1("ListIterable.E")), _null, _null, isSelected, new A.AppToggleButtons_build__closure0(t3), true, _null, _null); }, - $signature: 713 + $signature: 681 }; A.AppToggleButtons_build__closure.prototype = { call$1(label) { @@ -477931,13 +487667,13 @@ t1 = this._box_0.toggleWidth; return A.Container$(_null, A.Center$(A.Text$(label[0].toUpperCase() + B.JSString_methods.substring$1(label, 1), _null, 1, B.TextOverflow_0, _null, _null, _null, _null, _null, _null), _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1); }, - $signature: 2566 + $signature: 2567 }; A.AppToggleButtons_build__closure0.prototype = { call$1(index) { return this.$this.onTabChanged.call$1(index); }, - $signature: 73 + $signature: 75 }; A.BoolDropdownButton.prototype = { build$1(context) { @@ -478016,7 +487752,7 @@ t1 = t5; } t2 = _showBlank ? _null : B._NoInputBorder_uXA; - t2 = A.InputDecoration$(_null, t2, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _this.label, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = A.InputDecoration$(_null, t2, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.label, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.InputDecorator$(_null, widget, t2, false, A.S(t1 == null ? "" : t1).length === 0, false, false, _null, _null); }, get$value(receiver) { @@ -478093,13 +487829,13 @@ t1 = null; return t1; }, - $signature: 135 + $signature: 151 }; A.FormColorPicker.prototype = { createState$0() { - var t1 = A.TextEditingController$(null), + var t1 = $.$get$ChangeNotifier__emptyListeners(), t2 = A.convertHexStringToColor("#2F7DC3"); - return new A._FormColorPickerState(t1, new A.Debouncer(500), A._setArrayType([B.MaterialColor_Map_JNusp_4294198070, B.MaterialColor_Map_JNIO4_4293467747, B.MaterialColor_Map_JNkUZ_4288423856, B.MaterialColor_Map_JNoDo_4284955319, B.MaterialColor_Map_JNsey_4282339765, t2 == null ? B.Color_4278190080 : t2, B.MaterialColor_Map_JNGTf_4280391411, B.MaterialColor_Map_JNVmp_4278430196, B.MaterialColor_Map_JN42Y_4278238420, B.MaterialColor_Map_JNK5D_4278228616, B.MaterialColor_Map_JNgz5_4283215696, B.MaterialColor_Map_JNso3_4287349578, B.MaterialColor_Map_JNyrt_4294940672, B.MaterialColor_Map_JNe7L_4294924066, B.MaterialColor_Map_JNyrN_4286141768, B.MaterialColor_Map_MUpTk_4288585374, B.MaterialColor_Map_JNrBb_4284513675, B.Color_4284572001, B.Color_4278190080], type$.JSArray_Color_2), B._StateLifecycle_0); + return new A._FormColorPickerState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), A._setArrayType([B.MaterialColor_Map_JNusp_4294198070, B.MaterialColor_Map_JNIO4_4293467747, B.MaterialColor_Map_JNkUZ_4288423856, B.MaterialColor_Map_JNoDo_4284955319, B.MaterialColor_Map_JNsey_4282339765, t2 == null ? B.Color_4278190080 : t2, B.MaterialColor_Map_JNGTf_4280391411, B.MaterialColor_Map_JNVmp_4278430196, B.MaterialColor_Map_JN42Y_4278238420, B.MaterialColor_Map_JNK5D_4278228616, B.MaterialColor_Map_JNgz5_4283215696, B.MaterialColor_Map_JNso3_4287349578, B.MaterialColor_Map_JNyrt_4294940672, B.MaterialColor_Map_JNe7L_4294924066, B.MaterialColor_Map_JNyrN_4286141768, B.MaterialColor_Map_MUpTk_4288585374, B.MaterialColor_Map_JNrBb_4284513675, B.Color_4284572001, B.Color_4278190080], type$.JSArray_Color_2), B._StateLifecycle_0); } }; A._FormColorPickerState.prototype = { @@ -478135,7 +487871,7 @@ this.super$State$dispose(); }, _showPicker$0() { - var color, t3, color0, colors, _this = this, t1 = {}, + var color, t3, color0, colors, _this = this, _null = null, t1 = {}, t2 = _this._framework$_element; t2.toString; t2 = A.Localizations_of(t2, B.Type_AppLocalization_KyD, type$.AppLocalization); @@ -478154,7 +487890,7 @@ colors = $.$get$colorThemesMap().$index(0, t3.colorTheme); t3 = _this._framework$_element; t3.toString; - A.showDialog(null, B.Color_2315255808, true, new A._FormColorPickerState__showPicker_closure(t1, _this, colors, t2), t3, null, true, type$.AlertDialog); + A.showDialog(_null, _null, true, _null, new A._FormColorPickerState__showPicker_closure(t1, _this, colors, t2), t3, _null, true, type$.AlertDialog); }, build$1(context) { var t2, t3, t4, t5, t6, _this = this, _null = null, @@ -478249,7 +487985,7 @@ call$1(color) { this.$this._pendingColor = A.convertColorToHexString(color); }, - $signature: 2567 + $signature: 2568 }; A._FormColorPickerState__showPicker__closure0.prototype = { call$0() { @@ -478289,12 +488025,13 @@ initState$0() { var t1, t2, _this = this; _this.super$State$initState(); - t1 = _this._widget.controller; - if (t1 == null) - t1 = A.TextEditingController$(null); - _this._custom_field$_controller = t1; - t2 = _this._widget.value; - t1.set$text(0, t2 == null ? "" : t2); + t1 = _this._widget; + t2 = t1.controller; + if (t2 == null) + t2 = new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()); + _this._custom_field$_controller = t2; + t1 = t1.value; + t2.set$text(0, t1 == null ? "" : t1); _this._custom_field$_value = _this._widget.value; }, dispose$0() { @@ -478377,7 +488114,7 @@ if (t1 != null) t1.call$1(t3 ? "yes" : "no"); }, - $signature: 112 + $signature: 115 }; A._CustomFieldState_build_closure0.prototype = { call$2(date, _) { @@ -478393,14 +488130,14 @@ if (t1 != null) t1.call$1(date); }, - $signature: 47 + $signature: 49 }; A._CustomFieldState_build_closure1.prototype = { call$1(option) { var _null = null; return A.DropdownMenuItem$(A.Text$(option, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.String); }, - $signature: 40 + $signature: 41 }; A._CustomFieldState_build_closure2.prototype = { call$1(value) { @@ -478486,8 +488223,7 @@ }; A.DatePicker.prototype = { createState$0() { - var _null = null; - return new A._DatePickerState(A.TextEditingController$(_null), A.FocusNode$(true, _null, true, true, _null, _null, false), B._StateLifecycle_0); + return new A._DatePickerState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A.FocusNode$(true, null, true, true, null, null, false), B._StateLifecycle_0); }, onSelected$2(arg0, arg1) { return this.onSelected.call$2(arg0, arg1); @@ -478615,7 +488351,7 @@ t1 = (t1 == null ? "" : t1).length !== 0; } else t1 = false; - return A.DecoratedFormField$(false, _null, t2, _this._textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, false, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, t1 ? A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._DatePickerState_build_closure(_this), _null, _null, _null, _null, _null) : A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57782_MaterialIcons_null_false, _null, _null, _null), _null, new A._DatePickerState_build_closure0(_this), _null, _null, _null, _null, _null), _null, _null, _null, _null), true, _this._date_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._DatePickerState_build_closure1(_this, context), _null, _null, true, _null, _null, B.TextAlign_4, t3); + return A.DecoratedFormField$(false, _null, t2, _this._textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, t1 ? A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._DatePickerState_build_closure(_this), _null, _null, _null, _null, _null) : A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57782_MaterialIcons_null_false, _null, _null, _null), _null, new A._DatePickerState_build_closure0(_this), _null, _null, _null, _null, _null), _null, _null, _null, _null), true, _this._date_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._DatePickerState_build_closure1(_this, context), _null, _null, true, _null, _null, B.TextAlign_4, t3); } }; A._DatePickerState__onFoucsChanged_closure.prototype = { @@ -478819,7 +488555,7 @@ t2 = (t3 ? "" : t2).length === 0; else t2 = false; - inputDecoration = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2 ? B.FloatingLabelBehavior_2 : B.FloatingLabelBehavior_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, t7, _null, _null, _null, _null, false, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, t8, _null, _null, _null, _null); + inputDecoration = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2 ? B.FloatingLabelBehavior_2 : B.FloatingLabelBehavior_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t7, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, t8, _null, _null, _null, _null); } } t2 = t1.label; @@ -478861,7 +488597,7 @@ call$1(val) { return val == null || this.$this._widget.validator == null ? null : this.$this._widget.validator.call$1(val); }, - $signature: 135 + $signature: 151 }; A._DecoratedFormFieldState_build_closure0.prototype = { call$1(value) { @@ -478914,7 +488650,7 @@ call$1(value) { return this.$this.onSelected.call$1(this.designState.map._map$_map.$index(0, value)); }, - $signature: 32 + $signature: 33 }; A.DesignPicker_build_closure.prototype = { call$1(designId) { @@ -478946,14 +488682,14 @@ t1 = false; return t1 || designId === t2.initialValue; }, - $signature: 12 + $signature: 11 }; A.DesignPicker_build_closure0.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.designState.map._map$_map.$index(0, value).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.String); }, - $signature: 40 + $signature: 41 }; A.DiscountField.prototype = { build$1(context) { @@ -478988,8 +488724,7 @@ }; A.DurationPicker.prototype = { createState$0() { - var _null = null; - return new A._DurationPickerState(A.TextEditingController$(_null), A.FocusNode$(true, _null, true, true, _null, _null, false), B._StateLifecycle_0); + return new A._DurationPickerState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A.FocusNode$(true, null, true, true, null, null, false), B._StateLifecycle_0); }, onSelected$1(arg0) { return this.onSelected.call$1(arg0); @@ -479042,7 +488777,7 @@ } _this._widget.toString; t2 = A.PopupMenuButton$(B.Icon_YuM, _null, true, _null, _null, new A._DurationPickerState_build_closure(), new A._DurationPickerState_build_closure0(_this), B.EdgeInsets_0_0_0_0, _null, type$.int); - return A.DecoratedFormField$(false, _null, false, _this._duration_picker$_textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null), true, _this._duration_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._DurationPickerState_build_closure1(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null); + return A.DecoratedFormField$(false, _null, false, _this._duration_picker$_textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null), true, _this._duration_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._DurationPickerState_build_closure1(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null); } }; A._DurationPickerState__onFoucsChanged_closure.prototype = { @@ -479099,14 +488834,14 @@ var t1 = type$.MappedListIterable_of_int_and_PopupMenuItem_int; return A.List_List$of(new A.MappedListIterable(A._setArrayType([15, 30, 45, 60, 75, 90, 105, 120], type$.JSArray_int), new A._DurationPickerState_build__closure0(), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 2571 + $signature: 2572 }; A._DurationPickerState_build__closure0.prototype = { call$1(minutes) { var _null = null; return A.PopupMenuItem$(A.Text$(A.formatDuration(A.Duration$(0, 0, 0, 0, minutes, 0), false), _null, _null, _null, _null, _null, _null, _null, _null, _null), minutes, type$.int); }, - $signature: 2572 + $signature: 2573 }; A._DurationPickerState_build_closure0.prototype = { call$1(minutes) { @@ -479115,7 +488850,7 @@ t1._duration_picker$_textController.set$text(0, A.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 73 + $signature: 75 }; A.DynamicSelector.prototype = { build$1(context) { @@ -479152,7 +488887,7 @@ call$1(entityId) { return this.$this.onChanged.call$1(entityId); }, - $signature: 32 + $signature: 33 }; A.DynamicSelector_build_closure.prototype = { call$1(entityId) { @@ -479169,7 +488904,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entityId, type$.String); }, - $signature: 347 + $signature: 438 }; A.DynamicSelector_build_closure1.prototype = { call$1(entity) { @@ -479178,7 +488913,7 @@ t1 = ""; return this.$this.onChanged.call$1(t1); }, - $signature: 63 + $signature: 66 }; A.GrowableFormField.prototype = { createState$0() { @@ -479223,7 +488958,7 @@ t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.AppLocalization); if (_this.url.length === 0) return _this.child; - t2 = A.Expanded$(_this.child, 1); + t2 = A.Expanded$(_this.child, 2); t3 = _this.label; if (t3 == null) { t1.toString; @@ -479233,7 +488968,7 @@ t1.toString; } else t1 = t3; - return A.Row$(A._setArrayType([t2, new A.SizedBox(10, _null, _null, _null), A.TextButton$(false, A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.LearnMoreUrl_build_closure(_this), _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + return A.Row$(A._setArrayType([t2, new A.SizedBox(10, _null, _null, _null), A.Expanded$(A.TextButton$(false, A.Text$(t1, _null, 4, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.LearnMoreUrl_build_closure(_this), _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } }; A.LearnMoreUrl_build_closure.prototype = { @@ -479297,7 +489032,7 @@ options = A._setArrayType(["all_user_notifications"], t1); this.$this.onChanged.call$2("email", options); }, - $signature: 38 + $signature: 40 }; A.NotificationSettings_build_closure0.prototype = { call$1(eventType) { @@ -479339,7 +489074,7 @@ } return true; }, - $signature: 12 + $signature: 11 }; A.NotificationSettings_build_closure1.prototype = { call$1(eventType) { @@ -479404,7 +489139,7 @@ t1 = new A._NotificationSelector(value, new A.NotificationSettings_build__closure(_this.$this, t1, eventType), _this.hasMultipleUsers, false, _null); return A.DataRow$(A._setArrayType([t3, A.DataCell$(t1, _null, _null)], type$.JSArray_DataCell), _null, _null, false); }, - $signature: 2574 + $signature: 2575 }; A.NotificationSettings_build__closure.prototype = { call$1(value) { @@ -479427,7 +489162,7 @@ } this.$this.onChanged.call$2("email", options); }, - $signature: 38 + $signature: 40 }; A._NotificationSelector.prototype = { build$1(context) { @@ -479548,7 +489283,7 @@ t6.toString; } t7 = _this._password_field$_isPasswordObscured; - t3 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(B.Alignment_0_1, _null, _null, _null, A.Icon$(t7 ? B.IconData_59069_MaterialIcons_null_false : B.IconData_59070_MaterialIcons_null_false, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A._PasswordFormFieldState_build_closure(_this), _null, _null, _null, t6, _null), _null, _null, _null, _null); + t3 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(B.Alignment_0_1, _null, _null, _null, A.Icon$(t7 ? B.IconData_59069_MaterialIcons_null_false : B.IconData_59070_MaterialIcons_null_false, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A._PasswordFormFieldState_build_closure(_this), _null, _null, _null, t6, _null), _null, _null, _null, _null); t6 = _this._widget; if (t6.validate) { t8 = A._setArrayType([t6.newPassword ? "newPassword" : _s8_], type$.JSArray_String); @@ -479609,7 +489344,7 @@ } return _null; }, - $signature: 31 + $signature: 32 }; A.ProjectPicker.prototype = { build$1(context) { @@ -479639,7 +489374,7 @@ t1 = ""; this.$this.onChanged.call$1(t1); }, - $signature: 48 + $signature: 52 }; A.ProjectPicker_build_closure.prototype = { call$2(completer, $name) { @@ -479649,7 +489384,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveProjectRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A.ProjectPicker_build__closure.prototype = { call$1(b) { @@ -479657,7 +489392,7 @@ b.get$_project_model$_$this()._project_model$_clientId = this.$this.clientId; return b; }, - $signature: 201 + $signature: 196 }; A.SaveCancelButtons.prototype = { build$1(context) { @@ -479690,7 +489425,7 @@ t3 = false; return new A.AppTextButton(t2, t1.isEnabled || t1.isCancelEnabled ? new A.SaveCancelButtons_build__closure0(t1, context) : null, t3, null, null); }, - $signature: 343 + $signature: 360 }; A.SaveCancelButtons_build__closure0.prototype = { call$0() { @@ -479714,7 +489449,7 @@ t3 = t1.isEnabled ? new A.SaveCancelButtons_build__closure(t1, context) : null; return new A.AppTextButton(t2, t3, t1.isHeader, null, null); }, - $signature: 343 + $signature: 360 }; A.SaveCancelButtons_build__closure.prototype = { call$0() { @@ -479724,8 +489459,7 @@ }; A.TimePicker.prototype = { createState$0() { - var _null = null; - return new A._TimePickerState(A.TextEditingController$(_null), A.FocusNode$(true, _null, true, true, _null, _null, false), B._StateLifecycle_0); + return new A._TimePickerState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A.FocusNode$(true, null, true, true, null, null, false), B._StateLifecycle_0); }, onSelected$1(arg0) { return this.onSelected.call$1(arg0); @@ -479825,7 +489559,7 @@ if (t1 == null) t1 = ""; t2 = A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57402_MaterialIcons_null_false, _null, _null, _null), _null, new A._TimePickerState_build_closure(_this), _null, _null, _null, _null, _null); - return A.DecoratedFormField$(false, _null, false, _this._time_picker$_textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null), true, _this._time_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._TimePickerState_build_closure0(_this, context), _null, _null, true, _null, _null, B.TextAlign_4, _null); + return A.DecoratedFormField$(false, _null, false, _this._time_picker$_textController, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null), true, _this._time_picker$_focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._TimePickerState_build_closure0(_this, context), _null, _null, true, _null, _null, B.TextAlign_4, _null); } }; A._TimePickerState__onFoucsChanged_closure.prototype = { @@ -479841,7 +489575,7 @@ t1 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany; return A.MediaQuery$(child, A.InheritedModel_inheritFrom(context, null, type$.MediaQuery).data.copyWith$1$alwaysUse24HourFormat(t1.company.settings.enableMilitaryTime), null); }, - $signature: 608 + $signature: 567 }; A._TimePickerState_build_closure.prototype = { call$0() { @@ -479920,13 +489654,13 @@ call$1(element) { return element.length !== 0; }, - $signature: 12 + $signature: 11 }; A._TimePickerState_build__closure0.prototype = { call$1(element) { return element.length !== 0; }, - $signature: 12 + $signature: 11 }; A._TimePickerState_build__closure1.prototype = { call$0() { @@ -479970,7 +489704,7 @@ call$1(val) { return B.JSString_methods.trim$0(val == null ? "" : val).length === 0 ? A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.AppLocalization).get$pleaseSelectAVendor() : null; }, - $signature: 135 + $signature: 151 }; A.VendorPicker_build_closure.prototype = { call$2(completer, $name) { @@ -479979,14 +489713,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A.VendorPicker_build__closure.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 92 + $signature: 95 }; A.TokenMeta.prototype = { build$1(context) { @@ -480003,7 +489737,7 @@ A.HelpText.prototype = { build$1(context) { var _null = null; - return A.Container$(_null, A.Center$(A.Opacity$(A.Text$(this.message, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_MUpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), 0.8), _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + return A.Container$(_null, A.Center$(A.Opacity$(A.Text$(this.message, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_MUpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, 20, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_2, _null, _null), 0.8), _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, get$message(receiver) { return this.message; @@ -480040,7 +489774,7 @@ var _null = null; return A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null, _null), _null, new A.HistoryDrawer_build__closure(context), _null, _null, _null, _null, _null); }, - $signature: 472 + $signature: 591 }; A.HistoryDrawer_build__closure.prototype = { call$0() { @@ -480118,7 +489852,7 @@ call$0() { return A.format(A.DateTime$fromMillisecondsSinceEpoch(this.history.timestamp, false), false, A.localeSelector(this.state, true) + "_short"); }, - $signature: 45 + $signature: 96 }; A._HistoryListTileState_build_closure1.prototype = { call$0() { @@ -480178,7 +489912,7 @@ call$1(_) { A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 34 + $signature: 35 }; A.HistoryDrawerBuilder.prototype = { build$1(context) { @@ -480190,7 +489924,7 @@ call$2(context, viewModel) { return new A.HistoryDrawer(null); }, - $signature: 2579 + $signature: 2580 }; A.AppDrawerVM.prototype = { get$user(receiver) { @@ -480233,8 +489967,8 @@ }; A.InvoiceEmailView.prototype = { createState$0() { - var _null = null; - return new A._InvoiceEmailViewState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.Debouncer(1500), A._setArrayType([], type$.JSArray_TextEditingController), _null, _null, B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._InvoiceEmailViewState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(1500), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._InvoiceEmailViewState.prototype = { @@ -480428,7 +490162,7 @@ t2 = _this._invoice_email_view$_isLoading; t1.push(new A.EmailPreview(t3, _this._invoice_email_view$_emailPreview, t2, _null)); } else - t1.push(A.IgnorePointer$(new A.ExampleEditor("### " + t3 + "\n\n\n" + A.convert(_this._invoice_email_view$_bodyPreview), _null, _null), true, _null)); + t1.push(A.IgnorePointer$(new A.ExampleEditor("### " + t3 + "\n\n\n" + A.convert(_this._invoice_email_view$_bodyPreview), _null), true, _null)); return A.Container$(_null, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null), B.Clip_0, B.Color_4294967295, _null, _null, _null, 1 / 0, _null, _null, _null, _null, _null, _null); }, _buildEdit$1(context) { @@ -480473,14 +490207,14 @@ t8.toString; t2.push(new A.ColoredBox(t6, new A.Padding(B.EdgeInsets_24_0_10_16, A.DecoratedFormField$(false, _null, false, _this._invoice_email_view$_subjectController, _null, enableCustomEmail, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t8, _null, _null, false, new A._InvoiceEmailViewState__buildEdit_closure0(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null), _null), _null)); if (t5[t4].userCompany.company.markdownEmailEnabled) - t2.push(A.Expanded$(new A.ColoredBox(B.Color_4294967295, A.IgnorePointer$(new A.ExampleEditor(_this._rawBodyPreview, new A._InvoiceEmailViewState__buildEdit_closure1(_this), _null), t3, _null), _null), 1)); + t2.push(A.Expanded$(new A.ColoredBox(B.Color_4294967295, A.IgnorePointer$(new A.ExampleEditor(_this._rawBodyPreview, _null), t3, _null), _null), 1)); else { t1 = t7.$index(0, t1); t1.toString; t1 = J.$index$asx(t1, "body"); t1.toString; t3 = enableCustomEmail ? 6 : 2; - t2.push(new A.Padding(B.EdgeInsets_20_0_20_0, A.DecoratedFormField$(false, _null, false, _this._invoice_email_view$_bodyController, _null, enableCustomEmail, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1, t3, _null, false, new A._InvoiceEmailViewState__buildEdit_closure2(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null), _null)); + t2.push(new A.Padding(B.EdgeInsets_20_0_20_0, A.DecoratedFormField$(false, _null, false, _this._invoice_email_view$_bodyController, _null, enableCustomEmail, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t1, t3, _null, false, new A._InvoiceEmailViewState__buildEdit_closure1(_this), _null, _null, true, _null, _null, B.TextAlign_4, _null), _null)); } return A.Column$(t2, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, @@ -480623,7 +490357,7 @@ return; t1.setState$1(new A._InvoiceEmailViewState__loadTemplate__closure(t1, subject, body, email, rawBody, this.origSubject, this.origBody, rawSubject)); }, - $signature: 715 + $signature: 690 }; A._InvoiceEmailViewState__loadTemplate__closure.prototype = { call$0() { @@ -480665,7 +490399,7 @@ matches = new A.WhereIterable(t2, new A._InvoiceEmailViewState__buildTemplateDropdown__closure0(t1, invitation), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>")); return !matches.get$isEmpty(matches) ? matches.get$first(matches) : null; }, - $signature: 2581 + $signature: 2582 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure0.prototype = { call$1(contact) { @@ -480673,7 +490407,7 @@ t2 = this.invitation; return t1 === (this.invoice.entityType === B.EntityType_purchaseOrder ? t2.vendorContactId : t2.clientContactId); }, - $signature: 212 + $signature: 234 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure0.prototype = { call$1(contact) { @@ -480690,7 +490424,7 @@ } return t1; }, - $signature: 49 + $signature: 51 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1(template) { @@ -480700,7 +490434,7 @@ t1 = this.$this; t1.setState$1(new A._InvoiceEmailViewState__buildTemplateDropdown__closure(t1, template)); }, - $signature: 2582 + $signature: 2583 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure.prototype = { call$0() { @@ -480715,17 +490449,18 @@ }; A._InvoiceEmailViewState__buildEdit_closure.prototype = { call$0() { + var t1, _null = null; if (A.supportsInAppPurchase()) { - var t1 = this.state; + t1 = this.state; t1 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.account; t1 = !t1.hasIapPlan && t1.paymentId.length === 0; } else t1 = false; if (t1) - A.showDialog(null, B.Color_2315255808, true, new A._InvoiceEmailViewState__buildEdit__closure(), this.context, null, true, type$.void); + A.showDialog(_null, _null, true, _null, new A._InvoiceEmailViewState__buildEdit__closure(), this.context, _null, true, type$.void); else { t1 = this.state; - A.launchUrl(A.Uri_parse(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.ninjaPortalUrl, 0, null)); + A.launchUrl(A.Uri_parse(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.ninjaPortalUrl, 0, _null)); } }, $signature: 0 @@ -480734,7 +490469,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 310 + $signature: 313 }; A._InvoiceEmailViewState__buildEdit_closure0.prototype = { call$1(_) { @@ -480743,17 +490478,6 @@ $signature: 15 }; A._InvoiceEmailViewState__buildEdit_closure1.prototype = { - call$1(value) { - var t1 = this.$this, - t2 = t1._invoice_email_view$_bodyController; - if (B.JSString_methods.trim$0(value) !== B.JSString_methods.trim$0(t2._change_notifier$_value.text)) { - t2.set$text(0, value); - t1._invoice_email_view$_onChanged$0(); - } - }, - $signature: 38 - }; - A._InvoiceEmailViewState__buildEdit_closure2.prototype = { call$1(_) { return this.$this._invoice_email_view$_onChanged$0(); }, @@ -480763,7 +490487,7 @@ call$2(context, index) { return new A.ActivityListTile(this.activities.elementAt$1(0, index), false, null); }, - $signature: 309 + $signature: 300 }; A._InvoiceEmailViewState_build_closure.prototype = { call$1(context) { @@ -480910,7 +490634,7 @@ }; A.TaxRateDropdown.prototype = { createState$0() { - return new A._TaxRateDropdownState(A.TextEditingController$(null), B._StateLifecycle_0); + return new A._TaxRateDropdownState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), B._StateLifecycle_0); }, onSelected$1(arg0) { return this.onSelected.call$1(arg0); @@ -480956,7 +490680,7 @@ return new A.SizedBox(_null, _null, _null, _null); t1 = B.JSArray_methods.firstWhere$2$orElse(taxRates, new A._TaxRateDropdownState_build_closure1(_this), new A._TaxRateDropdownState_build_closure2(_this)); t1.toString; - t2 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _this._widget.labelText, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t2 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this._widget.labelText, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t3 = t1.rate === 0; t4 = t3 && t1.name.length === 0; t5 = A._setArrayType([], type$.JSArray_DropdownMenuItem_TaxRateEntity); @@ -480973,7 +490697,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 316 + $signature: 321 }; A._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1(taxRate) { @@ -480981,14 +490705,14 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 719 + $signature: 692 }; A._TaxRateDropdownState_didChangeDependencies_closure1.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 720 + $signature: 693 }; A._TaxRateDropdownState_build_closure.prototype = { call$1(id) { @@ -481008,13 +490732,13 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A._TaxRateDropdownState_build_closure0.prototype = { call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 316 + $signature: 321 }; A._TaxRateDropdownState_build_closure1.prototype = { call$1(taxRate) { @@ -481022,14 +490746,14 @@ t2 = this.$this._widget; return t1 === t2.initialTaxName && taxRate.rate === t2.initialTaxRate; }, - $signature: 719 + $signature: 692 }; A._TaxRateDropdownState_build_closure2.prototype = { call$0() { var t1 = this.$this._widget; return A.TaxRateEntity_TaxRateEntity(null, t1.initialTaxName, t1.initialTaxRate, null); }, - $signature: 720 + $signature: 693 }; A._TaxRateDropdownState_build_closure4.prototype = { call$1(rate) { @@ -481038,14 +490762,14 @@ rate.toString; return t1.onSelected$1(rate); }, - $signature: 2586 + $signature: 2587 }; A._TaxRateDropdownState_build_closure3.prototype = { call$1(taxRate) { var _null = null; return A.DropdownMenuItem$(A.Text$(taxRate.rate === 0 && taxRate.name.length === 0 ? "" : this.$this._formatTaxRate$1(taxRate), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, taxRate, type$.TaxRateEntity); }, - $signature: 2587 + $signature: 2588 }; A.TaxRateField.prototype = { build$1(context) { @@ -481098,7 +490822,7 @@ var t1 = this.$this; t1.setState$1(new A._LinkTextRelatedEntityState_build__closure(t1)); }, - $signature: 386 + $signature: 247 }; A._LinkTextRelatedEntityState_build__closure.prototype = { call$0() { @@ -481111,7 +490835,7 @@ var t1 = this.$this; t1.setState$1(new A._LinkTextRelatedEntityState_build__closure0(t1)); }, - $signature: 106 + $signature: 110 }; A._LinkTextRelatedEntityState_build__closure0.prototype = { call$0() { @@ -481164,10 +490888,10 @@ }; A._ListFilterState.prototype = { initState$0() { - var t1, _this = this, _null = null; + var t1, _this = this; _this.super$State$initState(); - _this._filterController = A.TextEditingController$(_null); - t1 = A.FocusNode$(true, _null, true, true, _null, _null, false); + _this._filterController = new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()); + t1 = A.FocusNode$(true, null, true, true, null, null, false); t1.addListener$1(0, _this.get$onFocusChanged()); _this._list_filter$_focusNode = t1; }, @@ -481241,7 +490965,7 @@ t5 = t4.prefState; t8 = t5.darkModeType; t5 = (t8 === "system" ? t5.enableDarkModeSystem : t8 === "dark") ? _null : new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(B.Color_4294967295, 1, B.BorderStyle_1, -1)); - t5 = A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(B.Color_4278190080, 1, B.BorderStyle_1, -1)), _null, new A.EdgeInsets(10, 13, 10, 13), _null, _null, _null, _null, true, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t5 = A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(B.Color_4278190080, 1, B.BorderStyle_1, -1)), _null, new A.EdgeInsets(10, 13, 10, 13), _null, _null, _null, _null, true, t5, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t8 = t4.getUIState$1(_this._widget.entityType).get$listUIState().stateFilters; t2.toString; t9 = $.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode); @@ -481262,7 +490986,7 @@ t9 = t4.prefState; t10 = t9.darkModeType; t9 = (t10 === "system" ? t9.enableDarkModeSystem : t10 === "dark") ? _null : new A.OutlineInputBorder(4, B.BorderRadius_tLn, new A.BorderSide(B.Color_4294967295, 1, B.BorderStyle_1, -1)); - B.JSArray_methods.addAll$1(t1, A._setArrayType([new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.DropDownMultiSelect$(new A._ListFilterState_build_closure5(t2), A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn, B.BorderSide_tAf0), _null, new A.EdgeInsets(10, 13, 10, 13), _null, _null, _null, _null, true, t9, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), 100, false, new A._ListFilterState_build_closure6(t2), new A._ListFilterState_build_closure7(_this, t4), t5, new A.CopyOnWriteList(true, t3._list$_list, t3.$ti._eval$1("CopyOnWriteList<1>")), t8), _null)], t6)); + B.JSArray_methods.addAll$1(t1, A._setArrayType([new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.DropDownMultiSelect$(new A._ListFilterState_build_closure5(t2), A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn, B.BorderSide_tAf1), _null, new A.EdgeInsets(10, 13, 10, 13), _null, _null, _null, _null, true, t9, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), 100, false, new A._ListFilterState_build_closure6(t2), new A._ListFilterState_build_closure7(_this, t4), t5, new A.CopyOnWriteList(true, t3._list$_list, t3.$ti._eval$1("CopyOnWriteList<1>")), t8), _null)], t6)); } B.JSArray_methods.addAll$1(t7, t1); } @@ -481293,7 +491017,7 @@ var t1 = this.$this; t1._debouncer.run$1(new A._ListFilterState_build__closure5(t1, value)); }, - $signature: 38 + $signature: 40 }; A._ListFilterState_build__closure5.prototype = { call$0() { @@ -481318,26 +491042,26 @@ t1._widget.onSelectedState.call$2(t4, false); } }, - $signature: 470 + $signature: 600 }; A._ListFilterState_build__closure2.prototype = { call$1(e) { return !J.contains$1$asx(this.stateFilters._copy_on_write_list$_list, e); }, - $signature: 142 + $signature: 148 }; A._ListFilterState_build__closure3.prototype = { call$1(e) { return !J.contains$1$asx(this.selected._copy_on_write_list$_list, e); }, - $signature: 142 + $signature: 148 }; A._ListFilterState_build_closure3.prototype = { call$1(value) { var _null = null; return A.Text$(this.localization.lookup$1(type$.EntityState._as(value).name), _null, 1, B.TextOverflow_0, _null, _null, _null, _null, _null, _null); }, - $signature: 469 + $signature: 601 }; A._ListFilterState_build_closure2.prototype = { call$1(selected) { @@ -481353,7 +491077,7 @@ } return new A.Align(B.Alignment_m1_0, _null, _null, new A.Padding(new A.EdgeInsets(10, 0, 10, 0), A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 15, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null); }, - $signature: 721 + $signature: 696 }; A._ListFilterState_build__closure4.prototype = { call$1(value) { @@ -481378,7 +491102,7 @@ t1._widget.onSelectedStatus.call$2(t4, false); } }, - $signature: 470 + $signature: 600 }; A._ListFilterState_build__closure.prototype = { call$1(e) { @@ -481387,13 +491111,13 @@ type$.EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 142 + $signature: 148 }; A._ListFilterState_build___closure0.prototype = { call$1(e) { return e.get$id(e); }, - $signature: 2591 + $signature: 2592 }; A._ListFilterState_build__closure0.prototype = { call$1(e) { @@ -481402,13 +491126,13 @@ type$.EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 142 + $signature: 148 }; A._ListFilterState_build___closure.prototype = { call$1(e) { return J.get$id$x(e); }, - $signature: 208 + $signature: 218 }; A._ListFilterState_build_closure6.prototype = { call$1(value) { @@ -481416,7 +491140,7 @@ type$.EntityStatus._as(value); return A.Text$(this.localization.lookup$1(value.get$name(value)), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 469 + $signature: 601 }; A._ListFilterState_build_closure5.prototype = { call$1(selected) { @@ -481431,7 +491155,7 @@ } return new A.Align(B.Alignment_m1_0, _null, _null, new A.Padding(new A.EdgeInsets(10, 0, 10, 0), A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 15, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), _null), _null); }, - $signature: 721 + $signature: 696 }; A._ListFilterState_build__closure1.prototype = { call$1(value) { @@ -481552,7 +491276,7 @@ t1 = false; if (t1) t4.push(new A.Builder(new A.ListScaffold_build_closure4(t2, store), _null)); - return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t4, _null, false, _null, _null, 1, false, _null, _null, false, _null, false, _null, _null, leading, leadingWidth, true, _null, _null, _null, _null, _null, t3, _null, _null, _null, 1, _null), _null, A.ClipRect$(_this.body, B.Clip_1, _null), _this.bottomNavigationBar, t5, t6, _this.floatingActionButton, B.C__EndDockedFabLocation), true, _null), new A.ListScaffold_build_closure5(store), _null); + return new A.PopScope(A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t4, _null, false, _null, _null, 1, false, _null, _null, false, _null, false, _null, _null, leading, leadingWidth, true, _null, _null, _null, _null, _null, t3, _null, _null, _null, 1, _null), _null, A.ClipRect$(_this.body, B.Clip_1, _null), _this.bottomNavigationBar, t5, t6, _this.floatingActionButton, B.C__EndDockedFabLocation), true, _null), new A.ListScaffold_build_closure5(store), false, _null); }, get$body(receiver) { return this.body; @@ -481577,7 +491301,7 @@ t2.toString; return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null, _null), _null, new A.ListScaffold_build__closure0(context), _null, _null, _null, t2, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 468 + $signature: 602 }; A.ListScaffold_build__closure0.prototype = { call$0() { @@ -481598,32 +491322,12 @@ $signature: 0 }; A.ListScaffold_build_closure5.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$self = this, t1; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.store.__Store__dispatchers_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.ViewDashboard(false, null)); - $async$returnValue = false; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); + call$1(_) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); }, - $signature: 44 + $signature: 13 }; A.ListScaffold_build_closure3.prototype = { call$0() { @@ -481643,7 +491347,7 @@ t1 = this.state; return new A.Padding(B.EdgeInsets_0_0_8_0, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58132_MaterialIcons_null_false, t1.get$headerTextColor(), _null, _null), _null, new A.ListScaffold_build__closure(context, t1, this.store), B.EdgeInsets_0_0_8_0, _null, _null, _null, _null), _null); }, - $signature: 467 + $signature: 2594 }; A.ListScaffold_build__closure.prototype = { call$0() { @@ -481964,7 +491668,7 @@ t4 = _this.$this; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, _null, _null, new A.FilterListTile_build__closure(t4, context), false, _null, _null, _null, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, t4.onClearPressed, _null, _null, _null, _null, _null), _null); }, - $signature: 2594 + $signature: 2595 }; A.FilterListTile_build__closure.prototype = { call$0() { @@ -482055,7 +491759,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2595 + $signature: 2596 }; A._LiveTextState_initState__closure.prototype = { call$0() { @@ -482193,16 +491897,19 @@ t1 = false; t3.push(A.Expanded$(new A.AppBorder($screen, _null, _null, t1, false, _null), 1)); t4.push(A.Expanded$(new A.ChangeLayoutBanner(A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), prefState.appLayout, B.AppLayout_desktop, _null), 1)); - return new A.WillPopScope(new A.DesktopSessionTimeout(A.SafeArea$(true, A.FocusTraversalGroup$(A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, t2), B.EdgeInsets_0_0_0_0, true), _null), new A.MainScreen_build__closure(store), _null); + return new A.PopScope(new A.DesktopSessionTimeout(A.SafeArea$(true, A.FocusTraversalGroup$(A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), true, t2), B.EdgeInsets_0_0_0_0, true), _null), new A.MainScreen_build__closure(store), false, _null); }, - $signature: 2596 + $signature: 2597 }; A.MainScreen_build__closure.prototype = { - call$0() { + call$1(_) { + return this.$call$body$MainScreen_build__closure(_); + }, + $call$body$MainScreen_build__closure(_) { var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$self = this, historyList, t3, isEditing, index, t4, t5, i, $history, item, t6, t7, entity, t1, t2; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$self = this, historyList, t3, isEditing, index, t4, t5, i, $history, item, t6, t7, entity, t1, t2; + var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); while (true) @@ -482217,13 +491924,9 @@ isEditing = t3.get$isEditing(); index = isEditing ? 0 : 1; if (t3.previewStack._list$_list.length !== 0) { - t1 = t1.__Store__dispatchers_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.PopPreviewStack()); - $async$returnValue = false; - // goto return - $async$goto = 1; - break; + t4 = t1.__Store__dispatchers_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4[0].call$1(new A.PopPreviewStack()); } for (t4 = type$.JSArray_EntityType, t5 = type$.nullable_BaseEntity, i = index, $history = null; i < historyList.length; ++i) { item = historyList[i]; @@ -482253,49 +491956,41 @@ t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ViewDashboard(false, null)); - $async$returnValue = false; - // goto return - $async$goto = 1; - break; + } else { + t4 = $history.entityType; + switch (t4) { + case B.EntityType_dashboard: + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); + break; + case B.EntityType_reports: + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewReports()); + break; + case B.EntityType_settings: + t4 = $history.id; + t3 = t2.userCompanyStates._list$_list[t3.selectedCompanyIndex].userCompany; + t1 = t1.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewSettings(t3.company, null, null, t3.user, false, t4, false, 0)); + break; + default: + t1 = $history.id; + if ((t1 == null ? "" : t1).length === 0) + A.viewEntitiesByType(t4, null, $history.page); + else + A.viewEntityById(false, t1, t4, null, false, false); + } } - t4 = $history.entityType; - switch (t4) { - case B.EntityType_dashboard: - t1 = t1.__Store__dispatchers_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.ViewDashboard(false, null)); - break; - case B.EntityType_reports: - t1 = t1.__Store__dispatchers_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.ViewReports()); - break; - case B.EntityType_settings: - t4 = $history.id; - t3 = t2.userCompanyStates._list$_list[t3.selectedCompanyIndex].userCompany; - t1 = t1.__Store__dispatchers_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.ViewSettings(t3.company, null, null, t3.user, false, t4, false, 0)); - break; - default: - t1 = $history.id; - if ((t1 == null ? "" : t1).length === 0) - A.viewEntitiesByType(t4, null, $history.page); - else - A.viewEntityById(false, t1, t4, null, false, false); - } - $async$returnValue = false; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); + // implicit return + return A._asyncReturn(null, $async$completer); } }); - return A._asyncStartSync($async$call$0, $async$completer); + return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 44 + $signature: 323 }; A.EntityScreens.prototype = { build$1(context) { @@ -483221,13 +492916,13 @@ } else return A.Image$asset("assets/images/icon.png", _null, _null, 38); }, - $signature: 725 + $signature: 698 }; A._MenuDrawerState_build__companyLogo_closure.prototype = { call$1(userCompanyState) { return userCompanyState.userCompany.company.id === this.company.id; }, - $signature: 726 + $signature: 699 }; A._MenuDrawerState_build__companyListItem.prototype = { call$2$showAccentColor(company, showAccentColor) { @@ -483272,20 +492967,20 @@ call$1(company) { return this.call$2$showAccentColor(company, true); }, - $signature: 2599 + $signature: 2600 }; A._MenuDrawerState_build__companyListItem_closure.prototype = { call$1(userCompanyState) { return userCompanyState.userCompany.company.id === this.company.id; }, - $signature: 726 + $signature: 699 }; A._MenuDrawerState_build__companyListItem_closure2.prototype = { call$1(_) { var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure0(t1)); }, - $signature: 129 + $signature: 132 }; A._MenuDrawerState_build__companyListItem__closure0.prototype = { call$0() { @@ -483298,7 +492993,7 @@ var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure(t1)); }, - $signature: 106 + $signature: 110 }; A._MenuDrawerState_build__companyListItem__closure.prototype = { call$0() { @@ -483374,13 +493069,13 @@ t2.push(A.PopupMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(2, _null, _null, _null), t1, new A.SizedBox(15, _null, _null, _null), A.Text$(t3, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), "logout", type$.String)); return t2; }, - $signature: 311 + $signature: 314 }; A._MenuDrawerState_build__closure5.prototype = { call$1(company) { return A.PopupMenuItem$(this._companyListItem.call$1(company), company.id, type$.String); }, - $signature: 2600 + $signature: 2601 }; A._MenuDrawerState_build_closure0.prototype = { call$1(companyId) { @@ -483417,7 +493112,7 @@ call$1(company) { return company.id === this.companyId; }, - $signature: 886 + $signature: 680 }; A._MenuDrawerState_build_closure3.prototype = { call$1(context) { @@ -483425,20 +493120,20 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,Widget>"); return A.List_List$of(new A.MappedListIterable(t1, new A._MenuDrawerState_build__closure3(this._companyListItem), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 2601 + $signature: 2602 }; A._MenuDrawerState_build__closure3.prototype = { call$1(company) { return this._companyListItem.call$2$showAccentColor(company, false); }, - $signature: 725 + $signature: 698 }; A._MenuDrawerState_build_closure1.prototype = { call$1(company) { var t1 = B.JSInt_methods.toString$0(B.JSArray_methods.indexOf$1(this.state.get$companies(), company)); return A.DropdownMenuItem$(this._companyListItem.call$1(company), null, t1, type$.String); }, - $signature: 2602 + $signature: 2603 }; A._MenuDrawerState_build_closure2.prototype = { call$1(value) { @@ -483478,7 +493173,8 @@ }; A._MenuDrawerState_build_closure4.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, true, new A._MenuDrawerState_build__closure2(), this.context, null, true, type$.void); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._MenuDrawerState_build__closure2(), this.context, _null, true, type$.void); }, $signature: 0 }; @@ -483486,11 +493182,12 @@ call$1(context) { return new A.AccountSmsVerification(null); }, - $signature: 727 + $signature: 700 }; A._MenuDrawerState_build_closure5.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, true, new A._MenuDrawerState_build__closure1(), this.context, null, true, type$.void); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._MenuDrawerState_build__closure1(), this.context, _null, true, type$.void); }, $signature: 0 }; @@ -483498,11 +493195,12 @@ call$1(context) { return new A.AccountSmsVerification(null); }, - $signature: 727 + $signature: 700 }; A._MenuDrawerState_build_closure6.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, true, new A._MenuDrawerState_build__closure0(), this.context, null, true, type$.void); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._MenuDrawerState_build__closure0(), this.context, _null, true, type$.void); }, $signature: 0 }; @@ -483510,11 +493208,12 @@ call$1(context) { return new A.UserSmsVerification(true, null, null); }, - $signature: 432 + $signature: 351 }; A._MenuDrawerState_build_closure7.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, true, new A._MenuDrawerState_build__closure(), this.context, null, true, type$.void); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._MenuDrawerState_build__closure(), this.context, _null, true, type$.void); }, $signature: 0 }; @@ -483522,7 +493221,7 @@ call$1(context) { return new A.UserSmsVerification(false, null, null); }, - $signature: 432 + $signature: 351 }; A._MenuDrawerState_build_closure8.prototype = { call$0() { @@ -483846,7 +493545,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure0(t1)); }, - $signature: 129 + $signature: 132 }; A._DrawerTileState_build__closure0.prototype = { call$0() { @@ -483859,7 +493558,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure(t1)); }, - $signature: 106 + $signature: 110 }; A._DrawerTileState_build__closure.prototype = { call$0() { @@ -484168,7 +493867,8 @@ }; A.SidebarFooter_build_closure8.prototype = { call$0() { - return A.showDialog(null, B.Color_2315255808, true, new A.SidebarFooter_build__closure(this.state), this.context, null, true, type$.ErrorDialog); + var _null = null; + return A.showDialog(_null, _null, true, _null, new A.SidebarFooter_build__closure(this.state), this.context, _null, true, type$.ErrorDialog); }, $signature: 0 }; @@ -484323,7 +494023,7 @@ t1.push(A.PopupMenuItem$(t5, t3, t6)); return t1; }, - $signature: 311 + $signature: 314 }; A.SidebarFooterCollapsed_build_closure1.prototype = { call$0() { @@ -484339,13 +494039,13 @@ call$1(context) { return new A.ContactUsDialog(null); }, - $signature: 2606 + $signature: 2607 }; A._showUpdate_closure.prototype = { call$1(context) { return new A.UpdateDialog(null); }, - $signature: 2607 + $signature: 2608 }; A._showConnectStripe_closure.prototype = { call$0() { @@ -484435,7 +494135,7 @@ t10.push(A.Wrap$(B.WrapAlignment_2, A._setArrayType([A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_SXh, _null, _null, _null), _null, new A._showAbout__closure8(), _null, _null, _null, "Twitter", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_sUr, _null, _null, _null), _null, new A._showAbout__closure9(), _null, _null, _null, "Facebook", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_aAu, _null, _null, _null), _null, new A._showAbout__closure10(), _null, _null, _null, "GitHub", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_7vC, _null, _null, _null), _null, new A._showAbout__closure11(), _null, _null, _null, "YouTube", _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B._MdiIconData_AmO, _null, _null, _null), _null, new A._showAbout__closure12(), _null, _null, _null, "Slack", _null)], t8), B.Clip_0, B.WrapCrossAlignment_0, 0)); return A.PointerInterceptor$(A.AlertDialog$(t7, _null, _null, A.SingleChildScrollView$(A.Column$(t10, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, _null, false, B.Axis_1), _null, _null, _null)); }, - $signature: 736 + $signature: 703 }; A._showAbout__closure.prototype = { call$0() { @@ -484476,7 +494176,7 @@ switch ($async$goto) { case 0: // Function start - A.showDialog(null, B.Color_2315255808, true, new A._showAbout___closure1(), $async$self.context, null, true, type$.void); + A.showDialog(null, null, true, null, new A._showAbout___closure1(), $async$self.context, null, true, type$.void); // implicit return return A._asyncReturn(null, $async$completer); } @@ -484489,11 +494189,12 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 310 + $signature: 313 }; A._showAbout__closure3.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, true, new A._showAbout___closure0(this.localization), this.context, null, true, type$.AlertDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._showAbout___closure0(this.localization), this.context, _null, true, type$.AlertDialog); }, $signature: 4 }; @@ -484525,7 +494226,8 @@ }; A._showAbout____closure.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, true, new A._showAbout_____closure(this.localization), this.context, null, true, type$.AlertDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._showAbout_____closure(this.localization), this.context, _null, true, type$.AlertDialog); }, $signature: 0 }; @@ -484549,19 +494251,19 @@ call$0() { return A.launchUrl(A.Uri_parse("https://github.com/invoiceninja/invoiceninja/tree/v5-stable", 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout______closure1.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://github.com/invoiceninja/admin-portal", 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout______closure2.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://pub.dev/packages/invoiceninja", 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout____closure0.prototype = { call$0() { @@ -484573,47 +494275,48 @@ call$0() { return A.launchUrl(A.Uri_parse(string$.https_asm, 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout____closure2.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://apps.apple.com/app/id1503970375", 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout____closure3.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://snapcraft.io/invoiceninja", 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout____closure4.prototype = { call$0() { return A.launchUrl(A.Uri_parse(string$.https_asa, 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout____closure5.prototype = { call$0() { return A.launchUrl(A.Uri_parse(string$.https_pl, 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout____closure6.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://f-droid.org/packages/com.invoiceninja.app", 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout__closure4.prototype = { call$0() { return A.launchUrl(A.Uri_parse(string$.https_g, 0, null)); }, - $signature: 44 + $signature: 71 }; A._showAbout__closure5.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, true, new A._showAbout___closure(), this.context, null, true, type$.HealthCheckDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._showAbout___closure(), this.context, _null, true, type$.HealthCheckDialog); }, $signature: 4 }; @@ -484621,7 +494324,7 @@ call$1(context) { return new A.HealthCheckDialog(null); }, - $signature: 2609 + $signature: 2610 }; A._showAbout__closure6.prototype = { call$0() { @@ -484726,12 +494429,12 @@ t8.toString; t8 = J.$index$asx(t8, "from"); t8.toString; - t8 = A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t8, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, _null, user.get$fullName() + " \u2022 " + user.email, _null, _null, _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null); + t8 = A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t8, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, _null, user.get$fullName() + " \u2022 " + user.email, _null, _null, _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null); t9 = t4.$index(0, t1); t9.toString; t9 = J.$index$asx(t9, "message"); t9.toString; - t9 = A._setArrayType([t8, new A.SizedBox(_null, 10, _null, _null), A.TextFormField$(true, _null, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t9, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null, _null, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, 4, 4, false, new A._ContactUsDialogState_build_closure1(_this), _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null)], t6); + t9 = A._setArrayType([t8, new A.SizedBox(_null, 10, _null, _null), A.TextFormField$(true, _null, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t9, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null, _null, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, 4, 4, false, new A._ContactUsDialogState_build_closure1(_this), _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null)], t6); if (!t3.get$isHosted()) { t3 = _this._includeLogs; t1 = t4.$index(0, t1); @@ -484767,7 +494470,7 @@ t1 = t1._framework$_element; t1.toString; $async$goto = 2; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A._ContactUsDialogState__sendMessage__closure1($async$self.localization), t1, null, true, type$.MessageDialog), $async$call$1); + return A._asyncAwait(A.showDialog(null, null, true, null, new A._ContactUsDialogState__sendMessage__closure1($async$self.localization), t1, null, true, type$.MessageDialog), $async$call$1); case 2: // returning from await. t1 = $.$get$navigatorKey(); @@ -484780,7 +494483,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 466 + $signature: 606 }; A._ContactUsDialogState__sendMessage__closure0.prototype = { call$0() { @@ -484799,7 +494502,7 @@ t1.toString; return new A.MessageDialog(t1, _null, _null, _null, _null, _null); }, - $signature: 438 + $signature: 362 }; A._ContactUsDialogState__sendMessage_closure1.prototype = { call$1(error) { @@ -484859,7 +494562,7 @@ call$2(context, viewModel) { return new A.MenuDrawer(viewModel, null); }, - $signature: 2611 + $signature: 2612 }; A.MenuDrawerVM.prototype = { get$user(receiver) { @@ -484909,7 +494612,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 465 + $signature: 609 }; A.MenuDrawerVM_fromStore_closure.prototype = { call$3(context, index, company) { @@ -484920,7 +494623,7 @@ t2 = this.store; A.checkForChanges(new A.MenuDrawerVM_fromStore__closure1(t2, index, context, t1, company), false, t2); }, - $signature: 2613 + $signature: 2614 }; A.MenuDrawerVM_fromStore__closure1.prototype = { call$0() { @@ -485019,7 +494722,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.AddCompany(t1, completer)); $async$goto = 2; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, false, new A.MenuDrawerVM_fromStore___closure0(), t1, null, true, type$.AlertDialog), $async$call$1); + return A._asyncAwait(A.showDialog(null, null, false, null, new A.MenuDrawerVM_fromStore___closure0(), t1, null, true, type$.AlertDialog), $async$call$1); case 2: // returning from await. // implicit return @@ -485028,27 +494731,27 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 465 + $signature: 609 }; A.MenuDrawerVM_fromStore___closure.prototype = { call$1(_) { var t1 = $.$get$navigatorKey(); $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 34 + $signature: 35 }; A.MenuDrawerVM_fromStore___closure0.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 179 + $signature: 182 }; A._TheState.prototype = {}; A._theState_closure.prototype = { call$0() { return new A._TheState(); }, - $signature: 2614 + $signature: 2615 }; A._SelectRow.prototype = { build$1(context) { @@ -485092,7 +494795,7 @@ A.Theme_of(t2); t1.setState$1(new A._DropDownMultiSelectState_initState__closure()); }, - $signature: 11 + $signature: 12 }; A._DropDownMultiSelectState_initState__closure.prototype = { call$0() { @@ -485106,14 +494809,14 @@ t2 = new A._Rebuild($.$get$_theState(), _null, type$._Rebuild__TheState).call$1(new A._DropDownMultiSelectState_build__closure(t1)), t3 = t1._widget, t4 = t3.decoration; - t4 = t4 != null ? t4 : A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn, B.BorderSide_tAf0), _null, new A.EdgeInsets(10, 15, 10, 15), _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t4 = t4 != null ? t4 : A.InputDecoration$(_null, new A.OutlineInputBorder(4, B.BorderRadius_tLn, B.BorderSide_tAf1), _null, new A.EdgeInsets(10, 15, 10, 15), _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t3 = J.get$isNotEmpty$asx(t3.selectedValues._copy_on_write_list$_list) ? J.$index$asx(t1._widget.selectedValues._copy_on_write_list$_list, 0) : _null; t5 = t1._widget.options; t5.toString; t6 = A._arrayInstanceType(t5)._eval$1("MappedListIterable<1,DropdownMenuItem<@>>"); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_3, A._setArrayType([t2, new A.Align(B.Alignment_m1_0, _null, _null, A.DropdownButtonFormField$(false, t4, B.Color_4294967295, true, false, A.List_List$of(new A.MappedListIterable(t5, new A._DropDownMultiSelectState_build__closure0(t1), t6), true, t6._eval$1("ListIterable.E")), new A._DropDownMultiSelectState_build__closure1(), new A._DropDownMultiSelectState_build__closure2(t1), _null, t3, type$.dynamic), _null)], type$.JSArray_Widget), _null); }, - $signature: 2615 + $signature: 2616 }; A._DropDownMultiSelectState_build__closure.prototype = { call$0() { @@ -485138,7 +494841,7 @@ } return t1; }, - $signature: 139 + $signature: 141 }; A._DropDownMultiSelectState_build___closure2.prototype = { call$1(e) { @@ -485148,7 +494851,7 @@ return A.Row$(A._setArrayType([t1._widget.menuItembuilder.call$1(e), A.Text$(",", _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); return t1._widget.menuItembuilder.call$1(e); }, - $signature: 2616 + $signature: 2617 }; A._DropDownMultiSelectState_build___closure3.prototype = { call$1(e) { @@ -485160,7 +494863,7 @@ call$2(a, b) { return a + " , " + b; }, - $signature: 581 + $signature: 536 }; A._DropDownMultiSelectState_build__closure1.prototype = { call$1(x) { @@ -485175,14 +494878,14 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,DropdownMenuItem<@>>"); return A.List_List$of(new A.MappedListIterable(t1, new A._DropDownMultiSelectState_build___closure(), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 2617 + $signature: 2618 }; A._DropDownMultiSelectState_build___closure.prototype = { call$1(e) { var _null = null; return A.DropdownMenuItem$(A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, type$.dynamic); }, - $signature: 738 + $signature: 706 }; A._DropDownMultiSelectState_build__closure0.prototype = { call$1(x) { @@ -485191,7 +494894,7 @@ t1._widget.toString; return A.DropdownMenuItem$(t2, new A._DropDownMultiSelectState_build___closure1(t1, x), x, type$.dynamic); }, - $signature: 738 + $signature: 706 }; A._DropDownMultiSelectState_build___closure0.prototype = { call$0() { @@ -485201,7 +494904,7 @@ t4 = t1._widget.menuItembuilder.call$1(t2); return new A._SelectRow(new A._DropDownMultiSelectState_build____closure(t1, t2), t3, t4, null); }, - $signature: 2619 + $signature: 2620 }; A._DropDownMultiSelectState_build____closure.prototype = { call$1(isSelected) { @@ -485221,7 +494924,7 @@ t1._widget.onChanged$1(ns); } }, - $signature: 187 + $signature: 188 }; A._DropDownMultiSelectState_build___closure1.prototype = { call$0() { @@ -485271,7 +494974,7 @@ t1 = null; return t1; }, - $signature: 135 + $signature: 151 }; A.PortalLinkStyle.prototype = { _enumToString$0() { @@ -485341,7 +495044,7 @@ call$0() { return A.launchUrl(A.Uri_parse(this._box_0.viewLinkWithHash, 0, null)); }, - $signature: 44 + $signature: 71 }; A.PortalLinks_build_closure0.prototype = { call$0() { @@ -485385,7 +495088,7 @@ t1.toString; return A._setArrayType([t4, A.PopupMenuItem$(new A.IconText(t3, B.IconData_57744_MaterialIcons_null_false, _null, _null, false, _null), t1, t5)], type$.JSArray_PopupMenuEntry_String); }, - $signature: 311 + $signature: 314 }; A.PortalLinks_build_closure2.prototype = { call$1(value) { @@ -485684,7 +495387,7 @@ t4 = t1._change_notifier$_value.text.length !== 0 || t3.get$hasFocus() ? B.TextAlign_4 : B.TextAlign_2; t5 = t1._change_notifier$_value.text.length !== 0 || t3.get$hasFocus() ? A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, textColor, _null, _null), _null, new A.SearchText_build_closure(_this), _null, _null, _null, _null, _null) : A.Icon$(B.IconData_58727_MaterialIcons_null_false, textColor, _null, _null); t6 = t3.get$hasFocus() ? "" : _this.placeholder; - return A.Container$(_null, A.TextField$(false, B.List_empty0, false, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), t1, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, new A.EdgeInsets(8, 0, 8, 6), _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, t3, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", _null, new A.SearchText_build_closure0(_this), _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, _null, t4, B.TextAlignVertical_0, B.TextCapitalization_30, _null, _null, _null, _null), B.Clip_0, _null, _null, new A.BoxDecoration(color, _null, _null, t2, _null, _null, B.BoxShape_0), _null, 40, _null, new A.EdgeInsets(0, 0, 0, 2), B.EdgeInsets_8_0_0_0, _null, _null, _null); + return A.Container$(_null, A.TextField$(false, B.List_empty0, false, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), t1, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, new A.EdgeInsets(8, 0, 8, 6), _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t6, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, t3, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", _null, new A.SearchText_build_closure0(_this), _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, _null, t4, B.TextAlignVertical_0, B.TextCapitalization_30, _null, _null, _null, _null), B.Clip_0, _null, _null, new A.BoxDecoration(color, _null, _null, t2, _null, _null, B.BoxShape_0), _null, 40, _null, new A.EdgeInsets(0, 0, 0, 2), B.EdgeInsets_8_0_0_0, _null, _null, _null); } }; A.SearchText_build_closure.prototype = { @@ -485891,7 +495594,7 @@ call$1(phone) { return this.$this._sms_verification$_phone = phone.countryCode + phone.number; }, - $signature: 2620 + $signature: 2621 }; A._AccountSmsVerificationState_build_closure1.prototype = { call$1(value) { @@ -485905,7 +495608,7 @@ t1 = null; return t1; }, - $signature: 2621 + $signature: 2622 }; A._AccountSmsVerificationState_build_closure2.prototype = { call$0() { @@ -486062,7 +495765,7 @@ call$1(duration) { this.$this._sendCode$0(); }, - $signature: 11 + $signature: 12 }; A._UserSmsVerificationState__sendCode_closure.prototype = { call$0() { @@ -486206,14 +495909,14 @@ call$1(log) { return log.typeId !== 800; }, - $signature: 746 + $signature: 707 }; A._SystemLogViewerState_build_closure2.prototype = { call$2(index, isExpanded) { var t1 = this.$this; t1.setState$1(new A._SystemLogViewerState_build__closure(this._box_0, t1, index, isExpanded)); }, - $signature: 752 + $signature: 708 }; A._SystemLogViewerState_build__closure.prototype = { call$0() { @@ -486226,7 +495929,7 @@ call$1(systemLog) { return systemLog.eventId >= 20; }, - $signature: 746 + $signature: 707 }; A._SystemLogViewerState_build_closure1.prototype = { call$1(systemLog) { @@ -486250,7 +495953,7 @@ t2 = new A.SizedBox(_null, _null, _null, _null); return new A.ExpansionPanel(new A._SystemLogViewerState_build__closure0(t1, systemLog, this.localization, client), t2, t4 === true); }, - $signature: 2624 + $signature: 2625 }; A._SystemLogViewerState_build__closure0.prototype = { call$2(context, isExpanded) { @@ -486265,7 +495968,7 @@ t5 = !t5.get$isNew() ? " \u2022 " + t5.displayName : ""; return A.ListTile$(false, _null, _null, _null, true, _null, _null, true, _null, t2, _null, _null, new A._SystemLogViewerState_build___closure(_this.$this, t1), false, _null, _null, _null, A.Text$(t3 + t5 + "\n" + A.formatDate(A.convertTimestampToDateString(t1.createdAt), context, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t4, _null, _null); }, - $signature: 2625 + $signature: 2626 }; A._SystemLogViewerState_build___closure.prototype = { call$0() { @@ -486514,20 +496217,20 @@ } return B.DataCell_mS8; }, - $signature: 2626 + $signature: 2627 }; A.AppPaginatedDataTableState__getRows_closure.prototype = { call$0() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 2627 + $signature: 2628 }; A.AppPaginatedDataTableState_build_closure.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 166 + $signature: 191 }; A.AppPaginatedDataTableState_build_closure0.prototype = { call$2(context, constraints) { @@ -486541,7 +496244,7 @@ t5 = t3._selectedRowCount > 0 ? t5.titleMedium.copyWith$1$color(t4.colorScheme.secondary) : t5.titleLarge.copyWith$1$fontWeight(B.FontWeight_3_400); t3 = t3._selectedRowCount > 0 ? t4.secondaryHeaderColor : _null; t5 = A.DefaultTextStyle$(A.IconTheme_merge(A.Ink$(new A.Padding(B.EdgeInsetsDirectional_24_0_14_0, A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_1, B.MainAxisSize_1, _null), _null), t3, _null, 64), B.IconThemeData_43h), _null, _null, B.TextOverflow_0, true, t5, _null, _null, B.TextWidthBasis_0); - t1.push(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t5, _null)); + t1.push(new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), true, false, false, false, t5, _null)); } t2 = _this.$this; t3 = t2.__AppPaginatedDataTableState__controller_A; @@ -486562,7 +496265,7 @@ t1.push(A.DefaultTextStyle$(A.IconTheme_merge(new A.SizedBox(_null, 56, A.SingleChildScrollView$(A.Row$(_this.footerWidgets, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, _null, true, B.Axis_0), _null), B.IconThemeData_43h), _null, _null, B.TextOverflow_0, true, t3, _null, _null, B.TextWidthBasis_0)); return A.Column$(t1, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 2629 + $signature: 2630 }; A.EntityDataTableSource.prototype = { get$selectedRowCount() { @@ -486676,7 +496379,7 @@ A.handleEntitiesActions(A._setArrayType([this.entity], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.EntityDataTableSource_getRow_closure3.prototype = { call$0() { @@ -486693,7 +496396,7 @@ t5 = this.entity; return A.DataCell$(new A.ConstrainedBox(new A.BoxConstraints(t4, t3, 0, 1 / 0), t2, null), new A.EntityDataTableSource_getRow__closure(t5), new A.EntityDataTableSource_getRow__closure0(t1, t5)); }, - $signature: 2630 + $signature: 2631 }; A.EntityDataTableSource_getRow__closure0.prototype = { call$0() { @@ -486904,13 +496607,13 @@ call$1(entity) { return A.selectEntity(entity, false, false); }, - $signature: 158 + $signature: 153 }; A._EntityListState_build_closure.prototype = { call$1(duration) { A.viewEntityById(false, this.entityId, this.entityType, null, false, true); }, - $signature: 11 + $signature: 12 }; A._EntityListState_build_closure6.prototype = { call$0() { @@ -487015,7 +496718,7 @@ return A.Column$(t1, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } }, - $signature: 2631 + $signature: 2632 }; A._EntityListState_build__closure.prototype = { call$1(_) { @@ -487044,7 +496747,7 @@ var _null = null; return index === 0 || index === J.get$length$asx(this.entityList) ? new A.SizedBox(_null, _null, _null, _null) : new A.ListDivider(_null); }, - $signature: 102 + $signature: 104 }; A._EntityListState_build__closure1.prototype = { call$2(context, index) { @@ -487054,7 +496757,7 @@ else return this.$this._widget.itemBuilder$2(context, index - 1); }, - $signature: 102 + $signature: 104 }; A._EntityListState_build__closure3.prototype = { call$1(_) { @@ -487093,7 +496796,7 @@ call$1(entityId) { return type$.BaseEntity._as(this.entityMap._map$_map.$index(0, entityId)); }, - $signature: 756 + $signature: 710 }; A._EntityListState_build___closure0.prototype = { call$1(invoice) { @@ -487102,7 +496805,7 @@ t1 = t2 != null && B.JSArray_methods.contains$1(t2._list$_list, t1); return this.value !== t1; }, - $signature: 212 + $signature: 234 }; A._EntityListState_build__closure5.prototype = { call$1(field) { @@ -487115,13 +496818,13 @@ } return new A.DataColumn(A.Container$(_null, A.Text$(label, _null, _null, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, new A._EntityListState_build___closure1(_this.$this, field)); }, - $signature: 2633 + $signature: 2634 }; A._EntityListState_build___closure1.prototype = { call$2(columnIndex, ascending) { this.$this._widget.onSortColumn$1(this.field); }, - $signature: 752 + $signature: 708 }; A._EntityListState_build__closure6.prototype = { call$1(row) { @@ -487132,7 +496835,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdateLastHistory(t1)); }, - $signature: 73 + $signature: 75 }; A._EntityListState_build__closure7.prototype = { call$1(value) { @@ -487142,13 +496845,13 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 776 + $signature: 859 }; A._EntityListState_build_closure0.prototype = { call$1(entityId) { return type$.BaseEntity._as(this.entityMap._map$_map.$index(0, entityId)); }, - $signature: 2634 + $signature: 2635 }; A._EntityListState_build_closure7.prototype = { call$0() { @@ -487169,7 +496872,7 @@ call$1(entityId) { return type$.BaseEntity._as(this.entityMap._map$_map.$index(0, entityId)); }, - $signature: 756 + $signature: 710 }; A._EntityListState_build_closure2.prototype = { call$1(action) { @@ -487179,7 +496882,7 @@ t2.toString; return A.OutlinedButton$(new A.IconText(t2.lookup$1(action.toString$0(0)), t1, _null, _null, false, _null), _null, new A._EntityListState_build__closure12(this.$this, this.entities, action), _null); }, - $signature: 480 + $signature: 457 }; A._EntityListState_build__closure12.prototype = { call$0() { @@ -487203,14 +496906,14 @@ t1 = A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, (t4 ? t2.enableDarkModeSystem : t3 === "dark") ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([t1, new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, (t4 ? t2.enableDarkModeSystem : t3 === "dark") ? B.Color_4294967295 : B.Color_4278190080, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A._EntityListState_build__closure10(_this.actions, remaining), new A._EntityListState_build__closure11(_this.$this, _this.entities), B.EdgeInsets_8_8_8_8, _null, type$.EntityAction); }, - $signature: 479 + $signature: 460 }; A._EntityListState_build__closure11.prototype = { call$1(action) { A.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 313 + $signature: 347 }; A._EntityListState_build__closure10.prototype = { call$1(context) { @@ -487220,7 +496923,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem>"); return A.List_List$of(new A.MappedListIterable(t1, new A._EntityListState_build___closure2(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 478 + $signature: 475 }; A._EntityListState_build___closure2.prototype = { call$1(action) { @@ -487231,7 +496934,7 @@ t1.toString; return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction); }, - $signature: 477 + $signature: 476 }; A._EntityListState_build_closure5.prototype = { call$1(context) { @@ -487260,19 +496963,19 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 18 + $signature: 19 }; A._EntityListState_build__closure9.prototype = { call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 97 + $signature: 103 }; A._EntityListState_build_closure4.prototype = { call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 50 + $signature: 53 }; A.UpgradeDialog.prototype = { createState$0() { @@ -487578,7 +497281,7 @@ call$1(purchaseDetailsList) { this.$this._listenToPurchaseUpdated$1(purchaseDetailsList); }, - $signature: 2637 + $signature: 2638 }; A._UpgradeDialogState_initState_closure0.prototype = { call$0() { @@ -487659,13 +497362,13 @@ $.InAppPurchasePlatform____instance._readField$0().completePurchase$1(purchase); return new A.MapEntry(purchase.productID, purchase, type$.MapEntry_String_PurchaseDetails); }, - $signature: 2638 + $signature: 2639 }; A._UpgradeDialogState__buildProductList_closure0.prototype = { call$2(p1, p2) { return B.JSNumber_methods.compareTo$1(p1.rawPrice, p2.rawPrice); }, - $signature: 2639 + $signature: 2640 }; A._UpgradeDialogState__buildProductList_closure1.prototype = { call$1(productDetails) { @@ -487694,7 +497397,7 @@ t4 = productDetails.price; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, A.Column$(A._setArrayType([new A.SizedBox(_null, 4, _null, _null), A.TextButton$(false, A.Text$(t4, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._UpgradeDialogState__buildProductList__closure(t3, previousPurchase, productDetails, this.account), t2), new A.SizedBox(_null, 20, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, t1, _null, _null); }, - $signature: 2640 + $signature: 2641 }; A._UpgradeDialogState__buildProductList__closure.prototype = { call$0() { @@ -487878,19 +497581,19 @@ call$1(field) { return "client." + field; }, - $signature: 30 + $signature: 31 }; A._VariablesHelpState_build_closure0.prototype = { call$1(field) { return "contact." + field; }, - $signature: 30 + $signature: 31 }; A._VariablesHelpState_build_closure1.prototype = { call$1(field) { return "company." + field; }, - $signature: 30 + $signature: 31 }; A._VariableGrid.prototype = { build$1(context) { @@ -487902,7 +497605,7 @@ call$2(a, b) { return B.JSString_methods.compareTo$1(a, b); }, - $signature: 25 + $signature: 26 }; A._VariableGrid_build_closure0.prototype = { call$2(context, constraints) { @@ -487910,14 +497613,14 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TextButton>"); return A.GridView$count((constraints.maxWidth / 2 - 8) / 50, A.List_List$of(new A.MappedListIterable(t1, new A._VariableGrid_build__closure(context), t2), true, t2._eval$1("ListIterable.E")), 2, 0, 0, new A.EdgeInsets(6, 6, 6, 6), null, true, true); }, - $signature: 352 + $signature: 433 }; A._VariableGrid_build__closure.prototype = { call$1(field) { var _null = null; return A.TextButton$(false, new A.Align(B.Alignment_m1_0, _null, _null, A.Text$("$" + field, _null, 1, B.TextOverflow_2, _null, _null, _null, B.TextAlign_4, _null, _null), _null), _null, _null, new A._VariableGrid_build___closure(field, this.context), _null); }, - $signature: 2641 + $signature: 2642 }; A._VariableGrid_build___closure.prototype = { call$0() { @@ -488042,7 +497745,7 @@ t1 = new A.BlankScreen(t1, _null); } else t1 = _this.body; - return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(t9, t5.cardColor, A.SafeArea$(true, t1, B.EdgeInsets_0_0_0_0, true), _null, _null, _null, _null, _null), true, _null), new A.ViewScaffold_build_closure6(), _null); + return A.FocusTraversalGroup$(A.Scaffold$(t9, t5.cardColor, A.SafeArea$(true, t1, B.EdgeInsets_0_0_0_0, true), _null, _null, _null, _null, _null), true, _null); }, get$body(receiver) { return this.body; @@ -488084,31 +497787,6 @@ }, $signature: 0 }; - A.ViewScaffold_build_closure6.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$returnValue = true; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); - }, - $signature: 44 - }; A.ViewScaffold_build_closure3.prototype = { call$0() { var t1 = this.$this.onBackPressed; @@ -488140,7 +497818,7 @@ t1.toString; return new A.AppTextButton(t1, isDisabled ? _null : new A.ViewScaffold_build__closure(this.$this), true, _null, _null); }, - $signature: 343 + $signature: 360 }; A.ViewScaffold_build__closure.prototype = { call$0() { @@ -488153,7 +497831,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_BaseEntity), action, true); return null; }, - $signature: 71 + $signature: 74 }; A.WebSessionTimeout.prototype = { createState$0() { @@ -488196,7 +497874,7 @@ t1[0].call$1(new A.UserLogout()); } }, - $signature: 222 + $signature: 229 }; A.WebSocketRefresh.prototype = { createState$0() { @@ -488247,14 +497925,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadStateRequest(this.context)); }, - $signature: 308 + $signature: 272 }; A.InitScreen_build_closure.prototype = { call$2(context, store) { var _null = null; return A.Container$(_null, A.Column$(A._setArrayType([A.Expanded$(A.Center$(A.Image$asset("assets/images/icon.png", _null, _null, _null), _null, _null), 1), new A.SizedBox(_null, 4, A.LinearProgressIndicator$(), _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2643 + $signature: 2644 }; A.LockScreen.prototype = { build$1(context) { @@ -488280,8 +497958,8 @@ }; A.LoginView.prototype = { createState$0() { - var _null = null; - return new A._LoginState(new A.LabeledGlobalKey("_login", type$.LabeledGlobalKey_FormState), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.RoundedLoadingButtonController(A.BehaviorSubject_BehaviorSubject$seeded(B.ButtonState_0, type$.ButtonState)), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._LoginState(new A.LabeledGlobalKey("_login", type$.LabeledGlobalKey_FormState), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.RoundedLoadingButtonController(A.BehaviorSubject_BehaviorSubject$seeded(B.ButtonState_0, type$.ButtonState)), B._StateLifecycle_0); } }; A._LoginState.prototype = { @@ -488354,7 +498032,7 @@ _this._submitLoginForm$0(); }, _submitSignUpForm$0() { - var viewModel, url, t2, completer, _this = this, + var viewModel, url, t2, completer, _this = this, _null = null, isValid = _this._login_view$_formKey.get$currentState().validate$0(), t1 = _this._framework$_element; t1.toString; @@ -488385,7 +498063,7 @@ t2.call$0(); t2 = _this._framework$_element; t2.toString; - A.showDialog(null, B.Color_2315255808, true, new A._LoginState__submitSignUpForm_closure0(_this, t1), t2, null, true, type$.AlertDialog); + A.showDialog(_null, _null, true, _null, new A._LoginState__submitSignUpForm_closure0(_this, t1), t2, _null, true, type$.AlertDialog); return; } t1 = new A._Future($.Zone__current, type$._Future_Null); @@ -488412,7 +498090,7 @@ } }, _submitLoginForm$0() { - var t1, completer, url, t2, t3, t4, _this = this, + var t1, completer, url, t2, t3, t4, _this = this, _null = null, isValid = _this._login_view$_formKey.get$currentState().validate$0(), viewModel = _this._widget.viewModel; _this.setState$1(new A._LoginState__submitLoginForm_closure(_this)); @@ -488436,7 +498114,7 @@ _this._recoverPassword = _this._disable2FA = false; t1 = _this._framework$_element; t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A._LoginState__submitLoginForm_closure2(_this), t1, null, true, type$.void); + A.showDialog(_null, _null, true, _null, new A._LoginState__submitLoginForm_closure2(_this), t1, _null, true, type$.void); } else { t1 = _this._framework$_element; t1.toString; @@ -488634,7 +498312,7 @@ t13 = J.$index$asx(t13, "terms_of_service"); t13.toString; t14 = type$.JSArray_TextSpan; - t9 = A.CheckboxListTile$(t8, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure8(_this), A.RichText$(_null, _null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([t12, A.LinkTextSpan$(linkStyle, t13, "https://www.invoiceninja.com/terms")], t14), _null, _null, _null), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0), t9); + t9 = A.CheckboxListTile$(t8, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure8(_this), A.RichText$(_null, _null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([t12, A.LinkTextSpan$(linkStyle, t13, "https://www.invoiceninja.com/terms")], t14), _null, _null, _null), B.TextAlign_4, _null, _null, B._LinearTextScaler_1, B.TextWidthBasis_0), t9); t13 = A.convertHexStringToColor(_s7_); t12 = _this._privacyChecked; t8 = t10.$index(0, t11); @@ -488646,7 +498324,7 @@ t11.toString; t11 = J.$index$asx(t11, "privacy_policy"); t11.toString; - t7.push(new A.Padding(new A.EdgeInsets(0, 10, 0, 0), A.Column$(A._setArrayType([t9, A.CheckboxListTile$(t13, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure9(_this), A.RichText$(_null, _null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([t8, A.LinkTextSpan$(linkStyle, t11, string$.https_w)], t14), _null, _null, _null), B.TextAlign_4, _null, _null, 1, B.TextWidthBasis_0), t12)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)); + t7.push(new A.Padding(new A.EdgeInsets(0, 10, 0, 0), A.Column$(A._setArrayType([t9, A.CheckboxListTile$(t13, _null, B.ListTileControlAffinity_0, _null, _null, new A._LoginState_build_closure9(_this), A.RichText$(_null, _null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([t8, A.LinkTextSpan$(linkStyle, t11, string$.https_w)], t14), _null, _null, _null), B.TextAlign_4, _null, _null, B._LinearTextScaler_1, B.TextWidthBasis_0), t12)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)); } t6.push(new A.Padding(new A.EdgeInsets(horizontalPadding, 0, horizontalPadding, 0), A.Column$(t7, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null)); t6 = A._setArrayType([A.Column$(t6, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t2); @@ -488942,7 +498620,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState__submitSignUpForm__closure0(t1)); }, - $signature: 34 + $signature: 35 }; A._LoginState__submitSignUpForm__closure0.prototype = { call$0() { @@ -488978,11 +498656,11 @@ var t1 = this.$this; t1.setState$1(new A._LoginState__submitLoginForm__closure0(t1)); }, - $signature: 34 + $signature: 35 }; A._LoginState__submitLoginForm__closure0.prototype = { call$0() { - var t2, + var t2, _null = null, t1 = this.$this; t1._loginError = ""; if (t1._recoverPassword) { @@ -488992,7 +498670,7 @@ t2.call$0(); t1 = t1._framework$_element; t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A._LoginState__submitLoginForm___closure(), t1, null, true, type$.MessageDialog); + A.showDialog(_null, _null, true, _null, new A._LoginState__submitLoginForm___closure(), t1, _null, true, type$.MessageDialog); } }, $signature: 0 @@ -489008,7 +498686,7 @@ t1.toString; return new A.MessageDialog(t1, _null, _null, _null, _null, _null); }, - $signature: 438 + $signature: 362 }; A._LoginState__submitLoginForm_closure1.prototype = { call$1(error) { @@ -489031,7 +498709,7 @@ call$1(context) { return new A.UserSmsVerification(false, B.JSString_methods.trim$0(this.$this._login_view$_emailController._change_notifier$_value.text), null); }, - $signature: 432 + $signature: 351 }; A._LoginState_build_closure0.prototype = { call$0() { @@ -489064,7 +498742,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure6(t1, index)); }, - $signature: 160 + $signature: 156 }; A._LoginState_build__closure6.prototype = { call$0() { @@ -489083,7 +498761,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure5(t1, index)); }, - $signature: 160 + $signature: 156 }; A._LoginState_build__closure5.prototype = { call$0() { @@ -489105,7 +498783,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._LoginState_build_closure5.prototype = { call$1(_) { @@ -489251,7 +498929,7 @@ call$2(context, viewModel) { return new A.LoginView(viewModel, null); }, - $signature: 2644 + $signature: 2645 }; A.LoginVM.prototype = {}; A.LoginVM_fromStore__handleLogin.prototype = { @@ -489270,7 +498948,7 @@ call$1$context(context) { return this.call$2$context$isSignUp(context, false); }, - $signature: 2645 + $signature: 2646 }; A.LoginVM_fromStore__handleLogin_closure.prototype = { call$1(duration) { @@ -489291,7 +498969,7 @@ t1[0].call$1(new A.ViewMainScreen()); } }, - $signature: 11 + $signature: 12 }; A.LoginVM_fromStore__formatApiUrl.prototype = { call$1(url) { @@ -489302,7 +498980,7 @@ url = "https://" + url; return A.formatApiUrl(url); }, - $signature: 30 + $signature: 31 }; A.LoginVM_fromStore_closure3.prototype = { call$5$oneTimePassword$secret$url(context, completer, oneTimePassword, secret, url) { @@ -489376,7 +499054,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 460 + $signature: 453 }; A.LoginVM_fromStore__closure6.prototype = { call$2(idToken, accessToken) { @@ -489403,13 +499081,13 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure2(_this._handleLogin, t3), type$.Null); } }, - $signature: 185 + $signature: 170 }; A.LoginVM_fromStore___closure2.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 34 + $signature: 35 }; A.LoginVM_fromStore_closure4.prototype = { call$3(context, completer, url) { @@ -489480,7 +499158,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 459 + $signature: 603 }; A.LoginVM_fromStore__closure5.prototype = { call$2(idToken, accessToken) { @@ -489504,13 +499182,13 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure1(_this._handleLogin, t3), type$.Null); } }, - $signature: 185 + $signature: 170 }; A.LoginVM_fromStore___closure1.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 34 + $signature: 35 }; A.LoginVM_fromStore_closure5.prototype = { call$5$oneTimePassword$secret$url(context, completer, oneTimePassword, secret, url) { @@ -489543,7 +499221,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 460 + $signature: 453 }; A.LoginVM_fromStore__closure3.prototype = { call$2(idToken, accessToken) { @@ -489558,13 +499236,13 @@ t6[0].call$1(new A.OAuthLoginRequest(t1, null, idToken, accessToken, t2, t3, t5, "microsoft", null)); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure0(_this._handleLogin, t4), type$.Null); }, - $signature: 185 + $signature: 170 }; A.LoginVM_fromStore___closure0.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 34 + $signature: 35 }; A.LoginVM_fromStore__closure4.prototype = { call$1(error) { @@ -489600,7 +499278,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 459 + $signature: 603 }; A.LoginVM_fromStore__closure1.prototype = { call$2(idToken, accessToken) { @@ -489611,13 +499289,13 @@ t2[0].call$1(new A.OAuthSignUpRequest(t1, idToken, _this.url, accessToken, "microsoft", null, null)); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure(_this._handleLogin, _this.context), type$.Null); }, - $signature: 185 + $signature: 170 }; A.LoginVM_fromStore___closure.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 34 + $signature: 35 }; A.LoginVM_fromStore__closure2.prototype = { call$1(error) { @@ -489694,13 +499372,13 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 460 + $signature: 453 }; A.LoginVM_fromStore__closure0.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 34 + $signature: 35 }; A.LoginVM_fromStore_closure8.prototype = { call$3(context, completer, url) { @@ -489762,13 +499440,13 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 459 + $signature: 603 }; A.LoginVM_fromStore__closure.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 34 + $signature: 35 }; A.LoginVM_fromStore_closure1.prototype = { call$4$email$password(context, completer, email, password) { @@ -489806,13 +499484,13 @@ }); return A._asyncStartSync($async$call$4$email$password, $async$completer); }, - $signature: 2649 + $signature: 2650 }; A.LoginVM_fromStore__closure7.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 34 + $signature: 35 }; A.LoginVM_fromStore_closure0.prototype = { call$5$email$secret$url(context, completer, email, secret, url) { @@ -489850,7 +499528,7 @@ }); return A._asyncStartSync($async$call$5$email$secret$url, $async$completer); }, - $signature: 2650 + $signature: 2651 }; A.LoginVM_fromStore_closure.prototype = { call$7$email$oneTimePassword$password$secret$url(context, completer, email, oneTimePassword, password, secret, url) { @@ -489892,13 +499570,13 @@ }); return A._asyncStartSync($async$call$7$email$oneTimePassword$password$secret$url, $async$completer); }, - $signature: 2651 + $signature: 2652 }; A.LoginVM_fromStore__closure8.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 34 + $signature: 35 }; A.LoginVM_fromStore_closure2.prototype = { call$3$token(context, completer, token) { @@ -489920,7 +499598,7 @@ case 2: // returning from await. prefs = $async$result; - t1 = B.C_Utf8Codec.get$encoder().convert$1(token); + t1 = B.C_Utf8Encoder.convert$1(token); prefs._setValue$3("String", "checksum", B.C_Base64Codec.get$encoder().convert$1(t1)); prefs._setValue$3("String", "url", "https://invoicing.co"); // implicit return @@ -489929,7 +499607,7 @@ }); return A._asyncStartSync($async$call$3$token, $async$completer); }, - $signature: 2652 + $signature: 2653 }; A.BankAccountListItem.prototype = { build$1(context) { @@ -490002,7 +499680,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.bankAccountList, B.EntityType_bankAccount, new A.BankAccountListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.BankAccountPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2653 + $signature: 2654 }; A.BankAccountListBuilder_build__closure.prototype = { call$2(context, index) { @@ -490019,7 +499697,7 @@ t2 = false; return new A.BankAccountListItem(t3.user, t1, t2, null); }, - $signature: 2654 + $signature: 2655 }; A.BankAccountListVM.prototype = {}; A.BankAccountListVM_fromStore__handleRefresh.prototype = { @@ -490042,13 +499720,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.BankAccountListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.BankAccountListVM_fromStore_closure0.prototype = { call$1(field) { @@ -490164,7 +499842,7 @@ t6 = type$.JSArray_String; t3 = A.List_List$of(A._setArrayType([], t6), true, type$.String); B.JSArray_methods.addAll$1(t3, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t6)); - t3 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t6), B.EntityType_bankAccount, false, B.List_empty27, new A.BankAccountScreen_build_closure4(store), new A.BankAccountScreen_build_closure5(store), new A.BankAccountScreen_build_closure6(store), new A.BankAccountScreen_build_closure7(store), new A.BankAccountScreen_build_closure8(store), new A.BankAccountScreen_build_closure9(store), new A.BankAccountScreen_build_closure10(store), _null, A._setArrayType(["name", "type", "balance"], t6), B.List_empty28, t3); + t3 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t6), B.EntityType_bankAccount, false, B.List_empty28, new A.BankAccountScreen_build_closure4(store), new A.BankAccountScreen_build_closure5(store), new A.BankAccountScreen_build_closure6(store), new A.BankAccountScreen_build_closure7(store), new A.BankAccountScreen_build_closure8(store), new A.BankAccountScreen_build_closure9(store), new A.BankAccountScreen_build_closure10(store), _null, A._setArrayType(["name", "type", "balance"], t6), B.List_empty29, t3); t1 = t1.prefState; t1 = t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null), "bank_account_fab", false, new A.BankAccountScreen_build_closure11(context), t2.get$newBankAccount()) : _null; return A.ListScaffold$(_null, B.List_empty20, new A.ListFilter(B.EntityType_bankAccount, t4.filter, new A.BankAccountScreen_build_closure12(store), this.viewModel.bankAccountList, _null, _null, new A.BankAccountScreen_build_closure13(store), new A.ValueKey("__filter_" + t4.filterClearedAt + "__", type$.ValueKey_String)), t5, t3, B.EntityType_bankAccount, t1, 0, _null, new A.BankAccountScreen_build_closure14(store), new A.BankAccountScreen_build_closure15(store)); @@ -490202,7 +499880,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterBankAccounts(value)); }, - $signature: 26 + $signature: 28 }; A.BankAccountScreen_build_closure13.prototype = { call$2(state, value) { @@ -490210,7 +499888,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterBankAccountsByState(state)); }, - $signature: 65 + $signature: 67 }; A.BankAccountScreen_build_closure14.prototype = { call$0() { @@ -490273,7 +499951,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortBankAccounts(value)); }, - $signature: 38 + $signature: 40 }; A.BankAccountScreen_build_closure10.prototype = { call$2(state, value) { @@ -490281,7 +499959,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterBankAccountsByState(state)); }, - $signature: 62 + $signature: 64 }; A.BankAccountScreen_build_closure4.prototype = { call$0() { @@ -490348,7 +500026,7 @@ call$2(context, vm) { return new A.BankAccountScreen(vm, null); }, - $signature: 2657 + $signature: 2658 }; A.BankAccountScreenVM.prototype = {}; A.BankAccountScreenVM_fromStore_closure.prototype = { @@ -490392,7 +500070,8 @@ }; A.BankAccountEdit.prototype = { createState$0() { - return new A._BankAccountEditState(A.FocusScopeNode$(true, null, false), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = A.FocusScopeNode$(true, null, false); + return new A._BankAccountEditState(t1, new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A._BankAccountEditState.prototype = { @@ -490500,7 +500179,7 @@ b.get$_bank_account_model$_$this()._bank_account_model$_name = t1; return b; }, - $signature: 252 + $signature: 266 }; A._BankAccountEditState__onChanged_closure0.prototype = { call$0() { @@ -490512,7 +500191,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._BankAccountEditState_build_closure4.prototype = { call$1(_) { @@ -490532,7 +500211,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._BankAccountEditState_build_closure.prototype = { call$1(_) { @@ -490544,14 +500223,14 @@ call$2(date, _) { return this.viewModel.onChanged.call$1(this.bankAccount.rebuild$1(new A._BankAccountEditState_build__closure0(date))); }, - $signature: 307 + $signature: 294 }; A._BankAccountEditState_build__closure0.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._fromDate = this.date; return b; }, - $signature: 252 + $signature: 266 }; A._BankAccountEditState_build_closure2.prototype = { call$1(value) { @@ -490564,7 +500243,7 @@ b.get$_bank_account_model$_$this()._autoSync = this.value; return b; }, - $signature: 252 + $signature: 266 }; A.BankAccountEditScreen.prototype = { build$1(context) { @@ -490576,13 +500255,13 @@ call$1(store) { return A.BankAccountEditVM_BankAccountEditVM$fromStore(store); }, - $signature: 2659 + $signature: 2660 }; A.BankAccountEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.BankAccountEdit(vm, new A.ValueKey(vm.bankAccount.id, type$.ValueKey_String)); }, - $signature: 2660 + $signature: 2661 }; A.BankAccountEditVM.prototype = { get$company() { @@ -490598,7 +500277,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateBankAccount(bankAccount)); }, - $signature: 435 + $signature: 369 }; A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -490639,7 +500318,7 @@ t4[0].call$1(new A.SaveBankAccountRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_BankAccountEntity), bankAccount)); return t2.then$1$1(0, new A.BankAccountEditVM_BankAccountEditVM$fromStore___closure(bankAccount, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.BankAccountEditVM_BankAccountEditVM$fromStore___closure.prototype = { call$1(savedBankAccount) { @@ -490688,14 +500367,15 @@ } else A.viewEntity(false, savedBankAccount, null, false); }, - $signature: 435 + $signature: 369 }; A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.BankAccountEditVM_BankAccountEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.BankAccountEditVM_BankAccountEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -490797,13 +500477,13 @@ call$1(store) { return A.BankAccountViewVM_BankAccountViewVM$fromStore(store); }, - $signature: 2661 + $signature: 2662 }; A.BankAccountViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.BankAccountView(vm, this.$this.isFilter, null); }, - $signature: 2662 + $signature: 2663 }; A.BankAccountViewVM.prototype = { get$bankAccount() { @@ -490906,7 +500586,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.ClientListItem_build__closure2.prototype = { call$0() { @@ -490933,7 +500613,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.client], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.ClientListItem_build__closure5.prototype = { call$0() { @@ -490965,7 +500645,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.clientList, B.EntityType_client, new A.ClientListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ClientPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2664 + $signature: 2665 }; A.ClientListBuilder_build__closure.prototype = { call$2(context, index) { @@ -490983,7 +500663,7 @@ t3 = false; return new A.ClientListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 2665 + $signature: 2666 }; A.ClientListVM.prototype = {}; A.ClientListVM_fromStore__handleRefresh.prototype = { @@ -491006,13 +500686,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ClientListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ClientListVM_fromStore_closure0.prototype = { call$1(field) { @@ -491174,7 +500854,7 @@ t2 = A.AppBar$(t3, _null, t7.appLayout === B.AppLayout_mobile, _null, _null, 1, false, _null, _null, false, _null, false, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, t8, _null, _null, _null, 1, _null); t1 = A.StoreProvider_of(context, t1).__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t3 = A._setArrayType([t1.prefState.appLayout === B.AppLayout_desktop ? A.Row$(A._setArrayType([datePicker, new A.SizedBox(16, _null, _null, _null), statusPicker, new A.SizedBox(16, _null, _null, _null), sectionPicker], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null) : A.Column$(A._setArrayType([A.Row$(A._setArrayType([datePicker, new A.SizedBox(16, _null, _null, _null), statusPicker], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), A.Row$(A._setArrayType([sectionPicker], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t4); + t3 = A._setArrayType([t1.prefState.appLayout === B.AppLayout_desktop ? A.Row$(A._setArrayType([datePicker, new A.SizedBox(16, _null, _null, _null), statusPicker, new A.SizedBox(16, _null, _null, _null), sectionPicker], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null) : A.Column$(A._setArrayType([A.Row$(A._setArrayType([datePicker, new A.SizedBox(16, _null, _null, _null), statusPicker], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 12, _null, _null), A.Row$(A._setArrayType([sectionPicker], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t4); if (_this._client_pdf$_dateRange === B.DateRange_custom) { t1 = t5.$index(0, t6); t1.toString; @@ -491221,7 +500901,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_loadPDF__closure1(t1, this.sendEmail, response, this.localization)); }, - $signature: 2666 + $signature: 2667 }; A._ClientPdfViewState_loadPDF__closure1.prototype = { call$0() { @@ -491251,12 +500931,13 @@ }; A._ClientPdfViewState_loadPDF_closure1.prototype = { call$1(error) { - var t1 = this.$this; + var _null = null, + t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_loadPDF__closure(t1)); t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A._ClientPdfViewState_loadPDF__closure0(error), t1, null, true, type$.void); + A.showDialog(_null, _null, true, _null, new A._ClientPdfViewState_loadPDF__closure0(error), t1, _null, true, type$.void); }, $signature: 3 }; @@ -491291,14 +500972,14 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 253 + $signature: 255 }; A._ClientPdfViewState_build_closure0.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 306 + $signature: 293 }; A._ClientPdfViewState_build_closure3.prototype = { call$1(value) { @@ -491319,7 +501000,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.String); }, - $signature: 40 + $signature: 41 }; A._ClientPdfViewState_build_closure5.prototype = { call$1(selected) { @@ -491330,14 +501011,14 @@ t2[0].call$1(t1); this.$this.loadPDF$0(); }, - $signature: 470 + $signature: 600 }; A._ClientPdfViewState_build_closure4.prototype = { call$1(option) { var _null = null; return A.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 14, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); }, - $signature: 469 + $signature: 601 }; A._ClientPdfViewState_build_closure6.prototype = { call$0() { @@ -491362,7 +501043,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A._ClientPdfViewState_build_closure7.prototype = { call$0() { @@ -491403,7 +501084,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A._ClientPdfViewState_build__closure3.prototype = { call$0() { @@ -491417,7 +501098,7 @@ call$1(_) { return this.$this.loadPDF$1$sendEmail(true); }, - $signature: 95 + $signature: 99 }; A._ClientPdfViewState_build_closure8.prototype = { call$0() { @@ -491485,7 +501166,7 @@ t5.get$_schedule_model$_$this()._dateRange = t1; return b; }, - $signature: 82 + $signature: 88 }; A._ClientPdfViewState_build_closure9.prototype = { call$0() { @@ -491498,7 +501179,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure0(t1, value)); }, - $signature: 47 + $signature: 49 }; A._ClientPdfViewState_build__closure0.prototype = { call$0() { @@ -491511,7 +501192,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure(t1, value)); }, - $signature: 47 + $signature: 49 }; A._ClientPdfViewState_build__closure.prototype = { call$0() { @@ -491529,7 +501210,7 @@ call$1(format) { return this.$this._client_pdf$_response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.ClientPdfScreen.prototype = { build$1(context) { @@ -491547,13 +501228,13 @@ t3.toString; return new A.ClientPdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].clientState.$get$1(0, t3)); }, - $signature: 2669 + $signature: 2670 }; A.ClientPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientPdfView(vm, true, new A.ValueKey("__client_pdf_" + vm.client.id + "__", type$.ValueKey_String)); }, - $signature: 2670 + $signature: 2671 }; A.ClientPdfVM.prototype = {}; A.ClientPresenter.prototype = { @@ -491672,13 +501353,13 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.client.get$primaryContact().email, 0, null)); }, - $signature: 44 + $signature: 71 }; A.ClientPresenter_getField_closure0.prototype = { call$1(contact) { return contact.get$fullName(); }, - $signature: 2671 + $signature: 2672 }; A.ClientScreen.prototype = { build$1(context) { @@ -491724,7 +501405,7 @@ B.JSArray_methods.addAll$1(t6, A._setArrayType(["tax_exempt", "classification"], t5)); t7 = A._setArrayType(["number", "name", "balance", "paid_to_date", "contact_name", "contact_email", "last_login_at"], t5); t5 = A._setArrayType(["name", "number", "balance", "updated_at"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("client1", true), company.getCustomFieldValues$2$excludeBlank("client2", true), company.getCustomFieldValues$2$excludeBlank("client3", true), company.getCustomFieldValues$2$excludeBlank("client4", true), t7, B.EntityType_client, false, B.List_empty27, new A.ClientScreen_build_closure(store), new A.ClientScreen_build_closure0(store), new A.ClientScreen_build_closure1(store), new A.ClientScreen_build_closure2(store), new A.ClientScreen_build_closure3(store), new A.ClientScreen_build_closure4(store), new A.ClientScreen_build_closure5(store), _null, t5, B.List_empty28, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("client1", true), company.getCustomFieldValues$2$excludeBlank("client2", true), company.getCustomFieldValues$2$excludeBlank("client3", true), company.getCustomFieldValues$2$excludeBlank("client4", true), t7, B.EntityType_client, false, B.List_empty28, new A.ClientScreen_build_closure(store), new A.ClientScreen_build_closure0(store), new A.ClientScreen_build_closure1(store), new A.ClientScreen_build_closure2(store), new A.ClientScreen_build_closure3(store), new A.ClientScreen_build_closure4(store), new A.ClientScreen_build_closure5(store), _null, t5, B.List_empty29, t6); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_client)) { t1 = A.Theme_of(context); @@ -491755,7 +501436,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterClients(value)); }, - $signature: 26 + $signature: 28 }; A.ClientScreen_build_closure8.prototype = { call$2(state, value) { @@ -491763,7 +501444,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterClientsByState(state)); }, - $signature: 65 + $signature: 67 }; A.ClientScreen_build_closure9.prototype = { call$0() { @@ -491788,7 +501469,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortClients(value)); }, - $signature: 38 + $signature: 40 }; A.ClientScreen_build_closure5.prototype = { call$2(state, value) { @@ -491796,7 +501477,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterClientsByState(state)); }, - $signature: 62 + $signature: 64 }; A.ClientScreen_build_closure.prototype = { call$0() { @@ -491863,7 +501544,7 @@ call$2(context, vm) { return new A.ClientScreen(vm, null); }, - $signature: 2672 + $signature: 2673 }; A.ClientScreenVM.prototype = {}; A.ClientEdit.prototype = { @@ -491957,7 +501638,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._ClientEditState_build_closure0.prototype = { call$1(context) { @@ -491991,8 +501672,8 @@ }; A.ClientEditBillingAddress.prototype = { createState$0() { - var _null = null; - return new A.ClientEditBillingAddressState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ClientEditBillingAddressState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A.ClientEditBillingAddressState.prototype = { @@ -492124,7 +501805,7 @@ b.get$_client_model$_$this()._postalCode = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditBillingAddressState__onChanged_closure0.prototype = { call$0() { @@ -492136,7 +501817,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditBillingAddressState_build__closure0(country))); }, - $signature: 63 + $signature: 66 }; A.ClientEditBillingAddressState_build__closure0.prototype = { call$1(b) { @@ -492147,7 +501828,7 @@ b.get$_client_model$_$this()._countryId = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditBillingAddressState_build_closure0.prototype = { call$0() { @@ -492160,7 +501841,7 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 11 + $signature: 12 }; A.ClientEditContacts.prototype = { createState$0() { @@ -492169,7 +501850,8 @@ }; A._ClientEditContactsState.prototype = { _client_edit_contacts$_showContactEditor$2(contact, context) { - A.showDialog(null, B.Color_2315255808, true, new A._ClientEditContactsState__showContactEditor_closure(this, contact), context, null, true, type$.ResponsivePadding); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._ClientEditContactsState__showContactEditor_closure(this, contact), context, _null, true, type$.ResponsivePadding); }, build$1(context) { var isFullscreen, contacts, contact, t4, t5, t6, children, _this = this, _null = null, @@ -492226,19 +501908,19 @@ t5 = t2.length; return new A.ContactEditDetails(B.JSArray_methods.indexOf$2(t2, B.JSArray_methods.firstWhere$2$orElse(t2, new A._ClientEditContactsState__showContactEditor__closure(t3), null), 0), t3, viewModel, t1, t5 > 1, new A.ValueKey("__" + t4 + "__" + t3.id + "__", type$.ValueKey_String)); }, - $signature: 2673 + $signature: 2674 }; A._ClientEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 180 + $signature: 192 }; A._ClientEditContactsState_build_closure.prototype = { call$1(contact) { return new A.ContactListTile0(new A._ClientEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 2674 + $signature: 2675 }; A._ClientEditContactsState_build__closure.prototype = { call$0() { @@ -492250,7 +501932,7 @@ call$1(duration) { this.$this._client_edit_contacts$_showContactEditor$2(this.contact, this.context); }, - $signature: 11 + $signature: 12 }; A._ClientEditContactsState_build_closure1.prototype = { call$0() { @@ -492284,8 +501966,8 @@ }; A.ContactEditDetails.prototype = { createState$0() { - var _null = null; - return new A.ContactEditDetailsState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ContactEditDetailsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); }, get$contact() { return this.contact; @@ -492455,7 +502137,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 421 + $signature: 364 }; A.ContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -492467,7 +502149,7 @@ call$1(val) { return B.JSString_methods.trim$0(val).length === 0 && !this.viewModel.client.get$hasNameSet() ? A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.AppLocalization).get$pleaseEnterAClientOrContactName() : null; }, - $signature: 31 + $signature: 32 }; A.ContactEditDetailsState_build_closure.prototype = { call$1(_) { @@ -492479,7 +502161,7 @@ call$1(val) { return B.JSString_methods.trim$0(val).length === 0 && !this.viewModel.client.get$hasNameSet() ? A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.AppLocalization).get$pleaseEnterAClientOrContactName() : null; }, - $signature: 31 + $signature: 32 }; A.ContactEditDetailsState_build_closure1.prototype = { call$1(_) { @@ -492499,7 +502181,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.ContactEditDetailsState_build_closure3.prototype = { call$1(_) { @@ -492519,7 +502201,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.ContactEditDetailsState_build_closure5.prototype = { call$1(_) { @@ -492577,14 +502259,14 @@ b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 421 + $signature: 364 }; A.ContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 421 + $signature: 364 }; A.ContactEditDetailsState_build_closure13.prototype = { call$0() { @@ -492599,7 +502281,7 @@ t1.viewModel.onRemoveContactPressed.call$1(t1.index); A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 26 + $signature: 28 }; A.ContactEditDetailsState_build_closure14.prototype = { call$0() { @@ -492617,13 +502299,13 @@ call$1(store) { return A.ClientEditContactsVM_ClientEditContactsVM$fromStore(store); }, - $signature: 2675 + $signature: 2676 }; A.ClientEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2676 + $signature: 2677 }; A.ClientEditContactsVM.prototype = { get$company() { @@ -492649,7 +502331,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteContact(index)); }, - $signature: 418 + $signature: 393 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1.prototype = { call$1(_) { @@ -492665,7 +502347,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateContact(index, contact)); }, - $signature: 2678 + $signature: 2679 }; A.ClientEditDesktop.prototype = { build$1(context) { @@ -492677,8 +502359,8 @@ }; A.ClientEditDetails.prototype = { createState$0() { - var _null = null; - return new A.ClientEditDetailsState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ClientEditDetailsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), B._StateLifecycle_0); } }; A.ClientEditDetailsState.prototype = { @@ -492803,7 +502485,7 @@ if (t10[t9].userCompany.company.calculateTaxes) { t4 = t1.get$classification(); t5 = type$.MappedListIterable_of_String_and_DropdownMenuItem_String; - B.JSArray_methods.addAll$1(t7, A._setArrayType([A.AppDropdownButton$(false, _null, "", true, A.List_List$of(new A.MappedListIterable(B.List_014, new A.ClientEditDetailsState_build_closure2(t1), t5), true, t5._eval$1("ListIterable.E")), _null, t4, new A.ClientEditDetailsState_build_closure3(viewModel, client), _null, true, client.classification, type$.String), new A.SizedBox(_null, 20, _null, _null), A.SwitchListTile$(_null, _null, new A.ClientEditDetailsState_build_closure4(viewModel, client), _null, _null, A.Text$(t1.get$isTaxExempt(), _null, _null, _null, _null, _null, _null, _null, _null, _null), client.isTaxExempt)], t8)); + B.JSArray_methods.addAll$1(t7, A._setArrayType([A.AppDropdownButton$(false, _null, "", true, A.List_List$of(new A.MappedListIterable(B.List_013, new A.ClientEditDetailsState_build_closure2(t1), t5), true, t5._eval$1("ListIterable.E")), _null, t4, new A.ClientEditDetailsState_build_closure3(viewModel, client), _null, true, client.classification, type$.String), new A.SizedBox(_null, 20, _null, _null), A.SwitchListTile$(_null, _null, new A.ClientEditDetailsState_build_closure4(viewModel, client), _null, _null, A.Text$(t1.get$isTaxExempt(), _null, _null, _null, _null, _null, _null, _null, _null, _null), client.isTaxExempt)], t8)); } return A.Form$(_null, A.FormCard$(_null, t7, _null, _null, false, _null, true, _null, t3), t2); } @@ -492854,7 +502536,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -492866,7 +502548,7 @@ call$1(val) { return B.JSString_methods.trim$0(val).length === 0 && !this.client.get$hasNameSet() ? A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.AppLocalization).get$pleaseEnterAClientOrContactName() : null; }, - $signature: 31 + $signature: 32 }; A.ClientEditDetailsState_build_closure0.prototype = { call$1(groupId) { @@ -492879,7 +502561,7 @@ b.get$_client_model$_$this()._groupId = this.groupId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditDetailsState_build_closure1.prototype = { call$1(userId) { @@ -492892,7 +502574,7 @@ b.get$_client_model$_$this()._client_model$_assignedUserId = this.userId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditDetailsState_build_closure3.prototype = { call$1(value) { @@ -492905,14 +502587,14 @@ b.get$_client_model$_$this()._classification = this.value; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditDetailsState_build_closure2.prototype = { call$1(classification) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(classification), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, classification, type$.String); }, - $signature: 40 + $signature: 41 }; A.ClientEditDetailsState_build_closure4.prototype = { call$1(value) { @@ -492925,7 +502607,7 @@ b.get$_client_model$_$this()._isTaxExempt = this.value; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditFooter.prototype = { build$1(context) { @@ -492978,7 +502660,8 @@ }; A.ClientEditNotes.prototype = { createState$0() { - return new A.ClientEditNotesState(A.TextEditingController$(null), A.TextEditingController$(null), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ClientEditNotesState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), B._StateLifecycle_0); } }; A.ClientEditNotesState.prototype = { @@ -493070,7 +502753,7 @@ b.get$_client_model$_$this()._privateNotes = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -493083,26 +502766,26 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.String); }, - $signature: 347 + $signature: 438 }; A.ClientEditNotesState_build_closure0.prototype = { call$1(sizeId) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditNotesState_build__closure0(sizeId))); }, - $signature: 32 + $signature: 33 }; A.ClientEditNotesState_build__closure0.prototype = { call$1(b) { b.get$_client_model$_$this()._sizeId = this.sizeId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditNotesState_build_closure1.prototype = { call$1(industry) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditNotesState_build__closure(industry))); }, - $signature: 63 + $signature: 66 }; A.ClientEditNotesState_build__closure.prototype = { call$1(b) { @@ -493113,11 +502796,11 @@ b.get$_client_model$_$this()._industryId = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettings.prototype = { createState$0() { - return new A.ClientEditSettingsState(A.TextEditingController$(null), new A.Debouncer(500), B._StateLifecycle_0); + return new A.ClientEditSettingsState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), new A.Debouncer(500), B._StateLifecycle_0); } }; A.ClientEditSettingsState.prototype = { @@ -493251,7 +502934,7 @@ t1.get$_settings_model$_$this()._defaultTaskRate = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState__onChanged_closure0.prototype = { call$0() { @@ -493263,7 +502946,7 @@ call$1(currency) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure3(currency))); }, - $signature: 63 + $signature: 66 }; A.ClientEditSettingsState_build__closure3.prototype = { call$1(b) { @@ -493275,13 +502958,13 @@ t1.get$_settings_model$_$this()._currencyId = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState_build_closure0.prototype = { call$1(language) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditSettingsState_build__closure2(language))); }, - $signature: 63 + $signature: 66 }; A.ClientEditSettingsState_build__closure2.prototype = { call$1(b) { @@ -493293,7 +502976,7 @@ t1.get$_settings_model$_$this()._settings_model$_languageId = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState_build_closure1.prototype = { call$1(paymentTermId) { @@ -493304,7 +502987,7 @@ t2 = t1.numDays; return A.DropdownMenuItem$(A.Text$(t2 === 0 ? this.localization.get$dueOnReceipt() : t1.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t2), type$.String); }, - $signature: 40 + $signature: 41 }; A.ClientEditSettingsState_build_closure2.prototype = { call$1(numDays) { @@ -493320,7 +503003,7 @@ t1.get$_settings_model$_$this()._defaultPaymentTerms = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState_build_closure3.prototype = { call$1(paymentTermId) { @@ -493331,7 +503014,7 @@ t2 = t1.numDays; return A.DropdownMenuItem$(A.Text$(t2 === 0 ? this.localization.get$dueOnReceipt() : t1.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t2), type$.String); }, - $signature: 40 + $signature: 41 }; A.ClientEditSettingsState_build_closure4.prototype = { call$1(numDays) { @@ -493347,7 +503030,7 @@ t1.get$_settings_model$_$this()._defaultValidUntil = t2; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditSettingsState_build_closure5.prototype = { call$1(value) { @@ -493360,12 +503043,12 @@ b.get$settings().get$_settings_model$_$this()._sendReminders = this.value; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditShippingAddress.prototype = { createState$0() { - var _null = null; - return new A.ClientEditShippingAddressState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ClientEditShippingAddressState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A.ClientEditShippingAddressState.prototype = { @@ -493497,7 +503180,7 @@ b.get$_client_model$_$this()._shippingPostalCode = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditShippingAddressState__onChanged_closure0.prototype = { call$0() { @@ -493509,7 +503192,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.client.rebuild$1(new A.ClientEditShippingAddressState_build__closure0(country))); }, - $signature: 63 + $signature: 66 }; A.ClientEditShippingAddressState_build__closure0.prototype = { call$1(b) { @@ -493520,7 +503203,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditShippingAddressState_build_closure0.prototype = { call$0() { @@ -493533,7 +503216,7 @@ call$1(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 11 + $signature: 12 }; A.ClientEditScreen.prototype = { build$1(context) { @@ -493545,13 +503228,13 @@ call$1(store) { return A.ClientEditVM_ClientEditVM$fromStore(store); }, - $signature: 2679 + $signature: 2680 }; A.ClientEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.ClientEdit(vm, null); }, - $signature: 2680 + $signature: 2681 }; A.ClientEditVM.prototype = { get$company() { @@ -493564,7 +503247,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateClient(client)); }, - $signature: 2681 + $signature: 2682 }; A.ClientEditVM_ClientEditVM$fromStore_closure3.prototype = { call$0() { @@ -493588,7 +503271,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1.countryId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditVM_ClientEditVM$fromStore_closure2.prototype = { call$0() { @@ -493612,7 +503295,7 @@ b.get$_client_model$_$this()._countryId = t1.shippingCountryId; return b; }, - $signature: 51 + $signature: 54 }; A.ClientEditVM_ClientEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -493643,14 +503326,14 @@ }; A.ClientEditVM_ClientEditVM$fromStore__closure1.prototype = { call$0() { - var client, t3, t4, $navigator, + var client, t3, t4, $navigator, _null = null, t1 = this.store, t2 = t1.__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); client = t2.uiState.clientUIState.editing; if (!client.get$hasNameSet()) { - A.showDialog(null, B.Color_2315255808, true, new A.ClientEditVM_ClientEditVM$fromStore___closure(), this.context, null, true, type$.ErrorDialog); - return null; + A.showDialog(_null, _null, true, _null, new A.ClientEditVM_ClientEditVM$fromStore___closure(), this.context, _null, true, type$.ErrorDialog); + return _null; } t2 = new A._Future($.Zone__current, type$._Future_ClientEntity); t3 = $.$get$navigatorKey(); @@ -493663,7 +503346,7 @@ t3[0].call$1(new A.SaveClientRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_ClientEntity), client)); return t2.then$1$1(0, new A.ClientEditVM_ClientEditVM$fromStore___closure0(client, t4, this.state, t1, $navigator), type$.Null).catchError$1(new A.ClientEditVM_ClientEditVM$fromStore___closure1()); }, - $signature: 130 + $signature: 136 }; A.ClientEditVM_ClientEditVM$fromStore___closure.prototype = { call$1(context) { @@ -493716,14 +503399,15 @@ A.viewEntity(false, savedClient, null, true); } }, - $signature: 339 + $signature: 311 }; A.ClientEditVM_ClientEditVM$fromStore___closure1.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.ClientEditVM_ClientEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.ClientEditVM_ClientEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -493848,7 +503532,7 @@ t7 = type$.JSArray_Widget; return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(A._setArrayType([A.RefreshIndicator$(new A.ClientOverview(t3, t1._widget.isFilter, _null), new A._ClientViewState_build__closure(t3, context)), A.RefreshIndicator$(new A.ClientViewDetails(t4, _null), new A._ClientViewState_build__closure0(t3, context)), A.RefreshIndicator$(new A.ClientViewDocuments(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure1(t3, context)), A.RefreshIndicator$(new A.ClientViewLedger(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure2(t3, context)), A.RefreshIndicator$(new A.ClientViewActivity(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure3(t3, context)), A.RefreshIndicator$(new A.ClientViewSystemLogs(t3, new A.ValueKey(t5, t6)), new A._ClientViewState_build__closure4(t3, context))], t7), t2, _null), 1), new A.BottomButtons(this.client, B.EntityAction_viewStatement, B.EntityAction_clientPortal, true, true, _null)], t7), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 235 + $signature: 270 }; A._ClientViewState_build__closure.prototype = { call$0() { @@ -493930,13 +503614,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._ClientViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], true, null); }, - $signature: 309 + $signature: 300 }; A.ClientViewDetails.prototype = { createState$0() { @@ -494058,7 +503742,7 @@ listTiles.push(new A.Padding(B.EdgeInsets_16_16_16_16, A.FutureBuilder$(t2.get$_client_view_details$_launchStatus(), t2._client_view_details$_launched, type$.Null), _null)); return listTiles; }, - $signature: 305 + $signature: 292 }; A._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -494115,7 +503799,7 @@ t2.push(A.AppListTile$(null, t1, B.IconData_58530_MaterialIcons_null_false, new A._ClientViewDetailsState_build__buildDetailsList__closure2(t5, t6, contact), t4, t3 + "\n" + t1)); } }, - $signature: 2687 + $signature: 2688 }; A._ClientViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -494208,7 +503892,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A.ClientViewDocuments_build_closure0.prototype = { call$0() { @@ -494295,7 +503979,7 @@ t1.$indexSet(0, customerReference, A._setArrayType([gatewayToken], type$.JSArray_GatewayTokenEntity)); } }, - $signature: 809 + $signature: 730 }; A._ClientViewFullwidthState_build_closure0.prototype = { call$2(context, layout) { @@ -494523,7 +504207,7 @@ } return A.Row$(t10, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 810 + $signature: 525 }; A._ClientViewFullwidthState_build__closure.prototype = { call$0() { @@ -494581,7 +504265,7 @@ } return A.Row$(t1, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 2691 + $signature: 2692 }; A._ClientViewFullwidthState_build__closure3.prototype = { call$0() { @@ -494658,13 +504342,13 @@ call$1(ledger) { return ledger.adjustment !== 0; }, - $signature: 2692 + $signature: 2693 }; A._ClientViewLedgerState_build_closure1.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._ClientViewLedgerState_build_closure0.prototype = { call$2(context, index) { @@ -494714,7 +504398,7 @@ t5 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t1, _null), new A.Padding(B.EdgeInsets_0_4_0_0, A.DecoratedBox$(new A.Padding(B.EdgeInsets_4_4_4_4, A.Text$(t8 + t3, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_5, _null, _null), _null), new A.BoxDecoration(t2, _null, _null, t7, _null, _null, B.BoxShape_0), B.DecorationPosition_0), _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(ledger.get$entityType()), _null, _null, _null), _null, new A._ClientViewLedgerState_build__closure(entity), new A._ClientViewLedgerState_build__closure0(entity), false, _null, _null, _null, t5, _null, t4, _null, _null); }, - $signature: 102 + $signature: 104 }; A._ClientViewLedgerState_build__closure0.prototype = { call$0() { @@ -495042,13 +504726,13 @@ t1.$indexSet(0, customerReference, A._setArrayType([gatewayToken], type$.JSArray_GatewayTokenEntity)); } }, - $signature: 809 + $signature: 730 }; A.ClientOverview_build_closure0.prototype = { call$1(token) { return new A.TokenMeta(token.meta, null); }, - $signature: 811 + $signature: 732 }; A.ClientOverview_build_closure1.prototype = { call$0() { @@ -495083,7 +504767,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.ClientViewPaymentMethods_build_closure.prototype = { call$2(context, index) { @@ -495106,13 +504790,13 @@ t5 = A.IgnorePointer$(A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58497_MaterialIcons_null_false, _null, _null, _null), _null, new A.ClientViewPaymentMethods_build__closure1(), _null, _null, _null, _null, _null), true, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t5, _null, _null, t2, false, _null, _null, _null, t4, _null, t1, t3.containsKey$1(0, customerReference) ? A.IgnorePointer$(A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58460_MaterialIcons_null_true, _null, _null, _null), _null, new A.ClientViewPaymentMethods_build__closure2(), _null, _null, _null, _null, _null), true, _null) : _null, _null); }, - $signature: 453 + $signature: 518 }; A.ClientViewPaymentMethods_build__closure.prototype = { call$1(token) { return new A.TokenMeta(token.meta, null); }, - $signature: 811 + $signature: 732 }; A.ClientViewPaymentMethods_build__closure0.prototype = { call$0() { @@ -495167,14 +504851,14 @@ call$1(store) { return A.ClientViewVM_ClientViewVM$fromStore(store); }, - $signature: 2695 + $signature: 2696 }; A.ClientViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = this.$this; return new A.ClientView(vm, t1.isFilter, t1.isTopFilter, vm.state.uiState.clientUIState.tabIndex, null); }, - $signature: 2696 + $signature: 2697 }; A.ClientViewVM.prototype = { get$company() { @@ -495196,13 +504880,13 @@ t1[0].call$1(new A.LoadClient(completer, this.client.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ClientViewVM_ClientViewVM$fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ClientViewVM_ClientViewVM$fromStore_closure0.prototype = { call$3(context, multipartFile, isPrivate) { @@ -495214,7 +504898,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 112 }; A.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1(client) { @@ -495226,11 +504910,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.ClientViewVM_ClientViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.ClientViewVM_ClientViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.ClientViewVM_ClientViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -495296,7 +504981,7 @@ --newIndex; t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 199 + $signature: 232 }; A._CompanyGatewayListState_build_closure.prototype = { call$1(companyGatewayId) { @@ -495315,7 +505000,7 @@ t4 = false; return new A.CompanyGatewayListItem(t2.user, companyGateway, t3.filter, t1, t4, new A.ValueKey("__company_gateway_" + companyGatewayId, type$.ValueKey_String)); }, - $signature: 2698 + $signature: 2699 }; A._CompanyGatewayListState_build__closure.prototype = { call$0() { @@ -495398,7 +505083,7 @@ call$2(context, viewModel) { return new A.CompanyGatewayList(viewModel, null); }, - $signature: 2699 + $signature: 2700 }; A.CompanyGatewayListVM.prototype = {}; A.CompanyGatewayListVM_fromStore__handleRefresh.prototype = { @@ -495421,13 +505106,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.CompanyGatewayListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.CompanyGatewayListVM_fromStore_closure1.prototype = { call$1(gatewayId) { @@ -495439,7 +505124,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 38 + $signature: 40 }; A.CompanyGatewayListVM_fromStore__closure.prototype = { call$1(b) { @@ -495464,7 +505149,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 232 + $signature: 224 }; A.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1(b) { @@ -495519,7 +505204,7 @@ t7.push(A.SaveCancelButtons$(_null, true, t10, true, t1, t9.onSavePressed, _null)); B.JSArray_methods.addAll$1(t8, t7); } - t1 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_companyGateway, false, B.List_empty27, new A.CompanyGatewayScreen_build_closure3(store), new A.CompanyGatewayScreen_build_closure4(store), new A.CompanyGatewayScreen_build_closure5(store), new A.CompanyGatewayScreen_build_closure6(store), new A.CompanyGatewayScreen_build_closure7(store), _null, new A.CompanyGatewayScreen_build_closure8(store), _null, A._setArrayType([], type$.JSArray_String), B.List_empty28, _null); + t1 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_companyGateway, false, B.List_empty28, new A.CompanyGatewayScreen_build_closure3(store), new A.CompanyGatewayScreen_build_closure4(store), new A.CompanyGatewayScreen_build_closure5(store), new A.CompanyGatewayScreen_build_closure6(store), new A.CompanyGatewayScreen_build_closure7(store), _null, new A.CompanyGatewayScreen_build_closure8(store), _null, A._setArrayType([], type$.JSArray_String), B.List_empty29, _null); if (t2.prefState.appLayout === B.AppLayout_mobile && t2.userCompanyStates._list$_list[t4.selectedCompanyIndex].userCompany.isAdmin) { t2 = A.Theme_of(context); t4 = A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null); @@ -495589,7 +505274,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 18 + $signature: 19 }; A.CompanyGatewayScreen_build__closure0.prototype = { call$1(companyGatewayId) { @@ -495597,7 +505282,7 @@ t1.toString; return t1; }, - $signature: 2701 + $signature: 2702 }; A.CompanyGatewayScreen_build__closure1.prototype = { call$1(_) { @@ -495605,7 +505290,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 97 + $signature: 103 }; A.CompanyGatewayScreen_build_closure0.prototype = { call$1(context) { @@ -495613,7 +505298,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 50 + $signature: 53 }; A.CompanyGatewayScreen_build_closure1.prototype = { call$0() { @@ -495683,7 +505368,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCompanyGatewaysByState(state)); }, - $signature: 62 + $signature: 64 }; A.CompanyGatewayScreen_build_closure3.prototype = { call$0() { @@ -495719,7 +505404,7 @@ call$2(context, vm) { return new A.CompanyGatewayScreen(vm, null); }, - $signature: 2702 + $signature: 2703 }; A.CompanyGatewayScreenVM.prototype = {}; A.CompanyGatewayScreenVM_fromStore_closure.prototype = { @@ -496068,19 +505753,19 @@ call$1(gatewayTypeId) { return this.companyGateway.getSettingsForGatewayTypeId$1(gatewayTypeId).isEnabled; }, - $signature: 12 + $signature: 11 }; A._CompanyGatewayEditState_build_closure.prototype = { call$1(gatewayTypeId) { return this.companyGateway.getSettingsForGatewayTypeId$1(gatewayTypeId).isEnabled; }, - $signature: 12 + $signature: 11 }; A._CompanyGatewayEditState_build_closure0.prototype = { call$1(gateway) { this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure17(gateway))); }, - $signature: 48 + $signature: 52 }; A._CompanyGatewayEditState_build__closure17.prototype = { call$1(b) { @@ -496100,7 +505785,7 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure1.prototype = { call$0() { @@ -496128,40 +505813,40 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure4.prototype = { call$1(context) { var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A._CompanyGatewayEditState_build__closure15(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 304 + $signature: 290 }; A._CompanyGatewayEditState_build__closure15.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 283 + $signature: 289 }; A._CompanyGatewayEditState_build_closure6.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure14(value))); }, - $signature: 32 + $signature: 33 }; A._CompanyGatewayEditState_build__closure14.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._tokenBilling = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure5.prototype = { call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 40 + $signature: 41 }; A._CompanyGatewayEditState_build_closure7.prototype = { call$1(value) { @@ -496176,14 +505861,14 @@ b.get$feesAndLimitsMap().$indexSet(0, this.gatewayTypeId, this.settings.rebuild$1(new A._CompanyGatewayEditState_build___closure(this.value))); return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 231 + $signature: 208 }; A._CompanyGatewayEditState_build_closure8.prototype = { call$1(value) { @@ -496196,7 +505881,7 @@ b.get$_company_gateway_model$_$this()._requireClientName = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure9.prototype = { call$1(value) { @@ -496209,7 +505894,7 @@ b.get$_company_gateway_model$_$this()._requireClientPhone = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure10.prototype = { call$1(value) { @@ -496222,7 +505907,7 @@ b.get$_company_gateway_model$_$this()._requireContactName = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure11.prototype = { call$1(value) { @@ -496235,7 +505920,7 @@ b.get$_company_gateway_model$_$this()._requireContactEmail = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure12.prototype = { call$1(value) { @@ -496248,7 +505933,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue1 = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure13.prototype = { call$1(value) { @@ -496261,7 +505946,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue2 = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure14.prototype = { call$1(value) { @@ -496274,7 +505959,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue3 = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure15.prototype = { call$1(value) { @@ -496287,7 +505972,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue4 = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure16.prototype = { call$1(value) { @@ -496300,7 +505985,7 @@ b.get$_company_gateway_model$_$this()._requirePostalCode = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure17.prototype = { call$1(value) { @@ -496313,7 +505998,7 @@ b.get$_company_gateway_model$_$this()._requireCvv = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure18.prototype = { call$1(value) { @@ -496326,7 +506011,7 @@ b.get$_company_gateway_model$_$this()._requireBillingAddress = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure19.prototype = { call$1(value) { @@ -496339,7 +506024,7 @@ b.get$_company_gateway_model$_$this()._requireShippingAddress = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure20.prototype = { call$1(value) { @@ -496352,7 +506037,7 @@ b.get$_company_gateway_model$_$this()._updateDetails = this.value; return b; }, - $signature: 61 + $signature: 65 }; A._CompanyGatewayEditState_build_closure21.prototype = { call$1(gatewayTypeId) { @@ -496362,7 +506047,7 @@ t1 = ""; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, gatewayTypeId, type$.String); }, - $signature: 40 + $signature: 41 }; A._CompanyGatewayEditState_build_closure22.prototype = { call$1(value) { @@ -496418,7 +506103,7 @@ t4.toString; return new A.GatewayConfigField(t3, field, t2, J.$index$asx(t4, field), new A.GatewayConfigSettings_build__closure(t1, field), !B.JSArray_methods.contains$1(t1.disasbledFields, field), null); }, - $signature: 2706 + $signature: 2707 }; A.GatewayConfigSettings_build__closure.prototype = { call$1(value) { @@ -496441,7 +506126,7 @@ A._GatewayConfigFieldState.prototype = { initState$0() { this.super$State$initState(); - this._company_gateway_edit$_textController = A.TextEditingController$(null); + this._company_gateway_edit$_textController = new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()); }, dispose$0() { var t1 = this._company_gateway_edit$_textController; @@ -496526,7 +506211,7 @@ call$1(value) { return this.$this._widget.onChanged$1(value); }, - $signature: 32 + $signature: 33 }; A._GatewayConfigFieldState_build_closure.prototype = { call$1(value) { @@ -496534,13 +506219,13 @@ t1 = B.JSString_methods.trim$0(value); return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.String); }, - $signature: 40 + $signature: 41 }; A._GatewayConfigFieldState_build_closure1.prototype = { call$1(value) { return this.$this._widget.onChanged$1(value); }, - $signature: 186 + $signature: 199 }; A._GatewayConfigFieldState_build_closure2.prototype = { call$1(value) { @@ -496565,8 +506250,9 @@ A._LimitEditorState.prototype = { initState$0() { this.super$State$initState(); - this._minController = A.TextEditingController$(null); - this._maxController = A.TextEditingController$(null); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + this._minController = new A.TextEditingController(B.TextEditingValue_li8, t1); + this._maxController = new A.TextEditingController(B.TextEditingValue_li8, t1); }, dispose$0() { var t2, @@ -496699,14 +506385,14 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 231 + $signature: 208 }; A._LimitEditorState__onChanged_closure0.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 61 + $signature: 65 }; A._LimitEditorState__onTextChange_closure.prototype = { call$0() { @@ -496754,7 +506440,8 @@ }; A.FeesEditor.prototype = { createState$0() { - return new A._FeesEditorState(A.TextEditingController$(null), A.TextEditingController$(null), A.TextEditingController$(null), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._FeesEditorState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), B._StateLifecycle_0); }, get$companyGateway() { return this.companyGateway; @@ -496941,7 +506628,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 231 + $signature: 208 }; A._FeesEditorState__onChanged_closure0.prototype = { call$0() { @@ -496955,21 +506642,21 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 61 + $signature: 65 }; A._FeesEditorState_build_closure.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure2(_this.$this, _this.settings, taxRate))); }, - $signature: 117 + $signature: 119 }; A._FeesEditorState_build__closure2.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure2(this.taxRate))); return b; }, - $signature: 61 + $signature: 65 }; A._FeesEditorState_build___closure2.prototype = { call$1(b) { @@ -496978,21 +506665,21 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1.name; return b; }, - $signature: 231 + $signature: 208 }; A._FeesEditorState_build_closure0.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure1(_this.$this, _this.settings, taxRate))); }, - $signature: 117 + $signature: 119 }; A._FeesEditorState_build__closure1.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure1(this.taxRate))); return b; }, - $signature: 61 + $signature: 65 }; A._FeesEditorState_build___closure1.prototype = { call$1(b) { @@ -497001,21 +506688,21 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1.name; return b; }, - $signature: 231 + $signature: 208 }; A._FeesEditorState_build_closure1.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure0(_this.$this, _this.settings, taxRate))); }, - $signature: 117 + $signature: 119 }; A._FeesEditorState_build__closure0.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure0(this.taxRate))); return b; }, - $signature: 61 + $signature: 65 }; A._FeesEditorState_build___closure0.prototype = { call$1(b) { @@ -497024,7 +506711,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1.name; return b; }, - $signature: 231 + $signature: 208 }; A._FeesEditorState_build_closure2.prototype = { call$1(value) { @@ -497038,14 +506725,14 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure(this.value))); return b; }, - $signature: 61 + $signature: 65 }; A._FeesEditorState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 231 + $signature: 208 }; A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -497072,13 +506759,13 @@ call$1(store) { return A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore(store); }, - $signature: 2709 + $signature: 2710 }; A.CompanyGatewayEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.CompanyGatewayEdit(viewModel, new A.ValueKey(viewModel.companyGateway.updatedAt, type$.ValueKey_int)); }, - $signature: 2710 + $signature: 2711 }; A.CompanyGatewayEditVM.prototype = { get$companyGateway() { @@ -497094,7 +506781,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCompanyGateway(companyGateway)); }, - $signature: 425 + $signature: 378 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -497135,7 +506822,7 @@ t4[0].call$1(new A.SaveCompanyGatewayRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_CompanyGatewayEntity), companyGateway)); return t3.then$1$1(0, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure(companyGateway, t2, t1, this.state, $navigator), type$.Null).catchError$1(new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure.prototype = { call$1(savedCompanyGateway) { @@ -497182,7 +506869,7 @@ } else A.viewEntityById(false, savedCompanyGateway.id, B.EntityType_companyGateway, null, true, true); }, - $signature: 425 + $signature: 378 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0.prototype = { call$1(b) { @@ -497196,10 +506883,11 @@ }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -497238,7 +506926,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2711 + $signature: 2712 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure.prototype = { call$1(response) { @@ -497254,7 +506942,7 @@ A.launchUrl(A.Uri_parse(A.cleanApiUrl(_this.credentials.url) + "/wepay/signup/" + A.S(J.$index$asx(response, _s4_)), 0, null)); break; case "80af24a6a691230bbec33e930ab40666": - A.launchUrl(A.Uri_parse(A.cleanApiUrl(_this.credentials.url) + "/paypal/signup/" + A.S(J.$index$asx(response, _s4_)), 0, null)); + A.launchUrl(A.Uri_parse(A.cleanApiUrl(_this.credentials.url) + "/paypal?hash=" + A.S(J.$index$asx(response, _s4_)), 0, null)); break; } }, @@ -497508,7 +507196,7 @@ call$1(e) { return " - " + e; }, - $signature: 30 + $signature: 31 }; A._CompanyGatewayOverview_build_closure1.prototype = { call$0() { @@ -497571,13 +507259,13 @@ call$1(store) { return A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore(store); }, - $signature: 2712 + $signature: 2713 }; A.CompanyGatewayViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.CompanyGatewayView(vm, this.$this.isFilter, null); }, - $signature: 2713 + $signature: 2714 }; A.CompanyGatewayViewVM.prototype = { get$companyGateway() { @@ -497602,13 +507290,13 @@ t1[0].call$1(new A.LoadCompanyGateway(completer, this.companyGateway.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure.prototype = { call$0() { @@ -497636,17 +507324,18 @@ t2[0].call$1(new A.StartSaving()); _this.webClient.post$4$idToken$password(_this.url, _this.credentials.token, idToken, password).then$1$1(0, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure(t1, _this.localization), type$.Null).catchError$1(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0(t1)); }, - $signature: 81 + $signature: 79 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure.prototype = { call$1(response) { - var t1 = this.store.__Store__dispatchers_F; + var _null = null, + t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.StopSaving()); t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure(this.localization, response), t1, null, true, type$.void); + A.showDialog(_null, _null, true, _null, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure(this.localization, response), t1, _null, true, type$.void); }, $signature: 7 }; @@ -497710,7 +507399,7 @@ t2[0].call$1(new A.StartSaving()); _this.webClient.post$4$idToken$password(_this.url, _this.credentials.token, idToken, password).then$1$1(0, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1(t1, _this.localization), type$.Null).catchError$1(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2(t1)); }, - $signature: 81 + $signature: 79 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1.prototype = { call$1(response) { @@ -497768,7 +507457,7 @@ t1[0].call$1(new A.LoadClient(null, t2.id)); } }, - $signature: 308 + $signature: 272 }; A.CreditEmailScreen_build_closure0.prototype = { call$1(store) { @@ -497780,13 +507469,13 @@ t2.toString; return A.EmailCreditVM_EmailCreditVM$fromStore(store, t2); }, - $signature: 2714 + $signature: 2715 }; A.CreditEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2715 + $signature: 2716 }; A.EmailCreditVM.prototype = {}; A.EmailCreditVM_EmailCreditVM$fromStore_closure.prototype = { @@ -497811,13 +507500,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailCreditRequest(completer, this.credit.id, template, subject, body, ccEmail)); }, - $signature: 396 + $signature: 359 }; A.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1(_) { A.viewEntity(false, this.credit, null, false); }, - $signature: 34 + $signature: 35 }; A.CreditListItem.prototype = { build$1(context) { @@ -497941,7 +507630,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.CreditListItem_build__closure2.prototype = { call$0() { @@ -497968,7 +507657,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.credit], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.CreditListItem_build__closure5.prototype = { call$0() { @@ -498000,7 +507689,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_credit, new A.CreditListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.CreditPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2717 + $signature: 2718 }; A.CreditListBuilder_build__closure.prototype = { call$2(context, index) { @@ -498020,7 +507709,7 @@ t3 = false; return new A.CreditListItem(t4.user, t2, t5, t1.filter, t3, _null); }, - $signature: 2718 + $signature: 2719 }; A.CreditListVM.prototype = {}; A.CreditListVM_fromStore__handleRefresh.prototype = { @@ -498043,13 +507732,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.CreditListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.CreditListVM_fromStore_closure0.prototype = { call$1(field) { @@ -498084,13 +507773,13 @@ t3.toString; return new A.CreditPdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].creditState.$get$1(0, t3), creditUIState.historyActivityId); }, - $signature: 2719 + $signature: 2720 }; A.CreditPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__credit_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2720 + $signature: 2721 }; A.CreditPdfVM.prototype = {}; A.CreditPresenter.prototype = { @@ -498221,7 +507910,7 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 44 + $signature: 71 }; A.CreditScreen.prototype = { build$1(context) { @@ -498264,7 +507953,7 @@ t6.push("partial_due_date"); t7 = A._setArrayType(["status", "number", "client", "amount", "date", "remaining"], t5); t5 = A._setArrayType(["number", "amount", "updated_at"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_credit, false, B.List_empty27, new A.CreditScreen_build_closure(store), new A.CreditScreen_build_closure0(store), new A.CreditScreen_build_closure1(store), new A.CreditScreen_build_closure2(store), new A.CreditScreen_build_closure3(store), new A.CreditScreen_build_closure4(store), new A.CreditScreen_build_closure5(store), _null, t5, B.List_empty28, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_credit, false, B.List_empty28, new A.CreditScreen_build_closure(store), new A.CreditScreen_build_closure0(store), new A.CreditScreen_build_closure1(store), new A.CreditScreen_build_closure2(store), new A.CreditScreen_build_closure3(store), new A.CreditScreen_build_closure4(store), new A.CreditScreen_build_closure5(store), _null, t5, B.List_empty29, t6); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_credit)) { t1 = A.Theme_of(context); @@ -498295,7 +507984,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCredits(value)); }, - $signature: 26 + $signature: 28 }; A.CreditScreen_build_closure8.prototype = { call$2(state, value) { @@ -498303,7 +507992,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCreditsByState(state)); }, - $signature: 65 + $signature: 67 }; A.CreditScreen_build_closure9.prototype = { call$0() { @@ -498328,7 +508017,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortCredits(value)); }, - $signature: 38 + $signature: 40 }; A.CreditScreen_build_closure5.prototype = { call$2(state, value) { @@ -498336,7 +508025,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCreditsByState(state)); }, - $signature: 62 + $signature: 64 }; A.CreditScreen_build_closure.prototype = { call$0() { @@ -498403,7 +508092,7 @@ call$2(context, vm) { return new A.CreditScreen(vm, null); }, - $signature: 2721 + $signature: 2722 }; A.CreditScreenVM.prototype = {}; A.CreditEdit.prototype = { @@ -498516,7 +508205,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._CreditEditState_build_closure2.prototype = { call$1(context) { @@ -498528,12 +508217,12 @@ call$2(context, action) { return this.$this._credit_edit$_onSavePressed$2(context, action); }, - $signature: 71 + $signature: 74 }; A._CreditEditState_build_closure.prototype = { call$0() { - var _this = this; - A.showDialog(null, B.Color_2315255808, true, new A._CreditEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, null, true, type$.InvoiceItemSelector); + var _this = this, _null = null; + A.showDialog(_null, _null, true, _null, new A._CreditEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, _null, true, type$.InvoiceItemSelector); }, $signature: 0 }; @@ -498547,21 +508236,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._CreditEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._CreditEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._CreditEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 302 + $signature: 285 }; A._CreditEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 86 }; A._CreditEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 301 + $signature: 284 }; A._CreditEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -498575,7 +508264,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 300 + $signature: 283 }; A.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -498602,7 +508291,7 @@ call$1(store) { return A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore(store); }, - $signature: 2725 + $signature: 2726 }; A.CreditEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -498611,7 +508300,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_credit, null); }, - $signature: 2726 + $signature: 2727 }; A.CreditEditDetailsVM.prototype = {}; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure.prototype = { @@ -498620,7 +508309,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 155 + $signature: 154 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3(context, credit, client) { @@ -498635,7 +508324,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCreditClient(client)); }, - $signature: 383 + $signature: 350 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -498648,7 +508337,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 127 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -498656,7 +508345,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/credit/edit")); }, - $signature: 34 + $signature: 35 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { @@ -498664,7 +508353,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/credit/edit")); }, - $signature: 100 + $signature: 106 }; A.CreditEditItemsScreen.prototype = { build$1(context) { @@ -498676,7 +508365,7 @@ call$1(store) { return A.CreditEditItemsVM_CreditEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2730 + $signature: 2731 }; A.CreditEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -498687,7 +508376,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2731 + $signature: 2732 }; A.CreditEditItemsVM.prototype = {}; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure.prototype = { @@ -498696,7 +508385,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteCreditItem(index)); }, - $signature: 160 + $signature: 156 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -498722,7 +508411,7 @@ t1[0].call$1(new A.UpdateCreditItem(index, creditItem)); } }, - $signature: 299 + $signature: 282 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -498730,7 +508419,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 53 + $signature: 55 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -498738,7 +508427,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 232 + $signature: 224 }; A.CreditEditNotesScreen.prototype = { build$1(context) { @@ -498750,13 +508439,13 @@ call$1(store) { return A.CreditEditNotesVM_CreditEditNotesVM$fromStore(store); }, - $signature: 2733 + $signature: 2734 }; A.CreditEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2734 + $signature: 2735 }; A.CreditEditNotesVM.prototype = {}; A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure.prototype = { @@ -498765,7 +508454,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 155 + $signature: 154 }; A.CreditEditPDFScreen.prototype = { build$1(context) { @@ -498781,13 +508470,13 @@ t2 = t1.uiState; return new A.CreditEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.creditUIState.editing); }, - $signature: 2735 + $signature: 2736 }; A.CreditEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2736 + $signature: 2737 }; A.CreditEditPDFVM.prototype = {}; A.CreditEditScreen.prototype = { @@ -498800,13 +508489,13 @@ call$1(store) { return A.CreditEditVM_CreditEditVM$fromStore(store); }, - $signature: 2737 + $signature: 2738 }; A.CreditEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.CreditEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2738 + $signature: 2739 }; A.CreditEditVM.prototype = {}; A.CreditEditVM_CreditEditVM$fromStore_closure.prototype = { @@ -498821,11 +508510,11 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 204 + $signature: 200 }; A.CreditEditVM_CreditEditVM$fromStore__closure1.prototype = { call$0() { - var t3, t4, $navigator, t5, t6, _this = this, + var t3, t4, $navigator, t5, t6, _this = this, _null = null, t1 = _this.store, t2 = t1.__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -498839,8 +508528,8 @@ if (t2.clientId.length === 0) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.CreditEditVM_CreditEditVM$fromStore___closure0(t4), t1, null, true, type$.ErrorDialog); - return null; + A.showDialog(_null, _null, true, _null, new A.CreditEditVM_CreditEditVM$fromStore___closure0(t4), t1, _null, true, type$.ErrorDialog); + return _null; } if (!t2.get$isNew()) if (t2.isChanged !== true) { @@ -498861,7 +508550,7 @@ return t3.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore___closure1(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore___closure2()); } }, - $signature: 130 + $signature: 136 }; A.CreditEditVM_CreditEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -498925,14 +508614,15 @@ A.viewEntity(false, savedCredit, _null, true); } }, - $signature: 86 + $signature: 87 }; A.CreditEditVM_CreditEditVM$fromStore___closure2.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.CreditEditVM_CreditEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.CreditEditVM_CreditEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -498955,7 +508645,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddCreditItems(items)); }, - $signature: 298 + $signature: 280 }; A.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -498980,7 +508670,7 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore__closure0(context)); }, - $signature: 297 + $signature: 279 }; A.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$1(client) { @@ -498992,11 +508682,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.CreditEditVM_CreditEditVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.CreditEditVM_CreditEditVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.CreditEditVM_CreditEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -499016,13 +508707,13 @@ call$1(store) { return A.CreditViewVM_CreditViewVM$fromStore(store); }, - $signature: 2742 + $signature: 2743 }; A.CreditViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.creditUIState.tabIndex, null); }, - $signature: 2743 + $signature: 2744 }; A.CreditViewVM.prototype = {}; A.CreditViewVM_CreditViewVM$fromStore__handleRefresh.prototype = { @@ -499040,7 +508731,7 @@ t1[0].call$1(new A.LoadCredit(completer, this.credit.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.CreditViewVM_CreditViewVM$fromStore_closure.prototype = { call$2(context, index) { @@ -499055,13 +508746,13 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 296 + $signature: 278 }; A.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.CreditViewVM_CreditViewVM$fromStore_closure1.prototype = { call$3(context, multipartFile, isPrivate) { @@ -499071,7 +508762,7 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditViewVM_CreditViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.CreditViewVM_CreditViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 112 }; A.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1(client) { @@ -499083,11 +508774,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.CreditViewVM_CreditViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.CreditViewVM_CreditViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.CreditViewVM_CreditViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -499106,7 +508798,7 @@ call$2(context, credit) { return this.call$3(context, credit, null); }, - $signature: 295 + $signature: 277 }; A.DashboardActivity.prototype = { build$1(context) { @@ -499121,13 +508813,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.DashboardActivity_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], true, null); }, - $signature: 309 + $signature: 300 }; A.DashboardChart.prototype = { createState$0() { @@ -499220,7 +508912,7 @@ call$1(datumPair) { return datumPair.series.id === "current"; }, - $signature: 2747 + $signature: 2748 }; A._DashboardChartState__onSelectionChanged_closure0.prototype = { call$1(datumPair) { @@ -499229,7 +508921,7 @@ t1.total = t1.total + t2.get$amount(); this.measures.$indexSet(0, datumPair.series.displayName, t2.get$amount()); }, - $signature: 2748 + $signature: 2749 }; A._DashboardChartState__onSelectionChanged_closure1.prototype = { call$0() { @@ -499309,7 +509001,7 @@ t5 = new A.SizedBox(_null, _null, _null, _null); return A.InkWell$(false, _null, true, A.Container$(_null, A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 4, _null, _null), t4, new A.SizedBox(_null, 4, _null, _null), t5], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t2, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(16, 16, 32, 16), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._DashboardChartState_build__closure(t1, index), _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2749 + $signature: 2750 }; A._DashboardChartState_build__closure.prototype = { call$0() { @@ -499447,21 +509139,21 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 253 + $signature: 255 }; A._DashboardDateRangePickerState_build_closure0.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 306 + $signature: 293 }; A._DashboardDateRangePickerState_build_closure1.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure6(t1, dateRange)); }, - $signature: 2750 + $signature: 2751 }; A._DashboardDateRangePickerState_build__closure6.prototype = { call$0() { @@ -499487,7 +509179,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure4(t1, date)); }, - $signature: 47 + $signature: 49 }; A._DashboardDateRangePickerState_build__closure4.prototype = { call$0() { @@ -499500,7 +509192,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure3(t1, date)); }, - $signature: 47 + $signature: 49 }; A._DashboardDateRangePickerState_build__closure3.prototype = { call$0() { @@ -499513,14 +509205,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRangeComparison); }, - $signature: 2751 + $signature: 2752 }; A._DashboardDateRangePickerState_build_closure6.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure2(t1, dateRange)); }, - $signature: 2752 + $signature: 2753 }; A._DashboardDateRangePickerState_build__closure2.prototype = { call$0() { @@ -499533,7 +509225,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure1(t1, date)); }, - $signature: 47 + $signature: 49 }; A._DashboardDateRangePickerState_build__closure1.prototype = { call$0() { @@ -499546,7 +509238,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure0(t1, date)); }, - $signature: 47 + $signature: 49 }; A._DashboardDateRangePickerState_build__closure0.prototype = { call$0() { @@ -499556,7 +509248,7 @@ }; A._DashboardDateRangePickerState_build_closure9.prototype = { call$0() { - var t3, t4, + var t3, t4, _null = null, t1 = this.$this, t2 = t1._dashboard_date_range_picker$_settings; if (t2.dateRange === B.DateRange_custom) { @@ -499569,7 +509261,7 @@ } else t3 = false; if (t3) { - A.showDialog(null, B.Color_2315255808, true, new A._DashboardDateRangePickerState_build__closure(), this.context, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A._DashboardDateRangePickerState_build__closure(), this.context, _null, true, type$.ErrorDialog); return; } t1._widget.onSettingsChanged$1(t2); @@ -499590,7 +509282,8 @@ }; A.DashboardPanels.prototype = { _showDateOptions$1(context) { - A.showDialog(null, B.Color_2315255808, true, new A.DashboardPanels__showDateOptions_closure(this), context, null, true, type$.DashboardDateRangePicker); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.DashboardPanels__showDateOptions_closure(this), context, _null, true, type$.DashboardDateRangePicker); }, _header$1(context) { var state = this.viewModel.state, @@ -499708,7 +509401,7 @@ var t1 = this.$this.viewModel; return new A.DashboardDateRangePicker(t1.dashboardUIState, t1.onSettingsChanged, null); }, - $signature: 2753 + $signature: 2754 }; A.DashboardPanels__header_closure.prototype = { call$2(context, constraints) { @@ -499789,13 +509482,13 @@ } return A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_16_8_16_2, A.Row$(t5, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, t1.cardColor, 6, _null, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 2754 + $signature: 2755 }; A.DashboardPanels__header__closure.prototype = { call$1(value) { this.$this.viewModel.onGroupByChanged.call$1(value); }, - $signature: 95 + $signature: 99 }; A.DashboardPanels__header__closure0.prototype = { call$1(value) { @@ -499810,13 +509503,13 @@ t3 = t2._eval$1("MappedIterable>"); return A.List_List$of(new A.MappedIterable(new A.WhereIterable(t1, new A.DashboardPanels__header___closure0(), t2._eval$1("WhereIterable")), new A.DashboardPanels__header___closure1(this.localization), t3), true, t3._eval$1("Iterable.E")); }, - $signature: 2755 + $signature: 2756 }; A.DashboardPanels__header___closure0.prototype = { call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 253 + $signature: 255 }; A.DashboardPanels__header___closure1.prototype = { call$1(dateRange) { @@ -499832,7 +509525,7 @@ t1 = t1.lookup$1(dateRange.name); return A.PopupMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.DateRange); }, - $signature: 2756 + $signature: 2757 }; A.DashboardPanels__header__closure2.prototype = { call$1(dateRange) { @@ -499845,13 +509538,13 @@ t1.viewModel.onSettingsChanged.call$1(settings); } }, - $signature: 2757 + $signature: 2758 }; A.DashboardPanels__header___closure.prototype = { call$1(duration) { this.$this._showDateOptions$1(this.context); }, - $signature: 11 + $signature: 12 }; A.DashboardPanels__header__closure3.prototype = { call$1(currencyId) { @@ -499868,17 +509561,18 @@ t1.toString; return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, currencyId, type$.String); }, - $signature: 40 + $signature: 41 }; A.DashboardPanels__header__closure4.prototype = { call$1(currencyId) { this.$this.viewModel.onCurrencyChanged.call$1(currencyId); }, - $signature: 95 + $signature: 99 }; A.DashboardPanels__header_closure__showSettings.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, false, new A.DashboardPanels__header___showSettings_closure(this.$this, this.isWide), this.context, null, true, type$.AlertDialog); + var _null = null; + A.showDialog(_null, _null, false, _null, new A.DashboardPanels__header___showSettings_closure(this.$this, this.isWide), this.context, _null, true, type$.AlertDialog); }, $signature: 0 }; @@ -499886,7 +509580,7 @@ call$1(context) { return new A._DashboardSettings(this.isWide, this.$this.viewModel, null); }, - $signature: 2758 + $signature: 2759 }; A.DashboardPanels__header__closure5.prototype = { call$0() { @@ -499929,13 +509623,13 @@ t6 = A.Text$(client != null ? client.displayName : task.number, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); return A.Card$(new A.AppBorder(new A.ConstrainedBox(new A.BoxConstraints(0, 180, 0, 1 / 0), A.Tooltip$(A.ListTile$(false, _null, true, _null, true, _null, _null, false, _null, A.ActionMenuButton$(task, task.getActions$2$includeEdit$userCompany(true, t1[t2].userCompany), _null, _null, false, new A.DashboardPanels__runningTasks__closure(task)), _null, new A.DashboardPanels__runningTasks__closure0(task), new A.DashboardPanels__runningTasks__closure1(task, client), false, _null, _null, _null, t6, _null, new A.LiveText(_null, new A.DashboardPanels__runningTasks__closure2(task), _null, 1, _null), _null, _null), t5), _null), _null, _null, _null, !t4, _null), _null, _null, 4, _null, true, new A.RoundedRectangleBorder(t3, B.BorderSide_8xm)); }, - $signature: 2759 + $signature: 2760 }; A.DashboardPanels__runningTasks__closure2.prototype = { call$0() { return A.formatDuration(this.task.calculateDuration$0(), true); }, - $signature: 45 + $signature: 96 }; A.DashboardPanels__runningTasks__closure1.prototype = { call$0() { @@ -499953,42 +509647,42 @@ call$2(context, action) { return A.handleTaskAction(context, A._setArrayType([this.task], type$.JSArray_BaseEntity), action); }, - $signature: 71 + $signature: 74 }; A.DashboardPanels_build_closure.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 163 + $signature: 158 }; A.DashboardPanels_build_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 163 + $signature: 158 }; A.DashboardPanels_build_closure1.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 163 + $signature: 158 }; A.DashboardPanels_build_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 163 + $signature: 158 }; A.DashboardPanels_build_closure3.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 163 + $signature: 158 }; A.DashboardPanels_build_closure4.prototype = { call$2(context, index) { @@ -500212,7 +509906,7 @@ return t1; } }, - $signature: 102 + $signature: 104 }; A.DashboardPanels_build__closure.prototype = { call$0() { @@ -500251,7 +509945,7 @@ t5.toString; return A.FormCard$(_null, A._setArrayType([t4, new A.SizedBox(_null, 6, _null, _null), A.Text$(t5, _null, _null, _null, _null, _null, t3.headlineSmall, B.TextAlign_2, _null, _null), new A.SizedBox(_null, 6, _null, _null), A.Text$(t2.lookup$1(t1), _null, _null, _null, _null, _null, t3.bodySmall, B.TextAlign_2, _null, _null)], type$.JSArray_Widget), _null, _null, false, _null, false, _null, B.EdgeInsets_0_0_0_0); }, - $signature: 2760 + $signature: 2761 }; A.DashboardPanels_build__closure4.prototype = { call$0() { @@ -500265,7 +509959,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_invoice)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_invoice, J.$index$asx(this.currentInvoiceData, index).entityMap.$index(0, date)); }, - $signature: 294 + $signature: 276 }; A.DashboardPanels_build__closure6.prototype = { call$0() { @@ -500279,7 +509973,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_payment)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_payment, J.$index$asx(this.currentPaymentData, index).entityMap.$index(0, date)); }, - $signature: 294 + $signature: 276 }; A.DashboardPanels_build__closure8.prototype = { call$0() { @@ -500293,7 +509987,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_quote)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_quote, J.$index$asx(this.currentQuoteData, index).entityMap.$index(0, date)); }, - $signature: 294 + $signature: 276 }; A.DashboardPanels_build__closure10.prototype = { call$0() { @@ -500307,7 +510001,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_task)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_task, J.$index$asx(this.currentTaskData, index).entityMap.$index(0, date)); }, - $signature: 294 + $signature: 276 }; A.DashboardPanels_build__closure12.prototype = { call$0() { @@ -500321,7 +510015,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_expense)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_expense, J.$index$asx(this.currentExpenseData, index).entityMap.$index(0, date)); }, - $signature: 294 + $signature: 276 }; A._DashboardPanel.prototype = { createState$0() { @@ -500398,43 +510092,43 @@ t1 = t1._widget.title; t3.push(A.Series_Series(new A.__DashboardPanelState_build__closure3(_this.state), dataGroup.rawSeries, t1, new A.__DashboardPanelState_build__closure4(), "current", new A.__DashboardPanelState_build__closure5(), new A.__DashboardPanelState_build__closure6(), type$.ChartMoneyData, type$.DateTime)); }, - $signature: 881 + $signature: 755 }; A.__DashboardPanelState_build__closure0.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 293 + $signature: 275 }; A.__DashboardPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 292 + $signature: 274 }; A.__DashboardPanelState_build__closure.prototype = { call$2(chartData, _) { return B.Color_ePM; }, - $signature: 291 + $signature: 304 }; A.__DashboardPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 290 + $signature: 327 }; A.__DashboardPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 293 + $signature: 275 }; A.__DashboardPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 292 + $signature: 274 }; A.__DashboardPanelState_build__closure3.prototype = { call$2(chartData, _) { @@ -500442,13 +510136,13 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 291 + $signature: 304 }; A.__DashboardPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 290 + $signature: 327 }; A._OverviewPanel.prototype = { createState$0() { @@ -500548,67 +510242,67 @@ t3.toString; t5.push(A.Series_Series(new A.__OverviewPanelState_build__closure7(t2), invoiceSeries, t3, new A.__OverviewPanelState_build__closure8(), _s8_1, new A.__OverviewPanelState_build__closure9(), new A.__OverviewPanelState_build__closure10(), t6, t7)); }, - $signature: 881 + $signature: 755 }; A.__OverviewPanelState_build__closure0.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 293 + $signature: 275 }; A.__OverviewPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 292 + $signature: 274 }; A.__OverviewPanelState_build__closure.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_MUpTk_4288585374); }, - $signature: 291 + $signature: 304 }; A.__OverviewPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 290 + $signature: 327 }; A.__OverviewPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 293 + $signature: 275 }; A.__OverviewPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 292 + $signature: 274 }; A.__OverviewPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_JNgz5_4283215696); }, - $signature: 291 + $signature: 304 }; A.__OverviewPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 290 + $signature: 327 }; A.__OverviewPanelState_build__closure8.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 293 + $signature: 275 }; A.__OverviewPanelState_build__closure9.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 292 + $signature: 274 }; A.__OverviewPanelState_build__closure7.prototype = { call$2(chartData, _) { @@ -500616,13 +510310,13 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 291 + $signature: 304 }; A.__OverviewPanelState_build__closure10.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 290 + $signature: 327 }; A.__OverviewPanelState_build_closure0.prototype = { call$0() { @@ -500772,7 +510466,7 @@ this.viewModel.onGroupByChanged.call$1(value); this.$this.setState$1(new A.__DashboardSettingsState_build__closure9()); }, - $signature: 95 + $signature: 99 }; A.__DashboardSettingsState_build__closure9.prototype = { call$0() { @@ -500806,14 +510500,14 @@ t1.toString; return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, currencyId, type$.String); }, - $signature: 40 + $signature: 41 }; A.__DashboardSettingsState_build_closure2.prototype = { call$1(currencyId) { this.viewModel.onCurrencyChanged.call$1(currencyId); this.$this.setState$1(new A.__DashboardSettingsState_build__closure7()); }, - $signature: 95 + $signature: 99 }; A.__DashboardSettingsState_build__closure7.prototype = { call$0() { @@ -500855,7 +510549,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A.__DashboardSettingsState_build_closure6.prototype = { call$2(oldIndex, newIndex) { @@ -500879,7 +510573,7 @@ t2[0].call$1(new A.UpdateDashboardFields(t1)); this.$this.setState$1(new A.__DashboardSettingsState_build__closure3()); }, - $signature: 199 + $signature: 232 }; A.__DashboardSettingsState_build__closure2.prototype = { call$1(b) { @@ -500890,7 +510584,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), t1, this.field); return b; }, - $signature: 444 + $signature: 618 }; A.__DashboardSettingsState_build__closure3.prototype = { call$0() { @@ -500913,7 +510607,7 @@ B.JSArray_methods.remove$1(b.get$_safeList(), this.dashboardField); return b; }, - $signature: 444 + $signature: 618 }; A.__DashboardSettingsState_build__closure5.prototype = { call$0() { @@ -500933,7 +510627,7 @@ case 0: // Function start $async$goto = 2; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A.__DashboardSettingsState_build__closure0(), $async$self.context, null, true, type$.void), $async$call$0); + return A._asyncAwait(A.showDialog(null, null, true, null, new A.__DashboardSettingsState_build__closure0(), $async$self.context, null, true, type$.void), $async$call$0); case 2: // returning from await. $async$self.$this.setState$1(new A.__DashboardSettingsState_build__closure1()); @@ -500943,13 +510637,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A.__DashboardSettingsState_build__closure0.prototype = { call$1(context) { return new A._DashboardField(null); }, - $signature: 2768 + $signature: 2769 }; A.__DashboardSettingsState_build__closure1.prototype = { call$0() { @@ -500984,7 +510678,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 166 + $signature: 191 }; A._DashboardField.prototype = { createState$0() { @@ -501061,7 +510755,7 @@ call$2(entityType, fields) { J.forEach$1$ax(fields, new A._DashboardFieldState_build__closure3(this.company, entityType, this.items, this.localization)); }, - $signature: 2769 + $signature: 2770 }; A._DashboardFieldState_build__closure3.prototype = { call$1(field) { @@ -501129,7 +510823,7 @@ var t1 = this.$this; return field.field === t1._dashboard_panels$_field && field.period === t1._dashboard_panels$_period; }, - $signature: 2770 + $signature: 2771 }; A._DashboardFieldState_build__closure0.prototype = { call$1(b) { @@ -501139,7 +510833,7 @@ B.JSArray_methods.add$1(b.get$_safeList(), t1); return b; }, - $signature: 444 + $signature: 618 }; A.DashboardScreen.prototype = { createState$0() { @@ -501393,7 +511087,7 @@ t1 = A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } else t1 = mainScaffold; - return new A.WillPopScope(t1, new A._DashboardScreenState_build_closure4(), _null); + return t1; } }; A._DashboardScreenState_initState_closure.prototype = { @@ -501401,15 +511095,16 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 247 + $signature: 268 }; A._DashboardScreenState_initState_closure0.prototype = { call$1(duration) { - var t1 = this.$this._framework$_element; + var _null = null, + t1 = this.$this._framework$_element; t1.toString; - A.showDialog(null, B.Color_2315255808, false, new A._DashboardScreenState_initState__closure(this.state), t1, null, true, type$.void); + A.showDialog(_null, _null, false, _null, new A._DashboardScreenState_initState__closure(this.state), t1, _null, true, type$.void); }, - $signature: 11 + $signature: 12 }; A._DashboardScreenState_initState__closure.prototype = { call$1(context) { @@ -501417,7 +511112,7 @@ t1 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany; return new A.SettingsWizard(t1.user, t1.company, null); }, - $signature: 2771 + $signature: 2772 }; A._DashboardScreenState_build_closure.prototype = { call$1(context) { @@ -501430,7 +511125,7 @@ t1.toString; return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null, _null), _null, new A._DashboardScreenState_build__closure1(context), _null, _null, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 468 + $signature: 602 }; A._DashboardScreenState_build__closure1.prototype = { call$0() { @@ -501444,7 +511139,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCompany(value)); }, - $signature: 26 + $signature: 28 }; A._DashboardScreenState_build_closure1.prototype = { call$0() { @@ -501498,14 +511193,14 @@ t2[0].call$1(new A.StartSaving()); new A.WebClient().put$3$data(0, credentials.url + "/accounts/" + account.id, credentials.token, B.C_JsonCodec.encode$1(data)).then$1$1(0, new A._DashboardScreenState_build___closure0(t1), type$.Null).catchError$1(new A._DashboardScreenState_build___closure1(t1)); }, - $signature: 26 + $signature: 28 }; A._DashboardScreenState_build___closure.prototype = { call$1(b) { b.get$_account_model$_$this()._setReactAsDefaultAP = true; return b; }, - $signature: 2772 + $signature: 2773 }; A._DashboardScreenState_build___closure0.prototype = { call$1(_) { @@ -501540,7 +511235,7 @@ t2 = _null; return A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null, _null), _null, new A._DashboardScreenState_build__closure(context, t1, this.store), B.EdgeInsets_4_0_24_0, _null, _null, t2, _null); }, - $signature: 472 + $signature: 591 }; A._DashboardScreenState_build__closure.prototype = { call$0() { @@ -501564,31 +511259,6 @@ }, $signature: 0 }; - A._DashboardScreenState_build_closure4.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - $async$returnValue = true; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); - }, - $signature: 44 - }; A._CustomTabBarView.prototype = { build$1(context) { var t3, _this = this, _null = null, @@ -501641,7 +511311,7 @@ } return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t3, _null, _null, new A._CustomTabBarView_build__closure(entity), false, _null, _null, _null, A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, t4, _null); }, - $signature: 453 + $signature: 518 }; A._CustomTabBarView_build__closure.prototype = { call$0() { @@ -501696,7 +511366,7 @@ return new A.ConfirmEmailBuilder(null); return new A.DashboardScreen(viewModel, new A.ValueKey("__" + company.id + "_" + company.enabledModules + "_" + (state.prefState.appLayout === B.AppLayout_desktop) + "__", type$.ValueKey_String)); }, - $signature: 2773 + $signature: 2774 }; A.DashboardVM.prototype = {}; A.DashboardVM_fromStore__handleRefresh.prototype = { @@ -501719,13 +511389,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.DashboardVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.DashboardVM_fromStore_closure0.prototype = { call$1(settings) { @@ -501734,7 +511404,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(settings, _null, _null, _null, _null)); }, - $signature: 2774 + $signature: 2775 }; A.DashboardVM_fromStore_closure4.prototype = { call$1(value) { @@ -501743,7 +511413,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, value, _null)); }, - $signature: 28 + $signature: 30 }; A.DashboardVM_fromStore_closure5.prototype = { call$1(value) { @@ -501752,7 +511422,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, _null, value)); }, - $signature: 186 + $signature: 199 }; A.DashboardVM_fromStore_closure1.prototype = { call$2(entityType, entityIds) { @@ -501760,7 +511430,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDashboardSelection(entityType, entityIds)); }, - $signature: 2776 + $signature: 2777 }; A.DashboardVM_fromStore_closure2.prototype = { call$1(offset) { @@ -501769,7 +511439,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, offset, _null, _null, _null)); }, - $signature: 418 + $signature: 393 }; A.DashboardVM_fromStore_closure3.prototype = { call$1(currencyId) { @@ -501778,7 +511448,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, currencyId, _null, _null)); }, - $signature: 186 + $signature: 199 }; A.DashboardVM_fromStore_closure6.prototype = { call$0() { @@ -501922,13 +511592,13 @@ t1.toString; return new A.InvoiceListItem(t1, null, false, false, null, false, null); }, - $signature: 348 + $signature: 425 }; A.InvoiceSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.InvoiceSidebar_build_closure1.prototype = { call$2(context, index) { @@ -501936,13 +511606,13 @@ t1.toString; return new A.InvoiceListItem(t1, null, false, false, null, false, null); }, - $signature: 348 + $signature: 425 }; A.InvoiceSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.InvoiceSidebar_build_closure3.prototype = { call$2(context, index) { @@ -501951,13 +511621,13 @@ invoice = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return invoice == null ? new A.SizedBox(_null, _null, _null, _null) : new A.InvoiceListItem(invoice, _null, false, false, _null, false, _null); }, - $signature: 102 + $signature: 104 }; A.InvoiceSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.PaymentSidebar.prototype = { build$1(context) { @@ -502007,13 +511677,13 @@ t1.toString; return new A.PaymentListItem(t1, null, false, false, null, false, null); }, - $signature: 443 + $signature: 593 }; A.PaymentSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.PaymentSidebar_build_closure1.prototype = { call$2(context, index) { @@ -502022,13 +511692,13 @@ payment = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return payment == null ? new A.SizedBox(_null, _null, _null, _null) : new A.PaymentListItem(payment, _null, false, false, _null, false, _null); }, - $signature: 102 + $signature: 104 }; A.PaymentSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.QuoteSidebar.prototype = { build$1(context) { @@ -502090,13 +511760,13 @@ t1.toString; return new A.QuoteListItem(t1, null, false, null); }, - $signature: 442 + $signature: 586 }; A.QuoteSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.QuoteSidebar_build_closure1.prototype = { call$2(context, index) { @@ -502104,13 +511774,13 @@ t1.toString; return new A.QuoteListItem(t1, null, false, null); }, - $signature: 442 + $signature: 586 }; A.QuoteSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.QuoteSidebar_build_closure3.prototype = { call$2(context, index) { @@ -502119,13 +511789,13 @@ quote = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return quote == null ? new A.SizedBox(_null, _null, _null, _null) : new A.QuoteListItem(quote, _null, false, _null); }, - $signature: 102 + $signature: 104 }; A.QuoteSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.TaskSidebar.prototype = { build$1(context) { @@ -502187,25 +511857,25 @@ t1.toString; return A.TaskListItem$(null, false, true, null, null, false, t1); }, - $signature: 346 + $signature: 435 }; A.TaskSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.TaskSidebar_build_closure1.prototype = { call$2(context, index) { return A.TaskListItem$(null, false, true, null, null, false, J.$index$asx(this.recentTasks, index)); }, - $signature: 346 + $signature: 435 }; A.TaskSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.TaskSidebar_build_closure3.prototype = { call$2(context, index) { @@ -502214,13 +511884,13 @@ task = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return task == null ? new A.SizedBox(_null, _null, _null, _null) : A.TaskListItem$(_null, false, true, _null, _null, false, task); }, - $signature: 102 + $signature: 104 }; A.TaskSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.ExpenseSidbar.prototype = { build$1(context) { @@ -502270,13 +511940,13 @@ t1.toString; return A.ExpenseListItem$(t1, null, false, true, null, null, false, false); }, - $signature: 345 + $signature: 381 }; A.ExpenseSidbar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.ExpenseSidbar_build_closure1.prototype = { call$2(context, index) { @@ -502285,13 +511955,13 @@ expense = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return expense == null ? new A.SizedBox(_null, _null, _null, _null) : A.ExpenseListItem$(expense, _null, false, true, _null, _null, false, false); }, - $signature: 102 + $signature: 104 }; A.ExpenseSidbar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._DashboardSidebar.prototype = { build$1(context) { @@ -502418,7 +512088,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.designList, B.EntityType_design, new A.DesignListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, viewModel.tableColumns); }, - $signature: 2782 + $signature: 2783 }; A.DesignListBuilder_build__closure.prototype = { call$2(context, index) { @@ -502433,7 +512103,7 @@ t3 = false; return new A.DesignListItem(t2, t1.filter, t3, null); }, - $signature: 2783 + $signature: 2784 }; A.DesignListVM.prototype = {}; A.DesignListVM_fromStore__handleRefresh.prototype = { @@ -502456,13 +512126,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.DesignListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.DesignListVM_fromStore_closure0.prototype = { call$1(field) { @@ -502491,7 +512161,7 @@ userCompany = t2._list$_list[t3.selectedCompanyIndex].userCompany; t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.AppLocalization); t3 = t3.designUIState.listUIState; - t4 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_design, false, B.List_empty27, new A.DesignScreen_build_closure(store), new A.DesignScreen_build_closure0(store), new A.DesignScreen_build_closure1(store), new A.DesignScreen_build_closure2(store), new A.DesignScreen_build_closure3(store), new A.DesignScreen_build_closure4(store), new A.DesignScreen_build_closure5(store), _null, A._setArrayType(["name", "updated_at"], type$.JSArray_String), B.List_empty28, _null); + t4 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_design, false, B.List_empty28, new A.DesignScreen_build_closure(store), new A.DesignScreen_build_closure0(store), new A.DesignScreen_build_closure1(store), new A.DesignScreen_build_closure2(store), new A.DesignScreen_build_closure3(store), new A.DesignScreen_build_closure4(store), new A.DesignScreen_build_closure5(store), _null, A._setArrayType(["name", "updated_at"], type$.JSArray_String), B.List_empty29, _null); if (t1.prefState.appLayout === B.AppLayout_mobile && userCompany.isAdmin) { t5 = A.Theme_of(context); t6 = A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null); @@ -502521,7 +512191,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDesigns(value)); }, - $signature: 26 + $signature: 28 }; A.DesignScreen_build_closure8.prototype = { call$2(state, value) { @@ -502529,7 +512199,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDesignsByState(state)); }, - $signature: 65 + $signature: 67 }; A.DesignScreen_build_closure9.prototype = { call$0() { @@ -502554,7 +512224,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortDesigns(value)); }, - $signature: 38 + $signature: 40 }; A.DesignScreen_build_closure5.prototype = { call$2(state, value) { @@ -502562,7 +512232,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDesignsByState(state)); }, - $signature: 62 + $signature: 64 }; A.DesignScreen_build_closure.prototype = { call$0() { @@ -502631,13 +512301,13 @@ call$2(context, vm) { return new A.DesignScreen(vm, null); }, - $signature: 2784 + $signature: 2785 }; A.DesignScreenVM.prototype = {}; A.DesignEdit.prototype = { createState$0() { - var _null = null; - return new A._DesignEditState(new A.Debouncer(500), new A.SimpleDebouncer(3000), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), _null, _null, B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._DesignEditState(new A.Debouncer(500), new A.SimpleDebouncer(3000), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), null, null, B._StateLifecycle_0); } }; A._DesignEditState.prototype = { @@ -502939,7 +512609,7 @@ b.get$design().replace$1(0, A.BuiltMap_BuiltMap(A.LinkedHashMap_LinkedHashMap$_literal(["header", B.JSString_methods.trim$0(t1._headerController._change_notifier$_value.text), "body", B.JSString_methods.trim$0(t1._bodyController._change_notifier$_value.text), "footer", B.JSString_methods.trim$0(t1._footerController._change_notifier$_value.text), "product", B.JSString_methods.trim$0(t1._productsController._change_notifier$_value.text), "task", B.JSString_methods.trim$0(t1._tasksController._change_notifier$_value.text), "includes", B.JSString_methods.trim$0(t1._includesController._change_notifier$_value.text)], t2, t2), t2, t2)); return b; }, - $signature: 241 + $signature: 249 }; A._DesignEditState__onChanged_closure0.prototype = { call$0() { @@ -503008,7 +512678,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 628 + $signature: 768 }; A._DesignEditState__loadPreview__closure.prototype = { call$0() { @@ -503041,7 +512711,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._DesignEditState_build_closure.prototype = { call$1(context) { @@ -503069,7 +512739,7 @@ t1 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_InsertTabIntent_EKj, new A.InsertTabAction(new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent))], type$.Type, type$.Action_Intent), t2 = this.textController, t3 = A.LinkedHashMap_LinkedHashMap$_literal([A.LogicalKeySet$(B.LogicalKeyboardKey_4294967305), new A.InsertTabIntent(4, t2)], type$.ShortcutActivator, type$.Intent); - return A.SingleChildScrollView$(A.Card$(new A.Padding(B.EdgeInsets_10_0_10_0, A.Actions$(t1, A.Shortcuts$(A.TextField$(false, B.List_empty0, true, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), t2, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, _null, _null, 16, _null, false, "\u2022", _null, _null, _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A._setArrayType([new A.FontFeature()], type$.JSArray_FontFeature), _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_4, _null, B.TextCapitalization_30, _null, B.TextInputAction_12, _null, _null), _null, t3)), _null), _null, _null, _null, _null, true, _null), _null, B.DragStartBehavior_1, _null, B.EdgeInsets_14_14_14_14, _null, _null, _null, false, B.Axis_1); + return A.SingleChildScrollView$(A.Card$(new A.Padding(B.EdgeInsets_10_0_10_0, A.Actions$(t1, A.Shortcuts$(A.TextField$(false, B.List_empty0, true, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), t2, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, _null, _null, 16, _null, false, "\u2022", _null, _null, _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A._setArrayType([new A.FontFeature()], type$.JSArray_FontFeature), _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_4, _null, B.TextCapitalization_30, _null, B.TextInputAction_12, _null, _null), _null, t3)), _null), _null, _null, _null, _null, true, _null), _null, B.DragStartBehavior_1, _null, B.EdgeInsets_14_14_14_14, _null, _null, _null, false, B.Axis_1); } }; A.DesignSettings.prototype = { @@ -503178,7 +512848,7 @@ t2 = A.Text$(t2, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.MaterialColor_Map_MUpTk_4288585374, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); t3 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_InsertTabIntent_EKj, new A.InsertTabAction(new A.ObserverList(A._setArrayType([], type$.JSArray_of_void_Function_Action_Intent), type$.ObserverList_of_void_Function_Action_Intent))], type$.Type, type$.Action_Intent); t4 = A.LinkedHashMap_LinkedHashMap$_literal([A.LogicalKeySet$(B.LogicalKeyboardKey_4294967305), new A.InsertTabIntent(4, _this._widget.htmlController)], type$.ShortcutActivator, type$.Intent); - t1.push(A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_30_16_30_0, t2, _null), A.FormCard$(A.Actions$(t3, A.Shortcuts$(A.TextField$(true, B.List_empty0, false, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), _this._widget.htmlController, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, _null, _null, 16, _null, false, "\u2022", _null, _null, _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A._setArrayType([new A.FontFeature()], type$.JSArray_FontFeature), _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_4, _null, B.TextCapitalization_30, _null, B.TextInputAction_12, _null, _null), _null, t4)), _null, _null, _null, false, _null, false, _null, _null)], t7), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)); + t1.push(A.Column$(A._setArrayType([new A.Padding(B.EdgeInsets_30_16_30_0, t2, _null), A.FormCard$(A.Actions$(t3, A.Shortcuts$(A.TextField$(true, B.List_empty0, false, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), _this._widget.htmlController, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, B.TextInputType_1_null_null, _null, _null, _null, _null, 16, _null, false, "\u2022", _null, _null, _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A._setArrayType([new A.FontFeature()], type$.JSArray_FontFeature), _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_4, _null, B.TextCapitalization_30, _null, B.TextInputAction_12, _null, _null), _null, t4)), _null, _null, _null, false, _null, false, _null, _null)], t7), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)); } else t1.push(new A.VariablesHelp(false, false, _null)); return new A.ScrollableListView(t1, _null, _null, true, false, _null); @@ -503196,14 +512866,14 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._DesignSettingsState_build_closure0.prototype = { call$1(value) { if (value != null) this.$this._widget.onLoadDesign$1(value); }, - $signature: 140 + $signature: 147 }; A._DesignSettingsState_build_closure1.prototype = { call$1(value) { @@ -503216,14 +512886,14 @@ b.get$_design_model$_$this()._isTemplate = this.value; return b; }, - $signature: 241 + $signature: 249 }; A._DesignSettingsState_build_closure2.prototype = { call$1(entityType) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 249 + $signature: 267 }; A._DesignSettingsState_build_closure3.prototype = { call$1(entityType) { @@ -503232,7 +512902,7 @@ t2 = B.JSArray_methods.contains$1(t1, entityType.get$apiValue()); return A.CheckboxListTile$(_null, _null, B.ListTileControlAffinity_0, _null, _null, new A._DesignSettingsState_build__closure1(_this.$this, t1, entityType, _this.design), A.Text$(_this.localization.lookup$1(entityType.get$plural()), _null, _null, _null, _null, _null, _null, _null, _null, _null), t2); }, - $signature: 2790 + $signature: 2791 }; A._DesignSettingsState_build__closure1.prototype = { call$1(value) { @@ -503254,13 +512924,13 @@ b.get$_design_model$_$this()._entities = t1; return b; }, - $signature: 241 + $signature: 249 }; A._DesignSettingsState_build____closure.prototype = { call$1(entity) { return entity.length !== 0; }, - $signature: 12 + $signature: 11 }; A._DesignSettingsState_build_closure4.prototype = { call$0() { @@ -503281,7 +512951,7 @@ case 0: // Function start $async$goto = 2; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A._DesignSettingsState_build__closure(), $async$self.context, null, true, type$.String), $async$call$0); + return A._asyncAwait(A.showDialog(null, null, true, null, new A._DesignSettingsState_build__closure(), $async$self.context, null, true, type$.String), $async$call$0); case 2: // returning from await. designStr = $async$result; @@ -503311,7 +512981,7 @@ call$1(context) { return new A._DesignImportDialog(null); }, - $signature: 2791 + $signature: 2792 }; A._DesignSettingsState_build__closure0.prototype = { call$1(b) { @@ -503323,7 +512993,7 @@ t1.replace$1(0, A.BuiltMap_BuiltMap(B.C_JsonCodec.decode$2$reviver(0, t2, null), t3, t3)); return b; }, - $signature: 241 + $signature: 249 }; A._DesignSettingsState_build_closure6.prototype = { call$0() { @@ -503390,7 +513060,7 @@ t1.toString; return t1; }, - $signature: 104 + $signature: 107 }; A.HtmlDesignPreview.prototype = { build$1(context) { @@ -503533,13 +513203,13 @@ call$1(store) { return A.DesignEditVM_DesignEditVM$fromStore(store); }, - $signature: 2792 + $signature: 2793 }; A.DesignEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.DesignEdit(viewModel, null); }, - $signature: 2793 + $signature: 2794 }; A.DesignEditVM.prototype = { get$design() { @@ -503555,7 +513225,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDesign(design)); }, - $signature: 606 + $signature: 483 }; A.DesignEditVM_DesignEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -503718,7 +513388,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 90 + $signature: 93 }; A._DesignViewState_build_closure0.prototype = { call$1(invoice) { @@ -503726,14 +513396,14 @@ t1.toString; return !t1 && invoice.designId === this.design.id; }, - $signature: 439 + $signature: 405 }; A._DesignViewState_build_closure1.prototype = { call$1(quoteId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 90 + $signature: 93 }; A._DesignViewState_build_closure2.prototype = { call$1(quote) { @@ -503741,14 +513411,14 @@ t1.toString; return !t1 && quote.designId === this.design.id; }, - $signature: 439 + $signature: 405 }; A._DesignViewState_build_closure3.prototype = { call$1(creditId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].creditState.map._map$_map.$index(0, creditId); }, - $signature: 90 + $signature: 93 }; A._DesignViewState_build_closure4.prototype = { call$1(credit) { @@ -503756,14 +513426,14 @@ t1.toString; return !t1 && credit.designId === this.design.id; }, - $signature: 439 + $signature: 405 }; A._DesignViewState_build_closure5.prototype = { call$1(invoiceId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringInvoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 90 + $signature: 93 }; A._DesignViewState_build_closure6.prototype = { call$1(invoice) { @@ -503771,7 +513441,7 @@ t1.toString; return !t1 && invoice.designId === this.design.id; }, - $signature: 439 + $signature: 405 }; A._DesignViewState_build_closure7.prototype = { call$0() { @@ -503789,13 +513459,13 @@ call$1(store) { return A.DesignViewVM_DesignViewVM$fromStore(store); }, - $signature: 2795 + $signature: 2796 }; A.DesignViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DesignView(vm, this.$this.isFilter, null); }, - $signature: 2796 + $signature: 2797 }; A.DesignViewVM.prototype = { get$design() { @@ -503872,7 +513542,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.DocumentListItem_build__closure2.prototype = { call$0() { @@ -503899,7 +513569,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.document], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.DocumentListItem_build__closure5.prototype = { call$0() { @@ -503942,7 +513612,7 @@ } return A.EntityList$(viewModel.documentList, B.EntityType_document, new A.DocumentListBuilder_build__closure0(viewModel), viewModel.onClearMultielsect, new A.DocumentListBuilder_build__closure1(viewModel), viewModel.onSortColumn, new A.DocumentPresenter(), t2, viewModel.tableColumns); }, - $signature: 2797 + $signature: 2798 }; A.DocumentListBuilder_build__closure.prototype = { call$0() { @@ -503954,7 +513624,7 @@ call$1(context) { return this.viewModel.onRefreshed.call$2(context, false); }, - $signature: 50 + $signature: 53 }; A.DocumentListBuilder_build__closure0.prototype = { call$2(context, index) { @@ -503971,7 +513641,7 @@ t3 = false; return new A.DocumentListItem(t4, t3, t2, t1.filter, null); }, - $signature: 2798 + $signature: 2799 }; A.DocumentListVM.prototype = {}; A.DocumentListVM_fromStore__handleRefresh.prototype = { @@ -503994,13 +513664,13 @@ t1[0].call$1(new A.RefreshData(completer, clearData, false, false)); return completer.future; }, - $signature: 219 + $signature: 227 }; A.DocumentListVM_fromStore_closure.prototype = { call$2(context, clearData) { return this._handleRefresh.call$2(context, clearData); }, - $signature: 219 + $signature: 227 }; A.DocumentListVM_fromStore_closure0.prototype = { call$1(field) { @@ -504081,7 +513751,7 @@ t3.push("id"); t3.push("type"); t3.push("hash"); - return A.ListScaffold$(_null, B.List_empty20, new A.ListFilter(B.EntityType_document, t1.filter, new A.DocumentScreen_build_closure4(store), this.viewModel.documentList, statuses, new A.DocumentScreen_build_closure5(store), _null, new A.ValueKey("__filter_" + t1.filterClearedAt + "__", type$.ValueKey_String)), new A.DocumentListBuilder(_null), A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType(["name", "linked_to", "size", "width", "height", "private", "created_at"], t2), B.EntityType_document, false, B.List_empty27, new A.DocumentScreen_build_closure6(store), new A.DocumentScreen_build_closure7(store), new A.DocumentScreen_build_closure8(store), new A.DocumentScreen_build_closure9(store), new A.DocumentScreen_build_closure10(store), new A.DocumentScreen_build_closure11(store), _null, new A.DocumentScreen_build_closure12(store), A._setArrayType(["name", "size", "created_at"], t2), statuses, t3), B.EntityType_document, _null, 0, _null, new A.DocumentScreen_build_closure13(store), new A.DocumentScreen_build_closure14(store)); + return A.ListScaffold$(_null, B.List_empty20, new A.ListFilter(B.EntityType_document, t1.filter, new A.DocumentScreen_build_closure4(store), this.viewModel.documentList, statuses, new A.DocumentScreen_build_closure5(store), _null, new A.ValueKey("__filter_" + t1.filterClearedAt + "__", type$.ValueKey_String)), new A.DocumentListBuilder(_null), A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType(["name", "linked_to", "size", "width", "height", "private", "created_at"], t2), B.EntityType_document, false, B.List_empty28, new A.DocumentScreen_build_closure6(store), new A.DocumentScreen_build_closure7(store), new A.DocumentScreen_build_closure8(store), new A.DocumentScreen_build_closure9(store), new A.DocumentScreen_build_closure10(store), new A.DocumentScreen_build_closure11(store), _null, new A.DocumentScreen_build_closure12(store), A._setArrayType(["name", "size", "created_at"], t2), statuses, t3), B.EntityType_document, _null, 0, _null, new A.DocumentScreen_build_closure13(store), new A.DocumentScreen_build_closure14(store)); } }; A.DocumentScreen_build_closure.prototype = { @@ -504103,7 +513773,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 288 + $signature: 328 }; A.DocumentScreen_build_closure0.prototype = { call$1(b) { @@ -504113,7 +513783,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 288 + $signature: 328 }; A.DocumentScreen_build_closure1.prototype = { call$1(b) { @@ -504134,7 +513804,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 288 + $signature: 328 }; A.DocumentScreen_build_closure2.prototype = { call$1(b) { @@ -504149,7 +513819,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 288 + $signature: 328 }; A.DocumentScreen_build_closure3.prototype = { call$1(b) { @@ -504170,7 +513840,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 288 + $signature: 328 }; A.DocumentScreen_build_closure14.prototype = { call$0() { @@ -504186,7 +513856,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDocuments(value)); }, - $signature: 26 + $signature: 28 }; A.DocumentScreen_build_closure5.prototype = { call$2($status, value) { @@ -504194,7 +513864,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDocumentsByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.DocumentScreen_build_closure13.prototype = { call$0() { @@ -504259,7 +513929,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDocumentsByStatus($status)); }, - $signature: 178 + $signature: 186 }; A.DocumentScreen_build_closure6.prototype = { call$0() { @@ -504288,12 +513958,12 @@ call$2(context, vm) { return new A.DocumentScreen(vm, null); }, - $signature: 2803 + $signature: 2804 }; A.DocumentScreenVM.prototype = {}; - A.DocumentEdit.prototype = { + A.DocumentEdit0.prototype = { createState$0() { - return new A._DocumentEditState(new A.Debouncer(500), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + return new A._DocumentEditState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._DocumentEditState.prototype = { @@ -504373,7 +514043,7 @@ b.get$_document_model$_$this()._document_model$_name = t1; return b; }, - $signature: 35 + $signature: 36 }; A._DocumentEditState__onChanged_closure0.prototype = { call$0() { @@ -504391,7 +514061,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._DocumentEditState_build_closure.prototype = { call$1(context) { @@ -504405,7 +514075,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t3._document_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, new A._DocumentEditState_build__closure(t3), true, _null, _null, B.TextAlign_4, new A._DocumentEditState_build__closure0(t1))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._DocumentEditState_build__closure.prototype = { call$1(_) { @@ -504425,7 +514095,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.DocumentEditScreen.prototype = { build$1(context) { @@ -504437,13 +514107,13 @@ call$1(store) { return A.DocumentEditVM_DocumentEditVM$fromStore(store); }, - $signature: 2805 + $signature: 2806 }; A.DocumentEditScreen_build_closure.prototype = { call$2(context, viewModel) { - return new A.DocumentEdit(viewModel, new A.ValueKey(viewModel.document.updatedAt, type$.ValueKey_int)); + return new A.DocumentEdit0(viewModel, new A.ValueKey(viewModel.document.updatedAt, type$.ValueKey_int)); }, - $signature: 2806 + $signature: 2807 }; A.DocumentEditVM.prototype = { get$document(receiver) { @@ -504469,7 +514139,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDocument($document)); }, - $signature: 334 + $signature: 324 }; A.DocumentEditVM_DocumentEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -504500,7 +514170,7 @@ t4[0].call$1(new A.SaveDocumentRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_DocumentEntity), $document)); return t2.then$1$1(0, new A.DocumentEditVM_DocumentEditVM$fromStore___closure(t3, this.state, t1, $document, $navigator), type$.Null).catchError$1(new A.DocumentEditVM_DocumentEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.DocumentEditVM_DocumentEditVM$fromStore___closure.prototype = { call$1(savedDocument) { @@ -504526,14 +514196,15 @@ } else A.viewEntityById(false, savedDocument.id, B.EntityType_document, null, true, true); }, - $signature: 334 + $signature: 324 }; A.DocumentEditVM_DocumentEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.DocumentEditVM_DocumentEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.DocumentEditVM_DocumentEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -504583,7 +514254,7 @@ t1.toString; return t1; }, - $signature: 104 + $signature: 107 }; A.DocumentViewScreen.prototype = { build$1(context) { @@ -504595,13 +514266,13 @@ call$1(store) { return A.DocumentViewVM_DocumentViewVM$fromStore(store); }, - $signature: 2807 + $signature: 2808 }; A.DocumentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DocumentView(vm, false, null); }, - $signature: 2808 + $signature: 2809 }; A.DocumentViewVM.prototype = { get$document(receiver) { @@ -504740,13 +514411,13 @@ return; this.$this._widget.viewModel.onSavePressed.call$2(this.context, this.action); }, - $signature: 11 + $signature: 12 }; A._ExpenseEditState_build_closure1.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._ExpenseEditState_build_closure2.prototype = { call$1(context) { @@ -504758,7 +514429,7 @@ call$2(context, action) { return this.$this._expense_edit$_onSavePressed$2(context, action); }, - $signature: 71 + $signature: 74 }; A._ExpenseEditState_build_closure.prototype = { call$0() { @@ -504793,8 +514464,8 @@ }; A.ExpenseEditDetails.prototype = { createState$0() { - var _null = null; - return new A.ExpenseEditDetailsState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ExpenseEditDetailsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), B._StateLifecycle_0); } }; A.ExpenseEditDetailsState.prototype = { @@ -505031,7 +514702,7 @@ b.get$_expense_model$_$this()._expense_model$_customValue4 = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -505043,7 +514714,7 @@ call$1(vendor) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure18(vendor))); }, - $signature: 48 + $signature: 52 }; A.ExpenseEditDetailsState_build__closure18.prototype = { call$1(b) { @@ -505054,13 +514725,13 @@ b.get$_expense_model$_$this()._expense_model$_vendorId = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure.prototype = { call$1(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 213 + $signature: 230 }; A.ExpenseEditDetailsState_build_closure0.prototype = { call$2(completer, $name) { @@ -505069,14 +514740,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A.ExpenseEditDetailsState_build__closure19.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 92 + $signature: 95 }; A.ExpenseEditDetailsState_build_closure3.prototype = { call$1(client) { @@ -505092,7 +514763,7 @@ } this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure17(t1, client))); }, - $signature: 48 + $signature: 52 }; A.ExpenseEditDetailsState_build__closure17.prototype = { call$1(b) { @@ -505105,13 +514776,13 @@ b.get$_expense_model$_$this()._invoiceCurrencyId = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure2.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 213 + $signature: 230 }; A.ExpenseEditDetailsState_build_closure4.prototype = { call$1(selectedId) { @@ -505121,7 +514792,7 @@ t2 = this.expense; this.viewModel.onChanged.call$1(t2.rebuild$1(new A.ExpenseEditDetailsState_build__closure16(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.$get$1(0, selectedId), t2))); }, - $signature: 38 + $signature: 40 }; A.ExpenseEditDetailsState_build__closure16.prototype = { call$1(b) { @@ -505132,13 +514803,13 @@ b.get$_expense_model$_$this()._expense_model$_clientId = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure6.prototype = { call$1(category) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure14(category))); }, - $signature: 48 + $signature: 52 }; A.ExpenseEditDetailsState_build__closure14.prototype = { call$1(b) { @@ -505149,7 +514820,7 @@ b.get$_expense_model$_$this()._categoryId = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure5.prototype = { call$2(completer, $name) { @@ -505158,7 +514829,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A.ExpenseEditDetailsState_build__closure15.prototype = { call$1(b) { @@ -505178,7 +514849,7 @@ b.get$_expense_model$_$this()._expense_model$_assignedUserId = this.userId; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure8.prototype = { call$1($name) { @@ -505191,26 +514862,26 @@ b.get$_expense_model$_$this()._expense_model$_taxName1 = this.name; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure9.prototype = { call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 539 + $signature: 473 }; A.ExpenseEditDetailsState_build__closure11.prototype = { call$1(b) { b.get$_expense_model$_$this()._taxAmount1 = this.amount; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure10.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure10(taxRate))); }, - $signature: 117 + $signature: 119 }; A.ExpenseEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -505219,7 +514890,7 @@ b.get$_expense_model$_$this()._expense_model$_taxName1 = t1.name; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure11.prototype = { call$1($name) { @@ -505232,26 +514903,26 @@ b.get$_expense_model$_$this()._expense_model$_taxName2 = this.name; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure12.prototype = { call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 539 + $signature: 473 }; A.ExpenseEditDetailsState_build__closure8.prototype = { call$1(b) { b.get$_expense_model$_$this()._taxAmount2 = this.amount; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure13.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure7(taxRate))); }, - $signature: 117 + $signature: 119 }; A.ExpenseEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -505260,7 +514931,7 @@ b.get$_expense_model$_$this()._expense_model$_taxName2 = t1.name; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure14.prototype = { call$1($name) { @@ -505273,26 +514944,26 @@ b.get$_expense_model$_$this()._expense_model$_taxName3 = this.name; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure15.prototype = { call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 539 + $signature: 473 }; A.ExpenseEditDetailsState_build__closure5.prototype = { call$1(b) { b.get$_expense_model$_$this()._taxAmount3 = this.amount; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure16.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure4(taxRate))); }, - $signature: 117 + $signature: 119 }; A.ExpenseEditDetailsState_build__closure4.prototype = { call$1(b) { @@ -505301,14 +514972,14 @@ b.get$_expense_model$_$this()._expense_model$_taxName3 = t1.name; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure17.prototype = { call$1(currency) { var t1 = this.viewModel; return t1.onChanged.call$1(t1.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure3(currency))); }, - $signature: 63 + $signature: 66 }; A.ExpenseEditDetailsState_build__closure3.prototype = { call$1(b) { @@ -505319,20 +514990,20 @@ b.get$_expense_model$_$this()._expense_model$_currencyId = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure18.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure2(date))); }, - $signature: 47 + $signature: 49 }; A.ExpenseEditDetailsState_build__closure2.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_date = this.date; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure20.prototype = { call$1(value) { @@ -505345,51 +515016,52 @@ b.get$_expense_model$_$this()._expense_model$_frequencyId = this.value; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure19.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 267 + $signature: 320 }; A.ExpenseEditDetailsState_build_closure21.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure0(date))); }, - $signature: 47 + $signature: 49 }; A.ExpenseEditDetailsState_build__closure0.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_nextSendDate = this.date; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure23.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure(value))); }, - $signature: 32 + $signature: 33 }; A.ExpenseEditDetailsState_build__closure.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_remainingCycles = this.value; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditDetailsState_build_closure22.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 166 + $signature: 191 }; A.ExpenseEditNotes.prototype = { createState$0() { - return new A.ExpenseEditNotesState(A.TextEditingController$(null), A.TextEditingController$(null), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ExpenseEditNotesState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), B._StateLifecycle_0); } }; A.ExpenseEditNotesState.prototype = { @@ -505492,7 +515164,7 @@ b.get$_expense_model$_$this()._expense_model$_privateNotes = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -505504,7 +515176,7 @@ call$2(path, isPrivate) { return this.$this._widget.viewModel.onUploadDocument.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A.ExpenseEditNotesState_build_closure0.prototype = { call$0() { @@ -505516,7 +515188,8 @@ }; A.ExpenseEditSettings.prototype = { createState$0() { - return new A.ExpenseEditSettingsState(A.TextEditingController$(null), A.TextEditingController$(null), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ExpenseEditSettingsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), B._StateLifecycle_0); } }; A.ExpenseEditSettingsState.prototype = { @@ -505780,7 +515453,7 @@ b.get$_expense_model$_$this()._expense_model$_exchangeRate = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState__onChanged_closure0.prototype = { call$0() { @@ -505798,7 +515471,7 @@ b.get$_expense_model$_$this()._expense_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState__setCurrency_closure0.prototype = { call$1(duration) { @@ -505814,14 +515487,14 @@ t2.set$text(0, t1); t2.addListener$1(0, t3); }, - $signature: 11 + $signature: 12 }; A.ExpenseEditSettingsState__calculateExchangeRate_closure.prototype = { call$1(b) { b.get$_expense_model$_$this()._expense_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build_closure.prototype = { call$1(value) { @@ -505834,7 +515507,7 @@ b.get$_expense_model$_$this()._shouldBeInvoiced = this.value; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build_closure0.prototype = { call$1(value) { @@ -505858,20 +515531,20 @@ b.get$_expense_model$_$this()._paymentDate = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build__closure8.prototype = { call$1(b) { b.get$_expense_model$_$this()._paymentDate = ""; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build__closure9.prototype = { call$1(duration) { this.$this._expense_edit_settings$_transactionReferenceController.set$text(0, ""); }, - $signature: 11 + $signature: 12 }; A.ExpenseEditSettingsState_build__closure10.prototype = { call$0() { @@ -505883,7 +515556,7 @@ call$1(paymentType) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure6(paymentType))); }, - $signature: 63 + $signature: 66 }; A.ExpenseEditSettingsState_build__closure6.prototype = { call$1(b) { @@ -505894,20 +515567,20 @@ b.get$_expense_model$_$this()._paymentTypeId = t1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build_closure2.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure5(date))); }, - $signature: 47 + $signature: 49 }; A.ExpenseEditSettingsState_build__closure5.prototype = { call$1(b) { b.get$_expense_model$_$this()._paymentDate = this.date; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build_closure3.prototype = { call$1(value) { @@ -505935,19 +515608,19 @@ b.get$_expense_model$_$this()._expense_model$_exchangeRate = 1; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build__closure4.prototype = { call$1(duration) { this.$this._expense_edit_settings$_exchangeRateController.set$text(0, ""); }, - $signature: 11 + $signature: 12 }; A.ExpenseEditSettingsState_build_closure4.prototype = { call$1(currency) { return this.$this._setCurrency$1(type$.nullable_CurrencyEntity._as(currency)); }, - $signature: 431 + $signature: 371 }; A.ExpenseEditSettingsState_build_closure7.prototype = { call$1(hasFocus) { @@ -505979,7 +515652,7 @@ b.get$_expense_model$_$this()._invoiceDocuments = this.value; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build_closure9.prototype = { call$0() { @@ -505994,14 +515667,14 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure0(value))); }, - $signature: 28 + $signature: 30 }; A.ExpenseEditSettingsState_build__closure0.prototype = { call$1(b) { b.get$_expense_model$_$this()._calculateTaxByAmount = this.value; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditSettingsState_build_closure11.prototype = { call$1(value) { @@ -506014,7 +515687,7 @@ b.get$_expense_model$_$this()._expense_model$_usesInclusiveTaxes = this.value; return b; }, - $signature: 36 + $signature: 37 }; A.ExpenseEditScreen.prototype = { build$1(context) { @@ -506026,13 +515699,13 @@ call$1(store) { return A.ExpenseEditVM_ExpenseEditVM$fromStore(store); }, - $signature: 2812 + $signature: 2813 }; A.ExpenseEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseEdit(viewModel, new A.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_int)); }, - $signature: 2813 + $signature: 2814 }; A.AbstractExpenseEditVM.prototype = { get$expense() { @@ -506046,7 +515719,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpense(expense)); }, - $signature: 154 + $signature: 157 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -506069,7 +515742,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4(t3), t4); }, - $signature: 120 + $signature: 127 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3.prototype = { call$1(_) { @@ -506077,7 +515750,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 34 + $signature: 35 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4.prototype = { call$1(client) { @@ -506085,7 +515758,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 100 + $signature: 106 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3.prototype = { call$2(context, completer) { @@ -506098,7 +515771,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2(t3), t4); }, - $signature: 120 + $signature: 127 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1.prototype = { call$1(_) { @@ -506106,7 +515779,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 34 + $signature: 35 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2.prototype = { call$1(expense) { @@ -506114,7 +515787,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 100 + $signature: 106 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0.prototype = { call$2(context, action) { @@ -506128,7 +515801,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 204 + $signature: 200 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5.prototype = { call$0() { @@ -506162,7 +515835,7 @@ return t3.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1()); } }, - $signature: 130 + $signature: 136 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0.prototype = { call$1(savedExpense) { @@ -506214,14 +515887,15 @@ A.viewEntity(false, savedExpense, _null, true); } }, - $signature: 154 + $signature: 157 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.ExpenseEditVM_ExpenseEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.ExpenseEditVM_ExpenseEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -506239,7 +515913,7 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.expense)); t1.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0(context)); }, - $signature: 297 + $signature: 279 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1(client) { @@ -506251,11 +515925,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -506396,7 +516071,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.ExpenseListItem_build__closure2.prototype = { call$0() { @@ -506424,7 +516099,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.ExpenseListItem_build__closure5.prototype = { call$0() { @@ -506457,7 +516132,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.expenseList, B.EntityType_expense, new A.ExpenseListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ExpensePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2814 + $signature: 2815 }; A.ExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -506470,7 +516145,7 @@ t3 = t4 && B.JSArray_methods.contains$1(t3._list$_list, t2.id); return A.ExpenseListItem$(t2, t1.filter, t3, true, null, null, t4, true); }, - $signature: 345 + $signature: 381 }; A.ExpenseListVM.prototype = { get$user(receiver) { @@ -506497,13 +516172,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ExpenseListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ExpenseListVM_fromStore_closure0.prototype = { call$1(field) { @@ -506705,7 +516380,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.ExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -506720,7 +516395,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.ExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -506735,7 +516410,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.ExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -506750,7 +516425,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.ExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -506765,7 +516440,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.ExpenseScreen_build_closure18.prototype = { call$0() { @@ -506781,7 +516456,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpenses(value)); }, - $signature: 26 + $signature: 28 }; A.ExpenseScreen_build_closure16.prototype = { call$2(state, value) { @@ -506789,7 +516464,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByState(state)); }, - $signature: 65 + $signature: 67 }; A.ExpenseScreen_build_closure15.prototype = { call$2($status, value) { @@ -506799,7 +516474,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.ExpenseScreen_build_closure17.prototype = { call$0() { @@ -506875,7 +516550,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByState(state)); }, - $signature: 62 + $signature: 64 }; A.ExpenseScreen_build_closure12.prototype = { call$2($status, value) { @@ -506885,7 +516560,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 178 + $signature: 186 }; A.ExpenseScreen_build_closure5.prototype = { call$0() { @@ -506920,7 +516595,7 @@ call$2(context, vm) { return new A.ExpenseScreen(vm, null); }, - $signature: 2816 + $signature: 2817 }; A.ExpenseScreenVM.prototype = {}; A.ExpenseView.prototype = { @@ -507070,7 +516745,7 @@ t6 = true; return A.Column$(A._setArrayType([t1, new A.BottomButtons(t2, t5, B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], t3), t4) ? B.EntityAction_cloneToRecurring : B.EntityAction_cloneToExpense, t6, true, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 235 + $signature: 270 }; A._ExpenseViewState_build__closure.prototype = { call$0() { @@ -507124,7 +516799,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A.ExpenseViewDocuments_build_closure0.prototype = { call$0() { @@ -507407,7 +517082,7 @@ t3.$indexSet(0, t2, t1 !== 1 && t1 !== 0 ? A.formatNumber(t1, t6, _null, _null, B.FormatNumberType_3, true, _null, _null, false) : _null); return A._setArrayType([new A.FieldGrid(t3, _null)], type$.JSArray_Widget); }, - $signature: 305 + $signature: 292 }; A.ExpenseViewSchedule.prototype = { createState$0() { @@ -507449,7 +517124,7 @@ var _null = null; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, this.context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2817 + $signature: 2818 }; A.ExpenseViewScreen.prototype = { build$1(context) { @@ -507461,13 +517136,13 @@ call$1(store) { return A.ExpenseViewVM_ExpenseViewVM$fromStore(store); }, - $signature: 2818 + $signature: 2819 }; A.ExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, this.$this.isFilter, vm.state.uiState.expenseUIState.tabIndex, null); }, - $signature: 2819 + $signature: 2820 }; A.AbstractExpenseViewVM.prototype = { get$expense() { @@ -507493,13 +517168,13 @@ t1[0].call$1(new A.LoadExpense(completer, this.expense.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ExpenseViewVM_ExpenseViewVM$fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0.prototype = { call$3(context, multipartFiles, isPrivate) { @@ -507509,7 +517184,7 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.expense)); t1.then$1$1(0, new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0()); }, - $signature: 108 + $signature: 112 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1(client) { @@ -507521,14 +517196,15 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.ExpenseViewVM_ExpenseViewVM$fromStore___closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.ExpenseViewVM_ExpenseViewVM$fromStore___closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -507540,7 +517216,7 @@ }; A.ExpenseCategoryEdit.prototype = { createState$0() { - return new A._ExpenseCategoryEditState(new A.Debouncer(500), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + return new A._ExpenseCategoryEditState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._ExpenseCategoryEditState.prototype = { @@ -507632,7 +517308,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1(_) { @@ -507653,7 +517329,7 @@ t5 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._expense_category_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t3, _null, _null, false, _null, _null, new A._ExpenseCategoryEditState_build__closure(t1), true, _null, _null, B.TextAlign_4, new A._ExpenseCategoryEditState_build__closure0(t2)), A.FormColorPicker$(t4.color, _null, new A._ExpenseCategoryEditState_build__closure1(_this.viewModel, t4))], t5), _null, _null, false, _null, false, _null, _null)], t5), _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._ExpenseCategoryEditState_build__closure.prototype = { call$1(_) { @@ -507673,13 +517349,13 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._ExpenseCategoryEditState_build__closure1.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.expenseCategory.rebuild$1(new A._ExpenseCategoryEditState_build___closure(value))); }, - $signature: 186 + $signature: 199 }; A._ExpenseCategoryEditState_build___closure.prototype = { call$1(b) { @@ -507698,13 +517374,13 @@ call$1(store) { return A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore(store); }, - $signature: 2820 + $signature: 2821 }; A.ExpenseCategoryEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseCategoryEdit(viewModel, new A.ValueKey(viewModel.expenseCategory.updatedAt, type$.ValueKey_int)); }, - $signature: 2821 + $signature: 2822 }; A.ExpenseCategoryEditVM.prototype = { get$expenseCategory() { @@ -507720,7 +517396,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpenseCategory(expenseCategory)); }, - $signature: 406 + $signature: 410 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -507761,7 +517437,7 @@ t4[0].call$1(new A.SaveExpenseCategoryRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_ExpenseCategoryEntity), expenseCategory)); return t2.then$1$1(0, new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure(expenseCategory, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure.prototype = { call$1(savedExpenseCategory) { @@ -507798,14 +517474,15 @@ } else if (t2.uiState.expenseCategoryUIState.saveCompleter == null) A.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 406 + $signature: 410 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -507878,7 +517555,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.expenseCategoryList, B.EntityType_expenseCategory, new A.ExpenseCategoryListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ExpenseCategoryPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2822 + $signature: 2823 }; A.ExpenseCategoryListBuilder_build__closure.prototype = { call$2(context, index) { @@ -507893,7 +517570,7 @@ t3 = false; return A.ExpenseCategoryListItem$(t2, t1.filter, t3, null, false); }, - $signature: 880 + $signature: 780 }; A.ExpenseCategoryListVM.prototype = {}; A.ExpenseCategoryListVM_fromStore__handleRefresh.prototype = { @@ -507916,13 +517593,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ExpenseCategoryListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ExpenseCategoryListVM_fromStore_closure0.prototype = { call$1(field) { @@ -507959,7 +517636,7 @@ t4 = type$.JSArray_String; t5 = A.List_List$of(A._setArrayType([], t4), true, type$.String); B.JSArray_methods.addAll$1(t5, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t4)); - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_expenseCategory, false, B.List_empty27, new A.ExpenseCategoryScreen_build_closure(store), new A.ExpenseCategoryScreen_build_closure0(store), new A.ExpenseCategoryScreen_build_closure1(store), new A.ExpenseCategoryScreen_build_closure2(store), new A.ExpenseCategoryScreen_build_closure3(store), new A.ExpenseCategoryScreen_build_closure4(store), new A.ExpenseCategoryScreen_build_closure5(store), _null, A._setArrayType(["name", "updated_at"], t4), B.List_empty28, t5); + t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_expenseCategory, false, B.List_empty28, new A.ExpenseCategoryScreen_build_closure(store), new A.ExpenseCategoryScreen_build_closure0(store), new A.ExpenseCategoryScreen_build_closure1(store), new A.ExpenseCategoryScreen_build_closure2(store), new A.ExpenseCategoryScreen_build_closure3(store), new A.ExpenseCategoryScreen_build_closure4(store), new A.ExpenseCategoryScreen_build_closure5(store), _null, A._setArrayType(["name", "updated_at"], t4), B.List_empty29, t5); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_expenseCategory)) { t1 = A.Theme_of(context); @@ -508007,7 +517684,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpenseCategories(value)); }, - $signature: 26 + $signature: 28 }; A.ExpenseCategoryScreen_build_closure8.prototype = { call$2(state, value) { @@ -508015,7 +517692,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpenseCategoriesByState(state)); }, - $signature: 65 + $signature: 67 }; A.ExpenseCategoryScreen_build_closure4.prototype = { call$1(value) { @@ -508023,7 +517700,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortExpenseCategories(value)); }, - $signature: 38 + $signature: 40 }; A.ExpenseCategoryScreen_build_closure5.prototype = { call$2(state, value) { @@ -508031,7 +517708,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpenseCategoriesByState(state)); }, - $signature: 62 + $signature: 64 }; A.ExpenseCategoryScreen_build_closure.prototype = { call$0() { @@ -508098,7 +517775,7 @@ call$2(context, vm) { return new A.ExpenseCategoryScreen(vm, null); }, - $signature: 2824 + $signature: 2825 }; A.ExpenseCategoryScreenVM.prototype = {}; A.ExpenseCategoryView.prototype = { @@ -508175,13 +517852,13 @@ call$1(store) { return A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore(store); }, - $signature: 2825 + $signature: 2826 }; A.ExpenseCategoryViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseCategoryView(vm, this.$this.isFilter, null); }, - $signature: 2826 + $signature: 2827 }; A.ExpenseCategoryViewVM.prototype = { get$expenseCategory() { @@ -508201,7 +517878,8 @@ }; A.GroupEdit.prototype = { createState$0() { - return new A._GroupEditState(A.TextEditingController$(null), A.TextEditingController$(null), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._GroupEditState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A._GroupEditState.prototype = { @@ -508281,7 +517959,7 @@ b.get$_group_model$_$this()._group_model$_name = t1; return b; }, - $signature: 533 + $signature: 526 }; A._GroupEditState__onChanged_closure0.prototype = { call$0() { @@ -508293,7 +517971,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._GroupEditState_build_closure1.prototype = { call$1(_) { @@ -508313,7 +517991,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t3._group_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, new A._GroupEditState_build__closure(t3), true, _null, _null, B.TextAlign_4, new A._GroupEditState_build__closure0(t1))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._GroupEditState_build__closure.prototype = { call$1(_) { @@ -508333,7 +518011,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.GroupEditScreen.prototype = { build$1(context) { @@ -508345,13 +518023,13 @@ call$1(store) { return A.GroupEditVM_GroupEditVM$fromStore(store); }, - $signature: 2827 + $signature: 2828 }; A.GroupEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.GroupEdit(viewModel, new A.ValueKey(viewModel.group.updatedAt, type$.ValueKey_int)); }, - $signature: 2828 + $signature: 2829 }; A.GroupEditVM.prototype = { get$group() { @@ -508367,7 +518045,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateGroup(group)); }, - $signature: 330 + $signature: 332 }; A.GroupEditVM_GroupEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -508416,7 +518094,7 @@ t4[0].call$1(new A.SaveGroupRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_GroupEntity), group)); return t2.then$1$1(0, new A.GroupEditVM_GroupEditVM$fromStore___closure(group, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.GroupEditVM_GroupEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.GroupEditVM_GroupEditVM$fromStore___closure.prototype = { call$1(savedGroup) { @@ -508451,14 +518129,15 @@ } else A.viewEntity(false, savedGroup, null, true); }, - $signature: 330 + $signature: 332 }; A.GroupEditVM_GroupEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.GroupEditVM_GroupEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.GroupEditVM_GroupEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -508526,7 +518205,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.groupList, B.EntityType_group, new A.GroupListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 2829 + $signature: 2830 }; A.GroupListBuilder_build__closure.prototype = { call$2(context, index) { @@ -508541,7 +518220,7 @@ t3 = false; return new A.GroupListItem(t1.userCompany.user, t2, t1.filter, t3, null); }, - $signature: 2830 + $signature: 2831 }; A.GroupListVM.prototype = {}; A.GroupListVM_fromStore__handleRefresh.prototype = { @@ -508564,13 +518243,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.GroupListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.GroupListVM_fromStore_closure0.prototype = { call$1(field) { @@ -508597,7 +518276,7 @@ t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.AppLocalization); t3 = t1.uiState; t4 = t3.groupUIState.listUIState; - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_group, false, B.List_empty27, new A.GroupSettingsScreen_build_closure(store), _null, _null, _null, _null, new A.GroupSettingsScreen_build_closure0(store), new A.GroupSettingsScreen_build_closure1(store), _null, A._setArrayType(["name"], type$.JSArray_String), B.List_empty28, _null); + t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_group, false, B.List_empty28, new A.GroupSettingsScreen_build_closure(store), _null, _null, _null, _null, new A.GroupSettingsScreen_build_closure0(store), new A.GroupSettingsScreen_build_closure1(store), _null, A._setArrayType(["name"], type$.JSArray_String), B.List_empty29, _null); if (t1.prefState.appLayout === B.AppLayout_mobile && t1.userCompanyStates._list$_list[t3.selectedCompanyIndex].userCompany.can$2(B.UserPermission_create, B.EntityType_group)) { t1 = A.Theme_of(context); t3 = A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null); @@ -508627,7 +518306,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterGroups(value)); }, - $signature: 26 + $signature: 28 }; A.GroupSettingsScreen_build_closure4.prototype = { call$2(state, value) { @@ -508635,7 +518314,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterGroupsByState(state)); }, - $signature: 65 + $signature: 67 }; A.GroupSettingsScreen_build_closure5.prototype = { call$0() { @@ -508668,7 +518347,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterGroupsByState(state)); }, - $signature: 62 + $signature: 64 }; A.GroupSettingsScreen_build_closure.prototype = { call$0() { @@ -508703,7 +518382,7 @@ call$2(context, vm) { return new A.GroupSettingsScreen(vm, null); }, - $signature: 2831 + $signature: 2832 }; A.GroupScreenVM.prototype = {}; A.GroupView.prototype = { @@ -508792,7 +518471,7 @@ call$2(path, isPrivate) { return this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A._GroupViewState_build_closure1.prototype = { call$0() { @@ -509506,13 +519185,13 @@ call$1(store) { return A.GroupViewVM_GroupViewVM$fromStore(store); }, - $signature: 2832 + $signature: 2833 }; A.GroupViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.GroupView(vm, this.$this.isFilter, null); }, - $signature: 2833 + $signature: 2834 }; A.GroupViewVM.prototype = { get$group() { @@ -509540,7 +519219,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 112 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1(client) { @@ -509552,11 +519231,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.GroupViewVM_GroupViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.GroupViewVM_GroupViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.GroupViewVM_GroupViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -509682,13 +519362,13 @@ call$1(_) { this.$this._widget.viewModel.onSavePressed.call$2(this.context, this.action); }, - $signature: 26 + $signature: 28 }; A._InvoiceEditState_build_closure1.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._InvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -509700,12 +519380,12 @@ call$2(context, action) { return this.$this._invoice_edit$_onSavePressed$2(context, action); }, - $signature: 71 + $signature: 74 }; A._InvoiceEditState_build_closure.prototype = { call$0() { - var _this = this; - A.showDialog(null, B.Color_2315255808, true, new A._InvoiceEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, null, true, type$.InvoiceItemSelector); + var _this = this, _null = null; + A.showDialog(_null, _null, true, _null, new A._InvoiceEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, _null, true, type$.InvoiceItemSelector); }, $signature: 0 }; @@ -509719,21 +519399,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._InvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._InvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._InvoiceEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), true, null); }, - $signature: 302 + $signature: 285 }; A._InvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 86 }; A._InvoiceEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 301 + $signature: 284 }; A._InvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -509747,7 +519427,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 300 + $signature: 283 }; A.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -509818,7 +519498,7 @@ call$2(contactA, contactB) { return B.JSString_methods.compareTo$1(contactA.get$fullName().toLowerCase(), contactB.get$fullName().toLowerCase()); }, - $signature: 2834 + $signature: 2835 }; A.InvoiceEditContacts_build_closure0.prototype = { call$1(contact) { @@ -509826,7 +519506,7 @@ invitation = t1.getInvitationForVendorContact$1(contact); return new A._ContactListTile(contact.get$fullName(), contact.email, "", t1, invitation, new A.InvoiceEditContacts_build__closure0(this.$this, invitation, contact), null); }, - $signature: 2835 + $signature: 2836 }; A.InvoiceEditContacts_build__closure0.prototype = { call$0() { @@ -509844,7 +519524,7 @@ else return B.JSString_methods.compareTo$1(contactA.get$fullName().toLowerCase(), contactB.get$fullName().toLowerCase()); }, - $signature: 2836 + $signature: 2837 }; A.InvoiceEditContacts_build_closure2.prototype = { call$1(contact) { @@ -509857,7 +519537,7 @@ t3 = ""; return new A._ContactListTile(t2, contact.email, t3, t1, invitation, new A.InvoiceEditContacts_build__closure(this.$this, invitation, contact), null); }, - $signature: 2837 + $signature: 2838 }; A.InvoiceEditContacts_build__closure.prototype = { call$0() { @@ -509966,7 +519646,7 @@ t2.toString; return A._setArrayType([t4, A.PopupMenuItem$(new A.IconText(t3, B.IconData_57744_MaterialIcons_null_false, _null, _null, false, _null), t2, t5)], type$.JSArray_PopupMenuEntry_String); }, - $signature: 311 + $signature: 314 }; A._ContactListTileState_build_closure0.prototype = { call$1(action) { @@ -510072,13 +519752,13 @@ call$1(store) { return A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, this.$this.entityType); }, - $signature: 2838 + $signature: 2839 }; A.InvoiceEditContactsScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditContacts(viewModel, null); }, - $signature: 2839 + $signature: 2840 }; A.EntityEditContactsVM.prototype = { get$company() { @@ -510122,7 +519802,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2840 + $signature: 2841 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0.prototype = { call$1(contact) { @@ -510141,7 +519821,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2841 + $signature: 2842 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1.prototype = { call$1(invitation) { @@ -510170,12 +519850,12 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2842 + $signature: 2843 }; A.InvoiceEditDesktop.prototype = { createState$0() { - var _null = null; - return new A.InvoiceEditDesktopState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), _null, _null, B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.InvoiceEditDesktopState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), null, null, B._StateLifecycle_0); } }; A.InvoiceEditDesktopState.prototype = { @@ -510658,7 +520338,7 @@ t10.toString; t10 = J.$index$asx(t10, "subtotal"); t10.toString; - t10 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t10, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t10 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t10, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t13 = invoice.calculateSubtotal$1$precision(A.precisionForInvoice(state, invoice)); t16 = invoice.calculateSubtotal$1$precision(A.precisionForInvoice(state, invoice)); t17 = t12 ? _null : t5; @@ -510672,7 +520352,7 @@ t13.toString; t13 = J.$index$asx(t13, "paid_to_date"); t13.toString; - t13 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t13, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t13 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t13, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t16 = originalInvoice.paidToDate; t17 = t12 ? _null : t5; t10.push(A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, t13, false, false, _null, A.formatNumber(t16, context, t17, _null, B.FormatNumberType_0, true, _null, t12 ? t6 : _null, false), _null, new A.ValueKey("__invoice_paid_to_date_" + A.S(t16) + "_" + t5 + "__", t8), _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_5, _null, _null, _null)); @@ -510744,7 +520424,7 @@ t7 = J.$index$asx(t7, "balance_due"); t7.toString; } - t7 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t7 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t11 = originalInvoice.paidToDate; t13 = invoice.calculateTotal$1$precision(A.precisionForInvoice(state, invoice)); t16 = invoice.calculateTotal$1$precision(A.precisionForInvoice(state, invoice)); @@ -510757,7 +520437,7 @@ t11.toString; t11 = J.$index$asx(t11, "partial_due"); t11.toString; - t11 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t11, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t11 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t11, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t13 = t12 ? _null : t5; t10.push(A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, t11, false, false, _null, A.formatNumber(t7, context, t13, _null, B.FormatNumberType_0, true, _null, t12 ? t6 : _null, false), _null, new A.ValueKey(_s16_ + A.S(t7) + "_" + t5 + "__", t8), _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_5, _null, _null, _null)); } @@ -510847,13 +520527,13 @@ call$1(item) { return !item.get$isEmpty(item) && item.typeId !== "2"; }, - $signature: 85 + $signature: 86 }; A.InvoiceEditDesktopState_build_closure0.prototype = { call$1(item) { return !item.get$isEmpty(item) && item.typeId === "2"; }, - $signature: 85 + $signature: 86 }; A.InvoiceEditDesktopState_build_closure1.prototype = { call$1(vendor) { @@ -510861,13 +520541,13 @@ t1.toString; t1.call$3(this.context, this.invoice, type$.nullable_VendorEntity._as(vendor)); }, - $signature: 48 + $signature: 52 }; A.InvoiceEditDesktopState_build_closure2.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 287 + $signature: 318 }; A.InvoiceEditDesktopState_build_closure3.prototype = { call$1(client) { @@ -510875,13 +520555,13 @@ t1.toString; t1.call$3(this.context, this.invoice, type$.nullable_ClientEntity._as(client)); }, - $signature: 48 + $signature: 52 }; A.InvoiceEditDesktopState_build_closure4.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 287 + $signature: 318 }; A.InvoiceEditDesktopState_build_closure5.prototype = { call$0() { @@ -510913,13 +520593,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 267 + $signature: 320 }; A.InvoiceEditDesktopState_build_closure9.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure20(date))); }, - $signature: 47 + $signature: 49 }; A.InvoiceEditDesktopState_build__closure20.prototype = { call$1(b) { @@ -510932,7 +520612,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure19(value))); }, - $signature: 32 + $signature: 33 }; A.InvoiceEditDesktopState_build__closure19.prototype = { call$1(b) { @@ -510946,7 +520626,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 166 + $signature: 191 }; A.InvoiceEditDesktopState_build_closure13.prototype = { call$1(value) { @@ -510986,7 +520666,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "" + value, type$.String); }, - $signature: 594 + $signature: 534 }; A.InvoiceEditDesktopState_build_closure15.prototype = { call$1(val) { @@ -511002,13 +520682,13 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.InvoiceEditDesktopState_build_closure14.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure17(date))); }, - $signature: 47 + $signature: 49 }; A.InvoiceEditDesktopState_build__closure17.prototype = { call$1(b) { @@ -511021,7 +520701,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure16(date))); }, - $signature: 47 + $signature: 49 }; A.InvoiceEditDesktopState_build__closure16.prototype = { call$1(b) { @@ -511046,13 +520726,13 @@ else return null; }, - $signature: 31 + $signature: 32 }; A.InvoiceEditDesktopState_build_closure18.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure15(date))); }, - $signature: 47 + $signature: 49 }; A.InvoiceEditDesktopState_build__closure15.prototype = { call$1(b) { @@ -511075,13 +520755,13 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.InvoiceEditDesktopState_build_closure20.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure14(value))); }, - $signature: 28 + $signature: 30 }; A.InvoiceEditDesktopState_build__closure14.prototype = { call$1(b) { @@ -511095,20 +520775,20 @@ var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A.InvoiceEditDesktopState_build__closure13(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 304 + $signature: 290 }; A.InvoiceEditDesktopState_build__closure13.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 283 + $signature: 289 }; A.InvoiceEditDesktopState_build_closure23.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure12(value))); }, - $signature: 32 + $signature: 33 }; A.InvoiceEditDesktopState_build__closure12.prototype = { call$1(b) { @@ -511121,14 +520801,14 @@ call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 40 + $signature: 41 }; A.InvoiceEditDesktopState_build_closure24.prototype = { call$1(index) { var t1 = this.$this; t1.setState$1(new A.InvoiceEditDesktopState_build__closure11(t1, index)); }, - $signature: 160 + $signature: 156 }; A.InvoiceEditDesktopState_build__closure11.prototype = { call$0() { @@ -511227,13 +520907,13 @@ } return A.GridView$count((constraints.maxWidth / 2 - 8) / 50, t4, 2, 16, 12, _null, new A.NeverScrollableScrollPhysics(_null), true, true); }, - $signature: 352 + $signature: 433 }; A.InvoiceEditDesktopState_build__closure0.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure8(value))); }, - $signature: 140 + $signature: 147 }; A.InvoiceEditDesktopState_build___closure8.prototype = { call$1(b) { @@ -511275,7 +520955,7 @@ } else t2.onChanged.call$1(t3.rebuild$1(new A.InvoiceEditDesktopState_build___closure6(projectId))); }, - $signature: 38 + $signature: 40 }; A.InvoiceEditDesktopState_build___closure5.prototype = { call$1(b) { @@ -511295,7 +520975,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure4(client))); }, - $signature: 48 + $signature: 52 }; A.InvoiceEditDesktopState_build___closure4.prototype = { call$1(b) { @@ -511312,7 +520992,7 @@ call$1(vendor) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure2(vendor))); }, - $signature: 63 + $signature: 66 }; A.InvoiceEditDesktopState_build___closure2.prototype = { call$1(b) { @@ -511322,7 +521002,7 @@ t1 = ""; return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 156 + $signature: 168 }; A.InvoiceEditDesktopState_build__closure4.prototype = { call$2(completer, $name) { @@ -511331,14 +521011,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A.InvoiceEditDesktopState_build___closure3.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 92 + $signature: 95 }; A.InvoiceEditDesktopState_build__closure6.prototype = { call$1(value) { @@ -511384,7 +521064,7 @@ call$2(path, isPrivate) { return this.$this._widget.entityViewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A.InvoiceEditDesktopState_build_closure29.prototype = { call$0() { @@ -511398,23 +521078,24 @@ call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 152 + $signature: 163 }; A.InvoiceEditDesktopState_build_closure31.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 152 + $signature: 163 }; A.InvoiceEditDesktopState_build_closure32.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 152 + $signature: 163 }; A.InvoiceEditDesktopState_build_closure33.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, true, new A.InvoiceEditDesktopState_build__closure(this.invoice), this.context, null, true, type$.void); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.InvoiceEditDesktopState_build__closure(this.invoice), this.context, _null, true, type$.void); }, $signature: 4 }; @@ -511422,7 +521103,7 @@ call$1(context) { return new A.InvoiceTaxDetails(this.invoice, null); }, - $signature: 868 + $signature: 782 }; A._PdfPreview0.prototype = { createState$0() { @@ -511613,7 +521294,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 466 + $signature: 606 }; A.__PdfPreviewState__loadPdf__closure0.prototype = { call$0() { @@ -511681,7 +521362,7 @@ call$1(format) { return this.$this._invoice_edit_desktop$_response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A._InvoiceEditDesktopState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -511700,8 +521381,8 @@ }; A.InvoiceEditDetails.prototype = { createState$0() { - var _null = null; - return new A.InvoiceEditDetailsState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.InvoiceEditDetailsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A.InvoiceEditDetailsState.prototype = { @@ -512167,13 +521848,13 @@ t1.toString; t1.call$3(this.context, this.invoice, type$.nullable_VendorEntity._as(vendor)); }, - $signature: 48 + $signature: 52 }; A.InvoiceEditDetailsState_build_closure0.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 287 + $signature: 318 }; A.InvoiceEditDetailsState_build_closure1.prototype = { call$1(client) { @@ -512181,13 +521862,13 @@ t1.toString; return t1.call$3(this.context, this.invoice, type$.nullable_ClientEntity._as(client)); }, - $signature: 63 + $signature: 66 }; A.InvoiceEditDetailsState_build_closure2.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 287 + $signature: 318 }; A.InvoiceEditDetailsState_build_closure3.prototype = { call$1(val) { @@ -512203,7 +521884,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.InvoiceEditDetailsState_build_closure4.prototype = { call$1(userId) { @@ -512236,13 +521917,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 267 + $signature: 320 }; A.InvoiceEditDetailsState_build_closure7.prototype = { call$2(date, _) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure17(date))); }, - $signature: 307 + $signature: 294 }; A.InvoiceEditDetailsState_build__closure17.prototype = { call$1(b) { @@ -512255,7 +521936,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure16(value))); }, - $signature: 32 + $signature: 33 }; A.InvoiceEditDetailsState_build__closure16.prototype = { call$1(b) { @@ -512269,13 +521950,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 166 + $signature: 191 }; A.InvoiceEditDetailsState_build_closure11.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure15(value))); }, - $signature: 32 + $signature: 33 }; A.InvoiceEditDetailsState_build__closure15.prototype = { call$1(b) { @@ -512309,7 +521990,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "" + value, type$.String); }, - $signature: 594 + $signature: 534 }; A.InvoiceEditDetailsState_build_closure13.prototype = { call$1(val) { @@ -512325,13 +522006,13 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.InvoiceEditDetailsState_build_closure12.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure14(date))); }, - $signature: 47 + $signature: 49 }; A.InvoiceEditDetailsState_build__closure14.prototype = { call$1(b) { @@ -512344,7 +522025,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure13(date))); }, - $signature: 47 + $signature: 49 }; A.InvoiceEditDetailsState_build__closure13.prototype = { call$1(b) { @@ -512369,13 +522050,13 @@ else return null; }, - $signature: 31 + $signature: 32 }; A.InvoiceEditDetailsState_build_closure16.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure12(date))); }, - $signature: 47 + $signature: 49 }; A.InvoiceEditDetailsState_build__closure12.prototype = { call$1(b) { @@ -512388,7 +522069,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure11(value))); }, - $signature: 28 + $signature: 30 }; A.InvoiceEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -512402,20 +522083,20 @@ var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A.InvoiceEditDetailsState_build__closure10(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 304 + $signature: 290 }; A.InvoiceEditDetailsState_build__closure10.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 283 + $signature: 289 }; A.InvoiceEditDetailsState_build_closure20.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure9(value))); }, - $signature: 32 + $signature: 33 }; A.InvoiceEditDetailsState_build__closure9.prototype = { call$1(b) { @@ -512428,31 +522109,31 @@ call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 40 + $signature: 41 }; A.InvoiceEditDetailsState_build_closure21.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 117 + $signature: 119 }; A.InvoiceEditDetailsState_build_closure22.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 117 + $signature: 119 }; A.InvoiceEditDetailsState_build_closure23.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 117 + $signature: 119 }; A.InvoiceEditDetailsState_build_closure24.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure8(value))); }, - $signature: 286 + $signature: 316 }; A.InvoiceEditDetailsState_build__closure8.prototype = { call$1(b) { @@ -512481,7 +522162,7 @@ } else t2.onChanged.call$1(t3.rebuild$1(new A.InvoiceEditDetailsState_build__closure7(projectId))); }, - $signature: 38 + $signature: 40 }; A.InvoiceEditDetailsState_build__closure6.prototype = { call$1(b) { @@ -512501,7 +522182,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure5(client))); }, - $signature: 48 + $signature: 52 }; A.InvoiceEditDetailsState_build__closure5.prototype = { call$1(b) { @@ -512518,7 +522199,7 @@ call$1(vendor) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure3(vendor))); }, - $signature: 63 + $signature: 66 }; A.InvoiceEditDetailsState_build__closure3.prototype = { call$1(b) { @@ -512528,7 +522209,7 @@ t1 = ""; return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 156 + $signature: 168 }; A.InvoiceEditDetailsState_build_closure27.prototype = { call$2(completer, $name) { @@ -512537,14 +522218,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A.InvoiceEditDetailsState_build__closure4.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 92 + $signature: 95 }; A.InvoiceEditDetailsState_build_closure29.prototype = { call$1(value) { @@ -512588,7 +522269,8 @@ }; A.InvoiceEditDetailsState_build_closure32.prototype = { call$0() { - A.showDialog(null, B.Color_2315255808, true, new A.InvoiceEditDetailsState_build__closure(this.invoice), this.context, null, true, type$.void); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.InvoiceEditDetailsState_build__closure(this.invoice), this.context, _null, true, type$.void); }, $signature: 4 }; @@ -512596,7 +522278,7 @@ call$1(context) { return new A.InvoiceTaxDetails(this.invoice, null); }, - $signature: 868 + $signature: 782 }; A.InvoiceEditDetailsScreen.prototype = { build$1(context) { @@ -512608,7 +522290,7 @@ call$1(store) { return A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore(store); }, - $signature: 2847 + $signature: 2848 }; A.InvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -512617,7 +522299,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_invoice, null); }, - $signature: 2848 + $signature: 2849 }; A.EntityEditDetailsVM.prototype = { get$company() { @@ -512634,7 +522316,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 155 + $signature: 154 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -512649,7 +522331,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateInvoiceClient(client)); }, - $signature: 383 + $signature: 350 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -512662,7 +522344,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 127 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -512670,7 +522352,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/invoice/edit")); }, - $signature: 34 + $signature: 35 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { @@ -512678,7 +522360,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/invoice/edit")); }, - $signature: 100 + $signature: 106 }; A.InvoiceEditFooter.prototype = { build$1(context) { @@ -512745,7 +522427,8 @@ }; A._InvoiceEditItemsState.prototype = { _showInvoiceItemEditor$2(lineItemIndex, context) { - A.showDialog(null, B.Color_2315255808, true, new A._InvoiceEditItemsState__showInvoiceItemEditor_closure(this, lineItemIndex), context, null, true, type$.ItemEditDetails); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._InvoiceEditItemsState__showInvoiceItemEditor_closure(this, lineItemIndex), context, _null, true, type$.ItemEditDetails); }, build$1(context) { var itemIndex, t3, i, _null = null, @@ -512786,7 +522469,7 @@ t3.toString; return new A.ItemEditDetails(t3, t2.lineItems._list$_list[t3], viewModel, t1, new A.ValueKey("__" + A.S(t3) + "__", type$.ValueKey_String)); }, - $signature: 2849 + $signature: 2850 }; A._InvoiceEditItemsState_build_closure.prototype = { call$1(duration) { @@ -512810,7 +522493,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2850 + $signature: 2851 }; A._InvoiceEditItemsState_build_closure0.prototype = { call$0() { @@ -512820,8 +522503,8 @@ }; A.ItemEditDetails.prototype = { createState$0() { - var _null = null; - return new A.ItemEditDetailsState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.ItemEditDetailsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A.ItemEditDetailsState.prototype = { @@ -513095,7 +522778,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t1; return b; }, - $signature: 53 + $signature: 55 }; A.ItemEditDetailsState__onChanged_closure0.prototype = { call$1(b) { @@ -513103,7 +522786,7 @@ b.get$_invoice_model$_$this()._invoice_model$_taxCategoryId = t1; return b; }, - $signature: 53 + $signature: 55 }; A.ItemEditDetailsState_build_closure.prototype = { call$0() { @@ -513118,7 +522801,7 @@ t1.viewModel.onRemoveInvoiceItemPressed.call$1(t1.index); A.Navigator_of(this.context, false).pop$0(); }, - $signature: 26 + $signature: 28 }; A.ItemEditDetailsState_build_closure0.prototype = { call$0() { @@ -513147,14 +522830,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_k38sM.$index(0, key)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.String); }, - $signature: 40 + $signature: 41 }; A.ItemEditDetailsState_build_closure3.prototype = { call$1(taxRate) { var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 152 + $signature: 163 }; A.ItemEditDetailsState_build__closure1.prototype = { call$0() { @@ -513169,7 +522852,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 152 + $signature: 163 }; A.ItemEditDetailsState_build__closure0.prototype = { call$0() { @@ -513184,7 +522867,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 152 + $signature: 163 }; A.ItemEditDetailsState_build__closure.prototype = { call$0() { @@ -513642,7 +523325,7 @@ t17 = J.total$2$z(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision); t18 = J.total$2$z(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision); t19 = t9 ? _null : t5; - t16.push(new A.Padding(B.EdgeInsets_0_0_16_0, A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, B.InputDecoration_9Is, false, false, _null, A.formatNumber(t18, context, t19, _null, B.FormatNumberType_0, true, _null, t9 ? t13 : _null, false), _null, new A.ValueKey("__total_" + t14 + "_" + A.S(t17) + "_" + t5 + "__", t6), _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, B.TextAlign_1, _null, _null, _null), _null)); + t16.push(new A.Padding(B.EdgeInsets_0_0_16_0, A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, B.InputDecoration_vBr, false, false, _null, A.formatNumber(t18, context, t19, _null, B.FormatNumberType_0, true, _null, t9 ? t13 : _null, false), _null, new A.ValueKey("__total_" + t14 + "_" + A.S(t17) + "_" + t5 + "__", t6), _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, B.TextAlign_1, _null, _null, _null), _null)); t16.push(A.PopupMenuButton$(_null, _null, !J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index)), new A.Icon(B.IconData_58372_MaterialIcons_null_false, _null, _null, _null, _null), _null, new A._InvoiceEditItemsDesktopState_build_closure8(_this, includedLineItems, lineItems, index, t1), new A._InvoiceEditItemsDesktopState_build_closure9(_this, t1, lineItems, index, viewModel), B.EdgeInsets_8_8_8_8, _null, t8)); t7.push(new A.TableRow(new A.ValueKey("__line_item_" + t14 + "_" + A.S(t15) + "__", t6), _null, t16)); } @@ -513659,31 +523342,31 @@ t1 = true; return t1; }, - $signature: 85 + $signature: 86 }; A._InvoiceEditItemsDesktopState__updateColumns_closure0.prototype = { call$1(item) { return item.taxName1.length !== 0; }, - $signature: 85 + $signature: 86 }; A._InvoiceEditItemsDesktopState__updateColumns_closure1.prototype = { call$1(item) { return item.taxName2.length !== 0; }, - $signature: 85 + $signature: 86 }; A._InvoiceEditItemsDesktopState__updateColumns_closure2.prototype = { call$1(item) { return item.taxName3.length !== 0; }, - $signature: 85 + $signature: 86 }; A._InvoiceEditItemsDesktopState__updateColumns_closure3.prototype = { call$1(value) { return value.split(".")[1]; }, - $signature: 30 + $signature: 31 }; A._InvoiceEditItemsDesktopState__updateTable_closure.prototype = { call$0() { @@ -513705,7 +523388,7 @@ $.Debouncer_action = null; } }, - $signature: 11 + $signature: 12 }; A._InvoiceEditItemsDesktopState_build_closure.prototype = { call$1(lineItem) { @@ -513716,13 +523399,13 @@ t1 = true; return t1; }, - $signature: 85 + $signature: 86 }; A._InvoiceEditItemsDesktopState_build_closure0.prototype = { call$1(widget) { return A.Expanded$(widget, 1); }, - $signature: 2851 + $signature: 2852 }; A._InvoiceEditItemsDesktopState_build_closure1.prototype = { call$0() { @@ -513762,7 +523445,7 @@ t4.push(new A.Padding(B.EdgeInsets_8_8_8_8, A.Icon$(B.IconData_57862_MaterialIcons_null_false, _null, _null, _null), _null)); return new A.ReorderableDragStartListener(new A.Padding(B.EdgeInsets_0_4_0_4, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), index, true, new A.ObjectKey(item)); }, - $signature: 102 + $signature: 104 }; A._InvoiceEditItemsDesktopState_build__closure33.prototype = { call$1(column) { @@ -513810,13 +523493,13 @@ return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, B.TextAlign_1, _null, _null); } }, - $signature: 2852 + $signature: 2853 }; A._InvoiceEditItemsDesktopState_build__closure34.prototype = { call$1(widget) { return A.Expanded$(new A.Padding(B.EdgeInsets_0_0_16_0, widget, null), 1); }, - $signature: 2853 + $signature: 2854 }; A._InvoiceEditItemsDesktopState_build_closure3.prototype = { call$2(oldIndex, newIndex) { @@ -513827,19 +523510,19 @@ --newIndex; this.viewModel.onMovedInvoiceItem.call$2(oldIndex, newIndex); }, - $signature: 199 + $signature: 232 }; A._InvoiceEditItemsDesktopState_build_closure4.prototype = { call$1(item) { return item.get$isEmpty(item); }, - $signature: 85 + $signature: 86 }; A._InvoiceEditItemsDesktopState_build_closure5.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 85 + $signature: 86 }; A._InvoiceEditItemsDesktopState_build_closure6.prototype = { call$0() { @@ -513865,7 +523548,7 @@ t4 = _this.company; t5 = _this.state; t6 = _this.invoice; - return A.Focus$(false, _null, new A.Padding(B.EdgeInsets_0_0_16_0, new A.RawAutocomplete(new A._InvoiceEditItemsDesktopState_build__closure0(t1, t3, t2), _null, new A._InvoiceEditItemsDesktopState_build__closure1(_this.theme, t5, t6, t4), new A._InvoiceEditItemsDesktopState_build__closure2(), new A._InvoiceEditItemsDesktopState_build__closure3(t1, t3, t2, t5, t6, t4, _this.viewModel), new A._InvoiceEditItemsDesktopState_build__closure4(_this.productIds, _this.productState, t4, t3, t2), _null, new A.TextEditingValue(J.$index$asx(t3._copy_on_write_list$_list, t2).productKey, B.TextSelection_ke5, B.TextRange_m1_m1), new A.ValueKey("__line_item_" + t2 + "_name__", type$.ValueKey_String), type$.RawAutocomplete_ProductEntity), _null), _null, _null, _null, _null, true, _null, new A._InvoiceEditItemsDesktopState_build__closure5(t1, t2), _null, _null, _null, true); + return A.Focus$(false, _null, new A.Padding(B.EdgeInsets_0_0_16_0, A.RawAutocomplete$(new A._InvoiceEditItemsDesktopState_build__closure0(), new A._InvoiceEditItemsDesktopState_build__closure1(t1, t3, t2), _null, new A.TextEditingValue(J.$index$asx(t3._copy_on_write_list$_list, t2).productKey, B.TextSelection_ke5, B.TextRange_m1_m1), new A.ValueKey("__line_item_" + t2 + "_name__", type$.ValueKey_String), new A._InvoiceEditItemsDesktopState_build__closure2(t1, t3, t2, t5, t6, t4, _this.viewModel), new A._InvoiceEditItemsDesktopState_build__closure3(_this.productIds, _this.productState, t4, t3, t2), new A._InvoiceEditItemsDesktopState_build__closure4(_this.theme, t5, t6, t4), _null, type$.ProductEntity), _null), _null, _null, _null, _null, true, _null, new A._InvoiceEditItemsDesktopState_build__closure5(t1, t2), _null, _null, _null, true); } else if (column === "description") { t1 = _this.$this; t2 = _this.index; @@ -513960,7 +523643,7 @@ } } }, - $signature: 2854 + $signature: 2855 }; A._InvoiceEditItemsDesktopState_build__closure5.prototype = { call$1(hasFocus) { @@ -513970,40 +523653,40 @@ }, $signature: 13 }; - A._InvoiceEditItemsDesktopState_build__closure4.prototype = { + A._InvoiceEditItemsDesktopState_build__closure3.prototype = { call$1(textEditingValue) { var _this = this, t1 = type$.WhereTypeIterable_ProductEntity, t2 = t1._eval$1("WhereIterable"), - options = A.List_List$of(new A.WhereIterable(new A.WhereTypeIterable(J.map$1$1$ax(_this.productIds, new A._InvoiceEditItemsDesktopState_build___closure12(_this.productState), type$.nullable_ProductEntity), t1), new A._InvoiceEditItemsDesktopState_build___closure13(textEditingValue, _this.company), t2), true, t2._eval$1("Iterable.E")); + options = A.List_List$of(new A.WhereIterable(new A.WhereTypeIterable(J.map$1$1$ax(_this.productIds, new A._InvoiceEditItemsDesktopState_build___closure13(_this.productState), type$.nullable_ProductEntity), t1), new A._InvoiceEditItemsDesktopState_build___closure14(textEditingValue, _this.company), t2), true, t2._eval$1("Iterable.E")); if (options.length === 1 && options[0].productKey.toLowerCase() === J.$index$asx(_this.lineItems._copy_on_write_list$_list, _this.index).productKey.toLowerCase()) return A._setArrayType([], type$.JSArray_ProductEntity); return options; }, - $signature: 2855 + $signature: 2856 }; - A._InvoiceEditItemsDesktopState_build___closure12.prototype = { + A._InvoiceEditItemsDesktopState_build___closure13.prototype = { call$1(productId) { return this.productState.map._map$_map.$index(0, productId); }, - $signature: 393 + $signature: 400 }; - A._InvoiceEditItemsDesktopState_build___closure13.prototype = { + A._InvoiceEditItemsDesktopState_build___closure14.prototype = { call$1(product) { var filter = this.textEditingValue.text.toLowerCase(); if (this.company.showProductDetails && B.JSString_methods.contains$1(product.notes.toLowerCase(), filter)) return true; return B.JSString_methods.contains$1(product.productKey.toLowerCase(), filter); }, - $signature: 822 + $signature: 671 }; - A._InvoiceEditItemsDesktopState_build__closure2.prototype = { + A._InvoiceEditItemsDesktopState_build__closure0.prototype = { call$1(product) { return product.productKey; }, - $signature: 2856 + $signature: 2857 }; - A._InvoiceEditItemsDesktopState_build__closure3.prototype = { + A._InvoiceEditItemsDesktopState_build__closure2.prototype = { call$1(product) { var t6, exchangeRate, updatedItem, _this = this, t1 = {}, t2 = _this.index, @@ -514029,14 +523712,14 @@ t4 = 2; t1.cost = A.round(cost * exchangeRate, t4); } - updatedItem = t3.fillProducts ? item.rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure14(t1, product, item, _this.viewModel, t3)) : item.rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure15(product)); + updatedItem = t3.fillProducts ? item.rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure15(t1, product, item, _this.viewModel, t3)) : item.rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure16(product)); t1 = _this.$this; t1._invoice_edit_items_desktop$_onChanged$3$debounce(updatedItem, t2, false); t1._updateTable$0(); }, - $signature: 507 + $signature: 498 }; - A._InvoiceEditItemsDesktopState_build___closure14.prototype = { + A._InvoiceEditItemsDesktopState_build___closure15.prototype = { call$1(b) { var t2, t3, t4, t5, _this = this, t1 = _this.product; @@ -514078,21 +523761,21 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 53 + $signature: 55 }; - A._InvoiceEditItemsDesktopState_build___closure15.prototype = { + A._InvoiceEditItemsDesktopState_build___closure16.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_productKey = this.product.productKey; return b; }, - $signature: 53 + $signature: 55 }; - A._InvoiceEditItemsDesktopState_build__closure0.prototype = { + A._InvoiceEditItemsDesktopState_build__closure1.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { var _null = null; return A.DecoratedFormField$(false, _null, false, textEditingController, _null, true, focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._InvoiceEditItemsDesktopState_build___closure17(this.$this, this.lineItems, this.index), new A._InvoiceEditItemsDesktopState_build___closure18(onFieldSubmitted), _null, false, _null, _null, B.TextAlign_4, _null); }, - $signature: 474 + $signature: 558 }; A._InvoiceEditItemsDesktopState_build___closure18.prototype = { call$1(value) { @@ -514112,18 +523795,18 @@ b.get$_invoice_model$_$this()._invoice_model$_productKey = this.value; return b; }, - $signature: 53 + $signature: 55 }; - A._InvoiceEditItemsDesktopState_build__closure1.prototype = { + A._InvoiceEditItemsDesktopState_build__closure4.prototype = { call$3(context, onSelected, options) { var _this = this, _null = null, highlightedIndex = A.AutocompleteHighlightedOption_of(context), t1 = A.Theme_of(context); - return new A.Theme(_this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.ScrollableListViewBuilder$(new A._InvoiceEditItemsDesktopState_build___closure16(options, highlightedIndex, _this.state, onSelected, _this.invoice, _this.company), J.get$length$asx(options), _null, false, _null, _null), B.Clip_0, t1.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); + return new A.Theme(_this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.ScrollableListViewBuilder$(new A._InvoiceEditItemsDesktopState_build___closure12(options, highlightedIndex, _this.state, onSelected, _this.invoice, _this.company), J.get$length$asx(options), _null, false, _null, _null), B.Clip_0, t1.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 2857 + $signature: 2858 }; - A._InvoiceEditItemsDesktopState_build___closure16.prototype = { + A._InvoiceEditItemsDesktopState_build___closure12.prototype = { call$2(context, index) { var t1, t2, t3, _this = this, _null = null, entity = J.elementAt$1$ax(_this.options, index); @@ -514138,13 +523821,13 @@ t3 = entity instanceof A._$ProductEntity && t2.showProductDetails ? entity.notes : _null; return A.Container$(_null, new A.EntityAutocompleteListTile(entity, new A._InvoiceEditItemsDesktopState_build____closure(_this.onSelected), _null, t3, new A._InvoiceEditItemsDesktopState_build____closure0(_this.invoice, t2, context), _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 844 + $signature: 784 }; A._InvoiceEditItemsDesktopState_build____closure.prototype = { call$1(entity) { return this.onSelected.call$1(type$.ProductEntity._as(entity)); }, - $signature: 248 + $signature: 259 }; A._InvoiceEditItemsDesktopState_build____closure0.prototype = { call$1(entity) { @@ -514153,7 +523836,7 @@ t1 = this.invoice.entityType === B.EntityType_purchaseOrder && this.company.enableProductCost && entity.cost !== 0 ? entity.cost : entity.price; return A.formatNumber(t1, this.context, _null, _null, B.FormatNumberType_0, true, _null, _null, false); }, - $signature: 400 + $signature: 439 }; A._InvoiceEditItemsDesktopState_build__closure7.prototype = { call$1(hasFocus) { @@ -514173,7 +523856,7 @@ b.get$_invoice_model$_$this()._invoice_model$_notes = this.value; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure9.prototype = { call$1(hasFocus) { @@ -514193,7 +523876,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue1 = this.value; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure11.prototype = { call$1(hasFocus) { @@ -514213,7 +523896,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue2 = this.value; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure13.prototype = { call$1(hasFocus) { @@ -514233,7 +523916,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue3 = this.value; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure15.prototype = { call$1(hasFocus) { @@ -514253,7 +523936,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = this.value; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure18.prototype = { call$1(hasFocus) { @@ -514273,14 +523956,14 @@ b.get$_invoice_model$_$this()._invoice_model$_taxCategoryId = this.value; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure16.prototype = { call$1(key) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_k38sM.$index(0, key)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.String); }, - $signature: 40 + $signature: 41 }; A._InvoiceEditItemsDesktopState_build__closure20.prototype = { call$1(hasFocus) { @@ -514293,7 +523976,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure5(taxRate)), t1, false); }, - $signature: 547 + $signature: 449 }; A._InvoiceEditItemsDesktopState_build___closure5.prototype = { call$1(b) { @@ -514302,7 +523985,7 @@ b.get$_invoice_model$_$this()._taxRate1 = t1.rate; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure21.prototype = { call$0() { @@ -514318,7 +524001,7 @@ b.get$_invoice_model$_$this()._invoice_model$_taxCategoryId = "1"; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure23.prototype = { call$1(hasFocus) { @@ -514331,7 +524014,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure3(taxRate)), t1, false); }, - $signature: 547 + $signature: 449 }; A._InvoiceEditItemsDesktopState_build___closure3.prototype = { call$1(b) { @@ -514340,7 +524023,7 @@ b.get$_invoice_model$_$this()._taxRate2 = t1.rate; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure25.prototype = { call$1(hasFocus) { @@ -514353,7 +524036,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure2(taxRate)), t1, false); }, - $signature: 547 + $signature: 449 }; A._InvoiceEditItemsDesktopState_build___closure2.prototype = { call$1(b) { @@ -514362,7 +524045,7 @@ b.get$_invoice_model$_$this()._taxRate3 = t1.rate; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure27.prototype = { call$1(hasFocus) { @@ -514383,7 +524066,7 @@ b.get$_invoice_model$_$this()._invoice_model$_cost = t1; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure29.prototype = { call$1(hasFocus) { @@ -514404,7 +524087,7 @@ b.get$_invoice_model$_$this()._invoice_model$_quantity = t1; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build__closure31.prototype = { call$1(hasFocus) { @@ -514425,7 +524108,7 @@ b.get$_invoice_model$_$this()._discount = t1; return b; }, - $signature: 53 + $signature: 55 }; A._InvoiceEditItemsDesktopState_build_closure8.prototype = { call$1(context) { @@ -514481,13 +524164,13 @@ t1 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t4, t1), new A._InvoiceEditItemsDesktopState_build__closure(t4), t1._eval$1("Iterable.E"), type$.PopupMenuItem_String); return A.List_List$of(t1, true, A._instanceType(t1)._eval$1("Iterable.E")); }, - $signature: 807 + $signature: 787 }; A._InvoiceEditItemsDesktopState_build__closure.prototype = { call$1(option) { return A.PopupMenuItem$(new A.IconText(option, this.options.$index(0, option), null, null, false, null), option, type$.String); }, - $signature: 805 + $signature: 788 }; A._InvoiceEditItemsDesktopState_build_closure9.prototype = { call$1(action) { @@ -514579,7 +524262,7 @@ call$1(store) { return A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2863 + $signature: 2864 }; A.InvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -514590,7 +524273,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2864 + $signature: 2865 }; A.EntityEditItemsVM.prototype = { get$company() { @@ -514611,7 +524294,7 @@ call$0() { return this.call$1(null); }, - $signature: 2865 + $signature: 2866 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0.prototype = { call$1(b) { @@ -514619,7 +524302,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 53 + $signature: 55 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0.prototype = { call$1(index) { @@ -514627,7 +524310,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteInvoiceItem(index)); }, - $signature: 160 + $signature: 156 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1.prototype = { call$0() { @@ -514653,7 +524336,7 @@ t1[0].call$1(new A.UpdateInvoiceItem(index, invoiceItem)); } }, - $signature: 299 + $signature: 282 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -514661,7 +524344,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 53 + $signature: 55 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3.prototype = { call$2(oldIndex, newIndex) { @@ -514669,12 +524352,12 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 232 + $signature: 224 }; A.InvoiceEditNotes.prototype = { createState$0() { - var _null = null; - return new A.InvoiceEditNotesState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.InvoiceEditNotesState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A.InvoiceEditNotesState.prototype = { @@ -514835,13 +524518,13 @@ call$1(store) { return A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore(store); }, - $signature: 2866 + $signature: 2867 }; A.InvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2867 + $signature: 2868 }; A.EntityEditNotesVM.prototype = { get$company() { @@ -514858,7 +524541,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 155 + $signature: 154 }; A.InvoiceEditPDF.prototype = { createState$0() { @@ -514954,7 +524637,7 @@ call$1(format) { return this.$this._invoice_edit_pdf$_response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.InvoiceEditPDFScreen.prototype = { build$1(context) { @@ -514970,13 +524653,13 @@ t2 = t1.uiState; return new A.InvoiceEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.invoiceUIState.editing); }, - $signature: 2868 + $signature: 2869 }; A.InvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2869 + $signature: 2870 }; A.EntityEditPDFVM.prototype = { get$company() { @@ -514997,13 +524680,13 @@ call$1(store) { return A.InvoiceEditVM_InvoiceEditVM$fromStore(store); }, - $signature: 2870 + $signature: 2871 }; A.InvoiceEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2871 + $signature: 2872 }; A.AbstractInvoiceEditVM.prototype = { get$company() { @@ -515026,7 +524709,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 204 + $signature: 200 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2.prototype = { call$0() { @@ -515045,7 +524728,7 @@ if (t5.length === 0) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3); t1.toString; - A.showDialog(_null, B.Color_2315255808, true, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1(t4), t1, _null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1(t4), t1, _null, true, type$.ErrorDialog); return _null; } t3 = t1.__Store__state_A; @@ -515058,7 +524741,7 @@ t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(_null, B.Color_2315255808, true, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2(t4), t1, _null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2(t4), t1, _null, true, type$.ErrorDialog); return _null; } t9 = t7[t8].expenseState; @@ -515068,7 +524751,7 @@ t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(_null, B.Color_2315255808, true, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3(t4), t1, _null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3(t4), t1, _null, true, type$.ErrorDialog); return _null; } } @@ -515091,7 +524774,7 @@ return t5.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4(t2, t4, t3, t1, $navigator, t6), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5()); } }, - $signature: 130 + $signature: 136 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1.prototype = { call$1(context) { @@ -515195,14 +524878,15 @@ A.viewEntity(false, savedInvoice, _null, true); } }, - $signature: 86 + $signature: 87 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.InvoiceEditVM_InvoiceEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.InvoiceEditVM_InvoiceEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -515236,7 +524920,7 @@ t1[0].call$1(new A.EditInvoiceItem(t2)); } }, - $signature: 298 + $signature: 280 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1.prototype = { call$1(b) { @@ -515255,7 +524939,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 220 + $signature: 212 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -515280,7 +524964,7 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.invoice)); t1.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0(context)); }, - $signature: 297 + $signature: 279 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1(client) { @@ -515292,11 +524976,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -515308,7 +524993,8 @@ }; A.InvoiceItemSelector.prototype = { createState$0() { - return new A._InvoiceItemSelectorState(A._setArrayType([], type$.JSArray_BaseEntity), A.TextEditingController$(null), null, null, B._StateLifecycle_0); + var t1 = A._setArrayType([], type$.JSArray_BaseEntity); + return new A._InvoiceItemSelectorState(t1, new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), null, null, B._StateLifecycle_0); }, get$invoice() { return this.invoice; @@ -515418,7 +525104,7 @@ t7.toString; t7 = B.JSString_methods.replaceFirst$2(t7, ":count", "" + t5.length); } - t7 = A.Expanded$(A.TextField$(true, B.List_empty0, true, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), _this._invoice_item_selector$_textController, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t7, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", _null, new A._InvoiceItemSelectorState_build_closure2(_this), _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null, _null), 1); + t7 = A.Expanded$(A.TextField$(true, B.List_empty0, true, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), _this._invoice_item_selector$_textController, _null, _null, _null, _null, 2, A.InputDecoration$(_null, B._NoInputBorder_uXA, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, _null, _null, _null, _null, 1, _null, _null, false, "\u2022", _null, new A._InvoiceItemSelectorState_build_closure2(_this), _null, _null, _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null, _null), 1); t8 = A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null, _null), _null, new A._InvoiceItemSelectorState_build_closure3(_this, context), _null, _null, _null, _null, _null); if (t5.length !== 0) t1 = A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57686_MaterialIcons_null_false, _null, _null, _null), _null, new A._InvoiceItemSelectorState_build_closure4(_this, context), _null, _null, _null, _null, _null); @@ -515463,7 +525149,7 @@ } else if (entity.get$entityType() === B.EntityType_expense) _this.items.push(A.convertExpenseToInvoiceItem(_this.context, type$.ExpenseEntity._as(entity))); }, - $signature: 158 + $signature: 153 }; A._InvoiceItemSelectorState__toggleEntity_closure.prototype = { call$0() { @@ -515491,7 +525177,7 @@ t1 = false; return t1; }, - $signature: 212 + $signature: 234 }; A._InvoiceItemSelectorState_build_closure.prototype = { call$1(entityId) { @@ -515513,7 +525199,7 @@ t2 = false; return t2 && t1.matchesFilter$1(this.$this._invoice_item_selector$_filter); }, - $signature: 119 + $signature: 117 }; A._InvoiceItemSelectorState_build_closure0.prototype = { call$1(entityId) { @@ -515531,7 +525217,7 @@ return false; return task.matchesFilter$1(t1._invoice_item_selector$_filter) || client.matchesNameOrEmail$1(t1._invoice_item_selector$_filter); }, - $signature: 119 + $signature: 117 }; A._InvoiceItemSelectorState_build_closure1.prototype = { call$1(entityId) { @@ -515552,7 +525238,7 @@ return false; return expense.matchesFilter$1(t1._invoice_item_selector$_filter) || client.matchesNameOrEmail$1(t1._invoice_item_selector$_filter); }, - $signature: 119 + $signature: 117 }; A._InvoiceItemSelectorState_build__productList.prototype = { call$0() { @@ -515560,7 +525246,7 @@ t1 = _this.products; return A.ScrollableListViewBuilder$(new A._InvoiceItemSelectorState_build__productList_closure(_this.$this, t1, _this.state, _this.company), t1.length, null, false, null, null); }, - $signature: 139 + $signature: 141 }; A._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2(context, index) { @@ -515573,7 +525259,7 @@ t3 = t2._widget.invoice.entityType === B.EntityType_purchaseOrder && _this.company.enableProductCost && t1.cost !== 0; return A.ProductListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._selected, t1), false, new A._InvoiceItemSelectorState_build__productList__closure(t2, t1), new A._InvoiceItemSelectorState_build__productList__closure0(t2, t1, context), t1, t3); }, - $signature: 801 + $signature: 789 }; A._InvoiceItemSelectorState_build__productList__closure.prototype = { call$1(checked) { @@ -515600,7 +525286,7 @@ var t1 = this.tasks; return A.ScrollableListViewBuilder$(new A._InvoiceItemSelectorState_build__taskList_closure(this.$this, t1, this.state), t1.length, null, false, null, null); }, - $signature: 139 + $signature: 141 }; A._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2(context, index) { @@ -515612,7 +525298,7 @@ t2 = this.$this; return A.TaskListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._selected, t1), false, new A._InvoiceItemSelectorState_build__taskList__closure(t2, t1), new A._InvoiceItemSelectorState_build__taskList__closure0(t2, t1, context), true, t1); }, - $signature: 346 + $signature: 435 }; A._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1(checked) { @@ -515639,7 +525325,7 @@ var t1 = this.expenses; return A.ScrollableListViewBuilder$(new A._InvoiceItemSelectorState_build__expenseList_closure(this.$this, t1, this.state), t1.length, null, false, null, null); }, - $signature: 139 + $signature: 141 }; A._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2(context, index) { @@ -515653,7 +525339,7 @@ t2 = B.JSArray_methods.contains$1(t1._selected, expense); return A.ExpenseListItem$(expense, t1._invoice_item_selector$_filter, t2, false, new A._InvoiceItemSelectorState_build__expenseList__closure(t1, expense), new A._InvoiceItemSelectorState_build__expenseList__closure0(t1, expense, context), true, false); }, - $signature: 345 + $signature: 381 }; A._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1(checked) { @@ -515867,7 +525553,7 @@ t1[0].call$1(new A.LoadClient(null, client.id)); } }, - $signature: 308 + $signature: 272 }; A.InvoiceEmailScreen_build_closure0.prototype = { call$1(store) { @@ -515879,13 +525565,13 @@ t3.toString; return A.EmailInvoiceVM_EmailInvoiceVM$fromStore(store, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].invoiceState.$get$1(0, t3)); }, - $signature: 2873 + $signature: 2874 }; A.InvoiceEmailScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoiceEmailView(vm, new A.ValueKey("__invoice_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2874 + $signature: 2875 }; A.EmailEntityVM.prototype = { get$company() { @@ -515921,13 +525607,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailInvoiceRequest(completer, this.invoice.id, template, subject, body, ccEmail)); }, - $signature: 396 + $signature: 359 }; A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1(_) { A.viewEntity(false, this.invoice, null, false); }, - $signature: 34 + $signature: 35 }; A.InvoiceListItem.prototype = { build$1(context) { @@ -516076,7 +525762,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.InvoiceListItem_build__closure2.prototype = { call$0() { @@ -516104,7 +525790,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.invoice], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.InvoiceListItem_build__closure5.prototype = { call$0() { @@ -516137,7 +525823,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_invoice, new A.InvoiceListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.InvoicePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2875 + $signature: 2876 }; A.InvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -516150,7 +525836,7 @@ t3 = t4 && B.JSArray_methods.contains$1(t3._list$_list, t2.id); return new A.InvoiceListItem(t2, t1.filter, t4, t3, null, true, null); }, - $signature: 348 + $signature: 425 }; A.EntityListVM.prototype = {}; A.InvoiceListVM.prototype = {}; @@ -516174,13 +525860,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.InvoiceListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.InvoiceListVM_fromStore_closure0.prototype = { call$1(field) { @@ -516331,7 +526017,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 628 + $signature: 768 }; A._InvoicePdfViewState_loadPdf__closure1.prototype = { call$0() { @@ -516343,12 +526029,13 @@ }; A._InvoicePdfViewState_loadPdf_closure1.prototype = { call$1(error) { - var t1 = this.$this; + var _null = null, + t1 = this.$this; t1.setState$1(new A._InvoicePdfViewState_loadPdf__closure(t1)); t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A._InvoicePdfViewState_loadPdf__closure0(error), t1, null, true, type$.void); + A.showDialog(_null, _null, true, _null, new A._InvoicePdfViewState_loadPdf__closure0(error), t1, _null, true, type$.void); }, $signature: 3 }; @@ -516387,7 +526074,7 @@ t2.toString; return A.DropdownMenuItem$(A.Text$(t2 + " \u2022 " + A.formatDate(A.convertTimestampToDateString($history.createdAt), t1, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, $history.activityId, type$.String); }, - $signature: 2876 + $signature: 2877 }; A._InvoicePdfViewState_build_closure1.prototype = { call$1(value) { @@ -516440,7 +526127,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A._InvoicePdfViewState_build_closure4.prototype = { call$0() { @@ -516452,7 +526139,7 @@ call$1(format) { return this.$this._invoice_pdf$_response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.InvoicePdfScreen.prototype = { build$1(context) { @@ -516471,13 +526158,13 @@ t3.toString; return new A.InvoicePdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].invoiceState.$get$1(0, t3), invoiceUIState.historyActivityId); }, - $signature: 2877 + $signature: 2878 }; A.InvoicePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2878 + $signature: 2879 }; A.EntityPdfVM.prototype = { get$invoice() { @@ -516697,7 +526384,7 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 44 + $signature: 71 }; A.InvoiceScreen.prototype = { build$1(context) { @@ -516749,7 +526436,7 @@ t6.push("recurring_invoice"); t7 = A._setArrayType(["status", "number", "client", "amount", "balance", "date", "due_date"], t5); t5 = A._setArrayType(["number", "date", "due_date", "updated_at"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_invoice, false, B.List_empty27, new A.InvoiceScreen_build_closure7(store), new A.InvoiceScreen_build_closure8(store), new A.InvoiceScreen_build_closure9(store), new A.InvoiceScreen_build_closure10(store), new A.InvoiceScreen_build_closure11(store), new A.InvoiceScreen_build_closure12(store), new A.InvoiceScreen_build_closure13(store), new A.InvoiceScreen_build_closure14(store), t5, statuses, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_invoice, false, B.List_empty28, new A.InvoiceScreen_build_closure7(store), new A.InvoiceScreen_build_closure8(store), new A.InvoiceScreen_build_closure9(store), new A.InvoiceScreen_build_closure10(store), new A.InvoiceScreen_build_closure11(store), new A.InvoiceScreen_build_closure12(store), new A.InvoiceScreen_build_closure13(store), new A.InvoiceScreen_build_closure14(store), t5, statuses, t6); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_invoice)) { t1 = A.Theme_of(context); @@ -516779,7 +526466,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.InvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -516794,7 +526481,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.InvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -516809,7 +526496,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.InvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -516824,7 +526511,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.InvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -516839,7 +526526,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.InvoiceScreen_build_closure4.prototype = { call$1(b) { @@ -516854,7 +526541,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.InvoiceScreen_build_closure5.prototype = { call$1(b) { @@ -516869,7 +526556,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.InvoiceScreen_build_closure6.prototype = { call$1(b) { @@ -516884,7 +526571,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.InvoiceScreen_build_closure20.prototype = { call$0() { @@ -516900,7 +526587,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoices(value)); }, - $signature: 26 + $signature: 28 }; A.InvoiceScreen_build_closure18.prototype = { call$2(state, value) { @@ -516908,7 +526595,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByState(state)); }, - $signature: 65 + $signature: 67 }; A.InvoiceScreen_build_closure17.prototype = { call$2($status, value) { @@ -516916,7 +526603,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.InvoiceScreen_build_closure19.prototype = { call$0() { @@ -516941,7 +526628,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortInvoices(value)); }, - $signature: 38 + $signature: 40 }; A.InvoiceScreen_build_closure13.prototype = { call$2(state, value) { @@ -516949,7 +526636,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByState(state)); }, - $signature: 62 + $signature: 64 }; A.InvoiceScreen_build_closure14.prototype = { call$2($status, value) { @@ -516957,7 +526644,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 178 + $signature: 186 }; A.InvoiceScreen_build_closure8.prototype = { call$1(value) { @@ -517024,7 +526711,7 @@ call$2(context, vm) { return new A.InvoiceScreen(vm, null); }, - $signature: 2880 + $signature: 2881 }; A.InvoiceScreenVM.prototype = {}; A.InvoiceView.prototype = { @@ -517201,7 +526888,7 @@ t3 = t3 && t4.statusId === "4" || !t3 ? B.EntityAction_viewPdf : B.EntityAction_newPayment; return A.RefreshIndicator$(A.Column$(A._setArrayType([t2, new A.BottomButtons(t4, t3, _this._box_0.secondAction, true, true, null)], t7), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A._InvoiceViewState_build__closure5(t1, context)); }, - $signature: 798 + $signature: 791 }; A._InvoiceViewState_build__closure5.prototype = { call$0() { @@ -517289,13 +526976,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._InvoiceViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], false, null); }, - $signature: 309 + $signature: 300 }; A.InvoiceViewContacts.prototype = { build$1(context) { @@ -517308,7 +526995,7 @@ call$1(invitation) { return new A._InvitationListTile(invitation, this.$this.viewModel, null); }, - $signature: 2882 + $signature: 2883 }; A._InvitationListTile.prototype = { build$1(context) { @@ -517404,25 +527091,25 @@ call$1(contact) { return contact.id === this.$this.invitation.vendorContactId; }, - $signature: 200 + $signature: 194 }; A._InvitationListTile_build_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 609 + $signature: 585 }; A._InvitationListTile_build_closure1.prototype = { call$1(contact) { return contact.id === this.$this.invitation.clientContactId; }, - $signature: 180 + $signature: 192 }; A._InvitationListTile_build_closure2.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 554 + $signature: 458 }; A.InvoiceViewDocuments.prototype = { build$1(context) { @@ -517438,13 +527125,13 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A.InvoiceViewDocuments_build_closure0.prototype = { call$1($document) { return this.$this.viewModel.onViewExpense.call$2(this.context, $document); }, - $signature: 2883 + $signature: 2884 }; A.InvoiceViewDocuments_build_closure1.prototype = { call$0() { @@ -517500,19 +527187,19 @@ t1 = t1 == null ? null : t1.id; return (t1 == null ? "" : t1).length !== 0; }, - $signature: 423 + $signature: 372 }; A._InvoiceViewHistoryState_build_closure0.prototype = { call$1(activity) { return !B.JSArray_methods.contains$1(A._setArrayType(["7", "21", "60", "136"], type$.JSArray_String), activity.activityTypeId); }, - $signature: 423 + $signature: 372 }; A._InvoiceViewHistoryState_build_closure1.prototype = { call$2(a, b) { return B.JSInt_methods.compareTo$1(b.updatedAt, a.updatedAt); }, - $signature: 2884 + $signature: 2885 }; A._InvoiceViewHistoryState_build_closure2.prototype = { call$2(context, index) { @@ -517554,7 +527241,7 @@ t6 = t5 ? A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null, _null) : _null; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, t5 ? new A._InvoiceViewHistoryState_build__closure(t1, context, t2, $history) : _null, false, _null, _null, _null, t4, _null, t3, t6, _null); }, - $signature: 453 + $signature: 518 }; A._InvoiceViewHistoryState_build__closure.prototype = { call$0() { @@ -517567,7 +527254,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A.InvoiceOverview.prototype = { build$1(context) { @@ -517953,21 +527640,21 @@ B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.InvoiceOverview_build__closure0(t1, this.paymentMap, payment)); B.JSArray_methods.forEach$1(payment.get$creditPaymentables(), new A.InvoiceOverview_build__closure1(t1, this.creditMap, payment)); }, - $signature: 2885 + $signature: 2886 }; A.InvoiceOverview_build__closure0.prototype = { call$1(paymentable) { if (paymentable.invoiceId === this.invoice.id) this.paymentMap.$indexSet(0, paymentable, this.payment); }, - $signature: 145 + $signature: 139 }; A.InvoiceOverview_build__closure1.prototype = { call$1(paymentable) { if (paymentable.creditId === this.invoice.id) this.creditMap.$indexSet(0, paymentable, this.payment); }, - $signature: 145 + $signature: 139 }; A.InvoiceOverview_build_closure0.prototype = { call$1(entry) { @@ -518022,7 +527709,7 @@ var _this = this; B.JSArray_methods.addAll$1(_this.widgets, A._setArrayType([new A.Builder(new A.InvoiceOverview_build__closure(_this.$this, _this.invoice, invoiceItem, _this.userCompany), null)], type$.JSArray_Widget)); }, - $signature: 280 + $signature: 288 }; A.InvoiceOverview_build__closure.prototype = { call$1(context) { @@ -518031,7 +527718,7 @@ t2 = _this.invoiceItem; return new A.InvoiceItemListTile(new A.InvoiceOverview_build___closure(_this.$this, _this.userCompany, t1, context, t2), t1, t2, null); }, - $signature: 2887 + $signature: 2888 }; A.InvoiceOverview_build___closure.prototype = { call$0() { @@ -518054,13 +527741,13 @@ t4.toString; return A.Container$(_null, new A.Padding(B.EdgeInsets_20_10_56_8, A.Row$(A._setArrayType([t3, new A.SizedBox(100, _null, new A.Align(B.Alignment_1_0, _null, _null, A.Text$(t4, _null, _null, _null, _null, _null, A.Theme_of(t1).textTheme.titleMedium, _null, _null, _null), _null), _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_1, B.MainAxisSize_1, _null), _null), B.Clip_0, t2.cardColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2888 + $signature: 2889 }; A.InvoiceOverview_build_closure3.prototype = { call$2(taxName, taxAmount) { this.widgets.push(this.surchargeRow.call$2(taxName, taxAmount)); }, - $signature: 2889 + $signature: 2890 }; A.InvoiceViewSchedule.prototype = { createState$0() { @@ -518110,7 +527797,7 @@ t1 = this.context; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Text$(A.formatDate(schedule.dueDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2890 + $signature: 2891 }; A.InvoiceViewScreen.prototype = { build$1(context) { @@ -518122,13 +527809,13 @@ call$1(store) { return A.InvoiceViewVM_InvoiceViewVM$fromStore(store); }, - $signature: 2891 + $signature: 2892 }; A.InvoiceViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.invoiceUIState.tabIndex, null); }, - $signature: 2892 + $signature: 2893 }; A.AbstractInvoiceViewVM.prototype = { get$company() { @@ -518154,7 +527841,7 @@ t1[0].call$1(new A.LoadInvoice(completer, this.invoice.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure.prototype = { call$2(context, index) { @@ -518169,13 +527856,13 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 296 + $signature: 278 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1.prototype = { call$3(context, multipartFile, isPrivate) { @@ -518185,7 +527872,7 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 112 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1(client) { @@ -518197,11 +527884,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.InvoiceViewVM_InvoiceViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.InvoiceViewVM_InvoiceViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -518214,7 +527902,7 @@ A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2.prototype = { call$2(context, $document) { }, - $signature: 2893 + $signature: 2894 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3.prototype = { call$3(context, invoice, activityId) { @@ -518225,12 +527913,12 @@ call$2(context, invoice) { return this.call$3(context, invoice, null); }, - $signature: 295 + $signature: 277 }; A.PaymentEdit.prototype = { createState$0() { - var _null = null; - return new A._PaymentEditState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._PaymentEditState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A._PaymentEditState.prototype = { @@ -518570,7 +528258,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentEditState__onChanged_closure0.prototype = { call$0() { @@ -518589,33 +528277,33 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentEditState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 242 + $signature: 251 }; A._PaymentEditState_build_closure0.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 242 + $signature: 251 }; A._PaymentEditState_build_closure1.prototype = { call$1(invoice) { var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 145 + $signature: 139 }; A._PaymentEditState_build_closure2.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 145 + $signature: 139 }; A._PaymentEditState_build_closure4.prototype = { call$1(val) { @@ -518631,13 +528319,13 @@ t1 = null; return t1; }, - $signature: 135 + $signature: 151 }; A._PaymentEditState_build_closure3.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure5(client))); }, - $signature: 48 + $signature: 52 }; A._PaymentEditState_build__closure5.prototype = { call$1(b) { @@ -518650,13 +528338,13 @@ B.JSArray_methods.clear$0(b.get$invoices().get$_safeList()); return b; }, - $signature: 59 + $signature: 62 }; A._PaymentEditState_build_closure5.prototype = { call$1(context) { return this.$this.get$_payment_edit$_onSavePressed(); }, - $signature: 2894 + $signature: 2895 }; A._PaymentEditState_build_closure6.prototype = { call$1(value) { @@ -518670,7 +528358,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._PaymentEditState_build_closure8.prototype = { call$1(val) { @@ -518686,26 +528374,26 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._PaymentEditState_build_closure7.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure4(date))); }, - $signature: 47 + $signature: 49 }; A._PaymentEditState_build__closure4.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentEditState_build_closure9.prototype = { call$1(paymentType) { return this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure3(paymentType))); }, - $signature: 63 + $signature: 66 }; A._PaymentEditState_build__closure3.prototype = { call$1(b) { @@ -518716,7 +528404,7 @@ b.get$_payment_model$_$this()._typeId = t1; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentEditState_build_closure10.prototype = { call$1(value) { @@ -518729,7 +528417,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentEditState_build_closure11.prototype = { call$1(value) { @@ -518755,7 +528443,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = 1; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentEditState_build__closure1.prototype = { call$0() { @@ -518767,7 +528455,7 @@ call$1(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 431 + $signature: 371 }; A._PaymentEditState_build_closure14.prototype = { call$1(hasFocus) { @@ -518801,7 +528489,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentEditState_build_closure13.prototype = { call$1(value) { @@ -518825,11 +528513,11 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A.PaymentableEditor.prototype = { createState$0() { - return new A._PaymentableEditorState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + return new A._PaymentableEditorState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._PaymentableEditorState.prototype = { @@ -519020,7 +528708,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 558 + $signature: 477 }; A._PaymentableEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -519033,7 +528721,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 558 + $signature: 477 }; A._PaymentableEditorState__onChanged_closure1.prototype = { call$1(b) { @@ -519043,7 +528731,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 59 + $signature: 62 }; A._PaymentableEditorState__onChanged_closure2.prototype = { call$1(b) { @@ -519054,7 +528742,7 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentableEditorState__onChanged_closure3.prototype = { call$1(b) { @@ -519064,7 +528752,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 59 + $signature: 62 }; A._PaymentableEditorState__onChanged_closure4.prototype = { call$1(b) { @@ -519075,26 +528763,26 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentableEditorState__onChanged_closure5.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentableEditorState_build_closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 263 + $signature: 253 }; A._PaymentableEditorState_build_closure0.prototype = { call$1(p) { return p.creditId; }, - $signature: 263 + $signature: 253 }; A._PaymentableEditorState_build_closure3.prototype = { call$1(entity) { @@ -519114,13 +528802,13 @@ return t1; } }, - $signature: 399 + $signature: 374 }; A._PaymentableEditorState_build_closure2.prototype = { call$1(entity) { return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 400 + $signature: 439 }; A._PaymentableEditorState_build_closure1.prototype = { call$1(selected) { @@ -519140,7 +528828,7 @@ t1._payment_edit$_invoiceId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 48 + $signature: 52 }; A._PaymentableEditorState_build_closure6.prototype = { call$1(entity) { @@ -519160,13 +528848,13 @@ return t1; } }, - $signature: 399 + $signature: 374 }; A._PaymentableEditorState_build_closure5.prototype = { call$1(entity) { return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 400 + $signature: 439 }; A._PaymentableEditorState_build_closure4.prototype = { call$1(selected) { @@ -519181,7 +528869,7 @@ t1._payment_edit$_creditId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 48 + $signature: 52 }; A._PaymentableEditorState_build_closure7.prototype = { call$0() { @@ -519202,7 +528890,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 59 + $signature: 62 }; A._PaymentableEditorState_build__closure0.prototype = { call$1(b) { @@ -519211,7 +528899,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 59 + $signature: 62 }; A.PaymentEditFooter.prototype = { build$1(context) { @@ -519259,14 +528947,14 @@ var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 145 + $signature: 139 }; A.PaymentEditFooter_build_closure0.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 145 + $signature: 139 }; A.PaymentEditScreen.prototype = { build$1(context) { @@ -519278,13 +528966,13 @@ call$1(store) { return A.PaymentEditVM_PaymentEditVM$fromStore(store); }, - $signature: 2898 + $signature: 2899 }; A.PaymentEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentEdit(viewModel, new A.ValueKey(viewModel.payment.updatedAt, type$.ValueKey_int)); }, - $signature: 2899 + $signature: 2900 }; A.PaymentEditVM.prototype = { get$payment() { @@ -519297,7 +528985,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 188 + $signature: 204 }; A.PaymentEditVM_PaymentEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -519322,7 +529010,7 @@ }; A.PaymentEditVM_PaymentEditVM$fromStore__closure.prototype = { call$0() { - var t4, t5, $navigator, t1 = {}, + var t4, t5, $navigator, _null = null, t1 = {}, t2 = this.store, t3 = t2.__Store__state_A; t3 === $ && A.throwUnnamedLateFieldNI(); @@ -519339,8 +529027,8 @@ if (t1.amount < 0) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t4); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.PaymentEditVM_PaymentEditVM$fromStore___closure1(t5), t1, null, true, type$.ErrorDialog); - return null; + A.showDialog(_null, _null, true, _null, new A.PaymentEditVM_PaymentEditVM$fromStore___closure1(t5), t1, _null, true, type$.ErrorDialog); + return _null; } t1 = new A._Future($.Zone__current, type$._Future_PaymentEntity); t4 = t2.__Store__dispatchers_F; @@ -519348,21 +529036,21 @@ t4[0].call$1(new A.SavePaymentRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_PaymentEntity), t3)); return t1.then$1$1(0, new A.PaymentEditVM_PaymentEditVM$fromStore___closure2(t3, t5, this.state, t2, $navigator), type$.Null).catchError$1(new A.PaymentEditVM_PaymentEditVM$fromStore___closure3()); }, - $signature: 130 + $signature: 136 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure.prototype = { call$1(invoice) { var t1 = this._box_0; return t1.amount = t1.amount + invoice.amount; }, - $signature: 145 + $signature: 139 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure0.prototype = { call$1(credit) { var t1 = this._box_0; return t1.amount = t1.amount - credit.amount; }, - $signature: 145 + $signature: 139 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure1.prototype = { call$1(context) { @@ -519419,14 +529107,15 @@ else A.viewEntity(false, savedPayment, null, false); }, - $signature: 188 + $signature: 204 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure3.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.PaymentEditVM_PaymentEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.PaymentEditVM_PaymentEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -519547,7 +529236,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.PaymentListItem_build__closure2.prototype = { call$0() { @@ -519575,7 +529264,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.payment], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.PaymentListItem_build__closure5.prototype = { call$0() { @@ -519608,7 +529297,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.paymentList, B.EntityType_payment, new A.PaymentListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.PaymentPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2900 + $signature: 2901 }; A.PaymentListBuilder_build__closure.prototype = { call$2(context, index) { @@ -519624,7 +529313,7 @@ t2 = t4 && B.JSArray_methods.contains$1(t2._list$_list, t3.id); return new A.PaymentListItem(t3, t1.filter, t4, t2, null, true, null); }, - $signature: 443 + $signature: 593 }; A.PaymentListVM.prototype = { get$user(receiver) { @@ -519651,13 +529340,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.PaymentListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.PaymentListVM_fromStore_closure0.prototype = { call$1(field) { @@ -519748,13 +529437,13 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, paymentable.invoiceId); }, - $signature: 2901 + $signature: 2902 }; A.PaymentPresenter_getField_closure0.prototype = { call$1(invoice) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(invoice, this.payment, null), null); }, - $signature: 780 + $signature: 796 }; A.PaymentPresenter_getField_closure1.prototype = { call$1(paymentable) { @@ -519763,7 +529452,7 @@ t1 = t1 == null ? null : t1.number; return t1 == null ? "" : t1; }, - $signature: 2903 + $signature: 2904 }; A.PaymentScreen.prototype = { build$1(context) { @@ -519825,7 +529514,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 198 + $signature: 195 }; A.PaymentScreen_build_closure0.prototype = { call$1(b) { @@ -519840,7 +529529,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 198 + $signature: 195 }; A.PaymentScreen_build_closure1.prototype = { call$1(b) { @@ -519855,7 +529544,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 198 + $signature: 195 }; A.PaymentScreen_build_closure2.prototype = { call$1(b) { @@ -519876,7 +529565,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 198 + $signature: 195 }; A.PaymentScreen_build_closure3.prototype = { call$1(b) { @@ -519891,7 +529580,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 198 + $signature: 195 }; A.PaymentScreen_build_closure4.prototype = { call$1(b) { @@ -519906,7 +529595,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 198 + $signature: 195 }; A.PaymentScreen_build_closure5.prototype = { call$1(b) { @@ -519921,7 +529610,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 198 + $signature: 195 }; A.PaymentScreen_build_closure6.prototype = { call$1(b) { @@ -519936,7 +529625,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 198 + $signature: 195 }; A.PaymentScreen_build_closure21.prototype = { call$0() { @@ -519952,7 +529641,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPayments(value)); }, - $signature: 26 + $signature: 28 }; A.PaymentScreen_build_closure19.prototype = { call$2(state, value) { @@ -519960,7 +529649,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByState(state)); }, - $signature: 65 + $signature: 67 }; A.PaymentScreen_build_closure18.prototype = { call$2($status, value) { @@ -519968,7 +529657,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.PaymentScreen_build_closure20.prototype = { call$0() { @@ -520044,7 +529733,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByState(state)); }, - $signature: 62 + $signature: 64 }; A.PaymentScreen_build_closure15.prototype = { call$2($status, value) { @@ -520052,7 +529741,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByStatus($status)); }, - $signature: 178 + $signature: 186 }; A.PaymentScreen_build_closure8.prototype = { call$0() { @@ -520087,12 +529776,12 @@ call$2(context, vm) { return new A.PaymentScreen(vm, null); }, - $signature: 2905 + $signature: 2906 }; A.PaymentScreenVM.prototype = {}; A.PaymentRefund.prototype = { createState$0() { - return new A._PaymentRefundState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + return new A._PaymentRefundState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A._PaymentRefundState.prototype = { @@ -520264,13 +529953,13 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentRefundState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 242 + $signature: 251 }; A._PaymentRefundState_build_closure1.prototype = { call$1(val) { @@ -520286,20 +529975,20 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._PaymentRefundState_build_closure0.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure1(date))); }, - $signature: 47 + $signature: 49 }; A._PaymentRefundState_build__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentRefundState_build_closure2.prototype = { call$1(value) { @@ -520312,7 +530001,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentRefundState_build_closure3.prototype = { call$1(value) { @@ -520325,7 +530014,7 @@ b.get$_payment_model$_$this()._gatewayRefund = this.value; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentRefundState_build_onSavePressed.prototype = { call$1(context) { @@ -520350,13 +530039,13 @@ call$1(value) { A.Navigator_of(this.context, false).pop$0(); }, - $signature: 188 + $signature: 204 }; A._PaymentRefundState_build_closure4.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._PaymentRefundState_build_closure5.prototype = { call$1(context) { @@ -520378,7 +530067,7 @@ }; A.PaymentableEditor0.prototype = { createState$0() { - return new A._PaymentableEditorState0(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + return new A._PaymentableEditorState0(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._PaymentableEditorState0.prototype = { @@ -520489,7 +530178,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 558 + $signature: 477 }; A._PaymentableEditorState__onChanged_closure7.prototype = { call$1(b) { @@ -520498,7 +530187,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.paymentable); return b; }, - $signature: 59 + $signature: 62 }; A._PaymentableEditorState__onChanged_closure8.prototype = { call$1(b) { @@ -520508,27 +530197,27 @@ t1.get$_safeList()[t2] = this.paymentable; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentableEditorState__onChanged_closure9.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 59 + $signature: 62 }; A._PaymentableEditorState_build_closure8.prototype = { call$1(payment) { return payment.invoiceId; }, - $signature: 263 + $signature: 253 }; A._PaymentableEditorState_build_closure10.prototype = { call$1(entity) { type$.InvoiceEntity._as(entity); return A.formatNumber(entity.amount, this.context, entity.clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 400 + $signature: 439 }; A._PaymentableEditorState_build_closure9.prototype = { call$1(selected) { @@ -520538,7 +530227,7 @@ t1._payment_refund$_onChanged$1(selected.clientId); t1.setState$1(new A._PaymentableEditorState_build__closure2(t1, selected)); }, - $signature: 48 + $signature: 52 }; A._PaymentableEditorState_build__closure2.prototype = { call$0() { @@ -520562,7 +530251,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._PaymentableEditorState_build_closure12.prototype = { call$0() { @@ -520577,7 +530266,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 59 + $signature: 62 }; A.PaymentRefundScreen.prototype = { build$1(context) { @@ -520589,13 +530278,13 @@ call$1(store) { return A.PaymentRefundVM_PaymentRefundVM$fromStore(store); }, - $signature: 2906 + $signature: 2907 }; A.PaymentRefundScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentRefund(viewModel, new A.ValueKey(viewModel.payment.id, type$.ValueKey_String)); }, - $signature: 2907 + $signature: 2908 }; A.PaymentRefundVM.prototype = { get$payment() { @@ -520608,7 +530297,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 188 + $signature: 204 }; A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1.prototype = { call$1(context) { @@ -520629,7 +530318,7 @@ t3[0].call$1(new A.RefundPaymentRequest(completer, t2)); return completer.future.then$1$1(0, new A.PaymentRefundVM_PaymentRefundVM$fromStore__closure(context, t1, t2), type$.Null).catchError$1(new A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0(context)); }, - $signature: 2908 + $signature: 2909 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure.prototype = { call$1(savedPayment) { @@ -520656,11 +530345,12 @@ } else A.viewEntity(false, savedPayment, null, true); }, - $signature: 188 + $signature: 204 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.PaymentRefundVM_PaymentRefundVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.PaymentRefundVM_PaymentRefundVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -520814,7 +530504,7 @@ t2 = true; return A.RefreshIndicator$(A.Column$(A._setArrayType([t3, new A.BottomButtons(t1, t5, B.EntityAction_refundPayment, t2, t9 < t8, _null)], t15), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A._PaymentViewState_build__closure2(_this.viewModel, context)); }, - $signature: 798 + $signature: 791 }; A._PaymentViewState_build__closure2.prototype = { call$0() { @@ -520850,13 +530540,13 @@ call$1(store) { return A.PaymentViewVM_PaymentViewVM$fromStore(store); }, - $signature: 2909 + $signature: 2910 }; A.PaymentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentView(vm, this.$this.isFilter, null); }, - $signature: 2910 + $signature: 2911 }; A.PaymentViewVM.prototype = { get$payment() { @@ -520881,17 +530571,18 @@ t1[0].call$1(new A.LoadPayment(completer, this.payment.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.PaymentViewVM_PaymentViewVM$fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.PaymentTermEdit.prototype = { createState$0() { - return new A._PaymentTermEditState(new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), A.TextEditingController$(null), B._StateLifecycle_0); + var t1 = A._setArrayType([], type$.JSArray_TextEditingController); + return new A._PaymentTermEditState(new A.Debouncer(500), t1, new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), B._StateLifecycle_0); } }; A._PaymentTermEditState.prototype = { @@ -520976,7 +530667,7 @@ b.get$_payment_term_model$_$this()._numDays = t1; return b; }, - $signature: 690 + $signature: 638 }; A._PaymentTermEditState__onChanged_closure0.prototype = { call$0() { @@ -520988,7 +530679,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._PaymentTermEditState_build_closure1.prototype = { call$1(context) { @@ -521008,7 +530699,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._numDaysController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_2_false_false, t3, _null, _null, false, _null, _null, new A._PaymentTermEditState_build__closure(t1), true, _null, _null, B.TextAlign_4, new A._PaymentTermEditState_build__closure0(t2))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._PaymentTermEditState_build__closure0.prototype = { call$1(value) { @@ -521022,7 +530713,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._PaymentTermEditState_build__closure.prototype = { call$1(context) { @@ -521040,13 +530731,13 @@ call$1(store) { return A.PaymentTermEditVM_PaymentTermEditVM$fromStore(store); }, - $signature: 2911 + $signature: 2912 }; A.PaymentTermEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentTermEdit(viewModel, new A.ValueKey(viewModel.paymentTerm.updatedAt, type$.ValueKey_int)); }, - $signature: 2912 + $signature: 2913 }; A.PaymentTermEditVM.prototype = { get$paymentTerm() { @@ -521062,7 +530753,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePaymentTerm(paymentTerm)); }, - $signature: 395 + $signature: 404 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -521100,7 +530791,7 @@ t5[0].call$1(new A.SavePaymentTermRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_PaymentTermEntity), paymentTerm)); return t4.then$1$1(0, new A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure(paymentTerm, t3, this.state, t1, t2), type$.Null).catchError$1(new A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure.prototype = { call$1(savedPaymentTerm) { @@ -521135,14 +530826,15 @@ } else A.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 395 + $signature: 404 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -521211,7 +530903,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.paymentTermList, B.EntityType_paymentTerm, new A.PaymentTermListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 2913 + $signature: 2914 }; A.PaymentTermListBuilder_build__closure.prototype = { call$2(context, index) { @@ -521228,7 +530920,7 @@ t3 = false; return new A.PaymentTermListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 2914 + $signature: 2915 }; A.PaymentTermListVM.prototype = {}; A.PaymentTermListVM_fromStore__handleRefresh.prototype = { @@ -521251,13 +530943,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.PaymentTermListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.PaymentTermListVM_fromStore_closure0.prototype = { call$1(field) { @@ -521286,7 +530978,7 @@ userCompany = t2._list$_list[t3.selectedCompanyIndex].userCompany; t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.AppLocalization); t3 = t3.paymentTermUIState.listUIState; - t4 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_paymentTerm, false, B.List_empty27, new A.PaymentTermScreen_build_closure(store), new A.PaymentTermScreen_build_closure0(store), new A.PaymentTermScreen_build_closure1(store), new A.PaymentTermScreen_build_closure2(store), new A.PaymentTermScreen_build_closure3(store), new A.PaymentTermScreen_build_closure4(store), new A.PaymentTermScreen_build_closure5(store), _null, A._setArrayType(["name"], type$.JSArray_String), B.List_empty28, _null); + t4 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_paymentTerm, false, B.List_empty28, new A.PaymentTermScreen_build_closure(store), new A.PaymentTermScreen_build_closure0(store), new A.PaymentTermScreen_build_closure1(store), new A.PaymentTermScreen_build_closure2(store), new A.PaymentTermScreen_build_closure3(store), new A.PaymentTermScreen_build_closure4(store), new A.PaymentTermScreen_build_closure5(store), _null, A._setArrayType(["name"], type$.JSArray_String), B.List_empty29, _null); if (t1.prefState.appLayout === B.AppLayout_mobile && userCompany.can$2(B.UserPermission_create, B.EntityType_paymentTerm)) { t1 = A.Theme_of(context); t5 = A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null); @@ -521316,7 +531008,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentTerms(value)); }, - $signature: 26 + $signature: 28 }; A.PaymentTermScreen_build_closure8.prototype = { call$2(state, value) { @@ -521324,7 +531016,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentTermsByState(state)); }, - $signature: 65 + $signature: 67 }; A.PaymentTermScreen_build_closure9.prototype = { call$0() { @@ -521349,7 +531041,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortPaymentTerms(value)); }, - $signature: 38 + $signature: 40 }; A.PaymentTermScreen_build_closure5.prototype = { call$2(state, value) { @@ -521357,7 +531049,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentTermsByState(state)); }, - $signature: 62 + $signature: 64 }; A.PaymentTermScreen_build_closure.prototype = { call$0() { @@ -521424,7 +531116,7 @@ call$2(context, vm) { return new A.PaymentTermScreen(vm, null); }, - $signature: 2915 + $signature: 2916 }; A.PaymentTermScreenVM.prototype = {}; A.PaymentTermView.prototype = { @@ -521462,13 +531154,13 @@ call$1(store) { return A.PaymentTermViewVM_PaymentTermViewVM$fromStore(store); }, - $signature: 2916 + $signature: 2917 }; A.PaymentTermViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentTermView(vm, null); }, - $signature: 2917 + $signature: 2918 }; A.PaymentTermViewVM.prototype = { get$paymentTerm() { @@ -521488,8 +531180,9 @@ }; A.ProductEdit.prototype = { createState$0() { - var _null = null; - return new A._ProductEditState(A.FocusScopeNode$(true, _null, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = A.FocusScopeNode$(true, null, false), + t2 = $.$get$ChangeNotifier__emptyListeners(); + return new A._ProductEditState(t1, new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A._ProductEditState.prototype = { @@ -521734,7 +531427,7 @@ b.get$_product_model$_$this()._imageUrl = t1; return b; }, - $signature: 184 + $signature: 185 }; A._ProductEditState__onChanged_closure0.prototype = { call$0() { @@ -521746,7 +531439,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._ProductEditState_build_closure.prototype = { call$1(val) { @@ -521760,7 +531453,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._ProductEditState_build_closure1.prototype = { call$1(taxCategoryId) { @@ -521773,20 +531466,20 @@ b.get$_product_model$_$this()._taxCategoryId = this.taxCategoryId; return b; }, - $signature: 184 + $signature: 185 }; A._ProductEditState_build_closure0.prototype = { call$1(key) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_k38sM.$index(0, key)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.String); }, - $signature: 40 + $signature: 41 }; A._ProductEditState_build_closure2.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure2(taxRate))); }, - $signature: 117 + $signature: 119 }; A._ProductEditState_build__closure2.prototype = { call$1(b) { @@ -521795,13 +531488,13 @@ b.get$_product_model$_$this()._product_model$_taxName1 = t1.name; return b; }, - $signature: 184 + $signature: 185 }; A._ProductEditState_build_closure3.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure1(taxRate))); }, - $signature: 117 + $signature: 119 }; A._ProductEditState_build__closure1.prototype = { call$1(b) { @@ -521810,13 +531503,13 @@ b.get$_product_model$_$this()._product_model$_taxName2 = t1.name; return b; }, - $signature: 184 + $signature: 185 }; A._ProductEditState_build_closure4.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure0(taxRate))); }, - $signature: 117 + $signature: 119 }; A._ProductEditState_build__closure0.prototype = { call$1(b) { @@ -521825,7 +531518,7 @@ b.get$_product_model$_$this()._product_model$_taxName3 = t1.name; return b; }, - $signature: 184 + $signature: 185 }; A._ProductEditState_build_closure5.prototype = { call$1(value) { @@ -521838,7 +531531,7 @@ b.get$_product_model$_$this()._product_model$_stockNotification = this.value; return b; }, - $signature: 184 + $signature: 185 }; A.ProductEditScreen.prototype = { build$1(context) { @@ -521850,13 +531543,13 @@ call$1(store) { return A.ProductEditVM_ProductEditVM$fromStore(store); }, - $signature: 2918 + $signature: 2919 }; A.ProductEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProductEdit(vm, new A.ValueKey(vm.product.id, type$.ValueKey_String)); }, - $signature: 2919 + $signature: 2920 }; A.ProductEditVM.prototype = { get$company() { @@ -521872,7 +531565,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateProduct(product)); }, - $signature: 326 + $signature: 336 }; A.ProductEditVM_ProductEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -521913,7 +531606,7 @@ t4[0].call$1(new A.SaveProductRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_ProductEntity), product)); return t2.then$1$1(0, new A.ProductEditVM_ProductEditVM$fromStore___closure(product, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ProductEditVM_ProductEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.ProductEditVM_ProductEditVM$fromStore___closure.prototype = { call$1(savedProduct) { @@ -521948,14 +531641,15 @@ } else A.viewEntity(false, savedProduct, null, false); }, - $signature: 326 + $signature: 336 }; A.ProductEditVM_ProductEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.ProductEditVM_ProductEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.ProductEditVM_ProductEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -522051,7 +531745,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.ProductListItem_build__closure2.prototype = { call$0() { @@ -522079,7 +531773,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.product], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.ProductListItem_build__closure5.prototype = { call$0() { @@ -522112,7 +531806,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.productList, B.EntityType_product, new A.ProductListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ProductPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2920 + $signature: 2921 }; A.ProductListBuilder_build__closure.prototype = { call$2(context, index) { @@ -522126,7 +531820,7 @@ t2 = false; return A.ProductListItem$(t1.filter, t2, true, null, null, product, false); }, - $signature: 801 + $signature: 789 }; A.ProductListVM.prototype = {}; A.ProductListVM_fromStore__handleRefresh.prototype = { @@ -522149,13 +531843,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ProductListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ProductListVM_fromStore_closure0.prototype = { call$1(field) { @@ -522274,7 +531968,7 @@ if (company.calculateTaxes) t6.push("tax_category"); t8 = A.ProductPresenter_getDefaultTableFields(t2); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("product1", true), company.getCustomFieldValues$2$excludeBlank("product2", true), company.getCustomFieldValues$2$excludeBlank("product3", true), company.getCustomFieldValues$2$excludeBlank("product4", true), t8, B.EntityType_product, false, t5, new A.ProductScreen_build_closure0(store), new A.ProductScreen_build_closure1(store), new A.ProductScreen_build_closure2(store), new A.ProductScreen_build_closure3(store), new A.ProductScreen_build_closure4(store), new A.ProductScreen_build_closure5(store), new A.ProductScreen_build_closure6(store), _null, A._setArrayType(["product_key", "cost", "updated_at"], t7), B.List_empty28, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("product1", true), company.getCustomFieldValues$2$excludeBlank("product2", true), company.getCustomFieldValues$2$excludeBlank("product3", true), company.getCustomFieldValues$2$excludeBlank("product4", true), t8, B.EntityType_product, false, t5, new A.ProductScreen_build_closure0(store), new A.ProductScreen_build_closure1(store), new A.ProductScreen_build_closure2(store), new A.ProductScreen_build_closure3(store), new A.ProductScreen_build_closure4(store), new A.ProductScreen_build_closure5(store), new A.ProductScreen_build_closure6(store), _null, A._setArrayType(["product_key", "cost", "updated_at"], t7), B.List_empty29, t6); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_product)) { t1 = A.Theme_of(context); @@ -522305,7 +531999,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProducts(value)); }, - $signature: 26 + $signature: 28 }; A.ProductScreen_build_closure9.prototype = { call$2(state, value) { @@ -522313,7 +532007,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProductsByState(state)); }, - $signature: 65 + $signature: 67 }; A.ProductScreen_build_closure10.prototype = { call$0() { @@ -522389,7 +532083,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProductsByState(state)); }, - $signature: 62 + $signature: 64 }; A.ProductScreen_build_closure0.prototype = { call$0() { @@ -522424,7 +532118,7 @@ call$2(context, vm) { return new A.ProductScreen(vm, null); }, - $signature: 2921 + $signature: 2922 }; A.ProductScreenVM.prototype = {}; A.ProductView.prototype = { @@ -522518,7 +532212,7 @@ t1 = A.RefreshIndicator$(new A.ProductOverview(t1, new A.ValueKey(t3.id, t2)), new A._ProductViewState_build__closure1(t1, context)); return A.Column$(A._setArrayType([A.Expanded$(t1, 1), new A.BottomButtons(_this.product, B.EntityAction_newInvoice, B.EntityAction_clone, true, true, null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 235 + $signature: 270 }; A._ProductViewState_build__closure.prototype = { call$0() { @@ -522564,7 +532258,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A.ProductViewDocuments_build_closure0.prototype = { call$0() { @@ -522656,13 +532350,13 @@ call$1(store) { return A.ProductViewVM_ProductViewVM$fromStore(store); }, - $signature: 2922 + $signature: 2923 }; A.ProductViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProductView(vm, false, vm.state.uiState.productUIState.tabIndex, null); }, - $signature: 2923 + $signature: 2924 }; A.ProductViewVM.prototype = { $eq(_, other) { @@ -522697,13 +532391,13 @@ t1[0].call$1(new A.LoadProduct(completer, this.product.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ProductViewVM_ProductViewVM$fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ProductViewVM_ProductViewVM$fromStore_closure0.prototype = { call$3(context, multipartFile, isPrivate) { @@ -522715,7 +532409,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 112 }; A.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1(client) { @@ -522727,11 +532421,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.ProductViewVM_ProductViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.ProductViewVM_ProductViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.ProductViewVM_ProductViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -522743,8 +532438,8 @@ }; A.ProjectEdit.prototype = { createState$0() { - var _null = null; - return new A._ProjectEditState(new A.Debouncer(500), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._ProjectEditState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._ProjectEditState.prototype = { @@ -522868,7 +532563,7 @@ b.get$_project_model$_$this()._project_model$_customValue4 = t1; return b; }, - $signature: 201 + $signature: 196 }; A._ProjectEditState__onChanged_closure0.prototype = { call$0() { @@ -522880,7 +532575,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._ProjectEditState_build_closure.prototype = { call$1(context) { @@ -522942,7 +532637,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t6, t3, new A.UserPicker(t1.assignedUserId, new A._ProjectEditState_build__closure4(t8, t1), _null), t9, t10, t11, new A.CustomField(t2._project_edit$_custom1Controller, _null, t7, "project1", t1.customValue1, false, _null), new A.CustomField(t2._project_edit$_custom2Controller, _null, t7, "project2", t1.customValue2, false, _null), new A.CustomField(t2._project_edit$_custom3Controller, _null, t7, "project3", t1.customValue3, false, _null), new A.CustomField(t2._project_edit$_custom4Controller, _null, t7, "project4", t1.customValue4, false, _null), t12, A.DecoratedFormField$(false, _null, false, t2._project_edit$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t5, 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t4), _null, _null, false, _null, true, _null, _null)], t4), _null, _null, _null, false, new A.ValueKey("__project_" + t1.id + "_" + t1.updatedAt + "__", type$.ValueKey_String)); }, - $signature: 144 + $signature: 142 }; A._ProjectEditState_build__closure.prototype = { call$1(val) { @@ -522956,7 +532651,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._ProjectEditState_build__closure2.prototype = { call$1(val) { @@ -522970,13 +532665,13 @@ t1 = null; return t1; }, - $signature: 135 + $signature: 151 }; A._ProjectEditState_build__closure1.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure1(client))); }, - $signature: 48 + $signature: 52 }; A._ProjectEditState_build___closure1.prototype = { call$1(b) { @@ -522987,13 +532682,13 @@ b.get$_project_model$_$this()._project_model$_clientId = t1; return b; }, - $signature: 201 + $signature: 196 }; A._ProjectEditState_build__closure0.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 213 + $signature: 230 }; A._ProjectEditState_build__closure4.prototype = { call$1(userId) { @@ -523006,20 +532701,20 @@ b.get$_project_model$_$this()._project_model$_assignedUserId = this.userId; return b; }, - $signature: 201 + $signature: 196 }; A._ProjectEditState_build__closure3.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure0(date))); }, - $signature: 47 + $signature: 49 }; A._ProjectEditState_build___closure0.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_dueDate = this.date; return b; }, - $signature: 201 + $signature: 196 }; A.ProjectEditScreen.prototype = { build$1(context) { @@ -523031,13 +532726,13 @@ call$1(store) { return A.ProjectEditVM_ProjectEditVM$fromStore(store); }, - $signature: 2924 + $signature: 2925 }; A.ProjectEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ProjectEdit(viewModel, new A.ValueKey(viewModel.project.updatedAt, type$.ValueKey_int)); }, - $signature: 2925 + $signature: 2926 }; A.ProjectEditVM.prototype = { get$project() { @@ -523053,7 +532748,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateProject(project)); }, - $signature: 325 + $signature: 337 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -523082,7 +532777,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 127 }; A.ProjectEditVM_ProjectEditVM$fromStore__closure.prototype = { call$1(_) { @@ -523090,7 +532785,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/project/edit")); }, - $signature: 34 + $signature: 35 }; A.ProjectEditVM_ProjectEditVM$fromStore__closure0.prototype = { call$1(client) { @@ -523098,7 +532793,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/project/edit")); }, - $signature: 100 + $signature: 106 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -523129,7 +532824,7 @@ t4[0].call$1(new A.SaveProjectRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_ProjectEntity), project)); return t2.then$1$1(0, new A.ProjectEditVM_ProjectEditVM$fromStore___closure(project, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.ProjectEditVM_ProjectEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure.prototype = { call$1(savedProject) { @@ -523173,14 +532868,15 @@ A.viewEntity(false, savedProject, null, true); } }, - $signature: 325 + $signature: 337 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.ProjectEditVM_ProjectEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.ProjectEditVM_ProjectEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -523277,7 +532973,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.ProjectListItem_build__closure2.prototype = { call$0() { @@ -523304,7 +533000,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.project], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.ProjectListItem_build__closure5.prototype = { call$0() { @@ -523336,7 +533032,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.projectList, B.EntityType_project, new A.ProjectListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ProjectPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2926 + $signature: 2927 }; A.ProjectListBuilder_build__closure.prototype = { call$2(context, index) { @@ -523353,7 +533049,7 @@ t3 = false; return new A.ProjectListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 2927 + $signature: 2928 }; A.ProjectListVM.prototype = {}; A.ProjectListVM_fromStore__handleRefresh.prototype = { @@ -523376,13 +533072,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ProjectListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ProjectListVM_fromStore_closure0.prototype = { call$1(field) { @@ -523477,7 +533173,7 @@ t6.push("custom4"); t6.push("documents"); t7 = A._setArrayType(["name", "client", "task_rate", "due_date", "total_hours", "budgeted_hours", "public_notes", "private_notes", "entity_state"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("project1", true), company.getCustomFieldValues$2$excludeBlank("project2", true), company.getCustomFieldValues$2$excludeBlank("project3", true), company.getCustomFieldValues$2$excludeBlank("project4", true), t7, B.EntityType_project, false, B.List_empty27, new A.ProjectScreen_build_closure(store), new A.ProjectScreen_build_closure0(store), new A.ProjectScreen_build_closure1(store), new A.ProjectScreen_build_closure2(store), new A.ProjectScreen_build_closure3(store), new A.ProjectScreen_build_closure4(store), new A.ProjectScreen_build_closure5(store), _null, A._setArrayType(["name", "number", "updated_at"], t5), B.List_empty28, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("project1", true), company.getCustomFieldValues$2$excludeBlank("project2", true), company.getCustomFieldValues$2$excludeBlank("project3", true), company.getCustomFieldValues$2$excludeBlank("project4", true), t7, B.EntityType_project, false, B.List_empty28, new A.ProjectScreen_build_closure(store), new A.ProjectScreen_build_closure0(store), new A.ProjectScreen_build_closure1(store), new A.ProjectScreen_build_closure2(store), new A.ProjectScreen_build_closure3(store), new A.ProjectScreen_build_closure4(store), new A.ProjectScreen_build_closure5(store), _null, A._setArrayType(["name", "number", "updated_at"], t5), B.List_empty29, t6); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_project)) { t1 = A.Theme_of(context); @@ -523508,7 +533204,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProjects(value)); }, - $signature: 26 + $signature: 28 }; A.ProjectScreen_build_closure8.prototype = { call$2(state, value) { @@ -523516,7 +533212,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProjectsByState(state)); }, - $signature: 65 + $signature: 67 }; A.ProjectScreen_build_closure9.prototype = { call$0() { @@ -523581,7 +533277,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProjectsByState(state)); }, - $signature: 62 + $signature: 64 }; A.ProjectScreen_build_closure.prototype = { call$0() { @@ -523616,7 +533312,7 @@ call$2(context, vm) { return new A.ProjectScreen(vm, null); }, - $signature: 2928 + $signature: 2929 }; A.ProjectScreenVM.prototype = {}; A.ProjectView.prototype = { @@ -523712,7 +533408,7 @@ t1 = A.RefreshIndicator$(new A.ProjectOverview(t2, t4.isFilter, _null), new A._ProjectViewState_build__closure1(t2, context)); return A.Column$(A._setArrayType([A.Expanded$(t1, 1), new A.BottomButtons(_this.project, B.EntityAction_newTask, B.EntityAction_invoiceProject, true, true, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 235 + $signature: 270 }; A._ProjectViewState_build__closure.prototype = { call$0() { @@ -523758,7 +533454,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A.ProjectViewDocuments_build_closure0.prototype = { call$0() { @@ -523810,7 +533506,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._ProjectOverviewState_initState__closure()); }, - $signature: 222 + $signature: 229 }; A._ProjectOverviewState_initState__closure.prototype = { call$0() { @@ -523925,7 +533621,7 @@ B.JSArray_methods.addAll$1(t7, A._setArrayType([new A.IconMessage(t1, _null, _null, _null, true, _null), new A.ListDivider(_null)], t9)); return t7; }, - $signature: 305 + $signature: 292 }; A._ProjectOverviewState_build_closure.prototype = { call$0() { @@ -523943,13 +533639,13 @@ call$1(store) { return A.ProjectViewVM_ProjectViewVM$fromStore(store); }, - $signature: 2929 + $signature: 2930 }; A.ProjectViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProjectView(vm, this.$this.isFilter, vm.state.uiState.projectUIState.tabIndex, null); }, - $signature: 2930 + $signature: 2931 }; A.ProjectViewVM.prototype = { get$project() { @@ -523974,13 +533670,13 @@ t1[0].call$1(new A.LoadProject(completer, this.project.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ProjectViewVM_ProjectViewVM$fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ProjectViewVM_ProjectViewVM$fromStore_closure0.prototype = { call$3(context, multipartFiles, isPrivate) { @@ -523992,7 +533688,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 112 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1(client) { @@ -524004,11 +533700,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.ProjectViewVM_ProjectViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.ProjectViewVM_ProjectViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -524126,7 +533823,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._PurchaseOrderEditState_build_closure2.prototype = { call$1(context) { @@ -524138,12 +533835,12 @@ call$2(context, action) { return this.$this._purchase_order_edit$_onSavePressed$2(context, action); }, - $signature: 71 + $signature: 74 }; A._PurchaseOrderEditState_build_closure.prototype = { call$0() { - var _this = this; - A.showDialog(null, B.Color_2315255808, true, new A._PurchaseOrderEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, null, true, type$.InvoiceItemSelector); + var _this = this, _null = null; + A.showDialog(_null, _null, true, _null, new A._PurchaseOrderEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, _null, true, type$.InvoiceItemSelector); }, $signature: 0 }; @@ -524157,21 +533854,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._PurchaseOrderEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._PurchaseOrderEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._PurchaseOrderEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 302 + $signature: 285 }; A._PurchaseOrderEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 86 }; A._PurchaseOrderEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 301 + $signature: 284 }; A._PurchaseOrderEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -524185,7 +533882,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 300 + $signature: 283 }; A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -524212,7 +533909,7 @@ call$1(store) { return A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore(store); }, - $signature: 2931 + $signature: 2932 }; A.PurchaseOrderEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -524221,7 +533918,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_purchaseOrder, null); }, - $signature: 2932 + $signature: 2933 }; A.PurchaseOrderEditDetailsVM.prototype = {}; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure.prototype = { @@ -524230,7 +533927,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 155 + $signature: 154 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0.prototype = { call$3(context, purchaseOrder, vendor) { @@ -524239,7 +533936,7 @@ t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); t1[0].call$1(new A.UpdatePurchaseOrderVendor(vendor)); }, - $signature: 2933 + $signature: 2934 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -524251,7 +533948,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, null, true); completer.future.then$1$1(0, new A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 127 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -524259,7 +533956,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/purchase_order/edit")); }, - $signature: 34 + $signature: 35 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { @@ -524267,7 +533964,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/purchase_order/edit")); }, - $signature: 100 + $signature: 106 }; A.PurchaseOrderEditItemsScreen.prototype = { build$1(context) { @@ -524279,7 +533976,7 @@ call$1(store) { return A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore(store); }, - $signature: 2934 + $signature: 2935 }; A.PurchaseOrderEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -524289,7 +533986,7 @@ else return new A.InvoiceEditItems(viewModel, t1, null); }, - $signature: 2935 + $signature: 2936 }; A.PurchaseOrderEditItemsVM.prototype = {}; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure.prototype = { @@ -524298,7 +533995,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeletePurchaseOrderItem(index)); }, - $signature: 160 + $signature: 156 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -524323,7 +534020,7 @@ t1[0].call$1(new A.UpdatePurchaseOrderItem(index, purchaseOrderItem)); } }, - $signature: 299 + $signature: 282 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -524331,7 +534028,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MovePurchaseOrderItem(oldIndex, newIndex)); }, - $signature: 232 + $signature: 224 }; A.PurchaseOrderEditNotesScreen.prototype = { build$1(context) { @@ -524343,13 +534040,13 @@ call$1(store) { return A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore(store); }, - $signature: 2936 + $signature: 2937 }; A.PurchaseOrderEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2937 + $signature: 2938 }; A.PurchaseOrderEditNotesVM.prototype = {}; A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure.prototype = { @@ -524358,7 +534055,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 155 + $signature: 154 }; A.PurchaseOrderEditPDFScreen.prototype = { build$1(context) { @@ -524374,13 +534071,13 @@ t2 = t1.uiState; return new A.PurchaseOrderEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.purchaseOrderUIState.editing); }, - $signature: 2938 + $signature: 2939 }; A.PurchaseOrderEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2939 + $signature: 2940 }; A.PurchaseOrderEditPDFVM.prototype = {}; A.PurchaseOrderEditScreen.prototype = { @@ -524393,13 +534090,13 @@ call$1(store) { return A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore(store); }, - $signature: 2940 + $signature: 2941 }; A.PurchaseOrderEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PurchaseOrderEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2941 + $signature: 2942 }; A.PurchaseOrderEditVM.prototype = {}; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure.prototype = { @@ -524414,11 +534111,11 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 204 + $signature: 200 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1.prototype = { call$0() { - var t3, t4, $navigator, t5, t6, _this = this, + var t3, t4, $navigator, t5, t6, _this = this, _null = null, t1 = _this.store, t2 = t1.__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -524432,8 +534129,8 @@ if (t2.vendorId.length === 0) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0(t4), t1, null, true, type$.ErrorDialog); - return null; + A.showDialog(_null, _null, true, _null, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0(t4), t1, _null, true, type$.ErrorDialog); + return _null; } if (!t2.get$isNew()) if (t2.isChanged !== true) { @@ -524454,7 +534151,7 @@ return t3.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2()); } }, - $signature: 130 + $signature: 136 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -524514,14 +534211,15 @@ A.viewEntity(false, savedPurchaseOrder, _null, true); } }, - $signature: 86 + $signature: 87 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -524544,7 +534242,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddPurchaseOrderItems(items)); }, - $signature: 298 + $signature: 280 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -524569,7 +534267,7 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0(context)); }, - $signature: 297 + $signature: 279 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure.prototype = { call$1(client) { @@ -524581,11 +534279,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -524619,7 +534318,7 @@ t1[0].call$1(new A.LoadVendor(null, t2.id)); } }, - $signature: 308 + $signature: 272 }; A.PurchaseOrderEmailScreen_build_closure0.prototype = { call$1(store) { @@ -524631,13 +534330,13 @@ t2.toString; return A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore(store, t2); }, - $signature: 2942 + $signature: 2943 }; A.PurchaseOrderEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2943 + $signature: 2944 }; A.EmailPurchaseOrderVM.prototype = {}; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure.prototype = { @@ -524657,13 +534356,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailPurchaseOrderRequest(completer, this.purchaseOrder.id, template, subject, body, ccEmail)); }, - $signature: 396 + $signature: 359 }; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure.prototype = { call$1(_) { A.viewEntity(false, this.purchaseOrder, null, false); }, - $signature: 34 + $signature: 35 }; A.PurchaseOrderListItem.prototype = { build$1(context) { @@ -524789,7 +534488,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.PurchaseOrderListItem_build__closure2.prototype = { call$0() { @@ -524816,7 +534515,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.purchaseOrder], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.PurchaseOrderListItem_build__closure5.prototype = { call$0() { @@ -524848,7 +534547,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_purchaseOrder, new A.PurchaseOrderListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.PurchaseOrderPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2944 + $signature: 2945 }; A.PurchaseOrderListBuilder_build__closure.prototype = { call$2(context, index) { @@ -524867,7 +534566,7 @@ t3 = false; return new A.PurchaseOrderListItem(t5.user, t2, t4, t1.filter, t3, null); }, - $signature: 2945 + $signature: 2946 }; A.PurchaseOrderListVM.prototype = {}; A.PurchaseOrderListVM_fromStore__handleRefresh.prototype = { @@ -524890,13 +534589,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.PurchaseOrderListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.PurchaseOrderListVM_fromStore_closure0.prototype = { call$1(field) { @@ -524931,13 +534630,13 @@ t3.toString; return new A.PurchaseOrderPdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].purchaseOrderState.$get$1(0, t3), purchaseOrderUIState.historyActivityId); }, - $signature: 2946 + $signature: 2947 }; A.PurchaseOrderPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__purchase_order_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2947 + $signature: 2948 }; A.PurchaseOrderPdfVM.prototype = {}; A.PurchaseOrderPresenter.prototype = { @@ -525067,7 +534766,7 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 44 + $signature: 71 }; A.PurchaseOrderScreen.prototype = { build$1(context) { @@ -525110,7 +534809,7 @@ t6.push("partial_due_date"); t7 = A._setArrayType(["status", "number", "vendor", "expense", "amount", "date", "due_date"], t5); t5 = A._setArrayType(["number", "date", "due_date", "updated_at"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_purchaseOrder, false, B.List_empty27, new A.PurchaseOrderScreen_build_closure3(store), new A.PurchaseOrderScreen_build_closure4(store), new A.PurchaseOrderScreen_build_closure5(store), new A.PurchaseOrderScreen_build_closure6(store), new A.PurchaseOrderScreen_build_closure7(store), new A.PurchaseOrderScreen_build_closure8(store), new A.PurchaseOrderScreen_build_closure9(store), new A.PurchaseOrderScreen_build_closure10(store), t5, statuses, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_purchaseOrder, false, B.List_empty28, new A.PurchaseOrderScreen_build_closure3(store), new A.PurchaseOrderScreen_build_closure4(store), new A.PurchaseOrderScreen_build_closure5(store), new A.PurchaseOrderScreen_build_closure6(store), new A.PurchaseOrderScreen_build_closure7(store), new A.PurchaseOrderScreen_build_closure8(store), new A.PurchaseOrderScreen_build_closure9(store), new A.PurchaseOrderScreen_build_closure10(store), t5, statuses, t6); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_purchaseOrder) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null), "purchase_order_fab", false, new A.PurchaseOrderScreen_build_closure11(context), t4.get$newPurchaseOrder()) : _null; return A.ListScaffold$(_null, B.List_empty20, new A.ListFilter(B.EntityType_purchaseOrder, t3.filter, new A.PurchaseOrderScreen_build_closure12(store), this.viewModel.purchaseOrderList, statuses, new A.PurchaseOrderScreen_build_closure13(store), new A.PurchaseOrderScreen_build_closure14(store), new A.ValueKey("__filter_" + t3.filterClearedAt + "__", type$.ValueKey_String)), new A.PurchaseOrderListBuilder(_null), t6, B.EntityType_purchaseOrder, t1, 0, _null, new A.PurchaseOrderScreen_build_closure15(store), new A.PurchaseOrderScreen_build_closure16(store)); @@ -525129,7 +534828,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.PurchaseOrderScreen_build_closure0.prototype = { call$1(b) { @@ -525144,7 +534843,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.PurchaseOrderScreen_build_closure1.prototype = { call$1(b) { @@ -525166,7 +534865,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.PurchaseOrderScreen_build_closure2.prototype = { call$1(b) { @@ -525181,7 +534880,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.PurchaseOrderScreen_build_closure16.prototype = { call$0() { @@ -525197,7 +534896,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrders(value)); }, - $signature: 26 + $signature: 28 }; A.PurchaseOrderScreen_build_closure14.prototype = { call$2(state, value) { @@ -525205,7 +534904,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByState(state)); }, - $signature: 65 + $signature: 67 }; A.PurchaseOrderScreen_build_closure13.prototype = { call$2($status, value) { @@ -525213,7 +534912,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.PurchaseOrderScreen_build_closure15.prototype = { call$0() { @@ -525238,7 +534937,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortPurchaseOrders(value)); }, - $signature: 38 + $signature: 40 }; A.PurchaseOrderScreen_build_closure9.prototype = { call$2(state, value) { @@ -525246,7 +534945,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByState(state)); }, - $signature: 62 + $signature: 64 }; A.PurchaseOrderScreen_build_closure10.prototype = { call$2($status, value) { @@ -525254,7 +534953,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 178 + $signature: 186 }; A.PurchaseOrderScreen_build_closure3.prototype = { call$0() { @@ -525321,7 +535020,7 @@ call$2(context, vm) { return new A.PurchaseOrderScreen(vm, null); }, - $signature: 2948 + $signature: 2949 }; A.PurchaseOrderScreenVM.prototype = {}; A.PurchaseOrderViewScreen.prototype = { @@ -525334,13 +535033,13 @@ call$1(store) { return A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore(store); }, - $signature: 2949 + $signature: 2950 }; A.PurchaseOrderViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.purchaseOrderUIState.tabIndex, null); }, - $signature: 2950 + $signature: 2951 }; A.PurchaseOrderViewVM.prototype = {}; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh.prototype = { @@ -525358,7 +535057,7 @@ t1[0].call$1(new A.LoadPurchaseOrder(completer, this.purchaseOrder.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure.prototype = { call$2(context, index) { @@ -525367,13 +535066,13 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 296 + $signature: 278 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1.prototype = { call$3(context, multipartFile, isPrivate) { @@ -525383,7 +535082,7 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 112 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure.prototype = { call$1(client) { @@ -525395,11 +535094,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -525418,7 +535118,7 @@ call$2(context, purchaseOrder) { return this.call$3(context, purchaseOrder, null); }, - $signature: 295 + $signature: 277 }; A.QuoteEdit.prototype = { createState$0() { @@ -525530,7 +535230,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._QuoteEditState_build_closure2.prototype = { call$1(context) { @@ -525542,12 +535242,12 @@ call$2(context, action) { return this.$this._quote_edit$_onSavePressed$2(context, action); }, - $signature: 71 + $signature: 74 }; A._QuoteEditState_build_closure.prototype = { call$0() { - var _this = this; - A.showDialog(null, B.Color_2315255808, true, new A._QuoteEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, null, true, type$.InvoiceItemSelector); + var _this = this, _null = null; + A.showDialog(_null, _null, true, _null, new A._QuoteEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, _null, true, type$.InvoiceItemSelector); }, $signature: 0 }; @@ -525561,21 +535261,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._QuoteEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._QuoteEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._QuoteEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 302 + $signature: 285 }; A._QuoteEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 86 }; A._QuoteEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 301 + $signature: 284 }; A._QuoteEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -525589,7 +535289,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 300 + $signature: 283 }; A.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -525616,7 +535316,7 @@ call$1(store) { return A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore(store); }, - $signature: 2951 + $signature: 2952 }; A.QuoteEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -525625,7 +535325,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_quote, null); }, - $signature: 2952 + $signature: 2953 }; A.QuoteEditDetailsVM.prototype = {}; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure.prototype = { @@ -525634,7 +535334,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 155 + $signature: 154 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3(context, quote, client) { @@ -525649,7 +535349,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateQuoteClient(client)); }, - $signature: 383 + $signature: 350 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -525662,7 +535362,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 127 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -525670,7 +535370,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/quote/edit")); }, - $signature: 34 + $signature: 35 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { @@ -525678,7 +535378,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/quote/edit")); }, - $signature: 100 + $signature: 106 }; A.QuoteEditItemsScreen.prototype = { build$1(context) { @@ -525690,7 +535390,7 @@ call$1(store) { return A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2953 + $signature: 2954 }; A.QuoteEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -525701,7 +535401,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2954 + $signature: 2955 }; A.QuoteEditItemsVM.prototype = {}; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure.prototype = { @@ -525710,7 +535410,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteQuoteItem(index)); }, - $signature: 160 + $signature: 156 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -525736,7 +535436,7 @@ t1[0].call$1(new A.UpdateQuoteItem(index, quoteItem)); } }, - $signature: 299 + $signature: 282 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -525744,7 +535444,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 53 + $signature: 55 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -525752,7 +535452,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 232 + $signature: 224 }; A.QuoteEditNotesScreen.prototype = { build$1(context) { @@ -525764,13 +535464,13 @@ call$1(store) { return A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore(store); }, - $signature: 2955 + $signature: 2956 }; A.QuoteEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2956 + $signature: 2957 }; A.QuoteEditNotesVM.prototype = {}; A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure.prototype = { @@ -525779,7 +535479,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 155 + $signature: 154 }; A.QuoteEditPDFScreen.prototype = { build$1(context) { @@ -525795,13 +535495,13 @@ t2 = t1.uiState; return new A.QuoteEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.quoteUIState.editing); }, - $signature: 2957 + $signature: 2958 }; A.QuoteEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2958 + $signature: 2959 }; A.QuoteEditPDFVM.prototype = {}; A.QuoteEditScreen.prototype = { @@ -525814,13 +535514,13 @@ call$1(store) { return A.QuoteEditVM_QuoteEditVM$fromStore(store); }, - $signature: 2959 + $signature: 2960 }; A.QuoteEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.QuoteEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2960 + $signature: 2961 }; A.QuoteEditVM.prototype = {}; A.QuoteEditVM_QuoteEditVM$fromStore_closure.prototype = { @@ -525835,11 +535535,11 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 204 + $signature: 200 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure1.prototype = { call$0() { - var t3, t4, $navigator, t5, t6, _this = this, + var t3, t4, $navigator, t5, t6, _this = this, _null = null, t1 = _this.store, t2 = t1.__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -525853,8 +535553,8 @@ if (t2.clientId.length === 0) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.QuoteEditVM_QuoteEditVM$fromStore___closure0(t4), t1, null, true, type$.ErrorDialog); - return null; + A.showDialog(_null, _null, true, _null, new A.QuoteEditVM_QuoteEditVM$fromStore___closure0(t4), t1, _null, true, type$.ErrorDialog); + return _null; } if (!t2.get$isNew()) if (t2.isChanged !== true) { @@ -525875,7 +535575,7 @@ return t3.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore___closure1(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore___closure2()); } }, - $signature: 130 + $signature: 136 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -525939,14 +535639,15 @@ A.viewEntity(false, savedQuote, _null, true); } }, - $signature: 86 + $signature: 87 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure2.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.QuoteEditVM_QuoteEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.QuoteEditVM_QuoteEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -525969,7 +535670,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddQuoteItems(items)); }, - $signature: 298 + $signature: 280 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -525994,7 +535695,7 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.quote)); t1.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore__closure0(context)); }, - $signature: 297 + $signature: 279 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$1(client) { @@ -526006,11 +535707,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.QuoteEditVM_QuoteEditVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.QuoteEditVM_QuoteEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -526044,7 +535746,7 @@ t1[0].call$1(new A.LoadClient(null, t2.id)); } }, - $signature: 308 + $signature: 272 }; A.QuoteEmailScreen_build_closure0.prototype = { call$1(store) { @@ -526056,13 +535758,13 @@ t2.toString; return A.EmailQuoteVM_EmailQuoteVM$fromStore(store, t2); }, - $signature: 2961 + $signature: 2962 }; A.QuoteEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2962 + $signature: 2963 }; A.EmailQuoteVM.prototype = {}; A.EmailQuoteVM_EmailQuoteVM$fromStore_closure.prototype = { @@ -526087,13 +535789,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailQuoteRequest(completer, this.quote.id, template, subject, body, ccEmail)); }, - $signature: 396 + $signature: 359 }; A.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1(_) { A.viewEntity(false, this.quote, null, false); }, - $signature: 34 + $signature: 35 }; A.QuoteListItem.prototype = { build$1(context) { @@ -526234,7 +535936,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.QuoteListItem_build__closure2.prototype = { call$0() { @@ -526260,7 +535962,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.quote], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.QuoteListItem_build__closure5.prototype = { call$0() { @@ -526291,7 +535993,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_quote, new A.QuoteListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.QuotePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2963 + $signature: 2964 }; A.QuoteListBuilder_build__closure.prototype = { call$2(context, index) { @@ -526300,7 +536002,7 @@ t2.toString; return new A.QuoteListItem(t2, t1.filter, true, null); }, - $signature: 442 + $signature: 586 }; A.QuoteListVM.prototype = {}; A.QuoteListVM_fromStore__handleRefresh.prototype = { @@ -526323,13 +536025,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.QuoteListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.QuoteListVM_fromStore_closure0.prototype = { call$1(field) { @@ -526364,13 +536066,13 @@ t3.toString; return new A.QuotePdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].quoteState.$get$1(0, t3), quoteUIState.historyActivityId); }, - $signature: 2964 + $signature: 2965 }; A.QuotePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__quote_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2965 + $signature: 2966 }; A.QuotePdfVM.prototype = {}; A.QuotePresenter.prototype = { @@ -526496,7 +536198,7 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 44 + $signature: 71 }; A.QuoteScreen.prototype = { build$1(context) { @@ -526538,7 +536240,7 @@ t6.push("partial"); t6.push("partial_due_date"); t7 = A._setArrayType(["status", "number", "client", "amount", "date", "valid_until"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_quote, false, B.List_empty27, new A.QuoteScreen_build_closure5(store), new A.QuoteScreen_build_closure6(store), new A.QuoteScreen_build_closure7(store), new A.QuoteScreen_build_closure8(store), new A.QuoteScreen_build_closure9(store), new A.QuoteScreen_build_closure10(store), new A.QuoteScreen_build_closure11(store), new A.QuoteScreen_build_closure12(store), A._setArrayType(["number", "date", "valid_until", "updated_at"], t5), statuses, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_quote, false, B.List_empty28, new A.QuoteScreen_build_closure5(store), new A.QuoteScreen_build_closure6(store), new A.QuoteScreen_build_closure7(store), new A.QuoteScreen_build_closure8(store), new A.QuoteScreen_build_closure9(store), new A.QuoteScreen_build_closure10(store), new A.QuoteScreen_build_closure11(store), new A.QuoteScreen_build_closure12(store), A._setArrayType(["number", "date", "valid_until", "updated_at"], t5), statuses, t6); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_quote)) { t1 = A.Theme_of(context); @@ -526568,7 +536270,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.QuoteScreen_build_closure0.prototype = { call$1(b) { @@ -526583,7 +536285,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.QuoteScreen_build_closure1.prototype = { call$1(b) { @@ -526598,7 +536300,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.QuoteScreen_build_closure2.prototype = { call$1(b) { @@ -526613,7 +536315,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.QuoteScreen_build_closure3.prototype = { call$1(b) { @@ -526628,7 +536330,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.QuoteScreen_build_closure4.prototype = { call$1(b) { @@ -526643,7 +536345,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.QuoteScreen_build_closure18.prototype = { call$0() { @@ -526659,7 +536361,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotes(value)); }, - $signature: 26 + $signature: 28 }; A.QuoteScreen_build_closure16.prototype = { call$2(state, value) { @@ -526667,7 +536369,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByState(state)); }, - $signature: 65 + $signature: 67 }; A.QuoteScreen_build_closure15.prototype = { call$2($status, value) { @@ -526675,7 +536377,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.QuoteScreen_build_closure17.prototype = { call$0() { @@ -526740,7 +536442,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByState(state)); }, - $signature: 62 + $signature: 64 }; A.QuoteScreen_build_closure12.prototype = { call$2($status, value) { @@ -526748,7 +536450,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 178 + $signature: 186 }; A.QuoteScreen_build_closure5.prototype = { call$0() { @@ -526783,7 +536485,7 @@ call$2(context, vm) { return new A.QuoteScreen(vm, null); }, - $signature: 2966 + $signature: 2967 }; A.QuoteScreenVM.prototype = {}; A.QuoteViewScreen.prototype = { @@ -526796,13 +536498,13 @@ call$1(store) { return A.QuoteViewVM_QuoteViewVM$fromStore(store); }, - $signature: 2967 + $signature: 2968 }; A.QuoteViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.quoteUIState.tabIndex, null); }, - $signature: 2968 + $signature: 2969 }; A.QuoteViewVM.prototype = {}; A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh.prototype = { @@ -526820,7 +536522,7 @@ t1[0].call$1(new A.LoadQuote(completer, this.quote.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure.prototype = { call$2(context, index) { @@ -526835,13 +536537,13 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 296 + $signature: 278 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure1.prototype = { call$3(context, multipartFiles, isPrivate) { @@ -526851,7 +536553,7 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.quote)); t1.then$1$1(0, new A.QuoteViewVM_QuoteViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.QuoteViewVM_QuoteViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 112 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1(client) { @@ -526863,11 +536565,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.QuoteViewVM_QuoteViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.QuoteViewVM_QuoteViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -526886,7 +536589,7 @@ call$2(context, quote) { return this.call$3(context, quote, null); }, - $signature: 295 + $signature: 277 }; A.RecurringExpenseEditScreen.prototype = { build$1(context) { @@ -526898,13 +536601,13 @@ call$1(store) { return A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore(store); }, - $signature: 2969 + $signature: 2970 }; A.RecurringExpenseEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseEdit(viewModel, new A.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_int)); }, - $signature: 2970 + $signature: 2971 }; A.RecurringExpenseEditVM.prototype = {}; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure.prototype = { @@ -526913,7 +536616,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); }, - $signature: 154 + $signature: 157 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2.prototype = { call$2(context, completer) { @@ -526926,7 +536629,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4(t3), t4); }, - $signature: 120 + $signature: 127 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3.prototype = { call$1(_) { @@ -526934,7 +536637,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 34 + $signature: 35 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4.prototype = { call$1(client) { @@ -526942,7 +536645,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 100 + $signature: 106 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3.prototype = { call$2(context, completer) { @@ -526955,7 +536658,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2(t3), t4); }, - $signature: 120 + $signature: 127 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1.prototype = { call$1(_) { @@ -526963,7 +536666,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 34 + $signature: 35 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2.prototype = { call$1(expense) { @@ -526971,7 +536674,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 100 + $signature: 106 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -526995,7 +536698,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 204 + $signature: 200 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5.prototype = { call$0() { @@ -527026,7 +536729,7 @@ return t5.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0(t2, t4, _this.state, t1, t3, t6), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1(t3)); } }, - $signature: 130 + $signature: 136 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0.prototype = { call$1(savedRecurringExpense) { @@ -527092,11 +536795,12 @@ A.viewEntity(false, savedRecurringExpense, _null, true); } }, - $signature: 154 + $signature: 157 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -527114,7 +536818,7 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 112 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { call$1(client) { @@ -527126,11 +536830,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -527277,7 +536982,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.RecurringExpenseListItem_build__closure2.prototype = { call$0() { @@ -527303,7 +537008,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.RecurringExpenseListItem_build__closure5.prototype = { call$0() { @@ -527334,7 +537039,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.recurringExpenseList, B.EntityType_recurringExpense, new A.RecurringExpenseListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.RecurringExpensePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2971 + $signature: 2972 }; A.RecurringExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -527349,7 +537054,7 @@ t3 = false; return new A.RecurringExpenseListItem(t2, t1.filter, t3, null); }, - $signature: 2972 + $signature: 2973 }; A.RecurringExpenseListVM.prototype = {}; A.RecurringExpenseListVM_fromStore__handleRefresh.prototype = { @@ -527372,13 +537077,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.RecurringExpenseListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.RecurringExpenseListVM_fromStore_closure0.prototype = { call$1(field) { @@ -527552,7 +537257,7 @@ t6.push("last_sent_date"); t7 = A._setArrayType(["status", "number", "vendor", "client", "frequency", "next_send_date", "amount", "public_notes", "entity_state"], t5); t5 = A._setArrayType(["number", "next_send_date", "updated_at"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("expense1", true), company.getCustomFieldValues$2$excludeBlank("expense2", true), company.getCustomFieldValues$2$excludeBlank("expense3", true), company.getCustomFieldValues$2$excludeBlank("expense4", true), t7, B.EntityType_recurringExpense, false, B.List_empty27, new A.RecurringExpenseScreen_build_closure4(store), new A.RecurringExpenseScreen_build_closure5(store), new A.RecurringExpenseScreen_build_closure6(store), new A.RecurringExpenseScreen_build_closure7(store), new A.RecurringExpenseScreen_build_closure8(store), new A.RecurringExpenseScreen_build_closure9(store), new A.RecurringExpenseScreen_build_closure10(store), new A.RecurringExpenseScreen_build_closure11(store), t5, statuses, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("expense1", true), company.getCustomFieldValues$2$excludeBlank("expense2", true), company.getCustomFieldValues$2$excludeBlank("expense3", true), company.getCustomFieldValues$2$excludeBlank("expense4", true), t7, B.EntityType_recurringExpense, false, B.List_empty28, new A.RecurringExpenseScreen_build_closure4(store), new A.RecurringExpenseScreen_build_closure5(store), new A.RecurringExpenseScreen_build_closure6(store), new A.RecurringExpenseScreen_build_closure7(store), new A.RecurringExpenseScreen_build_closure8(store), new A.RecurringExpenseScreen_build_closure9(store), new A.RecurringExpenseScreen_build_closure10(store), new A.RecurringExpenseScreen_build_closure11(store), t5, statuses, t6); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_recurringExpense) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null), "recurring_expense_fab", false, new A.RecurringExpenseScreen_build_closure12(context), t4.get$newRecurringExpense()) : _null; return A.ListScaffold$(_null, B.List_empty20, new A.ListFilter(B.EntityType_recurringExpense, t3.filter, new A.RecurringExpenseScreen_build_closure13(store), this.viewModel.recurringExpenseList, statuses, new A.RecurringExpenseScreen_build_closure14(store), new A.RecurringExpenseScreen_build_closure15(store), new A.ValueKey("__filter_" + t3.filterClearedAt + "__", type$.ValueKey_String)), new A.RecurringExpenseListBuilder(_null), t6, B.EntityType_recurringExpense, t1, 0, _null, new A.RecurringExpenseScreen_build_closure16(store), new A.RecurringExpenseScreen_build_closure17(store)); @@ -527571,7 +537276,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.RecurringExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -527586,7 +537291,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.RecurringExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -527601,7 +537306,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.RecurringExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -527616,7 +537321,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.RecurringExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -527631,7 +537336,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 161 + $signature: 160 }; A.RecurringExpenseScreen_build_closure17.prototype = { call$0() { @@ -527647,7 +537352,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpenses(value)); }, - $signature: 26 + $signature: 28 }; A.RecurringExpenseScreen_build_closure14.prototype = { call$2($status, value) { @@ -527655,7 +537360,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.RecurringExpenseScreen_build_closure15.prototype = { call$2(state, value) { @@ -527663,7 +537368,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByState(state)); }, - $signature: 65 + $signature: 67 }; A.RecurringExpenseScreen_build_closure16.prototype = { call$0() { @@ -527688,7 +537393,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortRecurringExpenses(value)); }, - $signature: 38 + $signature: 40 }; A.RecurringExpenseScreen_build_closure11.prototype = { call$2($status, value) { @@ -527696,7 +537401,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByStatus($status)); }, - $signature: 178 + $signature: 186 }; A.RecurringExpenseScreen_build_closure10.prototype = { call$2(state, value) { @@ -527704,7 +537409,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByState(state)); }, - $signature: 62 + $signature: 64 }; A.RecurringExpenseScreen_build_closure4.prototype = { call$0() { @@ -527771,7 +537476,7 @@ call$2(context, vm) { return new A.RecurringExpenseScreen(vm, null); }, - $signature: 2973 + $signature: 2974 }; A.RecurringExpenseScreenVM.prototype = {}; A.RecurringExpenseViewScreen.prototype = { @@ -527784,13 +537489,13 @@ call$1(store) { return A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore(store); }, - $signature: 2974 + $signature: 2975 }; A.RecurringExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, this.$this.isFilter, vm.state.uiState.recurringExpenseUIState.tabIndex, null); }, - $signature: 2975 + $signature: 2976 }; A.RecurringExpenseViewVM.prototype = {}; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh.prototype = { @@ -527808,13 +537513,13 @@ t1[0].call$1(new A.LoadRecurringExpense(completer, this.recurringExpense.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0.prototype = { call$3(context, multipartFiles, isPrivate) { @@ -527824,7 +537529,7 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0()); }, - $signature: 108 + $signature: 112 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { call$1(client) { @@ -527836,14 +537541,15 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -527963,7 +537669,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._RecurringInvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -527975,12 +537681,12 @@ call$2(context, action) { return this.$this._recurring_invoice_edit$_onSavePressed$2(context, action); }, - $signature: 71 + $signature: 74 }; A._RecurringInvoiceEditState_build_closure.prototype = { call$0() { - var _this = this; - A.showDialog(null, B.Color_2315255808, true, new A._RecurringInvoiceEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, null, true, type$.InvoiceItemSelector); + var _this = this, _null = null; + A.showDialog(_null, _null, true, _null, new A._RecurringInvoiceEditState_build__closure(_this.$this, _this.invoice, _this.viewModel, _this.isFullscreen), _this.context, _null, true, type$.InvoiceItemSelector); }, $signature: 0 }; @@ -527994,21 +537700,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._RecurringInvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._RecurringInvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._RecurringInvoiceEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 302 + $signature: 285 }; A._RecurringInvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 85 + $signature: 86 }; A._RecurringInvoiceEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 301 + $signature: 284 }; A._RecurringInvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -528022,7 +537728,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 300 + $signature: 283 }; A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -528049,7 +537755,7 @@ call$1(store) { return A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore(store); }, - $signature: 2976 + $signature: 2977 }; A.RecurringInvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -528058,7 +537764,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_recurringInvoice, null); }, - $signature: 2977 + $signature: 2978 }; A.RecurringInvoiceEditDetailsVM.prototype = {}; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure.prototype = { @@ -528067,7 +537773,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateRecurringInvoice(invoice)); }, - $signature: 155 + $signature: 154 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -528082,7 +537788,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateRecurringInvoiceClient(client)); }, - $signature: 383 + $signature: 350 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -528095,7 +537801,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 127 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure.prototype = { call$1(_) { @@ -528103,7 +537809,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/edit")); }, - $signature: 34 + $signature: 35 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0.prototype = { call$1(client) { @@ -528111,7 +537817,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/edit")); }, - $signature: 100 + $signature: 106 }; A.RecurringInvoiceEditItemsScreen.prototype = { build$1(context) { @@ -528123,7 +537829,7 @@ call$1(store) { return A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2978 + $signature: 2979 }; A.RecurringInvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -528134,7 +537840,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2979 + $signature: 2980 }; A.RecurringInvoiceEditItemsVM.prototype = {}; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure.prototype = { @@ -528143,7 +537849,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteRecurringInvoiceItem(index)); }, - $signature: 160 + $signature: 156 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -528169,7 +537875,7 @@ t1[0].call$1(new A.UpdateRecurringInvoiceItem(index, item)); } }, - $signature: 299 + $signature: 282 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -528177,7 +537883,7 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 53 + $signature: 55 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { @@ -528185,7 +537891,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 232 + $signature: 224 }; A.RecurringInvoiceEditNotesScreen.prototype = { build$1(context) { @@ -528197,13 +537903,13 @@ call$1(store) { return A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore(store); }, - $signature: 2980 + $signature: 2981 }; A.RecurringInvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2981 + $signature: 2982 }; A.RecurringInvoiceEditNotesVM.prototype = {}; A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure.prototype = { @@ -528212,7 +537918,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 155 + $signature: 154 }; A.RecurringInvoiceEditPDFScreen.prototype = { build$1(context) { @@ -528228,13 +537934,13 @@ t2 = t1.uiState; return new A.RecurringInvoiceEditPDFVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].userCompany.company, t2.recurringInvoiceUIState.editing); }, - $signature: 2982 + $signature: 2983 }; A.RecurringInvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2983 + $signature: 2984 }; A.RecurringInvoiceEditPDFVM.prototype = {}; A.RecurringInvoiceEditScreen.prototype = { @@ -528247,13 +537953,13 @@ call$1(store) { return A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore(store); }, - $signature: 2984 + $signature: 2985 }; A.RecurringInvoiceEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.RecurringInvoiceEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2985 + $signature: 2986 }; A.RecurringInvoiceEditVM.prototype = {}; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure.prototype = { @@ -528268,11 +537974,11 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 204 + $signature: 200 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1.prototype = { call$0() { - var t3, t4, $navigator, t5, t6, _this = this, + var t3, t4, $navigator, t5, t6, _this = this, _null = null, t1 = _this.store, t2 = t1.__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -528286,8 +537992,8 @@ if (t2.clientId.length === 0) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0(t4), t1, null, true, type$.ErrorDialog); - return null; + A.showDialog(_null, _null, true, _null, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0(t4), t1, _null, true, type$.ErrorDialog); + return _null; } if (!t2.get$isNew()) if (t2.isChanged !== true) { @@ -528308,7 +538014,7 @@ return t3.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1(t2, t4, _this.state, t1, $navigator, t5), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2()); } }, - $signature: 130 + $signature: 136 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -528372,14 +538078,15 @@ A.viewEntity(false, savedRecurringInvoice, _null, true); } }, - $signature: 86 + $signature: 87 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -528402,7 +538109,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddRecurringInvoiceItems(items)); }, - $signature: 298 + $signature: 280 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -528427,7 +538134,7 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.recurringInvoice)); t1.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 112 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$1(client) { @@ -528439,11 +538146,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -528589,7 +538297,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.RecurringInvoiceListItem_build__closure2.prototype = { call$0() { @@ -528614,7 +538322,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.invoice], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.RecurringInvoiceListItem_build__closure5.prototype = { call$0() { @@ -528644,7 +538352,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.recurringInvoiceList, B.EntityType_recurringInvoice, new A.RecurringInvoiceListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.RecurringInvoicePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2986 + $signature: 2987 }; A.RecurringInvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -528653,7 +538361,7 @@ t2.toString; return new A.RecurringInvoiceListItem(t2, t1.filter, null); }, - $signature: 2987 + $signature: 2988 }; A.RecurringInvoiceListVM.prototype = {}; A.RecurringInvoiceListVM_fromStore__handleRefresh.prototype = { @@ -528676,13 +538384,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.RecurringInvoiceListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.RecurringInvoiceListVM_fromStore_closure0.prototype = { call$1(field) { @@ -528717,13 +538425,13 @@ t3.toString; return new A.RecurringInvoicePdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].recurringInvoiceState.$get$1(0, t3), recurringInvoiceUIState.historyActivityId); }, - $signature: 2988 + $signature: 2989 }; A.RecurringInvoicePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, true, new A.ValueKey("__recurring_invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2989 + $signature: 2990 }; A.RecurringInvoicePdfVM.prototype = {}; A.RecurringInvoicePresenter.prototype = { @@ -528884,7 +538592,7 @@ t6.push("exchange_rate"); t7 = A._setArrayType(["status", "number", "client", "amount", _s16_, "next_send_date", "frequency", "due_date_days", "auto_bill"], t5); t5 = A._setArrayType(["number", "next_send_date", "updated_at"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_recurringInvoice, false, B.List_empty27, new A.RecurringInvoiceScreen_build_closure4(store), new A.RecurringInvoiceScreen_build_closure5(store), new A.RecurringInvoiceScreen_build_closure6(store), new A.RecurringInvoiceScreen_build_closure7(store), new A.RecurringInvoiceScreen_build_closure8(store), new A.RecurringInvoiceScreen_build_closure9(store), new A.RecurringInvoiceScreen_build_closure10(store), new A.RecurringInvoiceScreen_build_closure11(store), t5, statuses, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, B.EntityType_recurringInvoice, false, B.List_empty28, new A.RecurringInvoiceScreen_build_closure4(store), new A.RecurringInvoiceScreen_build_closure5(store), new A.RecurringInvoiceScreen_build_closure6(store), new A.RecurringInvoiceScreen_build_closure7(store), new A.RecurringInvoiceScreen_build_closure8(store), new A.RecurringInvoiceScreen_build_closure9(store), new A.RecurringInvoiceScreen_build_closure10(store), new A.RecurringInvoiceScreen_build_closure11(store), t5, statuses, t6); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_recurringInvoice)) { t1 = A.Theme_of(context); @@ -528914,7 +538622,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -528929,7 +538637,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -528944,7 +538652,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -528959,7 +538667,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -528974,7 +538682,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 84 + $signature: 83 }; A.RecurringInvoiceScreen_build_closure17.prototype = { call$0() { @@ -528990,7 +538698,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoices(value)); }, - $signature: 26 + $signature: 28 }; A.RecurringInvoiceScreen_build_closure14.prototype = { call$2($status, value) { @@ -528998,7 +538706,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.RecurringInvoiceScreen_build_closure15.prototype = { call$2(state, value) { @@ -529006,7 +538714,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByState(state)); }, - $signature: 65 + $signature: 67 }; A.RecurringInvoiceScreen_build_closure16.prototype = { call$0() { @@ -529031,7 +538739,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortRecurringInvoices(value)); }, - $signature: 38 + $signature: 40 }; A.RecurringInvoiceScreen_build_closure11.prototype = { call$2($status, value) { @@ -529039,7 +538747,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 178 + $signature: 186 }; A.RecurringInvoiceScreen_build_closure10.prototype = { call$2(state, value) { @@ -529047,7 +538755,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByState(state)); }, - $signature: 62 + $signature: 64 }; A.RecurringInvoiceScreen_build_closure4.prototype = { call$0() { @@ -529114,7 +538822,7 @@ call$2(context, vm) { return new A.RecurringInvoiceScreen(vm, null); }, - $signature: 2990 + $signature: 2991 }; A.RecurringInvoiceScreenVM.prototype = {}; A.RecurringInvoiceViewScreen.prototype = { @@ -529127,13 +538835,13 @@ call$1(store) { return A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore(store); }, - $signature: 2991 + $signature: 2992 }; A.RecurringInvoiceViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoiceView(vm, this.$this.isFilter, vm.state.uiState.recurringInvoiceUIState.tabIndex, null); }, - $signature: 2992 + $signature: 2993 }; A.RecurringInvoiceViewVM.prototype = {}; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh.prototype = { @@ -529151,7 +538859,7 @@ t1[0].call$1(new A.LoadRecurringInvoice(completer, this.invoice.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure.prototype = { call$2(context, index) { @@ -529166,13 +538874,13 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 296 + $signature: 278 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1.prototype = { call$3(context, multipartFiles, isPrivate) { @@ -529182,7 +538890,7 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.invoice)); t1.then$1$1(0, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 112 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1(client) { @@ -529194,11 +538902,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -529217,7 +538926,7 @@ call$2(context, invoice) { return this.call$3(context, invoice, null); }, - $signature: 295 + $signature: 277 }; A.ClientReportFields.prototype = { _enumToString$0() { @@ -529228,19 +538937,19 @@ call$6(userCompany, reportsUIState, clientMap, userMap, groupMap, staticState) { return A.clientReport(userCompany, reportsUIState, clientMap, userMap, groupMap, staticState); }, - $signature: 2993 + $signature: 2994 }; A.clientReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_uhc, e, type$.ClientReportFields); }, - $signature: 2994 + $signature: 2995 }; A.clientReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 489 }; A.clientReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529248,19 +538957,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.clientReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 489 }; A.clientReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 489 }; A.ContactReportFields.prototype = { _enumToString$0() { @@ -529272,19 +538981,19 @@ userCompany.toString; return A.contactReport(userCompany, reportsUIState, clientMap, userMap, staticState); }, - $signature: 2997 + $signature: 2998 }; A.contactReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_yzJ1, e, type$.ContactReportFields); }, - $signature: 2998 + $signature: 2999 }; A.contactReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 571 + $signature: 509 }; A.contactReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529292,19 +539001,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.contactReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 571 + $signature: 509 }; A.contactReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 571 + $signature: 509 }; A.CreditItemReportFields.prototype = { _enumToString$0() { @@ -529315,19 +539024,19 @@ call$6(userCompany, reportsUIState, productMap, creditMap, clientMap, staticState) { return A.lineItemReport1(userCompany, reportsUIState, productMap, creditMap, clientMap, staticState); }, - $signature: 511 + $signature: 541 }; A.lineItemReport_closure11.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_LAZ, e, type$.CreditItemReportFields); }, - $signature: 3001 + $signature: 3002 }; A.lineItemReport_closure12.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 515 + $signature: 545 }; A.lineItemReport_closure13.prototype = { call$2(rowA, rowB) { @@ -529335,25 +539044,25 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.lineItemReport_closure14.prototype = { call$1(field) { return field !== B.CreditItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 3003 + $signature: 3004 }; A.lineItemReport_closure15.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 515 + $signature: 545 }; A.lineItemReport_closure16.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 515 + $signature: 545 }; A.CreditReportFields.prototype = { _enumToString$0() { @@ -529364,19 +539073,19 @@ call$6(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState) { return A.creditReport(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState); }, - $signature: 3004 + $signature: 3005 }; A.creditReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_IjT, e, type$.CreditReportFields); }, - $signature: 3005 + $signature: 3006 }; A.creditReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 520 + $signature: 549 }; A.creditReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529384,19 +539093,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.creditReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 520 + $signature: 549 }; A.creditReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 520 + $signature: 549 }; A.DocumentReportFields.prototype = { _enumToString$0() { @@ -529408,13 +539117,13 @@ userCompany.toString; return A.documentReport(userCompany, reportsUIState, documentMap, userMap); }, - $signature: 3007 + $signature: 3008 }; A.documentReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_27O, e, type$.DocumentReportFields); }, - $signature: 3008 + $signature: 3009 }; A.documentReport_closure0.prototype = { call$1($document) { @@ -529500,13 +539209,13 @@ _this.entities.push($document); } }, - $signature: 39 + $signature: 42 }; A.documentReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 524 + $signature: 551 }; A.documentReport_closure2.prototype = { call$2(rowA, rowB) { @@ -529514,19 +539223,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.documentReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 524 + $signature: 551 }; A.documentReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 524 + $signature: 551 }; A.ExpenseReportFields.prototype = { _enumToString$0() { @@ -529537,19 +539246,19 @@ call$10(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState) { return A.expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState); }, - $signature: 3010 + $signature: 3011 }; A.expenseReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_EOZ0, e, type$.ExpenseReportFields); }, - $signature: 3011 + $signature: 3012 }; A.expenseReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 525 + $signature: 554 }; A.expenseReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529557,19 +539266,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.expenseReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 525 + $signature: 554 }; A.expenseReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 525 + $signature: 554 }; A.InvoiceItemReportFields.prototype = { _enumToString$0() { @@ -529580,19 +539289,19 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport2(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 511 + $signature: 541 }; A.lineItemReport_closure17.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ktw, e, type$.InvoiceItemReportFields); }, - $signature: 3013 + $signature: 3014 }; A.lineItemReport_closure18.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 526 + $signature: 560 }; A.lineItemReport_closure19.prototype = { call$2(rowA, rowB) { @@ -529600,25 +539309,25 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.lineItemReport_closure20.prototype = { call$1(field) { return field !== B.InvoiceItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 3015 + $signature: 3016 }; A.lineItemReport_closure21.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 526 + $signature: 560 }; A.lineItemReport_closure22.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 526 + $signature: 560 }; A.InvoiceReportFields.prototype = { _enumToString$0() { @@ -529629,13 +539338,13 @@ call$9(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, paymentMap, staticState) { return A.invoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, paymentMap, staticState); }, - $signature: 3016 + $signature: 3017 }; A.invoiceReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_KDB, e, type$.InvoiceReportFields); }, - $signature: 3017 + $signature: 3018 }; A.invoiceReport_closure0.prototype = { call$2(paymentId, payment) { @@ -529643,7 +539352,7 @@ if (t1.length !== 0) B.JSArray_methods.forEach$1(t1, new A.invoiceReport__closure(this.lastPaymentMap, payment)); }, - $signature: 193 + $signature: 198 }; A.invoiceReport__closure.prototype = { call$1(paymentable) { @@ -529657,13 +539366,13 @@ } else t1.$indexSet(0, invoiceId, this.payment); }, - $signature: 145 + $signature: 139 }; A.invoiceReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 527 + $signature: 561 }; A.invoiceReport_closure2.prototype = { call$2(rowA, rowB) { @@ -529671,19 +539380,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.invoiceReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 527 + $signature: 561 }; A.invoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 527 + $signature: 561 }; A.TaxRateReportFields0.prototype = { _enumToString$0() { @@ -529694,19 +539403,19 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.taxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 714 + $signature: 808 }; A.taxReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_8SG, e, type$.TaxRateReportFields); }, - $signature: 3020 + $signature: 3021 }; A.taxReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 391 + $signature: 363 }; A.taxReport_closure0.prototype = { call$2(rowA, rowB) { @@ -529714,25 +539423,25 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.taxReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 391 + $signature: 363 }; A.taxReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 391 + $signature: 363 }; A.taxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 391 + $signature: 363 }; A.PaymentReportFields.prototype = { _enumToString$0() { @@ -529743,19 +539452,19 @@ call$8(userCompany, reportsUIState, paymentMap, clientMap, userMap, invoiceMap, creditMap, staticState) { return A.paymentReport(userCompany, reportsUIState, paymentMap, clientMap, userMap, invoiceMap, creditMap, staticState); }, - $signature: 3022 + $signature: 3023 }; A.paymentReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_3YO, e, type$.PaymentReportFields); }, - $signature: 3023 + $signature: 3024 }; A.paymentReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 503 + $signature: 573 }; A.paymentReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529763,19 +539472,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.paymentReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 503 + $signature: 573 }; A.paymentReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 503 + $signature: 573 }; A.TaxRateReportFields.prototype = { _enumToString$0() { @@ -529786,19 +539495,19 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.paymentTaxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 714 + $signature: 808 }; A.paymentTaxReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_A18, e, type$.TaxRateReportFields_2); }, - $signature: 3025 + $signature: 3026 }; A.paymentTaxReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 388 + $signature: 355 }; A.paymentTaxReport_closure0.prototype = { call$2(rowA, rowB) { @@ -529806,25 +539515,25 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.paymentTaxReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 388 + $signature: 355 }; A.paymentTaxReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 388 + $signature: 355 }; A.paymentTaxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 388 + $signature: 355 }; A.ProductReportFields.prototype = { _enumToString$0() { @@ -529835,19 +539544,19 @@ call$6(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState) { return A.productReport(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState); }, - $signature: 3027 + $signature: 3028 }; A.productReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_1Rr, e, type$.ProductReportFields); }, - $signature: 3028 + $signature: 3029 }; A.productReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 540 + $signature: 588 }; A.productReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529855,19 +539564,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.productReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 540 + $signature: 588 }; A.productReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 540 + $signature: 588 }; A.ProfitAndLossReportFields.prototype = { _enumToString$0() { @@ -529878,19 +539587,19 @@ call$9(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState) { return A.profitAndLossReport(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState); }, - $signature: 3030 + $signature: 3031 }; A.profitAndLossReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_uzg, e, type$.ProfitAndLossReportFields); }, - $signature: 3031 + $signature: 3032 }; A.profitAndLossReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 385 + $signature: 353 }; A.profitAndLossReport_closure0.prototype = { call$2(rowA, rowB) { @@ -529898,25 +539607,25 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.profitAndLossReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 385 + $signature: 353 }; A.profitAndLossReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 385 + $signature: 353 }; A.profitAndLossReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 385 + $signature: 353 }; A.PurchaseOrderItemReportFields.prototype = { _enumToString$0() { @@ -529927,19 +539636,19 @@ call$7(userCompany, reportsUIState, productMap, purchaseOrderMap, clientMap, vendorMap, staticState) { return A.lineItemReport(userCompany, reportsUIState, productMap, purchaseOrderMap, clientMap, vendorMap, staticState); }, - $signature: 3033 + $signature: 3034 }; A.lineItemReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_y5m, e, type$.PurchaseOrderItemReportFields); }, - $signature: 3034 + $signature: 3035 }; A.lineItemReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 552 + $signature: 615 }; A.lineItemReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529947,25 +539656,25 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.lineItemReport_closure2.prototype = { call$1(field) { return field !== B.PurchaseOrderItemReportFields_7 || this.userCompany.company.enableProductDiscount; }, - $signature: 3036 + $signature: 3037 }; A.lineItemReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 552 + $signature: 615 }; A.lineItemReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 552 + $signature: 615 }; A.PurchaseOrderReportFields.prototype = { _enumToString$0() { @@ -529976,19 +539685,19 @@ call$7(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState) { return A.purchaseOrderReport(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 679 + $signature: 815 }; A.purchaseOrderReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ccv, e, type$.PurchaseOrderReportFields); }, - $signature: 3038 + $signature: 3039 }; A.purchaseOrderReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 556 + $signature: 599 }; A.purchaseOrderReport_closure1.prototype = { call$2(rowA, rowB) { @@ -529996,19 +539705,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.purchaseOrderReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 556 + $signature: 599 }; A.purchaseOrderReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 556 + $signature: 599 }; A.QuoteItemReportFields.prototype = { _enumToString$0() { @@ -530019,19 +539728,19 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport0(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 511 + $signature: 541 }; A.lineItemReport_closure5.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_Spn, e, type$.QuoteItemReportFields); }, - $signature: 3040 + $signature: 3041 }; A.lineItemReport_closure6.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 560 + $signature: 621 }; A.lineItemReport_closure7.prototype = { call$2(rowA, rowB) { @@ -530039,25 +539748,25 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.lineItemReport_closure8.prototype = { call$1(field) { return field !== B.QuoteItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 3042 + $signature: 3043 }; A.lineItemReport_closure9.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 560 + $signature: 621 }; A.lineItemReport_closure10.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 560 + $signature: 621 }; A.QuoteReportFields.prototype = { _enumToString$0() { @@ -530068,19 +539777,19 @@ call$7(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { return A.quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 679 + $signature: 815 }; A.quoteReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_Poc, e, type$.QuoteReportFields); }, - $signature: 3043 + $signature: 3044 }; A.quoteReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 562 + $signature: 496 }; A.quoteReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530088,19 +539797,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.quoteReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 562 + $signature: 496 }; A.quoteReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 562 + $signature: 496 }; A.RecurringExpenseReportFields.prototype = { _enumToString$0() { @@ -530111,19 +539820,19 @@ call$9(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { return A.recurringExpenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 3045 + $signature: 3046 }; A.recurringExpenseReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_Ecu0, e, type$.RecurringExpenseReportFields); }, - $signature: 3046 + $signature: 3047 }; A.recurringExpenseReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 570 + $signature: 486 }; A.recurringExpenseReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530131,19 +539840,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.recurringExpenseReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 570 + $signature: 486 }; A.recurringExpenseReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 570 + $signature: 486 }; A.RecurringInvoiceReportFields.prototype = { _enumToString$0() { @@ -530154,19 +539863,19 @@ call$8(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState) { return A.recurringInvoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState); }, - $signature: 3048 + $signature: 3049 }; A.recurringInvoiceReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_sKB, e, type$.RecurringInvoiceReportFields); }, - $signature: 3049 + $signature: 3050 }; A.recurringInvoiceReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 578 + $signature: 480 }; A.recurringInvoiceReport_closure1.prototype = { call$2(rowA, rowB) { @@ -530174,19 +539883,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.recurringInvoiceReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 578 + $signature: 480 }; A.recurringInvoiceReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 578 + $signature: 480 }; A.ReportCharts.prototype = { build$1(context) { @@ -530240,7 +539949,7 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 648 + $signature: 821 }; A.ReportCharts_build_closure1.prototype = { call$2(item, _) { @@ -530256,13 +539965,13 @@ } return t1; }, - $signature: 3052 + $signature: 3053 }; A.ReportCharts_build_closure2.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 644 + $signature: 822 }; A.ReportCharts_build_closure0.prototype = { call$1(key) { @@ -530270,13 +539979,13 @@ t1.toString; return A.LinkedHashMap_LinkedHashMap$_literal(["name", key, "value", t1], type$.String, type$.nullable_Object); }, - $signature: 643 + $signature: 823 }; A.ReportCharts_build_closure3.prototype = { call$1(element) { return element.length !== 0; }, - $signature: 119 + $signature: 117 }; A.ReportCharts_build_closure4.prototype = { call$2(str1, str2) { @@ -530284,7 +539993,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 137 + $signature: 150 }; A.ReportCharts_build_closure5.prototype = { call$2(_, __) { @@ -530292,25 +540001,25 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 648 + $signature: 821 }; A.ReportCharts_build_closure7.prototype = { call$2(item, _) { return A.DateTime_tryParse(J.$index$asx(item, "name")); }, - $signature: 3055 + $signature: 3056 }; A.ReportCharts_build_closure8.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 644 + $signature: 822 }; A.ReportCharts_build_closure6.prototype = { call$1(key) { return A.LinkedHashMap_LinkedHashMap$_literal(["name", key, "value", this.$this.viewModel.groupTotals.totals.$index(0, key).$index(0, this.reportState.chart)], type$.String, type$.nullable_Object); }, - $signature: 643 + $signature: 823 }; A.ReportsScreen.prototype = { build$1(context) { @@ -530573,7 +540282,7 @@ } t11 = t7.$index(0, t11); t11.toString; - t5 = A.Center$(A.Column$(A._setArrayType([new A.HelpText(t1, _null), new A.AppButton(_null, _null, J.$index$asx(t11, "upgrade").toUpperCase(), new A.ReportsScreen_build_closure24(state, context), _null, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null); + t5 = A.Center$(new A.Padding(B.EdgeInsets_16_16_16_16, A.Column$(A._setArrayType([new A.HelpText(t1, _null), new A.SizedBox(_null, 10, _null, _null), new A.AppButton(_null, _null, J.$index$asx(t11, "upgrade").toUpperCase(), new A.ReportsScreen_build_closure24(state, context), _null, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1), _null), _null, _null); t1 = t5; } else { t6 = t10[t9].userCompany; @@ -530601,7 +540310,7 @@ t10.push(new A.ReportDataTable(t3, new A.ValueKey(t19 + "_" + t8 + "_" + reportsState.selectedGroup, t9))); t1 = new A.ScrollableListView(t10, _null, _null, true, false, new A.ValueKey(t6.company.id + "_" + t19 + "_" + t13 + "_" + t8, t9)); } - return new A.WillPopScope(A.Scaffold$(t18, _null, t1, _null, t15, t16, _null, _null), new A.ReportsScreen_build_closure27(store), _null); + return new A.PopScope(A.Scaffold$(t18, _null, t1, _null, t15, t16, _null, _null), new A.ReportsScreen_build_closure27(store), false, _null); } }; A.ReportsScreen_build_closure.prototype = { @@ -530613,7 +540322,7 @@ t1.toString; return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null, _null), _null, new A.ReportsScreen_build__closure6(context), _null, _null, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 468 + $signature: 602 }; A.ReportsScreen_build__closure6.prototype = { call$0() { @@ -530627,26 +540336,26 @@ t1 = this.context; return (A.getReportColumnType(column, t1) === B.ReportColumnType_1 || A.getReportColumnType(column, t1) === B.ReportColumnType_2) && filter === "custom"; }, - $signature: 12 + $signature: 11 }; A.ReportsScreen_build_closure1.prototype = { call$2(a, b) { return B.JSString_methods.compareTo$1(a, b); }, - $signature: 25 + $signature: 26 }; A.ReportsScreen_build_closure3.prototype = { call$1(value) { return this.$this.viewModel.onSettingsChanged.call$1$report(value); }, - $signature: 32 + $signature: 33 }; A.ReportsScreen_build_closure2.prototype = { call$1(report) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(report), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, report, type$.String); }, - $signature: 40 + $signature: 41 }; A.ReportsScreen_build_closure6.prototype = { call$1(value) { @@ -530658,7 +540367,7 @@ call$1(column) { return A.getReportColumnType(column, this.context) !== B.ReportColumnType_3; }, - $signature: 12 + $signature: 11 }; A.ReportsScreen_build_closure5.prototype = { call$1(column) { @@ -530667,7 +540376,7 @@ columnTitle = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.getCustomFieldLabel$1(column); return A.DropdownMenuItem$(A.Text$(columnTitle.length === 0 ? this.localization.lookup$1(column) : columnTitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.String); }, - $signature: 40 + $signature: 41 }; A.ReportsScreen_build_closure7.prototype = { call$1(value) { @@ -530685,13 +540394,13 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.ReportsScreen_build_closure9.prototype = { call$1(column) { return B.JSArray_methods.contains$1(A._setArrayType([B.ReportColumnType_2, B.ReportColumnType_1], type$.JSArray_ReportColumnType), A.getReportColumnType(column, this.context)); }, - $signature: 12 + $signature: 11 }; A.ReportsScreen_build_closure11.prototype = { call$1(value) { @@ -530733,14 +540442,14 @@ b.addAll$1(0, t1); return b; }, - $signature: 251 + $signature: 240 }; A.ReportsScreen_build_closure10.prototype = { call$1(column) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.String); }, - $signature: 40 + $signature: 41 }; A.ReportsScreen_build_closure12.prototype = { call$1(value) { @@ -530763,32 +540472,32 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([t1, t2], t3, t3)); return b; }, - $signature: 251 + $signature: 240 }; A.ReportsScreen_build_closure13.prototype = { call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 253 + $signature: 255 }; A.ReportsScreen_build_closure14.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 306 + $signature: 293 }; A.ReportsScreen_build_closure15.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customStartDate(date); }, - $signature: 307 + $signature: 294 }; A.ReportsScreen_build_closure16.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customEndDate(date); }, - $signature: 307 + $signature: 294 }; A.ReportsScreen_build_closure19.prototype = { call$1(value) { @@ -530800,42 +540509,22 @@ call$1(column) { return B.JSArray_methods.contains$1(A._setArrayType([B.ReportColumnType_3, B.ReportColumnType_5, B.ReportColumnType_6], type$.JSArray_ReportColumnType), A.getReportColumnType(column, this.context)); }, - $signature: 12 + $signature: 11 }; A.ReportsScreen_build_closure18.prototype = { call$1(column) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.String); }, - $signature: 40 + $signature: 41 }; A.ReportsScreen_build_closure27.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$self = this, t1; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.store.__Store__dispatchers_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.ViewDashboard(false, null)); - $async$returnValue = false; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); + call$1(_) { + var t1 = this.store.__Store__dispatchers_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1[0].call$1(new A.ViewDashboard(false, null)); }, - $signature: 44 + $signature: 13 }; A.ReportsScreen_build_closure20.prototype = { call$1(context) { @@ -530845,7 +540534,7 @@ t1.toString; return new A.AppTextButton(t1, new A.ReportsScreen_build__closure3(this.$this, context, this.reportResult), true, null, null); }, - $signature: 343 + $signature: 360 }; A.ReportsScreen_build__closure3.prototype = { call$0() { @@ -530864,7 +540553,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 113 + $signature: 123 }; A.ReportsScreen_build_closure21.prototype = { call$0() { @@ -530889,13 +540578,13 @@ t1 = t3 === 1 ? "1 " + t1.lookup$1(J.toString$0$(t4.get$entityType())) : "" + t3 + " " + t1.lookup$1(t4.get$entityType().get$plural()); A.confirmCallback(false, new A.ReportsScreen_build__closure2(entities, action), context, t2 + " \u2022 " + t1, false, null); }, - $signature: 3057 + $signature: 3058 }; A.ReportsScreen_build__closure2.prototype = { call$1(_) { A.handleEntitiesActions(this.entities, this.action, false); }, - $signature: 26 + $signature: 28 }; A.ReportsScreen_build_closure23.prototype = { call$1(context) { @@ -530911,7 +540600,7 @@ t3 = _null; return A.IconButton$(_null, _null, _null, _null, t1, _null, new A.ReportsScreen_build__closure1(context, t2, this.store), B.EdgeInsets_4_0_20_0, _null, _null, t3, _null); }, - $signature: 472 + $signature: 591 }; A.ReportsScreen_build__closure1.prototype = { call$0() { @@ -530937,17 +540626,18 @@ }; A.ReportsScreen_build_closure24.prototype = { call$0() { + var t1, _null = null; if (A.supportsInAppPurchase()) { - var t1 = this.state; + t1 = this.state; t1 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.account; t1 = !t1.hasIapPlan && t1.paymentId.length === 0; } else t1 = false; if (t1) - A.showDialog(null, B.Color_2315255808, true, new A.ReportsScreen_build__closure0(), this.context, null, true, type$.void); + A.showDialog(_null, _null, true, _null, new A.ReportsScreen_build__closure0(), this.context, _null, true, type$.void); else { t1 = this.state; - A.launchUrl(A.Uri_parse(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.ninjaPortalUrl, 0, null)); + A.launchUrl(A.Uri_parse(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.ninjaPortalUrl, 0, _null)); } }, $signature: 4 @@ -530956,7 +540646,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 310 + $signature: 313 }; A.ReportsScreen_build_closure25.prototype = { call$1(context) { @@ -530967,7 +540657,7 @@ t1.toString; return A.Expanded$(new A.AppButton(_null, _null, t1, new A.ReportsScreen_build__closure(this.$this, context, this.reportResult), _null, _null), 1); }, - $signature: 3058 + $signature: 3059 }; A.ReportsScreen_build__closure.prototype = { call$0() { @@ -530983,7 +540673,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 113 + $signature: 123 }; A.ReportsScreen_build_closure26.prototype = { call$0() { @@ -531094,7 +540784,7 @@ t1.toString; this.viewModel.onReportFiltersChanged.call$2(t1, t2.reportState.filters.rebuild$1(new A._ReportDataTableState_initState__closure(column, value))); }, - $signature: 185 + $signature: 170 }; A._ReportDataTableState_initState__closure.prototype = { call$1(b) { @@ -531102,7 +540792,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 251 + $signature: 240 }; A._ReportDataTableState_didChangeDependencies_closure.prototype = { call$0() { @@ -531116,7 +540806,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 251 + $signature: 240 }; A._ReportDataTableState_dispose_closure.prototype = { call$1(i) { @@ -531143,7 +540833,7 @@ call$2(index, ascending) { return this.$this._widget.viewModel.onReportSorted.call$2(this.sortedColumns[index], ascending); }, - $signature: 641 + $signature: 825 }; A.TotalsDataTable.prototype = { build$1(context) { @@ -531159,7 +540849,7 @@ call$2(index, ascending) { return this.$this.viewModel.onReportTotalsSorted.call$2(index, ascending); }, - $signature: 641 + $signature: 825 }; A.ReportColumnType.prototype = { _enumToString$0() { @@ -531175,7 +540865,7 @@ else return B.ReportColumnType_0; }, - $signature: 3060 + $signature: 3061 }; A.ReportDataTableSource.prototype = { get$selectedRowCount() { @@ -531210,7 +540900,7 @@ call$2(column, value) { return this.$this.onFilterChanged.call$2(column, value); }, - $signature: 3061 + $signature: 3062 }; A.ReportResult.prototype = { sortedColumns$1(reportState) { @@ -531283,7 +540973,7 @@ t17 = textEditingControllers.$index(0, column); t18 = textEditingControllers.$index(0, column); t18 = t18 == null ? _null : t18._change_notifier$_value.text; - t2.push(new A.DataCell(A.TextFormField$(true, _null, false, _null, t17, _null, _null, _null, 2, new A.InputDecoration(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, (t18 == null ? "" : t18).length === 0 ? _null : A.IconButton$(_null, _null, _null, _null, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A.ReportResult_tableFilters_closure2(textEditingControllers, column, onFilterChanged), _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null), _null, false, _null, _null, _null, _null, _null, new A.TextInputType(2, true, true), _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null), _null, _null)); + t2.push(new A.DataCell(A.TextFormField$(true, _null, false, _null, t17, _null, _null, _null, 2, new A.InputDecoration(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, (t18 == null ? "" : t18).length === 0 ? _null : A.IconButton$(_null, _null, _null, _null, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A.ReportResult_tableFilters_closure2(textEditingControllers, column, onFilterChanged), _null, _null, _null, _null, _null), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null), _null, false, _null, _null, _null, _null, _null, new A.TextInputType(2, true, true), _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null), _null, _null)); } else if (B.JSArray_methods.contains$1(A._setArrayType([B.ReportColumnType_2, B.ReportColumnType_1], t6), A.getReportColumnType(column, context))) { t17 = t9.$index(0, column); if (J.get$length$asx(t17 == null ? "" : t17) !== 0) { @@ -531553,7 +541243,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(ageGroup), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, ageGroup, type$.String); }, - $signature: 40 + $signature: 41 }; A.ReportResult_tableFilters_closure2.prototype = { call$0() { @@ -531590,14 +541280,14 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 253 + $signature: 255 }; A.ReportResult_tableFilters_closure5.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 306 + $signature: 293 }; A.ReportResult_tableFilters_closure9.prototype = { call$1(textEditingValue) { @@ -531612,7 +541302,7 @@ t5 = A.LinkedHashSet_LinkedHashSet$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t1, new A.ReportResult_tableFilters__closure(index, t3, t2, textEditingValue.text.toLowerCase()), t4._eval$1("WhereIterable<1>")), new A.ReportResult_tableFilters__closure0(index, t3, t2), t4._eval$1("MappedIterable<1,String?>")), t5), t5._eval$1("Iterable.E")); return A.List_List$of(t5, true, A._instanceType(t5)._eval$1("SetBase.E")); }, - $signature: 3062 + $signature: 3063 }; A.ReportResult_tableFilters__closure.prototype = { call$1(row) { @@ -531629,13 +541319,13 @@ t1 = false; return t1; }, - $signature: 3063 + $signature: 3064 }; A.ReportResult_tableFilters__closure0.prototype = { call$1(row) { return J.$index$asx(row, this.index).renderText$2(this.context, this.column); }, - $signature: 3064 + $signature: 3065 }; A.ReportResult_tableFilters_closure8.prototype = { call$1(value) { @@ -531655,15 +541345,15 @@ var t1 = this.textEditingController; t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(t1._change_notifier$_value.text.length, B.TextAffinity_1))); }, - $signature: 11 + $signature: 12 }; A.ReportResult_tableFilters_closure6.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { var _this = this, _null = null, - t1 = textEditingController._change_notifier$_value.text.length === 0 ? _null : A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A.ReportResult_tableFilters__closure3(_this.textEditingControllers, _this.column, _this.onFilterChanged, _this.textEditingFocusNodes), _null, _null, _null, _null, _null), _null, _null, _null, _null); + t1 = textEditingController._change_notifier$_value.text.length === 0 ? _null : A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A.ReportResult_tableFilters__closure3(_this.textEditingControllers, _this.column, _this.onFilterChanged, _this.textEditingFocusNodes), _null, _null, _null, _null, _null), _null, _null, _null, _null); return A.DecoratedFormField$(false, _null, false, textEditingController, t1, true, focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, _null, new A.ReportResult_tableFilters__closure4(onFieldSubmitted), _null, true, _null, _null, B.TextAlign_4, _null); }, - $signature: 474 + $signature: 558 }; A.ReportResult_tableFilters__closure3.prototype = { call$0() { @@ -531690,7 +541380,7 @@ t1 = A.Theme_of(context); return new A.Theme(this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.ScrollableListViewBuilder$(new A.ReportResult_tableFilters__closure2(highlightedIndex, this.store, options, onSelected), J.get$length$asx(options), _null, false, _null, _null), B.Clip_0, t1.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 3065 + $signature: 3066 }; A.ReportResult_tableFilters__closure2.prototype = { call$2(context, index) { @@ -531707,7 +541397,7 @@ t2 = _this.options; return A.Container$(_null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, new A.ReportResult_tableFilters___closure(_this.onSelected, t2, index), false, _null, _null, _null, _null, _null, A.Text$(J.elementAt$1$ax(t2, index), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 844 + $signature: 784 }; A.ReportResult_tableFilters___closure.prototype = { call$0() { @@ -531777,8 +541467,8 @@ t3 = filter; } else t3 = customStartDate; - customStartDate = ""; - customEndDate = ""; + customEndDate = _null; + customStartDate = customEndDate; } t4 = _this.reportState; t2 = t4.filters.rebuild$1(new A.ReportResult_tableRow__closure(t1, t2)); @@ -531795,13 +541485,13 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this._box_0.filter], t1, t1)); return b; }, - $signature: 251 + $signature: 240 }; A.ReportResult_totalColumns_closure.prototype = { call$1(column) { return A.canTotalColumn(column); }, - $signature: 12 + $signature: 11 }; A.ReportResult_totalColumns_closure0.prototype = { call$2(str1, str2) { @@ -531809,7 +541499,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 137 + $signature: 150 }; A.ReportResult_totalRows_closure.prototype = { call$2(rowA, rowB) { @@ -531843,7 +541533,7 @@ return 0; return t1.sortTotalsAscending ? J.compareTo$1$ns(valueA, valueB) : J.compareTo$1$ns(valueB, valueA); }, - $signature: 25 + $signature: 26 }; A.ReportResult_totalRows__closure0.prototype = { call$2(str1, str2) { @@ -531851,7 +541541,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 137 + $signature: 150 }; A.ReportResult_totalRows_closure0.prototype = { call$1(currencyId) { @@ -531867,7 +541557,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 137 + $signature: 150 }; A.ReportResult_totalRows_closure2.prototype = { call$1(currencyId) { @@ -531909,7 +541599,7 @@ _this.cells.push(A.DataCell$(A.Text$(value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); } }, - $signature: 95 + $signature: 99 }; A.ReportElement.prototype = { get$doubleValue() { @@ -532132,7 +541822,7 @@ call$2(context, vm) { return new A.ReportsScreen(vm, null); }, - $signature: 3066 + $signature: 3067 }; A.ReportsScreenVM.prototype = {}; A.ReportsScreenVM_fromStore_closure2.prototype = { @@ -532142,7 +541832,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.state.uiState.reportsUIState.report, _null, _null, _null, _null, _null, column, _null, _null, _null)); }, - $signature: 3067 + $signature: 3068 }; A.ReportsScreenVM_fromStore_closure3.prototype = { call$2(index, ascending) { @@ -532151,7 +541841,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.state.uiState.reportsUIState.report, _null, _null, _null, _null, _null, _null, index, _null, _null)); }, - $signature: 3068 + $signature: 3069 }; A.ReportsScreenVM_fromStore_closure1.prototype = { call$2(context, filterMap) { @@ -532160,7 +541850,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.report, filterMap, _null, "", _null, _null, _null, _null, _null, _null)); }, - $signature: 3069 + $signature: 3070 }; A.ReportsScreenVM_fromStore_closure.prototype = { call$2(context, columns) { @@ -532182,21 +541872,21 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 640 + $signature: 826 }; A.ReportsScreenVM_fromStore__closure6.prototype = { call$1(b) { b.get$reportSettings().$indexSet(0, this.state.uiState.reportsUIState.report, this.reportSettings.rebuild$1(new A.ReportsScreenVM_fromStore___closure0(this.columns))); return b; }, - $signature: 673 + $signature: 662 }; A.ReportsScreenVM_fromStore___closure0.prototype = { call$1(b) { b.get$columns(b).replace$1(0, A.BuiltList_BuiltList$from(this.columns, type$.String)); return b; }, - $signature: 831 + $signature: 672 }; A.ReportsScreenVM_fromStore__closure7.prototype = { call$1(b) { @@ -532216,7 +541906,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 96 + $signature: 97 }; A.ReportsScreenVM_fromStore_closure4.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -532248,7 +541938,7 @@ $defaultValues() { return {chart: null, customEndDate: null, customStartDate: null, group: null, report: null, selectedGroup: null, subgroup: null}; }, - $signature: 3071 + $signature: 3072 }; A.ReportsScreenVM_fromStore__closure.prototype = { call$0() { @@ -532320,7 +542010,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 18 + $signature: 19 }; A.ReportsScreenVM_fromStore__closure0.prototype = { call$1(column) { @@ -532346,13 +542036,13 @@ t2 = t1.csvData; t1.csvData = B.JSString_methods.substring$2(t2, 0, t2.length - 1); }, - $signature: 3072 + $signature: 3073 }; A.ReportsScreenVM_fromStore__closure2.prototype = { call$1(column) { return A.getReportColumnType(column, this.context) === B.ReportColumnType_3; }, - $signature: 12 + $signature: 11 }; A.ReportsScreenVM_fromStore__closure3.prototype = { call$2(str1, str2) { @@ -532360,7 +542050,7 @@ str2.toString; return B.JSString_methods.compareTo$1(str1, str2); }, - $signature: 137 + $signature: 150 }; A.ReportsScreenVM_fromStore__closure4.prototype = { call$1(column) { @@ -532385,7 +542075,7 @@ B.JSArray_methods.forEach$1(this.columns, new A.ReportsScreenVM_fromStore___closure(t2, t1)); t2.csvData += "\n"; }, - $signature: 95 + $signature: 99 }; A.ReportsScreenVM_fromStore___closure.prototype = { call$1(column) { @@ -532402,7 +542092,7 @@ reportResult.toString; return A.calculateReportTotals(company, currencyMap, reportResult, reportSettings, reportUIState); }, - $signature: 3073 + $signature: 3074 }; A.calculateReportTotals_closure.prototype = { call$2(rowA, rowB) { @@ -532445,7 +542135,7 @@ } return 0; }, - $signature: 137 + $signature: 150 }; A.TaskItemReportFields.prototype = { _enumToString$0() { @@ -532456,19 +542146,19 @@ call$10(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { return A.taskItemReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState); }, - $signature: 638 + $signature: 827 }; A.taskItemReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ahs, e, type$.TaskItemReportFields); }, - $signature: 3075 + $signature: 3076 }; A.taskItemReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 589 + $signature: 459 }; A.taskItemReport_closure1.prototype = { call$2(rowA, rowB) { @@ -532476,19 +542166,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.taskItemReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 589 + $signature: 459 }; A.taskItemReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 589 + $signature: 459 }; A.TaskReportFields.prototype = { _enumToString$0() { @@ -532499,19 +542189,19 @@ call$10(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { return A.taskReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState); }, - $signature: 638 + $signature: 827 }; A.taskReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_CFh, e, type$.TaskReportFields); }, - $signature: 3077 + $signature: 3078 }; A.taskReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 590 + $signature: 505 }; A.taskReport_closure1.prototype = { call$2(rowA, rowB) { @@ -532519,19 +542209,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.taskReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 590 + $signature: 505 }; A.taskReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 590 + $signature: 505 }; A.TransactionReportFields.prototype = { _enumToString$0() { @@ -532542,13 +542232,13 @@ call$10(userCompany, reportsUIState, transactionMap, vendorMap, expenseMap, categoryMap, invoiceMap, bankAccountMap, paymentMap, staticState) { return A.transactionReport(userCompany, reportsUIState, transactionMap, vendorMap, expenseMap, categoryMap, invoiceMap, bankAccountMap, paymentMap, staticState); }, - $signature: 3079 + $signature: 3080 }; A.transactionReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_930, e, type$.TransactionReportFields); }, - $signature: 3080 + $signature: 3081 }; A.transactionReport_closure0.prototype = { call$1(expenseId) { @@ -532556,7 +542246,7 @@ t1 = t1 == null ? null : t1.number; return t1 == null ? "" : t1; }, - $signature: 30 + $signature: 31 }; A.transactionReport_closure1.prototype = { call$1(invoiceId) { @@ -532564,19 +542254,19 @@ t1 = t1 == null ? null : t1.number; return t1 == null ? "" : t1; }, - $signature: 30 + $signature: 31 }; A.transactionReport_closure2.prototype = { call$1(number) { return number.length !== 0; }, - $signature: 12 + $signature: 11 }; A.transactionReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 591 + $signature: 521 }; A.transactionReport_closure4.prototype = { call$2(rowA, rowB) { @@ -532584,19 +542274,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.transactionReport_closure5.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 591 + $signature: 521 }; A.transactionReport_closure6.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 591 + $signature: 521 }; A.VendorReportFields.prototype = { _enumToString$0() { @@ -532607,19 +542297,19 @@ call$6(userCompany, reportsUIState, vendorMap, userMap, groupMap, staticState) { return A.vendorReport(userCompany, reportsUIState, vendorMap, userMap, groupMap, staticState); }, - $signature: 3082 + $signature: 3083 }; A.vendorReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_NlX, e, type$.VendorReportFields); }, - $signature: 3083 + $signature: 3084 }; A.vendorReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 593 + $signature: 522 }; A.vendorReport_closure1.prototype = { call$2(rowA, rowB) { @@ -532627,19 +542317,19 @@ t1.toString; return t1; }, - $signature: 83 + $signature: 84 }; A.vendorReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 593 + $signature: 522 }; A.vendorReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 593 + $signature: 522 }; A.ScheduleEdit.prototype = { createState$0() { @@ -532749,13 +542439,13 @@ call$1(b) { return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._ScheduleEditState_build_closure1.prototype = { call$1(context) { @@ -532765,7 +542455,7 @@ }; A._ScheduleEditState_build_closure.prototype = { call$1(context) { - var t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, _list, i, _this = this, _null = null, + var t7, t8, t9, t10, t11, t12, t13, t14, t15, _list, i, t16, _this = this, _null = null, _s16_ = "date_picker_hint", t1 = _this.schedule, t2 = t1.template, @@ -532805,17 +542495,8 @@ t11 = J.$index$asx(t11, "frequency"); t11.toString; t14 = t1.frequencyId; - t15 = t4.$index(0, t5); - t15.toString; - t15 = J.$index$asx(t15, "once"); - if (t15 == null) { - t15 = t4.$index(0, "en"); - t15.toString; - t15 = J.$index$asx(t15, "once"); - t15.toString; - } - t16 = B.Map_mGn4d.get$entries(B.Map_mGn4d); - t11 = A._setArrayType([A.AppDropdownButton$(false, t15, "", true, t16.map$1$1(t16, new A._ScheduleEditState_build__closure3(t3), type$.DropdownMenuItem_String).toList$0(0), _null, t11, new A._ScheduleEditState_build__closure4(t7, t1), _null, true, t14, t10)], t13); + t15 = B.Map_mGn4d.get$entries(B.Map_mGn4d); + t11 = A._setArrayType([A.AppDropdownButton$(false, _null, "", true, t15.map$1$1(t15, new A._ScheduleEditState_build__closure3(t3), type$.DropdownMenuItem_String).toList$0(0), _null, t11, new A._ScheduleEditState_build__closure4(t7, t1), _null, false, t14, t10)], t13); if (t14.length !== 0) { t14 = t4.$index(0, t5); t14.toString; @@ -532907,49 +542588,49 @@ } return new A.ScrollableListView(t4, _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._ScheduleEditState_build__closure0.prototype = { call$1(value) { var t1 = this.schedule; if (t1.template === value) return; - this.viewModel.onChanged.call$1(t1.rebuild$1(new A._ScheduleEditState_build___closure15(value, t1))); + this.viewModel.onChanged.call$1(t1.rebuild$1(new A._ScheduleEditState_build___closure15(value))); }, $signature: 7 }; A._ScheduleEditState_build___closure15.prototype = { call$1(b) { - var t1 = b.get$_schedule_model$_$this()._template = this.value, - t2 = t1 === "email_record" ? "0" : this.schedule.frequencyId; - b.get$_schedule_model$_$this()._schedule_model$_frequencyId = t2; + var t2, + t1 = this.value; + b.get$_schedule_model$_$this()._template = t1; t2 = b.get$parameters(b); t1 = A.ScheduleParameters_ScheduleParameters(t1); A.ArgumentError_checkNotNull(t1, "other"); t2._schedule_model$_$v = t1; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry, type$.String); }, - $signature: 40 + $signature: 41 }; A._ScheduleEditState_build__closure1.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure14(date))); }, - $signature: 47 + $signature: 49 }; A._ScheduleEditState_build___closure14.prototype = { call$1(b) { b.get$_schedule_model$_$this()._nextRun = this.date; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure2.prototype = { call$1(value) { @@ -532963,7 +542644,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._ScheduleEditState_build__closure4.prototype = { call$1(value) { @@ -532985,34 +542666,34 @@ b.get$_schedule_model$_$this()._schedule_model$_remainingCycles = t1; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure3.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 267 + $signature: 320 }; A._ScheduleEditState_build__closure6.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure12(value))); }, - $signature: 32 + $signature: 33 }; A._ScheduleEditState_build___closure12.prototype = { call$1(b) { b.get$_schedule_model$_$this()._schedule_model$_remainingCycles = this.value; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure5.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 166 + $signature: 191 }; A._ScheduleEditState_build__closure9.prototype = { call$1(value) { @@ -533027,20 +542708,20 @@ t1.get$_schedule_model$_$this()._dateRange = t2; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure7.prototype = { call$1(value) { return value !== B.DateRange_custom; }, - $signature: 253 + $signature: 255 }; A._ScheduleEditState_build__closure8.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 306 + $signature: 293 }; A._ScheduleEditState_build__closure11.prototype = { call$1(value) { @@ -533053,53 +542734,53 @@ b.get$parameters(b).get$_schedule_model$_$this()._schedule_model$_status = this.value; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure10.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.String); }, - $signature: 40 + $signature: 41 }; A._ScheduleEditState_build__closure12.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure9(value))); }, - $signature: 112 + $signature: 115 }; A._ScheduleEditState_build___closure9.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._showAgingTable = this.value; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure13.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure8(value))); }, - $signature: 112 + $signature: 115 }; A._ScheduleEditState_build___closure8.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._showPaymentsTable = this.value; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure14.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure7(value))); }, - $signature: 112 + $signature: 115 }; A._ScheduleEditState_build___closure7.prototype = { call$1(b) { b.get$parameters(b).get$_schedule_model$_$this()._onlyClientsWithInvoices = this.value; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure15.prototype = { call$1(value) { @@ -533113,7 +542794,7 @@ t1 = _this.$this; t1.setState$1(new A._ScheduleEditState_build___closure6(t1)); }, - $signature: 48 + $signature: 52 }; A._ScheduleEditState_build___closure5.prototype = { call$1(b) { @@ -533126,7 +542807,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build___closure6.prototype = { call$0() { @@ -533146,7 +542827,7 @@ B.JSArray_methods.remove$1(t1.get$clients(t1).get$_safeList(), this.clientId); return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure18.prototype = { call$1(value) { @@ -533160,7 +542841,7 @@ b.get$parameters(b).get$_schedule_model$_$this()._entityId = ""; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure17.prototype = { call$1(entityType) { @@ -533168,13 +542849,13 @@ t1 = entityType.get$apiValue(); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entityType.get$apiValue()), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.String); }, - $signature: 3085 + $signature: 3086 }; A._ScheduleEditState_build__closure19.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure2(value))); }, - $signature: 48 + $signature: 52 }; A._ScheduleEditState_build___closure2.prototype = { call$1(b) { @@ -533186,13 +542867,13 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure20.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure1(value))); }, - $signature: 48 + $signature: 52 }; A._ScheduleEditState_build___closure1.prototype = { call$1(b) { @@ -533204,13 +542885,13 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure21.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure0(value))); }, - $signature: 48 + $signature: 52 }; A._ScheduleEditState_build___closure0.prototype = { call$1(b) { @@ -533222,13 +542903,13 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 82 + $signature: 88 }; A._ScheduleEditState_build__closure22.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure(value))); }, - $signature: 48 + $signature: 52 }; A._ScheduleEditState_build___closure.prototype = { call$1(b) { @@ -533240,7 +542921,7 @@ t1.get$_schedule_model$_$this()._entityId = t2; return b; }, - $signature: 82 + $signature: 88 }; A.ScheduleEditScreen.prototype = { build$1(context) { @@ -533252,13 +542933,13 @@ call$1(store) { return A.ScheduleEditVM_ScheduleEditVM$fromStore(store); }, - $signature: 3086 + $signature: 3087 }; A.ScheduleEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ScheduleEdit(viewModel, new A.ValueKey(viewModel.schedule.updatedAt, type$.ValueKey_int)); }, - $signature: 3087 + $signature: 3088 }; A.ScheduleEditVM.prototype = { get$schedule() { @@ -533274,7 +542955,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSchedule(schedule)); }, - $signature: 381 + $signature: 380 }; A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -533312,7 +542993,7 @@ t5[0].call$1(new A.SaveScheduleRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_ScheduleEntity), schedule)); return t4.then$1$1(0, new A.ScheduleEditVM_ScheduleEditVM$fromStore___closure(schedule, t3, this.state, t1, t2), type$.Null).catchError$1(new A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0(t2)); }, - $signature: 68 + $signature: 69 }; A.ScheduleEditVM_ScheduleEditVM$fromStore___closure.prototype = { call$1(savedSchedule) { @@ -533361,11 +543042,12 @@ } else A.viewEntity(false, savedSchedule, null, true); }, - $signature: 381 + $signature: 380 }; A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.ScheduleEditVM_ScheduleEditVM$fromStore____closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.ScheduleEditVM_ScheduleEditVM$fromStore____closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -533482,7 +543164,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.scheduleList, B.EntityType_schedule, new A.ScheduleListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.SchedulePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3088 + $signature: 3089 }; A.ScheduleListBuilder_build__closure.prototype = { call$2(context, index) { @@ -533499,7 +543181,7 @@ t3 = false; return new A.ScheduleListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3089 + $signature: 3090 }; A.ScheduleListVM.prototype = {}; A.ScheduleListVM_fromStore__handleRefresh.prototype = { @@ -533522,13 +543204,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.ScheduleListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.ScheduleListVM_fromStore_closure0.prototype = { call$1(field) { @@ -533565,7 +543247,7 @@ t4 = type$.JSArray_String; t5 = A.List_List$of(A._setArrayType([], t4), true, type$.String); B.JSArray_methods.addAll$1(t5, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t4)); - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_schedule, false, B.List_empty27, new A.ScheduleScreen_build_closure(store), new A.ScheduleScreen_build_closure0(store), new A.ScheduleScreen_build_closure1(store), new A.ScheduleScreen_build_closure2(store), new A.ScheduleScreen_build_closure3(store), new A.ScheduleScreen_build_closure4(store), new A.ScheduleScreen_build_closure5(store), _null, A._setArrayType(["template", "next_run"], t4), B.List_empty28, t5); + t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_schedule, false, B.List_empty28, new A.ScheduleScreen_build_closure(store), new A.ScheduleScreen_build_closure0(store), new A.ScheduleScreen_build_closure1(store), new A.ScheduleScreen_build_closure2(store), new A.ScheduleScreen_build_closure3(store), new A.ScheduleScreen_build_closure4(store), new A.ScheduleScreen_build_closure5(store), _null, A._setArrayType(["template", "next_run"], t4), B.List_empty29, t5); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_schedule) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null), "schedule_fab", false, new A.ScheduleScreen_build_closure6(context), t2.get$newSchedule()) : _null; return A.ListScaffold$(_null, B.List_empty20, new A.ListFilter(B.EntityType_schedule, t3.filter, new A.ScheduleScreen_build_closure7(store), this.viewModel.scheduleList, _null, _null, new A.ScheduleScreen_build_closure8(store), new A.ValueKey("__filter_" + t3.filterClearedAt + "__", type$.ValueKey_String)), new A.ScheduleListBuilder(_null), t5, B.EntityType_schedule, t1, 0, _null, new A.ScheduleScreen_build_closure9(store), new A.ScheduleScreen_build_closure10(store)); @@ -533585,7 +543267,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSchedules(value)); }, - $signature: 26 + $signature: 28 }; A.ScheduleScreen_build_closure8.prototype = { call$2(state, value) { @@ -533593,7 +543275,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSchedulesByState(state)); }, - $signature: 65 + $signature: 67 }; A.ScheduleScreen_build_closure9.prototype = { call$0() { @@ -533618,7 +543300,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortSchedules(value)); }, - $signature: 38 + $signature: 40 }; A.ScheduleScreen_build_closure5.prototype = { call$2(state, value) { @@ -533626,7 +543308,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSchedulesByState(state)); }, - $signature: 62 + $signature: 64 }; A.ScheduleScreen_build_closure.prototype = { call$0() { @@ -533693,7 +543375,7 @@ call$2(context, vm) { return new A.ScheduleScreen(vm, null); }, - $signature: 3090 + $signature: 3091 }; A.ScheduleScreenVM.prototype = {}; A.ScheduleView.prototype = { @@ -533840,13 +543522,13 @@ call$1(store) { return A.ScheduleViewVM_ScheduleViewVM$fromStore(store); }, - $signature: 3091 + $signature: 3092 }; A.ScheduleViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ScheduleView(vm, false, null); }, - $signature: 3092 + $signature: 3093 }; A.ScheduleViewVM.prototype = { get$schedule() { @@ -533866,8 +543548,8 @@ }; A.AccountManagement.prototype = { createState$0() { - var _null = null; - return new A._AccountManagementState(new A.Debouncer(500), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), _null, _null, B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._AccountManagementState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._AccountManagementState.prototype = { @@ -534091,7 +543773,7 @@ t2 = _this.company; return A.CheckboxListTile$(A.Theme_of(_this.context).colorScheme.secondary, _null, B.ListTileControlAffinity_0, _null, _null, new A._AccountManagementState_build__closure2(t2, module, _this.viewModel), t1, (t2.enabledModules & module) >>> 0 !== 0); }, - $signature: 3093 + $signature: 3094 }; A._AccountManagementState_build__closure2.prototype = { call$1(value) { @@ -534120,7 +543802,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountManagementState_build__closure1(value))); }, - $signature: 32 + $signature: 33 }; A._AccountManagementState_build__closure1.prototype = { call$1(b) { @@ -534133,7 +543815,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountManagementState_build__closure0(value))); }, - $signature: 32 + $signature: 33 }; A._AccountManagementState_build__closure0.prototype = { call$1(b) { @@ -534146,13 +543828,13 @@ call$1(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountManagementState_build__closure(value))); }, - $signature: 112 + $signature: 115 }; A._AccountManagementState_build__closure.prototype = { call$1(b) { return b.get$_company_model$_$this()._oauthPasswordRequired = this.value; }, - $signature: 3094 + $signature: 3095 }; A._AccountOverview.prototype = { build$1(context) { @@ -534524,7 +544206,7 @@ } return stats; }, - $signature: 45 + $signature: 96 }; A._AccountOverview_build_closure.prototype = { call$0() { @@ -534534,16 +544216,17 @@ }; A._AccountOverview_build_closure0.prototype = { call$0() { + var t1, _null = null; if (A.supportsInAppPurchase()) { - var t1 = this.account; + t1 = this.account; t1 = !t1.hasIapPlan && t1.paymentId.length === 0; } else t1 = false; if (t1) - A.showDialog(null, B.Color_2315255808, true, new A._AccountOverview_build__closure7(), this.context, null, true, type$.void); + A.showDialog(_null, _null, true, _null, new A._AccountOverview_build__closure7(), this.context, _null, true, type$.void); else { t1 = this.state; - A.launchUrl(A.Uri_parse(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.ninjaPortalUrl, 0, null)); + A.launchUrl(A.Uri_parse(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.ninjaPortalUrl, 0, _null)); } }, $signature: 0 @@ -534552,7 +544235,7 @@ call$1(context) { return new A.UpgradeDialog(null); }, - $signature: 310 + $signature: 313 }; A._AccountOverview_build_closure1.prototype = { call$1(value) { @@ -534637,7 +544320,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A._AccountOverview_build_closure7.prototype = { call$0() { @@ -534658,20 +544341,21 @@ }; A._AccountOverview_build__closure1.prototype = { call$1(value) { - var t1 = this.$this, + var _null = null, + t1 = this.$this, state = t1.viewModel.state, credentials = state.get$credentials(state), t2 = this.context; - A.showDialog(null, B.Color_2315255808, false, new A._AccountOverview_build___closure1(), t2, null, true, type$.AlertDialog); + A.showDialog(_null, _null, false, _null, new A._AccountOverview_build___closure1(), t2, _null, true, type$.AlertDialog); new A.WebClient().post$2(credentials.url + "/claim_license?license_key=" + value, credentials.token).then$1$1(0, new A._AccountOverview_build___closure2(t1, t2), type$.Null).catchError$1(new A._AccountOverview_build___closure3(t2)); }, - $signature: 38 + $signature: 40 }; A._AccountOverview_build___closure1.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 179 + $signature: 182 }; A._AccountOverview_build___closure2.prototype = { call$1(response) { @@ -534713,13 +544397,13 @@ call$0() { return A.launchUrl(A.Uri_parse("https://api-docs.invoicing.co", 0, null)); }, - $signature: 44 + $signature: 71 }; A._AccountOverview_build_closure11.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://zapier.com/apps/invoice-ninja", 0, null)); }, - $signature: 44 + $signature: 71 }; A._AccountOverview_build_closure12.prototype = { call$0() { @@ -534743,7 +544427,7 @@ var t1 = this.context; A.passwordCallback(true, new A._AccountOverview_build___closure0(this.$this, t1), t1, false); }, - $signature: 26 + $signature: 28 }; A._AccountOverview_build___closure0.prototype = { call$2(password, idToken) { @@ -534751,7 +544435,7 @@ t2 = idToken == null ? "" : idToken; this.$this.viewModel.onPurgeData.call$3(this.context, t1, t2); }, - $signature: 81 + $signature: 79 }; A._AccountOverview_build_closure13.prototype = { call$0() { @@ -534840,7 +544524,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 465 + $signature: 609 }; A._AccountOverview_build___closure.prototype = { call$2(password, idToken) { @@ -534851,7 +544535,7 @@ t3 = ""; this.$this.viewModel.onCompanyDelete.call$4(this.context, t1, t2, t3); }, - $signature: 81 + $signature: 79 }; A.__AccountManagementState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -534878,7 +544562,7 @@ call$2(context, viewModel) { return new A.AccountManagement(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3095 + $signature: 3096 }; A.AccountManagementVM.prototype = { get$company() { @@ -534891,12 +544575,12 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.AccountManagementVM_fromStore_closure2.prototype = { call$4(context, password, idToken, reason) { - var companyLength, t1, t2; - A.showDialog(null, B.Color_2315255808, false, new A.AccountManagementVM_fromStore__closure(), context, null, true, type$.AlertDialog); + var companyLength, t1, t2, _null = null; + A.showDialog(_null, _null, false, _null, new A.AccountManagementVM_fromStore__closure(), context, _null, true, type$.AlertDialog); companyLength = this.state.get$companies().length; t1 = new A._Future($.Zone__current, type$._Future_Null); t2 = this.store; @@ -534905,13 +544589,13 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DeleteCompanyRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), password, reason)); }, - $signature: 3097 + $signature: 3098 }; A.AccountManagementVM_fromStore__closure.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 179 + $signature: 182 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1(_) { @@ -534937,7 +544621,7 @@ t2[0].call$1(new A.RefreshData(new A._AsyncCompleter(t3, type$._AsyncCompleter_Null), true, false, false)); } }, - $signature: 34 + $signature: 35 }; A.AccountManagementVM_fromStore___closure0.prototype = { call$1(_) { @@ -534952,11 +544636,12 @@ if (A.Navigator_of(t1, false).canPop$0()) A.Navigator_of(t1, false).pop$0(); }, - $signature: 34 + $signature: 35 }; A.AccountManagementVM_fromStore__closure1.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(), + var _null = null, + t1 = $.$get$navigatorKey(), t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t2.toString; if (A.Navigator_of(t2, false).canPop$0()) { @@ -534966,7 +544651,7 @@ } t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.AccountManagementVM_fromStore___closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.AccountManagementVM_fromStore___closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -535021,7 +544706,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.PurgeDataRequest(completer, password, idToken)); }, - $signature: 621 + $signature: 833 }; A.AccountManagementVM_fromStore_closure4.prototype = { call$0() { @@ -535056,8 +544741,9 @@ }; A.ClientPortal.prototype = { createState$0() { - var _null = null; - return new A._ClientPortalState(A.FocusScopeNode$(true, _null, false), new A.WebClient(), new A.SimpleDebouncer(1500), new A.Debouncer(500), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), _null, _null, B._StateLifecycle_0); + var t1 = A.FocusScopeNode$(true, null, false), + t2 = $.$get$ChangeNotifier__emptyListeners(); + return new A._ClientPortalState(t1, new A.WebClient(), new A.SimpleDebouncer(1500), new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._ClientPortalState.prototype = { @@ -535710,7 +545396,7 @@ var t1 = this.viewModel; return t1.onCompanyChanged.call$1(t1.company.rebuild$1(new A._ClientPortalState_build__closure13(value))); }, - $signature: 32 + $signature: 33 }; A._ClientPortalState_build__closure13.prototype = { call$1(b) { @@ -535740,7 +545426,7 @@ } return null; }, - $signature: 31 + $signature: 32 }; A._ClientPortalState_build_closure0.prototype = { call$1(value) { @@ -535760,7 +545446,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._ClientPortalState_build_closure3.prototype = { call$0() { @@ -535785,7 +545471,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure12(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure12.prototype = { call$1(b) { @@ -535798,7 +545484,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure11(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure11.prototype = { call$1(b) { @@ -535811,7 +545497,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure10(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure10.prototype = { call$1(b) { @@ -535824,7 +545510,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure9(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure9.prototype = { call$1(b) { @@ -535837,7 +545523,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ClientPortalState_build__closure8(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure8.prototype = { call$1(b) { @@ -535863,7 +545549,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ClientPortalState_build__closure7(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure7.prototype = { call$1(b) { @@ -535922,7 +545608,7 @@ } return A.Row$(A._setArrayType([t2, A.Expanded$(A.AppDropdownButton$(false, _null, "", true, A._setArrayType([t5, t7, A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s8_0, t6)], type$.JSArray_DropdownMenuItem_String), _null, _null, new A._ClientPortalState_build__closure6(this.company, field, this.viewModel), _null, false, t3, t6), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3099 + $signature: 3100 }; A._ClientPortalState_build__closure6.prototype = { call$1(value) { @@ -535959,13 +545645,13 @@ b.get$_company_model$_$this()._visible = t1; return b; }, - $signature: 3100 + $signature: 3101 }; A._ClientPortalState_build_closure14.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure5(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure5.prototype = { call$1(b) { @@ -535978,7 +545664,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure4(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure4.prototype = { call$1(b) { @@ -535991,7 +545677,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure3(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure3.prototype = { call$1(b) { @@ -536004,7 +545690,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure2(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure2.prototype = { call$1(b) { @@ -536017,7 +545703,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure1(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure1.prototype = { call$1(b) { @@ -536030,7 +545716,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure0(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure0.prototype = { call$1(b) { @@ -536043,7 +545729,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ClientPortalState_build__closure(value))); }, - $signature: 28 + $signature: 30 }; A._ClientPortalState_build__closure.prototype = { call$1(b) { @@ -536077,7 +545763,7 @@ call$2(context, viewModel) { return new A.ClientPortal(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3101 + $signature: 3102 }; A.ClientPortalVM.prototype = { get$company() { @@ -536090,7 +545776,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 376 + $signature: 415 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1(company) { @@ -536098,7 +545784,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.ClientPortalVM_fromStore_closure.prototype = { call$1(context) { @@ -536180,12 +545866,13 @@ t1.toString; A.showRefreshDataDialog(t1, false); }, - $signature: 34 + $signature: 35 }; A.CompanyDetails.prototype = { createState$0() { - var _null = null; - return new A._CompanyDetailsState(A.FocusScopeNode$(true, _null, false), new A.Debouncer(500), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), _null, _null, B._StateLifecycle_0); + var t1 = A.FocusScopeNode$(true, null, false), + t2 = $.$get$ChangeNotifier__emptyListeners(); + return new A._CompanyDetailsState(t1, new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._CompanyDetailsState.prototype = { @@ -536426,7 +546113,7 @@ t16 = t1.get$classification(); t17 = type$.MappedListIterable_of_String_and_DropdownMenuItem_String; t18 = type$.String; - t16 = A.AppDropdownButton$(false, _null, "", true, A.List_List$of(new A.MappedListIterable(B.List_014, new A._CompanyDetailsState_build_closure(t1), t17), true, t17._eval$1("ListIterable.E")), _null, t16, new A._CompanyDetailsState_build_closure0(viewModel, settings), _null, true, settings.classification, t18); + t16 = A.AppDropdownButton$(false, _null, "", true, A.List_List$of(new A.MappedListIterable(B.List_013, new A._CompanyDetailsState_build_closure(t1), t17), true, t17._eval$1("ListIterable.E")), _null, t16, new A._CompanyDetailsState_build_closure0(viewModel, settings), _null, true, settings.classification, t18); t17 = t5.$index(0, t6); t17.toString; t17 = J.$index$asx(t17, "website"); @@ -536767,20 +546454,20 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(classification), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, classification, type$.String); }, - $signature: 40 + $signature: 41 }; A._CompanyDetailsState_build_closure1.prototype = { call$1(sizeId) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.String); }, - $signature: 347 + $signature: 438 }; A._CompanyDetailsState_build_closure2.prototype = { call$1(sizeId) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure10(sizeId))); }, - $signature: 32 + $signature: 33 }; A._CompanyDetailsState_build__closure10.prototype = { call$1(b) { @@ -536793,7 +546480,7 @@ call$1(industry) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure9(industry))); }, - $signature: 63 + $signature: 66 }; A._CompanyDetailsState_build__closure9.prototype = { call$1(b) { @@ -536810,7 +546497,7 @@ call$1(country) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure8(country))); }, - $signature: 63 + $signature: 66 }; A._CompanyDetailsState_build__closure8.prototype = { call$1(b) { @@ -536839,7 +546526,7 @@ t2.push(A.Expanded$(new A.AppButton(_null, B.IconData_57717_MaterialIcons_null_false, J.$index$asx(t3, "upload_logo").toUpperCase(), new A._CompanyDetailsState_build__closure7(_this.state, t1, _this.viewModel), 1 / 0, _null), 1)); return A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 637 + $signature: 3104 }; A._CompanyDetailsState_build__closure6.prototype = { call$0() { @@ -536861,7 +546548,7 @@ call$1(_) { return this.viewModel.onDeleteLogo.call$1(this.context); }, - $signature: 186 + $signature: 199 }; A._CompanyDetailsState_build__closure7.prototype = { call$0() { @@ -536903,7 +546590,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A._CompanyDetailsState_build_closure6.prototype = { call$1(paymentTermId) { @@ -536914,7 +546601,7 @@ t2 = t1.numDays; return A.DropdownMenuItem$(A.Text$(t2 === 0 ? this.localization.get$dueOnReceipt() : t1.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t2), type$.String); }, - $signature: 40 + $signature: 41 }; A._CompanyDetailsState_build_closure7.prototype = { call$1(numDays) { @@ -536940,7 +546627,7 @@ t2 = t1.numDays; return A.DropdownMenuItem$(A.Text$(t2 === 0 ? this.localization.get$dueOnReceipt() : t1.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t2), type$.String); }, - $signature: 40 + $signature: 41 }; A._CompanyDetailsState_build_closure9.prototype = { call$1(numDays) { @@ -536967,7 +546654,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); }, - $signature: 286 + $signature: 316 }; A._CompanyDetailsState_build__closure3.prototype = { call$1(b) { @@ -536981,7 +546668,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); }, - $signature: 286 + $signature: 316 }; A._CompanyDetailsState_build__closure2.prototype = { call$1(b) { @@ -536995,7 +546682,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure1(value))); }, - $signature: 286 + $signature: 316 }; A._CompanyDetailsState_build__closure1.prototype = { call$1(b) { @@ -537009,7 +546696,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure0(value))); }, - $signature: 286 + $signature: 316 }; A._CompanyDetailsState_build__closure0.prototype = { call$1(b) { @@ -537023,7 +546710,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._CompanyDetailsState_build__closure(value))); }, - $signature: 28 + $signature: 30 }; A._CompanyDetailsState_build__closure.prototype = { call$1(b) { @@ -537036,7 +546723,7 @@ call$2(path, isPrivate) { return this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A._CompanyDetailsState_build_closure17.prototype = { call$0() { @@ -537071,7 +546758,7 @@ call$2(context, viewModel) { return new A.CompanyDetails(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3104 + $signature: 3105 }; A.CompanyDetailsVM.prototype = { get$company() { @@ -537084,7 +546771,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 376 + $signature: 415 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1(company) { @@ -537092,7 +546779,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.CompanyDetailsVM_fromStore_closure3.prototype = { call$1(context) { @@ -537155,14 +546842,14 @@ b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 533 + $signature: 526 }; A.CompanyDetailsVM_fromStore__closure3.prototype = { call$1(b) { b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 51 + $signature: 54 }; A.CompanyDetailsVM_fromStore_closure1.prototype = { call$1(context) { @@ -537249,7 +546936,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UploadLogoRequest(completer, multipartFile, this.state.uiState.settingsUIState.entityType)); }, - $signature: 3105 + $signature: 3106 }; A.CompanyDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -537277,7 +546964,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 112 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1(client) { @@ -537289,11 +546976,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.CompanyDetailsVM_fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.CompanyDetailsVM_fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.CompanyDetailsVM_fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -537305,7 +546993,7 @@ }; A.CreditCardsAndBanks.prototype = { createState$0() { - return new A._CreditCardsAndBanksState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); + return new A._CreditCardsAndBanksState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._CreditCardsAndBanksState.prototype = { @@ -537386,7 +547074,7 @@ call$2(context, viewModel) { return new A.CreditCardsAndBanks(null); }, - $signature: 3106 + $signature: 3107 }; A.CreditCardsAndBanksVM.prototype = {}; A.CustomFields.prototype = { @@ -537528,7 +547216,7 @@ if (t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 247 + $signature: 268 }; A.CustomFieldsSettings.prototype = { build$1(context) { @@ -537563,7 +547251,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure5(value))); }, - $signature: 375 + $signature: 422 }; A.CustomFieldsSettings_build__closure5.prototype = { call$1(b) { @@ -537590,7 +547278,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure3(value))); }, - $signature: 375 + $signature: 422 }; A.CustomFieldsSettings_build__closure3.prototype = { call$1(b) { @@ -537617,7 +547305,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure1(value))); }, - $signature: 375 + $signature: 422 }; A.CustomFieldsSettings_build__closure1.prototype = { call$1(b) { @@ -537644,7 +547332,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure(value))); }, - $signature: 375 + $signature: 422 }; A.CustomFieldsSettings_build__closure.prototype = { call$1(b) { @@ -537655,7 +547343,8 @@ }; A.CustomFormField.prototype = { createState$0() { - return new A._CustomFormFieldState(A.TextEditingController$(null), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._CustomFormFieldState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); }, onChanged$1(arg0) { return this.onChanged.call$1(arg0); @@ -537824,7 +547513,7 @@ call$1(part) { return B.JSString_methods.trim$0(part); }, - $signature: 30 + $signature: 31 }; A._CustomFormFieldState_build_closure.prototype = { call$1(value) { @@ -537882,7 +547571,7 @@ call$2(context, viewModel) { return new A.CustomFields(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3108 + $signature: 3109 }; A.CustomFieldsVM.prototype = { get$company() { @@ -537895,7 +547584,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.CustomFieldsVM_fromStore_closure.prototype = { call$1(context) { @@ -537966,7 +547655,7 @@ }; A.DataVisualizations.prototype = { createState$0() { - return new A._DataVisualizationsState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + return new A._DataVisualizationsState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._DataVisualizationsState.prototype = { @@ -538024,12 +547713,12 @@ call$2(context, viewModel) { return new A.DataVisualizations(null); }, - $signature: 3109 + $signature: 3110 }; A.DataVisualizationsVM.prototype = {}; A.DeviceSettings.prototype = { createState$0() { - return new A._DeviceSettingsState(new A.LabeledGlobalKey("_deviceSettings", type$.LabeledGlobalKey_FormState), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); + return new A._DeviceSettingsState(new A.LabeledGlobalKey("_deviceSettings", type$.LabeledGlobalKey_FormState), new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._DeviceSettingsState.prototype = { @@ -538625,39 +548314,39 @@ var t1 = value === true ? B.AppLayout_mobile : B.AppLayout_desktop; this.viewModel.onLayoutChanged.call$2(this.context, t1); }, - $signature: 112 + $signature: 115 }; A._DeviceSettingsState_build_closure0.prototype = { call$1(value) { var t1 = value === true ? B.AppSidebarMode_float : B.AppSidebarMode_collapse; this.viewModel.onMenuModeChanged.call$2(this.context, t1); }, - $signature: 112 + $signature: 115 }; A._DeviceSettingsState_build_closure1.prototype = { call$1(value) { var t1 = value === true ? B.AppSidebarMode_float : B.AppSidebarMode_visible; this.viewModel.onHistoryModeChanged.call$2(this.context, t1); }, - $signature: 112 + $signature: 115 }; A._DeviceSettingsState_build_closure2.prototype = { call$1(value) { this.viewModel.onTapSelectedChanged.call$2(this.context, value === true); }, - $signature: 112 + $signature: 115 }; A._DeviceSettingsState_build_closure3.prototype = { call$1(value) { this.viewModel.onEditAfterSavingChanged.call$2(this.context, value === true); }, - $signature: 112 + $signature: 115 }; A._DeviceSettingsState_build_closure4.prototype = { call$1(value) { this.viewModel.onLongPressSelectionIsDefault.call$2(this.context, value === false); }, - $signature: 112 + $signature: 115 }; A._DeviceSettingsState_build_closure5.prototype = { call$1(value) { @@ -538675,7 +548364,7 @@ call$1(value) { this.viewModel.onShowPdfSideBySideChanged.call$2(this.context, value === true); }, - $signature: 112 + $signature: 115 }; A._DeviceSettingsState_build_closure8.prototype = { call$1(value) { @@ -538701,7 +548390,7 @@ } else return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 3110 + $signature: 3111 }; A._DeviceSettingsState_build__closure7.prototype = { call$1(value) { @@ -538744,7 +548433,7 @@ t3.toString; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, _null, _null, new A._DeviceSettingsState_build__closure5(this.viewModel, context), false, _null, _null, _null, new A.LiveText(_null, new A._DeviceSettingsState_build__closure6(this.state, t2), _null, 1, _null), _null, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null); }, - $signature: 3111 + $signature: 3112 }; A._DeviceSettingsState_build__closure6.prototype = { call$0() { @@ -538755,7 +548444,7 @@ return ""; return this.localization.get$lastUpdated() + ": " + A.format(A.convertTimestampToDate(B.JSNumber_methods.round$0(t3[t2].lastUpdated / 1000)), false, A.localeSelector(t1, true)); }, - $signature: 45 + $signature: 96 }; A._DeviceSettingsState_build__closure5.prototype = { call$0() { @@ -538774,7 +548463,7 @@ call$1(_) { this.viewModel.onLogoutTap.call$1(this.context); }, - $signature: 26 + $signature: 28 }; A._DeviceSettingsState_build_closure16.prototype = { call$1(brightness) { @@ -538787,13 +548476,13 @@ var _null = null; return A.DropdownMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$(A.toTitleCase(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorInfo, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorPrimary, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorSuccess, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorWarning, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorDanger, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, key, type$.String); }, - $signature: 40 + $signature: 41 }; A._DeviceSettingsState_build_closure18.prototype = { call$1(value) { return this.viewModel.onColorThemeChanged.call$2(this.context, value); }, - $signature: 32 + $signature: 33 }; A._DeviceSettingsState_build_closure19.prototype = { call$1(value) { @@ -538818,14 +548507,14 @@ b.get$_safeMap().clear$0(0); return b; }, - $signature: 251 + $signature: 240 }; A._DeviceSettingsState_build__closure3.prototype = { call$1(b) { var t1 = type$.String; return b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal(["sidebar_active_background_color", "#2F2E2E", "sidebar_active_font_color", "#FFFFFF", "sidebar_inactive_background_color", "#454544", "sidebar_inactive_font_color", "#FFFFFF", "invoice_header_background_color", "#777777", "invoice_header_font_color", "#FFFFFF", "table_alternate_row_background_color", "#F9F9F9"], t1, t1)); }, - $signature: 3112 + $signature: 3113 }; A._DeviceSettingsState_build_closure20.prototype = { call$1(selector) { @@ -538835,7 +548524,7 @@ t3 = t2.darkModeType; return A.FormColorPicker$(((t3 === "system" ? t2.enableDarkModeSystem : t3 === "dark") ? t2.darkCustomColors : t2.customColors)._map$_map.$index(0, selector), t1, new A._DeviceSettingsState_build__closure1(_this.viewModel, _this.context, t2, selector)); }, - $signature: 3113 + $signature: 3114 }; A._DeviceSettingsState_build__closure1.prototype = { call$1(value) { @@ -538845,7 +548534,7 @@ t1 = (t2 === "system" ? t1.enableDarkModeSystem : t2 === "dark") ? t1.darkCustomColors : t1.customColors; _this.viewModel.onCustomColorsChanged.call$2(_this.context, t1.rebuild$1(new A._DeviceSettingsState_build___closure0(_this.selector, value))); }, - $signature: 26 + $signature: 28 }; A._DeviceSettingsState_build___closure0.prototype = { call$1(b) { @@ -538855,7 +548544,7 @@ b.$indexSet(0, this.selector, t1); return t1; }, - $signature: 659 + $signature: 836 }; A._DeviceSettingsState_build_closure21.prototype = { call$0() { @@ -538877,7 +548566,7 @@ t1 = ((t2 === "system" ? t1.enableDarkModeSystem : t2 === "dark") ? t1.darkCustomColors : t1.customColors)._map$_map.$index(0, selector); return t1 == null ? "" : t1; }, - $signature: 30 + $signature: 31 }; A._DeviceSettingsState_build_closure22.prototype = { call$0() { @@ -538912,7 +548601,7 @@ } this.viewModel.onCustomColorsChanged.call$2(this.context, customColors); }, - $signature: 38 + $signature: 40 }; A._DeviceSettingsState_build___closure.prototype = { call$1(b) { @@ -538922,7 +548611,7 @@ b.$indexSet(0, t2, t1); return t1; }, - $signature: 659 + $signature: 836 }; A.__DeviceSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -538949,7 +548638,7 @@ call$2(context, viewModel) { return new A.DeviceSettings(viewModel, null); }, - $signature: 3115 + $signature: 3116 }; A.DeviceSettingsVM.prototype = {}; A.DeviceSettingsVM_fromStore_closure.prototype = { @@ -539007,7 +548696,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 484 + $signature: 474 }; A.DeviceSettingsVM_fromStore_closure7.prototype = { call$2(context, value) { @@ -539034,7 +548723,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 227 }; A.DeviceSettingsVM_fromStore_closure4.prototype = { call$2(context, value) { @@ -539070,7 +548759,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 666 + $signature: 838 }; A.DeviceSettingsVM_fromStore_closure5.prototype = { call$2(context, value) { @@ -539106,7 +548795,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 666 + $signature: 838 }; A.DeviceSettingsVM_fromStore_closure8.prototype = { call$2(context, value) { @@ -539133,7 +548822,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 227 }; A.DeviceSettingsVM_fromStore_closure19.prototype = { call$2(context, value) { @@ -539160,7 +548849,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 484 + $signature: 474 }; A.DeviceSettingsVM_fromStore_closure15.prototype = { call$2(context, value) { @@ -539189,7 +548878,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 227 }; A.DeviceSettingsVM_fromStore_closure12.prototype = { call$2(context, value) { @@ -539199,7 +548888,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 233 + $signature: 223 }; A.DeviceSettingsVM_fromStore_closure13.prototype = { call$2(context, value) { @@ -539209,7 +548898,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 233 + $signature: 223 }; A.DeviceSettingsVM_fromStore_closure14.prototype = { call$2(context, value) { @@ -539219,7 +548908,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 233 + $signature: 223 }; A.DeviceSettingsVM_fromStore_closure18.prototype = { call$2(context, value) { @@ -539229,7 +548918,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 3119 + $signature: 3120 }; A.DeviceSettingsVM_fromStore_closure16.prototype = { call$2(context, value) { @@ -539239,7 +548928,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 233 + $signature: 223 }; A.DeviceSettingsVM_fromStore_closure17.prototype = { call$2(context, value) { @@ -539249,7 +548938,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 233 + $signature: 223 }; A.DeviceSettingsVM_fromStore_closure6.prototype = { call$2(context, value) { @@ -539290,7 +548979,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 484 + $signature: 474 }; A.DeviceSettingsVM_fromStore_closure9.prototype = { call$2(context, value) { @@ -539317,7 +549006,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 227 }; A.DeviceSettingsVM_fromStore_closure3.prototype = { call$2(context, value) { @@ -539355,7 +549044,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 3120 + $signature: 3121 }; A.DeviceSettingsVM_fromStore__closure.prototype = { call$1(duration) { @@ -539368,7 +549057,7 @@ t1[0].call$1(new A.ViewMainScreen()); } }, - $signature: 11 + $signature: 12 }; A.DeviceSettingsVM_fromStore_closure10.prototype = { call$2(context, value) { @@ -539435,7 +549124,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 227 }; A.DeviceSettingsVM_fromStore_closure20.prototype = { call$0() { @@ -539490,7 +549179,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 44 + $signature: 71 }; A.DeviceSettingsVM_fromStore_closure2.prototype = { call$2(context, customColors) { @@ -539515,7 +549204,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatedSettingUI()); }, - $signature: 3121 + $signature: 3122 }; A.DeviceSettingsVM_fromStore_closure11.prototype = { call$2(context, value) { @@ -539529,12 +549218,12 @@ else t2[0].call$1(new A.ClearPersistedData()); }, - $signature: 233 + $signature: 223 }; A.EmailSettings.prototype = { createState$0() { - var _null = null; - return new A._EmailSettingsState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._EmailSettingsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._EmailSettingsState.prototype = { @@ -540091,7 +549780,7 @@ type$.UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 399 + $signature: 374 }; A._EmailSettingsState_build_closure3.prototype = { call$0() { @@ -540120,7 +549809,7 @@ type$.UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 399 + $signature: 374 }; A._EmailSettingsState_build_closure6.prototype = { call$1(value) { @@ -540134,7 +549823,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._EmailSettingsState_build_closure7.prototype = { call$1(value) { @@ -540148,7 +549837,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._EmailSettingsState_build_closure8.prototype = { call$1(value) { @@ -540162,7 +549851,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._EmailSettingsState_build_closure10.prototype = { call$1(value) { @@ -540182,13 +549871,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(endpoint, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, endpoint, type$.String); }, - $signature: 40 + $signature: 41 }; A._EmailSettingsState_build_closure12.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure7(value))); }, - $signature: 32 + $signature: 33 }; A._EmailSettingsState_build__closure7.prototype = { call$1(b) { @@ -540212,13 +549901,13 @@ } return A.DropdownMenuItem$(A.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, hour, type$.int); }, - $signature: 166 + $signature: 191 }; A._EmailSettingsState_build_closure13.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure6(value))); }, - $signature: 32 + $signature: 33 }; A._EmailSettingsState_build__closure6.prototype = { call$1(b) { @@ -540231,7 +549920,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure5(value))); }, - $signature: 32 + $signature: 33 }; A._EmailSettingsState_build__closure5.prototype = { call$1(b) { @@ -540244,7 +549933,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure4(value))); }, - $signature: 28 + $signature: 30 }; A._EmailSettingsState_build__closure4.prototype = { call$1(b) { @@ -540257,7 +549946,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure3(value))); }, - $signature: 28 + $signature: 30 }; A._EmailSettingsState_build__closure3.prototype = { call$1(b) { @@ -540270,7 +549959,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure2(value))); }, - $signature: 28 + $signature: 30 }; A._EmailSettingsState_build__closure2.prototype = { call$1(b) { @@ -540283,7 +549972,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure1(value))); }, - $signature: 28 + $signature: 30 }; A._EmailSettingsState_build__closure1.prototype = { call$1(b) { @@ -540296,7 +549985,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._EmailSettingsState_build__closure0(value))); }, - $signature: 28 + $signature: 30 }; A._EmailSettingsState_build__closure0.prototype = { call$1(b) { @@ -540324,7 +550013,7 @@ t1 = B.JSString_methods.replaceFirst$2(type, "_", " "); return A.DropdownMenuItem$(A.Text$(A.stringReplaceAllUnchecked(t1, "_", "."), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, type, type$.String); }, - $signature: 40 + $signature: 41 }; A._EmailSettingsState_build_closure22.prototype = { call$0() { @@ -540363,7 +550052,7 @@ call$2(context, viewModel) { return new A.EmailSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3122 + $signature: 3123 }; A.EmailSettingsVM.prototype = { get$company() { @@ -540376,7 +550065,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.EmailSettingsVM_fromStore_closure0.prototype = { call$1(settings) { @@ -540384,7 +550073,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 195 + $signature: 206 }; A.EmailSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -540496,7 +550185,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveEInvoiceCertificateRequest(completer, t1.company, eInvoiceCertificate)); }, - $signature: 3124 + $signature: 3125 }; A.ExpenseSettings.prototype = { createState$0() { @@ -540677,7 +550366,7 @@ call$1(paymentType) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._ExpenseSettingsState_build__closure4(paymentType))); }, - $signature: 63 + $signature: 66 }; A._ExpenseSettingsState_build__closure4.prototype = { call$1(b) { @@ -540731,7 +550420,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ExpenseSettingsState_build__closure0(value))); }, - $signature: 28 + $signature: 30 }; A._ExpenseSettingsState_build__closure0.prototype = { call$1(b) { @@ -540769,7 +550458,7 @@ call$2(context, viewModel) { return new A.ExpenseSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3125 + $signature: 3126 }; A.ExpenseSettingsVM.prototype = { get$company() { @@ -540782,7 +550471,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.ExpenseSettingsVM_fromStore_closure1.prototype = { call$1(settings) { @@ -540790,7 +550479,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 376 + $signature: 415 }; A.ExpenseSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -540863,7 +550552,7 @@ }; A.GeneratedNumbers.prototype = { createState$0() { - return new A._GeneratedNumbersState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), null, null, B._StateLifecycle_0); + return new A._GeneratedNumbersState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), null, null, B._StateLifecycle_0); } }; A._GeneratedNumbersState.prototype = { @@ -540912,14 +550601,14 @@ this._generated_numbers$_debouncer.run$1(new A._GeneratedNumbersState__onChanged_closure(this)); }, _generated_numbers$_onSavePressed$1(context) { - var t1 = {}, + var _null = null, t1 = {}, viewModel = this._widget.viewModel, settings = viewModel.settings, values = A._setArrayType([settings.clientNumberPattern, settings.invoiceNumberPattern, settings.paymentNumberPattern, settings.quoteNumberPattern, settings.creditNumberPattern, settings.recurringInvoiceNumberPattern, settings.projectNumberPattern, settings.taskNumberPattern, settings.vendorNumberPattern, settings.purchaseOrderNumberPattern, settings.expenseNumberPattern, settings.recurringExpenseNumberPattern], type$.JSArray_nullable_String); t1.isValid = true; B.JSArray_methods.forEach$1(values, new A._GeneratedNumbersState__onSavePressed_closure(t1)); if (!t1.isValid) { - A.showDialog(null, B.Color_2315255808, true, new A._GeneratedNumbersState__onSavePressed_closure0(), context, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A._GeneratedNumbersState__onSavePressed_closure0(), context, _null, true, type$.ErrorDialog); return; } viewModel.onSavePressed.call$1(context); @@ -541133,7 +550822,7 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 247 + $signature: 268 }; A._GeneratedNumbersState_dispose_closure.prototype = { call$1(controller) { @@ -541181,7 +550870,7 @@ if (containsSubCounter && !containsCounterOrId) this._box_0.isValid = false; }, - $signature: 95 + $signature: 99 }; A._GeneratedNumbersState__onSavePressed_closure0.prototype = { call$1(context) { @@ -541199,7 +550888,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure16(value))); }, - $signature: 32 + $signature: 33 }; A._GeneratedNumbersState_build__closure16.prototype = { call$1(b) { @@ -541213,13 +550902,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(B.JSString_methods.$mul("0", value - 1) + "1", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 166 + $signature: 191 }; A._GeneratedNumbersState_build_closure1.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure15(value))); }, - $signature: 32 + $signature: 33 }; A._GeneratedNumbersState_build__closure15.prototype = { call$1(b) { @@ -541232,7 +550921,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure14(value))); }, - $signature: 32 + $signature: 33 }; A._GeneratedNumbersState_build__closure14.prototype = { call$1(b) { @@ -541246,13 +550935,13 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.String), type$.MapEntry_of_String_and_DropdownMenuItem_String); }, - $signature: 483 + $signature: 485 }; A._GeneratedNumbersState_build_closure4.prototype = { call$2(value, _) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure13(value))); }, - $signature: 307 + $signature: 294 }; A._GeneratedNumbersState_build__closure13.prototype = { call$1(b) { @@ -541265,7 +550954,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure12(value))); }, - $signature: 28 + $signature: 30 }; A._GeneratedNumbersState_build__closure12.prototype = { call$1(b) { @@ -541278,7 +550967,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure11(value))); }, - $signature: 28 + $signature: 30 }; A._GeneratedNumbersState_build__closure11.prototype = { call$1(b) { @@ -541291,7 +550980,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure10(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure10.prototype = { call$1(b) { @@ -541305,7 +550994,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure9.prototype = { call$1(b) { @@ -541319,7 +551008,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure8.prototype = { call$1(b) { @@ -541333,7 +551022,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure7.prototype = { call$1(b) { @@ -541347,7 +551036,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure6.prototype = { call$1(b) { @@ -541361,7 +551050,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure5.prototype = { call$1(b) { @@ -541375,7 +551064,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure4.prototype = { call$1(b) { @@ -541389,7 +551078,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure3.prototype = { call$1(b) { @@ -541403,7 +551092,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure2.prototype = { call$1(b) { @@ -541417,7 +551106,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure1.prototype = { call$1(b) { @@ -541431,7 +551120,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure0.prototype = { call$1(b) { @@ -541445,7 +551134,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 131 + $signature: 135 }; A._GeneratedNumbersState_build__closure.prototype = { call$1(b) { @@ -541457,7 +551146,8 @@ }; A.EntityNumberSettings.prototype = { createState$0() { - return new A._EntityNumberSettingsState(A.TextEditingController$(null), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._EntityNumberSettingsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); }, onChanged$2(arg0, arg1) { return this.onChanged.call$2(arg0, arg1); @@ -541561,7 +551251,7 @@ if (t2) t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(newOffset, B.TextAffinity_1))); }, - $signature: 38 + $signature: 40 }; A.HelpPanel.prototype = { build$1(context) { @@ -541577,7 +551267,7 @@ var t1 = B.JSString_methods.startsWith$1(field, "vendor"); return !t1; }, - $signature: 12 + $signature: 11 }; A.HelpPanel_build_closure0.prototype = { call$1(field) { @@ -541588,20 +551278,20 @@ t1 = true; return t1; }, - $signature: 12 + $signature: 11 }; A.HelpPanel_build_closure1.prototype = { call$1(field) { return "{$" + field + "}"; }, - $signature: 30 + $signature: 31 }; A.HelpPanel_build_closure2.prototype = { call$1(field) { var _null = null; return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_0_6_0_6, A.Text$(field, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.HelpPanel_build__closure(this.$this, field), _null, _null, _null, _null, _null, _null, _null); }, - $signature: 669 + $signature: 659 }; A.HelpPanel_build__closure.prototype = { call$0() { @@ -541634,7 +551324,7 @@ call$2(context, viewModel) { return new A.GeneratedNumbers(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3128 + $signature: 3129 }; A.GeneratedNumbersVM.prototype = { get$company() { @@ -541647,7 +551337,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 195 + $signature: 206 }; A.GeneratedNumbersVM_fromStore_closure.prototype = { call$1(context) { @@ -541770,7 +551460,7 @@ t10 = J.$index$asx(t10, _s13_); t10.toString; } - t10 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t10, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t10 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t10, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t11 = _this._exportFormat; t12 = type$.MappedListIterable_of_ImportType_and_DropdownMenuItem_ImportType; t10 = A._setArrayType([A.InputDecorator$(_null, new A.DropdownButtonHideUnderline(A.DropdownButton$(_null, _null, _null, true, false, A.List_List$of(new A.MappedListIterable(A._setArrayType([B.ImportType_csv, B.ImportType_json], type$.JSArray_ImportType), new A._ImportExportState_build_closure2(t1), t12), true, t12._eval$1("ListIterable.E")), new A._ImportExportState_build_closure3(_this), _null, t11, type$.ImportType), _null), t10, false, false, false, false, _null, _null)], t6); @@ -541848,7 +551538,7 @@ } return t1; }, - $signature: 3129 + $signature: 3130 }; A._ImportExportState_build__closure9.prototype = { call$0() { @@ -541861,7 +551551,7 @@ var t1 = this.$this; return t1.setState$1(new A._ImportExportState_build__closure10(t1, importType)); }, - $signature: 3130 + $signature: 3131 }; A._ImportExportState_build__closure10.prototype = { call$0() { @@ -541902,7 +551592,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.ImportType); }, - $signature: 680 + $signature: 843 }; A._ImportExportState_build_closure5.prototype = { call$1(value) { @@ -541922,7 +551612,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.ExportType); }, - $signature: 3132 + $signature: 3133 }; A._ImportExportState_build_closure7.prototype = { call$1(value) { @@ -541942,7 +551632,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateField), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateField, type$.String); }, - $signature: 40 + $signature: 41 }; A._ImportExportState_build_closure9.prototype = { call$1(value) { @@ -541979,14 +551669,14 @@ } return A.DropdownMenuItem$(A.Text$(label, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.String); }, - $signature: 40 + $signature: 41 }; A._ImportExportState_build_closure10.prototype = { call$2(date, _) { var t1 = this.$this; t1.setState$1(new A._ImportExportState_build__closure3(t1, date)); }, - $signature: 47 + $signature: 49 }; A._ImportExportState_build__closure3.prototype = { call$0() { @@ -541999,7 +551689,7 @@ var t1 = this.$this; t1.setState$1(new A._ImportExportState_build__closure2(t1, date)); }, - $signature: 47 + $signature: 49 }; A._ImportExportState_build__closure2.prototype = { call$0() { @@ -542175,7 +551865,7 @@ t4 = J.$index$asx(t4, _s13_); t4.toString; } - t4 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + t4 = A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); t5 = _this._widget.importType; t6 = type$.MappedListIterable_of_ImportType_and_DropdownMenuItem_ImportType; t7 = type$.JSArray_Widget; @@ -542350,7 +552040,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.ImportType); }, - $signature: 680 + $signature: 843 }; A._FileImportState_build_closure1.prototype = { call$0() { @@ -542603,7 +552293,7 @@ var t1 = this.$this; t1.setState$1(new A.__FileMapperState_build__closure4(t1, this.entry, this.i, value)); }, - $signature: 38 + $signature: 40 }; A.__FileMapperState_build__closure4.prototype = { call$0() { @@ -542623,7 +552313,7 @@ var t1 = this.$this; t1.setState$1(new A.__FileMapperState_build__closure3(t1, bankAccount)); }, - $signature: 48 + $signature: 52 }; A.__FileMapperState_build__closure3.prototype = { call$0() { @@ -542640,14 +552330,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveBankAccountRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A.__FileMapperState_build__closure2.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_name = this.name; return b; }, - $signature: 252 + $signature: 266 }; A.__FileMapperState_build_closure2.prototype = { call$1(value) { @@ -542661,13 +552351,13 @@ t1 = null; return t1; }, - $signature: 208 + $signature: 218 }; A.__FileMapperState_build_closure3.prototype = { call$1(entity) { return ""; }, - $signature: 475 + $signature: 508 }; A.__FileMapperState_build_closure5.prototype = { call$0() { @@ -542779,7 +552469,7 @@ t3 = this.localization; return B.JSString_methods.compareTo$1(t3.lookup$1(t1), t3.lookup$1(t2)); }, - $signature: 25 + $signature: 26 }; A._FieldMapper_build_closure2.prototype = { call$1(value) { @@ -542802,19 +552492,19 @@ t1 = null; return t1; }, - $signature: 135 + $signature: 151 }; A._FieldMapper_build__closure.prototype = { call$1(element) { return element === this.value; }, - $signature: 12 + $signature: 11 }; A._FieldMapper_build_closure1.prototype = { call$1(value) { return this.$this.onMappedToChanged.call$1(value); }, - $signature: 95 + $signature: 99 }; A._FieldMapper_build_closure0.prototype = { call$1(field) { @@ -542825,7 +552515,7 @@ fieldLabel = t1.lookup$1(A.stringReplaceAllUnchecked(t2, "_id", "")); return A.DropdownMenuItem$(A.Text$(t1.lookup$1(B.JSArray_methods.get$first(field.split("."))) + " - " + fieldLabel, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, field, type$.String); }, - $signature: 40 + $signature: 41 }; A.ImportExportScreen.prototype = { build$1(context) { @@ -542837,12 +552527,12 @@ call$2(context, viewModel) { return new A.ImportExport(null); }, - $signature: 3133 + $signature: 3134 }; A.ImportExportVM.prototype = {}; A.InvoiceDesign.prototype = { createState$0() { - return new A._InvoiceDesignState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), null, null, B._StateLifecycle_0); + return new A._InvoiceDesignState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), null, null, B._StateLifecycle_0); } }; A._InvoiceDesignState.prototype = { @@ -543565,7 +553255,7 @@ if (t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 247 + $signature: 268 }; A._InvoiceDesignState_didChangeDependencies_closure.prototype = { call$1(controller) { @@ -543637,7 +553327,7 @@ var _null = null; return A.Tab$(A.Text$(tab, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); }, - $signature: 3134 + $signature: 3135 }; A._InvoiceDesignState_build_closure0.prototype = { call$0() { @@ -543668,7 +553358,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure28(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure29(value))); }, - $signature: 140 + $signature: 147 }; A._InvoiceDesignState_build__closure28.prototype = { call$0() { @@ -543703,7 +553393,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure25(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure26(value))); }, - $signature: 140 + $signature: 147 }; A._InvoiceDesignState_build__closure25.prototype = { call$0() { @@ -543738,7 +553428,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure22(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure23(value))); }, - $signature: 140 + $signature: 147 }; A._InvoiceDesignState_build__closure22.prototype = { call$0() { @@ -543773,7 +553463,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure19(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure20(value))); }, - $signature: 140 + $signature: 147 }; A._InvoiceDesignState_build__closure19.prototype = { call$0() { @@ -543817,7 +553507,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure17(value))); }, - $signature: 140 + $signature: 147 }; A._InvoiceDesignState_build__closure17.prototype = { call$1(b) { @@ -543832,7 +553522,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure16(value))); }, - $signature: 140 + $signature: 147 }; A._InvoiceDesignState_build__closure16.prototype = { call$1(b) { @@ -543847,7 +553537,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure15(value))); }, - $signature: 140 + $signature: 147 }; A._InvoiceDesignState_build__closure15.prototype = { call$1(b) { @@ -543862,7 +553552,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure14(value))); }, - $signature: 140 + $signature: 147 }; A._InvoiceDesignState_build__closure14.prototype = { call$1(b) { @@ -543877,7 +553567,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure13(value))); }, - $signature: 32 + $signature: 33 }; A._InvoiceDesignState_build__closure13.prototype = { call$1(b) { @@ -543891,13 +553581,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageLayout), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageLayout, type$.String); }, - $signature: 40 + $signature: 41 }; A._InvoiceDesignState_build_closure18.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure12(value))); }, - $signature: 32 + $signature: 33 }; A._InvoiceDesignState_build__closure12.prototype = { call$1(b) { @@ -543911,13 +553601,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageSize), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageSize, type$.String); }, - $signature: 40 + $signature: 41 }; A._InvoiceDesignState_build_closure20.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure11(value))); }, - $signature: 32 + $signature: 33 }; A._InvoiceDesignState_build__closure11.prototype = { call$1(b) { @@ -543934,14 +553624,14 @@ t2 = fontSize === 0 ? new A.SizedBox(_null, _null, _null, _null) : A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.DropdownMenuItem$(t2, _null, t1, type$.String); }, - $signature: 594 + $signature: 534 }; A._InvoiceDesignState_build_closure21.prototype = { call$1(value) { var _this = this; return _this.viewModel.onSettingsChanged.call$1(_this.settings.rebuild$1(new A._InvoiceDesignState_build__closure10(_this.$this, value, _this.localization))); }, - $signature: 32 + $signature: 33 }; A._InvoiceDesignState_build__closure10.prototype = { call$1(b) { @@ -543956,7 +553646,7 @@ call$1(font) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure9(font))); }, - $signature: 63 + $signature: 66 }; A._InvoiceDesignState_build__closure9.prototype = { call$1(b) { @@ -543971,7 +553661,7 @@ call$1(font) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure8(font))); }, - $signature: 63 + $signature: 66 }; A._InvoiceDesignState_build__closure8.prototype = { call$1(b) { @@ -543986,7 +553676,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure7(value))); }, - $signature: 186 + $signature: 199 }; A._InvoiceDesignState_build__closure7.prototype = { call$1(b) { @@ -543999,7 +553689,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure6(value))); }, - $signature: 186 + $signature: 199 }; A._InvoiceDesignState_build__closure6.prototype = { call$1(b) { @@ -544012,7 +553702,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure5(value))); }, - $signature: 28 + $signature: 30 }; A._InvoiceDesignState_build__closure5.prototype = { call$1(b) { @@ -544025,7 +553715,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure4(value))); }, - $signature: 28 + $signature: 30 }; A._InvoiceDesignState_build__closure4.prototype = { call$1(b) { @@ -544038,7 +553728,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure3(value))); }, - $signature: 28 + $signature: 30 }; A._InvoiceDesignState_build__closure3.prototype = { call$1(b) { @@ -544051,7 +553741,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure2(value))); }, - $signature: 28 + $signature: 30 }; A._InvoiceDesignState_build__closure2.prototype = { call$1(b) { @@ -544064,7 +553754,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure1(value))); }, - $signature: 28 + $signature: 30 }; A._InvoiceDesignState_build__closure1.prototype = { call$1(b) { @@ -544077,7 +553767,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure0(value))); }, - $signature: 32 + $signature: 33 }; A._InvoiceDesignState_build__closure0.prototype = { call$1(b) { @@ -544090,205 +553780,205 @@ call$1(field) { return "$client." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure33.prototype = { call$1(field) { return "$contact." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure34.prototype = { call$1(field) { return "$client." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure35.prototype = { call$1(field) { return "$contact." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure36.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("client_details", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure37.prototype = { call$1(field) { return "$company." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure38.prototype = { call$1(field) { return "$company." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure39.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_details", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure40.prototype = { call$1(field) { return "$company." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure41.prototype = { call$1(field) { return "$company." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure42.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_address", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure43.prototype = { call$1(field) { return "$invoice." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure44.prototype = { call$1(field) { return "$client." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure45.prototype = { call$1(field) { return "$invoice." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure46.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("invoice_details", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure47.prototype = { call$1(field) { return "$quote." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure48.prototype = { call$1(field) { return "$client." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure49.prototype = { call$1(field) { return "$quote." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure50.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("quote_details", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure51.prototype = { call$1(field) { return "$credit." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure52.prototype = { call$1(field) { return "$client." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure53.prototype = { call$1(field) { return "$credit." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure54.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("credit_details", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure55.prototype = { call$1(field) { return "$vendor." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure56.prototype = { call$1(field) { return "$contact." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure57.prototype = { call$1(field) { return "$vendor." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure58.prototype = { call$1(field) { return "$contact." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure59.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("vendor_details", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure60.prototype = { call$1(field) { return "$purchase_order." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure61.prototype = { call$1(field) { return "$purchase_order." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure62.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("purchase_order_details", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure63.prototype = { call$1(field) { return "$product." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure64.prototype = { call$1(field) { return "$product." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure65.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_columns", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure66.prototype = { call$1(value) { @@ -544307,55 +553997,55 @@ call$1(field) { return "$product." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure68.prototype = { call$1(field) { return "$product." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure69.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_quote_columns", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure70.prototype = { call$1(field) { return "$task." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure71.prototype = { call$1(field) { return "$task." + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure72.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("task_columns", values)); }, - $signature: 113 + $signature: 123 }; A._InvoiceDesignState_build_closure73.prototype = { call$1(field) { return "$" + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure74.prototype = { call$1(field) { return "$" + field; }, - $signature: 30 + $signature: 31 }; A._InvoiceDesignState_build_closure75.prototype = { call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("total_columns", values)); }, - $signature: 113 + $signature: 123 }; A._PdfPreview.prototype = { createState$0() { @@ -544434,7 +554124,7 @@ call$1(format) { return this.$this.response.bodyBytes; }, - $signature: 104 + $signature: 107 }; A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -544461,7 +554151,7 @@ call$2(context, viewModel) { return new A.InvoiceDesign(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3135 + $signature: 3136 }; A.InvoiceDesignVM.prototype = { get$company() { @@ -544478,7 +554168,7 @@ if (settings.shareInvoiceQuoteColumns !== false !== (t2.shareInvoiceQuoteColumns !== false)) t1[0].call$1(new A.UpdatedSettingUI()); }, - $signature: 195 + $signature: 206 }; A.InvoiceDesignVM_fromStore_closure0.prototype = { call$2(context, entityTypes) { @@ -544497,7 +554187,7 @@ } new A.InvoiceDesignVM_fromStore__closure(this.store, context, t1, entityTypes).call$0(); }, - $signature: 3136 + $signature: 3137 }; A.InvoiceDesignVM_fromStore__closure.prototype = { call$0() { @@ -544558,14 +554248,14 @@ t1 === $ && A.throwUnnamedLateFieldNI(); B.JSArray_methods.forEach$1(this.entityTypes, new A.InvoiceDesignVM_fromStore____closure(new A.WebClient(), credentials.url + "/designs/set/default", credentials, t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.settings)); }, - $signature: 34 + $signature: 35 }; A.InvoiceDesignVM_fromStore____closure.prototype = { call$1(entityType) { var _this = this; _this.webClient.post$3$data(_this.url, _this.credentials.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["entity", A.toSnakeCase(entityType.name), "design_id", _this.settings.getDesignId$1(entityType)], type$.String, type$.nullable_String))).then$1$1(0, new A.InvoiceDesignVM_fromStore_____closure(), type$.Null).catchError$1(new A.InvoiceDesignVM_fromStore_____closure0()); }, - $signature: 247 + $signature: 268 }; A.InvoiceDesignVM_fromStore_____closure.prototype = { call$1(response) { @@ -544590,7 +554280,7 @@ }; A.LocalizationSettings.prototype = { createState$0() { - return new A._LocalizationSettingsState(A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); + return new A._LocalizationSettingsState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._LocalizationSettingsState.prototype = { @@ -544792,7 +554482,7 @@ t14 = t11.$index(0, t12); if (t14 == null) t14 = ""; - t2.push(A.Row$(A._setArrayType([new A.Expanded(1, B.FlexFit_0, new A.Text(t13, _null, _null, _null, _null, _null, B.TextOverflow_2, _null, 1, _null, _null), _null), new A.Expanded(1, B.FlexFit_0, A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, B.InputDecoration_9Is, _null, false, _null, t14, _null, new A.ValueKey("__" + t12 + "__", t5), _null, _null, _null, _null, 1, _null, false, new A._LocalizationSettingsState_build_closure14(viewModel, settings, t12), _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null), _null), new A.SizedBox(16, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null, _null), _null, new A._LocalizationSettingsState_build_closure15(viewModel, settings, t12), _null, _null, _null, _null, _null)], t17), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t2.push(A.Row$(A._setArrayType([new A.Expanded(1, B.FlexFit_0, new A.Text(t13, _null, _null, _null, _null, _null, B.TextOverflow_2, _null, 1, _null, _null), _null), new A.Expanded(1, B.FlexFit_0, A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, B.InputDecoration_vBr, _null, false, _null, t14, _null, new A.ValueKey("__" + t12 + "__", t5), _null, _null, _null, _null, 1, _null, false, new A._LocalizationSettingsState_build_closure14(viewModel, settings, t12), _null, _null, _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null), _null), new A.SizedBox(16, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, new A.Icon(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null, _null), _null, new A._LocalizationSettingsState_build_closure15(viewModel, settings, t12), _null, _null, _null, _null, _null)], t17), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); } return A.EditScaffold$(_null, t6, new A.AppTabForm(t8, t7, A._setArrayType([new A.ScrollableListView(t10, _null, _null, true, false, _null), new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t2, _null, B.CrossAxisAlignment_0, false, _null, true, _null, _null)], t17), _null, _null, true, false, _null)], t17), t9, _null, _null), _null, _null, _null, false, _null, _null, viewModel.onSavePressed, _null, t4); } @@ -544821,20 +554511,20 @@ var t1 = this.translations; return !t1.get$keys(t1)._map.containsKey$1(0, key); }, - $signature: 12 + $signature: 11 }; A._LocalizationSettingsState_build_closure0.prototype = { call$2(a, b) { var t1 = this.localization; return B.JSString_methods.compareTo$1(t1.lookup$1(a), t1.lookup$1(b)); }, - $signature: 25 + $signature: 26 }; A._LocalizationSettingsState_build_closure1.prototype = { call$1(currency) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure13(currency))); }, - $signature: 63 + $signature: 66 }; A._LocalizationSettingsState_build__closure13.prototype = { call$1(b) { @@ -544849,7 +554539,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure12(value))); }, - $signature: 28 + $signature: 30 }; A._LocalizationSettingsState_build__closure12.prototype = { call$1(b) { @@ -544862,7 +554552,7 @@ call$1(language) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure11(language))); }, - $signature: 63 + $signature: 66 }; A._LocalizationSettingsState_build__closure11.prototype = { call$1(b) { @@ -544877,7 +554567,7 @@ call$1(timezone) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure10(timezone))); }, - $signature: 63 + $signature: 66 }; A._LocalizationSettingsState_build__closure10.prototype = { call$1(b) { @@ -544892,7 +554582,7 @@ call$1(dateFormat) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure9(dateFormat))); }, - $signature: 63 + $signature: 66 }; A._LocalizationSettingsState_build__closure9.prototype = { call$1(b) { @@ -544907,7 +554597,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure8(value))); }, - $signature: 28 + $signature: 30 }; A._LocalizationSettingsState_build__closure8.prototype = { call$1(b) { @@ -544933,7 +554623,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._LocalizationSettingsState_build__closure6(value))); }, - $signature: 32 + $signature: 33 }; A._LocalizationSettingsState_build__closure6.prototype = { call$1(b) { @@ -544947,20 +554637,20 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(month), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.String), type$.MapEntry_of_String_and_DropdownMenuItem_String); }, - $signature: 483 + $signature: 485 }; A._LocalizationSettingsState_build_closure10.prototype = { call$1(key) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.String); }, - $signature: 40 + $signature: 41 }; A._LocalizationSettingsState_build_closure11.prototype = { call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure5(value))); }, - $signature: 95 + $signature: 99 }; A._LocalizationSettingsState_build__closure5.prototype = { call$1(b) { @@ -544992,7 +554682,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build___closure(value))); }, - $signature: 38 + $signature: 40 }; A._LocalizationSettingsState_build___closure.prototype = { call$1(b) { @@ -545020,7 +554710,7 @@ case 0: // Function start $async$goto = 2; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A._LocalizationSettingsState_build__closure1(), $async$self.context, null, true, type$.String), $async$call$0); + return A._asyncAwait(A.showDialog(null, null, true, null, new A._LocalizationSettingsState_build__closure1(), $async$self.context, null, true, type$.String), $async$call$0); case 2: // returning from await. t1 = $async$result; @@ -545039,7 +554729,7 @@ call$1(context) { return new A._AddCompanyDialog(null); }, - $signature: 3137 + $signature: 3138 }; A._LocalizationSettingsState_build__closure2.prototype = { call$1(b) { @@ -545122,7 +554812,7 @@ t1 = ""; this.$this._localization_settings$_countryId = t1; }, - $signature: 48 + $signature: 52 }; A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -545149,7 +554839,7 @@ call$2(context, viewModel) { return new A.LocalizationSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3138 + $signature: 3139 }; A.LocalizationSettingsVM.prototype = { get$company() { @@ -545162,7 +554852,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 195 + $signature: 206 }; A.LocalizationSettingsVM_fromStore_closure.prototype = { call$1(company) { @@ -545170,7 +554860,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.LocalizationSettingsVM_fromStore_closure1.prototype = { call$1(context) { @@ -545247,7 +554937,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.RefreshData(new A._AsyncCompleter(t2, type$._AsyncCompleter_dynamic), false, true, false)); }, - $signature: 34 + $signature: 35 }; A.LocalizationSettingsVM_fromStore____closure.prototype = { call$1(value) { @@ -545257,7 +554947,8 @@ }; A.PaymentSettings.prototype = { createState$0() { - return new A._PaymentSettingsState(A.TextEditingController$(null), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._PaymentSettingsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._PaymentSettingsState.prototype = { @@ -545635,7 +555326,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure13(value))); }, - $signature: 32 + $signature: 33 }; A._PaymentSettingsState_build__closure13.prototype = { call$1(b) { @@ -545648,7 +555339,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure11(value))); }, - $signature: 32 + $signature: 33 }; A._PaymentSettingsState_build__closure11.prototype = { call$1(b) { @@ -545662,26 +555353,26 @@ var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A._PaymentSettingsState_build__closure12(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 304 + $signature: 290 }; A._PaymentSettingsState_build__closure12.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 283 + $signature: 289 }; A._PaymentSettingsState_build_closure1.prototype = { call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 40 + $signature: 41 }; A._PaymentSettingsState_build_closure3.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure10(value))); }, - $signature: 32 + $signature: 33 }; A._PaymentSettingsState_build__closure10.prototype = { call$1(b) { @@ -545707,7 +555398,7 @@ call$1(paymentType) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure8(paymentType))); }, - $signature: 63 + $signature: 66 }; A._PaymentSettingsState_build__closure8.prototype = { call$1(b) { @@ -545728,7 +555419,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._PaymentSettingsState_build__closure7(value))); }, - $signature: 28 + $signature: 30 }; A._PaymentSettingsState_build__closure7.prototype = { call$1(b) { @@ -545741,7 +555432,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure6(value))); }, - $signature: 28 + $signature: 30 }; A._PaymentSettingsState_build__closure6.prototype = { call$1(b) { @@ -545754,7 +555445,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure5(value))); }, - $signature: 28 + $signature: 30 }; A._PaymentSettingsState_build__closure5.prototype = { call$1(b) { @@ -545767,7 +555458,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure4(value))); }, - $signature: 28 + $signature: 30 }; A._PaymentSettingsState_build__closure4.prototype = { call$1(b) { @@ -545780,7 +555471,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._PaymentSettingsState_build__closure3(value))); }, - $signature: 28 + $signature: 30 }; A._PaymentSettingsState_build__closure3.prototype = { call$1(b) { @@ -545793,7 +555484,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure2(value))); }, - $signature: 28 + $signature: 30 }; A._PaymentSettingsState_build__closure2.prototype = { call$1(b) { @@ -545806,7 +555497,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure1(value))); }, - $signature: 28 + $signature: 30 }; A._PaymentSettingsState_build__closure1.prototype = { call$1(b) { @@ -545819,7 +555510,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure0(value))); }, - $signature: 28 + $signature: 30 }; A._PaymentSettingsState_build__closure0.prototype = { call$1(b) { @@ -545832,7 +555523,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._PaymentSettingsState_build__closure(value))); }, - $signature: 28 + $signature: 30 }; A._PaymentSettingsState_build__closure.prototype = { call$1(b) { @@ -545851,7 +555542,7 @@ call$2(context, viewModel) { return new A.PaymentSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3139 + $signature: 3140 }; A.PaymentSettingsVM.prototype = { get$company() { @@ -545864,7 +555555,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.PaymentSettingsVM_fromStore_closure1.prototype = { call$1(settings) { @@ -545872,7 +555563,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 376 + $signature: 415 }; A.PaymentSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -545945,7 +555636,7 @@ }; A.ProductSettings.prototype = { createState$0() { - return new A._ProductSettingsState(new A.Debouncer(500), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + return new A._ProductSettingsState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._ProductSettingsState.prototype = { @@ -546346,7 +556037,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._ProductSettingsState_build__closure(value))); }, - $signature: 28 + $signature: 30 }; A._ProductSettingsState_build__closure.prototype = { call$1(b) { @@ -546365,7 +556056,7 @@ call$2(context, viewModel) { return new A.ProductSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3140 + $signature: 3141 }; A.ProductSettingsVM.prototype = { get$company() { @@ -546378,7 +556069,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.ProductSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -546573,7 +556264,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsListTileState_build__closure0(t1)); }, - $signature: 129 + $signature: 132 }; A._SettingsListTileState_build__closure0.prototype = { call$0() { @@ -546586,7 +556277,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsListTileState_build__closure(t1)); }, - $signature: 106 + $signature: 110 }; A._SettingsListTileState_build__closure.prototype = { call$0() { @@ -546720,7 +556411,7 @@ return -1; return B.JSString_methods.compareTo$1(b, a); }, - $signature: 25 + $signature: 26 }; A.SettingsSearch_build_closure0.prototype = { call$1(section) { @@ -546728,7 +556419,7 @@ t1 = A._setArrayType(A._setArrayType(section.split("#"), t1).slice(0), t1); return t1; }, - $signature: 3141 + $signature: 3142 }; A.SettingsSearch_build_closure1.prototype = { call$0() { @@ -546755,7 +556446,7 @@ call$2(context, viewModel) { return new A.SettingsList(viewModel, null); }, - $signature: 3142 + $signature: 3143 }; A.SettingsListVM.prototype = {}; A.SettingsListVM_fromStore_closure.prototype = { @@ -546769,7 +556460,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 3143 + $signature: 3144 }; A.SettingsListVM_fromStore_closure2.prototype = { call$0() { @@ -546808,7 +556499,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSettings(value)); }, - $signature: 26 + $signature: 28 }; A.SettingsScreenBuilder.prototype = { build$1(context) { @@ -546820,13 +556511,14 @@ call$2(context, vm) { return new A.SettingsScreen(null); }, - $signature: 3144 + $signature: 3145 }; A.SettingsScreenVM.prototype = {}; A.SettingsWizard.prototype = { createState$0() { - var _null = null; - return new A._SettingsWizardState(A.FocusScopeNode$(true, _null, false), new A.Debouncer(1500), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.WebClient(), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = A.FocusScopeNode$(true, null, false), + t2 = $.$get$ChangeNotifier__emptyListeners(); + return new A._SettingsWizardState(t1, new A.Debouncer(1500), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.WebClient(), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); }, get$user(receiver) { return this.user; @@ -547104,7 +556796,7 @@ t4[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); } }, - $signature: 81 + $signature: 79 }; A._SettingsWizardState__onSavePressed__closure.prototype = { call$1(_) { @@ -547125,14 +556817,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveCompanyRequest(toastCompleter, t1)); }, - $signature: 34 + $signature: 35 }; A._SettingsWizardState__onSavePressed___closure0.prototype = { call$1(_) { var t1 = this.$this; t1.setState$1(new A._SettingsWizardState__onSavePressed____closure0(t1)); }, - $signature: 34 + $signature: 35 }; A._SettingsWizardState__onSavePressed____closure0.prototype = { call$0() { @@ -547202,7 +556894,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 96 + $signature: 97 }; A._SettingsWizardState_build_closure.prototype = { call$1(value) { @@ -547216,7 +556908,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._SettingsWizardState_build_closure0.prototype = { call$1(value) { @@ -547230,7 +556922,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._SettingsWizardState_build_closure1.prototype = { call$1(value) { @@ -547244,14 +556936,14 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._SettingsWizardState_build_closure2.prototype = { call$1(currency) { var t1 = this.$this; return t1.setState$1(new A._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 431 + $signature: 371 }; A._SettingsWizardState_build__closure1.prototype = { call$0() { @@ -547275,7 +556967,7 @@ t1 = null; return t1; }, - $signature: 208 + $signature: 218 }; A._SettingsWizardState_build_closure4.prototype = { call$1(language) { @@ -547288,7 +556980,7 @@ t2[0].call$1(new A.UpdateCompanyLanguage(t1)); this.context.findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 48 + $signature: 52 }; A._SettingsWizardState_build__closure0.prototype = { call$0() { @@ -547312,7 +557004,7 @@ t1 = null; return t1; }, - $signature: 208 + $signature: 218 }; A._SettingsWizardState_build_closure6.prototype = { call$2(context, constraints) { @@ -547333,7 +557025,7 @@ t3 = this.state.prefState.darkModeType; return A.ToggleButtons$(_null, A._setArrayType([t2, t4, A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), _null, A.BoxConstraints$expand(40, constraints.maxWidth / 3 - 2), A._setArrayType([t3 === "system", t3 === "light", t3 === "dark"], type$.JSArray_bool), new A._SettingsWizardState_build__closure(this.store, context), true, _null, _null); }, - $signature: 713 + $signature: 681 }; A._SettingsWizardState_build__closure.prototype = { call$1(index) { @@ -547348,7 +557040,7 @@ t2[0].call$1(t1); this.context.findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 73 + $signature: 75 }; A._SettingsWizardState_build_closure8.prototype = { call$1(value) { @@ -547371,7 +557063,7 @@ } return null; }, - $signature: 31 + $signature: 32 }; A._SettingsWizardState_build_closure7.prototype = { call$1(value) { @@ -547397,7 +557089,7 @@ }; A.TaskSettings.prototype = { createState$0() { - return new A._TaskSettingsState(A.TextEditingController$(null), B._StateLifecycle_0); + return new A._TaskSettingsState(new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), B._StateLifecycle_0); } }; A._TaskSettingsState.prototype = { @@ -547951,7 +557643,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaskSettingsState_build__closure0(value))); }, - $signature: 28 + $signature: 30 }; A._TaskSettingsState_build__closure0.prototype = { call$1(b) { @@ -547978,7 +557670,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.String); }, - $signature: 40 + $signature: 41 }; A.TaskSettingsScreen.prototype = { build$1(context) { @@ -547990,7 +557682,7 @@ call$2(context, viewModel) { return new A.TaskSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3145 + $signature: 3146 }; A.TaskSettingsVM.prototype = { get$company() { @@ -548003,7 +557695,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.TaskSettingsVM_fromStore_closure1.prototype = { call$1(settings) { @@ -548011,7 +557703,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 195 + $signature: 206 }; A.TaskSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -548277,7 +557969,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure11(value))); }, - $signature: 482 + $signature: 535 }; A._TaxSettingsState_build__closure11.prototype = { call$1(b) { @@ -548290,7 +557982,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure10(value))); }, - $signature: 482 + $signature: 535 }; A._TaxSettingsState_build__closure10.prototype = { call$1(b) { @@ -548303,7 +557995,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure9(value))); }, - $signature: 482 + $signature: 535 }; A._TaxSettingsState_build__closure9.prototype = { call$1(b) { @@ -548316,7 +558008,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure8(value))); }, - $signature: 28 + $signature: 30 }; A._TaxSettingsState_build__closure8.prototype = { call$1(b) { @@ -548329,7 +558021,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure7(taxRate))); }, - $signature: 117 + $signature: 119 }; A._TaxSettingsState_build__closure7.prototype = { call$1(b) { @@ -548344,7 +558036,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure6(taxRate))); }, - $signature: 117 + $signature: 119 }; A._TaxSettingsState_build__closure6.prototype = { call$1(b) { @@ -548359,7 +558051,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure5(taxRate))); }, - $signature: 117 + $signature: 119 }; A._TaxSettingsState_build__closure5.prototype = { call$1(b) { @@ -548380,7 +558072,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure4(value))); }, - $signature: 28 + $signature: 30 }; A._TaxSettingsState_build__closure4.prototype = { call$1(b) { @@ -548415,7 +558107,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, code, type$.String); }, - $signature: 40 + $signature: 41 }; A._TaxSettingsState_build_closure10.prototype = { call$1(region) { @@ -548486,7 +558178,7 @@ } return A.Column$(t12, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 3147 + $signature: 3148 }; A._TaxSettingsState_build__closure0.prototype = { call$1(value) { @@ -548507,13 +558199,13 @@ b.get$_tax_model$_$this()._taxAll = this.value; return b; }, - $signature: 481 + $signature: 544 }; A._TaxSettingsState_build__closure.prototype = { call$1(element) { return this.taxDataRegion.subregions._map$_map.$index(0, element).applyTax; }, - $signature: 12 + $signature: 11 }; A._TaxSettingsState_build__closure1.prototype = { call$0() { @@ -548569,7 +558261,7 @@ t6.toString; return A.Row$(A._setArrayType([t1, A.TextButton$(false, A.Text$(t6, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._TaxSettingsState_build___closure0(t5, _this.viewModel, t2, t3, subregion), _null)], t8), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3149 + $signature: 3150 }; A._TaxSettingsState_build___closure.prototype = { call$1(value) { @@ -548595,26 +558287,26 @@ b.get$regions().$indexSet(0, _this.region, _this.taxDataRegion.rebuild$1(new A._TaxSettingsState_build______closure(_this.subregion, _this.taxDataSubregion, _this.value))); return b; }, - $signature: 689 + $signature: 846 }; A._TaxSettingsState_build______closure.prototype = { call$1(b) { b.get$subregions().$indexSet(0, this.subregion, this.taxDataSubregion.rebuild$1(new A._TaxSettingsState_build_______closure(this.value))); return b; }, - $signature: 481 + $signature: 544 }; A._TaxSettingsState_build_______closure.prototype = { call$1(b) { b.get$_tax_model$_$this()._applyTax = this.value; return b; }, - $signature: 697 + $signature: 847 }; A._TaxSettingsState_build___closure0.prototype = { call$0() { - var _this = this; - A.showDialog(null, B.Color_2315255808, true, new A._TaxSettingsState_build____closure(_this.viewModel, _this.taxDataSubregion, _this.region, _this.subregion), _this.context, null, true, type$.void); + var _this = this, _null = null; + A.showDialog(_null, _null, true, _null, new A._TaxSettingsState_build____closure(_this.viewModel, _this.taxDataSubregion, _this.region, _this.subregion), _this.context, _null, true, type$.void); }, $signature: 0 }; @@ -548623,7 +558315,7 @@ var _this = this; return new A._EditSubregionDialog(_this.taxDataSubregion, _this.viewModel, _this.region, _this.subregion, null); }, - $signature: 3152 + $signature: 3153 }; A.NumberOfRatesSelector.prototype = { build$1(context) { @@ -548660,7 +558352,7 @@ var t1 = value == null || J.get$isEmpty$asx(value) ? null : A.int_parse(value, null); return this.$this.onChanged.call$1(t1); }, - $signature: 32 + $signature: 33 }; A._EditSubregionDialog.prototype = { createState$0() { @@ -548748,7 +558440,7 @@ b.get$regions().$indexSet(0, t1._widget.region, this.taxConfigRegion.rebuild$1(new A.__EditSubregionDialogState__onDone___closure(t1, this.taxConfigSubregion))); return b; }, - $signature: 689 + $signature: 846 }; A.__EditSubregionDialogState__onDone___closure.prototype = { call$1(b) { @@ -548756,7 +558448,7 @@ b.get$subregions().$indexSet(0, t1._widget.subregion, this.taxConfigSubregion.rebuild$1(new A.__EditSubregionDialogState__onDone____closure(t1))); return b; }, - $signature: 481 + $signature: 544 }; A.__EditSubregionDialogState__onDone____closure.prototype = { call$1(b) { @@ -548769,7 +558461,7 @@ b.get$_tax_model$_$this()._reducedTaxRate = t1; return b; }, - $signature: 697 + $signature: 847 }; A.__EditSubregionDialogState_build_closure.prototype = { call$0() { @@ -548823,7 +558515,7 @@ call$2(context, viewModel) { return new A.TaxSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3153 + $signature: 3154 }; A.TaxSettingsVM.prototype = { get$company() { @@ -548836,7 +558528,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 195 + $signature: 206 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -548844,7 +558536,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.TaxSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -548917,8 +558609,8 @@ }; A.TemplatesAndReminders.prototype = { createState$0() { - var _null = null; - return new A._TemplatesAndRemindersState(new A.Debouncer(500), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), _null, _null, B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._TemplatesAndRemindersState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._TemplatesAndRemindersState.prototype = { @@ -549170,7 +558862,7 @@ t15 = A._setArrayType([new A.ScrollableListView(t15, _null, _null, true, false, _null)], t10); if (t11) { t1 = _this._templates_and_reminders$_selectedIndex; - t15.push(new A.ColoredBox(B.Color_4294967295, new A.ExampleEditor(_this._bodyMarkdown, new A._TemplatesAndRemindersState_build_closure9(_this), new A.ValueKey("__tab_" + t1 + "__", t8)), _null)); + t15.push(new A.ColoredBox(B.Color_4294967295, new A.ExampleEditor(_this._bodyMarkdown, new A.ValueKey("__tab_" + t1 + "__", t8)), _null)); } if (A.supportsInlineBrowser()) { t1 = _this._templates_and_reminders$_isLoading; @@ -549180,17 +558872,17 @@ if (_this._templates_and_reminders$_isLoading || _this._bodyPreview.length === 0) t1.push(new A.LoadingIndicator(_null, false, _null)); else - t1.push(A.IgnorePointer$(new A.ColoredBox(B.Color_4294967295, new A.ExampleEditor(A.convert(_this._bodyPreview), _null, _null), _null), true, _null)); + t1.push(A.IgnorePointer$(new A.ColoredBox(B.Color_4294967295, new A.ExampleEditor(A.convert(_this._bodyPreview), _null), _null), true, _null)); t15.push(new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, t1, _null)); } - return A.EditScaffold$(_null, t9, new A.AppTabForm(t14, t13, t15, t12, new A.ValueKey("__" + t2 + "__", t8), _null), _null, _null, _null, false, _null, _null, new A._TemplatesAndRemindersState_build_closure10(_this, viewModel), _null, t7); + return A.EditScaffold$(_null, t9, new A.AppTabForm(t14, t13, t15, t12, new A.ValueKey("__" + t2 + "__", t8), _null), _null, _null, _null, false, _null, _null, new A._TemplatesAndRemindersState_build_closure9(_this, viewModel), _null, t7); } }; A._TemplatesAndRemindersState_initState_closure.prototype = { call$1(duration) { this.$this._renderTemplate$0(); }, - $signature: 11 + $signature: 12 }; A._TemplatesAndRemindersState_dispose_closure.prototype = { call$1(controller) { @@ -549395,7 +559087,7 @@ return; t1.setState$1(new A._TemplatesAndRemindersState__renderTemplate__closure(t1, subject, body, email)); }, - $signature: 715 + $signature: 690 }; A._TemplatesAndRemindersState__renderTemplate__closure.prototype = { call$0() { @@ -549414,7 +559106,7 @@ }, $signature: 0 }; - A._TemplatesAndRemindersState_build_closure10.prototype = { + A._TemplatesAndRemindersState_build_closure9.prototype = { call$1(context) { var t1 = this.$this; this.viewModel.onSavePressed.call$2(context, t1._updateReminders); @@ -549452,7 +559144,7 @@ return false; return true; }, - $signature: 3154 + $signature: 3155 }; A._TemplatesAndRemindersState_build_closure0.prototype = { call$1(item) { @@ -549498,14 +559190,14 @@ } return A.DropdownMenuItem$(A.Text$($name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, item, type$.EmailTemplate); }, - $signature: 3155 + $signature: 3156 }; A._TemplatesAndRemindersState_build_closure2.prototype = { call$5(enabled, days, schedule, feeAmount, feePercent) { this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure3(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 473 + $signature: 566 }; A._TemplatesAndRemindersState_build__closure3.prototype = { call$1(b) { @@ -549524,7 +559216,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure2(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 473 + $signature: 566 }; A._TemplatesAndRemindersState_build__closure2.prototype = { call$1(b) { @@ -549543,7 +559235,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure1(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 473 + $signature: 566 }; A._TemplatesAndRemindersState_build__closure1.prototype = { call$1(b) { @@ -549562,7 +559254,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure0(value))); }, - $signature: 112 + $signature: 115 }; A._TemplatesAndRemindersState_build__closure0.prototype = { call$1(b) { @@ -549590,28 +559282,18 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.String), type$.MapEntry_of_String_and_DropdownMenuItem_String); }, - $signature: 483 + $signature: 485 }; A._TemplatesAndRemindersState_build_closure8.prototype = { call$0() { - return A.launchUrl(A.Uri_parse("https://invoiceninja.github.io/en/custom-fields/#custom-fields", 0, null)); + return A.launchUrl(A.Uri_parse("https://invoiceninja.github.io/en/email-customization/#payment-email-customization", 0, null)); }, $signature: 0 }; - A._TemplatesAndRemindersState_build_closure9.prototype = { - call$1(value) { - var t1 = this.$this, - t2 = t1._templates_and_reminders$_bodyController; - if (B.JSString_methods.trim$0(value) !== B.JSString_methods.trim$0(t2._change_notifier$_value.text)) { - t1._emailPreview = t1._bodyPreview = ""; - t2.set$text(0, value); - } - }, - $signature: 38 - }; A.ReminderSettings.prototype = { createState$0() { - return new A._ReminderSettingsState(A.TextEditingController$(null), A.TextEditingController$(null), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._ReminderSettingsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); }, onChanged$5(arg0, arg1, arg2, arg3, arg4) { return this.onChanged.call$5(arg0, arg1, arg2, arg3, arg4); @@ -549629,7 +559311,7 @@ var t2, t3, t4, _this = this, _null = null, t1 = _this._widget; _this._templates_and_reminders$_enabled = t1.enabled; - _this._templates_and_reminders$_schedule = t1.schedule; + _this._schedule = t1.schedule; t1 = _this._daysController; t2 = _this._feeAmountController; t3 = _this._feePercentController; @@ -549661,7 +559343,7 @@ days = A.parseInt(B.JSString_methods.trim$0(_this._daysController._change_notifier$_value.text), true), feeAmount = A.parseDouble(B.JSString_methods.trim$0(_this._feeAmountController._change_notifier$_value.text), true), feePercent = A.parseDouble(B.JSString_methods.trim$0(_this._feePercentController._change_notifier$_value.text), true); - _this._widget.onChanged$5(_this._templates_and_reminders$_enabled, days, _this._templates_and_reminders$_schedule, feeAmount, feePercent); + _this._widget.onChanged$5(_this._templates_and_reminders$_enabled, days, _this._schedule, feeAmount, feePercent); }, build$1(context) { var t3, t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null, @@ -549753,7 +559435,7 @@ A._ReminderSettingsState_build_closure.prototype = { call$1(value) { var t1 = this.$this; - t1._templates_and_reminders$_schedule = value; + t1._schedule = value; t1._templates_and_reminders$_onChanged$0(); }, $signature: 7 @@ -549764,7 +559446,7 @@ t1._templates_and_reminders$_enabled = value; t1._templates_and_reminders$_onChanged$0(); }, - $signature: 112 + $signature: 115 }; A.EmailPreview.prototype = { build$1(context) { @@ -549804,7 +559486,7 @@ call$2(context, viewModel) { return new A.TemplatesAndReminders(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3157 + $signature: 3158 }; A.TemplatesAndRemindersVM.prototype = {}; A.TemplatesAndRemindersVM_fromStore_closure0.prototype = { @@ -549813,7 +559495,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 195 + $signature: 206 }; A.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1(template) { @@ -549821,7 +559503,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettingsTemplate(template)); }, - $signature: 3158 + $signature: 3159 }; A.TemplatesAndRemindersVM_fromStore_closure1.prototype = { call$2(context, updateReminders) { @@ -549840,7 +559522,7 @@ } new A.TemplatesAndRemindersVM_fromStore__closure(updateReminders, t1, this.store, context).call$0(); }, - $signature: 233 + $signature: 223 }; A.TemplatesAndRemindersVM_fromStore__closure.prototype = { call$0() { @@ -549927,7 +559609,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A.TemplatesAndRemindersVM_fromStore____closure.prototype = { call$1(value) { @@ -549956,24 +559638,25 @@ call$1(_) { return this.callback.call$0(); }, - $signature: 717 + $signature: 849 }; A.TemplatesAndRemindersVM_fromStore___closure1.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 3160 + $signature: 3161 }; A.TemplatesAndRemindersVM_fromStore___closure2.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 3161 + $signature: 3162 }; A.UserDetails.prototype = { createState$0() { - var _null = null; - return new A._UserDetailsState(A.FocusScopeNode$(true, _null, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), _null, _null, B._StateLifecycle_0); + var t1 = A.FocusScopeNode$(true, null, false), + t2 = $.$get$ChangeNotifier__emptyListeners(); + return new A._UserDetailsState(t1, new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), null, null, B._StateLifecycle_0); } }; A._UserDetailsState.prototype = { @@ -550353,7 +560036,7 @@ b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 96 + $signature: 97 }; A._UserDetailsState__onChanged_closure0.prototype = { call$0() { @@ -550514,7 +560197,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._UserDetailsState_build_closure5.prototype = { call$1(val) { @@ -550528,7 +560211,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._UserDetailsState_build_closure6.prototype = { call$1(val) { @@ -550542,7 +560225,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._UserDetailsState_build_closure7.prototype = { call$0() { @@ -550598,21 +560281,21 @@ case 6: // then $async$goto = 9; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A._UserDetailsState_build__closure5(), t2, null, true, type$.bool), $async$call$0); + return A._asyncAwait(A.showDialog(null, null, true, null, new A._UserDetailsState_build__closure5(), t2, null, true, type$.bool), $async$call$0); case 9: // returning from await. if ($async$result === true) { t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A._UserDetailsState_build__closure6($async$self.viewModel), t1, null, true, type$.void); + A.showDialog(null, null, true, null, new A._UserDetailsState_build__closure6($async$self.viewModel), t1, null, true, type$.void); } // goto join $async$goto = 7; break; case 8: // else - A.showDialog(null, B.Color_2315255808, true, new A._UserDetailsState_build__closure7($async$self.viewModel), t2, null, true, type$.void); + A.showDialog(null, null, true, null, new A._UserDetailsState_build__closure7($async$self.viewModel), t2, null, true, type$.void); case 7: // join case 4: @@ -550630,25 +560313,25 @@ call$1(context) { return new A.UserSmsVerification(false, null, null); }, - $signature: 432 + $signature: 351 }; A._UserDetailsState_build__closure6.prototype = { call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 732 + $signature: 850 }; A._UserDetailsState_build__closure7.prototype = { call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 732 + $signature: 850 }; A._UserDetailsState_build_closure8.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure4(value))); }, - $signature: 26 + $signature: 28 }; A._UserDetailsState_build__closure4.prototype = { call$1(b) { @@ -550659,13 +560342,13 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 96 + $signature: 97 }; A._UserDetailsState_build_closure9.prototype = { call$1(language) { return this.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure3(language))); }, - $signature: 63 + $signature: 66 }; A._UserDetailsState_build__closure3.prototype = { call$1(b) { @@ -550676,7 +560359,7 @@ b.get$_user_model$_$this()._languageId = t1; return b; }, - $signature: 96 + $signature: 97 }; A._UserDetailsState_build_closure11.prototype = { call$1(value) { @@ -550689,53 +560372,53 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 96 + $signature: 97 }; A._UserDetailsState_build_closure10.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 166 + $signature: 191 }; A._UserDetailsState_build_closure12.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure1(value))); }, - $signature: 112 + $signature: 115 }; A._UserDetailsState_build__closure1.prototype = { call$1(b) { b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 96 + $signature: 97 }; A._UserDetailsState_build_closure13.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure0(value))); }, - $signature: 112 + $signature: 115 }; A._UserDetailsState_build__closure0.prototype = { call$1(b) { b.get$_user_model$_$this()._userLoggedInNotification = this.value; return b; }, - $signature: 96 + $signature: 97 }; A._UserDetailsState_build_closure14.prototype = { call$2(channel, options) { this.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure(channel, options))); }, - $signature: 761 + $signature: 851 }; A._UserDetailsState_build__closure.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.String)); return b; }, - $signature: 96 + $signature: 97 }; A._EnableTwoFactor.prototype = { createState$0() { @@ -550919,7 +560602,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._EnableTwoFactorState_build_closure0.prototype = { call$1(context) { @@ -550972,7 +560655,7 @@ t1 = state.uiState; return new A.UserDetails(viewModel, new A.ValueKey(t1.settingsUIState.updatedAt + state.userCompanyStates._list$_list[t1.selectedCompanyIndex].userCompany.user.updatedAt, type$.ValueKey_int)); }, - $signature: 3164 + $signature: 3165 }; A.UserDetailsVM.prototype = { get$user(receiver) { @@ -550985,7 +560668,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateUserSettings(user)); }, - $signature: 3165 + $signature: 3166 }; A.UserDetailsVM_fromStore_closure5.prototype = { call$1(context) { @@ -550998,7 +560681,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure2(t1, this.store, this.state), t1, false); }, - $signature: 26 + $signature: 28 }; A.UserDetailsVM_fromStore___closure2.prototype = { call$2(password, idToken) { @@ -551023,7 +560706,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DisconnectOAuthMailerRequest(completer, password, idToken, t1.user)); }, - $signature: 81 + $signature: 79 }; A.UserDetailsVM_fromStore_closure6.prototype = { call$1(context) { @@ -551036,7 +560719,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure1(t1, this.store, this.state), t1, false); }, - $signature: 26 + $signature: 28 }; A.UserDetailsVM_fromStore___closure1.prototype = { call$2(password, idToken) { @@ -551054,7 +560737,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DisconnectOAuthMailerRequest(completer, password, idToken, t1.user)); }, - $signature: 81 + $signature: 79 }; A.UserDetailsVM_fromStore_closure7.prototype = { call$1(context) { @@ -551072,7 +560755,7 @@ call$1(_) { A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure0(this.store, this.completer), this.context, false); }, - $signature: 26 + $signature: 28 }; A.UserDetailsVM_fromStore___closure0.prototype = { call$2(password, idToken) { @@ -551080,7 +560763,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DisableTwoFactorRequest(this.completer, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.UserDetailsVM_fromStore_closure2.prototype = { call$1(context) { @@ -551104,7 +560787,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure6(t1, this.store, this.state), t1, true); }, - $signature: 26 + $signature: 28 }; A.UserDetailsVM_fromStore___closure6.prototype = { call$2(password, idToken) { @@ -551124,13 +560807,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DisconnecOAuthUserRequest(t2.user, completer, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.UserDetailsVM_fromStore____closure.prototype = { call$1(_) { A.GoogleOAuth_disconnect(); }, - $signature: 34 + $signature: 35 }; A.UserDetailsVM_fromStore_closure1.prototype = { call$1(context) { @@ -551208,7 +560891,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 455 + $signature: 572 }; A.UserDetailsVM_fromStore___closure7.prototype = { call$2(idToken, accessToken) { @@ -551228,7 +560911,7 @@ t1[0].call$1(new A.ConnecOAuthUserRequest(_this.completer, "google", _this.password, idToken, accessToken)); } }, - $signature: 185 + $signature: 170 }; A.UserDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -551252,7 +560935,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure3(t1, this.store, this.state), t1, false); }, - $signature: 26 + $signature: 28 }; A.UserDetailsVM_fromStore___closure3.prototype = { call$2(password, idToken) { @@ -551277,7 +560960,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DisconnecOAuthUserRequest(t1.user, completer, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.UserDetailsVM_fromStore_closure8.prototype = { call$1(context) { @@ -551301,7 +560984,7 @@ var t1 = this.context; A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure(t1, this.store, this.state), t1, true); }, - $signature: 26 + $signature: 28 }; A.UserDetailsVM_fromStore___closure.prototype = { call$2(password, idToken) { @@ -551326,7 +561009,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DisconnecOAuthUserRequest(t1.user, completer, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.UserDetailsVM_fromStore_closure3.prototype = { call$1(context) { @@ -551375,7 +561058,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 455 + $signature: 572 }; A.UserDetailsVM_fromStore___closure4.prototype = { call$2(idToken, accessToken) { @@ -551383,7 +561066,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ConnecOAuthUserRequest(this.completer, "microsoft", this.password, idToken, accessToken)); }, - $signature: 185 + $signature: 170 }; A.UserDetailsVM_fromStore___closure5.prototype = { call$1(error) { @@ -551468,7 +561151,7 @@ t2 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2); t2.toString; $async$goto = 5; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, false, new A.UserDetailsVM_fromStore____closure1(), t2, null, true, type$.AlertDialog), $async$call$1); + return A._asyncAwait(A.showDialog(null, null, false, null, new A.UserDetailsVM_fromStore____closure1(), t2, null, true, type$.AlertDialog), $async$call$1); case 5: // returning from await. // goto join @@ -551492,13 +561175,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 717 + $signature: 849 }; A.UserDetailsVM_fromStore____closure1.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 179 + $signature: 182 }; A.UserDetailsVM_fromStore____closure2.prototype = { call$1(value) { @@ -551510,7 +561193,7 @@ call$1(_) { A.passwordCallback(false, new A.UserDetailsVM_fromStore____closure0(this.store, this.completer), this.context, false); }, - $signature: 26 + $signature: 28 }; A.UserDetailsVM_fromStore____closure0.prototype = { call$2(password, idToken) { @@ -551522,7 +561205,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveAuthUserRequest(this.completer, t2.settingsUIState.user, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.WorkflowSettings.prototype = { createState$0() { @@ -551661,7 +561344,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure5(value))); }, - $signature: 28 + $signature: 30 }; A._WorkflowSettingsState_build__closure5.prototype = { call$1(b) { @@ -551674,7 +561357,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._WorkflowSettingsState_build__closure4(value))); }, - $signature: 28 + $signature: 30 }; A._WorkflowSettingsState_build__closure4.prototype = { call$1(b) { @@ -551687,7 +561370,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure3(value))); }, - $signature: 28 + $signature: 30 }; A._WorkflowSettingsState_build__closure3.prototype = { call$1(b) { @@ -551700,7 +561383,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure2(value))); }, - $signature: 28 + $signature: 30 }; A._WorkflowSettingsState_build__closure2.prototype = { call$1(b) { @@ -551713,7 +561396,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure1(value))); }, - $signature: 32 + $signature: 33 }; A._WorkflowSettingsState_build__closure1.prototype = { call$1(b) { @@ -551727,13 +561410,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.String); }, - $signature: 40 + $signature: 41 }; A._WorkflowSettingsState_build_closure5.prototype = { call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure0(value))); }, - $signature: 28 + $signature: 30 }; A._WorkflowSettingsState_build__closure0.prototype = { call$1(b) { @@ -551746,7 +561429,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._WorkflowSettingsState_build__closure(value))); }, - $signature: 28 + $signature: 30 }; A._WorkflowSettingsState_build__closure.prototype = { call$1(b) { @@ -551780,7 +561463,7 @@ call$2(context, viewModel) { return new A.WorkflowSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3167 + $signature: 3168 }; A.WorkflowSettingsVM.prototype = { get$company() { @@ -551793,7 +561476,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 195 + $signature: 206 }; A.WorkflowSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -551801,7 +561484,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateCompany(company)); }, - $signature: 127 + $signature: 134 }; A.WorkflowSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -551865,8 +561548,8 @@ }; A.SubscriptionEdit.prototype = { createState$0() { - var _null = null; - return new A._SubscriptionEditState(new A.Debouncer(500), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), _null, _null, B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._SubscriptionEditState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._SubscriptionEditState.prototype = { @@ -552305,7 +561988,7 @@ t3.get$_subscription_model$_$this()._postPurchaseUrl = t1; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState__onChanged_closure0.prototype = { call$0() { @@ -552317,7 +562000,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._SubscriptionEditState_build_closure.prototype = { call$1(groupId) { @@ -552330,7 +562013,7 @@ b.get$_subscription_model$_$this()._subscription_model$_groupId = this.groupId; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure0.prototype = { call$1(userId) { @@ -552343,7 +562026,7 @@ b.get$_subscription_model$_$this()._subscription_model$_assignedUserId = this.userId; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure1.prototype = { call$1(value) { @@ -552354,7 +562037,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure28(this.context)); } }, - $signature: 48 + $signature: 52 }; A._SubscriptionEditState_build__closure27.prototype = { call$1(b) { @@ -552365,25 +562048,25 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build___closure7.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A._SubscriptionEditState_build__closure28.prototype = { call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build_closure2.prototype = { call$1(element) { return element.length !== 0; }, - $signature: 12 + $signature: 11 }; A._SubscriptionEditState_build_closure3.prototype = { call$1(productId) { @@ -552391,7 +562074,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure26(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 225 + $signature: 209 }; A._SubscriptionEditState_build__closure26.prototype = { call$0() { @@ -552408,7 +562091,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure4.prototype = { call$1(value) { @@ -552416,7 +562099,7 @@ this.viewModel.onChanged.call$1(t1.rebuild$1(new A._SubscriptionEditState_build__closure24(A._setArrayType(t1.recurringProductIds.split(","), type$.JSArray_String), value))); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure25(this.context)); }, - $signature: 48 + $signature: 52 }; A._SubscriptionEditState_build__closure24.prototype = { call$1(b) { @@ -552427,25 +562110,25 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build___closure5.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A._SubscriptionEditState_build__closure25.prototype = { call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build_closure5.prototype = { call$1(element) { return element.length !== 0; }, - $signature: 12 + $signature: 11 }; A._SubscriptionEditState_build_closure6.prototype = { call$1(productId) { @@ -552453,7 +562136,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure23(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 225 + $signature: 209 }; A._SubscriptionEditState_build__closure23.prototype = { call$0() { @@ -552470,7 +562153,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure7.prototype = { call$1(value) { @@ -552481,7 +562164,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure22(this.context)); } }, - $signature: 48 + $signature: 52 }; A._SubscriptionEditState_build__closure21.prototype = { call$1(b) { @@ -552492,25 +562175,25 @@ b.get$_subscription_model$_$this()._optionalProductIds = t1; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build___closure3.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A._SubscriptionEditState_build__closure22.prototype = { call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build_closure8.prototype = { call$1(element) { return element.length !== 0; }, - $signature: 12 + $signature: 11 }; A._SubscriptionEditState_build_closure9.prototype = { call$1(productId) { @@ -552518,7 +562201,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure20(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 225 + $signature: 209 }; A._SubscriptionEditState_build__closure20.prototype = { call$0() { @@ -552535,7 +562218,7 @@ b.get$_subscription_model$_$this()._optionalProductIds = t1; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure10.prototype = { call$1(value) { @@ -552546,7 +562229,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure19(this.context)); } }, - $signature: 48 + $signature: 52 }; A._SubscriptionEditState_build__closure18.prototype = { call$1(b) { @@ -552557,25 +562240,25 @@ b.get$_subscription_model$_$this()._optionalRecurringProductIds = t1; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build___closure1.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A._SubscriptionEditState_build__closure19.prototype = { call$1(duration) { A.FocusScope_of(this.context).unfocus$0(); }, - $signature: 11 + $signature: 12 }; A._SubscriptionEditState_build_closure11.prototype = { call$1(element) { return element.length !== 0; }, - $signature: 12 + $signature: 11 }; A._SubscriptionEditState_build_closure12.prototype = { call$1(productId) { @@ -552583,7 +562266,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure17(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 225 + $signature: 209 }; A._SubscriptionEditState_build__closure17.prototype = { call$0() { @@ -552600,7 +562283,7 @@ b.get$_subscription_model$_$this()._optionalRecurringProductIds = t1; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure14.prototype = { call$1(value) { @@ -552613,188 +562296,188 @@ b.get$_subscription_model$_$this()._subscription_model$_frequencyId = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure13.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 267 + $signature: 320 }; A._SubscriptionEditState_build_closure16.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure15(value))); }, - $signature: 32 + $signature: 33 }; A._SubscriptionEditState_build__closure15.prototype = { call$1(b) { b.get$_subscription_model$_$this()._subscription_model$_autoBill = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure17.prototype = { call$1(context) { var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["", "always", "optout", "optin", "off"], type$.JSArray_String), new A._SubscriptionEditState_build__closure14(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 304 + $signature: 290 }; A._SubscriptionEditState_build__closure14.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 283 + $signature: 289 }; A._SubscriptionEditState_build_closure15.prototype = { call$1(value) { return A.DropdownMenuItem$(new A.AutobillDropdownMenuItem(value, null), null, value, type$.String); }, - $signature: 40 + $signature: 41 }; A._SubscriptionEditState_build_closure18.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure13(value))); }, - $signature: 28 + $signature: 30 }; A._SubscriptionEditState_build__closure13.prototype = { call$1(b) { b.get$_subscription_model$_$this()._subscription_model$_isAmountDiscount = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure19.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure12(value))); }, - $signature: 28 + $signature: 30 }; A._SubscriptionEditState_build__closure12.prototype = { call$1(b) { b.get$_subscription_model$_$this()._registrationRequired = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure20.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure11(value))); }, - $signature: 28 + $signature: 30 }; A._SubscriptionEditState_build__closure11.prototype = { call$1(b) { b.get$_subscription_model$_$this()._useInventoryManagement = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure21.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure10(value))); }, - $signature: 28 + $signature: 30 }; A._SubscriptionEditState_build__closure10.prototype = { call$1(b) { b.get$_subscription_model$_$this()._allowQueryOverrides = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure22.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure9(value))); }, - $signature: 28 + $signature: 30 }; A._SubscriptionEditState_build__closure9.prototype = { call$1(b) { b.get$_subscription_model$_$this()._allowPlanChanges = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure23.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure8(value))); }, - $signature: 28 + $signature: 30 }; A._SubscriptionEditState_build__closure8.prototype = { call$1(b) { b.get$_subscription_model$_$this()._allowCancellation = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure24.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure7(value))); }, - $signature: 32 + $signature: 33 }; A._SubscriptionEditState_build__closure7.prototype = { call$1(b) { b.get$_subscription_model$_$this()._refundPeriod = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure25.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure6(value))); }, - $signature: 28 + $signature: 30 }; A._SubscriptionEditState_build__closure6.prototype = { call$1(b) { return b.get$_subscription_model$_$this()._trialEnabled = this.value; }, - $signature: 766 + $signature: 854 }; A._SubscriptionEditState_build_closure26.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure5(value))); }, - $signature: 32 + $signature: 33 }; A._SubscriptionEditState_build__closure5.prototype = { call$1(b) { b.get$_subscription_model$_$this()._trialDuration = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure27.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure4(value))); }, - $signature: 28 + $signature: 30 }; A._SubscriptionEditState_build__closure4.prototype = { call$1(b) { return b.get$_subscription_model$_$this()._perSeatEnabled = this.value; }, - $signature: 766 + $signature: 854 }; A._SubscriptionEditState_build_closure28.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.subscription.rebuild$1(new A._SubscriptionEditState_build__closure3(value))); }, - $signature: 32 + $signature: 33 }; A._SubscriptionEditState_build__closure3.prototype = { call$1(b) { b.get$webhookConfiguration().get$_subscription_model$_$this()._postPurchaseRestMethod = this.value; return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure29.prototype = { call$1(value) { @@ -552836,7 +562519,7 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().$indexSet(0, this.key, this.value); return b; }, - $signature: 76 + $signature: 77 }; A._SubscriptionEditState_build_closure32.prototype = { call$1(key) { @@ -552852,7 +562535,7 @@ t3.toString; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, t2, A.IconButton$(_null, _null, _null, _null, t1, _null, new A._SubscriptionEditState_build__closure(_this.viewModel, _this.subscription, key), _null, _null, _null, t3, _null), _null); }, - $signature: 225 + $signature: 209 }; A._SubscriptionEditState_build__closure.prototype = { call$0() { @@ -552865,7 +562548,7 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 76 + $signature: 77 }; A.__SubscriptionEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -552892,13 +562575,13 @@ call$1(store) { return A.SubscriptionEditVM_SubscriptionEditVM$fromStore(store); }, - $signature: 3170 + $signature: 3171 }; A.SubscriptionEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.SubscriptionEdit(viewModel, new A.ValueKey(viewModel.subscription.updatedAt, type$.ValueKey_int)); }, - $signature: 3171 + $signature: 3172 }; A.SubscriptionEditVM.prototype = { get$subscription() { @@ -552914,7 +562597,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSubscription(subscription)); }, - $signature: 379 + $signature: 431 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -552947,7 +562630,7 @@ }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure.prototype = { call$0() { - var t3, t4, $navigator, t5, + var t3, t4, $navigator, t5, _null = null, t1 = this.store, t2 = t1.__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -552961,8 +562644,8 @@ if (t2.name.length === 0) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure(t4), t1, null, true, type$.ErrorDialog); - return null; + A.showDialog(_null, _null, true, _null, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure(t4), t1, _null, true, type$.ErrorDialog); + return _null; } t3 = new A._Future($.Zone__current, type$._Future_SubscriptionEntity); t5 = t1.__Store__dispatchers_F; @@ -552970,7 +562653,7 @@ t5[0].call$1(new A.SaveSubscriptionRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_SubscriptionEntity), t2)); return t3.then$1$1(0, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0(t2, t4, this.state, t1, $navigator), type$.Null).catchError$1(new A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1()); }, - $signature: 130 + $signature: 136 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure.prototype = { call$1(context) { @@ -553031,14 +562714,15 @@ } else A.viewEntity(false, savedSubscription, null, true); }, - $signature: 379 + $signature: 431 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -553107,7 +562791,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.subscriptionList, B.EntityType_paymentLink, new A.SubscriptionListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.SubscriptionPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3172 + $signature: 3173 }; A.SubscriptionListBuilder_build__closure.prototype = { call$2(context, index) { @@ -553124,7 +562808,7 @@ t3 = false; return new A.SubscriptionListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3173 + $signature: 3174 }; A.SubscriptionListVM.prototype = {}; A.SubscriptionListVM_fromStore__handleRefresh.prototype = { @@ -553147,13 +562831,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.SubscriptionListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.SubscriptionListVM_fromStore_closure0.prototype = { call$1(field) { @@ -553190,7 +562874,7 @@ t4 = type$.JSArray_String; t5 = A.List_List$of(A._setArrayType([], t4), true, type$.String); B.JSArray_methods.addAll$1(t5, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t4)); - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_paymentLink, false, B.List_empty27, new A.SubscriptionScreen_build_closure(store), new A.SubscriptionScreen_build_closure0(store), new A.SubscriptionScreen_build_closure1(store), new A.SubscriptionScreen_build_closure2(store), new A.SubscriptionScreen_build_closure3(store), new A.SubscriptionScreen_build_closure4(store), new A.SubscriptionScreen_build_closure5(store), _null, A._setArrayType(["created_at", "updated_at"], t4), B.List_empty28, t5); + t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_paymentLink, false, B.List_empty28, new A.SubscriptionScreen_build_closure(store), new A.SubscriptionScreen_build_closure0(store), new A.SubscriptionScreen_build_closure1(store), new A.SubscriptionScreen_build_closure2(store), new A.SubscriptionScreen_build_closure3(store), new A.SubscriptionScreen_build_closure4(store), new A.SubscriptionScreen_build_closure5(store), _null, A._setArrayType(["created_at", "updated_at"], t4), B.List_empty29, t5); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_paymentLink) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null), "subscription_fab", false, new A.SubscriptionScreen_build_closure6(context), t2.get$newPaymentLink()) : _null; return A.ListScaffold$(_null, B.List_empty20, new A.ListFilter(B.EntityType_paymentLink, t3.filter, new A.SubscriptionScreen_build_closure7(store), this.viewModel.subscriptionList, _null, _null, new A.SubscriptionScreen_build_closure8(store), new A.ValueKey("__filter_" + t3.filterClearedAt + "__", type$.ValueKey_String)), new A.SubscriptionListBuilder(_null), t5, B.EntityType_paymentLink, t1, 0, _null, new A.SubscriptionScreen_build_closure9(store), new A.SubscriptionScreen_build_closure10(store)); @@ -553210,7 +562894,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSubscriptions(value)); }, - $signature: 26 + $signature: 28 }; A.SubscriptionScreen_build_closure8.prototype = { call$2(state, value) { @@ -553218,7 +562902,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSubscriptionsByState(state)); }, - $signature: 65 + $signature: 67 }; A.SubscriptionScreen_build_closure9.prototype = { call$0() { @@ -553243,7 +562927,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortSubscriptions(value)); }, - $signature: 38 + $signature: 40 }; A.SubscriptionScreen_build_closure5.prototype = { call$2(state, value) { @@ -553251,7 +562935,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSubscriptionsByState(state)); }, - $signature: 62 + $signature: 64 }; A.SubscriptionScreen_build_closure.prototype = { call$0() { @@ -553318,7 +563002,7 @@ call$2(context, vm) { return new A.SubscriptionScreen(vm, null); }, - $signature: 3174 + $signature: 3175 }; A.SubscriptionScreenVM.prototype = {}; A.SubscriptionView.prototype = { @@ -553430,13 +563114,13 @@ call$1(store) { return A.SubscriptionViewVM_SubscriptionViewVM$fromStore(store); }, - $signature: 3175 + $signature: 3176 }; A.SubscriptionViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.SubscriptionView(vm, this.$this.isFilter, null); }, - $signature: 3176 + $signature: 3177 }; A.SubscriptionViewVM.prototype = { get$subscription() { @@ -553673,7 +563357,7 @@ credentials = t2.get$credentials(t2); new A.WebClient().post$5$idToken$password$rawResponse(credentials.url + "/self-update", credentials.token, idToken, password, true).then$1$1(0, new A._UpdateDialogState_updateApp__closure0(t1), type$.Null).catchError$1(new A._UpdateDialogState_updateApp__closure1(t1)); }, - $signature: 81 + $signature: 79 }; A._UpdateDialogState_updateApp__closure.prototype = { call$0() { @@ -553826,7 +563510,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._TaskEditState_build_closure2.prototype = { call$2(context, action) { @@ -553835,13 +563519,13 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 3177 + $signature: 3178 }; A._TaskEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._task_edit$_onSavePressed$2(context, action); }, - $signature: 71 + $signature: 74 }; A._TaskEditState_build_closure.prototype = { call$0() { @@ -553947,7 +563631,7 @@ return t1 + " \u2022 " + title; return title; }, - $signature: 45 + $signature: 96 }; A.__TaskEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -553966,8 +563650,8 @@ }; A.TaskEditDesktop.prototype = { createState$0() { - var _null = null; - return new A._TaskEditDesktopState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._TaskEditDesktopState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._TaskEditDesktopState.prototype = { @@ -554169,7 +563853,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 75 + $signature: 76 }; A._TaskEditDesktopState__onChanged_closure0.prototype = { call$0() { @@ -554181,20 +563865,20 @@ call$1(taskTime) { return taskTime.get$isEmpty(taskTime); }, - $signature: 206 + $signature: 215 }; A._TaskEditDesktopState_build_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_startDate = null; return b; }, - $signature: 245 + $signature: 260 }; A._TaskEditDesktopState_build_closure2.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDesktopState_build__closure10(client))); }, - $signature: 48 + $signature: 52 }; A._TaskEditDesktopState_build__closure10.prototype = { call$1(b) { @@ -554206,13 +563890,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 75 + $signature: 76 }; A._TaskEditDesktopState_build_closure1.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 213 + $signature: 230 }; A._TaskEditDesktopState_build_closure3.prototype = { call$1(selectedId) { @@ -554222,7 +563906,7 @@ t2 = this.task; this.viewModel.onChanged.call$1(t2.rebuild$1(new A._TaskEditDesktopState_build__closure9(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.$get$1(0, selectedId), t2))); }, - $signature: 38 + $signature: 40 }; A._TaskEditDesktopState_build__closure9.prototype = { call$1(b) { @@ -554233,13 +563917,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 75 + $signature: 76 }; A._TaskEditDesktopState_build_closure4.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 213 + $signature: 230 }; A._TaskEditDesktopState_build_closure5.prototype = { call$1(userId) { @@ -554252,14 +563936,14 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 75 + $signature: 76 }; A._TaskEditDesktopState_build_closure6.prototype = { call$1(selectedId) { var t1 = this.state; this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDesktopState_build__closure7(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, selectedId)))); }, - $signature: 38 + $signature: 40 }; A._TaskEditDesktopState_build__closure7.prototype = { call$1(b) { @@ -554271,7 +563955,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 75 + $signature: 76 }; A._TaskEditDesktopState_build_closure7.prototype = { call$1(taskTime) { @@ -554405,7 +564089,7 @@ t3.push(A.IconButton$(_null, _null, _null, _null, t5, _null, t1.get$isEmpty(t1) ? _null : new A._TaskEditDesktopState_build__closure6(t2, _this.context, t12, index), _null, _null, _null, t4, _null)); return A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3178 + $signature: 3179 }; A._TaskEditDesktopState_build__closure.prototype = { call$2(date, _) { @@ -554415,7 +564099,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure6(t1)); }, - $signature: 47 + $signature: 49 }; A._TaskEditDesktopState_build___closure6.prototype = { call$0() { @@ -554433,7 +564117,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure5(t1)); }, - $signature: 367 + $signature: 386 }; A._TaskEditDesktopState_build___closure5.prototype = { call$0() { @@ -554449,7 +564133,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure4(t1)); }, - $signature: 47 + $signature: 49 }; A._TaskEditDesktopState_build___closure4.prototype = { call$0() { @@ -554467,7 +564151,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure3(t1)); }, - $signature: 367 + $signature: 386 }; A._TaskEditDesktopState_build___closure3.prototype = { call$0() { @@ -554483,7 +564167,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure2(t1)); }, - $signature: 784 + $signature: 856 }; A._TaskEditDesktopState_build___closure2.prototype = { call$0() { @@ -554502,7 +564186,7 @@ b.get$_task_model$_$this()._description = this.value; return b; }, - $signature: 245 + $signature: 260 }; A._TaskEditDesktopState_build__closure5.prototype = { call$0() { @@ -554516,7 +564200,7 @@ b.get$_task_model$_$this()._isBillable = !this.taskTime.isBillable; return b; }, - $signature: 245 + $signature: 260 }; A._TaskEditDesktopState_build__closure6.prototype = { call$0() { @@ -554532,7 +564216,7 @@ t1 = this.$this; t1.setState$1(new A._TaskEditDesktopState_build____closure(t1)); }, - $signature: 26 + $signature: 28 }; A._TaskEditDesktopState_build____closure.prototype = { call$0() { @@ -554542,8 +564226,8 @@ }; A.TaskEditDetails.prototype = { createState$0() { - var _null = null; - return new A._TaskEditDetailsState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._TaskEditDetailsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._TaskEditDetailsState.prototype = { @@ -554698,7 +564382,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 75 + $signature: 76 }; A._TaskEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -554710,7 +564394,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDetailsState_build__closure2(client))); }, - $signature: 48 + $signature: 52 }; A._TaskEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -554722,13 +564406,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 75 + $signature: 76 }; A._TaskEditDetailsState_build_closure.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 213 + $signature: 230 }; A._TaskEditDetailsState_build_closure1.prototype = { call$1(selectedId) { @@ -554738,7 +564422,7 @@ t2 = this.task; this.viewModel.onChanged.call$1(t2.rebuild$1(new A._TaskEditDetailsState_build__closure1(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.$get$1(0, selectedId), t2))); }, - $signature: 38 + $signature: 40 }; A._TaskEditDetailsState_build__closure1.prototype = { call$1(b) { @@ -554749,13 +564433,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 75 + $signature: 76 }; A._TaskEditDetailsState_build_closure2.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 213 + $signature: 230 }; A._TaskEditDetailsState_build_closure3.prototype = { call$1(userId) { @@ -554768,14 +564452,14 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 75 + $signature: 76 }; A._TaskEditDetailsState_build_closure4.prototype = { call$1(selectedId) { var t1 = this.state; this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDetailsState_build__closure(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, selectedId)))); }, - $signature: 38 + $signature: 40 }; A._TaskEditDetailsState_build__closure.prototype = { call$1(b) { @@ -554785,7 +564469,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 75 + $signature: 76 }; A.TaskEditDetailsScreen.prototype = { build$1(context) { @@ -554797,7 +564481,7 @@ call$1(store) { return A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore(store); }, - $signature: 3181 + $signature: 3182 }; A.TaskEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -554806,7 +564490,7 @@ else return new A.TaskEditDetails(viewModel, null); }, - $signature: 3182 + $signature: 3183 }; A.TaskEditDetailsVM.prototype = { get$task() { @@ -554822,7 +564506,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTask(task)); }, - $signature: 260 + $signature: 262 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2(context, completer) { @@ -554835,7 +564519,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3(t3), t4); }, - $signature: 120 + $signature: 127 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2.prototype = { call$1(_) { @@ -554843,7 +564527,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 34 + $signature: 35 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3.prototype = { call$1(client) { @@ -554851,7 +564535,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 100 + $signature: 106 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2.prototype = { call$2(taskTime, index) { @@ -554865,7 +564549,7 @@ t2[0].call$1(new A.UpdateTaskTime(index, taskTime)); } }, - $signature: 3183 + $signature: 3184 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3.prototype = { call$1(index) { @@ -554873,7 +564557,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 160 + $signature: 156 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -554886,14 +564570,14 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, _null, true); completer.future.then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1(t3), t4); }, - $signature: 120 + $signature: 127 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_clientId = this.task.clientId; return b; }, - $signature: 201 + $signature: 196 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1(_) { @@ -554901,7 +564585,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 34 + $signature: 35 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1.prototype = { call$1(client) { @@ -554909,7 +564593,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 100 + $signature: 106 }; A.TaskEditTimes.prototype = { createState$0() { @@ -554918,7 +564602,8 @@ }; A._TaskEditTimesState.prototype = { _showTaskTimeEditor$2(taskTime, context) { - A.showDialog(null, B.Color_2315255808, false, new A._TaskEditTimesState__showTaskTimeEditor_closure(this, taskTime), context, null, true, type$.ResponsivePadding); + var _null = null; + A.showDialog(_null, _null, false, _null, new A._TaskEditTimesState__showTaskTimeEditor_closure(this, taskTime), context, _null, true, type$.ResponsivePadding); }, build$1(context) { var taskTime, sortedTaskTimes, taskTimeWidgets, i, _null = null, @@ -554966,20 +564651,20 @@ t1 = this.taskTime; return new A.TimeEditDetails(B.JSArray_methods.indexOf$1(taskTimes, B.JSArray_methods.firstWhere$1(taskTimes, new A._TaskEditTimesState__showTaskTimeEditor__closure(t1))), t1, viewModel, null); }, - $signature: 3184 + $signature: 3185 }; A._TaskEditTimesState__showTaskTimeEditor__closure.prototype = { call$1(time) { var t1 = this.taskTime; return J.$eq$(time.startDate, t1.startDate) && J.$eq$(time.endDate, t1.endDate); }, - $signature: 206 + $signature: 215 }; A._TaskEditTimesState_build_closure.prototype = { call$1(duration) { this.$this._showTaskTimeEditor$2(this.taskTime, this.context); }, - $signature: 11 + $signature: 12 }; A._TaskEditTimesState_build_closure0.prototype = { call$1(context) { @@ -555097,7 +564782,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure6(t1, date, this.showEndDate, this.viewModel)); }, - $signature: 47 + $signature: 49 }; A.TimeEditDetailsState_build__closure6.prototype = { call$0() { @@ -555118,7 +564803,7 @@ t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure5(t1, timeOfDay, this.viewModel)); }, - $signature: 367 + $signature: 386 }; A.TimeEditDetailsState_build__closure5.prototype = { call$0() { @@ -555135,7 +564820,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure4(t1, date, this.viewModel)); }, - $signature: 47 + $signature: 49 }; A.TimeEditDetailsState_build__closure4.prototype = { call$0() { @@ -555152,7 +564837,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure3(t1, timeOfDay, this.viewModel)); }, - $signature: 367 + $signature: 386 }; A.TimeEditDetailsState_build__closure3.prototype = { call$0() { @@ -555173,7 +564858,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure2(t1, duration, this.viewModel)); }, - $signature: 784 + $signature: 856 }; A.TimeEditDetailsState_build__closure2.prototype = { call$0() { @@ -555199,7 +564884,7 @@ b.get$_task_model$_$this()._description = this.value; return b; }, - $signature: 245 + $signature: 260 }; A.TimeEditDetailsState_build_closure5.prototype = { call$1(value) { @@ -555216,7 +564901,7 @@ b.get$_task_model$_$this()._isBillable = this.value; return b; }, - $signature: 245 + $signature: 260 }; A.TimeEditDetailsState_build__closure0.prototype = { call$0() { @@ -555248,13 +564933,13 @@ call$1(store) { return A.TaskEditTimesVM_TaskEditTimesVM$fromStore(store); }, - $signature: 3185 + $signature: 3186 }; A.TaskEditTimesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEditTimes(viewModel, null); }, - $signature: 3186 + $signature: 3187 }; A.TaskEditTimesVM.prototype = { get$company() { @@ -555270,7 +564955,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 418 + $signature: 393 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0.prototype = { call$0() { @@ -555286,7 +564971,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaskTime(index, taskTime)); }, - $signature: 3187 + $signature: 3188 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2.prototype = { call$0() { @@ -555306,13 +564991,13 @@ call$1(store) { return A.TaskEditVM_TaskEditVM$fromStore(store); }, - $signature: 3188 + $signature: 3189 }; A.TaskEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEdit(viewModel, new A.ValueKey(viewModel.task.updatedAt, type$.ValueKey_int)); }, - $signature: 3189 + $signature: 3190 }; A.TaskEditVM.prototype = { get$task() { @@ -555340,7 +565025,7 @@ if (t1.get$isRunning()) { taskTimes = t1.getTaskTimes$0(); t1 = taskTimes.length; - t3 = J.get$stop$z(B.JSArray_methods.firstWhere$1(taskTimes, new A.TaskEditVM_TaskEditVM$fromStore__closure())); + t3 = J.get$stop$x(B.JSArray_methods.firstWhere$1(taskTimes, new A.TaskEditVM_TaskEditVM$fromStore__closure())); t2 = t2.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdateTaskTime(t1 - 1, t3)); @@ -555357,7 +565042,7 @@ call$1(time) { return time.endDate == null; }, - $signature: 206 + $signature: 215 }; A.TaskEditVM_TaskEditVM$fromStore_closure.prototype = { call$2(context, action) { @@ -555371,11 +565056,11 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 204 + $signature: 200 }; A.TaskEditVM_TaskEditVM$fromStore__closure0.prototype = { call$0() { - var task, origTask, t3, t4, $navigator, t5, t6, _this = this, + var task, origTask, t3, t4, $navigator, t5, t6, _this = this, _null = null, t1 = _this.store, t2 = t1.__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -555390,8 +565075,8 @@ if (!task.get$areTimesValid()) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.TaskEditVM_TaskEditVM$fromStore___closure(t4), t1, null, true, type$.ErrorDialog); - return null; + A.showDialog(_null, _null, true, _null, new A.TaskEditVM_TaskEditVM$fromStore___closure(t4), t1, _null, true, type$.ErrorDialog); + return _null; } if (!task.get$isNew()) if (task.isChanged !== true) { @@ -555412,7 +565097,7 @@ return t3.then$1$1(0, new A.TaskEditVM_TaskEditVM$fromStore___closure0(task, t4, origTask, t1, t2, $navigator, t5), type$.Null).catchError$1(new A.TaskEditVM_TaskEditVM$fromStore___closure1()); } }, - $signature: 130 + $signature: 136 }; A.TaskEditVM_TaskEditVM$fromStore___closure.prototype = { call$1(context) { @@ -555481,14 +565166,15 @@ A.viewEntity(false, savedTask, _null, true); } }, - $signature: 260 + $signature: 262 }; A.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.TaskEditVM_TaskEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.TaskEditVM_TaskEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -555669,7 +565355,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanTaskCardState_build___closure(t1)); }, - $signature: 260 + $signature: 262 }; A._KanbanTaskCardState_build___closure.prototype = { call$0() { @@ -555685,7 +565371,7 @@ t1.setState$1(new A._KanbanTaskCardState_build__closure(t1)); } }, - $signature: 386 + $signature: 247 }; A._KanbanTaskCardState_build__closure.prototype = { call$0() { @@ -555698,7 +565384,7 @@ var t1 = this.$this; return t1.setState$1(new A._KanbanTaskCardState_build__closure0(t1)); }, - $signature: 106 + $signature: 110 }; A._KanbanTaskCardState_build__closure0.prototype = { call$0() { @@ -555741,7 +565427,7 @@ t3 = !t3.get$isNew() ? " \u2022 " + t3.name : ""; return t1 + t2 + t3; }, - $signature: 45 + $signature: 96 }; A._KanbanTaskCardState_build_closure6.prototype = { call$1(context) { @@ -555759,14 +565445,14 @@ t2 = type$.MappedListIterable_of_String_and_PopupMenuItem_String; return A.List_List$of(new A.MappedListIterable(A._setArrayType([t4, t3, this.startLabel], type$.JSArray_String), new A._KanbanTaskCardState_build__closure2(t1), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 807 + $signature: 787 }; A._KanbanTaskCardState_build__closure2.prototype = { call$1(value) { var _null = null; return A.PopupMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.String); }, - $signature: 805 + $signature: 788 }; A._KanbanTaskCardState_build_closure7.prototype = { call$1(value) { @@ -555886,7 +565572,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 317 + $signature: 345 }; A._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0() { @@ -556015,7 +565701,7 @@ t1.toString; J.sort$1$ax(t1, new A.KanbanViewState__initBoard__closure(this.state)); }, - $signature: 3190 + $signature: 3191 }; A.KanbanViewState__initBoard__closure.prototype = { call$2(taskIdA, taskIdB) { @@ -556035,7 +565721,7 @@ return B.JSInt_methods.compareTo$1(t1, t2 == null ? 99999 : t2); } }, - $signature: 25 + $signature: 26 }; A.KanbanViewState__onBoardChanged_closure.prototype = { call$1(error) { @@ -556047,7 +565733,7 @@ call$1(statusId) { return statusId.length !== 0 || this.$this._kanban_view$_tasks.containsKey$1(0, statusId); }, - $signature: 12 + $signature: 11 }; A.KanbanViewState_build_closure0.prototype = { call$1(statusId) { @@ -556080,7 +565766,7 @@ t8 = A._instanceType(t7)._eval$1("MappedListIterable"); return A.BoardList$(t3, _null, !t2, new A.Align(B.Alignment_m1_0, _null, _null, t5, _null), t6, t3, _null, A.List_List$of(new A.MappedListIterable(t7, new A.KanbanViewState_build__closure4(t4, t1, $status, statusId), t8), true, t8._eval$1("ListIterable.E")), new A.KanbanViewState_build__closure5(t4), _null, _null); }, - $signature: 3191 + $signature: 3192 }; A.KanbanViewState_build__closure5.prototype = { call$2(endIndex, startIndex) { @@ -556091,7 +565777,7 @@ t1.setState$1(new A.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 786 + $signature: 863 }; A.KanbanViewState_build___closure.prototype = { call$0() { @@ -556128,7 +565814,7 @@ statusOrder = J.indexOf$1$asx(t2, t3); t1._widget.viewModel.onSaveStatusPressed.call$4(completer, t3, $name, statusOrder); }, - $signature: 3192 + $signature: 3193 }; A.KanbanViewState_build__closure1.prototype = { call$2(completer, description) { @@ -556140,7 +565826,7 @@ statusOrder = 0; t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t1._newTask.id, t2, description, statusOrder); }, - $signature: 804 + $signature: 857 }; A.KanbanViewState_build__closure0.prototype = { call$0() { @@ -556175,14 +565861,14 @@ b.get$_task_model$_$this()._task_model$_statusId = this.status.id; return b; }, - $signature: 75 + $signature: 76 }; A.KanbanViewState_build__closure3.prototype = { call$1(taskId) { var t1 = this.$this._widget.viewModel.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.$get$1(0, taskId); }, - $signature: 814 + $signature: 669 }; A.KanbanViewState_build__closure4.prototype = { call$1(task) { @@ -556208,7 +565894,7 @@ } return A.BoardItem$(_null, !t3, _null, t2, _null, new A.KanbanViewState_build___closure2(t1, _this.status), new A.KanbanViewState_build___closure3(t1), _null); }, - $signature: 3194 + $signature: 3195 }; A.KanbanViewState_build___closure1.prototype = { call$2(completer, description) { @@ -556221,7 +565907,7 @@ statusOrder = J.indexOf$1$asx(t3, t4); t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t4, t2, description, statusOrder); }, - $signature: 804 + $signature: 857 }; A.KanbanViewState_build___closure0.prototype = { call$0() { @@ -556243,7 +565929,7 @@ var t1 = this.$this; t1.setState$1(new A.KanbanViewState_build____closure(t1)); }, - $signature: 3195 + $signature: 3196 }; A.KanbanViewState_build____closure.prototype = { call$0() { @@ -556272,7 +565958,7 @@ t1.setState$1(new A.KanbanViewState_build____closure1(t1, oldStatusId, J.$index$asx(t2, oldItemIndex), newStatusId, itemIndex)); t1._onBoardChanged$0(); }, - $signature: 3196 + $signature: 3197 }; A.KanbanViewState_build____closure0.prototype = { call$0() { @@ -556334,7 +566020,7 @@ t2 = state.userCompanyStates._list$_list[t1.selectedCompanyIndex]; return new A.KanbanView(viewModel, new A.ValueKey("__" + t2.userCompany.company.id + "_" + t2.lastUpdated + "_" + J.get$length$asx(viewModel.filteredTaskList) + "_" + A.S(t1.taskUIState.kanbanLastUpdated) + "__", type$.ValueKey_String)); }, - $signature: 3197 + $signature: 3198 }; A.KanbanVM.prototype = {}; A.KanbanVM_fromStore_closure.prototype = { @@ -556343,7 +566029,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTasksRequest(completer, statusIds, taskIds)); }, - $signature: 3198 + $signature: 3199 }; A.KanbanVM_fromStore_closure1.prototype = { call$4(completer, statusId, $name, statusOrder) { @@ -556357,7 +566043,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveTaskStatusRequest(completer, $status)); }, - $signature: 3199 + $signature: 3200 }; A.KanbanVM_fromStore__closure.prototype = { call$1(b) { @@ -556368,7 +566054,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 151 + $signature: 161 }; A.KanbanVM_fromStore_closure0.prototype = { call$5(completer, taskId, statusId, description, statusOrder) { @@ -556404,7 +566090,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveTaskRequest(completer, t1, false, _null)); }, - $signature: 3200 + $signature: 3201 }; A.KanbanVM_fromStore__closure0.prototype = { call$1(b) { @@ -556416,7 +566102,7 @@ b.get$_task_model$_$this()._task_model$_statusId = _this.statusId; return b; }, - $signature: 75 + $signature: 76 }; A.KanbanVM_fromStore__closure1.prototype = { call$1(b) { @@ -556430,7 +566116,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 75 + $signature: 76 }; A.KanbanVM_fromStore__closure2.prototype = { call$1(b) { @@ -556445,7 +566131,7 @@ b.get$_task_model$_$this()._task_model$_clientId = this.project.clientId; return b; }, - $signature: 75 + $signature: 76 }; A.KanbanVM_fromStore__closure3.prototype = { call$1(b) { @@ -556459,7 +566145,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = t1; return b; }, - $signature: 75 + $signature: 76 }; A.TaskListItem.prototype = { build$1(context) { @@ -556569,7 +566255,7 @@ var _null = null; return A.formatNumber(B.JSInt_methods._tdivFast$1(this.$this.task.calculateDuration$0()._duration, 1000000), this.context, _null, _null, B.FormatNumberType_6, true, _null, _null, false); }, - $signature: 820 + $signature: 858 }; A.TaskListItem_build_closure.prototype = { call$0() { @@ -556634,7 +566320,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.TaskListItem_build__closure2.prototype = { call$0() { @@ -556661,7 +566347,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.task], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.TaskListItem_build__closure5.prototype = { call$0() { @@ -556693,7 +566379,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.taskList, B.EntityType_task, new A.TaskListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TaskPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3202 + $signature: 3203 }; A.TaskListBuilder_build__closure.prototype = { call$2(context, index) { @@ -556702,7 +566388,7 @@ t2.toString; return A.TaskListItem$(t1.filter, false, true, null, null, true, t2); }, - $signature: 346 + $signature: 435 }; A.TaskListVM.prototype = { get$user(receiver) { @@ -556729,7 +566415,7 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.TaskListVM_fromStore_closure0.prototype = { call$1(field) { @@ -556743,7 +566429,7 @@ call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.TaskListVM_fromStore_closure1.prototype = { call$0() { @@ -556861,14 +566547,14 @@ call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 206 + $signature: 215 }; A.TaskPresenter_getField_closure0.prototype = { call$1(time) { var t1 = this.context; this.notes.push(A.formatDate(time.startDate.toIso8601String$0(), t1, true, true, true) + " - " + A.formatDate(time.endDate.toIso8601String$0(), t1, false, true, true)); }, - $signature: 214 + $signature: 220 }; A.TaskScreen.prototype = { build$1(context) { @@ -557010,7 +566696,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 151 + $signature: 161 }; A.TaskScreen_build_closure0.prototype = { call$1(b) { @@ -557023,7 +566709,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 151 + $signature: 161 }; A.TaskScreen_build_closure1.prototype = { call$1(b) { @@ -557036,7 +566722,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 151 + $signature: 161 }; A.TaskScreen_build_closure2.prototype = { call$1(b) { @@ -557048,7 +566734,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 151 + $signature: 161 }; A.TaskScreen_build_closure21.prototype = { call$0() { @@ -557064,7 +566750,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasks(value)); }, - $signature: 26 + $signature: 28 }; A.TaskScreen_build_closure19.prototype = { call$2(state, value) { @@ -557072,7 +566758,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByState(state)); }, - $signature: 65 + $signature: 67 }; A.TaskScreen_build_closure18.prototype = { call$2($status, value) { @@ -557080,7 +566766,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.TaskScreen_build_closure20.prototype = { call$0() { @@ -557161,7 +566847,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 178 + $signature: 186 }; A.TaskScreen_build_closure9.prototype = { call$1(value) { @@ -557201,7 +566887,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByState(state)); }, - $signature: 62 + $signature: 64 }; A.TaskScreen_build_closure8.prototype = { call$0() { @@ -557236,7 +566922,7 @@ call$2(context, vm) { return new A.TaskScreen(vm, null); }, - $signature: 3203 + $signature: 3204 }; A.TaskScreenVM.prototype = {}; A.TaskTimeListTile.prototype = { @@ -557284,7 +566970,7 @@ var t1 = this.$this.taskTime; return A.formatDuration(t1.get$duration(t1), true); }, - $signature: 45 + $signature: 96 }; A.TaskView.prototype = { createState$0() { @@ -557388,7 +567074,7 @@ t4 = t2.invoiceId.length === 0; return A.Column$(A._setArrayType([t1, new A.BottomButtons(t2, t3, !t4 ? B.EntityAction_archive : B.EntityAction_invoiceTask, t4, true, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 235 + $signature: 270 }; A._TaskViewState_build__closure.prototype = { call$0() { @@ -557434,7 +567120,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A.TaskViewDocuments_build_closure0.prototype = { call$0() { @@ -557505,7 +567191,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._TaskOverviewState_initState__closure()); }, - $signature: 222 + $signature: 229 }; A._TaskOverviewState_initState__closure.prototype = { call$0() { @@ -557577,14 +567263,14 @@ new A.ReversedListIterable(items, A._arrayInstanceType(items)._eval$1("ReversedListIterable<1>")).forEach$1(0, new A._TaskOverviewState_build__buildView_closure(widgets, t1, _this.viewModel)); return widgets; }, - $signature: 305 + $signature: 292 }; A._TaskOverviewState_build__buildView_closure.prototype = { call$1(taskTime) { var t1 = this.task; B.JSArray_methods.addAll$1(this.widgets, A._setArrayType([new A.TaskTimeListTile(new A._TaskOverviewState_build__buildView__closure(this.viewModel, t1, taskTime), t1, taskTime, true, null)], type$.JSArray_Widget)); }, - $signature: 214 + $signature: 220 }; A._TaskOverviewState_build__buildView__closure.prototype = { call$1(context) { @@ -557592,7 +567278,7 @@ t2 = t1.state; return t2.userCompanyStates._list$_list[t2.uiState.selectedCompanyIndex].userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 50 + $signature: 53 }; A._TaskOverviewState_build_closure.prototype = { call$0() { @@ -557610,13 +567296,13 @@ call$1(store) { return A.TaskViewVM_TaskViewVM$fromStore(store); }, - $signature: 3204 + $signature: 3205 }; A.TaskViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskView(vm, false, vm.state.uiState.taskUIState.tabIndex, null); }, - $signature: 3205 + $signature: 3206 }; A.TaskViewVM.prototype = { get$task() { @@ -557644,7 +567330,7 @@ t1[0].call$1(new A.LoadTask(completer, this.task.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.TaskViewVM_TaskViewVM$fromStore_closure.prototype = { call$2(context, taskTime) { @@ -557666,13 +567352,13 @@ $defaultValues() { return [null]; }, - $signature: 3206 + $signature: 3207 }; A.TaskViewVM_TaskViewVM$fromStore_closure0.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.TaskViewVM_TaskViewVM$fromStore_closure1.prototype = { call$3(context, multipartFiles, isPrivate) { @@ -557684,7 +567370,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 112 }; A.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1(client) { @@ -557696,11 +567382,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.TaskViewVM_TaskViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.TaskViewVM_TaskViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.TaskViewVM_TaskViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -557712,7 +567399,7 @@ }; A.TaskStatusEdit.prototype = { createState$0() { - return new A._TaskStatusEditState(new A.Debouncer(500), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + return new A._TaskStatusEditState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._TaskStatusEditState.prototype = { @@ -557788,7 +567475,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 151 + $signature: 161 }; A._TaskStatusEditState__onChanged_closure0.prototype = { call$0() { @@ -557800,7 +567487,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._TaskStatusEditState_build_closure.prototype = { call$1(context) { @@ -557815,7 +567502,7 @@ t5 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._task_status_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t3, _null, _null, false, _null, _null, t1.get$_task_status_edit$_onSavePressed(), true, _null, _null, B.TextAlign_4, new A._TaskStatusEditState_build__closure(t2)), A.FormColorPicker$(t4.color, _null, new A._TaskStatusEditState_build__closure0(_this.viewModel, t4))], t5), _null, _null, false, _null, false, _null, _null)], t5), _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._TaskStatusEditState_build__closure.prototype = { call$1(val) { @@ -557829,20 +567516,20 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._TaskStatusEditState_build__closure0.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.taskStatus.rebuild$1(new A._TaskStatusEditState_build___closure(value))); }, - $signature: 186 + $signature: 199 }; A._TaskStatusEditState_build___closure.prototype = { call$1(b) { b.get$_task_status_model$_$this()._task_status_model$_color = this.value; return b; }, - $signature: 151 + $signature: 161 }; A.TaskStatusEditScreen.prototype = { build$1(context) { @@ -557854,13 +567541,13 @@ call$1(store) { return A.TaskStatusEditVM_TaskStatusEditVM$fromStore(store); }, - $signature: 3207 + $signature: 3208 }; A.TaskStatusEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskStatusEdit(viewModel, new A.ValueKey(viewModel.taskStatus.updatedAt, type$.ValueKey_int)); }, - $signature: 3208 + $signature: 3209 }; A.TaskStatusEditVM.prototype = { get$taskStatus() { @@ -557876,7 +567563,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaskStatus(taskStatus)); }, - $signature: 317 + $signature: 345 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -557917,7 +567604,7 @@ t4[0].call$1(new A.SaveTaskStatusRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_TaskStatusEntity), taskStatus)); return t2.then$1$1(0, new A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure(taskStatus, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure.prototype = { call$1(savedTaskStatus) { @@ -557952,14 +567639,15 @@ } else A.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 317 + $signature: 345 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -558025,7 +567713,7 @@ newIndex = J.get$length$asx(t1._widget.viewModel.taskStatusList); t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 199 + $signature: 232 }; A._TaskStatusListState_build_closure.prototype = { call$1(taskStatusId) { @@ -558042,7 +567730,7 @@ t3 = false; return new A.TaskStatusListItem(t2.user, taskStatus, t1.filter, t3, new A.ValueKey("__task_status_" + taskStatusId, type$.ValueKey_String)); }, - $signature: 3209 + $signature: 3210 }; A.TaskStatusListItem.prototype = { build$1(context) { @@ -558104,7 +567792,7 @@ call$2(context, viewModel) { return new A.TaskStatusList(viewModel, null); }, - $signature: 3210 + $signature: 3211 }; A.TaskStatusListVM.prototype = {}; A.TaskStatusListVM_fromStore__handleRefresh.prototype = { @@ -558127,13 +567815,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.TaskStatusListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.TaskStatusListVM_fromStore_closure0.prototype = { call$2(oldIndex, newIndex) { @@ -558156,14 +567844,14 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.SaveTaskStatusRequest(t1, t2)); }, - $signature: 232 + $signature: 224 }; A.TaskStatusListVM_fromStore__closure.prototype = { call$1(b) { b.get$_task_status_model$_$this()._task_status_model$_statusOrder = this.newIndex + 1; return b; }, - $signature: 151 + $signature: 161 }; A.TaskStatusScreen.prototype = { build$1(context) { @@ -558189,7 +567877,7 @@ t5 = type$.JSArray_String; t6 = A.List_List$of(A._setArrayType([], t5), true, type$.String); B.JSArray_methods.addAll$1(t6, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t5)); - t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t5), B.EntityType_taskStatus, false, B.List_empty27, new A.TaskStatusScreen_build_closure0(store), new A.TaskStatusScreen_build_closure1(store), new A.TaskStatusScreen_build_closure2(store), new A.TaskStatusScreen_build_closure3(store), new A.TaskStatusScreen_build_closure4(store), new A.TaskStatusScreen_build_closure5(store), new A.TaskStatusScreen_build_closure6(store), _null, A._setArrayType([], t5), B.List_empty28, t6); + t6 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t5), B.EntityType_taskStatus, false, B.List_empty28, new A.TaskStatusScreen_build_closure0(store), new A.TaskStatusScreen_build_closure1(store), new A.TaskStatusScreen_build_closure2(store), new A.TaskStatusScreen_build_closure3(store), new A.TaskStatusScreen_build_closure4(store), new A.TaskStatusScreen_build_closure5(store), new A.TaskStatusScreen_build_closure6(store), _null, A._setArrayType([], t5), B.List_empty29, t6); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_taskStatus)) { t1 = A.Theme_of(context); @@ -558220,7 +567908,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaskStatuses(value)); }, - $signature: 26 + $signature: 28 }; A.TaskStatusScreen_build_closure9.prototype = { call$2(state, value) { @@ -558228,7 +567916,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaskStatusesByState(state)); }, - $signature: 65 + $signature: 67 }; A.TaskStatusScreen_build_closure10.prototype = { call$0() { @@ -558274,7 +567962,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 68 + $signature: 69 }; A.TaskStatusScreen_build__closure.prototype = { call$1(taskStatusId) { @@ -558282,7 +567970,7 @@ t1.toString; return t1; }, - $signature: 3211 + $signature: 3212 }; A.TaskStatusScreen_build__closure0.prototype = { call$1(_) { @@ -558290,7 +567978,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearTaskStatusMultiselect()); }, - $signature: 97 + $signature: 103 }; A.TaskStatusScreen_build_closure5.prototype = { call$1(value) { @@ -558298,7 +567986,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTaskStatuses(value)); }, - $signature: 38 + $signature: 40 }; A.TaskStatusScreen_build_closure6.prototype = { call$2(state, value) { @@ -558306,7 +567994,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaskStatusesByState(state)); }, - $signature: 62 + $signature: 64 }; A.TaskStatusScreen_build_closure0.prototype = { call$0() { @@ -558373,7 +568061,7 @@ call$2(context, vm) { return new A.TaskStatusScreen(vm, null); }, - $signature: 3212 + $signature: 3213 }; A.TaskStatusScreenVM.prototype = {}; A.TaskStatusView.prototype = { @@ -558434,13 +568122,13 @@ call$1(store) { return A.TaskStatusViewVM_TaskStatusViewVM$fromStore(store); }, - $signature: 3213 + $signature: 3214 }; A.TaskStatusViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskStatusView(vm, this.$this.isFilter, null); }, - $signature: 3214 + $signature: 3215 }; A.TaskStatusViewVM.prototype = { get$taskStatus() { @@ -558460,7 +568148,8 @@ }; A.TaxRateEdit.prototype = { createState$0() { - return new A._TaxRateEditState(A.TextEditingController$(null), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._TaxRateEditState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A._TaxRateEditState.prototype = { @@ -558566,7 +568255,7 @@ b.get$_tax_rate_model$_$this()._tax_rate_model$_rate = t1; return b; }, - $signature: 626 + $signature: 625 }; A._TaxRateEditState__onChanged_closure0.prototype = { call$0() { @@ -558586,7 +568275,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.TaxRateEditScreen.prototype = { build$1(context) { @@ -558598,13 +568287,13 @@ call$1(store) { return A.TaxRateEditVM_TaxRateEditVM$fromStore(store); }, - $signature: 3215 + $signature: 3216 }; A.TaxRateEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaxRateEdit(viewModel, new A.ValueKey(viewModel.taxRate.updatedAt, type$.ValueKey_int)); }, - $signature: 3216 + $signature: 3217 }; A.TaxRateEditVM.prototype = { get$taxRate() { @@ -558620,7 +568309,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 152 + $signature: 163 }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -558661,7 +568350,7 @@ t4[0].call$1(new A.SaveTaxRateRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_TaxRateEntity), taxRate)); return t2.then$1$1(0, new A.TaxRateEditVM_TaxRateEditVM$fromStore___closure(taxRate, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure.prototype = { call$1(savedTaxRate) { @@ -558696,14 +568385,15 @@ } else A.viewEntity(false, savedTaxRate, null, true); }, - $signature: 152 + $signature: 163 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.TaxRateEditVM_TaxRateEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.TaxRateEditVM_TaxRateEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -558770,7 +568460,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.taxRateList, B.EntityType_taxRate, new A.TaxRateListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 3217 + $signature: 3218 }; A.TaxRateListBuilder_build__closure.prototype = { call$2(context, index) { @@ -558785,7 +568475,7 @@ t3 = false; return new A.TaxRateListItem(t1.userCompany.user, t2, t1.filter, t3, null); }, - $signature: 3218 + $signature: 3219 }; A.TaxRateListVM.prototype = {}; A.TaxRateListVM_fromStore__handleRefresh.prototype = { @@ -558808,13 +568498,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.TaxRateListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.TaxRateListVM_fromStore_closure0.prototype = { call$1(field) { @@ -558841,7 +568531,7 @@ t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.AppLocalization); t3 = t1.uiState; t4 = t3.taxRateUIState.listUIState; - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_taxRate, false, B.List_empty27, new A.TaxRateSettingsScreen_build_closure(store), _null, _null, _null, _null, new A.TaxRateSettingsScreen_build_closure0(store), new A.TaxRateSettingsScreen_build_closure1(store), _null, A._setArrayType(["updated_at"], type$.JSArray_String), B.List_empty28, _null); + t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_taxRate, false, B.List_empty28, new A.TaxRateSettingsScreen_build_closure(store), _null, _null, _null, _null, new A.TaxRateSettingsScreen_build_closure0(store), new A.TaxRateSettingsScreen_build_closure1(store), _null, A._setArrayType(["updated_at"], type$.JSArray_String), B.List_empty29, _null); if (t1.prefState.appLayout === B.AppLayout_mobile && t1.userCompanyStates._list$_list[t3.selectedCompanyIndex].userCompany.can$2(B.UserPermission_create, B.EntityType_taxRate)) { t1 = A.Theme_of(context); t3 = A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null); @@ -558871,7 +568561,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaxRates(value)); }, - $signature: 26 + $signature: 28 }; A.TaxRateSettingsScreen_build_closure4.prototype = { call$2(state, value) { @@ -558879,7 +568569,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaxRatesByState(state)); }, - $signature: 65 + $signature: 67 }; A.TaxRateSettingsScreen_build_closure5.prototype = { call$0() { @@ -558912,7 +568602,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaxRatesByState(state)); }, - $signature: 62 + $signature: 64 }; A.TaxRateSettingsScreen_build_closure.prototype = { call$0() { @@ -558947,7 +568637,7 @@ call$2(context, vm) { return new A.TaxRateSettingsScreen(vm, null); }, - $signature: 3219 + $signature: 3220 }; A.TaxRateScreenVM.prototype = {}; A.TaxRateView.prototype = { @@ -558992,13 +568682,13 @@ call$1(store) { return A.TaxRateViewVM_TaxRateViewVM$fromStore(store); }, - $signature: 3220 + $signature: 3221 }; A.TaxRateViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaxRateView(vm, false, null); }, - $signature: 3221 + $signature: 3222 }; A.TaxRateViewVM.prototype = { get$taxRate() { @@ -559018,7 +568708,7 @@ }; A.TokenEdit.prototype = { createState$0() { - return new A._TokenEditState(new A.Debouncer(500), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + return new A._TokenEditState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._TokenEditState.prototype = { @@ -559094,7 +568784,7 @@ b.get$_token_model$_$this()._token_model$_name = t1; return b; }, - $signature: 618 + $signature: 721 }; A._TokenEditState__onChanged_closure0.prototype = { call$0() { @@ -559106,7 +568796,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._TokenEditState_build_closure.prototype = { call$1(context) { @@ -559120,7 +568810,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._token_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t3, _null, _null, false, _null, _null, t1.get$_token_edit$_onSavePressed(), true, _null, _null, B.TextAlign_4, new A._TokenEditState_build__closure(t2))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._TokenEditState_build__closure.prototype = { call$1(value) { @@ -559134,7 +568824,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.TokenEditScreen.prototype = { build$1(context) { @@ -559146,13 +568836,13 @@ call$1(store) { return A.TokenEditVM_TokenEditVM$fromStore(store); }, - $signature: 3222 + $signature: 3223 }; A.TokenEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TokenEdit(viewModel, new A.ValueKey(viewModel.token.updatedAt, type$.ValueKey_int)); }, - $signature: 3223 + $signature: 3224 }; A.TokenEditVM.prototype = { get$token() { @@ -559168,7 +568858,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateToken(token)); }, - $signature: 366 + $signature: 398 }; A.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -559216,7 +568906,7 @@ t5[0].call$1(new A.SaveTokenRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_TokenEntity), t4, password, idToken)); return t1.then$1$1(0, new A.TokenEditVM_TokenEditVM$fromStore____closure(t4, t2, this.state, t3, $navigator), type$.Null).catchError$1(new A.TokenEditVM_TokenEditVM$fromStore____closure0()); }, - $signature: 455 + $signature: 572 }; A.TokenEditVM_TokenEditVM$fromStore____closure.prototype = { call$1(savedToken) { @@ -559251,14 +568941,15 @@ } else A.viewEntity(false, savedToken, null, true); }, - $signature: 366 + $signature: 398 }; A.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.TokenEditVM_TokenEditVM$fromStore_____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.TokenEditVM_TokenEditVM$fromStore_____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -559329,7 +569020,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.tokenList, B.EntityType_token, new A.TokenListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TokenPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3224 + $signature: 3225 }; A.TokenListBuilder_build__closure.prototype = { call$2(context, index) { @@ -559346,7 +569037,7 @@ t3 = false; return new A.TokenListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3225 + $signature: 3226 }; A.TokenListVM.prototype = {}; A.TokenListVM_fromStore__handleRefresh.prototype = { @@ -559369,13 +569060,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.TokenListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.TokenListVM_fromStore_closure0.prototype = { call$1(field) { @@ -559412,7 +569103,7 @@ t4 = type$.JSArray_String; t5 = A.List_List$of(A._setArrayType([], t4), true, type$.String); B.JSArray_methods.addAll$1(t5, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t4)); - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_token, false, B.List_empty27, new A.TokenScreen_build_closure(store), new A.TokenScreen_build_closure0(store), new A.TokenScreen_build_closure1(store), new A.TokenScreen_build_closure2(store), new A.TokenScreen_build_closure3(store), new A.TokenScreen_build_closure4(store), new A.TokenScreen_build_closure5(store), _null, A._setArrayType(["name"], t4), B.List_empty28, t5); + t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_token, false, B.List_empty28, new A.TokenScreen_build_closure(store), new A.TokenScreen_build_closure0(store), new A.TokenScreen_build_closure1(store), new A.TokenScreen_build_closure2(store), new A.TokenScreen_build_closure3(store), new A.TokenScreen_build_closure4(store), new A.TokenScreen_build_closure5(store), _null, A._setArrayType(["name"], t4), B.List_empty29, t5); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_token)) { t1 = A.Theme_of(context); @@ -559443,7 +569134,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTokens(value)); }, - $signature: 26 + $signature: 28 }; A.TokenScreen_build_closure8.prototype = { call$2(state, value) { @@ -559451,7 +569142,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTokensByState(state)); }, - $signature: 65 + $signature: 67 }; A.TokenScreen_build_closure9.prototype = { call$0() { @@ -559476,7 +569167,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTokens(value)); }, - $signature: 38 + $signature: 40 }; A.TokenScreen_build_closure5.prototype = { call$2(state, value) { @@ -559484,7 +569175,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTokensByState(state)); }, - $signature: 62 + $signature: 64 }; A.TokenScreen_build_closure.prototype = { call$0() { @@ -559551,7 +569242,7 @@ call$2(context, vm) { return new A.TokenScreen(vm, null); }, - $signature: 3226 + $signature: 3227 }; A.TokenScreenVM.prototype = {}; A.TokenView.prototype = { @@ -559622,13 +569313,13 @@ call$1(store) { return A.TokenViewVM_TokenViewVM$fromStore(store); }, - $signature: 3227 + $signature: 3228 }; A.TokenViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TokenView(vm, false, null); }, - $signature: 3228 + $signature: 3229 }; A.TokenViewVM.prototype = { get$token() { @@ -559648,7 +569339,8 @@ }; A.TransactionEdit.prototype = { createState$0() { - return new A._TransactionEditState(new A.Debouncer(500), A.TextEditingController$(null), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._TransactionEditState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._TransactionEditState.prototype = { @@ -559749,13 +569441,13 @@ b.get$_transaction_model$_$this()._transaction_model$_description = t1; return b; }, - $signature: 126 + $signature: 137 }; A._TransactionEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._TransactionEditState_build_closure1.prototype = { call$1(context) { @@ -559810,7 +569502,7 @@ t2 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t7, t4, t9, t13, t1, A.DecoratedFormField$(false, _null, false, t10._descriptionController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3, 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t2), _null, _null, false, _null, false, _null, _null)], t2), _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._TransactionEditState_build__closure.prototype = { call$1(value) { @@ -559823,20 +569515,20 @@ b.get$_transaction_model$_$this()._baseType = this.value; return b; }, - $signature: 126 + $signature: 137 }; A._TransactionEditState_build__closure0.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.transaction.rebuild$1(new A._TransactionEditState_build___closure2(date))); }, - $signature: 47 + $signature: 49 }; A._TransactionEditState_build___closure2.prototype = { call$1(b) { b.get$_transaction_model$_$this()._transaction_model$_date = this.date; return b; }, - $signature: 126 + $signature: 137 }; A._TransactionEditState_build__closure1.prototype = { call$1(_) { @@ -559856,14 +569548,14 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._TransactionEditState_build__closure3.prototype = { call$1(currency) { var t1 = this.viewModel; return t1.onChanged.call$1(t1.transaction.rebuild$1(new A._TransactionEditState_build___closure1(currency))); }, - $signature: 63 + $signature: 66 }; A._TransactionEditState_build___closure1.prototype = { call$1(b) { @@ -559874,13 +569566,13 @@ b.get$_transaction_model$_$this()._transaction_model$_currencyId = t1; return b; }, - $signature: 126 + $signature: 137 }; A._TransactionEditState_build__closure6.prototype = { call$1(bankAccount) { return this.viewModel.onChanged.call$1(this.transaction.rebuild$1(new A._TransactionEditState_build___closure(bankAccount))); }, - $signature: 63 + $signature: 66 }; A._TransactionEditState_build___closure.prototype = { call$1(b) { @@ -559890,13 +569582,13 @@ t1 = ""; return b.get$_transaction_model$_$this()._bankAccountId = t1; }, - $signature: 3229 + $signature: 3230 }; A._TransactionEditState_build__closure4.prototype = { call$1(completer) { return this.viewModel.onAddBankAccountPressed.call$2(this.context, completer); }, - $signature: 287 + $signature: 318 }; A._TransactionEditState_build__closure5.prototype = { call$2(completer, $name) { @@ -559905,14 +569597,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveBankAccountRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A._TransactionEditState_build___closure0.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_name = this.name; return b; }, - $signature: 252 + $signature: 266 }; A._TransactionEditState_build__closure8.prototype = { call$1(value) { @@ -559926,13 +569618,13 @@ t1 = null; return t1; }, - $signature: 208 + $signature: 218 }; A._TransactionEditState_build__closure7.prototype = { call$1(entity) { return ""; }, - $signature: 475 + $signature: 508 }; A.TransactionEditScreen.prototype = { build$1(context) { @@ -559944,13 +569636,13 @@ call$1(store) { return A.TransactionEditVM_TransactionEditVM$fromStore(store); }, - $signature: 3230 + $signature: 3231 }; A.TransactionEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TransactionEdit(viewModel, new A.ValueKey(viewModel.transaction.updatedAt, type$.ValueKey_int)); }, - $signature: 3231 + $signature: 3232 }; A.TransactionEditVM.prototype = { get$transaction(receiver) { @@ -559966,7 +569658,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTransaction(transaction)); }, - $signature: 230 + $signature: 222 }; A.TransactionEditVM_TransactionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -560004,7 +569696,7 @@ t5[0].call$1(new A.SaveTransactionRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_TransactionEntity), transaction)); return t4.then$1$1(0, new A.TransactionEditVM_TransactionEditVM$fromStore___closure(transaction, t3, this.state, t1, t2), type$.Null).catchError$1(new A.TransactionEditVM_TransactionEditVM$fromStore___closure0(t2)); }, - $signature: 68 + $signature: 69 }; A.TransactionEditVM_TransactionEditVM$fromStore___closure.prototype = { call$1(savedTransaction) { @@ -560053,11 +569745,12 @@ } else A.viewEntity(false, savedTransaction, null, true); }, - $signature: 230 + $signature: 222 }; A.TransactionEditVM_TransactionEditVM$fromStore___closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.TransactionEditVM_TransactionEditVM$fromStore____closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.TransactionEditVM_TransactionEditVM$fromStore____closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -560077,7 +569770,7 @@ A.createEntity(new A._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, t1, null, true); completer.get$future().then$1$1(0, new A.TransactionEditVM_TransactionEditVM$fromStore__closure0(t3), t4); }, - $signature: 120 + $signature: 127 }; A.TransactionEditVM_TransactionEditVM$fromStore__closure.prototype = { call$1(_) { @@ -560085,7 +569778,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/transaction/edit")); }, - $signature: 34 + $signature: 35 }; A.TransactionEditVM_TransactionEditVM$fromStore__closure0.prototype = { call$1(client) { @@ -560093,7 +569786,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/transaction/edit")); }, - $signature: 100 + $signature: 106 }; A.TransactionListItem.prototype = { build$1(context) { @@ -560191,7 +569884,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.TransactionListItem_build__closure2.prototype = { call$0() { @@ -560218,7 +569911,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.transaction], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.TransactionListItem_build__closure5.prototype = { call$0() { @@ -560250,7 +569943,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.transactionList, B.EntityType_transaction, new A.TransactionListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TransactionPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3232 + $signature: 3233 }; A.TransactionListBuilder_build__closure.prototype = { call$2(context, index) { @@ -560267,7 +569960,7 @@ t3 = false; return new A.TransactionListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3233 + $signature: 3234 }; A.TransactionListVM.prototype = {}; A.TransactionListVM_fromStore__handleRefresh.prototype = { @@ -560290,13 +569983,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.TransactionListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.TransactionListVM_fromStore_closure0.prototype = { call$1(field) { @@ -560374,26 +570067,26 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 90 + $signature: 93 }; A.TransactionPresenter_getField_closure0.prototype = { call$1(invoice) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(invoice, this.transaction, null), null); }, - $signature: 780 + $signature: 796 }; A.TransactionPresenter_getField_closure1.prototype = { call$1(expenseId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, expenseId); }, - $signature: 210 + $signature: 226 }; A.TransactionPresenter_getField_closure2.prototype = { call$1(expense) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(expense, this.transaction, null), null); }, - $signature: 3234 + $signature: 3235 }; A.TransactionScreen.prototype = { build$1(context) { @@ -560445,7 +570138,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 285 + $signature: 291 }; A.TransactionScreen_build_closure0.prototype = { call$1(b) { @@ -560467,7 +570160,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 285 + $signature: 291 }; A.TransactionScreen_build_closure1.prototype = { call$1(b) { @@ -560489,7 +570182,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 285 + $signature: 291 }; A.TransactionScreen_build_closure2.prototype = { call$1(b) { @@ -560510,7 +570203,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 285 + $signature: 291 }; A.TransactionScreen_build_closure3.prototype = { call$1(b) { @@ -560525,7 +570218,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 285 + $signature: 291 }; A.TransactionScreen_build_closure17.prototype = { call$0() { @@ -560541,7 +570234,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactions(value)); }, - $signature: 26 + $signature: 28 }; A.TransactionScreen_build_closure15.prototype = { call$2(state, value) { @@ -560549,7 +570242,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionsByState(state)); }, - $signature: 65 + $signature: 67 }; A.TransactionScreen_build_closure14.prototype = { call$2($status, value) { @@ -560559,7 +570252,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionsByStatus($status)); }, - $signature: 153 + $signature: 167 }; A.TransactionScreen_build_closure16.prototype = { call$0() { @@ -560595,7 +570288,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTransactions(value)); }, - $signature: 38 + $signature: 40 }; A.TransactionScreen_build_closure11.prototype = { call$2(state, value) { @@ -560603,7 +570296,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionsByState(state)); }, - $signature: 62 + $signature: 64 }; A.TransactionScreen_build_closure5.prototype = { call$0() { @@ -560670,7 +570363,7 @@ call$2(context, vm) { return new A.TransactionScreen(vm, null); }, - $signature: 3236 + $signature: 3237 }; A.TransactionScreenVM.prototype = {}; A.TransactionView.prototype = { @@ -560745,20 +570438,20 @@ call$1(transaction) { return transaction.baseType === "CREDIT" || transaction.statusId === "3"; }, - $signature: 3237 + $signature: 3238 }; A._TransactionViewState_build_closure0.prototype = { call$1(invoiceId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.$get$1(0, invoiceId); }, - $signature: 531 + $signature: 471 }; A._TransactionViewState_build_closure1.prototype = { call$1(invoice) { return A.EntityListTile$(invoice, false, null); }, - $signature: 3238 + $signature: 3239 }; A._MatchDeposits.prototype = { createState$0() { @@ -560767,11 +570460,12 @@ }; A._MatchDepositsState.prototype = { initState$0() { - var t1, transactions, _this = this, _null = null; + var t1, transactions, _this = this; _this.super$State$initState(); - _this._invoiceFilterController = A.TextEditingController$(_null); - _this._paymentFilterController = A.TextEditingController$(_null); - _this._transaction_view$_focusNode = A.FocusNode$(true, _null, true, true, _null, _null, false); + t1 = $.$get$ChangeNotifier__emptyListeners(); + _this._invoiceFilterController = new A.TextEditingController(B.TextEditingValue_li8, t1); + _this._paymentFilterController = new A.TextEditingController(B.TextEditingValue_li8, t1); + _this._transaction_view$_focusNode = A.FocusNode$(true, null, true, true, null, null, false); _this.___MatchDepositsState__selectedInvoices_A = A._setArrayType([], type$.JSArray_InvoiceEntity); t1 = _this._widget.viewModel; transactions = t1.transactions; @@ -560939,7 +570633,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 90 + $signature: 93 }; A._MatchDepositsState_updateInvoiceList_closure.prototype = { call$1(invoice) { @@ -560992,13 +570686,13 @@ } return true; }, - $signature: 194 + $signature: 197 }; A._MatchDepositsState_updateInvoiceList_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceB.date, invoiceA.date); }, - $signature: 3239 + $signature: 3240 }; A._MatchDepositsState_updatePaymentList_closure.prototype = { call$1(payment) { @@ -561048,13 +570742,13 @@ } return true; }, - $signature: 535 + $signature: 463 }; A._MatchDepositsState_updatePaymentList_closure0.prototype = { call$2(paymentA, paymentB) { return B.JSString_methods.compareTo$1(paymentB.date, paymentA.date); }, - $signature: 3240 + $signature: 3241 }; A._MatchDepositsState_build_closure.prototype = { call$1(invoice) { @@ -561070,20 +570764,20 @@ t2.toString; t1.$indexSet(0, currencyId, t2 + (invoice.statusId !== "1" ? invoice.balance : invoice.amount)); }, - $signature: 143 + $signature: 149 }; A._MatchDepositsState_build_closure0.prototype = { call$1(currencyId) { return A.formatNumber(this.totalSelected.$index(0, currencyId), this.context, null, currencyId, B.FormatNumberType_0, true, null, null, false); }, - $signature: 31 + $signature: 32 }; A._MatchDepositsState_build_closure1.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._MatchDepositsState_build__closure12(t1, value)); }, - $signature: 73 + $signature: 75 }; A._MatchDepositsState_build__closure12.prototype = { call$0() { @@ -561096,7 +570790,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure11(t1)); }, - $signature: 38 + $signature: 40 }; A._MatchDepositsState_build__closure11.prototype = { call$0() { @@ -561138,7 +570832,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure8(t1)); }, - $signature: 38 + $signature: 40 }; A._MatchDepositsState_build__closure8.prototype = { call$0() { @@ -561210,7 +570904,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure3(t1, date)); }, - $signature: 47 + $signature: 49 }; A._MatchDepositsState_build__closure3.prototype = { call$0() { @@ -561225,7 +570919,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure2(t1, date)); }, - $signature: 47 + $signature: 49 }; A._MatchDepositsState_build__closure2.prototype = { call$0() { @@ -561239,7 +570933,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._MatchDepositsState_build_closure12.prototype = { call$2(context, index) { @@ -561254,7 +570948,7 @@ t2 = ""; return new A.PaymentListItem(payment, null, true, t2 === payment.id, new A._MatchDepositsState_build__closure1(t1, payment), false, null); }, - $signature: 443 + $signature: 593 }; A._MatchDepositsState_build__closure1.prototype = { call$0() { @@ -561284,7 +570978,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._MatchDepositsState_build_closure14.prototype = { call$2(context, index) { @@ -561297,7 +570991,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return new A.InvoiceListItem(invoice, null, true, B.JSArray_methods.contains$1(t2, invoice), new A._MatchDepositsState_build__closure0(t1, invoice), false, null); }, - $signature: 348 + $signature: 425 }; A._MatchDepositsState_build__closure0.prototype = { call$0() { @@ -561346,7 +571040,7 @@ call$1(invoice) { return invoice.id; }, - $signature: 336 + $signature: 271 }; A._MatchWithdrawals.prototype = { createState$0() { @@ -561357,9 +571051,10 @@ initState$0() { var t1, transactions, state, transaction, t2, _this = this, _null = null; _this.super$State$initState(); - _this._vendorFilterController = A.TextEditingController$(_null); - _this._categoryFilterController = A.TextEditingController$(_null); - _this._expenseFilterController = A.TextEditingController$(_null); + t1 = $.$get$ChangeNotifier__emptyListeners(); + _this._vendorFilterController = new A.TextEditingController(B.TextEditingValue_li8, t1); + _this._categoryFilterController = new A.TextEditingController(B.TextEditingValue_li8, t1); + _this._expenseFilterController = new A.TextEditingController(B.TextEditingValue_li8, t1); _this.___MatchWithdrawalsState__selectedExpenses_A = A._setArrayType([], type$.JSArray_ExpenseEntity); _this._vendorFocusNode = A.FocusNode$(true, _null, true, true, _null, _null, false); _this._categoryFocusNode = A.FocusNode$(true, _null, true, true, _null, _null, false); @@ -561622,13 +571317,13 @@ return false; return true; }, - $signature: 3241 + $signature: 3242 }; A._MatchWithdrawalsState_updateCategoryList_closure0.prototype = { call$2(categoryA, categoryB) { return B.JSString_methods.compareTo$1(categoryA.name.toLowerCase(), categoryB.name.toLowerCase()); }, - $signature: 3242 + $signature: 3243 }; A._MatchWithdrawalsState_updateVendorList_closure.prototype = { call$1(vendor) { @@ -561650,13 +571345,13 @@ return false; return true; }, - $signature: 3243 + $signature: 3244 }; A._MatchWithdrawalsState_updateVendorList_closure0.prototype = { call$2(vendorA, vendorB) { return B.JSString_methods.compareTo$1(vendorA.name.toLowerCase(), vendorB.name.toLowerCase()); }, - $signature: 3244 + $signature: 3245 }; A._MatchWithdrawalsState_updateExpenseList_closure.prototype = { call$1(expense) { @@ -561717,7 +571412,7 @@ } return true; }, - $signature: 508 + $signature: 507 }; A._MatchWithdrawalsState_updateExpenseList_closure0.prototype = { call$2(expenseA, expenseB) { @@ -561728,7 +571423,7 @@ t2.toString; return B.JSString_methods.compareTo$1(t1, t2); }, - $signature: 575 + $signature: 479 }; A._MatchWithdrawalsState_build_closure.prototype = { call$1(expense) { @@ -561741,20 +571436,20 @@ t3.toString; t1.$indexSet(0, t2, t3 + expense.get$grossAmount()); }, - $signature: 333 + $signature: 326 }; A._MatchWithdrawalsState_build_closure0.prototype = { call$1(currencyId) { return A.formatNumber(this.totalSelected.$index(0, currencyId), this.context, null, currencyId, B.FormatNumberType_0, true, null, null, false); }, - $signature: 31 + $signature: 32 }; A._MatchWithdrawalsState_build_closure1.prototype = { call$1(value) { var t1 = this.$this; return t1.setState$1(new A._MatchWithdrawalsState_build__closure18(t1, value)); }, - $signature: 73 + $signature: 75 }; A._MatchWithdrawalsState_build__closure18.prototype = { call$0() { @@ -561767,7 +571462,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure17(t1)); }, - $signature: 38 + $signature: 40 }; A._MatchWithdrawalsState_build__closure17.prototype = { call$0() { @@ -561839,7 +571534,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure12(t1, date)); }, - $signature: 47 + $signature: 49 }; A._MatchWithdrawalsState_build__closure12.prototype = { call$0() { @@ -561854,7 +571549,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure11(t1, date)); }, - $signature: 47 + $signature: 49 }; A._MatchWithdrawalsState_build__closure11.prototype = { call$0() { @@ -561868,7 +571563,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._MatchWithdrawalsState_build_closure9.prototype = { call$2(context, index) { @@ -561882,7 +571577,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); return A.ExpenseListItem$(t2, null, B.JSArray_methods.contains$1(t3, t2), true, null, new A._MatchWithdrawalsState_build__closure10(t1, t2, this.store, this.transaction), true, false); }, - $signature: 345 + $signature: 381 }; A._MatchWithdrawalsState_build__closure10.prototype = { call$0() { @@ -561921,20 +571616,20 @@ b.get$_transaction_model$_$this()._pendingExpenseId = t1; return b; }, - $signature: 126 + $signature: 137 }; A._MatchWithdrawalsState_build_____closure.prototype = { call$1(expense) { return expense.id; }, - $signature: 408 + $signature: 414 }; A._MatchWithdrawalsState_build_closure11.prototype = { call$1(value) { var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure9(t1)); }, - $signature: 38 + $signature: 40 }; A._MatchWithdrawalsState_build__closure9.prototype = { call$0() { @@ -561981,7 +571676,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/transaction")); }, - $signature: 34 + $signature: 35 }; A._MatchWithdrawalsState_build__closure7.prototype = { call$1(vendor) { @@ -561991,7 +571686,7 @@ t2[0].call$1(new A.SaveTransactionSuccess(t1)); t2[0].call$1(new A.UpdateCurrentRoute("/transaction")); }, - $signature: 100 + $signature: 106 }; A._MatchWithdrawalsState_build___closure2.prototype = { call$1(b) { @@ -562000,13 +571695,13 @@ b.get$_transaction_model$_$this()._pendingVendorId = t1; return b; }, - $signature: 126 + $signature: 137 }; A._MatchWithdrawalsState_build_closure15.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._MatchWithdrawalsState_build_closure14.prototype = { call$2(context, index) { @@ -562020,7 +571715,7 @@ t3 = t3 == null ? null : t3.id; return A.VendorListItem$("", t3 === t2.id, new A._MatchWithdrawalsState_build__closure5(t1, t2, this.store, this.transaction), true, t2); }, - $signature: 841 + $signature: 860 }; A._MatchWithdrawalsState_build__closure5.prototype = { call$0() { @@ -562056,14 +571751,14 @@ b.get$_transaction_model$_$this()._pendingVendorId = t1; return b; }, - $signature: 126 + $signature: 137 }; A._MatchWithdrawalsState_build_closure16.prototype = { call$1(value) { var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure4(t1)); }, - $signature: 38 + $signature: 40 }; A._MatchWithdrawalsState_build__closure4.prototype = { call$0() { @@ -562110,7 +571805,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/transaction")); }, - $signature: 34 + $signature: 35 }; A._MatchWithdrawalsState_build__closure2.prototype = { call$1(category) { @@ -562120,7 +571815,7 @@ t2[0].call$1(new A.SaveTransactionSuccess(t1)); t2[0].call$1(new A.UpdateCurrentRoute("/transaction")); }, - $signature: 100 + $signature: 106 }; A._MatchWithdrawalsState_build___closure0.prototype = { call$1(b) { @@ -562129,13 +571824,13 @@ b.get$_transaction_model$_$this()._pendingCategoryId = t1; return b; }, - $signature: 126 + $signature: 137 }; A._MatchWithdrawalsState_build_closure20.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._MatchWithdrawalsState_build_closure19.prototype = { call$2(context, index) { @@ -562149,7 +571844,7 @@ t3 = t3 == null ? null : t3.id; return A.ExpenseCategoryListItem$(t2, "", t3 === t2.id, new A._MatchWithdrawalsState_build__closure0(t1, t2, this.store, this.transaction), true); }, - $signature: 880 + $signature: 780 }; A._MatchWithdrawalsState_build__closure0.prototype = { call$0() { @@ -562185,7 +571880,7 @@ b.get$_transaction_model$_$this()._pendingCategoryId = t1; return b; }, - $signature: 126 + $signature: 137 }; A._MatchWithdrawalsState_build_closure21.prototype = { call$0() { @@ -562201,7 +571896,7 @@ call$1(expense) { return expense.id; }, - $signature: 408 + $signature: 414 }; A._MatchWithdrawalsState_build_closure22.prototype = { call$0() { @@ -562229,20 +571924,20 @@ call$1(store) { return A.TransactionViewVM_TransactionViewVM$fromStore(store); }, - $signature: 3246 + $signature: 3247 }; A.TransactionViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = vm.transactions; return new A.TransactionView(vm, this.$this.isFilter, new A.ValueKey(new A.MappedListIterable(t1, new A.TransactionViewScreen_build__closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$1(0, "|"), type$.ValueKey_String)); }, - $signature: 3247 + $signature: 3248 }; A.TransactionViewScreen_build__closure.prototype = { call$1(transaction) { return transaction.id; }, - $signature: 3248 + $signature: 3249 }; A.TransactionViewVM.prototype = { get$company() { @@ -562267,7 +571962,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.LinkTransactionToPaymentRequest(t1, t2, paymentId)); }, - $signature: 842 + $signature: 861 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure3.prototype = { call$2(context, expenseId) { @@ -562277,7 +571972,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.LinkTransactionToExpenseRequest(t1, t2, expenseId)); }, - $signature: 842 + $signature: 861 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure0.prototype = { call$2(context, invoiceIds) { @@ -562287,7 +571982,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.ConvertTransactionToPaymentRequest(t1, t2, invoiceIds)); }, - $signature: 640 + $signature: 826 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure1.prototype = { call$3(context, vendorId, categoryId) { @@ -562300,7 +571995,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ConvertTransactionsToExpensesRequest(t3, t2, vendorId, categoryId)); }, - $signature: 621 + $signature: 833 }; A.TransactionViewVM_TransactionViewVM$fromStore__closure.prototype = { call$1(_) { @@ -562316,11 +572011,11 @@ t2[0].call$1(new A.TogglePreviewSidebar()); } }, - $signature: 34 + $signature: 35 }; A.TransactionRuleEdit.prototype = { createState$0() { - return new A._TransactionRuleEditState(new A.Debouncer(500), A.TextEditingController$(null), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + return new A._TransactionRuleEditState(new A.Debouncer(500), new A.TextEditingController(B.TextEditingValue_li8, $.$get$ChangeNotifier__emptyListeners()), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._TransactionRuleEditState.prototype = { @@ -562413,13 +572108,13 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_name = t1; return b; }, - $signature: 175 + $signature: 177 }; A._TransactionRuleEditState_build_closure0.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._TransactionRuleEditState_build_closure1.prototype = { call$1(context) { @@ -562525,7 +572220,7 @@ t3.toString; return new A.ScrollableListView(A._setArrayType([t6, t2, A.FormCard$(_null, A._setArrayType([t13, A.EntityDropdown$(true, false, t12, t10, _null, B.EntityType_expenseCategory, B.List_empty0, t3, _null, new A._TransactionRuleEditState_build__closure8(t4), new A._TransactionRuleEditState_build__closure9(t8, t7), _null, _null, _null)], t9), _null, _null, false, _null, false, _null, _null)], t9), _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._TransactionRuleEditState_build__closure.prototype = { call$1(context) { @@ -562545,7 +572240,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._TransactionRuleEditState_build__closure1.prototype = { call$1(value) { @@ -562558,7 +572253,7 @@ b.get$_transaction_rule_model$_$this()._matchesOnAll = this.value; return b; }, - $signature: 175 + $signature: 177 }; A._TransactionRuleEditState_build__closure2.prototype = { call$1(value) { @@ -562571,7 +572266,7 @@ b.get$_transaction_rule_model$_$this()._autoConvert = this.value; return b; }, - $signature: 175 + $signature: 177 }; A._TransactionRuleEditState_build__closure3.prototype = { call$0() { @@ -562587,7 +572282,7 @@ // Function start t1 = $async$self.rule; $async$goto = 2; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A._TransactionRuleEditState_build___closure6(t1), $async$self.context, null, true, type$.TransactionRuleCriteriaEntity), $async$call$0); + return A._asyncAwait(A.showDialog(null, null, true, null, new A._TransactionRuleEditState_build___closure6(t1), $async$self.context, null, true, type$.TransactionRuleCriteriaEntity), $async$call$0); case 2: // returning from await. updatedRule = $async$result; @@ -562607,7 +572302,7 @@ call$1(context) { return new A._RuleCriteria(this.rule, null); }, - $signature: 846 + $signature: 862 }; A._TransactionRuleEditState_build___closure7.prototype = { call$1(b) { @@ -562618,7 +572313,7 @@ B.JSArray_methods.replaceRange$3(t1.get$_safeList(), t2, t2 + 1, iterable); return b; }, - $signature: 175 + $signature: 177 }; A._TransactionRuleEditState_build__closure4.prototype = { call$0() { @@ -562631,7 +572326,7 @@ B.JSArray_methods.remove$1(b.get$rules(b).get$_safeList(), this.rule); return b; }, - $signature: 175 + $signature: 177 }; A._TransactionRuleEditState_build__closure5.prototype = { call$0() { @@ -562646,7 +572341,7 @@ case 0: // Function start $async$goto = 2; - return A._asyncAwait(A.showDialog(null, B.Color_2315255808, true, new A._TransactionRuleEditState_build___closure3(), $async$self.context, null, true, type$.TransactionRuleCriteriaEntity), $async$call$0); + return A._asyncAwait(A.showDialog(null, null, true, null, new A._TransactionRuleEditState_build___closure3(), $async$self.context, null, true, type$.TransactionRuleCriteriaEntity), $async$call$0); case 2: // returning from await. rule = $async$result; @@ -562664,7 +572359,7 @@ call$1(context) { return new A._RuleCriteria(null, null); }, - $signature: 846 + $signature: 862 }; A._TransactionRuleEditState_build___closure4.prototype = { call$1(b) { @@ -562673,13 +572368,13 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.rule); return b; }, - $signature: 175 + $signature: 177 }; A._TransactionRuleEditState_build__closure7.prototype = { call$1(vendor) { this.viewModel.onChanged.call$1(this.transactionRule.rebuild$1(new A._TransactionRuleEditState_build___closure1(vendor))); }, - $signature: 48 + $signature: 52 }; A._TransactionRuleEditState_build___closure1.prototype = { call$1(b) { @@ -562690,7 +572385,7 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_vendorId = t1; return b; }, - $signature: 175 + $signature: 177 }; A._TransactionRuleEditState_build__closure6.prototype = { call$2(completer, $name) { @@ -562699,20 +572394,20 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A._TransactionRuleEditState_build___closure2.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 92 + $signature: 95 }; A._TransactionRuleEditState_build__closure9.prototype = { call$1(category) { this.viewModel.onChanged.call$1(this.transactionRule.rebuild$1(new A._TransactionRuleEditState_build___closure(category))); }, - $signature: 48 + $signature: 52 }; A._TransactionRuleEditState_build___closure.prototype = { call$1(b) { @@ -562723,7 +572418,7 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_categoryId = t1; return b; }, - $signature: 175 + $signature: 177 }; A._TransactionRuleEditState_build__closure8.prototype = { call$2(completer, $name) { @@ -562732,7 +572427,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 165 + $signature: 164 }; A._TransactionRuleEditState_build___closure0.prototype = { call$1(b) { @@ -562871,7 +572566,7 @@ b.get$_transaction_rule_model$_$this()._operator = t1; return b; }, - $signature: 452 + $signature: 456 }; A.__RuleCriteriaState_build_closure0.prototype = { call$1(value) { @@ -562892,7 +572587,7 @@ b.get$_transaction_rule_model$_$this()._operator = this.value; return b; }, - $signature: 452 + $signature: 456 }; A.__RuleCriteriaState_build_closure1.prototype = { call$1(value) { @@ -562913,7 +572608,7 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_value = this.value; return b; }, - $signature: 452 + $signature: 456 }; A.__RuleCriteriaState_build_closure2.prototype = { call$1(context) { @@ -562933,7 +572628,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.__RuleCriteriaState_build_closure4.prototype = { call$0() { @@ -562951,13 +572646,13 @@ call$1(store) { return A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore(store); }, - $signature: 3252 + $signature: 3253 }; A.TransactionRuleEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TransactionRuleEdit(viewModel, new A.ValueKey(viewModel.transactionRule.updatedAt, type$.ValueKey_int)); }, - $signature: 3253 + $signature: 3254 }; A.TransactionRuleEditVM.prototype = { get$transactionRule() { @@ -562973,7 +572668,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTransactionRule(transactionRule)); }, - $signature: 363 + $signature: 418 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -563011,7 +572706,7 @@ t5[0].call$1(new A.SaveTransactionRuleRequest(new A._AsyncCompleter(t4, type$._AsyncCompleter_TransactionRuleEntity), transactionRule)); return t4.then$1$1(0, new A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure(transactionRule, t3, this.state, t1, t2), type$.Null).catchError$1(new A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0(t2)); }, - $signature: 68 + $signature: 69 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure.prototype = { call$1(savedTransactionRule) { @@ -563060,11 +572755,12 @@ } else A.viewEntity(false, savedTransactionRule, null, true); }, - $signature: 363 + $signature: 418 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -563150,7 +572846,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.transactionRuleList, B.EntityType_transactionRule, new A.TransactionRuleListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TransactionRulePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3254 + $signature: 3255 }; A.TransactionRuleListBuilder_build__closure.prototype = { call$2(context, index) { @@ -563167,7 +572863,7 @@ t3 = false; return new A.TransactionRuleListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3255 + $signature: 3256 }; A.TransactionRuleListVM.prototype = {}; A.TransactionRuleListVM_fromStore__handleRefresh.prototype = { @@ -563190,13 +572886,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.TransactionRuleListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.TransactionRuleListVM_fromStore_closure0.prototype = { call$1(field) { @@ -563233,7 +572929,7 @@ t4 = type$.JSArray_String; t5 = A.List_List$of(A._setArrayType([], t4), true, type$.String); B.JSArray_methods.addAll$1(t5, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t4)); - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_transactionRule, false, B.List_empty27, new A.TransactionRuleScreen_build_closure(store), new A.TransactionRuleScreen_build_closure0(store), new A.TransactionRuleScreen_build_closure1(store), new A.TransactionRuleScreen_build_closure2(store), new A.TransactionRuleScreen_build_closure3(store), new A.TransactionRuleScreen_build_closure4(store), new A.TransactionRuleScreen_build_closure5(store), _null, A._setArrayType(["name"], t4), B.List_empty28, t5); + t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_transactionRule, false, B.List_empty28, new A.TransactionRuleScreen_build_closure(store), new A.TransactionRuleScreen_build_closure0(store), new A.TransactionRuleScreen_build_closure1(store), new A.TransactionRuleScreen_build_closure2(store), new A.TransactionRuleScreen_build_closure3(store), new A.TransactionRuleScreen_build_closure4(store), new A.TransactionRuleScreen_build_closure5(store), _null, A._setArrayType(["name"], t4), B.List_empty29, t5); t1 = t1.prefState; t1 = (t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_transactionRule) ? A.FloatingActionButton$(A.Theme_of(context).primaryColorDark, A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null), "transaction_rule_fab", false, new A.TransactionRuleScreen_build_closure6(context), t2.get$newTransactionRule()) : _null; return A.ListScaffold$(_null, B.List_empty20, new A.ListFilter(B.EntityType_transactionRule, t3.filter, new A.TransactionRuleScreen_build_closure7(store), this.viewModel.transactionRuleList, _null, _null, new A.TransactionRuleScreen_build_closure8(store), new A.ValueKey("__filter_" + t3.filterClearedAt + "__", type$.ValueKey_String)), new A.TransactionRuleListBuilder(_null), t5, B.EntityType_transactionRule, t1, 0, "bank_accounts", new A.TransactionRuleScreen_build_closure9(store), new A.TransactionRuleScreen_build_closure10(store)); @@ -563253,7 +572949,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionRules(value)); }, - $signature: 26 + $signature: 28 }; A.TransactionRuleScreen_build_closure8.prototype = { call$2(state, value) { @@ -563261,7 +572957,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionRulesByState(state)); }, - $signature: 65 + $signature: 67 }; A.TransactionRuleScreen_build_closure9.prototype = { call$0() { @@ -563286,7 +572982,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTransactionRules(value)); }, - $signature: 38 + $signature: 40 }; A.TransactionRuleScreen_build_closure5.prototype = { call$2(state, value) { @@ -563294,7 +572990,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionRulesByState(state)); }, - $signature: 62 + $signature: 64 }; A.TransactionRuleScreen_build_closure.prototype = { call$0() { @@ -563361,7 +573057,7 @@ call$2(context, vm) { return new A.TransactionRuleScreen(vm, null); }, - $signature: 3256 + $signature: 3257 }; A.TransactionRuleScreenVM.prototype = {}; A.TransactionRuleView.prototype = { @@ -563479,13 +573175,13 @@ call$1(store) { return A.TransactionRuleViewVM_TransactionRuleViewVM$fromStore(store); }, - $signature: 3257 + $signature: 3258 }; A.TransactionRuleViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TransactionRuleView(vm, this.$this.isFilter, null); }, - $signature: 3258 + $signature: 3259 }; A.TransactionRuleViewVM.prototype = { get$transactionRule() { @@ -563505,8 +573201,9 @@ }; A.UserEdit.prototype = { createState$0() { - var _null = null; - return new A._UserEditState(new A.Debouncer(500), A.FocusScopeNode$(true, _null, false), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), _null, _null, B._StateLifecycle_0); + var t1 = A.FocusScopeNode$(true, null, false), + t2 = $.$get$ChangeNotifier__emptyListeners(); + return new A._UserEditState(new A.Debouncer(500), t1, new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), new A.TextEditingController(B.TextEditingValue_li8, t2), A._setArrayType([], type$.JSArray_TextEditingController), null, null, B._StateLifecycle_0); } }; A._UserEditState.prototype = { @@ -563772,7 +573469,7 @@ b.get$_user_model$_$this()._customValue4 = t1; return b; }, - $signature: 96 + $signature: 97 }; A._UserEditState__onChanged_closure0.prototype = { call$0() { @@ -563784,20 +573481,20 @@ call$1(value) { return value.length !== 0; }, - $signature: 12 + $signature: 11 }; A._UserEditState__togglePermission_closure0.prototype = { call$1(b) { b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 96 + $signature: 97 }; A._UserEditState_build_closure15.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._UserEditState_build_closure.prototype = { call$1(val) { @@ -563811,7 +573508,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._UserEditState_build_closure0.prototype = { call$1(val) { @@ -563825,7 +573522,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._UserEditState_build_closure1.prototype = { call$1(val) { @@ -563839,20 +573536,20 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._UserEditState_build_closure2.prototype = { call$2(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure12(channel, options))); }, - $signature: 761 + $signature: 851 }; A._UserEditState_build__closure12.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.String)); return b; }, - $signature: 96 + $signature: 97 }; A._UserEditState_build_closure3.prototype = { call$1(value) { @@ -563865,7 +573562,7 @@ b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 96 + $signature: 97 }; A._UserEditState_build_closure4.prototype = { call$1(value) { @@ -563885,7 +573582,7 @@ call$1(element) { return element.length !== 0; }, - $signature: 12 + $signature: 11 }; A._UserEditState_build__closure10.prototype = { call$1(b) { @@ -563894,7 +573591,7 @@ t1.get$_company_model$_$this()._permissions = t2; return b; }, - $signature: 96 + $signature: 97 }; A._UserEditState_build_closure5.prototype = { call$1(value) { @@ -563914,7 +573611,7 @@ call$1(element) { return element.length !== 0; }, - $signature: 12 + $signature: 11 }; A._UserEditState_build__closure8.prototype = { call$1(b) { @@ -563923,7 +573620,7 @@ t1.get$_company_model$_$this()._permissions = t2; return b; }, - $signature: 96 + $signature: 97 }; A._UserEditState_build_closure6.prototype = { call$0() { @@ -563939,13 +573636,13 @@ t1._togglePermission$1("view_all"); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build___closure0(t1)); }, - $signature: 11 + $signature: 12 }; A._UserEditState_build___closure0.prototype = { call$1(duration) { this.$this._togglePermission$1("edit_all"); }, - $signature: 11 + $signature: 12 }; A._UserEditState_build_closure7.prototype = { call$1(value) { @@ -563988,7 +573685,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 249 + $signature: 267 }; A._UserEditState_build_closure14.prototype = { call$1(type) { @@ -564010,7 +573707,7 @@ t5 = t4 ? _null : new A._UserEditState_build__closure4(t1, editPermission); return A.DataRow$(A._setArrayType([t2, t6, t7, A.DataCell$(new A._PermissionCheckbox(t3, editPermission, new A._UserEditState_build__closure5(t1, editPermission), t4, _null), _null, t5)], type$.JSArray_DataCell), _null, _null, false); }, - $signature: 3259 + $signature: 3260 }; A._UserEditState_build__closure.prototype = { call$0() { @@ -564027,13 +573724,13 @@ t1._togglePermission$1(this.viewPermission); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._UserEditState_build____closure(t1, this.editPermission)); }, - $signature: 11 + $signature: 12 }; A._UserEditState_build____closure.prototype = { call$1(duration) { this.$this._togglePermission$1(this.editPermission); }, - $signature: 11 + $signature: 12 }; A._UserEditState_build__closure1.prototype = { call$1(value) { @@ -564105,13 +573802,13 @@ call$1(store) { return A.UserEditVM_UserEditVM$fromStore(store); }, - $signature: 3260 + $signature: 3261 }; A.UserEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.UserEdit(viewModel, new A.ValueKey(viewModel.user.updatedAt, type$.ValueKey_int)); }, - $signature: 3261 + $signature: 3262 }; A.UserEditVM.prototype = { get$user(receiver) { @@ -564127,7 +573824,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateUser(user)); }, - $signature: 167 + $signature: 187 }; A.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -564166,7 +573863,7 @@ A.passwordCallback(false, new A.UserEditVM_UserEditVM$fromStore___closure(t1, new A._AsyncCompleter(t2, type$._AsyncCompleter_UserEntity), user), this.context, false); return t2.then$1$1(0, new A.UserEditVM_UserEditVM$fromStore___closure0(user, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.UserEditVM_UserEditVM$fromStore___closure1()); }, - $signature: 68 + $signature: 69 }; A.UserEditVM_UserEditVM$fromStore___closure.prototype = { call$2(password, idToken) { @@ -564174,7 +573871,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveUserRequest(this.completer, this.user, password, idToken)); }, - $signature: 81 + $signature: 79 }; A.UserEditVM_UserEditVM$fromStore___closure0.prototype = { call$1(savedUser) { @@ -564209,14 +573906,15 @@ } else A.viewEntity(false, savedUser, null, true); }, - $signature: 167 + $signature: 187 }; A.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.UserEditVM_UserEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.UserEditVM_UserEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -564282,7 +573980,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.userList, B.EntityType_user, new A.UserListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 3262 + $signature: 3263 }; A.UserListBuilder_build__closure.prototype = { call$2(context, index) { @@ -564291,7 +573989,7 @@ t2.toString; return new A.UserListItem(t2, new A.UserListBuilder_build___closure(new A.UserListBuilder_build__closure_showDialog(t2)), t1.filter, null); }, - $signature: 3263 + $signature: 3264 }; A.UserListBuilder_build__closure_showDialog.prototype = { call$0() { @@ -564326,13 +574024,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.UserListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.UserListVM_fromStore_closure0.prototype = { call$1(field) { @@ -564361,7 +574059,7 @@ userCompany = t2._list$_list[t3.selectedCompanyIndex].userCompany; t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.AppLocalization); t3 = t3.userUIState.listUIState; - t4 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_user, false, B.List_empty27, new A.UserScreen_build_closure(store), new A.UserScreen_build_closure0(store), new A.UserScreen_build_closure1(store), new A.UserScreen_build_closure2(store), new A.UserScreen_build_closure3(store), new A.UserScreen_build_closure4(store), new A.UserScreen_build_closure5(store), _null, A._setArrayType(["first_name", "last_name", "email"], type$.JSArray_String), B.List_empty28, _null); + t4 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, _null, B.EntityType_user, false, B.List_empty28, new A.UserScreen_build_closure(store), new A.UserScreen_build_closure0(store), new A.UserScreen_build_closure1(store), new A.UserScreen_build_closure2(store), new A.UserScreen_build_closure3(store), new A.UserScreen_build_closure4(store), new A.UserScreen_build_closure5(store), _null, A._setArrayType(["first_name", "last_name", "email"], type$.JSArray_String), B.List_empty29, _null); if (t1.prefState.appLayout === B.AppLayout_mobile && userCompany.can$2(B.UserPermission_create, B.EntityType_user)) { t1 = A.Theme_of(context); t5 = A.Icon$(B.IconData_57415_MaterialIcons_null_false, B.Color_4294967295, _null, _null); @@ -564391,7 +574089,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterUsers(value)); }, - $signature: 26 + $signature: 28 }; A.UserScreen_build_closure8.prototype = { call$2(state, value) { @@ -564399,7 +574097,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterUsersByState(state)); }, - $signature: 65 + $signature: 67 }; A.UserScreen_build_closure9.prototype = { call$0() { @@ -564464,7 +574162,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterUsersByState(state)); }, - $signature: 62 + $signature: 64 }; A.UserScreen_build_closure.prototype = { call$0() { @@ -564499,7 +574197,7 @@ call$2(context, vm) { return new A.UserScreen(vm, null); }, - $signature: 3264 + $signature: 3265 }; A.UserScreenVM.prototype = {}; A.UserView.prototype = { @@ -564715,13 +574413,13 @@ call$1(store) { return A.UserViewVM_UserViewVM$fromStore(store); }, - $signature: 3265 + $signature: 3266 }; A.UserViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.UserView(vm, this.$this.isFilter, null); }, - $signature: 3266 + $signature: 3267 }; A.UserViewVM.prototype = { get$user(receiver) { @@ -564827,7 +574525,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._VendorEditState_build_closure0.prototype = { call$1(context) { @@ -564854,8 +574552,8 @@ }; A.VendorEditAddress.prototype = { createState$0() { - var _null = null; - return new A.VendorEditAddressState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.VendorEditAddressState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), A._setArrayType([], type$.JSArray_TextEditingController), new A.Debouncer(500), B._StateLifecycle_0); } }; A.VendorEditAddressState.prototype = { @@ -564966,7 +574664,7 @@ b.get$_vendor_model$_$this()._vendor_model$_postalCode = t1; return b; }, - $signature: 92 + $signature: 95 }; A.VendorEditAddressState__onChanged_closure0.prototype = { call$0() { @@ -564978,7 +574676,7 @@ call$1(country) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditAddressState_build__closure(country))); }, - $signature: 63 + $signature: 66 }; A.VendorEditAddressState_build__closure.prototype = { call$1(b) { @@ -564987,7 +574685,7 @@ b.get$_vendor_model$_$this()._vendor_model$_countryId = t1; return b; }, - $signature: 92 + $signature: 95 }; A.VendorEditContacts.prototype = { createState$0() { @@ -564996,7 +574694,8 @@ }; A._VendorEditContactsState.prototype = { _showContactEditor$2(contact, context) { - A.showDialog(null, B.Color_2315255808, true, new A._VendorEditContactsState__showContactEditor_closure(this, contact), context, null, true, type$.VendorContactEditDetails); + var _null = null; + A.showDialog(_null, _null, true, _null, new A._VendorEditContactsState__showContactEditor_closure(this, contact), context, _null, true, type$.VendorContactEditDetails); }, build$1(context) { var isFullscreen, contacts, contact, t4, t5, t6, children, _this = this, _null = null, @@ -565053,19 +574752,19 @@ t5 = t2.length; return new A.VendorContactEditDetails(B.JSArray_methods.indexOf$2(t2, B.JSArray_methods.firstWhere$2$orElse(t2, new A._VendorEditContactsState__showContactEditor__closure(t3), null), 0), t3, viewModel, t1, t5 > 1, new A.ValueKey("__" + t4 + "__" + t3.id + "__", type$.ValueKey_String)); }, - $signature: 3267 + $signature: 3268 }; A._VendorEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 200 + $signature: 194 }; A._VendorEditContactsState_build_closure.prototype = { call$1(contact) { return new A.ContactListTile(new A._VendorEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 3268 + $signature: 3269 }; A._VendorEditContactsState_build__closure.prototype = { call$0() { @@ -565077,7 +574776,7 @@ call$1(duration) { this.$this._showContactEditor$2(this.contact, this.context); }, - $signature: 11 + $signature: 12 }; A._VendorEditContactsState_build_closure1.prototype = { call$0() { @@ -565111,8 +574810,8 @@ }; A.VendorContactEditDetails.prototype = { createState$0() { - var _null = null; - return new A.VendorContactEditDetailsState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.VendorContactEditDetailsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); }, get$contact() { return this.contact; @@ -565279,7 +574978,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 387 + $signature: 358 }; A.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -565318,7 +575017,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.VendorContactEditDetailsState_build_closure4.prototype = { call$1(value) { @@ -565332,7 +575031,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.VendorContactEditDetailsState_build_closure3.prototype = { call$1(_) { @@ -565390,14 +575089,14 @@ b.get$_vendor_model$_$this()._vendor_model$_sendEmail = this.value; return b; }, - $signature: 387 + $signature: 358 }; A.VendorContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_sendEmail = this.value; return b; }, - $signature: 387 + $signature: 358 }; A.VendorContactEditDetailsState_build_closure11.prototype = { call$0() { @@ -565412,7 +575111,7 @@ t1.viewModel.onRemoveContactPressed.call$1(t1.index); A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 26 + $signature: 28 }; A.VendorContactEditDetailsState_build_closure12.prototype = { call$0() { @@ -565431,13 +575130,13 @@ call$1(store) { return A.VendorEditContactsVM_VendorEditContactsVM$fromStore(store); }, - $signature: 3269 + $signature: 3270 }; A.VendorEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.VendorEditContacts(vm, this.$this.viewModel, null); }, - $signature: 3270 + $signature: 3271 }; A.VendorEditContactsVM.prototype = { get$company() { @@ -565466,7 +575165,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteVendorContact(index)); }, - $signature: 418 + $signature: 393 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1.prototype = { call$0() { @@ -565482,7 +575181,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateVendorContact(index, contact)); }, - $signature: 3271 + $signature: 3272 }; A.VendorEditDesktop.prototype = { build$1(context) { @@ -565494,8 +575193,8 @@ }; A.VendorEditDetails.prototype = { createState$0() { - var _null = null; - return new A.VendorEditDetailsState(A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), A.TextEditingController$(_null), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.VendorEditDetailsState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), B._StateLifecycle_0); } }; A.VendorEditDetailsState.prototype = { @@ -565599,7 +575298,7 @@ if (state.userCompanyStates._list$_list[state.uiState.selectedCompanyIndex].userCompany.company.calculateTaxes) { t4 = t1.get$classification(); t5 = type$.MappedListIterable_of_String_and_DropdownMenuItem_String; - t7.push(A.AppDropdownButton$(false, _null, "", true, A.List_List$of(new A.MappedListIterable(B.List_014, new A.VendorEditDetailsState_build_closure1(t1), t5), true, t5._eval$1("ListIterable.E")), _null, t4, new A.VendorEditDetailsState_build_closure2(viewModel, vendor), _null, true, vendor.classification, type$.String)); + t7.push(A.AppDropdownButton$(false, _null, "", true, A.List_List$of(new A.MappedListIterable(B.List_013, new A.VendorEditDetailsState_build_closure1(t1), t5), true, t5._eval$1("ListIterable.E")), _null, t4, new A.VendorEditDetailsState_build_closure2(viewModel, vendor), _null, true, vendor.classification, type$.String)); } return A.Form$(_null, A.FormCard$(_null, t7, _null, _null, false, _null, true, _null, t3), t2); } @@ -565648,7 +575347,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 92 + $signature: 95 }; A.VendorEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -565670,7 +575369,7 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A.VendorEditDetailsState_build_closure0.prototype = { call$1(userId) { @@ -565683,7 +575382,7 @@ b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.userId; return b; }, - $signature: 92 + $signature: 95 }; A.VendorEditDetailsState_build_closure2.prototype = { call$1(value) { @@ -565696,14 +575395,14 @@ b.get$_vendor_model$_$this()._vendor_model$_classification = this.value; return b; }, - $signature: 92 + $signature: 95 }; A.VendorEditDetailsState_build_closure1.prototype = { call$1(classification) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(classification), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, classification, type$.String); }, - $signature: 40 + $signature: 41 }; A.VendorEditFooter.prototype = { build$1(context) { @@ -565759,7 +575458,8 @@ }; A.VendorEditNotes.prototype = { createState$0() { - return new A.VendorEditNotesState(A.TextEditingController$(null), A.TextEditingController$(null), new A.Debouncer(500), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A.VendorEditNotesState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), B._StateLifecycle_0); } }; A.VendorEditNotesState.prototype = { @@ -565836,7 +575536,7 @@ b.get$_vendor_model$_$this()._vendor_model$_privateNotes = t1; return b; }, - $signature: 92 + $signature: 95 }; A.VendorEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -565879,7 +575579,7 @@ call$1(currency) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditSettingsState_build__closure0(currency))); }, - $signature: 63 + $signature: 66 }; A.VendorEditSettingsState_build__closure0.prototype = { call$1(b) { @@ -565890,13 +575590,13 @@ b.get$_vendor_model$_$this()._vendor_model$_currencyId = t1; return b; }, - $signature: 92 + $signature: 95 }; A.VendorEditSettingsState_build_closure0.prototype = { call$1(language) { return this.viewModel.onChanged.call$1(this.vendor.rebuild$1(new A.VendorEditSettingsState_build__closure(language))); }, - $signature: 63 + $signature: 66 }; A.VendorEditSettingsState_build__closure.prototype = { call$1(b) { @@ -565907,7 +575607,7 @@ b.get$_vendor_model$_$this()._vendor_model$_languageId = t1; return b; }, - $signature: 92 + $signature: 95 }; A.VendorEditScreen.prototype = { build$1(context) { @@ -565919,13 +575619,13 @@ call$1(store) { return A.VendorEditVM_VendorEditVM$fromStore(store); }, - $signature: 3272 + $signature: 3273 }; A.VendorEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.VendorEdit(viewModel, new A.ValueKey(viewModel.vendor.updatedAt, type$.ValueKey_int)); }, - $signature: 3273 + $signature: 3274 }; A.VendorEditVM.prototype = { get$vendor(receiver) { @@ -565941,7 +575641,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateVendor(vendor)); }, - $signature: 314 + $signature: 330 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -565972,7 +575672,7 @@ }; A.VendorEditVM_VendorEditVM$fromStore__closure.prototype = { call$0() { - var t3, t4, $navigator, t5, + var t3, t4, $navigator, t5, _null = null, t1 = this.store, t2 = t1.__Store__state_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -565986,8 +575686,8 @@ if (!t2.get$hasNameSet()) { t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.VendorEditVM_VendorEditVM$fromStore___closure(t4), t1, null, true, type$.ErrorDialog); - return null; + A.showDialog(_null, _null, true, _null, new A.VendorEditVM_VendorEditVM$fromStore___closure(t4), t1, _null, true, type$.ErrorDialog); + return _null; } t3 = new A._Future($.Zone__current, type$._Future_VendorEntity); t5 = t1.__Store__dispatchers_F; @@ -565995,7 +575695,7 @@ t5[0].call$1(new A.SaveVendorRequest(new A._AsyncCompleter(t3, type$._AsyncCompleter_VendorEntity), t2)); return t3.then$1$1(0, new A.VendorEditVM_VendorEditVM$fromStore___closure0(t2, t4, this.state, t1, $navigator), type$.Null).catchError$1(new A.VendorEditVM_VendorEditVM$fromStore___closure1()); }, - $signature: 130 + $signature: 136 }; A.VendorEditVM_VendorEditVM$fromStore___closure.prototype = { call$1(context) { @@ -566051,14 +575751,15 @@ A.viewEntity(false, savedVendor, null, true); } }, - $signature: 314 + $signature: 330 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.VendorEditVM_VendorEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.VendorEditVM_VendorEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -566162,7 +575863,7 @@ } return t1; }, - $signature: 115 + $signature: 121 }; A.VendorListItem_build__closure2.prototype = { call$0() { @@ -566190,7 +575891,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.vendor], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 71 + $signature: 74 }; A.VendorListItem_build__closure5.prototype = { call$0() { @@ -566223,7 +575924,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.vendorList, B.EntityType_vendor, new A.VendorListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.VendorPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3274 + $signature: 3275 }; A.VendorListBuilder_build__closure.prototype = { call$2(context, index) { @@ -566236,7 +575937,7 @@ t3 = t4 && B.JSArray_methods.contains$1(t3._list$_list, t2.id); return A.VendorListItem$(t1.filter, t3, null, t4, t2); }, - $signature: 841 + $signature: 860 }; A.VendorListVM.prototype = {}; A.VendorListVM_fromStore__handleRefresh.prototype = { @@ -566259,13 +575960,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.VendorListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.VendorListVM_fromStore_closure0.prototype = { call$1(field) { @@ -566359,13 +576060,13 @@ call$1(contact) { return contact.get$fullName(); }, - $signature: 3275 + $signature: 3276 }; A.VendorPresenter_getField_closure0.prototype = { call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.vendor.get$primaryContact().email, 0, null)); }, - $signature: 44 + $signature: 71 }; A.VendorScreen.prototype = { build$1(context) { @@ -566405,7 +576106,7 @@ if (company.calculateTaxes) B.JSArray_methods.addAll$1(t6, A._setArrayType(["classification"], t5)); t7 = A._setArrayType(["number", "name", "city", "phone", "entity_state", "contact_email", "last_login_at"], t5); - t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("vendor1", true), company.getCustomFieldValues$2$excludeBlank("vendor2", true), company.getCustomFieldValues$2$excludeBlank("vendor3", true), company.getCustomFieldValues$2$excludeBlank("vendor4", true), t7, B.EntityType_vendor, false, B.List_empty27, new A.VendorScreen_build_closure(store), new A.VendorScreen_build_closure0(store), new A.VendorScreen_build_closure1(store), new A.VendorScreen_build_closure2(store), new A.VendorScreen_build_closure3(store), new A.VendorScreen_build_closure4(store), new A.VendorScreen_build_closure5(store), _null, A._setArrayType(["name", "number", "updated_at"], t5), B.List_empty28, t6); + t6 = A.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("vendor1", true), company.getCustomFieldValues$2$excludeBlank("vendor2", true), company.getCustomFieldValues$2$excludeBlank("vendor3", true), company.getCustomFieldValues$2$excludeBlank("vendor4", true), t7, B.EntityType_vendor, false, B.List_empty28, new A.VendorScreen_build_closure(store), new A.VendorScreen_build_closure0(store), new A.VendorScreen_build_closure1(store), new A.VendorScreen_build_closure2(store), new A.VendorScreen_build_closure3(store), new A.VendorScreen_build_closure4(store), new A.VendorScreen_build_closure5(store), _null, A._setArrayType(["name", "number", "updated_at"], t5), B.List_empty29, t6); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && t2.can$2(B.UserPermission_create, B.EntityType_vendor)) { t1 = A.Theme_of(context); @@ -566436,7 +576137,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterVendors(value)); }, - $signature: 26 + $signature: 28 }; A.VendorScreen_build_closure8.prototype = { call$2(state, value) { @@ -566444,7 +576145,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterVendorsByState(state)); }, - $signature: 65 + $signature: 67 }; A.VendorScreen_build_closure9.prototype = { call$0() { @@ -566509,7 +576210,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterVendorsByState(state)); }, - $signature: 62 + $signature: 64 }; A.VendorScreen_build_closure.prototype = { call$0() { @@ -566544,7 +576245,7 @@ call$2(context, vm) { return new A.VendorScreen(vm, null); }, - $signature: 3276 + $signature: 3277 }; A.VendorScreenVM.prototype = {}; A.VendorView.prototype = { @@ -566654,7 +576355,7 @@ t1.push(A.RefreshIndicator$(new A.VendorViewActivity(t3, new A.ValueKey(t4.id, type$.ValueKey_String)), new A._VendorViewState_build__closure2(t3, context))); return A.Column$(A._setArrayType([A.Expanded$(A.TabBarView$(t1, t2, _null), 1), new A.BottomButtons(_this.vendor, B.EntityAction_newExpense, B.EntityAction_archive, true, true, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 235 + $signature: 270 }; A._VendorViewState_build__closure.prototype = { call$0() { @@ -566724,13 +576425,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 77 + $signature: 78 }; A._VendorViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], true, null); }, - $signature: 309 + $signature: 300 }; A.VendorViewDetails.prototype = { createState$0() { @@ -566846,7 +576547,7 @@ listTiles.push(new A.Padding(B.EdgeInsets_16_16_16_16, A.FutureBuilder$(t2.get$_launchStatus(), t2._launched, type$.Null), _null)); return listTiles; }, - $signature: 305 + $signature: 292 }; A._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -566894,7 +576595,7 @@ t2.push(A.AppListTile$(_null, t1, B.IconData_58530_MaterialIcons_null_false, new A._VendorViewDetailsState_build__buildDetailsList__closure2(t5, t6, contact), t4, t3 + "\n" + t1)); } }, - $signature: 3277 + $signature: 3278 }; A._VendorViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -566978,7 +576679,7 @@ call$2(path, isPrivate) { return this.$this.viewModel.onUploadDocuments.call$3(this.context, path, isPrivate); }, - $signature: 138 + $signature: 144 }; A.VendorViewDocuments_build_closure0.prototype = { call$0() { @@ -567183,7 +576884,7 @@ } return A.Row$(t13, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 810 + $signature: 525 }; A._VendorViewFullwidthState_build__closure.prototype = { call$0() { @@ -567234,7 +576935,7 @@ } return A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3278 + $signature: 3279 }; A._VendorViewFullwidthState_build__closure2.prototype = { call$0() { @@ -567407,14 +577108,14 @@ call$1(store) { return A.VendorViewVM_VendorViewVM$fromStore(store); }, - $signature: 3279 + $signature: 3280 }; A.VendorViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = this.$this; return new A.VendorView(vm, t1.isFilter, t1.isTopFilter, vm.state.uiState.vendorUIState.tabIndex, null); }, - $signature: 3280 + $signature: 3281 }; A.VendorViewVM.prototype = { get$vendor(receiver) { @@ -567439,13 +577140,13 @@ t1[0].call$1(new A.LoadVendor(completer, this.vendor.id)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.VendorViewVM_VendorViewVM$fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.VendorViewVM_VendorViewVM$fromStore_closure0.prototype = { call$3(context, multipartFile, isPrivate) { @@ -567457,7 +577158,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 112 }; A.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1(client) { @@ -567469,11 +577170,12 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 80 }; A.VendorViewVM_VendorViewVM$fromStore__closure0.prototype = { call$1(error) { - A.showDialog(null, B.Color_2315255808, true, new A.VendorViewVM_VendorViewVM$fromStore___closure(error), this.context, null, true, type$.ErrorDialog); + var _null = null; + A.showDialog(_null, _null, true, _null, new A.VendorViewVM_VendorViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -567485,7 +577187,8 @@ }; A.WebhookEdit.prototype = { createState$0() { - return new A._WebhookEditState(A.TextEditingController$(null), A.TextEditingController$(null), A.TextEditingController$(null), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(); + return new A._WebhookEditState(new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.TextEditingController(B.TextEditingValue_li8, t1), new A.Debouncer(500), A._setArrayType([], type$.JSArray_TextEditingController), B._StateLifecycle_0); } }; A._WebhookEditState.prototype = { @@ -567563,7 +577266,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 256 + $signature: 239 }; A._WebhookEditState__onChanged_closure0.prototype = { call$0() { @@ -567575,7 +577278,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 50 + $signature: 53 }; A._WebhookEditState_build_closure.prototype = { call$1(context) { @@ -567644,7 +577347,7 @@ } return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t13, _null, _null, false, _null, false, _null, _null)], t16), _null, _null, _null, false, _null); }, - $signature: 144 + $signature: 142 }; A._WebhookEditState_build__closure.prototype = { call$1(value) { @@ -567658,40 +577361,40 @@ t1 = null; return t1; }, - $signature: 31 + $signature: 32 }; A._WebhookEditState_build__closure1.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.webhook.rebuild$1(new A._WebhookEditState_build___closure4(value))); }, - $signature: 32 + $signature: 33 }; A._WebhookEditState_build___closure4.prototype = { call$1(b) { b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 256 + $signature: 239 }; A._WebhookEditState_build__closure0.prototype = { call$1(eventId) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_AHGNA.$index(0, eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, eventId, type$.String); }, - $signature: 40 + $signature: 41 }; A._WebhookEditState_build__closure2.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.webhook.rebuild$1(new A._WebhookEditState_build___closure3(value))); }, - $signature: 32 + $signature: 33 }; A._WebhookEditState_build___closure3.prototype = { call$1(b) { b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 256 + $signature: 239 }; A._WebhookEditState_build__closure3.prototype = { call$1(value) { @@ -567734,7 +577437,7 @@ b.get$headers(b).$indexSet(0, this.key, this.value); return b; }, - $signature: 256 + $signature: 239 }; A._WebhookEditState_build__closure6.prototype = { call$1(key) { @@ -567751,7 +577454,7 @@ t4.toString; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, t3, A.IconButton$(_null, _null, _null, _null, t1, _null, new A._WebhookEditState_build___closure(this.viewModel, t2, key), _null, _null, _null, t4, _null), _null); }, - $signature: 225 + $signature: 209 }; A._WebhookEditState_build___closure.prototype = { call$0() { @@ -567764,7 +577467,7 @@ b.get$headers(b).get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 256 + $signature: 239 }; A.WebhookEditScreen.prototype = { build$1(context) { @@ -567776,13 +577479,13 @@ call$1(store) { return A.WebhookEditVM_WebhookEditVM$fromStore(store); }, - $signature: 3281 + $signature: 3282 }; A.WebhookEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.WebhookEdit(viewModel, new A.ValueKey(viewModel.webhook.updatedAt, type$.ValueKey_int)); }, - $signature: 3282 + $signature: 3283 }; A.WebhookEditVM.prototype = { get$webhook() { @@ -567798,7 +577501,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateWebhook(webhook)); }, - $signature: 354 + $signature: 419 }; A.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -567839,7 +577542,7 @@ t4[0].call$1(new A.SaveWebhookRequest(new A._AsyncCompleter(t2, type$._AsyncCompleter_WebhookEntity), webhook)); return t2.then$1$1(0, new A.WebhookEditVM_WebhookEditVM$fromStore___closure(webhook, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.WebhookEditVM_WebhookEditVM$fromStore___closure0()); }, - $signature: 68 + $signature: 69 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure.prototype = { call$1(savedWebhook) { @@ -567874,14 +577577,15 @@ } else A.viewEntity(false, savedWebhook, null, true); }, - $signature: 354 + $signature: 419 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1(error) { - var t1 = $.$get$navigatorKey(); + var _null = null, + t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.WebhookEditVM_WebhookEditVM$fromStore____closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.WebhookEditVM_WebhookEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -567948,13 +577652,13 @@ call$1(store) { return A.WebhookViewVM_WebhookViewVM$fromStore(store); }, - $signature: 3283 + $signature: 3284 }; A.WebhookViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.WebhookView(vm, false, null); }, - $signature: 3284 + $signature: 3285 }; A.WebhookViewVM.prototype = { get$webhook() { @@ -568034,7 +577738,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.webhookList, B.EntityType_webhook, new A.WebhookListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.WebhookPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3285 + $signature: 3286 }; A.WebhookListBuilder_build__closure.prototype = { call$2(context, index) { @@ -568051,7 +577755,7 @@ t3 = false; return new A.WebhookListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3286 + $signature: 3287 }; A.WebhookListVM.prototype = {}; A.WebhookListVM_fromStore__handleRefresh.prototype = { @@ -568074,13 +577778,13 @@ t1[0].call$1(new A.RefreshData(completer, false, false, false)); return completer.future; }, - $signature: 18 + $signature: 19 }; A.WebhookListVM_fromStore_closure.prototype = { call$1(context) { return this._handleRefresh.call$1(context); }, - $signature: 18 + $signature: 19 }; A.WebhookListVM_fromStore_closure0.prototype = { call$1(field) { @@ -568117,7 +577821,7 @@ t4 = type$.JSArray_String; t5 = A.List_List$of(A._setArrayType([], t4), true, type$.String); B.JSArray_methods.addAll$1(t5, A._setArrayType(["created_at", "updated_at", "archived_at", "assigned_to", "created_by", "entity_state", "is_deleted"], t4)); - t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_webhook, false, B.List_empty27, new A.WebhookScreen_build_closure(store), new A.WebhookScreen_build_closure0(store), new A.WebhookScreen_build_closure1(store), new A.WebhookScreen_build_closure2(store), new A.WebhookScreen_build_closure3(store), new A.WebhookScreen_build_closure4(store), new A.WebhookScreen_build_closure5(store), _null, A._setArrayType(["target_url"], t4), B.List_empty28, t5); + t5 = A.AppBottomBar$(B.List_empty0, B.List_empty0, B.List_empty0, B.List_empty0, A._setArrayType([], t4), B.EntityType_webhook, false, B.List_empty28, new A.WebhookScreen_build_closure(store), new A.WebhookScreen_build_closure0(store), new A.WebhookScreen_build_closure1(store), new A.WebhookScreen_build_closure2(store), new A.WebhookScreen_build_closure3(store), new A.WebhookScreen_build_closure4(store), new A.WebhookScreen_build_closure5(store), _null, A._setArrayType(["target_url"], t4), B.List_empty29, t5); t1 = t1.prefState; if ((t1.appLayout === B.AppLayout_mobile || t1.menuSidebarMode === B.AppSidebarMode_float) && userCompany.can$2(B.UserPermission_create, B.EntityType_webhook)) { t1 = A.Theme_of(context); @@ -568148,7 +577852,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterWebhooks(value)); }, - $signature: 26 + $signature: 28 }; A.WebhookScreen_build_closure8.prototype = { call$2(state, value) { @@ -568156,7 +577860,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterWebhooksByState(state)); }, - $signature: 65 + $signature: 67 }; A.WebhookScreen_build_closure9.prototype = { call$0() { @@ -568181,7 +577885,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortWebhooks(value)); }, - $signature: 38 + $signature: 40 }; A.WebhookScreen_build_closure5.prototype = { call$2(state, value) { @@ -568189,7 +577893,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterWebhooksByState(state)); }, - $signature: 62 + $signature: 64 }; A.WebhookScreen_build_closure.prototype = { call$0() { @@ -568256,7 +577960,7 @@ call$2(context, vm) { return new A.WebhookScreen(vm, null); }, - $signature: 3287 + $signature: 3288 }; A.WebhookScreenVM.prototype = {}; A.snackBarCompleter_closure.prototype = { @@ -568275,13 +577979,13 @@ }; A.snackBarCompleter_closure0.prototype = { call$1(error) { - var t1; + var t1, _null = null; if (this.shouldPop && this.navigator.canPop$0()) this.navigator.pop$0(); t1 = $.$get$navigatorKey(); t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); t1.toString; - A.showDialog(null, B.Color_2315255808, true, new A.snackBarCompleter__closure(error), t1, null, true, type$.ErrorDialog); + A.showDialog(_null, _null, true, _null, new A.snackBarCompleter__closure(error), t1, _null, true, type$.ErrorDialog); }, $signature: 3 }; @@ -568358,7 +578062,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 179 + $signature: 182 }; A.showErrorDialog_closure.prototype = { call$1(context) { @@ -568370,7 +578074,7 @@ call$1(context) { return new A.MessageDialog(this.message, null, this.secondaryActions, this.onDismiss, null, null); }, - $signature: 438 + $signature: 362 }; A.confirmCallback_closure.prototype = { call$1(context) { @@ -568424,7 +578128,7 @@ t3.toString; return A.PointerInterceptor$(A.AlertDialog$(A._setArrayType([t2, A.TextButton$(t7, A.Text$(J.$index$asx(t3, "ok").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.confirmCallback__closure3(t4), _null)], type$.JSArray_Widget), _null, _null, t1, _null, t6, t9)); }, - $signature: 736 + $signature: 703 }; A.confirmCallback_closure__onPressed.prototype = { call$0() { @@ -568490,11 +578194,11 @@ A.print("## 3"); return new A.PasswordConfirmation(this.callback, "", null); }, - $signature: 450 + $signature: 455 }; A.passwordCallback_closure1.prototype = { call$2(idToken, accessToken) { - var t1, t2, _this = this; + var t1, t2, _this = this, _null = null; if (!_this.alwaysRequire) { t1 = _this.state; t1 = !t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.oauthPasswordRequired; @@ -568504,23 +578208,23 @@ t2 = _this.callback; if (t1) { A.print("## 4"); - t2.call$2(null, idToken); + t2.call$2(_null, idToken); } else { A.print("## 5"); - A.showDialog(null, B.Color_2315255808, false, new A.passwordCallback__closure0(t2, idToken), _this.context, null, true, type$.AlertDialog); + A.showDialog(_null, _null, false, _null, new A.passwordCallback__closure0(t2, idToken), _this.context, _null, true, type$.AlertDialog); } }, - $signature: 185 + $signature: 170 }; A.passwordCallback__closure0.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 450 + $signature: 455 }; A.passwordCallback_closure2.prototype = { call$2(idToken, accessToken) { - var t1, t2, _this = this; + var t1, t2, _this = this, _null = null; if (!_this.alwaysRequire) { t1 = _this.state; t1 = !t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.oauthPasswordRequired; @@ -568530,19 +578234,19 @@ t2 = _this.callback; if (t1) { A.print("## 6"); - t2.call$2(null, idToken); + t2.call$2(_null, idToken); } else { A.print("## 7"); - A.showDialog(null, B.Color_2315255808, false, new A.passwordCallback__closure(t2, idToken), _this.context, null, true, type$.AlertDialog); + A.showDialog(_null, _null, false, _null, new A.passwordCallback__closure(t2, idToken), _this.context, _null, true, type$.AlertDialog); } }, - $signature: 185 + $signature: 170 }; A.passwordCallback__closure.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 450 + $signature: 455 }; A.passwordCallback_closure3.prototype = { call$1(error) { @@ -568586,7 +578290,7 @@ t5.toString; t5 = J.$index$asx(t5, "password"); t5.toString; - t4 = A.TextField$(true, B.List_empty0, true, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(B.Alignment_0_1, _null, _null, _null, A.Icon$(_this._isPasswordObscured ? B.IconData_59069_MaterialIcons_null_false : B.IconData_59070_MaterialIcons_null_false, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A._PasswordConfirmationState_build_closure(_this), _null, _null, _null, _null, _null), _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, B.TextInputType_7_null_null, _null, _null, _null, 1, _null, _null, t4, "\u2022", _null, new A._PasswordConfirmationState_build_closure0(_this), _null, new A._PasswordConfirmationState_build_closure1(_this), _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null, _null); + t4 = A.TextField$(true, B.List_empty0, true, _null, true, B.Clip_1, _null, A.text_field_TextField__defaultContextMenuBuilder$closure(), _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(B.Alignment_0_1, _null, _null, _null, A.Icon$(_this._isPasswordObscured ? B.IconData_59069_MaterialIcons_null_false : B.IconData_59070_MaterialIcons_null_false, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A._PasswordConfirmationState_build_closure(_this), _null, _null, _null, _null, _null), _null, _null, _null, _null), B.DragStartBehavior_1, true, _null, true, _null, false, _null, _null, _null, B.TextInputType_7_null_null, _null, _null, _null, 1, _null, _null, t4, "\u2022", _null, new A._PasswordConfirmationState_build_closure0(_this), _null, new A._PasswordConfirmationState_build_closure1(_this), _null, _null, false, _null, true, _null, B.EdgeInsets_20_20_20_20, _null, _null, B.BoxHeightStyle_0, B.BoxWidthStyle_0, _null, _null, _null, _null, _null, _null, B.TextAlign_4, _null, B.TextCapitalization_30, _null, _null, _null, _null); t5 = t2.$index(0, t1); t5.toString; t5 = A.TextButton$(false, A.Text$(J.$index$asx(t5, "cancel").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._PasswordConfirmationState_build_closure2(context), _null); @@ -568639,7 +578343,7 @@ var _this = this; return new A.FieldConfirmation(_this.callback, _this.title, _this.field, _this.value, _this.maxLength, _this.secondaryActions, null); }, - $signature: 3289 + $signature: 3290 }; A.FieldConfirmation.prototype = { createState$0() { @@ -568669,7 +578373,7 @@ t4 = t2.value; t5 = t2.maxLength; t6 = t5 != null ? B.MaxLengthEnforcement_1 : B.MaxLengthEnforcement_0; - t6 = A.TextFormField$(true, _null, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, _null, _null, _null, t2.field, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null, t4, _null, _null, _null, _null, t5, t6, 1, _null, false, new A._FieldConfirmationState_build_closure(_this), _null, new A._FieldConfirmationState_build_closure0(_this), _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null); + t6 = A.TextFormField$(true, _null, true, _null, _null, _null, _null, _null, 2, A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2.field, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, false, _null, t4, _null, _null, _null, _null, t5, t6, 1, _null, false, new A._FieldConfirmationState_build_closure(_this), _null, new A._FieldConfirmationState_build_closure0(_this), _null, _null, false, _null, _null, _null, B.TextAlign_4, _null, _null, _null); t5 = _this._widget.secondaryActions; t2 = t5 == null ? A._setArrayType([], type$.JSArray_Widget) : t5; t2 = A.List_List$of(t2, true, type$.Widget); @@ -568811,7 +578515,7 @@ call$1(statusId) { return statusId !== this.task.statusId; }, - $signature: 12 + $signature: 11 }; A.changeTaskStatusDialog_closure0.prototype = { call$1(context) { @@ -568847,7 +578551,7 @@ t1 = A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.$get$1(0, statusId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57689_MaterialIcons_null_false, _null, _null, _null), _null, _null, new A.changeTaskStatusDialog___closure(_this.store, _this.task, statusId, _this.localization, _this.context), false, _null, _null, _null, _null, _null, t1, _null, _null); }, - $signature: 225 + $signature: 209 }; A.changeTaskStatusDialog___closure.prototype = { call$0() { @@ -568878,7 +578582,7 @@ b.get$_task_model$_$this()._task_model$_statusId = this.statusId; return b; }, - $signature: 75 + $signature: 76 }; A.changeTaskStatusDialog__closure0.prototype = { call$0() { @@ -568909,7 +578613,7 @@ t1 = false; return t1; }, - $signature: 194 + $signature: 197 }; A.addToInvoiceDialog_closure0.prototype = { call$1(context) { @@ -568932,7 +578636,7 @@ t3 = t2.$ti._eval$1("MappedIterable<1,SimpleDialogOption>"); return A.SimpleDialog$(A.List_List$of(new A.MappedIterable(t2, new A.addToInvoiceDialog__closure(context, this.items), t3), true, t3._eval$1("Iterable.E")), t1); }, - $signature: 179 + $signature: 182 }; A.addToInvoiceDialog__closure.prototype = { call$1(invoice) { @@ -568943,7 +578647,7 @@ t3.toString; return A.SimpleDialogOption$(A.Row$(A._setArrayType([t1, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.addToInvoiceDialog___closure(t2, invoice, this.items)); }, - $signature: 3290 + $signature: 3291 }; A.addToInvoiceDialog___closure.prototype = { call$0() { @@ -569154,7 +578858,7 @@ call$1(entity) { return entity.get$id(entity); }, - $signature: 49 + $signature: 51 }; A._RunTemplateDialogState_build__closure2.prototype = { call$0() { @@ -569204,7 +578908,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 466 + $signature: 606 }; A._RunTemplateDialogState_build___closure0.prototype = { call$0() { @@ -569239,21 +578943,21 @@ t1.toString; return t1; }, - $signature: 104 + $signature: 107 }; A._RunTemplateDialogState_build_closure3.prototype = { call$1(entity) { var _null = null; return A.Text$(entity.get$listDisplayName(), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 3291 + $signature: 3292 }; A._RunTemplateDialogState_build_closure4.prototype = { call$1(design) { var t1 = this.$this; t1.setState$1(new A._RunTemplateDialogState_build__closure0(t1, design)); }, - $signature: 140 + $signature: 147 }; A._RunTemplateDialogState_build__closure0.prototype = { call$0() { @@ -571097,7 +580801,7 @@ return false; case "code": t1 = B.C_Uuid.v4$0(); - t2 = A.AttributedText$(null, element.get$textContent()); + t2 = A.AttributedText$(element.get$textContent(), null); _this._markdown$_content.push(A.ParagraphNode$(t1, A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_code], type$.String, type$.dynamic), t2)); break; case "ul": @@ -571161,7 +580865,7 @@ _parseInline$1(element) { var t1, _i, inlineParser = A.InlineParser$(element.get$textContent(), A.Document$0(null)), - inlineVisitor = new A._InlineMarkdownToDocument(A._setArrayType([A.AttributedText$(null, "")], type$.JSArray_AttributedText)), + inlineVisitor = new A._InlineMarkdownToDocument(A._setArrayType([A.AttributedText$(null, null)], type$.JSArray_AttributedText)), inlineNodes = inlineParser.parse$0(0); for (t1 = inlineNodes.length, _i = 0; _i < inlineNodes.length; inlineNodes.length === t1 || (0, A.throwConcurrentModificationError)(inlineNodes), ++_i) J.accept$1$x(inlineNodes[_i], inlineVisitor); @@ -571178,12 +580882,12 @@ this._imageAltText = t1 == null ? "" : t1; return true; } - this._textStack.push(A.AttributedText$(null, "")); + this._textStack.push(A.AttributedText$(null, null)); return true; }, visitText$1(text) { var t1 = this._textStack; - t1.push(t1.pop().copyAndAppend$1(A.AttributedText$(null, text.text))); + t1.push(t1.pop().copyAndAppend$1(A.AttributedText$(text.text, null))); }, visitElementAfter$1(element) { var t1 = this._textStack, @@ -571204,40 +580908,6 @@ t1.push(styledText); } }; - A.AttributedTextMarkdownSerializer.prototype = { - visitAttributions$4(fullText, index, startingAttributions, endingAttributions) { - var t2, markdownStyles, linkMarker, _this = this, - t1 = _this._markdown$_buffer; - t1.toString; - t2 = _this.__AttributedTextMarkdownSerializer__bufferCursor_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1._contents += B.JSString_methods.substring$2(fullText.text, t2, index); - if (startingAttributions._collection$_length !== 0) { - markdownStyles = A.AttributedTextMarkdownSerializer__sortAndSerializeAttributions(startingAttributions, B.AttributionVisitEvent_0); - linkMarker = A.AttributedTextMarkdownSerializer__encodeLinkMarker(startingAttributions, B.AttributionVisitEvent_0); - t1 = _this._markdown$_buffer; - t2 = t1._contents += linkMarker; - t1._contents = t2 + markdownStyles; - } - t2 = _this.__AttributedTextMarkdownSerializer__fullText_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1._contents += t2[index]; - _this.__AttributedTextMarkdownSerializer__bufferCursor_A = index + 1; - if (endingAttributions._collection$_length !== 0) { - markdownStyles = A.AttributedTextMarkdownSerializer__sortAndSerializeAttributions(endingAttributions, B.AttributionVisitEvent_1); - linkMarker = A.AttributedTextMarkdownSerializer__encodeLinkMarker(endingAttributions, B.AttributionVisitEvent_1); - t1 = _this._markdown$_buffer; - t2 = t1._contents += markdownStyles; - t1._contents = t2 + linkMarker; - } - } - }; - A.AttributedTextMarkdownSerializer__encodeLinkMarker_closure.prototype = { - call$1(element) { - return element instanceof A.LinkAttribution; - }, - $signature: 284 - }; A._EmptyParagraphSyntax.prototype = { get$pattern(_) { return $.$get$_emptyParagraphPattern(); @@ -571267,7 +580937,7 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 873 + $signature: 865 }; A.GoogleOAuth_signUp_closure.prototype = { call$1(value) { @@ -571280,25 +580950,25 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 873 + $signature: 865 }; A.toSnakeCase_closure.prototype = { call$1(match) { return "_" + match.$index(0, 0).toLowerCase(); }, - $signature: 114 + $signature: 118 }; A.toCamelCase_closure.prototype = { call$1(word) { return A.toTitleCase(word); }, - $signature: 30 + $signature: 31 }; A.toSpaceCase_closure.prototype = { call$1(match) { return " " + match.$index(0, 0).toLowerCase(); }, - $signature: 114 + $signature: 118 }; A.toTitleCase_closure.prototype = { call$1(word) { @@ -571308,14 +580978,14 @@ return word; return B.JSString_methods.substring$2(word, 0, 1).toUpperCase() + B.JSString_methods.substring$1(word, 1).toLowerCase(); }, - $signature: 30 + $signature: 31 }; A.matchesStrings_closure.prototype = { call$1(haystack) { if (A.matchesString(haystack, this.needle)) this._box_0.isMatch = true; }, - $signature: 95 + $signature: 99 }; A.matchesString_closure.prototype = { call$1(rune) { @@ -571323,7 +580993,7 @@ t1 = this._box_0; t1.regExp = t1.regExp + (character + ".*?"); }, - $signature: 73 + $signature: 75 }; A.matchesString_closure0.prototype = { call$1(needle) { @@ -571338,18 +581008,25 @@ if (value != null) this._box_0.match = value; }, - $signature: 95 + $signature: 99 }; A.getRandomString_closure.prototype = { call$1(_) { return "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890".charCodeAt(B.C__JSRandom.nextInt$1(62)); }, - $signature: 128 + $signature: 133 }; A.ExampleEditor.prototype = { createState$0() { - var t1 = type$.nullable_Offset; - return new A._ExampleEditorState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), A.ValueNotifier$(null, t1), A.ValueNotifier$(null, t1), new A.MagnifierAndToolbarController($.$get$ChangeNotifier__emptyListeners()), B._StateLifecycle_0); + var _null = null, + t1 = type$.LabeledGlobalKey_State_StatefulWidget, + t2 = $.$get$ChangeNotifier__emptyListeners(), + t3 = A.SelectionLayerLinks$(), + t4 = type$.ValueNotifier_nullable_Offset, + t5 = new A.MagnifierAndToolbarController(t2); + t5._screenPadding = B.EdgeInsets_20_20_20_20; + t5.notifyListeners$0(); + return new A._ExampleEditorState(new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), new A.SignalNotifier(t2), t3, new A.ValueNotifier(B.Brightness_1, t2, type$.ValueNotifier_Brightness), new A.OverlayPortalController(_null), new A.ValueNotifier(_null, t2, t4), new A.OverlayPortalController(_null), new A.ValueNotifier(_null, t2, t4), t5, B._StateLifecycle_0); }, get$value(receiver) { return this.value; @@ -571357,7 +581034,7 @@ }; A._ExampleEditorState.prototype = { initState$0() { - var markdown, t1, t2, t3, _this = this; + var markdown, t1, t2, t3, t4, t5, editor, _this = this; _this.super$State$initState(); markdown = _this._widget.value; markdown = A.stringReplaceAllUnchecked(markdown, "

", "\n"); @@ -571365,84 +581042,75 @@ markdown = A.stringReplaceAllUnchecked(markdown, "

", "\n"); markdown = A.stringReplaceAllUnchecked(markdown, "

", ""); t1 = A.deserializeMarkdownToDocument(A.stringReplaceAllUnchecked(markdown, "
", "")); - t2 = _this.get$_hideOrShowToolbar(); - t1.addListener$1(0, t2); - t1.addListener$1(0, _this.get$_super_editor$_onChanged()); + t1._editor$_listeners.push(_this.get$_super_editor$_onDocumentChange()); _this.___ExampleEditorState__doc_A = t1; - _this._docEditor = new A.DocumentEditor(t1); - t1 = A.DocumentComposer$(); - _this._composer = t1; - t1.selectionNotifier.addListener$1(0, t2); - t1 = _this._docEditor; - t1.toString; - t3 = _this._composer; - t3.toString; - _this.___ExampleEditorState__docOps_A = new A.CommonEditorOperations(t1, t3, new A._ExampleEditorState_initState_closure(_this)); - _this._editorFocusNode = A.FocusNode$(true, null, true, true, null, null, false); + t1 = A.MutableDocumentComposer$(); + _this.___ExampleEditorState__composer_A = t1; + t2 = _this.get$_hideOrShowToolbar(); + t1._selectionNotifier.addListener$1(0, t2); + t1 = A.LinkedHashMap_LinkedHashMap$_literal(["document", _this.___ExampleEditorState__doc_A, "composer", _this.___ExampleEditorState__composer_A], type$.String, type$.Editable); + t3 = A.List_List$from($.$get$defaultRequestHandlers(), true, type$.nullable_EditCommand_Function_EditRequest); + t4 = A.List_List$from($.$get$defaultEditorReactions(), true, type$.EditReaction); + t5 = A._setArrayType([], type$.JSArray_EditListener); + editor = new A.Editor(t3, t4, t5); + t1 = new A.EditContext(t1); + editor.__Editor_context_F = t1; + t3 = type$.JSArray_EditCommand; + editor.__Editor__commandExecutor_F = new A._DocumentEditorCommandExecutor(t1, new A.EditorCommandQueue(A._setArrayType([], t3), A._setArrayType([], t3)), A._setArrayType([], type$.JSArray_EditEvent)); + _this.___ExampleEditorState__docEditor_A = editor; + _this.___ExampleEditorState__docOps_A = new A.CommonEditorOperations(_this.___ExampleEditorState__doc_A, editor, _this.___ExampleEditorState__composer_A, new A._ExampleEditorState_initState_closure(_this)); + _this.___ExampleEditorState__editorFocusNode_A = A.FocusNode$(true, null, true, true, null, null, false); t3 = A.ScrollController$(0, true); t3.addListener$1(0, t2); - _this._super_editor$_scrollController = t3; - }, - didUpdateWidget$1(oldWidget) { - var t1, t2, t3, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - t1 = _this._widget.value; - if (t1 !== oldWidget.value) { - t2 = _this.___ExampleEditorState__doc_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = _this.get$_hideOrShowToolbar(); - t2.removeListener$1(0, t3); - t2 = _this.get$_super_editor$_onChanged(); - _this.___ExampleEditorState__doc_A.removeListener$1(0, t2); - t1 = A.deserializeMarkdownToDocument(t1); - t1.addListener$1(0, t3); - t1.addListener$1(0, t2); - _this.___ExampleEditorState__doc_A = t1; - _this._docEditor = new A.DocumentEditor(t1); - _this._editorFocusNode = A.FocusNode$(true, null, true, true, null, null, false); - } + _this.___ExampleEditorState__scrollController_A = t3; + t3 = A.SuperEditorIosControlsController$(); + _this.___ExampleEditorState__iosControlsController_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___ExampleEditorState__iosControlsController_F = t3; }, dispose$0() { - var t2, _this = this, - t1 = _this._textFormatBarOverlayEntry; - if (t1 != null) - t1.remove$0(0); - t1 = _this.___ExampleEditorState__doc_A; + var _this = this, + t1 = _this.___ExampleEditorState__iosControlsController_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this.get$_hideOrShowToolbar(); - t1.removeListener$1(0, t2); - _this.___ExampleEditorState__doc_A.removeListener$1(0, _this.get$_super_editor$_onChanged()); - _this._super_editor$_scrollController.removeListener$1(0, t2); - _this._composer.removeListener$1(0, t2); - _this._super_editor$_scrollController.dispose$0(); - _this._editorFocusNode.dispose$0(); - _this._composer.dispose$0(); + t1.dispose$0(); + t1 = _this.___ExampleEditorState__scrollController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.___ExampleEditorState__editorFocusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this.___ExampleEditorState__composer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); _this.super$State$dispose(); }, - _super_editor$_onChanged$0() { - if (this._widget.onChanged != null) { - var value = A.serializeDocumentToMarkdown(this._docEditor._document); - this._widget.onChanged.call$1(value); - } + _super_editor$_onDocumentChange$1(_) { + this._hideOrShowToolbar$0(); + this._docChangeSignal.super$ChangeNotifier$notifyListeners(); }, _hideOrShowToolbar$0() { var t1, t2, t3, selectedNode, _this = this; if (_this.get$_super_editor$_gestureMode() !== B.DocumentGestureMode_0) return; - t1 = _this._composer.selectionNotifier._change_notifier$_value; + t1 = _this.___ExampleEditorState__composer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t1 == null) { _this._hideEditorToolbar$0(); return; } t2 = t1.base; - t1 = t1.extent; - t3 = t1.nodeId; + t3 = t1.extent.nodeId; if (t2.nodeId !== t3) { _this._hideEditorToolbar$0(); _this._hideImageToolbar$0(); return; } - if (t2.$eq(0, t1)) { + if (t1.get$isCollapsed(t1)) { _this._hideEditorToolbar$0(); _this._hideImageToolbar$0(); return; @@ -571464,28 +581132,15 @@ _this._hideEditorToolbar$0(); }, _showEditorToolbar$0() { - var t1, t2, _this = this; - if (_this._textFormatBarOverlayEntry == null) { - _this._textFormatBarOverlayEntry = A.OverlayEntry$(new A._ExampleEditorState__showEditorToolbar_closure(_this), false); - t1 = _this._framework$_element; - t1.toString; - t1 = A.LookupBoundary_findAncestorStateOfType(t1, type$.OverlayState); - t1.toString; - t2 = _this._textFormatBarOverlayEntry; - t2.toString; - t1.insert$1(0, t2); - } - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._ExampleEditorState__showEditorToolbar_closure0(_this)); + this._textFormatBarOverlayController.show$0(0); + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._ExampleEditorState__showEditorToolbar_closure(this)); }, _hideEditorToolbar$0() { - var t1, _this = this; - _this._textSelectionAnchor.set$value(0, null); - t1 = _this._textFormatBarOverlayEntry; - if (t1 != null) { - t1.remove$0(0); - _this._textFormatBarOverlayEntry = null; - _this._editorFocusNode.requestFocus$0(); - } + this._textSelectionAnchor.set$value(0, null); + this._textFormatBarOverlayController.hide$0(); + var t1 = this.___ExampleEditorState__editorFocusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestFocus$0(); }, get$_super_editor$_gestureMode() { switch (A.defaultTargetPlatform().index) { @@ -571500,7 +581155,7 @@ return B.DocumentGestureMode_0; } }, - get$_inputSource() { + get$_super_editor$_inputSource() { switch (A.defaultTargetPlatform().index) { case 0: case 2: @@ -571511,133 +581166,197 @@ return B.TextInputSource_1; } }, - _cut$0() { - var t1 = this.___ExampleEditorState__docOps_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.cut$0(); - this._super_editor$_overlayController.hideToolbar$0(); - }, - _copy$0() { - var t1 = this.___ExampleEditorState__docOps_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.copy$0(); - this._super_editor$_overlayController.hideToolbar$0(); - }, - _paste$0() { - var t1 = this.___ExampleEditorState__docOps_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.paste$0(); - this._super_editor$_overlayController.hideToolbar$0(); - }, - _selectAll$0() { - var t1 = this.___ExampleEditorState__docOps_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return t1.selectAll$0(); - }, _showImageToolbar$0() { - var t1, t2, _this = this; - if (_this._imageFormatBarOverlayEntry == null) { - _this._imageFormatBarOverlayEntry = A.OverlayEntry$(new A._ExampleEditorState__showImageToolbar_closure(_this), false); - t1 = _this._framework$_element; - t1.toString; - t1 = A.LookupBoundary_findAncestorStateOfType(t1, type$.OverlayState); - t1.toString; - t2 = _this._imageFormatBarOverlayEntry; - t2.toString; - t1.insert$1(0, t2); - } - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._ExampleEditorState__showImageToolbar_closure0(_this)); + $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._ExampleEditorState__showImageToolbar_closure(this)); + this._imageFormatBarOverlayController.show$0(0); }, _hideImageToolbar$0() { - var t1, _this = this; - _this._imageSelectionAnchor.set$value(0, null); - t1 = _this._imageFormatBarOverlayEntry; - if (t1 != null) { - t1.remove$0(0); - _this._imageFormatBarOverlayEntry = null; - _this._editorFocusNode.requestFocus$0(); - } + this._imageSelectionAnchor.set$value(0, null); + this._imageFormatBarOverlayController.hide$0(); + var t1 = this.___ExampleEditorState__editorFocusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestFocus$0(); }, build$1(context) { - var _null = null; - return new A.Theme(A.ThemeData_ThemeData(_null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.Builder(new A._ExampleEditorState_build_closure(this), _null), _null); + return new A.ValueListenableBuilder(this._brightness, new A._ExampleEditorState_build_closure(), new A.Builder(new A._ExampleEditorState_build_closure0(this), null), null, type$.ValueListenableBuilder_Brightness); }, _buildEditor$1(context) { - var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, + var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, isLight = A.Theme_of(context).colorScheme.brightness === B.Brightness_1, t1 = isLight ? B.Color_4294967295 : B.Color_4280427042, - t2 = _this._docEditor; - t2.toString; - t3 = _this._composer; - t4 = _this._editorFocusNode; - t5 = _this._super_editor$_scrollController; - t6 = isLight ? B.Color_4278190080 : B.MaterialAccentColor_Map_df0_4294922834; - t6 = A._setArrayType([new A.DefaultCaretOverlayBuilder(new A.CaretStyle(B.Color_4278190080, 2, B.BorderRadius_tLn0).copyWith$1$color(t6))], type$.JSArray_DocumentLayerBuilder); - t7 = isLight ? B.SelectionStyles_Color_4289515255 : new A.SelectionStyles(A.Color$fromARGB(B.JSNumber_methods.round$0(76.5), 244, 67, 54)); - t8 = $.$get$defaultStylesheet(); - t9 = A._setArrayType([], type$.JSArray_StyleRule); + t2 = _this.___ExampleEditorState__iosControlsController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.___ExampleEditorState__docEditor_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.___ExampleEditorState__doc_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.___ExampleEditorState__composer_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this.___ExampleEditorState__editorFocusNode_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = _this.___ExampleEditorState__scrollController_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t8 = type$.JSArray_SuperEditorLayerBuilder; + t9 = A._setArrayType([new A.DefaultCaretOverlayBuilder(B.CaretStyle_13i.copyWith$1$color(isLight ? B.Color_4278190080 : B.MaterialAccentColor_Map_df0_4294922834))], t8); + if (A.defaultTargetPlatform() === B.TargetPlatform_2) + B.JSArray_methods.addAll$1(t9, A._setArrayType([new A.SuperEditorAndroidToolbarFocalPointDocumentLayerBuilder(), new A.SuperEditorAndroidHandlesDocumentLayerBuilder()], t8)); + if (A.defaultTargetPlatform() === B.TargetPlatform_0) + B.JSArray_methods.addAll$1(t9, A._setArrayType([new A.SuperEditorAndroidToolbarFocalPointDocumentLayerBuilder(), new A.SuperEditorAndroidHandlesDocumentLayerBuilder()], t8)); + t8 = isLight ? B.SelectionStyles_Color_4289515255 : new A.SelectionStyles(A.Color$fromARGB(B.JSNumber_methods.round$0(76.5), 244, 67, 54)); + t10 = $.$get$defaultStylesheet(); + t11 = A._setArrayType([], type$.JSArray_StyleRule); if (!isLight) - B.JSArray_methods.addAll$1(t9, $.$get$_darkModeStyles()); - t9.push($.$get$taskStyles()); - t10 = A.List_List$of(B.List_empty29, true, type$.StyleRule); - B.JSArray_methods.addAll$1(t10, t8.rules); - B.JSArray_methods.addAll$1(t10, t9); - t9 = _this._docEditor; - t9.toString; - t9 = A._setArrayType([new A.TaskComponentBuilder(t9)], type$.JSArray_ComponentBuilder); - B.JSArray_methods.addAll$1(t9, $.defaultComponentBuilders); - t11 = _this.get$_super_editor$_gestureMode(); - t12 = _this.get$_inputSource(); - t13 = _this.get$_inputSource() === B.TextInputSource_1 ? $.defaultImeKeyboardActions : $.defaultKeyboardActions; - t9 = A.List_List$of(t9, true, type$.ComponentBuilder); - t9.push(B.C_UnknownComponentBuilder); - return new A.ColoredBox(t1, new A.SuperEditorDebugVisuals(B.C_SuperEditorDebugVisualsConfig, new A.SuperEditor(t4, t5, _this._super_editor$_overlayController, _this._docLayoutKey, new A.Stylesheet(t8.documentPadding, t8.inlineTextStyler, t10), t7, t12, t11, new A._ExampleEditorState__buildEditor_closure(_this), new A._ExampleEditorState__buildEditor_closure0(_this), t2, t6, t3, t9, t13, null), null), null); + B.JSArray_methods.addAll$1(t11, $.$get$_darkModeStyles()); + t11.push($.$get$taskStyles()); + t12 = A.List_List$of(B.List_empty30, true, type$.StyleRule); + B.JSArray_methods.addAll$1(t12, t10.rules); + B.JSArray_methods.addAll$1(t12, t11); + t11 = A._setArrayType([new A.TaskComponentBuilder(_this.___ExampleEditorState__docEditor_A)], type$.JSArray_ComponentBuilder); + B.JSArray_methods.addAll$1(t11, B.List_Zeq); + t13 = _this.get$_super_editor$_gestureMode(); + t14 = _this.get$_super_editor$_inputSource(); + t15 = _this.get$_super_editor$_inputSource() === B.TextInputSource_1 ? $.defaultImeKeyboardActions : $.defaultKeyboardActions; + t11 = A.List_List$of(t11, true, type$.ComponentBuilder); + t11.push(B.C_UnknownComponentBuilder); + return new A.ColoredBox(t1, new A.SuperEditorDebugVisuals(B.C_SuperEditorDebugVisualsConfig, new A.KeyedSubtree(new A.SuperEditorIosControlsScope(t2, new A.SuperEditor(t6, t7, _this._docLayoutKey, new A.Stylesheet(t10.documentPadding, t10.inlineTextStyler, t10.selectedTextColorStrategy, t12), t8, t14, t13, _this._selectionLayerLinks, t3, t4, t9, t5, t11, t15, _null), _null), _this._viewportKey), _null), _null); }, _buildMountedToolbar$0() { - var t1 = this.___ExampleEditorState__doc_A; + var t1 = this.___ExampleEditorState__composer_A; t1 === $ && A.throwUnnamedLateFieldNI(); - return new A.MultiListenableBuilder(A.LinkedHashSet_LinkedHashSet$_literal([t1, this._composer.selectionNotifier], type$.Listenable), new A._ExampleEditorState__buildMountedToolbar_closure(this), null); + return new A.MultiListenableBuilder(A.LinkedHashSet_LinkedHashSet$_literal([this._docChangeSignal, t1._selectionNotifier], type$.Listenable), new A._ExampleEditorState__buildMountedToolbar_closure(this), null); + }, + _buildFloatingToolbar$1(context) { + var t2, t3, t4, t5, _this = this, + t1 = _this._selectionLayerLinks.__SelectionLayerLinks_expandedSelectionBoundsLink_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___ExampleEditorState__editorFocusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.___ExampleEditorState__docEditor_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.___ExampleEditorState__doc_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.___ExampleEditorState__composer_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + return new A.EditorToolbar(_this._viewportKey, t1, t2, t3, t4, t5, _this.get$_hideEditorToolbar(), null); + }, + _buildImageToolbar$1(context) { + var t1 = this.___ExampleEditorState__composer_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.ImageFormatToolbar(this._imageSelectionAnchor, t1, new A._ExampleEditorState__buildImageToolbar_closure(this), null); } }; A._ExampleEditorState_initState_closure.prototype = { call$0() { return type$.DocumentLayout._as(this.$this._docLayoutKey.get$currentState()); }, - $signature: 168 + $signature: 145 }; A._ExampleEditorState__showEditorToolbar_closure.prototype = { - call$1(context) { - var t1 = this.$this; - return new A.EditorToolbar(t1._textSelectionAnchor, t1._editorFocusNode, t1._docEditor, t1._composer, t1.get$_hideEditorToolbar(), null); + call$1(timeStamp) { + var t5, docBox, + t1 = this.$this, + t2 = t1._docLayoutKey, + t3 = type$.DocumentLayout._as(t2.get$currentState()), + t4 = t1.___ExampleEditorState__composer_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4._selectionNotifier; + if (t4._pausable_value_notifier$_isPaused) { + t4 = t4.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t4, t4); + t4 = t4.base; + t5 = t1.___ExampleEditorState__composer_A._selectionNotifier; + if (t5._pausable_value_notifier$_isPaused) { + t5 = t5.__PausableValueNotifier__currentValueDuringPause_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + } else + t5 = A.ValueNotifier.prototype.get$value.call(t5, t5); + t5 = t3.getRectForSelection$2(t4, t5.extent); + t5.toString; + docBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject()); + t1._textSelectionAnchor.set$value(0, A.Rect$fromPoints(A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t5.left, t5.top)), A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t5.right, t5.bottom))).get$topCenter()); + }, + $signature: 12 + }; + A._ExampleEditorState__showImageToolbar_closure.prototype = { + call$1(timeStamp) { + var t5, docBox, + t1 = this.$this, + t2 = t1._docLayoutKey, + t3 = type$.DocumentLayout._as(t2.get$currentState()), + t4 = t1.___ExampleEditorState__composer_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4._selectionNotifier; + if (t4._pausable_value_notifier$_isPaused) { + t4 = t4.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t4, t4); + t4 = t4.base; + t5 = t1.___ExampleEditorState__composer_A._selectionNotifier; + if (t5._pausable_value_notifier$_isPaused) { + t5 = t5.__PausableValueNotifier__currentValueDuringPause_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + } else + t5 = A.ValueNotifier.prototype.get$value.call(t5, t5); + t5 = t3.getRectForSelection$2(t4, t5.extent); + t5.toString; + docBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject()); + t1._imageSelectionAnchor.set$value(0, A.Rect$fromPoints(A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t5.left, t5.top)), A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t5.right, t5.bottom))).get$center()); + }, + $signature: 12 + }; + A._ExampleEditorState_build_closure.prototype = { + call$3(context, brightness, child) { + var _null = null, + t1 = A.ThemeData_ThemeData(_null, _null, brightness, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); + child.toString; + return new A.Theme(t1, child, _null); }, $signature: 3295 }; - A._ExampleEditorState__showEditorToolbar_closure0.prototype = { - call$1(timeStamp) { - var t2, t3, t4, docBox, - t1 = this.$this; - if (t1._textFormatBarOverlayEntry == null) - return; - t2 = t1._docLayoutKey; - t3 = type$.DocumentLayout._as(t2.get$currentState()); - t4 = t1._composer.selectionNotifier._change_notifier$_value; - t4 = t3.getRectForSelection$2(t4.base, t4.extent); - t4.toString; - docBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject()); - t1._textSelectionAnchor.set$value(0, A.Rect$fromPoints(A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t4.left, t4.top)), A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t4.right, t4.bottom))).get$topCenter()); - }, - $signature: 11 - }; - A._ExampleEditorState__showImageToolbar_closure.prototype = { - call$1(context) { - var t1 = this.$this; - return new A.ImageFormatToolbar(t1._imageSelectionAnchor, t1._composer, new A._ExampleEditorState__showImageToolbar__closure(t1), null); + A._ExampleEditorState_build_closure0.prototype = { + call$1(themedContext) { + var t1 = this.$this, + t2 = type$.JSArray_Widget, + t3 = A._setArrayType([A.Expanded$(t1._buildEditor$1(themedContext), 1)], t2); + if (t1.get$_super_editor$_gestureMode() !== B.DocumentGestureMode_0) + t3.push(t1._buildMountedToolbar$0()); + return A.OverlayPortal$(A.OverlayPortal$(new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Column$(t3, B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t2), null), t1._imageFormatBarOverlayController, t1.get$_buildImageToolbar()), t1._textFormatBarOverlayController, t1.get$_buildFloatingToolbar()); }, $signature: 3296 }; - A._ExampleEditorState__showImageToolbar__closure.prototype = { + A._ExampleEditorState__buildMountedToolbar_closure.prototype = { + call$1(_) { + var t3, t4, + t1 = this.$this, + t2 = t1.___ExampleEditorState__composer_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (t2 == null) + return B.SizedBox_null_null_null_null; + t2 = t1.___ExampleEditorState__docEditor_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.___ExampleEditorState__doc_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t1.___ExampleEditorState__composer_A; + t1 = t1.___ExampleEditorState__docOps_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.KeyboardEditingToolbar(t2, t3, t4, t1, null); + }, + $signature: 46 + }; + A._ExampleEditorState__buildImageToolbar_closure.prototype = { call$2(nodeId, width) { - var t1 = this.$this.___ExampleEditorState__doc_A; + var t1; + A.print("Applying width " + A.S(width) + " to node " + nodeId); + t1 = this.$this.___ExampleEditorState__doc_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1 = t1._nodesById.$index(0, nodeId); t1.toString; @@ -571645,81 +581364,23 @@ }, $signature: 3297 }; - A._ExampleEditorState__showImageToolbar_closure0.prototype = { - call$1(timeStamp) { - var t2, t3, t4, docBox, - t1 = this.$this; - if (t1._imageFormatBarOverlayEntry == null) - return; - t2 = t1._docLayoutKey; - t3 = type$.DocumentLayout._as(t2.get$currentState()); - t4 = t1._composer.selectionNotifier._change_notifier$_value; - t4 = t3.getRectForSelection$2(t4.base, t4.extent); - t4.toString; - docBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject()); - t1._imageSelectionAnchor.set$value(0, A.Rect$fromPoints(A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t4.left, t4.top)), A.MatrixUtils_transformPoint(docBox.getTransformTo$1(0, null), new A.Offset(t4.right, t4.bottom))).get$center()); - }, - $signature: 11 - }; - A._ExampleEditorState_build_closure.prototype = { - call$1(themedContext) { - var t1 = this.$this, - t2 = type$.JSArray_Widget, - t3 = A._setArrayType([A.Expanded$(t1._buildEditor$1(themedContext), 1)], t2); - if (t1.get$_super_editor$_gestureMode() !== B.DocumentGestureMode_0) - t3.push(t1._buildMountedToolbar$0()); - return new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Column$(t3, B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t2), null); - }, - $signature: 429 - }; - A._ExampleEditorState__buildEditor_closure.prototype = { - call$1(_) { - var t1 = this.$this; - return new A.AndroidTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_paste(), t1.get$_selectAll(), null); - }, - $signature: 3299 - }; - A._ExampleEditorState__buildEditor_closure0.prototype = { - call$1(_) { - var t1 = this.$this, - t2 = t1._super_editor$_overlayController._toolbarTopAnchor; - t2.toString; - return new A.IOSTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_paste(), t2, null); - }, - $signature: 3300 - }; - A._ExampleEditorState__buildMountedToolbar_closure.prototype = { - call$1(_) { - var t3, - t1 = this.$this, - t2 = t1._composer; - if (t2.selectionNotifier._change_notifier$_value == null) - return B.SizedBox_null_null_null_null; - t3 = t1.___ExampleEditorState__doc_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.___ExampleEditorState__docOps_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return new A.KeyboardEditingToolbar(t3, t2, t1, null); - }, - $signature: 52 - }; A._darkModeStyles_closure.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc0], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A._darkModeStyles_closure0.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A._darkModeStyles_closure1.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.EditorToolbar.prototype = { createState$0() { @@ -571727,77 +581388,115 @@ }, closeToolbar$0() { return this.closeToolbar.call$0(); + }, + get$document(receiver) { + return this.document; } }; A._EditorToolbarState.prototype = { initState$0() { var t1, _this = this, _null = null; _this.super$State$initState(); - _this._urlFocusNode = A.FocusNode$(true, _null, true, true, _null, _null, false); - t1 = A.AttributedText$(_null, ""); + t1 = _this._widget.editorViewportKey; + _this.___EditorToolbarState__toolbarAligner_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___EditorToolbarState__toolbarAligner_F = new A.CupertinoPopoverToolbarAligner(t1); + _this.___EditorToolbarState__popoverFocusNode_A = A.FocusNode$(true, _null, true, true, _null, _null, false); + _this.___EditorToolbarState__urlFocusNode_A = A.FocusNode$(true, _null, true, true, _null, _null, false); + t1 = A.AttributedText$(_null, _null); t1 = new A.SingleLineAttributedTextEditingController(_this.get$_applyLink(), B.TextSelection_ke5, A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution), B.TextRange_m1_m1, t1, $.$get$ChangeNotifier__emptyListeners()); t1.AttributedTextEditingController$3$composingRegion$selection$text(_null, _null, _null); + t1 = A.ImeAttributedTextEditingController$(t1, true); + t1.__ime_text_editing_controller$_onPerformActionPressed = _this.get$_toolbar0$_onPerformAction(); + t1._realController.set$text(0, A.AttributedText$("https://", _null)); _this._urlController = t1; }, + didChangeDependencies$0() { + var t1, t2, _this = this; + _this.super$State$didChangeDependencies(); + t1 = _this._widget.editorViewportKey; + t2 = _this._framework$_element; + t2.toString; + _this.___EditorToolbarState__screenBoundary_A = new A.WidgetFollowerBoundary(t1, A.InheritedModel_inheritFrom(t2, B._MediaQueryAspect_2, type$.MediaQuery).data.devicePixelRatio); + }, dispose$0() { - this._urlFocusNode.dispose$0(); - var t1 = this._urlController; - t1.toString; - t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); - t1.ChangeNotifier__count = 0; - this.super$State$dispose(); + var _this = this, + t1 = _this.___EditorToolbarState__urlFocusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this._urlController.dispose$0(); + t1 = _this.___EditorToolbarState__popoverFocusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$State$dispose(); }, - _toolbar0$_toggleBold$0() { + _toggleBold$0() { var t1 = this._widget, t2 = t1.editor; - t2.toString; - t1 = t1.composer.selectionNotifier._change_notifier$_value; + t1 = t1.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t1.toString; - t2 = t2._document; - new A.ToggleTextAttributionsCommand(t1, A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_bold], type$.Attribution)).execute$2(t2, new A.DocumentEditorTransaction(t2)); + t2.execute$1(A._setArrayType([new A.ToggleTextAttributionsRequest(t1, A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_bold], type$.Attribution))], type$.JSArray_EditRequest)); }, - _toolbar0$_toggleItalics$0() { + _toggleItalics$0() { var t1 = this._widget, t2 = t1.editor; - t2.toString; - t1 = t1.composer.selectionNotifier._change_notifier$_value; + t1 = t1.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t1.toString; - t2 = t2._document; - new A.ToggleTextAttributionsCommand(t1, A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_italics], type$.Attribution)).execute$2(t2, new A.DocumentEditorTransaction(t2)); + t2.execute$1(A._setArrayType([new A.ToggleTextAttributionsRequest(t1, A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_italics], type$.Attribution))], type$.JSArray_EditRequest)); }, - _toolbar0$_toggleStrikethrough$0() { + _toggleStrikethrough$0() { var t1 = this._widget, t2 = t1.editor; - t2.toString; - t1 = t1.composer.selectionNotifier._change_notifier$_value; + t1 = t1.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t1.toString; - t2 = t2._document; - new A.ToggleTextAttributionsCommand(t1, A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_strikethrough], type$.Attribution)).execute$2(t2, new A.DocumentEditorTransaction(t2)); + t2.execute$1(A._setArrayType([new A.ToggleTextAttributionsRequest(t1, A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_strikethrough], type$.Attribution))], type$.JSArray_EditRequest)); }, _getSelectedLinkSpans$0() { - var extentOffset, selectionStart, selectionEnd, - t1 = this._widget, - t2 = t1.composer.selectionNotifier._change_notifier$_value, - t3 = type$.TextPosition, - baseOffset = t3._as(t2.base.nodePosition).offset; - t2 = t2.extent; - extentOffset = t3._as(t2.nodePosition).offset; + var t2, baseOffset, extentOffset, selectionStart, selectionEnd, + t1 = this._widget.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2 = type$.TextPosition; + baseOffset = t2._as(t1.base.nodePosition).offset; + t1 = t1.extent; + extentOffset = t2._as(t1.nodePosition).offset; selectionStart = Math.min(baseOffset, extentOffset); selectionEnd = Math.max(baseOffset, extentOffset); - return type$.TextNode._as(t1.editor._document._nodesById.$index(0, t2.nodeId))._text$_text.getAttributionSpansInRange$2$attributionFilter$range(new A._EditorToolbarState__getSelectedLinkSpans_closure(), new A.SpanRange(selectionStart, selectionEnd - 1)); + return type$.TextNode._as(this._widget.document._nodesById.$index(0, t1.nodeId))._text$_text.getAttributionSpansInRange$2$attributionFilter$range(new A._EditorToolbarState__getSelectedLinkSpans_closure(), new A.SpanRange(selectionStart, selectionEnd - 1)); }, _onLinkPressed$0() { - var extentOffset, selectionStart, selectionRange, text, overlappingLinkAttributions, overlappingLinkSpan, isLinkSelectionOnTrailingEdge, - t1 = this._widget, - t2 = t1.composer.selectionNotifier._change_notifier$_value, - t3 = type$.TextPosition, - baseOffset = t3._as(t2.base.nodePosition).offset; - t2 = t2.extent; - extentOffset = t3._as(t2.nodePosition).offset; + var t2, baseOffset, extentOffset, selectionStart, selectionRange, text, overlappingLinkAttributions, overlappingLinkSpan, t3, isLinkSelectionOnTrailingEdge, _this = this, + t1 = _this._widget.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2 = type$.TextPosition; + baseOffset = t2._as(t1.base.nodePosition).offset; + t1 = t1.extent; + extentOffset = t2._as(t1.nodePosition).offset; selectionStart = Math.min(baseOffset, extentOffset); - t3 = Math.max(baseOffset, extentOffset) - 1; - selectionRange = new A.SpanRange(selectionStart, t3); - text = type$.TextNode._as(t1.editor._document._nodesById.$index(0, t2.nodeId))._text$_text; + t2 = Math.max(baseOffset, extentOffset) - 1; + selectionRange = new A.SpanRange(selectionStart, t2); + text = type$.TextNode._as(_this._widget.document._nodesById.$index(0, t1.nodeId))._text$_text; overlappingLinkAttributions = text.getAttributionSpansInRange$2$attributionFilter$range(new A._EditorToolbarState__onLinkPressed_closure(), selectionRange); t1 = overlappingLinkAttributions._collection$_length; if (t1 >= 2) @@ -571805,9 +581504,9 @@ if (t1 !== 0) { overlappingLinkSpan = overlappingLinkAttributions.get$first(overlappingLinkAttributions); t1 = overlappingLinkSpan.start; - if (!(t1 >= selectionStart && t1 <= t3)) { - t2 = overlappingLinkSpan.end; - isLinkSelectionOnTrailingEdge = t2 >= selectionStart && t2 <= t3; + if (!(t1 >= selectionStart && t1 <= t2)) { + t3 = overlappingLinkSpan.end; + isLinkSelectionOnTrailingEdge = t3 >= selectionStart && t3 <= t2; } else isLinkSelectionOnTrailingEdge = true; t2 = overlappingLinkSpan.attribution; @@ -571816,23 +581515,28 @@ else text.removeAttribution$2(t2, new A.SpanRange(t1, overlappingLinkSpan.end)); } else - this.setState$1(new A._EditorToolbarState__onLinkPressed_closure0(this)); + _this.setState$1(new A._EditorToolbarState__onLinkPressed_closure0(_this)); }, _applyLink$0() { - var extentOffset, selectionStart, selectionEnd, text, trimmedRange, _this = this, - t1 = _this._urlController._attributed_text_editing_controller$_text, - t2 = _this._widget, - t3 = t2.composer.selectionNotifier._change_notifier$_value, - t4 = type$.TextPosition, - baseOffset = t4._as(t3.base.nodePosition).offset; - t3 = t3.extent; - extentOffset = t4._as(t3.nodePosition).offset; + var t2, t3, baseOffset, extentOffset, selectionStart, selectionEnd, text, trimmedRange, _this = this, + t1 = _this._urlController._realController; + t1 = t1.get$text(t1); + t2 = _this._widget.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t3 = type$.TextPosition; + baseOffset = t3._as(t2.base.nodePosition).offset; + t2 = t2.extent; + extentOffset = t3._as(t2.nodePosition).offset; selectionStart = Math.min(baseOffset, extentOffset); selectionEnd = Math.max(baseOffset, extentOffset); - text = type$.TextNode._as(t2.editor._document._nodesById.$index(0, t3.nodeId))._text$_text; + text = type$.TextNode._as(_this._widget.document._nodesById.$index(0, t2.nodeId))._text$_text; trimmedRange = _this._trimTextRangeWhitespace$2(text, new A.TextRange(selectionStart, selectionEnd - 1)); text.addAttribution$2(new A.LinkAttribution(A.Uri_parse(t1.text, 0, null)), trimmedRange); - _this._urlController.clear$0(0); + _this._urlController._realController.clear$0(0); _this.setState$1(new A._EditorToolbarState__applyLink_closure(_this)); }, _trimTextRangeWhitespace$2(text, range) { @@ -571851,95 +581555,92 @@ } return new A.SpanRange(startOffset, endOffset); }, + _toolbar0$_onPerformAction$1(action) { + if (action === B.TextInputAction_2) + this._applyLink$0(); + }, build$1(context) { - var t2, t3, _this = this, _null = null, - t1 = A._setArrayType([], type$.JSArray_Widget); - if (_this._showUrlField) { - t2 = _this._widget.anchor._change_notifier$_value; - t3 = t2._dx; - t2 = t2._dy; - t1.push(A.Positioned$(_null, A.FractionalTranslation$(_this._buildUrlField$0(), true, B.Offset_Oho), _null, _null, t3, _null, t2, _null)); + var t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, + t1 = _this._widget, + t2 = t1.anchor, + t3 = _this.___EditorToolbarState__screenBoundary_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.___EditorToolbarState__toolbarAligner_F; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.___EditorToolbarState__popoverFocusNode_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.editorFocusNode; + t6 = A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_8xm, _null, _this.get$_toggleBold(), _null, 16, _null, "Bold", _null), _null, _null); + t7 = A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_Dlh, _null, _this.get$_toggleItalics(), _null, 16, _null, "Italics", _null), _null, _null); + t8 = A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_MXY0, _null, _this.get$_toggleStrikethrough(), _null, 16, _null, "Strikethrough", _null), _null, _null); + t9 = _this._getSelectedLinkSpans$0()._collection$_length >= 2 ? _null : _this.get$_onLinkPressed(); + if (_this._getSelectedLinkSpans$0()._collection$_length === 1) + t10 = B.Color_4278221567; + else { + t10 = _this._framework$_element; + t10.toString; + t10 = A.IconTheme_of(t10).color; } - t2 = _this._widget; - t3 = t2.anchor; - t2 = t2.composer; - t1.push(new A._PositionedToolbar(t3, t2, new A.ValueListenableBuilder(t2.selectionNotifier, new A._EditorToolbarState_build_closure(_this), _null, _null, type$.ValueListenableBuilder_nullable_DocumentSelection), _null)); - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); + t11 = type$.JSArray_Widget; + t9 = A._setArrayType([A.IntrinsicWidth$(A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, A.Row$(A._setArrayType([t6, t7, t8, A.Center$(A.IconButton$(_null, t10, _null, _null, B.Icon_gkc, _null, t9, _null, 16, _null, "Link", _null), _null, _null)], t11), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_Sik, _null, _null, B.MaterialType_0), _null)], t11); + if (_this._showUrlField) + B.JSArray_methods.addAll$1(t9, A._setArrayType([B.SizedBox_null_8_null_null, _this._buildUrlField$0()], t11)); + return new A.BuildInOrder(A._setArrayType([A.FollowerFadeOutBeyondBoundary$(t3, A.Follower$withAligner(t4, t3, new A.SuperEditorPopover(t5, t1, A.Column$(t9, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), t2, false), t2)], t11), _null); }, _buildUrlField$0() { - var _this = this, _null = null, - t1 = _this._urlFocusNode, - t2 = _this._widget.editorFocusNode; - return A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(new A.FocusWithCustomParent(new A.SuperTextField(t1, _this._urlController, new A._EditorToolbarState__buildUrlField_closure(_this), B.HintBehavior_1, new A._EditorToolbarState__buildUrlField_closure0(), 1, 1, B.TextInputSource_1, _null), t1, t2, _null), 1), A.IconButton$(_null, _null, _null, _null, B.Icon_r9m, 20, new A._EditorToolbarState__buildUrlField_closure1(_this), B.EdgeInsets_0_0_0_0, 16, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, 40, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 400), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_Sik, _null, _null, B.MaterialType_0); + var t2, _this = this, _null = null, + t1 = _this.___EditorToolbarState__urlFocusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___EditorToolbarState__popoverFocusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.Focus$(false, _null, new A.SuperTextField(t1, _this._urlController, new A._EditorToolbarState__buildUrlField_closure(), B.HintBehavior_1, new A._EditorToolbarState__buildUrlField_closure0(), 1, 1, B.TextInputSource_1, _null), _null, _null, _null, t1, true, _null, _null, _null, _null, t2, _null), 1), A.IconButton$(_null, _null, _null, _null, B.Icon_r9m, 20, new A._EditorToolbarState__buildUrlField_closure1(_this), B.EdgeInsets_0_0_0_0, 16, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, _null, _null, _null, _null, 40, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 400), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_Sik, _null, _null, B.MaterialType_0); } }; A._EditorToolbarState__getSelectedLinkSpans_closure.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 284 + $signature: 213 }; A._EditorToolbarState__onLinkPressed_closure.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 284 + $signature: 213 }; A._EditorToolbarState__onLinkPressed_closure0.prototype = { call$0() { var t1 = this.$this; t1._showUrlField = true; - t1._urlFocusNode.requestFocus$0(); + t1 = t1.___EditorToolbarState__urlFocusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.requestFocus$0(); }, $signature: 0 }; A._EditorToolbarState__applyLink_closure.prototype = { call$0() { - var t1 = this.$this; + var t2, + t1 = this.$this; t1._showUrlField = false; - t1._urlFocusNode.unfocus$1$disposition(B.UnfocusDisposition_1); + t2 = t1.___EditorToolbarState__urlFocusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.unfocus$1$disposition(B.UnfocusDisposition_1); t1._widget.closeToolbar$0(); }, $signature: 0 }; - A._EditorToolbarState_build_closure.prototype = { - call$3(context, selection, child) { - var t1, t2, t3, t4, t5, _null = null; - if (selection == null) - return B.SizedBox_null_null_null_null; - if (!(selection.extent.nodePosition instanceof A.TextPosition)) - return B.SizedBox_null_null_null_null; - t1 = this.$this; - t2 = A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_8xm, _null, t1.get$_toolbar0$_toggleBold(), _null, 16, _null, "Bold", _null), _null, _null); - t3 = A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_Dlh, _null, t1.get$_toolbar0$_toggleItalics(), _null, 16, _null, "Italics", _null), _null, _null); - t4 = A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_MXY0, _null, t1.get$_toolbar0$_toggleStrikethrough(), _null, 16, _null, "Strikethrough", _null), _null, _null); - t5 = t1._getSelectedLinkSpans$0()._collection$_length >= 2 ? _null : t1.get$_onLinkPressed(); - if (t1._getSelectedLinkSpans$0()._collection$_length === 1) - t1 = B.Color_4278221567; - else { - t1 = t1._framework$_element; - t1.toString; - t1 = A.IconTheme_of(t1).color; - } - return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, A.Row$(A._setArrayType([t2, t3, t4, A.Center$(A.IconButton$(_null, t1, _null, _null, B.Icon_gkc, _null, t5, _null, 16, _null, "Link", _null), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_Sik, _null, _null, B.MaterialType_0); - }, - $signature: 890 - }; A._EditorToolbarState__buildUrlField_closure0.prototype = { call$1(context) { - var _null = null; - return A.Text$("Enter a url...", _null, _null, _null, _null, _null, B.TextStyle_66S, _null, _null, _null); + return B.Text_TVF; }, - $signature: 3303 + $signature: 3301 }; A._EditorToolbarState__buildUrlField_closure.prototype = { call$1(_) { - var _null = null, - t1 = this.$this._framework$_element; - t1.toString; - return A.TextStyle$(_null, _null, A.Theme_of(t1).colorScheme.brightness === B.Brightness_0 ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, 16, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); + return B.TextStyle_cMb0; }, - $signature: 190 + $signature: 205 }; A._EditorToolbarState__buildUrlField_closure1.prototype = { call$0() { @@ -571950,10 +581651,12 @@ }; A._EditorToolbarState__buildUrlField__closure.prototype = { call$0() { - var t1 = this.$this; - t1._urlFocusNode.unfocus$0(); + var t1 = this.$this, + t2 = t1.___EditorToolbarState__urlFocusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.unfocus$0(); t1._showUrlField = false; - t1._urlController.clear$0(0); + t1._urlController._realController.clear$0(0); }, $signature: 0 }; @@ -571967,18 +581670,30 @@ }; A._ImageFormatToolbarState.prototype = { _makeImageConfined$0() { - var t1 = this._widget; - t1.setWidth$2(t1.composer.selectionNotifier._change_notifier$_value.extent.nodeId, null); + var t1 = this._widget, + t2 = t1.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t1.setWidth$2(t2.extent.nodeId, null); }, _makeImageFullBleed$0() { - var t1 = this._widget; - t1.setWidth$2(t1.composer.selectionNotifier._change_notifier$_value.extent.nodeId, 1 / 0); + var t1 = this._widget, + t2 = t1.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t1.setWidth$2(t2.extent.nodeId, 1 / 0); }, build$1(context) { var t1 = this._widget, t2 = t1.anchor; t1 = t1.composer; - return new A._PositionedToolbar(t2, t1, new A.ValueListenableBuilder(t1.selectionNotifier, new A._ImageFormatToolbarState_build_closure(this), null, null, type$.ValueListenableBuilder_nullable_DocumentSelection), null); + return new A._PositionedToolbar(t2, t1, new A.ValueListenableBuilder(t1._selectionNotifier, new A._ImageFormatToolbarState_build_closure(this), null, null, type$.ValueListenableBuilder_nullable_DocumentSelection), null); } }; A._ImageFormatToolbarState_build_closure.prototype = { @@ -571989,9 +581704,9 @@ if (!(selection.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition)) return B.SizedBox_null_null_null_null; t1 = this.$this; - return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, new A.Padding(B.EdgeInsets_16_0_16_0, A.Row$(A._setArrayType([A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_MXY2, _null, t1.get$_makeImageConfined(), _null, 16, _null, "Bold", _null), _null, _null), A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_xk6, _null, t1.get$_makeImageFullBleed(), _null, 16, _null, "Italics", _null), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_Sik, _null, _null, B.MaterialType_0); + return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, new A.Padding(B.EdgeInsets_16_0_16_0, A.Row$(A._setArrayType([A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_MXY1, _null, t1.get$_makeImageConfined(), _null, 16, _null, "Bold", _null), _null, _null), A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_xk6, _null, t1.get$_makeImageFullBleed(), _null, 16, _null, "Italics", _null), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_Sik, _null, _null, B.MaterialType_0); }, - $signature: 890 + $signature: 3303 }; A._PositionedToolbar.prototype = { build$1(context) { @@ -572001,13 +581716,23 @@ A._PositionedToolbar_build_closure.prototype = { call$3(context, offset, _) { var t1, t2, _null = null; - if (offset == null || this.$this.composer.selectionNotifier._change_notifier$_value == null) + if (offset != null) { + t1 = this.$this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t1 == null; + } else + t1 = true; + if (t1) return B.SizedBox_null_null_null_null; t1 = offset._dx; t2 = offset._dy; return A.SizedBox$expand(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Positioned$(_null, A.FractionalTranslation$(this.$this.child, true, B.Offset_omC), _null, _null, t1, _null, t2, _null)], type$.JSArray_Widget), _null)); }, - $signature: 3305 + $signature: 3304 }; A.SingleLineAttributedTextEditingController.prototype = { insertNewline$0() { @@ -572041,7 +581766,7 @@ t2.border = "none"; return t1; }, - $signature: 3306 + $signature: 3305 }; A.WebUtils_warnChanges_closure.prototype = { call$1(e) { @@ -572050,7 +581775,7 @@ if (t1.hasChanges$0()) type$.BeforeUnloadEvent._as(e).returnValue = "Changes you made may not be saved."; }, - $signature: 538 + $signature: 547 }; A.WebUtils_microsoftLogin_closure.prototype = { call$1(result) { @@ -572058,7 +581783,7 @@ t2 = J.getInterceptor$x(t1); this.succesCallback.call$2(t2.get$idToken(t1), t2.get$accessToken(t1)); }, - $signature: 3307 + $signature: 3306 }; A.WebUtils_microsoftLogin_closure0.prototype = { call$1(error) { @@ -572072,6 +581797,9 @@ return false; return this.equals$1(other); }, + get$hashCode(_) { + return A.Object_hash(this.text, this.originText, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + }, equals$1(other) { return other instanceof A.LinkifyElement && other.text === this.text; } @@ -572082,6 +581810,9 @@ return false; return this.equals$1(other); }, + get$hashCode(_) { + return A.Object_hash(this.text, this.originText, this.url, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + }, equals$1(other) { return other instanceof A.LinkableElement && this.super$LinkifyElement$equals(other) && other.url === this.url; } @@ -572095,62 +581826,59 @@ return false; return other instanceof A.TextElement0 && this.super$LinkifyElement$equals(other); }, + get$hashCode(_) { + return A.Object_hash(this.text, this.originText, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + }, equals$1(other) { return other instanceof A.TextElement0 && this.super$LinkifyElement$equals(other); } }; A.Linkifier.prototype = {}; A.LinkifyOptions.prototype = {}; - A.linkify_closure.prototype = { - call$1(linkifier) { - var t1 = this._box_0; - t1.list = linkifier.parse$2(0, t1.list, this.options); - }, - $signature: 3308 - }; A.EmailLinkifier.prototype = { parse$2(_, elements, options) { - var list = A._setArrayType([], type$.JSArray_LinkifyElement); - B.JSArray_methods.forEach$1(elements, new A.EmailLinkifier_parse_closure(this, list, options)); + var t2, _i, element, t3, t4, match, t5, text, _null = null, + _s10_ = "startIndex", + t1 = type$.JSArray_LinkifyElement, + list = A._setArrayType([], t1); + for (t2 = elements.length, _i = 0; _i < elements.length; elements.length === t2 || (0, A.throwConcurrentModificationError)(elements), ++_i) { + element = elements[_i]; + if (element instanceof A.TextElement0) { + t3 = $.$get$_emailRegex(); + t4 = element.text; + match = t3.firstMatch$1(t4); + if (match == null) + list.push(element); + else { + t3 = match._match; + t5 = t3[0]; + t5.toString; + text = A.stringReplaceFirstUnchecked(t4, t5, "", 0); + t4 = t3[1]; + t5 = t4; + if ((t5 == null ? _null : t5.length !== 0) === true) { + t4 = t4; + t4.toString; + list.push(new A.TextElement0(t4, t4)); + } + t3 = t3[2]; + t4 = t3; + if ((t4 == null ? _null : t4.length !== 0) === true) { + t3 = t3; + t3.toString; + t4 = A.RegExp_RegExp("mailto:", true, false, false, false); + t3 = A.stringReplaceFirstUnchecked(t3, t4, "", 0); + list.push(new A.EmailElement(t3, "mailto:" + t3, t3, t3)); + } + if (text.length !== 0) + B.JSArray_methods.addAll$1(list, this.parse$2(0, A._setArrayType([new A.TextElement0(text, text)], t1), options)); + } + } else + list.push(element); + } return list; } }; - A.EmailLinkifier_parse_closure.prototype = { - call$1(element) { - var t1, match, t2, t3, text, _this = this; - if (element instanceof A.TextElement0) { - t1 = element.text; - match = $.$get$_emailRegex().firstMatch$1(t1); - if (match == null) - _this.list.push(element); - else { - t2 = match._match; - t3 = t2[0]; - t3.toString; - text = B.JSString_methods.replaceFirst$2(t1, t3, ""); - t1 = t2[1]; - t3 = t1; - if ((t3 == null ? null : t3.length !== 0) === true) { - t1 = t1; - t1.toString; - _this.list.push(new A.TextElement0(t1)); - } - t1 = t2[2]; - t2 = t1; - if ((t2 == null ? null : t2.length !== 0) === true) { - t1 = t1; - t1.toString; - t1 = B.JSString_methods.replaceFirst$2(t1, A.RegExp_RegExp("mailto:", true, false, false, false), ""); - _this.list.push(new A.EmailElement(t1, "mailto:" + t1, t1)); - } - if (text.length !== 0) - B.JSArray_methods.addAll$1(_this.list, _this.$this.parse$2(0, A._setArrayType([new A.TextElement0(text)], type$.JSArray_LinkifyElement), _this.options)); - } - } else - _this.list.push(element); - }, - $signature: 899 - }; A.EmailElement.prototype = { toString$0(_) { return "EmailElement: '" + this.emailAddress + "' (" + this.text + ")"; @@ -572160,72 +581888,77 @@ return false; return this.equals$1(other); }, + get$hashCode(_) { + var _this = this; + return A.Object_hash(_this.text, _this.originText, _this.url, _this.emailAddress, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + }, equals$1(other) { return other instanceof A.EmailElement && this.super$LinkableElement$equals(other) && other.emailAddress === this.emailAddress; } }; A.UrlLinkifier.prototype = { parse$2(_, elements, options) { - var list = A._setArrayType([], type$.JSArray_LinkifyElement); - B.JSArray_methods.forEach$1(elements, new A.UrlLinkifier_parse_closure(this, options, list)); + var t2, t3, t4, t5, _i, element, t6, match, t7, t8, text, originalUrl, originText, end, originalUrl0, url, + t1 = type$.JSArray_LinkifyElement, + list = A._setArrayType([], t1); + for (t2 = elements.length, t3 = options.looseUrl, t4 = options.humanize, t5 = !t4, _i = 0; _i < elements.length; elements.length === t2 || (0, A.throwConcurrentModificationError)(elements), ++_i) { + element = elements[_i]; + if (element instanceof A.TextElement0) { + t6 = element.text; + match = t3 ? $.$get$_looseUrlRegex().firstMatch$1(t6) : $.$get$_urlRegex().firstMatch$1(t6); + if (match == null) + list.push(element); + else { + t7 = match._match; + t8 = t7[0]; + t8.toString; + text = A.stringReplaceFirstUnchecked(t6, t8, "", 0); + t6 = t7[1]; + t8 = t6; + if ((t8 == null ? null : t8.length !== 0) === true) { + t6 = t6; + t6.toString; + list.push(new A.TextElement0(t6, t6)); + } + t6 = t7[2]; + t7 = t6; + if ((t7 == null ? null : t7.length !== 0) === true) { + originalUrl = t6; + t6 = originalUrl.length - 1; + t7 = originalUrl[t6]; + if (t7 === ".") { + originText = B.JSString_methods.substring$2(originalUrl, 0, t6); + originalUrl = originText; + end = "."; + } else { + originText = originalUrl; + end = null; + } + if (!B.JSString_methods.startsWith$1(originalUrl, $.$get$_protocolIdentifierRegex())) + originalUrl0 = "http://" + originalUrl; + else + originalUrl0 = originalUrl; + if (!t5 || false) { + if (t4) { + t6 = A.RegExp_RegExp("https?://", true, false, false, false); + url = A.stringReplaceFirstUnchecked(originalUrl, t6, "", 0); + } else + url = originalUrl; + list.push(new A.UrlElement(originalUrl0, url, originText)); + } else + list.push(new A.UrlElement(originalUrl0, originalUrl0, originText)); + if (end != null) + list.push(new A.TextElement0(end, end)); + } + if (text.length !== 0) + B.JSArray_methods.addAll$1(list, this.parse$2(0, A._setArrayType([new A.TextElement0(text, text)], t1), options)); + } + } else + list.push(element); + } return list; } }; - A.UrlLinkifier_parse_closure.prototype = { - call$1(element) { - var t1, match, t2, t3, text, originalUrl, end, originalUrl0, url, _this = this; - if (element instanceof A.TextElement0) { - t1 = element.text; - match = $.$get$_urlRegex().firstMatch$1(t1); - if (match == null) - _this.list.push(element); - else { - t2 = match._match; - t3 = t2[0]; - t3.toString; - text = B.JSString_methods.replaceFirst$2(t1, t3, ""); - t1 = t2[1]; - t3 = t1; - if ((t3 == null ? null : t3.length !== 0) === true) { - t1 = t1; - t1.toString; - _this.list.push(new A.TextElement0(t1)); - } - t1 = t2[2]; - t2 = t1; - if ((t2 == null ? null : t2.length !== 0) === true) { - originalUrl = t1; - t1 = originalUrl.length - 1; - t2 = originalUrl[t1]; - if (t2 === ".") { - originalUrl = B.JSString_methods.substring$2(originalUrl, 0, t1); - end = "."; - } else - end = null; - if (!B.JSString_methods.startsWith$1(originalUrl, $.$get$_protocolIdentifierRegex())) - originalUrl0 = "http://" + originalUrl; - else - originalUrl0 = originalUrl; - t1 = _this.options.humanize; - if (t1 || false) { - url = t1 ? B.JSString_methods.replaceFirst$2(originalUrl, A.RegExp_RegExp("https?://", true, false, false, false), "") : originalUrl; - t1 = _this.list; - t1.push(new A.UrlElement(originalUrl0, url)); - } else { - t1 = _this.list; - t1.push(new A.UrlElement(originalUrl0, originalUrl0)); - } - if (end != null) - t1.push(new A.TextElement0(end)); - } - if (text.length !== 0) - B.JSArray_methods.addAll$1(_this.list, _this.$this.parse$2(0, A._setArrayType([new A.TextElement0(text)], type$.JSArray_LinkifyElement), _this.options)); - } - } else - _this.list.push(element); - }, - $signature: 899 - }; A.UrlElement.prototype = { toString$0(_) { return "LinkElement: '" + this.url + "' (" + this.text + ")"; @@ -572235,6 +581968,9 @@ return false; return other instanceof A.UrlElement && this.super$LinkableElement$equals(other); }, + get$hashCode(_) { + return A.Object_hash(this.text, this.originText, this.url, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue, B.C_SentinelValue); + }, equals$1(other) { return other instanceof A.UrlElement && this.super$LinkableElement$equals(other); } @@ -572475,8 +582211,7 @@ msg = typeof message == "string" ? message : J.toString$0$(message); if (t1 >= 2000) { A.StackTrace_current(); - if (error == null) - logLevel.toString$0(0); + logLevel.toString$0(0); } t1 = _this.get$fullName(); Date.now(); @@ -572518,7 +582253,7 @@ $parent._logger$_children.$indexSet(0, thisName, t1); return t1; }, - $signature: 3310 + $signature: 3307 }; A.Element1.prototype = { get$isEmpty(_) { @@ -572540,13 +582275,13 @@ t1 = A._setArrayType([], type$.JSArray_Node_2); return J.map$1$1$ax(t1, new A.Element_textContent_closure(), type$.String).join$1(0, ""); }, - $isNode3: 1 + $isNode2: 1 }; A.Element_textContent_closure.prototype = { call$1(child) { return child.get$textContent(); }, - $signature: 3311 + $signature: 3308 }; A.Text1.prototype = { accept$1(_, visitor) { @@ -572555,12 +582290,12 @@ get$textContent() { return this.text; }, - $isNode3: 1 + $isNode2: 1 }; A.UnparsedContent.prototype = { accept$1(_, visitor) { }, - $isNode3: 1, + $isNode2: 1, get$textContent() { return this.textContent; } @@ -572589,13 +582324,14 @@ return regex._nativeRegExp.test(t1); }, parseLines$0() { - var t1, t2, t3, _i, syntax, block, _this = this, + var t1, t2, t3, _i, syntax, t4, block, _this = this, blocks = A._setArrayType([], type$.JSArray_Node_2); for (t1 = _this.lines, t2 = _this.blockSyntaxes; _this._pos < t1.length;) for (t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { syntax = t2[_i]; - if (syntax.canParse$1(_this)) { - block = J.parse$1$z(syntax, _this); + t4 = J.getInterceptor$z(syntax); + if (t4.canParse$1(syntax, _this)) { + block = t4.parse$1(syntax, _this); if (block != null) blocks.push(block); break; @@ -572611,7 +582347,7 @@ canEndBlock$1(parser) { return true; }, - canParse$1(parser) { + canParse$1(_, parser) { var t1 = this.get$pattern(this), t2 = parser.lines[parser._pos]; return t1._nativeRegExp.test(t2); @@ -572620,9 +582356,9 @@ A.BlockSyntax_isAtBlockEnd_closure.prototype = { call$1(s) { var t1 = this.parser; - return s.canParse$1(t1) && s.canEndBlock$1(t1); + return s.canParse$1(0, t1) && s.canEndBlock$1(t1); }, - $signature: 901 + $signature: 871 }; A.EmptyBlockSyntax.prototype = { get$pattern(_) { @@ -572638,7 +582374,7 @@ get$pattern(_) { return $.$get$_dummyPattern(); }, - canParse$1(parser) { + canParse$1(_, parser) { var i, nextLine, t1; if (!this._interperableAsParagraph$1(parser.lines[parser._pos])) return false; @@ -572764,9 +582500,9 @@ }; A.BlockquoteSyntax_parseChildLines_closure.prototype = { call$1(s) { - return s.canParse$1(this.parser); + return s.canParse$1(0, this.parser); }, - $signature: 901 + $signature: 871 }; A.CodeBlockSyntax.prototype = { get$pattern(_) { @@ -572815,7 +582551,7 @@ get$pattern(_) { return $.$get$_codeFencePattern(); }, - canParse$1(parser) { + canParse$1(_, parser) { var t1, t2, infoString, match = $.$get$_codeFencePattern().firstMatch$1(parser.lines[parser._pos]); if (match == null) @@ -572899,12 +582635,12 @@ get$pattern(_) { return $.$get$BlockTagBlockHtmlSyntax__pattern(); }, - canParse$1(parser) { + canParse$1(_, parser) { var t1 = $.$get$BlockTagBlockHtmlSyntax__openBracketPattern(), t2 = parser.lines[parser._pos]; if (!t1._nativeRegExp.test(t2)) return false; - return this.super$BlockSyntax$canParse(parser); + return this.super$BlockSyntax$canParse(0, parser); }, parse$1(_, parser) { var childLines = A._setArrayType([], type$.JSArray_String), @@ -573130,7 +582866,7 @@ t1.__late_helper$_value = pattern.firstMatch$1(t2.lines[t2._pos]); return t1._readLocal$0() != null; }, - $signature: 3314 + $signature: 3311 }; A.UnorderedListSyntax.prototype = { get$pattern(_) { @@ -573155,7 +582891,7 @@ canEndBlock$1(parser) { return false; }, - canParse$1(parser) { + canParse$1(_, parser) { return true; }, parse$1(_, parser) { @@ -573250,13 +582986,13 @@ call$1(i) { return B.JSString_methods.startsWith$1(this.lines[i], $.$get$ParagraphSyntax__reflinkDefinitionStart()); }, - $signature: 132 + $signature: 146 }; A.ParagraphSyntax__parseReflinkDefinition_closure.prototype = { call$0() { return new A.LinkReference(this.destination, this._box_0.title); }, - $signature: 3315 + $signature: 3312 }; A.Document0.prototype = {}; A.LinkReference.prototype = {}; @@ -573472,25 +583208,25 @@ call$1(s) { return !B.JSArray_methods.contains$1(this.$this.document.extensionSet.inlineSyntaxes, s); }, - $signature: 900 + $signature: 872 }; A.InlineParser_parse_closure.prototype = { call$1(syntax) { return syntax.tryMatch$1(this.$this); }, - $signature: 900 + $signature: 872 }; A.InlineParser__linkOrImage_closure.prototype = { call$1(d) { return d.get$char() === 91 || d.get$char() === 33; }, - $signature: 876 + $signature: 873 }; A.InlineParser__linkOrImage_closure0.prototype = { call$1(n) { return n === this.delimiter.node; }, - $signature: 3318 + $signature: 3315 }; A.InlineParser__linkOrImage_closure1.prototype = { call$0() { @@ -573503,26 +583239,26 @@ B.JSArray_methods.removeRange$2(t1, t2, t1.length); return children; }, - $signature: 853 + $signature: 874 }; A.InlineParser__processEmphasis_closure.prototype = { call$0() { return A.List_List$filled(3, this.bottomIndex, false, type$.int); }, - $signature: 661 + $signature: 852 }; A.InlineParser__processEmphasis_closure0.prototype = { call$1(d) { var t1 = this.closer; return d.get$char() === t1.get$char() && d.get$canOpen() && this.$this._canFormEmphasis$2(d, t1); }, - $signature: 876 + $signature: 873 }; A.InlineParser__processEmphasis_closure1.prototype = { call$0() { return B.JSArray_methods.sublist$2(this.$this._inline_parser$_tree, this.openerTextNodeIndex + 1, this._box_0.closerTextNodeIndex); }, - $signature: 853 + $signature: 874 }; A.InlineSyntax.prototype = { tryMatch$1(parser) { @@ -573949,7 +583685,7 @@ $defaultValues() { return [null]; }, - $signature: 3320 + $signature: 3317 }; A.ImageSyntax.prototype = { _inline_parser$_createNode$3$getChildren(destination, title, getChildren) { @@ -573967,7 +583703,7 @@ call$1(node) { return node.get$textContent(); }, - $signature: 3321 + $signature: 3318 }; A.CodeSyntax.prototype = { tryMatch$1(parser) { @@ -574364,276 +584100,10 @@ A.CommonAuthorizationUrlRequest0.prototype = {}; A.CommonEndSessionRequest.prototype = {}; A.JsError.prototype = {}; - A.Promise2.prototype = {}; + A.Promise1.prototype = {}; A.Array.prototype = {}; A.Object0.prototype = {}; A.Reflect.prototype = {}; - A.AnimationDirection.prototype = { - _enumToString$0() { - return "AnimationDirection." + this._core$_name; - } - }; - A.FadeWidget.prototype = { - createState$0() { - return new A._FadeWidgetState(null, null, B._StateLifecycle_0); - } - }; - A._FadeWidgetState.prototype = { - build$1(context) { - var t1 = this.___FadeWidgetState_hideWidget_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - if (t1) - return B.SizedBox_0_0_null_null; - t1 = this.___FadeWidgetState_opacity_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return new A.FadeTransition(t1, false, this._widget.child, null); - }, - initState$0() { - var t1, curved, begin, end, _this = this, _null = null; - _this.super$State$initState(); - t1 = A.AnimationController$(_null, _this._widget.duration, _null, 1, _null, _this); - _this.___FadeWidgetState_controller_A = t1; - curved = A.CurvedAnimation$(_this._widget.curve, t1, _null); - t1 = _this._widget.direction === B.AnimationDirection_0; - begin = t1 ? 0 : 1; - end = t1 ? 1 : 0; - t1 = type$.Tween_double; - _this.___FadeWidgetState_opacity_A = new A._AnimatedEvaluation(curved, new A.Tween(begin, end, t1), t1._eval$1("_AnimatedEvaluation")); - _this.___FadeWidgetState_controller_A.forward$0(0); - _this.___FadeWidgetState_hideWidget_A = false; - if (_this._widget.direction === B.AnimationDirection_1) - _this.___FadeWidgetState_opacity_A.parent.addStatusListener$1(_this.get$animationStatusChange()); - }, - didUpdateWidget$1(oldWidget) { - var t1, t2, curved, begin, end, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - t1 = oldWidget.child; - t2 = _this._widget.child; - if (A.getRuntimeTypeOfDartObject(t1) === A.getRuntimeTypeOfDartObject(t2) && J.$eq$(t1.key, t2.key)) - return; - t1 = _this.___FadeWidgetState_opacity_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this.get$animationStatusChange(); - t1.parent.removeStatusListener$1(t2); - t1 = _this.___FadeWidgetState_controller_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.duration = _this._widget.duration; - t1.set$value(0, 0); - t1 = _this.___FadeWidgetState_controller_A; - curved = A.CurvedAnimation$(_this._widget.curve, t1, null); - t1 = _this._widget.direction === B.AnimationDirection_0; - begin = t1 ? 0 : 1; - end = t1 ? 1 : 0; - t1 = type$.Tween_double; - _this.___FadeWidgetState_opacity_A = new A._AnimatedEvaluation(curved, new A.Tween(begin, end, t1), t1._eval$1("_AnimatedEvaluation")); - _this.___FadeWidgetState_controller_A.forward$0(0); - _this.___FadeWidgetState_hideWidget_A = false; - if (_this._widget.direction === B.AnimationDirection_1) - _this.___FadeWidgetState_opacity_A.parent.addStatusListener$1(t2); - }, - dispose$0() { - var _this = this, - t1 = _this.___FadeWidgetState_opacity_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.parent.removeStatusListener$1(_this.get$animationStatusChange()); - t1 = _this.___FadeWidgetState_controller_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.dispose$0(); - _this.super$__FadeWidgetState_State_SingleTickerProviderStateMixin$dispose(); - }, - animationStatusChange$1($status) { - this.setState$1(new A._FadeWidgetState_animationStatusChange_closure(this, $status)); - } - }; - A._FadeWidgetState_animationStatusChange_closure.prototype = { - call$0() { - var t1 = this.$this; - t1.___FadeWidgetState_hideWidget_A = t1._widget.direction === B.AnimationDirection_1 && this.status === B.AnimationStatus_3; - }, - $signature: 0 - }; - A.__FadeWidgetState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0() { - var _this = this, - t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; - if (t1 != null) - t1.removeListener$1(0, _this.get$_updateTicker()); - _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(); - }, - activate$0() { - this.super$State$activate(); - this._updateTickerModeNotifier$0(); - this._updateTicker$0(); - } - }; - A.OctoImage.prototype = { - createState$0() { - return new A._OctoImageState(B._StateLifecycle_0); - } - }; - A._OctoImageState.prototype = { - initState$0() { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16; - this.super$State$initState(); - t1 = this._widget; - t2 = t1.image; - t3 = t1.imageBuilder; - t4 = t1.placeholderBuilder; - t5 = t1.progressIndicatorBuilder; - t6 = t1.errorBuilder; - t7 = t1.placeholderFadeInDuration; - t8 = t1.fadeOutDuration; - t9 = t1.fadeOutCurve; - t10 = t1.fadeInDuration; - t11 = t1.fadeInCurve; - t12 = t1.fit; - t13 = t1.width; - t14 = t1.height; - t15 = t1.alignment; - t16 = t1.repeat; - this.___OctoImageState__imageHandler_A = A.ImageHandler$(t15, false, t1.color, t1.colorBlendMode, t6, t11, t10, t9, t8, t1.filterQuality, t12, t14, t2, t3, false, t4, t7, t5, t16, t13); - }, - didUpdateWidget$1(oldWidget) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - if (!oldWidget.image.$eq(0, _this._widget.image)) { - _this._widget.toString; - _this._previousHandler = null; - } - t1 = _this._widget; - t2 = t1.image; - t3 = t1.imageBuilder; - t4 = _this._previousHandler; - t5 = t4 != null; - t4 = t5 ? t4.get$build() : t1.placeholderBuilder; - t6 = t5 ? null : t1.progressIndicatorBuilder; - t7 = t1.errorBuilder; - t8 = t1.placeholderFadeInDuration; - t9 = t1.fadeOutDuration; - t10 = t1.fadeOutCurve; - t11 = t1.fadeInDuration; - t12 = t1.fadeInCurve; - t13 = t1.fit; - t14 = t1.width; - t15 = t1.height; - t16 = t1.alignment; - t17 = t1.repeat; - _this.___OctoImageState__imageHandler_A = A.ImageHandler$(t16, t5, t1.color, t1.colorBlendMode, t7, t12, t11, t10, t9, t1.filterQuality, t13, t15, t2, t3, false, t4, t8, t6, t17, t14); - }, - build$1(context) { - var t3, - t1 = this._widget, - t2 = t1.width; - t1 = t1.height; - t3 = this.___OctoImageState__imageHandler_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - return new A.SizedBox(t2, t1, t3.build$1(context), null); - } - }; - A._PlaceholderType.prototype = { - _enumToString$0() { - return "_PlaceholderType." + this._core$_name; - } - }; - A.ImageHandler.prototype = { - imageFrameBuilder$0() { - var _this = this, - t1 = _this.__ImageHandler__placeholderType_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - switch (t1.index) { - case 0: - return _this.get$_imageBuilder(); - case 1: - return _this.get$_placeholderBuilder(); - case 2: - return _this.get$_preLoadingBuilder(); - } - }, - build$1(context) { - var t3, t4, _this = this, - t1 = _this.image, - t2 = _this.__ImageHandler__placeholderType_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t2 === B._PlaceholderType_2 ? _this.get$_loadingBuilder() : null; - t3 = _this.imageFrameBuilder$0(); - t4 = _this.errorBuilder != null ? _this.get$_errorBuilder() : null; - return A.Image$(_this.alignment, _this.color, _this.colorBlendMode, t4, _this.filterQuality, _this.fit, t3, _this.height, t1, new A.ValueKey(t1, type$.ValueKey_ImageProvider_Object), t2, false, _this.repeat, _this.width); - }, - _image_handler$_stack$2(revealing, disappearing) { - var _this = this, _null = null; - return new A.Stack(B.Alignment_0_0, _null, B.StackFit_2, B.Clip_1, A._setArrayType([new A.FadeWidget(revealing, _this.fadeInDuration, B.AnimationDirection_0, _this.fadeInCurve, _null), new A.FadeWidget(disappearing, _this.fadeOutDuration, B.AnimationDirection_1, _this.fadeOutCurve, _null)], type$.JSArray_Widget), _null); - }, - _imageBuilder$4(context, child, frame, wasSynchronouslyLoaded) { - if (frame == null) - return child; - return this._image_handler$_image$2(context, child); - }, - _placeholderBuilder$4(context, child, frame, wasSynchronouslyLoaded) { - var t1, _this = this; - if (frame == null) { - t1 = _this.placeholderFadeInDuration; - if (t1._duration !== B.Duration_0._duration) - return new A.FadeWidget(_this._placeholder$1(context), t1, B.AnimationDirection_0, _this.fadeInCurve, null); - else - return _this._placeholder$1(context); - } - if (wasSynchronouslyLoaded && !_this.alwaysShowPlaceHolder) - return _this._image_handler$_image$2(context, child); - return _this._image_handler$_stack$2(_this._image_handler$_image$2(context, child), _this._placeholder$1(context)); - }, - _preLoadingBuilder$4(context, child, frame, wasSynchronouslyLoaded) { - this._image_handler$_wasSynchronouslyLoaded = wasSynchronouslyLoaded; - this._isLoaded = frame != null; - return child; - }, - _loadingBuilder$3(context, child, loadingProgress) { - var t1, _this = this; - if (_this._isLoaded) { - if (_this._image_handler$_wasSynchronouslyLoaded) - return _this._image_handler$_image$2(context, child); - return _this._image_handler$_stack$2(_this._image_handler$_image$2(context, child), _this._progressIndicator$2(context, null)); - } - t1 = _this.placeholderFadeInDuration; - if (t1._duration !== B.Duration_0._duration) - return new A.FadeWidget(_this._progressIndicator$2(context, loadingProgress), t1, B.AnimationDirection_0, _this.fadeInCurve, null); - else - return _this._progressIndicator$2(context, loadingProgress); - }, - _image_handler$_image$2(context, child) { - var t1 = this.imageBuilder; - if (t1 != null) - return t1.call$2(context, child); - else - return child; - }, - _errorBuilder$3(context, error, stacktrace) { - var t1 = this.errorBuilder; - if (t1 == null) - throw A.wrapException(A.StateError$("Try to build errorBuilder with errorBuilder null")); - return t1.call$3(context, error, stacktrace); - }, - _progressIndicator$2(context, loadingProgress) { - var t1 = this.progressIndicatorBuilder; - if (t1 == null) - throw A.wrapException(A.StateError$("Try to build progressIndicatorBuilder with progressIndicatorBuilder null")); - return t1.call$2(context, loadingProgress); - }, - _placeholder$1(context) { - var _null = null, - t1 = this.placeholderBuilder; - if (t1 != null) - return t1.call$1(context); - return A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); - }, - _definePlaceholderType$0() { - if (this.placeholderBuilder != null) - return B._PlaceholderType_1; - if (this.progressIndicatorBuilder != null) - return B._PlaceholderType_2; - return B._PlaceholderType_0; - } - }; A.OverflowViewParentData.prototype = {}; A.OverflowViewLayoutBehavior.prototype = { _enumToString$0() { @@ -574836,7 +584306,7 @@ call$1(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 66 + $signature: 63 }; A.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1(index) { @@ -574846,20 +584316,20 @@ else return new A.Offset(0, mainAxisOffset); }, - $signature: 3324 + $signature: 3319 }; A.RenderOverflowView_performFlexibleLayout_closure.prototype = { call$2(previousValue, element) { return Math.max(previousValue, this.$this._overflow_view$_getCrossSize$1(element)); }, - $signature: 3325 + $signature: 3320 }; A.RenderOverflowView_visitOnlyOnStageChildren_closure.prototype = { call$1(child) { if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 66 + $signature: 63 }; A.RenderOverflowView_paint_paintChild.prototype = { call$1(child) { @@ -574873,13 +584343,13 @@ t1.paintChild$2(child, t2.get$size(t2).bottomRight$1(0, B.Offset_0_0)); } }, - $signature: 66 + $signature: 63 }; A.RenderOverflowView_paint_defaultPaint.prototype = { call$2(context, offset) { this.$this.visitOnlyOnStageChildren$1(this.paintChild); }, - $signature: 91 + $signature: 90 }; A.RenderOverflowView_hitTestChildren_closure.prototype = { call$1(renderObject) { @@ -574889,13 +584359,13 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new A.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 66 + $signature: 63 }; A.RenderOverflowView_hitTestChildren__closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -574956,9 +584426,35 @@ call$2(context, constraints) { return this.builder.call$2(context, constraints.value); }, - $signature: 3326 + $signature: 3321 }; A._OverflowViewElement.prototype = {}; + A.CupertinoPopoverToolbarAligner.prototype = { + align$2(_, globalLeaderRect, followerSize) { + var t2, t3, bounds, alignment, _null = null, + t1 = this._cupertino_popover_aligners$_boundsKey; + if (t1 == null) + t1 = _null; + else { + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); + t1 = t1 == null ? _null : t1.get$renderObject(); + } + type$.nullable_RenderBox._as(t1); + if (t1 != null) { + t2 = A.MatrixUtils_transformPoint(t1.getTransformTo$1(0, _null), B.Offset_0_0); + t3 = t1.get$size(t1).bottomRight$1(0, B.Offset_0_0); + bounds = A.Rect$fromPoints(t2, A.MatrixUtils_transformPoint(t1.getTransformTo$1(0, _null), t3)); + } else + bounds = B.Rect_aha; + alignment = A._Cell$named("alignment"); + if (globalLeaderRect.top - followerSize._dy - 16 < bounds.top) { + $.$get$OverlordLogs_cupertinoToolbar().log$4(B.Level_FINE_500, " - follower is too far to the top, switching to bottom", _null, _null); + alignment.__late_helper$_value = B.FollowerAlignment_KpO; + } else + alignment.__late_helper$_value = B.FollowerAlignment_ecu; + return alignment._readLocal$0(); + } + }; A.CupertinoPopoverMenu.prototype = { createRenderObject$1(context) { var _this = this, @@ -575086,22 +584582,32 @@ _this._box$_size = t3.constrain$1(new A.Size(t2 + t4._dx, t1 + t5.get$size(t5)._dy)); }, paint$2(context, offset) { - var t2, desiredFocalPoint, t3, t4, t5, halfOfBase, t6, t7, contentRect, path, _this = this, + var t1, localFocalPoint, t2, desiredFocalPoint, t3, t4, t5, halfOfBase, t6, t7, contentRect, path, _this = this, direction = A._Cell$named("direction"), - arrowCenter = A._Cell$named("arrowCenter"), - localFocalPoint = _this.globalToLocal$1(_this._focalPoint.globalOffset), + arrowCenter = A._Cell$named("arrowCenter"); + if (_this._focalPoint.get$globalOffset() != null) { + t1 = _this._focalPoint.get$globalOffset(); + t1.toString; + localFocalPoint = _this.globalToLocal$1(t1); + } else + localFocalPoint = null; + if (localFocalPoint != null) { t1 = _this.get$size(_this); - direction.__late_helper$_value = _this._computeArrowDirection$2(new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy), localFocalPoint); - t1 = direction._readLocal$0(); - t2 = t1 !== B.ArrowDirection_0; - desiredFocalPoint = !t2 || t1 === B.ArrowDirection_1 ? localFocalPoint._dx : localFocalPoint._dy; - t3 = !t2 || t1 === B.ArrowDirection_1; - t4 = _this._cupertino_popover_menu$_borderRadius; - t5 = _this._arrowBaseWidth / 2; - t3 = t3 ? t4 + t5 + _this._backgroundShapeOffset._dx : t4 + t5 + _this._arrowLength; - t3 = Math.max(desiredFocalPoint, t3); - t1 = !t2 || t1 === B.ArrowDirection_1 ? _this.get$size(_this)._dx - _this._cupertino_popover_menu$_borderRadius - _this._arrowBaseWidth - _this._backgroundShapeOffset._dx / 2 : _this.get$size(_this)._dy - _this._cupertino_popover_menu$_borderRadius - _this._arrowLength - _this._arrowBaseWidth / 2; - arrowCenter.__late_helper$_value = Math.min(t3, t1); + direction.__late_helper$_value = _this._computeArrowDirection$2(new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy), localFocalPoint); + t1 = direction._readLocal$0(); + t2 = t1 !== B.ArrowDirection_0; + desiredFocalPoint = !t2 || t1 === B.ArrowDirection_1 ? localFocalPoint._dx : localFocalPoint._dy; + t3 = !t2 || t1 === B.ArrowDirection_1; + t4 = _this._cupertino_popover_menu$_borderRadius; + t5 = _this._arrowBaseWidth / 2; + t3 = t3 ? t4 + t5 + _this._backgroundShapeOffset._dx : t4 + t5 + _this._arrowLength; + t3 = Math.max(desiredFocalPoint, t3); + t1 = !t2 || t1 === B.ArrowDirection_1 ? _this.get$size(_this)._dx - _this._cupertino_popover_menu$_borderRadius - _this._arrowBaseWidth - _this._backgroundShapeOffset._dx / 2 : _this.get$size(_this)._dy - _this._cupertino_popover_menu$_borderRadius - _this._arrowLength - _this._arrowBaseWidth / 2; + arrowCenter.__late_helper$_value = Math.min(t3, t1); + } else { + direction.__late_helper$_value = B.ArrowDirection_1; + arrowCenter.__late_helper$_value = 0.5; + } t1 = direction._readLocal$0(); t2 = arrowCenter._readLocal$0(); halfOfBase = _this._arrowBaseWidth / 2; @@ -575196,7 +584702,7 @@ t2.toString; innerContext.paintChild$2(t2, innerOffset.$add(0, t1._contentOffset)); }, - $signature: 91 + $signature: 90 }; A.RenderPopover_hitTestChildren_closure.prototype = { call$2(result, transformed) { @@ -575204,7 +584710,7 @@ t1 = t1 == null ? null : t1.hitTest$2$position(result, transformed); return t1 === true; }, - $signature: 78 + $signature: 72 }; A.ArrowDirection.prototype = { _enumToString$0() { @@ -575244,7 +584750,7 @@ t6 = A.TextButton$(false, A.Icon$(B.IconData_57695_MaterialIcons_null_true, t5 === t7 ? t1.inactiveButtonTextColor : t1.activeButtonTextColor, _null, _null), _null, _null, t3.get$next(t3), t6); return new A.SizedBox(_null, t2, A._IosToolbarMenuContent$(t1.children, t3, t2, t6, _null, t4), _null); }, - $signature: 3327 + $signature: 3322 }; A._MenuPageController.prototype = { set$currentPage(value) { @@ -575457,13 +584963,13 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 78 + $signature: 72 }; A._RenderIosPagedMenu__scheduleUpdateControllerPageCount_closure.prototype = { call$1(d) { return this.$this._updateControllerPageCount$0(); }, - $signature: 11 + $signature: 12 }; A._MenuPageInfo.prototype = {}; A.__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -575491,7 +584997,16 @@ } }; A.__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin.prototype = {}; - A.StationaryMenuFocalPoint.prototype = {}; + A.LeaderMenuFocalPoint.prototype = { + get$globalOffset() { + var t1 = this._menu_with_pointer_follower$_link; + if (t1._leader_link$_leader == null || t1._leader_link$_offset == null) + return null; + t1 = t1.getOffsetInLeader$1(B.Alignment_0_0); + t1.toString; + return t1; + } + }; A.PackageInfoPlusWebPlugin.prototype = {}; A.PackageInfoPlatform.prototype = {}; A.Context.prototype = { @@ -575508,33 +585023,11 @@ absolute$1($receiver, part1) { return this.absolute$15($receiver, part1, null, null, null, null, null, null, null, null, null, null, null, null, null, null); }, - dirname$1(path) { - var t1, t2, - parsed = A.ParsedPath_ParsedPath$parse(path, this.style); - parsed.removeTrailingSeparators$0(); - t1 = parsed.parts; - t2 = t1.length; - if (t2 === 0) { - t1 = parsed.root; - return t1 == null ? "." : t1; - } - if (t2 === 1) { - t1 = parsed.root; - return t1 == null ? "." : t1; - } - B.JSArray_methods.removeLast$0(t1); - parsed.separators.pop(); - parsed.removeTrailingSeparators$0(); - return parsed.toString$0(0); - }, join$16(_, part1, part2, part3, part4, part5, part6, part7, part8, part9, part10, part11, part12, part13, part14, part15, part16) { var parts = A._setArrayType([part1, part2, part3, part4, part5, part6, part7, part8, part9, part10, part11, part12, part13, part14, part15, part16], type$.JSArray_nullable_String); A._validateArgList("join", parts); return this.joinAll$1(new A.WhereTypeIterable(parts, type$.WhereTypeIterable_String)); }, - join$2($receiver, part1, part2) { - return this.join$16($receiver, part1, part2, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - }, joinAll$1(parts) { var t1, t2, t3, needsSeparator, isAbsoluteAndNotRootRelative, t4, t5, parsed, path; for (t1 = parts.get$iterator(parts), t2 = new A.WhereIterator(t1, new A.Context_joinAll_closure(), parts.$ti._eval$1("WhereIterator")), t3 = this.style, needsSeparator = false, isAbsoluteAndNotRootRelative = false, t4 = ""; t2.moveNext$0();) { @@ -575704,19 +585197,19 @@ call$1(part) { return part !== ""; }, - $signature: 12 + $signature: 11 }; A.Context_split_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 12 + $signature: 11 }; A._validateArgList_closure.prototype = { call$1(arg) { return arg == null ? "null" : '"' + arg + '"'; }, - $signature: 3328 + $signature: 3323 }; A.InternalStyle.prototype = { getRoot$1(path) { @@ -576041,6 +585534,10 @@ return this.pixels; } }; + A.WebPermissionHandler.prototype = {}; + A.WebDelegate.prototype = {}; + A.PermissionHandlerPlatform.prototype = {}; + A.MethodChannelPermissionHandler.prototype = {}; A.PinchZoom.prototype = { createState$0() { return new A._PinchZoomState(A.TransformationController$(), null, null, B._StateLifecycle_0); @@ -576101,7 +585598,7 @@ } else t1._widget.toString; }, - $signature: 464 + $signature: 465 }; A._PinchZoomState_build_closure.prototype = { call$1(_) { @@ -576119,7 +585616,7 @@ t1.___PinchZoomState__controllerReset_A.forward$0(0); return null; }, - $signature: 462 + $signature: 488 }; A.__PinchZoomState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -576447,7 +585944,7 @@ _buildEditable$2(textSelectionControls, field) { var t1, t2, t3, t4, t5, _this = this, _null = null; _this._widget.toString; - t1 = A.List_List$of(B.List_empty21, true, type$.TextInputFormatter); + t1 = A.List_List$of(B.List_empty22, true, type$.TextInputFormatter); t1.push(new A.LengthLimitingTextInputFormatter(_this._widget.length, B.MaxLengthEnforcement_1)); t2 = _this.RestorationMixin__bucket; _this._widget.toString; @@ -576571,19 +586068,19 @@ t5 === $ && A.throwUnnamedLateFieldNI(); return A.MouseRegion$(A.TextFieldTapRegion$(A.IgnorePointer$(A.AnimatedBuilder$(t3, new A._PinputState__buildPinput__closure(t4, t1), t5.buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t1._buildEditable$2(t4.textSelectionControls, field), t1._buildFields$0()], type$.JSArray_Widget), _null))), false, _null), _null, _null), t2, _null, _null, new A._PinputState__buildPinput__closure0(t1), new A._PinputState__buildPinput__closure1(t1), _null); }, - $signature: 3330 + $signature: 3325 }; A._PinputState__buildPinput__closure0.prototype = { call$1($event) { return this.$this._pinput$_handleHover$1(true); }, - $signature: 129 + $signature: 132 }; A._PinputState__buildPinput__closure1.prototype = { call$1($event) { return this.$this._pinput$_handleHover$1(false); }, - $signature: 106 + $signature: 110 }; A._PinputState__buildPinput__closure.prototype = { call$2(_, child) { @@ -576595,9 +586092,9 @@ t3 = t3.get$length(t3); t1._widget.toString; t4 = this._box_0.handleDidGainAccessibilityFocus; - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$_semanticsOnTap(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$_semanticsOnTap(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); }, - $signature: 782 + $signature: 800 }; A._PinputState__buildEditable_closure.prototype = { call$1(value) { @@ -576622,13 +586119,13 @@ var t1 = this.$this; return new A._SeparatedRaw(A.Iterable_Iterable$generate(t1._widget.length, null, type$.int).map$1$1(0, new A._PinputState__buildFields_onlyFields_closure(t1), type$.Widget).toList$0(0), B.MainAxisAlignment_2, null, null); }, - $signature: 139 + $signature: 141 }; A._PinputState__buildFields_onlyFields_closure.prototype = { call$1(index) { return new A._PinItem(this.$this, index, null); }, - $signature: 3331 + $signature: 3326 }; A._PinputState__buildFields_closure.prototype = { call$2(context, child) { @@ -576636,7 +586133,7 @@ t1._widget.toString; return A.AnimatedSize$(B.Alignment_0_m1, A.Column$(A._setArrayType([this.onlyFields.call$0(), t1._pinput$_buildError$0()], type$.JSArray_Widget), B.CrossAxisAlignment_0, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.C__Linear, B.Duration_180000, null); }, - $signature: 202 + $signature: 225 }; A.PinputAutovalidateMode.prototype = { _enumToString$0() { @@ -576834,7 +586331,7 @@ t1 = B.SizedBox_8_null_null_null; return t1; }, - $signature: 3332 + $signature: 3327 }; A._PinputCursor.prototype = { build$1(context) { @@ -576888,14 +586385,14 @@ t1.repeat$1$reverse(0, true); } }, - $signature: 43 + $signature: 47 }; A.__PinputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 122 + $signature: 129 }; A.__PinputAnimatedCursorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -577013,7 +586510,7 @@ } return htmlElement; }, - $signature: 748 + $signature: 3328 }; A.PointerInterceptor.prototype = { build$1(context) { @@ -577115,7 +586612,7 @@ layoutPdf$body$PrintingPlugin(printer, onLayout, $name, format, dynamicLayout, usePrinterSettings) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, e, s, exception, t2, userAgent, t3, isSafari, isMobile, isFirefox, t4, doc, script, frame, stopWatch, load, res, t1, result, $async$exception, $async$temp1; + $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, e, s, t2, exception, userAgent, t3, isSafari, isMobile, isFirefox, t4, doc, script, frame, stopWatch, load, res, t1, result, $async$exception, $async$temp1; var $async$layoutPdf$6 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) { $async$currentError = $async$result; @@ -577128,9 +586625,10 @@ t1 = {}; result = A._Cell$named("result"); $async$handler = 4; + t2 = onLayout.call$1(format); $async$temp1 = result; $async$goto = 7; - return A._asyncAwait(onLayout.call$1(format), $async$layoutPdf$6); + return A._asyncAwait(type$.Future_Uint8List._is(t2) ? t2 : A._Future$value(t2, type$.Uint8List), $async$layoutPdf$6); case 7: // returning from await. $async$temp1.__late_helper$_value = $async$result; @@ -577449,7 +586947,7 @@ call$1(input) { return input; }, - $signature: 537 + $signature: 565 }; A.PrintingPlugin_layoutPdf_closure0.prototype = { call$1($event) { @@ -577457,7 +586955,7 @@ J.removeEventListener$2$x(_this.frame, "load", _this._box_0.load); A.Timer_Timer(A.Duration$(0, 0, 0, _this.isSafari ? 500 : 0, 0, 0), new A.PrintingPlugin_layoutPdf__closure(_this.$this, _this.stopWatch, _this.completer, _this.result)); }, - $signature: 3335 + $signature: 3330 }; A.PrintingPlugin_layoutPdf__closure.prototype = { call$0() { @@ -577480,14 +586978,14 @@ call$1(index) { return index; }, - $signature: 128 + $signature: 133 }; A.PrintingPlugin_raster_closure0.prototype = { call$1(e) { this.data.add$1(0, type$.List_int._as(B.FileReader_methods.get$result(this.r))); this.completer.complete$0(0); }, - $signature: 436 + $signature: 513 }; A._WebPdfRaster.prototype = { get$pixels() { @@ -577516,7 +587014,7 @@ case 0: // Function start $async$goto = 4; - return A._asyncAwait($.$get$_renderer().instantiateImageCodec$4$allowUpscaling$targetHeight$targetWidth($async$self.png, true, null, null), $async$toImage$0); + return A._asyncAwait(A.instantiateImageCodec($async$self.png), $async$toImage$0); case 4: // returning from await. $async$goto = 3; @@ -577754,7 +587252,7 @@ call$1(input) { return input; }, - $signature: 537 + $signature: 565 }; A.Mutex.prototype = { acquire$0() { @@ -577916,7 +587414,7 @@ _share$body$PdfShareAction(context, build, pageFormat) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$self = this, topLeft, t1, bounds, bytes, referenceBox; + $async$self = this, topLeft, bounds, t1, bytes, referenceBox; var $async$_share$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -577924,8 +587422,9 @@ switch ($async$goto) { case 0: // Function start + t1 = build.call$1(pageFormat); $async$goto = 2; - return A._asyncAwait(build.call$1(pageFormat), $async$_share$3); + return A._asyncAwait(type$.Future_Uint8List._is(t1) ? t1 : A._Future$value(t1, type$.Uint8List), $async$_share$3); case 2: // returning from await. bytes = $async$result; @@ -578063,7 +587562,7 @@ return; t1.setState$1(new A.PdfPreviewCustomState_didChangeDependencies__closure(t1, printingInfo)); }, - $signature: 685 + $signature: 877 }; A.PdfPreviewCustomState_didChangeDependencies__closure.prototype = { call$0() { @@ -578081,7 +587580,7 @@ t3 = t1._widget; return A.GestureDetector$(_null, new A.PdfPreviewPage(t2, t3.pdfPreviewPageDecoration, t3.previewPageMargin, _null), B.DragStartBehavior_1, false, _null, new A.PdfPreviewCustomState__createPreview__closure(t1, index), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r); }, - $signature: 3338 + $signature: 3333 }; A.PdfPreviewCustomState__createPreview__closure.prototype = { call$0() { @@ -578170,7 +587669,7 @@ scrollbarTrack = t1 == null ? _null : t1.resolve$1(0, A.LinkedHashSet_LinkedHashSet$_literal([B.MaterialState_0], type$.MaterialState)); t1 = 8 + (scrollbarTrack == null ? 12 : scrollbarTrack); t2 = this.pageData; - return A.Container$(_null, new A.AspectRatio(t2.get$aspectRatio(t2), A.Image$(B.Alignment_0_0, _null, _null, _null, B.FilterQuality_1, B.BoxFit_2, _null, _null, t2.image, _null, _null, false, B.ImageRepeat_3, _null), _null), B.Clip_0, _null, _null, B.BoxDecoration_yzp, _null, _null, _null, new A.EdgeInsets(t1, 8, t1, 12), _null, _null, _null, _null); + return A.Container$(_null, new A.AspectRatio(t2.get$aspectRatio(t2), new A.Image(t2.image, _null, _null, B.BoxFit_2, _null), _null), B.Clip_0, _null, _null, B.BoxDecoration_yzp, _null, _null, _null, new A.EdgeInsets(t1, 8, t1, 12), _null, _null, _null, _null); } }; A.PdfPreview.prototype = { @@ -578189,7 +587688,7 @@ t3 = t2.get$currentState(); pages = t3 == null ? null : t3.PdfPreviewRaster_pages; if (pages == null) - pages = B.List_empty26; + pages = B.List_empty27; t2 = t2.get$currentState(); dpi = t2 == null ? null : t2.PdfPreviewRaster_dpi; if (dpi == null) @@ -578313,7 +587812,7 @@ return; t1.setState$1(new A.PdfPreviewState_didChangeDependencies__closure(t1, printingInfo)); }, - $signature: 685 + $signature: 877 }; A.PdfPreviewState_didChangeDependencies__closure.prototype = { call$0() { @@ -578332,7 +587831,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return new A.PdfPreviewCustom(t4, controller.buildDocument, t3, _null, _null, _null, t2.pages, _null, _null, false, _null, _null, _null, t1.previewWidget); }, - $signature: 3340 + $signature: 3335 }; A.PdfPreviewRaster.prototype = { raster$0() { @@ -578373,8 +587872,9 @@ } $async$handler = 4; t1 = $async$self._widget; + t1 = t1.build$1(t1.pageFormat); $async$goto = 7; - return A._asyncAwait(t1.build$1(t1.pageFormat), $async$_raster$0); + return A._asyncAwait(type$.Future_Uint8List._is(t1) ? t1 : A._Future$value(t1, type$.Uint8List), $async$_raster$0); case 7: // returning from await. doc = $async$result; @@ -578647,7 +588147,7 @@ call$1(image) { return this.comp.complete$1(0, image); }, - $signature: 3341 + $signature: 3336 }; A.QrBitBuffer.prototype = { $indexSet(_, index, value) { @@ -579018,14 +588518,14 @@ t1 = t1._qrWidget$2(null, widgetSize); return t1; }, - $signature: 221 + $signature: 237 }; A._QrContentView.prototype = { build$1(context) { var _this = this, _null = null, t1 = _this.edgeLength; t1 = A.Container$(_null, new A.Padding(_this.padding, _this.child, _null), B.Clip_0, _this.backgroundColor, _null, _null, _null, t1, _null, _null, _null, _null, _null, t1); - return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticsLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); + return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.semanticsLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, t1, _null); } }; A.QrPainter.prototype = { @@ -579247,12 +588747,6 @@ return "QrValidationStatus." + this._core$_name; } }; - A.hashObjects_closure0.prototype = { - call$2(h, i) { - return A._combine0(h, J.get$hashCode$(i)); - }, - $signature: 770 - }; A.MiddlewareClass.prototype = {}; A.Store.prototype = { _createReduceAndNotify$1(distinct) { @@ -579288,7 +588782,7 @@ call$1(action) { return this.nextMiddleware.call$3(this.$this, action, this.next); }, - $signature: 32 + $signature: 33 }; A.TypedReducer.prototype = { call$2(state, action) { @@ -579328,7 +588822,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return this.$this.formatter.call$3(t1, this.action, new A.DateTime(Date.now(), false)); }, - $signature: 45 + $signature: 96 }; A.ButtonState.prototype = { _enumToString$0() { @@ -579528,7 +589022,7 @@ call$2(context, snapshot) { return A.AnimatedSwitcher$(J.$eq$(snapshot.data, B.ButtonState_1) ? this._loader : this.$this._widget.child, B.Duration_200000, B.C__Linear, B.C__Linear, A.animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure()); }, - $signature: 3343 + $signature: 3338 }; A.RoundedLoadingButtonState_initState_closure.prototype = { call$0() { @@ -579563,7 +589057,7 @@ if (t1) this.$this._widget.onPressed.call$0(); }, - $signature: 43 + $signature: 47 }; A.RoundedLoadingButtonState_initState_closure2.prototype = { call$0() { @@ -579583,7 +589077,7 @@ return; t1._widget.controller._rounded_loading_button$_state.add$1(0, $event); }, - $signature: 3344 + $signature: 3339 }; A.RoundedLoadingButtonController.prototype = {}; A._RoundedLoadingButtonState_State_TickerProviderStateMixin.prototype = { @@ -579923,7 +589417,7 @@ call$0() { return this.call$1(null); }, - $signature: 684 + $signature: 878 }; A._forwardMulti__closure.prototype = { call$0() { @@ -579976,7 +589470,7 @@ call$0() { return this.call$1(null); }, - $signature: 684 + $signature: 878 }; A._forward__listenToUpstream_closure.prototype = { call$0() { @@ -580006,10 +589500,24 @@ }; A._MultiControllerSink.prototype = { add$1(_, $event) { - return this.controller.addSync$1($event); + var t1 = this.controller, + t2 = t1._state; + if (t2 >= 4) + A.throwExpression(t1._badEventState$0()); + if ((t2 & 1) !== 0) + t1.get$_async$_subscription()._async$_add$1(0, $event); + return null; }, addError$2(error, stackTrace) { - return this.controller.addErrorSync$2(error, stackTrace); + var t1 = this.controller, + t2 = t1._state; + if (t2 >= 4) + A.throwExpression(t1._badEventState$0()); + if ((t2 & 1) !== 0) { + t1 = t1.get$_async$_subscription(); + t1._addError$2(error, stackTrace == null ? B.C__StringStackTrace : stackTrace); + } + return null; }, close$0(_) { return this.controller.closeSync$0(); @@ -580143,7 +589651,7 @@ call$1(p) { return p.toJson$0(); }, - $signature: 3346 + $signature: 3341 }; A.SentryId.prototype = { toString$0(_) { @@ -580228,24 +589736,27 @@ didPush$2(route, previousRoute) { var t1, _this = this; _this.super$RouteObserver$didPush(route, previousRoute); - _this._setCurrentRoute$1(route); + _this._setCurrentRouteName$1(route); + _this._setCurrentRouteNameAsTransaction$1(route); t1 = previousRoute == null ? null : previousRoute._navigator$_settings; _this._addBreadcrumb$3$from$to$type(t1, route._navigator$_settings, "didPush"); _this._finishTransaction$0(); _this._startTransaction$1(route); }, didReplace$2$newRoute$oldRoute(newRoute, oldRoute) { - var t1, t2; - this.super$NavigatorObserver$didReplace(newRoute, oldRoute); - this._setCurrentRoute$1(newRoute); + var t1, t2, _this = this; + _this.super$NavigatorObserver$didReplace(newRoute, oldRoute); + _this._setCurrentRouteName$1(newRoute); + _this._setCurrentRouteNameAsTransaction$1(newRoute); t1 = oldRoute == null ? null : oldRoute._navigator$_settings; t2 = newRoute._navigator$_settings; - this._addBreadcrumb$3$from$to$type(t1, t2, "didReplace"); + _this._addBreadcrumb$3$from$to$type(t1, t2, "didReplace"); }, didPop$2(route, previousRoute) { var t1, _this = this; _this.super$RouteObserver$didPop(route, previousRoute); - _this._setCurrentRoute$1(previousRoute); + _this._setCurrentRouteName$1(previousRoute); + _this._setCurrentRouteNameAsTransaction$1(previousRoute); t1 = route._navigator$_settings; _this._addBreadcrumb$3$from$to$type(t1, previousRoute == null ? null : previousRoute._navigator$_settings, "didPop"); _this._finishTransaction$0(); @@ -580280,14 +589791,35 @@ var t1 = route == null ? null : route._navigator$_settings; return t1 == null ? null : t1.name; }, - _setCurrentRoute$1(route) { - return this._setCurrentRoute$body$SentryNavigatorObserver(route); + _setCurrentRouteName$1(route) { + return this._setCurrentRouteName$body$SentryNavigatorObserver(route); }, - _setCurrentRoute$body$SentryNavigatorObserver(route) { + _setCurrentRouteName$body$SentryNavigatorObserver(route) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.void), + $async$self = this; + var $async$_setCurrentRouteName$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$self._getRouteName$1(route); + // implicit return + return A._asyncReturn(null, $async$completer); + } + }); + return A._asyncStartSync($async$_setCurrentRouteName$1, $async$completer); + }, + _setCurrentRouteNameAsTransaction$1(route) { + return this._setCurrentRouteNameAsTransaction$body$SentryNavigatorObserver(route); + }, + _setCurrentRouteNameAsTransaction$body$SentryNavigatorObserver(route) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.void), $async$returnValue, $async$self = this; - var $async$_setCurrentRoute$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + var $async$_setCurrentRouteNameAsTransaction$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); while (true) @@ -580304,7 +589836,7 @@ return A._asyncReturn($async$returnValue, $async$completer); } }); - return A._asyncStartSync($async$_setCurrentRoute$1, $async$completer); + return A._asyncStartSync($async$_setCurrentRouteNameAsTransaction$1, $async$completer); }, _startTransaction$1(route) { return this._startTransaction$body$SentryNavigatorObserver(route); @@ -580356,8 +589888,9 @@ // Function start t1 = $async$self._transaction; t2 = t1 == null; + t1 = t2 ? null : t1.finish$0(0); $async$goto = 2; - return A._asyncAwait(t2 ? null : t1.finish$0(0), $async$_finishTransaction$0); + return A._asyncAwait(type$.Future_void._is(t1) ? t1 : A._Future$value(t1, type$.void), $async$_finishTransaction$0); case 2: // returning from await. // implicit return @@ -580372,7 +589905,7 @@ call$2(key, value) { return new A.MapEntry(key, J.toString$0$(value), type$.MapEntry_String_String); }, - $signature: 3347 + $signature: 3342 }; A.SharePlusWebPlugin.prototype = {}; A.SharePlatform.prototype = {}; @@ -580527,7 +590060,7 @@ allData = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Object); for (t1 = $async$self._getFilteredKeys$2$allowList(filter.prefix, filter.allowList), t2 = J.get$iterator$ax(t1.__internal$_iterable), t1 = new A.WhereIterator(t2, t1._f, t1.$ti._eval$1("WhereIterator<1>")); t1.moveNext$0();) { t3 = t2.get$current(t2); - t4 = window.localStorage.getItem(t3); + t4 = self.window.localStorage.getItem(t3); t4.toString; allData.$indexSet(0, t3, $async$self._decodeValue$1(t4)); } @@ -580548,7 +590081,7 @@ remove$body$SharedPreferencesPlugin(_, key) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, t1; + $async$returnValue; var $async$remove$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -580556,9 +590089,7 @@ switch ($async$goto) { case 0: // Function start - t1 = window.localStorage; - t1.toString; - B.Storage_methods.remove$1(t1, key); + self.window.localStorage.removeItem(key); $async$returnValue = true; // goto return $async$goto = 1; @@ -580576,7 +590107,7 @@ setValue$body$SharedPreferencesPlugin(valueType, key, value) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, t1; + $async$returnValue; var $async$setValue$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -580584,9 +590115,7 @@ switch ($async$goto) { case 0: // Function start - t1 = window.localStorage; - t1.toString; - t1.setItem(key, B.C_JsonCodec.encode$1(value)); + self.window.localStorage.setItem(key, B.C_JsonCodec.encode$1(value)); $async$returnValue = true; // goto return $async$goto = 1; @@ -580599,9 +590128,7 @@ return A._asyncStartSync($async$setValue$3, $async$completer); }, _getFilteredKeys$2$allowList(prefix, allowList) { - var t1 = window.localStorage; - t1.toString; - t1 = B.Storage_methods.get$keys(t1); + var t1 = A.KeysExtension_get_keys(self.window.localStorage); return new A.WhereIterable(t1, new A.SharedPreferencesPlugin__getFilteredKeys_closure(prefix, allowList), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); }, _decodeValue$1(encodedValue) { @@ -580621,7 +590148,7 @@ t1 = false; return t1; }, - $signature: 12 + $signature: 11 }; A.AppleLogoPainter.prototype = { paint$2(canvas, size) { @@ -580954,7 +590481,7 @@ return "name"; } }, - $signature: 3348 + $signature: 3343 }; A.SignInWithApplePlatform.prototype = {}; A.WebAuthenticationOptions.prototype = {}; @@ -581515,7 +591042,7 @@ return null; return A._asStringQ(t1); }, - $signature: 820 + $signature: 858 }; A.Highlighter$__closure.prototype = { call$1(line) { @@ -581523,7 +591050,7 @@ t1 = new A.WhereIterable(t1, new A.Highlighter$___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); return t1.get$length(t1); }, - $signature: 3349 + $signature: 3344 }; A.Highlighter$___closure.prototype = { call$1(highlight) { @@ -581533,26 +591060,26 @@ t1 = t1.get$end(t1); return t2 !== t1.get$line(t1); }, - $signature: 494 + $signature: 540 }; A.Highlighter$__closure0.prototype = { call$1(line) { return line.url; }, - $signature: 3351 + $signature: 3346 }; A.Highlighter__collateLines_closure.prototype = { call$1(highlight) { var t1 = highlight.span.get$sourceUrl(); return t1 == null ? new A.Object() : t1; }, - $signature: 3352 + $signature: 3347 }; A.Highlighter__collateLines_closure0.prototype = { call$2(highlight1, highlight2) { return highlight1.span.compareTo$1(0, highlight2.span); }, - $signature: 3353 + $signature: 3348 }; A.Highlighter__collateLines_closure1.prototype = { call$1(entry) { @@ -581598,7 +591125,7 @@ } return lines; }, - $signature: 3354 + $signature: 3349 }; A.Highlighter__collateLines__closure.prototype = { call$1(highlight) { @@ -581606,13 +591133,13 @@ t1 = t1.get$end(t1); return t1.get$line(t1) < this.line.number; }, - $signature: 494 + $signature: 540 }; A.Highlighter_highlight_closure.prototype = { call$1(highlight) { return true; }, - $signature: 494 + $signature: 540 }; A.Highlighter__writeFileStart_closure.prototype = { call$0() { @@ -581711,7 +591238,7 @@ t2 = t2._contents += B.JSString_methods.$mul("^", Math.max(endColumn + (tabsBefore + tabsInside) * 3 - startColumn, 1)); return t2.length - t3.length; }, - $signature: 182 + $signature: 174 }; A.Highlighter__writeIndicator_closure0.prototype = { call$0() { @@ -581734,7 +591261,7 @@ } return t2._contents.length - t3.length; }, - $signature: 182 + $signature: 174 }; A.Highlighter__writeSidebar_closure.prototype = { call$0() { @@ -581776,7 +591303,7 @@ } return A._Highlight__normalizeEndOfLine(A._Highlight__normalizeTrailingNewline(A._Highlight__normalizeNewlines(t1))); }, - $signature: 3355 + $signature: 3350 }; A._Line.prototype = { toString$0(_) { @@ -581991,7 +591518,7 @@ var t1 = A._setArrayType([this.listenTo], type$.JSArray_ReactiveModelImp_dynamic); return t1; }, - $signature: 3357 + $signature: 3352 }; A.OnBuilder_closure0.prototype = { call$3(_, __, ___) { @@ -582145,7 +591672,7 @@ return; t1.setState$1(new A._MyStatefulWidgetState_initState__closure(t1, model)); }, - $signature: 3358 + $signature: 3353 }; A._MyStatefulWidgetState_initState__closure.prototype = { call$0() { @@ -582349,8 +591876,9 @@ $async$self.initialize$0(0); t1 = $async$self.__ReactiveModelImp_completer_A; t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1 == null ? null : t1.future; $async$goto = 3; - return A._asyncAwait(t1 == null ? null : t1.future, $async$get$stateAsync); + return A._asyncAwait(type$.Future_dynamic._is(t1) ? t1 : A._Future$value(t1, type$.dynamic), $async$get$stateAsync); case 3: // returning from await. t1 = $async$self.__ReactiveModelImp__snapState_A; @@ -582716,7 +592244,7 @@ throw A.wrapException(e); } }, - $signature: 426 + $signature: 383 }; A.ReactiveModelImp__handleAsyncState__closure.prototype = { call$0() { @@ -582922,29 +592450,68 @@ this.error$3$length$position(0, "expected " + $name + ".", 0, this._string_scanner$_position); } }; - A.DocumentRange.prototype = { + A.DocumentChangeLog.prototype = {}; + A.NodeInsertedEvent.prototype = { + toString$0(_) { + return "NodeInsertedEvent (" + this.nodeId + ")"; + }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = other instanceof A.DocumentRange && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.start.$eq(0, other.start) && _this.end.$eq(0, other.end); + t1 = other instanceof A.NodeInsertedEvent && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && _this.insertionIndex === other.insertionIndex; else t1 = true; return t1; }, get$hashCode(_) { - var t1 = this.start, - t2 = t1.nodePosition, - t3 = this.end, - t4 = t3.nodePosition; - return (B.JSString_methods.get$hashCode(t1.nodeId) ^ t2.get$hashCode(t2) ^ B.JSString_methods.get$hashCode(t3.nodeId) ^ t4.get$hashCode(t4)) >>> 0; + return B.JSString_methods.get$hashCode(this.nodeId) ^ B.JSInt_methods.get$hashCode(this.insertionIndex); }, + $isDocumentChange: 1 + }; + A.NodeRemovedEvent.prototype = { toString$0(_) { - return "[DocumentRange] - from: (" + this.start.toString$0(0) + "), to: (" + this.end.toString$0(0) + ")"; - } + return "NodeRemovedEvent (" + this.nodeId + ")"; + }, + $eq(_, other) { + var t1; + if (other == null) + return false; + if (this !== other) + t1 = other instanceof A.NodeRemovedEvent && A.getRuntimeTypeOfDartObject(this) === A.getRuntimeTypeOfDartObject(other) && this.nodeId === other.nodeId; + else + t1 = true; + return t1; + }, + get$hashCode(_) { + return B.JSString_methods.get$hashCode(this.nodeId); + }, + $isDocumentChange: 1 + }; + A.NodeChangeEvent.prototype = { + toString$0(_) { + return "NodeChangeEvent (" + this.nodeId + ")"; + }, + $eq(_, other) { + var t1; + if (other == null) + return false; + if (this !== other) + t1 = other instanceof A.NodeChangeEvent && A.getRuntimeTypeOfDartObject(this) === A.getRuntimeTypeOfDartObject(other) && this.nodeId === other.nodeId; + else + t1 = true; + return t1; + }, + get$hashCode(_) { + return B.JSString_methods.get$hashCode(this.nodeId); + }, + $isDocumentChange: 1 }; A.DocumentPosition.prototype = { + isEquivalentTo$1(other) { + return this.nodeId === other.nodeId && this.nodePosition.isEquivalentTo$1(other.nodePosition); + }, $eq(_, other) { var t1; if (other == null) @@ -583002,32 +592569,21 @@ DocumentComposer$2$imeConfiguration$initialSelection(imeConfiguration, initialSelection) { var t1, _this = this; _this.__DocumentComposer__streamController_A = new A._AsyncBroadcastStreamController(null, null, type$._AsyncBroadcastStreamController_DocumentSelectionChange); - t1 = _this.selectionNotifier; - t1.addListener$1(0, _this.get$_onSelectionChangedBySelectionNotifier()); - t1.set$value(0, initialSelection); + t1 = _this._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) + t1.__PausableValueNotifier__currentValueDuringPause_A = initialSelection; + else + t1.super$ValueNotifier$value(0, initialSelection); _this._preferences.addListener$1(0, new A.DocumentComposer_closure(_this)); }, dispose$0() { - var _this = this, - t1 = _this._preferences; + var t1 = this._preferences; t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; - _this.selectionNotifier.removeListener$1(0, _this.get$_onSelectionChangedBySelectionNotifier()); - _this.super$ChangeNotifier$dispose(); - }, - set$selection(newSelection) { - var t1 = this.selectionNotifier; - if (!J.$eq$(newSelection, t1._change_notifier$_value)) - t1.set$value(0, newSelection); - }, - _onSelectionChangedBySelectionNotifier$0() { - var t1, _this = this; - _this.__DocumentComposer__latestSelectionChange_A = new A.DocumentSelectionChange(_this.selectionNotifier._change_notifier$_value, "userInteraction"); - _this.composingRegion.set$value(0, null); - t1 = _this.__DocumentComposer__streamController_A; + t1 = this.__DocumentComposer__streamController_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t1.add$1(0, _this.__DocumentComposer__latestSelectionChange_A); - _this.notifyListeners$0(); + t1.close$0(0); + this.super$ChangeNotifier$dispose(); }, $isListenable: 1 }; @@ -583038,6 +592594,65 @@ }, $signature: 0 }; + A.MutableDocumentComposer.prototype = { + setSelectionWithReason$2(newSelection, reason) { + var t1, _this = this; + if (_this._isInTransaction) { + t1 = _this._latestSelectionChange; + t1 = !J.$eq$(newSelection, t1 == null ? null : t1.selection); + } else + t1 = false; + if (t1) + _this._didChangeSelectionDuringTransaction = true; + _this._latestSelectionChange = new A.DocumentSelectionChange(newSelection, reason); + t1 = _this._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) + t1.__PausableValueNotifier__currentValueDuringPause_A = newSelection; + else + t1.super$ValueNotifier$value(0, newSelection); + }, + onTransactionStart$0() { + var _this = this, + t1 = _this._selectionNotifier; + t1._pausable_value_notifier$_isPaused = true; + t1.__PausableValueNotifier__currentValueDuringPause_A = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = _this._document_composer$_composingRegion; + t1._pausable_value_notifier$_isPaused = true; + t1.__PausableValueNotifier__currentValueDuringPause_A = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = _this._isInInteractionMode; + t1._pausable_value_notifier$_isPaused = true; + t1.__PausableValueNotifier__currentValueDuringPause_A = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this._isInTransaction = true; + _this._didChangeSelectionDuringTransaction = false; + }, + onTransactionEnd$1(edits) { + var t1, t2, _this = this; + _this._isInTransaction = false; + t1 = _this._selectionNotifier; + t1._pausable_value_notifier$_isPaused = false; + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.super$ValueNotifier$value(0, t2); + t1 = _this._latestSelectionChange; + if (t1 != null && _this._didChangeSelectionDuringTransaction) { + t2 = _this.__DocumentComposer__streamController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.toString; + t2.add$1(0, t1); + } + t1 = _this._document_composer$_composingRegion; + t1._pausable_value_notifier$_isPaused = false; + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1.super$ValueNotifier$value(0, t2); + t2 = _this._isInInteractionMode; + t2._pausable_value_notifier$_isPaused = false; + t1 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2.super$ValueNotifier$value(0, t1); + }, + $isEditable: 1 + }; A.ComposerPreferences.prototype = { toggleStyles$1(attributions) { var t1, t2, t3, t4; @@ -583054,6 +592669,52 @@ }, $isListenable: 1 }; + A.ClearSelectionRequest.prototype = {$isEditRequest: 1}; + A.ChangeSelectionRequest.prototype = { + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = other instanceof A.ChangeSelectionRequest && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && J.$eq$(_this.newSelection, other.newSelection) && _this.changeType === other.changeType && _this.reason === other.reason; + else + t1 = true; + return t1; + }, + get$hashCode(_) { + var t1 = J.get$hashCode$(this.newSelection); + return (t1 ^ 519018 ^ A.Primitives_objectHashCode(this.changeType) ^ B.JSString_methods.get$hashCode(this.reason)) >>> 0; + }, + $isEditRequest: 1 + }; + A.ChangeSelectionCommand.prototype = { + execute$2(context, executor) { + var t2, + composer = context.find$1$1(0, "composer", type$.MutableDocumentComposer), + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2 = this.newSelection; + composer.setSelectionWithReason$2(t2, this.reason); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.SelectionChangeEvent(t1, t2, this.changeType)], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 + }; + A.SelectionChangeEvent.prototype = { + toString$0(_) { + return "[SelectionChangeEvent] - New selection: " + A.S(this.newSelection) + ", change type: " + this.changeType.toString$0(0); + }, + $isEditEvent: 1 + }; + A.ComposingRegionChangeEvent.prototype = { + toString$0(_) { + return "[ComposingRegionChangeEvent] - New composing region: " + A.S(this.newComposingRegion); + }, + $isEditEvent: 1 + }; A.DocumentSelectionChange.prototype = { $eq(_, other) { var t1; @@ -583085,162 +592746,86 @@ return (t1 ^ B.JSString_methods.get$hashCode(this.reason)) >>> 0; } }; - A._ComposerPreferences_Object_ChangeNotifier.prototype = {}; - A._DocumentComposer_Object_ChangeNotifier.prototype = {}; - A.DebugPaintConfig.prototype = {}; - A.DocumentEditor.prototype = { - get$document(_) { - return this._document; + A.SelectionChangeType.prototype = { + _enumToString$0() { + return "SelectionChangeType." + this._core$_name; } }; - A.EditorCommandFunction.prototype = { - execute$2($document, transaction) { - this._execute.call$2($document, transaction); - } - }; - A.DocumentEditorTransaction.prototype = {}; - A.MutableDocument.prototype = { - MutableDocument$1$nodes(nodes) { - var t1, t2, t3, t4, i, node, _this = this; - for (t1 = _this._nodes, t2 = _this.get$_forwardNodeChange(), t3 = _this._nodeIndicesById, t4 = _this._nodesById, i = 0; i < t1.length; ++i) { - node = t1[i]; - node.addListener$1(0, t2); - t3.$indexSet(0, node.get$id(node), i); - t4.$indexSet(0, node.get$id(node), node); - } - }, - get$nodes(_) { - return new A.UnmodifiableListView(this._nodes, type$.UnmodifiableListView_DocumentNode); - }, - getNodeAt$1(index) { - if (index < 0 || index >= this._nodes.length) - return null; - return this._nodes[index]; - }, - getNodeIndexById$1(nodeId) { - var t1 = this._nodeIndicesById.$index(0, nodeId); - return t1 == null ? -1 : t1; - }, - getNodeBefore$1(node) { - var nodeIndex = this.getNodeIndexById$1(node.get$id(node)); - return nodeIndex > 0 ? this.getNodeAt$1(nodeIndex - 1) : null; - }, - getNodeAfter$1(node) { - var nodeIndex = this.getNodeIndexById$1(node.get$id(node)); - return nodeIndex >= 0 && nodeIndex < this._nodes.length - 1 ? this.getNodeAt$1(nodeIndex + 1) : null; - }, - getRangeBetween$2(position1, position2) { - var affinity = A._InitializedCell$named("affinity", new A.MutableDocument_getRangeBetween_closure(this, position1, position2)), - t1 = affinity._read$0() === B.TextAffinity_1 ? position1 : position2; - return new A.DocumentRange(t1, affinity._read$0() === B.TextAffinity_1 ? position2 : position1); - }, - getNodesInside$2(position1, position2) { - var index1, node2, index2, _this = this, - _s30_ = "No such position in document: ", - t1 = _this._nodesById, - node1 = t1.$index(0, position1.nodeId); - if (node1 == null) - throw A.wrapException(A.Exception_Exception(_s30_ + position1.toString$0(0))); - index1 = _this.getNodeIndexById$1(node1.get$id(node1)); - node2 = t1.$index(0, position2.nodeId); - if (node2 == null) - throw A.wrapException(A.Exception_Exception(_s30_ + position2.toString$0(0))); - index2 = _this.getNodeIndexById$1(node2.get$id(node2)); - return B.JSArray_methods.sublist$2(_this._nodes, Math.min(index1, index2), Math.max(index1, index2) + 1); - }, - insertNodeAt$2(index, node) { - var _this = this, - t1 = _this._nodes; - if (index <= t1.length) { - B.JSArray_methods.insert$2(t1, index, node); - node.addListener$1(0, _this.get$_forwardNodeChange()); - _this._refreshNodeIdCaches$0(); - _this.notifyListeners$0(); - } - }, - insertNodeBefore$2$existingNode$newNode(existingNode, newNode) { - var _this = this; - B.JSArray_methods.insert$2(_this._nodes, _this.getNodeIndexById$1(existingNode.get$id(existingNode)), newNode); - newNode.addListener$1(0, _this.get$_forwardNodeChange()); - _this._refreshNodeIdCaches$0(); - _this.notifyListeners$0(); - }, - insertNodeAfter$2$existingNode$newNode(existingNode, newNode) { - var _this = this, - nodeIndex = _this.getNodeIndexById$1(existingNode.get$id(existingNode)); - if (nodeIndex >= 0 && nodeIndex < _this._nodes.length) { - B.JSArray_methods.insert$2(_this._nodes, nodeIndex + 1, newNode); - newNode.addListener$1(0, _this.get$_forwardNodeChange()); - _this._refreshNodeIdCaches$0(); - _this.notifyListeners$0(); - } - }, - deleteNode$1(node) { - var isRemoved, _this = this; - node.removeListener$1(0, _this.get$_forwardNodeChange()); - isRemoved = B.JSArray_methods.remove$1(_this._nodes, node); - _this._refreshNodeIdCaches$0(); - _this.notifyListeners$0(); - return isRemoved; - }, - replaceNode$2$newNode$oldNode(newNode, oldNode) { - var t2, _this = this, - t1 = _this._nodes, - index = B.JSArray_methods.indexOf$1(t1, oldNode); - if (index !== -1) { - t2 = _this.get$_forwardNodeChange(); - oldNode.removeListener$1(0, t2); - B.JSArray_methods.removeAt$1(t1, index); - newNode.addListener$1(0, t2); - B.JSArray_methods.insert$2(t1, index, newNode); - _this._refreshNodeIdCaches$0(); - _this.notifyListeners$0(); - } else - throw A.wrapException(A.Exception_Exception("Could not find oldNode: " + oldNode.get$id(oldNode))); - }, - _forwardNodeChange$0() { - this.notifyListeners$0(); - }, - _refreshNodeIdCaches$0() { - var t2, t3, i, node, - t1 = this._nodeIndicesById; - t1.clear$0(0); - t2 = this._nodesById; - t2.clear$0(0); - for (t3 = this._nodes, i = 0; i < t3.length; ++i) { - node = t3[i]; - t1.$indexSet(0, node.get$id(node), i); - t2.$indexSet(0, node.get$id(node), node); - } - }, + A.ChangeComposingRegionRequest.prototype = { $eq(_, other) { var t1; if (other == null) return false; if (this !== other) - t1 = other instanceof A.MutableDocument && A.getRuntimeTypeOfDartObject(this) === A.getRuntimeTypeOfDartObject(other) && B.DeepCollectionEquality_false.equals$2(this._nodes, new A.UnmodifiableListView(other._nodes, type$.UnmodifiableListView_DocumentNode)); + t1 = other instanceof A.ChangeComposingRegionRequest && A.getRuntimeTypeOfDartObject(this) === A.getRuntimeTypeOfDartObject(other) && J.$eq$(this.composingRegion, other.composingRegion); else t1 = true; return t1; }, get$hashCode(_) { - return A.Primitives_objectHashCode(this._nodes); + return J.get$hashCode$(this.composingRegion); }, - $isListenable: 1, - $isDocument2: 1 + $isEditRequest: 1 }; - A.MutableDocument_getRangeBetween_closure.prototype = { - call$0() { - return A.InspectDocumentAffinity_getAffinityBetween(this.$this, this.position1, this.position2); + A.ChangeComposingRegionCommand.prototype = { + execute$2(context, executor) { + var t2, + t1 = context.find$1$1(0, "composer", type$.MutableDocumentComposer)._document_composer$_composingRegion; + if (t1._pausable_value_notifier$_isPaused) + t1.__PausableValueNotifier__currentValueDuringPause_A === $ && A.throwUnnamedLateFieldNI(); + else + A.ValueNotifier.prototype.get$value.call(t1, t1); + t2 = this.composingRegion; + if (t1._pausable_value_notifier$_isPaused) + t1.__PausableValueNotifier__currentValueDuringPause_A = t2; + else + t1.super$ValueNotifier$value(0, t2); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.ComposingRegionChangeEvent(t2)], type$.JSArray_EditEvent)); }, - $signature: 3360 + $isEditCommand: 1 }; - A._MutableDocument_Object_ChangeNotifier.prototype = {}; + A.ChangeInteractionModeRequest.prototype = { + $eq(_, other) { + var t1; + if (other == null) + return false; + if (this !== other) + t1 = other instanceof A.ChangeInteractionModeRequest && A.getRuntimeTypeOfDartObject(this) === A.getRuntimeTypeOfDartObject(other) && this.isInteractionModeDesired === other.isInteractionModeDesired; + else + t1 = true; + return t1; + }, + get$hashCode(_) { + return this.isInteractionModeDesired ? 519018 : 218159; + }, + $isEditRequest: 1 + }; + A.ChangeInteractionModeCommand.prototype = { + execute$2(context, executor) { + var t1 = this.isInteractionModeDesired, + t2 = context.find$1$1(0, "composer", type$.MutableDocumentComposer)._isInInteractionMode; + if (t2._pausable_value_notifier$_isPaused) + t2.__PausableValueNotifier__currentValueDuringPause_A = t1; + else + t2.super$ValueNotifier$value(0, t1); + }, + $isEditCommand: 1 + }; + A._ComposerPreferences_Object_ChangeNotifier.prototype = {}; + A._DocumentComposer_Object_ChangeNotifier.prototype = {}; + A.DebugPaintConfig.prototype = {}; A.DocumentGestureMode.prototype = { _enumToString$0() { return "DocumentGestureMode." + this._core$_name; } }; + A.DocumentLayoutEditable.prototype = { + onTransactionEnd$1(edits) { + }, + onTransactionStart$0() { + }, + $isEditable: 1 + }; A.DocumentComponent.prototype = { isVisualSelectionSupported$0() { return true; @@ -583250,54 +592835,54 @@ _getChildOffset$1(myOffset) { var t1 = type$.RenderBox, myBox = t1._as(this._framework$_element.get$renderObject()); - return t1._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._textKey).get$renderObject()).globalToLocal$2$ancestor(myOffset, myBox); + return t1._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._tasks$_textKey).get$renderObject()).globalToLocal$2$ancestor(myOffset, myBox); }, _getOffsetFromChild$1(childOffset) { var t1 = type$.RenderBox, myBox = t1._as(this._framework$_element.get$renderObject()); - return A.MatrixUtils_transformPoint(t1._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._textKey).get$renderObject()).getTransformTo$1(0, myBox), childOffset); + return A.MatrixUtils_transformPoint(t1._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, this._tasks$_textKey).get$renderObject()).getTransformTo$1(0, myBox), childOffset); }, _getRectFromChild$1(childRect) { return A.Rect$fromPoints(this._getOffsetFromChild$1(new A.Offset(childRect.left, childRect.top)), this._getOffsetFromChild$1(new A.Offset(childRect.right, childRect.bottom))); }, getPositionAtOffset$1(localOffset) { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).getPositionAtOffset$1(this._getChildOffset$1(localOffset)); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).getPositionAtOffset$1(this._getChildOffset$1(localOffset)); }, getOffsetForPosition$1(nodePosition) { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).getOffsetForPosition$1(nodePosition); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).getOffsetForPosition$1(nodePosition); }, getRectForPosition$1(nodePosition) { - return this._getRectFromChild$1(type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).getRectForPosition$1(nodePosition)); + return this._getRectFromChild$1(type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).getRectForPosition$1(nodePosition)); }, getRectForSelection$2(baseNodePosition, extentNodePosition) { - return this._getRectFromChild$1(type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).getRectForSelection$2(baseNodePosition, extentNodePosition)); + return this._getRectFromChild$1(type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).getRectForSelection$2(baseNodePosition, extentNodePosition)); }, getBeginningPosition$0() { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).getBeginningPosition$0(); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).getBeginningPosition$0(); }, getBeginningPositionNearX$1(x) { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).getBeginningPositionNearX$1(this._getChildOffset$1(new A.Offset(x, 0))._dx); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).getBeginningPositionNearX$1(this._getChildOffset$1(new A.Offset(x, 0))._dx); }, movePositionLeft$2(currentPosition, movementModifier) { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).movePositionLeft$2(currentPosition, movementModifier); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).movePositionLeft$2(currentPosition, movementModifier); }, movePositionRight$2(currentPosition, movementModifier) { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).movePositionRight$2(currentPosition, movementModifier); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).movePositionRight$2(currentPosition, movementModifier); }, movePositionUp$1(currentPosition) { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).movePositionUp$1(currentPosition); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).movePositionUp$1(currentPosition); }, movePositionDown$1(currentPosition) { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).movePositionDown$1(currentPosition); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).movePositionDown$1(currentPosition); }, getEndPosition$0() { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).getEndPosition$0(); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).getEndPosition$0(); }, getEndPositionNearX$1(x) { - return type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).getEndPositionNearX$1(this._getChildOffset$1(new A.Offset(x, 0))._dx); + return type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).getEndPositionNearX$1(this._getChildOffset$1(new A.Offset(x, 0))._dx); }, isVisualSelectionSupported$0() { - type$.DocumentComponent_StatefulWidget._as(this._textKey.get$currentState()).isVisualSelectionSupported$0(); + type$.DocumentComponent_StatefulWidget._as(this._tasks$_textKey.get$currentState()).isVisualSelectionSupported$0(); return true; } }; @@ -583323,49 +592908,52 @@ } }; A.DocumentSelection.prototype = { + get$isCollapsed(_) { + var t1 = this.base, + t2 = this.extent; + return t1.nodeId === t2.nodeId && t1.nodePosition.isEquivalentTo$1(t2.nodePosition); + }, toString$0(_) { return "[DocumentSelection] - \n base: (" + this.base.toString$0(0) + "),\n extent: (" + this.extent.toString$0(0) + ")"; }, collapse$0(_) { - var t1 = this.extent; - if (this.base.$eq(0, t1)) - return this; - else - return new A.DocumentSelection(t1, t1); + var t1, _this = this; + if (_this.get$isCollapsed(_this)) + return _this; + else { + t1 = _this.extent; + return new A.DocumentSelection(t1, t1, t1, t1); + } }, collapseUpstream$1($document) { - var t3, t4, - t1 = this.base, - t2 = this.extent; - if (t1.$eq(0, t2)) - return this; - t3 = $document._nodesById; - t4 = t3.$index(0, t1.nodeId); - t4.toString; - t3 = t3.$index(0, t2.nodeId); + var t1, t2, t3, t4, _this = this; + if (_this.get$isCollapsed(_this)) + return _this; + t1 = _this.base; + t2 = $document._nodesById; + t3 = t2.$index(0, t1.nodeId); t3.toString; - if (t4.$eq(0, t3)) { - t1 = t2.copyWith$1$nodePosition(t3.selectUpstreamPosition$2(t1.nodePosition, t2.nodePosition)); - return new A.DocumentSelection(t1, t1); - } - return $document.getNodeIndexById$1(t4.get$id(t4)) < $document.getNodeIndexById$1(t3.get$id(t3)) ? new A.DocumentSelection(t1, t1) : new A.DocumentSelection(t2, t2); + t4 = _this.extent; + t2 = t2.$index(0, t4.nodeId); + t2.toString; + if (t3.$eq(0, t2)) + return A.DocumentSelection$collapsed(t4.copyWith$1$nodePosition(t2.selectUpstreamPosition$2(t1.nodePosition, t4.nodePosition))); + return $document.getNodeIndexById$1(t3.get$id(t3)) < $document.getNodeIndexById$1(t2.get$id(t2)) ? A.DocumentSelection$collapsed(t1) : A.DocumentSelection$collapsed(t4); }, collapseDownstream$1($document) { - var t3, t4, - t1 = this.base, - t2 = this.extent; - if (t1.$eq(0, t2)) - return this; - t3 = $document._nodesById; - t4 = t3.$index(0, t1.nodeId); - t4.toString; - t3 = t3.$index(0, t2.nodeId); + var t1, t2, t3, t4, _this = this; + if (_this.get$isCollapsed(_this)) + return _this; + t1 = _this.base; + t2 = $document._nodesById; + t3 = t2.$index(0, t1.nodeId); t3.toString; - if (t4.$eq(0, t3)) { - t1 = t2.copyWith$1$nodePosition(t3.selectDownstreamPosition$2(t1.nodePosition, t2.nodePosition)); - return new A.DocumentSelection(t1, t1); - } - return $document.getNodeIndexById$1(t4.get$id(t4)) > $document.getNodeIndexById$1(t3.get$id(t3)) ? new A.DocumentSelection(t1, t1) : new A.DocumentSelection(t2, t2); + t4 = _this.extent; + t2 = t2.$index(0, t4.nodeId); + t2.toString; + if (t3.$eq(0, t2)) + return A.DocumentSelection$collapsed(t4.copyWith$1$nodePosition(t2.selectDownstreamPosition$2(t1.nodePosition, t4.nodePosition))); + return $document.getNodeIndexById$1(t3.get$id(t3)) > $document.getNodeIndexById$1(t2.get$id(t2)) ? A.DocumentSelection$collapsed(t1) : A.DocumentSelection$collapsed(t4); }, $eq(_, other) { var t1, _this = this; @@ -583385,8 +592973,9 @@ return (B.JSString_methods.get$hashCode(t1.nodeId) ^ t2.get$hashCode(t2) ^ B.JSString_methods.get$hashCode(t3.nodeId) ^ t4.get$hashCode(t4)) >>> 0; }, copyWith$2$base$extent(base, extent) { - var t1 = base == null ? this.base : base; - return new A.DocumentSelection(t1, extent == null ? this.extent : extent); + var t1 = base == null ? this.base : base, + t2 = extent == null ? this.extent : extent; + return new A.DocumentSelection(t1, t2, t1, t2); }, copyWith$1$base(base) { return this.copyWith$2$base$extent(base, null); @@ -583395,7 +592984,314 @@ return this.copyWith$2$base$extent(null, extent); } }; - A.EditContext.prototype = {}; + A.DocumentRange.prototype = { + normalize$1(_, $document) { + var t1 = this.start, + t2 = this.end; + if (A.InspectDocumentAffinity_getAffinityBetween($document, t1, t2) === B.TextAffinity_1) + return this; + return new A.DocumentRange(t2, t1); + }, + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = other instanceof A.DocumentRange && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.start.$eq(0, other.start) && _this.end.$eq(0, other.end); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + var t1 = this.start, + t2 = t1.nodePosition, + t3 = this.end, + t4 = t3.nodePosition; + return (B.JSString_methods.get$hashCode(t1.nodeId) ^ t2.get$hashCode(t2) ^ B.JSString_methods.get$hashCode(t3.nodeId) ^ t4.get$hashCode(t4)) >>> 0; + }, + toString$0(_) { + return "[DocumentRange] - start: (" + this.start.toString$0(0) + "), end: (" + this.end.toString$0(0) + ")"; + } + }; + A.InspectDocumentRange_getRangeBetween_closure.prototype = { + call$0() { + return A.InspectDocumentAffinity_getAffinityBetween(this._this, this.position1, this.position2); + }, + $signature: 3355 + }; + A.SuperEditorContext.prototype = { + get$document(receiver) { + return this.document; + } + }; + A.Editor.prototype = { + dispose$0() { + B.JSArray_methods.clear$0(this.reactionPipeline); + B.JSArray_methods.clear$0(this._changeListeners); + }, + addListener$1(_, listener) { + this._changeListeners.push(listener); + }, + removeListener$1(_, listener) { + B.JSArray_methods.remove$1(this._changeListeners, listener); + }, + execute$1(requests) { + var t1, t2, t3, _i, command, changeList, t4, _this = this; + if (_this._activeCommandCount === 0) { + t1 = _this.__Editor_context_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._resources; + t1 = t1.get$values(t1); + t2 = A._instanceType(t1); + t2 = t2._eval$1("@<1>")._bind$1(t2._rest[1]); + t1 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("MappedIterator<1,2>")); + t2 = t2._rest[1]; + for (; t1.moveNext$0();) { + t3 = t1.__internal$_current; + (t3 == null ? t2._as(t3) : t3).onTransactionStart$0(); + } + } + if (_this._activeChangeList == null) + _this._activeChangeList = A._setArrayType([], type$.JSArray_EditEvent); + ++_this._activeCommandCount; + for (t1 = requests.length, t2 = type$.EditEvent, _i = 0; _i < requests.length; requests.length === t1 || (0, A.throwConcurrentModificationError)(requests), ++_i) { + command = _this._findCommandForRequest$1(requests[_i]); + t3 = _this.__Editor__commandExecutor_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.executeCommand$1(command); + changeList = A.List_List$from(t3._changeList, true, t2); + B.JSArray_methods.clear$0(t3._changeList); + t3 = _this._activeChangeList; + t3.toString; + B.JSArray_methods.addAll$1(t3, changeList); + } + if (_this._activeCommandCount === 1) { + if (_this._activeChangeList.length !== 0) { + _this._reactToChanges$0(); + _this._editor$_notifyListeners$0(); + t1 = _this.__Editor_context_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._resources; + t1 = t1.get$values(t1); + t2 = A._instanceType(t1); + t2 = t2._eval$1("@<1>")._bind$1(t2._rest[1]); + t1 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("MappedIterator<1,2>")); + t2 = t2._rest[1]; + for (; t1.moveNext$0();) { + t3 = t1.__internal$_current; + if (t3 == null) + t3 = t2._as(t3); + t4 = _this._activeChangeList; + t4.toString; + t3.onTransactionEnd$1(t4); + } + } else + $.$get$editorOpsLog().log$4(B.Level_WARNING_900, "We have an empty change list after processing one or more requests: " + A.S(requests), null, null); + _this._activeChangeList = null; + } + --_this._activeCommandCount; + }, + _findCommandForRequest$1(request) { + var t1, t2, _i, command; + for (t1 = this.requestHandlers, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + command = t1[_i].call$1(request); + if (command != null) + return command; + } + throw A.wrapException(A.Exception_Exception("Could not handle EditorRequest. DocumentEditor doesn't have a handler that recognizes the request: " + request.toString$0(0))); + }, + _reactToChanges$0() { + var t1, t2, _i, reaction, t3, t4, _this = this; + for (t1 = _this.reactionPipeline, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + reaction = t1[_i]; + t3 = _this.__Editor_context_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this._activeChangeList; + t4.toString; + reaction.react$3(t3, _this, t4); + } + }, + _editor$_notifyListeners$0() { + var changeList, t2, _i, + t1 = this._activeChangeList; + t1.toString; + changeList = A.List_List$from(t1, false, type$.EditEvent); + for (t1 = this._changeListeners, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t1[_i].onEdit$1(changeList); + } + }; + A._DocumentEditorCommandExecutor.prototype = { + executeCommand$1(command) { + var t3, t4, + t1 = this._commandsBeingProcessed, + t2 = t1._commandBacklog; + t2.push(command); + for (t3 = this._editor$_context, t4 = t1._activeCommandExpansionQueue; t2.length !== 0;) { + command = B.JSArray_methods.removeAt$1(t2, 0); + t1._activeCommand = command; + command.execute$2(t3, this); + B.JSArray_methods.insertAll$2(t2, 0, t4); + B.JSArray_methods.clear$0(t4); + t1._activeCommand = null; + } + } + }; + A.EditCommand.prototype = {}; + A.EditContext.prototype = { + find$1$1(_, id, $T) { + var _null = null, + _s42_ = "Tried to find an editor resource of type '", + _s45_ = "', but the resource with that ID is of type '", + t1 = this._resources; + if (!t1.containsKey$1(0, id)) { + t1 = "Tried to find an editor resource for the ID '" + id + "', but there's no resource with that ID."; + $.$get$editorLog().log$4(B.Level_SHOUT_1200, t1, _null, _null); + throw A.wrapException(A.Exception_Exception(t1)); + } + if (!$T._is(t1.$index(0, id))) { + $.$get$editorLog().log$4(B.Level_SHOUT_1200, _s42_ + A.createRuntimeType($T).toString$0(0) + "' for ID '" + id + _s45_ + J.get$runtimeType$(t1.$index(0, id)).toString$0(0), _null, _null); + throw A.wrapException(A.Exception_Exception(_s42_ + A.createRuntimeType($T).toString$0(0) + "' for ID '" + id + _s45_ + J.get$runtimeType$(t1.$index(0, id)).toString$0(0))); + } + return $T._as(t1.$index(0, id)); + }, + put$2(_, id, editable) { + this._resources.$indexSet(0, id, editable); + return editable; + } + }; + A.EditorCommandQueue.prototype = {}; + A.DocumentEdit.prototype = { + toString$0(_) { + return "DocumentEdit -> " + this.change.toString$0(0); + }, + $isEditEvent: 1 + }; + A.MutableDocument.prototype = { + dispose$0() { + B.JSArray_methods.clear$0(this._editor$_listeners); + }, + get$nodes(_) { + return new A.UnmodifiableListView(this._editor$_nodes, type$.UnmodifiableListView_DocumentNode); + }, + getNodeAt$1(index) { + if (index < 0 || index >= this._editor$_nodes.length) + return null; + return this._editor$_nodes[index]; + }, + getNodeIndexById$1(nodeId) { + var t1 = this._nodeIndicesById.$index(0, nodeId); + return t1 == null ? -1 : t1; + }, + getNodeBefore$1(node) { + var nodeIndex = this.getNodeIndexById$1(node.get$id(node)); + return nodeIndex > 0 ? this.getNodeAt$1(nodeIndex - 1) : null; + }, + getNodeAfter$1(node) { + var nodeIndex = this.getNodeIndexById$1(node.get$id(node)); + return nodeIndex >= 0 && nodeIndex < this._editor$_nodes.length - 1 ? this.getNodeAt$1(nodeIndex + 1) : null; + }, + getNodesInside$2(position1, position2) { + var index1, node2, index2, _this = this, + _s30_ = "No such position in document: ", + t1 = _this._nodesById, + node1 = t1.$index(0, position1.nodeId); + if (node1 == null) + throw A.wrapException(A.Exception_Exception(_s30_ + position1.toString$0(0))); + index1 = _this.getNodeIndexById$1(node1.get$id(node1)); + node2 = t1.$index(0, position2.nodeId); + if (node2 == null) + throw A.wrapException(A.Exception_Exception(_s30_ + position2.toString$0(0))); + index2 = _this.getNodeIndexById$1(node2.get$id(node2)); + return B.JSArray_methods.sublist$2(_this._editor$_nodes, Math.min(index1, index2), Math.max(index1, index2) + 1); + }, + insertNodeAt$2(index, node) { + var t1 = this._editor$_nodes; + if (index <= t1.length) { + B.JSArray_methods.insert$2(t1, index, node); + this._refreshNodeIdCaches$0(); + } + }, + insertNodeBefore$2$existingNode$newNode(existingNode, newNode) { + var t1 = this._editor$_nodes; + B.JSArray_methods.insert$2(t1, B.JSArray_methods.indexOf$1(t1, existingNode), newNode); + this._refreshNodeIdCaches$0(); + }, + insertNodeAfter$2$existingNode$newNode(existingNode, newNode) { + var t1 = this._editor$_nodes, + nodeIndex = B.JSArray_methods.indexOf$1(t1, existingNode); + if (nodeIndex >= 0 && nodeIndex < t1.length) { + B.JSArray_methods.insert$2(t1, nodeIndex + 1, newNode); + this._refreshNodeIdCaches$0(); + } + }, + deleteNode$1(node) { + var isRemoved = B.JSArray_methods.remove$1(this._editor$_nodes, node); + if (isRemoved) + this._refreshNodeIdCaches$0(); + return isRemoved; + }, + replaceNode$2$newNode$oldNode(newNode, oldNode) { + var t1 = this._editor$_nodes, + index = B.JSArray_methods.indexOf$1(t1, oldNode); + if (index !== -1) { + B.JSArray_methods.removeAt$1(t1, index); + B.JSArray_methods.insert$2(t1, index, newNode); + this._refreshNodeIdCaches$0(); + } else + throw A.wrapException(A.Exception_Exception("Could not find oldNode: " + oldNode.get$id(oldNode))); + }, + addListener$1(_, listener) { + this._editor$_listeners.push(listener); + }, + removeListener$1(_, listener) { + B.JSArray_methods.remove$1(this._editor$_listeners, listener); + }, + onTransactionStart$0() { + }, + onTransactionEnd$1(edits) { + var changeLog, t2, _i, + t1 = type$.WhereTypeIterable_DocumentEdit; + t1 = A.MappedIterable_MappedIterable(new A.WhereTypeIterable(edits, t1), new A.MutableDocument_onTransactionEnd_closure(), t1._eval$1("Iterable.E"), type$.DocumentChange); + if (A.List_List$of(t1, true, A._instanceType(t1)._eval$1("Iterable.E")).length === 0) + return; + changeLog = new A.DocumentChangeLog(); + for (t1 = this._editor$_listeners, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t1[_i].call$1(changeLog); + }, + _refreshNodeIdCaches$0() { + var t2, t3, i, node, + t1 = this._nodeIndicesById; + t1.clear$0(0); + t2 = this._nodesById; + t2.clear$0(0); + for (t3 = this._editor$_nodes, i = 0; i < t3.length; ++i) { + node = t3[i]; + t1.$indexSet(0, node.get$id(node), i); + t2.$indexSet(0, node.get$id(node), node); + } + }, + $eq(_, other) { + var t1; + if (other == null) + return false; + if (this !== other) + t1 = other instanceof A.MutableDocument && A.getRuntimeTypeOfDartObject(this) === A.getRuntimeTypeOfDartObject(other) && B.DeepCollectionEquality_false.equals$2(this._editor$_nodes, new A.UnmodifiableListView(other._editor$_nodes, type$.UnmodifiableListView_DocumentNode)); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + return A.Primitives_objectHashCode(this._editor$_nodes); + }, + $isDocument2: 1, + $isEditable: 1 + }; + A.MutableDocument_onTransactionEnd_closure.prototype = { + call$1(edit) { + return edit.change; + }, + $signature: 3356 + }; A.Stylesheet.prototype = {}; A.StyleRule.prototype = { styler$2(arg0, arg1) { @@ -583441,7 +593337,7 @@ }; A._LastBlockMatcher.prototype = { matches$2(_, $document, node) { - return $document.getNodeIndexById$1(node.get$id(node)) === $document._nodes.length - 1; + return $document.getNodeIndexById$1(node.get$id(node)) === $document._editor$_nodes.length - 1; } }; A.CascadingPadding.prototype = { @@ -583476,6 +593372,7 @@ return t1 ^ 519018; } }; + A.ColorAttribution.prototype = {}; A.LinkAttribution.prototype = { get$id(_) { return "link"; @@ -583526,16 +593423,17 @@ textAlign = B.TextAlign_3; break; } - return A.BlockquoteComponentViewModel$(B.Color_0, B.BorderRadius_tLn0, false, _null, node.id, B.EdgeInsets_0_0_0_0, _null, B.Color_0, node._text$_text, textAlign, textDirection, A._presenter__noStyleBuilder$closure()); + return A.BlockquoteComponentViewModel$(B.Color_0, B.BorderRadius_tLn0, _null, false, _null, node.id, B.EdgeInsets_0_0_0_0, _null, B.Color_0, false, node._text$_text, textAlign, textDirection, A._presenter__noStyleBuilder$closure()); }, createComponent$2(componentContext, componentViewModel) { - var t1, t2, t3; + var t1, t2, t3, t4; if (!(componentViewModel instanceof A.BlockquoteComponentViewModel)) return null; - t1 = componentViewModel.textStyleBuilder; - t2 = componentViewModel.backgroundColor; - t3 = componentViewModel.borderRadius; - return new A.BlockquoteComponent(componentContext.componentKey, componentViewModel.text, t1, componentViewModel.selection, componentViewModel.selectionColor, t2, t3, componentViewModel.highlightWhenEmpty, null); + t1 = componentViewModel.text; + t2 = componentViewModel.textStyleBuilder; + t3 = componentViewModel.backgroundColor; + t4 = componentViewModel.borderRadius; + return new A.BlockquoteComponent(componentContext.componentKey, t1, t2, componentViewModel.selection, componentViewModel.selectionColor, t3, t4, componentViewModel.highlightWhenEmpty, componentViewModel.composingRegion, componentViewModel.showComposingUnderline, null); }, $isComponentBuilder: 1 }; @@ -583552,26 +593450,28 @@ var _this = this, t1 = _this.maxWidth, t2 = _this.padding, - t3 = _this.textStyleBuilder, - t4 = _this.textAlignment, - t5 = _this.backgroundColor, - t6 = _this.borderRadius, - t7 = _this.selection, - t8 = _this.selectionColor; - return A.BlockquoteComponentViewModel$(t5, t6, _this.highlightWhenEmpty, t1, _this.nodeId, t2, t7, t8, _this.text, t4, _this.textDirection, t3); + t3 = _this.text, + t4 = _this.textStyleBuilder, + t5 = _this.textAlignment, + t6 = _this.backgroundColor, + t7 = _this.borderRadius, + t8 = _this.selection, + t9 = _this.selectionColor, + t10 = _this.highlightWhenEmpty; + return A.BlockquoteComponentViewModel$(t6, t7, _this.composingRegion, t10, t1, _this.nodeId, t2, t8, t9, _this.showComposingUnderline, t3, t5, _this.textDirection, t4); }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.BlockquoteComponentViewModel && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && _this.text.$eq(0, other.text) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && _this.backgroundColor.$eq(0, other.backgroundColor) && _this.borderRadius.$eq(0, other.borderRadius) && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty; + t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.BlockquoteComponentViewModel && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && _this.text.$eq(0, other.text) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && _this.backgroundColor.$eq(0, other.backgroundColor) && _this.borderRadius.$eq(0, other.borderRadius) && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty && J.$eq$(_this.composingRegion, other.composingRegion) && _this.showComposingUnderline === other.showComposingUnderline; else t1 = true; return t1; }, get$hashCode(_) { - var t5, t6, t7, t8, t9, t10, t11, _this = this, + var t5, t6, t7, t8, t9, t10, t11, t12, t13, _this = this, t1 = A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this), t2 = B.JSString_methods.get$hashCode(_this.nodeId), t3 = _this.text, @@ -583586,7 +593486,18 @@ t9 = J.get$hashCode$(_this.selection); t10 = B.JSInt_methods.get$hashCode(_this.selectionColor.value); t11 = _this.highlightWhenEmpty ? 519018 : 218159; - return (t1 ^ t2 ^ t4 ^ t3 ^ t5 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10 ^ t11) >>> 0; + t12 = J.get$hashCode$(_this.composingRegion); + t13 = _this.showComposingUnderline ? 519018 : 218159; + return (t1 ^ t2 ^ t4 ^ t3 ^ t5 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10 ^ t11 ^ t12 ^ t13) >>> 0; + }, + textStyleBuilder$1(arg0) { + return this.textStyleBuilder.call$1(arg0); + }, + get$text(receiver) { + return this.text; + }, + set$text(receiver, val) { + return this.text = val; }, set$selection(val) { return this.selection = val; @@ -583596,12 +593507,18 @@ }, set$highlightWhenEmpty(val) { return this.highlightWhenEmpty = val; + }, + set$composingRegion(val) { + return this.composingRegion = val; + }, + set$showComposingUnderline(val) { + return this.showComposingUnderline = val; } }; A.BlockquoteComponent.prototype = { build$1(context) { var _this = this, _null = null; - return A.IgnorePointer$(A.Container$(_null, A.TextComponent$(_this.highlightWhenEmpty, _this.textKey, B.Map_empty3, _this.selectionColor, false, _this.text, _null, _null, _null, _this.textSelection, _this.styleBuilder), B.Clip_0, _null, _null, new A.BoxDecoration(_this.backgroundColor, _null, _null, _this.borderRadius, _null, _null, B.BoxShape_0), _null, _null, _null, _null, B.EdgeInsets_16_16_16_16, _null, _null, _null), true, _null); + return A.IgnorePointer$(A.Container$(_null, A.TextComponent$(_this.composingRegion, _this.highlightWhenEmpty, _this.textKey, B.Map_empty3, _this.selectionColor, _this.showComposingUnderline, false, _this.text, _null, _null, _null, _this.textSelection, _this.styleBuilder), B.Clip_0, _null, _null, new A.BoxDecoration(_this.backgroundColor, _null, _null, _this.borderRadius, _null, _null, B.BoxShape_0), _null, _null, _null, _null, B.EdgeInsets_16_16_16_16, _null, _null, _null), true, _null); } }; A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure.prototype = { @@ -583609,10 +593526,10 @@ var t1 = this.styles, baseStyle = t1.$index(0, "textStyle"); if (baseStyle == null) - baseStyle = B.TextStyle_SVP0; + baseStyle = B.TextStyle_SVP1; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 190 + $signature: 205 }; A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -583646,9 +593563,9 @@ if (!(position2 instanceof A.UpstreamDownstreamNodePosition)) throw A.wrapException(A.Exception_Exception(string$.ExpectaU2 + A.getRuntimeTypeOfDartObject(position2).toString$0(0))); if (position1.affinity === B.TextAffinity_1 || position2.affinity === B.TextAffinity_1) - return B.UpstreamDownstreamNodePosition_TextAffinity_0; - else return B.UpstreamDownstreamNodePosition_TextAffinity_1; + else + return B.UpstreamDownstreamNodePosition_TextAffinity_0; }, computeSelection$2$base$extent(base, extent) { if (!(base instanceof A.UpstreamDownstreamNodePosition)) @@ -583756,41 +593673,120 @@ return A.MouseRegion$(A.IgnorePointer$(A.DecoratedBox$(this.child, new A.BoxDecoration(t1, _null, _null, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_1), true, _null), B.SystemMouseCursor_basic, _null, _null, _null, _null, _null); } }; + A.DeleteUpstreamAtBeginningOfBlockNodeCommand.prototype = { + execute$2(context, executor) { + var nodeBefore, + $document = context.find$1$1(0, "document", type$.MutableDocument), + composer = context.find$1$1(0, "composer", type$.MutableDocumentComposer), + documentLayoutEditable = context.find$1$1(0, "layout", type$.DocumentLayoutEditable), + t1 = this.node, + t2 = t1.get$id(t1); + if (type$.UpstreamDownstreamNodePosition._as(t1.get$beginningPosition()).affinity === B.TextAffinity_1) { + executor.executeCommand$1(new A.ReplaceNodeWithEmptyParagraphWithCaretCommand(t2)); + return; + } + nodeBefore = $document.getNodeBefore$1(t1); + if (nodeBefore == null) + return; + if (nodeBefore instanceof A.TextNode && nodeBefore._text$_text.text.length === 0) { + executor.executeCommand$1(new A.DeleteNodeCommand(nodeBefore.id)); + return; + } + documentLayoutEditable._documentLayoutResolver.call$0().getComponentByNodeId$1(nodeBefore.get$id(nodeBefore)).isVisualSelectionSupported$0(); + this.moveSelectionToEndOfPrecedingNode$3(executor, $document, composer); + }, + moveSelectionToEndOfPrecedingNode$3(executor, $document, composer) { + var t2, node, nodeBefore, + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) + return; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + node = $document._nodesById.$index(0, t1.extent.nodeId); + if (node == null) + return; + nodeBefore = $document.getNodeBefore$1(node); + if (nodeBefore == null) + return; + executor.executeCommand$1(new A.ChangeSelectionCommand(A.DocumentSelection$collapsed(new A.DocumentPosition(nodeBefore.get$id(nodeBefore), nodeBefore.get$endPosition())), B.SelectionChangeType_5, "userInteraction")); + }, + $isEditCommand: 1 + }; A.__BoxComponentState_State_DocumentComponent.prototype = {}; A.CommonEditorOperations.prototype = { selectAll$0() { - var nodes = new A.UnmodifiableListView(this.editor._document._nodes, type$.UnmodifiableListView_DocumentNode); + var t1, t2, + nodes = new A.UnmodifiableListView(this.document._editor$_nodes, type$.UnmodifiableListView_DocumentNode); if (nodes.get$length(nodes) === 0) return false; - this.composer.set$selection(new A.DocumentSelection(new A.DocumentPosition(J.get$id$x(nodes.get$first(nodes)), nodes.get$first(nodes).get$beginningPosition()), new A.DocumentPosition(J.get$id$x(nodes.get$last(nodes)), nodes.get$last(nodes).get$endPosition()))); + t1 = new A.DocumentPosition(J.get$id$x(nodes.get$first(nodes)), nodes.get$first(nodes).get$beginningPosition()); + t2 = new A.DocumentPosition(J.get$id$x(nodes.get$last(nodes)), nodes.get$last(nodes).get$endPosition()); + this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(new A.DocumentSelection(t1, t2, t1, t2), B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); return true; }, collapseSelection$0() { - var t1 = this.composer, - t2 = t1.selectionNotifier._change_notifier$_value; + var t2, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - t1.set$selection(t2.collapse$0(0)); + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(t1.collapse$0(0), B.SelectionChangeType_5, "userInteraction")], type$.JSArray_EditRequest)); return true; }, moveCaretUpstream$2$expand$movementModifier(expand, movementModifier) { - var currentExtent, nodeId, node, extentComponent, newExtentNodePosition, nextNode, newExtentNodeId, nextComponent, newExtent, _this = this, - t1 = _this.composer, - t2 = t1.selectionNotifier, - t3 = t2._change_notifier$_value; - if (t3 == null) + var t2, currentExtent, nodeId, node, extentComponent, newExtentNodePosition, nextNode, newExtentNodeId, nextComponent, newExtent, _this = this, + _s15_ = "userInteraction", + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) return false; - if (!t3.base.$eq(0, t3.extent) && !expand) { - t1.set$selection(t2._change_notifier$_value.collapseUpstream$1(_this.editor._document)); + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2) && !expand) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(t1.collapseUpstream$1(_this.document), B.SelectionChangeType_5, _s15_)], type$.JSArray_EditRequest)); return true; } - currentExtent = t2._change_notifier$_value.extent; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + currentExtent = t2.extent; nodeId = currentExtent.nodeId; - node = _this.editor._document._nodesById.$index(0, nodeId); + node = _this.document._nodesById.$index(0, nodeId); if (node == null) return false; - t3 = _this.documentLayoutResolver; - extentComponent = t3.call$0().getComponentByNodeId$1(nodeId); + t2 = _this.documentLayoutResolver; + extentComponent = t2.call$0().getComponentByNodeId$1(nodeId); if (extentComponent == null) return false; newExtentNodePosition = extentComponent.movePositionLeft$2(currentExtent.nodePosition, movementModifier); @@ -583799,37 +593795,71 @@ if (nextNode == null) return false; newExtentNodeId = nextNode.get$id(nextNode); - nextComponent = t3.call$0().getComponentByNodeId$1(nextNode.get$id(nextNode)); + nextComponent = t2.call$0().getComponentByNodeId$1(nextNode.get$id(nextNode)); if (nextComponent == null) return false; newExtentNodePosition = nextComponent.getEndPosition$0(); } else newExtentNodeId = nodeId; newExtent = new A.DocumentPosition(newExtentNodeId, newExtentNodePosition); - if (expand) - t1.set$selection(t2._change_notifier$_value.copyWith$1$extent(newExtent)); - else - t1.set$selection(new A.DocumentSelection(newExtent, newExtent)); + t2 = _this.editor; + if (expand) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2.execute$1(A._setArrayType([new A.ChangeSelectionRequest(t1.copyWith$1$extent(newExtent), B.SelectionChangeType_3, _s15_)], type$.JSArray_EditRequest)); + } else + t2.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(newExtent), B.SelectionChangeType_2, _s15_)], type$.JSArray_EditRequest)); return true; }, + moveCaretUpstream$1$expand(expand) { + return this.moveCaretUpstream$2$expand$movementModifier(expand, null); + }, + moveCaretUpstream$1$movementModifier(movementModifier) { + return this.moveCaretUpstream$2$expand$movementModifier(false, movementModifier); + }, + moveCaretUpstream$0() { + return this.moveCaretUpstream$2$expand$movementModifier(false, null); + }, moveCaretDownstream$2$expand$movementModifier(expand, movementModifier) { - var currentExtent, nodeId, node, extentComponent, newExtentNodePosition, nextNode, newExtentNodeId, nextComponent, newExtent, _this = this, - t1 = _this.composer, - t2 = t1.selectionNotifier, - t3 = t2._change_notifier$_value; - if (t3 == null) + var t2, currentExtent, nodeId, node, extentComponent, newExtentNodePosition, nextNode, newExtentNodeId, nextComponent, newExtent, _this = this, + _s15_ = "userInteraction", + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) return false; - if (!t3.base.$eq(0, t3.extent) && !expand) { - t1.set$selection(t2._change_notifier$_value.collapseDownstream$1(_this.editor._document)); + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2) && !expand) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(t1.collapseDownstream$1(_this.document), B.SelectionChangeType_5, _s15_)], type$.JSArray_EditRequest)); return true; } - currentExtent = t2._change_notifier$_value.extent; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + currentExtent = t2.extent; nodeId = currentExtent.nodeId; - node = _this.editor._document._nodesById.$index(0, nodeId); + node = _this.document._nodesById.$index(0, nodeId); if (node == null) return false; - t3 = _this.documentLayoutResolver; - extentComponent = t3.call$0().getComponentByNodeId$1(nodeId); + t2 = _this.documentLayoutResolver; + extentComponent = t2.call$0().getComponentByNodeId$1(nodeId); if (extentComponent == null) return false; newExtentNodePosition = extentComponent.movePositionRight$2(currentExtent.nodePosition, movementModifier); @@ -583838,27 +593868,52 @@ if (nextNode == null) return false; newExtentNodeId = nextNode.get$id(nextNode); - nextComponent = t3.call$0().getComponentByNodeId$1(nextNode.get$id(nextNode)); + nextComponent = t2.call$0().getComponentByNodeId$1(nextNode.get$id(nextNode)); if (nextComponent == null) throw A.wrapException(A.Exception_Exception("Could not find next component to move the selection horizontally. Next node ID: " + nextNode.get$id(nextNode))); newExtentNodePosition = nextComponent.getBeginningPosition$0(); } else newExtentNodeId = nodeId; newExtent = new A.DocumentPosition(newExtentNodeId, newExtentNodePosition); - if (expand) - t1.set$selection(t2._change_notifier$_value.copyWith$1$extent(newExtent)); - else - t1.set$selection(new A.DocumentSelection(newExtent, newExtent)); + t2 = _this.editor; + if (expand) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2.execute$1(A._setArrayType([new A.ChangeSelectionRequest(t1.copyWith$1$extent(newExtent), B.SelectionChangeType_3, _s15_)], type$.JSArray_EditRequest)); + } else + t2.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(newExtent), B.SelectionChangeType_2, _s15_)], type$.JSArray_EditRequest)); return true; }, + moveCaretDownstream$1$expand(expand) { + return this.moveCaretDownstream$2$expand$movementModifier(expand, null); + }, + moveCaretDownstream$1$movementModifier(movementModifier) { + return this.moveCaretDownstream$2$expand$movementModifier(false, movementModifier); + }, + moveCaretDownstream$0() { + return this.moveCaretDownstream$2$expand$movementModifier(false, null); + }, moveCaretUp$1$expand(expand) { - var currentExtent, nodeId, node, extentComponent, t2, newExtentNodePosition, nextNode, newExtentNodeId, nextComponent, _this = this, - t1 = _this.composer.selectionNotifier._change_notifier$_value; - if (t1 == null) + var t2, currentExtent, nodeId, node, extentComponent, newExtentNodePosition, nextNode, newExtentNodeId, nextComponent, _this = this, + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) return false; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); currentExtent = t1.extent; nodeId = currentExtent.nodeId; - node = _this.editor._document._nodesById.$index(0, nodeId); + node = _this.document._nodesById.$index(0, nodeId); if (node == null) return false; t1 = _this.documentLayoutResolver; @@ -583886,14 +593941,27 @@ _this._updateSelectionExtent$2$expandSelection$position(expand, new A.DocumentPosition(newExtentNodeId, newExtentNodePosition)); return true; }, + moveCaretUp$0() { + return this.moveCaretUp$1$expand(false); + }, moveCaretDown$1$expand(expand) { - var currentExtent, nodeId, node, extentComponent, t2, newExtentNodePosition, nextNode, newExtentNodeId, nextComponent, _this = this, - t1 = _this.composer.selectionNotifier._change_notifier$_value; - if (t1 == null) + var t2, currentExtent, nodeId, node, extentComponent, newExtentNodePosition, nextNode, newExtentNodeId, nextComponent, _this = this, + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) return false; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); currentExtent = t1.extent; nodeId = currentExtent.nodeId; - node = _this.editor._document._nodesById.$index(0, nodeId); + node = _this.document._nodesById.$index(0, nodeId); if (node == null) return false; t1 = _this.documentLayoutResolver; @@ -583921,16 +593989,113 @@ _this._updateSelectionExtent$2$expandSelection$position(expand, new A.DocumentPosition(newExtentNodeId, newExtentNodePosition)); return true; }, + moveCaretDown$0() { + return this.moveCaretDown$1$expand(false); + }, + moveSelectionToBeginningOfDocument$1$expand(expand) { + var t2, t3, t4, t5, firstNode, currentExtentNode, _this = this, + _s15_ = "userInteraction", + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) + return false; + t2 = _this.document; + t3 = t2._editor$_nodes; + t4 = type$.UnmodifiableListView_DocumentNode; + t5 = new A.UnmodifiableListView(t3, t4); + if (t5.get$length(t5) === 0) + return false; + t3 = new A.UnmodifiableListView(t3, t4); + firstNode = t3.get$first(t3); + if (expand) { + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + currentExtentNode = t2._nodesById.$index(0, t3.extent.nodeId); + if (currentExtentNode == null) + return false; + if (!(currentExtentNode instanceof A.TextNode)) + return false; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t1.base; + t2 = new A.DocumentPosition(firstNode.get$id(firstNode), firstNode.get$beginningPosition()); + _this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(new A.DocumentSelection(t1, t2, t1, t2), B.SelectionChangeType_4, _s15_)], type$.JSArray_EditRequest)); + return true; + } + _this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(firstNode.get$id(firstNode), firstNode.get$beginningPosition())), B.SelectionChangeType_0, _s15_)], type$.JSArray_EditRequest)); + return true; + }, + moveSelectionToEndOfDocument$1$expand(expand) { + var t2, t3, t4, t5, lastNode, currentExtentNode, _this = this, + _s15_ = "userInteraction", + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) + return false; + t2 = _this.document; + t3 = t2._editor$_nodes; + t4 = type$.UnmodifiableListView_DocumentNode; + t5 = new A.UnmodifiableListView(t3, t4); + if (t5.get$length(t5) === 0) + return false; + t3 = new A.UnmodifiableListView(t3, t4); + lastNode = t3.get$last(t3); + if (expand) { + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + currentExtentNode = t2._nodesById.$index(0, t3.extent.nodeId); + if (currentExtentNode == null) + return false; + if (!(currentExtentNode instanceof A.TextNode)) + return false; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t1.base; + t2 = new A.DocumentPosition(lastNode.get$id(lastNode), lastNode.get$endPosition()); + _this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(new A.DocumentSelection(t1, t2, t1, t2), B.SelectionChangeType_4, _s15_)], type$.JSArray_EditRequest)); + return true; + } + _this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(lastNode.get$id(lastNode), lastNode.get$endPosition())), B.SelectionChangeType_0, _s15_)], type$.JSArray_EditRequest)); + return true; + }, _updateSelectionExtent$2$expandSelection$position(expandSelection, position) { - var t1 = this.composer; - if (expandSelection) - t1.set$selection(t1.selectionNotifier._change_notifier$_value.copyWith$1$extent(position)); - else - t1.set$selection(new A.DocumentSelection(position, position)); + var t2, + _s15_ = "userInteraction", + t1 = this.editor; + if (expandSelection) { + t2 = this.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t1.execute$1(A._setArrayType([new A.ChangeSelectionRequest(t2.copyWith$1$extent(position), B.SelectionChangeType_4, _s15_)], type$.JSArray_EditRequest)); + } else + t1.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(position), B.SelectionChangeType_5, _s15_)], type$.JSArray_EditRequest)); }, _getUpstreamSelectableNodeBefore$1(startingNode) { var selectableNode, t3, nextComponent, - t1 = this.editor._document, + t1 = this.document, t2 = this.documentLayoutResolver, prevNode = startingNode, foundSelectableNode = false; @@ -583950,7 +594115,7 @@ }, _getDownstreamSelectableNodeAfter$1(startingNode) { var selectableNode, t3, nextComponent, - t1 = this.editor._document, + t1 = this.document, t2 = this.documentLayoutResolver, prevNode = startingNode, foundSelectableNode = false; @@ -583969,30 +594134,74 @@ return selectableNode; }, deleteDownstream$0() { - var t3, t4, t5, nodeAfter, _this = this, - t1 = _this.composer.selectionNotifier, - t2 = t1._change_notifier$_value; + var t2, textPosition, t3, t4, nodeAfter, _this = this, + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - if (!t2.base.$eq(0, t2.extent)) { + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2)) { _this._deleteExpandedSelection$0(); return true; } - t2 = t1._change_notifier$_value.extent; - t3 = t2.nodePosition; - if (t3 instanceof A.UpstreamDownstreamNodePosition) - if (t3.affinity === B.TextAffinity_0) { - _this.replaceBlockNodeWithEmptyParagraphAndCollapsedSelection$1(t2.nodeId); + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition) { + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (type$.UpstreamDownstreamNodePosition._as(t2.extent.nodePosition).affinity === B.TextAffinity_0) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this.editor.execute$1(A._setArrayType([new A.ReplaceNodeWithEmptyParagraphWithCaretRequest(t1.extent.nodeId)], type$.JSArray_EditRequest)); return true; } else return _this._moveSelectionToBeginningOfNextNode$0(); - if (t3 instanceof A.TextNodePosition) { - t4 = _this.editor._document; - t5 = t4._nodesById; - if (t3.offset === type$.TextNode._as(t5.$index(0, t2.nodeId))._text$_text.text.length) { - t1 = t5.$index(0, t1._change_notifier$_value.extent.nodeId); + } + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2.extent.nodePosition instanceof A.TextNodePosition) { + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + textPosition = type$.TextNodePosition._as(t2.extent.nodePosition); + t2 = _this.document; + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t4 = t2._nodesById; + if (textPosition.offset === type$.TextNode._as(t4.$index(0, t3.extent.nodeId))._text$_text.text.length) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t4.$index(0, t1.extent.nodeId); t1.toString; - nodeAfter = t4.getNodeAfter$1(t1); + nodeAfter = t2.getNodeAfter$1(t1); if (nodeAfter instanceof A.TextNode) return _this._mergeTextNodeWithDownstreamTextNode$0(); else if (nodeAfter != null) { @@ -584006,27 +594215,40 @@ return false; }, _moveSelectionToBeginningOfNextNode$0() { - var t3, node, nodeAfter, - t1 = this.composer, - t2 = t1.selectionNotifier._change_notifier$_value; + var t2, node, nodeAfter, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - t3 = this.editor._document; - node = t3._nodesById.$index(0, t2.extent.nodeId); + t2 = this.document; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + node = t2._nodesById.$index(0, t1.extent.nodeId); if (node == null) return false; - nodeAfter = t3.getNodeAfter$1(node); + nodeAfter = t2.getNodeAfter$1(node); if (nodeAfter == null) return false; - t2 = new A.DocumentPosition(nodeAfter.get$id(nodeAfter), nodeAfter.get$beginningPosition()); - t1.set$selection(new A.DocumentSelection(t2, t2)); + this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(nodeAfter.get$id(nodeAfter), nodeAfter.get$beginningPosition())), B.SelectionChangeType_2, "userInteraction")], type$.JSArray_EditRequest)); return true; }, _mergeTextNodeWithDownstreamTextNode$0() { - var nodeAfter, t3, t4, - t1 = this.editor._document, - t2 = this.composer, - node = t1._nodesById.$index(0, t2.selectionNotifier._change_notifier$_value.extent.nodeId); + var node, nodeAfter, + t1 = this.document, + t2 = this.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + node = t1._nodesById.$index(0, t2.extent.nodeId); if (node == null) return false; if (!(node instanceof A.TextNode)) @@ -584036,56 +594258,121 @@ return false; if (!(nodeAfter instanceof A.TextNode)) return false; - t3 = node._text$_text; - t4 = node.id; - new A.CombineParagraphsCommand(t4, nodeAfter.id).execute$2(t1, new A.DocumentEditorTransaction(t1)); - t3 = new A.DocumentPosition(t4, new A.TextNodePosition(t3.text.length, B.TextAffinity_1)); - t2.set$selection(new A.DocumentSelection(t3, t3)); + t1 = node._text$_text; + t2 = node.id; + this.editor.execute$1(A._setArrayType([new A.CombineParagraphsRequest(t2, nodeAfter.id), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(t2, new A.TextNodePosition(t1.text.length, B.TextAffinity_1))), B.SelectionChangeType_7, "userInteraction")], type$.JSArray_EditRequest)); return true; }, _deleteDownstreamCharacter$0() { - var t3, textNode, text, currentTextPosition, t4, - t1 = this.composer.selectionNotifier, - t2 = t1._change_notifier$_value; + var t2, t3, textNode, text, currentTextOffset, _this = this, + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - t3 = this.editor._document; - if (!this._isTextEntryNode$2$document$selection(t3, t2)) + t2 = _this.document; + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t3.toString; + if (!_this._isTextEntryNode$2$document$selection(t2, t3)) return false; - t2 = t1._change_notifier$_value; - if (t2.base.$eq(0, t2.extent) && type$.TextNodePosition._as(t1._change_notifier$_value.extent.nodePosition).offset < 0) + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t3.get$isCollapsed(t3)) { + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t3 = type$.TextNodePosition._as(t3.extent.nodePosition).offset < 0; + } else + t3 = false; + if (t3) return false; - textNode = type$.TextNode._as(t3._nodesById.$index(0, t1._change_notifier$_value.extent.nodeId)); + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + textNode = type$.TextNode._as(t2._nodesById.$index(0, t3.extent.nodeId)); text = textNode._text$_text; - currentTextPosition = type$.TextNodePosition._as(t1._change_notifier$_value.extent.nodePosition); - t1 = currentTextPosition.offset; - t2 = text.text; - if (t1 >= t2.length) + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + currentTextOffset = type$.TextNodePosition._as(t1.extent.nodePosition).offset; + t1 = text.text; + if (currentTextOffset >= t1.length) return false; - t4 = textNode.id; - new A.DeleteSelectionCommand(new A.DocumentSelection(new A.DocumentPosition(t4, currentTextPosition), new A.DocumentPosition(t4, new A.TextNodePosition(A.getCharacterEndBounds(t2, t1), B.TextAffinity_1)))).execute$2(t3, new A.DocumentEditorTransaction(t3)); + _this.editor.execute$1(A._setArrayType([new A.DeleteContentRequest(textNode.selectionBetween$2(currentTextOffset, A.getCharacterEndBounds(t1, currentTextOffset)))], type$.JSArray_EditRequest)); return true; }, deleteUpstream$0() { - var t3, t4, nodeBefore, _this = this, - t1 = _this.composer.selectionNotifier, - t2 = t1._change_notifier$_value; + var t2, t3, t4, nodeBefore, _this = this, + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - if (!t2.base.$eq(0, t2.extent)) { + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2)) { _this._deleteExpandedSelection$0(); return true; } - t2 = _this.editor._document; - t3 = t2._nodesById.$index(0, t1._change_notifier$_value.extent.nodeId); + t2 = _this.document; + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t3 = t2._nodesById.$index(0, t3.extent.nodeId); t3.toString; - if (t3 instanceof A.ListItemNode && type$.TextNodePosition._as(t1._change_notifier$_value.extent.nodePosition).offset === 0) + if (t3 instanceof A.ListItemNode) { + if (t1._pausable_value_notifier$_isPaused) { + t4 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t4 = type$.TextNodePosition._as(t4.extent.nodePosition).offset === 0; + } else + t4 = false; + if (t4) return _this.unindentListItem$0(); - t1 = t1._change_notifier$_value.extent; - t4 = t1.nodePosition; - if (t4 instanceof A.UpstreamDownstreamNodePosition) - if (t4.affinity === B.TextAffinity_1) { - _this.replaceBlockNodeWithEmptyParagraphAndCollapsedSelection$1(t1.nodeId); + if (t1._pausable_value_notifier$_isPaused) { + t4 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t4.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition) { + if (t1._pausable_value_notifier$_isPaused) { + t4 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (type$.UpstreamDownstreamNodePosition._as(t4.extent.nodePosition).affinity === B.TextAffinity_1) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this.editor.execute$1(A._setArrayType([new A.ReplaceNodeWithEmptyParagraphWithCaretRequest(t1.extent.nodeId)], type$.JSArray_EditRequest)); return true; } else { nodeBefore = t2.getNodeBefore$1(t3); @@ -584094,14 +594381,25 @@ t1 = _this.documentLayoutResolver.call$0().getComponentByNodeId$1(nodeBefore.get$id(nodeBefore)); t1.toString; if (nodeBefore instanceof A.TextNode && nodeBefore._text$_text.text.length === 0) { - new A.EditorCommandFunction(new A.CommonEditorOperations_deleteUpstream_closure(nodeBefore)).execute$2(t2, new A.DocumentEditorTransaction(t2)); + _this.editor.execute$1(A._setArrayType([new A.DeleteNodeRequest(nodeBefore.id)], type$.JSArray_EditRequest)); return true; } t1.isVisualSelectionSupported$0(); return _this.moveSelectionToEndOfPrecedingNode$0(); } - if (t4 instanceof A.TextNodePosition) - if (t4.offset === 0) { + } + if (t1._pausable_value_notifier$_isPaused) { + t4 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t4.extent.nodePosition instanceof A.TextNodePosition) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (type$.TextNodePosition._as(t1.extent.nodePosition).offset === 0) { nodeBefore = t2.getNodeBefore$1(t3); if (nodeBefore == null) return false; @@ -584114,37 +594412,53 @@ type$.TextNode._as(t3); if (t3._text$_text.text.length === 0) { if (_this.moveSelectionToEndOfPrecedingNode$0()) - new A.EditorCommandFunction(new A.CommonEditorOperations_deleteUpstream_closure0(t3)).execute$2(t2, new A.DocumentEditorTransaction(t2)); + _this.editor.execute$1(A._setArrayType([new A.DeleteNodeRequest(t3.id)], type$.JSArray_EditRequest)); return true; } else return _this.moveSelectionToEndOfPrecedingNode$0(); } - } else - return _this.deleteUpstreamCharacter$0(); + } else { + _this.editor.execute$1(A._setArrayType([B.C_DeleteUpstreamCharacterRequest], type$.JSArray_EditRequest)); + return true; + } + } return false; }, moveSelectionToEndOfPrecedingNode$0() { - var t3, node, nodeBefore, - t1 = this.composer, - t2 = t1.selectionNotifier._change_notifier$_value; + var t2, node, nodeBefore, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - t3 = this.editor._document; - node = t3._nodesById.$index(0, t2.extent.nodeId); + t2 = this.document; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + node = t2._nodesById.$index(0, t1.extent.nodeId); if (node == null) return false; - nodeBefore = t3.getNodeBefore$1(node); + nodeBefore = t2.getNodeBefore$1(node); if (nodeBefore == null) return false; - t2 = new A.DocumentPosition(nodeBefore.get$id(nodeBefore), nodeBefore.get$endPosition()); - t1.set$selection(new A.DocumentSelection(t2, t2)); + this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(nodeBefore.get$id(nodeBefore), nodeBefore.get$endPosition())), B.SelectionChangeType_5, "userInteraction")], type$.JSArray_EditRequest)); return true; }, mergeTextNodeWithUpstreamTextNode$0() { - var nodeAbove, t3, t4, - t1 = this.editor._document, - t2 = this.composer, - node = t1._nodesById.$index(0, t2.selectionNotifier._change_notifier$_value.extent.nodeId); + var node, nodeAbove, + t1 = this.document, + t2 = this.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + node = t1._nodesById.$index(0, t2.extent.nodeId); if (node == null) return false; nodeAbove = t1.getNodeBefore$1(node); @@ -584152,472 +594466,481 @@ return false; if (!(nodeAbove instanceof A.TextNode)) return false; - t3 = nodeAbove._text$_text; - t4 = nodeAbove.id; - new A.CombineParagraphsCommand(t4, node.get$id(node)).execute$2(t1, new A.DocumentEditorTransaction(t1)); - t3 = new A.DocumentPosition(t4, new A.TextNodePosition(t3.text.length, B.TextAffinity_1)); - t2.set$selection(new A.DocumentSelection(t3, t3)); + t1 = nodeAbove._text$_text; + t2 = nodeAbove.id; + this.editor.execute$1(A._setArrayType([new A.CombineParagraphsRequest(t2, node.get$id(node)), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(t2, new A.TextNodePosition(t1.text.length, B.TextAffinity_1))), B.SelectionChangeType_7, "userInteraction")], type$.JSArray_EditRequest)); return true; }, - deleteUpstreamCharacter$0() { - var t4, textNode, currentTextPosition, previousCharacterOffset, newSelectionPosition, - t1 = this.composer, - t2 = t1.selectionNotifier, - t3 = t2._change_notifier$_value; - if (t3 == null) - return false; - t4 = this.editor._document; - if (!this._isTextEntryNode$2$document$selection(t4, t3)) - return false; - t3 = t2._change_notifier$_value; - if (t3.base.$eq(0, t3.extent) && type$.TextNodePosition._as(t2._change_notifier$_value.extent.nodePosition).offset <= 0) - return false; - textNode = type$.TextNode._as(t4._nodesById.$index(0, t2._change_notifier$_value.extent.nodeId)); - currentTextPosition = type$.TextNodePosition._as(t2._change_notifier$_value.extent.nodePosition); - previousCharacterOffset = A.getCharacterStartBounds(textNode._text$_text.text, currentTextPosition.offset); - t2 = textNode.id; - newSelectionPosition = new A.DocumentPosition(t2, new A.TextNodePosition(previousCharacterOffset, B.TextAffinity_1)); - new A.DeleteSelectionCommand(new A.DocumentSelection(new A.DocumentPosition(t2, currentTextPosition), new A.DocumentPosition(t2, new A.TextNodePosition(previousCharacterOffset, B.TextAffinity_1)))).execute$2(t4, new A.DocumentEditorTransaction(t4)); - t1.set$selection(new A.DocumentSelection(newSelectionPosition, newSelectionPosition)); - return true; - }, - replaceBlockNodeWithEmptyParagraphAndCollapsedSelection$1(nodeId) { - var t1 = this.editor._document; - new A.EditorCommandFunction(new A.CommonEditorOperations_replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure(this, nodeId)).execute$2(t1, new A.DocumentEditorTransaction(t1)); - }, deleteSelection$0() { - var t1 = this.composer.selectionNotifier._change_notifier$_value; - if (t1 == null) + var t2, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) return false; - if (t1.base.$eq(0, t1.extent)) + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1.get$isCollapsed(t1)) return false; this._deleteExpandedSelection$0(); return true; }, _deleteExpandedSelection$0() { - var newSelectionPosition, - t1 = this.editor._document, - t2 = this.composer, - t3 = t2.selectionNotifier, - t4 = t3._change_notifier$_value; - t4.toString; - newSelectionPosition = A.CommonEditorOperations_getDocumentPositionAfterExpandedDeletion(t1, t4); - t3 = t3._change_notifier$_value; - t3.toString; - new A.DeleteSelectionCommand(t3).execute$2(t1, new A.DocumentEditorTransaction(t1)); - t2.set$selection(new A.DocumentSelection(newSelectionPosition, newSelectionPosition)); + var t2, newSelectionPosition, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2.toString; + newSelectionPosition = A.CommonEditorOperations_getDocumentPositionAfterExpandedDeletion(this.document, t2); + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1.toString; + this.editor.execute$1(A._setArrayType([new A.DeleteContentRequest(t1), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(newSelectionPosition), B.SelectionChangeType_7, "userInteraction")], type$.JSArray_EditRequest)); }, toggleAttributionsOnSelection$1(attributions) { - var t1 = this.composer.selectionNotifier, - t2 = t1._change_notifier$_value; + var t2, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - if (t2.base.$eq(0, t2.extent)) + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2.get$isCollapsed(t2)) return false; - t1 = t1._change_notifier$_value; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t1.toString; - t2 = this.editor._document; - new A.ToggleTextAttributionsCommand(t1, attributions).execute$2(t2, new A.DocumentEditorTransaction(t2)); + this.editor.execute$1(A._setArrayType([new A.ToggleTextAttributionsRequest(t1, attributions)], type$.JSArray_EditRequest)); return false; }, insertPlainText$1(text) { - var t4, t5, t6, textNode, _this = this, _null = null, + var t4, t5, t6, _this = this, _null = null, t1 = $.$get$editorOpsLog(), t2 = _this.composer, - t3 = t2.selectionNotifier; - t1.log$4(B.Level_FINE_500, 'Attempting to insert "' + text + '" at document selection: ' + A.S(t3._change_notifier$_value), _null, _null); - t4 = t3._change_notifier$_value; + t3 = t2._selectionNotifier; + if (t3._pausable_value_notifier$_isPaused) { + t4 = t3.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t3, t3); + t1.log$4(B.Level_FINE_500, 'Attempting to insert "' + text + '" at document selection: ' + A.S(t4), _null, _null); + if (t3._pausable_value_notifier$_isPaused) { + t4 = t3.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t3, t3); if (t4 == null) { t1.log$4(B.Level_FINE_500, "The composer has no selection. Can't insert.", _null, _null); return false; } - if (!t4.base.$eq(0, t4.extent)) { + if (t3._pausable_value_notifier$_isPaused) { + t4 = t3.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t3, t3); + if (!t4.get$isCollapsed(t4)) { t1.log$4(B.Level_FINE_500, "The selection is expanded. Deleting the selection before inserting text.", _null, _null); + t4 = t2._preferences; + t5 = t4._currentAttributions; + t6 = A.LinkedHashSet_LinkedHashSet$of(t5, type$.Attribution); _this._deleteExpandedSelection$0(); + t5.clear$0(0); + t4.notifyListeners$0(); + t5.addAll$1(0, t6); + t4.notifyListeners$0(); } - if (t3._change_notifier$_value.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition) { + if (t3._pausable_value_notifier$_isPaused) { + t4 = t3.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t3, t3); + if (t4.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition) { t1.log$4(B.Level_FINE_500, string$.The_se, _null, _null); _this.insertBlockLevelNewline$0(); } - t4 = _this.editor._document; - t5 = t4._nodesById; - t6 = t5.$index(0, t3._change_notifier$_value.extent.nodeId); - t6.toString; - if (!(t6 instanceof A.TextNode)) { - t1.log$4(B.Level_FINE_500, string$.Couldn + t6.toString$0(0), _null, _null); + if (t3._pausable_value_notifier$_isPaused) { + t4 = t3.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t3, t3); + t4 = _this.document._nodesById.$index(0, t4.extent.nodeId); + t4.toString; + if (!(t4 instanceof A.TextNode)) { + t1.log$4(B.Level_FINE_500, string$.Couldnt + t4.toString$0(0), _null, _null); return false; } - textNode = type$.TextNode._as(t5.$index(0, t3._change_notifier$_value.extent.nodeId)); - t5 = type$.TextNodePosition._as(t3._change_notifier$_value.extent.nodePosition); t1.log$4(B.Level_FINE_500, "Executing text insertion command.", _null, _null); - t1.log$4(B.Level_FINER_400, "Text before insertion: '" + textNode._text$_text.text + "'", _null, _null); - new A.InsertTextCommand(t3._change_notifier$_value.extent, text, t2._preferences._currentAttributions).execute$2(t4, new A.DocumentEditorTransaction(t4)); - t1.log$4(B.Level_FINER_400, "Text after insertion: '" + textNode._text$_text.text + "'", _null, _null); - t1.log$4(B.Level_FINE_500, string$.Updati, _null, _null); - t5 = new A.DocumentPosition(textNode.id, new A.TextNodePosition(t5.offset + text.length, B.TextAffinity_1)); - t2.set$selection(new A.DocumentSelection(t5, t5)); + if (t3._pausable_value_notifier$_isPaused) { + t1 = t3.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t3, t3); + _this.editor.execute$1(A._setArrayType([new A.InsertTextRequest(t1.extent, text, t2._preferences._currentAttributions)], type$.JSArray_EditRequest)); return true; }, insertCharacter$1(character) { var t2, t3, inserted, _this = this, _null = null, t1 = $.$get$editorOpsLog(); t1.log$4(B.Level_FINE_500, "Trying to insert '" + character + "'", _null, _null); - t2 = _this.composer.selectionNotifier; - t3 = t2._change_notifier$_value; + t2 = _this.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); if (t3 == null) return false; - if (!t3.base.$eq(0, t3.extent)) + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (!t3.get$isCollapsed(t3)) _this._deleteExpandedSelection$0(); - if (t2._change_notifier$_value.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition) { + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (t3.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition) { t1.log$4(B.Level_FINE_500, string$.The_se, _null, _null); _this.insertBlockLevelNewline$0(); } - t2 = _this.editor._document._nodesById.$index(0, t2._change_notifier$_value.extent.nodeId); + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t2 = _this.document._nodesById.$index(0, t2.extent.nodeId); t2.toString; if (!(t2 instanceof A.TextNode)) { - t1.log$4(B.Level_FINE_500, "Couldn't insert character because Super Editor doesn't know how to handle a node of type: " + t2.toString$0(0), _null, _null); + t1.log$4(B.Level_FINE_500, string$.Couldnc + t2.toString$0(0), _null, _null); return false; } inserted = _this._insertCharacterInTextComposable$2$ignoreComposerAttributions(character, false); t1.log$4(B.Level_FINE_500, "Did insert '" + character + "'? " + inserted, _null, _null); return inserted; }, - convertParagraphByPatternMatching$1(nodeId) { - var t3, t4, t5, t6, textBeforeCaret, unorderedListItemMatch, hasUnorderedListItemMatch, orderedListItemMatch, hasOrderedListItemMatch, startOfNewText, t7, adjustedText, hrMatch, blockquoteMatch, extractedLinks, linkCount, nonEmptyText, link, _null = null, - _s26_ = "_convertParagraphIfDesired", - t1 = this.editor, - t2 = t1._document, - node = t2._nodesById.$index(0, nodeId); - if (node == null) - return false; - if (!(node instanceof A.ParagraphNode)) - return false; - t3 = $.$get$editorOpsLog(); - t3.log$4(B.Level_FINE_500, "Running pattern matching on a ParagraphNode, to convert it to another node type.", _null, _null); - t4 = this.composer; - t5 = t4.selectionNotifier; - t6 = type$.TextNodePosition; - textBeforeCaret = B.JSString_methods.substring$2(node._text$_text.text, 0, t6._as(t5._change_notifier$_value.extent.nodePosition).offset); - unorderedListItemMatch = A.RegExp_RegExp("^\\s*[\\*-]\\s+$", true, false, false, false); - hasUnorderedListItemMatch = unorderedListItemMatch._nativeRegExp.test(textBeforeCaret); - orderedListItemMatch = A.RegExp_RegExp("^\\s*1[.)]\\s+$", true, false, false, false); - hasOrderedListItemMatch = orderedListItemMatch._nativeRegExp.test(textBeforeCaret); - t3.log$4(B.Level_FINE_500, _s26_, ' - text before caret: "' + textBeforeCaret + '"', _null); - if (hasUnorderedListItemMatch || hasOrderedListItemMatch) { - t3.log$4(B.Level_FINE_500, _s26_, " - found unordered list item prefix", _null); - startOfNewText = textBeforeCaret.length; - t1 = node._text$_text; - t3 = t1.text; - t7 = t3.length; - while (true) { - if (!(startOfNewText < t7 && t3[startOfNewText] === " ")) - break; - ++startOfNewText; - } - adjustedText = t1.copyText$1(startOfNewText); - t1 = node.id; - new A.EditorCommandFunction(new A.CommonEditorOperations_convertParagraphByPatternMatching_closure(node, hasUnorderedListItemMatch ? A.ListItemNode$unordered(t1, 0, adjustedText) : A.ListItemNode$ordered(t1, 0, adjustedText))).execute$2(t2, new A.DocumentEditorTransaction(t2)); - t1 = new A.DocumentPosition(t1, new A.TextNodePosition(t6._as(t5._change_notifier$_value.extent.nodePosition).offset - startOfNewText, B.TextAffinity_1)); - t4.set$selection(new A.DocumentSelection(t1, t1)); - return true; - } - hrMatch = A.RegExp_RegExp("^---*\\s$", true, false, false, false); - if (hrMatch._nativeRegExp.test(textBeforeCaret)) { - t3.log$4(B.Level_FINE_500, "Paragraph has an HR match", _null, _null); - t1 = node.id; - new A.EditorCommandFunction(new A.CommonEditorOperations_convertParagraphByPatternMatching_closure0(t2.getNodeIndexById$1(t1))).execute$2(t2, new A.DocumentEditorTransaction(t2)); - t2 = node._text$_text; - t3 = hrMatch.firstMatch$1(textBeforeCaret); - node.set$text(0, t2.removeRegion$2$endOffset$startOffset(t3.get$end(t3), 0)); - t1 = new A.DocumentPosition(t1, B.TextNodePosition_0_TextAffinity_1); - t4.set$selection(new A.DocumentSelection(t1, t1)); - return true; - } - blockquoteMatch = A.RegExp_RegExp("^>\\s$", true, false, false, false); - if (blockquoteMatch._nativeRegExp.test(textBeforeCaret)) { - startOfNewText = textBeforeCaret.length; - t1 = node._text$_text; - t3 = t1.text; - t7 = t3.length; - while (true) { - if (!(startOfNewText < t7 && t3[startOfNewText] === " ")) - break; - ++startOfNewText; - } - adjustedText = t1.copyText$1(startOfNewText); - t1 = node.id; - new A.EditorCommandFunction(new A.CommonEditorOperations_convertParagraphByPatternMatching_closure1(node, A.ParagraphNode$(t1, A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_blockquote], type$.String, type$.dynamic), adjustedText))).execute$2(t2, new A.DocumentEditorTransaction(t2)); - t5 = new A.DocumentPosition(t1, new A.TextNodePosition(t6._as(t5._change_notifier$_value.extent.nodePosition).offset - startOfNewText, B.TextAffinity_1)); - t4.set$selection(new A.DocumentSelection(t5, t5)); - return true; - } - t3.log$4(B.Level_FINE_500, "Looking for URL match...", _null, _null); - extractedLinks = A.linkify(node._text$_text.text, B.LinkifyOptions_false); - linkCount = B.JSArray_methods.fold$1$2(extractedLinks, 0, new A.CommonEditorOperations_convertParagraphByPatternMatching_closure2(), type$.int); - t3.log$4(B.Level_FINE_500, "Found " + A.S(linkCount) + " link(s)", _null, _null); - nonEmptyText = B.JSArray_methods.fold$1$2(extractedLinks, "", new A.CommonEditorOperations_convertParagraphByPatternMatching_closure3(), type$.String); - if (linkCount === 1 && nonEmptyText.length === 0) { - t3.log$4(B.Level_FINE_500, "The whole node is one big URL. Trying to convert the node type based on pattern matching...", _null, _null); - link = A.IterableExtension_firstWhereOrNull(extractedLinks, new A.CommonEditorOperations_convertParagraphByPatternMatching_closure4()).text; - this._processUrlNode$5$document$editor$nodeId$originalText$url(t2, t1, node.id, node._text$_text.text, link); - return true; - } - t3.log$4(B.Level_FINE_500, "ParagraphNode didn't match any conversion pattern.", _null, _null); - return false; - }, - _processUrlNode$5$document$editor$nodeId$originalText$url($document, editor, nodeId, originalText, url) { - return this._processUrlNode$body$CommonEditorOperations($document, editor, nodeId, originalText, url); - }, - _processUrlNode$body$CommonEditorOperations($document, editor, nodeId, originalText, url) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, exception, contentType, t1, node, t2, response, $async$exception, $async$temp1; - var $async$_processUrlNode$5$document$editor$nodeId$originalText$url = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) { - $async$currentError = $async$result; - $async$goto = $async$handler; - } - while (true) - switch ($async$goto) { - case 0: - // Function start - response = A._Cell$named("response"); - $async$handler = 4; - $async$temp1 = response; - $async$goto = 7; - return A._asyncAwait(A.get(A.Uri_parse(url, 0, null)), $async$_processUrlNode$5$document$editor$nodeId$originalText$url); - case 7: - // returning from await. - $async$temp1.__late_helper$_value = $async$result; - $async$handler = 2; - // goto after finally - $async$goto = 6; - break; - case 4: - // catch - $async$handler = 3; - $async$exception = $async$currentError; - throw $async$exception; - // goto after finally - $async$goto = 6; - break; - case 3: - // uncaught - // goto rethrow - $async$goto = 2; - break; - case 6: - // after finally - if (response._readLocal$0().statusCode < 200 || response._readLocal$0().statusCode >= 300) { - $.$get$editorOpsLog().log$4(B.Level_FINE_500, "Failed to load URL: " + response._readLocal$0().statusCode + " - " + A.S(response._readLocal$0().reasonPhrase), null, null); - // goto return - $async$goto = 1; - break; - } - contentType = response._readLocal$0().headers.$index(0, "content-type"); - if (contentType == null) { - $.$get$editorOpsLog().log$4(B.Level_FINE_500, "Failed to determine URL content type.", null, null); - // goto return - $async$goto = 1; - break; - } - if (!B.JSString_methods.startsWith$1(contentType, "image/")) { - $.$get$editorOpsLog().log$4(B.Level_FINE_500, "URL is not an image. Ignoring", null, null); - // goto return - $async$goto = 1; - break; - } - t1 = $.$get$editorOpsLog(); - t1.log$4(B.Level_FINE_500, "The URL is an image. Converting the ParagraphNode to an ImageNode.", null, null); - node = $document._nodesById.$index(0, nodeId); - if (!(node instanceof A.ParagraphNode)) { - t1.log$4(B.Level_FINE_500, "The node has become something other than a ParagraphNode (" + A.S(node) + "). Can't convert ndoe.", null, null); - // goto return - $async$goto = 1; - break; - } - if (B.JSString_methods.trim$0(node._text$_text.text) !== B.JSString_methods.trim$0(originalText)) { - t1.log$4(B.Level_FINE_500, "The node content changed in a non-trivial way. Aborting node conversion.", null, null); - // goto return - $async$goto = 1; - break; - } - t1 = node.id; - t2 = editor._document; - new A.EditorCommandFunction(new A.CommonEditorOperations__processUrlNode_closure(node, A.ImageNode$("", t1, url))).execute$2(t2, new A.DocumentEditorTransaction(t2)); - t1 = new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_1); - $async$self.composer.set$selection(new A.DocumentSelection(t1, t1)); - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - case 2: - // rethrow - return A._asyncRethrow($async$currentError, $async$completer); - } - }); - return A._asyncStartSync($async$_processUrlNode$5$document$editor$nodeId$originalText$url, $async$completer); - }, _insertCharacterInTextComposable$2$ignoreComposerAttributions(character, ignoreComposerAttributions) { - var t4, textNode, - t1 = this.composer, - t2 = t1.selectionNotifier, - t3 = t2._change_notifier$_value; + var t3, _this = this, + t1 = _this.composer, + t2 = t1._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); if (t3 == null) return false; - if (!t3.base.$eq(0, t3.extent)) + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (!t3.get$isCollapsed(t3)) return false; - t3 = this.editor._document; - t4 = t2._change_notifier$_value; - t4.toString; - if (!this._isTextEntryNode$2$document$selection(t3, t4)) + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t3.toString; + if (!_this._isTextEntryNode$2$document$selection(_this.document, t3)) return false; - textNode = type$.TextNode._as(t3._nodesById.$index(0, t2._change_notifier$_value.extent.nodeId)); - t2 = t2._change_notifier$_value.extent; - t4 = type$.TextNodePosition._as(t2.nodePosition); - new A.InsertTextCommand(t2, character, t1._preferences._currentAttributions).execute$2(t3, new A.DocumentEditorTransaction(t3)); - t2 = new A.DocumentPosition(textNode.id, new A.TextNodePosition(t4.offset + character.length, B.TextAffinity_1)); - t1.set$selection(new A.DocumentSelection(t2, t2)); + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t2 = t2.extent; + _this.editor.execute$1(A._setArrayType([new A.InsertTextRequest(t2, character, t1._preferences._currentAttributions)], type$.JSArray_EditRequest)); return true; }, insertBlockLevelNewline$0() { - var t2, t3, t4, t5, t6, newNodeId, currentExtentPosition, _this = this, _null = null, + var t2, t3, t4, t5, newNodeId, currentExtentPosition, _this = this, _null = null, + _s15_ = "userInteraction", t1 = $.$get$editorOpsLog(); t1.log$4(B.Level_FINE_500, "Inserting block-level newline", _null, _null); - t2 = _this.composer; - t3 = t2.selectionNotifier; - t4 = t3._change_notifier$_value; - if (t4 == null) { + t2 = _this.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (t3 == null) { t1.log$4(B.Level_FINER_400, "Selection is null. Can't insert newline.", _null, _null); return false; } - t5 = _this.editor._document; - t6 = t5._nodesById; - t4 = t6.$index(0, t4.base.nodeId); - t4.toString; - t6 = t6.$index(0, t3._change_notifier$_value.extent.nodeId); - t6.toString; - if (t4.get$id(t4) !== t6.get$id(t6)) { + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t4 = _this.document._nodesById; + t3 = t4.$index(0, t3.base.nodeId); + t3.toString; + if (t2._pausable_value_notifier$_isPaused) { + t5 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + } else + t5 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t5 = t4.$index(0, t5.extent.nodeId); + t5.toString; + if (t3.get$id(t3) !== t5.get$id(t5)) { t1.log$4(B.Level_FINER_400, "The selection spans multiple nodes. Can't insert block-level newline.", _null, _null); return false; } - t4 = t3._change_notifier$_value; - if (!t4.base.$eq(0, t4.extent)) { + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (!t3.get$isCollapsed(t3)) { t1.log$4(B.Level_FINER_400, "Deleting selection before inserting block-level newline", _null, _null); _this._deleteExpandedSelection$0(); } newNodeId = B.C_Uuid.v4$0(); - if (t6 instanceof A.ListItemNode) { - if (t6._text$_text.text.length === 0) { - t1.log$4(B.Level_FINER_400, "The current node is an empty list item. Converting it to a paragraph instead of inserting block-level newline.", _null, _null); + if (t5 instanceof A.ListItemNode) { + if (t5._text$_text.text.length === 0) { + t1.log$4(B.Level_FINER_400, string$.The_cu, _null, _null); return _this.convertToParagraph$0(); } t1.log$4(B.Level_FINER_400, "Splitting list item in two.", _null, _null); - new A.SplitListItemCommand(t6.id, type$.TextNodePosition._as(t3._change_notifier$_value.extent.nodePosition), newNodeId).execute$2(t5, new A.DocumentEditorTransaction(t5)); - } else if (t6 instanceof A.ParagraphNode) { - currentExtentPosition = type$.TextNodePosition._as(t3._change_notifier$_value.extent.nodePosition); - t3 = t6._text$_text; + if (t2._pausable_value_notifier$_isPaused) { + t1 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t2, t2); + _this.editor.execute$1(A._setArrayType([new A.SplitListItemRequest(t5.id, type$.TextNodePosition._as(t1.extent.nodePosition), newNodeId), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_6, _s15_)], type$.JSArray_EditRequest)); + } else if (t5 instanceof A.ParagraphNode) { + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + currentExtentPosition = type$.TextNodePosition._as(t2.extent.nodePosition); + t2 = t5._text$_text; t1.log$4(B.Level_FINER_400, "Splitting paragraph in two.", _null, _null); - new A.SplitParagraphCommand(t6.id, currentExtentPosition, newNodeId, currentExtentPosition.offset !== t3.text.length).execute$2(t5, new A.DocumentEditorTransaction(t5)); + _this.editor.execute$1(A._setArrayType([new A.SplitParagraphRequest(t5.id, currentExtentPosition, newNodeId, currentExtentPosition.offset !== t2.text.length), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_6, _s15_)], type$.JSArray_EditRequest)); } else { - t3 = t3._change_notifier$_value.extent.nodePosition; - if (t3 instanceof A.UpstreamDownstreamNodePosition) - if (t3.affinity === B.TextAffinity_1) { + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (t3.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition) { + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t3 = type$.JSArray_EditRequest; + t4 = _this.editor; + if (type$.UpstreamDownstreamNodePosition._as(t2.extent.nodePosition).affinity === B.TextAffinity_1) { t1.log$4(B.Level_FINER_400, string$.Inserta, _null, _null); - new A.EditorCommandFunction(new A.CommonEditorOperations_insertBlockLevelNewline_closure(t6, newNodeId)).execute$2(t5, new A.DocumentEditorTransaction(t5)); + t4.execute$1(A._setArrayType([new A.InsertNodeAfterNodeRequest(t5.get$id(t5), A.ParagraphNode$(newNodeId, _null, A.AttributedText$(_null, _null))), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_6, _s15_)], t3)); } else { t1.log$4(B.Level_FINER_400, string$.Insertb, _null, _null); - new A.EditorCommandFunction(new A.CommonEditorOperations_insertBlockLevelNewline_closure0(t6, newNodeId)).execute$2(t5, new A.DocumentEditorTransaction(t5)); + t4.execute$1(A._setArrayType([new A.InsertNodeBeforeNodeRequest(t5.get$id(t5), A.ParagraphNode$(newNodeId, _null, A.AttributedText$(_null, _null))), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_6, _s15_)], t3)); } - else { + } else if (t5 instanceof A.TaskNode) { + if (t2._pausable_value_notifier$_isPaused) { + t1 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t2, t2); + _this.editor.execute$1(A._setArrayType([new A.SplitExistingTaskRequest(t5.id, type$.TextNodePosition._as(t1.extent.nodePosition).offset, newNodeId), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_6, _s15_)], type$.JSArray_EditRequest)); + } else { t1.log$4(B.Level_FINE_500, string$.Can_t_, _null, _null); return false; } } - t1 = new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1); - t2.set$selection(new A.DocumentSelection(t1, t1)); return true; }, indentListItem$0() { - var t3, t4, baseNode, extentNode, - t1 = this.composer.selectionNotifier, - t2 = t1._change_notifier$_value; + var t2, t3, baseNode, extentNode, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - t3 = this.editor._document; - t4 = t3._nodesById; - baseNode = t4.$index(0, t2.base.nodeId); - extentNode = t4.$index(0, t1._change_notifier$_value.extent.nodeId); + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t3 = this.document._nodesById; + baseNode = t3.$index(0, t2.base.nodeId); + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + extentNode = t3.$index(0, t1.extent.nodeId); if (!(baseNode instanceof A.ListItemNode) || !(extentNode instanceof A.ListItemNode)) return false; - new A.IndentListItemCommand(extentNode.id).execute$2(t3, new A.DocumentEditorTransaction(t3)); + this.editor.execute$1(A._setArrayType([new A.IndentListItemRequest(extentNode.id)], type$.JSArray_EditRequest)); return true; }, unindentListItem$0() { - var t3, t4, baseNode, extentNode, - t1 = this.composer.selectionNotifier, - t2 = t1._change_notifier$_value; + var t2, t3, baseNode, extentNode, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - t3 = this.editor._document; - t4 = t3._nodesById; - baseNode = t4.$index(0, t2.base.nodeId); - extentNode = t4.$index(0, t1._change_notifier$_value.extent.nodeId); + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t3 = this.document._nodesById; + baseNode = t3.$index(0, t2.base.nodeId); + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + extentNode = t3.$index(0, t1.extent.nodeId); if (baseNode.get$id(baseNode) !== extentNode.get$id(extentNode)) return false; if (!(baseNode instanceof A.ListItemNode)) return false; - new A.UnIndentListItemCommand(extentNode.get$id(extentNode)).execute$2(t3, new A.DocumentEditorTransaction(t3)); + this.editor.execute$1(A._setArrayType([new A.UnIndentListItemRequest(extentNode.get$id(extentNode))], type$.JSArray_EditRequest)); return true; }, convertToListItem$2(type, text) { - var t2, node, - t1 = this.composer.selectionNotifier._change_notifier$_value; - if (t1 == null) + var t2, t3, nodeId, node, newNode, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) return false; - t2 = t1.base.nodeId; - if (t2 !== t1.extent.nodeId) + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2 = t2.base; + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2.nodeId !== t3.extent.nodeId) return false; - t1 = this.editor._document; - node = t1._nodesById.$index(0, t2); + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + nodeId = t1.base.nodeId; + node = this.document._nodesById.$index(0, nodeId); if (!(node instanceof A.TextNode)) return false; - new A.EditorCommandFunction(new A.CommonEditorOperations_convertToListItem_closure(node, A.ListItemNode$(t2, 0, type, text))).execute$2(t1, new A.DocumentEditorTransaction(t1)); + newNode = A.ListItemNode$(nodeId, 0, type, text); + this.editor.execute$1(A._setArrayType([new A.ReplaceNodeRequest(node.id, newNode)], type$.JSArray_EditRequest)); return true; }, convertToBlockquote$1(text) { - var t2, node, - t1 = this.composer.selectionNotifier._change_notifier$_value; - if (t1 == null) + var t2, t3, nodeId, node, newNode, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) return false; - t2 = t1.base.nodeId; - if (t2 !== t1.extent.nodeId) + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2 = t2.base; + if (t1._pausable_value_notifier$_isPaused) { + t3 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2.nodeId !== t3.extent.nodeId) return false; - t1 = this.editor._document; - node = t1._nodesById.$index(0, t2); + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + nodeId = t1.base.nodeId; + node = this.document._nodesById.$index(0, nodeId); if (!(node instanceof A.TextNode)) return false; - new A.EditorCommandFunction(new A.CommonEditorOperations_convertToBlockquote_closure(node, A.ParagraphNode$(t2, A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_blockquote], type$.String, type$.dynamic), text))).execute$2(t1, new A.DocumentEditorTransaction(t1)); + newNode = A.ParagraphNode$(nodeId, A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_blockquote], type$.String, type$.dynamic), text); + this.editor.execute$1(A._setArrayType([new A.ReplaceNodeRequest(node.id, newNode)], type$.JSArray_EditRequest)); return true; }, convertToParagraph$1$newMetadata(newMetadata) { - var t3, t4, - t1 = this.composer.selectionNotifier, - t2 = t1._change_notifier$_value; + var t2, t3, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); if (t2 == null) return false; - t3 = this.editor._document; - t4 = t3._nodesById; - t2 = t4.$index(0, t2.base.nodeId); + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t3 = this.document._nodesById; + t2 = t3.$index(0, t2.base.nodeId); t2.toString; - t1 = t4.$index(0, t1._change_notifier$_value.extent.nodeId); + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t3.$index(0, t1.extent.nodeId); t1.toString; if (t2.get$id(t2) !== t1.get$id(t1)) return false; if (!(t1 instanceof A.TextNode)) return false; - if (t1 instanceof A.ParagraphNode && t1._metadata.$index(0, "blockType") != null) + if (t1 instanceof A.ParagraphNode && J.$eq$(t1._metadata.$index(0, "blockType"), B.NamedAttribution_paragraph)) return false; - new A.EditorCommandFunction(new A.CommonEditorOperations_convertToParagraph_closure(t1, newMetadata)).execute$2(t3, new A.DocumentEditorTransaction(t3)); + this.editor.execute$1(A._setArrayType([new A.ConvertTextNodeToParagraphRequest(t1.id, newMetadata)], type$.JSArray_EditRequest)); return true; }, convertToParagraph$0() { @@ -584627,15 +594950,25 @@ return $document._nodesById.$index(0, selection.extent.nodeId) instanceof A.TextNode; }, copy$0() { - var t1 = this.composer.selectionNotifier._change_notifier$_value; + var t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t1.toString; - A.Clipboard_setData(new A.ClipboardData(this._textInSelection$2$document$documentSelection(this.editor._document, t1))); + A.Clipboard_setData(new A.ClipboardData(this._textInSelection$2$document$documentSelection(this.document, t1))); }, cut$0() { var _this = this, - t1 = _this.composer.selectionNotifier._change_notifier$_value; + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t1.toString; - A.Clipboard_setData(new A.ClipboardData(_this._textInSelection$2$document$documentSelection(_this.editor._document, t1))); + A.Clipboard_setData(new A.ClipboardData(_this._textInSelection$2$document$documentSelection(_this.document, t1))); _this.deleteSelection$0(); }, _textInSelection$2$document$documentSelection($document, documentSelection) { @@ -584665,23 +594998,37 @@ return t1.charCodeAt(0) == 0 ? t1 : t1; }, paste$0() { - var t4, _this = this, + var t3, pastePosition, _this = this, t1 = _this.composer, - t2 = t1.selectionNotifier, - t3 = t2._change_notifier$_value, - pastePosition = t3.extent; - if (!t3.base.$eq(0, pastePosition)) { - t3 = _this.editor._document; - t4 = t2._change_notifier$_value; - t4.toString; - pastePosition = A.CommonEditorOperations_getDocumentPositionAfterExpandedDeletion(t3, t4); - t2 = t2._change_notifier$_value; + t2 = t1._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + pastePosition = t3.extent; + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (!t3.get$isCollapsed(t3)) { + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t3.toString; + pastePosition = A.CommonEditorOperations_getDocumentPositionAfterExpandedDeletion(_this.document, t3); + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); t2.toString; - new A.DeleteSelectionCommand(t2).execute$2(t3, new A.DocumentEditorTransaction(t3)); - t1.set$selection(new A.DocumentSelection(pastePosition, pastePosition)); + _this.editor.execute$1(A._setArrayType([new A.DeleteContentRequest(t2), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(pastePosition), B.SelectionChangeType_7, "userInteraction")], type$.JSArray_EditRequest)); } - t2 = _this.editor; - _this._common_editor_operations$_paste$4$composer$document$editor$pastePosition(t1, t2._document, t2, pastePosition); + _this._common_editor_operations$_paste$4$composer$document$editor$pastePosition(t1, _this.document, _this.editor, pastePosition); }, _common_editor_operations$_paste$4$composer$document$editor$pastePosition(composer, $document, editor, pastePosition) { return this._paste$body$CommonEditorOperations(composer, $document, editor, pastePosition); @@ -584703,151 +595050,58 @@ // returning from await. t1 = $async$result; $content = t1 == null ? null : t1.text; - if ($content == null) - $content = ""; - t1 = editor._document; - new A._PasteEditorCommand($content, pastePosition, composer).execute$2(t1, new A.DocumentEditorTransaction(t1)); + editor.execute$1(A._setArrayType([new A.PasteEditorRequest($content == null ? "" : $content, pastePosition, composer)], type$.JSArray_EditRequest)); // implicit return return A._asyncReturn(null, $async$completer); } }); return A._asyncStartSync($async$_common_editor_operations$_paste$4$composer$document$editor$pastePosition, $async$completer); + }, + get$document(receiver) { + return this.document; } }; - A.CommonEditorOperations_deleteUpstream_closure.prototype = { - call$2(doc, transaction) { - transaction._document.deleteNode$1(this.nodeBefore); - }, - $signature: 105 - }; - A.CommonEditorOperations_deleteUpstream_closure0.prototype = { - call$2(doc, transaction) { - transaction._document.deleteNode$1(this.node); - }, - $signature: 105 - }; - A.CommonEditorOperations_replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure.prototype = { - call$2(doc, transaction) { - var newNode, t1, - oldNode = doc._nodesById.$index(0, this.nodeId); - if (oldNode == null) - return; - newNode = A.ParagraphNode$(oldNode.get$id(oldNode), null, A.AttributedText$(null, "")); - transaction._document.replaceNode$2$newNode$oldNode(newNode, oldNode); - t1 = new A.DocumentPosition(newNode.id, B.TextNodePosition_0_TextAffinity_1); - this.$this.composer.set$selection(new A.DocumentSelection(t1, t1)); - }, - $signature: 105 - }; - A.CommonEditorOperations_convertParagraphByPatternMatching_closure.prototype = { - call$2($document, transaction) { - transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); - }, - $signature: 105 - }; - A.CommonEditorOperations_convertParagraphByPatternMatching_closure0.prototype = { - call$2($document, transaction) { - transaction._document.insertNodeAt$2(this.paragraphNodeIndex, A.HorizontalRuleNode$(B.C_Uuid.v4$0())); - }, - $signature: 105 - }; - A.CommonEditorOperations_convertParagraphByPatternMatching_closure1.prototype = { - call$2($document, transaction) { - transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); - }, - $signature: 105 - }; - A.CommonEditorOperations_convertParagraphByPatternMatching_closure2.prototype = { - call$2(value, element) { - return element instanceof A.UrlElement ? value + 1 : value; - }, - $signature: 3362 - }; - A.CommonEditorOperations_convertParagraphByPatternMatching_closure3.prototype = { - call$2(value, element) { - return element instanceof A.TextElement0 ? value + B.JSString_methods.trim$0(element.text) : value; - }, - $signature: 3363 - }; - A.CommonEditorOperations_convertParagraphByPatternMatching_closure4.prototype = { - call$1(element) { - return element instanceof A.UrlElement; - }, - $signature: 3364 - }; - A.CommonEditorOperations__processUrlNode_closure.prototype = { - call$2($document, transaction) { - transaction._document.replaceNode$2$newNode$oldNode(this.imageNode, this.node); - }, - $signature: 105 - }; - A.CommonEditorOperations_insertBlockLevelNewline_closure.prototype = { - call$2(doc, transaction) { - transaction._document.insertNodeAfter$2$existingNode$newNode(this.extentNode, A.ParagraphNode$(this.newNodeId, null, A.AttributedText$(null, ""))); - }, - $signature: 105 - }; - A.CommonEditorOperations_insertBlockLevelNewline_closure0.prototype = { - call$2(doc, transaction) { - transaction._document.insertNodeBefore$2$existingNode$newNode(this.extentNode, A.ParagraphNode$(this.newNodeId, null, A.AttributedText$(null, ""))); - }, - $signature: 105 - }; - A.CommonEditorOperations_convertToListItem_closure.prototype = { - call$2($document, transaction) { - transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); - }, - $signature: 105 - }; - A.CommonEditorOperations_convertToBlockquote_closure.prototype = { - call$2($document, transaction) { - transaction._document.replaceNode$2$newNode$oldNode(this.newNode, this.node); - }, - $signature: 105 - }; - A.CommonEditorOperations_convertToParagraph_closure.prototype = { - call$2($document, transaction) { - var t1 = this.extentNode; - if (t1 instanceof A.ParagraphNode) { - t1.putMetadataValue$2("blockType", null); - t1.notifyListeners$0(); - } else - transaction._document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(t1.id, this.newMetadata, t1._text$_text), t1); - }, - $signature: 105 - }; - A._PasteEditorCommand.prototype = { - execute$2($document, transaction) { - var attributedLines, textNode, pasteTextOffset, pastedContentNodes, previousNode, t4, previousNode0, _this = this, _null = null, + A.PasteEditorRequest.prototype = {$isEditRequest: 1}; + A.PasteEditorCommand.prototype = { + execute$2(context, executor) { + var attributedLines, textNode, pasteTextOffset, pastedContentNodes, t4, t5, previousNode, t6, previousNode0, t7, _this = this, _null = null, + $document = context.find$1$1(0, "document", type$.MutableDocument), t1 = _this._pastePosition, t2 = t1.nodeId, t3 = $document._nodesById, currentNodeWithSelection = t3.$index(0, t2); - if (!(currentNodeWithSelection instanceof A.ParagraphNode)) + if (!(currentNodeWithSelection instanceof A.TextNode)) throw A.wrapException(A.Exception_Exception("Can't handle pasting text within node of type: " + A.S(currentNodeWithSelection))); $.$get$editorOpsLog().log$4(B.Level_INFO_800, "Pasting clipboard content in document.", _null, _null); attributedLines = _this._inferAttributionsForLinesOfPastedText$1(_this._common_editor_operations$_content); textNode = type$.TextNode._as(t3.$index(0, t2)); pasteTextOffset = type$.TextPosition._as(t1.nodePosition).offset; if (attributedLines.length > 1 && pasteTextOffset < textNode._text$_text.text.length) - new A.SplitParagraphCommand(currentNodeWithSelection.id, new A.TextPosition(pasteTextOffset, B.TextAffinity_1), B.C_Uuid.v4$0(), true).execute$2($document, transaction); - new A.InsertAttributedTextCommand(t1, B.JSArray_methods.get$first(attributedLines)).execute$2($document, transaction); + executor.executeCommand$1(new A.SplitParagraphCommand(currentNodeWithSelection.id, new A.TextPosition(pasteTextOffset, B.TextAffinity_1), B.C_Uuid.v4$0(), true, A.paragraph0__defaultAttributionsToExtendToNewParagraph$closure())); + executor.executeCommand$1(new A.InsertAttributedTextCommand(t1, B.JSArray_methods.get$first(attributedLines))); pastedContentNodes = _this._convertLinesToParagraphs$1(B.JSArray_methods.sublist$1(attributedLines, 1)); - for (t1 = pastedContentNodes.$ti, t2 = new A.ListIterator(pastedContentNodes, pastedContentNodes.get$length(pastedContentNodes), t1._eval$1("ListIterator")), t3 = transaction._document, t1 = t1._eval$1("ListIterable.E"), previousNode = currentNodeWithSelection; t2.moveNext$0(); previousNode = previousNode0) { - t4 = t2.__internal$_current; - previousNode0 = t4 == null ? t1._as(t4) : t4; - t3.insertNodeAfter$2$existingNode$newNode(previousNode, previousNode0); + for (t1 = pastedContentNodes.$ti, t2 = new A.ListIterator(pastedContentNodes, pastedContentNodes.get$length(pastedContentNodes), t1._eval$1("ListIterator")), t3 = type$.JSArray_EditEvent, t4 = executor._changeList, t5 = $document._nodeIndicesById, t1 = t1._eval$1("ListIterable.E"), previousNode = currentNodeWithSelection; t2.moveNext$0(); previousNode = previousNode0) { + t6 = t2.__internal$_current; + previousNode0 = t6 == null ? t1._as(t6) : t6; + $document.insertNodeAfter$2$existingNode$newNode(previousNode, previousNode0); + t6 = previousNode0.id; + t7 = t5.$index(0, t6); + B.JSArray_methods.addAll$1(t4, A._setArrayType([new A.DocumentEdit(new A.NodeInsertedEvent(t6, t7 == null ? -1 : t7))], t3)); } - t1 = _this._common_editor_operations$_composer; - t2 = !pastedContentNodes.get$isEmpty(pastedContentNodes) ? new A.DocumentPosition(previousNode.id, new A.TextNodePosition(previousNode._text$_text.text.length, B.TextAffinity_1)) : new A.DocumentPosition(currentNodeWithSelection.id, new A.TextNodePosition(pasteTextOffset + B.JSArray_methods.get$first(attributedLines).text.length, B.TextAffinity_1)); - t1.set$selection(new A.DocumentSelection(t2, t2)); - t2 = $.$get$editorOpsLog(); - t2.log$4(B.Level_FINE_500, "New selection after paste operation: " + A.S(t1.selectionNotifier._change_notifier$_value), _null, _null); - t2.log$4(B.Level_FINE_500, "Done with paste command.", _null, _null); + executor.executeCommand$1(new A.ChangeSelectionCommand(A.DocumentSelection$collapsed(!pastedContentNodes.get$isEmpty(pastedContentNodes) ? new A.DocumentPosition(previousNode.id, new A.TextNodePosition(previousNode._text$_text.text.length, B.TextAffinity_1)) : new A.DocumentPosition(currentNodeWithSelection.id, new A.TextNodePosition(pasteTextOffset + B.JSArray_methods.get$first(attributedLines).text.length, B.TextAffinity_1))), B.SelectionChangeType_6, "userInteraction")); + t1 = $.$get$editorOpsLog(); + t2 = _this._composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t1.log$4(B.Level_FINE_500, "New selection after paste operation: " + A.S(t2), _null, _null); + t1.log$4(B.Level_FINE_500, "Done with paste command.", _null, _null); }, _inferAttributionsForLinesOfPastedText$1($content) { - var t2, _i, attributedLines, line, t3, _null = null, - lines = $content.split("\n\n"), + var t2, _i, attributedLines, line, t3, t4, _null = null, + lines = $content.split("\n"), t1 = $.$get$editorOpsLog(); t1.log$4(B.Level_FINE_500, "Breaking pasted content into lines and adding attributions:", _null, _null); t1.log$4(B.Level_FINE_500, "Lines of content:", _null, _null); @@ -584857,7 +595111,8 @@ for (t1 = lines.length, t2 = type$.void_Function, _i = 0; _i < lines.length; lines.length === t1 || (0, A.throwConcurrentModificationError)(lines), ++_i) { line = lines[_i]; t3 = this._findUrlSpansInText$1$pastedText(B.JSArray_methods.get$first(lines)); - attributedLines.push(new A.AttributedText(line, t3, A.LinkedHashSet_LinkedHashSet$_empty(t2))); + t4 = line == null ? "" : line; + attributedLines.push(new A.AttributedText(t4, t3, A.LinkedHashSet_LinkedHashSet$_empty(t2))); } return attributedLines; }, @@ -584876,14 +595131,182 @@ return linkAttributionSpans; }, _convertLinesToParagraphs$1(attributedLines) { - return new A.MappedListIterable(attributedLines, new A._PasteEditorCommand__convertLinesToParagraphs_closure(), A._arrayInstanceType(attributedLines)._eval$1("MappedListIterable<1,ParagraphNode>")); - } + return new A.MappedListIterable(attributedLines, new A.PasteEditorCommand__convertLinesToParagraphs_closure(), A._arrayInstanceType(attributedLines)._eval$1("MappedListIterable<1,ParagraphNode>")); + }, + $isEditCommand: 1 }; - A._PasteEditorCommand__convertLinesToParagraphs_closure.prototype = { + A.PasteEditorCommand__convertLinesToParagraphs_closure.prototype = { call$1(pastedLine) { return A.ParagraphNode$(B.C_Uuid.v4$0(), null, pastedLine); }, - $signature: 3365 + $signature: 3357 + }; + A.DeleteUpstreamCharacterRequest.prototype = {$isEditRequest: 1}; + A.DeleteUpstreamCharacterCommand.prototype = { + execute$2(context, executor) { + var t2, t3, t4, textNode, currentTextOffset, previousCharacterOffset, + $document = context.find$1$1(0, "document", type$.MutableDocument), + t1 = context.find$1$1(0, "composer", type$.MutableDocumentComposer)._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + throw A.wrapException(A.Exception_Exception("Tried to delete upstream character but there's no selection.")); + if (!t1.get$isCollapsed(t1)) + throw A.wrapException(A.Exception_Exception("Tried to delete upstream character but the selection isn't collapsed.")); + t2 = t1.extent; + t3 = t2.nodeId; + t4 = $document._nodesById; + if (!(t4.$index(0, t3) instanceof A.TextNode)) + throw A.wrapException(A.Exception_Exception("Tried to delete upstream character but the selected node isn't a TextNode.")); + if (t1.get$isCollapsed(t1) && type$.TextNodePosition._as(t2.nodePosition).offset <= 0) + throw A.wrapException(A.Exception_Exception("Tried to delete upstream character but the caret is at the beginning of the text.")); + textNode = type$.TextNode._as(t4.$index(0, t3)); + currentTextOffset = type$.TextNodePosition._as(t2.nodePosition).offset; + previousCharacterOffset = A.getCharacterStartBounds(textNode._text$_text.text, currentTextOffset); + executor.executeCommand$1(new A.DeleteContentCommand(textNode.selectionBetween$2(currentTextOffset, previousCharacterOffset))); + executor.executeCommand$1(new A.ChangeSelectionCommand(A.DocumentSelection$collapsed(new A.DocumentPosition(textNode.id, new A.TextNodePosition(previousCharacterOffset, B.TextAffinity_1))), B.SelectionChangeType_7, "userInteraction")); + }, + $isEditCommand: 1 + }; + A.UpdateComposerTextStylesReaction.prototype = { + react$3(editContext, requestDispatcher, changeList) { + var t1, + lastSelectionChange = type$.nullable_SelectionChangeEvent._as(A.IterableExtension_lastWhereOrNull(changeList, new A.UpdateComposerTextStylesReaction_react_closure())); + if (lastSelectionChange == null) + return; + switch (lastSelectionChange.changeType.index) { + case 0: + case 2: + case 5: + case 7: + this._updateComposerStylesAtCaret$1(editContext); + break; + } + t1 = editContext.find$1$1(0, "composer", type$.MutableDocumentComposer)._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + this._previousSelectionExtent = t1 == null ? null : t1.extent; + }, + _updateComposerStylesAtCaret$1(editContext) { + var t2, selectionExtent, selectedNodePosition, t3, previousSelectedNodePosition, t4, node, offsetWithAttributionsToExtend, allAttributions, newStyles, linkAttribution, range, _this = this, + $document = editContext.find$1$1(0, "document", type$.MutableDocument), + composer = editContext.find$1$1(0, "composer", type$.MutableDocumentComposer), + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2 = t2 == null ? null : t2.extent; + if (J.$eq$(t2, _this._previousSelectionExtent)) + return; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + selectionExtent = t2 == null ? null : t2.extent; + if (selectionExtent != null) + if (selectionExtent.nodePosition instanceof A.TextNodePosition) { + t2 = _this._previousSelectionExtent; + t2 = t2 != null && t2.nodePosition instanceof A.TextNodePosition; + } else + t2 = false; + else + t2 = false; + if (t2) { + t2 = type$.TextNodePosition; + selectedNodePosition = t2._as(selectionExtent.nodePosition); + t3 = _this._previousSelectionExtent; + previousSelectedNodePosition = t2._as(t3.nodePosition); + if (selectionExtent.nodeId === t3.nodeId && selectedNodePosition.offset === previousSelectedNodePosition.offset) + return; + } + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this._previousSelectionExtent = t2 == null ? null : t2.extent; + t2 = composer._preferences; + t3 = t2._currentAttributions; + t3.clear$0(0); + t2.notifyListeners$0(); + if (t1._pausable_value_notifier$_isPaused) { + t4 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t4 != null) { + if (t1._pausable_value_notifier$_isPaused) { + t4 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t4 = !t4.get$isCollapsed(t4); + } else + t4 = true; + if (t4) + return; + if (t1._pausable_value_notifier$_isPaused) { + t4 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t1, t1); + node = $document._nodesById.$index(0, t4.extent.nodeId); + if (!(node instanceof A.TextNode)) + return; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = type$.TextPosition._as(t1.extent.nodePosition).offset; + t4 = t1 === 0; + if (t4 && node._text$_text.text.length === 0) + return; + offsetWithAttributionsToExtend = A._Cell$named("offsetWithAttributionsToExtend"); + if (t4) + offsetWithAttributionsToExtend.__late_helper$_value = t1 + 1; + else + offsetWithAttributionsToExtend.__late_helper$_value = t1 - 1; + allAttributions = node._text$_text.spans.getAllAttributionsAt$1(offsetWithAttributionsToExtend._readLocal$0()); + t4 = A._instanceType(allAttributions)._eval$1("WhereIterable"); + newStyles = A.LinkedHashSet_LinkedHashSet$of(new A.WhereIterable(allAttributions, new A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure(_this), t4), t4._eval$1("Iterable.E")); + linkAttribution = A.IterableExtension_firstWhereOrNull(allAttributions, new A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure0()); + if (linkAttribution != null) { + range = node._text$_text.spans.getAttributedRange$2(A.LinkedHashSet_LinkedHashSet$_literal([linkAttribution], type$.Attribution), offsetWithAttributionsToExtend._readLocal$0()); + if (t1 > 0 && offsetWithAttributionsToExtend._readLocal$0() >= range.start && offsetWithAttributionsToExtend._readLocal$0() < range.end) + newStyles.add$1(0, linkAttribution); + } + t3.addAll$1(0, newStyles); + t2.notifyListeners$0(); + }, + $isEditReaction: 1 + }; + A.UpdateComposerTextStylesReaction_react_closure.prototype = { + call$1(element) { + return element instanceof A.SelectionChangeEvent; + }, + $signature: 880 + }; + A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure.prototype = { + call$1(attribution) { + return this.$this._stylesToExtend._collection$_source.contains$1(0, attribution); + }, + $signature: 213 + }; + A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure0.prototype = { + call$1(attribution) { + return attribution instanceof A.LinkAttribution; + }, + $signature: 213 }; A.SuperEditorDebugVisuals.prototype = { updateShouldNotify$1(oldWidget) { @@ -584923,23 +595346,624 @@ return this.child; } }; + A.defaultRequestHandlers_closure.prototype = { + call$1(request) { + return request instanceof A.ChangeSelectionRequest ? new A.ChangeSelectionCommand(request.newSelection, request.changeType, request.reason) : null; + }, + $signature: 881 + }; + A.defaultRequestHandlers_closure0.prototype = { + call$1(request) { + return request instanceof A.ClearSelectionRequest ? B.ChangeSelectionCommand_I9t : null; + }, + $signature: 881 + }; + A.defaultRequestHandlers_closure1.prototype = { + call$1(request) { + return request instanceof A.ChangeComposingRegionRequest ? new A.ChangeComposingRegionCommand(request.composingRegion) : null; + }, + $signature: 3360 + }; + A.defaultRequestHandlers_closure2.prototype = { + call$1(request) { + return request instanceof A.ChangeInteractionModeRequest ? new A.ChangeInteractionModeCommand(request.isInteractionModeDesired) : null; + }, + $signature: 3361 + }; + A.defaultRequestHandlers_closure3.prototype = { + call$1(request) { + return request instanceof A.InsertTextRequest ? new A.InsertTextCommand(request.documentPosition, request.textToInsert, request.attributions) : null; + }, + $signature: 882 + }; + A.defaultRequestHandlers_closure4.prototype = { + call$1(request) { + return request instanceof A.InsertNodeAtIndexRequest ? new A.InsertNodeAtIndexCommand(request.nodeIndex, request.newNode) : null; + }, + $signature: 3363 + }; + A.defaultRequestHandlers_closure5.prototype = { + call$1(request) { + return request instanceof A.InsertNodeBeforeNodeRequest ? new A.InsertNodeBeforeNodeCommand(request.existingNodeId, request.newNode) : null; + }, + $signature: 3364 + }; + A.defaultRequestHandlers_closure6.prototype = { + call$1(request) { + return request instanceof A.InsertNodeAfterNodeRequest ? new A.InsertNodeAfterNodeCommand(request.existingNodeId, request.newNode) : null; + }, + $signature: 3365 + }; + A.defaultRequestHandlers_closure7.prototype = { + call$1(request) { + return null; + }, + $signature: 3366 + }; + A.defaultRequestHandlers_closure8.prototype = { + call$1(request) { + return null; + }, + $signature: 3367 + }; + A.defaultRequestHandlers_closure9.prototype = { + call$1(request) { + return request instanceof A.CombineParagraphsRequest ? new A.CombineParagraphsCommand(request.firstNodeId, request.secondNodeId) : null; + }, + $signature: 3368 + }; + A.defaultRequestHandlers_closure10.prototype = { + call$1(request) { + return request instanceof A.ReplaceNodeRequest ? new A.ReplaceNodeCommand(request.existingNodeId, request.newNode) : null; + }, + $signature: 3369 + }; + A.defaultRequestHandlers_closure11.prototype = { + call$1(request) { + return request instanceof A.ReplaceNodeWithEmptyParagraphWithCaretRequest ? new A.ReplaceNodeWithEmptyParagraphWithCaretCommand(request.nodeId) : null; + }, + $signature: 3370 + }; + A.defaultRequestHandlers_closure12.prototype = { + call$1(request) { + return request instanceof A.DeleteContentRequest ? new A.DeleteContentCommand(request.documentRange) : null; + }, + $signature: 3371 + }; + A.defaultRequestHandlers_closure13.prototype = { + call$1(request) { + var t1; + if (request instanceof A.DeleteUpstreamAtBeginningOfNodeRequest && request.node instanceof A.ListItemNode) { + t1 = request.node; + t1 = new A.ConvertListItemToParagraphCommand(t1.get$id(t1), t1._metadata); + } else + t1 = null; + return t1; + }, + $signature: 883 + }; + A.defaultRequestHandlers_closure14.prototype = { + call$1(request) { + return request instanceof A.DeleteUpstreamAtBeginningOfNodeRequest && request.node instanceof A.ParagraphNode ? new A.DeleteUpstreamAtBeginningOfParagraphCommand(request.node) : null; + }, + $signature: 3373 + }; + A.defaultRequestHandlers_closure15.prototype = { + call$1(request) { + return request instanceof A.DeleteUpstreamAtBeginningOfNodeRequest && request.node instanceof A.BlockNode ? new A.DeleteUpstreamAtBeginningOfBlockNodeCommand(request.node) : null; + }, + $signature: 3374 + }; + A.defaultRequestHandlers_closure16.prototype = { + call$1(request) { + return request instanceof A.DeleteNodeRequest ? new A.DeleteNodeCommand(request.nodeId) : null; + }, + $signature: 3375 + }; + A.defaultRequestHandlers_closure17.prototype = { + call$1(request) { + return request instanceof A.DeleteUpstreamCharacterRequest ? B.C_DeleteUpstreamCharacterCommand : null; + }, + $signature: 3376 + }; + A.defaultRequestHandlers_closure18.prototype = { + call$1(request) { + return null; + }, + $signature: 3377 + }; + A.defaultRequestHandlers_closure19.prototype = { + call$1(request) { + return request instanceof A.InsertTextRequest ? new A.InsertTextCommand(request.documentPosition, request.textToInsert, request.attributions) : null; + }, + $signature: 882 + }; + A.defaultRequestHandlers_closure20.prototype = { + call$1(request) { + return request instanceof A.InsertCharacterAtCaretRequest ? new A.InsertCharacterAtCaretCommand(" ", false) : null; + }, + $signature: 3378 + }; + A.defaultRequestHandlers_closure21.prototype = { + call$1(request) { + return request instanceof A.ChangeParagraphBlockTypeRequest ? new A.ChangeParagraphBlockTypeCommand(request.nodeId, request.blockType) : null; + }, + $signature: 3379 + }; + A.defaultRequestHandlers_closure22.prototype = { + call$1(request) { + return request instanceof A.SplitParagraphRequest ? new A.SplitParagraphCommand(request.nodeId, request.splitPosition, request.newNodeId, request.replicateExistingMetadata, A.paragraph0__defaultAttributionsToExtendToNewParagraph$closure()) : null; + }, + $signature: 3380 + }; + A.defaultRequestHandlers_closure23.prototype = { + call$1(request) { + return null; + }, + $signature: 3381 + }; + A.defaultRequestHandlers_closure24.prototype = { + call$1(request) { + var t1; + if (request instanceof A.DeleteUpstreamAtBeginningOfNodeRequest && request.node instanceof A.TaskNode) { + t1 = request.node; + t1 = new A.ConvertTaskToParagraphCommand(t1.get$id(t1), t1._metadata); + } else + t1 = null; + return t1; + }, + $signature: 3382 + }; + A.defaultRequestHandlers_closure25.prototype = { + call$1(request) { + return request instanceof A.ChangeTaskCompletionRequest ? new A.ChangeTaskCompletionCommand(request.nodeId, request.isComplete) : null; + }, + $signature: 3383 + }; + A.defaultRequestHandlers_closure26.prototype = { + call$1(request) { + return request instanceof A.SplitExistingTaskRequest ? new A.SplitExistingTaskCommand(request.splitOffset, request.newNodeId) : null; + }, + $signature: 3384 + }; + A.defaultRequestHandlers_closure27.prototype = { + call$1(request) { + return request instanceof A.SplitListItemRequest ? new A.SplitListItemCommand(request.nodeId, request.splitPosition, request.newNodeId) : null; + }, + $signature: 3385 + }; + A.defaultRequestHandlers_closure28.prototype = { + call$1(request) { + return request instanceof A.IndentListItemRequest ? new A.IndentListItemCommand(request.nodeId) : null; + }, + $signature: 3386 + }; + A.defaultRequestHandlers_closure29.prototype = { + call$1(request) { + return request instanceof A.UnIndentListItemRequest ? new A.UnIndentListItemCommand(request.nodeId) : null; + }, + $signature: 3387 + }; + A.defaultRequestHandlers_closure30.prototype = { + call$1(request) { + return null; + }, + $signature: 3388 + }; + A.defaultRequestHandlers_closure31.prototype = { + call$1(request) { + return null; + }, + $signature: 883 + }; + A.defaultRequestHandlers_closure32.prototype = { + call$1(request) { + return null; + }, + $signature: 3389 + }; + A.defaultRequestHandlers_closure33.prototype = { + call$1(request) { + return null; + }, + $signature: 3390 + }; + A.defaultRequestHandlers_closure34.prototype = { + call$1(request) { + return request instanceof A.ToggleTextAttributionsRequest ? new A.ToggleTextAttributionsCommand(request.documentRange, request.attributions) : null; + }, + $signature: 3391 + }; + A.defaultRequestHandlers_closure35.prototype = { + call$1(request) { + return null; + }, + $signature: 3392 + }; + A.defaultRequestHandlers_closure36.prototype = { + call$1(request) { + return request instanceof A.ConvertTextNodeToParagraphRequest ? new A.ConvertTextNodeToParagraphCommand(request.nodeId, request.newMetadata) : null; + }, + $signature: 3393 + }; + A.defaultRequestHandlers_closure37.prototype = { + call$1(request) { + return request instanceof A.PasteEditorRequest ? new A.PasteEditorCommand(request.content, request.pastePosition, request.composer) : null; + }, + $signature: 3394 + }; + A.HeaderConversionReaction.prototype = { + get$pattern(_) { + var t1 = this.__HeaderConversionReaction__headerRegExp_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1; + }, + onPrefixMatched$5(editContext, requestDispatcher, changeList, paragraph, match) { + var headerAttribution = A._InitializedCell$named("headerAttribution", new A.HeaderConversionReaction_onPrefixMatched_closure(match.length - 1)), + t1 = paragraph.id, + t2 = new A.DocumentPosition(t1, B.TextNodePosition_0_TextAffinity_1), + t3 = new A.DocumentPosition(t1, new A.TextNodePosition(B.JSString_methods.indexOf$1(paragraph._text$_text.text, " ") + 1, B.TextAffinity_1)), + paragraphPatternSelection = new A.DocumentSelection(t2, t3, t2, t3); + requestDispatcher.execute$1(A._setArrayType([new A.ChangeParagraphBlockTypeRequest(t1, headerAttribution._read$0()), new A.ChangeSelectionRequest(paragraphPatternSelection, B.SelectionChangeType_4, "contentChange"), new A.DeleteContentRequest(paragraphPatternSelection), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(t1, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_7, "userInteraction")], type$.JSArray_EditRequest)); + } + }; + A.HeaderConversionReaction_onPrefixMatched_closure.prototype = { + call$0() { + return A.HeaderConversionReaction__getHeaderAttributionForLevel(this.prefixLength); + }, + $signature: 3395 + }; + A.UnorderedListItemConversionReaction.prototype = { + get$pattern(_) { + return $.$get$UnorderedListItemConversionReaction__unorderedListItemPattern(); + }, + onPrefixMatched$5(editContext, requestDispatcher, changeList, paragraph, match) { + var t1 = paragraph.id; + requestDispatcher.execute$1(A._setArrayType([new A.ReplaceNodeRequest(t1, A.ListItemNode$unordered(t1, 0, A.AttributedText$(null, null))), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(t1, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_0, "contentChange")], type$.JSArray_EditRequest)); + } + }; + A.OrderedListItemConversionReaction.prototype = { + get$pattern(_) { + return $.$get$OrderedListItemConversionReaction__orderedListPattern(); + }, + onPrefixMatched$5(editContext, requestDispatcher, changeList, paragraph, match) { + var t1 = paragraph.id; + requestDispatcher.execute$1(A._setArrayType([new A.ReplaceNodeRequest(t1, A.ListItemNode$ordered(t1, 0, A.AttributedText$(null, null))), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(t1, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_0, "contentChange")], type$.JSArray_EditRequest)); + } + }; + A.BlockquoteConversionReaction.prototype = { + get$pattern(_) { + return $.$get$BlockquoteConversionReaction__blockquotePattern(); + }, + onPrefixMatched$5(editContext, requestDispatcher, changeList, paragraph, match) { + var t1 = paragraph.id, + t2 = A.AttributedText$(null, null); + requestDispatcher.execute$1(A._setArrayType([new A.ReplaceNodeRequest(t1, A.ParagraphNode$(t1, A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_blockquote], type$.String, type$.dynamic), t2)), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(t1, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_0, "contentChange")], type$.JSArray_EditRequest)); + } + }; + A.HorizontalRuleConversionReaction.prototype = { + get$pattern(_) { + return $.$get$HorizontalRuleConversionReaction__hrPattern(); + }, + onPrefixMatched$5(editContext, requestDispatcher, changeList, paragraph, match) { + var t1 = paragraph.id; + requestDispatcher.execute$1(A._setArrayType([new A.InsertNodeAtIndexRequest(editContext.find$1$1(0, "document", type$.MutableDocument).getNodeIndexById$1(t1), A.HorizontalRuleNode$(B.C_Uuid.v4$0())), new A.ReplaceNodeRequest(t1, A.ParagraphNode$(t1, null, A.AttributedText$(null, null))), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(t1, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_0, "contentChange")], type$.JSArray_EditRequest)); + } + }; + A.ParagraphPrefixConversionReaction.prototype = { + react$3(editContext, requestDispatcher, changeList) { + var paragraph, t1, match, + $document = editContext.find$1$1(0, "document", type$.MutableDocument), + didTypeSpaceAtEnd = A.EditInspector_didTypeSpace($document, changeList); + if (!didTypeSpaceAtEnd) + return; + paragraph = type$.ParagraphNode._as($document._nodesById.$index(0, type$.TextInsertionEvent._as(type$.DocumentEdit._as(changeList[changeList.length - 2]).change).nodeId)); + t1 = this.get$pattern(this).firstMatch$1(paragraph._text$_text.text); + match = t1 == null ? null : t1._match[0]; + if (match == null) + return; + this.onPrefixMatched$5(editContext, requestDispatcher, changeList, paragraph, match); + }, + $isEditReaction: 1 + }; + A.ImageUrlConversionReaction.prototype = { + react$3(editContext, requestDispatcher, changeList) { + var t1, selectionChange, $document, previousNode, extractedLinks, linkCount, url, t2, _null = null; + if (changeList.length === 0) + return; + if (!(B.JSArray_methods.get$last(changeList) instanceof A.SubmitParagraphIntention)) + return; + t1 = $.$get$editorOpsLog(); + t1.log$4(B.Level_FINER_400, "Checking for image URL after paragraph submission", _null, _null); + selectionChange = type$.nullable_SelectionChangeEvent._as(A.IterableExtension_firstWhereOrNull(new A.ReversedListIterable(changeList, A._arrayInstanceType(changeList)._eval$1("ReversedListIterable<1>")), new A.ImageUrlConversionReaction_react_closure())); + if (selectionChange == null || selectionChange.oldSelection == null) { + t1.log$4(B.Level_FINER_400, "There was no selection change. Not an image URL.", _null, _null); + return; + } + $document = editContext.find$1$1(0, "document", type$.MutableDocument); + previousNode = $document._nodesById.$index(0, selectionChange.oldSelection.extent.nodeId); + if (!(previousNode instanceof A.ParagraphNode)) { + t1.log$4(B.Level_FINER_400, "Previous node wasn't a paragraph. Bailing.", _null, _null); + return; + } + extractedLinks = A.linkify(previousNode._text$_text.text, B.LinkifyOptions_false_false); + linkCount = B.JSArray_methods.fold$1$2(extractedLinks, 0, new A.ImageUrlConversionReaction_react_closure0(), type$.int); + if (linkCount !== 1) { + t1.log$4(B.Level_FINER_400, "Didn't find exactly 1 link. Found: " + A.S(linkCount), _null, _null); + return; + } + url = B.JSArray_methods.firstWhere$1(extractedLinks, new A.ImageUrlConversionReaction_react_closure1()).text; + t2 = previousNode._text$_text.text; + if (url !== B.JSString_methods.trim$0(t2)) { + t1.log$4(B.Level_FINER_400, "Paragraph had more than just a URL", _null, _null); + return; + } + this._isImageUrl$1(url).then$1$1(0, new A.ImageUrlConversionReaction_react_closure2($document, previousNode, t2, url, requestDispatcher), type$.Null); + }, + _isImageUrl$1(url) { + return this._isImageUrl$body$ImageUrlConversionReaction(url); + }, + _isImageUrl$body$ImageUrlConversionReaction(url) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.bool), + $async$returnValue, $async$handler = 2, $async$currentError, exception, contentType, response, $async$exception, $async$temp1; + var $async$_isImageUrl$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) { + $async$currentError = $async$result; + $async$goto = $async$handler; + } + while (true) + switch ($async$goto) { + case 0: + // Function start + response = A._Cell$named("response"); + $async$handler = 4; + $async$temp1 = response; + $async$goto = 7; + return A._asyncAwait(A.get(A.Uri_parse(url, 0, null)), $async$_isImageUrl$1); + case 7: + // returning from await. + $async$temp1.__late_helper$_value = $async$result; + $async$handler = 2; + // goto after finally + $async$goto = 6; + break; + case 4: + // catch + $async$handler = 3; + $async$exception = $async$currentError; + throw $async$exception; + // goto after finally + $async$goto = 6; + break; + case 3: + // uncaught + // goto rethrow + $async$goto = 2; + break; + case 6: + // after finally + if (response._readLocal$0().statusCode < 200 || response._readLocal$0().statusCode >= 300) { + $.$get$editorOpsLog().log$4(B.Level_FINE_500, "Failed to load URL: " + response._readLocal$0().statusCode + " - " + A.S(response._readLocal$0().reasonPhrase), null, null); + $async$returnValue = false; + // goto return + $async$goto = 1; + break; + } + contentType = response._readLocal$0().headers.$index(0, "content-type"); + if (contentType == null) { + $.$get$editorOpsLog().log$4(B.Level_FINE_500, "Failed to determine URL content type.", null, null); + $async$returnValue = false; + // goto return + $async$goto = 1; + break; + } + if (!B.JSString_methods.startsWith$1(contentType, "image/")) { + $.$get$editorOpsLog().log$4(B.Level_FINE_500, "URL is not an image. Ignoring", null, null); + $async$returnValue = false; + // goto return + $async$goto = 1; + break; + } + $async$returnValue = true; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + case 2: + // rethrow + return A._asyncRethrow($async$currentError, $async$completer); + } + }); + return A._asyncStartSync($async$_isImageUrl$1, $async$completer); + }, + $isEditReaction: 1 + }; + A.ImageUrlConversionReaction_react_closure.prototype = { + call$1(item) { + return item instanceof A.SelectionChangeEvent; + }, + $signature: 880 + }; + A.ImageUrlConversionReaction_react_closure0.prototype = { + call$2(value, element) { + return element instanceof A.UrlElement ? value + 1 : value; + }, + $signature: 884 + }; + A.ImageUrlConversionReaction_react_closure1.prototype = { + call$1(element) { + return element instanceof A.UrlElement; + }, + $signature: 3397 + }; + A.ImageUrlConversionReaction_react_closure2.prototype = { + call$1(isImage) { + var t1, node, _this = this, _null = null; + if (!isImage) { + $.$get$editorOpsLog().log$4(B.Level_FINER_400, "Checked URL, but it's not an image", _null, _null); + return; + } + t1 = $.$get$editorOpsLog(); + t1.log$4(B.Level_FINER_400, "The URL is an image. Converting the ParagraphNode to an ImageNode.", _null, _null); + node = _this.document._nodesById.$index(0, _this.previousNode.id); + if (!(node instanceof A.ParagraphNode)) { + t1.log$4(B.Level_FINER_400, "The node has become something other than a ParagraphNode (" + A.S(node) + "). Can't convert node.", _null, _null); + return; + } + if (B.JSString_methods.trim$0(node._text$_text.text) !== B.JSString_methods.trim$0(_this.originalText)) { + t1.log$4(B.Level_FINER_400, "The node content changed in a non-trivial way. Aborting node conversion.", _null, _null); + return; + } + t1 = node.id; + _this.requestDispatcher.execute$1(A._setArrayType([new A.ReplaceNodeRequest(t1, A.ImageNode$("", t1, _this.url))], type$.JSArray_EditRequest)); + }, + $signature: 188 + }; + A.LinkifyReaction.prototype = { + react$3(editContext, requestDispatcher, edits) { + var t1, t2, t3, t4, linkifyCandidate, i, t5, edit, change, t6, t7, nextEdit, editedNode, _null = null; + for (t1 = type$.NodeChangeEvent, t2 = editContext.find$1$1(0, "document", type$.MutableDocument)._nodesById, t3 = type$.TextNode, t4 = type$.TextNodePosition, linkifyCandidate = _null, i = 0; t5 = edits.length, i < t5; ++i) { + edit = edits[i]; + if (edit instanceof A.DocumentEdit) { + change = edit.change; + if (change instanceof A.TextInsertionEvent && change.text.text === " ") + linkifyCandidate = change; + } else if (edit instanceof A.SelectionChangeEvent) { + if (linkifyCandidate == null) + continue; + t5 = edit.newSelection; + if (t5 == null) { + linkifyCandidate = _null; + continue; + } else { + t6 = t5.base; + t5 = t5.extent; + t7 = t5.nodeId; + if (!(t6.nodeId === t7 && t6.nodePosition.isEquivalentTo$1(t5.nodePosition))) { + linkifyCandidate = _null; + continue; + } + } + t6 = linkifyCandidate.nodeId; + if (t7 !== t6) { + linkifyCandidate = _null; + continue; + } + t5 = t4._as(t5.nodePosition); + t7 = linkifyCandidate.offset; + if (t5.offset !== t7 + 1) { + linkifyCandidate = _null; + continue; + } + this._extractUpstreamWordAndLinkify$2(t3._as(t2.$index(0, t6))._text$_text, t7); + } else { + if (!(edit instanceof A.SubmitParagraphIntention && edit._isStart)) + if (!(edit instanceof A.SplitParagraphIntention && edit._isStart)) + if (!(edit instanceof A.SplitListItemIntention && edit._isStart)) + t6 = edit instanceof A.SplitTaskIntention && edit._isStart; + else + t6 = true; + else + t6 = true; + else + t6 = true; + if (t6) { + if (i >= t5 - 1) + continue; + nextEdit = edits[i + 1]; + if (nextEdit instanceof A.DocumentEdit && nextEdit.change instanceof A.NodeChangeEvent) { + editedNode = t2.$index(0, t1._as(nextEdit.change).nodeId); + if (editedNode instanceof A.TextNode) { + t5 = editedNode._text$_text; + this._extractUpstreamWordAndLinkify$2(t5, t5.text.length); + } + } + } + } + } + }, + _extractUpstreamWordAndLinkify$2(text, endOffset) { + var t1 = text.text, + wordStartOffset = this._moveOffsetByWord$3(t1, endOffset, true), + word = B.JSString_methods.substring$2(t1, wordStartOffset, endOffset); + if (text.getAttributionSpansInRange$2$attributionFilter$range(new A.LinkifyReaction__extractUpstreamWordAndLinkify_closure(), new A.SpanRange(wordStartOffset, endOffset))._collection$_length !== 0) + return; + if (B.JSArray_methods.fold$1$2(A.linkify(word, B.LinkifyOptions_false_true), 0, new A.LinkifyReaction__extractUpstreamWordAndLinkify_closure0(), type$.int) === 1) + text.addAttribution$2(new A.LinkAttribution(B.JSString_methods.startsWith$1(word, "http://") || B.JSString_methods.startsWith$1(word, "https://") ? A.Uri_parse(word, 0, null) : A.Uri_parse("https://" + word, 0, null)), new A.SpanRange(wordStartOffset, endOffset - 1)); + }, + _moveOffsetByWord$3(text, textOffset, upstream) { + var range, moveWhile, t1 = {}; + if (textOffset < 0 || textOffset > text.length) + throw A.wrapException(A.Exception_Exception("Index '" + textOffset + "' is out of string range. Length: " + text.length)); + range = new A.StringCharacterRange((text.length === 0 ? B.StringCharacters_ehH : new A.StringCharacters(text)).string, 0, 0); + t1.remainingOffset = textOffset; + range.expandWhile$1(new A.LinkifyReaction__moveOffsetByWord_closure(t1)); + moveWhile = range.get$dropBackWhile(); + moveWhile.call$1(new A.LinkifyReaction__moveOffsetByWord_closure0()); + moveWhile.call$1(new A.LinkifyReaction__moveOffsetByWord_closure1()); + return range.get$current(range).length; + }, + $isEditReaction: 1 + }; + A.LinkifyReaction__extractUpstreamWordAndLinkify_closure.prototype = { + call$1(attribution) { + return attribution instanceof A.LinkAttribution; + }, + $signature: 213 + }; + A.LinkifyReaction__extractUpstreamWordAndLinkify_closure0.prototype = { + call$2(value, element) { + return element instanceof A.UrlElement ? value + 1 : value; + }, + $signature: 884 + }; + A.LinkifyReaction__moveOffsetByWord_closure.prototype = { + call$1(char) { + var t1 = this._box_0, + remainingOffset = t1.remainingOffset - char.length; + t1.remainingOffset = remainingOffset; + return remainingOffset >= 0; + }, + $signature: 11 + }; + A.LinkifyReaction__moveOffsetByWord_closure0.prototype = { + call$1(char) { + return char !== " "; + }, + $signature: 11 + }; + A.LinkifyReaction__moveOffsetByWord_closure1.prototype = { + call$1(char) { + return char !== " "; + }, + $signature: 11 + }; A.CaretDocumentOverlay.prototype = { createState$0() { return new A._CaretDocumentOverlayState(null, null, B._StateLifecycle_0); - }, - documentLayoutResolver$0() { - return this.documentLayoutResolver.call$0(); } }; A._CaretDocumentOverlayState.prototype = { initState$0() { var t1, _this = this; _this.super$State$initState(); - t1 = A.BlinkController$(_this); - t1.startBlinking$0(); - _this.___CaretDocumentOverlayState__blinkController_F !== $ && A.throwUnnamedLateFieldAI(); - _this.___CaretDocumentOverlayState__blinkController_F = t1; - _this._widget.composer.selectionNotifier.addListener$1(0, _this.get$_document_caret_overlay$_onSelectionChange()); + switch (_this._widget.blinkTimingMode.index) { + case 0: + t1 = A.BlinkController$(_this); + _this.___CaretDocumentOverlayState__blinkController_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___CaretDocumentOverlayState__blinkController_F = t1; + break; + case 1: + t1 = $.$get$ChangeNotifier__emptyListeners(); + _this.___CaretDocumentOverlayState__blinkController_F !== $ && A.throwUnnamedLateFieldAI(); + _this.___CaretDocumentOverlayState__blinkController_F = new A.BlinkController(B.Duration_0, t1); + break; + } + _this._widget.composer._selectionNotifier.addListener$1(0, _this.get$_document_caret_overlay$_onSelectionChange()); + _this._startOrStopBlinking$0(); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; @@ -584947,30 +595971,68 @@ t1 = oldWidget.composer; if (_this._widget.composer !== t1) { t2 = _this.get$_document_caret_overlay$_onSelectionChange(); - t1.selectionNotifier.removeListener$1(0, t2); - _this._widget.composer.selectionNotifier.addListener$1(0, t2); + t1._selectionNotifier.removeListener$1(0, t2); + _this._widget.composer._selectionNotifier.addListener$1(0, t2); + _this._startOrStopBlinking$0(); } }, dispose$0() { - var t1, t2, _this = this; - _this._widget.composer.selectionNotifier.removeListener$1(0, _this.get$_document_caret_overlay$_onSelectionChange()); + var t1, _this = this; + _this._widget.composer._selectionNotifier.removeListener$1(0, _this.get$_document_caret_overlay$_onSelectionChange()); t1 = _this.___CaretDocumentOverlayState__blinkController_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = t1.__BlinkController__ticker_F; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.dispose$0(); - t1.super$ChangeNotifier$dispose(); - _this.super$__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin$dispose(); + t1.dispose$0(); + _this.super$__CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin$dispose(); }, _document_caret_overlay$_onSelectionChange$0() { this._updateCaretFlash$0(); if ($.SchedulerBinding__instance.SchedulerBinding__schedulerPhase !== B.SchedulerPhase_3) this.setState$1(new A._CaretDocumentOverlayState__onSelectionChange_closure()); }, + _startOrStopBlinking$0() { + var wantsToBlink, t2, _this = this, + t1 = _this._widget.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t1 == null; + wantsToBlink = !t1; + if (wantsToBlink) { + t2 = _this.___CaretDocumentOverlayState__blinkController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.get$isBlinking(); + } else + t2 = false; + if (t2) + return; + if (t1) { + t1 = _this.___CaretDocumentOverlayState__blinkController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = !t1.get$isBlinking(); + } else + t1 = false; + if (t1) + return; + t1 = _this.___CaretDocumentOverlayState__blinkController_F; + if (wantsToBlink) { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.startBlinking$0(); + } else { + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.stopBlinking$0(); + } + }, _updateCaretFlash$0() { - var t1, _this = this; - if (_this._widget.composer.selectionNotifier._change_notifier$_value == null) { - _this._caret = null; + var _this = this, + t1 = _this._widget.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) { t1 = _this.___CaretDocumentOverlayState__blinkController_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1.stopBlinking$0(); @@ -584978,36 +596040,48 @@ } t1 = _this.___CaretDocumentOverlayState__blinkController_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t1.startBlinking$0(); t1.jumpToOpaque$0(); + _this._startOrStopBlinking$0(); }, - _positionCaret$0() { - var documentLayout, - t1 = this._widget, - t2 = t1.composer.selectionNotifier._change_notifier$_value; - if (t2 == null) - return; - documentLayout = t1.documentLayoutResolver$0(); - if (documentLayout.getComponentByNodeId$1(this._widget.composer.selectionNotifier._change_notifier$_value.extent.nodeId) == null) - return; - t1 = documentLayout.getRectForPosition$1(t2.extent); + computeLayoutDataWithDocumentLayout$2(context, documentLayout) { + var t2, + t1 = this._widget.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return null; + t2 = this._widget.composer._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (documentLayout.getComponentByNodeId$1(t2.extent.nodeId) == null) + return null; + t1 = documentLayout.getRectForPosition$1(t1.extent); t1.toString; - this._caret = t1; + return t1; }, - build$1(context) { - var t1, t2, t3, t4, t5, _this = this, _null = null; - _this._positionCaret$0(); + doBuild$2(context, caret) { + var platform, t1, t2, t3, t4, t5, _null = null; + this._widget.toString; + platform = A.defaultTargetPlatform(); + t1 = platform === B.TargetPlatform_0 || platform === B.TargetPlatform_2; + if (t1) + return B.SizedBox_null_null_null_null; t1 = A._setArrayType([], type$.JSArray_Widget); - t2 = _this._caret; - if (t2 != null) { - t3 = t2.top; - t4 = t2.left; - t2 = t2.bottom; - t5 = _this.___CaretDocumentOverlayState__blinkController_F; + if (caret != null) { + t2 = caret.top; + t3 = caret.left; + t4 = caret.bottom; + t5 = this.___CaretDocumentOverlayState__blinkController_F; t5 === $ && A.throwUnnamedLateFieldNI(); - t1.push(A.Positioned$(_null, A.AnimatedBuilder$(t5, new A._CaretDocumentOverlayState_build_closure(_this), _null), t2 - t3, _null, t4, _null, t3, _null)); + t1.push(A.Positioned$(_null, A.AnimatedBuilder$(t5, new A._CaretDocumentOverlayState_doBuild_closure(this), _null), t4 - t2, _null, t3, _null, t2, _null)); } - return new A.RepaintBoundary(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null), _null); + return A.IgnorePointer$(new A.RepaintBoundary(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null), _null), true, _null); } }; A._CaretDocumentOverlayState__onSelectionChange_closure.prototype = { @@ -585015,7 +596089,7 @@ }, $signature: 0 }; - A._CaretDocumentOverlayState_build_closure.prototype = { + A._CaretDocumentOverlayState_doBuild_closure.prototype = { call$2(context, child) { var _null = null, t1 = this.$this, @@ -585023,11 +596097,11 @@ t3 = t2.color, t4 = t1.___CaretDocumentOverlayState__blinkController_F; t4 === $ && A.throwUnnamedLateFieldNI(); - return A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(A.Color$fromARGB(B.JSInt_methods.round$0(255 * (t4._blink_controller$_isVisible ? 1 : 0)), t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255), _null, _null, t1._widget.caretStyle.borderRadius, _null, _null, B.BoxShape_0), _null, _null, B.ValueKey_caret_primary, _null, _null, _null, _null, t2.width); + return A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(A.Color$fromARGB(B.JSInt_methods.round$0(255 * (t4._blink_controller$_isVisible ? 1 : 0)), t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255), _null, _null, t1._widget.caretStyle.borderRadius, _null, _null, B.BoxShape_0), _null, _null, B.ValueKey_document_caret, _null, _null, _null, _null, t2.width); }, - $signature: 3366 + $signature: 3398 }; - A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin.prototype = { + A.__CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin.prototype = { dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; @@ -585058,39 +596132,46 @@ }; A._EditorSelectionAndFocusPolicyState.prototype = { initState$0() { - var _this = this; + var t1, _this = this; _this.super$State$initState(); - _this._widget.focusNode.addListener$1(0, _this.get$_onFocusChange()); + _this._widget.focusNode.addListener$1(0, _this.get$_document_focus_and_selection_policies$_onFocusChange()); _this._wasFocused = _this._widget.focusNode.get$hasFocus(); - _this._widget.selection.addListener$1(0, _this.get$_onSelectionChange()); - _this._previousSelection = _this._widget.selection._change_notifier$_value; + _this._widget.selection.addListener$1(0, _this.get$_document_focus_and_selection_policies$_onSelectionChange()); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this._previousSelection = t1; }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = oldWidget.focusNode; if (_this._widget.focusNode !== t1) { - t2 = _this.get$_onFocusChange(); + t2 = _this.get$_document_focus_and_selection_policies$_onFocusChange(); t1.removeListener$1(0, t2); _this._widget.focusNode.addListener$1(0, t2); - _this._onFocusChange$0(); + _this._document_focus_and_selection_policies$_onFocusChange$0(); } t1 = oldWidget.selection; if (_this._widget.selection !== t1) { - t2 = _this.get$_onSelectionChange(); + t2 = _this.get$_document_focus_and_selection_policies$_onSelectionChange(); t1.removeListener$1(0, t2); _this._widget.selection.addListener$1(0, t2); - _this._onSelectionChange$0(); + _this._document_focus_and_selection_policies$_onSelectionChange$0(); } }, dispose$0() { var _this = this; - _this._widget.focusNode.removeListener$1(0, _this.get$_onFocusChange()); - _this._widget.selection.removeListener$1(0, _this.get$_onSelectionChange()); + _this._widget.focusNode.removeListener$1(0, _this.get$_document_focus_and_selection_policies$_onFocusChange()); + _this._widget.selection.removeListener$1(0, _this.get$_document_focus_and_selection_policies$_onSelectionChange()); _this.super$State$dispose(); }, - _onFocusChange$0() { - var t1, t2, position, _this = this, _null = null; + _document_focus_and_selection_policies$_onFocusChange$0() { + var t1, t2, position, _this = this, _null = null, + _s13_ = "contentChange"; if (!_this._wasFocused && _this._widget.focusNode.get$hasFocus()) { t1 = _this._widget; t1.toString; @@ -585103,11 +596184,19 @@ t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + "] - not restoring previous editor selection because one of the selected nodes was deleted", _null, _null); return; } + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (J.$eq$(t1, _this._previousSelection)) + return; t1 = $.$get$editorPoliciesLog(); t2 = _this._widget; t2.toString; t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + "] - restoring previous editor selection because the editor re-gained focus", _null, _null); - _this._widget.selection.set$value(0, _this._previousSelection); + _this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(_this._previousSelection, B.SelectionChangeType_0, _s13_)], type$.JSArray_EditRequest)); } else { t2 = $.$get$editorPoliciesLog(); t2.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t1).toString$0(0) + "] - placing caret at end of document because the editor gained focus", _null, _null); @@ -585120,7 +596209,7 @@ } position = _this._widget.getDocumentLayout$0().findLastSelectablePosition$0(); if (position != null) - _this._widget.selection.set$value(0, new A.DocumentSelection(position, position)); + _this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(position), B.SelectionChangeType_0, _s13_)], type$.JSArray_EditRequest)); } } if (!_this._widget.focusNode.get$hasFocus()) { @@ -585133,14 +596222,26 @@ t2 = _this._widget; t2.toString; t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + string$.x5dx20__cl, _null, _null); - _this._widget.selection.set$value(0, _null); + _this._widget.editor.execute$1(A._setArrayType([B.C_ClearSelectionRequest], type$.JSArray_EditRequest)); } _this._wasFocused = _this._widget.focusNode.get$hasFocus(); }, - _onSelectionChange$0() { - var t1 = this._widget.selection._change_notifier$_value; - if (t1 != null) + _document_focus_and_selection_policies$_onSelectionChange$0() { + var t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 != null) { + t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); this._previousSelection = t1; + } }, build$1(context) { return this._widget.child; @@ -585148,13 +596249,16 @@ }; A._EditorSelectionAndFocusPolicyState__onFocusChange_closure.prototype = { call$1(timeStamp) { - this.$this._onFocusChange$0(); + var t1 = this.$this; + if (t1._framework$_element == null) + return; + t1._document_focus_and_selection_policies$_onFocusChange$0(); }, - $signature: 11 + $signature: 12 }; A.DocumentMouseInteractor.prototype = { createState$0() { - return new A._DocumentMouseInteractorState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), B.SelectionType_0, A.ValueNotifier$(B.SystemMouseCursor_text, type$.MouseCursor), null, null, B._StateLifecycle_0); + return new A._DocumentMouseInteractorState(B.SelectionType_0, new A.ValueNotifier(B.SystemMouseCursor_text, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_MouseCursor), null, null, B._StateLifecycle_0); }, getDocumentLayout$0() { return this.getDocumentLayout.call$0(); @@ -585171,6 +596275,13 @@ t2 = t1.focusNode; _this.___DocumentMouseInteractorState__focusNode_A = t2; _this.___DocumentMouseInteractorState__selectionSubscription_A = t1.selectionChanges.listen$1(0, _this.get$_document_gestures_mouse$_onSelectionChange()); + t1 = _this._widget.selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this._document_gestures_mouse$_previousSelection = t1; t1 = _this._widget.autoScroller; t1.addListener$1(0, _this.get$_document_gestures_mouse$_updateDragSelection()); t2 = _this.get$_updateMouseCursorAtLatestOffset(); @@ -585186,7 +596297,16 @@ t2 = t1.focusNode; if (t2 !== oldWidget.focusNode) _this.___DocumentMouseInteractorState__focusNode_A = t2; - if (!t1.selectionChanges.$eq(0, oldWidget.selectionChanges)) { + t1 = t1.selectionNotifier; + if (t1 !== oldWidget.selectionNotifier) { + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this._document_gestures_mouse$_previousSelection = t1; + } + if (!_this._widget.selectionChanges.$eq(0, oldWidget.selectionChanges)) { t1 = _this.___DocumentMouseInteractorState__selectionSubscription_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.cancel$0(0); @@ -585225,7 +596345,7 @@ t1.removeListener$1(0, _this.get$_updateMouseCursorAtLatestOffset()); _this.super$__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin$dispose(); }, - get$_isShiftPressed() { + get$_document_gestures_mouse$_isShiftPressed() { var t1 = $.$get$RawKeyboard_instance()._keysPressed, t2 = t1.get$values(t1); if (!A.LinkedHashSet_LinkedHashSet$of(t2, A._instanceType(t2)._eval$1("Iterable.E")).contains$1(0, B.LogicalKeyboardKey_8589934850)) { @@ -585237,32 +596357,56 @@ t1 = true; } else t1 = true; - return t1 && this._widget.selectionNotifier._change_notifier$_value != null; + if (t1) { + t1 = this._widget.selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t1 != null; + } else + t1 = false; + return t1; }, _document_gestures_mouse$_onSelectionChange$1(selectionChange) { - var t1, selection; - if (this._framework$_element == null) + var t1, selection, _this = this; + if (_this._framework$_element == null) return; if (selectionChange.reason !== "userInteraction") return; - t1 = this._widget; - selection = t1.selectionNotifier._change_notifier$_value; - if (selection != null) - if (t1.document._nodesById.$index(0, selection.extent.nodeId) instanceof A.BlockNode) - return; - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._DocumentMouseInteractorState__onSelectionChange_closure(this)); + t1 = selectionChange.selection; + if (J.$eq$(t1, _this._document_gestures_mouse$_previousSelection)) + return; + _this._document_gestures_mouse$_previousSelection = t1; + t1 = _this._widget.selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selection = t1; + } else + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (selection == null) + return; + if (_this._widget.document._nodesById.$index(0, selection.extent.nodeId) instanceof A.BlockNode) + return; + A.Frames_onNextFrame(_this, new A._DocumentMouseInteractorState__onSelectionChange_closure(_this)); }, _getSelectionExtentAsGlobalRect$0() { - var selectionExtentRectInDoc, t3, globalTopLeft, t4, _null = null, - t1 = this._widget, - t2 = t1.selectionNotifier._change_notifier$_value; - if (t2 == null) + var t2, selectionExtentRectInDoc, t3, globalTopLeft, t4, _null = null, + t1 = this._widget.selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) return _null; - t1 = t1.getDocumentLayout$0(); - t2 = t2.extent; - selectionExtentRectInDoc = t1.getRectForPosition$1(t2); + t2 = this._widget.getDocumentLayout$0(); + t1 = t1.extent; + selectionExtentRectInDoc = t2.getRectForPosition$1(t1); if (selectionExtentRectInDoc == null) { - $.$get$editorGesturesLog().log$4(B.Level_WARNING_900, "Tried to ensure that position " + t2.toString$0(0) + " is visible on screen but no bounding box was returned for that position.", _null, _null); + $.$get$editorGesturesLog().log$4(B.Level_WARNING_900, "Tried to ensure that position " + t1.toString$0(0) + " is visible on screen but no bounding box was returned for that position.", _null, _null); return _null; } t1 = this._widget.getDocumentLayout$0(); @@ -585278,7 +596422,7 @@ t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Tap up on document", _null, _null); t2 = details.globalPosition; - docOffset = type$.RenderBox._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t2, _null); + docOffset = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(t2); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -585296,11 +596440,27 @@ return; t1 = _this._widget.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId); t1.toString; - expandSelection = _this.get$_isShiftPressed() && _this._widget.selectionNotifier._change_notifier$_value != null; + if (_this.get$_document_gestures_mouse$_isShiftPressed()) { + t2 = _this._widget.selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + expandSelection = t2 != null; + } else + expandSelection = false; t1.isVisualSelectionSupported$0(); if (expandSelection) { - t1 = _this._widget.selectionNotifier; - t1.set$value(0, t1._change_notifier$_value.copyWith$1$extent(docPosition)); + t1 = _this._widget; + t2 = t1.editor; + t1 = t1.selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2.execute$1(A._setArrayType([new A.ChangeSelectionRequest(t1.copyWith$1$extent(docPosition), B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); } else { _this._document_gestures_mouse$_selectionType = B.SelectionType_0; _this._document_gestures_mouse$_selectPosition$1(docPosition); @@ -585310,7 +596470,7 @@ var docOffset, docPosition, didSelectContent, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Double tap down on document", _null, _null); - docOffset = type$.RenderBox._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.globalPosition, _null); + docOffset = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(details.globalPosition); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -585323,6 +596483,22 @@ _this._document_gestures_mouse$_clearSelection$0(); if (t1) { didSelectContent = _this._document_gestures_mouse$_selectWordAt$2$docLayout$docPosition(_this._widget.getDocumentLayout$0(), docPosition); + if (didSelectContent) { + t1 = _this._widget.selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this._wordSelectionUpstream = t1.start; + t1 = _this._widget.selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this._wordSelectionDownstream = t1.end; + } if (!(!didSelectContent ? _this._document_gestures_mouse$_selectBlockAt$1(docPosition) : didSelectContent)) _this._document_gestures_mouse$_selectPosition$1(docPosition); } @@ -585333,20 +596509,22 @@ _document_gestures_mouse$_selectWordAt$2$docLayout$docPosition(docLayout, docPosition) { var newSelection = A.getWordSelection(docLayout, docPosition); if (newSelection != null) { - this._widget.selectionNotifier.set$value(0, newSelection); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(newSelection, B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); return true; } else return false; }, _document_gestures_mouse$_selectBlockAt$1(position) { - var t1; + var t1, t2; if (!(position.nodePosition instanceof A.UpstreamDownstreamNodePosition)) return false; t1 = position.nodeId; - this._widget.selectionNotifier.set$value(0, new A.DocumentSelection(new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_0), new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_1))); + t2 = new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_0); + t1 = new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_1); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(new A.DocumentSelection(t2, t1, t2, t1), B.SelectionChangeType_0, "userInteraction")], type$.JSArray_EditRequest)); return true; }, - _onDoubleTap$0() { + _document_gestures_mouse$_onDoubleTap$0() { $.$get$editorGesturesLog().log$4(B.Level_INFO_800, "Double tap up on document", null, null); this._document_gestures_mouse$_selectionType = B.SelectionType_0; }, @@ -585354,7 +596532,7 @@ var docOffset, docPosition, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Triple down down on document", _null, _null); - docOffset = type$.RenderBox._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.globalPosition, _null); + docOffset = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(details.globalPosition); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -585375,18 +596553,18 @@ _document_gestures_mouse$_selectParagraphAt$2$docLayout$docPosition(docLayout, docPosition) { var newSelection = A.getParagraphSelection(docLayout, docPosition); if (newSelection != null) { - this._widget.selectionNotifier.set$value(0, newSelection); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(newSelection, B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); return true; } else return false; }, - _onTripleTap$0() { + _document_gestures_mouse$_onTripleTap$0() { $.$get$editorGesturesLog().log$4(B.Level_INFO_800, "Triple tap up on document", null, null); this._document_gestures_mouse$_selectionType = B.SelectionType_0; }, _document_gestures_mouse$_selectPosition$1(position) { $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Setting document selection to " + position.toString$0(0), null, null); - this._widget.selectionNotifier.set$value(0, new A.DocumentSelection(position, position)); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(position), B.SelectionChangeType_0, "userInteraction")], type$.JSArray_EditRequest)); }, _document_gestures_mouse$_onPanStart$1(details) { var _this = this, _null = null, @@ -585394,14 +596572,14 @@ t2 = details.globalPosition, t3 = details.kind; t1.log$4(B.Level_INFO_800, "Pan start on document, global offset: " + t2.toString$0(0) + ", device: " + A.S(t3), _null, _null); - _this._panGestureDevice = t3; + _this._document_gestures_mouse$_panGestureDevice = t3; if (t3 === B.PointerDeviceKind_4) return; _this._dragStartGlobal = t2; _this._widget.autoScroller.enableAutoScrolling$0(); - if (_this.get$_isShiftPressed()) + if (_this.get$_document_gestures_mouse$_isShiftPressed()) _this._expandSelectionDuringDrag = true; - if (!_this.get$_isShiftPressed()) { + if (!_this.get$_document_gestures_mouse$_isShiftPressed()) { t1.log$4(B.Level_FINE_500, "Shift isn't pressed. Clearing any existing selection before panning.", _null, _null); _this._document_gestures_mouse$_clearSelection$0(); } @@ -585411,8 +596589,8 @@ }, _document_gestures_mouse$_onPanUpdate$1(details) { var _this = this; - $.$get$editorGesturesLog().log$4(B.Level_INFO_800, "Pan update on document, global offset: " + details.globalPosition.toString$0(0) + ", device: " + A.S(_this._panGestureDevice), null, null); - if (_this._panGestureDevice === B.PointerDeviceKind_4) { + $.$get$editorGesturesLog().log$4(B.Level_INFO_800, "Pan update on document, global offset: " + details.globalPosition.toString$0(0) + ", device: " + A.S(_this._document_gestures_mouse$_panGestureDevice), null, null); + if (_this._document_gestures_mouse$_panGestureDevice === B.PointerDeviceKind_4) { _this._widget.autoScroller.jumpBy$1(details.delta._dy * -1); _this._document_gestures_mouse$_updateDragSelection$0(); return; @@ -585421,8 +596599,8 @@ }, _document_gestures_mouse$_onPanEnd$1(details) { var _this = this; - $.$get$editorGesturesLog().log$4(B.Level_INFO_800, "Pan end on document, device: " + A.S(_this._panGestureDevice), null, null); - if (_this._panGestureDevice === B.PointerDeviceKind_4) { + $.$get$editorGesturesLog().log$4(B.Level_INFO_800, "Pan end on document, device: " + A.S(_this._document_gestures_mouse$_panGestureDevice), null, null); + if (_this._document_gestures_mouse$_panGestureDevice === B.PointerDeviceKind_4) { _this._widget.autoScroller.goBallistic$1(-details.velocity.pixelsPerSecond._dy); return; } @@ -585451,24 +596629,23 @@ } }, _document_gestures_mouse$_updateDragSelection$0() { - var t1, t2, dragStartInDoc, dragEndInDoc, _this = this, _null = null; + var t1, dragStartInDoc, dragEndInDoc, t2, _this = this; if (_this._dragEndGlobal == null) return; t1 = _this._dragStartGlobal; t1.toString; - t2 = type$.RenderBox; - dragStartInDoc = t2._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t1, _null).$add(0, new A.Offset(0, _this._widget.autoScroller._deltaWhileAutoScrolling)); + dragStartInDoc = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(t1).$add(0, new A.Offset(0, _this._widget.autoScroller._deltaWhileAutoScrolling)); t1 = _this._dragEndGlobal; t1.toString; - dragEndInDoc = t2._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t1, _null); - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Updating drag selection:\n - drag start in doc: " + dragStartInDoc.toString$0(0) + "\n - drag end in doc: " + dragEndInDoc.toString$0(0), _null, _null); + dragEndInDoc = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(t1); + $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Updating drag selection:\n - drag start in doc: " + dragStartInDoc.toString$0(0) + "\n - drag end in doc: " + dragEndInDoc.toString$0(0), null, null); t1 = _this._widget.getDocumentLayout$0(); t2 = _this._document_gestures_mouse$_selectionType; _this._selectRegion$5$baseOffsetInDocument$documentLayout$expandSelection$extentOffsetInDocument$selectionType(dragStartInDoc, t1, _this._expandSelectionDuringDrag, dragEndInDoc, t2); _this._widget.toString; }, _selectRegion$5$baseOffsetInDocument$documentLayout$expandSelection$extentOffsetInDocument$selectionType(baseOffsetInDocument, documentLayout, expandSelection, extentOffsetInDocument, selectionType) { - var selection, t2, basePosition, extentPosition, baseParagraphSelection, extentParagraphSelection, baseWordSelection, extentWordSelection, t3, _this = this, _null = null, + var selection, t2, basePosition, extentPosition, baseParagraphSelection, extentParagraphSelection, t3, extentWordSelection, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Selecting region with selection mode: " + selectionType.toString$0(0), _null, _null); selection = documentLayout.getDocumentSelectionInRegion$2(baseOffsetInDocument, extentOffsetInDocument); @@ -585495,33 +596672,52 @@ } extentPosition = t2 ? extentParagraphSelection.extent : extentParagraphSelection.base; } else if (selectionType === B.SelectionType_1) { - baseWordSelection = A.getWordSelection(documentLayout, basePosition); - if (baseWordSelection == null) { - _this._document_gestures_mouse$_clearSelection$0(); - return; + t2 = _this._widget.document; + t3 = _this._wordSelectionUpstream; + t3.toString; + t2 = A.InspectDocumentAffinity_getAffinityBetween(t2, t3, selection.extent) === B.TextAffinity_1; + if (t2) { + t3 = _this._wordSelectionUpstream; + t3.toString; + basePosition = t3; + } else { + t3 = _this._wordSelectionDownstream; + t3.toString; + basePosition = t3; } - basePosition = baseWordSelection.base; extentWordSelection = A.getWordSelection(documentLayout, extentPosition); if (extentWordSelection == null) { _this._document_gestures_mouse$_clearSelection$0(); return; } - extentPosition = extentWordSelection.extent; + extentPosition = t2 ? extentWordSelection.end : extentWordSelection.start; } - t2 = _this._widget.selectionNotifier; + t2 = _this._widget; + t3 = t2.editor; if (expandSelection) { - t3 = t2._change_notifier$_value; - t3 = t3 == null ? _null : t3.base; - if (t3 == null) - t3 = basePosition; + t2 = t2.selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t2 = t2 == null ? _null : t2.base; + if (t2 == null) + t2 = basePosition; } else - t3 = basePosition; - t2.set$value(0, new A.DocumentSelection(t3, extentPosition)); - t1.log$4(B.Level_FINE_500, "Selected region: " + A.S(_this._widget.selectionNotifier._change_notifier$_value), _null, _null); + t2 = basePosition; + t3.execute$1(A._setArrayType([new A.ChangeSelectionRequest(new A.DocumentSelection(t2, extentPosition, t2, extentPosition), B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); + t2 = _this._widget.selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t1.log$4(B.Level_FINE_500, "Selected region: " + A.S(t2), _null, _null); }, _document_gestures_mouse$_clearSelection$0() { $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Clearing document selection", null, null); - this._widget.selectionNotifier.set$value(0, null); + this._widget.editor.execute$1(A._setArrayType([B.C_ClearSelectionRequest], type$.JSArray_EditRequest)); }, _onMouseMove$1($event) { this._widget.autoScroller.goIdle$0(); @@ -585536,7 +596732,7 @@ }, _updateMouseCursor$1(globalPosition) { var t1, cursorForContent, _this = this, - docOffset = type$.RenderBox._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).globalToLocal$2$ancestor(globalPosition, null), + docOffset = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(globalPosition), docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); if (docPosition == null) { _this._mouseCursor.set$value(0, B.SystemMouseCursor_text); @@ -585548,15 +596744,14 @@ _this._mouseCursor.set$value(0, t1); }, build$1(context) { - var _this = this, _null = null, - t1 = A._setArrayType([new A.SizedBox(_null, _null, _this._widget.child, _this._documentWrapperKey)], type$.JSArray_Widget); + var _this = this, _null = null; _this._widget.toString; - return A.Listener$(B.HitTestBehavior_0, _this._buildCursorStyle$1$child(_this._document_gestures_mouse$_buildGestureInput$1$child(new A.Align(B.Alignment_0_m1, _null, _null, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null), _null))), _null, _null, new A._DocumentMouseInteractorState_build_closure(_this), _this.get$_onMouseMove(), _null, new A._DocumentMouseInteractorState_build_closure0(_this), _this.get$_scrollOnMouseWheel(), _null); + return A.Listener$(B.HitTestBehavior_0, _this._buildCursorStyle$1$child(_this._buildGestureInput$1$child(B.SizedBox_null_null_null_null)), _null, _null, new A._DocumentMouseInteractorState_build_closure(_this), _this.get$_onMouseMove(), _null, new A._DocumentMouseInteractorState_build_closure0(_this), _this.get$_scrollOnMouseWheel(), _null); }, _buildCursorStyle$1$child(child) { return new A.ValueListenableBuilder(this._mouseCursor, new A._DocumentMouseInteractorState__buildCursorStyle_closure(this), child, null, type$.ValueListenableBuilder_MouseCursor); }, - _document_gestures_mouse$_buildGestureInput$1$child(child) { + _buildGestureInput$1$child(child) { var gestureSettings, t1 = this._framework$_element; t1.toString; @@ -585566,17 +596761,15 @@ } }; A._DocumentMouseInteractorState__onSelectionChange_closure.prototype = { - call$1(timeStamp) { - var globalExtentRect, - t1 = this.$this; - if (t1._framework$_element == null) - return; + call$1(_) { + var t1, globalExtentRect; $.$get$editorGesturesLog().log$4(B.Level_FINER_400, "Ensuring selection extent is visible because the doc selection changed", null, null); + t1 = this.$this; globalExtentRect = t1._getSelectionExtentAsGlobalRect$0(); if (globalExtentRect != null) t1._widget.autoScroller.ensureGlobalRectIsVisible$1(globalExtentRect); }, - $signature: 11 + $signature: 12 }; A._DocumentMouseInteractorState__onPanUpdate_closure.prototype = { call$0() { @@ -585597,6 +596790,7 @@ var t1 = this.$this; t1._dragEndGlobal = t1._dragStartGlobal = null; t1._expandSelectionDuringDrag = false; + t1._wordSelectionDownstream = t1._wordSelectionUpstream = null; }, $signature: 0 }; @@ -585605,14 +596799,14 @@ this.$this._widget.autoScroller.goIdle$0(); return null; }, - $signature: 196 + $signature: 190 }; A._DocumentMouseInteractorState_build_closure0.prototype = { call$1($event) { this.$this._widget.autoScroller.goIdle$0(); return null; }, - $signature: 613 + $signature: 563 }; A._DocumentMouseInteractorState__buildCursorStyle_closure.prototype = { call$3(context, value, child) { @@ -585620,13 +596814,13 @@ t1 = this.$this; return A.MouseRegion$(child, t1._mouseCursor._change_notifier$_value, _null, _null, _null, new A._DocumentMouseInteractorState__buildCursorStyle__closure(t1), _null); }, - $signature: 3368 + $signature: 3400 }; A._DocumentMouseInteractorState__buildCursorStyle__closure.prototype = { call$1(_) { return this.$this._lastHoverOffset = null; }, - $signature: 106 + $signature: 110 }; A._DocumentMouseInteractorState__buildGestureInput_closure.prototype = { call$0() { @@ -585639,18 +596833,18 @@ var t1 = this.$this; recognizer.onTapUp = t1.get$_document_gestures_mouse$_onTapUp(); recognizer.onDoubleTapDown = t1.get$_document_gestures_mouse$_onDoubleTapDown(); - recognizer.onDoubleTap = t1.get$_onDoubleTap(); + recognizer.onDoubleTap = t1.get$_document_gestures_mouse$_onDoubleTap(); recognizer.onTripleTapDown = t1.get$_document_gestures_mouse$_onTripleTapDown(); - recognizer.onTripleTap = t1.get$_onTripleTap(); + recognizer.onTripleTap = t1.get$_document_gestures_mouse$_onTripleTap(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 262 + $signature: 264 }; A._DocumentMouseInteractorState__buildGestureInput_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 238 + $signature: 242 }; A._DocumentMouseInteractorState__buildGestureInput_closure2.prototype = { call$1(recognizer) { @@ -585661,7 +596855,7 @@ recognizer.onCancel = t1.get$_document_gestures_mouse$_onPanCancel(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 239 + $signature: 243 }; A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -585678,40 +596872,82 @@ this._updateTicker$0(); } }; - A.ScrollableDocument.prototype = { - _findAncestorScrollable$1(context) { - var direction, - ancestorScrollable = A.Scrollable_maybeOf(context, null); - if (ancestorScrollable == null) - return null; - direction = ancestorScrollable._widget.axisDirection; - if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) - return null; - return ancestorScrollable; - }, - build$1(context) { - var ancestorScrollPosition, t1, t2, _this = this, _null = null, - ancestorScrollable = _this._findAncestorScrollable$1(context); - if (ancestorScrollable == null) - ancestorScrollPosition = _null; - else { - t1 = ancestorScrollable._scrollable$_position; - t1.toString; - ancestorScrollPosition = t1; - } - if (ancestorScrollPosition == null) { - t1 = A.ScrollConfiguration_of(context).copyWith$1$dragDevices(A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0, B.PointerDeviceKind_1], type$.PointerDeviceKind)); - t2 = _this.disableDragScrolling ? B.NeverScrollableScrollPhysics_null : _null; - t2 = new A.SizedBox(_null, 1 / 0, A.ScrollConfiguration$(t1, A.SingleChildScrollView$(A.Center$(new A.CompositedTransformTarget(_this.documentLayerLink, _this.child, _null), _null, _null), _this.scrollController, B.DragStartBehavior_1, _null, _null, t2, _null, _null, false, B.Axis_1)), _null); - t1 = t2; - } else - t1 = A.Center$(new A.CompositedTransformTarget(_this.documentLayerLink, _this.child, _null), _null, _null); - return t1; + A.SuperEditorAndroidControlsScope.prototype = { + updateShouldNotify$1(oldWidget) { + return this.controller !== oldWidget.controller; } }; + A.SuperEditorAndroidControlsScope_maybeRootOf_closure.prototype = { + call$1(element) { + var t1; + if (element instanceof A.InheritedElement) { + t1 = element._widget; + t1.toString; + t1 = !(t1 instanceof A.SuperEditorAndroidControlsScope); + } else + t1 = true; + if (t1) + return true; + this._box_0.root = element; + return true; + }, + $signature: 126 + }; + A.SuperEditorAndroidControlsController.prototype = { + dispose$0() { + var t1, t2, _this = this; + _this.cancelCollapsedHandleAutoHideCountdown$0(); + t1 = _this._document_gestures_touch_android$_shouldCaretBlink; + t2 = t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + t1 = _this._document_gestures_touch_android$_shouldShowMagnifier; + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + t1 = _this._document_gestures_touch_android$_shouldShowToolbar; + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + }, + startCollapsedHandleAutoHideCountdown$0() { + var t1 = this._collapsedHandleAutoHideCountdown; + if (t1 != null) + t1.cancel$0(0); + this._collapsedHandleAutoHideCountdown = A.Timer_Timer(B.Duration_5000000, new A.SuperEditorAndroidControlsController_startCollapsedHandleAutoHideCountdown_closure(this)); + }, + cancelCollapsedHandleAutoHideCountdown$0() { + var t1 = this._collapsedHandleAutoHideCountdown; + if (t1 != null) + t1.cancel$0(0); + this._collapsedHandleAutoHideCountdown = null; + } + }; + A.SuperEditorAndroidControlsController_startCollapsedHandleAutoHideCountdown_closure.prototype = { + call$0() { + var t1 = this.$this; + t1.cancelCollapsedHandleAutoHideCountdown$0(); + t1._document_gestures_touch_android$_shouldShowCollapsedHandle.set$value(0, false); + }, + $signature: 0 + }; + A.SuperEditorAndroidToolbarFocalPointDocumentLayerBuilder.prototype = { + build$2(context, editorContext) { + if (A.defaultTargetPlatform() !== B.TargetPlatform_0 || A.SuperEditorAndroidControlsScope_maybeNearestOf(context) == null) + return B.ContentLayerProxyWidget_null; + return new A.AndroidToolbarFocalPointDocumentLayer(editorContext.document, editorContext.composer._selectionNotifier, A.SuperEditorAndroidControlsScope_rootOf(context).toolbarFocalPoint, false, null); + }, + $isSuperEditorLayerBuilder: 1 + }; + A.SuperEditorAndroidHandlesDocumentLayerBuilder.prototype = { + build$2(context, editContext) { + if (A.defaultTargetPlatform() !== B.TargetPlatform_0 || A.SuperEditorAndroidControlsScope_maybeNearestOf(context) == null) + return B.ContentLayerProxyWidget_null; + editContext._getDocumentLayout.call$0(); + return new A.AndroidHandlesDocumentLayer(editContext.document, editContext.composer._selectionNotifier, null, null); + }, + $isSuperEditorLayerBuilder: 1 + }; A.AndroidDocumentTouchInteractor.prototype = { createState$0() { - return new A._AndroidDocumentTouchInteractorState(new A.LayerLink(), new A.LayerLink(), null, null, B._StateLifecycle_0); + return new A._AndroidDocumentTouchInteractorState(new A.ValueNotifier(null, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_nullable_Offset), null, null, B._StateLifecycle_0); }, getDocumentLayout$0() { return this.getDocumentLayout.call$0(); @@ -585722,25 +596958,12 @@ }; A._AndroidDocumentTouchInteractorState.prototype = { initState$0() { - var t1, t2, _this = this; + var _this = this; _this.super$State$initState(); - _this._widget.toString; - _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A = new A.DragHandleAutoScroller(A.AutoScroller$(_this), B.AxisOffset_54_54, new A._AndroidDocumentTouchInteractorState_initState_closure(_this), new A._AndroidDocumentTouchInteractorState_initState_closure0(_this)); - _this._widget.focusNode.addListener$1(0, _this.get$_document_gestures_touch_android$_onFocusChange()); + _this._widget.dragHandleAutoScroller.set$value(0, new A.DragHandleAutoScroller(A.AutoScroller$(_this), B.AxisOffset_54_54, new A._AndroidDocumentTouchInteractorState_initState_closure(_this), new A._AndroidDocumentTouchInteractorState_initState_closure0(_this))); _this._document_gestures_touch_android$_configureScrollController$0(); - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState_initState_closure1(_this)); - t1 = _this.___AndroidDocumentTouchInteractorState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.addListener$1(0, _this.get$_document_gestures_touch_android$_onScrollChange()); - t1 = _this._widget.overlayController; - _this.___AndroidDocumentTouchInteractorState__overlayController_A = t1; - t2 = new A.AndroidDocumentGestureEditingController(_this._document_gestures_touch_android$_documentLayoutLink, _this._document_gestures_touch_android$_magnifierFocalPointLink, t1, $.$get$ChangeNotifier__emptyListeners()); - t1.addListener$1(0, t2.get$_toolbarChanged()); - _this.___AndroidDocumentTouchInteractorState__editingController_A = t2; - _this._widget.document.addListener$1(0, _this.get$_document_gestures_touch_android$_onDocumentChange()); + _this._widget.document._editor$_listeners.push(_this.get$_document_gestures_touch_android$_onDocumentChange()); _this._widget.selection.addListener$1(0, _this.get$_document_gestures_touch_android$_onSelectionChange()); - if (_this._widget.selection._change_notifier$_value != null) - _this._document_gestures_touch_android$_onSelectionChange$0(); $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); }, didChangeDependencies$0() { @@ -585748,7 +596971,10 @@ _this.super$State$didChangeDependencies(); t1 = _this._framework$_element; t1.toString; - t1 = _this._document_gestures_touch_android$_findAncestorScrollable$1(t1); + _this._document_gestures_touch_android$_controlsController = A.SuperEditorAndroidControlsScope_rootOf(t1); + t1 = _this._framework$_element; + t1.toString; + t1 = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(t1); if (t1 == null) t1 = null; else { @@ -585756,198 +596982,166 @@ t1.toString; } _this._document_gestures_touch_android$_ancestorScrollPosition = t1; - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure(_this)); + A.Frames_onNextFrame(_this, new A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure(_this)); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - t1 = oldWidget.focusNode; - if (_this._widget.focusNode !== t1) { - t2 = _this.get$_document_gestures_touch_android$_onFocusChange(); - t1.removeListener$1(0, t2); - _this._widget.focusNode.addListener$1(0, t2); - } t1 = oldWidget.document; if (!_this._widget.document.$eq(0, t1)) { t2 = _this.get$_document_gestures_touch_android$_onDocumentChange(); - t1.removeListener$1(0, t2); - _this._widget.document.addListener$1(0, t2); + B.JSArray_methods.remove$1(t1._editor$_listeners, t2); + _this._widget.document._editor$_listeners.push(t2); } t1 = oldWidget.selection; if (_this._widget.selection !== t1) { t2 = _this.get$_document_gestures_touch_android$_onSelectionChange(); t1.removeListener$1(0, t2); _this._widget.selection.addListener$1(0, t2); - if (!J.$eq$(_this._widget.selection._change_notifier$_value, t1._change_notifier$_value)) - _this._document_gestures_touch_android$_onSelectionChange$0(); } - if (_this._widget.scrollController != oldWidget.scrollController) { + if (_this._widget.scrollController !== oldWidget.scrollController) { _this._document_gestures_touch_android$_teardownScrollController$0(); _this._document_gestures_touch_android$_configureScrollController$0(); } - t1 = _this._widget.overlayController; - if (t1 !== oldWidget.overlayController) { - _this.___AndroidDocumentTouchInteractorState__overlayController_A = t1; - t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.set$overlayController(t1); - } + }, + didChangeMetrics$0() { + A.Frames_onNextFrame(this, new A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure(this)); }, dispose$0() { var t1, _this = this; B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState_dispose_closure(_this)); - _this._widget.document.removeListener$1(0, _this.get$_document_gestures_touch_android$_onDocumentChange()); + B.JSArray_methods.remove$1(_this._widget.document._editor$_listeners, _this.get$_document_gestures_touch_android$_onDocumentChange()); _this._widget.selection.removeListener$1(0, _this.get$_document_gestures_touch_android$_onSelectionChange()); - _this._document_gestures_touch_android$_removeEditingOverlayControls$0(); _this._document_gestures_touch_android$_teardownScrollController$0(); - _this._widget.focusNode.removeListener$1(0, _this.get$_document_gestures_touch_android$_onFocusChange()); - t1 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._mobile_documents$_autoScroller.__AutoScroller__ticker_A; + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value._mobile_documents$_autoScroller.__AutoScroller__ticker_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.dispose$0(); + _this._widget.dragHandleAutoScroller.set$value(0, null); _this.super$__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose(); }, - didChangeMetrics$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure(this)); - }, - _document_gestures_touch_android$_configureScrollController$0() { - var t1 = this._widget.scrollController; - this.___AndroidDocumentTouchInteractorState__scrollController_A = t1 == null ? A.ScrollController$(0, true) : t1; - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState__configureScrollController_closure(this)); - }, - _document_gestures_touch_android$_teardownScrollController$0() { - var _this = this, - t1 = _this.___AndroidDocumentTouchInteractorState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - if (t1._positions.length !== 0) - _this.get$scrollPosition().isScrollingNotifier.removeListener$1(0, _this.get$_document_gestures_touch_android$_onScrollActivityChange()); - if (_this._widget.scrollController == null) - _this.___AndroidDocumentTouchInteractorState__scrollController_A.dispose$0(); - }, - _document_gestures_touch_android$_onScrollActivityChange$0() { - if (this.get$scrollPosition().isScrollingNotifier._change_notifier$_value) - this._document_gestures_touch_android$_isScrolling = true; - else - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState__onScrollActivityChange_closure(this)); - }, - _document_gestures_touch_android$_ensureSelectionExtentIsVisible$0() { - var t2, collapsedHandleOffset, extentHandleOffset, t3, editorBox, editorInViewportOffset, handleInViewportOffset, _this = this, _null = null, - t1 = $.$get$editorGesturesLog(); - t1.log$4(B.Level_FINE_500, "Ensuring selection extent is visible", _null, _null); - t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - collapsedHandleOffset = t2._android_document_controls$_collapsedHandleOffset; - extentHandleOffset = t2._android_document_controls$_downstreamHandleOffset; - t2 = collapsedHandleOffset == null; - if (t2 && extentHandleOffset == null) - return; - t3 = _this._widget.documentKey; - editorBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3).get$renderObject()); - editorInViewportOffset = A.MatrixUtils_transformPoint(_this.get$viewportBox().getTransformTo$1(0, _null), B.Offset_0_0).$sub(0, A.MatrixUtils_transformPoint(editorBox.getTransformTo$1(0, _null), B.Offset_0_0)); - handleInViewportOffset = A._Cell$named("handleInViewportOffset"); - if (!t2) { - t1.log$4(B.Level_FINE_500, "The selection is collapsed", _null, _null); - handleInViewportOffset.__late_helper$_value = collapsedHandleOffset.$sub(0, editorInViewportOffset); - } else { - t1.log$4(B.Level_FINE_500, "The selection is expanded", _null, _null); - handleInViewportOffset.__late_helper$_value = extentHandleOffset.$sub(0, editorInViewportOffset); - } - t1 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.ensureOffsetIsVisible$1(handleInViewportOffset._readLocal$0()); - }, - _document_gestures_touch_android$_onFocusChange$0() { - if (this._widget.focusNode.get$hasFocus()) - this._document_gestures_touch_android$_showEditingControlsOverlay$0(); - else - this._document_gestures_touch_android$_removeEditingOverlayControls$0(); - }, - _document_gestures_touch_android$_onDocumentChange$0() { - var t1 = this.___AndroidDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.hideToolbar$0(); - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState__onDocumentChange_closure(this)); - }, - _document_gestures_touch_android$_onSelectionChange$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidDocumentTouchInteractorState__onSelectionChange_closure(this)); - }, - _document_gestures_touch_android$_updateHandlesAfterSelectionOrLayoutChange$0() { - var t1, t2, t3, _this = this, _null = null, - newSelection = _this._widget.selection._change_notifier$_value; - if (newSelection == null) { - t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.removeCaret$0(); - t2 = t1.__GestureEditingController__overlayController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.hideToolbar$0(); - t1.set$collapsedHandleOffset(_null); - t1.set$upstreamHandleOffset(_null); - t1.set$downstreamHandleOffset(_null); - t1.set$collapsedHandleOffset(_null); - t1.cancelCollapsedHandleAutoHideCountdown$0(); - } else if (newSelection.base.$eq(0, newSelection.extent)) { - t1 = _this._widget.getDocumentLayout$0().getRectForPosition$1(_this._widget.selection._change_notifier$_value.extent); - t1.toString; - t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = t1.top; - t2._android_document_controls$_caretTop = new A.Offset(t1.left, t3); - t2._android_document_controls$_caretHeight = t1.bottom - t3; - t2.notifyListeners$0(); - _this._document_gestures_touch_android$_positionCollapsedHandle$0(); - } else - _this._positionExpandedHandles$0(); - }, - _updateScrollPositionListener$0() { - var _this = this, - newScrollPosition = _this.get$scrollPosition(), - t1 = _this._document_gestures_touch_android$_activeScrollPosition; - if (newScrollPosition !== t1) { - if (t1 != null) - t1.removeListener$1(0, _this.get$_document_gestures_touch_android$_onScrollChange()); - newScrollPosition.addListener$1(0, _this.get$_document_gestures_touch_android$_onScrollChange()); - _this._document_gestures_touch_android$_activeScrollPosition = newScrollPosition; - } - }, - _document_gestures_touch_android$_onScrollChange$0() { - this._document_gestures_touch_android$_positionToolbar$0(); - }, get$scrollPosition() { var t1 = this._document_gestures_touch_android$_ancestorScrollPosition; - if (t1 == null) { - t1 = this.___AndroidDocumentTouchInteractorState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = B.JSArray_methods.get$single(t1._positions); - } - return t1; + return t1 == null ? B.JSArray_methods.get$single(this._widget.scrollController._positions) : t1; }, get$viewportBox() { var t1 = this._framework$_element; t1.toString; - t1 = this._document_gestures_touch_android$_findAncestorScrollable$1(t1); + t1 = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(t1); t1 = t1 == null ? null : t1._framework$_element.get$renderObject(); if (t1 == null) t1 = this._framework$_element.get$renderObject(); return type$.RenderBox._as(t1); }, + _document_gestures_touch_android$_documentOffsetToViewportOffset$1(documentOffset) { + var globalOffset = A.MatrixUtils_transformPoint(type$.RenderBox._as(this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, null), documentOffset); + return this.get$viewportBox().globalToLocal$1(globalOffset); + }, + _document_gestures_touch_android$_configureScrollController$0() { + A.Frames_onNextFrame(this, new A._AndroidDocumentTouchInteractorState__configureScrollController_closure(this)); + }, + _document_gestures_touch_android$_teardownScrollController$0() { + var _this = this, + t1 = _this.get$_document_gestures_touch_android$_onScrollActivityChange(); + _this._widget.scrollController.removeListener$1(0, t1); + if (_this._widget.scrollController._positions.length !== 0) + _this.get$scrollPosition().isScrollingNotifier.removeListener$1(0, t1); + }, + _document_gestures_touch_android$_onScrollActivityChange$0() { + var t1, _this = this; + if (_this.get$scrollPosition().isScrollingNotifier._change_notifier$_value) { + _this._document_gestures_touch_android$_isScrolling = true; + t1 = _this._document_gestures_touch_android$_tapDownLongPressTimer; + if (t1 != null) + t1.cancel$0(0); + _this._document_gestures_touch_android$_tapDownLongPressTimer = null; + } else + A.Frames_onNextFrame(_this, new A._AndroidDocumentTouchInteractorState__onScrollActivityChange_closure(_this)); + }, + _document_gestures_touch_android$_ensureSelectionExtentIsVisible$0() { + var t1, selection, t2, t3, extentOffsetInViewport, _this = this; + $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Ensuring selection extent is visible", null, null); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selection = t1; + } else + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (selection == null) + return; + t1 = _this._widget.getDocumentLayout$0(); + t2 = selection.base; + t3 = selection.extent; + t1 = t1.getRectForSelection$2(t2, t3); + t1.toString; + extentOffsetInViewport = A.InspectDocumentAffinity_getAffinityBetween(_this._widget.document, t2, t3) === B.TextAffinity_1 ? _this._document_gestures_touch_android$_documentOffsetToViewportOffset$1(t1.get$bottomCenter()) : _this._document_gestures_touch_android$_documentOffsetToViewportOffset$1(t1.get$topCenter()); + _this._widget.dragHandleAutoScroller._change_notifier$_value.ensureOffsetIsVisible$1(extentOffsetInViewport); + }, + _document_gestures_touch_android$_onDocumentChange$1(_) { + A.Frames_onNextFrame(this, new A._AndroidDocumentTouchInteractorState__onDocumentChange_closure(this)); + }, + _document_gestures_touch_android$_onSelectionChange$0() { + var t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) { + t1 = this._document_gestures_touch_android$_controlsController; + t1.cancelCollapsedHandleAutoHideCountdown$0(); + t1._document_gestures_touch_android$_shouldShowCollapsedHandle.set$value(0, false); + t1._shouldShowExpandedHandles.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + } + }, _document_gestures_touch_android$_onTapDown$1(details) { - this._document_gestures_touch_android$_wasScrollingOnTapDown = this._document_gestures_touch_android$_isScrolling; + var position, t1, _this = this; + _this._document_gestures_touch_android$_wasScrollingOnTapDown = _this._document_gestures_touch_android$_isScrolling; + position = _this.get$scrollPosition(); + position.beginActivity$1(new A.IdleScrollActivity(position)); + _this._document_gestures_touch_android$_globalTapDownOffset = details.globalPosition; + t1 = _this._document_gestures_touch_android$_tapDownLongPressTimer; + if (t1 != null) + t1.cancel$0(0); + _this._document_gestures_touch_android$_tapDownLongPressTimer = A.Timer_Timer(B.Duration_500000, _this.get$_document_gestures_touch_android$_onLongPressDown()); + }, + _document_gestures_touch_android$_onLongPressDown$0() { + var t2, _this = this, + t1 = _this._widget; + t1 = new A.AndroidDocumentLongPressSelectionStrategy(t1.document, t1.getDocumentLayout$0(), _this.get$_updateLongPressSelection()); + _this._document_gestures_touch_android$_longPressStrategy = t1; + t2 = _this._document_gestures_touch_android$_globalTapDownOffset; + t2.toString; + if (!t1.onLongPressStart$1$tapDownDocumentOffset(_this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(t2))) { + _this._document_gestures_touch_android$_longPressStrategy = null; + return; + } + t1 = _this._document_gestures_touch_android$_controlsController; + t1.cancelCollapsedHandleAutoHideCountdown$0(); + t1._document_gestures_touch_android$_shouldShowCollapsedHandle.set$value(0, false); + t1._shouldShowExpandedHandles.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowToolbar.set$value(0, true); + _this._widget.focusNode.requestFocus$0(); }, _document_gestures_touch_android$_onTapUp$1(details) { - var t1, t2, t3, docOffset, docPosition, selection, didTapOnExistingSelection, _this = this, _null = null; + var docOffset, docPosition, selection, didTapOnExistingSelection, _this = this, _null = null, + t1 = _this._document_gestures_touch_android$_tapDownLongPressTimer; + if (t1 != null) + t1.cancel$0(0); + if (_this._document_gestures_touch_android$_longPressStrategy != null) { + _this._document_gestures_touch_android$_longPressStrategy = null; + _this._magnifierGlobalOffset.set$value(0, _null); + _this._showAndHideEditingControlsAfterTapSelection$1$didTapOnExistingSelection(false); + return; + } if (_this._document_gestures_touch_android$_wasScrollingOnTapDown) return; t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Tap down on document", _null, _null); - t2 = _this._widget.getDocumentLayout$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - docOffset = type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.localPosition, t3); + docOffset = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(details.globalPosition); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -585956,46 +597150,36 @@ if (t1.onTap$1(docPosition) === B.TapHandlingInstruction_0) return; if (docPosition != null) { - selection = _this._widget.selection._change_notifier$_value; - if (selection != null) { - t1 = selection.base; - t2 = selection.extent; - didTapOnExistingSelection = t1.$eq(0, t2) && t2.$eq(0, docPosition); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selection = t1; } else + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (selection != null) + if (selection.get$isCollapsed(selection)) { + t1 = selection.extent; + t1 = t1.nodeId === docPosition.nodeId && t1.nodePosition.isEquivalentTo$1(docPosition.nodePosition); + didTapOnExistingSelection = t1; + } else + didTapOnExistingSelection = false; + else didTapOnExistingSelection = false; - t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - if (didTapOnExistingSelection) { - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.toggleToolbar$0(); - } else { - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.hideToolbar$0(); - } _this._widget.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); _this._document_gestures_touch_android$_selectPosition$1(docPosition); - _this._document_gestures_touch_android$_positionToolbar$0(); } else { - _this._clearSelection$0(); - t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.hideToolbar$0(); + _this._document_gestures_touch_android$_clearSelection$0(); + didTapOnExistingSelection = false; } + _this._showAndHideEditingControlsAfterTapSelection$1$didTapOnExistingSelection(didTapOnExistingSelection); _this._widget.focusNode.requestFocus$0(); }, - _onDoubleTapDown$1(details) { - var t2, t3, docOffset, docPosition, didSelectContent, _this = this, _null = null, + _document_gestures_touch_android$_onDoubleTapDown$1(details) { + var docOffset, docPosition, didSelectContent, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Double tap down on document", _null, _null); - t2 = _this._widget.getDocumentLayout$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - docOffset = type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.localPosition, t3); + docOffset = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(details.globalPosition); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -586007,40 +597191,26 @@ didSelectContent = _this._document_gestures_touch_android$_selectWordAt$2$docLayout$docPosition(_this._widget.getDocumentLayout$0(), docPosition); if (!(!didSelectContent ? _this._document_gestures_touch_android$_selectBlockAt$1(docPosition) : didSelectContent)) _this._document_gestures_touch_android$_selectPosition$1(docPosition); - t1 = _this._widget.selection._change_notifier$_value; - t1 = t1.base.$eq(0, t1.extent); - t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - if (!t1) { - t2 === $ && A.throwUnnamedLateFieldNI(); - t1 = t2.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.showToolbar$0(); - _this._document_gestures_touch_android$_positionToolbar$0(); - } else { - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.unHideCollapsedHandle$0(); - t2.startCollapsedHandleAutoHideCountdown$0(); - } } else - _this._clearSelection$0(); + _this._document_gestures_touch_android$_clearSelection$0(); + _this._showAndHideEditingControlsAfterTapSelection$1$didTapOnExistingSelection(false); _this._widget.focusNode.requestFocus$0(); }, _document_gestures_touch_android$_selectBlockAt$1(position) { - var t1; + var t1, t2; if (!(position.nodePosition instanceof A.UpstreamDownstreamNodePosition)) return false; t1 = position.nodeId; - this._widget.selection.set$value(0, new A.DocumentSelection(new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_0), new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_1))); + t2 = new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_0); + t1 = new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_1); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(new A.DocumentSelection(t2, t1, t2, t1), B.SelectionChangeType_0, "userInteraction")], type$.JSArray_EditRequest)); return true; }, - _onTripleTapDown$1(details) { - var t2, t3, docOffset, docPosition, _this = this, _null = null, + _document_gestures_touch_android$_onTripleTapDown$1(details) { + var docOffset, docPosition, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Triple tap down on document", _null, _null); - t2 = _this._widget.getDocumentLayout$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - docOffset = type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.localPosition, t3); + docOffset = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(details.globalPosition); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -586049,266 +597219,267 @@ _this._widget.contentTapHandler.toString; if (t1) { _this._widget.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); - if (!_this._document_gestures_touch_android$_selectParagraphAt$2$docLayout$docPosition(_this._widget.getDocumentLayout$0(), docPosition)) { + if (!_this._document_gestures_touch_android$_selectParagraphAt$2$docLayout$docPosition(_this._widget.getDocumentLayout$0(), docPosition)) _this._document_gestures_touch_android$_selectPosition$1(docPosition); - _this._document_gestures_touch_android$_positionToolbar$0(); - } } else - _this._clearSelection$0(); + _this._document_gestures_touch_android$_clearSelection$0(); + _this._showAndHideEditingControlsAfterTapSelection$1$didTapOnExistingSelection(false); _this._widget.focusNode.requestFocus$0(); }, - _document_gestures_touch_android$_showEditingControlsOverlay$0() { - var t1, t2, _this = this; - if (_this._document_gestures_touch_android$_controlsOverlayEntry == null) { - _this._document_gestures_touch_android$_controlsOverlayEntry = A.OverlayEntry$(new A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure(_this), false); - t1 = _this._framework$_element; + _showAndHideEditingControlsAfterTapSelection$1$didTapOnExistingSelection(didTapOnExistingSelection) { + var t2, _this = this, + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) { + t1 = _this._document_gestures_touch_android$_controlsController; + t1.cancelCollapsedHandleAutoHideCountdown$0(); + t1._document_gestures_touch_android$_shouldShowCollapsedHandle.set$value(0, false); + t1._shouldShowExpandedHandles.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + t1._document_gestures_touch_android$_shouldCaretBlink.set$value(0, false); + } else { + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t1.toString; - t1 = A.LookupBoundary_findAncestorStateOfType(t1, type$.OverlayState); - t1.toString; - t2 = _this._document_gestures_touch_android$_controlsOverlayEntry; - t2.toString; - t1.insert$1(0, t2); + t1 = J.get$isCollapsed$z(t1); + t2 = _this._document_gestures_touch_android$_controlsController; + if (!t1) { + t2.cancelCollapsedHandleAutoHideCountdown$0(); + t1 = t2._document_gestures_touch_android$_shouldShowCollapsedHandle; + t1.set$value(0, false); + t2._shouldShowExpandedHandles.set$value(0, true); + t1.set$value(0, false); + t2._document_gestures_touch_android$_shouldShowToolbar.set$value(0, true); + t2._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, false); + t2._document_gestures_touch_android$_shouldCaretBlink.set$value(0, false); + } else { + t2.cancelCollapsedHandleAutoHideCountdown$0(); + t2._document_gestures_touch_android$_shouldShowCollapsedHandle.set$value(0, true); + t1 = t2._shouldShowExpandedHandles; + t1.set$value(0, false); + t2.startCollapsedHandleAutoHideCountdown$0(); + t1.set$value(0, false); + t2._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, false); + t2._document_gestures_touch_android$_shouldCaretBlink.set$value(0, true); + t1 = _this._document_gestures_touch_android$_controlsController; + if (didTapOnExistingSelection) { + t1 = t1._document_gestures_touch_android$_shouldShowToolbar; + t1.set$value(0, !t1._change_notifier$_value); + } else + t1._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + } } }, - _onHandleDragStart$2(handleType, globalOffset) { - var selectionAffinity, handleOffsetInInteractor, t3, _this = this, - t1 = _this._widget, - t2 = t1.document; - t1 = t1.selection._change_notifier$_value; - t1.toString; - selectionAffinity = A.InspectDocumentAffinity_getAffinityBetween(t2, t1.base, t1.extent); - switch (handleType.index) { - case 0: - _this._selectionType = B.SelectionHandleType_0; - break; - case 1: - _this._selectionType = selectionAffinity === B.TextAffinity_1 ? B.SelectionHandleType_1 : B.SelectionHandleType_2; - break; - case 2: - _this._selectionType = selectionAffinity === B.TextAffinity_1 ? B.SelectionHandleType_2 : B.SelectionHandleType_1; - break; - } - _this._document_gestures_touch_android$_globalStartDragOffset = globalOffset; - t1 = type$.RenderBox; - handleOffsetInInteractor = t1._as(_this._framework$_element.get$renderObject()).globalToLocal$1(globalOffset); - t2 = _this._widget.getDocumentLayout$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - _this._document_gestures_touch_android$_dragStartInDoc = t1._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(handleOffsetInInteractor, t3); - t3 = _this._widget.getDocumentLayout$0(); - t1 = _this._selectionType; - t2 = _this._widget; - _this._document_gestures_touch_android$_startDragPositionOffset = t3.getRectForPosition$1(t1 === B.SelectionHandleType_1 ? t2.selection._change_notifier$_value.base : t2.selection._change_notifier$_value.extent).get$center(); + _document_gestures_touch_android$_onPanStart$1(details) { + var t2, caretPosition, t3, tapDocumentOffset, _this = this, + t1 = _this._document_gestures_touch_android$_tapDownLongPressTimer; + if (t1 != null) + t1.cancel$0(0); + t1 = _this._document_gestures_touch_android$_globalStartDragOffset = details.globalPosition; + _this._document_gestures_touch_android$_dragStartInDoc = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(t1); t2 = _this.get$scrollPosition()._pixels; t2.toString; _this._document_gestures_touch_android$_dragStartScrollOffset = t2; - t2 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2._mobile_documents$_autoScroller.__scrolling$_scrollPosition = t2._getScrollPosition.call$0(); - if (_this._selectionType === B.SelectionHandleType_0) { - t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.cancelCollapsedHandleAutoHideCountdown$0(); - } - _this.get$scrollPosition().addListener$1(0, _this.get$_document_gestures_touch_android$_updateDragSelection()); - }, - _onHandleDragUpdate$1(globalOffset) { - var t1, t2, interactorBox, dragEndInViewport, _this = this; - _this._document_gestures_touch_android$_globalDragOffset = globalOffset; - t1 = type$.RenderBox; - t2 = t1._as(_this._framework$_element.get$renderObject()).globalToLocal$1(globalOffset); - _this._document_gestures_touch_android$_dragEndInInteractor = t2; - interactorBox = t1._as(_this._framework$_element.get$renderObject()); - dragEndInViewport = _this.get$viewportBox().globalToLocal$1(A.MatrixUtils_transformPoint(interactorBox.getTransformTo$1(0, null), t2)); - _this._document_gestures_touch_android$_updateSelectionForNewDragHandleLocation$0(); - t2 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.updateAutoScrollHandleMonitoring$1$dragEndInViewport(dragEndInViewport); - t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t2.__GestureEditingController__overlayController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.showMagnifier$0(); - }, - _document_gestures_touch_android$_updateSelectionForNewDragHandleLocation$0() { - var t2, docDragDelta, docDragPosition, _this = this, - t1 = _this._document_gestures_touch_android$_globalDragOffset; - t1.toString; - t2 = _this._document_gestures_touch_android$_globalStartDragOffset; + t2 = _this._document_gestures_touch_android$_dragStartInDoc; t2.toString; - docDragDelta = t1.$sub(0, t2); - t2 = _this._document_gestures_touch_android$_dragStartScrollOffset; - t2.toString; - t1 = _this.get$scrollPosition()._pixels; - t1.toString; - docDragPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(_this._document_gestures_touch_android$_startDragPositionOffset.$add(0, docDragDelta).$sub(0, new A.Offset(0, t2 - t1))); - if (docDragPosition == null) + _this._document_gestures_touch_android$_startDragPositionOffset = t2; + if (_this._document_gestures_touch_android$_longPressStrategy != null) { + $.$get$longPressSelectionLog().log$4(B.Level_FINE_500, "Long press drag start", null, null); + _this._magnifierGlobalOffset.set$value(0, t1); + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + t1._mobile_documents$_autoScroller.__scrolling$_scrollPosition = t1._mobile_documents$_getScrollPosition$0(); + t1 = _this._document_gestures_touch_android$_controlsController; + t1._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, true); return; - t1 = _this._selectionType; - if (t1 === B.SelectionHandleType_0) - _this._widget.selection.set$value(0, new A.DocumentSelection(docDragPosition, docDragPosition)); - else if (t1 === B.SelectionHandleType_1) { - t1 = _this._widget.selection; - t1.set$value(0, t1._change_notifier$_value.copyWith$1$base(docDragPosition)); - } else if (t1 === B.SelectionHandleType_2) { - t1 = _this._widget.selection; - t1.set$value(0, t1._change_notifier$_value.copyWith$1$extent(docDragPosition)); } + t2 = _this._widget.selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if ((t2 == null ? null : J.get$isCollapsed$z(t2)) === true) { + t2 = _this._widget.selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + caretPosition = t2.extent; + t2 = _this._widget.getDocumentLayout$0(); + t3 = _this._document_gestures_touch_android$_globalTapDownOffset; + t3.toString; + tapDocumentOffset = t2.getDocumentOffsetFromAncestorOffset$1(t3); + t3 = _this._widget.getDocumentLayout$0().getDocumentPositionAtOffset$1(tapDocumentOffset); + t3.toString; + if (caretPosition.isEquivalentTo$1(t3)) { + _this._isCaretDragInProgress = true; + _this._magnifierGlobalOffset.set$value(0, t1); + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + t1._mobile_documents$_autoScroller.__scrolling$_scrollPosition = t1._mobile_documents$_getScrollPosition$0(); + t1 = _this._document_gestures_touch_android$_controlsController; + t1._document_gestures_touch_android$_shouldCaretBlink.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, true); + return; + } + } + _this._document_gestures_touch_android$_scrollingDrag = _this.get$scrollPosition().drag$2(details, new A._AndroidDocumentTouchInteractorState__onPanStart_closure(_this)); }, - _document_gestures_touch_android$_onHandleDragEnd$0() { - var t2, _this = this, - t1 = _this.___AndroidDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._mobile_documents$_autoScroller; + _document_gestures_touch_android$_onPanUpdate$1(details) { + var t2, fingerDragDelta, t3, fingerDocumentOffset, fingerDocumentPosition, _this = this, + t1 = _this._document_gestures_touch_android$_globalDragOffset = details.globalPosition; + if (_this._document_gestures_touch_android$_longPressStrategy != null) { + t2 = _this._document_gestures_touch_android$_globalStartDragOffset; + t2.toString; + fingerDragDelta = t1.$sub(0, t2); + t2 = _this._document_gestures_touch_android$_dragStartScrollOffset; + t2.toString; + t3 = _this.get$scrollPosition()._pixels; + t3.toString; + fingerDocumentOffset = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(t1); + fingerDocumentPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(_this._document_gestures_touch_android$_startDragPositionOffset.$add(0, fingerDragDelta).$sub(0, new A.Offset(0, t2 - t3))); + _this._document_gestures_touch_android$_longPressStrategy.onLongPressDragUpdate$2(fingerDocumentOffset, fingerDocumentPosition); + return; + } + if (_this._isCaretDragInProgress) { + t2 = _this._document_gestures_touch_android$_globalStartDragOffset; + t2.toString; + fingerDragDelta = t1.$sub(0, t2); + t2 = _this._document_gestures_touch_android$_dragStartScrollOffset; + t2.toString; + t1 = _this.get$scrollPosition()._pixels; + t1.toString; + t1 = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(_this._document_gestures_touch_android$_startDragPositionOffset.$add(0, fingerDragDelta).$sub(0, new A.Offset(0, t2 - t1))); + t1.toString; + _this._document_gestures_touch_android$_selectPosition$1(t1); + return; + } + t1 = _this._document_gestures_touch_android$_scrollingDrag; + if (t1 != null) + t1.update$1(0, details); + }, + _updateLongPressSelection$1(newSelection) { + var t2, extentDocumentOffset, extentGlobalOffset, extentInteractorOffset, interactorBox, extentViewportOffset, _this = this, + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!newSelection.$eq(0, t1)) { + _this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(newSelection, B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); + A.HapticFeedback_lightImpact(); + } + t1 = _this._widget.getDocumentLayout$0(); + t2 = _this._widget.selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + extentDocumentOffset = t1.getRectForPosition$1(t2.extent).get$center(); + extentGlobalOffset = _this._widget.getDocumentLayout$0().getAncestorOffsetFromDocumentOffset$1(extentDocumentOffset); + t2 = type$.RenderBox; + extentInteractorOffset = t2._as(_this._framework$_element.get$renderObject()).globalToLocal$1(extentGlobalOffset); + interactorBox = t2._as(_this._framework$_element.get$renderObject()); + extentViewportOffset = _this.get$viewportBox().globalToLocal$1(A.MatrixUtils_transformPoint(interactorBox.getTransformTo$1(0, null), extentInteractorOffset)); + _this._widget.dragHandleAutoScroller._change_notifier$_value.updateAutoScrollHandleMonitoring$1$dragEndInViewport(extentViewportOffset); + _this._magnifierGlobalOffset.set$value(0, extentGlobalOffset); + }, + _document_gestures_touch_android$_onPanEnd$1(details) { + var t1, _this = this; + if (_this._document_gestures_touch_android$_longPressStrategy != null) { + _this._onLongPressEnd$0(); + return; + } + if (_this._isCaretDragInProgress) { + _this._onCaretDragEnd$0(); + return; + } + t1 = _this._document_gestures_touch_android$_scrollingDrag; + if (t1 != null) + t1.end$1(0, details); + }, + _document_gestures_touch_android$_onPanCancel$0() { + var t1, _this = this; + if (_this._document_gestures_touch_android$_longPressStrategy != null) { + _this._onLongPressEnd$0(); + return; + } + if (_this._isCaretDragInProgress) { + _this._onCaretDragEnd$0(); + return; + } + t1 = _this._document_gestures_touch_android$_scrollingDrag; + if (t1 != null) + t1._delegate.goBallistic$1(0); + }, + _onLongPressEnd$0() { + var _this = this, + t1 = _this._document_gestures_touch_android$_longPressStrategy; + t1.toString; + $.$get$longPressSelectionLog().log$4(B.Level_FINE_500, "Long press end", null, null); + _this._document_gestures_touch_android$_longPressStrategy = t1._longPressMostRecentDownstreamWordBoundary = t1._longPressMostRecentUpstreamWordBoundary = t1._long_press_selection0$_longPressInitialSelection = null; + _this._magnifierGlobalOffset.set$value(0, null); + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value._mobile_documents$_autoScroller; t1.stopScrollingUp$0(); t1.stopScrollingDown$0(); t1.__scrolling$_scrollPosition = null; - _this.get$scrollPosition().removeListener$1(0, _this.get$_document_gestures_touch_android$_updateDragSelection()); - t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1._isMagnifierVisible = false; - t1.notifyListeners$0(); - _this._document_gestures_touch_android$_dragEndInInteractor = _this._document_gestures_touch_android$_dragStartInDoc = _this._document_gestures_touch_android$_dragStartScrollOffset = null; - t1 = _this._widget.selection._change_notifier$_value; - t1 = t1.base.$eq(0, t1.extent); - t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - if (t1) { - t2.unHideCollapsedHandle$0(); - t2.startCollapsedHandleAutoHideCountdown$0(); - } else { - t1 = t2.__GestureEditingController__overlayController_A; + _this._document_gestures_touch_android$_controlsController._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, false); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t1.showToolbar$0(); - _this._document_gestures_touch_android$_positionToolbar$0(); - } - }, - _document_gestures_touch_android$_updateDragSelection$0() { - var t1, t2, t3, dragEndInDoc, dragPosition, basePosition, extentPosition, _this = this, _null = null; - if (_this._document_gestures_touch_android$_dragStartInDoc == null) - return; - t1 = _this._document_gestures_touch_android$_dragEndInInteractor; + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t1.toString; - t2 = _this._widget.getDocumentLayout$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - dragEndInDoc = type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t1, t3); - dragPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(dragEndInDoc); - t3 = $.$get$editorGesturesLog(); - t3.log$4(B.Level_INFO_800, "Selecting new position during drag: " + A.S(dragPosition), _null, _null); - if (dragPosition == null) - return; - basePosition = A._Cell$named("basePosition"); - extentPosition = A._Cell$named("extentPosition"); - switch (_this._selectionType.index) { - case 0: - extentPosition.__late_helper$_value = basePosition.__late_helper$_value = dragPosition; - break; - case 1: - basePosition.__late_helper$_value = dragPosition; - extentPosition.__late_helper$_value = _this._widget.selection._change_notifier$_value.extent; - break; - case 2: - basePosition.__late_helper$_value = _this._widget.selection._change_notifier$_value.base; - extentPosition.__late_helper$_value = dragPosition; - break; + if (!J.get$isCollapsed$z(t1)) { + t1 = _this._document_gestures_touch_android$_controlsController; + t1._shouldShowExpandedHandles.set$value(0, true); + t1._document_gestures_touch_android$_shouldShowCollapsedHandle.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowToolbar.set$value(0, true); } - _this._widget.selection.set$value(0, new A.DocumentSelection(basePosition._readLocal$0(), extentPosition._readLocal$0())); - t3.log$4(B.Level_FINE_500, "Selected region: " + A.S(_this._widget.selection._change_notifier$_value), _null, _null); }, - _document_gestures_touch_android$_positionCollapsedHandle$0() { - var t1, t2, handleOffset, _null = null, - selection = this._widget.selection._change_notifier$_value; - if (selection == null) { - $.$get$editorGesturesLog().log$4(B.Level_SHOUT_1200, string$.Tried_ucr, _null, _null); - return; - } - t1 = selection.base; - t2 = selection.extent; - if (!t1.$eq(0, t2)) { - $.$get$editorGesturesLog().log$4(B.Level_SHOUT_1200, string$.Tried_uc_, _null, _null); - return; - } - handleOffset = A._InitializedCell$named("handleOffset", new A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure(this._widget.getDocumentLayout$0().getRectForPosition$1(t2))); - t1 = this.___AndroidDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.set$collapsedHandleOffset(handleOffset._read$0()); - t1.unHideCollapsedHandle$0(); - t1.startCollapsedHandleAutoHideCountdown$0(); - }, - _positionExpandedHandles$0() { - var t1, t2, t3, baseHandleOffset, extentHandleOffset, affinity, upstreamHandleOffset, downstreamHandleOffset, _this = this, _null = null, - selection = _this._widget.selection._change_notifier$_value; - if (selection == null) { - $.$get$editorGesturesLog().log$4(B.Level_SHOUT_1200, string$.Tried_uer, _null, _null); - return; - } - t1 = selection.base; - t2 = selection.extent; - if (t1.$eq(0, t2)) { - $.$get$editorGesturesLog().log$4(B.Level_SHOUT_1200, string$.Tried_ue_, _null, _null); - return; - } - t3 = _this._widget.getDocumentLayout$0().getRectForPosition$1(t1); - baseHandleOffset = new A.Offset(t3.left, t3.bottom); - t3 = _this._widget.getDocumentLayout$0().getRectForPosition$1(t2); - extentHandleOffset = new A.Offset(t3.right, t3.bottom); - affinity = A.InspectDocumentAffinity_getAffinityBetween(_this._widget.document, t1, t2); - upstreamHandleOffset = A._InitializedCell$named("upstreamHandleOffset", new A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure(affinity, baseHandleOffset, extentHandleOffset)); - downstreamHandleOffset = A._InitializedCell$named("downstreamHandleOffset", new A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0(affinity, extentHandleOffset, baseHandleOffset)); - t2 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.removeCaret$0(); - t2.set$collapsedHandleOffset(_null); - t2.set$upstreamHandleOffset(upstreamHandleOffset._read$0()); - t2.set$downstreamHandleOffset(downstreamHandleOffset._read$0()); - t2.cancelCollapsedHandleAutoHideCountdown$0(); - }, - _document_gestures_touch_android$_positionToolbar$0() { - var selectionRect, t2, t3, t4, t5, extentRectInDoc, selectionRectInDoc, toolbarTopAnchor, toolbarBottomAnchor, _this = this, _null = null, - t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - if (!t1._shouldDisplayToolbar) - return; - selectionRect = A._Cell$named("selectionRect"); - t1 = _this._widget.selection._change_notifier$_value; + _onCaretDragEnd$0() { + var t1, _this = this; + _this._isCaretDragInProgress = false; + _this._magnifierGlobalOffset.set$value(0, null); + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value._mobile_documents$_autoScroller; + t1.stopScrollingUp$0(); + t1.stopScrollingDown$0(); + t1.__scrolling$_scrollPosition = null; + t1 = _this._document_gestures_touch_android$_controlsController; + t1._document_gestures_touch_android$_shouldCaretBlink.set$value(0, true); + t1._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, false); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); t1.toString; - t2 = t1.base; - t1 = t1.extent; - t3 = t2.$eq(0, t1); - t4 = type$.RenderBox; - t5 = _this._widget; - if (t3) { - t1 = t5.getDocumentLayout$0().getRectForPosition$1(t1); - t1.toString; - selectionRect.__late_helper$_value = A.Rect$fromPoints(A.MatrixUtils_transformPoint(t4._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, _null), new A.Offset(t1.left, t1.top)), A.MatrixUtils_transformPoint(t4._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, _null), new A.Offset(t1.right, t1.bottom))); - } else { - t2 = t5.getDocumentLayout$0().getRectForPosition$1(t2); - t2.toString; - extentRectInDoc = _this._widget.getDocumentLayout$0().getRectForPosition$1(t1); - selectionRectInDoc = A.Rect$fromPoints(new A.Offset(Math.min(t2.left, extentRectInDoc.left), Math.min(t2.top, extentRectInDoc.top)), new A.Offset(Math.max(t2.right, extentRectInDoc.right), Math.max(t2.bottom, extentRectInDoc.bottom))); - selectionRect.__late_helper$_value = A.Rect$fromPoints(A.MatrixUtils_transformPoint(t4._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, _null), new A.Offset(selectionRectInDoc.left, selectionRectInDoc.top)), A.MatrixUtils_transformPoint(t4._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, _null), new A.Offset(selectionRectInDoc.right, selectionRectInDoc.bottom))); - } - toolbarTopAnchor = selectionRect._readLocal$0().get$topCenter().$sub(0, B.Offset_0_24); - toolbarBottomAnchor = selectionRect._readLocal$0().get$bottomCenter().$add(0, B.Offset_0_24); - t1 = _this.___AndroidDocumentTouchInteractorState__editingController_A.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.positionToolbar$2$bottomAnchor$topAnchor(toolbarBottomAnchor, toolbarTopAnchor); - }, - _document_gestures_touch_android$_removeEditingOverlayControls$0() { - var t1 = this._document_gestures_touch_android$_controlsOverlayEntry; - if (t1 != null) { - t1.remove$0(0); - this._document_gestures_touch_android$_controlsOverlayEntry = null; + if (!J.get$isCollapsed$z(t1)) { + t1 = _this._document_gestures_touch_android$_controlsController; + t1._shouldShowExpandedHandles.set$value(0, true); + t1._document_gestures_touch_android$_shouldShowCollapsedHandle.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowToolbar.set$value(0, true); } }, _document_gestures_touch_android$_selectWordAt$2$docLayout$docPosition(docLayout, docPosition) { var newSelection = A.getWordSelection(docLayout, docPosition); if (newSelection != null) { - this._widget.selection.set$value(0, newSelection); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(newSelection, B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); return true; } else return false; @@ -586316,89 +597487,57 @@ _document_gestures_touch_android$_selectParagraphAt$2$docLayout$docPosition(docLayout, docPosition) { var newSelection = A.getParagraphSelection(docLayout, docPosition); if (newSelection != null) { - this._widget.selection.set$value(0, newSelection); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(newSelection, B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); return true; } else return false; }, _document_gestures_touch_android$_selectPosition$1(position) { $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Setting document selection to " + position.toString$0(0), null, null); - this._widget.selection.set$value(0, new A.DocumentSelection(position, position)); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(position), B.SelectionChangeType_0, "userInteraction")], type$.JSArray_EditRequest)); }, - _clearSelection$0() { + _document_gestures_touch_android$_clearSelection$0() { $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Clearing document selection", null, null); - this._widget.selection.set$value(0, null); - }, - _document_gestures_touch_android$_findAncestorScrollable$1(context) { - var direction, - ancestorScrollable = A.Scrollable_maybeOf(context, null); - if (ancestorScrollable == null) - return null; - direction = ancestorScrollable._widget.axisDirection; - if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) - return null; - return ancestorScrollable; + this._widget.editor.execute$1(A._setArrayType([B.C_ClearSelectionRequest], type$.JSArray_EditRequest)); }, build$1(context) { - var _this = this, - t1 = _this.___AndroidDocumentTouchInteractorState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return _this._document_gestures_touch_android$_buildGestureInput$1$child(new A.ScrollableDocument(t1, false, _this._document_gestures_touch_android$_documentLayoutLink, _this._widget.child, null)); - }, - _document_gestures_touch_android$_buildGestureInput$1$child(child) { - var gestureSettings, - t1 = this._framework$_element; - t1.toString; - t1 = A.MediaQuery__maybeOf(t1, null); - gestureSettings = t1 == null ? null : t1.gestureSettings; - return new A.RawGestureDetector(child, A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A._AndroidDocumentTouchInteractorState__buildGestureInput_closure(), new A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0(this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_2, false, null); + var _null = null, + t1 = A.MediaQuery__maybeOf(context, _null), + gestureSettings = t1 == null ? _null : t1.gestureSettings; + t1 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A._AndroidDocumentTouchInteractorState_build_closure(), new A._AndroidDocumentTouchInteractorState_build_closure0(this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_mLh, new A.GestureRecognizerFactoryWithHandlers(new A._AndroidDocumentTouchInteractorState_build_closure1(), new A._AndroidDocumentTouchInteractorState_build_closure2(this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_VerticalDragGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer); + this._widget.toString; + return new A.RawGestureDetector(_null, t1, B.HitTestBehavior_2, false, _null); } }; A._AndroidDocumentTouchInteractorState_initState_closure.prototype = { call$0() { return this.$this.get$scrollPosition(); }, - $signature: 351 + $signature: 377 }; A._AndroidDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 437 - }; - A._AndroidDocumentTouchInteractorState_initState_closure1.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._widget.focusNode.get$hasFocus()) - t1._document_gestures_touch_android$_showEditingControlsOverlay$0(); - t1._updateScrollPositionListener$0(); - }, - $signature: 11 + $signature: 396 }; A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure.prototype = { - call$1(timeStamp) { - this.$this._updateScrollPositionListener$0(); + call$1(_) { + var t1 = this.$this, + newScrollPosition = t1.get$scrollPosition(); + if (newScrollPosition !== t1._document_gestures_touch_android$_activeScrollPosition) + t1._document_gestures_touch_android$_activeScrollPosition = newScrollPosition; + return null; }, - $signature: 11 - }; - A._AndroidDocumentTouchInteractorState_dispose_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this.___AndroidDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.dispose$0(); - }, - $signature: 11 + $signature: 12 }; A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure.prototype = { - call$1(timeStamp) { + call$1(_) { var t1 = this.$this; - if (t1._framework$_element != null) { - t1._document_gestures_touch_android$_ensureSelectionExtentIsVisible$0(); - t1._document_gestures_touch_android$_updateHandlesAfterSelectionOrLayoutChange$0(); - t1.setState$1(new A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure()); - } + t1._document_gestures_touch_android$_ensureSelectionExtentIsVisible$0(); + t1.setState$1(new A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure()); }, - $signature: 11 + $signature: 12 }; A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure.prototype = { call$0() { @@ -586406,306 +597545,447 @@ $signature: 0 }; A._AndroidDocumentTouchInteractorState__configureScrollController_closure.prototype = { - call$1(timeStamp) { + call$1(_) { var t1 = this.$this; - t1.get$scrollPosition().isScrollingNotifier.addListener$1(0, t1.get$_document_gestures_touch_android$_onScrollActivityChange()); + return t1.get$scrollPosition().isScrollingNotifier.addListener$1(0, t1.get$_document_gestures_touch_android$_onScrollActivityChange()); }, - $signature: 11 + $signature: 12 }; A._AndroidDocumentTouchInteractorState__onScrollActivityChange_closure.prototype = { - call$1(timeStamp) { + call$1(_) { this.$this._document_gestures_touch_android$_isScrolling = false; }, - $signature: 11 + $signature: 12 }; A._AndroidDocumentTouchInteractorState__onDocumentChange_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - t1._document_gestures_touch_android$_updateHandlesAfterSelectionOrLayoutChange$0(); - t1._document_gestures_touch_android$_ensureSelectionExtentIsVisible$0(); + call$1(_) { + this.$this._document_gestures_touch_android$_ensureSelectionExtentIsVisible$0(); }, - $signature: 11 + $signature: 12 }; - A._AndroidDocumentTouchInteractorState__onSelectionChange_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element == null) - return; - t1._document_gestures_touch_android$_updateHandlesAfterSelectionOrLayoutChange$0(); - }, - $signature: 11 - }; - A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure.prototype = { - call$1(overlayContext) { - var t3, - t1 = this.$this, - t2 = t1.___AndroidDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1._widget.getDocumentLayout$0(); - t3 = t1._widget; - return new A.AndroidDocumentTouchEditingControls(t2, t3.createOverlayControlsClipper, t3.handleColor, t1.get$_onHandleDragStart(), t1.get$_onHandleDragUpdate(), t1.get$_document_gestures_touch_android$_onHandleDragEnd(), t3.popoverToolbarBuilder, false, null); - }, - $signature: 3375 - }; - A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { + A._AndroidDocumentTouchInteractorState__onPanStart_closure.prototype = { call$0() { - var t1 = this.extentRect; - return new A.Offset(t1.left, t1.bottom); + this.$this.get$scrollPosition().context.setIgnorePointer$1(false); }, - $signature: 273 + $signature: 0 }; - A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure.prototype = { - call$0() { - return this.affinity === B.TextAffinity_1 ? this.baseHandleOffset : this.extentHandleOffset; - }, - $signature: 273 - }; - A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0.prototype = { - call$0() { - return this.affinity === B.TextAffinity_1 ? this.extentHandleOffset : this.baseHandleOffset; - }, - $signature: 273 - }; - A._AndroidDocumentTouchInteractorState__buildGestureInput_closure.prototype = { + A._AndroidDocumentTouchInteractorState_build_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, $signature: 261 }; - A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { + A._AndroidDocumentTouchInteractorState_build_closure0.prototype = { call$1(recognizer) { var t1 = this.$this; recognizer.onTapDown = t1.get$_document_gestures_touch_android$_onTapDown(); recognizer.onTapUp = t1.get$_document_gestures_touch_android$_onTapUp(); - recognizer.onDoubleTapDown = t1.get$_onDoubleTapDown(); - recognizer.onTripleTapDown = t1.get$_onTripleTapDown(); + recognizer.onDoubleTapDown = t1.get$_document_gestures_touch_android$_onDoubleTapDown(); + recognizer.onTripleTapDown = t1.get$_document_gestures_touch_android$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 262 + $signature: 264 }; - A.AndroidDocumentTouchEditingControls.prototype = { + A._AndroidDocumentTouchInteractorState_build_closure1.prototype = { + call$0() { + return A.VerticalDragGestureRecognizer$(null, null); + }, + $signature: 295 + }; + A._AndroidDocumentTouchInteractorState_build_closure2.prototype = { + call$1(recognizer) { + var t1; + recognizer.dragStartBehavior = B.DragStartBehavior_0; + t1 = this.$this; + recognizer.onStart = t1.get$_document_gestures_touch_android$_onPanStart(); + recognizer.onUpdate = t1.get$_document_gestures_touch_android$_onPanUpdate(); + recognizer.onEnd = t1.get$_document_gestures_touch_android$_onPanEnd(); + recognizer.onCancel = t1.get$_document_gestures_touch_android$_onPanCancel(); + recognizer.gestureSettings = this.gestureSettings; + }, + $signature: 296 + }; + A.SuperEditorAndroidControlsOverlayManager.prototype = { createState$0() { - var _null = null, - t1 = type$.LabeledGlobalKey_State_StatefulWidget; - return new A._AndroidDocumentTouchEditingControlsState(new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), _null, _null, B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(), + t2 = type$.ValueNotifier_nullable_Offset; + return new A.SuperEditorAndroidControlsOverlayManagerState(new A.OverlayPortalController(null), new A.ValueNotifier(null, t1, t2), new A.ValueNotifier(null, t1, t2), B._StateLifecycle_0); + }, + getDocumentLayout$0() { + return this.getDocumentLayout.call$0(); + }, + setSelection$1(arg0) { + return this.setSelection.call$1(arg0); + }, + get$document(receiver) { + return this.document; } }; - A._AndroidDocumentTouchEditingControlsState.prototype = { + A.SuperEditorAndroidControlsOverlayManagerState.prototype = { initState$0() { + this.super$State$initState(); + this._document_gestures_touch_android$_overlayController.show$0(0); + }, + didChangeDependencies$0() { var t1, _this = this; - _this.super$State$initState(); - _this.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A = A.BlinkController$(_this); - t1 = _this._widget.editingController; - _this._document_gestures_touch_android$_prevCaretOffset = t1._android_document_controls$_caretTop; - t1.addListener$1(0, _this.get$_document_gestures_touch_android$_onEditingControllerChange()); - t1 = _this._widget.editingController; - if (t1._android_document_controls$_collapsedHandleOffset != null) - t1.startCollapsedHandleAutoHideCountdown$0(); + _this.super$State$didChangeDependencies(); + t1 = _this._framework$_element; + t1.toString; + _this._document_gestures_touch_android$_controlsController = A.SuperEditorAndroidControlsScope_rootOf(t1); + _this.__SuperEditorAndroidControlsOverlayManagerState__toolbarAligner_A = new A.CupertinoPopoverToolbarAligner(null); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - t1 = oldWidget.editingController; - if (_this._widget.editingController !== t1) { - t2 = _this.get$_document_gestures_touch_android$_onEditingControllerChange(); + t1 = oldWidget.scrollChangeSignal; + if (_this._widget.scrollChangeSignal !== t1) { + t2 = _this.get$_onDocumentScroll(); t1.removeListener$1(0, t2); - _this._widget.editingController.addListener$1(0, t2); + if (_this._document_gestures_touch_android$_dragHandleType != null) + _this._widget.scrollChangeSignal.addListener$1(0, t2); } }, dispose$0() { - var t1, t2, _this = this; - _this._widget.editingController.removeListener$1(0, _this.get$_document_gestures_touch_android$_onEditingControllerChange()); - t1 = _this.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = t1.__BlinkController__ticker_F; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.dispose$0(); - t1.super$ChangeNotifier$dispose(); - _this.super$__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin$dispose(); - }, - _document_gestures_touch_android$_onEditingControllerChange$0() { - var t1, t2, _this = this; - if (!J.$eq$(_this._document_gestures_touch_android$_prevCaretOffset, _this._widget.editingController._android_document_controls$_caretTop)) { - t1 = _this._widget.editingController._android_document_controls$_caretTop; - t2 = _this.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A; - if (t1 == null) { - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.stopBlinking$0(); - } else { - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.jumpToOpaque$0(); - } - _this._document_gestures_touch_android$_prevCaretOffset = _this._widget.editingController._android_document_controls$_caretTop; + var _this = this, + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) { + t1 = t1._mobile_documents$_autoScroller; + t1.stopScrollingUp$0(); + t1.stopScrollingDown$0(); + t1.__scrolling$_scrollPosition = null; } + _this._widget.scrollChangeSignal.removeListener$1(0, _this.get$_onDocumentScroll()); + _this.super$State$dispose(); }, - _onCollapsedPanStart$1(details) { - $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "_onCollapsedPanStart", null, null); - this.setState$1(new A._AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure(this, details)); - this._widget.onHandleDragStart.call$2(B.HandleType_0, details.globalPosition); + _onHandlePanStart$2(details, handleType) { + var selection, selectionBoundPosition, documentLayout, centerOfContentAtOffset, _this = this, + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selection = t1; + } else + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (selection == null) + throw A.wrapException(A.Exception_Exception("Tried to drag a collapsed Android handle when there's no selection.")); + t1 = handleType === B.HandleType_0; + if (t1 && !selection.get$isCollapsed(selection)) + throw A.wrapException(A.Exception_Exception("Tried to drag a collapsed Android handle but the selection is expanded.")); + if (!t1 && selection.get$isCollapsed(selection)) + throw A.wrapException(A.Exception_Exception("Tried to drag an expanded Android handle but the selection is collapsed.")); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1.toString; + t1 = A.InspectDocumentAffinity_getAffinityBetween(_this._widget.document, t1.base, t1.extent); + _this._document_gestures_touch_android$_dragHandleType = handleType; + selectionBoundPosition = A._Cell$named("selectionBoundPosition"); + if (t1 === B.TextAffinity_1) { + t1 = handleType === B.HandleType_1; + _this._dragHandleSelectionBound = t1 ? B.SelectionBound_0 : B.SelectionBound_1; + selectionBoundPosition.set$finalLocalValue(t1 ? selection.base : selection.extent); + } else { + t1 = handleType === B.HandleType_1; + _this._dragHandleSelectionBound = t1 ? B.SelectionBound_1 : B.SelectionBound_0; + selectionBoundPosition.set$finalLocalValue(t1 ? selection.extent : selection.base); + } + documentLayout = _this._widget.getDocumentLayout$0(); + centerOfContentAtOffset = documentLayout.getAncestorOffsetFromDocumentOffset$1(documentLayout.getRectForPosition$1(selectionBoundPosition._readLocal$0()).get$center()); + _this._dragHandleSelectionGlobalFocalPoint.set$value(0, centerOfContentAtOffset); + _this._document_gestures_touch_android$_magnifierFocalPoint.set$value(0, type$.RenderBox._as(_this._framework$_element.get$renderObject()).globalToLocal$1(centerOfContentAtOffset)); + t1 = _this._document_gestures_touch_android$_controlsController; + t1.cancelCollapsedHandleAutoHideCountdown$0(); + t1._document_gestures_touch_android$_shouldCaretBlink.set$value(0, false); + t1._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, true); + t1._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) + t1._mobile_documents$_autoScroller.__scrolling$_scrollPosition = t1._mobile_documents$_getScrollPosition$0(); + _this._widget.scrollChangeSignal.addListener$1(0, _this.get$_onDocumentScroll()); }, - _onUpstreamHandlePanStart$1(details) { - this._onExpandedHandleDragStart$1(details); - this._widget.onHandleDragStart.call$2(B.HandleType_1, details.globalPosition); + _onHandlePanUpdate$1(details) { + var t3, + t1 = this._dragHandleSelectionGlobalFocalPoint, + t2 = t1._change_notifier$_value; + if (t2 == null) + throw A.wrapException(A.Exception_Exception("Tried to pan an Android drag handle but the focal point is null. The focal point is set when the drag begins. This shouldn't be possible.")); + t3 = details.delta; + t1.set$value(0, J.$add$ansx(t2, t3)); + this._moveSelectionAndMagnifierToDragHandleOffset$1$dragDx(t3._dx); }, - _onDownstreamHandlePanStart$1(details) { - this._onExpandedHandleDragStart$1(details); - this._widget.onHandleDragStart.call$2(B.HandleType_2, details.globalPosition); - }, - _onExpandedHandleDragStart$1(details) { - this.setState$1(new A._AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure(this, details)); - }, - _document_gestures_touch_android$_onPanUpdate$1(details) { - $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "_onPanUpdate", null, null); - this._widget.onHandleDragUpdate.call$1(details.globalPosition); - this.setState$1(new A._AndroidDocumentTouchEditingControlsState__onPanUpdate_closure(this, details)); - }, - _document_gestures_touch_android$_onPanEnd$1(details) { - $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "_onPanEnd", null, null); + _onHandlePanEnd$1(details) { this._document_gestures_touch_android$_onHandleDragEnd$0(); }, - _document_gestures_touch_android$_onPanCancel$0() { - $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "_onPanCancel", null, null); + _onHandlePanCancel$0() { this._document_gestures_touch_android$_onHandleDragEnd$0(); }, _document_gestures_touch_android$_onHandleDragEnd$0() { - $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "_onHandleDragEnd()", null, null); - this.setState$1(new A._AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure(this)); - this._widget.onHandleDragEnd.call$0(); + var t1, t2, _this = this; + _this._document_gestures_touch_android$_dragHandleType = _this._dragHandleSelectionBound = null; + _this._dragHandleSelectionGlobalFocalPoint.set$value(0, null); + _this._document_gestures_touch_android$_magnifierFocalPoint.set$value(0, null); + t1 = _this._document_gestures_touch_android$_controlsController; + t1._document_gestures_touch_android$_shouldCaretBlink.set$value(0, true); + t1._document_gestures_touch_android$_shouldShowMagnifier.set$value(0, false); + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) { + t1 = t1._mobile_documents$_autoScroller; + t1.stopScrollingUp$0(); + t1.stopScrollingDown$0(); + t1.__scrolling$_scrollPosition = null; + } + _this._widget.scrollChangeSignal.removeListener$1(0, _this.get$_onDocumentScroll()); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = t1 == null ? null : J.get$isCollapsed$z(t1); + t2 = _this._document_gestures_touch_android$_controlsController; + if (t1 === false) + t2._document_gestures_touch_android$_shouldShowToolbar.set$value(0, true); + else + t2.startCollapsedHandleAutoHideCountdown$0(); + }, + _onDocumentScroll$0() { + if (this._document_gestures_touch_android$_dragHandleType == null) + return; + this._moveSelectionAndMagnifierToDragHandleOffset$0(); + }, + _moveSelectionAndMagnifierToDragHandleOffset$1$dragDx(dragDx) { + var myBox, centerOfContentAtNearestPosition, t2, t3, _this = this, + documentLayout = _this._widget.getDocumentLayout$0(), + t1 = _this._dragHandleSelectionGlobalFocalPoint._change_notifier$_value; + t1.toString; + t1 = documentLayout.getDocumentPositionNearestToOffset$1(documentLayout.getDocumentOffsetFromAncestorOffset$1(t1)); + t1.toString; + myBox = type$.RenderBox._as(_this._framework$_element.get$renderObject()); + centerOfContentAtNearestPosition = documentLayout.getAncestorOffsetFromDocumentOffset$1(documentLayout.getRectForPosition$1(t1).get$center()); + t2 = _this._document_gestures_touch_android$_magnifierFocalPoint; + t2.set$value(0, myBox.globalToLocal$1(new A.Offset(t2._change_notifier$_value._dx + dragDx, centerOfContentAtNearestPosition._dy))); + switch (_this._document_gestures_touch_android$_dragHandleType.index) { + case 0: + t2 = _this._widget; + t2.toString; + t2.setSelection$1(A.DocumentSelection$collapsed(t1)); + break; + case 1: + case 2: + switch (_this._dragHandleSelectionBound.index) { + case 0: + t2 = _this._widget; + t3 = t2.selection; + if (t3._pausable_value_notifier$_isPaused) { + t3 = t3.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t3, t3); + t3 = t3.extent; + t2.setSelection$1(new A.DocumentSelection(t1, t3, t1, t3)); + break; + case 1: + t2 = _this._widget; + t3 = t2.selection; + if (t3._pausable_value_notifier$_isPaused) { + t3 = t3.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t3, t3); + t3 = t3.base; + t2.setSelection$1(new A.DocumentSelection(t3, t1, t3, t1)); + break; + } + break; + } + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) + t1.updateAutoScrollHandleMonitoring$1$dragEndInViewport(centerOfContentAtNearestPosition); + }, + _moveSelectionAndMagnifierToDragHandleOffset$0() { + return this._moveSelectionAndMagnifierToDragHandleOffset$1$dragDx(0); }, build$1(context) { - return new A.ListenableBuilder0(this._widget.editingController, new A._AndroidDocumentTouchEditingControlsState_build_closure(this), null); + var t1 = this._widget.child; + return A.OverlayPortal$(t1, this._document_gestures_touch_android$_overlayController, this.get$_document_gestures_touch_android$_buildOverlay()); }, - _buildCaret$0() { - var t4, t5, - t1 = this._widget, - t2 = t1.editingController, - t3 = t2._android_document_controls$_caretTop; - if (t3 == null) - return B.SizedBox_null_null_null_null; - t4 = this.___AndroidDocumentTouchEditingControlsState__caretBlinkController_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t5 = t2._android_document_controls$_caretHeight; - t5.toString; - t1 = t1.handleColor; - return A.CompositedTransformFollower$(A.IgnorePointer$(A.BlinkingCaret$(B.BorderRadius_tLn0, t5, B.Offset_m1_0, t1, t4, false, true, 2), true, null), null, t2._android_document_controls$_documentLayoutLink, t3, true, B.Alignment_m1_m1); - }, - _document_gestures_touch_android$_buildHandles$0() { - var t4, _this = this, - t1 = _this._widget.editingController, - t2 = t1._android_document_controls$_collapsedHandleOffset, - t3 = t2 == null; - if (t3) - t4 = !(t1._android_document_controls$_upstreamHandleOffset != null && t1._android_document_controls$_downstreamHandleOffset != null); - else - t4 = false; - if (t4) { - $.$get$editorGesturesLog().log$4(B.Level_FINER_400, string$.Not_buo, null, null); - return A._setArrayType([], type$.JSArray_Widget); - } - t3 = !t3 && !_this._isDraggingExpandedHandle; - t4 = type$.JSArray_Widget; - if (t3) - return A._setArrayType([_this._document_gestures_touch_android$_buildHandle$6$debugColor$handleFractionalTranslation$handleKey$handleOffset$handleType$onPanStart(B.MaterialColor_Map_JNgz5_4283215696, B.Offset_Oho, _this._document_gestures_touch_android$_collapsedHandleKey, t2.$add(0, B.Offset_0_5), B.HandleType_0, _this.get$_onCollapsedPanStart())], t4); - else - return A._setArrayType([_this._document_gestures_touch_android$_buildHandle$6$debugColor$handleFractionalTranslation$handleKey$handleOffset$handleType$onPanStart(B.MaterialColor_Map_JNgz5_4283215696, B.Offset_m1_0, _this._document_gestures_touch_android$_upstreamHandleKey, t1._android_document_controls$_upstreamHandleOffset.$add(0, B.Offset_0_2), B.HandleType_1, _this.get$_onUpstreamHandlePanStart()), _this._document_gestures_touch_android$_buildHandle$5$debugColor$handleKey$handleOffset$handleType$onPanStart(B.MaterialColor_Map_JNusp_4294198070, _this._document_gestures_touch_android$_downstreamHandleKey, _this._widget.editingController._android_document_controls$_downstreamHandleOffset.$add(0, B.Offset_0_2), B.HandleType_2, _this.get$_onDownstreamHandlePanStart())], t4); - }, - _document_gestures_touch_android$_buildHandle$6$debugColor$handleFractionalTranslation$handleKey$handleOffset$handleType$onPanStart(debugColor, handleFractionalTranslation, handleKey, handleOffset, handleType, onPanStart) { - var _this = this, _null = null, - t1 = _this._widget, - t2 = t1.editingController, - t3 = handleType === B.HandleType_0 && t2._isCollapsedHandleAutoHidden ? 0 : 1; - return A.CompositedTransformFollower$(A.FractionalTranslation$(A.GestureDetector$(B.HitTestBehavior_2, A.Container$(_null, A.AnimatedOpacity$(A.AndroidSelectionHandle$(t1.handleColor, handleType), B.C__Linear, B.Duration_150000, t3), B.Clip_0, B.Color_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_document_gestures_touch_android$_onPanCancel(), _null, _this.get$_document_gestures_touch_android$_onPanEnd(), onPanStart, _this.get$_document_gestures_touch_android$_onPanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), true, handleFractionalTranslation), handleKey, t2._android_document_controls$_documentLayoutLink, handleOffset, true, B.Alignment_m1_m1); - }, - _document_gestures_touch_android$_buildHandle$5$debugColor$handleKey$handleOffset$handleType$onPanStart(debugColor, handleKey, handleOffset, handleType, onPanStart) { - return this._document_gestures_touch_android$_buildHandle$6$debugColor$handleFractionalTranslation$handleKey$handleOffset$handleType$onPanStart(debugColor, B.Offset_0_0, handleKey, handleOffset, handleType, onPanStart); - } - }; - A._AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure.prototype = { - call$0() { - var t1 = this.$this; - t1._isDraggingExpandedHandle = false; - t1._isDraggingHandle = true; - t1._localDragOffset = type$.RenderBox._as(t1._framework$_element.get$renderObject()).globalToLocal$1(this.details.globalPosition); - }, - $signature: 0 - }; - A._AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure.prototype = { - call$0() { - var t1 = this.$this; - t1._isDraggingHandle = t1._isDraggingExpandedHandle = true; - t1._localDragOffset = type$.RenderBox._as(t1._framework$_element.get$renderObject()).globalToLocal$1(this.details.globalPosition); - }, - $signature: 0 - }; - A._AndroidDocumentTouchEditingControlsState__onPanUpdate_closure.prototype = { - call$0() { - var t1 = this.$this; - t1._localDragOffset = t1._localDragOffset.$add(0, this.details.delta); - }, - $signature: 0 - }; - A._AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure.prototype = { - call$0() { - var t1 = this.$this; - t1._isDraggingHandle = t1._isDraggingExpandedHandle = false; - t1._localDragOffset = null; - }, - $signature: 0 - }; - A._AndroidDocumentTouchEditingControlsState_build_closure.prototype = { - call$1(context) { - var t3, t4, t5, t6, t7, t8, _null = null, - t1 = A.InheritedModel_inheritFrom(context, _null, type$.MediaQuery).data, - t2 = this.$this; - t2._widget.toString; - t3 = A._setArrayType([t2._buildCaret$0()], type$.JSArray_Widget); - B.JSArray_methods.addAll$1(t3, t2._document_gestures_touch_android$_buildHandles$0()); - if (t2._isDraggingHandle) { - t4 = t2._localDragOffset; - t5 = t4._dx; - t4 = t4._dy; - t3.push(A.Positioned$(_null, new A.CompositedTransformTarget(t2._widget.editingController._magnifierFocalPointLink, B.SizedBox_1_1_null_null, _null), _null, _null, t5, _null, t4 - 20, _null)); - } - t4 = t2._widget.editingController; - t5 = t4.__GestureEditingController__overlayController_A; - t5 === $ && A.throwUnnamedLateFieldNI(); - if (t5._isMagnifierVisible) - t3.push(A.Center$(new A.AndroidFollowingMagnifier(t4._magnifierFocalPointLink, B.Offset_0_m72, _null), _null, _null)); - t4 = t2._widget; - t5 = t4.editingController.__GestureEditingController__overlayController_A; - t5 === $ && A.throwUnnamedLateFieldNI(); - t6 = t5._shouldDisplayToolbar; - if (t6 && t5._toolbarTopAnchor != null && t5._toolbarBottomAnchor != null) { - t7 = t5._toolbarTopAnchor; - t7.toString; - t5 = t5._toolbarBottomAnchor; - t5.toString; - t8 = t6 ? 1 : 0; - t3.push(new A.CustomSingleChildLayout(new A.ToolbarPositionDelegate(B.Offset_0_0, t7, t5, _null), A.IgnorePointer$(A.AnimatedOpacity$(new A.Builder(t4.popoverToolbarBuilder, _null), B.C__Linear, B.Duration_150000, t8), !t6, _null), _null)); - } - t2._widget.toString; - return new A.Padding(new A.EdgeInsets(0, 0, 0, t1.viewInsets.bottom), A.ClipRect$(new A.SizedBox(1 / 0, 1 / 0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), _null), B.Clip_1, _null), _null); - }, - $signature: 467 - }; - A.SelectionHandleType.prototype = { - _enumToString$0() { - return "SelectionHandleType." + this._core$_name; - } - }; - A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0() { + _document_gestures_touch_android$_buildOverlay$1(context) { var _this = this, - t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; - if (t1 != null) - t1.removeListener$1(0, _this.get$_updateTicker()); - _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(); + t1 = A._setArrayType([_this._document_gestures_touch_android$_buildMagnifierFocalPoint$0(), _this._buildDebugSelectionFocalPoint$0(), _this._document_gestures_touch_android$_buildMagnifier$0(), _this._document_gestures_touch_android$_buildCollapsedHandle$0()], type$.JSArray_Widget); + B.JSArray_methods.addAll$1(t1, _this._document_gestures_touch_android$_buildExpandedHandles$0()); + t1.push(_this._document_gestures_touch_android$_buildToolbar$0()); + return new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, t1, null); }, - activate$0() { - this.super$State$activate(); - this._updateTickerModeNotifier$0(); - this._updateTicker$0(); + _document_gestures_touch_android$_buildCollapsedHandle$0() { + return new A.ValueListenableBuilder(this._document_gestures_touch_android$_controlsController._document_gestures_touch_android$_shouldShowCollapsedHandle, new A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle_closure(this), null, null, type$.ValueListenableBuilder_bool); + }, + _document_gestures_touch_android$_buildExpandedHandles$0() { + var _null = null, + t1 = this._document_gestures_touch_android$_controlsController._shouldShowExpandedHandles, + t2 = type$.ValueListenableBuilder_bool; + return A._setArrayType([new A.ValueListenableBuilder(t1, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure(this), _null, _null, t2), new A.ValueListenableBuilder(t1, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure0(this), _null, _null, t2)], type$.JSArray_Widget); + }, + _document_gestures_touch_android$_buildToolbar$0() { + var t3, t4, t5, t6, _this = this, + t1 = _this._document_gestures_touch_android$_controlsController, + t2 = t1._document_gestures_touch_android$_shouldShowToolbar; + t1 = t1.toolbarFocalPoint; + t3 = _this.__SuperEditorAndroidControlsOverlayManagerState__toolbarAligner_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this._framework$_element; + t4.toString; + t5 = type$.MediaQuery; + t4 = A.InheritedModel_inheritFrom(t4, B._MediaQueryAspect_0, t5).data; + t6 = _this._framework$_element; + t6.toString; + t5 = A.InheritedModel_inheritFrom(t6, B._MediaQueryAspect_2, t5).data; + t6 = _this._framework$_element; + t6.toString; + return new A.ValueListenableBuilder(t2, new A.SuperEditorAndroidControlsOverlayManagerState__buildToolbar_closure(), A.Follower$withAligner(t3, new A.ScreenFollowerBoundary(t4.size, t5.devicePixelRatio), _this._toolbarBuilder$3(t6, B.ValueKey_document_mobile_toolbar, _this._document_gestures_touch_android$_controlsController.toolbarFocalPoint), t1, false), null, type$.ValueListenableBuilder_bool); + }, + get$_toolbarBuilder() { + this._document_gestures_touch_android$_controlsController.toString; + var t1 = this._widget.defaultToolbarBuilder; + return t1; + }, + _document_gestures_touch_android$_buildMagnifierFocalPoint$0() { + return new A.ValueListenableBuilder(this._document_gestures_touch_android$_magnifierFocalPoint, new A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifierFocalPoint_closure(this), null, null, type$.ValueListenableBuilder_nullable_Offset); + }, + _document_gestures_touch_android$_buildMagnifier$0() { + var t1 = this._document_gestures_touch_android$_controlsController, + t2 = t1._document_gestures_touch_android$_shouldShowMagnifier; + this._framework$_element.toString; + t1 = t1.magnifierFocalPoint; + t1 = A.Follower$withOffset(A.FractionalTranslation$(new A.AndroidMagnifyingGlass(1.5, B.Offset_0_m58, B.ValueKey_document_magnifier), true, B.Offset_0), B.Alignment_m1_m1, B.Alignment_0_0, t1, B.Offset_0_m150); + return new A.ValueListenableBuilder(t2, new A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifier_closure(), t1, null, type$.ValueListenableBuilder_bool); + }, + _buildDebugSelectionFocalPoint$0() { + return new A.ValueListenableBuilder(this._dragHandleSelectionGlobalFocalPoint, new A.SuperEditorAndroidControlsOverlayManagerState__buildDebugSelectionFocalPoint_closure(), null, null, type$.ValueListenableBuilder_nullable_Offset); + }, + _toolbarBuilder$3(arg0, arg1, arg2) { + return this.get$_toolbarBuilder().call$3(arg0, arg1, arg2); + } + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle_closure.prototype = { + call$3(context, shouldShow, child) { + var _null = null, + t1 = this.$this, + t2 = t1._document_gestures_touch_android$_controlsController.collapsedHandleFocalPoint, + t3 = shouldShow ? 1 : 0, + t4 = A.Theme_of(context); + return A.Follower$withOffset(A.AnimatedOpacity$(A.IgnorePointer$(A.GestureDetector$(_null, new A.AndroidSelectionHandle(B.HandleType_0, t4.primaryColor, B.ValueKey_document_android_caret_handle), B.DragStartBehavior_0, false, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$_onHandlePanCancel(), _null, t1.get$_onHandlePanEnd(), new A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure(t1), t1.get$_onHandlePanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure0(), _null, _null, _null, _null, false, B.Offset_O5r), !shouldShow, _null), B.C__Linear, B.Duration_150000, t3), B.Alignment_0_m1, B.Alignment_0_1, t2, B.Offset_0_0); + }, + $signature: 3406 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure0.prototype = { + call$1(_) { + }, + $signature: 50 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure.prototype = { + call$1(details) { + return this.$this._onHandlePanStart$2(details, B.HandleType_0); + }, + $signature: 73 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure.prototype = { + call$3(context, shouldShow, child) { + var t1, t2, t3, _null = null; + if (!shouldShow) + return B.SizedBox_null_null_null_null; + t1 = this.$this; + t2 = t1._document_gestures_touch_android$_controlsController.upstreamHandleFocalPoint; + t3 = A.Theme_of(context); + return A.Follower$withOffset(A.GestureDetector$(_null, new A.AndroidSelectionHandle(B.HandleType_1, t3.primaryColor, B.ValueKey_document_upstream_handle), B.DragStartBehavior_0, false, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$_onHandlePanCancel(), _null, t1.get$_onHandlePanEnd(), new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure1(t1), t1.get$_onHandlePanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure2(), _null, _null, _null, _null, false, B.Offset_O5r), B.Alignment_1_m1, B.Alignment_m1_1, t2, B.Offset_0_0); + }, + $signature: 890 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure2.prototype = { + call$1(_) { + }, + $signature: 50 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure1.prototype = { + call$1(details) { + return this.$this._onHandlePanStart$2(details, B.HandleType_1); + }, + $signature: 73 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure0.prototype = { + call$3(context, shouldShow, child) { + var t1, t2, t3, _null = null; + if (!shouldShow) + return B.SizedBox_null_null_null_null; + t1 = this.$this; + t2 = t1._document_gestures_touch_android$_controlsController.downstreamHandleFocalPoint; + t3 = A.Theme_of(context); + return A.Follower$withOffset(A.GestureDetector$(_null, new A.AndroidSelectionHandle(B.HandleType_2, t3.primaryColor, B.ValueKey_document_downstream_handle), B.DragStartBehavior_0, false, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$_onHandlePanCancel(), _null, t1.get$_onHandlePanEnd(), new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure(t1), t1.get$_onHandlePanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure0(), _null, _null, _null, _null, false, B.Offset_O5r), B.Alignment_m1_m1, B.Alignment_1_1, t2, B.Offset_0_0); + }, + $signature: 890 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure0.prototype = { + call$1(_) { + }, + $signature: 50 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure.prototype = { + call$1(details) { + return this.$this._onHandlePanStart$2(details, B.HandleType_2); + }, + $signature: 73 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildToolbar_closure.prototype = { + call$3(context, shouldShow, child) { + var t1; + if (shouldShow) { + child.toString; + t1 = child; + } else + t1 = B.SizedBox_null_null_null_null; + return t1; + }, + $signature: 472 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifierFocalPoint_closure.prototype = { + call$3(context, focalPoint, child) { + var t1, t2, _null = null; + if (focalPoint == null) + return B.SizedBox_null_null_null_null; + t1 = focalPoint._dx; + t2 = focalPoint._dy; + return A.Positioned$(_null, A.Leader$(_null, this.$this._document_gestures_touch_android$_controlsController.magnifierFocalPoint), 1, _null, t1, _null, t2, 1); + }, + $signature: 447 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifier_closure.prototype = { + call$3(context, shouldShow, child) { + var t1; + if (shouldShow) { + child.toString; + t1 = child; + } else + t1 = B.SizedBox_null_null_null_null; + return t1; + }, + $signature: 472 + }; + A.SuperEditorAndroidControlsOverlayManagerState__buildDebugSelectionFocalPoint_closure.prototype = { + call$3(context, focalPoint, child) { + var t1, t2, _null = null; + if (focalPoint == null) + return B.SizedBox_null_null_null_null; + t1 = focalPoint._dx; + t2 = focalPoint._dy; + return A.Positioned$(_null, A.FractionalTranslation$(A.Container$(_null, _null, B.Clip_0, B.MaterialColor_Map_JNusp_4294198070, _null, _null, _null, 5, _null, _null, _null, _null, _null, 5), true, B.Offset_0), _null, _null, t1, _null, t2, _null); + }, + $signature: 447 + }; + A.SelectionBound.prototype = { + _enumToString$0() { + return "SelectionBound." + this._core$_name; } }; A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver.prototype = {}; @@ -586724,9 +598004,47 @@ this._updateTicker$0(); } }; - A.IOSDocumentTouchInteractor.prototype = { + A.SuperEditorIosControlsScope.prototype = { + updateShouldNotify$1(oldWidget) { + return this.controller !== oldWidget.controller; + } + }; + A.SuperEditorIosControlsScope_maybeRootOf_closure.prototype = { + call$1(element) { + var t1; + if (element instanceof A.InheritedElement) { + t1 = element._widget; + t1.toString; + t1 = !(t1 instanceof A.SuperEditorIosControlsScope); + } else + t1 = true; + if (t1) + return true; + this._box_0.root = element; + return true; + }, + $signature: 126 + }; + A.SuperEditorIosControlsController.prototype = { + dispose$0() { + var t2, _this = this, + t1 = _this.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this._shouldCaretBlink; + t2 = t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + t1 = _this._shouldShowMagnifier; + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + t1 = _this._shouldShowToolbar; + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + } + }; + A.IosDocumentTouchInteractor.prototype = { createState$0() { - return new A._IOSDocumentTouchInteractorState(new A.LayerLink(), new A.LayerLink(), null, null, B._StateLifecycle_0); + return new A._IosDocumentTouchInteractorState(new A.ValueNotifier(null, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_nullable_Offset), null, null, B._StateLifecycle_0); }, getDocumentLayout$0() { return this.getDocumentLayout.call$0(); @@ -586735,227 +598053,219 @@ return this.document; } }; - A._IOSDocumentTouchInteractorState.prototype = { + A._IosDocumentTouchInteractorState.prototype = { initState$0() { - var t1, t2, _this = this; + var _this = this; _this.super$State$initState(); - _this._widget.toString; - _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A = new A.DragHandleAutoScroller(A.AutoScroller$(_this), B.AxisOffset_54_54, new A._IOSDocumentTouchInteractorState_initState_closure(_this), new A._IOSDocumentTouchInteractorState_initState_closure0(_this)); - _this._widget.focusNode.addListener$1(0, _this.get$_document_gestures_touch_ios$_onFocusChange()); - if (_this._widget.focusNode.get$hasFocus()) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState_initState_closure1(_this)); + _this._widget.dragHandleAutoScroller.set$value(0, new A.DragHandleAutoScroller(A.AutoScroller$(_this), B.AxisOffset_54_54, new A._IosDocumentTouchInteractorState_initState_closure(_this), new A._IosDocumentTouchInteractorState_initState_closure0(_this))); _this._configureScrollController$0(); - t1 = _this._widget.overlayController; - _this.___IOSDocumentTouchInteractorState__overlayController_A = t1; - t2 = new A.IosDocumentGestureEditingController(_this._documentLayerLink, _this._document_gestures_touch_ios$_magnifierFocalPointLink, t1, $.$get$ChangeNotifier__emptyListeners()); - t1.addListener$1(0, t2.get$_toolbarChanged()); - _this.___IOSDocumentTouchInteractorState__editingController_A = t2; - _this._widget.document.addListener$1(0, _this.get$_onDocumentChange()); - _this._widget.selection.addListener$1(0, _this.get$_document_gestures_touch_ios$_onSelectionChange()); - if (_this._widget.selection._change_notifier$_value != null) - _this._document_gestures_touch_ios$_onSelectionChange$0(); + _this._widget.document._editor$_listeners.push(_this.get$_onDocumentChange()); + _this.___IosDocumentTouchInteractorState__floatingCursorListener_A = new A.FloatingCursorListener(_this.get$_onFloatingCursorStart(), null, _this.get$_onFloatingCursorStop()); $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); }, didChangeDependencies$0() { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$didChangeDependencies(); + t1 = _this._controlsController; + if (t1 != null) { + t1 = t1.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___IosDocumentTouchInteractorState__floatingCursorListener_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._ios_document_controls$_listeners.remove$1(0, t2); + t2 = _this._controlsController.__SuperEditorIosControlsController_floatingCursorController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.cursorGeometryInViewport.removeListener$1(0, _this.get$_onFloatingCursorGeometryChange()); + } t1 = _this._framework$_element; t1.toString; - t1 = _this._document_gestures_touch_ios$_findAncestorScrollable$1(t1); - if (t1 == null) + t1 = A.SuperEditorIosControlsScope_rootOf(t1); + _this._controlsController = t1; + t1 = t1.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___IosDocumentTouchInteractorState__floatingCursorListener_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._ios_document_controls$_listeners.add$1(0, t2); + t2 = _this._controlsController.__SuperEditorIosControlsController_floatingCursorController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.cursorGeometryInViewport.addListener$1(0, _this.get$_onFloatingCursorGeometryChange()); + t2 = _this._framework$_element; + t2.toString; + t2 = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(t2); + if (t2 == null) t1 = null; else { - t1 = t1._scrollable$_position; + t1 = t2._scrollable$_position; t1.toString; } - _this._ancestorScrollPosition = t1; - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState_didChangeDependencies_closure(_this)); + _this._document_gestures_touch_ios$_ancestorScrollPosition = t1; + A.Frames_onNextFrame(_this, new A._IosDocumentTouchInteractorState_didChangeDependencies_closure(_this)); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - t1 = oldWidget.focusNode; - if (_this._widget.focusNode !== t1) { - t2 = _this.get$_document_gestures_touch_ios$_onFocusChange(); - t1.removeListener$1(0, t2); - _this._widget.focusNode.addListener$1(0, t2); - } t1 = oldWidget.document; if (!_this._widget.document.$eq(0, t1)) { t2 = _this.get$_onDocumentChange(); - t1.removeListener$1(0, t2); - _this._widget.document.addListener$1(0, t2); + B.JSArray_methods.remove$1(t1._editor$_listeners, t2); + _this._widget.document._editor$_listeners.push(t2); } - t1 = oldWidget.selection; - if (_this._widget.selection !== t1) { - t2 = _this.get$_document_gestures_touch_ios$_onSelectionChange(); - t1.removeListener$1(0, t2); - _this._widget.selection.addListener$1(0, t2); - if (!J.$eq$(_this._widget.selection._change_notifier$_value, t1._change_notifier$_value)) - _this._document_gestures_touch_ios$_onSelectionChange$0(); - } - if (_this._widget.scrollController != oldWidget.scrollController) { + if (_this._widget.scrollController !== oldWidget.scrollController) { _this._teardownScrollController$0(); _this._configureScrollController$0(); } - t1 = _this._widget.overlayController; - if (t1 !== oldWidget.overlayController) { - _this.___IOSDocumentTouchInteractorState__overlayController_A = t1; - t2 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.set$overlayController(t1); - } }, dispose$0() { - var t1, _this = this; + var t1, t2, _this = this; B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); - _this._widget.document.removeListener$1(0, _this.get$_onDocumentChange()); - _this._widget.selection.removeListener$1(0, _this.get$_document_gestures_touch_ios$_onSelectionChange()); - _this._removeEditingOverlayControls$0(); + t1 = _this._controlsController.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___IosDocumentTouchInteractorState__floatingCursorListener_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._ios_document_controls$_listeners.remove$1(0, t2); + t2 = _this._controlsController.__SuperEditorIosControlsController_floatingCursorController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.cursorGeometryInViewport.removeListener$1(0, _this.get$_onFloatingCursorGeometryChange()); + B.JSArray_methods.remove$1(_this._widget.document._editor$_listeners, _this.get$_onDocumentChange()); _this._teardownScrollController$0(); - t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._mobile_documents$_autoScroller.__AutoScroller__ticker_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.dispose$0(); - _this._widget.focusNode.removeListener$1(0, _this.get$_document_gestures_touch_ios$_onFocusChange()); - _this.super$__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose(); + t2 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t2 != null) { + t1 = t2._mobile_documents$_autoScroller.__AutoScroller__ticker_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + } + _this.super$__IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose(); }, didChangeMetrics$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState_didChangeMetrics_closure(this)); + A.Frames_onNextFrame(this, new A._IosDocumentTouchInteractorState_didChangeMetrics_closure(this)); }, _configureScrollController$0() { - var _this = this, - t1 = _this._widget.scrollController; - if (t1 == null) - t1 = A.ScrollController$(0, true); - _this.___IOSDocumentTouchInteractorState__scrollController_A = t1; - t1.addListener$1(0, _this.get$_onScrollChange()); - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState__configureScrollController_closure(_this)); + A.Frames_onNextFrame(this, new A._IosDocumentTouchInteractorState__configureScrollController_closure(this)); }, _teardownScrollController$0() { - var _this = this, - t1 = _this.___IOSDocumentTouchInteractorState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - if (t1._positions.length !== 0) - _this.get$scrollPosition().isScrollingNotifier.removeListener$1(0, _this.get$_onScrollActivityChange()); - if (_this._widget.scrollController == null) - _this.___IOSDocumentTouchInteractorState__scrollController_A.dispose$0(); + if (this._widget.scrollController._positions.length !== 0) + this.get$scrollPosition().isScrollingNotifier.removeListener$1(0, this.get$_onScrollActivityChange()); }, _onScrollActivityChange$0() { - if (this.get$scrollPosition().isScrollingNotifier._change_notifier$_value) - this._isScrolling = true; + var _this = this; + if (_this.get$scrollPosition().isScrollingNotifier._change_notifier$_value) + _this._isScrolling = true; else - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState__onScrollActivityChange_closure(this)); + A.Frames_onNextFrame(_this, new A._IosDocumentTouchInteractorState__onScrollActivityChange_closure(_this)); }, - _ensureSelectionExtentIsVisible$0() { - var t2, collapsedHandleOffset, extentHandleOffset, t3, editorBox, editorInViewportOffset, handleInViewportOffset, _this = this, _null = null, - t1 = $.$get$editorGesturesLog(); - t1.log$4(B.Level_FINE_500, "Ensuring selection extent is visible", _null, _null); - t2 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - collapsedHandleOffset = t2._collapsedHandleOffset; - extentHandleOffset = t2._downstreamHandleOffset; - t2 = collapsedHandleOffset == null; - if (t2 && extentHandleOffset == null) - return; - t3 = _this._widget.documentKey; - editorBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t3).get$renderObject()); - editorInViewportOffset = A.MatrixUtils_transformPoint(_this.get$viewportBox().getTransformTo$1(0, _null), B.Offset_0_0).$sub(0, A.MatrixUtils_transformPoint(editorBox.getTransformTo$1(0, _null), B.Offset_0_0)); - handleInViewportOffset = A._Cell$named("handleInViewportOffset"); - if (!t2) { - t1.log$4(B.Level_FINE_500, "The selection is collapsed", _null, _null); - handleInViewportOffset.__late_helper$_value = collapsedHandleOffset.$sub(0, editorInViewportOffset); - } else { - t1.log$4(B.Level_FINE_500, "The selection is expanded", _null, _null); - handleInViewportOffset.__late_helper$_value = extentHandleOffset.$sub(0, editorInViewportOffset); - } - t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.ensureOffsetIsVisible$1(handleInViewportOffset._readLocal$0()); - }, - _document_gestures_touch_ios$_onFocusChange$0() { - if (this._widget.focusNode.get$hasFocus()) - this._showEditingControlsOverlay$0(); - else - this._removeEditingOverlayControls$0(); - }, - _onDocumentChange$0() { - var t1 = this.___IOSDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.hideToolbar$0(); - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState__onDocumentChange_closure(this)); - }, - _document_gestures_touch_ios$_onSelectionChange$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState__onSelectionChange_closure(this)); - }, - _updateHandlesAfterSelectionOrLayoutChange$0() { - var t1, t2, t3, _this = this, _null = null, - newSelection = _this._widget.selection._change_notifier$_value; - if (newSelection == null) { - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + _document_gestures_touch_ios$_ensureSelectionExtentIsVisible$0() { + var t1, selection, t2, t3, extentOffsetInViewport, _this = this; + $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Ensuring selection extent is visible", null, null); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t1.removeCaret$0(); - t2 = t1.__GestureEditingController__overlayController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.hideToolbar$0(); - t1.set$collapsedHandleOffset(_null); - t1.set$upstreamHandleOffset(_null); - t1.set$downstreamHandleOffset(_null); - t1.set$collapsedHandleOffset(_null); - } else if (newSelection.base.$eq(0, newSelection.extent)) { - t1 = _this._widget.getDocumentLayout$0().getRectForPosition$1(_this._widget.selection._change_notifier$_value.extent); - t1.toString; - t2 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = t1.top; - t2._caretTop = new A.Offset(t1.left, t3); - t2._caretHeight = t1.bottom - t3; - t2.notifyListeners$0(); - _this._positionCollapsedHandle$0(); + selection = t1; } else - _this._positionExpandedSelectionHandles$0(); + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (selection == null) + return; + t1 = _this._widget.getDocumentLayout$0(); + t2 = selection.base; + t3 = selection.extent; + t1 = t1.getRectForSelection$2(t2, t3); + t1.toString; + extentOffsetInViewport = A.InspectDocumentAffinity_getAffinityBetween(_this._widget.document, t2, t3) === B.TextAffinity_1 ? _this._documentOffsetToViewportOffset$1(t1.get$bottomCenter()) : _this._documentOffsetToViewportOffset$1(t1.get$topCenter()); + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) + t1.ensureOffsetIsVisible$1(extentOffsetInViewport); }, - _onScrollChange$0() { - this._positionToolbar$0(); + _onDocumentChange$1(_) { + this._controlsController._shouldShowToolbar.set$value(0, false); + A.Frames_onNextFrame(this, new A._IosDocumentTouchInteractorState__onDocumentChange_closure(this)); }, get$scrollPosition() { - var t1 = this._ancestorScrollPosition; - if (t1 == null) { - t1 = this.___IOSDocumentTouchInteractorState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = B.JSArray_methods.get$single(t1._positions); - } - return t1; + var t1 = this._document_gestures_touch_ios$_ancestorScrollPosition; + return t1 == null ? B.JSArray_methods.get$single(this._widget.scrollController._positions) : t1; }, get$viewportBox() { var t1 = this._framework$_element; t1.toString; - t1 = this._document_gestures_touch_ios$_findAncestorScrollable$1(t1); + t1 = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(t1); t1 = t1 == null ? null : t1._framework$_element.get$renderObject(); if (t1 == null) t1 = this._framework$_element.get$renderObject(); return type$.RenderBox._as(t1); }, + _documentOffsetToViewportOffset$1(documentOffset) { + var globalOffset = A.MatrixUtils_transformPoint(type$.RenderBox._as(this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, null), documentOffset); + return this.get$viewportBox().globalToLocal$1(globalOffset); + }, + _interactorOffsetToDocumentOffset$1(interactorOffset) { + var globalOffset = A.MatrixUtils_transformPoint(type$.RenderBox._as(this._framework$_element.get$renderObject()).getTransformTo$1(0, null), interactorOffset); + return this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(globalOffset); + }, _document_gestures_touch_ios$_onTapDown$1(details) { - var t1 = this._isScrolling; - this._wasScrollingOnTapDown = t1; + var _this = this, + t1 = _this._isScrolling; + _this._wasScrollingOnTapDown = t1; if (t1) { - t1 = this.get$scrollPosition(); + t1 = _this.get$scrollPosition(); t1.beginActivity$1(new A.IdleScrollActivity(t1)); return; } + _this._globalTapDownOffset = details.globalPosition; + t1 = _this._tapDownLongPressTimer; + if (t1 != null) + t1.cancel$0(0); + _this._tapDownLongPressTimer = A.Timer_Timer(B.Duration_500000, _this.get$_onLongPressDown()); + _this._controlsController._shouldCaretBlink.set$value(0, false); + }, + _onLongPressDown$0() { + var interactorOffset, tapDownDocumentOffset, _this = this, + t1 = type$.RenderBox, + t2 = t1._as(_this._framework$_element.get$renderObject()), + t3 = _this._globalTapDownOffset; + t3.toString; + interactorOffset = t2.globalToLocal$1(t3); + tapDownDocumentOffset = _this._interactorOffsetToDocumentOffset$1(interactorOffset); + if (_this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(tapDownDocumentOffset) == null) + return; + if (_this._isOverBaseHandle$1(interactorOffset) || _this._isOverExtentHandle$1(interactorOffset) || _this._isOverCollapsedHandle$1(interactorOffset)) + return; + _this._document_gestures_touch_ios$_globalDragOffset = _this._globalTapDownOffset; + t2 = _this._widget; + t2 = new A.IosLongPressSelectionStrategy(t2.document, t2.getDocumentLayout$0(), _this.get$_document_gestures_touch_ios$_select()); + _this._longPressStrategy = t2; + if (!t2.onLongPressStart$1$tapDownDocumentOffset(tapDownDocumentOffset)) { + _this._longPressStrategy = null; + return; + } + t1 = t1._as(_this._framework$_element.get$renderObject()); + t2 = _this._globalTapDownOffset; + t2.toString; + _this._magnifierOffset.set$value(0, _this._interactorOffsetToDocumentOffset$1(t1.globalToLocal$1(t2))); + t2 = _this._controlsController; + t2._shouldShowToolbar.set$value(0, false); + t2._shouldShowMagnifier.set$value(0, true); + _this._widget.focusNode.requestFocus$0(); }, _document_gestures_touch_ios$_onTapUp$1(details) { - var selection, t1, t2, t3, t4, docOffset, docPosition, didTapOnExistingSelection, _this = this, _null = null; + var t1, selection, t2, docOffset, docPosition, didTapOnExistingSelection, _this = this, _null = null; + _this._globalTapDownOffset = null; + t1 = _this._tapDownLongPressTimer; + if (t1 != null) + t1.cancel$0(0); + t1 = _this._controlsController; + t1._shouldShowMagnifier.set$value(0, false); + t1._shouldCaretBlink.set$value(0, true); if (_this._wasScrollingOnTapDown) return; - selection = _this._widget.selection._change_notifier$_value; + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selection = t1; + } else + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); t1 = selection != null; if (t1) - if (!selection.base.$eq(0, selection.extent)) { + if (!selection.get$isCollapsed(selection)) { t2 = details.localPosition; t2 = _this._isOverBaseHandle$1(t2) || _this._isOverExtentHandle$1(t2); } else @@ -586963,20 +598273,13 @@ else t2 = false; if (t2) { - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.toggleToolbar$0(); - _this._positionToolbar$0(); + t1 = _this._controlsController._shouldShowToolbar; + t1.set$value(0, !t1._change_notifier$_value); return; } t2 = $.$get$editorGesturesLog(); t2.log$4(B.Level_INFO_800, "Tap down on document", _null, _null); - t3 = _this._widget.getDocumentLayout$0(); - t4 = _this._framework$_element.get$renderObject(); - t4.toString; - docOffset = type$.RenderBox._as(t3._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.localPosition, t4); + docOffset = _this._interactorOffsetToDocumentOffset$1(details.localPosition); t2.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t2.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -586985,53 +598288,38 @@ if (t2.onTap$1(docPosition) === B.TapHandlingInstruction_0) return; t2 = docPosition != null; - if (t2 && t1 && !selection.base.$eq(0, selection.extent) && A.InspectDocumentSelection_doesSelectionContainPosition(_this._widget.document, selection, docPosition)) { - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.toggleToolbar$0(); - _this._positionToolbar$0(); + if (t2 && t1 && !selection.get$isCollapsed(selection) && A.InspectDocumentSelection_doesSelectionContainPosition(_this._widget.document, selection, docPosition)) { + t1 = _this._controlsController._shouldShowToolbar; + t1.set$value(0, !t1._change_notifier$_value); return; } - _this.setState$1(new A._IOSDocumentTouchInteractorState__onTapUp_closure(_this)); if (t2) { - if (t1) { - t1 = selection.base; - t2 = selection.extent; - didTapOnExistingSelection = t1.$eq(0, t2) && t2.$eq(0, docPosition); - } else - didTapOnExistingSelection = false; - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; + didTapOnExistingSelection = t1 && selection.get$isCollapsed(selection) && selection.extent.nodePosition.isEquivalentTo$1(docPosition.nodePosition); + t1 = _this._controlsController; if (didTapOnExistingSelection) { - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.toggleToolbar$0(); - } else { - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.hideToolbar$0(); - } + t1 = t1._shouldShowToolbar; + t1.set$value(0, !t1._change_notifier$_value); + } else + t1._shouldShowToolbar.set$value(0, false); _this._widget.getDocumentLayout$0().getComponentByNodeId$1(docPosition.nodeId).isVisualSelectionSupported$0(); _this._selectPosition$1(docPosition); } else { - _this._widget.selection.set$value(0, _null); - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.hideToolbar$0(); + _this._widget.editor.execute$1(A._setArrayType([B.C_ClearSelectionRequest], type$.JSArray_EditRequest)); + _this._controlsController._shouldShowToolbar.set$value(0, false); } - _this._positionToolbar$0(); _this._widget.focusNode.requestFocus$0(); }, _onDoubleTapUp$1(details) { - var t1, t2, t3, docOffset, docPosition, didSelectContent, newSelection, _this = this, _null = null, - selection = _this._widget.selection._change_notifier$_value; + var selection, docOffset, docPosition, t2, didSelectContent, newSelection, _this = this, _null = null, + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selection = t1; + } else + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); if (selection != null) - if (!selection.base.$eq(0, selection.extent)) { + if (!selection.get$isCollapsed(selection)) { t1 = details.localPosition; t1 = _this._isOverBaseHandle$1(t1) || _this._isOverExtentHandle$1(t1); } else @@ -587042,10 +598330,7 @@ return; t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Double tap down on document", _null, _null); - t2 = _this._widget.getDocumentLayout$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - docOffset = type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.localPosition, t3); + docOffset = _this._interactorOffsetToDocumentOffset$1(details.localPosition); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -587059,40 +598344,37 @@ if (!(!didSelectContent ? _this._selectBlockAt$1(docPosition) : didSelectContent)) _this._selectPosition$1(docPosition); } else - t2.selection.set$value(0, _null); - newSelection = _this._widget.selection._change_notifier$_value; - t1 = newSelection == null || newSelection.base.$eq(0, newSelection.extent); - t2 = _this.___IOSDocumentTouchInteractorState__editingController_A; - if (t1) { - t2 === $ && A.throwUnnamedLateFieldNI(); - t1 = t2.__GestureEditingController__overlayController_A; + t2.editor.execute$1(A._setArrayType([B.C_ClearSelectionRequest], type$.JSArray_EditRequest)); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t1.hideToolbar$0(); - } else { - t2 === $ && A.throwUnnamedLateFieldNI(); - t1 = t2.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.showToolbar$0(); - _this._positionToolbar$0(); - } + newSelection = t1; + } else + newSelection = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = newSelection == null || newSelection.get$isCollapsed(newSelection); + t2 = _this._controlsController; + if (t1) + t2._shouldShowToolbar.set$value(0, false); + else + t2._shouldShowToolbar.set$value(0, true); _this._widget.focusNode.requestFocus$0(); }, _selectBlockAt$1(position) { - var t1; + var t1, t2; if (!(position.nodePosition instanceof A.UpstreamDownstreamNodePosition)) return false; t1 = position.nodeId; - this._widget.selection.set$value(0, new A.DocumentSelection(new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_0), new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_1))); + t2 = new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_0); + t1 = new A.DocumentPosition(t1, B.UpstreamDownstreamNodePosition_TextAffinity_1); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(new A.DocumentSelection(t2, t1, t2, t1), B.SelectionChangeType_0, "userInteraction")], type$.JSArray_EditRequest)); return true; }, _onTripleTapUp$1(details) { - var t2, t3, docOffset, docPosition, selection, _this = this, _null = null, + var docOffset, docPosition, t2, selection, _this = this, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_INFO_800, "Triple down down on document", _null, _null); - t2 = _this._widget.getDocumentLayout$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - docOffset = type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(details.localPosition, t3); + docOffset = _this._interactorOffsetToDocumentOffset$1(details.localPosition); t1.log$4(B.Level_FINE_500, " - document offset: " + docOffset.toString$0(0), _null, _null); docPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(docOffset); t1.log$4(B.Level_FINE_500, " - tapped document position: " + A.S(docPosition), _null, _null); @@ -587105,152 +598387,167 @@ if (!_this._selectParagraphAt$2$docLayout$docPosition(_this._widget.getDocumentLayout$0(), docPosition)) _this._selectPosition$1(docPosition); } else - t2.selection.set$value(0, _null); - selection = _this._widget.selection._change_notifier$_value; - t1 = selection == null || selection.base.$eq(0, selection.extent); - t2 = _this.___IOSDocumentTouchInteractorState__editingController_A; - if (t1) { - t2 === $ && A.throwUnnamedLateFieldNI(); - t1 = t2.__GestureEditingController__overlayController_A; + t2.editor.execute$1(A._setArrayType([B.C_ClearSelectionRequest], type$.JSArray_EditRequest)); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t1.hideToolbar$0(); - } else { - t2 === $ && A.throwUnnamedLateFieldNI(); - t1 = t2.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.showToolbar$0(); - _this._positionToolbar$0(); - } + selection = t1; + } else + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = selection == null || selection.get$isCollapsed(selection); + t2 = _this._controlsController; + if (t1) + t2._shouldShowToolbar.set$value(0, false); + else + t2._shouldShowToolbar.set$value(0, true); _this._widget.focusNode.requestFocus$0(); }, _onPanDown$1(details) { }, - _onPanStart$1(details) { - var t1, t2, t3, t4, handleOffsetInInteractor, t5, _this = this, - selection = _this._widget.selection._change_notifier$_value; - if (selection == null) + _document_gestures_touch_ios$_onPanStart$1(details) { + var t1, selection, _this = this; + _this._globalTapDownOffset = null; + t1 = _this._tapDownLongPressTimer; + if (t1 != null) + t1.cancel$0(0); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selection = t1; + } else + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (selection == null) { + _this._startDragScrolling$1(details); return; - t1 = selection.base; - t2 = selection.extent; - if (t1.$eq(0, t2) && _this._isOverCollapsedHandle$1(details.localPosition)) { + } + if (_this._longPressStrategy != null) { + _this._dragMode = B.DragMode_3; + _this._dragHandleType = null; + $.$get$longPressSelectionLog().log$4(B.Level_FINE_500, "Long press drag start", null, null); + } else if (selection.get$isCollapsed(selection) && _this._isOverCollapsedHandle$1(details.localPosition)) { _this._dragMode = B.DragMode_0; _this._dragHandleType = B.HandleType_0; } else { - t3 = details.localPosition; - if (_this._isOverBaseHandle$1(t3)) { + t1 = details.localPosition; + if (_this._isOverBaseHandle$1(t1)) { _this._dragMode = B.DragMode_1; _this._dragHandleType = B.HandleType_1; - } else if (_this._isOverExtentHandle$1(t3)) { + } else if (_this._isOverExtentHandle$1(t1)) { _this._dragMode = B.DragMode_2; _this._dragHandleType = B.HandleType_2; - } else + } else { + _this._startDragScrolling$1(details); return; + } } - t3 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t3 = t3.__GestureEditingController__overlayController_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t3.hideToolbar$0(); - t3 = details.globalPosition; - _this._globalStartDragOffset = t3; - t4 = type$.RenderBox; - handleOffsetInInteractor = t4._as(_this._framework$_element.get$renderObject()).globalToLocal$1(t3); - t3 = _this._widget.getDocumentLayout$0(); - t5 = _this._framework$_element.get$renderObject(); - t5.toString; - _this._dragStartInDoc = t4._as(t3._framework$_element.get$renderObject()).globalToLocal$2$ancestor(handleOffsetInInteractor, t5); - t5 = _this._widget.getDocumentLayout$0(); - t3 = _this._dragHandleType; - t3.toString; - _this._startDragPositionOffset = t5.getRectForPosition$1(t3 === B.HandleType_1 ? t1 : t2).get$center(); + t1 = _this._controlsController; + t1._shouldCaretBlink.set$value(0, false); + t1._shouldShowToolbar.set$value(0, false); + t1._shouldShowMagnifier.set$value(0, true); + t1 = details.globalPosition; + _this._globalStartDragOffset = t1; + t1 = _this._interactorOffsetToDocumentOffset$1(type$.RenderBox._as(_this._framework$_element.get$renderObject()).globalToLocal$1(t1)); + _this._dragStartInDoc = t1; + if (_this._dragHandleType != null) { + t1 = _this._widget.getDocumentLayout$0(); + _this._startDragPositionOffset = t1.getRectForPosition$1(_this._dragHandleType === B.HandleType_1 ? selection.base : selection.extent).get$center(); + } else + _this._startDragPositionOffset = t1; t1 = _this.get$scrollPosition()._pixels; t1.toString; _this._document_gestures_touch_ios$_dragStartScrollOffset = t1; - t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1._mobile_documents$_autoScroller.__scrolling$_scrollPosition = t1._getScrollPosition.call$0(); - _this.get$scrollPosition().addListener$1(0, _this.get$_updateDragSelection()); - _this._controlsOverlayEntry.markNeedsBuild$0(); + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) + t1._mobile_documents$_autoScroller.__scrolling$_scrollPosition = t1._mobile_documents$_getScrollPosition$0(); + _this.get$scrollPosition().addListener$1(0, _this.get$_onAutoScrollChange()); }, _isOverCollapsedHandle$1(interactorOffset) { - var extentRect, caretRect, - t1 = this._widget, - t2 = t1.selection._change_notifier$_value, - collapsedPosition = t2 == null ? null : t2.extent; + var collapsedPosition, extentRect, t2, + t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + collapsedPosition = t1 == null ? null : t1.extent; if (collapsedPosition == null) return false; - extentRect = t1.getDocumentLayout$0().getRectForPosition$1(collapsedPosition); + extentRect = this._widget.getDocumentLayout$0().getRectForSelection$2(collapsedPosition, collapsedPosition); t1 = extentRect.left - 1; t2 = extentRect.get$center()._dy; - caretRect = new A.Rect(t1, t2, t1 + 1, t2 + 1).inflate$1(24); - t2 = this._widget.getDocumentLayout$0(); - t1 = this._framework$_element.get$renderObject(); - t1.toString; - return caretRect.contains$1(0, type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(interactorOffset, t1)); + return new A.Rect(t1, t2, t1 + 1, t2 + 1).inflate$1(24).contains$1(0, this._interactorOffsetToDocumentOffset$1(interactorOffset)); }, _isOverBaseHandle$1(interactorOffset) { - var baseRect, t3, t4, t5, t6, - t1 = this._widget, - t2 = t1.selection._change_notifier$_value, - basePosition = t2 == null ? null : t2.base; + var basePosition, baseRect, t2, t3, + t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + basePosition = t1 == null ? null : t1.base; if (basePosition == null) return false; - baseRect = t1.getDocumentLayout$0().getRectForPosition$1(basePosition); + baseRect = this._widget.getDocumentLayout$0().getRectForPosition$1(basePosition); t1 = baseRect.left - 24; t2 = baseRect.top; t3 = t2 - 24; - t4 = baseRect.bottom; - t5 = this._widget.getDocumentLayout$0(); - t6 = this._framework$_element.get$renderObject(); - t6.toString; - return new A.Rect(t1, t3, t1 + 48, t3 + (t4 - t2 + 48)).contains$1(0, type$.RenderBox._as(t5._framework$_element.get$renderObject()).globalToLocal$2$ancestor(interactorOffset, t6)); + return new A.Rect(t1, t3, t1 + 48, t3 + (baseRect.bottom - t2 + 48)).contains$1(0, this._interactorOffsetToDocumentOffset$1(interactorOffset)); }, _isOverExtentHandle$1(interactorOffset) { - var extentRect, t3, t4, t5, - t1 = this._widget, - t2 = t1.selection._change_notifier$_value, - extentPosition = t2 == null ? null : t2.extent; + var extentPosition, extentRect, t2, + t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + extentPosition = t1 == null ? null : t1.extent; if (extentPosition == null) return false; - extentRect = t1.getDocumentLayout$0().getRectForPosition$1(extentPosition); + extentRect = this._widget.getDocumentLayout$0().getRectForPosition$1(extentPosition); t1 = extentRect.left - 24; t2 = extentRect.top; - t3 = extentRect.bottom; - t4 = this._widget.getDocumentLayout$0(); - t5 = this._framework$_element.get$renderObject(); - t5.toString; - return new A.Rect(t1, t2, t1 + 48, t2 + (t3 - t2 + 32)).contains$1(0, type$.RenderBox._as(t4._framework$_element.get$renderObject()).globalToLocal$2$ancestor(interactorOffset, t5)); + return new A.Rect(t1, t2, t1 + 48, t2 + (extentRect.bottom - t2 + 32)).contains$1(0, this._interactorOffsetToDocumentOffset$1(interactorOffset)); }, - _onPanUpdate$1(details) { - var t1, t2, dragEndInViewport, _this = this; - if (_this._dragMode == null) { - t1 = _this.get$scrollPosition(); - t2 = _this.get$scrollPosition()._pixels; - t2.toString; - t1.jumpTo$1(t2 - details.delta._dy); - _this._positionToolbar$0(); + _document_gestures_touch_ios$_onPanUpdate$1(details) { + var t1, t2, interactorBox, t3, dragEndInViewport, fingerDragDelta, fingerDocumentOffset, fingerDocumentPosition, _this = this; + if (_this._dragMode === B.DragMode_4) { + _this._scrollingDrag.update$1(0, details); return; } - t1 = details.globalPosition; - _this._globalDragOffset = t1; + t1 = _this._document_gestures_touch_ios$_globalDragOffset = details.globalPosition; t2 = type$.RenderBox; - t1 = t2._as(_this._framework$_element.get$renderObject()).globalToLocal$1(t1); - _this._dragEndInInteractor = t1; - dragEndInViewport = _this.get$viewportBox().globalToLocal$1(A.MatrixUtils_transformPoint(t2._as(_this._framework$_element.get$renderObject()).getTransformTo$1(0, null), t1)); - _this._updateSelectionForNewDragHandleLocation$0(); - t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.updateAutoScrollHandleMonitoring$1$dragEndInViewport(dragEndInViewport); - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.showMagnifier$0(); - _this._controlsOverlayEntry.markNeedsBuild$0(); + interactorBox = t2._as(_this._framework$_element.get$renderObject()); + t3 = interactorBox.globalToLocal$1(t1); + _this._dragEndInInteractor = t3; + dragEndInViewport = _this.get$viewportBox().globalToLocal$1(A.MatrixUtils_transformPoint(t2._as(_this._framework$_element.get$renderObject()).getTransformTo$1(0, null), t3)); + if (_this._longPressStrategy != null) { + t2 = _this._document_gestures_touch_ios$_globalDragOffset; + t2.toString; + t3 = _this._globalStartDragOffset; + t3.toString; + fingerDragDelta = t2.$sub(0, t3); + t3 = _this._document_gestures_touch_ios$_dragStartScrollOffset; + t3.toString; + t2 = _this.get$scrollPosition()._pixels; + t2.toString; + fingerDocumentOffset = _this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(t1); + fingerDocumentPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(_this._startDragPositionOffset.$add(0, fingerDragDelta).$sub(0, new A.Offset(0, t3 - t2))); + _this._longPressStrategy.onLongPressDragUpdate$2(fingerDocumentOffset, fingerDocumentPosition); + } else + _this._document_gestures_touch_ios$_updateSelectionForNewDragHandleLocation$0(); + t2 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t2 != null) + t2.updateAutoScrollHandleMonitoring$1$dragEndInViewport(dragEndInViewport); + _this._magnifierOffset.set$value(0, _this._interactorOffsetToDocumentOffset$1(interactorBox.globalToLocal$1(t1))); }, - _updateSelectionForNewDragHandleLocation$0() { + _document_gestures_touch_ios$_updateSelectionForNewDragHandleLocation$0() { var t2, docDragDelta, docDragPosition, _this = this, - t1 = _this._globalDragOffset; + _s15_ = "userInteraction", + t1 = _this._document_gestures_touch_ios$_globalDragOffset; t1.toString; t2 = _this._globalStartDragOffset; t2.toString; @@ -587264,467 +598561,653 @@ return; t1 = _this._dragHandleType; if (t1 === B.HandleType_0) - _this._widget.selection.set$value(0, new A.DocumentSelection(docDragPosition, docDragPosition)); + _this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(docDragPosition), B.SelectionChangeType_0, _s15_)], type$.JSArray_EditRequest)); else if (t1 === B.HandleType_1) { - t1 = _this._widget.selection; - t1.set$value(0, t1._change_notifier$_value.copyWith$1$base(docDragPosition)); + t1 = _this._widget; + t2 = t1.editor; + t1 = t1.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2.execute$1(A._setArrayType([new A.ChangeSelectionRequest(t1.copyWith$1$base(docDragPosition), B.SelectionChangeType_4, _s15_)], type$.JSArray_EditRequest)); } else if (t1 === B.HandleType_2) { - t1 = _this._widget.selection; - t1.set$value(0, t1._change_notifier$_value.copyWith$1$extent(docDragPosition)); + t1 = _this._widget; + t2 = t1.editor; + t1 = t1.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2.execute$1(A._setArrayType([new A.ChangeSelectionRequest(t1.copyWith$1$extent(docDragPosition), B.SelectionChangeType_4, _s15_)], type$.JSArray_EditRequest)); } }, - _onPanEnd$1(details) { - var _this = this; - if (_this._dragMode == null) { - _this.get$scrollPosition(); - _this.get$scrollPosition().goBallistic$1(-details.velocity.pixelsPerSecond._dy); - _this.get$scrollPosition().addListener$1(0, _this.get$_onScrollChange()); - } else - _this._onHandleDragEnd$0(); + _document_gestures_touch_ios$_onPanEnd$1(details) { + var t1, _this = this; + _this._magnifierOffset.set$value(0, null); + t1 = _this._controlsController; + t1._shouldShowMagnifier.set$value(0, false); + t1._shouldCaretBlink.set$value(0, true); + switch (_this._dragMode) { + case B.DragMode_4: + _this._scrollingDrag.end$1(0, details); + _this._dragMode = _this._scrollingDrag = null; + break; + case B.DragMode_0: + case B.DragMode_1: + case B.DragMode_2: + case B.DragMode_3: + _this._onDragSelectionEnd$0(); + break; + case null: + case void 0: + break; + } }, - _onPanCancel$0() { - if (this._dragMode != null) - this._onHandleDragEnd$0(); + _document_gestures_touch_ios$_onPanCancel$0() { + var t1, _this = this; + _this._magnifierOffset.set$value(0, null); + t1 = _this._scrollingDrag; + if (t1 != null) { + t1._delegate.goBallistic$1(0); + _this._scrollingDrag = null; + return; + } + if (_this._dragMode != null) + _this._onDragSelectionEnd$0(); }, - _onHandleDragEnd$0() { - var _this = this, - t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._mobile_documents$_autoScroller; - t1.stopScrollingUp$0(); - t1.stopScrollingDown$0(); - t1.__scrolling$_scrollPosition = null; - _this.get$scrollPosition().removeListener$1(0, _this.get$_updateDragSelection()); - _this._dragMode = null; - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1._isMagnifierVisible = false; - t1.notifyListeners$0(); - t1 = _this._widget.selection._change_notifier$_value; - if (!t1.base.$eq(0, t1.extent)) { - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A.__GestureEditingController__overlayController_A; + _onDragSelectionEnd$0() { + var t1, _this = this; + if (_this._dragMode === B.DragMode_3) { + t1 = _this._longPressStrategy; + t1.toString; + $.$get$longPressSelectionLog().log$4(B.Level_FINE_500, "Long press end", null, null); + _this._dragMode = _this._longPressStrategy = t1._longPressInitialSelection = null; + _this._updateOverlayControlsAfterFinishingDragSelection$0(); + } else { + _this._dragMode = null; + _this._updateOverlayControlsAfterFinishingDragSelection$0(); + } + t1 = _this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) { + t1 = t1._mobile_documents$_autoScroller; + t1.stopScrollingUp$0(); + t1.stopScrollingDown$0(); + t1.__scrolling$_scrollPosition = null; + } + _this.get$scrollPosition().removeListener$1(0, _this.get$_onAutoScrollChange()); + }, + _updateOverlayControlsAfterFinishingDragSelection$0() { + this._controlsController._shouldShowMagnifier.set$value(0, false); + var t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t1.showToolbar$0(); - _this._positionToolbar$0(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1.toString; + if (!J.get$isCollapsed$z(t1)) + this._controlsController._shouldShowToolbar.set$value(0, true); + }, + _onAutoScrollChange$0() { + var t1, interactorBox, t2, _this = this; + _this._updateDocumentSelectionOnAutoScrollFrame$0(); + t1 = _this._magnifierOffset; + if (t1._change_notifier$_value != null) { + interactorBox = type$.RenderBox._as(_this._framework$_element.get$renderObject()); + t2 = _this._document_gestures_touch_ios$_globalDragOffset; + t2.toString; + t1.set$value(0, _this._interactorOffsetToDocumentOffset$1(interactorBox.globalToLocal$1(t2))); } - _this._controlsOverlayEntry.markNeedsBuild$0(); }, - _onTapTimeout$0() { - this.setState$1(new A._IOSDocumentTouchInteractorState__onTapTimeout_closure(this)); - }, - _updateDragSelection$0() { - var t1, t2, t3, dragEndInDoc, dragPosition, basePosition, extentPosition, _this = this, _null = null; + _updateDocumentSelectionOnAutoScrollFrame$0() { + var t1, dragEndInDoc, dragPosition, basePosition, extentPosition, changeType, t2, t3, t4, _this = this, _null = null; if (_this._dragStartInDoc == null) return; + if (_this._dragHandleType == null) + return; t1 = _this._dragEndInInteractor; t1.toString; - t2 = _this._widget.getDocumentLayout$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - dragEndInDoc = type$.RenderBox._as(t2._framework$_element.get$renderObject()).globalToLocal$2$ancestor(t1, t3); + dragEndInDoc = _this._interactorOffsetToDocumentOffset$1(t1); dragPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(dragEndInDoc); - t3 = $.$get$editorGesturesLog(); - t3.log$4(B.Level_INFO_800, "Selecting new position during drag: " + A.S(dragPosition), _null, _null); + t1 = $.$get$editorGesturesLog(); + t1.log$4(B.Level_INFO_800, "Selecting new position during drag: " + A.S(dragPosition), _null, _null); if (dragPosition == null) return; basePosition = A._Cell$named("basePosition"); extentPosition = A._Cell$named("extentPosition"); + changeType = A._Cell$named("changeType"); switch (_this._dragHandleType.index) { case 0: extentPosition.__late_helper$_value = basePosition.__late_helper$_value = dragPosition; + changeType.__late_helper$_value = B.SelectionChangeType_0; break; case 1: basePosition.__late_helper$_value = dragPosition; - extentPosition.__late_helper$_value = _this._widget.selection._change_notifier$_value.extent; + t2 = _this._widget.selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + extentPosition.__late_helper$_value = t2.extent; + changeType.__late_helper$_value = B.SelectionChangeType_4; break; case 2: - basePosition.__late_helper$_value = _this._widget.selection._change_notifier$_value.base; + t2 = _this._widget.selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + basePosition.__late_helper$_value = t2.base; extentPosition.__late_helper$_value = dragPosition; + changeType.__late_helper$_value = B.SelectionChangeType_4; break; } - _this._widget.selection.set$value(0, new A.DocumentSelection(basePosition._readLocal$0(), extentPosition._readLocal$0())); - t3.log$4(B.Level_FINE_500, "Selected region: " + A.S(_this._widget.selection._change_notifier$_value), _null, _null); - }, - _showEditingControlsOverlay$0() { - var t1, t2, _this = this; - if (_this._controlsOverlayEntry != null) - return; - _this._controlsOverlayEntry = A.OverlayEntry$(new A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure(_this), false); - t1 = _this._framework$_element; - t1.toString; - t1 = A.LookupBoundary_findAncestorStateOfType(t1, type$.OverlayState); - t1.toString; - t2 = _this._controlsOverlayEntry; - t2.toString; - t1.insert$1(0, t2); - }, - _positionCollapsedHandle$0() { - var t1, t2, handleOffset, _null = null, - selection = this._widget.selection._change_notifier$_value; - if (selection == null) { - $.$get$editorGesturesLog().log$4(B.Level_SHOUT_1200, string$.Tried_ucr, _null, _null); - return; - } - t1 = selection.base; - t2 = selection.extent; - if (!t1.$eq(0, t2)) { - $.$get$editorGesturesLog().log$4(B.Level_SHOUT_1200, string$.Tried_uc_, _null, _null); - return; - } - handleOffset = A._InitializedCell$named("handleOffset", new A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure(this._widget.getDocumentLayout$0().getRectForPosition$1(t2))); - t1 = this.___IOSDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.set$collapsedHandleOffset(handleOffset._read$0()); - }, - _positionExpandedSelectionHandles$0() { - var t1, t2, baseRect, t3, t4, baseHandleOffset, extentRect, t5, extentHandleOffset, upstreamHandleOffset, upstreamHandleHeight, downstreamHandleOffset, downstreamHandleHeight, _this = this, _null = null, - selection = _this._widget.selection._change_notifier$_value; - if (selection == null) { - $.$get$editorGesturesLog().log$4(B.Level_SHOUT_1200, string$.Tried_uer, _null, _null); - return; - } - t1 = selection.base; - t2 = selection.extent; - if (t1.$eq(0, t2)) { - $.$get$editorGesturesLog().log$4(B.Level_SHOUT_1200, string$.Tried_ue_, _null, _null); - return; - } - baseRect = _this._widget.getDocumentLayout$0().getRectForPosition$1(t1); - t3 = baseRect.left; - t4 = baseRect.bottom; - baseHandleOffset = new A.Offset(t3, t4); - extentRect = _this._widget.getDocumentLayout$0().getRectForPosition$1(t2); - t3 = extentRect.right; - t5 = extentRect.bottom; - extentHandleOffset = new A.Offset(t3, t5); - t1 = A.InspectDocumentAffinity_getAffinityBetween(_this._widget.document, t1, t2) === B.TextAffinity_1; - upstreamHandleOffset = t1 ? baseHandleOffset : extentHandleOffset; - upstreamHandleHeight = t1 ? t4 - baseRect.top : t5 - extentRect.top; - downstreamHandleOffset = t1 ? extentHandleOffset : baseHandleOffset; - downstreamHandleHeight = t1 ? t5 - extentRect.top : t4 - baseRect.top; - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.removeCaret$0(); - t1.set$collapsedHandleOffset(_null); - t1.set$upstreamHandleOffset(upstreamHandleOffset); - if (upstreamHandleHeight !== t1._upstreamCaretHeight) { - t1._upstreamCaretHeight = upstreamHandleHeight; - t1.notifyListeners$0(); - } - t1.set$downstreamHandleOffset(downstreamHandleOffset); - if (downstreamHandleHeight !== t1._downstreamCaretHeight) { - t1._downstreamCaretHeight = downstreamHandleHeight; - t1.notifyListeners$0(); - } - }, - _positionToolbar$0() { - var selectionRect, t2, t3, t4, t5, extentRectInDoc, selectionRectInDoc, toolbarTopAnchor, toolbarBottomAnchor, _this = this, _null = null, - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - if (!t1._shouldDisplayToolbar) - return; - selectionRect = A._Cell$named("selectionRect"); - t1 = _this._widget.selection._change_notifier$_value; - t1.toString; - t2 = t1.base; - t1 = t1.extent; - t3 = t2.$eq(0, t1); - t4 = type$.RenderBox; - t5 = _this._widget; - if (t3) { - t1 = t5.getDocumentLayout$0().getRectForPosition$1(t1); - t1.toString; - selectionRect.__late_helper$_value = A.Rect$fromPoints(A.MatrixUtils_transformPoint(t4._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, _null), new A.Offset(t1.left, t1.top)), A.MatrixUtils_transformPoint(t4._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, _null), new A.Offset(t1.right, t1.bottom))); - } else { - t2 = t5.getDocumentLayout$0().getRectForPosition$1(t2); - t2.toString; - extentRectInDoc = _this._widget.getDocumentLayout$0().getRectForPosition$1(t1); - selectionRectInDoc = A.Rect$fromPoints(new A.Offset(Math.min(t2.left, extentRectInDoc.left), Math.min(t2.top, extentRectInDoc.top)), new A.Offset(Math.max(t2.right, extentRectInDoc.right), Math.max(t2.bottom, extentRectInDoc.bottom))); - selectionRect.__late_helper$_value = A.Rect$fromPoints(A.MatrixUtils_transformPoint(t4._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, _null), new A.Offset(selectionRectInDoc.left, selectionRectInDoc.top)), A.MatrixUtils_transformPoint(t4._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, _null), new A.Offset(selectionRectInDoc.right, selectionRectInDoc.bottom))); - } - toolbarTopAnchor = selectionRect._readLocal$0().get$topCenter().$sub(0, B.Offset_0_24); - toolbarBottomAnchor = selectionRect._readLocal$0().get$bottomCenter().$add(0, B.Offset_0_24); - t1 = _this.___IOSDocumentTouchInteractorState__editingController_A.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.positionToolbar$2$bottomAnchor$topAnchor(toolbarBottomAnchor, toolbarTopAnchor); - }, - _removeEditingOverlayControls$0() { - var t1 = this._controlsOverlayEntry; - if (t1 != null) { - t1.remove$0(0); - this._controlsOverlayEntry = null; - } + t2 = _this._widget.editor; + t3 = basePosition._readLocal$0(); + t4 = extentPosition._readLocal$0(); + t2.execute$1(A._setArrayType([new A.ChangeSelectionRequest(new A.DocumentSelection(t3, t4, t3, t4), changeType._readLocal$0(), "userInteraction")], type$.JSArray_EditRequest)); + t4 = _this._widget.selection; + if (t4._pausable_value_notifier$_isPaused) { + t2 = t4.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t4, t4); + t1.log$4(B.Level_FINE_500, "Selected region: " + A.S(t2), _null, _null); }, _selectWordAt$2$docLayout$docPosition(docLayout, docPosition) { var newSelection = A.getWordSelection(docLayout, docPosition); if (newSelection != null) { - this._widget.selection.set$value(0, newSelection); + this._document_gestures_touch_ios$_select$1(newSelection); return true; } else return false; }, + _document_gestures_touch_ios$_select$1(newSelection) { + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(newSelection, B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); + }, _selectParagraphAt$2$docLayout$docPosition(docLayout, docPosition) { var newSelection = A.getParagraphSelection(docLayout, docPosition); if (newSelection != null) { - this._widget.selection.set$value(0, newSelection); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(newSelection, B.SelectionChangeType_4, "userInteraction")], type$.JSArray_EditRequest)); return true; } else return false; }, _onFloatingCursorStart$0() { - var t1 = this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1._mobile_documents$_autoScroller.__scrolling$_scrollPosition = t1._getScrollPosition.call$0(); + var t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return; + t1 = this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) + t1._mobile_documents$_autoScroller.__scrolling$_scrollPosition = t1._mobile_documents$_getScrollPosition$0(); }, - _moveSelectionToFloatingCursor$1(documentOffset) { - var t2, t3, _this = this, - t1 = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(documentOffset); - t1.toString; - _this._selectPosition$1(t1); - t1 = _this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; + _onFloatingCursorGeometryChange$0() { + var cursorGeometry, + t1 = this._controlsController.__SuperEditorIosControlsController_floatingCursorController_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this._widget.getDocumentLayout$0(); - t3 = _this._framework$_element.get$renderObject(); - t3.toString; - t1.updateAutoScrollHandleMonitoring$1$dragEndInViewport(A.MatrixUtils_transformPoint(type$.RenderBox._as(t2._framework$_element.get$renderObject()).getTransformTo$1(0, t3), documentOffset)); + cursorGeometry = t1.cursorGeometryInViewport._change_notifier$_value; + if (cursorGeometry == null) + return; + t1 = this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) + t1.updateAutoScrollHandleMonitoring$1$dragEndInViewport(cursorGeometry.get$center()); }, _onFloatingCursorStop$0() { - var t1 = this.___IOSDocumentTouchInteractorState__handleAutoScrolling_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._mobile_documents$_autoScroller; - t1.stopScrollingUp$0(); - t1.stopScrollingDown$0(); - t1.__scrolling$_scrollPosition = null; + var t1 = this._widget.dragHandleAutoScroller._change_notifier$_value; + if (t1 != null) { + t1 = t1._mobile_documents$_autoScroller; + t1.stopScrollingUp$0(); + t1.stopScrollingDown$0(); + t1.__scrolling$_scrollPosition = null; + } }, _selectPosition$1(position) { $.$get$editorGesturesLog().log$4(B.Level_FINE_500, "Setting document selection to " + position.toString$0(0), null, null); - this._widget.selection.set$value(0, new A.DocumentSelection(position, position)); + this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(position), B.SelectionChangeType_0, "userInteraction")], type$.JSArray_EditRequest)); }, - _document_gestures_touch_ios$_findAncestorScrollable$1(context) { - var direction, - ancestorScrollable = A.Scrollable_maybeOf(context, null); - if (ancestorScrollable == null) - return null; - direction = ancestorScrollable._widget.axisDirection; - if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) - return null; - return ancestorScrollable; + _startDragScrolling$1(details) { + var _this = this; + _this._dragMode = B.DragMode_4; + _this._scrollingDrag = _this.get$scrollPosition().drag$2(details, new A._IosDocumentTouchInteractorState__startDragScrolling_closure(_this)); }, build$1(context) { - var _this = this, - t1 = _this.___IOSDocumentTouchInteractorState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._positions.length; + var gestureSettings, _this = this, _null = null, + t1 = _this._widget.scrollController._positions.length; if (t1 !== 0) if (t1 > 1) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSDocumentTouchInteractorState_build_closure(_this)); - else if (_this.get$scrollPosition() !== _this._activeScrollPosition) { - t1 = _this.get$scrollPosition(); - _this._activeScrollPosition = t1; - t1.addListener$1(0, _this.get$_onScrollChange()); - } - return _this._buildGestureInput$1$child(new A.ScrollableDocument(_this.___IOSDocumentTouchInteractorState__scrollController_A, true, _this._documentLayerLink, _this._widget.child, null)); + A.Frames_scheduleBuildAfterBuild(_this, _null); + else if (_this.get$scrollPosition() !== _this._activeScrollPosition) + _this._activeScrollPosition = _this.get$scrollPosition(); + t1 = A.MediaQuery__maybeOf(context, _null); + gestureSettings = t1 == null ? _null : t1.gestureSettings; + t1 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A._IosDocumentTouchInteractorState_build_closure(), new A._IosDocumentTouchInteractorState_build_closure0(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_mLh, new A.GestureRecognizerFactoryWithHandlers(new A._IosDocumentTouchInteractorState_build_closure1(), new A._IosDocumentTouchInteractorState_build_closure2(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_VerticalDragGestureRecognizer), B.Type_Vq1, new A.GestureRecognizerFactoryWithHandlers(new A._IosDocumentTouchInteractorState_build_closure3(), new A._IosDocumentTouchInteractorState_build_closure4(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_HorizontalDragGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer); + _this._widget.toString; + return new A.RawGestureDetector(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([B.SizedBox_null_null_null_null, _this._buildMagnifierFocalPoint$0()], type$.JSArray_Widget), _null), t1, B.HitTestBehavior_1, false, _null); }, - _buildGestureInput$1$child(child) { - var gestureSettings, - t1 = this._framework$_element; - t1.toString; - t1 = A.MediaQuery__maybeOf(t1, null); - gestureSettings = t1 == null ? null : t1.gestureSettings; - return new A.RawGestureDetector(child, A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A._IOSDocumentTouchInteractorState__buildGestureInput_closure(), new A._IOSDocumentTouchInteractorState__buildGestureInput_closure0(this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_mLh, new A.GestureRecognizerFactoryWithHandlers(new A._IOSDocumentTouchInteractorState__buildGestureInput_closure1(), new A._IOSDocumentTouchInteractorState__buildGestureInput_closure2(this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_VerticalDragGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_1, false, null); + _buildMagnifierFocalPoint$0() { + return new A.ValueListenableBuilder(this._magnifierOffset, new A._IosDocumentTouchInteractorState__buildMagnifierFocalPoint_closure(this), null, null, type$.ValueListenableBuilder_nullable_Offset); } }; - A._IOSDocumentTouchInteractorState_initState_closure.prototype = { + A._IosDocumentTouchInteractorState_initState_closure.prototype = { call$0() { return this.$this.get$scrollPosition(); }, - $signature: 351 + $signature: 377 }; - A._IOSDocumentTouchInteractorState_initState_closure0.prototype = { + A._IosDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 437 + $signature: 396 }; - A._IOSDocumentTouchInteractorState_initState_closure1.prototype = { - call$1(timeStamp) { - this.$this._showEditingControlsOverlay$0(); - }, - $signature: 11 - }; - A._IOSDocumentTouchInteractorState_didChangeDependencies_closure.prototype = { - call$1(timeStamp) { + A._IosDocumentTouchInteractorState_didChangeDependencies_closure.prototype = { + call$1(_) { var t1 = this.$this, newScrollPosition = t1.get$scrollPosition(); - if (newScrollPosition !== t1._activeScrollPosition) - t1.setState$1(new A._IOSDocumentTouchInteractorState_didChangeDependencies__closure(t1, newScrollPosition)); + if (newScrollPosition === t1._activeScrollPosition) + return; + t1.setState$1(new A._IosDocumentTouchInteractorState_didChangeDependencies__closure(t1, newScrollPosition)); }, - $signature: 11 + $signature: 12 }; - A._IOSDocumentTouchInteractorState_didChangeDependencies__closure.prototype = { + A._IosDocumentTouchInteractorState_didChangeDependencies__closure.prototype = { call$0() { - var t1 = this.$this, - t2 = t1._activeScrollPosition; - if (t2 != null) - t2.removeListener$1(0, t1.get$_onScrollChange()); - t2 = this.newScrollPosition; - t2.addListener$1(0, t1.get$_onScrollChange()); - t1._activeScrollPosition = t2; + this.$this._activeScrollPosition = this.newScrollPosition; }, $signature: 0 }; - A._IOSDocumentTouchInteractorState_didChangeMetrics_closure.prototype = { - call$1(timeStamp) { + A._IosDocumentTouchInteractorState_didChangeMetrics_closure.prototype = { + call$1(_) { + this.$this._document_gestures_touch_ios$_ensureSelectionExtentIsVisible$0(); + }, + $signature: 12 + }; + A._IosDocumentTouchInteractorState__configureScrollController_closure.prototype = { + call$1(_) { var t1 = this.$this; - if (t1._framework$_element != null) { - t1._ensureSelectionExtentIsVisible$0(); - t1._updateHandlesAfterSelectionOrLayoutChange$0(); - t1.setState$1(new A._IOSDocumentTouchInteractorState_didChangeMetrics__closure()); - } + return t1.get$scrollPosition().isScrollingNotifier.addListener$1(0, t1.get$_onScrollActivityChange()); }, - $signature: 11 + $signature: 12 }; - A._IOSDocumentTouchInteractorState_didChangeMetrics__closure.prototype = { - call$0() { - }, - $signature: 0 - }; - A._IOSDocumentTouchInteractorState__configureScrollController_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - t1.get$scrollPosition().isScrollingNotifier.addListener$1(0, t1.get$_onScrollActivityChange()); - }, - $signature: 11 - }; - A._IOSDocumentTouchInteractorState__onScrollActivityChange_closure.prototype = { - call$1(timeStamp) { + A._IosDocumentTouchInteractorState__onScrollActivityChange_closure.prototype = { + call$1(_) { this.$this._isScrolling = false; }, - $signature: 11 + $signature: 12 }; - A._IOSDocumentTouchInteractorState__onDocumentChange_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - t1._updateHandlesAfterSelectionOrLayoutChange$0(); - t1._ensureSelectionExtentIsVisible$0(); + A._IosDocumentTouchInteractorState__onDocumentChange_closure.prototype = { + call$1(_) { + this.$this._document_gestures_touch_ios$_ensureSelectionExtentIsVisible$0(); }, - $signature: 11 + $signature: 12 }; - A._IOSDocumentTouchInteractorState__onSelectionChange_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element == null) - return; - t1._updateHandlesAfterSelectionOrLayoutChange$0(); - }, - $signature: 11 - }; - A._IOSDocumentTouchInteractorState__onTapUp_closure.prototype = { + A._IosDocumentTouchInteractorState__startDragScrolling_closure.prototype = { call$0() { - var t1 = this.$this; - t1._waitingForMoreTaps = true; - t1 = t1._controlsOverlayEntry; - if (t1 != null) - t1.markNeedsBuild$0(); + this.$this.get$scrollPosition().context.setIgnorePointer$1(false); }, $signature: 0 }; - A._IOSDocumentTouchInteractorState__onTapTimeout_closure.prototype = { - call$0() { - var t1 = this.$this; - t1._waitingForMoreTaps = false; - t1 = t1._controlsOverlayEntry; - if (t1 != null) - t1.markNeedsBuild$0(); - }, - $signature: 0 - }; - A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure.prototype = { - call$1(overlayContext) { - var t3, t4, t5, t6, t7, t8, t9, t10, - t1 = this.$this, - t2 = t1.___IOSDocumentTouchInteractorState__editingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = t1._widget; - t4 = t3.floatingCursorController; - t3 = t3.getDocumentLayout$0(); - t5 = t1._widget; - t6 = t5.document; - t7 = t5.selection; - t8 = t5.handleColor; - t9 = t1._globalDragOffset; - t10 = t5.popoverToolbarBuilder; - return new A.IosDocumentTouchEditingControls(t2, t6, t7, t4, t3, t5.createOverlayControlsClipper, t8, t1.get$_onFloatingCursorStart(), t1.get$_moveSelectionToFloatingCursor(), t1.get$_onFloatingCursorStop(), t9, t10, false, null); - }, - $signature: 3376 - }; - A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { - call$0() { - var t1 = this.extentRect; - return new A.Offset(t1.left, t1.bottom); - }, - $signature: 273 - }; - A._IOSDocumentTouchInteractorState_build_closure.prototype = { - call$1(timeStamp) { - this.$this.setState$1(new A._IOSDocumentTouchInteractorState_build__closure()); - }, - $signature: 11 - }; - A._IOSDocumentTouchInteractorState_build__closure.prototype = { - call$0() { - }, - $signature: 0 - }; - A._IOSDocumentTouchInteractorState__buildGestureInput_closure.prototype = { + A._IosDocumentTouchInteractorState_build_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, $signature: 261 }; - A._IOSDocumentTouchInteractorState__buildGestureInput_closure0.prototype = { + A._IosDocumentTouchInteractorState_build_closure0.prototype = { call$1(recognizer) { var t1 = this.$this; recognizer.onTapDown = t1.get$_document_gestures_touch_ios$_onTapDown(); recognizer.onTapUp = t1.get$_document_gestures_touch_ios$_onTapUp(); recognizer.onDoubleTapUp = t1.get$_onDoubleTapUp(); recognizer.onTripleTapUp = t1.get$_onTripleTapUp(); - recognizer.onTimeout = t1.get$_onTapTimeout(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 262 + $signature: 264 }; - A._IOSDocumentTouchInteractorState__buildGestureInput_closure1.prototype = { + A._IosDocumentTouchInteractorState_build_closure1.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(null, null); }, - $signature: 356 + $signature: 295 }; - A._IOSDocumentTouchInteractorState__buildGestureInput_closure2.prototype = { + A._IosDocumentTouchInteractorState_build_closure2.prototype = { call$1(instance) { var t1; instance.dragStartBehavior = B.DragStartBehavior_0; t1 = this.$this; instance.onDown = t1.get$_onPanDown(); - instance.onStart = t1.get$_onPanStart(); - instance.onUpdate = t1.get$_onPanUpdate(); - instance.onEnd = t1.get$_onPanEnd(); - instance.onCancel = t1.get$_onPanCancel(); + instance.onStart = t1.get$_document_gestures_touch_ios$_onPanStart(); + instance.onUpdate = t1.get$_document_gestures_touch_ios$_onPanUpdate(); + instance.onEnd = t1.get$_document_gestures_touch_ios$_onPanEnd(); + instance.onCancel = t1.get$_document_gestures_touch_ios$_onPanCancel(); instance.gestureSettings = this.gestureSettings; }, - $signature: 364 + $signature: 296 + }; + A._IosDocumentTouchInteractorState_build_closure3.prototype = { + call$0() { + return A.HorizontalDragGestureRecognizer$(null, null); + }, + $signature: 531 + }; + A._IosDocumentTouchInteractorState_build_closure4.prototype = { + call$1(instance) { + var t1; + instance.dragStartBehavior = B.DragStartBehavior_0; + t1 = this.$this; + instance.onDown = t1.get$_onPanDown(); + instance.onStart = t1.get$_document_gestures_touch_ios$_onPanStart(); + instance.onUpdate = t1.get$_document_gestures_touch_ios$_onPanUpdate(); + instance.onEnd = t1.get$_document_gestures_touch_ios$_onPanEnd(); + instance.onCancel = t1.get$_document_gestures_touch_ios$_onPanCancel(); + instance.gestureSettings = this.gestureSettings; + }, + $signature: 533 + }; + A._IosDocumentTouchInteractorState__buildMagnifierFocalPoint_closure.prototype = { + call$3(context, magnifierOffset, child) { + var t1, t2, _null = null; + if (magnifierOffset == null) + return B.SizedBox_null_null_null_null; + t1 = magnifierOffset._dx; + t2 = magnifierOffset._dy; + return A.Positioned$(_null, A.Leader$(B.SizedBox_1_1_null_null, this.$this._controlsController.magnifierFocalPoint), _null, _null, t1, _null, t2, _null); + }, + $signature: 447 }; A.DragMode.prototype = { _enumToString$0() { return "DragMode." + this._core$_name; } }; - A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver.prototype = {}; - A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin.prototype = { + A.SuperEditorIosToolbarOverlayManager.prototype = { + createState$0() { + return new A.SuperEditorIosToolbarOverlayManagerState(new A.OverlayPortalController(null), B._StateLifecycle_0); + } + }; + A.SuperEditorIosToolbarOverlayManagerState.prototype = { + didChangeDependencies$0() { + var t1, _this = this; + _this.super$State$didChangeDependencies(); + t1 = _this._framework$_element; + t1.toString; + _this._controlsController = A.SuperEditorIosControlsScope_rootOf(t1); + _this._overlayPortalController.show$0(0); + }, + build$1(context) { + var t1 = this._widget.child; + return A.OverlayPortal$(t1, this._overlayPortalController, this.get$_document_gestures_touch_ios$_buildToolbar()); + }, + _document_gestures_touch_ios$_buildToolbar$1(context) { + var t3, + t1 = this._controlsController, + t2 = t1._shouldShowToolbar; + t1 = t1.toolbarFocalPoint; + t3 = this._widget.defaultToolbarBuilder; + return new A.IosFloatingToolbarOverlay(t2, t1, null, t3, false, null); + } + }; + A.SuperEditorIosMagnifierOverlayManager.prototype = { + createState$0() { + return new A.SuperEditorIosMagnifierOverlayManagerState(new A.OverlayPortalController(null), B._StateLifecycle_0); + } + }; + A.SuperEditorIosMagnifierOverlayManagerState.prototype = { + didChangeDependencies$0() { + var t1, _this = this; + _this.super$State$didChangeDependencies(); + t1 = _this._framework$_element; + t1.toString; + _this._controlsController = A.SuperEditorIosControlsScope_rootOf(t1); + _this._overlayPortalController.show$0(0); + }, + build$1(context) { + var t1 = this._widget.child; + return A.OverlayPortal$(t1, this._overlayPortalController, this.get$_document_gestures_touch_ios$_buildMagnifier()); + }, + _document_gestures_touch_ios$_buildMagnifier$1(context) { + var t1 = this._controlsController, + t2 = t1._shouldShowMagnifier; + t1 = this._buildDefaultMagnifier$3(context, B.ValueKey_document_magnifier, t1.magnifierFocalPoint); + return new A.ValueListenableBuilder(t2, new A.SuperEditorIosMagnifierOverlayManagerState__buildMagnifier_closure(), t1, null, type$.ValueListenableBuilder_bool); + }, + _buildDefaultMagnifier$3(context, magnifierKey, magnifierFocalPoint) { + return B.SizedBox_null_null_null_null; + } + }; + A.SuperEditorIosMagnifierOverlayManagerState__buildMagnifier_closure.prototype = { + call$3(context, shouldShowMagnifier, child) { + if (!shouldShowMagnifier) + return B.SizedBox_null_null_null_null; + child.toString; + return child; + }, + $signature: 472 + }; + A.EditorFloatingCursor.prototype = { + createState$0() { + return new A._EditorFloatingCursorState(B._StateLifecycle_0); + }, + getDocumentLayout$0() { + return this.getDocumentLayout.call$0(); + }, + get$document(receiver) { + return this.document; + } + }; + A._EditorFloatingCursorState.prototype = { + initState$0() { + var _this = this; + _this.super$State$initState(); + _this.___EditorFloatingCursorState__floatingCursorListener_A = new A.FloatingCursorListener(_this.get$_onFloatingCursorStart(), _this.get$_onFloatingCursorMove(), _this.get$_onFloatingCursorStop()); + _this._widget.scrollChangeSignal.addListener$1(0, _this.get$_document_gestures_touch_ios$_onScrollChange()); + }, + didChangeDependencies$0() { + var t1, t2, _this = this; + _this.super$State$didChangeDependencies(); + t1 = _this._controlsContext; + if (t1 != null) { + t1 = t1.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___EditorFloatingCursorState__floatingCursorListener_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._ios_document_controls$_listeners.remove$1(0, t2); + } + t1 = _this._framework$_element; + t1.toString; + t1 = A.SuperEditorIosControlsScope_rootOf(t1); + _this._controlsContext = t1; + t1 = t1.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.___EditorFloatingCursorState__floatingCursorListener_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t1._ios_document_controls$_listeners.add$1(0, t2); + }, + didUpdateWidget$1(oldWidget) { + var t1, t2, _this = this; + _this.super$State$didUpdateWidget(oldWidget); + t1 = oldWidget.scrollChangeSignal; + if (_this._widget.scrollChangeSignal !== t1) { + t2 = _this.get$_document_gestures_touch_ios$_onScrollChange(); + t1.removeListener$1(0, t2); + _this._widget.scrollChangeSignal.addListener$1(0, t2); + } + }, + dispose$0() { + this._widget.scrollChangeSignal.removeListener$1(0, this.get$_document_gestures_touch_ios$_onScrollChange()); + this.super$State$dispose(); + }, + _viewportOffsetToDocumentOffset$1(viewportOffset) { + var globalOffset = A.MatrixUtils_transformPoint(type$.RenderBox._as(this._framework$_element.get$renderObject()).getTransformTo$1(0, null), viewportOffset); + return this._widget.getDocumentLayout$0().getDocumentOffsetFromAncestorOffset$1(globalOffset); + }, + _onFloatingCursorStart$0() { + var t1, initialSelectionExtent, initialFloatingCursorOffsetInDocument, globalOffset, _this = this; + $.$get$editorIosFloatingCursorLog().log$4(B.Level_FINE_500, "Floating cursor started.", null, null); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return; + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + initialSelectionExtent = t1.extent; + initialFloatingCursorOffsetInDocument = _this._widget.getDocumentLayout$0().getRectForPosition$1(initialSelectionExtent).get$center().$add(0, B.Offset_m1_0); + t1 = type$.RenderBox; + globalOffset = A.MatrixUtils_transformPoint(t1._as(_this._widget.getDocumentLayout$0()._framework$_element.get$renderObject()).getTransformTo$1(0, null), initialFloatingCursorOffsetInDocument); + t1 = t1._as(_this._framework$_element.get$renderObject()).globalToLocal$1(globalOffset); + _this._floatingCursorFocalPointInViewport = _this._initialFloatingCursorOffsetInViewport = t1; + _this._floatingCursorFocalPointInDocument = _this._viewportOffsetToDocumentOffset$1(t1); + _this._controlsContext._shouldShowToolbar.set$value(0, false); + _this._controlsContext._shouldShowMagnifier.set$value(0, false); + _this._updateFloatingCursorGeometryForCurrentFloatingCursorFocalPoint$0(); + }, + _onFloatingCursorMove$1(offset) { + var t2, cursorViewportFocalPointUnbounded, _this = this, _null = null, + t1 = $.$get$editorIosFloatingCursorLog(); + t1.log$4(B.Level_FINER_400, "Floating cursor moved: " + offset.toString$0(0), _null, _null); + t2 = _this._widget.selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (t2 == null) + return; + t2 = _this._widget.selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t2.toString; + if (!J.get$isCollapsed$z(t2)) + t1.log$4(B.Level_SHOUT_1200, "Floating cursor move reported with an expanded selection. The selection should be collapsed!", _null, _null); + cursorViewportFocalPointUnbounded = _this._initialFloatingCursorOffsetInViewport.$add(0, offset); + t1.log$4(B.Level_FINER_400, " - unbounded cursor focal point: " + cursorViewportFocalPointUnbounded.toString$0(0), _null, _null); + t2 = type$.RenderBox._as(_this._framework$_element.get$renderObject()); + t2 = new A.Offset(cursorViewportFocalPointUnbounded._dx, B.JSNumber_methods.clamp$2(cursorViewportFocalPointUnbounded._dy, 0, t2.get$size(t2)._dy)); + _this._floatingCursorFocalPointInViewport = t2; + t1.log$4(B.Level_FINER_400, " - bounded cursor focal point: " + t2.toString$0(0), _null, _null); + t2 = _this._floatingCursorFocalPointInViewport; + t2.toString; + t2 = _this._viewportOffsetToDocumentOffset$1(t2); + _this._floatingCursorFocalPointInDocument = t2; + t1.log$4(B.Level_FINER_400, " - floating cursor offset in document: " + t2.toString$0(0), _null, _null); + _this._updateFloatingCursorGeometryForCurrentFloatingCursorFocalPoint$0(); + _this._selectPositionUnderFloatingCursor$0(); + }, + _document_gestures_touch_ios$_onScrollChange$0() { + var t1 = this._controlsContext.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.isActive._change_notifier$_value) + return; + this._updateFloatingCursorGeometryForCurrentFloatingCursorFocalPoint$0(); + this._selectPositionUnderFloatingCursor$0(); + }, + _updateFloatingCursorGeometryForCurrentFloatingCursorFocalPoint$0() { + var focalPointInDocument, t2, t3, nearestPositionRect, distance, t4, t5, _this = this, _null = null, + t1 = _this._floatingCursorFocalPointInViewport; + t1.toString; + focalPointInDocument = _this._viewportOffsetToDocumentOffset$1(t1); + t1 = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(focalPointInDocument); + t1.toString; + t2 = $.$get$editorIosFloatingCursorLog(); + t2.log$4(B.Level_FINER_400, " - nearest position to floating cursor: " + t1.toString$0(0), _null, _null); + t3 = _this._widget; + if (t1.nodePosition instanceof A.TextNodePosition) { + nearestPositionRect = t3.getDocumentLayout$0().getRectForPosition$1(t1); + t1 = nearestPositionRect.bottom; + t3 = nearestPositionRect.top; + _this._document_gestures_touch_ios$_floatingCursorHeight = t1 - t3; + t1 = _this._floatingCursorFocalPointInDocument; + t1.toString; + distance = t1.$sub(0, new A.Offset(nearestPositionRect.left, t3)).$add(0, B.Offset_1_0); + t3 = _this._controlsContext.__SuperEditorIosControlsController_floatingCursorController_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3.isNearText.set$value(0, Math.abs(distance._dx) <= 30); + } else { + t1 = type$.RenderBox._as(t3.getDocumentLayout$0().getComponentByNodeId$1(t1.nodeId)._framework$_element.get$renderObject()); + _this._document_gestures_touch_ios$_floatingCursorHeight = t1.get$size(t1)._dy; + t1 = _this._controlsContext.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.isNearText.set$value(0, false); + } + t1 = _this._controlsContext.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this._floatingCursorFocalPointInViewport; + t4 = t3._dx; + t3 = t3._dy; + t5 = _this._document_gestures_touch_ios$_floatingCursorHeight; + t3 -= t5 / 2; + t1.cursorGeometryInViewport.set$value(0, new A.Rect(t4, t3, t4 + 2, t3 + t5)); + t5 = _this._controlsContext.__SuperEditorIosControlsController_floatingCursorController_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t2.log$4(B.Level_FINER_400, "Set floating cursor geometry to: " + A.S(t5.cursorGeometryInViewport._change_notifier$_value), _null, _null); + }, + _selectPositionUnderFloatingCursor$0() { + var t2, floatingCursorRectInViewport, nearestDocumentPosition, _this = this, _null = null, + t1 = $.$get$editorIosFloatingCursorLog(); + t1.log$4(B.Level_FINER_400, "Updating document selection based on floating cursor focal point.", _null, _null); + t2 = _this._controlsContext.__SuperEditorIosControlsController_floatingCursorController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + floatingCursorRectInViewport = t2.cursorGeometryInViewport._change_notifier$_value; + if (floatingCursorRectInViewport == null) { + t1.log$4(B.Level_FINER_400, " - the floating cursor rect is null. Not selecting anything.", _null, _null); + return; + } + nearestDocumentPosition = _this._widget.getDocumentLayout$0().getDocumentPositionNearestToOffset$1(_this._viewportOffsetToDocumentOffset$1(floatingCursorRectInViewport.get$center())); + t1.log$4(B.Level_FINER_400, " - selecting nearest position: " + nearestDocumentPosition.toString$0(0), _null, _null); + _this._widget.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(nearestDocumentPosition), B.SelectionChangeType_0, "userInteraction")], type$.JSArray_EditRequest)); + }, + _onFloatingCursorStop$0() { + var t1, _this = this; + $.$get$editorIosFloatingCursorLog().log$4(B.Level_FINE_500, "Floating cursor stopped.", null, null); + t1 = _this._controlsContext.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.isNearText.set$value(0, false); + t1 = _this._controlsContext.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.cursorGeometryInViewport.set$value(0, null); + _this._floatingCursorFocalPointInViewport = _this._floatingCursorFocalPointInDocument = null; + _this._document_gestures_touch_ios$_floatingCursorHeight = 20; + }, + build$1(context) { + return new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, A._setArrayType([this._widget.child, this._buildFloatingCursor$0()], type$.JSArray_Widget), null); + }, + _buildFloatingCursor$0() { + var t1 = this._controlsContext.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.ValueListenableBuilder(t1.cursorGeometryInViewport, new A._EditorFloatingCursorState__buildFloatingCursor_closure(), null, null, type$.ValueListenableBuilder_nullable_Rect); + } + }; + A._EditorFloatingCursorState__buildFloatingCursor_closure.prototype = { + call$3(context, floatingCursorRect, child) { + if (floatingCursorRect == null) + return B.SizedBox_null_null_null_null; + return A.Positioned$fromRect(A.IgnorePointer$(new A.ColoredBox(A.Color$fromARGB(191, 244, 67, 54), null, null), true, null), floatingCursorRect); + }, + $signature: 893 + }; + A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver.prototype = {}; + A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin.prototype = { dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; @@ -587754,8 +599237,10 @@ this._widget.toString; this.super$State$dispose(); }, - _onKeyPressed$2(node, keyEvent) { + _document_physical_keyboard$_onKeyPressed$2(node, keyEvent) { var instruction, index, t1; + if (!node.get$hasPrimaryFocus()) + return B.KeyEventResult_1; $.$get$editorKeyLog().log$4(B.Level_INFO_800, "Handling key press: " + keyEvent.toString$0(0), null, null); instruction = B.ExecutionInstruction_0; index = 0; @@ -587779,73 +599264,109 @@ t1 = this.___SuperEditorHardwareKeyHandlerState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = this._widget; - t3 = t2.keyboardActions.length === 0 ? _null : this.get$_onKeyPressed(); + t3 = t2.keyboardActions.length === 0 ? _null : this.get$_document_physical_keyboard$_onKeyPressed(); return A.Focus$(false, _null, t2.child, _null, _null, _null, t1, true, _null, _null, t3, _null, _null, _null); } }; A.TextDeltasDocumentEditor.prototype = { applyDeltas$1(textEditingDeltas) { - var t2, t3, t4, t5, t6, _i, delta, t7, t8, t9, t10, t11, t12, t13, e, docSelection, _this = this, _null = null, - _s51_ = "---------------------------------------------------", - t1 = $.$get$editorImeLog(); - t1.log$4(B.Level_INFO_800, "Applying " + textEditingDeltas.length + " IME deltas to document", _null, _null); + var t1, t2, _i, t3, t4, t5, delta, t6, t7, t8, t9, t10, t11, e, docSelection, docComposingRegion, _this = this, _null = null, + _s51_ = "---------------------------------------------------"; + $.$get$editorImeLog().log$4(B.Level_INFO_800, "Applying " + textEditingDeltas.length + " IME deltas to document", _null, _null); + t1 = $.$get$editorImeDeltasLog(); + t1.log$4(B.Level_FINE_500, "Incoming deltas:", _null, _null); + for (t2 = textEditingDeltas.length, _i = 0; _i < textEditingDeltas.length; textEditingDeltas.length === t2 || (0, A.throwConcurrentModificationError)(textEditingDeltas), ++_i) + t1.log$4(B.Level_FINE_500, textEditingDeltas[_i], _null, _null); + t1 = $.$get$editorImeLog(); t1.log$4(B.Level_FINE_500, "Serializing document to perform IME operations", _null, _null); t2 = _this.selection; - t3 = t2._change_notifier$_value; + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); t3.toString; t4 = _this.composingRegion; - t3 = _this.__TextDeltasDocumentEditor__serializedDoc_A = A.DocumentImeSerializer$(_this.editor._document, t3, t4._change_notifier$_value); - t5 = t3.__DocumentImeSerializer_imeText_A; + if (t4._pausable_value_notifier$_isPaused) { + t5 = t4.__PausableValueNotifier__currentValueDuringPause_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + } else + t5 = A.ValueNotifier.prototype.get$value.call(t4, t4); + t5 = A.DocumentImeSerializer$(_this.document, t3, t5, B.PrependedCharacterPolicy_1); + _this.__TextDeltasDocumentEditor__serializedDoc_A = t5; + t5 = t5.__DocumentImeSerializer_imeText_A; t5 === $ && A.throwUnnamedLateFieldNI(); - t6 = t2._change_notifier$_value; - _this.__TextDeltasDocumentEditor__previousImeValue_A = new A.TextEditingValue(t5, t6 != null ? t3.documentToImeSelection$1(t6) : B.TextSelection_ke5, B.TextRange_m1_m1); - for (t3 = textEditingDeltas.length, _i = 0; _i < textEditingDeltas.length; textEditingDeltas.length === t3 || (0, A.throwConcurrentModificationError)(textEditingDeltas), ++_i) { + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (t3 != null) { + t3 = _this.__TextDeltasDocumentEditor__serializedDoc_A; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t2.toString; + t2 = t3.documentToImeSelection$1(t2); + } else + t2 = B.TextSelection_ke5; + t3 = _this.__TextDeltasDocumentEditor__serializedDoc_A; + _this.__TextDeltasDocumentEditor__previousImeValue_A = new A.TextEditingValue(t5, t2, t3.documentToImeRange$1(t3.composingRegion)); + for (t2 = textEditingDeltas.length, t3 = type$.JSArray_EditRequest, t5 = _this.editor, _i = 0; _i < textEditingDeltas.length; textEditingDeltas.length === t2 || (0, A.throwConcurrentModificationError)(textEditingDeltas), ++_i) { delta = textEditingDeltas[_i]; t1.log$4(B.Level_INFO_800, _s51_, _null, _null); - t1.log$4(B.Level_INFO_800, "Applying delta: " + A.S(delta), _null, _null); + t1.log$4(B.Level_INFO_800, "Applying delta: " + delta.toString$0(0), _null, _null); _this._nextImeValue = delta.apply$1(_this.__TextDeltasDocumentEditor__previousImeValue_A); if (delta instanceof A.TextEditingDeltaInsertion) _this._applyInsertion$1(delta); else if (delta instanceof A.TextEditingDeltaReplacement) _this._applyReplacement$1(delta); else if (delta instanceof A.TextEditingDeltaDeletion) { - t5 = delta.oldText; - t6 = delta.deletedRange; - t7 = t6.start; - t8 = t6.end; - t9 = B.JSString_methods.substring$2(t5, t7, t8); - t10 = t6.toString$0(0); - t11 = delta.selection; - t12 = t11.toString$0(0); - t13 = delta.composing; - t1.log$4(B.Level_FINE_500, "Delete delta:\nText deleted: '" + t9 + "'\nDeleted Range: " + t10 + "\nSelection: " + t12 + "\nComposing: " + t13.toString$0(0) + "\nOld text: '" + t5 + "'", _null, _null); - _this.delete$1(0, t6); - t6 = _this.__TextDeltasDocumentEditor__previousImeValue_A; - e = A.RangeError_checkValidRange(t7, t8, t5.length, _null, _null); - _this.__TextDeltasDocumentEditor__previousImeValue_A = t6.copyWith$3$composing$selection$text(t13, t11, t5.substring(0, t7) + t5.substring(e)); + t6 = delta.oldText; + t7 = delta.deletedRange; + t8 = t7.start; + t9 = t7.end; + t10 = delta.selection; + t11 = delta.composing; + t1.log$4(B.Level_FINE_500, "Delete delta:\nText deleted: '" + B.JSString_methods.substring$2(t6, t8, t9) + "'\nDeleted Range: " + t7.toString$0(0) + "\nSelection: " + t10.toString$0(0) + "\nComposing: " + t11.toString$0(0) + "\nOld text: '" + t6 + "'", _null, _null); + _this.delete$1(0, t7); + t7 = _this.__TextDeltasDocumentEditor__previousImeValue_A; + e = A.RangeError_checkValidRange(t8, t9, t6.length, _null, _null); + _this.__TextDeltasDocumentEditor__previousImeValue_A = t7.copyWith$3$composing$selection$text(t11, t10, t6.substring(0, t8) + t6.substring(e)); t1.log$4(B.Level_FINE_500, "Deletion operation complete", _null, _null); } else if (delta instanceof A.TextEditingDeltaNonTextUpdate) { t1.log$4(B.Level_FINE_500, "Non-text change:", _null, _null); - t5 = delta.selection; - t1.log$4(B.Level_FINE_500, "OS-side selection - " + t5.toString$0(0), _null, _null); - t6 = delta.composing; - t1.log$4(B.Level_FINE_500, "OS-side composing - " + t6.toString$0(0), _null, _null); - docSelection = _this.__TextDeltasDocumentEditor__serializedDoc_A.imeToDocumentSelection$1(t5); - if (docSelection != null) - t2.set$value(0, docSelection); - _this.__TextDeltasDocumentEditor__previousImeValue_A = new A.TextEditingValue(delta.oldText, t5, t6); + t6 = delta.selection; + t1.log$4(B.Level_FINE_500, "OS-side selection - " + t6.toString$0(0), _null, _null); + t7 = delta.composing; + t1.log$4(B.Level_FINE_500, "OS-side composing - " + t7.toString$0(0), _null, _null); + docSelection = _this.__TextDeltasDocumentEditor__serializedDoc_A.imeToDocumentSelection$1(t6); + docComposingRegion = _this.__TextDeltasDocumentEditor__serializedDoc_A.imeToDocumentRange$1(t7); + if (docSelection != null) { + t8 = docSelection.base; + t9 = docSelection.extent; + t5.execute$1(A._setArrayType([new A.ChangeSelectionRequest(docSelection, t8.nodeId === t9.nodeId && t8.nodePosition.isEquivalentTo$1(t9.nodePosition) ? B.SelectionChangeType_0 : B.SelectionChangeType_4, "userInteraction"), new A.ChangeComposingRegionRequest(docComposingRegion)], t3)); + } + _this.__TextDeltasDocumentEditor__previousImeValue_A = new A.TextEditingValue(delta.oldText, t6, t7); } else t1.log$4(B.Level_SHOUT_1200, "Unknown IME delta type: " + A.getRuntimeTypeOfDartObject(delta).toString$0(0), _null, _null); t1.log$4(B.Level_INFO_800, _s51_, _null, _null); } t1.log$4(B.Level_FINE_500, "After applying all deltas, converting the final composing region to a document range.", _null, _null); t1.log$4(B.Level_FINE_500, "Raw IME delta composing region: " + B.JSArray_methods.get$last(textEditingDeltas).composing.toString$0(0), _null, _null); - t4.set$value(0, _this.__TextDeltasDocumentEditor__serializedDoc_A.imeToDocumentRange$1(B.JSArray_methods.get$last(textEditingDeltas).composing)); - t1.log$4(B.Level_FINE_500, "Document composing region: " + A.S(t4._change_notifier$_value), _null, _null); + t5.execute$1(A._setArrayType([new A.ChangeComposingRegionRequest(_this.__TextDeltasDocumentEditor__serializedDoc_A.imeToDocumentRange$1(B.JSArray_methods.get$last(textEditingDeltas).composing))], t3)); + if (t4._pausable_value_notifier$_isPaused) { + t2 = t4.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t4, t4); + t1.log$4(B.Level_FINE_500, "Document composing region: " + A.S(t2), _null, _null); _this._nextImeValue = null; }, _applyInsertion$1(delta) { - var t3, t4, t5, insertionSelection, selectionBeforeInsertion, didInsert, _this = this, _null = null, + var t3, t4, t5, t6, insertionSelection, selectionBeforeInsertion, didInsert, _this = this, _null = null, t1 = $.$get$editorImeLog(), t2 = delta.textInserted; t1.log$4(B.Level_FINE_500, 'Inserted text: "' + t2 + '"', _null, _null); @@ -587854,12 +599375,15 @@ t1.log$4(B.Level_FINE_500, "Insertion offset: " + t4, _null, _null); t5 = delta.selection; t1.log$4(B.Level_FINE_500, "Selection: " + t5.toString$0(0), _null, _null); - t1.log$4(B.Level_FINE_500, "Composing: " + delta.composing.toString$0(0), _null, _null); + t6 = delta.composing; + t1.log$4(B.Level_FINE_500, "Composing: " + t6.toString$0(0), _null, _null); t1.log$4(B.Level_FINE_500, 'Old text: "' + delta.oldText + '"', _null, _null); if (t2 === "\n") { - A.defaultTargetPlatform(); - t1.log$4(B.Level_FINE_500, "Received a newline insertion on Android. Forwarding to newline input action.", _null, _null); - _this.onPerformAction.call$1(B.TextInputAction_12); + if (A.defaultTargetPlatform() === B.TargetPlatform_0) { + t1.log$4(B.Level_FINE_500, "Received a newline insertion on Android. Forwarding to newline input action.", _null, _null); + _this.onPerformAction.call$1(B.TextInputAction_12); + } else + t1.log$4(B.Level_FINE_500, "Skipping insertion delta because its a newline", _null, _null); t1 = _this.__TextDeltasDocumentEditor__previousImeValue_A; t1 === $ && A.throwUnnamedLateFieldNI(); _this.__TextDeltasDocumentEditor__previousImeValue_A = delta.apply$1(t1); @@ -587879,32 +599403,46 @@ insertionSelection = t4.imeToDocumentSelection$1(A.TextSelection$fromPosition(new A.TextPosition(t3, t5.affinity))); t1.log$4(B.Level_FINE_500, 'Inserting "' + t2 + '" at position "' + insertionSelection.toString$0(0) + '"', _null, _null); t1.log$4(B.Level_FINE_500, "Updating the Document Composer's selection to place caret at insertion offset:\n" + insertionSelection.toString$0(0), _null, _null); - t3 = _this.selection; - selectionBeforeInsertion = t3._change_notifier$_value; - t3.set$value(0, insertionSelection); + t5 = _this.selection; + if (t5._pausable_value_notifier$_isPaused) { + t3 = t5.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + selectionBeforeInsertion = t3; + } else + selectionBeforeInsertion = A.ValueNotifier.prototype.get$value.call(t5, t5); + t3 = _this.editor; + t4 = type$.JSArray_EditRequest; + t3.execute$1(A._setArrayType([new A.ChangeSelectionRequest(insertionSelection, B.SelectionChangeType_0, "userInteraction")], t4)); t1.log$4(B.Level_FINE_500, "Inserting the text at the Document Composer's selection", _null, _null); didInsert = _this._insertPlainText$2(insertionSelection.extent, t2); t1.log$4(B.Level_FINE_500, "Insertion successful? " + didInsert, _null, _null); if (!didInsert) { t1.log$4(B.Level_FINE_500, "Failed to insert characters. Restoring previous selection.", _null, _null); - t3.set$value(0, selectionBeforeInsertion); + t3.execute$1(A._setArrayType([new A.ChangeSelectionRequest(selectionBeforeInsertion, B.SelectionChangeType_0, "contentChange")], t4)); } - _this.commonOps.convertParagraphByPatternMatching$1(t3._change_notifier$_value.extent.nodeId); t1 = _this.__TextDeltasDocumentEditor__previousImeValue_A; t1 === $ && A.throwUnnamedLateFieldNI(); _this.__TextDeltasDocumentEditor__previousImeValue_A = delta.apply$1(t1); - t1 = t3._change_notifier$_value; + if (t5._pausable_value_notifier$_isPaused) { + t1 = t5.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t5, t5); t1.toString; - t1 = A.DocumentImeSerializer$(_this.editor._document, t1, _this.composingRegion._change_notifier$_value); - t1.__DocumentImeSerializer_imeText_A = _this.__TextDeltasDocumentEditor__previousImeValue_A.text; - _this.__TextDeltasDocumentEditor__serializedDoc_A = t1; - $.$get$editorOpsLog().log$4(B.Level_FINE_500, string$.Updati, _null, _null); - t5 = _this.__TextDeltasDocumentEditor__serializedDoc_A.imeToDocumentSelection$1(t5); - t5.toString; - t3.set$value(0, t5); + t2 = _this.composingRegion; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t5 = _this.__TextDeltasDocumentEditor__serializedDoc_A._prependedPlaceholder.length !== 0 ? B.PrependedCharacterPolicy_1 : B.PrependedCharacterPolicy_2; + t5 = A.DocumentImeSerializer$(_this.document, t1, t2, t5); + t5.__DocumentImeSerializer_imeText_A = _this.__TextDeltasDocumentEditor__previousImeValue_A.text; + _this.__TextDeltasDocumentEditor__serializedDoc_A = t5; + t3.execute$1(A._setArrayType([new A.ChangeComposingRegionRequest(t5.imeToDocumentRange$1(t6))], t4)); }, _applyReplacement$1(delta) { - var t2, t3, _this = this, _null = null, + var t2, t3, t4, _this = this, _null = null, t1 = $.$get$editorImeLog(); t1.log$4(B.Level_FINE_500, "Text replaced: '" + delta.get$textReplaced() + "'", _null, _null); t2 = delta.replacementText; @@ -587912,12 +599450,15 @@ t3 = delta.replacedRange; t1.log$4(B.Level_FINE_500, "Replaced range: " + t3.toString$0(0), _null, _null); t1.log$4(B.Level_FINE_500, "Selection: " + delta.selection.toString$0(0), _null, _null); - t1.log$4(B.Level_FINE_500, "Composing: " + delta.composing.toString$0(0), _null, _null); + t4 = delta.composing; + t1.log$4(B.Level_FINE_500, "Composing: " + t4.toString$0(0), _null, _null); t1.log$4(B.Level_FINE_500, 'Old text: "' + delta.oldText + '"', _null, _null); if (t2 === "\n") { - A.defaultTargetPlatform(); - t1.log$4(B.Level_FINE_500, "Received a newline replacement on Android. Forwarding to newline input action.", _null, _null); - _this.onPerformAction.call$1(B.TextInputAction_12); + if (A.defaultTargetPlatform() === B.TargetPlatform_0) { + t1.log$4(B.Level_FINE_500, "Received a newline replacement on Android. Forwarding to newline input action.", _null, _null); + _this.onPerformAction.call$1(B.TextInputAction_12); + } else + t1.log$4(B.Level_FINE_500, "Skipping replacement delta because its a newline", _null, _null); return; } if (t2 === "\t" && A.defaultTargetPlatform() === B.TargetPlatform_2) { @@ -587928,30 +599469,57 @@ t1 = _this.__TextDeltasDocumentEditor__previousImeValue_A; t1 === $ && A.throwUnnamedLateFieldNI(); _this.__TextDeltasDocumentEditor__previousImeValue_A = delta.apply$1(t1); + t1 = _this.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1.toString; + t2 = _this.composingRegion; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t3 = _this.__TextDeltasDocumentEditor__serializedDoc_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3._prependedPlaceholder.length !== 0 ? B.PrependedCharacterPolicy_1 : B.PrependedCharacterPolicy_2; + t3 = A.DocumentImeSerializer$(_this.document, t1, t2, t3); + t3.__DocumentImeSerializer_imeText_A = _this.__TextDeltasDocumentEditor__previousImeValue_A.text; + _this.__TextDeltasDocumentEditor__serializedDoc_A = t3; + _this.editor.execute$1(A._setArrayType([new A.ChangeComposingRegionRequest(t3.imeToDocumentRange$1(t4))], type$.JSArray_EditRequest)); }, _insertPlainText$2(insertionPosition, text) { - var extentNodePosition, t2, t3, t4, t5, textNode, _null = null, + var t2, insertionNode, t3, _this = this, _null = null, t1 = $.$get$editorOpsLog(); t1.log$4(B.Level_FINE_500, 'Attempting to insert "' + text + '" at position: ' + insertionPosition.toString$0(0), _null, _null); - extentNodePosition = insertionPosition.nodePosition; - if (extentNodePosition instanceof A.UpstreamDownstreamNodePosition) { - t1.log$4(B.Level_FINE_500, string$.The_se, _null, _null); - this.commonOps.insertBlockLevelNewline$0(); - } - t2 = this.editor._document; - t3 = insertionPosition.nodeId; - t4 = t2._nodesById; - t5 = t4.$index(0, t3); - t5.toString; - if (!(t5 instanceof A.TextNode) || !(extentNodePosition instanceof A.TextNodePosition)) { - t1.log$4(B.Level_FINE_500, string$.Couldn + t5.toString$0(0) + ", with position: " + extentNodePosition.toString$0(0), _null, _null); + t2 = _this.document._nodesById; + insertionNode = t2.$index(0, insertionPosition.nodeId); + if (insertionNode == null) { + t1.log$4(B.Level_WARNING_900, "Attempted to insert text using a non-existing node", _null, _null); + return false; + } + if (insertionPosition.nodePosition instanceof A.UpstreamDownstreamNodePosition) { + t1.log$4(B.Level_FINE_500, string$.The_se, _null, _null); + _this.commonOps.insertBlockLevelNewline$0(); + t3 = _this.selection; + if (t3._pausable_value_notifier$_isPaused) { + t3 = t3.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t3, t3); + insertionNode = t2.$index(0, t3.extent.nodeId); + insertionPosition = new A.DocumentPosition(insertionNode.get$id(insertionNode), insertionNode.get$endPosition()); + } + if (!(insertionNode instanceof A.TextNode) || !(insertionPosition.nodePosition instanceof A.TextNodePosition)) { + t1.log$4(B.Level_FINE_500, string$.Couldnt + insertionNode.toString$0(0) + ", with position: " + insertionPosition.nodePosition.toString$0(0), _null, _null); return false; } - textNode = type$.TextNode._as(t4.$index(0, t3)); t1.log$4(B.Level_FINE_500, "Executing text insertion command.", _null, _null); - t1.log$4(B.Level_FINER_400, "Text before insertion: '" + textNode._text$_text.text + "'", _null, _null); - new A.InsertTextCommand(insertionPosition, text, this.composerPreferences._currentAttributions).execute$2(t2, new A.DocumentEditorTransaction(t2)); - t1.log$4(B.Level_FINER_400, "Text after insertion: '" + textNode._text$_text.text + "'", _null, _null); + t1.log$4(B.Level_FINER_400, "Text before insertion: '" + insertionNode._text$_text.text + "'", _null, _null); + _this.editor.execute$1(A._setArrayType([new A.InsertTextRequest(insertionPosition, text, _this.composerPreferences._currentAttributions)], type$.JSArray_EditRequest)); + t1.log$4(B.Level_FINER_400, "Text after insertion: '" + insertionNode._text$_text.text + "'", _null, _null); return true; }, replace$2(_, replacedRange, replacementText) { @@ -587960,7 +599528,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); replacementSelection = t1.imeToDocumentSelection$1(A.TextSelection$(B.TextAffinity_1, replacedRange.start, replacedRange.end, false)); if (replacementSelection != null) - _this.selection.set$value(0, replacementSelection); + _this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(replacementSelection, B.SelectionChangeType_4, "contentChange")], type$.JSArray_EditRequest)); t1 = $.$get$editorImeLog(); t1.log$4(B.Level_FINE_500, "Replacing selection: " + A.S(replacementSelection), _null, _null); t1.log$4(B.Level_FINE_500, 'With text: "' + replacementText + '"', _null, _null); @@ -587968,155 +599536,121 @@ _this.onPerformAction.call$1(B.TextInputAction_12); return; } - t1 = _this.commonOps; - t1.insertPlainText$1(replacementText); - t1.convertParagraphByPatternMatching$1(_this.selection._change_notifier$_value.extent.nodeId); + _this.commonOps.insertPlainText$1(replacementText); }, delete$1(_, deletedRange) { - var docSelectionToDelete, t2, t3, selectedNodeIndex, node, _this = this, _null = null, + var docSelectionToDelete, t2, _this = this, _null = null, t1 = _this.__TextDeltasDocumentEditor__serializedDoc_A; t1 === $ && A.throwUnnamedLateFieldNI(); docSelectionToDelete = t1.imeToDocumentSelection$1(A.TextSelection$(B.TextAffinity_1, deletedRange.start, deletedRange.end, false)); t1 = $.$get$editorImeLog(); t1.log$4(B.Level_FINE_500, "Doc selection to delete: " + A.S(docSelectionToDelete), _null, _null); if (docSelectionToDelete == null) { - t2 = _this.editor._document; - t3 = _this.selection; - selectedNodeIndex = t2.getNodeIndexById$1(t3._change_notifier$_value.extent.nodeId); - if (selectedNodeIndex > 0) { - node = t2.getNodeAt$1(selectedNodeIndex); - _this._deleteUpstream$1(new A.DocumentPosition(node.get$id(node), node.get$beginningPosition())); - t1.log$4(B.Level_FINE_500, "Deleted upstream. New selection: " + A.S(t3._change_notifier$_value), _null, _null); - return; - } + t1 = _this.document; + t2 = _this.selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t2 = t1.getNodeAt$1(t1.getNodeIndexById$1(t2.extent.nodeId)); + t2.toString; + _this.editor.execute$1(A._setArrayType([new A.DeleteUpstreamAtBeginningOfNodeRequest(t2)], type$.JSArray_EditRequest)); + return; } t1.log$4(B.Level_FINE_500, "Running selection deletion operation", _null, _null); - _this.selection.set$value(0, docSelectionToDelete); + _this.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(docSelectionToDelete, docSelectionToDelete.get$isCollapsed(docSelectionToDelete) ? B.SelectionChangeType_5 : B.SelectionChangeType_4, "contentChange")], type$.JSArray_EditRequest)); _this.commonOps.deleteSelection$0(); }, - _deleteUpstream$1(deletionPosition) { - var t4, nodeBefore, _this = this, - t1 = _this.editor._document, - t2 = deletionPosition.nodeId, - t3 = t1._nodesById.$index(0, t2); - t3.toString; - t4 = deletionPosition.nodePosition; - if (t4 instanceof A.UpstreamDownstreamNodePosition) - if (t4.affinity === B.TextAffinity_1) { - _this.commonOps.replaceBlockNodeWithEmptyParagraphAndCollapsedSelection$1(t2); - return true; - } else { - nodeBefore = t1.getNodeBefore$1(t3); - if (nodeBefore == null) - return false; - if (nodeBefore instanceof A.TextNode && nodeBefore._text$_text.text.length === 0) { - new A.EditorCommandFunction(new A.TextDeltasDocumentEditor__deleteUpstream_closure(nodeBefore)).execute$2(t1, new A.DocumentEditorTransaction(t1)); - return true; - } - _this.documentLayoutResolver.call$0().getComponentByNodeId$1(nodeBefore.get$id(nodeBefore)).isVisualSelectionSupported$0(); - return _this.commonOps.moveSelectionToEndOfPrecedingNode$0(); - } - if (t4 instanceof A.TextNodePosition) - if (t4.offset === 0) { - nodeBefore = t1.getNodeBefore$1(t3); - if (nodeBefore == null) - return false; - if (nodeBefore instanceof A.TextNode) - return _this.commonOps.mergeTextNodeWithUpstreamTextNode$0(); - _this.documentLayoutResolver.call$0().getComponentByNodeId$1(nodeBefore.get$id(nodeBefore)).isVisualSelectionSupported$0(); - type$.TextNode._as(t3); - if (t3._text$_text.text.length === 0) { - if (_this.commonOps.moveSelectionToEndOfPrecedingNode$0()) - new A.EditorCommandFunction(new A.TextDeltasDocumentEditor__deleteUpstream_closure0(t3)).execute$2(t1, new A.DocumentEditorTransaction(t1)); - return true; - } - return _this.commonOps.moveSelectionToEndOfPrecedingNode$0(); - } else - return _this.commonOps.deleteUpstreamCharacter$0(); - return false; - }, _insertNewlineInDeltas$0() { - var t2, caretPosition, t3, t4, t5, newNodeId, currentExtentPosition, t6, newTextNode, imeNewlineIndex, topImeToDocTextRange, bottomImeToDocTextRange, oldImeToDoc, _this = this, _null = null, + var t2, caretPosition, t3, newNodeId, currentExtentPosition, t4, t5, newTextNode, _this = this, _null = null, + _s15_ = "userInteraction", t1 = $.$get$editorOpsLog(); t1.log$4(B.Level_FINE_500, "Inserting block-level newline", _null, _null); t2 = _this.selection; - caretPosition = t2._change_notifier$_value.extent; - t3 = _this.editor._document; - t4 = t3._nodesById; - t5 = t4.$index(0, caretPosition.nodeId); - t5.toString; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + caretPosition = t2.extent; + t2 = _this.document._nodesById; + t3 = t2.$index(0, caretPosition.nodeId); + t3.toString; newNodeId = B.C_Uuid.v4$0(); - if (t5 instanceof A.ParagraphNode) { - currentExtentPosition = type$.TextNodePosition._as(caretPosition.nodePosition); - t6 = t5._text$_text; - t1.log$4(B.Level_FINER_400, "Splitting paragraph in two.", _null, _null); - t5 = t5.id; - new A.SplitParagraphCommand(t5, currentExtentPosition, newNodeId, currentExtentPosition.offset !== t6.text.length).execute$2(t3, new A.DocumentEditorTransaction(t3)); - newTextNode = t4.$index(0, newNodeId); - t4 = new A.DocumentPosition(newTextNode.get$id(newTextNode), newTextNode.get$beginningPosition()); - t2.set$value(0, new A.DocumentSelection(t4, t4)); - t4 = _this._nextImeValue.text; - imeNewlineIndex = B.JSString_methods.indexOf$1(t4, "\n"); - topImeToDocTextRange = new A.TextRange(0, imeNewlineIndex); - bottomImeToDocTextRange = new A.TextRange(imeNewlineIndex + 1, t4.length); - t4 = _this.__TextDeltasDocumentEditor__serializedDoc_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t4.docTextNodesToImeRanges.$indexSet(0, t5, topImeToDocTextRange); - _this.__TextDeltasDocumentEditor__serializedDoc_A.docTextNodesToImeRanges.$indexSet(0, newTextNode.get$id(newTextNode), bottomImeToDocTextRange); - oldImeToDoc = A._Cell$named("oldImeToDoc"); - for (t1 = _this.__TextDeltasDocumentEditor__serializedDoc_A.imeRangesToDocTextNodes, t1 = t1.get$entries(t1), t1 = t1.get$iterator(t1); t1.moveNext$0();) { - t2 = t1.get$current(t1); - if (!J.$eq$(t2.value, t5)) - continue; - if (oldImeToDoc.__late_helper$_value !== oldImeToDoc) - A.throwExpression(A.LateError$localAI(oldImeToDoc.__late_helper$_name)); - oldImeToDoc.__late_helper$_value = t2; - break; + if (t3 instanceof A.ListItemNode) { + if (t3._text$_text.text.length === 0) { + t1.log$4(B.Level_FINER_400, string$.The_cu, _null, _null); + _this.editor.execute$1(A._setArrayType([new A.ConvertTextNodeToParagraphRequest(t3.id, _null)], type$.JSArray_EditRequest)); + return; } - _this.__TextDeltasDocumentEditor__serializedDoc_A.imeRangesToDocTextNodes.remove$1(0, oldImeToDoc._readLocal$0().key); - _this.__TextDeltasDocumentEditor__serializedDoc_A.imeRangesToDocTextNodes.$indexSet(0, topImeToDocTextRange, t5); - _this.__TextDeltasDocumentEditor__serializedDoc_A.imeRangesToDocTextNodes.$indexSet(0, bottomImeToDocTextRange, newTextNode.get$id(newTextNode)); + t1.log$4(B.Level_FINER_400, "Splitting list item in two.", _null, _null); + _this.editor.execute$1(A._setArrayType([new A.SplitListItemRequest(t3.id, type$.TextNodePosition._as(caretPosition.nodePosition), newNodeId), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_6, _s15_)], type$.JSArray_EditRequest)); + t1 = t2.$index(0, newNodeId); + t1.toString; + _this._updateImeRangeMappingAfterNodeSplit$2$newNode$originNode(t1, t3); + } else if (t3 instanceof A.ParagraphNode) { + currentExtentPosition = type$.TextNodePosition._as(caretPosition.nodePosition); + t4 = t3._text$_text; + t1.log$4(B.Level_FINER_400, "Splitting paragraph in two.", _null, _null); + t1 = _this.editor; + t5 = type$.JSArray_EditRequest; + t1.execute$1(A._setArrayType([new A.SplitParagraphRequest(t3.id, currentExtentPosition, newNodeId, currentExtentPosition.offset !== t4.text.length)], t5)); + newTextNode = t2.$index(0, newNodeId); + t1.execute$1(A._setArrayType([new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(newTextNode.get$id(newTextNode), newTextNode.get$beginningPosition())), B.SelectionChangeType_6, _s15_)], t5)); + _this._updateImeRangeMappingAfterNodeSplit$2$newNode$originNode(newTextNode, t3); } else { - t2 = caretPosition.nodePosition; - if (t2 instanceof A.UpstreamDownstreamNodePosition) - if (t2.affinity === B.TextAffinity_1) { + t4 = caretPosition.nodePosition; + if (t4 instanceof A.UpstreamDownstreamNodePosition) { + t2 = type$.JSArray_EditRequest; + t5 = _this.editor; + if (t4.affinity === B.TextAffinity_1) { t1.log$4(B.Level_FINER_400, string$.Inserta, _null, _null); - new A.EditorCommandFunction(new A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure(t5, newNodeId)).execute$2(t3, new A.DocumentEditorTransaction(t3)); + t5.execute$1(A._setArrayType([new A.InsertNodeAfterNodeRequest(t3.get$id(t3), A.ParagraphNode$(newNodeId, _null, A.AttributedText$(_null, _null))), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_6, _s15_)], t2)); } else { t1.log$4(B.Level_FINER_400, string$.Insertb, _null, _null); - new A.EditorCommandFunction(new A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure0(t5, newNodeId)).execute$2(t3, new A.DocumentEditorTransaction(t3)); + t5.execute$1(A._setArrayType([new A.InsertNodeBeforeNodeRequest(t3.get$id(t3), A.ParagraphNode$(newNodeId, _null, A.AttributedText$(_null, _null)))], t2)); } - else { + } else if (t3 instanceof A.TaskNode) { + _this.editor.execute$1(A._setArrayType([new A.SplitExistingTaskRequest(t3.id, type$.TextNodePosition._as(t4).offset, newNodeId), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(newNodeId, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_6, _s15_)], type$.JSArray_EditRequest)); + t1 = t2.$index(0, newNodeId); + t1.toString; + _this._updateImeRangeMappingAfterNodeSplit$2$newNode$originNode(t1, t3); + } else { t1.log$4(B.Level_FINE_500, string$.Can_t_, _null, _null); return; } } + }, + _updateImeRangeMappingAfterNodeSplit$2$newNode$originNode(newNode, originNode) { + var t2, oldImeToDoc, t3, _this = this, + t1 = _this._nextImeValue.text, + imeNewlineIndex = B.JSString_methods.indexOf$1(t1, "\n"), + topImeToDocTextRange = new A.TextRange(0, imeNewlineIndex), + bottomImeToDocTextRange = new A.TextRange(imeNewlineIndex + 1, t1.length); + t1 = _this.__TextDeltasDocumentEditor__serializedDoc_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = originNode.id; + t1.docTextNodesToImeRanges.$indexSet(0, t2, topImeToDocTextRange); + _this.__TextDeltasDocumentEditor__serializedDoc_A.docTextNodesToImeRanges.$indexSet(0, newNode.get$id(newNode), bottomImeToDocTextRange); + oldImeToDoc = A._Cell$named("oldImeToDoc"); + for (t1 = _this.__TextDeltasDocumentEditor__serializedDoc_A.imeRangesToDocTextNodes, t1 = t1.get$entries(t1), t1 = t1.get$iterator(t1); t1.moveNext$0();) { + t3 = t1.get$current(t1); + if (!J.$eq$(t3.value, t2)) + continue; + if (oldImeToDoc.__late_helper$_value !== oldImeToDoc) + A.throwExpression(A.LateError$localAI(oldImeToDoc.__late_helper$_name)); + oldImeToDoc.__late_helper$_value = t3; + break; + } + _this.__TextDeltasDocumentEditor__serializedDoc_A.imeRangesToDocTextNodes.remove$1(0, oldImeToDoc._readLocal$0().key); + _this.__TextDeltasDocumentEditor__serializedDoc_A.imeRangesToDocTextNodes.$indexSet(0, topImeToDocTextRange, t2); + _this.__TextDeltasDocumentEditor__serializedDoc_A.imeRangesToDocTextNodes.$indexSet(0, bottomImeToDocTextRange, newNode.get$id(newNode)); + }, + get$document(receiver) { + return this.document; } }; - A.TextDeltasDocumentEditor__deleteUpstream_closure.prototype = { - call$2(doc, transaction) { - transaction._document.deleteNode$1(this.nodeBefore); - }, - $signature: 105 - }; - A.TextDeltasDocumentEditor__deleteUpstream_closure0.prototype = { - call$2(doc, transaction) { - transaction._document.deleteNode$1(this.node); - }, - $signature: 105 - }; - A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure.prototype = { - call$2(doc, transaction) { - transaction._document.insertNodeAfter$2$existingNode$newNode(this.extentNode, A.ParagraphNode$(this.newNodeId, null, A.AttributedText$(null, ""))); - }, - $signature: 105 - }; - A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure0.prototype = { - call$2(doc, transaction) { - transaction._document.insertNodeBefore$2$existingNode$newNode(this.extentNode, A.ParagraphNode$(this.newNodeId, null, A.AttributedText$(null, ""))); - }, - $signature: 105 - }; A.DocumentImeInputClient.prototype = { dispose$0() { var _this = this, @@ -588176,36 +599710,27 @@ $.$get$editorImeLog().log$4(B.Level_SHOUT_1200, string$.Delta_ + value.toString$0(0), null, null); }, updateEditingValueWithDeltas$1(textEditingDeltas) { - var t2, _i, allowedDeltas, _this = this, _null = null, - _s51_ = "===================================================", - t1 = textEditingDeltas.length; - if (t1 === 0) + var t1, t2, _i, _this = this, _null = null, + _s51_ = "==================================================="; + if (textEditingDeltas.length === 0) return; - t2 = $.$get$editorImeLog(); - t2.log$4(B.Level_FINE_500, "Received edit deltas from platform: " + t1 + " deltas", _null, _null); - for (t1 = textEditingDeltas.length, _i = 0; _i < textEditingDeltas.length; textEditingDeltas.length === t1 || (0, A.throwConcurrentModificationError)(textEditingDeltas), ++_i) - t2.log$4(B.Level_FINE_500, textEditingDeltas[_i].toString$0(0), _null, _null); - if (_this._allowNonTextDeltas) - allowedDeltas = textEditingDeltas; - else { - t1 = A._arrayInstanceType(textEditingDeltas)._eval$1("WhereIterable<1>"); - allowedDeltas = A.List_List$of(new A.WhereIterable(textEditingDeltas, new A.DocumentImeInputClient_updateEditingValueWithDeltas_closure(), t1), true, t1._eval$1("Iterable.E")); - } - if (allowedDeltas.length === 0) { - t2.log$4(B.Level_FINE_500, "Ignoring this delta because it's a non-text update that came in right after we setEditingState()", _null, _null); + if (_this._isFloatingCursorVisible && B.JSArray_methods.every$1(textEditingDeltas, new A.DocumentImeInputClient_updateEditingValueWithDeltas_closure())) return; - } - t2.log$4(B.Level_FINE_500, "IME value before applying deltas: " + _this._currentTextEditingValue.toString$0(0), _null, _null); + t1 = $.$get$editorImeLog(); + t1.log$4(B.Level_FINE_500, "Received edit deltas from platform: " + textEditingDeltas.length + " deltas", _null, _null); + for (t2 = textEditingDeltas.length, _i = 0; _i < textEditingDeltas.length; textEditingDeltas.length === t2 || (0, A.throwConcurrentModificationError)(textEditingDeltas), ++_i) + t1.log$4(B.Level_FINE_500, textEditingDeltas[_i].toString$0(0), _null, _null); + t1.log$4(B.Level_FINE_500, "IME value before applying deltas: " + _this._currentTextEditingValue.toString$0(0), _null, _null); _this._isApplyingDeltas = true; - t2.log$4(B.Level_FINE_500, _s51_, _null, _null); - _this._updatePlatformImeValueWithDeltas$1(allowedDeltas); - _this.textDeltasDocumentEditor.applyDeltas$1(allowedDeltas); - t2.log$4(B.Level_FINE_500, _s51_, _null, _null); + t1.log$4(B.Level_FINE_500, _s51_, _null, _null); + _this._updatePlatformImeValueWithDeltas$1(textEditingDeltas); + _this.textDeltasDocumentEditor.applyDeltas$1(textEditingDeltas); + t1.log$4(B.Level_FINE_500, _s51_, _null, _null); _this._isApplyingDeltas = false; _this._sendDocumentToIme$0(); }, _sendDocumentToIme$0() { - var t1, t2, t3, t4, imeSerialization, imeSelection, imeComposingRegion, textEditingValue, _this = this, _null = null; + var t1, t2, t3, t4, t5, imeSerialization, imeSelection, imeComposingRegion, textEditingValue, _this = this, _null = null; if (_this._isApplyingDeltas) { $.$get$editorImeLog().log$4(B.Level_FINE_500, "[DocumentImeInputClient] - Tried to send document to IME, but we're applying deltas. Fizzling.", _null, _null); return; @@ -588216,21 +599741,43 @@ } t1 = _this.textDeltasDocumentEditor; t2 = t1.selection; - if (t2._change_notifier$_value == null) { + if (t2._pausable_value_notifier$_isPaused) { + t3 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + } else + t3 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (t3 == null) { $.$get$editorImeLog().log$4(B.Level_FINE_500, "[DocumentImeInputClient] - There's no document selection. Not sending anything to IME.", _null, _null); return; } - _this._allowNonTextDeltas = false; - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.DocumentImeInputClient__sendDocumentToIme_closure(_this)); _this._isSendingToIme = true; t3 = $.$get$editorImeLog(); t3.log$4(B.Level_FINE_500, "[DocumentImeInputClient] - Serializing and sending document and selection to IME", _null, _null); - t3.log$4(B.Level_FINE_500, "[DocumentImeInputClient] - Selection: " + A.S(t2._change_notifier$_value), _null, _null); + if (t2._pausable_value_notifier$_isPaused) { + t4 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t3.log$4(B.Level_FINE_500, "[DocumentImeInputClient] - Selection: " + A.S(t4), _null, _null); t4 = t1.composingRegion; - t3.log$4(B.Level_FINE_500, "[DocumentImeInputClient] - Composing region: " + A.S(t4._change_notifier$_value), _null, _null); - t2 = t2._change_notifier$_value; + if (t4._pausable_value_notifier$_isPaused) { + t5 = t4.__PausableValueNotifier__currentValueDuringPause_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + } else + t5 = A.ValueNotifier.prototype.get$value.call(t4, t4); + t3.log$4(B.Level_FINE_500, "[DocumentImeInputClient] - Composing region: " + A.S(t5), _null, _null); + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); t2.toString; - imeSerialization = A.DocumentImeSerializer$(t1.editor._document, t2, t4._change_notifier$_value); + if (t4._pausable_value_notifier$_isPaused) { + t4 = t4.__PausableValueNotifier__currentValueDuringPause_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + } else + t4 = A.ValueNotifier.prototype.get$value.call(t4, t4); + imeSerialization = A.DocumentImeSerializer$(t1.document, t2, t4, B.PrependedCharacterPolicy_1); t3.log$4(B.Level_FINE_500, "[DocumentImeInputClient] - Adding invisible characters?: " + (imeSerialization._prependedPlaceholder.length !== 0), _null, _null); t4 = imeSerialization.selection; t3.log$4(B.Level_FINE_500, "Creating TextEditingValue from document. Selection: " + t4.toString$0(0), _null, _null); @@ -588256,33 +599803,44 @@ if (t1._nextImeValue != null) t1._insertNewlineInDeltas$0(); else { - t2 = t1.selection._change_notifier$_value; - if (!t2.base.$eq(0, t2.extent)) + t2 = t1.selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t2.toString; + if (!J.get$isCollapsed$z(t2)) t1.commonOps.deleteSelection$0(); t1.commonOps.insertBlockLevelNewline$0(); } } }, performSelector$1(selectorName) { - $.$get$editorImeLog().log$4(B.Level_FINE_500, "IME says to perform selector (not implemented): " + selectorName, null, null); + $.$get$editorImeLog().log$4(B.Level_FINE_500, "IME says to perform selector: " + selectorName, null, null); + this.onPerformSelector.call$1(selectorName); }, performPrivateCommand$2(action, data) { }, showAutocorrectionPromptRect$2(start, end) { }, updateFloatingCursor$1(point) { - var t1; + var t1 = this.__DocumentImeInputClient_floatingCursorController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (t1 == null) + return; switch (point.state.index) { case 0: + this._isFloatingCursorVisible = true; + t1.onStart$0(0); + t1.onMove$1(point.offset); + break; case 1: - t1 = this.__DocumentImeInputClient__floatingCursorController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.set$offset(0, point.offset); + t1.onMove$1(point.offset); break; case 2: - t1 = this.__DocumentImeInputClient__floatingCursorController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.set$offset(0, null); + this._isFloatingCursorVisible = false; + t1.onStop$0(); break; } }, @@ -588292,15 +599850,9 @@ }; A.DocumentImeInputClient_updateEditingValueWithDeltas_closure.prototype = { call$1(e) { - return !(e instanceof A.TextEditingDeltaNonTextUpdate); + return e instanceof A.TextEditingDeltaNonTextUpdate; }, - $signature: 823 - }; - A.DocumentImeInputClient__sendDocumentToIme_closure.prototype = { - call$1(timeStamp) { - this.$this._allowNonTextDeltas = true; - }, - $signature: 11 + $signature: 3412 }; A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient.prototype = {}; A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient_DeltaTextInputClient.prototype = {}; @@ -588338,7 +599890,7 @@ this.super$State$dispose(); }, _document_ime_interaction_policies$_onFocusChange$0() { - var t2, _this = this, _null = null, + var t2, shouldOpenIme, shouldCloseIme, _this = this, _null = null, t1 = _this.___ImeFocusPolicyState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); if (t1.get$hasPrimaryFocus()) { @@ -588352,11 +599904,34 @@ t2 = _this._widget; t2.toString; t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + "] - Document editor gained primary focus. Opening an IME connection.", _null, _null); - t2 = $.WidgetsBinding__instance; - t2.toString; - A.Scheduler_runAsSoonAsPossible(t2, new A._ImeFocusPolicyState__onFocusChange_closure(_this), "Open IME Connection on Primary Focus Change"); + shouldOpenIme = true; + } else { + if (!_this.___ImeFocusPolicyState__focusNode_A.get$hasPrimaryFocus()) + if (_this.___ImeFocusPolicyState__focusNode_A.get$hasFocus()) { + t1 = _this._widget; + t1 = t1.imeConnection._change_notifier$_value; + t1 = t1 == null || !J.get$attached$z(t1); + } else + t1 = false; + else + t1 = false; + if (t1) { + t1 = $.$get$editorPoliciesLog(); + t2 = _this._widget; + t2.toString; + t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + "] - Document editor gained non-primary focus. Opening an IME connection.", _null, _null); + shouldOpenIme = true; + } else + shouldOpenIme = false; } - if (!_this.___ImeFocusPolicyState__focusNode_A.get$hasPrimaryFocus()) { + if (shouldOpenIme) { + t1 = $.WidgetsBinding__instance; + t1.toString; + A.Scheduler_runAsSoonAsPossible(t1, new A._ImeFocusPolicyState__onFocusChange_closure(_this), "Open IME Connection on Primary Focus Change"); + } + if (!_this.___ImeFocusPolicyState__focusNode_A.get$hasPrimaryFocus()) + _this._widget.toString; + if (!_this.___ImeFocusPolicyState__focusNode_A.get$hasFocus()) { _this._widget.toString; t1 = true; } else @@ -588365,10 +599940,14 @@ t1 = $.$get$editorPoliciesLog(); t2 = _this._widget; t2.toString; - t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + "] - Document editor lost primary focus. Closing the IME connection.", _null, _null); - t2 = _this._widget.imeConnection._change_notifier$_value; - if (t2 != null) - J.close$0$z(t2); + t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + "] - Document editor lost all focus. Closing the IME connection.", _null, _null); + shouldCloseIme = true; + } else + shouldCloseIme = false; + if (shouldCloseIme) { + t1 = _this._widget.imeConnection._change_notifier$_value; + if (t1 != null) + J.close$0$z(t1); _this._widget.imeConnection.set$value(0, _null); } }, @@ -588416,7 +599995,13 @@ _this._widget.imeConnection.addListener$1(0, _this.get$_onConnectionChange()); _this._widget.focusNode.addListener$1(0, _this.get$_document_ime_interaction_policies$_onFocusChange()); _this._widget.selection.addListener$1(0, _this.get$_document_ime_interaction_policies$_onSelectionChange()); - if (_this._widget.selection._change_notifier$_value != null) { + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 != null) { _this._document_ime_interaction_policies$_onSelectionChange$0(); _this._onConnectionChange$0(); } @@ -588443,7 +600028,7 @@ t2 = _this.get$_onConnectionChange(); t1.removeListener$1(0, t2); _this._widget.imeConnection.addListener$1(0, t2); - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._DocumentSelectionOpenAndCloseImePolicyState_didUpdateWidget_closure(_this)); + A.Frames_onNextFrame(_this, new A._DocumentSelectionOpenAndCloseImePolicyState_didUpdateWidget_closure(_this)); } }, dispose$0() { @@ -588466,14 +600051,20 @@ t2 = _this._widget; t2.toString; t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + string$.x5dx20__cl, null, null); - _this._widget.selection.set$value(0, null); + _this._widget.editor.execute$1(A._setArrayType([B.C_ClearSelectionRequest], type$.JSArray_EditRequest)); } }, _document_ime_interaction_policies$_onSelectionChange$0() { - var _this = this, + var t2, _this = this, t1 = _this._widget; - if (t1.selection._change_notifier$_value != null) - if (t1.focusNode.get$hasPrimaryFocus()) { + t1 = t1.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 != null) + if (_this._widget.focusNode.get$hasPrimaryFocus()) { _this._widget.toString; t1 = true; } else @@ -588493,11 +600084,28 @@ } } else { t1 = _this._widget; - if (t1.imeConnection._change_notifier$_value != null && t1.selection._change_notifier$_value == null && true) { - $.$get$editorPoliciesLog().log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t1).toString$0(0) + "] - closing the IME keyboard because the document selection was cleared", null, null); - t1 = _this._widget.imeConnection._change_notifier$_value; - t1.toString; - J.close$0$z(t1); + if (t1.imeConnection._change_notifier$_value != null) { + t1 = t1.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) { + _this._widget.toString; + t1 = true; + } else + t1 = false; + } else + t1 = false; + if (t1) { + t1 = $.$get$editorPoliciesLog(); + t2 = _this._widget; + t2.toString; + t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + "] - closing the IME keyboard because the document selection was cleared", null, null); + t2 = _this._widget.imeConnection._change_notifier$_value; + t2.toString; + J.close$0$z(t2); } } }, @@ -588533,7 +600141,7 @@ t2 = _this._widget; t2.toString; t1.log$4(B.Level_INFO_800, "[" + A.getRuntimeTypeOfDartObject(t2).toString$0(0) + "] - clearing document selection because the IME closed and the editor didn't have non-primary focus", _null, _null); - _this._widget.selection.set$value(0, _null); + _this._widget.editor.execute$1(A._setArrayType([B.C_ClearSelectionRequest], type$.JSArray_EditRequest)); _this._widget.focusNode.unfocus$0(); }, build$1(context) { @@ -588541,10 +600149,10 @@ } }; A._DocumentSelectionOpenAndCloseImePolicyState_didUpdateWidget_closure.prototype = { - call$1(timeStamp) { + call$1(_) { this.$this._onConnectionChange$0(); }, - $signature: 11 + $signature: 12 }; A._DocumentSelectionOpenAndCloseImePolicyState__onSelectionChange_closure.prototype = { call$0() { @@ -588597,7 +600205,7 @@ downstreamPosition = t4.base; downstreamPosition0 = t4.extent; upstreamIndex = t3.getNodeIndexById$1(A.InspectDocumentSelection_selectUpstreamPosition(t3, downstreamPosition, downstreamPosition0).nodeId); - t4 = new A.UnmodifiableListView(t3._nodes, type$.UnmodifiableListView_DocumentNode); + t4 = new A.UnmodifiableListView(t3._editor$_nodes, type$.UnmodifiableListView_DocumentNode); B.JSArray_methods.addAll$1(t2, t4.sublist$2(t4, upstreamIndex, t3.getNodeIndexById$1((A.InspectDocumentSelection_selectUpstreamPosition(t3, downstreamPosition, downstreamPosition0).$eq(0, downstreamPosition) ? downstreamPosition0 : downstreamPosition).nodeId) + 1)); for (t3 = _this.imeRangesToDocTextNodes, t4 = _this.docTextNodesToImeRanges, i = 0; i < t2.length; ++i) { if (i !== 0) { @@ -588627,11 +600235,17 @@ $.$get$editorImeLog().log$4(B.Level_FINE_500, "IME serialization:\n'" + t1 + "'", _null, _null); }, _shouldPrependPlaceholder$0() { - var t1 = this._doc, - t2 = this.selection, - t3 = t2.extent, - selectedNode = t1._nodesById.$index(0, t3.nodeId); - return t1.getNodeIndexById$1(selectedNode.get$id(selectedNode)) > 0 && t2.base.$eq(0, t3) && t3.nodePosition.$eq(0, selectedNode.get$beginningPosition()); + var t2, t3, + t1 = this._prependedCharacterPolicy; + if (t1 === B.PrependedCharacterPolicy_1) + return true; + else if (t1 === B.PrependedCharacterPolicy_2) + return false; + t1 = this.selection; + t2 = t1.extent; + t3 = this._doc._nodesById.$index(0, t2.nodeId); + t3.toString; + return t1.get$isCollapsed(t1) && t2.nodePosition.$eq(0, t3.get$beginningPosition()); }, imeToDocumentSelection$1(imeSelection) { var t2, t3, t4, base, extent, _this = this, _null = null, @@ -588667,7 +600281,7 @@ t1.log$4(B.Level_FINE_500, "Calculating the extent DocumentPosition for the DocumentSelection", _null, _null); extent = _this._imeToDocumentPosition$2$isUpstream(imeSelection.get$extent(), imeSelection.get$extent().affinity === B.TextAffinity_0); t1.log$4(B.Level_FINE_500, "Selection extent: " + extent.toString$0(0), _null, _null); - return new A.DocumentSelection(base, extent); + return new A.DocumentSelection(base, extent, base, extent); }, imeToDocumentRange$1(imeRange) { var t2, t3, t4, _this = this, _null = null, @@ -588818,6 +600432,14 @@ var t1 = this.client; return t1 == null ? null : t1.updateConfig$1(configuration); }, + setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(fontFamily, fontSize, fontWeight, textAlign, textDirection) { + var t1 = this.client; + return t1 == null ? null : t1.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(fontFamily, fontSize, fontWeight, textAlign, textDirection); + }, + setEditableSizeAndTransform$2(editableBoxSize, transform) { + var t1 = this.client; + return t1 == null ? null : t1.setEditableSizeAndTransform$2(editableBoxSize, transform); + }, close$0(_) { var t1 = this.client; return t1 == null ? null : t1.close$0(0); @@ -588841,6 +600463,11 @@ }, performPrivateCommand$2(action, data) { }, + performSelector$1(selectorName) { + var t1 = this._ime_decoration$_client; + if (t1 != null) + t1.performSelector$1(selectorName); + }, removeTextPlaceholder$0() { }, showAutocorrectionPromptRect$2(start, end) { @@ -588894,131 +600521,148 @@ call$1(timeStamp) { this.$this._widget.toString; }, - $signature: 11 + $signature: 12 }; A.KeyboardEditingToolbar.prototype = { - _toggleBold$0() { - return this._toggleAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_bold], type$.Attribution)); - }, - _toggleItalics$0() { - return this._toggleAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_italics], type$.Attribution)); - }, - _toggleUnderline$0() { - return this._toggleAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_underline], type$.Attribution)); - }, - _toggleStrikethrough$0() { - return this._toggleAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_strikethrough], type$.Attribution)); - }, - _doesSelectionHaveAttributions$1(attributions) { - var t1 = this.composer, - t2 = t1.selectionNotifier._change_notifier$_value; - if (t2 == null) - return false; - if (t2.base.$eq(0, t2.extent)) - return t1._preferences._currentAttributions.containsAll$1(attributions); - return A.DocumentSelectionWithText_doesSelectedTextContainAttributions(this.document, t2, attributions); - }, - _toggleAttributions$1(attributions) { - var t2, - t1 = this.composer.selectionNotifier._change_notifier$_value; - if (t1 == null) - return; - t2 = this.commonOps; - if (t1.base.$eq(0, t1.extent)) - t2.composer._preferences.toggleStyles$1(attributions); - else - t2.toggleAttributionsOnSelection$1(attributions); - }, - _convertToHeader1$0() { - var selectedNode = this.document._nodesById.$index(0, this.composer.selectionNotifier._change_notifier$_value.extent.nodeId); - if (!(selectedNode instanceof A.TextNode)) - return; - if (selectedNode instanceof A.ListItemNode) - this.commonOps.convertToParagraph$1$newMetadata(A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_header1], type$.String, type$.Attribution)); - else - selectedNode.putMetadataValue$2("blockType", B.NamedAttribution_header1); - }, - _convertToHeader2$0() { - var selectedNode = this.document._nodesById.$index(0, this.composer.selectionNotifier._change_notifier$_value.extent.nodeId); - if (!(selectedNode instanceof A.TextNode)) - return; - if (selectedNode instanceof A.ListItemNode) - this.commonOps.convertToParagraph$1$newMetadata(A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_header2], type$.String, type$.Attribution)); - else - selectedNode.putMetadataValue$2("blockType", B.NamedAttribution_header2); - }, - _convertToParagraph$0() { - this.commonOps.convertToParagraph$0(); - }, - _convertToOrderedListItem$0() { - var t1 = this.document._nodesById.$index(0, this.composer.selectionNotifier._change_notifier$_value.extent.nodeId); - t1.toString; - this.commonOps.convertToListItem$2(B.ListItemType_0, type$.TextNode._as(t1)._text$_text); - }, - _convertToUnorderedListItem$0() { - var t1 = this.document._nodesById.$index(0, this.composer.selectionNotifier._change_notifier$_value.extent.nodeId); - t1.toString; - this.commonOps.convertToListItem$2(B.ListItemType_1, type$.TextNode._as(t1)._text$_text); - }, - _convertToBlockquote$0() { - var t1 = this.document._nodesById.$index(0, this.composer.selectionNotifier._change_notifier$_value.extent.nodeId); - t1.toString; - this.commonOps.convertToBlockquote$1(type$.TextNode._as(t1)._text$_text); - }, - _convertToHr$0() { - var t3, - t1 = this.composer, - t2 = this.document._nodesById.$index(0, t1.selectionNotifier._change_notifier$_value.extent.nodeId); - t2.toString; - type$.TextNode._as(t2); - t2.set$text(0, A.AttributedText$(null, "--- ")); - t2 = t2.id; - t3 = new A.DocumentPosition(t2, B.TextNodePosition_4_TextAffinity_1); - t1.set$selection(new A.DocumentSelection(t3, t3)); - this.commonOps.convertParagraphByPatternMatching$1(t2); - }, - _closeKeyboard$0() { - this.composer.set$selection(null); - }, - build$1(context) { - var brightness, t3, t4, t5, _null = null, - t1 = this.composer, - t2 = t1.selectionNotifier._change_notifier$_value; - if (t2 == null) - return B.SizedBox_null_null_null_null; - brightness = A.InheritedModel_inheritFrom(context, _null, type$.MediaQuery).data.platformBrightness; - t3 = A.Theme_of(context); - t4 = brightness === B.Brightness_1; - t3 = t3.copyWith$2$brightness$disabledColor(brightness, t4 ? A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), 0, 0, 0) : A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), 255, 255, 255)); - t5 = t4 ? B.Color_4278190080 : B.Color_4294967295; - t4 = t4 ? B.Color_4292730333 : B.Color_4280427042; - return new A.Theme(t3, A.IconTheme$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, A.Row$(A._setArrayType([A.Expanded$(A.SingleChildScrollView$(new A.ListenableBuilder0(t1, new A.KeyboardEditingToolbar_build_closure(this, t2), _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, _null, false, B.Axis_0), 1), A.Container$(_null, _null, B.Clip_0, B.Color_4291611852, _null, _null, _null, 32, _null, _null, _null, _null, _null, 1), A.IconButton$(_null, _null, _null, _null, B.Icon_Iik, _null, this.get$_closeKeyboard(), _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), B.Clip_0, t4, _null, _null, _null, 48, _null, _null, _null, _null, _null, 1 / 0), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0), new A.IconThemeData(_null, _null, _null, _null, _null, t5, _null, _null), _null), _null); + createState$0() { + return new A._KeyboardEditingToolbarState(new A.GroupedOverlayPortalController(B.C_OverlayGroupPriority, null), B._StateLifecycle_0); }, get$document(receiver) { return this.document; } }; - A.KeyboardEditingToolbar_build_closure.prototype = { - call$1(context) { + A._KeyboardEditingToolbarState.prototype = { + initState$0() { + var t1, _this = this; + _this.super$State$initState(); + t1 = _this._widget; + _this.___KeyboardEditingToolbarState__toolbarOps_A = new A.KeyboardEditingToolbarOperations(t1.editor, t1.document, t1.composer, t1.commonOps); + t1 = $.WidgetsBinding__instance; + t1.toString; + A.Scheduler_runAsSoonAsPossible(t1, new A._KeyboardEditingToolbarState_initState_closure(_this), "anonymous action"); + }, + didUpdateWidget$1(oldWidget) { + var t1; + this.super$State$didUpdateWidget(oldWidget); + t1 = this._widget; + this.___KeyboardEditingToolbarState__toolbarOps_A = new A.KeyboardEditingToolbarOperations(t1.editor, t1.document, t1.composer, t1.commonOps); + }, + dispose$0() { + var t1 = this._portalController; + if (t1.get$isShowing()) + t1.hide$0(); + this.super$State$dispose(); + }, + _onToolbarLayout$1(toolbarHeight) { + if (toolbarHeight === this._toolbarHeight) + return; + A.Frames_setStateAsSoonAsPossible(this, new A._KeyboardEditingToolbarState__onToolbarLayout_closure(this, toolbarHeight)); + }, + build$1(context) { + this._widget.toString; + return A.OverlayPortal$(new A.SizedBox(null, 0, null, null), this._portalController, this.get$_buildToolbarOverlay()); + }, + _buildToolbarOverlay$1(context) { + var t1 = this._widget.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return B.SizedBox_null_null_null_null; + return new A.KeyboardHeightBuilder(new A._KeyboardEditingToolbarState__buildToolbarOverlay_closure(this), null); + }, + _mobile_toolbar$_buildToolbar$1(context) { + var t2, _null = null, + t1 = this._widget.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1.toString; + t2 = A.Theme_of(context).colorScheme.brightness === B.Brightness_1 ? B.Color_4292730333 : B.Color_4280427042; + return A.Material$(B.Duration_200000, true, _null, A.Container$(_null, new A.LayoutBuilder(new A._KeyboardEditingToolbarState__buildToolbar_closure(this, t1), _null), B.Clip_0, t2, _null, _null, _null, 48, _null, _null, _null, _null, _null, 1 / 0), B.Clip_0, _null, 0, _null, _null, _null, _null, _null, B.MaterialType_0); + } + }; + A._KeyboardEditingToolbarState_initState_closure.prototype = { + call$0() { + this.$this._portalController.show$0(0); + }, + $signature: 0 + }; + A._KeyboardEditingToolbarState__onToolbarLayout_closure.prototype = { + call$0() { + this.$this._toolbarHeight = this.toolbarHeight; + }, + $signature: 0 + }; + A._KeyboardEditingToolbarState__buildToolbarOverlay_closure.prototype = { + call$2(context, keyboardHeight) { + var t2, brightness, t3, _null = null, + t1 = this.$this; + t1._widget.toString; + t2 = t1._framework$_element; + t2.toString; + brightness = A.InheritedModel_inheritFrom(t2, _null, type$.MediaQuery).data.platformBrightness; + t2 = t1._framework$_element; + t2.toString; + t2 = A.Theme_of(t2); + t3 = brightness === B.Brightness_1; + t2 = t2.copyWith$2$brightness$disabledColor(brightness, t3 ? A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), 0, 0, 0) : A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), 255, 255, 255)); + t3 = t3 ? B.Color_4278190080 : B.Color_4294967295; + return new A.Padding(new A.EdgeInsets(0, 0, 0, keyboardHeight), new A.Align(B.Alignment_m1_1, _null, _null, new A.Theme(t2, A.IconTheme$(new A.Builder(new A._KeyboardEditingToolbarState__buildToolbarOverlay__closure(t1), _null), new A.IconThemeData(_null, _null, _null, _null, _null, t3, _null, _null), _null), _null), _null), _null); + }, + $signature: 3413 + }; + A._KeyboardEditingToolbarState__buildToolbarOverlay__closure.prototype = { + call$1(themedContext) { + return this.$this._mobile_toolbar$_buildToolbar$1(themedContext); + }, + $signature: 46 + }; + A._KeyboardEditingToolbarState__buildToolbar_closure.prototype = { + call$2(context, constraints) { + var t2, t3, _null = null, + t1 = this.$this; + t1._onToolbarLayout$1(constraints.maxHeight); + t2 = A.Expanded$(A.SingleChildScrollView$(new A.ListenableBuilder(new A._KeyboardEditingToolbarState__buildToolbar__closure(t1, this.selection), _null, t1._widget.composer, _null), _null, B.DragStartBehavior_1, _null, _null, _null, _null, _null, false, B.Axis_0), 1); + t3 = A.Container$(_null, _null, B.Clip_0, B.Color_4291611852, _null, _null, _null, 32, _null, _null, _null, _null, _null, 1); + t1 = t1.___KeyboardEditingToolbarState__toolbarOps_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return A.Row$(A._setArrayType([t2, t3, A.IconButton$(_null, _null, _null, _null, B.Icon_Iik, _null, t1.get$closeKeyboard(), _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + }, + $signature: 525 + }; + A._KeyboardEditingToolbarState__buildToolbar__closure.prototype = { + call$2(context, _) { var t4, t5, t6, t7, t8, t9, t10, t11, t12, _null = null, _s9_ = "blockType", t1 = this.$this, t2 = this.selection, t3 = t2.extent.nodeId, - selectedNode = t1.document._nodesById.$index(0, t3), + selectedNode = t1._widget.document._nodesById.$index(0, t3), isSingleNodeSelected = t3 === t2.base.nodeId; t2 = selectedNode instanceof A.TextNode; - t3 = t2 ? t1.get$_toggleBold() : _null; - t4 = type$.Attribution; - t3 = A.IconButton$(_null, t1._doesSelectionHaveAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_bold], t4)) ? A.Theme_of(context).primaryColor : _null, _null, _null, B.Icon_8xm, _null, t3, _null, _null, _null, _null, _null); - t5 = t2 ? t1.get$_toggleItalics() : _null; - t5 = A.IconButton$(_null, t1._doesSelectionHaveAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_italics], t4)) ? A.Theme_of(context).primaryColor : _null, _null, _null, B.Icon_Dlh, _null, t5, _null, _null, _null, _null, _null); - t6 = t2 ? t1.get$_toggleUnderline() : _null; - t6 = A.IconButton$(_null, t1._doesSelectionHaveAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_underline], t4)) ? A.Theme_of(context).primaryColor : _null, _null, _null, B.Icon_bH5, _null, t6, _null, _null, _null, _null, _null); - t7 = t2 ? t1.get$_toggleStrikethrough() : _null; - t7 = A.IconButton$(_null, t1._doesSelectionHaveAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_strikethrough], t4)) ? A.Theme_of(context).primaryColor : _null, _null, _null, B.Icon_MXY0, _null, t7, _null, _null, _null, _null, _null); - t4 = A.IconButton$(_null, _null, _null, _null, B.Icon_KPc, _null, isSingleNodeSelected && t2 && !J.$eq$(selectedNode._metadata.$index(0, _s9_), B.NamedAttribution_header1) ? t1.get$_convertToHeader1() : _null, _null, _null, _null, _null, _null); - t8 = A.IconButton$(_null, _null, _null, _null, B.Icon_KPc, 18, isSingleNodeSelected && t2 && !J.$eq$(selectedNode._metadata.$index(0, _s9_), B.NamedAttribution_header2) ? t1.get$_convertToHeader2() : _null, _null, _null, _null, _null, _null); + if (t2) { + t3 = t1.___KeyboardEditingToolbarState__toolbarOps_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3.get$toggleBold(); + } else + t3 = _null; + t4 = t1.___KeyboardEditingToolbarState__toolbarOps_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = type$.Attribution; + t3 = A.IconButton$(_null, t4._doesSelectionHaveAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_bold], t5)) ? A.Theme_of(context).primaryColor : _null, _null, _null, B.Icon_8xm, _null, t3, _null, _null, _null, _null, _null); + t4 = t2 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$toggleItalics() : _null; + t4 = A.IconButton$(_null, t1.___KeyboardEditingToolbarState__toolbarOps_A._doesSelectionHaveAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_italics], t5)) ? A.Theme_of(context).primaryColor : _null, _null, _null, B.Icon_Dlh, _null, t4, _null, _null, _null, _null, _null); + t6 = t2 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$toggleUnderline() : _null; + t6 = A.IconButton$(_null, t1.___KeyboardEditingToolbarState__toolbarOps_A._doesSelectionHaveAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_underline], t5)) ? A.Theme_of(context).primaryColor : _null, _null, _null, B.Icon_bH5, _null, t6, _null, _null, _null, _null, _null); + t7 = t2 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$toggleStrikethrough() : _null; + t7 = A.IconButton$(_null, t1.___KeyboardEditingToolbarState__toolbarOps_A._doesSelectionHaveAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_strikethrough], t5)) ? A.Theme_of(context).primaryColor : _null, _null, _null, B.Icon_MXY0, _null, t7, _null, _null, _null, _null, _null); + t5 = A.IconButton$(_null, _null, _null, _null, B.Icon_KPc, _null, isSingleNodeSelected && t2 && !J.$eq$(selectedNode._metadata.$index(0, _s9_), B.NamedAttribution_header1) ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$convertToHeader1() : _null, _null, _null, _null, _null, _null); + t8 = A.IconButton$(_null, _null, _null, _null, B.Icon_KPc, 18, isSingleNodeSelected && t2 && !J.$eq$(selectedNode._metadata.$index(0, _s9_), B.NamedAttribution_header2) ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$convertToHeader2() : _null, _null, _null, _null, _null, _null); if (isSingleNodeSelected) { t9 = selectedNode instanceof A.ParagraphNode; if (!(t9 && selectedNode._metadata.$index(0, _s9_) != null)) @@ -589027,7 +600671,7 @@ t9 = true; } else t9 = false; - t10 = A.IconButton$(_null, _null, _null, _null, B.Icon_MXY1, _null, t9 ? t1.get$_convertToParagraph() : _null, _null, _null, _null, _null, _null); + t10 = A.IconButton$(_null, _null, _null, _null, B.Icon_MXY2, _null, t9 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$convertToParagraph() : _null, _null, _null, _null, _null, _null); if (isSingleNodeSelected) if (!(t2 && !(selectedNode instanceof A.ListItemNode))) t9 = selectedNode instanceof A.ListItemNode && selectedNode.type !== B.ListItemType_0; @@ -589035,7 +600679,7 @@ t9 = true; else t9 = false; - t11 = A.IconButton$(_null, _null, _null, _null, B.Icon_Dfr, _null, t9 ? t1.get$_convertToOrderedListItem() : _null, _null, _null, _null, _null, _null); + t11 = A.IconButton$(_null, _null, _null, _null, B.Icon_Dfr, _null, t9 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$convertToOrderedListItem() : _null, _null, _null, _null, _null, _null); if (isSingleNodeSelected) if (!(t2 && !(selectedNode instanceof A.ListItemNode))) t9 = selectedNode instanceof A.ListItemNode && selectedNode.type !== B.ListItemType_1; @@ -589043,7 +600687,7 @@ t9 = true; else t9 = false; - t12 = A.IconButton$(_null, _null, _null, _null, B.Icon_wIq, _null, t9 ? t1.get$_convertToUnorderedListItem() : _null, _null, _null, _null, _null, _null); + t12 = A.IconButton$(_null, _null, _null, _null, B.Icon_wIq, _null, t9 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$convertToUnorderedListItem() : _null, _null, _null, _null, _null, _null); if (isSingleNodeSelected) if (t2) t2 = !(selectedNode instanceof A.ParagraphNode) || !J.$eq$(selectedNode._metadata.$index(0, _s9_), B.NamedAttribution_blockquote); @@ -589051,58 +600695,249 @@ t2 = false; else t2 = false; - t9 = A.IconButton$(_null, _null, _null, _null, B.Icon_l3B, _null, t2 ? t1.get$_convertToBlockquote() : _null, _null, _null, _null, _null, _null); - return A.Row$(A._setArrayType([t3, t5, t6, t7, t4, t8, t10, t11, t12, t9, A.IconButton$(_null, _null, _null, _null, B.Icon_S8r, _null, isSingleNodeSelected && selectedNode instanceof A.ParagraphNode && selectedNode._text$_text.text.length === 0 ? t1.get$_convertToHr() : _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); + t9 = A.IconButton$(_null, _null, _null, _null, B.Icon_l3B, _null, t2 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$convertToBlockquote() : _null, _null, _null, _null, _null, _null); + return A.Row$(A._setArrayType([t3, t4, t6, t7, t5, t8, t10, t11, t12, t9, A.IconButton$(_null, _null, _null, _null, B.Icon_S8r, _null, isSingleNodeSelected && selectedNode instanceof A.ParagraphNode && selectedNode._text$_text.text.length === 0 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$convertToHr() : _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); }, - $signature: 637 + $signature: 3414 }; + A.KeyboardHeightBuilder.prototype = { + createState$0() { + return new A._KeyboardHeightBuilderState(B._StateLifecycle_0); + }, + builder$2(arg0, arg1) { + return this.builder.call$2(arg0, arg1); + } + }; + A._KeyboardHeightBuilderState.prototype = { + initState$0() { + this.super$State$initState(); + $.WidgetsBinding__instance.WidgetsBinding__observers.push(this); + }, + dispose$0() { + B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, this); + this.super$State$dispose(); + }, + didChangeMetrics$0() { + var t2, keyboardHeight, _this = this, + t1 = _this._framework$_element; + t1.toString; + t1 = A.View_maybeOf(t1)._viewInsets; + t2 = _this._framework$_element; + t2.toString; + A.View_maybeOf(t2).toString; + t2 = $.$get$EngineFlutterDisplay__instance()._debugDevicePixelRatioOverride; + if (t2 == null) { + t2 = self.window.devicePixelRatio; + if (t2 === 0) + t2 = 1; + } + keyboardHeight = A.EdgeInsets$fromViewPadding(t1, t2).bottom; + if (keyboardHeight === _this._keyboardHeight) + return; + _this.setState$1(new A._KeyboardHeightBuilderState_didChangeMetrics_closure(_this, keyboardHeight)); + }, + build$1(context) { + return this._widget.builder$2(context, this._keyboardHeight); + } + }; + A._KeyboardHeightBuilderState_didChangeMetrics_closure.prototype = { + call$0() { + this.$this._keyboardHeight = this.keyboardHeight; + }, + $signature: 0 + }; + A.KeyboardEditingToolbarOperations.prototype = { + toggleBold$0() { + return this._toggleAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_bold], type$.Attribution)); + }, + toggleItalics$0() { + return this._toggleAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_italics], type$.Attribution)); + }, + toggleUnderline$0() { + return this._toggleAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_underline], type$.Attribution)); + }, + toggleStrikethrough$0() { + return this._toggleAttributions$1(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_strikethrough], type$.Attribution)); + }, + _doesSelectionHaveAttributions$1(attributions) { + var t1 = this.composer, + t2 = t1._selectionNotifier; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + if (t2 == null) + return false; + if (t2.get$isCollapsed(t2)) + return t1._preferences._currentAttributions.containsAll$1(attributions); + return A.DocumentSelectionWithText_doesSelectedTextContainAttributions(this.document, t2, attributions); + }, + _toggleAttributions$1(attributions) { + var t2, + t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return; + t2 = this.commonOps; + if (t1.get$isCollapsed(t1)) + t2.composer._preferences.toggleStyles$1(attributions); + else + t2.toggleAttributionsOnSelection$1(attributions); + }, + convertToHeader1$0() { + var selectedNode, _this = this, + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + selectedNode = _this.document._nodesById.$index(0, t1.extent.nodeId); + if (!(selectedNode instanceof A.TextNode)) + return; + if (selectedNode instanceof A.ListItemNode) + _this.commonOps.convertToParagraph$1$newMetadata(A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_header1], type$.String, type$.Attribution)); + else + _this.editor.execute$1(A._setArrayType([new A.ChangeParagraphBlockTypeRequest(selectedNode.id, B.NamedAttribution_header1)], type$.JSArray_EditRequest)); + }, + convertToHeader2$0() { + var selectedNode, _this = this, + t1 = _this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + selectedNode = _this.document._nodesById.$index(0, t1.extent.nodeId); + if (!(selectedNode instanceof A.TextNode)) + return; + if (selectedNode instanceof A.ListItemNode) + _this.commonOps.convertToParagraph$1$newMetadata(A.LinkedHashMap_LinkedHashMap$_literal(["blockType", B.NamedAttribution_header2], type$.String, type$.Attribution)); + else + _this.editor.execute$1(A._setArrayType([new A.ChangeParagraphBlockTypeRequest(selectedNode.id, B.NamedAttribution_header2)], type$.JSArray_EditRequest)); + }, + convertToParagraph$0() { + this.commonOps.convertToParagraph$0(); + }, + convertToOrderedListItem$0() { + var t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = this.document._nodesById.$index(0, t1.extent.nodeId); + t1.toString; + this.commonOps.convertToListItem$2(B.ListItemType_0, type$.TextNode._as(t1)._text$_text); + }, + convertToUnorderedListItem$0() { + var t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = this.document._nodesById.$index(0, t1.extent.nodeId); + t1.toString; + this.commonOps.convertToListItem$2(B.ListItemType_1, type$.TextNode._as(t1)._text$_text); + }, + convertToBlockquote$0() { + var t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = this.document._nodesById.$index(0, t1.extent.nodeId); + t1.toString; + this.commonOps.convertToBlockquote$1(type$.TextNode._as(t1)._text$_text); + }, + convertToHr$0() { + var t1 = this.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = this.document._nodesById.$index(0, t1.extent.nodeId); + t1.toString; + t1 = type$.TextNode._as(t1).id; + this.editor.execute$1(A._setArrayType([new A.ReplaceNodeRequest(t1, A.ParagraphNode$(t1, null, A.AttributedText$("---", null))), new A.ChangeSelectionRequest(A.DocumentSelection$collapsed(new A.DocumentPosition(t1, B.TextNodePosition_3_TextAffinity_1)), B.SelectionChangeType_6, "userInteraction"), B.C_InsertCharacterAtCaretRequest], type$.JSArray_EditRequest)); + }, + closeKeyboard$0() { + this.editor.execute$1(A._setArrayType([B.ChangeSelectionRequest_omH], type$.JSArray_EditRequest)); + }, + get$document(receiver) { + return this.document; + } + }; + A.__KeyboardEditingToolbarState_State_WidgetsBindingObserver.prototype = {}; + A.__KeyboardHeightBuilderState_State_WidgetsBindingObserver.prototype = {}; A.SuperEditorImeInteractor.prototype = { createState$0() { - var t1 = type$.nullable_TextInputConnection; - return new A.SuperEditorImeInteractorState(A.ValueNotifier$(null, t1), A.ValueNotifier$(null, t1), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(), + t2 = type$.ValueNotifier_nullable_TextInputConnection; + return new A.SuperEditorImeInteractorState(new A.ValueNotifier(null, t1, t2), new A.ValueNotifier(null, t1, t2), B._StateLifecycle_0); } }; A.SuperEditorImeInteractorState.prototype = { initState$0() { - var t1, t2, t3, t4, t5, t6, _this = this; + var t1, _this = this; _this.super$State$initState(); - t1 = _this._widget; - t2 = t1.focusNode; - _this.__SuperEditorImeInteractorState__focusNode_A = t2; - t2 = t1.editContext; - t3 = t2.composer; - t4 = t3.selectionNotifier; - t5 = t3.composingRegion; - t2 = new A.TextDeltasDocumentEditor(t2.editor, new A.SuperEditorImeInteractorState_initState_closure(_this), t4, t3._preferences, t5, t2.commonOps, new A.SuperEditorImeInteractorState_initState_closure0(_this)); - _this.__SuperEditorImeInteractorState__textDeltasDocumentEditor_F !== $ && A.throwUnnamedLateFieldAI(); - _this.__SuperEditorImeInteractorState__textDeltasDocumentEditor_F = t2; - t3 = _this._imeConnection; - t1 = t1.floatingCursorController; - t2 = new A.DocumentImeInputClient(t4, t5, t2, t3, B.TextEditingValue_li8, B.TextEditingValue_li8, null); - t6 = t2.get$_onContentChange(); - t4.addListener$1(0, t6); - t5.addListener$1(0, t6); - t3.addListener$1(0, t2.get$_onImeConnectionChange()); - t2.__DocumentImeInputClient__floatingCursorController_A = t1; - if (t2.get$attached(t2)) - t2._sendDocumentToIme$0(); - _this.__SuperEditorImeInteractorState__documentImeClient_F !== $ && A.throwUnnamedLateFieldAI(); - _this.__SuperEditorImeInteractorState__documentImeClient_F = t2; + t1 = _this._widget.focusNode; + _this.__SuperEditorImeInteractorState__focusNode_A = t1; + _this._createTextDeltasDocumentEditor$0(); + _this._createDocumentImeClient$0(); _this.__SuperEditorImeInteractorState__imeClient_A = new A.DeltaTextInputClientDecorator(); _this._configureImeClientDecorators$0(); - t3.addListener$1(0, _this.get$_supereditor_ime_interactor$_onImeConnectionChange()); + _this._imeConnection.addListener$1(0, _this.get$_supereditor_ime_interactor$_onImeConnectionChange()); _this.__SuperEditorImeInteractorState__textInputConfiguration_A = _this._widget.imeConfiguration.toTextInputConfiguration$0(); }, + didChangeDependencies$0() { + var t1, t2, _this = this; + _this.super$State$didChangeDependencies(); + t1 = _this._framework$_element; + t1.toString; + t1 = _this._supereditor_ime_interactor$_controlsController = A.SuperEditorIosControlsScope_maybeRootOf(t1); + t2 = _this.__SuperEditorImeInteractorState__documentImeClient_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + _this._widget.toString; + if (t1 == null) + t1 = null; + else { + t1 = t1.__SuperEditorIosControlsController_floatingCursorController_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + } + t2.__DocumentImeInputClient_floatingCursorController_A = t1; + }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); + if (_this._widget.editContext !== oldWidget.editContext) { + _this._createTextDeltasDocumentEditor$0(); + _this._createDocumentImeClient$0(); + t1 = _this.__SuperEditorImeInteractorState__documentImeClient_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._widget.toString; + t2 = _this._supereditor_ime_interactor$_controlsController; + if (t2 == null) + t2 = null; + else { + t2 = t2.__SuperEditorIosControlsController_floatingCursorController_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + } + t1.__DocumentImeInputClient_floatingCursorController_A = t2; + _this._imeConnection.notifyListeners$0(); + } if (!_this._widget.imeConfiguration.$eq(0, oldWidget.imeConfiguration)) { _this.__SuperEditorImeInteractorState__textInputConfiguration_A = _this._widget.imeConfiguration.toTextInputConfiguration$0(); - t1 = _this._imeConnection; - t2 = t1._change_notifier$_value; - t2 = t2 == null ? null : J.get$attached$z(t2); - if (t2 === true) - t1._change_notifier$_value.updateConfig$1(_this.__SuperEditorImeInteractorState__textInputConfiguration_A); + if (_this.get$isAttachedToIme()) + _this._imeConnection._change_notifier$_value.updateConfig$1(_this.__SuperEditorImeInteractorState__textInputConfiguration_A); } _this._widget.toString; }, @@ -589117,60 +600952,186 @@ t1 = _this.__SuperEditorImeInteractorState__imeClient_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1._ime_decoration$_client = null; - t1 = _this.__SuperEditorImeInteractorState__documentImeClient_F; + t1 = _this.__SuperEditorImeInteractorState__documentImeClient_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.dispose$0(); _this._widget.toString; _this.super$State$dispose(); }, + get$isAttachedToIme() { + var t1 = this._imeConnection._change_notifier$_value; + t1 = t1 == null ? null : J.get$attached$z(t1); + return t1 === true; + }, + _createTextDeltasDocumentEditor$0() { + var t1 = this._widget.editContext, + t2 = t1.composer; + this.__SuperEditorImeInteractorState__textDeltasDocumentEditor_A = new A.TextDeltasDocumentEditor(t1.editor, t1.document, t2._selectionNotifier, t2._document_composer$_composingRegion, t2._preferences, t1.commonOps, new A.SuperEditorImeInteractorState__createTextDeltasDocumentEditor_closure(this)); + }, + _createDocumentImeClient$0() { + var t3, t4, t5, _this = this, + t1 = _this._widget.editContext.composer, + t2 = t1._selectionNotifier; + t1 = t1._document_composer$_composingRegion; + t3 = _this.__SuperEditorImeInteractorState__textDeltasDocumentEditor_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this._imeConnection; + t3 = new A.DocumentImeInputClient(t2, t1, t3, t4, _this.get$_supereditor_ime_interactor$_onPerformSelector(), B.TextEditingValue_li8, B.TextEditingValue_li8, null); + t5 = t3.get$_onContentChange(); + t2.addListener$1(0, t5); + t1.addListener$1(0, t5); + t4.addListener$1(0, t3.get$_onImeConnectionChange()); + if (t3.get$attached(t3)) + t3._sendDocumentToIme$0(); + _this.__SuperEditorImeInteractorState__documentImeClient_A = t3; + }, _supereditor_ime_interactor$_onImeConnectionChange$0() { - var t2, _this = this, - t1 = _this._documentImeConnection; + var t1, _this = this; if (_this._imeConnection._change_notifier$_value == null) { - t1.set$value(0, null); + _this._documentImeConnection.set$value(0, null); _this._widget.toString; - } else { - _this._configureImeClientDecorators$0(); - t2 = _this.__SuperEditorImeInteractorState__documentImeClient_F; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1.set$value(0, t2); + return; } + _this._configureImeClientDecorators$0(); + t1 = _this.__SuperEditorImeInteractorState__documentImeClient_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._documentImeConnection.set$value(0, t1); + _this._supereditor_ime_interactor$_reportVisualInformationToIme$0(); }, _configureImeClientDecorators$0() { var t1, t2; this._widget.toString; t1 = this.__SuperEditorImeInteractorState__imeClient_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = this.__SuperEditorImeInteractorState__documentImeClient_F; + t2 = this.__SuperEditorImeInteractorState__documentImeClient_A; t2 === $ && A.throwUnnamedLateFieldNI(); t1._ime_decoration$_client = t2; }, + _supereditor_ime_interactor$_reportVisualInformationToIme$0() { + var myRenderBox, _this = this; + if (!_this.get$isAttachedToIme()) + return; + myRenderBox = type$.nullable_RenderBox._as(_this._framework$_element.get$renderObject()); + if (myRenderBox != null && myRenderBox._box$_size != null) { + _this._supereditor_ime_interactor$_reportSizeAndTransformToIme$0(); + _this._supereditor_ime_interactor$_reportCaretRectToIme$0(); + _this._supereditor_ime_interactor$_reportTextStyleToIme$0(); + } + A.Frames_onNextFrame(_this, new A.SuperEditorImeInteractorState__reportVisualInformationToIme_closure(_this)); + }, + _supereditor_ime_interactor$_reportSizeAndTransformToIme$0() { + var t1, + size = A._Cell$named("size"), + transform = A._Cell$named("transform"), + sizeAndTransform = this._computeSizeAndTransformOfSelectNode$0(); + if (sizeAndTransform == null) + return; + size.__late_helper$_value = sizeAndTransform._0; + transform.__late_helper$_value = sizeAndTransform._1; + t1 = this._imeConnection._change_notifier$_value; + t1.toString; + t1.setEditableSizeAndTransform$2(size._readLocal$0(), transform._readLocal$0()); + }, + _supereditor_ime_interactor$_reportCaretRectToIme$0() { + return; + }, + _supereditor_ime_interactor$_reportTextStyleToIme$0() { + var nodePosition, selectedComponent, t2, t3, style, + t1 = this._widget.editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return; + t1 = t1.extent; + nodePosition = t1.nodePosition; + if (!(nodePosition instanceof A.TextNodePosition)) + return; + t1 = t1.nodeId; + selectedComponent = this._widget.editContext._getDocumentLayout.call$0().getComponentByNodeId$1(t1); + if (selectedComponent instanceof A._TaskComponentState) + selectedComponent = type$.nullable_DocumentComponent_StatefulWidget._as(selectedComponent._tasks$_textKey.get$currentState()); + if (selectedComponent == null) { + $.$get$editorImeLog().log$4(B.Level_WARNING_900, string$.A_sele + t1 + " was found", null, null); + return; + } + if (!(selectedComponent instanceof A.TextComponentState)) + return; + t1 = nodePosition.offset; + t2 = selectedComponent._widget.text; + t3 = t2.text.length; + t1 = t1 < t3 ? t1 : t3 - 1; + style = selectedComponent._textStyleWithBlockType$1(t2.spans.getAllAttributionsAt$1(t1)); + t1 = this._imeConnection._change_notifier$_value; + t1.toString; + t2 = selectedComponent._widget; + t3 = t2.textDirection; + if (t3 == null) + t3 = B.TextDirection_1; + t2 = t2.textAlign; + if (t2 == null) + t2 = B.TextAlign_0; + t1.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(style.fontFamily, style.fontSize, style.fontWeight, t2, t3); + }, + _computeSizeAndTransformOfSelectNode$0() { + var t2, selectedComponent, renderBox, _null = null, + t1 = this._widget.editContext.composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) + return _null; + t2 = this._widget.editContext._getDocumentLayout.call$0(); + t1 = t1.extent.nodeId; + selectedComponent = t2.getComponentByNodeId$1(t1); + if (selectedComponent instanceof A._TaskComponentState) + selectedComponent = type$.DocumentComponent_StatefulWidget._as(selectedComponent._tasks$_textKey.get$currentState()); + if (selectedComponent == null) { + $.$get$editorImeLog().log$4(B.Level_WARNING_900, string$.A_sele + t1 + " was found", _null, _null); + return _null; + } + renderBox = type$.RenderBox._as(selectedComponent._framework$_element.get$renderObject()); + return new A._Record_2(renderBox.get$size(renderBox), renderBox.getTransformTo$1(0, _null)); + }, + _supereditor_ime_interactor$_onPerformSelector$1(selectorName) { + var handler = this._widget.selectorHandlers.$index(0, selectorName); + if (handler == null) { + $.$get$editorImeLog().log$4(B.Level_WARNING_900, "No handler found for " + selectorName, null, null); + return; + } + handler.call$1(this._widget.editContext); + }, build$1(context) { - var t3, t4, t5, t6, _this = this, _null = null, + var t4, t5, t6, t7, _this = this, _null = null, t1 = _this._imeConnection, - t2 = _this.__SuperEditorImeInteractorState__focusNode_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = _this._widget; - t4 = t3.editContext; - t5 = t3.hardwareKeyboardActions; - t6 = _this.__SuperEditorImeInteractorState__textInputConfiguration_A; - t6 === $ && A.throwUnnamedLateFieldNI(); - return new A.SuperEditorImeDebugVisuals(t1, new A.SuperEditorHardwareKeyHandler(t2, t4, t5, false, new A.DocumentSelectionOpenAndCloseImePolicy(t2, t4.composer.selectionNotifier, t1, new A.SuperEditorImeInteractorState_build_closure(_this), t6, true, true, true, new A.ImeFocusPolicy(t2, t1, new A.SuperEditorImeInteractorState_build_closure0(_this), t6, new A.SoftwareKeyboardOpener(t3.softwareKeyboardController, t3.child, _null), _null), _null), _null), _null); + t2 = A.defaultTargetPlatform() === B.TargetPlatform_4 ? $.$get$disabledMacIntents() : A.LinkedHashMap_LinkedHashMap$_empty(type$.Type, type$.Action_Intent), + t3 = _this.__SuperEditorImeInteractorState__focusNode_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this._widget; + t5 = t4.editContext; + t6 = t4.hardwareKeyboardActions; + t7 = _this.__SuperEditorImeInteractorState__textInputConfiguration_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + return new A.SuperEditorImeDebugVisuals(t1, A.Actions$(t2, new A.SuperEditorHardwareKeyHandler(t3, t5, t6, false, new A.DocumentSelectionOpenAndCloseImePolicy(t3, t5.editor, t5.composer._selectionNotifier, t1, new A.SuperEditorImeInteractorState_build_closure(_this), t7, true, true, true, true, new A.ImeFocusPolicy(t3, t1, new A.SuperEditorImeInteractorState_build_closure0(_this), t7, true, false, true, true, new A.SoftwareKeyboardOpener(t4.softwareKeyboardController, t4.child, _null), _null), _null), _null)), _null); } }; - A.SuperEditorImeInteractorState_initState_closure.prototype = { - call$0() { - return this.$this._widget.editContext._getDocumentLayout.call$0(); - }, - $signature: 168 - }; - A.SuperEditorImeInteractorState_initState_closure0.prototype = { + A.SuperEditorImeInteractorState__createTextDeltasDocumentEditor_closure.prototype = { call$1(action) { var t1 = this.$this.__SuperEditorImeInteractorState__imeClient_A; t1 === $ && A.throwUnnamedLateFieldNI(); return t1.performAction$1(action); }, - $signature: 449 + $signature: 281 + }; + A.SuperEditorImeInteractorState__reportVisualInformationToIme_closure.prototype = { + call$1(_) { + return this.$this._supereditor_ime_interactor$_reportVisualInformationToIme$0(); + }, + $signature: 12 }; A.SuperEditorImeInteractorState_build_closure.prototype = { call$0() { @@ -589178,7 +601139,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 884 + $signature: 894 }; A.SuperEditorImeInteractorState_build_closure0.prototype = { call$0() { @@ -589186,7 +601147,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 884 + $signature: 894 }; A.SuperEditorImePolicies.prototype = { $eq(_, other) { @@ -589206,31 +601167,25 @@ return t1; }, get$hashCode(_) { - return 0; + return 311109; } }; A.SuperEditorImeConfiguration.prototype = { toTextInputConfiguration$0() { - return A.TextInputConfiguration$(null, B.List_empty0, true, B.AutofillConfiguration_lYx, true, true, true, true, B.TextInputAction_12, B.TextInputType_1_null_null, B.Brightness_1, false, false, null, null, B.TextCapitalization_10); + return A.TextInputConfiguration$(null, B.List_empty0, true, B.AutofillConfiguration_lYx, true, true, true, true, B.TextInputAction_12, B.TextInputType_1_null_null, this.keyboardBrightness, false, false, null, null, B.TextCapitalization_10); }, $eq(_, other) { var t1; if (other == null) return false; if (this !== other) - if (other instanceof A.SuperEditorImeConfiguration) - if (A.getRuntimeTypeOfDartObject(this) === A.getRuntimeTypeOfDartObject(other)) - t1 = true; - else - t1 = false; - else - t1 = false; + t1 = other instanceof A.SuperEditorImeConfiguration && A.getRuntimeTypeOfDartObject(this) === A.getRuntimeTypeOfDartObject(other) && this.keyboardBrightness === other.keyboardBrightness && true; else t1 = true; return t1; }, get$hashCode(_) { - return (0 ^ A.Primitives_objectHashCode(B.Brightness_1) ^ A.Primitives_objectHashCode(B.TextInputAction_12)) >>> 0; + return (0 ^ A.Primitives_objectHashCode(this.keyboardBrightness) ^ A.Primitives_objectHashCode(B.TextInputAction_12)) >>> 0; } }; A.DocumentScrollable.prototype = { @@ -589243,8 +601198,8 @@ var t1, _this = this; _this.super$State$initState(); t1 = _this._widget.scrollController; - _this.___DocumentScrollableState__scrollController_A = t1 == null ? A.ScrollController$(0, true) : t1; - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._DocumentScrollableState_initState_closure(_this)); + _this.___DocumentScrollableState__scrollController_A = t1; + A.Frames_onNextFrame(_this, new A._DocumentScrollableState_initState_closure(_this)); }, didChangeDependencies$0() { this.super$State$didChangeDependencies(); @@ -589254,44 +601209,42 @@ var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget; - t2 = oldWidget.scrollController; - if (t1.scrollController != t2) { - if (t2 == null) { - t1 = _this.___DocumentScrollableState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.dispose$0(); - } - t1 = _this._widget; - t2 = t1.scrollController; - _this.___DocumentScrollableState__scrollController_A = t2 == null ? A.ScrollController$(0, true) : t2; - } - t1 = t1.autoScroller; - if (t1 !== oldWidget.autoScroller) { - t1.detachScrollable$0(); + t2 = t1.scrollController; + if (t2 !== oldWidget.scrollController) + _this.___DocumentScrollableState__scrollController_A = t2; + t2 = oldWidget.autoScroller; + if (t1.autoScroller !== t2) { + t2.detachScrollable$0(); _this._widget.autoScroller.attachScrollable$3(_this, new A._DocumentScrollableState_didUpdateWidget_closure(_this), new A._DocumentScrollableState_didUpdateWidget_closure0(_this)); } + t1 = oldWidget.scroller; + if (_this._widget.scroller != t1) { + if (t1 != null) + t1.detach$0(0); + t1 = _this._widget.scroller; + if (t1 != null) + t1.attach$1(_this.get$_document_scrollable$_scrollPosition()); + } }, dispose$0() { - var t1, _this = this; - if (_this._widget.scrollController == null) { - t1 = _this.___DocumentScrollableState__scrollController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.dispose$0(); - } - _this._widget.autoScroller.detachScrollable$0(); - _this.super$__DocumentScrollableState_State_SingleTickerProviderStateMixin$dispose(); + var t1 = this._widget; + t1.autoScroller.detachScrollable$0(); + t1 = this._widget.scroller; + if (t1 != null) + t1.detach$0(0); + this.super$__DocumentScrollableState_State_SingleTickerProviderStateMixin$dispose(); }, get$_document_scrollable$_viewport() { var t1 = this._framework$_element; t1.toString; - t1 = this._document_scrollable$_findAncestorScrollable$1(t1); + t1 = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(t1); t1 = t1 == null ? null : t1._framework$_element.get$renderObject(); if (t1 == null) t1 = this._framework$_element.get$renderObject(); return type$.RenderBox._as(t1); }, get$_document_scrollable$_scrollPosition() { - var t1 = this._document_scrollable$_ancestorScrollPosition; + var t1 = this._ancestorScrollPosition; if (t1 == null) { t1 = this.___DocumentScrollableState__scrollController_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -589299,33 +601252,29 @@ } return t1; }, - _document_scrollable$_findAncestorScrollable$1(context) { - var direction, - ancestorScrollable = A.Scrollable_maybeOf(context, null); - if (ancestorScrollable == null) - return null; - direction = ancestorScrollable._widget.axisDirection; - if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) - return null; - return ancestorScrollable; - }, build$1(context) { - var t1, t2, _this = this, _null = null, - ancestorScrollable = _this._document_scrollable$_findAncestorScrollable$1(context); + var t1, t2, scrollBehavior, t3, _this = this, _null = null, + ancestorScrollable = A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(context); if (ancestorScrollable == null) t1 = _null; else { t1 = ancestorScrollable._scrollable$_position; t1.toString; } - _this._document_scrollable$_ancestorScrollPosition = t1; + _this._ancestorScrollPosition = t1; t2 = _this._widget; if (t1 == null) { t1 = t2.child; + t2 = _this._framework$_element; + t2.toString; + scrollBehavior = A.ScrollConfiguration_of(t2); t2 = _this.___DocumentScrollableState__scrollController_A; t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = A.SingleChildScrollView$(t1, t2, B.DragStartBehavior_1, _null, _null, B.NeverScrollableScrollPhysics_null, _null, _null, false, B.Axis_1); - t1 = t2; + t3 = _this._framework$_element; + t3.toString; + t3 = scrollBehavior.getScrollPhysics$1(t3); + t3 = A.ScrollbarWithCustomPhysics$(A.ScrollConfiguration$(scrollBehavior.copyWith$1$scrollbars(false), A.SingleChildScrollView$(t1, _this.___DocumentScrollableState__scrollController_A, B.DragStartBehavior_1, _null, _null, B.NeverScrollableScrollPhysics_null, _null, _null, false, B.Axis_1)), t2, t3); + t1 = t3; } else t1 = t2.child; t1 = A._setArrayType([t1], type$.JSArray_Widget); @@ -589334,35 +601283,39 @@ } }; A._DocumentScrollableState_initState_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; + call$1(_) { + var t2, + t1 = this.$this; t1._widget.autoScroller.attachScrollable$3(t1, new A._DocumentScrollableState_initState__closure(t1), new A._DocumentScrollableState_initState__closure0(t1)); + t2 = t1._widget.scroller; + if (t2 != null) + t2.attach$1(t1.get$_document_scrollable$_scrollPosition()); }, - $signature: 11 + $signature: 12 }; A._DocumentScrollableState_initState__closure.prototype = { call$0() { return this.$this.get$_document_scrollable$_viewport(); }, - $signature: 437 + $signature: 396 }; A._DocumentScrollableState_initState__closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 351 + $signature: 377 }; A._DocumentScrollableState_didUpdateWidget_closure.prototype = { call$0() { return this.$this.get$_document_scrollable$_viewport(); }, - $signature: 437 + $signature: 396 }; A._DocumentScrollableState_didUpdateWidget_closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 351 + $signature: 377 }; A.AutoScrollController.prototype = { dispose$0() { @@ -589374,7 +601327,7 @@ _this.detachScrollable$0(); _this._document_scrollable$_ticker = vsync.createTicker$1(_this.get$_document_scrollable$_onTick()); _this._getViewport = viewportResolver; - _this._document_scrollable$_getScrollPosition = scrollPositionResolver; + _this._getScrollPosition = scrollPositionResolver; J.addListener$1$x(scrollPositionResolver.call$0(), _this.get$_onScrollPositionChange()); }, _onScrollPositionChange$0() { @@ -589382,39 +601335,44 @@ }, detachScrollable$0() { var t1, _this = this; - if (_this._document_scrollable$_getScrollPosition == null) + if (_this._getScrollPosition == null) return; t1 = _this._document_scrollable$_ticker; if (t1._ticker$_future != null) t1.stop$0(0); _this._document_scrollable$_ticker.dispose$0(); - _this._document_scrollable$_getScrollPosition = _this._getViewport = null; + _this._getScrollPosition = _this._getViewport = null; }, jumpBy$1(delta) { var scrollPosition, t2, - t1 = this._document_scrollable$_getScrollPosition; + t1 = this._getScrollPosition; if (t1 == null) { $.$get$editorScrollingLog().log$4(B.Level_WARNING_900, "Tried to jump a document scrollable by " + A.S(delta) + " pixels, but no scrollable is attached to this controller.", null, null); return; } scrollPosition = t1.call$0(); - t1 = scrollPosition._pixels; + t1 = scrollPosition._maxScrollExtent; t1.toString; - t2 = scrollPosition._maxScrollExtent; + if (t1 === 0) + return; + t2 = scrollPosition._pixels; t2.toString; - scrollPosition.jumpTo$1(B.JSNumber_methods.clamp$2(t1 + delta, 0, t2)); + scrollPosition.jumpTo$1(B.JSNumber_methods.clamp$2(t2 + delta, 0, t1)); }, goBallistic$1(pixelsPerSecond) { - var t1 = this._document_scrollable$_getScrollPosition, + var t1 = this._getScrollPosition, pos = t1 == null ? null : t1.call$0(); if (pos == null) return; - pos.goBallistic$1(pixelsPerSecond); + t1 = pos._maxScrollExtent; + t1.toString; + if (t1 > 0) + pos.goBallistic$1(pixelsPerSecond); pos.context.setIgnorePointer$1(false); }, goIdle$0() { var t2, - t1 = this._document_scrollable$_getScrollPosition, + t1 = this._getScrollPosition, pos = t1 == null ? null : t1.call$0(); if (pos == null) return; @@ -589434,7 +601392,7 @@ }, ensureGlobalRectIsVisible$1(globalRegion) { var scrollPosition, viewportBox, t2, viewportTopLeft, t3, t4, beyondTopExtent, beyondBottomExtent, t5, t6, newScrollPosition, _null = null, - t1 = this._document_scrollable$_getScrollPosition; + t1 = this._getScrollPosition; if (t1 == null) return; scrollPosition = t1.call$0(); @@ -589476,7 +601434,7 @@ }, enableAutoScrolling$0() { var _this = this, - t1 = _this._document_scrollable$_getScrollPosition; + t1 = _this._getScrollPosition; if (t1 == null) return; if (_this._isAutoScrollingEnabled) @@ -589497,7 +601455,7 @@ var t1, viewport, t2, t3, t4, _this = this; if (_this._autoScrollGlobalRegion == null) return; - if (_this._document_scrollable$_getScrollPosition == null) { + if (_this._getScrollPosition == null) { t1 = _this._document_scrollable$_ticker; t1.stop$0(0); t1.dispose$0(); @@ -589518,13 +601476,13 @@ } t1 = _this._autoScrollingStartOffset; t1.toString; - t2 = _this._document_scrollable$_getScrollPosition.call$0()._pixels; + t2 = _this._getScrollPosition.call$0()._pixels; t2.toString; _this._deltaWhileAutoScrolling = t1 - t2; }, _document_scrollable$_scrollUp$1(distanceInGutter) { var speedPercent, t2, t3, _null = null, - scrollPosition = this._document_scrollable$_getScrollPosition.call$0(), + scrollPosition = this._getScrollPosition.call$0(), t1 = scrollPosition._pixels; t1.toString; if (t1 <= 0) { @@ -589546,7 +601504,7 @@ }, _document_scrollable$_scrollDown$1(distanceInGutter) { var t2, speedPercent, t3, _null = null, - scrollPosition = this._document_scrollable$_getScrollPosition.call$0(), + scrollPosition = this._getScrollPosition.call$0(), t1 = scrollPosition._pixels; t1.toString; t2 = scrollPosition._maxScrollExtent; @@ -589764,6 +601722,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t1.__presenter$_listeners.remove$1(0, t2); _this._widget.presenter.__presenter$_listeners.add$1(0, _this.___SingleColumnDocumentLayoutState__presenterListener_A); + _this._widget.presenter.updateViewModel$0(); } }, dispose$0() { @@ -589792,10 +601751,18 @@ }); return A._asyncStartSync($async$_onPresenterMarkedDirty$0, $async$completer); }, - _onViewModelChange$3$addedComponents$changedComponents$removedComponents(addedComponents, changedComponents, removedComponents) { - if (addedComponents.length !== 0 || removedComponents.length !== 0) + _onViewModelChange$4$addedComponents$changedComponents$movedComponents$removedComponents(addedComponents, changedComponents, movedComponents, removedComponents) { + if (addedComponents.length !== 0 || movedComponents.length !== 0 || removedComponents.length !== 0) this.setState$1(new A._SingleColumnDocumentLayoutState__onViewModelChange_closure()); }, + getDocumentPositionAtOffset$1(documentOffset) { + var componentKey; + $.$get$editorLayoutLog().log$4(B.Level_INFO_800, "Getting document position at exact offset: " + documentOffset.toString$0(0), null, null); + componentKey = this._findComponentAtOffset$1(documentOffset); + if (componentKey == null || $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, componentKey) == null) + return null; + return this._getDocumentPositionInComponentNearOffset$2(componentKey, documentOffset); + }, getDocumentPositionNearestToOffset$1(rawDocumentOffset) { var firstPosition, lastPosition, componentKey, _this = this, docBox = type$.RenderBox._as(_this._framework$_element.get$renderObject()), @@ -589858,7 +601825,7 @@ return componentRect.translate$2(0, docOffset._dx, docOffset._dy); }, getRectForSelection$2(base, extent) { - var componentBoundingBoxes, topComponent, selectedNodes, t3, startPosition, endPosition, i, boundingBox, docOffset, _this = this, + var componentBoundingBoxes, t3, documentLayoutBox, componentOffsetInDocument, selectedNodes, startPosition, endPosition, i, component, selectionRectInComponent, boundingBox, _this = this, t1 = base.nodeId, baseComponent = _this.getComponentByNodeId$1(t1), t2 = extent.nodeId, @@ -589868,32 +601835,41 @@ return null; } componentBoundingBoxes = A._setArrayType([], type$.JSArray_Rect); + t3 = type$.RenderBox; + documentLayoutBox = t3._as(_this._framework$_element.get$renderObject()); if (t1 === t2) { - componentBoundingBoxes.push(extentComponent.getRectForSelection$2(base.nodePosition, extent.nodePosition)); - topComponent = extentComponent; + componentOffsetInDocument = A.MatrixUtils_transformPoint(t3._as(extentComponent._framework$_element.get$renderObject()).getTransformTo$1(0, documentLayoutBox), B.Offset_0_0); + componentBoundingBoxes.push(extentComponent.getRectForSelection$2(base.nodePosition, extent.nodePosition).translate$2(0, componentOffsetInDocument._dx, componentOffsetInDocument._dy)); } else { selectedNodes = _this._getNodeIdsBetween$2(t1, t2); - t3 = _this.getComponentByNodeId$1(B.JSArray_methods.get$first(selectedNodes)); - t3.toString; + _this.getComponentByNodeId$1(B.JSArray_methods.get$first(selectedNodes)).toString; startPosition = J.$eq$(B.JSArray_methods.get$first(selectedNodes), t1) ? base.nodePosition : extent.nodePosition; - endPosition = J.$eq$(B.JSArray_methods.get$first(selectedNodes), t2) ? extent.nodePosition : base.nodePosition; + endPosition = J.$eq$(B.JSArray_methods.get$first(selectedNodes), t1) ? extent.nodePosition : base.nodePosition; for (i = 0; i < selectedNodes.length; ++i) { - t1 = _this.getComponentByNodeId$1(selectedNodes[i]); - t1.toString; - if (i === 0) - componentBoundingBoxes.push(t1.getRectForSelection$2(startPosition, t1.getEndPosition$0())); - else if (i === selectedNodes.length - 1) - componentBoundingBoxes.push(t1.getRectForSelection$2(t1.getBeginningPosition$0(), endPosition)); - else - componentBoundingBoxes.push(t1.getRectForSelection$2(t1.getBeginningPosition$0(), t1.getEndPosition$0())); + component = _this.getComponentByNodeId$1(selectedNodes[i]); + componentOffsetInDocument = A.MatrixUtils_transformPoint(t3._as(component._framework$_element.get$renderObject()).getTransformTo$1(0, documentLayoutBox), B.Offset_0_0); + if (i === 0) { + selectionRectInComponent = component.getRectForSelection$2(startPosition, component.getEndPosition$0()); + t1 = componentOffsetInDocument._dx; + t2 = componentOffsetInDocument._dy; + componentBoundingBoxes.push(new A.Rect(selectionRectInComponent.left + t1, selectionRectInComponent.top + t2, selectionRectInComponent.right + t1, selectionRectInComponent.bottom + t2)); + } else { + t1 = componentOffsetInDocument._dx; + t2 = componentOffsetInDocument._dy; + if (i === selectedNodes.length - 1) { + selectionRectInComponent = component.getRectForSelection$2(component.getBeginningPosition$0(), endPosition); + componentBoundingBoxes.push(new A.Rect(selectionRectInComponent.left + t1, selectionRectInComponent.top + t2, selectionRectInComponent.right + t1, selectionRectInComponent.bottom + t2)); + } else { + selectionRectInComponent = component.getRectForSelection$2(component.getBeginningPosition$0(), component.getEndPosition$0()); + componentBoundingBoxes.push(new A.Rect(selectionRectInComponent.left + t1, selectionRectInComponent.top + t2, selectionRectInComponent.right + t1, selectionRectInComponent.bottom + t2)); + } + } } - topComponent = t3; } boundingBox = B.JSArray_methods.get$first(componentBoundingBoxes); for (i = 1; i < componentBoundingBoxes.length; ++i) - boundingBox.expandToInclude$1(componentBoundingBoxes[i]); - docOffset = A.MatrixUtils_transformPoint(type$.RenderBox._as(topComponent._framework$_element.get$renderObject()).getTransformTo$1(0, _this._framework$_element.get$renderObject()), B.Offset_0_0); - return boundingBox.translate$2(0, docOffset._dx, docOffset._dy); + boundingBox = boundingBox.expandToInclude$1(componentBoundingBoxes[i]); + return boundingBox; }, _getNodeIdsBetween$2(baseNodeId, extentNodeId) { var t3, baseComponentIndex, extentComponentIndex, topNodeIndex, componentsInside, @@ -589962,15 +601938,17 @@ t4 = A.S(topNodeId); if (topNodeId === bottomNodeId) { t1.log$4(B.Level_FINE_500, " - the entire selection sits within a single node: " + t4, _null, _null); - return new A.DocumentSelection(new A.DocumentPosition(topNodeId, topNodeBasePosition), new A.DocumentPosition(bottomNodeId, topNodeExtentPosition)); + t1 = new A.DocumentPosition(topNodeId, topNodeBasePosition); + t2 = new A.DocumentPosition(bottomNodeId, topNodeExtentPosition); + return new A.DocumentSelection(t1, t2, t1, t2); } else { t1.log$4(B.Level_FINE_500, " - the selection spans nodes: " + t4 + " -> " + bottomNodeId, _null, _null); isDraggingDown = t2 < t3; t1 = isDraggingDown ? topNodeId : bottomNodeId; - t2 = isDraggingDown ? topNodeBasePosition : bottomNodeBasePosition; - t3 = isDraggingDown ? bottomNodeId : topNodeId; - t4 = isDraggingDown ? bottomNodeExtentPosition : topNodeExtentPosition; - return new A.DocumentSelection(new A.DocumentPosition(t1, t2), new A.DocumentPosition(t3, t4)); + t1 = new A.DocumentPosition(t1, isDraggingDown ? topNodeBasePosition : bottomNodeBasePosition); + t2 = isDraggingDown ? bottomNodeId : topNodeId; + t2 = new A.DocumentPosition(t2, isDraggingDown ? bottomNodeExtentPosition : topNodeExtentPosition); + return new A.DocumentSelection(t1, t2, t1, t2); } }, _getLocalOverlapWithComponent$2(region, component) { @@ -589978,8 +601956,10 @@ contentOffset = A.MatrixUtils_transformPoint(componentBox.getTransformTo$1(0, this._framework$_element.get$renderObject()), B.Offset_0_0), t1 = componentBox.get$size(componentBox), t2 = contentOffset._dx, - t3 = contentOffset._dy; - if (region.overlaps$1(new A.Rect(t2, t3, t2 + t1._dx, t3 + t1._dy))) + t3 = contentOffset._dy, + componentBounds = new A.Rect(t2, t3, t2 + t1._dx, t3 + t1._dy); + $.$get$editorLayoutLog().log$4(B.Level_FINEST_300, "Component bounds: " + componentBounds.toString$0(0) + ", versus region of interest: " + region.toString$0(0), null, null); + if (region.overlaps$1(componentBounds)) return region.translate$2(0, -t2, -t3); else return null; @@ -589992,6 +601972,28 @@ return component.getEndPosition$0(); return component.getPositionAtOffset$1(componentOffset); }, + _findComponentAtOffset$1(documentOffset) { + var t1, t2, t3, t4, t5, textBox, contentOffset, t6, t7, t8; + for (t1 = this._nodeIdsToComponentKeys, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = t2._eval$1("@<1>")._bind$1(t2._rest[1]), t1 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("MappedIterator<1,2>")), t3 = type$.RenderBox, t4 = type$.DocumentComponent_StatefulWidget, t2 = t2._rest[1]; t1.moveNext$0();) { + t5 = t1.__internal$_current; + if (t5 == null) + t5 = t2._as(t5); + if (!t4._is(t5.get$currentState())) + continue; + if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t5) == null || $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t5).get$renderObject() == null) + continue; + textBox = t3._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t5).get$renderObject()); + contentOffset = A.MatrixUtils_transformPoint(textBox.getTransformTo$1(0, t3._as(this._framework$_element.get$renderObject())), B.Offset_0_0); + t6 = textBox._box$_size; + if (t6 == null) + t6 = A.throwExpression(A.StateError$("RenderBox was not laid out: " + A.getRuntimeTypeOfDartObject(textBox).toString$0(0) + "#" + A.shortHash(textBox))); + t7 = contentOffset._dx; + t8 = contentOffset._dy; + if (new A.Rect(t7, t8, t7 + t6._dx, t8 + t6._dy).contains$1(0, documentOffset)) + return t5; + } + return null; + }, _findComponentClosestToOffset$1(documentOffset) { var t1, t2, t3, t4, nearestComponentKey, nearestDistance, t5, nearestComponentKey0, componentBox, contentOffset, t6, t7, distance; for (t1 = this._nodeIdsToComponentKeys, t1 = t1.get$values(t1), t2 = A._instanceType(t1), t2 = t2._eval$1("@<1>")._bind$1(t2._rest[1]), t1 = new A.MappedIterator(J.get$iterator$ax(t1.__internal$_iterable), t1._f, t2._eval$1("MappedIterator<1,2>")), t3 = type$.RenderBox, t4 = type$.DocumentComponent_StatefulWidget, t2 = t2._rest[1], nearestComponentKey = null, nearestDistance = 1 / 0; t1.moveNext$0();) { @@ -590074,6 +602076,12 @@ } return t1._as(key.get$currentState()); }, + getDocumentOffsetFromAncestorOffset$1(ancestorOffset) { + return type$.RenderBox._as(this._framework$_element.get$renderObject()).globalToLocal$2$ancestor(ancestorOffset, null); + }, + getAncestorOffsetFromDocumentOffset$1(documentOffset) { + return A.MatrixUtils_transformPoint(type$.RenderBox._as(this._framework$_element.get$renderObject()).getTransformTo$1(0, null), documentOffset); + }, findLastSelectablePosition$0() { var nodePosition, nodeId, componentKey, component, t1 = this._topToBottomComponentKeys, @@ -590100,11 +602108,8 @@ return new A.DocumentPosition(nodeId, nodePosition); }, setState$1(fn) { - var t1; this.super$State$setState(fn); - t1 = this._widget.onBuildScheduled; - if (t1 != null) - t1.call$0(); + this._widget.onBuildScheduled.call$0(); }, build$1(context) { var t2, t3, _null = null, @@ -590207,19 +602212,19 @@ t1.toString; return t1; }, - $signature: 3381 + $signature: 3417 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure.prototype = { call$2(context, newComponentViewModel) { return new A._Component(this.$this._widget.componentBuilders, this.componentKey, newComponentViewModel, null); }, - $signature: 3382 + $signature: 3418 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure0.prototype = { call$2(key, value) { $.$get$editorLayoutLog().log$4(B.Level_FINER_400, " - " + key + ": " + value.toString$0(0), null, null); }, - $signature: 3383 + $signature: 3419 }; A._PresenterComponentBuilder.prototype = { createState$0() { @@ -590255,7 +602260,7 @@ t1.__presenter$_listeners.remove$1(0, t2); this.super$State$dispose(); }, - _onViewModelChange$3$addedComponents$changedComponents$removedComponents(addedComponents, changedComponents, removedComponents) { + _onViewModelChange$4$addedComponents$changedComponents$movedComponents$removedComponents(addedComponents, changedComponents, movedComponents, removedComponents) { if (B.JSArray_methods.contains$1(changedComponents, this._widget.watchNode)) this.setState$1(new A._PresenterComponentBuilderState__onViewModelChange_closure()); }, @@ -590297,10 +602302,10 @@ dispose$0() { var _this = this; _this.__presenter$_listeners.clear$0(0); - _this.__presenter$_document.removeListener$1(0, _this.get$__presenter$_onDocumentChange()); + B.JSArray_methods.remove$1(_this._document._editor$_listeners, _this.get$__presenter$_onDocumentChange()); _this._disassemblePipeline$0(); }, - __presenter$_onDocumentChange$0() { + __presenter$_onDocumentChange$1(_) { var t1, t2, t3, _this = this; $.$get$editorLayoutLog().log$4(B.Level_INFO_800, "The document changed. Marking the presenter dirty.", null, null); t1 = _this._earliestDirtyPhase; @@ -590350,7 +602355,7 @@ newViewModel = t1 > 0 && t1 < _this._phaseViewModels.length ? _this._phaseViewModels[t1 - 1] : _null; if (newViewModel == null) { viewModels = A._setArrayType([], type$.JSArray_SingleColumnLayoutComponentViewModel); - for (t1 = _this.__presenter$_document, t2 = t1._nodes, t3 = _this._componentBuilders, i = 0; i < t2.length; ++i) { + for (t1 = _this._document, t2 = t1._editor$_nodes, t3 = _this._componentBuilders, i = 0; i < t2.length; ++i) { for (t4 = t3.length, viewModel = _null, _i = 0; _i < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i) { viewModel = t3[_i].createViewModel$2(t1, B.JSArray_methods.elementAt$1(t2, i)); if (viewModel != null) @@ -590362,7 +602367,7 @@ } newViewModel = A.SingleColumnLayoutViewModel$(viewModels, B.EdgeInsets_0_0_0_0); } - for (i = _this._earliestDirtyPhase, t1 = _this._pipeline, t2 = _this.__presenter$_document, t3 = _this._phaseViewModels; t4 = t1.length, i < t4; ++i) { + for (i = _this._earliestDirtyPhase, t1 = _this._pipeline, t2 = _this._document, t3 = _this._phaseViewModels; t4 = t1.length, i < t4; ++i) { t4 = $.$get$editorLayoutLog(); t5 = "" + i; t4.log$4(B.Level_FINE_500, "Running phase " + t5 + ": " + A.S(t1[i]), _null, _null); @@ -590374,34 +602379,51 @@ return newViewModel; }, _notifyListenersOfChanges$2$newViewModel$oldViewModel(newViewModel, oldViewModel) { - var nodeIdToComponentMap, changeMap, t2, _i, oldComponent, nodeId, newComponent, _null = null, - t1 = type$.JSArray_String, - addedComponents = A._setArrayType([], t1), - removedComponents = A._setArrayType([], t1), - changedComponents = A._setArrayType([], t1); + var t1, addedComponents, movedComponents, removedComponents, changedComponents, nodeIdToComponentMap, t2, nodeIdToPreviousOrderMap, changeMap, i, oldComponent, nodeId, newComponent, _i, _null = null, + _s19_ = "Component for node "; + $.$get$editorLayoutLog().log$4(B.Level_FINER_400, "Computing layout view model changes to notify listeners of those changes.", _null, _null); + t1 = type$.JSArray_String; + addedComponents = A._setArrayType([], t1); + movedComponents = A._setArrayType([], t1); + removedComponents = A._setArrayType([], t1); + changedComponents = A._setArrayType([], t1); t1 = type$.String; nodeIdToComponentMap = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.SingleColumnLayoutComponentViewModel); - changeMap = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int); - for (t1 = oldViewModel._componentViewModels, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - oldComponent = t1[_i]; + t2 = type$.int; + nodeIdToPreviousOrderMap = A.LinkedHashMap_LinkedHashMap$_empty(t1, t2); + changeMap = A.LinkedHashMap_LinkedHashMap$_empty(t1, t2); + for (t1 = oldViewModel._componentViewModels, i = 0; i < t1.length; ++i) { + oldComponent = t1[i]; nodeId = oldComponent.nodeId; nodeIdToComponentMap.$indexSet(0, nodeId, oldComponent); + nodeIdToPreviousOrderMap.$indexSet(0, nodeId, i); changeMap.$indexSet(0, nodeId, -1); } - for (t1 = newViewModel._componentViewModels, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - newComponent = t1[_i]; + for (t1 = newViewModel._componentViewModels, i = 0; i < t1.length; ++i) { + newComponent = t1[i]; nodeId = newComponent.nodeId; - if (nodeIdToComponentMap.containsKey$1(0, nodeId)) - if (J.$eq$(nodeIdToComponentMap.$index(0, nodeId), newComponent)) - changeMap.$indexSet(0, nodeId, 0); - else if (J.get$runtimeType$(nodeIdToComponentMap.$index(0, nodeId)) === A.getRuntimeTypeOfDartObject(newComponent)) - changeMap.$indexSet(0, nodeId, 1); - else { - changeMap.$indexSet(0, nodeId, -1); - $.$get$editorLayoutLog().log$4(B.Level_FINE_500, "Component node changed type. Assuming this is a removal: " + nodeId, _null, _null); - } - else + if (!nodeIdToComponentMap.containsKey$1(0, nodeId)) { + $.$get$editorLayoutLog().log$4(B.Level_FINE_500, "New component was added for node " + nodeId, _null, _null); + changeMap.$indexSet(0, nodeId, 3); + continue; + } + if (nodeIdToPreviousOrderMap.$index(0, nodeId) !== i) { + $.$get$editorLayoutLog().log$4(B.Level_FINE_500, _s19_ + nodeId + " was at index " + A.S(nodeIdToPreviousOrderMap.$index(0, nodeId)) + " but now it's at " + i + ", marking the view model as changed", _null, _null); changeMap.$indexSet(0, nodeId, 2); + continue; + } + if (J.$eq$(nodeIdToComponentMap.$index(0, nodeId), newComponent)) { + $.$get$editorLayoutLog().log$4(B.Level_FINE_500, _s19_ + nodeId + " didn't change at all", _null, _null); + changeMap.$indexSet(0, nodeId, 0); + continue; + } + if (J.get$runtimeType$(nodeIdToComponentMap.$index(0, nodeId)) === A.getRuntimeTypeOfDartObject(newComponent)) { + $.$get$editorLayoutLog().log$4(B.Level_FINE_500, _s19_ + nodeId + " is the same runtime type, but changed content. Marking as changed.", _null, _null); + changeMap.$indexSet(0, nodeId, 1); + continue; + } + $.$get$editorLayoutLog().log$4(B.Level_FINE_500, _s19_ + nodeId + " at index " + i + " was removed", _null, _null); + changeMap.$indexSet(0, nodeId, -1); } for (t1 = changeMap.get$entries(changeMap), t1 = t1.get$iterator(t1); t1.moveNext$0();) { t2 = t1.get$current(t1); @@ -590415,23 +602437,27 @@ changedComponents.push(t2.key); break; case 2: + movedComponents.push(t2.key); + break; + case 3: addedComponents.push(t2.key); break; default: break; } } - if (addedComponents.length === 0 && changedComponents.length === 0 && removedComponents.length === 0) { + if (addedComponents.length === 0 && movedComponents.length === 0 && changedComponents.length === 0 && removedComponents.length === 0) { $.$get$editorLayoutLog().log$4(B.Level_FINE_500, "Nothing has changed in the view model. Not notifying any listeners.", _null, _null); return; } t1 = $.$get$editorLayoutLog(); t1.log$4(B.Level_FINE_500, "Notifying layout presenter listeners of changes:", _null, _null); t1.log$4(B.Level_FINE_500, " - added: " + A.S(addedComponents), _null, _null); + t1.log$4(B.Level_FINE_500, " - added: " + A.S(movedComponents), _null, _null); t1.log$4(B.Level_FINE_500, " - changed: " + A.S(changedComponents), _null, _null); t1.log$4(B.Level_FINE_500, " - removed: " + A.S(removedComponents), _null, _null); for (t1 = this.__presenter$_listeners, t1 = A.List_List$of(t1, true, A._instanceType(t1)._eval$1("SetBase.E")), t2 = t1.length, _i = 0; _i < t2; ++_i) - t1[_i].__presenter$_onViewModelChange.call$3$addedComponents$changedComponents$removedComponents(addedComponents, changedComponents, removedComponents); + t1[_i].__presenter$_onViewModelChange.call$4$addedComponents$changedComponents$movedComponents$removedComponents(addedComponents, changedComponents, movedComponents, removedComponents); } }; A.SingleColumnLayoutPresenter__assemblePipeline_closure.prototype = { @@ -590514,6 +602540,129 @@ return t1 ^ t2 ^ t3.get$hashCode(t3); } }; + A.SingleColumnLayoutComposingRegionStyler.prototype = { + dispose$0() { + this.__styler_composing_region$_composingRegion.removeListener$1(0, this.get$markDirty()); + this.super$SingleColumnLayoutStylePhase$dispose(); + }, + style$2(_, $document, viewModel) { + var t1, documentComposingRegion, t2, t3, _i; + $.$get$editorStyleLog().log$4(B.Level_INFO_800, "(Re)calculating composing region view model for document layout", null, null); + t1 = this.__styler_composing_region$_composingRegion; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + documentComposingRegion = t1; + } else + documentComposingRegion = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (documentComposingRegion == null) + return viewModel; + t1 = A._setArrayType([], type$.JSArray_SingleColumnLayoutComponentViewModel); + for (t2 = viewModel._componentViewModels, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) + t1.push(this._applyComposingRegion$2(t2[_i].copy$0(), documentComposingRegion)); + return A.SingleColumnLayoutViewModel$(t1, viewModel.padding); + }, + _applyComposingRegion$2(viewModel, documentComposingRegion) { + var t3, t4, t5, t6, textComposingRegion, _null = null, + t1 = this.__styler_composing_region$_document, + t2 = t1._nodesById.$index(0, viewModel.nodeId); + t2.toString; + if (!(t2 instanceof A.TextNode)) + return viewModel; + if (!type$.TextComponentViewModel._is(viewModel)) + return viewModel; + t3 = $.$get$editorStyleLog(); + t4 = t2.id; + t3.log$4(B.Level_FINE_500, "Applying composing region styles to node: " + t4, _null, _null); + t5 = documentComposingRegion.start; + t6 = documentComposingRegion.end; + t3.log$4(B.Level_FINE_500, "Node selection (" + t4 + "): " + A.S(this._computeNodeSelection$3$documentRange$node$selectedNodes(documentComposingRegion, t2, t1.getNodesInside$2(t5, t6))), _null, _null); + t1 = t5.nodeId; + if (t1 === t6.nodeId && t1 === t4) { + t1 = type$.TextNodePosition; + textComposingRegion = new A.TextRange(t1._as(t5.nodePosition).offset, t1._as(t6.nodePosition).offset); + } else + textComposingRegion = _null; + viewModel.set$composingRegion(textComposingRegion); + viewModel.set$showComposingUnderline(true); + return viewModel; + }, + _computeNodeSelection$3$documentRange$node$selectedNodes(documentRange, node, selectedNodes) { + var baseNodePosition, extentNodePosition, nodeSelection, t3, t4, t5, t6, exception, _i, isBase, _null = null, + t1 = $.$get$editorStyleLog(), + t2 = node.id; + t1.log$4(B.Level_FINER_400, "_computeNodeSelection(): " + t2, _null, _null); + t3 = documentRange.start; + t4 = t3.nodeId; + t1.log$4(B.Level_FINER_400, " - start: " + t4, _null, _null); + t5 = documentRange.end; + t6 = t5.nodeId; + t1.log$4(B.Level_FINER_400, " - end: " + t6, _null, _null); + if (t4 === t6) { + t1.log$4(B.Level_FINER_400, " - selection is within 1 node.", _null, _null); + if (t4 !== t2) { + t1.log$4(B.Level_FINER_400, string$.x20__thinn, _null, _null); + return _null; + } + t1.log$4(B.Level_FINER_400, " - this node has the selection", _null, _null); + baseNodePosition = t3.nodePosition; + extentNodePosition = t5.nodePosition; + nodeSelection = A._Cell$named("nodeSelection"); + try { + nodeSelection.__late_helper$_value = node.computeSelection$2$base$extent(baseNodePosition, extentNodePosition); + } catch (exception) { + return _null; + } + t1.log$4(B.Level_FINER_400, " - node selection: " + A.S(nodeSelection._readLocal$0()), _null, _null); + return new A._DocumentNodeSelection(t2, nodeSelection._readLocal$0(), type$._DocumentNodeSelection_NodeSelection); + } else { + t1.log$4(B.Level_FINER_400, " - selection contains multiple nodes:", _null, _null); + for (t6 = selectedNodes.length, _i = 0; _i < selectedNodes.length; selectedNodes.length === t6 || (0, A.throwConcurrentModificationError)(selectedNodes), ++_i) + t1.log$4(B.Level_FINER_400, " - " + J.get$id$x(selectedNodes[_i]), _null, _null); + if (A.IterableExtension_firstWhereOrNull(selectedNodes, new A.SingleColumnLayoutComposingRegionStyler__computeNodeSelection_closure(node)) == null) { + t1.log$4(B.Level_FINER_400, " - this node is not in the selection", _null, _null); + return _null; + } + if (J.get$id$x(B.JSArray_methods.get$first(selectedNodes)) === t2) { + t1.log$4(B.Level_FINER_400, string$.x20__thiif, _null, _null); + isBase = t2 === t4; + t1 = isBase ? t3.nodePosition : new A.TextNodePosition(node._text$_text.text.length, B.TextAffinity_1); + return new A._DocumentNodeSelection(t2, node.computeSelection$2$base$extent(t1, isBase ? new A.TextNodePosition(node._text$_text.text.length, B.TextAffinity_1) : t5.nodePosition), type$._DocumentNodeSelection_NodeSelection); + } else if (J.get$id$x(B.JSArray_methods.get$last(selectedNodes)) === t2) { + t1.log$4(B.Level_FINER_400, string$.x20__thiil, _null, _null); + return new A._DocumentNodeSelection(t2, node.computeSelection$2$base$extent(B.TextNodePosition_0_TextAffinity_1, t2 === t4 ? t3.nodePosition : t5.nodePosition), type$._DocumentNodeSelection_NodeSelection); + } else { + t1.log$4(B.Level_FINER_400, string$.x20__thinf, _null, _null); + return new A._DocumentNodeSelection(t2, node.computeSelection$2$base$extent(B.TextNodePosition_0_TextAffinity_1, new A.TextNodePosition(node._text$_text.text.length, B.TextAffinity_1)), type$._DocumentNodeSelection_NodeSelection); + } + } + } + }; + A.SingleColumnLayoutComposingRegionStyler__computeNodeSelection_closure.prototype = { + call$1(selectedNode) { + return selectedNode.get$id(selectedNode) === this.node.id; + }, + $signature: 896 + }; + A._DocumentNodeSelection.prototype = { + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = other instanceof A._DocumentNodeSelection && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && _this.nodeSelection.$eq(0, other.nodeSelection); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + var t1 = this.nodeSelection; + return (B.JSString_methods.get$hashCode(this.nodeId) ^ t1.get$hashCode(t1)) >>> 0; + }, + toString$0(_) { + return '[DocumentNodeSelection] - node: "' + this.nodeId + '", selection: (' + this.nodeSelection.toString$0(0) + ")"; + } + }; A.SingleColumnLayoutCustomComponentStyler.prototype = { style$2(_, $document, viewModel) { var t1, t2, t3, t4, _i, previousViewModel, t5, t6, componentStyles; @@ -590550,12 +602699,6 @@ } }; A.SingleColumnStylesheetStyler.prototype = { - set$stylesheet(newStylesheet) { - if (newStylesheet === this._stylesheet) - return; - this._stylesheet = newStylesheet; - this.markDirty$0(); - }, style$2(_, $document, viewModel) { var t2, t3, t4, _i, componentViewModel, t5, t1 = A._setArrayType([], type$.JSArray_SingleColumnLayoutComponentViewModel); @@ -590568,9 +602711,10 @@ return A.SingleColumnLayoutViewModel$(t1, viewModel.padding); }, _styleComponent$3($document, node, viewModel) { - var t1, t2, _i, rule, - aggregateStyles = A.LinkedHashMap_LinkedHashMap$_literal(["inlineTextStyler", this._stylesheet.inlineTextStyler], type$.String, type$.dynamic); - for (t1 = this._stylesheet.rules, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + var t2, _i, rule, + t1 = this._stylesheet, + aggregateStyles = A.LinkedHashMap_LinkedHashMap$_literal(["inlineTextStyler", t1.inlineTextStyler], type$.String, type$.dynamic); + for (t1 = t1.rules, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { rule = t1[_i]; if (rule.selector.matches$2(0, $document, node)) this._mergeStyles$2$existingStyles$newStyles(aggregateStyles, rule.styler$2($document, node)); @@ -590629,17 +602773,30 @@ var t2, t3, _i, _null = null, t1 = $.$get$editorStyleLog(); t1.log$4(B.Level_INFO_800, "(Re)calculating selection view model for document layout", _null, _null); - t1.log$4(B.Level_FINE_500, "Applying selection to components: " + A.S(this.__styler_user_selection$_selection._change_notifier$_value), _null, _null); - t1 = A._setArrayType([], type$.JSArray_SingleColumnLayoutComponentViewModel); - for (t2 = viewModel._componentViewModels, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) - t1.push(this._applySelection$1(t2[_i].copy$0())); - return A.SingleColumnLayoutViewModel$(t1, viewModel.padding); + t2 = this.__styler_user_selection$_selection; + if (t2._pausable_value_notifier$_isPaused) { + t2 = t2.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t2, t2); + t1.log$4(B.Level_FINE_500, "Applying selection to components: " + A.S(t2), _null, _null); + t2 = A._setArrayType([], type$.JSArray_SingleColumnLayoutComponentViewModel); + for (t1 = viewModel._componentViewModels, t3 = t1.length, _i = 0; _i < t1.length; t1.length === t3 || (0, A.throwConcurrentModificationError)(t1), ++_i) + t2.push(this._applySelection$1(t1[_i].copy$0())); + return A.SingleColumnLayoutViewModel$(t2, viewModel.padding); }, _applySelection$1(viewModel) { - var selectedNodes, exception, nodeSelection, t3, t4, textSelection, showCaret, highlightWhenEmpty, _this = this, _null = null, - documentSelection = _this.__styler_user_selection$_selection._change_notifier$_value, - t1 = _this.__styler_user_selection$_document, - t2 = t1._nodesById.$index(0, viewModel.nodeId); + var documentSelection, selectedNodes, documentSelection0, t2, exception, nodeSelection, t3, t4, textSelection, showCaret, highlightWhenEmpty, textWithSelectionAttributions, _this = this, _null = null, + t1 = _this.__styler_user_selection$_selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + documentSelection0 = t1; + } else + documentSelection0 = A.ValueNotifier.prototype.get$value.call(t1, t1); + documentSelection = documentSelection0; + t1 = _this.__styler_user_selection$_document; + t2 = t1._nodesById.$index(0, viewModel.nodeId); t2.toString; if (documentSelection != null) { selectedNodes = A._Cell$named("selectedNodes"); @@ -590648,7 +602805,7 @@ } catch (exception) { selectedNodes.__late_helper$_value = A._setArrayType([], type$.JSArray_DocumentNode); } - nodeSelection = _this._computeNodeSelection$3$documentSelection$node$selectedNodes(documentSelection, t2, selectedNodes._readLocal$0()); + nodeSelection = _this.__styler_user_selection$_computeNodeSelection$3$documentSelection$node$selectedNodes(documentSelection, t2, selectedNodes._readLocal$0()); } else nodeSelection = _null; t1 = $.$get$editorStyleLog(); @@ -590673,6 +602830,10 @@ t1.log$4(B.Level_FINER_400, " - base: " + A.S(t2 ? _null : new A.TextNodePosition(textSelection.baseOffset, textSelection.affinity)), _null, _null); t1.log$4(B.Level_FINER_400, " - extent: " + A.S(t2 ? _null : new A.TextNodePosition(textSelection.extentOffset, textSelection.affinity)), _null, _null); if (type$.TextComponentViewModel._is(viewModel)) { + viewModel.textStyleBuilder$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)).toString; + !t2; + textWithSelectionAttributions = viewModel.get$text(viewModel); + viewModel.set$text(0, textWithSelectionAttributions); viewModel.set$selection(textSelection); viewModel.set$selectionColor(_this._selectionStyles.selectionColor); viewModel.set$highlightWhenEmpty(highlightWhenEmpty); @@ -590688,7 +602849,7 @@ } return viewModel; }, - _computeNodeSelection$3$documentSelection$node$selectedNodes(documentSelection, node, selectedNodes) { + __styler_user_selection$_computeNodeSelection$3$documentSelection$node$selectedNodes(documentSelection, node, selectedNodes) { var baseNodePosition, extentNodePosition, nodeSelection, t2, t3, t4, t5, exception, t6, t7, isBase, _null = null, t1 = $.$get$editorStyleLog(); t1.log$4(B.Level_FINER_400, "_computeNodeSelection(): " + node.get$id(node), _null, _null); @@ -590701,7 +602862,7 @@ if (t3 === t5) { t1.log$4(B.Level_FINER_400, " - selection is within 1 node.", _null, _null); if (t3 !== node.get$id(node)) { - t1.log$4(B.Level_FINER_400, " - this node is not selected. Returning null.", _null, _null); + t1.log$4(B.Level_FINER_400, string$.x20__thinn, _null, _null); return _null; } t1.log$4(B.Level_FINER_400, " - this node has the selection", _null, _null); @@ -590726,19 +602887,19 @@ return _null; } if (J.get$id$x(t5.get$first(selectedNodes)) === node.get$id(node)) { - t1.log$4(B.Level_FINER_400, " - this is the first node in the selection", _null, _null); + t1.log$4(B.Level_FINER_400, string$.x20__thiif, _null, _null); isBase = node.get$id(node) === t3; t1 = node.get$id(node); t2 = isBase ? t2.nodePosition : node.get$endPosition(); return new A.DocumentNodeSelection(t1, node.computeSelection$2$base$extent(t2, isBase ? node.get$endPosition() : t4.nodePosition), !isBase, isBase, type$.DocumentNodeSelection_NodeSelection); } else if (J.get$id$x(t5.get$last(selectedNodes)) === node.get$id(node)) { - t1.log$4(B.Level_FINER_400, " - this is the last node in the selection", _null, _null); + t1.log$4(B.Level_FINER_400, string$.x20__thiil, _null, _null); isBase = node.get$id(node) === t3; t1 = node.get$id(node); t3 = isBase ? node.get$beginningPosition() : node.get$beginningPosition(); return new A.DocumentNodeSelection(t1, node.computeSelection$2$base$extent(t3, isBase ? t2.nodePosition : t4.nodePosition), !isBase, isBase, type$.DocumentNodeSelection_NodeSelection); } else { - t1.log$4(B.Level_FINER_400, " - this node is fully selected within the selection", _null, _null); + t1.log$4(B.Level_FINER_400, string$.x20__thinf, _null, _null); return new A.DocumentNodeSelection(node.get$id(node), node.computeSelection$2$base$extent(node.get$beginningPosition(), node.get$endPosition()), false, true, type$.DocumentNodeSelection_NodeSelection); } } @@ -590749,7 +602910,7 @@ var t1 = this.node; return selectedNode.get$id(selectedNode) === t1.get$id(t1); }, - $signature: 3384 + $signature: 896 }; A.DocumentNodeSelection.prototype = { $eq(_, other) { @@ -590819,7 +602980,7 @@ } } else ordinalValue = _null; - return A.ListItemComponentViewModel$(node._list_items$_indent, _null, node.id, ordinalValue, B.EdgeInsets_0_0_0_0, _null, B.Color_0, node._text$_text, B.TextDirection_1, A._presenter__noStyleBuilder$closure(), t1); + return A.ListItemComponentViewModel$(_null, node._list_items$_indent, _null, node.id, ordinalValue, B.EdgeInsets_0_0_0_0, _null, B.Color_0, false, node._text$_text, B.TextDirection_1, A._presenter__noStyleBuilder$closure(), t1); }, createComponent$2(componentContext, componentViewModel) { var t1, _null = null; @@ -590827,11 +602988,11 @@ return _null; t1 = componentViewModel.type; if (t1 === B.ListItemType_1) - return new A.UnorderedListItemComponent(componentContext.componentKey, componentViewModel.text, componentViewModel.textStyleBuilder, componentViewModel.indent, componentViewModel.selection, componentViewModel.selectionColor, componentViewModel.highlightWhenEmpty, _null); + return new A.UnorderedListItemComponent(componentContext.componentKey, componentViewModel.text, componentViewModel.textStyleBuilder, componentViewModel.indent, componentViewModel.selection, componentViewModel.selectionColor, componentViewModel.highlightWhenEmpty, componentViewModel.composingRegion, componentViewModel.showComposingUnderline, _null); else if (t1 === B.ListItemType_0) { t1 = componentViewModel.ordinalValue; t1.toString; - return new A.OrderedListItemComponent(componentContext.componentKey, t1, componentViewModel.text, componentViewModel.textStyleBuilder, componentViewModel.indent, componentViewModel.selection, componentViewModel.selectionColor, componentViewModel.highlightWhenEmpty, _null); + return new A.OrderedListItemComponent(componentContext.componentKey, t1, componentViewModel.text, componentViewModel.textStyleBuilder, componentViewModel.indent, componentViewModel.selection, componentViewModel.selectionColor, componentViewModel.highlightWhenEmpty, componentViewModel.composingRegion, componentViewModel.showComposingUnderline, _null); } $.$get$editorLayoutLog().log$4(B.Level_WARNING_900, "Tried to build a component for a list item view model without a list item type: " + componentViewModel.toString$0(0), _null, _null); return _null; @@ -590843,23 +603004,47 @@ var _this = this, t1 = _this.maxWidth, t2 = _this.padding, - t3 = _this.textStyleBuilder; - return A.ListItemComponentViewModel$(_this.indent, t1, _this.nodeId, _this.ordinalValue, t2, _this.selection, _this.selectionColor, _this.text, _this.textDirection, t3, _this.type); + t3 = _this.text, + t4 = _this.textStyleBuilder, + t5 = _this.selection, + t6 = _this.selectionColor; + return A.ListItemComponentViewModel$(_this.composingRegion, _this.indent, t1, _this.nodeId, _this.ordinalValue, t2, t5, t6, _this.showComposingUnderline, t3, _this.textDirection, t4, _this.type); }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ListItemComponentViewModel && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && _this.type === other.type && _this.ordinalValue == other.ordinalValue && _this.indent === other.indent && _this.text.$eq(0, other.text) && _this.textDirection === other.textDirection && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor); + t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ListItemComponentViewModel && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && _this.type === other.type && _this.ordinalValue == other.ordinalValue && _this.indent === other.indent && _this.text.$eq(0, other.text) && _this.textDirection === other.textDirection && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && J.$eq$(_this.composingRegion, other.composingRegion) && _this.showComposingUnderline === other.showComposingUnderline; else t1 = true; return t1; }, get$hashCode(_) { - var _this = this, - t1 = _this.text; - return (A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this) ^ B.JSString_methods.get$hashCode(_this.nodeId) ^ A.Primitives_objectHashCode(_this.type) ^ J.get$hashCode$(_this.ordinalValue) ^ B.JSInt_methods.get$hashCode(_this.indent) ^ B.JSString_methods.get$hashCode(t1.text) ^ A.Primitives_objectHashCode(t1.spans._markers) ^ A.Primitives_objectHashCode(_this.textDirection) ^ J.get$hashCode$(_this.selection) ^ B.JSInt_methods.get$hashCode(_this.selectionColor.value)) >>> 0; + var t8, t9, t10, t11, t12, _this = this, + t1 = A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this), + t2 = B.JSString_methods.get$hashCode(_this.nodeId), + t3 = A.Primitives_objectHashCode(_this.type), + t4 = J.get$hashCode$(_this.ordinalValue), + t5 = B.JSInt_methods.get$hashCode(_this.indent), + t6 = _this.text, + t7 = B.JSString_methods.get$hashCode(t6.text); + t6 = A.Primitives_objectHashCode(t6.spans._markers); + t8 = A.Primitives_objectHashCode(_this.textDirection); + t9 = J.get$hashCode$(_this.selection); + t10 = B.JSInt_methods.get$hashCode(_this.selectionColor.value); + t11 = J.get$hashCode$(_this.composingRegion); + t12 = _this.showComposingUnderline ? 519018 : 218159; + return (t1 ^ t2 ^ t3 ^ t4 ^ t5 ^ t7 ^ t6 ^ t8 ^ t9 ^ t10 ^ t11 ^ t12) >>> 0; + }, + textStyleBuilder$1(arg0) { + return this.textStyleBuilder.call$1(arg0); + }, + get$text(receiver) { + return this.text; + }, + set$text(receiver, val) { + return this.text = val; }, set$selection(val) { return this.selection = val; @@ -590869,6 +603054,12 @@ }, set$highlightWhenEmpty(val) { return this.highlightWhenEmpty = val; + }, + set$composingRegion(val) { + return this.composingRegion = val; + }, + set$showComposingUnderline(val) { + return this.showComposingUnderline = val; } }; A.UnorderedListItemComponent.prototype = { @@ -590877,16 +603068,16 @@ t1 = _this.styleBuilder, textStyle = t1.call$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)), indentSpace = A._defaultIndentCalculator(textStyle, _this.indent), - t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3), - textScaleFactor = t2 == null ? _null : t2.textScaleFactor; - if (textScaleFactor == null) - textScaleFactor = 1; + t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4), + textScaler = t2 == null ? _null : t2.get$textScaler(); + if (textScaler == null) + textScaler = B._LinearTextScaler_1; t2 = textStyle.fontSize; t2.toString; t3 = textStyle.height; if (t3 == null) t3 = 1.25; - return A.Row$(A._setArrayType([A.Container$(_null, new A.SizedBox(_null, t2 * t3 * textScaleFactor, A._defaultUnorderedListItemDotBuilder(context, _this), _null), B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, _null, _null, _null, B.BoxShape_0), _null, _null, _null, B.EdgeInsets_0_3_0_0, _null, _null, _null, indentSpace), A.Expanded$(A.TextComponent$(_this.highlightWhenEmpty, _this.textKey, B.Map_empty3, _this.selectionColor, false, _this.text, _null, _null, textScaleFactor, _this.textSelection, t1), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + return A.Row$(A._setArrayType([A.Container$(_null, new A.SizedBox(_null, t2 * t3 * textScaler.textScaleFactor, A._defaultUnorderedListItemDotBuilder(context, _this), _null), B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, _null, _null, _null, B.BoxShape_0), _null, _null, _null, B.EdgeInsets_0_3_0_0, _null, _null, _null, indentSpace), A.Expanded$(A.TextComponent$(_this.composingRegion, _this.highlightWhenEmpty, _this.textKey, B.Map_empty3, _this.selectionColor, _this.showComposingUnderline, false, _this.text, _null, _null, textScaler, _this.textSelection, t1), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } }; A.OrderedListItemComponent.prototype = { @@ -590895,78 +603086,104 @@ t1 = _this.styleBuilder, textStyle = t1.call$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)), indentSpace = A._defaultIndentCalculator(textStyle, _this.indent), - t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3), - textScaleFactor = t2 == null ? _null : t2.textScaleFactor; - if (textScaleFactor == null) - textScaleFactor = 1; + t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4), + textScaler = t2 == null ? _null : t2.get$textScaler(); + if (textScaler == null) + textScaler = B._LinearTextScaler_1; t2 = textStyle.fontSize; t2.toString; t3 = textStyle.height; - lineHeight = t2 * (t3 == null ? 1 : t3) * textScaleFactor; - return A.Row$(A._setArrayType([A.Container$(_null, new A.SizedBox(_null, lineHeight, A._defaultOrderedListItemNumeralBuilder(context, _this), _null), B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, _null, _null, _null, B.BoxShape_0), _null, lineHeight, _null, _null, _null, _null, _null, indentSpace), A.Expanded$(A.TextComponent$(_this.highlightWhenEmpty, _this.textKey, B.Map_empty3, _this.selectionColor, false, _this.text, _null, _null, textScaleFactor, _this.textSelection, t1), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + lineHeight = t2 * (t3 == null ? 1 : t3) * textScaler.textScaleFactor; + return A.Row$(A._setArrayType([A.Container$(_null, new A.SizedBox(_null, lineHeight, A._defaultOrderedListItemNumeralBuilder(context, _this), _null), B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, _null, _null, _null, B.BoxShape_0), _null, lineHeight, _null, _null, _null, _null, _null, indentSpace), A.Expanded$(A.TextComponent$(_this.composingRegion, _this.highlightWhenEmpty, _this.textKey, B.Map_empty3, _this.selectionColor, _this.showComposingUnderline, false, _this.text, _null, _null, textScaler, _this.textSelection, t1), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); } }; + A.IndentListItemRequest.prototype = {$isEditRequest: 1}; A.IndentListItemCommand.prototype = { - execute$2($document, transaction) { - var listItem = type$.ListItemNode._as($document._nodesById.$index(0, this.nodeId)), - t1 = listItem._list_items$_indent; - if (t1 >= 6) { - $.$get$_log1().log$2("IndentListItemCommand", "WARNING: Editor does not support an indent level beyond 6."); + execute$2(context, executor) { + var t1 = this.nodeId, + listItem = type$.ListItemNode._as(context.find$1$1(0, "document", type$.MutableDocument)._nodesById.$index(0, t1)), + t2 = listItem._list_items$_indent; + if (t2 >= 6) { + $.$get$_log11().log$2("IndentListItemCommand", "WARNING: Editor does not support an indent level beyond 6."); return; } - listItem.set$indent(t1 + 1); - } + listItem.set$indent(t2 + 1); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(t1))], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 }; + A.UnIndentListItemRequest.prototype = {$isEditRequest: 1}; A.UnIndentListItemCommand.prototype = { - execute$2($document, transaction) { + execute$2(context, executor) { var t1 = this.nodeId, - listItem = type$.ListItemNode._as($document._nodesById.$index(0, t1)), + listItem = type$.ListItemNode._as(context.find$1$1(0, "document", type$.MutableDocument)._nodesById.$index(0, t1)), t2 = listItem._list_items$_indent; - if (t2 > 0) + if (t2 > 0) { listItem.set$indent(t2 - 1); - else - new A.ConvertListItemToParagraphCommand(t1).execute$2($document, transaction); - } + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(t1))], type$.JSArray_EditEvent)); + } else + executor.executeCommand$1(new A.ConvertListItemToParagraphCommand(t1, null)); + }, + $isEditCommand: 1 }; A.ConvertListItemToParagraphCommand.prototype = { - execute$2($document, transaction) { - var listItem = type$.ListItemNode._as($document._nodesById.$index(0, this.nodeId)), - t1 = listItem._text$_text; - transaction._document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(listItem.id, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic), t1), listItem); - } + execute$2(context, executor) { + var newMetadata, + _s9_ = "blockType", + $document = context.find$1$1(0, "document", type$.MutableDocument), + listItem = type$.ListItemNode._as($document._nodesById.$index(0, this.nodeId)), + t1 = this.paragraphMetadata; + if (t1 == null) { + t1 = type$.dynamic; + t1 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); + } + newMetadata = A.LinkedHashMap_LinkedHashMap$from(t1, type$.String, type$.dynamic); + if (J.$eq$(newMetadata.$index(0, _s9_), B.NamedAttribution_listItem)) + newMetadata.$indexSet(0, _s9_, B.NamedAttribution_paragraph); + t1 = listItem.id; + $document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(t1, newMetadata, listItem._text$_text), listItem); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(t1))], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 }; + A.SplitListItemRequest.prototype = {$isEditRequest: 1}; A.SplitListItemCommand.prototype = { - execute$2($document, transaction) { - var t2, t3, newNode, + execute$2(context, executor) { + var t3, t4, newNode, _s20_ = "SplitListItemCommand", - listItemNode = type$.ListItemNode._as($document._nodesById.$index(0, this.nodeId)), + $document = context.find$1$1(0, "document", type$.MutableDocument), + t1 = this.nodeId, + listItemNode = type$.ListItemNode._as($document._nodesById.$index(0, t1)), text = listItemNode._text$_text, - t1 = this.splitPosition.offset, - startText = text.copyText$2(0, t1), - endText = t1 < text.text.length ? text.copyText$1(t1) : A.AttributedText$(null, ""); - t1 = $.$get$_log1(); - t1.log$2(_s20_, "Splitting list item:"); - t1.log$2(_s20_, ' - start text: "' + startText.toString$0(0) + '"'); - t1.log$2(_s20_, ' - end text: "' + endText.toString$0(0) + '"'); - t1.log$2(_s20_, " - changing the original list item text due to split"); + t2 = this.splitPosition.offset, + startText = text.copyText$2(0, t2), + endText = t2 < text.text.length ? text.copyText$1(t2) : A.AttributedText$(null, null); + t2 = $.$get$_log11(); + t2.log$2(_s20_, "Splitting list item:"); + t2.log$2(_s20_, ' - start text: "' + startText.toString$0(0) + '"'); + t2.log$2(_s20_, ' - end text: "' + endText.toString$0(0) + '"'); + t2.log$2(_s20_, " - changing the original list item text due to split"); listItemNode.set$text(0, startText); - t2 = this.newNodeId; - t3 = listItemNode._list_items$_indent; - newNode = listItemNode.type === B.ListItemType_0 ? A.ListItemNode$ordered(t2, t3, endText) : A.ListItemNode$unordered(t2, t3, endText); - t1.log$2(_s20_, " - inserting new node in document"); - transaction._document.insertNodeAfter$2$existingNode$newNode(listItemNode, newNode); - t1.log$2(_s20_, " - inserted new node: " + newNode.id + " after old one: " + listItemNode.id); - } + t3 = this.newNodeId; + t4 = listItemNode._list_items$_indent; + newNode = listItemNode.type === B.ListItemType_0 ? A.ListItemNode$ordered(t3, t4, endText) : A.ListItemNode$unordered(t3, t4, endText); + t2.log$2(_s20_, " - inserting new node in document"); + $document.insertNodeAfter$2$existingNode$newNode(listItemNode, newNode); + t2.log$2(_s20_, " - inserted new node: " + newNode.id + " after old one: " + listItemNode.id); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.SplitListItemIntention(true), new A.DocumentEdit(new A.NodeChangeEvent(t1)), new A.DocumentEdit(new A.NodeInsertedEvent(t3, $document.getNodeIndexById$1(t3))), new A.SplitListItemIntention(false)], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 }; + A.SplitListItemIntention.prototype = {}; A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure.prototype = { call$1(attributions) { var t1 = this.styles, baseStyle = t1.$index(0, "textStyle"); if (baseStyle == null) - baseStyle = B.TextStyle_SVP0; + baseStyle = B.TextStyle_SVP1; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 190 + $signature: 205 }; A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -590977,140 +603194,265 @@ _this.textStyleBuilder = new A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure(styles); } }; - A.DeleteSelectionCommand.prototype = { - execute$2($document, transaction) { - var t3, t4, nodes, range, t5, startNode, t6, baseNode, startNodePosition, startNodeIndex, endNode, endNodePosition, endNodeIndex, startNodeAfterDeletion, endNodeAfterDeletion, _this = this, + A.InsertNodeAtIndexRequest.prototype = {$isEditRequest: 1}; + A.InsertNodeAtIndexCommand.prototype = { + execute$2(context, executor) { + var t1 = this.nodeIndex, + t2 = this.newNode; + context.find$1$1(0, "document", type$.MutableDocument).insertNodeAt$2(t1, t2); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeInsertedEvent(t2.id, t1))], type$.JSArray_EditEvent)); + } + }; + A.InsertNodeBeforeNodeRequest.prototype = {$isEditRequest: 1}; + A.InsertNodeBeforeNodeCommand.prototype = { + execute$2(context, executor) { + var t2, + $document = context.find$1$1(0, "document", type$.MutableDocument), + t1 = $document._nodesById.$index(0, this.existingNodeId); + t1.toString; + t2 = this.newNode; + $document.insertNodeBefore$2$existingNode$newNode(t1, t2); + t2 = t2.id; + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeInsertedEvent(t2, $document.getNodeIndexById$1(t2)))], type$.JSArray_EditEvent)); + } + }; + A.InsertNodeAfterNodeRequest.prototype = {$isEditRequest: 1}; + A.InsertNodeAfterNodeCommand.prototype = { + execute$2(context, executor) { + var t2, + $document = context.find$1$1(0, "document", type$.MutableDocument), + t1 = $document._nodesById.$index(0, this.existingNodeId); + t1.toString; + t2 = this.newNode; + $document.insertNodeAfter$2$existingNode$newNode(t1, t2); + t2 = t2.id; + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeInsertedEvent(t2, $document.getNodeIndexById$1(t2)))], type$.JSArray_EditEvent)); + } + }; + A.ReplaceNodeRequest.prototype = {$isEditRequest: 1}; + A.ReplaceNodeCommand.prototype = { + execute$2(context, executor) { + var t3, + $document = context.find$1$1(0, "document", type$.MutableDocument), + t1 = this.existingNodeId, + t2 = $document._nodesById.$index(0, t1); + t2.toString; + t3 = this.newNode; + $document.replaceNode$2$newNode$oldNode(t3, t2); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeRemovedEvent(t1)), new A.DocumentEdit(new A.NodeInsertedEvent(t3.get$id(t3), $document.getNodeIndexById$1(t3.get$id(t3))))], type$.JSArray_EditEvent)); + } + }; + A.ReplaceNodeWithEmptyParagraphWithCaretRequest.prototype = { + $eq(_, other) { + var t1; + if (other == null) + return false; + if (this !== other) + t1 = other instanceof A.ReplaceNodeWithEmptyParagraphWithCaretRequest && A.getRuntimeTypeOfDartObject(this) === A.getRuntimeTypeOfDartObject(other) && this.nodeId === other.nodeId; + else + t1 = true; + return t1; + }, + get$hashCode(_) { + return B.JSString_methods.get$hashCode(this.nodeId); + }, + $isEditRequest: 1 + }; + A.ReplaceNodeWithEmptyParagraphWithCaretCommand.prototype = { + execute$2(context, executor) { + var newNode, t1, + $document = context.find$1$1(0, "document", type$.MutableDocument), + oldNode = $document._nodesById.$index(0, this.nodeId); + if (oldNode == null) + return; + newNode = A.ParagraphNode$(oldNode.get$id(oldNode), null, A.AttributedText$(null, null)); + $document.replaceNode$2$newNode$oldNode(newNode, oldNode); + t1 = newNode.id; + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeRemovedEvent(oldNode.get$id(oldNode))), new A.DocumentEdit(new A.NodeInsertedEvent(t1, $document.getNodeIndexById$1(t1)))], type$.JSArray_EditEvent)); + executor.executeCommand$1(new A.ChangeSelectionCommand(A.DocumentSelection$collapsed(new A.DocumentPosition(t1, B.TextNodePosition_0_TextAffinity_1)), B.SelectionChangeType_0, "userInteraction")); + }, + $isEditCommand: 1 + }; + A.DeleteContentRequest.prototype = {$isEditRequest: 1}; + A.DeleteContentCommand.prototype = { + execute$2(context, executor) { + var $document, nodes, normalizedRange, t3, startNode, startNodeIndex, t4, endNode, endNodeIndex, t5, startNodeAfterDeletion, endNodeAfterDeletion, _this = this, _s22_ = "DeleteSelectionCommand", - t1 = $.$get$_log2(), - t2 = _this.documentSelection; + t1 = $.$get$_log12(), + t2 = _this.documentRange; t1.log$2(_s22_, "DocumentEditor: deleting selection: " + t2.toString$0(0)); - t3 = t2.base; - t4 = t2.extent; - nodes = $document.getNodesInside$2(t3, t4); + $document = context.find$1$1(0, "document", type$.MutableDocument); + nodes = $document.getNodesInside$2(t2.start, t2.end); + normalizedRange = t2.normalize$1(0, $document); if (nodes.length === 1) { - _this._deleteSelectionWithinSingleNode$4$document$documentSelection$node$transaction($document, t2, B.JSArray_methods.get$first(nodes), transaction); + B.JSArray_methods.addAll$1(executor._changeList, _this._deleteSelectionWithinSingleNode$3$document$node$normalizedRange($document, B.JSArray_methods.get$first(nodes), normalizedRange)); return; } - range = $document.getRangeBetween$2(t3, t4); - t2 = range.start; - t5 = $document._nodesById; - startNode = t5.$index(0, t2.nodeId); - t6 = t3.nodeId; - baseNode = t5.$index(0, t6); + t2 = normalizedRange.start; + t3 = $document._nodesById; + startNode = t3.$index(0, t2.nodeId); if (startNode == null) throw A.wrapException(A.Exception_Exception("Could not locate start node for DeleteSelectionCommand: " + t2.toString$0(0))); - startNodePosition = startNode.get$id(startNode) === t6 ? t3.nodePosition : t4.nodePosition; startNodeIndex = $document.getNodeIndexById$1(startNode.get$id(startNode)); - t2 = range.end; - endNode = t5.$index(0, t2.nodeId); + t4 = normalizedRange.end; + endNode = t3.$index(0, t4.nodeId); if (endNode == null) - throw A.wrapException(A.Exception_Exception("Could not locate end node for DeleteSelectionCommand: " + t2.toString$0(0))); - endNodePosition = startNode.get$id(startNode) === t6 ? t4.nodePosition : t3.nodePosition; + throw A.wrapException(A.Exception_Exception("Could not locate end node for DeleteSelectionCommand: " + t4.toString$0(0))); endNodeIndex = $document.getNodeIndexById$1(endNode.get$id(endNode)); - _this._deleteNodesBetweenFirstAndLast$4$document$endNode$startNode$transaction($document, endNode, startNode, transaction); + t5 = executor._changeList; + B.JSArray_methods.addAll$1(t5, _this._deleteNodesBetweenFirstAndLast$3$document$endNode$startNode($document, endNode, startNode)); t1.log$2(_s22_, " - deleting partial selection within the starting node."); - _this._deleteSelectionWithinNodeFromPositionToEnd$5$document$node$nodePosition$replaceWithParagraph$transaction($document, startNode, startNodePosition, false, transaction); + B.JSArray_methods.addAll$1(t5, _this._deleteRangeWithinNodeFromPositionToEnd$4$document$node$nodePosition$replaceWithParagraph($document, startNode, t2.nodePosition, false)); t1.log$2(_s22_, " - deleting partial selection within ending node."); - _this._deleteSelectionWithinNodeFromStartToPosition$4$document$node$nodePosition$transaction($document, endNode, endNodePosition, transaction); - if (t5.$index(0, startNode.get$id(startNode)) == null && t5.$index(0, endNode.get$id(endNode)) == null) { - transaction._document.insertNodeAt$2(Math.min(startNodeIndex, endNodeIndex), A.ParagraphNode$(baseNode.get$id(baseNode), null, A.AttributedText$(null, ""))); - return; + B.JSArray_methods.addAll$1(t5, _this._deleteRangeWithinNodeFromStartToPosition$3$document$node$nodePosition($document, endNode, t4.nodePosition)); + if (t3.$index(0, startNode.get$id(startNode)) == null && t3.$index(0, endNode.get$id(endNode)) == null) { + $document.insertNodeAt$2(Math.min(startNodeIndex, endNodeIndex), A.ParagraphNode$(startNode.get$id(startNode), null, A.AttributedText$(null, null))); + B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(startNode.get$id(startNode)))], type$.JSArray_EditEvent)); } - startNodeAfterDeletion = t5.$index(0, startNode.get$id(startNode)); - endNodeAfterDeletion = t5.$index(0, endNode.get$id(endNode)); + startNodeAfterDeletion = t3.$index(0, startNode.get$id(startNode)); + endNodeAfterDeletion = t3.$index(0, endNode.get$id(endNode)); if (!(startNodeAfterDeletion instanceof A.TextNode) || !(endNodeAfterDeletion instanceof A.TextNode)) return; t1.log$2(_s22_, " - combining last node text with first node text"); + t2 = startNodeAfterDeletion.id; + t3 = type$.JSArray_EditEvent; + B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.DocumentEdit(new A.TextInsertionEvent(startNodeAfterDeletion._text$_text.text.length, endNodeAfterDeletion._text$_text, t2))], t3)); startNodeAfterDeletion.set$text(0, startNodeAfterDeletion._text$_text.copyAndAppend$1(endNodeAfterDeletion._text$_text)); t1.log$2(_s22_, " - deleting last node"); - transaction._document.deleteNode$1(endNodeAfterDeletion); + $document.deleteNode$1(endNodeAfterDeletion); + B.JSArray_methods.addAll$1(t5, A._setArrayType([new A.DocumentEdit(new A.NodeRemovedEvent(endNodeAfterDeletion.id))], t3)); t1.log$2(_s22_, " - done with selection deletion"); }, - _deleteSelectionWithinSingleNode$4$document$documentSelection$node$transaction($document, documentSelection, node, transaction) { - var basePosition, extentPosition, t2, baseOffset, extentOffset, startOffset, endOffset, + _deleteSelectionWithinSingleNode$3$document$node$normalizedRange($document, node, normalizedRange) { + var startPosition, endPosition, t2, startOffset, endOffset, deletedText, _s32_ = "_deleteSelectionWithinSingleNode", - t1 = $.$get$_log2(); + t1 = $.$get$_log12(); t1.log$2(_s32_, " - deleting selection within single node"); - basePosition = documentSelection.base.nodePosition; - extentPosition = documentSelection.extent.nodePosition; - if (basePosition instanceof A.UpstreamDownstreamNodePosition) { - if (basePosition.$eq(0, extentPosition)) - return; - transaction._document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(node.get$id(node), null, A.AttributedText$(null, "")), node); + startPosition = normalizedRange.start.nodePosition; + endPosition = normalizedRange.end.nodePosition; + if (startPosition instanceof A.UpstreamDownstreamNodePosition) { + if (startPosition.$eq(0, endPosition)) + return A._setArrayType([], type$.JSArray_EditEvent); + $document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(node.get$id(node), null, A.AttributedText$(null, null)), node); + return A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(node.get$id(node)))], type$.JSArray_EditEvent); } else if (node instanceof A.TextNode) { t1.log$2(_s32_, " - its a TextNode"); t2 = type$.TextPosition; - baseOffset = t2._as(basePosition).offset; - extentOffset = t2._as(extentPosition).offset; - t2 = baseOffset < extentOffset; - startOffset = t2 ? baseOffset : extentOffset; - endOffset = t2 ? extentOffset : baseOffset; + startOffset = t2._as(startPosition).offset; + endOffset = t2._as(endPosition).offset; t1.log$2(_s32_, " - deleting from " + startOffset + " to " + endOffset); + deletedText = node._text$_text.copyText$2(startOffset, endOffset); node.set$text(0, node._text$_text.removeRegion$2$endOffset$startOffset(endOffset, startOffset)); + return A._setArrayType([new A.DocumentEdit(new A.TextDeletedEvent(startOffset, deletedText, node.id))], type$.JSArray_EditEvent); } + return A._setArrayType([], type$.JSArray_EditEvent); }, - _deleteNodesBetweenFirstAndLast$4$document$endNode$startNode$transaction($document, endNode, startNode, transaction) { - var i, t2, t3, t4, t5, t6, + _deleteNodesBetweenFirstAndLast$3$document$endNode$startNode($document, endNode, startNode) { + var t2, changes, i, t3, t4, removedNode, _s31_ = "_deleteNodesBetweenFirstAndLast", startIndex = $document.getNodeIndexById$1(startNode.get$id(startNode)), endIndex = $document.getNodeIndexById$1(endNode.get$id(endNode)), - t1 = $.$get$_log2(); + t1 = $.$get$_log12(); t1.log$2(_s31_, " - start node index: " + startIndex); t1.log$2(_s31_, " - end node index: " + endIndex); - t1.log$2(_s31_, " - initially " + $document._nodes.length + " nodes"); - for (i = endIndex - 1, t2 = transaction._document, t3 = t2._nodes, t4 = t2.get$_forwardNodeChange(); i > startIndex; --i) { - t5 = "" + i; - t6 = $document.getNodeAt$1(i); - t6 = t6 == null ? null : t6.get$id(t6); - t1.log$2(_s31_, " - deleting node " + t5 + ": " + A.S(t6)); - if (i >= 0 && i < t3.length) { - B.JSArray_methods.removeAt$1(t3, i).removeListener$1(0, t4); - t2._refreshNodeIdCaches$0(); - t2.notifyListeners$0(); + t2 = $document._editor$_nodes; + t1.log$2(_s31_, " - initially " + t2.length + " nodes"); + changes = A._setArrayType([], type$.JSArray_EditEvent); + for (i = endIndex - 1; i > startIndex; --i) { + t3 = "" + i; + t4 = $document.getNodeAt$1(i); + t4 = t4 == null ? null : t4.get$id(t4); + t1.log$2(_s31_, " - deleting node " + t3 + ": " + A.S(t4)); + removedNode = $document.getNodeAt$1(i); + changes.push(new A.DocumentEdit(new A.NodeRemovedEvent(removedNode.get$id(removedNode)))); + if (i >= 0 && i < t2.length) { + B.JSArray_methods.removeAt$1(t2, i); + $document._refreshNodeIdCaches$0(); } else - $.$get$editorDocLog().log$4(B.Level_WARNING_900, "Could not delete node. Index out of range: " + t5, null, null); + $.$get$editorDocLog().log$4(B.Level_WARNING_900, "Could not delete node. Index out of range: " + t3, null, null); } + return changes; }, - _deleteSelectionWithinNodeFromPositionToEnd$5$document$node$nodePosition$replaceWithParagraph$transaction($document, node, nodePosition, replaceWithParagraph, transaction) { - var t1; + _deleteRangeWithinNodeFromPositionToEnd$4$document$node$nodePosition$replaceWithParagraph($document, node, nodePosition, replaceWithParagraph) { + var t1, t2, t3, deletedText, t4; if (nodePosition instanceof A.UpstreamDownstreamNodePosition) { if (nodePosition.affinity === B.TextAffinity_1) - return; - this._deleteBlockLevelNode$4$document$node$replaceWithParagraph$transaction($document, node, false, transaction); - } else if (nodePosition instanceof A.TextPosition && node instanceof A.TextNode) - if (nodePosition.$eq(0, B.TextNodePosition_0_TextAffinity_1)) - transaction._document.deleteNode$1(node); - else { - t1 = node._text$_text; - node.set$text(0, t1.removeRegion$2$endOffset$startOffset(t1.text.length, nodePosition.offset)); + return A._setArrayType([], type$.JSArray_EditEvent); + return this._deleteBlockLevelNode$3$document$node$replaceWithParagraph($document, node, false); + } else if (nodePosition instanceof A.TextPosition && node instanceof A.TextNode) { + t1 = type$.JSArray_EditEvent; + t2 = node.id; + if (nodePosition.$eq(0, B.TextNodePosition_0_TextAffinity_1)) { + $document.deleteNode$1(node); + return A._setArrayType([new A.DocumentEdit(new A.NodeRemovedEvent(t2))], t1); + } else { + t3 = type$.TextNodePosition._as(nodePosition).offset; + deletedText = node._text$_text.copyText$1(t3); + t4 = node._text$_text; + node.set$text(0, t4.removeRegion$2$endOffset$startOffset(t4.text.length, t3)); + return A._setArrayType([new A.DocumentEdit(new A.TextDeletedEvent(t3, deletedText, t2))], t1); } - else + } else throw A.wrapException(A.Exception_Exception("Unknown node position type: " + nodePosition.toString$0(0) + ", for node: " + node.toString$0(0))); }, - _deleteSelectionWithinNodeFromStartToPosition$4$document$node$nodePosition$transaction($document, node, nodePosition, transaction) { + _deleteRangeWithinNodeFromStartToPosition$3$document$node$nodePosition($document, node, nodePosition) { + var t1, t2, t3, deletedText; if (nodePosition instanceof A.UpstreamDownstreamNodePosition) { if (nodePosition.affinity === B.TextAffinity_0) - return; - this._deleteBlockLevelNode$4$document$node$replaceWithParagraph$transaction($document, node, false, transaction); - } else if (nodePosition instanceof A.TextPosition && node instanceof A.TextNode) - if (nodePosition.$eq(0, new A.TextNodePosition(node._text$_text.text.length, B.TextAffinity_1))) - transaction._document.deleteNode$1(node); - else - node.set$text(0, node._text$_text.removeRegion$2$endOffset$startOffset(nodePosition.offset, 0)); - else + return A._setArrayType([], type$.JSArray_EditEvent); + return this._deleteBlockLevelNode$3$document$node$replaceWithParagraph($document, node, false); + } else if (nodePosition instanceof A.TextPosition && node instanceof A.TextNode) { + t1 = type$.JSArray_EditEvent; + t2 = node.id; + if (nodePosition.$eq(0, new A.TextNodePosition(node._text$_text.text.length, B.TextAffinity_1))) { + $document.deleteNode$1(node); + return A._setArrayType([new A.DocumentEdit(new A.NodeRemovedEvent(t2))], t1); + } else { + t3 = type$.TextNodePosition._as(nodePosition).offset; + deletedText = node._text$_text.copyText$2(0, t3); + node.set$text(0, node._text$_text.removeRegion$2$endOffset$startOffset(t3, 0)); + return A._setArrayType([new A.DocumentEdit(new A.TextDeletedEvent(0, deletedText, t2))], t1); + } + } else throw A.wrapException(A.Exception_Exception("Unknown node position type: " + nodePosition.toString$0(0) + ", for node: " + node.toString$0(0))); }, - _deleteBlockLevelNode$4$document$node$replaceWithParagraph$transaction($document, node, replaceWithParagraph, transaction) { - $.$get$_log2().log$2("_deleteBlockNode", " - deleting block level node"); - transaction._document.deleteNode$1(node); - } + _deleteBlockLevelNode$3$document$node$replaceWithParagraph($document, node, replaceWithParagraph) { + var t1; + $.$get$_log12().log$2("_deleteBlockNode", " - deleting block level node"); + $document.deleteNode$1(node); + t1 = A._setArrayType([new A.DocumentEdit(new A.NodeRemovedEvent(node.get$id(node)))], type$.JSArray_EditEvent); + return t1; + }, + $isEditCommand: 1 + }; + A.DeleteUpstreamAtBeginningOfNodeRequest.prototype = {$isEditRequest: 1}; + A.DeleteNodeRequest.prototype = {$isEditRequest: 1}; + A.DeleteNodeCommand.prototype = { + execute$2(context, executor) { + var $document, node, + _s17_ = "DeleteNodeCommand", + t1 = $.$get$_log12(), + t2 = this.nodeId; + t1.log$2(_s17_, "DocumentEditor: deleting node: " + t2); + $document = context.find$1$1(0, "document", type$.MutableDocument); + node = $document._nodesById.$index(0, t2); + if (node == null) { + t1.log$2(_s17_, "No such node. Returning."); + return; + } + t1.log$2(_s17_, " - deleting node"); + $document.deleteNode$1(node); + t1.log$2(_s17_, " - done with node deletion"); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeRemovedEvent(node.get$id(node)))], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 }; A.ParagraphNode.prototype = {}; A.ParagraphComponentBuilder.prototype = { createViewModel$2($document, node) { - var textDirection, textAlign, t1; + var textDirection, textAlign, t1, _null = null; if (!(node instanceof A.ParagraphNode)) - return null; + return _null; textDirection = A.getParagraphDirection(node._text$_text.text); textAlign = textDirection === B.TextDirection_1 ? B.TextAlign_0 : B.TextAlign_1; t1 = node._metadata; @@ -591128,10 +603470,10 @@ textAlign = B.TextAlign_3; break; } - return A.ParagraphComponentViewModel$(t1.$index(0, "blockType"), false, null, node.id, B.EdgeInsets_0_0_0_0, null, B.Color_0, node._text$_text, textAlign, textDirection, A._presenter__noStyleBuilder$closure()); + return A.ParagraphComponentViewModel$(t1.$index(0, "blockType"), _null, false, _null, node.id, B.EdgeInsets_0_0_0_0, _null, B.Color_0, false, node._text$_text, textAlign, textDirection, A._presenter__noStyleBuilder$closure()); }, createComponent$2(componentContext, componentViewModel) { - var t1, t2, t3, t4, t5, _null = null; + var t1, t2, t3, t4, t5, t6, t7, _null = null; if (!(componentViewModel instanceof A.ParagraphComponentViewModel)) return _null; t1 = $.$get$editorLayoutLog(); @@ -591144,15 +603486,17 @@ t1.log$4(B.Level_FINER_400, " extent: " + new A.TextNodePosition(t2.extentOffset, t2.affinity).toString$0(0), _null, _null); } else t1.log$4(B.Level_FINER_400, " - not painting any text selection", _null, _null); - t1 = componentViewModel.textStyleBuilder; - t2 = componentViewModel.blockType; - t3 = type$.String; - t4 = type$.dynamic; - t2 = t2 != null ? A.LinkedHashMap_LinkedHashMap$_literal(["blockType", t2], t3, t4) : A.LinkedHashMap_LinkedHashMap$_empty(t3, t4); - t3 = componentViewModel.textAlignment; - t4 = componentViewModel.selection; - t5 = componentViewModel.selectionColor; - return A.TextComponent$(componentViewModel.highlightWhenEmpty, componentContext.componentKey, t2, t5, false, componentViewModel.text, t3, componentViewModel.textDirection, _null, t4, t1); + t1 = componentViewModel.text; + t2 = componentViewModel.textStyleBuilder; + t3 = componentViewModel.blockType; + t4 = type$.String; + t5 = type$.dynamic; + t3 = t3 != null ? A.LinkedHashMap_LinkedHashMap$_literal(["blockType", t3], t4, t5) : A.LinkedHashMap_LinkedHashMap$_empty(t4, t5); + t4 = componentViewModel.textAlignment; + t5 = componentViewModel.selection; + t6 = componentViewModel.selectionColor; + t7 = componentViewModel.highlightWhenEmpty; + return A.TextComponent$(componentViewModel.composingRegion, t7, componentContext.componentKey, t3, t6, componentViewModel.showComposingUnderline, false, t1, t4, componentViewModel.textDirection, _null, t5, t2); }, $isComponentBuilder: 1 }; @@ -591161,24 +603505,26 @@ var _this = this, t1 = _this.maxWidth, t2 = _this.padding, - t3 = _this.textStyleBuilder, - t4 = _this.textAlignment, - t5 = _this.selection, - t6 = _this.selectionColor; - return A.ParagraphComponentViewModel$(_this.blockType, _this.highlightWhenEmpty, t1, _this.nodeId, t2, t5, t6, _this.text, t4, _this.textDirection, t3); + t3 = _this.text, + t4 = _this.textStyleBuilder, + t5 = _this.textAlignment, + t6 = _this.selection, + t7 = _this.selectionColor, + t8 = _this.highlightWhenEmpty; + return A.ParagraphComponentViewModel$(_this.blockType, _this.composingRegion, t8, t1, _this.nodeId, t2, t6, t7, _this.showComposingUnderline, t3, t5, _this.textDirection, t4); }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ParagraphComponentViewModel && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && J.$eq$(_this.blockType, other.blockType) && _this.text.$eq(0, other.text) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty; + t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.ParagraphComponentViewModel && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && J.$eq$(_this.blockType, other.blockType) && _this.text.$eq(0, other.text) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty && J.$eq$(_this.composingRegion, other.composingRegion) && _this.showComposingUnderline === other.showComposingUnderline; else t1 = true; return t1; }, get$hashCode(_) { - var t6, t7, t8, t9, t10, _this = this, + var t6, t7, t8, t9, t10, t11, t12, _this = this, t1 = A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this), t2 = B.JSString_methods.get$hashCode(_this.nodeId), t3 = J.get$hashCode$(_this.blockType), @@ -591190,7 +603536,18 @@ t8 = J.get$hashCode$(_this.selection); t9 = B.JSInt_methods.get$hashCode(_this.selectionColor.value); t10 = _this.highlightWhenEmpty ? 519018 : 218159; - return (t1 ^ t2 ^ t3 ^ t5 ^ t4 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10) >>> 0; + t11 = J.get$hashCode$(_this.composingRegion); + t12 = _this.showComposingUnderline ? 519018 : 218159; + return (t1 ^ t2 ^ t3 ^ t5 ^ t4 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10 ^ t11 ^ t12) >>> 0; + }, + textStyleBuilder$1(arg0) { + return this.textStyleBuilder.call$1(arg0); + }, + get$text(receiver) { + return this.text; + }, + set$text(receiver, val) { + return this.text = val; }, set$selection(val) { return this.selection = val; @@ -591200,16 +603557,51 @@ }, set$highlightWhenEmpty(val) { return this.highlightWhenEmpty = val; + }, + set$composingRegion(val) { + return this.composingRegion = val; + }, + set$showComposingUnderline(val) { + return this.showComposingUnderline = val; } }; + A.ChangeParagraphBlockTypeRequest.prototype = { + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = other instanceof A.ChangeParagraphBlockTypeRequest && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && _this.blockType.$eq(0, other.blockType); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + var t1 = this.blockType; + return (B.JSString_methods.get$hashCode(this.nodeId) ^ t1.get$hashCode(t1)) >>> 0; + }, + $isEditRequest: 1 + }; + A.ChangeParagraphBlockTypeCommand.prototype = { + execute$2(context, executor) { + var t1 = this.nodeId, + t2 = context.find$1$1(0, "document", type$.MutableDocument)._nodesById.$index(0, t1); + t2.toString; + type$.ParagraphNode._as(t2).putMetadataValue$2("blockType", this.blockType); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(t1))], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 + }; + A.CombineParagraphsRequest.prototype = {$isEditRequest: 1}; A.CombineParagraphsCommand.prototype = { - execute$2($document, transaction) { - var t2, t3, secondNode, nodeAbove, _null = null, + execute$2(context, executor) { + var t2, t3, $document, secondNode, nodeAbove, _null = null, t1 = $.$get$editorDocLog(); t1.log$4(B.Level_INFO_800, "Executing CombineParagraphsCommand", _null, _null); t2 = this.firstNodeId; t3 = this.secondNodeId; t1.log$4(B.Level_INFO_800, ' - merging "' + t2 + '" <- "' + t3 + '"', _null, _null); + $document = context.find$1$1(0, "document", type$.MutableDocument); secondNode = $document._nodesById.$index(0, t3); if (!(secondNode instanceof A.TextNode)) { t1.log$4(B.Level_INFO_800, "WARNING: Cannot merge node of type: " + A.S(secondNode) + " into node above.", _null, _null); @@ -591232,15 +603624,19 @@ nodeAbove.set$text(0, t2.copyAndAppend$1(secondNode._text$_text)); if (t2.text.length === 0 && nodeAbove instanceof A.ParagraphNode) nodeAbove.set$metadata(0, secondNode._metadata); - if (!transaction._document.deleteNode$1(secondNode)) + if (!$document.deleteNode$1(secondNode)) t1.log$4(B.Level_INFO_800, "ERROR: Failed to delete the currently selected node from the document.", _null, _null); - } + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeRemovedEvent(secondNode.id)), new A.DocumentEdit(new A.NodeChangeEvent(nodeAbove.id))], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 }; + A.SplitParagraphRequest.prototype = {$isEditRequest: 1}; A.SplitParagraphCommand.prototype = { - execute$2($document, transaction) { - var node, text, t2, startText, endText, t3, newNode, _this = this, _null = null, + execute$2(context, executor) { + var $document, node, text, t2, startText, endText, newParagraphAttributions, t3, t4, t5, t6, t7, newNode, composer, newSelection, documentChanges, _this = this, _null = null, t1 = $.$get$editorDocLog(); t1.log$4(B.Level_INFO_800, "Executing SplitParagraphCommand", _null, _null); + $document = context.find$1$1(0, "document", type$.MutableDocument); node = $document._nodesById.$index(0, _this.nodeId); if (!(node instanceof A.ParagraphNode)) { t1.log$4(B.Level_INFO_800, "WARNING: Cannot split paragraph for node of type: " + A.S(node) + ".", _null, _null); @@ -591253,26 +603649,157 @@ t1.log$4(B.Level_INFO_800, "Splitting paragraph:", _null, _null); t1.log$4(B.Level_INFO_800, ' - start text: "' + startText.text + '"', _null, _null); t1.log$4(B.Level_INFO_800, ' - end text: "' + endText.text + '"', _null, _null); + if (t2 === text.text.length) { + newParagraphAttributions = endText.getAttributionSpansInRange$2$attributionFilter$range(new A.SplitParagraphCommand_execute_closure(), B.SpanRange_0_0); + for (t1 = A._LinkedHashSetIterator$(newParagraphAttributions, newParagraphAttributions._collection$_modifications, A._instanceType(newParagraphAttributions)._precomputed1), t2 = endText.spans, t3 = _this.attributionsToExtendToNewParagraph, t4 = t1.$ti._precomputed1; t1.moveNext$0();) { + t5 = t1._collection$_current; + if (t5 == null) + t5 = t4._as(t5); + t6 = t5.attribution; + if (t3.call$1(t6)) + continue; + t7 = t5.start; + t2.removeAttribution$3$attributionToRemove$end$start(t6, t5.end, t7); + endText._attributed_text$_notifyListeners$0(); + } + } + t1 = $.$get$editorDocLog(); t1.log$4(B.Level_INFO_800, " - changing the original paragraph text due to split", _null, _null); node.set$text(0, startText); - t2 = type$.String; - t3 = type$.dynamic; - t2 = _this.replicateExistingMetadata ? A.LinkedHashMap_LinkedHashMap$from(node._metadata, t2, t3) : A.LinkedHashMap_LinkedHashMap$_empty(t2, t3); - newNode = A.ParagraphNode$(_this.newNodeId, t2, endText); + t2 = _this.newNodeId; + t3 = type$.String; + t4 = type$.dynamic; + newNode = A.ParagraphNode$(t2, _this.replicateExistingMetadata ? A.LinkedHashMap_LinkedHashMap$from(node._metadata, t3, t4) : A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), endText); t1.log$4(B.Level_INFO_800, " - inserting new node in document", _null, _null); - transaction._document.insertNodeAfter$2$existingNode$newNode(node, newNode); - t1.log$4(B.Level_INFO_800, " - inserted new node: " + newNode.id + " after old one: " + node.id, _null, _null); - } + $document.insertNodeAfter$2$existingNode$newNode(node, newNode); + t3 = node.id; + t1.log$4(B.Level_INFO_800, " - inserted new node: " + newNode.id + " after old one: " + t3, _null, _null); + composer = context.find$1$1(0, "composer", type$.MutableDocumentComposer); + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t4 = composer._document_composer$_composingRegion; + if (t4._pausable_value_notifier$_isPaused) + t4.__PausableValueNotifier__currentValueDuringPause_A === $ && A.throwUnnamedLateFieldNI(); + else + A.ValueNotifier.prototype.get$value.call(t4, t4); + newSelection = A.DocumentSelection$collapsed(new A.DocumentPosition(t2, B.TextNodePosition_0_TextAffinity_1)); + composer.setSelectionWithReason$2(newSelection, "userInteraction"); + if (t4._pausable_value_notifier$_isPaused) + t4.__PausableValueNotifier__currentValueDuringPause_A = null; + else + t4.super$ValueNotifier$value(0, _null); + t4 = type$.JSArray_EditEvent; + documentChanges = A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(t3)), new A.DocumentEdit(new A.NodeInsertedEvent(t2, $document.getNodeIndexById$1(t2))), new A.SelectionChangeEvent(t1, newSelection, B.SelectionChangeType_6), new A.ComposingRegionChangeEvent(_null)], t4); + t1 = executor._changeList; + if (newNode._text$_text.text.length === 0) { + t2 = A._setArrayType([new A.SubmitParagraphIntention(true)], t4); + B.JSArray_methods.addAll$1(t2, documentChanges); + t2.push(new A.SubmitParagraphIntention(false)); + B.JSArray_methods.addAll$1(t1, t2); + } else { + t2 = A._setArrayType([new A.SplitParagraphIntention(true)], t4); + B.JSArray_methods.addAll$1(t2, documentChanges); + t2.push(new A.SplitParagraphIntention(false)); + B.JSArray_methods.addAll$1(t1, t2); + } + }, + $isEditCommand: 1 }; + A.SplitParagraphCommand_execute_closure.prototype = { + call$1(a) { + return true; + }, + $signature: 213 + }; + A.DeleteUpstreamAtBeginningOfParagraphCommand.prototype = { + execute$2(context, executor) { + var $document, composer, documentLayoutEditable, nodeBefore, + t1 = this.node; + if (!(t1 instanceof A.ParagraphNode)) + return; + t1.get$beginningPosition(); + $document = context.find$1$1(0, "document", type$.MutableDocument); + composer = context.find$1$1(0, "composer", type$.MutableDocumentComposer); + documentLayoutEditable = context.find$1$1(0, "layout", type$.DocumentLayoutEditable); + if (!J.$eq$(t1._metadata.$index(0, "blockType"), B.NamedAttribution_paragraph)) { + executor.executeCommand$1(new A.ChangeParagraphBlockTypeCommand(t1.id, B.NamedAttribution_paragraph)); + return; + } + nodeBefore = $document.getNodeBefore$1(t1); + if (nodeBefore == null) + return; + if (nodeBefore instanceof A.TextNode) { + this.mergeTextNodeWithUpstreamTextNode$3(executor, $document, composer); + return; + } + documentLayoutEditable._documentLayoutResolver.call$0().getComponentByNodeId$1(nodeBefore.get$id(nodeBefore)).isVisualSelectionSupported$0(); + this.moveSelectionToEndOfPrecedingNode$3(executor, $document, composer); + if (t1._text$_text.text.length === 0) + executor.executeCommand$1(new A.DeleteNodeCommand(t1.id)); + }, + mergeTextNodeWithUpstreamTextNode$3(executor, $document, composer) { + var node, nodeAbove, t2, + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + node = $document._nodesById.$index(0, t1.extent.nodeId); + if (node == null) + return false; + nodeAbove = $document.getNodeBefore$1(node); + if (nodeAbove == null) + return false; + if (!(nodeAbove instanceof A.TextNode)) + return false; + t1 = nodeAbove._text$_text; + t2 = nodeAbove.id; + executor.executeCommand$1(new A.CombineParagraphsCommand(t2, node.get$id(node))); + executor.executeCommand$1(new A.ChangeSelectionCommand(A.DocumentSelection$collapsed(new A.DocumentPosition(t2, new A.TextNodePosition(t1.text.length, B.TextAffinity_1))), B.SelectionChangeType_7, "userInteraction")); + return true; + }, + moveSelectionToEndOfPrecedingNode$3(executor, $document, composer) { + var t2, node, nodeBefore, + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) + return; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + node = $document._nodesById.$index(0, t1.extent.nodeId); + if (node == null) + return; + nodeBefore = $document.getNodeBefore$1(node); + if (nodeBefore == null) + return; + executor.executeCommand$1(new A.ChangeSelectionCommand(A.DocumentSelection$collapsed(new A.DocumentPosition(nodeBefore.get$id(nodeBefore), nodeBefore.get$endPosition())), B.SelectionChangeType_5, "userInteraction")); + }, + $isEditCommand: 1 + }; + A.Intention.prototype = {$isEditEvent: 1}; + A.SplitParagraphIntention.prototype = {}; + A.SubmitParagraphIntention.prototype = {}; A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure.prototype = { call$1(attributions) { var t1 = this.styles, baseStyle = t1.$index(0, "textStyle"); if (baseStyle == null) - baseStyle = B.TextStyle_SVP0; + baseStyle = B.TextStyle_SVP1; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 190 + $signature: 205 }; A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -591284,6 +603811,9 @@ } }; A.UpstreamDownstreamNodePosition.prototype = { + isEquivalentTo$1(other) { + return this.$eq(0, other); + }, toString$0(_) { return "[UpstreamDownstreamNodePosition] - " + this.affinity.toString$0(0); }, @@ -591321,74 +603851,81 @@ }; A.SuperEditor.prototype = { createState$0() { - return new A.SuperEditorState(new A.FloatingCursorController($.$get$ChangeNotifier__emptyListeners()), B._StateLifecycle_0); + var t1 = $.$get$ChangeNotifier__emptyListeners(), + t2 = type$.ValueNotifier_bool, + t3 = type$.LabeledGlobalKey_State_StatefulWidget, + t4 = A.SuperEditorIosControlsController$(), + t5 = type$.void_Function; + return new A.SuperEditorState(new A.LayerLink(), new A.ValueNotifier(false, t1, t2), new A.SignalNotifier(t1), new A.ValueNotifier(null, t1, type$.ValueNotifier_nullable_DragHandleAutoScroller), new A.LabeledGlobalKey(null, t3), t4, new A.LabeledGlobalKey(null, t3), new A.SuperEditorAndroidControlsController(new A.ValueNotifier(false, t1, t2), new A.SignalNotifier(t1), new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t5), t1), new A.ValueNotifier(false, t1, t2), new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t5), t1), new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t5), t1), new A.ValueNotifier(false, t1, t2), new A.ValueNotifier(false, t1, t2), new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t5), t1), new A.ValueNotifier(false, t1, t2), new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t5), t1)), B._StateLifecycle_0); + }, + get$document(receiver) { + return this.document; } }; A.SuperEditorState.prototype = { initState$0() { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$initState(); t1 = _this._widget.focusNode; - if (t1 == null) - t1 = A.FocusNode$(true, null, true, true, null, null, false); t1.addListener$1(0, _this.get$_super_editor0$_onFocusChange()); _this.__SuperEditorState__focusNode_A = t1; - t1 = _this._widget.composer; - if (t1 == null) - t1 = A.DocumentComposer$(); - _this.__SuperEditorState__composer_A = t1; - t1.addListener$1(0, _this.get$_updateComposerPreferencesAtSelection()); + t1 = _this._widget; + _this.__SuperEditorState__composer_A = t1.composer; + t2 = t1.scrollController; + _this.__SuperEditorState__scrollController_A = t2; _this.__SuperEditorState__autoScrollController_A = new A.AutoScrollController($.$get$ChangeNotifier__emptyListeners()); - t1 = _this._widget.documentLayoutKey; - _this.__SuperEditorState__docLayoutKey_A = t1; + t2 = t1.documentLayoutKey; + _this.__SuperEditorState__docLayoutKey_A = t2; + t2 = t1.selectionLayerLinks; + _this.__SuperEditorState__selectionLinks_A = t2; + t1 = t1.editor.__Editor_context_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.put$2(0, "layout", new A.DocumentLayoutEditable(new A.SuperEditorState_initState_closure(_this))); _this._createEditContext$0(); _this._createLayoutPresenter$0(); }, didUpdateWidget$1(oldWidget) { - var t1, t2, t3, _this = this, _null = null; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (_this._widget.composer != oldWidget.composer) { - t1 = _this.__SuperEditorState__composer_A; + t1 = _this._widget.focusNode; + if (t1 !== oldWidget.focusNode) { + t1.addListener$1(0, _this.get$_super_editor0$_onFocusChange()); + _this.__SuperEditorState__focusNode_A = t1; + } + t1 = _this._widget; + t2 = t1.documentLayoutKey; + if (t2 !== oldWidget.documentLayoutKey) + _this.__SuperEditorState__docLayoutKey_A = t2; + t2 = t1.selectionLayerLinks; + if (t2 !== oldWidget.selectionLayerLinks) + _this.__SuperEditorState__selectionLinks_A = t2; + t2 = t1.composer; + if (t2 !== oldWidget.composer) + _this.__SuperEditorState__composer_A = t2; + t2 = oldWidget.editor; + if (t1.editor !== t2) { + for (t1 = B.Set_empty2.get$iterator(B.Set_empty2); t1.moveNext$0();) + t1.get$current(t1).detach$1(0, t2); + t1 = t2.__Editor_context_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this.get$_updateComposerPreferencesAtSelection(); - t1.removeListener$1(0, t2); - t1 = _this._widget.composer; - if (t1 == null) - t1 = A.DocumentComposer$(); - _this.__SuperEditorState__composer_A = t1; - t1.addListener$1(0, t2); - } - t1 = oldWidget.editor; - if (_this._widget.editor !== t1) { - t2 = _this.__SuperEditorState__composer_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.set$selection(_null); - } - t2 = _this._widget.focusNode; - if (t2 != oldWidget.focusNode) { - if (t2 == null) - t2 = A.FocusNode$(true, _null, true, true, _null, _null, false); - t2.addListener$1(0, _this.get$_super_editor0$_onFocusChange()); - _this.__SuperEditorState__focusNode_A = t2; - } - t2 = _this._widget; - t3 = t2.documentLayoutKey; - if (t3 !== oldWidget.documentLayoutKey) - _this.__SuperEditorState__docLayoutKey_A = t3; - if (t2.editor !== t1) { + t1._resources.remove$1(0, "layout"); + t1 = _this._widget.editor.__Editor_context_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.put$2(0, "layout", new A.DocumentLayoutEditable(new A.SuperEditorState_didUpdateWidget_closure(_this))); _this._createEditContext$0(); _this._createLayoutPresenter$0(); - } else if (!t2.selectionStyles.$eq(0, oldWidget.selectionStyles)) { - t1 = _this.__SuperEditorState__docLayoutSelectionStyler_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.set$selectionStyles(_this._widget.selectionStyles); - } - t1 = _this._widget.stylesheet; - if (t1 !== oldWidget.stylesheet) { - t2 = _this.__SuperEditorState__docStylesheetStyler_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.set$stylesheet(t1); + } else { + if (!t1.selectionStyles.$eq(0, oldWidget.selectionStyles)) { + t1 = _this.__SuperEditorState__docLayoutSelectionStyler_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$selectionStyles(_this._widget.selectionStyles); + } + if (_this._widget.stylesheet !== oldWidget.stylesheet) + _this._createLayoutPresenter$0(); } + t1 = _this._widget.scrollController; + if (t1 !== oldWidget.scrollController) + _this.__SuperEditorState__scrollController_A = t1; _this._recomputeIfLayoutShouldShowCaret$0(); }, dispose$0() { @@ -591396,60 +603933,81 @@ t1 = _this._contentTapDelegate; if (t1 != null) t1.dispose$0(); - t1 = _this.__SuperEditorState__composer_A; + _this._iosControlsController.dispose$0(); + _this._androidControlsController.dispose$0(); + t1 = _this._widget.editor.__Editor_context_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t1.removeListener$1(0, _this.get$_updateComposerPreferencesAtSelection()); - if (_this._widget.composer == null) - _this.__SuperEditorState__composer_A.dispose$0(); + t1._resources.remove$1(0, "layout"); t1 = _this.__SuperEditorState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeListener$1(0, _this.get$_super_editor0$_onFocusChange()); - if (_this._widget.focusNode == null) - _this.__SuperEditorState__focusNode_A.dispose$0(); + _this._widget.toString; _this.super$State$dispose(); }, _createEditContext$0() { - var _this = this, - t1 = _this._widget.editor, - t2 = _this.__SuperEditorState__composer_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - _this.__SuperEditorState_editContext_A = new A.EditContext(t1, new A.SuperEditorState__createEditContext_closure(_this), t2, new A.CommonEditorOperations(t1, t2, new A.SuperEditorState__createEditContext_closure0(_this))); - t2 = _this._contentTapDelegate; - if (t2 != null) - t2.dispose$0(); + var t2, t3, t4, _this = this, + t1 = _this._scroller; + if (t1 != null) + t1._scrollChangeListeners.clear$0(0); + t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function); + t2 = new A.DocumentScroller(t1); + t1.add$1(0, _this._scrollChangeSignal.get$notifyListeners()); + _this._scroller = t2; + t1 = _this._widget; + t3 = t1.editor; + t1 = t1.document; + t4 = _this.__SuperEditorState__composer_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + _this.__SuperEditorState_editContext_A = new A.SuperEditorContext(t3, t1, new A.SuperEditorState__createEditContext_closure(_this), t4, t2, new A.CommonEditorOperations(t1, t3, t4, new A.SuperEditorState__createEditContext_closure0(_this))); + for (t1 = B.Set_empty2.get$iterator(B.Set_empty2); t1.moveNext$0();) + t1.get$current(t1).attach$1(_this._widget.editor); + t1 = _this._contentTapDelegate; + if (t1 != null) + t1.dispose$0(); _this._widget.toString; t1 = A.superEditorLaunchLinkTapHandlerFactory(_this.__SuperEditorState_editContext_A); _this._contentTapDelegate = t1; }, _createLayoutPresenter$0() { - var $document, t2, _this = this, + var $document, t2, t3, showComposingUnderline, t4, _this = this, t1 = _this._docLayoutPresenter; if (t1 != null) t1.dispose$0(); t1 = _this.__SuperEditorState_editContext_A; t1 === $ && A.throwUnnamedLateFieldNI(); - $document = t1.editor._document; + $document = t1.document; t2 = _this._widget; - _this.__SuperEditorState__docStylesheetStyler_A = new A.SingleColumnStylesheetStyler(t2.stylesheet); + t3 = t2.stylesheet; + _this.__SuperEditorState__docStylesheetStyler_A = new A.SingleColumnStylesheetStyler(t3); _this.__SuperEditorState__docLayoutPerComponentBlockStyler_A = new A.SingleColumnLayoutCustomComponentStyler(); - t1 = t1.composer.selectionNotifier; - t2 = new A.SingleColumnLayoutSelectionStyler($document, t1, t2.selectionStyles); - t1.addListener$1(0, t2.get$markDirty()); - _this.__SuperEditorState__docLayoutSelectionStyler_A = t2; - t2 = _this._widget.componentBuilders; - t1 = A._setArrayType([_this.__SuperEditorState__docStylesheetStyler_A, _this.__SuperEditorState__docLayoutPerComponentBlockStyler_A], type$.JSArray_SingleColumnLayoutStylePhase); + t1 = t1.composer._selectionNotifier; + t3 = new A.SingleColumnLayoutSelectionStyler($document, t1, t2.selectionStyles, t3.selectedTextColorStrategy); + t1.addListener$1(0, t3.get$markDirty()); + _this.__SuperEditorState__docLayoutSelectionStyler_A = t3; + showComposingUnderline = A.defaultTargetPlatform() === B.TargetPlatform_4 || A.defaultTargetPlatform() === B.TargetPlatform_2 || A.defaultTargetPlatform() === B.TargetPlatform_0; + t1 = _this._widget.componentBuilders; + t2 = A._setArrayType([_this.__SuperEditorState__docStylesheetStyler_A, _this.__SuperEditorState__docLayoutPerComponentBlockStyler_A], type$.JSArray_SingleColumnLayoutStylePhase); _this._widget.toString; - B.JSArray_methods.addAll$1(t1, B.List_empty30); - t1.push(_this.__SuperEditorState__docLayoutSelectionStyler_A); - t1 = new A.SingleColumnLayoutPresenter($document, t2, t1, A._setArrayType([], type$.JSArray_nullable_SingleColumnLayoutViewModel), A.LinkedHashSet_LinkedHashSet$_empty(type$.SingleColumnLayoutPresenterChangeListener)); + B.JSArray_methods.addAll$1(t2, B.List_empty32); + if (showComposingUnderline) { + t3 = _this.__SuperEditorState_editContext_A.composer._document_composer$_composingRegion; + t4 = new A.SingleColumnLayoutComposingRegionStyler($document, t3, true); + t3.addListener$1(0, t4.get$markDirty()); + t2.push(t4); + } + t2.push(_this.__SuperEditorState__docLayoutSelectionStyler_A); + t1 = new A.SingleColumnLayoutPresenter($document, t1, t2, A._setArrayType([], type$.JSArray_nullable_SingleColumnLayoutViewModel), A.LinkedHashSet_LinkedHashSet$_empty(type$.SingleColumnLayoutPresenterChangeListener)); t1._assemblePipeline$0(); t1.__SingleColumnLayoutPresenter__viewModel_A = t1._createNewViewModel$0(); - $document.addListener$1(0, t1.get$__presenter$_onDocumentChange()); + $document._editor$_listeners.push(t1.get$__presenter$_onDocumentChange()); _this._docLayoutPresenter = t1; _this._recomputeIfLayoutShouldShowCaret$0(); }, _super_editor0$_onFocusChange$0() { this._recomputeIfLayoutShouldShowCaret$0(); + var t1 = this.__SuperEditorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + this._primaryFocusListener.set$value(0, t1.get$hasPrimaryFocus()); }, _recomputeIfLayoutShouldShowCaret$0() { var t2, @@ -591459,175 +604017,141 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t1.set$shouldDocumentShowCaret(t2.get$hasFocus() && this.get$gestureMode() === B.DocumentGestureMode_0); }, - _updateComposerPreferencesAtSelection$0() { - var t2, t3, selectionExtent, t4, selectedNodePosition, t5, previousSelectedNodePosition, node, currentAttributionsOffset, allAttributions, newStyles, linkAttribution, range, _this = this, - t1 = _this.__SuperEditorState__composer_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1.selectionNotifier._change_notifier$_value; - t1 = t1 == null ? null : t1.extent; - if (J.$eq$(t1, _this._previousSelectionExtent)) - return; - t1 = _this.__SuperEditorState__composer_A; - t2 = t1.selectionNotifier._change_notifier$_value; - t3 = t2 == null; - selectionExtent = t3 ? null : t2.extent; - if (selectionExtent != null) - if (selectionExtent.nodePosition instanceof A.TextNodePosition) { - t4 = _this._previousSelectionExtent; - t4 = t4 != null && t4.nodePosition instanceof A.TextNodePosition; - } else - t4 = false; - else - t4 = false; - if (t4) { - t4 = type$.TextNodePosition; - selectedNodePosition = t4._as(selectionExtent.nodePosition); - t5 = _this._previousSelectionExtent; - previousSelectedNodePosition = t4._as(t5.nodePosition); - if (selectionExtent.nodeId === t5.nodeId && selectedNodePosition.offset === previousSelectedNodePosition.offset) - return; - } - _this._previousSelectionExtent = t3 ? null : t2.extent; - t1 = t1._preferences; - t1._currentAttributions.clear$0(0); - t1.notifyListeners$0(); - t1 = _this.__SuperEditorState__composer_A.selectionNotifier._change_notifier$_value; - if (t1 == null || !t1.base.$eq(0, t1.extent)) - return; - node = _this._widget.editor._document._nodesById.$index(0, _this.__SuperEditorState__composer_A.selectionNotifier._change_notifier$_value.extent.nodeId); - if (!(node instanceof A.TextNode)) - return; - t1 = type$.TextPosition._as(_this.__SuperEditorState__composer_A.selectionNotifier._change_notifier$_value.extent.nodePosition).offset; - t2 = t1 === 0; - if (t2 && node._text$_text.text.length === 0) - return; - currentAttributionsOffset = A._Cell$named("currentAttributionsOffset"); - if (t2) - currentAttributionsOffset.__late_helper$_value = t1 + 1; - else - currentAttributionsOffset.__late_helper$_value = t1 - 1; - allAttributions = node._text$_text.spans.getAllAttributionsAt$1(currentAttributionsOffset._readLocal$0()); - t2 = A._instanceType(allAttributions)._eval$1("WhereIterable"); - newStyles = A.LinkedHashSet_LinkedHashSet$of(new A.WhereIterable(allAttributions, new A.SuperEditorState__updateComposerPreferencesAtSelection_closure(), t2), t2._eval$1("Iterable.E")); - linkAttribution = A.IterableExtension_firstWhereOrNull(allAttributions, new A.SuperEditorState__updateComposerPreferencesAtSelection_closure0()); - if (linkAttribution != null) { - range = node._text$_text.spans.getAttributedRange$2(A.LinkedHashSet_LinkedHashSet$_literal([linkAttribution], type$.Attribution), currentAttributionsOffset._readLocal$0()); - if (t1 > 0 && currentAttributionsOffset._readLocal$0() >= range.start && currentAttributionsOffset._readLocal$0() < range.end) - newStyles.add$1(0, linkAttribution); - } - t1 = _this.__SuperEditorState__composer_A._preferences; - t1._currentAttributions.addAll$1(0, newStyles); - t1.notifyListeners$0(); - }, get$gestureMode() { var t1 = this._widget.gestureMode; return t1; }, - get$inputSource() { - var t1 = this._widget.inputSource; + get$_keyboardActions() { + var t1 = this._widget.keyboardActions; return t1; }, build$1(context) { - var t2, t3, _this = this, - t1 = _this.__SuperEditorState__focusNode_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this._widget.editor; - t3 = _this.__SuperEditorState__composer_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - return new A.SuperEditorFocusDebugVisuals(t1, new A.EditorSelectionAndFocusPolicy(new A.SuperEditorState_build_closure(_this), t1, t2._document, t3.selectionNotifier, new A.SuperEditorState_build_closure0(_this), true, true, true, _this._buildInputSystem$1$child(_this._buildGestureSystem$1$documentLayout(_this._buildDocumentLayout$0())), null), null); + return this._buildGestureControlsScope$1$child(new A.Builder(new A.SuperEditorState_build_closure(this), null)); }, - _buildInputSystem$1$child(child) { - var t1, t2, t3, _this = this, _null = null; - switch (_this.get$inputSource().index) { + _buildGestureControlsScope$1$child(child) { + var _this = this; + switch (_this.get$gestureMode().index) { + case 0: + return child; + case 1: + return new A.SuperEditorAndroidControlsScope(_this._androidControlsController, child, _this._androidControlsContextKey); + case 2: + return new A.SuperEditorIosControlsScope(_this._iosControlsController, child, _this._iosControlsContextKey); + } + }, + _buildTextInputSystem$1$child(child) { + var t2, t3, t4, t5, _this = this, _null = null, + t1 = _this._widget.inputSource; + switch (t1.index) { case 0: t1 = _this.__SuperEditorState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this._widget; - t2.toString; - t3 = _this.__SuperEditorState_editContext_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - return new A.SuperEditorHardwareKeyHandler(t1, t3, t2.keyboardActions, false, child, _null); + t2 = _this.__SuperEditorState_editContext_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = A._setArrayType([], type$.JSArray_of_ExecutionInstruction_Function_$named_$req_editContext_SuperEditorContext_and_$req_keyEvent_RawKeyEvent); + _this._widget.toString; + t4 = B.Set_empty2.get$iterator(B.Set_empty2); + for (; t4.moveNext$0();) + B.JSArray_methods.addAll$1(t3, t4.get$current(t4).get$keyboardActions()); + B.JSArray_methods.addAll$1(t3, _this.get$_keyboardActions()); + return new A.SuperEditorHardwareKeyHandler(t1, t2, t3, false, child, _null); case 1: t1 = _this.__SuperEditorState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this._widget; - t2.toString; - t3 = _this.__SuperEditorState_editContext_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - return new A.SuperEditorImeInteractor(t1, false, t3, true, _null, B.C_SuperEditorImePolicies, B.C_SuperEditorImeConfiguration, _null, t2.keyboardActions, _this._floatingCursorController, child, _null); + t2 = _this.__SuperEditorState_editContext_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this._framework$_element; + t3.toString; + t3 = A.Theme_of(t3); + _this._widget.toString; + t4 = A._setArrayType([], type$.JSArray_of_ExecutionInstruction_Function_$named_$req_editContext_SuperEditorContext_and_$req_keyEvent_RawKeyEvent); + _this._widget.toString; + t5 = B.Set_empty2.get$iterator(B.Set_empty2); + for (; t5.moveNext$0();) + B.JSArray_methods.addAll$1(t4, t5.get$current(t5).get$keyboardActions()); + B.JSArray_methods.addAll$1(t4, _this.get$_keyboardActions()); + _this._widget.toString; + return new A.SuperEditorImeInteractor(t1, false, t2, true, true, _null, B.C_SuperEditorImePolicies, new A.SuperEditorImeConfiguration(t3.colorScheme.brightness), _null, t4, B.Map_CyONe, child, _null); } }, - _buildGestureSystem$1$documentLayout(documentLayout) { - var t1, t2, t3, t4, t5, t6, t7, t8, _this = this, _null = null; + _buildPlatformSpecificViewportDecorations$2$child(context, child) { + var t1, t2, _this = this, _null = null; + switch (_this.get$gestureMode().index) { + case 2: + t1 = _this._widget; + return new A.SuperEditorIosToolbarOverlayManager(new A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure(_this, context), new A.SuperEditorIosMagnifierOverlayManager(new A.EditorFloatingCursor(t1.editor, t1.document, new A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure0(_this), t1.composer._selectionNotifier, _this._scrollChangeSignal, child, _null), _null), _null); + case 1: + t1 = _this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__SuperEditorState__composer_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + return new A.SuperEditorAndroidControlsOverlayManager(t1.document, new A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure1(_this), t2._selectionNotifier, new A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure2(_this), _this._scrollChangeSignal, _this._dragHandleAutoScroller, new A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure3(_this, context), child, _null); + case 0: + return child; + } + }, + _buildGestureInteractor$1(context) { + var t1, t2, t3, t4, t5, t6, _this = this; switch (_this.get$gestureMode().index) { case 0: - return _this._buildDesktopGestureSystem$1(documentLayout); + t1 = _this.__SuperEditorState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.__SuperEditorState_editContext_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t2.composer; + t4 = t3.__DocumentComposer__streamController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this._contentTapDelegate; + t6 = _this.__SuperEditorState__autoScrollController_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + _this._widget.toString; + return new A.DocumentMouseInteractor(t1, t2.editor, t2.document, new A.SuperEditorState__buildGestureInteractor_closure(_this), new A._BroadcastStream(t4, A._instanceType(t4)._eval$1("_BroadcastStream<1>")), t3._selectionNotifier, t5, t6, false, null); case 1: t1 = _this.__SuperEditorState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.__SuperEditorState_editContext_A; t2 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._contentTapDelegate; - t4 = _this._widget.scrollController; - t5 = _this.__SuperEditorState__docLayoutKey_A; - t5 === $ && A.throwUnnamedLateFieldNI(); - t6 = _this._framework$_element; - t6.toString; - t6 = A.Theme_of(t6); - t7 = _this._widget; - t8 = t7.androidToolbarBuilder; - return new A.AndroidDocumentTouchInteractor(t1, t2.editor._document, t5, new A.SuperEditorState__buildGestureSystem_closure(_this), t2.composer.selectionNotifier, t3, t4, t7.overlayController, t6.primaryColor, t8, _null, documentLayout, _null); + t4 = _this.__SuperEditorState__scrollController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + _this._widget.toString; + return new A.AndroidDocumentTouchInteractor(t1, t2.editor, t2.document, new A.SuperEditorState__buildGestureInteractor_closure0(_this), t2.composer._selectionNotifier, t3, t4, _this._dragHandleAutoScroller, null); case 2: t1 = _this.__SuperEditorState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.__SuperEditorState_editContext_A; t2 === $ && A.throwUnnamedLateFieldNI(); t3 = _this._contentTapDelegate; - t4 = _this._widget.scrollController; - t5 = _this.__SuperEditorState__docLayoutKey_A; - t5 === $ && A.throwUnnamedLateFieldNI(); - t6 = _this._framework$_element; - t6.toString; - t6 = A.Theme_of(t6); - t7 = _this._widget; - t8 = t7.iOSToolbarBuilder; - return new A.IOSDocumentTouchInteractor(t1, t2.editor._document, t5, new A.SuperEditorState__buildGestureSystem_closure0(_this), t2.composer.selectionNotifier, t3, t4, t7.overlayController, t6.primaryColor, t8, _this._floatingCursorController, _null, documentLayout, _null); - } - }, - _buildDesktopGestureSystem$1(documentLayout) { - return new A.LayoutBuilder(new A.SuperEditorState__buildDesktopGestureSystem_closure(this, documentLayout), null); - }, - _buildDocumentLayout$0() { - var t1, t2, _i, overlayBuilder, t3, t4, _this = this; - switch (_this.get$gestureMode().index) { - case 0: - t1 = A._setArrayType([], type$.JSArray_Widget); - for (t2 = _this._widget.documentOverlayBuilders, _i = 0; _i < 1; ++_i) { - overlayBuilder = t2[_i]; - t3 = _this._framework$_element; - t3.toString; - t4 = _this.__SuperEditorState_editContext_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t1.push(overlayBuilder.build$2(t3, t4)); - } - return new A.ContentLayers(new A.SuperEditorState__buildDocumentLayout_closure(_this), t1, null); - case 1: - case 2: - t1 = _this.__SuperEditorState__docLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this._docLayoutPresenter; - t2.toString; - return new A.SingleColumnDocumentLayout(t2, _this._widget.componentBuilders, null, t1); + t4 = _this.__SuperEditorState__scrollController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + _this._widget.toString; + return new A.IosDocumentTouchInteractor(t1, t2.editor, t2.document, new A.SuperEditorState__buildGestureInteractor_closure1(_this), t2.composer._selectionNotifier, t3, t4, _this._dragHandleAutoScroller, null); } } }; + A.SuperEditorState_initState_closure.prototype = { + call$0() { + var t1 = this.$this.__SuperEditorState__docLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return type$.DocumentLayout._as(t1.get$currentState()); + }, + $signature: 145 + }; + A.SuperEditorState_didUpdateWidget_closure.prototype = { + call$0() { + var t1 = this.$this.__SuperEditorState__docLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return type$.DocumentLayout._as(t1.get$currentState()); + }, + $signature: 145 + }; A.SuperEditorState__createEditContext_closure.prototype = { call$0() { var t1 = this.$this.__SuperEditorState__docLayoutKey_A; t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 168 + $signature: 145 }; A.SuperEditorState__createEditContext_closure0.prototype = { call$0() { @@ -591635,93 +604159,184 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 168 - }; - A.SuperEditorState__updateComposerPreferencesAtSelection_closure.prototype = { - call$1(attribution) { - return !(attribution instanceof A.LinkAttribution); - }, - $signature: 284 - }; - A.SuperEditorState__updateComposerPreferencesAtSelection_closure0.prototype = { - call$1(attribution) { - return attribution instanceof A.LinkAttribution; - }, - $signature: 284 + $signature: 145 }; A.SuperEditorState_build_closure.prototype = { + call$1(controlsScopeContext) { + var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, _i, t14, t15, + t1 = this.$this, + t2 = t1.__SuperEditorState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1._widget; + t4 = t3.editor; + t5 = t3.document; + t6 = t1.__SuperEditorState__composer_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = t1.__SuperEditorState__docLayoutKey_A; + t7 === $ && A.throwUnnamedLateFieldNI(); + t8 = t1.__SuperEditorState__scrollController_A; + t8 === $ && A.throwUnnamedLateFieldNI(); + t9 = t1.__SuperEditorState__autoScrollController_A; + t9 === $ && A.throwUnnamedLateFieldNI(); + t10 = t1._scroller; + t11 = t1._docLayoutPresenter; + t11.toString; + t3 = t3.componentBuilders; + t12 = type$.JSArray_of_ContentLayerWidget_Function_BuildContext; + t13 = A._setArrayType([], t12); + t1._widget.toString; + _i = 0; + for (; false; ++_i) + t13.push(new A.SuperEditorState_build__closure(t1, B.List_empty31[_i])); + t12 = A._setArrayType([new A.SuperEditorState_build__closure0(t1)], t12); + for (t14 = t1._widget.documentOverlayBuilders, t15 = t14.length, _i = 0; _i < t14.length; t14.length === t15 || (0, A.throwConcurrentModificationError)(t14), ++_i) + t12.push(new A.SuperEditorState_build__closure1(t1, t14[_i])); + t1._widget.toString; + return new A.SuperEditorFocusDebugVisuals(t2, new A.EditorSelectionAndFocusPolicy(new A.SuperEditorState_build__closure2(t1), t2, t4, t5, t6._selectionNotifier, new A.SuperEditorState_build__closure3(t1), true, true, true, t1._buildTextInputSystem$1$child(t1._buildPlatformSpecificViewportDecorations$2$child(controlsScopeContext, new A.DocumentScaffold(t1._documentLayoutLink, t7, t1.get$_buildGestureInteractor(), t8, t9, t10, t11, t3, t13, t12, B.C_DebugPaintConfig, null, type$.DocumentScaffold_dynamic))), null), null); + }, + $signature: 3421 + }; + A.SuperEditorState_build__closure2.prototype = { call$0() { var t1 = this.$this.__SuperEditorState__docLayoutKey_A; t1 === $ && A.throwUnnamedLateFieldNI(); - return $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1) != null; + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); + t1 = t1 == null ? null : t1.get$renderObject(); + type$.nullable_RenderBox._as(t1); + return (t1 == null ? null : t1._box$_size != null) === true; }, - $signature: 19 + $signature: 18 }; - A.SuperEditorState_build_closure0.prototype = { + A.SuperEditorState_build__closure3.prototype = { call$0() { var t1 = this.$this.__SuperEditorState_editContext_A; t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 168 + $signature: 145 }; - A.SuperEditorState__buildGestureSystem_closure.prototype = { - call$0() { + A.SuperEditorState_build__closure.prototype = { + call$1(context) { var t1 = this.$this.__SuperEditorState_editContext_A; t1 === $ && A.throwUnnamedLateFieldNI(); - return t1._getDocumentLayout.call$0(); + return this.underlayBuilder.build$2(context, t1); }, - $signature: 168 + $signature: 617 }; - A.SuperEditorState__buildGestureSystem_closure0.prototype = { - call$0() { - var t1 = this.$this.__SuperEditorState_editContext_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return t1._getDocumentLayout.call$0(); - }, - $signature: 168 - }; - A.SuperEditorState__buildDesktopGestureSystem_closure.prototype = { - call$2(context, viewportConstraints) { - var t3, t4, t5, t6, t7, t8, t9, _null = null, - t1 = this.$this, - t2 = t1.__SuperEditorState__autoScrollController_A; + A.SuperEditorState_build__closure0.prototype = { + call$1(context) { + var t1 = this.$this, + t2 = t1.__SuperEditorState__selectionLinks_A; t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = t1._widget.scrollController; - t4 = viewportConstraints.maxWidth; - t4 = t4 < 1 / 0 ? t4 : 0; - t5 = viewportConstraints.maxHeight; - t5 = t5 < 1 / 0 ? t5 : 0; - t6 = t1.__SuperEditorState__focusNode_A; - t6 === $ && A.throwUnnamedLateFieldNI(); - t7 = t1.__SuperEditorState_editContext_A; - t7 === $ && A.throwUnnamedLateFieldNI(); - t8 = t7.composer; - t9 = t8.__DocumentComposer__streamController_A; - t9 === $ && A.throwUnnamedLateFieldNI(); - return new A.DocumentScrollable(t2, _null, false, t3, new A.ConstrainedBox(new A.BoxConstraints(t4, 1 / 0, t5, 1 / 0), new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, A._setArrayType([A.Positioned$fill(0, new A.DocumentMouseInteractor(t6, t7.editor._document, new A.SuperEditorState__buildDesktopGestureSystem__closure(t1), new A._BroadcastStream(t9, A._instanceType(t9)._eval$1("_BroadcastStream<1>")), t8.selectionNotifier, t1._contentTapDelegate, t2, false, B.SizedBox_null_null_null_null, _null)), new A.Align(B.Alignment_0_m1, _null, _null, this.documentLayout, _null)], type$.JSArray_Widget), _null), _null), _null); + t1 = t1.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A._SelectionLeadersDocumentLayerBuilder(t2, false).build$2(context, t1); }, - $signature: 3385 + $signature: 617 }; - A.SuperEditorState__buildDesktopGestureSystem__closure.prototype = { + A.SuperEditorState_build__closure1.prototype = { + call$1(context) { + var t1 = this.$this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return this.overlayBuilder.build$2(context, t1); + }, + $signature: 617 + }; + A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure.prototype = { + call$3(overlayContext, mobileToolbarKey, focalPoint) { + var t1 = this.$this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return A.defaultIosEditorToolbarBuilder(overlayContext, mobileToolbarKey, focalPoint, t1.commonOps, A.SuperEditorIosControlsScope_rootOf(this.context)); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 898 + }; + A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure0.prototype = { + call$0() { + var t1 = this.$this.__SuperEditorState__docLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return type$.DocumentLayout._as(t1.get$currentState()); + }, + $signature: 145 + }; + A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure1.prototype = { + call$0() { + var t1 = this.$this.__SuperEditorState__docLayoutKey_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return type$.DocumentLayout._as(t1.get$currentState()); + }, + $signature: 145 + }; + A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure2.prototype = { + call$1(newSelection) { + var t1 = this.$this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(newSelection, B.SelectionChangeType_2, "userInteraction")], type$.JSArray_EditRequest)); + }, + $signature: 3424 + }; + A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure3.prototype = { + call$3(overlayContext, mobileToolbarKey, focalPoint) { + var t1 = this.$this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.DefaultAndroidEditorToolbar(mobileToolbarKey, t1.commonOps, A.SuperEditorAndroidControlsScope_rootOf(this.context), null); + }, + "call*": "call$3", + $requiredArgCount: 3, + $signature: 898 + }; + A.SuperEditorState__buildGestureInteractor_closure.prototype = { call$0() { var t1 = this.$this.__SuperEditorState_editContext_A; t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 168 + $signature: 145 }; - A.SuperEditorState__buildDocumentLayout_closure.prototype = { - call$1(onBuildScheduled) { - var t3, - t1 = this.$this, - t2 = t1.__SuperEditorState__docLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = t1._docLayoutPresenter; - t3.toString; - return new A.SingleColumnDocumentLayout(t3, t1._widget.componentBuilders, onBuildScheduled, t2); + A.SuperEditorState__buildGestureInteractor_closure0.prototype = { + call$0() { + var t1 = this.$this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1._getDocumentLayout.call$0(); }, - $signature: 3386 + $signature: 145 + }; + A.SuperEditorState__buildGestureInteractor_closure1.prototype = { + call$0() { + var t1 = this.$this.__SuperEditorState_editContext_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1._getDocumentLayout.call$0(); + }, + $signature: 145 + }; + A.DefaultAndroidEditorToolbar.prototype = { + build$1(context) { + var _this = this; + return new A.AndroidTextEditingFloatingToolbar(_this.floatingToolbarKey, _this.get$_cut(), _this.get$_copy(), _this.get$_paste(), _this.get$_selectAll(), null); + }, + _cut$0() { + this.editorOps.cut$0(); + this.editorControlsController._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + }, + _copy$0() { + this.editorOps.copy$0(); + this.editorControlsController._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + }, + _paste$0() { + this.editorOps.paste$0(); + this.editorControlsController._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + }, + _selectAll$0() { + this.editorOps.selectAll$0(); + this.editorControlsController._document_gestures_touch_android$_shouldShowToolbar.set$value(0, false); + } + }; + A._SelectionLeadersDocumentLayerBuilder.prototype = { + build$2(context, editContext) { + return new A.SelectionLeadersDocumentLayer(editContext.document, editContext.composer._selectionNotifier, this.links, false, null); + }, + $isSuperEditorLayerBuilder: 1 }; A.SuperEditorSelectionPolicies.prototype = { $eq(_, other) { @@ -591746,95 +604361,101 @@ }; A.DefaultCaretOverlayBuilder.prototype = { build$2(context, editContext) { - return A.IgnorePointer$(new A.CaretDocumentOverlay(editContext.composer, new A.DefaultCaretOverlayBuilder_build_closure(editContext), this.caretStyle, null), true, null); + return new A.CaretDocumentOverlay(editContext.composer, this.caretStyle, null, false, B.BlinkTimingMode_0, null); }, - $isDocumentLayerBuilder: 1 - }; - A.DefaultCaretOverlayBuilder_build_closure.prototype = { - call$0() { - return this.editContext._getDocumentLayout.call$0(); - }, - $signature: 168 + $isSuperEditorLayerBuilder: 1 }; A.defaultStylesheet_closure.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["maxWidth", 640, "padding", B.CascadingPadding_24_24_null_null, "textStyle", B.TextStyle_sBb], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure0.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_40_null, "textStyle", B.TextStyle_o8I1], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure1.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_32_null, "textStyle", B.TextStyle_o8I0], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure2.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_28_null, "textStyle", B.TextStyle_o8I], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure3.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure4.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure5.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure6.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure7.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure8.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_CcT], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.defaultStylesheet_closure9.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_null_96], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.SuperEditorLaunchLinkTapHandler.prototype = { dispose$0() { - this.composer.isInInteractionMode.removeListener$1(0, this.get$notifyListeners()); + this.composer._isInInteractionMode.removeListener$1(0, this.get$notifyListeners()); this.super$ChangeNotifier$dispose(); }, mouseCursorForContentHover$1(hoverPosition) { - if (!this.composer.isInInteractionMode._change_notifier$_value) + var t1 = this.composer._isInInteractionMode; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t1) return null; return this._getLinkAtPosition$1(hoverPosition) != null ? B.SystemMouseCursor_click : null; }, onTap$1(tapPosition) { - var link; - if (!this.composer.isInInteractionMode._change_notifier$_value) + var link, + t1 = this.composer._isInInteractionMode; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t1) return B.TapHandlingInstruction_1; link = this._getLinkAtPosition$1(tapPosition); if (link != null) { @@ -591896,13 +604517,14 @@ return A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic); return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 118 + $signature: 120 }; A.TaskComponentBuilder.prototype = { createViewModel$2($document, node) { + var _null = null; if (!(node instanceof A.TaskNode)) - return null; - return A.TaskComponentViewModel$(false, node._isComplete, null, node.id, B.EdgeInsets_0_0_0_0, null, B.Color_0, new A.TaskComponentBuilder_createViewModel_closure(this, node), node._text$_text, B.TextDirection_1, A._presenter__noStyleBuilder$closure()); + return _null; + return A.TaskComponentViewModel$(_null, false, node._isComplete, _null, node.id, B.EdgeInsets_0_0_0_0, _null, B.Color_0, new A.TaskComponentBuilder_createViewModel_closure(this, node), false, node._text$_text, B.TextDirection_1, A._presenter__noStyleBuilder$closure()); }, createComponent$2(componentContext, componentViewModel) { if (!(componentViewModel instanceof A.TaskComponentViewModel)) @@ -591913,39 +604535,34 @@ }; A.TaskComponentBuilder_createViewModel_closure.prototype = { call$1(isComplete) { - var t1 = this.$this._editor._document; - new A.EditorCommandFunction(new A.TaskComponentBuilder_createViewModel__closure(this.node, isComplete)).execute$2(t1, new A.DocumentEditorTransaction(t1)); + this.$this._editor.execute$1(A._setArrayType([new A.ChangeTaskCompletionRequest(this.node.id, isComplete)], type$.JSArray_EditRequest)); }, $signature: 13 }; - A.TaskComponentBuilder_createViewModel__closure.prototype = { - call$2($document, transaction) { - this.node.set$isComplete(this.isComplete); - }, - $signature: 105 - }; A.TaskComponentViewModel.prototype = { copy$0() { var _this = this, t1 = _this.maxWidth, t2 = _this.padding, - t3 = _this.textStyleBuilder, - t4 = _this.selection, - t5 = _this.selectionColor; - return A.TaskComponentViewModel$(_this.highlightWhenEmpty, _this.isComplete, t1, _this.nodeId, t2, t4, t5, _this.setComplete, _this.text, _this.textDirection, t3); + t3 = _this.text, + t4 = _this.textStyleBuilder, + t5 = _this.selection, + t6 = _this.selectionColor, + t7 = _this.highlightWhenEmpty; + return A.TaskComponentViewModel$(_this.composingRegion, t7, _this.isComplete, t1, _this.nodeId, t2, t5, t6, _this.setComplete, _this.showComposingUnderline, t3, _this.textDirection, t4); }, $eq(_, other) { var t1, _this = this; if (other == null) return false; if (_this !== other) - t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.TaskComponentViewModel && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.isComplete === other.isComplete && J.$eq$(_this.setComplete, other.setComplete) && _this.text.$eq(0, other.text) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty; + t1 = _this.super$SingleColumnLayoutComponentViewModel$$eq(0, other) && other instanceof A.TaskComponentViewModel && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.isComplete === other.isComplete && J.$eq$(_this.setComplete, other.setComplete) && _this.text.$eq(0, other.text) && _this.textDirection === other.textDirection && _this.textAlignment === other.textAlignment && J.$eq$(_this.selection, other.selection) && _this.selectionColor.$eq(0, other.selectionColor) && _this.highlightWhenEmpty === other.highlightWhenEmpty && J.$eq$(_this.composingRegion, other.composingRegion) && _this.showComposingUnderline === other.showComposingUnderline; else t1 = true; return t1; }, get$hashCode(_) { - var t6, t7, t8, t9, t10, _this = this, + var t6, t7, t8, t9, t10, t11, t12, _this = this, t1 = A.SingleColumnLayoutComponentViewModel.prototype.get$hashCode.call(_this, _this), t2 = B.JSBool_methods.get$hashCode(_this.isComplete), t3 = J.get$hashCode$(_this.setComplete), @@ -591957,7 +604574,18 @@ t8 = J.get$hashCode$(_this.selection); t9 = B.JSInt_methods.get$hashCode(_this.selectionColor.value); t10 = _this.highlightWhenEmpty ? 519018 : 218159; - return (t1 ^ t2 ^ t3 ^ t5 ^ t4 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10) >>> 0; + t11 = J.get$hashCode$(_this.composingRegion); + t12 = _this.showComposingUnderline ? 519018 : 218159; + return (t1 ^ t2 ^ t3 ^ t5 ^ t4 ^ t6 ^ t7 ^ t8 ^ t9 ^ t10 ^ t11 ^ t12) >>> 0; + }, + textStyleBuilder$1(arg0) { + return this.textStyleBuilder.call$1(arg0); + }, + get$text(receiver) { + return this.text; + }, + set$text(receiver, val) { + return this.text = val; }, set$selection(val) { return this.selection = val; @@ -591967,6 +604595,12 @@ }, set$highlightWhenEmpty(val) { return this.highlightWhenEmpty = val; + }, + set$composingRegion(val) { + return this.composingRegion = val; + }, + set$showComposingUnderline(val) { + return this.showComposingUnderline = val; } }; A.TaskComponent.prototype = { @@ -591975,13 +604609,25 @@ } }; A._TaskComponentState.prototype = { + _computeStyles$1(attributions) { + var t1, + style = this._widget.viewModel.textStyleBuilder.call$1(attributions); + if (this._widget.viewModel.isComplete) { + t1 = style.decoration; + t1 = style.copyWith$1$decoration(t1 == null ? B.TextDecoration_4 : A.TextDecoration_TextDecoration$combine(A._setArrayType([B.TextDecoration_4, t1], type$.JSArray_TextDecoration))); + } else + t1 = style; + return t1; + }, build$1(context) { var _this = this, _null = null, t1 = _this._widget.viewModel, t2 = A.Checkbox$(_null, false, _null, _null, _null, false, _null, _null, new A._TaskComponentState_build_closure(_this), _null, _null, _null, _null, _null, false, t1.isComplete), - t3 = t1.selection, - t4 = t1.selectionColor; - return A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_16_0_4_0, t2, _null), A.Expanded$(A.TextComponent$(t1.highlightWhenEmpty, _this._textKey, B.Map_empty3, t4, false, t1.text, _null, _null, _null, t3, new A._TaskComponentState_build_closure0(_this)), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + t3 = t1.text, + t4 = t1.selection, + t5 = t1.selectionColor, + t6 = t1.highlightWhenEmpty; + return A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_16_0_4_0, t2, _null), A.Expanded$(A.TextComponent$(t1.composingRegion, t6, _this._tasks$_textKey, B.Map_empty3, t5, t1.showComposingUnderline, false, t3, _null, _null, _null, t4, _this.get$_computeStyles()), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, $isDocumentComponent: 1, $isTextComposable: 1 @@ -591994,52 +604640,104 @@ }, $signature: 17 }; - A._TaskComponentState_build_closure0.prototype = { - call$1(attributions) { - var t1 = this.$this, - style = t1._widget.viewModel.textStyleBuilder.call$1(attributions); - if (t1._widget.viewModel.isComplete) { - t1 = style.decoration; - t1 = style.copyWith$1$decoration(t1 == null ? B.TextDecoration_4 : A.TextDecoration_TextDecoration$combine(A._setArrayType([B.TextDecoration_4, t1], type$.JSArray_TextDecoration))); - } else - t1 = style; + A.ChangeTaskCompletionRequest.prototype = { + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = other instanceof A.ChangeTaskCompletionRequest && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.nodeId === other.nodeId && _this.isComplete === other.isComplete; + else + t1 = true; return t1; }, - $signature: 190 + get$hashCode(_) { + return (B.JSString_methods.get$hashCode(this.nodeId) ^ B.JSBool_methods.get$hashCode(this.isComplete)) >>> 0; + }, + $isEditRequest: 1 }; - A.InsertNewTaskOrSplitExistingTaskCommand.prototype = { - execute$2($document, transaction) { - var node, selectionTextOffset, t3, newTaskNode, - t1 = this._tasks$_composer.selectionNotifier, - t2 = t1._change_notifier$_value; - if (t2 == null || !t2.base.$eq(0, t2.extent)) + A.ChangeTaskCompletionCommand.prototype = { + execute$2(context, executor) { + var t1 = this.nodeId, + taskNode = context.find$1$1(0, "document", type$.MutableDocument)._nodesById.$index(0, t1); + if (!(taskNode instanceof A.TaskNode)) return; - t2 = t2.extent; - node = $document._nodesById.$index(0, t2.nodeId); + taskNode.set$isComplete(this.isComplete); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(t1))], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 + }; + A.ConvertTaskToParagraphCommand.prototype = { + execute$2(context, executor) { + var t1, + $document = context.find$1$1(0, "document", type$.MutableDocument), + taskNode = type$.TaskNode._as($document._nodesById.$index(0, this.nodeId)), + newMetadata = A.LinkedHashMap_LinkedHashMap$from(this.paragraphMetadata, type$.String, type$.dynamic); + newMetadata.$indexSet(0, "blockType", B.NamedAttribution_paragraph); + t1 = taskNode.id; + $document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(t1, newMetadata, taskNode._text$_text), taskNode); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(t1))], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 + }; + A.SplitExistingTaskRequest.prototype = {$isEditRequest: 1}; + A.SplitExistingTaskCommand.prototype = { + execute$2(editContext, executor) { + var t2, node, t3, newTaskNode, newSelection, + $document = editContext.find$1$1(0, "document", type$.MutableDocument), + composer = editContext.find$1$1(0, "composer", type$.MutableDocumentComposer), + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null || !t2.get$isCollapsed(t2)) + return; + node = $document._nodesById.$index(0, t2.extent.nodeId); if (!(node instanceof A.TaskNode)) return; - selectionTextOffset = type$.TextNodePosition._as(t2.nodePosition).offset; - t2 = B.C_Uuid.v4$0(); - t3 = node._text$_text.copyText$1(selectionTextOffset); - newTaskNode = new A.TaskNode(false, t2, t3, $.$get$ChangeNotifier__emptyListeners(), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic)); - newTaskNode.TextNode$3$id$metadata$text(t2, null, t3); - newTaskNode.putMetadataValue$2("blockType", B.NamedAttribution_task); + t2 = this.splitOffset; + if (t2 < 0 || t2 > node._text$_text.text.length + 1) + return; + t3 = this.newNodeId; + if (t3 == null) + t3 = B.C_Uuid.v4$0(); + newTaskNode = A.TaskNode$(t3, false, node._text$_text.copyText$1(t2)); t3 = node._text$_text; - node.set$text(0, t3.removeRegion$2$endOffset$startOffset(t3.text.length, selectionTextOffset)); - transaction._document.insertNodeAfter$2$existingNode$newNode(node, newTaskNode); - t2 = new A.DocumentPosition(t2, B.TextNodePosition_0_TextAffinity_1); - t1.set$value(0, new A.DocumentSelection(t2, t2)); - } + node.set$text(0, t3.removeRegion$2$endOffset$startOffset(t3.text.length, t2)); + $document.insertNodeAfter$2$existingNode$newNode(node, newTaskNode); + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t2 = composer._document_composer$_composingRegion; + if (t2._pausable_value_notifier$_isPaused) + t2.__PausableValueNotifier__currentValueDuringPause_A === $ && A.throwUnnamedLateFieldNI(); + else + A.ValueNotifier.prototype.get$value.call(t2, t2); + t3 = newTaskNode.id; + newSelection = A.DocumentSelection$collapsed(new A.DocumentPosition(t3, B.TextNodePosition_0_TextAffinity_1)); + composer.setSelectionWithReason$2(newSelection, "userInteraction"); + if (t2._pausable_value_notifier$_isPaused) + t2.__PausableValueNotifier__currentValueDuringPause_A = null; + else + t2.super$ValueNotifier$value(0, null); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.SplitTaskIntention(true), new A.DocumentEdit(new A.NodeChangeEvent(node.id)), new A.DocumentEdit(new A.NodeInsertedEvent(t3, $document.getNodeIndexById$1(t3))), new A.SelectionChangeEvent(t1, newSelection, B.SelectionChangeType_2), new A.ComposingRegionChangeEvent(null), new A.SplitTaskIntention(false)], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 }; + A.SplitTaskIntention.prototype = {}; A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure.prototype = { call$1(attributions) { var t1 = this.styles, baseStyle = t1.$index(0, "textStyle"); if (baseStyle == null) - baseStyle = B.TextStyle_SVP0; + baseStyle = B.TextStyle_SVP1; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 190 + $signature: 205 }; A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -592091,6 +604789,12 @@ throw A.wrapException(A.Exception_Exception(string$.ExpectaT2 + A.getRuntimeTypeOfDartObject(position2).toString$0(0))); return position1.offset > position2.offset ? position1 : position2; }, + selectionBetween$2(startIndex, endIndex) { + var t1 = this.id, + t2 = new A.DocumentPosition(t1, new A.TextNodePosition(startIndex, B.TextAffinity_1)); + t1 = new A.DocumentPosition(t1, new A.TextNodePosition(endIndex, B.TextAffinity_1)); + return new A.DocumentSelection(t2, t1, t2, t1); + }, computeSelection$2$base$extent(base, extent) { var t1 = type$.TextNodePosition; t1._as(base); @@ -592134,6 +604838,11 @@ } }; A.TextNodePosition.prototype = { + isEquivalentTo$1(other) { + if (!(other instanceof A.TextNodePosition)) + return false; + return this.offset === other.offset; + }, $eq(_, other) { var t1, _this = this; if (other == null) @@ -592160,50 +604869,59 @@ }; A.TextComponentState.prototype = { getPositionAtOffset$1(localOffset) { - var textPosition, - t1 = this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - textPosition = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionNearestToOffset$1(localOffset); + var textPosition = A.RenderSuperTextLayout_textLayoutFrom(this._text$_textKey.get$currentState()._textLayoutKey).getPositionNearestToOffset$1(localOffset); return new A.TextNodePosition(textPosition.offset, textPosition.affinity); }, getOffsetForPosition$1(nodePosition) { - var t1; if (!(nodePosition instanceof A.TextPosition)) throw A.wrapException(A.Exception_Exception(string$.ExpectnT + nodePosition.toString$0(0))); - t1 = this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getOffsetAtPosition$1(nodePosition); + return A.RenderSuperTextLayout_textLayoutFrom(this._text$_textKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(nodePosition); }, getRectForPosition$1(nodePosition) { - var offset, t1, t2, t3, lineHeight; + var offset, t1, lineHeight, t2; if (!(nodePosition instanceof A.TextPosition)) throw A.wrapException(A.Exception_Exception(string$.ExpectnT + nodePosition.toString$0(0))); offset = this.getOffsetForPosition$1(nodePosition); t1 = this._text$_textKey; - t2 = t1.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = type$.ProseTextBlock; - lineHeight = t3._as(t2.get$currentState()).get$textLayout().getHeightForCaret$1(nodePosition); - if (lineHeight == null) { - t1 = t1.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - lineHeight = t3._as(t1.get$currentState()).get$textLayout().getLineHeightAtPosition$1(nodePosition); - } + lineHeight = A.RenderSuperTextLayout_textLayoutFrom(t1.get$currentState()._textLayoutKey).getHeightForCaret$1(nodePosition); + if (lineHeight == null) + lineHeight = A.RenderSuperTextLayout_textLayoutFrom(t1.get$currentState()._textLayoutKey).getLineHeightAtPosition$1(nodePosition); t1 = offset._dx; t2 = offset._dy; return new A.Rect(t1, t2, t1 + 0, t2 + lineHeight); }, getRectForSelection$2(baseNodePosition, extentNodePosition) { - var selection, t1, boxes, boundingBox, i, + var t1, selection, rectForPosition, t2, characterBox, caretHeight, boxes, boundingBox, i, _s57_ = string$.ExpectnT; if (!(baseNodePosition instanceof A.TextPosition)) throw A.wrapException(A.Exception_Exception(_s57_ + baseNodePosition.toString$0(0))); if (!(extentNodePosition instanceof A.TextPosition)) throw A.wrapException(A.Exception_Exception(_s57_ + extentNodePosition.toString$0(0))); - selection = A.TextSelection$(B.TextAffinity_1, baseNodePosition.offset, extentNodePosition.offset, false); - t1 = this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - boxes = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getBoxesForSelection$1(selection); + t1 = extentNodePosition.offset; + selection = A.TextSelection$(B.TextAffinity_1, baseNodePosition.offset, t1, false); + if (selection.start === selection.end) { + rectForPosition = this.getRectForPosition$1(extentNodePosition); + if (rectForPosition.bottom - rectForPosition.top > 0) + return rectForPosition; + t2 = this._text$_textKey; + characterBox = A.RenderSuperTextLayout_textLayoutFrom(t2.get$currentState()._textLayoutKey).getCharacterBox$1(extentNodePosition); + if (characterBox != null) { + t1 = characterBox.left; + t2 = characterBox.top; + return new A.Rect(t1, t2, t1 + 0, t2 + (characterBox.bottom - t2)); + } + characterBox = t1 > 0 ? A.RenderSuperTextLayout_textLayoutFrom(t2.get$currentState()._textLayoutKey).getCharacterBox$1(new A.TextPosition(t1 - 1, B.TextAffinity_1)) : null; + if (characterBox != null) { + t1 = characterBox.top; + t2 = characterBox.right; + return new A.Rect(t2, t1, t2 + 0, t1 + (characterBox.bottom - t1)); + } + t1 = A.RenderSuperTextLayout_textLayoutFrom(t2.get$currentState()._textLayoutKey); + t1.toString; + caretHeight = t1.getHeightForCaret$1(selection.get$extent()); + return caretHeight != null ? new A.Rect(0, 0, 0, 0 + caretHeight) : new A.Rect(0, 0, 0, 0 + A.RenderSuperTextLayout_textLayoutFrom(t2.get$currentState()._textLayoutKey).get$estimatedLineHeight()); + } + boxes = A.RenderSuperTextLayout_textLayoutFrom(this._text$_textKey.get$currentState()._textLayoutKey).getBoxesForSelection$1(selection); if (boxes.length !== 0) { t1 = B.JSArray_methods.get$first(boxes); boundingBox = new A.Rect(t1.left, t1.top, t1.right, t1.bottom); @@ -592219,9 +604937,7 @@ return B.TextNodePosition_0_TextAffinity_1; }, getBeginningPositionNearX$1(x) { - var t1 = this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionInFirstLineAtX$1(x); + var t1 = A.RenderSuperTextLayout_textLayoutFrom(this._text$_textKey.get$currentState()._textLayoutKey).getPositionInFirstLineAtX$1(x); return new A.TextNodePosition(t1.offset, t1.affinity); }, movePositionLeft$2(textPosition, movementModifier) { @@ -592235,16 +604951,15 @@ return null; t2 = J.getInterceptor$(movementModifier); if (t2.$eq(movementModifier, B.MovementModifier_line)) { - t2 = _this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1 = type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getPositionAtStartOfLine$1(new A.TextNodePosition(t1, B.TextAffinity_1)); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._text$_textKey.get$currentState()._textLayoutKey).getPositionAtStartOfLine$1(new A.TextNodePosition(t1, B.TextAffinity_1)); return new A.TextNodePosition(t1.offset, t1.affinity); } else if (t2.$eq(movementModifier, B.MovementModifier_word)) { newOffset = A.CharacterMovement_moveOffsetUpstreamByWord(_this._widget.text.text, t1); if (newOffset == null) return textPosition; return new A.TextNodePosition(newOffset, B.TextAffinity_1); - } + } else if (t2.$eq(movementModifier, B.MovementModifier_paragraph)) + return B.TextNodePosition_0_TextAffinity_1; newOffset = A.CharacterMovement_moveOffsetUpstreamByCharacter(_this._widget.text.text, t1); return newOffset != null ? new A.TextNodePosition(newOffset, B.TextAffinity_1) : textPosition; }, @@ -592255,20 +604970,20 @@ t1 = textPosition.offset; if (t1 >= _this._widget.text.text.length) return null; - if (J.$eq$(movementModifier, B.MovementModifier_line)) { - t2 = _this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1 = type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getPositionAtEndOfLine$1(new A.TextNodePosition(t1, B.TextAffinity_1)); + t2 = J.getInterceptor$(movementModifier); + if (t2.$eq(movementModifier, B.MovementModifier_line)) { + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._text$_textKey.get$currentState()._textLayoutKey).getPositionAtEndOfLine$1(new A.TextNodePosition(t1, B.TextAffinity_1)); t2 = t1.offset; t3 = _this._widget.text.text; return t2 !== t3.length && t3[t2] !== "\n" ? new A.TextNodePosition(t2 - 1, B.TextAffinity_1) : new A.TextNodePosition(t2, t1.affinity); } - if (movementModifier != null && movementModifier.$eq(0, B.MovementModifier_word)) { + if (t2.$eq(movementModifier, B.MovementModifier_word)) { newOffset = A.CharacterMovement_moveOffsetDownstreamByWord(_this._widget.text.text, t1); if (newOffset == null) return textPosition; return new A.TextNodePosition(newOffset, B.TextAffinity_1); - } + } else if (t2.$eq(movementModifier, B.MovementModifier_paragraph)) + return new A.TextNodePosition(_this._widget.text.text.length, B.TextAffinity_1); newOffset = A.CharacterMovement_moveOffsetDownstreamByCharacter(_this._widget.text.text, t1); return newOffset != null ? new A.TextNodePosition(newOffset, B.TextAffinity_1) : textPosition; }, @@ -592300,15 +605015,11 @@ return new A.TextNodePosition(this._widget.text.text.length, B.TextAffinity_1); }, getEndPositionNearX$1(x) { - var t1 = this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionInLastLineAtX$1(x); + var t1 = A.RenderSuperTextLayout_textLayoutFrom(this._text$_textKey.get$currentState()._textLayoutKey).getPositionInLastLineAtX$1(x); return new A.TextNodePosition(t1.offset, t1.affinity); }, getWordSelectionAt$1(textPosition) { - var t1 = this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return A.TextNodeSelection$fromTextSelection(type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getWordSelectionAt$1(textPosition)); + return A.TextNodeSelection$fromTextSelection(A.RenderSuperTextLayout_textLayoutFrom(this._text$_textKey.get$currentState()._textLayoutKey).getWordSelectionAt$1(textPosition)); }, getContiguousTextSelectionAt$1(textPosition) { var start, start0, end, @@ -592332,25 +605043,23 @@ return A.TextNodeSelection$(B.TextAffinity_1, start0, end); }, getPositionOneLineUp$1(textPosition) { - var positionOneLineUp, - t1 = this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - positionOneLineUp = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionOneLineUp$1(textPosition); + var positionOneLineUp = A.RenderSuperTextLayout_textLayoutFrom(this._text$_textKey.get$currentState()._textLayoutKey).getPositionOneLineUp$1(textPosition); if (positionOneLineUp == null) return null; return new A.TextNodePosition(positionOneLineUp.offset, positionOneLineUp.affinity); }, getPositionOneLineDown$1(textPosition) { - var positionOneLineDown, - t1 = this._text$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - positionOneLineDown = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionOneLineDown$1(textPosition); + var positionOneLineDown = A.RenderSuperTextLayout_textLayoutFrom(this._text$_textKey.get$currentState()._textLayoutKey).getPositionOneLineDown$1(textPosition); if (positionOneLineDown == null) return null; return new A.TextNodePosition(positionOneLineDown.offset, positionOneLineDown.affinity); }, + getPositionAtStartOfLine$1(textNodePosition) { + var t1 = A.RenderSuperTextLayout_textLayoutFrom(this._text$_textKey.get$currentState()._textLayoutKey).getPositionAtStartOfLine$1(textNodePosition); + return new A.TextNodePosition(t1.offset, t1.affinity); + }, build$1(context) { - var t1, t2, t3, t4, t5, t6, t7, _this = this, _null = null; + var t1, t2, t3, t4, _this = this, _null = null; $.$get$editorLayoutLog().log$4(B.Level_FINER_400, "Building a TextComponent with key: " + A.S(_this._widget.key), _null, _null); t1 = A.ComputeTextSpan_computeTextSpan(_this._widget.text, _this.get$_textStyleWithBlockType()); t2 = _this._widget; @@ -592360,19 +605069,14 @@ t4 = t2.textDirection; if (t4 == null) t4 = B.TextDirection_1; - t2 = t2.textScaleFactor; + t2 = t2.textScaler; if (t2 == null) { - t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_3); - t2 = t2 == null ? _null : t2.textScaleFactor; + t2 = A.MediaQuery__maybeOf(context, B._MediaQueryAspect_4); + t2 = t2 == null ? _null : t2.get$textScaler(); if (t2 == null) - t2 = 1; + t2 = B._LinearTextScaler_1; } - t5 = _this._widget; - t6 = t5.selectionColor; - t7 = t5.textSelection; - if (t7 == null) - t7 = B.TextSelection_ke5; - return A.IgnorePointer$(A.SuperTextWithSelection$single(_this._text$_textKey, t1, t3, t4, t2, A.UserSelection$(B.CaretStyle_13i, false, new A.SelectionHighlightStyle(t6), t5.highlightWhenEmpty, t7)), true, _null); + return A.IgnorePointer$(A.SuperText$(_this._text$_textKey, _null, new A.TextComponentState_build_closure(_this), t1, t3, t4, t2), true, _null); }, _textStyleWithBlockType$1(attributions) { var attributionsWithBlockType = A.LinkedHashSet_LinkedHashSet$from(attributions, type$.Attribution), @@ -592383,102 +605087,234 @@ }, $isTextComposable: 1 }; + A.TextComponentState_build_closure.prototype = { + call$2(context, textLayout) { + var t4, _null = null, + t1 = A._setArrayType([], type$.JSArray_Widget), + t2 = this.$this, + t3 = t2._widget; + if (t3.text.text.length > 0) { + t4 = t3.selectionColor; + t3 = t3.textSelection; + if (t3 == null) + t3 = B.TextSelection_ke5; + t1.push(new A.TextLayoutSelectionHighlight(textLayout, new A.SelectionHighlightStyle(t4), t3, _null)); + } else if (t3.highlightWhenEmpty) + t1.push(new A.TextLayoutEmptyHighlight(textLayout, new A.SelectionHighlightStyle(t3.selectionColor), _null)); + t3 = t2._widget; + if (t3.composingRegion != null) { + t3 = t3.textStyleBuilder$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)).color; + if (t3 == null) + t3 = A.Theme_of(context).colorScheme.brightness === B.Brightness_1 ? B.Color_4278190080 : B.Color_4294967295; + t2 = t2._widget.composingRegion; + t2.toString; + t1.push(new A.TextUnderlineLayer(textLayout, A._setArrayType([new A.TextLayoutUnderline(new A.UnderlineStyle(t3), t2)], type$.JSArray_TextLayoutUnderline), _null)); + } + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); + }, + $signature: 391 + }; + A.ToggleTextAttributionsRequest.prototype = {$isEditRequest: 1}; A.ToggleTextAttributionsCommand.prototype = { - execute$2($document, transaction) { - var t2, t3, t4, nodes, nodeRange, nodesAndSelections, t5, t6, t7, alreadyHasAttributions, _i, textNode, baseOffset, extentOffset, t8, startOffset, endOffset, t9, node, range, t10, t11, t12, _null = null, + execute$2(context, executor) { + var $document, t2, nodes, normalizedRange, nodesAndSelections, t3, t4, t5, alreadyHasAttributions, _i, textNode, startOffset, endOffset, t6, t7, t8, t9, t10, node, range, t11, t12, t13, t14, _null = null, t1 = $.$get$editorDocLog(); t1.log$4(B.Level_INFO_800, "Executing ToggleTextAttributionsCommand", _null, _null); - t2 = this.documentSelection; - t3 = t2.base; - t4 = t2.extent; - nodes = $document.getNodesInside$2(t3, t4); + $document = context.find$1$1(0, "document", type$.MutableDocument); + t2 = this.documentRange; + nodes = $document.getNodesInside$2(t2.start, t2.end); if (nodes.length === 0) { t1.log$4(B.Level_SHOUT_1200, " - Bad DocumentSelection. Could not get range of nodes. Selection: " + t2.toString$0(0), _null, _null); return; } - nodeRange = $document.getRangeBetween$2(t3, t4); - t1.log$4(B.Level_INFO_800, " - node range: " + nodeRange.toString$0(0), _null, _null); + normalizedRange = t2.normalize$1(0, $document); + t1.log$4(B.Level_INFO_800, " - node range: " + normalizedRange.toString$0(0), _null, _null); nodesAndSelections = A.LinkedHashMap_LinkedHashMap(_null, _null, type$.TextNode, type$.SpanRange); - for (t1 = nodes.length, t2 = nodeRange.end.nodePosition, t5 = type$.TextPosition, t6 = nodeRange.start.nodePosition, t3 = t3.nodePosition, t4 = t4.nodePosition, t7 = this.attributions, alreadyHasAttributions = false, _i = 0; _i < nodes.length; nodes.length === t1 || (0, A.throwConcurrentModificationError)(nodes), ++_i) { + for (t1 = nodes.length, t2 = normalizedRange.end.nodePosition, t3 = type$.TextPosition, t4 = normalizedRange.start.nodePosition, t5 = this.attributions, alreadyHasAttributions = false, _i = 0; _i < nodes.length; nodes.length === t1 || (0, A.throwConcurrentModificationError)(nodes), ++_i) { textNode = nodes[_i]; if (!(textNode instanceof A.TextNode)) continue; if (textNode.$eq(0, B.JSArray_methods.get$first(nodes)) && textNode.$eq(0, B.JSArray_methods.get$last(nodes))) { $.$get$editorDocLog().log$4(B.Level_INFO_800, " - the selection is within a single node: " + textNode.id, _null, _null); - baseOffset = t5._as(t3).offset; - extentOffset = t5._as(t4).offset; - t8 = baseOffset < extentOffset; - startOffset = t8 ? baseOffset : extentOffset; - endOffset = (t8 ? extentOffset : baseOffset) - 1; + startOffset = t3._as(t4).offset; + endOffset = t3._as(t2).offset - 1; } else if (textNode.$eq(0, B.JSArray_methods.get$first(nodes))) { $.$get$editorDocLog().log$4(B.Level_INFO_800, " - selecting part of the first node: " + textNode.id, _null, _null); - startOffset = t5._as(t6).offset; + startOffset = t3._as(t4).offset; endOffset = Math.max(textNode._text$_text.text.length - 1, 0); } else { - t8 = textNode.$eq(0, B.JSArray_methods.get$last(nodes)); - t9 = textNode.id; - if (t8) { - $.$get$editorDocLog().log$4(B.Level_INFO_800, " - toggling part of the last node: " + t9, _null, _null); - endOffset = t5._as(t2).offset - 1; + t6 = textNode.$eq(0, B.JSArray_methods.get$last(nodes)); + t7 = textNode.id; + if (t6) { + $.$get$editorDocLog().log$4(B.Level_INFO_800, " - toggling part of the last node: " + t7, _null, _null); + endOffset = t3._as(t2).offset - 1; } else { - $.$get$editorDocLog().log$4(B.Level_INFO_800, " - toggling full node: " + t9, _null, _null); + $.$get$editorDocLog().log$4(B.Level_INFO_800, " - toggling full node: " + t7, _null, _null); endOffset = Math.max(textNode._text$_text.text.length - 1, 0); } startOffset = 0; } - alreadyHasAttributions = alreadyHasAttributions || textNode._text$_text.spans.hasAttributionsWithin$3$attributions$end$start(t7, endOffset, startOffset); + alreadyHasAttributions = alreadyHasAttributions || textNode._text$_text.spans.hasAttributionsWithin$3$attributions$end$start(t5, endOffset, startOffset); nodesAndSelections.putIfAbsent$2(0, textNode, new A.ToggleTextAttributionsCommand_execute_closure(new A.SpanRange(startOffset, endOffset))); } - for (t1 = nodesAndSelections.get$entries(nodesAndSelections), t1 = t1.get$iterator(t1), t2 = A._instanceType(t7), t3 = t2._eval$1("_LinkedHashSetIterator<1>"), t4 = type$.void_Function, t5 = type$.SpanMarker, t2 = t2._precomputed1; t1.moveNext$0();) { - t6 = t1.get$current(t1); - for (t8 = new A._LinkedHashSetIterator(t7, t7._collection$_modifications, t3), t8._collection$_cell = t7._collection$_first, node = t6.key, range = t6.value; t8.moveNext$0();) { - t6 = t8._collection$_current; - if (t6 == null) - t6 = t2._as(t6); - $.$get$editorDocLog().log$4(B.Level_INFO_800, " - toggling attribution: " + t6.toString$0(0) + ". Range: " + range.toString$0(0), _null, _null); - t9 = node._text$_text; - t10 = A.AttributedSpans$(A.List_List$from(t9.spans._markers, true, t5)); - t11 = range.start; - t12 = range.end; - $.$get$_log0().log$4(B.Level_INFO_800, "Toggling attribution " + t6.toString$0(0) + " from " + t11 + " to " + t12, _null, _null); - if (t10._isContinuousAttribution$3$attribution$end$start(t6, t12, t11)) - t10.removeAttribution$3$attributionToRemove$end$start(t6, t12, t11); + for (t1 = nodesAndSelections.get$entries(nodesAndSelections), t1 = t1.get$iterator(t1), t2 = A._instanceType(t5), t3 = t2._eval$1("_LinkedHashSetIterator<1>"), t4 = type$.JSArray_EditEvent, t6 = executor._changeList, t7 = type$.void_Function, t8 = type$.SpanMarker, t2 = t2._precomputed1; t1.moveNext$0();) { + t9 = t1.get$current(t1); + for (t10 = new A._LinkedHashSetIterator(t5, t5._collection$_modifications, t3), t10._collection$_cell = t5._collection$_first, node = t9.key, range = t9.value; t10.moveNext$0();) { + t9 = t10._collection$_current; + if (t9 == null) + t9 = t2._as(t9); + $.$get$editorDocLog().log$4(B.Level_INFO_800, " - toggling attribution: " + t9.toString$0(0) + ". Range: " + range.toString$0(0), _null, _null); + t11 = node._text$_text; + t12 = A.AttributedSpans$(A.List_List$from(t11.spans._markers, true, t8)); + t13 = range.start; + t14 = range.end; + $.$get$_log().log$4(B.Level_INFO_800, "Toggling attribution " + t9.toString$0(0) + " from " + t13 + " to " + t14, _null, _null); + if (t12._isContinuousAttribution$3$attribution$end$start(t9, t14, t13)) + t12.removeAttribution$3$attributionToRemove$end$start(t9, t14, t13); else - t10.addAttribution$3$end$newAttribution$start(t12, t6, t11); - node.set$text(0, new A.AttributedText(t9.text, t10, A.LinkedHashSet_LinkedHashSet$_empty(t4))); + t12.addAttribution$3$end$newAttribution$start(t14, t9, t13); + node.set$text(0, new A.AttributedText(t11.text, t12, A.LinkedHashSet_LinkedHashSet$_empty(t7))); + B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(node.id))], t4)); } } $.$get$editorDocLog().log$4(B.Level_INFO_800, " - done toggling attributions", _null, _null); - } + }, + $isEditCommand: 1 }; A.ToggleTextAttributionsCommand_execute_closure.prototype = { call$0() { return this.selectionRange; }, - $signature: 3387 + $signature: 3426 }; + A.InsertTextRequest.prototype = {$isEditRequest: 1}; A.InsertTextCommand.prototype = { - execute$2($document, transaction) { - var t1 = this.documentPosition, - textNode = $document._nodesById.$index(0, t1.nodeId); + execute$2(context, executor) { + var textPosition, textOffset, t2, + t1 = this.documentPosition, + textNode = context.find$1$1(0, "document", type$.MutableDocument)._nodesById.$index(0, t1.nodeId); if (!(textNode instanceof A.TextNode)) { $.$get$editorDocLog().log$4(B.Level_SHOUT_1200, string$.ERROR_ + A.S(textNode), null, null); return; } - t1 = type$.TextPosition._as(t1.nodePosition); - textNode.set$text(0, textNode._text$_text.insertString$3$applyAttributions$startOffset$textToInsert(this.attributions, t1.offset, this.textToInsert)); + textPosition = type$.TextPosition._as(t1.nodePosition); + textOffset = textPosition.offset; + t1 = this.textToInsert; + textNode.set$text(0, textNode._text$_text.insertString$3$applyAttributions$startOffset$textToInsert(this.attributions, textOffset, t1)); + t2 = textNode.id; + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.TextInsertionEvent(textOffset, A.AttributedText$(t1, null), t2))], type$.JSArray_EditEvent)); + executor.executeCommand$1(new A.ChangeSelectionCommand(A.DocumentSelection$collapsed(new A.DocumentPosition(t2, new A.TextNodePosition(textOffset + t1.length, textPosition.affinity))), B.SelectionChangeType_6, "userInteraction")); + }, + $isEditCommand: 1 + }; + A.TextInsertionEvent.prototype = { + toString$0(_) { + return "TextInsertionEvent ('" + this.nodeId + "' - " + this.offset + " -> '" + this.text.text + "')"; + }, + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = _this.super$NodeChangeEvent$$eq(0, other) && other instanceof A.TextInsertionEvent && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.offset === other.offset && _this.text.$eq(0, other.text); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + var _this = this, + t1 = _this.text; + return (A.NodeChangeEvent.prototype.get$hashCode.call(_this, _this) ^ B.JSInt_methods.get$hashCode(_this.offset) ^ B.JSString_methods.get$hashCode(t1.text) ^ A.Primitives_objectHashCode(t1.spans._markers)) >>> 0; + } + }; + A.TextDeletedEvent.prototype = { + toString$0(_) { + return "TextDeletedEvent ('" + this.nodeId + "' - " + this.offset + " -> '" + this.deletedText.text + "')"; + }, + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = _this.super$NodeChangeEvent$$eq(0, other) && other instanceof A.TextDeletedEvent && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.offset === other.offset && _this.deletedText.$eq(0, other.deletedText); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + var _this = this, + t1 = _this.deletedText; + return (A.NodeChangeEvent.prototype.get$hashCode.call(_this, _this) ^ B.JSInt_methods.get$hashCode(_this.offset) ^ B.JSString_methods.get$hashCode(t1.text) ^ A.Primitives_objectHashCode(t1.spans._markers)) >>> 0; + } + }; + A.ConvertTextNodeToParagraphRequest.prototype = {$isEditRequest: 1}; + A.ConvertTextNodeToParagraphCommand.prototype = { + execute$2(context, executor) { + var $document = context.find$1$1(0, "document", type$.MutableDocument), + extentNode = type$.TextNode._as($document._nodesById.$index(0, this.nodeId)); + if (extentNode instanceof A.ParagraphNode) + extentNode.putMetadataValue$2("blockType", B.NamedAttribution_paragraph); + else + $document.replaceNode$2$newNode$oldNode(A.ParagraphNode$(extentNode.id, this.newMetadata, extentNode._text$_text), extentNode); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(extentNode.id))], type$.JSArray_EditEvent)); } }; A.InsertAttributedTextCommand.prototype = { - execute$2($document, transaction) { + execute$2(context, executor) { var t1 = this.documentPosition, - textNode = $document._nodesById.$index(0, t1.nodeId); + textNode = context.find$1$1(0, "document", type$.MutableDocument)._nodesById.$index(0, t1.nodeId); if (!(textNode instanceof A.TextNode)) { $.$get$editorDocLog().log$4(B.Level_SHOUT_1200, string$.ERROR_ + A.S(textNode), null, null); return; } t1 = type$.TextPosition._as(t1.nodePosition); textNode.set$text(0, textNode._text$_text.insert$2$startOffset$textToInsert(0, t1.offset, this.textToInsert)); + B.JSArray_methods.addAll$1(executor._changeList, A._setArrayType([new A.DocumentEdit(new A.NodeChangeEvent(textNode.id))], type$.JSArray_EditEvent)); + }, + $isEditCommand: 1 + }; + A.InsertCharacterAtCaretRequest.prototype = {$isEditRequest: 1}; + A.InsertCharacterAtCaretCommand.prototype = { + execute$2(context, executor) { + var t2, _null = null, + $document = context.find$1$1(0, "document", type$.MutableDocument), + composer = context.find$1$1(0, "composer", type$.MutableDocumentComposer), + t1 = composer._selectionNotifier; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2 == null) + return; + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (!t2.get$isCollapsed(t2)) + A._deleteExpandedSelection(composer, context, $document, executor); + if (t1._pausable_value_notifier$_isPaused) { + t2 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + } else + t2 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t2.extent.nodePosition instanceof A.UpstreamDownstreamNodePosition) { + $.$get$editorOpsLog().log$4(B.Level_FINE_500, string$.The_se, _null, _null); + A._insertBlockLevelNewline(composer, context, $document, executor); + } + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + t1 = $document._nodesById.$index(0, t1.extent.nodeId); + t1.toString; + if (!(t1 instanceof A.TextNode)) { + $.$get$editorOpsLog().log$4(B.Level_FINE_500, string$.Couldnc + t1.toString$0(0), _null, _null); + return; + } + A._insertCharacterInTextComposable(this.character, composer, context, $document, executor, false); } }; A._TextComponentState_State_DocumentComponent.prototype = {}; @@ -592498,71 +605334,6 @@ return "SelectionType." + this._core$_name; } }; - A.MultiListenableBuilder.prototype = { - createState$0() { - return new A._MultiListenableBuilderState(B._StateLifecycle_0); - }, - builder$1(arg0) { - return this.builder.call$1(arg0); - } - }; - A._MultiListenableBuilderState.prototype = { - initState$0() { - this.super$State$initState(); - this._syncListenables$2$newListenables$oldListenables(this._widget.listenables, A.LinkedHashSet_LinkedHashSet$_empty(type$.Listenable)); - }, - didUpdateWidget$1(oldWidget) { - var t1, t2; - this.super$State$didUpdateWidget(oldWidget); - t1 = this._widget.listenables; - t2 = oldWidget.listenables; - if (t1 !== t2) - this._syncListenables$2$newListenables$oldListenables(t1, t2); - }, - dispose$0() { - this._syncListenables$2$newListenables$oldListenables(A.LinkedHashSet_LinkedHashSet$_empty(type$.Listenable), this._widget.listenables); - this.super$State$dispose(); - }, - _syncListenables$2$newListenables$oldListenables(newListenables, oldListenables) { - var t1, t2, t3, t4; - for (t1 = A._LinkedHashSetIterator$(oldListenables, oldListenables._collection$_modifications, A._instanceType(oldListenables)._precomputed1), t2 = t1.$ti._precomputed1, t3 = this.get$_onListenableChange(); t1.moveNext$0();) { - t4 = t1._collection$_current; - if (t4 == null) - t4 = t2._as(t4); - if (!newListenables.contains$1(0, t4)) - t4.removeListener$1(0, t3); - } - for (t1 = A._LinkedHashSetIterator$(newListenables, newListenables._collection$_modifications, A._instanceType(newListenables)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { - t4 = t1._collection$_current; - if (t4 == null) - t4 = t2._as(t4); - if (!oldListenables.contains$1(0, t4)) - t4.addListener$1(0, t3); - } - }, - _onListenableChange$0() { - this.setState$1(new A._MultiListenableBuilderState__onListenableChange_closure()); - }, - build$1(context) { - return this._widget.builder$1(context); - } - }; - A._MultiListenableBuilderState__onListenableChange_closure.prototype = { - call$0() { - }, - $signature: 0 - }; - A.ListenableBuilder0.prototype = { - build$1(context) { - return A.AnimatedBuilder$(this.listenable, new A.ListenableBuilder_build_closure(this), null); - } - }; - A.ListenableBuilder_build_closure.prototype = { - call$2(context, _) { - return this.$this.builder.call$1(context); - }, - $signature: 202 - }; A.Logger0.prototype = { log$2(tag, message) { return; @@ -592671,88 +605442,17 @@ var t1 = B.JSString_methods.substring$2(this._this.text, attributedSpan.start, attributedSpan.end + 1); return A.TextSpan$(null, null, this.styleBuilder.call$1(attributedSpan.attributions), t1); }, - $signature: 3388 - }; - A.BlinkingCaret.prototype = { - createState$0() { - return new A.BlinkingCaretState(null, null, B._StateLifecycle_0); - } - }; - A.BlinkingCaretState.prototype = { - initState$0() { - this.super$State$initState(); - var t1 = this._widget.controller; - this.__BlinkingCaretState__caretBlinkController_A = t1; - t1.jumpToOpaque$0(); - }, - didUpdateWidget$1(oldWidget) { - var t1, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - if (!_this._widget.caretOffset.$eq(0, oldWidget.caretOffset)) { - _this._widget.toString; - t1 = _this.__BlinkingCaretState__caretBlinkController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.jumpToOpaque$0(); - } - }, - dispose$0() { - this._widget.toString; - this.super$_BlinkingCaretState_State_SingleTickerProviderStateMixin$dispose(); - }, - build$1(context) { - var t5, t6, t7, - t1 = this._widget, - t2 = t1.width, - t3 = t1.caretHeight, - t4 = this.__BlinkingCaretState__caretBlinkController_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t5 = t1.caretOffset; - t6 = t1.borderRadius; - t1 = t1.color; - t7 = $.$get$_renderer().createPaint$0(); - t7.set$color(0, t1); - return A.CustomPaint$(null, null, null, new A._CaretPainter0(t4, t3, t5, t2, t6, false, true, t1, t7, t4), new A.Size(t2, t3)); - } - }; - A._CaretPainter0.prototype = { - paint$2(canvas, size) { - var height, t3, t4, _this = this, - t1 = _this.caretPaint, - t2 = _this.caretColor; - t1.set$color(0, A.Color$fromARGB(B.JSInt_methods.round$0(255 * (_this.blinkController._blink_controller$_isVisible ? 1 : 0)), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); - height = B.JSNumber_methods.roundToDouble$0(_this.caretHeight); - t2 = _this.caretOffset; - t3 = t2._dx; - t2 = t2._dy; - t4 = _this.borderRadius; - canvas.drawRRect$2(A.RRect$fromLTRBAndCorners(B.JSNumber_methods.roundToDouble$0(t3), B.JSNumber_methods.roundToDouble$0(t2), B.JSNumber_methods.roundToDouble$0(t3) + _this.width, B.JSNumber_methods.roundToDouble$0(t2) + height, t4.bottomLeft, t4.bottomRight, t4.topLeft, t4.topRight), t1); - }, - shouldRepaint$1(oldDelegate) { - var _this = this; - return _this.caretHeight !== oldDelegate.caretHeight || !_this.caretOffset.$eq(0, oldDelegate.caretOffset) || _this.width !== oldDelegate.width || !_this.borderRadius.$eq(0, oldDelegate.borderRadius) || !_this.caretColor.$eq(0, oldDelegate.caretColor); - } - }; - A._BlinkingCaretState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0() { - var _this = this, - t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; - if (t1 != null) - t1.removeListener$1(0, _this.get$_updateTicker()); - _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(); - }, - activate$0() { - this.super$State$activate(); - this._updateTickerModeNotifier$0(); - this._updateTicker$0(); - } + $signature: 3427 }; A.ProxyTextComposable.prototype = { getWordSelectionAt$1(textNodePosition) { - return type$.TextComposable._as(this._textKey.get$currentState()).getWordSelectionAt$1(textNodePosition); + return type$.TextComposable._as(this._tasks$_textKey.get$currentState()).getWordSelectionAt$1(textNodePosition); }, getContiguousTextSelectionAt$1(textNodePosition) { - return type$.TextComposable._as(this._textKey.get$currentState()).getContiguousTextSelectionAt$1(textNodePosition); + return type$.TextComposable._as(this._tasks$_textKey.get$currentState()).getContiguousTextSelectionAt$1(textNodePosition); + }, + getPositionAtStartOfLine$1(textNodePosition) { + return type$.TextComposable._as(this._tasks$_textKey.get$currentState()).getPositionAtStartOfLine$1(textNodePosition); } }; A.ContentLayers.prototype = { @@ -592775,9 +605475,17 @@ return type$.RenderContentLayers._as(A.RenderObjectElement.prototype.get$renderObject.call(this)); }, mount$2($parent, newSlot) { - var _this = this; + var t1, t2, _this = this; $.$get$contentLayersLog().log$4(B.Level_FINE_500, "ContentLayersElement - mounting", null, null); _this.super$RenderObjectElement$mount($parent, newSlot); + if ($.ContentLayersElement__realOnBuildScheduled == null) { + t1 = _this._framework$_owner; + t2 = t1.onBuildScheduled; + t2.toString; + $.ContentLayersElement__realOnBuildScheduled = t2; + t1.onBuildScheduled = A.content_layers_ContentLayersElement__globalOnBuildScheduled$closure(); + $.ContentLayersElement__onBuildListeners.add$1(0, _this.get$_onBuildScheduled()); + } _this._content = _this.super$Element$inflateWidget(type$.ContentLayers._as(A.Element0.prototype.get$widget.call(_this)).content.call$1(_this.get$_onContentBuildScheduled()), "content"); }, activate$0() { @@ -592791,75 +605499,91 @@ underlay = t1[_i]; underlay._framework$_parent = null; underlay.detachRenderObject$0(); - t3 = _this._owner._inactiveElements; + t3 = _this._framework$_owner._inactiveElements; if (underlay._lifecycleState === B._ElementLifecycle_1) { underlay.deactivate$0(); underlay.visitChildren$1(A.framework__InactiveElements__deactivateRecursively$closure()); } t3._framework$_elements.add$1(0, underlay); } - _this._underlays = B.List_empty24; + _this._underlays = B.List_empty25; for (t1 = _this._overlays, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { overlay = t1[_i]; overlay._framework$_parent = null; overlay.detachRenderObject$0(); - t3 = _this._owner._inactiveElements; + t3 = _this._framework$_owner._inactiveElements; if (overlay._lifecycleState === B._ElementLifecycle_1) { overlay.deactivate$0(); overlay.visitChildren$1(A.framework__InactiveElements__deactivateRecursively$closure()); } t3._framework$_elements.add$1(0, overlay); } - _this._overlays = B.List_empty24; + _this._overlays = B.List_empty25; _this.super$RenderObjectElement$deactivate(); }, unmount$0() { $.$get$contentLayersLog().log$4(B.Level_FINE_500, "ContentLayersElement - unmounting", null, null); + $.ContentLayersElement__onBuildListeners.remove$1(0, this.get$_onBuildScheduled()); + if ($.ContentLayersElement__onBuildListeners._collection$_length === 0) + this._framework$_owner.onBuildScheduled = $.ContentLayersElement__realOnBuildScheduled; this.super$RenderObjectElement$unmount(); }, + _onBuildScheduled$0() { + $.$get$contentLayersLog().log$4(B.Level_FINER_400, "ON BUILD SCHEDULED", null, null); + $.SchedulerBinding__instance.scheduleFrameCallback$1(new A.ContentLayersElement__onBuildScheduled_closure(this)); + }, + _isAnyLayerDirty$0() { + var t2, t3, hasDirtyElements, _i, underlay, overlay, _this = this, _null = null, + _s17_ = ") subtree dirty? ", + t1 = $.$get$contentLayersLog(); + t1.log$4(B.Level_FINER_400, "Checking if any layer is dirty", _null, _null); + t1.log$4(B.Level_FINER_400, "Checking underlays", _null, _null); + for (t2 = _this._underlays, t3 = t2.length, hasDirtyElements = false, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { + underlay = t2[_i]; + t1.log$4(B.Level_FINER_400, " - Is underlay (" + underlay.toString$0(0) + _s17_ + _this._isSubtreeDirty$1(underlay), _null, _null); + hasDirtyElements = hasDirtyElements || _this._isSubtreeDirty$1(underlay); + } + t1.log$4(B.Level_FINER_400, "Checking overlays", _null, _null); + for (t2 = _this._overlays, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { + overlay = t2[_i]; + t1.log$4(B.Level_FINER_400, " - Is overlay (" + overlay.toString$0(0) + _s17_ + _this._isSubtreeDirty$1(overlay), _null, _null); + hasDirtyElements = hasDirtyElements || _this._isSubtreeDirty$1(overlay); + } + return hasDirtyElements; + }, + _isSubtreeDirty$1(element) { + var _null = null, t1 = {}, + t2 = $.$get$contentLayersLog(); + t2.log$4(B.Level_FINEST_300, "Finding dirty children for: " + element.toString$0(0), _null, _null); + if (element._dirty) { + t2.log$4(B.Level_FINEST_300, "Found a dirty child: " + element.toString$0(0), _null, _null); + return true; + } + t1.isDirty = false; + element.visitChildren$1(new A.ContentLayersElement__isSubtreeDirty_closure(t1, this)); + return t1.isDirty; + }, _onContentBuildScheduled$0() { - this._deactivateLayers$0(); + this._temporarilyForgetLayers$0(); }, markNeedsBuild$0() { - $.$get$contentLayersLog().log$4(B.Level_FINER_400, "ContentLayersElement - marking needs build", null, null); - this._deactivateLayers$0(); + $.$get$contentLayersLog().log$4(B.Level_FINER_400, string$.Conten, null, null); this.super$Element$markNeedsBuild(); }, buildLayers$0() { $.$get$contentLayersLog().log$4(B.Level_FINER_400, "ContentLayersElement - (re)building layers", null, null); - this._owner.buildScope$2(this, new A.ContentLayersElement_buildLayers_closure(this)); + this._framework$_owner.buildScope$2(this, new A.ContentLayersElement_buildLayers_closure(this)); }, inflateWidget$2(newWidget, newSlot) { return this.super$Element$inflateWidget(newWidget, newSlot); }, - _deactivateLayers$0() { - var t1, t2, _i, underlay, t3, overlay, t4, _this = this; - $.$get$contentLayersLog().log$4(B.Level_FINER_400, "ContentLayersElement - deactivating layers", null, null); - for (t1 = _this._underlays, t2 = t1.length, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { - underlay = t1[_i]; - underlay._framework$_parent = null; - underlay.detachRenderObject$0(); - t3 = _this._owner._inactiveElements; - if (underlay._lifecycleState === B._ElementLifecycle_1) { - underlay.deactivate$0(); - underlay.visitChildren$1(A.framework__InactiveElements__deactivateRecursively$closure()); - } - t3._framework$_elements.add$1(0, underlay); - } - t1 = type$.JSArray_Element; - _this._underlays = A._setArrayType([], t1); - for (t2 = _this._overlays, t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, A.throwConcurrentModificationError)(t2), ++_i) { - overlay = t2[_i]; - overlay._framework$_parent = null; - overlay.detachRenderObject$0(); - t4 = _this._owner._inactiveElements; - if (overlay._lifecycleState === B._ElementLifecycle_1) { - overlay.deactivate$0(); - overlay.visitChildren$1(A.framework__InactiveElements__deactivateRecursively$closure()); - } - t4._framework$_elements.add$1(0, overlay); - } - _this._overlays = A._setArrayType([], t1); + _temporarilyForgetLayers$0() { + var t1, _i; + $.$get$contentLayersLog().log$4(B.Level_FINER_400, "ContentLayersElement - temporarily forgetting layers", null, null); + for (t1 = this._underlays.length, _i = 0; _i < t1; ++_i) + ; + for (t1 = this._overlays.length, _i = 0; _i < t1; ++_i) + ; }, update$1(_, newWidget) { var newContent, _this = this; @@ -592948,24 +605672,81 @@ } } }; + A.ContentLayersElement__onBuildScheduled_closure.prototype = { + call$1(timeStamp) { + var t2, t3, isContentDirty, isAnyLayerDirty, _null = null, + t1 = $.$get$contentLayersLog(); + t1.log$4(B.Level_FINER_400, "SCHEDULED FRAME CALLBACK", _null, _null); + t2 = this.$this; + if (t2._widget == null) { + t1.log$4(B.Level_FINER_400, "We've unmounted since the end of the frame. Fizzling.", _null, _null); + return; + } + t3 = t2._content; + t3.toString; + isContentDirty = t2._isSubtreeDirty$1(t3); + isAnyLayerDirty = t2._isAnyLayerDirty$0(); + if (isContentDirty && isAnyLayerDirty) { + t1.log$4(B.Level_FINE_500, "Marking needs build because content and at least one layer are both dirty.", _null, _null); + t2._temporarilyForgetLayers$0(); + } + }, + $signature: 12 + }; + A.ContentLayersElement__isSubtreeDirty_closure.prototype = { + call$1(childElement) { + var t1 = this._box_0; + t1.isDirty = t1.isDirty || this.$this._isSubtreeDirty$1(childElement); + }, + $signature: 108 + }; A.ContentLayersElement_buildLayers_closure.prototype = { call$0() { - var t2, t3, underlays, i, t4, overlays, - t1 = this.$this; - t1._deactivateLayers$0(); - t2 = type$.ContentLayers; - t2._as(A.Element0.prototype.get$widget.call(t1)); - t3 = type$.Element_2; - underlays = A.List_List$filled(0, $.$get$_NullElement_instance1(), false, t3); - for (i = 0; false; ++i) { - t2._as(A.Element0.prototype.get$widget.call(t1)); - underlays[i] = t1.super$Element$inflateWidget(B.List_empty20[i], new A._UnderlaySlot(i)); + var i, child, t5, newChild, overlays, + t1 = this.$this, + t2 = type$.ContentLayers, + t3 = t2._as(A.Element0.prototype.get$widget.call(t1)).underlays.length, + t4 = type$.Element_2, + underlays = A.List_List$filled(t3, $.$get$_NullElement_instance1(), false, t4); + for (i = 0; i < t3; ++i) { + child = A._Cell$named("child"); + t5 = t1._underlays; + if (i > t5.length - 1) { + newChild = t1.super$Element$inflateWidget(t2._as(A.Element0.prototype.get$widget.call(t1)).underlays[i].call$1(t1), new A._UnderlaySlot(i)); + if (child.__late_helper$_value !== child) + A.throwExpression(A.LateError$localAI(child.__late_helper$_name)); + child.__late_helper$_value = newChild; + t5 = newChild; + } else { + t5 = t1.super$Element$updateChild(t5[i], t2._as(A.Element0.prototype.get$widget.call(t1)).underlays[i].call$1(t1), new A._UnderlaySlot(i)); + t5.toString; + if (child.__late_helper$_value !== child) + A.throwExpression(A.LateError$localAI(child.__late_helper$_name)); + child.__late_helper$_value = t5; + } + underlays[i] = t5; } t1._underlays = underlays; - t4 = t2._as(A.Element0.prototype.get$widget.call(t1)).overlays.length; - overlays = A.List_List$filled(t4, $.$get$_NullElement_instance1(), false, t3); - for (i = 0; i < t4; ++i) - overlays[i] = t1.super$Element$inflateWidget(t2._as(A.Element0.prototype.get$widget.call(t1)).overlays[i], new A._OverlaySlot(i)); + t3 = t2._as(A.Element0.prototype.get$widget.call(t1)).overlays.length; + overlays = A.List_List$filled(t3, $.$get$_NullElement_instance1(), false, t4); + for (i = 0; i < t3; ++i) { + child = A._Cell$named("child"); + t4 = t1._overlays; + if (i > t4.length - 1) { + newChild = t1.super$Element$inflateWidget(t2._as(A.Element0.prototype.get$widget.call(t1)).overlays[i].call$1(t1), new A._OverlaySlot(i)); + if (child.__late_helper$_value !== child) + A.throwExpression(A.LateError$localAI(child.__late_helper$_name)); + child.__late_helper$_value = newChild; + t4 = newChild; + } else { + t4 = t1.super$Element$updateChild(t4[i], t2._as(A.Element0.prototype.get$widget.call(t1)).overlays[i].call$1(t1), new A._OverlaySlot(i)); + t4.toString; + if (child.__late_helper$_value !== child) + A.throwExpression(A.LateError$localAI(child.__late_helper$_name)); + child.__late_helper$_value = t4; + } + overlays[i] = t4; + } t1._overlays = overlays; }, $signature: 0 @@ -592985,6 +605766,12 @@ this.super$RenderObject$detach(0); this.visitChildren$1(new A.RenderContentLayers_detach_closure()); }, + markNeedsLayout$0() { + this.super$RenderBox$markNeedsLayout(); + if (this._runningLayout) + return; + this._contentNeedsLayout = true; + }, debugDescribeChildren$0() { var i, _null = null, childDiagnostics = A._setArrayType([], type$.JSArray_DiagnosticsNode), @@ -593012,33 +605799,64 @@ t1 = t1 == null ? null : t1.computeDryLayout$1(constraints); return t1 == null ? B.Size_0_0 : t1; }, + computeMinIntrinsicWidth$1(height) { + var t1 = this._content; + t1 = t1 == null ? null : t1.computeMinIntrinsicWidth$1(height); + return t1 == null ? 0 : t1; + }, + computeMaxIntrinsicWidth$1(height) { + var t1 = this._content; + t1 = t1 == null ? null : t1.computeMaxIntrinsicWidth$1(height); + return t1 == null ? 0 : t1; + }, + computeMinIntrinsicHeight$1(width) { + var t1 = this._content; + t1 = t1 == null ? null : t1.computeMinIntrinsicHeight$1(width); + return t1 == null ? 0 : t1; + }, + computeMaxIntrinsicHeight$1(width) { + var t1 = this._content; + t1 = t1 == null ? null : t1.computeMaxIntrinsicHeight$1(width); + return t1 == null ? 0 : t1; + }, performLayout$0() { - var t2, t3, layerConstraints, _i, _this = this, _null = null, + var t2, t3, layerConstraints, t4, _i, underlay, overlay, _this = this, _null = null, t1 = $.$get$contentLayersLog(); t1.log$4(B.Level_INFO_800, "Laying out ContentLayers", _null, _null); t2 = _this._content; if (t2 == null) { _this._box$_size = B.Size_0_0; + _this._contentNeedsLayout = false; return; } + _this._runningLayout = true; t1.log$4(B.Level_FINE_500, "Laying out content - " + t2.toString$0(0), _null, _null); t2 = _this._content; t2.toString; t2.layout$2$parentUsesSize(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), true); + t1.log$4(B.Level_FINE_500, "Content after layout: " + A.S(_this._content), _null, _null); t2 = _this._content; _this._box$_size = t2.get$size(t2); + _this._contentNeedsLayout = false; t1.log$4(B.Level_FINE_500, "Building layers", _null, _null); _this.invokeLayoutCallback$1$1(new A.RenderContentLayers_performLayout_closure(_this), type$.Constraints); t1.log$4(B.Level_FINER_400, "Done building layers", _null, _null); t2 = _this._underlays; t3 = _this._overlays; - t1.log$4(B.Level_FINE_500, "Laying out layers (" + t2.length + " underlays, " + t3.length + " overlays", _null, _null); + t1.log$4(B.Level_FINE_500, "Laying out layers (" + t2.length + " underlays, " + t3.length + " overlays)", _null, _null); layerConstraints = A.BoxConstraints$tight(_this.get$size(_this)); - for (t1 = t2.length, _i = 0; _i < t2.length; t2.length === t1 || (0, A.throwConcurrentModificationError)(t2), ++_i) - t2[_i].layout$1(layerConstraints); - for (t1 = t3.length, _i = 0; _i < t3.length; t3.length === t1 || (0, A.throwConcurrentModificationError)(t3), ++_i) - t3[_i].layout$1(layerConstraints); - $.$get$contentLayersLog().log$4(B.Level_FINER_400, "Done laying out layers", _null, _null); + for (t4 = t2.length, _i = 0; _i < t2.length; t2.length === t4 || (0, A.throwConcurrentModificationError)(t2), ++_i) { + underlay = t2[_i]; + t1.log$4(B.Level_FINE_500, "Laying out underlay: " + underlay.toString$0(0), _null, _null); + underlay.layout$1(layerConstraints); + } + for (t2 = t3.length, _i = 0; _i < t3.length; t3.length === t2 || (0, A.throwConcurrentModificationError)(t3), ++_i) { + overlay = t3[_i]; + t1.log$4(B.Level_FINE_500, "Laying out overlay: " + overlay.toString$0(0), _null, _null); + overlay.layout$1(layerConstraints); + } + _this._runningLayout = false; + t1.log$4(B.Level_FINER_400, "Done laying out layers", _null, _null); }, hitTestChildren$2$position(result, position) { var t1, t2, _i, didHit, _this = this; @@ -593073,19 +605891,19 @@ call$1(child) { child.attach$1(this.owner); }, - $signature: 66 + $signature: 63 }; A.RenderContentLayers_detach_closure.prototype = { call$1(child) { child.detach$0(0); }, - $signature: 66 + $signature: 63 }; A.RenderContentLayers_performLayout_closure.prototype = { call$1(constraints) { this.$this._content_layers$_element.buildLayers$0(); }, - $signature: 42 + $signature: 44 }; A._UnderlaySlot.prototype = { toString$0(_) { @@ -593104,6 +605922,66 @@ return A.throwExpression(A.UnimplementedError$(null)); } }; + A.ContentLayerProxyWidget.prototype = {}; + A.ContentLayerStatelessWidget.prototype = { + build$1(context) { + var contentLayers = A._extension_0_findAncestorContentLayers(context), + contentElement = contentLayers == null ? null : contentLayers._content; + if (contentElement != null) + contentElement.get$renderObject(); + return B.SizedBox_null_null_null_null; + }, + $isContentLayerWidget: 1 + }; + A.ContentLayerStatefulWidget.prototype = { + createElement$0(_) { + return A.ContentLayerStatefulElement$(this); + }, + $isContentLayerWidget: 1 + }; + A.ContentLayerStatefulElement.prototype = { + activate$0() { + this.super$StatefulElement$activate(); + this._content_layers$_isActive = true; + }, + deactivate$0() { + this._content_layers$_isActive = false; + this.super$StatefulElement$deactivate(); + }, + markNeedsBuild$0() { + var t1, _this = this; + if (_this._content_layers$_isActive && _this._widget != null) { + t1 = A._extension_0_findAncestorContentLayers(_this); + if (t1 != null) { + $.$get$contentLayersLog().log$4(B.Level_FINER_400, string$.Conten, null, null); + t1.super$Element$markNeedsBuild(); + } + } + _this.super$Element$markNeedsBuild(); + } + }; + A._extension_0_findAncestorContentLayers_closure.prototype = { + call$1(element) { + if (element instanceof A.ContentLayersElement) { + this._box_0.contentLayersElement = element; + return false; + } + return true; + }, + $signature: 126 + }; + A.ContentLayerState.prototype = { + build$1(context) { + var _this = this, + contentLayers = A._extension_0_findAncestorContentLayers(context), + t1 = contentLayers == null, + contentElement = t1 ? null : contentLayers._content, + contentLayout = contentElement == null ? null : contentElement.get$renderObject(); + if (!t1 && !type$.RenderContentLayers._as(A.RenderObjectElement.prototype.get$renderObject.call(contentLayers))._contentNeedsLayout) + _this._layoutData = _this.computeLayoutData$2(contentElement, contentLayout); + return _this.doBuild$2(context, _this._layoutData); + } + }; A.AxisOffset.prototype = { toString$0(_) { return "[AxisOffset] - leading: " + this.leading + ", trailing: " + this.trailing; @@ -593129,12 +606007,2078 @@ } }; A._ContentTapDelegate_Object_ChangeNotifier.prototype = {}; + A.DocumentLayoutLayerStatefulWidget.prototype = {}; + A.DocumentLayoutLayerState.prototype = { + computeLayoutData$2(contentElement, contentLayout) { + var t1, t2; + if (contentElement != null) + if (contentElement instanceof A.StatefulElement) { + t1 = contentElement._framework$_state; + t1.toString; + t1 = !(t1 instanceof A._SingleColumnDocumentLayoutState); + } else + t1 = true; + else + t1 = true; + if (t1) + return null; + t1 = this._framework$_element; + t1.toString; + t2 = contentElement._framework$_state; + t2.toString; + return this.computeLayoutDataWithDocumentLayout$2(t1, type$.DocumentLayout._as(t2)); + } + }; + A.DocumentScaffold.prototype = { + createState$0() { + return new A._DocumentScaffoldState(new A.ValueNotifier(B.BoxConstraints_mlX5, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_BoxConstraints), B._StateLifecycle_0); + }, + gestureBuilder$1(arg0) { + return this.gestureBuilder.call$1(arg0); + } + }; + A._DocumentScaffoldState.prototype = { + build$1(context) { + var t4, _this = this, _null = null, + t1 = _this._buildDocumentLayout$0(), + t2 = _this._contentConstraints, + t3 = _this._widget; + t3.toString; + t4 = _this._framework$_element; + t4.toString; + t1 = A._setArrayType([A.Positioned$fill(0, t3.gestureBuilder$1(t4)), t1], type$.JSArray_Widget); + t4 = _this._widget; + return new A.ViewportBoundsReporter(t2, new A.DocumentScrollable(t4.autoScrollController, t4.scrollController, t4.scroller, _null, false, new A.ViewportBoundsReplicator(t2, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, t1, _null), _null), _null), _null); + }, + _buildDocumentLayout$0() { + var _null = null, + t1 = this._widget; + return new A.Align(B.Alignment_0_m1, _null, _null, new A.CompositedTransformTarget(t1.documentLayoutLink, new A.ContentLayers(t1.underlays, new A._DocumentScaffoldState__buildDocumentLayout_closure(this), t1.overlays, _null), _null), _null); + } + }; + A._DocumentScaffoldState__buildDocumentLayout_closure.prototype = { + call$1(onBuildScheduled) { + var t1 = this.$this._widget, + t2 = t1.documentLayoutKey; + return new A.SingleColumnDocumentLayout(t1.presenter, t1.componentBuilders, onBuildScheduled, t2); + }, + $signature: 3428 + }; + A.DocumentScroller.prototype = { + dispose$0() { + this._scrollChangeListeners.clear$0(0); + }, + attach$1(scrollPosition) { + this._document_scroller$_scrollPosition = scrollPosition; + scrollPosition.addListener$1(0, this.get$_notifyScrollChangeListeners()); + }, + detach$0(_) { + var t1 = this._document_scroller$_scrollPosition; + if (t1 != null) + t1.removeListener$1(0, this.get$_notifyScrollChangeListeners()); + this._document_scroller$_scrollPosition = null; + }, + _notifyScrollChangeListeners$0() { + var t1, t2, listener; + for (t1 = this._scrollChangeListeners, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + listener = t1._collection$_current; + (listener == null ? t2._as(listener) : listener).call$0(); + } + } + }; + A.SelectionLeadersDocumentLayer.prototype = { + createState$0() { + return new A._SelectionLeadersDocumentLayerState(null, null, B._StateLifecycle_0); + }, + get$document(receiver) { + return this.document; + } + }; + A._SelectionLeadersDocumentLayerState.prototype = { + initState$0() { + this.super$State$initState(); + this._widget.selection.addListener$1(0, this.get$_selection_leader_document_layer$_onSelectionChange()); + }, + didUpdateWidget$1(oldWidget) { + var t1, t2, _this = this; + _this.super$State$didUpdateWidget(oldWidget); + t1 = oldWidget.selection; + if (_this._widget.selection !== t1) { + t2 = _this.get$_selection_leader_document_layer$_onSelectionChange(); + t1.removeListener$1(0, t2); + _this._widget.selection.addListener$1(0, t2); + } + }, + dispose$0() { + this._widget.selection.removeListener$1(0, this.get$_selection_leader_document_layer$_onSelectionChange()); + this.super$__SelectionLeadersDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin$dispose(); + }, + _selection_leader_document_layer$_onSelectionChange$0() { + if (this._framework$_element != null && $.SchedulerBinding__instance.SchedulerBinding__schedulerPhase !== B.SchedulerPhase_3) + this.setState$1(new A._SelectionLeadersDocumentLayerState__onSelectionChange_closure()); + }, + computeLayoutDataWithDocumentLayout$2(context, documentLayout) { + var documentSelection, t2, t3, t4, _this = this, _null = null, + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + documentSelection = t1; + } else + documentSelection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (documentSelection == null) + return _null; + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (documentLayout.getComponentByNodeId$1(t1.extent.nodeId) == null) + return _null; + t1 = documentSelection.get$isCollapsed(documentSelection); + t2 = documentSelection.extent; + if (t1) { + t1 = documentLayout.getRectForPosition$1(t2); + t1.toString; + return new A.DocumentSelectionLayout(t1, _null, _null, _null); + } else { + t1 = _this._widget.document; + t3 = documentSelection.base; + t1 = documentLayout.getRectForPosition$1(A.InspectDocumentSelection_selectUpstreamPosition(t1, t3, t2)); + t1.toString; + t4 = documentLayout.getRectForPosition$1(A.InspectDocumentSelection_selectUpstreamPosition(_this._widget.document, t3, t2).$eq(0, t3) ? t2 : t3); + t4.toString; + return new A.DocumentSelectionLayout(_null, t1, t4, documentLayout.getRectForSelection$2(t3, t2)); + } + }, + doBuild$2(context, selectionLayout) { + var t1, t2, t3, t4, t5, _this = this, _null = null; + if (selectionLayout == null) + return B.SizedBox_null_null_null_null; + t1 = A._setArrayType([], type$.JSArray_Widget); + t2 = selectionLayout.caret; + if (t2 != null) { + t3 = t2.top; + t4 = t2.left; + t2 = t2.bottom; + t5 = _this._widget.links.__SelectionLayerLinks_caretLink_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t1.push(A.Positioned$(_null, A.Leader$(_null, t5), t2 - t3, _null, t4, _null, t3, 1)); + } + t2 = selectionLayout.upstream; + if (t2 != null) { + t3 = t2.top; + t4 = t2.left; + t2 = t2.bottom; + t5 = _this._widget.links.__SelectionLayerLinks_upstreamLink_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t1.push(A.Positioned$(_null, A.Leader$(_null, t5), t2 - t3, _null, t4, _null, t3, 1)); + } + t2 = selectionLayout.downstream; + if (t2 != null) { + t3 = t2.top; + t4 = t2.left; + t2 = t2.bottom; + t5 = _this._widget.links.__SelectionLayerLinks_downstreamLink_F; + t5 === $ && A.throwUnnamedLateFieldNI(); + t1.push(A.Positioned$(_null, A.Leader$(_null, t5), t2 - t3, _null, t4, _null, t3, 1)); + } + t2 = selectionLayout.expandedSelectionBounds; + if (t2 != null) { + t3 = _this._widget.links.__SelectionLayerLinks_expandedSelectionBoundsLink_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + t1.push(A.Positioned$fromRect(A.Leader$(_null, t3), t2)); + } + return A.IgnorePointer$(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null), true, _null); + } + }; + A._SelectionLeadersDocumentLayerState__onSelectionChange_closure.prototype = { + call$0() { + }, + $signature: 0 + }; + A.DocumentSelectionLayout.prototype = {}; + A.SelectionLayerLinks.prototype = {}; + A.__SelectionLeadersDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin.prototype = { + dispose$0() { + var _this = this, + t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTicker()); + _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(); + }, + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); + } + }; + A.CupertinoScrollbarWithCustomPhysics.prototype = { + createState$0() { + return new A._CupertinoScrollbarState0(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0); + } + }; + A._CupertinoScrollbarState0.prototype = { + initState$0() { + var t1, _this = this; + _this.super$RawScrollbarWithCustomPhysicsState$initState(); + t1 = _this._cupertino_scrollbar$___CupertinoScrollbarState__thicknessAnimationController_A = A.AnimationController$(null, B.Duration_100000, null, 1, null, _this); + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalListenersMixin__listeners; + t1._isDirty = true; + t1._observer_list$_list.push(new A._CupertinoScrollbarState_initState_closure0(_this)); + }, + updateScrollbarPainter$0() { + var t2, t3, t4, _this = this, + t1 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._framework$_element; + t2.toString; + t2 = B.CupertinoDynamicColor_zPV.resolveFrom$1(t2); + t1.set$color(0, t2); + t2 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t2.toString; + t1.set$textDirection(t2.textDirection); + t2 = _this._widget; + t3 = t2.thickness; + t3.toString; + t4 = _this._cupertino_scrollbar$___CupertinoScrollbarState__thicknessAnimationController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = t4.__AnimationController__value_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t1.set$thickness(t3 + t4 * (t2.thicknessWhileDragging - t3)); + t1.set$mainAxisMargin(3); + t1.set$crossAxisMargin(3); + t3 = _this._widget; + t2 = t3.radius; + t3 = t3.radiusWhileDragging; + t4 = _this._cupertino_scrollbar$___CupertinoScrollbarState__thicknessAnimationController_A.__AnimationController__value_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t4 = A.Radius_lerp(t2, t3, t4); + t4.toString; + t1.set$radius(t4); + t4 = _this._framework$_element; + t4.toString; + t1.set$padding(0, A.InheritedModel_inheritFrom(t4, B._MediaQueryAspect_6, type$.MediaQuery).data.padding); + t1.set$minLength(0, 36); + t1.set$minOverscrollLength(8); + t1.set$scrollbarOrientation(_this._widget.scrollbarOrientation); + }, + handleThumbPressStart$1(localPosition) { + var direction, _this = this; + _this.super$RawScrollbarWithCustomPhysicsState$handleThumbPressStart(localPosition); + direction = _this.getScrollbarDirection$0(); + if (direction == null) + return; + switch (direction.index) { + case 1: + _this._cupertino_scrollbar$_pressStartAxisPosition = localPosition._dy; + break; + case 0: + _this._cupertino_scrollbar$_pressStartAxisPosition = localPosition._dx; + break; + } + }, + handleThumbPress$0() { + if (this.getScrollbarDirection$0() == null) + return; + this.super$RawScrollbarWithCustomPhysicsState$handleThumbPress(); + var t1 = this._cupertino_scrollbar$___CupertinoScrollbarState__thicknessAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0).then$1$1(0, new A._CupertinoScrollbarState_handleThumbPress_closure0(), type$.void); + }, + handleThumbPressEnd$2(localPosition, velocity) { + var t1, _this = this, + direction = _this.getScrollbarDirection$0(); + if (direction == null) + return; + t1 = _this._cupertino_scrollbar$___CupertinoScrollbarState__thicknessAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + _this.super$RawScrollbarWithCustomPhysicsState$handleThumbPressEnd(localPosition, velocity); + switch (direction.index) { + case 1: + if (Math.abs(velocity.pixelsPerSecond._dy) < 10 && Math.abs(localPosition._dy - _this._cupertino_scrollbar$_pressStartAxisPosition) > 0) + A.HapticFeedback_mediumImpact(); + break; + case 0: + if (Math.abs(velocity.pixelsPerSecond._dx) < 10 && Math.abs(localPosition._dx - _this._cupertino_scrollbar$_pressStartAxisPosition) > 0) + A.HapticFeedback_mediumImpact(); + break; + } + }, + dispose$0() { + var t1 = this._cupertino_scrollbar$___CupertinoScrollbarState__thicknessAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$RawScrollbarWithCustomPhysicsState$dispose(); + } + }; + A._CupertinoScrollbarState_initState_closure0.prototype = { + call$0() { + this.$this.updateScrollbarPainter$0(); + }, + $signature: 0 + }; + A._CupertinoScrollbarState_handleThumbPress_closure0.prototype = { + call$1(_) { + return A.HapticFeedback_mediumImpact(); + }, + $signature: 506 + }; A.Scheduler_runAsSoonAsPossible_closure.prototype = { call$1(timeStamp) { $.$get$schedulerLog().log$4(B.Level_INFO_800, "Flutter is done building widgets. Running '" + this.debugLabel + "' at the end of the frame.", null, null); this.action.call$0(); }, - $signature: 11 + $signature: 12 + }; + A.Frames_setStateAsSoonAsPossible_closure.prototype = { + call$0() { + var t1 = this._this; + if (t1._framework$_element == null) + return; + t1.setState$1(new A.Frames_setStateAsSoonAsPossible__closure(this.stateChange)); + }, + $signature: 0 + }; + A.Frames_setStateAsSoonAsPossible__closure.prototype = { + call$0() { + this.stateChange.call$0(); + }, + $signature: 0 + }; + A.Frames_onNextFrame_closure.prototype = { + call$1(timeStamp) { + if (this._this._framework$_element == null) + return; + this.work.call$1(timeStamp); + }, + $signature: 12 + }; + A.Frames_scheduleBuildAfterBuild_closure.prototype = { + call$1(_) { + this._this.setState$1(new A.Frames_scheduleBuildAfterBuild__closure(this.stateChange)); + }, + $signature: 12 + }; + A.Frames_scheduleBuildAfterBuild__closure.prototype = { + call$0() { + var t1 = this.stateChange; + if (t1 != null) + t1.call$0(); + }, + $signature: 0 + }; + A.ScrollbarWithCustomPhysics.prototype = { + build$1(context) { + var _this = this, _null = null; + if (A.Theme_of(context).platform === B.TargetPlatform_2) + return new A.CupertinoScrollbarWithCustomPhysics(8, B.Radius_4_4, _this.child, _this.controller, _this.physics, false, B.Radius_ydE, 3, _null, B.Duration_250000, B.Duration_1200000, B.Duration_100000, A.scroll_notification__defaultScrollNotificationPredicate$closure(), _null, _null, _null); + return new A._MaterialScrollbar0(_null, _this.child, _this.controller, _this.physics, _null, _null, _null, _null, B.Duration_300000, B.Duration_600000, B.Duration_0, A.scroll_notification__defaultScrollNotificationPredicate$closure(), _null, _null, _null); + } + }; + A._MaterialScrollbar0.prototype = { + createState$0() { + return new A._MaterialScrollbarState0(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0); + } + }; + A._MaterialScrollbarState0.prototype = { + get$showScrollbar() { + var t1 = this._widget.thumbVisibility; + if (t1 == null) { + t1 = this._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.thumbVisibility; + t1 = t1 == null ? null : t1.resolve$1(0, this.get$_material_scrollbar$_states()); + } + return t1 == null ? false : t1; + }, + get$enableGestures() { + this._widget.toString; + var t1 = this._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.interactive; + if (t1 == null) { + t1 = this._material_scrollbar$___MaterialScrollbarState__useAndroidScrollbar_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = !t1; + } + return t1; + }, + get$_material_scrollbar$_trackVisibility() { + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackVisibility_closure0(this), type$._MaterialStatePropertyWith_bool); + }, + get$_material_scrollbar$_states() { + var t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.MaterialState); + if (this._material_scrollbar$_dragIsActive) + t1.add$1(0, B.MaterialState_3); + if (this._material_scrollbar$_hoverIsActive) + t1.add$1(0, B.MaterialState_0); + return t1; + }, + get$_material_scrollbar$_thumbColor() { + var onSurface, dragColor, hoverColor, idleColor, t2, t3, t4, _this = this, + t1 = _this._material_scrollbar$___MaterialScrollbarState__colorScheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + onSurface = t1.onSurface; + dragColor = A._Cell$named("dragColor"); + hoverColor = A._Cell$named("hoverColor"); + idleColor = A._Cell$named("idleColor"); + switch (t1.brightness.index) { + case 1: + t1 = onSurface.value; + t2 = t1 >>> 16 & 255; + t3 = t1 >>> 8 & 255; + t1 &= 255; + dragColor.__late_helper$_value = A.Color$fromARGB(153, t2, t3, t1); + hoverColor.__late_helper$_value = A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), t2, t3, t1); + t4 = _this._material_scrollbar$___MaterialScrollbarState__useAndroidScrollbar_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (t4) { + t1 = _this._framework$_element; + t1.toString; + t1 = A.Theme_of(t1).highlightColor.value; + t1 = A.Color$fromARGB(255, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } else + t1 = A.Color$fromARGB(B.JSNumber_methods.round$0(25.5), t2, t3, t1); + idleColor.__late_helper$_value = t1; + break; + case 0: + t1 = onSurface.value; + t2 = t1 >>> 16 & 255; + t3 = t1 >>> 8 & 255; + t1 &= 255; + dragColor.__late_helper$_value = A.Color$fromARGB(191, t2, t3, t1); + hoverColor.__late_helper$_value = A.Color$fromARGB(166, t2, t3, t1); + t4 = _this._material_scrollbar$___MaterialScrollbarState__useAndroidScrollbar_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + if (t4) { + t1 = _this._framework$_element; + t1.toString; + t1 = A.Theme_of(t1).highlightColor.value; + t1 = A.Color$fromARGB(255, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } else + t1 = A.Color$fromARGB(B.JSNumber_methods.round$0(76.5), t2, t3, t1); + idleColor.__late_helper$_value = t1; + break; + } + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__thumbColor_closure0(_this, dragColor, hoverColor, idleColor), type$._MaterialStatePropertyWith_Color); + }, + get$_material_scrollbar$_trackColor() { + var t1 = this._material_scrollbar$___MaterialScrollbarState__colorScheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackColor_closure0(this, t1.brightness, t1.onSurface), type$._MaterialStatePropertyWith_Color); + }, + get$_material_scrollbar$_trackBorderColor() { + var t1 = this._material_scrollbar$___MaterialScrollbarState__colorScheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackBorderColor_closure0(this, t1.brightness, t1.onSurface), type$._MaterialStatePropertyWith_Color); + }, + get$_material_scrollbar$_thickness() { + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__thickness_closure0(this), type$._MaterialStatePropertyWith_double); + }, + initState$0() { + var t1, _this = this; + _this.super$RawScrollbarWithCustomPhysicsState$initState(); + t1 = _this._material_scrollbar$___MaterialScrollbarState__hoverAnimationController_A = A.AnimationController$(null, B.Duration_200000, null, 1, null, _this); + t1.didRegisterListener$0(); + t1 = t1.AnimationLocalListenersMixin__listeners; + t1._isDirty = true; + t1._observer_list$_list.push(new A._MaterialScrollbarState_initState_closure0(_this)); + }, + didChangeDependencies$0() { + var theme, _this = this, + t1 = _this._framework$_element; + t1.toString; + theme = A.Theme_of(t1); + _this._material_scrollbar$___MaterialScrollbarState__colorScheme_A = theme.colorScheme; + t1 = _this._framework$_element; + t1.toString; + _this._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A = A.ScrollbarTheme_of(t1); + switch (theme.platform.index) { + case 0: + _this._material_scrollbar$___MaterialScrollbarState__useAndroidScrollbar_A = true; + break; + case 2: + case 3: + case 1: + case 4: + case 5: + _this._material_scrollbar$___MaterialScrollbarState__useAndroidScrollbar_A = false; + break; + } + _this.super$RawScrollbarWithCustomPhysicsState$didChangeDependencies(); + }, + updateScrollbarPainter$0() { + var t2, _this = this, + t1 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.set$color(0, _this.get$_material_scrollbar$_thumbColor()._material_state$_resolve.call$1(_this.get$_material_scrollbar$_states())); + t1.set$trackColor(_this.get$_material_scrollbar$_trackColor()._material_state$_resolve.call$1(_this.get$_material_scrollbar$_states())); + t1.set$trackBorderColor(_this.get$_material_scrollbar$_trackBorderColor()._material_state$_resolve.call$1(_this.get$_material_scrollbar$_states())); + t2 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t2.toString; + t1.set$textDirection(t2.textDirection); + t1.set$thickness(_this.get$_material_scrollbar$_thickness()._material_state$_resolve.call$1(_this.get$_material_scrollbar$_states())); + t2 = _this._widget.radius; + if (t2 == null) { + t2 = _this._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.radius; + } + if (t2 == null) { + t2 = _this._material_scrollbar$___MaterialScrollbarState__useAndroidScrollbar_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2 ? null : B.Radius_8_8; + } + t1.set$radius(t2); + t2 = _this._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.crossAxisMargin; + if (t2 == null) { + t2 = _this._material_scrollbar$___MaterialScrollbarState__useAndroidScrollbar_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2 ? 0 : 2; + } + t1.set$crossAxisMargin(t2); + t2 = _this._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A.mainAxisMargin; + t1.set$mainAxisMargin(t2 == null ? 0 : t2); + t2 = _this._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A.minThumbLength; + t1.set$minLength(0, t2 == null ? 48 : t2); + t2 = _this._framework$_element; + t2.toString; + t1.set$padding(0, A.InheritedModel_inheritFrom(t2, B._MediaQueryAspect_6, type$.MediaQuery).data.padding); + t1.set$scrollbarOrientation(_this._widget.scrollbarOrientation); + t1.set$ignorePointer(!_this.get$enableGestures()); + }, + handleThumbPressStart$1(localPosition) { + this.super$RawScrollbarWithCustomPhysicsState$handleThumbPressStart(localPosition); + this.setState$1(new A._MaterialScrollbarState_handleThumbPressStart_closure0(this)); + }, + handleThumbPressEnd$2(localPosition, velocity) { + this.super$RawScrollbarWithCustomPhysicsState$handleThumbPressEnd(localPosition, velocity); + this.setState$1(new A._MaterialScrollbarState_handleThumbPressEnd_closure0(this)); + }, + handleHover$1($event) { + var t1, _this = this; + _this.super$RawScrollbarWithCustomPhysicsState$handleHover($event); + if (_this.isPointerOverScrollbar$3$forHover($event.get$position($event), $event.get$kind($event), true)) { + _this.setState$1(new A._MaterialScrollbarState_handleHover_closure1(_this)); + t1 = _this._material_scrollbar$___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); + } else if (_this._material_scrollbar$_hoverIsActive) { + _this.setState$1(new A._MaterialScrollbarState_handleHover_closure2(_this)); + t1 = _this._material_scrollbar$___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + } + }, + handleHoverExit$1($event) { + var t1, _this = this; + _this.super$RawScrollbarWithCustomPhysicsState$handleHoverExit($event); + _this.setState$1(new A._MaterialScrollbarState_handleHoverExit_closure0(_this)); + t1 = _this._material_scrollbar$___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + }, + dispose$0() { + var t1 = this._material_scrollbar$___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + this.super$RawScrollbarWithCustomPhysicsState$dispose(); + } + }; + A._MaterialScrollbarState__trackVisibility_closure0.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_0)) { + t1 = this.$this; + t1._widget.toString; + t1 = t1._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.showTrackOnHover === true; + } else + t1 = false; + if (t1) + return true; + t1 = this.$this; + t2 = t1._widget.trackVisibility; + t1 = t1._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.trackVisibility; + t1 = t1 == null ? null : t1.resolve$1(0, states); + return t1 == null ? false : t1; + }, + $signature: 801 + }; + A._MaterialScrollbarState__thumbColor_closure0.prototype = { + call$1(states) { + var t1, t2, t3, _this = this, _null = null; + if (states.contains$1(0, B.MaterialState_3)) { + t1 = _this.$this._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.thumbColor; + t1 = t1 == null ? _null : t1.resolve$1(0, states); + return t1 == null ? _this.dragColor._readLocal$0() : t1; + } + t1 = _this.$this; + if (t1.get$_material_scrollbar$_trackVisibility()._material_state$_resolve.call$1(states)) { + t1 = t1._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.thumbColor; + t1 = t1 == null ? _null : t1.resolve$1(0, states); + return t1 == null ? _this.hoverColor._readLocal$0() : t1; + } + t2 = t1._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.thumbColor; + t2 = t2 == null ? _null : t2.resolve$1(0, states); + if (t2 == null) + t2 = _this.idleColor._readLocal$0(); + t3 = t1._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A.thumbColor; + t3 = t3 == null ? _null : t3.resolve$1(0, states); + if (t3 == null) + t3 = _this.hoverColor._readLocal$0(); + t1 = t1._material_scrollbar$___MaterialScrollbarState__hoverAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.__AnimationController__value_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = A.Color_lerp(t2, t3, t1); + t1.toString; + return t1; + }, + $signature: 25 + }; + A._MaterialScrollbarState__trackColor_closure0.prototype = { + call$1(states) { + var t1 = this.$this; + if (t1.get$showScrollbar() && t1.get$_material_scrollbar$_trackVisibility()._material_state$_resolve.call$1(states)) { + t1 = t1._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.trackColor; + t1 = t1 == null ? null : t1.resolve$1(0, states); + if (t1 == null) { + t1 = this.onSurface.value; + t1 = this.brightness === B.Brightness_1 ? A.Color$fromARGB(8, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255) : A.Color$fromARGB(13, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return t1; + } + return B.Color_0; + }, + $signature: 25 + }; + A._MaterialScrollbarState__trackBorderColor_closure0.prototype = { + call$1(states) { + var t1 = this.$this; + if (t1.get$showScrollbar() && t1.get$_material_scrollbar$_trackVisibility()._material_state$_resolve.call$1(states)) { + t1 = t1._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.trackBorderColor; + t1 = t1 == null ? null : t1.resolve$1(0, states); + if (t1 == null) { + t1 = this.onSurface.value; + t1 = this.brightness === B.Brightness_1 ? A.Color$fromARGB(B.JSNumber_methods.round$0(25.5), t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255) : A.Color$fromARGB(64, t1 >>> 16 & 255, t1 >>> 8 & 255, t1 & 255); + } + return t1; + } + return B.Color_0; + }, + $signature: 25 + }; + A._MaterialScrollbarState__thickness_closure0.prototype = { + call$1(states) { + var t1, t2; + if (states.contains$1(0, B.MaterialState_0) && this.$this.get$_material_scrollbar$_trackVisibility()._material_state$_resolve.call$1(states)) { + t1 = this.$this._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.thickness; + t1 = t1 == null ? null : t1.resolve$1(0, states); + return t1 == null ? 12 : t1; + } + t1 = this.$this; + t2 = t1._widget.thickness; + if (t2 == null) { + t2 = t1._material_scrollbar$___MaterialScrollbarState__scrollbarTheme_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2.thickness; + t2 = t2 == null ? null : t2.resolve$1(0, states); + } + if (t2 == null) { + t1 = t1._material_scrollbar$___MaterialScrollbarState__useAndroidScrollbar_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = 8 / (t1 ? 2 : 1); + t1 = t2; + } else + t1 = t2; + return t1; + }, + $signature: 411 + }; + A._MaterialScrollbarState_initState_closure0.prototype = { + call$0() { + this.$this.updateScrollbarPainter$0(); + }, + $signature: 0 + }; + A._MaterialScrollbarState_handleThumbPressStart_closure0.prototype = { + call$0() { + this.$this._material_scrollbar$_dragIsActive = true; + }, + $signature: 0 + }; + A._MaterialScrollbarState_handleThumbPressEnd_closure0.prototype = { + call$0() { + this.$this._material_scrollbar$_dragIsActive = false; + }, + $signature: 0 + }; + A._MaterialScrollbarState_handleHover_closure1.prototype = { + call$0() { + this.$this._material_scrollbar$_hoverIsActive = true; + }, + $signature: 0 + }; + A._MaterialScrollbarState_handleHover_closure2.prototype = { + call$0() { + this.$this._material_scrollbar$_hoverIsActive = false; + }, + $signature: 0 + }; + A._MaterialScrollbarState_handleHoverExit_closure0.prototype = { + call$0() { + this.$this._material_scrollbar$_hoverIsActive = false; + }, + $signature: 0 + }; + A.GroupedOverlayPortalController.prototype = { + show$0(_) { + if (!$.GroupedOverlayPortalController__isReworkingOrder) { + A.GroupedOverlayPortalController__show(this); + return; + } + this.super$OverlayPortalController$show(0); + }, + hide$0() { + if (!$.GroupedOverlayPortalController__isReworkingOrder) { + A.GroupedOverlayPortalController__hide(this); + return; + } + this.super$OverlayPortalController$hide(); + } + }; + A.GroupedOverlayPortalController__visibleControllers_closure.prototype = { + call$2(a, b) { + return 0; + }, + $signature: 3429 + }; + A.OverlayGroupPriority.prototype = { + compareTo$1(_, other) { + return 0; + }, + $isComparable: 1 + }; + A.RawScrollbarWithCustomPhysics.prototype = { + createState$0() { + return A.RawScrollbarWithCustomPhysicsState$(type$.RawScrollbarWithCustomPhysics); + }, + notificationPredicate$1(arg0) { + return this.notificationPredicate.call$1(arg0); + } + }; + A.RawScrollbarWithCustomPhysicsState.prototype = { + get$_scrollbar1$_effectiveScrollController() { + var t1 = this._widget.controller; + return t1; + }, + get$showScrollbar() { + var t1 = this._widget.thumbVisibility; + return t1 === true; + }, + get$_scrollbar1$_showTrack() { + if (this.get$showScrollbar()) + this._widget.toString; + return false; + }, + get$enableGestures() { + this._widget.toString; + return true; + }, + initState$0() { + var t1, t2, t3, t4, _this = this, _null = null; + _this.super$State$initState(); + t1 = A.AnimationController$(_null, _this._widget.fadeDuration, _null, 1, _null, _this); + t1.didRegisterListener$0(); + t2 = t1.AnimationLocalStatusListenersMixin__statusListeners; + t2._isDirty = true; + t2._observer_list$_list.push(_this.get$_scrollbar1$_validateInteractions()); + _this.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A = t1; + t1 = _this.__RawScrollbarWithCustomPhysicsState__fadeoutOpacityAnimation_A = A.CurvedAnimation$(B.Cubic_ifx, t1, _null); + t2 = _this._widget; + t3 = t2.thickness; + if (t3 == null) + t3 = 6; + t4 = t2.radius; + t2 = t2.scrollbarOrientation; + t2 = new A.ScrollbarPainter0(B.Color_1723645116, B.Color_0, B.Color_0, _null, t3, t1, 0, 0, t4, _null, B.EdgeInsets_0_0_0_0, 18, 18, t2, $.$get$ChangeNotifier__emptyListeners()); + t1.parent.addListener$1(0, t2.get$notifyListeners()); + _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F !== $ && A.throwUnnamedLateFieldAI(); + _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F = t2; + }, + didChangeDependencies$0() { + this.super$State$didChangeDependencies(); + }, + _scrollbar1$_validateInteractions$1($status) { + if ($status !== B.AnimationStatus_0) + if (this.get$_scrollbar1$_effectiveScrollController() != null) + this.get$enableGestures(); + }, + updateScrollbarPainter$0() { + var t2, _this = this, + t1 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._widget.toString; + t1.set$color(0, B.Color_1723645116); + _this._widget.toString; + t1.set$trackRadius(null); + if (_this.get$_scrollbar1$_showTrack()) { + _this._widget.toString; + t2 = B.Color_134217728; + } else + t2 = B.Color_0; + t1.set$trackColor(t2); + if (_this.get$_scrollbar1$_showTrack()) { + _this._widget.toString; + t2 = B.Color_436207616; + } else + t2 = B.Color_0; + t1.set$trackBorderColor(t2); + t2 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t2.toString; + t1.set$textDirection(t2.textDirection); + t2 = _this._widget.thickness; + t1.set$thickness(t2 == null ? 6 : t2); + t1.set$radius(_this._widget.radius); + _this._widget.toString; + t2 = _this._framework$_element; + t2.toString; + t2 = A.InheritedModel_inheritFrom(t2, B._MediaQueryAspect_6, type$.MediaQuery).data; + t1.set$padding(0, t2.padding); + t1.set$scrollbarOrientation(_this._widget.scrollbarOrientation); + _this._widget.toString; + t1.set$mainAxisMargin(0); + _this._widget.toString; + t1.set$shape(0, null); + _this._widget.toString; + t1.set$crossAxisMargin(0); + _this._widget.toString; + t1.set$minLength(0, 18); + _this._widget.toString; + t1.set$minOverscrollLength(18); + t1.set$ignorePointer(!_this.get$enableGestures()); + }, + didUpdateWidget$1(oldWidget) { + var t1, _this = this; + _this.super$State$didUpdateWidget(oldWidget); + t1 = _this._widget.thumbVisibility; + if (t1 != oldWidget.thumbVisibility) + if (t1 === true) { + t1 = _this._scrollbar1$_fadeoutTimer; + if (t1 != null) + t1.cancel$0(0); + t1 = _this.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._direction = B._AnimationDirection_0; + t1._animateToInternal$3$curve$duration(1, B.C__Linear, null); + } else { + t1 = _this.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.reverse$0(0); + } + }, + _scrollbar1$_updateScrollPosition$1(updatedOffset) { + var t1, t2, t3, scrollOffsetGlobal, newPosition, _this = this, + position = B.JSArray_methods.get$single(_this._scrollbar1$_cachedController._positions), + primaryDeltaFromDragStart = A._Cell$named("primaryDeltaFromDragStart"), + primaryDeltaFromLastDragUpdate = A._Cell$named("primaryDeltaFromLastDragUpdate"); + switch (position.context._widget.axisDirection.index) { + case 0: + t1 = updatedOffset._dy; + primaryDeltaFromDragStart.__late_helper$_value = _this._scrollbar1$_startDragScrollbarAxisOffset._dy - t1; + primaryDeltaFromLastDragUpdate.__late_helper$_value = _this._scrollbar1$_lastDragUpdateOffset._dy - t1; + break; + case 1: + t1 = updatedOffset._dx; + primaryDeltaFromDragStart.__late_helper$_value = t1 - _this._scrollbar1$_startDragScrollbarAxisOffset._dx; + primaryDeltaFromLastDragUpdate.__late_helper$_value = t1 - _this._scrollbar1$_lastDragUpdateOffset._dx; + break; + case 2: + t1 = updatedOffset._dy; + primaryDeltaFromDragStart.__late_helper$_value = t1 - _this._scrollbar1$_startDragScrollbarAxisOffset._dy; + primaryDeltaFromLastDragUpdate.__late_helper$_value = t1 - _this._scrollbar1$_lastDragUpdateOffset._dy; + break; + case 3: + t1 = updatedOffset._dx; + primaryDeltaFromDragStart.__late_helper$_value = _this._scrollbar1$_startDragScrollbarAxisOffset._dx - t1; + primaryDeltaFromLastDragUpdate.__late_helper$_value = _this._scrollbar1$_lastDragUpdateOffset._dx - t1; + break; + } + t1 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = primaryDeltaFromDragStart._readLocal$0(); + t3 = _this._scrollbar1$_startDragThumbOffset; + t3.toString; + scrollOffsetGlobal = t1.getTrackToScroll$1(t2 + t3); + if (primaryDeltaFromDragStart._readLocal$0() > 0) { + t2 = position._pixels; + t2.toString; + t2 = scrollOffsetGlobal < t2; + } else + t2 = false; + if (!t2) + if (primaryDeltaFromDragStart._readLocal$0() < 0) { + t2 = position._pixels; + t2.toString; + t2 = scrollOffsetGlobal > t2; + } else + t2 = false; + else + t2 = true; + if (t2) { + t2 = position._pixels; + t2.toString; + scrollOffsetGlobal = t2 + t1.getTrackToScroll$1(primaryDeltaFromLastDragUpdate._readLocal$0()); + } + t1 = position._pixels; + t1.toString; + if (scrollOffsetGlobal !== t1) { + newPosition = scrollOffsetGlobal - position.physics.applyBoundaryConditions$2(position, scrollOffsetGlobal); + t1 = _this._framework$_element; + t1.toString; + t1 = A.ScrollConfiguration_of(t1); + t2 = _this._framework$_element; + t2.toString; + switch (t1.getPlatform$1(t2).index) { + case 1: + case 3: + case 4: + case 5: + t1 = position._minScrollExtent; + t1.toString; + t2 = position._maxScrollExtent; + t2.toString; + newPosition = A.clampDouble(newPosition, t1, t2); + break; + case 2: + case 0: + break; + } + position.jumpTo$1(newPosition); + } + }, + _scrollbar1$_maybeStartFadeoutTimer$0() { + var t1, _this = this; + if (!_this.get$showScrollbar()) { + t1 = _this._scrollbar1$_fadeoutTimer; + if (t1 != null) + t1.cancel$0(0); + _this._scrollbar1$_fadeoutTimer = A.Timer_Timer(_this._widget.timeToFade, new A.RawScrollbarWithCustomPhysicsState__maybeStartFadeoutTimer_closure(_this)); + } + }, + getScrollbarDirection$0() { + var t1 = this._scrollbar1$_cachedController._positions; + if (t1.length !== 0) + return A.axisDirectionToAxis(B.JSArray_methods.get$single(t1).get$axisDirection()); + return null; + }, + handleThumbPress$0() { + if (this.getScrollbarDirection$0() == null) + return; + var t1 = this._scrollbar1$_fadeoutTimer; + if (t1 != null) + t1.cancel$0(0); + }, + handleThumbPressStart$1(localPosition) { + var t1, t2, t3, t4, scrollableExtent, fractionPast, _this = this; + _this._scrollbar1$_cachedController = _this.get$_scrollbar1$_effectiveScrollController(); + if (_this.getScrollbarDirection$0() == null) + return; + t1 = _this._scrollbar1$_fadeoutTimer; + if (t1 != null) + t1.cancel$0(0); + t1 = _this.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); + _this._scrollbar1$_lastDragUpdateOffset = _this._scrollbar1$_startDragScrollbarAxisOffset = localPosition; + t1 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1._scrollbar1$_lastMetrics; + t3 = t2._scroll_metrics$_maxScrollExtent; + t3.toString; + t4 = t2._scroll_metrics$_minScrollExtent; + t4.toString; + scrollableExtent = t3 - t4; + if (scrollableExtent > 0) { + t3 = t2._scroll_metrics$_pixels; + t3.toString; + fractionPast = A.clampDouble(t3 / scrollableExtent, 0, 1); + } else + fractionPast = 0; + t2 = t2._scroll_metrics$_viewportDimension; + t2.toString; + t3 = t1._scrollbar1$_lastAxisDirection; + t3 = t3 === B.AxisDirection_2 || t3 === B.AxisDirection_0; + t4 = t1._scrollbar1$_padding; + t3 = t3 ? t4.get$_top(t4) + t4.get$_bottom(t4) : t4.get$horizontal(); + t4 = t1._scrollbar1$_mainAxisMargin; + t1 = t1._scrollbar1$__ScrollbarPainter__thumbExtent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + _this._scrollbar1$_startDragThumbOffset = fractionPast * (t2 - t3 - 2 * t4 - t1); + _this._scrollbar1$_thumbDragging = true; + }, + handleThumbPressUpdate$1(localPosition) { + var position, _this = this; + if (J.$eq$(_this._scrollbar1$_lastDragUpdateOffset, localPosition)) + return; + position = B.JSArray_methods.get$single(_this._scrollbar1$_cachedController._positions); + if (!_this._widget.physics.shouldAcceptUserOffset$1(position)) + return; + if (_this.getScrollbarDirection$0() == null) + return; + _this._scrollbar1$_updateScrollPosition$1(localPosition); + _this._scrollbar1$_lastDragUpdateOffset = localPosition; + }, + handleThumbPressEnd$2(localPosition, velocity) { + var _this = this; + _this._scrollbar1$_thumbDragging = false; + if (_this.getScrollbarDirection$0() == null) + return; + _this._scrollbar1$_maybeStartFadeoutTimer$0(); + _this._scrollbar1$_cachedController = _this._scrollbar1$_startDragThumbOffset = _this._scrollbar1$_lastDragUpdateOffset = _this._scrollbar1$_startDragScrollbarAxisOffset = null; + }, + _scrollbar1$_handleTrackTapDown$1(details) { + var position, t2, scrollDirection, state, scrollIncrement, _this = this, + t1 = _this.get$_scrollbar1$_effectiveScrollController(); + _this._scrollbar1$_cachedController = t1; + position = B.JSArray_methods.get$single(t1._positions); + if (!position.physics.shouldAcceptUserOffset$1(position)) + return; + t1 = position.context; + switch (t1._widget.axisDirection.index) { + case 0: + case 2: + t2 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._scrollbar1$__ScrollbarPainter__thumbOffset_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + scrollDirection = details.localPosition._dy > t2 ? B.AxisDirection_2 : B.AxisDirection_0; + break; + case 3: + case 1: + t2 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._scrollbar1$__ScrollbarPainter__thumbOffset_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + scrollDirection = details.localPosition._dx > t2 ? B.AxisDirection_1 : B.AxisDirection_3; + break; + default: + scrollDirection = null; + } + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1._gestureDetectorKey); + t1.toString; + state = A.Scrollable_maybeOf(t1, null); + state.toString; + scrollIncrement = A.ScrollAction_getDirectionalIncrement(state, new A.ScrollIntent(scrollDirection, B.ScrollIncrementType_1)); + t1 = B.JSArray_methods.get$single(_this._scrollbar1$_cachedController._positions); + t2 = B.JSArray_methods.get$single(_this._scrollbar1$_cachedController._positions)._pixels; + t2.toString; + t1.moveTo$3$curve$duration(0, t2 + scrollIncrement, B.Cubic_xDo, B.Duration_100000); + }, + _scrollbar1$_shouldUpdatePainter$1(notificationAxis) { + var t1, t2, + scrollController = this.get$_scrollbar1$_effectiveScrollController(); + if (scrollController == null) + return true; + t1 = scrollController._positions; + t2 = t1.length; + if (t2 > 1) + return false; + return t2 === 0 || A.axisDirectionToAxis(B.JSArray_methods.get$single(t1).get$axisDirection()) === notificationAxis; + }, + _scrollbar1$_handleScrollMetricsNotification$1(notification) { + var t2, metrics, _this = this, + t1 = _this._widget; + t1.toString; + if (!t1.notificationPredicate$1(notification.asScrollUpdate$0())) + return false; + if (_this.get$showScrollbar()) { + t1 = _this.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== B.AnimationStatus_1 && t2 !== B.AnimationStatus_3) + t1.forward$0(0); + } + metrics = notification.metrics; + t1 = metrics.axisDirection; + if (_this._scrollbar1$_shouldUpdatePainter$1(A.axisDirectionToAxis(t1))) { + t2 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.update$2(0, metrics, t1); + } + return false; + }, + _scrollbar1$_handleScrollNotification$1(notification) { + var metrics, t1, t2, _this = this; + if (!_this._widget.notificationPredicate$1(notification)) + return false; + metrics = notification.metrics; + t1 = metrics._scroll_metrics$_maxScrollExtent; + t1.toString; + t2 = metrics._scroll_metrics$_minScrollExtent; + t2.toString; + if (t1 <= t2) { + t1 = _this.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== B.AnimationStatus_0 && t2 !== B.AnimationStatus_2) + t1.reverse$0(0); + t1 = metrics.axisDirection; + if (_this._scrollbar1$_shouldUpdatePainter$1(A.axisDirectionToAxis(t1))) { + t2 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.update$2(0, metrics, t1); + } + return false; + } + if (notification instanceof A.ScrollUpdateNotification || notification instanceof A.OverscrollNotification) { + t1 = _this.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = t1.__AnimationController__status_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t2 !== B.AnimationStatus_1 && t2 !== B.AnimationStatus_3) + t1.forward$0(0); + t1 = _this._scrollbar1$_fadeoutTimer; + if (t1 != null) + t1.cancel$0(0); + t1 = metrics.axisDirection; + if (_this._scrollbar1$_shouldUpdatePainter$1(A.axisDirectionToAxis(t1))) { + t2 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.update$2(0, metrics, t1); + } + } else if (notification instanceof A.ScrollEndNotification) + if (_this._scrollbar1$_startDragScrollbarAxisOffset == null) + _this._scrollbar1$_maybeStartFadeoutTimer$0(); + return false; + }, + get$_scrollbar1$_gestures() { + var _this = this, + gestures = A.LinkedHashMap_LinkedHashMap$_empty(type$.Type, type$.GestureRecognizerFactory_GestureRecognizer); + if (_this.get$_scrollbar1$_effectiveScrollController() == null || !_this.get$enableGestures()) + return gestures; + gestures.$indexSet(0, B.Type__ThumbPressGestureRecognizer_SP2, new A.GestureRecognizerFactoryWithHandlers(new A.RawScrollbarWithCustomPhysicsState__gestures_closure(_this), new A.RawScrollbarWithCustomPhysicsState__gestures_closure0(_this), type$.GestureRecognizerFactoryWithHandlers__ThumbPressGestureRecognizer_2)); + gestures.$indexSet(0, B.Type__TrackTapGestureRecognizer_Znl, new A.GestureRecognizerFactoryWithHandlers(new A.RawScrollbarWithCustomPhysicsState__gestures_closure1(_this), new A.RawScrollbarWithCustomPhysicsState__gestures_closure2(_this), type$.GestureRecognizerFactoryWithHandlers__TrackTapGestureRecognizer_2)); + return gestures; + }, + isPointerOverThumb$2(position, kind) { + var localOffset, + t1 = this._scrollbar1$_scrollbarPainterKey; + if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1) == null) + return false; + localOffset = A._getLocalOffset0(t1, position); + t1 = this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.hitTestOnlyThumbInteractive$2(localOffset, kind); + }, + isPointerOverScrollbar$3$forHover(position, kind, forHover) { + var localOffset, + t1 = this._scrollbar1$_scrollbarPainterKey; + if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1) == null) + return false; + localOffset = A._getLocalOffset0(t1, position); + t1 = this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + return t1.hitTestInteractive$3$forHover(localOffset, kind, true); + }, + handleHover$1($event) { + var t1, _this = this; + _this.setState$1(new A.RawScrollbarWithCustomPhysicsState_handleHover_closure(_this, $event)); + if (_this.isPointerOverScrollbar$3$forHover($event.get$position($event), $event.get$kind($event), true)) { + _this._scrollbar1$_hoverIsActive = true; + t1 = _this.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.forward$0(0); + t1 = _this._scrollbar1$_fadeoutTimer; + if (t1 != null) + t1.cancel$0(0); + } else if (_this._scrollbar1$_hoverIsActive) { + _this._scrollbar1$_hoverIsActive = false; + _this._scrollbar1$_maybeStartFadeoutTimer$0(); + } + }, + handleHoverExit$1($event) { + var _this = this; + _this._scrollbar1$_hoverIsActive = false; + _this.setState$1(new A.RawScrollbarWithCustomPhysicsState_handleHoverExit_closure(_this)); + _this._scrollbar1$_maybeStartFadeoutTimer$0(); + }, + _scrollbar1$_pointerSignalEventDelta$1($event) { + var delta = A.axisDirectionToAxis(B.JSArray_methods.get$single(this._scrollbar1$_cachedController._positions).get$axisDirection()) === B.Axis_0 ? $event.get$scrollDelta()._dx : $event.get$scrollDelta()._dy; + return A.axisDirectionIsReversed(B.JSArray_methods.get$single(this._scrollbar1$_cachedController._positions).context._widget.axisDirection) ? delta * -1 : delta; + }, + _scrollbar1$_targetScrollOffsetForPointerScroll$1(delta) { + var t2, + t1 = B.JSArray_methods.get$single(this._scrollbar1$_cachedController._positions)._pixels; + t1.toString; + t2 = B.JSArray_methods.get$single(this._scrollbar1$_cachedController._positions)._minScrollExtent; + t2.toString; + t2 = Math.max(t1 + delta, t2); + t1 = B.JSArray_methods.get$single(this._scrollbar1$_cachedController._positions)._maxScrollExtent; + t1.toString; + return Math.min(t2, t1); + }, + _scrollbar1$_handlePointerScroll$1($event) { + var delta, targetScrollOffset, t1, _this = this; + _this._scrollbar1$_cachedController = _this.get$_scrollbar1$_effectiveScrollController(); + delta = _this._scrollbar1$_pointerSignalEventDelta$1($event); + targetScrollOffset = _this._scrollbar1$_targetScrollOffsetForPointerScroll$1(delta); + if (delta !== 0) { + t1 = B.JSArray_methods.get$single(_this._scrollbar1$_cachedController._positions)._pixels; + t1.toString; + t1 = targetScrollOffset !== t1; + } else + t1 = false; + if (t1) + B.JSArray_methods.get$single(_this._scrollbar1$_cachedController._positions).pointerScroll$1(delta); + }, + _scrollbar1$_receivedPointerSignal$1($event) { + var t1, position, delta, targetScrollOffset, _this = this; + _this._scrollbar1$_cachedController = _this.get$_scrollbar1$_effectiveScrollController(); + t1 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.hitTest$1($event.get$localPosition()); + if (t1 === true) { + t1 = _this._scrollbar1$_cachedController; + if (t1 != null) + if (t1._positions.length !== 0) + t1 = true; + else + t1 = false; + else + t1 = false; + } else + t1 = false; + if (t1) { + position = B.JSArray_methods.get$single(_this._scrollbar1$_cachedController._positions); + if (type$.PointerScrollEvent._is($event)) { + if (!position.physics.shouldAcceptUserOffset$1(position)) + return; + delta = _this._scrollbar1$_pointerSignalEventDelta$1($event); + targetScrollOffset = _this._scrollbar1$_targetScrollOffsetForPointerScroll$1(delta); + if (delta !== 0) { + t1 = position._pixels; + t1.toString; + t1 = targetScrollOffset !== t1; + } else + t1 = false; + if (t1) + $.GestureBinding__instance.GestureBinding_pointerSignalResolver.register$2(0, $event, _this.get$_scrollbar1$_handlePointerScroll()); + } else if (type$.PointerScrollInertiaCancelEvent._is($event)) { + t1 = position._pixels; + t1.toString; + position.jumpTo$1(t1); + } + } + }, + dispose$0() { + var _this = this, + t1 = _this.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + t1 = _this._scrollbar1$_fadeoutTimer; + if (t1 != null) + t1.cancel$0(0); + t1 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.fadeoutOpacityAnimation.parent.removeListener$1(0, t1.get$notifyListeners()); + t1.super$ChangeNotifier$dispose(); + _this.super$_RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin$dispose(); + }, + build$1(context) { + var t1, t2, t3, _this = this, _null = null; + _this.updateScrollbarPainter$0(); + t1 = _this.get$_scrollbar1$_gestures(); + t2 = _this._isHoveringThumb ? B.SystemMouseCursor_basic : B.C__DeferringMouseCursor; + t3 = _this.__RawScrollbarWithCustomPhysicsState_scrollbarPainter_F; + t3 === $ && A.throwUnnamedLateFieldNI(); + return new A.NotificationListener(_this.get$_scrollbar1$_handleScrollMetricsNotification(), new A.NotificationListener(_this.get$_scrollbar1$_handleScrollNotification(), new A.RepaintBoundary(A.Listener$(B.HitTestBehavior_0, new A.RawGestureDetector(A.MouseRegion$(A.CustomPaint$(new A.RepaintBoundary(_this._widget.child, _null), t3, _this._scrollbar1$_scrollbarPainterKey, _null, B.Size_0_0), t2, _null, _null, _null, new A.RawScrollbarWithCustomPhysicsState_build_closure(_this), new A.RawScrollbarWithCustomPhysicsState_build_closure0(_this)), t1, _null, false, _null), _null, _null, _null, _null, _null, _null, _this.get$_scrollbar1$_receivedPointerSignal(), _null), _null), _null, type$.NotificationListener_ScrollNotification), _null, type$.NotificationListener_ScrollMetricsNotification); + } + }; + A.RawScrollbarWithCustomPhysicsState__maybeStartFadeoutTimer_closure.prototype = { + call$0() { + var t1 = this.$this, + t2 = t1.__RawScrollbarWithCustomPhysicsState__fadeoutAnimationController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.reverse$0(0); + t1._scrollbar1$_fadeoutTimer = null; + }, + $signature: 0 + }; + A.RawScrollbarWithCustomPhysicsState__gestures_closure.prototype = { + call$0() { + var t1 = this.$this, + t2 = t1._widget.pressDuration, + t3 = type$.int, + t4 = A.HashSet_HashSet(t3), + t5 = A.long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure(); + return new A._ThumbPressGestureRecognizer0(t1._scrollbar1$_scrollbarPainterKey, t2, null, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.GestureArenaEntry), t4, t1, null, t5, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.PointerDeviceKind)); + }, + $signature: 3430 + }; + A.RawScrollbarWithCustomPhysicsState__gestures_closure0.prototype = { + call$1(instance) { + var t1 = this.$this; + instance.onLongPress = t1.get$handleThumbPress(); + instance.onLongPressStart = new A.RawScrollbarWithCustomPhysicsState__gestures__closure(t1); + instance.onLongPressMoveUpdate = new A.RawScrollbarWithCustomPhysicsState__gestures__closure0(t1); + instance.onLongPressEnd = new A.RawScrollbarWithCustomPhysicsState__gestures__closure1(t1); + }, + $signature: 3431 + }; + A.RawScrollbarWithCustomPhysicsState__gestures__closure.prototype = { + call$1(details) { + return this.$this.handleThumbPressStart$1(details.localPosition); + }, + $signature: 233 + }; + A.RawScrollbarWithCustomPhysicsState__gestures__closure0.prototype = { + call$1(details) { + return this.$this.handleThumbPressUpdate$1(details.localPosition); + }, + $signature: 307 + }; + A.RawScrollbarWithCustomPhysicsState__gestures__closure1.prototype = { + call$1(details) { + return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); + }, + $signature: 273 + }; + A.RawScrollbarWithCustomPhysicsState__gestures_closure1.prototype = { + call$0() { + var t1 = this.$this, + t2 = type$.int, + t3 = A.HashSet_HashSet(t2); + return new A._TrackTapGestureRecognizer0(t1._scrollbar1$_scrollbarPainterKey, B.Duration_100000, 18, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.GestureArenaEntry), t3, t1, null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.PointerDeviceKind)); + }, + $signature: 3432 + }; + A.RawScrollbarWithCustomPhysicsState__gestures_closure2.prototype = { + call$1(instance) { + instance.onTapDown = this.$this.get$_scrollbar1$_handleTrackTapDown(); + }, + $signature: 3433 + }; + A.RawScrollbarWithCustomPhysicsState_handleHover_closure.prototype = { + call$0() { + var t1 = this.$this, + t2 = this.event; + t1._isHoveringThumb = t1.isPointerOverThumb$2(t2.get$position(t2), t2.get$kind(t2)); + }, + $signature: 0 + }; + A.RawScrollbarWithCustomPhysicsState_handleHoverExit_closure.prototype = { + call$0() { + this.$this._isHoveringThumb = false; + }, + $signature: 0 + }; + A.RawScrollbarWithCustomPhysicsState_build_closure.prototype = { + call$1($event) { + var t1; + switch ($event.get$kind($event).index) { + case 1: + case 4: + t1 = this.$this; + if (t1.get$enableGestures()) + t1.handleHoverExit$1($event); + break; + case 2: + case 3: + case 5: + case 0: + break; + } + }, + $signature: 110 + }; + A.RawScrollbarWithCustomPhysicsState_build_closure0.prototype = { + call$1($event) { + var t1; + switch ($event.get$kind($event).index) { + case 1: + case 4: + t1 = this.$this; + if (t1.get$enableGestures()) + t1.handleHover$1($event); + break; + case 2: + case 3: + case 5: + case 0: + break; + } + }, + $signature: 247 + }; + A.ScrollbarPainter0.prototype = { + set$color(_, value) { + if (this._scrollbar1$_color.$eq(0, value)) + return; + this._scrollbar1$_color = value; + this.notifyListeners$0(); + }, + set$trackColor(value) { + if (this._scrollbar1$_trackColor.$eq(0, value)) + return; + this._scrollbar1$_trackColor = value; + this.notifyListeners$0(); + }, + set$trackBorderColor(value) { + if (this._scrollbar1$_trackBorderColor.$eq(0, value)) + return; + this._scrollbar1$_trackBorderColor = value; + this.notifyListeners$0(); + }, + set$trackRadius(value) { + return; + }, + set$textDirection(value) { + if (this._scrollbar1$_textDirection === value) + return; + this._scrollbar1$_textDirection = value; + this.notifyListeners$0(); + }, + set$thickness(value) { + if (this._scrollbar1$_thickness === value) + return; + this._scrollbar1$_thickness = value; + this.notifyListeners$0(); + }, + set$mainAxisMargin(value) { + if (this._scrollbar1$_mainAxisMargin === value) + return; + this._scrollbar1$_mainAxisMargin = value; + this.notifyListeners$0(); + }, + set$crossAxisMargin(value) { + if (this._scrollbar1$_crossAxisMargin === value) + return; + this._scrollbar1$_crossAxisMargin = value; + this.notifyListeners$0(); + }, + set$radius(value) { + if (J.$eq$(this._scrollbar1$_radius, value)) + return; + this._scrollbar1$_radius = value; + this.notifyListeners$0(); + }, + set$shape(_, value) { + return; + }, + set$padding(_, value) { + if (this._scrollbar1$_padding.$eq(0, value)) + return; + this._scrollbar1$_padding = value; + this.notifyListeners$0(); + }, + set$minLength(_, value) { + if (this._scrollbar1$_minLength === value) + return; + this._scrollbar1$_minLength = value; + this.notifyListeners$0(); + }, + set$minOverscrollLength(value) { + if (this._scrollbar1$_minOverscrollLength === value) + return; + this._scrollbar1$_minOverscrollLength = value; + this.notifyListeners$0(); + }, + set$scrollbarOrientation(value) { + return; + }, + set$ignorePointer(value) { + if (this._scrollbar1$_ignorePointer === value) + return; + this._scrollbar1$_ignorePointer = value; + this.notifyListeners$0(); + }, + get$_leadingTrackMainAxisOffset() { + switch (this.get$_resolvedOrientation().index) { + case 0: + case 1: + return this._scrollbar1$_padding.top; + case 2: + case 3: + return this._scrollbar1$_padding.left; + } + }, + get$_leadingThumbMainAxisOffset() { + var _this = this; + switch (_this.get$_resolvedOrientation().index) { + case 0: + case 1: + return _this._scrollbar1$_padding.top + _this._scrollbar1$_mainAxisMargin; + case 2: + case 3: + return _this._scrollbar1$_padding.left + _this._scrollbar1$_mainAxisMargin; + } + }, + get$_resolvedOrientation() { + var t1 = this._scrollbar1$_lastAxisDirection; + if (t1 === B.AxisDirection_2 || t1 === B.AxisDirection_0) + return this._scrollbar1$_textDirection === B.TextDirection_1 ? B.ScrollbarOrientation_1 : B.ScrollbarOrientation_0; + return B.ScrollbarOrientation_3; + }, + update$2(_, metrics, axisDirection) { + var oldMetrics, _this = this, + t1 = _this._scrollbar1$_lastMetrics; + if (t1 != null) + if (Math.max(t1.get$pixels() - t1.get$minScrollExtent(), 0) === Math.max(metrics.get$pixels() - metrics.get$minScrollExtent(), 0)) + if (_this._scrollbar1$_lastMetrics.get$extentInside() === metrics.get$extentInside()) { + t1 = _this._scrollbar1$_lastMetrics; + t1 = Math.max(t1.get$maxScrollExtent() - t1.get$pixels(), 0) === Math.max(metrics.get$maxScrollExtent() - metrics.get$pixels(), 0) && _this._scrollbar1$_lastAxisDirection === axisDirection; + } else + t1 = false; + else + t1 = false; + else + t1 = false; + if (t1) + return; + oldMetrics = _this._scrollbar1$_lastMetrics; + _this._scrollbar1$_lastMetrics = metrics; + _this._scrollbar1$_lastAxisDirection = axisDirection; + t1 = new A.ScrollbarPainter_update_needPaint0(); + if (!t1.call$1(oldMetrics) && !t1.call$1(metrics)) + return; + _this.notifyListeners$0(); + }, + get$_paintThumb() { + var t1 = $.$get$_renderer().createPaint$0(), + t2 = this._scrollbar1$_color, + t3 = this.fadeoutOpacityAnimation; + t1.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((t2.get$value(t2) >>> 24 & 255) / 255 * t3.get$value(t3))), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); + return t1; + }, + _paintTrack$1$isBorder(isBorder) { + var t1, t2, t3, _this = this; + if (isBorder) { + t1 = $.$get$_renderer().createPaint$0(); + t2 = _this._scrollbar1$_trackBorderColor; + t3 = _this.fadeoutOpacityAnimation; + t1.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((t2.get$value(t2) >>> 24 & 255) / 255 * t3.get$value(t3))), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); + t1.set$style(0, B.PaintingStyle_1); + t1.set$strokeWidth(1); + return t1; + } + t1 = $.$get$_renderer().createPaint$0(); + t2 = _this._scrollbar1$_trackColor; + t3 = _this.fadeoutOpacityAnimation; + t1.set$color(0, A.Color$fromARGB(B.JSNumber_methods.round$0(255 * ((t2.get$value(t2) >>> 24 & 255) / 255 * t3.get$value(t3))), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255)); + return t1; + }, + _paintTrack$0() { + return this._paintTrack$1$isBorder(false); + }, + _paintScrollbar$2(canvas, size) { + var t1, t2, thumbSize, t3, t4, trackSize, x, t5, trackOffset, borderStart, t6, t7, borderEnd, y, _this = this, _null = null; + _this.get$_resolvedOrientation(); + switch (_this.get$_resolvedOrientation().index) { + case 0: + t1 = _this._scrollbar1$_thickness; + t2 = _this._scrollbar1$__ScrollbarPainter__thumbExtent_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + thumbSize = new A.Size(t1, t2); + t1 += 2 * _this._scrollbar1$_crossAxisMargin; + t2 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t2.toString; + t3 = _this._scrollbar1$_lastAxisDirection; + t3 = t3 === B.AxisDirection_2 || t3 === B.AxisDirection_0; + t4 = _this._scrollbar1$_padding; + trackSize = new A.Size(t1, t2 - (t3 ? t4.get$_top(t4) + t4.get$_bottom(t4) : t4.get$horizontal())); + t2 = _this._scrollbar1$_crossAxisMargin; + x = t2 + _this._scrollbar1$_padding.left; + t4 = _this._scrollbar1$__ScrollbarPainter__thumbOffset_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t2 = x - t2; + t5 = _this.get$_leadingTrackMainAxisOffset(); + trackOffset = new A.Offset(t2, t5); + borderStart = trackOffset.$add(0, new A.Offset(t1, 0)); + t6 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t6.toString; + t3 = _this._scrollbar1$_lastAxisDirection; + t3 = t3 === B.AxisDirection_2 || t3 === B.AxisDirection_0; + t7 = _this._scrollbar1$_padding; + t3 = t3 ? t7.get$_top(t7) + t7.get$_bottom(t7) : t7.get$horizontal(); + borderEnd = new A.Offset(t2 + t1, t5 + (t6 - t3)); + y = t4; + break; + case 1: + t1 = _this._scrollbar1$_thickness; + t2 = _this._scrollbar1$__ScrollbarPainter__thumbExtent_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + thumbSize = new A.Size(t1, t2); + t2 = _this._scrollbar1$_crossAxisMargin; + t3 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t3.toString; + t4 = _this._scrollbar1$_lastAxisDirection; + t4 = t4 === B.AxisDirection_2 || t4 === B.AxisDirection_0; + t5 = _this._scrollbar1$_padding; + t4 = t4 ? t5.get$_top(t5) + t5.get$_bottom(t5) : t5.get$horizontal(); + trackSize = new A.Size(t1 + 2 * t2, t3 - t4); + t4 = _this._scrollbar1$_thickness; + t3 = _this._scrollbar1$_crossAxisMargin; + x = size._dx - t4 - t3 - _this._scrollbar1$_padding.right; + t4 = _this._scrollbar1$__ScrollbarPainter__thumbOffset_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t3 = x - t3; + t2 = _this.get$_leadingTrackMainAxisOffset(); + trackOffset = new A.Offset(t3, t2); + t1 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t1.toString; + t5 = _this._scrollbar1$_lastAxisDirection; + t5 = t5 === B.AxisDirection_2 || t5 === B.AxisDirection_0; + t6 = _this._scrollbar1$_padding; + borderEnd = new A.Offset(t3, t2 + (t1 - (t5 ? t6.get$_top(t6) + t6.get$_bottom(t6) : t6.get$horizontal()))); + borderStart = trackOffset; + y = t4; + break; + case 2: + t1 = _this._scrollbar1$__ScrollbarPainter__thumbExtent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + thumbSize = new A.Size(t1, _this._scrollbar1$_thickness); + t1 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t1.toString; + t2 = _this._scrollbar1$_lastAxisDirection; + t2 = t2 === B.AxisDirection_2 || t2 === B.AxisDirection_0; + t3 = _this._scrollbar1$_padding; + t2 = t2 ? t3.get$_top(t3) + t3.get$_bottom(t3) : t3.get$horizontal(); + t3 = _this._scrollbar1$_thickness; + t4 = _this._scrollbar1$_crossAxisMargin; + t3 += 2 * t4; + trackSize = new A.Size(t1 - t2, t3); + t2 = _this._scrollbar1$__ScrollbarPainter__thumbOffset_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + y = t4 + _this._scrollbar1$_padding.top; + t4 = _this.get$_leadingTrackMainAxisOffset(); + t1 = y - _this._scrollbar1$_crossAxisMargin; + trackOffset = new A.Offset(t4, t1); + borderStart = trackOffset.$add(0, new A.Offset(0, t3)); + t5 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t5.toString; + t6 = _this._scrollbar1$_lastAxisDirection; + t6 = t6 === B.AxisDirection_2 || t6 === B.AxisDirection_0; + t7 = _this._scrollbar1$_padding; + borderEnd = new A.Offset(t4 + (t5 - (t6 ? t7.get$_top(t7) + t7.get$_bottom(t7) : t7.get$horizontal())), t1 + t3); + x = t2; + break; + case 3: + t1 = _this._scrollbar1$__ScrollbarPainter__thumbExtent_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + thumbSize = new A.Size(t1, _this._scrollbar1$_thickness); + t1 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t1.toString; + t2 = _this._scrollbar1$_lastAxisDirection; + t2 = t2 === B.AxisDirection_2 || t2 === B.AxisDirection_0; + t3 = _this._scrollbar1$_padding; + t2 = t2 ? t3.get$_top(t3) + t3.get$_bottom(t3) : t3.get$horizontal(); + t3 = _this._scrollbar1$_thickness; + t4 = _this._scrollbar1$_crossAxisMargin; + trackSize = new A.Size(t1 - t2, t3 + 2 * t4); + t2 = _this._scrollbar1$__ScrollbarPainter__thumbOffset_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + y = size._dy - t3 - t4 - _this._scrollbar1$_padding.bottom; + t4 = _this.get$_leadingTrackMainAxisOffset(); + t3 = y - _this._scrollbar1$_crossAxisMargin; + trackOffset = new A.Offset(t4, t3); + t1 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t1.toString; + t5 = _this._scrollbar1$_lastAxisDirection; + t5 = t5 === B.AxisDirection_2 || t5 === B.AxisDirection_0; + t6 = _this._scrollbar1$_padding; + borderEnd = new A.Offset(t4 + (t1 - (t5 ? t6.get$_top(t6) + t6.get$_bottom(t6) : t6.get$horizontal())), t3); + borderStart = trackOffset; + x = t2; + break; + default: + borderEnd = _null; + borderStart = borderEnd; + trackOffset = borderStart; + trackSize = trackOffset; + thumbSize = trackSize; + y = thumbSize; + x = y; + } + t1 = trackOffset._dx; + t2 = trackOffset._dy; + _this._scrollbar1$_trackRect = new A.Rect(t1, t2, t1 + trackSize._dx, t2 + trackSize._dy); + _this._scrollbar1$_thumbRect = new A.Rect(x, y, x + thumbSize._dx, y + thumbSize._dy); + t1 = _this.fadeoutOpacityAnimation; + if (t1.get$value(t1) !== 0) { + t1 = _this._scrollbar1$_trackRect; + t1.toString; + canvas.drawRect$2(t1, _this._paintTrack$0()); + canvas.drawLine$3(borderStart, borderEnd, _this._paintTrack$1$isBorder(true)); + t1 = _this._scrollbar1$_radius; + if (t1 != null) { + t2 = _this._scrollbar1$_thumbRect; + t2.toString; + canvas.drawRRect$2(A.RRect$fromRectAndRadius(t2, t1), _this.get$_paintThumb()); + return; + } + t1 = _this._scrollbar1$_thumbRect; + t1.toString; + canvas.drawRect$2(t1, _this.get$_paintThumb()); + return; + } + }, + paint$2(canvas, size) { + var t2, t3, t4, t5, t6, t7, fractionVisible, thumbExtent, safeMinLength, newMinLength, scrollableExtent, fractionPast, _this = this, + t1 = _this._scrollbar1$_lastAxisDirection; + if (t1 != null) { + t2 = _this._scrollbar1$_lastMetrics; + if (t2 != null) { + t3 = t2._scroll_metrics$_maxScrollExtent; + t3.toString; + t2 = t2._scroll_metrics$_minScrollExtent; + t2.toString; + t2 = t3 <= t2; + } else + t2 = true; + } else + t2 = true; + if (t2) + return; + t2 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t2.toString; + t1 = t1 === B.AxisDirection_2 || t1 === B.AxisDirection_0; + t3 = _this._scrollbar1$_padding; + t1 = t1 ? t3.get$_top(t3) + t3.get$_bottom(t3) : t3.get$horizontal(); + if (t2 - t1 - 2 * _this._scrollbar1$_mainAxisMargin <= 0) + return; + t1 = _this._scrollbar1$_lastMetrics; + t2 = t1._scroll_metrics$_maxScrollExtent; + t2.toString; + if (t2 == 1 / 0 || t2 == -1 / 0) + return; + t1 = t1.get$extentInside(); + t2 = _this._scrollbar1$_lastAxisDirection; + t2 = t2 === B.AxisDirection_2 || t2 === B.AxisDirection_0; + t3 = _this._scrollbar1$_padding; + t2 = t2 ? t3.get$_top(t3) + t3.get$_bottom(t3) : t3.get$horizontal(); + t3 = _this._scrollbar1$_lastMetrics; + t4 = t3._scroll_metrics$_maxScrollExtent; + t4.toString; + t5 = t3._scroll_metrics$_minScrollExtent; + t5.toString; + t3 = t3._scroll_metrics$_viewportDimension; + t3.toString; + t6 = _this._scrollbar1$_lastAxisDirection; + t6 = t6 === B.AxisDirection_2 || t6 === B.AxisDirection_0; + t7 = _this._scrollbar1$_padding; + t6 = t6 ? t7.get$_top(t7) + t7.get$_bottom(t7) : t7.get$horizontal(); + fractionVisible = A.clampDouble((t1 - t2) / (t4 - t5 + t3 - t6), 0, 1); + t6 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t6.toString; + t1 = _this._scrollbar1$_lastAxisDirection; + t1 = t1 === B.AxisDirection_2 || t1 === B.AxisDirection_0; + t2 = _this._scrollbar1$_padding; + t1 = t1 ? t2.get$_top(t2) + t2.get$_bottom(t2) : t2.get$horizontal(); + t1 = Math.min(t6 - t1 - 2 * _this._scrollbar1$_mainAxisMargin, _this._scrollbar1$_minOverscrollLength); + t6 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t6.toString; + t2 = _this._scrollbar1$_lastAxisDirection; + t2 = t2 === B.AxisDirection_2 || t2 === B.AxisDirection_0; + t3 = _this._scrollbar1$_padding; + t2 = t2 ? t3.get$_top(t3) + t3.get$_bottom(t3) : t3.get$horizontal(); + thumbExtent = Math.max(t1, (t6 - t2 - 2 * _this._scrollbar1$_mainAxisMargin) * fractionVisible); + t2 = _this._scrollbar1$_lastMetrics.get$extentInside(); + t6 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t6.toString; + t1 = _this._scrollbar1$_minLength; + t3 = _this._scrollbar1$_lastAxisDirection; + t3 = t3 === B.AxisDirection_2 || t3 === B.AxisDirection_0; + t4 = _this._scrollbar1$_padding; + t3 = t3 ? t4.get$_top(t4) + t4.get$_bottom(t4) : t4.get$horizontal(); + safeMinLength = Math.min(t1, t6 - t3 - 2 * _this._scrollbar1$_mainAxisMargin); + t1 = _this._scrollbar1$_lastAxisDirection; + t1 = t1 === B.AxisDirection_0 || t1 === B.AxisDirection_3; + t3 = _this._scrollbar1$_lastMetrics; + if ((t1 ? Math.max(t3.get$maxScrollExtent() - t3.get$pixels(), 0) : Math.max(t3.get$pixels() - t3.get$minScrollExtent(), 0)) > 0) { + t1 = _this._scrollbar1$_lastAxisDirection; + t1 = t1 === B.AxisDirection_0 || t1 === B.AxisDirection_3; + t3 = _this._scrollbar1$_lastMetrics; + t3 = (t1 ? Math.max(t3.get$pixels() - t3.get$minScrollExtent(), 0) : Math.max(t3.get$maxScrollExtent() - t3.get$pixels(), 0)) > 0; + t1 = t3; + } else + t1 = false; + newMinLength = t1 ? safeMinLength : safeMinLength * (1 - A.clampDouble(1 - t2 / t6, 0, 0.2) / 0.2); + t1 = _this._scrollbar1$_lastMetrics._scroll_metrics$_viewportDimension; + t1.toString; + t2 = _this._scrollbar1$_lastAxisDirection; + t2 = t2 === B.AxisDirection_2 || t2 === B.AxisDirection_0; + t3 = _this._scrollbar1$_padding; + t2 = t2 ? t3.get$_top(t3) + t3.get$_bottom(t3) : t3.get$horizontal(); + t2 = A.clampDouble(thumbExtent, newMinLength, t1 - t2 - 2 * _this._scrollbar1$_mainAxisMargin); + _this._scrollbar1$__ScrollbarPainter__thumbExtent_A = t2; + t1 = _this._scrollbar1$_lastMetrics; + t3 = t1._scroll_metrics$_maxScrollExtent; + t3.toString; + t4 = t1._scroll_metrics$_minScrollExtent; + t4.toString; + scrollableExtent = t3 - t4; + if (scrollableExtent > 0) { + t3 = t1._scroll_metrics$_pixels; + t3.toString; + fractionPast = A.clampDouble((t3 - t4) / scrollableExtent, 0, 1); + } else + fractionPast = 0; + t3 = _this._scrollbar1$_lastAxisDirection; + t4 = t3 === B.AxisDirection_0; + t5 = t4 || t3 === B.AxisDirection_3 ? 1 - fractionPast : fractionPast; + t1 = t1._scroll_metrics$_viewportDimension; + t1.toString; + t3 = t3 === B.AxisDirection_2 || t4; + t4 = _this._scrollbar1$_padding; + t3 = t3 ? t4.get$_top(t4) + t4.get$_bottom(t4) : t4.get$horizontal(); + _this._scrollbar1$__ScrollbarPainter__thumbOffset_A = t5 * (t1 - t3 - 2 * _this._scrollbar1$_mainAxisMargin - t2) + _this.get$_leadingThumbMainAxisOffset(); + return _this._paintScrollbar$2(canvas, size); + }, + getTrackToScroll$1(thumbOffsetLocal) { + var t3, t4, t5, t6, _this = this, + t1 = _this._scrollbar1$_lastMetrics, + t2 = t1._scroll_metrics$_maxScrollExtent; + t2.toString; + t3 = t1._scroll_metrics$_minScrollExtent; + t3.toString; + t1 = t1._scroll_metrics$_viewportDimension; + t1.toString; + t4 = _this._scrollbar1$_lastAxisDirection; + t4 = t4 === B.AxisDirection_2 || t4 === B.AxisDirection_0; + t5 = _this._scrollbar1$_padding; + t4 = t4 ? t5.get$_top(t5) + t5.get$_bottom(t5) : t5.get$horizontal(); + t5 = _this._scrollbar1$_mainAxisMargin; + t6 = _this._scrollbar1$__ScrollbarPainter__thumbExtent_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + return (t2 - t3) * thumbOffsetLocal / (t1 - t4 - 2 * t5 - t6); + }, + hitTest$1(position) { + var t1, t2, _this = this; + if (_this._scrollbar1$_thumbRect == null) + return null; + if (!_this._scrollbar1$_ignorePointer) { + t1 = _this.fadeoutOpacityAnimation; + if (t1.get$value(t1) !== 0) { + t1 = _this._scrollbar1$_lastMetrics; + t2 = t1._scroll_metrics$_minScrollExtent; + t2.toString; + t1 = t1._scroll_metrics$_maxScrollExtent; + t1.toString; + t1 = t2 === t1; + } else + t1 = true; + } else + t1 = true; + if (t1) + return false; + return _this._scrollbar1$_trackRect.contains$1(0, position); + }, + hitTestInteractive$3$forHover(position, kind, forHover) { + var t2, t3, paddedRect, _this = this, + t1 = _this._scrollbar1$_trackRect; + if (t1 == null) + return false; + if (_this._scrollbar1$_ignorePointer) + return false; + t2 = _this._scrollbar1$_lastMetrics; + t3 = t2._scroll_metrics$_minScrollExtent; + t3.toString; + t2 = t2._scroll_metrics$_maxScrollExtent; + t2.toString; + if (t3 === t2) + return false; + paddedRect = t1.expandToInclude$1(A.Rect$fromCircle(_this._scrollbar1$_thumbRect.get$center(), 24)); + t2 = _this.fadeoutOpacityAnimation; + if (t2.get$value(t2) === 0) { + if (forHover && kind === B.PointerDeviceKind_1) + return paddedRect.contains$1(0, position); + return false; + } + switch (kind.index) { + case 0: + case 4: + return paddedRect.contains$1(0, position); + case 1: + case 2: + case 3: + case 5: + return t1.contains$1(0, position); + } + }, + hitTestInteractive$2(position, kind) { + return this.hitTestInteractive$3$forHover(position, kind, false); + }, + hitTestOnlyThumbInteractive$2(position, kind) { + var t1, t2, _this = this; + if (_this._scrollbar1$_thumbRect == null) + return false; + if (_this._scrollbar1$_ignorePointer) + return false; + t1 = _this.fadeoutOpacityAnimation; + if (t1.get$value(t1) === 0) + return false; + t1 = _this._scrollbar1$_lastMetrics; + t2 = t1._scroll_metrics$_minScrollExtent; + t2.toString; + t1 = t1._scroll_metrics$_maxScrollExtent; + t1.toString; + if (t2 === t1) + return false; + switch (kind.index) { + case 0: + case 4: + t1 = _this._scrollbar1$_thumbRect; + return t1.expandToInclude$1(A.Rect$fromCircle(t1.get$center(), 24)).contains$1(0, position); + case 1: + case 2: + case 3: + case 5: + return _this._scrollbar1$_thumbRect.contains$1(0, position); + } + }, + shouldRepaint$1(oldDelegate) { + var t1, _this = this; + if (_this._scrollbar1$_color.$eq(0, oldDelegate._scrollbar1$_color)) + if (_this._scrollbar1$_trackColor.$eq(0, oldDelegate._scrollbar1$_trackColor)) + if (_this._scrollbar1$_trackBorderColor.$eq(0, oldDelegate._scrollbar1$_trackBorderColor)) + if (_this._scrollbar1$_textDirection == oldDelegate._scrollbar1$_textDirection) + if (_this._scrollbar1$_thickness === oldDelegate._scrollbar1$_thickness) + if (_this.fadeoutOpacityAnimation === oldDelegate.fadeoutOpacityAnimation) + if (_this._scrollbar1$_mainAxisMargin === oldDelegate._scrollbar1$_mainAxisMargin) + if (_this._scrollbar1$_crossAxisMargin === oldDelegate._scrollbar1$_crossAxisMargin) + if (J.$eq$(_this._scrollbar1$_radius, oldDelegate._scrollbar1$_radius)) + if (_this._scrollbar1$_padding.$eq(0, oldDelegate._scrollbar1$_padding)) + if (_this._scrollbar1$_minLength === oldDelegate._scrollbar1$_minLength) + if (_this._scrollbar1$_minOverscrollLength === oldDelegate._scrollbar1$_minOverscrollLength) + t1 = _this._scrollbar1$_ignorePointer !== oldDelegate._scrollbar1$_ignorePointer; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + else + t1 = true; + return t1; + }, + shouldRebuildSemantics$1(oldDelegate) { + return false; + }, + get$semanticsBuilder() { + return null; + }, + toString$0(_) { + return "#" + A.shortHash(this); + }, + dispose$0() { + this.fadeoutOpacityAnimation.parent.removeListener$1(0, this.get$notifyListeners()); + this.super$ChangeNotifier$dispose(); + } + }; + A.ScrollbarPainter_update_needPaint0.prototype = { + call$1(metrics) { + var t1, t2; + if (metrics != null) { + t1 = metrics._scroll_metrics$_maxScrollExtent; + t1.toString; + t2 = metrics._scroll_metrics$_minScrollExtent; + t2.toString; + t2 = t1 > t2; + t1 = t2; + } else + t1 = false; + return t1; + }, + $signature: 758 + }; + A._ThumbPressGestureRecognizer0.prototype = { + isPointerAllowed$1($event) { + if (!this._scrollbar1$_hitTestInteractive$3(this._scrollbar1$_customPaintKey, $event.get$position($event), $event.get$kind($event))) + return false; + return this.super$LongPressGestureRecognizer$isPointerAllowed($event); + }, + _scrollbar1$_hitTestInteractive$3(customPaintKey, offset, kind) { + var t1; + if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, customPaintKey) == null) + return false; + t1 = type$.CustomPaint._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, customPaintKey).get$widget()).foregroundPainter; + t1.toString; + return type$.ScrollbarPainter_2._as(t1).hitTestOnlyThumbInteractive$2(A._getLocalOffset0(customPaintKey, offset), kind); + } + }; + A._TrackTapGestureRecognizer0.prototype = { + isPointerAllowed$1($event) { + if (!this._scrollbar1$_hitTestInteractive$3(this._scrollbar1$_customPaintKey, $event.get$position($event), $event.get$kind($event))) + return false; + return this.super$TapGestureRecognizer$isPointerAllowed($event); + }, + _scrollbar1$_hitTestInteractive$3(customPaintKey, offset, kind) { + var t1, localOffset; + if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, customPaintKey) == null) + return false; + t1 = type$.CustomPaint._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, customPaintKey).get$widget()).foregroundPainter; + t1.toString; + type$.ScrollbarPainter_2._as(t1); + localOffset = A._getLocalOffset0(customPaintKey, offset); + return t1.hitTestInteractive$2(localOffset, kind) && !t1.hitTestOnlyThumbInteractive$2(localOffset, kind); + } + }; + A._RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin.prototype = { + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); + }, + dispose$0() { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(); + } }; A.NonReparentingFocus.prototype = { createState$0() { @@ -593194,38 +608138,24 @@ }; A.FocusWithCustomParent.prototype = { get$onKeyEvent() { - var t1 = this.focusNode; - t1 = t1 == null ? null : t1.onKeyEvent; + var t1 = this._focus$_onKeyEvent; + t1 = this.focusNode.onKeyEvent; return t1; }, get$onKey() { - var t1 = this.focusNode; - t1 = t1 == null ? null : t1.onKey; + var t1 = this.focusNode.onKey; return t1; }, - get$canRequestFocus() { - var t1 = this.focusNode; - t1 = t1 == null ? null : t1.get$canRequestFocus(); - return t1 !== false; - }, get$skipTraversal() { - var t1 = this.focusNode; - t1 = t1 == null ? null : t1.get$skipTraversal(); + var t1 = this.focusNode.get$skipTraversal(); return t1 === true; }, get$descendantsAreFocusable() { - var t1 = this.focusNode; - t1 = t1 == null ? null : t1._descendantsAreFocusable; + var t1 = this.focusNode._descendantsAreFocusable; return t1 !== false; }, get$descendantsAreTraversable() { - var t1 = this.focusNode != null || null; - return t1 !== false; - }, - get$debugLabel() { - var t1 = this.focusNode; - t1 = t1 == null ? null : t1._focus_manager$_debugLabel; - return t1; + return true; }, createState$0() { return new A._FocusWithCustomParentState(B._StateLifecycle_0); @@ -593234,10 +608164,6 @@ A._FocusWithCustomParentState.prototype = { get$focusNode(_) { var t1 = this._widget.focusNode; - if (t1 == null) { - t1 = this._focus$_internalNode; - t1.toString; - } return t1; }, initState$0() { @@ -593245,16 +608171,8 @@ this._focus$_initNode$0(); }, _focus$_initNode$0() { - var t2, t3, _this = this, - t1 = _this._widget; - if (t1.focusNode == null) - if (_this._focus$_internalNode == null) { - t1 = t1.get$debugLabel(); - t2 = _this._widget.get$canRequestFocus(); - t3 = _this._widget.get$descendantsAreFocusable(); - _this._widget.get$descendantsAreTraversable(); - _this._focus$_internalNode = A.FocusNode$(t2, t1, t3, true, null, null, _this._widget.get$skipTraversal()); - } + var t1, t2, t3, _this = this; + _this._widget.toString; _this.get$focusNode(_this).set$descendantsAreFocusable(_this._widget.get$descendantsAreFocusable()); t1 = _this.get$focusNode(_this); _this._widget.get$descendantsAreTraversable(); @@ -593288,7 +608206,7 @@ _this.super$State$didUpdateWidget(oldWidget); t1 = oldWidget.focusNode; t2 = _this._widget; - if (t1 == t2.focusNode) { + if (t1 === t2.focusNode) { if (!J.$eq$(t2.get$onKey(), _this.get$focusNode(_this).onKey)) _this.get$focusNode(_this).onKey = _this._widget.get$onKey(); _this._widget.get$onKeyEvent(); @@ -593303,12 +608221,11 @@ t2 = _this.___FocusWithCustomParentState__focusAttachment_A; t2 === $ && A.throwUnnamedLateFieldNI(); t2.detach$0(0); - if (t1 != null) - t1.removeListener$1(0, _this.get$_focus$_handleFocusChanged()); + t1.removeListener$1(0, _this.get$_focus$_handleFocusChanged()); _this._focus$_initNode$0(); } t1 = _this._widget.parentFocusNode; - if (t1 != oldWidget.parentFocusNode) { + if (t1 !== oldWidget.parentFocusNode) { t2 = _this.___FocusWithCustomParentState__focusAttachment_A; t2 === $ && A.throwUnnamedLateFieldNI(); t2.reparent$1$parent(t1); @@ -593362,18 +608279,14 @@ _this.setState$1(new A._FocusWithCustomParentState__handleFocusChanged_closure2(_this, true)); }, build$1(context) { - var t1, child, t2, _this = this, _null = null; - if (_this._widget.parentFocusNode == null) { - t1 = _this.___FocusWithCustomParentState__focusAttachment_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.reparent$0(); - } - child = _this._widget.child; + var t2, _this = this, _null = null, + t1 = _this._widget, + child = t1.child; t1 = _this.___FocusWithCustomParentState__couldRequestFocus_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.___FocusWithCustomParentState__hadPrimaryFocus_A; t2 === $ && A.throwUnnamedLateFieldNI(); - child = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); + child = new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); return new A._FocusMarker(_this.get$focusNode(_this), child, _null); } }; @@ -593408,6 +608321,60 @@ } }; A.UrlLauncher.prototype = {}; + A.MultiListenableBuilder.prototype = { + createState$0() { + return new A._MultiListenableBuilderState(B._StateLifecycle_0); + }, + builder$1(arg0) { + return this.builder.call$1(arg0); + } + }; + A._MultiListenableBuilderState.prototype = { + initState$0() { + this.super$State$initState(); + this._syncListenables$2$newListenables$oldListenables(this._widget.listenables, A.LinkedHashSet_LinkedHashSet$_empty(type$.Listenable)); + }, + didUpdateWidget$1(oldWidget) { + var t1, t2; + this.super$State$didUpdateWidget(oldWidget); + t1 = this._widget.listenables; + t2 = oldWidget.listenables; + if (t1 !== t2) + this._syncListenables$2$newListenables$oldListenables(t1, t2); + }, + dispose$0() { + this._syncListenables$2$newListenables$oldListenables(A.LinkedHashSet_LinkedHashSet$_empty(type$.Listenable), this._widget.listenables); + this.super$State$dispose(); + }, + _syncListenables$2$newListenables$oldListenables(newListenables, oldListenables) { + var t1, t2, t3, t4; + for (t1 = A._LinkedHashSetIterator$(oldListenables, oldListenables._collection$_modifications, A._instanceType(oldListenables)._precomputed1), t2 = t1.$ti._precomputed1, t3 = this.get$_onListenableChange(); t1.moveNext$0();) { + t4 = t1._collection$_current; + if (t4 == null) + t4 = t2._as(t4); + if (!newListenables.contains$1(0, t4)) + t4.removeListener$1(0, t3); + } + for (t1 = A._LinkedHashSetIterator$(newListenables, newListenables._collection$_modifications, A._instanceType(newListenables)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + t4 = t1._collection$_current; + if (t4 == null) + t4 = t2._as(t4); + if (!oldListenables.contains$1(0, t4)) + t4.addListener$1(0, t3); + } + }, + _onListenableChange$0() { + this.setState$1(new A._MultiListenableBuilderState__onListenableChange_closure()); + }, + build$1(context) { + return this._widget.builder$1(context); + } + }; + A._MultiListenableBuilderState__onListenableChange_closure.prototype = { + call$0() { + }, + $signature: 0 + }; A.TapSequenceGestureRecognizer.prototype = { isPointerAllowed$1($event) { if (this._multi_tap_gesture$_firstTap == null) @@ -593549,9 +608516,12 @@ _this._multi_tap_gesture$_reject$1(tracker); }, _multi_tap_gesture$_reject$1(tracker) { - var t2, _this = this, - t1 = _this._multi_tap_gesture$_trackers; - t1.remove$1(0, tracker.pointer); + var _this = this, + t1 = _this._multi_tap_gesture$_trackers, + t2 = tracker.pointer; + if (!t1.containsKey$1(0, t2)) + return; + t1.remove$1(0, t2); t2 = tracker.entry; t2._arena._resolve$3(t2._arena$_pointer, t2._member, B.GestureDisposition_1); tracker.stopTrackingPointer$1(_this.get$_multi_tap_gesture$_handleEvent()); @@ -593569,10 +608539,7 @@ this._multi_tap_gesture$_reset$0(); this.super$GestureRecognizer$dispose(); }, - _multi_tap_gesture$_onTapTimeout$0() { - var t1 = this.onTimeout; - if (t1 != null) - this.invokeCallback$2("onTimeout", t1); + _onTapTimeout$0() { this._multi_tap_gesture$_reset$0(); }, _multi_tap_gesture$_reset$0() { @@ -593605,7 +608572,7 @@ }, _startTapTimer$0() { if (this._tapTimer == null) - this._tapTimer = A.Timer_Timer(B.Duration_300000, this.get$_multi_tap_gesture$_onTapTimeout()); + this._tapTimer = A.Timer_Timer(B.Duration_300000, this.get$_onTapTimeout()); }, _stopTapTimer$0() { var t1 = this._tapTimer; @@ -593724,72 +608691,654 @@ this._multi_tap_gesture$_timeout = true; } }; - A.AndroidDocumentGestureEditingController.prototype = { + A.PausableValueNotifier.prototype = { + get$value(_) { + var t1, _this = this; + if (_this._pausable_value_notifier$_isPaused) { + t1 = _this.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(_this, _this); + return t1; + } + }; + A.AndroidToolbarFocalPointDocumentLayer.prototype = { + createState$0() { + return new A._AndroidToolbarFocalPointDocumentLayerState(B._StateLifecycle_0); + }, + get$document(receiver) { + return this.document; + } + }; + A._AndroidToolbarFocalPointDocumentLayerState.prototype = { + initState$0() { + this.super$State$initState(); + this._widget.selection.addListener$1(0, this.get$_android_document_controls$_onSelectionChange()); + }, + didUpdateWidget$1(oldWidget) { + var t1, t2, _this = this; + _this.super$State$didUpdateWidget(oldWidget); + t1 = oldWidget.selection; + if (_this._widget.selection !== t1) { + t2 = _this.get$_android_document_controls$_onSelectionChange(); + t1.removeListener$1(0, t2); + _this._widget.selection.addListener$1(0, t2); + } + }, dispose$0() { - var t1 = this._collapsedHandleAutoHideTimer; - if (t1 != null) - t1.cancel$0(0); - this.super$GestureEditingController$dispose(); + this._widget.selection.removeListener$1(0, this.get$_android_document_controls$_onSelectionChange()); + this.super$State$dispose(); }, - removeCaret$0() { - var _this = this; - if (_this._android_document_controls$_caretTop == null) + _android_document_controls$_onSelectionChange$0() { + A.Frames_setStateAsSoonAsPossible(this, new A._AndroidToolbarFocalPointDocumentLayerState__onSelectionChange_closure()); + }, + computeLayoutDataWithDocumentLayout$2(context, documentLayout) { + var documentSelection, + t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + documentSelection = t1; + } else + documentSelection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (documentSelection == null) + return null; + t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (documentLayout.getComponentByNodeId$1(t1.extent.nodeId) == null) + return null; + return documentLayout.getRectForSelection$2(documentSelection.base, documentSelection.extent); + }, + doBuild$2(context, expandedSelectionBounds) { + var t1, _null = null; + if (expandedSelectionBounds == null) + return B.SizedBox_null_null_null_null; + t1 = this._widget.toolbarFocalPointLink; + return A.IgnorePointer$(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Positioned$fromRect(A.Leader$(_null, t1), expandedSelectionBounds)], type$.JSArray_Widget), _null), true, _null); + } + }; + A._AndroidToolbarFocalPointDocumentLayerState__onSelectionChange_closure.prototype = { + call$0() { + }, + $signature: 0 + }; + A.AndroidHandlesDocumentLayer.prototype = { + createState$0() { + return new A.AndroidControlsDocumentLayerState(null, null, B._StateLifecycle_0); + }, + get$document(receiver) { + return this.document; + } + }; + A.AndroidControlsDocumentLayerState.prototype = { + initState$0() { + var t1, _this = this; + _this.super$State$initState(); + _this.__AndroidControlsDocumentLayerState__caretBlinkController_A = A.BlinkController$(_this); + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + _this._android_document_controls$_previousSelection = t1; + _this._widget.selection.addListener$1(0, _this.get$_android_document_controls$_onSelectionChange()); + }, + didChangeDependencies$0() { + var t1, _this = this; + _this.super$State$didChangeDependencies(); + t1 = _this._android_document_controls$_controlsController; + if (t1 != null) { + t1._document_gestures_touch_android$_shouldCaretBlink.removeListener$1(0, _this.get$_onBlinkModeChange()); + _this._android_document_controls$_controlsController.caretJumpToOpaqueSignal.removeListener$1(0, _this.get$_caretJumpToOpaque()); + } + t1 = _this._framework$_element; + t1.toString; + t1 = A.SuperEditorAndroidControlsScope_rootOf(t1); + _this._android_document_controls$_controlsController = t1; + t1._document_gestures_touch_android$_shouldCaretBlink.addListener$1(0, _this.get$_onBlinkModeChange()); + _this._android_document_controls$_controlsController.caretJumpToOpaqueSignal.addListener$1(0, _this.get$_caretJumpToOpaque()); + _this._onBlinkModeChange$0(); + }, + didUpdateWidget$1(oldWidget) { + var t1, t2, _this = this; + _this.super$State$didUpdateWidget(oldWidget); + t1 = oldWidget.selection; + if (_this._widget.selection !== t1) { + t2 = _this.get$_android_document_controls$_onSelectionChange(); + t1.removeListener$1(0, t2); + _this._widget.selection.addListener$1(0, t2); + } + }, + dispose$0() { + var t1, _this = this; + _this._widget.selection.removeListener$1(0, _this.get$_android_document_controls$_onSelectionChange()); + t1 = _this._android_document_controls$_controlsController; + if (t1 != null) + t1._document_gestures_touch_android$_shouldCaretBlink.removeListener$1(0, _this.get$_onBlinkModeChange()); + t1 = _this.__AndroidControlsDocumentLayerState__caretBlinkController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.dispose$0(); + _this.super$_AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin$dispose(); + }, + _android_document_controls$_onSelectionChange$0() { + var newSelection, _this = this, + t1 = _this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + newSelection = t1; + } else + newSelection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (newSelection != null && newSelection.get$isCollapsed(newSelection)) { + t1 = _this._android_document_controls$_previousSelection; + if (t1 != null && t1.get$isCollapsed(t1) && !_this._android_document_controls$_previousSelection.extent.isEquivalentTo$1(newSelection.extent)) + _this._android_document_controls$_controlsController.caretJumpToOpaqueSignal.super$ChangeNotifier$notifyListeners(); + } + _this._android_document_controls$_previousSelection = newSelection; + _this.setState$1(new A.AndroidControlsDocumentLayerState__onSelectionChange_closure()); + }, + _onBlinkModeChange$0() { + var t1 = this._android_document_controls$_controlsController._document_gestures_touch_android$_shouldCaretBlink._change_notifier$_value, + t2 = this.__AndroidControlsDocumentLayerState__caretBlinkController_A; + if (t1) { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.startBlinking$0(); + } else { + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.stopBlinking$0(); + } + }, + _caretJumpToOpaque$0() { + var t1 = this.__AndroidControlsDocumentLayerState__caretBlinkController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1.jumpToOpaque$0(); + }, + computeLayoutDataWithDocumentLayout$2(context, documentLayout) { + var selection, t2, t3, t4, _null = null, + t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selection = t1; + } else + selection = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (selection == null) + return _null; + t1 = selection.get$isCollapsed(selection); + t2 = selection.extent; + if (t1) { + t1 = documentLayout.getRectForSelection$2(t2, t2); + t1.toString; + return new A.DocumentSelectionLayout(t1, _null, _null, _null); + } else { + t1 = this._widget.document; + t3 = selection.base; + t1 = documentLayout.getRectForPosition$1(A.InspectDocumentSelection_selectUpstreamPosition(t1, t3, t2)); + t1.toString; + t4 = documentLayout.getRectForPosition$1(A.InspectDocumentSelection_selectUpstreamPosition(this._widget.document, t3, t2).$eq(0, t3) ? t2 : t3); + t4.toString; + return new A.DocumentSelectionLayout(_null, t1, t4, documentLayout.getRectForSelection$2(t3, t2)); + } + }, + doBuild$2(context, layoutData) { + return A.IgnorePointer$(A.SizedBox$expand(layoutData != null ? this._buildHandles$1(layoutData) : B.SizedBox_null_null_null_null), true, null); + }, + _buildHandles$1(layoutData) { + var t2, t3, t4, t5, _null = null, + t1 = this._widget.selection; + if (t1._pausable_value_notifier$_isPaused) { + t1 = t1.__PausableValueNotifier__currentValueDuringPause_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + } else + t1 = A.ValueNotifier.prototype.get$value.call(t1, t1); + if (t1 == null) { + $.$get$editorGesturesLog().log$4(B.Level_FINER_400, "Not building overlay handles because there's no selection.", _null, _null); + return B.SizedBox_0_0_null_null; + } + t1 = type$.JSArray_Widget; + t2 = A._setArrayType([], t1); + t3 = layoutData.caret; + if (t3 != null) + t2.push(this._buildCaret$1$caret(t3)); + t3 = layoutData.upstream; + if (t3 != null && layoutData.downstream != null) { + t3.toString; + t4 = layoutData.downstream; + t4.toString; + t5 = this._android_document_controls$_controlsController; + B.JSArray_methods.addAll$1(t2, A._setArrayType([A.Positioned$fromRect(A.Leader$(_null, t5.upstreamHandleFocalPoint), t3), A.Positioned$fromRect(A.Leader$(_null, t5.downstreamHandleFocalPoint), t4)], t1)); + } + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null); + }, + _buildCaret$1$caret(caret) { + var _null = null, + t1 = caret.top, + t2 = this._android_document_controls$_controlsController.collapsedHandleFocalPoint, + t3 = this.__AndroidControlsDocumentLayerState__caretBlinkController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + return A.Positioned$(_null, A.Leader$(new A.ListenableBuilder(new A.AndroidControlsDocumentLayerState__buildCaret_closure(this), _null, t3, _null), t2), caret.bottom - t1, _null, caret.left, _null, t1, 2); + } + }; + A.AndroidControlsDocumentLayerState__onSelectionChange_closure.prototype = { + call$0() { + }, + $signature: 0 + }; + A.AndroidControlsDocumentLayerState__buildCaret_closure.prototype = { + call$2(context, child) { + var t2, + t1 = this.$this; + t1._widget.toString; + t2 = t1._framework$_element; + t2.toString; + t2 = A.Theme_of(t2).primaryColor; + t1 = t1.__AndroidControlsDocumentLayerState__caretBlinkController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + return new A.ColoredBox(A.Color$fromARGB(B.JSInt_methods.round$0(255 * (t1._blink_controller$_isVisible ? 1 : 0)), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255), null, B.ValueKey_document_caret); + }, + $signature: 3435 + }; + A._AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin.prototype = { + dispose$0() { + var _this = this, + t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTicker()); + _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(); + }, + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTicker$0(); + } + }; + A.AndroidDocumentLongPressSelectionStrategy.prototype = { + onLongPressStart$1$tapDownDocumentOffset(tapDownDocumentOffset) { + var t2, docPosition, t3, _this = this, _null = null, + t1 = $.$get$longPressSelectionLog(); + t1.log$4(B.Level_FINE_500, "Long press start", _null, _null); + t2 = _this._long_press_selection0$_docLayout; + docPosition = t2.getDocumentPositionNearestToOffset$1(tapDownDocumentOffset); + if (docPosition == null) { + t1.log$4(B.Level_FINER_400, "No doc position where the user pressed", _null, _null); + return false; + } + t2 = A.getWordSelection(t2, docPosition); + _this._long_press_selection0$_longPressInitialSelection = t2; + t2.toString; + _this._long_press_selection0$_select.call$1(t2); + t1.log$4(B.Level_FINER_400, "Setting initial long-press upstream bound to: " + _this._long_press_selection0$_longPressInitialSelection.start.toString$0(0), _null, _null); + t1 = _this._long_press_selection0$_longPressInitialSelection; + t2 = t1.start; + _this._longPressMostRecentBoundaryNodeId = t2.nodeId; + t3 = type$.TextNodePosition; + _this._longPressMostRecentUpstreamWordBoundary = t3._as(t2.nodePosition).offset; + _this._longPressMostRecentDownstreamWordBoundary = t3._as(t1.end.nodePosition).offset; + return true; + }, + onLongPressDragUpdate$2(fingerDocumentOffset, fingerDocumentPosition) { + var t2, focalPointDocumentOffset, focalPointDocumentPosition, t3, t4, initialWordRect, t5, componentUnderFinger, textComponent, t6, initialSelectionStartOffset, initialSelectionEndOffset, mostRecentBoundaryTextOffset, _this = this, _null = null, + t1 = $.$get$longPressSelectionLog(); + t1.log$4(B.Level_FINER_400, string$.x2d_____, _null, _null); + t1.log$4(B.Level_FINE_500, "Long press drag update", _null, _null); + t1.log$4(B.Level_FINER_400, "Finger offset: " + fingerDocumentOffset.toString$0(0), _null, _null); + t1.log$4(B.Level_FINER_400, "Finger position: " + A.S(fingerDocumentPosition), _null, _null); + if (fingerDocumentPosition == null) + return; + t2 = fingerDocumentPosition.nodePosition; + if (!(t2 instanceof A.TextNodePosition)) { + t1.log$4(B.Level_FINER_400, "Dragging over non-text node. Selecting the whole node.", _null, _null); + _this._long_press_selection0$_select.call$1(_this._long_press_selection0$_longPressInitialSelection.copyWith$1$extent(fingerDocumentPosition)); return; - _this._android_document_controls$_caretHeight = _this._android_document_controls$_caretTop = null; - _this.notifyListeners$0(); - }, - set$collapsedHandleOffset(offset) { - if (!J.$eq$(offset, this._android_document_controls$_collapsedHandleOffset)) { - this._android_document_controls$_collapsedHandleOffset = offset; - this.notifyListeners$0(); } - }, - set$upstreamHandleOffset(offset) { - if (!J.$eq$(offset, this._android_document_controls$_upstreamHandleOffset)) { - this._android_document_controls$_upstreamHandleOffset = offset; - this.notifyListeners$0(); + focalPointDocumentOffset = !_this._isSelectingByCharacter ? fingerDocumentOffset : fingerDocumentOffset.$add(0, new A.Offset(_this._longPressCharacterSelectionXOffset, 0)); + if (!_this._isSelectingByCharacter) + focalPointDocumentPosition = fingerDocumentPosition; + else { + t3 = _this._long_press_selection0$_docLayout.getDocumentPositionNearestToOffset$1(focalPointDocumentOffset); + t3.toString; + focalPointDocumentPosition = t3; } - }, - set$downstreamHandleOffset(offset) { - if (!J.$eq$(offset, this._android_document_controls$_downstreamHandleOffset)) { - this._android_document_controls$_downstreamHandleOffset = offset; - this.notifyListeners$0(); + t3 = _this._long_press_selection0$_document; + t4 = _this._long_press_selection0$_longPressInitialSelection; + t4.toString; + if (A.InspectDocumentSelection_doesSelectionContainPosition(t3, t4, focalPointDocumentPosition)) { + t1.log$4(B.Level_FINER_400, "Dragging in the initial word.", _null, _null); + t1 = _this._long_press_selection0$_longPressInitialSelection; + t2 = type$.TextNodePosition; + _this._longPressMostRecentUpstreamWordBoundary = t2._as(t1.start.nodePosition).offset; + _this._longPressMostRecentDownstreamWordBoundary = t2._as(t1.end.nodePosition).offset; + _this._longPressSelectionDirection = null; + _this._isSelectingByCharacter = false; + _this._longPressCharacterSelectionXOffset = 0; + initialWordRect = _this._long_press_selection0$_docLayout.getRectForSelection$2(t1.base, t1.extent); + t1 = fingerDocumentOffset._dx; + t2 = initialWordRect.left; + t3 = initialWordRect.right; + t4 = _this._long_press_selection0$_longPressInitialSelection; + t5 = _this._long_press_selection0$_select; + if (Math.abs(t1 - t3) <= Math.abs(t1 - t2)) { + t1 = t4.start; + t4 = t4.end; + t5.call$1(new A.DocumentSelection(t1, t4, t1, t4)); + } else { + t1 = t4.end; + t4 = t4.start; + t5.call$1(new A.DocumentSelection(t1, t4, t1, t4)); + } + return; } - }, - startCollapsedHandleAutoHideCountdown$0() { - var t1 = this._collapsedHandleAutoHideTimer; - if (t1 != null) - t1.cancel$0(0); - this._collapsedHandleAutoHideTimer = A.Timer_Timer(B.Duration_4000000, this.get$_hideCollapsedHandle()); - }, - cancelCollapsedHandleAutoHideCountdown$0() { - var t1 = this._collapsedHandleAutoHideTimer; - if (t1 != null) - t1.cancel$0(0); - }, - _hideCollapsedHandle$0() { - if (!this._isCollapsedHandleAutoHidden) { - this._isCollapsedHandleAutoHidden = true; - this.notifyListeners$0(); + t4 = fingerDocumentPosition.nodeId; + componentUnderFinger = _this._long_press_selection0$_docLayout.getComponentByNodeId$1(t4); + textComponent = componentUnderFinger instanceof A.TextComponentState ? componentUnderFinger : type$.ProxyTextComposable._as(componentUnderFinger); + t5 = type$.TextNodePosition; + t6 = _this._long_press_selection0$_longPressInitialSelection; + initialSelectionStartOffset = t5._as(t6.base.nodePosition).offset; + initialSelectionEndOffset = t5._as(t6.end.nodePosition).offset; + if (_this._longPressSelectionDirection === B.TextAffinity_0) { + t6 = _this._longPressMostRecentUpstreamWordBoundary; + mostRecentBoundaryTextOffset = t6 == null ? initialSelectionStartOffset : t6; + } else { + t6 = _this._longPressMostRecentDownstreamWordBoundary; + mostRecentBoundaryTextOffset = t6 == null ? initialSelectionEndOffset : t6; } - }, - unHideCollapsedHandle$0() { - if (this._isCollapsedHandleAutoHidden) { - this._isCollapsedHandleAutoHidden = false; - this.notifyListeners$0(); + if (!textComponent.getPositionAtStartOfLine$1(new A.TextNodePosition(t2.offset, B.TextAffinity_1)).$eq(0, textComponent.getPositionAtStartOfLine$1(new A.TextNodePosition(mostRecentBoundaryTextOffset, B.TextAffinity_1))) || t4 !== _this._longPressMostRecentBoundaryNodeId) { + t1.log$4(B.Level_FINEST_300, "Resetting word-vs-character tracking", _null, _null); + t1 = _this._long_press_selection0$_longPressInitialSelection; + t2 = t1.start; + _this._longPressMostRecentBoundaryNodeId = t2.nodeId; + _this._longPressMostRecentUpstreamWordBoundary = t5._as(t2.nodePosition).offset; + _this._longPressMostRecentDownstreamWordBoundary = t5._as(t1.end.nodePosition).offset; + _this._isSelectingByCharacter = false; + _this._longPressCharacterSelectionXOffset = 0; } + if (A.InspectDocumentAffinity_getAffinityBetween(t3, fingerDocumentPosition, _this._long_press_selection0$_longPressInitialSelection.end) === B.TextAffinity_1) + _this._onLongPressDragUpstreamOfInitialWord$3$fingerDocumentOffset$fingerDocumentPosition$focalPointDocumentPosition(fingerDocumentOffset, fingerDocumentPosition, focalPointDocumentPosition); + else + _this._onLongPressDragDownstreamOfInitialWord$3$fingerDocumentOffset$fingerDocumentPosition$focalPointDocumentPosition(fingerDocumentOffset, fingerDocumentPosition, focalPointDocumentPosition); + }, + _onLongPressDragUpstreamOfInitialWord$3$fingerDocumentOffset$fingerDocumentPosition$focalPointDocumentPosition(fingerDocumentOffset, fingerDocumentPosition, focalPointDocumentPosition) { + var focalPointNodeId, t2, focalPointTextOffset, t3, focalPointIsBeyondMostRecentUpstreamWordBoundary, selectByWord, isMovingBackward, t4, reverseDirectionDistance, startedMovingBackward, longPressMostRecentUpstreamWordBoundaryPosition, boundaryOffsetInDocument, newSelection, wordUnderFinger, wordSelection, focalPointWord, upstreamWordBoundary, _this = this, _null = null, + t1 = $.$get$longPressSelectionLog(); + t1.log$4(B.Level_FINEST_300, "Dragging upstream from initial word.", _null, _null); + _this._longPressSelectionDirection = B.TextAffinity_0; + focalPointNodeId = focalPointDocumentPosition.nodeId; + if (focalPointNodeId !== _this._longPressMostRecentBoundaryNodeId) { + _this._longPressMostRecentBoundaryNodeId = focalPointNodeId; + _this._longPressMostRecentUpstreamWordBoundary = type$.TextNode._as(_this._long_press_selection0$_document._nodesById.$index(0, focalPointNodeId))._text$_text.text.length; + } + t2 = type$.TextNodePosition; + focalPointTextOffset = t2._as(focalPointDocumentPosition.nodePosition).offset; + if (focalPointNodeId === _this._longPressMostRecentBoundaryNodeId) { + t3 = _this._longPressMostRecentUpstreamWordBoundary; + t3.toString; + focalPointIsBeyondMostRecentUpstreamWordBoundary = focalPointTextOffset < t3; + } else + focalPointIsBeyondMostRecentUpstreamWordBoundary = false; + t1.log$4(B.Level_FINEST_300, "Focal point: " + focalPointTextOffset + ", boundary: " + A.S(_this._longPressMostRecentUpstreamWordBoundary) + ", most recent touch position: " + A.S(_this._longPressMostRecentTouchDocumentPosition), _null, _null); + selectByWord = A._Cell$named("selectByWord"); + if (focalPointIsBeyondMostRecentUpstreamWordBoundary) { + t1.log$4(B.Level_FINEST_300, string$.Select, _null, _null); + t1.log$4(B.Level_FINEST_300, " - most recent boundary position: " + A.S(_this._longPressMostRecentUpstreamWordBoundary), _null, _null); + t1.log$4(B.Level_FINEST_300, " - focal point position: " + focalPointDocumentPosition.toString$0(0), _null, _null); + selectByWord.set$finalLocalValue(true); + } else { + t1.log$4(B.Level_FINEST_300, string$.Focal_, _null, _null); + t3 = _this._longPressMostRecentTouchDocumentPosition; + if (t3 != null) + if (!fingerDocumentPosition.$eq(0, t3)) { + t3 = _this._longPressMostRecentTouchDocumentPosition; + t3.toString; + t3 = A.InspectDocumentAffinity_getAffinityBetween(_this._long_press_selection0$_document, t3, fingerDocumentPosition) === B.TextAffinity_1; + isMovingBackward = t3; + } else + isMovingBackward = false; + else + isMovingBackward = false; + t3 = _this._longPressMostRecentBoundaryNodeId; + t3.toString; + t4 = _this._longPressMostRecentUpstreamWordBoundary; + t4.toString; + reverseDirectionDistance = fingerDocumentOffset._dx - _this._long_press_selection0$_docLayout.getRectForSelection$2(new A.DocumentPosition(t3, new A.TextNodePosition(t4, B.TextAffinity_1)), _this._long_press_selection0$_longPressInitialSelection.start).left; + startedMovingBackward = !_this._isSelectingByCharacter && isMovingBackward && reverseDirectionDistance > 24; + t1.log$4(B.Level_FINEST_300, " - current doc drag position: " + fingerDocumentPosition.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - most recent drag position: " + A.S(_this._longPressMostRecentTouchDocumentPosition), _null, _null); + t1.log$4(B.Level_FINEST_300, " - is moving backward? " + isMovingBackward, _null, _null); + t1.log$4(B.Level_FINEST_300, " - is already selecting by character? " + _this._isSelectingByCharacter, _null, _null); + t1.log$4(B.Level_FINEST_300, " - reverse direction distance: " + A.S(reverseDirectionDistance), _null, _null); + if (startedMovingBackward || _this._isSelectingByCharacter) { + t1.log$4(B.Level_FINEST_300, "Selecting by character:", _null, _null); + t1.log$4(B.Level_FINEST_300, " - just started moving backward: " + startedMovingBackward, _null, _null); + t1.log$4(B.Level_FINEST_300, string$.x20__con + _this._isSelectingByCharacter, _null, _null); + selectByWord.set$finalLocalValue(false); + } else { + t1.log$4(B.Level_FINEST_300, string$.User_i, _null, _null); + selectByWord.set$finalLocalValue(true); + } + } + if (!selectByWord._readLocal$0() && !_this._isSelectingByCharacter) + if (_this._longPressSelectionDirection == null) + t1.log$4(B.Level_WARNING_900, string$.The_us, _null, _null); + else { + t1.log$4(B.Level_FINEST_300, "Switched to per-character...", _null, _null); + t3 = _this._longPressMostRecentBoundaryNodeId; + t3.toString; + t4 = _this._longPressMostRecentUpstreamWordBoundary; + t4.toString; + longPressMostRecentUpstreamWordBoundaryPosition = new A.DocumentPosition(t3, new A.TextNodePosition(t4, B.TextAffinity_1)); + t4 = _this._long_press_selection0$_docLayout; + boundaryOffsetInDocument = t4.getRectForPosition$1(longPressMostRecentUpstreamWordBoundaryPosition).get$center(); + _this._longPressCharacterSelectionXOffset = boundaryOffsetInDocument._dx - fingerDocumentOffset._dx; + t1.log$4(B.Level_FINEST_300, " - Upstream boundary position: " + longPressMostRecentUpstreamWordBoundaryPosition.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - Upstream boundary offset in document: " + boundaryOffsetInDocument.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - Touch document offset: " + fingerDocumentOffset.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - Per-character selection x-offset: " + A.S(_this._longPressCharacterSelectionXOffset), _null, _null); + focalPointDocumentPosition = t4.getDocumentPositionNearestToOffset$1(fingerDocumentOffset.$add(0, new A.Offset(_this._longPressCharacterSelectionXOffset, 0))); + t4 = t2._as(focalPointDocumentPosition.nodePosition); + t1.log$4(B.Level_FINEST_300, string$.Update, _null, _null); + t1.log$4(B.Level_FINEST_300, " - new focal point text offset: " + t4.offset, _null, _null); + } + _this._isSelectingByCharacter = !selectByWord._readLocal$0(); + newSelection = A._Cell$named("newSelection"); + if (selectByWord._readLocal$0()) { + t1.log$4(B.Level_FINEST_300, "Selecting by word...", _null, _null); + t1.log$4(B.Level_FINEST_300, " - finding word around finger position: " + fingerDocumentPosition.nodePosition.toString$0(0), _null, _null); + wordUnderFinger = A.getWordSelection(_this._long_press_selection0$_docLayout, fingerDocumentPosition); + if (wordUnderFinger == null) { + t1.log$4(B.Level_WARNING_900, string$.Long_p + fingerDocumentPosition.toString$0(0), _null, _null); + return; + } + t3 = wordUnderFinger.base; + wordSelection = A.TextSelection$(B.TextAffinity_1, t2._as(t3.nodePosition).offset, t2._as(wordUnderFinger.extent.nodePosition).offset, false); + t1.log$4(B.Level_FINEST_300, " - word selection: " + wordSelection.toString$0(0), _null, _null); + t2 = wordSelection.start; + t1.log$4(B.Level_FINEST_300, "Selected word text: '" + B.JSString_methods.substring$2(type$.TextNode._as(_this._long_press_selection0$_document._nodesById.$index(0, t3.nodeId))._text$_text.text, t2, wordSelection.end) + "'", _null, _null); + t3 = _this._long_press_selection0$_longPressInitialSelection.end; + t4 = wordUnderFinger.start; + newSelection.set$finalLocalValue(new A.DocumentSelection(t3, t4, t3, t4)); + t4 = _this._longPressMostRecentUpstreamWordBoundary; + t4.toString; + t3 = "" + t2; + t1.log$4(B.Level_FINEST_300, "Word upstream offset: " + t3 + ", long press upstream bound: " + t4, _null, _null); + if (t2 < t4) { + _this._longPressMostRecentUpstreamWordBoundary = t2; + t1.log$4(B.Level_FINEST_300, "Updating long-press most recent upstream word boundary: " + t3, _null, _null); + } + } else { + t1.log$4(B.Level_FINEST_300, "Selecting by character...", _null, _null); + t1.log$4(B.Level_FINEST_300, "Calculating the character drag position:", _null, _null); + t1.log$4(B.Level_FINEST_300, " - character drag position: " + focalPointDocumentPosition.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - long-press character x-offset: " + A.S(_this._longPressCharacterSelectionXOffset), _null, _null); + t3 = A.InspectDocumentAffinity_getAffinityBetween(_this._long_press_selection0$_document, focalPointDocumentPosition, _this._long_press_selection0$_longPressInitialSelection.end); + t4 = _this._long_press_selection0$_longPressInitialSelection; + if (t3 === B.TextAffinity_1) { + t3 = t4.end; + t3 = new A.DocumentSelection(t3, focalPointDocumentPosition, t3, focalPointDocumentPosition); + } else { + t3 = t4.start; + t3 = new A.DocumentSelection(t3, focalPointDocumentPosition, t3, focalPointDocumentPosition); + } + newSelection.set$finalLocalValue(t3); + focalPointWord = A.getWordSelection(_this._long_press_selection0$_docLayout, focalPointDocumentPosition); + if (focalPointWord != null) { + upstreamWordBoundary = t2._as(focalPointWord.start.nodePosition).offset; + t2 = _this._longPressMostRecentUpstreamWordBoundary; + t2.toString; + if (upstreamWordBoundary > t2) { + t1.log$4(B.Level_FINEST_300, "The user moved backward into another word. We're pushing back the upstream boundary from " + t2 + " to " + upstreamWordBoundary, _null, _null); + _this._longPressMostRecentUpstreamWordBoundary = upstreamWordBoundary; + } + } + } + _this._longPressMostRecentTouchDocumentPosition = fingerDocumentPosition; + _this._long_press_selection0$_select.call$1(newSelection._readLocal$0()); + }, + _onLongPressDragDownstreamOfInitialWord$3$fingerDocumentOffset$fingerDocumentPosition$focalPointDocumentPosition(fingerDocumentOffset, fingerDocumentPosition, focalPointDocumentPosition) { + var focalPointNodeId, t2, focalPointTextOffset, t3, focalPointIsBeyondMostRecentDownstreamWordBoundary, selectByWord, isMovingBackward, t4, reverseDirectionDistance, startedMovingBackward, longPressMostRecentDownstreamWordBoundaryPosition, boundaryOffsetInDocument, newSelection, wordUnderFinger, wordSelection, focalPointWord, downstreamWordBoundary, _this = this, _null = null, + t1 = $.$get$longPressSelectionLog(); + t1.log$4(B.Level_FINEST_300, "Dragging downstream from initial word.", _null, _null); + _this._longPressSelectionDirection = B.TextAffinity_1; + focalPointNodeId = focalPointDocumentPosition.nodeId; + if (focalPointNodeId !== _this._longPressMostRecentBoundaryNodeId) { + _this._longPressMostRecentBoundaryNodeId = focalPointNodeId; + type$.TextNode._as(_this._long_press_selection0$_document._nodesById.$index(0, focalPointNodeId)); + _this._longPressMostRecentDownstreamWordBoundary = 0; + } + t2 = type$.TextNodePosition; + focalPointTextOffset = t2._as(focalPointDocumentPosition.nodePosition).offset; + if (focalPointNodeId === _this._longPressMostRecentBoundaryNodeId) { + t3 = _this._longPressMostRecentDownstreamWordBoundary; + t3.toString; + focalPointIsBeyondMostRecentDownstreamWordBoundary = focalPointTextOffset > t3; + } else + focalPointIsBeyondMostRecentDownstreamWordBoundary = false; + t1.log$4(B.Level_FINEST_300, "Focal point: " + focalPointTextOffset + ", boundary: " + A.S(_this._longPressMostRecentDownstreamWordBoundary) + ", most recent touch position: " + A.S(_this._longPressMostRecentTouchDocumentPosition), _null, _null); + selectByWord = A._Cell$named("selectByWord"); + if (focalPointIsBeyondMostRecentDownstreamWordBoundary) { + t1.log$4(B.Level_FINEST_300, string$.Select, _null, _null); + t1.log$4(B.Level_FINEST_300, " - most recent boundary position: " + A.S(_this._longPressMostRecentDownstreamWordBoundary), _null, _null); + t1.log$4(B.Level_FINEST_300, " - focal point position: " + focalPointDocumentPosition.toString$0(0), _null, _null); + selectByWord.set$finalLocalValue(true); + } else { + t1.log$4(B.Level_FINEST_300, string$.Focal_, _null, _null); + t3 = _this._longPressMostRecentTouchDocumentPosition; + if (t3 != null) + if (!fingerDocumentPosition.$eq(0, t3)) { + t3 = _this._longPressMostRecentTouchDocumentPosition; + t3.toString; + t3 = A.InspectDocumentAffinity_getAffinityBetween(_this._long_press_selection0$_document, fingerDocumentPosition, t3) === B.TextAffinity_1; + isMovingBackward = t3; + } else + isMovingBackward = false; + else + isMovingBackward = false; + t3 = _this._longPressMostRecentBoundaryNodeId; + t3.toString; + t4 = _this._longPressMostRecentDownstreamWordBoundary; + t4.toString; + reverseDirectionDistance = _this._long_press_selection0$_docLayout.getRectForSelection$2(new A.DocumentPosition(t3, new A.TextNodePosition(t4, B.TextAffinity_1)), _this._long_press_selection0$_longPressInitialSelection.start).right - fingerDocumentOffset._dx; + startedMovingBackward = !_this._isSelectingByCharacter && isMovingBackward && reverseDirectionDistance > 24; + t1.log$4(B.Level_FINEST_300, " - current doc drag position: " + fingerDocumentPosition.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - most recent drag position: " + A.S(_this._longPressMostRecentTouchDocumentPosition), _null, _null); + t1.log$4(B.Level_FINEST_300, " - is moving backward? " + isMovingBackward, _null, _null); + t1.log$4(B.Level_FINEST_300, " - is already selecting by character? " + _this._isSelectingByCharacter, _null, _null); + t1.log$4(B.Level_FINEST_300, " - reverse direction distance: " + A.S(reverseDirectionDistance), _null, _null); + if (startedMovingBackward || _this._isSelectingByCharacter) { + t1.log$4(B.Level_FINEST_300, "Selecting by character:", _null, _null); + t1.log$4(B.Level_FINEST_300, " - just started moving backward: " + startedMovingBackward, _null, _null); + t1.log$4(B.Level_FINEST_300, string$.x20__con + _this._isSelectingByCharacter, _null, _null); + selectByWord.set$finalLocalValue(false); + } else { + t1.log$4(B.Level_FINEST_300, string$.User_i, _null, _null); + selectByWord.set$finalLocalValue(true); + } + } + if (!selectByWord._readLocal$0() && !_this._isSelectingByCharacter) + if (_this._longPressSelectionDirection == null) + t1.log$4(B.Level_WARNING_900, string$.The_us, _null, _null); + else { + t1.log$4(B.Level_FINEST_300, "Switched to per-character...", _null, _null); + t3 = _this._longPressMostRecentBoundaryNodeId; + t3.toString; + t4 = _this._longPressMostRecentDownstreamWordBoundary; + t4.toString; + longPressMostRecentDownstreamWordBoundaryPosition = new A.DocumentPosition(t3, new A.TextNodePosition(t4, B.TextAffinity_1)); + t4 = _this._long_press_selection0$_docLayout; + boundaryOffsetInDocument = t4.getRectForPosition$1(longPressMostRecentDownstreamWordBoundaryPosition).get$center(); + _this._longPressCharacterSelectionXOffset = boundaryOffsetInDocument._dx - fingerDocumentOffset._dx; + t1.log$4(B.Level_FINEST_300, " - Downstream boundary position: " + longPressMostRecentDownstreamWordBoundaryPosition.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - Downstream boundary offset in document: " + boundaryOffsetInDocument.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - Touch document offset: " + fingerDocumentOffset.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - Per-character selection x-offset: " + A.S(_this._longPressCharacterSelectionXOffset), _null, _null); + focalPointDocumentPosition = t4.getDocumentPositionNearestToOffset$1(fingerDocumentOffset.$add(0, new A.Offset(_this._longPressCharacterSelectionXOffset, 0))); + t4 = t2._as(focalPointDocumentPosition.nodePosition); + t1.log$4(B.Level_FINEST_300, string$.Update, _null, _null); + t1.log$4(B.Level_FINEST_300, " - new focal point text offset: " + t4.offset, _null, _null); + } + _this._isSelectingByCharacter = !selectByWord._readLocal$0(); + newSelection = A._Cell$named("newSelection"); + t3 = _this._long_press_selection0$_docLayout; + if (selectByWord._readLocal$0()) { + t1.log$4(B.Level_FINEST_300, "Selecting by word...", _null, _null); + t1.log$4(B.Level_FINEST_300, " - finger document position: " + fingerDocumentPosition.toString$0(0), _null, _null); + wordUnderFinger = A.getWordSelection(t3, fingerDocumentPosition); + if (wordUnderFinger == null) { + t1.log$4(B.Level_WARNING_900, string$.Long_p + fingerDocumentPosition.toString$0(0), _null, _null); + return; + } + t3 = wordUnderFinger.base; + wordSelection = A.TextSelection$(B.TextAffinity_1, t2._as(t3.nodePosition).offset, t2._as(wordUnderFinger.extent.nodePosition).offset, false); + t2 = wordSelection.end; + t1.log$4(B.Level_FINEST_300, "Selected word text: '" + B.JSString_methods.substring$2(type$.TextNode._as(_this._long_press_selection0$_document._nodesById.$index(0, t3.nodeId))._text$_text.text, wordSelection.start, t2) + "'", _null, _null); + t3 = _this._long_press_selection0$_longPressInitialSelection.start; + t4 = wordUnderFinger.end; + newSelection.set$finalLocalValue(new A.DocumentSelection(t3, t4, t3, t4)); + t4 = _this._longPressMostRecentDownstreamWordBoundary; + t4.toString; + t3 = "" + t2; + t1.log$4(B.Level_FINEST_300, "Word downstream offset: " + t3 + ", long press downstream bound: " + t4, _null, _null); + if (t2 > t4) { + _this._longPressMostRecentDownstreamWordBoundary = t2; + t1.log$4(B.Level_FINEST_300, "Updating long-press most recent downstream word boundary: " + t3, _null, _null); + } + } else { + t1.log$4(B.Level_FINEST_300, "Selecting by character...", _null, _null); + t1.log$4(B.Level_FINEST_300, "Calculating the character drag position:", _null, _null); + t1.log$4(B.Level_FINEST_300, " - character drag position: " + focalPointDocumentPosition.toString$0(0), _null, _null); + t1.log$4(B.Level_FINEST_300, " - long-press character x-offset: " + A.S(_this._longPressCharacterSelectionXOffset), _null, _null); + t4 = _this._long_press_selection0$_longPressInitialSelection.start; + newSelection.set$finalLocalValue(new A.DocumentSelection(t4, focalPointDocumentPosition, t4, focalPointDocumentPosition)); + focalPointWord = A.getWordSelection(t3, focalPointDocumentPosition); + if (focalPointWord != null) { + downstreamWordBoundary = t2._as(focalPointWord.end.nodePosition).offset; + t2 = _this._longPressMostRecentDownstreamWordBoundary; + t2.toString; + if (downstreamWordBoundary < t2) { + t1.log$4(B.Level_FINEST_300, "The user moved backward into another word. We're pushing back the downstream boundary from " + t2 + " to " + downstreamWordBoundary, _null, _null); + _this._longPressMostRecentDownstreamWordBoundary = downstreamWordBoundary; + } + } + } + _this._longPressMostRecentTouchDocumentPosition = fingerDocumentPosition; + _this._long_press_selection0$_select.call$1(newSelection._readLocal$0()); } }; A.AndroidFollowingMagnifier.prototype = { build$1(context) { var t1 = this.offsetFromFocalPoint; - return A.CompositedTransformFollower$(A.FractionalTranslation$(new A.AndroidMagnifyingGlass(t1, null), true, B.Offset_0), null, this.layerLink, t1, true, B.Alignment_m1_m1); + return A.CompositedTransformFollower$(A.FractionalTranslation$(new A.AndroidMagnifyingGlass(1.5, t1, null), true, B.Offset_0), B.Alignment_m1_m1, null, this.layerLink, t1, true, B.Alignment_m1_m1); } }; A.AndroidMagnifyingGlass.prototype = { build$1(context) { var _null = null; - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([new A.MagnifyingGlass(this.offsetFromFocalPoint, new A.RoundedRectangleBorder(A.BorderRadius$circular(8), B.BorderSide_8xm), B.Size_92_48, 1.5, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, A.BorderRadius$circular(8), B.List_Ept, _null, B.BoxShape_0), _null, 48, _null, _null, _null, _null, _null, 92)], type$.JSArray_Widget), _null); + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([new A.MagnifyingGlass(this.offsetFromFocalPoint, new A.RoundedRectangleBorder(A.BorderRadius$circular(8), B.BorderSide_8xm), B.Size_92_48, this.magnificationScale, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_null, _null, _null, A.BorderRadius$circular(8), B.List_Ept, _null, B.BoxShape_0), _null, 48, _null, _null, _null, _null, _null, 92)], type$.JSArray_Widget), _null); } }; A.AndroidSelectionHandle.prototype = { @@ -593797,7 +609346,7 @@ var _this = this, _null = null; switch (_this.handleType.index) { case 0: - return A.Transform$rotate(B.Alignment_0_0, -0.7853981633974483, A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_this.color, _null, _null, new A.BorderRadius(new A.Radius(10, 10), B.Radius_0_0, new A.Radius(10, 10), new A.Radius(10, 10)), _null, _null, B.BoxShape_0), _null, 20, _null, _null, _null, _null, _null, 20), _null); + return A.Transform$rotate(-0.7853981633974483, A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_this.color, _null, _null, new A.BorderRadius(new A.Radius(10, 10), B.Radius_0_0, new A.Radius(10, 10), new A.Radius(10, 10)), _null, _null, B.BoxShape_0), _null, 20, _null, _null, _null, _null, _null, 20)); case 1: return A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_this.color, _null, _null, new A.BorderRadius(new A.Radius(10, 10), B.Radius_0_0, new A.Radius(10, 10), new A.Radius(10, 10)), _null, _null, B.BoxShape_0), _null, 20, _null, _null, _null, _null, _null, 20); case 2: @@ -593817,357 +609366,108 @@ t4.push(_this._toolbar$_buildButton$2$onPressed$title(_this.onCopyPressed, "Copy")); t4.push(_this._toolbar$_buildButton$2$onPressed$title(_this.onPastePressed, "Paste")); t4.push(_this._toolbar$_buildButton$2$onPressed$title(_this.onSelectAllPressed, "Select All")); - return new A.Theme(t1, A.Material$(B.Duration_200000, true, t2, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null), B.Clip_0, t3, 1, _null, _null, _null, _null, _null, B.MaterialType_0), _null); + return new A.Theme(t1, A.Material$(B.Duration_200000, true, t2, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null), B.Clip_0, t3, 1, _this.floatingToolbarKey, _null, _null, _null, _null, B.MaterialType_0), _null); }, _toolbar$_buildButton$2$onPressed$title(onPressed, title) { var _null = null, t1 = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_0_16_0_16, _null, _null, _null, _null, _null, _null, _null); - return A.TextButton$(false, new A.Padding(B.EdgeInsets_8_0_8_0, A.Text$(title, _null, _null, _null, _null, _null, B.TextStyle_SVP1, _null, _null, _null), _null), _null, _null, onPressed, t1); + return A.TextButton$(false, new A.Padding(B.EdgeInsets_8_0_8_0, A.Text$(title, _null, _null, _null, _null, _null, B.TextStyle_SVP0, _null, _null, _null), _null), _null, _null, onPressed, t1); } }; - A.IosDocumentTouchEditingControls.prototype = { + A.IosFloatingToolbarOverlay.prototype = { createState$0() { - var _null = null, - t1 = type$.LabeledGlobalKey_State_StatefulWidget, - t2 = type$.bool; - return new A._IosDocumentTouchEditingControlsState(new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), new A.LabeledGlobalKey(_null, t1), A.ValueNotifier$(false, t2), A.ValueNotifier$(false, t2), new A.LabeledGlobalKey(_null, t1), A.ValueNotifier$(_null, type$.nullable_Offset), _null, _null, B._StateLifecycle_0); + return new A._IosFloatingToolbarOverlayState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0); }, - popoverToolbarBuilder$1(arg0) { - return this.popoverToolbarBuilder.call$1(arg0); - }, - get$document(receiver) { - return this.document; + floatingToolbarBuilder$3(arg0, arg1, arg2) { + return this.floatingToolbarBuilder.call$3(arg0, arg1, arg2); } }; - A._IosDocumentTouchEditingControlsState.prototype = { - initState$0() { - var t1, _this = this; - _this.super$State$initState(); - _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A = A.BlinkController$(_this); - t1 = _this._widget.editingController; - _this._prevCaretOffset = t1._caretTop; - t1.addListener$1(0, _this.get$_onEditingControllerChange()); - _this._widget.floatingCursorController.addListener$1(0, _this.get$_onFloatingCursorChange()); - }, - didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - t1 = oldWidget.editingController; - if (_this._widget.editingController !== t1) { - t2 = _this.get$_onEditingControllerChange(); - t1.removeListener$1(0, t2); - _this._widget.editingController.addListener$1(0, t2); - } - t1 = oldWidget.floatingCursorController; - if (_this._widget.floatingCursorController !== t1) { - t2 = _this.get$_onFloatingCursorChange(); - t1.removeListener$1(0, t2); - _this._widget.floatingCursorController.addListener$1(0, t2); - } - }, - dispose$0() { - var t1, t2, _this = this; - _this._widget.floatingCursorController.removeListener$1(0, _this.get$_onFloatingCursorChange()); - _this._widget.editingController.removeListener$1(0, _this.get$_onEditingControllerChange()); - t1 = _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = t1.__BlinkController__ticker_F; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.dispose$0(); - t1.super$ChangeNotifier$dispose(); - _this.super$__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin$dispose(); - }, - _onEditingControllerChange$0() { - var t1, t2, _this = this; - if (!J.$eq$(_this._prevCaretOffset, _this._widget.editingController._caretTop)) { - t1 = _this._widget.editingController._caretTop; - t2 = _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A; - if (t1 == null) { - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.stopBlinking$0(); - } else { - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.jumpToOpaque$0(); - } - _this._prevCaretOffset = _this._widget.editingController._caretTop; - } - }, - _onFloatingCursorChange$0() { - var t2, t3, nearestDocPosition, t4, nearestPositionRect, _this = this, - t1 = _this._widget; - if (t1.floatingCursorController._ios_document_controls$_offset == null) { - t1 = _this._floatingCursorOffset; - if (t1._change_notifier$_value != null) { - _this._isShowingFloatingCursor.set$value(0, false); - t2 = _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.startBlinking$0(); - _this._isFloatingCursorOverOrNearText.set$value(0, false); - _this._initialFloatingCursorOffset = null; - t1.set$value(0, null); - _this._floatingCursorHeight = 20; - _this._widget.onFloatingCursorStop.call$0(); - } - return; - } - t1 = t1.selection._change_notifier$_value; - if (t1 == null) - return; - if (!t1.base.$eq(0, t1.extent)) { - t1 = _this._widget; - t2 = t1.selection; - t3 = t2._change_notifier$_value; - t3.toString; - t2.set$value(0, t3.collapseDownstream$1(t1.document)); - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure(_this)); - } - t1 = _this._floatingCursorOffset; - if (t1._change_notifier$_value == null) { - _this._widget.onFloatingCursorStart.call$0(); - _this._isShowingFloatingCursor.set$value(0, true); - } - t2 = _this.___IosDocumentTouchEditingControlsState__caretBlinkController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.stopBlinking$0(); - t2 = _this._widget.editingController.__GestureEditingController__overlayController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.hideToolbar$0(); - t2 = _this._widget.editingController.__GestureEditingController__overlayController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2._isMagnifierVisible = false; - t2.notifyListeners$0(); - t2 = _this._initialFloatingCursorOffset; - if (t2 == null) { - t2 = _this._widget.editingController._caretTop.$add(0, B.Offset_m1_0); - t3 = _this._widget.editingController._caretHeight; - t3.toString; - t3 = _this._initialFloatingCursorOffset = t2.$add(0, new A.Offset(0, t3 / 2)); - t2 = t3; - } - t3 = _this._widget.floatingCursorController._ios_document_controls$_offset; - t3.toString; - t1.set$value(0, t2.$add(0, t3)); - t3 = _this._widget.documentLayout; - t2 = t1._change_notifier$_value; - t2.toString; - nearestDocPosition = t3.getDocumentPositionNearestToOffset$1(t2); - t2 = nearestDocPosition.nodePosition; - t3 = _this._widget; - t4 = _this._isFloatingCursorOverOrNearText; - if (t2 instanceof A.TextNodePosition) { - nearestPositionRect = t3.documentLayout.getRectForPosition$1(nearestDocPosition); - t2 = nearestPositionRect.bottom; - t3 = nearestPositionRect.top; - _this._floatingCursorHeight = t2 - t3; - t2 = t1._change_notifier$_value; - t2.toString; - t4.set$value(0, Math.abs(J.$sub$n(t2, new A.Offset(nearestPositionRect.left, t3)).$add(0, B.Offset_1_0)._dx) <= 30); - } else { - t2 = type$.RenderBox._as(t3.documentLayout.getComponentByNodeId$1(nearestDocPosition.nodeId)._framework$_element.get$renderObject()); - _this._floatingCursorHeight = t2.get$size(t2)._dy; - t4.set$value(0, false); - } - t2 = _this._widget.onFloatingCursorMoved; - t1 = t1._change_notifier$_value; - t1.toString; - t2.call$1(t1); - }, + A._IosFloatingToolbarOverlayState.prototype = { build$1(context) { - return new A.ListenableBuilder0(this._widget.editingController, new A._IosDocumentTouchEditingControlsState_build_closure(this), null); - }, - _buildHandles$0() { - return new A.ValueListenableBuilder(this._isFloatingCursorOverOrNearText, new A._IosDocumentTouchEditingControlsState__buildHandles_closure(this), null, null, type$.ValueListenableBuilder_bool); - }, - _buildHandleOld$3$debugColor$handleKey$handleType(debugColor, handleKey, handleType) { - var t1, t2, _this = this, - handle = A._Cell$named("handle"), - handleOffset = A._Cell$named("handleOffset"); - switch (handleType.index) { - case 0: - handleOffset.__late_helper$_value = _this._widget.editingController._caretTop.$add(0, B.Offset_m1_0); - handle.__late_helper$_value = new A.ValueListenableBuilder(_this._isShowingFloatingCursor, new A._IosDocumentTouchEditingControlsState__buildHandleOld_closure(_this), null, null, type$.ValueListenableBuilder_bool); - break; - case 1: - t1 = _this._widget.editingController; - t2 = t1._upstreamHandleOffset; - t2.toString; - t1 = t1._upstreamCaretHeight; - t1.toString; - handleOffset.__late_helper$_value = t2.$sub(0, new A.Offset(0, t1)).$add(0, B.Offset_m4_m6); - t1 = _this._widget; - t2 = t1.handleColor; - t1 = t1.editingController._upstreamCaretHeight; - t1.toString; - handle.__late_helper$_value = A.IOSSelectionHandle$upstream(4, t1, t2, handleType); - break; - case 2: - t1 = _this._widget.editingController; - t2 = t1._downstreamHandleOffset; - t2.toString; - t1 = t1._downstreamCaretHeight; - t1.toString; - handleOffset.__late_helper$_value = t2.$sub(0, new A.Offset(0, t1)).$add(0, B.Offset_m4_m6); - t1 = _this._widget; - t2 = t1.handleColor; - t1 = t1.editingController._downstreamCaretHeight; - t1.toString; - handle.__late_helper$_value = A.IOSSelectionHandle$upstream(4, t1, t2, handleType); - break; - } - t1 = handleOffset._readLocal$0(); - return _this._buildHandle$4$debugColor$handle$handleKey$handleOffset(debugColor, handle._readLocal$0(), handleKey, t1); - }, - _buildHandle$4$debugColor$handle$handleKey$handleOffset(debugColor, handle, handleKey, handleOffset) { - var _null = null, - t1 = this._widget.editingController, - t2 = handleOffset.$add(0, B.Offset_m5_0); - this._widget.toString; - return A.CompositedTransformFollower$(A.IgnorePointer$(A.Container$(_null, handle, B.Clip_0, B.Color_0, _null, _null, _null, _null, _null, _null, B.EdgeInsets_5_0_5_0, _null, _null, _null), true, _null), handleKey, t1._documentLayoutLink, t2, true, B.Alignment_m1_m1); - }, - _buildFloatingCursor$0() { - return new A.ValueListenableBuilder(this._floatingCursorOffset, new A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure(this), null, null, type$.ValueListenableBuilder_nullable_Offset); - }, - _ios_document_controls$_buildToolbar$0() { - var t2, t3, t4, _null = null, - t1 = this._widget.editingController.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = t1._toolbarTopAnchor; - t2.toString; - t3 = t1._toolbarBottomAnchor; - t3.toString; - t1 = t1._shouldDisplayToolbar; - t4 = t1 ? 1 : 0; - return new A.CustomSingleChildLayout(new A.ToolbarPositionDelegate(B.Offset_0_0, t2, t3, _null), A.IgnorePointer$(A.AnimatedOpacity$(new A.Builder(new A._IosDocumentTouchEditingControlsState__buildToolbar_closure(this), _null), B.C__Linear, B.Duration_150000, t4), !t1, _null), _null); + return new A.ListenableBuilder(new A._IosFloatingToolbarOverlayState_build_closure(this), null, this._widget.shouldShowToolbar, null); } }; - A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure.prototype = { - call$1(timeStamp) { - this.$this._onFloatingCursorChange$0(); - }, - $signature: 11 - }; - A._IosDocumentTouchEditingControlsState_build_closure.prototype = { - call$1(context) { - var t3, t4, t5, t6, _null = null, - t1 = A.InheritedModel_inheritFrom(context, _null, type$.MediaQuery).data, - t2 = this.$this; - t2._widget.toString; - t3 = A._setArrayType([t2._buildHandles$0(), t2._buildFloatingCursor$0()], type$.JSArray_Widget); - t4 = t2._widget.editingController.__GestureEditingController__overlayController_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - if (t4._shouldDisplayToolbar && t4._toolbarTopAnchor != null && t4._toolbarBottomAnchor != null) - t3.push(t2._ios_document_controls$_buildToolbar$0()); - t4 = t2._widget; - t5 = t4.magnifierFocalPointOffset; - if (t5 != null) { - t6 = t5._dx; - t5 = t5._dy; - t3.push(A.Positioned$(_null, new A.CompositedTransformTarget(t4.editingController._magnifierFocalPointLink, B.SizedBox_1_1_null_null, _null), _null, _null, t6, _null, t5, _null)); + A._IosFloatingToolbarOverlayState_build_closure.prototype = { + call$2(context, _) { + var t4, t5, t6, t7, t8, t9, t10, _null = null, + t1 = type$.MediaQuery, + t2 = A.InheritedModel_inheritFrom(context, B._MediaQueryAspect_7, t1).data, + t3 = this.$this; + t3._widget.toString; + t4 = t3._boundsKey; + t5 = A._setArrayType([], type$.JSArray_Widget); + t6 = t3._widget; + if (t6.shouldShowToolbar._change_notifier$_value) { + t6 = t6.toolbarFocalPoint; + t7 = t3._framework$_element; + t7.toString; + t7 = A.InheritedModel_inheritFrom(t7, B._MediaQueryAspect_2, t1).data; + t8 = t3._widget.toolbarFocalPoint; + t9 = t3._framework$_element; + t9.toString; + t1 = A.InheritedModel_inheritFrom(t9, B._MediaQueryAspect_2, t1).data; + t9 = t3._widget; + t9.toString; + t10 = t3._framework$_element; + t10.toString; + t5.push(A.FollowerFadeOutBeyondBoundary$(new A.WidgetFollowerBoundary(t4, t7.devicePixelRatio), A.Follower$withAligner(new A.CupertinoPopoverToolbarAligner(t4), new A.WidgetFollowerBoundary(t4, t1.devicePixelRatio), t9.floatingToolbarBuilder$3(t10, B.ValueKey_document_mobile_toolbar, t9.toolbarFocalPoint), t8, false), t6)); } - t4 = t2._widget.editingController; - t5 = t4.__GestureEditingController__overlayController_A; - t5 === $ && A.throwUnnamedLateFieldNI(); - if (t5._isMagnifierVisible) - t3.push(A.Center$(new A.IOSFollowingMagnifier(t4._magnifierFocalPointLink, B.Offset_0_m72, _null), _null, _null)); - t2._widget.toString; - return new A.Padding(new A.EdgeInsets(0, 0, 0, t1.viewInsets.bottom), A.ClipRect$(new A.SizedBox(1 / 0, 1 / 0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), _null), B.Clip_1, _null), _null); + t3._widget.toString; + return new A.Padding(new A.EdgeInsets(0, 0, 0, t2.viewInsets.bottom), A.ClipRect$(new A.SizedBox(1 / 0, 1 / 0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t5, _null), t4), B.Clip_1, _null), _null); }, - $signature: 467 + $signature: 3436 }; - A._IosDocumentTouchEditingControlsState__buildHandles_closure.prototype = { - call$3(context, isNearText, __) { - var t1, t2, handles, _null = null; - if (isNearText) - return B.SizedBox_0_0_null_null; - t1 = this.$this; - t2 = t1._widget.editingController; - if (t2._collapsedHandleOffset == null) - t2 = !(t2._upstreamHandleOffset != null && t2._downstreamHandleOffset != null); - else - t2 = false; - if (t2) { - $.$get$editorGesturesLog().log$4(B.Level_FINER_400, "Not building overlay handles because they aren't desired", _null, _null); - return B.SizedBox_0_0_null_null; - } - handles = A._Cell$named("handles"); - t2 = type$.JSArray_Widget; - if (t1._widget.editingController._collapsedHandleOffset != null) - handles.__late_helper$_value = A._setArrayType([t1._buildHandleOld$3$debugColor$handleKey$handleType(B.MaterialColor_Map_JNGTf_4280391411, t1._collapsedHandleKey, B.HandleType_0)], t2); - else - handles.__late_helper$_value = A._setArrayType([t1._buildHandleOld$3$debugColor$handleKey$handleType(B.MaterialColor_Map_JNgz5_4283215696, t1._upstreamHandleKey, B.HandleType_1), t1._buildHandleOld$3$debugColor$handleKey$handleType(B.MaterialColor_Map_JNusp_4294198070, t1._downstreamHandleKey, B.HandleType_2)], t2); - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, handles._readLocal$0(), _null); + A.FloatingCursorController0.prototype = { + dispose$0() { + var _this = this, + t1 = _this.isActive, + t2 = t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + t1 = _this.isNearText; + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + t1 = _this.cursorGeometryInViewport; + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + _this._ios_document_controls$_listeners.clear$0(0); }, - $signature: 3390 - }; - A._IosDocumentTouchEditingControlsState__buildHandleOld_closure.prototype = { - call$3(context, isShowingFloatingCursor, child) { - var t3, - t1 = this.$this, - t2 = t1.___IosDocumentTouchEditingControlsState__caretBlinkController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = isShowingFloatingCursor ? B.MaterialColor_Map_MUpTk_4288585374 : t1._widget.handleColor; - t1 = t1._widget.editingController._caretHeight; - t1.toString; - return new A.IOSCollapsedHandle(t2, t3, t1, null); - }, - $signature: 3391 - }; - A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure.prototype = { - call$3(context, floatingCursorOffset, child) { - var t1, t2, t3, _null = null; - if (floatingCursorOffset == null) - return B.SizedBox_null_null_null_null; - t1 = this.$this; - t2 = floatingCursorOffset.$sub(0, new A.Offset(0, t1._floatingCursorHeight / 2)); - t3 = t1._floatingCursorHeight; - return t1._buildHandle$4$debugColor$handle$handleKey$handleOffset(B.MaterialColor_Map_JNGTf_4280391411, A.Container$(_null, _null, B.Clip_0, A.Color$fromARGB(191, 244, 67, 54), _null, _null, _null, t3, _null, _null, _null, _null, _null, 2), t1._floatingCursorKey, t2); - }, - $signature: 3392 - }; - A._IosDocumentTouchEditingControlsState__buildToolbar_closure.prototype = { - call$1(context) { - return this.$this._widget.popoverToolbarBuilder$1(context); - }, - $signature: 52 - }; - A.IosDocumentGestureEditingController.prototype = { - removeCaret$0() { - var _this = this; - if (_this._caretTop == null) - return; - _this._caretHeight = _this._caretTop = null; - _this.notifyListeners$0(); - }, - set$collapsedHandleOffset(offset) { - if (!J.$eq$(offset, this._collapsedHandleOffset)) { - this._collapsedHandleOffset = offset; - this.notifyListeners$0(); + onStart$0(_) { + var t1, t2, t3; + this.isActive.set$value(0, true); + for (t1 = this._ios_document_controls$_listeners, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + t3 = t1._collection$_current; + (t3 == null ? t2._as(t3) : t3)._onStart.call$0(); } }, - set$upstreamHandleOffset(offset) { - if (!J.$eq$(offset, this._upstreamHandleOffset)) { - this._upstreamHandleOffset = offset; - this.notifyListeners$0(); - } - }, - set$downstreamHandleOffset(offset) { - if (!J.$eq$(offset, this._downstreamHandleOffset)) { - this._downstreamHandleOffset = offset; - this.notifyListeners$0(); - } - } - }; - A.FloatingCursorController.prototype = { - set$offset(_, newOffset) { - if (J.$eq$(newOffset, this._ios_document_controls$_offset)) + onMove$1(newOffset) { + var t1, t2, t3; + if (newOffset.$eq(0, this._ios_document_controls$_offset)) return; this._ios_document_controls$_offset = newOffset; - this.notifyListeners$0(); + for (t1 = this._ios_document_controls$_listeners, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + t3 = t1._collection$_current; + t3 = (t3 == null ? t2._as(t3) : t3)._onMove; + if (t3 != null) + t3.call$1(newOffset); + } }, - $isListenable: 1 + onStop$0() { + var t1, t2, t3; + this.isActive.set$value(0, false); + for (t1 = this._ios_document_controls$_listeners, t1 = A._LinkedHashSetIterator$(t1, t1._collection$_modifications, A._instanceType(t1)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) { + t3 = t1._collection$_current; + (t3 == null ? t2._as(t3) : t3)._onStop.call$0(); + } + }, + addListener$1(_, listener) { + this._ios_document_controls$_listeners.add$1(0, listener); + }, + removeListener$1(_, listener) { + this._ios_document_controls$_listeners.remove$1(0, listener); + } }; - A._FloatingCursorController_Object_ChangeNotifier.prototype = {}; - A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin.prototype = { + A.FloatingCursorListener.prototype = {}; + A.__IosFloatingToolbarOverlayState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { var _this = this, t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; @@ -594182,47 +609482,94 @@ this._updateTicker$0(); } }; + A.IosLongPressSelectionStrategy.prototype = { + onLongPressStart$1$tapDownDocumentOffset(tapDownDocumentOffset) { + var t2, docPosition, _null = null, + t1 = $.$get$longPressSelectionLog(); + t1.log$4(B.Level_FINE_500, "Long press start", _null, _null); + t2 = this._docLayout; + docPosition = t2.getDocumentPositionNearestToOffset$1(tapDownDocumentOffset); + if (docPosition == null) { + t1.log$4(B.Level_FINER_400, "No doc position where the user pressed", _null, _null); + return false; + } + t1 = A.getWordSelection(t2, docPosition); + this._longPressInitialSelection = t1; + t1.toString; + this._long_press_selection$_select.call$1(t1); + return true; + }, + onLongPressDragUpdate$2(fingerDocumentOffset, fingerDocumentPosition) { + var wordUnderFinger, newWordDirection, newSelection, t2, _this = this, _null = null, + t1 = $.$get$longPressSelectionLog(); + t1.log$4(B.Level_FINER_400, string$.x2d_____, _null, _null); + t1.log$4(B.Level_FINE_500, "Long press drag update", _null, _null); + if (fingerDocumentPosition == null) + return; + if (!(fingerDocumentPosition.nodePosition instanceof A.TextNodePosition)) { + _this._long_press_selection$_select.call$1(_this._longPressInitialSelection.copyWith$1$extent(fingerDocumentPosition)); + return; + } + wordUnderFinger = A.getWordSelection(_this._docLayout, fingerDocumentPosition); + if (wordUnderFinger == null) { + t1.log$4(B.Level_WARNING_900, string$.Long_p + fingerDocumentPosition.toString$0(0), _null, _null); + return; + } + if (wordUnderFinger.$eq(0, _this._longPressInitialSelection)) { + t1 = _this._longPressInitialSelection; + t1.toString; + _this._long_press_selection$_select.call$1(t1); + return; + } + t1 = wordUnderFinger.start; + newWordDirection = A.InspectDocumentAffinity_getAffinityBetween(_this._long_press_selection$_document, t1, _this._longPressInitialSelection.start); + newSelection = A._Cell$named("newSelection"); + t2 = _this._longPressInitialSelection; + if (newWordDirection === B.TextAffinity_1) { + t2 = t2.end; + newSelection.set$finalLocalValue(new A.DocumentSelection(t1, t2, t1, t2)); + } else { + t1 = t2.start; + t2 = wordUnderFinger.end; + newSelection.set$finalLocalValue(new A.DocumentSelection(t1, t2, t1, t2)); + } + _this._long_press_selection$_select.call$1(newSelection._readLocal$0()); + } + }; A.IOSFollowingMagnifier.prototype = { build$1(context) { var t1 = this.offsetFromFocalPoint; - return A.CompositedTransformFollower$(A.FractionalTranslation$(A._roundedRectangleMagnifierBuilder(context, t1), true, B.Offset_0), null, this.layerLink, t1, true, B.Alignment_m1_m1); + return A.Follower$withOffset(A._roundedRectangleMagnifierBuilder(context, t1, this.magnifierKey), B.Alignment_0_1, B.Alignment_0_m1, this.leaderLink, t1); } }; A.IOSRoundedRectangleMagnifyingGlass.prototype = { build$1(context) { var _null = null; - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([new A.MagnifyingGlass(this.offsetFromFocalPoint, B.RoundedRectangleBorder_27D5, B.Size_72_48, 1, _null), A.Container$(_null, _null, B.Clip_0, _null, _null, B.ShapeDecoration_Cb0, _null, 48, _null, _null, _null, _null, _null, 72)], type$.JSArray_Widget), _null); + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Container$(_null, _null, B.Clip_0, _null, _null, B.ShapeDecoration_Cb0, _null, 48, _null, _null, _null, _null, _null, 72), new A.MagnifyingGlass(this.offsetFromFocalPoint, B.RoundedRectangleBorder_27D8, B.Size_72_48, 1.5, _null)], type$.JSArray_Widget), _null); } }; A.IOSSelectionHandle.prototype = { build$1(context) { - var verticalOffset, ballDiameter, t2, verticalOffset0, t3, _this = this, _null = null, + var t2, ballDiameter, t3, t4, _this = this, _null = null, t1 = _this.handleType; switch (t1.index) { case 1: case 2: - verticalOffset = _this.ballRadius; - ballDiameter = verticalOffset * 2; - t2 = t1 === B.HandleType_1; - verticalOffset0 = t2 ? -verticalOffset : verticalOffset; + t2 = _this.ballRadius; + ballDiameter = t2 * 2; t3 = A._setArrayType([], type$.JSArray_Widget); - if (t2) + if (t1 === B.HandleType_1) t3.push(A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(_this.color, _null, _null, _null, _null, _null, B.BoxShape_1), _null, ballDiameter, _null, _null, _null, _null, _null, ballDiameter)); - t2 = _this.color; - t3.push(A.Container$(_null, _null, B.Clip_0, t2, _null, _null, _null, _this.caretHeight + verticalOffset, _null, _null, _null, _null, _null, 2)); + t4 = _this.color; + t3.push(A.Container$(_null, _null, B.Clip_0, t4, _null, _null, _null, _this.caretHeight + t2, _null, _null, _null, _null, _null, 2)); if (t1 === B.HandleType_2) - t3.push(A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(t2, _null, _null, _null, _null, _null, B.BoxShape_1), _null, ballDiameter, _null, _null, _null, _null, _null, ballDiameter)); - return A.Transform$translate(A.Column$(t3, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), new A.Offset(0, verticalOffset0)); + t3.push(A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(t4, _null, _null, _null, _null, _null, B.BoxShape_1), _null, ballDiameter, _null, _null, _null, _null, _null, ballDiameter)); + return A.Column$(t3, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); default: throw A.wrapException(A.Exception_Exception("Bad handle type: " + t1.toString$0(0))); } } }; - A.IOSCollapsedHandle.prototype = { - build$1(context) { - return A.BlinkingCaret$(B.BorderRadius_tLn0, this.caretHeight, B.Offset_0_0, this.color, this.controller, false, true, 2); - } - }; A.IOSTextEditingFloatingToolbar.prototype = { build$1(context) { var t5, _this = this, _null = null, @@ -594236,12 +609583,48 @@ t5.push(_this._buildButton$2$onPressed$title(_this.onCutPressed, "Cut")); t5.push(_this._buildButton$2$onPressed$title(_this.onCopyPressed, "Copy")); t5.push(_this._buildButton$2$onPressed$title(_this.onPastePressed, "Paste")); - return new A.Theme(t1, new A.CupertinoPopoverToolbar(new A.StationaryMenuFocalPoint(_this.focalPoint), t3, 39, 8, t4, t2, t5, _null), _null); + return new A.Theme(t1, new A.CupertinoPopoverToolbar(new A.LeaderMenuFocalPoint(_this.focalPoint), t3, 39, 8, t4, t2, t5, _this.floatingToolbarKey), _null); }, _buildButton$2$onPressed$title(onPressed, title) { var _null = null, t1 = A.TextButton_styleFrom(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, B.Size_48_0, B.EdgeInsets_0_0_0_0, _null, _null, _null, B.C__NoSplashFactory, B.MaterialTapTargetSize_1, _null, _null); - return A.TextButton$(false, new A.Padding(B.EdgeInsets_12_0_12_0, A.Text$(title, _null, _null, _null, _null, _null, B.TextStyle_LxF0, _null, _null, _null), _null), _null, _null, onPressed, t1); + return A.TextButton$(false, new A.Padding(B.EdgeInsets_12_0_12_0, A.Text$(title, _null, _null, _null, _null, _null, B.TextStyle_LxF1, _null, _null, _null), _null), _null, _null, onPressed, t1); + } + }; + A.disabledMacIntents_closure.prototype = { + call$1(e) { + return e instanceof A.ActivateIntent; + }, + $signature: 3437 + }; + A._PreventPrioritizedIntentsFromBubblingUp.prototype = { + consumesKey$1(intent) { + return false; + }, + invoke$1(intent) { + }, + isEnabled$1(_, intent) { + var t1, _i, candidateIntent, t2, candidateAction, + $focus = $.WidgetsBinding__instance.WidgetsBinding__buildOwner.focusManager._primaryFocus; + if ($focus == null || $focus._context == null) + return false; + for (t1 = type$.Intent, _i = 0; _i < 2; ++_i) { + candidateIntent = B.List_UOM[_i]; + t2 = $focus._context; + t2.toString; + candidateAction = A.Actions_maybeFind(t2, candidateIntent, t1); + if (candidateAction != null && this._isActionEnabled$3(candidateAction, candidateIntent, null)) { + if (this.intentFilter.call$1(candidateIntent)) + return true; + return false; + } + } + return false; + }, + _isActionEnabled$3(action, intent, context) { + if (action instanceof A.ContextAction) + return action.isEnabled$2(0, intent, context); + return action.isEnabled$1(0, intent); } }; A.MagnifierAndToolbarController.prototype = { @@ -594250,20 +609633,6 @@ this._isMagnifierVisible = true; this.notifyListeners$0(); }, - positionToolbar$2$bottomAnchor$topAnchor(bottomAnchor, topAnchor) { - var _this = this; - if (!topAnchor.$eq(0, _this._toolbarTopAnchor) || !bottomAnchor.$eq(0, _this._toolbarBottomAnchor)) { - _this._toolbarTopAnchor = topAnchor; - _this._toolbarBottomAnchor = bottomAnchor; - _this.notifyListeners$0(); - } - }, - toggleToolbar$0() { - if (this._shouldDisplayToolbar) - this.hideToolbar$0(); - else - this.showToolbar$0(); - }, showToolbar$0() { var _this = this; if (_this._shouldDisplayToolbar) @@ -594281,29 +609650,6 @@ }, $isListenable: 1 }; - A.GestureEditingController.prototype = { - dispose$0() { - var t1 = this.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.removeListener$1(0, this.get$_toolbarChanged()); - this.super$ChangeNotifier$dispose(); - }, - set$overlayController(value) { - var t2, - t1 = this.__GestureEditingController__overlayController_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - if (t1 !== value) { - t2 = this.get$_toolbarChanged(); - t1.removeListener$1(0, t2); - this.__GestureEditingController__overlayController_A = value; - value.addListener$1(0, t2); - } - }, - _toolbarChanged$0() { - this.notifyListeners$0(); - }, - $isListenable: 1 - }; A.DragHandleAutoScroller.prototype = { dispose$0() { var t1 = this._mobile_documents$_autoScroller.__AutoScroller__ticker_A; @@ -594314,10 +609660,9 @@ var scrollPosition, t2, t3, t4, t5, _null = null, t1 = $.$get$editorGesturesLog(); t1.log$4(B.Level_FINE_500, "Ensuring content offset is visible in scrollable: " + offsetInViewport.toString$0(0), _null, _null); - scrollPosition = this._getScrollPosition.call$0(); + scrollPosition = this._mobile_documents$_getScrollPosition.call$0(); t2 = scrollPosition._pixels; t2.toString; - t1.log$4(B.Level_FINE_500, "Current scroll offset: " + A.S(t2), _null, _null); t3 = offsetInViewport._dy; t4 = this._dragAutoScrollBoundary; t5 = t4.leading; @@ -594333,32 +609678,62 @@ t1 = scrollPosition._maxScrollExtent; t1.toString; if (t2 < t1) - scrollPosition.jumpTo$1(t2 + (t3 - (J.get$size$x(t5.call$0())._dy - t4))); + scrollPosition.jumpTo$1(t2 + (t3 + t4 - J.get$size$x(t5.call$0())._dy)); } } }, updateAutoScrollHandleMonitoring$1$dragEndInViewport(dragEndInViewport) { - var _null = null, + var t4, t5, t6, _this = this, _null = null, t1 = dragEndInViewport._dy, - t2 = this._dragAutoScrollBoundary, - t3 = t2.leading, - t4 = this._mobile_documents$_autoScroller; + t2 = _this._dragAutoScrollBoundary, + t3 = t2.leading; if (t1 < t3) { - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Metrics say we should try to scroll up", _null, _null); - t4.startScrollingUp$1(B.JSNumber_methods.clamp$2(1 - B.JSNumber_methods.clamp$2(t1, 0, t3) / t3, 0, 1)); + t4 = _this._mobile_documents$_getScrollPosition; + t5 = t4.call$0()._pixels; + t5.toString; + t4 = t4.call$0()._minScrollExtent; + t4.toString; + t4 = t5 > t4; } else - t4.stopScrollingUp$0(); - t3 = this._getViewportBox; + t4 = false; + t5 = _this._mobile_documents$_autoScroller; + if (t4) { + $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Metrics say we should try to scroll up", _null, _null); + t5.startScrollingUp$1(B.JSNumber_methods.clamp$2(1 - B.JSNumber_methods.clamp$2(t1, 0, t3) / t3, 0, 1)); + } else + t5.stopScrollingUp$0(); + t3 = _this._getViewportBox; t2 = t2.trailing; if (J.get$size$x(t3.call$0())._dy - t1 < t2) { - $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Metrics say we should try to scroll down", _null, _null); - t4.startScrollingDown$1(1 - B.JSNumber_methods.clamp$2(J.get$size$x(t3.call$0())._dy - t1, 0, t2) / t2); + t4 = _this._mobile_documents$_getScrollPosition; + t6 = t4.call$0()._pixels; + t6.toString; + t4 = t4.call$0()._maxScrollExtent; + t4.toString; + t4 = t6 < t4; } else - t4.stopScrollingDown$0(); + t4 = false; + if (t4) { + $.$get$editorGesturesLog().log$4(B.Level_FINEST_300, "Metrics say we should try to scroll down", _null, _null); + t5.startScrollingDown$1(1 - B.JSNumber_methods.clamp$2(J.get$size$x(t3.call$0())._dy - t1, 0, t2) / t2); + } else + t5.stopScrollingDown$0(); + }, + _mobile_documents$_getScrollPosition$0() { + return this._mobile_documents$_getScrollPosition.call$0(); } }; - A._GestureEditingController_Object_ChangeNotifier.prototype = {}; A._MagnifierAndToolbarController_Object_ChangeNotifier.prototype = {}; + A.SuperEditorPopover.prototype = { + build$1(context) { + return A.Actions$($.$get$disabledMacIntents(), new A.FocusWithCustomParent(this.child, this.popoverFocusNode, this.editorFocusNode, null, null)); + } + }; + A.SignalNotifier.prototype = { + notifyListeners$0() { + this.super$ChangeNotifier$notifyListeners(); + } + }; A.CharacterMovement__moveOffsetByWord_closure.prototype = { call$1(char) { var t1 = this._box_0, @@ -594366,21 +609741,21 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 12 + $signature: 11 }; A.CharacterMovement__moveOffsetByWord_closure0.prototype = { call$1(char) { var t1 = $.$get$_separatorRegex(); return t1._nativeRegExp.test(char); }, - $signature: 12 + $signature: 11 }; A.CharacterMovement__moveOffsetByWord_closure1.prototype = { call$1(char) { var t1 = $.$get$_separatorRegex(); return !t1._nativeRegExp.test(char); }, - $signature: 12 + $signature: 11 }; A.CharacterMovement__moveOffsetByCharacter_closure.prototype = { call$1(char) { @@ -594389,7 +609764,97 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 12 + $signature: 11 + }; + A.TextInputSource.prototype = { + _enumToString$0() { + return "TextInputSource." + this._core$_name; + } + }; + A.ToolbarPositionDelegate.prototype = { + getPositionForChild$2(size, childSize) { + var t4, desiredTopLeft, x, constrainedOffset, _null = null, + t1 = childSize._dy, + t2 = this.textFieldGlobalOffset, + desiredAnchor = this.desiredTopAnchorInTextField, + t3 = t2._dy + desiredAnchor._dy, + fitsAboveTextField = t3 > t1 + 24 + 0; + desiredAnchor = fitsAboveTextField ? desiredAnchor : this.desiredBottomAnchorInTextField.$add(0, new A.Offset(0, t1)); + t4 = childSize._dx; + desiredTopLeft = desiredAnchor.$sub(0, new A.Offset(t4 / 2, t1)).$add(0, t2); + x = Math.max(desiredTopLeft._dx, 0); + constrainedOffset = new A.Offset(Math.min(x, size._dx - t4 - 0), desiredTopLeft._dy); + t1 = $.$get$_log13(); + t1.log$4(B.Level_FINER_400, "ToolbarPositionDelegate:", _null, _null); + t1.log$4(B.Level_FINER_400, " - available space: " + size.toString$0(0), _null, _null); + t1.log$4(B.Level_FINER_400, " - child size: " + childSize.toString$0(0), _null, _null); + t1.log$4(B.Level_FINER_400, " - text field offset: " + t2.toString$0(0), _null, _null); + t1.log$4(B.Level_FINER_400, " - ideal y-position: " + A.S(t3), _null, _null); + t1.log$4(B.Level_FINER_400, " - fits above text field: " + fitsAboveTextField, _null, _null); + t1.log$4(B.Level_FINER_400, " - desired anchor: " + desiredAnchor.toString$0(0), _null, _null); + t1.log$4(B.Level_FINER_400, " - desired top left: " + desiredTopLeft.toString$0(0), _null, _null); + t1.log$4(B.Level_FINER_400, " - actual offset: " + constrainedOffset.toString$0(0), _null, _null); + return constrainedOffset; + }, + shouldRelayout$1(oldDelegate) { + return true; + } + }; + A.HandleType.prototype = { + _enumToString$0() { + return "HandleType." + this._core$_name; + } + }; + A.ToolbarConfig.prototype = {}; + A.ViewportBoundsReporter.prototype = { + createRenderObject$1(context) { + var t1 = new A.RenderViewportBoundsReporter(null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.set$child(null); + t1.__RenderViewportBoundsReporter_viewportOuterConstraints_A = this.viewportOuterConstraints; + return t1; + }, + updateRenderObject$2(context, renderObject) { + renderObject.__RenderViewportBoundsReporter_viewportOuterConstraints_A = this.viewportOuterConstraints; + } + }; + A.RenderViewportBoundsReporter.prototype = { + performLayout$0() { + var t2, t3, _this = this, + t1 = _this.__RenderViewportBoundsReporter_viewportOuterConstraints_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = type$.BoxConstraints; + t3 = t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth < 1 / 0 ? t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth : 0; + t1.set$value(0, new A.BoxConstraints(t3, 1 / 0, t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxHeight < 1 / 0 ? t2._as(A.RenderObject.prototype.get$constraints.call(_this)).maxHeight : 0, 1 / 0)); + t1 = _this.RenderObjectWithChildMixin__child; + t1.toString; + t1.layout$2$parentUsesSize(t2._as(A.RenderObject.prototype.get$constraints.call(_this)), true); + t2 = _this.RenderObjectWithChildMixin__child; + _this._box$_size = t2.get$size(t2); + } + }; + A.ViewportBoundsReplicator.prototype = { + createRenderObject$1(context) { + var t1 = new A.RenderViewportBoundsReplicator(null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.set$child(null); + t1.__RenderViewportBoundsReplicator_viewportOuterConstraints_A = this.viewportOuterConstraints; + return t1; + }, + updateRenderObject$2(context, renderObject) { + renderObject.__RenderViewportBoundsReplicator_viewportOuterConstraints_A = this.viewportOuterConstraints; + } + }; + A.RenderViewportBoundsReplicator.prototype = { + performLayout$0() { + var childConstraints, _this = this, + t1 = _this.__RenderViewportBoundsReplicator_viewportOuterConstraints_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + childConstraints = t1._change_notifier$_value.enforce$1(type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this))); + _this.RenderObjectWithChildMixin__child.layout$2$parentUsesSize(childConstraints, true); + t1 = _this.RenderObjectWithChildMixin__child; + _this._box$_size = t1.get$size(t1); + } }; A.AndroidEditingOverlayControls.prototype = { createState$0() { @@ -594401,11 +609866,17 @@ } }; A._AndroidEditingOverlayControlsState.prototype = { + get$_shouldShowCollapsedHandle() { + var t1 = this._widget.editingController.textController._realController.get$selection(); + return t1.start === t1.end && !this.__editing_controls0$_isDraggingBase && !this.__editing_controls0$_isDraggingExtent; + }, initState$0() { var _this = this; _this.super$State$initState(); $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); _this._widget.editingController.textController.addListener$1(0, _this.get$__editing_controls0$_rebuildOnNextFrame()); + if (_this.get$_shouldShowCollapsedHandle()) + A.Frames_onNextFrame(_this, new A._AndroidEditingOverlayControlsState_initState_closure(_this)); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; @@ -594415,6 +609886,8 @@ t2 = _this.get$__editing_controls0$_rebuildOnNextFrame(); t1.textController.removeListener$1(0, t2); _this._widget.editingController.textController.addListener$1(0, t2); + if (_this.get$_shouldShowCollapsedHandle()) + A.Frames_onNextFrame(_this, new A._AndroidEditingOverlayControlsState_didUpdateWidget_closure(_this)); } }, dispose$0() { @@ -594424,14 +609897,14 @@ _this.super$State$dispose(); }, didChangeMetrics$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidEditingOverlayControlsState_didChangeMetrics_closure(this)); + A.Frames_scheduleBuildAfterBuild(this, null); }, __editing_controls0$_rebuildOnNextFrame$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure(this)); + A.Frames_scheduleBuildAfterBuild(this, new A._AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure(this)); }, - __editing_controls0$_onCollapsedPanStart$1(details) { + _onCollapsedPanStart$1(details) { var t1, globalOffsetInMiddleOfLine, t2, _this = this; - $.$get$_log12().log$4(B.Level_FINE_500, "_onCollapsedPanStart", null, null); + $.$get$_log6().log$4(B.Level_FINE_500, "_onCollapsedPanStart", null, null); t1 = _this._widget.editingController; t1._isToolbarVisible = false; t1.notifyListeners$0(); @@ -594447,7 +609920,7 @@ }, __editing_controls0$_onBasePanStart$1(details) { var globalOffsetInMiddleOfLine, t2, t3, t4, t5, _this = this, _null = null, - t1 = $.$get$_log12(); + t1 = $.$get$_log6(); t1.log$4(B.Level_FINE_500, "_onBasePanStart", _null, _null); globalOffsetInMiddleOfLine = _this._getGlobalOffsetOfMiddleOfLine$1(_this._widget.editingController.textController._realController.get$selection().get$base()); t2 = details.globalPosition; @@ -594471,7 +609944,7 @@ }, __editing_controls0$_onExtentPanStart$1(details) { var t1, t2, t3, t4, _this = this; - $.$get$_log12().log$4(B.Level_FINE_500, "_onExtentPanStart", null, null); + $.$get$_log6().log$4(B.Level_FINE_500, "_onExtentPanStart", null, null); t1 = details.globalPosition; _this._touchHandleOffsetFromLineOfText = _this._getGlobalOffsetOfMiddleOfLine$1(_this._widget.editingController.textController._realController.get$selection().get$extent()).$sub(0, t1); t2 = _this._widget.editingController; @@ -594490,7 +609963,7 @@ }, __editing_controls0$_onPanUpdate$1(details) { var t2, t3, t4, t5, _this = this, _null = null, - t1 = $.$get$_log12(); + t1 = $.$get$_log6(); t1.log$4(B.Level_FINE_500, "_onPanUpdate", _null, _null); t2 = _this.__editing_controls0$_globalDragOffset = details.globalPosition; t1.log$4(B.Level_FINE_500, " - global offset: " + t2.toString$0(0), _null, _null); @@ -594507,7 +609980,7 @@ _this.setState$1(new A._AndroidEditingOverlayControlsState__onPanUpdate_closure(_this, details)); }, __editing_controls0$_updateSelectionForNewDragHandleLocation$0() { - var t2, textOffset, textLayout, _this = this, + var t2, textOffset, _this = this, t1 = _this._widget.textContentKey, textBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()); t1 = _this.__editing_controls0$_globalDragOffset; @@ -594515,31 +609988,30 @@ t2 = _this._touchHandleOffsetFromLineOfText; t2.toString; textOffset = textBox.globalToLocal$1(t1.$add(0, t2)); - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - textLayout = type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout(); + t2 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey); + t2.toString; if (_this._isDraggingCollapsed) - _this._widget.editingController.textController._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, textLayout.getPositionNearestToOffset$1(textOffset).offset)); + _this._widget.editingController.textController._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t2.getPositionNearestToOffset$1(textOffset).offset)); else if (_this.__editing_controls0$_isDraggingBase) { - $.$get$_log12().log$4(B.Level_FINE_500, "Dragging base. New offset: " + textLayout.getPositionNearestToOffset$1(textOffset).offset, null, null); + $.$get$_log6().log$4(B.Level_FINE_500, "Dragging base. New offset: " + t2.getPositionNearestToOffset$1(textOffset).offset, null, null); t1 = _this._widget.editingController.textController._realController; - t1.set$selection(t1.get$selection().copyWith$1$baseOffset(textLayout.getPositionNearestToOffset$1(textOffset).offset)); + t1.set$selection(t1.get$selection().copyWith$1$baseOffset(t2.getPositionNearestToOffset$1(textOffset).offset)); } else if (_this.__editing_controls0$_isDraggingExtent) { t1 = _this._widget.editingController.textController._realController; - t1.set$selection(t1.get$selection().copyWith$1$extentOffset(textLayout.getPositionNearestToOffset$1(textOffset).offset)); + t1.set$selection(t1.get$selection().copyWith$1$extentOffset(t2.getPositionNearestToOffset$1(textOffset).offset)); } }, __editing_controls0$_onPanEnd$1(details) { - $.$get$_log12().log$4(B.Level_FINE_500, "_onPanEnd", null, null); + $.$get$_log6().log$4(B.Level_FINE_500, "_onPanEnd", null, null); this.__editing_controls0$_onHandleDragEnd$0(); }, __editing_controls0$_onPanCancel$0() { - $.$get$_log12().log$4(B.Level_FINE_500, "_onPanCancel", null, null); + $.$get$_log6().log$4(B.Level_FINE_500, "_onPanCancel", null, null); this.__editing_controls0$_onHandleDragEnd$0(); }, __editing_controls0$_onHandleDragEnd$0() { var _this = this; - $.$get$_log12().log$4(B.Level_FINE_500, "_onHandleDragEnd()", null, null); + $.$get$_log6().log$4(B.Level_FINE_500, "_onHandleDragEnd()", null, null); _this._widget.textScrollController.stopScrolling$0(); _this._widget.textScrollController.removeListener$1(0, _this.get$__editing_controls0$_updateSelectionForNewDragHandleLocation()); _this.setState$1(new A._AndroidEditingOverlayControlsState__onHandleDragEnd_closure(_this)); @@ -594552,12 +610024,10 @@ return t2._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).globalToLocal$1(globalOffset); }, _getGlobalOffsetOfMiddleOfLine$1(position) { - var textLayout, extentOffsetInText, extentLineHeight, t2, - t1 = this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - textLayout = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); - extentOffsetInText = textLayout.getOffsetAtPosition$1(position); - t1 = textLayout.getCharacterBox$1(position); + var extentLineHeight, t2, + textLayout = A.RenderSuperTextLayout_textLayoutFrom(this._widget.textContentKey.get$currentState()._textLayoutKey), + extentOffsetInText = textLayout.getOffsetAtPosition$1(position), + t1 = textLayout.getCharacterBox$1(position); if (t1 == null) extentLineHeight = null; else { @@ -594570,15 +610040,52 @@ t1 = this._widget.textContentKey; return A.MatrixUtils_transformPoint(type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).getTransformTo$1(0, null), extentOffsetInText).$add(0, new A.Offset(0, extentLineHeight / 2)); }, + _updateOffsetForCollapsedHandle$0() { + var _this = this, + offset = _this._computeOffsetForCollapsedHandle$0(); + if (offset == null) { + A.Frames_onNextFrame(_this, new A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure(_this)); + return; + } + _this.setState$1(new A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure0(_this, offset)); + }, + _computeOffsetForCollapsedHandle$0() { + var extentHandleOffsetInText, t2, extentLineHeight, t3, _this = this, _null = null, + extentTextPosition = _this._widget.editingController.textController._realController.get$selection().get$extent(), + t1 = $.$get$_log6(); + t1.log$4(B.Level_FINER_400, "Collapsed handle text position: " + extentTextPosition.toString$0(0), _null, _null); + extentHandleOffsetInText = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(extentTextPosition); + t1.log$4(B.Level_FINER_400, "Collapsed handle text offset: " + extentHandleOffsetInText.toString$0(0), _null, _null); + if (extentHandleOffsetInText.$eq(0, B.Offset_0_0) && extentTextPosition.offset !== 0) + return _null; + t2 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getCharacterBox$1(extentTextPosition); + if (t2 == null) + extentLineHeight = _null; + else { + t3 = t2.top; + t3 = t2.bottom - t3; + extentLineHeight = t3; + } + if (extentLineHeight == null) + extentLineHeight = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).get$estimatedLineHeight(); + t2 = _this._widget.editingController.textController._realController; + if (t2.get$text(t2).text.length === 0) + extentLineHeight = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getLineHeightAtPosition$1(extentTextPosition); + if (extentLineHeight === 0) { + t1.log$4(B.Level_FINER_400, "Not building collapsed handle because the text layout reported a zero line-height", _null, _null); + return _null; + } + return extentHandleOffsetInText.$add(0, new A.Offset(0, extentLineHeight)); + }, build$1(context) { if (context.get$renderObject() == null) { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidEditingOverlayControlsState_build_closure(this)); + A.Frames_scheduleBuildAfterBuild(this, null); return B.SizedBox_null_null_null_null; } - return new A.MultiListenableBuilder(A.LinkedHashSet_LinkedHashSet$_literal([this._widget.editingController], type$.Listenable), new A._AndroidEditingOverlayControlsState_build_closure0(this), null); + return new A.MultiListenableBuilder(A.LinkedHashSet_LinkedHashSet$_literal([this._widget.editingController], type$.Listenable), new A._AndroidEditingOverlayControlsState_build_closure(this), null); }, __editing_controls0$_buildToolbar$0() { - var t1, t2, t3, textOffset, globalOffset, extentOffsetInViewport, lineHeight, toolbarBottomAnchor, selectionBoxes, selectionBounds, i, textFieldGlobalOffset, _this = this, _null = null, _box_0 = {}; + var t1, t2, textOffset, globalOffset, extentOffsetInViewport, lineHeight, toolbarBottomAnchor, selectionBoxes, selectionBounds, i, t3, textFieldGlobalOffset, _this = this, _null = null, _box_0 = {}; if (_this._widget.editingController.textController._realController.get$selection().extentOffset < 0) return B.SizedBox_null_null_null_null; t1 = _this._widget.editingController; @@ -594586,27 +610093,24 @@ return B.SizedBox_null_null_null_null; _box_0.toolbarTopAnchor = null; t1 = t1.textController._realController.get$selection(); - t2 = type$.ProseTextBlock; - t3 = _this._widget; + t2 = _this._widget; if (t1.start === t1.end) { - t1 = t3.editingController.textController._realController.get$selection().get$extent(); - t3 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - textOffset = t2._as(t3.get$currentState()).get$textLayout().getOffsetAtPosition$1(t1); + t1 = t2.editingController.textController._realController.get$selection().get$extent(); + textOffset = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(t1); t1 = _this._widget.textContentKey; - t3 = type$.RenderBox; - globalOffset = A.MatrixUtils_transformPoint(t3._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).getTransformTo$1(0, _null), textOffset); + t2 = type$.RenderBox; + globalOffset = A.MatrixUtils_transformPoint(t2._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).getTransformTo$1(0, _null), textOffset); t1 = _this._widget.textFieldKey; - extentOffsetInViewport = t3._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).globalToLocal$1(globalOffset); - t1 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - lineHeight = t2._as(t1.get$currentState()).get$textLayout().getLineHeightAtPosition$1(_this._widget.editingController.textController._realController.get$selection().get$extent()); + extentOffsetInViewport = t2._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).globalToLocal$1(globalOffset); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey); + t1.toString; + lineHeight = t1.getLineHeightAtPosition$1(_this._widget.editingController.textController._realController.get$selection().get$extent()); _box_0.toolbarTopAnchor = extentOffsetInViewport.$sub(0, B.Offset_0_24); toolbarBottomAnchor = extentOffsetInViewport.$add(0, new A.Offset(0, lineHeight)).$add(0, B.Offset_0_24); } else { - t1 = t3.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - selectionBoxes = t2._as(t1.get$currentState()).get$textLayout().getBoxesForSelection$1(_this._widget.editingController.textController._realController.get$selection()); + t1 = A.RenderSuperTextLayout_textLayoutFrom(t2.textContentKey.get$currentState()._textLayoutKey); + t1.toString; + selectionBoxes = t1.getBoxesForSelection$1(_this._widget.editingController.textController._realController.get$selection()); t1 = B.JSArray_methods.get$first(selectionBoxes); selectionBounds = new A.Rect(t1.left, t1.top, t1.right, t1.bottom); for (i = 1; i < selectionBoxes.length; ++i) { @@ -594629,7 +610133,7 @@ t1 = _box_0.toolbarTopAnchor; t2 = _this._widget.editingController._isToolbarVisible; t3 = t2 ? 1 : 0; - return new A.CustomSingleChildLayout(new A.ToolbarPositionDelegate(textFieldGlobalOffset, t1, toolbarBottomAnchor, _null), A.IgnorePointer$(A.AnimatedOpacity$(new A.Builder(new A._AndroidEditingOverlayControlsState__buildToolbar_closure(_box_0, _this, textFieldGlobalOffset), _null), B.C__Linear, B.Duration_150000, t3), !t2, _null), _null); + return new A.CustomSingleChildLayout(new A.ToolbarPositionDelegate(textFieldGlobalOffset, t1, toolbarBottomAnchor), A.IgnorePointer$(A.AnimatedOpacity$(new A.Builder(new A._AndroidEditingOverlayControlsState__buildToolbar_closure(_box_0, _this, textFieldGlobalOffset), _null), B.C__Linear, B.Duration_150000, t3), !t2, _null), _null); }, __editing_controls0$_buildDraggableOverlayHandles$0() { var _this = this, @@ -594637,104 +610141,53 @@ if (!t1._areHandlesVisible) return A._setArrayType([], type$.JSArray_Widget); if (t1.textController._realController.get$selection().extentOffset < 0) { - $.$get$_log12().log$4(B.Level_FINER_400, string$.Not_buo, null, null); + $.$get$_log6().log$4(B.Level_FINER_400, "Not building overlay handles because there is no selection", null, null); return A._setArrayType([], type$.JSArray_Widget); } - t1 = _this._widget.editingController.textController._realController.get$selection(); - if (t1.start === t1.end && !_this.__editing_controls0$_isDraggingBase && !_this.__editing_controls0$_isDraggingExtent) + if (_this.get$_shouldShowCollapsedHandle()) return A._setArrayType([_this._buildCollapsedHandle$0()], type$.JSArray_Widget); else return _this._buildExpandedHandles$0(); }, _buildCollapsedHandle$0() { - var t2, t3, extentHandleOffsetInText, extentLineHeight, t4, _this = this, _null = null, - extentTextPosition = _this._widget.editingController.textController._realController.get$selection().get$extent(), - t1 = $.$get$_log12(); - t1.log$4(B.Level_FINER_400, "Collapsed handle text position: " + extentTextPosition.toString$0(0), _null, _null); - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = type$.ProseTextBlock; - extentHandleOffsetInText = t3._as(t2.get$currentState()).get$textLayout().getOffsetAtPosition$1(extentTextPosition); - t1.log$4(B.Level_FINER_400, "Collapsed handle text offset: " + extentHandleOffsetInText.toString$0(0), _null, _null); - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t3._as(t2.get$currentState()).get$textLayout().getCharacterBox$1(extentTextPosition); - if (t2 == null) - extentLineHeight = _null; - else { - t4 = t2.top; - t4 = t2.bottom - t4; - extentLineHeight = t4; - } - if (extentLineHeight == null) { - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - extentLineHeight = t3._as(t2.get$currentState()).get$textLayout().get$estimatedLineHeight(); - } - t2 = _this._widget.editingController.textController._realController; - if (t2.get$text(t2).text.length === 0) { - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - extentLineHeight = t3._as(t2.get$currentState()).get$textLayout().getLineHeightAtPosition$1(extentTextPosition); - } - if (extentHandleOffsetInText.$eq(0, B.Offset_0_0) && extentTextPosition.offset !== 0) { - _this.__editing_controls0$_scheduleRebuildBecauseTextIsNotLaidOutYet$0(); + var _this = this, + t1 = _this._collapsedHandleOffset; + if (t1 == null) return B.SizedBox_null_null_null_null; - } - if (extentLineHeight === 0) { - t1.log$4(B.Level_FINER_400, "Not building collapsed handle because the text layout reported a zero line-height", _null, _null); - _this.__editing_controls0$_scheduleRebuildBecauseTextIsNotLaidOutYet$0(); - return B.SizedBox_null_null_null_null; - } - return _this.__editing_controls0$_buildHandle$6$debugColor$followerOffset$handleKey$handleType$onPanStart$showHandle(B.MaterialColor_Map_JNGTf_4280391411, extentHandleOffsetInText.$add(0, new A.Offset(0, extentLineHeight)), _this.__editing_controls0$_collapsedHandleKey, B.HandleType_0, _this.get$__editing_controls0$_onCollapsedPanStart(), true); + return _this.__editing_controls0$_buildHandle$6$debugColor$followerOffset$handleKey$handleType$onPanStart$showHandle(B.MaterialColor_Map_JNGTf_4280391411, t1, _this._collapsedHandleKey, B.HandleType_0, _this.get$_onCollapsedPanStart(), true); }, _buildExpandedHandles$0() { - var t3, upstreamLineHeight, t4, upstreamHandleOffsetInText, downstreamTextPosition, downstreamLineHeight, downstreamHandleOffsetInText, showUpstreamHandle, showDownstreamHandle, _this = this, _null = null, + var upstreamLineHeight, t3, upstreamHandleOffsetInText, downstreamTextPosition, downstreamLineHeight, downstreamHandleOffsetInText, showUpstreamHandle, showDownstreamHandle, _this = this, _null = null, t1 = (_this._widget.editingController.textController._realController.get$selection().extentOffset >= _this._widget.editingController.textController._realController.get$selection().baseOffset ? B.TextAffinity_1 : B.TextAffinity_0) === B.TextAffinity_1, t2 = _this._widget, upstreamTextPosition = t1 ? t2.editingController.textController._realController.get$selection().get$base() : t2.editingController.textController._realController.get$selection().get$extent(); - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = type$.ProseTextBlock; - t2 = t3._as(t2.get$currentState()).get$textLayout().getCharacterBox$1(upstreamTextPosition); + t2 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getCharacterBox$1(upstreamTextPosition); if (t2 == null) upstreamLineHeight = _null; else { - t4 = t2.top; - t4 = t2.bottom - t4; - upstreamLineHeight = t4; + t3 = t2.top; + t3 = t2.bottom - t3; + upstreamLineHeight = t3; } - if (upstreamLineHeight == null) { - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - upstreamLineHeight = t3._as(t2.get$currentState()).get$textLayout().get$estimatedLineHeight(); - } - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - upstreamHandleOffsetInText = t3._as(t2.get$currentState()).get$textLayout().getOffsetAtPosition$1(upstreamTextPosition).$add(0, new A.Offset(0, upstreamLineHeight)); + if (upstreamLineHeight == null) + upstreamLineHeight = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).get$estimatedLineHeight(); + upstreamHandleOffsetInText = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(upstreamTextPosition).$add(0, new A.Offset(0, upstreamLineHeight)); t2 = _this._widget; downstreamTextPosition = t1 ? t2.editingController.textController._realController.get$selection().get$extent() : t2.editingController.textController._realController.get$selection().get$base(); - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t3._as(t2.get$currentState()).get$textLayout().getCharacterBox$1(downstreamTextPosition); + t2 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getCharacterBox$1(downstreamTextPosition); if (t2 == null) downstreamLineHeight = _null; else { - t4 = t2.top; - t4 = t2.bottom - t4; - downstreamLineHeight = t4; + t3 = t2.top; + t3 = t2.bottom - t3; + downstreamLineHeight = t3; } - if (downstreamLineHeight == null) { - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - downstreamLineHeight = t3._as(t2.get$currentState()).get$textLayout().get$estimatedLineHeight(); - } - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - downstreamHandleOffsetInText = t3._as(t2.get$currentState()).get$textLayout().getOffsetAtPosition$1(downstreamTextPosition).$add(0, new A.Offset(0, downstreamLineHeight)); + if (downstreamLineHeight == null) + downstreamLineHeight = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).get$estimatedLineHeight(); + downstreamHandleOffsetInText = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(downstreamTextPosition).$add(0, new A.Offset(0, downstreamLineHeight)); if (upstreamLineHeight === 0 || downstreamLineHeight === 0) { - $.$get$_log12().log$4(B.Level_FINER_400, string$.Not_bue, _null, _null); - _this.__editing_controls0$_scheduleRebuildBecauseTextIsNotLaidOutYet$0(); + $.$get$_log6().log$4(B.Level_FINER_400, string$.Not_bu, _null, _null); + A.Frames_scheduleBuildAfterBuild(_this, _null); return A._setArrayType([], type$.JSArray_Widget); } showUpstreamHandle = _this._widget.textScrollController._text_scrollview$_delegate.isTextPositionVisible$1(upstreamTextPosition); @@ -594763,40 +610216,29 @@ t3 = _this._widget; t3.toString; if (showHandle) { - t4 = handleType === B.HandleType_0 && t3.editingController.__editing_controls0$_isCollapsedHandleAutoHidden ? 0 : 1; - t4 = A.AnimatedOpacity$(A.AndroidSelectionHandle$(t3.handleColor, handleType), B.C__Linear, B.Duration_150000, t4); + t4 = handleType === B.HandleType_0 && t3.editingController._isCollapsedHandleAutoHidden ? 0 : 1; + t4 = A.AnimatedOpacity$(A.TapRegion$(new A.AndroidSelectionHandle(handleType, t3.handleColor, _null), _null, true, t3.tapRegionGroupId, _null, _null, _null), B.C__Linear, B.Duration_150000, t4); t3 = t4; } else t3 = B.SizedBox_null_null_null_null; - return A.CompositedTransformFollower$(A.FractionalTranslation$(A.GestureDetector$(B.HitTestBehavior_2, A.DecoratedBox$(t3, new A.BoxDecoration(B.Color_0, _null, _null, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$__editing_controls0$_onPanCancel(), _null, _this.get$__editing_controls0$_onPanEnd(), onPanStart, _this.get$__editing_controls0$_onPanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), true, t2), handleKey, t1, followerOffset, true, B.Alignment_m1_m1); - }, - __editing_controls0$_scheduleRebuildBecauseTextIsNotLaidOutYet$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure(this)); + return A.CompositedTransformFollower$(A.FractionalTranslation$(A.GestureDetector$(B.HitTestBehavior_2, A.DecoratedBox$(t3, new A.BoxDecoration(B.Color_0, _null, _null, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$__editing_controls0$_onPanCancel(), _null, _this.get$__editing_controls0$_onPanEnd(), onPanStart, _this.get$__editing_controls0$_onPanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), true, t2), B.Alignment_m1_m1, handleKey, t1, followerOffset, true, B.Alignment_m1_m1); } }; - A._AndroidEditingOverlayControlsState_didChangeMetrics_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1.setState$1(new A._AndroidEditingOverlayControlsState_didChangeMetrics__closure()); + A._AndroidEditingOverlayControlsState_initState_closure.prototype = { + call$1(_) { + return this.$this._updateOffsetForCollapsedHandle$0(); }, - $signature: 11 + $signature: 12 }; - A._AndroidEditingOverlayControlsState_didChangeMetrics__closure.prototype = { - call$0() { + A._AndroidEditingOverlayControlsState_didUpdateWidget_closure.prototype = { + call$1(_) { + return this.$this._updateOffsetForCollapsedHandle$0(); }, - $signature: 0 + $signature: 12 }; A._AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1.setState$1(new A._AndroidEditingOverlayControlsState__rebuildOnNextFrame__closure()); - }, - $signature: 11 - }; - A._AndroidEditingOverlayControlsState__rebuildOnNextFrame__closure.prototype = { call$0() { + this.$this._updateOffsetForCollapsedHandle$0(); }, $signature: 0 }; @@ -594822,7 +610264,7 @@ t2 = this.details.globalPosition; t1.__editing_controls0$_globalDragOffset = t2; t1.__editing_controls0$_localDragOffset = type$.RenderBox._as(t1._framework$_element.get$renderObject()).globalToLocal$1(t2); - $.$get$_log12().log$4(B.Level_FINE_500, " - done updating all local state for beginning drag", null, null); + $.$get$_log6().log$4(B.Level_FINE_500, " - done updating all local state for beginning drag", null, null); }, $signature: 0 }; @@ -594844,7 +610286,7 @@ t1.notifyListeners$0(); t1.__editing_controls0$_isMagnifierVisible = true; t1.notifyListeners$0(); - $.$get$_log12().log$4(B.Level_FINE_500, " - done updating all local state for drag update", null, null); + $.$get$_log6().log$4(B.Level_FINE_500, " - done updating all local state for drag update", null, null); }, $signature: 0 }; @@ -594868,18 +610310,19 @@ }, $signature: 0 }; - A._AndroidEditingOverlayControlsState_build_closure.prototype = { - call$1(timeStamp) { - this.$this.setState$1(new A._AndroidEditingOverlayControlsState_build__closure()); + A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure.prototype = { + call$1(_) { + return this.$this._updateOffsetForCollapsedHandle$0(); }, - $signature: 11 + $signature: 12 }; - A._AndroidEditingOverlayControlsState_build__closure.prototype = { + A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure0.prototype = { call$0() { + this.$this._collapsedHandleOffset = this.offset; }, $signature: 0 }; - A._AndroidEditingOverlayControlsState_build_closure0.prototype = { + A._AndroidEditingOverlayControlsState_build_closure.prototype = { call$1(context) { var t4, focalPointOffsetInMiddleOfLine, _null = null, t1 = A._setArrayType([], type$.JSArray_Widget), @@ -594900,29 +610343,18 @@ t1.push(t2.__editing_controls0$_buildToolbar$0()); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 429 + $signature: 900 }; A._AndroidEditingOverlayControlsState__buildToolbar_closure.prototype = { call$1(context) { - var t1 = this.$this._widget, - t2 = t1.editingController; + var _null = null, + t1 = this.$this._widget, + t2 = t1.tapRegionGroupId, + t3 = t1.editingController; this.textFieldGlobalOffset.$add(0, this._box_0.toolbarTopAnchor); - return t1.popoverToolbarBuilder$3(context, t2, new A.ToolbarConfig()); + return A.TapRegion$(t1.popoverToolbarBuilder$3(context, t3, new A.ToolbarConfig()), _null, true, t2, _null, _null, _null); }, - $signature: 52 - }; - A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1.setState$1(new A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure()); - }, - $signature: 11 - }; - A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure.prototype = { - call$0() { - }, - $signature: 0 + $signature: 3439 }; A.AndroidEditingOverlayController.prototype = { dispose$0() { @@ -594939,8 +610371,8 @@ _this.notifyListeners$0(); }, unHideCollapsedHandle$0() { - if (this.__editing_controls0$_isCollapsedHandleAutoHidden) { - this.__editing_controls0$_isCollapsedHandleAutoHidden = false; + if (this._isCollapsedHandleAutoHidden) { + this._isCollapsedHandleAutoHidden = false; this.notifyListeners$0(); } }, @@ -594948,16 +610380,16 @@ var t1 = this._handleAutoHideTimer; if (t1 != null) t1.cancel$0(0); - this._handleAutoHideTimer = A.Timer_Timer(B.Duration_4000000, this.get$__editing_controls0$_hideCollapsedHandle()); + this._handleAutoHideTimer = A.Timer_Timer(B.Duration_4000000, this.get$_hideCollapsedHandle()); }, cancelCollapsedHandleAutoHideCountdown$0() { var t1 = this._handleAutoHideTimer; if (t1 != null) t1.cancel$0(0); }, - __editing_controls0$_hideCollapsedHandle$0() { - if (!this.__editing_controls0$_isCollapsedHandleAutoHidden) { - this.__editing_controls0$_isCollapsedHandleAutoHidden = true; + _hideCollapsedHandle$0() { + if (!this._isCollapsedHandleAutoHidden) { + this._isCollapsedHandleAutoHidden = true; this.notifyListeners$0(); } }, @@ -594991,7 +610423,7 @@ }, __user_interaction0$_onTapDown$1(details) { var _null = null, - t1 = $.$get$_log10(); + t1 = $.$get$_log7(); t1.log$4(B.Level_FINE_500, "User tapped down", _null, _null); if (!this._widget.focusNode.get$hasFocus()) { t1.log$4(B.Level_FINER_400, "Field isn't focused. Ignoring press.", _null, _null); @@ -595004,12 +610436,8 @@ }, __user_interaction0$_onTapUp$1(details) { var t1, t2, tapTextPosition, previousSelection, t3, didTapOnExistingSelection, t4, _this = this; - $.$get$_log10().log$4(B.Level_FINE_500, "User released a tap", null, null); - if (_this._widget.focusNode.get$hasFocus()) { - t1 = _this._widget.textController._inputConnection; - t1 = t1 != null && $.$get$TextInput__instance()._currentConnection === t1; - } else - t1 = false; + $.$get$_log7().log$4(B.Level_FINE_500, "User released a tap", null, null); + t1 = _this._widget.focusNode.get$hasFocus() && _this._widget.textController.get$isAttachedToIme(); t2 = _this._widget; if (t1) t2.textController.showKeyboard$0(); @@ -595058,25 +610486,24 @@ t1.notifyListeners$0(); } }, + __user_interaction0$_onLongPress$0() { + if (!this._widget.textController._realController.get$selection().get$isValid()) + return; + this._widget.editingOverlayController.showToolbar$0(); + }, __user_interaction0$_onDoubleTapDown$1(details) { var _this = this; - $.$get$_log10().log$4(B.Level_FINE_500, "User double-tapped down", null, null); + $.$get$_log7().log$4(B.Level_FINE_500, "User double-tapped down", null, null); _this._widget.focusNode.requestFocus$0(); _this.setState$1(new A.AndroidTextFieldTouchInteractorState__onDoubleTapDown_closure(_this, _this.__user_interaction0$_getTextPositionAtOffset$1(details.localPosition))); }, __user_interaction0$_onTripleTapDown$1(details) { - var t1, t2, t3, t4, _this = this; - $.$get$_log10().log$4(B.Level_FINE_500, "User triple-tapped down", null, null); - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = type$.ProseTextBlock; - t1 = t2._as(t1.get$currentState()).get$textLayout().getPositionAtOffset$1(details.localPosition); + var t1, t2, _this = this; + $.$get$_log7().log$4(B.Level_FINE_500, "User triple-tapped down", null, null); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getPositionAtOffset$1(details.localPosition); t1.toString; - t3 = _this._widget; - t4 = t3.textController; - t3 = t3.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t4._realController.set$selection(A.paragraphExpansionFilter(t2._as(t3.get$currentState()).get$textLayout()._richText.toPlainText$0(), t1, B.TextAffinity_1)); + t2 = _this._widget; + t2.textController._realController.set$selection(A.paragraphExpansionFilter(A.RenderSuperTextLayout_textLayoutFrom(t2.textKey.get$currentState()._textLayoutKey)._richText.toPlainText$0(), t1, B.TextAffinity_1)); t1 = _this._widget.textController._realController.get$selection(); if (t1.start === t1.end) { t1 = _this._widget.editingOverlayController; @@ -595084,33 +610511,33 @@ t1.startCollapsedHandleAutoHideCountdown$0(); } }, - __user_interaction0$_onTextPanStart$1(details) { - $.$get$_log10().log$4(B.Level_FINE_500, "User started a pan", null, null); + _onTextPanStart$1(details) { + $.$get$_log7().log$4(B.Level_FINE_500, "User started a pan", null, null); this.setState$1(new A.AndroidTextFieldTouchInteractorState__onTextPanStart_closure(this, details)); }, __user_interaction0$_onPanUpdate$1(details) { var t1, t2, _this = this; - $.$get$_log10().log$4(B.Level_FINER_400, "User panned to new offset", null, null); + $.$get$_log7().log$4(B.Level_FINER_400, "User panned to new offset", null, null); if (_this.__user_interaction0$_isDraggingCaret) { t1 = _this._widget; t2 = t1.textController; - t1 = t1.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionNearestToOffset$1(_this.__user_interaction0$_globalOffsetToTextOffset$1(details.globalPosition)).offset)); + t1 = A.RenderSuperTextLayout_textLayoutFrom(t1.textKey.get$currentState()._textLayoutKey); + t1.toString; + t2._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t1.getPositionNearestToOffset$1(_this.__user_interaction0$_globalOffsetToTextOffset$1(details.globalPosition)).offset)); } _this.setState$1(new A.AndroidTextFieldTouchInteractorState__onPanUpdate_closure(_this, details)); }, __user_interaction0$_onPanEnd$1(details) { - $.$get$_log10().log$4(B.Level_FINE_500, "User ended a pan", null, null); + $.$get$_log7().log$4(B.Level_FINE_500, "User ended a pan", null, null); this.__user_interaction0$_onHandleDragEnd$0(); }, __user_interaction0$_onPanCancel$0() { - $.$get$_log10().log$4(B.Level_FINE_500, "_onPanCancel()", null, null); + $.$get$_log7().log$4(B.Level_FINE_500, "_onPanCancel()", null, null); this.__user_interaction0$_onHandleDragEnd$0(); }, __user_interaction0$_onHandleDragEnd$0() { var _this = this; - $.$get$_log10().log$4(B.Level_FINE_500, "_onHandleDragEnd()", null, null); + $.$get$_log7().log$4(B.Level_FINE_500, "_onHandleDragEnd()", null, null); _this._widget.textScrollController.stopScrolling$0(); if (_this.__user_interaction0$_isDraggingCaret) _this._widget.textScrollController.ensureExtentIsVisible$0(); @@ -595118,7 +610545,7 @@ }, __user_interaction0$_onScrollChange$0() { if (this.__user_interaction0$_isDraggingCaret) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.AndroidTextFieldTouchInteractorState__onScrollChange_closure(this)); + A.Frames_onNextFrame(this, new A.AndroidTextFieldTouchInteractorState__onScrollChange_closure(this)); }, __user_interaction0$_globalOffsetToTextOffset$1(globalOffset) { var t1 = this._widget.textKey; @@ -595133,9 +610560,7 @@ globalOffset = A.MatrixUtils_transformPoint(t1._as(_this._framework$_element.get$renderObject()).getTransformTo$1(0, null), localOffset); t2 = _this._widget.textKey; textOffset = t1._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject()).globalToLocal$1(globalOffset); - t2 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - return type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getPositionNearestToOffset$1(textOffset); + return A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getPositionNearestToOffset$1(textOffset); }, build$1(context) { var _this = this, _null = null, @@ -595147,37 +610572,29 @@ return new A.CompositedTransformTarget(_this.__user_interaction0$_textViewportOffsetLink, A.GestureDetector$(_null, A.DecoratedBox$(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, t1, _null), new A.BoxDecoration(_null, _null, B.Border_bWW, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.AndroidTextFieldTouchInteractorState_build_closure(), _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), _null); }, __user_interaction0$_buildTapAndDragDetector$0() { - var gestureSettings, _null = null, - t1 = this._framework$_element; + var gestureSettings, _this = this, _null = null, + t1 = _this._framework$_element; t1.toString; t1 = A.MediaQuery__maybeOf(t1, _null); gestureSettings = t1 == null ? _null : t1.gestureSettings; - return A.Positioned$(0, new A.RawGestureDetector(_null, A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure(), new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0(this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1(), new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2(this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_2, false, _null), _null, _null, 0, 0, 0, _null); + return A.Positioned$(0, new A.RawGestureDetector(_null, A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure(), new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_LongPressGestureRecognizer_46y, new A.GestureRecognizerFactoryWithHandlers(new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1(), new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_LongPressGestureRecognizer), B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure3(), new A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure4(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_2, false, _null), _null, _null, 0, 0, 0, _null); }, __user_interaction0$_buildExtentTrackerForMagnifier$0() { - var extentPosition, t1, t2, extentOffsetInText, extentLineHeight, t3, extentGlobalOffset, extentOffsetInViewport, _this = this, _null = null; + var extentPosition, extentOffsetInText, t1, extentLineHeight, t2, extentGlobalOffset, extentOffsetInViewport, _this = this, _null = null; if (!_this.__user_interaction0$_isDraggingCaret) return B.SizedBox_null_null_null_null; extentPosition = _this._widget.textController._realController.get$selection().get$extent(); - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = type$.ProseTextBlock; - extentOffsetInText = t2._as(t1.get$currentState()).get$textLayout().getOffsetAtPosition$1(extentPosition); - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t2._as(t1.get$currentState()).get$textLayout().getCharacterBox$1(extentPosition); + extentOffsetInText = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(extentPosition); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getCharacterBox$1(extentPosition); if (t1 == null) extentLineHeight = _null; else { - t3 = t1.top; - t3 = t1.bottom - t3; - extentLineHeight = t3; - } - if (extentLineHeight == null) { - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - extentLineHeight = t2._as(t1.get$currentState()).get$textLayout().get$estimatedLineHeight(); + t2 = t1.top; + t2 = t1.bottom - t2; + extentLineHeight = t2; } + if (extentLineHeight == null) + extentLineHeight = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).get$estimatedLineHeight(); t1 = _this._widget.textKey; t2 = type$.RenderBox; extentGlobalOffset = A.MatrixUtils_transformPoint(t2._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).getTransformTo$1(0, _null), extentOffsetInText); @@ -595188,11 +610605,8 @@ }; A.AndroidTextFieldTouchInteractorState__onDoubleTapDown_closure.prototype = { call$0() { - var wordSelection, - t1 = this.$this, - t2 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - wordSelection = type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getWordSelectionAt$1(this.tapTextPosition); + var t1 = this.$this, + wordSelection = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey).getWordSelectionAt$1(this.tapTextPosition); t1._widget.textController._realController.set$selection(wordSelection); t1 = t1._widget; if (wordSelection.start !== wordSelection.end) @@ -595255,21 +610669,21 @@ $signature: 0 }; A.AndroidTextFieldTouchInteractorState__onScrollChange_closure.prototype = { - call$1(timeStamp) { + call$1(_) { var t1 = this.$this, t2 = t1._widget, t3 = t2.textController, t4 = t1.__user_interaction0$_globalDragOffset; t4.toString; - t2 = t2.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getPositionNearestToOffset$1(t1.__user_interaction0$_globalOffsetToTextOffset$1(t4)).offset)); + t2 = A.RenderSuperTextLayout_textLayoutFrom(t2.textKey.get$currentState()._textLayoutKey); + t2.toString; + t3._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t2.getPositionNearestToOffset$1(t1.__user_interaction0$_globalOffsetToTextOffset$1(t4)).offset)); }, - $signature: 11 + $signature: 12 }; A.AndroidTextFieldTouchInteractorState_build_closure.prototype = { call$0() { - $.$get$_log10().log$4(B.Level_FINE_500, "Intercepting single tap", null, null); + $.$get$_log7().log$4(B.Level_FINE_500, "Intercepting single tap", null, null); }, $signature: 0 }; @@ -595288,25 +610702,38 @@ recognizer.onTripleTapDown = t1.get$__user_interaction0$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 262 + $signature: 264 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1.prototype = { call$0() { - return A.PanGestureRecognizer$(null, null); + return A.LongPressGestureRecognizer$(null, null, null); }, - $signature: 238 + $signature: 528 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2.prototype = { + call$1(recognizer) { + recognizer.onLongPress = this.$this.get$__user_interaction0$_onLongPress(); + recognizer.gestureSettings = this.gestureSettings; + }, + $signature: 530 + }; + A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure3.prototype = { + call$0() { + return A.PanGestureRecognizer$(null, null); + }, + $signature: 242 + }; + A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure4.prototype = { call$1(recognizer) { var _null = null, t1 = this.$this; - recognizer.onStart = t1._widget.focusNode.get$hasFocus() ? t1.get$__user_interaction0$_onTextPanStart() : _null; + recognizer.onStart = t1._widget.focusNode.get$hasFocus() ? t1.get$_onTextPanStart() : _null; recognizer.onUpdate = t1._widget.focusNode.get$hasFocus() ? t1.get$__user_interaction0$_onPanUpdate() : _null; recognizer.onEnd = t1._widget.focusNode.get$hasFocus() || t1.__user_interaction0$_isDraggingCaret ? t1.get$__user_interaction0$_onPanEnd() : _null; recognizer.onCancel = t1._widget.focusNode.get$hasFocus() || t1.__user_interaction0$_isDraggingCaret ? t1.get$__user_interaction0$_onPanCancel() : _null; recognizer.gestureSettings = this.gestureSettings; }, - $signature: 239 + $signature: 243 }; A._AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -595326,7 +610753,7 @@ A.SuperAndroidTextField.prototype = { createState$0() { var _null = null; - return new A.SuperAndroidTextFieldState(new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LayerLink(), new A.LayerLink(), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_AndroidTextFieldTouchInteractorState), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_ProseTextState_StatefulWidget), new A.LayerLink(), _null, _null, B._StateLifecycle_0); + return new A.SuperAndroidTextFieldState(new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LayerLink(), new A.LayerLink(), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_AndroidTextFieldTouchInteractorState), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_ProseTextState_StatefulWidget), new A.LayerLink(), new A.OverlayPortalController(_null), new A.SignalNotifier($.$get$ChangeNotifier__emptyListeners()), _null, _null, B._StateLifecycle_0); }, textStyleBuilder$1(arg0) { return this.textStyleBuilder.call$1(arg0); @@ -595337,8 +610764,6 @@ var t1, _this = this; _this.super$State$initState(); t1 = _this._widget.focusNode; - if (t1 == null) - t1 = A.FocusNode$(true, null, true, true, null, null, false); t1.addListener$1(0, _this.get$_android_textfield$_updateSelectionAndImeConnectionOnFocusChange()); _this.__SuperAndroidTextFieldState__focusNode_A = t1; t1 = _this._widget.textController; @@ -595349,39 +610774,37 @@ t1 = A.TextScrollController$(t1, _this); t1.addListener$1(0, _this.get$_android_textfield$_onTextScrollChange()); _this.__SuperAndroidTextFieldState__textScrollController_A = t1; - _this.__SuperAndroidTextFieldState__editingOverlayController_A = new A.AndroidEditingOverlayController(_this.__SuperAndroidTextFieldState__textEditingController_A, _this._android_textfield$_magnifierLayerLink, $.$get$ChangeNotifier__emptyListeners()); + _this.__SuperAndroidTextFieldState__editingOverlayController_A = new A.AndroidEditingOverlayController(_this.__SuperAndroidTextFieldState__textEditingController_A, _this._magnifierLayerLink, $.$get$ChangeNotifier__emptyListeners()); $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); if (_this.__SuperAndroidTextFieldState__focusNode_A.get$hasFocus()) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperAndroidTextFieldState_initState_closure(_this)); + A.Frames_onNextFrame(_this, new A.SuperAndroidTextFieldState_initState_closure(_this)); }, didUpdateWidget$1(oldWidget) { var t1, t2, t3, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (_this._widget.focusNode != oldWidget.focusNode) { + if (_this._widget.focusNode !== oldWidget.focusNode) { t1 = _this.__SuperAndroidTextFieldState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.get$_android_textfield$_updateSelectionAndImeConnectionOnFocusChange(); t1.removeListener$1(0, t2); t1 = _this._widget.focusNode; - if (t1 == null) - t1 = A.FocusNode$(true, null, true, true, null, null, false); t1.addListener$1(0, t2); _this.__SuperAndroidTextFieldState__focusNode_A = t1; } - t1 = _this._widget.textInputAction; - if (t1 !== oldWidget.textInputAction) { - t2 = _this.__SuperAndroidTextFieldState__textEditingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t2._inputConnection; - t2 = t2 != null && $.$get$TextInput__instance()._currentConnection === t2; + if (_this._widget.textInputAction !== oldWidget.textInputAction) { + t1 = _this.__SuperAndroidTextFieldState__textEditingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1.get$isAttachedToIme(); } else - t2 = false; - if (t2) { - t2 = _this.__SuperAndroidTextFieldState__textEditingController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.updateTextInputConfiguration$2$textInputAction$textInputType(t1, _this.get$_android_textfield$_isMultiline() ? B.TextInputType_1_null_null : B.TextInputType_0_null_null); + t1 = false; + if (t1) { + t1 = _this.__SuperAndroidTextFieldState__textEditingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this._widget.textInputAction; + t1.updateTextInputConfiguration$2$textInputAction$textInputType(t2, _this.get$_android_textfield$_isMultiline() ? B.TextInputType_1_null_null : B.TextInputType_0_null_null); } - if (_this._widget.textController !== oldWidget.textController) { + t1 = _this._widget; + if (t1.textController !== oldWidget.textController) { t1 = _this.__SuperAndroidTextFieldState__textEditingController_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.get$_android_textfield$_onTextOrSelectionChange(); @@ -595397,8 +610820,10 @@ _this._widget.toString; }, dispose$0() { - var t1, _this = this; - _this._android_textfield$_removeEditingOverlayControls$0(); + var t2, _this = this, + t1 = _this._android_textfield$_popoverController; + if (t1.get$isShowing()) + t1.hide$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperAndroidTextFieldState_dispose_closure(_this)); t1 = _this.__SuperAndroidTextFieldState__textEditingController_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -595408,23 +610833,21 @@ t1 = _this.__SuperAndroidTextFieldState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeListener$1(0, _this.get$_android_textfield$_updateSelectionAndImeConnectionOnFocusChange()); - if (_this._widget.focusNode == null) - _this.__SuperAndroidTextFieldState__focusNode_A.dispose$0(); + _this._widget.toString; t1 = _this.__SuperAndroidTextFieldState__textScrollController_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeListener$1(0, _this.get$_android_textfield$_onTextScrollChange()); - t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t2 = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; + t1 = _this._android_textfield$_popoverRebuildSignal; + t1.ChangeNotifier__listeners = t2; t1.ChangeNotifier__count = 0; B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); _this.super$_SuperAndroidTextFieldState_State_TickerProviderStateMixin$dispose(); }, didChangeMetrics$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperAndroidTextFieldState_didChangeMetrics_closure(this)); - }, - get$textLayout() { - var t1 = this._android_textfield$_textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); + A.Frames_onNextFrame(this, new A.SuperAndroidTextFieldState_didChangeMetrics_closure(this)); }, get$_android_textfield$_isMultiline() { var t1 = this._widget, @@ -595438,13 +610861,12 @@ if (t1.get$hasFocus()) { t1 = _this.__SuperAndroidTextFieldState__textEditingController_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._inputConnection; - if (!(t1 != null && $.$get$TextInput__instance()._currentConnection === t1)) { - $.$get$_log11().log$4(B.Level_INFO_800, "Attaching TextInputClient to TextInput", _null, _null); + if (!t1.get$isAttachedToIme()) { + $.$get$_log8().log$4(B.Level_INFO_800, "Attaching TextInputClient to TextInput", _null, _null); _this.setState$1(new A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure(_this)); } } else { - $.$get$_log11().log$4(B.Level_INFO_800, string$.Lost_f, _null, _null); + $.$get$_log8().log$4(B.Level_INFO_800, string$.Lost_f, _null, _null); _this.setState$1(new A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0(_this)); } }, @@ -595463,33 +610885,15 @@ t1.ensureExtentIsVisible$0(); }, _android_textfield$_onTextScrollChange$0() { - if (this._android_textfield$_controlsOverlayEntry != null) - this._rebuildEditingOverlayControls$0(); + var t1 = this._android_textfield$_popoverController; + if (t1.get$isShowing()) + if (t1.get$isShowing()) + this._android_textfield$_popoverRebuildSignal.super$ChangeNotifier$notifyListeners(); }, - _android_textfield$_showEditingControlsOverlay$0() { - var t1, t2, _this = this; - if (_this._android_textfield$_controlsOverlayEntry == null) { - _this._android_textfield$_controlsOverlayEntry = A.OverlayEntry$(new A.SuperAndroidTextFieldState__showEditingControlsOverlay_closure(_this), false); - t1 = _this._framework$_element; - t1.toString; - t1 = A.LookupBoundary_findAncestorStateOfType(t1, type$.OverlayState); - t1.toString; - t2 = _this._android_textfield$_controlsOverlayEntry; - t2.toString; - t1.insert$1(0, t2); - } - }, - _rebuildEditingOverlayControls$0() { - var t1 = this._android_textfield$_controlsOverlayEntry; - if (t1 != null) - t1.markNeedsBuild$0(); - }, - _android_textfield$_removeEditingOverlayControls$0() { - var t1 = this._android_textfield$_controlsOverlayEntry; - if (t1 != null) { - t1.remove$0(0); - this._android_textfield$_controlsOverlayEntry = null; - } + _showEditingControlsOverlay$0() { + var t1 = this._android_textfield$_popoverController; + if (!t1.get$isShowing()) + t1.show$0(0); }, _android_textfield$_onPerformActionPressed$1(action) { var t1, t2; @@ -595514,12 +610918,12 @@ A.FocusTraversalGroup_maybeOf(t2)._moveFocus$2$forward(t1, false); break; default: - $.$get$_log11().log$4(B.Level_WARNING_900, "User pressed unhandled action button: " + action.toString$0(0), null, null); + $.$get$_log8().log$4(B.Level_WARNING_900, "User pressed unhandled action button: " + action.toString$0(0), null, null); } }, - _android_textfield$_onKeyPressed$2(focusNode, keyEvent) { + _onKeyPressed$2(focusNode, keyEvent) { var t2, _null = null, - t1 = $.$get$_log11(); + t1 = $.$get$_log8(); t1.log$4(B.Level_FINER_400, "_onKeyPressed - keyEvent: " + A.S(keyEvent.character), _null, _null); if (!(keyEvent instanceof A.RawKeyDownEvent)) { t1.log$4(B.Level_FINER_400, string$.x5fonKey, _null, _null); @@ -595541,55 +610945,69 @@ var t2, lineHeight, fieldBox, _this = this, t1 = _this._framework$_element; t1.toString; - if (_this._android_textfield$_findAncestorScrollable$1(t1) == null) + if (A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(t1) == null) return; _this._widget.toString; - t1 = _this._android_textfield$_textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._android_textfield$_textContentKey.get$currentState()._textLayoutKey); + t1.toString; t2 = _this.__SuperAndroidTextFieldState__textEditingController_A; t2 === $ && A.throwUnnamedLateFieldNI(); lineHeight = t1.getLineHeightAtPosition$1(new A.TextPosition(t2._realController.get$selection().extentOffset, B.TextAffinity_1)); fieldBox = type$.RenderBox._as(_this._framework$_element.get$renderObject()); fieldBox.showOnScreen$3$curve$duration$rect(B.Cubic_ifx, B.Duration_100000, new A.Rect(0, 0, 0 + fieldBox.get$size(fieldBox)._dx, 0 + (lineHeight + 30))); }, - _android_textfield$_findAncestorScrollable$1(context) { - var direction, - ancestorScrollable = A.Scrollable_maybeOf(context, null); - if (ancestorScrollable == null) - return null; - direction = ancestorScrollable._widget.axisDirection; - if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) - return null; - return ancestorScrollable; - }, build$1(context) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, - t1 = _this.__SuperAndroidTextFieldState__focusNode_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this._android_textfield$_textContentKey; - t3 = _this.__SuperAndroidTextFieldState__textEditingController_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t4 = _this.__SuperAndroidTextFieldState__editingOverlayController_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t5 = _this.__SuperAndroidTextFieldState__textScrollController_A; - t5 === $ && A.throwUnnamedLateFieldNI(); - _this.get$_android_textfield$_isMultiline(); - t6 = _this._widget; - t7 = _this.__SuperAndroidTextFieldState__textScrollController_A; - t8 = _this.__SuperAndroidTextFieldState__textEditingController_A; - t9 = t6.textAlign; - t10 = t6.minLines; - t11 = t6.maxLines; - return new A.NonReparentingFocus(t1, _this.get$_android_textfield$_onKeyPressed(), new A.CompositedTransformTarget(_this._android_textfield$_textFieldLayerLink, new A.AndroidTextFieldTouchInteractor(t1, t3, t4, t5, t2, false, A.TextScrollView$(new A.ListenableBuilder0(t8, new A.SuperAndroidTextFieldState_build_closure(_this), null), _this._android_textfield$_scrollKey, t6.lineHeight, t11, t10, t6.padding, B.Duration_100000, false, t9, t8, t2, t7), null), null), _this._android_textfield$_textFieldKey); + return A.OverlayPortal$(this._android_textfield$_buildTextField$0(), this._android_textfield$_popoverController, this.get$_android_textfield$_buildPopoverToolbar()); }, - $isProseTextBlock: 1 + _android_textfield$_buildTextField$0() { + var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, + t1 = _this._widget.tapRegionGroupId, + t2 = _this.__SuperAndroidTextFieldState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this._android_textfield$_textContentKey; + t4 = _this.__SuperAndroidTextFieldState__textEditingController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__SuperAndroidTextFieldState__editingOverlayController_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this.__SuperAndroidTextFieldState__textScrollController_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + _this.get$_android_textfield$_isMultiline(); + t7 = _this._widget; + t8 = _this.__SuperAndroidTextFieldState__textScrollController_A; + t9 = _this.__SuperAndroidTextFieldState__textEditingController_A; + t10 = t7.textAlign; + t11 = t7.minLines; + t12 = t7.maxLines; + return A.TapRegion$(new A.NonReparentingFocus(t2, _this.get$_onKeyPressed(), new A.CompositedTransformTarget(_this._android_textfield$_textFieldLayerLink, new A.AndroidTextFieldTouchInteractor(t2, t4, t5, t6, t3, false, A.TextScrollView$(new A.ListenableBuilder(new A.SuperAndroidTextFieldState__buildTextField_closure(_this), _null, t9, _null), _this._android_textfield$_scrollKey, t7.lineHeight, t12, t11, t7.padding, B.Duration_100000, false, t10, t9, t3, t8), _null), _null), _this._android_textfield$_textFieldKey), _null, true, t1, _null, _null, _null); + }, + _android_textfield$_buildSelectableText$0() { + var textSpan, t2, _this = this, _null = null, + t1 = _this.__SuperAndroidTextFieldState__textEditingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._realController; + if (t1.get$text(t1).text.length !== 0) { + t1 = _this.__SuperAndroidTextFieldState__textEditingController_A._realController; + textSpan = A.ComputeTextSpan_computeTextSpan(t1.get$text(t1), _this._widget.textStyleBuilder); + } else + textSpan = A.TextSpan$(_null, _null, _this._widget.textStyleBuilder$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)), ""); + t1 = _this._widget.textAlign; + t2 = _this._framework$_element; + t2.toString; + t2 = A.MediaQuery__maybeOf(t2, B._MediaQueryAspect_4); + t2 = t2 == null ? _null : t2.get$textScaler(); + if (t2 == null) + t2 = B._LinearTextScaler_1; + return new A.FillWidthIfConstrained(A.SuperText$(_this._android_textfield$_textContentKey, new A.SuperAndroidTextFieldState__buildSelectableText_closure(_this), new A.SuperAndroidTextFieldState__buildSelectableText_closure0(_this), textSpan, t1, B.TextDirection_1, t2), _null); + }, + _android_textfield$_buildPopoverToolbar$1(context) { + return new A.ListenableBuilder(new A.SuperAndroidTextFieldState__buildPopoverToolbar_closure(this), null, this._android_textfield$_popoverRebuildSignal, null); + } }; A.SuperAndroidTextFieldState_initState_closure.prototype = { - call$1(timeStamp) { - this.$this._android_textfield$_updateSelectionAndImeConnectionOnFocusChange$0(); + call$1(_) { + return this.$this._android_textfield$_updateSelectionAndImeConnectionOnFocusChange$0(); }, - $signature: 11 + $signature: 12 }; A.SuperAndroidTextFieldState_dispose_closure.prototype = { call$1(timeStamp) { @@ -595597,22 +611015,18 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1.dispose$0(); }, - $signature: 11 + $signature: 12 }; A.SuperAndroidTextFieldState_didChangeMetrics_closure.prototype = { - call$1(timeStamp) { - var t2, - t1 = this.$this; - if (t1._framework$_element != null) { + call$1(_) { + var t1 = this.$this, t2 = t1.__SuperAndroidTextFieldState__focusNode_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t2.get$hasFocus(); - } else - t2 = false; - if (t2) - t1._android_textfield$_autoScrollToKeepTextFieldVisible$0(); + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!t2.get$hasFocus()) + return; + t1._android_textfield$_autoScrollToKeepTextFieldVisible$0(); }, - $signature: 11 + $signature: 12 }; A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure.prototype = { call$0() { @@ -595624,11 +611038,12 @@ t2 = t1.__SuperAndroidTextFieldState__textEditingController_A._realController; t2.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t2.get$text(t2).text.length)); } - t2 = t1.__SuperAndroidTextFieldState__textEditingController_A; - t3 = t1._widget.textInputAction; - t2.attachToIme$2$textInputAction$textInputType(t3, t1.get$_android_textfield$_isMultiline() ? B.TextInputType_1_null_null : B.TextInputType_0_null_null); + t2 = t1._widget; + t3 = t1.__SuperAndroidTextFieldState__textEditingController_A; + t2 = t2.textInputAction; + t3.attachToIme$2$textInputAction$textInputType(t2, t1.get$_android_textfield$_isMultiline() ? B.TextInputType_1_null_null : B.TextInputType_0_null_null); t1._android_textfield$_autoScrollToKeepTextFieldVisible$0(); - t1._android_textfield$_showEditingControlsOverlay$0(); + t1._showEditingControlsOverlay$0(); }, $signature: 0 }; @@ -595639,25 +611054,15 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2.detachFromIme$0(); t1.__SuperAndroidTextFieldState__textEditingController_A._realController.set$selection(B.TextSelection_ke5); - t1._android_textfield$_removeEditingOverlayControls$0(); + t1 = t1._android_textfield$_popoverController; + if (t1.get$isShowing()) + t1.hide$0(); }, $signature: 0 }; - A.SuperAndroidTextFieldState__showEditingControlsOverlay_closure.prototype = { - call$1(overlayContext) { - var t3, - t1 = this.$this, - t2 = t1.__SuperAndroidTextFieldState__editingOverlayController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = t1.__SuperAndroidTextFieldState__textScrollController_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - return new A.AndroidEditingOverlayControls(t2, t3, t1._android_textfield$_textFieldKey, t1._android_textfield$_textContentLayerLink, t1._android_textfield$_textContentKey, t1._widget.handlesColor, false, A.android_textfield___defaultAndroidToolbarBuilder$closure(), null); - }, - $signature: 3393 - }; - A.SuperAndroidTextFieldState_build_closure.prototype = { - call$1(context) { - var isTextEmpty, showHint, t3, textSpan, t4, t5, t6, t7, t8, _null = null, + A.SuperAndroidTextFieldState__buildTextField_closure.prototype = { + call$2(context, _) { + var isTextEmpty, showHint, t1 = this.$this, t2 = t1.__SuperAndroidTextFieldState__textEditingController_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -595678,29 +611083,68 @@ t2 = A._setArrayType([], type$.JSArray_Widget); if (showHint) t2.push(t1._widget.hintBuilder.call$1(context)); - t3 = t1.__SuperAndroidTextFieldState__textEditingController_A._realController; - if (t3.get$text(t3).text.length !== 0) { - t3 = t1.__SuperAndroidTextFieldState__textEditingController_A._realController; - textSpan = A.ComputeTextSpan_computeTextSpan(t3.get$text(t3), t1._widget.textStyleBuilder); - } else - textSpan = A.TextSpan$(_null, _null, t1._widget.textStyleBuilder$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)), ""); - t3 = t1._widget.textAlign; - t4 = t1._framework$_element; - t4.toString; - t4 = A.MediaQuery__maybeOf(t4, B._MediaQueryAspect_3); - t4 = t4 == null ? _null : t4.textScaleFactor; - if (t4 == null) - t4 = 1; - t5 = t1._widget; - t6 = t5.selectionColor; - t5 = t5.caretStyle; - t7 = t1.__SuperAndroidTextFieldState__textEditingController_A._realController.get$selection(); - t8 = t1.__SuperAndroidTextFieldState__focusNode_A; - t8 === $ && A.throwUnnamedLateFieldNI(); - t2.push(new A.FillWidthIfConstrained(A.SuperTextWithSelection$single(t1._android_textfield$_textContentKey, textSpan, t3, B.TextDirection_1, t4, A.UserSelection$(t5, t8.get$hasFocus(), new A.SelectionHighlightStyle(t6), false, t7)), _null)); - return new A.CompositedTransformTarget(t1._android_textfield$_textContentLayerLink, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null), _null); + t2.push(t1._android_textfield$_buildSelectableText$0()); + return new A.CompositedTransformTarget(t1._android_textfield$_textContentLayerLink, new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, t2, null), null); }, - $signature: 806 + $signature: 901 + }; + A.SuperAndroidTextFieldState__buildSelectableText_closure0.prototype = { + call$2(context, textLayout) { + var t4, _null = null, + t1 = A._setArrayType([], type$.JSArray_Widget), + t2 = this.$this, + t3 = t2._widget.textController._realController.get$selection().get$isValid(); + if (t3) { + t3 = t2._widget; + t4 = t3.selectionColor; + t3 = t3.textController._realController.get$selection(); + t1.push(new A.TextLayoutSelectionHighlight(textLayout, new A.SelectionHighlightStyle(t4), t3, _null)); + } + t3 = t2._widget.textController._realController.get$composingRegion().get$isValid(); + if (t3) { + t2._widget.toString; + t3 = true; + } else + t3 = false; + if (t3) { + t3 = t2._widget.textStyleBuilder$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)).color; + if (t3 == null) + t3 = A.Theme_of(context).colorScheme.brightness === B.Brightness_1 ? B.Color_4278190080 : B.Color_4294967295; + t1.push(new A.TextUnderlineLayer(textLayout, A._setArrayType([new A.TextLayoutUnderline(new A.UnderlineStyle(t3), t2._widget.textController._realController.get$composingRegion())], type$.JSArray_TextLayoutUnderline), _null)); + } + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); + }, + $signature: 391 + }; + A.SuperAndroidTextFieldState__buildSelectableText_closure.prototype = { + call$2(context, textLayout) { + var t3, + t1 = this.$this, + t2 = t1.__SuperAndroidTextFieldState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!t2.get$hasFocus()) + return B.SizedBox_null_null_null_null; + t2 = t1._widget.caretStyle; + t3 = t1.__SuperAndroidTextFieldState__textEditingController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3._realController.get$selection(); + t3 = t3.start === t3.end ? t1.__SuperAndroidTextFieldState__textEditingController_A._realController.get$selection().get$extent() : null; + return A.TextLayoutCaret$(t1._widget.blinkTimingMode, t3, t2, textLayout); + }, + $signature: 608 + }; + A.SuperAndroidTextFieldState__buildPopoverToolbar_closure.prototype = { + call$2(context, _) { + var t3, t4, + t1 = this.$this, + t2 = t1.__SuperAndroidTextFieldState__editingOverlayController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.__SuperAndroidTextFieldState__textScrollController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t1._widget; + return new A.AndroidEditingOverlayControls(t2, t3, t1._android_textfield$_textFieldKey, t1._android_textfield$_textContentLayerLink, t1._android_textfield$_textContentKey, t4.tapRegionGroupId, t4.handlesColor, false, A.android_textfield___defaultAndroidToolbarBuilder$closure(), null); + }, + $signature: 3442 }; A._defaultAndroidToolbarBuilder_closure.prototype = { call$0() { @@ -595794,35 +611238,33 @@ }; A.SuperDesktopTextFieldState.prototype = { initState$0() { - var t1, _this = this; + var t1, t2, _this = this; _this.super$State$initState(); t1 = _this._widget.focusNode; - if (t1 == null) - t1 = A.FocusNode$(true, null, true, true, null, null, false); t1.addListener$1(0, _this.get$_updateSelectionOnFocusChange()); _this.__SuperDesktopTextFieldState__focusNode_A = t1; t1 = _this._widget; t1 = t1.textController; _this.__SuperDesktopTextFieldState__controller_A = t1; t1.addListener$1(0, _this.get$_onSelectionOrContentChange()); - _this.__SuperDesktopTextFieldState__scrollController_A = A.ScrollController$(0, true); + t1 = A.ScrollController$(0, true); + _this.__SuperDesktopTextFieldState__scrollController_A = t1; + t2 = new A.TextFieldScroller(); + t2._text_field_scroller$_scrollController = t1; + _this.__SuperDesktopTextFieldState__textFieldScroller_A = t2; + _this._createTextFieldContext$0(); _this._updateSelectionOnFocusChange$0(); }, didUpdateWidget$1(oldWidget) { - var t1, t2, t3, _this = this; + var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); - t1 = oldWidget.focusNode; - if (_this._widget.focusNode != t1) { - t2 = _this.__SuperDesktopTextFieldState__focusNode_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = _this.get$_updateSelectionOnFocusChange(); - t2.removeListener$1(0, t3); - if (t1 == null) - _this.__SuperDesktopTextFieldState__focusNode_A.dispose$0(); + if (_this._widget.focusNode !== oldWidget.focusNode) { + t1 = _this.__SuperDesktopTextFieldState__focusNode_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t2 = _this.get$_updateSelectionOnFocusChange(); + t1.removeListener$1(0, t2); t1 = _this._widget.focusNode; - if (t1 == null) - t1 = A.FocusNode$(true, null, true, true, null, null, false); - t1.addListener$1(0, t3); + t1.addListener$1(0, t2); _this.__SuperDesktopTextFieldState__focusNode_A = t1; _this._updateSelectionOnFocusChange$0(); } @@ -595835,6 +611277,7 @@ t1 = t1.textController; _this.__SuperDesktopTextFieldState__controller_A = t1; t1.addListener$1(0, t2); + _this._createTextFieldContext$0(); } if (_this._widget.padding.$eq(0, oldWidget.padding)) { t1 = _this._widget; @@ -595846,14 +611289,16 @@ }, dispose$0() { var _this = this, - t1 = _this.__SuperDesktopTextFieldState__scrollController_A; + t1 = _this.__SuperDesktopTextFieldState__textFieldScroller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._text_field_scroller$_scrollController = null; + t1 = _this.__SuperDesktopTextFieldState__scrollController_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.dispose$0(); t1 = _this.__SuperDesktopTextFieldState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeListener$1(0, _this.get$_updateSelectionOnFocusChange()); - if (_this._widget.focusNode == null) - _this.__SuperDesktopTextFieldState__focusNode_A.dispose$0(); + _this._widget.toString; t1 = _this.__SuperDesktopTextFieldState__controller_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeListener$1(0, _this.get$_onSelectionOrContentChange()); @@ -595861,10 +611306,17 @@ _this._widget.toString; _this.super$State$dispose(); }, - get$textLayout() { - var t1 = this._desktop_textfield$_textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); + _createTextFieldContext$0() { + var t2, t3, t4, _this = this, + t1 = _this._framework$_element; + t1.toString; + t2 = _this.__SuperDesktopTextFieldState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this.__SuperDesktopTextFieldState__controller_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = _this.__SuperDesktopTextFieldState__textFieldScroller_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + _this.__SuperDesktopTextFieldState__textFieldContext_A = new A.SuperTextFieldContext(t1, t2, t3, new A.SuperDesktopTextFieldState__createTextFieldContext_closure(_this), t4); }, _updateSelectionOnFocusChange$0() { var _this = this, @@ -595888,9 +611340,9 @@ _this._desktop_textfield$_hasFocus = _this.__SuperDesktopTextFieldState__focusNode_A.get$hasFocus(); }, _onSelectionOrContentChange$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure(this)); + A.Frames_onNextFrame(this, new A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure(this)); }, - _desktop_textfield$_updateViewportHeight$0() { + _updateViewportHeight$0() { var t3, minHeight, maxHeight, _this = this, t1 = {}, estimatedLineHeight = _this._getEstimatedLineHeight$0(), estimatedLinesOfText = _this._getEstimatedLinesOfText$0(), @@ -595913,7 +611365,7 @@ t2 = minHeight; } else t2 = null; - if (t2 == _this._desktop_textfield$_viewportHeight) + if (t2 == _this._viewportHeight) return false; _this.setState$1(new A.SuperDesktopTextFieldState__updateViewportHeight_closure(t1, _this)); return true; @@ -595928,9 +611380,8 @@ t1 = _this._desktop_textfield$_textKey; if (t1.get$currentState() == null) return 0; - t1 = t1.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); + t1 = A.RenderSuperTextLayout_textLayoutFrom(t1.get$currentState()._textLayoutKey); + t1.toString; t2 = _this.__SuperDesktopTextFieldState__controller_A._realController; lineCount = B.JSNumber_methods.ceil$0(t1.getOffsetAtPosition$1(new A.TextPosition(t2.get$text(t2).text.length, B.TextAffinity_1))._dy / _this._getEstimatedLineHeight$0()); t1 = _this.__SuperDesktopTextFieldState__controller_A._realController; @@ -595948,63 +611399,93 @@ defaultStyle = _this._widget.textStyleBuilder$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)); t1 = _this._framework$_element; t1.toString; - t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_3); - t1 = t1 == null ? null : t1.textScaleFactor; + t1 = A.MediaQuery__maybeOf(t1, B._MediaQueryAspect_4); + t1 = t1 == null ? null : t1.get$textScaler(); if (t1 == null) - t1 = 1; + t1 = B._LinearTextScaler_1; return _this._estimatedLineHeight.calculate$2(defaultStyle, t1); }, build$1(context) { - var t2, isMultiline, t3, t4, t5, t6, _this = this, _null = null, + var t2, isMultiline, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, t1 = _this._desktop_textfield$_textKey; if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1) == null) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperDesktopTextFieldState_build_closure(_this)); + A.Frames_scheduleBuildAfterBuild(_this, new A.SuperDesktopTextFieldState_build_closure(_this)); t2 = _this._widget; isMultiline = t2.minLines !== 1 || t2.maxLines !== 1; - t2 = _this.__SuperDesktopTextFieldState__focusNode_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = _this.__SuperDesktopTextFieldState__controller_A; + t2 = t2.tapRegionGroupId; + t3 = _this.__SuperDesktopTextFieldState__scrollController_A; t3 === $ && A.throwUnnamedLateFieldNI(); - t3 = new A.SuperTextFieldGestureInteractor(t2, t3, t1, _this._textScrollKey, isMultiline, _null, new A.MultiListenableBuilder(A.LinkedHashSet_LinkedHashSet$_literal([t2, t3], type$.Listenable), new A.SuperDesktopTextFieldState_build_closure0(_this, isMultiline), _null), _null); - t2 = _this.__SuperDesktopTextFieldState__focusNode_A; - t4 = _this.__SuperDesktopTextFieldState__controller_A; - t5 = _this._widget; - t6 = t5.keyboardHandlers; - return new A.SuperTextFieldKeyboardInteractor(t2, t4, t1, t6, t5.inputSource === B.TextInputSource_1 ? new A.SuperTextFieldImeInteractor(t2, t4, isMultiline, t3, _null) : t3, _null); + t4 = A.ScrollConfiguration_of(context).getScrollPhysics$1(context); + t5 = _this.__SuperDesktopTextFieldState__focusNode_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this.__SuperDesktopTextFieldState__controller_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + _this._widget.toString; + t4 = A.ScrollbarWithCustomPhysics$(new A.SuperTextFieldGestureInteractor(t5, t6, t1, _this._textScrollKey, isMultiline, _null, new A.MultiListenableBuilder(A.LinkedHashSet_LinkedHashSet$_literal([t5, t6], type$.Listenable), new A.SuperDesktopTextFieldState_build_closure0(_this, isMultiline), _null), _null), t3, t4); + t3 = A.defaultTargetPlatform() === B.TargetPlatform_4 ? $.$get$disabledMacIntents() : A.LinkedHashMap_LinkedHashMap$_empty(type$.Type, type$.Action_Intent); + t5 = _this.__SuperDesktopTextFieldState__focusNode_A; + t6 = _this.__SuperDesktopTextFieldState__textFieldContext_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + t7 = _this._widget; + t8 = t7.keyboardHandlers; + if (t7.inputSource === B.TextInputSource_1) { + t9 = t7.textInputAction; + t10 = t7.imeConfiguration; + t11 = t7.textStyleBuilder; + t7 = t7.textAlign; + t12 = _this._framework$_element.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); + t12.toString; + t4 = new A.SuperTextFieldImeInteractor(t5, t6, isMultiline, t1, B.Map_00, t9, t10, t11, t7, t12.textDirection, t4, _null); + t1 = t4; + } else + t1 = t4; + return A.TapRegion$(A.Actions$(t3, new A.SuperTextFieldKeyboardInteractor(t5, t6, t8, t1, _null)), _null, true, t2, _null, _null, _null); }, - $isProseTextBlock: 1 + _desktop_textfield$_buildSelectableText$0() { + var t2, t3, _this = this, + t1 = _this.__SuperDesktopTextFieldState__controller_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._realController; + t1 = A.ComputeTextSpan_computeTextSpan(t1.get$text(t1), _this._widget.textStyleBuilder); + t2 = _this._widget.textAlign; + t3 = _this._framework$_element; + t3.toString; + t3 = A.MediaQuery__maybeOf(t3, B._MediaQueryAspect_4); + t3 = t3 == null ? null : t3.get$textScaler(); + if (t3 == null) + t3 = B._LinearTextScaler_1; + return new A.FillWidthIfConstrained(A.SuperText$(_this._desktop_textfield$_textKey, new A.SuperDesktopTextFieldState__buildSelectableText_closure(_this), new A.SuperDesktopTextFieldState__buildSelectableText_closure0(_this), t1, t2, B.TextDirection_1, t3), null); + } + }; + A.SuperDesktopTextFieldState__createTextFieldContext_closure.prototype = { + call$0() { + var t1 = A.RenderSuperTextLayout_textLayoutFrom(this.$this._desktop_textfield$_textKey.get$currentState()._textLayoutKey); + t1.toString; + return t1; + }, + $signature: 3443 }; A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1._desktop_textfield$_updateViewportHeight$0(); + call$1(_) { + return this.$this._updateViewportHeight$0(); }, - $signature: 11 + $signature: 12 }; A.SuperDesktopTextFieldState__updateViewportHeight_closure.prototype = { call$0() { - this.$this._desktop_textfield$_viewportHeight = this._box_0.viewportHeight; + this.$this._viewportHeight = this._box_0.viewportHeight; }, $signature: 0 }; A.SuperDesktopTextFieldState_build_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1.setState$1(new A.SuperDesktopTextFieldState_build__closure(t1)); - }, - $signature: 11 - }; - A.SuperDesktopTextFieldState_build__closure.prototype = { call$0() { - this.$this._desktop_textfield$_updateViewportHeight$0(); + this.$this._updateViewportHeight$0(); }, $signature: 0 }; A.SuperDesktopTextFieldState_build_closure0.prototype = { call$1(context) { - var isTextEmpty, showHint, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _null = null, + var isTextEmpty, showHint, t3, t4, t5, t6, t7, t1 = this.$this, t2 = t1.__SuperDesktopTextFieldState__controller_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -596022,37 +611503,64 @@ showHint = t2; } else showHint = true; - t2 = t1._desktop_textfield$_textKey; - t3 = t1.__SuperDesktopTextFieldState__controller_A; + t2 = t1.__SuperDesktopTextFieldState__controller_A; t1._widget.toString; - t4 = t1.__SuperDesktopTextFieldState__scrollController_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t5 = t1._desktop_textfield$_viewportHeight; - t6 = t1._getEstimatedLineHeight$0(); - t7 = t1._widget.padding; - t8 = A._setArrayType([], type$.JSArray_Widget); + t3 = t1.__SuperDesktopTextFieldState__scrollController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t1._viewportHeight; + t5 = t1._getEstimatedLineHeight$0(); + t6 = t1._widget.padding; + t7 = A._setArrayType([], type$.JSArray_Widget); if (showHint) - t8.push(t1._widget.hintBuilder.call$1(context)); - t9 = t1.__SuperDesktopTextFieldState__controller_A._realController; - t9 = A.ComputeTextSpan_computeTextSpan(t9.get$text(t9), t1._widget.textStyleBuilder); - t10 = t1._widget.textAlign; - t11 = t1._framework$_element; - t11.toString; - t11 = A.MediaQuery__maybeOf(t11, B._MediaQueryAspect_3); - t11 = t11 == null ? _null : t11.textScaleFactor; - if (t11 == null) - t11 = 1; - t12 = t1._widget; - t13 = t12.selectionHighlightStyle; - t12 = t12.caretStyle; - t14 = t1.__SuperDesktopTextFieldState__controller_A._realController.get$selection(); - t15 = t1.__SuperDesktopTextFieldState__focusNode_A; - t15 === $ && A.throwUnnamedLateFieldNI(); - t8.push(new A.FillWidthIfConstrained(A.SuperTextWithSelection$single(t2, t9, t10, B.TextDirection_1, t11, A.UserSelection$(t12, t15.get$hasFocus(), t13, false, t14)), _null)); + t7.push(t1._widget.hintBuilder.call$1(context)); + t7.push(t1._desktop_textfield$_buildSelectableText$0()); t1._widget.toString; - return new A.SuperTextFieldScrollview(t3, t2, t4, t7, t5, t6, this.isMultiline, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t8, _null), t1._textScrollKey); + return new A.SuperTextFieldScrollview(t2, t1._desktop_textfield$_textKey, t3, t6, t4, t5, this.isMultiline, new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, t7, null), t1._textScrollKey); }, - $signature: 52 + $signature: 46 + }; + A.SuperDesktopTextFieldState__buildSelectableText_closure0.prototype = { + call$2(context, textLayout) { + var t4, _null = null, + t1 = A._setArrayType([], type$.JSArray_Widget), + t2 = this.$this, + t3 = t2._widget.textController._realController.get$selection().get$isValid(); + if (t3) { + t3 = t2._widget; + t4 = t3.selectionHighlightStyle; + t3 = t3.textController._realController.get$selection(); + t1.push(new A.TextLayoutSelectionHighlight(textLayout, t4, t3, _null)); + } + t3 = t2._widget.textController._realController.get$composingRegion().get$isValid(); + if (t3) + t3 = t2._widget.showComposingUnderline; + else + t3 = false; + if (t3) { + t3 = t2._widget.textStyleBuilder$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)).color; + if (t3 == null) + t3 = A.Theme_of(context).colorScheme.brightness === B.Brightness_1 ? B.Color_4278190080 : B.Color_4294967295; + t1.push(new A.TextUnderlineLayer(textLayout, A._setArrayType([new A.TextLayoutUnderline(new A.UnderlineStyle(t3), t2._widget.textController._realController.get$composingRegion())], type$.JSArray_TextLayoutUnderline), _null)); + } + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); + }, + $signature: 391 + }; + A.SuperDesktopTextFieldState__buildSelectableText_closure.prototype = { + call$2(context, textLayout) { + var t3, + t1 = this.$this, + t2 = t1.__SuperDesktopTextFieldState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!t2.get$hasFocus()) + return B.SizedBox_null_null_null_null; + t2 = t1._widget.caretStyle; + t3 = t1.__SuperDesktopTextFieldState__controller_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3._realController.get$selection().get$extent(); + return A.TextLayoutCaret$(t1._widget.blinkTimingMode, t3, t2, textLayout); + }, + $signature: 608 }; A.SuperTextFieldGestureInteractor.prototype = { createState$0() { @@ -596061,14 +611569,12 @@ }; A._SuperTextFieldGestureInteractorState.prototype = { _desktop_textfield$_onTapDown$1(details) { - var textOffset, t2, tapTextPosition, expandSelection, _this = this, _null = null, - t1 = $.$get$_log4(); + var textOffset, tapTextPosition, t2, expandSelection, _this = this, _null = null, + t1 = $.$get$_log0(); t1.log$4(B.Level_FINE_500, "Tap down on SuperTextField", _null, _null); - _this._desktop_textfield$_selectionType = B._SelectionType_0; + _this._selectionType = B._SelectionType_0; textOffset = _this._getTextOffset$1(details.localPosition); - t2 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - tapTextPosition = type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getPositionNearestToOffset$1(textOffset); + tapTextPosition = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getPositionNearestToOffset$1(textOffset); t1.log$4(B.Level_FINER_400, "Tap text position: " + tapTextPosition.toString$0(0), _null, _null); t1 = $.$get$RawKeyboard_instance()._keysPressed; t2 = t1.get$values(t1); @@ -596087,38 +611593,42 @@ }, _desktop_textfield$_onDoubleTapDown$1(details) { var tapTextPosition, _this = this; - _this._desktop_textfield$_selectionType = B._SelectionType_1; - $.$get$_log4().log$4(B.Level_FINER_400, "_onDoubleTapDown - EditableDocument: onDoubleTap()", null, null); + _this._selectionType = B._SelectionType_1; + $.$get$_log0().log$4(B.Level_FINER_400, "_onDoubleTapDown - EditableDocument: onDoubleTap()", null, null); tapTextPosition = _this._getPositionAtOffset$1(details.localPosition); if (tapTextPosition != null) _this.setState$1(new A._SuperTextFieldGestureInteractorState__onDoubleTapDown_closure(_this, tapTextPosition)); else - _this._desktop_textfield$_clearSelection$0(); + _this._clearSelection$0(); _this._widget.focusNode.requestFocus$0(); }, - _desktop_textfield$_onDoubleTap$0() { - this._desktop_textfield$_selectionType = B._SelectionType_0; + _onDoubleTap$0() { + this._selectionType = B._SelectionType_0; }, _desktop_textfield$_onTripleTapDown$1(details) { var tapTextPosition, _this = this; - _this._desktop_textfield$_selectionType = B._SelectionType_2; - $.$get$_log4().log$4(B.Level_FINER_400, "_onTripleTapDown - EditableDocument: onTripleTapDown()", null, null); + _this._selectionType = B._SelectionType_2; + $.$get$_log0().log$4(B.Level_FINER_400, "_onTripleTapDown - EditableDocument: onTripleTapDown()", null, null); tapTextPosition = _this._getPositionAtOffset$1(details.localPosition); if (tapTextPosition != null) _this.setState$1(new A._SuperTextFieldGestureInteractorState__onTripleTapDown_closure(_this, tapTextPosition)); else - _this._desktop_textfield$_clearSelection$0(); + _this._clearSelection$0(); _this._widget.focusNode.requestFocus$0(); }, - _desktop_textfield$_onTripleTap$0() { - this._desktop_textfield$_selectionType = B._SelectionType_0; + _onTripleTap$0() { + this._selectionType = B._SelectionType_0; }, _onRightClick$1(details) { this._widget.toString; }, _desktop_textfield$_onPanStart$1(details) { - var t1, t2, _this = this; - $.$get$_log4().log$4(B.Level_FINE_500, "User started pan", null, null); + var t2, _this = this, + t1 = details.kind; + _this._panGestureDevice = t1; + if (t1 === B.PointerDeviceKind_4) + return; + $.$get$_log0().log$4(B.Level_FINE_500, "User started pan", null, null); t1 = details.localPosition; _this._dragStartInViewport = t1; _this._dragStartInText = _this._getTextOffset$1(t1); @@ -596129,12 +611639,28 @@ _this._widget.focusNode.requestFocus$0(); }, _desktop_textfield$_onPanUpdate$1(details) { - $.$get$_log4().log$4(B.Level_FINER_400, "User moved during pan", null, null); - this.setState$1(new A._SuperTextFieldGestureInteractorState__onPanUpdate_closure(this, details)); + var _this = this; + $.$get$_log0().log$4(B.Level_FINER_400, "User moved during pan", null, null); + if (_this._panGestureDevice === B.PointerDeviceKind_4) { + _this._scrollVertically$1(details.delta._dy * -1); + return; + } + _this.setState$1(new A._SuperTextFieldGestureInteractorState__onPanUpdate_closure(_this, details)); }, _desktop_textfield$_onPanEnd$1(details) { - var t1, _this = this; - $.$get$_log4().log$4(B.Level_FINER_400, "User ended a pan", null, null); + var t1, pos, _this = this; + $.$get$_log0().log$4(B.Level_FINER_400, "User ended a pan", null, null); + if (_this._panGestureDevice === B.PointerDeviceKind_4) { + t1 = _this._widget.textScrollKey.get$currentState(); + t1.toString; + pos = B.JSArray_methods.get$single(t1._widget.scrollController._positions); + t1 = pos._maxScrollExtent; + t1.toString; + if (t1 > 0) + pos.goBallistic$1(-details.velocity.pixelsPerSecond._dy); + pos.context.setIgnorePointer$1(false); + return; + } _this.setState$1(new A._SuperTextFieldGestureInteractorState__onPanEnd_closure(_this)); t1 = _this._widget.textScrollKey.get$currentState(); t1.toString; @@ -596145,7 +611671,7 @@ }, _desktop_textfield$_onPanCancel$0() { var t1, _this = this; - $.$get$_log4().log$4(B.Level_FINER_400, "User cancelled a pan", null, null); + $.$get$_log0().log$4(B.Level_FINER_400, "User cancelled a pan", null, null); _this.setState$1(new A._SuperTextFieldGestureInteractorState__onPanCancel_closure(_this)); t1 = _this._widget.textScrollKey.get$currentState(); t1.toString; @@ -596154,7 +611680,7 @@ t1.toString; t1.stopScrollingToEnd$0(); }, - _desktop_textfield$_updateDragSelection$0() { + _updateDragSelection$0() { var _this = this; if (_this._dragStartInText == null || _this._dragEndInText == null) return; @@ -596167,33 +611693,17 @@ t4 = selection2.end; return affinity === B.TextAffinity_1 ? A.TextSelection$(B.TextAffinity_1, Math.min(t1, t2), Math.max(t3, t4), false) : A.TextSelection$(B.TextAffinity_1, Math.max(t3, t4), Math.min(t1, t2), false); }, - _desktop_textfield$_clearSelection$0() { + _clearSelection$0() { this.setState$1(new A._SuperTextFieldGestureInteractorState__clearSelection_closure(this)); }, _onPointerSignal$1($event) { - var t1, t2, t3, newScrollOffset, _this = this; - if (type$.PointerScrollEvent._is($event)) { - t1 = _this._widget.textScrollKey.get$currentState(); - t1.toString; - t1 = t1._widget.scrollController; - t1 = t1.get$position(t1)._pixels; - t1.toString; - t2 = $event.get$scrollDelta(); - t3 = _this._widget.textScrollKey.get$currentState(); - t3.toString; - t3 = B.JSArray_methods.get$single(t3._widget.scrollController._positions)._maxScrollExtent; - t3.toString; - newScrollOffset = B.JSNumber_methods.clamp$2(t1 + t2._dy, 0, t3); - t3 = _this._widget.textScrollKey.get$currentState(); - t3.toString; - t3._widget.scrollController.jumpTo$1(newScrollOffset); - _this._desktop_textfield$_updateDragSelection$0(); - } + if (type$.PointerScrollEvent._is($event)) + this._scrollVertically$1($event.get$scrollDelta()._dy); }, _scrollIfNearBoundary$0() { var editorBox, t1, _this = this; if (_this._dragEndInViewport == null) { - $.$get$_log4().log$4(B.Level_FINER_400, "_scrollIfNearBoundary - Can't scroll near boundary because _dragEndInViewport is null", null, null); + $.$get$_log0().log$4(B.Level_FINER_400, "_scrollIfNearBoundary - Can't scroll near boundary because _dragEndInViewport is null", null, null); return; } if (!_this._widget.isMultiline) { @@ -596239,7 +611749,7 @@ var t2, t1 = this._dragEndInViewport; if (t1 == null) { - $.$get$_log4().log$4(B.Level_FINER_400, "_scrollUp - Can't scroll up because _dragEndInViewport is null", null, null); + $.$get$_log0().log$4(B.Level_FINER_400, "_scrollUp - Can't scroll up because _dragEndInViewport is null", null, null); return; } t1 = A.lerpDouble(0, 20, 1 - B.JSNumber_methods.clamp$2(t1._dy, 0, 24) / 24); @@ -596251,7 +611761,7 @@ _startScrollingToEnd$0() { var editorBox, t1, t2, _this = this; if (_this._dragEndInViewport == null) { - $.$get$_log4().log$4(B.Level_FINER_400, "_scrollDown - Can't scroll down because _dragEndInViewport is null", null, null); + $.$get$_log0().log$4(B.Level_FINER_400, "_scrollDown - Can't scroll down because _dragEndInViewport is null", null, null); return; } editorBox = type$.RenderBox._as(_this._framework$_element.get$renderObject()); @@ -596261,17 +611771,28 @@ t2.toString; t2.startScrollingToEnd$1$amountPerFrame(t1); }, + _scrollVertically$1(delta) { + var t2, newScrollOffset, _this = this, + t1 = _this._widget.textScrollKey.get$currentState(); + t1.toString; + t1 = t1._widget.scrollController; + t1 = t1.get$position(t1)._pixels; + t1.toString; + t2 = _this._widget.textScrollKey.get$currentState(); + t2.toString; + t2 = B.JSArray_methods.get$single(t2._widget.scrollController._positions)._maxScrollExtent; + t2.toString; + newScrollOffset = B.JSNumber_methods.clamp$2(t1 + delta, 0, t2); + t2 = _this._widget.textScrollKey.get$currentState(); + t2.toString; + t2._widget.scrollController.jumpTo$1(newScrollOffset); + _this._updateDragSelection$0(); + }, _getPositionAtOffset$1(textFieldOffset) { var textOffset = this._getTextOffset$1(textFieldOffset), t1 = this._widget.textKey, textBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()); - if (textBox.get$size(textBox).contains$1(0, textOffset)) { - t1 = this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionAtOffset$1(textOffset); - } else - t1 = null; - return t1; + return textBox.get$size(textBox).contains$1(0, textOffset) ? A.RenderSuperTextLayout_textLayoutFrom(this._widget.textKey.get$currentState()._textLayoutKey).getPositionAtOffset$1(textOffset) : null; }, _getTextOffset$1(textFieldOffset) { var t1 = type$.RenderBox, @@ -596284,7 +611805,7 @@ t1 = A.MediaQuery__maybeOf(context, _null), gestureSettings = t1 == null ? _null : t1.gestureSettings; t1 = A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A._SuperTextFieldGestureInteractorState_build_closure(), new A._SuperTextFieldGestureInteractorState_build_closure0(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A._SuperTextFieldGestureInteractorState_build_closure1(), new A._SuperTextFieldGestureInteractorState_build_closure2(_this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer); - return A.Listener$(B.HitTestBehavior_0, A.GestureDetector$(_null, new A.RawGestureDetector(A.MouseRegion$(_this._widget.child, B.SystemMouseCursor_text, _null, _null, _null, _null, _null), t1, B.HitTestBehavior_2, false, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_onRightClick(), _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), _null, _null, _null, _null, _null, _null, _this.get$_onPointerSignal(), _null); + return A.Listener$(B.HitTestBehavior_0, A.GestureDetector$(_null, new A.RawGestureDetector(A.MouseRegion$(_this._widget.child, B.SystemMouseCursor_text, _null, _null, _null, _null, _null), t1, B.HitTestBehavior_2, false, _null), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_onRightClick(), _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), _null, _null, new A._SuperTextFieldGestureInteractorState_build_closure3(_this), new A._SuperTextFieldGestureInteractorState_build_closure4(_this), _null, new A._SuperTextFieldGestureInteractorState_build_closure5(_this), _this.get$_onPointerSignal(), _null); } }; A._SuperTextFieldGestureInteractorState__onTapDown_closure.prototype = { @@ -596294,27 +611815,21 @@ t3 = this.tapTextPosition.offset; t3 = this.expandSelection ? A.TextSelection$(B.TextAffinity_1, t2._realController.get$selection().baseOffset, t3, false) : A.TextSelection$collapsed(B.TextAffinity_1, t3); t2._realController.set$selection(t3); - $.$get$_log4().log$4(B.Level_FINER_400, "New text field selection: " + t1._widget.textController._realController.get$selection().toString$0(0), null, null); + $.$get$_log0().log$4(B.Level_FINER_400, "New text field selection: " + t1._widget.textController._realController.get$selection().toString$0(0), null, null); }, $signature: 0 }; A._SuperTextFieldGestureInteractorState__onDoubleTapDown_closure.prototype = { call$0() { - var t1 = this.$this._widget, - t2 = t1.textController; - t1 = t1.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2._realController.set$selection(type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getWordSelectionAt$1(this.tapTextPosition)); + var t1 = this.$this._widget; + t1.textController._realController.set$selection(A.RenderSuperTextLayout_textLayoutFrom(t1.textKey.get$currentState()._textLayoutKey).getWordSelectionAt$1(this.tapTextPosition)); }, $signature: 0 }; A._SuperTextFieldGestureInteractorState__onTripleTapDown_closure.prototype = { call$0() { - var t1 = this.$this._widget, - t2 = t1.textController; - t1 = t1.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2._realController.set$selection(A.paragraphExpansionFilter(type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout()._richText.toPlainText$0(), this.tapTextPosition, B.TextAffinity_1)); + var t1 = this.$this._widget; + t1.textController._realController.set$selection(A.paragraphExpansionFilter(A.RenderSuperTextLayout_textLayoutFrom(t1.textKey.get$currentState()._textLayoutKey)._richText.toPlainText$0(), this.tapTextPosition, B.TextAffinity_1)); }, $signature: 0 }; @@ -596331,8 +611846,8 @@ t3.toString; t3 = A.Rect$fromPoints(t2, t3); t1._dragRectInViewport = t3; - $.$get$_log4().log$4(B.Level_FINER_400, "_onPanUpdate - drag rect: " + t3.toString$0(0), null, null); - t1._desktop_textfield$_updateDragSelection$0(); + $.$get$_log0().log$4(B.Level_FINER_400, "_onPanUpdate - drag rect: " + t3.toString$0(0), null, null); + t1._updateDragSelection$0(); t1._scrollIfNearBoundary$0(); }, $signature: 0 @@ -596353,38 +611868,25 @@ }; A._SuperTextFieldGestureInteractorState__updateDragSelection_closure.prototype = { call$0() { - var t3, t4, startDragOffset, endDragOffset, affinity, baseParagraphSelection, extentParagraphSelection, + var startDragOffset, endDragOffset, affinity, t3, baseParagraphSelection, extentParagraphSelection, t1 = this.$this, t2 = t1._dragStartInText; t2.toString; - t3 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t4 = type$.ProseTextBlock; - startDragOffset = t4._as(t3.get$currentState()).get$textLayout().getPositionNearestToOffset$1(t2).offset; + startDragOffset = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey).getPositionNearestToOffset$1(t2).offset; t2 = t1._dragEndInText; t2.toString; - t3 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - endDragOffset = t4._as(t3.get$currentState()).get$textLayout().getPositionNearestToOffset$1(t2).offset; + endDragOffset = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey).getPositionNearestToOffset$1(t2).offset; affinity = startDragOffset <= endDragOffset ? B.TextAffinity_1 : B.TextAffinity_0; - t2 = t1._desktop_textfield$_selectionType; + t2 = t1._selectionType; if (t2 === B._SelectionType_2) { - t2 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = A.paragraphExpansionFilter(t4._as(t2.get$currentState()).get$textLayout()._richText.toPlainText$0(), new A.TextPosition(startDragOffset, B.TextAffinity_1), affinity); - t3 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t3 = A.paragraphExpansionFilter(t4._as(t3.get$currentState()).get$textLayout()._richText.toPlainText$0(), new A.TextPosition(endDragOffset, B.TextAffinity_1), affinity); + t2 = A.paragraphExpansionFilter(A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey)._richText.toPlainText$0(), new A.TextPosition(startDragOffset, B.TextAffinity_1), affinity); + t3 = A.paragraphExpansionFilter(A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey)._richText.toPlainText$0(), new A.TextPosition(endDragOffset, B.TextAffinity_1), affinity); t1._widget.textController._realController.set$selection(t1._combineSelections$3(t2, t3, affinity)); } else { t3 = t1._widget; if (t2 === B._SelectionType_1) { - t2 = t3.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - baseParagraphSelection = t4._as(t2.get$currentState()).get$textLayout().getWordSelectionAt$1(new A.TextPosition(startDragOffset, B.TextAffinity_1)); - t2 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - extentParagraphSelection = t4._as(t2.get$currentState()).get$textLayout().getWordSelectionAt$1(new A.TextPosition(endDragOffset, B.TextAffinity_1)); + baseParagraphSelection = A.RenderSuperTextLayout_textLayoutFrom(t3.textKey.get$currentState()._textLayoutKey).getWordSelectionAt$1(new A.TextPosition(startDragOffset, B.TextAffinity_1)); + extentParagraphSelection = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey).getWordSelectionAt$1(new A.TextPosition(endDragOffset, B.TextAffinity_1)); t1._widget.textController._realController.set$selection(t1._combineSelections$3(baseParagraphSelection, extentParagraphSelection, affinity)); } else t3.textController._realController.set$selection(A.TextSelection$(B.TextAffinity_1, startDragOffset, endDragOffset, false)); @@ -596398,6 +611900,33 @@ }, $signature: 0 }; + A._SuperTextFieldGestureInteractorState_build_closure4.prototype = { + call$1($event) { + var t1 = this.$this._widget.textScrollKey.get$currentState(); + t1.toString; + t1.goIdle$0(); + return null; + }, + $signature: 247 + }; + A._SuperTextFieldGestureInteractorState_build_closure3.prototype = { + call$1($event) { + var t1 = this.$this._widget.textScrollKey.get$currentState(); + t1.toString; + t1.goIdle$0(); + return null; + }, + $signature: 190 + }; + A._SuperTextFieldGestureInteractorState_build_closure5.prototype = { + call$1($event) { + var t1 = this.$this._widget.textScrollKey.get$currentState(); + t1.toString; + t1.goIdle$0(); + return null; + }, + $signature: 563 + }; A._SuperTextFieldGestureInteractorState_build_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); @@ -596409,18 +611938,18 @@ var t1 = this.$this; recognizer.onTapDown = t1.get$_desktop_textfield$_onTapDown(); recognizer.onDoubleTapDown = t1.get$_desktop_textfield$_onDoubleTapDown(); - recognizer.onDoubleTap = t1.get$_desktop_textfield$_onDoubleTap(); + recognizer.onDoubleTap = t1.get$_onDoubleTap(); recognizer.onTripleTapDown = t1.get$_desktop_textfield$_onTripleTapDown(); - recognizer.onTripleTap = t1.get$_desktop_textfield$_onTripleTap(); + recognizer.onTripleTap = t1.get$_onTripleTap(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 262 + $signature: 264 }; A._SuperTextFieldGestureInteractorState_build_closure1.prototype = { call$0() { - return A.PanGestureRecognizer$(null, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_1], type$.PointerDeviceKind)); + return A.PanGestureRecognizer$(null, null); }, - $signature: 238 + $signature: 242 }; A._SuperTextFieldGestureInteractorState_build_closure2.prototype = { call$1(recognizer) { @@ -596431,7 +611960,7 @@ recognizer.onCancel = t1.get$_desktop_textfield$_onPanCancel(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 239 + $signature: 243 }; A.SuperTextFieldKeyboardInteractor.prototype = { createState$0() { @@ -596439,30 +611968,57 @@ } }; A._SuperTextFieldKeyboardInteractorState.prototype = { + initState$0() { + this.super$State$initState(); + this._widget.focusNode.addListener$1(0, this.get$_onFocusChange()); + }, + didUpdateWidget$1(oldWidget) { + var t1, t2, _this = this; + _this.super$State$didUpdateWidget(oldWidget); + t1 = oldWidget.focusNode; + if (_this._widget.focusNode !== t1) { + t2 = _this.get$_onFocusChange(); + t1.removeListener$1(0, t2); + _this._widget.focusNode.addListener$1(0, t2); + } + }, + dispose$0() { + this._widget.focusNode.removeListener$1(0, this.get$_onFocusChange()); + this.super$State$dispose(); + }, + _onFocusChange$0() { + if (this._widget.focusNode.get$hasFocus()) + return; + $.$get$_log0().log$4(B.Level_FINE_500, "Clearing selection because SuperTextField lost focus", null, null); + this._widget.textFieldContext.controller._realController.set$selection(B.TextSelection_ke5); + }, _desktop_textfield$_onKeyPressed$2(focusNode, keyEvent) { - var result, index, t2, t3, t4, _null = null, - t1 = $.$get$_log4(); + var result, index, _null = null, + t1 = $.$get$_log0(); t1.log$4(B.Level_FINE_500, "_onKeyPressed - keyEvent: " + keyEvent.data.get$logicalKey().toString$0(0) + ", character: " + A.S(keyEvent.character), _null, _null); if (!(keyEvent instanceof A.RawKeyDownEvent)) { t1.log$4(B.Level_FINER_400, string$.x5fonKey, _null, _null); return B.KeyEventResult_1; } - t1 = type$.ProseTextBlock; - result = B.TextFieldKeyboardHandlerResult_2; + result = B.TextFieldKeyboardHandlerResult_3; index = 0; while (true) { - if (!(result === B.TextFieldKeyboardHandlerResult_2 && index < this._widget.keyboardActions.length)) + if (!(result === B.TextFieldKeyboardHandlerResult_3 && index < this._widget.keyboardActions.length)) break; - t2 = this._widget; - t3 = t2.keyboardActions[index]; - t4 = t2.textController; - t2 = t2.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - result = t3.call$3$controller$keyEvent$textLayout(t4, keyEvent, t1._as(t2.get$currentState()).get$textLayout()); + t1 = this._widget; + result = t1.keyboardActions[index].call$2$keyEvent$textFieldContext(keyEvent, t1.textFieldContext); ++index; } - $.$get$_log4().log$4(B.Level_FINEST_300, "Key handler result: " + result.toString$0(0), _null, _null); - return result === B.TextFieldKeyboardHandlerResult_0 ? B.KeyEventResult_0 : B.KeyEventResult_1; + $.$get$_log0().log$4(B.Level_FINEST_300, "Key handler result: " + result.toString$0(0), _null, _null); + switch (result.index) { + case 0: + return B.KeyEventResult_0; + case 2: + return B.KeyEventResult_2; + case 1: + case 3: + return B.KeyEventResult_1; + } }, build$1(context) { var t1 = this._widget; @@ -596472,18 +612028,28 @@ A.SuperTextFieldImeInteractor.prototype = { createState$0() { return new A._SuperTextFieldImeInteractorState(B._StateLifecycle_0); + }, + textStyleBuilder$1(arg0) { + return this.textStyleBuilder.call$1(arg0); } }; A._SuperTextFieldImeInteractorState.prototype = { initState$0() { - var _this = this; + var t1, _this = this; _this.super$State$initState(); _this._widget.focusNode.addListener$1(0, _this.get$_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange()); + t1 = _this._widget.textFieldContext.controller; + t1._inputConnectionNotifier.addListener$1(0, _this.get$_onImeConnectionChanged()); + if (t1.__ime_text_editing_controller$_onPerformActionPressed == null) + t1.__ime_text_editing_controller$_onPerformActionPressed = _this.get$_onPerformAction(); + if (t1.onPerformSelector == null) + t1.onPerformSelector = _this.get$_onPerformSelector(); + _this.___SuperTextFieldImeInteractorState__textController_A = t1; if (_this._widget.focusNode.get$hasFocus()) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SuperTextFieldImeInteractorState_initState_closure(_this)); + A.Frames_onNextFrame(_this, new A._SuperTextFieldImeInteractorState_initState_closure(_this)); }, didUpdateWidget$1(oldWidget) { - var t1, t2, _this = this; + var t1, t2, t3, t4, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = oldWidget.focusNode; if (_this._widget.focusNode !== t1) { @@ -596491,64 +612057,195 @@ t1.removeListener$1(0, t2); _this._widget.focusNode.addListener$1(0, t2); if (_this._widget.focusNode.get$hasFocus()) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SuperTextFieldImeInteractorState_didUpdateWidget_closure(_this)); + A.Frames_onNextFrame(_this, new A._SuperTextFieldImeInteractorState_didUpdateWidget_closure(_this)); } + t1 = _this._widget.textFieldContext; + t2 = _this.___SuperTextFieldImeInteractorState__textController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (t1.controller !== t2) { + t1 = _this.get$_onPerformAction(); + if (J.$eq$(t2.__ime_text_editing_controller$_onPerformActionPressed, t1)) + _this.___SuperTextFieldImeInteractorState__textController_A.__ime_text_editing_controller$_onPerformActionPressed = null; + t2 = _this.get$_onPerformSelector(); + if (J.$eq$(_this.___SuperTextFieldImeInteractorState__textController_A.onPerformSelector, t2)) + _this.___SuperTextFieldImeInteractorState__textController_A.onPerformSelector = null; + t3 = _this.get$_onImeConnectionChanged(); + _this.___SuperTextFieldImeInteractorState__textController_A._inputConnectionNotifier.removeListener$1(0, t3); + t4 = _this._widget.textFieldContext.controller; + t4._inputConnectionNotifier.addListener$1(0, t3); + if (t4.__ime_text_editing_controller$_onPerformActionPressed == null) + t4.__ime_text_editing_controller$_onPerformActionPressed = t1; + if (t4.onPerformSelector == null) + t4.onPerformSelector = t2; + _this.___SuperTextFieldImeInteractorState__textController_A = t4; + } + _this._widget.toString; }, dispose$0() { - this._widget.focusNode.removeListener$1(0, this.get$_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange()); - this.super$State$dispose(); + var t1, _this = this; + _this._widget.focusNode.removeListener$1(0, _this.get$_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange()); + t1 = _this.___SuperTextFieldImeInteractorState__textController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1._inputConnectionNotifier.removeListener$1(0, _this.get$_onImeConnectionChanged()); + if (J.$eq$(_this.___SuperTextFieldImeInteractorState__textController_A.onPerformSelector, _this.get$_onPerformSelector())) + _this.___SuperTextFieldImeInteractorState__textController_A.onPerformSelector = null; + if (J.$eq$(_this.___SuperTextFieldImeInteractorState__textController_A.__ime_text_editing_controller$_onPerformActionPressed, _this.get$_onPerformAction())) + _this.___SuperTextFieldImeInteractorState__textController_A.__ime_text_editing_controller$_onPerformActionPressed = null; + _this.super$State$dispose(); }, _desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0() { var t1, _this = this, _null = null; if (_this._widget.focusNode.get$hasFocus()) { - t1 = _this._widget.textController._inputConnection; - if (!(t1 != null && $.$get$TextInput__instance()._currentConnection === t1)) { - $.$get$_log4().log$4(B.Level_INFO_800, "Attaching TextInputClient to TextInput", _null, _null); + t1 = _this.___SuperTextFieldImeInteractorState__textController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.get$isAttachedToIme()) { + $.$get$_log0().log$4(B.Level_INFO_800, "Attaching TextInputClient to TextInput", _null, _null); _this.setState$1(new A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure(_this)); } } else { - $.$get$_log4().log$4(B.Level_INFO_800, string$.Lost_f, _null, _null); + $.$get$_log0().log$4(B.Level_INFO_800, string$.Lost_f, _null, _null); _this.setState$1(new A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0(_this)); } }, + _onImeConnectionChanged$0() { + var t1 = this.___SuperTextFieldImeInteractorState__textController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.get$isAttachedToIme()) + return; + this._reportVisualInformationToIme$0(); + }, + _reportVisualInformationToIme$0() { + var _this = this, + t1 = _this.___SuperTextFieldImeInteractorState__textController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + if (!t1.get$isAttachedToIme()) + return; + _this._reportSizeAndTransformToIme$0(); + _this._reportCaretRectToIme$0(); + _this._reportTextStyleToIme$0(); + _this.___SuperTextFieldImeInteractorState__textController_A.showKeyboard$0(); + A.Frames_onNextFrame(_this, new A._SuperTextFieldImeInteractorState__reportVisualInformationToIme_closure(_this)); + }, + _reportSizeAndTransformToIme$0() { + var t2, + t1 = this._widget.textKey; + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); + t1 = t1 == null ? null : t1.get$renderObject(); + type$.nullable_RenderBox._as(t1); + if (t1 == null) + return; + t2 = this.___SuperTextFieldImeInteractorState__textController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2 = t2._inputConnectionNotifier._change_notifier$_value; + t2.toString; + t2.setEditableSizeAndTransform$2(t1.get$size(t1), t1.getTransformTo$1(0, null)); + }, + _reportCaretRectToIme$0() { + return; + }, + _reportTextStyleToIme$0() { + var selection, attributions, t2, t3, t4, t5, t6, _this = this, + textStyle = A._Cell$named("textStyle"), + t1 = _this.___SuperTextFieldImeInteractorState__textController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + selection = t1._realController.get$selection(); + if (!selection.get$isValid()) + return; + t1 = _this.___SuperTextFieldImeInteractorState__textController_A._realController; + attributions = t1.get$text(t1).spans.getAllAttributionsAt$1(selection.extentOffset); + textStyle.__late_helper$_value = _this._widget.textStyleBuilder$1(attributions); + t1 = _this.___SuperTextFieldImeInteractorState__textController_A._inputConnectionNotifier._change_notifier$_value; + t1.toString; + t2 = textStyle._readLocal$0().fontFamily; + t3 = textStyle._readLocal$0().fontSize; + t4 = textStyle._readLocal$0().fontWeight; + t5 = _this._widget; + t6 = t5.textDirection; + t5 = t5.textAlign; + t1.setStyle$5$fontFamily$fontSize$fontWeight$textAlign$textDirection(t2, t3, t4, t5, t6); + }, + _onPerformSelector$1(selectorName) { + var handler = this._widget.selectorHandlers.$index(0, selectorName); + if (handler == null) { + $.$get$editorImeLog().log$4(B.Level_WARNING_900, "No handler found for " + selectorName, null, null); + return; + } + handler.call$1$textFieldContext(this._widget.textFieldContext); + }, + _onPerformAction$1(action) { + var t1, t2; + switch (action.index) { + case 12: + break; + case 2: + this._widget.focusNode.unfocus$0(); + break; + case 6: + t1 = this._widget.focusNode; + t2 = t1._context; + t2.toString; + A.FocusTraversalGroup_maybeOf(t2)._moveFocus$2$forward(t1, true); + break; + case 7: + t1 = this._widget.focusNode; + t2 = t1._context; + t2.toString; + A.FocusTraversalGroup_maybeOf(t2)._moveFocus$2$forward(t1, false); + break; + default: + $.$get$_log0().log$4(B.Level_WARNING_900, "User pressed unhandled action button: " + action.toString$0(0), null, null); + } + }, build$1(context) { return this._widget.child; } }; A._SuperTextFieldImeInteractorState_initState_closure.prototype = { - call$1(timeStamp) { - this.$this._desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0(); + call$1(_) { + return this.$this._desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0(); }, - $signature: 11 + $signature: 12 }; A._SuperTextFieldImeInteractorState_didUpdateWidget_closure.prototype = { - call$1(timeStamp) { - this.$this._desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0(); + call$1(_) { + return this.$this._desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0(); }, - $signature: 11 + $signature: 12 }; A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure.prototype = { call$0() { - var t2, - t1 = this.$this; - if (!t1._widget.textController._realController.get$selection().get$isValid()) { - t2 = t1._widget.textController._realController; + var t3, + t1 = this.$this, + t2 = t1.___SuperTextFieldImeInteractorState__textController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!t2._realController.get$selection().get$isValid()) { + t2 = t1.___SuperTextFieldImeInteractorState__textController_A._realController; t2.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t2.get$text(t2).text.length)); } - t1 = t1._widget; - t2 = t1.textController; - t2.attachToIme$1$textInputType(t1.isMultiline ? B.TextInputType_1_null_null : B.TextInputType_0_null_null); + t2 = t1._widget; + t1 = t1.___SuperTextFieldImeInteractorState__textController_A; + t3 = t2.isMultiline ? B.TextInputType_1_null_null : B.TextInputType_0_null_null; + t2 = t2.textInputAction; + t1.attachToIme$2$textInputAction$textInputType(t2, t3); }, $signature: 0 }; A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0.prototype = { call$0() { - var t1 = this.$this; - t1._widget.textController.detachFromIme$0(); - t1._widget.textController._realController.set$selection(B.TextSelection_ke5); + var t1 = this.$this, + t2 = t1.___SuperTextFieldImeInteractorState__textController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2.detachFromIme$0(); + t1.___SuperTextFieldImeInteractorState__textController_A._realController.set$selection(B.TextSelection_ke5); }, $signature: 0 }; + A._SuperTextFieldImeInteractorState__reportVisualInformationToIme_closure.prototype = { + call$1(_) { + return this.$this._reportVisualInformationToIme$0(); + }, + $signature: 12 + }; A.SuperTextFieldScrollview.prototype = { createState$0() { return new A.SuperTextFieldScrollviewState(null, null, B._StateLifecycle_0); @@ -596571,7 +612268,7 @@ _this._widget.textController.addListener$1(0, t2); } if (_this._widget.viewportHeight != oldWidget.viewportHeight) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperTextFieldScrollviewState_didUpdateWidget_closure(_this)); + A.Frames_onNextFrame(_this, new A.SuperTextFieldScrollviewState_didUpdateWidget_closure(_this)); }, dispose$0() { var t1 = this.__SuperTextFieldScrollviewState__ticker_A; @@ -596580,9 +612277,9 @@ this.super$_SuperTextFieldScrollviewState_State_SingleTickerProviderStateMixin$dispose(); }, _onSelectionOrContentChange$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperTextFieldScrollviewState__onSelectionOrContentChange_closure(this)); + A.Frames_onNextFrame(this, new A.SuperTextFieldScrollviewState__onSelectionOrContentChange_closure(this)); }, - _desktop_textfield$_ensureSelectionExtentIsVisible$0() { + _ensureSelectionExtentIsVisible$0() { if (!this._widget.isMultiline) this._ensureSelectionExtentIsVisibleInSingleLineTextField$0(); else @@ -596593,9 +612290,9 @@ selection = _this._widget.textController._realController.get$selection(); if (selection.extentOffset === -1) return; - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - extentOffset = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getOffsetAtPosition$1(selection.get$extent()); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey); + t1.toString; + extentOffset = t1.getOffsetAtPosition$1(selection.get$extent()); myBox = type$.RenderBox._as(_this._framework$_element.get$renderObject()); t1 = extentOffset._dx; t2 = _this._widget.scrollController; @@ -596626,67 +612323,63 @@ } }, _ensureSelectionExtentIsVisibleInMultilineTextField$0() { - var t1, t2, extentOffset, t3, extentLineIndex, firstCharY, myBox, t4, beyondTopExtent, lastCharY, t5, t6, beyondBottomExtent, newScrollPosition, _this = this, _null = null, + var t1, extentOffset, t2, extentLineIndex, firstCharY, myBox, t3, beyondTopExtent, lastCharY, t4, t5, t6, beyondBottomExtent, newScrollPosition, _this = this, _null = null, selection = _this._widget.textController._realController.get$selection(); if (selection.extentOffset === -1) return; - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = type$.ProseTextBlock; - extentOffset = t2._as(t1.get$currentState()).get$textLayout().getOffsetAtPosition$1(selection.get$extent()); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey); + t1.toString; + extentOffset = t1.getOffsetAtPosition$1(selection.get$extent()); t1 = extentOffset._dy; - t3 = _this._widget; - extentLineIndex = B.JSNumber_methods.round$0(t1 / t3.estimatedLineHeight); - t3 = t3.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t3 = t2._as(t3.get$currentState()).get$textLayout().getCharacterBox$1(B.TextPosition_0_TextAffinity_1); - firstCharY = t3 == null ? _null : t3.top; + t2 = _this._widget; + extentLineIndex = B.JSNumber_methods.round$0(t1 / t2.estimatedLineHeight); + t2 = A.RenderSuperTextLayout_textLayoutFrom(t2.textKey.get$currentState()._textLayoutKey).getCharacterBox$1(B.TextPosition_0_TextAffinity_1); + firstCharY = t2 == null ? _null : t2.top; if (firstCharY == null) firstCharY = 0; myBox = type$.RenderBox._as(_this._framework$_element.get$renderObject()); - t3 = _this._widget.scrollController; - t3 = t3.get$position(t3)._pixels; - t3.toString; + t2 = _this._widget.scrollController; + t2 = t2.get$position(t2)._pixels; + t2.toString; if (t1 === firstCharY) { - t4 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t4 = t2._as(t4.get$currentState()).get$textLayout().getLineHeightAtPosition$1(selection.get$extent()) / 2; + t3 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey); + t3.toString; + t3 = t3.getLineHeightAtPosition$1(selection.get$extent()) / 2; } else - t4 = 0; - beyondTopExtent = Math.abs(Math.min(t1 - t3 - 0 - t4, 0)); - t4 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t4 = t2._as(t4.get$currentState()).get$textLayout(); - t3 = _this._widget.textController._realController; - t3 = t4.getCharacterBox$1(new A.TextPosition(t3.get$text(t3).text.length - 1, B.TextAffinity_1)); - lastCharY = t3 == null ? _null : t3.top; + t3 = 0; + beyondTopExtent = Math.abs(Math.min(t1 - t2 - 0 - t3, 0)); + t3 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey); + t3.toString; + t2 = _this._widget.textController._realController; + t2 = t3.getCharacterBox$1(new A.TextPosition(t2.get$text(t2).text.length - 1, B.TextAffinity_1)); + lastCharY = t2 == null ? _null : t2.top; if (lastCharY == null) lastCharY = 0; - t3 = _this._widget.estimatedLineHeight; - t4 = myBox.get$size(myBox); - t5 = _this._widget.scrollController; - t5 = t5.get$position(t5)._pixels; - t5.toString; + t2 = _this._widget.estimatedLineHeight; + t3 = myBox.get$size(myBox); + t4 = _this._widget.scrollController; + t4 = t4.get$position(t4)._pixels; + t4.toString; if (t1 === lastCharY) { - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t2._as(t1.get$currentState()).get$textLayout().getLineHeightAtPosition$1(selection.get$extent()) / 2; + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey); + t1.toString; + t1 = t1.getLineHeightAtPosition$1(selection.get$extent()) / 2; } else t1 = 0; - t2 = _this._widget; - t6 = t2.estimatedLineHeight; - t2 = t2.padding; - beyondBottomExtent = Math.max((extentLineIndex + 1) * t3 - t4._dy - t5 + 0 + t1 + t6 / 2 + (t2.get$_top(t2) + t2.get$_bottom(t2)) / 2, 0); - t2 = $.$get$_log4(); - t2.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - Ensuring extent is visible.", _null, _null); - t2.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - interaction size: " + myBox.get$size(myBox).toString$0(0), _null, _null); + t5 = _this._widget; + t6 = t5.estimatedLineHeight; + t5 = t5.padding; + beyondBottomExtent = Math.max((extentLineIndex + 1) * t2 - t3._dy - t4 + 0 + t1 + t6 / 2 + (t5.get$_top(t5) + t5.get$_bottom(t5)) / 2, 0); + t5 = $.$get$_log0(); + t5.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - Ensuring extent is visible.", _null, _null); + t5.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - interaction size: " + myBox.get$size(myBox).toString$0(0), _null, _null); t6 = _this._widget.scrollController; t6 = t6.get$position(t6)._pixels; t6.toString; - t2.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - scroll extent: " + A.S(t6), _null, _null); - t2.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - extent rect: " + extentOffset.toString$0(0), _null, _null); - t2.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - beyond top: " + A.S(beyondTopExtent), _null, _null); - t2.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - beyond bottom: " + A.S(beyondBottomExtent), _null, _null); + t5.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - scroll extent: " + A.S(t6), _null, _null); + t5.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - extent rect: " + extentOffset.toString$0(0), _null, _null); + t5.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - beyond top: " + A.S(beyondTopExtent), _null, _null); + t5.log$4(B.Level_FINER_400, "_ensureSelectionExtentIsVisible - beyond bottom: " + A.S(beyondBottomExtent), _null, _null); if (beyondTopExtent > 0) { t1 = _this._widget.scrollController; t1 = t1.get$position(t1)._pixels; @@ -596712,7 +612405,7 @@ return; } _this._scrollToStartOnTick = true; - $.$get$_log4().log$4(B.Level_FINER_400, "Starting Ticker to auto-scroll up", null, null); + $.$get$_log0().log$4(B.Level_FINER_400, "Starting Ticker to auto-scroll up", null, null); t1 = _this.__SuperTextFieldScrollviewState__ticker_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.start$0(0); @@ -596723,7 +612416,7 @@ return; _this._scrollToStartOnTick = false; _this._scrollAmountPerFrame = 0; - $.$get$_log4().log$4(B.Level_FINER_400, "Stopping Ticker after auto-scroll up", null, null); + $.$get$_log0().log$4(B.Level_FINER_400, "Stopping Ticker after auto-scroll up", null, null); t1 = _this.__SuperTextFieldScrollviewState__ticker_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.stop$0(0); @@ -596748,7 +612441,7 @@ return; } _this._scrollToEndOnTick = true; - $.$get$_log4().log$4(B.Level_FINER_400, "Starting Ticker to auto-scroll down", null, null); + $.$get$_log0().log$4(B.Level_FINER_400, "Starting Ticker to auto-scroll down", null, null); t1 = _this.__SuperTextFieldScrollviewState__ticker_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.start$0(0); @@ -596759,7 +612452,7 @@ return; _this._scrollToEndOnTick = false; _this._scrollAmountPerFrame = 0; - $.$get$_log4().log$4(B.Level_FINER_400, "Stopping Ticker after auto-scroll down", null, null); + $.$get$_log0().log$4(B.Level_FINER_400, "Stopping Ticker after auto-scroll down", null, null); t1 = _this.__SuperTextFieldScrollviewState__ticker_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.stop$0(0); @@ -596779,6 +612472,23 @@ t2.toString; t1.jumpTo$1(t2 + _this._scrollAmountPerFrame); }, + goIdle$0() { + var t2, + pos = B.JSArray_methods.get$single(this._widget.scrollController._positions), + t1 = pos._pixels; + t1.toString; + t2 = pos._minScrollExtent; + t2.toString; + if (t1 > t2) { + t2 = pos._maxScrollExtent; + t2.toString; + t2 = t1 < t2; + t1 = t2; + } else + t1 = false; + if (t1) + pos.beginActivity$1(new A.IdleScrollActivity(pos)); + }, _desktop_textfield$_onTick$1(elapsedTime) { var _this = this; if (_this._scrollToStartOnTick) @@ -596788,28 +612498,25 @@ }, build$1(context) { var _null = null, - t1 = this._widget, - t2 = t1.viewportHeight, - t3 = t1.scrollController, - t4 = t1.isMultiline ? B.Axis_1 : B.Axis_0; - return new A.SizedBox(_null, t2, A.SingleChildScrollView$(new A.Padding(t1.padding, t1.child, _null), t3, B.DragStartBehavior_1, _null, _null, B.NeverScrollableScrollPhysics_null, _null, _null, false, t4), _null); + t1 = this._widget.viewportHeight, + t2 = A.ScrollConfiguration_of(context).copyWith$1$scrollbars(false), + t3 = this._widget, + t4 = t3.scrollController, + t5 = t3.isMultiline ? B.Axis_1 : B.Axis_0; + return new A.SizedBox(_null, t1, A.ScrollConfiguration$(t2, A.SingleChildScrollView$(new A.Padding(t3.padding, t3.child, _null), t4, B.DragStartBehavior_1, _null, _null, B.NeverScrollableScrollPhysics_null, _null, _null, false, t5)), _null); } }; A.SuperTextFieldScrollviewState_didUpdateWidget_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1._desktop_textfield$_ensureSelectionExtentIsVisible$0(); + call$1(_) { + return this.$this._ensureSelectionExtentIsVisible$0(); }, - $signature: 11 + $signature: 12 }; A.SuperTextFieldScrollviewState__onSelectionOrContentChange_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1._desktop_textfield$_ensureSelectionExtentIsVisible$0(); + call$1(_) { + return this.$this._ensureSelectionExtentIsVisible$0(); }, - $signature: 11 + $signature: 12 }; A._SelectionType.prototype = { _enumToString$0() { @@ -596822,31 +612529,23 @@ } }; A._EstimatedLineHeight.prototype = { - calculate$2(style, textScaleFactor) { + calculate$2(style, textScaler) { var t1, builder, paragraph, _this = this; - if (J.$eq$(_this._lastComputedStyle, style)) - if (_this._lastLineHeight != null) { - t1 = _this._lastTextScaleFactor; - t1 = t1 === textScaleFactor && t1 != null; - } else - t1 = false; - else - t1 = false; - if (t1) { + if (J.$eq$(_this._lastComputedStyle, style) && _this._lastLineHeight != null && J.$eq$(_this._lastTextScaleFactor, textScaler) && _this._lastTextScaleFactor != null) { t1 = _this._lastLineHeight; t1.toString; return t1; } t1 = style.getParagraphStyle$0(); builder = $.$get$_renderer().createParagraphBuilder$1(t1); - builder.pushStyle$1(style.getTextStyle$1$textScaleFactor(textScaleFactor)); + builder.pushStyle$1(style.getTextStyle$1$textScaler(textScaler)); builder.addText$1("A"); paragraph = builder.build$0(); paragraph.layout$1(B.ParagraphConstraints_C5f); t1 = paragraph.get$height(paragraph); _this._lastLineHeight = t1; _this._lastComputedStyle = style; - _this._lastTextScaleFactor = textScaleFactor; + _this._lastTextScaleFactor = textScaler; return t1; } }; @@ -596976,7 +612675,7 @@ _this.set$text(0, updatedText); _this.set$selection(newSelection); _this._updateComposingAttributions$0(); - _this.set$composingRegion(B.TextRange_m1_m1); + _this.set$composingRegion(newComposingRegion); }, deletePreviousCharacter$1$newComposingRegion(newComposingRegion) { var previousCharacterOffset, _this = this, @@ -597031,10 +612730,11 @@ }, clear$0(_) { var _this = this; - _this._attributed_text_editing_controller$_text = A.AttributedText$(null, ""); + _this._attributed_text_editing_controller$_text = A.AttributedText$(null, null); _this._attributed_text_editing_controller$_selection = B.TextSelection_ke5; _this._composingAttributions.clear$0(0); _this._composingRegion = B.TextRange_m1_m1; + _this.notifyListeners$0(); }, copySelectedTextToClipboard$0() { var t1, _this = this; @@ -597229,7 +612929,7 @@ return t1; }, updateRenderObject$2(context, renderObject) { - renderObject._fill_width_if_constrained$_minWidth = this._getViewportWidth$1(context); + renderObject._minWidth = this._getViewportWidth$1(context); renderObject.markNeedsLayout$0(); }, _getViewportWidth$1(context) { @@ -597254,7 +612954,7 @@ t3 = t1._as(A.RenderObject.prototype.get$constraints.call(_this)); childConstraints = new A.BoxConstraints(t2.maxWidth, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxWidth, t3.minHeight, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxHeight); } else { - t2 = _this._fill_width_if_constrained$_minWidth; + t2 = _this._minWidth; if (t2 != null) childConstraints = new A.BoxConstraints(t2, 1 / 0, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).minHeight, t1._as(A.RenderObject.prototype.get$constraints.call(_this)).maxHeight); } @@ -597290,6 +612990,7 @@ return t1; } }; + A.TextFieldScroller.prototype = {}; A.TextScrollView.prototype = { createState$0() { return new A._TextScrollViewState(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), A.ScrollController$(0, true), null, null, B._StateLifecycle_0); @@ -597302,7 +613003,7 @@ t1 = _this._widget.textScrollController; t1.set$delegate(_this); t1.addListener$1(0, _this.get$_onTextScrollChange()); - _this._widget.textEditingController.addListener$1(0, _this.get$_scheduleViewportHeightUpdateAndRebuild()); + _this._widget.textEditingController.addListener$1(0, _this.get$_onTextOrSelectionChanged()); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; @@ -597318,21 +613019,17 @@ } t1 = oldWidget.textEditingController; if (_this._widget.textEditingController !== t1) { - t2 = _this.get$_scheduleViewportHeightUpdateAndRebuild(); + t2 = _this.get$_onTextOrSelectionChanged(); t1.removeListener$1(0, t2); _this._widget.textEditingController.addListener$1(0, t2); - _this._updateViewportHeight$0(); } - t1 = _this._widget; - if (t1.minLines !== oldWidget.minLines || t1.maxLines !== oldWidget.maxLines || false) - _this._updateViewportHeight$0(); }, dispose$0() { var _this = this, t1 = _this._widget.textScrollController; t1.set$delegate(null); t1.removeListener$1(0, _this.get$_onTextScrollChange()); - _this._widget.textEditingController.removeListener$1(0, _this.get$_scheduleViewportHeightUpdateAndRebuild()); + _this._widget.textEditingController.removeListener$1(0, _this.get$_onTextOrSelectionChanged()); _this.super$__TextScrollViewState_State_SingleTickerProviderStateMixin$dispose(); }, get$viewportWidth() { @@ -597352,58 +613049,44 @@ return t1 > 1; }, get$endScrollOffset() { - var t1, t2, t3, _this = this, + var t1, _this = this, viewportHeight = _this.get$viewportHeight(); if (viewportHeight == null) return 0; t1 = _this._widget.textEditingController._realController; t1 = t1.get$text(t1); - t2 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = type$.ProseTextBlock; - t1 = t3._as(t2.get$currentState()).get$textLayout().getCharacterBox$1(new A.TextPosition(t1.text.length - 1, B.TextAffinity_1)); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getCharacterBox$1(new A.TextPosition(t1.text.length - 1, B.TextAffinity_1)); t1 = t1 == null ? null : t1.bottom; - if (t1 == null) { - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t3._as(t1.get$currentState()).get$textLayout().get$estimatedLineHeight(); - } + if (t1 == null) + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).get$estimatedLineHeight(); _this._widget.toString; return t1 - viewportHeight + 0; }, isTextPositionVisible$1(position) { - var viewportHeight, t1, t2, characterBox, t3, t4, t5, viewportWidth, _this = this; + var viewportHeight, characterBox, t1, t2, t3, t4, viewportWidth, _this = this; if (_this.get$isMultiline()) { viewportHeight = _this.get$viewportHeight(); if (viewportHeight == null) return false; - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = type$.ProseTextBlock; - characterBox = t2._as(t1.get$currentState()).get$textLayout().getCharacterBox$1(position); + characterBox = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getCharacterBox$1(position); t1 = characterBox == null; - t3 = t1 ? null : characterBox.top; - if (t3 == null) - t3 = 0; - t4 = _this._text_scrollview$_scrollController; - t5 = t4.get$position(t4)._pixels; - t5.toString; - t1 = t1 ? null : characterBox.bottom; - if (t1 == null) { - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t2._as(t1.get$currentState()).get$textLayout().get$estimatedLineHeight(); - } - t4 = t4.get$position(t4)._pixels; + t2 = t1 ? null : characterBox.top; + if (t2 == null) + t2 = 0; + t3 = _this._text_scrollview$_scrollController; + t4 = t3.get$position(t3)._pixels; t4.toString; - return B.JSNumber_methods.round$0(t3 - t5) >= 0 && B.JSNumber_methods.round$0(t1 - t4) <= viewportHeight; + t1 = t1 ? null : characterBox.bottom; + if (t1 == null) + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).get$estimatedLineHeight(); + t3 = t3.get$position(t3)._pixels; + t3.toString; + return B.JSNumber_methods.round$0(t2 - t4) >= 0 && B.JSNumber_methods.round$0(t1 - t3) <= viewportHeight; } else { viewportWidth = _this.get$viewportWidth(); if (viewportWidth == null) return false; - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getOffsetAtPosition$1(position); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(position); t2 = _this._text_scrollview$_scrollController; t2 = t2.get$position(t2)._pixels; t2.toString; @@ -597432,24 +613115,16 @@ } }, getCharacterRectAtPosition$1(position) { - var t2, characterBox, + var characterBox, t1 = this._widget; - t1 = t1.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = type$.ProseTextBlock; - t1 = t2._as(t1.get$currentState()).get$textLayout().getCharacterBox$1(position); + t1 = A.RenderSuperTextLayout_textLayoutFrom(t1.textKey.get$currentState()._textLayoutKey).getCharacterBox$1(position); characterBox = t1 == null ? null : new A.Rect(t1.left, t1.top, t1.right, t1.bottom); - if (characterBox == null) { - t1 = this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - characterBox = new A.Rect(0, 0, 0, t2._as(t1.get$currentState()).get$textLayout().get$estimatedLineHeight()); - } - return characterBox.translate$2(0, 0, 0); + return (characterBox == null ? new A.Rect(0, 0, 0, A.RenderSuperTextLayout_textLayoutFrom(this._widget.textKey.get$currentState()._textLayoutKey).get$estimatedLineHeight()) : characterBox).translate$2(0, 0, 0); }, getVerticalOffsetForBottomOfLineBelowViewport$0() { - var t1, t2, t3, t4, textPositionOneLineDown, bottomOfCharacter, _this = this; + var t1, t2, textPositionOneLineDown, bottomOfCharacter, _this = this; if (_this.get$viewportHeight() == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Tried to calculate line below viewport but viewportHeight is null", null, null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Tried to calculate line below viewport but viewportHeight is null", null, null); return 0; } t1 = _this.get$viewportHeight(); @@ -597457,20 +613132,10 @@ t2 = _this._text_scrollview$_scrollController; t2 = t2.get$position(t2)._pixels; t2.toString; - t3 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t4 = type$.ProseTextBlock; - textPositionOneLineDown = t4._as(t3.get$currentState()).get$textLayout().getPositionNearestToOffset$1(new A.Offset(0, t1 + t2 + 5)); - t2 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t4._as(t2.get$currentState()).get$textLayout().getCharacterBox$1(textPositionOneLineDown); + textPositionOneLineDown = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getPositionNearestToOffset$1(new A.Offset(0, t1 + t2 + 5)); + t2 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).getCharacterBox$1(textPositionOneLineDown); bottomOfCharacter = t2 == null ? null : t2.bottom; - if (bottomOfCharacter == null) { - t1 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - bottomOfCharacter = t4._as(t1.get$currentState()).get$textLayout().get$estimatedLineHeight(); - } - return bottomOfCharacter; + return bottomOfCharacter == null ? A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textKey.get$currentState()._textLayoutKey).get$estimatedLineHeight() : bottomOfCharacter; }, _onTextScrollChange$0() { var t2, t3, _this = this, @@ -597483,134 +613148,23 @@ else t2.animateTo$3$curve$duration(t3.textScrollController._scrollOffset, B.Cubic_xDo0, t3.perLineAutoScrollDuration); }, - _scheduleViewportHeightUpdateAndRebuild$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._TextScrollViewState__scheduleViewportHeightUpdateAndRebuild_closure(this)); - }, - _updateViewportHeightAndRebuild$0() { - var result, _this = this, _null = null, - t1 = $.$get$_log6(); - t1.log$4(B.Level_FINER_400, "Updating viewport height...", _null, _null); - result = _this._computeNewViewportHeight$0(); - if (result == null) { - t1.log$4(B.Level_FINER_400, string$.x20__cou, _null, _null); - _this._scheduleViewportHeightUpdateAndRebuild$0(); - t1 = _this._widget.maxLines; - if (t1 === 1) - _this.setState$1(new A._TextScrollViewState__updateViewportHeightAndRebuild_closure(_this)); - return; - } - if (_this._needViewportHeight || _this._viewportHeight != result.value) - _this.setState$1(new A._TextScrollViewState__updateViewportHeightAndRebuild_closure0(_this, result)); - }, - _updateViewportHeight$0() { - var result, _this = this, _null = null, - t1 = $.$get$_log6(); - t1.log$4(B.Level_FINER_400, "Updating viewport height...", _null, _null); - result = _this._computeNewViewportHeight$0(); - if (result == null) { - t1.log$4(B.Level_FINER_400, string$.x20__cou, _null, _null); - _this._scheduleViewportHeightUpdateAndRebuild$0(); - t1 = _this._widget.maxLines; - if (t1 === 1) - _this._needViewportHeight = false; - return; - } - _this._needViewportHeight = false; - _this._viewportHeight = result.value; - }, - _computeNewViewportHeight$0() { - var linesOfText, t1, t2, t3, estimatedLineHeight, estimatedContentHeight, minHeight, maxHeight, newViewportHeight, multilineContentFitsMaxHeight, _this = this, _null = null; - _this._widget.toString; - linesOfText = _this._getLineCount$0(); - t1 = $.$get$_log6(); - t1.log$4(B.Level_FINER_400, " - lines of text: " + A.S(linesOfText), _null, _null); - t2 = _this._widget; - if (t2.textKey.get$currentState() != null) { - t1.log$4(B.Level_FINER_400, " - calculating an estimated line height for the field", _null, _null); - t2 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = type$.ProseTextBlock; - estimatedLineHeight = t3._as(t2.get$currentState()).get$textLayout().getLineHeightAtPosition$1(B.TextPosition_0_TextAffinity_1); - t1.log$4(B.Level_FINER_400, " - line height at position 0: " + A.S(estimatedLineHeight), _null, _null); - if (estimatedLineHeight === 0) { - t2 = _this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - estimatedLineHeight = t3._as(t2.get$currentState()).get$textLayout().get$estimatedLineHeight(); - t1.log$4(B.Level_FINER_400, " - estimated line height based on text styles: " + A.S(estimatedLineHeight), _null, _null); - } - } else - estimatedLineHeight = _null; - if (estimatedLineHeight == null || linesOfText == null) { - t1.log$4(B.Level_FINER_400, " - could not calculate the estimated line height or content height.", _null, _null); - return _null; - } - _this._widget.toString; - estimatedContentHeight = linesOfText * estimatedLineHeight + 0; - t1.log$4(B.Level_FINER_400, " - estimated content height: " + A.S(estimatedContentHeight), _null, _null); - t2 = _this._widget; - t3 = t2.minLines; - minHeight = t3 * estimatedLineHeight + 0; - t2 = t2.maxLines; - maxHeight = t2 * estimatedLineHeight + 0; - t1.log$4(B.Level_FINER_400, " - minHeight: " + A.S(minHeight) + ", maxHeight: " + A.S(maxHeight), _null, _null); - if (maxHeight != null && estimatedContentHeight >= maxHeight) { - t1.log$4(B.Level_FINER_400, " - setting viewport height to maxHeight", _null, _null); - newViewportHeight = maxHeight; - } else if (estimatedContentHeight <= minHeight) { - t1.log$4(B.Level_FINER_400, " - setting viewport height to minHeight", _null, _null); - newViewportHeight = minHeight; - } else - newViewportHeight = _null; - if (!_this._needViewportHeight && newViewportHeight == _this._viewportHeight) - return new A._ViewportHeight(newViewportHeight); - t2 = newViewportHeight == null; - if (t2) - if (_this.get$isMultiline()) - _this._widget.toString; - if (t2) - if (_this.get$isMultiline()) { - _this._widget.toString; - maxHeight.toString; - t3 = estimatedContentHeight <= maxHeight; - multilineContentFitsMaxHeight = t3; - } else - multilineContentFitsMaxHeight = false; - else - multilineContentFitsMaxHeight = false; - if (multilineContentFitsMaxHeight) { - t1.log$4(B.Level_FINER_400, " - viewport height is null, but TextScrollView is unbounded or the content fits max height, so that is OK", _null, _null); - return new A._ViewportHeight(newViewportHeight); - } - if (!t2) { - t1.log$4(B.Level_FINER_400, " - new viewport height: " + A.S(newViewportHeight), _null, _null); - return new A._ViewportHeight(newViewportHeight); - } else - return _null; - }, - _getLineCount$0() { - var t1 = this._widget.textEditingController._realController; - if (t1.get$text(t1).text.length === 0) - return 0; - if (this._widget.textKey.get$currentState() == null) - return null; - t1 = this._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getLineCount$0(); + _onTextOrSelectionChanged$0() { + A.Frames_scheduleBuildAfterBuild(this, null); }, build$1(context) { - var t2, t3, t4, t5, _this = this, _null = null, - t1 = _this._widget.textKey; - if ($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1) == null || _this._needViewportHeight) - _this._updateViewportHeight$0(); - t1 = _this._needViewportHeight; - t2 = _this._viewportHeight; + var t6, t7, t8, _this = this, _null = null, + t1 = _this._widget, + t2 = t1.textKey, + t3 = t1.minLines, + t4 = t1.maxLines, + t5 = t1.lineHeight; + t1 = t1.padding; + t6 = _this._getAlignment$0(); + t7 = _this.get$isMultiline() ? B.Axis_1 : B.Axis_0; + t8 = _this._widget; + t6 = A._setArrayType([new A.Align(t6, _null, _null, A.SingleChildScrollView$(new A.Padding(B.EdgeInsets_0_0_0_0, t8.child, _null), _this._text_scrollview$_scrollController, B.DragStartBehavior_1, _this._textFieldViewportKey, _null, B.NeverScrollableScrollPhysics_null, _null, _null, false, t7), _null)], type$.JSArray_Widget); _this._widget.toString; - t3 = _this._getAlignment$0(); - t4 = _this.get$isMultiline() ? B.Axis_1 : B.Axis_0; - t5 = _this._widget; - t3 = A._setArrayType([new A.Align(t3, _null, _null, A.SingleChildScrollView$(new A.Padding(B.EdgeInsets_0_0_0_0, t5.child, _null), _this._text_scrollview$_scrollController, B.DragStartBehavior_1, _this._textFieldViewportKey, _null, B.NeverScrollableScrollPhysics_null, _null, _null, false, t4), _null)], type$.JSArray_Widget); - _this._widget.toString; - return new A.Offstage(t1, new A.SizedBox(1 / 0, t2, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), _null), _null); + return new A._TextLinesLimiter(t2, t3, t4, t5, t1, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t6, _null), _null); }, _getAlignment$0() { switch (this._widget.textAlign.index) { @@ -597632,28 +613186,6 @@ } } }; - A._TextScrollViewState__scheduleViewportHeightUpdateAndRebuild_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1._updateViewportHeightAndRebuild$0(); - }, - $signature: 11 - }; - A._TextScrollViewState__updateViewportHeightAndRebuild_closure.prototype = { - call$0() { - this.$this._needViewportHeight = false; - }, - $signature: 0 - }; - A._TextScrollViewState__updateViewportHeightAndRebuild_closure0.prototype = { - call$0() { - var t1 = this.$this; - t1._needViewportHeight = false; - t1._viewportHeight = this.result.value; - }, - $signature: 0 - }; A.TextScrollController.prototype = { set$delegate(delegate) { var t1 = this._text_scrollview$_delegate; @@ -597667,7 +613199,7 @@ var _this = this, t1 = _this._text_scrollview$_delegate; if (t1 == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Can't auto-scroll. The auto-scroll delegate is null.", null, null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Can't auto-scroll. The auto-scroll delegate is null.", null, null); return; } if (t1.isInAutoScrollToStartRegion$1(userInteractionOffsetInViewport)) @@ -597682,7 +613214,7 @@ if (_this._autoScrollDirection === B._AutoScrollDirection_0) return; _this.stopScrolling$0(); - $.$get$_log6().log$4(B.Level_FINE_500, "Auto-scrolling to start", null, null); + $.$get$_log2().log$4(B.Level_FINE_500, "Auto-scrolling to start", null, null); _this._autoScrollDirection = B._AutoScrollDirection_0; _this._autoScrollTick$1(B.Duration_0); t1 = _this.__TextScrollController__ticker_A; @@ -597694,7 +613226,7 @@ if (_this._autoScrollDirection === B._AutoScrollDirection_1) return; _this.stopScrolling$0(); - $.$get$_log6().log$4(B.Level_FINE_500, "Auto-scrolling to end", null, null); + $.$get$_log2().log$4(B.Level_FINE_500, "Auto-scrolling to end", null, null); _this._autoScrollDirection = B._AutoScrollDirection_1; _this._autoScrollTick$1(B.Duration_0); t1 = _this.__TextScrollController__ticker_A; @@ -597707,7 +613239,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); if (!t1.get$isTicking()) return; - $.$get$_log6().log$4(B.Level_FINE_500, "stopping auto-scroll", null, null); + $.$get$_log2().log$4(B.Level_FINE_500, "stopping auto-scroll", null, null); _this._autoScrollDirection = null; _this._timeOfNextAutoScroll = B.Duration_0; _this.__TextScrollController__ticker_A.stop$0(0); @@ -597716,18 +613248,18 @@ var t2, offsetBeforeScroll, _this = this, _null = null, t1 = _this._text_scrollview$_delegate; if (t1 == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "auto-scroll delegate was null in _autoScrollTick()", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "auto-scroll delegate was null in _autoScrollTick()", _null, _null); _this.stopScrolling$0(); return; } if (_this._autoScrollDirection == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "_autoScrollDirection was null in _autoScrollTick()", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "_autoScrollDirection was null in _autoScrollTick()", _null, _null); _this.stopScrolling$0(); return; } if (elapsedTime._duration < _this._timeOfNextAutoScroll._duration) return; - t2 = $.$get$_log6(); + t2 = $.$get$_log2(); t2.log$4(B.Level_FINER_400, "auto-scroll tick, is multiline: " + t1.get$isMultiline() + ", direction: " + A.S(_this._autoScrollDirection), _null, _null); offsetBeforeScroll = _this._scrollOffset; if (_this._text_scrollview$_delegate.get$isMultiline()) @@ -597745,26 +613277,22 @@ } }, _autoScrollOneCharacterLeft$0() { - var t2, t3, t4, textPositionAtLeftEnd, nextPosition, horizontalOffsetForStartOfCharacterLeftOfViewport, _this = this, _null = null, + var t2, t3, textPositionAtLeftEnd, nextPosition, horizontalOffsetForStartOfCharacterLeftOfViewport, _this = this, _null = null, t1 = _this._text_scrollview$_delegate; if (t1 == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Can't auto-scroll left. The scroll delegate is null.", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Can't auto-scroll left. The scroll delegate is null.", _null, _null); return; } - t2 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = type$.ProseTextBlock; - t2 = t3._as(t2.get$currentState()).get$textLayout(); - t4 = t1._text_scrollview$_scrollController; - t4 = t4.get$position(t4)._pixels; - t4.toString; - textPositionAtLeftEnd = t2.getPositionNearestToOffset$1(new A.Offset(t4, 5)); + t2 = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey); + t2.toString; + t3 = t1._text_scrollview$_scrollController; + t3 = t3.get$position(t3)._pixels; + t3.toString; + textPositionAtLeftEnd = t2.getPositionNearestToOffset$1(new A.Offset(t3, 5)); t2 = textPositionAtLeftEnd.offset; nextPosition = t2 <= 0 ? textPositionAtLeftEnd : new A.TextPosition(t2 - 1, B.TextAffinity_1); - t1 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - horizontalOffsetForStartOfCharacterLeftOfViewport = t3._as(t1.get$currentState()).get$textLayout().getOffsetAtPosition$1(nextPosition)._dx; - t1 = $.$get$_log6(); + horizontalOffsetForStartOfCharacterLeftOfViewport = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(nextPosition)._dx; + t1 = $.$get$_log2(); t1.log$4(B.Level_FINER_400, "_autoScrollOneCharacterLeft. Scroll offset before: " + A.S(_this._scrollOffset), _null, _null); _this._scrollOffset = horizontalOffsetForStartOfCharacterLeftOfViewport; t1.log$4(B.Level_FINER_400, " - _scrollOffset after: " + A.S(horizontalOffsetForStartOfCharacterLeftOfViewport), _null, _null); @@ -597772,35 +613300,31 @@ _this.notifyListeners$0(); }, _autoScrollOneCharacterRight$0() { - var viewportWidth, t2, t3, t4, t5, textPositionAtRightEnd, nextPosition, _this = this, _null = null, + var viewportWidth, t2, t3, t4, textPositionAtRightEnd, nextPosition, _this = this, _null = null, t1 = _this._text_scrollview$_delegate; if (t1 == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Can't auto-scroll right. The scroll delegate is null.", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Can't auto-scroll right. The scroll delegate is null.", _null, _null); return; } viewportWidth = t1.get$viewportWidth(); if (viewportWidth == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Can't auto-scroll right. Viewport width is null", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Can't auto-scroll right. Viewport width is null", _null, _null); return; } t1 = _this._text_scrollview$_delegate; t2 = type$.RenderBox._as(t1._framework$_element.get$renderObject()); t2 = t2.get$size(t2); - t3 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t4 = type$.ProseTextBlock; - t3 = t4._as(t3.get$currentState()).get$textLayout(); - t5 = t1._text_scrollview$_scrollController; - t5 = t5.get$position(t5)._pixels; - t5.toString; - textPositionAtRightEnd = t3.getPositionNearestToOffset$1(new A.Offset(t2._dx + t5, 5)); + t3 = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey); + t3.toString; + t4 = t1._text_scrollview$_scrollController; + t4 = t4.get$position(t4)._pixels; + t4.toString; + textPositionAtRightEnd = t3.getPositionNearestToOffset$1(new A.Offset(t2._dx + t4, 5)); t2 = textPositionAtRightEnd.offset; t3 = t1._widget.textEditingController._realController; nextPosition = t2 >= t3.get$text(t3).text.length - 1 ? textPositionAtRightEnd : new A.TextPosition(t2 + 1, B.TextAffinity_1); - t1 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t4._as(t1.get$currentState()).get$textLayout().getOffsetAtPosition$1(nextPosition); - t2 = $.$get$_log6(); + t1 = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(nextPosition); + t2 = $.$get$_log2(); t2.log$4(B.Level_FINER_400, "Scrolling right", _null, _null); t1 = t1._dx - viewportWidth; _this._scrollOffset = t1; @@ -597809,29 +613333,24 @@ _this.notifyListeners$0(); }, _autoScrollOneLineUp$0() { - var viewportHeight, t2, t3, t4, textPositionOneLineUp, verticalOffsetForTopOfLineAboveViewport, _this = this, _null = null, + var viewportHeight, t2, textPositionOneLineUp, verticalOffsetForTopOfLineAboveViewport, t3, _this = this, _null = null, t1 = _this._text_scrollview$_delegate; if (t1 == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Can't auto-scroll up. The scroll delegate is null.", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Can't auto-scroll up. The scroll delegate is null.", _null, _null); return; } viewportHeight = t1.get$viewportHeight(); if (viewportHeight == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Can't auto-scroll up. The viewport height is null", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Can't auto-scroll up. The viewport height is null", _null, _null); return; } t1 = _this._text_scrollview$_delegate; t2 = t1._text_scrollview$_scrollController; t2 = t2.get$position(t2)._pixels; t2.toString; - t3 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t4 = type$.ProseTextBlock; - textPositionOneLineUp = t4._as(t3.get$currentState()).get$textLayout().getPositionNearestToOffset$1(new A.Offset(0, t2 - 5)); - t1 = t1._widget.textKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - verticalOffsetForTopOfLineAboveViewport = t4._as(t1.get$currentState()).get$textLayout().getOffsetAtPosition$1(textPositionOneLineUp)._dy; - t1 = $.$get$_log6(); + textPositionOneLineUp = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey).getPositionNearestToOffset$1(new A.Offset(0, t2 - 5)); + verticalOffsetForTopOfLineAboveViewport = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.textKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(textPositionOneLineUp)._dy; + t1 = $.$get$_log2(); t1.log$4(B.Level_FINE_500, "Auto-scrolling one line up", _null, _null); t1.log$4(B.Level_FINER_400, "Old offset: " + A.S(_this._scrollOffset) + ".", _null, _null); t1.log$4(B.Level_FINER_400, "Viewport height: " + A.S(viewportHeight), _null, _null); @@ -597847,16 +613366,16 @@ var viewportHeight, verticalOffsetForBottomOfLineBelowViewport, t2, t3, _this = this, _null = null, t1 = _this._text_scrollview$_delegate; if (t1 == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Can't auto-scroll down. The scroll delegate is null.", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Can't auto-scroll down. The scroll delegate is null.", _null, _null); return; } viewportHeight = t1.get$viewportHeight(); if (viewportHeight == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Can't auto-scroll down. The viewport height is null", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Can't auto-scroll down. The viewport height is null", _null, _null); return; } verticalOffsetForBottomOfLineBelowViewport = _this._text_scrollview$_delegate.getVerticalOffsetForBottomOfLineBelowViewport$0(); - t1 = $.$get$_log6(); + t1 = $.$get$_log2(); t1.log$4(B.Level_FINE_500, "Auto-scrolling one line down", _null, _null); t1.log$4(B.Level_FINER_400, "Old offset: " + A.S(_this._scrollOffset) + ".", _null, _null); t1.log$4(B.Level_FINER_400, "Viewport height: " + A.S(_this._text_scrollview$_delegate.get$viewportHeight()), _null, _null); @@ -597872,15 +613391,17 @@ var t1, characterIndex, extentCharacterRectInContentSpace, t2, t3, extraSpacingAboveTop, t4, extraSpacingBelowBottom, _this = this, _null = null, _s28_ = " - updated _scrollOffset to "; if (_this._text_scrollview$_delegate == null) { - $.$get$_log6().log$4(B.Level_WARNING_900, "Can't make extent selection visible. The scroll delegate is null.", _null, _null); + $.$get$_log2().log$4(B.Level_WARNING_900, "Can't make extent selection visible. The scroll delegate is null.", _null, _null); return; } t1 = _this._text_scrollview$_textController._realController; if (t1.get$selection().extentOffset < 0) return; + if (t1.get$text(t1).text.length === 0) + return; characterIndex = t1.get$selection().extentOffset >= t1.get$text(t1).text.length ? t1.get$text(t1).text.length - 1 : t1.get$selection().extentOffset; extentCharacterRectInContentSpace = _this._text_scrollview$_delegate.getCharacterRectAtPosition$1(new A.TextPosition(characterIndex, B.TextAffinity_1)); - t2 = $.$get$_log6(); + t2 = $.$get$_log2(); t2.log$4(B.Level_FINER_400, "Ensuring rect is visible: " + extentCharacterRectInContentSpace.toString$0(0), _null, _null); if (_this._text_scrollview$_delegate.get$isMultiline()) { t3 = extentCharacterRectInContentSpace.top; @@ -597933,9 +613454,95 @@ return "_AutoScrollDirection." + this._core$_name; } }; - A._ViewportHeight.prototype = { - get$value(receiver) { - return this.value; + A._TextLinesLimiter.prototype = { + createRenderObject$1(context) { + var _this = this, + t1 = new A._RenderTextViewport(_this.textKey, _this.maxLines, _this.minLines, _this.lineHeight, _this.padding, null, A.LayerHandle$(type$.ContainerLayer_2)); + t1.RenderObject$0(); + t1.set$child(null); + return t1; + }, + updateRenderObject$2(context, renderObject) { + var _this = this; + renderObject.set$textKey(_this.textKey); + renderObject.set$minLines(_this.minLines); + renderObject.set$maxLines(_this.maxLines); + renderObject.set$lineHeight(0, _this.lineHeight); + renderObject.set$padding(0, _this.padding); + } + }; + A._RenderTextViewport.prototype = { + set$textKey(value) { + if (value === this._textKey) + return; + this._textKey = value; + this.markNeedsLayout$0(); + }, + set$maxLines(value) { + if (value === this._text_scrollview$_maxLines) + return; + this._text_scrollview$_maxLines = value; + this.markNeedsLayout$0(); + }, + set$minLines(value) { + if (value === this._text_scrollview$_minLines) + return; + this._text_scrollview$_minLines = value; + this.markNeedsLayout$0(); + }, + set$lineHeight(_, value) { + return; + }, + set$padding(_, value) { + return; + }, + performLayout$0() { + var t2, lineHeight, minHeight, maxHeight, childIntrinsicHeight, adjustedChildHeight, _this = this, + t1 = _this.RenderObjectWithChildMixin__child; + t1.toString; + t2 = type$.BoxConstraints; + t1.layout$2$parentUsesSize(t2._as(A.RenderObject.prototype.get$constraints.call(_this)), true); + lineHeight = _this._computeLineHeight$0(); + t1 = _this._text_scrollview$_minLines; + minHeight = t1 * lineHeight + 0; + maxHeight = _this._computeMaxHeight$1(lineHeight); + t1 = _this.RenderObjectWithChildMixin__child; + t1.toString; + t1.layout$2$parentUsesSize(t2._as(A.RenderObject.prototype.get$constraints.call(_this)).copyWith$1$maxHeight(1 / 0), true); + t1 = _this.RenderObjectWithChildMixin__child; + childIntrinsicHeight = t1.get$size(t1)._dy; + if (childIntrinsicHeight < minHeight) + adjustedChildHeight = minHeight; + else + adjustedChildHeight = maxHeight != null && childIntrinsicHeight > maxHeight ? maxHeight : null; + if (adjustedChildHeight == null) { + t1 = _this.RenderObjectWithChildMixin__child; + t1.toString; + t1.layout$2$parentUsesSize(t2._as(A.RenderObject.prototype.get$constraints.call(_this)).tighten$1$height(childIntrinsicHeight), true); + t2 = _this.RenderObjectWithChildMixin__child; + _this._box$_size = t2.get$size(t2); + return; + } + t1 = _this.RenderObjectWithChildMixin__child; + t1.toString; + t1.layout$2$parentUsesSize(t2._as(A.RenderObject.prototype.get$constraints.call(_this)).tighten$1$height(adjustedChildHeight), true); + t2 = _this.RenderObjectWithChildMixin__child; + _this._box$_size = t2.get$size(t2); + }, + _computeMaxHeight$1(lineHeight) { + var t1 = this._text_scrollview$_maxLines; + return t1 * lineHeight + 0; + }, + _computeLineHeight$0() { + var _null = null, + lineHeight = A.RenderSuperTextLayout_textLayoutFrom(this._textKey.get$currentState()._textLayoutKey).getLineHeightAtPosition$1(B.TextPosition_0_TextAffinity_1), + t1 = $.$get$_log2(); + t1.log$4(B.Level_FINER_400, " - line height at position 0: " + A.S(lineHeight), _null, _null); + if (lineHeight === 0) { + lineHeight = A.RenderSuperTextLayout_textLayoutFrom(this._textKey.get$currentState()._textLayoutKey).get$estimatedLineHeight(); + t1.log$4(B.Level_FINER_400, " - estimated line height based on text styles: " + A.S(lineHeight), _null, _null); + } + return lineHeight; } }; A._TextScrollController_Object_ChangeNotifier.prototype = {}; @@ -597956,66 +613563,83 @@ }; A.ImeAttributedTextEditingController.prototype = { dispose$0() { - if (this._disposeClientController) - this._realController.dispose$0(); - this.super$ChangeNotifier$dispose(); + var _this = this, + t1 = _this._realController; + t1.removeListener$1(0, _this.get$_onInnerControllerChange()); + if (_this._disposeClientController) + t1.dispose$0(); + _this.super$ChangeNotifier$dispose(); + }, + get$isAttachedToIme() { + var t1 = this._inputConnectionNotifier._change_notifier$_value; + return t1 != null && J.get$attached$z(t1); }, attachToIme$2$textInputAction$textInputType(textInputAction, textInputType) { - var imeConfig, connection, t2, t3, _this = this, _null = null, - t1 = _this._inputConnection; - if (t1 != null && $.$get$TextInput__instance()._currentConnection === t1) + if (this.get$isAttachedToIme()) return; - imeConfig = A.TextInputConfiguration$(_null, B.List_empty0, true, B.AutofillConfiguration_lYx, true, true, true, true, textInputAction, textInputType, _this._keyboardAppearance, false, false, _null, _null, B.TextCapitalization_30); - connection = A.TextInputConnection$_(_this); - t1 = $.$get$TextInput__instance(); - t1._attach$2(connection, imeConfig); - _this._inputConnection = connection; - t1._show$0(); - _this._sendEditingValueToPlatform$0(); - t2 = $.$get$_log8(); - t3 = _this._inputConnection; - t3.toString; - t2.log$4(B.Level_FINE_500, "Is attached to input client? " + (t1._currentConnection === t3), _null, _null); + this.attachToImeWithConfig$1(A.TextInputConfiguration$(null, B.List_empty0, true, B.AutofillConfiguration_lYx, true, true, true, true, textInputAction, textInputType, this._keyboardAppearance, false, false, null, null, B.TextCapitalization_30)); }, attachToIme$0() { return this.attachToIme$2$textInputAction$textInputType(B.TextInputAction_2, B.TextInputType_0_null_null); }, - attachToIme$1$textInputType(textInputType) { - return this.attachToIme$2$textInputAction$textInputType(B.TextInputAction_2, textInputType); - }, - updateTextInputConfiguration$2$textInputAction$textInputType(textInputAction, textInputType) { - var imeConfig, connection, _this = this, - t1 = _this._inputConnection, - t2 = t1 == null; - if (!(!t2 && $.$get$TextInput__instance()._currentConnection === t1)) + attachToImeWithConfig$1(configuration) { + var imeConfig, connection, t1, t2, _this = this; + if (_this.get$isAttachedToIme()) return; - _this._keyboardAppearance = B.Brightness_1; - if (!t2) { - t2 = $.$get$TextInput__instance(); - if (t2._currentConnection === t1) - t2._clearClient$0(); - } - imeConfig = A.TextInputConfiguration$(null, B.List_empty0, true, B.AutofillConfiguration_lYx, true, true, true, true, textInputAction, textInputType, B.Brightness_1, false, false, null, null, B.TextCapitalization_30); + imeConfig = configuration.copyWith$1$enableDeltaModel(true); connection = A.TextInputConnection$_(_this); t1 = $.$get$TextInput__instance(); t1._attach$2(connection, imeConfig); - _this._inputConnection = connection; t1._show$0(); + _this._inputConnectionNotifier.set$value(0, connection); _this._sendEditingValueToPlatform$0(); + t2 = _this._latestTextEditingValueSentToPlatform; + t2.toString; + _this._osCurrentTextEditingValue = t2; + $.$get$_log5().log$4(B.Level_FINE_500, "Is attached to input client? " + (t1._currentConnection === connection), null, null); + }, + updateTextInputConfiguration$6$autocorrect$enableSuggestions$keyboardAppearance$textCapitalization$textInputAction$textInputType(autocorrect, enableSuggestions, keyboardAppearance, textCapitalization, textInputAction, textInputType) { + var t1, t2, imeConfig, connection, _this = this; + _this._keyboardAppearance = keyboardAppearance; + if (!_this.get$isAttachedToIme()) + return; + t1 = _this._inputConnectionNotifier; + t2 = t1._change_notifier$_value; + if (t2 != null) + J.close$0$z(t2); + imeConfig = A.TextInputConfiguration$(null, B.List_empty0, true, B.AutofillConfiguration_lYx, true, true, true, true, textInputAction, textInputType, keyboardAppearance, false, false, null, null, textCapitalization); + connection = A.TextInputConnection$_(_this); + t2 = $.$get$TextInput__instance(); + t2._attach$2(connection, imeConfig); + t2._show$0(); + t1.set$value(0, connection); + _this._sendEditingValueToPlatform$0(); + t1 = _this._latestTextEditingValueSentToPlatform; + t1.toString; + _this._osCurrentTextEditingValue = t1; + }, + updateTextInputConfiguration$2$textInputAction$textInputType(textInputAction, textInputType) { + return this.updateTextInputConfiguration$6$autocorrect$enableSuggestions$keyboardAppearance$textCapitalization$textInputAction$textInputType(true, true, B.Brightness_1, B.TextCapitalization_30, textInputAction, textInputType); }, detachFromIme$0() { var t1, t2; - $.$get$_log8().log$4(B.Level_FINE_500, "Closing input connection", null, null); - t1 = this._inputConnection; - if (t1 != null) { - t2 = $.$get$TextInput__instance(); - if (t2._currentConnection === t1) - t2._clearClient$0(); - } + $.$get$_log5().log$4(B.Level_FINE_500, "Closing input connection", null, null); + t1 = this._inputConnectionNotifier; + t2 = t1._change_notifier$_value; + if (t2 != null) + J.close$0$z(t2); + this._osCurrentTextEditingValue = B.TextEditingValue_li8; + t1.set$value(0, null); }, showKeyboard$0() { - if (this._inputConnection != null) - $.$get$TextInput__instance()._show$0(); + var t1 = this._inputConnectionNotifier, + t2 = t1._change_notifier$_value; + t2 = t2 == null ? null : J.get$attached$z(t2); + if (t2 !== true) + return; + t1 = t1._change_notifier$_value; + if (t1 != null) + J.show$0$z(t1); }, _onInnerControllerChange$0() { if (this._sendTextChangesToPlatform) @@ -598023,22 +613647,22 @@ this.notifyListeners$0(); }, _onReceivedTextEditingValueFromPlatform$1(newValue) { - if (newValue.$eq(0, this._latestPlatformTextEditingValue)) + var _this = this; + if (newValue.$eq(0, _this._latestTextEditingValueSentToPlatform)) return; - this._sendEditingValueToPlatform$0(); + if (_this.get$currentTextEditingValue().$eq(0, _this._osCurrentTextEditingValue)) + return; + _this._sendEditingValueToPlatform$0(); }, _sendEditingValueToPlatform$0() { - var _this = this, - t1 = _this._inputConnection; - if (!(t1 != null && $.$get$TextInput__instance()._currentConnection === t1)) + var t1, _this = this; + if (!_this.get$isAttachedToIme()) return; - _this.__ime_text_editing_controller$_allowNonTextDeltas = false; - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.ImeAttributedTextEditingController__sendEditingValueToPlatform_closure(_this)); - $.$get$_log8().log$4(B.Level_FINE_500, "Sending TextEditingValue to platform: " + _this.get$currentTextEditingValue().toString$0(0), null, null); - _this._latestPlatformTextEditingValue = _this.get$currentTextEditingValue(); - _this._inputConnection.toString; - t1 = _this.get$currentTextEditingValue(); - $.$get$TextInput__instance()._setEditingState$1(t1); + $.$get$_log5().log$4(B.Level_FINE_500, "Sending TextEditingValue to platform: " + _this.get$currentTextEditingValue().toString$0(0), null, null); + _this._latestTextEditingValueSentToPlatform = _this.get$currentTextEditingValue(); + t1 = _this._inputConnectionNotifier._change_notifier$_value; + t1.toString; + t1.setEditingState$1(_this.get$currentTextEditingValue()); }, get$currentTextEditingValue() { var t1 = this._realController; @@ -598046,62 +613670,52 @@ }, updateEditingValue$1(value) { var t1, _this = this; - $.$get$_log8().log$4(B.Level_FINE_500, "New platform TextEditingValue: " + value.toString$0(0), null, null); + $.$get$_log5().log$4(B.Level_FINE_500, "New platform TextEditingValue: " + value.toString$0(0), null, null); + _this._osCurrentTextEditingValue = value; _this._onReceivedTextEditingValueFromPlatform$1(value); - if (!J.$eq$(_this._latestPlatformTextEditingValue, _this.get$currentTextEditingValue())) { + if (!J.$eq$(_this._latestTextEditingValueSentToPlatform, _this.get$currentTextEditingValue())) { _this._sendTextChangesToPlatform = false; t1 = _this._realController; - t1.set$text(0, A.AttributedText$(null, value.text)); + t1.set$text(0, A.AttributedText$(value.text, null)); t1.set$selection(value.selection); t1.set$composingRegion(value.composing); _this._sendTextChangesToPlatform = true; } }, updateEditingValueWithDeltas$1(deltas) { - var allowedDeltas, t1, t2, t3, t4, _i, delta, t5, t6, t7, t8, _this = this, _null = null; - $.$get$_log8().log$4(B.Level_FINE_500, "Received text editing deltas from platform...", _null, _null); - if (deltas.length === 0) - return; - if (_this.__ime_text_editing_controller$_allowNonTextDeltas) - allowedDeltas = deltas; - else { - t1 = A._arrayInstanceType(deltas)._eval$1("WhereIterable<1>"); - allowedDeltas = A.List_List$of(new A.WhereIterable(deltas, new A.ImeAttributedTextEditingController_updateEditingValueWithDeltas_closure(), t1), true, t1._eval$1("Iterable.E")); - } - t1 = allowedDeltas.length; + var t1, _i, t2, t3, delta, t4, t5, _this = this, _null = null; + $.$get$_log5().log$4(B.Level_FINE_500, "Received text editing deltas from platform...", _null, _null); + t1 = deltas.length; if (t1 === 0) return; - t2 = _this._sendTextChangesToPlatform = false; - for (t3 = _this._realController, t4 = type$.void_Function, _i = 0; _i < allowedDeltas.length; allowedDeltas.length === t1 || (0, A.throwConcurrentModificationError)(allowedDeltas), ++_i) { - delta = allowedDeltas[_i]; + for (_i = 0; t2 = deltas.length, _i < t2; deltas.length === t1 || (0, A.throwConcurrentModificationError)(deltas), ++_i) + _this._osCurrentTextEditingValue = deltas[_i].apply$1(_this._osCurrentTextEditingValue); + _this._sendTextChangesToPlatform = false; + for (t1 = _this._realController, t3 = type$.void_Function, _i = 0; _i < deltas.length; deltas.length === t2 || (0, A.throwConcurrentModificationError)(deltas), ++_i) { + delta = deltas[_i]; if (delta instanceof A.TextEditingDeltaInsertion) { - $.$get$_log8().log$4(B.Level_FINE_500, "Processing insertion: " + delta.toString$0(0), _null, _null); - t5 = t3.get$selection(); - t5 = t5.start === t5.end ? delta.insertionOffset === t3.get$selection().extentOffset : t2; - t6 = delta.textInserted; - if (t5) - t3.insertAtCaret$2$newComposingRegion$text(delta.composing, t6); + $.$get$_log5().log$4(B.Level_FINE_500, "Processing insertion: " + delta.toString$0(0), _null, _null); + t4 = t1.get$selection(); + t4 = t4.start === t4.end && delta.insertionOffset === t1.get$selection().extentOffset; + t5 = delta.textInserted; + if (t4) + t1.insertAtCaret$2$newComposingRegion$text(delta.composing, t5); else { - t5 = A.AttributedSpans$(_null); - t7 = delta.insertionOffset; - t8 = delta.selection; - t3.insert$4$insertIndex$newComposingRegion$newSelection$newText(0, t7, delta.composing, t8, new A.AttributedText(t6, t5, A.LinkedHashSet_LinkedHashSet$_empty(t4))); + t4 = A.AttributedSpans$(_null); + t1.insert$4$insertIndex$newComposingRegion$newSelection$newText(0, delta.insertionOffset, delta.composing, delta.selection, new A.AttributedText(t5, t4, A.LinkedHashSet_LinkedHashSet$_empty(t3))); } } else if (delta instanceof A.TextEditingDeltaDeletion) { - $.$get$_log8().log$4(B.Level_FINE_500, "Processing deletion: " + delta.toString$0(0), _null, _null); - t5 = delta.deletedRange; - t6 = delta.selection; - t3.delete$4$from$newComposingRegion$newSelection$to(0, t5.start, delta.composing, t6, t5.end); + $.$get$_log5().log$4(B.Level_FINE_500, "Processing deletion: " + delta.toString$0(0), _null, _null); + t4 = delta.deletedRange; + t1.delete$4$from$newComposingRegion$newSelection$to(0, t4.start, delta.composing, delta.selection, t4.end); } else if (delta instanceof A.TextEditingDeltaReplacement) { - $.$get$_log8().log$4(B.Level_FINE_500, "Processing replacement: " + delta.toString$0(0), _null, _null); - t5 = delta.replacementText; - t6 = A.AttributedSpans$(_null); - t7 = delta.replacedRange; - t3.replace$5$from$newComposingRegion$newSelection$newText$to(0, t7.start, _null, delta.selection, new A.AttributedText(t5, t6, A.LinkedHashSet_LinkedHashSet$_empty(t4)), t7.end); + $.$get$_log5().log$4(B.Level_FINE_500, "Processing replacement: " + delta.toString$0(0), _null, _null); + t4 = A.AttributedSpans$(_null); + t5 = delta.replacedRange; + t1.replace$5$from$newComposingRegion$newSelection$newText$to(0, t5.start, delta.composing, delta.selection, new A.AttributedText(delta.replacementText, t4, A.LinkedHashSet_LinkedHashSet$_empty(t3)), t5.end); } else if (delta instanceof A.TextEditingDeltaNonTextUpdate) { - $.$get$_log8().log$4(B.Level_FINE_500, "Processing selection/composing change: " + delta.toString$0(0), _null, _null); - t5 = delta.selection; - t3.update$3$composingRegion$selection$text(0, delta.composing, t5, _null); + $.$get$_log5().log$4(B.Level_FINE_500, "Processing selection/composing change: " + delta.toString$0(0), _null, _null); + t1.update$3$composingRegion$selection$text(0, delta.composing, delta.selection, _null); } } _this._sendTextChangesToPlatform = true; @@ -598125,10 +613739,16 @@ showAutocorrectionPromptRect$2(start, end) { }, connectionClosed$0() { - $.$get$_log8().log$4(B.Level_INFO_800, "TextInputClient: connectionClosed()", null, null); - this._latestPlatformTextEditingValue = this._inputConnection = null; + $.$get$_log5().log$4(B.Level_INFO_800, "TextInputClient: connectionClosed()", null, null); + this._inputConnectionNotifier.set$value(0, null); + this._latestTextEditingValueSentToPlatform = null; }, performSelector$1(selectorName) { + var t1; + $.$get$editorImeLog().log$4(B.Level_FINE_500, "IME says to perform selector: " + selectorName, null, null); + t1 = this.onPerformSelector; + if (t1 != null) + t1.call$1(selectorName); }, get$text(_) { var t1 = this._realController; @@ -598185,6 +613805,9 @@ update$3$composingRegion$selection$text(_, composingRegion, selection, text) { this._realController.update$3$composingRegion$selection$text(0, composingRegion, selection, text); }, + clear$0(_) { + this._realController.clear$0(0); + }, deleteCharacter$1(direction) { this._realController.deleteCharacter$1(direction); }, @@ -598213,18 +613836,6 @@ this._realController.selectAll$0(); } }; - A.ImeAttributedTextEditingController__sendEditingValueToPlatform_closure.prototype = { - call$1(timeStamp) { - this.$this.__ime_text_editing_controller$_allowNonTextDeltas = true; - }, - $signature: 11 - }; - A.ImeAttributedTextEditingController_updateEditingValueWithDeltas_closure.prototype = { - call$1(e) { - return !(e instanceof A.TextEditingDeltaNonTextUpdate); - }, - $signature: 823 - }; A._ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient.prototype = {}; A._ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient_DeltaTextInputClient.prototype = {}; A.IOSEditingControls.prototype = { @@ -598260,75 +613871,74 @@ _this.super$State$dispose(); }, didChangeMetrics$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSEditingControlsState_didChangeMetrics_closure(this)); + A.Frames_scheduleBuildAfterBuild(this, null); }, _rebuildOnNextFrame$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSEditingControlsState__rebuildOnNextFrame_closure(this)); + A.Frames_scheduleBuildAfterBuild(this, null); }, _onBasePanStart$1(details) { var t1, t2, _this = this; - $.$get$_log9().log$4(B.Level_FINE_500, "_onBasePanStart", null, null); + $.$get$_log1().log$4(B.Level_FINE_500, "_onBasePanStart", null, null); _this._widget.editingController.overlayController.hideToolbar$0(); t1 = _this._widget; t2 = t1.textScrollController; t1 = t1.textFieldKey; t2.updateAutoScrollingForTouchOffset$1$userInteractionOffsetInViewport(type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).globalToLocal$1(details.globalPosition)); - _this._widget.textScrollController.addListener$1(0, _this.get$__editing_controls$_updateSelectionForNewDragHandleLocation()); + _this._widget.textScrollController.addListener$1(0, _this.get$_updateSelectionForNewDragHandleLocation()); _this.setState$1(new A._IOSEditingControlsState__onBasePanStart_closure(_this, details)); }, _onExtentPanStart$1(details) { var t1, t2, _this = this; - $.$get$_log9().log$4(B.Level_FINE_500, "_onExtentPanStart", null, null); + $.$get$_log1().log$4(B.Level_FINE_500, "_onExtentPanStart", null, null); _this._widget.editingController.overlayController.hideToolbar$0(); t1 = _this._widget; t2 = t1.textScrollController; t1 = t1.textFieldKey; t2.updateAutoScrollingForTouchOffset$1$userInteractionOffsetInViewport(type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).globalToLocal$1(details.globalPosition)); - _this._widget.textScrollController.addListener$1(0, _this.get$__editing_controls$_updateSelectionForNewDragHandleLocation()); + _this._widget.textScrollController.addListener$1(0, _this.get$_updateSelectionForNewDragHandleLocation()); _this.setState$1(new A._IOSEditingControlsState__onExtentPanStart_closure(_this, details)); }, - __editing_controls$_onPanUpdate$1(details) { + _onPanUpdate$1(details) { var t2, t3, _this = this, t1 = details.globalPosition; - _this.__editing_controls$_globalDragOffset = t1; - _this.__editing_controls$_updateSelectionForNewDragHandleLocation$0(); + _this._globalDragOffset = t1; + _this._updateSelectionForNewDragHandleLocation$0(); t2 = _this._widget; t3 = t2.textScrollController; t2 = t2.textFieldKey; t3.updateAutoScrollingForTouchOffset$1$userInteractionOffsetInViewport(type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject()).globalToLocal$1(t1)); _this.setState$1(new A._IOSEditingControlsState__onPanUpdate_closure(_this, details)); }, - __editing_controls$_updateSelectionForNewDragHandleLocation$0() { - var textOffset, textLayout, _this = this, + _updateSelectionForNewDragHandleLocation$0() { + var textOffset, t2, _this = this, t1 = _this._widget.textContentKey, textBox = type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()); - t1 = _this.__editing_controls$_globalDragOffset; + t1 = _this._globalDragOffset; t1.toString; textOffset = textBox.globalToLocal$1(t1); - t1 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - textLayout = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey); + t1.toString; if (_this._isDraggingBase) { - t1 = _this._widget.editingController.textController._realController; - t1.set$selection(t1.get$selection().copyWith$1$baseOffset(textLayout.getPositionNearestToOffset$1(textOffset).offset)); + t2 = _this._widget.editingController.textController._realController; + t2.set$selection(t2.get$selection().copyWith$1$baseOffset(t1.getPositionNearestToOffset$1(textOffset).offset)); } else if (_this._isDraggingExtent) { - t1 = _this._widget.editingController.textController._realController; - t1.set$selection(t1.get$selection().copyWith$1$extentOffset(textLayout.getPositionNearestToOffset$1(textOffset).offset)); + t2 = _this._widget.editingController.textController._realController; + t2.set$selection(t2.get$selection().copyWith$1$extentOffset(t1.getPositionNearestToOffset$1(textOffset).offset)); } }, - __editing_controls$_onPanEnd$1(details) { - $.$get$_log9().log$4(B.Level_FINE_500, "_onPanEnd", null, null); - this.__editing_controls$_onHandleDragEnd$0(); + _onPanEnd$1(details) { + $.$get$_log1().log$4(B.Level_FINE_500, "_onPanEnd", null, null); + this._onHandleDragEnd$0(); }, - __editing_controls$_onPanCancel$0() { - $.$get$_log9().log$4(B.Level_FINE_500, "_onPanCancel", null, null); - this.__editing_controls$_onHandleDragEnd$0(); + _onPanCancel$0() { + $.$get$_log1().log$4(B.Level_FINE_500, "_onPanCancel", null, null); + this._onHandleDragEnd$0(); }, - __editing_controls$_onHandleDragEnd$0() { + _onHandleDragEnd$0() { var _this = this; - $.$get$_log9().log$4(B.Level_FINE_500, "_onHandleDragEnd()", null, null); + $.$get$_log1().log$4(B.Level_FINE_500, "_onHandleDragEnd()", null, null); _this._widget.textScrollController.stopScrolling$0(); - _this._widget.textScrollController.removeListener$1(0, _this.get$__editing_controls$_updateSelectionForNewDragHandleLocation()); + _this._widget.textScrollController.removeListener$1(0, _this.get$_updateSelectionForNewDragHandleLocation()); _this.setState$1(new A._IOSEditingControlsState__onHandleDragEnd_closure(_this)); }, _textOffsetToViewportOffset$1(textOffset) { @@ -598340,40 +613950,37 @@ }, build$1(context) { if (context.get$renderObject() == null) { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSEditingControlsState_build_closure(this)); + A.Frames_scheduleBuildAfterBuild(this, null); return B.SizedBox_null_null_null_null; } - return new A.MultiListenableBuilder(A.LinkedHashSet_LinkedHashSet$_literal([this._widget.editingController], type$.Listenable), new A._IOSEditingControlsState_build_closure0(this), null); + return new A.MultiListenableBuilder(A.LinkedHashSet_LinkedHashSet$_literal([this._widget.editingController], type$.Listenable), new A._IOSEditingControlsState_build_closure(this), null); }, __editing_controls$_buildToolbar$0() { - var t1, t2, t3, textOffset, globalOffset, extentOffsetInViewport, lineHeight, toolbarTopAnchor, toolbarBottomAnchor, selectionBoxes, selectionBounds, i, textFieldRenderBox, textFieldGlobalOffset, _this = this, _null = null; + var t1, t2, textOffset, globalOffset, extentOffsetInViewport, lineHeight, toolbarTopAnchor, toolbarBottomAnchor, selectionBoxes, selectionBounds, i, t3, textFieldRenderBox, textFieldGlobalOffset, _this = this, _null = null; if (_this._widget.editingController.textController._realController.get$selection().extentOffset < 0) return B.SizedBox_null_null_null_null; t1 = _this._widget.editingController; if (!t1.overlayController._shouldDisplayToolbar) return B.SizedBox_null_null_null_null; t1 = t1.textController._realController.get$selection(); - t2 = type$.ProseTextBlock; - t3 = _this._widget; + t2 = _this._widget; if (t1.start === t1.end) { - t1 = t3.editingController.textController._realController.get$selection().get$extent(); - t3 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - textOffset = t2._as(t3.get$currentState()).get$textLayout().getOffsetAtPosition$1(t1); + t1 = t2.editingController.textController._realController.get$selection().get$extent(); + textOffset = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(t1); t1 = _this._widget.textContentKey; - t3 = type$.RenderBox; - globalOffset = A.MatrixUtils_transformPoint(t3._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).getTransformTo$1(0, _null), textOffset); + t2 = type$.RenderBox; + globalOffset = A.MatrixUtils_transformPoint(t2._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).getTransformTo$1(0, _null), textOffset); t1 = _this._widget.textFieldKey; - extentOffsetInViewport = t3._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).globalToLocal$1(globalOffset); - t1 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - lineHeight = t2._as(t1.get$currentState()).get$textLayout().getLineHeightAtPosition$1(_this._widget.editingController.textController._realController.get$selection().get$extent()); + extentOffsetInViewport = t2._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).globalToLocal$1(globalOffset); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey); + t1.toString; + lineHeight = t1.getLineHeightAtPosition$1(_this._widget.editingController.textController._realController.get$selection().get$extent()); toolbarTopAnchor = extentOffsetInViewport.$sub(0, B.Offset_0_24); toolbarBottomAnchor = extentOffsetInViewport.$add(0, new A.Offset(0, lineHeight)).$add(0, B.Offset_0_24); } else { - t1 = t3.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - selectionBoxes = t2._as(t1.get$currentState()).get$textLayout().getBoxesForSelection$1(_this._widget.editingController.textController._realController.get$selection()); + t1 = A.RenderSuperTextLayout_textLayoutFrom(t2.textContentKey.get$currentState()._textLayoutKey); + t1.toString; + selectionBoxes = t1.getBoxesForSelection$1(_this._widget.editingController.textController._realController.get$selection()); t1 = B.JSArray_methods.get$first(selectionBoxes); selectionBounds = new A.Rect(t1.left, t1.top, t1.right, t1.bottom); for (i = 1; i < selectionBoxes.length; ++i) { @@ -598391,17 +613998,23 @@ t2 = _this._widget.textFieldKey; textFieldRenderBox = t3._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject()); textFieldGlobalOffset = A.MatrixUtils_transformPoint(textFieldRenderBox.getTransformTo$1(0, _null), B.Offset_0_0); - t2 = _this._widget.editingController; + t2 = _this._widget.editingController.overlayController; t3 = A.MatrixUtils_transformPoint(textFieldRenderBox.getTransformTo$1(0, _null), toolbarTopAnchor); - t2.overlayController.positionToolbar$2$bottomAnchor$topAnchor(A.MatrixUtils_transformPoint(textFieldRenderBox.getTransformTo$1(0, _null), toolbarBottomAnchor), t3); - t3 = _this._widget.editingController.overlayController._shouldDisplayToolbar; - t1 = t3 ? 1 : 0; - return new A.CustomSingleChildLayout(new A.ToolbarPositionDelegate(textFieldGlobalOffset, toolbarTopAnchor, toolbarBottomAnchor, _null), A.IgnorePointer$(A.AnimatedOpacity$(new A.Builder(new A._IOSEditingControlsState__buildToolbar_closure(_this), _null), B.C__Linear, B.Duration_150000, t1), !t3, _null), _null); + t1 = A.MatrixUtils_transformPoint(textFieldRenderBox.getTransformTo$1(0, _null), toolbarBottomAnchor); + if (!t3.$eq(0, t2._toolbarTopAnchor) || !t1.$eq(0, t2._toolbarBottomAnchor)) { + t2._toolbarTopAnchor = t3; + t2._toolbarBottomAnchor = t1; + t2.notifyListeners$0(); + } + t1 = _this._widget; + t2 = t1.editingController.overlayController._shouldDisplayToolbar; + t3 = t2 ? 1 : 0; + return new A.CustomSingleChildLayout(new A.ToolbarPositionDelegate(textFieldGlobalOffset, toolbarTopAnchor, toolbarBottomAnchor), A.IgnorePointer$(A.AnimatedOpacity$(A.TapRegion$(new A.Builder(new A._IOSEditingControlsState__buildToolbar_closure(_this), _null), _null, true, t1.tapRegionGroupId, _null, _null, _null), B.C__Linear, B.Duration_150000, t3), !t2, _null), _null); }, _buildDraggableOverlayHandles$0() { - var t1, t2, upstreamTextPosition, t3, upstreamHandleOffsetInText, upstreamLineHeight, t4, downstreamTextPosition, downstreamHandleOffsetInText, downstreamLineHeight, showUpstreamHandle, showDownstreamHandle, _this = this, _null = null; + var t1, t2, upstreamTextPosition, upstreamHandleOffsetInText, upstreamLineHeight, t3, downstreamTextPosition, downstreamHandleOffsetInText, downstreamLineHeight, showUpstreamHandle, showDownstreamHandle, _this = this, _null = null; if (_this._widget.editingController.textController._realController.get$selection().extentOffset < 0) { - $.$get$_log9().log$4(B.Level_FINER_400, "Not building expanded handles because there is no selection", _null, _null); + $.$get$_log1().log$4(B.Level_FINER_400, "Not building expanded handles because there is no selection", _null, _null); return A._setArrayType([], type$.JSArray_Widget); } t1 = _this._widget.editingController.textController._realController.get$selection(); @@ -598410,98 +614023,55 @@ t1 = (_this._widget.editingController.textController._realController.get$selection().extentOffset >= _this._widget.editingController.textController._realController.get$selection().baseOffset ? B.TextAffinity_1 : B.TextAffinity_0) === B.TextAffinity_1; t2 = _this._widget; upstreamTextPosition = t1 ? t2.editingController.textController._realController.get$selection().get$base() : t2.editingController.textController._realController.get$selection().get$extent(); - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = type$.ProseTextBlock; - upstreamHandleOffsetInText = t3._as(t2.get$currentState()).get$textLayout().getOffsetAtPosition$1(upstreamTextPosition); - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t3._as(t2.get$currentState()).get$textLayout().getCharacterBox$1(upstreamTextPosition); + upstreamHandleOffsetInText = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(upstreamTextPosition); + t2 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getCharacterBox$1(upstreamTextPosition); if (t2 == null) upstreamLineHeight = _null; else { - t4 = t2.top; - t4 = t2.bottom - t4; - upstreamLineHeight = t4; - } - if (upstreamLineHeight == null) { - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - upstreamLineHeight = t3._as(t2.get$currentState()).get$textLayout().get$estimatedLineHeight(); + t3 = t2.top; + t3 = t2.bottom - t3; + upstreamLineHeight = t3; } + if (upstreamLineHeight == null) + upstreamLineHeight = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).get$estimatedLineHeight(); t2 = _this._widget; downstreamTextPosition = t1 ? t2.editingController.textController._realController.get$selection().get$extent() : t2.editingController.textController._realController.get$selection().get$base(); - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - downstreamHandleOffsetInText = t3._as(t2.get$currentState()).get$textLayout().getOffsetAtPosition$1(downstreamTextPosition); - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t3._as(t2.get$currentState()).get$textLayout().getCharacterBox$1(downstreamTextPosition); + downstreamHandleOffsetInText = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getOffsetAtPosition$1(downstreamTextPosition); + t2 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).getCharacterBox$1(downstreamTextPosition); if (t2 == null) downstreamLineHeight = _null; else { - t4 = t2.top; - t4 = t2.bottom - t4; - downstreamLineHeight = t4; - } - if (downstreamLineHeight == null) { - t2 = _this._widget.textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - downstreamLineHeight = t3._as(t2.get$currentState()).get$textLayout().get$estimatedLineHeight(); + t3 = t2.top; + t3 = t2.bottom - t3; + downstreamLineHeight = t3; } + if (downstreamLineHeight == null) + downstreamLineHeight = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.textContentKey.get$currentState()._textLayoutKey).get$estimatedLineHeight(); if (upstreamLineHeight === 0 || downstreamLineHeight === 0) { - $.$get$_log9().log$4(B.Level_FINER_400, string$.Not_bue, _null, _null); - _this._scheduleRebuildBecauseTextIsNotLaidOutYet$0(); + $.$get$_log1().log$4(B.Level_FINER_400, string$.Not_bu, _null, _null); + A.Frames_scheduleBuildAfterBuild(_this, _null); return A._setArrayType([], type$.JSArray_Widget); } showUpstreamHandle = _this._widget.textScrollController._text_scrollview$_delegate.isTextPositionVisible$1(upstreamTextPosition); showDownstreamHandle = _this._widget.textScrollController._text_scrollview$_delegate.isTextPositionVisible$1(downstreamTextPosition); t2 = t1 ? _this.get$_onBasePanStart() : _this.get$_onExtentPanStart(); - t2 = _this.__editing_controls$_buildHandle$7$debugColor$followerOffset$handleKey$isUpstreamHandle$lineHeight$onPanStart$showHandle(B.MaterialColor_Map_JNgz5_4283215696, upstreamHandleOffsetInText, _this.__editing_controls$_upstreamHandleKey, true, upstreamLineHeight, t2, showUpstreamHandle); + t2 = _this._buildHandle$7$debugColor$followerOffset$handleKey$isUpstreamHandle$lineHeight$onPanStart$showHandle(B.MaterialColor_Map_JNgz5_4283215696, upstreamHandleOffsetInText, _this._upstreamHandleKey, true, upstreamLineHeight, t2, showUpstreamHandle); t1 = t1 ? _this.get$_onExtentPanStart() : _this.get$_onBasePanStart(); - return A._setArrayType([t2, _this.__editing_controls$_buildHandle$7$debugColor$followerOffset$handleKey$isUpstreamHandle$lineHeight$onPanStart$showHandle(B.MaterialColor_Map_JNusp_4294198070, downstreamHandleOffsetInText, _this.__editing_controls$_downstreamHandleKey, false, downstreamLineHeight, t1, showDownstreamHandle)], type$.JSArray_Widget); + return A._setArrayType([t2, _this._buildHandle$7$debugColor$followerOffset$handleKey$isUpstreamHandle$lineHeight$onPanStart$showHandle(B.MaterialColor_Map_JNusp_4294198070, downstreamHandleOffsetInText, _this._downstreamHandleKey, false, downstreamLineHeight, t1, showDownstreamHandle)], type$.JSArray_Widget); }, - __editing_controls$_buildHandle$7$debugColor$followerOffset$handleKey$isUpstreamHandle$lineHeight$onPanStart$showHandle(debugColor, followerOffset, handleKey, isUpstreamHandle, lineHeight, onPanStart, showHandle) { + _buildHandle$7$debugColor$followerOffset$handleKey$isUpstreamHandle$lineHeight$onPanStart$showHandle(debugColor, followerOffset, handleKey, isUpstreamHandle, lineHeight, onPanStart, showHandle) { var _this = this, _null = null, t1 = _this._widget, - t2 = t1.textContentLayerLink; + t2 = t1.textContentLayerLink, + t3 = t1.tapRegionGroupId; if (showHandle) { t1 = t1.handleColor; - t1 = isUpstreamHandle ? A.IOSSelectionHandle$upstream(4, lineHeight, t1, B.HandleType_1) : new A.IOSSelectionHandle(t1, lineHeight, 4, B.HandleType_2, _null); + t1 = isUpstreamHandle ? new A.IOSSelectionHandle(t1, lineHeight, 4, B.HandleType_1, _null) : new A.IOSSelectionHandle(t1, lineHeight, 4, B.HandleType_2, _null); } else t1 = B.SizedBox_null_null_null_null; - return A.CompositedTransformFollower$(A.Transform$translate(A.GestureDetector$(B.HitTestBehavior_2, A.Container$(_null, t1, B.Clip_0, B.Color_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, 24), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$__editing_controls$_onPanCancel(), _null, _this.get$__editing_controls$_onPanEnd(), onPanStart, _this.get$__editing_controls$_onPanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), B.Offset_m12_m5), handleKey, t2, followerOffset, true, B.Alignment_m1_m1); - }, - _scheduleRebuildBecauseTextIsNotLaidOutYet$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure(this)); + return A.CompositedTransformFollower$(A.Transform$translate(A.TapRegion$(A.GestureDetector$(B.HitTestBehavior_2, A.Container$(_null, t1, B.Clip_0, B.Color_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, 24), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _this.get$_onPanCancel(), _null, _this.get$_onPanEnd(), onPanStart, _this.get$_onPanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), _null, true, t3, _null, _null, _null), B.Offset_m12_m5), B.Alignment_m1_m1, handleKey, t2, followerOffset, true, B.Alignment_m1_m1); } }; - A._IOSEditingControlsState_didChangeMetrics_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1.setState$1(new A._IOSEditingControlsState_didChangeMetrics__closure()); - }, - $signature: 11 - }; - A._IOSEditingControlsState_didChangeMetrics__closure.prototype = { - call$0() { - }, - $signature: 0 - }; - A._IOSEditingControlsState__rebuildOnNextFrame_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1.setState$1(new A._IOSEditingControlsState__rebuildOnNextFrame__closure()); - }, - $signature: 11 - }; - A._IOSEditingControlsState__rebuildOnNextFrame__closure.prototype = { - call$0() { - }, - $signature: 0 - }; A._IOSEditingControlsState__onBasePanStart_closure.prototype = { call$0() { var t2, @@ -598509,8 +614079,8 @@ t1._isDraggingBase = true; t1._isDraggingExtent = false; t2 = this.details.globalPosition; - t1.__editing_controls$_globalDragOffset = t2; - t1.__editing_controls$_localDragOffset = type$.RenderBox._as(t1._framework$_element.get$renderObject()).globalToLocal$1(t2); + t1._globalDragOffset = t2; + t1._localDragOffset = type$.RenderBox._as(t1._framework$_element.get$renderObject()).globalToLocal$1(t2); }, $signature: 0 }; @@ -598519,14 +614089,14 @@ var t1 = this.$this; t1._isDraggingBase = false; t1._isDraggingExtent = true; - t1.__editing_controls$_localDragOffset = type$.RenderBox._as(t1._framework$_element.get$renderObject()).globalToLocal$1(this.details.globalPosition); + t1._localDragOffset = type$.RenderBox._as(t1._framework$_element.get$renderObject()).globalToLocal$1(this.details.globalPosition); }, $signature: 0 }; A._IOSEditingControlsState__onPanUpdate_closure.prototype = { call$0() { var t1 = this.$this; - t1.__editing_controls$_localDragOffset = t1.__editing_controls$_localDragOffset.$add(0, this.details.delta); + t1._localDragOffset = t1._localDragOffset.$add(0, this.details.delta); t1._widget.editingController.overlayController.showMagnifier$0(); }, $signature: 0 @@ -598546,54 +614116,30 @@ $signature: 0 }; A._IOSEditingControlsState_build_closure.prototype = { - call$1(timeStamp) { - this.$this.setState$1(new A._IOSEditingControlsState_build__closure()); - }, - $signature: 11 - }; - A._IOSEditingControlsState_build__closure.prototype = { - call$0() { - }, - $signature: 0 - }; - A._IOSEditingControlsState_build_closure0.prototype = { call$1(context) { var t3, t4, _null = null, t1 = this.$this, t2 = A.List_List$of(t1._buildDraggableOverlayHandles$0(), true, type$.Widget); t2.push(t1.__editing_controls$_buildToolbar$0()); if (t1._isDraggingBase || t1._isDraggingExtent) { - t3 = t1.__editing_controls$_localDragOffset; + t3 = t1._localDragOffset; t4 = t3._dx; t3 = t3._dy; - t2.push(A.Positioned$(_null, new A.CompositedTransformTarget(t1._widget.editingController._magnifierFocalPoint, B.SizedBox_1_1_null_null, _null), _null, _null, t4, _null, t3, _null)); + t2.push(A.Positioned$(_null, A.Leader$(B.SizedBox_1_1_null_null, t1._widget.editingController._magnifierFocalPoint), _null, _null, t4, _null, t3, _null)); } t1 = t1._widget.editingController; if (t1.overlayController._isMagnifierVisible) - t2.push(A.Center$(new A.IOSFollowingMagnifier(t1._magnifierFocalPoint, B.Offset_0_m72, _null), _null, _null)); + t2.push(A.Center$(A.IOSFollowingMagnifier$roundedRectangle(t1._magnifierFocalPoint, _null, B.Offset_0_m72), _null, _null)); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null); }, - $signature: 429 + $signature: 900 }; A._IOSEditingControlsState__buildToolbar_closure.prototype = { call$1(context) { var t1 = this.$this._widget; return t1.popoverToolbarBuilder$2(context, t1.editingController); }, - $signature: 52 - }; - A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure.prototype = { - call$1(timeStamp) { - var t1 = this.$this; - if (t1._framework$_element != null) - t1.setState$1(new A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure()); - }, - $signature: 11 - }; - A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure.prototype = { - call$0() { - }, - $signature: 0 + $signature: 46 }; A.IOSEditingOverlayController.prototype = { dispose$0() { @@ -598609,11 +614155,11 @@ A.__IOSEditingControlsState_State_WidgetsBindingObserver.prototype = {}; A.IOSFloatingCursor.prototype = { build$1(context) { - return new A.ListenableBuilder0(this.controller, new A.IOSFloatingCursor_build_closure(this), null); + return new A.ListenableBuilder(new A.IOSFloatingCursor_build_closure(this), null, this.controller, null); } }; A.IOSFloatingCursor_build_closure.prototype = { - call$1(context) { + call$2(context, _) { var t4, t5, _null = null, t1 = A._setArrayType([], type$.JSArray_Widget), t2 = this.$this.controller, @@ -598625,14 +614171,14 @@ t5 = t2._floatingCursorCurrentOffset; t5.toString; t5 = t4.$add(0, t5); - t2 = t2.__floating_cursor$_floatingCursorHeight; + t2 = t2._floatingCursorHeight; t1.push(A.Positioned$(_null, A.Container$(_null, _null, B.Clip_0, A.Color$fromARGB(191, 244, 67, 54), _null, _null, _null, t2, _null, _null, _null, _null, _null, 2), _null, _null, t3._dx, _null, t5._dy, _null)); } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 429 + $signature: 3444 }; - A.FloatingCursorController0.prototype = { + A.FloatingCursorController.prototype = { updateFloatingCursor$2(textLayout, point) { var t1, t2, t3, textPosition, _this = this; switch (point.state.index) { @@ -598643,70 +614189,85 @@ t3 = point.offset; _this._floatingCursorCurrentOffset = t3; textPosition = textLayout.getPositionNearestToOffset$1(t2.$add(0, t3)); - _this.__floating_cursor$_floatingCursorHeight = textLayout.getLineHeightAtPosition$1(textPosition); + _this._floatingCursorHeight = textLayout.getLineHeightAtPosition$1(textPosition); t1.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, textPosition.offset)); break; case 1: t1 = point.offset; _this._floatingCursorCurrentOffset = t1; textPosition = textLayout.getPositionNearestToOffset$1(_this._floatingCursorStartOffset.$add(0, t1)); - _this.__floating_cursor$_floatingCursorHeight = textLayout.getLineHeightAtPosition$1(textPosition); + _this._floatingCursorHeight = textLayout.getLineHeightAtPosition$1(textPosition); _this.__floating_cursor$_textController._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, textPosition.offset)); break; case 2: _this._floatingCursorCurrentOffset = _this._floatingCursorStartOffset = null; - _this.__floating_cursor$_floatingCursorHeight = 0; + _this._floatingCursorHeight = 0; break; } _this.notifyListeners$0(); }, $isListenable: 1 }; - A._FloatingCursorController_Object_ChangeNotifier0.prototype = {}; + A._FloatingCursorController_Object_ChangeNotifier.prototype = {}; A.IOSTextFieldTouchInteractor.prototype = { createState$0() { - return new A.IOSTextFieldTouchInteractorState(new A.LayerLink(), null, null, B._StateLifecycle_0); + return new A.IOSTextFieldTouchInteractorState(new A.LayerLink(), new A.ValueNotifier(null, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_nullable_Rect), null, null, B._StateLifecycle_0); } }; A.IOSTextFieldTouchInteractorState.prototype = { initState$0() { - this.super$State$initState(); - this._widget.textScrollController.addListener$1(0, this.get$__user_interaction$_onScrollChange()); + var _this = this; + _this.super$State$initState(); + _this._widget.textController.addListener$1(0, _this.get$_onSelectionChange()); + _this._widget.textScrollController.addListener$1(0, _this.get$_onScrollChange()); }, didUpdateWidget$1(oldWidget) { var t1, t2, _this = this; _this.super$State$didUpdateWidget(oldWidget); + t1 = oldWidget.textController; + if (_this._widget.textController !== t1) { + t2 = _this.get$_onSelectionChange(); + t1.removeListener$1(0, t2); + _this._widget.textController.addListener$1(0, t2); + } t1 = oldWidget.textScrollController; if (_this._widget.textScrollController !== t1) { - t2 = _this.get$__user_interaction$_onScrollChange(); + t2 = _this.get$_onScrollChange(); t1.removeListener$1(0, t2); _this._widget.textScrollController.addListener$1(0, t2); } }, dispose$0() { - this._widget.textScrollController.removeListener$1(0, this.get$__user_interaction$_onScrollChange()); - this.super$_IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin$dispose(); + var _this = this, + t1 = _this._toolbarFocusSelectionRect; + t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__count = 0; + _this._widget.textController.removeListener$1(0, _this.get$_onSelectionChange()); + _this._widget.textScrollController.removeListener$1(0, _this.get$_onScrollChange()); + _this.super$_IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin$dispose(); + }, + _onSelectionChange$0() { + if (!this._widget.textController._realController.get$selection().$eq(0, this._previousToolbarFocusSelection)) { + var t1 = $.WidgetsBinding__instance; + t1.toString; + A.Scheduler_runAsSoonAsPossible(t1, this.get$_computeSelectionRect(), "anonymous action"); + } }, __user_interaction$_onTapDown$1(details) { - var _null = null, - t1 = $.$get$_log5(); + var _this = this, _null = null, + t1 = $.$get$_log3(); t1.log$4(B.Level_FINE_500, "User tapped down", _null, _null); - if (!this._widget.focusNode.get$hasFocus()) { + if (!_this._widget.focusNode.get$hasFocus()) { t1.log$4(B.Level_FINER_400, "Field isn't focused. Ignoring press.", _null, _null); return; } - this._widget.editingOverlayController.overlayController.hideToolbar$0(); - this._selectAtOffset$1(details.localPosition); + _this._selectionBeforeTap = _this._widget.textController._realController.get$selection(); + _this._selectAtOffset$1(details.localPosition); }, __user_interaction$_onTapUp$1(details) { - var t1, t2, tapTextPosition, previousSelection, t3, didTapOnExistingSelection, t4, _this = this; - $.$get$_log5().log$4(B.Level_FINE_500, "User released a tap", null, null); - if (_this._widget.focusNode.get$hasFocus()) { - t1 = _this._widget.textController._inputConnection; - t1 = t1 != null && $.$get$TextInput__instance()._currentConnection === t1; - } else - t1 = false; - if (t1) + var t1, t2, exactTapTextPosition, t3, t4, didTapOnExistingSelection, didCaretStayInSamePlace, _this = this; + $.$get$_log3().log$4(B.Level_FINE_500, "User released a tap", null, null); + if (_this._widget.focusNode.get$hasFocus() && _this._widget.textController.get$isAttachedToIme()) _this._widget.textController.showKeyboard$0(); else { t1 = _this._widget.focusNode.get$hasFocus(); @@ -598717,84 +614278,120 @@ t2.focusNode.requestFocus$0(); } t1 = details.localPosition; - tapTextPosition = _this._getTextPositionAtOffset$1(t1); - previousSelection = _this._widget.textController._realController.get$selection(); - t2 = previousSelection.start; - t3 = previousSelection.end; - if (t2 === t3) - didTapOnExistingSelection = tapTextPosition.$eq(0, previousSelection.get$extent()); - else { - t4 = tapTextPosition.offset; - didTapOnExistingSelection = t4 >= t2 && t4 <= t3; - } - t2 = _this._widget; - if (didTapOnExistingSelection) - t2.editingOverlayController.overlayController.toggleToolbar$0(); - else { - t2.editingOverlayController.overlayController.hideToolbar$0(); - _this._selectAtOffset$1(t1); - } + exactTapTextPosition = _this._getTextPositionAtOffset$1(t1); + if (exactTapTextPosition != null) { + t2 = _this._selectionBeforeTap; + if (t2 != null) { + t3 = t2.start; + t4 = t2.end; + if (t3 === t4) + t2 = exactTapTextPosition.offset === t2.get$extent().offset; + else { + t2 = exactTapTextPosition.offset; + t2 = t2 >= t3 && t2 <= t4; + } + didTapOnExistingSelection = t2; + } else + didTapOnExistingSelection = false; + } else + didTapOnExistingSelection = false; + _this._selectAtOffset$1(t1); + t1 = _this._selectionBeforeTap; + if (t1 != null) { + t2 = _this._widget.textController._realController.get$selection(); + t1 = t1.start === t2.start && t1.end === t2.end; + if (t1 === true) { + t1 = _this._selectionBeforeTap; + t1 = t1.start === t1.end; + didCaretStayInSamePlace = t1; + } else + didCaretStayInSamePlace = false; + } else + didCaretStayInSamePlace = false; + t1 = !didCaretStayInSamePlace; + if (!t1 || didTapOnExistingSelection) { + t1 = _this._widget.editingOverlayController.overlayController; + if (t1._shouldDisplayToolbar) + t1.hideToolbar$0(); + else + t1.showToolbar$0(); + } else if (t1 && !didTapOnExistingSelection) + _this._widget.editingOverlayController.overlayController.hideToolbar$0(); + _this._selectionBeforeTap = null; }, _selectAtOffset$1(localOffset) { - var tapTextPosition = this._getTextPositionAtOffset$1(localOffset); - this._widget.textController._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, tapTextPosition.offset)); + var t1 = this._getTextPositionNearestToOffset$1(localOffset).offset; + if (t1 < 0) { + t1 = this._widget.textController._realController; + t1.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t1.get$text(t1).text.length)); + return; + } + this._widget.textController._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t1)); }, - __user_interaction$_onDoubleTapDown$1(details) { + _onDoubleTapDown$1(details) { var _this = this; - $.$get$_log5().log$4(B.Level_FINE_500, "Double tap", null, null); + $.$get$_log3().log$4(B.Level_FINE_500, "Double tap", null, null); _this._widget.focusNode.requestFocus$0(); _this._widget.editingOverlayController.overlayController.hideToolbar$0(); - _this.setState$1(new A.IOSTextFieldTouchInteractorState__onDoubleTapDown_closure(_this, _this._getTextPositionAtOffset$1(details.localPosition))); + _this.setState$1(new A.IOSTextFieldTouchInteractorState__onDoubleTapDown_closure(_this, _this._getTextPositionNearestToOffset$1(details.localPosition))); }, - __user_interaction$_onTripleTapDown$1(details) { - var textLayout, - t1 = this._widget.selectableTextKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - textLayout = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); - t1 = textLayout.getPositionAtOffset$1(details.localPosition); + _onTripleTapDown$1(details) { + var textLayout = A.RenderSuperTextLayout_textLayoutFrom(this._widget.selectableTextKey.get$currentState()._textLayoutKey), + t1 = textLayout.getPositionAtOffset$1(details.localPosition); t1.toString; this._widget.textController._realController.set$selection(A.paragraphExpansionFilter(textLayout._richText.toPlainText$0(), t1, B.TextAffinity_1)); }, - _onTextPanStart$1(details) { - $.$get$_log5().log$4(B.Level_FINE_500, "_onTextPanStart()", null, null); - this.setState$1(new A.IOSTextFieldTouchInteractorState__onTextPanStart_closure(this, details)); + _onPanStart$1(details) { + $.$get$_log3().log$4(B.Level_FINE_500, "_onPanStart()", null, null); + this.setState$1(new A.IOSTextFieldTouchInteractorState__onPanStart_closure(this, details)); }, __user_interaction$_onPanUpdate$1(details) { var t1, t2, _this = this; - $.$get$_log5().log$4(B.Level_FINE_500, "_onPanUpdate handle mode", null, null); + $.$get$_log3().log$4(B.Level_FINE_500, "_onPanUpdate handle mode", null, null); if (_this._isDraggingCaret) { t1 = _this._widget; t2 = t1.textController; - t1 = t1.selectableTextKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout().getPositionNearestToOffset$1(_this._globalOffsetToTextOffset$1(details.globalPosition)).offset)); + t1 = A.RenderSuperTextLayout_textLayoutFrom(t1.selectableTextKey.get$currentState()._textLayoutKey); + t1.toString; + t2._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t1.getPositionNearestToOffset$1(_this._globalOffsetToTextOffset$1(details.globalPosition)).offset)); } _this.setState$1(new A.IOSTextFieldTouchInteractorState__onPanUpdate_closure(_this, details)); }, __user_interaction$_onPanEnd$1(details) { - $.$get$_log5().log$4(B.Level_FINE_500, "_onPanEnd()", null, null); + $.$get$_log3().log$4(B.Level_FINE_500, "_onPanEnd()", null, null); this.__user_interaction$_onHandleDragEnd$0(); }, __user_interaction$_onPanCancel$0() { - $.$get$_log5().log$4(B.Level_FINE_500, "_onPanCancel()", null, null); + $.$get$_log3().log$4(B.Level_FINE_500, "_onPanCancel()", null, null); this.__user_interaction$_onHandleDragEnd$0(); }, __user_interaction$_onHandleDragEnd$0() { var _this = this; - $.$get$_log5().log$4(B.Level_FINE_500, "_onHandleDragEnd()", null, null); + $.$get$_log3().log$4(B.Level_FINE_500, "_onHandleDragEnd()", null, null); _this._widget.textScrollController.stopScrolling$0(); if (_this._isDraggingCaret) _this._widget.textScrollController.ensureExtentIsVisible$0(); _this.setState$1(new A.IOSTextFieldTouchInteractorState__onHandleDragEnd_closure(_this)); }, - __user_interaction$_onScrollChange$0() { + _onScrollChange$0() { if (this._isDraggingCaret) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.IOSTextFieldTouchInteractorState__onScrollChange_closure(this)); + A.Frames_onNextFrame(this, new A.IOSTextFieldTouchInteractorState__onScrollChange_closure(this)); }, _globalOffsetToTextOffset$1(globalOffset) { var t1 = this._widget.selectableTextKey; return type$.RenderBox._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).get$renderObject()).globalToLocal$1(globalOffset); }, + _getTextPositionNearestToOffset$1(localOffset) { + var globalOffset, t2, textOffset, _this = this, + t1 = _this._widget.textController._realController; + if (t1.get$text(t1).text.length === 0) + return B.TextPosition_m1_TextAffinity_1; + t1 = type$.RenderBox; + globalOffset = A.MatrixUtils_transformPoint(t1._as(_this._framework$_element.get$renderObject()).getTransformTo$1(0, null), localOffset); + t2 = _this._widget.selectableTextKey; + textOffset = t1._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject()).globalToLocal$1(globalOffset); + return A.RenderSuperTextLayout_textLayoutFrom(_this._widget.selectableTextKey.get$currentState()._textLayoutKey).getPositionNearestToOffset$1(textOffset); + }, _getTextPositionAtOffset$1(localOffset) { var globalOffset, t2, textOffset, _this = this, t1 = _this._widget.textController._realController; @@ -598804,18 +614401,12 @@ globalOffset = A.MatrixUtils_transformPoint(t1._as(_this._framework$_element.get$renderObject()).getTransformTo$1(0, null), localOffset); t2 = _this._widget.selectableTextKey; textOffset = t1._as($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2).get$renderObject()).globalToLocal$1(globalOffset); - t2 = _this._widget.selectableTextKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - return type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getPositionNearestToOffset$1(textOffset); + return A.RenderSuperTextLayout_textLayoutFrom(_this._widget.selectableTextKey.get$currentState()._textLayoutKey).getPositionAtOffset$1(textOffset); }, build$1(context) { var _this = this, _null = null, t1 = _this._widget; - t1 = A._setArrayType([t1.child], type$.JSArray_Widget); - if (_this._widget.textController._realController.get$selection().extentOffset >= 0) - t1.push(_this._buildExtentTrackerForMagnifier$0()); - t1.push(_this._buildTapAndDragDetector$0()); - return new A.CompositedTransformTarget(_this._textViewportOffsetLink, A.GestureDetector$(_null, A.DecoratedBox$(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, t1, _null), new A.BoxDecoration(_null, _null, B.Border_bWW, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0), B.DragStartBehavior_1, false, _null, new A.IOSTextFieldTouchInteractorState_build_closure(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.IOSTextFieldTouchInteractorState_build_closure0(), _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), _null); + return new A.CompositedTransformTarget(_this._textViewportOffsetLink, A.GestureDetector$(_null, A.DecoratedBox$(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, A._setArrayType([t1.child, _this._buildExtentTrackerForMagnifier$0(), _this._buildTrackerForToolbarFocus$0(), _this._buildTapAndDragDetector$0()], type$.JSArray_Widget), _null), new A.BoxDecoration(_null, _null, B.Border_bWW, _null, _null, _null, B.BoxShape_0), B.DecorationPosition_0), B.DragStartBehavior_1, false, _null, new A.IOSTextFieldTouchInteractorState_build_closure(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.IOSTextFieldTouchInteractorState_build_closure0(), _null, _null, _null, _null, _null, _null, false, B.Offset_O5r), _null); }, _buildTapAndDragDetector$0() { var gestureSettings, _null = null, @@ -598825,31 +614416,54 @@ gestureSettings = t1 == null ? _null : t1.gestureSettings; return A.Positioned$(0, new A.RawGestureDetector(_null, A.LinkedHashMap_LinkedHashMap$_literal([B.Type_TapSequenceGestureRecognizer_7F1, new A.GestureRecognizerFactoryWithHandlers(new A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure(), new A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0(this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer), B.Type_PanGestureRecognizer_bbH, new A.GestureRecognizerFactoryWithHandlers(new A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1(), new A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2(this, gestureSettings), type$.GestureRecognizerFactoryWithHandlers_PanGestureRecognizer)], type$.Type, type$.GestureRecognizerFactory_GestureRecognizer), B.HitTestBehavior_2, false, _null), _null, _null, 0, 0, 0, _null); }, + _buildTrackerForToolbarFocus$0() { + return new A.ValueListenableBuilder(this._toolbarFocusSelectionRect, new A.IOSTextFieldTouchInteractorState__buildTrackerForToolbarFocus_closure(this), null, null, type$.ValueListenableBuilder_nullable_Rect); + }, + _computeSelectionRect$0() { + var t1, textBoxes, boundingBox, i, _this = this; + _this._previousToolbarFocusSelection = _this._widget.textController._realController.get$selection(); + if (_this._widget.textController._realController.get$selection().get$isValid()) { + t1 = _this._widget.textController._realController.get$selection(); + t1 = t1.start === t1.end; + } else + t1 = true; + if (t1) { + _this._toolbarFocusSelectionRect.set$value(0, null); + return; + } + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._widget.selectableTextKey.get$currentState()._textLayoutKey); + t1.toString; + textBoxes = t1.getBoxesForSelection$1(_this._widget.textController._realController.get$selection()); + t1 = B.JSArray_methods.get$first(textBoxes); + boundingBox = new A.Rect(t1.left, t1.top, t1.right, t1.bottom); + for (i = 1; i < textBoxes.length; ++i) { + t1 = textBoxes[i]; + boundingBox = boundingBox.expandToInclude$1(new A.Rect(t1.left, t1.top, t1.right, t1.bottom)); + } + _this._toolbarFocusSelectionRect.set$value(0, boundingBox); + }, _buildExtentTrackerForMagnifier$0() { - var t1, t2, t3, _null = null; - if (!this._isDraggingCaret) + var t1, t2, t3, _this = this, _null = null; + if (!_this._widget.textController._realController.get$selection().get$isValid() || !_this._isDraggingCaret) return B.SizedBox_null_null_null_null; - t1 = this.__user_interaction$_dragOffset; + t1 = _this.__user_interaction$_dragOffset; t2 = t1._dx; t1 = t1._dy; - t3 = this._widget.editingOverlayController; - return A.Positioned$(_null, new A.CompositedTransformTarget(t3._magnifierFocalPoint, B.SizedBox_1_1_null_null, _null), _null, _null, t2, _null, t1, _null); + t3 = _this._widget.editingOverlayController; + return A.Positioned$(_null, A.Leader$(B.SizedBox_1_1_null_null, t3._magnifierFocalPoint), _null, _null, t2, _null, t1, _null); } }; A.IOSTextFieldTouchInteractorState__onDoubleTapDown_closure.prototype = { call$0() { - var wordSelection, - t1 = this.$this, - t2 = t1._widget.selectableTextKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - wordSelection = type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getWordSelectionAt$1(this.tapTextPosition); + var t1 = this.$this, + wordSelection = A.RenderSuperTextLayout_textLayoutFrom(t1._widget.selectableTextKey.get$currentState()._textLayoutKey).getWordSelectionAt$1(this.tapTextPosition); t1._widget.textController._realController.set$selection(wordSelection); if (wordSelection.start !== wordSelection.end) t1._widget.editingOverlayController.overlayController.showToolbar$0(); }, $signature: 0 }; - A.IOSTextFieldTouchInteractorState__onTextPanStart_closure.prototype = { + A.IOSTextFieldTouchInteractorState__onPanStart_closure.prototype = { call$0() { var t2, t1 = this.$this; @@ -598857,6 +614471,7 @@ t2 = this.details; t1.__user_interaction$_globalDragOffset = t2.globalPosition; t1.__user_interaction$_dragOffset = t2.localPosition; + t1._widget.editingOverlayController.overlayController.hideToolbar$0(); }, $signature: 0 }; @@ -598889,27 +614504,27 @@ $signature: 0 }; A.IOSTextFieldTouchInteractorState__onScrollChange_closure.prototype = { - call$1(timeStamp) { + call$1(_) { var t1 = this.$this, t2 = t1._widget, t3 = t2.textController, t4 = t1.__user_interaction$_globalDragOffset; t4.toString; - t2 = t2.selectableTextKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout().getPositionNearestToOffset$1(t1._globalOffsetToTextOffset$1(t4)).offset)); + t2 = A.RenderSuperTextLayout_textLayoutFrom(t2.selectableTextKey.get$currentState()._textLayoutKey); + t2.toString; + t3._realController.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t2.getPositionNearestToOffset$1(t1._globalOffsetToTextOffset$1(t4)).offset)); }, - $signature: 11 + $signature: 12 }; A.IOSTextFieldTouchInteractorState_build_closure0.prototype = { call$0() { - $.$get$_log5().log$4(B.Level_FINE_500, "Intercepting single tap", null, null); + $.$get$_log3().log$4(B.Level_FINE_500, "Intercepting single tap", null, null); }, $signature: 0 }; A.IOSTextFieldTouchInteractorState_build_closure.prototype = { call$0() { - $.$get$_log5().log$4(B.Level_FINE_500, "Intercepting double tap", null, null); + $.$get$_log3().log$4(B.Level_FINE_500, "Intercepting double tap", null, null); }, $signature: 0 }; @@ -598924,29 +614539,39 @@ var t1 = this.$this; recognizer.onTapDown = t1.get$__user_interaction$_onTapDown(); recognizer.onTapUp = t1.get$__user_interaction$_onTapUp(); - recognizer.onDoubleTapDown = t1.get$__user_interaction$_onDoubleTapDown(); - recognizer.onTripleTapDown = t1.get$__user_interaction$_onTripleTapDown(); + recognizer.onDoubleTapDown = t1.get$_onDoubleTapDown(); + recognizer.onTripleTapDown = t1.get$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 262 + $signature: 264 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 238 + $signature: 242 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2.prototype = { call$1(recognizer) { var _null = null, t1 = this.$this; - recognizer.onStart = t1._widget.focusNode.get$hasFocus() ? t1.get$_onTextPanStart() : _null; + recognizer.onStart = t1._widget.focusNode.get$hasFocus() ? t1.get$_onPanStart() : _null; recognizer.onUpdate = t1._widget.focusNode.get$hasFocus() ? t1.get$__user_interaction$_onPanUpdate() : _null; recognizer.onEnd = t1._widget.focusNode.get$hasFocus() || t1._isDraggingCaret ? t1.get$__user_interaction$_onPanEnd() : _null; recognizer.onCancel = t1._widget.focusNode.get$hasFocus() || t1._isDraggingCaret ? t1.get$__user_interaction$_onPanCancel() : _null; recognizer.gestureSettings = this.gestureSettings; }, - $signature: 239 + $signature: 243 + }; + A.IOSTextFieldTouchInteractorState__buildTrackerForToolbarFocus_closure.prototype = { + call$3(context, selectionRect, child) { + var t1; + if (selectionRect == null) + return B.SizedBox_null_null_null_null; + t1 = this.$this._widget.editingOverlayController; + return A.Positioned$fromRect(A.Leader$(B.SizedBox_null_null_null_null, t1._toolbarFocalPoint), selectionRect); + }, + $signature: 893 }; A._IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -598965,8 +614590,13 @@ }; A.SuperIOSTextField.prototype = { createState$0() { - var _null = null; - return new A.SuperIOSTextFieldState(new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LayerLink(), new A.LayerLink(), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_IOSTextFieldTouchInteractorState), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_ProseTextState_StatefulWidget), new A.LayerLink(), _null, _null, B._StateLifecycle_0); + var _null = null, + t1 = type$.void_Function, + t2 = $.$get$ChangeNotifier__emptyListeners(); + return new A.SuperIOSTextFieldState(new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_State_StatefulWidget), new A.LayerLink(), new A.LayerLink(), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_IOSTextFieldTouchInteractorState), new A.LabeledGlobalKey(_null, type$.LabeledGlobalKey_ProseTextState_StatefulWidget), new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t1), t2), new A.LeaderLink(A.LinkedHashSet_LinkedHashSet$_empty(t1), t2), new A.OverlayPortalController(_null), new A.SignalNotifier(t2), _null, _null, B._StateLifecycle_0); + }, + textStyleBuilder$1(arg0) { + return this.textStyleBuilder.call$1(arg0); } }; A.SuperIOSTextFieldState.prototype = { @@ -598974,13 +614604,11 @@ var t1, t2, t3, _this = this; _this.super$State$initState(); t1 = _this._widget.focusNode; - if (t1 == null) - t1 = A.FocusNode$(true, null, true, true, null, null, false); t1.addListener$1(0, _this.get$_updateSelectionAndImeConnectionOnFocusChange()); _this.__SuperIOSTextFieldState__focusNode_A = t1; t1 = _this._widget.textController; t1.addListener$1(0, _this.get$_onTextOrSelectionChange()); - t1._onIOSFloatingCursorChange = _this.get$_ios_textfield$_onFloatingCursorChange(); + t1._onIOSFloatingCursorChange = _this.get$_onFloatingCursorChange(); if (t1.__ime_text_editing_controller$_onPerformActionPressed == null) t1.__ime_text_editing_controller$_onPerformActionPressed = _this.get$_onPerformActionPressed(); _this.__SuperIOSTextFieldState__textEditingController_A = t1; @@ -598989,28 +614617,25 @@ _this.__SuperIOSTextFieldState__textScrollController_A = t1; t1 = _this.__SuperIOSTextFieldState__textEditingController_A; t2 = $.$get$ChangeNotifier__emptyListeners(); - _this.__SuperIOSTextFieldState__floatingCursorController_A = new A.FloatingCursorController0(t1, t2); + _this.__SuperIOSTextFieldState__floatingCursorController_A = new A.FloatingCursorController(t1, t2); t3 = _this.__SuperIOSTextFieldState__overlayController_A = new A.MagnifierAndToolbarController(t2); - t2 = new A.IOSEditingOverlayController(t1, t3, _this._magnifierLayerLink, t2); + t2 = new A.IOSEditingOverlayController(t1, t3, _this._toolbarLeaderLink, _this._magnifierLeaderLink, t2); t3.addListener$1(0, t2.get$_overlayControllerChanged()); _this.__SuperIOSTextFieldState__editingOverlayController_A = t2; $.WidgetsBinding__instance.WidgetsBinding__observers.push(_this); if (_this.__SuperIOSTextFieldState__focusNode_A.get$hasFocus()) - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperIOSTextFieldState_initState_closure(_this)); + A.Frames_onNextFrame(_this, new A.SuperIOSTextFieldState_initState_closure(_this)); }, didUpdateWidget$1(oldWidget) { var t1, t2, t3, _this = this; _this.super$State$didUpdateWidget(oldWidget); - if (_this._widget.focusNode != oldWidget.focusNode) { + if (_this._widget.focusNode !== oldWidget.focusNode) { t1 = _this.__SuperIOSTextFieldState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = _this.get$_updateSelectionAndImeConnectionOnFocusChange(); t1.removeListener$1(0, t2); t1 = _this._widget.focusNode; - if (t1 != null) - _this.__SuperIOSTextFieldState__focusNode_A = t1; - else - t1 = _this.__SuperIOSTextFieldState__focusNode_A = A.FocusNode$(true, null, true, true, null, null, false); + _this.__SuperIOSTextFieldState__focusNode_A = t1; t1.addListener$1(0, t2); } if (_this._widget.textController !== oldWidget.textController) { @@ -599024,15 +614649,17 @@ _this.__SuperIOSTextFieldState__textEditingController_A.__ime_text_editing_controller$_onPerformActionPressed = null; t3 = _this.__SuperIOSTextFieldState__textEditingController_A = _this._widget.textController; t3.addListener$1(0, t2); - t3._onIOSFloatingCursorChange = _this.get$_ios_textfield$_onFloatingCursorChange(); + t3._onIOSFloatingCursorChange = _this.get$_onFloatingCursorChange(); if (t3.__ime_text_editing_controller$_onPerformActionPressed == null) t3.__ime_text_editing_controller$_onPerformActionPressed = t1; } _this._widget.toString; }, dispose$0() { - var t1, _this = this; - _this._ios_textfield$_removeEditingOverlayControls$0(); + var t2, _this = this, + t1 = _this._popoverController; + if (t1.get$isShowing()) + t1.hide$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperIOSTextFieldState_dispose_closure(_this)); t1 = _this.__SuperIOSTextFieldState__textEditingController_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -599043,23 +614670,21 @@ t1 = _this.__SuperIOSTextFieldState__focusNode_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeListener$1(0, _this.get$_updateSelectionAndImeConnectionOnFocusChange()); - if (_this._widget.focusNode == null) - _this.__SuperIOSTextFieldState__focusNode_A.dispose$0(); + _this._widget.toString; t1 = _this.__SuperIOSTextFieldState__textScrollController_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.removeListener$1(0, _this.get$_ios_textfield$_onTextScrollChange()); - t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); + t2 = $.$get$ChangeNotifier__emptyListeners(); + t1.ChangeNotifier__listeners = t2; t1.ChangeNotifier__count = 0; B.JSArray_methods.remove$1($.WidgetsBinding__instance.WidgetsBinding__observers, _this); + t1 = _this._popoverRebuildSignal; + t1.ChangeNotifier__listeners = t2; + t1.ChangeNotifier__count = 0; _this.super$_SuperIOSTextFieldState_State_TickerProviderStateMixin$dispose(); }, didChangeMetrics$0() { - $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.SuperIOSTextFieldState_didChangeMetrics_closure(this)); - }, - get$textLayout() { - var t1 = this._textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); + A.Frames_onNextFrame(this, new A.SuperIOSTextFieldState_didChangeMetrics_closure(this)); }, get$_isMultiline() { var t1 = this._widget, @@ -599073,13 +614698,12 @@ if (t1.get$hasFocus()) { t1 = _this.__SuperIOSTextFieldState__textEditingController_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = t1._inputConnection; - if (!(t1 != null && $.$get$TextInput__instance()._currentConnection === t1)) { - $.$get$_log7().log$4(B.Level_INFO_800, "Attaching TextInputClient to TextInput", _null, _null); + if (!t1.get$isAttachedToIme()) { + $.$get$_log4().log$4(B.Level_INFO_800, "Attaching TextInputClient to TextInput", _null, _null); _this.setState$1(new A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure(_this)); } } else { - $.$get$_log7().log$4(B.Level_INFO_800, string$.Lost_f, _null, _null); + $.$get$_log4().log$4(B.Level_INFO_800, string$.Lost_f, _null, _null); _this.setState$1(new A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0(_this)); } }, @@ -599097,41 +614721,25 @@ t1.ensureExtentIsVisible$0(); }, _ios_textfield$_onTextScrollChange$0() { - if (this._ios_textfield$_controlsOverlayEntry != null) + if (this._popoverController.get$isShowing()) this._rebuildHandles$0(); }, _showHandles$0() { - var t1, t2, _this = this; - if (_this._ios_textfield$_controlsOverlayEntry == null) { - _this._ios_textfield$_controlsOverlayEntry = A.OverlayEntry$(new A.SuperIOSTextFieldState__showHandles_closure(_this), false); - t1 = _this._framework$_element; - t1.toString; - t1 = A.LookupBoundary_findAncestorStateOfType(t1, type$.OverlayState); - t1.toString; - t2 = _this._ios_textfield$_controlsOverlayEntry; - t2.toString; - t1.insert$1(0, t2); - } + var t1 = this._popoverController; + if (!t1.get$isShowing()) + t1.show$0(0); }, _rebuildHandles$0() { - var t1 = this._ios_textfield$_controlsOverlayEntry; - if (t1 != null) - t1.markNeedsBuild$0(); + if (!this._popoverController.get$isShowing()) + this._popoverRebuildSignal.super$ChangeNotifier$notifyListeners(); }, - _ios_textfield$_removeEditingOverlayControls$0() { - var t1 = this._ios_textfield$_controlsOverlayEntry; - if (t1 != null) { - t1.remove$0(0); - this._ios_textfield$_controlsOverlayEntry = null; - } - }, - _ios_textfield$_onFloatingCursorChange$1(point) { + _onFloatingCursorChange$1(point) { var t2, t1 = this.__SuperIOSTextFieldState__floatingCursorController_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = this._textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t1.updateFloatingCursor$2(type$.ProseTextBlock._as(t2.get$currentState()).get$textLayout(), point); + t2 = A.RenderSuperTextLayout_textLayoutFrom(this._textContentKey.get$currentState()._textLayoutKey); + t2.toString; + t1.updateFloatingCursor$2(t2, point); }, _onPerformActionPressed$1(action) { var t1, t2; @@ -599156,62 +614764,82 @@ A.FocusTraversalGroup_maybeOf(t2)._moveFocus$2$forward(t1, false); break; default: - $.$get$_log7().log$4(B.Level_WARNING_900, "User pressed unhandled action button: " + action.toString$0(0), null, null); + $.$get$_log4().log$4(B.Level_WARNING_900, "User pressed unhandled action button: " + action.toString$0(0), null, null); } }, _autoScrollToKeepTextFieldVisible$0() { var t2, lineHeight, fieldBox, _this = this, t1 = _this._framework$_element; t1.toString; - if (_this._ios_textfield$_findAncestorScrollable$1(t1) == null) + if (A.ScrollableFinder_get_findAncestorScrollableWithVerticalScroll(t1) == null) return; _this._widget.toString; - t1 = _this._textContentKey.get$currentState().___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1 = type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); + t1 = A.RenderSuperTextLayout_textLayoutFrom(_this._textContentKey.get$currentState()._textLayoutKey); + t1.toString; t2 = _this.__SuperIOSTextFieldState__textEditingController_A; t2 === $ && A.throwUnnamedLateFieldNI(); lineHeight = t1.getLineHeightAtPosition$1(new A.TextPosition(t2._realController.get$selection().extentOffset, B.TextAffinity_1)); fieldBox = type$.RenderBox._as(_this._framework$_element.get$renderObject()); fieldBox.showOnScreen$3$curve$duration$rect(B.Cubic_ifx, B.Duration_100000, new A.Rect(0, 0, 0 + fieldBox.get$size(fieldBox)._dx, 0 + (lineHeight + 30))); }, - _ios_textfield$_findAncestorScrollable$1(context) { - var direction, - ancestorScrollable = A.Scrollable_maybeOf(context, null); - if (ancestorScrollable == null) - return null; - direction = ancestorScrollable._widget.axisDirection; - if (direction === B.AxisDirection_3 || direction === B.AxisDirection_1) - return null; - return ancestorScrollable; - }, build$1(context) { - var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _this = this, _null = null, - t1 = _this.__SuperIOSTextFieldState__focusNode_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this._textContentKey; - t3 = _this.__SuperIOSTextFieldState__textEditingController_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - t4 = _this.__SuperIOSTextFieldState__editingOverlayController_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t5 = _this.__SuperIOSTextFieldState__textScrollController_A; - t5 === $ && A.throwUnnamedLateFieldNI(); - _this.get$_isMultiline(); - t6 = _this._widget; - t7 = _this.__SuperIOSTextFieldState__textScrollController_A; - t8 = _this.__SuperIOSTextFieldState__textEditingController_A; - t9 = t6.textAlign; - t10 = t6.minLines; - t11 = t6.maxLines; - return new A.NonReparentingFocus(t1, _null, new A.CompositedTransformTarget(_this._textFieldLayerLink, new A.IOSTextFieldTouchInteractor(t1, t3, t4, t5, t2, false, A.TextScrollView$(new A.ListenableBuilder0(t8, new A.SuperIOSTextFieldState_build_closure(_this), _null), _this._scrollKey, t6.lineHeight, t11, t10, t6.padding, B.Duration_100000, false, t9, t8, t2, t7), _null), _null), _this._textFieldKey); + return A.OverlayPortal$(this._buildTextField$0(), this._popoverController, this.get$_buildPopoverToolbar()); }, - $isProseTextBlock: 1 + _buildTextField$0() { + var t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, + t1 = _this._widget.tapRegionGroupId, + t2 = _this.__SuperIOSTextFieldState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = _this._textContentKey; + t4 = _this.__SuperIOSTextFieldState__textEditingController_A; + t4 === $ && A.throwUnnamedLateFieldNI(); + t5 = _this.__SuperIOSTextFieldState__editingOverlayController_A; + t5 === $ && A.throwUnnamedLateFieldNI(); + t6 = _this.__SuperIOSTextFieldState__textScrollController_A; + t6 === $ && A.throwUnnamedLateFieldNI(); + _this.get$_isMultiline(); + t7 = _this._widget; + t8 = _this.__SuperIOSTextFieldState__textScrollController_A; + t9 = _this.__SuperIOSTextFieldState__textEditingController_A; + t10 = t7.textAlign; + t11 = t7.minLines; + t12 = t7.maxLines; + return A.TapRegion$(new A.NonReparentingFocus(t2, _null, new A.CompositedTransformTarget(_this._textFieldLayerLink, new A.IOSTextFieldTouchInteractor(t2, t4, t5, t6, t3, false, A.TextScrollView$(new A.ListenableBuilder(new A.SuperIOSTextFieldState__buildTextField_closure(_this), _null, t9, _null), _this._scrollKey, t7.lineHeight, t12, t11, t7.padding, B.Duration_100000, false, t10, t9, t3, t8), _null), _null), _this._textFieldKey), _null, true, t1, _null, _null, _null); + }, + _buildSelectableText$0() { + var textSpan, caretStyle, caretColorOverride, t2, _this = this, _null = null, + t1 = _this.__SuperIOSTextFieldState__textEditingController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + t1 = t1._realController; + if (t1.get$text(t1).text.length !== 0) { + t1 = _this.__SuperIOSTextFieldState__textEditingController_A._realController; + textSpan = A.ComputeTextSpan_computeTextSpan(t1.get$text(t1), _this._widget.textStyleBuilder); + } else + textSpan = A.ComputeTextSpan_computeTextSpan(A.AttributedText$(_null, _null), _this._widget.textStyleBuilder); + caretStyle = _this._widget.caretStyle; + t1 = _this.__SuperIOSTextFieldState__floatingCursorController_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + caretColorOverride = t1._floatingCursorCurrentOffset != null ? B.MaterialColor_Map_MUpTk_4288585374 : _null; + if (caretColorOverride != null) + caretStyle.copyWith$1$color(caretColorOverride); + t1 = _this._widget.textAlign; + t2 = _this._framework$_element; + t2.toString; + t2 = A.MediaQuery__maybeOf(t2, B._MediaQueryAspect_4); + t2 = t2 == null ? _null : t2.get$textScaler(); + if (t2 == null) + t2 = B._LinearTextScaler_1; + return new A.FillWidthIfConstrained(A.SuperText$(_this._textContentKey, new A.SuperIOSTextFieldState__buildSelectableText_closure(_this), new A.SuperIOSTextFieldState__buildSelectableText_closure0(_this), textSpan, t1, B.TextDirection_1, t2), _null); + }, + _buildPopoverToolbar$1(context) { + return new A.ListenableBuilder(new A.SuperIOSTextFieldState__buildPopoverToolbar_closure(this), null, this._popoverRebuildSignal, null); + } }; A.SuperIOSTextFieldState_initState_closure.prototype = { - call$1(timeStamp) { - this.$this._updateSelectionAndImeConnectionOnFocusChange$0(); + call$1(_) { + return this.$this._updateSelectionAndImeConnectionOnFocusChange$0(); }, - $signature: 11 + $signature: 12 }; A.SuperIOSTextFieldState_dispose_closure.prototype = { call$1(timeStamp) { @@ -599225,22 +614853,18 @@ t1.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); t1.ChangeNotifier__count = 0; }, - $signature: 11 + $signature: 12 }; A.SuperIOSTextFieldState_didChangeMetrics_closure.prototype = { - call$1(timeStamp) { - var t2, - t1 = this.$this; - if (t1._framework$_element != null) { + call$1(_) { + var t1 = this.$this, t2 = t1.__SuperIOSTextFieldState__focusNode_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2 = t2.get$hasFocus(); - } else - t2 = false; - if (t2) - t1._autoScrollToKeepTextFieldVisible$0(); + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!t2.get$hasFocus()) + return; + t1._autoScrollToKeepTextFieldVisible$0(); }, - $signature: 11 + $signature: 12 }; A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure.prototype = { call$0() { @@ -599252,9 +614876,10 @@ t2 = t1.__SuperIOSTextFieldState__textEditingController_A._realController; t2.set$selection(A.TextSelection$collapsed(B.TextAffinity_1, t2.get$text(t2).text.length)); } - t2 = t1.__SuperIOSTextFieldState__textEditingController_A; - t3 = t1._widget.textInputAction; - t2.attachToIme$2$textInputAction$textInputType(t3, t1.get$_isMultiline() ? B.TextInputType_1_null_null : B.TextInputType_0_null_null); + t2 = t1._widget; + t3 = t1.__SuperIOSTextFieldState__textEditingController_A; + t2 = t2.textInputAction; + t3.attachToIme$2$textInputAction$textInputType(t2, t1.get$_isMultiline() ? B.TextInputType_1_null_null : B.TextInputType_0_null_null); t1._autoScrollToKeepTextFieldVisible$0(); t1._showHandles$0(); }, @@ -599267,25 +614892,15 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2.detachFromIme$0(); t1.__SuperIOSTextFieldState__textEditingController_A._realController.set$selection(B.TextSelection_ke5); - t1._ios_textfield$_removeEditingOverlayControls$0(); + t1 = t1._popoverController; + if (t1.get$isShowing()) + t1.hide$0(); }, $signature: 0 }; - A.SuperIOSTextFieldState__showHandles_closure.prototype = { - call$1(overlayContext) { - var t3, - t1 = this.$this, - t2 = t1.__SuperIOSTextFieldState__editingOverlayController_A; - t2 === $ && A.throwUnnamedLateFieldNI(); - t3 = t1.__SuperIOSTextFieldState__textScrollController_A; - t3 === $ && A.throwUnnamedLateFieldNI(); - return new A.IOSEditingControls(t2, t3, t1._textFieldKey, t1._textContentLayerLink, t1._textContentKey, t1._widget.handlesColor, false, A.ios_textfield___defaultPopoverToolbarBuilder$closure(), null); - }, - $signature: 3396 - }; - A.SuperIOSTextFieldState_build_closure.prototype = { - call$1(context) { - var isTextEmpty, showHint, t3, textSpan, caretStyle, caretColorOverride, t4, t5, t6, t7, _null = null, + A.SuperIOSTextFieldState__buildTextField_closure.prototype = { + call$2(context, _) { + var isTextEmpty, showHint, t3, _null = null, t1 = this.$this, t2 = t1.__SuperIOSTextFieldState__textEditingController_A; t2 === $ && A.throwUnnamedLateFieldNI(); @@ -599306,34 +614921,71 @@ t2 = A._setArrayType([], type$.JSArray_Widget); if (showHint) t2.push(t1._widget.hintBuilder.call$1(context)); - t3 = t1.__SuperIOSTextFieldState__textEditingController_A._realController; - if (t3.get$text(t3).text.length !== 0) { - t3 = t1.__SuperIOSTextFieldState__textEditingController_A._realController; - textSpan = A.ComputeTextSpan_computeTextSpan(t3.get$text(t3), t1._widget.textStyleBuilder); - } else - textSpan = A.ComputeTextSpan_computeTextSpan(A.AttributedText$(_null, ""), t1._widget.textStyleBuilder); - caretStyle = t1._widget.caretStyle; + t2.push(t1._buildSelectableText$0()); t3 = t1.__SuperIOSTextFieldState__floatingCursorController_A; t3 === $ && A.throwUnnamedLateFieldNI(); - caretColorOverride = t3._floatingCursorCurrentOffset != null ? B.MaterialColor_Map_MUpTk_4288585374 : _null; - if (caretColorOverride != null) - caretStyle = caretStyle.copyWith$1$color(caretColorOverride); - t3 = t1._widget.textAlign; - t4 = t1._framework$_element; - t4.toString; - t4 = A.MediaQuery__maybeOf(t4, B._MediaQueryAspect_3); - t4 = t4 == null ? _null : t4.textScaleFactor; - if (t4 == null) - t4 = 1; - t5 = t1._widget.selectionColor; - t6 = t1.__SuperIOSTextFieldState__textEditingController_A._realController.get$selection(); - t7 = t1.__SuperIOSTextFieldState__focusNode_A; - t7 === $ && A.throwUnnamedLateFieldNI(); - t2.push(new A.FillWidthIfConstrained(A.SuperTextWithSelection$single(t1._textContentKey, textSpan, t3, B.TextDirection_1, t4, A.UserSelection$(caretStyle, t7.get$hasFocus(), new A.SelectionHighlightStyle(t5), false, t6)), _null)); - t2.push(A.Positioned$(0, new A.IOSFloatingCursor(t1.__SuperIOSTextFieldState__floatingCursorController_A, _null), _null, _null, 0, 0, 0, _null)); + t2.push(A.Positioned$(0, new A.IOSFloatingCursor(t3, _null), _null, _null, 0, 0, 0, _null)); return new A.CompositedTransformTarget(t1._textContentLayerLink, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null), _null); }, - $signature: 806 + $signature: 901 + }; + A.SuperIOSTextFieldState__buildSelectableText_closure0.prototype = { + call$2(context, textLayout) { + var t4, _null = null, + t1 = A._setArrayType([], type$.JSArray_Widget), + t2 = this.$this, + t3 = t2._widget.textController._realController.get$selection().get$isValid(); + if (t3) { + t3 = t2._widget; + t4 = t3.selectionColor; + t3 = t3.textController._realController.get$selection(); + t1.push(new A.TextLayoutSelectionHighlight(textLayout, new A.SelectionHighlightStyle(t4), t3, _null)); + } + t3 = t2._widget.textController._realController.get$composingRegion().get$isValid(); + if (t3) { + t2._widget.toString; + t3 = true; + } else + t3 = false; + if (t3) { + t3 = t2._widget.textStyleBuilder$1(A.LinkedHashSet_LinkedHashSet$_empty(type$.Attribution)).color; + if (t3 == null) + t3 = A.Theme_of(context).colorScheme.brightness === B.Brightness_1 ? B.Color_4278190080 : B.Color_4294967295; + t1.push(new A.TextUnderlineLayer(textLayout, A._setArrayType([new A.TextLayoutUnderline(new A.UnderlineStyle(t3), t2._widget.textController._realController.get$composingRegion())], type$.JSArray_TextLayoutUnderline), _null)); + } + return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); + }, + $signature: 391 + }; + A.SuperIOSTextFieldState__buildSelectableText_closure.prototype = { + call$2(context, textLayout) { + var t3, + t1 = this.$this, + t2 = t1.__SuperIOSTextFieldState__focusNode_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + if (!t2.get$hasFocus()) + return B.SizedBox_null_null_null_null; + t2 = t1._widget.caretStyle; + t3 = t1.__SuperIOSTextFieldState__textEditingController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t3 = t3._realController.get$selection(); + t3 = t3.start === t3.end ? t1.__SuperIOSTextFieldState__textEditingController_A._realController.get$selection().get$extent() : null; + return A.TextLayoutCaret$(t1._widget.blinkTimingMode, t3, t2, textLayout); + }, + $signature: 608 + }; + A.SuperIOSTextFieldState__buildPopoverToolbar_closure.prototype = { + call$2(context, _) { + var t3, t4, + t1 = this.$this, + t2 = t1.__SuperIOSTextFieldState__editingOverlayController_A; + t2 === $ && A.throwUnnamedLateFieldNI(); + t3 = t1.__SuperIOSTextFieldState__textScrollController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t4 = t1._widget; + return new A.IOSEditingControls(t2, t3, t1._textFieldKey, t1._textContentLayerLink, t1._textContentKey, t4.tapRegionGroupId, t4.handlesColor, false, A.ios_textfield___defaultPopoverToolbarBuilder$closure(), null); + }, + $signature: 3446 }; A._defaultPopoverToolbarBuilder_closure.prototype = { call$0() { @@ -599420,9 +615072,7 @@ initState$0() { this.super$State$initState(); var t1 = this._widget.textController; - if (t1 != null) - t1 = A.ImeAttributedTextEditingController$(t1, false); - else + if (!(t1 != null)) t1 = A.ImeAttributedTextEditingController$(null, true); this.__SuperTextFieldState__controller_A = t1; }, @@ -599431,9 +615081,7 @@ this.super$State$didUpdateWidget(oldWidget); t1 = this._widget.textController; if (t1 != oldWidget.textController) { - if (t1 != null) - t1 = A.ImeAttributedTextEditingController$(t1, false); - else + if (!(t1 != null)) t1 = A.ImeAttributedTextEditingController$(null, true); this.__SuperTextFieldState__controller_A = t1; } @@ -599458,12 +615106,12 @@ return B.SuperTextFieldPlatformConfiguration_0; } }, - get$_super_textfield$_inputSource() { + get$_inputSource() { var t1 = this._widget.inputSource; return t1; }, build$1(context) { - var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, _this = this, _null = null; + var t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null; switch (_this.get$_super_textfield$_configuration().index) { case 0: t1 = _this._widget; @@ -599476,9 +615124,12 @@ t7 = new A.CaretStyle(B.Color_4278190080, 1, B.BorderRadius_tLn0); t8 = t1.minLines; t1 = t1.maxLines; - t9 = _this.get$_super_textfield$_inputSource(); - t10 = t9 === B.TextInputSource_0 ? B.List_QOI : B.List_iQI; - return new A.SuperDesktopTextField(t2, t3, t4, t5, t6, B.TextAlign_0, new A.SelectionHighlightStyle(B.Color_4289515255), t7, B.EdgeInsets_0_0_0_0, t8, t1, t9, t10, _this._platformFieldKey); + t9 = _this.get$_inputSource(); + t10 = _this.get$_textInputAction(); + _this._widget.toString; + t11 = A.defaultTargetPlatform(); + t12 = t9 === B.TextInputSource_0 ? B.List_Iqz : B.List_aoW; + return new A.SuperDesktopTextField(t2, _null, t3, t4, t5, t6, B.TextAlign_0, new A.SelectionHighlightStyle(B.Color_4289515255), t7, B.BlinkTimingMode_0, B.EdgeInsets_0_0_0_0, t8, t1, t9, t12, _null, t10, _null, t11 === B.TargetPlatform_4, _this._platformFieldKey); case 1: t1 = _this._widget; t2 = t1.focusNode; @@ -599492,7 +615143,7 @@ t1 = t1.maxLines; t9 = _this.get$_textInputAction(); _this._widget.toString; - return A.Shortcuts$(new A.SuperAndroidTextField(t2, t3, B.TextAlign_0, t4, t5, t6, t7, B.Color_4289515255, B.Color_4288988729, t8, t1, _null, t9, _null, _this._platformFieldKey), _null, _this._scrollShortcutOverrides); + return A.Shortcuts$(new A.SuperAndroidTextField(t2, _null, t3, B.TextAlign_0, t4, t5, t6, t7, B.BlinkTimingMode_0, B.Color_4289515255, B.Color_4288988729, t8, t1, _null, t9, _null, true, _null, _this._platformFieldKey), _null, _this._scrollShortcutOverrides); case 2: t1 = _this._widget; t2 = t1.focusNode; @@ -599506,7 +615157,7 @@ t1 = t1.maxLines; t9 = _this.get$_textInputAction(); _this._widget.toString; - return A.Shortcuts$(new A.SuperIOSTextField(t2, t3, B.TextAlign_0, t4, t5, t6, t7, B.Color_4289515255, B.Color_4280391411, t8, t1, _null, t9, _null, _this._platformFieldKey), _null, _this._scrollShortcutOverrides); + return A.Shortcuts$(new A.SuperIOSTextField(t2, _null, t3, B.TextAlign_0, t4, t5, t6, t7, B.BlinkTimingMode_0, B.Color_4289515255, B.Color_4280391411, t8, t1, _null, t9, _null, true, _null, _this._platformFieldKey), _null, _this._scrollShortcutOverrides); } } }; @@ -599515,46 +615166,7 @@ return "SuperTextFieldPlatformConfiguration." + this._core$_name; } }; - A.TextInputSource.prototype = { - _enumToString$0() { - return "TextInputSource." + this._core$_name; - } - }; - A.ToolbarPositionDelegate.prototype = { - getPositionForChild$2(size, childSize) { - var t4, desiredTopLeft, x, constrainedOffset, _null = null, - t1 = childSize._dy, - t2 = this.textFieldGlobalOffset, - desiredAnchor = this.desiredTopAnchorInTextField, - t3 = t2._dy + desiredAnchor._dy, - fitsAboveTextField = t3 > t1 + 24 + 0; - desiredAnchor = fitsAboveTextField ? desiredAnchor : this.desiredBottomAnchorInTextField.$add(0, new A.Offset(0, t1)); - t4 = childSize._dx; - desiredTopLeft = desiredAnchor.$sub(0, new A.Offset(t4 / 2, t1)).$add(0, t2); - x = Math.max(desiredTopLeft._dx, 0); - constrainedOffset = new A.Offset(Math.min(x, size._dx - t4 - 0), desiredTopLeft._dy); - t1 = $.$get$_log13(); - t1.log$4(B.Level_FINER_400, "ToolbarPositionDelegate:", _null, _null); - t1.log$4(B.Level_FINER_400, " - available space: " + size.toString$0(0), _null, _null); - t1.log$4(B.Level_FINER_400, " - child size: " + childSize.toString$0(0), _null, _null); - t1.log$4(B.Level_FINER_400, " - text field offset: " + t2.toString$0(0), _null, _null); - t1.log$4(B.Level_FINER_400, " - ideal y-position: " + A.S(t3), _null, _null); - t1.log$4(B.Level_FINER_400, " - fits above text field: " + fitsAboveTextField, _null, _null); - t1.log$4(B.Level_FINER_400, " - desired anchor: " + desiredAnchor.toString$0(0), _null, _null); - t1.log$4(B.Level_FINER_400, " - desired top left: " + desiredTopLeft.toString$0(0), _null, _null); - t1.log$4(B.Level_FINER_400, " - actual offset: " + constrainedOffset.toString$0(0), _null, _null); - return constrainedOffset; - }, - shouldRelayout$1(oldDelegate) { - return true; - } - }; - A.HandleType.prototype = { - _enumToString$0() { - return "HandleType." + this._core$_name; - } - }; - A.ToolbarConfig.prototype = {}; + A.SuperTextFieldContext.prototype = {}; A.TextLayoutCaret.prototype = { createState$0() { return new A.TextLayoutCaretState(null, null, B._StateLifecycle_0); @@ -599564,8 +615176,7 @@ initState$0() { var t1, _this = this; _this.super$State$initState(); - _this._widget.toString; - t1 = A.BlinkController$(_this); + t1 = _this._createBlinkController$0(); _this.__TextLayoutCaretState__blinkController_A = t1; _this._widget.toString; t1.startBlinking$0(); @@ -599574,7 +615185,7 @@ var t1, _this = this; _this.super$State$didUpdateWidget(oldWidget); t1 = _this._widget; - if (!t1.position.$eq(0, oldWidget.position)) { + if (!J.$eq$(t1.position, oldWidget.position)) { _this._widget.toString; t1 = true; } else @@ -599586,33 +615197,47 @@ } }, dispose$0() { - var t1, t2; this._widget.toString; - t1 = this.__TextLayoutCaretState__blinkController_A; + var t1 = this.__TextLayoutCaretState__blinkController_A; t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = t1.__BlinkController__ticker_F; - t2 === $ && A.throwUnnamedLateFieldNI(); - t2.dispose$0(); - t1.super$ChangeNotifier$dispose(); + t1.dispose$0(); this.super$_TextLayoutCaretState_State_TickerProviderStateMixin$dispose(); }, + _createBlinkController$0() { + var t1 = this._widget; + switch (t1.blinkTimingMode.index) { + case 0: + return A.BlinkController$(this); + case 1: + return new A.BlinkController(B.Duration_0, $.$get$ChangeNotifier__emptyListeners()); + } + }, get$isCaretPresent() { var t1 = this._widget.position; - return t1.offset >= 0; + return t1 != null && t1.offset >= 0; }, build$1(context) { - var t1, offset, height, t2, t3, _this = this, _null = null; + var t1, t2, offset, height, t3, _this = this, _null = null; if (_this.get$isCaretPresent()) { t1 = _this._widget; - offset = t1.textLayout.getOffsetForCaret$1(t1.position); + t2 = t1.textLayout; + t1 = t1.position; + t1.toString; + offset = t2.getOffsetForCaret$1(t1); } else offset = _null; if (_this.get$isCaretPresent()) { t1 = _this._widget; - t1 = t1.textLayout.getHeightForCaret$1(t1.position); + t2 = t1.textLayout; + t1 = t1.position; + t1.toString; + t1 = t2.getHeightForCaret$1(t1); if (t1 == null) { t1 = _this._widget; - t1 = t1.textLayout.getLineHeightAtPosition$1(t1.position); + t2 = t1.textLayout; + t1 = t1.position; + t1.toString; + t1 = t2.getLineHeightAtPosition$1(t1); height = t1; } else height = t1; @@ -599672,40 +615297,85 @@ }; A.BlinkController.prototype = { dispose$0() { - var t1 = this.__BlinkController__ticker_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.dispose$0(); + var t1 = this._blink_controller$_ticker; + if (t1 != null) + t1.dispose$0(); + t1 = this._blink_controller$_timer; + if (t1 != null) + t1.cancel$0(0); this.super$ChangeNotifier$dispose(); }, + get$isBlinking() { + var t1 = this._blink_controller$_ticker, + t2 = t1 == null; + if (!t2 || this._blink_controller$_timer != null) + if (!t2) + t1 = t1.get$isTicking(); + else { + t1 = this._blink_controller$_timer; + t1 = t1 == null ? null : t1._handle != null; + t1 = t1 === true; + } + else + t1 = false; + return t1; + }, startBlinking$0() { - var t1 = this.__BlinkController__ticker_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.stop$0(0); - t1.start$0(0); - this._lastBlinkTime = B.Duration_0; - this.notifyListeners$0(); + var _this = this, + t1 = _this._blink_controller$_ticker; + if (t1 != null) { + t1.stop$0(0); + t1.start$0(0); + } else { + t1 = _this._blink_controller$_timer; + if (t1 != null) + t1.cancel$0(0); + _this._blink_controller$_timer = A.Timer_Timer(B.Duration_500000, _this.get$_blink()); + } + _this._lastBlinkTime = B.Duration_0; + _this.notifyListeners$0(); }, stopBlinking$0() { - this._blink_controller$_isVisible = true; - var t1 = this.__BlinkController__ticker_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.stop$0(0); - this.notifyListeners$0(); + var t1, _this = this; + _this._blink_controller$_isVisible = true; + t1 = _this._blink_controller$_ticker; + if (t1 != null) { + t1.stop$0(0); + _this._blink_controller$_ticker = null; + } else { + t1 = _this._blink_controller$_timer; + if (t1 != null) + t1.cancel$0(0); + _this._blink_controller$_timer = null; + } + _this.notifyListeners$0(); }, jumpToOpaque$0() { + var wasBlinking = this.get$isBlinking(); this.stopBlinking$0(); - this.startBlinking$0(); + if (wasBlinking) + this.startBlinking$0(); }, _blink_controller$_onTick$1(elapsedTime) { - var _this = this; - if (elapsedTime._duration - _this._lastBlinkTime._duration >= 500000) { - _this._blink_controller$_isVisible = !_this._blink_controller$_isVisible; - _this.notifyListeners$0(); - _this._lastBlinkTime = elapsedTime; + if (elapsedTime._duration - this._lastBlinkTime._duration >= 500000) { + this._blink$0(); + this._lastBlinkTime = elapsedTime; } }, + _blink$0() { + var _this = this; + _this._blink_controller$_isVisible = !_this._blink_controller$_isVisible; + _this.notifyListeners$0(); + if (_this._blink_controller$_timer != null && true) + _this._blink_controller$_timer = A.Timer_Timer(B.Duration_500000, _this.get$_blink()); + }, $isListenable: 1 }; + A.BlinkTimingMode.prototype = { + _enumToString$0() { + return "BlinkTimingMode." + this._core$_name; + } + }; A._BlinkController_Object_ChangeNotifier.prototype = {}; A.SuperText.prototype = { createState$0() { @@ -599713,11 +615383,6 @@ } }; A.SuperTextState.prototype = { - get$textLayout() { - var t1 = A.RenderSuperTextLayout_textLayoutFrom(this._textLayoutKey); - t1.toString; - return t1; - }, _invalidateParagraph$0() { return this._super_text$_paragraph = null; }, @@ -599726,8 +615391,8 @@ t1 = _this._widget, t2 = t1.richText, t3 = t1.textAlign; - t1 = t1.textScaleFactor; - return new A._SuperTextLayout(_this, A._setArrayType([new A.LayoutBuilder(new A.SuperTextState_build_closure(_this), _null), new A.LayoutAwareRichText(_this.get$_invalidateParagraph(), t2, t3, _null, true, B.TextOverflow_0, t1, _null, _null, _null, B.TextWidthBasis_0, _null, _null, _null, A.WidgetSpan_extractFromInlineSpan(t2, t1), _null), new A.LayoutBuilder(new A.SuperTextState_build_closure0(_this), _null)], type$.JSArray_Widget), _this._textLayoutKey); + t1 = t1.textScaler; + return new A._SuperTextLayout(_this, A._setArrayType([new A.LayoutBuilder(new A.SuperTextState_build_closure(_this), _null), new A.LayoutAwareRichText(_this.get$_invalidateParagraph(), t2, t3, _null, true, B.TextOverflow_0, A.RichText__effectiveTextScalerFrom(t1, 1), _null, _null, _null, B.TextWidthBasis_0, _null, _null, _null, A.WidgetSpan_extractFromInlineSpan(t2, A.RichText__effectiveTextScalerFrom(t1, 1)), _null), new A.LayoutBuilder(new A.SuperTextState_build_closure0(_this), _null)], type$.JSArray_Widget), _this._textLayoutKey); } }; A.SuperTextState_build_closure.prototype = { @@ -599741,20 +615406,22 @@ else return B.SizedBox_null_null_null_null; }, - $signature: 221 + $signature: 237 }; A.SuperTextState_build_closure0.prototype = { call$2(context, constraints) { var t1 = this.$this, t2 = t1._widget, foreground = t2.layerAboveBuilder; - t1 = t1._super_text$_paragraph; - if (t1 != null) - return foreground.call$2(context, A.RenderParagraphProseTextLayout$(t1, t2.richText)); - else + if (foreground != null && t1._super_text$_paragraph != null) { + t2 = t2.richText; + t1 = t1._super_text$_paragraph; + t1.toString; + return foreground.call$2(context, A.RenderParagraphProseTextLayout$(t1, t2)); + } else return B.SizedBox_null_null_null_null; }, - $signature: 221 + $signature: 237 }; A._SuperTextLayout.prototype = { createRenderObject$1(context) { @@ -599826,7 +615493,7 @@ }; A.LayoutAwareRichText.prototype = { createRenderObject$1(context) { - var t2, t3, t4, _this = this, _null = null, + var t2, t3, t4, t5, _this = this, _null = null, t1 = _this.textDirection; if (t1 == null) { t1 = context.dependOnInheritedWidgetOfExactType$1$0(type$.Directionality); @@ -599834,9 +615501,12 @@ t1 = t1.textDirection; } t2 = _this.overflow; - t3 = A.Localizations_maybeLocaleOf(context); - t4 = t2 === B.TextOverflow_2 ? "\u2026" : _null; - t2 = new A.RenderLayoutAwareParagraph(_this.onMarkNeedsLayout, A.TextPainter$(t4, t3, _this.maxLines, _this.strutStyle, _this.text, _this.textAlign, t1, _this.textHeightBehavior, _this.textScaleFactor, _this.textWidthBasis), _this.softWrap, t2, _null, false, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); + t3 = _this.textScaler; + t4 = A.Localizations_maybeLocaleOf(context); + if (t3.$eq(0, B._LinearTextScaler_1)) + t3 = new A._LinearTextScaler(1); + t5 = t2 === B.TextOverflow_2 ? "\u2026" : _null; + t2 = new A.RenderLayoutAwareParagraph(_this.onMarkNeedsLayout, A.TextPainter$(t5, t4, _this.maxLines, _this.strutStyle, _this.text, _this.textAlign, t1, _this.textHeightBehavior, t3, _this.textWidthBasis), _this.softWrap, t2, _null, false, 0, _null, _null, A.LayerHandle$(type$.ContainerLayer_2)); t2.RenderObject$0(); t2.addAll$1(0, _null); t2.set$registrar(_null); @@ -599855,7 +615525,7 @@ renderObject.set$textDirection(t1); renderObject.set$softWrap(_this.softWrap); renderObject.set$overflow(0, _this.overflow); - renderObject.set$textScaleFactor(_this.textScaleFactor); + renderObject.set$textScaler(_this.textScaler); renderObject.set$maxLines(_this.maxLines); renderObject.set$strutStyle(_this.strutStyle); renderObject.set$textWidthBasis(_this.textWidthBasis); @@ -599903,173 +615573,21 @@ } }; A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin.prototype = {}; - A._SuperTextState_State_ProseTextBlock.prototype = {}; - A.SuperTextWithSelection.prototype = { - createState$0() { - return new A._SuperTextWithSelectionState(B._StateLifecycle_0); - } - }; - A._SuperTextWithSelectionState.prototype = { - initState$0() { - var t1, _this = this; - _this.super$State$initState(); - t1 = _this._widget; - t1.toString; - _this.___SuperTextWithSelectionState__textLayoutKey_A = new A.LabeledGlobalKey("text_layout", type$.LabeledGlobalKey_State_StatefulWidget); - t1 = A.ValueNotifier$(t1.userSelections, type$.List_UserSelection); - _this.___SuperTextWithSelectionState__userSelections_F !== $ && A.throwUnnamedLateFieldAI(); - _this.___SuperTextWithSelectionState__userSelections_F = t1; - }, - didUpdateWidget$1(oldWidget) { - var t1, _this = this; - _this.super$State$didUpdateWidget(oldWidget); - t1 = _this._widget; - if (t1.userSelections !== oldWidget.userSelections) { - $.$get$buildsLog().log$4(B.Level_FINEST_300, "SuperTextWithSelection (" + A.Primitives_objectHashCode(_this) + ") user selections changed. Notifying optimized subtree", null, null); - t1 = _this.___SuperTextWithSelectionState__userSelections_F; - t1 === $ && A.throwUnnamedLateFieldNI(); - t1.set$value(0, _this._widget.userSelections); - } - }, - get$textLayout() { - var t1 = this.___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - return type$.ProseTextBlock._as(t1.get$currentState()).get$textLayout(); - }, - build$1(context) { - var t1, t2, t3, t4, t5, _this = this; - $.$get$buildsLog().log$4(B.Level_INFO_800, "Building SuperTextWithSelection (" + A.Primitives_objectHashCode(_this) + ")", null, null); - t1 = _this.___SuperTextWithSelectionState__textLayoutKey_A; - t1 === $ && A.throwUnnamedLateFieldNI(); - t2 = _this._widget; - t3 = t2.richText; - t4 = t2.textAlign; - t2 = t2.textScaleFactor; - t5 = _this.___SuperTextWithSelectionState__userSelections_F; - t5 === $ && A.throwUnnamedLateFieldNI(); - return new A._RebuildOptimizedSuperTextWithSelection(t1, t3, t4, t2, t5, null); - } - }; - A._RebuildOptimizedSuperTextWithSelection.prototype = { - createState$0() { - return new A._RebuildOptimizedSuperTextWithSelectionState(B._StateLifecycle_0); - } - }; - A._RebuildOptimizedSuperTextWithSelectionState.prototype = { - initState$0() { - this.super$State$initState(); - this.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength_A = this._widget.richText.toPlainText$0().length; - }, - didUpdateWidget$1(oldWidget) { - var _this = this, _null = null; - _this.super$State$didUpdateWidget(oldWidget); - if (!_this._widget.richText.$eq(0, oldWidget.richText)) { - $.$get$buildsLog().log$4(B.Level_FINE_500, "Rich text changed. Invalidating the cached SuperText widget.", _null, _null); - _this.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength_A = _this._widget.richText.toPlainText$0().length; - _this._cachedSubtree = null; - } - if (_this._widget.textAlign !== oldWidget.textAlign) { - $.$get$buildsLog().log$4(B.Level_FINE_500, "Text align changed. Invalidating the cached SuperText widget.", _null, _null); - _this._cachedSubtree = null; - } - if (_this._widget.textScaleFactor !== oldWidget.textScaleFactor) { - $.$get$buildsLog().log$4(B.Level_FINE_500, "Text scaleFactor changed. Invalidating the cached SuperText widget.", _null, _null); - _this._cachedSubtree = null; - } - }, - build$1(context) { - var t1, t2, _this = this, _null = null, - _s33_ = "Building SuperTextWithSelection ("; - if (_this._cachedSubtree != null) { - $.$get$buildsLog().log$4(B.Level_INFO_800, _s33_ + A.Primitives_objectHashCode(_this) + "), returning cached subtree for optimized super text with selection", _null, _null); - t1 = _this._cachedSubtree; - t1.toString; - return t1; - } - $.$get$buildsLog().log$4(B.Level_INFO_800, _s33_ + A.Primitives_objectHashCode(_this) + "), doing full build (no cached subtree is available)", _null, _null); - t1 = _this._widget; - t2 = t1.textLayoutKey; - return _this._cachedSubtree = new A.SuperText(t1.richText, t1.textAlign, _this.get$_buildLayerBeneath(), _this.get$_buildLayerAbove(), t1.textScaleFactor, t2); - }, - _buildLayerBeneath$2(context, textLayout) { - return new A.ValueListenableBuilder(this._widget.userSelections, new A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure(this, textLayout), null, null, type$.ValueListenableBuilder_List_UserSelection); - }, - _buildLayerAbove$2(context, textLayout) { - return new A.ValueListenableBuilder(this._widget.userSelections, new A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure(this, textLayout), null, null, type$.ValueListenableBuilder_List_UserSelection); - } - }; - A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure.prototype = { - call$3(context, value, child) { - var t4, t5, t6, _null = null, - t1 = $.$get$buildsLog(), - t2 = this.$this, - t3 = A.Primitives_objectHashCode(t2); - t1.log$4(B.Level_INFO_800, "SuperTextWithSelection (" + t3 + ") user selection changed, building new selection highlights: " + A.S(J.get$isNotEmpty$asx(t2._widget.userSelections._change_notifier$_value) ? J.get$first$ax(t2._widget.userSelections._change_notifier$_value).selection : "null"), _null, _null); - t1 = A._setArrayType([], type$.JSArray_Widget); - for (t3 = J.get$iterator$ax(value), t4 = this.textLayout; t3.moveNext$0();) { - t5 = t3.get$current(t3); - t6 = t2.___RebuildOptimizedSuperTextWithSelectionState__cachedTextLength_A; - t6 === $ && A.throwUnnamedLateFieldNI(); - if (t6 !== 0) - t1.push(new A.TextLayoutSelectionHighlight(t4, t5.highlightStyle, t5.selection, _null)); - else if (t5.highlightWhenEmpty) - t1.push(new A.TextLayoutEmptyHighlight(t4, t5.highlightStyle, _null)); - } - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); - }, - $signature: 764 - }; - A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure.prototype = { - call$3(context, value, child) { - var t4, _null = null, - t1 = $.$get$buildsLog(), - t2 = this.$this, - t3 = A.Primitives_objectHashCode(t2); - t1.log$4(B.Level_INFO_800, "SuperTextWithSelection (" + t3 + ") user selection changed, building carets: " + A.S(J.get$isNotEmpty$asx(t2._widget.userSelections._change_notifier$_value) ? J.get$first$ax(t2._widget.userSelections._change_notifier$_value).selection : "null"), _null, _null); - t1 = A._setArrayType([], type$.JSArray_Widget); - for (t2 = J.get$iterator$ax(value), t3 = this.textLayout; t2.moveNext$0();) { - t4 = t2.get$current(t2); - if (t4.hasCaret) - t1.push(new A.TextLayoutCaret(t3, true, t4.caretStyle, t4.selection.get$extent(), _null, _null)); - } - return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); - }, - $signature: 764 - }; - A.UserSelection.prototype = { - $eq(_, other) { - var t1, _this = this; - if (other == null) - return false; - if (_this !== other) - t1 = other instanceof A.UserSelection && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.selection.$eq(0, other.selection) && _this.highlightStyle === other.highlightStyle && _this.highlightWhenEmpty === other.highlightWhenEmpty && _this.caretStyle === other.caretStyle && _this.hasCaret === other.hasCaret && true; - else - t1 = true; - return t1; - }, - get$hashCode(_) { - var t2, t3, t4, t5, t6, _this = this, - t1 = _this.selection; - t1 = t1.get$hashCode(t1); - t2 = A.Primitives_objectHashCode(_this.highlightStyle); - t3 = _this.highlightWhenEmpty ? 519018 : 218159; - t4 = B.JSNull_methods.get$hashCode(null); - t5 = A.Primitives_objectHashCode(_this.caretStyle); - t6 = _this.hasCaret ? 519018 : 218159; - return (t1 ^ t2 ^ t3 ^ t4 ^ t5 ^ 519018 ^ t6 ^ B.JSNull_methods.get$hashCode(null)) >>> 0; - } - }; + A._SuperTextState_ProseTextState_ProseTextBlock.prototype = {}; A.ProseTextBlock.prototype = {}; A.ProseTextState.prototype = {}; A.RenderParagraphProseTextLayout.prototype = { get$estimatedLineHeight() { - var t1 = this._richText.style, + var lineHeight, + t1 = this._richText.style, t2 = t1 == null, - fontSize = t2 ? null : t1.fontSize, - lineHeight = t2 ? null : t1.height; - t1 = fontSize == null ? 16 : fontSize; - t2 = lineHeight == null ? 1 : lineHeight; - return t1 * t2 * this._renderParagraph._textPainter._text_painter$_textScaleFactor; + fontSize = t2 ? null : t1.fontSize; + if (fontSize == null) + fontSize = 16; + lineHeight = t2 ? null : t1.height; + if (lineHeight == null) + lineHeight = 1; + return this._renderParagraph._textPainter._text_painter$_textScaler.scale$1(0, fontSize * lineHeight); }, getPositionAtOffset$1(localOffset) { var t1 = this._renderParagraph; @@ -600092,7 +615610,7 @@ return t1.getOffsetForCaret$2(position, B.Rect_0_0_0_0); }, getLineHeightAtPosition$1(position) { - var t2, t3, lineHeightMultiplier, t4, estimatedLineHeight, characterBox, _this = this, + var t2, t3, lineHeightMultiplier, t4, fontSize, estimatedLineHeight, characterBox, _this = this, t1 = _this._renderParagraph; if (t1._super_text$_needsLayout) return 0; @@ -600104,14 +615622,11 @@ t4 = _this.__RenderParagraphProseTextLayout__textLength_F; t4 === $ && A.throwUnnamedLateFieldNI(); if (t4 === 0) { + fontSize = t3 ? null : t2.fontSize; + if (fontSize == null) + fontSize = 0; estimatedLineHeight = t1.getFullHeightForCaret$1(position); - if (estimatedLineHeight == null) { - t2 = t3 ? null : t2.fontSize; - if (t2 == null) - t2 = 0; - estimatedLineHeight = t2 * t1._textPainter._text_painter$_textScaleFactor; - } - return estimatedLineHeight * lineHeightMultiplier; + return (estimatedLineHeight == null ? t1._textPainter._text_painter$_textScaler.scale$1(0, fontSize) : estimatedLineHeight) * lineHeightMultiplier; } characterBox = _this.getCharacterBox$1(position); if (characterBox == null) @@ -600119,15 +615634,6 @@ t1 = characterBox.top; return (characterBox.bottom - t1) * lineHeightMultiplier; }, - getLineCount$0() { - var t2, - t1 = this._renderParagraph; - if (t1._super_text$_needsLayout) - return 0; - t2 = this.__RenderParagraphProseTextLayout__textLength_F; - t2 === $ && A.throwUnnamedLateFieldNI(); - return t1.getBoxesForSelection$1(A.TextSelection$(B.TextAffinity_1, 0, t2, false)).length; - }, getOffsetForCaret$1(position) { var t1 = this._renderParagraph; if (t1._super_text$_needsLayout) @@ -600286,11 +615792,11 @@ A.SelectionHighlightStyle.prototype = {}; A.TextSelectionPainter.prototype = { paint$2(canvas, size) { - var selectionBoxes, _i, box, t3, t4, t5, t6, rect, - t1 = this.textSelection, - t2 = t1.$eq(0, B.TextSelection_ke5); - if (t2) + var selectionBoxes, t2, _i, box, t3, t4, t5, t6, rect, + t1 = this.textSelection; + if (t1 == null || t1.$eq(0, B.TextSelection_ke5)) return; + t1.toString; selectionBoxes = this.textLayout.getBoxesForSelection$1(t1); for (t1 = selectionBoxes.length, t2 = this._selectionPaint, _i = 0; _i < selectionBoxes.length; selectionBoxes.length === t1 || (0, A.throwConcurrentModificationError)(selectionBoxes), ++_i) { box = selectionBoxes[_i]; @@ -600304,7 +615810,97 @@ } }, shouldRepaint$1(oldDelegate) { - return this.textLayout !== oldDelegate.textLayout || !this.textSelection.$eq(0, oldDelegate.textSelection) || !this.selectionColor.$eq(0, oldDelegate.selectionColor); + return this.textLayout !== oldDelegate.textLayout || !J.$eq$(this.textSelection, oldDelegate.textSelection) || !this.selectionColor.$eq(0, oldDelegate.selectionColor); + } + }; + A.TextUnderlineLayer.prototype = { + createState$0() { + return new A.TextUnderlineLayerState(null, null, B._StateLifecycle_0); + } + }; + A.TextUnderlineLayerState.prototype = { + build$1(context) { + var paintableUnderlines, t1, t2, _i, underline, t3, t4, t5, t6, t7, boxes, lines, _i0, box, _null = null; + this._widget.toString; + paintableUnderlines = A._setArrayType([], type$.JSArray__PaintableUnderline); + for (t1 = this._widget.underlines, t2 = type$.JSArray_Path, _i = 0; _i < 1; ++_i) { + underline = t1[_i]; + t3 = this._widget.textLayout; + t4 = underline.range; + t5 = t4.start; + t4 = t4.end; + t6 = t5 < t4; + t7 = t6 ? t5 : t4; + boxes = t3.getBoxesForSelection$1(new A.TextSelection(t5, t4, B.TextAffinity_1, false, t7, t6 ? t4 : t5)); + lines = A._setArrayType([], t2); + for (t3 = boxes.length, _i0 = 0; _i0 < boxes.length; boxes.length === t3 || (0, A.throwConcurrentModificationError)(boxes), ++_i0) { + box = boxes[_i0]; + t4 = $.$get$_renderer().createPath$0(); + t5 = box.left; + t6 = box.bottom + 1; + t4.moveTo$2(0, t5, t6); + t4.lineTo$2(0, box.right, t6); + lines.push(t4); + } + paintableUnderlines.push(new A._PaintableUnderline(underline.style.color, 2, B.StrokeCap_2, 1, lines)); + } + return A.CustomPaint$(_null, _null, _null, new A._UnderlinePainter(paintableUnderlines, _null), B.Size_wjo); + } + }; + A.TextLayoutUnderline.prototype = {}; + A.UnderlineStyle.prototype = {}; + A._UnderlinePainter.prototype = { + paint$2(canvas, size) { + var _i, underline, linePaint, t3, t4, _i0, + t1 = this._underlines, + t2 = t1.length; + if (t2 === 0) + return; + for (_i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) { + underline = t1[_i]; + linePaint = $.$get$_renderer().createPaint$0(); + linePaint.set$style(0, B.PaintingStyle_1); + linePaint.set$color(0, underline.color); + linePaint.set$strokeWidth(underline.thickness); + linePaint.set$strokeCap(underline.capType); + for (t3 = underline.lines, t4 = t3.length, _i0 = 0; _i0 < t3.length; t3.length === t4 || (0, A.throwConcurrentModificationError)(t3), ++_i0) + canvas.drawPath$2(t3[_i0], linePaint); + } + }, + shouldRepaint$1(oldDelegate) { + return !B.DeepCollectionEquality_false.equals$2(this._underlines, oldDelegate._underlines); + } + }; + A._PaintableUnderline.prototype = { + $eq(_, other) { + var t1, _this = this; + if (other == null) + return false; + if (_this !== other) + t1 = other instanceof A._PaintableUnderline && A.getRuntimeTypeOfDartObject(_this) === A.getRuntimeTypeOfDartObject(other) && _this.color.$eq(0, other.color) && _this.thickness === other.thickness && _this.capType === other.capType && _this.gap === other.gap && B.DeepCollectionEquality_false.equals$2(_this.lines, other.lines); + else + t1 = true; + return t1; + }, + get$hashCode(_) { + var _this = this, + t1 = _this.color; + return (t1.get$hashCode(t1) ^ B.JSInt_methods.get$hashCode(_this.thickness) ^ A.Primitives_objectHashCode(_this.capType) ^ B.JSInt_methods.get$hashCode(_this.gap) ^ A.Primitives_objectHashCode(_this.lines)) >>> 0; + } + }; + A._TextUnderlineLayerState_State_TickerProviderStateMixin.prototype = { + activate$0() { + this.super$State$activate(); + this._updateTickerModeNotifier$0(); + this._updateTickers$0(); + }, + dispose$0() { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(); } }; A.ArMessages.prototype = { @@ -601517,34 +617113,34 @@ return ""; }, lessThanOneMinute$1(seconds) { - return "poucos segundos"; + return "alguns segundos"; }, aboutAMinute$1(minutes) { - return "1 minuto"; + return "cerca de um minuto"; }, minutes$1(minutes) { return "" + minutes + " minutos"; }, aboutAnHour$1(minutes) { - return "1 hora"; + return "cerca de uma hora"; }, hours$1(hours) { return "" + hours + " horas"; }, aDay$1(hours) { - return "1 dia"; + return "um dia"; }, days$1(days) { return "" + days + " dias"; }, aboutAMonth$1(days) { - return "1 m\xeas"; + return "cerca de um m\xeas"; }, months$1(months) { return "" + months + " meses"; }, aboutAYear$1(year) { - return "1 ano"; + return "cerca de um ano"; }, years$1(years) { return "" + years + " anos"; @@ -602120,7 +617716,7 @@ call$1(str) { return str.length !== 0; }, - $signature: 12 + $signature: 11 }; A.LaunchMode.prototype = { _enumToString$0() { @@ -602138,22 +617734,51 @@ call$1(value) { return value === true; }, - $signature: 3399 + $signature: 3447 }; A.PreferredLaunchMode.prototype = { _enumToString$0() { return "PreferredLaunchMode." + this._core$_name; } }; - A.UrlLauncherPlatform.prototype = {}; + A.InAppWebViewConfiguration.prototype = {}; + A.LaunchOptions.prototype = {}; + A.UrlLauncherPlatform.prototype = { + launch$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName(url, enableDomStorage, enableJavaScript, headers, universalLinksOnly, useSafariVC, useWebView, webOnlyWindowName) { + throw A.wrapException(A.UnimplementedError$("launch() has not been implemented.")); + }, + launchUrl$2(url, options) { + var t2, useWebView, + isWebURL = B.JSString_methods.startsWith$1(url, "http:") || B.JSString_methods.startsWith$1(url, "https:"), + t1 = options.mode; + if (t1 !== B.PreferredLaunchMode_1) + if (t1 !== B.PreferredLaunchMode_2) { + t2 = isWebURL && t1 === B.PreferredLaunchMode_0; + useWebView = t2; + } else + useWebView = true; + else + useWebView = true; + return this.launch$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName(url, true, true, options.webViewConfiguration.headers, t1 === B.PreferredLaunchMode_4, useWebView, useWebView, options.webOnlyWindowName); + } + }; A.UrlLauncherPlugin.prototype = { + openNewWindow$2$webOnlyWindowName(url, webOnlyWindowName) { + var target, + t1 = A.Uri_tryParse(url), + scheme = t1 == null ? null : t1.get$scheme(); + if (B.Set_K9WK5.contains$1(0, scheme)) + return null; + target = this._isSafari && B.Set_irLI1.contains$1(0, scheme) ? "_top" : ""; + return this._window.open(url, target, "noopener,noreferrer"); + }, launch$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName(url, enableDomStorage, enableJavaScript, headers, universalLinksOnly, useSafariVC, useWebView, webOnlyWindowName) { return this.launch$body$UrlLauncherPlugin(url, true, true, headers, universalLinksOnly, useSafariVC, useWebView, webOnlyWindowName); }, launch$body$UrlLauncherPlugin(url, enableDomStorage, enableJavaScript, headers, universalLinksOnly, useSafariVC, useWebView, webOnlyWindowName) { var $async$goto = 0, $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue, $async$self = this, t1, target; + $async$returnValue, $async$self = this; var $async$launch$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { if ($async$errorCode === 1) return A._asyncRethrow($async$result, $async$completer); @@ -602161,14 +617786,7 @@ switch ($async$goto) { case 0: // Function start - if ($async$self._isSafari) { - t1 = A.Uri_tryParse(url); - t1 = B.Set_irLI1.contains$1(0, t1 == null ? null : t1.get$scheme()); - } else - t1 = false; - target = t1 ? "_top" : ""; - B.Window_methods.open$2($async$self._window, url, target); - $async$returnValue = true; + $async$returnValue = $async$self.launchUrl$2(url, new A.LaunchOptions(B.PreferredLaunchMode_0, B.InAppWebViewConfiguration_true_true_Map_empty, webOnlyWindowName)); // goto return $async$goto = 1; break; @@ -602178,6 +617796,31 @@ } }); return A._asyncStartSync($async$launch$8$enableDomStorage$enableJavaScript$headers$universalLinksOnly$useSafariVC$useWebView$webOnlyWindowName, $async$completer); + }, + launchUrl$2(url, options) { + return this.launchUrl$body$UrlLauncherPlugin(url, options); + }, + launchUrl$body$UrlLauncherPlugin(url, options) { + var $async$goto = 0, + $async$completer = A._makeAsyncAwaitCompleter(type$.bool), + $async$returnValue, $async$self = this; + var $async$launchUrl$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { + if ($async$errorCode === 1) + return A._asyncRethrow($async$result, $async$completer); + while (true) + switch ($async$goto) { + case 0: + // Function start + $async$returnValue = $async$self.openNewWindow$2$webOnlyWindowName(url, options.webOnlyWindowName) != null; + // goto return + $async$goto = 1; + break; + case 1: + // return + return A._asyncReturn($async$returnValue, $async$completer); + } + }); + return A._asyncStartSync($async$launchUrl$2, $async$completer); } }; A.Uuid.prototype = { @@ -602204,87 +617847,8 @@ J.$indexSet$ax(this.get$_uuid$_state(), _s9_, true); } }, - v1$0() { - var seedBytes, nodeId, t2, t3, t4, clockSeq, mSecs, nSecs, tl, tmh, node, n, _this = this, - _s9_ = "hasInitV1", - _s9_0 = "seedBytes", - _s4_ = "node", - _s8_ = "clockSeq", - _s5_ = "mSecs", _s5_0 = "nSecs", - buf = new Uint8Array(16), - options = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic), - t1 = J.$index$asx(_this.get$_uuid$_state(), _s9_); - t1.toString; - if (!A._asBool(t1)) { - seedBytes = A.UuidUtil_mathRNG(-1); - if (J.$index$asx(_this.get$_uuid$_state(), _s9_0) != null) - J.$index$asx(_this.get$_uuid$_state(), _s9_0); - else - J.$indexSet$ax(_this.get$_uuid$_state(), _s9_0, seedBytes); - nodeId = A._setArrayType([seedBytes[0] | 1, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]], type$.JSArray_int); - if (J.$index$asx(_this.get$_uuid$_state(), _s4_) != null) - J.$index$asx(_this.get$_uuid$_state(), _s4_); - else - J.$indexSet$ax(_this.get$_uuid$_state(), _s4_, nodeId); - t1 = seedBytes[6]; - t2 = seedBytes[7]; - t3 = _this.get$_uuid$_state(); - t4 = J.getInterceptor$asx(t3); - if (t4.$index(t3, _s8_) == null) - t4.$indexSet(t3, _s8_, (t1 << 8 | t2) & 262143); - J.$indexSet$ax(_this.get$_uuid$_state(), _s5_, 0); - J.$indexSet$ax(_this.get$_uuid$_state(), _s5_0, 0); - J.$indexSet$ax(_this.get$_uuid$_state(), _s9_, true); - } - options.$index(0, _s8_); - clockSeq = A._asInt(J.$index$asx(_this.get$_uuid$_state(), _s8_)); - options.$index(0, _s5_); - mSecs = Date.now(); - options.$index(0, _s5_0); - t1 = J.$index$asx(_this.get$_uuid$_state(), _s5_0); - t1.toString; - nSecs = A._asInt(t1) + 1; - t1 = mSecs - J.$index$asx(_this.get$_uuid$_state(), _s5_) + (nSecs - J.$index$asx(_this.get$_uuid$_state(), _s5_0)) / 10000 < 0; - if (t1) { - options.$index(0, _s8_); - t2 = true; - } else - t2 = false; - if (t2) - clockSeq = clockSeq + 1 & 16383; - if (t1 || mSecs > J.$index$asx(_this.get$_uuid$_state(), _s5_)) { - options.$index(0, _s5_0); - t1 = true; - } else - t1 = false; - if (t1) - nSecs = 0; - if (nSecs >= 10000) - throw A.wrapException(A.Exception_Exception("uuid.v1(): Can't create more than 10M uuids/sec")); - J.$indexSet$ax(_this.get$_uuid$_state(), _s5_, mSecs); - J.$indexSet$ax(_this.get$_uuid$_state(), _s5_0, nSecs); - J.$indexSet$ax(_this.get$_uuid$_state(), _s8_, clockSeq); - mSecs += 122192928e5; - tl = B.JSInt_methods.$mod((mSecs & 268435455) * 10000 + nSecs, 4294967296); - buf[0] = B.JSInt_methods._shrOtherPositive$1(tl, 24) & 255; - buf[1] = B.JSInt_methods._shrOtherPositive$1(tl, 16) & 255; - buf[2] = B.JSInt_methods._shrOtherPositive$1(tl, 8) & 255; - buf[3] = tl & 255; - tmh = B.JSNumber_methods.floor$0(mSecs / 4294967296 * 10000) & 268435455; - buf[4] = tmh >>> 8 & 255; - buf[5] = tmh & 255; - buf[6] = tmh >>> 24 & 15 | 16; - buf[7] = tmh >>> 16 & 255; - buf[8] = clockSeq >>> 8 & 63 | 128; - buf[9] = clockSeq & 255; - options.$index(0, _s4_); - node = type$.List_dynamic._as(J.$index$asx(_this.get$_uuid$_state(), _s4_)); - for (t1 = J.getInterceptor$asx(node), n = 0; n < 6; ++n) - buf[10 + n] = t1.$index(node, n); - return A.Uuid_unparse(buf); - }, v4$0() { - var t1, rng, + var t1, rng, t2, options = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic); this._initV4$0(); options.$index(0, "positionalArgs"); @@ -602297,7 +617861,12 @@ t1 = J.getInterceptor$asx(rng); t1.$indexSet(rng, 6, t1.$index(rng, 6) & 15 | 64); t1.$indexSet(rng, 8, t1.$index(rng, 8) & 63 | 128); - return A.Uuid_unparse(rng); + if (t1.get$length(rng) - 0 < 16) { + t2 = t1.get$length(rng); + A.throwExpression(A.RangeError$("buffer too small: need 16: length=" + t2)); + } + t2 = $.$get$Uuid__byteToHex(); + return t2[t1.$index(rng, 0)] + t2[t1.$index(rng, 1)] + t2[t1.$index(rng, 2)] + t2[t1.$index(rng, 3)] + "-" + t2[t1.$index(rng, 4)] + t2[t1.$index(rng, 5)] + "-" + t2[t1.$index(rng, 6)] + t2[t1.$index(rng, 7)] + "-" + t2[t1.$index(rng, 8)] + t2[t1.$index(rng, 9)] + "-" + t2[t1.$index(rng, 10)] + t2[t1.$index(rng, 11)] + t2[t1.$index(rng, 12)] + t2[t1.$index(rng, 13)] + t2[t1.$index(rng, 14)] + t2[t1.$index(rng, 15)]; } }; A.BoxValueConstraints.prototype = { @@ -602675,12 +618244,12 @@ t1[14] = t1[14]; t1[15] = t1[15]; }, - scale$2($receiver, x, y) { - return this.scale$3($receiver, x, y, null); - }, scale$1($receiver, x) { return this.scale$3($receiver, x, null, null); }, + scale$2($receiver, x, y) { + return this.scale$3($receiver, x, y, null); + }, setZero$0() { var t1 = this._vector_math_64$_m4storage; t1[0] = 0; @@ -603454,15 +619023,15 @@ t3 = t1.controller, t4 = t1.isAlwaysShown; t1 = t1.style; - return new A._MaterialScrollbar0(t1.color, true, t1.hoverThickness, t2, t3, t4, t1.radius, t1.thickness, _null, B.Duration_300000, B.Duration_600000, B.Duration_0, A.scroll_notification__defaultScrollNotificationPredicate$closure(), _null, _null, _null); + return new A._MaterialScrollbar1(t1.color, true, t1.hoverThickness, t2, t3, t4, t1.radius, t1.thickness, _null, B.Duration_300000, B.Duration_600000, B.Duration_0, A.scroll_notification__defaultScrollNotificationPredicate$closure(), _null, _null, _null); } }; - A._MaterialScrollbar0.prototype = { + A._MaterialScrollbar1.prototype = { createState$0() { - return new A._MaterialScrollbarState0(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0); + return new A._MaterialScrollbarState1(new A.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget), null, null, B._StateLifecycle_0); } }; - A._MaterialScrollbarState0.prototype = { + A._MaterialScrollbarState1.prototype = { get$showScrollbar() { var t1 = this._widget.thumbVisibility; return t1 === true; @@ -603490,22 +619059,22 @@ dragColor.__late_helper$_value = A.Color$fromARGB(B.JSNumber_methods.round$0(229.5), t2, t3, t1); hoverColor.__late_helper$_value = A.Color$fromARGB(191, t2, t3, t1); idleColor.__late_helper$_value = A.Color$fromARGB(B.JSNumber_methods.round$0(127.5), t2, t3, t1); - return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__thumbColor_closure0(this, dragColor, hoverColor, idleColor), type$._MaterialStatePropertyWith_Color); + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__thumbColor_closure1(this, dragColor, hoverColor, idleColor), type$._MaterialStatePropertyWith_Color); }, get$_vs_scrollbar$_trackColor() { this._widget.toString; var t1 = this._vs_scrollbar$___MaterialScrollbarState__colorScheme_A; t1 === $ && A.throwUnnamedLateFieldNI(); - return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackColor_closure0(this, t1.onSurface), type$._MaterialStatePropertyWith_Color); + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackColor_closure1(this, t1.onSurface), type$._MaterialStatePropertyWith_Color); }, get$_vs_scrollbar$_trackBorderColor() { this._widget.toString; var t1 = this._vs_scrollbar$___MaterialScrollbarState__colorScheme_A; t1 === $ && A.throwUnnamedLateFieldNI(); - return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackBorderColor_closure0(this, t1.onSurface), type$._MaterialStatePropertyWith_Color); + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__trackBorderColor_closure1(this, t1.onSurface), type$._MaterialStatePropertyWith_Color); }, get$_vs_scrollbar$_thickness() { - return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__thickness_closure0(this), type$._MaterialStatePropertyWith_double); + return new A._MaterialStatePropertyWith(new A._MaterialScrollbarState__thickness_closure1(this), type$._MaterialStatePropertyWith_double); }, initState$0() { var t1, _this = this; @@ -603514,7 +619083,7 @@ t1.didRegisterListener$0(); t1 = t1.AnimationLocalListenersMixin__listeners; t1._isDirty = true; - t1._observer_list$_list.push(new A._MaterialScrollbarState_initState_closure0(_this)); + t1._observer_list$_list.push(new A._MaterialScrollbarState_initState_closure1(_this)); }, didChangeDependencies$0() { var theme, _this = this, @@ -603579,22 +619148,22 @@ }, handleThumbPressStart$1(localPosition) { this.super$RawScrollbarState$handleThumbPressStart(localPosition); - this.setState$1(new A._MaterialScrollbarState_handleThumbPressStart_closure0(this)); + this.setState$1(new A._MaterialScrollbarState_handleThumbPressStart_closure1(this)); }, handleThumbPressEnd$2(localPosition, velocity) { this.super$RawScrollbarState$handleThumbPressEnd(localPosition, velocity); - this.setState$1(new A._MaterialScrollbarState_handleThumbPressEnd_closure0(this)); + this.setState$1(new A._MaterialScrollbarState_handleThumbPressEnd_closure1(this)); }, handleHover$1($event) { var t1, _this = this; _this.super$RawScrollbarState$handleHover($event); if (_this.isPointerOverScrollbar$2($event.get$position($event), $event.get$kind($event))) { - _this.setState$1(new A._MaterialScrollbarState_handleHover_closure1(_this)); + _this.setState$1(new A._MaterialScrollbarState_handleHover_closure3(_this)); t1 = _this._vs_scrollbar$___MaterialScrollbarState__hoverAnimationController_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.forward$0(0); } else if (_this._vs_scrollbar$_hoverIsActive) { - _this.setState$1(new A._MaterialScrollbarState_handleHover_closure2(_this)); + _this.setState$1(new A._MaterialScrollbarState_handleHover_closure4(_this)); t1 = _this._vs_scrollbar$___MaterialScrollbarState__hoverAnimationController_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.reverse$0(0); @@ -603603,7 +619172,7 @@ handleHoverExit$1($event) { var t1, _this = this; _this.super$RawScrollbarState$handleHoverExit($event); - _this.setState$1(new A._MaterialScrollbarState_handleHoverExit_closure0(_this)); + _this.setState$1(new A._MaterialScrollbarState_handleHoverExit_closure1(_this)); t1 = _this._vs_scrollbar$___MaterialScrollbarState__hoverAnimationController_A; t1 === $ && A.throwUnnamedLateFieldNI(); t1.reverse$0(0); @@ -603615,7 +619184,7 @@ this.super$RawScrollbarState$dispose(); } }; - A._MaterialScrollbarState__thumbColor_closure0.prototype = { + A._MaterialScrollbarState__thumbColor_closure1.prototype = { call$1(states) { var t1, t2, t3, _this = this, _null = null; if (states.contains$1(0, B.MaterialState_3)) { @@ -603656,9 +619225,9 @@ t1.toString; return t1; }, - $signature: 74 + $signature: 25 }; - A._MaterialScrollbarState__trackColor_closure0.prototype = { + A._MaterialScrollbarState__trackColor_closure1.prototype = { call$1(states) { var t1; if (states.contains$1(0, B.MaterialState_0)) { @@ -603679,9 +619248,9 @@ } return B.Color_0; }, - $signature: 74 + $signature: 25 }; - A._MaterialScrollbarState__trackBorderColor_closure0.prototype = { + A._MaterialScrollbarState__trackBorderColor_closure1.prototype = { call$1(states) { var t1; if (states.contains$1(0, B.MaterialState_0)) { @@ -603702,9 +619271,9 @@ } return B.Color_0; }, - $signature: 74 + $signature: 25 }; - A._MaterialScrollbarState__thickness_closure0.prototype = { + A._MaterialScrollbarState__thickness_closure1.prototype = { call$1(states) { var t1, t2; if (states.contains$1(0, B.MaterialState_0)) { @@ -603733,44 +619302,134 @@ t1 = t2; return t1; }, - $signature: 735 + $signature: 411 }; - A._MaterialScrollbarState_initState_closure0.prototype = { + A._MaterialScrollbarState_initState_closure1.prototype = { call$0() { this.$this.updateScrollbarPainter$0(); }, $signature: 0 }; - A._MaterialScrollbarState_handleThumbPressStart_closure0.prototype = { + A._MaterialScrollbarState_handleThumbPressStart_closure1.prototype = { call$0() { this.$this._vs_scrollbar$_dragIsActive = true; }, $signature: 0 }; - A._MaterialScrollbarState_handleThumbPressEnd_closure0.prototype = { + A._MaterialScrollbarState_handleThumbPressEnd_closure1.prototype = { call$0() { this.$this._vs_scrollbar$_dragIsActive = false; }, $signature: 0 }; - A._MaterialScrollbarState_handleHover_closure1.prototype = { + A._MaterialScrollbarState_handleHover_closure3.prototype = { call$0() { this.$this._vs_scrollbar$_hoverIsActive = true; }, $signature: 0 }; - A._MaterialScrollbarState_handleHover_closure2.prototype = { + A._MaterialScrollbarState_handleHover_closure4.prototype = { call$0() { this.$this._vs_scrollbar$_hoverIsActive = false; }, $signature: 0 }; - A._MaterialScrollbarState_handleHoverExit_closure0.prototype = { + A._MaterialScrollbarState_handleHoverExit_closure1.prototype = { call$0() { this.$this._vs_scrollbar$_hoverIsActive = false; }, $signature: 0 }; + A.EventStreamProvider0.prototype = {}; + A._EventStream0.prototype = { + get$isBroadcast() { + return true; + }, + listen$4$cancelOnError$onDone$onError(_, onData, cancelOnError, onDone, onError) { + return A._EventStreamSubscription$0(this._streams$_target, this._streams$_eventType, onData, false, this.$ti._precomputed1); + }, + listen$3$onDone$onError($receiver, onData, onDone, onError) { + return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError); + } + }; + A._EventStreamSubscription0.prototype = { + cancel$0(_) { + var _this = this, + emptyFuture = A.Future_Future$value(null, type$.void); + if (_this._streams$_target == null) + return emptyFuture; + _this._streams$_unlisten$0(); + _this._streams$_onData = _this._streams$_target = null; + return emptyFuture; + }, + onData$1(handleData) { + var t1, _this = this; + if (_this._streams$_target == null) + throw A.wrapException(A.StateError$("Subscription has been canceled.")); + _this._streams$_unlisten$0(); + t1 = A._wrapZone0(new A._EventStreamSubscription_onData_closure0(handleData), type$.JavaScriptObject); + t1 = t1 == null ? null : A.allowInterop(t1); + _this._streams$_onData = t1; + _this._streams$_tryResume$0(); + }, + pause$1(_, resumeSignal) { + var _this = this; + if (_this._streams$_target == null) + return; + ++_this._streams$_pauseCount; + _this._streams$_unlisten$0(); + if (resumeSignal != null) + resumeSignal.whenComplete$1(_this.get$resume(_this)); + }, + pause$0($receiver) { + return this.pause$1($receiver, null); + }, + resume$0(_) { + var _this = this; + if (_this._streams$_target == null || _this._streams$_pauseCount <= 0) + return; + --_this._streams$_pauseCount; + _this._streams$_tryResume$0(); + }, + _streams$_tryResume$0() { + var _this = this, + t1 = _this._streams$_onData; + if (t1 != null && _this._streams$_pauseCount <= 0) + _this._streams$_target.addEventListener(_this._streams$_eventType, t1, false); + }, + _streams$_unlisten$0() { + var t1 = this._streams$_onData; + if (t1 != null) + this._streams$_target.removeEventListener(this._streams$_eventType, t1, false); + } + }; + A._EventStreamSubscription_closure0.prototype = { + call$1(e) { + return this.onData.call$1(e); + }, + $signature: 29 + }; + A._EventStreamSubscription_onData_closure0.prototype = { + call$1(e) { + return this.handleData.call$1(e); + }, + $signature: 29 + }; + A.HttpRequest_request_closure.prototype = { + call$1(e) { + var t1 = this.xhr, + $status = t1.status, + accepted = $status >= 200 && $status < 300, + unknownRedirect = $status > 307 && $status < 400, + t2 = accepted || $status === 0 || $status === 304 || unknownRedirect, + t3 = this.completer; + if (t2) + t3.complete$1(0, t1); + else + t3.completeError$1(e); + }, + $signature: 29 + }; A.WindowListener.prototype = {}; A.main_closure0.prototype = { call$0() { @@ -603824,12 +619483,20 @@ t2 = new A.PackageInfoPlusWebPlugin(); t3.$indexSet(0, t2, t1); A.PlatformInterface__verify(t2, t1, false); - t1 = A._setArrayType([], type$.JSArray_Completer_dynamic); - t2 = $.$get$PrintingPlatform__token(); - t1 = new A.PrintingPlugin(new A.Mutex(t1)); - t3.$indexSet(0, t1, t2); - A.PlatformInterface__verify(t1, t2, false); - $.PrintingPlatform__instance = t1; + t1 = $.$get$WebPermissionHandler__devices(); + t2 = $.$get$WebPermissionHandler__geolocation(); + $.$get$WebPermissionHandler__htmlPermissions(); + t4 = $.$get$PermissionHandlerPlatform__token(); + t2 = new A.WebPermissionHandler(new A.WebDelegate(t1, t2)); + t3.$indexSet(0, t2, t4); + A.PlatformInterface__verify(t2, t4, false); + $.PermissionHandlerPlatform__instance = t2; + t2 = A._setArrayType([], type$.JSArray_Completer_dynamic); + t4 = $.$get$PrintingPlatform__token(); + t2 = new A.PrintingPlugin(new A.Mutex(t2)); + t3.$indexSet(0, t2, t4); + A.PlatformInterface__verify(t2, t4, false); + $.PrintingPlatform__instance = t2; new A.MethodChannel("sentry_flutter", B.C_StandardMethodCodec0, registrar).setMethodCallHandler$1(new A.SentryFlutterWeb().get$handleMethodCall()); A.UrlLauncherPlugin$(); window.navigator.toString; @@ -603851,7 +619518,7 @@ A.PlatformInterface__verify(t2, $.$get$UrlLauncherPlatform__token(), true); $.UrlLauncherPlatform__instance = t2; $.$get$platformViewRegistry(); - $.$get$platformViewManager().registerFactory$3$isVisible("__url_launcher::link", A.link_LinkViewController__viewFactory$closure(), false); + $.$get$PlatformViewManager_instance().registerFactory$3$isVisible("__url_launcher::link", A.link_LinkViewController__viewFactory$closure(), false); $.pluginMessageCallHandler = registrar.get$handleFrameworkMessage(); }, $signature: 0 @@ -604059,6 +619726,12 @@ _.super$PrimaryPointerGestureRecognizer$rejectGesture = _.rejectGesture$1; _ = A.TapGestureRecognizer.prototype; _.super$TapGestureRecognizer$isPointerAllowed = _.isPointerAllowed$1; + _ = A._TapStatusTrackerMixin.prototype; + _.super$_TapStatusTrackerMixin$handleEvent = _.handleEvent$1; + _.super$_TapStatusTrackerMixin$rejectGesture = _.rejectGesture$1; + _ = A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin.prototype; + _.super$_BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin$addAllowedPointer = _.addAllowedPointer$1; + _.super$_BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin$dispose = _.dispose$0; _ = A.__ButtonStyleState_State_TickerProviderStateMixin.prototype; _.super$__ButtonStyleState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin.prototype; @@ -604070,6 +619743,8 @@ _.super$__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin$dispose = _.dispose$0; _ = A.__SortArrowState_State_TickerProviderStateMixin.prototype; _.super$__SortArrowState_State_TickerProviderStateMixin$dispose = _.dispose$0; + _ = A.__DatePickerDialogState_State_RestorationMixin.prototype; + _.super$__DatePickerDialogState_State_RestorationMixin$dispose = _.dispose$0; _ = A._DrawerControllerState_State_SingleTickerProviderStateMixin.prototype; _.super$_DrawerControllerState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__ExpandIconState_State_SingleTickerProviderStateMixin.prototype; @@ -604129,6 +619804,8 @@ _.super$__DialState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__HourMinuteTextFieldState_State_RestorationMixin.prototype; _.super$__HourMinuteTextFieldState_State_RestorationMixin$didChangeDependencies = _.didChangeDependencies$0; + _ = A.__TimePickerDialogState_State_RestorationMixin.prototype; + _.super$__TimePickerDialogState_State_RestorationMixin$dispose = _.dispose$0; _ = A.__TimePickerState_State_RestorationMixin.prototype; _.super$__TimePickerState_State_RestorationMixin$didUpdateWidget = _.didUpdateWidget$1; _.super$__TimePickerState_State_RestorationMixin$didChangeDependencies = _.didChangeDependencies$0; @@ -604220,6 +619897,7 @@ _.super$RenderObject$layout = _.layout$2$parentUsesSize; _.super$RenderObject$markNeedsPaint = _.markNeedsPaint$0; _.super$RenderObject$applyPaintTransform = _.applyPaintTransform$2; + _.super$RenderObject$scheduleInitialSemantics = _.scheduleInitialSemantics$0; _.super$RenderObject$describeSemanticsConfiguration = _.describeSemanticsConfiguration$1; _.super$RenderObject$clearSemantics = _.clearSemantics$0; _.super$RenderObject$visitChildrenForSemantics = _.visitChildrenForSemantics$1; @@ -604287,6 +619965,8 @@ _.super$_RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin$detach = _.detach$0; _ = A.RenderSliverEdgeInsetsPadding.prototype; _.super$RenderSliverEdgeInsetsPadding$performLayout = _.performLayout$0; + _ = A.RenderView.prototype; + _.super$RenderView$prepareInitialFrame = _.prepareInitialFrame$0; _ = A._RenderViewportBase_RenderBox_ContainerRenderObjectMixin.prototype; _.super$_RenderViewportBase_RenderBox_ContainerRenderObjectMixin$attach = _.attach$1; _.super$_RenderViewportBase_RenderBox_ContainerRenderObjectMixin$detach = _.detach$0; @@ -604321,8 +620001,9 @@ _.super$Flex$updateRenderObject = _.updateRenderObject$2; _ = A.WidgetsBindingObserver.prototype; _.super$WidgetsBindingObserver$didChangeMetrics = _.didChangeMetrics$0; - _ = A._RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin.prototype; - _.super$_RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin$mount = _.mount$2; + _.super$WidgetsBindingObserver$didChangeAppLifecycleState = _.didChangeAppLifecycleState$1; + _ = A._RootElement_Element_RootElementMixin.prototype; + _.super$_RootElement_Element_RootElementMixin$mount = _.mount$2; _ = A._WidgetsFlutterBinding_BindingBase_GestureBinding.prototype; _.super$_WidgetsFlutterBinding_BindingBase_GestureBinding$initInstances = _.initInstances$0; _.super$_WidgetsFlutterBinding_BindingBase_GestureBinding$unlocked = _.unlocked$0; @@ -604352,6 +620033,7 @@ _ = A.FormFieldState.prototype; _.super$FormFieldState$didChange = _.didChange$1; _.super$FormFieldState$restoreState = _.restoreState$2; + _.super$FormFieldState$dispose = _.dispose$0; _ = A._FormFieldState_State_RestorationMixin.prototype; _.super$_FormFieldState_State_RestorationMixin$didUpdateWidget = _.didUpdateWidget$1; _.super$_FormFieldState_State_RestorationMixin$dispose = _.dispose$0; @@ -604369,7 +620051,7 @@ _.super$Element$updateChild = _.updateChild$3; _.super$Element$mount = _.mount$2; _.super$Element$update = _.update$1; - _.super$Element$_updateSlot = _._updateSlot$1; + _.super$Element$updateSlot = _.updateSlot$1; _.super$Element$inflateWidget = _.inflateWidget$2; _.super$Element$forgetChild = _.forgetChild$1; _.super$Element$activate = _.activate$0; @@ -604384,6 +620066,8 @@ _.super$ComponentElement$performRebuild = _.performRebuild$0; _ = A.StatefulElement.prototype; _.super$StatefulElement$performRebuild = _.performRebuild$0; + _.super$StatefulElement$activate = _.activate$0; + _.super$StatefulElement$deactivate = _.deactivate$0; _ = A.ProxyElement.prototype; _.super$ProxyElement$build = _.build$0; _.super$ProxyElement$update = _.update$1; @@ -604396,6 +620080,7 @@ _.super$RenderObjectElement$performRebuild = _.performRebuild$0; _.super$RenderObjectElement$deactivate = _.deactivate$0; _.super$RenderObjectElement$unmount = _.unmount$0; + _.super$RenderObjectElement$updateSlot = _.updateSlot$1; _ = A.MultiChildRenderObjectElement.prototype; _.super$MultiChildRenderObjectElement$insertRenderObjectChild = _.insertRenderObjectChild$2; _.super$MultiChildRenderObjectElement$moveRenderObjectChild = _.moveRenderObjectChild$3; @@ -604437,6 +620122,9 @@ _ = A._RenderTheaterMixin.prototype; _.super$_RenderTheaterMixin$performLayout = _.performLayout$0; _.super$_RenderTheaterMixin$paint = _.paint$2; + _ = A.OverlayPortalController.prototype; + _.super$OverlayPortalController$show = _.show$0; + _.super$OverlayPortalController$hide = _.hide$0; _ = A.__RenderTheater_RenderBox_ContainerRenderObjectMixin.prototype; _.super$__RenderTheater_RenderBox_ContainerRenderObjectMixin$attach = _.attach$1; _.super$__RenderTheater_RenderBox_ContainerRenderObjectMixin$detach = _.detach$0; @@ -604545,12 +620233,6 @@ _.super$__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin$detach = _.detach$0; _ = A.SliverMultiBoxAdaptorWidget.prototype; _.super$SliverMultiBoxAdaptorWidget$estimateMaxScrollOffset = _.estimateMaxScrollOffset$5; - _ = A._TapStatusTrackerMixin.prototype; - _.super$_TapStatusTrackerMixin$handleEvent = _.handleEvent$1; - _.super$_TapStatusTrackerMixin$rejectGesture = _.rejectGesture$1; - _ = A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin.prototype; - _.super$_BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin$addAllowedPointer = _.addAllowedPointer$1; - _.super$_BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin$dispose = _.dispose$0; _ = A.TextSelectionGestureDetectorBuilder.prototype; _.super$TextSelectionGestureDetectorBuilder$onForcePressStart = _.onForcePressStart$1; _.super$TextSelectionGestureDetectorBuilder$onSingleTapUp = _.onSingleTapUp$1; @@ -604675,8 +620357,6 @@ _.super$LinkableElement$equals = _.equals$1; _ = A.BlockSyntax.prototype; _.super$BlockSyntax$canParse = _.canParse$1; - _ = A.__FadeWidgetState_State_SingleTickerProviderStateMixin.prototype; - _.super$__FadeWidgetState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin.prototype; _.super$__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin$attach = _.attach$1; _.super$__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin$detach = _.detach$0; @@ -604703,20 +620383,20 @@ _.super$ReactiveModelImp$notify = _.notify$4$nextSnap$shouldOverrideDefaultSideEffects$sideEffects$stateInterceptor; _.super$ReactiveModelImp$rebuildState = _.rebuildState$0; _.super$ReactiveModelImp$dispose = _.dispose$0; + _ = A.NodeChangeEvent.prototype; + _.super$NodeChangeEvent$$eq = _.$eq; _ = A.DocumentNode.prototype; _.super$DocumentNode$$eq = _.$eq; _ = A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype; _.super$_BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel$applyStyles = _.applyStyles$1; - _ = A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin.prototype; - _.super$__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; + _ = A.__CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin.prototype; + _.super$__CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin.prototype; _.super$__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _ = A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin.prototype; - _.super$__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin.prototype; _.super$__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _ = A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin.prototype; - _.super$__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose = _.dispose$0; + _ = A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin.prototype; + _.super$__IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__DocumentScrollableState_State_SingleTickerProviderStateMixin.prototype; _.super$__DocumentScrollableState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.SingleColumnLayoutStylePhase.prototype; @@ -604726,12 +620406,21 @@ _.super$SingleColumnLayoutComponentViewModel$$eq = _.$eq; _ = A.TextNode.prototype; _.super$TextNode$$eq = _.$eq; - _ = A._BlinkingCaretState_State_SingleTickerProviderStateMixin.prototype; - _.super$_BlinkingCaretState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _ = A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin.prototype; - _.super$__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _ = A.GestureEditingController.prototype; - _.super$GestureEditingController$dispose = _.dispose$0; + _ = A.__SelectionLeadersDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin.prototype; + _.super$__SelectionLeadersDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin$dispose = _.dispose$0; + _ = A.RawScrollbarWithCustomPhysicsState.prototype; + _.super$RawScrollbarWithCustomPhysicsState$initState = _.initState$0; + _.super$RawScrollbarWithCustomPhysicsState$didChangeDependencies = _.didChangeDependencies$0; + _.super$RawScrollbarWithCustomPhysicsState$handleThumbPress = _.handleThumbPress$0; + _.super$RawScrollbarWithCustomPhysicsState$handleThumbPressStart = _.handleThumbPressStart$1; + _.super$RawScrollbarWithCustomPhysicsState$handleThumbPressEnd = _.handleThumbPressEnd$2; + _.super$RawScrollbarWithCustomPhysicsState$handleHover = _.handleHover$1; + _.super$RawScrollbarWithCustomPhysicsState$handleHoverExit = _.handleHoverExit$1; + _.super$RawScrollbarWithCustomPhysicsState$dispose = _.dispose$0; + _ = A._RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin.prototype; + _.super$_RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin$dispose = _.dispose$0; + _ = A._AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin.prototype; + _.super$_AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A._AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin.prototype; _.super$_AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A._SuperAndroidTextFieldState_State_TickerProviderStateMixin.prototype; @@ -604750,6 +620439,7 @@ (function installTearOffs() { var _static_2 = hunkHelpers._static_2, _static_1 = hunkHelpers._static_1, + _static = hunkHelpers.installStaticTearOff, _instance_0_u = hunkHelpers._instance_0u, _instance_1_u = hunkHelpers._instance_1u, _instance_1_i = hunkHelpers._instance_1i, @@ -604757,32 +620447,36 @@ _static_0 = hunkHelpers._static_0, _instance_0_i = hunkHelpers._instance_0i, _instance_2_u = hunkHelpers._instance_2u, - _instance_2_i = hunkHelpers._instance_2i, - _static = hunkHelpers.installStaticTearOff; - _static_2(A, "_engine__canvasKitWasmModuleUrl$closure", "canvasKitWasmModuleUrl", 581); + _instance_2_i = hunkHelpers._instance_2i; + _static_2(A, "_engine__canvasKitWasmModuleUrl$closure", "canvasKitWasmModuleUrl", 536); _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 29); - _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 147); + _static(A, "_engine___defaultFactory$closure", 1, function() { + return {params: null}; + }, ["call$2$params", "call$1"], ["_defaultFactory", function(viewId) { + return A._defaultFactory(viewId, null); + }], 3449, 0); + _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 152); _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 10); _instance_0_u(A.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); var _; - _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 73); - _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 73); - _instance_1_u(A.CkNWayCanvas.prototype, "get$addCanvas", "addCanvas$1", 2667); + _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 75); + _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 75); + _instance_1_u(A.CkNWayCanvas.prototype, "get$addCanvas", "addCanvas$1", 3452); _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 29); _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 29); - _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 3513); - _instance_1_u(A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 1432); - _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 925); + _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 1245); + _instance_1_u(A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 1134); + _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1743); _instance_0_u(_, "get$startDownloads", "startDownloads$0", 20); - _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 505); - _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 42); - _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 42); + _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 494); + _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 44); + _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 44); _instance_1_u(A.HighContrastSupport.prototype, "get$_onHighContrastChange", "_onHighContrastChange$1", 29); _instance_0_u(_ = A.EnginePlatformDispatcher.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_updateHighContrast", "_updateHighContrast$1", 13); - _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 3168); - _instance_1_u(A.TextLayoutService.prototype, "get$_positionLineFragments", "_positionLineFragments$1", 3322); - _instance_1_u(A.Spanometer.prototype, "get$measureFragment", "measureFragment$1", 3250); + _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1401); + _instance_1_u(A.TextLayoutService.prototype, "get$_positionLineFragments", "_positionLineFragments$1", 2088); + _instance_1_u(A.Spanometer.prototype, "get$measureFragment", "measureFragment$1", 2093); _instance_0_u(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.CompositionAwareMixin.prototype, "get$_handleCompositionStart", "_handleCompositionStart$1", 29); _instance_1_u(_, "get$_handleCompositionUpdate", "_handleCompositionUpdate$1", 29); @@ -604790,257 +620484,284 @@ _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 29); _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 29); _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 29); - _instance_1_u(A.CustomElementDimensionsProvider.prototype, "get$_broadcastSize", "_broadcastSize$1", 551); + _instance_1_u(A.CustomElementDimensionsProvider.prototype, "get$_broadcastSize", "_broadcastSize$1", 490); _instance_1_u(A.FullPageDimensionsProvider.prototype, "get$_onVisualViewportResize", "_onVisualViewportResize$1", 29); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 601); - _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 42); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 532); + _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 44); _instance(_, "get$toList", 1, 0, function() { return {growable: true}; }, ["call$1$growable", "call$0"], ["toList$1$growable", "toList$0"], "List<1>({growable:bool})", 0, 0); - _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 2496, 0, 0); - _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 134); - _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 182); - _instance_1_i(A.ConstantStringSet.prototype, "get$contains", "contains$1", 134); - _instance_1_i(A.GeneralConstantSet.prototype, "get$contains", "contains$1", 134); + _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 3003, 0, 0); + _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 128); + _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 174); + _instance_1_i(A.ConstantStringSet.prototype, "get$contains", "contains$1", 128); + _instance_1_i(A.GeneralConstantSet.prototype, "get$contains", "contains$1", 128); _instance_1_i(A.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 1481); - _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 377); - _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 243); - _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 243); - _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 243); + _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 3169); + _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 367); + _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 257); + _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 257); + _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 257); _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 10); - _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 136); + _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 155); _static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); _instance_0_u(_ = A._BroadcastSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_i(_ = A._BroadcastStreamController.prototype, "get$add", "add$1", 42); - _instance_0_i(_, "get$close", "close$0", 257); - _instance_1_i(_, "get$_async$_add", "_async$_add$1", 42); - _instance_2_u(_, "get$_addError", "_addError$2", 136); + _instance_1_i(_ = A._BroadcastStreamController.prototype, "get$add", "add$1", 44); + _instance_0_i(_, "get$close", "close$0", 265); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 44); + _instance_2_u(_, "get$_addError", "_addError$2", 155); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance(A._Completer.prototype, "get$completeError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 440, 0, 0); - _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, null, ["call$1", "call$0"], ["complete$1", "complete$0"], 803, 0, 0); - _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 136); - _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 42); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 470, 0, 0); + _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, function() { + return [null]; + }, ["call$1", "call$0"], ["complete$1", "complete$0"], 891, 0, 0); + _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 155); + _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 44); _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 440, 0, 0); - _instance_0_i(_, "get$close", "close$0", 257); - _instance_1_i(_, "get$_async$_add", "_async$_add$1", 42); - _instance_2_u(_, "get$_addError", "_addError$2", 136); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 470, 0, 0); + _instance_0_i(_, "get$close", "close$0", 265); + _instance_1_i(_, "get$_async$_add", "_async$_add$1", 44); + _instance_2_u(_, "get$_addError", "_addError$2", 155); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance_0_u(_ = A._ControllerSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance(_ = A._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 815, 0, 0); + _instance(_ = A._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 889, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); - _instance_0_i(_, "get$cancel", "cancel$0", 257); + _instance_0_i(_, "get$cancel", "cancel$0", 265); _instance_0_u(_, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_u(A._PendingEvents.prototype, "get$schedule", "schedule$1", 42); - _instance(_ = A._DoneStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 815, 0, 0); + _instance_1_u(A._PendingEvents.prototype, "get$schedule", "schedule$1", 44); + _instance(_ = A._DoneStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 889, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); - _instance_0_i(_, "get$cancel", "cancel$0", 257); - _instance_0_u(_, "get$_sendDone", "_sendDone$0", 0); - _instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 42); - _instance_2_u(_, "get$_onError", "_onError$2", 136); + _instance_0_i(_, "get$cancel", "cancel$0", 265); + _instance_0_u(_, "get$_onMicrotask", "_onMicrotask$0", 0); + _instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 44); + _instance_2_u(_, "get$_onError", "_onError$2", 155); _instance_0_u(_, "get$_onDone", "_onDone$0", 0); _instance_0_u(_ = A._ForwardingStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_u(_, "get$_handleData", "_handleData$1", 42); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1247); + _instance_1_u(_, "get$_handleData", "_handleData$1", 44); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1341); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); _instance_0_u(_ = A._SinkTransformerStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance_1_u(_, "get$_handleData", "_handleData$1", 42); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 136); + _instance_1_u(_, "get$_handleData", "_handleData$1", 44); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 155); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 457); - _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 255); - _static_2(A, "collection_ListBase__compareAny$closure", "ListBase__compareAny", 601); - _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 601); + _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 491); + _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 256); + _static_2(A, "collection_ListBase__compareAny$closure", "ListBase__compareAny", 532); + _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 532); _instance_1_i(A._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance(_ = A._HashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 522, 0, 0); - _instance_1_i(_, "get$contains", "contains$1", 134); - _instance(_ = A._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 522, 0, 0); - _instance_1_i(_, "get$contains", "contains$1", 134); - _instance(_ = A.SplayTreeSet.prototype, "get$_newSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSet$1$0", "_newSet$0"], 522, 0, 0); - _instance_1_i(_, "get$contains", "contains$1", 134); - _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 32); + _instance(_ = A._HashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 581, 0, 0); + _instance_1_i(_, "get$contains", "contains$1", 128); + _instance(_ = A._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 581, 0, 0); + _instance_1_i(_, "get$contains", "contains$1", 128); + _instance_1_i(A.UnmodifiableSetView.prototype, "get$contains", "contains$1", 128); + _instance(_ = A.SplayTreeSet.prototype, "get$_newSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSet$1$0", "_newSet$0"], 581, 0, 0); + _instance_1_i(_, "get$contains", "contains$1", 128); + _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 33); _instance_0_i(A._JsonDecoderSink.prototype, "get$close", "close$0", 0); - _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 42); + _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 44); _instance_0_i(_, "get$close", "close$0", 0); - _static_1(A, "core__identityHashCode$closure", "identityHashCode", 255); - _static_2(A, "core__identical$closure", "identical", 457); - _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 3402); - _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 128); - _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 30); - _static_0(A, "core__Uri__createList$closure", "_Uri__createList", 730); - _static_2(A, "core___toUnmodifiableStringList$closure", "_toUnmodifiableStringList", 3403); - _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 134); - _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 803, 0, 0); - _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 177); - _instance_0_i(_ = A._EventStreamSubscription.prototype, "get$cancel", "cancel$0", 257); - _instance(_, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 1108, 0, 0); + _static_1(A, "core__identityHashCode$closure", "identityHashCode", 256); + _static_2(A, "core__identical$closure", "identical", 491); + _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 3451); + _static(A, "core_DateTime___new_tearOff$closure", 1, null, ["call$8", "call$1", "call$2", "call$3", "call$4", "call$5", "call$6", "call$7"], ["DateTime___new_tearOff", function(year) { + return A.DateTime___new_tearOff(year, 1, 1, 0, 0, 0, 0, 0); + }, function(year, month) { + return A.DateTime___new_tearOff(year, month, 1, 0, 0, 0, 0, 0); + }, function(year, month, day) { + return A.DateTime___new_tearOff(year, month, day, 0, 0, 0, 0, 0); + }, function(year, month, day, hour) { + return A.DateTime___new_tearOff(year, month, day, hour, 0, 0, 0, 0); + }, function(year, month, day, hour, minute) { + return A.DateTime___new_tearOff(year, month, day, hour, minute, 0, 0, 0); + }, function(year, month, day, hour, minute, second) { + return A.DateTime___new_tearOff(year, month, day, hour, minute, second, 0, 0); + }, function(year, month, day, hour, minute, second, millisecond) { + return A.DateTime___new_tearOff(year, month, day, hour, minute, second, millisecond, 0); + }], 904, 0); + _static(A, "core_DateTime___utc_tearOff$closure", 1, null, ["call$8", "call$1", "call$2", "call$3", "call$4", "call$5", "call$6", "call$7"], ["DateTime___utc_tearOff", function(year) { + return A.DateTime___utc_tearOff(year, 1, 1, 0, 0, 0, 0, 0); + }, function(year, month) { + return A.DateTime___utc_tearOff(year, month, 1, 0, 0, 0, 0, 0); + }, function(year, month, day) { + return A.DateTime___utc_tearOff(year, month, day, 0, 0, 0, 0, 0); + }, function(year, month, day, hour) { + return A.DateTime___utc_tearOff(year, month, day, hour, 0, 0, 0, 0); + }, function(year, month, day, hour, minute) { + return A.DateTime___utc_tearOff(year, month, day, hour, minute, 0, 0, 0); + }, function(year, month, day, hour, minute, second) { + return A.DateTime___utc_tearOff(year, month, day, hour, minute, second, 0, 0); + }, function(year, month, day, hour, minute, second, millisecond) { + return A.DateTime___utc_tearOff(year, month, day, hour, minute, second, millisecond, 0); + }], 904, 0); + _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 133); + _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 31); + _static_0(A, "core__Uri__createList$closure", "_Uri__createList", 750); + _static_2(A, "core___toUnmodifiableStringList$closure", "_toUnmodifiableStringList", 3453); + _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 128); + _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 891, 0, 0); + _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 189); + _instance_0_i(_ = A._EventStreamSubscription.prototype, "get$cancel", "cancel$0", 265); + _instance(_, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 879, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); - _instance_2_i(A.Database.prototype, "get$transaction", "transaction$2", 1131); + _instance_2_i(A.Database.prototype, "get$transaction", "transaction$2", 2057); _instance_0_u(_ = A._FileStream.prototype, "get$_readBlock", "_readBlock$0", 0); _instance_0_i(_, "get$_io$_start", "_io$_start$0", 0); - _instance_0_i(A._File.prototype, "get$length", "length$0", 321); + _instance_0_i(A._File.prototype, "get$length", "length$0", 443); _instance_0_i(_ = A._RandomAccessFile.prototype, "get$close", "close$0", 20); - _instance_0_i(_, "get$length", "length$0", 321); - _static_1(A, "js___convertToJS$closure", "_convertToJS", 422); - _static_1(A, "js___convertToDart$closure", "_convertToDart", 197); + _instance_0_i(_, "get$length", "length$0", 443); + _static_1(A, "js___convertToJS$closure", "_convertToJS", 388); + _static_1(A, "js___convertToDart$closure", "_convertToDart", 202); _static(A, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return A.max(a, b, type$.num); - }], 3404, 1); - _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 3405, 0); - _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 3406, 0); - _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 3407, 0); - _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 147); + }], 3454, 1); + _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 3455, 0); + _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 3456, 0); + _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 3457, 0); + _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 152); _instance_0_u(A._Channel.prototype, "get$_drainStep", "_drainStep$0", 0); - _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 786); - _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 776); - _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 134); - _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 52); - _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 740, 0, 0); - _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 11); - _instance_0_u(_, "get$_multi_image_stream_completer$_scheduleAppFrame", "_multi_image_stream_completer$_scheduleAppFrame$0", 0); - _instance_1_i(_, "get$addListener", "addListener$1", 536); - _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 706); - _instance_1_u(_, "get$expandWhile", "expandWhile$1", 706); + _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 863); + _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 859); + _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 128); + _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 855); + _instance_1_u(_, "get$expandWhile", "expandWhile$1", 855); _instance_1_u(A.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); - _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 42); - _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 42); - _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 642); - _instance_1_u(_, "get$_preProcess", "_preProcess$1", 42); - _instance_1_u(_, "get$_postProcess", "_postProcess$1", 42); - _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 42); - _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 42); - _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 42); + _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 44); + _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 44); + _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 848); + _instance_1_u(_, "get$_preProcess", "_preProcess$1", 44); + _instance_1_u(_, "get$_postProcess", "_postProcess$1", 44); + _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 44); + _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 44); + _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 44); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 597); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 597); - _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 2151, 0, 0); - _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 2179, 0, 0); - _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 702); + _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 553); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 553); + _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 940, 0, 0); + _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 942, 0, 0); + _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 840); _instance_0_u(A.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); - _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 2605); - _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 64); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 110); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 464); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 760); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 462); - _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 457); - _instance_1_i(_, "get$hash", "hash$1", 255); - _instance_1_u(_, "get$isValidKey", "isValidKey$1", 134); - _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 321); - _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 321); - _instance_1_u(_, "get$_blobToByteBuffer", "_blobToByteBuffer$1", 2663); - _instance_1_u(A.DesktopDropWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 173); - _instance_1_u(A._DropTargetState.prototype, "get$_onDropEvent", "_onDropEvent$1", 2705); - _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 321); - _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 3408); - _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 2789); - _static_1(A, "utils0__isEmpty$closure", "isEmpty", 12); - _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, null, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2815, 0, 0); - _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2879); - _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 11); - _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 43); - _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 43); - _instance_1_u(_ = A.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 43); + _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1339); + _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 50); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 113); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 465); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 837); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 488); + _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 491); + _instance_1_i(_, "get$hash", "hash$1", 256); + _instance_1_u(_, "get$isValidKey", "isValidKey$1", 128); + _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 443); + _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 443); + _instance_1_u(_, "get$_blobToByteBuffer", "_blobToByteBuffer$1", 1375); + _instance_1_u(A.DesktopDropWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 180); + _instance_1_u(A._DropTargetState.prototype, "get$_onDropEvent", "_onDropEvent$1", 1487); + _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, null, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 1550, 0, 0); + _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 1597); + _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 12); + _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 47); + _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 47); + _instance_1_u(_ = A.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 47); _instance_0_u(_, "get$_valueChangeHandler", "_valueChangeHandler$0", 0); - _instance_1_u(_ = A.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 43); + _instance_1_u(_ = A.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 47); _instance_0_u(_, "get$_maybeNotifyListeners", "_maybeNotifyListeners$0", 0); _instance_0_u(A.AnimationLocalListenersMixin.prototype, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 43); + _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 47); _instance_1_i(A._Interval.prototype, "get$value", "value$1", 6); - _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_handleTapDown", "_handleTapDown$1", 64); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 110); + _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_handleTapDown", "_handleTapDown$1", 50); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 113); _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); _instance_1_u(A._CupertinoCheckboxState.prototype, "get$onFocusChange", "onFocusChange$1", 13); - _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 129); - _instance_1_u(_, "get$_onExit", "_onExit$1", 106); + _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 132); + _instance_1_u(_, "get$_onExit", "_onExit$1", 110); _instance_0_u(A._CupertinoTextMagnifierState.prototype, "get$_magnifier0$_determineMagnifierPositionAndFocalPoint", "_magnifier0$_determineMagnifierPositionAndFocalPoint$0", 0); _instance_1_u(_ = A._CupertinoRadioState.prototype, "get$_radio0$_handleChanged", "_radio0$_handleChanged$1", 17); _instance_1_u(_, "get$onFocusChange", "onFocusChange$1", 13); - _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 72); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 93); + _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 73); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 68); + _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 94); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); - _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 196); + _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 190); _instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 64); + _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 50); _instance(_, "get$_switch$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_switch$_handleTap$1", "_switch$_handleTap$0"], 419, 0, 0); - _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 110); + }, ["call$1", "call$0"], ["_switch$_handleTap$1", "_switch$_handleTap$0"], 413, 0, 0); + _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 113); _instance_0_u(_, "get$_switch$_handleTapCancel", "_switch$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 72); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 93); + _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 73); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 68); + _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 94); _instance_1_u(_, "get$_onShowFocusHighlight", "_onShowFocusHighlight$1", 13); - _static(A, "text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure", 4, null, ["call$4"], ["CupertinoTextSelectionToolbar__defaultToolbarBuilder"], 3409, 0); - _instance_1_u(_ = A._CupertinoTextSelectionToolbarContentState.prototype, "get$_onHorizontalDragEnd", "_onHorizontalDragEnd$1", 93); + _static(A, "text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure", 4, null, ["call$4"], ["CupertinoTextSelectionToolbar__defaultToolbarBuilder"], 3458, 0); + _instance_1_u(_ = A._CupertinoTextSelectionToolbarContentState.prototype, "get$_onHorizontalDragEnd", "_onHorizontalDragEnd$1", 94); _instance_0_u(_, "get$_handleNextPage", "_handleNextPage$0", 0); _instance_0_u(_, "get$_handlePreviousPage", "_handlePreviousPage$0", 0); - _instance_1_u(_, "get$_statusListener", "_statusListener$1", 43); - _instance_1_u(_ = A._CupertinoTextSelectionToolbarButtonState.prototype, "get$_onTapDown", "_onTapDown$1", 64); - _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 110); + _instance_1_u(_, "get$_statusListener", "_statusListener$1", 47); + _instance_1_u(_ = A._CupertinoTextSelectionToolbarButtonState.prototype, "get$_onTapDown", "_onTapDown$1", 50); + _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 113); _instance_0_u(_, "get$_onTapCancel", "_onTapCancel$0", 0); - _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable0$_handleTapDown", "_toggleable0$_handleTapDown$1", 64); + _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable0$_handleTapDown", "_toggleable0$_handleTapDown$1", 50); _instance(_, "get$_toggleable0$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable0$_handleTap$1", "_toggleable0$_handleTap$0"], 419, 0, 0); - _instance(_, "get$_toggleable0$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_toggleable0$_handleTapEnd$1", "_toggleable0$_handleTapEnd$0"], 774, 0, 0); + }, ["call$1", "call$0"], ["_toggleable0$_handleTap$1", "_toggleable0$_handleTap$0"], 413, 0, 0); + _instance(_, "get$_toggleable0$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_toggleable0$_handleTapEnd$1", "_toggleable0$_handleTapEnd$0"], 830, 0, 0); _instance_1_u(_, "get$_toggleable0$_handleFocusHighlightChanged", "_toggleable0$_handleFocusHighlightChanged$1", 13); _static(A, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return A.FlutterError_dumpErrorToConsole(details, false); - }], 3410, 0); - _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 537); - _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 3411); - _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 243); - _instance_1_i(_, "get$removeListener", "removeListener$1", 243); + }], 3459, 0); + _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 565); + _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 3460); + _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 257); + _instance_1_i(_, "get$removeListener", "removeListener$1", 257); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 630); - _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 3412); - _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 3398); - _instance_1_u(_, "get$_devicePixelRatioForView", "_devicePixelRatioForView$1", 3397); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 73); + _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 828); + _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 3461); + _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2532); + _instance_1_u(_, "get$_devicePixelRatioForView", "_devicePixelRatioForView$1", 2534); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 75); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 111); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 109); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); - _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 3413, 0); - _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 111); - _static_1(A, "long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure", "LongPressGestureRecognizer__defaultButtonAcceptBehavior", 132); - _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 654); - _static_1(A, "monodrag_DragGestureRecognizer__defaultButtonAcceptBehavior$closure", "DragGestureRecognizer__defaultButtonAcceptBehavior", 132); - _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 111); - _static_1(A, "multidrag_MultiDragGestureRecognizer__defaultButtonAcceptBehavior$closure", "MultiDragGestureRecognizer__defaultButtonAcceptBehavior", 132); - _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 111); - _instance_1_u(_, "get$_removeState", "_removeState$1", 73); + _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 3462, 0); + _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _static_1(A, "long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure", "LongPressGestureRecognizer__defaultButtonAcceptBehavior", 146); + _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 761); + _static_1(A, "monodrag_DragGestureRecognizer__defaultButtonAcceptBehavior$closure", "DragGestureRecognizer__defaultButtonAcceptBehavior", 146); + _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _static_1(A, "multidrag_MultiDragGestureRecognizer__defaultButtonAcceptBehavior$closure", "MultiDragGestureRecognizer__defaultButtonAcceptBehavior", 146); + _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 109); + _instance_1_u(_, "get$_removeState", "_removeState$1", 75); _instance_0_u(A._DelayedPointerState.prototype, "get$_delayPassed", "_delayPassed$0", 0); - _static_1(A, "multitap_DoubleTapGestureRecognizer__defaultButtonAcceptBehavior$closure", "DoubleTapGestureRecognizer__defaultButtonAcceptBehavior", 132); + _static_1(A, "multitap_DoubleTapGestureRecognizer__defaultButtonAcceptBehavior$closure", "DoubleTapGestureRecognizer__defaultButtonAcceptBehavior", 146); _instance_0_u(A._CountdownZoned.prototype, "get$_onTimeout", "_onTimeout$0", 0); - _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 111); - _instance_1_u(_, "get$_reject", "_reject$1", 3374); + _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 109); + _instance_1_u(_, "get$_reject", "_reject$1", 2590); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _static_1(A, "recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure", "GestureRecognizer__defaultButtonAcceptBehavior", 132); - _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 73, 0, 1); - _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 111); - _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 111); - _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 629, 0, 0); - _instance_2_u(_, "get$_packagesView", "_packagesView$2", 668); - _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 3251); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 202); - _instance_1_u(A._AppBarState.prototype, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 3235); - _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 72); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 93); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 819); + _static_1(A, "recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure", "GestureRecognizer__defaultButtonAcceptBehavior", 146); + _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 75, 0, 1); + _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_1_u(_ = A._TapStatusTrackerMixin.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance_0_u(_, "get$_consecutiveTapTimerTimeout", "_consecutiveTapTimerTimeout$0", 0); + _instance_1_u(A.BaseTapAndDragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 917, 0, 0); + _instance_2_u(_, "get$_packagesView", "_packagesView$2", 818); + _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 3001); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 225); + _instance_1_u(A._AppBarState.prototype, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 3015); + _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 73); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 68); + _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 94); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 816); _instance_1_u(_, "get$_handleDragHandleHover", "_handleDragHandleHover$1", 13); _instance_1_u(_ = A._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605051,81 +620772,80 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 270); - _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 270); - _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 270); - _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 270); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 73); + _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 299); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 299); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 299); + _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 299); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 75); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 13); - _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 3117); - _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3116); - _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3114); - _instance_2_u(_, "get$_buildItems", "_buildItems$2", 102); - _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 102); + _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 3119); + _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3124); + _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3147); + _instance_2_u(_, "get$_buildItems", "_buildItems$2", 104); + _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 104); _instance_0_u(A.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); - _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 3098); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 610); + _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 3181); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 810); _instance_0_u(_ = A._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 43); + _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 47); _instance_0_u(_ = A._DatePickerDialogState.prototype, "get$_handleOk", "_handleOk$0", 0); _instance_0_u(_, "get$_handleCancel", "_handleCancel$0", 0); _instance_0_u(_, "get$_handleEntryModeToggle", "_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 270); - _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 3414, 0); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 299); + _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 3463, 0); _instance_0_u(_ = A.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); - _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 43); + _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 47); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 588); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 571); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 70); - _instance_1_u(_, "get$_settle", "_settle$1", 93); + _instance_1_u(_, "get$_move", "_move$1", 68); + _instance_1_u(_, "get$_settle", "_settle$1", 94); _instance_0_i(_, "get$close", "close$0", 0); _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 13); _instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0); _instance_0_u(A._DropdownButtonState.prototype, "get$_dropdown$_handleTap", "_dropdown$_handleTap$0", 0); - _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 42); + _instance_1_u(A._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 44); _instance_0_u(A._ExpandIconState.prototype, "get$_handlePressed", "_handlePressed$0", 0); _instance_1_u(_ = A._RenderChildOverflowBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_0_u(_ = A._InkState.prototype, "get$_handleRemoved", "_handleRemoved$0", 0); - _instance_1_u(_, "get$_ink_decoration$_build", "_ink_decoration$_build$1", 52); + _instance_1_u(_, "get$_ink_decoration$_build", "_ink_decoration$_build$1", 46); _instance_0_u(A.InkDecoration.prototype, "get$_handleChanged", "_handleChanged$0", 0); - _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 43); - _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 43); - _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 43); - _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 3053); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 610); - _instance(_ = A._InkResponseState.prototype, "get$simulateTap", 0, 0, function() { - return [null]; - }, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 419, 0, 0); + _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 47); + _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 47); + _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 47); + _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 929); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 810); + _instance_1_u(_ = A._InkResponseState.prototype, "get$activateOnIntent", "activateOnIntent$1", 930); + _instance(_, "get$simulateTap", 0, 0, null, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 413, 0, 0); _instance_0_u(_, "get$simulateLongPress", "simulateLongPress$0", 0); _instance_0_u(_, "get$handleStatesControllerChange", "handleStatesControllerChange$0", 0); - _instance_1_u(_, "get$handleFocusHighlightModeChange", "handleFocusHighlightModeChange$1", 646); + _instance_1_u(_, "get$handleFocusHighlightModeChange", "handleFocusHighlightModeChange$1", 807); _instance_1_u(_, "get$handleFocusUpdate", "handleFocusUpdate$1", 13); - _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 64); - _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 110); - _instance_1_u(_, "get$handleSecondaryTapDown", "handleSecondaryTapDown$1", 64); - _instance_1_u(_, "get$handleSecondaryTapUp", "handleSecondaryTapUp$1", 110); + _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 50); + _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 113); + _instance_1_u(_, "get$handleSecondaryTapDown", "handleSecondaryTapDown$1", 50); + _instance_1_u(_, "get$handleSecondaryTapUp", "handleSecondaryTapUp$1", 113); _instance_0_u(_, "get$handleTap", "handleTap$0", 0); _instance_0_u(_, "get$handleTapCancel", "handleTapCancel$0", 0); _instance_0_u(_, "get$handleDoubleTap", "handleDoubleTap$0", 0); _instance_0_u(_, "get$handleLongPress", "handleLongPress$0", 0); _instance_0_u(_, "get$handleSecondaryTap", "handleSecondaryTap$0", 0); _instance_0_u(_, "get$handleSecondaryTapCancel", "handleSecondaryTapCancel$0", 0); - _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 129); - _instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 106); - _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 135); - _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 95); + _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 132); + _instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 110); + _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 151); + _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 99); _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 15); _instance_0_u(A._HelperErrorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderDecoration.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_, "get$_childSemanticsConfigurationDelegate", "_childSemanticsConfigurationDelegate$1", 664); - _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 91); + _instance_1_u(_, "get$_childSemanticsConfigurationDelegate", "_childSemanticsConfigurationDelegate$1", 806); + _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 90); _instance_0_u(A._InputDecoratorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderListTile.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); @@ -605134,7 +620854,7 @@ _instance_0_u(A._TextMagnifierState.prototype, "get$_determineMagnifierPositionAndFocalPoint", "_determineMagnifierPositionAndFocalPoint$0", 0); _instance_0_u(A._MergeableMaterialState.prototype, "get$_handleTick", "_handleTick$0", 0); _instance_0_u(_ = A._ZoomTransitionBase.prototype, "get$onAnimationValueChange", "onAnimationValueChange$0", 0); - _instance_1_u(_, "get$onAnimationStatusChange", "onAnimationStatusChange$1", 43); + _instance_1_u(_, "get$onAnimationStatusChange", "onAnimationStatusChange$1", 47); _instance_1_u(_ = A._ZoomEnterTransitionPainter.prototype, "get$_onStatusChange", "_onStatusChange$1", 10); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A._ZoomExitTransitionPainter.prototype, "get$_onStatusChange", "_onStatusChange$1", 10); @@ -605142,33 +620862,33 @@ _instance_0_u(A.PopupMenuItemState.prototype, "get$handleTap", "handleTap$0", 0); _instance_0_u(A.PopupMenuButtonState.prototype, "get$showButtonMenu", "showButtonMenu$0", 0); _instance_1_u(A._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 17); - _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 205); - _instance_1_u(_, "get$_handleIndicatorNotification", "_handleIndicatorNotification$1", 3019); - _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 102); - _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 3018, 0, 0); - _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 43); + _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 171); + _instance_1_u(_, "get$_handleIndicatorNotification", "_handleIndicatorNotification$1", 1108); + _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 104); + _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1109, 0, 0); + _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 47); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 13); _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 13); _instance_0_u(_, "get$_handleStatusBarTap", "_handleStatusBarTap$0", 0); _instance_0_i(_ = A._StandardBottomSheetState.prototype, "get$close", "close$0", 0); - _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 72); - _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 3009, 0, 0); - _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 43); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 819); - _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 3415, 0); - _static_2(A, "selectable_text_SelectableText__defaultContextMenuBuilder$closure", "SelectableText__defaultContextMenuBuilder", 430); - _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 174); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 174); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 398); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 271); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 266); + _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 73); + _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1114, 0, 0); + _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 47); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 816); + _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 3464, 0); + _static_2(A, "selectable_text_SelectableText__defaultContextMenuBuilder$closure", "SelectableText__defaultContextMenuBuilder", 366); + _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 172); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 172); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 307); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 308); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 233); _instance_0_u(_ = A._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 598); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 517); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); - _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 72); - _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 93); + _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 73); + _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 68); + _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 94); _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 17); _instance_0_u(_ = A._SwitchPainter.prototype, "get$_handleDecorationChanged", "_handleDecorationChanged$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); @@ -605176,41 +620896,41 @@ _instance_0_u(A._IndicatorPainter.prototype, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_ = A._TabBarState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); _instance_0_u(_, "get$_handleTabControllerTick", "_handleTabControllerTick$0", 0); - _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 2996, 0, 0); + _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1144, 0, 0); _instance_0_u(_ = A._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 205); - _static_2(A, "text_field_TextField__defaultContextMenuBuilder$closure", "TextField__defaultContextMenuBuilder", 430); - _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 174); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 174); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 271); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 266); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 171); + _static_2(A, "text_field_TextField__defaultContextMenuBuilder$closure", "TextField__defaultContextMenuBuilder", 366); + _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 172); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 172); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 308); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 233); _instance_0_u(_ = A._TextFieldState.prototype, "get$_text_field$_handleFocusChanged", "_text_field$_handleFocusChanged$0", 0); - _instance_2_u(_, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 598); + _instance_2_u(_, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 517); _instance_0_u(_, "get$_handleSelectionHandleTapped", "_handleSelectionHandleTapped$0", 0); - _static_2(A, "text_form_field_TextFormField__defaultContextMenuBuilder$closure", "TextFormField__defaultContextMenuBuilder", 430); + _static_2(A, "text_form_field_TextFormField__defaultContextMenuBuilder$closure", "TextFormField__defaultContextMenuBuilder", 366); _instance_0_u(A._TextFormFieldState.prototype, "get$_handleControllerChanged", "_handleControllerChanged$0", 0); - _static_2(A, "text_selection_toolbar_TextSelectionToolbar__defaultToolbarBuilder$closure", "TextSelectionToolbar__defaultToolbarBuilder", 3417); + _static_2(A, "text_selection_toolbar_TextSelectionToolbar__defaultToolbarBuilder$closure", "TextSelectionToolbar__defaultToolbarBuilder", 3466); _instance_1_u(_ = A._RenderInputPadding2.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 72); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 70); - _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 93); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 110); - _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 95); + _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 73); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 68); + _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 94); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 113); + _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 99); _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 15); - _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 95); - _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 509); - _instance_1_u(_, "get$_validateHour", "_validateHour$1", 135); - _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 135); - _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_handleTimeChanged", "_handleTimeChanged$1", 509); - _instance_1_u(_, "get$_handleEntryModeChanged", "_handleEntryModeChanged$1", 2845); + _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 99); + _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 503); + _instance_1_u(_, "get$_validateHour", "_validateHour$1", 151); + _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 151); + _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_handleTimeChanged", "_handleTimeChanged$1", 503); + _instance_1_u(_, "get$_handleEntryModeChanged", "_handleEntryModeChanged$1", 1210); _instance_0_u(_, "get$_toggleEntryMode", "_toggleEntryMode$0", 0); _instance_0_u(_, "get$_time_picker0$_handleCancel", "_time_picker0$_handleCancel$0", 0); _instance_0_u(_, "get$_time_picker0$_handleOk", "_time_picker0$_handleOk$0", 0); - _instance_1_u(_ = A._TimePickerState0.prototype, "get$_handleHourMinuteModeChanged", "_handleHourMinuteModeChanged$1", 2843); - _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 509); + _instance_1_u(_ = A._TimePickerState0.prototype, "get$_handleHourMinuteModeChanged", "_handleHourMinuteModeChanged$1", 1213); + _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 503); _instance_0_u(_, "get$_handleHourDoubleTapped", "_handleHourDoubleTapped$0", 0); _instance_0_u(_, "get$_handleMinuteDoubleTapped", "_handleMinuteDoubleTapped$0", 0); _instance_0_u(_, "get$_handleHourSelected", "_handleHourSelected$0", 0); @@ -605222,50 +620942,46 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = A.ToggleableStateMixin0.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 64); + _instance_1_u(_ = A.ToggleableStateMixin0.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 50); _instance(_, "get$_toggleable$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 419, 0, 0); - _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 774, 0, 0); + }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 413, 0, 0); + _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 830, 0, 0); _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 13); _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 13); _instance_0_u(A.ToggleablePainter0.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.TooltipState.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 43); - _instance_1_u(_, "get$_tooltip$_handlePointerDown", "_tooltip$_handlePointerDown$1", 196); - _instance_1_u(_, "get$_handleGlobalPointerEvent", "_handleGlobalPointerEvent$1", 111); + _instance_1_u(_ = A.TooltipState.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 47); + _instance_1_u(_, "get$_tooltip$_handlePointerDown", "_tooltip$_handlePointerDown$1", 190); + _instance_1_u(_, "get$_handleGlobalPointerEvent", "_handleGlobalPointerEvent$1", 109); _instance_0_u(_, "get$_handleTapToDismiss", "_handleTapToDismiss$0", 0); _instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0); _instance_0_u(_, "get$_handlePressUp", "_handlePressUp$0", 0); - _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 129); - _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 106); - _instance_1_u(_, "get$_buildTooltipOverlay", "_buildTooltipOverlay$1", 52); - _instance(_ = A.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 2794, 0, 0); - _instance(_, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 2788, 0, 0); - _instance(_, "get$instantiateImageCodecWithSize", 0, 1, null, ["call$2$getTargetSize", "call$1"], ["instantiateImageCodecWithSize$2$getTargetSize", "instantiateImageCodecWithSize$1"], 2787, 0, 0); - _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 3418, 0); - _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 892); - _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 3419, 0); - _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 536); - _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 882); - _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 564); - _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 11); - _instance_1_i(_, "get$addListener", "addListener$1", 536); - _instance_2_u(A.WordBoundary.prototype, "get$_skipSpacesAndPunctuations", "_skipSpacesAndPunctuations$2", 2740); - _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3420, 0); + _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 132); + _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 110); + _instance_1_u(_, "get$_buildTooltipOverlay", "_buildTooltipOverlay$1", 46); + _instance(_ = A.PaintingBinding.prototype, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 1247, 0, 0); + _instance(_, "get$instantiateImageCodecWithSize", 0, 1, null, ["call$2$getTargetSize", "call$1"], ["instantiateImageCodecWithSize$2$getTargetSize", "instantiateImageCodecWithSize$1"], 1249, 0, 0); + _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 3467, 0); + _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 3468, 0); + _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 797); + _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 1293); + _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 908); + _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 12); + _instance_1_i(_, "get$addListener", "addListener$1", 797); + _instance_2_u(A.WordBoundary.prototype, "get$_skipSpacesAndPunctuations", "_skipSpacesAndPunctuations$2", 1338); + _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3469, 0); _instance_1_i(_ = A.FrictionSimulation.prototype, "get$x", "x$1", 6); _instance_1_i(_, "get$dx", "dx$1", 6); - _instance_0_u(_ = A.RendererBinding.prototype, "get$_handleSemanticsOwnerCreated", "_handleSemanticsOwnerCreated$0", 0); - _instance_1_u(_, "get$_handleSemanticsUpdate", "_handleSemanticsUpdate$1", 2724); - _instance_0_u(_, "get$_handleSemanticsOwnerDisposed", "_handleSemanticsOwnerDisposed$0", 0); - _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 11); - _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 11); + _static_1(A, "binding2__DefaultRootPipelineOwner__onSemanticsUpdate$closure", "_DefaultRootPipelineOwner__onSemanticsUpdate", 794); + _instance_1_u(_ = A.RendererBinding.prototype, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 12); + _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 12); _instance_0_u(A._BindingPipelineManifold.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.RenderBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0); - _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 91); + _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 90); _instance_1_u(_ = A.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605277,7 +620993,7 @@ _instance_0_u(_ = A.RenderEditable.prototype, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_, "get$_showHideCursor", "_showHideCursor$0", 0); _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 15); - _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 2703); + _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 1358); _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 13); _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 13); _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 13); @@ -605286,10 +621002,10 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 64); + _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 50); _instance_0_u(_, "get$_handleTap", "_handleTap$0", 0); _instance_0_u(_, "get$_editable$_handleLongPress", "_editable$_handleLongPress$0", 0); - _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 91); + _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 90); _instance_1_u(_ = A.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_ = A.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); @@ -605304,16 +621020,16 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 66); - _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 66); + _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 63); + _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 63); _instance_0_u(A.PipelineOwner.prototype, "get$_updateSemanticsOwner", "_updateSemanticsOwner$0", 0); - _instance_1_u(_ = A.RenderObject.prototype, "get$redepthChild", "redepthChild$1", 66); - _instance_1_u(_, "get$dropChild", "dropChild$1", 66); + _instance_1_u(_ = A.RenderObject.prototype, "get$redepthChild", "redepthChild$1", 63); + _instance_1_u(_, "get$dropChild", "dropChild$1", 63); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 91, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 90, 0, 1); _instance_0_u(_, "get$markNeedsSemanticsUpdate", "markNeedsSemanticsUpdate$0", 0); - _instance(_, "get$_marksExplicitInMergeGroup", 0, 1, null, ["call$2$isMergeUp", "call$1"], ["_marksExplicitInMergeGroup$2$isMergeUp", "_marksExplicitInMergeGroup$1"], 2685, 0, 0); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 407, 0, 0); + _instance(_, "get$_marksExplicitInMergeGroup", 0, 1, null, ["call$2$isMergeUp", "call$1"], ["_marksExplicitInMergeGroup$2$isMergeUp", "_marksExplicitInMergeGroup$1"], 1373, 0, 0); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 348, 0, 0); _instance_1_u(_ = A.ContainerRenderObjectMixin.prototype, "get$childBefore", "childBefore$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_, "get$childAfter", "childAfter$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_0_u(A.RelayoutWhenSystemFontsChangeMixin.prototype, "get$_scheduleSystemFontsUpdate", "_scheduleSystemFontsUpdate$0", 0); @@ -605321,13 +621037,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_, "get$_childSemanticsConfigurationsDelegate", "_childSemanticsConfigurationsDelegate$1", 664); - _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 111); + _instance_1_u(_, "get$_childSemanticsConfigurationsDelegate", "_childSemanticsConfigurationsDelegate$1", 806); + _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 109); _instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 91, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 90, 0, 1); _instance_1_u(_ = A.RenderConstrainedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605345,7 +621061,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_0_u(A.RenderAnimatedOpacityMixin.prototype, "get$_updateOpacity", "_updateOpacity$0", 0); _instance_0_u(A._RenderCustomClip.prototype, "get$_markNeedsClip", "_markNeedsClip$0", 0); - _instance_2_u(A.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 2668); + _instance_2_u(A.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 1405); _instance_1_u(_ = A.RenderOffstage.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605363,12 +621079,13 @@ _instance_0_u(_, "get$_performCut", "_performCut$0", 0); _instance_0_u(_, "get$_performPaste", "_performPaste$0", 0); _instance_0_u(_, "get$_performDidGainAccessibilityFocus", "_performDidGainAccessibilityFocus$0", 0); + _instance_0_u(_, "get$_performDidLoseAccessibilityFocus", "_performDidLoseAccessibilityFocus$0", 0); _instance_0_u(A.SelectionRegistrant.prototype, "get$_selection$_updateSelectionRegistrarSubscription", "_selection$_updateSelectionRegistrarSubscription$0", 0); _instance_1_u(_ = A.RenderShiftedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 91, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 90, 0, 1); _instance_1_u(_ = A.RenderPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605381,14 +621098,14 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition"], ["hitTest$3$crossAxisPosition$mainAxisPosition"], 2658, 0, 0); - _instance(A.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 407, 0, 0); + _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition"], ["hitTest$3$crossAxisPosition$mainAxisPosition"], 1406, 0, 0); + _instance(A.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 348, 0, 0); _instance_1_u(_ = A.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$paintStack", "paintStack$2", 91); - _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 91); + _instance_2_u(_, "get$paintStack", "paintStack$2", 90); + _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 90); _instance_1_u(_ = A.RenderTable.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -605397,73 +621114,73 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_, "get$_paintContents", "_paintContents$2", 91); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 407, 0, 0); + _instance_2_u(_, "get$_paintContents", "_paintContents$2", 90); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 348, 0, 0); _instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(A, "binding0_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 3421); - _static(A, "binding0__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler"], ["defaultSchedulingStrategy"], 3422, 0); - _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 458); + _static_2(A, "binding1_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 3470); + _static(A, "binding1__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler"], ["defaultSchedulingStrategy"], 3471, 0); + _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 451); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); - _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 11); + _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 12); _instance_0_u(_, "get$_handleDrawFrame", "_handleDrawFrame$0", 0); _instance_0_u(_, "get$_disposePerformanceModeRequest", "_disposePerformanceModeRequest$0", 0); - _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 2655); - _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 11); + _instance_1_u(_, "get$_profileFramePostEvent", "_profileFramePostEvent$1", 1423); + _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 12); _instance_0_u(_ = A.SemanticsBinding.prototype, "get$_didDisposeSemanticsHandle", "_didDisposeSemanticsHandle$0", 0); _instance_0_u(_, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); - _instance_1_u(_, "get$_handleSemanticsActionEvent", "_handleSemanticsActionEvent$1", 2646); - _instance_1_u(A.SemanticsNode.prototype, "get$_redepthChild", "_redepthChild$1", 2642); + _instance_1_u(_, "get$_handleSemanticsActionEvent", "_handleSemanticsActionEvent$1", 1435); + _instance_1_u(A.SemanticsNode.prototype, "get$_redepthChild", "_redepthChild$1", 1436); _instance_0_u(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 42); - _instance_1_u(_, "get$addTagForChildren", "addTagForChildren$1", 2623); - _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 3423); - _static_1(A, "asset_manifest__AssetManifestBin___fromStandardMessageCodecMessage_tearOff$closure", "_AssetManifestBin___fromStandardMessageCodecMessage_tearOff", 3424); - _static_1(A, "binding2_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3425); - _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 2604); - _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 2603); - _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 173); - _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 505); - _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 2597); - _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 2593); - _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 409); - _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 723); - _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 723); + _instance_1_u(_ = A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 44); + _instance_1_u(_, "get$addTagForChildren", "addTagForChildren$1", 1446); + _static_1(A, "binding3_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3472); + _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1480); + _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1481); + _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 180); + _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 494); + _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 1484); + _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 1486); + _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 441); + _instance_1_u(_ = A.RestorationBucket.prototype, "get$_restoration$_dropChild", "_restoration$_dropChild$1", 781); + _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 781); _instance_1_u(A.TextInputClient.prototype, "get$performSelector", "performSelector$1", 15); - _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 173); - _instance_1_u(A.UndoManager.prototype, "get$_handleUndoManagerInvocation", "_handleUndoManagerInvocation$1", 173); - _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 2583); - _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 646); - _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 129); - _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 106); + _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 180); + _instance_1_u(A.UndoManager.prototype, "get$_handleUndoManagerInvocation", "_handleUndoManagerInvocation$1", 180); + _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 1544); + _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1547); + _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 807); + _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 132); + _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 110); _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 13); - _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3426, 0); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 445); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3427); - _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 2580); - _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 2565); - _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 712); - _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 498); + _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3473, 0); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 537); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3474); + _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1581); + _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_defaultOnNavigationNotification", "_defaultOnNavigationNotification$1", 468); + _instance_1_u(_, "get$_onGenerateRoute", "_onGenerateRoute$1", 1598); + _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 778); + _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 464); _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 20); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); - _instance_1_u(_, "get$_select", "_select$1", 42); - _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 2557); - _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 2556); - _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 707); - _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 2544); + _instance_1_u(_, "get$_select", "_select$1", 44); + _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 1629); + _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1631); + _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 777); + _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1639); _instance_0_u(A.KeepAliveHandle.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.WidgetsBinding.prototype, "get$handleLocaleChanged", "handleLocaleChanged$0", 0); - _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 173); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 180); _instance_0_u(_, "get$_handleBuildScheduled", "_handleBuildScheduled$0", 0); _instance_0_u(_ = A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding.prototype, "get$handleMetricsChanged", "handleMetricsChanged$0", 0); _instance_0_u(_, "get$handleTextScaleFactorChanged", "handleTextScaleFactorChanged$0", 0); _instance_0_u(_, "get$handlePlatformBrightnessChanged", "handlePlatformBrightnessChanged$0", 0); - _instance_1_u(_, "get$handleAppLifecycleStateChanged", "handleAppLifecycleStateChanged$1", 3400); + _instance_1_u(_, "get$handleAppLifecycleStateChanged", "handleAppLifecycleStateChanged$1", 3448); _instance_0_u(A._DraggableScrollableSheetScrollPosition.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 43); + _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 47); _instance_0_u(_ = A.EditableTextState.prototype, "get$_onChangedClipboardStatus", "_onChangedClipboardStatus$0", 0); _instance_0_u(_, "get$_onFloatingCursorResetTick", "_onFloatingCursorResetTick$0", 0); _instance_0_u(_, "get$_restartConnectionIfNeeded", "_restartConnectionIfNeeded$0", 0); @@ -605473,162 +621190,161 @@ _instance_0_u(_, "get$_onCursorTick", "_onCursorTick$0", 0); _instance_0_u(_, "get$_didChangeTextEditingValue", "_didChangeTextEditingValue$0", 0); _instance_0_u(_, "get$_editable_text$_handleFocusChanged", "_editable_text$_handleFocusChanged$0", 0); - _instance_1_u(_, "get$_compositeCallback", "_compositeCallback$1", 2524); + _instance_1_u(_, "get$_compositeCallback", "_compositeCallback$1", 1709); _instance(_, "get$_schedulePeriodicPostFrameCallbacks", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_schedulePeriodicPostFrameCallbacks$1", "_schedulePeriodicPostFrameCallbacks$0"], 678, 0, 0); + }, ["call$1", "call$0"], ["_schedulePeriodicPostFrameCallbacks$1", "_schedulePeriodicPostFrameCallbacks$0"], 775, 0, 0); _instance_1_u(_, "get$performSelector", "performSelector$1", 15); - _instance(_, "get$_moveBeyondTextBoundary", 0, 3, null, ["call$3"], ["_moveBeyondTextBoundary$3"], 677, 0, 0); - _instance(_, "get$_moveToTextBoundary", 0, 3, null, ["call$3"], ["_moveToTextBoundary$3"], 677, 0, 0); - _instance_0_u(_, "get$_characterBoundary", "_characterBoundary$0", 276); - _instance_0_u(_, "get$_nextWordBoundary", "_nextWordBoundary$0", 276); - _instance_0_u(_, "get$_linebreak", "_linebreak$0", 276); - _instance_0_u(_, "get$_paragraphBoundary", "_paragraphBoundary$0", 276); - _instance_0_u(_, "get$_documentBoundary", "_documentBoundary$0", 276); - _instance_1_u(_, "get$_transposeCharacters", "_transposeCharacters$1", 2520); - _instance_1_u(_, "get$_replaceText", "_replaceText$1", 2517); - _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 2516); - _instance_1_u(_, "get$_editable_text$_scroll", "_editable_text$_scroll$1", 2504); - _instance_1_u(_, "get$_extendSelectionByPage", "_extendSelectionByPage$1", 2503); - _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 2501); - _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 707); - _instance_1_u(_, "get$_defaultOnTapOutside", "_defaultOnTapOutside$1", 196); + _instance(_, "get$_moveBeyondTextBoundary", 0, 3, null, ["call$3"], ["_moveBeyondTextBoundary$3"], 774, 0, 0); + _instance(_, "get$_moveToTextBoundary", 0, 3, null, ["call$3"], ["_moveToTextBoundary$3"], 774, 0, 0); + _instance_0_u(_, "get$_characterBoundary", "_characterBoundary$0", 325); + _instance_0_u(_, "get$_nextWordBoundary", "_nextWordBoundary$0", 325); + _instance_0_u(_, "get$_linebreak", "_linebreak$0", 325); + _instance_0_u(_, "get$_paragraphBoundary", "_paragraphBoundary$0", 325); + _instance_0_u(_, "get$_documentBoundary", "_documentBoundary$0", 325); + _instance_1_u(_, "get$_transposeCharacters", "_transposeCharacters$1", 1746); + _instance_1_u(_, "get$_replaceText", "_replaceText$1", 1778); + _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 1788); + _instance_1_u(_, "get$_editable_text$_scroll", "_editable_text$_scroll$1", 1789); + _instance_1_u(_, "get$_extendSelectionByPage", "_extendSelectionByPage$1", 1791); + _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 1821); + _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 777); + _instance_1_u(_, "get$_defaultOnTapOutside", "_defaultOnTapOutside$1", 190); _instance_0_u(A.FocusNode.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.FocusManager.prototype, "get$dispose", "dispose$0", 0); - _instance_0_u(_, "get$_applyFocusChange", "_applyFocusChange$0", 0); - _instance_1_u(_ = A._HighlightModeManager.prototype, "get$handlePointerEvent", "handlePointerEvent$1", 111); - _instance_1_u(_, "get$handleKeyMessage", "handleKeyMessage$1", 2429); + _instance_0_u(_, "get$applyFocusChangesIfNeeded", "applyFocusChangesIfNeeded$0", 0); + _instance_1_u(_ = A._HighlightModeManager.prototype, "get$handlePointerEvent", "handlePointerEvent$1", 109); + _instance_1_u(_, "get$handleKeyMessage", "handleKeyMessage$1", 1906); _instance_0_u(A._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); _static(A, "focus_traversal_FocusTraversalPolicy_defaultTraversalRequestFocusCallback$closure", 1, null, ["call$5$alignment$alignmentPolicy$curve$duration", "call$1", "call$2$alignmentPolicy"], ["FocusTraversalPolicy_defaultTraversalRequestFocusCallback", function(node) { return A.FocusTraversalPolicy_defaultTraversalRequestFocusCallback(node, null, null, null, null); }, function(node, alignmentPolicy) { return A.FocusTraversalPolicy_defaultTraversalRequestFocusCallback(node, null, alignmentPolicy, null, null); - }], 3428, 0); - _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 107); - _static_2(A, "framework_Element__sort$closure", "Element__sort", 3429); - _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 107); - _static_1(A, "framework_ErrorWidget__defaultErrorWidgetBuilder$closure", "ErrorWidget__defaultErrorWidgetBuilder", 3430); - _instance_1_u(A.State.prototype, "get$setState", "setState$1", 243); - _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 107); + }], 3475, 0); + _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 108); + _static_2(A, "framework_Element__sort$closure", "Element__sort", 3476); + _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 108); + _static_1(A, "framework_ErrorWidget__defaultErrorWidgetBuilder$closure", "ErrorWidget__defaultErrorWidgetBuilder", 3477); + _instance_1_u(A.State.prototype, "get$setState", "setState$1", 257); + _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 108); _instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0); - _instance_1_u(A.Element0.prototype, "get$deactivateChild", "deactivateChild$1", 107); - _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 196); - _instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 613); - _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 2182); - _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 52); - _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 43); + _instance_1_u(A.Element0.prototype, "get$deactivateChild", "deactivateChild$1", 108); + _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 190); + _instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 563); + _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 2117); + _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 46); + _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 47); _instance_0_u(_, "get$onTick", "onTick$0", 0); - _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 2152); - _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 2150, 0, 0); - _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3431, 0); - _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 892); - _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 882); + _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 2121); + _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 2122, 0, 0); + _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3478, 0); + _instance_2_u(A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 2151); _instance_0_u(A.AnimatedWidgetBaseState.prototype, "get$_handleAnimationChanged", "_handleAnimationChanged$0", 0); _instance_0_u(A._InheritedNotifierElement.prototype, "get$_handleUpdate", "_handleUpdate$0", 0); - _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 464); - _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 760); - _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 462); - _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 277); + _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 465); + _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 837); + _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 488); + _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 245); _instance_0_u(_, "get$_onAnimate", "_onAnimate$0", 0); _instance_0_u(_, "get$_onScaleAnimate", "_onScaleAnimate$0", 0); _instance_0_u(_, "get$_onTransformationControllerChange", "_onTransformationControllerChange$0", 0); - _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 42); + _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 44); _instance_1_u(_ = A._RenderLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3432); - _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 278); - _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 278); - _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 278); - _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 368); - _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 368); - _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 368); - _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 368); - _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 196); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 111); + _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3479); + _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 346); + _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 346); + _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 346); + _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 429); + _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 429); + _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 429); + _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 429); + _instance_0_u(_ = A.NavigatorState.prototype, "get$_handleHistoryChanged", "_handleHistoryChanged$0", 0); + _instance_1_u(_, "get$_handlePointerDown", "_handlePointerDown$1", 190); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 109); _instance_1_u(_ = A._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); - _static_1(A, "overlay__RenderTheater__detachChild$closure", "_RenderTheater__detachChild", 66); - _instance(A._RenderTheaterMixin.prototype, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 91, 0, 1); + _static_1(A, "overlay__RenderTheater__detachChild$closure", "_RenderTheater__detachChild", 63); + _instance(A._RenderTheaterMixin.prototype, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 90, 0, 1); _instance_1_u(_ = A._RenderTheater.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 205); + _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 171); _instance_0_u(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_changePhase", "_changePhase$1", 43); - _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 11); - _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 205); - _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 43); + _instance_1_u(_, "get$_changePhase", "_changePhase$1", 47); + _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 12); + _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 171); + _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 47); _instance_0_u(_, "get$dispose", "dispose$0", 0); - _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 409); - _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2053); - _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2016); - _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 73); + _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 441); + _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 75); _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 13); - _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 871); - _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2014, 0, 0); - _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 645); - _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 645); + _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 824); + _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2432, 0, 0); + _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 762); + _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 762); _instance_0_u(_, "get$_dropCompleted", "_dropCompleted$0", 0); _instance_0_u(_, "get$_handleScrollableAutoScrolled", "_handleScrollableAutoScrolled$0", 0); - _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 102); + _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 104); _instance_0_u(A._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); - _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 52); + _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 46); _instance_0_u(A._RootRestorationScopeState.prototype, "get$_replaceRootBucket", "_replaceRootBucket$0", 0); _instance_0_u(A.RestorableProperty.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2009); + _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2463); _instance_0_u(A.RestorableListenable.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A._RouterState.prototype, "get$_reportRouteInformation", "_reportRouteInformation$1", 11); + _instance_1_u(_ = A._RouterState.prototype, "get$_reportRouteInformation", "_reportRouteInformation$1", 12); _instance_0_u(_, "get$_handleRouteInformationProviderNotification", "_handleRouteInformationProviderNotification$0", 0); - _instance_0_u(_, "get$_handleBackButtonDispatcherNotification", "_handleBackButtonDispatcherNotification$0", 44); + _instance_0_u(_, "get$_handleBackButtonDispatcherNotification", "_handleBackButtonDispatcherNotification$0", 71); _instance_0_u(_, "get$_handleRouterDelegateNotification", "_handleRouterDelegateNotification$0", 0); - _instance_1_u(A.TransitionRoute.prototype, "get$_routes$_handleStatusChanged", "_routes$_handleStatusChanged$1", 43); + _instance_1_u(A.TransitionRoute.prototype, "get$_routes$_handleStatusChanged", "_routes$_handleStatusChanged$1", 47); _instance_0_i(A.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); - _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 52); - _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 52); + _instance_0_u(_ = A.ModalRoute.prototype, "get$_handlePopEntryChange", "_handlePopEntryChange$0", 0); + _instance_1_u(_, "get$_buildModalBarrier", "_buildModalBarrier$1", 46); + _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 46); _instance_0_u(_ = A.BallisticScrollActivity.prototype, "get$_scroll_activity$_tick", "_scroll_activity$_tick$0", 0); _instance_0_u(_, "get$_scroll_activity$_end", "_scroll_activity$_end$0", 0); _instance_0_u(_ = A.DrivenScrollActivity.prototype, "get$_scroll_activity$_tick", "_scroll_activity$_tick$0", 0); _instance_0_u(_, "get$_scroll_activity$_end", "_scroll_activity$_end$0", 0); _instance_0_u(A.ScrollController.prototype, "get$dispose", "dispose$0", 0); - _static_2(A, "scroll_delegate___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3433); - _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 279); - _instance_1_i(_, "get$remove", "remove$1", 279); - _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 205); + _static_2(A, "scroll_delegate___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3480); + _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 246); + _instance_1_i(_, "get$remove", "remove$1", 246); + _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 171); _instance_0_u(_ = A.ScrollPosition.prototype, "get$didUpdateScrollMetrics", "didUpdateScrollMetrics$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(A.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 588); - _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 72); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 70); - _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 93); + _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 571); + _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 73); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 68); + _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 94); _instance_0_u(_, "get$_scrollable$_handleDragCancel", "_scrollable$_handleDragCancel$0", 0); _instance_0_u(_, "get$_disposeHold", "_disposeHold$0", 0); _instance_0_u(_, "get$_disposeDrag", "_disposeDrag$0", 0); - _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 277); - _instance_1_u(_, "get$_scrollable$_handlePointerScroll", "_scrollable$_handlePointerScroll$1", 111); - _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 572); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 245); + _instance_1_u(_, "get$_scrollable$_handlePointerScroll", "_scrollable$_handlePointerScroll$1", 109); + _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 412); _instance_0_u(_ = A._ScrollableSelectionContainerDelegate.prototype, "get$_scheduleLayoutChange", "_scheduleLayoutChange$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(A.ScrollbarPainter.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 43); + _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 47); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 64); - _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 572); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 205); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 111); - _instance_1_u(_, "get$_scrollbar$_receivedPointerSignal", "_scrollbar$_receivedPointerSignal$1", 277); - _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 279); - _instance_1_i(_, "get$remove", "remove$1", 279); - _instance_2_u(_, "get$_compareScreenOrder", "_compareScreenOrder$2", 1819); + _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 50); + _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 412); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 171); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 109); + _instance_1_u(_, "get$_scrollbar$_receivedPointerSignal", "_scrollbar$_receivedPointerSignal$1", 245); + _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 246); + _instance_1_i(_, "get$remove", "remove$1", 246); + _instance_2_u(_, "get$_compareScreenOrder", "_compareScreenOrder$2", 2544); _instance_0_u(_, "get$_handleSelectableGeometryChange", "_handleSelectableGeometryChange$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); - _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 226); + _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 238); _instance_0_u(A.ShortcutRegistry.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A._ShortcutRegistrarState.prototype, "get$_shortcutsChanged", "_shortcutsChanged$0", 0); _instance_0_u(_ = A._RenderSingleChildViewport.prototype, "get$_hasScrolled", "_hasScrolled$0", 0); @@ -605636,65 +621352,68 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 407, 0, 0); - _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 1706); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 348, 0, 0); + _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2569); _instance_0_u(A._FloatingHeaderState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); _instance_0_u(A._RenderSnapshotWidget.prototype, "get$_onRasterValueChanged", "_onRasterValueChanged$0", 0); _instance_0_u(A._DefaultSnapshotPainter.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A._TapStatusTrackerMixin.prototype, "get$handleEvent", "handleEvent$1", 111); - _instance_0_u(_, "get$_consecutiveTapTimerTimeout", "_consecutiveTapTimerTimeout$0", 0); - _instance_1_u(A.BaseTapAndDragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 111); _instance_0_u(_ = A.TextSelectionOverlay.prototype, "get$_updateTextSelectionOverlayVisibilities", "_updateTextSelectionOverlayVisibilities$0", 0); - _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 72); - _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 70); - _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 72); - _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 70); - _instance_1_u(_, "get$_handleAnyDragEnd", "_handleAnyDragEnd$1", 93); - _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_handleStartHandleDragStart", "_handleStartHandleDragStart$1", 72); - _instance_1_u(_, "get$_handleStartHandleDragUpdate", "_handleStartHandleDragUpdate$1", 70); - _instance_1_u(_, "get$_handleStartHandleDragEnd", "_handleStartHandleDragEnd$1", 93); - _instance_1_u(_, "get$_handleEndHandleDragStart", "_handleEndHandleDragStart$1", 72); - _instance_1_u(_, "get$_handleEndHandleDragUpdate", "_handleEndHandleDragUpdate$1", 70); - _instance_1_u(_, "get$_handleEndHandleDragEnd", "_handleEndHandleDragEnd$1", 93); - _instance_1_u(_, "get$_buildStartHandle", "_buildStartHandle$1", 52); - _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 52); - _instance_1_u(_, "get$_buildToolbar", "_buildToolbar$1", 52); + _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 73); + _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 68); + _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 73); + _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 68); + _instance_1_u(_, "get$_handleAnyDragEnd", "_handleAnyDragEnd$1", 94); + _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_handleStartHandleDragStart", "_handleStartHandleDragStart$1", 73); + _instance_1_u(_, "get$_handleStartHandleDragUpdate", "_handleStartHandleDragUpdate$1", 68); + _instance_1_u(_, "get$_handleStartHandleDragEnd", "_handleStartHandleDragEnd$1", 94); + _instance_1_u(_, "get$_handleEndHandleDragStart", "_handleEndHandleDragStart$1", 73); + _instance_1_u(_, "get$_handleEndHandleDragUpdate", "_handleEndHandleDragUpdate$1", 68); + _instance_1_u(_, "get$_handleEndHandleDragEnd", "_handleEndHandleDragEnd$1", 94); + _instance_1_u(_, "get$_buildStartHandle", "_buildStartHandle$1", 46); + _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 46); + _instance_1_u(_, "get$_buildToolbar", "_buildToolbar$1", 46); _instance_0_u(A._SelectionToolbarWrapperState.prototype, "get$_toolbarVisibilityChanged", "_toolbarVisibilityChanged$0", 0); _instance_0_u(A._SelectionHandleOverlayState.prototype, "get$_handleVisibilityChanged", "_handleVisibilityChanged$0", 0); - _instance_1_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 394); - _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 174); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 174); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 271); + _instance_0_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapTrackStart", "onTapTrackStart$0", 0); + _instance_0_u(_, "get$onTapTrackReset", "onTapTrackReset$0", 0); + _instance_1_u(_, "get$onTapDown", "onTapDown$1", 349); + _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 172); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 172); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 308); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 266); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 398); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 384); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 233); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 307); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 273); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); - _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 64); - _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 394); - _instance_1_u(_, "get$onTripleTapDown", "onTripleTapDown$1", 394); - _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 693); - _instance_1_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$1", 694); - _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 695); - _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 394); - _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 271); + _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 50); + _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 349); + _instance_1_u(_, "get$onTripleTapDown", "onTripleTapDown$1", 349); + _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 754); + _instance_1_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$1", 753); + _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 752); + _instance_0_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_handleTapTrackStart", "_handleTapTrackStart$0", 0); + _instance_0_u(_, "get$_handleTapTrackReset", "_handleTapTrackReset$0", 0); + _instance_1_u(_, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 349); + _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 308); _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 693); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 694); - _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 695); - _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 174); - _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 174); - _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 266); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 398); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 384); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 754); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 753); + _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 752); + _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 172); + _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 172); + _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 233); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 307); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 273); _instance_0_u(A.ClipboardStatusNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A.SingleTickerProviderStateMixin.prototype, "get$_updateTicker", "_updateTicker$0", 0); _instance_0_u(A.TickerProviderStateMixin.prototype, "get$_updateTickers", "_updateTickers$0", 0); + _static_1(A, "transitions_ScaleTransition__handleScaleMatrix$closure", "ScaleTransition__handleScaleMatrix", 906); + _static_1(A, "transitions_RotationTransition__handleTurnsMatrix$closure", "RotationTransition__handleTurnsMatrix", 906); _instance_0_u(A._AnimatedState.prototype, "get$_handleChange", "_handleChange$0", 0); _instance_0_u(_ = A.UndoHistoryState.prototype, "get$undo", "undo$0", 0); _instance_0_u(_, "get$redo", "redo$0", 0); - _instance_1_u(_, "get$_undoFromIntent", "_undoFromIntent$1", 1630); - _instance_1_u(_, "get$_redoFromIntent", "_redoFromIntent$1", 1629); + _instance_1_u(_, "get$_undoFromIntent", "_undoFromIntent$1", 2606); + _instance_1_u(_, "get$_redoFromIntent", "_redoFromIntent$1", 2609); _instance_0_u(_, "get$_push", "_push$0", 0); _instance_0_u(_, "get$_handleFocus", "_handleFocus$0", 0); _instance_0_u(A.UndoHistoryController.prototype, "get$dispose", "dispose$0", 0); @@ -605703,865 +621422,867 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); - _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 3434, 0); - _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 3435, 0); + _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 3482, 0); + _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 3483, 0); _static(A, "flutter_redux_StoreBuilder__identity$closure", 1, null, ["call$1$1", "call$1"], ["StoreBuilder__identity", function(store) { return A.StoreBuilder__identity(store, type$.dynamic); - }], 3436, 0); - _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_whereDistinct", "_whereDistinct$1", 134); - _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 134); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 281); - _instance(_, "get$_handleConverterError", 0, 3, null, ["call$3"], ["_handleConverterError$3"], 710, 0, 0); - _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 710, 0, 0); - _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 43); - _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 43); + }], 3484, 0); + _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_whereDistinct", "_whereDistinct$1", 128); + _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 128); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 306); + _instance(_, "get$_handleConverterError", 0, 3, null, ["call$3"], ["_handleConverterError$3"], 751, 0, 0); + _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 751, 0, 0); + _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 47); + _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 47); _instance_0_u(A.SlidableController.prototype, "get$_onDirectionChanged", "_onDirectionChanged$0", 0); _instance_0_u(A._SlidableDismissalState.prototype, "get$handleResizeRequestChanged", "handleResizeRequestChanged$0", 0); _instance_0_u(_ = A._RenderFlexEntranceTransition.prototype, "get$markNeedsOffsets", "markNeedsOffsets$0", 0); - _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 66); - _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 72); - _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 70); - _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 93); + _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 63); + _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 73); + _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 68); + _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 94); _instance_0_u(A._SlidableScrollingBehaviorState.prototype, "get$handleScrollingChanged", "handleScrollingChanged$0", 0); _instance_0_u(_ = A._ActionPaneState.prototype, "get$handleEndGestureChanged", "handleEndGestureChanged$0", 0); _instance_0_u(_, "get$handleRatioChanged", "handleRatioChanged$0", 0); _instance_0_u(A._SlidableState.prototype, "get$handleActionPanelTypeChanged", "handleActionPanelTypeChanged$0", 0); _static(A, "staggered_grid___dryLayoutChild$closure", 2, null, ["call$3$parentUsesSize", "call$2"], ["_dryLayoutChild", function(child, constraints) { return A._dryLayoutChild(child, constraints, false); - }], 813, 0); + }], 907, 0); _static(A, "staggered_grid___layoutChild$closure", 2, null, ["call$3$parentUsesSize", "call$2"], ["_layoutChild", function(child, constraints) { return A._layoutChild(child, constraints, false); - }], 813, 0); + }], 907, 0); _instance_1_u(_ = A.RenderStaggeredGrid.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 1520, 0, 0); - _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 403); - _instance_0_i(_, "get$signIn", "signIn$0", 403); + _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2656, 0, 0); + _instance_0_u(_ = A.RenderFollower.prototype, "get$markNeedsPaint", "markNeedsPaint$0", 0); + _instance_0_u(_, "get$_calculateGlobalFollowerContentRect", "_calculateGlobalFollowerContentRect$0", 361); + _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 352); + _instance_0_i(_, "get$signIn", "signIn$0", 352); _instance_0_i(_, "get$signOut", "signOut$0", 20); _instance_0_i(_, "get$disconnect", "disconnect$0", 20); - _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 403); - _instance_0_i(_, "get$signIn", "signIn$0", 403); + _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 352); + _instance_0_i(_, "get$signIn", "signIn$0", 352); _instance_0_i(_, "get$signOut", "signOut$0", 20); _instance_0_i(_, "get$disconnect", "disconnect$0", 20); - _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 119); - _static_1(A, "constants__isDigit$closure", "isDigit", 119); - _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 119); - _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 128); - _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 134); - _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 1484); - _instance_0_u(_ = A.HtmlTokenizer.prototype, "get$dataState", "dataState$0", 19); - _instance_0_u(_, "get$entityDataState", "entityDataState$0", 19); - _instance_0_u(_, "get$rcdataState", "rcdataState$0", 19); - _instance_0_u(_, "get$characterReferenceInRcdata", "characterReferenceInRcdata$0", 19); - _instance_0_u(_, "get$rawtextState", "rawtextState$0", 19); - _instance_0_u(_, "get$scriptDataState", "scriptDataState$0", 19); - _instance_0_u(_, "get$plaintextState", "plaintextState$0", 19); - _instance_0_u(_, "get$tagOpenState", "tagOpenState$0", 19); - _instance_0_u(_, "get$closeTagOpenState", "closeTagOpenState$0", 19); - _instance_0_u(_, "get$tagNameState", "tagNameState$0", 19); - _instance_0_u(_, "get$rcdataLessThanSignState", "rcdataLessThanSignState$0", 19); - _instance_0_u(_, "get$rcdataEndTagOpenState", "rcdataEndTagOpenState$0", 19); - _instance_0_u(_, "get$rcdataEndTagNameState", "rcdataEndTagNameState$0", 19); - _instance_0_u(_, "get$rawtextLessThanSignState", "rawtextLessThanSignState$0", 19); - _instance_0_u(_, "get$rawtextEndTagOpenState", "rawtextEndTagOpenState$0", 19); - _instance_0_u(_, "get$rawtextEndTagNameState", "rawtextEndTagNameState$0", 19); - _instance_0_u(_, "get$scriptDataLessThanSignState", "scriptDataLessThanSignState$0", 19); - _instance_0_u(_, "get$scriptDataEndTagOpenState", "scriptDataEndTagOpenState$0", 19); - _instance_0_u(_, "get$scriptDataEndTagNameState", "scriptDataEndTagNameState$0", 19); - _instance_0_u(_, "get$scriptDataEscapeStartState", "scriptDataEscapeStartState$0", 19); - _instance_0_u(_, "get$scriptDataEscapeStartDashState", "scriptDataEscapeStartDashState$0", 19); - _instance_0_u(_, "get$scriptDataEscapedState", "scriptDataEscapedState$0", 19); - _instance_0_u(_, "get$scriptDataEscapedDashState", "scriptDataEscapedDashState$0", 19); - _instance_0_u(_, "get$scriptDataEscapedDashDashState", "scriptDataEscapedDashDashState$0", 19); - _instance_0_u(_, "get$scriptDataEscapedLessThanSignState", "scriptDataEscapedLessThanSignState$0", 19); - _instance_0_u(_, "get$scriptDataEscapedEndTagOpenState", "scriptDataEscapedEndTagOpenState$0", 19); - _instance_0_u(_, "get$scriptDataEscapedEndTagNameState", "scriptDataEscapedEndTagNameState$0", 19); - _instance_0_u(_, "get$scriptDataDoubleEscapeStartState", "scriptDataDoubleEscapeStartState$0", 19); - _instance_0_u(_, "get$scriptDataDoubleEscapedState", "scriptDataDoubleEscapedState$0", 19); - _instance_0_u(_, "get$scriptDataDoubleEscapedDashState", "scriptDataDoubleEscapedDashState$0", 19); - _instance_0_u(_, "get$scriptDataDoubleEscapedDashDashState", "scriptDataDoubleEscapedDashDashState$0", 19); - _instance_0_u(_, "get$scriptDataDoubleEscapedLessThanSignState", "scriptDataDoubleEscapedLessThanSignState$0", 19); - _instance_0_u(_, "get$scriptDataDoubleEscapeEndState", "scriptDataDoubleEscapeEndState$0", 19); - _instance_0_u(_, "get$beforeAttributeNameState", "beforeAttributeNameState$0", 19); - _instance_0_u(_, "get$attributeNameState", "attributeNameState$0", 19); - _instance_0_u(_, "get$afterAttributeNameState", "afterAttributeNameState$0", 19); - _instance_0_u(_, "get$beforeAttributeValueState", "beforeAttributeValueState$0", 19); - _instance_0_u(_, "get$attributeValueDoubleQuotedState", "attributeValueDoubleQuotedState$0", 19); - _instance_0_u(_, "get$attributeValueSingleQuotedState", "attributeValueSingleQuotedState$0", 19); - _instance_0_u(_, "get$attributeValueUnQuotedState", "attributeValueUnQuotedState$0", 19); - _instance_0_u(_, "get$afterAttributeValueState", "afterAttributeValueState$0", 19); - _instance_0_u(_, "get$selfClosingStartTagState", "selfClosingStartTagState$0", 19); - _instance_0_u(_, "get$bogusCommentState", "bogusCommentState$0", 19); - _instance_0_u(_, "get$markupDeclarationOpenState", "markupDeclarationOpenState$0", 19); - _instance_0_u(_, "get$commentStartState", "commentStartState$0", 19); - _instance_0_u(_, "get$commentStartDashState", "commentStartDashState$0", 19); - _instance_0_u(_, "get$commentState", "commentState$0", 19); - _instance_0_u(_, "get$commentEndDashState", "commentEndDashState$0", 19); - _instance_0_u(_, "get$commentEndState", "commentEndState$0", 19); - _instance_0_u(_, "get$commentEndBangState", "commentEndBangState$0", 19); - _instance_0_u(_, "get$doctypeState", "doctypeState$0", 19); - _instance_0_u(_, "get$beforeDoctypeNameState", "beforeDoctypeNameState$0", 19); - _instance_0_u(_, "get$doctypeNameState", "doctypeNameState$0", 19); - _instance_0_u(_, "get$afterDoctypeNameState", "afterDoctypeNameState$0", 19); - _instance_0_u(_, "get$afterDoctypePublicKeywordState", "afterDoctypePublicKeywordState$0", 19); - _instance_0_u(_, "get$beforeDoctypePublicIdentifierState", "beforeDoctypePublicIdentifierState$0", 19); - _instance_0_u(_, "get$doctypePublicIdentifierDoubleQuotedState", "doctypePublicIdentifierDoubleQuotedState$0", 19); - _instance_0_u(_, "get$doctypePublicIdentifierSingleQuotedState", "doctypePublicIdentifierSingleQuotedState$0", 19); - _instance_0_u(_, "get$afterDoctypePublicIdentifierState", "afterDoctypePublicIdentifierState$0", 19); - _instance_0_u(_, "get$betweenDoctypePublicAndSystemIdentifiersState", "betweenDoctypePublicAndSystemIdentifiersState$0", 19); - _instance_0_u(_, "get$afterDoctypeSystemKeywordState", "afterDoctypeSystemKeywordState$0", 19); - _instance_0_u(_, "get$beforeDoctypeSystemIdentifierState", "beforeDoctypeSystemIdentifierState$0", 19); - _instance_0_u(_, "get$doctypeSystemIdentifierDoubleQuotedState", "doctypeSystemIdentifierDoubleQuotedState$0", 19); - _instance_0_u(_, "get$doctypeSystemIdentifierSingleQuotedState", "doctypeSystemIdentifierSingleQuotedState$0", 19); - _instance_0_u(_, "get$afterDoctypeSystemIdentifierState", "afterDoctypeSystemIdentifierState$0", 19); - _instance_0_u(_, "get$bogusDoctypeState", "bogusDoctypeState$0", 19); - _instance_0_u(_, "get$cdataSectionState", "cdataSectionState$0", 19); + _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 117); + _static_1(A, "constants__isDigit$closure", "isDigit", 117); + _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 117); + _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 133); + _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 128); + _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2689); + _instance_0_u(_ = A.HtmlTokenizer.prototype, "get$dataState", "dataState$0", 18); + _instance_0_u(_, "get$entityDataState", "entityDataState$0", 18); + _instance_0_u(_, "get$rcdataState", "rcdataState$0", 18); + _instance_0_u(_, "get$characterReferenceInRcdata", "characterReferenceInRcdata$0", 18); + _instance_0_u(_, "get$rawtextState", "rawtextState$0", 18); + _instance_0_u(_, "get$scriptDataState", "scriptDataState$0", 18); + _instance_0_u(_, "get$plaintextState", "plaintextState$0", 18); + _instance_0_u(_, "get$tagOpenState", "tagOpenState$0", 18); + _instance_0_u(_, "get$closeTagOpenState", "closeTagOpenState$0", 18); + _instance_0_u(_, "get$tagNameState", "tagNameState$0", 18); + _instance_0_u(_, "get$rcdataLessThanSignState", "rcdataLessThanSignState$0", 18); + _instance_0_u(_, "get$rcdataEndTagOpenState", "rcdataEndTagOpenState$0", 18); + _instance_0_u(_, "get$rcdataEndTagNameState", "rcdataEndTagNameState$0", 18); + _instance_0_u(_, "get$rawtextLessThanSignState", "rawtextLessThanSignState$0", 18); + _instance_0_u(_, "get$rawtextEndTagOpenState", "rawtextEndTagOpenState$0", 18); + _instance_0_u(_, "get$rawtextEndTagNameState", "rawtextEndTagNameState$0", 18); + _instance_0_u(_, "get$scriptDataLessThanSignState", "scriptDataLessThanSignState$0", 18); + _instance_0_u(_, "get$scriptDataEndTagOpenState", "scriptDataEndTagOpenState$0", 18); + _instance_0_u(_, "get$scriptDataEndTagNameState", "scriptDataEndTagNameState$0", 18); + _instance_0_u(_, "get$scriptDataEscapeStartState", "scriptDataEscapeStartState$0", 18); + _instance_0_u(_, "get$scriptDataEscapeStartDashState", "scriptDataEscapeStartDashState$0", 18); + _instance_0_u(_, "get$scriptDataEscapedState", "scriptDataEscapedState$0", 18); + _instance_0_u(_, "get$scriptDataEscapedDashState", "scriptDataEscapedDashState$0", 18); + _instance_0_u(_, "get$scriptDataEscapedDashDashState", "scriptDataEscapedDashDashState$0", 18); + _instance_0_u(_, "get$scriptDataEscapedLessThanSignState", "scriptDataEscapedLessThanSignState$0", 18); + _instance_0_u(_, "get$scriptDataEscapedEndTagOpenState", "scriptDataEscapedEndTagOpenState$0", 18); + _instance_0_u(_, "get$scriptDataEscapedEndTagNameState", "scriptDataEscapedEndTagNameState$0", 18); + _instance_0_u(_, "get$scriptDataDoubleEscapeStartState", "scriptDataDoubleEscapeStartState$0", 18); + _instance_0_u(_, "get$scriptDataDoubleEscapedState", "scriptDataDoubleEscapedState$0", 18); + _instance_0_u(_, "get$scriptDataDoubleEscapedDashState", "scriptDataDoubleEscapedDashState$0", 18); + _instance_0_u(_, "get$scriptDataDoubleEscapedDashDashState", "scriptDataDoubleEscapedDashDashState$0", 18); + _instance_0_u(_, "get$scriptDataDoubleEscapedLessThanSignState", "scriptDataDoubleEscapedLessThanSignState$0", 18); + _instance_0_u(_, "get$scriptDataDoubleEscapeEndState", "scriptDataDoubleEscapeEndState$0", 18); + _instance_0_u(_, "get$beforeAttributeNameState", "beforeAttributeNameState$0", 18); + _instance_0_u(_, "get$attributeNameState", "attributeNameState$0", 18); + _instance_0_u(_, "get$afterAttributeNameState", "afterAttributeNameState$0", 18); + _instance_0_u(_, "get$beforeAttributeValueState", "beforeAttributeValueState$0", 18); + _instance_0_u(_, "get$attributeValueDoubleQuotedState", "attributeValueDoubleQuotedState$0", 18); + _instance_0_u(_, "get$attributeValueSingleQuotedState", "attributeValueSingleQuotedState$0", 18); + _instance_0_u(_, "get$attributeValueUnQuotedState", "attributeValueUnQuotedState$0", 18); + _instance_0_u(_, "get$afterAttributeValueState", "afterAttributeValueState$0", 18); + _instance_0_u(_, "get$selfClosingStartTagState", "selfClosingStartTagState$0", 18); + _instance_0_u(_, "get$bogusCommentState", "bogusCommentState$0", 18); + _instance_0_u(_, "get$markupDeclarationOpenState", "markupDeclarationOpenState$0", 18); + _instance_0_u(_, "get$commentStartState", "commentStartState$0", 18); + _instance_0_u(_, "get$commentStartDashState", "commentStartDashState$0", 18); + _instance_0_u(_, "get$commentState", "commentState$0", 18); + _instance_0_u(_, "get$commentEndDashState", "commentEndDashState$0", 18); + _instance_0_u(_, "get$commentEndState", "commentEndState$0", 18); + _instance_0_u(_, "get$commentEndBangState", "commentEndBangState$0", 18); + _instance_0_u(_, "get$doctypeState", "doctypeState$0", 18); + _instance_0_u(_, "get$beforeDoctypeNameState", "beforeDoctypeNameState$0", 18); + _instance_0_u(_, "get$doctypeNameState", "doctypeNameState$0", 18); + _instance_0_u(_, "get$afterDoctypeNameState", "afterDoctypeNameState$0", 18); + _instance_0_u(_, "get$afterDoctypePublicKeywordState", "afterDoctypePublicKeywordState$0", 18); + _instance_0_u(_, "get$beforeDoctypePublicIdentifierState", "beforeDoctypePublicIdentifierState$0", 18); + _instance_0_u(_, "get$doctypePublicIdentifierDoubleQuotedState", "doctypePublicIdentifierDoubleQuotedState$0", 18); + _instance_0_u(_, "get$doctypePublicIdentifierSingleQuotedState", "doctypePublicIdentifierSingleQuotedState$0", 18); + _instance_0_u(_, "get$afterDoctypePublicIdentifierState", "afterDoctypePublicIdentifierState$0", 18); + _instance_0_u(_, "get$betweenDoctypePublicAndSystemIdentifiersState", "betweenDoctypePublicAndSystemIdentifiersState$0", 18); + _instance_0_u(_, "get$afterDoctypeSystemKeywordState", "afterDoctypeSystemKeywordState$0", 18); + _instance_0_u(_, "get$beforeDoctypeSystemIdentifierState", "beforeDoctypeSystemIdentifierState$0", 18); + _instance_0_u(_, "get$doctypeSystemIdentifierDoubleQuotedState", "doctypeSystemIdentifierDoubleQuotedState$0", 18); + _instance_0_u(_, "get$doctypeSystemIdentifierSingleQuotedState", "doctypeSystemIdentifierSingleQuotedState$0", 18); + _instance_0_u(_, "get$afterDoctypeSystemIdentifierState", "afterDoctypeSystemIdentifierState$0", 18); + _instance_0_u(_, "get$bogusDoctypeState", "bogusDoctypeState$0", 18); + _instance_0_u(_, "get$cdataSectionState", "cdataSectionState$0", 18); _instance_0_i(A.BrowserClient.prototype, "get$close", "close$0", 0); _instance_0_i(_ = A.BillingClientManager.prototype, "get$_connect", "_connect$0", 20); - _instance_1_u(_, "get$_onPurchasesUpdated", "_onPurchasesUpdated$1", 1436); - _instance_1_u(A.BillingClient.prototype, "get$callHandler", "callHandler$1", 409); - _instance_1_u(A.InAppPurchaseAndroidPlatform.prototype, "get$_getPurchaseDetailsFromResult", "_getPurchaseDetailsFromResult$1", 1400); - _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 173); - _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 173); - _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 73); - _instance_1_u(_, "get$setMonth", "setMonth$1", 73); - _instance_1_u(_, "get$setDay", "setDay$1", 73); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 73); - _instance_1_u(_, "get$setHour", "setHour$1", 73); - _instance_1_u(_, "get$setMinute", "setMinute$1", 73); - _instance_1_u(_, "get$setSecond", "setSecond$1", 73); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 73); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 119); - _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 1341); - _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 119); - _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 30); - _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 54); - _static_0(A, "plural_rules___ast_rule$closure", "_ast_rule", 54); - _static_0(A, "plural_rules___af_rule$closure", "_af_rule", 54); - _static_0(A, "plural_rules___am_rule$closure", "_am_rule", 54); - _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 54); - _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 54); - _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 54); - _static_0(A, "plural_rules___bs_rule$closure", "_bs_rule", 54); - _static_0(A, "plural_rules___ca_rule$closure", "_ca_rule", 54); - _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 54); - _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 54); - _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 54); - _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 54); - _static_0(A, "plural_rules___ceb_rule$closure", "_ceb_rule", 54); - _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 54); - _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 54); - _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 54); - _static_0(A, "plural_rules___ff_rule$closure", "_ff_rule", 54); - _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 54); - _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 54); - _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 54); - _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 54); - _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 54); - _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 54); - _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 54); - _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 54); - _static_0(A, "plural_rules___mo_rule$closure", "_mo_rule", 54); - _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 54); - _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 54); - _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 54); - _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 12); + _instance_1_u(_, "get$_onPurchasesUpdated", "_onPurchasesUpdated$1", 2740); + _instance_1_u(A.BillingClient.prototype, "get$callHandler", "callHandler$1", 441); + _instance_1_u(A.InAppPurchaseAndroidPlatform.prototype, "get$_getPurchaseDetailsFromResult", "_getPurchaseDetailsFromResult$1", 2765); + _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 180); + _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 180); + _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 75); + _instance_1_u(_, "get$setMonth", "setMonth$1", 75); + _instance_1_u(_, "get$setDay", "setDay$1", 75); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 75); + _instance_1_u(_, "get$setHour", "setHour$1", 75); + _instance_1_u(_, "get$setMinute", "setMinute$1", 75); + _instance_1_u(_, "get$setSecond", "setSecond$1", 75); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 75); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 117); + _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2816); + _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 117); + _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 31); + _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 56); + _static_0(A, "plural_rules___ast_rule$closure", "_ast_rule", 56); + _static_0(A, "plural_rules___af_rule$closure", "_af_rule", 56); + _static_0(A, "plural_rules___am_rule$closure", "_am_rule", 56); + _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 56); + _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 56); + _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 56); + _static_0(A, "plural_rules___bs_rule$closure", "_bs_rule", 56); + _static_0(A, "plural_rules___ca_rule$closure", "_ca_rule", 56); + _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 56); + _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 56); + _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 56); + _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 56); + _static_0(A, "plural_rules___ceb_rule$closure", "_ceb_rule", 56); + _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 56); + _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 56); + _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 56); + _static_0(A, "plural_rules___ff_rule$closure", "_ff_rule", 56); + _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 56); + _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 56); + _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 56); + _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 56); + _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 56); + _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 56); + _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 56); + _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 56); + _static_0(A, "plural_rules___mo_rule$closure", "_mo_rule", 56); + _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 56); + _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 56); + _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 56); + _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 11); _instance_0_u(A._IntlPhoneFieldState.prototype, "get$_changeCountry", "_changeCountry$0", 20); _static(A, "main__main$closure", 0, null, ["call$1$isTesting", "call$0"], ["main0", function() { return A.main0(false); - }], 3439, 0); - _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 68); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 712); - _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3440); - _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3441); - _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3442); - _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 3443); - _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 3444); - _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 3445); - _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3446); - _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3447); - _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3448); - _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 3449); - _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 3450); - _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3451); - _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3452); - _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3453); - _static_2(A, "bank_account_reducer___filterBankAccountsByState$closure", "_filterBankAccountsByState", 3454); - _static_2(A, "bank_account_reducer___filterBankAccounts$closure", "_filterBankAccounts", 3455); - _static_2(A, "bank_account_reducer___sortBankAccounts$closure", "_sortBankAccounts", 3456); - _static_2(A, "bank_account_reducer___startListMultiselect$closure", "_startListMultiselect", 3457); - _static_2(A, "bank_account_reducer___addToListMultiselect$closure", "_addToListMultiselect", 3458); - _static_2(A, "bank_account_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 3459); - _static_2(A, "bank_account_reducer___clearListMultiselect$closure", "_clearListMultiselect", 3460); - _static_2(A, "bank_account_reducer___archiveBankAccountSuccess$closure", "_archiveBankAccountSuccess", 3461); - _static_2(A, "bank_account_reducer___deleteBankAccountSuccess$closure", "_deleteBankAccountSuccess", 3462); - _static_2(A, "bank_account_reducer___restoreBankAccountSuccess$closure", "_restoreBankAccountSuccess", 3463); - _static_2(A, "bank_account_reducer___addBankAccount$closure", "_addBankAccount", 3464); - _static_2(A, "bank_account_reducer___updateBankAccount$closure", "_updateBankAccount", 3465); - _static_2(A, "bank_account_reducer___setLoadedBankAccount$closure", "_setLoadedBankAccount", 3466); - _static_2(A, "bank_account_reducer___setLoadedBankAccounts$closure", "_setLoadedBankAccounts", 3467); - _static_2(A, "bank_account_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3468); - _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 3469); - _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 3470); - _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 3471); - _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 3472); - _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 3473); - _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 3474); - _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 3475); - _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 3476); - _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect0", 3477); - _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3478); - _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3479); - _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3480); - _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 3481); - _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 3482); - _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 3483); - _static_2(A, "client_reducer___addClient$closure", "_addClient", 3484); - _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 3485); - _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3486); - _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3487); - _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3488); - _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3489); - _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3490); - _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3491); - _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3492); - _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 3493); - _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 3494); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3495); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3496); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3497); - _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3498); - _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3499); - _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect1", 3500); - _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3501); - _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3502); - _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3503); - _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3504); - _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3505); - _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3506); - _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3507); - _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3508); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3509); - _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3510); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3511); - _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing1", 264); - _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 349); - _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 783); - _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3514); - _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 3515); - _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 3516); - _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3517); - _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3518); - _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3519); - _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3520); - _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3521); - _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3522); - _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3523); - _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3524); - _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3525); - _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect2", 3526); - _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3527); - _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3528); - _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3529); - _static_2(A, "credit_reducer___purgeClientSuccess$closure", "_purgeClientSuccess0", 3530); - _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3531); - _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3532); - _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3533); - _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3534); - _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3535); - _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3536); - _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3537); - _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3538); - _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 3539); - _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 3540); - _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3541); - _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3542); - _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3543); - _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3544); - _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3545); - _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3546); - _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect3", 3547); - _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3548); - _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3549); - _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3550); - _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3551); - _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3552); - _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3553); - _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3554); - _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3555); - _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3556); - _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3557); - _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3558); - _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing3", 3559); - _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3560); - _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3561); - _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3562); - _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3563); - _static_2(A, "document_reducer___filterDocumentsByStatus$closure", "_filterDocumentsByStatus", 3564); - _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3565); - _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3566); - _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect4", 3567); - _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3568); - _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3569); - _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3570); - _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3571); - _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3572); - _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3573); - _static_2(A, "document_reducer___addDocument$closure", "_addDocument", 3574); - _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3575); - _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3576); - _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3577); - _static_2(A, "document_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3578); - _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 874); - _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 753); - _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3581); - _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3582); - _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3583); - _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3584); - _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3585); - _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3586); - _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3587); - _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3588); - _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3589); - _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect5", 3590); - _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3591); - _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3592); - _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3593); - _static_2(A, "expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess1", 3594); - _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3595); - _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3596); - _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3597); - _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3598); - _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3599); - _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3600); - _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3601); - _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3602); - _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 3603); - _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 3604); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3605); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3606); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3607); - _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3608); - _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3609); - _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect6", 3610); - _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3611); - _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3612); - _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3613); - _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3614); - _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3615); - _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3616); - _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3617); - _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3618); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3619); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3620); - _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3621); - _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 3622); - _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 3623); - _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3624); - _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3625); - _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3626); - _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3627); - _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect7", 3628); - _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3629); - _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3630); - _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3631); - _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3632); - _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3633); - _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3634); - _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3635); - _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3636); - _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3637); - _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3638); - _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3639); - _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 264); - _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 264); - _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 708); - _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3640); - _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 3641); - _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 3642); - _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3643); - _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3644); - _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3645); - _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3646); - _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3647); - _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3648); - _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3649); - _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3650); - _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3651); - _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect8", 3652); - _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3653); - _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3654); - _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3655); - _static_2(A, "invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess2", 3656); - _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3657); - _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3658); - _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3659); - _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3660); - _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3661); - _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3662); - _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3663); - _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3664); - _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3665); - _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3666); - _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3667); - _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 3668); - _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 3669); - _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3670); - _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3671); - _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3672); - _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3673); - _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3674); - _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3675); - _static_2(A, "payment_reducer___filterPaymentsByStatus$closure", "_filterPaymentsByStatus", 3676); - _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3677); - _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3678); - _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect9", 3679); - _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3680); - _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3681); - _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3682); - _static_2(A, "payment_reducer___purgeClientSuccess$closure", "_purgeClientSuccess3", 3683); - _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3684); - _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3685); - _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3686); - _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3687); - _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3688); - _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3689); - _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3690); - _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3691); - _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 3692); - _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 3693); - _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3694); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3695); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3696); - _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3697); - _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3698); - _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3699); - _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect10", 3700); - _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3701); - _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3702); - _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3703); - _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3704); - _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3705); - _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3706); - _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3707); - _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3708); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3709); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3710); - _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3711); - _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 3712); - _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 3713); - _static_2(A, "product_reducer___viewProductList$closure", "_viewProductList0", 3714); - _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3715); - _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3716); - _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3717); - _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3718); - _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3719); - _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3720); - _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3721); - _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect11", 3722); - _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3723); - _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3724); - _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3725); - _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3726); - _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3727); - _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3728); - _static_2(A, "product_reducer___setTaxCategoryProductsSuccess$closure", "_setTaxCategoryProductsSuccess", 3729); - _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3730); - _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3731); - _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3732); - _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3733); - _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3734); - _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 3735); - _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 3736); - _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3737); - _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3738); - _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3739); - _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3740); - _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3741); - _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3742); - _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3743); - _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3744); - _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect12", 3745); - _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3746); - _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3747); - _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3748); - _static_2(A, "project_reducer___purgeClientSuccess$closure", "_purgeClientSuccess4", 3749); - _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3750); - _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3751); - _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3752); - _static_2(A, "project_reducer___addProject$closure", "_addProject", 3753); - _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3754); - _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3755); - _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3756); - _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3757); - _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing11", 264); - _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 349); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 674); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3758); - _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 3759); - _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 3760); - _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3761); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3762); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3763); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3764); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3765); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3766); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3767); - _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3768); - _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3769); - _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect13", 3770); - _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3771); - _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3772); - _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3773); - _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3774); - _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3775); - _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3776); - _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3777); - _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3778); - _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3779); - _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3780); - _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3781); - _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3782); - _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3783); - _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3784); - _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3785); - _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3786); - _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3787); - _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 264); - _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 349); - _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 671); - _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3788); - _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 3789); - _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 3790); - _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3791); - _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3792); - _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3793); - _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3794); - _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3795); - _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3796); - _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3797); - _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3798); - _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3799); - _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect14", 3800); - _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3801); - _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3802); - _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3803); - _static_2(A, "quote_reducer___purgeClientSuccess$closure", "_purgeClientSuccess5", 3804); - _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3805); - _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3806); - _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3807); - _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3808); - _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3809); - _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3810); - _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3811); - _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3812); - _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3813); - _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3814); - _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3815); - _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 874); - _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 753); - _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3816); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3817); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3818); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3819); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByStatus$closure", "_filterRecurringExpensesByStatus", 3820); - _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3821); - _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3822); - _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect15", 3823); - _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3824); - _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3825); - _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3826); - _static_2(A, "recurring_expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess6", 3827); - _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3828); - _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3829); - _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3830); - _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3831); - _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3832); - _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3833); - _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3834); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3835); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3836); - _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3837); - _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing14", 264); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 349); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 665); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3838); - _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 3839); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 3840); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3841); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3842); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3843); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3844); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3845); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3846); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3847); - _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3848); - _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect16", 3849); - _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3850); - _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3851); - _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3852); - _static_2(A, "recurring_invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess7", 3853); - _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3854); - _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3855); - _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3856); - _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3857); - _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3858); - _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3859); - _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3860); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3861); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3862); - _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3863); - _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3864); - _static_2(A, "schedule_reducer___clearEditing$closure", "_clearEditing15", 3865); - _static_2(A, "schedule_reducer___updateEditing$closure", "_updateEditing16", 3866); - _static_2(A, "schedule_reducer___viewScheduleList$closure", "_viewScheduleList0", 3867); - _static_2(A, "schedule_reducer___filterSchedulesByCustom1$closure", "_filterSchedulesByCustom1", 3868); - _static_2(A, "schedule_reducer___filterSchedulesByCustom2$closure", "_filterSchedulesByCustom2", 3869); - _static_2(A, "schedule_reducer___filterSchedulesByState$closure", "_filterSchedulesByState", 3870); - _static_2(A, "schedule_reducer___filterSchedules$closure", "_filterSchedules", 3871); - _static_2(A, "schedule_reducer___sortSchedules$closure", "_sortSchedules", 3872); - _static_2(A, "schedule_reducer___startListMultiselect$closure", "_startListMultiselect17", 3873); - _static_2(A, "schedule_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3874); - _static_2(A, "schedule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3875); - _static_2(A, "schedule_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3876); - _static_2(A, "schedule_reducer___archiveScheduleSuccess$closure", "_archiveScheduleSuccess", 3877); - _static_2(A, "schedule_reducer___deleteScheduleSuccess$closure", "_deleteScheduleSuccess", 3878); - _static_2(A, "schedule_reducer___restoreScheduleSuccess$closure", "_restoreScheduleSuccess", 3879); - _static_2(A, "schedule_reducer___addSchedule$closure", "_addSchedule", 3880); - _static_2(A, "schedule_reducer___updateSchedule$closure", "_updateSchedule", 3881); - _static_2(A, "schedule_reducer___setLoadedSchedule$closure", "_setLoadedSchedule", 3882); - _static_2(A, "schedule_reducer___setLoadedSchedules$closure", "_setLoadedSchedules", 3883); - _static_2(A, "schedule_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3884); - _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3885); - _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing16", 3886); - _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing17", 3887); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3888); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3889); - _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3890); - _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3891); - _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3892); - _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect18", 3893); - _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3894); - _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3895); - _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3896); - _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3897); - _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3898); - _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3899); - _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3900); - _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3901); - _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3902); - _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3903); - _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3904); - _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing17", 3905); - _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing18", 3906); - _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3907); - _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3908); - _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3909); - _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3910); - _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3911); - _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3912); - _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3913); - _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3914); - _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3915); - _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3916); - _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect19", 3917); - _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3918); - _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3919); - _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3920); - _static_2(A, "task_reducer___purgeClientSuccess$closure", "_purgeClientSuccess8", 3921); - _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3922); - _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3923); - _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3924); - _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3925); - _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3926); - _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3927); - _static_2(A, "task_reducer___addTask$closure", "_addTask", 3928); - _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3929); - _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3930); - _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3931); - _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3932); - _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing18", 3933); - _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing19", 3934); - _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3935); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3936); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3937); - _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3938); - _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3939); - _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3940); - _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect20", 3941); - _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3942); - _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3943); - _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3944); - _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3945); - _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3946); - _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3947); - _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3948); - _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3949); - _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3950); - _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3951); - _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3952); - _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3953); - _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing19", 3954); - _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing20", 3955); - _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3956); - _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3957); - _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3958); - _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3959); - _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect21", 3960); - _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3961); - _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3962); - _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3963); - _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3964); - _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3965); - _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3966); - _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3967); - _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3968); - _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3969); - _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3970); - _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3971); - _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing20", 3972); - _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing21", 3973); - _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3974); - _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3975); - _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3976); - _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3977); - _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3978); - _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3979); - _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect22", 3980); - _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3981); - _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3982); - _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3983); - _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3984); - _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3985); - _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3986); - _static_2(A, "token_reducer___addToken$closure", "_addToken", 3987); - _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3988); - _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3989); - _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3990); - _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3991); - _static_2(A, "transaction_reducer___clearEditing$closure", "_clearEditing21", 3992); - _static_2(A, "transaction_reducer___updateEditing$closure", "_updateEditing22", 3993); - _static_2(A, "transaction_reducer___viewTransactionList$closure", "_viewTransactionList0", 3994); - _static_2(A, "transaction_reducer___filterTransactionsByCustom1$closure", "_filterTransactionsByCustom1", 3995); - _static_2(A, "transaction_reducer___filterTransactionsByCustom2$closure", "_filterTransactionsByCustom2", 3996); - _static_2(A, "transaction_reducer___filterTransactionsByState$closure", "_filterTransactionsByState", 3997); - _static_2(A, "transaction_reducer___filterTransactionsByStatus$closure", "_filterTransactionsByStatus", 3998); - _static_2(A, "transaction_reducer___filterTransactions$closure", "_filterTransactions", 3999); - _static_2(A, "transaction_reducer___sortTransactions$closure", "_sortTransactions", 4000); - _static_2(A, "transaction_reducer___startListMultiselect$closure", "_startListMultiselect23", 4001); - _static_2(A, "transaction_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 4002); - _static_2(A, "transaction_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 4003); - _static_2(A, "transaction_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 4004); - _static_2(A, "transaction_reducer___archiveTransactionSuccess$closure", "_archiveTransactionSuccess", 4005); - _static_2(A, "transaction_reducer___deleteTransactionSuccess$closure", "_deleteTransactionSuccess", 4006); - _static_2(A, "transaction_reducer___restoreTransactionSuccess$closure", "_restoreTransactionSuccess", 4007); - _static_2(A, "transaction_reducer___addTransaction$closure", "_addTransaction", 4008); - _static_2(A, "transaction_reducer___updateTransaction$closure", "_updateTransaction", 4009); - _static_2(A, "transaction_reducer___convertTransactionToPayment$closure", "_convertTransactionToPayment", 4010); - _static_2(A, "transaction_reducer___convertTransactionToExpense$closure", "_convertTransactionToExpense", 4011); - _static_2(A, "transaction_reducer___linkTransactionToPayment$closure", "_linkTransactionToPayment", 4012); - _static_2(A, "transaction_reducer___linkTransactionToExpense$closure", "_linkTransactionToExpense", 4013); - _static_2(A, "transaction_reducer___convertTransactions$closure", "_convertTransactions0", 4014); - _static_2(A, "transaction_reducer___setLoadedTransaction$closure", "_setLoadedTransaction", 4015); - _static_2(A, "transaction_reducer___setLoadedTransactions$closure", "_setLoadedTransactions", 4016); - _static_2(A, "transaction_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 4017); - _static_2(A, "transaction_rule_reducer___clearEditing$closure", "_clearEditing22", 4018); - _static_2(A, "transaction_rule_reducer___updateEditing$closure", "_updateEditing23", 4019); - _static_2(A, "transaction_rule_reducer___viewTransactionRuleList$closure", "_viewTransactionRuleList0", 4020); - _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom1$closure", "_filterTransactionRulesByCustom1", 4021); - _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom2$closure", "_filterTransactionRulesByCustom2", 4022); - _static_2(A, "transaction_rule_reducer___filterTransactionRulesByState$closure", "_filterTransactionRulesByState", 4023); - _static_2(A, "transaction_rule_reducer___filterTransactionRules$closure", "_filterTransactionRules", 4024); - _static_2(A, "transaction_rule_reducer___sortTransactionRules$closure", "_sortTransactionRules", 4025); - _static_2(A, "transaction_rule_reducer___startListMultiselect$closure", "_startListMultiselect24", 4026); - _static_2(A, "transaction_rule_reducer___addToListMultiselect$closure", "_addToListMultiselect24", 4027); - _static_2(A, "transaction_rule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect24", 4028); - _static_2(A, "transaction_rule_reducer___clearListMultiselect$closure", "_clearListMultiselect24", 4029); - _static_2(A, "transaction_rule_reducer___archiveTransactionRuleSuccess$closure", "_archiveTransactionRuleSuccess", 4030); - _static_2(A, "transaction_rule_reducer___deleteTransactionRuleSuccess$closure", "_deleteTransactionRuleSuccess", 4031); - _static_2(A, "transaction_rule_reducer___restoreTransactionRuleSuccess$closure", "_restoreTransactionRuleSuccess", 4032); - _static_2(A, "transaction_rule_reducer___addTransactionRule$closure", "_addTransactionRule", 4033); - _static_2(A, "transaction_rule_reducer___updateTransactionRule$closure", "_updateTransactionRule", 4034); - _static_2(A, "transaction_rule_reducer___setLoadedTransactionRule$closure", "_setLoadedTransactionRule", 4035); - _static_2(A, "transaction_rule_reducer___setLoadedTransactionRules$closure", "_setLoadedTransactionRules", 4036); - _static_2(A, "transaction_rule_reducer___setLoadedCompany$closure", "_setLoadedCompany24", 4037); - _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing23", 4038); - _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing24", 4039); - _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 4040); - _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 4041); - _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 4042); - _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 4043); - _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 4044); - _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 4045); - _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 4046); - _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 4047); - _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect25", 4048); - _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect25", 4049); - _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect25", 4050); - _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect25", 4051); - _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 4052); - _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 4053); - _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 4054); - _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 4055); - _static_2(A, "user_reducer___addUser$closure", "_addUser", 4056); - _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 4057); - _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 4058); - _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 4059); - _static_2(A, "user_reducer___disconnectOAuthUser$closure", "_disconnectOAuthUser0", 4060); - _static_2(A, "user_reducer___disconnectOAuthMailer$closure", "_disconnectOAuthMailer0", 4061); - _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 4062); - _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 4063); - _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 4064); - _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany25", 4065); - _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 4066); - _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing24", 4067); - _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing25", 4068); - _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 4069); - _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 4070); - _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 4071); - _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 4072); - _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 4073); - _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 4074); - _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 4075); - _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 4076); - _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 4077); - _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 4078); - _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 4079); - _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect26", 4080); - _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect26", 4081); - _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect26", 4082); - _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect26", 4083); - _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 4084); - _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 4085); - _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 4086); - _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 4087); - _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 4088); - _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 4089); - _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 4090); - _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany26", 4091); - _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing25", 4092); - _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing26", 4093); - _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 4094); - _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 4095); - _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 4096); - _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 4097); - _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 4098); - _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 4099); - _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect27", 4100); - _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect27", 4101); - _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect27", 4102); - _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect27", 4103); - _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 4104); - _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 4105); - _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 4106); - _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 4107); - _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 4108); - _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 4109); - _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 4110); - _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany27", 4111); - _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 4112); + }], 3487, 0); + _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 69); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 778); + _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3488); + _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3489); + _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3490); + _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 3491); + _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 3492); + _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 3493); + _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3494); + _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3495); + _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3496); + _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 3497); + _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 3498); + _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3499); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3500); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3501); + _static_2(A, "bank_account_reducer___filterBankAccountsByState$closure", "_filterBankAccountsByState", 3502); + _static_2(A, "bank_account_reducer___filterBankAccounts$closure", "_filterBankAccounts", 3503); + _static_2(A, "bank_account_reducer___sortBankAccounts$closure", "_sortBankAccounts", 3504); + _static_2(A, "bank_account_reducer___startListMultiselect$closure", "_startListMultiselect", 3505); + _static_2(A, "bank_account_reducer___addToListMultiselect$closure", "_addToListMultiselect", 3506); + _static_2(A, "bank_account_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 3507); + _static_2(A, "bank_account_reducer___clearListMultiselect$closure", "_clearListMultiselect", 3508); + _static_2(A, "bank_account_reducer___archiveBankAccountSuccess$closure", "_archiveBankAccountSuccess", 3509); + _static_2(A, "bank_account_reducer___deleteBankAccountSuccess$closure", "_deleteBankAccountSuccess", 3510); + _static_2(A, "bank_account_reducer___restoreBankAccountSuccess$closure", "_restoreBankAccountSuccess", 3511); + _static_2(A, "bank_account_reducer___addBankAccount$closure", "_addBankAccount", 3512); + _static_2(A, "bank_account_reducer___updateBankAccount$closure", "_updateBankAccount", 3513); + _static_2(A, "bank_account_reducer___setLoadedBankAccount$closure", "_setLoadedBankAccount", 3514); + _static_2(A, "bank_account_reducer___setLoadedBankAccounts$closure", "_setLoadedBankAccounts", 3515); + _static_2(A, "bank_account_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3516); + _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 3517); + _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 3518); + _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 3519); + _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 3520); + _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 3521); + _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 3522); + _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 3523); + _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 3524); + _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect0", 3525); + _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3526); + _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3527); + _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3528); + _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 3529); + _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 3530); + _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 3531); + _static_2(A, "client_reducer___addClient$closure", "_addClient", 3532); + _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 3533); + _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3534); + _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3535); + _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3536); + _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3537); + _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3538); + _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3539); + _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3540); + _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 3541); + _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 3542); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3543); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3544); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3545); + _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3546); + _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3547); + _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect1", 3548); + _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3549); + _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3550); + _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3551); + _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3552); + _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3553); + _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3554); + _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3555); + _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3556); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3557); + _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3558); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3559); + _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing1", 269); + _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 394); + _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 664); + _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3562); + _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 3563); + _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 3564); + _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3565); + _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3566); + _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3567); + _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3568); + _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3569); + _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3570); + _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3571); + _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3572); + _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3573); + _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect2", 3574); + _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3575); + _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3576); + _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3577); + _static_2(A, "credit_reducer___purgeClientSuccess$closure", "_purgeClientSuccess0", 3578); + _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3579); + _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3580); + _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3581); + _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3582); + _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3583); + _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3584); + _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3585); + _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3586); + _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 3587); + _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 3588); + _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3589); + _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3590); + _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3591); + _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3592); + _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3593); + _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3594); + _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect3", 3595); + _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3596); + _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3597); + _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3598); + _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3599); + _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3600); + _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3601); + _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3602); + _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3603); + _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3604); + _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3605); + _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3606); + _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing3", 3607); + _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3608); + _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3609); + _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3610); + _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3611); + _static_2(A, "document_reducer___filterDocumentsByStatus$closure", "_filterDocumentsByStatus", 3612); + _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3613); + _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3614); + _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect4", 3615); + _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3616); + _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3617); + _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3618); + _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3619); + _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3620); + _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3621); + _static_2(A, "document_reducer___addDocument$closure", "_addDocument", 3622); + _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3623); + _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3624); + _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3625); + _static_2(A, "document_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3626); + _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 911); + _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 912); + _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3629); + _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3630); + _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3631); + _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3632); + _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3633); + _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3634); + _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3635); + _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3636); + _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3637); + _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect5", 3638); + _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3639); + _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3640); + _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3641); + _static_2(A, "expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess1", 3642); + _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3643); + _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3644); + _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3645); + _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3646); + _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3647); + _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3648); + _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3649); + _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3650); + _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 3651); + _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 3652); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3653); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3654); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3655); + _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3656); + _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3657); + _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect6", 3658); + _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3659); + _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3660); + _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3661); + _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3662); + _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3663); + _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3664); + _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3665); + _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3666); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3667); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3668); + _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3669); + _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 3670); + _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 3671); + _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3672); + _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3673); + _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3674); + _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3675); + _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect7", 3676); + _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3677); + _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3678); + _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3679); + _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3680); + _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3681); + _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3682); + _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3683); + _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3684); + _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3685); + _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3686); + _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3687); + _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 269); + _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 269); + _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 641); + _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3688); + _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 3689); + _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 3690); + _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3691); + _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3692); + _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3693); + _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3694); + _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3695); + _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3696); + _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3697); + _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3698); + _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3699); + _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect8", 3700); + _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3701); + _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3702); + _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3703); + _static_2(A, "invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess2", 3704); + _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3705); + _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3706); + _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3707); + _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3708); + _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3709); + _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3710); + _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3711); + _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3712); + _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3713); + _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3714); + _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3715); + _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 3716); + _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 3717); + _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3718); + _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3719); + _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3720); + _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3721); + _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3722); + _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3723); + _static_2(A, "payment_reducer___filterPaymentsByStatus$closure", "_filterPaymentsByStatus", 3724); + _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3725); + _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3726); + _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect9", 3727); + _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3728); + _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3729); + _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3730); + _static_2(A, "payment_reducer___purgeClientSuccess$closure", "_purgeClientSuccess3", 3731); + _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3732); + _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3733); + _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3734); + _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3735); + _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3736); + _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3737); + _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3738); + _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3739); + _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 3740); + _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 3741); + _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3742); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3743); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3744); + _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3745); + _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3746); + _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3747); + _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect10", 3748); + _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3749); + _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3750); + _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3751); + _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3752); + _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3753); + _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3754); + _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3755); + _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3756); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3757); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3758); + _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3759); + _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 3760); + _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 3761); + _static_2(A, "product_reducer___viewProductList$closure", "_viewProductList0", 3762); + _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3763); + _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3764); + _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3765); + _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3766); + _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3767); + _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3768); + _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3769); + _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect11", 3770); + _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3771); + _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3772); + _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3773); + _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3774); + _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3775); + _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3776); + _static_2(A, "product_reducer___setTaxCategoryProductsSuccess$closure", "_setTaxCategoryProductsSuccess", 3777); + _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3778); + _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3779); + _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3780); + _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3781); + _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3782); + _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 3783); + _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 3784); + _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3785); + _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3786); + _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3787); + _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3788); + _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3789); + _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3790); + _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3791); + _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3792); + _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect12", 3793); + _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3794); + _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3795); + _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3796); + _static_2(A, "project_reducer___purgeClientSuccess$closure", "_purgeClientSuccess4", 3797); + _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3798); + _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3799); + _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3800); + _static_2(A, "project_reducer___addProject$closure", "_addProject", 3801); + _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3802); + _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3803); + _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3804); + _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3805); + _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing11", 269); + _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 394); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 631); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3806); + _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 3807); + _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 3808); + _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3809); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3810); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3811); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3812); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3813); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3814); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3815); + _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3816); + _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3817); + _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect13", 3818); + _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3819); + _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3820); + _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3821); + _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3822); + _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3823); + _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3824); + _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3825); + _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3826); + _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3827); + _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3828); + _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3829); + _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3830); + _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3831); + _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3832); + _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3833); + _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3834); + _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3835); + _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 269); + _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 394); + _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 628); + _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3836); + _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 3837); + _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 3838); + _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3839); + _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3840); + _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3841); + _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3842); + _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3843); + _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3844); + _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3845); + _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3846); + _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3847); + _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect14", 3848); + _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3849); + _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3850); + _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3851); + _static_2(A, "quote_reducer___purgeClientSuccess$closure", "_purgeClientSuccess5", 3852); + _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3853); + _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3854); + _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3855); + _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3856); + _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3857); + _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3858); + _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3859); + _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3860); + _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3861); + _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3862); + _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3863); + _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 911); + _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 912); + _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3864); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3865); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3866); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3867); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByStatus$closure", "_filterRecurringExpensesByStatus", 3868); + _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3869); + _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3870); + _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect15", 3871); + _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3872); + _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3873); + _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3874); + _static_2(A, "recurring_expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess6", 3875); + _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3876); + _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3877); + _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3878); + _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3879); + _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3880); + _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3881); + _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3882); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3883); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3884); + _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3885); + _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing14", 269); + _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 394); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 627); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3886); + _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 3887); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 3888); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3889); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3890); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3891); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3892); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3893); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3894); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3895); + _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3896); + _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect16", 3897); + _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3898); + _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3899); + _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3900); + _static_2(A, "recurring_invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess7", 3901); + _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3902); + _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3903); + _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3904); + _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3905); + _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3906); + _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3907); + _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3908); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3909); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3910); + _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3911); + _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3912); + _static_2(A, "schedule_reducer___clearEditing$closure", "_clearEditing15", 3913); + _static_2(A, "schedule_reducer___updateEditing$closure", "_updateEditing16", 3914); + _static_2(A, "schedule_reducer___viewScheduleList$closure", "_viewScheduleList0", 3915); + _static_2(A, "schedule_reducer___filterSchedulesByCustom1$closure", "_filterSchedulesByCustom1", 3916); + _static_2(A, "schedule_reducer___filterSchedulesByCustom2$closure", "_filterSchedulesByCustom2", 3917); + _static_2(A, "schedule_reducer___filterSchedulesByState$closure", "_filterSchedulesByState", 3918); + _static_2(A, "schedule_reducer___filterSchedules$closure", "_filterSchedules", 3919); + _static_2(A, "schedule_reducer___sortSchedules$closure", "_sortSchedules", 3920); + _static_2(A, "schedule_reducer___startListMultiselect$closure", "_startListMultiselect17", 3921); + _static_2(A, "schedule_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3922); + _static_2(A, "schedule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3923); + _static_2(A, "schedule_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3924); + _static_2(A, "schedule_reducer___archiveScheduleSuccess$closure", "_archiveScheduleSuccess", 3925); + _static_2(A, "schedule_reducer___deleteScheduleSuccess$closure", "_deleteScheduleSuccess", 3926); + _static_2(A, "schedule_reducer___restoreScheduleSuccess$closure", "_restoreScheduleSuccess", 3927); + _static_2(A, "schedule_reducer___addSchedule$closure", "_addSchedule", 3928); + _static_2(A, "schedule_reducer___updateSchedule$closure", "_updateSchedule", 3929); + _static_2(A, "schedule_reducer___setLoadedSchedule$closure", "_setLoadedSchedule", 3930); + _static_2(A, "schedule_reducer___setLoadedSchedules$closure", "_setLoadedSchedules", 3931); + _static_2(A, "schedule_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3932); + _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3933); + _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing16", 3934); + _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing17", 3935); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3936); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3937); + _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3938); + _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3939); + _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3940); + _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect18", 3941); + _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3942); + _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3943); + _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3944); + _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3945); + _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3946); + _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3947); + _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3948); + _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3949); + _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3950); + _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3951); + _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3952); + _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing17", 3953); + _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing18", 3954); + _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3955); + _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3956); + _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3957); + _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3958); + _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3959); + _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3960); + _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3961); + _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3962); + _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3963); + _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3964); + _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect19", 3965); + _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3966); + _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3967); + _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3968); + _static_2(A, "task_reducer___purgeClientSuccess$closure", "_purgeClientSuccess8", 3969); + _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3970); + _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3971); + _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3972); + _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3973); + _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3974); + _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3975); + _static_2(A, "task_reducer___addTask$closure", "_addTask", 3976); + _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3977); + _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3978); + _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3979); + _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3980); + _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing18", 3981); + _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing19", 3982); + _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3983); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3984); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3985); + _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3986); + _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3987); + _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3988); + _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect20", 3989); + _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3990); + _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3991); + _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3992); + _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3993); + _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3994); + _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3995); + _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3996); + _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3997); + _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3998); + _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3999); + _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 4000); + _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 4001); + _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing19", 4002); + _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing20", 4003); + _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 4004); + _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 4005); + _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 4006); + _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 4007); + _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect21", 4008); + _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 4009); + _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 4010); + _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 4011); + _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 4012); + _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 4013); + _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 4014); + _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 4015); + _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 4016); + _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 4017); + _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 4018); + _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 4019); + _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing20", 4020); + _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing21", 4021); + _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 4022); + _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 4023); + _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 4024); + _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 4025); + _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 4026); + _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 4027); + _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect22", 4028); + _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 4029); + _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 4030); + _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 4031); + _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 4032); + _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 4033); + _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 4034); + _static_2(A, "token_reducer___addToken$closure", "_addToken", 4035); + _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 4036); + _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 4037); + _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 4038); + _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 4039); + _static_2(A, "transaction_reducer___clearEditing$closure", "_clearEditing21", 4040); + _static_2(A, "transaction_reducer___updateEditing$closure", "_updateEditing22", 4041); + _static_2(A, "transaction_reducer___viewTransactionList$closure", "_viewTransactionList0", 4042); + _static_2(A, "transaction_reducer___filterTransactionsByCustom1$closure", "_filterTransactionsByCustom1", 4043); + _static_2(A, "transaction_reducer___filterTransactionsByCustom2$closure", "_filterTransactionsByCustom2", 4044); + _static_2(A, "transaction_reducer___filterTransactionsByState$closure", "_filterTransactionsByState", 4045); + _static_2(A, "transaction_reducer___filterTransactionsByStatus$closure", "_filterTransactionsByStatus", 4046); + _static_2(A, "transaction_reducer___filterTransactions$closure", "_filterTransactions", 4047); + _static_2(A, "transaction_reducer___sortTransactions$closure", "_sortTransactions", 4048); + _static_2(A, "transaction_reducer___startListMultiselect$closure", "_startListMultiselect23", 4049); + _static_2(A, "transaction_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 4050); + _static_2(A, "transaction_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 4051); + _static_2(A, "transaction_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 4052); + _static_2(A, "transaction_reducer___archiveTransactionSuccess$closure", "_archiveTransactionSuccess", 4053); + _static_2(A, "transaction_reducer___deleteTransactionSuccess$closure", "_deleteTransactionSuccess", 4054); + _static_2(A, "transaction_reducer___restoreTransactionSuccess$closure", "_restoreTransactionSuccess", 4055); + _static_2(A, "transaction_reducer___addTransaction$closure", "_addTransaction", 4056); + _static_2(A, "transaction_reducer___updateTransaction$closure", "_updateTransaction", 4057); + _static_2(A, "transaction_reducer___convertTransactionToPayment$closure", "_convertTransactionToPayment", 4058); + _static_2(A, "transaction_reducer___convertTransactionToExpense$closure", "_convertTransactionToExpense", 4059); + _static_2(A, "transaction_reducer___linkTransactionToPayment$closure", "_linkTransactionToPayment", 4060); + _static_2(A, "transaction_reducer___linkTransactionToExpense$closure", "_linkTransactionToExpense", 4061); + _static_2(A, "transaction_reducer___convertTransactions$closure", "_convertTransactions0", 4062); + _static_2(A, "transaction_reducer___setLoadedTransaction$closure", "_setLoadedTransaction", 4063); + _static_2(A, "transaction_reducer___setLoadedTransactions$closure", "_setLoadedTransactions", 4064); + _static_2(A, "transaction_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 4065); + _static_2(A, "transaction_rule_reducer___clearEditing$closure", "_clearEditing22", 4066); + _static_2(A, "transaction_rule_reducer___updateEditing$closure", "_updateEditing23", 4067); + _static_2(A, "transaction_rule_reducer___viewTransactionRuleList$closure", "_viewTransactionRuleList0", 4068); + _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom1$closure", "_filterTransactionRulesByCustom1", 4069); + _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom2$closure", "_filterTransactionRulesByCustom2", 4070); + _static_2(A, "transaction_rule_reducer___filterTransactionRulesByState$closure", "_filterTransactionRulesByState", 4071); + _static_2(A, "transaction_rule_reducer___filterTransactionRules$closure", "_filterTransactionRules", 4072); + _static_2(A, "transaction_rule_reducer___sortTransactionRules$closure", "_sortTransactionRules", 4073); + _static_2(A, "transaction_rule_reducer___startListMultiselect$closure", "_startListMultiselect24", 4074); + _static_2(A, "transaction_rule_reducer___addToListMultiselect$closure", "_addToListMultiselect24", 4075); + _static_2(A, "transaction_rule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect24", 4076); + _static_2(A, "transaction_rule_reducer___clearListMultiselect$closure", "_clearListMultiselect24", 4077); + _static_2(A, "transaction_rule_reducer___archiveTransactionRuleSuccess$closure", "_archiveTransactionRuleSuccess", 4078); + _static_2(A, "transaction_rule_reducer___deleteTransactionRuleSuccess$closure", "_deleteTransactionRuleSuccess", 4079); + _static_2(A, "transaction_rule_reducer___restoreTransactionRuleSuccess$closure", "_restoreTransactionRuleSuccess", 4080); + _static_2(A, "transaction_rule_reducer___addTransactionRule$closure", "_addTransactionRule", 4081); + _static_2(A, "transaction_rule_reducer___updateTransactionRule$closure", "_updateTransactionRule", 4082); + _static_2(A, "transaction_rule_reducer___setLoadedTransactionRule$closure", "_setLoadedTransactionRule", 4083); + _static_2(A, "transaction_rule_reducer___setLoadedTransactionRules$closure", "_setLoadedTransactionRules", 4084); + _static_2(A, "transaction_rule_reducer___setLoadedCompany$closure", "_setLoadedCompany24", 4085); + _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing23", 4086); + _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing24", 4087); + _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 4088); + _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 4089); + _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 4090); + _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 4091); + _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 4092); + _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 4093); + _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 4094); + _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 4095); + _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect25", 4096); + _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect25", 4097); + _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect25", 4098); + _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect25", 4099); + _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 4100); + _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 4101); + _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 4102); + _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 4103); + _static_2(A, "user_reducer___addUser$closure", "_addUser", 4104); + _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 4105); + _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 4106); + _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 4107); + _static_2(A, "user_reducer___disconnectOAuthUser$closure", "_disconnectOAuthUser0", 4108); + _static_2(A, "user_reducer___disconnectOAuthMailer$closure", "_disconnectOAuthMailer0", 4109); + _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 4110); + _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 4111); + _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 4112); + _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany25", 4113); + _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 4114); + _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing24", 4115); + _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing25", 4116); + _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 4117); + _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 4118); + _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 4119); + _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 4120); + _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 4121); + _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 4122); + _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 4123); + _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 4124); + _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 4125); + _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 4126); + _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 4127); + _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect26", 4128); + _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect26", 4129); + _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect26", 4130); + _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect26", 4131); + _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 4132); + _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 4133); + _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 4134); + _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 4135); + _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 4136); + _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 4137); + _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 4138); + _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany26", 4139); + _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing25", 4140); + _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing26", 4141); + _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 4142); + _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 4143); + _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 4144); + _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 4145); + _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 4146); + _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 4147); + _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect27", 4148); + _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect27", 4149); + _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect27", 4150); + _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect27", 4151); + _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 4152); + _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 4153); + _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 4154); + _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 4155); + _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 4156); + _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 4157); + _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 4158); + _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany27", 4159); + _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 4160); _instance_0_u(A._EntitiesListTileState.prototype, "get$_entity_list_tile$_onLongPress", "_entity_list_tile$_onLongPress$0", 0); _instance_0_u(A._EntityDropdownState.prototype, "get$_onFocusChanged", "_onFocusChanged$0", 0); _instance_0_u(_ = A._FormColorPickerState.prototype, "get$_color_picker$_onChanged", "_color_picker$_onChanged$0", 0); @@ -606570,22 +622291,22 @@ _instance_0_u(A._DurationPickerState.prototype, "get$_duration_picker$_onFoucsChanged", "_duration_picker$_onFoucsChanged$0", 0); _instance_0_u(A._GrowableFormFieldState.prototype, "get$_growable_form_field$_onFoucsChanged", "_growable_form_field$_onFoucsChanged$0", 0); _instance_0_u(A._TimePickerState.prototype, "get$_time_picker$_onFoucsChanged", "_time_picker$_onFoucsChanged$0", 0); - _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 4113); + _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 4161); _instance_0_u(A._InvoiceEmailViewState.prototype, "get$_invoice_email_view$_loadTemplate", "_invoice_email_view$_loadTemplate$0", 0); _instance_0_u(A._ListFilterState.prototype, "get$onFocusChanged", "onFocusChanged$0", 0); - _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 4114); + _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 4162); _instance_0_u(_ = A.AppPaginatedDataTableState.prototype, "get$_handleDataSourceChanged", "_handleDataSourceChanged$0", 0); _instance_0_u(_, "get$_handleFirst", "_handleFirst$0", 0); _instance_0_u(_, "get$_handlePrevious", "_handlePrevious$0", 0); _instance_0_u(_, "get$_handleNext", "_handleNext$0", 0); _instance_0_u(_, "get$_handleLast", "_handleLast$0", 0); _instance_0_u(A._LoginState.prototype, "get$_submitForm", "_submitForm$0", 0); - _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 4115); - _static_1(A, "bank_account_list_vm_BankAccountListVM_fromStore$closure", "BankAccountListVM_fromStore", 4116); - _static_1(A, "bank_account_screen_vm_BankAccountScreenVM_fromStore$closure", "BankAccountScreenVM_fromStore", 4117); + _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 4163); + _static_1(A, "bank_account_list_vm_BankAccountListVM_fromStore$closure", "BankAccountListVM_fromStore", 4164); + _static_1(A, "bank_account_screen_vm_BankAccountScreenVM_fromStore$closure", "BankAccountScreenVM_fromStore", 4165); _instance_0_u(A._BankAccountEditState.prototype, "get$_bank_account_edit$_onChanged", "_bank_account_edit$_onChanged$0", 0); - _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 4118); - _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 4119); + _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 4166); + _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 4167); _instance_0_u(A.ClientEditBillingAddressState.prototype, "get$_client_edit_billing_address$_onChanged", "_client_edit_billing_address$_onChanged$0", 0); _instance_0_u(A.ContactEditDetailsState.prototype, "get$_client_edit_contacts$_onChanged", "_client_edit_contacts$_onChanged$0", 0); _instance_0_u(_ = A.ClientEditDetailsState.prototype, "get$_client_edit_details$_onChanged", "_client_edit_details$_onChanged$0", 0); @@ -606594,310 +622315,302 @@ _instance_0_u(A.ClientEditSettingsState.prototype, "get$_client_edit_settings$_onChanged", "_client_edit_settings$_onChanged$0", 0); _instance_0_u(A.ClientEditShippingAddressState.prototype, "get$_client_edit_shipping_address$_onChanged", "_client_edit_shipping_address$_onChanged$0", 0); _instance_0_u(A._ClientViewState.prototype, "get$_client_view$_onTabChanged", "_client_view$_onTabChanged$0", 0); - _instance_2_u(A._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 794); - _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 4120); - _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 4121); + _instance_2_u(A._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 727); + _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 4168); + _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 4169); _instance_0_u(A._GatewayConfigFieldState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); _instance_0_u(A._LimitEditorState.prototype, "get$_onTextChange", "_onTextChange$0", 0); _instance_0_u(A._FeesEditorState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); - _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 4122); - _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 4123); - _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2746); + _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 4170); + _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 4171); + _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2747); _instance_0_u(_ = A._DashboardScreenState.prototype, "get$onScrollListener", "onScrollListener$0", 0); _instance_0_u(_, "get$onTabListener", "onTabListener$0", 0); - _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 4124); - _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 4125); - _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 4126); + _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 4172); + _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 4173); + _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 4174); _instance(_ = A._DesignEditState.prototype, "get$_design_edit$_onChanged", 0, 0, function() { return {debounce: true}; - }, ["call$1$debounce", "call$0"], ["_design_edit$_onChanged$1$debounce", "_design_edit$_onChanged$0"], 2785, 0, 0); + }, ["call$1$debounce", "call$0"], ["_design_edit$_onChanged$1$debounce", "_design_edit$_onChanged$0"], 2786, 0, 0); _instance_0_u(_, "get$_onHtmlChanged", "_onHtmlChanged$0", 0); - _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2786); - _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 4127); - _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 4128); + _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2787); + _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 4175); + _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 4176); _instance_0_u(A._DocumentEditState.prototype, "get$_document_edit$_onChanged", "_document_edit$_onChanged$0", 0); _instance_0_u(A.ExpenseEditDetailsState.prototype, "get$_expense_edit_details$_onChanged", "_expense_edit_details$_onChanged$0", 0); _instance_0_u(A.ExpenseEditNotesState.prototype, "get$_expense_edit_notes$_onChanged", "_expense_edit_notes$_onChanged$0", 0); _instance_0_u(A.ExpenseEditSettingsState.prototype, "get$_expense_edit_settings$_onChanged", "_expense_edit_settings$_onChanged$0", 0); - _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 4129); - _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 4130); + _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 4177); + _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 4178); _instance_0_u(A._ExpenseViewState.prototype, "get$_expense_view$_onTabChanged", "_expense_view$_onTabChanged$0", 0); _instance_0_u(A._ExpenseCategoryEditState.prototype, "get$_expense_category_edit$_onChanged", "_expense_category_edit$_onChanged$0", 0); - _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 4131); - _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 4132); + _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 4179); + _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 4180); _instance_0_u(A._GroupEditState.prototype, "get$_group_edit$_onChanged", "_group_edit$_onChanged$0", 0); - _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 4133); - _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 4134); + _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 4181); + _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 4182); _instance_0_u(_ = A.InvoiceEditDesktopState.prototype, "get$_invoice_edit_desktop$_onChanged", "_invoice_edit_desktop$_onChanged$0", 0); _instance_1_u(_, "get$_invoice_edit_desktop$_onSavePressed", "_invoice_edit_desktop$_onSavePressed$1", 21); _instance_0_u(A.InvoiceEditDetailsState.prototype, "get$_invoice_edit_details$_onChanged", "_invoice_edit_details$_onChanged$0", 0); _instance_0_u(A.ItemEditDetailsState.prototype, "get$_invoice_edit_items$_onTextChanged", "_invoice_edit_items$_onTextChanged$0", 0); _instance_0_u(A.InvoiceEditNotesState.prototype, "get$_invoice_edit_notes$_onChanged", "_invoice_edit_notes$_onChanged$0", 0); - _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 4135); - _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 4136); + _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 4183); + _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 4184); _instance_0_u(A._InvoiceViewState.prototype, "get$_invoice_view$_onTabChanged", "_invoice_view$_onTabChanged$0", 0); _instance_0_u(_ = A._PaymentEditState.prototype, "get$_payment_edit$_onChanged", "_payment_edit$_onChanged$0", 0); _instance_1_u(_, "get$_payment_edit$_onSavePressed", "_payment_edit$_onSavePressed$1", 21); _instance(A._PaymentableEditorState.prototype, "get$_payment_edit$_onChanged", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 790, 0, 0); - _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 4137); - _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 4138); + }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 793, 0, 0); + _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 4185); + _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 4186); _instance_0_u(A._PaymentRefundState.prototype, "get$_payment_refund$_onChanged", "_payment_refund$_onChanged$0", 0); _instance(A._PaymentableEditorState0.prototype, "get$_payment_refund$_onChanged", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 790, 0, 0); + }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 793, 0, 0); _instance_0_u(A._PaymentTermEditState.prototype, "get$_payment_term_edit$_onChanged", "_payment_term_edit$_onChanged$0", 0); - _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 4139); - _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 4140); + _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 4187); + _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 4188); _instance_0_u(_ = A._ProductEditState.prototype, "get$_product_edit$_onChanged", "_product_edit$_onChanged$0", 0); _instance_1_u(_, "get$_product_edit$_onSavePressed", "_product_edit$_onSavePressed$1", 21); - _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 4141); - _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 4142); + _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 4189); + _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 4190); _instance_0_u(A._ProductViewState.prototype, "get$_product_view$_onTabChanged", "_product_view$_onTabChanged$0", 0); _instance_0_u(_ = A._ProjectEditState.prototype, "get$_project_edit$_onChanged", "_project_edit$_onChanged$0", 0); _instance_1_u(_, "get$_project_edit$_onSavePressed", "_project_edit$_onSavePressed$1", 21); - _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 4143); - _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 4144); + _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 4191); + _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 4192); _instance_0_u(A._ProjectViewState.prototype, "get$_project_view$_onTabChanged", "_project_view$_onTabChanged$0", 0); - _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 4145); - _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 4146); - _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 4147); - _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 4148); - _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 4149); - _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 4150); - _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 4151); - _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 4152); - _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 4153); + _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 4193); + _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 4194); + _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 4195); + _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 4196); + _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 4197); + _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 4198); + _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 4199); + _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 4200); + _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 4201); _instance_0_u(A._ScheduleEditState.prototype, "get$_schedule_edit$_onChanged", "_schedule_edit$_onChanged$0", 0); - _static_1(A, "schedule_list_vm_ScheduleListVM_fromStore$closure", "ScheduleListVM_fromStore", 4154); - _static_1(A, "schedule_screen_vm_ScheduleScreenVM_fromStore$closure", "ScheduleScreenVM_fromStore", 4155); + _static_1(A, "schedule_list_vm_ScheduleListVM_fromStore$closure", "ScheduleListVM_fromStore", 4202); + _static_1(A, "schedule_screen_vm_ScheduleScreenVM_fromStore$closure", "ScheduleScreenVM_fromStore", 4203); _instance_0_u(_ = A._AccountManagementState.prototype, "get$_onTabChanged", "_onTabChanged$0", 0); _instance_0_u(_, "get$_account_management$_onChanged", "_account_management$_onChanged$0", 0); - _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 4156); + _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 4204); _instance_0_u(_ = A._ClientPortalState.prototype, "get$_client_portal$_onTabChanged", "_client_portal$_onTabChanged$0", 0); _instance_0_u(_, "get$_client_portal$_onChanged", "_client_portal$_onChanged$0", 0); _instance_1_u(_, "get$_client_portal$_onSavePressed", "_client_portal$_onSavePressed$1", 21); - _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 4157); + _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 4205); _instance_0_u(_ = A._CompanyDetailsState.prototype, "get$_company_details$_onTabChanged", "_company_details$_onTabChanged$0", 0); _instance_0_u(_, "get$_onSettingsChanged", "_onSettingsChanged$0", 0); - _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 4158); + _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 4206); _instance_0_u(A._CreditCardsAndBanksState.prototype, "get$_credit_cards_and_banks$_onChanged", "_credit_cards_and_banks$_onChanged$0", 0); - _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 4159); + _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 4207); _instance_0_u(A._CustomFieldsState.prototype, "get$_custom_fields$_onTabChanged", "_custom_fields$_onTabChanged$0", 0); _instance_0_u(A._CustomFormFieldState.prototype, "get$_custom_fields$_onChanged", "_custom_fields$_onChanged$0", 0); - _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 4160); + _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 4208); _instance_0_u(A._DataVisualizationsState.prototype, "get$_data_visualizations$_onChanged", "_data_visualizations$_onChanged$0", 0); - _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 4161); + _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 4209); _instance_0_u(_ = A._DeviceSettingsState.prototype, "get$_device_settings$_onChanged", "_device_settings$_onChanged$0", 0); _instance_0_u(_, "get$_device_settings$_onTabChanged", "_device_settings$_onTabChanged$0", 0); - _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 4162); + _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 4210); _instance_0_u(_ = A._EmailSettingsState.prototype, "get$_email_settings$_onChanged", "_email_settings$_onChanged$0", 0); _instance_1_u(_, "get$_email_settings$_onSavePressed", "_email_settings$_onSavePressed$1", 21); - _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 4163); - _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 4164); + _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 4211); + _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 4212); _instance_0_u(_ = A._GeneratedNumbersState.prototype, "get$_generated_numbers$_onTabChanged", "_generated_numbers$_onTabChanged$0", 0); _instance_0_u(_, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); _instance_1_u(_, "get$_generated_numbers$_onSavePressed", "_generated_numbers$_onSavePressed$1", 21); _instance_0_u(A._EntityNumberSettingsState.prototype, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); - _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 4165); - _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 4166); + _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 4213); + _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 4214); _instance_0_u(_ = A._InvoiceDesignState.prototype, "get$_invoice_design$_onTabChanged", "_invoice_design$_onTabChanged$0", 0); _instance_0_u(_, "get$_invoice_design$_onChanged", "_invoice_design$_onChanged$0", 0); - _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 4167); + _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 4215); _instance_0_u(_ = A._LocalizationSettingsState.prototype, "get$_localization_settings$_onTabChanged", "_localization_settings$_onTabChanged$0", 0); _instance_0_u(_, "get$_localization_settings$_onChanged", "_localization_settings$_onChanged$0", 0); - _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 4168); + _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 4216); _instance_0_u(A._PaymentSettingsState.prototype, "get$_payment_settings$_onChanged", "_payment_settings$_onChanged$0", 0); - _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 4169); + _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 4217); _instance_0_u(A._ProductSettingsState.prototype, "get$_product_settings$_onChanged", "_product_settings$_onChanged$0", 0); - _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 4170); - _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 4171); - _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 4172); + _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 4218); + _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 4219); + _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 4220); _instance_0_u(A._SettingsWizardState.prototype, "get$_settings_wizard$_onSavePressed", "_settings_wizard$_onSavePressed$0", 0); _instance_0_u(A._TaskSettingsState.prototype, "get$_task_settings$_onChanged", "_task_settings$_onChanged$0", 0); - _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 4173); + _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 4221); _instance_0_u(A.__EditSubregionDialogState.prototype, "get$_tax_settings$_onDone", "_tax_settings$_onDone$0", 0); - _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 4174); + _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 4222); _instance_0_u(_ = A._TemplatesAndRemindersState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); _instance_0_u(_, "get$_templates_and_reminders$_onTabChanged", "_templates_and_reminders$_onTabChanged$0", 0); _instance_0_u(A._ReminderSettingsState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); - _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 4175); + _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 4223); _instance_0_u(_ = A._UserDetailsState.prototype, "get$_user_details$_onTabChanged", "_user_details$_onTabChanged$0", 0); _instance_0_u(_, "get$_user_details$_onChanged", "_user_details$_onChanged$0", 0); _instance_1_u(_, "get$_user_details$_onSavePressed", "_user_details$_onSavePressed$1", 21); - _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 4176); + _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 4224); _instance_0_u(A._WorkflowSettingsState.prototype, "get$_workflow_settings$_onTabChanged", "_workflow_settings$_onTabChanged$0", 0); - _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 4177); + _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 4225); _instance_0_u(_ = A._SubscriptionEditState.prototype, "get$_subscription_edit$_onTabChanged", "_subscription_edit$_onTabChanged$0", 0); _instance_0_u(_, "get$_subscription_edit$_onChanged", "_subscription_edit$_onChanged$0", 0); _instance_1_u(_, "get$_subscription_edit$_onSavePressed", "_subscription_edit$_onSavePressed$1", 21); - _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 4178); - _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 4179); + _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 4226); + _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 4227); _instance_0_u(A._TaskEditDesktopState.prototype, "get$_task_edit_desktop$_onChanged", "_task_edit_desktop$_onChanged$0", 0); _instance_0_u(A._TaskEditDetailsState.prototype, "get$_task_edit_details$_onChanged", "_task_edit_details$_onChanged$0", 0); _instance_0_u(A._KanbanStatusCardState.prototype, "get$_kanban_status$_onSavePressed", "_kanban_status$_onSavePressed$0", 0); - _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 4180); - _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 4181); - _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 4182); + _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 4228); + _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 4229); + _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 4230); _instance_0_u(A._TaskViewState.prototype, "get$_task_view$_onTabChanged", "_task_view$_onTabChanged$0", 0); _instance_0_u(_ = A._TaskStatusEditState.prototype, "get$_task_status_edit$_onChanged", "_task_status_edit$_onChanged$0", 0); _instance_1_u(_, "get$_task_status_edit$_onSavePressed", "_task_status_edit$_onSavePressed$1", 21); - _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 4183); - _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 4184); + _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 4231); + _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 4232); _instance_0_u(_ = A._TaxRateEditState.prototype, "get$_tax_rate_edit$_onChanged", "_tax_rate_edit$_onChanged$0", 0); _instance_1_u(_, "get$_tax_rate_edit$_onSavePressed", "_tax_rate_edit$_onSavePressed$1", 21); - _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 4185); - _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 4186); + _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 4233); + _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 4234); _instance_0_u(_ = A._TokenEditState.prototype, "get$_token_edit$_onChanged", "_token_edit$_onChanged$0", 0); _instance_1_u(_, "get$_token_edit$_onSavePressed", "_token_edit$_onSavePressed$1", 21); - _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 4187); - _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 4188); + _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 4235); + _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 4236); _instance_0_u(A._TransactionEditState.prototype, "get$_transaction_edit$_onChanged", "_transaction_edit$_onChanged$0", 0); - _static_1(A, "transaction_list_vm_TransactionListVM_fromStore$closure", "TransactionListVM_fromStore", 4189); - _static_1(A, "transaction_screen_vm_TransactionScreenVM_fromStore$closure", "TransactionScreenVM_fromStore", 4190); + _static_1(A, "transaction_list_vm_TransactionListVM_fromStore$closure", "TransactionListVM_fromStore", 4237); + _static_1(A, "transaction_screen_vm_TransactionScreenVM_fromStore$closure", "TransactionScreenVM_fromStore", 4238); _instance_0_u(A._TransactionRuleEditState.prototype, "get$_transaction_rule_edit$_onChanged", "_transaction_rule_edit$_onChanged$0", 0); _instance_0_u(A.__RuleCriteriaState.prototype, "get$onDonePressed", "onDonePressed$0", 0); - _static_1(A, "transaction_rule_list_vm_TransactionRuleListVM_fromStore$closure", "TransactionRuleListVM_fromStore", 4191); - _static_1(A, "transaction_rule_screen_vm_TransactionRuleScreenVM_fromStore$closure", "TransactionRuleScreenVM_fromStore", 4192); + _static_1(A, "transaction_rule_list_vm_TransactionRuleListVM_fromStore$closure", "TransactionRuleListVM_fromStore", 4239); + _static_1(A, "transaction_rule_screen_vm_TransactionRuleScreenVM_fromStore$closure", "TransactionRuleScreenVM_fromStore", 4240); _instance_0_u(_ = A._UserEditState.prototype, "get$_user_edit$_onChanged", "_user_edit$_onChanged$0", 0); _instance_1_u(_, "get$_user_edit$_onSavePressed", "_user_edit$_onSavePressed$1", 21); - _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 4193); - _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 4194); + _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 4241); + _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 4242); _instance_0_u(A.VendorEditAddressState.prototype, "get$_vendor_edit_address$_onChanged", "_vendor_edit_address$_onChanged$0", 0); _instance_0_u(A.VendorContactEditDetailsState.prototype, "get$_vendor_edit_contacts$_onChanged", "_vendor_edit_contacts$_onChanged$0", 0); _instance_0_u(_ = A.VendorEditDetailsState.prototype, "get$_vendor_edit_details$_onChanged", "_vendor_edit_details$_onChanged$0", 0); _instance_1_u(_, "get$_vendor_edit_details$_onSavePressed", "_vendor_edit_details$_onSavePressed$1", 21); _instance_0_u(A.VendorEditNotesState.prototype, "get$_vendor_edit_notes$_onChanged", "_vendor_edit_notes$_onChanged$0", 0); - _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 4195); - _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 4196); + _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 4243); + _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 4244); _instance_0_u(A._VendorViewState.prototype, "get$_vendor_view$_onTabChanged", "_vendor_view$_onTabChanged$0", 0); - _instance_2_u(A._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 794); + _instance_2_u(A._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 727); _instance_0_u(_ = A._WebhookEditState.prototype, "get$_webhook_edit$_onChanged", "_webhook_edit$_onChanged$0", 0); _instance_1_u(_, "get$_webhook_edit$_onSavePressed", "_webhook_edit$_onSavePressed$1", 21); - _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 4197); - _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 4198); - _instance_0_u(_ = A._ExampleEditorState.prototype, "get$_super_editor$_onChanged", "_super_editor$_onChanged$0", 0); + _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 4245); + _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 4246); + _instance_1_u(_ = A._ExampleEditorState.prototype, "get$_super_editor$_onDocumentChange", "_super_editor$_onDocumentChange$1", 10); _instance_0_u(_, "get$_hideOrShowToolbar", "_hideOrShowToolbar$0", 0); _instance_0_u(_, "get$_hideEditorToolbar", "_hideEditorToolbar$0", 0); - _instance_0_u(_, "get$_cut", "_cut$0", 0); - _instance_0_u(_, "get$_copy", "_copy$0", 0); - _instance_0_u(_, "get$_paste", "_paste$0", 0); - _instance_0_u(_, "get$_selectAll", "_selectAll$0", 0); - _instance_0_u(_ = A._EditorToolbarState.prototype, "get$_toolbar0$_toggleBold", "_toolbar0$_toggleBold$0", 0); - _instance_0_u(_, "get$_toolbar0$_toggleItalics", "_toolbar0$_toggleItalics$0", 0); - _instance_0_u(_, "get$_toolbar0$_toggleStrikethrough", "_toolbar0$_toggleStrikethrough$0", 0); + _instance_1_u(_, "get$_buildFloatingToolbar", "_buildFloatingToolbar$1", 46); + _instance_1_u(_, "get$_buildImageToolbar", "_buildImageToolbar$1", 46); + _instance_0_u(_ = A._EditorToolbarState.prototype, "get$_toggleBold", "_toggleBold$0", 0); + _instance_0_u(_, "get$_toggleItalics", "_toggleItalics$0", 0); + _instance_0_u(_, "get$_toggleStrikethrough", "_toggleStrikethrough$0", 0); _instance_0_u(_, "get$_onLinkPressed", "_onLinkPressed$0", 0); _instance_0_u(_, "get$_applyLink", "_applyLink$0", 0); + _instance_1_u(_, "get$_toolbar0$_onPerformAction", "_toolbar0$_onPerformAction$1", 281); _instance_0_u(_ = A._ImageFormatToolbarState.prototype, "get$_makeImageConfined", "_makeImageConfined$0", 0); _instance_0_u(_, "get$_makeImageFullBleed", "_makeImageFullBleed$0", 0); - _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 3313); - _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 43); - _instance_1_u(_ = A.ImageHandler.prototype, "get$build", "build$1", 52); - _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 532, 0, 0); - _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 532, 0, 0); - _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 532, 0, 0); - _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 3323, 0, 0); - _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 740, 0, 0); + _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 3310); _instance_0_i(_ = A._MenuPageController.prototype, "get$next", "next$0", 0); _instance_0_u(_, "get$previous", "previous$0", 0); - _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 4199); + _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 4247); _instance_0_u(A._PinchZoomState.prototype, "get$_onAnimateReset", "_onAnimateReset$0", 0); - _static_2(A, "pinput_Pinput__defaultContextMenuBuilder$closure", "Pinput__defaultContextMenuBuilder", 430); + _static_2(A, "pinput_Pinput__defaultContextMenuBuilder$closure", "Pinput__defaultContextMenuBuilder", 366); _instance_0_u(_ = A._PinputState.prototype, "get$_handleTextEditingControllerChanges", "_handleTextEditingControllerChanges$0", 0); - _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 598); + _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 517); _instance_0_u(_, "get$_pinput$_handleSelectionHandleTapped", "_pinput$_handleSelectionHandleTapped$0", 0); - _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 3329, 0, 0); + _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 3324, 0, 0); _instance_0_u(_, "get$_semanticsOnTap", "_semanticsOnTap$0", 0); - _instance_2_u(A._PinItem.prototype, "get$_getTransition", "_getTransition$2", 445); - _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 174); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 271); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 384); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 266); - _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 173); - _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 704, 0, 0); - _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 704, 0, 0); - _instance_0_u(A.PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 3339); + _instance_2_u(A._PinItem.prototype, "get$_getTransition", "_getTransition$2", 537); + _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 172); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 308); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 273); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 233); + _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 180); + _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 876, 0, 0); + _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 876, 0, 0); + _instance_0_u(A.PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 3334); _instance_2_u(A.TypedReducer.prototype, "get$$call", "call$2", "1(Object?,@)"); - _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 3342, 0, 0); + _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 3337, 0, 0); _instance_0_u(_ = A.RoundedLoadingButtonState.prototype, "get$_btnPressed", "_btnPressed$0", 0); _instance_0_i(_, "get$_rounded_loading_button$_start", "_rounded_loading_button$_start$0", 0); _instance_0_u(_, "get$_rounded_loading_button$_reset", "_rounded_loading_button$_reset$0", 0); _instance(_ = A.Subject.prototype, "get$_subject$_addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["_subject$_addError$2", "_subject$_addError$1"], 440, 0, 0); - _instance_1_i(_, "get$add", "add$1", 42); - _instance_1_i(_, "get$_subject$_add", "_subject$_add$1", 42); - _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 42); - _instance_2_i(_, "get$onError", "onError$2", 136); + }, ["call$2", "call$1"], ["_subject$_addError$2", "_subject$_addError$1"], 470, 0, 0); + _instance_1_i(_, "get$add", "add$1", 44); + _instance_1_i(_, "get$_subject$_add", "_subject$_add$1", 44); + _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 44); + _instance_2_i(_, "get$onError", "onError$2", 155); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 42); - _instance_2_i(_, "get$onError", "onError$2", 136); + _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 44); + _instance_2_i(_, "get$onError", "onError$2", 155); _instance_0_u(_, "get$onDone", "onDone$0", 0); - _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 173); - _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 3356, 0, 0); + _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 180); + _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 3351, 0, 0); _instance_0_u(A.InjectedImp.prototype, "get$dispose", "dispose$0", 0); - _instance_2_u(A.ReactiveModelImp.prototype, "get$middleSetCreator", "middleSetCreator$2", 3359); - _instance_0_u(_ = A.DocumentComposer.prototype, "get$dispose", "dispose$0", 0); - _instance_0_u(_, "get$_onSelectionChangedBySelectionNotifier", "_onSelectionChangedBySelectionNotifier$0", 0); - _instance_0_u(A.MutableDocument.prototype, "get$_forwardNodeChange", "_forwardNodeChange$0", 0); + _instance_2_u(A.ReactiveModelImp.prototype, "get$middleSetCreator", "middleSetCreator$2", 3354); + _instance_0_u(A.DocumentComposer.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A._CaretDocumentOverlayState.prototype, "get$_document_caret_overlay$_onSelectionChange", "_document_caret_overlay$_onSelectionChange$0", 0); - _instance_0_u(_ = A._EditorSelectionAndFocusPolicyState.prototype, "get$_onFocusChange", "_onFocusChange$0", 0); - _instance_0_u(_, "get$_onSelectionChange", "_onSelectionChange$0", 0); - _instance_1_u(_ = A._DocumentMouseInteractorState.prototype, "get$_document_gestures_mouse$_onSelectionChange", "_document_gestures_mouse$_onSelectionChange$1", 3367); - _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 110); - _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 64); - _instance_0_u(_, "get$_onDoubleTap", "_onDoubleTap$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 64); - _instance_0_u(_, "get$_onTripleTap", "_onTripleTap$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 72); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 70); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 93); + _instance_0_u(_ = A._EditorSelectionAndFocusPolicyState.prototype, "get$_document_focus_and_selection_policies$_onFocusChange", "_document_focus_and_selection_policies$_onFocusChange$0", 0); + _instance_0_u(_, "get$_document_focus_and_selection_policies$_onSelectionChange", "_document_focus_and_selection_policies$_onSelectionChange$0", 0); + _instance_1_u(_ = A._DocumentMouseInteractorState.prototype, "get$_document_gestures_mouse$_onSelectionChange", "_document_gestures_mouse$_onSelectionChange$1", 3399); + _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 113); + _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 50); + _instance_0_u(_, "get$_document_gestures_mouse$_onDoubleTap", "_document_gestures_mouse$_onDoubleTap$0", 0); + _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 50); + _instance_0_u(_, "get$_document_gestures_mouse$_onTripleTap", "_document_gestures_mouse$_onTripleTap$0", 0); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 73); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 68); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 94); _instance_0_u(_, "get$_document_gestures_mouse$_onPanCancel", "_document_gestures_mouse$_onPanCancel$0", 0); - _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 277); + _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 245); _instance_0_u(_, "get$_document_gestures_mouse$_updateDragSelection", "_document_gestures_mouse$_updateDragSelection$0", 0); - _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 386); + _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 247); _instance_0_u(_, "get$_updateMouseCursorAtLatestOffset", "_updateMouseCursorAtLatestOffset$0", 0); _instance_0_u(_ = A._AndroidDocumentTouchInteractorState.prototype, "get$_document_gestures_touch_android$_onScrollActivityChange", "_document_gestures_touch_android$_onScrollActivityChange$0", 0); - _instance_0_u(_, "get$_document_gestures_touch_android$_onFocusChange", "_document_gestures_touch_android$_onFocusChange$0", 0); - _instance_0_u(_, "get$_document_gestures_touch_android$_onDocumentChange", "_document_gestures_touch_android$_onDocumentChange$0", 0); + _instance_1_u(_, "get$_document_gestures_touch_android$_onDocumentChange", "_document_gestures_touch_android$_onDocumentChange$1", 10); _instance_0_u(_, "get$_document_gestures_touch_android$_onSelectionChange", "_document_gestures_touch_android$_onSelectionChange$0", 0); - _instance_0_u(_, "get$_document_gestures_touch_android$_onScrollChange", "_document_gestures_touch_android$_onScrollChange$0", 0); - _instance_1_u(_, "get$_document_gestures_touch_android$_onTapDown", "_document_gestures_touch_android$_onTapDown$1", 64); - _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 110); - _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 64); - _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 64); - _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 3371); - _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 777); - _instance_0_u(_, "get$_document_gestures_touch_android$_onHandleDragEnd", "_document_gestures_touch_android$_onHandleDragEnd$0", 0); - _instance_0_u(_, "get$_document_gestures_touch_android$_updateDragSelection", "_document_gestures_touch_android$_updateDragSelection$0", 0); - _instance_0_u(_ = A._AndroidDocumentTouchEditingControlsState.prototype, "get$_document_gestures_touch_android$_onEditingControllerChange", "_document_gestures_touch_android$_onEditingControllerChange$0", 0); - _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 72); - _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 72); - _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 72); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 70); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 93); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapDown", "_document_gestures_touch_android$_onTapDown$1", 50); + _instance_0_u(_, "get$_document_gestures_touch_android$_onLongPressDown", "_document_gestures_touch_android$_onLongPressDown$0", 0); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 113); + _instance_1_u(_, "get$_document_gestures_touch_android$_onDoubleTapDown", "_document_gestures_touch_android$_onDoubleTapDown$1", 50); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTripleTapDown", "_document_gestures_touch_android$_onTripleTapDown$1", 50); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanStart", "_document_gestures_touch_android$_onPanStart$1", 73); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 68); + _instance_1_u(_, "get$_updateLongPressSelection", "_updateLongPressSelection$1", 887); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 94); _instance_0_u(_, "get$_document_gestures_touch_android$_onPanCancel", "_document_gestures_touch_android$_onPanCancel$0", 0); - _instance_0_u(_ = A._IOSDocumentTouchInteractorState.prototype, "get$_onScrollActivityChange", "_onScrollActivityChange$0", 0); - _instance_0_u(_, "get$_document_gestures_touch_ios$_onFocusChange", "_document_gestures_touch_ios$_onFocusChange$0", 0); - _instance_0_u(_, "get$_onDocumentChange", "_onDocumentChange$0", 0); - _instance_0_u(_, "get$_document_gestures_touch_ios$_onSelectionChange", "_document_gestures_touch_ios$_onSelectionChange$0", 0); - _instance_0_u(_, "get$_onScrollChange", "_onScrollChange$0", 0); - _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapDown", "_document_gestures_touch_ios$_onTapDown$1", 64); - _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapUp", "_document_gestures_touch_ios$_onTapUp$1", 110); - _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 110); - _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 110); - _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 588); - _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 72); - _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 70); - _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 93); - _instance_0_u(_, "get$_onPanCancel", "_onPanCancel$0", 0); - _instance_0_u(_, "get$_onTapTimeout", "_onTapTimeout$0", 0); - _instance_0_u(_, "get$_updateDragSelection", "_updateDragSelection$0", 0); + _instance_1_u(_ = A.SuperEditorAndroidControlsOverlayManagerState.prototype, "get$_onHandlePanUpdate", "_onHandlePanUpdate$1", 68); + _instance_1_u(_, "get$_onHandlePanEnd", "_onHandlePanEnd$1", 94); + _instance_0_u(_, "get$_onHandlePanCancel", "_onHandlePanCancel$0", 0); + _instance_0_u(_, "get$_onDocumentScroll", "_onDocumentScroll$0", 0); + _instance_1_u(_, "get$_document_gestures_touch_android$_buildOverlay", "_document_gestures_touch_android$_buildOverlay$1", 46); + _instance_0_u(_ = A._IosDocumentTouchInteractorState.prototype, "get$_onScrollActivityChange", "_onScrollActivityChange$0", 0); + _instance_1_u(_, "get$_onDocumentChange", "_onDocumentChange$1", 10); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapDown", "_document_gestures_touch_ios$_onTapDown$1", 50); + _instance_0_u(_, "get$_onLongPressDown", "_onLongPressDown$0", 0); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapUp", "_document_gestures_touch_ios$_onTapUp$1", 113); + _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 113); + _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 113); + _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 571); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onPanStart", "_document_gestures_touch_ios$_onPanStart$1", 73); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onPanUpdate", "_document_gestures_touch_ios$_onPanUpdate$1", 68); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onPanEnd", "_document_gestures_touch_ios$_onPanEnd$1", 94); + _instance_0_u(_, "get$_document_gestures_touch_ios$_onPanCancel", "_document_gestures_touch_ios$_onPanCancel$0", 0); + _instance_0_u(_, "get$_onAutoScrollChange", "_onAutoScrollChange$0", 0); + _instance_1_u(_, "get$_document_gestures_touch_ios$_select", "_document_gestures_touch_ios$_select$1", 887); _instance_0_u(_, "get$_onFloatingCursorStart", "_onFloatingCursorStart$0", 0); - _instance_1_u(_, "get$_moveSelectionToFloatingCursor", "_moveSelectionToFloatingCursor$1", 777); + _instance_0_u(_, "get$_onFloatingCursorGeometryChange", "_onFloatingCursorGeometryChange$0", 0); _instance_0_u(_, "get$_onFloatingCursorStop", "_onFloatingCursorStop$0", 0); - _instance_2_u(A._SuperEditorHardwareKeyHandlerState.prototype, "get$_onKeyPressed", "_onKeyPressed$2", 226); + _instance_1_u(A.SuperEditorIosToolbarOverlayManagerState.prototype, "get$_document_gestures_touch_ios$_buildToolbar", "_document_gestures_touch_ios$_buildToolbar$1", 46); + _instance_1_u(A.SuperEditorIosMagnifierOverlayManagerState.prototype, "get$_document_gestures_touch_ios$_buildMagnifier", "_document_gestures_touch_ios$_buildMagnifier$1", 46); + _instance_0_u(_ = A._EditorFloatingCursorState.prototype, "get$_onFloatingCursorStart", "_onFloatingCursorStart$0", 0); + _instance_1_u(_, "get$_onFloatingCursorMove", "_onFloatingCursorMove$1", 3410); + _instance_0_u(_, "get$_document_gestures_touch_ios$_onScrollChange", "_document_gestures_touch_ios$_onScrollChange$0", 0); + _instance_0_u(_, "get$_onFloatingCursorStop", "_onFloatingCursorStop$0", 0); + _instance_2_u(A._SuperEditorHardwareKeyHandlerState.prototype, "get$_document_physical_keyboard$_onKeyPressed", "_document_physical_keyboard$_onKeyPressed$2", 238); _instance_0_u(_ = A.DocumentImeInputClient.prototype, "get$_onContentChange", "_onContentChange$0", 0); _instance_0_u(_, "get$_onImeConnectionChange", "_onImeConnectionChange$0", 0); _instance_1_u(_, "get$performSelector", "performSelector$1", 15); @@ -606905,199 +622618,420 @@ _instance_0_u(_ = A._DocumentSelectionOpenAndCloseImePolicyState.prototype, "get$_document_ime_interaction_policies$_onFocusChange", "_document_ime_interaction_policies$_onFocusChange$0", 0); _instance_0_u(_, "get$_document_ime_interaction_policies$_onSelectionChange", "_document_ime_interaction_policies$_onSelectionChange$0", 0); _instance_0_u(_, "get$_onConnectionChange", "_onConnectionChange$0", 0); - _instance_0_u(_ = A.KeyboardEditingToolbar.prototype, "get$_toggleBold", "_toggleBold$0", 0); - _instance_0_u(_, "get$_toggleItalics", "_toggleItalics$0", 0); - _instance_0_u(_, "get$_toggleUnderline", "_toggleUnderline$0", 0); - _instance_0_u(_, "get$_toggleStrikethrough", "_toggleStrikethrough$0", 0); - _instance_0_u(_, "get$_convertToHeader1", "_convertToHeader1$0", 0); - _instance_0_u(_, "get$_convertToHeader2", "_convertToHeader2$0", 0); - _instance_0_u(_, "get$_convertToParagraph", "_convertToParagraph$0", 0); - _instance_0_u(_, "get$_convertToOrderedListItem", "_convertToOrderedListItem$0", 0); - _instance_0_u(_, "get$_convertToUnorderedListItem", "_convertToUnorderedListItem$0", 0); - _instance_0_u(_, "get$_convertToBlockquote", "_convertToBlockquote$0", 0); - _instance_0_u(_, "get$_convertToHr", "_convertToHr$0", 0); - _instance_0_u(_, "get$_closeKeyboard", "_closeKeyboard$0", 0); - _instance_0_u(A.SuperEditorImeInteractorState.prototype, "get$_supereditor_ime_interactor$_onImeConnectionChange", "_supereditor_ime_interactor$_onImeConnectionChange$0", 0); + _instance_1_u(A.DeltaTextInputClientDecorator.prototype, "get$performSelector", "performSelector$1", 15); + _instance_1_u(A._KeyboardEditingToolbarState.prototype, "get$_buildToolbarOverlay", "_buildToolbarOverlay$1", 46); + _instance_0_u(_ = A.KeyboardEditingToolbarOperations.prototype, "get$toggleBold", "toggleBold$0", 0); + _instance_0_u(_, "get$toggleItalics", "toggleItalics$0", 0); + _instance_0_u(_, "get$toggleUnderline", "toggleUnderline$0", 0); + _instance_0_u(_, "get$toggleStrikethrough", "toggleStrikethrough$0", 0); + _instance_0_u(_, "get$convertToHeader1", "convertToHeader1$0", 0); + _instance_0_u(_, "get$convertToHeader2", "convertToHeader2$0", 0); + _instance_0_u(_, "get$convertToParagraph", "convertToParagraph$0", 0); + _instance_0_u(_, "get$convertToOrderedListItem", "convertToOrderedListItem$0", 0); + _instance_0_u(_, "get$convertToUnorderedListItem", "convertToUnorderedListItem$0", 0); + _instance_0_u(_, "get$convertToBlockquote", "convertToBlockquote$0", 0); + _instance_0_u(_, "get$convertToHr", "convertToHr$0", 0); + _instance_0_u(_, "get$closeKeyboard", "closeKeyboard$0", 0); + _static_1(A, "supereditor_ime_interactor__moveLeft$closure", "moveLeft", 45); + _static_1(A, "supereditor_ime_interactor__moveRight$closure", "moveRight", 45); + _static_1(A, "supereditor_ime_interactor__moveUp$closure", "moveUp", 45); + _static_1(A, "supereditor_ime_interactor__moveDown$closure", "moveDown", 45); + _static_1(A, "supereditor_ime_interactor__moveWordLeft$closure", "moveWordLeft", 45); + _static_1(A, "supereditor_ime_interactor__moveWordRight$closure", "moveWordRight", 45); + _static_1(A, "supereditor_ime_interactor__moveToLeftEndOfLine$closure", "moveToLeftEndOfLine", 45); + _static_1(A, "supereditor_ime_interactor__moveToRightEndOfLine$closure", "moveToRightEndOfLine", 45); + _static_1(A, "supereditor_ime_interactor__moveToBeginningOfParagraph$closure", "moveToBeginningOfParagraph", 45); + _static_1(A, "supereditor_ime_interactor__moveToEndOfParagraph$closure", "moveToEndOfParagraph", 45); + _static_1(A, "supereditor_ime_interactor__moveToBeginningOfDocument$closure", "moveToBeginningOfDocument", 45); + _static_1(A, "supereditor_ime_interactor__moveToEndOfDocument$closure", "moveToEndOfDocument", 45); + _static_1(A, "supereditor_ime_interactor__moveLeftAndModifySelection$closure", "moveLeftAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveRightAndModifySelection$closure", "moveRightAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveUpAndModifySelection$closure", "moveUpAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveDownAndModifySelection$closure", "moveDownAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveWordLeftAndModifySelection$closure", "moveWordLeftAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveWordRightAndModifySelection$closure", "moveWordRightAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveToLeftEndOfLineAndModifySelection$closure", "moveToLeftEndOfLineAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveParagraphBackwardAndModifySelection$closure", "moveParagraphBackwardAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveParagraphForwardAndModifySelection$closure", "moveParagraphForwardAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveToBeginningOfDocumentAndModifySelection$closure", "moveToBeginningOfDocumentAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveToEndOfDocumentAndModifySelection$closure", "moveToEndOfDocumentAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__moveToRightEndOfLineAndModifySelection$closure", "moveToRightEndOfLineAndModifySelection", 45); + _static_1(A, "supereditor_ime_interactor__indentListItem$closure", "indentListItem", 45); + _static_1(A, "supereditor_ime_interactor__unIndentListItem$closure", "unIndentListItem", 45); + _static_1(A, "supereditor_ime_interactor__insertNewLine$closure", "insertNewLine", 45); + _static_1(A, "supereditor_ime_interactor__deleteWordBackward$closure", "deleteWordBackward", 45); + _static_1(A, "supereditor_ime_interactor__deleteWordForward$closure", "deleteWordForward", 45); + _static_1(A, "supereditor_ime_interactor__deleteToBeginningOfLine$closure", "deleteToBeginningOfLine", 45); + _static_1(A, "supereditor_ime_interactor__deleteToEndOfLine$closure", "deleteToEndOfLine", 45); + _static_1(A, "supereditor_ime_interactor__deleteBackward$closure", "deleteBackward", 45); + _static_1(A, "supereditor_ime_interactor__deleteForward$closure", "deleteForward", 45); + _static_1(A, "supereditor_ime_interactor__scrollToBeginningOfDocument$closure", "scrollToBeginningOfDocument", 45); + _static_1(A, "supereditor_ime_interactor__scrollToEndOfDocument$closure", "scrollToEndOfDocument", 45); + _static_1(A, "supereditor_ime_interactor__scrollPageUp$closure", "scrollPageUp", 45); + _static_1(A, "supereditor_ime_interactor__scrollPageDown$closure", "scrollPageDown", 45); + _instance_0_u(_ = A.SuperEditorImeInteractorState.prototype, "get$_supereditor_ime_interactor$_onImeConnectionChange", "_supereditor_ime_interactor$_onImeConnectionChange$0", 0); + _instance_1_u(_, "get$_supereditor_ime_interactor$_onPerformSelector", "_supereditor_ime_interactor$_onPerformSelector$1", 15); _instance_0_u(_ = A.AutoScrollController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_onScrollPositionChange", "_onScrollPositionChange$0", 0); - _instance_1_u(_, "get$_document_scrollable$_onTick", "_document_scrollable$_onTick$1", 11); + _instance_1_u(_, "get$_document_scrollable$_onTick", "_document_scrollable$_onTick$1", 12); _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 20); - _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents"], 649, 0, 0); - _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents"], 649, 0, 0); - _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 190); - _instance_0_u(A.SingleColumnLayoutPresenter.prototype, "get$__presenter$_onDocumentChange", "__presenter$_onDocumentChange$0", 0); + _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$4$addedComponents$changedComponents$movedComponents$removedComponents"], ["_onViewModelChange$4$addedComponents$changedComponents$movedComponents$removedComponents"], 895, 0, 0); + _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$4$addedComponents$changedComponents$movedComponents$removedComponents"], ["_onViewModelChange$4$addedComponents$changedComponents$movedComponents$removedComponents"], 895, 0, 0); + _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 205); + _instance_1_u(A.SingleColumnLayoutPresenter.prototype, "get$__presenter$_onDocumentChange", "__presenter$_onDocumentChange$1", 10); _instance_0_u(A.SingleColumnLayoutStylePhase.prototype, "get$markDirty", "markDirty$0", 0); - _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 4200); - _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 4201); - _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 4202); - _static(A, "list_items__tabToIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent"], ["tabToIndentListItem"], 67, 0); - _static(A, "list_items__shiftTabToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent"], ["shiftTabToUnIndentListItem"], 67, 0); - _static(A, "list_items__backspaceToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent"], ["backspaceToUnIndentListItem"], 67, 0); - _static(A, "paragraph0__anyCharacterToInsertInParagraph$closure", 0, null, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInParagraph"], 67, 0); - _static(A, "paragraph0__backspaceToClearParagraphBlockType$closure", 0, null, ["call$2$editContext$keyEvent"], ["backspaceToClearParagraphBlockType"], 67, 0); - _static(A, "paragraph0__enterToInsertBlockNewline$closure", 0, null, ["call$2$editContext$keyEvent"], ["enterToInsertBlockNewline"], 67, 0); - _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 4204); - _static_1(A, "super_editor0__superEditorLaunchLinkTapHandlerFactory$closure", "superEditorLaunchLinkTapHandlerFactory", 4205); + _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 4249); + _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 4250); + _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 4251); + _static(A, "list_items__tabToIndentListItem$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["tabToIndentListItem"], 39, 0); + _static(A, "list_items__shiftTabToUnIndentListItem$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["shiftTabToUnIndentListItem"], 39, 0); + _static(A, "list_items__backspaceToUnIndentListItem$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["backspaceToUnIndentListItem"], 39, 0); + _static_1(A, "paragraph0__defaultAttributionsToExtendToNewParagraph$closure", "defaultAttributionsToExtendToNewParagraph", 213); + _static(A, "paragraph0__anyCharacterToInsertInParagraph$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInParagraph"], 39, 0); + _static(A, "paragraph0__backspaceToClearParagraphBlockType$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["backspaceToClearParagraphBlockType"], 39, 0); + _static(A, "paragraph0__enterToInsertBlockNewline$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["enterToInsertBlockNewline"], 39, 0); + _static(A, "paragraph0__doNothingWithEnterOnWeb$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["doNothingWithEnterOnWeb"], 39, 0); + _static(A, "paragraph0__doNothingWithBackspaceOnWeb$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["doNothingWithBackspaceOnWeb"], 39, 0); + _static(A, "paragraph0__doNothingWithDeleteOnWeb$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["doNothingWithDeleteOnWeb"], 39, 0); + _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 4253); + _static_1(A, "super_editor0__superEditorLaunchLinkTapHandlerFactory$closure", "superEditorLaunchLinkTapHandlerFactory", 4254); _instance_0_u(_ = A.SuperEditorState.prototype, "get$_super_editor0$_onFocusChange", "_super_editor0$_onFocusChange$0", 0); - _instance_0_u(_, "get$_updateComposerPreferencesAtSelection", "_updateComposerPreferencesAtSelection$0", 0); + _instance_1_u(_, "get$_buildGestureInteractor", "_buildGestureInteractor$1", 46); + _instance_0_u(_ = A.DefaultAndroidEditorToolbar.prototype, "get$_cut", "_cut$0", 0); + _instance_0_u(_, "get$_copy", "_copy$0", 0); + _instance_0_u(_, "get$_paste", "_paste$0", 0); + _instance_0_u(_, "get$_selectAll", "_selectAll$0", 0); _instance_0_u(A.SuperEditorLaunchLinkTapHandler.prototype, "get$dispose", "dispose$0", 0); - _static(A, "tasks__enterToInsertNewTask$closure", 0, null, ["call$2$editContext$keyEvent"], ["enterToInsertNewTask"], 67, 0); - _static(A, "text__anyCharacterToInsertInTextContent$closure", 0, null, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInTextContent"], 67, 0); - _static(A, "text__deleteToRemoveDownstreamContent$closure", 0, null, ["call$2$editContext$keyEvent"], ["deleteToRemoveDownstreamContent"], 67, 0); - _static(A, "text__shiftEnterToInsertNewlineInBlock$closure", 0, null, ["call$2$editContext$keyEvent"], ["shiftEnterToInsertNewlineInBlock"], 67, 0); + _static(A, "tasks__enterToInsertNewTask$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["enterToInsertNewTask"], 39, 0); + _static(A, "tasks__backspaceToConvertTaskToParagraph$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["backspaceToConvertTaskToParagraph"], 39, 0); + _instance_1_u(A._TaskComponentState.prototype, "get$_computeStyles", "_computeStyles$1", 205); + _static(A, "text__anyCharacterToInsertInTextContent$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInTextContent"], 39, 0); + _static(A, "text__deleteDownstreamContentWithDelete$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["deleteDownstreamContentWithDelete"], 39, 0); + _static(A, "text__shiftEnterToInsertNewlineInBlock$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["shiftEnterToInsertNewlineInBlock"], 39, 0); _instance_0_u(A.TextNode.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 190); - _instance_0_u(A._MultiListenableBuilderState.prototype, "get$_onListenableChange", "_onListenableChange$0", 0); + _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 205); _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 10); - _instance_0_u(A.ContentLayersElement.prototype, "get$_onContentBuildScheduled", "_onContentBuildScheduled$0", 0); - _instance_2_u(A._NonReparentingFocusState.prototype, "get$_focus$_onKey", "_focus$_onKey$2", 226); + _static_0(A, "content_layers_ContentLayersElement__globalOnBuildScheduled$closure", "ContentLayersElement__globalOnBuildScheduled", 0); + _instance_0_u(_ = A.ContentLayersElement.prototype, "get$_onBuildScheduled", "_onBuildScheduled$0", 0); + _instance_0_u(_, "get$_onContentBuildScheduled", "_onContentBuildScheduled$0", 0); + _instance_1_u(_ = A.RenderContentLayers.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); + _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); + _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); + _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); + _instance_0_u(A.DocumentScroller.prototype, "get$_notifyScrollChangeListeners", "_notifyScrollChangeListeners$0", 0); + _instance_0_u(A._SelectionLeadersDocumentLayerState.prototype, "get$_selection_leader_document_layer$_onSelectionChange", "_selection_leader_document_layer$_onSelectionChange$0", 0); + _instance_0_u(A._CupertinoScrollbarState0.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); + _instance_1_u(_ = A.RawScrollbarWithCustomPhysicsState.prototype, "get$_scrollbar1$_validateInteractions", "_scrollbar1$_validateInteractions$1", 47); + _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); + _instance_1_u(_, "get$_scrollbar1$_handleTrackTapDown", "_scrollbar1$_handleTrackTapDown$1", 50); + _instance_1_u(_, "get$_scrollbar1$_handleScrollMetricsNotification", "_scrollbar1$_handleScrollMetricsNotification$1", 412); + _instance_1_u(_, "get$_scrollbar1$_handleScrollNotification", "_scrollbar1$_handleScrollNotification$1", 171); + _instance_1_u(_, "get$_scrollbar1$_handlePointerScroll", "_scrollbar1$_handlePointerScroll$1", 109); + _instance_1_u(_, "get$_scrollbar1$_receivedPointerSignal", "_scrollbar1$_receivedPointerSignal$1", 245); + _instance_0_u(A.ScrollbarPainter0.prototype, "get$dispose", "dispose$0", 0); + _instance_2_u(A._NonReparentingFocusState.prototype, "get$_focus$_onKey", "_focus$_onKey$2", 238); _instance_0_u(A._FocusWithCustomParentState.prototype, "get$_focus$_handleFocusChanged", "_focus$_handleFocusChanged$0", 0); - _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 111); - _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 3389); - _instance_0_u(_, "get$_multi_tap_gesture$_onTapTimeout", "_multi_tap_gesture$_onTapTimeout$0", 0); + _instance_0_u(A._MultiListenableBuilderState.prototype, "get$_onListenableChange", "_onListenableChange$0", 0); + _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 109); + _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 3434); + _instance_0_u(_, "get$_onTapTimeout", "_onTapTimeout$0", 0); _instance_0_u(A._CountdownZoned0.prototype, "get$_multi_tap_gesture$_onTimeout", "_multi_tap_gesture$_onTimeout$0", 0); - _instance_0_u(_ = A.AndroidDocumentGestureEditingController.prototype, "get$dispose", "dispose$0", 0); - _instance_0_u(_, "get$_hideCollapsedHandle", "_hideCollapsedHandle$0", 0); - _instance_0_u(_ = A._IosDocumentTouchEditingControlsState.prototype, "get$_onEditingControllerChange", "_onEditingControllerChange$0", 0); - _instance_0_u(_, "get$_onFloatingCursorChange", "_onFloatingCursorChange$0", 0); - _static_2(A, "magnifier2___roundedRectangleMagnifierBuilder$closure", "_roundedRectangleMagnifierBuilder", 4206); - _instance_0_u(_ = A.GestureEditingController.prototype, "get$dispose", "dispose$0", 0); - _instance_0_u(_, "get$_toolbarChanged", "_toolbarChanged$0", 0); + _instance_0_u(A._AndroidToolbarFocalPointDocumentLayerState.prototype, "get$_android_document_controls$_onSelectionChange", "_android_document_controls$_onSelectionChange$0", 0); + _instance_0_u(_ = A.AndroidControlsDocumentLayerState.prototype, "get$_android_document_controls$_onSelectionChange", "_android_document_controls$_onSelectionChange$0", 0); + _instance_0_u(_, "get$_onBlinkModeChange", "_onBlinkModeChange$0", 0); + _instance_0_u(_, "get$_caretJumpToOpaque", "_caretJumpToOpaque$0", 0); + _static(A, "magnifier2___roundedRectangleMagnifierBuilder$closure", 2, function() { + return [null]; + }, ["call$3", "call$2"], ["_roundedRectangleMagnifierBuilder", function(context, offsetFromFocalPoint) { + return A._roundedRectangleMagnifierBuilder(context, offsetFromFocalPoint, null); + }], 4255, 0); + _instance_0_u(A.SignalNotifier.prototype, "get$notifyListeners", "notifyListeners$0", 0); _instance_0_u(_ = A._AndroidEditingOverlayControlsState.prototype, "get$__editing_controls0$_rebuildOnNextFrame", "__editing_controls0$_rebuildOnNextFrame$0", 0); - _instance_1_u(_, "get$__editing_controls0$_onCollapsedPanStart", "__editing_controls0$_onCollapsedPanStart$1", 72); - _instance_1_u(_, "get$__editing_controls0$_onBasePanStart", "__editing_controls0$_onBasePanStart$1", 72); - _instance_1_u(_, "get$__editing_controls0$_onExtentPanStart", "__editing_controls0$_onExtentPanStart$1", 72); - _instance_1_u(_, "get$__editing_controls0$_onPanUpdate", "__editing_controls0$_onPanUpdate$1", 70); + _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 73); + _instance_1_u(_, "get$__editing_controls0$_onBasePanStart", "__editing_controls0$_onBasePanStart$1", 73); + _instance_1_u(_, "get$__editing_controls0$_onExtentPanStart", "__editing_controls0$_onExtentPanStart$1", 73); + _instance_1_u(_, "get$__editing_controls0$_onPanUpdate", "__editing_controls0$_onPanUpdate$1", 68); _instance_0_u(_, "get$__editing_controls0$_updateSelectionForNewDragHandleLocation", "__editing_controls0$_updateSelectionForNewDragHandleLocation$0", 0); - _instance_1_u(_, "get$__editing_controls0$_onPanEnd", "__editing_controls0$_onPanEnd$1", 93); + _instance_1_u(_, "get$__editing_controls0$_onPanEnd", "__editing_controls0$_onPanEnd$1", 94); _instance_0_u(_, "get$__editing_controls0$_onPanCancel", "__editing_controls0$_onPanCancel$0", 0); _instance_0_u(_ = A.AndroidEditingOverlayController.prototype, "get$dispose", "dispose$0", 0); - _instance_0_u(_, "get$__editing_controls0$_hideCollapsedHandle", "__editing_controls0$_hideCollapsedHandle$0", 0); - _instance_1_u(_ = A.AndroidTextFieldTouchInteractorState.prototype, "get$__user_interaction0$_onTapDown", "__user_interaction0$_onTapDown$1", 64); - _instance_1_u(_, "get$__user_interaction0$_onTapUp", "__user_interaction0$_onTapUp$1", 110); - _instance_1_u(_, "get$__user_interaction0$_onDoubleTapDown", "__user_interaction0$_onDoubleTapDown$1", 64); - _instance_1_u(_, "get$__user_interaction0$_onTripleTapDown", "__user_interaction0$_onTripleTapDown$1", 64); - _instance_1_u(_, "get$__user_interaction0$_onTextPanStart", "__user_interaction0$_onTextPanStart$1", 72); - _instance_1_u(_, "get$__user_interaction0$_onPanUpdate", "__user_interaction0$_onPanUpdate$1", 70); - _instance_1_u(_, "get$__user_interaction0$_onPanEnd", "__user_interaction0$_onPanEnd$1", 93); + _instance_0_u(_, "get$_hideCollapsedHandle", "_hideCollapsedHandle$0", 0); + _instance_1_u(_ = A.AndroidTextFieldTouchInteractorState.prototype, "get$__user_interaction0$_onTapDown", "__user_interaction0$_onTapDown$1", 50); + _instance_1_u(_, "get$__user_interaction0$_onTapUp", "__user_interaction0$_onTapUp$1", 113); + _instance_0_u(_, "get$__user_interaction0$_onLongPress", "__user_interaction0$_onLongPress$0", 0); + _instance_1_u(_, "get$__user_interaction0$_onDoubleTapDown", "__user_interaction0$_onDoubleTapDown$1", 50); + _instance_1_u(_, "get$__user_interaction0$_onTripleTapDown", "__user_interaction0$_onTripleTapDown$1", 50); + _instance_1_u(_, "get$_onTextPanStart", "_onTextPanStart$1", 73); + _instance_1_u(_, "get$__user_interaction0$_onPanUpdate", "__user_interaction0$_onPanUpdate$1", 68); + _instance_1_u(_, "get$__user_interaction0$_onPanEnd", "__user_interaction0$_onPanEnd$1", 94); _instance_0_u(_, "get$__user_interaction0$_onPanCancel", "__user_interaction0$_onPanCancel$0", 0); _instance_0_u(_, "get$__user_interaction0$_onScrollChange", "__user_interaction0$_onScrollChange$0", 0); - _static(A, "android_textfield___defaultAndroidToolbarBuilder$closure", 3, null, ["call$3"], ["_defaultAndroidToolbarBuilder"], 4207, 0); + _static(A, "android_textfield___defaultAndroidToolbarBuilder$closure", 3, null, ["call$3"], ["_defaultAndroidToolbarBuilder"], 4256, 0); _instance_0_u(_ = A.SuperAndroidTextFieldState.prototype, "get$_android_textfield$_updateSelectionAndImeConnectionOnFocusChange", "_android_textfield$_updateSelectionAndImeConnectionOnFocusChange$0", 0); _instance_0_u(_, "get$_android_textfield$_onTextOrSelectionChange", "_android_textfield$_onTextOrSelectionChange$0", 0); _instance_0_u(_, "get$_android_textfield$_onTextScrollChange", "_android_textfield$_onTextScrollChange$0", 0); - _instance_1_u(_, "get$_android_textfield$_onPerformActionPressed", "_android_textfield$_onPerformActionPressed$1", 449); - _instance_2_u(_, "get$_android_textfield$_onKeyPressed", "_android_textfield$_onKeyPressed$2", 226); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed"], 227, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed"], 227, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed"], 227, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd"], 227, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys"], 234, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome"], 234, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd"], 234, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed"], 227, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed"], 234, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed"], 227, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac"], 234, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux"], 234, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed$closure", 0, null, ["call$3$controller$keyEvent$textLayout"], ["DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed"], 227, 0); + _instance_1_u(_, "get$_android_textfield$_onPerformActionPressed", "_android_textfield$_onPerformActionPressed$1", 281); + _instance_2_u(_, "get$_onKeyPressed", "_onKeyPressed$2", 238); + _instance_1_u(_, "get$_android_textfield$_buildPopoverToolbar", "_android_textfield$_buildPopoverToolbar$1", 46); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure", 0, null, ["call$3$keyEvent$textFieldContext$textLayout", "call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed", function(keyEvent, textFieldContext) { + return A.DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed(keyEvent, textFieldContext, null); + }], 916, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed$closure", 0, null, ["call$3$keyEvent$textFieldContext$textLayout", "call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed", function(keyEvent, textFieldContext) { + return A.DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed(keyEvent, textFieldContext, null); + }], 916, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_sendKeyEventToMacOs$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_sendKeyEventToMacOs"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb"], 100, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_blockControlKeys$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_blockControlKeys"], 100, 0); + _static(A, "desktop_textfield___giveUpFocus$closure", 0, null, ["call$1$textFieldContext"], ["_giveUpFocus"], 81, 0); + _static(A, "desktop_textfield___moveFocusNext$closure", 0, null, ["call$1$textFieldContext"], ["_moveFocusNext"], 81, 0); + _static(A, "desktop_textfield___moveCaretUpstream$closure", 0, null, ["call$1$textFieldContext"], ["_moveCaretUpstream"], 81, 0); + _static(A, "desktop_textfield___moveCaretDownstream$closure", 0, null, ["call$1$textFieldContext"], ["_moveCaretDownstream"], 81, 0); + _static(A, "desktop_textfield___moveCaretUp$closure", 0, null, ["call$1$textFieldContext"], ["_moveCaretUp"], 81, 0); + _static(A, "desktop_textfield___moveCaretDown$closure", 0, null, ["call$1$textFieldContext"], ["_moveCaretDown"], 81, 0); + _static(A, "desktop_textfield___moveWordUpstream$closure", 0, null, ["call$1$textFieldContext"], ["_moveWordUpstream"], 81, 0); + _static(A, "desktop_textfield___moveWordDownstream$closure", 0, null, ["call$1$textFieldContext"], ["_moveWordDownstream"], 81, 0); + _static(A, "desktop_textfield___moveLineBeginning$closure", 0, null, ["call$1$textFieldContext"], ["_moveLineBeginning"], 81, 0); + _static(A, "desktop_textfield___moveLineEnd$closure", 0, null, ["call$1$textFieldContext"], ["_moveLineEnd"], 81, 0); + _static(A, "desktop_textfield___expandSelectionUpstream$closure", 0, null, ["call$1$textFieldContext"], ["_expandSelectionUpstream"], 81, 0); + _static(A, "desktop_textfield___expandSelectionDownstream$closure", 0, null, ["call$1$textFieldContext"], ["_expandSelectionDownstream"], 81, 0); + _static(A, "desktop_textfield___expandSelectionLineUp$closure", 0, null, ["call$1$textFieldContext"], ["_expandSelectionLineUp"], 81, 0); + _static(A, "desktop_textfield___expandSelectionLineDown$closure", 0, null, ["call$1$textFieldContext"], ["_expandSelectionLineDown"], 81, 0); + _static(A, "desktop_textfield___expandSelectionWordUpstream$closure", 0, null, ["call$1$textFieldContext"], ["_expandSelectionWordUpstream"], 81, 0); + _static(A, "desktop_textfield___expandSelectionWordDownstream$closure", 0, null, ["call$1$textFieldContext"], ["_expandSelectionWordDownstream"], 81, 0); + _static(A, "desktop_textfield___expandSelectionLineUpstream$closure", 0, null, ["call$1$textFieldContext"], ["_expandSelectionLineUpstream"], 81, 0); + _static(A, "desktop_textfield___expandSelectionLineDownstream$closure", 0, null, ["call$1$textFieldContext"], ["_expandSelectionLineDownstream"], 81, 0); + _static(A, "desktop_textfield___deleteUpstream$closure", 0, null, ["call$1$textFieldContext"], ["_deleteUpstream"], 81, 0); + _static(A, "desktop_textfield___deleteDownstream$closure", 0, null, ["call$1$textFieldContext"], ["_deleteDownstream"], 81, 0); + _static(A, "desktop_textfield___deleteWordUpstream$closure", 0, null, ["call$1$textFieldContext"], ["_deleteWordUpstream"], 81, 0); + _static(A, "desktop_textfield___deleteWordDownstream$closure", 0, null, ["call$1$textFieldContext"], ["_deleteWordDownstream"], 81, 0); + _static(A, "desktop_textfield___deleteToBeginningOfLine$closure", 0, null, ["call$1$textFieldContext"], ["_deleteToBeginningOfLine"], 81, 0); + _static(A, "desktop_textfield___deleteToEndOfLine$closure", 0, null, ["call$1$textFieldContext"], ["_deleteToEndOfLine"], 81, 0); + _static(A, "desktop_textfield___scrollToBeginningOfDocument$closure", 0, null, ["call$1$textFieldContext"], ["_scrollToBeginningOfDocument"], 365, 0); + _static(A, "desktop_textfield___scrollToEndOfDocument$closure", 0, null, ["call$1$textFieldContext"], ["_scrollToEndOfDocument"], 365, 0); + _static(A, "desktop_textfield___scrollPageUp$closure", 0, null, ["call$1$textFieldContext"], ["_scrollPageUp"], 365, 0); + _static(A, "desktop_textfield___scrollPageDown$closure", 0, null, ["call$1$textFieldContext"], ["_scrollPageDown"], 365, 0); _instance_0_u(_ = A.SuperDesktopTextFieldState.prototype, "get$_updateSelectionOnFocusChange", "_updateSelectionOnFocusChange$0", 0); _instance_0_u(_, "get$_onSelectionOrContentChange", "_onSelectionOrContentChange$0", 0); - _instance_1_u(_ = A._SuperTextFieldGestureInteractorState.prototype, "get$_desktop_textfield$_onTapDown", "_desktop_textfield$_onTapDown$1", 64); - _instance_1_u(_, "get$_desktop_textfield$_onDoubleTapDown", "_desktop_textfield$_onDoubleTapDown$1", 64); - _instance_0_u(_, "get$_desktop_textfield$_onDoubleTap", "_desktop_textfield$_onDoubleTap$0", 0); - _instance_1_u(_, "get$_desktop_textfield$_onTripleTapDown", "_desktop_textfield$_onTripleTapDown$1", 64); - _instance_0_u(_, "get$_desktop_textfield$_onTripleTap", "_desktop_textfield$_onTripleTap$0", 0); - _instance_1_u(_, "get$_onRightClick", "_onRightClick$1", 110); - _instance_1_u(_, "get$_desktop_textfield$_onPanStart", "_desktop_textfield$_onPanStart$1", 72); - _instance_1_u(_, "get$_desktop_textfield$_onPanUpdate", "_desktop_textfield$_onPanUpdate$1", 70); - _instance_1_u(_, "get$_desktop_textfield$_onPanEnd", "_desktop_textfield$_onPanEnd$1", 93); + _instance_1_u(_ = A._SuperTextFieldGestureInteractorState.prototype, "get$_desktop_textfield$_onTapDown", "_desktop_textfield$_onTapDown$1", 50); + _instance_1_u(_, "get$_desktop_textfield$_onDoubleTapDown", "_desktop_textfield$_onDoubleTapDown$1", 50); + _instance_0_u(_, "get$_onDoubleTap", "_onDoubleTap$0", 0); + _instance_1_u(_, "get$_desktop_textfield$_onTripleTapDown", "_desktop_textfield$_onTripleTapDown$1", 50); + _instance_0_u(_, "get$_onTripleTap", "_onTripleTap$0", 0); + _instance_1_u(_, "get$_onRightClick", "_onRightClick$1", 113); + _instance_1_u(_, "get$_desktop_textfield$_onPanStart", "_desktop_textfield$_onPanStart$1", 73); + _instance_1_u(_, "get$_desktop_textfield$_onPanUpdate", "_desktop_textfield$_onPanUpdate$1", 68); + _instance_1_u(_, "get$_desktop_textfield$_onPanEnd", "_desktop_textfield$_onPanEnd$1", 94); _instance_0_u(_, "get$_desktop_textfield$_onPanCancel", "_desktop_textfield$_onPanCancel$0", 0); - _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 277); - _instance_2_u(A._SuperTextFieldKeyboardInteractorState.prototype, "get$_desktop_textfield$_onKeyPressed", "_desktop_textfield$_onKeyPressed$2", 226); - _instance_0_u(A._SuperTextFieldImeInteractorState.prototype, "get$_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange", "_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0", 0); + _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 245); + _instance_0_u(_ = A._SuperTextFieldKeyboardInteractorState.prototype, "get$_onFocusChange", "_onFocusChange$0", 0); + _instance_2_u(_, "get$_desktop_textfield$_onKeyPressed", "_desktop_textfield$_onKeyPressed$2", 238); + _instance_0_u(_ = A._SuperTextFieldImeInteractorState.prototype, "get$_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange", "_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0", 0); + _instance_0_u(_, "get$_onImeConnectionChanged", "_onImeConnectionChanged$0", 0); + _instance_1_u(_, "get$_onPerformSelector", "_onPerformSelector$1", 15); + _instance_1_u(_, "get$_onPerformAction", "_onPerformAction$1", 281); _instance_0_u(_ = A.SuperTextFieldScrollviewState.prototype, "get$_onSelectionOrContentChange", "_onSelectionOrContentChange$0", 0); _instance_1_u(_, "get$_desktop_textfield$_onTick", "_desktop_textfield$_onTick$1", 10); _instance_0_u(_ = A._TextScrollViewState.prototype, "get$_onTextScrollChange", "_onTextScrollChange$0", 0); - _instance_0_u(_, "get$_scheduleViewportHeightUpdateAndRebuild", "_scheduleViewportHeightUpdateAndRebuild$0", 0); - _instance_1_u(A.TextScrollController.prototype, "get$_autoScrollTick", "_autoScrollTick$1", 11); + _instance_0_u(_, "get$_onTextOrSelectionChanged", "_onTextOrSelectionChanged$0", 0); + _instance_1_u(A.TextScrollController.prototype, "get$_autoScrollTick", "_autoScrollTick$1", 12); _instance_0_u(_ = A.ImeAttributedTextEditingController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_onInnerControllerChange", "_onInnerControllerChange$0", 0); _instance_1_u(_, "get$performSelector", "performSelector$1", 15); _instance_0_u(_ = A._IOSEditingControlsState.prototype, "get$_rebuildOnNextFrame", "_rebuildOnNextFrame$0", 0); - _instance_1_u(_, "get$_onBasePanStart", "_onBasePanStart$1", 72); - _instance_1_u(_, "get$_onExtentPanStart", "_onExtentPanStart$1", 72); - _instance_1_u(_, "get$__editing_controls$_onPanUpdate", "__editing_controls$_onPanUpdate$1", 70); - _instance_0_u(_, "get$__editing_controls$_updateSelectionForNewDragHandleLocation", "__editing_controls$_updateSelectionForNewDragHandleLocation$0", 0); - _instance_1_u(_, "get$__editing_controls$_onPanEnd", "__editing_controls$_onPanEnd$1", 93); - _instance_0_u(_, "get$__editing_controls$_onPanCancel", "__editing_controls$_onPanCancel$0", 0); + _instance_1_u(_, "get$_onBasePanStart", "_onBasePanStart$1", 73); + _instance_1_u(_, "get$_onExtentPanStart", "_onExtentPanStart$1", 73); + _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 68); + _instance_0_u(_, "get$_updateSelectionForNewDragHandleLocation", "_updateSelectionForNewDragHandleLocation$0", 0); + _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 94); + _instance_0_u(_, "get$_onPanCancel", "_onPanCancel$0", 0); _instance_0_u(_ = A.IOSEditingOverlayController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_overlayControllerChanged", "_overlayControllerChanged$0", 0); - _instance_1_u(_ = A.IOSTextFieldTouchInteractorState.prototype, "get$__user_interaction$_onTapDown", "__user_interaction$_onTapDown$1", 64); - _instance_1_u(_, "get$__user_interaction$_onTapUp", "__user_interaction$_onTapUp$1", 110); - _instance_1_u(_, "get$__user_interaction$_onDoubleTapDown", "__user_interaction$_onDoubleTapDown$1", 64); - _instance_1_u(_, "get$__user_interaction$_onTripleTapDown", "__user_interaction$_onTripleTapDown$1", 64); - _instance_1_u(_, "get$_onTextPanStart", "_onTextPanStart$1", 72); - _instance_1_u(_, "get$__user_interaction$_onPanUpdate", "__user_interaction$_onPanUpdate$1", 70); - _instance_1_u(_, "get$__user_interaction$_onPanEnd", "__user_interaction$_onPanEnd$1", 93); + _instance_0_u(_ = A.IOSTextFieldTouchInteractorState.prototype, "get$_onSelectionChange", "_onSelectionChange$0", 0); + _instance_1_u(_, "get$__user_interaction$_onTapDown", "__user_interaction$_onTapDown$1", 50); + _instance_1_u(_, "get$__user_interaction$_onTapUp", "__user_interaction$_onTapUp$1", 113); + _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 50); + _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 50); + _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 73); + _instance_1_u(_, "get$__user_interaction$_onPanUpdate", "__user_interaction$_onPanUpdate$1", 68); + _instance_1_u(_, "get$__user_interaction$_onPanEnd", "__user_interaction$_onPanEnd$1", 94); _instance_0_u(_, "get$__user_interaction$_onPanCancel", "__user_interaction$_onPanCancel$0", 0); - _instance_0_u(_, "get$__user_interaction$_onScrollChange", "__user_interaction$_onScrollChange$0", 0); - _static_2(A, "ios_textfield___defaultPopoverToolbarBuilder$closure", "_defaultPopoverToolbarBuilder", 4210); + _instance_0_u(_, "get$_onScrollChange", "_onScrollChange$0", 0); + _instance_0_u(_, "get$_computeSelectionRect", "_computeSelectionRect$0", 0); + _static_2(A, "ios_textfield___defaultPopoverToolbarBuilder$closure", "_defaultPopoverToolbarBuilder", 4261); _instance_0_u(_ = A.SuperIOSTextFieldState.prototype, "get$_updateSelectionAndImeConnectionOnFocusChange", "_updateSelectionAndImeConnectionOnFocusChange$0", 0); _instance_0_u(_, "get$_onTextOrSelectionChange", "_onTextOrSelectionChange$0", 0); _instance_0_u(_, "get$_ios_textfield$_onTextScrollChange", "_ios_textfield$_onTextScrollChange$0", 0); - _instance_1_u(_, "get$_ios_textfield$_onFloatingCursorChange", "_ios_textfield$_onFloatingCursorChange$1", 3395); - _instance_1_u(_, "get$_onPerformActionPressed", "_onPerformActionPressed$1", 449); + _instance_1_u(_, "get$_onFloatingCursorChange", "_onFloatingCursorChange$1", 3445); + _instance_1_u(_, "get$_onPerformActionPressed", "_onPerformActionPressed$1", 281); + _instance_1_u(_, "get$_buildPopoverToolbar", "_buildPopoverToolbar$1", 46); _instance_0_u(_ = A.BlinkController.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_blink_controller$_onTick", "_blink_controller$_onTick$1", 11); + _instance_1_u(_, "get$_blink_controller$_onTick", "_blink_controller$_onTick$1", 12); + _instance_0_u(_, "get$_blink", "_blink$0", 0); _instance_0_u(A.SuperTextState.prototype, "get$_invalidateParagraph", "_invalidateParagraph$0", 0); _instance_1_u(_ = A.RenderSuperTextLayout.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_2_u(_ = A._RebuildOptimizedSuperTextWithSelectionState.prototype, "get$_buildLayerBeneath", "_buildLayerBeneath$2", 818); - _instance_2_u(_, "get$_buildLayerAbove", "_buildLayerAbove$2", 818); _instance_1_u(_ = A._RenderValueLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 748); - _static_0(A, "clock__systemTime$closure", "systemTime", 369); + _instance_0_i(_ = A._EventStreamSubscription0.prototype, "get$cancel", "cancel$0", 20); + _instance(_, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 879, 0, 0); + _instance_0_i(_, "get$resume", "resume$0", 0); + _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 4262); _static(A, "print__debugPrintThrottled$closure", 1, null, ["call$2$wrapWidth", "call$1"], ["debugPrintThrottled", function(message) { return A.debugPrintThrottled(message, null); - }], 4211, 0); + }], 4263, 0); _static_0(A, "print___debugPrintTask$closure", "_debugPrintTask", 0); - _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 342); - _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 342); - _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 4212); - _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 4213); - _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 4214); - _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 4215); - _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 4216); - _static_1(A, "serialization0_SerializationUtils_deserializeWith$closure", "SerializationUtils_deserializeWith", 32); - _static_0(A, "utils3__getUtcDateTime$closure", "getUtcDateTime", 369); - _static(A, "document_keyboard_actions__toggleInteractionModeWhenCmdOrCtrlPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["toggleInteractionModeWhenCmdOrCtrlPressed"], 67, 0); - _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, null, ["call$2$editContext$keyEvent"], ["doNothingWhenThereIsNoSelection"], 67, 0); - _static(A, "document_keyboard_actions__pasteWhenCmdVIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["pasteWhenCmdVIsPressed"], 67, 0); - _static(A, "document_keyboard_actions__selectAllWhenCmdAIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["selectAllWhenCmdAIsPressed"], 67, 0); - _static(A, "document_keyboard_actions__copyWhenCmdCIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["copyWhenCmdCIsPressed"], 67, 0); - _static(A, "document_keyboard_actions__cutWhenCmdXIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["cutWhenCmdXIsPressed"], 67, 0); - _static(A, "document_keyboard_actions__cmdBToToggleBold$closure", 0, null, ["call$2$editContext$keyEvent"], ["cmdBToToggleBold"], 67, 0); - _static(A, "document_keyboard_actions__cmdIToToggleItalics$closure", 0, null, ["call$2$editContext$keyEvent"], ["cmdIToToggleItalics"], 67, 0); - _static(A, "document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure", 0, null, ["call$2$editContext$keyEvent"], ["anyCharacterOrDestructiveKeyToDeleteSelection"], 67, 0); - _static(A, "document_keyboard_actions__backspaceToRemoveUpstreamContent$closure", 0, null, ["call$2$editContext$keyEvent"], ["backspaceToRemoveUpstreamContent"], 67, 0); - _static(A, "document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveUpDownLeftAndRightWithArrowKeys"], 67, 0); - _static(A, "document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveToLineStartOrEndWithCtrlAOrE"], 67, 0); - _static(A, "document_keyboard_actions__moveToLineStartWithHome$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveToLineStartWithHome"], 67, 0); - _static(A, "document_keyboard_actions__moveToLineEndWithEnd$closure", 0, null, ["call$2$editContext$keyEvent"], ["moveToLineEndWithEnd"], 67, 0); - _static(A, "document_keyboard_actions__deleteLineWithCmdBksp$closure", 0, null, ["call$2$editContext$keyEvent"], ["deleteLineWithCmdBksp"], 67, 0); - _static(A, "document_keyboard_actions__deleteWordWithAltBksp$closure", 0, null, ["call$2$editContext$keyEvent"], ["deleteWordWithAltBksp"], 67, 0); - _static(A, "document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure", 0, null, ["call$2$editContext$keyEvent"], ["collapseSelectionWhenEscIsPressed"], 67, 0); + _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 440); + _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 440); + _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 4264); + _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 4265); + _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 4266); + _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 4267); + _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 4268); + _static_1(A, "serialization0_SerializationUtils_deserializeWith$closure", "SerializationUtils_deserializeWith", 33); + _static_0(A, "utils2__getUtcDateTime$closure", "getUtcDateTime", 466); + _static(A, "document_keyboard_actions__scrollOnPageUpKeyPress$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["scrollOnPageUpKeyPress"], 39, 0); + _static(A, "document_keyboard_actions__scrollOnPageDownKeyPress$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["scrollOnPageDownKeyPress"], 39, 0); + _static(A, "document_keyboard_actions__scrollOnCtrlOrCmdAndHomeKeyPress$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["scrollOnCtrlOrCmdAndHomeKeyPress"], 39, 0); + _static(A, "document_keyboard_actions__scrollOnCtrlOrCmdAndEndKeyPress$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["scrollOnCtrlOrCmdAndEndKeyPress"], 39, 0); + _static(A, "document_keyboard_actions__blockControlKeys$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["blockControlKeys"], 39, 0); + _static(A, "document_keyboard_actions__toggleInteractionModeWhenCmdOrCtrlPressed$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["toggleInteractionModeWhenCmdOrCtrlPressed"], 39, 0); + _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["doNothingWhenThereIsNoSelection"], 39, 0); + _static(A, "document_keyboard_actions__sendKeyEventToMacOs$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["sendKeyEventToMacOs"], 39, 0); + _static(A, "document_keyboard_actions__deleteDownstreamCharacterWithCtrlDeleteOnMac$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["deleteDownstreamCharacterWithCtrlDeleteOnMac"], 39, 0); + _static(A, "document_keyboard_actions__pasteWhenCmdVIsPressed$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["pasteWhenCmdVIsPressed"], 39, 0); + _static(A, "document_keyboard_actions__selectAllWhenCmdAIsPressed$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["selectAllWhenCmdAIsPressed"], 39, 0); + _static(A, "document_keyboard_actions__copyWhenCmdCIsPressed$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["copyWhenCmdCIsPressed"], 39, 0); + _static(A, "document_keyboard_actions__cutWhenCmdXIsPressed$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["cutWhenCmdXIsPressed"], 39, 0); + _static(A, "document_keyboard_actions__cmdBToToggleBold$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["cmdBToToggleBold"], 39, 0); + _static(A, "document_keyboard_actions__cmdIToToggleItalics$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["cmdIToToggleItalics"], 39, 0); + _static(A, "document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["anyCharacterOrDestructiveKeyToDeleteSelection"], 39, 0); + _static(A, "document_keyboard_actions__deleteUpstreamContentWithBackspace$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["deleteUpstreamContentWithBackspace"], 39, 0); + _static(A, "document_keyboard_actions__moveUpAndDownWithArrowKeys$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["moveUpAndDownWithArrowKeys"], 39, 0); + _static(A, "document_keyboard_actions__moveLeftAndRightWithArrowKeys$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["moveLeftAndRightWithArrowKeys"], 39, 0); + _static(A, "document_keyboard_actions__doNothingWithLeftRightArrowKeysAtMiddleOfTextOnWeb$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["doNothingWithLeftRightArrowKeysAtMiddleOfTextOnWeb"], 39, 0); + _static(A, "document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["moveToLineStartOrEndWithCtrlAOrE"], 39, 0); + _static(A, "document_keyboard_actions__moveToLineStartWithHome$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["moveToLineStartWithHome"], 39, 0); + _static(A, "document_keyboard_actions__moveToLineEndWithEnd$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["moveToLineEndWithEnd"], 39, 0); + _static(A, "document_keyboard_actions__deleteToStartOfLineWithCmdBackspaceOnMac$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["deleteToStartOfLineWithCmdBackspaceOnMac"], 39, 0); + _static(A, "document_keyboard_actions__deleteToEndOfLineWithCmdDeleteOnMac$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["deleteToEndOfLineWithCmdDeleteOnMac"], 39, 0); + _static(A, "document_keyboard_actions__deleteWordUpstreamWithAltBackspaceOnMac$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["deleteWordUpstreamWithAltBackspaceOnMac"], 39, 0); + _static(A, "document_keyboard_actions__deleteWordUpstreamWithControlBackspaceOnWindowsAndLinux$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["deleteWordUpstreamWithControlBackspaceOnWindowsAndLinux"], 39, 0); + _static(A, "document_keyboard_actions__deleteWordDownstreamWithAltDeleteOnMac$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["deleteWordDownstreamWithAltDeleteOnMac"], 39, 0); + _static(A, "document_keyboard_actions__deleteWordDownstreamWithControlDeleteOnWindowsAndLinux$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["deleteWordDownstreamWithControlDeleteOnWindowsAndLinux"], 39, 0); + _static(A, "document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure", 0, function() { + return {editContext: B.C__Required, keyEvent: B.C__Required}; + }, ["call$2$editContext$keyEvent"], ["collapseSelectionWhenEscIsPressed"], 39, 0); _static(A, "uuid_util_UuidUtil_mathRNG$closure", 0, function() { return {seed: -1}; }, ["call$1$seed", "call$0"], ["UuidUtil_mathRNG", function() { return A.UuidUtil_mathRNG(-1); - }], 2811, 0); + }], 2845, 0); })(); (function inheritance() { var _mixin = hunkHelpers.mixin, @@ -607105,24 +623039,25 @@ _inheritMany = hunkHelpers.inheritMany, _inherit = hunkHelpers.inherit; _inheritMany(null, [A.Object, A._UnmodifiableInt64ListView]); - _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CanvasKitCanvas, A.ManagedSkColorFilter, A.CkColorFilter, A.HtmlViewEmbedder, A.OverlayGroup, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.SkiaFontCollection, A.RegisteredFont, A.UnregisteredFont, A.FontDownloadResult, A.SkiaFallbackRegistry, A.ImageCodecException, A.CkImage, A.CkImageFilter, A.CkAnimatedImage, A.BrowserImageDecoder, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkMaskFilter, A.CkNWayCanvas, A.NativeMemoryFinalizationRegistry, A.UniqueRef, A.CountedRef, A.CkPaint, A.CkPath, A.CkPicture, A.CkPictureRecorder, A.Rasterizer, A.CanvasKitRenderer, A.SimpleCkShader, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkParagraph, A.CkLineMetrics, A.CkParagraphBuilder, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.HttpFetchResponseImpl, A.HttpFetchPayloadImpl, A.HttpFetchNoPayloadError, A.HttpFetchError, A.DomSubscription, A.DomPoint, A._DomListIterator, A._DomTouchListIterator, A.DomIteratorWrapper, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FontFallbackManager, A.FallbackFontDownloadQueue, A.FontAsset, A.FontFamily, A.FontManifest, A.AssetFontsResult, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.PersistedSurface, A.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.SvgFilterBuilder, A.SvgFilter, A.SurfacePaint, A.SurfacePaintData, A.Conic, A.QuadBounds, A.ConicBounds, A._ConicPair, A.CubicBounds, A.SurfacePath, A.PathIterator, A.PathRef, A.PathRefIterator, A.QuadRoots, A.SkQuadCoefficients, A.PathWinding, A.PaintRequest, A.RecordingCanvas, A.PaintCommand, A._PaintBounds, A.RenderStrategy, A._WebGlRenderer, A.HtmlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.SharedCanvas, A.EngineGradient, A.EngineImageFilter, A.EngineHtmlColorFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.AnimatedImageFrameInfo, A.ImageFileFormat, A.IntervalTree, A.IntervalTreeNode, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.NotoFont, A.CodePointRange, A.MutableInt, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, A.ViewConfiguration0, A.PlatformConfiguration, A.PlatformViewManager, A.PlatformViewMessageHandler, A.SafariPointerEventWorkaround, A.PointerBinding, A.PointerSupportDetector, A._Listener, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerState, A.PointerDataConverter, A.Profiler, A.RawKeyboard, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.PrimaryRoleManager, A.RoleManager, A.AccessibilityFocusManager, A.EngineAccessibilityFeatures, A.EngineAccessibilityFeaturesBuilder, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A.ListBase, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer, A.ReadBuffer, A.SurfaceShadowData, A.CanvasParagraph, A.ParagraphSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.HtmlFontCollection, A.TextFragmenter, A.TextFragment, A._FragmentMetrics, A._FragmentPosition, A._FragmentBox, A.TextLayoutService, A.LineBuilder, A.Spanometer, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.ParagraphLine, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.UnicodeRange, A.UnicodePropertyLookup, A.BrowserAutofillHints, A.CompositionAwareMixin, A.EngineInputAction, A.EngineInputType, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.TextEditingDeltaState, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.LruCache, A.Matrix4, A.FastMatrix32, A.DimensionsProvider, A._EmbeddingStrategy_Object__ContextMenu, A._ContextMenu, A.FlutterView, A.ViewPadding, A.JS_CONST, A.HttpException, A._HeaderValue, J.Interceptor, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A._InitializedCell, A.Rti, A._FunctionParameters, A._Type, A._StringStream, A.LocaleKeymap, A._TimerImpl, A._AsyncAwaitCompleter, A._AsyncStarStreamController, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A.Stream, A._BufferingStreamSubscription, A._BroadcastStreamController, A.TimeoutException, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._Zone, A._HashMapKeyIterator, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._LinkedListIterator, A.LinkedListEntry, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.StringConversionSink, A.Codec0, A.Converter, A.ByteConversionSink, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A._SimpleCallbackSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._ClosableStringSink, A._StringConversionSinkAsStringSinkAdapter, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.Iterator, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A._FakeUserTag, A.ServiceExtensionResponse, A.TimelineTask, A.CssStyleDeclarationBase, A.EventStreamProvider, A._EventStreamSubscription, A.ImmutableListMixin, A.FixedSizeListIterator, A._DOMWindowCrossFrame, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A._RandomAccessFile, A.FileSystemEntityType, A.JsObject, A.NullRejectionException, A._JSRandom, A._Random, A.Point, A._RectangleBase, A.Endian, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A._HashEnd, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.FrameTiming, A.Locale, A.SemanticsActionEvent, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.FontVariation, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.CallbackHandle, A.GestureSettings, A.AssetManager, A.BrowserPlatformLocation, A.HashUrlStrategy, A.PlatformViewRegistry, A.GZipEncoder, A.InputStreamBase, A.OutputStreamBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, A.AttributedSpans, A.SpanMarker, A.AttributionSpan, A.MultiAttributionSpan, A.IncompatibleOverlappingAttributionsException, A.AttributedText, A.AttributionVisitor, A.NamedAttribution, A.SpanRange, A._DiagnosticableTree_Object_Diagnosticable, A._State_Object_Diagnosticable, A.BoardViewController, A.CopyOnWriteList, A.CopyOnWriteMap, A.CopyOnWriteSet, A.BuiltList, A.ListBuilder, A.BuiltListMultimap, A.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, A.BuiltSet, A.SetBuilder, A.BuiltSetMultimap, A.SetMultimapBuilder, A.EnumClass, A.IndentingBuiltValueToStringHelper, A.JsonObject, A.FullType, A.BigIntSerializer, A.BoolSerializer, A.BuiltJsonSerializers, A.BuiltJsonSerializersBuilder, A.BuiltListMultimapSerializer, A.BuiltListSerializer, A.BuiltMapSerializer, A.BuiltSetMultimapSerializer, A.BuiltSetSerializer, A.DateTimeSerializer, A.DoubleSerializer, A.DurationSerializer, A.Int64Serializer, A.IntSerializer, A.JsonObjectSerializer, A.NullSerializer, A.NumSerializer, A.RegExpSerializer, A.StringSerializer, A.Uint8ListSerializer, A.UriSerializer, A.StandardJsonPlugin, A.ImageProvider, A._ImageStreamCompleter_Object_Diagnosticable, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.BaseChart0, A.BaseSeriesRenderer, A.BaseBarRendererElement, A.BaseAnimatedBar, A.LayoutViewConfig, A.ConstCornerStrategy, A.ImmutableAxis, A.Tick, A.CollisionReport, A.BaseRenderSpec, A.BaseTickDrawStrategy, A.NoneDrawStrategy, A.LinearScale, A.LinearScaleDomainInfo, A.LinearScaleFunction, A.LinearScaleViewportSettings, A.NumericExtents, A.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, A.Scale, A.ScaleOutputExtent, A.RangeBandConfig, A.StepSizeConfig, A.Extents, A.SimpleOrdinalScale, A.AxisSpec, A.TextStyleSpec, A.LineStyleSpec, A.SimpleTickFormatterBase, A.AutoAdjustingDateTimeTickProvider, A.BaseTimeStepper, A._TimeStepIteratorImpl, A.DateTimeTickFormatter, A.TimeTickFormatterImpl, A.LifecycleListener, A.DomainHighlighter0, A.Legend, A.LegendState, A.LegendEntryBase, A.PerSeriesLegendEntryGenerator, A.LinePointHighlighter0, A.LayoutView, A.NullablePoint, A._PointRendererElement, A._AnimatedPoint, A.SelectNearest0, A.CanvasRect, A.CanvasBarStack, A.DatumDetails, A.ImmutableSeries, A.SelectionModel, A.SeriesDatum, A.TypedRegistry, A.IdentityConverter, A.LayoutConfig, A.MarginSpec, A.LayoutManagerImpl, A._MeasuredSizes, A.SizeList, A._DesiredViewSizes, A.VerticalMarginStrategy, A.HorizontalMarginStrategy, A.ViewMargin, A.ViewMeasuredSizes, A._LineRendererElement, A._AnimatedLine, A._AreaRendererElement, A._AnimatedArea, A._AnimatedElements, A._Range, A.Color0, A.LocalDateTimeFactory, A.GestureListener, A.Palette, A.ProxyGestureListener, A.MaterialStyle, A.StyleFactory, A.BaseSymbolRenderer, A.TextMeasurement, A.TypedKey, A.Series, A.ChartBehavior, A.BaseLegendContentBuilder, A.SimpleLegendEntryLayout, A.TabularLegendLayout, A.ChartCanvas, A._RenderObject_Object_DiagnosticableTreeMixin, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement, A.TextStyle0, A.MultiChildLayoutDelegate, A.Clock, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A.XFileBase, A._Parser, A.Token, A.TokenizerBase, A.Message, A.Messages, A.PreprocessorOptions, A.TreeNode, A.Visitor, A.DesktopDropWeb, A.DesktopDrop, A.WebDropItem, A.DropDoneDetails, A.DropEventDetails, A.DropEvent, A.PlatformInterface, A.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node2, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.Int64, A.Simulation, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.ChangeNotifier, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.LocalizationsDelegate, A.DefaultCupertinoLocalizations, A._CupertinoBackGestureController, A._Decoration_Object_Diagnosticable, A.BoxPainter, A._CupertinoTextThemeData_Object_Diagnosticable, A._TextThemeDefaultsBuilder, A.NoDefaultCupertinoThemeData, A._CupertinoThemeDefaults, A._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, A.ToggleableStateMixin, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.DebugReassembleConfig, A.TextTreeConfiguration, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A.PersistentHashMap, A._TrieNode, A.WriteBuffer0, A.ReadBuffer0, A.StackFrame, A.SynchronousFuture, A.GestureArenaMember, A.GestureArenaEntry, A._GestureArena, A.GestureArenaManager, A._Resampler, A.GestureBinding, A.Drag, A.DragDownDetails, A.DragStartDetails, A.DragUpdateDetails, A.DragEndDetails, A._PointerEvent_Object_Diagnosticable, A._PointerEventDescription, A._AbstractPointerEvent, A._CopyPointerAddedEvent, A._CopyPointerRemovedEvent, A._CopyPointerHoverEvent, A._CopyPointerEnterEvent, A._CopyPointerExitEvent, A._CopyPointerDownEvent, A._CopyPointerMoveEvent, A._CopyPointerUpEvent, A._CopyPointerScrollEvent, A._CopyPointerScrollInertiaCancelEvent, A._CopyPointerScaleEvent, A._CopyPointerPanZoomStartEvent, A._CopyPointerPanZoomUpdateEvent, A._CopyPointerPanZoomEndEvent, A._CopyPointerCancelEvent, A.ForcePressDetails, A.DeviceGestureSettings, A.HitTestEntry, A._TransformPart, A.HitTestResult, A.LongPressStartDetails, A.LongPressMoveUpdateDetails, A.LongPressEndDetails, A._Vector, A._Matrix, A.PolynomialFit, A.LeastSquaresSolver, A.MultiDragPointerState, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.OffsetPair, A._PointerPanZoomData, A.ScaleStartDetails, A.ScaleUpdateDetails, A.ScaleEndDetails, A._LineBetweenPointers, A.TapDownDetails, A.TapUpDetails, A._CombiningGestureArenaEntry, A.GestureArenaTeam, A.Velocity, A.VelocityEstimate, A._PointAtTime, A.VelocityTracker, A._LicenseData, A._DetailArguments, A._MasterDetailFlowProxy, A._ActionIconThemeData_Object_Diagnosticable, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._BadgeThemeData_Object_Diagnosticable, A._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpSides, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A._DatePickerThemeData_Object_Diagnosticable, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A._DropdownMenuThemeData_Object_Diagnosticable, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._FilledButtonThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A._IconButtonThemeData_Object_Diagnosticable, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._BorderSide_Object_Diagnosticable, A._TextStyle_Object_Diagnosticable, A._LerpProperties, A._MaterialStatePropertyWith, A.MaterialStatePropertyAll, A.MaterialStateMixin, A._MenuThemeData_Object_Diagnosticable, A._MenuButtonThemeData_Object_Diagnosticable, A._MenuStyle_Object_Diagnosticable, A._LerpSides1, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._NavigationDrawerThemeData_Object_Diagnosticable, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._ZoomTransitionBase, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A._Action_Object_Diagnosticable, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._SearchBarThemeData_Object_Diagnosticable, A._LerpSides0, A._SearchViewThemeData_Object_Diagnosticable, A._SegmentedButtonThemeData_Object_Diagnosticable, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchConfig, A.__SwitchConfigM2_Object__SwitchConfig, A._SwitchThemeData_Object_Diagnosticable, A._TabBarTheme_Object_Diagnosticable, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin0, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.FittedSizes, A.ClipContext, A.HSLColor, A.ImageSizeInfo, A.DecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A.AssetBundleImageKey, A.NetworkImageLoadException, A.ImageInfo, A.ImageStreamListener, A._ImageChunkEvent_Object_Diagnosticable, A._ImageStream_Object_Diagnosticable, A.ImageStreamCompleterHandle, A.Accumulator, A.InlineSpanSemanticsInformation, A.NotchedShape, A._StrutStyle_Object_Diagnosticable, A.PlaceholderDimensions, A.TextBoundary, A._TextLayout, A._TextPainterLayoutCacheWithOffset, A._LineCaretMetrics, A._EmptyLineCaretMetrics, A.TextPainter, A.SpringDescription, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RendererBinding, A.ParentData, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.CustomPainterSemantics, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A.VerticalCaretMovementRun, A._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A._Layer_Object_DiagnosticableTreeMixin, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A.RenderInlineChildrenContainerDefaults, A.__SelectableFragment_Object_Selectable, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, A.Selectable, A.SelectionRegistrant, A.SelectionEvent, A.SelectionGeometry, A.SelectionPoint, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.SliverGridGeometry, A.SliverGridLayout, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.PersistentHeaderShowOnScreenConfiguration, A.RelativeRect, A.ViewConfiguration, A.RevealedOffset, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.PerformanceModeRequestHandle, A.SchedulerBinding, A.Priority, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.SemanticsHandle, A.ChildSemanticsConfigurationsResult, A.ChildSemanticsConfigurationsResultBuilder, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._SemanticsNode_Object_DiagnosticableTreeMixin, A._BoxEdge, A._SemanticsSortGroup, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A._AssetManifestBin, A.AssetMetadata, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.BrowserContextMenu, A.ClipboardData, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A.KeyboardInsertedContent, A._KeyboardKey_Object_Diagnosticable, A.MethodCall0, A.PlatformException, A.MissingPluginException, A.StringCodec, A.JSONMessageCodec0, A.JSONMethodCodec0, A.StandardMessageCodec0, A.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.PlatformViewsRegistry, A.PlatformViewController, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard0, A._ModifierSidePair, A.RestorationBucket, A.SuggestionSpan, A.SpellCheckResults, A.DefaultSpellCheckService, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A._TextEditingDelta_Object_Diagnosticable, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.TextInputClient, A.SelectionRect, A.DeltaTextInputClient, A.TextInputConnection, A.TextInput, A.TextInputControl, A.__PlatformTextInputControl_Object_TextInputControl, A.UndoManager, A.UndoManagerClient, A._Intent_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.ContextMenuButtonItem, A.ContextMenuController, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._KeyFrame, A._ScribbleCacheKey, A._GlyphHeights, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._HighlightModeManager, A._FocusTraversalGroupInfo, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A._InactiveElements, A.BuildOwner, A.NotifiableElementMixin, A._NotificationNode, A.RootElementMixin, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MagnifierInfo, A.TextMagnifierConfiguration, A.MagnifierController, A.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A.OverlayEntry, A._RenderTheaterMixin, A.OverlayPortalController, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.SliverChildDelegate, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.SelectionContainerDelegate, A.ScrollableDetails, A.EdgeDraggingAutoScroller, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A._DefaultSnapshotPainter, A.SpellCheckConfiguration, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A._TapDragDownDetails_Object_Diagnosticable, A._TapDragUpDetails_Object_Diagnosticable, A._TapDragStartDetails_Object_Diagnosticable, A._TapDragUpdateDetails_Object_Diagnosticable, A._TapDragEndDetails_Object_Diagnosticable, A._TapStatusTrackerMixin, A.TextSelectionOverlay, A.SelectionOverlay, A.TextSelectionHandleControls, A.TextSelectionToolbarAnchors, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A._ConstantValueListenable, A.UndoHistoryValue, A._UndoStack, A.CacheManager, A.ImageCacheManager, A.CacheStore, A.Config, A.CacheLogger, A.FileResponse, A.NonStoringObjectProvider, A.CacheObject, A.MemoryCacheSystem, A.FileService, A.HttpGetResponse, A.QueueItem, A.WebHelper, A.GlobalCupertinoLocalizations, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.SlidableAutoCloseNotification, A.SlidableAutoCloseBarrierNotification, A.EndGesture, A.SlidableController, A.ActionPaneData, A.StaggeredGridDelegate, A._TileOrigin, A.StyledToastPosition, A.ToastFuture, A.ToastManager, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.SignInInitParameters, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.AttributeName, A._ParentNode, A._NonElementParentNode, A._ElementAndDocument, A.Node0, A.TreeVisitor, A.HtmlParser, A.Phase, A.ParseError, A.ReparseException, A.EncodingBytes, A.ContentAttrParser, A._EncodingRangeException, A.HtmlInputStream, A.Token0, A.TagAttribute, A.HtmlTokenizer, A.TreeBuilder, A.Pair, A.Node, A._StyleOption, A.Rule, A.BaseClient, A.BaseRequest, A.BaseResponse, A.ClientException, A.MultipartFile, A.MediaType, A.ChannelIterator, A.IfdContainer, A.ExifTag, A.IfdDirectory, A.IfdValue, A.Decoder, A.PngFrame, A.PngInfo, A.IccProfile, A.Palette0, A.ImageException, A.InputBuffer, A.ImageResizer, A.InAppPurchase, A.BillingClientManager, A.BillingClient, A.BillingResponseConverter, A.ProductTypeConverter, A.BillingResultWrapper, A.OneTimePurchaseOfferDetailsWrapper, A.ProductDetailsWrapper, A.ProductDetailsResponseWrapper, A.RecurrenceModeConverter, A.ProductWrapper, A.PurchaseWrapper, A.PurchasesResultWrapper, A.PurchaseStateConverter, A.SubscriptionOfferDetailsWrapper, A.PricingPhaseWrapper, A.InAppPurchasePlatformAddition, A.ProductDetails, A.PurchaseDetails, A.PurchaseParam, A.IAPError, A.InAppPurchaseException, A.ProductDetailsResponse, A.PurchaseVerificationData, A._TransactionObserver, A.SKTransactionStatusConverter, A.SKSubscriptionPeriodUnitConverter, A.SKProductDiscountPaymentModeConverter, A.SKProductDiscountTypeConverter, A.SKPaymentQueueWrapper, A.SKError, A.SKPaymentWrapper, A.SKPaymentTransactionWrapper, A.SkProductResponseWrapper, A.SKProductSubscriptionPeriodWrapper, A.SKProductDiscountWrapper, A.SKProductWrapper, A.SKPriceLocaleWrapper, A.SKRequestMaker, A.SKStorefrontWrapper, A.DateSymbols, A.NumberSymbols, A.DateBuilder, A.DateFormat, A._DateFormatField, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringStack, A.UninitializedLocaleData, A.LocaleDataException, A.Country, A.PhoneNumber, A.InvoiceStatusColors, A.RecurringInvoiceStatusColors, A.CreditStatusColors, A.PurchaseOrderStatusColors, A.TransactionStatusColors, A.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.TaskStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.BankAccountListResponse, A.BankAccountItemResponse, A._BankAccountEntity_Object_BaseEntity, A._$BankAccountListResponseSerializer, A._$BankAccountItemResponseSerializer, A._$BankAccountEntitySerializer, A.BankAccountListResponseBuilder, A.BankAccountItemResponseBuilder, A.BankAccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ClientContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ClientContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ClientContactEntityBuilder, A.CompanyGatewayListResponse, A.CompanyGatewayItemResponse, A._CompanyGatewayEntity_Object_BaseEntity, A.FeesAndLimitsSettings, A._$CompanyGatewayListResponseSerializer, A._$CompanyGatewayItemResponseSerializer, A._$CompanyGatewayEntitySerializer, A._$FeesAndLimitsSettingsSerializer, A.CompanyGatewayListResponseBuilder, A.CompanyGatewayItemResponseBuilder, A.CompanyGatewayEntityBuilder, A.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A.RegistrationFieldEntity, A.DashboardField, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A._$DashboardFieldSerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, A.DashboardFieldBuilder, A.CreditListResponse, A.CreditItemResponse, A._$CreditListResponseSerializer, A._$CreditItemResponseSerializer, A.CreditListResponseBuilder, A.CreditItemResponseBuilder, A.DashboardSettings, A._$DateRangeSerializer, A._$DateRangeComparisonSerializer, A.DesignListResponse, A.DesignItemResponse, A.DesignPreviewRequest, A._DesignEntity_Object_BaseEntity, A._$DesignListResponseSerializer, A._$DesignItemResponseSerializer, A._$DesignPreviewRequestSerializer, A._$DesignEntitySerializer, A.DesignListResponseBuilder, A.DesignItemResponseBuilder, A.DesignPreviewRequestBuilder, A.DesignEntityBuilder, A.DocumentListResponse, A.DocumentItemResponse, A._DocumentEntity_Object_BaseEntity, A._$DocumentListResponseSerializer, A._$DocumentItemResponseSerializer, A._$DocumentEntitySerializer, A.DocumentListResponseBuilder, A.DocumentItemResponseBuilder, A.DocumentEntityBuilder, A.EntityStatus, A.EntityStats, A.SelectableEntity, A.BaseEntity, A.HasActivities, A.BelongsToClient, A.BelongsToVendor, A.LoginResponse, A.ActivityEntity, A.LedgerEntity, A._$EntityTypeSerializer, A._$EntityStateSerializer, A._$EmailTemplateSerializer, A._$LoginResponseSerializer, A._$ActivityEntitySerializer, A._$LedgerEntitySerializer, A.LoginResponseBuilder, A.ActivityEntityBuilder, A.LedgerEntityBuilder, A.ExpenseCategoryListResponse, A.ExpenseCategoryItemResponse, A._ExpenseCategoryEntity_Object_BaseEntity, A._$ExpenseCategoryListResponseSerializer, A._$ExpenseCategoryItemResponseSerializer, A._$ExpenseCategoryEntitySerializer, A.ExpenseCategoryListResponseBuilder, A.ExpenseCategoryItemResponseBuilder, A.ExpenseCategoryEntityBuilder, A.ExpenseListResponse, A.ExpenseItemResponse, A._ExpenseEntity_Object_BaseEntity, A.ExpenseScheduleEntity, A._ExpenseStatusEntity_Object_EntityStatus, A._$ExpenseListResponseSerializer, A._$ExpenseItemResponseSerializer, A._$ExpenseEntitySerializer, A._$ExpenseScheduleEntitySerializer, A._$ExpenseStatusEntitySerializer, A.ExpenseListResponseBuilder, A.ExpenseItemResponseBuilder, A.ExpenseEntityBuilder, A.ExpenseScheduleEntityBuilder, A.ExpenseStatusEntityBuilder, A.GatewayTokenListResponse, A.GatewayTokenItemResponse, A._GatewayTokenEntity_Object_BaseEntity, A.GatewayTokenMetaEntity, A._$GatewayTokenListResponseSerializer, A._$GatewayTokenItemResponseSerializer, A._$GatewayTokenEntitySerializer, A._$GatewayTokenMetaEntitySerializer, A.GatewayTokenListResponseBuilder, A.GatewayTokenItemResponseBuilder, A.GatewayTokenEntityBuilder, A.GatewayTokenMetaEntityBuilder, A.GroupListResponse, A.GroupItemResponse, A._GroupEntity_Object_BaseEntity, A._$GroupListResponseSerializer, A._$GroupItemResponseSerializer, A._$GroupEntitySerializer, A.GroupListResponseBuilder, A.GroupItemResponseBuilder, A.GroupEntityBuilder, A.HealthCheckResponse, A.HealthCheckPHPResponse, A._$HealthCheckResponseSerializer, A._$HealthCheckPHPResponseSerializer, A.HealthCheckResponseBuilder, A.HealthCheckPHPResponseBuilder, A.PreImportResponse, A.PreImportResponseEntityDetails, A.ImportRequest, A.ImportRequestMapping, A._$PreImportResponseSerializer, A._$PreImportResponseEntityDetailsSerializer, A._$ImportRequestSerializer, A._$ImportRequestMappingSerializer, A.PreImportResponseBuilder, A.PreImportResponseEntityDetailsBuilder, A.ImportRequestBuilder, A.ImportRequestMappingBuilder, A.InvoiceListResponse, A.InvoiceItemResponse, A._InvoiceEntity_Object_BaseEntity, A.InvoiceItemEntity, A._InvitationEntity_Object_BaseEntity, A.InvoiceScheduleEntity, A.InvoiceHistoryEntity, A._$InvoiceListResponseSerializer, A._$InvoiceItemResponseSerializer, A._$InvoiceEntitySerializer, A._$InvoiceItemEntitySerializer, A._$InvitationEntitySerializer, A._$InvoiceScheduleEntitySerializer, A._$InvoiceHistoryEntitySerializer, A.InvoiceListResponseBuilder, A.InvoiceItemResponseBuilder, A.InvoiceEntityBuilder, A.InvoiceItemEntityBuilder, A.InvitationEntityBuilder, A.InvoiceScheduleEntityBuilder, A.InvoiceHistoryEntityBuilder, A.CalculateInvoiceTotal, A.PaymentListResponse, A.PaymentItemResponse, A._PaymentEntity_Object_BaseEntity, A._PaymentableEntity_Object_SelectableEntity, A._$PaymentListResponseSerializer, A._$PaymentItemResponseSerializer, A._$PaymentEntitySerializer, A._$PaymentableEntitySerializer, A.PaymentListResponseBuilder, A.PaymentItemResponseBuilder, A.PaymentEntityBuilder, A.PaymentableEntityBuilder, A.PaymentTermListResponse, A.PaymentTermItemResponse, A._PaymentTermEntity_Object_BaseEntity, A._$PaymentTermListResponseSerializer, A._$PaymentTermItemResponseSerializer, A._$PaymentTermEntitySerializer, A.PaymentTermListResponseBuilder, A.PaymentTermItemResponseBuilder, A.PaymentTermEntityBuilder, A.ProductListResponse, A.ProductItemResponse, A._ProductEntity_Object_BaseEntity, A._$ProductListResponseSerializer, A._$ProductItemResponseSerializer, A._$ProductEntitySerializer, A.ProductListResponseBuilder, A.ProductItemResponseBuilder, A.ProductEntityBuilder, A.ProjectListResponse, A.ProjectItemResponse, A._ProjectEntity_Object_BaseEntity, A._$ProjectListResponseSerializer, A._$ProjectItemResponseSerializer, A._$ProjectEntitySerializer, A.ProjectListResponseBuilder, A.ProjectItemResponseBuilder, A.ProjectEntityBuilder, A.ScheduleListResponse, A.ScheduleItemResponse, A._ScheduleEntity_Object_BaseEntity, A.ScheduleParameters, A._$ScheduleListResponseSerializer, A._$ScheduleItemResponseSerializer, A._$ScheduleEntitySerializer, A._$ScheduleParametersSerializer, A.ScheduleListResponseBuilder, A.ScheduleItemResponseBuilder, A.ScheduleEntityBuilder, A.ScheduleParametersBuilder, A.SettingsEntity, A.PdfPreviewRequest, A._$SettingsEntitySerializer, A._$PdfPreviewRequestSerializer, A.SettingsEntityBuilder, A.PdfPreviewRequestBuilder, A.ColorTheme, A.CountryListResponse, A.CountryItemResponse, A._CountryEntity_Object_SelectableEntity, A._$CountryListResponseSerializer, A._$CountryItemResponseSerializer, A._$CountryEntitySerializer, A.CountryListResponseBuilder, A.CountryItemResponseBuilder, A.CountryEntityBuilder, A.CurrencyListResponse, A.CurrencyItemResponse, A._CurrencyEntity_Object_SelectableEntity, A._$CurrencyListResponseSerializer, A._$CurrencyItemResponseSerializer, A._$CurrencyEntitySerializer, A.CurrencyListResponseBuilder, A.CurrencyItemResponseBuilder, A.CurrencyEntityBuilder, A.DateFormatListResponse, A.DateFormatItemResponse, A._DateFormatEntity_Object_SelectableEntity, A._$DateFormatListResponseSerializer, A._$DateFormatItemResponseSerializer, A._$DateFormatEntitySerializer, A.DateFormatListResponseBuilder, A.DateFormatItemResponseBuilder, A.DateFormatEntityBuilder, A.DatetimeFormatListResponse, A.DatetimeFormatItemResponse, A.DatetimeFormatEntity, A._$DatetimeFormatListResponseSerializer, A._$DatetimeFormatItemResponseSerializer, A._$DatetimeFormatEntitySerializer, A.DatetimeFormatListResponseBuilder, A.DatetimeFormatItemResponseBuilder, A.DatetimeFormatEntityBuilder, A._DocumentStatusEntity_Object_EntityStatus, A.DocumentStatusEntityBuilder, A._FontEntity_Object_SelectableEntity, A.IndustryListResponse, A.IndustryItemResponse, A._IndustryEntity_Object_SelectableEntity, A._$IndustryListResponseSerializer, A._$IndustryItemResponseSerializer, A._$IndustryEntitySerializer, A.IndustryListResponseBuilder, A.IndustryItemResponseBuilder, A.IndustryEntityBuilder, A._InvoiceStatusEntity_Object_EntityStatus, A._$InvoiceStatusEntitySerializer, A.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, A._PaymentStatusEntity_Object_EntityStatus, A.PaymentStatusEntityBuilder, A.PaymentTypeListResponse, A.PaymentTypeItemResponse, A._PaymentTypeEntity_Object_SelectableEntity, A._$PaymentTypeListResponseSerializer, A._$PaymentTypeItemResponseSerializer, A._$PaymentTypeEntitySerializer, A.PaymentTypeListResponseBuilder, A.PaymentTypeItemResponseBuilder, A.PaymentTypeEntityBuilder, A.SizeListResponse, A.SizeItemResponse, A._SizeEntity_Object_SelectableEntity, A._$SizeListResponseSerializer, A._$SizeItemResponseSerializer, A._$SizeEntitySerializer, A.SizeListResponseBuilder, A.SizeItemResponseBuilder, A.SizeEntityBuilder, A.StaticDataItemResponse, A.StaticDataEntity, A.TemplateEntity, A._$StaticDataItemResponseSerializer, A._$StaticDataEntitySerializer, A._$TemplateEntitySerializer, A.StaticDataItemResponseBuilder, A.StaticDataEntityBuilder, A.TemplateEntityBuilder, A.TimezoneListResponse, A.TimezoneItemResponse, A._TimezoneEntity_Object_SelectableEntity, A._$TimezoneListResponseSerializer, A._$TimezoneItemResponseSerializer, A._$TimezoneEntitySerializer, A.TimezoneListResponseBuilder, A.TimezoneItemResponseBuilder, A.TimezoneEntityBuilder, A.SubscriptionListResponse, A.SubscriptionItemResponse, A._SubscriptionEntity_Object_BaseEntity, A.WebhookConfigurationEntity, A._$SubscriptionListResponseSerializer, A._$SubscriptionItemResponseSerializer, A._$SubscriptionEntitySerializer, A._$WebhookConfigurationEntitySerializer, A.SubscriptionListResponseBuilder, A.SubscriptionItemResponseBuilder, A.SubscriptionEntityBuilder, A.WebhookConfigurationEntityBuilder, A.SystemLogEntity, A._$SystemLogEntitySerializer, A.SystemLogEntityBuilder, A.TaskListResponse, A.TaskItemResponse, A.TaskTime, A._TaskEntity_Object_BaseEntity, A._$TaskListResponseSerializer, A._$TaskItemResponseSerializer, A._$TaskEntitySerializer, A.TaskListResponseBuilder, A.TaskItemResponseBuilder, A.TaskTimeBuilder, A.TaskEntityBuilder, A.TaskStatusListResponse, A.TaskStatusItemResponse, A._TaskStatusEntity_Object_BaseEntity, A._$TaskStatusListResponseSerializer, A._$TaskStatusItemResponseSerializer, A._$TaskStatusEntitySerializer, A.TaskStatusListResponseBuilder, A.TaskStatusItemResponseBuilder, A.TaskStatusEntityBuilder, A.TaxDataEntity, A.TaxConfigEntity, A.TaxConfigRegionEntity, A.TaxConfigSubregionEntity, A._$TaxDataEntitySerializer, A._$TaxConfigEntitySerializer, A._$TaxConfigRegionEntitySerializer, A._$TaxConfigSubregionEntitySerializer, A.TaxDataEntityBuilder, A.TaxConfigEntityBuilder, A.TaxConfigRegionEntityBuilder, A.TaxConfigSubregionEntityBuilder, A.TaxRateListResponse, A.TaxRateItemResponse, A._TaxRateEntity_Object_BaseEntity, A._$TaxRateListResponseSerializer, A._$TaxRateItemResponseSerializer, A._$TaxRateEntitySerializer, A.TaxRateListResponseBuilder, A.TaxRateItemResponseBuilder, A.TaxRateEntityBuilder, A.TokenListResponse, A.TokenItemResponse, A._TokenEntity_Object_BaseEntity, A._$TokenListResponseSerializer, A._$TokenItemResponseSerializer, A._$TokenEntitySerializer, A.TokenListResponseBuilder, A.TokenItemResponseBuilder, A.TokenEntityBuilder, A.TransactionListResponse, A.TransactionItemResponse, A._TransactionEntity_Object_BaseEntity, A._TransactionStatusEntity_Object_EntityStatus, A._$TransactionListResponseSerializer, A._$TransactionItemResponseSerializer, A._$TransactionEntitySerializer, A._$TransactionStatusEntitySerializer, A.TransactionListResponseBuilder, A.TransactionItemResponseBuilder, A.TransactionEntityBuilder, A.TransactionStatusEntityBuilder, A.TransactionRuleListResponse, A.TransactionRuleItemResponse, A._TransactionRuleEntity_Object_BaseEntity, A.TransactionRuleCriteriaEntity, A._$TransactionRuleListResponseSerializer, A._$TransactionRuleItemResponseSerializer, A._$TransactionRuleEntitySerializer, A._$TransactionRuleCriteriaEntitySerializer, A.TransactionRuleListResponseBuilder, A.TransactionRuleItemResponseBuilder, A.TransactionRuleEntityBuilder, A.TransactionRuleCriteriaEntityBuilder, A.UserListResponse, A.UserItemResponse, A.UserTwoFactorResponse, A.UserTwoFactorData, A.UserCompanyItemResponse, A._UserEntity_Object_BaseEntity, A._$UserListResponseSerializer, A._$UserItemResponseSerializer, A._$UserTwoFactorResponseSerializer, A._$UserTwoFactorDataSerializer, A._$UserCompanyItemResponseSerializer, A._$UserEntitySerializer, A.UserListResponseBuilder, A.UserItemResponseBuilder, A.UserTwoFactorResponseBuilder, A.UserTwoFactorDataBuilder, A.UserCompanyItemResponseBuilder, A.UserEntityBuilder, A.VendorListResponse, A.VendorItemResponse, A._VendorEntity_Object_BaseEntity, A._VendorContactEntity_Object_BaseEntity, A._$VendorListResponseSerializer, A._$VendorItemResponseSerializer, A._$VendorEntitySerializer, A._$VendorContactEntitySerializer, A.VendorListResponseBuilder, A.VendorItemResponseBuilder, A.VendorEntityBuilder, A.VendorContactEntityBuilder, A.WebhookListResponse, A.WebhookItemResponse, A._WebhookEntity_Object_BaseEntity, A._$WebhookListResponseSerializer, A._$WebhookItemResponseSerializer, A._$WebhookEntitySerializer, A.WebhookListResponseBuilder, A.WebhookItemResponseBuilder, A.WebhookEntityBuilder, A.AuthRepository, A.BankAccountRepository, A.ClientRepository, A.CompanyGatewayRepository, A.CreditRepository, A.DesignRepository, A.DocumentRepository, A.ExpenseCategoryRepository, A.ExpenseRepository, A.GroupRepository, A.InvoiceRepository, A.PaymentRepository, A.PaymentTermRepository, A.PersistenceRepository, A.ProductRepository, A.ProjectRepository, A.PurchaseOrderRepository, A.QuoteRepository, A.RecurringExpenseRepository, A.RecurringInvoiceRepository, A.ScheduleRepository, A.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.TransactionRepository, A.TransactionRuleRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.UpdateLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.DismissGatewayWarningPermanently, A.DismissTaskExtensionBanner, A.ViewMainScreen, A.StartLoading, A.StopLoading, A.StartSaving, A.StopSaving, A.LoadStaticSuccess, A.ToggleEditorLayout, A.ToggleViewerLayout, A.TogglePreviewSidebar, A.UpdateUserPreferences, A.LoadAccountSuccess, A.ResendConfirmation, A.ResendConfirmationFailure, A.ResendConfirmationSuccess, A.RefreshData, A.RefreshDataSuccess, A.RefreshDataFailure, A.PreviewEntity, A.ClearPreviewStack, A.PopPreviewStack, A.PopFilterStack, A.ClearData, A.ClearLastError, A.DiscardChanges, A.ClearEntityFilter, A.ClearEntitySelection, A.FilterByEntity, A.FilterCompany, A.AppState, A.Credentials, A.SelectionState, A._$AppStateSerializer, A.AppStateBuilder, A.LoadStateRequest, A.LoadStateSuccess, A.OAuthLoginRequest, A.UserLoadUrl, A.UserLoginRequest, A.UserLoginSuccess, A.UserLoginFailure, A.RecoverPasswordRequest, A.RecoverPasswordSuccess, A.RecoverPasswordFailure, A.UserLogout, A.UserLogoutAll, A.UserLogoutAllSuccess, A.UserLogoutAllFailure, A.UserSignUpRequest, A.OAuthSignUpRequest, A.UserVerifiedPassword, A.UserUnverifiedPassword, A.AuthState, A._$AuthStateSerializer, A.AuthStateBuilder, A.ViewBankAccountList, A.ViewBankAccount, A.EditBankAccount, A.UpdateBankAccount, A.LoadBankAccountRequest, A.LoadBankAccountFailure, A.LoadBankAccountSuccess, A.LoadBankAccountsRequest, A.LoadBankAccountsFailure, A.LoadBankAccountsSuccess, A.SaveBankAccountRequest, A.SaveBankAccountSuccess, A.AddBankAccountSuccess, A.SaveBankAccountFailure, A.ArchiveBankAccountsRequest, A.ArchiveBankAccountsSuccess, A.ArchiveBankAccountsFailure, A.DeleteBankAccountsRequest, A.DeleteBankAccountsSuccess, A.DeleteBankAccountsFailure, A.RestoreBankAccountsRequest, A.RestoreBankAccountsSuccess, A.RestoreBankAccountsFailure, A.FilterBankAccounts, A.SortBankAccounts, A.FilterBankAccountsByState, A.FilterBankAccountsByCustom1, A.FilterBankAccountsByCustom2, A.FilterBankAccountsByCustom3, A.FilterBankAccountsByCustom4, A.StartBankAccountMultiselect, A.AddToBankAccountMultiselect, A.RemoveFromBankAccountMultiselect, A.ClearBankAccountMultiselect, A.BankAccountState, A._BankAccountUIState_Object_EntityUIState, A._$BankAccountStateSerializer, A._$BankAccountUIStateSerializer, A.BankAccountStateBuilder, A.BankAccountUIStateBuilder, A.ViewClientList, A.ViewClient, A.EditClient, A.EditContact, A.ShowPdfClient, A.UpdateClient, A.LoadClient, A.LoadClients, A.LoadClientRequest, A.LoadClientFailure, A.LoadClientSuccess, A.LoadClientsRequest, A.LoadClientsFailure, A.LoadClientsSuccess, A.AddContact, A.UpdateContact, A.DeleteContact, A.SaveClientRequest, A.SaveClientSuccess, A.AddClientSuccess, A.SaveClientFailure, A.ArchiveClientsRequest, A.ArchiveClientsSuccess, A.ArchiveClientsFailure, A.MergeClientsRequest, A.MergeClientsSuccess, A.MergeClientsFailure, A.DeleteClientsRequest, A.DeleteClientsSuccess, A.DeleteClientsFailure, A.PurgeClientRequest, A.PurgeClientSuccess, A.PurgeClientFailure, A.RestoreClientsRequest, A.RestoreClientSuccess, A.RestoreClientFailure, A.FilterClients, A.SortClients, A.FilterClientsByState, A.FilterClientsByCustom1, A.FilterClientsByCustom2, A.FilterClientsByCustom3, A.FilterClientsByCustom4, A.StartClientMultiselect, A.AddToClientMultiselect, A.RemoveFromClientMultiselect, A.ClearClientMultiselect, A.SaveClientDocumentRequest, A.SaveClientDocumentFailure, A.UpdateClientTab, A.ClientState, A._ClientUIState_Object_EntityUIState, A._$ClientStateSerializer, A._$ClientUIStateSerializer, A.ClientStateBuilder, A.ClientUIStateBuilder, A.SelectCompany, A.LoadCompanySuccess, A.UpdateCompany, A.SaveCompanyRequest, A.SaveCompanySuccess, A.SaveCompanyFailure, A.SaveEInvoiceCertificateRequest, A.SaveEInvoiceCertificateSuccess, A.SaveEInvoiceCertificateFailure, A.AddCompany, A.AddCompanySuccess, A.DeleteCompanyRequest, A.DeleteCompanySuccess, A.DeleteCompanyFailure, A.PurgeDataRequest, A.PurgeDataSuccess, A.PurgeDataFailure, A.UpdateCompanyLanguage, A.SaveCompanyDocumentRequest, A.SaveCompanyDocumentFailure, A.SetDefaultCompanyRequest, A.SetDefaultCompanySuccess, A.SetDefaultCompanyFailure, A.UserCompanyState, A._$UserCompanyStateSerializer, A.UserCompanyStateBuilder, A.ViewCompanyGatewayList, A.ViewCompanyGateway, A.EditCompanyGateway, A.UpdateCompanyGateway, A.LoadCompanyGateway, A.LoadCompanyGatewayRequest, A.LoadCompanyGatewayFailure, A.LoadCompanyGatewaySuccess, A.LoadCompanyGatewaysRequest, A.LoadCompanyGatewaysFailure, A.LoadCompanyGatewaysSuccess, A.SaveCompanyGatewayRequest, A.SaveCompanyGatewaySuccess, A.AddCompanyGatewaySuccess, A.SaveCompanyGatewayFailure, A.ArchiveCompanyGatewayRequest, A.ArchiveCompanyGatewaySuccess, A.ArchiveCompanyGatewayFailure, A.DeleteCompanyGatewayRequest, A.DeleteCompanyGatewaySuccess, A.DeleteCompanyGatewayFailure, A.DisconnectCompanyGatewayRequest, A.DisconnectCompanyGatewaySuccess, A.DisconnectCompanyGatewayFailure, A.RestoreCompanyGatewayRequest, A.RestoreCompanyGatewaySuccess, A.RestoreCompanyGatewayFailure, A.FilterCompanyGatewaysByState, A.FilterCompanyGatewaysByCustom1, A.FilterCompanyGatewaysByCustom2, A.FilterCompanyGatewaysByCustom3, A.FilterCompanyGatewaysByCustom4, A.StartCompanyGatewayMultiselect, A.AddToCompanyGatewayMultiselect, A.RemoveFromCompanyGatewayMultiselect, A.ClearCompanyGatewayMultiselect, A.CompanyGatewayState, A._CompanyGatewayUIState_Object_EntityUIState, A._$CompanyGatewayStateSerializer, A._$CompanyGatewayUIStateSerializer, A.CompanyGatewayStateBuilder, A.CompanyGatewayUIStateBuilder, A.ViewCreditList, A.ViewCredit, A.EditCredit, A.ShowEmailCredit, A.ShowPdfCredit, A.EditCreditItem, A.UpdateCredit, A.UpdateCreditClient, A.LoadCredit, A.LoadCredits, A.LoadCreditRequest, A.LoadCreditFailure, A.LoadCreditSuccess, A.LoadCreditsRequest, A.LoadCreditsFailure, A.LoadCreditsSuccess, A.AddCreditContact, A.RemoveCreditContact, A.AddCreditItem, A.MoveCreditItem, A.AddCreditItems, A.UpdateCreditItem, A.DeleteCreditItem, A.SaveCreditRequest, A.SaveCreditSuccess, A.AddCreditSuccess, A.SaveCreditFailure, A.EmailCreditRequest, A.EmailCreditSuccess, A.EmailCreditFailure, A.MarkSentCreditRequest, A.MarkSentCreditSuccess, A.MarkSentCreditFailure, A.BulkEmailCreditsRequest, A.BulkEmailCreditsSuccess, A.BulkEmailCreditsFailure, A.MarkCreditsPaidRequest, A.MarkCreditsPaidSuccess, A.MarkCreditsPaidFailure, A.ArchiveCreditsRequest, A.ArchiveCreditsSuccess, A.ArchiveCreditsFailure, A.DeleteCreditsRequest, A.DeleteCreditsSuccess, A.DeleteCreditsFailure, A.DownloadCreditsRequest, A.DownloadCreditsSuccess, A.DownloadCreditsFailure, A.RestoreCreditsRequest, A.RestoreCreditsSuccess, A.RestoreCreditsFailure, A.FilterCredits, A.SortCredits, A.FilterCreditsByState, A.FilterCreditsByCustom1, A.FilterCreditsByCustom2, A.FilterCreditsByCustom3, A.FilterCreditsByCustom4, A.SaveCreditDocumentRequest, A.SaveCreditDocumentFailure, A.StartCreditMultiselect, A.AddToCreditMultiselect, A.RemoveFromCreditMultiselect, A.ClearCreditMultiselect, A.UpdateCreditTab, A.CreditState, A._CreditUIState_Object_EntityUIState, A._$CreditStateSerializer, A._$CreditUIStateSerializer, A.CreditStateBuilder, A.CreditUIStateBuilder, A.ViewDashboard, A.UpdateDashboardSettings, A.UpdateDashboardFields, A.UpdateDashboardFieldSettingss, A.UpdateDashboardSelection, A.UpdateDashboardSidebar, A.ChartDataGroup, A.ChartMoneyData, A.DashboardUIState, A.DashboardUISettings, A._$DashboardUIStateSerializer, A._$DashboardUISettingsSerializer, A.DashboardUIStateBuilder, A.DashboardUISettingsBuilder, A.ViewDesignList, A.ViewDesign, A.EditDesign, A.UpdateDesign, A.LoadDesignRequest, A.LoadDesignFailure, A.LoadDesignSuccess, A.LoadDesignsRequest, A.LoadDesignsFailure, A.LoadDesignsSuccess, A.SaveDesignRequest, A.SaveDesignSuccess, A.AddDesignSuccess, A.SaveDesignFailure, A.ArchiveDesignsRequest, A.ArchiveDesignsSuccess, A.ArchiveDesignsFailure, A.DeleteDesignsRequest, A.DeleteDesignsSuccess, A.DeleteDesignsFailure, A.RestoreDesignsRequest, A.RestoreDesignsSuccess, A.RestoreDesignsFailure, A.FilterDesigns, A.SortDesigns, A.FilterDesignsByState, A.FilterDesignsByCustom1, A.FilterDesignsByCustom2, A.FilterDesignsByCustom3, A.FilterDesignsByCustom4, A.StartDesignMultiselect, A.AddToDesignMultiselect, A.RemoveFromDesignMultiselect, A.ClearDesignMultiselect, A.DesignState, A._DesignUIState_Object_EntityUIState, A._$DesignStateSerializer, A._$DesignUIStateSerializer, A.DesignStateBuilder, A.DesignUIStateBuilder, A.ViewDocumentList, A.ViewDocument, A.EditDocument, A.UpdateDocument, A.LoadDocumentData, A.LoadDocumentRequest, A.LoadDocumentFailure, A.LoadDocumentSuccess, A.LoadDocumentsSuccess, A.SaveDocumentRequest, A.SaveDocumentSuccess, A.SaveDocumentFailure, A.DownloadDocumentsRequest, A.DownloadDocumentsSuccess, A.DownloadDocumentsFailure, A.ArchiveDocumentRequest, A.ArchiveDocumentSuccess, A.ArchiveDocumentFailure, A.DeleteDocumentRequest, A.DeleteDocumentSuccess, A.DeleteDocumentFailure, A.RestoreDocumentRequest, A.RestoreDocumentSuccess, A.RestoreDocumentFailure, A.FilterDocuments, A.FilterDocumentsByStatus, A.SortDocuments, A.FilterDocumentsByCustom1, A.FilterDocumentsByCustom2, A.FilterDocumentsByCustom3, A.FilterDocumentsByCustom4, A.StartDocumentMultiselect, A.AddToDocumentMultiselect, A.RemoveFromDocumentMultiselect, A.ClearDocumentMultiselect, A.DocumentState, A._DocumentUIState_Object_EntityUIState, A._$DocumentStateSerializer, A._$DocumentUIStateSerializer, A.DocumentStateBuilder, A.DocumentUIStateBuilder, A.ViewExpenseList, A.ViewExpense, A.EditExpense, A.UpdateExpense, A.LoadExpense, A.LoadExpenses, A.LoadExpenseRequest, A.LoadExpenseFailure, A.LoadExpenseSuccess, A.LoadExpensesRequest, A.LoadExpensesFailure, A.LoadExpensesSuccess, A.SaveExpenseRequest, A.SaveExpenseSuccess, A.AddExpenseSuccess, A.SaveExpenseFailure, A.ArchiveExpenseRequest, A.ArchiveExpenseSuccess, A.ArchiveExpenseFailure, A.DeleteExpenseRequest, A.DeleteExpenseSuccess, A.DeleteExpenseFailure, A.RestoreExpenseRequest, A.RestoreExpenseSuccess, A.RestoreExpenseFailure, A.FilterExpenses, A.SortExpenses, A.FilterExpensesByState, A.FilterExpensesByStatus, A.FilterExpensesByCustom1, A.FilterExpensesByCustom2, A.FilterExpensesByCustom3, A.FilterExpensesByCustom4, A.StartExpenseMultiselect, A.AddToExpenseMultiselect, A.RemoveFromExpenseMultiselect, A.ClearExpenseMultiselect, A.SaveExpenseDocumentRequest, A.SaveExpenseDocumentFailure, A.UpdateExpenseTab, A.ExpenseState, A._ExpenseUIState_Object_EntityUIState, A._$ExpenseStateSerializer, A._$ExpenseUIStateSerializer, A.ExpenseStateBuilder, A.ExpenseUIStateBuilder, A.ViewExpenseCategoryList, A.ViewExpenseCategory, A.EditExpenseCategory, A.UpdateExpenseCategory, A.LoadExpenseCategoryRequest, A.LoadExpenseCategoryFailure, A.LoadExpenseCategorySuccess, A.LoadExpenseCategoriesRequest, A.LoadExpenseCategoriesFailure, A.LoadExpenseCategoriesSuccess, A.SaveExpenseCategoryRequest, A.SaveExpenseCategorySuccess, A.AddExpenseCategorySuccess, A.SaveExpenseCategoryFailure, A.ArchiveExpenseCategoriesRequest, A.ArchiveExpenseCategoriesSuccess, A.ArchiveExpenseCategoriesFailure, A.DeleteExpenseCategoriesRequest, A.DeleteExpenseCategoriesSuccess, A.DeleteExpenseCategoriesFailure, A.RestoreExpenseCategoriesRequest, A.RestoreExpenseCategoriesSuccess, A.RestoreExpenseCategoriesFailure, A.FilterExpenseCategories, A.SortExpenseCategories, A.FilterExpenseCategoriesByState, A.FilterExpenseCategoriesByCustom1, A.FilterExpenseCategoriesByCustom2, A.FilterExpenseCategoriesByCustom3, A.FilterExpenseCategoriesByCustom4, A.StartExpenseCategoryMultiselect, A.AddToExpenseCategoryMultiselect, A.RemoveFromExpenseCategoryMultiselect, A.ClearExpenseCategoryMultiselect, A.ExpenseCategoryState, A._ExpenseCategoryUIState_Object_EntityUIState, A._$ExpenseCategoryStateSerializer, A._$ExpenseCategoryUIStateSerializer, A.ExpenseCategoryStateBuilder, A.ExpenseCategoryUIStateBuilder, A.ViewGroupList, A.ViewGroup, A.EditGroup, A.UpdateGroup, A.LoadGroup, A.LoadGroupRequest, A.LoadGroupFailure, A.LoadGroupSuccess, A.LoadGroupsRequest, A.LoadGroupsFailure, A.LoadGroupsSuccess, A.SaveGroupRequest, A.SaveGroupSuccess, A.AddGroupSuccess, A.SaveGroupFailure, A.ArchiveGroupRequest, A.ArchiveGroupSuccess, A.ArchiveGroupFailure, A.DeleteGroupRequest, A.DeleteGroupSuccess, A.DeleteGroupFailure, A.RestoreGroupRequest, A.RestoreGroupSuccess, A.RestoreGroupFailure, A.FilterGroups, A.SortGroups, A.FilterGroupsByState, A.StartGroupMultiselect, A.AddToGroupMultiselect, A.RemoveFromGroupMultiselect, A.ClearGroupMultiselect, A.SaveGroupDocumentRequest, A.SaveGroupDocumentFailure, A.GroupState, A._GroupUIState_Object_EntityUIState, A._$GroupStateSerializer, A._$GroupUIStateSerializer, A.GroupStateBuilder, A.GroupUIStateBuilder, A.ViewInvoiceList, A.ViewInvoice, A.EditInvoice, A.ShowEmailInvoice, A.ShowPdfInvoice, A.EditInvoiceItem, A.UpdateInvoice, A.UpdateInvoiceClient, A.LoadInvoice, A.LoadInvoices, A.LoadInvoiceRequest, A.LoadInvoiceFailure, A.LoadInvoiceSuccess, A.LoadInvoicesRequest, A.LoadInvoicesFailure, A.LoadInvoicesSuccess, A.AddInvoiceContact, A.RemoveInvoiceContact, A.AddInvoiceItem, A.MoveInvoiceItem, A.AddInvoiceItems, A.UpdateInvoiceItem, A.DeleteInvoiceItem, A.SaveInvoiceRequest, A.SaveInvoiceSuccess, A.AddInvoiceSuccess, A.SaveInvoiceFailure, A.EmailInvoiceRequest, A.EmailInvoiceSuccess, A.EmailInvoiceFailure, A.MarkInvoicesSentRequest, A.MarkInvoicesSentSuccess, A.MarkInvoicesSentFailure, A.BulkEmailInvoicesRequest, A.BulkEmailInvoicesSuccess, A.BulkEmailInvoicesFailure, A.MarkInvoicesPaidRequest, A.MarkInvoicesPaidSuccess, A.MarkInvoicesPaidFailure, A.AutoBillInvoicesRequest, A.AutoBillInvoicesSuccess, A.AutoBillInvoicesFailure, A.CancelInvoicesRequest, A.CancelInvoicesSuccess, A.CancelInvoicesFailure, A.ArchiveInvoicesRequest, A.ArchiveInvoicesSuccess, A.ArchiveInvoicesFailure, A.DeleteInvoicesRequest, A.DeleteInvoicesSuccess, A.DeleteInvoicesFailure, A.DownloadInvoicesRequest, A.DownloadInvoicesSuccess, A.DownloadInvoicesFailure, A.RestoreInvoicesRequest, A.RestoreInvoicesSuccess, A.RestoreInvoicesFailure, A.FilterInvoices, A.SortInvoices, A.FilterInvoicesByState, A.FilterInvoicesByStatus, A.FilterInvoicesByCustom1, A.FilterInvoicesByCustom2, A.FilterInvoicesByCustom3, A.FilterInvoicesByCustom4, A.StartInvoiceMultiselect, A.AddToInvoiceMultiselect, A.RemoveFromInvoiceMultiselect, A.ClearInvoiceMultiselect, A.SaveInvoiceDocumentRequest, A.SaveInvoiceDocumentFailure, A.UpdateInvoiceTab, A.InvoiceState, A._InvoiceUIState_Object_EntityUIState, A._$InvoiceStateSerializer, A._$InvoiceUIStateSerializer, A.InvoiceStateBuilder, A.InvoiceUIStateBuilder, A.ViewPaymentList, A.ViewPayment, A.EditPayment, A.ViewRefundPayment, A.UpdatePayment, A.LoadPayment, A.LoadPayments, A.LoadPaymentRequest, A.LoadPaymentFailure, A.LoadPaymentSuccess, A.LoadPaymentsRequest, A.LoadPaymentsFailure, A.LoadPaymentsSuccess, A.SavePaymentRequest, A.SavePaymentSuccess, A.AddPaymentSuccess, A.SavePaymentFailure, A.RefundPaymentRequest, A.RefundPaymentSuccess, A.RefundPaymentFailure, A.ArchivePaymentsRequest, A.ArchivePaymentsSuccess, A.ArchivePaymentsFailure, A.DeletePaymentsRequest, A.DeletePaymentsSuccess, A.DeletePaymentsFailure, A.RestorePaymentsRequest, A.RestorePaymentsSuccess, A.RestorePaymentsFailure, A.EmailPaymentRequest, A.EmailPaymentSuccess, A.FilterPayments, A.SortPayments, A.FilterPaymentsByState, A.FilterPaymentsByStatus, A.FilterPaymentsByCustom1, A.FilterPaymentsByCustom2, A.FilterPaymentsByCustom3, A.FilterPaymentsByCustom4, A.StartPaymentMultiselect, A.AddToPaymentMultiselect, A.RemoveFromPaymentMultiselect, A.ClearPaymentMultiselect, A.PaymentState, A._PaymentUIState_Object_EntityUIState, A._$PaymentStateSerializer, A._$PaymentUIStateSerializer, A.PaymentStateBuilder, A.PaymentUIStateBuilder, A.ViewPaymentTermList, A.ViewPaymentTerm, A.EditPaymentTerm, A.UpdatePaymentTerm, A.LoadPaymentTermRequest, A.LoadPaymentTermFailure, A.LoadPaymentTermSuccess, A.LoadPaymentTermsRequest, A.LoadPaymentTermsFailure, A.LoadPaymentTermsSuccess, A.SavePaymentTermRequest, A.SavePaymentTermSuccess, A.AddPaymentTermSuccess, A.SavePaymentTermFailure, A.ArchivePaymentTermsRequest, A.ArchivePaymentTermsSuccess, A.ArchivePaymentTermsFailure, A.DeletePaymentTermsRequest, A.DeletePaymentTermsSuccess, A.DeletePaymentTermsFailure, A.RestorePaymentTermsRequest, A.RestorePaymentTermsSuccess, A.RestorePaymentTermsFailure, A.FilterPaymentTerms, A.SortPaymentTerms, A.FilterPaymentTermsByState, A.FilterPaymentTermsByCustom1, A.FilterPaymentTermsByCustom2, A.FilterPaymentTermsByCustom3, A.FilterPaymentTermsByCustom4, A.StartPaymentTermMultiselect, A.AddToPaymentTermMultiselect, A.RemoveFromPaymentTermMultiselect, A.ClearPaymentTermMultiselect, A.PaymentTermState, A._PaymentTermUIState_Object_EntityUIState, A._$PaymentTermStateSerializer, A._$PaymentTermUIStateSerializer, A.PaymentTermStateBuilder, A.PaymentTermUIStateBuilder, A.ViewProductList, A.ViewProduct, A.EditProduct, A.UpdateProduct, A.LoadProductRequest, A.LoadProduct, A.LoadProductSuccess, A.LoadProductFailure, A.LoadProducts, A.LoadProductsRequest, A.LoadProductsFailure, A.LoadProductsSuccess, A.SaveProductRequest, A.SaveProductSuccess, A.AddProductSuccess, A.SaveProductFailure, A.ArchiveProductsRequest, A.ArchiveProductsSuccess, A.ArchiveProductsFailure, A.DeleteProductsRequest, A.DeleteProductsSuccess, A.DeleteProductsFailure, A.RestoreProductsRequest, A.RestoreProductsSuccess, A.RestoreProductsFailure, A.SetTaxCategoryProductsRequest, A.SetTaxCategoryProductsSuccess, A.SetTaxCategoryProductsFailure, A.FilterProducts, A.SortProducts, A.FilterProductsByState, A.FilterProductsByCustom1, A.FilterProductsByCustom2, A.FilterProductsByCustom3, A.FilterProductsByCustom4, A.StartProductMultiselect, A.AddToProductMultiselect, A.RemoveFromProductMultiselect, A.ClearProductMultiselect, A.SaveProductDocumentRequest, A.SaveProductDocumentFailure, A.UpdateProductTab, A.ProductState, A._ProductUIState_Object_EntityUIState, A._$ProductStateSerializer, A._$ProductUIStateSerializer, A.ProductStateBuilder, A.ProductUIStateBuilder, A.ViewProjectList, A.ViewProject, A.EditProject, A.UpdateProject, A.LoadProject, A.LoadProjects, A.LoadProjectRequest, A.LoadProjectFailure, A.LoadProjectSuccess, A.LoadProjectsRequest, A.LoadProjectsFailure, A.LoadProjectsSuccess, A.SaveProjectRequest, A.SaveProjectSuccess, A.AddProjectSuccess, A.SaveProjectFailure, A.ArchiveProjectRequest, A.ArchiveProjectSuccess, A.ArchiveProjectFailure, A.DeleteProjectRequest, A.DeleteProjectSuccess, A.DeleteProjectFailure, A.RestoreProjectRequest, A.RestoreProjectSuccess, A.RestoreProjectFailure, A.FilterProjects, A.SortProjects, A.FilterProjectsByState, A.FilterProjectsByCustom1, A.FilterProjectsByCustom2, A.FilterProjectsByCustom3, A.FilterProjectsByCustom4, A.StartProjectMultiselect, A.AddToProjectMultiselect, A.RemoveFromProjectMultiselect, A.ClearProjectMultiselect, A.SaveProjectDocumentRequest, A.SaveProjectDocumentFailure, A.UpdateProjectTab, A.ProjectState, A._ProjectUIState_Object_EntityUIState, A._$ProjectStateSerializer, A._$ProjectUIStateSerializer, A.ProjectStateBuilder, A.ProjectUIStateBuilder, A.ViewPurchaseOrderList, A.ViewPurchaseOrder, A.EditPurchaseOrder, A.ShowEmailPurchaseOrder, A.ShowPdfPurchaseOrder, A.EditPurchaseOrderItem, A.UpdatePurchaseOrder, A.UpdatePurchaseOrderVendor, A.LoadPurchaseOrder, A.LoadPurchaseOrders, A.LoadPurchaseOrderRequest, A.LoadPurchaseOrderFailure, A.LoadPurchaseOrderSuccess, A.LoadPurchaseOrdersRequest, A.LoadPurchaseOrdersFailure, A.LoadPurchaseOrdersSuccess, A.SavePurchaseOrderDocumentRequest, A.SavePurchaseOrderDocumentFailure, A.SavePurchaseOrderRequest, A.SavePurchaseOrderSuccess, A.AddPurchaseOrderSuccess, A.SavePurchaseOrderFailure, A.BulkEmailPurchaseOrdersRequest, A.BulkEmailPurchaseOrdersSuccess, A.BulkEmailPurchaseOrdersFailure, A.ArchivePurchaseOrdersRequest, A.ArchivePurchaseOrdersSuccess, A.ArchivePurchaseOrdersFailure, A.DeletePurchaseOrdersRequest, A.DeletePurchaseOrdersSuccess, A.DeletePurchaseOrdersFailure, A.DownloadPurchaseOrdersRequest, A.DownloadPurchaseOrdersSuccess, A.DownloadPurchaseOrdersFailure, A.AcceptPurchaseOrdersRequest, A.AcceptPurchaseOrderSuccess, A.AcceptPurchaseOrderFailure, A.CancelPurchaseOrdersRequest, A.CancelPurchaseOrderSuccess, A.CancelPurchaseOrderFailure, A.RestorePurchaseOrdersRequest, A.RestorePurchaseOrdersSuccess, A.RestorePurchaseOrdersFailure, A.EmailPurchaseOrderRequest, A.EmailPurchaseOrderSuccess, A.EmailPurchaseOrderFailure, A.MarkPurchaseOrdersSentRequest, A.MarkPurchaseOrderSentSuccess, A.MarkPurchaseOrderSentFailure, A.ConvertPurchaseOrdersToExpensesRequest, A.ConvertPurchaseOrdersToExpensesSuccess, A.ConvertPurchaseOrdersToExpensesFailure, A.AddPurchaseOrdersToInventoryRequest, A.AddPurchaseOrdersToInventorySuccess, A.AddPurchaseOrdersToInventoryFailure, A.ApprovePurchaseOrderSuccess, A.ApprovePurchaseOrderFailure, A.AddPurchaseOrderContact, A.RemovePurchaseOrderContact, A.AddPurchaseOrderItem, A.MovePurchaseOrderItem, A.AddPurchaseOrderItems, A.UpdatePurchaseOrderItem, A.DeletePurchaseOrderItem, A.FilterPurchaseOrders, A.SortPurchaseOrders, A.FilterPurchaseOrdersByState, A.FilterPurchaseOrdersByStatus, A.FilterPurchaseOrdersByCustom1, A.FilterPurchaseOrdersByCustom2, A.FilterPurchaseOrdersByCustom3, A.FilterPurchaseOrdersByCustom4, A.StartPurchaseOrderMultiselect, A.AddToPurchaseOrderMultiselect, A.RemoveFromPurchaseOrderMultiselect, A.ClearPurchaseOrderMultiselect, A.UpdatePurchaseOrderTab, A.PurchaseOrderState, A._PurchaseOrderUIState_Object_EntityUIState, A._$PurchaseOrderStateSerializer, A._$PurchaseOrderUIStateSerializer, A.PurchaseOrderStateBuilder, A.PurchaseOrderUIStateBuilder, A.ViewQuoteList, A.ViewQuote, A.EditQuote, A.ShowEmailQuote, A.ShowPdfQuote, A.EditQuoteItem, A.UpdateQuote, A.UpdateQuoteClient, A.LoadQuote, A.LoadQuotes, A.LoadQuoteRequest, A.LoadQuoteFailure, A.LoadQuoteSuccess, A.LoadQuotesRequest, A.LoadQuotesFailure, A.LoadQuotesSuccess, A.AddQuoteContact, A.RemoveQuoteContact, A.AddQuoteItem, A.MoveQuoteItem, A.AddQuoteItems, A.UpdateQuoteItem, A.DeleteQuoteItem, A.SaveQuoteRequest, A.SaveQuoteSuccess, A.AddQuoteSuccess, A.SaveQuoteFailure, A.EmailQuoteRequest, A.EmailQuoteSuccess, A.EmailQuoteFailure, A.MarkSentQuotesRequest, A.MarkSentQuoteSuccess, A.MarkSentQuoteFailure, A.BulkEmailQuotesRequest, A.BulkEmailQuotesSuccess, A.BulkEmailQuotesFailure, A.ArchiveQuotesRequest, A.ArchiveQuotesSuccess, A.ArchiveQuotesFailure, A.DeleteQuotesRequest, A.DeleteQuotesSuccess, A.DeleteQuotesFailure, A.DownloadQuotesRequest, A.DownloadQuotesSuccess, A.DownloadQuotesFailure, A.RestoreQuotesRequest, A.RestoreQuotesSuccess, A.RestoreQuotesFailure, A.FilterQuotes, A.SortQuotes, A.FilterQuotesByState, A.FilterQuotesByStatus, A.FilterQuotesByCustom1, A.FilterQuotesByCustom2, A.FilterQuotesByCustom3, A.FilterQuotesByCustom4, A.ConvertQuotesToInvoices, A.ConvertQuotesToInvoicesSuccess, A.ConvertQuotesToInvoicesFailure, A.ConvertQuotesToProjects, A.ConvertQuotesToProjectsSuccess, A.ConvertQuotesToProjectsFailure, A.ApproveQuotes, A.ApproveQuoteSuccess, A.ApproveQuoteFailure, A.SaveQuoteDocumentRequest, A.SaveQuoteDocumentFailure, A.StartQuoteMultiselect, A.AddToQuoteMultiselect, A.RemoveFromQuoteMultiselect, A.ClearQuoteMultiselect, A.UpdateQuoteTab, A.QuoteState, A._QuoteUIState_Object_EntityUIState, A._$QuoteStateSerializer, A._$QuoteUIStateSerializer, A.QuoteStateBuilder, A.QuoteUIStateBuilder, A.ViewRecurringExpenseList, A.ViewRecurringExpense, A.EditRecurringExpense, A.UpdateRecurringExpense, A.LoadRecurringExpense, A.LoadRecurringExpenses, A.LoadRecurringExpenseRequest, A.LoadRecurringExpenseFailure, A.LoadRecurringExpenseSuccess, A.LoadRecurringExpensesRequest, A.LoadRecurringExpensesFailure, A.LoadRecurringExpensesSuccess, A.SaveRecurringExpenseRequest, A.SaveRecurringExpenseSuccess, A.AddRecurringExpenseSuccess, A.SaveRecurringExpenseFailure, A.ArchiveRecurringExpensesRequest, A.ArchiveRecurringExpensesSuccess, A.ArchiveRecurringExpensesFailure, A.DeleteRecurringExpensesRequest, A.DeleteRecurringExpensesSuccess, A.DeleteRecurringExpensesFailure, A.RestoreRecurringExpensesRequest, A.RestoreRecurringExpensesSuccess, A.RestoreRecurringExpensesFailure, A.FilterRecurringExpenses, A.SortRecurringExpenses, A.FilterRecurringExpensesByState, A.FilterRecurringExpensesByStatus, A.FilterRecurringExpensesByCustom1, A.FilterRecurringExpensesByCustom2, A.FilterRecurringExpensesByCustom3, A.FilterRecurringExpensesByCustom4, A.StartRecurringExpenseMultiselect, A.AddToRecurringExpenseMultiselect, A.RemoveFromRecurringExpenseMultiselect, A.ClearRecurringExpenseMultiselect, A.UpdateRecurringExpenseTab, A.StartRecurringExpensesRequest, A.StartRecurringExpensesSuccess, A.StartRecurringExpensesFailure, A.StopRecurringExpensesRequest, A.StopRecurringExpensesSuccess, A.StopRecurringExpensesFailure, A.SaveRecurringExpenseDocumentRequest, A.SaveRecurringExpenseDocumentFailure, A.RecurringExpenseState, A._RecurringExpenseUIState_Object_EntityUIState, A._$RecurringExpenseStateSerializer, A._$RecurringExpenseUIStateSerializer, A.RecurringExpenseStateBuilder, A.RecurringExpenseUIStateBuilder, A.ViewRecurringInvoiceList, A.ViewRecurringInvoice, A.EditRecurringInvoice, A.ShowPdfRecurringInvoice, A.EditRecurringInvoiceItem, A.UpdateRecurringInvoice, A.UpdateRecurringInvoiceClient, A.LoadRecurringInvoice, A.LoadRecurringInvoices, A.LoadRecurringInvoiceRequest, A.LoadRecurringInvoiceFailure, A.LoadRecurringInvoiceSuccess, A.LoadRecurringInvoicesRequest, A.LoadRecurringInvoicesFailure, A.LoadRecurringInvoicesSuccess, A.AddRecurringInvoiceContact, A.RemoveRecurringInvoiceContact, A.SaveRecurringInvoiceRequest, A.SaveRecurringInvoiceSuccess, A.AddRecurringInvoiceSuccess, A.AddRecurringInvoiceItem, A.MoveRecurringInvoiceItem, A.AddRecurringInvoiceItems, A.UpdateRecurringInvoiceItem, A.DeleteRecurringInvoiceItem, A.SaveRecurringInvoiceFailure, A.ArchiveRecurringInvoicesRequest, A.ArchiveRecurringInvoicesSuccess, A.ArchiveRecurringInvoicesFailure, A.SendNowRecurringInvoicesRequest, A.SendNowRecurringInvoicesSuccess, A.SendNowRecurringInvoicesFailure, A.UpdatePricesRecurringInvoicesRequest, A.UpdatePricesRecurringInvoicesSuccess, A.UpdatePricesRecurringInvoicesFailure, A.IncreasePricesRecurringInvoicesRequest, A.IncreasePricesRecurringInvoicesSuccess, A.IncreasePricesRecurringInvoicesFailure, A.DeleteRecurringInvoicesRequest, A.DeleteRecurringInvoicesSuccess, A.DeleteRecurringInvoicesFailure, A.RestoreRecurringInvoicesRequest, A.RestoreRecurringInvoicesSuccess, A.RestoreRecurringInvoicesFailure, A.FilterRecurringInvoices, A.SortRecurringInvoices, A.FilterRecurringInvoicesByState, A.FilterRecurringInvoicesByStatus, A.FilterRecurringInvoicesByCustom1, A.FilterRecurringInvoicesByCustom2, A.FilterRecurringInvoicesByCustom3, A.FilterRecurringInvoicesByCustom4, A.SaveRecurringInvoiceDocumentRequest, A.SaveRecurringInvoiceDocumentFailure, A.StartRecurringInvoicesRequest, A.StartRecurringInvoicesSuccess, A.StartRecurringInvoicesFailure, A.StopRecurringInvoicesRequest, A.StopRecurringInvoicesSuccess, A.StopRecurringInvoicesFailure, A.StartRecurringInvoiceMultiselect, A.AddToRecurringInvoiceMultiselect, A.RemoveFromRecurringInvoiceMultiselect, A.ClearRecurringInvoiceMultiselect, A.UpdateRecurringInvoiceTab, A.RecurringInvoiceState, A._RecurringInvoiceUIState_Object_EntityUIState, A._$RecurringInvoiceStateSerializer, A._$RecurringInvoiceUIStateSerializer, A.RecurringInvoiceStateBuilder, A.RecurringInvoiceUIStateBuilder, A.ViewReports, A.UpdateReportSettings, A.ReportsUIState, A._$ReportsUIStateSerializer, A.ReportsUIStateBuilder, A.ViewScheduleList, A.ViewSchedule, A.EditSchedule, A.UpdateSchedule, A.LoadScheduleRequest, A.LoadScheduleFailure, A.LoadScheduleSuccess, A.LoadSchedulesRequest, A.LoadSchedulesFailure, A.LoadSchedulesSuccess, A.SaveScheduleRequest, A.SaveScheduleSuccess, A.AddScheduleSuccess, A.SaveScheduleFailure, A.ArchiveSchedulesRequest, A.ArchiveSchedulesSuccess, A.ArchiveSchedulesFailure, A.DeleteSchedulesRequest, A.DeleteSchedulesSuccess, A.DeleteSchedulesFailure, A.RestoreSchedulesRequest, A.RestoreSchedulesSuccess, A.RestoreSchedulesFailure, A.FilterSchedules, A.SortSchedules, A.FilterSchedulesByState, A.FilterSchedulesByCustom1, A.FilterSchedulesByCustom2, A.FilterSchedulesByCustom3, A.FilterSchedulesByCustom4, A.StartScheduleMultiselect, A.AddToScheduleMultiselect, A.RemoveFromScheduleMultiselect, A.ClearScheduleMultiselect, A.ScheduleState, A._ScheduleUIState_Object_EntityUIState, A._$ScheduleStateSerializer, A._$ScheduleUIStateSerializer, A.ScheduleStateBuilder, A.ScheduleUIStateBuilder, A.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdatedSettingUI, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnectOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisconnecOAuthUserRequest, A.DisconnectOAuthUserSuccess, A.DisconnecOAuthUserFailure, A.DisconnectOAuthMailerRequest, A.DisconnectOAuthMailerSuccess, A.DisconnectOAuthMailerFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, A.ToggleShowNewSettings, A.ToggleShowPdfPreview, A.SettingsUIState, A._$SettingsUIStateSerializer, A.SettingsUIStateBuilder, A.StaticState, A._$StaticStateSerializer, A.StaticStateBuilder, A.ViewSubscriptionList, A.ViewSubscription, A.EditSubscription, A.UpdateSubscription, A.LoadSubscriptionRequest, A.LoadSubscriptionFailure, A.LoadSubscriptionSuccess, A.LoadSubscriptionsRequest, A.LoadSubscriptionsFailure, A.LoadSubscriptionsSuccess, A.SaveSubscriptionRequest, A.SaveSubscriptionSuccess, A.AddSubscriptionSuccess, A.SaveSubscriptionFailure, A.ArchiveSubscriptionsRequest, A.ArchiveSubscriptionsSuccess, A.ArchiveSubscriptionsFailure, A.DeleteSubscriptionsRequest, A.DeleteSubscriptionsSuccess, A.DeleteSubscriptionsFailure, A.RestoreSubscriptionsRequest, A.RestoreSubscriptionsSuccess, A.RestoreSubscriptionsFailure, A.FilterSubscriptions, A.SortSubscriptions, A.FilterSubscriptionsByState, A.FilterSubscriptionsByCustom1, A.FilterSubscriptionsByCustom2, A.FilterSubscriptionsByCustom3, A.FilterSubscriptionsByCustom4, A.StartSubscriptionMultiselect, A.AddToSubscriptionMultiselect, A.RemoveFromSubscriptionMultiselect, A.ClearSubscriptionMultiselect, A.SubscriptionState, A._SubscriptionUIState_Object_EntityUIState, A._$SubscriptionStateSerializer, A._$SubscriptionUIStateSerializer, A.SubscriptionStateBuilder, A.SubscriptionUIStateBuilder, A.ViewTaskList, A.ViewTask, A.EditTask, A.UpdateTask, A.LoadTask, A.LoadTasks, A.LoadTaskRequest, A.LoadTaskFailure, A.LoadTaskSuccess, A.EditTaskTime, A.AddTaskTime, A.UpdateTaskTime, A.DeleteTaskTime, A.LoadTasksRequest, A.LoadTasksFailure, A.LoadTasksSuccess, A.SaveTaskRequest, A.SaveTaskSuccess, A.AddTaskSuccess, A.SaveTaskFailure, A.ArchiveTaskRequest, A.ArchiveTaskSuccess, A.ArchiveTaskFailure, A.StartTasksRequest, A.StartTasksSuccess, A.StartTasksFailure, A.StopTasksRequest, A.StopTasksSuccess, A.StopTasksFailure, A.DeleteTaskRequest, A.DeleteTaskSuccess, A.DeleteTaskFailure, A.RestoreTaskRequest, A.RestoreTaskSuccess, A.RestoreTaskFailure, A.SortTasksRequest, A.SortTasksSuccess, A.SortTasksFailure, A.FilterTasks, A.SortTasks, A.FilterTasksByState, A.FilterTasksByStatus, A.FilterTasksByCustom1, A.FilterTasksByCustom2, A.FilterTasksByCustom3, A.FilterTasksByCustom4, A.UpdateKanban, A.StartTaskMultiselect, A.AddToTaskMultiselect, A.RemoveFromTaskMultiselect, A.ClearTaskMultiselect, A.SaveTaskDocumentRequest, A.SaveTaskDocumentFailure, A.UpdateTaskTab, A.TaskState, A._TaskUIState_Object_EntityUIState, A._$TaskStateSerializer, A._$TaskUIStateSerializer, A.TaskStateBuilder, A.TaskUIStateBuilder, A.ViewTaskStatusList, A.ViewTaskStatus, A.EditTaskStatus, A.UpdateTaskStatus, A.LoadTaskStatusRequest, A.LoadTaskStatusFailure, A.LoadTaskStatusSuccess, A.LoadTaskStatusesRequest, A.LoadTaskStatusesFailure, A.LoadTaskStatusesSuccess, A.SaveTaskStatusRequest, A.SaveTaskStatusSuccess, A.AddTaskStatusSuccess, A.SaveTaskStatusFailure, A.ArchiveTaskStatusesRequest, A.ArchiveTaskStatusesSuccess, A.ArchiveTaskStatusesFailure, A.DeleteTaskStatusesRequest, A.DeleteTaskStatusesSuccess, A.DeleteTaskStatusesFailure, A.RestoreTaskStatusesRequest, A.RestoreTaskStatusesSuccess, A.RestoreTaskStatusesFailure, A.FilterTaskStatuses, A.SortTaskStatuses, A.FilterTaskStatusesByState, A.FilterTaskStatusesByCustom1, A.FilterTaskStatusesByCustom2, A.FilterTaskStatusesByCustom3, A.FilterTaskStatusesByCustom4, A.StartTaskStatusMultiselect, A.AddToTaskStatusMultiselect, A.RemoveFromTaskStatusMultiselect, A.ClearTaskStatusMultiselect, A.TaskStatusState, A._TaskStatusUIState_Object_EntityUIState, A._$TaskStatusStateSerializer, A._$TaskStatusUIStateSerializer, A.TaskStatusStateBuilder, A.TaskStatusUIStateBuilder, A.ViewTaxRateList, A.ViewTaxRate, A.EditTaxRate, A.UpdateTaxRate, A.LoadTaxRateRequest, A.LoadTaxRateFailure, A.LoadTaxRateSuccess, A.LoadTaxRatesRequest, A.LoadTaxRatesFailure, A.LoadTaxRatesSuccess, A.SaveTaxRateRequest, A.SaveTaxRateSuccess, A.AddTaxRateSuccess, A.SaveTaxRateFailure, A.ArchiveTaxRateRequest, A.ArchiveTaxRatesSuccess, A.ArchiveTaxRateFailure, A.DeleteTaxRateRequest, A.DeleteTaxRatesSuccess, A.DeleteTaxRateFailure, A.RestoreTaxRateRequest, A.RestoreTaxRatesSuccess, A.RestoreTaxRateFailure, A.FilterTaxRates, A.SortTaxRates, A.FilterTaxRatesByState, A.StartTaxRateMultiselect, A.AddToTaxRateMultiselect, A.RemoveFromTaxRateMultiselect, A.ClearTaxRateMultiselect, A.TaxRateState, A._TaxRateUIState_Object_EntityUIState, A._$TaxRateStateSerializer, A._$TaxRateUIStateSerializer, A.TaxRateStateBuilder, A.TaxRateUIStateBuilder, A.ViewTokenList, A.ViewToken, A.EditToken, A.UpdateToken, A.LoadTokenRequest, A.LoadTokenFailure, A.LoadTokenSuccess, A.LoadTokensRequest, A.LoadTokensFailure, A.LoadTokensSuccess, A.SaveTokenRequest, A.SaveTokenSuccess, A.AddTokenSuccess, A.SaveTokenFailure, A.ArchiveTokensRequest, A.ArchiveTokensSuccess, A.ArchiveTokensFailure, A.DeleteTokensRequest, A.DeleteTokensSuccess, A.DeleteTokensFailure, A.RestoreTokensRequest, A.RestoreTokensSuccess, A.RestoreTokensFailure, A.FilterTokens, A.SortTokens, A.FilterTokensByState, A.FilterTokensByCustom1, A.FilterTokensByCustom2, A.FilterTokensByCustom3, A.FilterTokensByCustom4, A.StartTokenMultiselect, A.AddToTokenMultiselect, A.RemoveFromTokenMultiselect, A.ClearTokenMultiselect, A.TokenState, A._TokenUIState_Object_EntityUIState, A._$TokenStateSerializer, A._$TokenUIStateSerializer, A.TokenStateBuilder, A.TokenUIStateBuilder, A.ViewTransactionList, A.ViewTransaction, A.EditTransaction, A.UpdateTransaction, A.LoadTransactions, A.LoadTransactionRequest, A.LoadTransactionFailure, A.LoadTransactionSuccess, A.LoadTransactionsRequest, A.LoadTransactionsFailure, A.LoadTransactionsSuccess, A.SaveTransactionRequest, A.SaveTransactionSuccess, A.AddTransactionSuccess, A.SaveTransactionFailure, A.ArchiveTransactionsRequest, A.ArchiveTransactionsSuccess, A.ArchiveTransactionsFailure, A.DeleteTransactionsRequest, A.DeleteTransactionsSuccess, A.DeleteTransactionsFailure, A.RestoreTransactionsRequest, A.RestoreTransactionsSuccess, A.RestoreTransactionsFailure, A.ConvertTransactionToPaymentRequest, A.ConvertTransactionToPaymentSuccess, A.ConvertTransactionToPaymentFailure, A.LinkTransactionToPaymentRequest, A.LinkTransactionToPaymentSuccess, A.LinkTransactionToPaymentFailure, A.UnlinkTransactionsRequest, A.UnlinkTransactionsSuccess, A.UnlinkTransactionsFailure, A.LinkTransactionToExpenseRequest, A.LinkTransactionToExpenseSuccess, A.LinkTransactionToExpenseFailure, A.ConvertTransactionsToExpensesRequest, A.ConvertTransactionsToExpensesSuccess, A.ConvertTransactionsToExpensesFailure, A.ConvertTransactionsRequest, A.ConvertTransactionsSuccess, A.ConvertTransactionsFailure, A.FilterTransactions, A.SortTransactions, A.FilterTransactionsByState, A.FilterTransactionsByStatus, A.FilterTransactionsByCustom1, A.FilterTransactionsByCustom2, A.FilterTransactionsByCustom3, A.FilterTransactionsByCustom4, A.StartTransactionMultiselect, A.AddToTransactionMultiselect, A.RemoveFromTransactionMultiselect, A.ClearTransactionMultiselect, A.TransactionState, A._TransactionUIState_Object_EntityUIState, A._$TransactionStateSerializer, A._$TransactionUIStateSerializer, A.TransactionStateBuilder, A.TransactionUIStateBuilder, A.ViewTransactionRuleList, A.ViewTransactionRule, A.EditTransactionRule, A.UpdateTransactionRule, A.LoadTransactionRuleRequest, A.LoadTransactionRuleFailure, A.LoadTransactionRuleSuccess, A.LoadTransactionRulesRequest, A.LoadTransactionRulesFailure, A.LoadTransactionRulesSuccess, A.SaveTransactionRuleRequest, A.SaveTransactionRuleSuccess, A.AddTransactionRuleSuccess, A.SaveTransactionRuleFailure, A.ArchiveTransactionRulesRequest, A.ArchiveTransactionRulesSuccess, A.ArchiveTransactionRulesFailure, A.DeleteTransactionRulesRequest, A.DeleteTransactionRulesSuccess, A.DeleteTransactionRulesFailure, A.RestoreTransactionRulesRequest, A.RestoreTransactionRulesSuccess, A.RestoreTransactionRulesFailure, A.FilterTransactionRules, A.SortTransactionRules, A.FilterTransactionRulesByState, A.FilterTransactionRulesByCustom1, A.FilterTransactionRulesByCustom2, A.FilterTransactionRulesByCustom3, A.FilterTransactionRulesByCustom4, A.StartTransactionRuleMultiselect, A.AddToTransactionRuleMultiselect, A.RemoveFromTransactionRuleMultiselect, A.ClearTransactionRuleMultiselect, A.TransactionRuleState, A._TransactionRuleUIState_Object_EntityUIState, A._$TransactionRuleStateSerializer, A._$TransactionRuleUIStateSerializer, A.TransactionRuleStateBuilder, A.TransactionRuleUIStateBuilder, A.EntityUIState, A.ListUIState, A._$ListUIStateSerializer, A.ListUIStateBuilder, A.PrefState, A.PrefStateSortField, A.CompanyPrefState, A.HistoryRecord, A._$PrefStateSerializer, A._$PrefStateSortFieldSerializer, A._$CompanyPrefStateSerializer, A._$AppLayoutSerializer, A._$ModuleLayoutSerializer, A._$AppSidebarModeSerializer, A._$HistoryRecordSerializer, A.PrefStateBuilder, A.PrefStateSortFieldBuilder, A.CompanyPrefStateBuilder, A.HistoryRecordBuilder, A.UpdateCurrentRoute, A.UIState, A._$UIStateSerializer, A.UIStateBuilder, A.ViewUserList, A.ViewUser, A.EditUser, A.UpdateUser, A.LoadUserRequest, A.LoadUserFailure, A.LoadUserSuccess, A.LoadUsersRequest, A.LoadUsersFailure, A.LoadUsersSuccess, A.SaveUserRequest, A.SaveUserSuccess, A.AddUserSuccess, A.SaveUserFailure, A.ArchiveUserRequest, A.ArchiveUserSuccess, A.ArchiveUserFailure, A.DeleteUserRequest, A.DeleteUserSuccess, A.DeleteUserFailure, A.RestoreUserRequest, A.RestoreUserSuccess, A.RestoreUserFailure, A.RemoveUserRequest, A.RemoveUserSuccess, A.RemoveUserFailure, A.ResendInviteRequest, A.ResendInviteSuccess, A.ResendInviteFailure, A.FilterUsers, A.SortUsers, A.FilterUsersByState, A.FilterUsersByCustom1, A.FilterUsersByCustom2, A.FilterUsersByCustom3, A.FilterUsersByCustom4, A.StartUserMultiselect, A.AddToUserMultiselect, A.RemoveFromUserMultiselect, A.ClearUserMultiselect, A.UserState, A._UserUIState_Object_EntityUIState, A._$UserStateSerializer, A._$UserUIStateSerializer, A.UserStateBuilder, A.UserUIStateBuilder, A.ViewVendorList, A.ViewVendor, A.EditVendor, A.UpdateVendor, A.LoadVendor, A.LoadVendors, A.LoadVendorRequest, A.LoadVendorFailure, A.LoadVendorSuccess, A.LoadVendorsRequest, A.LoadVendorsFailure, A.LoadVendorsSuccess, A.SaveVendorRequest, A.SaveVendorSuccess, A.AddVendorSuccess, A.SaveVendorFailure, A.ArchiveVendorRequest, A.ArchiveVendorSuccess, A.ArchiveVendorFailure, A.DeleteVendorRequest, A.DeleteVendorSuccess, A.DeleteVendorFailure, A.RestoreVendorRequest, A.RestoreVendorSuccess, A.RestoreVendorFailure, A.EditVendorContact, A.AddVendorContact, A.UpdateVendorContact, A.DeleteVendorContact, A.FilterVendors, A.SortVendors, A.FilterVendorsByState, A.FilterVendorsByCustom1, A.FilterVendorsByCustom2, A.FilterVendorsByCustom3, A.FilterVendorsByCustom4, A.StartVendorMultiselect, A.AddToVendorMultiselect, A.RemoveFromVendorMultiselect, A.ClearVendorMultiselect, A.SaveVendorDocumentRequest, A.SaveVendorDocumentFailure, A.UpdateVendorTab, A.VendorState, A._VendorUIState_Object_EntityUIState, A._$VendorStateSerializer, A._$VendorUIStateSerializer, A.VendorStateBuilder, A.VendorUIStateBuilder, A.ViewWebhookList, A.ViewWebhook, A.EditWebhook, A.UpdateWebhook, A.LoadWebhookRequest, A.LoadWebhookFailure, A.LoadWebhookSuccess, A.LoadWebhooksRequest, A.LoadWebhooksFailure, A.LoadWebhooksSuccess, A.SaveWebhookRequest, A.SaveWebhookSuccess, A.AddWebhookSuccess, A.SaveWebhookFailure, A.ArchiveWebhooksRequest, A.ArchiveWebhooksSuccess, A.ArchiveWebhooksFailure, A.DeleteWebhooksRequest, A.DeleteWebhooksSuccess, A.DeleteWebhooksFailure, A.RestoreWebhooksRequest, A.RestoreWebhooksSuccess, A.RestoreWebhooksFailure, A.FilterWebhooks, A.SortWebhooks, A.FilterWebhooksByState, A.FilterWebhooksByCustom1, A.FilterWebhooksByCustom2, A.FilterWebhooksByCustom3, A.FilterWebhooksByCustom4, A.StartWebhookMultiselect, A.AddToWebhookMultiselect, A.RemoveFromWebhookMultiselect, A.ClearWebhookMultiselect, A.WebhookState, A._WebhookUIState_Object_EntityUIState, A._$WebhookStateSerializer, A._$WebhookUIStateSerializer, A.WebhookStateBuilder, A.WebhookUIStateBuilder, A.ConfirmEmailVM, A.__AutocompleteEntity_Object_SelectableEntity, A.AppDrawerVM, A.MenuDrawerVM, A._TheState, A.EntityPresenter, A.ExamplePaymentQueueDelegate, A.LoginVM, A.BankAccountListVM, A.BankAccountScreenVM, A.BankAccountEditVM, A.BankAccountViewVM, A.ClientListVM, A.ClientPdfVM, A.ClientScreenVM, A.ClientEditContactsVM, A.ClientEditVM, A.ClientViewVM, A.CompanyGatewayListVM, A.CompanyGatewayScreenVM, A.CompanyGatewayEditVM, A.CompanyGatewayViewVM, A.EmailEntityVM, A.EntityListVM, A.EntityPdfVM, A.CreditScreenVM, A.EntityEditDetailsVM, A.EntityEditItemsVM, A.EntityEditNotesVM, A.EntityEditPDFVM, A.AbstractInvoiceEditVM, A.AbstractInvoiceViewVM, A.DashboardVM, A.DesignListVM, A.DesignScreenVM, A.DesignEditVM, A.DesignViewVM, A.DocumentListVM, A.DocumentScreenVM, A.DocumentEditVM, A.DocumentViewVM, A.AbstractExpenseEditVM, A.ExpenseListVM, A.ExpenseScreenVM, A.AbstractExpenseViewVM, A.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, A.ExpenseCategoryScreenVM, A.ExpenseCategoryViewVM, A.GroupEditVM, A.GroupListVM, A.GroupScreenVM, A.GroupViewVM, A.EntityEditContactsVM, A.InvoiceScreenVM, A.PaymentEditVM, A.PaymentListVM, A.PaymentScreenVM, A.PaymentRefundVM, A.PaymentViewVM, A.PaymentTermEditVM, A.PaymentTermListVM, A.PaymentTermScreenVM, A.PaymentTermViewVM, A.ProductEditVM, A.ProductListVM, A.ProductScreenVM, A.ProductViewVM, A.ProjectEditVM, A.ProjectListVM, A.ProjectScreenVM, A.ProjectViewVM, A.PurchaseOrderScreenVM, A.QuoteScreenVM, A.RecurringExpenseListVM, A.RecurringExpenseScreenVM, A.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ReportResult, A.ReportElement, A.ReportsScreenVM, A.GroupTotals, A.ScheduleEditVM, A.ScheduleListVM, A.ScheduleScreenVM, A.ScheduleViewVM, A.AccountManagementVM, A.ClientPortalVM, A.CompanyDetailsVM, A.CreditCardsAndBanksVM, A.CustomFieldsVM, A.DataVisualizationsVM, A.DeviceSettingsVM, A.EmailSettingsVM, A.ExpenseSettingsVM, A.GeneratedNumbersVM, A.ImportExportVM, A.InvoiceDesignVM, A.LocalizationSettingsVM, A.PaymentSettingsVM, A.ProductSettingsVM, A.SettingsListVM, A.SettingsScreenVM, A.TaskSettingsVM, A.TaxSettingsVM, A.TemplatesAndRemindersVM, A.UserDetailsVM, A.WorkflowSettingsVM, A.SubscriptionEditVM, A.SubscriptionListVM, A.SubscriptionScreenVM, A.SubscriptionViewVM, A.TaskEditDetailsVM, A.TaskEditTimesVM, A.TaskEditVM, A.KanbanVM, A.TaskListVM, A.TaskScreenVM, A.TaskViewVM, A.TaskStatusEditVM, A.TaskStatusListVM, A.TaskStatusScreenVM, A.TaskStatusViewVM, A.TaxRateEditVM, A.TaxRateListVM, A.TaxRateScreenVM, A.TaxRateViewVM, A.TokenEditVM, A.TokenListVM, A.TokenScreenVM, A.TokenViewVM, A.TransactionEditVM, A.TransactionListVM, A.TransactionScreenVM, A.TransactionViewVM, A.TransactionRuleEditVM, A.TransactionRuleListVM, A.TransactionRuleScreenVM, A.TransactionRuleViewVM, A.UserEditVM, A.UserListVM, A.UserScreenVM, A.UserViewVM, A.VendorEditContactsVM, A.VendorEditVM, A.VendorListVM, A.VendorScreenVM, A.VendorViewVM, A.WebhookEditVM, A.WebhookViewVM, A.WebhookListVM, A.WebhookScreenVM, A.Debouncer, A.SimpleDebouncer, A.PersistDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.BlockSyntax, A._AttributedTextEditingController_Object_ChangeNotifier, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.LocalAuthentication, A.AuthMessages, A.AuthenticationOptions, A.Level, A.LogRecord, A.Logger, A.Element1, A.Text1, A.UnparsedContent, A.BlockParser, A.ListItem, A.Document0, A.LinkReference, A.ExtensionSet, A.InlineParser, A.InlineSyntax, A.SimpleDelimiter, A.DelimiterRun, A.InlineLink, A.AuthenticationResult, A.Configuration, A.BrowserAuthOptions0, A.PublicClientApplication, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.ImageHandler, A._MenuPageInfo, A.StationaryMenuFocalPoint, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.PdfRasterBase, A.PinTheme, A._PinputUtilsMixin, A.Platform, A.Mutex, A.PdfPreviewActionBounds, A.PdfPreviewPageData, A.PdfPreviewRaster, A.PrintJob, A.PrintJobs, A.PrintingInfo, A._QrBitBuffer_Object_ListMixin, A.QrByte, A.InputTooLongException, A.QrPolynomial, A.QrCode, A.QrImage, A.QrRsBlock, A.PaintCache, A._PaintMetrics, A.QrEyeStyle, A.QrDataModuleStyle, A.QrValidationResult, A.MiddlewareClass, A.Store, A.TypedReducer, A.TypedMiddleware, A.RoundedLoadingButtonController, A._Wrapper, A.ForwardingSink, A._Empty, A.ErrorAndStackTrace, A._MultiControllerSink, A.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.PlatformChecker, A.Breadcrumb, A.SdkVersion, A.SentryId, A.SentryLevel, A.SpanId, A.SentryOptions, A.SentrySpanContext, A.NoOpTransport, A.SentryFlutterWeb, A.SharedPreferences, A.PreferencesFilter, A.GetAllParameters, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A._Rebuild, A._ReactiveModel_Object_IObservable, A.IObservable, A.SnapState, A.SnapError, A.StringScanner, A.DocumentRange, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A._ComposerPreferences_Object_ChangeNotifier, A.DocumentSelectionChange, A.DebugPaintConfig, A.DocumentEditor, A.EditorCommandFunction, A.DocumentEditorTransaction, A._MutableDocument_Object_ChangeNotifier, A.DocumentComponent, A.ProxyDocumentComponent, A.MovementModifier, A.DocumentSelection, A.EditContext, A.Stylesheet, A.StyleRule, A.BlockSelector, A._LastBlockMatcher, A.CascadingPadding, A.SelectionStyles, A.LinkAttribution, A.BlockquoteComponentBuilder, A.SingleColumnLayoutComponentViewModel, A.CommonEditorOperations, A._PasteEditorCommand, A.SuperEditorDebugVisualsConfig, A.TextDeltasDocumentEditor, A.TextInputConnectionDecorator, A.DocumentImeSerializer, A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient, A.SuperEditorImePolicies, A.SuperEditorImeConfiguration, A._AutoScrollController_Object_ChangeNotifier, A.HorizontalRuleComponentBuilder, A.ImageComponentBuilder, A.SingleColumnDocumentComponentContext, A.SingleColumnLayoutPresenter, A.SingleColumnLayoutPresenterChangeListener, A.SingleColumnLayoutStylePhase, A.SingleColumnLayoutViewModel, A.SingleColumnLayoutComponentStyles, A.DocumentNodeSelection, A.ListItemComponentBuilder, A.IndentListItemCommand, A.UnIndentListItemCommand, A.ConvertListItemToParagraphCommand, A.SplitListItemCommand, A.DeleteSelectionCommand, A.ParagraphComponentBuilder, A.CombineParagraphsCommand, A.SplitParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A.SuperEditorSelectionPolicies, A.DefaultCaretOverlayBuilder, A._ContentTapDelegate_Object_ChangeNotifier, A.TaskComponentBuilder, A.InsertNewTaskOrSplitExistingTaskCommand, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.InsertAttributedTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A.ProxyTextComposable, A._IndexedSlot, A.AxisOffset, A.UrlLauncher, A._TapTracker0, A._CountdownZoned0, A._GestureEditingController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A._AndroidEditingOverlayController_Object_ChangeNotifier, A._EstimatedLineHeight, A._TextScrollController_Object_ChangeNotifier, A._ViewportHeight, A._IOSEditingOverlayController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier0, A.ToolbarConfig, A.CaretStyle, A._BlinkController_Object_ChangeNotifier, A.UserSelection, A.ProseTextBlock, A.RenderParagraphProseTextLayout, A.SelectionHighlightStyle, A.ArMessages, A.CaMessages, A.CsMessages, A.DaMessages, A.DeMessages, A.EnMessages, A.EnShortMessages, A.EsMessages, A.EsShortMessages, A.FaMessages, A.FrMessages, A.FrShortMessages, A.HuMessages, A.HuShortMessages, A.ItMessages, A.ItShortMessages, A.JaMessages, A.NbNoShortMessages, A.NbNoMessages, A.NlMessages, A.NlShortMessages, A.PlMessages, A.PtBrMessages, A.PtBrShortMessages, A.RoMessages, A.RoShortMessages, A.RuMessages, A.RuShortMessages, A.SvMessages, A.SvShortMessages, A.ThMessages, A.ThShortMessages, A.ZhMessages, A.WebViewConfiguration, A.Uuid, A.Matrix3, A.Matrix40, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, A.VsScrollbarStyle, A.WindowListener]); - _inheritMany(A.Closure, [A.Closure0Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.Closure2Args, A.CkCanvas_saveLayerWithFilter_closure, A._canvasKitJsUrls_closure, A._downloadCanvasKitJs_loadEventHandler, A._downloadCanvasKitJs_errorEventHandler, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder__updateOverlays_closure, A.HtmlViewEmbedder__updateOverlays_closure0, A.HtmlViewEmbedder__updateOverlays_closure1, A.diffViewList_lookForwards, A.diffViewList_lookBackwards, A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.readChunked_closure, A._finalizationRegistry_closure, A._getEffectiveFontFamilies_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.DomConsoleExtension_get_warn_closure, A.DomNavigatorExtension_get_languages_closure, A._ttPolicy_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.FontFallbackManager$__closure, A.FontFallbackManager$__closure0, A.FontFallbackManager$__closure1, A.FontFallbackManager$__closure2, A.FontFallbackManager$__closure3, A.FontFallbackManager$__closure4, A.FontFallbackManager_findMinimumFontsForCodePoints_closure, A.FontFallbackManager_findMinimumFontsForCodePoints_closure0, A.fetchFontManifest_closure, A.fetchFontManifest_closure0, A.fetchFontManifest_closure1, A.fetchFontManifest__closure, A.HtmlRenderer_instantiateImageCodecFromUrl_closure, A.HtmlRenderer_decodeImageFromPixels_executeCallback, A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A.IntervalTree_IntervalTree$createFromRanges_makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges_computeHigh, A.futureToPromise__closure, A.futureToPromise__closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding$__closure, A.KeyboardBinding$__closure0, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__addLocaleChangedListener_closure, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._BaseAdapter_addEventListener_loggedHandler, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._PointerAdapter_setup_closure4, A._TouchAdapter__addTouchEventListener_closure, A._TouchAdapter_setup_closure, A._TouchAdapter_setup_closure0, A._TouchAdapter_setup_closure1, A._TouchAdapter_setup_closure2, A._MouseAdapter__addMouseEventListener_closure, A._MouseAdapter_setup_closure, A._MouseAdapter_setup_closure0, A._MouseAdapter_setup_closure1, A._MouseAdapter_setup_closure2, A._MouseAdapter_setup_closure3, A.RawKeyboard$__closure, A.RawKeyboard$__closure0, A.RawKeyboard__handleHtmlEvent_closure0, A.AccessibilityFocusManager_manage_closure, A.AccessibilityFocusManager_manage_closure0, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A.SemanticsObject_visitDepthFirst_closure, A.EngineSemanticsOwner__finalizeTree_closure, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_update_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.TextField__invokeIosWorkaround_closure0, A.CanvasParagraph_computeLineMetrics_closure, A.EngineAutofillForm_fromFrameworkMessage_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure, A.futurize_closure, A.bytesToHexString_closure, A.CustomElementDimensionsProvider__closure, A.CustomElementEmbeddingStrategy_initialize_closure, A._ContextMenu__disablingContextMenuListener_closure, A.FullPageEmbeddingStrategy_initialize_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastSet_removeWhere_closure, A.CastMap_entries_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._StringStream__goalToEventCode_closure, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A.FutureExtensions_onError_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_closure, A.Stream_asyncMap_closure_add, A.Stream_asyncMap__closure, A.Stream_pipe_closure, A.Stream_fold_closure0, A.Stream_fold__closure0, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_isEmpty_closure0, A.Stream_toList_closure, A.Stream_first_closure0, A._StreamHandlerTransformer_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapBase_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__splitQueryStringAll_parsePair, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, A.HttpRequest_request_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure0, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readUnsized, A._File_readAsBytes_readUnsized_read_closure, A._File_readAsBytes_readSized_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_closure, A._RandomAccessFile_readInto_closure, A._RandomAccessFile_setPosition_closure, A._RandomAccessFile_length_closure, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A.jsify__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.KeyData__quotedCharCode_closure, A.bootstrapEngine_closure, A.HashUrlStrategy_addPopStateListener_wrappedFn, A.HashUrlStrategy__waitForPopState_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__isContinuousAttribution_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure0, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.CachedNetworkImage_build_closure, A.MultiImageStreamCompleter_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A.DesktopDropWeb__registerEvents_closure, A.DesktopDropWeb__registerEvents__closure, A.DesktopDropWeb__registerEvents_closure0, A.DesktopDropWeb__registerEvents_closure1, A.DesktopDropWeb__registerEvents_closure2, A.DesktopDrop_init_closure, A.DesktopDrop__handleMethodChannel_closure, A.DesktopDrop__handleMethodChannel_closure0, A.DesktopDrop__handleMethodChannel_closure1, A.DesktopDrop__handleMethodChannel_closure2, A.DesktopDrop__handleMethodChannel_closure3, A.DesktopDrop__handleMethodChannel_closure4, A._FileSink_addStream_closure, A._FileSink_close_closure, A._FileSink__addData_closure, A._MemoryFileSystem_findNode_closure, A.MemoryFileSystemEntity_internalCreateSync_closure, A.resolveLinks_closure, A.ErrorCodes_EINVAL_closure, A.ErrorCodes_EISDIR_closure, A.ErrorCodes_ELOOP_closure, A.ErrorCodes_ENOENT_closure, A.ErrorCodes_ENOTDIR_closure, A.ErrorCodes_ENOTEMPTY_closure, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0, A._RenderCupertinoTextSelectionToolbarItems_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure, A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure, A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterErrorDetails_summary_closure, A.FlutterErrorDetails_debugFillProperties_closure, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.FlutterError_toString_closure, A.debugPrintStack_closure, A.BindingBase_initServiceExtensions_closure0, A.BindingBase_initServiceExtensions_closure2, A.BindingBase_registerBoolServiceExtension_closure, A.BindingBase_registerNumericServiceExtension_closure, A.BindingBase_registerStringServiceExtension_closure, A._PrefixedStringBuilder__wordWrapLine_noWrap, A.TextTreeRenderer__debugRender_visitor, A.TextTreeRenderer__debugRender_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.PolynomialFit_toString_closure, A.MultiDragGestureRecognizer_acceptGesture_closure, A.ScaleGestureRecognizer__reconfigure_closure, A.ScaleGestureRecognizer_acceptGesture_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList___closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A.BackButtonIcon_build_closure, A.BackButtonIcon_build_closure0, A.BackButtonIcon_build_closure1, A.DrawerButtonIcon_build_closure, A.DrawerButtonIcon_build_closure0, A.DrawerButtonIcon_build_closure1, A.EndDrawerButtonIcon_build_closure, A.EndDrawerButtonIcon_build_closure0, A.EndDrawerButtonIcon_build_closure1, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._DragHandle_build_closure, A._DragHandle_build_closure0, A._BottomSheetGestureDetector_build_closure0, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure20, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure21, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build_closure19, A._MonthPickerState_didUpdateWidget_closure, A._DayPickerState_build_effectiveValue, A._DayPickerState_build_resolve, A._DayPickerState_build_resolve_closure, A._DayPickerState_build_closure, A._DayPickerState_build_closure0, A._DayPickerState_build_closure2, A._DayPickerState_build__closure, A._YearPickerState__buildYearItem_effectiveValue, A._YearPickerState__buildYearItem_resolve, A._YearPickerState__buildYearItem_resolve_closure, A._YearPickerState__buildYearItem_closure, A._YearPickerState__buildYearItem_closure0, A._YearPickerState__buildYearItem_closure2, A._YearPickerState__buildYearItem__closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_closure, A._CheckboxDefaultsM2_side_closure, A._CheckboxDefaultsM2_fillColor_closure, A._CheckboxDefaultsM2_overlayColor_closure, A.DataTable_build_closure3, A.DataTable_build_closure, A.DataTable_build_closure0, A.DataTable_build_closure1, A.DataTable_build_closure2, A.DataTable_build_closure4, A.showDatePicker_closure, A._DatePickerDialogState_build_closure, A._DatePickerDefaultsM2_dayForegroundColor_closure, A._DatePickerDefaultsM2_dayBackgroundColor_closure, A._DatePickerDefaultsM2_dayOverlayColor_closure, A._DatePickerDefaultsM2_todayForegroundColor_closure, A._DatePickerDefaultsM2_rangeSelectionOverlayColor_closure, A.DialogRoute_closure, A._DropdownRoutePage_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A._DropdownButtonState_build_closure, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ExpansionPanelListState_build_closure, A._InkResponseState_highlightsExist_closure, A._InkResponseState_build_getHighlightColorForType, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorDefaultsM2_hintStyle_closure, A._InputDecoratorDefaultsM2_labelStyle_closure, A._InputDecoratorDefaultsM2_floatingLabelStyle_closure, A._InputDecoratorDefaultsM2_helperStyle_closure, A._InputDecoratorDefaultsM2_errorStyle_closure, A._InputDecoratorDefaultsM2_fillColor_closure, A._InputDecoratorDefaultsM2_iconColor_closure, A._InputDecoratorDefaultsM2_prefixIconColor_closure, A._InputDecoratorDefaultsM2_suffixIconColor_closure, A.ListTile_build_resolveColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A.TextMagnifier_adaptiveMagnifierConfiguration_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MergeableMaterialState_didUpdateWidget_closure, A._MergeableMaterialState_didUpdateWidget_closure0, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState_build_closure, A._RadioDefaultsM2_fillColor_closure, A._RadioDefaultsM2_overlayColor_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._MaterialSwitchState__widgetThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState_build_closure, A._SwitchPainter_paint_thumbSizeAnimation, A._SwitchDefaultsM2_thumbColor_closure, A._SwitchDefaultsM2_trackColor_closure, A._SwitchDefaultsM2_mouseCursor_closure, A._SwitchDefaultsM2_overlayColor_closure, A._TabStyle__resolveWithLabelColor_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A._m2StateInputStyle_closure, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._RenderTextSelectionToolbarItemsLayout__layoutChildren_closure, A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure, A._RenderTextSelectionToolbarItemsLayout_paint_closure, A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A._HourControl_build_hoursFromSelected, A._DialPainter_paint_paintInnerOuterLabels, A._DialPainter_paint_paintInnerOuterLabels_closure, A._DialPainter_paint_paintInnerOuterLabels_closure0, A._DialState__animateTo_animateToValue, A.showTimePicker_closure, A._TimePickerDefaultsM2_dayPeriodColor_closure, A._TimePickerDefaultsM2_dayPeriodTextColor_closure, A._TimePickerDefaultsM2_dialTextColor_closure, A._TimePickerDefaultsM2_hourMinuteColor_closure, A._TimePickerDefaultsM2_hourMinuteTextColor_closure, A._TimePickerDefaultsM2__hourMinuteInputColor_closure, A.ToggleButtons_build_closure, A.NetworkImage__loadAsync_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure0, A._sample_closure, A._interpolateColorsAndStops_closure, A.LinearGradient_scale_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A._ShapeDecorationPainter__precache_closure1, A.TextPainter_inlinePlaceholderBoxes_closure, A.TextPainter_getBoxesForSelection_closure, A.TextPainter_computeLineMetrics_closure, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderEditable__canComputeDryLayoutForInlineWidgets_closure, A.RenderListBody_computeMinIntrinsicWidth_closure, A.RenderListBody_computeMinIntrinsicWidth_closure0, A.RenderListBody_computeMaxIntrinsicWidth_closure, A.RenderListBody_computeMaxIntrinsicWidth_closure0, A.RenderListBody_computeMinIntrinsicHeight_closure, A.RenderListBody_computeMinIntrinsicHeight_closure0, A.RenderListBody_computeMaxIntrinsicHeight_closure, A.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderObject__getSemanticsForParent_closure0, A.RenderObject__getSemanticsForParent_closure1, A.RelayoutWhenSystemFontsChangeMixin__scheduleSystemFontsUpdate_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph__canComputeDryLayoutForInlineWidgets_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderSliverPersistentHeader_layoutChild_closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredBinaryData_closure, A.PlatformAssetBundle_load_closure, A._AssetManifestBin_getAssetVariants_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A.ServicesBinding__initKeyboard_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._PlatformTextInputControl_setSelectionRects_closure, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A.Actions_maybeInvoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedCrossFadeState_initState_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._AnimatedSwitcherState_build_closure, A._WidgetsAppState__onGenerateRoute_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._RawAutocompleteState__updateOverlay_closure, A._RawAutocompleteState__updateOverlay_closure0, A._RawAutocompleteState__updateOverlay__closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A._UbiquitousInheritedElement_notifyClients_closure, A._UbiquitousInheritedElement__recurseChildren_closure, A.ClipPath_shape_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure7, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.ContextMenuController_show_closure, A.DefaultSelectionStyle_merge_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState_didUpdateWidget_closure, A.EditableTextState__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState_showSpellCheckSuggestionsToolbar_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._ScribbleFocusableState_isInScribbleRect_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode_debugDescribeChildren_closure, A._getAncestor_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A._InactiveElements__unmount_closure, A.Element_renderObject_closure, A.Element_describeMissingAncestor_closure, A.Element_describeElements_closure, A.Element_updateChildren_replaceWithNullIfForgotten, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.Element_debugDescribeChildren_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A.GestureDetector_build_closure14, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A._ImageState__replaceImage_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure0, A._AnimatedPositionedState_forEachTween_closure1, A._AnimatedPositionedState_forEachTween_closure2, A._AnimatedPositionedState_forEachTween_closure3, A._AnimatedPositionedState_forEachTween_closure4, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.LookupBoundary_findAncestorStateOfType_closure, A.LookupBoundary_findRootAncestorStateOfType_closure, A.LookupBoundary_findAncestorRenderObjectOfType_closure, A.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__forcedDisposeAllRouteEntries_closure, A.NavigatorState__afterNavigation_closure, A.OverlayEntry_remove_closure, A._RenderTheater_computeMinIntrinsicWidth_closure, A._RenderTheater_computeMaxIntrinsicWidth_closure, A._RenderTheater_computeMinIntrinsicHeight_closure, A._RenderTheater_computeMaxIntrinsicHeight_closure, A._RenderTheater_debugDescribeChildren_closure, A._RenderDeferredLayoutBox__childrenInPaintOrder_closure, A._RenderDeferredLayoutBox_layout_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewPlaceholderBox_performLayout_closure, A._extension_0_disposePostFrame_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A._RouterState__processParsedRouteInformation_closure, A._RouterState__handleRoutePopped_closure, A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollBehavior_velocityTrackerBuilder_closure1, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.Scrollable_ensureVisible_closure, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure, A.ScrollbarPainter_update_needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_runScheduledTask, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0, A.LogicalKeySet__triggers_closure, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.Table_closure, A.Table_closure0, A._TableElement_mount_closure, A._TableElement_mount__closure, A._TableElement_update_closure, A._TableElement_update_closure0, A._TableElement__updateRenderObjectChildren_closure, A._TableElement__updateRenderObjectChildren__closure, A._TableElement_visitChildren_closure, A.SelectionOverlay_showMagnifier_closure, A.SelectionOverlay_showToolbar_closure, A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure, A.SelectionOverlay_markNeedsBuild_closure, A.SelectionOverlay__buildToolbar_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A._TextSelectionGestureDetectorState_build_closure8, A.UndoHistoryState_initState_closure, A._throttle_closure, A.Visibility_of_closure, A.WidgetSpan_extractFromInlineSpan_closure, A.CacheStore_closure, A.CacheStore_retrieveCacheData_closure, A.WebHelper__manageResponse_closure, A.WebHelper__saveFileAndPostUpdates_closure, A._BlockPickerState_build_closure, A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, A._StoreStreamListenerState__createStream_closure, A.SlidableAction_build_closure, A.SlidableAutoCloseBehaviorListener_build_closure, A.SlidableAutoCloseNotificationSender_build_closure, A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure, A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure, A._RenderFlexEntranceTransition_getTotalFlex_closure, A._RenderFlexEntranceTransition_performLayout_closure, A.showToastWidget_closure, A._StyledToastState_build_closure, A.ToastManager_dismissAll_closure, A.Registrar_send_closure, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin_closure, A.GoogleSignInPlugin_initWithParams_closure, A.GoogleSignInPlugin_initWithParams_closure0, A.NodeList_retainWhere_closure, A.FilteredElementList_removeRange_closure, A.InTableTextPhase_flushCharacters_closure, A._CssClassSetImpl_add_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure0, A.SelectorEvaluator_visitPseudoClassSelector__closure, A.SelectorEvaluator_visitAttributeSelector_closure, A.HtmlTokenizer_consumeEntity_closure, A._escape_closure, A._escape_closure0, A._escape_closure1, A._escape_closure2, A._escape_closure3, A._escape__closure, A._escape_closure4, A._escape_closure5, A._escape_closure6, A._escape_closure7, A._escape_closure8, A._postProcess_closure, A.Rule_findRule_closure, A.Rule_findRule_closure0, A.Rule__buildFilterFn_closure, A._CommonRules_indentedCodeBlock_closure, A._CommonRules_fencedCodeBlock_closure, A._CommonRules_inlineLink_closure, A._CommonRules_referenceLink_closure0, A._CommonRules_code_closure, A._CommonRules_code__closure, A.get_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.BillingClient_queryProductDetails_closure, A._$ProductDetailsWrapperFromJson_closure, A._$ProductDetailsResponseWrapperFromJson_closure0, A._$PurchaseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure0, A._$SubscriptionOfferDetailsWrapperFromJson_closure, A._$SubscriptionOfferDetailsWrapperFromJson_closure0, A.InAppPurchaseAndroidPlatform_isAvailable_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure2, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure3, A.InAppPurchaseAndroidPlatform_buyNonConsumable_closure, A.InAppPurchaseAndroidPlatform_completePurchase_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform_restorePurchases_closure3, A.InAppPurchaseAndroidPlatform_restorePurchases_closure4, A.InAppPurchaseAndroidPlatform_restorePurchases_closure5, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure0, A.InAppPurchaseAndroidPlatformAddition_consumePurchase_closure, A.GooglePlayPurchaseDetails_fromPurchase_closure, A.InAppPurchaseStoreKitPlatform_queryProductDetails_closure, A._TransactionObserver__handleTransationUpdates_closure, A._TransactionObserver__handleTransationUpdates_closure0, A.SKPaymentQueueWrapper__getTransactionList_closure, A._$SkProductResponseWrapperFromJson_closure, A._$SkProductResponseWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure1, A.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A._CountryPickerDialogState_build_closure, A.CountryExtensions_stringSearch_closure, A.CountryExtensions_stringSearch__closure, A._IntlPhoneFieldState_initState_closure, A._IntlPhoneFieldState__changeCountry_closure, A._IntlPhoneFieldState__changeCountry___closure, A._IntlPhoneFieldState_build_closure0, A._IntlPhoneFieldState_build_closure, A._IntlPhoneFieldState_build_closure1, A.ClientEntity_ClientEntity_closure, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.ClientEntity_getContact_closure, A.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_matchesFilter_closure, A.GatewayEntity_matchesFilterValue_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, A.DesignEntity_clone_closure, A.HasActivities_getActivities_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_InvoiceEntity_closure0, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_recreateInvitations_closure0, A.InvoiceEntity_recreateInvitations_closure, A.InvoiceEntity_recreateInvitations_closure2, A.InvoiceEntity_recreateInvitations_closure1, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_clone___closure, A.InvoiceEntity_clone__closure1, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_balanceHistory_closure, A.InvoiceEntity_balanceHistory_closure0, A.InvoiceEntity_hasTasks_closure, A.InvoiceEntity_hasProducts_closure, A.InvoiceEntity_hasExpenses_closure, A.InvoiceEntity_applyTax_closure, A.InvoiceEntity_applyTax_closure0, A.InvoiceEntity_applyTax_closure1, A.InvoiceEntity_isViewed_closure, A.InvoiceEntity_getInvitationForClientContact_closure, A.InvoiceEntity_getInvitationForVendorContact_closure, A.InvoiceItemEntity_taxAmount_calculateTaxAmount, A.InvoiceItemEntity_applyTax_closure, A.InvoiceItemEntity_applyTax_closure0, A.InvoiceItemEntity_applyTax_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure, A.CalculateInvoiceTotal_calculateTaxes__closure, A.CalculateInvoiceTotal_calculateTaxes__closure1, A.CalculateInvoiceTotal_calculateTaxes__closure3, A.CalculateInvoiceTotal_calculateTaxes_closure0, A.CalculateInvoiceTotal_calculateTaxes_closure2, A.CalculateInvoiceTotal_calculateTaxes_closure4, A.CalculateInvoiceTotal_getTaxable_closure, A.CalculateInvoiceTotal_calculateTotal_closure, A.CalculateInvoiceTotal_calculateSubtotal_closure, A.PaymentEntity_invoicePaymentables_closure, A.PaymentEntity_creditPaymentables_closure, A.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, A.SettingsEntity_setFieldsForSection_closure, A.SettingsEntity_setFieldsForSection_closure0, A.TaskTime_stop_closure, A.TaskEntity_clone_closure, A.TaskEntity_areTimesValid_closure, A.TaskEntity_getInvalidTimeIndices_closure, A.TaskEntity_isRunning_closure, A.TaskEntity_isBetween_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.TransactionEntity_TransactionEntity_closure, A.TransactionEntity_TransactionEntity_closure0, A.VendorEntity_VendorEntity_closure, A.VendorEntity_emailContacts_closure, A.VendorEntity_primaryContact_closure, A.VendorEntity_hasEmailAddress_closure, A.VendorEntity_getContact_closure, A.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.ProductRepository_saveData_closure, A.PurchaseOrderRepository_saveData_closure, A.QuoteRepository_saveData_closure, A.TransactionRepository_convertToExpense_closure, A._parseError__closure, A._initialState_closure, A._initialState_closure0, A._registerErrorHandlers_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.InvoiceNinjaAppState_build__closure109, A.InvoiceNinjaAppState_build__closure110, A.InvoiceNinjaAppState_build__closure111, A.InvoiceNinjaAppState_build__closure112, A.InvoiceNinjaAppState_build__closure113, A.InvoiceNinjaAppState_build__closure114, A.InvoiceNinjaAppState_build__closure115, A.InvoiceNinjaAppState_build__closure116, A.InvoiceNinjaAppState_build__closure117, A.InvoiceNinjaAppState_build__closure118, A.InvoiceNinjaAppState_build__closure119, A.InvoiceNinjaAppState_build__closure120, A.InvoiceNinjaAppState_build__closure121, A.InvoiceNinjaAppState_build__closure122, A.viewEntityById__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._getRoutes_closure, A._getRoutes_closure0, A._createUserLoggedIn_closure, A._createPersistData_closure, A._createPersistUI_closure, A._createPersistPrefs_closure, A._createPersistPrefs__closure, A._createAccountLoaded_closure, A._createDataRefreshed_closure, A._createPersistStatic_closure, A._createDeleteState_closure, A._createDeleteState__closure, A._createViewMainScreen_closure, A._createViewMainScreen__closure, A._createClearData_closure, A._createClearData__closure, A.appReducer_closure, A.appReducer__closure, A.appReducer_closure0, A.appReducer_closure1, A.appReducer_closure2, A.AppState_AppState_closure, A.AppState_companies_closure, A.AppState_historyList_closure, A.AppState_getEntityMap_closure, A.AppState_getEntityMap_closure0, A._createUserLogout_closure, A._createUserLogout__closure, A._createUserLogoutAll_closure, A._createUserLogoutAll__closure, A._createUserLogoutAll__closure0, A._createLoginRequest_closure, A._createLoginRequest__closure, A._createLoginRequest__closure0, A._createSignUpRequest_closure, A._createSignUpRequest__closure, A._createSignUpRequest__closure0, A._createOAuthLoginRequest_closure, A._createOAuthLoginRequest__closure, A._createOAuthLoginRequest__closure0, A._createOAuthSignUpRequest_closure, A._createOAuthSignUpRequest__closure, A._createOAuthSignUpRequest__closure0, A._createRefreshRequest_closure, A._createRefreshRequest__closure, A._createRefreshRequest___closure, A._createRefreshRequest____closure, A._createRefreshRequest__closure0, A._createRecoverRequest_closure, A._createRecoverRequest__closure, A._createRecoverRequest__closure0, A._createCompany_closure, A._createCompany__closure, A._createCompany___closure, A._setDefaultCompany_closure, A._setDefaultCompany__closure, A._setDefaultCompany__closure0, A._deleteCompany_closure, A._deleteCompany__closure, A._deleteCompany__closure0, A._purgeData_closure, A._purgeData__closure, A._purgeData___closure, A._purgeData__closure0, A._resendConfirmation_closure, A._resendConfirmation__closure, A._resendConfirmation__closure0, A.userLoadUrlReducer_closure, A.userSignUpRequestReducer_closure, A.userLoginRequestReducer_closure, A.oauthLoginRequestReducer_closure, A.oauthSignUpRequestReducer_closure, A.userLoginSuccessReducer_closure, A.userVerifiedPasswordReducer_closure, A.userUnverifiedPasswordReducer_closure, A.handleBankAccountAction_closure, A.handleBankAccountAction_closure0, A._editBankAccount_closure, A._viewBankAccount_closure, A._viewBankAccountList_closure0, A._viewBankAccountList__closure, A._archiveBankAccount_closure, A._archiveBankAccount__closure, A._archiveBankAccount__closure0, A._archiveBankAccount__closure1, A._deleteBankAccount_closure, A._deleteBankAccount__closure, A._deleteBankAccount__closure0, A._deleteBankAccount__closure1, A._restoreBankAccount_closure, A._restoreBankAccount__closure, A._restoreBankAccount__closure0, A._restoreBankAccount__closure1, A._saveBankAccount_closure, A._saveBankAccount__closure, A._saveBankAccount__closure0, A._loadBankAccount_closure, A._loadBankAccount__closure, A._loadBankAccount__closure0, A._loadBankAccounts_closure, A._loadBankAccounts__closure, A._loadBankAccounts__closure0, A.bankAccountUIReducer_closure, A.editingReducer__closure45, A.bankAccountListReducer__closure, A._viewBankAccountList_closure, A._filterBankAccountsByCustom1_closure, A._filterBankAccountsByCustom1_closure0, A._filterBankAccountsByCustom2_closure, A._filterBankAccountsByCustom2_closure0, A._filterBankAccountsByState_closure, A._filterBankAccountsByState_closure0, A._filterBankAccounts_closure, A._sortBankAccounts_closure, A._startListMultiselect_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, A._archiveBankAccountSuccess_closure, A._deleteBankAccountSuccess_closure, A._restoreBankAccountSuccess_closure, A._addBankAccount_closure, A._updateBankAccount_closure, A._setLoadedBankAccount_closure, A.memoizedDropdownBankAccountList_closure, A.dropdownBankAccountsSelector_closure, A.memoizedFilteredBankAccountList_closure, A.filteredBankAccountsSelector_closure, A.BankAccountState_loadBankAccounts_closure0, A.BankAccountState_loadBankAccounts_closure1, A.BankAccountState_loadBankAccounts_closure, A.handleClientAction_closure, A.handleClientAction_closure0, A.handleClientAction_closure1, A.handleClientAction_closure2, A.handleClientAction_closure3, A.handleClientAction_closure4, A.handleClientAction_closure5, A.__MergClientPickerState_build_closure, A._editClient_closure, A._viewClient_closure, A._viewClientList_closure0, A._viewClientList__closure, A._archiveClient_closure, A._archiveClient__closure, A._archiveClient__closure0, A._archiveClient__closure1, A._mergeClients_closure, A._mergeClients__closure, A._mergeClients__closure0, A._deleteClient_closure, A._deleteClient__closure, A._deleteClient__closure0, A._deleteClient__closure1, A._purgeClient_closure, A._purgeClient__closure, A._purgeClient__closure0, A._restoreClient_closure, A._restoreClient__closure, A._restoreClient__closure0, A._restoreClient__closure1, A._saveClient_closure, A._saveClient__closure, A._saveClient__closure0, A._loadClient_closure, A._loadClient__closure, A._loadClient__closure0, A._loadClients_closure, A._loadClients__closure, A._loadClients___closure, A._loadClients____closure, A._loadClients_____closure, A._loadClients__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument___closure11, A._saveDocument____closure11, A._saveDocument__closure24, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure59, A.editingReducer__closure58, A.editingReducer__closure57, A.editingReducer__closure56, A.clientListReducer__closure, A._viewClientList_closure, A._filterClientsByCustom1_closure, A._filterClientsByCustom1_closure0, A._filterClientsByCustom2_closure, A._filterClientsByCustom2_closure0, A._filterClientsByCustom3_closure, A._filterClientsByCustom3_closure0, A._filterClientsByCustom4_closure, A._filterClientsByCustom4_closure0, A._filterClientsByState_closure, A._filterClientsByState_closure0, A._filterClients_closure, A._sortClients_closure, A._startListMultiselect_closure26, A._addToListMultiselect_closure26, A._removeFromListMultiselect_closure26, A._clearListMultiselect_closure26, A._archiveClientSuccess_closure, A._deleteClientSuccess_closure, A._restoreClientSuccess_closure, A._addClient_closure, A._addClient__closure, A._updateClient_closure, A._updateClient__closure, A._setLoadedClient_closure, A._setLoadedClient__closure, A._mergeClientSuccess_closure, A._purgeClientSuccess_closure26, A.memoizedDropdownClientList_closure, A.dropdownClientsSelector_closure, A.memoizedFilteredClientList_closure, A.filteredClientsSelector_closure, A.filteredClientsSelector__closure, A.ClientState_loadClients_closure0, A.ClientState_loadClients_closure1, A.ClientState_loadClients_closure, A.companyReducer_closure, A.userCompanyEntityReducer__closure12, A.userCompanyEntityReducer__closure10, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure11, A.userCompanyEntityReducer__closure9, A.userCompanyEntityReducer__closure8, A.userCompanyEntityReducer__closure7, A.userCompanyEntityReducer__closure6, A.userCompanyEntityReducer__closure5, A.userCompanyEntityReducer__closure4, A.userCompanyEntityReducer__closure3, A.userCompanyEntityReducer__closure2, A.userCompanyEntityReducer__closure1, A.userCompanyEntityReducer__closure, A.userCompanyEntityReducer__closure0, A.loadCompanySuccessReducer_closure, A.loadCompanySuccessReducer_closure0, A.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure1, A.memoizedHasMultipleCurrencies_closure, A.memoizedGetCurrencyIds_closure, A.filteredSelector_closure, A.filteredSelector_closure0, A.filteredSelector_closure1, A.filteredSelector_closure2, A.filteredSelector_closure3, A.filteredSelector_closure4, A.filteredSelector_closure5, A.filteredSelector_closure6, A.filteredSelector_closure7, A.filteredSelector_closure8, A.filteredSelector_closure9, A.filteredSelector_closure10, A.filteredSelector_closure11, A.filteredSelector_closure12, A.handleCompanyGatewayAction_closure, A.handleCompanyGatewayAction_closure0, A.handleCompanyGatewayAction_closure1, A._editCompanyGateway_closure, A._viewCompanyGateway_closure, A._viewCompanyGatewayList_closure, A._viewCompanyGatewayList__closure, A._archiveCompanyGateway_closure, A._archiveCompanyGateway__closure, A._archiveCompanyGateway__closure0, A._archiveCompanyGateway__closure1, A._deleteCompanyGateway_closure, A._deleteCompanyGateway__closure, A._deleteCompanyGateway__closure0, A._deleteCompanyGateway__closure1, A._restoreCompanyGateway_closure, A._restoreCompanyGateway__closure, A._restoreCompanyGateway__closure0, A._restoreCompanyGateway__closure1, A._disconnectCompanyGateway_closure, A._disconnectCompanyGateway__closure, A._disconnectCompanyGateway__closure0, A._saveCompanyGateway_closure, A._saveCompanyGateway__closure, A._saveCompanyGateway__closure0, A._loadCompanyGateway_closure, A._loadCompanyGateway__closure, A._loadCompanyGateway__closure0, A._loadCompanyGateways_closure, A._loadCompanyGateways__closure, A._loadCompanyGateways__closure0, A.companyGatewayUIReducer_closure, A.editingReducer__closure13, A.companyGatewayListReducer__closure, A._filterCompanyGatewaysByCustom1_closure, A._filterCompanyGatewaysByCustom1_closure0, A._filterCompanyGatewaysByCustom2_closure, A._filterCompanyGatewaysByCustom2_closure0, A._filterCompanyGatewaysByState_closure, A._filterCompanyGatewaysByState_closure0, A._filterCompanyGateways_closure, A._sortCompanyGateways_closure, A._startListMultiselect_closure7, A._addToListMultiselect_closure7, A._removeFromListMultiselect_closure7, A._clearListMultiselect_closure7, A._archiveCompanyGatewaySuccess_closure, A._deleteCompanyGatewaySuccess_closure, A._restoreCompanyGatewaySuccess_closure, A._addCompanyGateway_closure, A._addCompanyGateway__closure, A._updateCompanyGateway_closure, A._updateCompanyGateway__closure, A._setLoadedCompanyGateway_closure, A._setLoadedCompanyGateway__closure, A._setLoadedCompany_closure1, A._setLoadedCompany__closure1, A._setLoadedCompany__closure2, A._setLoadedCompany_closure2, A._setLoadedCompanyGateways_closure, A._setLoadedCompanyGateways__closure, A._setLoadedCompanyGateways__closure0, A._setLoadedCompanyGateways_closure0, A.memoizedFilteredCompanyGatewayList_closure, A.filteredCompanyGatewaysSelector_closure, A.filteredCompanyGatewaysSelector_closure0, A.filteredCompanyGatewaysSelector_closure1, A.clientStatsForCompanyGateway__closure, A.handleCreditAction_closure, A.handleCreditAction_closure0, A.handleCreditAction_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction_closure8, A.handleCreditAction_closure9, A.handleCreditAction__closure, A.handleCreditAction_closure10, A.handleCreditAction_closure11, A.handleCreditAction_closure12, A.handleCreditAction_closure13, A._viewCredit_closure, A._viewCreditList_closure0, A._viewCreditList__closure, A._editCredit_closure, A._showEmailCredit_closure, A._showPdfCredit_closure, A._archiveCredit_closure, A._archiveCredit__closure, A._archiveCredit__closure0, A._archiveCredit__closure1, A._deleteCredit_closure, A._deleteCredit__closure, A._deleteCredit__closure0, A._deleteCredit__closure1, A._restoreCredit_closure, A._restoreCredit__closure, A._restoreCredit__closure0, A._restoreCredit__closure1, A._markSentCredit_closure, A._markSentCredit__closure, A._markSentCredit__closure0, A._markPaidCredit_closure, A._markPaidCredit__closure, A._markPaidCredit__closure0, A._emailCredit_closure, A._emailCredit__closure, A._emailCredit__closure0, A._saveCredit_closure, A._saveCredit__closure, A._saveCredit___closure, A._saveCredit__closure0, A._saveCredit__closure1, A._loadCredit_closure, A._loadCredit__closure, A._loadCredit__closure0, A._loadCredits_closure, A._loadCredits__closure, A._loadCredits___closure, A._loadCredits____closure, A._loadCredits_____closure, A._loadCredits__closure0, A._downloadCredits_closure, A._downloadCredits__closure, A._downloadCredits__closure0, A._bulkEmailCredits_closure, A._bulkEmailCredits__closure, A._bulkEmailCredits__closure0, A._saveDocument_closure0, A._saveDocument__closure1, A._saveDocument___closure0, A._saveDocument____closure0, A._saveDocument__closure2, A.creditUIReducer_closure, A.editingReducer__closure22, A.editingReducer__closure21, A.editingReducer__closure20, A.editingReducer__closure19, A.editingReducer__closure18, A.editingReducer___closure0, A.editingReducer__closure17, A.editingReducer__closure16, A._addCreditItem_closure, A._addCreditItems_closure, A._removeCreditItem_closure, A._updateCreditItem_closure, A.creditListReducer__closure, A._viewCreditList_closure, A._filterCreditsByCustom1_closure, A._filterCreditsByCustom1_closure0, A._filterCreditsByCustom2_closure, A._filterCreditsByCustom2_closure0, A._filterCreditsByCustom3_closure, A._filterCreditsByCustom3_closure0, A._filterCreditsByCustom4_closure, A._filterCreditsByCustom4_closure0, A._filterCreditsByState_closure, A._filterCreditsByState_closure0, A._filterCreditsByStatus_closure, A._filterCreditsByStatus_closure0, A._filterCredits_closure, A._sortCredits_closure, A._startListMultiselect_closure10, A._addToListMultiselect_closure10, A._removeFromListMultiselect_closure10, A._clearListMultiselect_closure10, A._purgeClientSuccess_closure9, A._purgeClientSuccess_closure10, A._purgeClientSuccess_closure8, A._purgeClientSuccess__closure6, A._markSentCreditSuccess_closure0, A._markSentCreditSuccess_closure1, A._markSentCreditSuccess_closure, A._archiveCreditSuccess_closure, A._deleteCreditSuccess_closure, A._restoreCreditSuccess_closure, A._addCredit_closure, A._addCredit__closure, A._updateCredit_closure, A._updateCredit__closure, A.creditContactSelector_closure, A.creditContactSelector_closure0, A.memoizedDropdownCreditList_closure, A.dropdownCreditSelector_closure, A.memoizedFilteredCreditList_closure, A.filteredCreditsSelector__closure0, A.filteredCreditsSelector_closure0, A.filteredCreditsSelector__closure, A.CreditState_loadCredits_closure0, A.CreditState_loadCredits_closure1, A.CreditState_loadCredits_closure, A._createViewDashboard_closure, A._createViewDashboard___closure, A.dashboardUIReducer_closure, A.selectedEntitiesReducer__closure0, A.selectedEntitiesReducer__closure, A.dashboardSettingsReducer_closure, A.dashboardSettingsReducer_closure0, A.dashboardSettingsReducer_closure1, A.dashboardSettingsReducer_closure2, A.dashboardSettingsReducer_closure3, A.memoizedChartInvoices_closure, A.memoizedChartOverviewInvoices_closure, A.memoizedPreviousChartInvoices_closure, A.memoizedChartQuotes_closure, A.memoizedPreviousChartQuotes_closure, A.memoizedChartPayments_closure, A.memoizedPreviousChartPayments_closure, A.memoizedChartTasks_closure, A.memoizedPreviousChartTasks_closure, A.chartTasks__closure, A.memoizedChartExpenses_closure, A.memoizedPreviousChartExpenses_closure, A.handleDesignAction_closure, A.handleDesignAction_closure0, A.handleDesignAction_closure1, A.handleDesignAction_closure2, A.handleDesignAction_closure3, A._editDesign_closure, A._viewDesign_closure, A._viewDesignList_closure0, A._viewDesignList__closure, A._archiveDesign_closure, A._archiveDesign__closure, A._archiveDesign__closure0, A._archiveDesign__closure1, A._deleteDesign_closure, A._deleteDesign__closure, A._deleteDesign__closure0, A._deleteDesign__closure1, A._restoreDesign_closure, A._restoreDesign__closure, A._restoreDesign__closure0, A._restoreDesign__closure1, A._saveDesign_closure, A._saveDesign__closure, A._saveDesign__closure0, A._loadDesign_closure, A._loadDesign__closure, A._loadDesign__closure0, A._loadDesigns_closure, A._loadDesigns__closure, A._loadDesigns__closure0, A.designUIReducer_closure, A.editingReducer__closure23, A.designListReducer__closure, A._viewDesignList_closure, A._filterDesignsByCustom1_closure, A._filterDesignsByCustom1_closure0, A._filterDesignsByCustom2_closure, A._filterDesignsByCustom2_closure0, A._filterDesignsByState_closure, A._filterDesignsByState_closure0, A._filterDesigns_closure, A._sortDesigns_closure, A._startListMultiselect_closure11, A._addToListMultiselect_closure11, A._removeFromListMultiselect_closure11, A._clearListMultiselect_closure11, A._archiveDesignSuccess_closure, A._deleteDesignSuccess_closure, A._restoreDesignSuccess_closure, A._addDesign_closure, A._updateDesign_closure, A._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.DesignState_cleanDesign_closure, A.DesignState_customDesigns_closure, A.DesignState_customDesigns_closure0, A.DesignState_loadDesigns_closure0, A.DesignState_loadDesigns_closure1, A.DesignState_loadDesigns_closure, A.handleDocumentAction_closure, A.handleDocumentAction_showDocument_closure, A.handleDocumentAction_showDocument__closure0, A.handleDocumentAction_closure0, A.handleDocumentAction_closure1, A.handleDocumentAction_closure2, A.handleDocumentAction___closure, A.handleDocumentAction___closure0, A.handleDocumentAction___closure1, A.handleDocumentAction___closure2, A.handleDocumentAction___closure3, A.handleDocumentAction___closure4, A.handleDocumentAction___closure5, A.handleDocumentAction___closure6, A.handleDocumentAction___closure7, A.handleDocumentAction___closure8, A.handleDocumentAction___closure9, A.handleDocumentAction___closure10, A.handleDocumentAction___closure11, A.handleDocumentAction___closure12, A.handleDocumentAction___closure13, A._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._saveDocument_closure13, A._saveDocument__closure27, A._saveDocument___closure13, A._saveDocument__closure28, A._archiveDocument_closure, A._archiveDocument__closure, A._archiveDocument__closure0, A._archiveDocument__closure1, A._downloadDocuments_closure, A._downloadDocuments__closure, A._downloadDocuments__closure0, A._deleteDocument_closure, A._deleteDocument__closure, A._deleteDocument__closure0, A._restoreDocument_closure, A._restoreDocument__closure, A._restoreDocument__closure0, A._restoreDocument__closure1, A._loadDocument_closure, A._loadDocument__closure, A._loadDocument__closure0, A._loadDocumentData_closure, A._loadDocumentData__closure, A._loadDocumentData___closure, A._loadDocumentData__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A.documentListReducer__closure, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocumentsByStatus_closure, A._filterDocumentsByStatus_closure0, A._filterDocuments_closure, A._sortDocuments_closure, A._startListMultiselect_closure5, A._addToListMultiselect_closure5, A._removeFromListMultiselect_closure5, A._clearListMultiselect_closure5, A._archiveDocumentSuccess_closure, A._deleteDocumentSuccess_closure, A._restoreDocumentSuccess_closure, A._addDocument_closure, A._addDocument__closure, A._addDocument__closure0, A._addDocument_closure0, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A._setLoadedCompany_closure9, A._setLoadedCompany__closure24, A._setLoadedCompany_closure10, A._setLoadedCompany__closure23, A._setLoadedCompany___closure11, A._setLoadedCompany_closure11, A._setLoadedCompany__closure22, A._setLoadedCompany___closure10, A._setLoadedCompany_closure12, A._setLoadedCompany__closure21, A._setLoadedCompany___closure9, A._setLoadedCompany_closure13, A._setLoadedCompany__closure20, A._setLoadedCompany___closure8, A._setLoadedCompany_closure14, A._setLoadedCompany__closure19, A._setLoadedCompany___closure7, A._setLoadedCompany_closure15, A._setLoadedCompany__closure18, A._setLoadedCompany___closure6, A._setLoadedCompany_closure16, A._setLoadedCompany__closure17, A._setLoadedCompany___closure5, A._setLoadedCompany_closure17, A._setLoadedCompany__closure16, A._setLoadedCompany___closure4, A._setLoadedCompany_closure18, A._setLoadedCompany__closure15, A._setLoadedCompany___closure3, A._setLoadedCompany_closure19, A._setLoadedCompany__closure14, A._setLoadedCompany___closure2, A._setLoadedCompany_closure20, A._setLoadedCompany__closure13, A._setLoadedCompany___closure1, A._setLoadedCompany_closure21, A._setLoadedCompany__closure12, A._setLoadedCompany___closure0, A._setLoadedCompany_closure22, A._setLoadedCompany__closure11, A._setLoadedCompany___closure, A._setLoadedCompany_closure23, A._setLoadedCompany__closure9, A._setLoadedCompany__closure10, A._setLoadedCompany_closure24, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.handleExpenseAction_closure, A.handleExpenseAction_closure0, A.handleExpenseAction_closure1, A.handleExpenseAction_closure2, A.handleExpenseAction_closure3, A.handleExpenseAction_closure4, A._editExpense_closure, A._viewExpense_closure, A._viewExpenseList_closure0, A._viewExpenseList__closure, A._archiveExpense_closure, A._archiveExpense__closure, A._archiveExpense__closure0, A._archiveExpense__closure1, A._deleteExpense_closure, A._deleteExpense__closure, A._deleteExpense__closure0, A._deleteExpense__closure1, A._restoreExpense_closure, A._restoreExpense__closure, A._restoreExpense__closure0, A._restoreExpense__closure1, A._saveExpense_closure, A._saveExpense__closure, A._saveExpense__closure0, A._loadExpense_closure, A._loadExpense__closure, A._loadExpense__closure0, A._loadExpenses_closure, A._loadExpenses__closure, A._loadExpenses___closure, A._loadExpenses____closure, A._loadExpenses_____closure, A._loadExpenses__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument___closure9, A._saveDocument____closure9, A._saveDocument__closure20, A.expenseUIReducer_closure, A.editingReducer__closure10, A.expenseListReducer__closure, A._viewExpenseList_closure, A._filterExpensesByCustom1_closure, A._filterExpensesByCustom1_closure0, A._filterExpensesByCustom2_closure, A._filterExpensesByCustom2_closure0, A._filterExpensesByCustom3_closure, A._filterExpensesByCustom3_closure0, A._filterExpensesByCustom4_closure, A._filterExpensesByCustom4_closure0, A._filterExpensesByState_closure, A._filterExpensesByState_closure0, A._filterExpensesByStatus_closure, A._filterExpensesByStatus_closure0, A._filterExpenses_closure, A._sortExpenses_closure, A._startListMultiselect_closure4, A._addToListMultiselect_closure4, A._removeFromListMultiselect_closure4, A._clearListMultiselect_closure4, A._purgeClientSuccess_closure21, A._purgeClientSuccess_closure22, A._purgeClientSuccess_closure20, A._purgeClientSuccess__closure14, A._archiveExpenseSuccess_closure, A._deleteExpenseSuccess_closure, A._restoreExpenseSuccess_closure, A._addExpense_closure, A._updateExpense_closure, A._setLoadedExpense_closure, A.convertExpenseToInvoiceItem_closure, A.memoizedFilteredExpenseList_closure, A.filteredExpensesSelector_closure, A.clientExpenseList_closure, A.ExpenseState_loadExpenses_closure0, A.ExpenseState_loadExpenses_closure1, A.ExpenseState_loadExpenses_closure, A.handleExpenseCategoryAction_closure, A.handleExpenseCategoryAction_closure0, A.handleExpenseCategoryAction_closure1, A._editExpenseCategory_closure, A._viewExpenseCategory_closure, A._viewExpenseCategoryList_closure, A._viewExpenseCategoryList__closure, A._archiveExpenseCategory_closure, A._archiveExpenseCategory__closure, A._archiveExpenseCategory__closure0, A._archiveExpenseCategory__closure1, A._deleteExpenseCategory_closure, A._deleteExpenseCategory__closure, A._deleteExpenseCategory__closure0, A._deleteExpenseCategory__closure1, A._restoreExpenseCategory_closure, A._restoreExpenseCategory__closure, A._restoreExpenseCategory__closure0, A._restoreExpenseCategory__closure1, A._saveExpenseCategory_closure, A._saveExpenseCategory__closure, A._saveExpenseCategory__closure0, A._loadExpenseCategory_closure, A._loadExpenseCategory__closure, A._loadExpenseCategory__closure0, A._loadExpenseCategories_closure, A._loadExpenseCategories__closure, A._loadExpenseCategories__closure0, A.expenseCategoryUIReducer_closure, A.editingReducer__closure34, A.expenseCategoryListReducer__closure, A._filterExpenseCategoriesByCustom1_closure, A._filterExpenseCategoriesByCustom1_closure0, A._filterExpenseCategoriesByCustom2_closure, A._filterExpenseCategoriesByCustom2_closure0, A._filterExpenseCategoriesByState_closure, A._filterExpenseCategoriesByState_closure0, A._filterExpenseCategories_closure, A._sortExpenseCategories_closure, A._startListMultiselect_closure16, A._addToListMultiselect_closure16, A._removeFromListMultiselect_closure16, A._clearListMultiselect_closure16, A._archiveExpenseCategorySuccess_closure, A._deleteExpenseCategorySuccess_closure, A._restoreExpenseCategorySuccess_closure, A._addExpenseCategory_closure, A._updateExpenseCategory_closure, A._setLoadedExpenseCategory_closure, A.memoizedDropdownExpenseCategoryList_closure, A.dropdownExpenseCategoriesSelector_closure, A.memoizedFilteredExpenseCategoryList_closure, A.filteredExpenseCategoriesSelector_closure, A.ExpenseCategoryState_loadExpenseCategories_closure0, A.ExpenseCategoryState_loadExpenseCategories_closure1, A.ExpenseCategoryState_loadExpenseCategories_closure, A.handleGroupAction_closure, A.handleGroupAction_closure0, A._editGroup_closure, A._viewGroup_closure, A._viewGroupList_closure0, A._viewGroupList__closure, A._archiveGroup_closure, A._archiveGroup__closure, A._archiveGroup__closure0, A._archiveGroup__closure1, A._deleteGroup_closure, A._deleteGroup__closure, A._deleteGroup__closure0, A._deleteGroup__closure1, A._restoreGroup_closure, A._restoreGroup__closure, A._restoreGroup__closure0, A._restoreGroup__closure1, A._saveGroup_closure, A._saveGroup__closure, A._saveGroup__closure0, A._loadGroup_closure, A._loadGroup__closure, A._loadGroup__closure0, A._loadGroups_closure, A._loadGroups__closure, A._loadGroups___closure, A._loadGroups____closure, A._loadGroups_____closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument___closure, A._saveDocument____closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A.groupListReducer__closure, A._viewGroupList_closure, A._filterGroupsByState_closure, A._filterGroupsByState_closure0, A._filterGroups_closure, A._sortGroups_closure, A._startListMultiselect_closure6, A._addToListMultiselect_closure6, A._removeFromListMultiselect_closure6, A._clearListMultiselect_closure6, A._archiveGroupSuccess_closure, A._deleteGroupSuccess_closure, A._restoreGroupSuccess_closure, A._addGroup_closure, A._updateGroup_closure, A._setLoadedGroup_closure, A._setLoadedGroups_closure, A._setLoadedGroups__closure, A._setLoadedGroups__closure0, A._setLoadedGroups_closure0, A._setLoadedCompany_closure, A._setLoadedCompany__closure, A._setLoadedCompany__closure0, A._setLoadedCompany_closure0, A.memoizedFilteredGroupList_closure, A.filteredGroupsSelector_closure, A.handleInvoiceAction_closure, A.handleInvoiceAction_closure0, A.handleInvoiceAction_closure1, A.handleInvoiceAction_closure2, A.handleInvoiceAction_closure3, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction__closure1, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction_closure10, A.handleInvoiceAction_closure11, A.handleInvoiceAction_closure12, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure13, A.handleInvoiceAction_closure14, A.handleInvoiceAction_closure15, A.handleInvoiceAction_closure16, A.handleInvoiceAction_closure17, A.handleInvoiceAction_closure18, A.handleInvoiceAction_closure19, A._viewInvoiceList_closure0, A._viewInvoiceList__closure, A._viewInvoice_closure, A._editInvoice_closure, A._showEmailInvoice_closure, A._showPdfInvoice_closure, A._cancelInvoices_closure, A._cancelInvoices__closure, A._cancelInvoices__closure0, A._archiveInvoice_closure, A._archiveInvoice__closure, A._archiveInvoice__closure0, A._archiveInvoice__closure1, A._deleteInvoice_closure, A._deleteInvoice__closure, A._deleteInvoice__closure0, A._deleteInvoice__closure1, A._restoreInvoice_closure, A._restoreInvoice__closure, A._restoreInvoice__closure0, A._restoreInvoice__closure1, A._markInvoiceSent_closure, A._markInvoiceSent__closure, A._markInvoiceSent__closure0, A._autoBillInvoices_closure, A._autoBillInvoices__closure, A._autoBillInvoices__closure0, A._markInvoicePaid_closure, A._markInvoicePaid__closure, A._markInvoicePaid__closure0, A._downloadInvoices_closure, A._downloadInvoices__closure, A._downloadInvoices__closure0, A._emailInvoice_closure, A._emailInvoice__closure, A._emailInvoice__closure0, A._bulkEmailInvoices_closure, A._bulkEmailInvoices__closure, A._bulkEmailInvoices__closure0, A._saveInvoice_closure, A._saveInvoice__closure, A._saveInvoice___closure, A._saveInvoice__closure0, A._saveInvoice__closure1, A._loadInvoice_closure, A._loadInvoice__closure, A._loadInvoice__closure0, A._loadInvoices_closure, A._loadInvoices__closure, A._loadInvoices___closure, A._loadInvoices____closure, A._loadInvoices_____closure, A._loadInvoices__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument___closure10, A._saveDocument____closure10, A._saveDocument__closure22, A.invoiceUIReducer_closure, A.editingReducer__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, A.editingReducer__closure51, A.editingReducer___closure3, A.editingReducer__closure50, A.editingReducer__closure49, A._updateEditing_closure, A._addInvoiceItem_closure, A._addInvoiceItem_closure0, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A.invoiceListReducer__closure, A._viewInvoiceList_closure, A._filterInvoicesByCustom1_closure, A._filterInvoicesByCustom1_closure0, A._filterInvoicesByCustom2_closure, A._filterInvoicesByCustom2_closure0, A._filterInvoicesByCustom3_closure, A._filterInvoicesByCustom3_closure0, A._filterInvoicesByCustom4_closure, A._filterInvoicesByCustom4_closure0, A._filterInvoicesByState_closure, A._filterInvoicesByState_closure0, A._filterInvoicesByStatus_closure, A._filterInvoicesByStatus_closure0, A._filterInvoices_closure, A._sortInvoices_closure, A._startListMultiselect_closure25, A._addToListMultiselect_closure25, A._removeFromListMultiselect_closure25, A._clearListMultiselect_closure25, A._purgeClientSuccess_closure24, A._purgeClientSuccess_closure25, A._purgeClientSuccess_closure23, A._purgeClientSuccess__closure16, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._cancelInvoicesSuccess_closure, A._archiveInvoiceSuccess_closure, A._deleteInvoiceSuccess_closure, A._emailInvoiceSuccess_closure, A._restoreInvoiceSuccess_closure, A._addInvoice_closure, A._addInvoice__closure, A._updateInvoice_closure, A._updateInvoice__closure, A.invoiceContactSelector_closure, A.invoiceContactSelector_closure0, A.memoizedDropdownInvoiceList_closure, A.dropdownInvoiceSelector_closure, A.memoizedFilteredInvoiceList_closure, A.filteredInvoicesSelector__closure0, A.filteredInvoicesSelector_closure0, A.filteredInvoicesSelector__closure, A.InvoiceState_loadInvoices_closure0, A.InvoiceState_loadInvoices_closure1, A.InvoiceState_loadInvoices_closure, A.handlePaymentAction_closure, A.handlePaymentAction_closure0, A.handlePaymentAction__closure1, A.handlePaymentAction_closure1, A.handlePaymentAction__closure, A.handlePaymentAction__closure0, A.handlePaymentAction_closure2, A._editPayment_closure, A._editPayment__closure, A._viewRefundPayment_closure, A._viewRefundPayment__closure, A._viewPayment_closure, A._viewPaymentList_closure0, A._viewPaymentList__closure, A._archivePayment_closure, A._archivePayment__closure, A._archivePayment__closure0, A._archivePayment__closure1, A._deletePayment_closure, A._deletePayment__closure, A._deletePayment__closure0, A._deletePayment__closure1, A._restorePayment_closure, A._restorePayment__closure, A._restorePayment__closure0, A._restorePayment__closure1, A._savePayment_closure, A._savePayment__closure, A._savePayment__closure0, A._refundPayment_closure, A._refundPayment__closure, A._refundPayment__closure0, A._emailPayment_closure, A._emailPayment__closure, A._emailPayment__closure0, A._loadPayment_closure, A._loadPayment__closure, A._loadPayment__closure0, A._loadPayments_closure, A._loadPayments__closure, A._loadPayments__closure0, A.paymentUIReducer_closure, A.editingReducer__closure6, A.paymentListReducer__closure, A._viewPaymentList_closure, A._filterPaymentsByCustom1_closure, A._filterPaymentsByCustom1_closure0, A._filterPaymentsByCustom2_closure, A._filterPaymentsByCustom2_closure0, A._filterPaymentsByCustom3_closure, A._filterPaymentsByCustom3_closure0, A._filterPaymentsByCustom4_closure, A._filterPaymentsByCustom4_closure0, A._filterPaymentsByState_closure, A._filterPaymentsByState_closure0, A._filterPaymentsByStatus_closure, A._filterPaymentsByStatus_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._purgeClientSuccess_closure3, A._purgeClientSuccess_closure4, A._purgeClientSuccess_closure2, A._purgeClientSuccess__closure2, A._archivePaymentSuccess_closure, A._deletePaymentSuccess_closure, A._restorePaymentSuccess_closure, A._addPayment_closure, A._updatePayment_closure, A._setLoadedPayment_closure, A.memoizedPaymentsByInvoice_closure, A.paymentsByInvoiceSelector_closure, A.paymentsByInvoiceSelector_closure0, A.paymentsByInvoiceSelector__closure, A.memoizedPaymentsByCredit_closure, A.paymentsByCreditSelector_closure, A.paymentsByCreditSelector_closure0, A.paymentsByCreditSelector__closure, A.memoizedFilteredPaymentList_closure, A.filteredPaymentsSelector_closure, A.filteredPaymentsSelector__closure, A.memoizedPaymentStatsForClient_closure, A.PaymentState_loadPayments_closure0, A.PaymentState_loadPayments_closure1, A.PaymentState_loadPayments_closure, A.handlePaymentTermAction_closure, A._editPaymentTerm_closure, A._viewPaymentTerm_closure, A._viewPaymentTermList_closure0, A._viewPaymentTermList__closure, A._archivePaymentTerm_closure, A._archivePaymentTerm__closure, A._archivePaymentTerm__closure0, A._archivePaymentTerm__closure1, A._deletePaymentTerm_closure, A._deletePaymentTerm__closure, A._deletePaymentTerm__closure0, A._deletePaymentTerm__closure1, A._restorePaymentTerm_closure, A._restorePaymentTerm__closure, A._restorePaymentTerm__closure0, A._restorePaymentTerm__closure1, A._savePaymentTerm_closure, A._savePaymentTerm__closure, A._savePaymentTerm__closure0, A._loadPaymentTerm_closure, A._loadPaymentTerm__closure, A._loadPaymentTerm__closure0, A._loadPaymentTerms_closure, A._loadPaymentTerms__closure, A._loadPaymentTerms__closure0, A.paymentTermUIReducer_closure, A.editingReducer__closure24, A.paymentTermListReducer__closure, A._viewPaymentTermList_closure, A._filterPaymentTermsByCustom1_closure, A._filterPaymentTermsByCustom1_closure0, A._filterPaymentTermsByCustom2_closure, A._filterPaymentTermsByCustom2_closure0, A._filterPaymentTermsByState_closure, A._filterPaymentTermsByState_closure0, A._filterPaymentTerms_closure, A._sortPaymentTerms_closure, A._startListMultiselect_closure12, A._addToListMultiselect_closure12, A._removeFromListMultiselect_closure12, A._clearListMultiselect_closure12, A._archivePaymentTermSuccess_closure, A._deletePaymentTermSuccess_closure, A._restorePaymentTermSuccess_closure, A._addPaymentTerm_closure, A._updatePaymentTerm_closure, A._setLoadedPaymentTerm_closure, A._setLoadedCompany_closure7, A._setLoadedCompany__closure7, A._setLoadedCompany__closure8, A._setLoadedCompany_closure8, A.dropdownPaymentTermsSelector_closure, A.memoizedFilteredPaymentTermList_closure, A.filteredPaymentTermsSelector_closure, A.PaymentTermState_loadPaymentTerms_closure0, A.PaymentTermState_loadPaymentTerms_closure1, A.PaymentTermState_loadPaymentTerms_closure, A.handleProductAction_closure, A.handleProductAction_closure0, A.handleProductAction__closure1, A.handleProductAction_closure1, A.handleProductAction__closure0, A.handleProductAction_closure2, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure0, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._setTaxCategoryProducts_closure, A._setTaxCategoryProducts__closure, A._setTaxCategoryProducts__closure0, A._deleteProduct_closure, A._deleteProduct__closure, A._deleteProduct__closure0, A._deleteProduct__closure1, A._restoreProduct_closure, A._restoreProduct__closure, A._restoreProduct__closure0, A._restoreProduct__closure1, A._saveProduct_closure, A._saveProduct__closure, A._saveProduct__closure0, A._loadProduct_closure, A._loadProduct__closure, A._loadProduct__closure0, A._loadProducts_closure, A._loadProducts__closure, A._loadProducts___closure, A._loadProducts____closure, A._loadProducts_____closure, A._loadProducts__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument___closure12, A._saveDocument____closure12, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure60, A.productListReducer__closure, A._viewProductList_closure, A._filterProductsByState_closure, A._filterProductsByState_closure0, A._filterProductsByCustom1_closure, A._filterProductsByCustom1_closure0, A._filterProductsByCustom2_closure, A._filterProductsByCustom2_closure0, A._filterProductsByCustom3_closure, A._filterProductsByCustom3_closure0, A._filterProductsByCustom4_closure, A._filterProductsByCustom4_closure0, A._filterProducts_closure, A._sortProducts_closure, A._startListMultiselect_closure27, A._addToListMultiselect_closure27, A._removeFromListMultiselect_closure27, A._clearListMultiselect_closure27, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._setTaxCategoryProductsSuccess_closure, A._addProduct_closure, A._updateProduct_closure, A._setLoadedProduct_closure, A.convertProductToInvoiceItem_closure, A.memoizedDropdownProductList_closure, A.dropdownProductsSelector_closure, A.memoizedProductList_closure, A.productList_closure, A.memoizedFilteredProductList_closure, A.filteredProductsSelector_closure, A.ProductState_loadProducts_closure0, A.ProductState_loadProducts_closure1, A.ProductState_loadProducts_closure, A.handleProjectAction_closure, A.handleProjectAction_closure0, A.handleProjectAction_closure1, A.handleProjectAction_closure2, A.handleProjectAction_closure3, A.handleProjectAction_closure4, A.handleProjectAction_closure5, A.handleProjectAction_closure6, A.handleProjectAction_closure7, A._editProject_closure, A._viewProject_closure, A._viewProjectList_closure0, A._viewProjectList__closure, A._archiveProject_closure, A._archiveProject__closure, A._archiveProject__closure0, A._archiveProject__closure1, A._deleteProject_closure, A._deleteProject__closure, A._deleteProject__closure0, A._deleteProject__closure1, A._restoreProject_closure, A._restoreProject__closure, A._restoreProject__closure0, A._restoreProject__closure1, A._saveProject_closure, A._saveProject__closure, A._saveProject__closure0, A._loadProject_closure, A._loadProject__closure, A._loadProject__closure0, A._loadProjects_closure, A._loadProjects__closure, A._loadProjects___closure, A._loadProjects____closure, A._loadProjects_____closure, A._loadProjects__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument___closure6, A._saveDocument____closure6, A._saveDocument__closure14, A.projectUIReducer_closure, A.editingReducer__closure7, A.projectListReducer__closure, A._viewProjectList_closure, A._filterProjectsByCustom1_closure, A._filterProjectsByCustom1_closure0, A._filterProjectsByCustom2_closure, A._filterProjectsByCustom2_closure0, A._filterProjectsByCustom3_closure, A._filterProjectsByCustom3_closure0, A._filterProjectsByCustom4_closure, A._filterProjectsByCustom4_closure0, A._filterProjectsByState_closure, A._filterProjectsByState_closure0, A._filterProjects_closure, A._sortProjects_closure, A._startListMultiselect_closure1, A._addToListMultiselect_closure1, A._removeFromListMultiselect_closure1, A._clearListMultiselect_closure1, A._purgeClientSuccess_closure6, A._purgeClientSuccess_closure7, A._purgeClientSuccess_closure5, A._purgeClientSuccess__closure4, A._archiveProjectSuccess_closure, A._deleteProjectSuccess_closure, A._restoreProjectSuccess_closure, A._addProject_closure, A._updateProject_closure, A._setLoadedProject_closure, A.convertProjectToInvoiceItem_closure3, A.convertProjectToInvoiceItem_closure4, A.memoizedDropdownProjectList_closure, A.dropdownProjectsSelector_closure, A.memoizedFilteredProjectList_closure, A.filteredProjectsSelector_closure, A.ProjectState_loadProjects_closure0, A.ProjectState_loadProjects_closure1, A.ProjectState_loadProjects_closure, A.handlePurchaseOrderAction_closure, A.handlePurchaseOrderAction_closure0, A.handlePurchaseOrderAction_closure1, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A.handlePurchaseOrderAction_closure7, A.handlePurchaseOrderAction_closure8, A.handlePurchaseOrderAction_closure9, A.handlePurchaseOrderAction_closure10, A.handlePurchaseOrderAction_closure11, A.handlePurchaseOrderAction_closure12, A._viewPurchaseOrder_closure, A._viewPurchaseOrderList_closure0, A._viewPurchaseOrderList__closure, A._editPurchaseOrder_closure, A._showEmailPurchaseOrder_closure, A._showPdfPurchaseOrder_closure, A._archivePurchaseOrder_closure, A._archivePurchaseOrder__closure, A._archivePurchaseOrder__closure0, A._archivePurchaseOrder__closure1, A._deletePurchaseOrder_closure, A._deletePurchaseOrder__closure, A._deletePurchaseOrder__closure0, A._deletePurchaseOrder__closure1, A._restorePurchaseOrder_closure, A._restorePurchaseOrder__closure, A._restorePurchaseOrder__closure0, A._restorePurchaseOrder__closure1, A._approvePurchaseOrder_closure, A._approvePurchaseOrder__closure, A._approvePurchaseOrder__closure0, A._markSentPurchaseOrder_closure, A._markSentPurchaseOrder__closure, A._markSentPurchaseOrder__closure0, A._convertPurchaseOrdersToExpense_closure, A._convertPurchaseOrdersToExpense__closure, A._convertPurchaseOrdersToExpense__closure0, A._addPurchaseOrdersToInventory_closure, A._addPurchaseOrdersToInventory__closure, A._addPurchaseOrdersToInventory__closure0, A._acceptPurchaseOrders_closure, A._acceptPurchaseOrders__closure, A._acceptPurchaseOrders__closure0, A._cancelPurchaseOrders_closure, A._cancelPurchaseOrders__closure, A._cancelPurchaseOrders__closure0, A._emailPurchaseOrder_closure, A._emailPurchaseOrder__closure, A._emailPurchaseOrder__closure0, A._savePurchaseOrder_closure, A._savePurchaseOrder__closure, A._savePurchaseOrder___closure, A._savePurchaseOrder__closure0, A._savePurchaseOrder__closure1, A._loadPurchaseOrder_closure, A._loadPurchaseOrder__closure, A._loadPurchaseOrder__closure0, A._downloadPurchaseOrders_closure, A._downloadPurchaseOrders__closure, A._downloadPurchaseOrders__closure0, A._bulkEmailPurchaseOrders_closure, A._bulkEmailPurchaseOrders__closure, A._bulkEmailPurchaseOrders__closure0, A._loadPurchaseOrders_closure, A._loadPurchaseOrders__closure, A._loadPurchaseOrders___closure, A._loadPurchaseOrders____closure, A._loadPurchaseOrders_____closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument___closure3, A._saveDocument____closure3, A._saveDocument__closure8, A.purchaseOrderUIReducer_closure, A.editingReducer__closure44, A.editingReducer__closure43, A.editingReducer__closure42, A.editingReducer__closure41, A.editingReducer__closure40, A.editingReducer___closure2, A.editingReducer__closure39, A.editingReducer__closure38, A._addPurchaseOrderItem_closure, A._addPurchaseOrderItems_closure, A._removePurchaseOrderItem_closure, A._updatePurchaseOrderItem_closure, A.purchaseOrderListReducer__closure, A._viewPurchaseOrderList_closure, A._filterPurchaseOrdersByCustom1_closure, A._filterPurchaseOrdersByCustom1_closure0, A._filterPurchaseOrdersByCustom2_closure, A._filterPurchaseOrdersByCustom2_closure0, A._filterPurchaseOrdersByCustom3_closure, A._filterPurchaseOrdersByCustom3_closure0, A._filterPurchaseOrdersByCustom4_closure, A._filterPurchaseOrdersByCustom4_closure0, A._filterPurchaseOrdersByState_closure, A._filterPurchaseOrdersByState_closure0, A._filterPurchaseOrdersByStatus_closure, A._filterPurchaseOrdersByStatus_closure0, A._filterPurchaseOrders_closure, A._sortPurchaseOrders_closure, A._startListMultiselect_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markSentPurchaseOrderSuccess_closure0, A._markSentPurchaseOrderSuccess_closure1, A._markSentPurchaseOrderSuccess_closure, A._convertPurchaseOrdersToExpenses_closure0, A._convertPurchaseOrdersToExpenses_closure1, A._convertPurchaseOrdersToExpenses_closure, A._addPurchaseOrdersToInventorySuccess_closure0, A._addPurchaseOrdersToInventorySuccess_closure1, A._addPurchaseOrdersToInventorySuccess_closure, A._acceptPurchaseOrderSuccess_closure0, A._acceptPurchaseOrderSuccess_closure1, A._acceptPurchaseOrderSuccess_closure, A._cancelPurchaseOrderSuccess_closure0, A._cancelPurchaseOrderSuccess_closure1, A._cancelPurchaseOrderSuccess_closure, A._archivePurchaseOrderSuccess_closure, A._deletePurchaseOrderSuccess_closure, A._restorePurchaseOrderSuccess_closure, A._emailPurchaseOrderSuccess_closure, A._approvePurchaseOrderSuccess_closure0, A._approvePurchaseOrderSuccess_closure1, A._approvePurchaseOrderSuccess_closure, A._addPurchaseOrder_closure, A._addPurchaseOrder__closure, A._updatePurchaseOrder_closure, A._updatePurchaseOrder__closure, A.purchaseOrderContactSelector_closure, A.purchaseOrderContactSelector_closure0, A.memoizedDropdownPurchaseOrderList_closure, A.dropdownPurchaseOrdersSelector_closure, A.memoizedFilteredPurchaseOrderList_closure, A.filteredPurchaseOrdersSelector_closure, A.PurchaseOrderState_loadPurchaseOrders_closure0, A.PurchaseOrderState_loadPurchaseOrders_closure1, A.PurchaseOrderState_loadPurchaseOrders_closure, A.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure1, A.handleQuoteAction_closure2, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A.handleQuoteAction_closure8, A.handleQuoteAction_closure9, A.handleQuoteAction_closure10, A.handleQuoteAction_closure11, A.handleQuoteAction_closure12, A.handleQuoteAction_closure13, A.handleQuoteAction_closure14, A._viewQuote_closure, A._viewQuoteList_closure0, A._viewQuoteList__closure, A._editQuote_closure, A._showEmailQuote_closure, A._showPdfQuote_closure, A._archiveQuote_closure, A._archiveQuote__closure, A._archiveQuote__closure0, A._archiveQuote__closure1, A._deleteQuote_closure, A._deleteQuote__closure, A._deleteQuote__closure0, A._deleteQuote__closure1, A._restoreQuote_closure, A._restoreQuote__closure, A._restoreQuote__closure0, A._restoreQuote__closure1, A._convertQuotesToInvoices_closure, A._convertQuotesToInvoices__closure, A._convertQuotesToInvoices__closure0, A._convertQuotesToProjects_closure, A._convertQuotesToProjects__closure, A._convertQuotesToProjects__closure0, A._approveQuote_closure, A._approveQuote__closure, A._approveQuote__closure0, A._markSentQuote_closure, A._markSentQuote__closure, A._markSentQuote__closure0, A._emailQuote_closure, A._emailQuote__closure, A._emailQuote__closure0, A._saveQuote_closure, A._saveQuote__closure, A._saveQuote___closure, A._saveQuote__closure0, A._saveQuote__closure1, A._loadQuote_closure, A._loadQuote__closure, A._loadQuote__closure0, A._downloadQuotes_closure, A._downloadQuotes__closure, A._downloadQuotes__closure0, A._bulkEmailQuotes_closure, A._bulkEmailQuotes__closure, A._bulkEmailQuotes__closure0, A._loadQuotes_closure, A._loadQuotes__closure, A._loadQuotes___closure, A._loadQuotes____closure, A._loadQuotes_____closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument___closure5, A._saveDocument____closure5, A._saveDocument__closure12, A.quoteUIReducer_closure, A.editingReducer__closure5, A.editingReducer__closure4, A.editingReducer__closure3, A.editingReducer__closure2, A.editingReducer__closure1, A.editingReducer___closure, A.editingReducer__closure0, A.editingReducer__closure, A._addQuoteItem_closure, A._addQuoteItems_closure, A._removeQuoteItem_closure, A._updateQuoteItem_closure, A.quoteListReducer__closure, A._viewQuoteList_closure, A._filterQuotesByCustom1_closure, A._filterQuotesByCustom1_closure0, A._filterQuotesByCustom2_closure, A._filterQuotesByCustom2_closure0, A._filterQuotesByCustom3_closure, A._filterQuotesByCustom3_closure0, A._filterQuotesByCustom4_closure, A._filterQuotesByCustom4_closure0, A._filterQuotesByState_closure, A._filterQuotesByState_closure0, A._filterQuotesByStatus_closure, A._filterQuotesByStatus_closure0, A._filterQuotes_closure, A._sortQuotes_closure, A._startListMultiselect_closure, A._addToListMultiselect_closure, A._removeFromListMultiselect_closure, A._clearListMultiselect_closure, A._purgeClientSuccess_closure0, A._purgeClientSuccess_closure1, A._purgeClientSuccess_closure, A._purgeClientSuccess__closure0, A._markSentQuoteSuccess_closure0, A._markSentQuoteSuccess_closure1, A._markSentQuoteSuccess_closure, A._archiveQuoteSuccess_closure, A._deleteQuoteSuccess_closure, A._restoreQuoteSuccess_closure, A._emailQuoteSuccess_closure, A._convertQuotesToInvoicesSuccess_closure0, A._convertQuotesToInvoicesSuccess_closure1, A._convertQuotesToInvoicesSuccess_closure, A._convertQuotesToProjectsSuccess_closure0, A._convertQuotesToProjectsSuccess_closure1, A._convertQuotesToProjectsSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.quoteContactSelector_closure, A.quoteContactSelector_closure0, A.memoizedDropdownQuoteList_closure, A.dropdownQuoteSelector_closure, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses___closure, A._loadRecurringExpenses____closure, A._loadRecurringExpenses_____closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument___closure2, A._saveDocument____closure2, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A.recurringExpenseListReducer__closure, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpensesByStatus_closure, A._filterRecurringExpensesByStatus_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._purgeClientSuccess_closure15, A._purgeClientSuccess_closure16, A._purgeClientSuccess_closure14, A._purgeClientSuccess__closure10, A._archiveRecurringExpenseSuccess_closure, A._deleteRecurringExpenseSuccess_closure, A._restoreRecurringExpenseSuccess_closure, A._addRecurringExpense_closure, A._addRecurringExpense__closure, A._updateRecurringExpense_closure, A._updateRecurringExpense__closure, A._startRecurringExpensesSuccess_closure, A._stopRecurringExpensesSuccess_closure, A._setLoadedRecurringExpense_closure, A._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.RecurringExpenseState_loadRecurringExpenses_closure0, A.RecurringExpenseState_loadRecurringExpenses_closure1, A.RecurringExpenseState_loadRecurringExpenses_closure, A.handleRecurringInvoiceAction_closure, A.handleRecurringInvoiceAction_closure0, A.handleRecurringInvoiceAction_closure1, A.handleRecurringInvoiceAction__closure, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A.handleRecurringInvoiceAction_closure4, A.handleRecurringInvoiceAction_closure5, A._editRecurringInvoice_closure, A._viewRecurringInvoice_closure, A._viewRecurringInvoiceList_closure, A._viewRecurringInvoiceList__closure, A._showPdfRecurringInvoice_closure, A._startRecurringInvoice_closure, A._startRecurringInvoice__closure, A._startRecurringInvoice__closure0, A._stopRecurringInvoice_closure, A._stopRecurringInvoice__closure, A._stopRecurringInvoice__closure0, A._updatePricesRecurringInvoice_closure, A._updatePricesRecurringInvoice__closure, A._updatePricesRecurringInvoice__closure0, A._increasePricesRecurringInvoice_closure, A._increasePricesRecurringInvoice__closure, A._increasePricesRecurringInvoice__closure0, A._sendNowRecurringInvoice_closure, A._sendNowRecurringInvoice__closure, A._sendNowRecurringInvoice__closure0, A._archiveRecurringInvoice_closure, A._archiveRecurringInvoice__closure, A._archiveRecurringInvoice__closure0, A._archiveRecurringInvoice__closure1, A._deleteRecurringInvoice_closure, A._deleteRecurringInvoice__closure, A._deleteRecurringInvoice__closure0, A._deleteRecurringInvoice__closure1, A._restoreRecurringInvoice_closure, A._restoreRecurringInvoice__closure, A._restoreRecurringInvoice__closure0, A._restoreRecurringInvoice__closure1, A._saveRecurringInvoice_closure, A._saveRecurringInvoice__closure, A._saveRecurringInvoice___closure, A._saveRecurringInvoice__closure0, A._saveRecurringInvoice__closure1, A._loadRecurringInvoice_closure, A._loadRecurringInvoice__closure, A._loadRecurringInvoice__closure0, A._loadRecurringInvoices_closure, A._loadRecurringInvoices__closure, A._loadRecurringInvoices___closure, A._loadRecurringInvoices____closure, A._loadRecurringInvoices_____closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument___closure1, A._saveDocument____closure1, A._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.editingReducer__closure33, A.editingReducer__closure32, A.editingReducer__closure31, A.editingReducer__closure30, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer__closure28, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A.recurringInvoiceListReducer__closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._purgeClientSuccess_closure12, A._purgeClientSuccess_closure13, A._purgeClientSuccess_closure11, A._purgeClientSuccess__closure8, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._sendNowRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._addRecurringInvoice__closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, A.memoizedFilteredRecurringInvoiceList_closure, A.filteredRecurringInvoicesSelector_closure, A.RecurringInvoiceState_loadRecurringInvoices_closure0, A.RecurringInvoiceState_loadRecurringInvoices_closure1, A.RecurringInvoiceState_loadRecurringInvoices_closure, A._viewReports_closure, A._viewReports___closure, A.reportsUIReducer_closure, A.reportsUIReducer_closure0, A.reportsUIReducer_closure1, A.handleScheduleAction_closure, A._editSchedule_closure, A._viewSchedule_closure, A._viewScheduleList_closure0, A._viewScheduleList__closure, A._archiveSchedule_closure, A._archiveSchedule__closure, A._archiveSchedule__closure0, A._archiveSchedule__closure1, A._deleteSchedule_closure, A._deleteSchedule__closure, A._deleteSchedule__closure0, A._deleteSchedule__closure1, A._restoreSchedule_closure, A._restoreSchedule__closure, A._restoreSchedule__closure0, A._restoreSchedule__closure1, A._saveSchedule_closure, A._saveSchedule__closure, A._saveSchedule__closure0, A._loadSchedule_closure, A._loadSchedule__closure, A._loadSchedule__closure0, A._loadSchedules_closure, A._loadSchedules__closure, A._loadSchedules__closure0, A.scheduleUIReducer_closure, A.editingReducer__closure48, A.scheduleListReducer__closure, A._viewScheduleList_closure, A._filterSchedulesByCustom1_closure, A._filterSchedulesByCustom1_closure0, A._filterSchedulesByCustom2_closure, A._filterSchedulesByCustom2_closure0, A._filterSchedulesByState_closure, A._filterSchedulesByState_closure0, A._filterSchedules_closure, A._sortSchedules_closure, A._startListMultiselect_closure24, A._addToListMultiselect_closure24, A._removeFromListMultiselect_closure24, A._clearListMultiselect_closure24, A._archiveScheduleSuccess_closure, A._deleteScheduleSuccess_closure, A._restoreScheduleSuccess_closure, A._addSchedule_closure, A._updateSchedule_closure, A._setLoadedSchedule_closure, A.memoizedFilteredScheduleList_closure, A.filteredSchedulesSelector_closure, A.ScheduleState_loadSchedules_closure0, A.ScheduleState_loadSchedules_closure1, A.ScheduleState_loadSchedules_closure, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveEInvoiceCertificate_closure, A._saveEInvoiceCertificate__closure, A._saveEInvoiceCertificate__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._disconnectOAuthUser_closure0, A._disconnectOAuthUser__closure, A._disconnectOAuthUser__closure0, A._disconnectOAuthMailer_closure0, A._disconnectOAuthMailer__closure, A._disconnectOAuthMailer__closure0, A._connectGmailUser_closure0, A._connectGmailUser__closure, A._connectGmailUser__closure0, A._disableTwoFactor_closure, A._disableTwoFactor__closure, A._disableTwoFactor__closure0, A._saveSettings_closure, A._saveSettings__closure, A._saveSettings__closure0, A._uploadLogo_closure, A._uploadLogo__closure, A._uploadLogo__closure0, A._saveDocument_closure4, A._saveDocument__closure9, A._saveDocument___closure4, A._saveDocument____closure4, A._saveDocument__closure10, A.settingsUIReducer__closure20, A.settingsUIReducer__closure19, A.settingsUIReducer__closure16, A.settingsUIReducer__closure17, A.settingsUIReducer__closure18, A.settingsUIReducer__closure15, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure12, A.settingsUIReducer__closure11, A.settingsUIReducer__closure10, A.settingsUIReducer__closure9, A.settingsUIReducer__closure8, A.settingsUIReducer__closure7, A.settingsUIReducer__closure6, A.settingsUIReducer__closure5, A.settingsUIReducer__closure4, A.settingsUIReducer__closure3, A.settingsUIReducer__closure2, A.settingsUIReducer__closure1, A.settingsUIReducer__closure0, A.settingsUIReducer__closure, A.staticLoadedReducer_closure, A.staticLoadedReducer__closure, A.staticLoadedReducer__closure0, A.staticLoadedReducer__closure1, A.staticLoadedReducer__closure2, A.staticLoadedReducer__closure3, A.staticLoadedReducer__closure4, A.staticLoadedReducer__closure5, A.staticLoadedReducer__closure6, A.staticLoadedReducer__closure7, A.staticLoadedReducer__closure8, A.staticLoadedReducer__closure9, A.staticLoadedReducer__closure10, A.staticLoadedReducer__closure11, A.staticLoadedReducer__closure12, A.staticLoadedReducer__closure13, A.staticLoadedReducer__closure14, A.staticLoadedReducer__closure15, A.staticLoadedReducer__closure16, A.memoizedCountryList_closure, A.memoizedCountryIso2Map_closure, A.countryIso2Map_closure, A.memoizedGroupList_closure, A.groupList_closure, A.memoizedLanguageList_closure, A.memoizedCurrencyList_closure, A.memoizedTimezoneList_closure, A.memoizedDateFormatList_closure, A.memoizedIndustryList_closure, A.memoizedSizeList_closure, A.gatewayList_closure, A.memoizedPaymentTypeList_closure, A.memoizedFontMap_closure, A.fontMap_closure, A.fontMap_closure0, A.handleSubscriptionAction_closure, A._editSubscription_closure, A._viewSubscription_closure, A._viewSubscriptionList_closure, A._viewSubscriptionList__closure, A._archiveSubscription_closure, A._archiveSubscription__closure, A._archiveSubscription__closure0, A._archiveSubscription__closure1, A._deleteSubscription_closure, A._deleteSubscription__closure, A._deleteSubscription__closure0, A._deleteSubscription__closure1, A._restoreSubscription_closure, A._restoreSubscription__closure, A._restoreSubscription__closure0, A._restoreSubscription__closure1, A._saveSubscription_closure, A._saveSubscription__closure, A._saveSubscription__closure0, A._loadSubscription_closure, A._loadSubscription__closure, A._loadSubscription__closure0, A._loadSubscriptions_closure, A._loadSubscriptions__closure, A._loadSubscriptions__closure0, A.subscriptionUIReducer_closure, A.editingReducer__closure36, A.subscriptionListReducer__closure, A._filterSubscriptionsByCustom1_closure, A._filterSubscriptionsByCustom1_closure0, A._filterSubscriptionsByCustom2_closure, A._filterSubscriptionsByCustom2_closure0, A._filterSubscriptionsByState_closure, A._filterSubscriptionsByState_closure0, A._filterSubscriptions_closure, A._sortSubscriptions_closure, A._startListMultiselect_closure18, A._addToListMultiselect_closure18, A._removeFromListMultiselect_closure18, A._clearListMultiselect_closure18, A._archiveSubscriptionSuccess_closure, A._deleteSubscriptionSuccess_closure, A._restoreSubscriptionSuccess_closure, A._addSubscription_closure, A._updateSubscription_closure, A._setLoadedSubscription_closure, A.memoizedFilteredSubscriptionList_closure, A.filteredSubscriptionsSelector_closure, A.SubscriptionState_loadSubscriptions_closure0, A.SubscriptionState_loadSubscriptions_closure1, A.SubscriptionState_loadSubscriptions_closure, A.handleTaskAction_closure, A.handleTaskAction_closure0, A.handleTaskAction_closure2, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A.handleTaskAction_closure5, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._startTask_closure, A._startTask__closure, A._startTask__closure0, A._startTask__closure1, A._stopTask_closure, A._stopTask__closure, A._stopTask__closure0, A._stopTask__closure1, A._deleteTask_closure, A._deleteTask__closure, A._deleteTask__closure0, A._deleteTask__closure1, A._restoreTask_closure, A._restoreTask__closure, A._restoreTask__closure0, A._restoreTask__closure1, A._saveTask_closure, A._saveTask__closure, A._saveTask__closure0, A._loadTask_closure, A._loadTask__closure, A._loadTask__closure0, A._loadTasks_closure, A._loadTasks__closure, A._loadTasks___closure, A._loadTasks____closure, A._loadTasks_____closure, A._loadTasks__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument___closure7, A._saveDocument____closure7, A._saveDocument__closure16, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A.taskListReducer__closure, A._viewTaskList_closure, A._filterTasksByCustom1_closure, A._filterTasksByCustom1_closure0, A._filterTasksByCustom2_closure, A._filterTasksByCustom2_closure0, A._filterTasksByState_closure, A._filterTasksByState_closure0, A._filterTasksByStatus_closure, A._filterTasksByStatus_closure0, A._filterTasks_closure, A._sortTasks_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._purgeClientSuccess_closure18, A._purgeClientSuccess_closure19, A._purgeClientSuccess_closure17, A._purgeClientSuccess__closure12, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_closure, A._startTaskSuccess_closure, A._stopTaskSuccess_closure, A._deleteTaskSuccess_closure, A._restoreTaskSuccess_closure, A._addTask_closure, A._updateTask_closure, A._setLoadedTask_closure, A.convertTaskToInvoiceItem_closure, A.convertTaskToInvoiceItem_closure0, A.convertTaskToInvoiceItem_closure2, A.memoizedTaskList_closure, A.taskList_closure, A.memoizedKanbanTaskList_closure, A.kanbanTasksSelector_closure, A.memoizedFilteredTaskList_closure, A.filteredTasksSelector_closure, A.TaskState_loadTasks_closure0, A.TaskState_loadTasks_closure1, A.TaskState_loadTasks_closure, A.handleTaskStatusAction_closure, A.handleTaskStatusAction_closure0, A._editTaskStatus_closure, A._viewTaskStatus_closure, A._viewTaskStatusList_closure0, A._viewTaskStatusList__closure, A._archiveTaskStatus_closure, A._archiveTaskStatus__closure, A._archiveTaskStatus__closure0, A._archiveTaskStatus__closure1, A._deleteTaskStatus_closure, A._deleteTaskStatus__closure, A._deleteTaskStatus__closure0, A._deleteTaskStatus__closure1, A._restoreTaskStatus_closure, A._restoreTaskStatus__closure, A._restoreTaskStatus__closure0, A._restoreTaskStatus__closure1, A._saveTaskStatus_closure, A._saveTaskStatus__closure, A._saveTaskStatus__closure0, A._loadTaskStatus_closure, A._loadTaskStatus__closure, A._loadTaskStatus__closure0, A._loadTaskStatuses_closure, A._loadTaskStatuses__closure, A._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.editingReducer__closure35, A.taskStatusListReducer__closure, A._viewTaskStatusList_closure, A._filterTaskStatusesByCustom1_closure, A._filterTaskStatusesByCustom1_closure0, A._filterTaskStatusesByCustom2_closure, A._filterTaskStatusesByCustom2_closure0, A._filterTaskStatusesByState_closure, A._filterTaskStatusesByState_closure0, A._filterTaskStatuses_closure, A._sortTaskStatuses_closure, A._startListMultiselect_closure17, A._addToListMultiselect_closure17, A._removeFromListMultiselect_closure17, A._clearListMultiselect_closure17, A._sortTaskStatusSuccess_closure, A._sortTaskStatusSuccess__closure, A._archiveTaskStatusSuccess_closure, A._deleteTaskStatusSuccess_closure, A._restoreTaskStatusSuccess_closure, A._addTaskStatus_closure, A._updateTaskStatus_closure, A._setLoadedTaskStatus_closure, A.sortedActiveTaskStatusIds_closure, A.memoizedDropdownTaskStatusList_closure, A.dropdownTaskStatusesSelector_closure, A.memoizedFilteredTaskStatusList_closure, A.filteredTaskStatusesSelector_closure, A.defaultTaskStatusId_closure, A.TaskStatusState_loadTaskStatuses_closure0, A.TaskStatusState_loadTaskStatuses_closure1, A.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, A._editTaxRate_closure, A._viewTaxRate_closure, A._viewTaxRateList_closure0, A._viewTaxRateList__closure, A._archiveTaxRate_closure, A._archiveTaxRate__closure, A._archiveTaxRate__closure0, A._archiveTaxRate__closure1, A._deleteTaxRate_closure, A._deleteTaxRate__closure, A._deleteTaxRate__closure0, A._deleteTaxRate__closure1, A._restoreTaxRate_closure, A._restoreTaxRate__closure, A._restoreTaxRate__closure0, A._restoreTaxRate__closure1, A._saveTaxRate_closure, A._saveTaxRate__closure, A._saveTaxRate__closure0, A._loadTaxRate_closure, A._loadTaxRate__closure, A._loadTaxRate__closure0, A._loadTaxRates_closure, A._loadTaxRates__closure, A._loadTaxRates__closure0, A.taxRateUIReducer_closure, A.editingReducer__closure14, A.taxRateListReducer__closure, A._viewTaxRateList_closure, A._filterTaxRatesByState_closure, A._filterTaxRatesByState_closure0, A._filterTaxRates_closure, A._sortTaxRates_closure, A._startListMultiselect_closure8, A._addToListMultiselect_closure8, A._removeFromListMultiselect_closure8, A._clearListMultiselect_closure8, A._archiveTaxRateSuccess_closure, A._deleteTaxRateSuccess_closure, A._restoreTaxRateSuccess_closure, A._addTaxRate_closure, A._updateTaxRate_closure, A._setLoadedTaxRate_closure, A._setLoadedTaxRates_closure, A._setLoadedTaxRates__closure, A._setLoadedTaxRates__closure0, A._setLoadedTaxRates_closure0, A._setLoadedCompany_closure3, A._setLoadedCompany__closure3, A._setLoadedCompany__closure4, A._setLoadedCompany_closure4, A.memoizedFilteredTaxRateList_closure, A.filteredTaxRatesSelector_closure, A.handleTokenAction_closure, A._editToken_closure, A._viewToken_closure, A._viewTokenList_closure0, A._viewTokenList__closure, A._archiveToken_closure, A._archiveToken__closure, A._archiveToken__closure0, A._archiveToken__closure1, A._deleteToken_closure, A._deleteToken__closure, A._deleteToken__closure0, A._deleteToken__closure1, A._restoreToken_closure, A._restoreToken__closure, A._restoreToken__closure0, A._restoreToken__closure1, A._saveToken_closure, A._saveToken__closure, A._saveToken__closure0, A._loadToken_closure, A._loadToken__closure, A._loadToken__closure0, A._loadTokens_closure, A._loadTokens__closure, A._loadTokens__closure0, A.tokenUIReducer_closure, A.editingReducer__closure25, A.tokenListReducer__closure, A._viewTokenList_closure, A._filterTokensByCustom1_closure, A._filterTokensByCustom1_closure0, A._filterTokensByCustom2_closure, A._filterTokensByCustom2_closure0, A._filterTokensByState_closure, A._filterTokensByState_closure0, A._filterTokens_closure, A._sortTokens_closure, A._startListMultiselect_closure13, A._addToListMultiselect_closure13, A._removeFromListMultiselect_closure13, A._clearListMultiselect_closure13, A._archiveTokenSuccess_closure, A._deleteTokenSuccess_closure, A._restoreTokenSuccess_closure, A._addToken_closure, A._updateToken_closure, A._setLoadedToken_closure, A.memoizedFilteredTokenList_closure, A.filteredTokensSelector_closure, A.TokenState_loadTokens_closure0, A.TokenState_loadTokens_closure1, A.TokenState_loadTokens_closure, A.handleTransactionAction_closure, A._editTransaction_closure, A._viewTransaction_closure, A._viewTransactionList_closure0, A._viewTransactionList__closure, A._archiveTransaction_closure, A._archiveTransaction__closure, A._archiveTransaction__closure0, A._archiveTransaction__closure1, A._deleteTransaction_closure, A._deleteTransaction__closure, A._deleteTransaction__closure0, A._deleteTransaction__closure1, A._restoreTransaction_closure, A._restoreTransaction__closure, A._restoreTransaction__closure0, A._restoreTransaction__closure1, A._convertTransactions_closure, A._convertTransactions__closure, A._convertTransactions__closure0, A._unlinkTransactions_closure, A._unlinkTransactions__closure, A._unlinkTransactions__closure0, A._convertToPayment_closure, A._convertToPayment__closure, A._convertToPayment__closure0, A._convertToExpense_closure, A._convertToExpense__closure, A._convertToExpense__closure0, A._linkToPayment_closure, A._linkToPayment__closure, A._linkToPayment__closure0, A._linkToExpense_closure, A._linkToExpense__closure, A._linkToExpense__closure0, A._saveTransaction_closure, A._saveTransaction__closure, A._saveTransaction__closure0, A._loadTransaction_closure, A._loadTransaction__closure, A._loadTransaction__closure0, A._loadTransactions_closure, A._loadTransactions__closure, A._loadTransactions__closure0, A.transactionUIReducer_closure, A.editingReducer__closure46, A.transactionListReducer__closure, A._viewTransactionList_closure, A._filterTransactionsByCustom1_closure, A._filterTransactionsByCustom1_closure0, A._filterTransactionsByCustom2_closure, A._filterTransactionsByCustom2_closure0, A._filterTransactionsByState_closure, A._filterTransactionsByState_closure0, A._filterTransactionsByStatus_closure, A._filterTransactionsByStatus_closure0, A._filterTransactions_closure, A._sortTransactions_closure, A._startListMultiselect_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, A._archiveTransactionSuccess_closure, A._deleteTransactionSuccess_closure, A._restoreTransactionSuccess_closure, A._addTransaction_closure, A._updateTransaction_closure, A._convertTransactionToPayment_closure, A._linkTransactionToPayment_closure, A._linkTransactionToExpense_closure, A._setLoadedTransaction_closure, A.memoizedFilteredTransactionList_closure, A.filteredTransactionsSelector_closure, A.TransactionState_loadTransactions_closure0, A.TransactionState_loadTransactions_closure1, A.TransactionState_loadTransactions_closure, A.handleTransactionRuleAction_closure, A._editTransactionRule_closure, A._viewTransactionRule_closure, A._viewTransactionRuleList_closure0, A._viewTransactionRuleList__closure, A._archiveTransactionRule_closure, A._archiveTransactionRule__closure, A._archiveTransactionRule__closure0, A._archiveTransactionRule__closure1, A._deleteTransactionRule_closure, A._deleteTransactionRule__closure, A._deleteTransactionRule__closure0, A._deleteTransactionRule__closure1, A._restoreTransactionRule_closure, A._restoreTransactionRule__closure, A._restoreTransactionRule__closure0, A._restoreTransactionRule__closure1, A._saveTransactionRule_closure, A._saveTransactionRule__closure, A._saveTransactionRule__closure0, A._loadTransactionRule_closure, A._loadTransactionRule__closure, A._loadTransactionRule__closure0, A._loadTransactionRules_closure, A._loadTransactionRules__closure, A._loadTransactionRules__closure0, A.transactionRuleUIReducer_closure, A.editingReducer__closure47, A.transactionRuleListReducer__closure, A._viewTransactionRuleList_closure, A._filterTransactionRulesByCustom1_closure, A._filterTransactionRulesByCustom1_closure0, A._filterTransactionRulesByCustom2_closure, A._filterTransactionRulesByCustom2_closure0, A._filterTransactionRulesByState_closure, A._filterTransactionRulesByState_closure0, A._filterTransactionRules_closure, A._sortTransactionRules_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveTransactionRuleSuccess_closure, A._deleteTransactionRuleSuccess_closure, A._restoreTransactionRuleSuccess_closure, A._addTransactionRule_closure, A._updateTransactionRule_closure, A._setLoadedTransactionRule_closure, A.memoizedFilteredTransactionRuleList_closure, A.filteredTransactionRulesSelector_closure, A.TransactionRuleState_loadTransactionRules_closure0, A.TransactionRuleState_loadTransactionRules_closure1, A.TransactionRuleState_loadTransactionRules_closure, A.prefReducer_closure, A._resortFields_closure, A._resortFields_closure0, A.sidebarEditorReducer__closure, A.sidebarEditorReducer__closure0, A.sidebarViewerReducer__closure, A.sidebarViewerReducer__closure0, A.companyPrefReducer_closure, A.historyReducer__closure0, A.historyReducer__closure, A.historyReducer___closure, A._addToHistory_closure, A._addToHistory_closure0, A._addToHistory_closure1, A.uiReducer_closure, A.previewStackReducer__closure, A.filterStackReducer__closure, A.UIState_mainRoute_closure, A.UIState_subRoute_closure, A.UIState_previousMainRoute_closure, A.UIState_previousSubRoute_closure, A.handleUserAction_closure, A.handleUserAction_closure0, A.handleUserAction_closure1, A.handleUserAction_closure2, A.handleUserAction_closure3, A.handleUserAction_closure4, A.handleUserAction_closure5, A.handleUserAction_closure6, A.handleUserAction_closure7, A.handleUserAction_closure8, A.handleUserAction_closure9, A.handleUserAction_closure11, A.handleUserAction_closure13, A.handleUserAction_closure15, A.handleUserAction_closure17, A.handleUserAction_closure16, A._editUser_closure, A._viewUser_closure, A._viewUserList_closure0, A._viewUserList__closure, A._archiveUser_closure, A._archiveUser__closure, A._archiveUser__closure0, A._archiveUser__closure1, A._deleteUser_closure, A._deleteUser__closure, A._deleteUser__closure0, A._deleteUser__closure1, A._restoreUser_closure, A._restoreUser__closure, A._restoreUser__closure0, A._restoreUser__closure1, A._removeUser_closure, A._removeUser__closure, A._removeUser__closure0, A._resendInvite_closure, A._resendInvite__closure, A._resendInvite__closure0, A._saveUser_closure, A._saveUser__closure, A._saveUser__closure0, A._loadUser_closure, A._loadUser__closure, A._loadUser__closure0, A._loadUsers_closure, A._loadUsers__closure, A._loadUsers__closure0, A.userUIReducer_closure, A.editingReducer__closure15, A.userListReducer__closure, A._viewUserList_closure, A._filterUsersByCustom1_closure, A._filterUsersByCustom1_closure0, A._filterUsersByCustom2_closure, A._filterUsersByCustom2_closure0, A._filterUsersByCustom3_closure, A._filterUsersByCustom3_closure0, A._filterUsersByCustom4_closure, A._filterUsersByCustom4_closure0, A._filterUsersByState_closure, A._filterUsersByState_closure0, A._filterUsers_closure, A._sortUsers_closure, A._startListMultiselect_closure9, A._addToListMultiselect_closure9, A._removeFromListMultiselect_closure9, A._clearListMultiselect_closure9, A._archiveUserSuccess_closure, A._deleteUserSuccess_closure, A._restoreUserSuccess_closure, A._removeUserSuccess_closure, A._addUser_closure, A._updateUser_closure, A._updateAuthUser_closure, A._connectOAuthUser_closure, A._disconnectOAuthUser_closure, A._disconnectOAuthMailer_closure, A._connectGmailUser_closure, A._setLoadedUser_closure, A._setLoadedUsers_closure, A._setLoadedUsers__closure, A._setLoadedUsers__closure0, A._setLoadedUsers_closure0, A._setLoadedCompany_closure5, A._setLoadedCompany__closure5, A._setLoadedCompany__closure6, A._setLoadedCompany_closure6, A.memoizedFilteredUserList_closure, A.filteredUsersSelector_closure, A.memoizedUserList_closure, A.userList_closure, A.memoizedGmailUserList_closure, A.gmailUserList_closure, A.memoizedMicrosoftUserList_closure, A.microsoftUserList_closure, A.handleVendorAction_closure, A.handleVendorAction_closure0, A._editVendor_closure, A._viewVendor_closure, A._viewVendorList_closure0, A._viewVendorList__closure, A._archiveVendor_closure, A._archiveVendor__closure, A._archiveVendor__closure0, A._archiveVendor__closure1, A._deleteVendor_closure, A._deleteVendor__closure, A._deleteVendor__closure0, A._deleteVendor__closure1, A._restoreVendor_closure, A._restoreVendor__closure, A._restoreVendor__closure0, A._restoreVendor__closure1, A._saveVendor_closure, A._saveVendor__closure, A._saveVendor__closure0, A._loadVendor_closure, A._loadVendor__closure, A._loadVendor__closure0, A._loadVendors_closure, A._loadVendors__closure, A._loadVendors___closure, A._loadVendors____closure, A._loadVendors_____closure, A._loadVendors__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument___closure8, A._saveDocument____closure8, A._saveDocument__closure18, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A.vendorListReducer__closure, A._viewVendorList_closure, A._filterVendorsByCustom1_closure, A._filterVendorsByCustom1_closure0, A._filterVendorsByCustom2_closure, A._filterVendorsByCustom2_closure0, A._filterVendorsByCustom3_closure, A._filterVendorsByCustom3_closure0, A._filterVendorsByCustom4_closure, A._filterVendorsByCustom4_closure0, A._filterVendorsByState_closure, A._filterVendorsByState_closure0, A._filterVendors_closure, A._sortVendors_closure, A._startListMultiselect_closure3, A._addToListMultiselect_closure3, A._removeFromListMultiselect_closure3, A._clearListMultiselect_closure3, A._archiveVendorSuccess_closure, A._deleteVendorSuccess_closure, A._restoreVendorSuccess_closure, A._addVendor_closure, A._addVendor__closure, A._updateVendor_closure, A._updateVendor__closure, A._setLoadedVendor_closure, A._setLoadedVendor__closure, A.memoizedDropdownVendorList_closure, A.dropdownVendorsSelector_closure, A.memoizedFilteredVendorList_closure, A.filteredVendorsSelector_closure, A.memoizedCalculateVendorBalance_closure, A.calculateVendorBalance_closure, A.VendorState_loadVendors_closure0, A.VendorState_loadVendors_closure1, A.VendorState_loadVendors_closure, A.handleWebhookAction_closure, A._editWebhook_closure, A._viewWebhook_closure, A._viewWebhookList_closure0, A._viewWebhookList__closure, A._archiveWebhook_closure, A._archiveWebhook__closure, A._archiveWebhook__closure0, A._archiveWebhook__closure1, A._deleteWebhook_closure, A._deleteWebhook__closure, A._deleteWebhook__closure0, A._deleteWebhook__closure1, A._restoreWebhook_closure, A._restoreWebhook__closure, A._restoreWebhook__closure0, A._restoreWebhook__closure1, A._saveWebhook_closure, A._saveWebhook__closure, A._saveWebhook__closure0, A._loadWebhook_closure, A._loadWebhook__closure, A._loadWebhook__closure0, A._loadWebhooks_closure, A._loadWebhooks__closure, A._loadWebhooks__closure0, A.webhookUIReducer_closure, A.editingReducer__closure26, A.webhookListReducer__closure, A._viewWebhookList_closure, A._filterWebhooksByCustom1_closure, A._filterWebhooksByCustom1_closure0, A._filterWebhooksByCustom2_closure, A._filterWebhooksByCustom2_closure0, A._filterWebhooksByState_closure, A._filterWebhooksByState_closure0, A._filterWebhooks_closure, A._sortWebhooks_closure, A._startListMultiselect_closure14, A._addToListMultiselect_closure14, A._removeFromListMultiselect_closure14, A._clearListMultiselect_closure14, A._archiveWebhookSuccess_closure, A._deleteWebhookSuccess_closure, A._restoreWebhookSuccess_closure, A._addWebhook_closure, A._updateWebhook_closure, A._setLoadedWebhook_closure, A.memoizedFilteredWebhookList_closure, A.filteredWebhooksSelector_closure, A.WebhookState_loadWebhooks_closure0, A.WebhookState_loadWebhooks_closure1, A.WebhookState_loadWebhooks_closure, A.ActionMenuButton_build_closure, A.ActionMenuButton_build_closure0, A.ActionMenuButton_build_closure1, A._AppBottomBarState_build__closure14, A._AppBottomBarState_build___closure8, A._AppBottomBarState_build____closure1, A._AppBottomBarState_build_____closure2, A._AppBottomBarState_build__closure12, A._AppBottomBarState_build___closure6, A._AppBottomBarState_build____closure0, A._AppBottomBarState_build_____closure1, A._AppBottomBarState_build__closure2, A._AppBottomBarState_build___closure0, A._AppBottomBarState_build____closure, A._AppBottomBarState_build_____closure, A._AppBottomBarState_build__closure10, A._AppBottomBarState_build___closure4, A._AppBottomBarState_build__closure8, A._AppBottomBarState_build___closure3, A._AppBottomBarState_build__closure6, A._AppBottomBarState_build___closure2, A._AppBottomBarState_build__closure4, A._AppBottomBarState_build___closure1, A._AppBottomBarState_build___onColumnsPressed_closure, A._AppBottomBarState_build___onColumnsPressed__closure, A._AppBottomBarState_build___onColumnsPressed__closure0, A._AppBottomBarState_build___onColumnsPressed__closure1, A.CustomFieldSelector_build_closure0, A.CustomFieldSelector_build__closure, A.CustomFieldSelector_build___closure, A._ChangeLayoutBannerState_build__closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure2, A.ConfirmEmailVM_fromStore__closure, A._DesktopSessionTimeoutState_initState_closure, A._DesktopSessionTimeoutState_build__closure, A.MessageDialog_build_closure, A.ErrorDialog_build__closure, A._HealthCheckDialogState_runCheck_closure0, A._HealthCheckDialogState_runCheck_closure1, A._HealthCheckDialogState_clearCache_closure0, A._HealthCheckDialogState_clearCache__closure, A._HealthCheckDialogState_clearCache_closure1, A.multiselectDialog_closure, A.multiselectDialog__closure, A.MultiSelectListState_build_closure, A.MultiSelectListState_build_closure0, A.MultiSelectListState_build_closure2, A.MultiSelectListState_build_closure3, A.MultiSelectListState_build_closure4, A.DismissibleEntity_build_closure, A.DismissibleEntity_build_closure0, A.DismissibleEntity_build_closure1, A.DismissibleEntity_build_closure2, A.DismissibleEntity_build_closure3, A._DocumentGridState_build_closure, A._DocumentGridState_build__closure2, A._DocumentGridState_build__closure0, A._DocumentGridState_build__closure1, A._DocumentGridState_build__closure, A.DocumentTile_build_closure1, A.DocumentTile_build__closure, A.DocumentTile_build___closure, A.DocumentTile_build___closure0, A.DocumentTile_build_closure0, A.DocumentPreview_build_closure0, A.EditScaffold_build__closure3, A.EditScaffold_build_closure3, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build_closure8, A.EditScaffold_build__closure, A.EditScaffold_build_closure9, A.showEntityActionsDialog_closure, A.showEntityActionsDialog_closure0, A._EntityListTileState_build_closure3, A._EntityListTileState_build_closure4, A._EntitiesListTileState_build_closure2, A._EntitiesListTileState_build_closure3, A._EntityDropdownState__showOptions_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState__showOptions__closure1, A._EntityDropdownState_build__closure8, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build__closure, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build_closure__wrapUp, A._EntityDropdownState_build___wrapUp_closure, A._EntityDropdownState_build__closure2, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build__closure4, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build__closure7, A._EntityDropdownState_build__closure6, A._EntityDropdownState_build_closure2, A._EntityDropdownState_build___closure, A._EntityDropdownState_build____closure, A._EntityDropdownState_build____closure0, A._EntityDropdownDialogState_build__selectEntity, A._EntityDropdownDialogState_build__headerRow_closure, A._EntityDropdownDialogState_build__headerRow__closure, A._EntityDropdownDialogState_build__createList_closure, A._EntityDropdownDialogState_build__createList_closure0, A._EntityDropdownDialogState_build__createList__closure, A.EntityTopFilter_build_closure, A.EntityTopFilter_build__closure0, A.EntityTopFilter_build__closure, A.EntityTopFilter_build___closure, A.EntityTopFilter_build___closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build___closure, A.AppDropdownButton_build_closure, A.AppToggleButtons_build__closure, A.AppToggleButtons_build__closure0, A.BoolDropdownButton_build_closure, A.BoolDropdownButton_build_closure0, A.BoolDropdownButton_build_closure1, A.BoolDropdownButton_build_closure3, A.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._CustomFieldState_build_closure, A._CustomFieldState_build_closure1, A._CustomFieldState_build_closure2, A._DatePickerState_build_closure1, A._DecoratedFormFieldState_build_closure2, A._DecoratedFormFieldState_build_closure0, A._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, A._DurationPickerState_build_closure1, A._DurationPickerState_build_closure, A._DurationPickerState_build__closure0, A._DurationPickerState_build_closure0, A.DynamicSelector_build_closure0, A.DynamicSelector_build_closure, A.DynamicSelector_build_closure1, A.NotificationSettings_build_closure, A.NotificationSettings_build_closure0, A.NotificationSettings_build_closure1, A.NotificationSettings_build__closure, A._NotificationSelector_build_closure, A._PasswordFormFieldState_build_closure0, A.ProjectPicker_build_closure0, A.ProjectPicker_build__closure, A.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.VendorPicker_build_closure0, A.VendorPicker_build__closure, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildEdit__closure, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState__buildEdit_closure1, A._InvoiceEmailViewState__buildEdit_closure2, A._InvoiceEmailViewState_build_closure, A._InvoiceEmailViewState_build_closure0, A._InvoiceEmailViewState_build_closure1, A._InvoiceEmailViewState_build_closure2, A._TaxRateDropdownState_didChangeDependencies_closure, A._TaxRateDropdownState_didChangeDependencies_closure0, A._TaxRateDropdownState_build_closure, A._TaxRateDropdownState_build_closure0, A._TaxRateDropdownState_build_closure1, A._TaxRateDropdownState_build_closure4, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure0, A._ListFilterState_build_closure4, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure3, A._ListFilterState_build_closure2, A._ListFilterState_build__closure4, A._ListFilterState_build_closure7, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure6, A._ListFilterState_build_closure5, A._ListFilterState_build__closure1, A.ListScaffold_build_closure0, A.ListScaffold_build_closure4, A._LiveTextState_initState_closure, A._MenuDrawerState_build__companyLogo, A._MenuDrawerState_build__companyLogo_closure, A._MenuDrawerState_build__companyListItem, A._MenuDrawerState_build__companyListItem_closure, A._MenuDrawerState_build__companyListItem_closure2, A._MenuDrawerState_build__companyListItem_closure3, A._MenuDrawerState_build_closure, A._MenuDrawerState_build__closure5, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure4, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure3, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build__closure1, A._MenuDrawerState_build__closure0, A._MenuDrawerState_build__closure, A._DrawerTileState_build_closure3, A._DrawerTileState_build_closure4, A.SidebarFooter_build__closure, A.SidebarFooterCollapsed_build_closure0, A.SidebarFooterCollapsed_build_closure, A._showContactUs_closure, A._showUpdate_closure, A._showAbout_closure, A._showAbout___closure1, A._showAbout___closure0, A._showAbout_____closure, A._showAbout___closure, A._ContactUsDialogState__sendMessage_closure0, A._ContactUsDialogState__sendMessage__closure1, A._ContactUsDialogState__sendMessage_closure1, A._ContactUsDialogState_build_closure1, A._ContactUsDialogState_build_closure2, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, A._DropDownMultiSelectState_initState_closure, A._DropDownMultiSelectState_build___closure2, A._DropDownMultiSelectState_build___closure3, A._DropDownMultiSelectState_build__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A.AppPinput_build_closure, A.PortalLinks_build_closure1, A.PortalLinks_build_closure2, A.SearchText_build_closure0, A._AccountSmsVerificationState__sendCode_closure0, A._AccountSmsVerificationState__sendCode_closure1, A._AccountSmsVerificationState__verifyCode_closure0, A._AccountSmsVerificationState__verifyCode_closure1, A._AccountSmsVerificationState_build_closure, A._AccountSmsVerificationState_build_closure0, A._AccountSmsVerificationState_build_closure1, A._UserSmsVerificationState_initState_closure, A._UserSmsVerificationState__sendCode_closure0, A._UserSmsVerificationState__sendCode_closure1, A._UserSmsVerificationState__verifyCode_closure0, A._UserSmsVerificationState__verifyCode_closure1, A._UserSmsVerificationState_build_closure, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure4, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure8, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure6, A._EntityListState_build__closure7, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build__closure13, A._EntityListState_build_closure2, A._EntityListState_build__closure11, A._EntityListState_build__closure10, A._EntityListState_build___closure2, A._EntityListState_build_closure5, A._EntityListState_build__closure9, A._EntityListState_build_closure4, A._UpgradeDialogState_initState_closure, A._UpgradeDialogState_initState_closure1, A._UpgradeDialogState__buildProductList_closure, A._UpgradeDialogState__buildProductList_closure1, A._VariablesHelpState_build_closure, A._VariablesHelpState_build_closure0, A._VariablesHelpState_build_closure1, A._VariableGrid_build__closure, A.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, A.InitScreen_build_closure0, A._LoginState__submitSignUpForm_closure0, A._LoginState__submitSignUpForm_closure1, A._LoginState__submitSignUpForm_closure2, A._LoginState__submitLoginForm_closure0, A._LoginState__submitLoginForm___closure, A._LoginState__submitLoginForm_closure1, A._LoginState__submitLoginForm_closure2, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure4, A._LoginState_build_closure5, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure2, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore___closure1, A.LoginVM_fromStore_closure5, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore_closure6, A.LoginVM_fromStore___closure, A.LoginVM_fromStore__closure2, A.LoginVM_fromStore_closure7, A.LoginVM_fromStore__closure0, A.LoginVM_fromStore_closure8, A.LoginVM_fromStore__closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure7, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure8, A.LoginVM_fromStore_closure2, A.BankAccountListItem_build_closure, A.BankAccountListVM_fromStore__handleRefresh, A.BankAccountListVM_fromStore_closure, A.BankAccountListVM_fromStore_closure0, A.BankAccountScreen_connectAccounts_closure, A.BankAccountScreen_connectAccounts_closure0, A.BankAccountScreen_build_closure12, A.BankAccountScreen_build_closure9, A.BankAccountScreen_build_closure5, A.BankAccountScreen_build_closure6, A.BankAccountScreen_build_closure7, A.BankAccountScreen_build_closure8, A.BankAccountScreenVM_fromStore_closure, A.BankAccountScreenVM_fromStore__closure, A.BankAccountScreenVM_fromStore__closure0, A._BankAccountEditState_didChangeDependencies_closure, A._BankAccountEditState_didChangeDependencies_closure0, A._BankAccountEditState_dispose_closure, A._BankAccountEditState__onChanged_closure, A._BankAccountEditState_build_closure3, A._BankAccountEditState_build_closure4, A._BankAccountEditState_build_closure0, A._BankAccountEditState_build_closure, A._BankAccountEditState_build__closure0, A._BankAccountEditState_build_closure2, A._BankAccountEditState_build__closure, A.BankAccountEditScreen_build_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore____closure, A.BankAccountViewScreen_build_closure0, A.ClientListItem_build__closure, A.ClientListItem_build__closure3, A.ClientListVM_fromStore__handleRefresh, A.ClientListVM_fromStore_closure, A.ClientListVM_fromStore_closure0, A._ClientPdfViewState_loadPDF_closure0, A._ClientPdfViewState_loadPDF_closure1, A._ClientPdfViewState_loadPDF__closure0, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build_closure13, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure0, A.ClientScreen_build_closure7, A.ClientScreen_build_closure4, A.ClientScreen_build_closure0, A.ClientScreen_build_closure1, A.ClientScreen_build_closure2, A.ClientScreen_build_closure3, A._ClientEditState_build_closure, A._ClientEditState_build_closure0, A.ClientEditBillingAddressState_didChangeDependencies_closure, A.ClientEditBillingAddressState_didChangeDependencies_closure0, A.ClientEditBillingAddressState_dispose_closure, A.ClientEditBillingAddressState__onChanged_closure, A.ClientEditBillingAddressState_build_closure, A.ClientEditBillingAddressState_build__closure0, A.ClientEditBillingAddressState_build__closure, A._ClientEditContactsState__showContactEditor_closure, A._ClientEditContactsState__showContactEditor__closure, A._ClientEditContactsState_build_closure, A._ClientEditContactsState_build_closure0, A.ContactEditDetailsState_didChangeDependencies_closure, A.ContactEditDetailsState_didChangeDependencies_closure0, A.ContactEditDetailsState_dispose_closure, A.ContactEditDetailsState__onChanged_closure, A.ContactEditDetailsState_build_closure0, A.ContactEditDetailsState_build_closure, A.ContactEditDetailsState_build_closure2, A.ContactEditDetailsState_build_closure1, A.ContactEditDetailsState_build_closure4, A.ContactEditDetailsState_build_closure3, A.ContactEditDetailsState_build_closure6, A.ContactEditDetailsState_build_closure5, A.ContactEditDetailsState_build_closure7, A.ContactEditDetailsState_build_closure8, A.ContactEditDetailsState_build_closure9, A.ContactEditDetailsState_build_closure10, A.ContactEditDetailsState_build_closure11, A.ContactEditDetailsState_build_closure12, A.ContactEditDetailsState_build___closure, A.ContactEditDetailsState_build__closure1, A.ContactEditDetailsState_build__closure, A.ClientEditContactsScreen_build_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, A.ClientEditDetailsState_didChangeDependencies_closure, A.ClientEditDetailsState_didChangeDependencies_closure0, A.ClientEditDetailsState_dispose_closure, A.ClientEditDetailsState__onChanged_closure, A.ClientEditDetailsState_build_closure, A.ClientEditDetailsState_build_closure0, A.ClientEditDetailsState_build__closure2, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure1, A.ClientEditDetailsState_build_closure3, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure2, A.ClientEditDetailsState_build_closure4, A.ClientEditDetailsState_build__closure, A.ClientEditNotesState_didChangeDependencies_closure, A.ClientEditNotesState_didChangeDependencies_closure0, A.ClientEditNotesState_dispose_closure, A.ClientEditNotesState__onChanged_closure, A.ClientEditNotesState_build_closure, A.ClientEditNotesState_build_closure0, A.ClientEditNotesState_build__closure0, A.ClientEditNotesState_build_closure1, A.ClientEditNotesState_build__closure, A.ClientEditSettingsState_didChangeDependencies_closure, A.ClientEditSettingsState_didChangeDependencies_closure0, A.ClientEditSettingsState_dispose_closure, A.ClientEditSettingsState__onChanged_closure, A.ClientEditSettingsState_build_closure, A.ClientEditSettingsState_build__closure3, A.ClientEditSettingsState_build_closure0, A.ClientEditSettingsState_build__closure2, A.ClientEditSettingsState_build_closure1, A.ClientEditSettingsState_build_closure2, A.ClientEditSettingsState_build__closure1, A.ClientEditSettingsState_build_closure3, A.ClientEditSettingsState_build_closure4, A.ClientEditSettingsState_build__closure0, A.ClientEditSettingsState_build_closure5, A.ClientEditSettingsState_build__closure, A.ClientEditShippingAddressState_didChangeDependencies_closure, A.ClientEditShippingAddressState_didChangeDependencies_closure0, A.ClientEditShippingAddressState_dispose_closure, A.ClientEditShippingAddressState__onChanged_closure, A.ClientEditShippingAddressState_build_closure, A.ClientEditShippingAddressState_build__closure0, A.ClientEditShippingAddressState_build__closure, A.ClientEditScreen_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure, A.ClientEditVM_ClientEditVM$fromStore__closure, A.ClientEditVM_ClientEditVM$fromStore__closure0, A.ClientEditVM_ClientEditVM$fromStore_closure1, A.ClientEditVM_ClientEditVM$fromStore_closure0, A.ClientEditVM_ClientEditVM$fromStore___closure, A.ClientEditVM_ClientEditVM$fromStore___closure0, A.ClientEditVM_ClientEditVM$fromStore___closure1, A.ClientEditVM_ClientEditVM$fromStore____closure, A._ClientViewState_build_closure, A._ClientViewDetailsState_build__buildDetailsList_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewFullwidthState_build__closure2, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewPaymentMethods_build__closure, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A.ClientViewVM_ClientViewVM$fromStore__closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, A.ClientViewVM_ClientViewVM$fromStore___closure, A._CompanyGatewayListState_build_closure, A.CompanyGatewayListItem_build_closure, A.CompanyGatewayListVM_fromStore__handleRefresh, A.CompanyGatewayListVM_fromStore_closure, A.CompanyGatewayListVM_fromStore_closure1, A.CompanyGatewayListVM_fromStore__closure, A.CompanyGatewayListVM_fromStore__closure0, A.CompanyGatewayScreen_build_closure, A.CompanyGatewayScreen_build__closure0, A.CompanyGatewayScreen_build__closure1, A.CompanyGatewayScreen_build_closure0, A.CompanyGatewayScreen_build__closure, A.CompanyGatewayScreen_build_closure2, A.CompanyGatewayScreen_build_closure4, A.CompanyGatewayScreen_build_closure5, A.CompanyGatewayScreen_build_closure6, A.CompanyGatewayScreen_build_closure7, A.CompanyGatewayScreenVM_fromStore_closure, A._CompanyGatewayEditState_didChangeDependencies_closure, A._CompanyGatewayEditState_build_closure, A._CompanyGatewayEditState_build_closure0, A._CompanyGatewayEditState_build__closure17, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure16, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build__closure15, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure14, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure13, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure17, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure18, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure19, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure20, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure21, A._CompanyGatewayEditState_build_closure22, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure0, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure1, A._GatewayConfigFieldState_build_closure2, A._GatewayConfigFieldState_build_closure3, A._LimitEditorState__onChanged_closure, A._LimitEditorState__onChanged_closure0, A._LimitEditorState_build_closure, A._LimitEditorState_build_closure0, A._FeesEditorState_dispose_closure, A._FeesEditorState_didChangeDependencies_closure, A._FeesEditorState_didChangeDependencies_closure0, A._FeesEditorState__onChanged_closure, A._FeesEditorState__onChanged__closure, A._FeesEditorState_build_closure, A._FeesEditorState_build__closure2, A._FeesEditorState_build___closure2, A._FeesEditorState_build_closure0, A._FeesEditorState_build__closure1, A._FeesEditorState_build___closure1, A._FeesEditorState_build_closure1, A._FeesEditorState_build__closure0, A._FeesEditorState_build___closure0, A._FeesEditorState_build_closure2, A._FeesEditorState_build__closure, A._FeesEditorState_build___closure, A.CompanyGatewayEditScreen_build_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, A._CompanyGatewayOverview_build_closure2, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, A.CreditEmailScreen_build_closure1, A.CreditEmailScreen_build_closure0, A.EmailCreditVM_EmailCreditVM$fromStore_closure, A.EmailCreditVM_EmailCreditVM$fromStore__closure, A.CreditListItem_build__closure, A.CreditListItem_build__closure3, A.CreditListVM_fromStore__handleRefresh, A.CreditListVM_fromStore_closure, A.CreditListVM_fromStore_closure0, A.CreditPdfScreen_build_closure0, A.CreditScreen_build_closure7, A.CreditScreen_build_closure4, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A._CreditEditState_build_closure1, A._CreditEditState_build_closure2, A._CreditEditState_build__closure, A._CreditEditState_build___closure0, A._CreditEditState_build___closure1, A._CreditEditState_build___closure, A.CreditEditDetailsScreen_build_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, A.CreditEditItemsScreen_build_closure0, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, A.CreditEditNotesScreen_build_closure0, A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, A.CreditEditPDFScreen_build_closure0, A.CreditEditScreen_build_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure, A.CreditEditVM_CreditEditVM$fromStore___closure0, A.CreditEditVM_CreditEditVM$fromStore___closure1, A.CreditEditVM_CreditEditVM$fromStore___closure2, A.CreditEditVM_CreditEditVM$fromStore____closure, A.CreditEditVM_CreditEditVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure1, A.CreditEditVM_CreditEditVM$fromStore_closure2, A.CreditEditVM_CreditEditVM$fromStore__closure, A.CreditEditVM_CreditEditVM$fromStore__closure0, A.CreditEditVM_CreditEditVM$fromStore___closure, A.CreditViewScreen_build_closure0, A.CreditViewVM_CreditViewVM$fromStore__handleRefresh, A.CreditViewVM_CreditViewVM$fromStore_closure, A.CreditViewVM_CreditViewVM$fromStore_closure0, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A._DashboardChartState__onSelectionChanged_closure, A._DashboardChartState__onSelectionChanged_closure0, A._DashboardChartState_build_closure, A._DashboardDateRangePickerState_build_closure, A._DashboardDateRangePickerState_build_closure0, A._DashboardDateRangePickerState_build_closure1, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header__closure1, A.DashboardPanels__header___closure0, A.DashboardPanels__header___closure1, A.DashboardPanels__header__closure2, A.DashboardPanels__header___closure, A.DashboardPanels__header__closure3, A.DashboardPanels__header__closure4, A.DashboardPanels__header___showSettings_closure, A.DashboardPanels__runningTasks_closure, A.DashboardPanels_build_closure, A.DashboardPanels_build_closure0, A.DashboardPanels_build_closure1, A.DashboardPanels_build_closure2, A.DashboardPanels_build_closure3, A.DashboardPanels_build__closure2, A.__DashboardPanelState_build_closure, A.__OverviewPanelState_build_closure, A.__DashboardSettingsState_build_closure, A.__DashboardSettingsState_build_closure0, A.__DashboardSettingsState_build_closure1, A.__DashboardSettingsState_build_closure2, A.__DashboardSettingsState_build__closure6, A.__DashboardSettingsState_build__closure2, A.__DashboardSettingsState_build__closure4, A.__DashboardSettingsState_build__closure0, A.__DashboardSettingsState_build_closure9, A.__DashboardSettingsState_build_closure8, A._DashboardFieldState_build__closure3, A._DashboardFieldState_build_closure0, A._DashboardFieldState_build_closure1, A._DashboardFieldState_build__closure, A._DashboardFieldState_build__closure0, A._DashboardScreenState_initState_closure, A._DashboardScreenState_initState_closure0, A._DashboardScreenState_initState__closure, A._DashboardScreenState_build_closure, A._DashboardScreenState_build_closure0, A._DashboardScreenState_build__closure0, A._DashboardScreenState_build___closure, A._DashboardScreenState_build___closure0, A._DashboardScreenState_build___closure1, A._DashboardScreenState_build_closure3, A.DashboardVM_fromStore__handleRefresh, A.DashboardVM_fromStore_closure, A.DashboardVM_fromStore_closure0, A.DashboardVM_fromStore_closure4, A.DashboardVM_fromStore_closure5, A.DashboardVM_fromStore_closure2, A.DashboardVM_fromStore_closure3, A.DesignListItem_build_closure, A.DesignListVM_fromStore__handleRefresh, A.DesignListVM_fromStore_closure, A.DesignListVM_fromStore_closure0, A.DesignScreen_build_closure7, A.DesignScreen_build_closure4, A.DesignScreen_build_closure0, A.DesignScreen_build_closure1, A.DesignScreen_build_closure2, A.DesignScreen_build_closure3, A._DesignEditState_didChangeDependencies_closure, A._DesignEditState_didChangeDependencies_closure0, A._DesignEditState_dispose_closure, A._DesignEditState__onChanged_closure, A._DesignEditState__loadDesign_closure, A._DesignEditState__loadDesign_closure0, A._DesignEditState__loadPreview_closure0, A._DesignEditState_build_closure2, A._DesignEditState_build_closure, A._DesignEditState_build_closure0, A._DesignEditState_build_closure1, A._DesignSettingsState_build_closure, A._DesignSettingsState_build_closure0, A._DesignSettingsState_build_closure1, A._DesignSettingsState_build__closure2, A._DesignSettingsState_build_closure2, A._DesignSettingsState_build_closure3, A._DesignSettingsState_build__closure1, A._DesignSettingsState_build___closure, A._DesignSettingsState_build____closure, A._DesignSettingsState_build__closure, A._DesignSettingsState_build__closure0, A._PdfDesignPreviewState_build_closure, A.__DesignImportDialogState_build_closure, A.DesignEditScreen_build_closure0, A.DesignEditVM_DesignEditVM$fromStore_closure, A.DesignEditVM_DesignEditVM$fromStore_closure1, A.DesignEditVM_DesignEditVM$fromStore_closure0, A._DesignViewState_build_closure, A._DesignViewState_build_closure0, A._DesignViewState_build_closure1, A._DesignViewState_build_closure2, A._DesignViewState_build_closure3, A._DesignViewState_build_closure4, A._DesignViewState_build_closure5, A._DesignViewState_build_closure6, A.DesignViewScreen_build_closure0, A.DocumentListItem_build__closure, A.DocumentListItem_build__closure3, A.DocumentListBuilder_build__closure1, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure11, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure10, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure1, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A._DocumentEditState_build__closure, A._DocumentEditState_build__closure0, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure1, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentEditVM_DocumentEditVM$fromStore___closure, A.DocumentEditVM_DocumentEditVM$fromStore___closure0, A.DocumentEditVM_DocumentEditVM$fromStore____closure, A._DocumentViewState_build_closure, A.DocumentViewScreen_build_closure0, A._ExpenseEditState__onSavePressed_closure, A._ExpenseEditState_build_closure1, A._ExpenseEditState_build_closure2, A.ExpenseEditDetailsState_didChangeDependencies_closure, A.ExpenseEditDetailsState_didChangeDependencies_closure0, A.ExpenseEditDetailsState_dispose_closure, A.ExpenseEditDetailsState__onChanged_closure, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build__closure18, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build__closure19, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure23, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure22, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build__closure5, A.ExpenseEditSettingsState_build_closure3, A.ExpenseEditSettingsState_build__closure3, A.ExpenseEditSettingsState_build__closure4, A.ExpenseEditSettingsState_build_closure4, A.ExpenseEditSettingsState_build_closure7, A.ExpenseEditSettingsState_build_closure5, A.ExpenseEditSettingsState_build_closure6, A.ExpenseEditSettingsState_build_closure8, A.ExpenseEditSettingsState_build__closure1, A.ExpenseEditSettingsState_build_closure10, A.ExpenseEditSettingsState_build__closure0, A.ExpenseEditSettingsState_build_closure11, A.ExpenseEditSettingsState_build__closure, A.ExpenseEditScreen_build_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseListItem_build__closure, A.ExpenseListItem_build__closure3, A.ExpenseListVM_fromStore__handleRefresh, A.ExpenseListVM_fromStore_closure, A.ExpenseListVM_fromStore_closure0, A.ExpenseScreen_build_closure, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A.ExpenseScreen_build_closure9, A._ExpenseViewState_build_closure, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build__closure1, A._ExpenseCategoryEditState_build___closure, A.ExpenseCategoryEditScreen_build_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, A.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryScreen_build_closure7, A.ExpenseCategoryScreen_build_closure4, A.ExpenseCategoryScreen_build_closure0, A.ExpenseCategoryScreen_build_closure1, A.ExpenseCategoryScreen_build_closure2, A.ExpenseCategoryScreen_build_closure3, A.ExpenseCategoryViewScreen_build_closure0, A._GroupEditState_didChangeDependencies_closure, A._GroupEditState_didChangeDependencies_closure0, A._GroupEditState_dispose_closure, A._GroupEditState__onChanged_closure, A._GroupEditState_build_closure0, A._GroupEditState_build_closure1, A._GroupEditState_build_closure, A._GroupEditState_build__closure, A._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, A.GroupListItem_build_closure, A.GroupListVM_fromStore__handleRefresh, A.GroupListVM_fromStore_closure, A.GroupListVM_fromStore_closure0, A.GroupSettingsScreen_build_closure3, A.GroupSettingsScreen_build_closure0, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore___closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure1, A._InvoiceEditState_build_closure2, A._InvoiceEditState_build__closure, A._InvoiceEditState_build___closure0, A._InvoiceEditState_build___closure1, A._InvoiceEditState_build___closure, A.InvoiceEditContacts_build_closure0, A.InvoiceEditContacts_build_closure2, A._ContactListTileState_build_closure, A._ContactListTileState_build_closure0, A._ContactListTileState_build_closure1, A._ContactListTileState_build__closure, A._ContactListTileState_build__closure0, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1, A.InvoiceEditDesktopState_didChangeDependencies_closure, A.InvoiceEditDesktopState_didChangeDependencies_closure0, A.InvoiceEditDesktopState_dispose_closure, A.InvoiceEditDesktopState__onChanged_closure, A.InvoiceEditDesktopState_build_closure, A.InvoiceEditDesktopState_build_closure0, A.InvoiceEditDesktopState_build_closure1, A.InvoiceEditDesktopState_build_closure2, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure8, A.InvoiceEditDesktopState_build__closure21, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure20, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure19, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure18, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure30, A.InvoiceEditDesktopState_build_closure31, A.InvoiceEditDesktopState_build_closure32, A.InvoiceEditDesktopState_build__closure, A.__PdfPreviewState__loadPdf_closure0, A.__PdfPreviewState__loadPdf_closure1, A.__PdfPreviewState_build_closure1, A.InvoiceEditDetailsState_didChangeDependencies_closure, A.InvoiceEditDetailsState_didChangeDependencies_closure0, A.InvoiceEditDetailsState_dispose_closure, A.InvoiceEditDetailsState__onChanged_closure, A.InvoiceEditDetailsState_build_closure, A.InvoiceEditDetailsState_build_closure0, A.InvoiceEditDetailsState_build_closure1, A.InvoiceEditDetailsState_build_closure2, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure19, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure18, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure31, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build__closure, A.InvoiceEditDetailsScreen_build_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, A._InvoiceEditItemsState__showInvoiceItemEditor_closure, A._InvoiceEditItemsState_build_closure, A.ItemEditDetailsState_didChangeDependencies_closure, A.ItemEditDetailsState_dispose_closure, A.ItemEditDetailsState__onChanged_closure, A.ItemEditDetailsState__onChanged_closure0, A.ItemEditDetailsState_build__closure3, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure3, A.ItemEditDetailsState_build_closure4, A.ItemEditDetailsState_build_closure5, A._InvoiceEditItemsDesktopState__updateColumns_closure, A._InvoiceEditItemsDesktopState__updateColumns_closure0, A._InvoiceEditItemsDesktopState__updateColumns_closure1, A._InvoiceEditItemsDesktopState__updateColumns_closure2, A._InvoiceEditItemsDesktopState__updateColumns_closure3, A._InvoiceEditItemsDesktopState__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build__closure33, A._InvoiceEditItemsDesktopState_build__closure34, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure14, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure18, A._InvoiceEditItemsDesktopState_build___closure17, A._InvoiceEditItemsDesktopState_build____closure1, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build____closure, A._InvoiceEditItemsDesktopState_build____closure0, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure28, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure9, A.InvoiceEditItemsScreen_build_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, A.InvoiceEditNotesState_didChangeDependencies_closure, A.InvoiceEditNotesState_didChangeDependencies_closure0, A.InvoiceEditNotesState_dispose_closure, A.InvoiceEditNotesState__onChanged_closure, A.InvoiceEditNotesScreen_build_closure0, A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFState_build_closure, A.InvoiceEditPDFScreen_build_closure0, A.InvoiceEditScreen_build_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5, A.InvoiceEditVM_InvoiceEditVM$fromStore____closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A._InvoiceItemSelectorState__onItemsSelected_closure, A._InvoiceItemSelectorState__updateClientId_closure, A._InvoiceItemSelectorState_build_closure, A._InvoiceItemSelectorState_build_closure0, A._InvoiceItemSelectorState_build_closure1, A._InvoiceItemSelectorState_build__productList__closure, A._InvoiceItemSelectorState_build__taskList__closure, A._InvoiceItemSelectorState_build__expenseList__closure, A._InvoiceItemSelectorState_build_closure2, A.InvoiceEmailScreen_build_closure1, A.InvoiceEmailScreen_build_closure0, A.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, A.InvoiceListItem_build__closure, A.InvoiceListItem_build__closure3, A.InvoiceListVM_fromStore__handleRefresh, A.InvoiceListVM_fromStore_closure, A.InvoiceListVM_fromStore_closure0, A._InvoicePdfViewState_loadPdf_closure0, A._InvoicePdfViewState_loadPdf_closure1, A._InvoicePdfViewState_loadPdf__closure0, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure5, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure5, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A.InvoiceScreen_build_closure11, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure0, A._InvoiceViewHistoryState_build_closure, A._InvoiceViewHistoryState_build_closure0, A.InvoiceOverview_build_closure, A.InvoiceOverview_build__closure0, A.InvoiceOverview_build__closure1, A.InvoiceOverview_build_closure0, A.InvoiceOverview_build_closure1, A.InvoiceOverview_build_closure2, A.InvoiceOverview_build__closure, A._InvoiceViewScheduleState_build_closure, A.InvoiceViewScreen_build_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, A._PaymentEditState_didChangeDependencies_closure, A._PaymentEditState_didChangeDependencies_closure0, A._PaymentEditState_dispose_closure, A._PaymentEditState__onChanged_closure, A._PaymentEditState_convertCurrency_closure, A._PaymentEditState_build_closure, A._PaymentEditState_build_closure0, A._PaymentEditState_build_closure1, A._PaymentEditState_build_closure2, A._PaymentEditState_build_closure4, A._PaymentEditState_build_closure3, A._PaymentEditState_build__closure5, A._PaymentEditState_build_closure5, A._PaymentEditState_build_closure6, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure11, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure12, A._PaymentEditState_build_closure14, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure13, A._PaymentEditState_build_closure17, A._PaymentableEditorState_didChangeDependencies_closure, A._PaymentableEditorState_didChangeDependencies_closure0, A._PaymentableEditorState_dispose_closure0, A._PaymentableEditorState__onChanged_closure, A._PaymentableEditorState__onChanged_closure0, A._PaymentableEditorState__onChanged_closure1, A._PaymentableEditorState__onChanged_closure2, A._PaymentableEditorState__onChanged_closure3, A._PaymentableEditorState__onChanged_closure4, A._PaymentableEditorState__onChanged_closure5, A._PaymentableEditorState_build_closure, A._PaymentableEditorState_build_closure0, A._PaymentableEditorState_build_closure3, A._PaymentableEditorState_build_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure5, A._PaymentableEditorState_build_closure4, A._PaymentableEditorState_build__closure, A._PaymentableEditorState_build__closure0, A.PaymentEditFooter_build_closure, A.PaymentEditFooter_build_closure0, A.PaymentEditScreen_build_closure0, A.PaymentEditVM_PaymentEditVM$fromStore_closure, A.PaymentEditVM_PaymentEditVM$fromStore_closure1, A.PaymentEditVM_PaymentEditVM$fromStore_closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure, A.PaymentEditVM_PaymentEditVM$fromStore___closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure1, A.PaymentEditVM_PaymentEditVM$fromStore___closure2, A.PaymentEditVM_PaymentEditVM$fromStore___closure3, A.PaymentEditVM_PaymentEditVM$fromStore____closure, A.PaymentListItem_build__closure, A.PaymentListItem_build__closure3, A.PaymentListVM_fromStore__handleRefresh, A.PaymentListVM_fromStore_closure, A.PaymentListVM_fromStore_closure0, A.PaymentPresenter_getField_closure, A.PaymentPresenter_getField_closure0, A.PaymentPresenter_getField_closure1, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure5, A.PaymentScreen_build_closure6, A.PaymentScreen_build_closure17, A.PaymentScreen_build_closure13, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure11, A.PaymentScreen_build_closure12, A._PaymentRefundState_didChangeDependencies_closure, A._PaymentRefundState_didChangeDependencies_closure0, A._PaymentRefundState_dispose_closure, A._PaymentRefundState__onChanged__closure, A._PaymentRefundState_build_closure, A._PaymentRefundState_build_closure1, A._PaymentRefundState_build__closure1, A._PaymentRefundState_build_closure2, A._PaymentRefundState_build__closure0, A._PaymentRefundState_build_closure3, A._PaymentRefundState_build__closure, A._PaymentRefundState_build_onSavePressed, A._PaymentRefundState_build_onSavePressed_closure0, A._PaymentRefundState_build_closure4, A._PaymentRefundState_build_closure5, A._PaymentableEditorState_didChangeDependencies_closure1, A._PaymentableEditorState_didChangeDependencies_closure2, A._PaymentableEditorState_dispose_closure, A._PaymentableEditorState__onChanged_closure6, A._PaymentableEditorState__onChanged_closure7, A._PaymentableEditorState__onChanged_closure8, A._PaymentableEditorState__onChanged_closure9, A._PaymentableEditorState_build_closure8, A._PaymentableEditorState_build_closure10, A._PaymentableEditorState_build_closure9, A._PaymentableEditorState_build_closure11, A._PaymentableEditorState_build__closure1, A.PaymentRefundScreen_build_closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore___closure, A._PaymentViewState_build_closure, A.PaymentViewScreen_build_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, A.PaymentViewVM_PaymentViewVM$fromStore_closure, A._PaymentTermEditState_didChangeDependencies_closure, A._PaymentTermEditState_didChangeDependencies_closure0, A._PaymentTermEditState_dispose_closure, A._PaymentTermEditState__onChanged_closure, A._PaymentTermEditState_build_closure0, A._PaymentTermEditState_build_closure1, A._PaymentTermEditState_build_closure, A._PaymentTermEditState_build__closure0, A._PaymentTermEditState_build__closure, A.PaymentTermEditScreen_build_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, A.PaymentTermListItem_build_closure, A.PaymentTermListVM_fromStore__handleRefresh, A.PaymentTermListVM_fromStore_closure, A.PaymentTermListVM_fromStore_closure0, A.PaymentTermScreen_build_closure7, A.PaymentTermScreen_build_closure4, A.PaymentTermScreen_build_closure0, A.PaymentTermScreen_build_closure1, A.PaymentTermScreen_build_closure2, A.PaymentTermScreen_build_closure3, A.PaymentTermViewScreen_build_closure0, A._ProductEditState_didChangeDependencies_closure, A._ProductEditState_didChangeDependencies_closure0, A._ProductEditState_dispose_closure, A._ProductEditState__onChanged_closure, A._ProductEditState_build_closure6, A._ProductEditState_build_closure, A._ProductEditState_build_closure1, A._ProductEditState_build__closure3, A._ProductEditState_build_closure0, A._ProductEditState_build_closure2, A._ProductEditState_build__closure2, A._ProductEditState_build_closure3, A._ProductEditState_build__closure1, A._ProductEditState_build_closure4, A._ProductEditState_build__closure0, A._ProductEditState_build_closure5, A._ProductEditState_build__closure, A.ProductEditScreen_build_closure0, A.ProductEditVM_ProductEditVM$fromStore_closure, A.ProductEditVM_ProductEditVM$fromStore_closure1, A.ProductEditVM_ProductEditVM$fromStore_closure0, A.ProductEditVM_ProductEditVM$fromStore___closure, A.ProductEditVM_ProductEditVM$fromStore___closure0, A.ProductEditVM_ProductEditVM$fromStore____closure, A.ProductListItem_build__closure, A.ProductListItem_build__closure3, A.ProductListVM_fromStore__handleRefresh, A.ProductListVM_fromStore_closure, A.ProductListVM_fromStore_closure0, A.ProductScreen_build_closure8, A.ProductScreen_build_closure5, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A.ProductScreen_build_closure4, A._ProductViewState_build_closure, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A.ProductViewVM_ProductViewVM$fromStore__closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore___closure, A._ProjectEditState_didChangeDependencies_closure, A._ProjectEditState_didChangeDependencies_closure0, A._ProjectEditState_dispose_closure, A._ProjectEditState__onChanged_closure, A._ProjectEditState_build_closure0, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure, A._ProjectEditState_build__closure2, A._ProjectEditState_build__closure1, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure4, A._ProjectEditState_build___closure, A._ProjectEditState_build___closure0, A.ProjectEditScreen_build_closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure1, A.ProjectEditVM_ProjectEditVM$fromStore__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure0, A.ProjectEditVM_ProjectEditVM$fromStore___closure, A.ProjectEditVM_ProjectEditVM$fromStore___closure0, A.ProjectEditVM_ProjectEditVM$fromStore____closure, A.ProjectListItem_build__closure, A.ProjectListItem_build__closure3, A.ProjectListVM_fromStore__handleRefresh, A.ProjectListVM_fromStore_closure, A.ProjectListVM_fromStore_closure0, A.ProjectScreen_build_closure7, A.ProjectScreen_build_closure4, A.ProjectScreen_build_closure0, A.ProjectScreen_build_closure1, A.ProjectScreen_build_closure2, A.ProjectScreen_build_closure3, A._ProjectViewState_build_closure, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A._PurchaseOrderEditState_build_closure1, A._PurchaseOrderEditState_build_closure2, A._PurchaseOrderEditState_build__closure, A._PurchaseOrderEditState_build___closure0, A._PurchaseOrderEditState_build___closure1, A._PurchaseOrderEditState_build___closure, A.PurchaseOrderEditDetailsScreen_build_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0, A.PurchaseOrderEditItemsScreen_build_closure0, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure, A.PurchaseOrderEditNotesScreen_build_closure0, A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure, A.PurchaseOrderEditPDFScreen_build_closure0, A.PurchaseOrderEditScreen_build_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEmailScreen_build_closure1, A.PurchaseOrderEmailScreen_build_closure0, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure, A.PurchaseOrderListItem_build__closure, A.PurchaseOrderListItem_build__closure3, A.PurchaseOrderListVM_fromStore__handleRefresh, A.PurchaseOrderListVM_fromStore_closure, A.PurchaseOrderListVM_fromStore_closure0, A.PurchaseOrderPdfScreen_build_closure0, A.PurchaseOrderScreen_build_closure, A.PurchaseOrderScreen_build_closure0, A.PurchaseOrderScreen_build_closure1, A.PurchaseOrderScreen_build_closure2, A.PurchaseOrderScreen_build_closure12, A.PurchaseOrderScreen_build_closure8, A.PurchaseOrderScreen_build_closure4, A.PurchaseOrderScreen_build_closure5, A.PurchaseOrderScreen_build_closure6, A.PurchaseOrderScreen_build_closure7, A.PurchaseOrderViewScreen_build_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A._QuoteEditState_build_closure1, A._QuoteEditState_build_closure2, A._QuoteEditState_build__closure, A._QuoteEditState_build___closure0, A._QuoteEditState_build___closure1, A._QuoteEditState_build___closure, A.QuoteEditDetailsScreen_build_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, A.QuoteEditItemsScreen_build_closure0, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure, A.QuoteEditNotesScreen_build_closure0, A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, A.QuoteEditPDFScreen_build_closure0, A.QuoteEditScreen_build_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure2, A.QuoteEditVM_QuoteEditVM$fromStore____closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure1, A.QuoteEditVM_QuoteEditVM$fromStore_closure2, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A.QuoteEditVM_QuoteEditVM$fromStore__closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure, A.QuoteEmailScreen_build_closure1, A.QuoteEmailScreen_build_closure0, A.EmailQuoteVM_EmailQuoteVM$fromStore_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore__closure, A.QuoteListItem_build__closure, A.QuoteListItem_build__closure3, A.QuoteListVM_fromStore__handleRefresh, A.QuoteListVM_fromStore_closure, A.QuoteListVM_fromStore_closure0, A.QuotePdfScreen_build_closure0, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteScreen_build_closure9, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseListItem_build__closure, A.RecurringExpenseListItem_build__closure3, A.RecurringExpenseListVM_fromStore__handleRefresh, A.RecurringExpenseListVM_fromStore_closure, A.RecurringExpenseListVM_fromStore_closure0, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseScreen_build_closure13, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreen_build_closure6, A.RecurringExpenseScreen_build_closure7, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, A._RecurringInvoiceEditState_build_closure1, A._RecurringInvoiceEditState_build_closure2, A._RecurringInvoiceEditState_build__closure, A._RecurringInvoiceEditState_build___closure0, A._RecurringInvoiceEditState_build___closure1, A._RecurringInvoiceEditState_build___closure, A.RecurringInvoiceEditDetailsScreen_build_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, A.RecurringInvoiceEditItemsScreen_build_closure0, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, A.RecurringInvoiceEditNotesScreen_build_closure0, A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, A.RecurringInvoiceEditPDFScreen_build_closure0, A.RecurringInvoiceEditScreen_build_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, A.RecurringInvoiceListItem_build__closure, A.RecurringInvoiceListItem_build__closure3, A.RecurringInvoiceListVM_fromStore__handleRefresh, A.RecurringInvoiceListVM_fromStore_closure, A.RecurringInvoiceListVM_fromStore_closure0, A.RecurringInvoicePdfScreen_build_closure0, A.RecurringInvoiceScreen_build_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, A.RecurringInvoiceScreen_build_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure5, A.RecurringInvoiceScreen_build_closure6, A.RecurringInvoiceScreen_build_closure7, A.RecurringInvoiceScreen_build_closure8, A.RecurringInvoiceViewScreen_build_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure2, A.clientReport_closure3, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure2, A.contactReport_closure3, A.memoizedCreditItemReport_closure, A.lineItemReport_closure11, A.lineItemReport_closure12, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure16, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure2, A.creditReport_closure3, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport_closure1, A.documentReport_closure3, A.documentReport_closure4, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure2, A.expenseReport_closure3, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure20, A.lineItemReport_closure21, A.lineItemReport_closure22, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport__closure, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure1, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure2, A.paymentReport_closure3, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure1, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure2, A.productReport_closure3, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure1, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure2, A.lineItemReport_closure3, A.lineItemReport_closure4, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure2, A.purchaseOrderReport_closure3, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure5, A.lineItemReport_closure6, A.lineItemReport_closure8, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure2, A.quoteReport_closure3, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure2, A.recurringExpenseReport_closure3, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure2, A.recurringInvoiceReport_closure3, A.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure11, A.ReportsScreen_build__closure5, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure4, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure19, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure20, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure25, A.ReportsScreen_build___closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A.getReportColumnType_convertCustomFieldType, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure7, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows_closure2, A.ReportResult_totalRows__closure, A.ReportsScreenVM_fromStore__closure6, A.ReportsScreenVM_fromStore___closure0, A.ReportsScreenVM_fromStore__closure7, A.ReportsScreenVM_fromStore__closure8, A.ReportsScreenVM_fromStore_closure4, A.ReportsScreenVM_fromStore_closure0, A.ReportsScreenVM_fromStore__closure0, A.ReportsScreenVM_fromStore__closure1, A.ReportsScreenVM_fromStore__closure2, A.ReportsScreenVM_fromStore__closure4, A.ReportsScreenVM_fromStore__closure5, A.ReportsScreenVM_fromStore___closure, A.memoizeedGroupTotals_closure, A.memoizedTaskItemReport_closure, A.taskItemReport_closure, A.taskItemReport_closure0, A.taskItemReport_closure2, A.taskItemReport_closure3, A.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure2, A.taskReport_closure3, A.memoizedTransactionReport_closure, A.transactionReport_closure, A.transactionReport_closure0, A.transactionReport_closure1, A.transactionReport_closure2, A.transactionReport_closure3, A.transactionReport_closure5, A.transactionReport_closure6, A.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure2, A.vendorReport_closure3, A._ScheduleEditState_didChangeDependencies_closure, A._ScheduleEditState_didChangeDependencies_closure0, A._ScheduleEditState_dispose_closure, A._ScheduleEditState__onChanged__closure, A._ScheduleEditState_build_closure0, A._ScheduleEditState_build_closure1, A._ScheduleEditState_build_closure, A._ScheduleEditState_build__closure0, A._ScheduleEditState_build___closure15, A._ScheduleEditState_build__closure, A._ScheduleEditState_build___closure14, A._ScheduleEditState_build__closure2, A._ScheduleEditState_build__closure4, A._ScheduleEditState_build___closure13, A._ScheduleEditState_build__closure3, A._ScheduleEditState_build__closure6, A._ScheduleEditState_build___closure12, A._ScheduleEditState_build__closure5, A._ScheduleEditState_build__closure9, A._ScheduleEditState_build___closure11, A._ScheduleEditState_build__closure7, A._ScheduleEditState_build__closure8, A._ScheduleEditState_build__closure11, A._ScheduleEditState_build___closure10, A._ScheduleEditState_build__closure10, A._ScheduleEditState_build__closure12, A._ScheduleEditState_build___closure9, A._ScheduleEditState_build__closure13, A._ScheduleEditState_build___closure8, A._ScheduleEditState_build__closure14, A._ScheduleEditState_build___closure7, A._ScheduleEditState_build__closure15, A._ScheduleEditState_build___closure5, A._ScheduleEditState_build___closure4, A._ScheduleEditState_build__closure18, A._ScheduleEditState_build___closure3, A._ScheduleEditState_build__closure17, A._ScheduleEditState_build__closure19, A._ScheduleEditState_build___closure2, A._ScheduleEditState_build__closure20, A._ScheduleEditState_build___closure1, A._ScheduleEditState_build__closure21, A._ScheduleEditState_build___closure0, A._ScheduleEditState_build__closure22, A._ScheduleEditState_build___closure, A.ScheduleEditScreen_build_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore____closure, A.ScheduleListItem_build_closure, A.ScheduleListVM_fromStore__handleRefresh, A.ScheduleListVM_fromStore_closure, A.ScheduleListVM_fromStore_closure0, A.ScheduleScreen_build_closure7, A.ScheduleScreen_build_closure4, A.ScheduleScreen_build_closure0, A.ScheduleScreen_build_closure1, A.ScheduleScreen_build_closure2, A.ScheduleScreen_build_closure3, A.ScheduleViewScreen_build_closure0, A._AccountManagementState_didChangeDependencies_closure, A._AccountManagementState_didChangeDependencies_closure0, A._AccountManagementState__onChanged_closure, A._AccountManagementState_dispose_closure, A._AccountManagementState_build_closure, A._AccountManagementState_build__closure2, A._AccountManagementState_build___closure, A._AccountManagementState_build_closure0, A._AccountManagementState_build__closure1, A._AccountManagementState_build_closure1, A._AccountManagementState_build__closure0, A._AccountManagementState_build_closure2, A._AccountManagementState_build__closure, A._AccountOverview_build__closure7, A._AccountOverview_build_closure1, A._AccountOverview_build__closure6, A._AccountOverview_build_closure2, A._AccountOverview_build__closure5, A._AccountOverview_build_closure3, A._AccountOverview_build__closure4, A._AccountOverview_build_closure4, A._AccountOverview_build__closure3, A._AccountOverview_build_closure5, A._AccountOverview_build__closure2, A._AccountOverview_build__closure1, A._AccountOverview_build___closure1, A._AccountOverview_build___closure2, A._AccountOverview_build___closure3, A._AccountOverview_build__closure0, A._AccountOverview_build__closure, A.AccountManagementVM_fromStore_closure1, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore__closure, A.AccountManagementVM_fromStore__closure0, A.AccountManagementVM_fromStore___closure0, A.AccountManagementVM_fromStore__closure1, A.AccountManagementVM_fromStore___closure, A.AccountManagementVM_fromStore_closure, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure0, A._ClientPortalState__validateSubdomain__closure1, A._ClientPortalState__validateSubdomain__closure2, A._ClientPortalState_dispose_closure, A._ClientPortalState_didChangeDependencies_closure, A._ClientPortalState_didChangeDependencies_closure0, A._ClientPortalState__onChanged__closure, A._ClientPortalState__onChanged__closure0, A._ClientPortalState_build_closure21, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure13, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure9, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure11, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure20, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore___closure, A._CreditCardsAndBanksState_dispose_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure0, A._CustomFieldsState_initState_closure, A.CustomFieldsSettings_build_closure, A.CustomFieldsSettings_build__closure6, A.CustomFieldsSettings_build_closure0, A.CustomFieldsSettings_build__closure5, A.CustomFieldsSettings_build_closure1, A.CustomFieldsSettings_build__closure4, A.CustomFieldsSettings_build_closure2, A.CustomFieldsSettings_build__closure3, A.CustomFieldsSettings_build_closure3, A.CustomFieldsSettings_build__closure2, A.CustomFieldsSettings_build_closure4, A.CustomFieldsSettings_build__closure1, A.CustomFieldsSettings_build_closure5, A.CustomFieldsSettings_build__closure0, A.CustomFieldsSettings_build_closure6, A.CustomFieldsSettings_build__closure, A._CustomFormFieldState_dispose_closure, A._CustomFormFieldState_didChangeDependencies_closure, A._CustomFormFieldState_didChangeDependencies_closure0, A._CustomFormFieldState__onChanged_closure, A._CustomFormFieldState_build_closure, A._CustomFormFieldState_build_closure1, A.CustomFieldsVM_fromStore_closure0, A.CustomFieldsVM_fromStore_closure, A._DataVisualizationsState_dispose_closure, A._DataVisualizationsState_didChangeDependencies_closure, A._DataVisualizationsState_didChangeDependencies_closure0, A._DeviceSettingsState_didChangeDependencies_closure, A._DeviceSettingsState_didChangeDependencies_closure0, A._DeviceSettingsState_build_closure, A._DeviceSettingsState_build_closure0, A._DeviceSettingsState_build_closure1, A._DeviceSettingsState_build_closure2, A._DeviceSettingsState_build_closure3, A._DeviceSettingsState_build_closure4, A._DeviceSettingsState_build_closure5, A._DeviceSettingsState_build_closure6, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build__closure7, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build_closure19, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build__closure1, A._DeviceSettingsState_build___closure0, A._DeviceSettingsState_build__closure0, A._DeviceSettingsState_build__closure, A._DeviceSettingsState_build___closure, A.DeviceSettingsVM_fromStore_closure, A.DeviceSettingsVM_fromStore_closure0, A.DeviceSettingsVM_fromStore__closure, A._EmailSettingsState_dispose_closure, A._EmailSettingsState_didChangeDependencies_closure, A._EmailSettingsState_didChangeDependencies_closure0, A._EmailSettingsState__onChanged_closure, A._EmailSettingsState__onChanged_closure0, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure11, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure10, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure9, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure8, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build_closure12, A._EmailSettingsState_build__closure7, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build_closure13, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure14, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure15, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure16, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure17, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure18, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure19, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure21, A._EmailSettingsState_build__closure, A._EmailSettingsState_build_closure20, A.EmailSettingsVM_fromStore_closure1, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A.EmailSettingsVM_fromStore_closure2, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure6, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure5, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure4, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure4, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure5, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure6, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure1, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure2, A._GeneratedNumbersState_initState_closure, A._GeneratedNumbersState_dispose_closure, A._GeneratedNumbersState_didChangeDependencies_closure, A._GeneratedNumbersState_didChangeDependencies_closure0, A._GeneratedNumbersState__onChanged__closure, A._GeneratedNumbersState__onSavePressed_closure, A._GeneratedNumbersState__onSavePressed_closure0, A._GeneratedNumbersState_build_closure0, A._GeneratedNumbersState_build__closure16, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure15, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build_closure6, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build__closure10, A._GeneratedNumbersState_build__closure9, A._GeneratedNumbersState_build__closure8, A._GeneratedNumbersState_build__closure7, A._GeneratedNumbersState_build__closure6, A._GeneratedNumbersState_build__closure5, A._GeneratedNumbersState_build__closure4, A._GeneratedNumbersState_build__closure3, A._GeneratedNumbersState_build__closure2, A._GeneratedNumbersState_build__closure1, A._GeneratedNumbersState_build__closure0, A._GeneratedNumbersState_build__closure, A._EntityNumberSettingsState_dispose_closure, A._EntityNumberSettingsState_didChangeDependencies_closure, A._EntityNumberSettingsState_didChangeDependencies_closure0, A._EntityNumberSettingsState_build_closure0, A.HelpPanel_build_closure, A.HelpPanel_build_closure0, A.HelpPanel_build_closure1, A.HelpPanel_build_closure2, A.GeneratedNumbersVM_fromStore_closure0, A.GeneratedNumbersVM_fromStore_closure, A._ImportExportState_build_closure0, A._ImportExportState_build_closure, A._ImportExportState_build_closure3, A._ImportExportState_build_closure2, A._ImportExportState_build_closure5, A._ImportExportState_build_closure4, A._ImportExportState_build_closure7, A._ImportExportState_build_closure6, A._ImportExportState_build_closure9, A._ImportExportState_build_closure8, A._ImportExportState_build__closure0, A._ImportExportState_build__closure1, A._FileImportState_uploadJsonFile_closure0, A._FileImportState_uploadJsonFile_closure1, A._FileImportState_uploadFile_closure0, A._FileImportState_uploadFile_closure1, A._FileImportState_build_closure0, A._FileImportState_build_closure, A._FileImportState_build_closure2, A._FileImportState_build_closure3, A.__FileMapperState_build_closure, A.__FileMapperState_build_closure0, A.__FileMapperState_build_closure1, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure2, A.__FileMapperState_build_closure3, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure2, A._FieldMapper_build__closure, A._FieldMapper_build_closure1, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_didChangeDependencies_closure, A._InvoiceDesignState_didChangeDependencies_closure0, A._InvoiceDesignState__onChanged_closure, A._InvoiceDesignState_dispose_closure, A._InvoiceDesignState_build_closure76, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build__closure29, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build__closure26, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build__closure23, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure31, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure32, A._InvoiceDesignState_build_closure33, A._InvoiceDesignState_build_closure34, A._InvoiceDesignState_build_closure35, A._InvoiceDesignState_build_closure36, A._InvoiceDesignState_build_closure37, A._InvoiceDesignState_build_closure38, A._InvoiceDesignState_build_closure39, A._InvoiceDesignState_build_closure40, A._InvoiceDesignState_build_closure41, A._InvoiceDesignState_build_closure42, A._InvoiceDesignState_build_closure43, A._InvoiceDesignState_build_closure44, A._InvoiceDesignState_build_closure45, A._InvoiceDesignState_build_closure46, A._InvoiceDesignState_build_closure47, A._InvoiceDesignState_build_closure48, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure50, A._InvoiceDesignState_build_closure51, A._InvoiceDesignState_build_closure52, A._InvoiceDesignState_build_closure53, A._InvoiceDesignState_build_closure54, A._InvoiceDesignState_build_closure55, A._InvoiceDesignState_build_closure56, A._InvoiceDesignState_build_closure57, A._InvoiceDesignState_build_closure58, A._InvoiceDesignState_build_closure59, A._InvoiceDesignState_build_closure60, A._InvoiceDesignState_build_closure61, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure63, A._InvoiceDesignState_build_closure64, A._InvoiceDesignState_build_closure65, A._InvoiceDesignState_build_closure66, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure67, A._InvoiceDesignState_build_closure68, A._InvoiceDesignState_build_closure69, A._InvoiceDesignState_build_closure70, A._InvoiceDesignState_build_closure71, A._InvoiceDesignState_build_closure72, A._InvoiceDesignState_build_closure73, A._InvoiceDesignState_build_closure74, A._InvoiceDesignState_build_closure75, A._PdfPreviewState__loadPdf_closure0, A._PdfPreviewState_build_closure, A.InvoiceDesignVM_fromStore_closure, A.InvoiceDesignVM_fromStore___closure, A.InvoiceDesignVM_fromStore____closure, A.InvoiceDesignVM_fromStore_____closure, A.InvoiceDesignVM_fromStore_____closure0, A._LocalizationSettingsState_dispose_closure, A._LocalizationSettingsState_didChangeDependencies_closure, A._LocalizationSettingsState_didChangeDependencies_closure0, A._LocalizationSettingsState_build_closure, A._LocalizationSettingsState_build_closure1, A._LocalizationSettingsState_build__closure13, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure12, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure11, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure9, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure14, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A._AddCompanyDialogState_build_closure1, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._PaymentSettingsState_didChangeDependencies_closure, A._PaymentSettingsState_didChangeDependencies_closure0, A._PaymentSettingsState__onChanged_closure, A._PaymentSettingsState_build_closure, A._PaymentSettingsState_build__closure13, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure11, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure12, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure10, A._PaymentSettingsState_build_closure4, A._PaymentSettingsState_build__closure9, A._PaymentSettingsState_build_closure5, A._PaymentSettingsState_build__closure8, A._PaymentSettingsState_build_closure6, A._PaymentSettingsState_build__closure7, A._PaymentSettingsState_build_closure7, A._PaymentSettingsState_build__closure6, A._PaymentSettingsState_build_closure8, A._PaymentSettingsState_build__closure5, A._PaymentSettingsState_build_closure9, A._PaymentSettingsState_build__closure4, A._PaymentSettingsState_build_closure10, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure11, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure12, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure13, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure14, A._PaymentSettingsState_build__closure, A.PaymentSettingsVM_fromStore_closure0, A.PaymentSettingsVM_fromStore_closure1, A.PaymentSettingsVM_fromStore_closure, A.PaymentSettingsVM_fromStore_closure2, A._ProductSettingsState_didChangeDependencies_closure, A._ProductSettingsState_didChangeDependencies_closure0, A._ProductSettingsState_dispose_closure, A._ProductSettingsState__onChanged_closure, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure9, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure8, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure7, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure6, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure5, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure6, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure7, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure8, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure9, A._ProductSettingsState_build__closure, A.ProductSettingsVM_fromStore_closure0, A.ProductSettingsVM_fromStore_closure, A._SettingsListTileState_build_closure0, A._SettingsListTileState_build_closure1, A.SettingsSearch_build_closure0, A.SettingsListVM_fromStore_closure, A.SettingsListVM_fromStore_closure1, A.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, A._SettingsWizardState_dispose_closure, A._SettingsWizardState__validateSubdomain__closure1, A._SettingsWizardState__validateSubdomain__closure2, A._SettingsWizardState__onSavePressed__closure, A._SettingsWizardState__onSavePressed___closure0, A._SettingsWizardState__onSavePressed___closure1, A._SettingsWizardState__onSavePressed___closure2, A._SettingsWizardState__onSavePressed__closure0, A._SettingsWizardState__onSavePressed__closure2, A._SettingsWizardState_build_closure, A._SettingsWizardState_build_closure0, A._SettingsWizardState_build_closure1, A._SettingsWizardState_build_closure2, A._SettingsWizardState_build_closure3, A._SettingsWizardState_build_closure4, A._SettingsWizardState_build_closure5, A._SettingsWizardState_build__closure, A._SettingsWizardState_build_closure8, A._SettingsWizardState_build_closure7, A._TaskSettingsState_didChangeDependencies_closure, A._TaskSettingsState_didChangeDependencies_closure0, A._TaskSettingsState_dispose_closure, A._TaskSettingsState__onChanged_closure, A._TaskSettingsState_build_closure, A._TaskSettingsState_build__closure13, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure12, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure11, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure10, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure9, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure8, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure7, A._TaskSettingsState_build_closure7, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure8, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure9, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure10, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure11, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure12, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure13, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure14, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure15, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure11, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure10, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure9, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure8, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure7, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure6, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure7, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure9, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure8, A._TaxSettingsState_build_closure10, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build___closure2, A._TaxSettingsState_build____closure1, A._TaxSettingsState_build__closure, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build___closure, A._TaxSettingsState_build____closure0, A._TaxSettingsState_build_____closure, A._TaxSettingsState_build______closure, A._TaxSettingsState_build_______closure, A._TaxSettingsState_build____closure, A.NumberOfRatesSelector_build_closure, A.__EditSubregionDialogState__onDone_closure, A.__EditSubregionDialogState__onDone__closure, A.__EditSubregionDialogState__onDone___closure, A.__EditSubregionDialogState__onDone____closure, A.__EditSubregionDialogState_build_closure0, A.__EditSubregionDialogState_build_closure1, A.__EditSubregionDialogState_build_closure2, A.__EditSubregionDialogState_build_closure3, A.__EditSubregionDialogState_build_closure4, A.__EditSubregionDialogState_build_closure5, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore_closure2, A._TemplatesAndRemindersState_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure10, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure9, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure, A._ReminderSettingsState_build_closure0, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore____closure, A.TemplatesAndRemindersVM_fromStore____closure0, A.TemplatesAndRemindersVM_fromStore___closure0, A.TemplatesAndRemindersVM_fromStore___closure1, A.TemplatesAndRemindersVM_fromStore___closure2, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build_closure6, A._UserDetailsState_build__closure5, A._UserDetailsState_build__closure6, A._UserDetailsState_build__closure7, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure9, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure11, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build_closure12, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure13, A._UserDetailsState_build__closure0, A._UserDetailsState_build__closure, A._EnableTwoFactorState_initState_closure, A._EnableTwoFactorState_initState_closure0, A._EnableTwoFactorState__onSavePressed_closure1, A._EnableTwoFactorState__onSavePressed_closure2, A._EnableTwoFactorState_build_closure, A._EnableTwoFactorState_build_closure1, A._EnableTwoFactorState_build_closure0, A.UserDetailsVM_fromStore_closure, A.UserDetailsVM_fromStore_closure5, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore____closure2, A.UserDetailsVM_fromStore___closure9, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure5, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure4, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build_closure5, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure6, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, A.WorkflowSettingsVM_fromStore_closure1, A.WorkflowSettingsVM_fromStore_closure, A._SubscriptionEditState_didChangeDependencies_closure, A._SubscriptionEditState_didChangeDependencies_closure0, A._SubscriptionEditState_dispose_closure, A._SubscriptionEditState__onChanged_closure, A._SubscriptionEditState_build_closure33, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure30, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure29, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure27, A._SubscriptionEditState_build___closure7, A._SubscriptionEditState_build__closure28, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure6, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure24, A._SubscriptionEditState_build___closure5, A._SubscriptionEditState_build__closure25, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure4, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure22, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure26, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure27, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure28, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure29, A._SubscriptionEditState_build_closure30, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure32, A._SubscriptionEditState_build___closure, A.SubscriptionEditScreen_build_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, A.SubscriptionListItem_build_closure, A.SubscriptionListVM_fromStore__handleRefresh, A.SubscriptionListVM_fromStore_closure, A.SubscriptionListVM_fromStore_closure0, A.SubscriptionScreen_build_closure7, A.SubscriptionScreen_build_closure4, A.SubscriptionScreen_build_closure0, A.SubscriptionScreen_build_closure1, A.SubscriptionScreen_build_closure2, A.SubscriptionScreen_build_closure3, A.SubscriptionViewScreen_build_closure0, A._UpdateDialogState_updateApp__closure0, A._UpdateDialogState_updateApp__closure1, A._TaskEditState_build_closure1, A._TaskEditState_build_closure2, A._TaskEditDesktopState_didChangeDependencies_closure, A._TaskEditDesktopState_didChangeDependencies_closure0, A._TaskEditDesktopState_dispose_closure, A._TaskEditDesktopState__onChanged_closure, A._TaskEditDesktopState_build_closure, A._TaskEditDesktopState_build_closure0, A._TaskEditDesktopState_build_closure2, A._TaskEditDesktopState_build__closure10, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure9, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build___closure1, A._TaskEditDesktopState_build___closure0, A._TaskEditDesktopState_build___closure, A._TaskEditDetailsState_didChangeDependencies_closure, A._TaskEditDetailsState_didChangeDependencies_closure0, A._TaskEditDetailsState_dispose_closure, A._TaskEditDetailsState__onChanged_closure, A._TaskEditDetailsState_build_closure0, A._TaskEditDetailsState_build__closure2, A._TaskEditDetailsState_build_closure, A._TaskEditDetailsState_build_closure1, A._TaskEditDetailsState_build__closure1, A._TaskEditDetailsState_build_closure2, A._TaskEditDetailsState_build_closure3, A._TaskEditDetailsState_build__closure0, A._TaskEditDetailsState_build_closure4, A._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, A._TaskEditTimesState__showTaskTimeEditor_closure, A._TaskEditTimesState__showTaskTimeEditor__closure, A._TaskEditTimesState_build_closure, A._TaskEditTimesState_build_closure0, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure2, A.TimeEditDetailsState_build_closure3, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build_closure5, A.TimeEditDetailsState_build__closure, A.TaskEditTimesScreen_build_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, A.TaskEditScreen_build_closure0, A.TaskEditVM_TaskEditVM$fromStore_closure0, A.TaskEditVM_TaskEditVM$fromStore__closure, A.TaskEditVM_TaskEditVM$fromStore_closure, A.TaskEditVM_TaskEditVM$fromStore___closure, A.TaskEditVM_TaskEditVM$fromStore___closure0, A.TaskEditVM_TaskEditVM$fromStore___closure1, A.TaskEditVM_TaskEditVM$fromStore____closure, A._KanbanTaskCardState_build_closure, A._KanbanTaskCardState_build__closure4, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build_closure9, A._KanbanTaskCardState_build_closure6, A._KanbanTaskCardState_build__closure2, A._KanbanTaskCardState_build_closure7, A._KanbanStatusCardState__onSavePressed_closure, A._KanbanStatusCardState_build_closure, A._KanbanStatusCardState_build_closure0, A.KanbanViewState__initBoard_closure, A.KanbanViewState__onBoardChanged_closure, A.KanbanViewState_build_closure, A.KanbanViewState_build_closure0, A.KanbanViewState_build____closure3, A.KanbanViewState_build__closure3, A.KanbanViewState_build__closure4, A.KanbanViewState_build___closure3, A.KanbanViewState_build___closure2, A.KanbanVM_fromStore_closure, A.KanbanVM_fromStore_closure1, A.KanbanVM_fromStore__closure, A.KanbanVM_fromStore_closure0, A.KanbanVM_fromStore__closure0, A.KanbanVM_fromStore__closure1, A.KanbanVM_fromStore__closure2, A.KanbanVM_fromStore__closure3, A.TaskListItem_build__closure, A.TaskListItem_build__closure3, A.TaskListVM_fromStore__handleRefresh, A.TaskListVM_fromStore_closure0, A.TaskListVM_fromStore_closure, A.TaskPresenter_getField_closure, A.TaskPresenter_getField_closure0, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure1, A.TaskScreen_build_closure2, A.TaskScreen_build_closure17, A.TaskScreen_build_closure13, A.TaskScreen_build_closure9, A.TaskScreen_build_closure10, A.TaskScreen_build_closure11, A.TaskScreen_build_closure12, A._TaskViewState_build_closure, A._TaskOverviewState_initState_closure, A._TaskOverviewState_build__buildView_closure, A._TaskOverviewState_build__buildView__closure, A.TaskViewScreen_build_closure0, A.TaskViewVM_TaskViewVM$fromStore__handleRefresh, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore___closure, A._TaskStatusEditState_didChangeDependencies_closure, A._TaskStatusEditState_didChangeDependencies_closure0, A._TaskStatusEditState_dispose_closure, A._TaskStatusEditState__onChanged_closure, A._TaskStatusEditState_build_closure0, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build___closure, A.TaskStatusEditScreen_build_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, A._TaskStatusListState_build_closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build__closure, A.TaskStatusScreen_build__closure0, A.TaskStatusScreen_build_closure5, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusScreen_build_closure4, A.TaskStatusViewScreen_build_closure0, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState_build_closure, A.TaxRateEditScreen_build_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore____closure, A.TaxRateListItem_build_closure, A.TaxRateListVM_fromStore__handleRefresh, A.TaxRateListVM_fromStore_closure, A.TaxRateListVM_fromStore_closure0, A.TaxRateSettingsScreen_build_closure3, A.TaxRateSettingsScreen_build_closure0, A.TaxRateViewScreen_build_closure0, A._TokenEditState_didChangeDependencies_closure, A._TokenEditState_didChangeDependencies_closure0, A._TokenEditState_dispose_closure, A._TokenEditState__onChanged_closure, A._TokenEditState_build_closure0, A._TokenEditState_build_closure, A._TokenEditState_build__closure, A.TokenEditScreen_build_closure0, A.TokenEditVM_TokenEditVM$fromStore_closure, A.TokenEditVM_TokenEditVM$fromStore_closure1, A.TokenEditVM_TokenEditVM$fromStore_closure0, A.TokenEditVM_TokenEditVM$fromStore____closure, A.TokenEditVM_TokenEditVM$fromStore____closure0, A.TokenEditVM_TokenEditVM$fromStore_____closure, A.TokenListItem_build_closure, A.TokenListVM_fromStore__handleRefresh, A.TokenListVM_fromStore_closure, A.TokenListVM_fromStore_closure0, A.TokenScreen_build_closure7, A.TokenScreen_build_closure4, A.TokenScreen_build_closure0, A.TokenScreen_build_closure1, A.TokenScreen_build_closure2, A.TokenScreen_build_closure3, A.TokenViewScreen_build_closure0, A._TransactionEditState_didChangeDependencies_closure, A._TransactionEditState_didChangeDependencies_closure0, A._TransactionEditState_dispose_closure, A._TransactionEditState__onChanged__closure, A._TransactionEditState_build_closure0, A._TransactionEditState_build_closure1, A._TransactionEditState_build_closure, A._TransactionEditState_build__closure, A._TransactionEditState_build___closure3, A._TransactionEditState_build___closure2, A._TransactionEditState_build__closure1, A._TransactionEditState_build__closure2, A._TransactionEditState_build__closure3, A._TransactionEditState_build___closure1, A._TransactionEditState_build__closure6, A._TransactionEditState_build___closure, A._TransactionEditState_build__closure4, A._TransactionEditState_build___closure0, A._TransactionEditState_build__closure8, A._TransactionEditState_build__closure7, A.TransactionEditScreen_build_closure0, A.TransactionEditVM_TransactionEditVM$fromStore_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure1, A.TransactionEditVM_TransactionEditVM$fromStore_closure0, A.TransactionEditVM_TransactionEditVM$fromStore___closure, A.TransactionEditVM_TransactionEditVM$fromStore___closure0, A.TransactionEditVM_TransactionEditVM$fromStore____closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure0, A.TransactionListItem_build__closure, A.TransactionListItem_build__closure3, A.TransactionListVM_fromStore__handleRefresh, A.TransactionListVM_fromStore_closure, A.TransactionListVM_fromStore_closure0, A.TransactionPresenter_getField_closure, A.TransactionPresenter_getField_closure0, A.TransactionPresenter_getField_closure1, A.TransactionPresenter_getField_closure2, A.TransactionScreen_build_closure, A.TransactionScreen_build_closure0, A.TransactionScreen_build_closure1, A.TransactionScreen_build_closure2, A.TransactionScreen_build_closure3, A.TransactionScreen_build_closure13, A.TransactionScreen_build_closure10, A.TransactionScreen_build_closure6, A.TransactionScreen_build_closure7, A.TransactionScreen_build_closure8, A.TransactionScreen_build_closure9, A._TransactionViewState_build_closure, A._TransactionViewState_build_closure0, A._TransactionViewState_build_closure1, A._MatchDepositsState_initState_closure, A._MatchDepositsState_updateInvoiceList_closure, A._MatchDepositsState_updatePaymentList_closure, A._MatchDepositsState_build_closure, A._MatchDepositsState_build_closure0, A._MatchDepositsState_build_closure1, A._MatchDepositsState_build_closure2, A._MatchDepositsState_build_closure5, A._MatchDepositsState_build_closure8, A._MatchDepositsState_build_closure9, A._MatchDepositsState_build__closure, A._MatchWithdrawalsState_updateCategoryList_closure, A._MatchWithdrawalsState_updateVendorList_closure, A._MatchWithdrawalsState_updateExpenseList_closure, A._MatchWithdrawalsState_build_closure, A._MatchWithdrawalsState_build_closure0, A._MatchWithdrawalsState_build_closure1, A._MatchWithdrawalsState_build_closure2, A._MatchWithdrawalsState_build_closure5, A._MatchWithdrawalsState_build_closure6, A._MatchWithdrawalsState_build____closure1, A._MatchWithdrawalsState_build_____closure, A._MatchWithdrawalsState_build_closure11, A._MatchWithdrawalsState_build__closure6, A._MatchWithdrawalsState_build__closure7, A._MatchWithdrawalsState_build___closure2, A._MatchWithdrawalsState_build____closure0, A._MatchWithdrawalsState_build_closure16, A._MatchWithdrawalsState_build__closure1, A._MatchWithdrawalsState_build__closure2, A._MatchWithdrawalsState_build___closure0, A._MatchWithdrawalsState_build____closure, A._MatchWithdrawalsState_build__closure, A.TransactionViewScreen_build_closure0, A.TransactionViewScreen_build__closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure1, A.TransactionViewVM_TransactionViewVM$fromStore__closure, A._TransactionRuleEditState_didChangeDependencies_closure, A._TransactionRuleEditState_didChangeDependencies_closure0, A._TransactionRuleEditState_dispose_closure, A._TransactionRuleEditState__onChanged__closure, A._TransactionRuleEditState_build_closure0, A._TransactionRuleEditState_build_closure1, A._TransactionRuleEditState_build_closure, A._TransactionRuleEditState_build__closure, A._TransactionRuleEditState_build__closure0, A._TransactionRuleEditState_build__closure1, A._TransactionRuleEditState_build___closure9, A._TransactionRuleEditState_build__closure2, A._TransactionRuleEditState_build___closure8, A._TransactionRuleEditState_build___closure6, A._TransactionRuleEditState_build___closure7, A._TransactionRuleEditState_build___closure5, A._TransactionRuleEditState_build___closure3, A._TransactionRuleEditState_build___closure4, A._TransactionRuleEditState_build__closure7, A._TransactionRuleEditState_build___closure1, A._TransactionRuleEditState_build___closure2, A._TransactionRuleEditState_build__closure9, A._TransactionRuleEditState_build___closure, A._TransactionRuleEditState_build___closure0, A.__RuleCriteriaState_build_closure, A.__RuleCriteriaState_build___closure1, A.__RuleCriteriaState_build_closure0, A.__RuleCriteriaState_build___closure0, A.__RuleCriteriaState_build_closure1, A.__RuleCriteriaState_build___closure, A.__RuleCriteriaState_build_closure2, A.__RuleCriteriaState_build_closure3, A.TransactionRuleEditScreen_build_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure, A.TransactionRuleListItem_build_closure, A.TransactionRuleListVM_fromStore__handleRefresh, A.TransactionRuleListVM_fromStore_closure, A.TransactionRuleListVM_fromStore_closure0, A.TransactionRuleScreen_build_closure7, A.TransactionRuleScreen_build_closure4, A.TransactionRuleScreen_build_closure0, A.TransactionRuleScreen_build_closure1, A.TransactionRuleScreen_build_closure2, A.TransactionRuleScreen_build_closure3, A.TransactionRuleViewScreen_build_closure0, A._UserEditState_didChangeDependencies_closure, A._UserEditState_didChangeDependencies_closure0, A._UserEditState_dispose_closure, A._UserEditState__onChanged_closure, A._UserEditState__togglePermission_closure, A._UserEditState__togglePermission_closure0, A._UserEditState_build_closure15, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure12, A._UserEditState_build_closure3, A._UserEditState_build__closure11, A._UserEditState_build_closure4, A._UserEditState_build__closure9, A._UserEditState_build__closure10, A._UserEditState_build_closure5, A._UserEditState_build__closure7, A._UserEditState_build__closure8, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure13, A._UserEditState_build_closure14, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, A.UserEditScreen_build_closure0, A.UserEditVM_UserEditVM$fromStore_closure, A.UserEditVM_UserEditVM$fromStore_closure1, A.UserEditVM_UserEditVM$fromStore_closure0, A.UserEditVM_UserEditVM$fromStore___closure0, A.UserEditVM_UserEditVM$fromStore___closure1, A.UserEditVM_UserEditVM$fromStore____closure, A.UserListItem_build_closure, A.UserListVM_fromStore__handleRefresh, A.UserListVM_fromStore_closure, A.UserListVM_fromStore_closure0, A.UserScreen_build_closure7, A.UserScreen_build_closure4, A.UserScreen_build_closure0, A.UserScreen_build_closure1, A.UserScreen_build_closure2, A.UserScreen_build_closure3, A.UserViewScreen_build_closure0, A._VendorEditState_build_closure, A._VendorEditState_build_closure0, A.VendorEditAddressState_didChangeDependencies_closure, A.VendorEditAddressState_didChangeDependencies_closure0, A.VendorEditAddressState_dispose_closure, A.VendorEditAddressState__onChanged_closure, A.VendorEditAddressState_build_closure, A.VendorEditAddressState_build__closure, A._VendorEditContactsState__showContactEditor_closure, A._VendorEditContactsState__showContactEditor__closure, A._VendorEditContactsState_build_closure, A._VendorEditContactsState_build_closure0, A.VendorContactEditDetailsState_didChangeDependencies_closure, A.VendorContactEditDetailsState_didChangeDependencies_closure0, A.VendorContactEditDetailsState_dispose_closure, A.VendorContactEditDetailsState__onChanged_closure, A.VendorContactEditDetailsState_build_closure, A.VendorContactEditDetailsState_build_closure0, A.VendorContactEditDetailsState_build_closure1, A.VendorContactEditDetailsState_build_closure2, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build_closure5, A.VendorContactEditDetailsState_build_closure6, A.VendorContactEditDetailsState_build_closure7, A.VendorContactEditDetailsState_build_closure8, A.VendorContactEditDetailsState_build_closure9, A.VendorContactEditDetailsState_build_closure10, A.VendorContactEditDetailsState_build___closure, A.VendorContactEditDetailsState_build__closure1, A.VendorContactEditDetailsState_build__closure, A.VendorEditContactsScreen_build_closure0, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, A.VendorEditDetailsState_didChangeDependencies_closure, A.VendorEditDetailsState_didChangeDependencies_closure0, A.VendorEditDetailsState_dispose_closure, A.VendorEditDetailsState__onChanged_closure, A.VendorEditDetailsState_build_closure, A.VendorEditDetailsState_build_closure0, A.VendorEditDetailsState_build__closure0, A.VendorEditDetailsState_build_closure2, A.VendorEditDetailsState_build__closure, A.VendorEditDetailsState_build_closure1, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditSettingsState_build_closure, A.VendorEditSettingsState_build__closure0, A.VendorEditSettingsState_build_closure0, A.VendorEditSettingsState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, A.VendorListItem_build__closure, A.VendorListItem_build__closure3, A.VendorListVM_fromStore__handleRefresh, A.VendorListVM_fromStore_closure, A.VendorListVM_fromStore_closure0, A.VendorPresenter_getField_closure, A.VendorScreen_build_closure7, A.VendorScreen_build_closure4, A.VendorScreen_build_closure0, A.VendorScreen_build_closure1, A.VendorScreen_build_closure2, A.VendorScreen_build_closure3, A._VendorViewState_build_closure, A._VendorViewDetailsState_build__buildDetailsList_closure, A._VendorViewFullwidthState_build__closure1, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore___closure, A._WebhookEditState_didChangeDependencies_closure, A._WebhookEditState_didChangeDependencies_closure0, A._WebhookEditState_dispose_closure, A._WebhookEditState__onChanged_closure, A._WebhookEditState_build_closure0, A._WebhookEditState_build_closure, A._WebhookEditState_build__closure, A._WebhookEditState_build__closure1, A._WebhookEditState_build___closure4, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure2, A._WebhookEditState_build___closure3, A._WebhookEditState_build__closure3, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure0, A._WebhookEditState_build__closure6, A._WebhookEditState_build____closure, A.WebhookEditScreen_build_closure0, A.WebhookEditVM_WebhookEditVM$fromStore_closure, A.WebhookEditVM_WebhookEditVM$fromStore_closure1, A.WebhookEditVM_WebhookEditVM$fromStore_closure0, A.WebhookEditVM_WebhookEditVM$fromStore___closure, A.WebhookEditVM_WebhookEditVM$fromStore___closure0, A.WebhookEditVM_WebhookEditVM$fromStore____closure, A.WebhookViewScreen_build_closure0, A.WebhookListItem_build_closure, A.WebhookListVM_fromStore__handleRefresh, A.WebhookListVM_fromStore_closure, A.WebhookListVM_fromStore_closure0, A.WebhookScreen_build_closure7, A.WebhookScreen_build_closure4, A.WebhookScreen_build_closure0, A.WebhookScreen_build_closure1, A.WebhookScreen_build_closure2, A.WebhookScreen_build_closure3, A.snackBarCompleter_closure, A.snackBarCompleter_closure0, A.snackBarCompleter__closure, A.loadDesign_closure, A.loadDesign_closure0, A.showRefreshDataDialog_closure, A.showErrorDialog_closure, A.showMessageDialog_closure, A.confirmCallback_closure, A.confirmCallback__closure, A.confirmCallback__closure0, A.confirmCallback__closure1, A.passwordCallback_closure0, A.passwordCallback__closure0, A.passwordCallback__closure, A.passwordCallback_closure3, A._PasswordConfirmationState_build_closure0, A._PasswordConfirmationState_build_closure1, A.fieldCallback_closure, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure0, A.cloneToDialog_closure, A.changeTaskStatusDialog_closure, A.changeTaskStatusDialog_closure0, A.changeTaskStatusDialog__closure, A.changeTaskStatusDialog____closure, A.addToInvoiceDialog_closure, A.addToInvoiceDialog_closure0, A.addToInvoiceDialog__closure, A.addToInvoiceDialog____closure, A._RunTemplateDialogState_build__closure1, A._RunTemplateDialogState_build__closure3, A._RunTemplateDialogState_build__closure4, A._RunTemplateDialogState_build_closure2, A._RunTemplateDialogState_build_closure3, A._RunTemplateDialogState_build_closure4, A._RunTemplateDialogState_build_closure5, A.EnumUtils_fromString_closure, A.AttributedTextMarkdownSerializer__encodeLinkMarker_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesString_closure, A.matchesString_closure0, A.matchesStringsValue_closure, A.getRandomString_closure, A._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showEditorToolbar_closure0, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState__showImageToolbar_closure0, A._ExampleEditorState_build_closure, A._ExampleEditorState__buildEditor_closure, A._ExampleEditorState__buildEditor_closure0, A._ExampleEditorState__buildMountedToolbar_closure, A._EditorToolbarState__getSelectedLinkSpans_closure, A._EditorToolbarState__onLinkPressed_closure, A._EditorToolbarState_build_closure, A._EditorToolbarState__buildUrlField_closure0, A._EditorToolbarState__buildUrlField_closure, A._ImageFormatToolbarState_build_closure, A._PositionedToolbar_build_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_closure, A.WebUtils_microsoftLogin_closure, A.WebUtils_microsoftLogin_closure0, A.linkify_closure, A.EmailLinkifier_parse_closure, A.UrlLinkifier_parse_closure, A.Element_textContent_closure, A.BlockSyntax_isAtBlockEnd_closure, A.BlockquoteSyntax_parseChildLines_closure, A.ListSyntax_parse_tryMatch, A.ParagraphSyntax__extractReflinkDefinitions_lineStartsReflinkDefinition, A.InlineParser_closure, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__processEmphasis_closure0, A.LinkSyntax_closure, A.ImageSyntax__createNode_closure, A.memo1_closure, A.memo3_closure, A.memo4_closure, A.memo5_closure, A.memo6_closure, A.memo7_closure, A.memo8_closure, A.memo9_closure, A.memo10_closure, A.RenderOverflowView_resetOffstage_closure, A.RenderOverflowView_performFixedLayout_getChildOffset, A.RenderOverflowView_visitOnlyOnStageChildren_closure, A.RenderOverflowView_paint_paintChild, A.RenderOverflowView_hitTestChildren_closure, A._RenderIosPagedMenu__scheduleUpdateControllerPageCount_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A._PinchZoomState_build_closure0, A._PinchZoomState_build_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildPinput__closure0, A._PinputState__buildPinput__closure1, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields_onlyFields_closure, A._SeparatedRaw_build_closure, A._PinputAnimatedCursorState__startCursorAnimation_closure, A._registerFactory_closure, A.PrintingPlugin_layoutPdf_closure, A.PrintingPlugin_layoutPdf_closure0, A.PrintingPlugin_raster_closure, A.PrintingPlugin_raster_closure0, A.MethodChannelPrinting__handleMethod_closure, A.PdfPreviewCustomState_didChangeDependencies_closure, A.PdfPreviewState_didChangeDependencies_closure, A.PdfPreviewState_build_closure, A.PdfRaster_toImage_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SdkVersion_toJson_closure, A.SharedPreferencesPlugin__getFilteredKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.OnBuilder_closure, A.OnBuilder_closure0, A._MyStatefulWidgetState_initState_closure, A.ReactiveModelImp_setStateNullable_closure0, A.ReactiveModelImp_initialize_closure, A.ReactiveModelImp__handleAsyncState_closure, A.ReactiveModelImp__handleAsyncState__closure0, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand__convertLinesToParagraphs_closure, A._EditorSelectionAndFocusPolicyState__onFocusChange_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState_build_closure, A._DocumentMouseInteractorState_build_closure0, A._DocumentMouseInteractorState__buildCursorStyle_closure, A._DocumentMouseInteractorState__buildCursorStyle__closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_dispose_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__configureScrollController_closure, A._AndroidDocumentTouchInteractorState__onScrollActivityChange_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_initState_closure1, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__configureScrollController_closure, A._IOSDocumentTouchInteractorState__onScrollActivityChange_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState_build_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A.DocumentImeInputClient_updateEditingValueWithDeltas_closure, A.DocumentImeInputClient__sendDocumentToIme_closure, A._DocumentSelectionOpenAndCloseImePolicyState_didUpdateWidget_closure, A._SoftwareKeyboardOpenerState_dispose_closure, A.KeyboardEditingToolbar_build_closure, A.SuperEditorImeInteractorState_initState_closure0, A._DocumentScrollableState_initState_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.SuperEditorState__updateComposerPreferencesAtSelection_closure, A.SuperEditorState__updateComposerPreferencesAtSelection_closure0, A.SuperEditorState__buildDocumentLayout_closure, A.TaskComponentBuilder_createViewModel_closure, A._TaskComponentState_build_closure, A._TaskComponentState_build_closure0, A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputeTextSpan_computeTextSpan_closure, A.RenderContentLayers_attach_closure, A.RenderContentLayers_detach_closure, A.RenderContentLayers_performLayout_closure, A.Scheduler_runAsSoonAsPossible_closure, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandles_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._AndroidEditingOverlayControlsState_didChangeMetrics_closure, A._AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure, A._AndroidEditingOverlayControlsState_build_closure, A._AndroidEditingOverlayControlsState_build_closure0, A._AndroidEditingOverlayControlsState__buildToolbar_closure, A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure, A.AndroidTextFieldTouchInteractorState__onScrollChange_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.SuperAndroidTextFieldState_initState_closure, A.SuperAndroidTextFieldState_dispose_closure, A.SuperAndroidTextFieldState_didChangeMetrics_closure, A.SuperAndroidTextFieldState__showEditingControlsOverlay_closure, A.SuperAndroidTextFieldState_build_closure, A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure, A.SuperDesktopTextFieldState_build_closure, A.SuperDesktopTextFieldState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure2, A._SuperTextFieldImeInteractorState_initState_closure, A._SuperTextFieldImeInteractorState_didUpdateWidget_closure, A.SuperTextFieldScrollviewState_didUpdateWidget_closure, A.SuperTextFieldScrollviewState__onSelectionOrContentChange_closure, A._TextScrollViewState__scheduleViewportHeightUpdateAndRebuild_closure, A.ImeAttributedTextEditingController__sendEditingValueToPlatform_closure, A.ImeAttributedTextEditingController_updateEditingValueWithDeltas_closure, A._IOSEditingControlsState_didChangeMetrics_closure, A._IOSEditingControlsState__rebuildOnNextFrame_closure, A._IOSEditingControlsState_build_closure, A._IOSEditingControlsState_build_closure0, A._IOSEditingControlsState__buildToolbar_closure, A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet_closure, A.IOSFloatingCursor_build_closure, A.IOSTextFieldTouchInteractorState__onScrollChange_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.SuperIOSTextFieldState_initState_closure, A.SuperIOSTextFieldState_dispose_closure, A.SuperIOSTextFieldState_didChangeMetrics_closure, A.SuperIOSTextFieldState__showHandles_closure, A.SuperIOSTextFieldState_build_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure, A._MaterialScrollbarState__thumbColor_closure0, A._MaterialScrollbarState__trackColor_closure0, A._MaterialScrollbarState__trackBorderColor_closure0, A._MaterialScrollbarState__thickness_closure0]); - _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.SkiaFontCollection__registerWithFontProvider_closure, A.SkiaFontCollection__registerWithFontProvider_closure0, A.SkiaFontCollection_loadAssetFonts_closure, A.SkiaFontCollection_loadAssetFonts_closure0, A.skiaDecodeImageFromPixels_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CanvasKitRenderer_initialize_closure, A.CkTextStyle_skTextStyle_closure, A.FontFallbackManager_createNotoFontTree_closure, A.FontFallbackManager_addMissingCodePoints_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.PersistedPicture__applyBitmapPaint_closure, A.HtmlRenderer_initialize_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.BrowserImageDecoder__cacheExpirationClock_closure, A.BrowserImageDecoder__getOrCreateWebDecoder_closure, A.initializeEngineServices_closure0, A.initializeEngineServices_initializeRendererCallback, A._cached_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.RawKeyboard$__closure1, A.RawKeyboard__handleHtmlEvent_closure, A.AccessibilityAnnouncements_announce_closure, A.RouteName_update_closure, A.AccessibilityFocusManager_changeFocus_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField__invokeIosWorkaround_closure, A.TextField_update_closure, A.HtmlFontCollection_loadAssetFonts_closure, A.HtmlFontCollection_loadAssetFonts_closure0, A.HtmlFontCollection_loadAssetFonts_closure1, A.SafariDesktopTextEditingStrategy_placeElement_closure, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A.EngineFlutterWindow_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A._HeaderValue__parse_done, A._HeaderValue__parse_skipWS, A._HeaderValue__parse_parseValue, A._HeaderValue__parse_parseParameters, A._HeaderValue__parse_parseParameters_parseParameterName, A._HeaderValue__parse_parseParameters_parseParameterValue, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__chainCoreFutureAsync_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A.Stream_asyncMap_closure, A.Stream_fold_closure, A.Stream_fold__closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_isEmpty_closure, A.Stream_toList_closure0, A.Stream_first_closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._rootHandleError_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readUnsized_read, A._File_readAsBytes_readSized_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.KeyData__logicalToString_closure, A.bootstrapEngine_closure0, A.BrowserPlatformLocation_getOrCreateDomEventListener_closure, A.HashUrlStrategy_addPopStateListener_closure, A.AttributedSpans_copyAttributionRegion__closure1, A.AttributedSpans_copyAttributionRegion__closure2, A.AttributedSpans_copyAttributionRegion__closure, A.AttributedSpans_copyAttributionRegion__closure0, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.CachedNetworkImageProvider__loadAsyncHttpGet_closure, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A.MemoryDirectory_createTempSync_closure, A.MemoryDirectory_createTempSync_closure0, A.MemoryDirectory_createTempSync_name, A.MemoryFile__resolvedBackingOrCreate_closure, A.MemoryFile__resolvedBackingOrCreate_closure0, A._FileSink__FileSink$fromFile_closure, A._FileSink_addStream_finish, A._MemoryFileSystem_findNode_subpath, A.MemoryFileSystemEntity_backing_closure, A.MemoryFileSystemEntity_resolvedBacking_closure, A.MemoryFileSystemEntity_resolvedBacking_closure0, A.MemoryFileSystemEntity_defaultCheckType_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onEnter_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onExit_closure, A._CupertinoTextMagnifierState_initState_closure, A._CupertinoTextMagnifierState_initState__closure, A._CupertinoTextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_closure, A._CupertinoSwitchState__onShowFocusHighlight_closure, A._CupertinoTextSelectionToolbarContentState__statusListener_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure, A._CupertinoTextSelectionToolbarButtonState__onTapDown_closure, A._CupertinoTextSelectionToolbarButtonState__onTapUp_closure, A._CupertinoTextSelectionToolbarButtonState__onTapCancel_closure, A.ToggleableStateMixin__handleTapDown_closure0, A.ToggleableStateMixin__handleTapEnd_closure0, A.ToggleableStateMixin__handleFocusHighlightChanged_closure0, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.FlutterErrorDetails_summary_closure0, A.BindingBase_initServiceExtensions_closure, A.BindingBase_initServiceExtensions_closure1, A.BindingBase_lockEvents_closure, A.BindingBase_registerServiceExtension__closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseEntryWithLineBreaks_paragraphs_addLine, A.LicenseEntryWithLineBreaks_paragraphs_getParagraph, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.DragGestureRecognizer__checkEnd_closure2, A.MultiDragGestureRecognizer__startDrag_closure, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.ScaleGestureRecognizer__reconfigure_closure1, A.ScaleGestureRecognizer__reconfigure_closure2, A.ScaleGestureRecognizer__advanceStateMachine_closure, A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.TapGestureRecognizer_handleTapUp_closure1, A.GestureArenaTeam_add_closure, A._PackagesViewState__packagesList__closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute__closure, A._ActionButton_build_closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A._BottomSheetState__handleDragStart_closure, A._BottomSheetState__handleDragEnd_closure, A._BottomSheetState__handleDragHandleHover_closure, A._BottomSheetGestureDetector_build_closure, A._ButtonStyleState_handleStatesControllerChange_closure, A._ButtonStyleState_build__closure1, A._CalendarDatePickerState__handleModeChanged_closure, A._CalendarDatePickerState__handleMonthChanged_closure, A._CalendarDatePickerState__handleYearChanged_closure, A._CalendarDatePickerState__handleDayChanged_closure, A._CalendarDatePickerState_build_closure, A._MonthPickerState__handleMonthPageChanged_closure, A._MonthPickerState__handleGridFocusChange_closure, A._MonthPickerState__handleDirectionFocus_closure, A._DayPickerState_build_closure1, A._YearPickerState__buildYearItem_closure1, A.DataTable_build_closure5, A.DataTable_build_closure6, A.DataTable_build_closure7, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createSplash_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint__closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure0, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.RadioListTile_build_closure, A.RefreshIndicatorState__handleScrollNotification_closure, A.RefreshIndicatorState__dismiss_closure, A.RefreshIndicatorState__dismiss_closure0, A.RefreshIndicatorState__show__closure, A.RefreshIndicatorState__show__closure0, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet_removePersistentSheetHistoryEntryIfNeeded, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure, A.ScaffoldState__buildBottomSheet_closure, A.ScaffoldState__buildBottomSheet_removeEntryIfNeeded, A.ScaffoldState__buildBottomSheet_closure0, A.ScaffoldState__buildBottomSheet_closure1, A.ScaffoldState__buildBottomSheet__closure, A.ScaffoldState__buildBottomSheet_closure2, A.ScaffoldState_showBottomSheet_closure, A.ScaffoldState__moveFloatingActionButton_closure, A.ScaffoldState_showBodyScrim_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SelectableTextState__onControllerChanged_closure, A._SelectableTextState__handleSelectionChanged_closure, A._SelectableTextState_build_closure, A._MaterialSwitchState__handleDragEnd_closure, A.SwitchListTile_build_closure, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure1, A._TabBarViewState__warpToAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build__closure, A._TextSelectionToolbarOverflowableState_build_closure, A._TextSelectionToolbarOverflowableState_build__closure, A.ThemeData_localize_closure, A._HourControl_build_closure1, A._HourControl_build_closure0, A._HourControl_build_closure, A._MinuteControl_build_closure1, A._MinuteControl_build_closure0, A._MinuteControl_build_closure, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialState_initState_closure, A._DialState_initState__closure0, A._DialState_initState_closure0, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__selectHour_getAmPmTime, A._DialState__build24HourRing_closure, A._DialState__build12HourRing_closure, A._DialState__buildMinutes_closure, A._TimePickerInputState__validateHour_closure, A._TimePickerInputState__validateMinute_closure, A._HourMinuteTextFieldState_initState_closure, A._HourMinuteTextFieldState_initState__closure, A._HourMinuteTextFieldState_build_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleEntryModeChanged_closure, A._TimePickerDialogState__handleOk_closure, A._TimePickerState__vibrate_closure, A._TimePickerState__handleHourMinuteModeChanged_closure, A._TimePickerState__handleEntryModeToggle_closure, A._TimePickerState__handleTimeChanged_closure, A._TimePickerState__handleHourSelected_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleStatusChanged_closure, A.TooltipState__handleStatusChanged_closure0, A.TooltipState__handleStatusChanged_closure1, A.TooltipState__handleStatusChanged_closure2, A.TooltipState__handleStatusChanged_closure3, A.TooltipState__handleStatusChanged_closure4, A.TooltipState__scheduleShowTooltip_show, A.TooltipState__scheduleShowTooltip_closure, A.TooltipState__buildTooltipOverlay_closure2, A.TooltipState__buildTooltipOverlay_closure3, A.TooltipState__buildTooltipOverlay_closure, A.TooltipState__buildTooltipOverlay_closure0, A.TooltipState__buildTooltipOverlay_closure1, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.TextPainter__computePaintOffsetFraction_closure, A.TextPainter__computePaintOffsetFraction_closure1, A.TextPainter__computePaintOffsetFraction_closure0, A.TextPainter__computePaintOffsetFraction_closure2, A.TextPainter__computePaintOffsetFraction_closure3, A.TextPainter__computePaintOffsetFraction_closure4, A.TextPainter__computePaintOffsetFraction_closure5, A.TextPainter_getOffsetForCaret_closure, A.TextPainter_getOffsetForCaret_closure0, A.TextPainter_getOffsetForCaret_closure1, A.TextPainter_getFullHeightForCaret_closure, A.RenderAnimatedSize_closure, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.Layer_addCompositionCallback_closure, A.Layer_addCompositionCallback_closure0, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__reportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderObject_toStringDeep_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.RenderSliverFloatingPersistentHeader__updateAnimation_closure, A._TaskEntry_run_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.ServicesBinding__addLicenses_closure, A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__loudlyHandleTextInputInvocation_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedCrossFadeState_initState__closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A.AutofillGroupState_register_closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__onChangedClipboardStatus_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure0, A.EditableTextState_buttonItemsForToolbarOptions_closure1, A.EditableTextState_buttonItemsForToolbarOptions_closure2, A.EditableTextState_contextMenuButtonItems_closure, A.EditableTextState_contextMenuButtonItems_closure0, A.EditableTextState_contextMenuButtonItems_closure1, A.EditableTextState_contextMenuButtonItems_closure2, A.EditableTextState_contextMenuButtonItems_closure3, A.EditableTextState__onCursorTick_closure, A.EditableTextState__onCursorTick_closure0, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormState__validate_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A.GestureDetector_build_closure13, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState__getListener__closure, A._ImageState__handleImageFrame_closure, A._ImageState__handleImageChunk_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._InteractiveViewerState__onTransformationControllerChange_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromViewState__updateData_closure, A.ModalBarrier_build_handleDismiss, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A._RouteEntry_dispose__closure, A.NavigatorState__cancelActivePointers_closure, A._RenderOverflowBar_performLayout_nextChild, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._OverlayPortalState__getLocation_closure, A._OverlayPortalState_show_closure, A._OverlayPortalState_hide_closure, A._GlowController_pull_closure, A._PlatformViewLinkState__onPlatformViewCreated_closure, A.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState_cancelReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragCancel_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dropCompleted_closure, A.SliverReorderableListState__wrapWithSemantics_moveToStart, A.SliverReorderableListState__wrapWithSemantics_moveToEnd, A.SliverReorderableListState__wrapWithSemantics_moveBefore, A.SliverReorderableListState__wrapWithSemantics_moveAfter, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A._RouterState_restoreState_closure, A._RouterState_restoreState_closure0, A._RouterState_didChangeDependencies_closure, A._RouterState__handleRouteInformationProviderNotification_closure, A._RouterState__rebuild_closure, A._RouterState__handleRouterDelegateNotification_closure, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A._SelectionKeepAliveState_listensTo_closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A.ShortcutManager_handleKeypress_closure, A.ShortcutManager_handleKeypress_closure0, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure, A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure, A.BaseTapAndDragGestureRecognizer__checkTapDown_closure, A.BaseTapAndDragGestureRecognizer__checkTapUp_closure, A.BaseTapAndDragGestureRecognizer__checkDragStart_closure, A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure, A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._TextSelectionGestureDetectorState_build_closure7, A._AnimatedState__handleChange_closure, A._throttle__closure, A._ValueListenableBuilderState__valueChanged_closure, A.CacheStore__scheduleCleanup_closure, A._BlockPickerState_changeColor_closure, A._BlockPickerState_build__closure, A.JsonObjectViewerState__getList_closure, A.JsonObjectViewerState__getList__closure, A.JsonObjectViewerState_getValueWidget_closure, A.JsonObjectViewerState_getValueWidget__closure0, A.JsonObjectViewerState_getValueWidget_closure0, A.JsonObjectViewerState_getValueWidget__closure, A._JsonArrayViewerState_getInkWell_closure, A._JsonArrayViewerState_getInkWell__closure, A._JsonArrayViewerState_getValueWidget_closure, A._JsonArrayViewerState_getValueWidget__closure0, A._JsonArrayViewerState_getValueWidget_closure0, A._JsonArrayViewerState_getValueWidget__closure, A._GlobalCupertinoLocalizationsDelegate_load_closure, A._MaterialLocalizationsDelegate_load_closure, A._WidgetsLocalizationsDelegate_load_closure, A.CustomSlidableAction_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure0, A._ActionPaneState_handleRatioChanged_closure, A._SlidableState_handleActionPanelTypeChanged_closure, A.StyledToastWidgetState_initState_closure, A.StyledToastWidgetState_dismissToast_closure, A.StyledToastWidgetState_didChangeMetrics_closure, A.ToastFuture$create_closure, A.inject_closure, A.init_closure, A.Phase_startTagHtml__closure, A.InBodyPhase_startTagBody__closure, A.entitiesByFirstChar_closure, A.entitiesByFirstChar__closure, A.HtmlTokenizer_emitCurrentToken_closure, A.Rule_findRule_closure1, A._CommonRules_referenceLink_closure, A.MediaType_MediaType$parse_closure, A.BillingClientManager__connect_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure0, A.InAppPurchaseStoreKitPlatform_restorePurchases_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure0, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure1, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure2, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure3, A.NumberFormat__formatFixed_computeFractionDigits, A._CountryPickerDialogState_build__closure1, A._CountryPickerDialogState_build__closure, A._IntlPhoneFieldState_initState_closure0, A._IntlPhoneFieldState__changeCountry____closure, A._IntlPhoneFieldState__changeCountry_closure0, A.ClientEntity_primaryContact_closure0, A.ClientEntity_getContact_closure0, A.InvoiceEntity__calculateTax_closure, A.CalculateInvoiceTotal_calculateTaxes__closure0, A.CalculateInvoiceTotal_calculateTaxes__closure2, A.CalculateInvoiceTotal_calculateTaxes__closure4, A.CalculateInvoiceTotal_calculateTaxes_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure3, A.CalculateInvoiceTotal_calculateTaxes_closure5, A._$serializers_closure, A._$serializers_closure0, A._$serializers_closure1, A._$serializers_closure2, A._$serializers_closure3, A._$serializers_closure4, A._$serializers_closure5, A._$serializers_closure6, A._$serializers_closure7, A._$serializers_closure8, A._$serializers_closure9, A._$serializers_closure10, A._$serializers_closure11, A._$serializers_closure12, A._$serializers_closure13, A._$serializers_closure14, A._$serializers_closure15, A._$serializers_closure16, A._$serializers_closure17, A._$serializers_closure18, A._$serializers_closure19, A._$serializers_closure20, A._$serializers_closure21, A._$serializers_closure22, A._$serializers_closure23, A._$serializers_closure24, A._$serializers_closure25, A._$serializers_closure26, A._$serializers_closure27, A._$serializers_closure28, A._$serializers_closure29, A._$serializers_closure30, A._$serializers_closure31, A._$serializers_closure32, A._$serializers_closure33, A._$serializers_closure34, A._$serializers_closure35, A._$serializers_closure36, A._$serializers_closure37, A._$serializers_closure38, A._$serializers_closure39, A._$serializers_closure40, A._$serializers_closure41, A._$serializers_closure42, A._$serializers_closure43, A._$serializers_closure44, A._$serializers_closure45, A._$serializers_closure46, A._$serializers_closure47, A._$serializers_closure48, A._$serializers_closure49, A._$serializers_closure50, A._$serializers_closure51, A._$serializers_closure52, A._$serializers_closure53, A._$serializers_closure54, A._$serializers_closure55, A._$serializers_closure56, A._$serializers_closure57, A._$serializers_closure58, A._$serializers_closure59, A._$serializers_closure60, A._$serializers_closure61, A._$serializers_closure62, A._$serializers_closure63, A._$serializers_closure64, A._$serializers_closure65, A._$serializers_closure66, A._$serializers_closure67, A._$serializers_closure68, A._$serializers_closure69, A._$serializers_closure70, A._$serializers_closure71, A._$serializers_closure72, A._$serializers_closure73, A._$serializers_closure74, A._$serializers_closure75, A._$serializers_closure76, A._$serializers_closure77, A._$serializers_closure78, A._$serializers_closure79, A._$serializers_closure80, A._$serializers_closure81, A._$serializers_closure82, A._$serializers_closure83, A._$serializers_closure84, A._$serializers_closure85, A._$serializers_closure86, A._$serializers_closure87, A._$serializers_closure88, A._$serializers_closure89, A._$serializers_closure90, A._$serializers_closure91, A._$serializers_closure92, A._$serializers_closure93, A._$serializers_closure94, A._$serializers_closure95, A._$serializers_closure96, A._$serializers_closure97, A._$serializers_closure98, A._$serializers_closure99, A._$serializers_closure100, A._$serializers_closure101, A._$serializers_closure102, A._$serializers_closure103, A._$serializers_closure104, A._$serializers_closure105, A._$serializers_closure106, A._$serializers_closure107, A._$serializers_closure108, A._$serializers_closure109, A._$serializers_closure110, A._$serializers_closure111, A._$serializers_closure112, A._$serializers_closure113, A._$serializers_closure114, A._$serializers_closure115, A._$serializers_closure116, A._$serializers_closure117, A._$serializers_closure118, A._$serializers_closure119, A._$serializers_closure120, A._$serializers_closure121, A._$serializers_closure122, A._$serializers_closure123, A._$serializers_closure124, A._$serializers_closure125, A._$serializers_closure126, A._$serializers_closure127, A._$serializers_closure128, A._$serializers_closure129, A._$serializers_closure130, A._$serializers_closure131, A._$serializers_closure132, A._$serializers_closure133, A._$serializers_closure134, A._$serializers_closure135, A._$serializers_closure136, A._$serializers_closure137, A._$serializers_closure138, A._$serializers_closure139, A._$serializers_closure140, A._$serializers_closure141, A._$serializers_closure142, A._$serializers_closure143, A._$serializers_closure144, A._$serializers_closure145, A._$serializers_closure146, A._$serializers_closure147, A._$serializers_closure148, A._$serializers_closure149, A._$serializers_closure150, A._$serializers_closure151, A._$serializers_closure152, A._$serializers_closure153, A._$serializers_closure154, A._$serializers_closure155, A._$serializers_closure156, A._$serializers_closure157, A._$serializers_closure158, A._$serializers_closure159, A._$serializers_closure160, A._$serializers_closure161, A._$serializers_closure162, A._$serializers_closure163, A._$serializers_closure164, A._$serializers_closure165, A._$serializers_closure166, A._$serializers_closure167, A._$serializers_closure168, A._$serializers_closure169, A._$serializers_closure170, A._$serializers_closure171, A._$serializers_closure172, A._$serializers_closure173, A._$serializers_closure174, A._$serializers_closure175, A._$serializers_closure176, A._$serializers_closure177, A._$serializers_closure178, A._$serializers_closure179, A._$serializers_closure180, A._$serializers_closure181, A._$serializers_closure182, A._$serializers_closure183, A._$serializers_closure184, A._$serializers_closure185, A._$serializers_closure186, A._$serializers_closure187, A._$serializers_closure188, A._$serializers_closure189, A._$serializers_closure190, A._$serializers_closure191, A._$serializers_closure192, A._$serializers_closure193, A._$serializers_closure194, A._$serializers_closure195, A._$serializers_closure196, A._$serializers_closure197, A._$serializers_closure198, A._$serializers_closure199, A._$serializers_closure200, A._$serializers_closure201, A._$serializers_closure202, A._$serializers_closure203, A._$serializers_closure204, A._$serializers_closure205, A._$serializers_closure206, A._$serializers_closure207, A._$serializers_closure208, A._$serializers_closure209, A._$serializers_closure210, A._$serializers_closure211, A._$serializers_closure212, A._$serializers_closure213, A._$serializers_closure214, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.handleClientAction___closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A.handleCreditAction_closure2, A._createViewDashboard__closure, A.handleDocumentAction_showDocument, A.handleDocumentAction_showDocument__closure, A.handleDocumentAction_downloadDocument, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction___closure, A.handleProductAction___closure, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleRecurringInvoiceAction__closure0, A.handleRecurringInvoiceAction__closure1, A._viewReports__closure, A._viewSettings__closure, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A.BottomButtons_build_closure, A.BottomButtons_build_closure0, A._ChangeLayoutBannerState_build_closure, A._ChangeLayoutBannerState_build__closure0, A._ChangeLayoutBannerState_build_closure0, A.ConfirmEmail_build_closure, A.ConfirmEmailVM_fromStore_closure0, A.ConfirmEmailVM_fromStore_closure1, A.ConfirmEmailVM_fromStore_closure, A.CopyToClipboard_build_closure, A._DesktopSessionTimeoutState_initState__closure, A._DesktopSessionTimeoutState_build_closure, A._DesktopSessionTimeoutState_build___closure, A.MessageDialog_build_closure0, A.MessageDialog_build_closure1, A.ErrorDialog_build_closure, A.ErrorDialog_build_closure0, A.ErrorDialog_build_closure1, A._HealthCheckDialogState_runCheck_closure, A._HealthCheckDialogState_runCheck__closure, A._HealthCheckDialogState_clearCache_closure, A._HealthCheckDialogState_build_closure, A._HealthCheckDialogState_build_closure0, A._HealthCheckDialogState_build_closure1, A._HealthListTile_build_closure, A.MultiSelectListState_build__closure3, A.MultiSelectListState_build__closure2, A.MultiSelectListState_build___closure, A.MultiSelectListState_build__closure1, A.MultiSelectListState_build_closure6, A.MultiSelectListState_build__closure0, A.MultiSelectListState_build_closure7, A.MultiSelectListState_build__closure, A.MultiSelectListState_build_closure8, A.MultiSelectListState_build_closure9, A._DocumentGridState_build__closure4, A._DocumentGridState_build__closure3, A._DocumentGridState_build___closure0, A._DocumentGridState_build___closure, A.DocumentTile_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure10, A.EditScaffold_build_closure0, A.EditScaffold_build_closure1, A.EditScaffold_build__closure0, A.EditScaffold_build_closure4, A.EditScaffold_build_closure5, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure2, A._EntityListTileState_build_closure1, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure1, A._EntitiesListTileState_build_closure0, A._EntityDropdownState_build_closure, A._EntityDropdownState_build_closure0, A._EntityDropdownState_build_closure6, A._EntityDropdownState_build_closure7, A._EntityDropdownDialogState_build__headerRow, A._EntityDropdownDialogState_build__headerRow__closure0, A._EntityDropdownDialogState_build__headerRow_closure0, A._EntityDropdownDialogState_build__headerRow_closure1, A._EntityDropdownDialogState_build__createList, A.EntityAutocompleteListTile_build_closure, A.EntityHeader_build__value1, A.EntityHeader_build__value2, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure1, A.EntityTopFilter_build_closure4, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure6, A.EntityTopFilterHeader_build_closure, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build_closure4, A.BoolDropdownButton_build_closure2, A.BoolDropdownButton_build_closure4, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, A._CustomFieldState_build__closure, A._DatePickerState__onFoucsChanged_closure, A._DatePickerState_build_closure, A._DatePickerState_build_closure0, A._DatePickerState_build__closure, A._DecoratedFormFieldState_build_closure, A._DecoratedFormFieldState_build__closure, A._DurationPickerState__onFoucsChanged_closure, A._DurationPickerState_build__closure, A._GrowableFormFieldState__onFoucsChanged_closure, A.LearnMoreUrl_build_closure, A._PasswordFormFieldState_build_closure, A._PasswordFormFieldState_build__closure, A.SaveCancelButtons_build__closure0, A.SaveCancelButtons_build__closure, A._TimePickerState__onFoucsChanged_closure, A._TimePickerState_build_closure, A._TimePickerState_build__closure1, A.HistoryDrawer_build__closure, A.HistoryDrawer_build_closure0, A._HistoryListTileState_build_closure, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure, A._InvoiceEmailViewState__buildEdit_closure, A._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A._LinkTextRelatedEntityState_build__closure, A._LinkTextRelatedEntityState_build__closure0, A._LinkTextRelatedEntityState_build_closure0, A._LinkTextRelatedEntityState_build_closure, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure, A._ListFilterState_build_closure1, A._ListFilterState_build__closure5, A.ListScaffold_build_closure, A.ListScaffold_build__closure0, A.ListScaffold_build_closure1, A.ListScaffold_build_closure2, A.ListScaffold_build_closure5, A.ListScaffold_build_closure3, A.ListScaffold_build__closure, A.ActivityListTile_build_closure, A.AppListTile_build_closure, A.FilterListTile_build__closure, A._LiveTextState_initState__closure, A.MainScreen_build__closure, A._MenuDrawerState_build__companyListItem__closure0, A._MenuDrawerState_build__companyListItem__closure, A._MenuDrawerState_build__companyListItem_closure0, A._MenuDrawerState_build__companyListItem_closure1, A._MenuDrawerState_build_closure4, A._MenuDrawerState_build_closure5, A._MenuDrawerState_build_closure6, A._MenuDrawerState_build_closure7, A._MenuDrawerState_build_closure8, A._MenuDrawerState_build_closure9, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, A._MenuDrawerState_build_closure13, A._MenuDrawerState_build_closure12, A._MenuDrawerState_build_closure14, A._MenuDrawerState_build_closure15, A._DrawerTileState_build_closure, A._DrawerTileState_build_closure0, A._DrawerTileState_build_closure1, A._DrawerTileState_build_closure2, A._DrawerTileState_build__closure0, A._DrawerTileState_build__closure, A.SidebarFooter_build_closure, A.SidebarFooter_build__closure3, A.SidebarFooter_build__closure4, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure2, A.SidebarFooter_build_closure4, A.SidebarFooter_build_closure5, A.SidebarFooter_build_closure6, A.SidebarFooter_build_closure7, A.SidebarFooter_build_closure8, A.SidebarFooter_build_closure9, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._showAbout__closure12, A._ContactUsDialogState__sendMessage_closure, A._ContactUsDialogState__sendMessage__closure0, A._ContactUsDialogState__sendMessage__closure, A._ContactUsDialogState_build_closure, A._ContactUsDialogState_build_closure0, A._ContactUsDialogState_build__closure, A.MenuDrawerVM_fromStore__closure1, A._theState_closure, A._SelectRow_build_closure, A._DropDownMultiSelectState_initState__closure, A._DropDownMultiSelectState_build__closure, A._DropDownMultiSelectState_build___closure0, A._DropDownMultiSelectState_build___closure1, A.PortalLinks_build_closure, A.PortalLinks_build_closure0, A.SearchText_build_closure, A._AccountSmsVerificationState__sendCode_closure, A._AccountSmsVerificationState__sendCode__closure0, A._AccountSmsVerificationState__sendCode__closure, A._AccountSmsVerificationState__verifyCode_closure, A._AccountSmsVerificationState__verifyCode__closure0, A._AccountSmsVerificationState__verifyCode__closure, A._AccountSmsVerificationState_build_closure2, A._AccountSmsVerificationState_build_closure3, A._AccountSmsVerificationState_build_closure4, A._AccountSmsVerificationState_build_closure5, A._UserSmsVerificationState__sendCode_closure, A._UserSmsVerificationState__sendCode__closure0, A._UserSmsVerificationState__sendCode__closure, A._UserSmsVerificationState__verifyCode_closure, A._UserSmsVerificationState__verifyCode__closure0, A._UserSmsVerificationState__verifyCode__closure, A._UserSmsVerificationState_build_closure0, A._UserSmsVerificationState_build_closure1, A._UserSmsVerificationState_build_closure2, A._UserSmsVerificationState_build_closure3, A._SystemLogViewerState_build__closure, A._SystemLogViewerState_build___closure, A._SystemLogViewerState_build____closure, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure3, A.EntityDataTableSource_getRow__closure0, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure6, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure7, A._EntityListState_build__closure12, A._UpgradeDialogState_initState_closure0, A._UpgradeDialogState_initStoreInfo_closure, A._UpgradeDialogState_initStoreInfo_closure0, A._UpgradeDialogState_initStoreInfo_closure1, A._UpgradeDialogState_initStoreInfo_closure2, A._UpgradeDialogState_build_closure, A._UpgradeDialogState_build_closure0, A._UpgradeDialogState_build_closure1, A._UpgradeDialogState__buildProductList__closure, A._UpgradeDialogState_showPendingUI_closure, A._UpgradeDialogState_deliverProduct_closure, A._UpgradeDialogState_handleError_closure, A._VariableGrid_build___closure, A.ViewScaffold_build_closure, A.ViewScaffold_build_closure0, A.ViewScaffold_build_closure1, A.ViewScaffold_build_closure2, A.ViewScaffold_build_closure6, A.ViewScaffold_build_closure3, A.ViewScaffold_build__closure, A._LoginState__submitSignUpForm_closure, A._LoginState__submitSignUpForm__closure1, A._LoginState__submitSignUpForm__closure0, A._LoginState__submitSignUpForm__closure, A._LoginState__submitLoginForm_closure, A._LoginState__submitLoginForm__closure0, A._LoginState__submitLoginForm__closure, A._LoginState_build_closure0, A._LoginState_build_closure, A._LoginState_build__closure7, A._LoginState_build_closure1, A._LoginState_build__closure6, A._LoginState_build__closure5, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build_closure10, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build__closure2, A._LoginState_build_closure13, A._LoginState_build__closure1, A._LoginState_build_closure14, A._LoginState_build__closure0, A._LoginState_build_closure15, A._LoginState_build__closure, A._LoginState_build_closure16, A._LoginState_build_closure17, A.BankAccountListItem_build_closure1, A.BankAccountListItem_build_closure0, A.BankAccountListVM_fromStore_closure1, A.BankAccountScreen_build_closure15, A.BankAccountScreen_build_closure14, A.BankAccountScreen_build_closure, A.BankAccountScreen_build_closure0, A.BankAccountScreen_build_closure1, A.BankAccountScreen_build_closure2, A.BankAccountScreen_build_closure3, A.BankAccountScreen_build_closure4, A.BankAccountScreen_build_closure11, A._BankAccountEditState__onChanged_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore__closure, A._BankAccountViewState_build_closure, A.BankAccountViewVM_BankAccountViewVM$fromStore_closure, A.ClientListItem_build__closure2, A.ClientListItem_build__closure1, A.ClientListItem_build__closure5, A.ClientListItem_build__closure4, A.ClientListVM_fromStore_closure1, A._ClientPdfViewState_loadPDF_closure, A._ClientPdfViewState_loadPDF__closure1, A._ClientPdfViewState_loadPDF__closure, A._ClientPdfViewState_build__closure6, A._ClientPdfViewState_build__closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build_closure8, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure9, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure12, A.ClientPresenter_getField_closure, A.ClientScreen_build_closure10, A.ClientScreen_build_closure9, A.ClientScreen_build_closure, A.ClientScreen_build_closure6, A._ClientEditState_build__closure, A.ClientEditBillingAddressState__onChanged_closure0, A.ClientEditBillingAddressState_build_closure0, A._ClientEditContactsState_build__closure, A._ClientEditContactsState_build_closure1, A.ContactEditDetailsState__onChanged_closure0, A.ContactEditDetailsState_build__closure0, A.ContactEditDetailsState_build_closure13, A.ContactEditDetailsState_build_closure14, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, A.ClientEditDetailsState__onChanged_closure0, A.ClientEditFooter_build_closure, A.ClientEditNotesState__onChanged_closure0, A.ClientEditSettingsState__onChanged_closure0, A.ClientEditShippingAddressState__onChanged_closure0, A.ClientEditShippingAddressState_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure3, A.ClientEditVM_ClientEditVM$fromStore_closure2, A.ClientEditVM_ClientEditVM$fromStore__closure1, A._ClientViewState_build__closure, A._ClientViewState_build__closure0, A._ClientViewState_build__closure1, A._ClientViewState_build__closure2, A._ClientViewState_build__closure3, A._ClientViewState_build__closure4, A._ClientViewDetailsState_build__buildDetailsList, A._ClientViewDetailsState_build__buildDetailsList__closure1, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure2, A._ClientViewDetailsState_build__buildDetailsList___closure, A._ClientViewDetailsState_build__buildDetailsList_closure0, A._ClientViewDetailsState_build__buildDetailsList__closure0, A._ClientViewDetailsState_build__buildDetailsList_closure1, A._ClientViewDetailsState_build__buildDetailsList__closure, A._ClientViewDetailsState_build__buildDetailsList_closure2, A._ClientViewDetailsState_build__buildDetailsList_closure3, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewFullwidthState_build__closure6, A._ClientViewFullwidthState_build__closure7, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A.ClientViewPaymentMethods_build__closure0, A.ClientViewPaymentMethods_build__closure1, A.ClientViewPaymentMethods_build__closure2, A._CompanyGatewayListState_build_closure1, A._CompanyGatewayListState_build__closure, A.CompanyGatewayListItem_build_closure0, A.CompanyGatewayScreen_build_closure11, A.CompanyGatewayScreen_build_closure10, A.CompanyGatewayScreen_build_closure1, A.CompanyGatewayScreen_build_closure3, A.CompanyGatewayScreen_build_closure9, A.CompanyGatewayScreenVM_fromStore__closure, A._CompanyGatewayEditState_build_closure1, A._CompanyGatewayEditState_build_closure2, A._CompanyGatewayEditState_build__closure, A.GatewayConfigSettings_build_closure, A._LimitEditorState__onTextChange_closure, A._LimitEditorState_build__closure0, A._LimitEditorState_build__closure, A._FeesEditorState__onChanged_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, A._CompanyGatewayViewState_build_closure1, A._CompanyGatewayViewState_build_closure, A._CompanyGatewayViewState_build_closure0, A._CompanyGatewayOverview_build_closure, A._CompanyGatewayOverview_build_closure0, A._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditPresenter_getField_closure, A.CreditScreen_build_closure10, A.CreditScreen_build_closure9, A.CreditScreen_build_closure, A.CreditScreen_build_closure6, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__closure1, A._DashboardChartState__onSelectionChanged_closure1, A._DashboardChartState_build__closure, A._DashboardChartState_build___closure, A._DashboardDateRangePickerState_build__closure6, A._DashboardDateRangePickerState_build__closure5, A._DashboardDateRangePickerState_build__closure4, A._DashboardDateRangePickerState_build__closure3, A._DashboardDateRangePickerState_build__closure2, A._DashboardDateRangePickerState_build__closure1, A._DashboardDateRangePickerState_build__closure0, A._DashboardDateRangePickerState_build_closure9, A.DashboardPanels__header_closure__showSettings, A.DashboardPanels__header__closure5, A.DashboardPanels__header__closure6, A.DashboardPanels__header__closure7, A.DashboardPanels__header__closure8, A.DashboardPanels__runningTasks__closure2, A.DashboardPanels__runningTasks__closure1, A.DashboardPanels__runningTasks__closure0, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A.DashboardPanels_build__closure4, A.DashboardPanels_build__closure6, A.DashboardPanels_build__closure8, A.DashboardPanels_build__closure10, A.DashboardPanels_build__closure12, A.__OverviewPanelState_build_closure0, A.__DashboardSettingsState_build__closure9, A.__DashboardSettingsState_build__closure8, A.__DashboardSettingsState_build__closure7, A.__DashboardSettingsState_build_closure3, A.__DashboardSettingsState_build_closure4, A.__DashboardSettingsState_build__closure3, A.__DashboardSettingsState_build_closure5, A.__DashboardSettingsState_build__closure5, A.__DashboardSettingsState_build_closure7, A.__DashboardSettingsState_build__closure1, A.__DashboardSettingsState_build__closure, A._DashboardFieldState_build__closure2, A._DashboardFieldState_build__closure1, A._DashboardFieldState_build_closure2, A._DashboardFieldState_build_closure3, A._DashboardScreenState_build__closure1, A._DashboardScreenState_build_closure1, A._DashboardScreenState_build_closure2, A._DashboardScreenState_build__closure, A._DashboardScreenState_build_closure4, A._CustomTabBarView_build__closure, A._CustomTabBarView_build_closure0, A._CustomTabBarView_build_closure1, A._CustomTabBarView_build_closure2, A.DashboardVM_fromStore_closure6, A.SidebarScaffold_build_closure, A._DashboardSidebar_build_closure, A.DesignListItem_build_closure1, A.DesignListItem_build_closure0, A.DesignListVM_fromStore_closure1, A.DesignScreen_build_closure10, A.DesignScreen_build_closure9, A.DesignScreen_build_closure, A.DesignScreen_build_closure6, A._DesignEditState__onChanged_closure0, A._DesignEditState__onHtmlChanged_closure, A._DesignEditState__onHtmlChanged__closure, A._DesignEditState__loadPreview_closure, A._DesignEditState__loadPreview__closure, A._DesignEditState__setDraftMode_closure, A._DesignSettingsState_build_closure4, A._DesignSettingsState_build_closure5, A._DesignSettingsState_build_closure6, A.__DesignImportDialogState_build_closure0, A.__DesignImportDialogState_build_closure1, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build__closure2, A.DocumentListItem_build__closure1, A.DocumentListItem_build__closure5, A.DocumentListItem_build__closure4, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure14, A.DocumentScreen_build_closure13, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A.DocumentEditVM_DocumentEditVM$fromStore__closure, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditNotesState_build_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure18, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure13, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A._ExpenseViewState_build__closure2, A.ExpenseViewDocuments_build_closure0, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, A.ExpenseCategoryListItem_build_closure1, A.ExpenseCategoryListItem_build_closure0, A.ExpenseCategoryListVM_fromStore_closure1, A.ExpenseCategoryScreen_build_closure10, A.ExpenseCategoryScreen_build_closure9, A.ExpenseCategoryScreen_build_closure, A.ExpenseCategoryScreen_build_closure6, A._ExpenseCategoryViewState_build_closure, A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, A._GroupEditState__onChanged_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A._GroupViewState_build_closure1, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ContactListTileState_build_closure2, A._ContactListTileState_build___closure, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure33, A.__PdfPreviewState_loadPdf_closure, A.__PdfPreviewState__loadPdf_closure, A.__PdfPreviewState__loadPdf__closure0, A.__PdfPreviewState__loadPdf__closure, A.__PdfPreviewState_build_closure, A.__PdfPreviewState_build__closure0, A.__PdfPreviewState_build_closure0, A.__PdfPreviewState_build__closure, A.InvoiceEditDetailsState__onChanged_closure0, A.InvoiceEditDetailsState_build_closure32, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure2, A.ItemEditDetailsState_build__closure1, A.ItemEditDetailsState_build__closure0, A.ItemEditDetailsState_build__closure, A._InvoiceEditItemsDesktopState__updateTable_closure, A._InvoiceEditItemsDesktopState__onChanged_closure, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build__closure35, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure32, A._InvoiceEditItemsDesktopState_build__closure21, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2, A._InvoiceItemSelectorState__toggleEntity_closure, A._InvoiceItemSelectorState_build__productList, A._InvoiceItemSelectorState_build__productList__closure0, A._InvoiceItemSelectorState_build__taskList, A._InvoiceItemSelectorState_build__taskList__closure0, A._InvoiceItemSelectorState_build__expenseList, A._InvoiceItemSelectorState_build__expenseList__closure0, A._InvoiceItemSelectorState_build__closure0, A._InvoiceItemSelectorState_build_closure3, A._InvoiceItemSelectorState_build__closure, A._InvoiceItemSelectorState_build_closure4, A._InvoiceItemSelectorState_build_closure5, A.InvoiceTaxDetails_build_closure, A.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure1, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure0, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure2, A._InvoicePdfViewState_build_closure3, A._InvoicePdfViewState_build_closure4, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure20, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure15, A._InvoiceViewState_build__closure5, A._InvoiceViewState_build__closure, A._InvoiceViewState_build__closure0, A._InvoiceViewState_build__closure1, A._InvoiceViewState_build__closure2, A._InvoiceViewState_build__closure3, A._InvoiceViewState_build__closure4, A._InvitationListTile_build_closure0, A._InvitationListTile_build_closure2, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_closure15, A._PaymentEditState_build_closure16, A._PaymentableEditorState_build_closure7, A.PaymentEditVM_PaymentEditVM$fromStore__closure, A.PaymentListItem_build__closure2, A.PaymentListItem_build__closure1, A.PaymentListItem_build__closure5, A.PaymentListItem_build__closure4, A.PaymentListVM_fromStore_closure1, A.PaymentScreen_build_closure21, A.PaymentScreen_build_closure20, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure16, A._PaymentRefundState__onChanged_closure, A._PaymentRefundState_build_onSavePressed_closure, A._PaymentRefundState_build_closure6, A._PaymentRefundState_build_closure7, A._PaymentableEditorState_build__closure2, A._PaymentableEditorState_build_closure12, A._PaymentViewState_build__closure2, A._PaymentViewState_build__closure, A._PaymentViewState_build__closure0, A._PaymentViewState_build__closure1, A._PaymentTermEditState__onChanged_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, A.PaymentTermListItem_build_closure1, A.PaymentTermListItem_build_closure0, A.PaymentTermListVM_fromStore_closure1, A.PaymentTermScreen_build_closure10, A.PaymentTermScreen_build_closure9, A.PaymentTermScreen_build_closure, A.PaymentTermScreen_build_closure6, A._PaymentTermViewState_build_closure, A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, A._ProductEditState__onChanged_closure0, A.ProductEditVM_ProductEditVM$fromStore__closure, A.ProductListItem_build__closure2, A.ProductListItem_build__closure1, A.ProductListItem_build__closure5, A.ProductListItem_build__closure4, A.ProductListVM_fromStore_closure1, A.ProductScreen_build_closure11, A.ProductScreen_build_closure10, A.ProductScreen_build_closure, A.ProductScreen_build_closure0, A.ProductScreen_build_closure7, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProductViewState_build__closure1, A.ProductViewDocuments_build_closure0, A._ProjectEditState__onChanged_closure0, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build__closure1, A.ProjectViewDocuments_build_closure0, A._ProjectOverviewState_initState__closure, A._ProjectOverviewState_build__buildView, A._ProjectOverviewState_build_closure, A._PurchaseOrderEditState_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1, A.PurchaseOrderListItem_build__closure2, A.PurchaseOrderListItem_build__closure1, A.PurchaseOrderListItem_build__closure5, A.PurchaseOrderListItem_build__closure4, A.PurchaseOrderListVM_fromStore_closure1, A.PurchaseOrderPresenter_getField_closure, A.PurchaseOrderScreen_build_closure16, A.PurchaseOrderScreen_build_closure15, A.PurchaseOrderScreen_build_closure3, A.PurchaseOrderScreen_build_closure11, A._QuoteEditState_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuotePresenter_getField_closure, A.QuoteScreen_build_closure18, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure13, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure17, A.RecurringExpenseScreen_build_closure16, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure12, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure17, A.RecurringInvoiceScreen_build_closure16, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure6, A.ReportsScreen_build_closure27, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure21, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure24, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure26, A._ReportDataTableState_didChangeDependencies_closure, A.ReportResult_tableColumns_closure, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters__closure3, A.ReportResult_tableFilters___closure, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportsScreenVM_fromStore__closure, A._ScheduleEditState__onChanged_closure, A._ScheduleEditState_build___closure6, A._ScheduleEditState_build__closure16, A.ScheduleEditVM_ScheduleEditVM$fromStore__closure, A.ScheduleListItem_build_closure1, A.ScheduleListItem_build_closure0, A.ScheduleListVM_fromStore_closure1, A.ScheduleScreen_build_closure10, A.ScheduleScreen_build_closure9, A.ScheduleScreen_build_closure, A.ScheduleScreen_build_closure6, A._ScheduleViewState_build_closure, A.ScheduleViewVM_ScheduleViewVM$fromStore_closure, A._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure6, A._AccountOverview_build_closure7, A._AccountOverview_build_closure8, A._AccountOverview_build_closure9, A._AccountOverview_build_closure10, A._AccountOverview_build_closure11, A._AccountOverview_build_closure12, A._AccountOverview_build_closure13, A.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._ClientPortalState__validateSubdomain_closure, A._ClientPortalState__validateSubdomain_closure0, A._ClientPortalState__validateSubdomain__closure, A._ClientPortalState__validateSubdomain__closure0, A._ClientPortalState__validateSubdomain___closure0, A._ClientPortalState__validateSubdomain___closure, A._ClientPortalState__onChanged_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure10, A._ClientPortalState_build_closure12, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure17, A.CompanyDetailsVM_fromStore__closure4, A._CustomFormFieldState_build_closure0, A._CustomFormFieldState_build__closure, A.CustomFieldsVM_fromStore__closure, A._DeviceSettingsState_build__closure6, A._DeviceSettingsState_build__closure5, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure21, A._DeviceSettingsState_build_closure22, A.DeviceSettingsVM_fromStore_closure20, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A._EmailSettingsState_build_closure22, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure7, A.ExpenseSettingsVM_fromStore__closure, A._GeneratedNumbersState__onChanged_closure, A._EntityNumberSettingsState__onChanged_closure, A._EntityNumberSettingsState_build_closure, A.HelpPanel_build__closure, A.GeneratedNumbersVM_fromStore__closure, A._ImportExportState_build__closure9, A._ImportExportState_build__closure10, A._ImportExportState_build_closure1, A._ImportExportState_build__closure8, A._ImportExportState_build__closure7, A._ImportExportState_build__closure6, A._ImportExportState_build__closure5, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure12, A._ImportExportState_build__closure, A._ImportExportState_build___closure0, A._ImportExportState_build___closure, A._FileImportState_uploadJsonFile_closure, A._FileImportState_uploadJsonFile__closure0, A._FileImportState_uploadJsonFile__closure, A._FileImportState_uploadFile_closure, A._FileImportState_uploadFile__closure0, A._FileImportState_uploadFile__closure, A._FileImportState_build_closure1, A._FileImportState_build__closure1, A._FileImportState_build__closure0, A._FileImportState_build__closure, A._FileImportState_build_closure4, A.__FileMapperState_build__closure5, A.__FileMapperState_build__closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build_closure5, A.__FileMapperState_build_closure6, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState__onChanged_closure0, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build__closure28, A._InvoiceDesignState_build__closure27, A._InvoiceDesignState_build__closure25, A._InvoiceDesignState_build__closure24, A._InvoiceDesignState_build__closure22, A._InvoiceDesignState_build__closure21, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build_closure10, A._PdfPreviewState__loadPdf_closure, A._PdfPreviewState__loadPdf_closure1, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build_closure15, A._AddCompanyDialogState_build_closure, A._AddCompanyDialogState_build_closure0, A.LocalizationSettingsVM_fromStore__closure, A._PaymentSettingsState_build_closure15, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A._SettingsListTileState_build__closure0, A._SettingsListTileState_build__closure, A._SettingsListTileState_build_closure, A.SettingsSearch_build_closure1, A.SettingsSearch_build_closure2, A.SettingsListVM_fromStore_closure2, A._SettingsWizardState__validateSubdomain_closure, A._SettingsWizardState__validateSubdomain__closure, A._SettingsWizardState__validateSubdomain__closure0, A._SettingsWizardState__validateSubdomain___closure0, A._SettingsWizardState__validateSubdomain___closure, A._SettingsWizardState__onSavePressed____closure0, A._SettingsWizardState__onSavePressed____closure, A._SettingsWizardState__onSavePressed___closure, A._SettingsWizardState__onSavePressed__closure1, A._SettingsWizardState_build__closure1, A._SettingsWizardState_build__closure0, A._SettingsWizardState_build_closure9, A._SettingsWizardState_build_closure10, A._TaskSettingsState_build_closure3, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build___closure1, A._TaxSettingsState_build___closure0, A.__EditSubregionDialogState_build_closure, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onTextChanged_closure, A._TemplatesAndRemindersState__onTabChanged_closure, A._TemplatesAndRemindersState__renderTemplate_closure, A._TemplatesAndRemindersState__renderTemplate__closure, A._TemplatesAndRemindersState_build__closure4, A._TemplatesAndRemindersState_build_closure8, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build_closure7, A._EnableTwoFactorState_initState__closure, A._EnableTwoFactorState__onSavePressed_closure, A._EnableTwoFactorState__onSavePressed_closure0, A._EnableTwoFactorState__onSavePressed__closure0, A._EnableTwoFactorState__onSavePressed__closure, A._EnableTwoFactorState_build_closure2, A._EnableTwoFactorState_build_closure3, A._EnableTwoFactorState_build_closure4, A.UserDetailsVM_fromStore__closure7, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure26, A._SubscriptionEditState_build__closure23, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure31, A._SubscriptionEditState_build__closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, A.SubscriptionListItem_build_closure1, A.SubscriptionListItem_build_closure0, A.SubscriptionListVM_fromStore_closure1, A.SubscriptionScreen_build_closure10, A.SubscriptionScreen_build_closure9, A.SubscriptionScreen_build_closure, A.SubscriptionScreen_build_closure6, A._SubscriptionViewState_build_closure1, A._SubscriptionViewState_build_closure0, A._SubscriptionViewState_build_closure, A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, A._UpdateDialogState_build_closure, A._UpdateDialogState_build_closure0, A._UpdateDialogState_build_closure1, A._UpdateDialogState_build_closure2, A._UpdateDialogState_build_closure3, A._UpdateDialogState_build_closure4, A._UpdateDialogState_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBar_build_closure, A._BottomBar_build_closure0, A._TaskEditDesktopState__onChanged_closure0, A._TaskEditDesktopState_build___closure6, A._TaskEditDesktopState_build___closure5, A._TaskEditDesktopState_build___closure4, A._TaskEditDesktopState_build___closure3, A._TaskEditDesktopState_build___closure2, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build____closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure6, A.TimeEditDetailsState_build__closure5, A.TimeEditDetailsState_build__closure4, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build_closure6, A.TimeEditDetailsState_build_closure7, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, A.TaskEditVM_TaskEditVM$fromStore_closure1, A.TaskEditVM_TaskEditVM$fromStore__closure0, A._KanbanTaskCardState_build_closure1, A._KanbanTaskCardState_build__closure3, A._KanbanTaskCardState_build_closure0, A._KanbanTaskCardState_build___closure, A._KanbanTaskCardState_build__closure, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure8, A._KanbanTaskCardState_build__closure1, A._KanbanStatusCardState__onSavePressed__closure, A._KanbanStatusCardState_build_closure1, A._KanbanStatusCardState_build__closure0, A._KanbanStatusCardState_build_closure2, A._KanbanStatusCardState_build__closure, A.KanbanViewState_build___closure, A.KanbanViewState_build__closure0, A.KanbanViewState_build___closure5, A.KanbanViewState_build__closure2, A.KanbanViewState_build___closure4, A.KanbanViewState_build___closure0, A.KanbanViewState_build____closure2, A.KanbanViewState_build____closure, A.KanbanViewState_build____closure0, A.KanbanViewState_build____closure1, A.TaskListItem_build_closure1, A.TaskListItem_build_closure, A.TaskListItem_build__closure2, A.TaskListItem_build__closure1, A.TaskListItem_build__closure5, A.TaskListItem_build__closure4, A.TaskListVM_fromStore_closure1, A.TaskScreen_build_closure21, A.TaskScreen_build_closure20, A.TaskScreen_build_closure3, A.TaskScreen_build_closure4, A.TaskScreen_build_closure5, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure16, A.TaskTimeListTile_build_closure0, A.TaskTimeListTile_build_closure, A._TaskViewState_build__closure, A._TaskViewState_build__closure0, A._TaskViewState_build__closure1, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A._TaskStatusListState_build_closure1, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusScreen_build_closure11, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure7, A._TaskStatusViewState_build_closure, A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState__onChanged_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore__closure, A.TaxRateListItem_build_closure1, A.TaxRateListItem_build_closure0, A.TaxRateListVM_fromStore_closure1, A.TaxRateSettingsScreen_build_closure6, A.TaxRateSettingsScreen_build_closure5, A.TaxRateSettingsScreen_build_closure, A.TaxRateSettingsScreen_build_closure2, A._TaxRateViewState_build_closure, A.TaxRateViewVM_TaxRateViewVM$fromStore_closure, A._TokenEditState__onChanged_closure0, A.TokenEditVM_TokenEditVM$fromStore__closure, A.TokenListItem_build_closure1, A.TokenListItem_build_closure0, A.TokenListVM_fromStore_closure1, A.TokenScreen_build_closure10, A.TokenScreen_build_closure9, A.TokenScreen_build_closure, A.TokenScreen_build_closure6, A._TokenViewState_build_closure, A._TokenListTile_build_closure, A.TokenViewVM_TokenViewVM$fromStore_closure, A._TransactionEditState__onChanged_closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure1, A.TransactionListItem_build__closure2, A.TransactionListItem_build__closure1, A.TransactionListItem_build__closure5, A.TransactionListItem_build__closure4, A.TransactionListVM_fromStore_closure1, A.TransactionScreen_build_closure17, A.TransactionScreen_build_closure16, A.TransactionScreen_build_closure4, A.TransactionScreen_build_closure5, A.TransactionScreen_build_closure12, A._MatchDepositsState_build__closure12, A._MatchDepositsState_build__closure11, A._MatchDepositsState_build_closure3, A._MatchDepositsState_build__closure10, A._MatchDepositsState_build_closure4, A._MatchDepositsState_build__closure9, A._MatchDepositsState_build__closure8, A._MatchDepositsState_build_closure6, A._MatchDepositsState_build__closure7, A._MatchDepositsState_build_closure7, A._MatchDepositsState_build__closure6, A._MatchDepositsState_build__closure5, A._MatchDepositsState_build__closure4, A._MatchDepositsState_build__closure3, A._MatchDepositsState_build__closure2, A._MatchDepositsState_build__closure1, A._MatchDepositsState_build___closure0, A._MatchDepositsState_build__closure0, A._MatchDepositsState_build___closure, A._MatchDepositsState_build_closure16, A._MatchDepositsState_build_closure17, A._MatchWithdrawalsState_build__closure18, A._MatchWithdrawalsState_build__closure17, A._MatchWithdrawalsState_build_closure3, A._MatchWithdrawalsState_build__closure16, A._MatchWithdrawalsState_build_closure4, A._MatchWithdrawalsState_build__closure15, A._MatchWithdrawalsState_build__closure14, A._MatchWithdrawalsState_build__closure13, A._MatchWithdrawalsState_build__closure12, A._MatchWithdrawalsState_build__closure11, A._MatchWithdrawalsState_build__closure10, A._MatchWithdrawalsState_build___closure3, A._MatchWithdrawalsState_build__closure9, A._MatchWithdrawalsState_build_closure12, A._MatchWithdrawalsState_build__closure8, A._MatchWithdrawalsState_build_closure13, A._MatchWithdrawalsState_build__closure5, A._MatchWithdrawalsState_build___closure1, A._MatchWithdrawalsState_build__closure4, A._MatchWithdrawalsState_build_closure17, A._MatchWithdrawalsState_build__closure3, A._MatchWithdrawalsState_build_closure18, A._MatchWithdrawalsState_build__closure0, A._MatchWithdrawalsState_build___closure, A._MatchWithdrawalsState_build_closure21, A._MatchWithdrawalsState_build_closure22, A._TransactionRuleEditState__onChanged_closure, A._TransactionRuleEditState_build__closure3, A._TransactionRuleEditState_build__closure4, A._TransactionRuleEditState_build__closure5, A.__RuleCriteriaState_build__closure1, A.__RuleCriteriaState_build__closure0, A.__RuleCriteriaState_build__closure, A.__RuleCriteriaState_build_closure4, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore__closure, A.TransactionRuleListItem_build_closure1, A.TransactionRuleListItem_build_closure0, A.TransactionRuleListVM_fromStore_closure1, A.TransactionRuleScreen_build_closure10, A.TransactionRuleScreen_build_closure9, A.TransactionRuleScreen_build_closure, A.TransactionRuleScreen_build_closure6, A._TransactionRuleViewState_build_closure, A.TransactionRuleViewVM_TransactionRuleViewVM$fromStore_closure, A._UserEditState__onChanged_closure0, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build_closure12, A._UserEditState_build__closure, A._UserEditState_build__closure0, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A.UserEditVM_UserEditVM$fromStore__closure, A.UserListItem_build_closure1, A.UserListItem_build_closure0, A.UserListBuilder_build__closure_showDialog, A.UserListBuilder_build___closure, A.UserListVM_fromStore_closure1, A.UserScreen_build_closure10, A.UserScreen_build_closure9, A.UserScreen_build_closure, A.UserScreen_build_closure6, A.UserView_build_closure, A.UserViewVM_UserViewVM$fromStore_closure, A.VendorEditAddressState__onChanged_closure0, A._VendorEditContactsState_build__closure, A._VendorEditContactsState_build_closure1, A.VendorContactEditDetailsState__onChanged_closure0, A.VendorContactEditDetailsState_build__closure0, A.VendorContactEditDetailsState_build_closure11, A.VendorContactEditDetailsState_build_closure12, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, A.VendorEditDetailsState__onChanged_closure0, A.VendorEditFooter_build_closure, A.VendorEditNotesState__onChanged_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorListItem_build__closure2, A.VendorListItem_build__closure1, A.VendorListItem_build__closure5, A.VendorListItem_build__closure4, A.VendorListVM_fromStore_closure1, A.VendorPresenter_getField_closure0, A.VendorScreen_build_closure10, A.VendorScreen_build_closure9, A.VendorScreen_build_closure, A.VendorScreen_build_closure6, A._VendorViewState_build__closure, A._VendorViewState_build__closure0, A._VendorViewState_build__closure1, A._VendorViewState_build__closure2, A._VendorViewDetailsState_build__buildDetailsList, A._VendorViewDetailsState_build__buildDetailsList__closure1, A._VendorViewDetailsState_build__buildDetailsList___closure0, A._VendorViewDetailsState_build__buildDetailsList__closure2, A._VendorViewDetailsState_build__buildDetailsList___closure, A._VendorViewDetailsState_build__buildDetailsList_closure0, A._VendorViewDetailsState_build__buildDetailsList__closure0, A._VendorViewDetailsState_build__buildDetailsList_closure1, A._VendorViewDetailsState_build__buildDetailsList__closure, A._VendorViewDetailsState_build__buildDetailsList_closure2, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure0, A._VendorViewFullwidthState_build__closure2, A._VendorViewFullwidthState_build__closure3, A._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure2, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure5, A._WebhookEditState_build___closure, A.WebhookEditVM_WebhookEditVM$fromStore__closure, A._WebhookViewState_build_closure, A.TargetListTile_build_closure, A.WebhookViewVM_WebhookViewVM$fromStore_closure, A.WebhookListItem_build_closure1, A.WebhookListItem_build_closure0, A.WebhookListVM_fromStore_closure1, A.WebhookScreen_build_closure10, A.WebhookScreen_build_closure9, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_run_closure, A.SimpleDebouncer_run_closure, A.PersistDebouncer_run_closure, A.confirmCallback_closure__onPressed, A.confirmCallback__closure2, A.confirmCallback__closure3, A.passwordCallback_closure, A._PasswordConfirmationState_build_closure, A._PasswordConfirmationState_build__closure, A._PasswordConfirmationState_build_closure2, A._PasswordConfirmationState_build_closure3, A._FieldConfirmationState_build_closure1, A._FieldConfirmationState_build_closure2, A.cloneToDialog__closure, A.cloneToDialog__closure0, A.cloneToDialog__closure1, A.cloneToDialog__closure2, A.cloneToDialog__closure3, A.cloneToDialog__closure4, A.changeTaskStatusDialog___closure, A.changeTaskStatusDialog__closure0, A.addToInvoiceDialog___closure, A._RunTemplateDialogState_build_closure, A._RunTemplateDialogState_build_closure0, A._RunTemplateDialogState_build_closure1, A._RunTemplateDialogState_build__closure2, A._RunTemplateDialogState_build___closure0, A._RunTemplateDialogState_build___closure1, A._RunTemplateDialogState_build___closure, A._RunTemplateDialogState_build__closure0, A._RunTemplateDialogState_build__closure, A._ExampleEditorState_initState_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__buildUrlField_closure1, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_closure, A._FadeWidgetState_animationStatusChange_closure, A._PinputState__handleHover_closure, A._PinputState__validator_closure, A._PinputState__buildPinput_closure, A._PinputState__buildPinput_closure0, A._PinputState__buildFields_onlyFields, A.PrintingPlugin_layoutPdf__closure, A.PdfPreviewAction_build_closure, A.PdfPreviewCustomState_didChangeDependencies__closure, A.PdfPreviewCustomState__createPreview__closure, A.PdfPreviewCustomState__createPreview___closure, A.PdfPreviewCustomState__zoomPreview_closure, A.PdfPreviewCustomState__zoomPreview__closure, A.PdfPreviewCustomState_build_closure, A.PdfPreviewState_initState_closure, A.PdfPreviewState_initState__closure, A.PdfPreviewState_didUpdateWidget_closure, A.PdfPreviewState_didChangeDependencies__closure, A.PdfPreviewRaster_raster_closure, A.PdfPreviewRaster__raster_closure, A.PdfPreviewRaster__raster_closure0, A.PdfPreviewRaster__raster_closure1, A.PdfPreviewRaster__raster_closure2, A.PdfPreviewRaster__raster_closure3, A.LoggingMiddleware_call_closure, A.RoundedLoadingButtonState_initState_closure, A.RoundedLoadingButtonState_initState__closure1, A.RoundedLoadingButtonState_initState_closure0, A.RoundedLoadingButtonState_initState__closure0, A.RoundedLoadingButtonState_initState_closure2, A.RoundedLoadingButtonState_initState__closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.addToContextSet_closure, A.addToActiveReactiveModels_closure, A._MyStatefulWidgetState_initState__closure, A.InjectedImp_closure, A.IObservable_addObserver_closure, A.IObservable_addCleaner_closure, A.ReactiveModelImp_setStateNullable_closure, A.ReactiveModelImp_setStateNullable_closure1, A.ReactiveModelImp__handleAsyncState__closure, A.ReactiveModelImp__handleAsyncState_closure0, A.DocumentComposer_closure, A.MutableDocument_getRangeBetween_closure, A._CaretDocumentOverlayState__onSelectionChange_closure, A._DocumentMouseInteractorState__onPanUpdate_closure, A._DocumentMouseInteractorState__onDragEnd_closure, A._DocumentMouseInteractorState__buildGestureInput_closure, A._DocumentMouseInteractorState__buildGestureInput_closure1, A._AndroidDocumentTouchInteractorState_initState_closure, A._AndroidDocumentTouchInteractorState_initState_closure0, A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure, A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure, A._AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure, A._AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure, A._AndroidDocumentTouchEditingControlsState__onPanUpdate_closure, A._AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure, A._IOSDocumentTouchInteractorState_initState_closure, A._IOSDocumentTouchInteractorState_initState_closure0, A._IOSDocumentTouchInteractorState_didChangeDependencies__closure, A._IOSDocumentTouchInteractorState_didChangeMetrics__closure, A._IOSDocumentTouchInteractorState__onTapUp_closure, A._IOSDocumentTouchInteractorState__onTapTimeout_closure, A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure, A._IOSDocumentTouchInteractorState_build__closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._ImeFocusPolicyState__onFocusChange_closure, A._DocumentSelectionOpenAndCloseImePolicyState__onSelectionChange_closure, A.SuperEditorImeInteractorState_initState_closure, A.SuperEditorImeInteractorState_build_closure, A.SuperEditorImeInteractorState_build_closure0, A._DocumentScrollableState_initState__closure, A._DocumentScrollableState_initState__closure0, A._DocumentScrollableState_didUpdateWidget_closure, A._DocumentScrollableState_didUpdateWidget_closure0, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A.SuperEditorState__createEditContext_closure, A.SuperEditorState__createEditContext_closure0, A.SuperEditorState_build_closure, A.SuperEditorState_build_closure0, A.SuperEditorState__buildGestureSystem_closure, A.SuperEditorState__buildGestureSystem_closure0, A.SuperEditorState__buildDesktopGestureSystem__closure, A.DefaultCaretOverlayBuilder_build_closure, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.ContentLayersElement_buildLayers_closure, A._FocusWithCustomParentState__handleFocusChanged_closure, A._FocusWithCustomParentState__handleFocusChanged_closure0, A._FocusWithCustomParentState__handleFocusChanged_closure1, A._FocusWithCustomParentState__handleFocusChanged_closure2, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer_addAllowedPointer_closure1, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A._AndroidEditingOverlayControlsState_didChangeMetrics__closure, A._AndroidEditingOverlayControlsState__rebuildOnNextFrame__closure, A._AndroidEditingOverlayControlsState__onCollapsedPanStart_closure, A._AndroidEditingOverlayControlsState__onBasePanStart_closure, A._AndroidEditingOverlayControlsState__onExtentPanStart_closure, A._AndroidEditingOverlayControlsState__onPanUpdate_closure, A._AndroidEditingOverlayControlsState__onHandleDragEnd_closure, A._AndroidEditingOverlayControlsState_build__closure, A._AndroidEditingOverlayControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure, A.AndroidTextFieldTouchInteractorState__onDoubleTapDown_closure, A.AndroidTextFieldTouchInteractorState__onTextPanStart_closure, A.AndroidTextFieldTouchInteractorState__onPanUpdate_closure, A.AndroidTextFieldTouchInteractorState__onHandleDragEnd_closure, A.AndroidTextFieldTouchInteractorState_build_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultAndroidToolbarBuilder_closure, A._defaultAndroidToolbarBuilder_closure0, A._defaultAndroidToolbarBuilder_closure1, A._defaultAndroidToolbarBuilder_closure2, A.SuperDesktopTextFieldState__updateViewportHeight_closure, A.SuperDesktopTextFieldState_build__closure, A._SuperTextFieldGestureInteractorState__onTapDown_closure, A._SuperTextFieldGestureInteractorState__onDoubleTapDown_closure, A._SuperTextFieldGestureInteractorState__onTripleTapDown_closure, A._SuperTextFieldGestureInteractorState__onPanUpdate_closure, A._SuperTextFieldGestureInteractorState__onPanEnd_closure, A._SuperTextFieldGestureInteractorState__onPanCancel_closure, A._SuperTextFieldGestureInteractorState__updateDragSelection_closure, A._SuperTextFieldGestureInteractorState__clearSelection_closure, A._SuperTextFieldGestureInteractorState_build_closure, A._SuperTextFieldGestureInteractorState_build_closure1, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._TextScrollViewState__updateViewportHeightAndRebuild_closure, A._TextScrollViewState__updateViewportHeightAndRebuild_closure0, A._IOSEditingControlsState_didChangeMetrics__closure, A._IOSEditingControlsState__rebuildOnNextFrame__closure, A._IOSEditingControlsState__onBasePanStart_closure, A._IOSEditingControlsState__onExtentPanStart_closure, A._IOSEditingControlsState__onPanUpdate_closure, A._IOSEditingControlsState__onHandleDragEnd_closure, A._IOSEditingControlsState_build__closure, A._IOSEditingControlsState__scheduleRebuildBecauseTextIsNotLaidOutYet__closure, A.IOSTextFieldTouchInteractorState__onDoubleTapDown_closure, A.IOSTextFieldTouchInteractorState__onTextPanStart_closure, A.IOSTextFieldTouchInteractorState__onPanUpdate_closure, A.IOSTextFieldTouchInteractorState__onHandleDragEnd_closure, A.IOSTextFieldTouchInteractorState_build_closure0, A.IOSTextFieldTouchInteractorState_build_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultPopoverToolbarBuilder_closure, A._defaultPopoverToolbarBuilder_closure0, A._defaultPopoverToolbarBuilder_closure1, A._MaterialScrollbarState_initState_closure0, A._MaterialScrollbarState_handleThumbPressStart_closure0, A._MaterialScrollbarState_handleThumbPressEnd_closure0, A._MaterialScrollbarState_handleHover_closure1, A._MaterialScrollbarState_handleHover_closure2, A._MaterialScrollbarState_handleHoverExit_closure0, A.main_closure0, A.main_closure]); - _inheritMany(A.Closure2Args, [A.AppBootstrap__prepareAppRunner__closure, A.Surface_acquireFrame_closure, A.createDomResizeObserver_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.futureToPromise_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure, A._computeLineBreakFragments_setBreak, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A.CustomElementDimensionsProvider_closure, A._HeaderValue_toString_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A.FutureExtensions_onError_onError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._RootZone_bindBinaryCallback_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__newSet_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._BigIntImpl_hashCode_combine, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, A.Uri_splitQueryString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQuery_writeParameter, A._Uri__makeQuery_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._DataAttributeMap_forEach_closure, A._DataAttributeMap_keys_closure, A._DataAttributeMap_values_closure, A._AcceptStructuredClone_walk_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A._File_readAsBytes_readSized, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AttributedSpans_copyAttributionRegion_closure1, A.AttributedSpans_copyAttributionRegion_closure6, A.BoardListState_build_closure3, A.BoardViewState_build_closure0, A.hashObjects_closure, A.BuiltListMultimap_forEach_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, A.BuiltSetMultimap_forEach_closure, A.StandardJsonPlugin__toList_closure0, A.StandardJsonPlugin__toListUsingDiscriminator_closure0, A.loadAsyncHtmlImage_closure, A.MultiImageStreamCompleter_closure0, A.MultiImageStreamCompleter_closure1, A.BaseBarRenderer_preprocessSeries__closure, A.BaseBarRenderer_update_closure0, A.BaseBarRenderer_paint_closure, A.BaseBarRenderer_paint_closure0, A.BaseBarRenderer_paint_closure1, A.BaseBarRenderer__getSegmentsForDomainValue_closure, A._ReversedSeriesIterator_closure0, A.BaseTickDrawStrategy_collides_closure, A.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, A.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, A.CartesianChart_init_closure, A.CartesianChart_preprocessSeries_closure, A.CartesianChart_preprocessSeries_closure0, A.CartesianChart_preprocessSeries_closure1, A.CartesianChart_preprocessSeries_closure2, A.CartesianChart_onSkipLayout_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure0, A.BaseChart_configureSeries_closure0, A.BaseChart_preprocessSeries_closure1, A.BaseChart_onPostLayout_closure, A.LinePointHighlighter__updateViewData_closure, A._LinePointLayoutView_paint_closure, A._LinePointLayoutView_paint_closure0, A.SelectNearest__onSelect_closure, A.LayoutManagerImpl_paintOrderedViews_closure, A.LayoutManagerImpl_positionOrderedViews_closure, A.LineRenderer_update_closure0, A.LineRenderer_paint_closure, A.LineRenderer_paint_closure0, A.PointRenderer_paint_closure, A.PointRenderer_paint_closure0, A.BaseChartState_build_closure, A.BaseChartState_dispose_closure, A.TabularLegendLayout__buildTableFromRows_closure0, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.MemoryDirectory_createSync_closure, A.MemoryFile__doCreate_closure, A._FileSink_addStream_closure0, A._FileSink_close_closure0, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoSwitch_paint_closure, A._RenderCupertinoTextSelectionToolbarShape_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer_acceptGesture_closure0, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState__packagesList_closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransitionPainter_paint_closure, A._ZoomExitTransitionPainter_paint_closure, A._PopupMenu_build_closure0, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A._RefreshProgressIndicatorState__buildAnimation_closure, A.RefreshIndicatorState_build_closure, A.ReorderableListView_closure, A._ReorderableListViewState__proxyDecorator_closure, A.ScaffoldState_build_closure, A._StandardBottomSheetState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A.__TextFieldState_State_RestorationMixin_dispose_closure, A._TextSelectionToolbarTrailingEdgeAlignRenderBox_hitTestChildren_closure, A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure2, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A._TimePickerDialogState_build_closure, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A.__TimePickerState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure1, A.NetworkImage__loadAsync_closure, A.NetworkImage__loadAsync_closure1, A._CompoundBorder_dimensions_closure, A.paintImage_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RendererBinding_initMouseTracker_closure, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderInlineChildrenContainerDefaults_hitTestInlineChildren_closure, A.RenderParagraph_computeMinIntrinsicWidth_closure, A.RenderParagraph_computeMaxIntrinsicWidth_closure, A.RenderPhysicalModel_paint_closure, A.RenderPhysicalShape_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.RenderTable_computeDryLayout_closure, A.RenderTable_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A.SemanticsConfiguration_absorb_closure, A.CachingAssetBundle_loadStructuredBinaryData_closure0, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure0, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build__closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.EditableTextState_build_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.Element_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A.HeroController__defaultHeroFlightShuttleBuilder_closure, A._ImageState__getListener_closure, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheaterMixin_hitTestChildren_childHitTest, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A.HtmlElementView_build_closure, A._PlatformViewLinkState_build_closure, A.SliverReorderableListState__wrapWithSemantics_reorder, A._DragItemProxy_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A.__RouterState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0, A.ScrollableDetails_toString_addIfNonNull, A.ShortcutManager__indexShortcuts_closure, A.CallbackShortcuts_build_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A._RenderScaledInlineWidget_paint_closure, A._RenderScaledInlineWidget_hitTestChildren_closure, A.loadDateIntlDataIfNotLoaded_closure, A._StoreStreamListenerState_build_closure, A._RenderFlexEntranceTransition_hitTestChildren_closure, A.RenderStaggeredGrid__computeSize_computeCrossAxisCellCount, A.Element__addOuterHtml_closure, A.Phase_startTagHtml_closure, A.InBodyPhase_startTagBody_closure, A.formatStr_closure, A._separatingNewlines_closure, A._BaseRules_defaultRule_closure, A._CommonRules_paragraph_closure, A._CommonRules_lineBreak_closure, A._CommonRules_heading_closure, A._CommonRules_blockquote_closure, A._CommonRules_list_closure, A._CommonRules_listItem_closure, A._CommonRules_indentedCodeBlock_closure0, A._CommonRules_fencedCodeBlock_closure0, A._CommonRules_horizontalRule_closure, A._CommonRules_inlineLink_closure0, A._CommonRules_referenceLink_closure1, A._CommonRules_emphasis_closure, A._CommonRules_strong_closure, A._CommonRules_strike_closure, A._CommonRules_code_closure0, A._CommonRules_image_closure, A._TableRules_tableCell_closure, A._TableRules_tableRow_closure, A._TableRules_table_closure, A._TableRules_tableSection_closure, A._TableRules_captionSection_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A.IfdContainer$from_closure, A.IfdDirectory_copy_closure, A.IfdDirectory_copy_closure0, A._$ProductDetailsResponseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure, A._$SKErrorFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure, A._$SKProductWrapperFromJson_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._CountryPickerDialogState_initState_closure, A._CountryPickerDialogState_build__closure0, A._CountryPickerDialogState_build_closure0, A._IntlPhoneFieldState__changeCountry__closure, A.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure123, A.lastErrorReducer_closure, A.lastErrorReducer_closure0, A.lastErrorReducer_closure1, A.lastErrorReducer_closure2, A.lastErrorReducer_closure3, A.lastErrorReducer_closure4, A.lastErrorReducer_closure5, A.lastErrorReducer_closure6, A.lastErrorReducer_closure7, A.lastErrorReducer_closure8, A.lastErrorReducer_closure9, A.lastErrorReducer_closure10, A.lastErrorReducer_closure11, A.lastErrorReducer_closure12, A.lastErrorReducer_closure13, A.lastErrorReducer_closure14, A.lastErrorReducer_closure15, A.lastErrorReducer_closure16, A.lastErrorReducer_closure17, A.lastErrorReducer_closure18, A.lastErrorReducer_closure19, A.lastErrorReducer_closure20, A.lastErrorReducer_closure21, A.lastErrorReducer_closure22, A.lastErrorReducer_closure23, A.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.forceSelectedReducer_closure183, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.selectedIdReducer_closure338, A.selectedIdReducer_closure339, A.selectedIdReducer_closure340, A.selectedIdReducer_closure341, A.selectedIdReducer_closure342, A.selectedIdReducer_closure343, A.selectedIdReducer_closure344, A.selectedIdReducer_closure345, A.selectedIdReducer_closure346, A.selectedIdReducer_closure347, A.selectedIdReducer_closure348, A.selectedIdReducer_closure349, A.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.bankAccountListReducer_closure, A.dropdownBankAccountsSelector_closure0, A.filteredBankAccountsSelector_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__closure, A.forceSelectedReducer_closure218, A.forceSelectedReducer_closure219, A.forceSelectedReducer_closure220, A.forceSelectedReducer_closure221, A.forceSelectedReducer_closure222, A.forceSelectedReducer_closure223, A.forceSelectedReducer_closure224, A.forceSelectedReducer_closure225, A.tabIndexReducer_closure31, A.tabIndexReducer_closure32, A.saveCompleterReducer_closure2, A.cancelCompleterReducer_closure2, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure418, A.selectedIdReducer_closure419, A.selectedIdReducer_closure420, A.selectedIdReducer_closure421, A.selectedIdReducer_closure422, A.selectedIdReducer_closure423, A.selectedIdReducer_closure424, A.selectedIdReducer_closure425, A.selectedIdReducer_closure426, A.selectedIdReducer_closure427, A.selectedIdReducer_closure428, A.selectedIdReducer_closure429, A.selectedIdReducer_closure430, A.selectedIdReducer_closure431, A.selectedIdReducer_closure432, A.selectedIdReducer_closure433, A.selectedIdReducer_closure434, A.editingReducer_closure141, A.editingReducer_closure142, A.editingReducer_closure143, A.editingReducer_closure144, A.editingReducer_closure145, A.editingReducer_closure146, A.editingReducer_closure147, A.editingReducer_closure148, A.editingReducer_closure149, A.editingReducer_closure150, A.editingReducer_closure151, A.editingReducer_closure152, A.editingReducer_closure153, A.editingReducer_closure154, A.clientListReducer_closure, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.userCompanyEntityReducer_closure6, A.userCompanyEntityReducer_closure7, A.userCompanyEntityReducer_closure8, A.userCompanyEntityReducer_closure9, A.userCompanyEntityReducer_closure10, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure2, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.forceSelectedReducer_closure71, A.selectedIdReducer_closure121, A.selectedIdReducer_closure122, A.selectedIdReducer_closure123, A.selectedIdReducer_closure124, A.selectedIdReducer_closure125, A.selectedIdReducer_closure126, A.selectedIdReducer_closure127, A.selectedIdReducer_closure128, A.selectedIdReducer_closure129, A.selectedIdReducer_closure130, A.selectedIdReducer_closure131, A.selectedIdReducer_closure132, A.selectedIdReducer_closure133, A.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.companyGatewayListReducer_closure, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure162, A.selectedIdReducer_closure163, A.selectedIdReducer_closure164, A.selectedIdReducer_closure165, A.selectedIdReducer_closure166, A.selectedIdReducer_closure167, A.selectedIdReducer_closure168, A.selectedIdReducer_closure169, A.selectedIdReducer_closure170, A.selectedIdReducer_closure171, A.selectedIdReducer_closure172, A.selectedIdReducer_closure173, A.selectedIdReducer_closure174, A.selectedIdReducer_closure175, A.selectedIdReducer_closure176, A.selectedIdReducer_closure177, A.selectedIdReducer_closure178, A.selectedIdReducer_closure179, A.selectedIdReducer_closure180, A.editingReducer_closure49, A.editingReducer_closure50, A.editingReducer_closure51, A.editingReducer_closure52, A.editingReducer_closure53, A.editingReducer_closure54, A.editingReducer_closure55, A.editingReducer_closure56, A.editingReducer_closure57, A.editingReducer_closure58, A.editingReducer_closure59, A.creditListReducer_closure, A._purgeClientSuccess__closure5, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure, A.filteredCreditsSelector_closure1, A.memoizedCreditStatsForDesign_closure, A.creditStatsForDesign_closure, A.memoizedCreditStatsForClient_closure, A.creditStatsForClient_closure, A.memoizedCreditStatsForUser_closure, A.creditStatsForUser_closure, A.selectedEntitiesReducer_closure, A.selectedEntitiesReducer_closure0, A.selectedEntityTypeReducer_closure, A.showSidebarReducer_closure, A._chartInvoices_closure, A.chartQuotes_closure, A.chartPayments_closure, A.chartTasks_closure, A.chartTasks___closure, A.chartExpenses_closure, A.memoizedRunningTasks_closure0, A.runningTasks_closure, A.memoizedUpcomingInvoices_closure, A._upcomingInvoices_closure, A._upcomingInvoices_closure0, A.memoizedPastDueInvoices_closure, A._pastDueInvoices_closure, A._pastDueInvoices_closure0, A.memoizedRecentPayments_closure, A._recentPayments_closure, A._recentPayments_closure0, A.memoizedUpcomingQuotes_closure, A._upcomingQuotes_closure, A._upcomingQuotes_closure0, A.memoizedExpiredQuotes_closure, A._expiredQuotes_closure, A._expiredQuotes_closure0, A.memoizedRunningTasks_closure, A._runningTasks_closure, A._runningTasks_closure0, A.memoizedRecentTasks_closure, A._recentTasks_closure, A._recentTasks_closure0, A.memoizedRecentExpenses_closure, A._recentExpenses_closure, A._recentExpenses_closure0, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.selectedIdReducer_closure181, A.selectedIdReducer_closure182, A.selectedIdReducer_closure183, A.selectedIdReducer_closure184, A.selectedIdReducer_closure185, A.selectedIdReducer_closure186, A.selectedIdReducer_closure187, A.selectedIdReducer_closure188, A.selectedIdReducer_closure189, A.selectedIdReducer_closure190, A.selectedIdReducer_closure191, A.selectedIdReducer_closure192, A.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.designListReducer_closure, A.filteredDesignsSelector_closure0, A.handleDocumentAction__closure, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.forceSelectedReducer_closure59, A.selectedIdReducer_closure95, A.selectedIdReducer_closure96, A.selectedIdReducer_closure97, A.selectedIdReducer_closure98, A.selectedIdReducer_closure99, A.selectedIdReducer_closure100, A.selectedIdReducer_closure101, A.selectedIdReducer_closure102, A.selectedIdReducer_closure103, A.selectedIdReducer_closure104, A.selectedIdReducer_closure105, A.selectedIdReducer_closure106, A.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.editingReducer_closure32, A.documentListReducer_closure, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, A.selectedIdReducer_closure80, A.selectedIdReducer_closure81, A.selectedIdReducer_closure82, A.selectedIdReducer_closure83, A.selectedIdReducer_closure84, A.selectedIdReducer_closure85, A.selectedIdReducer_closure86, A.selectedIdReducer_closure87, A.selectedIdReducer_closure88, A.selectedIdReducer_closure89, A.selectedIdReducer_closure90, A.selectedIdReducer_closure91, A.selectedIdReducer_closure92, A.selectedIdReducer_closure93, A.selectedIdReducer_closure94, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.expenseListReducer_closure, A._purgeClientSuccess__closure13, A.memoizedExpensePurchaseOrderSelector_closure, A.expensePurchaseOrderSelector_closure, A.filteredExpensesSelector_closure0, A.memoizedExpenseStatsForVendor_closure, A.expenseStatsForVendor_closure, A.memoizedExpenseStatsForClient_closure, A.expenseStatsForClient_closure, A.memoizedClientExpenseList_closure, A.clientExpenseList_closure0, A.memoizedExpenseStatsForProject_closure, A.expenseStatsForProject_closure, A.memoizedExpenseStatsForUser_closure, A.expenseStatsForUser_closure, A.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.forceSelectedReducer_closure134, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.selectedIdReducer_closure258, A.selectedIdReducer_closure259, A.selectedIdReducer_closure260, A.selectedIdReducer_closure261, A.selectedIdReducer_closure262, A.selectedIdReducer_closure263, A.selectedIdReducer_closure264, A.selectedIdReducer_closure265, A.selectedIdReducer_closure266, A.selectedIdReducer_closure267, A.selectedIdReducer_closure268, A.selectedIdReducer_closure269, A.selectedIdReducer_closure270, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.expenseCategoryListReducer_closure, A.dropdownExpenseCategoriesSelector_closure0, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.memoizedTransactionStatsForExpenseCategory_closure, A.transactionStatsForExpenseCategory_closure, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, A.selectedIdReducer_closure109, A.selectedIdReducer_closure110, A.selectedIdReducer_closure111, A.selectedIdReducer_closure112, A.selectedIdReducer_closure113, A.selectedIdReducer_closure114, A.selectedIdReducer_closure115, A.selectedIdReducer_closure116, A.selectedIdReducer_closure117, A.selectedIdReducer_closure118, A.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.groupListReducer_closure, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure209, A.forceSelectedReducer_closure210, A.forceSelectedReducer_closure211, A.forceSelectedReducer_closure212, A.forceSelectedReducer_closure213, A.forceSelectedReducer_closure214, A.forceSelectedReducer_closure215, A.forceSelectedReducer_closure216, A.forceSelectedReducer_closure217, A.tabIndexReducer_closure29, A.tabIndexReducer_closure30, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure399, A.selectedIdReducer_closure400, A.selectedIdReducer_closure401, A.selectedIdReducer_closure402, A.selectedIdReducer_closure403, A.selectedIdReducer_closure404, A.selectedIdReducer_closure405, A.selectedIdReducer_closure406, A.selectedIdReducer_closure407, A.selectedIdReducer_closure408, A.selectedIdReducer_closure409, A.selectedIdReducer_closure410, A.selectedIdReducer_closure411, A.selectedIdReducer_closure412, A.selectedIdReducer_closure413, A.selectedIdReducer_closure414, A.selectedIdReducer_closure415, A.selectedIdReducer_closure416, A.selectedIdReducer_closure417, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, A.editingReducer_closure133, A.editingReducer_closure134, A.editingReducer_closure135, A.editingReducer_closure136, A.editingReducer_closure137, A.editingReducer_closure138, A.editingReducer_closure139, A.editingReducer_closure140, A.invoiceListReducer_closure, A._purgeClientSuccess__closure15, A.memoizedHasActiveUnpaidInvoices_closure, A.memoizedInvoiceQuoteSelector_closure, A.invoiceQuoteSelector_closure, A.dropdownInvoiceSelector_closure0, A.filteredInvoicesSelector_closure, A.filteredInvoicesSelector_closure1, A.memoizedInvoiceStatsForClient_closure, A.invoiceStatsForClient_closure, A.memoizedInvoiceStatsForDesign_closure, A.invoiceStatsForDesign_closure, A.memoizedInvoiceStatsForSubscription_closure, A.invoiceStatsForSubscription_closure, A.memoizedInvoiceStatsForProject_closure, A.invoiceStatsForProject_closure, A.memoizedQuoteStatsForProject_closure, A.quoteStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.tabIndexReducer_closure1, A.tabIndexReducer_closure2, A.selectedIdReducer_closure18, A.selectedIdReducer_closure19, A.selectedIdReducer_closure20, A.selectedIdReducer_closure21, A.selectedIdReducer_closure22, A.selectedIdReducer_closure23, A.selectedIdReducer_closure24, A.selectedIdReducer_closure25, A.selectedIdReducer_closure26, A.selectedIdReducer_closure27, A.selectedIdReducer_closure28, A.selectedIdReducer_closure29, A.selectedIdReducer_closure30, A.selectedIdReducer_closure31, A.selectedIdReducer_closure32, A.selectedIdReducer_closure33, A.selectedIdReducer_closure34, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.paymentListReducer_closure, A._purgeClientSuccess__closure1, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.selectedIdReducer_closure195, A.selectedIdReducer_closure196, A.selectedIdReducer_closure197, A.selectedIdReducer_closure198, A.selectedIdReducer_closure199, A.selectedIdReducer_closure200, A.selectedIdReducer_closure201, A.selectedIdReducer_closure202, A.selectedIdReducer_closure203, A.selectedIdReducer_closure204, A.selectedIdReducer_closure205, A.selectedIdReducer_closure206, A.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.paymentTermListReducer_closure, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure226, A.forceSelectedReducer_closure227, A.forceSelectedReducer_closure228, A.forceSelectedReducer_closure229, A.forceSelectedReducer_closure230, A.forceSelectedReducer_closure231, A.forceSelectedReducer_closure232, A.forceSelectedReducer_closure233, A.tabIndexReducer_closure33, A.tabIndexReducer_closure34, A.editingReducer_closure155, A.editingReducer_closure156, A.editingReducer_closure157, A.editingReducer_closure158, A.selectedIdReducer_closure435, A.selectedIdReducer_closure436, A.selectedIdReducer_closure437, A.selectedIdReducer_closure438, A.selectedIdReducer_closure439, A.selectedIdReducer_closure440, A.selectedIdReducer_closure441, A.selectedIdReducer_closure442, A.selectedIdReducer_closure443, A.selectedIdReducer_closure444, A.selectedIdReducer_closure445, A.selectedIdReducer_closure446, A.selectedIdReducer_closure447, A.selectedIdReducer_closure448, A.productListReducer_closure, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, A.selectedIdReducer_closure35, A.selectedIdReducer_closure36, A.selectedIdReducer_closure37, A.selectedIdReducer_closure38, A.selectedIdReducer_closure39, A.selectedIdReducer_closure40, A.selectedIdReducer_closure41, A.selectedIdReducer_closure42, A.selectedIdReducer_closure43, A.selectedIdReducer_closure44, A.selectedIdReducer_closure45, A.selectedIdReducer_closure46, A.selectedIdReducer_closure47, A.selectedIdReducer_closure48, A.selectedIdReducer_closure49, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.projectListReducer_closure, A._purgeClientSuccess__closure3, A.convertProjectToInvoiceItem_closure, A.convertProjectToInvoiceItem_closure0, A.convertProjectToInvoiceItem_closure1, A.convertProjectToInvoiceItem_closure2, A.dropdownProjectsSelector_closure0, A.filteredProjectsSelector_closure0, A.taskDurationForProject_closure, A.memoizedProjectStatsForClient_closure, A.projectStatsForClient_closure, A.memoizedProjectStatsForUser_closure, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.forceSelectedReducer_closure175, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure319, A.selectedIdReducer_closure320, A.selectedIdReducer_closure321, A.selectedIdReducer_closure322, A.selectedIdReducer_closure323, A.selectedIdReducer_closure324, A.selectedIdReducer_closure325, A.selectedIdReducer_closure326, A.selectedIdReducer_closure327, A.selectedIdReducer_closure328, A.selectedIdReducer_closure329, A.selectedIdReducer_closure330, A.selectedIdReducer_closure331, A.selectedIdReducer_closure332, A.selectedIdReducer_closure333, A.selectedIdReducer_closure334, A.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, A.editingReducer_closure103, A.editingReducer_closure104, A.editingReducer_closure105, A.editingReducer_closure106, A.editingReducer_closure107, A.editingReducer_closure108, A.editingReducer_closure109, A.editingReducer_closure110, A.editingReducer_closure111, A.editingReducer_closure112, A.editingReducer_closure113, A.purchaseOrderListReducer_closure, A.dropdownPurchaseOrdersSelector_closure0, A.filteredPurchaseOrdersSelector_closure0, A.memoizedPurchaseOrderStatsForVendor_closure, A.purchaseOrderStatsForVendor_closure, A.forceSelectedReducer_closure, A.forceSelectedReducer_closure0, A.forceSelectedReducer_closure1, A.forceSelectedReducer_closure2, A.forceSelectedReducer_closure3, A.forceSelectedReducer_closure4, A.forceSelectedReducer_closure5, A.forceSelectedReducer_closure6, A.forceSelectedReducer_closure7, A.tabIndexReducer_closure, A.tabIndexReducer_closure0, A.historyActivityIdReducer_closure, A.editingItemReducer_closure, A.editingItemReducer_closure0, A.selectedIdReducer_closure, A.selectedIdReducer_closure0, A.selectedIdReducer_closure1, A.selectedIdReducer_closure2, A.selectedIdReducer_closure3, A.selectedIdReducer_closure4, A.selectedIdReducer_closure5, A.selectedIdReducer_closure6, A.selectedIdReducer_closure7, A.selectedIdReducer_closure8, A.selectedIdReducer_closure9, A.selectedIdReducer_closure10, A.selectedIdReducer_closure11, A.selectedIdReducer_closure12, A.selectedIdReducer_closure13, A.selectedIdReducer_closure14, A.selectedIdReducer_closure15, A.selectedIdReducer_closure16, A.selectedIdReducer_closure17, A.editingReducer_closure, A.editingReducer_closure0, A.editingReducer_closure1, A.editingReducer_closure2, A.editingReducer_closure3, A.editingReducer_closure4, A.editingReducer_closure5, A.editingReducer_closure6, A.editingReducer_closure7, A.editingReducer_closure8, A.editingReducer_closure9, A.quoteListReducer_closure, A._purgeClientSuccess__closure, A.dropdownQuoteSelector_closure0, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure158, A.forceSelectedReducer_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure303, A.selectedIdReducer_closure304, A.selectedIdReducer_closure305, A.selectedIdReducer_closure306, A.selectedIdReducer_closure307, A.selectedIdReducer_closure308, A.selectedIdReducer_closure309, A.selectedIdReducer_closure310, A.selectedIdReducer_closure311, A.selectedIdReducer_closure312, A.selectedIdReducer_closure313, A.selectedIdReducer_closure314, A.selectedIdReducer_closure315, A.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.recurringExpenseListReducer_closure, A._purgeClientSuccess__closure9, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_closure, A.memoizedTransactionStatsForVendor_closure, A.transactionStatsForVendor_closure, A.memoizedRecurringExpenseStatsForUser_closure, A.recurringExpenseStatsForUser_closure, A.memoizedRecurringExpenseStatsForExpense_closure, A.recurringExpenseStatsForExpense_closure, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.selectedIdReducer_closure256, A.selectedIdReducer_closure257, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer_closure78, A.editingReducer_closure79, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer_closure84, A.editingReducer_closure85, A.editingReducer_closure86, A.recurringInvoiceListReducer_closure, A._purgeClientSuccess__closure7, A.filteredRecurringInvoicesSelector_closure0, A.memoizedRecurringInvoiceStatsForClient_closure, A.recurringInvoiceStatsForClient_closure, A.memoizedRecurringInvoiceStatsForUser_closure, A.recurringInvoiceStatsForUser_closure, A.memoizedRecurringInvoiceStatsForInvoice_closure, A.recurringInvoiceStatsForInvoice_closure, A.memoizedRecurringInvoiceStatsForDesign_closure, A.recurringInvoiceStatsForDesign_closure, A.memoizedRecurringInvoiceStatsForSubscription_closure, A.recurringInvoiceStatsForSubscription_closure, A.forceSelectedReducer_closure201, A.forceSelectedReducer_closure202, A.forceSelectedReducer_closure203, A.forceSelectedReducer_closure204, A.forceSelectedReducer_closure205, A.forceSelectedReducer_closure206, A.forceSelectedReducer_closure207, A.forceSelectedReducer_closure208, A.tabIndexReducer_closure27, A.tabIndexReducer_closure28, A.selectedIdReducer_closure384, A.selectedIdReducer_closure385, A.selectedIdReducer_closure386, A.selectedIdReducer_closure387, A.selectedIdReducer_closure388, A.selectedIdReducer_closure389, A.selectedIdReducer_closure390, A.selectedIdReducer_closure391, A.selectedIdReducer_closure392, A.selectedIdReducer_closure393, A.selectedIdReducer_closure394, A.selectedIdReducer_closure395, A.selectedIdReducer_closure396, A.selectedIdReducer_closure397, A.selectedIdReducer_closure398, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.scheduleListReducer_closure, A.filteredSchedulesSelector_closure0, A.settingsUIReducer_closure, A.settingsUIReducer_closure0, A.settingsUIReducer_closure1, A.settingsUIReducer_closure2, A.settingsUIReducer_closure3, A.settingsUIReducer_closure4, A.settingsUIReducer_closure5, A.settingsUIReducer_closure6, A.settingsUIReducer_closure7, A.settingsUIReducer_closure8, A.settingsUIReducer_closure9, A.settingsUIReducer_closure10, A.settingsUIReducer_closure11, A.settingsUIReducer_closure12, A.settingsUIReducer_closure13, A.settingsUIReducer_closure14, A.settingsUIReducer_closure15, A.settingsUIReducer_closure16, A.settingsUIReducer_closure17, A.settingsUIReducer_closure18, A.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.memoizedGatewayList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure150, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure288, A.selectedIdReducer_closure289, A.selectedIdReducer_closure290, A.selectedIdReducer_closure291, A.selectedIdReducer_closure292, A.selectedIdReducer_closure293, A.selectedIdReducer_closure294, A.selectedIdReducer_closure295, A.selectedIdReducer_closure296, A.selectedIdReducer_closure297, A.selectedIdReducer_closure298, A.selectedIdReducer_closure299, A.selectedIdReducer_closure300, A.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.subscriptionListReducer_closure, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, A.selectedIdReducer_closure50, A.selectedIdReducer_closure51, A.selectedIdReducer_closure52, A.selectedIdReducer_closure53, A.selectedIdReducer_closure54, A.selectedIdReducer_closure55, A.selectedIdReducer_closure56, A.selectedIdReducer_closure57, A.selectedIdReducer_closure58, A.selectedIdReducer_closure59, A.selectedIdReducer_closure60, A.selectedIdReducer_closure61, A.selectedIdReducer_closure62, A.selectedIdReducer_closure63, A.selectedIdReducer_closure64, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskListReducer_closure, A._purgeClientSuccess__closure11, A.convertTaskToInvoiceItem_closure1, A.taskList_closure0, A.kanbanTasksSelector_closure0, A.filteredTasksSelector_closure0, A.memoizedTaskStatsForClient_closure, A.taskStatsForClient_closure, A.memoizedTaskStatsForProject_closure, A.taskStatsForProject_closure, A.memoizedTaskStatsForUser_closure, A.forceSelectedReducer_closure142, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.taskStatusListReducer_closure, A.memoizedSortedActiveTaskStatusIds_closure, A.sortedActiveTaskStatusIds_closure0, A.dropdownTaskStatusesSelector_closure0, A.filteredTaskStatusesSelector_closure0, A.memoizedCalculateTaskStatusAmount_closure, A.calculateTaskStatusAmount_closure, A.memoizedTaskStatsForTaskStatus_closure, A.taskStatsForTaskStatus_closure, A.defaultTaskStatusId_closure0, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.selectedIdReducer_closure136, A.selectedIdReducer_closure137, A.selectedIdReducer_closure138, A.selectedIdReducer_closure139, A.selectedIdReducer_closure140, A.selectedIdReducer_closure141, A.selectedIdReducer_closure142, A.selectedIdReducer_closure143, A.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.taxRateListReducer_closure, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.selectedIdReducer_closure209, A.selectedIdReducer_closure210, A.selectedIdReducer_closure211, A.selectedIdReducer_closure212, A.selectedIdReducer_closure213, A.selectedIdReducer_closure214, A.selectedIdReducer_closure215, A.selectedIdReducer_closure216, A.selectedIdReducer_closure217, A.selectedIdReducer_closure218, A.selectedIdReducer_closure219, A.selectedIdReducer_closure220, A.selectedIdReducer_closure221, A.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.tokenListReducer_closure, A.filteredTokensSelector_closure0, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.forceSelectedReducer_closure191, A.forceSelectedReducer_closure192, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.selectedIdReducer_closure353, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.transactionListReducer_closure, A.filteredTransactionsSelector_closure0, A.memoizedTransactionStatsForBankAccount_closure, A.transactionStatsForBankAccount_closure, A.forceSelectedReducer_closure193, A.forceSelectedReducer_closure194, A.forceSelectedReducer_closure195, A.forceSelectedReducer_closure196, A.forceSelectedReducer_closure197, A.forceSelectedReducer_closure198, A.forceSelectedReducer_closure199, A.forceSelectedReducer_closure200, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.editingReducer_closure125, A.transactionRuleListReducer_closure, A.filteredTransactionRulesSelector_closure0, A.memoizedTransactionStatsForTransactionRule_closure, A.transactionStatsForTransactionRule_closure, A.sortFieldsReducer_closure, A.sortFieldsReducer_closure0, A.sortFieldsReducer_closure1, A.sortFieldsReducer_closure2, A.sortFieldsReducer_closure3, A.sortFieldsReducer_closure4, A.sortFieldsReducer_closure5, A.sortFieldsReducer_closure6, A.sortFieldsReducer_closure7, A.sortFieldsReducer_closure8, A.sortFieldsReducer_closure9, A.sortFieldsReducer_closure10, A.sortFieldsReducer_closure11, A.sortFieldsReducer_closure12, A.sortFieldsReducer_closure13, A.sortFieldsReducer_closure14, A.sortFieldsReducer_closure15, A.sortFieldsReducer_closure16, A.sortFieldsReducer_closure17, A.sortFieldsReducer_closure18, A.sortFieldsReducer_closure19, A.sortFieldsReducer_closure20, A.sidebarEditorReducer_closure, A.sidebarViewerReducer_closure, A.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideDesktopWarningReducer_closure, A.hideTaskExtensionBannerReducer_closure, A.hideGatewayWarningReducer_closure, A.hideReviewAppReducer_closure, A.hideReviewAppReducer_closure0, A.hideReviewAppReducer_closure1, A.hideOneYearReviewAppReducer_closure, A.hideOneYearReviewAppReducer_closure0, A.hideTwoYearReviewAppReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeTypeReducer_closure, A.darkModeSystemReducer_closure, A.statementIncludesReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.enableNativeBrowserReducer_closure, A.persistDataReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.downloadsFolderReducer_closure, A.isPreviewVisibleReducer_closure, A.isPreviewVisibleReducer_closure0, A.isPreviewVisibleReducer_closure1, A.isPreviewVisibleReducer_closure2, A.isPreviewVisibleReducer_closure3, A.isPreviewVisibleReducer_closure4, A.isPreviewVisibleReducer_closure5, A.isPreviewVisibleReducer_closure6, A.isPreviewVisibleReducer_closure7, A.isPreviewVisibleReducer_closure8, A.isPreviewVisibleReducer_closure9, A.isPreviewVisibleReducer_closure10, A.isPreviewVisibleReducer_closure11, A.isPreviewVisibleReducer_closure12, A.isPreviewVisibleReducer_closure13, A.isPreviewVisibleReducer_closure14, A.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.darkColorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.showPdfPreviewSideBySideReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.darkCustomColorsReducer_closure, A.historyReducer_closure, A.historyReducer_closure0, A.historyReducer_closure1, A.historyReducer_closure2, A.historyReducer_closure3, A.historyReducer_closure4, A.historyReducer_closure5, A.historyReducer_closure6, A.historyReducer_closure7, A.historyReducer_closure8, A.historyReducer_closure9, A.historyReducer_closure10, A.historyReducer_closure11, A.historyReducer_closure12, A.historyReducer_closure13, A.historyReducer_closure14, A.historyReducer_closure15, A.historyReducer_closure16, A.historyReducer_closure17, A.historyReducer_closure18, A.historyReducer_closure19, A.historyReducer_closure20, A.historyReducer_closure21, A.historyReducer_closure22, A.historyReducer_closure23, A.historyReducer_closure24, A.historyReducer_closure25, A.historyReducer_closure26, A.historyReducer_closure27, A.historyReducer_closure28, A.historyReducer_closure29, A.historyReducer_closure30, A.historyReducer_closure31, A.historyReducer_closure32, A.historyReducer_closure33, A.historyReducer_closure34, A.historyReducer_closure35, A.historyReducer_closure36, A.historyReducer_closure37, A.historyReducer_closure38, A.historyReducer_closure39, A.historyReducer_closure40, A.historyReducer_closure41, A.historyReducer_closure42, A.historyReducer_closure43, A.historyReducer_closure44, A.historyReducer_closure45, A.historyReducer_closure46, A.historyReducer_closure47, A.historyReducer_closure48, A.historyReducer_closure49, A.historyReducer_closure50, A.historyReducer_closure51, A.historyReducer_closure52, A.historyReducer_closure53, A.historyReducer_closure54, A.historyReducer_closure55, A.historyReducer_closure56, A.historyReducer_closure57, A.historyReducer_closure58, A.historyReducer_closure59, A.historyReducer_closure60, A.historyReducer_closure61, A.historyReducer_closure62, A.historyReducer_closure63, A.historyReducer_closure64, A.historyReducer_closure65, A.historyReducer_closure66, A.historyReducer_closure67, A.historyReducer_closure68, A.historyReducer_closure69, A.historyReducer_closure70, A.historyReducer_closure71, A.historyReducer_closure72, A.historyReducer_closure73, A.historyReducer_closure74, A.historyReducer_closure75, A.historyReducer_closure76, A.historyReducer_closure77, A.historyReducer_closure78, A.historyReducer_closure79, A.historyReducer_closure80, A.historyReducer_closure81, A.historyReducer_closure82, A.historyReducer_closure83, A.historyReducer_closure84, A.historyReducer_closure85, A.historyReducer_closure86, A.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, A.loadingEntityTypeReducer_closure, A.loadingEntityTypeReducer_closure0, A.loadingEntityTypeReducer_closure1, A.loadingEntityTypeReducer_closure2, A.loadingEntityTypeReducer_closure3, A.loadingEntityTypeReducer_closure4, A.loadingEntityTypeReducer_closure5, A.loadingEntityTypeReducer_closure6, A.loadingEntityTypeReducer_closure7, A.loadingEntityTypeReducer_closure8, A.loadingEntityTypeReducer_closure9, A.loadingEntityTypeReducer_closure10, A.loadingEntityTypeReducer_closure11, A.loadingEntityTypeReducer_closure12, A.loadingEntityTypeReducer_closure13, A.filterClearedAtReducer_closure, A.filterClearedAtReducer_closure0, A.currentRouteReducer_closure, A.selectedCompanyIndexReducer_closure, A.previewStackReducer_closure, A.previewStackReducer_closure0, A.previewStackReducer_closure1, A.filterStackReducer_closure, A.filterStackReducer_closure0, A.filterStackReducer_closure1, A.handleUserAction_closure10, A.handleUserAction_closure12, A.handleUserAction_closure14, A.handleUserAction__closure, A.handleUserAction_closure18, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.selectedIdReducer_closure146, A.selectedIdReducer_closure147, A.selectedIdReducer_closure148, A.selectedIdReducer_closure149, A.selectedIdReducer_closure150, A.selectedIdReducer_closure151, A.selectedIdReducer_closure152, A.selectedIdReducer_closure153, A.selectedIdReducer_closure154, A.selectedIdReducer_closure155, A.selectedIdReducer_closure156, A.selectedIdReducer_closure157, A.selectedIdReducer_closure158, A.selectedIdReducer_closure159, A.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.userListReducer_closure, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, A.selectedIdReducer_closure65, A.selectedIdReducer_closure66, A.selectedIdReducer_closure67, A.selectedIdReducer_closure68, A.selectedIdReducer_closure69, A.selectedIdReducer_closure70, A.selectedIdReducer_closure71, A.selectedIdReducer_closure72, A.selectedIdReducer_closure73, A.selectedIdReducer_closure74, A.selectedIdReducer_closure75, A.selectedIdReducer_closure76, A.selectedIdReducer_closure77, A.selectedIdReducer_closure78, A.selectedIdReducer_closure79, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.vendorListReducer_closure, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.selectedIdReducer_closure224, A.selectedIdReducer_closure225, A.selectedIdReducer_closure226, A.selectedIdReducer_closure227, A.selectedIdReducer_closure228, A.selectedIdReducer_closure229, A.selectedIdReducer_closure230, A.selectedIdReducer_closure231, A.selectedIdReducer_closure232, A.selectedIdReducer_closure233, A.selectedIdReducer_closure234, A.selectedIdReducer_closure235, A.selectedIdReducer_closure236, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.webhookListReducer_closure, A.filteredWebhooksSelector_closure0, A.FieldGrid_build_closure, A.FieldGrid_build_closure0, A._AppBottomBarState_build___closure7, A._AppBottomBarState_build___closure5, A._AppBottomBarState_build___closure, A._AppBottomBarState_build_closure, A.CustomFieldSelector_build_closure, A.ConfirmEmail_build__closure, A.ConfirmEmailBuilder_build_closure, A.MultiSelectListState_build_closure1, A.MultiSelectListState_build_closure5, A._DocumentGridState_build_closure0, A._DocumentGridState_build_closure1, A.DocumentPreview_build_closure, A.EditScaffold_build_closure2, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure0, A._EntityDropdownState_build__closure5, A._EntityDropdownDialogState_build__createList_closure1, A.EntityTopFilter_build_closure5, A.EntityTopFilterHeader_build_closure3, A.AppToggleButtons_build_closure, A._CustomFieldState_build_closure0, A.ProjectPicker_build_closure, A._TimePickerState__showTimePicker_closure, A.VendorPicker_build_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_build_closure, A._DropDownMultiSelectState_build_closure, A._DropDownMultiSelectState_build___closure4, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure2, A._EntityListState_build__closure2, A._EntityListState_build__closure1, A._EntityListState_build___closure1, A._EntityListState_build_closure3, A._UpgradeDialogState__buildProductList_closure0, A._VariableGrid_build_closure, A._VariableGrid_build_closure0, A.ViewScaffold_build_closure5, A.InitScreen_build_closure, A.LoginScreen_build_closure, A.LoginVM_fromStore__closure6, A.LoginVM_fromStore__closure5, A.LoginVM_fromStore__closure3, A.LoginVM_fromStore__closure1, A.BankAccountListBuilder_build_closure, A.BankAccountListBuilder_build__closure, A.BankAccountScreen_build_closure13, A.BankAccountScreen_build_closure10, A.BankAccountScreenBuilder_build_closure, A._BankAccountEditState_build_closure1, A.BankAccountEditScreen_build_closure, A.BankAccountViewScreen_build_closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure10, A._ClientPdfViewState_build_closure11, A.ClientPdfScreen_build_closure, A.ClientScreen_build_closure8, A.ClientScreen_build_closure5, A.ClientScreenBuilder_build_closure, A.ClientEditContactsScreen_build_closure, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, A.ClientEditScreen_build_closure, A._ClientViewActivityState_build_closure0, A._ClientViewActivityState_build_closure, A.ClientViewDocuments_build_closure, A._ClientViewFullwidthState_build_closure0, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewPaymentMethods_build_closure0, A.ClientViewPaymentMethods_build_closure, A.ClientViewScreen_build_closure, A._CompanyGatewayListState_build_closure0, A.CompanyGatewayListBuilder_build_closure, A.CompanyGatewayListVM_fromStore_closure0, A.CompanyGatewayScreen_build_closure8, A.CompanyGatewayScreenBuilder_build_closure, A.CompanyGatewayEditScreen_build_closure, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CreditEmailScreen_build_closure, A.CreditListItem_build_closure, A.CreditListItem_build__closure0, A.CreditListBuilder_build_closure, A.CreditListBuilder_build__closure, A.CreditPdfScreen_build_closure, A.CreditScreen_build_closure8, A.CreditScreen_build_closure5, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditViewScreen_build_closure, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure7, A._DashboardDateRangePickerState_build_closure8, A.DashboardPanels__header_closure, A.DashboardPanels__runningTasks__closure, A.DashboardPanels_build_closure4, A.DashboardPanels_build__closure3, A.DashboardPanels_build__closure5, A.DashboardPanels_build__closure7, A.DashboardPanels_build__closure9, A.DashboardPanels_build__closure11, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure2, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure5, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure6, A.__OverviewPanelState_build__closure0, A.__OverviewPanelState_build__closure1, A.__OverviewPanelState_build__closure, A.__OverviewPanelState_build__closure2, A.__OverviewPanelState_build__closure4, A.__OverviewPanelState_build__closure5, A.__OverviewPanelState_build__closure3, A.__OverviewPanelState_build__closure6, A.__OverviewPanelState_build__closure8, A.__OverviewPanelState_build__closure9, A.__OverviewPanelState_build__closure7, A.__OverviewPanelState_build__closure10, A.__DashboardSettingsState_build_closure6, A._DashboardFieldState_build_closure, A._CustomTabBarView_build_closure, A.DashboardScreenBuilder_build_closure, A.DashboardVM_fromStore_closure1, A.InvoiceSidebar_build_closure, A.InvoiceSidebar_build_closure0, A.InvoiceSidebar_build_closure1, A.InvoiceSidebar_build_closure2, A.InvoiceSidebar_build_closure3, A.InvoiceSidebar_build_closure4, A.PaymentSidebar_build_closure, A.PaymentSidebar_build_closure0, A.PaymentSidebar_build_closure1, A.PaymentSidebar_build_closure2, A.QuoteSidebar_build_closure, A.QuoteSidebar_build_closure0, A.QuoteSidebar_build_closure1, A.QuoteSidebar_build_closure2, A.QuoteSidebar_build_closure3, A.QuoteSidebar_build_closure4, A.TaskSidebar_build_closure, A.TaskSidebar_build_closure0, A.TaskSidebar_build_closure1, A.TaskSidebar_build_closure2, A.TaskSidebar_build_closure3, A.TaskSidebar_build_closure4, A.ExpenseSidbar_build_closure, A.ExpenseSidbar_build_closure0, A.ExpenseSidbar_build_closure1, A.ExpenseSidbar_build_closure2, A.DesignListBuilder_build_closure, A.DesignListBuilder_build__closure, A.DesignScreen_build_closure8, A.DesignScreen_build_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListItem_build_closure, A.DocumentListItem_build__closure0, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure0, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentScreen_build_closure5, A.DocumentScreen_build_closure12, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditDetailsState_build_closure0, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditNotesState_build_closure, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure11, A.ExpenseScreen_build_closure12, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewScreen_build_closure, A.ExpenseCategoryEditScreen_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryScreen_build_closure8, A.ExpenseCategoryScreen_build_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure1, A.GroupScreenBuilder_build_closure, A._GroupViewState_build_closure0, A.GroupViewScreen_build_closure, A._InvoiceEditState_build_closure0, A.InvoiceEditContacts_build_closure, A.InvoiceEditContacts_build_closure1, A.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure16, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A._InvoiceItemSelectorState_build__productList_closure, A._InvoiceItemSelectorState_build__taskList_closure, A._InvoiceItemSelectorState_build__expenseList_closure, A.InvoiceEmailScreen_build_closure, A.InvoiceListItem_build_closure, A.InvoiceListItem_build__closure0, A.InvoiceListBuilder_build_closure, A.InvoiceListBuilder_build__closure, A.InvoicePdfScreen_build_closure, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure13, A.InvoiceScreen_build_closure14, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A.InvoiceViewDocuments_build_closure, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A._InvoiceViewHistoryState_build_closure3, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A._PaymentEditState_build_closure7, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure19, A.PaymentScreen_build_closure18, A.PaymentScreen_build_closure14, A.PaymentScreen_build_closure15, A.PaymentScreenBuilder_build_closure, A._PaymentRefundState_build_closure0, A.PaymentRefundScreen_build_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, A.PaymentViewScreen_build_closure, A.PaymentTermEditScreen_build_closure, A.PaymentTermListBuilder_build_closure, A.PaymentTermListBuilder_build__closure, A.PaymentTermScreen_build_closure8, A.PaymentTermScreen_build_closure5, A.PaymentTermScreenBuilder_build_closure, A.PaymentTermViewScreen_build_closure, A.ProductEditScreen_build_closure, A.ProductListItem_build_closure, A.ProductListItem_build__closure0, A.ProductListBuilder_build_closure, A.ProductListBuilder_build__closure, A.ProductScreen_build_closure9, A.ProductScreen_build_closure6, A.ProductScreenBuilder_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewScreen_build_closure, A._ProjectEditState_build__closure3, A.ProjectEditScreen_build_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure2, A.ProjectListItem_build_closure, A.ProjectListItem_build__closure0, A.ProjectListBuilder_build_closure, A.ProjectListBuilder_build__closure, A.ProjectScreen_build_closure8, A.ProjectScreen_build_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewDocuments_build_closure, A.ProjectViewScreen_build_closure, A._PurchaseOrderEditState_build_closure0, A.PurchaseOrderEditDetailsScreen_build_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1, A.PurchaseOrderEditItemsScreen_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2, A.PurchaseOrderEditNotesScreen_build_closure, A.PurchaseOrderEditPDFScreen_build_closure, A.PurchaseOrderEditScreen_build_closure, A.PurchaseOrderEmailScreen_build_closure, A.PurchaseOrderListItem_build_closure, A.PurchaseOrderListItem_build__closure0, A.PurchaseOrderListBuilder_build_closure, A.PurchaseOrderListBuilder_build__closure, A.PurchaseOrderPdfScreen_build_closure, A.PurchaseOrderScreen_build_closure14, A.PurchaseOrderScreen_build_closure13, A.PurchaseOrderScreen_build_closure9, A.PurchaseOrderScreen_build_closure10, A.PurchaseOrderScreenBuilder_build_closure, A.PurchaseOrderViewScreen_build_closure, A._QuoteEditState_build_closure0, A.QuoteEditDetailsScreen_build_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, A.QuoteEditItemsScreen_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, A.QuoteEditNotesScreen_build_closure, A.QuoteEditPDFScreen_build_closure, A.QuoteEditScreen_build_closure, A.QuoteEmailScreen_build_closure, A.QuoteListItem_build_closure, A.QuoteListItem_build__closure0, A.QuoteListBuilder_build_closure, A.QuoteListBuilder_build__closure, A.QuotePdfScreen_build_closure, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure11, A.QuoteScreen_build_closure12, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure14, A.RecurringExpenseScreen_build_closure15, A.RecurringExpenseScreen_build_closure11, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A._RecurringInvoiceEditState_build_closure0, A.RecurringInvoiceEditDetailsScreen_build_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, A.RecurringInvoiceEditItemsScreen_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, A.RecurringInvoiceEditNotesScreen_build_closure, A.RecurringInvoiceEditPDFScreen_build_closure, A.RecurringInvoiceEditScreen_build_closure, A.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure11, A.RecurringInvoiceScreen_build_closure10, A.RecurringInvoiceScreenBuilder_build_closure, A.RecurringInvoiceViewScreen_build_closure, A.clientReport_closure1, A.contactReport_closure1, A.lineItemReport_closure13, A.creditReport_closure1, A.documentReport_closure2, A.expenseReport_closure1, A.lineItemReport_closure19, A.invoiceReport_closure0, A.invoiceReport_closure2, A.taxReport_closure0, A.paymentReport_closure1, A.paymentTaxReport_closure0, A.productReport_closure1, A.profitAndLossReport_closure0, A.lineItemReport_closure1, A.purchaseOrderReport_closure1, A.lineItemReport_closure7, A.quoteReport_closure1, A.recurringExpenseReport_closure1, A.recurringInvoiceReport_closure1, A.ReportCharts_build_closure, A.ReportCharts_build_closure1, A.ReportCharts_build_closure2, A.ReportCharts_build_closure4, A.ReportCharts_build_closure5, A.ReportCharts_build_closure7, A.ReportCharts_build_closure8, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure22, A._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure0, A.ReportResult_totalRows_closure, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, A.ReportsScreenBuilder_build_closure, A.ReportsScreenVM_fromStore_closure2, A.ReportsScreenVM_fromStore_closure3, A.ReportsScreenVM_fromStore_closure1, A.ReportsScreenVM_fromStore_closure, A.ReportsScreenVM_fromStore__closure3, A.calculateReportTotals_closure, A.taskItemReport_closure1, A.taskReport_closure1, A.transactionReport_closure4, A.vendorReport_closure1, A._ScheduleEditState_build__closure1, A.ScheduleEditScreen_build_closure, A.ScheduleListBuilder_build_closure, A.ScheduleListBuilder_build__closure, A.ScheduleScreen_build_closure8, A.ScheduleScreen_build_closure5, A.ScheduleScreenBuilder_build_closure, A.ScheduleViewScreen_build_closure, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A._CompanyDetailsState_build_closure16, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, A.CreditCardsAndBanksScreen_build_closure, A.CustomFieldsScreen_build_closure, A.DataVisualizationsScreen_build_closure, A._DeviceSettingsState_build_closure9, A.DeviceSettingsScreen_build_closure, A.DeviceSettingsVM_fromStore_closure1, A.DeviceSettingsVM_fromStore_closure7, A.DeviceSettingsVM_fromStore_closure4, A.DeviceSettingsVM_fromStore_closure5, A.DeviceSettingsVM_fromStore_closure8, A.DeviceSettingsVM_fromStore_closure19, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure14, A.DeviceSettingsVM_fromStore_closure18, A.DeviceSettingsVM_fromStore_closure16, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure11, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A._GeneratedNumbersState_build_closure18, A.GeneratedNumbersScreen_build_closure, A._ImportExportState_build_closure10, A._ImportExportState_build_closure11, A.__FileMapperState_build_closure4, A._FieldMapper_build_closure, A.ImportExportScreen_build_closure, A.InvoiceDesignScreen_build_closure, A.InvoiceDesignVM_fromStore_closure0, A._LocalizationSettingsState_build_closure0, A._LocalizationSettingsState_build_closure8, A.LocalizationScreen_build_closure, A.PaymentsSettingsScreen_build_closure, A.ProductSettingsScreen_build_closure, A.SettingsSearch_build_closure, A.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure, A._SettingsWizardState_build_closure6, A.TaskSettingsScreen_build_closure, A.TaxSettingsScreen_build_closure, A._TemplatesAndRemindersState_build_closure6, A.TemplatesAndRemindersScreen_build_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_build_closure14, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure6, A.UserDetailsVM_fromStore__closure6, A.UserDetailsVM_fromStore___closure7, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore__closure4, A.UserDetailsVM_fromStore___closure4, A.UserDetailsVM_fromStore____closure0, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure8, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A._TaskEditState_build_closure0, A._TaskEditDesktopState_build__closure, A._TaskEditDesktopState_build__closure1, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure1, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard__closure, A.KanbanViewState_build__closure5, A.KanbanViewState_build__closure, A.KanbanViewState_build__closure1, A.KanbanViewState_build___closure1, A._KanbanViewBuilderState_build_closure, A.TaskListItem_build_closure0, A.TaskListItem_build__closure0, A.TaskListBuilder_build_closure, A.TaskListBuilder_build__closure, A.TaskScreen_build_closure19, A.TaskScreen_build_closure18, A.TaskScreen_build_closure15, A.TaskScreen_build_closure14, A.TaskScreenBuilder_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewScreen_build_closure, A.TaskStatusEditScreen_build_closure, A._TaskStatusListState_build_closure0, A.TaskStatusListBuilder_build_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure6, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, A.TaxRateSettingsScreen_build_closure4, A.TaxRateSettingsScreen_build_closure1, A.TaxRateScreenBuilder_build_closure, A.TaxRateViewScreen_build_closure, A.TokenEditScreen_build_closure, A.TokenEditVM_TokenEditVM$fromStore___closure, A.TokenListBuilder_build_closure, A.TokenListBuilder_build__closure, A.TokenScreen_build_closure8, A.TokenScreen_build_closure5, A.TokenScreenBuilder_build_closure, A.TokenViewScreen_build_closure, A._TransactionEditState_build__closure0, A._TransactionEditState_build__closure5, A.TransactionEditScreen_build_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure2, A.TransactionListItem_build_closure, A.TransactionListItem_build__closure0, A.TransactionListBuilder_build_closure, A.TransactionListBuilder_build__closure, A.TransactionScreen_build_closure15, A.TransactionScreen_build_closure14, A.TransactionScreen_build_closure11, A.TransactionScreenBuilder_build_closure, A._MatchDepositsState_updateInvoiceList_closure0, A._MatchDepositsState_updatePaymentList_closure0, A._MatchDepositsState_build_closure10, A._MatchDepositsState_build_closure11, A._MatchDepositsState_build_closure13, A._MatchDepositsState_build_closure12, A._MatchDepositsState_build_closure15, A._MatchDepositsState_build_closure14, A._MatchWithdrawalsState_updateCategoryList_closure0, A._MatchWithdrawalsState_updateVendorList_closure0, A._MatchWithdrawalsState_updateExpenseList_closure0, A._MatchWithdrawalsState_build_closure7, A._MatchWithdrawalsState_build_closure8, A._MatchWithdrawalsState_build_closure10, A._MatchWithdrawalsState_build_closure9, A._MatchWithdrawalsState_build_closure15, A._MatchWithdrawalsState_build_closure14, A._MatchWithdrawalsState_build_closure20, A._MatchWithdrawalsState_build_closure19, A.TransactionViewScreen_build_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure2, A.TransactionViewVM_TransactionViewVM$fromStore_closure3, A.TransactionViewVM_TransactionViewVM$fromStore_closure0, A._TransactionRuleEditState_build__closure6, A._TransactionRuleEditState_build__closure8, A.TransactionRuleEditScreen_build_closure, A.TransactionRuleListBuilder_build_closure, A.TransactionRuleListBuilder_build__closure, A.TransactionRuleScreen_build_closure8, A.TransactionRuleScreen_build_closure5, A.TransactionRuleScreenBuilder_build_closure, A.TransactionRuleViewScreen_build_closure, A._UserEditState_build_closure2, A.UserEditScreen_build_closure, A.UserEditVM_UserEditVM$fromStore___closure, A.UserListBuilder_build_closure, A.UserListBuilder_build__closure, A.UserScreen_build_closure8, A.UserScreen_build_closure5, A.UserScreenBuilder_build_closure, A.UserViewScreen_build_closure, A.VendorEditContactsScreen_build_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, A.VendorEditScreen_build_closure, A.VendorListItem_build_closure, A.VendorListItem_build__closure0, A.VendorListBuilder_build_closure, A.VendorListBuilder_build__closure, A.VendorScreen_build_closure8, A.VendorScreen_build_closure5, A.VendorScreenBuilder_build_closure, A._VendorViewActivityState_build_closure0, A._VendorViewActivityState_build_closure, A.VendorViewDocuments_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.WebhookEditScreen_build_closure, A.WebhookViewScreen_build_closure, A.WebhookListBuilder_build_closure, A.WebhookListBuilder_build__closure, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.passwordCallback_closure2, A._ExampleEditorState__showImageToolbar__closure, A._darkModeStyles_closure, A._darkModeStyles_closure0, A._darkModeStyles_closure1, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.RenderPopover_paint_closure, A.RenderPopover_hitTestChildren_closure, A._CupertinoPopoverToolbarState__buildContent_closure, A._RenderIosPagedMenu__hitTestChild_closure, A._PinputState__buildPinput__closure, A._PinputState__buildFields_closure, A.__PinputState_State_RestorationMixin_dispose_closure, A.PdfPreviewCustomState__createPreview_closure, A._QrImageViewState_build_closure, A.hashObjects_closure0, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelImp__handleAsyncState_closure1, A.CommonEditorOperations_deleteUpstream_closure, A.CommonEditorOperations_deleteUpstream_closure0, A.CommonEditorOperations_replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure0, A.CommonEditorOperations_convertParagraphByPatternMatching_closure1, A.CommonEditorOperations_convertParagraphByPatternMatching_closure2, A.CommonEditorOperations_convertParagraphByPatternMatching_closure3, A.CommonEditorOperations__processUrlNode_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure0, A.CommonEditorOperations_convertToListItem_closure, A.CommonEditorOperations_convertToBlockquote_closure, A.CommonEditorOperations_convertToParagraph_closure, A._CaretDocumentOverlayState_build_closure, A.TextDeltasDocumentEditor__deleteUpstream_closure, A.TextDeltasDocumentEditor__deleteUpstream_closure0, A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure, A.TextDeltasDocumentEditor__insertNewlineInDeltas_closure0, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.SuperEditorState__buildDesktopGestureSystem_closure, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.defaultStylesheet_closure9, A.taskStyles_closure, A.TaskComponentBuilder_createViewModel__closure, A.ListenableBuilder_build_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0]); - _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A.CanvasKitVariant, A.IntlSegmenterGranularity, A.PersistedSurfaceState, A.DebugEngineInitializationState, A.Assertiveness, A._CheckableKind, A.PrimaryRole, A.Role, A.AccessibilityMode, A.GestureMode, A.SemanticsUpdatePhase, A.EnabledState, A.LineBreakType, A.FragmentFlow, A._ComparisonResult, A._FindBreakDirection, A.TextCapitalization, A.TransformKind, A.LineCharProperty, A.WordCharProperty, A.ClipOp, A.PathFillType, A.PathOperation, A.KeyEventType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.AppExitResponse, A.DartPerformanceMode, A.PointerChange, A.PointerDeviceKind, A.PointerSignalKind, A.FontStyle, A.PlaceholderAlignment, A.TextAlign, A.TextBaseline, A.TextDecorationStyle, A.TextLeadingDistribution, A.TextDirection, A.TextAffinity, A.BoxHeightStyle, A.BoxWidthStyle, A.TileMode, A.Brightness, A.SpanMarkerType, A.AttributionVisitEvent, A.ImageRenderMethodForWeb, A.BarGroupingType, A.AxisOrientation, A._PixelVerticalDirection, A.RangeBandType, A.StepSizeType, A.TickLabelAnchor, A.TickLabelJustification, A.CalendarField, A.BehaviorPosition, A.OutsideJustification, A.InsideJustification, A.LegendTapHandling, A.LegendDefaultMeasure, A.LinePointHighlighterFollowLineType, A.SelectionMode, A.SelectionTrigger, A.FillPatternType, A.SelectionModelType, A.LayoutPosition, A.TextDirection0, A.MaxWidthStrategy, A.GestureType, A._HorizontalJustification, A.MessageLevel, A._DragTargetStatus, A.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, A._CupertinoTextSelectionToolbarItemsSlot, A.DiagnosticLevel, A.DiagnosticsTreeStyle, A._WordWrapParseMode, A._LicenseEntryWithLineBreaksParserState, A.TargetPlatform, A.GestureDisposition, A._ForceState, A._DragState, A.DragStartBehavior, A.GestureRecognizerState, A._ScaleState, A._ActionLevel, A._LayoutMode, A._Focus, A.ThemeMode, A._SliverAppVariant, A._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A._CheckboxType, A._CheckboxType0, A.DatePickerEntryMode, A.DatePickerMode, A.DrawerAlignment, A._FloatingActionButtonType, A._IconButtonVariant, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A.ListTileTitleAlignment, A._ListTileSlot, A.MaterialType, A.MaterialState, A._ActivityIndicatorType, A._RadioType, A._RadioType0, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._IndicatorType, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, A.TabBarIndicatorSize, A.TabAlignment, A._TextSelectionToolbarItemPosition, A.MaterialTapTargetSize, A.DayPeriod, A.TimeOfDayFormat, A.HourFormat, A.TimePickerEntryMode, A._HourMinuteMode, A._TimePickerAspect, A._HourDialType, A.ScriptCategory, A.RenderComparison, A.Axis0, A.VerticalDirection, A.AxisDirection, A.BorderStyle, A.BoxShape, A.BoxFit, A.ImageRepeat, A.TextOverflow, A.TextWidthBasis, A.SpringType, A.RenderAnimatedSizeState, A._IntrinsicDimension, A.FlexFit, A.MainAxisSize, A.MainAxisAlignment, A.CrossAxisAlignment, A.PlatformViewHitTestBehavior, A.HitTestBehavior, A.DecorationPosition, A.SelectionResult, A.SelectionEventType, A.TextGranularity, A.SelectionExtendDirection, A.SelectionStatus, A.TextSelectionHandleType, A.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, A.Assertiveness0, A.KeyboardLockMode, A.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.UndoDirection, A.CrossFadeState, A.ConnectionState, A.AutofillContextAction, A.ContextMenuButtonType, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.TraversalEdgeBehavior, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.PanAxis, A.Orientation, A._MediaQueryAspect, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchDirection, A._StretchState, A.RouteInformationReportingType, A.AndroidOverscrollIndicator, A.ScrollDecelerationRate, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.SnapshotMode, A._DragState0, A.ClipboardStatus, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.Channel, A.Format, A.BlendMode0, A.IfdValueType, A.PngDisposeMode, A.PngBlendMode, A.PngFilterType, A.IccProfileCompression, A.FrameType, A.BillingResponse, A.ProductType, A.RecurrenceMode, A.PurchaseStateWrapper, A.PurchaseStatus, A._TransactionRestoreState, A.SKPaymentTransactionStateWrapper, A.SKSubscriptionPeriodUnit, A.SKProductDiscountPaymentMode, A.SKProductDiscountType, A.PluralCase, A.IconPosition, A._HealthCheckLevel, A.PortalLinkStyle, A.DashboardSections, A.ClientReportFields, A.ContactReportFields, A.CreditItemReportFields, A.CreditReportFields, A.DocumentReportFields, A.ExpenseReportFields, A.InvoiceItemReportFields, A.InvoiceReportFields, A.TaxRateReportFields0, A.PaymentReportFields, A.TaxRateReportFields, A.ProductReportFields, A.ProfitAndLossReportFields, A.PurchaseOrderItemReportFields, A.PurchaseOrderReportFields, A.QuoteItemReportFields, A.QuoteReportFields, A.RecurringExpenseReportFields, A.RecurringInvoiceReportFields, A.ReportColumnType, A.TaskItemReportFields, A.TaskReportFields, A.TransactionReportFields, A.VendorReportFields, A.UpdateState, A.FormatNumberType, A.AnimationDirection, A._PlaceholderType, A.OverflowViewLayoutBehavior, A.ArrowDirection, A.PinputAutovalidateMode, A.AndroidSmsAutofillMethod, A.PinAnimationType, A.HapticFeedbackType, A.QrCodeElement, A.FinderPatternPosition, A.QrEyeShape, A.QrDataModuleShape, A.QrValidationStatus, A.ButtonState, A._MissingCase, A.SignInWithAppleButtonStyle, A.IconAlignment, A.AppleIDAuthorizationScopes, A.AuthorizationErrorCode, A.StateStatus, A.DocumentGestureMode, A.SelectionHandleType, A.DragMode, A.PrependedCharacterPolicy, A.ListItemType, A.SelectionType, A.TapHandlingInstruction, A.ExecutionInstruction, A._SelectionType, A.TextFieldKeyboardHandlerResult, A.HintBehavior, A._AutoScrollDirection, A.SuperTextFieldPlatformConfiguration, A.TextInputSource, A.HandleType, A.LaunchMode, A.PreferredLaunchMode]); + _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CanvasKitCanvas, A.ManagedSkColorFilter, A.CkColorFilter, A.HtmlViewEmbedder, A.OverlayGroup, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.SkiaFontCollection, A.RegisteredFont, A.UnregisteredFont, A.FontDownloadResult, A.SkiaFallbackRegistry, A.ImageCodecException, A.CkImage, A.CkImageFilter, A.CkAnimatedImage, A.BrowserImageDecoder, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkMaskFilter, A.CkNWayCanvas, A.NativeMemoryFinalizationRegistry, A.UniqueRef, A.CountedRef, A.CkPaint, A.CkPath, A.CkPicture, A.CkPictureRecorder, A.Rasterizer, A.CanvasKitRenderer, A.SimpleCkShader, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkParagraph, A.CkLineMetrics, A.CkParagraphBuilder, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.Display, A.ScreenOrientation, A.HttpFetchResponseImpl, A.HttpFetchPayloadImpl, A.HttpFetchNoPayloadError, A.HttpFetchError, A.DomSubscription, A.DomPoint, A._DomListIterator, A._DomTouchListIterator, A.DomIteratorWrapper, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FontFallbackManager, A._UnicodePropertyLookup, A.FallbackFontDownloadQueue, A.FontAsset, A.FontFamily, A.FontManifest, A.AssetFontsResult, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.PersistedSurface, A.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.SvgFilterBuilder, A.SvgFilter, A.SurfacePaint, A.SurfacePaintData, A.Conic, A.QuadBounds, A.ConicBounds, A._ConicPair, A.CubicBounds, A.SurfacePath, A.PathIterator, A.PathRef, A.PathRefIterator, A.QuadRoots, A.SkQuadCoefficients, A.PathWinding, A.PaintRequest, A.RecordingCanvas, A.PaintCommand, A._PaintBounds, A.RenderStrategy, A._WebGlRenderer, A.HtmlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.SharedCanvas, A.EngineGradient, A.EngineImageFilter, A.EngineHtmlColorFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.AnimatedImageFrameInfo, A.ImageFileFormat, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.ContextMenu, A.MouseCursor, A.BrowserHistory, A.NotoFont, A.FallbackFontComponent, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, A.ViewConfiguration0, A.PlatformConfiguration, A.PlatformViewManager, A.PlatformViewMessageHandler, A.SafariPointerEventWorkaround, A.PointerBinding, A.PointerSupportDetector, A._Listener, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerState, A.PointerDataConverter, A.Profiler, A.RawKeyboard, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.PrimaryRoleManager, A.RoleManager, A.AccessibilityFocusManager, A.EngineAccessibilityFeatures, A.EngineAccessibilityFeaturesBuilder, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A.ListBase, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer, A.ReadBuffer, A.SurfaceShadowData, A.CanvasParagraph, A.ParagraphSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.HtmlFontCollection, A.TextFragmenter, A.TextFragment, A._FragmentMetrics, A._FragmentPosition, A._FragmentBox, A.TextLayoutService, A.LineBuilder, A.Spanometer, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.ParagraphLine, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.UnicodeRange, A.UnicodePropertyLookup, A.BrowserAutofillHints, A.CompositionAwareMixin, A.EngineInputAction, A.EngineInputType, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.TextEditingDeltaState, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.LruCache, A.Matrix4, A.FastMatrix32, A.DimensionsProvider, A.EmbeddingStrategy, A.FlutterView, A.ViewPadding, A.JS_CONST, J.Interceptor, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A._InitializedCell, A.Rti, A._FunctionParameters, A._Type, A._StringStream, A.LocaleKeymap, A._TimerImpl, A._AsyncAwaitCompleter, A._AsyncStarStreamController, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A.Stream, A._BufferingStreamSubscription, A._BroadcastStreamController, A.TimeoutException, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._Zone, A._HashMapKeyIterator, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._LinkedListIterator, A.LinkedListEntry, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.StringConversionSink, A.Codec0, A.Converter, A.ByteConversionSink, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A._SimpleCallbackSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._ClosableStringSink, A._StringConversionSinkAsStringSinkAdapter, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A._WeakReferenceWrapper, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.Iterator, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A._FakeUserTag, A.ServiceExtensionResponse, A.TimelineTask, A._AsyncBlock, A._SyncBlock, A.CssStyleDeclarationBase, A.EventStreamProvider, A._EventStreamSubscription, A.ImmutableListMixin, A.FixedSizeListIterator, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A._RandomAccessFile, A.JsObject, A.NullRejectionException, A._JSRandom, A._Random, A.Point, A._RectangleBase, A.Endian, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A._HashEnd, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.FrameTiming, A.Locale, A.SemanticsActionEvent, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.FontVariation, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.CallbackHandle, A.GestureSettings, A.AssetManager, A.BrowserPlatformLocation, A.HashUrlStrategy, A.PlatformViewRegistry, A.GZipEncoder, A.InputStreamBase, A.OutputStreamBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, A.AttributedSpans, A.SpanMarker, A.AttributionSpan, A.MultiAttributionSpan, A.IncompatibleOverlappingAttributionsException, A.AttributedText, A.NamedAttribution, A.SpanRange, A._DiagnosticableTree_Object_Diagnosticable, A._State_Object_Diagnosticable, A.BoardViewController, A.CopyOnWriteList, A.CopyOnWriteMap, A.CopyOnWriteSet, A.BuiltList, A.ListBuilder, A.BuiltListMultimap, A.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, A.BuiltSet, A.SetBuilder, A.BuiltSetMultimap, A.SetMultimapBuilder, A.EnumClass, A.IndentingBuiltValueToStringHelper, A.JsonObject, A.FullType, A.BigIntSerializer, A.BoolSerializer, A.BuiltJsonSerializers, A.BuiltJsonSerializersBuilder, A.BuiltListMultimapSerializer, A.BuiltListSerializer, A.BuiltMapSerializer, A.BuiltSetMultimapSerializer, A.BuiltSetSerializer, A.DateTimeSerializer, A.DoubleSerializer, A.DurationSerializer, A.Int32Serializer, A.Int64Serializer, A.IntSerializer, A.JsonObjectSerializer, A.NullSerializer, A.NumSerializer, A.RegExpSerializer, A.StringSerializer, A.Uint8ListSerializer, A.UriSerializer, A.StandardJsonPlugin, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.BaseChart0, A.BaseSeriesRenderer, A.BaseBarRendererElement, A.BaseAnimatedBar, A.LayoutViewConfig, A.ConstCornerStrategy, A.ImmutableAxis, A.Tick, A.CollisionReport, A.BaseRenderSpec, A.BaseTickDrawStrategy, A.NoneDrawStrategy, A.LinearScale, A.LinearScaleDomainInfo, A.LinearScaleFunction, A.LinearScaleViewportSettings, A.NumericExtents, A.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, A.Scale, A.ScaleOutputExtent, A.RangeBandConfig, A.StepSizeConfig, A.Extents, A.SimpleOrdinalScale, A.AxisSpec, A.TextStyleSpec, A.LineStyleSpec, A.SimpleTickFormatterBase, A.AutoAdjustingDateTimeTickProvider, A.BaseTimeStepper, A._TimeStepIteratorImpl, A.DateTimeTickFormatter, A.TimeTickFormatterImpl, A.LifecycleListener, A.DomainHighlighter0, A.Legend, A.LegendState, A.LegendEntryBase, A.PerSeriesLegendEntryGenerator, A.LinePointHighlighter0, A.LayoutView, A.NullablePoint, A._PointRendererElement, A._AnimatedPoint, A.SelectNearest0, A.CanvasRect, A.CanvasBarStack, A.DatumDetails, A.ImmutableSeries, A.SelectionModel, A.SeriesDatum, A.TypedRegistry, A.IdentityConverter, A.LayoutConfig, A.MarginSpec, A.LayoutManagerImpl, A._MeasuredSizes, A.SizeList, A._DesiredViewSizes, A.VerticalMarginStrategy, A.HorizontalMarginStrategy, A.ViewMargin, A.ViewMeasuredSizes, A._LineRendererElement, A._AnimatedLine, A._AreaRendererElement, A._AnimatedArea, A._AnimatedElements, A._Range, A.Color0, A.LocalDateTimeFactory, A.GestureListener, A.Palette, A.ProxyGestureListener, A.MaterialStyle, A.StyleFactory, A.BaseSymbolRenderer, A.TextMeasurement, A.TypedKey, A.Series, A.ChartBehavior, A.BaseLegendContentBuilder, A.SimpleLegendEntryLayout, A.TabularLegendLayout, A.ChartCanvas, A._RenderObject_Object_DiagnosticableTreeMixin, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement, A.TextStyle0, A.MultiChildLayoutDelegate, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A.XFileBase, A._Parser, A.Token, A.TokenizerBase, A.Message, A.Messages, A.PreprocessorOptions, A.TreeNode, A.Visitor, A.DesktopDropWeb, A.DesktopDrop, A.WebDropItem, A.DropDoneDetails, A.DropEventDetails, A.DropEvent, A.PlatformInterface, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.Int32, A.Int64, A.Simulation, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.ChangeNotifier, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.LocalizationsDelegate, A.DefaultCupertinoLocalizations, A._CupertinoBackGestureController, A._Decoration_Object_Diagnosticable, A.BoxPainter, A._CupertinoTextThemeData_Object_Diagnosticable, A._TextThemeDefaultsBuilder, A.NoDefaultCupertinoThemeData, A._CupertinoThemeDefaults, A._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, A.ToggleableStateMixin, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.TextTreeConfiguration, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A.PersistentHashMap, A._TrieNode, A.WriteBuffer0, A.ReadBuffer0, A.StackFrame, A.SynchronousFuture, A.GestureArenaMember, A.GestureArenaEntry, A._GestureArena, A.GestureArenaManager, A._Resampler, A.GestureBinding, A.Drag, A.DragDownDetails, A.DragStartDetails, A.DragUpdateDetails, A.DragEndDetails, A._PointerEvent_Object_Diagnosticable, A._PointerEventDescription, A._AbstractPointerEvent, A._CopyPointerAddedEvent, A._CopyPointerRemovedEvent, A._CopyPointerHoverEvent, A._CopyPointerEnterEvent, A._CopyPointerExitEvent, A._CopyPointerDownEvent, A._CopyPointerMoveEvent, A._CopyPointerUpEvent, A._CopyPointerScrollEvent, A._CopyPointerScrollInertiaCancelEvent, A._CopyPointerScaleEvent, A._CopyPointerPanZoomStartEvent, A._CopyPointerPanZoomUpdateEvent, A._CopyPointerPanZoomEndEvent, A._CopyPointerCancelEvent, A.ForcePressDetails, A.DeviceGestureSettings, A.HitTestEntry, A._TransformPart, A.HitTestResult, A.LongPressStartDetails, A.LongPressMoveUpdateDetails, A.LongPressEndDetails, A._Vector, A._Matrix, A.PolynomialFit, A.LeastSquaresSolver, A.MultiDragPointerState, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.OffsetPair, A._PointerPanZoomData, A.ScaleStartDetails, A.ScaleUpdateDetails, A.ScaleEndDetails, A._LineBetweenPointers, A.TapDownDetails, A.TapUpDetails, A._TapDragDownDetails_Object_Diagnosticable, A._TapDragUpDetails_Object_Diagnosticable, A._TapDragStartDetails_Object_Diagnosticable, A._TapDragUpdateDetails_Object_Diagnosticable, A._TapDragEndDetails_Object_Diagnosticable, A._TapStatusTrackerMixin, A._CombiningGestureArenaEntry, A.GestureArenaTeam, A.Velocity, A.VelocityEstimate, A._PointAtTime, A.VelocityTracker, A._LicenseData, A._DetailArguments, A._MasterDetailFlowProxy, A._ActionIconThemeData_Object_Diagnosticable, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._BadgeThemeData_Object_Diagnosticable, A._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpSides, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A._DatePickerThemeData_Object_Diagnosticable, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A._DropdownMenuThemeData_Object_Diagnosticable, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A._ElevationOpacity, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._FilledButtonThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A._IconButtonThemeData_Object_Diagnosticable, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._BorderSide_Object_Diagnosticable, A._TextStyle_Object_Diagnosticable, A._LerpProperties, A._MaterialStatePropertyWith, A.MaterialStatePropertyAll, A.MaterialStateMixin, A._MenuThemeData_Object_Diagnosticable, A._MenuButtonThemeData_Object_Diagnosticable, A._MenuStyle_Object_Diagnosticable, A._LerpSides1, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._NavigationDrawerThemeData_Object_Diagnosticable, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._ZoomTransitionBase, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A._Action_Object_Diagnosticable, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._SearchBarThemeData_Object_Diagnosticable, A._LerpSides0, A._SearchViewThemeData_Object_Diagnosticable, A._SegmentedButtonThemeData_Object_Diagnosticable, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchConfig, A.__SwitchConfigM2_Object__SwitchConfig, A._SwitchThemeData_Object_Diagnosticable, A.__SwitchConfigM3_Object__SwitchConfig, A._TabBarTheme_Object_Diagnosticable, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin0, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.ImageProvider, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.FittedSizes, A.ClipContext, A.HSLColor, A.ImageSizeInfo, A._BlendedDecorationImage, A._BlendedDecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A._ImageStreamCompleter_Object_Diagnosticable, A.AssetBundleImageKey, A.NetworkImageLoadException, A.ImageInfo, A.ImageStreamListener, A._ImageChunkEvent_Object_Diagnosticable, A._ImageStream_Object_Diagnosticable, A.ImageStreamCompleterHandle, A.Accumulator, A.InlineSpanSemanticsInformation, A.NotchedShape, A._StrutStyle_Object_Diagnosticable, A.PlaceholderDimensions, A.TextBoundary, A._TextLayout, A._TextPainterLayoutCacheWithOffset, A._LineCaretMetrics, A._EmptyLineCaretMetrics, A.TextPainter, A._LinearTextScaler, A.SpringDescription, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RendererBinding, A._PipelineOwner_Object_DiagnosticableTreeMixin, A.ParentData, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.CustomPainterSemantics, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A.VerticalCaretMovementRun, A._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A._Layer_Object_DiagnosticableTreeMixin, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A.RenderInlineChildrenContainerDefaults, A.__SelectableFragment_Object_Selectable, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, A.Selectable, A.SelectionRegistrant, A.SelectionEvent, A.SelectionGeometry, A._SelectionPoint_Object_Diagnosticable, A.SliverLayoutDimensions, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.SliverGridGeometry, A.SliverGridLayout, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.PersistentHeaderShowOnScreenConfiguration, A.RelativeRect, A.ViewConfiguration, A.RevealedOffset, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.PerformanceModeRequestHandle, A.SchedulerBinding, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.SemanticsHandle, A.ChildSemanticsConfigurationsResult, A.ChildSemanticsConfigurationsResultBuilder, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._SemanticsNode_Object_DiagnosticableTreeMixin, A._BoxEdge, A._SemanticsSortGroup, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A._AssetManifestBin, A.AssetMetadata, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.BrowserContextMenu, A.ClipboardData, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A.KeyboardInsertedContent, A._KeyboardKey_Object_Diagnosticable, A.MethodCall0, A.PlatformException, A.MissingPluginException, A.StringCodec, A.JSONMessageCodec0, A.JSONMethodCodec0, A.StandardMessageCodec0, A.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.PlatformViewsRegistry, A.PlatformViewController, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard0, A._ModifierSidePair, A.RestorationBucket, A.SuggestionSpan, A.SpellCheckResults, A.DefaultSpellCheckService, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A._TextEditingDelta_Object_Diagnosticable, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.TextInputClient, A.SelectionRect, A.DeltaTextInputClient, A.TextInputConnection, A.TextInput, A.TextInputControl, A.__PlatformTextInputControl_Object_TextInputControl, A.UndoManager, A.UndoManagerClient, A._Intent_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.ContextMenuButtonItem, A.ContextMenuController, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._KeyFrame, A._ScribbleCacheKey, A._GlyphHeights, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._HighlightModeManager, A._FocusTraversalGroupInfo, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A._InactiveElements, A.BuildOwner, A.NotifiableElementMixin, A._NotificationNode, A.RootElementMixin, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MagnifierInfo, A.TextMagnifierConfiguration, A.MagnifierController, A.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A.OverlayEntry, A._RenderTheaterMixin, A.OverlayPortalController, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.SliverChildDelegate, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.SelectionContainerDelegate, A.ScrollableDetails, A.EdgeDraggingAutoScroller, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A._DefaultSnapshotPainter, A.SpellCheckConfiguration, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TextSelectionOverlay, A.SelectionOverlay, A.TextSelectionHandleControls, A.TextSelectionToolbarAnchors, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A._ConstantValueListenable, A.UndoHistoryValue, A._UndoStack, A.GlobalCupertinoLocalizations, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.SlidableAutoCloseNotification, A.SlidableAutoCloseBarrierNotification, A.EndGesture, A.SlidableController, A.ActionPaneData, A.StaggeredGridDelegate, A._TileOrigin, A.StyledToastPosition, A.ToastFuture, A.ToastManager, A.StaticOffsetAligner, A.FollowerAlignment, A.ScreenFollowerBoundary, A.WidgetFollowerBoundary, A._LeaderLink_Object_ChangeNotifier, A.CustomLayerLinkHandle, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.SignInInitParameters, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.AttributeName, A._ParentNode, A._NonElementParentNode, A._ElementAndDocument, A.Node0, A.TreeVisitor, A.HtmlParser, A.Phase, A.ParseError, A.ReparseException, A.EncodingBytes, A.ContentAttrParser, A._EncodingRangeException, A.HtmlInputStream, A.Token0, A.TagAttribute, A.HtmlTokenizer, A.TreeBuilder, A.Pair, A.Node, A._StyleOption, A.Rule, A.BaseClient, A.BaseRequest, A.BaseResponse, A.ClientException, A.MultipartFile, A.MediaType, A.ChannelIterator, A.IfdContainer, A.ExifTag, A.IfdDirectory, A.IfdValue, A.Decoder, A.PngFrame, A.PngInfo, A.IccProfile, A.Palette0, A.ImageException, A.InputBuffer, A.ImageResizer, A.InAppPurchase, A.BillingClientManager, A.BillingClient, A.BillingResponseConverter, A.ProductTypeConverter, A.BillingResultWrapper, A.OneTimePurchaseOfferDetailsWrapper, A.ProductDetailsWrapper, A.ProductDetailsResponseWrapper, A.RecurrenceModeConverter, A.ProductWrapper, A.PurchaseWrapper, A.PurchasesResultWrapper, A.PurchaseStateConverter, A.SubscriptionOfferDetailsWrapper, A.PricingPhaseWrapper, A.InAppPurchasePlatformAddition, A.ProductDetails, A.PurchaseDetails, A.PurchaseParam, A.IAPError, A.InAppPurchaseException, A.ProductDetailsResponse, A.PurchaseVerificationData, A._TransactionObserver, A.SKTransactionStatusConverter, A.SKSubscriptionPeriodUnitConverter, A.SKProductDiscountPaymentModeConverter, A.SKProductDiscountTypeConverter, A.SKPaymentQueueWrapper, A.SKError, A.SKPaymentWrapper, A.SKPaymentTransactionWrapper, A.SkProductResponseWrapper, A.SKProductSubscriptionPeriodWrapper, A.SKProductDiscountWrapper, A.SKProductWrapper, A.SKPriceLocaleWrapper, A.SKRequestMaker, A.SKStorefrontWrapper, A.DateSymbols, A.NumberSymbols, A.DateBuilder, A.DateFormat, A._DateFormatField, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringStack, A.UninitializedLocaleData, A.LocaleDataException, A.Country, A.PhoneNumber, A.InvoiceStatusColors, A.RecurringInvoiceStatusColors, A.CreditStatusColors, A.PurchaseOrderStatusColors, A.TransactionStatusColors, A.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.TaskStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.BankAccountListResponse, A.BankAccountItemResponse, A._BankAccountEntity_Object_BaseEntity, A._$BankAccountListResponseSerializer, A._$BankAccountItemResponseSerializer, A._$BankAccountEntitySerializer, A.BankAccountListResponseBuilder, A.BankAccountItemResponseBuilder, A.BankAccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ClientContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ClientContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ClientContactEntityBuilder, A.CompanyGatewayListResponse, A.CompanyGatewayItemResponse, A._CompanyGatewayEntity_Object_BaseEntity, A.FeesAndLimitsSettings, A._$CompanyGatewayListResponseSerializer, A._$CompanyGatewayItemResponseSerializer, A._$CompanyGatewayEntitySerializer, A._$FeesAndLimitsSettingsSerializer, A.CompanyGatewayListResponseBuilder, A.CompanyGatewayItemResponseBuilder, A.CompanyGatewayEntityBuilder, A.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A.RegistrationFieldEntity, A.DashboardField, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A._$DashboardFieldSerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, A.DashboardFieldBuilder, A.CreditListResponse, A.CreditItemResponse, A._$CreditListResponseSerializer, A._$CreditItemResponseSerializer, A.CreditListResponseBuilder, A.CreditItemResponseBuilder, A.DashboardSettings, A._$DateRangeSerializer, A._$DateRangeComparisonSerializer, A.DesignListResponse, A.DesignItemResponse, A.DesignPreviewRequest, A._DesignEntity_Object_BaseEntity, A._$DesignListResponseSerializer, A._$DesignItemResponseSerializer, A._$DesignPreviewRequestSerializer, A._$DesignEntitySerializer, A.DesignListResponseBuilder, A.DesignItemResponseBuilder, A.DesignPreviewRequestBuilder, A.DesignEntityBuilder, A.DocumentListResponse, A.DocumentItemResponse, A._DocumentEntity_Object_BaseEntity, A._$DocumentListResponseSerializer, A._$DocumentItemResponseSerializer, A._$DocumentEntitySerializer, A.DocumentListResponseBuilder, A.DocumentItemResponseBuilder, A.DocumentEntityBuilder, A.EntityStatus, A.EntityStats, A.SelectableEntity, A.BaseEntity, A.HasActivities, A.BelongsToClient, A.BelongsToVendor, A.LoginResponse, A.ActivityEntity, A.LedgerEntity, A._$EntityTypeSerializer, A._$EntityStateSerializer, A._$EmailTemplateSerializer, A._$LoginResponseSerializer, A._$ActivityEntitySerializer, A._$LedgerEntitySerializer, A.LoginResponseBuilder, A.ActivityEntityBuilder, A.LedgerEntityBuilder, A.ExpenseCategoryListResponse, A.ExpenseCategoryItemResponse, A._ExpenseCategoryEntity_Object_BaseEntity, A._$ExpenseCategoryListResponseSerializer, A._$ExpenseCategoryItemResponseSerializer, A._$ExpenseCategoryEntitySerializer, A.ExpenseCategoryListResponseBuilder, A.ExpenseCategoryItemResponseBuilder, A.ExpenseCategoryEntityBuilder, A.ExpenseListResponse, A.ExpenseItemResponse, A._ExpenseEntity_Object_BaseEntity, A.ExpenseScheduleEntity, A._ExpenseStatusEntity_Object_EntityStatus, A._$ExpenseListResponseSerializer, A._$ExpenseItemResponseSerializer, A._$ExpenseEntitySerializer, A._$ExpenseScheduleEntitySerializer, A._$ExpenseStatusEntitySerializer, A.ExpenseListResponseBuilder, A.ExpenseItemResponseBuilder, A.ExpenseEntityBuilder, A.ExpenseScheduleEntityBuilder, A.ExpenseStatusEntityBuilder, A.GatewayTokenListResponse, A.GatewayTokenItemResponse, A._GatewayTokenEntity_Object_BaseEntity, A.GatewayTokenMetaEntity, A._$GatewayTokenListResponseSerializer, A._$GatewayTokenItemResponseSerializer, A._$GatewayTokenEntitySerializer, A._$GatewayTokenMetaEntitySerializer, A.GatewayTokenListResponseBuilder, A.GatewayTokenItemResponseBuilder, A.GatewayTokenEntityBuilder, A.GatewayTokenMetaEntityBuilder, A.GroupListResponse, A.GroupItemResponse, A._GroupEntity_Object_BaseEntity, A._$GroupListResponseSerializer, A._$GroupItemResponseSerializer, A._$GroupEntitySerializer, A.GroupListResponseBuilder, A.GroupItemResponseBuilder, A.GroupEntityBuilder, A.HealthCheckResponse, A.HealthCheckPHPResponse, A._$HealthCheckResponseSerializer, A._$HealthCheckPHPResponseSerializer, A.HealthCheckResponseBuilder, A.HealthCheckPHPResponseBuilder, A.PreImportResponse, A.PreImportResponseEntityDetails, A.ImportRequest, A.ImportRequestMapping, A._$PreImportResponseSerializer, A._$PreImportResponseEntityDetailsSerializer, A._$ImportRequestSerializer, A._$ImportRequestMappingSerializer, A.PreImportResponseBuilder, A.PreImportResponseEntityDetailsBuilder, A.ImportRequestBuilder, A.ImportRequestMappingBuilder, A.InvoiceListResponse, A.InvoiceItemResponse, A._InvoiceEntity_Object_BaseEntity, A.InvoiceItemEntity, A._InvitationEntity_Object_BaseEntity, A.InvoiceScheduleEntity, A.InvoiceHistoryEntity, A._$InvoiceListResponseSerializer, A._$InvoiceItemResponseSerializer, A._$InvoiceEntitySerializer, A._$InvoiceItemEntitySerializer, A._$InvitationEntitySerializer, A._$InvoiceScheduleEntitySerializer, A._$InvoiceHistoryEntitySerializer, A.InvoiceListResponseBuilder, A.InvoiceItemResponseBuilder, A.InvoiceEntityBuilder, A.InvoiceItemEntityBuilder, A.InvitationEntityBuilder, A.InvoiceScheduleEntityBuilder, A.InvoiceHistoryEntityBuilder, A.CalculateInvoiceTotal, A.PaymentListResponse, A.PaymentItemResponse, A._PaymentEntity_Object_BaseEntity, A._PaymentableEntity_Object_SelectableEntity, A._$PaymentListResponseSerializer, A._$PaymentItemResponseSerializer, A._$PaymentEntitySerializer, A._$PaymentableEntitySerializer, A.PaymentListResponseBuilder, A.PaymentItemResponseBuilder, A.PaymentEntityBuilder, A.PaymentableEntityBuilder, A.PaymentTermListResponse, A.PaymentTermItemResponse, A._PaymentTermEntity_Object_BaseEntity, A._$PaymentTermListResponseSerializer, A._$PaymentTermItemResponseSerializer, A._$PaymentTermEntitySerializer, A.PaymentTermListResponseBuilder, A.PaymentTermItemResponseBuilder, A.PaymentTermEntityBuilder, A.ProductListResponse, A.ProductItemResponse, A._ProductEntity_Object_BaseEntity, A._$ProductListResponseSerializer, A._$ProductItemResponseSerializer, A._$ProductEntitySerializer, A.ProductListResponseBuilder, A.ProductItemResponseBuilder, A.ProductEntityBuilder, A.ProjectListResponse, A.ProjectItemResponse, A._ProjectEntity_Object_BaseEntity, A._$ProjectListResponseSerializer, A._$ProjectItemResponseSerializer, A._$ProjectEntitySerializer, A.ProjectListResponseBuilder, A.ProjectItemResponseBuilder, A.ProjectEntityBuilder, A.ScheduleListResponse, A.ScheduleItemResponse, A._ScheduleEntity_Object_BaseEntity, A.ScheduleParameters, A._$ScheduleListResponseSerializer, A._$ScheduleItemResponseSerializer, A._$ScheduleEntitySerializer, A._$ScheduleParametersSerializer, A.ScheduleListResponseBuilder, A.ScheduleItemResponseBuilder, A.ScheduleEntityBuilder, A.ScheduleParametersBuilder, A.SettingsEntity, A.PdfPreviewRequest, A._$SettingsEntitySerializer, A._$PdfPreviewRequestSerializer, A.SettingsEntityBuilder, A.PdfPreviewRequestBuilder, A.ColorTheme, A.CountryListResponse, A.CountryItemResponse, A._CountryEntity_Object_SelectableEntity, A._$CountryListResponseSerializer, A._$CountryItemResponseSerializer, A._$CountryEntitySerializer, A.CountryListResponseBuilder, A.CountryItemResponseBuilder, A.CountryEntityBuilder, A.CurrencyListResponse, A.CurrencyItemResponse, A._CurrencyEntity_Object_SelectableEntity, A._$CurrencyListResponseSerializer, A._$CurrencyItemResponseSerializer, A._$CurrencyEntitySerializer, A.CurrencyListResponseBuilder, A.CurrencyItemResponseBuilder, A.CurrencyEntityBuilder, A.DateFormatListResponse, A.DateFormatItemResponse, A._DateFormatEntity_Object_SelectableEntity, A._$DateFormatListResponseSerializer, A._$DateFormatItemResponseSerializer, A._$DateFormatEntitySerializer, A.DateFormatListResponseBuilder, A.DateFormatItemResponseBuilder, A.DateFormatEntityBuilder, A.DatetimeFormatListResponse, A.DatetimeFormatItemResponse, A.DatetimeFormatEntity, A._$DatetimeFormatListResponseSerializer, A._$DatetimeFormatItemResponseSerializer, A._$DatetimeFormatEntitySerializer, A.DatetimeFormatListResponseBuilder, A.DatetimeFormatItemResponseBuilder, A.DatetimeFormatEntityBuilder, A._DocumentStatusEntity_Object_EntityStatus, A.DocumentStatusEntityBuilder, A._FontEntity_Object_SelectableEntity, A.IndustryListResponse, A.IndustryItemResponse, A._IndustryEntity_Object_SelectableEntity, A._$IndustryListResponseSerializer, A._$IndustryItemResponseSerializer, A._$IndustryEntitySerializer, A.IndustryListResponseBuilder, A.IndustryItemResponseBuilder, A.IndustryEntityBuilder, A._InvoiceStatusEntity_Object_EntityStatus, A._$InvoiceStatusEntitySerializer, A.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, A._PaymentStatusEntity_Object_EntityStatus, A.PaymentStatusEntityBuilder, A.PaymentTypeListResponse, A.PaymentTypeItemResponse, A._PaymentTypeEntity_Object_SelectableEntity, A._$PaymentTypeListResponseSerializer, A._$PaymentTypeItemResponseSerializer, A._$PaymentTypeEntitySerializer, A.PaymentTypeListResponseBuilder, A.PaymentTypeItemResponseBuilder, A.PaymentTypeEntityBuilder, A.SizeListResponse, A.SizeItemResponse, A._SizeEntity_Object_SelectableEntity, A._$SizeListResponseSerializer, A._$SizeItemResponseSerializer, A._$SizeEntitySerializer, A.SizeListResponseBuilder, A.SizeItemResponseBuilder, A.SizeEntityBuilder, A.StaticDataItemResponse, A.StaticDataEntity, A.TemplateEntity, A._$StaticDataItemResponseSerializer, A._$StaticDataEntitySerializer, A._$TemplateEntitySerializer, A.StaticDataItemResponseBuilder, A.StaticDataEntityBuilder, A.TemplateEntityBuilder, A.TimezoneListResponse, A.TimezoneItemResponse, A._TimezoneEntity_Object_SelectableEntity, A._$TimezoneListResponseSerializer, A._$TimezoneItemResponseSerializer, A._$TimezoneEntitySerializer, A.TimezoneListResponseBuilder, A.TimezoneItemResponseBuilder, A.TimezoneEntityBuilder, A.SubscriptionListResponse, A.SubscriptionItemResponse, A._SubscriptionEntity_Object_BaseEntity, A.WebhookConfigurationEntity, A._$SubscriptionListResponseSerializer, A._$SubscriptionItemResponseSerializer, A._$SubscriptionEntitySerializer, A._$WebhookConfigurationEntitySerializer, A.SubscriptionListResponseBuilder, A.SubscriptionItemResponseBuilder, A.SubscriptionEntityBuilder, A.WebhookConfigurationEntityBuilder, A.SystemLogEntity, A._$SystemLogEntitySerializer, A.SystemLogEntityBuilder, A.TaskListResponse, A.TaskItemResponse, A.TaskTime, A._TaskEntity_Object_BaseEntity, A._$TaskListResponseSerializer, A._$TaskItemResponseSerializer, A._$TaskEntitySerializer, A.TaskListResponseBuilder, A.TaskItemResponseBuilder, A.TaskTimeBuilder, A.TaskEntityBuilder, A.TaskStatusListResponse, A.TaskStatusItemResponse, A._TaskStatusEntity_Object_BaseEntity, A._$TaskStatusListResponseSerializer, A._$TaskStatusItemResponseSerializer, A._$TaskStatusEntitySerializer, A.TaskStatusListResponseBuilder, A.TaskStatusItemResponseBuilder, A.TaskStatusEntityBuilder, A.TaxDataEntity, A.TaxConfigEntity, A.TaxConfigRegionEntity, A.TaxConfigSubregionEntity, A._$TaxDataEntitySerializer, A._$TaxConfigEntitySerializer, A._$TaxConfigRegionEntitySerializer, A._$TaxConfigSubregionEntitySerializer, A.TaxDataEntityBuilder, A.TaxConfigEntityBuilder, A.TaxConfigRegionEntityBuilder, A.TaxConfigSubregionEntityBuilder, A.TaxRateListResponse, A.TaxRateItemResponse, A._TaxRateEntity_Object_BaseEntity, A._$TaxRateListResponseSerializer, A._$TaxRateItemResponseSerializer, A._$TaxRateEntitySerializer, A.TaxRateListResponseBuilder, A.TaxRateItemResponseBuilder, A.TaxRateEntityBuilder, A.TokenListResponse, A.TokenItemResponse, A._TokenEntity_Object_BaseEntity, A._$TokenListResponseSerializer, A._$TokenItemResponseSerializer, A._$TokenEntitySerializer, A.TokenListResponseBuilder, A.TokenItemResponseBuilder, A.TokenEntityBuilder, A.TransactionListResponse, A.TransactionItemResponse, A._TransactionEntity_Object_BaseEntity, A._TransactionStatusEntity_Object_EntityStatus, A._$TransactionListResponseSerializer, A._$TransactionItemResponseSerializer, A._$TransactionEntitySerializer, A._$TransactionStatusEntitySerializer, A.TransactionListResponseBuilder, A.TransactionItemResponseBuilder, A.TransactionEntityBuilder, A.TransactionStatusEntityBuilder, A.TransactionRuleListResponse, A.TransactionRuleItemResponse, A._TransactionRuleEntity_Object_BaseEntity, A.TransactionRuleCriteriaEntity, A._$TransactionRuleListResponseSerializer, A._$TransactionRuleItemResponseSerializer, A._$TransactionRuleEntitySerializer, A._$TransactionRuleCriteriaEntitySerializer, A.TransactionRuleListResponseBuilder, A.TransactionRuleItemResponseBuilder, A.TransactionRuleEntityBuilder, A.TransactionRuleCriteriaEntityBuilder, A.UserListResponse, A.UserItemResponse, A.UserTwoFactorResponse, A.UserTwoFactorData, A.UserCompanyItemResponse, A._UserEntity_Object_BaseEntity, A._$UserListResponseSerializer, A._$UserItemResponseSerializer, A._$UserTwoFactorResponseSerializer, A._$UserTwoFactorDataSerializer, A._$UserCompanyItemResponseSerializer, A._$UserEntitySerializer, A.UserListResponseBuilder, A.UserItemResponseBuilder, A.UserTwoFactorResponseBuilder, A.UserTwoFactorDataBuilder, A.UserCompanyItemResponseBuilder, A.UserEntityBuilder, A.VendorListResponse, A.VendorItemResponse, A._VendorEntity_Object_BaseEntity, A._VendorContactEntity_Object_BaseEntity, A._$VendorListResponseSerializer, A._$VendorItemResponseSerializer, A._$VendorEntitySerializer, A._$VendorContactEntitySerializer, A.VendorListResponseBuilder, A.VendorItemResponseBuilder, A.VendorEntityBuilder, A.VendorContactEntityBuilder, A.WebhookListResponse, A.WebhookItemResponse, A._WebhookEntity_Object_BaseEntity, A._$WebhookListResponseSerializer, A._$WebhookItemResponseSerializer, A._$WebhookEntitySerializer, A.WebhookListResponseBuilder, A.WebhookItemResponseBuilder, A.WebhookEntityBuilder, A.AuthRepository, A.BankAccountRepository, A.ClientRepository, A.CompanyGatewayRepository, A.CreditRepository, A.DesignRepository, A.DocumentRepository, A.ExpenseCategoryRepository, A.ExpenseRepository, A.GroupRepository, A.InvoiceRepository, A.PaymentRepository, A.PaymentTermRepository, A.PersistenceRepository, A.ProductRepository, A.ProjectRepository, A.PurchaseOrderRepository, A.QuoteRepository, A.RecurringExpenseRepository, A.RecurringInvoiceRepository, A.ScheduleRepository, A.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.TransactionRepository, A.TransactionRuleRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.UpdateLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.DismissGatewayWarningPermanently, A.DismissTaskExtensionBanner, A.ViewMainScreen, A.StartLoading, A.StopLoading, A.StartSaving, A.StopSaving, A.LoadStaticSuccess, A.ToggleEditorLayout, A.ToggleViewerLayout, A.TogglePreviewSidebar, A.UpdateUserPreferences, A.LoadAccountSuccess, A.ResendConfirmation, A.ResendConfirmationFailure, A.ResendConfirmationSuccess, A.RefreshData, A.RefreshDataSuccess, A.RefreshDataFailure, A.PreviewEntity, A.ClearPreviewStack, A.PopPreviewStack, A.PopFilterStack, A.ClearData, A.ClearLastError, A.DiscardChanges, A.ClearEntityFilter, A.ClearEntitySelection, A.FilterByEntity, A.FilterCompany, A.AppState, A.Credentials, A.SelectionState, A._$AppStateSerializer, A.AppStateBuilder, A.LoadStateRequest, A.LoadStateSuccess, A.OAuthLoginRequest, A.UserLoadUrl, A.UserLoginRequest, A.UserLoginSuccess, A.UserLoginFailure, A.RecoverPasswordRequest, A.RecoverPasswordSuccess, A.RecoverPasswordFailure, A.UserLogout, A.UserLogoutAll, A.UserLogoutAllSuccess, A.UserLogoutAllFailure, A.UserSignUpRequest, A.OAuthSignUpRequest, A.UserVerifiedPassword, A.UserUnverifiedPassword, A.AuthState, A._$AuthStateSerializer, A.AuthStateBuilder, A.ViewBankAccountList, A.ViewBankAccount, A.EditBankAccount, A.UpdateBankAccount, A.LoadBankAccountRequest, A.LoadBankAccountFailure, A.LoadBankAccountSuccess, A.LoadBankAccountsRequest, A.LoadBankAccountsFailure, A.LoadBankAccountsSuccess, A.SaveBankAccountRequest, A.SaveBankAccountSuccess, A.AddBankAccountSuccess, A.SaveBankAccountFailure, A.ArchiveBankAccountsRequest, A.ArchiveBankAccountsSuccess, A.ArchiveBankAccountsFailure, A.DeleteBankAccountsRequest, A.DeleteBankAccountsSuccess, A.DeleteBankAccountsFailure, A.RestoreBankAccountsRequest, A.RestoreBankAccountsSuccess, A.RestoreBankAccountsFailure, A.FilterBankAccounts, A.SortBankAccounts, A.FilterBankAccountsByState, A.FilterBankAccountsByCustom1, A.FilterBankAccountsByCustom2, A.FilterBankAccountsByCustom3, A.FilterBankAccountsByCustom4, A.StartBankAccountMultiselect, A.AddToBankAccountMultiselect, A.RemoveFromBankAccountMultiselect, A.ClearBankAccountMultiselect, A.BankAccountState, A._BankAccountUIState_Object_EntityUIState, A._$BankAccountStateSerializer, A._$BankAccountUIStateSerializer, A.BankAccountStateBuilder, A.BankAccountUIStateBuilder, A.ViewClientList, A.ViewClient, A.EditClient, A.EditContact, A.ShowPdfClient, A.UpdateClient, A.LoadClient, A.LoadClients, A.LoadClientRequest, A.LoadClientFailure, A.LoadClientSuccess, A.LoadClientsRequest, A.LoadClientsFailure, A.LoadClientsSuccess, A.AddContact, A.UpdateContact, A.DeleteContact, A.SaveClientRequest, A.SaveClientSuccess, A.AddClientSuccess, A.SaveClientFailure, A.ArchiveClientsRequest, A.ArchiveClientsSuccess, A.ArchiveClientsFailure, A.MergeClientsRequest, A.MergeClientsSuccess, A.MergeClientsFailure, A.DeleteClientsRequest, A.DeleteClientsSuccess, A.DeleteClientsFailure, A.PurgeClientRequest, A.PurgeClientSuccess, A.PurgeClientFailure, A.RestoreClientsRequest, A.RestoreClientSuccess, A.RestoreClientFailure, A.FilterClients, A.SortClients, A.FilterClientsByState, A.FilterClientsByCustom1, A.FilterClientsByCustom2, A.FilterClientsByCustom3, A.FilterClientsByCustom4, A.StartClientMultiselect, A.AddToClientMultiselect, A.RemoveFromClientMultiselect, A.ClearClientMultiselect, A.SaveClientDocumentRequest, A.SaveClientDocumentFailure, A.UpdateClientTab, A.ClientState, A._ClientUIState_Object_EntityUIState, A._$ClientStateSerializer, A._$ClientUIStateSerializer, A.ClientStateBuilder, A.ClientUIStateBuilder, A.SelectCompany, A.LoadCompanySuccess, A.UpdateCompany, A.SaveCompanyRequest, A.SaveCompanySuccess, A.SaveCompanyFailure, A.SaveEInvoiceCertificateRequest, A.SaveEInvoiceCertificateSuccess, A.SaveEInvoiceCertificateFailure, A.AddCompany, A.AddCompanySuccess, A.DeleteCompanyRequest, A.DeleteCompanySuccess, A.DeleteCompanyFailure, A.PurgeDataRequest, A.PurgeDataSuccess, A.PurgeDataFailure, A.UpdateCompanyLanguage, A.SaveCompanyDocumentRequest, A.SaveCompanyDocumentFailure, A.SetDefaultCompanyRequest, A.SetDefaultCompanySuccess, A.SetDefaultCompanyFailure, A.UserCompanyState, A._$UserCompanyStateSerializer, A.UserCompanyStateBuilder, A.ViewCompanyGatewayList, A.ViewCompanyGateway, A.EditCompanyGateway, A.UpdateCompanyGateway, A.LoadCompanyGateway, A.LoadCompanyGatewayRequest, A.LoadCompanyGatewayFailure, A.LoadCompanyGatewaySuccess, A.LoadCompanyGatewaysRequest, A.LoadCompanyGatewaysFailure, A.LoadCompanyGatewaysSuccess, A.SaveCompanyGatewayRequest, A.SaveCompanyGatewaySuccess, A.AddCompanyGatewaySuccess, A.SaveCompanyGatewayFailure, A.ArchiveCompanyGatewayRequest, A.ArchiveCompanyGatewaySuccess, A.ArchiveCompanyGatewayFailure, A.DeleteCompanyGatewayRequest, A.DeleteCompanyGatewaySuccess, A.DeleteCompanyGatewayFailure, A.DisconnectCompanyGatewayRequest, A.DisconnectCompanyGatewaySuccess, A.DisconnectCompanyGatewayFailure, A.RestoreCompanyGatewayRequest, A.RestoreCompanyGatewaySuccess, A.RestoreCompanyGatewayFailure, A.FilterCompanyGatewaysByState, A.FilterCompanyGatewaysByCustom1, A.FilterCompanyGatewaysByCustom2, A.FilterCompanyGatewaysByCustom3, A.FilterCompanyGatewaysByCustom4, A.StartCompanyGatewayMultiselect, A.AddToCompanyGatewayMultiselect, A.RemoveFromCompanyGatewayMultiselect, A.ClearCompanyGatewayMultiselect, A.CompanyGatewayState, A._CompanyGatewayUIState_Object_EntityUIState, A._$CompanyGatewayStateSerializer, A._$CompanyGatewayUIStateSerializer, A.CompanyGatewayStateBuilder, A.CompanyGatewayUIStateBuilder, A.ViewCreditList, A.ViewCredit, A.EditCredit, A.ShowEmailCredit, A.ShowPdfCredit, A.EditCreditItem, A.UpdateCredit, A.UpdateCreditClient, A.LoadCredit, A.LoadCredits, A.LoadCreditRequest, A.LoadCreditFailure, A.LoadCreditSuccess, A.LoadCreditsRequest, A.LoadCreditsFailure, A.LoadCreditsSuccess, A.AddCreditContact, A.RemoveCreditContact, A.AddCreditItem, A.MoveCreditItem, A.AddCreditItems, A.UpdateCreditItem, A.DeleteCreditItem, A.SaveCreditRequest, A.SaveCreditSuccess, A.AddCreditSuccess, A.SaveCreditFailure, A.EmailCreditRequest, A.EmailCreditSuccess, A.EmailCreditFailure, A.MarkSentCreditRequest, A.MarkSentCreditSuccess, A.MarkSentCreditFailure, A.BulkEmailCreditsRequest, A.BulkEmailCreditsSuccess, A.BulkEmailCreditsFailure, A.MarkCreditsPaidRequest, A.MarkCreditsPaidSuccess, A.MarkCreditsPaidFailure, A.ArchiveCreditsRequest, A.ArchiveCreditsSuccess, A.ArchiveCreditsFailure, A.DeleteCreditsRequest, A.DeleteCreditsSuccess, A.DeleteCreditsFailure, A.DownloadCreditsRequest, A.DownloadCreditsSuccess, A.DownloadCreditsFailure, A.RestoreCreditsRequest, A.RestoreCreditsSuccess, A.RestoreCreditsFailure, A.FilterCredits, A.SortCredits, A.FilterCreditsByState, A.FilterCreditsByCustom1, A.FilterCreditsByCustom2, A.FilterCreditsByCustom3, A.FilterCreditsByCustom4, A.SaveCreditDocumentRequest, A.SaveCreditDocumentFailure, A.StartCreditMultiselect, A.AddToCreditMultiselect, A.RemoveFromCreditMultiselect, A.ClearCreditMultiselect, A.UpdateCreditTab, A.CreditState, A._CreditUIState_Object_EntityUIState, A._$CreditStateSerializer, A._$CreditUIStateSerializer, A.CreditStateBuilder, A.CreditUIStateBuilder, A.ViewDashboard, A.UpdateDashboardSettings, A.UpdateDashboardFields, A.UpdateDashboardFieldSettingss, A.UpdateDashboardSelection, A.UpdateDashboardSidebar, A.ChartDataGroup, A.ChartMoneyData, A.DashboardUIState, A.DashboardUISettings, A._$DashboardUIStateSerializer, A._$DashboardUISettingsSerializer, A.DashboardUIStateBuilder, A.DashboardUISettingsBuilder, A.ViewDesignList, A.ViewDesign, A.EditDesign, A.UpdateDesign, A.LoadDesignRequest, A.LoadDesignFailure, A.LoadDesignSuccess, A.LoadDesignsRequest, A.LoadDesignsFailure, A.LoadDesignsSuccess, A.SaveDesignRequest, A.SaveDesignSuccess, A.AddDesignSuccess, A.SaveDesignFailure, A.ArchiveDesignsRequest, A.ArchiveDesignsSuccess, A.ArchiveDesignsFailure, A.DeleteDesignsRequest, A.DeleteDesignsSuccess, A.DeleteDesignsFailure, A.RestoreDesignsRequest, A.RestoreDesignsSuccess, A.RestoreDesignsFailure, A.FilterDesigns, A.SortDesigns, A.FilterDesignsByState, A.FilterDesignsByCustom1, A.FilterDesignsByCustom2, A.FilterDesignsByCustom3, A.FilterDesignsByCustom4, A.StartDesignMultiselect, A.AddToDesignMultiselect, A.RemoveFromDesignMultiselect, A.ClearDesignMultiselect, A.DesignState, A._DesignUIState_Object_EntityUIState, A._$DesignStateSerializer, A._$DesignUIStateSerializer, A.DesignStateBuilder, A.DesignUIStateBuilder, A.ViewDocumentList, A.ViewDocument, A.EditDocument, A.UpdateDocument, A.LoadDocumentData, A.LoadDocumentRequest, A.LoadDocumentFailure, A.LoadDocumentSuccess, A.LoadDocumentsSuccess, A.SaveDocumentRequest, A.SaveDocumentSuccess, A.SaveDocumentFailure, A.DownloadDocumentsRequest, A.DownloadDocumentsSuccess, A.DownloadDocumentsFailure, A.ArchiveDocumentRequest, A.ArchiveDocumentSuccess, A.ArchiveDocumentFailure, A.DeleteDocumentRequest, A.DeleteDocumentSuccess, A.DeleteDocumentFailure, A.RestoreDocumentRequest, A.RestoreDocumentSuccess, A.RestoreDocumentFailure, A.FilterDocuments, A.FilterDocumentsByStatus, A.SortDocuments, A.FilterDocumentsByCustom1, A.FilterDocumentsByCustom2, A.FilterDocumentsByCustom3, A.FilterDocumentsByCustom4, A.StartDocumentMultiselect, A.AddToDocumentMultiselect, A.RemoveFromDocumentMultiselect, A.ClearDocumentMultiselect, A.DocumentState, A._DocumentUIState_Object_EntityUIState, A._$DocumentStateSerializer, A._$DocumentUIStateSerializer, A.DocumentStateBuilder, A.DocumentUIStateBuilder, A.ViewExpenseList, A.ViewExpense, A.EditExpense, A.UpdateExpense, A.LoadExpense, A.LoadExpenses, A.LoadExpenseRequest, A.LoadExpenseFailure, A.LoadExpenseSuccess, A.LoadExpensesRequest, A.LoadExpensesFailure, A.LoadExpensesSuccess, A.SaveExpenseRequest, A.SaveExpenseSuccess, A.AddExpenseSuccess, A.SaveExpenseFailure, A.ArchiveExpenseRequest, A.ArchiveExpenseSuccess, A.ArchiveExpenseFailure, A.DeleteExpenseRequest, A.DeleteExpenseSuccess, A.DeleteExpenseFailure, A.RestoreExpenseRequest, A.RestoreExpenseSuccess, A.RestoreExpenseFailure, A.FilterExpenses, A.SortExpenses, A.FilterExpensesByState, A.FilterExpensesByStatus, A.FilterExpensesByCustom1, A.FilterExpensesByCustom2, A.FilterExpensesByCustom3, A.FilterExpensesByCustom4, A.StartExpenseMultiselect, A.AddToExpenseMultiselect, A.RemoveFromExpenseMultiselect, A.ClearExpenseMultiselect, A.SaveExpenseDocumentRequest, A.SaveExpenseDocumentFailure, A.UpdateExpenseTab, A.ExpenseState, A._ExpenseUIState_Object_EntityUIState, A._$ExpenseStateSerializer, A._$ExpenseUIStateSerializer, A.ExpenseStateBuilder, A.ExpenseUIStateBuilder, A.ViewExpenseCategoryList, A.ViewExpenseCategory, A.EditExpenseCategory, A.UpdateExpenseCategory, A.LoadExpenseCategoryRequest, A.LoadExpenseCategoryFailure, A.LoadExpenseCategorySuccess, A.LoadExpenseCategoriesRequest, A.LoadExpenseCategoriesFailure, A.LoadExpenseCategoriesSuccess, A.SaveExpenseCategoryRequest, A.SaveExpenseCategorySuccess, A.AddExpenseCategorySuccess, A.SaveExpenseCategoryFailure, A.ArchiveExpenseCategoriesRequest, A.ArchiveExpenseCategoriesSuccess, A.ArchiveExpenseCategoriesFailure, A.DeleteExpenseCategoriesRequest, A.DeleteExpenseCategoriesSuccess, A.DeleteExpenseCategoriesFailure, A.RestoreExpenseCategoriesRequest, A.RestoreExpenseCategoriesSuccess, A.RestoreExpenseCategoriesFailure, A.FilterExpenseCategories, A.SortExpenseCategories, A.FilterExpenseCategoriesByState, A.FilterExpenseCategoriesByCustom1, A.FilterExpenseCategoriesByCustom2, A.FilterExpenseCategoriesByCustom3, A.FilterExpenseCategoriesByCustom4, A.StartExpenseCategoryMultiselect, A.AddToExpenseCategoryMultiselect, A.RemoveFromExpenseCategoryMultiselect, A.ClearExpenseCategoryMultiselect, A.ExpenseCategoryState, A._ExpenseCategoryUIState_Object_EntityUIState, A._$ExpenseCategoryStateSerializer, A._$ExpenseCategoryUIStateSerializer, A.ExpenseCategoryStateBuilder, A.ExpenseCategoryUIStateBuilder, A.ViewGroupList, A.ViewGroup, A.EditGroup, A.UpdateGroup, A.LoadGroup, A.LoadGroupRequest, A.LoadGroupFailure, A.LoadGroupSuccess, A.LoadGroupsRequest, A.LoadGroupsFailure, A.LoadGroupsSuccess, A.SaveGroupRequest, A.SaveGroupSuccess, A.AddGroupSuccess, A.SaveGroupFailure, A.ArchiveGroupRequest, A.ArchiveGroupSuccess, A.ArchiveGroupFailure, A.DeleteGroupRequest, A.DeleteGroupSuccess, A.DeleteGroupFailure, A.RestoreGroupRequest, A.RestoreGroupSuccess, A.RestoreGroupFailure, A.FilterGroups, A.SortGroups, A.FilterGroupsByState, A.StartGroupMultiselect, A.AddToGroupMultiselect, A.RemoveFromGroupMultiselect, A.ClearGroupMultiselect, A.SaveGroupDocumentRequest, A.SaveGroupDocumentFailure, A.GroupState, A._GroupUIState_Object_EntityUIState, A._$GroupStateSerializer, A._$GroupUIStateSerializer, A.GroupStateBuilder, A.GroupUIStateBuilder, A.ViewInvoiceList, A.ViewInvoice, A.EditInvoice, A.ShowEmailInvoice, A.ShowPdfInvoice, A.EditInvoiceItem, A.UpdateInvoice, A.UpdateInvoiceClient, A.LoadInvoice, A.LoadInvoices, A.LoadInvoiceRequest, A.LoadInvoiceFailure, A.LoadInvoiceSuccess, A.LoadInvoicesRequest, A.LoadInvoicesFailure, A.LoadInvoicesSuccess, A.AddInvoiceContact, A.RemoveInvoiceContact, A.AddInvoiceItem, A.MoveInvoiceItem, A.AddInvoiceItems, A.UpdateInvoiceItem, A.DeleteInvoiceItem, A.SaveInvoiceRequest, A.SaveInvoiceSuccess, A.AddInvoiceSuccess, A.SaveInvoiceFailure, A.EmailInvoiceRequest, A.EmailInvoiceSuccess, A.EmailInvoiceFailure, A.MarkInvoicesSentRequest, A.MarkInvoicesSentSuccess, A.MarkInvoicesSentFailure, A.BulkEmailInvoicesRequest, A.BulkEmailInvoicesSuccess, A.BulkEmailInvoicesFailure, A.MarkInvoicesPaidRequest, A.MarkInvoicesPaidSuccess, A.MarkInvoicesPaidFailure, A.AutoBillInvoicesRequest, A.AutoBillInvoicesSuccess, A.AutoBillInvoicesFailure, A.CancelInvoicesRequest, A.CancelInvoicesSuccess, A.CancelInvoicesFailure, A.ArchiveInvoicesRequest, A.ArchiveInvoicesSuccess, A.ArchiveInvoicesFailure, A.DeleteInvoicesRequest, A.DeleteInvoicesSuccess, A.DeleteInvoicesFailure, A.DownloadInvoicesRequest, A.DownloadInvoicesSuccess, A.DownloadInvoicesFailure, A.RestoreInvoicesRequest, A.RestoreInvoicesSuccess, A.RestoreInvoicesFailure, A.FilterInvoices, A.SortInvoices, A.FilterInvoicesByState, A.FilterInvoicesByStatus, A.FilterInvoicesByCustom1, A.FilterInvoicesByCustom2, A.FilterInvoicesByCustom3, A.FilterInvoicesByCustom4, A.StartInvoiceMultiselect, A.AddToInvoiceMultiselect, A.RemoveFromInvoiceMultiselect, A.ClearInvoiceMultiselect, A.SaveInvoiceDocumentRequest, A.SaveInvoiceDocumentFailure, A.UpdateInvoiceTab, A.InvoiceState, A._InvoiceUIState_Object_EntityUIState, A._$InvoiceStateSerializer, A._$InvoiceUIStateSerializer, A.InvoiceStateBuilder, A.InvoiceUIStateBuilder, A.ViewPaymentList, A.ViewPayment, A.EditPayment, A.ViewRefundPayment, A.UpdatePayment, A.LoadPayment, A.LoadPayments, A.LoadPaymentRequest, A.LoadPaymentFailure, A.LoadPaymentSuccess, A.LoadPaymentsRequest, A.LoadPaymentsFailure, A.LoadPaymentsSuccess, A.SavePaymentRequest, A.SavePaymentSuccess, A.AddPaymentSuccess, A.SavePaymentFailure, A.RefundPaymentRequest, A.RefundPaymentSuccess, A.RefundPaymentFailure, A.ArchivePaymentsRequest, A.ArchivePaymentsSuccess, A.ArchivePaymentsFailure, A.DeletePaymentsRequest, A.DeletePaymentsSuccess, A.DeletePaymentsFailure, A.RestorePaymentsRequest, A.RestorePaymentsSuccess, A.RestorePaymentsFailure, A.EmailPaymentRequest, A.EmailPaymentSuccess, A.FilterPayments, A.SortPayments, A.FilterPaymentsByState, A.FilterPaymentsByStatus, A.FilterPaymentsByCustom1, A.FilterPaymentsByCustom2, A.FilterPaymentsByCustom3, A.FilterPaymentsByCustom4, A.StartPaymentMultiselect, A.AddToPaymentMultiselect, A.RemoveFromPaymentMultiselect, A.ClearPaymentMultiselect, A.PaymentState, A._PaymentUIState_Object_EntityUIState, A._$PaymentStateSerializer, A._$PaymentUIStateSerializer, A.PaymentStateBuilder, A.PaymentUIStateBuilder, A.ViewPaymentTermList, A.ViewPaymentTerm, A.EditPaymentTerm, A.UpdatePaymentTerm, A.LoadPaymentTermRequest, A.LoadPaymentTermFailure, A.LoadPaymentTermSuccess, A.LoadPaymentTermsRequest, A.LoadPaymentTermsFailure, A.LoadPaymentTermsSuccess, A.SavePaymentTermRequest, A.SavePaymentTermSuccess, A.AddPaymentTermSuccess, A.SavePaymentTermFailure, A.ArchivePaymentTermsRequest, A.ArchivePaymentTermsSuccess, A.ArchivePaymentTermsFailure, A.DeletePaymentTermsRequest, A.DeletePaymentTermsSuccess, A.DeletePaymentTermsFailure, A.RestorePaymentTermsRequest, A.RestorePaymentTermsSuccess, A.RestorePaymentTermsFailure, A.FilterPaymentTerms, A.SortPaymentTerms, A.FilterPaymentTermsByState, A.FilterPaymentTermsByCustom1, A.FilterPaymentTermsByCustom2, A.FilterPaymentTermsByCustom3, A.FilterPaymentTermsByCustom4, A.StartPaymentTermMultiselect, A.AddToPaymentTermMultiselect, A.RemoveFromPaymentTermMultiselect, A.ClearPaymentTermMultiselect, A.PaymentTermState, A._PaymentTermUIState_Object_EntityUIState, A._$PaymentTermStateSerializer, A._$PaymentTermUIStateSerializer, A.PaymentTermStateBuilder, A.PaymentTermUIStateBuilder, A.ViewProductList, A.ViewProduct, A.EditProduct, A.UpdateProduct, A.LoadProductRequest, A.LoadProduct, A.LoadProductSuccess, A.LoadProductFailure, A.LoadProducts, A.LoadProductsRequest, A.LoadProductsFailure, A.LoadProductsSuccess, A.SaveProductRequest, A.SaveProductSuccess, A.AddProductSuccess, A.SaveProductFailure, A.ArchiveProductsRequest, A.ArchiveProductsSuccess, A.ArchiveProductsFailure, A.DeleteProductsRequest, A.DeleteProductsSuccess, A.DeleteProductsFailure, A.RestoreProductsRequest, A.RestoreProductsSuccess, A.RestoreProductsFailure, A.SetTaxCategoryProductsRequest, A.SetTaxCategoryProductsSuccess, A.SetTaxCategoryProductsFailure, A.FilterProducts, A.SortProducts, A.FilterProductsByState, A.FilterProductsByCustom1, A.FilterProductsByCustom2, A.FilterProductsByCustom3, A.FilterProductsByCustom4, A.StartProductMultiselect, A.AddToProductMultiselect, A.RemoveFromProductMultiselect, A.ClearProductMultiselect, A.SaveProductDocumentRequest, A.SaveProductDocumentFailure, A.UpdateProductTab, A.ProductState, A._ProductUIState_Object_EntityUIState, A._$ProductStateSerializer, A._$ProductUIStateSerializer, A.ProductStateBuilder, A.ProductUIStateBuilder, A.ViewProjectList, A.ViewProject, A.EditProject, A.UpdateProject, A.LoadProject, A.LoadProjects, A.LoadProjectRequest, A.LoadProjectFailure, A.LoadProjectSuccess, A.LoadProjectsRequest, A.LoadProjectsFailure, A.LoadProjectsSuccess, A.SaveProjectRequest, A.SaveProjectSuccess, A.AddProjectSuccess, A.SaveProjectFailure, A.ArchiveProjectRequest, A.ArchiveProjectSuccess, A.ArchiveProjectFailure, A.DeleteProjectRequest, A.DeleteProjectSuccess, A.DeleteProjectFailure, A.RestoreProjectRequest, A.RestoreProjectSuccess, A.RestoreProjectFailure, A.FilterProjects, A.SortProjects, A.FilterProjectsByState, A.FilterProjectsByCustom1, A.FilterProjectsByCustom2, A.FilterProjectsByCustom3, A.FilterProjectsByCustom4, A.StartProjectMultiselect, A.AddToProjectMultiselect, A.RemoveFromProjectMultiselect, A.ClearProjectMultiselect, A.SaveProjectDocumentRequest, A.SaveProjectDocumentFailure, A.UpdateProjectTab, A.ProjectState, A._ProjectUIState_Object_EntityUIState, A._$ProjectStateSerializer, A._$ProjectUIStateSerializer, A.ProjectStateBuilder, A.ProjectUIStateBuilder, A.ViewPurchaseOrderList, A.ViewPurchaseOrder, A.EditPurchaseOrder, A.ShowEmailPurchaseOrder, A.ShowPdfPurchaseOrder, A.EditPurchaseOrderItem, A.UpdatePurchaseOrder, A.UpdatePurchaseOrderVendor, A.LoadPurchaseOrder, A.LoadPurchaseOrders, A.LoadPurchaseOrderRequest, A.LoadPurchaseOrderFailure, A.LoadPurchaseOrderSuccess, A.LoadPurchaseOrdersRequest, A.LoadPurchaseOrdersFailure, A.LoadPurchaseOrdersSuccess, A.SavePurchaseOrderDocumentRequest, A.SavePurchaseOrderDocumentFailure, A.SavePurchaseOrderRequest, A.SavePurchaseOrderSuccess, A.AddPurchaseOrderSuccess, A.SavePurchaseOrderFailure, A.BulkEmailPurchaseOrdersRequest, A.BulkEmailPurchaseOrdersSuccess, A.BulkEmailPurchaseOrdersFailure, A.ArchivePurchaseOrdersRequest, A.ArchivePurchaseOrdersSuccess, A.ArchivePurchaseOrdersFailure, A.DeletePurchaseOrdersRequest, A.DeletePurchaseOrdersSuccess, A.DeletePurchaseOrdersFailure, A.DownloadPurchaseOrdersRequest, A.DownloadPurchaseOrdersSuccess, A.DownloadPurchaseOrdersFailure, A.AcceptPurchaseOrdersRequest, A.AcceptPurchaseOrderSuccess, A.AcceptPurchaseOrderFailure, A.CancelPurchaseOrdersRequest, A.CancelPurchaseOrderSuccess, A.CancelPurchaseOrderFailure, A.RestorePurchaseOrdersRequest, A.RestorePurchaseOrdersSuccess, A.RestorePurchaseOrdersFailure, A.EmailPurchaseOrderRequest, A.EmailPurchaseOrderSuccess, A.EmailPurchaseOrderFailure, A.MarkPurchaseOrdersSentRequest, A.MarkPurchaseOrderSentSuccess, A.MarkPurchaseOrderSentFailure, A.ConvertPurchaseOrdersToExpensesRequest, A.ConvertPurchaseOrdersToExpensesSuccess, A.ConvertPurchaseOrdersToExpensesFailure, A.AddPurchaseOrdersToInventoryRequest, A.AddPurchaseOrdersToInventorySuccess, A.AddPurchaseOrdersToInventoryFailure, A.ApprovePurchaseOrderSuccess, A.ApprovePurchaseOrderFailure, A.AddPurchaseOrderContact, A.RemovePurchaseOrderContact, A.AddPurchaseOrderItem, A.MovePurchaseOrderItem, A.AddPurchaseOrderItems, A.UpdatePurchaseOrderItem, A.DeletePurchaseOrderItem, A.FilterPurchaseOrders, A.SortPurchaseOrders, A.FilterPurchaseOrdersByState, A.FilterPurchaseOrdersByStatus, A.FilterPurchaseOrdersByCustom1, A.FilterPurchaseOrdersByCustom2, A.FilterPurchaseOrdersByCustom3, A.FilterPurchaseOrdersByCustom4, A.StartPurchaseOrderMultiselect, A.AddToPurchaseOrderMultiselect, A.RemoveFromPurchaseOrderMultiselect, A.ClearPurchaseOrderMultiselect, A.UpdatePurchaseOrderTab, A.PurchaseOrderState, A._PurchaseOrderUIState_Object_EntityUIState, A._$PurchaseOrderStateSerializer, A._$PurchaseOrderUIStateSerializer, A.PurchaseOrderStateBuilder, A.PurchaseOrderUIStateBuilder, A.ViewQuoteList, A.ViewQuote, A.EditQuote, A.ShowEmailQuote, A.ShowPdfQuote, A.EditQuoteItem, A.UpdateQuote, A.UpdateQuoteClient, A.LoadQuote, A.LoadQuotes, A.LoadQuoteRequest, A.LoadQuoteFailure, A.LoadQuoteSuccess, A.LoadQuotesRequest, A.LoadQuotesFailure, A.LoadQuotesSuccess, A.AddQuoteContact, A.RemoveQuoteContact, A.AddQuoteItem, A.MoveQuoteItem, A.AddQuoteItems, A.UpdateQuoteItem, A.DeleteQuoteItem, A.SaveQuoteRequest, A.SaveQuoteSuccess, A.AddQuoteSuccess, A.SaveQuoteFailure, A.EmailQuoteRequest, A.EmailQuoteSuccess, A.EmailQuoteFailure, A.MarkSentQuotesRequest, A.MarkSentQuoteSuccess, A.MarkSentQuoteFailure, A.BulkEmailQuotesRequest, A.BulkEmailQuotesSuccess, A.BulkEmailQuotesFailure, A.ArchiveQuotesRequest, A.ArchiveQuotesSuccess, A.ArchiveQuotesFailure, A.DeleteQuotesRequest, A.DeleteQuotesSuccess, A.DeleteQuotesFailure, A.DownloadQuotesRequest, A.DownloadQuotesSuccess, A.DownloadQuotesFailure, A.RestoreQuotesRequest, A.RestoreQuotesSuccess, A.RestoreQuotesFailure, A.FilterQuotes, A.SortQuotes, A.FilterQuotesByState, A.FilterQuotesByStatus, A.FilterQuotesByCustom1, A.FilterQuotesByCustom2, A.FilterQuotesByCustom3, A.FilterQuotesByCustom4, A.ConvertQuotesToInvoices, A.ConvertQuotesToInvoicesSuccess, A.ConvertQuotesToInvoicesFailure, A.ConvertQuotesToProjects, A.ConvertQuotesToProjectsSuccess, A.ConvertQuotesToProjectsFailure, A.ApproveQuotes, A.ApproveQuoteSuccess, A.ApproveQuoteFailure, A.SaveQuoteDocumentRequest, A.SaveQuoteDocumentFailure, A.StartQuoteMultiselect, A.AddToQuoteMultiselect, A.RemoveFromQuoteMultiselect, A.ClearQuoteMultiselect, A.UpdateQuoteTab, A.QuoteState, A._QuoteUIState_Object_EntityUIState, A._$QuoteStateSerializer, A._$QuoteUIStateSerializer, A.QuoteStateBuilder, A.QuoteUIStateBuilder, A.ViewRecurringExpenseList, A.ViewRecurringExpense, A.EditRecurringExpense, A.UpdateRecurringExpense, A.LoadRecurringExpense, A.LoadRecurringExpenses, A.LoadRecurringExpenseRequest, A.LoadRecurringExpenseFailure, A.LoadRecurringExpenseSuccess, A.LoadRecurringExpensesRequest, A.LoadRecurringExpensesFailure, A.LoadRecurringExpensesSuccess, A.SaveRecurringExpenseRequest, A.SaveRecurringExpenseSuccess, A.AddRecurringExpenseSuccess, A.SaveRecurringExpenseFailure, A.ArchiveRecurringExpensesRequest, A.ArchiveRecurringExpensesSuccess, A.ArchiveRecurringExpensesFailure, A.DeleteRecurringExpensesRequest, A.DeleteRecurringExpensesSuccess, A.DeleteRecurringExpensesFailure, A.RestoreRecurringExpensesRequest, A.RestoreRecurringExpensesSuccess, A.RestoreRecurringExpensesFailure, A.FilterRecurringExpenses, A.SortRecurringExpenses, A.FilterRecurringExpensesByState, A.FilterRecurringExpensesByStatus, A.FilterRecurringExpensesByCustom1, A.FilterRecurringExpensesByCustom2, A.FilterRecurringExpensesByCustom3, A.FilterRecurringExpensesByCustom4, A.StartRecurringExpenseMultiselect, A.AddToRecurringExpenseMultiselect, A.RemoveFromRecurringExpenseMultiselect, A.ClearRecurringExpenseMultiselect, A.UpdateRecurringExpenseTab, A.StartRecurringExpensesRequest, A.StartRecurringExpensesSuccess, A.StartRecurringExpensesFailure, A.StopRecurringExpensesRequest, A.StopRecurringExpensesSuccess, A.StopRecurringExpensesFailure, A.SaveRecurringExpenseDocumentRequest, A.SaveRecurringExpenseDocumentFailure, A.RecurringExpenseState, A._RecurringExpenseUIState_Object_EntityUIState, A._$RecurringExpenseStateSerializer, A._$RecurringExpenseUIStateSerializer, A.RecurringExpenseStateBuilder, A.RecurringExpenseUIStateBuilder, A.ViewRecurringInvoiceList, A.ViewRecurringInvoice, A.EditRecurringInvoice, A.ShowPdfRecurringInvoice, A.EditRecurringInvoiceItem, A.UpdateRecurringInvoice, A.UpdateRecurringInvoiceClient, A.LoadRecurringInvoice, A.LoadRecurringInvoices, A.LoadRecurringInvoiceRequest, A.LoadRecurringInvoiceFailure, A.LoadRecurringInvoiceSuccess, A.LoadRecurringInvoicesRequest, A.LoadRecurringInvoicesFailure, A.LoadRecurringInvoicesSuccess, A.AddRecurringInvoiceContact, A.RemoveRecurringInvoiceContact, A.SaveRecurringInvoiceRequest, A.SaveRecurringInvoiceSuccess, A.AddRecurringInvoiceSuccess, A.AddRecurringInvoiceItem, A.MoveRecurringInvoiceItem, A.AddRecurringInvoiceItems, A.UpdateRecurringInvoiceItem, A.DeleteRecurringInvoiceItem, A.SaveRecurringInvoiceFailure, A.ArchiveRecurringInvoicesRequest, A.ArchiveRecurringInvoicesSuccess, A.ArchiveRecurringInvoicesFailure, A.SendNowRecurringInvoicesRequest, A.SendNowRecurringInvoicesSuccess, A.SendNowRecurringInvoicesFailure, A.UpdatePricesRecurringInvoicesRequest, A.UpdatePricesRecurringInvoicesSuccess, A.UpdatePricesRecurringInvoicesFailure, A.IncreasePricesRecurringInvoicesRequest, A.IncreasePricesRecurringInvoicesSuccess, A.IncreasePricesRecurringInvoicesFailure, A.DeleteRecurringInvoicesRequest, A.DeleteRecurringInvoicesSuccess, A.DeleteRecurringInvoicesFailure, A.RestoreRecurringInvoicesRequest, A.RestoreRecurringInvoicesSuccess, A.RestoreRecurringInvoicesFailure, A.FilterRecurringInvoices, A.SortRecurringInvoices, A.FilterRecurringInvoicesByState, A.FilterRecurringInvoicesByStatus, A.FilterRecurringInvoicesByCustom1, A.FilterRecurringInvoicesByCustom2, A.FilterRecurringInvoicesByCustom3, A.FilterRecurringInvoicesByCustom4, A.SaveRecurringInvoiceDocumentRequest, A.SaveRecurringInvoiceDocumentFailure, A.StartRecurringInvoicesRequest, A.StartRecurringInvoicesSuccess, A.StartRecurringInvoicesFailure, A.StopRecurringInvoicesRequest, A.StopRecurringInvoicesSuccess, A.StopRecurringInvoicesFailure, A.StartRecurringInvoiceMultiselect, A.AddToRecurringInvoiceMultiselect, A.RemoveFromRecurringInvoiceMultiselect, A.ClearRecurringInvoiceMultiselect, A.UpdateRecurringInvoiceTab, A.RecurringInvoiceState, A._RecurringInvoiceUIState_Object_EntityUIState, A._$RecurringInvoiceStateSerializer, A._$RecurringInvoiceUIStateSerializer, A.RecurringInvoiceStateBuilder, A.RecurringInvoiceUIStateBuilder, A.ViewReports, A.UpdateReportSettings, A.ReportsUIState, A._$ReportsUIStateSerializer, A.ReportsUIStateBuilder, A.ViewScheduleList, A.ViewSchedule, A.EditSchedule, A.UpdateSchedule, A.LoadScheduleRequest, A.LoadScheduleFailure, A.LoadScheduleSuccess, A.LoadSchedulesRequest, A.LoadSchedulesFailure, A.LoadSchedulesSuccess, A.SaveScheduleRequest, A.SaveScheduleSuccess, A.AddScheduleSuccess, A.SaveScheduleFailure, A.ArchiveSchedulesRequest, A.ArchiveSchedulesSuccess, A.ArchiveSchedulesFailure, A.DeleteSchedulesRequest, A.DeleteSchedulesSuccess, A.DeleteSchedulesFailure, A.RestoreSchedulesRequest, A.RestoreSchedulesSuccess, A.RestoreSchedulesFailure, A.FilterSchedules, A.SortSchedules, A.FilterSchedulesByState, A.FilterSchedulesByCustom1, A.FilterSchedulesByCustom2, A.FilterSchedulesByCustom3, A.FilterSchedulesByCustom4, A.StartScheduleMultiselect, A.AddToScheduleMultiselect, A.RemoveFromScheduleMultiselect, A.ClearScheduleMultiselect, A.ScheduleState, A._ScheduleUIState_Object_EntityUIState, A._$ScheduleStateSerializer, A._$ScheduleUIStateSerializer, A.ScheduleStateBuilder, A.ScheduleUIStateBuilder, A.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdatedSettingUI, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnectOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisconnecOAuthUserRequest, A.DisconnectOAuthUserSuccess, A.DisconnecOAuthUserFailure, A.DisconnectOAuthMailerRequest, A.DisconnectOAuthMailerSuccess, A.DisconnectOAuthMailerFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, A.ToggleShowNewSettings, A.ToggleShowPdfPreview, A.SettingsUIState, A._$SettingsUIStateSerializer, A.SettingsUIStateBuilder, A.StaticState, A._$StaticStateSerializer, A.StaticStateBuilder, A.ViewSubscriptionList, A.ViewSubscription, A.EditSubscription, A.UpdateSubscription, A.LoadSubscriptionRequest, A.LoadSubscriptionFailure, A.LoadSubscriptionSuccess, A.LoadSubscriptionsRequest, A.LoadSubscriptionsFailure, A.LoadSubscriptionsSuccess, A.SaveSubscriptionRequest, A.SaveSubscriptionSuccess, A.AddSubscriptionSuccess, A.SaveSubscriptionFailure, A.ArchiveSubscriptionsRequest, A.ArchiveSubscriptionsSuccess, A.ArchiveSubscriptionsFailure, A.DeleteSubscriptionsRequest, A.DeleteSubscriptionsSuccess, A.DeleteSubscriptionsFailure, A.RestoreSubscriptionsRequest, A.RestoreSubscriptionsSuccess, A.RestoreSubscriptionsFailure, A.FilterSubscriptions, A.SortSubscriptions, A.FilterSubscriptionsByState, A.FilterSubscriptionsByCustom1, A.FilterSubscriptionsByCustom2, A.FilterSubscriptionsByCustom3, A.FilterSubscriptionsByCustom4, A.StartSubscriptionMultiselect, A.AddToSubscriptionMultiselect, A.RemoveFromSubscriptionMultiselect, A.ClearSubscriptionMultiselect, A.SubscriptionState, A._SubscriptionUIState_Object_EntityUIState, A._$SubscriptionStateSerializer, A._$SubscriptionUIStateSerializer, A.SubscriptionStateBuilder, A.SubscriptionUIStateBuilder, A.ViewTaskList, A.ViewTask, A.EditTask, A.UpdateTask, A.LoadTask, A.LoadTasks, A.LoadTaskRequest, A.LoadTaskFailure, A.LoadTaskSuccess, A.EditTaskTime, A.AddTaskTime, A.UpdateTaskTime, A.DeleteTaskTime, A.LoadTasksRequest, A.LoadTasksFailure, A.LoadTasksSuccess, A.SaveTaskRequest, A.SaveTaskSuccess, A.AddTaskSuccess, A.SaveTaskFailure, A.ArchiveTaskRequest, A.ArchiveTaskSuccess, A.ArchiveTaskFailure, A.StartTasksRequest, A.StartTasksSuccess, A.StartTasksFailure, A.StopTasksRequest, A.StopTasksSuccess, A.StopTasksFailure, A.DeleteTaskRequest, A.DeleteTaskSuccess, A.DeleteTaskFailure, A.RestoreTaskRequest, A.RestoreTaskSuccess, A.RestoreTaskFailure, A.SortTasksRequest, A.SortTasksSuccess, A.SortTasksFailure, A.FilterTasks, A.SortTasks, A.FilterTasksByState, A.FilterTasksByStatus, A.FilterTasksByCustom1, A.FilterTasksByCustom2, A.FilterTasksByCustom3, A.FilterTasksByCustom4, A.UpdateKanban, A.StartTaskMultiselect, A.AddToTaskMultiselect, A.RemoveFromTaskMultiselect, A.ClearTaskMultiselect, A.SaveTaskDocumentRequest, A.SaveTaskDocumentFailure, A.UpdateTaskTab, A.TaskState, A._TaskUIState_Object_EntityUIState, A._$TaskStateSerializer, A._$TaskUIStateSerializer, A.TaskStateBuilder, A.TaskUIStateBuilder, A.ViewTaskStatusList, A.ViewTaskStatus, A.EditTaskStatus, A.UpdateTaskStatus, A.LoadTaskStatusRequest, A.LoadTaskStatusFailure, A.LoadTaskStatusSuccess, A.LoadTaskStatusesRequest, A.LoadTaskStatusesFailure, A.LoadTaskStatusesSuccess, A.SaveTaskStatusRequest, A.SaveTaskStatusSuccess, A.AddTaskStatusSuccess, A.SaveTaskStatusFailure, A.ArchiveTaskStatusesRequest, A.ArchiveTaskStatusesSuccess, A.ArchiveTaskStatusesFailure, A.DeleteTaskStatusesRequest, A.DeleteTaskStatusesSuccess, A.DeleteTaskStatusesFailure, A.RestoreTaskStatusesRequest, A.RestoreTaskStatusesSuccess, A.RestoreTaskStatusesFailure, A.FilterTaskStatuses, A.SortTaskStatuses, A.FilterTaskStatusesByState, A.FilterTaskStatusesByCustom1, A.FilterTaskStatusesByCustom2, A.FilterTaskStatusesByCustom3, A.FilterTaskStatusesByCustom4, A.StartTaskStatusMultiselect, A.AddToTaskStatusMultiselect, A.RemoveFromTaskStatusMultiselect, A.ClearTaskStatusMultiselect, A.TaskStatusState, A._TaskStatusUIState_Object_EntityUIState, A._$TaskStatusStateSerializer, A._$TaskStatusUIStateSerializer, A.TaskStatusStateBuilder, A.TaskStatusUIStateBuilder, A.ViewTaxRateList, A.ViewTaxRate, A.EditTaxRate, A.UpdateTaxRate, A.LoadTaxRateRequest, A.LoadTaxRateFailure, A.LoadTaxRateSuccess, A.LoadTaxRatesRequest, A.LoadTaxRatesFailure, A.LoadTaxRatesSuccess, A.SaveTaxRateRequest, A.SaveTaxRateSuccess, A.AddTaxRateSuccess, A.SaveTaxRateFailure, A.ArchiveTaxRateRequest, A.ArchiveTaxRatesSuccess, A.ArchiveTaxRateFailure, A.DeleteTaxRateRequest, A.DeleteTaxRatesSuccess, A.DeleteTaxRateFailure, A.RestoreTaxRateRequest, A.RestoreTaxRatesSuccess, A.RestoreTaxRateFailure, A.FilterTaxRates, A.SortTaxRates, A.FilterTaxRatesByState, A.StartTaxRateMultiselect, A.AddToTaxRateMultiselect, A.RemoveFromTaxRateMultiselect, A.ClearTaxRateMultiselect, A.TaxRateState, A._TaxRateUIState_Object_EntityUIState, A._$TaxRateStateSerializer, A._$TaxRateUIStateSerializer, A.TaxRateStateBuilder, A.TaxRateUIStateBuilder, A.ViewTokenList, A.ViewToken, A.EditToken, A.UpdateToken, A.LoadTokenRequest, A.LoadTokenFailure, A.LoadTokenSuccess, A.LoadTokensRequest, A.LoadTokensFailure, A.LoadTokensSuccess, A.SaveTokenRequest, A.SaveTokenSuccess, A.AddTokenSuccess, A.SaveTokenFailure, A.ArchiveTokensRequest, A.ArchiveTokensSuccess, A.ArchiveTokensFailure, A.DeleteTokensRequest, A.DeleteTokensSuccess, A.DeleteTokensFailure, A.RestoreTokensRequest, A.RestoreTokensSuccess, A.RestoreTokensFailure, A.FilterTokens, A.SortTokens, A.FilterTokensByState, A.FilterTokensByCustom1, A.FilterTokensByCustom2, A.FilterTokensByCustom3, A.FilterTokensByCustom4, A.StartTokenMultiselect, A.AddToTokenMultiselect, A.RemoveFromTokenMultiselect, A.ClearTokenMultiselect, A.TokenState, A._TokenUIState_Object_EntityUIState, A._$TokenStateSerializer, A._$TokenUIStateSerializer, A.TokenStateBuilder, A.TokenUIStateBuilder, A.ViewTransactionList, A.ViewTransaction, A.EditTransaction, A.UpdateTransaction, A.LoadTransactions, A.LoadTransactionRequest, A.LoadTransactionFailure, A.LoadTransactionSuccess, A.LoadTransactionsRequest, A.LoadTransactionsFailure, A.LoadTransactionsSuccess, A.SaveTransactionRequest, A.SaveTransactionSuccess, A.AddTransactionSuccess, A.SaveTransactionFailure, A.ArchiveTransactionsRequest, A.ArchiveTransactionsSuccess, A.ArchiveTransactionsFailure, A.DeleteTransactionsRequest, A.DeleteTransactionsSuccess, A.DeleteTransactionsFailure, A.RestoreTransactionsRequest, A.RestoreTransactionsSuccess, A.RestoreTransactionsFailure, A.ConvertTransactionToPaymentRequest, A.ConvertTransactionToPaymentSuccess, A.ConvertTransactionToPaymentFailure, A.LinkTransactionToPaymentRequest, A.LinkTransactionToPaymentSuccess, A.LinkTransactionToPaymentFailure, A.UnlinkTransactionsRequest, A.UnlinkTransactionsSuccess, A.UnlinkTransactionsFailure, A.LinkTransactionToExpenseRequest, A.LinkTransactionToExpenseSuccess, A.LinkTransactionToExpenseFailure, A.ConvertTransactionsToExpensesRequest, A.ConvertTransactionsToExpensesSuccess, A.ConvertTransactionsToExpensesFailure, A.ConvertTransactionsRequest, A.ConvertTransactionsSuccess, A.ConvertTransactionsFailure, A.FilterTransactions, A.SortTransactions, A.FilterTransactionsByState, A.FilterTransactionsByStatus, A.FilterTransactionsByCustom1, A.FilterTransactionsByCustom2, A.FilterTransactionsByCustom3, A.FilterTransactionsByCustom4, A.StartTransactionMultiselect, A.AddToTransactionMultiselect, A.RemoveFromTransactionMultiselect, A.ClearTransactionMultiselect, A.TransactionState, A._TransactionUIState_Object_EntityUIState, A._$TransactionStateSerializer, A._$TransactionUIStateSerializer, A.TransactionStateBuilder, A.TransactionUIStateBuilder, A.ViewTransactionRuleList, A.ViewTransactionRule, A.EditTransactionRule, A.UpdateTransactionRule, A.LoadTransactionRuleRequest, A.LoadTransactionRuleFailure, A.LoadTransactionRuleSuccess, A.LoadTransactionRulesRequest, A.LoadTransactionRulesFailure, A.LoadTransactionRulesSuccess, A.SaveTransactionRuleRequest, A.SaveTransactionRuleSuccess, A.AddTransactionRuleSuccess, A.SaveTransactionRuleFailure, A.ArchiveTransactionRulesRequest, A.ArchiveTransactionRulesSuccess, A.ArchiveTransactionRulesFailure, A.DeleteTransactionRulesRequest, A.DeleteTransactionRulesSuccess, A.DeleteTransactionRulesFailure, A.RestoreTransactionRulesRequest, A.RestoreTransactionRulesSuccess, A.RestoreTransactionRulesFailure, A.FilterTransactionRules, A.SortTransactionRules, A.FilterTransactionRulesByState, A.FilterTransactionRulesByCustom1, A.FilterTransactionRulesByCustom2, A.FilterTransactionRulesByCustom3, A.FilterTransactionRulesByCustom4, A.StartTransactionRuleMultiselect, A.AddToTransactionRuleMultiselect, A.RemoveFromTransactionRuleMultiselect, A.ClearTransactionRuleMultiselect, A.TransactionRuleState, A._TransactionRuleUIState_Object_EntityUIState, A._$TransactionRuleStateSerializer, A._$TransactionRuleUIStateSerializer, A.TransactionRuleStateBuilder, A.TransactionRuleUIStateBuilder, A.EntityUIState, A.ListUIState, A._$ListUIStateSerializer, A.ListUIStateBuilder, A.PrefState, A.PrefStateSortField, A.CompanyPrefState, A.HistoryRecord, A._$PrefStateSerializer, A._$PrefStateSortFieldSerializer, A._$CompanyPrefStateSerializer, A._$AppLayoutSerializer, A._$ModuleLayoutSerializer, A._$AppSidebarModeSerializer, A._$HistoryRecordSerializer, A.PrefStateBuilder, A.PrefStateSortFieldBuilder, A.CompanyPrefStateBuilder, A.HistoryRecordBuilder, A.UpdateCurrentRoute, A.UIState, A._$UIStateSerializer, A.UIStateBuilder, A.ViewUserList, A.ViewUser, A.EditUser, A.UpdateUser, A.LoadUserRequest, A.LoadUserFailure, A.LoadUserSuccess, A.LoadUsersRequest, A.LoadUsersFailure, A.LoadUsersSuccess, A.SaveUserRequest, A.SaveUserSuccess, A.AddUserSuccess, A.SaveUserFailure, A.ArchiveUserRequest, A.ArchiveUserSuccess, A.ArchiveUserFailure, A.DeleteUserRequest, A.DeleteUserSuccess, A.DeleteUserFailure, A.RestoreUserRequest, A.RestoreUserSuccess, A.RestoreUserFailure, A.RemoveUserRequest, A.RemoveUserSuccess, A.RemoveUserFailure, A.ResendInviteRequest, A.ResendInviteSuccess, A.ResendInviteFailure, A.FilterUsers, A.SortUsers, A.FilterUsersByState, A.FilterUsersByCustom1, A.FilterUsersByCustom2, A.FilterUsersByCustom3, A.FilterUsersByCustom4, A.StartUserMultiselect, A.AddToUserMultiselect, A.RemoveFromUserMultiselect, A.ClearUserMultiselect, A.UserState, A._UserUIState_Object_EntityUIState, A._$UserStateSerializer, A._$UserUIStateSerializer, A.UserStateBuilder, A.UserUIStateBuilder, A.ViewVendorList, A.ViewVendor, A.EditVendor, A.UpdateVendor, A.LoadVendor, A.LoadVendors, A.LoadVendorRequest, A.LoadVendorFailure, A.LoadVendorSuccess, A.LoadVendorsRequest, A.LoadVendorsFailure, A.LoadVendorsSuccess, A.SaveVendorRequest, A.SaveVendorSuccess, A.AddVendorSuccess, A.SaveVendorFailure, A.ArchiveVendorRequest, A.ArchiveVendorSuccess, A.ArchiveVendorFailure, A.DeleteVendorRequest, A.DeleteVendorSuccess, A.DeleteVendorFailure, A.RestoreVendorRequest, A.RestoreVendorSuccess, A.RestoreVendorFailure, A.EditVendorContact, A.AddVendorContact, A.UpdateVendorContact, A.DeleteVendorContact, A.FilterVendors, A.SortVendors, A.FilterVendorsByState, A.FilterVendorsByCustom1, A.FilterVendorsByCustom2, A.FilterVendorsByCustom3, A.FilterVendorsByCustom4, A.StartVendorMultiselect, A.AddToVendorMultiselect, A.RemoveFromVendorMultiselect, A.ClearVendorMultiselect, A.SaveVendorDocumentRequest, A.SaveVendorDocumentFailure, A.UpdateVendorTab, A.VendorState, A._VendorUIState_Object_EntityUIState, A._$VendorStateSerializer, A._$VendorUIStateSerializer, A.VendorStateBuilder, A.VendorUIStateBuilder, A.ViewWebhookList, A.ViewWebhook, A.EditWebhook, A.UpdateWebhook, A.LoadWebhookRequest, A.LoadWebhookFailure, A.LoadWebhookSuccess, A.LoadWebhooksRequest, A.LoadWebhooksFailure, A.LoadWebhooksSuccess, A.SaveWebhookRequest, A.SaveWebhookSuccess, A.AddWebhookSuccess, A.SaveWebhookFailure, A.ArchiveWebhooksRequest, A.ArchiveWebhooksSuccess, A.ArchiveWebhooksFailure, A.DeleteWebhooksRequest, A.DeleteWebhooksSuccess, A.DeleteWebhooksFailure, A.RestoreWebhooksRequest, A.RestoreWebhooksSuccess, A.RestoreWebhooksFailure, A.FilterWebhooks, A.SortWebhooks, A.FilterWebhooksByState, A.FilterWebhooksByCustom1, A.FilterWebhooksByCustom2, A.FilterWebhooksByCustom3, A.FilterWebhooksByCustom4, A.StartWebhookMultiselect, A.AddToWebhookMultiselect, A.RemoveFromWebhookMultiselect, A.ClearWebhookMultiselect, A.WebhookState, A._WebhookUIState_Object_EntityUIState, A._$WebhookStateSerializer, A._$WebhookUIStateSerializer, A.WebhookStateBuilder, A.WebhookUIStateBuilder, A.ConfirmEmailVM, A.__AutocompleteEntity_Object_SelectableEntity, A.AppDrawerVM, A.MenuDrawerVM, A._TheState, A.EntityPresenter, A.ExamplePaymentQueueDelegate, A.LoginVM, A.BankAccountListVM, A.BankAccountScreenVM, A.BankAccountEditVM, A.BankAccountViewVM, A.ClientListVM, A.ClientPdfVM, A.ClientScreenVM, A.ClientEditContactsVM, A.ClientEditVM, A.ClientViewVM, A.CompanyGatewayListVM, A.CompanyGatewayScreenVM, A.CompanyGatewayEditVM, A.CompanyGatewayViewVM, A.EmailEntityVM, A.EntityListVM, A.EntityPdfVM, A.CreditScreenVM, A.EntityEditDetailsVM, A.EntityEditItemsVM, A.EntityEditNotesVM, A.EntityEditPDFVM, A.AbstractInvoiceEditVM, A.AbstractInvoiceViewVM, A.DashboardVM, A.DesignListVM, A.DesignScreenVM, A.DesignEditVM, A.DesignViewVM, A.DocumentListVM, A.DocumentScreenVM, A.DocumentEditVM, A.DocumentViewVM, A.AbstractExpenseEditVM, A.ExpenseListVM, A.ExpenseScreenVM, A.AbstractExpenseViewVM, A.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, A.ExpenseCategoryScreenVM, A.ExpenseCategoryViewVM, A.GroupEditVM, A.GroupListVM, A.GroupScreenVM, A.GroupViewVM, A.EntityEditContactsVM, A.InvoiceScreenVM, A.PaymentEditVM, A.PaymentListVM, A.PaymentScreenVM, A.PaymentRefundVM, A.PaymentViewVM, A.PaymentTermEditVM, A.PaymentTermListVM, A.PaymentTermScreenVM, A.PaymentTermViewVM, A.ProductEditVM, A.ProductListVM, A.ProductScreenVM, A.ProductViewVM, A.ProjectEditVM, A.ProjectListVM, A.ProjectScreenVM, A.ProjectViewVM, A.PurchaseOrderScreenVM, A.QuoteScreenVM, A.RecurringExpenseListVM, A.RecurringExpenseScreenVM, A.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ReportResult, A.ReportElement, A.ReportsScreenVM, A.GroupTotals, A.ScheduleEditVM, A.ScheduleListVM, A.ScheduleScreenVM, A.ScheduleViewVM, A.AccountManagementVM, A.ClientPortalVM, A.CompanyDetailsVM, A.CreditCardsAndBanksVM, A.CustomFieldsVM, A.DataVisualizationsVM, A.DeviceSettingsVM, A.EmailSettingsVM, A.ExpenseSettingsVM, A.GeneratedNumbersVM, A.ImportExportVM, A.InvoiceDesignVM, A.LocalizationSettingsVM, A.PaymentSettingsVM, A.ProductSettingsVM, A.SettingsListVM, A.SettingsScreenVM, A.TaskSettingsVM, A.TaxSettingsVM, A.TemplatesAndRemindersVM, A.UserDetailsVM, A.WorkflowSettingsVM, A.SubscriptionEditVM, A.SubscriptionListVM, A.SubscriptionScreenVM, A.SubscriptionViewVM, A.TaskEditDetailsVM, A.TaskEditTimesVM, A.TaskEditVM, A.KanbanVM, A.TaskListVM, A.TaskScreenVM, A.TaskViewVM, A.TaskStatusEditVM, A.TaskStatusListVM, A.TaskStatusScreenVM, A.TaskStatusViewVM, A.TaxRateEditVM, A.TaxRateListVM, A.TaxRateScreenVM, A.TaxRateViewVM, A.TokenEditVM, A.TokenListVM, A.TokenScreenVM, A.TokenViewVM, A.TransactionEditVM, A.TransactionListVM, A.TransactionScreenVM, A.TransactionViewVM, A.TransactionRuleEditVM, A.TransactionRuleListVM, A.TransactionRuleScreenVM, A.TransactionRuleViewVM, A.UserEditVM, A.UserListVM, A.UserScreenVM, A.UserViewVM, A.VendorEditContactsVM, A.VendorEditVM, A.VendorListVM, A.VendorScreenVM, A.VendorViewVM, A.WebhookEditVM, A.WebhookViewVM, A.WebhookListVM, A.WebhookScreenVM, A.Debouncer, A.SimpleDebouncer, A.PersistDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.BlockSyntax, A._AttributedTextEditingController_Object_ChangeNotifier, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.LocalAuthentication, A.AuthMessages, A.AuthenticationOptions, A.Level, A.LogRecord, A.Logger, A.Element1, A.Text1, A.UnparsedContent, A.BlockParser, A.ListItem, A.Document0, A.LinkReference, A.ExtensionSet, A.InlineParser, A.InlineSyntax, A.SimpleDelimiter, A.DelimiterRun, A.InlineLink, A.AuthenticationResult, A.Configuration, A.BrowserAuthOptions0, A.PublicClientApplication, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.CupertinoPopoverToolbarAligner, A._MenuPageInfo, A.LeaderMenuFocalPoint, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.PdfRasterBase, A.WebDelegate, A.PinTheme, A._PinputUtilsMixin, A.Platform, A.Mutex, A.PdfPreviewActionBounds, A.PdfPreviewPageData, A.PdfPreviewRaster, A.PrintJob, A.PrintJobs, A.PrintingInfo, A._QrBitBuffer_Object_ListMixin, A.QrByte, A.InputTooLongException, A.QrPolynomial, A.QrCode, A.QrImage, A.QrRsBlock, A.PaintCache, A._PaintMetrics, A.QrEyeStyle, A.QrDataModuleStyle, A.QrValidationResult, A.MiddlewareClass, A.Store, A.TypedReducer, A.TypedMiddleware, A.RoundedLoadingButtonController, A._Wrapper, A.ForwardingSink, A._Empty, A.ErrorAndStackTrace, A._MultiControllerSink, A.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.PlatformChecker, A.Breadcrumb, A.SdkVersion, A.SentryId, A.SentryLevel, A.SpanId, A.SentryOptions, A.SentrySpanContext, A.NoOpTransport, A.SentryFlutterWeb, A.SharedPreferences, A.PreferencesFilter, A.GetAllParameters, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A._Rebuild, A._ReactiveModel_Object_IObservable, A.IObservable, A.SnapState, A.SnapError, A.StringScanner, A.DocumentChangeLog, A.NodeInsertedEvent, A.NodeRemovedEvent, A.NodeChangeEvent, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A._ComposerPreferences_Object_ChangeNotifier, A.ClearSelectionRequest, A.ChangeSelectionRequest, A.ChangeSelectionCommand, A.SelectionChangeEvent, A.ComposingRegionChangeEvent, A.DocumentSelectionChange, A.ChangeComposingRegionRequest, A.ChangeComposingRegionCommand, A.ChangeInteractionModeRequest, A.ChangeInteractionModeCommand, A.DebugPaintConfig, A.DocumentLayoutEditable, A.DocumentComponent, A.ProxyDocumentComponent, A.MovementModifier, A.DocumentRange, A.SuperEditorContext, A.Editor, A._DocumentEditorCommandExecutor, A.EditCommand, A.EditContext, A.EditorCommandQueue, A.DocumentEdit, A.MutableDocument, A.Stylesheet, A.StyleRule, A.BlockSelector, A._LastBlockMatcher, A.CascadingPadding, A.SelectionStyles, A.ColorAttribution, A.LinkAttribution, A.BlockquoteComponentBuilder, A.SingleColumnLayoutComponentViewModel, A.DeleteUpstreamAtBeginningOfBlockNodeCommand, A.CommonEditorOperations, A.PasteEditorRequest, A.PasteEditorCommand, A.DeleteUpstreamCharacterRequest, A.DeleteUpstreamCharacterCommand, A.UpdateComposerTextStylesReaction, A.SuperEditorDebugVisualsConfig, A.ParagraphPrefixConversionReaction, A.ImageUrlConversionReaction, A.LinkifyReaction, A.SuperEditorAndroidControlsController, A.SuperEditorAndroidToolbarFocalPointDocumentLayerBuilder, A.SuperEditorAndroidHandlesDocumentLayerBuilder, A.SuperEditorIosControlsController, A.TextDeltasDocumentEditor, A.TextInputConnectionDecorator, A.DocumentImeSerializer, A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient, A.KeyboardEditingToolbarOperations, A.SuperEditorImePolicies, A.SuperEditorImeConfiguration, A._AutoScrollController_Object_ChangeNotifier, A.HorizontalRuleComponentBuilder, A.ImageComponentBuilder, A.SingleColumnDocumentComponentContext, A.SingleColumnLayoutPresenter, A.SingleColumnLayoutPresenterChangeListener, A.SingleColumnLayoutStylePhase, A.SingleColumnLayoutViewModel, A._DocumentNodeSelection, A.SingleColumnLayoutComponentStyles, A.DocumentNodeSelection, A.ListItemComponentBuilder, A.IndentListItemRequest, A.IndentListItemCommand, A.UnIndentListItemRequest, A.UnIndentListItemCommand, A.ConvertListItemToParagraphCommand, A.SplitListItemRequest, A.SplitListItemCommand, A.Intention, A.InsertNodeAtIndexRequest, A.InsertNodeBeforeNodeRequest, A.InsertNodeAfterNodeRequest, A.ReplaceNodeRequest, A.ReplaceNodeWithEmptyParagraphWithCaretRequest, A.ReplaceNodeWithEmptyParagraphWithCaretCommand, A.DeleteContentRequest, A.DeleteContentCommand, A.DeleteUpstreamAtBeginningOfNodeRequest, A.DeleteNodeRequest, A.DeleteNodeCommand, A.ParagraphComponentBuilder, A.ChangeParagraphBlockTypeRequest, A.ChangeParagraphBlockTypeCommand, A.CombineParagraphsRequest, A.CombineParagraphsCommand, A.SplitParagraphRequest, A.SplitParagraphCommand, A.DeleteUpstreamAtBeginningOfParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A._SelectionLeadersDocumentLayerBuilder, A.SuperEditorSelectionPolicies, A.DefaultCaretOverlayBuilder, A._ContentTapDelegate_Object_ChangeNotifier, A.TaskComponentBuilder, A.ChangeTaskCompletionRequest, A.ChangeTaskCompletionCommand, A.ConvertTaskToParagraphCommand, A.SplitExistingTaskRequest, A.SplitExistingTaskCommand, A.TextComponentViewModel, A.ToggleTextAttributionsRequest, A.ToggleTextAttributionsCommand, A.InsertTextRequest, A.InsertTextCommand, A.ConvertTextNodeToParagraphRequest, A.InsertAttributedTextCommand, A.InsertCharacterAtCaretRequest, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A.ProxyTextComposable, A._IndexedSlot, A.AxisOffset, A.DocumentScroller, A.DocumentSelectionLayout, A.SelectionLayerLinks, A.OverlayGroupPriority, A.UrlLauncher, A._TapTracker0, A._CountdownZoned0, A.AndroidDocumentLongPressSelectionStrategy, A.FloatingCursorController0, A.FloatingCursorListener, A.IosLongPressSelectionStrategy, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A.ToolbarConfig, A._AndroidEditingOverlayController_Object_ChangeNotifier, A._EstimatedLineHeight, A.TextFieldScroller, A._TextScrollController_Object_ChangeNotifier, A._IOSEditingOverlayController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier, A.SuperTextFieldContext, A.CaretStyle, A._BlinkController_Object_ChangeNotifier, A.ProseTextBlock, A.RenderParagraphProseTextLayout, A.SelectionHighlightStyle, A.TextLayoutUnderline, A.UnderlineStyle, A._PaintableUnderline, A.ArMessages, A.CaMessages, A.CsMessages, A.DaMessages, A.DeMessages, A.EnMessages, A.EnShortMessages, A.EsMessages, A.EsShortMessages, A.FaMessages, A.FrMessages, A.FrShortMessages, A.HuMessages, A.HuShortMessages, A.ItMessages, A.ItShortMessages, A.JaMessages, A.NbNoShortMessages, A.NbNoMessages, A.NlMessages, A.NlShortMessages, A.PlMessages, A.PtBrMessages, A.PtBrShortMessages, A.RoMessages, A.RoShortMessages, A.RuMessages, A.RuShortMessages, A.SvMessages, A.SvShortMessages, A.ThMessages, A.ThShortMessages, A.ZhMessages, A.WebViewConfiguration, A.InAppWebViewConfiguration, A.LaunchOptions, A.Uuid, A.Matrix3, A.Matrix40, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, A.VsScrollbarStyle, A.EventStreamProvider0, A._EventStreamSubscription0, A.WindowListener]); + _inheritMany(A.Closure, [A.Closure0Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.CkCanvas_saveLayerWithFilter_closure, A._canvasKitJsUrls_closure, A._downloadCanvasKitJs_loadEventHandler, A._downloadCanvasKitJs_errorEventHandler, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder__updateOverlays_closure, A.HtmlViewEmbedder__updateOverlays_closure0, A.HtmlViewEmbedder__updateOverlays_closure1, A.diffViewList_lookForwards, A.diffViewList_lookBackwards, A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.readChunked_closure, A.ImageFilterEngineLayer_preroll_closure, A._finalizationRegistry_closure, A.CkPaint_imageFilter_closure, A.Closure2Args, A._getEffectiveFontFamilies_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure0, A.ClipboardMessageHandler_hasStringsMethodCall__closure, A.DomConsoleExtension_get_warn_closure, A.DomNavigatorExtension_get_languages_closure, A._ttPolicy_closure, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.FontFallbackManager$__closure, A.FontFallbackManager$__closure0, A.FontFallbackManager$__closure1, A.FontFallbackManager$__closure2, A.FontFallbackManager$__closure3, A.FontFallbackManager$__closure4, A.FontFallbackManager_findFontsForMissingCodePoints_closure, A.FontFallbackManager__selectFont_closure, A.fetchFontManifest_closure, A.fetchFontManifest_closure0, A.fetchFontManifest_closure1, A.fetchFontManifest__closure, A.HtmlRenderer_decodeImageFromPixels_executeCallback, A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A.FlutterEngineInitializer__staticInteropFactoryStub_closure, A.FlutterAppRunner__staticInteropFactoryStub_closure, A.futureToPromise__closure, A.futureToPromise__closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding$__closure, A.KeyboardBinding$__closure0, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.preventDefaultListener_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.FallbackFontComponent__activeFonts_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__addLocaleChangedListener_closure, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._BaseAdapter_addEventListener_loggedHandler, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._PointerAdapter_setup_closure4, A._TouchAdapter__addTouchEventListener_closure, A._TouchAdapter_setup_closure, A._TouchAdapter_setup_closure0, A._TouchAdapter_setup_closure1, A._TouchAdapter_setup_closure2, A._MouseAdapter__addMouseEventListener_closure, A._MouseAdapter_setup_closure, A._MouseAdapter_setup_closure0, A._MouseAdapter_setup_closure1, A._MouseAdapter_setup_closure2, A._MouseAdapter_setup_closure3, A.RawKeyboard$__closure, A.RawKeyboard$__closure0, A.RawKeyboard__handleHtmlEvent_closure0, A.AccessibilityFocusManager_manage_closure, A.AccessibilityFocusManager_manage_closure0, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A.SemanticsObject_visitDepthFirst_closure, A.EngineSemanticsOwner__finalizeTree_closure, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_update_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForBlink_closure0, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.TextField__invokeIosWorkaround_closure0, A.CanvasParagraph_computeLineMetrics_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure, A.bytesToHexString_closure, A.CustomElementDimensionsProvider__closure, A.CustomElementEmbeddingStrategy_initialize_closure, A.FullPageEmbeddingStrategy_initialize_closure, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastSet_removeWhere_closure, A.CastMap_entries_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._StringStream__goalToEventCode_closure, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A.FutureExtensions_onError_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_closure, A.Stream_asyncMap_closure_add, A.Stream_asyncMap__closure, A.Stream_fold_closure0, A.Stream_fold__closure0, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_isEmpty_closure0, A.Stream_toList_closure, A.Stream_first_closure0, A._StreamHandlerTransformer_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapBase_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__splitQueryStringAll_parsePair, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure0, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readUnsized, A._File_readAsBytes_readUnsized_read_closure, A._File_readAsBytes_readSized_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_closure, A._RandomAccessFile_readInto_closure, A._RandomAccessFile_setPosition_closure, A._RandomAccessFile_length_closure, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A.jsify__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.KeyData__quotedCharCode_closure, A.bootstrapEngine_closure, A.HashUrlStrategy_addPopStateListener_wrappedFn, A.HashUrlStrategy__waitForPopState_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__isContinuousAttribution_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure0, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A.DesktopDropWeb__registerEvents_closure, A.DesktopDropWeb__registerEvents__closure, A.DesktopDropWeb__registerEvents_closure0, A.DesktopDropWeb__registerEvents_closure1, A.DesktopDropWeb__registerEvents_closure2, A.DesktopDrop_init_closure, A.DesktopDrop__handleMethodChannel_closure, A.DesktopDrop__handleMethodChannel_closure0, A.DesktopDrop__handleMethodChannel_closure1, A.DesktopDrop__handleMethodChannel_closure2, A.DesktopDrop__handleMethodChannel_closure3, A.DesktopDrop__handleMethodChannel_closure4, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A._CupertinoTextSelectionToolbarContentState_build_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0, A._RenderCupertinoTextSelectionToolbarItems_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure, A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure, A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterErrorDetails_summary_closure, A.FlutterErrorDetails_debugFillProperties_closure, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.FlutterError_toString_closure, A.debugPrintStack_closure, A.BindingBase_initServiceExtensions_closure0, A.BindingBase_initServiceExtensions_closure2, A.BindingBase_registerBoolServiceExtension_closure, A.BindingBase_registerNumericServiceExtension_closure, A.BindingBase_registerStringServiceExtension_closure, A._PrefixedStringBuilder__wordWrapLine_noWrap, A.TextTreeRenderer__debugRender_visitor, A.TextTreeRenderer__debugRender_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.PolynomialFit_toString_closure, A.MultiDragGestureRecognizer_acceptGesture_closure, A.ScaleGestureRecognizer__reconfigure_closure, A.ScaleGestureRecognizer_acceptGesture_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList___closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__detailPageRoute__closure, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A.BackButtonIcon_build_closure, A.BackButtonIcon_build_closure0, A.BackButtonIcon_build_closure1, A.DrawerButtonIcon_build_closure, A.DrawerButtonIcon_build_closure0, A.DrawerButtonIcon_build_closure1, A.EndDrawerButtonIcon_build_closure, A.EndDrawerButtonIcon_build_closure0, A.EndDrawerButtonIcon_build_closure1, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._DragHandle_build_closure, A._DragHandle_build_closure0, A._BottomSheetGestureDetector_build_closure0, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure20, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure21, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build_closure19, A._DayState_build_effectiveValue, A._DayState_build_resolve, A._DayState_build_resolve_closure, A._DayState_build_closure, A._DayState_build_closure0, A._DayState_build_closure2, A._DayState_build__closure, A._YearPickerState__buildYearItem_effectiveValue, A._YearPickerState__buildYearItem_resolve, A._YearPickerState__buildYearItem_resolve_closure, A._YearPickerState__buildYearItem_closure, A._YearPickerState__buildYearItem_closure0, A._YearPickerState__buildYearItem_closure2, A._YearPickerState__buildYearItem__closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_closure, A._CheckboxDefaultsM2_side_closure, A._CheckboxDefaultsM2_fillColor_closure, A._CheckboxDefaultsM2_overlayColor_closure, A._CheckboxDefaultsM3_side_closure, A._CheckboxDefaultsM3_fillColor_closure, A._CheckboxDefaultsM3_checkColor_closure, A._CheckboxDefaultsM3_overlayColor_closure, A.DataTable_build_closure3, A.DataTable_build_closure, A.DataTable_build_closure0, A.DataTable_build_closure1, A.DataTable_build_closure2, A.DataTable_build_closure4, A.showDatePicker_closure, A._DatePickerDefaultsM2_dayForegroundColor_closure, A._DatePickerDefaultsM2_dayBackgroundColor_closure, A._DatePickerDefaultsM2_dayOverlayColor_closure, A._DatePickerDefaultsM2_todayForegroundColor_closure, A._DatePickerDefaultsM2_rangeSelectionOverlayColor_closure, A._DatePickerDefaultsM3_dayForegroundColor_closure, A._DatePickerDefaultsM3_dayBackgroundColor_closure, A._DatePickerDefaultsM3_dayOverlayColor_closure, A._DatePickerDefaultsM3_todayForegroundColor_closure, A._DatePickerDefaultsM3_yearForegroundColor_closure, A._DatePickerDefaultsM3_yearBackgroundColor_closure, A._DatePickerDefaultsM3_yearOverlayColor_closure, A._DatePickerDefaultsM3_rangeSelectionOverlayColor_closure, A.DialogRoute_closure, A._DropdownRoutePageState_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A._DropdownButtonState_build_closure, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ElevatedButtonDefaultsM3_backgroundColor_closure, A._ElevatedButtonDefaultsM3_foregroundColor_closure, A._ElevatedButtonDefaultsM3_overlayColor_closure, A._ElevatedButtonDefaultsM3_elevation_closure, A._ElevatedButtonDefaultsM3_mouseCursor_closure, A._ExpansionPanelListState_build_closure, A._IconButtonM3_themeStyleOf_isIconThemeDefault, A._IconButtonDefaultsM3_foregroundColor_closure, A._IconButtonDefaultsM3_overlayColor_closure, A._IconButtonDefaultsM3_mouseCursor_closure, A._FilledIconButtonDefaultsM3_backgroundColor_closure, A._FilledIconButtonDefaultsM3_foregroundColor_closure, A._FilledIconButtonDefaultsM3_overlayColor_closure, A._FilledIconButtonDefaultsM3_mouseCursor_closure, A._FilledTonalIconButtonDefaultsM3_backgroundColor_closure, A._FilledTonalIconButtonDefaultsM3_foregroundColor_closure, A._FilledTonalIconButtonDefaultsM3_overlayColor_closure, A._FilledTonalIconButtonDefaultsM3_mouseCursor_closure, A._OutlinedIconButtonDefaultsM3_backgroundColor_closure, A._OutlinedIconButtonDefaultsM3_foregroundColor_closure, A._OutlinedIconButtonDefaultsM3_overlayColor_closure, A._OutlinedIconButtonDefaultsM3_side_closure, A._OutlinedIconButtonDefaultsM3_mouseCursor_closure, A._InkResponseState_highlightsExist_closure, A._InkResponseState_build_getHighlightColorForType, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorDefaultsM2_hintStyle_closure, A._InputDecoratorDefaultsM2_labelStyle_closure, A._InputDecoratorDefaultsM2_floatingLabelStyle_closure, A._InputDecoratorDefaultsM2_helperStyle_closure, A._InputDecoratorDefaultsM2_errorStyle_closure, A._InputDecoratorDefaultsM2_fillColor_closure, A._InputDecoratorDefaultsM2_iconColor_closure, A._InputDecoratorDefaultsM2_prefixIconColor_closure, A._InputDecoratorDefaultsM2_suffixIconColor_closure, A._InputDecoratorDefaultsM3_hintStyle_closure, A._InputDecoratorDefaultsM3_fillColor_closure, A._InputDecoratorDefaultsM3_activeIndicatorBorder_closure, A._InputDecoratorDefaultsM3_outlineBorder_closure, A._InputDecoratorDefaultsM3_prefixIconColor_closure, A._InputDecoratorDefaultsM3_suffixIconColor_closure, A._InputDecoratorDefaultsM3_labelStyle_closure, A._InputDecoratorDefaultsM3_floatingLabelStyle_closure, A._InputDecoratorDefaultsM3_helperStyle_closure, A._InputDecoratorDefaultsM3_errorStyle_closure, A.ListTile_build_resolveColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A.TextMagnifier_adaptiveMagnifierConfiguration_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MergeableMaterialState_didUpdateWidget_closure, A._MergeableMaterialState_didUpdateWidget_closure0, A._OutlinedButtonDefaultsM3_foregroundColor_closure, A._OutlinedButtonDefaultsM3_overlayColor_closure, A._OutlinedButtonDefaultsM3_side_closure, A._OutlinedButtonDefaultsM3_mouseCursor_closure, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._PopupMenuDefaultsM3_labelTextStyle_closure, A._RadioState__widgetFillColor_closure, A._RadioState_build_closure, A._RadioDefaultsM2_fillColor_closure, A._RadioDefaultsM2_overlayColor_closure, A._RadioDefaultsM3_fillColor_closure, A._RadioDefaultsM3_overlayColor_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._MaterialSwitchState__widgetThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState_build_closure, A._SwitchPainter_paint_thumbSizeAnimation, A._SwitchDefaultsM2_thumbColor_closure, A._SwitchDefaultsM2_trackColor_closure, A._SwitchDefaultsM2_mouseCursor_closure, A._SwitchDefaultsM2_overlayColor_closure, A._SwitchDefaultsM3_thumbColor_closure, A._SwitchDefaultsM3_trackColor_closure, A._SwitchDefaultsM3_trackOutlineColor_closure, A._SwitchDefaultsM3_overlayColor_closure, A._SwitchConfigM3_iconColor_closure, A._TabStyle__resolveWithLabelColor_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TabsPrimaryDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_foregroundColor_closure, A._TextButtonDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_mouseCursor_closure, A._TextFieldState_build_closure7, A._TextFieldState_build_closure8, A._m2StateInputStyle_closure, A._m3StateInputStyle_closure, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._RenderTextSelectionToolbarItemsLayout__layoutChildren_closure, A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure, A._RenderTextSelectionToolbarItemsLayout_paint_closure, A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A._HourControl_build_hoursFromSelected, A._DialPainter_paint_paintInnerOuterLabels, A._DialPainter_paint_paintInnerOuterLabels_closure, A._DialPainter_paint_paintInnerOuterLabels_closure0, A._DialState__animateTo_animateToValue, A.showTimePicker_closure, A._TimePickerDefaultsM2_dayPeriodColor_closure, A._TimePickerDefaultsM2_dayPeriodTextColor_closure, A._TimePickerDefaultsM2_dialTextColor_closure, A._TimePickerDefaultsM2_hourMinuteColor_closure, A._TimePickerDefaultsM2_hourMinuteTextColor_closure, A._TimePickerDefaultsM2__hourMinuteInputColor_closure, A._TimePickerDefaultsM3_dayPeriodColor_closure, A._TimePickerDefaultsM3_dayPeriodTextColor_closure, A._TimePickerDefaultsM3_dialTextColor_closure, A._TimePickerDefaultsM3_helpTextStyle_closure, A._TimePickerDefaultsM3_hourMinuteColor_closure, A._TimePickerDefaultsM3_hourMinuteTextColor_closure, A._TimePickerDefaultsM3__hourMinuteTextColor_closure, A._TimePickerDefaultsM3_hourMinuteTextStyle_closure, A.ToggleButtons_build_closure, A.NetworkImage__loadAsync_closure0, A.NetworkImage__loadAsync_closure1, A._CompoundBorder_scale_closure, A._CompoundBorder_preferPaintInterior_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure0, A._sample_closure, A._interpolateColorsAndStops_closure, A.LinearGradient_scale_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A._ShapeDecorationPainter__precache_closure1, A.TextPainter_inlinePlaceholderBoxes_closure, A.TextPainter_getBoxesForSelection_closure, A.TextPainter_computeLineMetrics_closure, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding_pipelineOwner_closure1, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderEditable__canComputeDryLayoutForInlineWidgets_closure, A.RenderListBody_computeMinIntrinsicWidth_closure, A.RenderListBody_computeMinIntrinsicWidth_closure0, A.RenderListBody_computeMaxIntrinsicWidth_closure, A.RenderListBody_computeMaxIntrinsicWidth_closure0, A.RenderListBody_computeMinIntrinsicHeight_closure, A.RenderListBody_computeMinIntrinsicHeight_closure0, A.RenderListBody_computeMaxIntrinsicHeight_closure, A.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderObject__getSemanticsForParent_closure0, A.RenderObject__getSemanticsForParent_closure1, A.RelayoutWhenSystemFontsChangeMixin__scheduleSystemFontsUpdate_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph__canComputeDryLayoutForInlineWidgets_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderSliverPersistentHeader_layoutChild_closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A.PlatformAssetBundle_load_closure, A.AssetManifest_loadFromAssetBundle_closure, A._AssetManifestBin_getAssetVariants_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A.ServicesBinding__initKeyboard_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._PlatformTextInputControl_setSelectionRects_closure, A.HtmlElementViewImpl_get__createController_closure, A.HtmlElementViewImpl__createController_closure, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A.Actions_maybeInvoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedCrossFadeState_initState_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._AnimatedSwitcherState_build_closure, A._WidgetsAppState__onGenerateRoute_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._RawAutocompleteState__updateOverlay_closure, A._RawAutocompleteState__updateOverlay_closure0, A._RawAutocompleteState__updateOverlay__closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A._UbiquitousInheritedElement_notifyClients_closure, A._UbiquitousInheritedElement__recurseChildren_closure, A.ClipPath_shape_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.ContextMenuController_show_closure, A.DefaultSelectionStyle_merge_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState_didUpdateWidget_closure, A.EditableTextState__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState_showSpellCheckSuggestionsToolbar_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure3, A._ScribbleFocusableState_isInScribbleRect_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode_debugDescribeChildren_closure, A._getAncestor_closure, A.FocusTraversalPolicy__findInitialFocus_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A._InactiveElements__unmount_closure, A.Element_renderObjectAttachingChild_closure, A.Element_describeMissingAncestor_closure, A.Element_describeElements_closure, A.Element_updateChildren_replaceWithNullIfForgotten, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.Element_debugDescribeChildren_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A.GestureDetector_build_closure14, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A._ImageState__replaceImage_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure0, A._AnimatedPositionedState_forEachTween_closure1, A._AnimatedPositionedState_forEachTween_closure2, A._AnimatedPositionedState_forEachTween_closure3, A._AnimatedPositionedState_forEachTween_closure4, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.LookupBoundary_findAncestorStateOfType_closure, A.LookupBoundary_findRootAncestorStateOfType_closure, A.LookupBoundary_findAncestorRenderObjectOfType_closure, A.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.MediaQuery_withNoTextScaling_closure, A.MediaQuery_withClampedTextScaling_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState__handleHistoryChanged_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__forcedDisposeAllRouteEntries_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_build_closure, A._NavigatorPopHandlerState_build_closure0, A._NavigatorPopHandlerState_build_closure, A.OverlayEntry_remove_closure, A._RenderTheater_computeMinIntrinsicWidth_closure, A._RenderTheater_computeMaxIntrinsicWidth_closure, A._RenderTheater_computeMinIntrinsicHeight_closure, A._RenderTheater_computeMaxIntrinsicHeight_closure, A._RenderTheater_debugDescribeChildren_closure, A._RenderDeferredLayoutBox__childrenInPaintOrder_closure, A._RenderDeferredLayoutBox_layout_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A._PlatformViewPlaceholderBox_performLayout_closure, A._extension_0_disposePostFrame_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A._RouterState__processParsedRouteInformation_closure, A._RouterState__handleRoutePopped_closure, A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ModalRoute_popDisposition_closure, A.ModalRoute__handlePopEntryChange_closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollBehavior_velocityTrackerBuilder_closure1, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.Scrollable_ensureVisible_closure, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure, A.ScrollbarPainter_update_needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_runScheduledTask, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0, A.LogicalKeySet__triggers_closure, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.Table_closure, A.Table_closure0, A._TableElement_mount_closure, A._TableElement_mount__closure, A._TableElement_update_closure, A._TableElement_update_closure0, A._TableElement__updateRenderObjectChildren_closure, A._TableElement__updateRenderObjectChildren__closure, A._TableElement_visitChildren_closure, A.SelectionOverlay_showMagnifier_closure, A.SelectionOverlay_showToolbar_closure, A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure, A.SelectionOverlay_markNeedsBuild_closure, A.SelectionOverlay__buildToolbar_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A._TextSelectionGestureDetectorState_build_closure8, A.UndoHistoryState_initState_closure, A._throttle_closure, A.Visibility_of_closure, A.WidgetSpan_extractFromInlineSpan_visitSubtree, A._BlockPickerState_build_closure, A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, A._StoreStreamListenerState__createStream_closure, A.SlidableAction_build_closure, A.SlidableAutoCloseBehaviorListener_build_closure, A.SlidableAutoCloseNotificationSender_build_closure, A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure, A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure, A._RenderFlexEntranceTransition_getTotalFlex_closure, A._RenderFlexEntranceTransition_performLayout_closure, A.showToastWidget_closure, A._StyledToastState_build_closure, A.ToastManager_dismissAll_closure, A.Registrar_send_closure, A.RenderFollower_paint_closure, A.RenderFollower_paint_closure1, A.LeaderLink_notifyListeners_closure, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin_closure, A.GoogleSignInPlugin_initWithParams_closure, A.GoogleSignInPlugin_initWithParams_closure0, A.NodeList_retainWhere_closure, A.FilteredElementList_removeRange_closure, A.InTableTextPhase_flushCharacters_closure, A._CssClassSetImpl_add_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure0, A.SelectorEvaluator_visitPseudoClassSelector__closure, A.SelectorEvaluator_visitAttributeSelector_closure, A.HtmlTokenizer_consumeEntity_closure, A._escape_closure, A._escape_closure0, A._escape_closure1, A._escape_closure2, A._escape_closure3, A._escape__closure, A._escape_closure4, A._escape_closure5, A._escape_closure6, A._escape_closure7, A._escape_closure8, A._postProcess_closure, A.Rule_findRule_closure, A.Rule_findRule_closure0, A.Rule__buildFilterFn_closure, A._CommonRules_indentedCodeBlock_closure, A._CommonRules_fencedCodeBlock_closure, A._CommonRules_inlineLink_closure, A._CommonRules_referenceLink_closure0, A._CommonRules_code_closure, A._CommonRules_code__closure, A.get_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.BillingClient_queryProductDetails_closure, A._$ProductDetailsWrapperFromJson_closure, A._$ProductDetailsResponseWrapperFromJson_closure0, A._$PurchaseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure0, A._$SubscriptionOfferDetailsWrapperFromJson_closure, A._$SubscriptionOfferDetailsWrapperFromJson_closure0, A.InAppPurchaseAndroidPlatform_isAvailable_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure2, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure3, A.InAppPurchaseAndroidPlatform_buyNonConsumable_closure, A.InAppPurchaseAndroidPlatform_completePurchase_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform_restorePurchases_closure3, A.InAppPurchaseAndroidPlatform_restorePurchases_closure4, A.InAppPurchaseAndroidPlatform_restorePurchases_closure5, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure0, A.InAppPurchaseAndroidPlatformAddition_consumePurchase_closure, A.GooglePlayPurchaseDetails_fromPurchase_closure, A.InAppPurchaseStoreKitPlatform_queryProductDetails_closure, A._TransactionObserver__handleTransationUpdates_closure, A._TransactionObserver__handleTransationUpdates_closure0, A.SKPaymentQueueWrapper__getTransactionList_closure, A._$SkProductResponseWrapperFromJson_closure, A._$SkProductResponseWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure1, A.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A._CountryPickerDialogState_build_closure, A.CountryExtensions_stringSearch_closure, A.CountryExtensions_stringSearch__closure, A._IntlPhoneFieldState_initState_closure, A._IntlPhoneFieldState__changeCountry_closure, A._IntlPhoneFieldState__changeCountry___closure, A._IntlPhoneFieldState_build_closure0, A._IntlPhoneFieldState_build_closure, A._IntlPhoneFieldState_build_closure1, A.ClientEntity_ClientEntity_closure, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.ClientEntity_getContact_closure, A.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_matchesFilter_closure, A.GatewayEntity_matchesFilterValue_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, A.DesignEntity_clone_closure, A.HasActivities_getActivities_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_InvoiceEntity_closure0, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_recreateInvitations_closure0, A.InvoiceEntity_recreateInvitations_closure, A.InvoiceEntity_recreateInvitations_closure2, A.InvoiceEntity_recreateInvitations_closure1, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_clone___closure, A.InvoiceEntity_clone__closure1, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_balanceHistory_closure, A.InvoiceEntity_balanceHistory_closure0, A.InvoiceEntity_hasTasks_closure, A.InvoiceEntity_hasProducts_closure, A.InvoiceEntity_hasExpenses_closure, A.InvoiceEntity_applyTax_closure, A.InvoiceEntity_applyTax_closure0, A.InvoiceEntity_applyTax_closure1, A.InvoiceEntity_isViewed_closure, A.InvoiceEntity_getInvitationForClientContact_closure, A.InvoiceEntity_getInvitationForVendorContact_closure, A.InvoiceItemEntity_taxAmount_calculateTaxAmount, A.InvoiceItemEntity_applyTax_closure, A.InvoiceItemEntity_applyTax_closure0, A.InvoiceItemEntity_applyTax_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure, A.CalculateInvoiceTotal_calculateTaxes__closure, A.CalculateInvoiceTotal_calculateTaxes__closure1, A.CalculateInvoiceTotal_calculateTaxes__closure3, A.CalculateInvoiceTotal_calculateTaxes_closure0, A.CalculateInvoiceTotal_calculateTaxes_closure2, A.CalculateInvoiceTotal_calculateTaxes_closure4, A.CalculateInvoiceTotal_getTaxable_closure, A.CalculateInvoiceTotal_calculateTotal_closure, A.CalculateInvoiceTotal_calculateSubtotal_closure, A.PaymentEntity_invoicePaymentables_closure, A.PaymentEntity_creditPaymentables_closure, A.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, A.SettingsEntity_setFieldsForSection_closure, A.SettingsEntity_setFieldsForSection_closure0, A.TaskTime_stop_closure, A.TaskEntity_clone_closure, A.TaskEntity_areTimesValid_closure, A.TaskEntity_getInvalidTimeIndices_closure, A.TaskEntity_isRunning_closure, A.TaskEntity_isBetween_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.TransactionEntity_TransactionEntity_closure, A.TransactionEntity_TransactionEntity_closure0, A.VendorEntity_VendorEntity_closure, A.VendorEntity_emailContacts_closure, A.VendorEntity_primaryContact_closure, A.VendorEntity_hasEmailAddress_closure, A.VendorEntity_getContact_closure, A.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.ProductRepository_saveData_closure, A.PurchaseOrderRepository_saveData_closure, A.QuoteRepository_saveData_closure, A.TransactionRepository_convertToExpense_closure, A._parseError__closure, A._initialState_closure, A._initialState_closure0, A._registerErrorHandlers_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.InvoiceNinjaAppState_build__closure109, A.InvoiceNinjaAppState_build__closure110, A.InvoiceNinjaAppState_build__closure111, A.InvoiceNinjaAppState_build__closure112, A.InvoiceNinjaAppState_build__closure113, A.InvoiceNinjaAppState_build__closure114, A.InvoiceNinjaAppState_build__closure115, A.InvoiceNinjaAppState_build__closure116, A.InvoiceNinjaAppState_build__closure117, A.InvoiceNinjaAppState_build__closure118, A.InvoiceNinjaAppState_build__closure119, A.InvoiceNinjaAppState_build__closure120, A.InvoiceNinjaAppState_build__closure121, A.InvoiceNinjaAppState_build__closure122, A.viewEntityById__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._getRoutes_closure, A._getRoutes_closure0, A._createUserLoggedIn_closure, A._createPersistData_closure, A._createPersistUI_closure, A._createPersistPrefs_closure, A._createPersistPrefs__closure, A._createAccountLoaded_closure, A._createDataRefreshed_closure, A._createPersistStatic_closure, A._createDeleteState_closure, A._createDeleteState__closure, A._createViewMainScreen_closure, A._createViewMainScreen__closure, A._createClearData_closure, A._createClearData__closure, A.appReducer_closure, A.appReducer__closure, A.appReducer_closure0, A.appReducer_closure1, A.appReducer_closure2, A.AppState_AppState_closure, A.AppState_companies_closure, A.AppState_historyList_closure, A.AppState_getEntityMap_closure, A.AppState_getEntityMap_closure0, A._createUserLogout_closure, A._createUserLogout__closure, A._createUserLogoutAll_closure, A._createUserLogoutAll__closure, A._createUserLogoutAll__closure0, A._createLoginRequest_closure, A._createLoginRequest__closure, A._createLoginRequest__closure0, A._createSignUpRequest_closure, A._createSignUpRequest__closure, A._createSignUpRequest__closure0, A._createOAuthLoginRequest_closure, A._createOAuthLoginRequest__closure, A._createOAuthLoginRequest__closure0, A._createOAuthSignUpRequest_closure, A._createOAuthSignUpRequest__closure, A._createOAuthSignUpRequest__closure0, A._createRefreshRequest_closure, A._createRefreshRequest__closure, A._createRefreshRequest___closure, A._createRefreshRequest____closure, A._createRefreshRequest__closure0, A._createRecoverRequest_closure, A._createRecoverRequest__closure, A._createRecoverRequest__closure0, A._createCompany_closure, A._createCompany__closure, A._createCompany___closure, A._setDefaultCompany_closure, A._setDefaultCompany__closure, A._setDefaultCompany__closure0, A._deleteCompany_closure, A._deleteCompany__closure, A._deleteCompany__closure0, A._purgeData_closure, A._purgeData__closure, A._purgeData___closure, A._purgeData__closure0, A._resendConfirmation_closure, A._resendConfirmation__closure, A._resendConfirmation__closure0, A.userLoadUrlReducer_closure, A.userSignUpRequestReducer_closure, A.userLoginRequestReducer_closure, A.oauthLoginRequestReducer_closure, A.oauthSignUpRequestReducer_closure, A.userLoginSuccessReducer_closure, A.userVerifiedPasswordReducer_closure, A.userUnverifiedPasswordReducer_closure, A.handleBankAccountAction_closure, A.handleBankAccountAction_closure0, A._editBankAccount_closure, A._viewBankAccount_closure, A._viewBankAccountList_closure0, A._viewBankAccountList__closure, A._archiveBankAccount_closure, A._archiveBankAccount__closure, A._archiveBankAccount__closure0, A._archiveBankAccount__closure1, A._deleteBankAccount_closure, A._deleteBankAccount__closure, A._deleteBankAccount__closure0, A._deleteBankAccount__closure1, A._restoreBankAccount_closure, A._restoreBankAccount__closure, A._restoreBankAccount__closure0, A._restoreBankAccount__closure1, A._saveBankAccount_closure, A._saveBankAccount__closure, A._saveBankAccount__closure0, A._loadBankAccount_closure, A._loadBankAccount__closure, A._loadBankAccount__closure0, A._loadBankAccounts_closure, A._loadBankAccounts__closure, A._loadBankAccounts__closure0, A.bankAccountUIReducer_closure, A.editingReducer__closure45, A.bankAccountListReducer__closure, A._viewBankAccountList_closure, A._filterBankAccountsByCustom1_closure, A._filterBankAccountsByCustom1_closure0, A._filterBankAccountsByCustom2_closure, A._filterBankAccountsByCustom2_closure0, A._filterBankAccountsByState_closure, A._filterBankAccountsByState_closure0, A._filterBankAccounts_closure, A._sortBankAccounts_closure, A._startListMultiselect_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, A._archiveBankAccountSuccess_closure, A._deleteBankAccountSuccess_closure, A._restoreBankAccountSuccess_closure, A._addBankAccount_closure, A._updateBankAccount_closure, A._setLoadedBankAccount_closure, A.memoizedDropdownBankAccountList_closure, A.dropdownBankAccountsSelector_closure, A.memoizedFilteredBankAccountList_closure, A.filteredBankAccountsSelector_closure, A.BankAccountState_loadBankAccounts_closure0, A.BankAccountState_loadBankAccounts_closure1, A.BankAccountState_loadBankAccounts_closure, A.handleClientAction_closure, A.handleClientAction_closure0, A.handleClientAction_closure1, A.handleClientAction_closure2, A.handleClientAction_closure3, A.handleClientAction_closure4, A.handleClientAction_closure5, A.__MergClientPickerState_build_closure, A._editClient_closure, A._viewClient_closure, A._viewClientList_closure0, A._viewClientList__closure, A._archiveClient_closure, A._archiveClient__closure, A._archiveClient__closure0, A._archiveClient__closure1, A._mergeClients_closure, A._mergeClients__closure, A._mergeClients__closure0, A._deleteClient_closure, A._deleteClient__closure, A._deleteClient__closure0, A._deleteClient__closure1, A._purgeClient_closure, A._purgeClient__closure, A._purgeClient__closure0, A._restoreClient_closure, A._restoreClient__closure, A._restoreClient__closure0, A._restoreClient__closure1, A._saveClient_closure, A._saveClient__closure, A._saveClient__closure0, A._loadClient_closure, A._loadClient__closure, A._loadClient__closure0, A._loadClients_closure, A._loadClients__closure, A._loadClients___closure, A._loadClients____closure, A._loadClients_____closure, A._loadClients__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument___closure11, A._saveDocument____closure11, A._saveDocument__closure24, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure59, A.editingReducer__closure58, A.editingReducer__closure57, A.editingReducer__closure56, A.clientListReducer__closure, A._viewClientList_closure, A._filterClientsByCustom1_closure, A._filterClientsByCustom1_closure0, A._filterClientsByCustom2_closure, A._filterClientsByCustom2_closure0, A._filterClientsByCustom3_closure, A._filterClientsByCustom3_closure0, A._filterClientsByCustom4_closure, A._filterClientsByCustom4_closure0, A._filterClientsByState_closure, A._filterClientsByState_closure0, A._filterClients_closure, A._sortClients_closure, A._startListMultiselect_closure26, A._addToListMultiselect_closure26, A._removeFromListMultiselect_closure26, A._clearListMultiselect_closure26, A._archiveClientSuccess_closure, A._deleteClientSuccess_closure, A._restoreClientSuccess_closure, A._addClient_closure, A._addClient__closure, A._updateClient_closure, A._updateClient__closure, A._setLoadedClient_closure, A._setLoadedClient__closure, A._mergeClientSuccess_closure, A._purgeClientSuccess_closure26, A.memoizedDropdownClientList_closure, A.dropdownClientsSelector_closure, A.memoizedFilteredClientList_closure, A.filteredClientsSelector_closure, A.filteredClientsSelector__closure, A.ClientState_loadClients_closure0, A.ClientState_loadClients_closure1, A.ClientState_loadClients_closure, A.companyReducer_closure, A.userCompanyEntityReducer__closure12, A.userCompanyEntityReducer__closure10, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure11, A.userCompanyEntityReducer__closure9, A.userCompanyEntityReducer__closure8, A.userCompanyEntityReducer__closure7, A.userCompanyEntityReducer__closure6, A.userCompanyEntityReducer__closure5, A.userCompanyEntityReducer__closure4, A.userCompanyEntityReducer__closure3, A.userCompanyEntityReducer__closure2, A.userCompanyEntityReducer__closure1, A.userCompanyEntityReducer__closure, A.userCompanyEntityReducer__closure0, A.loadCompanySuccessReducer_closure, A.loadCompanySuccessReducer_closure0, A.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure1, A.memoizedHasMultipleCurrencies_closure, A.memoizedGetCurrencyIds_closure, A.filteredSelector_closure, A.filteredSelector_closure0, A.filteredSelector_closure1, A.filteredSelector_closure2, A.filteredSelector_closure3, A.filteredSelector_closure4, A.filteredSelector_closure5, A.filteredSelector_closure6, A.filteredSelector_closure7, A.filteredSelector_closure8, A.filteredSelector_closure9, A.filteredSelector_closure10, A.filteredSelector_closure11, A.filteredSelector_closure12, A.handleCompanyGatewayAction_closure, A.handleCompanyGatewayAction_closure0, A.handleCompanyGatewayAction_closure1, A._editCompanyGateway_closure, A._viewCompanyGateway_closure, A._viewCompanyGatewayList_closure, A._viewCompanyGatewayList__closure, A._archiveCompanyGateway_closure, A._archiveCompanyGateway__closure, A._archiveCompanyGateway__closure0, A._archiveCompanyGateway__closure1, A._deleteCompanyGateway_closure, A._deleteCompanyGateway__closure, A._deleteCompanyGateway__closure0, A._deleteCompanyGateway__closure1, A._restoreCompanyGateway_closure, A._restoreCompanyGateway__closure, A._restoreCompanyGateway__closure0, A._restoreCompanyGateway__closure1, A._disconnectCompanyGateway_closure, A._disconnectCompanyGateway__closure, A._disconnectCompanyGateway__closure0, A._saveCompanyGateway_closure, A._saveCompanyGateway__closure, A._saveCompanyGateway__closure0, A._loadCompanyGateway_closure, A._loadCompanyGateway__closure, A._loadCompanyGateway__closure0, A._loadCompanyGateways_closure, A._loadCompanyGateways__closure, A._loadCompanyGateways__closure0, A.companyGatewayUIReducer_closure, A.editingReducer__closure13, A.companyGatewayListReducer__closure, A._filterCompanyGatewaysByCustom1_closure, A._filterCompanyGatewaysByCustom1_closure0, A._filterCompanyGatewaysByCustom2_closure, A._filterCompanyGatewaysByCustom2_closure0, A._filterCompanyGatewaysByState_closure, A._filterCompanyGatewaysByState_closure0, A._filterCompanyGateways_closure, A._sortCompanyGateways_closure, A._startListMultiselect_closure7, A._addToListMultiselect_closure7, A._removeFromListMultiselect_closure7, A._clearListMultiselect_closure7, A._archiveCompanyGatewaySuccess_closure, A._deleteCompanyGatewaySuccess_closure, A._restoreCompanyGatewaySuccess_closure, A._addCompanyGateway_closure, A._addCompanyGateway__closure, A._updateCompanyGateway_closure, A._updateCompanyGateway__closure, A._setLoadedCompanyGateway_closure, A._setLoadedCompanyGateway__closure, A._setLoadedCompany_closure1, A._setLoadedCompany__closure1, A._setLoadedCompany__closure2, A._setLoadedCompany_closure2, A._setLoadedCompanyGateways_closure, A._setLoadedCompanyGateways__closure, A._setLoadedCompanyGateways__closure0, A._setLoadedCompanyGateways_closure0, A.memoizedFilteredCompanyGatewayList_closure, A.filteredCompanyGatewaysSelector_closure, A.filteredCompanyGatewaysSelector_closure0, A.filteredCompanyGatewaysSelector_closure1, A.clientStatsForCompanyGateway__closure, A.handleCreditAction_closure, A.handleCreditAction_closure0, A.handleCreditAction_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction_closure8, A.handleCreditAction_closure9, A.handleCreditAction__closure, A.handleCreditAction_closure10, A.handleCreditAction_closure11, A.handleCreditAction_closure12, A.handleCreditAction_closure13, A._viewCredit_closure, A._viewCreditList_closure0, A._viewCreditList__closure, A._editCredit_closure, A._showEmailCredit_closure, A._showPdfCredit_closure, A._archiveCredit_closure, A._archiveCredit__closure, A._archiveCredit__closure0, A._archiveCredit__closure1, A._deleteCredit_closure, A._deleteCredit__closure, A._deleteCredit__closure0, A._deleteCredit__closure1, A._restoreCredit_closure, A._restoreCredit__closure, A._restoreCredit__closure0, A._restoreCredit__closure1, A._markSentCredit_closure, A._markSentCredit__closure, A._markSentCredit__closure0, A._markPaidCredit_closure, A._markPaidCredit__closure, A._markPaidCredit__closure0, A._emailCredit_closure, A._emailCredit__closure, A._emailCredit__closure0, A._saveCredit_closure, A._saveCredit__closure, A._saveCredit___closure, A._saveCredit__closure0, A._saveCredit__closure1, A._loadCredit_closure, A._loadCredit__closure, A._loadCredit__closure0, A._loadCredits_closure, A._loadCredits__closure, A._loadCredits___closure, A._loadCredits____closure, A._loadCredits_____closure, A._loadCredits__closure0, A._downloadCredits_closure, A._downloadCredits__closure, A._downloadCredits__closure0, A._bulkEmailCredits_closure, A._bulkEmailCredits__closure, A._bulkEmailCredits__closure0, A._saveDocument_closure0, A._saveDocument__closure1, A._saveDocument___closure0, A._saveDocument____closure0, A._saveDocument__closure2, A.creditUIReducer_closure, A.editingReducer__closure22, A.editingReducer__closure21, A.editingReducer__closure20, A.editingReducer__closure19, A.editingReducer__closure18, A.editingReducer___closure0, A.editingReducer__closure17, A.editingReducer__closure16, A._addCreditItem_closure, A._addCreditItems_closure, A._removeCreditItem_closure, A._updateCreditItem_closure, A.creditListReducer__closure, A._viewCreditList_closure, A._filterCreditsByCustom1_closure, A._filterCreditsByCustom1_closure0, A._filterCreditsByCustom2_closure, A._filterCreditsByCustom2_closure0, A._filterCreditsByCustom3_closure, A._filterCreditsByCustom3_closure0, A._filterCreditsByCustom4_closure, A._filterCreditsByCustom4_closure0, A._filterCreditsByState_closure, A._filterCreditsByState_closure0, A._filterCreditsByStatus_closure, A._filterCreditsByStatus_closure0, A._filterCredits_closure, A._sortCredits_closure, A._startListMultiselect_closure10, A._addToListMultiselect_closure10, A._removeFromListMultiselect_closure10, A._clearListMultiselect_closure10, A._purgeClientSuccess_closure9, A._purgeClientSuccess_closure10, A._purgeClientSuccess_closure8, A._purgeClientSuccess__closure6, A._markSentCreditSuccess_closure0, A._markSentCreditSuccess_closure1, A._markSentCreditSuccess_closure, A._archiveCreditSuccess_closure, A._deleteCreditSuccess_closure, A._restoreCreditSuccess_closure, A._addCredit_closure, A._addCredit__closure, A._updateCredit_closure, A._updateCredit__closure, A.creditContactSelector_closure, A.creditContactSelector_closure0, A.memoizedDropdownCreditList_closure, A.dropdownCreditSelector_closure, A.memoizedFilteredCreditList_closure, A.filteredCreditsSelector__closure0, A.filteredCreditsSelector_closure0, A.filteredCreditsSelector__closure, A.CreditState_loadCredits_closure0, A.CreditState_loadCredits_closure1, A.CreditState_loadCredits_closure, A._createViewDashboard_closure, A._createViewDashboard___closure, A.dashboardUIReducer_closure, A.selectedEntitiesReducer__closure0, A.selectedEntitiesReducer__closure, A.dashboardSettingsReducer_closure, A.dashboardSettingsReducer_closure0, A.dashboardSettingsReducer_closure1, A.dashboardSettingsReducer_closure2, A.dashboardSettingsReducer_closure3, A.memoizedChartInvoices_closure, A.memoizedChartOverviewInvoices_closure, A.memoizedPreviousChartInvoices_closure, A.memoizedChartQuotes_closure, A.memoizedPreviousChartQuotes_closure, A.memoizedChartPayments_closure, A.memoizedPreviousChartPayments_closure, A.memoizedChartTasks_closure, A.memoizedPreviousChartTasks_closure, A.chartTasks__closure, A.memoizedChartExpenses_closure, A.memoizedPreviousChartExpenses_closure, A.handleDesignAction_closure, A.handleDesignAction_closure0, A.handleDesignAction_closure1, A.handleDesignAction_closure2, A.handleDesignAction_closure3, A._editDesign_closure, A._viewDesign_closure, A._viewDesignList_closure0, A._viewDesignList__closure, A._archiveDesign_closure, A._archiveDesign__closure, A._archiveDesign__closure0, A._archiveDesign__closure1, A._deleteDesign_closure, A._deleteDesign__closure, A._deleteDesign__closure0, A._deleteDesign__closure1, A._restoreDesign_closure, A._restoreDesign__closure, A._restoreDesign__closure0, A._restoreDesign__closure1, A._saveDesign_closure, A._saveDesign__closure, A._saveDesign__closure0, A._loadDesign_closure, A._loadDesign__closure, A._loadDesign__closure0, A._loadDesigns_closure, A._loadDesigns__closure, A._loadDesigns__closure0, A.designUIReducer_closure, A.editingReducer__closure23, A.designListReducer__closure, A._viewDesignList_closure, A._filterDesignsByCustom1_closure, A._filterDesignsByCustom1_closure0, A._filterDesignsByCustom2_closure, A._filterDesignsByCustom2_closure0, A._filterDesignsByState_closure, A._filterDesignsByState_closure0, A._filterDesigns_closure, A._sortDesigns_closure, A._startListMultiselect_closure11, A._addToListMultiselect_closure11, A._removeFromListMultiselect_closure11, A._clearListMultiselect_closure11, A._archiveDesignSuccess_closure, A._deleteDesignSuccess_closure, A._restoreDesignSuccess_closure, A._addDesign_closure, A._updateDesign_closure, A._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.DesignState_cleanDesign_closure, A.DesignState_customDesigns_closure, A.DesignState_customDesigns_closure0, A.DesignState_loadDesigns_closure0, A.DesignState_loadDesigns_closure1, A.DesignState_loadDesigns_closure, A.handleDocumentAction_closure, A.handleDocumentAction_showDocument_closure, A.handleDocumentAction_showDocument__closure0, A.handleDocumentAction_closure0, A.handleDocumentAction_closure1, A.handleDocumentAction_closure2, A.handleDocumentAction___closure, A.handleDocumentAction___closure0, A.handleDocumentAction___closure1, A.handleDocumentAction___closure2, A.handleDocumentAction___closure3, A.handleDocumentAction___closure4, A.handleDocumentAction___closure5, A.handleDocumentAction___closure6, A.handleDocumentAction___closure7, A.handleDocumentAction___closure8, A.handleDocumentAction___closure9, A.handleDocumentAction___closure10, A.handleDocumentAction___closure11, A.handleDocumentAction___closure12, A.handleDocumentAction___closure13, A._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._saveDocument_closure13, A._saveDocument__closure27, A._saveDocument___closure13, A._saveDocument__closure28, A._archiveDocument_closure, A._archiveDocument__closure, A._archiveDocument__closure0, A._archiveDocument__closure1, A._downloadDocuments_closure, A._downloadDocuments__closure, A._downloadDocuments__closure0, A._deleteDocument_closure, A._deleteDocument__closure, A._deleteDocument__closure0, A._restoreDocument_closure, A._restoreDocument__closure, A._restoreDocument__closure0, A._restoreDocument__closure1, A._loadDocument_closure, A._loadDocument__closure, A._loadDocument__closure0, A._loadDocumentData_closure, A._loadDocumentData__closure, A._loadDocumentData___closure, A._loadDocumentData__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A.documentListReducer__closure, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocumentsByStatus_closure, A._filterDocumentsByStatus_closure0, A._filterDocuments_closure, A._sortDocuments_closure, A._startListMultiselect_closure5, A._addToListMultiselect_closure5, A._removeFromListMultiselect_closure5, A._clearListMultiselect_closure5, A._archiveDocumentSuccess_closure, A._deleteDocumentSuccess_closure, A._restoreDocumentSuccess_closure, A._addDocument_closure, A._addDocument__closure, A._addDocument__closure0, A._addDocument_closure0, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A._setLoadedCompany_closure9, A._setLoadedCompany__closure24, A._setLoadedCompany_closure10, A._setLoadedCompany__closure23, A._setLoadedCompany___closure11, A._setLoadedCompany_closure11, A._setLoadedCompany__closure22, A._setLoadedCompany___closure10, A._setLoadedCompany_closure12, A._setLoadedCompany__closure21, A._setLoadedCompany___closure9, A._setLoadedCompany_closure13, A._setLoadedCompany__closure20, A._setLoadedCompany___closure8, A._setLoadedCompany_closure14, A._setLoadedCompany__closure19, A._setLoadedCompany___closure7, A._setLoadedCompany_closure15, A._setLoadedCompany__closure18, A._setLoadedCompany___closure6, A._setLoadedCompany_closure16, A._setLoadedCompany__closure17, A._setLoadedCompany___closure5, A._setLoadedCompany_closure17, A._setLoadedCompany__closure16, A._setLoadedCompany___closure4, A._setLoadedCompany_closure18, A._setLoadedCompany__closure15, A._setLoadedCompany___closure3, A._setLoadedCompany_closure19, A._setLoadedCompany__closure14, A._setLoadedCompany___closure2, A._setLoadedCompany_closure20, A._setLoadedCompany__closure13, A._setLoadedCompany___closure1, A._setLoadedCompany_closure21, A._setLoadedCompany__closure12, A._setLoadedCompany___closure0, A._setLoadedCompany_closure22, A._setLoadedCompany__closure11, A._setLoadedCompany___closure, A._setLoadedCompany_closure23, A._setLoadedCompany__closure9, A._setLoadedCompany__closure10, A._setLoadedCompany_closure24, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.handleExpenseAction_closure, A.handleExpenseAction_closure0, A.handleExpenseAction_closure1, A.handleExpenseAction_closure2, A.handleExpenseAction_closure3, A.handleExpenseAction_closure4, A._editExpense_closure, A._viewExpense_closure, A._viewExpenseList_closure0, A._viewExpenseList__closure, A._archiveExpense_closure, A._archiveExpense__closure, A._archiveExpense__closure0, A._archiveExpense__closure1, A._deleteExpense_closure, A._deleteExpense__closure, A._deleteExpense__closure0, A._deleteExpense__closure1, A._restoreExpense_closure, A._restoreExpense__closure, A._restoreExpense__closure0, A._restoreExpense__closure1, A._saveExpense_closure, A._saveExpense__closure, A._saveExpense__closure0, A._loadExpense_closure, A._loadExpense__closure, A._loadExpense__closure0, A._loadExpenses_closure, A._loadExpenses__closure, A._loadExpenses___closure, A._loadExpenses____closure, A._loadExpenses_____closure, A._loadExpenses__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument___closure9, A._saveDocument____closure9, A._saveDocument__closure20, A.expenseUIReducer_closure, A.editingReducer__closure10, A.expenseListReducer__closure, A._viewExpenseList_closure, A._filterExpensesByCustom1_closure, A._filterExpensesByCustom1_closure0, A._filterExpensesByCustom2_closure, A._filterExpensesByCustom2_closure0, A._filterExpensesByCustom3_closure, A._filterExpensesByCustom3_closure0, A._filterExpensesByCustom4_closure, A._filterExpensesByCustom4_closure0, A._filterExpensesByState_closure, A._filterExpensesByState_closure0, A._filterExpensesByStatus_closure, A._filterExpensesByStatus_closure0, A._filterExpenses_closure, A._sortExpenses_closure, A._startListMultiselect_closure4, A._addToListMultiselect_closure4, A._removeFromListMultiselect_closure4, A._clearListMultiselect_closure4, A._purgeClientSuccess_closure21, A._purgeClientSuccess_closure22, A._purgeClientSuccess_closure20, A._purgeClientSuccess__closure14, A._archiveExpenseSuccess_closure, A._deleteExpenseSuccess_closure, A._restoreExpenseSuccess_closure, A._addExpense_closure, A._updateExpense_closure, A._setLoadedExpense_closure, A.convertExpenseToInvoiceItem_closure, A.memoizedFilteredExpenseList_closure, A.filteredExpensesSelector_closure, A.clientExpenseList_closure, A.ExpenseState_loadExpenses_closure0, A.ExpenseState_loadExpenses_closure1, A.ExpenseState_loadExpenses_closure, A.handleExpenseCategoryAction_closure, A.handleExpenseCategoryAction_closure0, A.handleExpenseCategoryAction_closure1, A._editExpenseCategory_closure, A._viewExpenseCategory_closure, A._viewExpenseCategoryList_closure, A._viewExpenseCategoryList__closure, A._archiveExpenseCategory_closure, A._archiveExpenseCategory__closure, A._archiveExpenseCategory__closure0, A._archiveExpenseCategory__closure1, A._deleteExpenseCategory_closure, A._deleteExpenseCategory__closure, A._deleteExpenseCategory__closure0, A._deleteExpenseCategory__closure1, A._restoreExpenseCategory_closure, A._restoreExpenseCategory__closure, A._restoreExpenseCategory__closure0, A._restoreExpenseCategory__closure1, A._saveExpenseCategory_closure, A._saveExpenseCategory__closure, A._saveExpenseCategory__closure0, A._loadExpenseCategory_closure, A._loadExpenseCategory__closure, A._loadExpenseCategory__closure0, A._loadExpenseCategories_closure, A._loadExpenseCategories__closure, A._loadExpenseCategories__closure0, A.expenseCategoryUIReducer_closure, A.editingReducer__closure34, A.expenseCategoryListReducer__closure, A._filterExpenseCategoriesByCustom1_closure, A._filterExpenseCategoriesByCustom1_closure0, A._filterExpenseCategoriesByCustom2_closure, A._filterExpenseCategoriesByCustom2_closure0, A._filterExpenseCategoriesByState_closure, A._filterExpenseCategoriesByState_closure0, A._filterExpenseCategories_closure, A._sortExpenseCategories_closure, A._startListMultiselect_closure16, A._addToListMultiselect_closure16, A._removeFromListMultiselect_closure16, A._clearListMultiselect_closure16, A._archiveExpenseCategorySuccess_closure, A._deleteExpenseCategorySuccess_closure, A._restoreExpenseCategorySuccess_closure, A._addExpenseCategory_closure, A._updateExpenseCategory_closure, A._setLoadedExpenseCategory_closure, A.memoizedDropdownExpenseCategoryList_closure, A.dropdownExpenseCategoriesSelector_closure, A.memoizedFilteredExpenseCategoryList_closure, A.filteredExpenseCategoriesSelector_closure, A.ExpenseCategoryState_loadExpenseCategories_closure0, A.ExpenseCategoryState_loadExpenseCategories_closure1, A.ExpenseCategoryState_loadExpenseCategories_closure, A.handleGroupAction_closure, A.handleGroupAction_closure0, A._editGroup_closure, A._viewGroup_closure, A._viewGroupList_closure0, A._viewGroupList__closure, A._archiveGroup_closure, A._archiveGroup__closure, A._archiveGroup__closure0, A._archiveGroup__closure1, A._deleteGroup_closure, A._deleteGroup__closure, A._deleteGroup__closure0, A._deleteGroup__closure1, A._restoreGroup_closure, A._restoreGroup__closure, A._restoreGroup__closure0, A._restoreGroup__closure1, A._saveGroup_closure, A._saveGroup__closure, A._saveGroup__closure0, A._loadGroup_closure, A._loadGroup__closure, A._loadGroup__closure0, A._loadGroups_closure, A._loadGroups__closure, A._loadGroups___closure, A._loadGroups____closure, A._loadGroups_____closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument___closure, A._saveDocument____closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A.groupListReducer__closure, A._viewGroupList_closure, A._filterGroupsByState_closure, A._filterGroupsByState_closure0, A._filterGroups_closure, A._sortGroups_closure, A._startListMultiselect_closure6, A._addToListMultiselect_closure6, A._removeFromListMultiselect_closure6, A._clearListMultiselect_closure6, A._archiveGroupSuccess_closure, A._deleteGroupSuccess_closure, A._restoreGroupSuccess_closure, A._addGroup_closure, A._updateGroup_closure, A._setLoadedGroup_closure, A._setLoadedGroups_closure, A._setLoadedGroups__closure, A._setLoadedGroups__closure0, A._setLoadedGroups_closure0, A._setLoadedCompany_closure, A._setLoadedCompany__closure, A._setLoadedCompany__closure0, A._setLoadedCompany_closure0, A.memoizedFilteredGroupList_closure, A.filteredGroupsSelector_closure, A.handleInvoiceAction_closure, A.handleInvoiceAction_closure0, A.handleInvoiceAction_closure1, A.handleInvoiceAction_closure2, A.handleInvoiceAction_closure3, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction__closure1, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction_closure10, A.handleInvoiceAction_closure11, A.handleInvoiceAction_closure12, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure13, A.handleInvoiceAction_closure14, A.handleInvoiceAction_closure15, A.handleInvoiceAction_closure16, A.handleInvoiceAction_closure17, A.handleInvoiceAction_closure18, A.handleInvoiceAction_closure19, A._viewInvoiceList_closure0, A._viewInvoiceList__closure, A._viewInvoice_closure, A._editInvoice_closure, A._showEmailInvoice_closure, A._showPdfInvoice_closure, A._cancelInvoices_closure, A._cancelInvoices__closure, A._cancelInvoices__closure0, A._archiveInvoice_closure, A._archiveInvoice__closure, A._archiveInvoice__closure0, A._archiveInvoice__closure1, A._deleteInvoice_closure, A._deleteInvoice__closure, A._deleteInvoice__closure0, A._deleteInvoice__closure1, A._restoreInvoice_closure, A._restoreInvoice__closure, A._restoreInvoice__closure0, A._restoreInvoice__closure1, A._markInvoiceSent_closure, A._markInvoiceSent__closure, A._markInvoiceSent__closure0, A._autoBillInvoices_closure, A._autoBillInvoices__closure, A._autoBillInvoices__closure0, A._markInvoicePaid_closure, A._markInvoicePaid__closure, A._markInvoicePaid__closure0, A._downloadInvoices_closure, A._downloadInvoices__closure, A._downloadInvoices__closure0, A._emailInvoice_closure, A._emailInvoice__closure, A._emailInvoice__closure0, A._bulkEmailInvoices_closure, A._bulkEmailInvoices__closure, A._bulkEmailInvoices__closure0, A._saveInvoice_closure, A._saveInvoice__closure, A._saveInvoice___closure, A._saveInvoice__closure0, A._saveInvoice__closure1, A._loadInvoice_closure, A._loadInvoice__closure, A._loadInvoice__closure0, A._loadInvoices_closure, A._loadInvoices__closure, A._loadInvoices___closure, A._loadInvoices____closure, A._loadInvoices_____closure, A._loadInvoices__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument___closure10, A._saveDocument____closure10, A._saveDocument__closure22, A.invoiceUIReducer_closure, A.editingReducer__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, A.editingReducer__closure51, A.editingReducer___closure3, A.editingReducer__closure50, A.editingReducer__closure49, A._updateEditing_closure, A._addInvoiceItem_closure, A._addInvoiceItem_closure0, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A.invoiceListReducer__closure, A._viewInvoiceList_closure, A._filterInvoicesByCustom1_closure, A._filterInvoicesByCustom1_closure0, A._filterInvoicesByCustom2_closure, A._filterInvoicesByCustom2_closure0, A._filterInvoicesByCustom3_closure, A._filterInvoicesByCustom3_closure0, A._filterInvoicesByCustom4_closure, A._filterInvoicesByCustom4_closure0, A._filterInvoicesByState_closure, A._filterInvoicesByState_closure0, A._filterInvoicesByStatus_closure, A._filterInvoicesByStatus_closure0, A._filterInvoices_closure, A._sortInvoices_closure, A._startListMultiselect_closure25, A._addToListMultiselect_closure25, A._removeFromListMultiselect_closure25, A._clearListMultiselect_closure25, A._purgeClientSuccess_closure24, A._purgeClientSuccess_closure25, A._purgeClientSuccess_closure23, A._purgeClientSuccess__closure16, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._cancelInvoicesSuccess_closure, A._archiveInvoiceSuccess_closure, A._deleteInvoiceSuccess_closure, A._emailInvoiceSuccess_closure, A._restoreInvoiceSuccess_closure, A._addInvoice_closure, A._addInvoice__closure, A._updateInvoice_closure, A._updateInvoice__closure, A.invoiceContactSelector_closure, A.invoiceContactSelector_closure0, A.memoizedDropdownInvoiceList_closure, A.dropdownInvoiceSelector_closure, A.memoizedFilteredInvoiceList_closure, A.filteredInvoicesSelector__closure0, A.filteredInvoicesSelector_closure0, A.filteredInvoicesSelector__closure, A.InvoiceState_loadInvoices_closure0, A.InvoiceState_loadInvoices_closure1, A.InvoiceState_loadInvoices_closure, A.handlePaymentAction_closure, A.handlePaymentAction_closure0, A.handlePaymentAction__closure1, A.handlePaymentAction_closure1, A.handlePaymentAction__closure, A.handlePaymentAction__closure0, A.handlePaymentAction_closure2, A._editPayment_closure, A._editPayment__closure, A._viewRefundPayment_closure, A._viewRefundPayment__closure, A._viewPayment_closure, A._viewPaymentList_closure0, A._viewPaymentList__closure, A._archivePayment_closure, A._archivePayment__closure, A._archivePayment__closure0, A._archivePayment__closure1, A._deletePayment_closure, A._deletePayment__closure, A._deletePayment__closure0, A._deletePayment__closure1, A._restorePayment_closure, A._restorePayment__closure, A._restorePayment__closure0, A._restorePayment__closure1, A._savePayment_closure, A._savePayment__closure, A._savePayment__closure0, A._refundPayment_closure, A._refundPayment__closure, A._refundPayment__closure0, A._emailPayment_closure, A._emailPayment__closure, A._emailPayment__closure0, A._loadPayment_closure, A._loadPayment__closure, A._loadPayment__closure0, A._loadPayments_closure, A._loadPayments__closure, A._loadPayments__closure0, A.paymentUIReducer_closure, A.editingReducer__closure6, A.paymentListReducer__closure, A._viewPaymentList_closure, A._filterPaymentsByCustom1_closure, A._filterPaymentsByCustom1_closure0, A._filterPaymentsByCustom2_closure, A._filterPaymentsByCustom2_closure0, A._filterPaymentsByCustom3_closure, A._filterPaymentsByCustom3_closure0, A._filterPaymentsByCustom4_closure, A._filterPaymentsByCustom4_closure0, A._filterPaymentsByState_closure, A._filterPaymentsByState_closure0, A._filterPaymentsByStatus_closure, A._filterPaymentsByStatus_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._purgeClientSuccess_closure3, A._purgeClientSuccess_closure4, A._purgeClientSuccess_closure2, A._purgeClientSuccess__closure2, A._archivePaymentSuccess_closure, A._deletePaymentSuccess_closure, A._restorePaymentSuccess_closure, A._addPayment_closure, A._updatePayment_closure, A._setLoadedPayment_closure, A.memoizedPaymentsByInvoice_closure, A.paymentsByInvoiceSelector_closure, A.paymentsByInvoiceSelector_closure0, A.paymentsByInvoiceSelector__closure, A.memoizedPaymentsByCredit_closure, A.paymentsByCreditSelector_closure, A.paymentsByCreditSelector_closure0, A.paymentsByCreditSelector__closure, A.memoizedFilteredPaymentList_closure, A.filteredPaymentsSelector_closure, A.filteredPaymentsSelector__closure, A.memoizedPaymentStatsForClient_closure, A.PaymentState_loadPayments_closure0, A.PaymentState_loadPayments_closure1, A.PaymentState_loadPayments_closure, A.handlePaymentTermAction_closure, A._editPaymentTerm_closure, A._viewPaymentTerm_closure, A._viewPaymentTermList_closure0, A._viewPaymentTermList__closure, A._archivePaymentTerm_closure, A._archivePaymentTerm__closure, A._archivePaymentTerm__closure0, A._archivePaymentTerm__closure1, A._deletePaymentTerm_closure, A._deletePaymentTerm__closure, A._deletePaymentTerm__closure0, A._deletePaymentTerm__closure1, A._restorePaymentTerm_closure, A._restorePaymentTerm__closure, A._restorePaymentTerm__closure0, A._restorePaymentTerm__closure1, A._savePaymentTerm_closure, A._savePaymentTerm__closure, A._savePaymentTerm__closure0, A._loadPaymentTerm_closure, A._loadPaymentTerm__closure, A._loadPaymentTerm__closure0, A._loadPaymentTerms_closure, A._loadPaymentTerms__closure, A._loadPaymentTerms__closure0, A.paymentTermUIReducer_closure, A.editingReducer__closure24, A.paymentTermListReducer__closure, A._viewPaymentTermList_closure, A._filterPaymentTermsByCustom1_closure, A._filterPaymentTermsByCustom1_closure0, A._filterPaymentTermsByCustom2_closure, A._filterPaymentTermsByCustom2_closure0, A._filterPaymentTermsByState_closure, A._filterPaymentTermsByState_closure0, A._filterPaymentTerms_closure, A._sortPaymentTerms_closure, A._startListMultiselect_closure12, A._addToListMultiselect_closure12, A._removeFromListMultiselect_closure12, A._clearListMultiselect_closure12, A._archivePaymentTermSuccess_closure, A._deletePaymentTermSuccess_closure, A._restorePaymentTermSuccess_closure, A._addPaymentTerm_closure, A._updatePaymentTerm_closure, A._setLoadedPaymentTerm_closure, A._setLoadedCompany_closure7, A._setLoadedCompany__closure7, A._setLoadedCompany__closure8, A._setLoadedCompany_closure8, A.dropdownPaymentTermsSelector_closure, A.memoizedFilteredPaymentTermList_closure, A.filteredPaymentTermsSelector_closure, A.PaymentTermState_loadPaymentTerms_closure0, A.PaymentTermState_loadPaymentTerms_closure1, A.PaymentTermState_loadPaymentTerms_closure, A.handleProductAction_closure, A.handleProductAction_closure0, A.handleProductAction__closure1, A.handleProductAction_closure1, A.handleProductAction__closure0, A.handleProductAction_closure2, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure0, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._setTaxCategoryProducts_closure, A._setTaxCategoryProducts__closure, A._setTaxCategoryProducts__closure0, A._deleteProduct_closure, A._deleteProduct__closure, A._deleteProduct__closure0, A._deleteProduct__closure1, A._restoreProduct_closure, A._restoreProduct__closure, A._restoreProduct__closure0, A._restoreProduct__closure1, A._saveProduct_closure, A._saveProduct__closure, A._saveProduct__closure0, A._loadProduct_closure, A._loadProduct__closure, A._loadProduct__closure0, A._loadProducts_closure, A._loadProducts__closure, A._loadProducts___closure, A._loadProducts____closure, A._loadProducts_____closure, A._loadProducts__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument___closure12, A._saveDocument____closure12, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure60, A.productListReducer__closure, A._viewProductList_closure, A._filterProductsByState_closure, A._filterProductsByState_closure0, A._filterProductsByCustom1_closure, A._filterProductsByCustom1_closure0, A._filterProductsByCustom2_closure, A._filterProductsByCustom2_closure0, A._filterProductsByCustom3_closure, A._filterProductsByCustom3_closure0, A._filterProductsByCustom4_closure, A._filterProductsByCustom4_closure0, A._filterProducts_closure, A._sortProducts_closure, A._startListMultiselect_closure27, A._addToListMultiselect_closure27, A._removeFromListMultiselect_closure27, A._clearListMultiselect_closure27, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._setTaxCategoryProductsSuccess_closure, A._addProduct_closure, A._updateProduct_closure, A._setLoadedProduct_closure, A.convertProductToInvoiceItem_closure, A.memoizedDropdownProductList_closure, A.dropdownProductsSelector_closure, A.memoizedProductList_closure, A.productList_closure, A.memoizedFilteredProductList_closure, A.filteredProductsSelector_closure, A.ProductState_loadProducts_closure0, A.ProductState_loadProducts_closure1, A.ProductState_loadProducts_closure, A.handleProjectAction_closure, A.handleProjectAction_closure0, A.handleProjectAction_closure1, A.handleProjectAction_closure2, A.handleProjectAction_closure3, A.handleProjectAction_closure4, A.handleProjectAction_closure5, A.handleProjectAction_closure6, A.handleProjectAction_closure7, A._editProject_closure, A._viewProject_closure, A._viewProjectList_closure0, A._viewProjectList__closure, A._archiveProject_closure, A._archiveProject__closure, A._archiveProject__closure0, A._archiveProject__closure1, A._deleteProject_closure, A._deleteProject__closure, A._deleteProject__closure0, A._deleteProject__closure1, A._restoreProject_closure, A._restoreProject__closure, A._restoreProject__closure0, A._restoreProject__closure1, A._saveProject_closure, A._saveProject__closure, A._saveProject__closure0, A._loadProject_closure, A._loadProject__closure, A._loadProject__closure0, A._loadProjects_closure, A._loadProjects__closure, A._loadProjects___closure, A._loadProjects____closure, A._loadProjects_____closure, A._loadProjects__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument___closure6, A._saveDocument____closure6, A._saveDocument__closure14, A.projectUIReducer_closure, A.editingReducer__closure7, A.projectListReducer__closure, A._viewProjectList_closure, A._filterProjectsByCustom1_closure, A._filterProjectsByCustom1_closure0, A._filterProjectsByCustom2_closure, A._filterProjectsByCustom2_closure0, A._filterProjectsByCustom3_closure, A._filterProjectsByCustom3_closure0, A._filterProjectsByCustom4_closure, A._filterProjectsByCustom4_closure0, A._filterProjectsByState_closure, A._filterProjectsByState_closure0, A._filterProjects_closure, A._sortProjects_closure, A._startListMultiselect_closure1, A._addToListMultiselect_closure1, A._removeFromListMultiselect_closure1, A._clearListMultiselect_closure1, A._purgeClientSuccess_closure6, A._purgeClientSuccess_closure7, A._purgeClientSuccess_closure5, A._purgeClientSuccess__closure4, A._archiveProjectSuccess_closure, A._deleteProjectSuccess_closure, A._restoreProjectSuccess_closure, A._addProject_closure, A._updateProject_closure, A._setLoadedProject_closure, A.convertProjectToInvoiceItem_closure3, A.convertProjectToInvoiceItem_closure4, A.memoizedDropdownProjectList_closure, A.dropdownProjectsSelector_closure, A.memoizedFilteredProjectList_closure, A.filteredProjectsSelector_closure, A.ProjectState_loadProjects_closure0, A.ProjectState_loadProjects_closure1, A.ProjectState_loadProjects_closure, A.handlePurchaseOrderAction_closure, A.handlePurchaseOrderAction_closure0, A.handlePurchaseOrderAction_closure1, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A.handlePurchaseOrderAction_closure7, A.handlePurchaseOrderAction_closure8, A.handlePurchaseOrderAction_closure9, A.handlePurchaseOrderAction_closure10, A.handlePurchaseOrderAction_closure11, A.handlePurchaseOrderAction_closure12, A._viewPurchaseOrder_closure, A._viewPurchaseOrderList_closure0, A._viewPurchaseOrderList__closure, A._editPurchaseOrder_closure, A._showEmailPurchaseOrder_closure, A._showPdfPurchaseOrder_closure, A._archivePurchaseOrder_closure, A._archivePurchaseOrder__closure, A._archivePurchaseOrder__closure0, A._archivePurchaseOrder__closure1, A._deletePurchaseOrder_closure, A._deletePurchaseOrder__closure, A._deletePurchaseOrder__closure0, A._deletePurchaseOrder__closure1, A._restorePurchaseOrder_closure, A._restorePurchaseOrder__closure, A._restorePurchaseOrder__closure0, A._restorePurchaseOrder__closure1, A._approvePurchaseOrder_closure, A._approvePurchaseOrder__closure, A._approvePurchaseOrder__closure0, A._markSentPurchaseOrder_closure, A._markSentPurchaseOrder__closure, A._markSentPurchaseOrder__closure0, A._convertPurchaseOrdersToExpense_closure, A._convertPurchaseOrdersToExpense__closure, A._convertPurchaseOrdersToExpense__closure0, A._addPurchaseOrdersToInventory_closure, A._addPurchaseOrdersToInventory__closure, A._addPurchaseOrdersToInventory__closure0, A._acceptPurchaseOrders_closure, A._acceptPurchaseOrders__closure, A._acceptPurchaseOrders__closure0, A._cancelPurchaseOrders_closure, A._cancelPurchaseOrders__closure, A._cancelPurchaseOrders__closure0, A._emailPurchaseOrder_closure, A._emailPurchaseOrder__closure, A._emailPurchaseOrder__closure0, A._savePurchaseOrder_closure, A._savePurchaseOrder__closure, A._savePurchaseOrder___closure, A._savePurchaseOrder__closure0, A._savePurchaseOrder__closure1, A._loadPurchaseOrder_closure, A._loadPurchaseOrder__closure, A._loadPurchaseOrder__closure0, A._downloadPurchaseOrders_closure, A._downloadPurchaseOrders__closure, A._downloadPurchaseOrders__closure0, A._bulkEmailPurchaseOrders_closure, A._bulkEmailPurchaseOrders__closure, A._bulkEmailPurchaseOrders__closure0, A._loadPurchaseOrders_closure, A._loadPurchaseOrders__closure, A._loadPurchaseOrders___closure, A._loadPurchaseOrders____closure, A._loadPurchaseOrders_____closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument___closure3, A._saveDocument____closure3, A._saveDocument__closure8, A.purchaseOrderUIReducer_closure, A.editingReducer__closure44, A.editingReducer__closure43, A.editingReducer__closure42, A.editingReducer__closure41, A.editingReducer__closure40, A.editingReducer___closure2, A.editingReducer__closure39, A.editingReducer__closure38, A._addPurchaseOrderItem_closure, A._addPurchaseOrderItems_closure, A._removePurchaseOrderItem_closure, A._updatePurchaseOrderItem_closure, A.purchaseOrderListReducer__closure, A._viewPurchaseOrderList_closure, A._filterPurchaseOrdersByCustom1_closure, A._filterPurchaseOrdersByCustom1_closure0, A._filterPurchaseOrdersByCustom2_closure, A._filterPurchaseOrdersByCustom2_closure0, A._filterPurchaseOrdersByCustom3_closure, A._filterPurchaseOrdersByCustom3_closure0, A._filterPurchaseOrdersByCustom4_closure, A._filterPurchaseOrdersByCustom4_closure0, A._filterPurchaseOrdersByState_closure, A._filterPurchaseOrdersByState_closure0, A._filterPurchaseOrdersByStatus_closure, A._filterPurchaseOrdersByStatus_closure0, A._filterPurchaseOrders_closure, A._sortPurchaseOrders_closure, A._startListMultiselect_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markSentPurchaseOrderSuccess_closure0, A._markSentPurchaseOrderSuccess_closure1, A._markSentPurchaseOrderSuccess_closure, A._convertPurchaseOrdersToExpenses_closure0, A._convertPurchaseOrdersToExpenses_closure1, A._convertPurchaseOrdersToExpenses_closure, A._addPurchaseOrdersToInventorySuccess_closure0, A._addPurchaseOrdersToInventorySuccess_closure1, A._addPurchaseOrdersToInventorySuccess_closure, A._acceptPurchaseOrderSuccess_closure0, A._acceptPurchaseOrderSuccess_closure1, A._acceptPurchaseOrderSuccess_closure, A._cancelPurchaseOrderSuccess_closure0, A._cancelPurchaseOrderSuccess_closure1, A._cancelPurchaseOrderSuccess_closure, A._archivePurchaseOrderSuccess_closure, A._deletePurchaseOrderSuccess_closure, A._restorePurchaseOrderSuccess_closure, A._emailPurchaseOrderSuccess_closure, A._approvePurchaseOrderSuccess_closure0, A._approvePurchaseOrderSuccess_closure1, A._approvePurchaseOrderSuccess_closure, A._addPurchaseOrder_closure, A._addPurchaseOrder__closure, A._updatePurchaseOrder_closure, A._updatePurchaseOrder__closure, A.purchaseOrderContactSelector_closure, A.purchaseOrderContactSelector_closure0, A.memoizedDropdownPurchaseOrderList_closure, A.dropdownPurchaseOrdersSelector_closure, A.memoizedFilteredPurchaseOrderList_closure, A.filteredPurchaseOrdersSelector_closure, A.PurchaseOrderState_loadPurchaseOrders_closure0, A.PurchaseOrderState_loadPurchaseOrders_closure1, A.PurchaseOrderState_loadPurchaseOrders_closure, A.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure1, A.handleQuoteAction_closure2, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A.handleQuoteAction_closure8, A.handleQuoteAction_closure9, A.handleQuoteAction_closure10, A.handleQuoteAction_closure11, A.handleQuoteAction_closure12, A.handleQuoteAction_closure13, A.handleQuoteAction_closure14, A._viewQuote_closure, A._viewQuoteList_closure0, A._viewQuoteList__closure, A._editQuote_closure, A._showEmailQuote_closure, A._showPdfQuote_closure, A._archiveQuote_closure, A._archiveQuote__closure, A._archiveQuote__closure0, A._archiveQuote__closure1, A._deleteQuote_closure, A._deleteQuote__closure, A._deleteQuote__closure0, A._deleteQuote__closure1, A._restoreQuote_closure, A._restoreQuote__closure, A._restoreQuote__closure0, A._restoreQuote__closure1, A._convertQuotesToInvoices_closure, A._convertQuotesToInvoices__closure, A._convertQuotesToInvoices__closure0, A._convertQuotesToProjects_closure, A._convertQuotesToProjects__closure, A._convertQuotesToProjects__closure0, A._approveQuote_closure, A._approveQuote__closure, A._approveQuote__closure0, A._markSentQuote_closure, A._markSentQuote__closure, A._markSentQuote__closure0, A._emailQuote_closure, A._emailQuote__closure, A._emailQuote__closure0, A._saveQuote_closure, A._saveQuote__closure, A._saveQuote___closure, A._saveQuote__closure0, A._saveQuote__closure1, A._loadQuote_closure, A._loadQuote__closure, A._loadQuote__closure0, A._downloadQuotes_closure, A._downloadQuotes__closure, A._downloadQuotes__closure0, A._bulkEmailQuotes_closure, A._bulkEmailQuotes__closure, A._bulkEmailQuotes__closure0, A._loadQuotes_closure, A._loadQuotes__closure, A._loadQuotes___closure, A._loadQuotes____closure, A._loadQuotes_____closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument___closure5, A._saveDocument____closure5, A._saveDocument__closure12, A.quoteUIReducer_closure, A.editingReducer__closure5, A.editingReducer__closure4, A.editingReducer__closure3, A.editingReducer__closure2, A.editingReducer__closure1, A.editingReducer___closure, A.editingReducer__closure0, A.editingReducer__closure, A._addQuoteItem_closure, A._addQuoteItems_closure, A._removeQuoteItem_closure, A._updateQuoteItem_closure, A.quoteListReducer__closure, A._viewQuoteList_closure, A._filterQuotesByCustom1_closure, A._filterQuotesByCustom1_closure0, A._filterQuotesByCustom2_closure, A._filterQuotesByCustom2_closure0, A._filterQuotesByCustom3_closure, A._filterQuotesByCustom3_closure0, A._filterQuotesByCustom4_closure, A._filterQuotesByCustom4_closure0, A._filterQuotesByState_closure, A._filterQuotesByState_closure0, A._filterQuotesByStatus_closure, A._filterQuotesByStatus_closure0, A._filterQuotes_closure, A._sortQuotes_closure, A._startListMultiselect_closure, A._addToListMultiselect_closure, A._removeFromListMultiselect_closure, A._clearListMultiselect_closure, A._purgeClientSuccess_closure0, A._purgeClientSuccess_closure1, A._purgeClientSuccess_closure, A._purgeClientSuccess__closure0, A._markSentQuoteSuccess_closure0, A._markSentQuoteSuccess_closure1, A._markSentQuoteSuccess_closure, A._archiveQuoteSuccess_closure, A._deleteQuoteSuccess_closure, A._restoreQuoteSuccess_closure, A._emailQuoteSuccess_closure, A._convertQuotesToInvoicesSuccess_closure0, A._convertQuotesToInvoicesSuccess_closure1, A._convertQuotesToInvoicesSuccess_closure, A._convertQuotesToProjectsSuccess_closure0, A._convertQuotesToProjectsSuccess_closure1, A._convertQuotesToProjectsSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.quoteContactSelector_closure, A.quoteContactSelector_closure0, A.memoizedDropdownQuoteList_closure, A.dropdownQuoteSelector_closure, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses___closure, A._loadRecurringExpenses____closure, A._loadRecurringExpenses_____closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument___closure2, A._saveDocument____closure2, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A.recurringExpenseListReducer__closure, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpensesByStatus_closure, A._filterRecurringExpensesByStatus_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._purgeClientSuccess_closure15, A._purgeClientSuccess_closure16, A._purgeClientSuccess_closure14, A._purgeClientSuccess__closure10, A._archiveRecurringExpenseSuccess_closure, A._deleteRecurringExpenseSuccess_closure, A._restoreRecurringExpenseSuccess_closure, A._addRecurringExpense_closure, A._addRecurringExpense__closure, A._updateRecurringExpense_closure, A._updateRecurringExpense__closure, A._startRecurringExpensesSuccess_closure, A._stopRecurringExpensesSuccess_closure, A._setLoadedRecurringExpense_closure, A._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.RecurringExpenseState_loadRecurringExpenses_closure0, A.RecurringExpenseState_loadRecurringExpenses_closure1, A.RecurringExpenseState_loadRecurringExpenses_closure, A.handleRecurringInvoiceAction_closure, A.handleRecurringInvoiceAction_closure0, A.handleRecurringInvoiceAction_closure1, A.handleRecurringInvoiceAction__closure, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A.handleRecurringInvoiceAction_closure4, A.handleRecurringInvoiceAction_closure5, A._editRecurringInvoice_closure, A._viewRecurringInvoice_closure, A._viewRecurringInvoiceList_closure, A._viewRecurringInvoiceList__closure, A._showPdfRecurringInvoice_closure, A._startRecurringInvoice_closure, A._startRecurringInvoice__closure, A._startRecurringInvoice__closure0, A._stopRecurringInvoice_closure, A._stopRecurringInvoice__closure, A._stopRecurringInvoice__closure0, A._updatePricesRecurringInvoice_closure, A._updatePricesRecurringInvoice__closure, A._updatePricesRecurringInvoice__closure0, A._increasePricesRecurringInvoice_closure, A._increasePricesRecurringInvoice__closure, A._increasePricesRecurringInvoice__closure0, A._sendNowRecurringInvoice_closure, A._sendNowRecurringInvoice__closure, A._sendNowRecurringInvoice__closure0, A._archiveRecurringInvoice_closure, A._archiveRecurringInvoice__closure, A._archiveRecurringInvoice__closure0, A._archiveRecurringInvoice__closure1, A._deleteRecurringInvoice_closure, A._deleteRecurringInvoice__closure, A._deleteRecurringInvoice__closure0, A._deleteRecurringInvoice__closure1, A._restoreRecurringInvoice_closure, A._restoreRecurringInvoice__closure, A._restoreRecurringInvoice__closure0, A._restoreRecurringInvoice__closure1, A._saveRecurringInvoice_closure, A._saveRecurringInvoice__closure, A._saveRecurringInvoice___closure, A._saveRecurringInvoice__closure0, A._saveRecurringInvoice__closure1, A._loadRecurringInvoice_closure, A._loadRecurringInvoice__closure, A._loadRecurringInvoice__closure0, A._loadRecurringInvoices_closure, A._loadRecurringInvoices__closure, A._loadRecurringInvoices___closure, A._loadRecurringInvoices____closure, A._loadRecurringInvoices_____closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument___closure1, A._saveDocument____closure1, A._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.editingReducer__closure33, A.editingReducer__closure32, A.editingReducer__closure31, A.editingReducer__closure30, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer__closure28, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A.recurringInvoiceListReducer__closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._purgeClientSuccess_closure12, A._purgeClientSuccess_closure13, A._purgeClientSuccess_closure11, A._purgeClientSuccess__closure8, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._sendNowRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._addRecurringInvoice__closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, A.memoizedFilteredRecurringInvoiceList_closure, A.filteredRecurringInvoicesSelector_closure, A.RecurringInvoiceState_loadRecurringInvoices_closure0, A.RecurringInvoiceState_loadRecurringInvoices_closure1, A.RecurringInvoiceState_loadRecurringInvoices_closure, A._viewReports_closure, A._viewReports___closure, A.reportsUIReducer_closure, A.reportsUIReducer_closure0, A.reportsUIReducer_closure1, A.handleScheduleAction_closure, A._editSchedule_closure, A._viewSchedule_closure, A._viewScheduleList_closure0, A._viewScheduleList__closure, A._archiveSchedule_closure, A._archiveSchedule__closure, A._archiveSchedule__closure0, A._archiveSchedule__closure1, A._deleteSchedule_closure, A._deleteSchedule__closure, A._deleteSchedule__closure0, A._deleteSchedule__closure1, A._restoreSchedule_closure, A._restoreSchedule__closure, A._restoreSchedule__closure0, A._restoreSchedule__closure1, A._saveSchedule_closure, A._saveSchedule__closure, A._saveSchedule__closure0, A._loadSchedule_closure, A._loadSchedule__closure, A._loadSchedule__closure0, A._loadSchedules_closure, A._loadSchedules__closure, A._loadSchedules__closure0, A.scheduleUIReducer_closure, A.editingReducer__closure48, A.scheduleListReducer__closure, A._viewScheduleList_closure, A._filterSchedulesByCustom1_closure, A._filterSchedulesByCustom1_closure0, A._filterSchedulesByCustom2_closure, A._filterSchedulesByCustom2_closure0, A._filterSchedulesByState_closure, A._filterSchedulesByState_closure0, A._filterSchedules_closure, A._sortSchedules_closure, A._startListMultiselect_closure24, A._addToListMultiselect_closure24, A._removeFromListMultiselect_closure24, A._clearListMultiselect_closure24, A._archiveScheduleSuccess_closure, A._deleteScheduleSuccess_closure, A._restoreScheduleSuccess_closure, A._addSchedule_closure, A._updateSchedule_closure, A._setLoadedSchedule_closure, A.memoizedFilteredScheduleList_closure, A.filteredSchedulesSelector_closure, A.ScheduleState_loadSchedules_closure0, A.ScheduleState_loadSchedules_closure1, A.ScheduleState_loadSchedules_closure, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveEInvoiceCertificate_closure, A._saveEInvoiceCertificate__closure, A._saveEInvoiceCertificate__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._disconnectOAuthUser_closure0, A._disconnectOAuthUser__closure, A._disconnectOAuthUser__closure0, A._disconnectOAuthMailer_closure0, A._disconnectOAuthMailer__closure, A._disconnectOAuthMailer__closure0, A._connectGmailUser_closure0, A._connectGmailUser__closure, A._connectGmailUser__closure0, A._disableTwoFactor_closure, A._disableTwoFactor__closure, A._disableTwoFactor__closure0, A._saveSettings_closure, A._saveSettings__closure, A._saveSettings__closure0, A._uploadLogo_closure, A._uploadLogo__closure, A._uploadLogo__closure0, A._saveDocument_closure4, A._saveDocument__closure9, A._saveDocument___closure4, A._saveDocument____closure4, A._saveDocument__closure10, A.settingsUIReducer__closure20, A.settingsUIReducer__closure19, A.settingsUIReducer__closure16, A.settingsUIReducer__closure17, A.settingsUIReducer__closure18, A.settingsUIReducer__closure15, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure12, A.settingsUIReducer__closure11, A.settingsUIReducer__closure10, A.settingsUIReducer__closure9, A.settingsUIReducer__closure8, A.settingsUIReducer__closure7, A.settingsUIReducer__closure6, A.settingsUIReducer__closure5, A.settingsUIReducer__closure4, A.settingsUIReducer__closure3, A.settingsUIReducer__closure2, A.settingsUIReducer__closure1, A.settingsUIReducer__closure0, A.settingsUIReducer__closure, A.staticLoadedReducer_closure, A.staticLoadedReducer__closure, A.staticLoadedReducer__closure0, A.staticLoadedReducer__closure1, A.staticLoadedReducer__closure2, A.staticLoadedReducer__closure3, A.staticLoadedReducer__closure4, A.staticLoadedReducer__closure5, A.staticLoadedReducer__closure6, A.staticLoadedReducer__closure7, A.staticLoadedReducer__closure8, A.staticLoadedReducer__closure9, A.staticLoadedReducer__closure10, A.staticLoadedReducer__closure11, A.staticLoadedReducer__closure12, A.staticLoadedReducer__closure13, A.staticLoadedReducer__closure14, A.staticLoadedReducer__closure15, A.staticLoadedReducer__closure16, A.memoizedCountryList_closure, A.memoizedCountryIso2Map_closure, A.countryIso2Map_closure, A.memoizedGroupList_closure, A.groupList_closure, A.memoizedLanguageList_closure, A.memoizedCurrencyList_closure, A.memoizedTimezoneList_closure, A.memoizedDateFormatList_closure, A.memoizedIndustryList_closure, A.memoizedSizeList_closure, A.gatewayList_closure, A.memoizedPaymentTypeList_closure, A.memoizedFontMap_closure, A.fontMap_closure, A.fontMap_closure0, A.handleSubscriptionAction_closure, A._editSubscription_closure, A._viewSubscription_closure, A._viewSubscriptionList_closure, A._viewSubscriptionList__closure, A._archiveSubscription_closure, A._archiveSubscription__closure, A._archiveSubscription__closure0, A._archiveSubscription__closure1, A._deleteSubscription_closure, A._deleteSubscription__closure, A._deleteSubscription__closure0, A._deleteSubscription__closure1, A._restoreSubscription_closure, A._restoreSubscription__closure, A._restoreSubscription__closure0, A._restoreSubscription__closure1, A._saveSubscription_closure, A._saveSubscription__closure, A._saveSubscription__closure0, A._loadSubscription_closure, A._loadSubscription__closure, A._loadSubscription__closure0, A._loadSubscriptions_closure, A._loadSubscriptions__closure, A._loadSubscriptions__closure0, A.subscriptionUIReducer_closure, A.editingReducer__closure36, A.subscriptionListReducer__closure, A._filterSubscriptionsByCustom1_closure, A._filterSubscriptionsByCustom1_closure0, A._filterSubscriptionsByCustom2_closure, A._filterSubscriptionsByCustom2_closure0, A._filterSubscriptionsByState_closure, A._filterSubscriptionsByState_closure0, A._filterSubscriptions_closure, A._sortSubscriptions_closure, A._startListMultiselect_closure18, A._addToListMultiselect_closure18, A._removeFromListMultiselect_closure18, A._clearListMultiselect_closure18, A._archiveSubscriptionSuccess_closure, A._deleteSubscriptionSuccess_closure, A._restoreSubscriptionSuccess_closure, A._addSubscription_closure, A._updateSubscription_closure, A._setLoadedSubscription_closure, A.memoizedFilteredSubscriptionList_closure, A.filteredSubscriptionsSelector_closure, A.SubscriptionState_loadSubscriptions_closure0, A.SubscriptionState_loadSubscriptions_closure1, A.SubscriptionState_loadSubscriptions_closure, A.handleTaskAction_closure, A.handleTaskAction_closure0, A.handleTaskAction_closure2, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A.handleTaskAction_closure5, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._startTask_closure, A._startTask__closure, A._startTask__closure0, A._startTask__closure1, A._stopTask_closure, A._stopTask__closure, A._stopTask__closure0, A._stopTask__closure1, A._deleteTask_closure, A._deleteTask__closure, A._deleteTask__closure0, A._deleteTask__closure1, A._restoreTask_closure, A._restoreTask__closure, A._restoreTask__closure0, A._restoreTask__closure1, A._saveTask_closure, A._saveTask__closure, A._saveTask__closure0, A._loadTask_closure, A._loadTask__closure, A._loadTask__closure0, A._loadTasks_closure, A._loadTasks__closure, A._loadTasks___closure, A._loadTasks____closure, A._loadTasks_____closure, A._loadTasks__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument___closure7, A._saveDocument____closure7, A._saveDocument__closure16, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A.taskListReducer__closure, A._viewTaskList_closure, A._filterTasksByCustom1_closure, A._filterTasksByCustom1_closure0, A._filterTasksByCustom2_closure, A._filterTasksByCustom2_closure0, A._filterTasksByState_closure, A._filterTasksByState_closure0, A._filterTasksByStatus_closure, A._filterTasksByStatus_closure0, A._filterTasks_closure, A._sortTasks_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._purgeClientSuccess_closure18, A._purgeClientSuccess_closure19, A._purgeClientSuccess_closure17, A._purgeClientSuccess__closure12, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_closure, A._startTaskSuccess_closure, A._stopTaskSuccess_closure, A._deleteTaskSuccess_closure, A._restoreTaskSuccess_closure, A._addTask_closure, A._updateTask_closure, A._setLoadedTask_closure, A.convertTaskToInvoiceItem_closure, A.convertTaskToInvoiceItem_closure0, A.convertTaskToInvoiceItem_closure2, A.memoizedTaskList_closure, A.taskList_closure, A.memoizedKanbanTaskList_closure, A.kanbanTasksSelector_closure, A.memoizedFilteredTaskList_closure, A.filteredTasksSelector_closure, A.TaskState_loadTasks_closure0, A.TaskState_loadTasks_closure1, A.TaskState_loadTasks_closure, A.handleTaskStatusAction_closure, A.handleTaskStatusAction_closure0, A._editTaskStatus_closure, A._viewTaskStatus_closure, A._viewTaskStatusList_closure0, A._viewTaskStatusList__closure, A._archiveTaskStatus_closure, A._archiveTaskStatus__closure, A._archiveTaskStatus__closure0, A._archiveTaskStatus__closure1, A._deleteTaskStatus_closure, A._deleteTaskStatus__closure, A._deleteTaskStatus__closure0, A._deleteTaskStatus__closure1, A._restoreTaskStatus_closure, A._restoreTaskStatus__closure, A._restoreTaskStatus__closure0, A._restoreTaskStatus__closure1, A._saveTaskStatus_closure, A._saveTaskStatus__closure, A._saveTaskStatus__closure0, A._loadTaskStatus_closure, A._loadTaskStatus__closure, A._loadTaskStatus__closure0, A._loadTaskStatuses_closure, A._loadTaskStatuses__closure, A._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.editingReducer__closure35, A.taskStatusListReducer__closure, A._viewTaskStatusList_closure, A._filterTaskStatusesByCustom1_closure, A._filterTaskStatusesByCustom1_closure0, A._filterTaskStatusesByCustom2_closure, A._filterTaskStatusesByCustom2_closure0, A._filterTaskStatusesByState_closure, A._filterTaskStatusesByState_closure0, A._filterTaskStatuses_closure, A._sortTaskStatuses_closure, A._startListMultiselect_closure17, A._addToListMultiselect_closure17, A._removeFromListMultiselect_closure17, A._clearListMultiselect_closure17, A._sortTaskStatusSuccess_closure, A._sortTaskStatusSuccess__closure, A._archiveTaskStatusSuccess_closure, A._deleteTaskStatusSuccess_closure, A._restoreTaskStatusSuccess_closure, A._addTaskStatus_closure, A._updateTaskStatus_closure, A._setLoadedTaskStatus_closure, A.sortedActiveTaskStatusIds_closure, A.memoizedDropdownTaskStatusList_closure, A.dropdownTaskStatusesSelector_closure, A.memoizedFilteredTaskStatusList_closure, A.filteredTaskStatusesSelector_closure, A.defaultTaskStatusId_closure, A.TaskStatusState_loadTaskStatuses_closure0, A.TaskStatusState_loadTaskStatuses_closure1, A.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, A._editTaxRate_closure, A._viewTaxRate_closure, A._viewTaxRateList_closure0, A._viewTaxRateList__closure, A._archiveTaxRate_closure, A._archiveTaxRate__closure, A._archiveTaxRate__closure0, A._archiveTaxRate__closure1, A._deleteTaxRate_closure, A._deleteTaxRate__closure, A._deleteTaxRate__closure0, A._deleteTaxRate__closure1, A._restoreTaxRate_closure, A._restoreTaxRate__closure, A._restoreTaxRate__closure0, A._restoreTaxRate__closure1, A._saveTaxRate_closure, A._saveTaxRate__closure, A._saveTaxRate__closure0, A._loadTaxRate_closure, A._loadTaxRate__closure, A._loadTaxRate__closure0, A._loadTaxRates_closure, A._loadTaxRates__closure, A._loadTaxRates__closure0, A.taxRateUIReducer_closure, A.editingReducer__closure14, A.taxRateListReducer__closure, A._viewTaxRateList_closure, A._filterTaxRatesByState_closure, A._filterTaxRatesByState_closure0, A._filterTaxRates_closure, A._sortTaxRates_closure, A._startListMultiselect_closure8, A._addToListMultiselect_closure8, A._removeFromListMultiselect_closure8, A._clearListMultiselect_closure8, A._archiveTaxRateSuccess_closure, A._deleteTaxRateSuccess_closure, A._restoreTaxRateSuccess_closure, A._addTaxRate_closure, A._updateTaxRate_closure, A._setLoadedTaxRate_closure, A._setLoadedTaxRates_closure, A._setLoadedTaxRates__closure, A._setLoadedTaxRates__closure0, A._setLoadedTaxRates_closure0, A._setLoadedCompany_closure3, A._setLoadedCompany__closure3, A._setLoadedCompany__closure4, A._setLoadedCompany_closure4, A.memoizedFilteredTaxRateList_closure, A.filteredTaxRatesSelector_closure, A.handleTokenAction_closure, A._editToken_closure, A._viewToken_closure, A._viewTokenList_closure0, A._viewTokenList__closure, A._archiveToken_closure, A._archiveToken__closure, A._archiveToken__closure0, A._archiveToken__closure1, A._deleteToken_closure, A._deleteToken__closure, A._deleteToken__closure0, A._deleteToken__closure1, A._restoreToken_closure, A._restoreToken__closure, A._restoreToken__closure0, A._restoreToken__closure1, A._saveToken_closure, A._saveToken__closure, A._saveToken__closure0, A._loadToken_closure, A._loadToken__closure, A._loadToken__closure0, A._loadTokens_closure, A._loadTokens__closure, A._loadTokens__closure0, A.tokenUIReducer_closure, A.editingReducer__closure25, A.tokenListReducer__closure, A._viewTokenList_closure, A._filterTokensByCustom1_closure, A._filterTokensByCustom1_closure0, A._filterTokensByCustom2_closure, A._filterTokensByCustom2_closure0, A._filterTokensByState_closure, A._filterTokensByState_closure0, A._filterTokens_closure, A._sortTokens_closure, A._startListMultiselect_closure13, A._addToListMultiselect_closure13, A._removeFromListMultiselect_closure13, A._clearListMultiselect_closure13, A._archiveTokenSuccess_closure, A._deleteTokenSuccess_closure, A._restoreTokenSuccess_closure, A._addToken_closure, A._updateToken_closure, A._setLoadedToken_closure, A.memoizedFilteredTokenList_closure, A.filteredTokensSelector_closure, A.TokenState_loadTokens_closure0, A.TokenState_loadTokens_closure1, A.TokenState_loadTokens_closure, A.handleTransactionAction_closure, A._editTransaction_closure, A._viewTransaction_closure, A._viewTransactionList_closure0, A._viewTransactionList__closure, A._archiveTransaction_closure, A._archiveTransaction__closure, A._archiveTransaction__closure0, A._archiveTransaction__closure1, A._deleteTransaction_closure, A._deleteTransaction__closure, A._deleteTransaction__closure0, A._deleteTransaction__closure1, A._restoreTransaction_closure, A._restoreTransaction__closure, A._restoreTransaction__closure0, A._restoreTransaction__closure1, A._convertTransactions_closure, A._convertTransactions__closure, A._convertTransactions__closure0, A._unlinkTransactions_closure, A._unlinkTransactions__closure, A._unlinkTransactions__closure0, A._convertToPayment_closure, A._convertToPayment__closure, A._convertToPayment__closure0, A._convertToExpense_closure, A._convertToExpense__closure, A._convertToExpense__closure0, A._linkToPayment_closure, A._linkToPayment__closure, A._linkToPayment__closure0, A._linkToExpense_closure, A._linkToExpense__closure, A._linkToExpense__closure0, A._saveTransaction_closure, A._saveTransaction__closure, A._saveTransaction__closure0, A._loadTransaction_closure, A._loadTransaction__closure, A._loadTransaction__closure0, A._loadTransactions_closure, A._loadTransactions__closure, A._loadTransactions__closure0, A.transactionUIReducer_closure, A.editingReducer__closure46, A.transactionListReducer__closure, A._viewTransactionList_closure, A._filterTransactionsByCustom1_closure, A._filterTransactionsByCustom1_closure0, A._filterTransactionsByCustom2_closure, A._filterTransactionsByCustom2_closure0, A._filterTransactionsByState_closure, A._filterTransactionsByState_closure0, A._filterTransactionsByStatus_closure, A._filterTransactionsByStatus_closure0, A._filterTransactions_closure, A._sortTransactions_closure, A._startListMultiselect_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, A._archiveTransactionSuccess_closure, A._deleteTransactionSuccess_closure, A._restoreTransactionSuccess_closure, A._addTransaction_closure, A._updateTransaction_closure, A._convertTransactionToPayment_closure, A._linkTransactionToPayment_closure, A._linkTransactionToExpense_closure, A._setLoadedTransaction_closure, A.memoizedFilteredTransactionList_closure, A.filteredTransactionsSelector_closure, A.TransactionState_loadTransactions_closure0, A.TransactionState_loadTransactions_closure1, A.TransactionState_loadTransactions_closure, A.handleTransactionRuleAction_closure, A._editTransactionRule_closure, A._viewTransactionRule_closure, A._viewTransactionRuleList_closure0, A._viewTransactionRuleList__closure, A._archiveTransactionRule_closure, A._archiveTransactionRule__closure, A._archiveTransactionRule__closure0, A._archiveTransactionRule__closure1, A._deleteTransactionRule_closure, A._deleteTransactionRule__closure, A._deleteTransactionRule__closure0, A._deleteTransactionRule__closure1, A._restoreTransactionRule_closure, A._restoreTransactionRule__closure, A._restoreTransactionRule__closure0, A._restoreTransactionRule__closure1, A._saveTransactionRule_closure, A._saveTransactionRule__closure, A._saveTransactionRule__closure0, A._loadTransactionRule_closure, A._loadTransactionRule__closure, A._loadTransactionRule__closure0, A._loadTransactionRules_closure, A._loadTransactionRules__closure, A._loadTransactionRules__closure0, A.transactionRuleUIReducer_closure, A.editingReducer__closure47, A.transactionRuleListReducer__closure, A._viewTransactionRuleList_closure, A._filterTransactionRulesByCustom1_closure, A._filterTransactionRulesByCustom1_closure0, A._filterTransactionRulesByCustom2_closure, A._filterTransactionRulesByCustom2_closure0, A._filterTransactionRulesByState_closure, A._filterTransactionRulesByState_closure0, A._filterTransactionRules_closure, A._sortTransactionRules_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveTransactionRuleSuccess_closure, A._deleteTransactionRuleSuccess_closure, A._restoreTransactionRuleSuccess_closure, A._addTransactionRule_closure, A._updateTransactionRule_closure, A._setLoadedTransactionRule_closure, A.memoizedFilteredTransactionRuleList_closure, A.filteredTransactionRulesSelector_closure, A.TransactionRuleState_loadTransactionRules_closure0, A.TransactionRuleState_loadTransactionRules_closure1, A.TransactionRuleState_loadTransactionRules_closure, A.prefReducer_closure, A._resortFields_closure, A._resortFields_closure0, A.sidebarEditorReducer__closure, A.sidebarEditorReducer__closure0, A.sidebarViewerReducer__closure, A.sidebarViewerReducer__closure0, A.companyPrefReducer_closure, A.historyReducer__closure0, A.historyReducer__closure, A.historyReducer___closure, A._addToHistory_closure, A._addToHistory_closure0, A._addToHistory_closure1, A.uiReducer_closure, A.previewStackReducer__closure, A.filterStackReducer__closure, A.UIState_mainRoute_closure, A.UIState_subRoute_closure, A.UIState_previousMainRoute_closure, A.UIState_previousSubRoute_closure, A.handleUserAction_closure, A.handleUserAction_closure0, A.handleUserAction_closure1, A.handleUserAction_closure2, A.handleUserAction_closure3, A.handleUserAction_closure4, A.handleUserAction_closure5, A.handleUserAction_closure6, A.handleUserAction_closure7, A.handleUserAction_closure8, A.handleUserAction_closure9, A.handleUserAction_closure11, A.handleUserAction_closure13, A.handleUserAction_closure15, A.handleUserAction_closure17, A.handleUserAction_closure16, A._editUser_closure, A._viewUser_closure, A._viewUserList_closure0, A._viewUserList__closure, A._archiveUser_closure, A._archiveUser__closure, A._archiveUser__closure0, A._archiveUser__closure1, A._deleteUser_closure, A._deleteUser__closure, A._deleteUser__closure0, A._deleteUser__closure1, A._restoreUser_closure, A._restoreUser__closure, A._restoreUser__closure0, A._restoreUser__closure1, A._removeUser_closure, A._removeUser__closure, A._removeUser__closure0, A._resendInvite_closure, A._resendInvite__closure, A._resendInvite__closure0, A._saveUser_closure, A._saveUser__closure, A._saveUser__closure0, A._loadUser_closure, A._loadUser__closure, A._loadUser__closure0, A._loadUsers_closure, A._loadUsers__closure, A._loadUsers__closure0, A.userUIReducer_closure, A.editingReducer__closure15, A.userListReducer__closure, A._viewUserList_closure, A._filterUsersByCustom1_closure, A._filterUsersByCustom1_closure0, A._filterUsersByCustom2_closure, A._filterUsersByCustom2_closure0, A._filterUsersByCustom3_closure, A._filterUsersByCustom3_closure0, A._filterUsersByCustom4_closure, A._filterUsersByCustom4_closure0, A._filterUsersByState_closure, A._filterUsersByState_closure0, A._filterUsers_closure, A._sortUsers_closure, A._startListMultiselect_closure9, A._addToListMultiselect_closure9, A._removeFromListMultiselect_closure9, A._clearListMultiselect_closure9, A._archiveUserSuccess_closure, A._deleteUserSuccess_closure, A._restoreUserSuccess_closure, A._removeUserSuccess_closure, A._addUser_closure, A._updateUser_closure, A._updateAuthUser_closure, A._connectOAuthUser_closure, A._disconnectOAuthUser_closure, A._disconnectOAuthMailer_closure, A._connectGmailUser_closure, A._setLoadedUser_closure, A._setLoadedUsers_closure, A._setLoadedUsers__closure, A._setLoadedUsers__closure0, A._setLoadedUsers_closure0, A._setLoadedCompany_closure5, A._setLoadedCompany__closure5, A._setLoadedCompany__closure6, A._setLoadedCompany_closure6, A.memoizedFilteredUserList_closure, A.filteredUsersSelector_closure, A.memoizedUserList_closure, A.userList_closure, A.memoizedGmailUserList_closure, A.gmailUserList_closure, A.memoizedMicrosoftUserList_closure, A.microsoftUserList_closure, A.handleVendorAction_closure, A.handleVendorAction_closure0, A._editVendor_closure, A._viewVendor_closure, A._viewVendorList_closure0, A._viewVendorList__closure, A._archiveVendor_closure, A._archiveVendor__closure, A._archiveVendor__closure0, A._archiveVendor__closure1, A._deleteVendor_closure, A._deleteVendor__closure, A._deleteVendor__closure0, A._deleteVendor__closure1, A._restoreVendor_closure, A._restoreVendor__closure, A._restoreVendor__closure0, A._restoreVendor__closure1, A._saveVendor_closure, A._saveVendor__closure, A._saveVendor__closure0, A._loadVendor_closure, A._loadVendor__closure, A._loadVendor__closure0, A._loadVendors_closure, A._loadVendors__closure, A._loadVendors___closure, A._loadVendors____closure, A._loadVendors_____closure, A._loadVendors__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument___closure8, A._saveDocument____closure8, A._saveDocument__closure18, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A.vendorListReducer__closure, A._viewVendorList_closure, A._filterVendorsByCustom1_closure, A._filterVendorsByCustom1_closure0, A._filterVendorsByCustom2_closure, A._filterVendorsByCustom2_closure0, A._filterVendorsByCustom3_closure, A._filterVendorsByCustom3_closure0, A._filterVendorsByCustom4_closure, A._filterVendorsByCustom4_closure0, A._filterVendorsByState_closure, A._filterVendorsByState_closure0, A._filterVendors_closure, A._sortVendors_closure, A._startListMultiselect_closure3, A._addToListMultiselect_closure3, A._removeFromListMultiselect_closure3, A._clearListMultiselect_closure3, A._archiveVendorSuccess_closure, A._deleteVendorSuccess_closure, A._restoreVendorSuccess_closure, A._addVendor_closure, A._addVendor__closure, A._updateVendor_closure, A._updateVendor__closure, A._setLoadedVendor_closure, A._setLoadedVendor__closure, A.memoizedDropdownVendorList_closure, A.dropdownVendorsSelector_closure, A.memoizedFilteredVendorList_closure, A.filteredVendorsSelector_closure, A.memoizedCalculateVendorBalance_closure, A.calculateVendorBalance_closure, A.VendorState_loadVendors_closure0, A.VendorState_loadVendors_closure1, A.VendorState_loadVendors_closure, A.handleWebhookAction_closure, A._editWebhook_closure, A._viewWebhook_closure, A._viewWebhookList_closure0, A._viewWebhookList__closure, A._archiveWebhook_closure, A._archiveWebhook__closure, A._archiveWebhook__closure0, A._archiveWebhook__closure1, A._deleteWebhook_closure, A._deleteWebhook__closure, A._deleteWebhook__closure0, A._deleteWebhook__closure1, A._restoreWebhook_closure, A._restoreWebhook__closure, A._restoreWebhook__closure0, A._restoreWebhook__closure1, A._saveWebhook_closure, A._saveWebhook__closure, A._saveWebhook__closure0, A._loadWebhook_closure, A._loadWebhook__closure, A._loadWebhook__closure0, A._loadWebhooks_closure, A._loadWebhooks__closure, A._loadWebhooks__closure0, A.webhookUIReducer_closure, A.editingReducer__closure26, A.webhookListReducer__closure, A._viewWebhookList_closure, A._filterWebhooksByCustom1_closure, A._filterWebhooksByCustom1_closure0, A._filterWebhooksByCustom2_closure, A._filterWebhooksByCustom2_closure0, A._filterWebhooksByState_closure, A._filterWebhooksByState_closure0, A._filterWebhooks_closure, A._sortWebhooks_closure, A._startListMultiselect_closure14, A._addToListMultiselect_closure14, A._removeFromListMultiselect_closure14, A._clearListMultiselect_closure14, A._archiveWebhookSuccess_closure, A._deleteWebhookSuccess_closure, A._restoreWebhookSuccess_closure, A._addWebhook_closure, A._updateWebhook_closure, A._setLoadedWebhook_closure, A.memoizedFilteredWebhookList_closure, A.filteredWebhooksSelector_closure, A.WebhookState_loadWebhooks_closure0, A.WebhookState_loadWebhooks_closure1, A.WebhookState_loadWebhooks_closure, A.ActionMenuButton_build_closure, A.ActionMenuButton_build_closure0, A.ActionMenuButton_build_closure1, A._AppBottomBarState_build__closure14, A._AppBottomBarState_build___closure8, A._AppBottomBarState_build____closure1, A._AppBottomBarState_build_____closure2, A._AppBottomBarState_build__closure12, A._AppBottomBarState_build___closure6, A._AppBottomBarState_build____closure0, A._AppBottomBarState_build_____closure1, A._AppBottomBarState_build__closure2, A._AppBottomBarState_build___closure0, A._AppBottomBarState_build____closure, A._AppBottomBarState_build_____closure, A._AppBottomBarState_build__closure10, A._AppBottomBarState_build___closure4, A._AppBottomBarState_build__closure8, A._AppBottomBarState_build___closure3, A._AppBottomBarState_build__closure6, A._AppBottomBarState_build___closure2, A._AppBottomBarState_build__closure4, A._AppBottomBarState_build___closure1, A._AppBottomBarState_build___onColumnsPressed_closure, A._AppBottomBarState_build___onColumnsPressed__closure, A._AppBottomBarState_build___onColumnsPressed__closure0, A._AppBottomBarState_build___onColumnsPressed__closure1, A.CustomFieldSelector_build_closure0, A.CustomFieldSelector_build__closure, A.CustomFieldSelector_build___closure, A._ChangeLayoutBannerState_build__closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure2, A.ConfirmEmailVM_fromStore__closure, A._DesktopSessionTimeoutState_initState_closure, A._DesktopSessionTimeoutState_build__closure, A.MessageDialog_build_closure, A.ErrorDialog_build__closure, A._HealthCheckDialogState_runCheck_closure0, A._HealthCheckDialogState_runCheck_closure1, A._HealthCheckDialogState_clearCache_closure0, A._HealthCheckDialogState_clearCache__closure, A._HealthCheckDialogState_clearCache_closure1, A.multiselectDialog_closure, A.multiselectDialog__closure, A.MultiSelectListState_build_closure, A.MultiSelectListState_build_closure0, A.MultiSelectListState_build_closure2, A.MultiSelectListState_build_closure3, A.MultiSelectListState_build_closure4, A.DismissibleEntity_build_closure, A.DismissibleEntity_build_closure0, A.DismissibleEntity_build_closure1, A.DismissibleEntity_build_closure2, A.DismissibleEntity_build_closure3, A._DocumentGridState_build_closure, A._DocumentGridState_build__closure2, A._DocumentGridState_build__closure0, A._DocumentGridState_build__closure1, A._DocumentGridState_build__closure, A.DocumentTile_build_closure1, A.DocumentTile_build__closure, A.DocumentTile_build___closure, A.DocumentTile_build___closure0, A.DocumentTile_build_closure0, A.EditScaffold_build__closure3, A.EditScaffold_build_closure3, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build_closure8, A.EditScaffold_build__closure, A.EditScaffold_build_closure9, A.showEntityActionsDialog_closure, A.showEntityActionsDialog_closure0, A._EntityListTileState_build_closure3, A._EntityListTileState_build_closure4, A._EntitiesListTileState_build_closure2, A._EntitiesListTileState_build_closure3, A._EntityDropdownState__showOptions_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState__showOptions__closure1, A._EntityDropdownState_build__closure8, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build__closure2, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure__wrapUp, A._EntityDropdownState_build___wrapUp_closure, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build__closure4, A._EntityDropdownState_build__closure5, A._EntityDropdownState_build_closure2, A._EntityDropdownState_build__closure7, A._EntityDropdownState_build__closure6, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build___closure, A._EntityDropdownState_build____closure, A._EntityDropdownState_build____closure0, A._EntityDropdownDialogState_build__selectEntity, A._EntityDropdownDialogState_build__headerRow_closure, A._EntityDropdownDialogState_build__headerRow__closure, A._EntityDropdownDialogState_build__createList_closure, A._EntityDropdownDialogState_build__createList_closure0, A._EntityDropdownDialogState_build__createList__closure, A.EntityTopFilter_build_closure, A.EntityTopFilter_build__closure0, A.EntityTopFilter_build__closure, A.EntityTopFilter_build___closure, A.EntityTopFilter_build___closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build___closure, A.AppDropdownButton_build_closure, A.AppToggleButtons_build__closure, A.AppToggleButtons_build__closure0, A.BoolDropdownButton_build_closure, A.BoolDropdownButton_build_closure0, A.BoolDropdownButton_build_closure1, A.BoolDropdownButton_build_closure3, A.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._CustomFieldState_build_closure, A._CustomFieldState_build_closure1, A._CustomFieldState_build_closure2, A._DatePickerState_build_closure1, A._DecoratedFormFieldState_build_closure2, A._DecoratedFormFieldState_build_closure0, A._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, A._DurationPickerState_build_closure1, A._DurationPickerState_build_closure, A._DurationPickerState_build__closure0, A._DurationPickerState_build_closure0, A.DynamicSelector_build_closure0, A.DynamicSelector_build_closure, A.DynamicSelector_build_closure1, A.NotificationSettings_build_closure, A.NotificationSettings_build_closure0, A.NotificationSettings_build_closure1, A.NotificationSettings_build__closure, A._NotificationSelector_build_closure, A._PasswordFormFieldState_build_closure0, A.ProjectPicker_build_closure0, A.ProjectPicker_build__closure, A.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.VendorPicker_build_closure0, A.VendorPicker_build__closure, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildEdit__closure, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState__buildEdit_closure1, A._InvoiceEmailViewState_build_closure, A._InvoiceEmailViewState_build_closure0, A._InvoiceEmailViewState_build_closure1, A._InvoiceEmailViewState_build_closure2, A._TaxRateDropdownState_didChangeDependencies_closure, A._TaxRateDropdownState_didChangeDependencies_closure0, A._TaxRateDropdownState_build_closure, A._TaxRateDropdownState_build_closure0, A._TaxRateDropdownState_build_closure1, A._TaxRateDropdownState_build_closure4, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure0, A._ListFilterState_build_closure4, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure3, A._ListFilterState_build_closure2, A._ListFilterState_build__closure4, A._ListFilterState_build_closure7, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure6, A._ListFilterState_build_closure5, A._ListFilterState_build__closure1, A.ListScaffold_build_closure0, A.ListScaffold_build_closure5, A.ListScaffold_build_closure4, A._LiveTextState_initState_closure, A.MainScreen_build__closure, A._MenuDrawerState_build__companyLogo, A._MenuDrawerState_build__companyLogo_closure, A._MenuDrawerState_build__companyListItem, A._MenuDrawerState_build__companyListItem_closure, A._MenuDrawerState_build__companyListItem_closure2, A._MenuDrawerState_build__companyListItem_closure3, A._MenuDrawerState_build_closure, A._MenuDrawerState_build__closure5, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure4, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure3, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build__closure1, A._MenuDrawerState_build__closure0, A._MenuDrawerState_build__closure, A._DrawerTileState_build_closure3, A._DrawerTileState_build_closure4, A.SidebarFooter_build__closure, A.SidebarFooterCollapsed_build_closure0, A.SidebarFooterCollapsed_build_closure, A._showContactUs_closure, A._showUpdate_closure, A._showAbout_closure, A._showAbout___closure1, A._showAbout___closure0, A._showAbout_____closure, A._showAbout___closure, A._ContactUsDialogState__sendMessage_closure0, A._ContactUsDialogState__sendMessage__closure1, A._ContactUsDialogState__sendMessage_closure1, A._ContactUsDialogState_build_closure1, A._ContactUsDialogState_build_closure2, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, A._DropDownMultiSelectState_initState_closure, A._DropDownMultiSelectState_build___closure2, A._DropDownMultiSelectState_build___closure3, A._DropDownMultiSelectState_build__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A.AppPinput_build_closure, A.PortalLinks_build_closure1, A.PortalLinks_build_closure2, A.SearchText_build_closure0, A._AccountSmsVerificationState__sendCode_closure0, A._AccountSmsVerificationState__sendCode_closure1, A._AccountSmsVerificationState__verifyCode_closure0, A._AccountSmsVerificationState__verifyCode_closure1, A._AccountSmsVerificationState_build_closure, A._AccountSmsVerificationState_build_closure0, A._AccountSmsVerificationState_build_closure1, A._UserSmsVerificationState_initState_closure, A._UserSmsVerificationState__sendCode_closure0, A._UserSmsVerificationState__sendCode_closure1, A._UserSmsVerificationState__verifyCode_closure0, A._UserSmsVerificationState__verifyCode_closure1, A._UserSmsVerificationState_build_closure, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure4, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure8, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure6, A._EntityListState_build__closure7, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build__closure13, A._EntityListState_build_closure2, A._EntityListState_build__closure11, A._EntityListState_build__closure10, A._EntityListState_build___closure2, A._EntityListState_build_closure5, A._EntityListState_build__closure9, A._EntityListState_build_closure4, A._UpgradeDialogState_initState_closure, A._UpgradeDialogState_initState_closure1, A._UpgradeDialogState__buildProductList_closure, A._UpgradeDialogState__buildProductList_closure1, A._VariablesHelpState_build_closure, A._VariablesHelpState_build_closure0, A._VariablesHelpState_build_closure1, A._VariableGrid_build__closure, A.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, A.InitScreen_build_closure0, A._LoginState__submitSignUpForm_closure0, A._LoginState__submitSignUpForm_closure1, A._LoginState__submitSignUpForm_closure2, A._LoginState__submitLoginForm_closure0, A._LoginState__submitLoginForm___closure, A._LoginState__submitLoginForm_closure1, A._LoginState__submitLoginForm_closure2, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure4, A._LoginState_build_closure5, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure2, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore___closure1, A.LoginVM_fromStore_closure5, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore_closure6, A.LoginVM_fromStore___closure, A.LoginVM_fromStore__closure2, A.LoginVM_fromStore_closure7, A.LoginVM_fromStore__closure0, A.LoginVM_fromStore_closure8, A.LoginVM_fromStore__closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure7, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure8, A.LoginVM_fromStore_closure2, A.BankAccountListItem_build_closure, A.BankAccountListVM_fromStore__handleRefresh, A.BankAccountListVM_fromStore_closure, A.BankAccountListVM_fromStore_closure0, A.BankAccountScreen_connectAccounts_closure, A.BankAccountScreen_connectAccounts_closure0, A.BankAccountScreen_build_closure12, A.BankAccountScreen_build_closure9, A.BankAccountScreen_build_closure5, A.BankAccountScreen_build_closure6, A.BankAccountScreen_build_closure7, A.BankAccountScreen_build_closure8, A.BankAccountScreenVM_fromStore_closure, A.BankAccountScreenVM_fromStore__closure, A.BankAccountScreenVM_fromStore__closure0, A._BankAccountEditState_didChangeDependencies_closure, A._BankAccountEditState_didChangeDependencies_closure0, A._BankAccountEditState_dispose_closure, A._BankAccountEditState__onChanged_closure, A._BankAccountEditState_build_closure3, A._BankAccountEditState_build_closure4, A._BankAccountEditState_build_closure0, A._BankAccountEditState_build_closure, A._BankAccountEditState_build__closure0, A._BankAccountEditState_build_closure2, A._BankAccountEditState_build__closure, A.BankAccountEditScreen_build_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore____closure, A.BankAccountViewScreen_build_closure0, A.ClientListItem_build__closure, A.ClientListItem_build__closure3, A.ClientListVM_fromStore__handleRefresh, A.ClientListVM_fromStore_closure, A.ClientListVM_fromStore_closure0, A._ClientPdfViewState_loadPDF_closure0, A._ClientPdfViewState_loadPDF_closure1, A._ClientPdfViewState_loadPDF__closure0, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build_closure13, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure0, A.ClientScreen_build_closure7, A.ClientScreen_build_closure4, A.ClientScreen_build_closure0, A.ClientScreen_build_closure1, A.ClientScreen_build_closure2, A.ClientScreen_build_closure3, A._ClientEditState_build_closure, A._ClientEditState_build_closure0, A.ClientEditBillingAddressState_didChangeDependencies_closure, A.ClientEditBillingAddressState_didChangeDependencies_closure0, A.ClientEditBillingAddressState_dispose_closure, A.ClientEditBillingAddressState__onChanged_closure, A.ClientEditBillingAddressState_build_closure, A.ClientEditBillingAddressState_build__closure0, A.ClientEditBillingAddressState_build__closure, A._ClientEditContactsState__showContactEditor_closure, A._ClientEditContactsState__showContactEditor__closure, A._ClientEditContactsState_build_closure, A._ClientEditContactsState_build_closure0, A.ContactEditDetailsState_didChangeDependencies_closure, A.ContactEditDetailsState_didChangeDependencies_closure0, A.ContactEditDetailsState_dispose_closure, A.ContactEditDetailsState__onChanged_closure, A.ContactEditDetailsState_build_closure0, A.ContactEditDetailsState_build_closure, A.ContactEditDetailsState_build_closure2, A.ContactEditDetailsState_build_closure1, A.ContactEditDetailsState_build_closure4, A.ContactEditDetailsState_build_closure3, A.ContactEditDetailsState_build_closure6, A.ContactEditDetailsState_build_closure5, A.ContactEditDetailsState_build_closure7, A.ContactEditDetailsState_build_closure8, A.ContactEditDetailsState_build_closure9, A.ContactEditDetailsState_build_closure10, A.ContactEditDetailsState_build_closure11, A.ContactEditDetailsState_build_closure12, A.ContactEditDetailsState_build___closure, A.ContactEditDetailsState_build__closure1, A.ContactEditDetailsState_build__closure, A.ClientEditContactsScreen_build_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, A.ClientEditDetailsState_didChangeDependencies_closure, A.ClientEditDetailsState_didChangeDependencies_closure0, A.ClientEditDetailsState_dispose_closure, A.ClientEditDetailsState__onChanged_closure, A.ClientEditDetailsState_build_closure, A.ClientEditDetailsState_build_closure0, A.ClientEditDetailsState_build__closure2, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure1, A.ClientEditDetailsState_build_closure3, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure2, A.ClientEditDetailsState_build_closure4, A.ClientEditDetailsState_build__closure, A.ClientEditNotesState_didChangeDependencies_closure, A.ClientEditNotesState_didChangeDependencies_closure0, A.ClientEditNotesState_dispose_closure, A.ClientEditNotesState__onChanged_closure, A.ClientEditNotesState_build_closure, A.ClientEditNotesState_build_closure0, A.ClientEditNotesState_build__closure0, A.ClientEditNotesState_build_closure1, A.ClientEditNotesState_build__closure, A.ClientEditSettingsState_didChangeDependencies_closure, A.ClientEditSettingsState_didChangeDependencies_closure0, A.ClientEditSettingsState_dispose_closure, A.ClientEditSettingsState__onChanged_closure, A.ClientEditSettingsState_build_closure, A.ClientEditSettingsState_build__closure3, A.ClientEditSettingsState_build_closure0, A.ClientEditSettingsState_build__closure2, A.ClientEditSettingsState_build_closure1, A.ClientEditSettingsState_build_closure2, A.ClientEditSettingsState_build__closure1, A.ClientEditSettingsState_build_closure3, A.ClientEditSettingsState_build_closure4, A.ClientEditSettingsState_build__closure0, A.ClientEditSettingsState_build_closure5, A.ClientEditSettingsState_build__closure, A.ClientEditShippingAddressState_didChangeDependencies_closure, A.ClientEditShippingAddressState_didChangeDependencies_closure0, A.ClientEditShippingAddressState_dispose_closure, A.ClientEditShippingAddressState__onChanged_closure, A.ClientEditShippingAddressState_build_closure, A.ClientEditShippingAddressState_build__closure0, A.ClientEditShippingAddressState_build__closure, A.ClientEditScreen_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure, A.ClientEditVM_ClientEditVM$fromStore__closure, A.ClientEditVM_ClientEditVM$fromStore__closure0, A.ClientEditVM_ClientEditVM$fromStore_closure1, A.ClientEditVM_ClientEditVM$fromStore_closure0, A.ClientEditVM_ClientEditVM$fromStore___closure, A.ClientEditVM_ClientEditVM$fromStore___closure0, A.ClientEditVM_ClientEditVM$fromStore___closure1, A.ClientEditVM_ClientEditVM$fromStore____closure, A._ClientViewState_build_closure, A._ClientViewDetailsState_build__buildDetailsList_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewFullwidthState_build__closure2, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewPaymentMethods_build__closure, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A.ClientViewVM_ClientViewVM$fromStore__closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, A.ClientViewVM_ClientViewVM$fromStore___closure, A._CompanyGatewayListState_build_closure, A.CompanyGatewayListItem_build_closure, A.CompanyGatewayListVM_fromStore__handleRefresh, A.CompanyGatewayListVM_fromStore_closure, A.CompanyGatewayListVM_fromStore_closure1, A.CompanyGatewayListVM_fromStore__closure, A.CompanyGatewayListVM_fromStore__closure0, A.CompanyGatewayScreen_build_closure, A.CompanyGatewayScreen_build__closure0, A.CompanyGatewayScreen_build__closure1, A.CompanyGatewayScreen_build_closure0, A.CompanyGatewayScreen_build__closure, A.CompanyGatewayScreen_build_closure2, A.CompanyGatewayScreen_build_closure4, A.CompanyGatewayScreen_build_closure5, A.CompanyGatewayScreen_build_closure6, A.CompanyGatewayScreen_build_closure7, A.CompanyGatewayScreenVM_fromStore_closure, A._CompanyGatewayEditState_didChangeDependencies_closure, A._CompanyGatewayEditState_build_closure, A._CompanyGatewayEditState_build_closure0, A._CompanyGatewayEditState_build__closure17, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure16, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build__closure15, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure14, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure13, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure17, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure18, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure19, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure20, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure21, A._CompanyGatewayEditState_build_closure22, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure0, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure1, A._GatewayConfigFieldState_build_closure2, A._GatewayConfigFieldState_build_closure3, A._LimitEditorState__onChanged_closure, A._LimitEditorState__onChanged_closure0, A._LimitEditorState_build_closure, A._LimitEditorState_build_closure0, A._FeesEditorState_dispose_closure, A._FeesEditorState_didChangeDependencies_closure, A._FeesEditorState_didChangeDependencies_closure0, A._FeesEditorState__onChanged_closure, A._FeesEditorState__onChanged__closure, A._FeesEditorState_build_closure, A._FeesEditorState_build__closure2, A._FeesEditorState_build___closure2, A._FeesEditorState_build_closure0, A._FeesEditorState_build__closure1, A._FeesEditorState_build___closure1, A._FeesEditorState_build_closure1, A._FeesEditorState_build__closure0, A._FeesEditorState_build___closure0, A._FeesEditorState_build_closure2, A._FeesEditorState_build__closure, A._FeesEditorState_build___closure, A.CompanyGatewayEditScreen_build_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, A._CompanyGatewayOverview_build_closure2, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, A.CreditEmailScreen_build_closure1, A.CreditEmailScreen_build_closure0, A.EmailCreditVM_EmailCreditVM$fromStore_closure, A.EmailCreditVM_EmailCreditVM$fromStore__closure, A.CreditListItem_build__closure, A.CreditListItem_build__closure3, A.CreditListVM_fromStore__handleRefresh, A.CreditListVM_fromStore_closure, A.CreditListVM_fromStore_closure0, A.CreditPdfScreen_build_closure0, A.CreditScreen_build_closure7, A.CreditScreen_build_closure4, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A._CreditEditState_build_closure1, A._CreditEditState_build_closure2, A._CreditEditState_build__closure, A._CreditEditState_build___closure0, A._CreditEditState_build___closure1, A._CreditEditState_build___closure, A.CreditEditDetailsScreen_build_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, A.CreditEditItemsScreen_build_closure0, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, A.CreditEditNotesScreen_build_closure0, A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, A.CreditEditPDFScreen_build_closure0, A.CreditEditScreen_build_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure, A.CreditEditVM_CreditEditVM$fromStore___closure0, A.CreditEditVM_CreditEditVM$fromStore___closure1, A.CreditEditVM_CreditEditVM$fromStore___closure2, A.CreditEditVM_CreditEditVM$fromStore____closure, A.CreditEditVM_CreditEditVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure1, A.CreditEditVM_CreditEditVM$fromStore_closure2, A.CreditEditVM_CreditEditVM$fromStore__closure, A.CreditEditVM_CreditEditVM$fromStore__closure0, A.CreditEditVM_CreditEditVM$fromStore___closure, A.CreditViewScreen_build_closure0, A.CreditViewVM_CreditViewVM$fromStore__handleRefresh, A.CreditViewVM_CreditViewVM$fromStore_closure, A.CreditViewVM_CreditViewVM$fromStore_closure0, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A._DashboardChartState__onSelectionChanged_closure, A._DashboardChartState__onSelectionChanged_closure0, A._DashboardChartState_build_closure, A._DashboardDateRangePickerState_build_closure, A._DashboardDateRangePickerState_build_closure0, A._DashboardDateRangePickerState_build_closure1, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header__closure1, A.DashboardPanels__header___closure0, A.DashboardPanels__header___closure1, A.DashboardPanels__header__closure2, A.DashboardPanels__header___closure, A.DashboardPanels__header__closure3, A.DashboardPanels__header__closure4, A.DashboardPanels__header___showSettings_closure, A.DashboardPanels__runningTasks_closure, A.DashboardPanels_build_closure, A.DashboardPanels_build_closure0, A.DashboardPanels_build_closure1, A.DashboardPanels_build_closure2, A.DashboardPanels_build_closure3, A.DashboardPanels_build__closure2, A.__DashboardPanelState_build_closure, A.__OverviewPanelState_build_closure, A.__DashboardSettingsState_build_closure, A.__DashboardSettingsState_build_closure0, A.__DashboardSettingsState_build_closure1, A.__DashboardSettingsState_build_closure2, A.__DashboardSettingsState_build__closure6, A.__DashboardSettingsState_build__closure2, A.__DashboardSettingsState_build__closure4, A.__DashboardSettingsState_build__closure0, A.__DashboardSettingsState_build_closure9, A.__DashboardSettingsState_build_closure8, A._DashboardFieldState_build__closure3, A._DashboardFieldState_build_closure0, A._DashboardFieldState_build_closure1, A._DashboardFieldState_build__closure, A._DashboardFieldState_build__closure0, A._DashboardScreenState_initState_closure, A._DashboardScreenState_initState_closure0, A._DashboardScreenState_initState__closure, A._DashboardScreenState_build_closure, A._DashboardScreenState_build_closure0, A._DashboardScreenState_build__closure0, A._DashboardScreenState_build___closure, A._DashboardScreenState_build___closure0, A._DashboardScreenState_build___closure1, A._DashboardScreenState_build_closure3, A.DashboardVM_fromStore__handleRefresh, A.DashboardVM_fromStore_closure, A.DashboardVM_fromStore_closure0, A.DashboardVM_fromStore_closure4, A.DashboardVM_fromStore_closure5, A.DashboardVM_fromStore_closure2, A.DashboardVM_fromStore_closure3, A.DesignListItem_build_closure, A.DesignListVM_fromStore__handleRefresh, A.DesignListVM_fromStore_closure, A.DesignListVM_fromStore_closure0, A.DesignScreen_build_closure7, A.DesignScreen_build_closure4, A.DesignScreen_build_closure0, A.DesignScreen_build_closure1, A.DesignScreen_build_closure2, A.DesignScreen_build_closure3, A._DesignEditState_didChangeDependencies_closure, A._DesignEditState_didChangeDependencies_closure0, A._DesignEditState_dispose_closure, A._DesignEditState__onChanged_closure, A._DesignEditState__loadDesign_closure, A._DesignEditState__loadDesign_closure0, A._DesignEditState__loadPreview_closure0, A._DesignEditState_build_closure2, A._DesignEditState_build_closure, A._DesignEditState_build_closure0, A._DesignEditState_build_closure1, A._DesignSettingsState_build_closure, A._DesignSettingsState_build_closure0, A._DesignSettingsState_build_closure1, A._DesignSettingsState_build__closure2, A._DesignSettingsState_build_closure2, A._DesignSettingsState_build_closure3, A._DesignSettingsState_build__closure1, A._DesignSettingsState_build___closure, A._DesignSettingsState_build____closure, A._DesignSettingsState_build__closure, A._DesignSettingsState_build__closure0, A._PdfDesignPreviewState_build_closure, A.__DesignImportDialogState_build_closure, A.DesignEditScreen_build_closure0, A.DesignEditVM_DesignEditVM$fromStore_closure, A.DesignEditVM_DesignEditVM$fromStore_closure1, A.DesignEditVM_DesignEditVM$fromStore_closure0, A._DesignViewState_build_closure, A._DesignViewState_build_closure0, A._DesignViewState_build_closure1, A._DesignViewState_build_closure2, A._DesignViewState_build_closure3, A._DesignViewState_build_closure4, A._DesignViewState_build_closure5, A._DesignViewState_build_closure6, A.DesignViewScreen_build_closure0, A.DocumentListItem_build__closure, A.DocumentListItem_build__closure3, A.DocumentListBuilder_build__closure1, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure11, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure10, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure1, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A._DocumentEditState_build__closure, A._DocumentEditState_build__closure0, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure1, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentEditVM_DocumentEditVM$fromStore___closure, A.DocumentEditVM_DocumentEditVM$fromStore___closure0, A.DocumentEditVM_DocumentEditVM$fromStore____closure, A._DocumentViewState_build_closure, A.DocumentViewScreen_build_closure0, A._ExpenseEditState__onSavePressed_closure, A._ExpenseEditState_build_closure1, A._ExpenseEditState_build_closure2, A.ExpenseEditDetailsState_didChangeDependencies_closure, A.ExpenseEditDetailsState_didChangeDependencies_closure0, A.ExpenseEditDetailsState_dispose_closure, A.ExpenseEditDetailsState__onChanged_closure, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build__closure18, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build__closure19, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure23, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure22, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build__closure5, A.ExpenseEditSettingsState_build_closure3, A.ExpenseEditSettingsState_build__closure3, A.ExpenseEditSettingsState_build__closure4, A.ExpenseEditSettingsState_build_closure4, A.ExpenseEditSettingsState_build_closure7, A.ExpenseEditSettingsState_build_closure5, A.ExpenseEditSettingsState_build_closure6, A.ExpenseEditSettingsState_build_closure8, A.ExpenseEditSettingsState_build__closure1, A.ExpenseEditSettingsState_build_closure10, A.ExpenseEditSettingsState_build__closure0, A.ExpenseEditSettingsState_build_closure11, A.ExpenseEditSettingsState_build__closure, A.ExpenseEditScreen_build_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseListItem_build__closure, A.ExpenseListItem_build__closure3, A.ExpenseListVM_fromStore__handleRefresh, A.ExpenseListVM_fromStore_closure, A.ExpenseListVM_fromStore_closure0, A.ExpenseScreen_build_closure, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A.ExpenseScreen_build_closure9, A._ExpenseViewState_build_closure, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build__closure1, A._ExpenseCategoryEditState_build___closure, A.ExpenseCategoryEditScreen_build_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, A.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryScreen_build_closure7, A.ExpenseCategoryScreen_build_closure4, A.ExpenseCategoryScreen_build_closure0, A.ExpenseCategoryScreen_build_closure1, A.ExpenseCategoryScreen_build_closure2, A.ExpenseCategoryScreen_build_closure3, A.ExpenseCategoryViewScreen_build_closure0, A._GroupEditState_didChangeDependencies_closure, A._GroupEditState_didChangeDependencies_closure0, A._GroupEditState_dispose_closure, A._GroupEditState__onChanged_closure, A._GroupEditState_build_closure0, A._GroupEditState_build_closure1, A._GroupEditState_build_closure, A._GroupEditState_build__closure, A._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, A.GroupListItem_build_closure, A.GroupListVM_fromStore__handleRefresh, A.GroupListVM_fromStore_closure, A.GroupListVM_fromStore_closure0, A.GroupSettingsScreen_build_closure3, A.GroupSettingsScreen_build_closure0, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore___closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure1, A._InvoiceEditState_build_closure2, A._InvoiceEditState_build__closure, A._InvoiceEditState_build___closure0, A._InvoiceEditState_build___closure1, A._InvoiceEditState_build___closure, A.InvoiceEditContacts_build_closure0, A.InvoiceEditContacts_build_closure2, A._ContactListTileState_build_closure, A._ContactListTileState_build_closure0, A._ContactListTileState_build_closure1, A._ContactListTileState_build__closure, A._ContactListTileState_build__closure0, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1, A.InvoiceEditDesktopState_didChangeDependencies_closure, A.InvoiceEditDesktopState_didChangeDependencies_closure0, A.InvoiceEditDesktopState_dispose_closure, A.InvoiceEditDesktopState__onChanged_closure, A.InvoiceEditDesktopState_build_closure, A.InvoiceEditDesktopState_build_closure0, A.InvoiceEditDesktopState_build_closure1, A.InvoiceEditDesktopState_build_closure2, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure8, A.InvoiceEditDesktopState_build__closure21, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure20, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure19, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure18, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure30, A.InvoiceEditDesktopState_build_closure31, A.InvoiceEditDesktopState_build_closure32, A.InvoiceEditDesktopState_build__closure, A.__PdfPreviewState__loadPdf_closure0, A.__PdfPreviewState__loadPdf_closure1, A.__PdfPreviewState_build_closure1, A.InvoiceEditDetailsState_didChangeDependencies_closure, A.InvoiceEditDetailsState_didChangeDependencies_closure0, A.InvoiceEditDetailsState_dispose_closure, A.InvoiceEditDetailsState__onChanged_closure, A.InvoiceEditDetailsState_build_closure, A.InvoiceEditDetailsState_build_closure0, A.InvoiceEditDetailsState_build_closure1, A.InvoiceEditDetailsState_build_closure2, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure19, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure18, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure31, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build__closure, A.InvoiceEditDetailsScreen_build_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, A._InvoiceEditItemsState__showInvoiceItemEditor_closure, A._InvoiceEditItemsState_build_closure, A.ItemEditDetailsState_didChangeDependencies_closure, A.ItemEditDetailsState_dispose_closure, A.ItemEditDetailsState__onChanged_closure, A.ItemEditDetailsState__onChanged_closure0, A.ItemEditDetailsState_build__closure3, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure3, A.ItemEditDetailsState_build_closure4, A.ItemEditDetailsState_build_closure5, A._InvoiceEditItemsDesktopState__updateColumns_closure, A._InvoiceEditItemsDesktopState__updateColumns_closure0, A._InvoiceEditItemsDesktopState__updateColumns_closure1, A._InvoiceEditItemsDesktopState__updateColumns_closure2, A._InvoiceEditItemsDesktopState__updateColumns_closure3, A._InvoiceEditItemsDesktopState__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build__closure33, A._InvoiceEditItemsDesktopState_build__closure34, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build___closure14, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build___closure18, A._InvoiceEditItemsDesktopState_build___closure17, A._InvoiceEditItemsDesktopState_build____closure1, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build____closure, A._InvoiceEditItemsDesktopState_build____closure0, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure28, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure9, A.InvoiceEditItemsScreen_build_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, A.InvoiceEditNotesState_didChangeDependencies_closure, A.InvoiceEditNotesState_didChangeDependencies_closure0, A.InvoiceEditNotesState_dispose_closure, A.InvoiceEditNotesState__onChanged_closure, A.InvoiceEditNotesScreen_build_closure0, A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFState_build_closure, A.InvoiceEditPDFScreen_build_closure0, A.InvoiceEditScreen_build_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5, A.InvoiceEditVM_InvoiceEditVM$fromStore____closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A._InvoiceItemSelectorState__onItemsSelected_closure, A._InvoiceItemSelectorState__updateClientId_closure, A._InvoiceItemSelectorState_build_closure, A._InvoiceItemSelectorState_build_closure0, A._InvoiceItemSelectorState_build_closure1, A._InvoiceItemSelectorState_build__productList__closure, A._InvoiceItemSelectorState_build__taskList__closure, A._InvoiceItemSelectorState_build__expenseList__closure, A._InvoiceItemSelectorState_build_closure2, A.InvoiceEmailScreen_build_closure1, A.InvoiceEmailScreen_build_closure0, A.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, A.InvoiceListItem_build__closure, A.InvoiceListItem_build__closure3, A.InvoiceListVM_fromStore__handleRefresh, A.InvoiceListVM_fromStore_closure, A.InvoiceListVM_fromStore_closure0, A._InvoicePdfViewState_loadPdf_closure0, A._InvoicePdfViewState_loadPdf_closure1, A._InvoicePdfViewState_loadPdf__closure0, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure5, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure5, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A.InvoiceScreen_build_closure11, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure0, A._InvoiceViewHistoryState_build_closure, A._InvoiceViewHistoryState_build_closure0, A.InvoiceOverview_build_closure, A.InvoiceOverview_build__closure0, A.InvoiceOverview_build__closure1, A.InvoiceOverview_build_closure0, A.InvoiceOverview_build_closure1, A.InvoiceOverview_build_closure2, A.InvoiceOverview_build__closure, A._InvoiceViewScheduleState_build_closure, A.InvoiceViewScreen_build_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, A._PaymentEditState_didChangeDependencies_closure, A._PaymentEditState_didChangeDependencies_closure0, A._PaymentEditState_dispose_closure, A._PaymentEditState__onChanged_closure, A._PaymentEditState_convertCurrency_closure, A._PaymentEditState_build_closure, A._PaymentEditState_build_closure0, A._PaymentEditState_build_closure1, A._PaymentEditState_build_closure2, A._PaymentEditState_build_closure4, A._PaymentEditState_build_closure3, A._PaymentEditState_build__closure5, A._PaymentEditState_build_closure5, A._PaymentEditState_build_closure6, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure11, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure12, A._PaymentEditState_build_closure14, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure13, A._PaymentEditState_build_closure17, A._PaymentableEditorState_didChangeDependencies_closure, A._PaymentableEditorState_didChangeDependencies_closure0, A._PaymentableEditorState_dispose_closure0, A._PaymentableEditorState__onChanged_closure, A._PaymentableEditorState__onChanged_closure0, A._PaymentableEditorState__onChanged_closure1, A._PaymentableEditorState__onChanged_closure2, A._PaymentableEditorState__onChanged_closure3, A._PaymentableEditorState__onChanged_closure4, A._PaymentableEditorState__onChanged_closure5, A._PaymentableEditorState_build_closure, A._PaymentableEditorState_build_closure0, A._PaymentableEditorState_build_closure3, A._PaymentableEditorState_build_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure5, A._PaymentableEditorState_build_closure4, A._PaymentableEditorState_build__closure, A._PaymentableEditorState_build__closure0, A.PaymentEditFooter_build_closure, A.PaymentEditFooter_build_closure0, A.PaymentEditScreen_build_closure0, A.PaymentEditVM_PaymentEditVM$fromStore_closure, A.PaymentEditVM_PaymentEditVM$fromStore_closure1, A.PaymentEditVM_PaymentEditVM$fromStore_closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure, A.PaymentEditVM_PaymentEditVM$fromStore___closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure1, A.PaymentEditVM_PaymentEditVM$fromStore___closure2, A.PaymentEditVM_PaymentEditVM$fromStore___closure3, A.PaymentEditVM_PaymentEditVM$fromStore____closure, A.PaymentListItem_build__closure, A.PaymentListItem_build__closure3, A.PaymentListVM_fromStore__handleRefresh, A.PaymentListVM_fromStore_closure, A.PaymentListVM_fromStore_closure0, A.PaymentPresenter_getField_closure, A.PaymentPresenter_getField_closure0, A.PaymentPresenter_getField_closure1, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure5, A.PaymentScreen_build_closure6, A.PaymentScreen_build_closure17, A.PaymentScreen_build_closure13, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure11, A.PaymentScreen_build_closure12, A._PaymentRefundState_didChangeDependencies_closure, A._PaymentRefundState_didChangeDependencies_closure0, A._PaymentRefundState_dispose_closure, A._PaymentRefundState__onChanged__closure, A._PaymentRefundState_build_closure, A._PaymentRefundState_build_closure1, A._PaymentRefundState_build__closure1, A._PaymentRefundState_build_closure2, A._PaymentRefundState_build__closure0, A._PaymentRefundState_build_closure3, A._PaymentRefundState_build__closure, A._PaymentRefundState_build_onSavePressed, A._PaymentRefundState_build_onSavePressed_closure0, A._PaymentRefundState_build_closure4, A._PaymentRefundState_build_closure5, A._PaymentableEditorState_didChangeDependencies_closure1, A._PaymentableEditorState_didChangeDependencies_closure2, A._PaymentableEditorState_dispose_closure, A._PaymentableEditorState__onChanged_closure6, A._PaymentableEditorState__onChanged_closure7, A._PaymentableEditorState__onChanged_closure8, A._PaymentableEditorState__onChanged_closure9, A._PaymentableEditorState_build_closure8, A._PaymentableEditorState_build_closure10, A._PaymentableEditorState_build_closure9, A._PaymentableEditorState_build_closure11, A._PaymentableEditorState_build__closure1, A.PaymentRefundScreen_build_closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore___closure, A._PaymentViewState_build_closure, A.PaymentViewScreen_build_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, A.PaymentViewVM_PaymentViewVM$fromStore_closure, A._PaymentTermEditState_didChangeDependencies_closure, A._PaymentTermEditState_didChangeDependencies_closure0, A._PaymentTermEditState_dispose_closure, A._PaymentTermEditState__onChanged_closure, A._PaymentTermEditState_build_closure0, A._PaymentTermEditState_build_closure1, A._PaymentTermEditState_build_closure, A._PaymentTermEditState_build__closure0, A._PaymentTermEditState_build__closure, A.PaymentTermEditScreen_build_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, A.PaymentTermListItem_build_closure, A.PaymentTermListVM_fromStore__handleRefresh, A.PaymentTermListVM_fromStore_closure, A.PaymentTermListVM_fromStore_closure0, A.PaymentTermScreen_build_closure7, A.PaymentTermScreen_build_closure4, A.PaymentTermScreen_build_closure0, A.PaymentTermScreen_build_closure1, A.PaymentTermScreen_build_closure2, A.PaymentTermScreen_build_closure3, A.PaymentTermViewScreen_build_closure0, A._ProductEditState_didChangeDependencies_closure, A._ProductEditState_didChangeDependencies_closure0, A._ProductEditState_dispose_closure, A._ProductEditState__onChanged_closure, A._ProductEditState_build_closure6, A._ProductEditState_build_closure, A._ProductEditState_build_closure1, A._ProductEditState_build__closure3, A._ProductEditState_build_closure0, A._ProductEditState_build_closure2, A._ProductEditState_build__closure2, A._ProductEditState_build_closure3, A._ProductEditState_build__closure1, A._ProductEditState_build_closure4, A._ProductEditState_build__closure0, A._ProductEditState_build_closure5, A._ProductEditState_build__closure, A.ProductEditScreen_build_closure0, A.ProductEditVM_ProductEditVM$fromStore_closure, A.ProductEditVM_ProductEditVM$fromStore_closure1, A.ProductEditVM_ProductEditVM$fromStore_closure0, A.ProductEditVM_ProductEditVM$fromStore___closure, A.ProductEditVM_ProductEditVM$fromStore___closure0, A.ProductEditVM_ProductEditVM$fromStore____closure, A.ProductListItem_build__closure, A.ProductListItem_build__closure3, A.ProductListVM_fromStore__handleRefresh, A.ProductListVM_fromStore_closure, A.ProductListVM_fromStore_closure0, A.ProductScreen_build_closure8, A.ProductScreen_build_closure5, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A.ProductScreen_build_closure4, A._ProductViewState_build_closure, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A.ProductViewVM_ProductViewVM$fromStore__closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore___closure, A._ProjectEditState_didChangeDependencies_closure, A._ProjectEditState_didChangeDependencies_closure0, A._ProjectEditState_dispose_closure, A._ProjectEditState__onChanged_closure, A._ProjectEditState_build_closure0, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure, A._ProjectEditState_build__closure2, A._ProjectEditState_build__closure1, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure4, A._ProjectEditState_build___closure, A._ProjectEditState_build___closure0, A.ProjectEditScreen_build_closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure1, A.ProjectEditVM_ProjectEditVM$fromStore__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure0, A.ProjectEditVM_ProjectEditVM$fromStore___closure, A.ProjectEditVM_ProjectEditVM$fromStore___closure0, A.ProjectEditVM_ProjectEditVM$fromStore____closure, A.ProjectListItem_build__closure, A.ProjectListItem_build__closure3, A.ProjectListVM_fromStore__handleRefresh, A.ProjectListVM_fromStore_closure, A.ProjectListVM_fromStore_closure0, A.ProjectScreen_build_closure7, A.ProjectScreen_build_closure4, A.ProjectScreen_build_closure0, A.ProjectScreen_build_closure1, A.ProjectScreen_build_closure2, A.ProjectScreen_build_closure3, A._ProjectViewState_build_closure, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A._PurchaseOrderEditState_build_closure1, A._PurchaseOrderEditState_build_closure2, A._PurchaseOrderEditState_build__closure, A._PurchaseOrderEditState_build___closure0, A._PurchaseOrderEditState_build___closure1, A._PurchaseOrderEditState_build___closure, A.PurchaseOrderEditDetailsScreen_build_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0, A.PurchaseOrderEditItemsScreen_build_closure0, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure, A.PurchaseOrderEditNotesScreen_build_closure0, A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure, A.PurchaseOrderEditPDFScreen_build_closure0, A.PurchaseOrderEditScreen_build_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEmailScreen_build_closure1, A.PurchaseOrderEmailScreen_build_closure0, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure, A.PurchaseOrderListItem_build__closure, A.PurchaseOrderListItem_build__closure3, A.PurchaseOrderListVM_fromStore__handleRefresh, A.PurchaseOrderListVM_fromStore_closure, A.PurchaseOrderListVM_fromStore_closure0, A.PurchaseOrderPdfScreen_build_closure0, A.PurchaseOrderScreen_build_closure, A.PurchaseOrderScreen_build_closure0, A.PurchaseOrderScreen_build_closure1, A.PurchaseOrderScreen_build_closure2, A.PurchaseOrderScreen_build_closure12, A.PurchaseOrderScreen_build_closure8, A.PurchaseOrderScreen_build_closure4, A.PurchaseOrderScreen_build_closure5, A.PurchaseOrderScreen_build_closure6, A.PurchaseOrderScreen_build_closure7, A.PurchaseOrderViewScreen_build_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A._QuoteEditState_build_closure1, A._QuoteEditState_build_closure2, A._QuoteEditState_build__closure, A._QuoteEditState_build___closure0, A._QuoteEditState_build___closure1, A._QuoteEditState_build___closure, A.QuoteEditDetailsScreen_build_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, A.QuoteEditItemsScreen_build_closure0, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure, A.QuoteEditNotesScreen_build_closure0, A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, A.QuoteEditPDFScreen_build_closure0, A.QuoteEditScreen_build_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure2, A.QuoteEditVM_QuoteEditVM$fromStore____closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure1, A.QuoteEditVM_QuoteEditVM$fromStore_closure2, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A.QuoteEditVM_QuoteEditVM$fromStore__closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure, A.QuoteEmailScreen_build_closure1, A.QuoteEmailScreen_build_closure0, A.EmailQuoteVM_EmailQuoteVM$fromStore_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore__closure, A.QuoteListItem_build__closure, A.QuoteListItem_build__closure3, A.QuoteListVM_fromStore__handleRefresh, A.QuoteListVM_fromStore_closure, A.QuoteListVM_fromStore_closure0, A.QuotePdfScreen_build_closure0, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteScreen_build_closure9, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseListItem_build__closure, A.RecurringExpenseListItem_build__closure3, A.RecurringExpenseListVM_fromStore__handleRefresh, A.RecurringExpenseListVM_fromStore_closure, A.RecurringExpenseListVM_fromStore_closure0, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseScreen_build_closure13, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreen_build_closure6, A.RecurringExpenseScreen_build_closure7, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, A._RecurringInvoiceEditState_build_closure1, A._RecurringInvoiceEditState_build_closure2, A._RecurringInvoiceEditState_build__closure, A._RecurringInvoiceEditState_build___closure0, A._RecurringInvoiceEditState_build___closure1, A._RecurringInvoiceEditState_build___closure, A.RecurringInvoiceEditDetailsScreen_build_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, A.RecurringInvoiceEditItemsScreen_build_closure0, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, A.RecurringInvoiceEditNotesScreen_build_closure0, A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, A.RecurringInvoiceEditPDFScreen_build_closure0, A.RecurringInvoiceEditScreen_build_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, A.RecurringInvoiceListItem_build__closure, A.RecurringInvoiceListItem_build__closure3, A.RecurringInvoiceListVM_fromStore__handleRefresh, A.RecurringInvoiceListVM_fromStore_closure, A.RecurringInvoiceListVM_fromStore_closure0, A.RecurringInvoicePdfScreen_build_closure0, A.RecurringInvoiceScreen_build_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, A.RecurringInvoiceScreen_build_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure5, A.RecurringInvoiceScreen_build_closure6, A.RecurringInvoiceScreen_build_closure7, A.RecurringInvoiceScreen_build_closure8, A.RecurringInvoiceViewScreen_build_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure2, A.clientReport_closure3, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure2, A.contactReport_closure3, A.memoizedCreditItemReport_closure, A.lineItemReport_closure11, A.lineItemReport_closure12, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure16, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure2, A.creditReport_closure3, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport_closure1, A.documentReport_closure3, A.documentReport_closure4, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure2, A.expenseReport_closure3, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure20, A.lineItemReport_closure21, A.lineItemReport_closure22, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport__closure, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure1, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure2, A.paymentReport_closure3, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure1, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure2, A.productReport_closure3, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure1, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure2, A.lineItemReport_closure3, A.lineItemReport_closure4, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure2, A.purchaseOrderReport_closure3, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure5, A.lineItemReport_closure6, A.lineItemReport_closure8, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure2, A.quoteReport_closure3, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure2, A.recurringExpenseReport_closure3, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure2, A.recurringInvoiceReport_closure3, A.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure11, A.ReportsScreen_build__closure5, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure4, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure19, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure27, A.ReportsScreen_build_closure20, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure25, A.ReportsScreen_build___closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A.getReportColumnType_convertCustomFieldType, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure7, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows_closure2, A.ReportResult_totalRows__closure, A.ReportsScreenVM_fromStore__closure6, A.ReportsScreenVM_fromStore___closure0, A.ReportsScreenVM_fromStore__closure7, A.ReportsScreenVM_fromStore__closure8, A.ReportsScreenVM_fromStore_closure4, A.ReportsScreenVM_fromStore_closure0, A.ReportsScreenVM_fromStore__closure0, A.ReportsScreenVM_fromStore__closure1, A.ReportsScreenVM_fromStore__closure2, A.ReportsScreenVM_fromStore__closure4, A.ReportsScreenVM_fromStore__closure5, A.ReportsScreenVM_fromStore___closure, A.memoizeedGroupTotals_closure, A.memoizedTaskItemReport_closure, A.taskItemReport_closure, A.taskItemReport_closure0, A.taskItemReport_closure2, A.taskItemReport_closure3, A.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure2, A.taskReport_closure3, A.memoizedTransactionReport_closure, A.transactionReport_closure, A.transactionReport_closure0, A.transactionReport_closure1, A.transactionReport_closure2, A.transactionReport_closure3, A.transactionReport_closure5, A.transactionReport_closure6, A.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure2, A.vendorReport_closure3, A._ScheduleEditState_didChangeDependencies_closure, A._ScheduleEditState_didChangeDependencies_closure0, A._ScheduleEditState_dispose_closure, A._ScheduleEditState__onChanged__closure, A._ScheduleEditState_build_closure0, A._ScheduleEditState_build_closure1, A._ScheduleEditState_build_closure, A._ScheduleEditState_build__closure0, A._ScheduleEditState_build___closure15, A._ScheduleEditState_build__closure, A._ScheduleEditState_build___closure14, A._ScheduleEditState_build__closure2, A._ScheduleEditState_build__closure4, A._ScheduleEditState_build___closure13, A._ScheduleEditState_build__closure3, A._ScheduleEditState_build__closure6, A._ScheduleEditState_build___closure12, A._ScheduleEditState_build__closure5, A._ScheduleEditState_build__closure9, A._ScheduleEditState_build___closure11, A._ScheduleEditState_build__closure7, A._ScheduleEditState_build__closure8, A._ScheduleEditState_build__closure11, A._ScheduleEditState_build___closure10, A._ScheduleEditState_build__closure10, A._ScheduleEditState_build__closure12, A._ScheduleEditState_build___closure9, A._ScheduleEditState_build__closure13, A._ScheduleEditState_build___closure8, A._ScheduleEditState_build__closure14, A._ScheduleEditState_build___closure7, A._ScheduleEditState_build__closure15, A._ScheduleEditState_build___closure5, A._ScheduleEditState_build___closure4, A._ScheduleEditState_build__closure18, A._ScheduleEditState_build___closure3, A._ScheduleEditState_build__closure17, A._ScheduleEditState_build__closure19, A._ScheduleEditState_build___closure2, A._ScheduleEditState_build__closure20, A._ScheduleEditState_build___closure1, A._ScheduleEditState_build__closure21, A._ScheduleEditState_build___closure0, A._ScheduleEditState_build__closure22, A._ScheduleEditState_build___closure, A.ScheduleEditScreen_build_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore____closure, A.ScheduleListItem_build_closure, A.ScheduleListVM_fromStore__handleRefresh, A.ScheduleListVM_fromStore_closure, A.ScheduleListVM_fromStore_closure0, A.ScheduleScreen_build_closure7, A.ScheduleScreen_build_closure4, A.ScheduleScreen_build_closure0, A.ScheduleScreen_build_closure1, A.ScheduleScreen_build_closure2, A.ScheduleScreen_build_closure3, A.ScheduleViewScreen_build_closure0, A._AccountManagementState_didChangeDependencies_closure, A._AccountManagementState_didChangeDependencies_closure0, A._AccountManagementState__onChanged_closure, A._AccountManagementState_dispose_closure, A._AccountManagementState_build_closure, A._AccountManagementState_build__closure2, A._AccountManagementState_build___closure, A._AccountManagementState_build_closure0, A._AccountManagementState_build__closure1, A._AccountManagementState_build_closure1, A._AccountManagementState_build__closure0, A._AccountManagementState_build_closure2, A._AccountManagementState_build__closure, A._AccountOverview_build__closure7, A._AccountOverview_build_closure1, A._AccountOverview_build__closure6, A._AccountOverview_build_closure2, A._AccountOverview_build__closure5, A._AccountOverview_build_closure3, A._AccountOverview_build__closure4, A._AccountOverview_build_closure4, A._AccountOverview_build__closure3, A._AccountOverview_build_closure5, A._AccountOverview_build__closure2, A._AccountOverview_build__closure1, A._AccountOverview_build___closure1, A._AccountOverview_build___closure2, A._AccountOverview_build___closure3, A._AccountOverview_build__closure0, A._AccountOverview_build__closure, A.AccountManagementVM_fromStore_closure1, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore__closure, A.AccountManagementVM_fromStore__closure0, A.AccountManagementVM_fromStore___closure0, A.AccountManagementVM_fromStore__closure1, A.AccountManagementVM_fromStore___closure, A.AccountManagementVM_fromStore_closure, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure0, A._ClientPortalState__validateSubdomain__closure1, A._ClientPortalState__validateSubdomain__closure2, A._ClientPortalState_dispose_closure, A._ClientPortalState_didChangeDependencies_closure, A._ClientPortalState_didChangeDependencies_closure0, A._ClientPortalState__onChanged__closure, A._ClientPortalState__onChanged__closure0, A._ClientPortalState_build_closure21, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure13, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure9, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure11, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure20, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore___closure, A._CreditCardsAndBanksState_dispose_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure0, A._CustomFieldsState_initState_closure, A.CustomFieldsSettings_build_closure, A.CustomFieldsSettings_build__closure6, A.CustomFieldsSettings_build_closure0, A.CustomFieldsSettings_build__closure5, A.CustomFieldsSettings_build_closure1, A.CustomFieldsSettings_build__closure4, A.CustomFieldsSettings_build_closure2, A.CustomFieldsSettings_build__closure3, A.CustomFieldsSettings_build_closure3, A.CustomFieldsSettings_build__closure2, A.CustomFieldsSettings_build_closure4, A.CustomFieldsSettings_build__closure1, A.CustomFieldsSettings_build_closure5, A.CustomFieldsSettings_build__closure0, A.CustomFieldsSettings_build_closure6, A.CustomFieldsSettings_build__closure, A._CustomFormFieldState_dispose_closure, A._CustomFormFieldState_didChangeDependencies_closure, A._CustomFormFieldState_didChangeDependencies_closure0, A._CustomFormFieldState__onChanged_closure, A._CustomFormFieldState_build_closure, A._CustomFormFieldState_build_closure1, A.CustomFieldsVM_fromStore_closure0, A.CustomFieldsVM_fromStore_closure, A._DataVisualizationsState_dispose_closure, A._DataVisualizationsState_didChangeDependencies_closure, A._DataVisualizationsState_didChangeDependencies_closure0, A._DeviceSettingsState_didChangeDependencies_closure, A._DeviceSettingsState_didChangeDependencies_closure0, A._DeviceSettingsState_build_closure, A._DeviceSettingsState_build_closure0, A._DeviceSettingsState_build_closure1, A._DeviceSettingsState_build_closure2, A._DeviceSettingsState_build_closure3, A._DeviceSettingsState_build_closure4, A._DeviceSettingsState_build_closure5, A._DeviceSettingsState_build_closure6, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build__closure7, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build_closure19, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build__closure1, A._DeviceSettingsState_build___closure0, A._DeviceSettingsState_build__closure0, A._DeviceSettingsState_build__closure, A._DeviceSettingsState_build___closure, A.DeviceSettingsVM_fromStore_closure, A.DeviceSettingsVM_fromStore_closure0, A.DeviceSettingsVM_fromStore__closure, A._EmailSettingsState_dispose_closure, A._EmailSettingsState_didChangeDependencies_closure, A._EmailSettingsState_didChangeDependencies_closure0, A._EmailSettingsState__onChanged_closure, A._EmailSettingsState__onChanged_closure0, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure11, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure10, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure9, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure8, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build_closure12, A._EmailSettingsState_build__closure7, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build_closure13, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure14, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure15, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure16, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure17, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure18, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure19, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure21, A._EmailSettingsState_build__closure, A._EmailSettingsState_build_closure20, A.EmailSettingsVM_fromStore_closure1, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A.EmailSettingsVM_fromStore_closure2, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure6, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure5, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure4, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure4, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure5, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure6, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure1, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure2, A._GeneratedNumbersState_initState_closure, A._GeneratedNumbersState_dispose_closure, A._GeneratedNumbersState_didChangeDependencies_closure, A._GeneratedNumbersState_didChangeDependencies_closure0, A._GeneratedNumbersState__onChanged__closure, A._GeneratedNumbersState__onSavePressed_closure, A._GeneratedNumbersState__onSavePressed_closure0, A._GeneratedNumbersState_build_closure0, A._GeneratedNumbersState_build__closure16, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure15, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build_closure6, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build__closure10, A._GeneratedNumbersState_build__closure9, A._GeneratedNumbersState_build__closure8, A._GeneratedNumbersState_build__closure7, A._GeneratedNumbersState_build__closure6, A._GeneratedNumbersState_build__closure5, A._GeneratedNumbersState_build__closure4, A._GeneratedNumbersState_build__closure3, A._GeneratedNumbersState_build__closure2, A._GeneratedNumbersState_build__closure1, A._GeneratedNumbersState_build__closure0, A._GeneratedNumbersState_build__closure, A._EntityNumberSettingsState_dispose_closure, A._EntityNumberSettingsState_didChangeDependencies_closure, A._EntityNumberSettingsState_didChangeDependencies_closure0, A._EntityNumberSettingsState_build_closure0, A.HelpPanel_build_closure, A.HelpPanel_build_closure0, A.HelpPanel_build_closure1, A.HelpPanel_build_closure2, A.GeneratedNumbersVM_fromStore_closure0, A.GeneratedNumbersVM_fromStore_closure, A._ImportExportState_build_closure0, A._ImportExportState_build_closure, A._ImportExportState_build_closure3, A._ImportExportState_build_closure2, A._ImportExportState_build_closure5, A._ImportExportState_build_closure4, A._ImportExportState_build_closure7, A._ImportExportState_build_closure6, A._ImportExportState_build_closure9, A._ImportExportState_build_closure8, A._ImportExportState_build__closure0, A._ImportExportState_build__closure1, A._FileImportState_uploadJsonFile_closure0, A._FileImportState_uploadJsonFile_closure1, A._FileImportState_uploadFile_closure0, A._FileImportState_uploadFile_closure1, A._FileImportState_build_closure0, A._FileImportState_build_closure, A._FileImportState_build_closure2, A._FileImportState_build_closure3, A.__FileMapperState_build_closure, A.__FileMapperState_build_closure0, A.__FileMapperState_build_closure1, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure2, A.__FileMapperState_build_closure3, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure2, A._FieldMapper_build__closure, A._FieldMapper_build_closure1, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_didChangeDependencies_closure, A._InvoiceDesignState_didChangeDependencies_closure0, A._InvoiceDesignState__onChanged_closure, A._InvoiceDesignState_dispose_closure, A._InvoiceDesignState_build_closure76, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build__closure29, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build__closure26, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build__closure23, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure31, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure32, A._InvoiceDesignState_build_closure33, A._InvoiceDesignState_build_closure34, A._InvoiceDesignState_build_closure35, A._InvoiceDesignState_build_closure36, A._InvoiceDesignState_build_closure37, A._InvoiceDesignState_build_closure38, A._InvoiceDesignState_build_closure39, A._InvoiceDesignState_build_closure40, A._InvoiceDesignState_build_closure41, A._InvoiceDesignState_build_closure42, A._InvoiceDesignState_build_closure43, A._InvoiceDesignState_build_closure44, A._InvoiceDesignState_build_closure45, A._InvoiceDesignState_build_closure46, A._InvoiceDesignState_build_closure47, A._InvoiceDesignState_build_closure48, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure50, A._InvoiceDesignState_build_closure51, A._InvoiceDesignState_build_closure52, A._InvoiceDesignState_build_closure53, A._InvoiceDesignState_build_closure54, A._InvoiceDesignState_build_closure55, A._InvoiceDesignState_build_closure56, A._InvoiceDesignState_build_closure57, A._InvoiceDesignState_build_closure58, A._InvoiceDesignState_build_closure59, A._InvoiceDesignState_build_closure60, A._InvoiceDesignState_build_closure61, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure63, A._InvoiceDesignState_build_closure64, A._InvoiceDesignState_build_closure65, A._InvoiceDesignState_build_closure66, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure67, A._InvoiceDesignState_build_closure68, A._InvoiceDesignState_build_closure69, A._InvoiceDesignState_build_closure70, A._InvoiceDesignState_build_closure71, A._InvoiceDesignState_build_closure72, A._InvoiceDesignState_build_closure73, A._InvoiceDesignState_build_closure74, A._InvoiceDesignState_build_closure75, A._PdfPreviewState__loadPdf_closure0, A._PdfPreviewState_build_closure, A.InvoiceDesignVM_fromStore_closure, A.InvoiceDesignVM_fromStore___closure, A.InvoiceDesignVM_fromStore____closure, A.InvoiceDesignVM_fromStore_____closure, A.InvoiceDesignVM_fromStore_____closure0, A._LocalizationSettingsState_dispose_closure, A._LocalizationSettingsState_didChangeDependencies_closure, A._LocalizationSettingsState_didChangeDependencies_closure0, A._LocalizationSettingsState_build_closure, A._LocalizationSettingsState_build_closure1, A._LocalizationSettingsState_build__closure13, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure12, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure11, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure9, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure14, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A._AddCompanyDialogState_build_closure1, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._PaymentSettingsState_didChangeDependencies_closure, A._PaymentSettingsState_didChangeDependencies_closure0, A._PaymentSettingsState__onChanged_closure, A._PaymentSettingsState_build_closure, A._PaymentSettingsState_build__closure13, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure11, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure12, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure10, A._PaymentSettingsState_build_closure4, A._PaymentSettingsState_build__closure9, A._PaymentSettingsState_build_closure5, A._PaymentSettingsState_build__closure8, A._PaymentSettingsState_build_closure6, A._PaymentSettingsState_build__closure7, A._PaymentSettingsState_build_closure7, A._PaymentSettingsState_build__closure6, A._PaymentSettingsState_build_closure8, A._PaymentSettingsState_build__closure5, A._PaymentSettingsState_build_closure9, A._PaymentSettingsState_build__closure4, A._PaymentSettingsState_build_closure10, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure11, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure12, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure13, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure14, A._PaymentSettingsState_build__closure, A.PaymentSettingsVM_fromStore_closure0, A.PaymentSettingsVM_fromStore_closure1, A.PaymentSettingsVM_fromStore_closure, A.PaymentSettingsVM_fromStore_closure2, A._ProductSettingsState_didChangeDependencies_closure, A._ProductSettingsState_didChangeDependencies_closure0, A._ProductSettingsState_dispose_closure, A._ProductSettingsState__onChanged_closure, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure9, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure8, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure7, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure6, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure5, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure6, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure7, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure8, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure9, A._ProductSettingsState_build__closure, A.ProductSettingsVM_fromStore_closure0, A.ProductSettingsVM_fromStore_closure, A._SettingsListTileState_build_closure0, A._SettingsListTileState_build_closure1, A.SettingsSearch_build_closure0, A.SettingsListVM_fromStore_closure, A.SettingsListVM_fromStore_closure1, A.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, A._SettingsWizardState_dispose_closure, A._SettingsWizardState__validateSubdomain__closure1, A._SettingsWizardState__validateSubdomain__closure2, A._SettingsWizardState__onSavePressed__closure, A._SettingsWizardState__onSavePressed___closure0, A._SettingsWizardState__onSavePressed___closure1, A._SettingsWizardState__onSavePressed___closure2, A._SettingsWizardState__onSavePressed__closure0, A._SettingsWizardState__onSavePressed__closure2, A._SettingsWizardState_build_closure, A._SettingsWizardState_build_closure0, A._SettingsWizardState_build_closure1, A._SettingsWizardState_build_closure2, A._SettingsWizardState_build_closure3, A._SettingsWizardState_build_closure4, A._SettingsWizardState_build_closure5, A._SettingsWizardState_build__closure, A._SettingsWizardState_build_closure8, A._SettingsWizardState_build_closure7, A._TaskSettingsState_didChangeDependencies_closure, A._TaskSettingsState_didChangeDependencies_closure0, A._TaskSettingsState_dispose_closure, A._TaskSettingsState__onChanged_closure, A._TaskSettingsState_build_closure, A._TaskSettingsState_build__closure13, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure12, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure11, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure10, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure9, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure8, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure7, A._TaskSettingsState_build_closure7, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure8, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure9, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure10, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure11, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure12, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure13, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure14, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure15, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure11, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure10, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure9, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure8, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure7, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure6, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure7, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure9, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure8, A._TaxSettingsState_build_closure10, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build___closure2, A._TaxSettingsState_build____closure1, A._TaxSettingsState_build__closure, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build___closure, A._TaxSettingsState_build____closure0, A._TaxSettingsState_build_____closure, A._TaxSettingsState_build______closure, A._TaxSettingsState_build_______closure, A._TaxSettingsState_build____closure, A.NumberOfRatesSelector_build_closure, A.__EditSubregionDialogState__onDone_closure, A.__EditSubregionDialogState__onDone__closure, A.__EditSubregionDialogState__onDone___closure, A.__EditSubregionDialogState__onDone____closure, A.__EditSubregionDialogState_build_closure0, A.__EditSubregionDialogState_build_closure1, A.__EditSubregionDialogState_build_closure2, A.__EditSubregionDialogState_build_closure3, A.__EditSubregionDialogState_build_closure4, A.__EditSubregionDialogState_build_closure5, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore_closure2, A._TemplatesAndRemindersState_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure9, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure, A._ReminderSettingsState_build_closure0, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore____closure, A.TemplatesAndRemindersVM_fromStore____closure0, A.TemplatesAndRemindersVM_fromStore___closure0, A.TemplatesAndRemindersVM_fromStore___closure1, A.TemplatesAndRemindersVM_fromStore___closure2, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build_closure6, A._UserDetailsState_build__closure5, A._UserDetailsState_build__closure6, A._UserDetailsState_build__closure7, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure9, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure11, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build_closure12, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure13, A._UserDetailsState_build__closure0, A._UserDetailsState_build__closure, A._EnableTwoFactorState_initState_closure, A._EnableTwoFactorState_initState_closure0, A._EnableTwoFactorState__onSavePressed_closure1, A._EnableTwoFactorState__onSavePressed_closure2, A._EnableTwoFactorState_build_closure, A._EnableTwoFactorState_build_closure1, A._EnableTwoFactorState_build_closure0, A.UserDetailsVM_fromStore_closure, A.UserDetailsVM_fromStore_closure5, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore____closure2, A.UserDetailsVM_fromStore___closure9, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure5, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure4, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build_closure5, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure6, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, A.WorkflowSettingsVM_fromStore_closure1, A.WorkflowSettingsVM_fromStore_closure, A._SubscriptionEditState_didChangeDependencies_closure, A._SubscriptionEditState_didChangeDependencies_closure0, A._SubscriptionEditState_dispose_closure, A._SubscriptionEditState__onChanged_closure, A._SubscriptionEditState_build_closure33, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure30, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure29, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure27, A._SubscriptionEditState_build___closure7, A._SubscriptionEditState_build__closure28, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure6, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure24, A._SubscriptionEditState_build___closure5, A._SubscriptionEditState_build__closure25, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure4, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure22, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure26, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure27, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure28, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure29, A._SubscriptionEditState_build_closure30, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure32, A._SubscriptionEditState_build___closure, A.SubscriptionEditScreen_build_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, A.SubscriptionListItem_build_closure, A.SubscriptionListVM_fromStore__handleRefresh, A.SubscriptionListVM_fromStore_closure, A.SubscriptionListVM_fromStore_closure0, A.SubscriptionScreen_build_closure7, A.SubscriptionScreen_build_closure4, A.SubscriptionScreen_build_closure0, A.SubscriptionScreen_build_closure1, A.SubscriptionScreen_build_closure2, A.SubscriptionScreen_build_closure3, A.SubscriptionViewScreen_build_closure0, A._UpdateDialogState_updateApp__closure0, A._UpdateDialogState_updateApp__closure1, A._TaskEditState_build_closure1, A._TaskEditState_build_closure2, A._TaskEditDesktopState_didChangeDependencies_closure, A._TaskEditDesktopState_didChangeDependencies_closure0, A._TaskEditDesktopState_dispose_closure, A._TaskEditDesktopState__onChanged_closure, A._TaskEditDesktopState_build_closure, A._TaskEditDesktopState_build_closure0, A._TaskEditDesktopState_build_closure2, A._TaskEditDesktopState_build__closure10, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure9, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build___closure1, A._TaskEditDesktopState_build___closure0, A._TaskEditDesktopState_build___closure, A._TaskEditDetailsState_didChangeDependencies_closure, A._TaskEditDetailsState_didChangeDependencies_closure0, A._TaskEditDetailsState_dispose_closure, A._TaskEditDetailsState__onChanged_closure, A._TaskEditDetailsState_build_closure0, A._TaskEditDetailsState_build__closure2, A._TaskEditDetailsState_build_closure, A._TaskEditDetailsState_build_closure1, A._TaskEditDetailsState_build__closure1, A._TaskEditDetailsState_build_closure2, A._TaskEditDetailsState_build_closure3, A._TaskEditDetailsState_build__closure0, A._TaskEditDetailsState_build_closure4, A._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, A._TaskEditTimesState__showTaskTimeEditor_closure, A._TaskEditTimesState__showTaskTimeEditor__closure, A._TaskEditTimesState_build_closure, A._TaskEditTimesState_build_closure0, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure2, A.TimeEditDetailsState_build_closure3, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build_closure5, A.TimeEditDetailsState_build__closure, A.TaskEditTimesScreen_build_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, A.TaskEditScreen_build_closure0, A.TaskEditVM_TaskEditVM$fromStore_closure0, A.TaskEditVM_TaskEditVM$fromStore__closure, A.TaskEditVM_TaskEditVM$fromStore_closure, A.TaskEditVM_TaskEditVM$fromStore___closure, A.TaskEditVM_TaskEditVM$fromStore___closure0, A.TaskEditVM_TaskEditVM$fromStore___closure1, A.TaskEditVM_TaskEditVM$fromStore____closure, A._KanbanTaskCardState_build_closure, A._KanbanTaskCardState_build__closure4, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build_closure9, A._KanbanTaskCardState_build_closure6, A._KanbanTaskCardState_build__closure2, A._KanbanTaskCardState_build_closure7, A._KanbanStatusCardState__onSavePressed_closure, A._KanbanStatusCardState_build_closure, A._KanbanStatusCardState_build_closure0, A.KanbanViewState__initBoard_closure, A.KanbanViewState__onBoardChanged_closure, A.KanbanViewState_build_closure, A.KanbanViewState_build_closure0, A.KanbanViewState_build____closure3, A.KanbanViewState_build__closure3, A.KanbanViewState_build__closure4, A.KanbanViewState_build___closure3, A.KanbanViewState_build___closure2, A.KanbanVM_fromStore_closure, A.KanbanVM_fromStore_closure1, A.KanbanVM_fromStore__closure, A.KanbanVM_fromStore_closure0, A.KanbanVM_fromStore__closure0, A.KanbanVM_fromStore__closure1, A.KanbanVM_fromStore__closure2, A.KanbanVM_fromStore__closure3, A.TaskListItem_build__closure, A.TaskListItem_build__closure3, A.TaskListVM_fromStore__handleRefresh, A.TaskListVM_fromStore_closure0, A.TaskListVM_fromStore_closure, A.TaskPresenter_getField_closure, A.TaskPresenter_getField_closure0, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure1, A.TaskScreen_build_closure2, A.TaskScreen_build_closure17, A.TaskScreen_build_closure13, A.TaskScreen_build_closure9, A.TaskScreen_build_closure10, A.TaskScreen_build_closure11, A.TaskScreen_build_closure12, A._TaskViewState_build_closure, A._TaskOverviewState_initState_closure, A._TaskOverviewState_build__buildView_closure, A._TaskOverviewState_build__buildView__closure, A.TaskViewScreen_build_closure0, A.TaskViewVM_TaskViewVM$fromStore__handleRefresh, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore___closure, A._TaskStatusEditState_didChangeDependencies_closure, A._TaskStatusEditState_didChangeDependencies_closure0, A._TaskStatusEditState_dispose_closure, A._TaskStatusEditState__onChanged_closure, A._TaskStatusEditState_build_closure0, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build___closure, A.TaskStatusEditScreen_build_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, A._TaskStatusListState_build_closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build__closure, A.TaskStatusScreen_build__closure0, A.TaskStatusScreen_build_closure5, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusScreen_build_closure4, A.TaskStatusViewScreen_build_closure0, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState_build_closure, A.TaxRateEditScreen_build_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore____closure, A.TaxRateListItem_build_closure, A.TaxRateListVM_fromStore__handleRefresh, A.TaxRateListVM_fromStore_closure, A.TaxRateListVM_fromStore_closure0, A.TaxRateSettingsScreen_build_closure3, A.TaxRateSettingsScreen_build_closure0, A.TaxRateViewScreen_build_closure0, A._TokenEditState_didChangeDependencies_closure, A._TokenEditState_didChangeDependencies_closure0, A._TokenEditState_dispose_closure, A._TokenEditState__onChanged_closure, A._TokenEditState_build_closure0, A._TokenEditState_build_closure, A._TokenEditState_build__closure, A.TokenEditScreen_build_closure0, A.TokenEditVM_TokenEditVM$fromStore_closure, A.TokenEditVM_TokenEditVM$fromStore_closure1, A.TokenEditVM_TokenEditVM$fromStore_closure0, A.TokenEditVM_TokenEditVM$fromStore____closure, A.TokenEditVM_TokenEditVM$fromStore____closure0, A.TokenEditVM_TokenEditVM$fromStore_____closure, A.TokenListItem_build_closure, A.TokenListVM_fromStore__handleRefresh, A.TokenListVM_fromStore_closure, A.TokenListVM_fromStore_closure0, A.TokenScreen_build_closure7, A.TokenScreen_build_closure4, A.TokenScreen_build_closure0, A.TokenScreen_build_closure1, A.TokenScreen_build_closure2, A.TokenScreen_build_closure3, A.TokenViewScreen_build_closure0, A._TransactionEditState_didChangeDependencies_closure, A._TransactionEditState_didChangeDependencies_closure0, A._TransactionEditState_dispose_closure, A._TransactionEditState__onChanged__closure, A._TransactionEditState_build_closure0, A._TransactionEditState_build_closure1, A._TransactionEditState_build_closure, A._TransactionEditState_build__closure, A._TransactionEditState_build___closure3, A._TransactionEditState_build___closure2, A._TransactionEditState_build__closure1, A._TransactionEditState_build__closure2, A._TransactionEditState_build__closure3, A._TransactionEditState_build___closure1, A._TransactionEditState_build__closure6, A._TransactionEditState_build___closure, A._TransactionEditState_build__closure4, A._TransactionEditState_build___closure0, A._TransactionEditState_build__closure8, A._TransactionEditState_build__closure7, A.TransactionEditScreen_build_closure0, A.TransactionEditVM_TransactionEditVM$fromStore_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure1, A.TransactionEditVM_TransactionEditVM$fromStore_closure0, A.TransactionEditVM_TransactionEditVM$fromStore___closure, A.TransactionEditVM_TransactionEditVM$fromStore___closure0, A.TransactionEditVM_TransactionEditVM$fromStore____closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure0, A.TransactionListItem_build__closure, A.TransactionListItem_build__closure3, A.TransactionListVM_fromStore__handleRefresh, A.TransactionListVM_fromStore_closure, A.TransactionListVM_fromStore_closure0, A.TransactionPresenter_getField_closure, A.TransactionPresenter_getField_closure0, A.TransactionPresenter_getField_closure1, A.TransactionPresenter_getField_closure2, A.TransactionScreen_build_closure, A.TransactionScreen_build_closure0, A.TransactionScreen_build_closure1, A.TransactionScreen_build_closure2, A.TransactionScreen_build_closure3, A.TransactionScreen_build_closure13, A.TransactionScreen_build_closure10, A.TransactionScreen_build_closure6, A.TransactionScreen_build_closure7, A.TransactionScreen_build_closure8, A.TransactionScreen_build_closure9, A._TransactionViewState_build_closure, A._TransactionViewState_build_closure0, A._TransactionViewState_build_closure1, A._MatchDepositsState_initState_closure, A._MatchDepositsState_updateInvoiceList_closure, A._MatchDepositsState_updatePaymentList_closure, A._MatchDepositsState_build_closure, A._MatchDepositsState_build_closure0, A._MatchDepositsState_build_closure1, A._MatchDepositsState_build_closure2, A._MatchDepositsState_build_closure5, A._MatchDepositsState_build_closure8, A._MatchDepositsState_build_closure9, A._MatchDepositsState_build__closure, A._MatchWithdrawalsState_updateCategoryList_closure, A._MatchWithdrawalsState_updateVendorList_closure, A._MatchWithdrawalsState_updateExpenseList_closure, A._MatchWithdrawalsState_build_closure, A._MatchWithdrawalsState_build_closure0, A._MatchWithdrawalsState_build_closure1, A._MatchWithdrawalsState_build_closure2, A._MatchWithdrawalsState_build_closure5, A._MatchWithdrawalsState_build_closure6, A._MatchWithdrawalsState_build____closure1, A._MatchWithdrawalsState_build_____closure, A._MatchWithdrawalsState_build_closure11, A._MatchWithdrawalsState_build__closure6, A._MatchWithdrawalsState_build__closure7, A._MatchWithdrawalsState_build___closure2, A._MatchWithdrawalsState_build____closure0, A._MatchWithdrawalsState_build_closure16, A._MatchWithdrawalsState_build__closure1, A._MatchWithdrawalsState_build__closure2, A._MatchWithdrawalsState_build___closure0, A._MatchWithdrawalsState_build____closure, A._MatchWithdrawalsState_build__closure, A.TransactionViewScreen_build_closure0, A.TransactionViewScreen_build__closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure1, A.TransactionViewVM_TransactionViewVM$fromStore__closure, A._TransactionRuleEditState_didChangeDependencies_closure, A._TransactionRuleEditState_didChangeDependencies_closure0, A._TransactionRuleEditState_dispose_closure, A._TransactionRuleEditState__onChanged__closure, A._TransactionRuleEditState_build_closure0, A._TransactionRuleEditState_build_closure1, A._TransactionRuleEditState_build_closure, A._TransactionRuleEditState_build__closure, A._TransactionRuleEditState_build__closure0, A._TransactionRuleEditState_build__closure1, A._TransactionRuleEditState_build___closure9, A._TransactionRuleEditState_build__closure2, A._TransactionRuleEditState_build___closure8, A._TransactionRuleEditState_build___closure6, A._TransactionRuleEditState_build___closure7, A._TransactionRuleEditState_build___closure5, A._TransactionRuleEditState_build___closure3, A._TransactionRuleEditState_build___closure4, A._TransactionRuleEditState_build__closure7, A._TransactionRuleEditState_build___closure1, A._TransactionRuleEditState_build___closure2, A._TransactionRuleEditState_build__closure9, A._TransactionRuleEditState_build___closure, A._TransactionRuleEditState_build___closure0, A.__RuleCriteriaState_build_closure, A.__RuleCriteriaState_build___closure1, A.__RuleCriteriaState_build_closure0, A.__RuleCriteriaState_build___closure0, A.__RuleCriteriaState_build_closure1, A.__RuleCriteriaState_build___closure, A.__RuleCriteriaState_build_closure2, A.__RuleCriteriaState_build_closure3, A.TransactionRuleEditScreen_build_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure, A.TransactionRuleListItem_build_closure, A.TransactionRuleListVM_fromStore__handleRefresh, A.TransactionRuleListVM_fromStore_closure, A.TransactionRuleListVM_fromStore_closure0, A.TransactionRuleScreen_build_closure7, A.TransactionRuleScreen_build_closure4, A.TransactionRuleScreen_build_closure0, A.TransactionRuleScreen_build_closure1, A.TransactionRuleScreen_build_closure2, A.TransactionRuleScreen_build_closure3, A.TransactionRuleViewScreen_build_closure0, A._UserEditState_didChangeDependencies_closure, A._UserEditState_didChangeDependencies_closure0, A._UserEditState_dispose_closure, A._UserEditState__onChanged_closure, A._UserEditState__togglePermission_closure, A._UserEditState__togglePermission_closure0, A._UserEditState_build_closure15, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure12, A._UserEditState_build_closure3, A._UserEditState_build__closure11, A._UserEditState_build_closure4, A._UserEditState_build__closure9, A._UserEditState_build__closure10, A._UserEditState_build_closure5, A._UserEditState_build__closure7, A._UserEditState_build__closure8, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure13, A._UserEditState_build_closure14, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, A.UserEditScreen_build_closure0, A.UserEditVM_UserEditVM$fromStore_closure, A.UserEditVM_UserEditVM$fromStore_closure1, A.UserEditVM_UserEditVM$fromStore_closure0, A.UserEditVM_UserEditVM$fromStore___closure0, A.UserEditVM_UserEditVM$fromStore___closure1, A.UserEditVM_UserEditVM$fromStore____closure, A.UserListItem_build_closure, A.UserListVM_fromStore__handleRefresh, A.UserListVM_fromStore_closure, A.UserListVM_fromStore_closure0, A.UserScreen_build_closure7, A.UserScreen_build_closure4, A.UserScreen_build_closure0, A.UserScreen_build_closure1, A.UserScreen_build_closure2, A.UserScreen_build_closure3, A.UserViewScreen_build_closure0, A._VendorEditState_build_closure, A._VendorEditState_build_closure0, A.VendorEditAddressState_didChangeDependencies_closure, A.VendorEditAddressState_didChangeDependencies_closure0, A.VendorEditAddressState_dispose_closure, A.VendorEditAddressState__onChanged_closure, A.VendorEditAddressState_build_closure, A.VendorEditAddressState_build__closure, A._VendorEditContactsState__showContactEditor_closure, A._VendorEditContactsState__showContactEditor__closure, A._VendorEditContactsState_build_closure, A._VendorEditContactsState_build_closure0, A.VendorContactEditDetailsState_didChangeDependencies_closure, A.VendorContactEditDetailsState_didChangeDependencies_closure0, A.VendorContactEditDetailsState_dispose_closure, A.VendorContactEditDetailsState__onChanged_closure, A.VendorContactEditDetailsState_build_closure, A.VendorContactEditDetailsState_build_closure0, A.VendorContactEditDetailsState_build_closure1, A.VendorContactEditDetailsState_build_closure2, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build_closure5, A.VendorContactEditDetailsState_build_closure6, A.VendorContactEditDetailsState_build_closure7, A.VendorContactEditDetailsState_build_closure8, A.VendorContactEditDetailsState_build_closure9, A.VendorContactEditDetailsState_build_closure10, A.VendorContactEditDetailsState_build___closure, A.VendorContactEditDetailsState_build__closure1, A.VendorContactEditDetailsState_build__closure, A.VendorEditContactsScreen_build_closure0, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, A.VendorEditDetailsState_didChangeDependencies_closure, A.VendorEditDetailsState_didChangeDependencies_closure0, A.VendorEditDetailsState_dispose_closure, A.VendorEditDetailsState__onChanged_closure, A.VendorEditDetailsState_build_closure, A.VendorEditDetailsState_build_closure0, A.VendorEditDetailsState_build__closure0, A.VendorEditDetailsState_build_closure2, A.VendorEditDetailsState_build__closure, A.VendorEditDetailsState_build_closure1, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditSettingsState_build_closure, A.VendorEditSettingsState_build__closure0, A.VendorEditSettingsState_build_closure0, A.VendorEditSettingsState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, A.VendorListItem_build__closure, A.VendorListItem_build__closure3, A.VendorListVM_fromStore__handleRefresh, A.VendorListVM_fromStore_closure, A.VendorListVM_fromStore_closure0, A.VendorPresenter_getField_closure, A.VendorScreen_build_closure7, A.VendorScreen_build_closure4, A.VendorScreen_build_closure0, A.VendorScreen_build_closure1, A.VendorScreen_build_closure2, A.VendorScreen_build_closure3, A._VendorViewState_build_closure, A._VendorViewDetailsState_build__buildDetailsList_closure, A._VendorViewFullwidthState_build__closure1, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore___closure, A._WebhookEditState_didChangeDependencies_closure, A._WebhookEditState_didChangeDependencies_closure0, A._WebhookEditState_dispose_closure, A._WebhookEditState__onChanged_closure, A._WebhookEditState_build_closure0, A._WebhookEditState_build_closure, A._WebhookEditState_build__closure, A._WebhookEditState_build__closure1, A._WebhookEditState_build___closure4, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure2, A._WebhookEditState_build___closure3, A._WebhookEditState_build__closure3, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure0, A._WebhookEditState_build__closure6, A._WebhookEditState_build____closure, A.WebhookEditScreen_build_closure0, A.WebhookEditVM_WebhookEditVM$fromStore_closure, A.WebhookEditVM_WebhookEditVM$fromStore_closure1, A.WebhookEditVM_WebhookEditVM$fromStore_closure0, A.WebhookEditVM_WebhookEditVM$fromStore___closure, A.WebhookEditVM_WebhookEditVM$fromStore___closure0, A.WebhookEditVM_WebhookEditVM$fromStore____closure, A.WebhookViewScreen_build_closure0, A.WebhookListItem_build_closure, A.WebhookListVM_fromStore__handleRefresh, A.WebhookListVM_fromStore_closure, A.WebhookListVM_fromStore_closure0, A.WebhookScreen_build_closure7, A.WebhookScreen_build_closure4, A.WebhookScreen_build_closure0, A.WebhookScreen_build_closure1, A.WebhookScreen_build_closure2, A.WebhookScreen_build_closure3, A.snackBarCompleter_closure, A.snackBarCompleter_closure0, A.snackBarCompleter__closure, A.loadDesign_closure, A.loadDesign_closure0, A.showRefreshDataDialog_closure, A.showErrorDialog_closure, A.showMessageDialog_closure, A.confirmCallback_closure, A.confirmCallback__closure, A.confirmCallback__closure0, A.confirmCallback__closure1, A.passwordCallback_closure0, A.passwordCallback__closure0, A.passwordCallback__closure, A.passwordCallback_closure3, A._PasswordConfirmationState_build_closure0, A._PasswordConfirmationState_build_closure1, A.fieldCallback_closure, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure0, A.cloneToDialog_closure, A.changeTaskStatusDialog_closure, A.changeTaskStatusDialog_closure0, A.changeTaskStatusDialog__closure, A.changeTaskStatusDialog____closure, A.addToInvoiceDialog_closure, A.addToInvoiceDialog_closure0, A.addToInvoiceDialog__closure, A.addToInvoiceDialog____closure, A._RunTemplateDialogState_build__closure1, A._RunTemplateDialogState_build__closure3, A._RunTemplateDialogState_build__closure4, A._RunTemplateDialogState_build_closure2, A._RunTemplateDialogState_build_closure3, A._RunTemplateDialogState_build_closure4, A._RunTemplateDialogState_build_closure5, A.EnumUtils_fromString_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesString_closure, A.matchesString_closure0, A.matchesStringsValue_closure, A.getRandomString_closure, A._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState_build_closure, A._ExampleEditorState_build_closure0, A._ExampleEditorState__buildMountedToolbar_closure, A._EditorToolbarState__getSelectedLinkSpans_closure, A._EditorToolbarState__onLinkPressed_closure, A._EditorToolbarState__buildUrlField_closure0, A._EditorToolbarState__buildUrlField_closure, A._ImageFormatToolbarState_build_closure, A._PositionedToolbar_build_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_closure, A.WebUtils_microsoftLogin_closure, A.WebUtils_microsoftLogin_closure0, A.Element_textContent_closure, A.BlockSyntax_isAtBlockEnd_closure, A.BlockquoteSyntax_parseChildLines_closure, A.ListSyntax_parse_tryMatch, A.ParagraphSyntax__extractReflinkDefinitions_lineStartsReflinkDefinition, A.InlineParser_closure, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__processEmphasis_closure0, A.LinkSyntax_closure, A.ImageSyntax__createNode_closure, A.memo1_closure, A.memo3_closure, A.memo4_closure, A.memo5_closure, A.memo6_closure, A.memo7_closure, A.memo8_closure, A.memo9_closure, A.memo10_closure, A.RenderOverflowView_resetOffstage_closure, A.RenderOverflowView_performFixedLayout_getChildOffset, A.RenderOverflowView_visitOnlyOnStageChildren_closure, A.RenderOverflowView_paint_paintChild, A.RenderOverflowView_hitTestChildren_closure, A._RenderIosPagedMenu__scheduleUpdateControllerPageCount_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A._PinchZoomState_build_closure0, A._PinchZoomState_build_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildPinput__closure0, A._PinputState__buildPinput__closure1, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields_onlyFields_closure, A._SeparatedRaw_build_closure, A._PinputAnimatedCursorState__startCursorAnimation_closure, A._registerFactory_closure, A.PrintingPlugin_layoutPdf_closure, A.PrintingPlugin_layoutPdf_closure0, A.PrintingPlugin_raster_closure, A.PrintingPlugin_raster_closure0, A.MethodChannelPrinting__handleMethod_closure, A.PdfPreviewCustomState_didChangeDependencies_closure, A.PdfPreviewState_didChangeDependencies_closure, A.PdfPreviewState_build_closure, A.PdfRaster_toImage_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SdkVersion_toJson_closure, A.SharedPreferencesPlugin__getFilteredKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.OnBuilder_closure, A.OnBuilder_closure0, A._MyStatefulWidgetState_initState_closure, A.ReactiveModelImp_setStateNullable_closure0, A.ReactiveModelImp_initialize_closure, A.ReactiveModelImp__handleAsyncState_closure, A.ReactiveModelImp__handleAsyncState__closure0, A.MutableDocument_onTransactionEnd_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.PasteEditorCommand__convertLinesToParagraphs_closure, A.UpdateComposerTextStylesReaction_react_closure, A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure, A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure0, A.defaultRequestHandlers_closure, A.defaultRequestHandlers_closure0, A.defaultRequestHandlers_closure1, A.defaultRequestHandlers_closure2, A.defaultRequestHandlers_closure3, A.defaultRequestHandlers_closure4, A.defaultRequestHandlers_closure5, A.defaultRequestHandlers_closure6, A.defaultRequestHandlers_closure7, A.defaultRequestHandlers_closure8, A.defaultRequestHandlers_closure9, A.defaultRequestHandlers_closure10, A.defaultRequestHandlers_closure11, A.defaultRequestHandlers_closure12, A.defaultRequestHandlers_closure13, A.defaultRequestHandlers_closure14, A.defaultRequestHandlers_closure15, A.defaultRequestHandlers_closure16, A.defaultRequestHandlers_closure17, A.defaultRequestHandlers_closure18, A.defaultRequestHandlers_closure19, A.defaultRequestHandlers_closure20, A.defaultRequestHandlers_closure21, A.defaultRequestHandlers_closure22, A.defaultRequestHandlers_closure23, A.defaultRequestHandlers_closure24, A.defaultRequestHandlers_closure25, A.defaultRequestHandlers_closure26, A.defaultRequestHandlers_closure27, A.defaultRequestHandlers_closure28, A.defaultRequestHandlers_closure29, A.defaultRequestHandlers_closure30, A.defaultRequestHandlers_closure31, A.defaultRequestHandlers_closure32, A.defaultRequestHandlers_closure33, A.defaultRequestHandlers_closure34, A.defaultRequestHandlers_closure35, A.defaultRequestHandlers_closure36, A.defaultRequestHandlers_closure37, A.ImageUrlConversionReaction_react_closure, A.ImageUrlConversionReaction_react_closure1, A.ImageUrlConversionReaction_react_closure2, A.LinkifyReaction__extractUpstreamWordAndLinkify_closure, A.LinkifyReaction__moveOffsetByWord_closure, A.LinkifyReaction__moveOffsetByWord_closure0, A.LinkifyReaction__moveOffsetByWord_closure1, A._EditorSelectionAndFocusPolicyState__onFocusChange_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState_build_closure, A._DocumentMouseInteractorState_build_closure0, A._DocumentMouseInteractorState__buildCursorStyle_closure, A._DocumentMouseInteractorState__buildCursorStyle__closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A.SuperEditorAndroidControlsScope_maybeRootOf_closure, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__configureScrollController_closure, A._AndroidDocumentTouchInteractorState__onScrollActivityChange_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState_build_closure0, A._AndroidDocumentTouchInteractorState_build_closure2, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure0, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure2, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure1, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure0, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure0, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure, A.SuperEditorAndroidControlsOverlayManagerState__buildToolbar_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifierFocalPoint_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifier_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildDebugSelectionFocalPoint_closure, A.SuperEditorIosControlsScope_maybeRootOf_closure, A._IosDocumentTouchInteractorState_didChangeDependencies_closure, A._IosDocumentTouchInteractorState_didChangeMetrics_closure, A._IosDocumentTouchInteractorState__configureScrollController_closure, A._IosDocumentTouchInteractorState__onScrollActivityChange_closure, A._IosDocumentTouchInteractorState__onDocumentChange_closure, A._IosDocumentTouchInteractorState_build_closure0, A._IosDocumentTouchInteractorState_build_closure2, A._IosDocumentTouchInteractorState_build_closure4, A._IosDocumentTouchInteractorState__buildMagnifierFocalPoint_closure, A.SuperEditorIosMagnifierOverlayManagerState__buildMagnifier_closure, A._EditorFloatingCursorState__buildFloatingCursor_closure, A.DocumentImeInputClient_updateEditingValueWithDeltas_closure, A._DocumentSelectionOpenAndCloseImePolicyState_didUpdateWidget_closure, A._SoftwareKeyboardOpenerState_dispose_closure, A._KeyboardEditingToolbarState__buildToolbarOverlay__closure, A.SuperEditorImeInteractorState__createTextDeltasDocumentEditor_closure, A.SuperEditorImeInteractorState__reportVisualInformationToIme_closure, A._DocumentScrollableState_initState_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A.SingleColumnLayoutComposingRegionStyler__computeNodeSelection_closure, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.SplitParagraphCommand_execute_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.SuperEditorState_build_closure, A.SuperEditorState_build__closure, A.SuperEditorState_build__closure0, A.SuperEditorState_build__closure1, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure2, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure3, A.TaskComponentBuilder_createViewModel_closure, A._TaskComponentState_build_closure, A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputeTextSpan_computeTextSpan_closure, A.ContentLayersElement__onBuildScheduled_closure, A.ContentLayersElement__isSubtreeDirty_closure, A.RenderContentLayers_attach_closure, A.RenderContentLayers_detach_closure, A.RenderContentLayers_performLayout_closure, A._extension_0_findAncestorContentLayers_closure, A._DocumentScaffoldState__buildDocumentLayout_closure, A._CupertinoScrollbarState_handleThumbPress_closure0, A.Scheduler_runAsSoonAsPossible_closure, A.Frames_onNextFrame_closure, A.Frames_scheduleBuildAfterBuild_closure, A._MaterialScrollbarState__trackVisibility_closure0, A._MaterialScrollbarState__thumbColor_closure0, A._MaterialScrollbarState__trackColor_closure0, A._MaterialScrollbarState__trackBorderColor_closure0, A._MaterialScrollbarState__thickness_closure0, A.RawScrollbarWithCustomPhysicsState__gestures_closure0, A.RawScrollbarWithCustomPhysicsState__gestures__closure, A.RawScrollbarWithCustomPhysicsState__gestures__closure0, A.RawScrollbarWithCustomPhysicsState__gestures__closure1, A.RawScrollbarWithCustomPhysicsState__gestures_closure2, A.RawScrollbarWithCustomPhysicsState_build_closure, A.RawScrollbarWithCustomPhysicsState_build_closure0, A.ScrollbarPainter_update_needPaint0, A.disabledMacIntents_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._AndroidEditingOverlayControlsState_initState_closure, A._AndroidEditingOverlayControlsState_didUpdateWidget_closure, A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure, A._AndroidEditingOverlayControlsState_build_closure, A._AndroidEditingOverlayControlsState__buildToolbar_closure, A.AndroidTextFieldTouchInteractorState__onScrollChange_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure4, A.SuperAndroidTextFieldState_initState_closure, A.SuperAndroidTextFieldState_dispose_closure, A.SuperAndroidTextFieldState_didChangeMetrics_closure, A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure, A.SuperDesktopTextFieldState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure4, A._SuperTextFieldGestureInteractorState_build_closure3, A._SuperTextFieldGestureInteractorState_build_closure5, A._SuperTextFieldGestureInteractorState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure2, A._SuperTextFieldImeInteractorState_initState_closure, A._SuperTextFieldImeInteractorState_didUpdateWidget_closure, A._SuperTextFieldImeInteractorState__reportVisualInformationToIme_closure, A.SuperTextFieldScrollviewState_didUpdateWidget_closure, A.SuperTextFieldScrollviewState__onSelectionOrContentChange_closure, A._IOSEditingControlsState_build_closure, A._IOSEditingControlsState__buildToolbar_closure, A.IOSTextFieldTouchInteractorState__onScrollChange_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.IOSTextFieldTouchInteractorState__buildTrackerForToolbarFocus_closure, A.SuperIOSTextFieldState_initState_closure, A.SuperIOSTextFieldState_dispose_closure, A.SuperIOSTextFieldState_didChangeMetrics_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure, A._MaterialScrollbarState__thumbColor_closure1, A._MaterialScrollbarState__trackColor_closure1, A._MaterialScrollbarState__trackBorderColor_closure1, A._MaterialScrollbarState__thickness_closure1, A._EventStreamSubscription_closure0, A._EventStreamSubscription_onData_closure0, A.HttpRequest_request_closure]); + _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.SkiaFontCollection__registerWithFontProvider_closure, A.SkiaFontCollection__registerWithFontProvider_closure0, A.SkiaFontCollection_loadAssetFonts_closure, A.SkiaFontCollection_loadAssetFonts_closure0, A.skiaDecodeImageFromPixels_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CanvasKitRenderer_initialize_closure, A.CkTextStyle_skTextStyle_closure, A.FontFallbackManager_addMissingCodePoints_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.PersistedPicture__applyBitmapPaint_closure, A.HtmlRenderer_initialize_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.BrowserImageDecoder__cacheExpirationClock_closure, A.BrowserImageDecoder__getOrCreateWebDecoder_closure, A.initializeEngineServices_closure0, A.initializeEngineServices_initializeRendererCallback, A.FlutterEngineInitializer__staticInteropFactoryStub_closure0, A._cached_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.RawKeyboard$__closure1, A.RawKeyboard__handleHtmlEvent_closure, A.AccessibilityAnnouncements_announce_closure, A.RouteName_update_closure, A.AccessibilityFocusManager_changeFocus_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField__invokeIosWorkaround_closure, A.TextField_update_closure, A.HtmlFontCollection_loadAssetFonts_closure, A.HtmlFontCollection_loadAssetFonts_closure0, A.HtmlFontCollection_loadAssetFonts_closure1, A.SafariDesktopTextEditingStrategy_placeElement_closure, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A.EngineFlutterWindow_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__chainCoreFutureAsync_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A.Stream_asyncMap_closure, A.Stream_fold_closure, A.Stream_fold__closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_isEmpty_closure, A.Stream_toList_closure0, A.Stream_first_closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._rootHandleError_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readUnsized_read, A._File_readAsBytes_readSized_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.KeyData__logicalToString_closure, A.bootstrapEngine_closure0, A.BrowserPlatformLocation_getOrCreateDomEventListener_closure, A.HashUrlStrategy_addPopStateListener_closure, A.AttributedSpans_copyAttributionRegion__closure1, A.AttributedSpans_copyAttributionRegion__closure2, A.AttributedSpans_copyAttributionRegion__closure, A.AttributedSpans_copyAttributionRegion__closure0, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onEnter_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onExit_closure, A._CupertinoTextMagnifierState_initState_closure, A._CupertinoTextMagnifierState_initState__closure, A._CupertinoTextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_closure, A._CupertinoSwitchState__onShowFocusHighlight_closure, A._RenderCupertinoSwitch_paint_closure, A._RenderCupertinoSwitch_paint_closure0, A._RenderCupertinoSwitch_paint_closure1, A._RenderCupertinoSwitch_paint_closure2, A._RenderCupertinoSwitch_paint_closure3, A._RenderCupertinoSwitch_paint_closure4, A._RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure, A._RenderCupertinoTextSelectionToolbarShape__addRRectToPath_closure0, A._CupertinoTextSelectionToolbarContentState__statusListener_closure, A._CupertinoTextSelectionToolbarButtonState__onTapDown_closure, A._CupertinoTextSelectionToolbarButtonState__onTapUp_closure, A._CupertinoTextSelectionToolbarButtonState__onTapCancel_closure, A.ToggleableStateMixin__handleTapDown_closure0, A.ToggleableStateMixin__handleTapEnd_closure0, A.ToggleableStateMixin__handleFocusHighlightChanged_closure0, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.FlutterErrorDetails_summary_closure0, A.BindingBase_initServiceExtensions_closure, A.BindingBase_initServiceExtensions_closure1, A.BindingBase_lockEvents_closure, A.BindingBase_registerServiceExtension__closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseEntryWithLineBreaks_paragraphs_addLine, A.LicenseEntryWithLineBreaks_paragraphs_getParagraph, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.DragGestureRecognizer__checkEnd_closure2, A.MultiDragGestureRecognizer__startDrag_closure, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.ScaleGestureRecognizer__reconfigure_closure1, A.ScaleGestureRecognizer__reconfigure_closure2, A.ScaleGestureRecognizer__advanceStateMachine_closure, A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.TapGestureRecognizer_handleTapUp_closure1, A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure, A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure, A.BaseTapAndDragGestureRecognizer__checkTapDown_closure, A.BaseTapAndDragGestureRecognizer__checkTapUp_closure, A.BaseTapAndDragGestureRecognizer__checkDragStart_closure, A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure, A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure, A.GestureArenaTeam_add_closure, A._PackagesViewState__packagesList__closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__masterPageRoute__closure, A._ActionButton_build_closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A._BottomSheetState__handleDragStart_closure, A._BottomSheetState__handleDragEnd_closure, A._BottomSheetState__handleDragHandleHover_closure, A._BottomSheetGestureDetector_build_closure, A._ButtonStyleState_handleStatesControllerChange_closure, A._ButtonStyleState_build__closure1, A._CalendarDatePickerState__handleModeChanged_closure, A._CalendarDatePickerState__handleMonthChanged_closure, A._CalendarDatePickerState__handleYearChanged_closure, A._CalendarDatePickerState__handleDayChanged_closure, A._CalendarDatePickerState_build_closure, A._MonthPickerState__handleMonthPageChanged_closure, A._MonthPickerState__handleGridFocusChange_closure, A._MonthPickerState__handleDirectionFocus_closure, A._DayState_build_closure1, A._YearPickerState__buildYearItem_closure1, A.DataTable_build_closure5, A.DataTable_build_closure6, A.DataTable_build_closure7, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.DropdownButtonFormField__closure_resolveInputBorder, A.DropdownButtonFormField__closure_effectiveBorderRadius, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_activateOnIntent_closure, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createSplash_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint__closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure0, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.RadioListTile_build_closure, A.RefreshIndicatorState__handleScrollNotification_closure, A.RefreshIndicatorState__dismiss_closure, A.RefreshIndicatorState__dismiss_closure0, A.RefreshIndicatorState__show__closure, A.RefreshIndicatorState__show__closure0, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet_removePersistentSheetHistoryEntryIfNeeded, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure, A.ScaffoldState__buildBottomSheet_closure, A.ScaffoldState__buildBottomSheet_removeEntryIfNeeded, A.ScaffoldState__buildBottomSheet_closure0, A.ScaffoldState__buildBottomSheet_closure1, A.ScaffoldState__buildBottomSheet__closure, A.ScaffoldState__buildBottomSheet_closure2, A.ScaffoldState_showBottomSheet_closure, A.ScaffoldState__moveFloatingActionButton_closure, A.ScaffoldState_showBodyScrim_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SelectableTextState__onControllerChanged_closure, A._SelectableTextState__handleSelectionChanged_closure, A._SelectableTextState_build_closure, A._MaterialSwitchState__handleDragEnd_closure, A.SwitchListTile_build_closure, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure1, A._TabBarViewState__warpToAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A._TextFieldState_build__closure, A._TextSelectionToolbarOverflowableState_build_closure, A._TextSelectionToolbarOverflowableState_build__closure, A.ThemeData_localize_closure, A._HourControl_build_closure1, A._HourControl_build_closure0, A._HourControl_build_closure, A._MinuteControl_build_closure1, A._MinuteControl_build_closure0, A._MinuteControl_build_closure, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialState_initState_closure, A._DialState_initState__closure0, A._DialState_initState_closure0, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__selectHour_getAmPmTime, A._DialState__build24HourRing_closure, A._DialState__build24HourRing_closure0, A._DialState__build12HourRing_closure, A._DialState__buildMinutes_closure, A._TimePickerInputState__validateHour_closure, A._TimePickerInputState__validateMinute_closure, A._HourMinuteTextFieldState_initState_closure, A._HourMinuteTextFieldState_initState__closure, A._HourMinuteTextFieldState_build_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleEntryModeChanged_closure, A._TimePickerDialogState__handleOk_closure, A._TimePickerState__vibrate_closure, A._TimePickerState__handleHourMinuteModeChanged_closure, A._TimePickerState__handleEntryModeToggle_closure, A._TimePickerState__handleTimeChanged_closure, A._TimePickerState__handleHourSelected_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleStatusChanged_closure, A.TooltipState__handleStatusChanged_closure0, A.TooltipState__handleStatusChanged_closure1, A.TooltipState__handleStatusChanged_closure2, A.TooltipState__handleStatusChanged_closure3, A.TooltipState__handleStatusChanged_closure4, A.TooltipState__scheduleShowTooltip_show, A.TooltipState__scheduleShowTooltip_closure, A.TooltipState__buildTooltipOverlay_closure2, A.TooltipState__buildTooltipOverlay_closure3, A.TooltipState__buildTooltipOverlay_closure, A.TooltipState__buildTooltipOverlay_closure0, A.TooltipState__buildTooltipOverlay_closure1, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.TextPainter__computePaintOffsetFraction_closure, A.TextPainter__computePaintOffsetFraction_closure1, A.TextPainter__computePaintOffsetFraction_closure0, A.TextPainter__computePaintOffsetFraction_closure2, A.TextPainter__computePaintOffsetFraction_closure3, A.TextPainter__computePaintOffsetFraction_closure4, A.TextPainter__computePaintOffsetFraction_closure5, A.TextPainter_getOffsetForCaret_closure, A.TextPainter_getOffsetForCaret_closure0, A.TextPainter_getOffsetForCaret_closure1, A.TextPainter_getFullHeightForCaret_closure, A.TextStyle_getTextStyle_closure, A.TextStyle_getTextStyle_closure0, A.RenderAnimatedSize_closure, A.RendererBinding_pipelineOwner_closure, A.RendererBinding_pipelineOwner_closure0, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.Layer_addCompositionCallback_closure, A.Layer_addCompositionCallback_closure0, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__reportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderObject_toStringDeep_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.RenderSliverFloatingPersistentHeader__updateAnimation_closure, A._TaskEntry_run_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.CachingAssetBundle_loadString_closure, A.ServicesBinding__addLicenses_closure, A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__loudlyHandleTextInputInvocation_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedCrossFadeState_initState__closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A.AutofillGroupState_register_closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A.RichText__effectiveTextScalerFrom_closure, A.RichText__effectiveTextScalerFrom_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RootWidget_attach_closure, A.RootWidget_attach_closure0, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__onChangedClipboardStatus_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure0, A.EditableTextState_buttonItemsForToolbarOptions_closure1, A.EditableTextState_buttonItemsForToolbarOptions_closure2, A.EditableTextState_contextMenuButtonItems_closure, A.EditableTextState_contextMenuButtonItems_closure0, A.EditableTextState_contextMenuButtonItems_closure1, A.EditableTextState_contextMenuButtonItems_closure2, A.EditableTextState_contextMenuButtonItems_closure3, A.EditableTextState_contextMenuButtonItems_closure4, A.EditableTextState_contextMenuButtonItems_closure5, A.EditableTextState_contextMenuButtonItems_closure6, A.EditableTextState__onCursorTick_closure, A.EditableTextState__onCursorTick_closure0, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState__updateSelectionRects_closure, A.EditableTextState__updateSelectionRects_closure1, A.EditableTextState__updateSelectionRects_closure0, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build_closure, A.EditableTextState_build_closure1, A.EditableTextState_build_closure0, A.EditableTextState_build__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormState__validate_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A.GestureDetector_build_closure13, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState__handleImageFrame_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._InteractiveViewerState__onTransformationControllerChange_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromViewState__updateData_closure, A.ModalBarrier_build_handleDismiss, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A._RouteEntry_dispose__closure, A.NavigatorState__cancelActivePointers_closure, A._NavigatorPopHandlerState_build__closure, A._RenderOverflowBar_performLayout_nextChild, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._OverlayPortalState__getLocation_closure, A._OverlayPortalState_show_closure, A._OverlayPortalState_hide_closure, A._GlowController_pull_closure, A._PlatformViewLinkState__onPlatformViewCreated_closure, A.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState_cancelReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragCancel_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dragEnd_closure0, A.SliverReorderableListState__dropCompleted_closure, A.SliverReorderableListState__wrapWithSemantics_moveToStart, A.SliverReorderableListState__wrapWithSemantics_moveToEnd, A.SliverReorderableListState__wrapWithSemantics_moveBefore, A.SliverReorderableListState__wrapWithSemantics_moveAfter, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A._RouterState_restoreState_closure, A._RouterState_restoreState_closure0, A._RouterState_didChangeDependencies_closure, A._RouterState__handleRouteInformationProviderNotification_closure, A._RouterState__rebuild_closure, A._RouterState__handleRouterDelegateNotification_closure, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A._SelectionKeepAliveState_listensTo_closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure, A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure0, A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure1, A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure2, A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure3, A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure4, A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure5, A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure6, A.MultiSelectableSelectionContainerDelegate__adjustSelection_closure7, A.ShortcutManager__indexShortcuts__closure, A.ShortcutManager_handleKeypress_closure, A.ShortcutManager_handleKeypress_closure0, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A.Text_build_closure, A.Text_build_closure1, A.Text_build_closure0, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._TextSelectionGestureDetectorState_build_closure7, A._AnimatedState__handleChange_closure, A._throttle__closure, A._ValueListenableBuilderState__valueChanged_closure, A._BlockPickerState_changeColor_closure, A._BlockPickerState_build__closure, A.JsonObjectViewerState__getList_closure, A.JsonObjectViewerState__getList__closure, A.JsonObjectViewerState_getValueWidget_closure, A.JsonObjectViewerState_getValueWidget__closure0, A.JsonObjectViewerState_getValueWidget_closure0, A.JsonObjectViewerState_getValueWidget__closure, A._JsonArrayViewerState_getInkWell_closure, A._JsonArrayViewerState_getInkWell__closure, A._JsonArrayViewerState_getValueWidget_closure, A._JsonArrayViewerState_getValueWidget__closure0, A._JsonArrayViewerState_getValueWidget_closure0, A._JsonArrayViewerState_getValueWidget__closure, A._GlobalCupertinoLocalizationsDelegate_load_closure, A._MaterialLocalizationsDelegate_load_closure, A._WidgetsLocalizationsDelegate_load_closure, A.CustomSlidableAction_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure0, A._ActionPaneState_handleRatioChanged_closure, A._SlidableState_handleActionPanelTypeChanged_closure, A.StyledToastWidgetState_initState_closure, A.StyledToastWidgetState_dismissToast_closure, A.StyledToastWidgetState_didChangeMetrics_closure, A.ToastFuture$create_closure, A.inject_closure, A.init_closure, A.Phase_startTagHtml__closure, A.InBodyPhase_startTagBody__closure, A.entitiesByFirstChar_closure, A.entitiesByFirstChar__closure, A.HtmlTokenizer_emitCurrentToken_closure, A.Rule_findRule_closure1, A._CommonRules_referenceLink_closure, A.MediaType_MediaType$parse_closure, A.BillingClientManager__connect_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure0, A.InAppPurchaseStoreKitPlatform_restorePurchases_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure0, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure1, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure2, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure3, A.NumberFormat__formatFixed_computeFractionDigits, A._CountryPickerDialogState_build__closure1, A._CountryPickerDialogState_build__closure, A._IntlPhoneFieldState_initState_closure0, A._IntlPhoneFieldState__changeCountry____closure, A._IntlPhoneFieldState__changeCountry_closure0, A.ClientEntity_primaryContact_closure0, A.ClientEntity_getContact_closure0, A.InvoiceEntity__calculateTax_closure, A.CalculateInvoiceTotal_calculateTaxes__closure0, A.CalculateInvoiceTotal_calculateTaxes__closure2, A.CalculateInvoiceTotal_calculateTaxes__closure4, A.CalculateInvoiceTotal_calculateTaxes_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure3, A.CalculateInvoiceTotal_calculateTaxes_closure5, A._$serializers_closure, A._$serializers_closure0, A._$serializers_closure1, A._$serializers_closure2, A._$serializers_closure3, A._$serializers_closure4, A._$serializers_closure5, A._$serializers_closure6, A._$serializers_closure7, A._$serializers_closure8, A._$serializers_closure9, A._$serializers_closure10, A._$serializers_closure11, A._$serializers_closure12, A._$serializers_closure13, A._$serializers_closure14, A._$serializers_closure15, A._$serializers_closure16, A._$serializers_closure17, A._$serializers_closure18, A._$serializers_closure19, A._$serializers_closure20, A._$serializers_closure21, A._$serializers_closure22, A._$serializers_closure23, A._$serializers_closure24, A._$serializers_closure25, A._$serializers_closure26, A._$serializers_closure27, A._$serializers_closure28, A._$serializers_closure29, A._$serializers_closure30, A._$serializers_closure31, A._$serializers_closure32, A._$serializers_closure33, A._$serializers_closure34, A._$serializers_closure35, A._$serializers_closure36, A._$serializers_closure37, A._$serializers_closure38, A._$serializers_closure39, A._$serializers_closure40, A._$serializers_closure41, A._$serializers_closure42, A._$serializers_closure43, A._$serializers_closure44, A._$serializers_closure45, A._$serializers_closure46, A._$serializers_closure47, A._$serializers_closure48, A._$serializers_closure49, A._$serializers_closure50, A._$serializers_closure51, A._$serializers_closure52, A._$serializers_closure53, A._$serializers_closure54, A._$serializers_closure55, A._$serializers_closure56, A._$serializers_closure57, A._$serializers_closure58, A._$serializers_closure59, A._$serializers_closure60, A._$serializers_closure61, A._$serializers_closure62, A._$serializers_closure63, A._$serializers_closure64, A._$serializers_closure65, A._$serializers_closure66, A._$serializers_closure67, A._$serializers_closure68, A._$serializers_closure69, A._$serializers_closure70, A._$serializers_closure71, A._$serializers_closure72, A._$serializers_closure73, A._$serializers_closure74, A._$serializers_closure75, A._$serializers_closure76, A._$serializers_closure77, A._$serializers_closure78, A._$serializers_closure79, A._$serializers_closure80, A._$serializers_closure81, A._$serializers_closure82, A._$serializers_closure83, A._$serializers_closure84, A._$serializers_closure85, A._$serializers_closure86, A._$serializers_closure87, A._$serializers_closure88, A._$serializers_closure89, A._$serializers_closure90, A._$serializers_closure91, A._$serializers_closure92, A._$serializers_closure93, A._$serializers_closure94, A._$serializers_closure95, A._$serializers_closure96, A._$serializers_closure97, A._$serializers_closure98, A._$serializers_closure99, A._$serializers_closure100, A._$serializers_closure101, A._$serializers_closure102, A._$serializers_closure103, A._$serializers_closure104, A._$serializers_closure105, A._$serializers_closure106, A._$serializers_closure107, A._$serializers_closure108, A._$serializers_closure109, A._$serializers_closure110, A._$serializers_closure111, A._$serializers_closure112, A._$serializers_closure113, A._$serializers_closure114, A._$serializers_closure115, A._$serializers_closure116, A._$serializers_closure117, A._$serializers_closure118, A._$serializers_closure119, A._$serializers_closure120, A._$serializers_closure121, A._$serializers_closure122, A._$serializers_closure123, A._$serializers_closure124, A._$serializers_closure125, A._$serializers_closure126, A._$serializers_closure127, A._$serializers_closure128, A._$serializers_closure129, A._$serializers_closure130, A._$serializers_closure131, A._$serializers_closure132, A._$serializers_closure133, A._$serializers_closure134, A._$serializers_closure135, A._$serializers_closure136, A._$serializers_closure137, A._$serializers_closure138, A._$serializers_closure139, A._$serializers_closure140, A._$serializers_closure141, A._$serializers_closure142, A._$serializers_closure143, A._$serializers_closure144, A._$serializers_closure145, A._$serializers_closure146, A._$serializers_closure147, A._$serializers_closure148, A._$serializers_closure149, A._$serializers_closure150, A._$serializers_closure151, A._$serializers_closure152, A._$serializers_closure153, A._$serializers_closure154, A._$serializers_closure155, A._$serializers_closure156, A._$serializers_closure157, A._$serializers_closure158, A._$serializers_closure159, A._$serializers_closure160, A._$serializers_closure161, A._$serializers_closure162, A._$serializers_closure163, A._$serializers_closure164, A._$serializers_closure165, A._$serializers_closure166, A._$serializers_closure167, A._$serializers_closure168, A._$serializers_closure169, A._$serializers_closure170, A._$serializers_closure171, A._$serializers_closure172, A._$serializers_closure173, A._$serializers_closure174, A._$serializers_closure175, A._$serializers_closure176, A._$serializers_closure177, A._$serializers_closure178, A._$serializers_closure179, A._$serializers_closure180, A._$serializers_closure181, A._$serializers_closure182, A._$serializers_closure183, A._$serializers_closure184, A._$serializers_closure185, A._$serializers_closure186, A._$serializers_closure187, A._$serializers_closure188, A._$serializers_closure189, A._$serializers_closure190, A._$serializers_closure191, A._$serializers_closure192, A._$serializers_closure193, A._$serializers_closure194, A._$serializers_closure195, A._$serializers_closure196, A._$serializers_closure197, A._$serializers_closure198, A._$serializers_closure199, A._$serializers_closure200, A._$serializers_closure201, A._$serializers_closure202, A._$serializers_closure203, A._$serializers_closure204, A._$serializers_closure205, A._$serializers_closure206, A._$serializers_closure207, A._$serializers_closure208, A._$serializers_closure209, A._$serializers_closure210, A._$serializers_closure211, A._$serializers_closure212, A._$serializers_closure213, A._$serializers_closure214, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.handleClientAction___closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A.handleCreditAction_closure2, A._createViewDashboard__closure, A.handleDocumentAction_showDocument, A.handleDocumentAction_showDocument__closure, A.handleDocumentAction_downloadDocument, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction___closure, A.handleProductAction___closure, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleRecurringInvoiceAction__closure0, A.handleRecurringInvoiceAction__closure1, A._viewReports__closure, A._viewSettings__closure, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A.BottomButtons_build_closure, A.BottomButtons_build_closure0, A._ChangeLayoutBannerState_build_closure, A._ChangeLayoutBannerState_build__closure0, A._ChangeLayoutBannerState_build_closure0, A.ConfirmEmail_build_closure, A.ConfirmEmailVM_fromStore_closure0, A.ConfirmEmailVM_fromStore_closure1, A.ConfirmEmailVM_fromStore_closure, A.CopyToClipboard_build_closure, A._DesktopSessionTimeoutState_initState__closure, A._DesktopSessionTimeoutState_build_closure, A._DesktopSessionTimeoutState_build___closure, A.MessageDialog_build_closure0, A.MessageDialog_build_closure1, A.ErrorDialog_build_closure, A.ErrorDialog_build_closure0, A.ErrorDialog_build_closure1, A._HealthCheckDialogState_runCheck_closure, A._HealthCheckDialogState_runCheck__closure, A._HealthCheckDialogState_clearCache_closure, A._HealthCheckDialogState_build_closure, A._HealthCheckDialogState_build_closure0, A._HealthCheckDialogState_build_closure1, A._HealthListTile_build_closure, A.MultiSelectListState_build__closure3, A.MultiSelectListState_build__closure2, A.MultiSelectListState_build___closure, A.MultiSelectListState_build__closure1, A.MultiSelectListState_build_closure6, A.MultiSelectListState_build__closure0, A.MultiSelectListState_build_closure7, A.MultiSelectListState_build__closure, A.MultiSelectListState_build_closure8, A.MultiSelectListState_build_closure9, A._DocumentGridState_build__closure4, A._DocumentGridState_build__closure3, A._DocumentGridState_build___closure0, A._DocumentGridState_build___closure, A.DocumentTile_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure0, A.EditScaffold_build_closure1, A.EditScaffold_build__closure0, A.EditScaffold_build_closure4, A.EditScaffold_build_closure5, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure2, A._EntityListTileState_build_closure1, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure1, A._EntitiesListTileState_build_closure0, A._EntityDropdownState_build_closure, A._EntityDropdownState_build_closure0, A._EntityDropdownState_build_closure6, A._EntityDropdownState_build_closure7, A._EntityDropdownDialogState_build__headerRow, A._EntityDropdownDialogState_build__headerRow__closure0, A._EntityDropdownDialogState_build__headerRow_closure0, A._EntityDropdownDialogState_build__headerRow_closure1, A._EntityDropdownDialogState_build__createList, A.EntityAutocompleteListTile_build_closure, A.EntityHeader_build__value1, A.EntityHeader_build__value2, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure1, A.EntityTopFilter_build_closure4, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure6, A.EntityTopFilterHeader_build_closure, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build_closure4, A.BoolDropdownButton_build_closure2, A.BoolDropdownButton_build_closure4, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, A._CustomFieldState_build__closure, A._DatePickerState__onFoucsChanged_closure, A._DatePickerState_build_closure, A._DatePickerState_build_closure0, A._DatePickerState_build__closure, A._DecoratedFormFieldState_build_closure, A._DecoratedFormFieldState_build__closure, A._DurationPickerState__onFoucsChanged_closure, A._DurationPickerState_build__closure, A._GrowableFormFieldState__onFoucsChanged_closure, A.LearnMoreUrl_build_closure, A._PasswordFormFieldState_build_closure, A._PasswordFormFieldState_build__closure, A.SaveCancelButtons_build__closure0, A.SaveCancelButtons_build__closure, A._TimePickerState__onFoucsChanged_closure, A._TimePickerState_build_closure, A._TimePickerState_build__closure1, A.HistoryDrawer_build__closure, A.HistoryDrawer_build_closure0, A._HistoryListTileState_build_closure, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure, A._InvoiceEmailViewState__buildEdit_closure, A._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A._LinkTextRelatedEntityState_build__closure, A._LinkTextRelatedEntityState_build__closure0, A._LinkTextRelatedEntityState_build_closure0, A._LinkTextRelatedEntityState_build_closure, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure, A._ListFilterState_build_closure1, A._ListFilterState_build__closure5, A.ListScaffold_build_closure, A.ListScaffold_build__closure0, A.ListScaffold_build_closure1, A.ListScaffold_build_closure2, A.ListScaffold_build_closure3, A.ListScaffold_build__closure, A.ActivityListTile_build_closure, A.AppListTile_build_closure, A.FilterListTile_build__closure, A._LiveTextState_initState__closure, A._MenuDrawerState_build__companyListItem__closure0, A._MenuDrawerState_build__companyListItem__closure, A._MenuDrawerState_build__companyListItem_closure0, A._MenuDrawerState_build__companyListItem_closure1, A._MenuDrawerState_build_closure4, A._MenuDrawerState_build_closure5, A._MenuDrawerState_build_closure6, A._MenuDrawerState_build_closure7, A._MenuDrawerState_build_closure8, A._MenuDrawerState_build_closure9, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, A._MenuDrawerState_build_closure13, A._MenuDrawerState_build_closure12, A._MenuDrawerState_build_closure14, A._MenuDrawerState_build_closure15, A._DrawerTileState_build_closure, A._DrawerTileState_build_closure0, A._DrawerTileState_build_closure1, A._DrawerTileState_build_closure2, A._DrawerTileState_build__closure0, A._DrawerTileState_build__closure, A.SidebarFooter_build_closure, A.SidebarFooter_build__closure3, A.SidebarFooter_build__closure4, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure2, A.SidebarFooter_build_closure4, A.SidebarFooter_build_closure5, A.SidebarFooter_build_closure6, A.SidebarFooter_build_closure7, A.SidebarFooter_build_closure8, A.SidebarFooter_build_closure9, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._showAbout__closure12, A._ContactUsDialogState__sendMessage_closure, A._ContactUsDialogState__sendMessage__closure0, A._ContactUsDialogState__sendMessage__closure, A._ContactUsDialogState_build_closure, A._ContactUsDialogState_build_closure0, A._ContactUsDialogState_build__closure, A.MenuDrawerVM_fromStore__closure1, A._theState_closure, A._SelectRow_build_closure, A._DropDownMultiSelectState_initState__closure, A._DropDownMultiSelectState_build__closure, A._DropDownMultiSelectState_build___closure0, A._DropDownMultiSelectState_build___closure1, A.PortalLinks_build_closure, A.PortalLinks_build_closure0, A.SearchText_build_closure, A._AccountSmsVerificationState__sendCode_closure, A._AccountSmsVerificationState__sendCode__closure0, A._AccountSmsVerificationState__sendCode__closure, A._AccountSmsVerificationState__verifyCode_closure, A._AccountSmsVerificationState__verifyCode__closure0, A._AccountSmsVerificationState__verifyCode__closure, A._AccountSmsVerificationState_build_closure2, A._AccountSmsVerificationState_build_closure3, A._AccountSmsVerificationState_build_closure4, A._AccountSmsVerificationState_build_closure5, A._UserSmsVerificationState__sendCode_closure, A._UserSmsVerificationState__sendCode__closure0, A._UserSmsVerificationState__sendCode__closure, A._UserSmsVerificationState__verifyCode_closure, A._UserSmsVerificationState__verifyCode__closure0, A._UserSmsVerificationState__verifyCode__closure, A._UserSmsVerificationState_build_closure0, A._UserSmsVerificationState_build_closure1, A._UserSmsVerificationState_build_closure2, A._UserSmsVerificationState_build_closure3, A._SystemLogViewerState_build__closure, A._SystemLogViewerState_build___closure, A._SystemLogViewerState_build____closure, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure3, A.EntityDataTableSource_getRow__closure0, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure6, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure7, A._EntityListState_build__closure12, A._UpgradeDialogState_initState_closure0, A._UpgradeDialogState_initStoreInfo_closure, A._UpgradeDialogState_initStoreInfo_closure0, A._UpgradeDialogState_initStoreInfo_closure1, A._UpgradeDialogState_initStoreInfo_closure2, A._UpgradeDialogState_build_closure, A._UpgradeDialogState_build_closure0, A._UpgradeDialogState_build_closure1, A._UpgradeDialogState__buildProductList__closure, A._UpgradeDialogState_showPendingUI_closure, A._UpgradeDialogState_deliverProduct_closure, A._UpgradeDialogState_handleError_closure, A._VariableGrid_build___closure, A.ViewScaffold_build_closure, A.ViewScaffold_build_closure0, A.ViewScaffold_build_closure1, A.ViewScaffold_build_closure2, A.ViewScaffold_build_closure3, A.ViewScaffold_build__closure, A._LoginState__submitSignUpForm_closure, A._LoginState__submitSignUpForm__closure1, A._LoginState__submitSignUpForm__closure0, A._LoginState__submitSignUpForm__closure, A._LoginState__submitLoginForm_closure, A._LoginState__submitLoginForm__closure0, A._LoginState__submitLoginForm__closure, A._LoginState_build_closure0, A._LoginState_build_closure, A._LoginState_build__closure7, A._LoginState_build_closure1, A._LoginState_build__closure6, A._LoginState_build__closure5, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build_closure10, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build__closure2, A._LoginState_build_closure13, A._LoginState_build__closure1, A._LoginState_build_closure14, A._LoginState_build__closure0, A._LoginState_build_closure15, A._LoginState_build__closure, A._LoginState_build_closure16, A._LoginState_build_closure17, A.BankAccountListItem_build_closure1, A.BankAccountListItem_build_closure0, A.BankAccountListVM_fromStore_closure1, A.BankAccountScreen_build_closure15, A.BankAccountScreen_build_closure14, A.BankAccountScreen_build_closure, A.BankAccountScreen_build_closure0, A.BankAccountScreen_build_closure1, A.BankAccountScreen_build_closure2, A.BankAccountScreen_build_closure3, A.BankAccountScreen_build_closure4, A.BankAccountScreen_build_closure11, A._BankAccountEditState__onChanged_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore__closure, A._BankAccountViewState_build_closure, A.BankAccountViewVM_BankAccountViewVM$fromStore_closure, A.ClientListItem_build__closure2, A.ClientListItem_build__closure1, A.ClientListItem_build__closure5, A.ClientListItem_build__closure4, A.ClientListVM_fromStore_closure1, A._ClientPdfViewState_loadPDF_closure, A._ClientPdfViewState_loadPDF__closure1, A._ClientPdfViewState_loadPDF__closure, A._ClientPdfViewState_build__closure6, A._ClientPdfViewState_build__closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build_closure8, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure9, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure12, A.ClientPresenter_getField_closure, A.ClientScreen_build_closure10, A.ClientScreen_build_closure9, A.ClientScreen_build_closure, A.ClientScreen_build_closure6, A._ClientEditState_build__closure, A.ClientEditBillingAddressState__onChanged_closure0, A.ClientEditBillingAddressState_build_closure0, A._ClientEditContactsState_build__closure, A._ClientEditContactsState_build_closure1, A.ContactEditDetailsState__onChanged_closure0, A.ContactEditDetailsState_build__closure0, A.ContactEditDetailsState_build_closure13, A.ContactEditDetailsState_build_closure14, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, A.ClientEditDetailsState__onChanged_closure0, A.ClientEditFooter_build_closure, A.ClientEditNotesState__onChanged_closure0, A.ClientEditSettingsState__onChanged_closure0, A.ClientEditShippingAddressState__onChanged_closure0, A.ClientEditShippingAddressState_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure3, A.ClientEditVM_ClientEditVM$fromStore_closure2, A.ClientEditVM_ClientEditVM$fromStore__closure1, A._ClientViewState_build__closure, A._ClientViewState_build__closure0, A._ClientViewState_build__closure1, A._ClientViewState_build__closure2, A._ClientViewState_build__closure3, A._ClientViewState_build__closure4, A._ClientViewDetailsState_build__buildDetailsList, A._ClientViewDetailsState_build__buildDetailsList__closure1, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure2, A._ClientViewDetailsState_build__buildDetailsList___closure, A._ClientViewDetailsState_build__buildDetailsList_closure0, A._ClientViewDetailsState_build__buildDetailsList__closure0, A._ClientViewDetailsState_build__buildDetailsList_closure1, A._ClientViewDetailsState_build__buildDetailsList__closure, A._ClientViewDetailsState_build__buildDetailsList_closure2, A._ClientViewDetailsState_build__buildDetailsList_closure3, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewFullwidthState_build__closure6, A._ClientViewFullwidthState_build__closure7, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A.ClientViewPaymentMethods_build__closure0, A.ClientViewPaymentMethods_build__closure1, A.ClientViewPaymentMethods_build__closure2, A._CompanyGatewayListState_build_closure1, A._CompanyGatewayListState_build__closure, A.CompanyGatewayListItem_build_closure0, A.CompanyGatewayScreen_build_closure11, A.CompanyGatewayScreen_build_closure10, A.CompanyGatewayScreen_build_closure1, A.CompanyGatewayScreen_build_closure3, A.CompanyGatewayScreen_build_closure9, A.CompanyGatewayScreenVM_fromStore__closure, A._CompanyGatewayEditState_build_closure1, A._CompanyGatewayEditState_build_closure2, A._CompanyGatewayEditState_build__closure, A.GatewayConfigSettings_build_closure, A._LimitEditorState__onTextChange_closure, A._LimitEditorState_build__closure0, A._LimitEditorState_build__closure, A._FeesEditorState__onChanged_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, A._CompanyGatewayViewState_build_closure1, A._CompanyGatewayViewState_build_closure, A._CompanyGatewayViewState_build_closure0, A._CompanyGatewayOverview_build_closure, A._CompanyGatewayOverview_build_closure0, A._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditPresenter_getField_closure, A.CreditScreen_build_closure10, A.CreditScreen_build_closure9, A.CreditScreen_build_closure, A.CreditScreen_build_closure6, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__closure1, A._DashboardChartState__onSelectionChanged_closure1, A._DashboardChartState_build__closure, A._DashboardChartState_build___closure, A._DashboardDateRangePickerState_build__closure6, A._DashboardDateRangePickerState_build__closure5, A._DashboardDateRangePickerState_build__closure4, A._DashboardDateRangePickerState_build__closure3, A._DashboardDateRangePickerState_build__closure2, A._DashboardDateRangePickerState_build__closure1, A._DashboardDateRangePickerState_build__closure0, A._DashboardDateRangePickerState_build_closure9, A.DashboardPanels__header_closure__showSettings, A.DashboardPanels__header__closure5, A.DashboardPanels__header__closure6, A.DashboardPanels__header__closure7, A.DashboardPanels__header__closure8, A.DashboardPanels__runningTasks__closure2, A.DashboardPanels__runningTasks__closure1, A.DashboardPanels__runningTasks__closure0, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A.DashboardPanels_build__closure4, A.DashboardPanels_build__closure6, A.DashboardPanels_build__closure8, A.DashboardPanels_build__closure10, A.DashboardPanels_build__closure12, A.__OverviewPanelState_build_closure0, A.__DashboardSettingsState_build__closure9, A.__DashboardSettingsState_build__closure8, A.__DashboardSettingsState_build__closure7, A.__DashboardSettingsState_build_closure3, A.__DashboardSettingsState_build_closure4, A.__DashboardSettingsState_build__closure3, A.__DashboardSettingsState_build_closure5, A.__DashboardSettingsState_build__closure5, A.__DashboardSettingsState_build_closure7, A.__DashboardSettingsState_build__closure1, A.__DashboardSettingsState_build__closure, A._DashboardFieldState_build__closure2, A._DashboardFieldState_build__closure1, A._DashboardFieldState_build_closure2, A._DashboardFieldState_build_closure3, A._DashboardScreenState_build__closure1, A._DashboardScreenState_build_closure1, A._DashboardScreenState_build_closure2, A._DashboardScreenState_build__closure, A._CustomTabBarView_build__closure, A._CustomTabBarView_build_closure0, A._CustomTabBarView_build_closure1, A._CustomTabBarView_build_closure2, A.DashboardVM_fromStore_closure6, A.SidebarScaffold_build_closure, A._DashboardSidebar_build_closure, A.DesignListItem_build_closure1, A.DesignListItem_build_closure0, A.DesignListVM_fromStore_closure1, A.DesignScreen_build_closure10, A.DesignScreen_build_closure9, A.DesignScreen_build_closure, A.DesignScreen_build_closure6, A._DesignEditState__onChanged_closure0, A._DesignEditState__onHtmlChanged_closure, A._DesignEditState__onHtmlChanged__closure, A._DesignEditState__loadPreview_closure, A._DesignEditState__loadPreview__closure, A._DesignEditState__setDraftMode_closure, A._DesignSettingsState_build_closure4, A._DesignSettingsState_build_closure5, A._DesignSettingsState_build_closure6, A.__DesignImportDialogState_build_closure0, A.__DesignImportDialogState_build_closure1, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build__closure2, A.DocumentListItem_build__closure1, A.DocumentListItem_build__closure5, A.DocumentListItem_build__closure4, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure14, A.DocumentScreen_build_closure13, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A.DocumentEditVM_DocumentEditVM$fromStore__closure, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditNotesState_build_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure18, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure13, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A._ExpenseViewState_build__closure2, A.ExpenseViewDocuments_build_closure0, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, A.ExpenseCategoryListItem_build_closure1, A.ExpenseCategoryListItem_build_closure0, A.ExpenseCategoryListVM_fromStore_closure1, A.ExpenseCategoryScreen_build_closure10, A.ExpenseCategoryScreen_build_closure9, A.ExpenseCategoryScreen_build_closure, A.ExpenseCategoryScreen_build_closure6, A._ExpenseCategoryViewState_build_closure, A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, A._GroupEditState__onChanged_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A._GroupViewState_build_closure1, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ContactListTileState_build_closure2, A._ContactListTileState_build___closure, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure33, A.__PdfPreviewState_loadPdf_closure, A.__PdfPreviewState__loadPdf_closure, A.__PdfPreviewState__loadPdf__closure0, A.__PdfPreviewState__loadPdf__closure, A.__PdfPreviewState_build_closure, A.__PdfPreviewState_build__closure0, A.__PdfPreviewState_build_closure0, A.__PdfPreviewState_build__closure, A.InvoiceEditDetailsState__onChanged_closure0, A.InvoiceEditDetailsState_build_closure32, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure2, A.ItemEditDetailsState_build__closure1, A.ItemEditDetailsState_build__closure0, A.ItemEditDetailsState_build__closure, A._InvoiceEditItemsDesktopState__updateTable_closure, A._InvoiceEditItemsDesktopState__onChanged_closure, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build__closure35, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure32, A._InvoiceEditItemsDesktopState_build__closure21, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2, A._InvoiceItemSelectorState__toggleEntity_closure, A._InvoiceItemSelectorState_build__productList, A._InvoiceItemSelectorState_build__productList__closure0, A._InvoiceItemSelectorState_build__taskList, A._InvoiceItemSelectorState_build__taskList__closure0, A._InvoiceItemSelectorState_build__expenseList, A._InvoiceItemSelectorState_build__expenseList__closure0, A._InvoiceItemSelectorState_build__closure0, A._InvoiceItemSelectorState_build_closure3, A._InvoiceItemSelectorState_build__closure, A._InvoiceItemSelectorState_build_closure4, A._InvoiceItemSelectorState_build_closure5, A.InvoiceTaxDetails_build_closure, A.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure1, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure0, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure2, A._InvoicePdfViewState_build_closure3, A._InvoicePdfViewState_build_closure4, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure20, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure15, A._InvoiceViewState_build__closure5, A._InvoiceViewState_build__closure, A._InvoiceViewState_build__closure0, A._InvoiceViewState_build__closure1, A._InvoiceViewState_build__closure2, A._InvoiceViewState_build__closure3, A._InvoiceViewState_build__closure4, A._InvitationListTile_build_closure0, A._InvitationListTile_build_closure2, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_closure15, A._PaymentEditState_build_closure16, A._PaymentableEditorState_build_closure7, A.PaymentEditVM_PaymentEditVM$fromStore__closure, A.PaymentListItem_build__closure2, A.PaymentListItem_build__closure1, A.PaymentListItem_build__closure5, A.PaymentListItem_build__closure4, A.PaymentListVM_fromStore_closure1, A.PaymentScreen_build_closure21, A.PaymentScreen_build_closure20, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure16, A._PaymentRefundState__onChanged_closure, A._PaymentRefundState_build_onSavePressed_closure, A._PaymentRefundState_build_closure6, A._PaymentRefundState_build_closure7, A._PaymentableEditorState_build__closure2, A._PaymentableEditorState_build_closure12, A._PaymentViewState_build__closure2, A._PaymentViewState_build__closure, A._PaymentViewState_build__closure0, A._PaymentViewState_build__closure1, A._PaymentTermEditState__onChanged_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, A.PaymentTermListItem_build_closure1, A.PaymentTermListItem_build_closure0, A.PaymentTermListVM_fromStore_closure1, A.PaymentTermScreen_build_closure10, A.PaymentTermScreen_build_closure9, A.PaymentTermScreen_build_closure, A.PaymentTermScreen_build_closure6, A._PaymentTermViewState_build_closure, A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, A._ProductEditState__onChanged_closure0, A.ProductEditVM_ProductEditVM$fromStore__closure, A.ProductListItem_build__closure2, A.ProductListItem_build__closure1, A.ProductListItem_build__closure5, A.ProductListItem_build__closure4, A.ProductListVM_fromStore_closure1, A.ProductScreen_build_closure11, A.ProductScreen_build_closure10, A.ProductScreen_build_closure, A.ProductScreen_build_closure0, A.ProductScreen_build_closure7, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProductViewState_build__closure1, A.ProductViewDocuments_build_closure0, A._ProjectEditState__onChanged_closure0, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build__closure1, A.ProjectViewDocuments_build_closure0, A._ProjectOverviewState_initState__closure, A._ProjectOverviewState_build__buildView, A._ProjectOverviewState_build_closure, A._PurchaseOrderEditState_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1, A.PurchaseOrderListItem_build__closure2, A.PurchaseOrderListItem_build__closure1, A.PurchaseOrderListItem_build__closure5, A.PurchaseOrderListItem_build__closure4, A.PurchaseOrderListVM_fromStore_closure1, A.PurchaseOrderPresenter_getField_closure, A.PurchaseOrderScreen_build_closure16, A.PurchaseOrderScreen_build_closure15, A.PurchaseOrderScreen_build_closure3, A.PurchaseOrderScreen_build_closure11, A._QuoteEditState_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuotePresenter_getField_closure, A.QuoteScreen_build_closure18, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure13, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure17, A.RecurringExpenseScreen_build_closure16, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure12, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure17, A.RecurringInvoiceScreen_build_closure16, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure6, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure21, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure24, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure26, A._ReportDataTableState_didChangeDependencies_closure, A.ReportResult_tableColumns_closure, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters__closure3, A.ReportResult_tableFilters___closure, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportsScreenVM_fromStore__closure, A._ScheduleEditState__onChanged_closure, A._ScheduleEditState_build___closure6, A._ScheduleEditState_build__closure16, A.ScheduleEditVM_ScheduleEditVM$fromStore__closure, A.ScheduleListItem_build_closure1, A.ScheduleListItem_build_closure0, A.ScheduleListVM_fromStore_closure1, A.ScheduleScreen_build_closure10, A.ScheduleScreen_build_closure9, A.ScheduleScreen_build_closure, A.ScheduleScreen_build_closure6, A._ScheduleViewState_build_closure, A.ScheduleViewVM_ScheduleViewVM$fromStore_closure, A._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure6, A._AccountOverview_build_closure7, A._AccountOverview_build_closure8, A._AccountOverview_build_closure9, A._AccountOverview_build_closure10, A._AccountOverview_build_closure11, A._AccountOverview_build_closure12, A._AccountOverview_build_closure13, A.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._ClientPortalState__validateSubdomain_closure, A._ClientPortalState__validateSubdomain_closure0, A._ClientPortalState__validateSubdomain__closure, A._ClientPortalState__validateSubdomain__closure0, A._ClientPortalState__validateSubdomain___closure0, A._ClientPortalState__validateSubdomain___closure, A._ClientPortalState__onChanged_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure10, A._ClientPortalState_build_closure12, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure17, A.CompanyDetailsVM_fromStore__closure4, A._CustomFormFieldState_build_closure0, A._CustomFormFieldState_build__closure, A.CustomFieldsVM_fromStore__closure, A._DeviceSettingsState_build__closure6, A._DeviceSettingsState_build__closure5, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure21, A._DeviceSettingsState_build_closure22, A.DeviceSettingsVM_fromStore_closure20, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A._EmailSettingsState_build_closure22, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure7, A.ExpenseSettingsVM_fromStore__closure, A._GeneratedNumbersState__onChanged_closure, A._EntityNumberSettingsState__onChanged_closure, A._EntityNumberSettingsState_build_closure, A.HelpPanel_build__closure, A.GeneratedNumbersVM_fromStore__closure, A._ImportExportState_build__closure9, A._ImportExportState_build__closure10, A._ImportExportState_build_closure1, A._ImportExportState_build__closure8, A._ImportExportState_build__closure7, A._ImportExportState_build__closure6, A._ImportExportState_build__closure5, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure12, A._ImportExportState_build__closure, A._ImportExportState_build___closure0, A._ImportExportState_build___closure, A._FileImportState_uploadJsonFile_closure, A._FileImportState_uploadJsonFile__closure0, A._FileImportState_uploadJsonFile__closure, A._FileImportState_uploadFile_closure, A._FileImportState_uploadFile__closure0, A._FileImportState_uploadFile__closure, A._FileImportState_build_closure1, A._FileImportState_build__closure1, A._FileImportState_build__closure0, A._FileImportState_build__closure, A._FileImportState_build_closure4, A.__FileMapperState_build__closure5, A.__FileMapperState_build__closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build_closure5, A.__FileMapperState_build_closure6, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState__onChanged_closure0, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build__closure28, A._InvoiceDesignState_build__closure27, A._InvoiceDesignState_build__closure25, A._InvoiceDesignState_build__closure24, A._InvoiceDesignState_build__closure22, A._InvoiceDesignState_build__closure21, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build_closure10, A._PdfPreviewState__loadPdf_closure, A._PdfPreviewState__loadPdf_closure1, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build_closure15, A._AddCompanyDialogState_build_closure, A._AddCompanyDialogState_build_closure0, A.LocalizationSettingsVM_fromStore__closure, A._PaymentSettingsState_build_closure15, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A._SettingsListTileState_build__closure0, A._SettingsListTileState_build__closure, A._SettingsListTileState_build_closure, A.SettingsSearch_build_closure1, A.SettingsSearch_build_closure2, A.SettingsListVM_fromStore_closure2, A._SettingsWizardState__validateSubdomain_closure, A._SettingsWizardState__validateSubdomain__closure, A._SettingsWizardState__validateSubdomain__closure0, A._SettingsWizardState__validateSubdomain___closure0, A._SettingsWizardState__validateSubdomain___closure, A._SettingsWizardState__onSavePressed____closure0, A._SettingsWizardState__onSavePressed____closure, A._SettingsWizardState__onSavePressed___closure, A._SettingsWizardState__onSavePressed__closure1, A._SettingsWizardState_build__closure1, A._SettingsWizardState_build__closure0, A._SettingsWizardState_build_closure9, A._SettingsWizardState_build_closure10, A._TaskSettingsState_build_closure3, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build___closure1, A._TaxSettingsState_build___closure0, A.__EditSubregionDialogState_build_closure, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onTextChanged_closure, A._TemplatesAndRemindersState__onTabChanged_closure, A._TemplatesAndRemindersState__renderTemplate_closure, A._TemplatesAndRemindersState__renderTemplate__closure, A._TemplatesAndRemindersState_build__closure4, A._TemplatesAndRemindersState_build_closure8, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build_closure7, A._EnableTwoFactorState_initState__closure, A._EnableTwoFactorState__onSavePressed_closure, A._EnableTwoFactorState__onSavePressed_closure0, A._EnableTwoFactorState__onSavePressed__closure0, A._EnableTwoFactorState__onSavePressed__closure, A._EnableTwoFactorState_build_closure2, A._EnableTwoFactorState_build_closure3, A._EnableTwoFactorState_build_closure4, A.UserDetailsVM_fromStore__closure7, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure26, A._SubscriptionEditState_build__closure23, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure31, A._SubscriptionEditState_build__closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, A.SubscriptionListItem_build_closure1, A.SubscriptionListItem_build_closure0, A.SubscriptionListVM_fromStore_closure1, A.SubscriptionScreen_build_closure10, A.SubscriptionScreen_build_closure9, A.SubscriptionScreen_build_closure, A.SubscriptionScreen_build_closure6, A._SubscriptionViewState_build_closure1, A._SubscriptionViewState_build_closure0, A._SubscriptionViewState_build_closure, A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, A._UpdateDialogState_build_closure, A._UpdateDialogState_build_closure0, A._UpdateDialogState_build_closure1, A._UpdateDialogState_build_closure2, A._UpdateDialogState_build_closure3, A._UpdateDialogState_build_closure4, A._UpdateDialogState_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBar_build_closure, A._BottomBar_build_closure0, A._TaskEditDesktopState__onChanged_closure0, A._TaskEditDesktopState_build___closure6, A._TaskEditDesktopState_build___closure5, A._TaskEditDesktopState_build___closure4, A._TaskEditDesktopState_build___closure3, A._TaskEditDesktopState_build___closure2, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build____closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure6, A.TimeEditDetailsState_build__closure5, A.TimeEditDetailsState_build__closure4, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build_closure6, A.TimeEditDetailsState_build_closure7, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, A.TaskEditVM_TaskEditVM$fromStore_closure1, A.TaskEditVM_TaskEditVM$fromStore__closure0, A._KanbanTaskCardState_build_closure1, A._KanbanTaskCardState_build__closure3, A._KanbanTaskCardState_build_closure0, A._KanbanTaskCardState_build___closure, A._KanbanTaskCardState_build__closure, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure8, A._KanbanTaskCardState_build__closure1, A._KanbanStatusCardState__onSavePressed__closure, A._KanbanStatusCardState_build_closure1, A._KanbanStatusCardState_build__closure0, A._KanbanStatusCardState_build_closure2, A._KanbanStatusCardState_build__closure, A.KanbanViewState_build___closure, A.KanbanViewState_build__closure0, A.KanbanViewState_build___closure5, A.KanbanViewState_build__closure2, A.KanbanViewState_build___closure4, A.KanbanViewState_build___closure0, A.KanbanViewState_build____closure2, A.KanbanViewState_build____closure, A.KanbanViewState_build____closure0, A.KanbanViewState_build____closure1, A.TaskListItem_build_closure1, A.TaskListItem_build_closure, A.TaskListItem_build__closure2, A.TaskListItem_build__closure1, A.TaskListItem_build__closure5, A.TaskListItem_build__closure4, A.TaskListVM_fromStore_closure1, A.TaskScreen_build_closure21, A.TaskScreen_build_closure20, A.TaskScreen_build_closure3, A.TaskScreen_build_closure4, A.TaskScreen_build_closure5, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure16, A.TaskTimeListTile_build_closure0, A.TaskTimeListTile_build_closure, A._TaskViewState_build__closure, A._TaskViewState_build__closure0, A._TaskViewState_build__closure1, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A._TaskStatusListState_build_closure1, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusScreen_build_closure11, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure7, A._TaskStatusViewState_build_closure, A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState__onChanged_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore__closure, A.TaxRateListItem_build_closure1, A.TaxRateListItem_build_closure0, A.TaxRateListVM_fromStore_closure1, A.TaxRateSettingsScreen_build_closure6, A.TaxRateSettingsScreen_build_closure5, A.TaxRateSettingsScreen_build_closure, A.TaxRateSettingsScreen_build_closure2, A._TaxRateViewState_build_closure, A.TaxRateViewVM_TaxRateViewVM$fromStore_closure, A._TokenEditState__onChanged_closure0, A.TokenEditVM_TokenEditVM$fromStore__closure, A.TokenListItem_build_closure1, A.TokenListItem_build_closure0, A.TokenListVM_fromStore_closure1, A.TokenScreen_build_closure10, A.TokenScreen_build_closure9, A.TokenScreen_build_closure, A.TokenScreen_build_closure6, A._TokenViewState_build_closure, A._TokenListTile_build_closure, A.TokenViewVM_TokenViewVM$fromStore_closure, A._TransactionEditState__onChanged_closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure1, A.TransactionListItem_build__closure2, A.TransactionListItem_build__closure1, A.TransactionListItem_build__closure5, A.TransactionListItem_build__closure4, A.TransactionListVM_fromStore_closure1, A.TransactionScreen_build_closure17, A.TransactionScreen_build_closure16, A.TransactionScreen_build_closure4, A.TransactionScreen_build_closure5, A.TransactionScreen_build_closure12, A._MatchDepositsState_build__closure12, A._MatchDepositsState_build__closure11, A._MatchDepositsState_build_closure3, A._MatchDepositsState_build__closure10, A._MatchDepositsState_build_closure4, A._MatchDepositsState_build__closure9, A._MatchDepositsState_build__closure8, A._MatchDepositsState_build_closure6, A._MatchDepositsState_build__closure7, A._MatchDepositsState_build_closure7, A._MatchDepositsState_build__closure6, A._MatchDepositsState_build__closure5, A._MatchDepositsState_build__closure4, A._MatchDepositsState_build__closure3, A._MatchDepositsState_build__closure2, A._MatchDepositsState_build__closure1, A._MatchDepositsState_build___closure0, A._MatchDepositsState_build__closure0, A._MatchDepositsState_build___closure, A._MatchDepositsState_build_closure16, A._MatchDepositsState_build_closure17, A._MatchWithdrawalsState_build__closure18, A._MatchWithdrawalsState_build__closure17, A._MatchWithdrawalsState_build_closure3, A._MatchWithdrawalsState_build__closure16, A._MatchWithdrawalsState_build_closure4, A._MatchWithdrawalsState_build__closure15, A._MatchWithdrawalsState_build__closure14, A._MatchWithdrawalsState_build__closure13, A._MatchWithdrawalsState_build__closure12, A._MatchWithdrawalsState_build__closure11, A._MatchWithdrawalsState_build__closure10, A._MatchWithdrawalsState_build___closure3, A._MatchWithdrawalsState_build__closure9, A._MatchWithdrawalsState_build_closure12, A._MatchWithdrawalsState_build__closure8, A._MatchWithdrawalsState_build_closure13, A._MatchWithdrawalsState_build__closure5, A._MatchWithdrawalsState_build___closure1, A._MatchWithdrawalsState_build__closure4, A._MatchWithdrawalsState_build_closure17, A._MatchWithdrawalsState_build__closure3, A._MatchWithdrawalsState_build_closure18, A._MatchWithdrawalsState_build__closure0, A._MatchWithdrawalsState_build___closure, A._MatchWithdrawalsState_build_closure21, A._MatchWithdrawalsState_build_closure22, A._TransactionRuleEditState__onChanged_closure, A._TransactionRuleEditState_build__closure3, A._TransactionRuleEditState_build__closure4, A._TransactionRuleEditState_build__closure5, A.__RuleCriteriaState_build__closure1, A.__RuleCriteriaState_build__closure0, A.__RuleCriteriaState_build__closure, A.__RuleCriteriaState_build_closure4, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore__closure, A.TransactionRuleListItem_build_closure1, A.TransactionRuleListItem_build_closure0, A.TransactionRuleListVM_fromStore_closure1, A.TransactionRuleScreen_build_closure10, A.TransactionRuleScreen_build_closure9, A.TransactionRuleScreen_build_closure, A.TransactionRuleScreen_build_closure6, A._TransactionRuleViewState_build_closure, A.TransactionRuleViewVM_TransactionRuleViewVM$fromStore_closure, A._UserEditState__onChanged_closure0, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build_closure12, A._UserEditState_build__closure, A._UserEditState_build__closure0, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A.UserEditVM_UserEditVM$fromStore__closure, A.UserListItem_build_closure1, A.UserListItem_build_closure0, A.UserListBuilder_build__closure_showDialog, A.UserListBuilder_build___closure, A.UserListVM_fromStore_closure1, A.UserScreen_build_closure10, A.UserScreen_build_closure9, A.UserScreen_build_closure, A.UserScreen_build_closure6, A.UserView_build_closure, A.UserViewVM_UserViewVM$fromStore_closure, A.VendorEditAddressState__onChanged_closure0, A._VendorEditContactsState_build__closure, A._VendorEditContactsState_build_closure1, A.VendorContactEditDetailsState__onChanged_closure0, A.VendorContactEditDetailsState_build__closure0, A.VendorContactEditDetailsState_build_closure11, A.VendorContactEditDetailsState_build_closure12, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, A.VendorEditDetailsState__onChanged_closure0, A.VendorEditFooter_build_closure, A.VendorEditNotesState__onChanged_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorListItem_build__closure2, A.VendorListItem_build__closure1, A.VendorListItem_build__closure5, A.VendorListItem_build__closure4, A.VendorListVM_fromStore_closure1, A.VendorPresenter_getField_closure0, A.VendorScreen_build_closure10, A.VendorScreen_build_closure9, A.VendorScreen_build_closure, A.VendorScreen_build_closure6, A._VendorViewState_build__closure, A._VendorViewState_build__closure0, A._VendorViewState_build__closure1, A._VendorViewState_build__closure2, A._VendorViewDetailsState_build__buildDetailsList, A._VendorViewDetailsState_build__buildDetailsList__closure1, A._VendorViewDetailsState_build__buildDetailsList___closure0, A._VendorViewDetailsState_build__buildDetailsList__closure2, A._VendorViewDetailsState_build__buildDetailsList___closure, A._VendorViewDetailsState_build__buildDetailsList_closure0, A._VendorViewDetailsState_build__buildDetailsList__closure0, A._VendorViewDetailsState_build__buildDetailsList_closure1, A._VendorViewDetailsState_build__buildDetailsList__closure, A._VendorViewDetailsState_build__buildDetailsList_closure2, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure0, A._VendorViewFullwidthState_build__closure2, A._VendorViewFullwidthState_build__closure3, A._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure2, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure5, A._WebhookEditState_build___closure, A.WebhookEditVM_WebhookEditVM$fromStore__closure, A._WebhookViewState_build_closure, A.TargetListTile_build_closure, A.WebhookViewVM_WebhookViewVM$fromStore_closure, A.WebhookListItem_build_closure1, A.WebhookListItem_build_closure0, A.WebhookListVM_fromStore_closure1, A.WebhookScreen_build_closure10, A.WebhookScreen_build_closure9, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_run_closure, A.SimpleDebouncer_run_closure, A.PersistDebouncer_run_closure, A.confirmCallback_closure__onPressed, A.confirmCallback__closure2, A.confirmCallback__closure3, A.passwordCallback_closure, A._PasswordConfirmationState_build_closure, A._PasswordConfirmationState_build__closure, A._PasswordConfirmationState_build_closure2, A._PasswordConfirmationState_build_closure3, A._FieldConfirmationState_build_closure1, A._FieldConfirmationState_build_closure2, A.cloneToDialog__closure, A.cloneToDialog__closure0, A.cloneToDialog__closure1, A.cloneToDialog__closure2, A.cloneToDialog__closure3, A.cloneToDialog__closure4, A.changeTaskStatusDialog___closure, A.changeTaskStatusDialog__closure0, A.addToInvoiceDialog___closure, A._RunTemplateDialogState_build_closure, A._RunTemplateDialogState_build_closure0, A._RunTemplateDialogState_build_closure1, A._RunTemplateDialogState_build__closure2, A._RunTemplateDialogState_build___closure0, A._RunTemplateDialogState_build___closure1, A._RunTemplateDialogState_build___closure, A._RunTemplateDialogState_build__closure0, A._RunTemplateDialogState_build__closure, A._ExampleEditorState_initState_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__buildUrlField_closure1, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_closure, A._PinputState__handleHover_closure, A._PinputState__validator_closure, A._PinputState__buildPinput_closure, A._PinputState__buildPinput_closure0, A._PinputState__buildFields_onlyFields, A.PrintingPlugin_layoutPdf__closure, A.PdfPreviewAction_build_closure, A.PdfPreviewCustomState_didChangeDependencies__closure, A.PdfPreviewCustomState__createPreview__closure, A.PdfPreviewCustomState__createPreview___closure, A.PdfPreviewCustomState__zoomPreview_closure, A.PdfPreviewCustomState__zoomPreview__closure, A.PdfPreviewCustomState_build_closure, A.PdfPreviewState_initState_closure, A.PdfPreviewState_initState__closure, A.PdfPreviewState_didUpdateWidget_closure, A.PdfPreviewState_didChangeDependencies__closure, A.PdfPreviewRaster_raster_closure, A.PdfPreviewRaster__raster_closure, A.PdfPreviewRaster__raster_closure0, A.PdfPreviewRaster__raster_closure1, A.PdfPreviewRaster__raster_closure2, A.PdfPreviewRaster__raster_closure3, A.LoggingMiddleware_call_closure, A.RoundedLoadingButtonState_initState_closure, A.RoundedLoadingButtonState_initState__closure1, A.RoundedLoadingButtonState_initState_closure0, A.RoundedLoadingButtonState_initState__closure0, A.RoundedLoadingButtonState_initState_closure2, A.RoundedLoadingButtonState_initState__closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.addToContextSet_closure, A.addToActiveReactiveModels_closure, A._MyStatefulWidgetState_initState__closure, A.InjectedImp_closure, A.IObservable_addObserver_closure, A.IObservable_addCleaner_closure, A.ReactiveModelImp_setStateNullable_closure, A.ReactiveModelImp_setStateNullable_closure1, A.ReactiveModelImp__handleAsyncState__closure, A.ReactiveModelImp__handleAsyncState_closure0, A.DocumentComposer_closure, A.InspectDocumentRange_getRangeBetween_closure, A.HeaderConversionReaction_onPrefixMatched_closure, A._CaretDocumentOverlayState__onSelectionChange_closure, A._DocumentMouseInteractorState__onPanUpdate_closure, A._DocumentMouseInteractorState__onDragEnd_closure, A._DocumentMouseInteractorState__buildGestureInput_closure, A._DocumentMouseInteractorState__buildGestureInput_closure1, A.SuperEditorAndroidControlsController_startCollapsedHandleAutoHideCountdown_closure, A._AndroidDocumentTouchInteractorState_initState_closure, A._AndroidDocumentTouchInteractorState_initState_closure0, A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure, A._AndroidDocumentTouchInteractorState__onPanStart_closure, A._AndroidDocumentTouchInteractorState_build_closure, A._AndroidDocumentTouchInteractorState_build_closure1, A._IosDocumentTouchInteractorState_initState_closure, A._IosDocumentTouchInteractorState_initState_closure0, A._IosDocumentTouchInteractorState_didChangeDependencies__closure, A._IosDocumentTouchInteractorState__startDragScrolling_closure, A._IosDocumentTouchInteractorState_build_closure, A._IosDocumentTouchInteractorState_build_closure1, A._IosDocumentTouchInteractorState_build_closure3, A._ImeFocusPolicyState__onFocusChange_closure, A._DocumentSelectionOpenAndCloseImePolicyState__onSelectionChange_closure, A._KeyboardEditingToolbarState_initState_closure, A._KeyboardEditingToolbarState__onToolbarLayout_closure, A._KeyboardHeightBuilderState_didChangeMetrics_closure, A.SuperEditorImeInteractorState_build_closure, A.SuperEditorImeInteractorState_build_closure0, A._DocumentScrollableState_initState__closure, A._DocumentScrollableState_initState__closure0, A._DocumentScrollableState_didUpdateWidget_closure, A._DocumentScrollableState_didUpdateWidget_closure0, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A.SuperEditorState_initState_closure, A.SuperEditorState_didUpdateWidget_closure, A.SuperEditorState__createEditContext_closure, A.SuperEditorState__createEditContext_closure0, A.SuperEditorState_build__closure2, A.SuperEditorState_build__closure3, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure0, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure1, A.SuperEditorState__buildGestureInteractor_closure, A.SuperEditorState__buildGestureInteractor_closure0, A.SuperEditorState__buildGestureInteractor_closure1, A.ToggleTextAttributionsCommand_execute_closure, A.ContentLayersElement_buildLayers_closure, A._SelectionLeadersDocumentLayerState__onSelectionChange_closure, A._CupertinoScrollbarState_initState_closure0, A.Frames_setStateAsSoonAsPossible_closure, A.Frames_setStateAsSoonAsPossible__closure, A.Frames_scheduleBuildAfterBuild__closure, A._MaterialScrollbarState_initState_closure0, A._MaterialScrollbarState_handleThumbPressStart_closure0, A._MaterialScrollbarState_handleThumbPressEnd_closure0, A._MaterialScrollbarState_handleHover_closure1, A._MaterialScrollbarState_handleHover_closure2, A._MaterialScrollbarState_handleHoverExit_closure0, A.RawScrollbarWithCustomPhysicsState__maybeStartFadeoutTimer_closure, A.RawScrollbarWithCustomPhysicsState__gestures_closure, A.RawScrollbarWithCustomPhysicsState__gestures_closure1, A.RawScrollbarWithCustomPhysicsState_handleHover_closure, A.RawScrollbarWithCustomPhysicsState_handleHoverExit_closure, A._FocusWithCustomParentState__handleFocusChanged_closure, A._FocusWithCustomParentState__handleFocusChanged_closure0, A._FocusWithCustomParentState__handleFocusChanged_closure1, A._FocusWithCustomParentState__handleFocusChanged_closure2, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer_addAllowedPointer_closure1, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A._AndroidToolbarFocalPointDocumentLayerState__onSelectionChange_closure, A.AndroidControlsDocumentLayerState__onSelectionChange_closure, A._AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure, A._AndroidEditingOverlayControlsState__onCollapsedPanStart_closure, A._AndroidEditingOverlayControlsState__onBasePanStart_closure, A._AndroidEditingOverlayControlsState__onExtentPanStart_closure, A._AndroidEditingOverlayControlsState__onPanUpdate_closure, A._AndroidEditingOverlayControlsState__onHandleDragEnd_closure, A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure0, A.AndroidTextFieldTouchInteractorState__onDoubleTapDown_closure, A.AndroidTextFieldTouchInteractorState__onTextPanStart_closure, A.AndroidTextFieldTouchInteractorState__onPanUpdate_closure, A.AndroidTextFieldTouchInteractorState__onHandleDragEnd_closure, A.AndroidTextFieldTouchInteractorState_build_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure3, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultAndroidToolbarBuilder_closure, A._defaultAndroidToolbarBuilder_closure0, A._defaultAndroidToolbarBuilder_closure1, A._defaultAndroidToolbarBuilder_closure2, A.SuperDesktopTextFieldState__createTextFieldContext_closure, A.SuperDesktopTextFieldState__updateViewportHeight_closure, A.SuperDesktopTextFieldState_build_closure, A._SuperTextFieldGestureInteractorState__onTapDown_closure, A._SuperTextFieldGestureInteractorState__onDoubleTapDown_closure, A._SuperTextFieldGestureInteractorState__onTripleTapDown_closure, A._SuperTextFieldGestureInteractorState__onPanUpdate_closure, A._SuperTextFieldGestureInteractorState__onPanEnd_closure, A._SuperTextFieldGestureInteractorState__onPanCancel_closure, A._SuperTextFieldGestureInteractorState__updateDragSelection_closure, A._SuperTextFieldGestureInteractorState__clearSelection_closure, A._SuperTextFieldGestureInteractorState_build_closure, A._SuperTextFieldGestureInteractorState_build_closure1, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._IOSEditingControlsState__onBasePanStart_closure, A._IOSEditingControlsState__onExtentPanStart_closure, A._IOSEditingControlsState__onPanUpdate_closure, A._IOSEditingControlsState__onHandleDragEnd_closure, A.IOSTextFieldTouchInteractorState__onDoubleTapDown_closure, A.IOSTextFieldTouchInteractorState__onPanStart_closure, A.IOSTextFieldTouchInteractorState__onPanUpdate_closure, A.IOSTextFieldTouchInteractorState__onHandleDragEnd_closure, A.IOSTextFieldTouchInteractorState_build_closure0, A.IOSTextFieldTouchInteractorState_build_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultPopoverToolbarBuilder_closure, A._defaultPopoverToolbarBuilder_closure0, A._defaultPopoverToolbarBuilder_closure1, A._MaterialScrollbarState_initState_closure1, A._MaterialScrollbarState_handleThumbPressStart_closure1, A._MaterialScrollbarState_handleThumbPressEnd_closure1, A._MaterialScrollbarState_handleHover_closure3, A._MaterialScrollbarState_handleHover_closure4, A._MaterialScrollbarState_handleHoverExit_closure1, A.main_closure0, A.main_closure]); + _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A.CanvasKitVariant, A.IntlSegmenterGranularity, A.PersistedSurfaceState, A.DebugEngineInitializationState, A.Assertiveness, A._CheckableKind, A.PrimaryRole, A.Role, A.AccessibilityMode, A.GestureMode, A.SemanticsUpdatePhase, A.EnabledState, A.LineBreakType, A.FragmentFlow, A._ComparisonResult, A._FindBreakDirection, A.TextCapitalization, A.TransformKind, A.LineCharProperty, A.WordCharProperty, A.ClipOp, A.PathFillType, A.KeyEventType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.AppExitResponse, A.DartPerformanceMode, A.PointerChange, A.PointerDeviceKind, A.PointerSignalKind, A.FontStyle, A.PlaceholderAlignment, A.TextAlign, A.TextBaseline, A.TextDecorationStyle, A.TextLeadingDistribution, A.TextDirection, A.TextAffinity, A.BoxHeightStyle, A.BoxWidthStyle, A.TileMode, A.Brightness, A.SpanMarkerType, A.BarGroupingType, A.AxisOrientation, A._PixelVerticalDirection, A.RangeBandType, A.StepSizeType, A.TickLabelAnchor, A.TickLabelJustification, A.CalendarField, A.BehaviorPosition, A.OutsideJustification, A.InsideJustification, A.LegendTapHandling, A.LegendDefaultMeasure, A.LinePointHighlighterFollowLineType, A.SelectionMode, A.SelectionTrigger, A.FillPatternType, A.SelectionModelType, A.LayoutPosition, A.TextDirection0, A.MaxWidthStrategy, A.GestureType, A._HorizontalJustification, A.MessageLevel, A._DragTargetStatus, A.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, A._CupertinoTextSelectionToolbarItemsSlot, A.DiagnosticLevel, A.DiagnosticsTreeStyle, A._WordWrapParseMode, A._LicenseEntryWithLineBreaksParserState, A.TargetPlatform, A.GestureDisposition, A._ForceState, A._DragState, A.DragStartBehavior, A.GestureRecognizerState, A._ScaleState, A._DragState0, A._ActionLevel, A._LayoutMode, A._Focus, A.ThemeMode, A._SliverAppVariant, A._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A._CheckboxType, A._CheckboxType0, A.DatePickerEntryMode, A.DatePickerMode, A.DrawerAlignment, A._FloatingActionButtonType, A._IconButtonVariant, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A.ListTileTitleAlignment, A._ListTileSlot, A.MaterialType, A.MaterialState, A._ActivityIndicatorType, A._RadioType, A._RadioType0, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._IndicatorType, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, A.TabBarIndicatorSize, A.TabAlignment, A._TextSelectionToolbarItemPosition, A.MaterialTapTargetSize, A.DayPeriod, A.TimeOfDayFormat, A.HourFormat, A.TimePickerEntryMode, A._HourMinuteMode, A._TimePickerAspect, A._HourDialType, A.ScriptCategory, A.RenderComparison, A.Axis0, A.VerticalDirection, A.AxisDirection, A.BorderStyle, A.BoxShape, A.BoxFit, A.ImageRepeat, A.TextOverflow, A.TextWidthBasis, A.SpringType, A.RenderAnimatedSizeState, A._IntrinsicDimension, A.FlexFit, A.MainAxisSize, A.MainAxisAlignment, A.CrossAxisAlignment, A.PlatformViewHitTestBehavior, A.HitTestBehavior, A.DecorationPosition, A.SelectionResult, A.SelectionEventType, A.TextGranularity, A.SelectionExtendDirection, A.SelectionStatus, A.TextSelectionHandleType, A.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, A.Assertiveness0, A.KeyboardLockMode, A.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.UndoDirection, A.CrossFadeState, A.ConnectionState, A.OptionsViewOpenDirection, A.AutofillContextAction, A.ContextMenuButtonType, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.TraversalEdgeBehavior, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.PanAxis, A.Orientation, A._MediaQueryAspect, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchDirection, A._StretchState, A.RouteInformationReportingType, A.AndroidOverscrollIndicator, A.ScrollDecelerationRate, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.SnapshotMode, A.ClipboardStatus, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.Channel, A.Format, A.BlendMode0, A.IfdValueType, A.PngDisposeMode, A.PngBlendMode, A.PngFilterType, A.IccProfileCompression, A.FrameType, A.BillingResponse, A.ProductType, A.RecurrenceMode, A.PurchaseStateWrapper, A.PurchaseStatus, A._TransactionRestoreState, A.SKPaymentTransactionStateWrapper, A.SKSubscriptionPeriodUnit, A.SKProductDiscountPaymentMode, A.SKProductDiscountType, A.PluralCase, A.IconPosition, A._HealthCheckLevel, A.PortalLinkStyle, A.DashboardSections, A.ClientReportFields, A.ContactReportFields, A.CreditItemReportFields, A.CreditReportFields, A.DocumentReportFields, A.ExpenseReportFields, A.InvoiceItemReportFields, A.InvoiceReportFields, A.TaxRateReportFields0, A.PaymentReportFields, A.TaxRateReportFields, A.ProductReportFields, A.ProfitAndLossReportFields, A.PurchaseOrderItemReportFields, A.PurchaseOrderReportFields, A.QuoteItemReportFields, A.QuoteReportFields, A.RecurringExpenseReportFields, A.RecurringInvoiceReportFields, A.ReportColumnType, A.TaskItemReportFields, A.TaskReportFields, A.TransactionReportFields, A.VendorReportFields, A.UpdateState, A.FormatNumberType, A.OverflowViewLayoutBehavior, A.ArrowDirection, A.PinputAutovalidateMode, A.AndroidSmsAutofillMethod, A.PinAnimationType, A.HapticFeedbackType, A.QrCodeElement, A.FinderPatternPosition, A.QrEyeShape, A.QrDataModuleShape, A.QrValidationStatus, A.ButtonState, A._MissingCase, A.SignInWithAppleButtonStyle, A.IconAlignment, A.AppleIDAuthorizationScopes, A.AuthorizationErrorCode, A.StateStatus, A.SelectionChangeType, A.DocumentGestureMode, A.SelectionBound, A.DragMode, A.PrependedCharacterPolicy, A.ListItemType, A.SelectionType, A.TapHandlingInstruction, A.ExecutionInstruction, A.TextInputSource, A.HandleType, A._SelectionType, A.TextFieldKeyboardHandlerResult, A.HintBehavior, A._AutoScrollDirection, A.SuperTextFieldPlatformConfiguration, A.BlinkTimingMode, A.LaunchMode, A.PreferredLaunchMode]); _inherit(A.CanvasPool, A._SaveStackTracking); _inheritMany(A.CkColorFilter, [A.CkBlendModeColorFilter, A.CkMatrixColorFilter, A.CkLinearToSrgbGammaColorFilter, A.CkSrgbToLinearGammaColorFilter, A.CkComposeColorFilter]); - _inheritMany(A.Iterable, [A.MutatorsStack, A._DomListWrapper, A._DomTouchListWrapper, A._CastIterableBase, A.EfficientLengthIterable, A.MappedIterable, A.WhereIterable, A.ExpandIterable, A.TakeIterable, A.SkipIterable, A.SkipWhileIterable, A.FollowedByIterable, A.WhereTypeIterable, A._KeysOrValues, A._AllMatchesIterable, A._StringAllMatchesIterable, A._SyncStarIterable, A.LinkedList, A.DoubleLinkedQueue, A.Runes, A.StringCharacters, A._ReversedSeriesIterable, A.TimeStepIteratorFactory, A.ObserverList, A.HashedObserverList, A._FilteredElementList_IterableBase_ListMixin, A.ColorFloat16, A.ColorFloat32, A.ColorFloat64, A.ColorInt16, A.ColorInt32, A.ColorInt8, A.ColorUint1, A.ColorUint16, A.ColorUint2, A.ColorUint32, A.ColorUint4, A.ColorUint8, A.Image0, A.ImageData0, A.PixelFloat16, A.PixelFloat32, A.PixelFloat64, A.PixelInt16, A.PixelInt32, A.PixelInt8, A.PixelUint1, A.PixelUint16, A.PixelUint2, A.PixelUint32, A.PixelUint4, A.PixelUint8, A.PixelUndefined]); + _inheritMany(A.Iterable, [A.MutatorsStack, A._DomListWrapper, A._DomTouchListWrapper, A._CastIterableBase, A.EfficientLengthIterable, A.MappedIterable, A.WhereIterable, A.ExpandIterable, A.TakeIterable, A.SkipIterable, A.SkipWhileIterable, A.FollowedByIterable, A.WhereTypeIterable, A._KeysOrValues, A._AllMatchesIterable, A._StringAllMatchesIterable, A._SyncStarIterable, A.LinkedList, A.DoubleLinkedQueue, A.Runes, A.StringCharacters, A._ReversedSeriesIterable, A.TimeStepIteratorFactory, A.ObserverList, A.HashedObserverList, A.__History_Iterable_ChangeNotifier, A._FilteredElementList_IterableBase_ListMixin, A.ColorFloat16, A.ColorFloat32, A.ColorFloat64, A.ColorInt16, A.ColorInt32, A.ColorInt8, A.ColorUint1, A.ColorUint16, A.ColorUint2, A.ColorUint32, A.ColorUint4, A.ColorUint8, A.Image0, A.ImageData0, A.PixelFloat16, A.PixelFloat32, A.PixelFloat64, A.PixelInt16, A.PixelInt32, A.PixelInt8, A.PixelUint1, A.PixelUint16, A.PixelUint2, A.PixelUint32, A.PixelUint4, A.PixelUint8, A.PixelUndefined]); _inheritMany(A.CkImageFilter, [A._CkBlurImageFilter, A._CkMatrixImageFilter]); _inherit(A.CkBrowserImageDecoder, A.BrowserImageDecoder); _inheritMany(A.Layer, [A.ContainerLayer, A.PictureLayer, A.PlatformViewLayer0]); - _inheritMany(A.ContainerLayer, [A.RootLayer, A.BackdropFilterEngineLayer, A.ClipPathEngineLayer, A.ClipRectEngineLayer, A.ClipRRectEngineLayer, A.OpacityEngineLayer, A.TransformEngineLayer]); + _inheritMany(A.ContainerLayer, [A.RootLayer, A.BackdropFilterEngineLayer, A.ClipPathEngineLayer, A.ClipRectEngineLayer, A.ClipRRectEngineLayer, A.OpacityEngineLayer, A.TransformEngineLayer, A.ImageFilterEngineLayer]); _inherit(A.OffsetEngineLayer, A.TransformEngineLayer); _inherit(A.CkGradientLinear, A.SimpleCkShader); + _inheritMany(A.Closure2Args, [A.Surface_acquireFrame_closure, A.createDomResizeObserver_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure, A.futureToPromise_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure, A._computeLineBreakFragments_setBreak, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A.CustomElementDimensionsProvider_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A.FutureExtensions_onError_onError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._RootZone_bindBinaryCallback_closure, A._HashMap_addAll_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__newSet_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._BigIntImpl_hashCode_combine, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, A.Uri_splitQueryString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQuery_writeParameter, A._Uri__makeQuery_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._DataAttributeMap_forEach_closure, A._DataAttributeMap_keys_closure, A._DataAttributeMap_values_closure, A._AcceptStructuredClone_walk_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A._File_readAsBytes_readSized, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AttributedSpans_copyAttributionRegion_closure1, A.AttributedSpans_copyAttributionRegion_closure6, A.BoardListState_build_closure3, A.BoardViewState_build_closure0, A.hashObjects_closure, A.BuiltListMultimap_forEach_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, A.BuiltSetMultimap_forEach_closure, A.StandardJsonPlugin__toList_closure0, A.StandardJsonPlugin__toListUsingDiscriminator_closure0, A.BaseBarRenderer_preprocessSeries__closure, A.BaseBarRenderer_update_closure0, A.BaseBarRenderer_paint_closure, A.BaseBarRenderer_paint_closure0, A.BaseBarRenderer_paint_closure1, A.BaseBarRenderer__getSegmentsForDomainValue_closure, A._ReversedSeriesIterator_closure0, A.BaseTickDrawStrategy_collides_closure, A.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, A.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, A.CartesianChart_init_closure, A.CartesianChart_preprocessSeries_closure, A.CartesianChart_preprocessSeries_closure0, A.CartesianChart_preprocessSeries_closure1, A.CartesianChart_preprocessSeries_closure2, A.CartesianChart_onSkipLayout_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure0, A.BaseChart_configureSeries_closure0, A.BaseChart_preprocessSeries_closure1, A.BaseChart_onPostLayout_closure, A.LinePointHighlighter__updateViewData_closure, A._LinePointLayoutView_paint_closure, A._LinePointLayoutView_paint_closure0, A.SelectNearest__onSelect_closure, A.LayoutManagerImpl_paintOrderedViews_closure, A.LayoutManagerImpl_positionOrderedViews_closure, A.LineRenderer_update_closure0, A.LineRenderer_paint_closure, A.LineRenderer_paint_closure0, A.PointRenderer_paint_closure, A.PointRenderer_paint_closure0, A.BaseChartState_build_closure, A.BaseChartState_dispose_closure, A.TabularLegendLayout__buildTableFromRows_closure0, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoSwitch_paint_closure5, A._RenderCupertinoTextSelectionToolbarShape_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer_acceptGesture_closure0, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState__packagesList_closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A._DatePickerDialogState_build_closure, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransitionPainter_paint_closure, A._ZoomExitTransitionPainter_paint_closure, A._PopupMenu_build_closure0, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A._RefreshProgressIndicatorState__buildAnimation_closure, A.RefreshIndicatorState_build_closure, A.ReorderableListView_closure, A._ReorderableListViewState__proxyDecorator_closure, A.ScaffoldState_build_closure, A._StandardBottomSheetState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._TextFieldState_build_closure5, A._TextFieldState_build_closure6, A.__TextFieldState_State_RestorationMixin_dispose_closure, A._TextSelectionToolbarTrailingEdgeAlignRenderBox_hitTestChildren_closure, A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure2, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A._TimePickerDialogState_build_closure, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A.__TimePickerState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure1, A.NetworkImage__loadAsync_closure, A.NetworkImage__loadAsync_closure2, A._CompoundBorder_dimensions_closure, A.paintImage_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RendererBinding_initMouseTracker_closure, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderInlineChildrenContainerDefaults_hitTestInlineChildren_closure, A.RenderParagraph_computeMinIntrinsicWidth_closure, A.RenderParagraph_computeMaxIntrinsicWidth_closure, A.RenderPhysicalModel_paint_closure, A.RenderPhysicalShape_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.RenderTable_computeDryLayout_closure, A.RenderTable_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A.SemanticsConfiguration_absorb_closure, A.CachingAssetBundle_loadStructuredData_closure0, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure0, A.HtmlElementViewImpl_buildImpl_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build__closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure2, A.EditableTextState_build_closure4, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.Element_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A.HeroController__defaultHeroFlightShuttleBuilder_closure, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheaterMixin_hitTestChildren_childHitTest, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A._PlatformViewLinkState_build_closure, A.SliverReorderableListState__wrapWithSemantics_reorder, A._DragItemProxy_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A.__RouterState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0, A.ScrollableDetails_toString_addIfNonNull, A.ShortcutManager__indexShortcuts_closure, A.CallbackShortcuts_build_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.View_build_closure, A._RenderScaledInlineWidget_paint_closure, A._RenderScaledInlineWidget_hitTestChildren_closure, A.loadDateIntlDataIfNotLoaded_closure, A._StoreStreamListenerState_build_closure, A._RenderFlexEntranceTransition_hitTestChildren_closure, A.RenderStaggeredGrid__computeSize_computeCrossAxisCellCount, A.RenderFollower_hitTestChildren_closure, A.RenderFollower_paint_closure0, A.FollowerFadeOutBeyondBoundary_build_closure, A.RenderLeader_paint_closure, A.Element__addOuterHtml_closure, A.Phase_startTagHtml_closure, A.InBodyPhase_startTagBody_closure, A.formatStr_closure, A._separatingNewlines_closure, A._BaseRules_defaultRule_closure, A._CommonRules_paragraph_closure, A._CommonRules_lineBreak_closure, A._CommonRules_heading_closure, A._CommonRules_blockquote_closure, A._CommonRules_list_closure, A._CommonRules_listItem_closure, A._CommonRules_indentedCodeBlock_closure0, A._CommonRules_fencedCodeBlock_closure0, A._CommonRules_horizontalRule_closure, A._CommonRules_inlineLink_closure0, A._CommonRules_referenceLink_closure1, A._CommonRules_emphasis_closure, A._CommonRules_strong_closure, A._CommonRules_strike_closure, A._CommonRules_code_closure0, A._CommonRules_image_closure, A._TableRules_tableCell_closure, A._TableRules_tableRow_closure, A._TableRules_table_closure, A._TableRules_tableSection_closure, A._TableRules_captionSection_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A.IfdContainer$from_closure, A.IfdDirectory_copy_closure, A.IfdDirectory_copy_closure0, A._$ProductDetailsResponseWrapperFromJson_closure, A._$PurchasesResultWrapperFromJson_closure, A._$SKErrorFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure, A._$SKProductWrapperFromJson_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._CountryPickerDialogState_initState_closure, A._CountryPickerDialogState_build__closure0, A._CountryPickerDialogState_build_closure0, A._IntlPhoneFieldState__changeCountry__closure, A.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure123, A.lastErrorReducer_closure, A.lastErrorReducer_closure0, A.lastErrorReducer_closure1, A.lastErrorReducer_closure2, A.lastErrorReducer_closure3, A.lastErrorReducer_closure4, A.lastErrorReducer_closure5, A.lastErrorReducer_closure6, A.lastErrorReducer_closure7, A.lastErrorReducer_closure8, A.lastErrorReducer_closure9, A.lastErrorReducer_closure10, A.lastErrorReducer_closure11, A.lastErrorReducer_closure12, A.lastErrorReducer_closure13, A.lastErrorReducer_closure14, A.lastErrorReducer_closure15, A.lastErrorReducer_closure16, A.lastErrorReducer_closure17, A.lastErrorReducer_closure18, A.lastErrorReducer_closure19, A.lastErrorReducer_closure20, A.lastErrorReducer_closure21, A.lastErrorReducer_closure22, A.lastErrorReducer_closure23, A.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.forceSelectedReducer_closure183, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.selectedIdReducer_closure338, A.selectedIdReducer_closure339, A.selectedIdReducer_closure340, A.selectedIdReducer_closure341, A.selectedIdReducer_closure342, A.selectedIdReducer_closure343, A.selectedIdReducer_closure344, A.selectedIdReducer_closure345, A.selectedIdReducer_closure346, A.selectedIdReducer_closure347, A.selectedIdReducer_closure348, A.selectedIdReducer_closure349, A.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.bankAccountListReducer_closure, A.dropdownBankAccountsSelector_closure0, A.filteredBankAccountsSelector_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__closure, A.forceSelectedReducer_closure218, A.forceSelectedReducer_closure219, A.forceSelectedReducer_closure220, A.forceSelectedReducer_closure221, A.forceSelectedReducer_closure222, A.forceSelectedReducer_closure223, A.forceSelectedReducer_closure224, A.forceSelectedReducer_closure225, A.tabIndexReducer_closure31, A.tabIndexReducer_closure32, A.saveCompleterReducer_closure2, A.cancelCompleterReducer_closure2, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure418, A.selectedIdReducer_closure419, A.selectedIdReducer_closure420, A.selectedIdReducer_closure421, A.selectedIdReducer_closure422, A.selectedIdReducer_closure423, A.selectedIdReducer_closure424, A.selectedIdReducer_closure425, A.selectedIdReducer_closure426, A.selectedIdReducer_closure427, A.selectedIdReducer_closure428, A.selectedIdReducer_closure429, A.selectedIdReducer_closure430, A.selectedIdReducer_closure431, A.selectedIdReducer_closure432, A.selectedIdReducer_closure433, A.selectedIdReducer_closure434, A.editingReducer_closure141, A.editingReducer_closure142, A.editingReducer_closure143, A.editingReducer_closure144, A.editingReducer_closure145, A.editingReducer_closure146, A.editingReducer_closure147, A.editingReducer_closure148, A.editingReducer_closure149, A.editingReducer_closure150, A.editingReducer_closure151, A.editingReducer_closure152, A.editingReducer_closure153, A.editingReducer_closure154, A.clientListReducer_closure, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.userCompanyEntityReducer_closure6, A.userCompanyEntityReducer_closure7, A.userCompanyEntityReducer_closure8, A.userCompanyEntityReducer_closure9, A.userCompanyEntityReducer_closure10, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure2, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.forceSelectedReducer_closure71, A.selectedIdReducer_closure121, A.selectedIdReducer_closure122, A.selectedIdReducer_closure123, A.selectedIdReducer_closure124, A.selectedIdReducer_closure125, A.selectedIdReducer_closure126, A.selectedIdReducer_closure127, A.selectedIdReducer_closure128, A.selectedIdReducer_closure129, A.selectedIdReducer_closure130, A.selectedIdReducer_closure131, A.selectedIdReducer_closure132, A.selectedIdReducer_closure133, A.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.companyGatewayListReducer_closure, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure162, A.selectedIdReducer_closure163, A.selectedIdReducer_closure164, A.selectedIdReducer_closure165, A.selectedIdReducer_closure166, A.selectedIdReducer_closure167, A.selectedIdReducer_closure168, A.selectedIdReducer_closure169, A.selectedIdReducer_closure170, A.selectedIdReducer_closure171, A.selectedIdReducer_closure172, A.selectedIdReducer_closure173, A.selectedIdReducer_closure174, A.selectedIdReducer_closure175, A.selectedIdReducer_closure176, A.selectedIdReducer_closure177, A.selectedIdReducer_closure178, A.selectedIdReducer_closure179, A.selectedIdReducer_closure180, A.editingReducer_closure49, A.editingReducer_closure50, A.editingReducer_closure51, A.editingReducer_closure52, A.editingReducer_closure53, A.editingReducer_closure54, A.editingReducer_closure55, A.editingReducer_closure56, A.editingReducer_closure57, A.editingReducer_closure58, A.editingReducer_closure59, A.creditListReducer_closure, A._purgeClientSuccess__closure5, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure, A.filteredCreditsSelector_closure1, A.memoizedCreditStatsForDesign_closure, A.creditStatsForDesign_closure, A.memoizedCreditStatsForClient_closure, A.creditStatsForClient_closure, A.memoizedCreditStatsForUser_closure, A.creditStatsForUser_closure, A.selectedEntitiesReducer_closure, A.selectedEntitiesReducer_closure0, A.selectedEntityTypeReducer_closure, A.showSidebarReducer_closure, A._chartInvoices_closure, A.chartQuotes_closure, A.chartPayments_closure, A.chartTasks_closure, A.chartTasks___closure, A.chartExpenses_closure, A.memoizedRunningTasks_closure0, A.runningTasks_closure, A.memoizedUpcomingInvoices_closure, A._upcomingInvoices_closure, A._upcomingInvoices_closure0, A.memoizedPastDueInvoices_closure, A._pastDueInvoices_closure, A._pastDueInvoices_closure0, A.memoizedRecentPayments_closure, A._recentPayments_closure, A._recentPayments_closure0, A.memoizedUpcomingQuotes_closure, A._upcomingQuotes_closure, A._upcomingQuotes_closure0, A.memoizedExpiredQuotes_closure, A._expiredQuotes_closure, A._expiredQuotes_closure0, A.memoizedRunningTasks_closure, A._runningTasks_closure, A._runningTasks_closure0, A.memoizedRecentTasks_closure, A._recentTasks_closure, A._recentTasks_closure0, A.memoizedRecentExpenses_closure, A._recentExpenses_closure, A._recentExpenses_closure0, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.selectedIdReducer_closure181, A.selectedIdReducer_closure182, A.selectedIdReducer_closure183, A.selectedIdReducer_closure184, A.selectedIdReducer_closure185, A.selectedIdReducer_closure186, A.selectedIdReducer_closure187, A.selectedIdReducer_closure188, A.selectedIdReducer_closure189, A.selectedIdReducer_closure190, A.selectedIdReducer_closure191, A.selectedIdReducer_closure192, A.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.designListReducer_closure, A.filteredDesignsSelector_closure0, A.handleDocumentAction__closure, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.forceSelectedReducer_closure59, A.selectedIdReducer_closure95, A.selectedIdReducer_closure96, A.selectedIdReducer_closure97, A.selectedIdReducer_closure98, A.selectedIdReducer_closure99, A.selectedIdReducer_closure100, A.selectedIdReducer_closure101, A.selectedIdReducer_closure102, A.selectedIdReducer_closure103, A.selectedIdReducer_closure104, A.selectedIdReducer_closure105, A.selectedIdReducer_closure106, A.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.editingReducer_closure32, A.documentListReducer_closure, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, A.selectedIdReducer_closure80, A.selectedIdReducer_closure81, A.selectedIdReducer_closure82, A.selectedIdReducer_closure83, A.selectedIdReducer_closure84, A.selectedIdReducer_closure85, A.selectedIdReducer_closure86, A.selectedIdReducer_closure87, A.selectedIdReducer_closure88, A.selectedIdReducer_closure89, A.selectedIdReducer_closure90, A.selectedIdReducer_closure91, A.selectedIdReducer_closure92, A.selectedIdReducer_closure93, A.selectedIdReducer_closure94, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.expenseListReducer_closure, A._purgeClientSuccess__closure13, A.memoizedExpensePurchaseOrderSelector_closure, A.expensePurchaseOrderSelector_closure, A.filteredExpensesSelector_closure0, A.memoizedExpenseStatsForVendor_closure, A.expenseStatsForVendor_closure, A.memoizedExpenseStatsForClient_closure, A.expenseStatsForClient_closure, A.memoizedClientExpenseList_closure, A.clientExpenseList_closure0, A.memoizedExpenseStatsForProject_closure, A.expenseStatsForProject_closure, A.memoizedExpenseStatsForUser_closure, A.expenseStatsForUser_closure, A.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.forceSelectedReducer_closure134, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.selectedIdReducer_closure258, A.selectedIdReducer_closure259, A.selectedIdReducer_closure260, A.selectedIdReducer_closure261, A.selectedIdReducer_closure262, A.selectedIdReducer_closure263, A.selectedIdReducer_closure264, A.selectedIdReducer_closure265, A.selectedIdReducer_closure266, A.selectedIdReducer_closure267, A.selectedIdReducer_closure268, A.selectedIdReducer_closure269, A.selectedIdReducer_closure270, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.expenseCategoryListReducer_closure, A.dropdownExpenseCategoriesSelector_closure0, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.memoizedTransactionStatsForExpenseCategory_closure, A.transactionStatsForExpenseCategory_closure, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, A.selectedIdReducer_closure109, A.selectedIdReducer_closure110, A.selectedIdReducer_closure111, A.selectedIdReducer_closure112, A.selectedIdReducer_closure113, A.selectedIdReducer_closure114, A.selectedIdReducer_closure115, A.selectedIdReducer_closure116, A.selectedIdReducer_closure117, A.selectedIdReducer_closure118, A.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.groupListReducer_closure, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure209, A.forceSelectedReducer_closure210, A.forceSelectedReducer_closure211, A.forceSelectedReducer_closure212, A.forceSelectedReducer_closure213, A.forceSelectedReducer_closure214, A.forceSelectedReducer_closure215, A.forceSelectedReducer_closure216, A.forceSelectedReducer_closure217, A.tabIndexReducer_closure29, A.tabIndexReducer_closure30, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure399, A.selectedIdReducer_closure400, A.selectedIdReducer_closure401, A.selectedIdReducer_closure402, A.selectedIdReducer_closure403, A.selectedIdReducer_closure404, A.selectedIdReducer_closure405, A.selectedIdReducer_closure406, A.selectedIdReducer_closure407, A.selectedIdReducer_closure408, A.selectedIdReducer_closure409, A.selectedIdReducer_closure410, A.selectedIdReducer_closure411, A.selectedIdReducer_closure412, A.selectedIdReducer_closure413, A.selectedIdReducer_closure414, A.selectedIdReducer_closure415, A.selectedIdReducer_closure416, A.selectedIdReducer_closure417, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, A.editingReducer_closure133, A.editingReducer_closure134, A.editingReducer_closure135, A.editingReducer_closure136, A.editingReducer_closure137, A.editingReducer_closure138, A.editingReducer_closure139, A.editingReducer_closure140, A.invoiceListReducer_closure, A._purgeClientSuccess__closure15, A.memoizedHasActiveUnpaidInvoices_closure, A.memoizedInvoiceQuoteSelector_closure, A.invoiceQuoteSelector_closure, A.dropdownInvoiceSelector_closure0, A.filteredInvoicesSelector_closure, A.filteredInvoicesSelector_closure1, A.memoizedInvoiceStatsForClient_closure, A.invoiceStatsForClient_closure, A.memoizedInvoiceStatsForDesign_closure, A.invoiceStatsForDesign_closure, A.memoizedInvoiceStatsForSubscription_closure, A.invoiceStatsForSubscription_closure, A.memoizedInvoiceStatsForProject_closure, A.invoiceStatsForProject_closure, A.memoizedQuoteStatsForProject_closure, A.quoteStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.tabIndexReducer_closure1, A.tabIndexReducer_closure2, A.selectedIdReducer_closure18, A.selectedIdReducer_closure19, A.selectedIdReducer_closure20, A.selectedIdReducer_closure21, A.selectedIdReducer_closure22, A.selectedIdReducer_closure23, A.selectedIdReducer_closure24, A.selectedIdReducer_closure25, A.selectedIdReducer_closure26, A.selectedIdReducer_closure27, A.selectedIdReducer_closure28, A.selectedIdReducer_closure29, A.selectedIdReducer_closure30, A.selectedIdReducer_closure31, A.selectedIdReducer_closure32, A.selectedIdReducer_closure33, A.selectedIdReducer_closure34, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.paymentListReducer_closure, A._purgeClientSuccess__closure1, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.selectedIdReducer_closure195, A.selectedIdReducer_closure196, A.selectedIdReducer_closure197, A.selectedIdReducer_closure198, A.selectedIdReducer_closure199, A.selectedIdReducer_closure200, A.selectedIdReducer_closure201, A.selectedIdReducer_closure202, A.selectedIdReducer_closure203, A.selectedIdReducer_closure204, A.selectedIdReducer_closure205, A.selectedIdReducer_closure206, A.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.paymentTermListReducer_closure, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure226, A.forceSelectedReducer_closure227, A.forceSelectedReducer_closure228, A.forceSelectedReducer_closure229, A.forceSelectedReducer_closure230, A.forceSelectedReducer_closure231, A.forceSelectedReducer_closure232, A.forceSelectedReducer_closure233, A.tabIndexReducer_closure33, A.tabIndexReducer_closure34, A.editingReducer_closure155, A.editingReducer_closure156, A.editingReducer_closure157, A.editingReducer_closure158, A.selectedIdReducer_closure435, A.selectedIdReducer_closure436, A.selectedIdReducer_closure437, A.selectedIdReducer_closure438, A.selectedIdReducer_closure439, A.selectedIdReducer_closure440, A.selectedIdReducer_closure441, A.selectedIdReducer_closure442, A.selectedIdReducer_closure443, A.selectedIdReducer_closure444, A.selectedIdReducer_closure445, A.selectedIdReducer_closure446, A.selectedIdReducer_closure447, A.selectedIdReducer_closure448, A.productListReducer_closure, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, A.selectedIdReducer_closure35, A.selectedIdReducer_closure36, A.selectedIdReducer_closure37, A.selectedIdReducer_closure38, A.selectedIdReducer_closure39, A.selectedIdReducer_closure40, A.selectedIdReducer_closure41, A.selectedIdReducer_closure42, A.selectedIdReducer_closure43, A.selectedIdReducer_closure44, A.selectedIdReducer_closure45, A.selectedIdReducer_closure46, A.selectedIdReducer_closure47, A.selectedIdReducer_closure48, A.selectedIdReducer_closure49, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.projectListReducer_closure, A._purgeClientSuccess__closure3, A.convertProjectToInvoiceItem_closure, A.convertProjectToInvoiceItem_closure0, A.convertProjectToInvoiceItem_closure1, A.convertProjectToInvoiceItem_closure2, A.dropdownProjectsSelector_closure0, A.filteredProjectsSelector_closure0, A.taskDurationForProject_closure, A.memoizedProjectStatsForClient_closure, A.projectStatsForClient_closure, A.memoizedProjectStatsForUser_closure, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.forceSelectedReducer_closure175, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure319, A.selectedIdReducer_closure320, A.selectedIdReducer_closure321, A.selectedIdReducer_closure322, A.selectedIdReducer_closure323, A.selectedIdReducer_closure324, A.selectedIdReducer_closure325, A.selectedIdReducer_closure326, A.selectedIdReducer_closure327, A.selectedIdReducer_closure328, A.selectedIdReducer_closure329, A.selectedIdReducer_closure330, A.selectedIdReducer_closure331, A.selectedIdReducer_closure332, A.selectedIdReducer_closure333, A.selectedIdReducer_closure334, A.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, A.editingReducer_closure103, A.editingReducer_closure104, A.editingReducer_closure105, A.editingReducer_closure106, A.editingReducer_closure107, A.editingReducer_closure108, A.editingReducer_closure109, A.editingReducer_closure110, A.editingReducer_closure111, A.editingReducer_closure112, A.editingReducer_closure113, A.purchaseOrderListReducer_closure, A.dropdownPurchaseOrdersSelector_closure0, A.filteredPurchaseOrdersSelector_closure0, A.memoizedPurchaseOrderStatsForVendor_closure, A.purchaseOrderStatsForVendor_closure, A.forceSelectedReducer_closure, A.forceSelectedReducer_closure0, A.forceSelectedReducer_closure1, A.forceSelectedReducer_closure2, A.forceSelectedReducer_closure3, A.forceSelectedReducer_closure4, A.forceSelectedReducer_closure5, A.forceSelectedReducer_closure6, A.forceSelectedReducer_closure7, A.tabIndexReducer_closure, A.tabIndexReducer_closure0, A.historyActivityIdReducer_closure, A.editingItemReducer_closure, A.editingItemReducer_closure0, A.selectedIdReducer_closure, A.selectedIdReducer_closure0, A.selectedIdReducer_closure1, A.selectedIdReducer_closure2, A.selectedIdReducer_closure3, A.selectedIdReducer_closure4, A.selectedIdReducer_closure5, A.selectedIdReducer_closure6, A.selectedIdReducer_closure7, A.selectedIdReducer_closure8, A.selectedIdReducer_closure9, A.selectedIdReducer_closure10, A.selectedIdReducer_closure11, A.selectedIdReducer_closure12, A.selectedIdReducer_closure13, A.selectedIdReducer_closure14, A.selectedIdReducer_closure15, A.selectedIdReducer_closure16, A.selectedIdReducer_closure17, A.editingReducer_closure, A.editingReducer_closure0, A.editingReducer_closure1, A.editingReducer_closure2, A.editingReducer_closure3, A.editingReducer_closure4, A.editingReducer_closure5, A.editingReducer_closure6, A.editingReducer_closure7, A.editingReducer_closure8, A.editingReducer_closure9, A.quoteListReducer_closure, A._purgeClientSuccess__closure, A.dropdownQuoteSelector_closure0, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure158, A.forceSelectedReducer_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure303, A.selectedIdReducer_closure304, A.selectedIdReducer_closure305, A.selectedIdReducer_closure306, A.selectedIdReducer_closure307, A.selectedIdReducer_closure308, A.selectedIdReducer_closure309, A.selectedIdReducer_closure310, A.selectedIdReducer_closure311, A.selectedIdReducer_closure312, A.selectedIdReducer_closure313, A.selectedIdReducer_closure314, A.selectedIdReducer_closure315, A.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.recurringExpenseListReducer_closure, A._purgeClientSuccess__closure9, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_closure, A.memoizedTransactionStatsForVendor_closure, A.transactionStatsForVendor_closure, A.memoizedRecurringExpenseStatsForUser_closure, A.recurringExpenseStatsForUser_closure, A.memoizedRecurringExpenseStatsForExpense_closure, A.recurringExpenseStatsForExpense_closure, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.selectedIdReducer_closure256, A.selectedIdReducer_closure257, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer_closure78, A.editingReducer_closure79, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer_closure84, A.editingReducer_closure85, A.editingReducer_closure86, A.recurringInvoiceListReducer_closure, A._purgeClientSuccess__closure7, A.filteredRecurringInvoicesSelector_closure0, A.memoizedRecurringInvoiceStatsForClient_closure, A.recurringInvoiceStatsForClient_closure, A.memoizedRecurringInvoiceStatsForUser_closure, A.recurringInvoiceStatsForUser_closure, A.memoizedRecurringInvoiceStatsForInvoice_closure, A.recurringInvoiceStatsForInvoice_closure, A.memoizedRecurringInvoiceStatsForDesign_closure, A.recurringInvoiceStatsForDesign_closure, A.memoizedRecurringInvoiceStatsForSubscription_closure, A.recurringInvoiceStatsForSubscription_closure, A.forceSelectedReducer_closure201, A.forceSelectedReducer_closure202, A.forceSelectedReducer_closure203, A.forceSelectedReducer_closure204, A.forceSelectedReducer_closure205, A.forceSelectedReducer_closure206, A.forceSelectedReducer_closure207, A.forceSelectedReducer_closure208, A.tabIndexReducer_closure27, A.tabIndexReducer_closure28, A.selectedIdReducer_closure384, A.selectedIdReducer_closure385, A.selectedIdReducer_closure386, A.selectedIdReducer_closure387, A.selectedIdReducer_closure388, A.selectedIdReducer_closure389, A.selectedIdReducer_closure390, A.selectedIdReducer_closure391, A.selectedIdReducer_closure392, A.selectedIdReducer_closure393, A.selectedIdReducer_closure394, A.selectedIdReducer_closure395, A.selectedIdReducer_closure396, A.selectedIdReducer_closure397, A.selectedIdReducer_closure398, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.scheduleListReducer_closure, A.filteredSchedulesSelector_closure0, A.settingsUIReducer_closure, A.settingsUIReducer_closure0, A.settingsUIReducer_closure1, A.settingsUIReducer_closure2, A.settingsUIReducer_closure3, A.settingsUIReducer_closure4, A.settingsUIReducer_closure5, A.settingsUIReducer_closure6, A.settingsUIReducer_closure7, A.settingsUIReducer_closure8, A.settingsUIReducer_closure9, A.settingsUIReducer_closure10, A.settingsUIReducer_closure11, A.settingsUIReducer_closure12, A.settingsUIReducer_closure13, A.settingsUIReducer_closure14, A.settingsUIReducer_closure15, A.settingsUIReducer_closure16, A.settingsUIReducer_closure17, A.settingsUIReducer_closure18, A.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.memoizedGatewayList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure150, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure288, A.selectedIdReducer_closure289, A.selectedIdReducer_closure290, A.selectedIdReducer_closure291, A.selectedIdReducer_closure292, A.selectedIdReducer_closure293, A.selectedIdReducer_closure294, A.selectedIdReducer_closure295, A.selectedIdReducer_closure296, A.selectedIdReducer_closure297, A.selectedIdReducer_closure298, A.selectedIdReducer_closure299, A.selectedIdReducer_closure300, A.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.subscriptionListReducer_closure, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, A.selectedIdReducer_closure50, A.selectedIdReducer_closure51, A.selectedIdReducer_closure52, A.selectedIdReducer_closure53, A.selectedIdReducer_closure54, A.selectedIdReducer_closure55, A.selectedIdReducer_closure56, A.selectedIdReducer_closure57, A.selectedIdReducer_closure58, A.selectedIdReducer_closure59, A.selectedIdReducer_closure60, A.selectedIdReducer_closure61, A.selectedIdReducer_closure62, A.selectedIdReducer_closure63, A.selectedIdReducer_closure64, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskListReducer_closure, A._purgeClientSuccess__closure11, A.convertTaskToInvoiceItem_closure1, A.taskList_closure0, A.kanbanTasksSelector_closure0, A.filteredTasksSelector_closure0, A.memoizedTaskStatsForClient_closure, A.taskStatsForClient_closure, A.memoizedTaskStatsForProject_closure, A.taskStatsForProject_closure, A.memoizedTaskStatsForUser_closure, A.forceSelectedReducer_closure142, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.taskStatusListReducer_closure, A.memoizedSortedActiveTaskStatusIds_closure, A.sortedActiveTaskStatusIds_closure0, A.dropdownTaskStatusesSelector_closure0, A.filteredTaskStatusesSelector_closure0, A.memoizedCalculateTaskStatusAmount_closure, A.calculateTaskStatusAmount_closure, A.memoizedTaskStatsForTaskStatus_closure, A.taskStatsForTaskStatus_closure, A.defaultTaskStatusId_closure0, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.selectedIdReducer_closure136, A.selectedIdReducer_closure137, A.selectedIdReducer_closure138, A.selectedIdReducer_closure139, A.selectedIdReducer_closure140, A.selectedIdReducer_closure141, A.selectedIdReducer_closure142, A.selectedIdReducer_closure143, A.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.taxRateListReducer_closure, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.selectedIdReducer_closure209, A.selectedIdReducer_closure210, A.selectedIdReducer_closure211, A.selectedIdReducer_closure212, A.selectedIdReducer_closure213, A.selectedIdReducer_closure214, A.selectedIdReducer_closure215, A.selectedIdReducer_closure216, A.selectedIdReducer_closure217, A.selectedIdReducer_closure218, A.selectedIdReducer_closure219, A.selectedIdReducer_closure220, A.selectedIdReducer_closure221, A.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.tokenListReducer_closure, A.filteredTokensSelector_closure0, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.forceSelectedReducer_closure191, A.forceSelectedReducer_closure192, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.selectedIdReducer_closure353, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.transactionListReducer_closure, A.filteredTransactionsSelector_closure0, A.memoizedTransactionStatsForBankAccount_closure, A.transactionStatsForBankAccount_closure, A.forceSelectedReducer_closure193, A.forceSelectedReducer_closure194, A.forceSelectedReducer_closure195, A.forceSelectedReducer_closure196, A.forceSelectedReducer_closure197, A.forceSelectedReducer_closure198, A.forceSelectedReducer_closure199, A.forceSelectedReducer_closure200, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.editingReducer_closure125, A.transactionRuleListReducer_closure, A.filteredTransactionRulesSelector_closure0, A.memoizedTransactionStatsForTransactionRule_closure, A.transactionStatsForTransactionRule_closure, A.sortFieldsReducer_closure, A.sortFieldsReducer_closure0, A.sortFieldsReducer_closure1, A.sortFieldsReducer_closure2, A.sortFieldsReducer_closure3, A.sortFieldsReducer_closure4, A.sortFieldsReducer_closure5, A.sortFieldsReducer_closure6, A.sortFieldsReducer_closure7, A.sortFieldsReducer_closure8, A.sortFieldsReducer_closure9, A.sortFieldsReducer_closure10, A.sortFieldsReducer_closure11, A.sortFieldsReducer_closure12, A.sortFieldsReducer_closure13, A.sortFieldsReducer_closure14, A.sortFieldsReducer_closure15, A.sortFieldsReducer_closure16, A.sortFieldsReducer_closure17, A.sortFieldsReducer_closure18, A.sortFieldsReducer_closure19, A.sortFieldsReducer_closure20, A.sidebarEditorReducer_closure, A.sidebarViewerReducer_closure, A.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideDesktopWarningReducer_closure, A.hideTaskExtensionBannerReducer_closure, A.hideGatewayWarningReducer_closure, A.hideReviewAppReducer_closure, A.hideReviewAppReducer_closure0, A.hideReviewAppReducer_closure1, A.hideOneYearReviewAppReducer_closure, A.hideOneYearReviewAppReducer_closure0, A.hideTwoYearReviewAppReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeTypeReducer_closure, A.darkModeSystemReducer_closure, A.statementIncludesReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.enableNativeBrowserReducer_closure, A.persistDataReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.downloadsFolderReducer_closure, A.isPreviewVisibleReducer_closure, A.isPreviewVisibleReducer_closure0, A.isPreviewVisibleReducer_closure1, A.isPreviewVisibleReducer_closure2, A.isPreviewVisibleReducer_closure3, A.isPreviewVisibleReducer_closure4, A.isPreviewVisibleReducer_closure5, A.isPreviewVisibleReducer_closure6, A.isPreviewVisibleReducer_closure7, A.isPreviewVisibleReducer_closure8, A.isPreviewVisibleReducer_closure9, A.isPreviewVisibleReducer_closure10, A.isPreviewVisibleReducer_closure11, A.isPreviewVisibleReducer_closure12, A.isPreviewVisibleReducer_closure13, A.isPreviewVisibleReducer_closure14, A.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.darkColorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.showPdfPreviewSideBySideReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.darkCustomColorsReducer_closure, A.historyReducer_closure, A.historyReducer_closure0, A.historyReducer_closure1, A.historyReducer_closure2, A.historyReducer_closure3, A.historyReducer_closure4, A.historyReducer_closure5, A.historyReducer_closure6, A.historyReducer_closure7, A.historyReducer_closure8, A.historyReducer_closure9, A.historyReducer_closure10, A.historyReducer_closure11, A.historyReducer_closure12, A.historyReducer_closure13, A.historyReducer_closure14, A.historyReducer_closure15, A.historyReducer_closure16, A.historyReducer_closure17, A.historyReducer_closure18, A.historyReducer_closure19, A.historyReducer_closure20, A.historyReducer_closure21, A.historyReducer_closure22, A.historyReducer_closure23, A.historyReducer_closure24, A.historyReducer_closure25, A.historyReducer_closure26, A.historyReducer_closure27, A.historyReducer_closure28, A.historyReducer_closure29, A.historyReducer_closure30, A.historyReducer_closure31, A.historyReducer_closure32, A.historyReducer_closure33, A.historyReducer_closure34, A.historyReducer_closure35, A.historyReducer_closure36, A.historyReducer_closure37, A.historyReducer_closure38, A.historyReducer_closure39, A.historyReducer_closure40, A.historyReducer_closure41, A.historyReducer_closure42, A.historyReducer_closure43, A.historyReducer_closure44, A.historyReducer_closure45, A.historyReducer_closure46, A.historyReducer_closure47, A.historyReducer_closure48, A.historyReducer_closure49, A.historyReducer_closure50, A.historyReducer_closure51, A.historyReducer_closure52, A.historyReducer_closure53, A.historyReducer_closure54, A.historyReducer_closure55, A.historyReducer_closure56, A.historyReducer_closure57, A.historyReducer_closure58, A.historyReducer_closure59, A.historyReducer_closure60, A.historyReducer_closure61, A.historyReducer_closure62, A.historyReducer_closure63, A.historyReducer_closure64, A.historyReducer_closure65, A.historyReducer_closure66, A.historyReducer_closure67, A.historyReducer_closure68, A.historyReducer_closure69, A.historyReducer_closure70, A.historyReducer_closure71, A.historyReducer_closure72, A.historyReducer_closure73, A.historyReducer_closure74, A.historyReducer_closure75, A.historyReducer_closure76, A.historyReducer_closure77, A.historyReducer_closure78, A.historyReducer_closure79, A.historyReducer_closure80, A.historyReducer_closure81, A.historyReducer_closure82, A.historyReducer_closure83, A.historyReducer_closure84, A.historyReducer_closure85, A.historyReducer_closure86, A.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, A.loadingEntityTypeReducer_closure, A.loadingEntityTypeReducer_closure0, A.loadingEntityTypeReducer_closure1, A.loadingEntityTypeReducer_closure2, A.loadingEntityTypeReducer_closure3, A.loadingEntityTypeReducer_closure4, A.loadingEntityTypeReducer_closure5, A.loadingEntityTypeReducer_closure6, A.loadingEntityTypeReducer_closure7, A.loadingEntityTypeReducer_closure8, A.loadingEntityTypeReducer_closure9, A.loadingEntityTypeReducer_closure10, A.loadingEntityTypeReducer_closure11, A.loadingEntityTypeReducer_closure12, A.loadingEntityTypeReducer_closure13, A.filterClearedAtReducer_closure, A.filterClearedAtReducer_closure0, A.currentRouteReducer_closure, A.selectedCompanyIndexReducer_closure, A.previewStackReducer_closure, A.previewStackReducer_closure0, A.previewStackReducer_closure1, A.filterStackReducer_closure, A.filterStackReducer_closure0, A.filterStackReducer_closure1, A.handleUserAction_closure10, A.handleUserAction_closure12, A.handleUserAction_closure14, A.handleUserAction__closure, A.handleUserAction_closure18, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.selectedIdReducer_closure146, A.selectedIdReducer_closure147, A.selectedIdReducer_closure148, A.selectedIdReducer_closure149, A.selectedIdReducer_closure150, A.selectedIdReducer_closure151, A.selectedIdReducer_closure152, A.selectedIdReducer_closure153, A.selectedIdReducer_closure154, A.selectedIdReducer_closure155, A.selectedIdReducer_closure156, A.selectedIdReducer_closure157, A.selectedIdReducer_closure158, A.selectedIdReducer_closure159, A.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.userListReducer_closure, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, A.selectedIdReducer_closure65, A.selectedIdReducer_closure66, A.selectedIdReducer_closure67, A.selectedIdReducer_closure68, A.selectedIdReducer_closure69, A.selectedIdReducer_closure70, A.selectedIdReducer_closure71, A.selectedIdReducer_closure72, A.selectedIdReducer_closure73, A.selectedIdReducer_closure74, A.selectedIdReducer_closure75, A.selectedIdReducer_closure76, A.selectedIdReducer_closure77, A.selectedIdReducer_closure78, A.selectedIdReducer_closure79, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.vendorListReducer_closure, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.selectedIdReducer_closure224, A.selectedIdReducer_closure225, A.selectedIdReducer_closure226, A.selectedIdReducer_closure227, A.selectedIdReducer_closure228, A.selectedIdReducer_closure229, A.selectedIdReducer_closure230, A.selectedIdReducer_closure231, A.selectedIdReducer_closure232, A.selectedIdReducer_closure233, A.selectedIdReducer_closure234, A.selectedIdReducer_closure235, A.selectedIdReducer_closure236, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.webhookListReducer_closure, A.filteredWebhooksSelector_closure0, A.FieldGrid_build_closure, A.FieldGrid_build_closure0, A._AppBottomBarState_build___closure7, A._AppBottomBarState_build___closure5, A._AppBottomBarState_build___closure, A._AppBottomBarState_build_closure, A.CustomFieldSelector_build_closure, A.ConfirmEmail_build__closure, A.ConfirmEmailBuilder_build_closure, A.MultiSelectListState_build_closure1, A.MultiSelectListState_build_closure5, A._DocumentGridState_build_closure0, A._DocumentGridState_build_closure1, A.EditScaffold_build_closure2, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure0, A._EntityDropdownState_build__closure, A._EntityDropdownDialogState_build__createList_closure1, A.EntityTopFilter_build_closure5, A.EntityTopFilterHeader_build_closure3, A.AppToggleButtons_build_closure, A._CustomFieldState_build_closure0, A.ProjectPicker_build_closure, A._TimePickerState__showTimePicker_closure, A.VendorPicker_build_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_build_closure, A._DropDownMultiSelectState_build_closure, A._DropDownMultiSelectState_build___closure4, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure2, A._EntityListState_build__closure2, A._EntityListState_build__closure1, A._EntityListState_build___closure1, A._EntityListState_build_closure3, A._UpgradeDialogState__buildProductList_closure0, A._VariableGrid_build_closure, A._VariableGrid_build_closure0, A.ViewScaffold_build_closure5, A.InitScreen_build_closure, A.LoginScreen_build_closure, A.LoginVM_fromStore__closure6, A.LoginVM_fromStore__closure5, A.LoginVM_fromStore__closure3, A.LoginVM_fromStore__closure1, A.BankAccountListBuilder_build_closure, A.BankAccountListBuilder_build__closure, A.BankAccountScreen_build_closure13, A.BankAccountScreen_build_closure10, A.BankAccountScreenBuilder_build_closure, A._BankAccountEditState_build_closure1, A.BankAccountEditScreen_build_closure, A.BankAccountViewScreen_build_closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure10, A._ClientPdfViewState_build_closure11, A.ClientPdfScreen_build_closure, A.ClientScreen_build_closure8, A.ClientScreen_build_closure5, A.ClientScreenBuilder_build_closure, A.ClientEditContactsScreen_build_closure, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, A.ClientEditScreen_build_closure, A._ClientViewActivityState_build_closure0, A._ClientViewActivityState_build_closure, A.ClientViewDocuments_build_closure, A._ClientViewFullwidthState_build_closure0, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewPaymentMethods_build_closure0, A.ClientViewPaymentMethods_build_closure, A.ClientViewScreen_build_closure, A._CompanyGatewayListState_build_closure0, A.CompanyGatewayListBuilder_build_closure, A.CompanyGatewayListVM_fromStore_closure0, A.CompanyGatewayScreen_build_closure8, A.CompanyGatewayScreenBuilder_build_closure, A.CompanyGatewayEditScreen_build_closure, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CreditEmailScreen_build_closure, A.CreditListItem_build_closure, A.CreditListItem_build__closure0, A.CreditListBuilder_build_closure, A.CreditListBuilder_build__closure, A.CreditPdfScreen_build_closure, A.CreditScreen_build_closure8, A.CreditScreen_build_closure5, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditViewScreen_build_closure, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure7, A._DashboardDateRangePickerState_build_closure8, A.DashboardPanels__header_closure, A.DashboardPanels__runningTasks__closure, A.DashboardPanels_build_closure4, A.DashboardPanels_build__closure3, A.DashboardPanels_build__closure5, A.DashboardPanels_build__closure7, A.DashboardPanels_build__closure9, A.DashboardPanels_build__closure11, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure2, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure5, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure6, A.__OverviewPanelState_build__closure0, A.__OverviewPanelState_build__closure1, A.__OverviewPanelState_build__closure, A.__OverviewPanelState_build__closure2, A.__OverviewPanelState_build__closure4, A.__OverviewPanelState_build__closure5, A.__OverviewPanelState_build__closure3, A.__OverviewPanelState_build__closure6, A.__OverviewPanelState_build__closure8, A.__OverviewPanelState_build__closure9, A.__OverviewPanelState_build__closure7, A.__OverviewPanelState_build__closure10, A.__DashboardSettingsState_build_closure6, A._DashboardFieldState_build_closure, A._CustomTabBarView_build_closure, A.DashboardScreenBuilder_build_closure, A.DashboardVM_fromStore_closure1, A.InvoiceSidebar_build_closure, A.InvoiceSidebar_build_closure0, A.InvoiceSidebar_build_closure1, A.InvoiceSidebar_build_closure2, A.InvoiceSidebar_build_closure3, A.InvoiceSidebar_build_closure4, A.PaymentSidebar_build_closure, A.PaymentSidebar_build_closure0, A.PaymentSidebar_build_closure1, A.PaymentSidebar_build_closure2, A.QuoteSidebar_build_closure, A.QuoteSidebar_build_closure0, A.QuoteSidebar_build_closure1, A.QuoteSidebar_build_closure2, A.QuoteSidebar_build_closure3, A.QuoteSidebar_build_closure4, A.TaskSidebar_build_closure, A.TaskSidebar_build_closure0, A.TaskSidebar_build_closure1, A.TaskSidebar_build_closure2, A.TaskSidebar_build_closure3, A.TaskSidebar_build_closure4, A.ExpenseSidbar_build_closure, A.ExpenseSidbar_build_closure0, A.ExpenseSidbar_build_closure1, A.ExpenseSidbar_build_closure2, A.DesignListBuilder_build_closure, A.DesignListBuilder_build__closure, A.DesignScreen_build_closure8, A.DesignScreen_build_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListItem_build_closure, A.DocumentListItem_build__closure0, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure0, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentScreen_build_closure5, A.DocumentScreen_build_closure12, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditDetailsState_build_closure0, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditNotesState_build_closure, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure11, A.ExpenseScreen_build_closure12, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewScreen_build_closure, A.ExpenseCategoryEditScreen_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryScreen_build_closure8, A.ExpenseCategoryScreen_build_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure1, A.GroupScreenBuilder_build_closure, A._GroupViewState_build_closure0, A.GroupViewScreen_build_closure, A._InvoiceEditState_build_closure0, A.InvoiceEditContacts_build_closure, A.InvoiceEditContacts_build_closure1, A.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure12, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A._InvoiceItemSelectorState_build__productList_closure, A._InvoiceItemSelectorState_build__taskList_closure, A._InvoiceItemSelectorState_build__expenseList_closure, A.InvoiceEmailScreen_build_closure, A.InvoiceListItem_build_closure, A.InvoiceListItem_build__closure0, A.InvoiceListBuilder_build_closure, A.InvoiceListBuilder_build__closure, A.InvoicePdfScreen_build_closure, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure13, A.InvoiceScreen_build_closure14, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A.InvoiceViewDocuments_build_closure, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A._InvoiceViewHistoryState_build_closure3, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A._PaymentEditState_build_closure7, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure19, A.PaymentScreen_build_closure18, A.PaymentScreen_build_closure14, A.PaymentScreen_build_closure15, A.PaymentScreenBuilder_build_closure, A._PaymentRefundState_build_closure0, A.PaymentRefundScreen_build_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, A.PaymentViewScreen_build_closure, A.PaymentTermEditScreen_build_closure, A.PaymentTermListBuilder_build_closure, A.PaymentTermListBuilder_build__closure, A.PaymentTermScreen_build_closure8, A.PaymentTermScreen_build_closure5, A.PaymentTermScreenBuilder_build_closure, A.PaymentTermViewScreen_build_closure, A.ProductEditScreen_build_closure, A.ProductListItem_build_closure, A.ProductListItem_build__closure0, A.ProductListBuilder_build_closure, A.ProductListBuilder_build__closure, A.ProductScreen_build_closure9, A.ProductScreen_build_closure6, A.ProductScreenBuilder_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewScreen_build_closure, A._ProjectEditState_build__closure3, A.ProjectEditScreen_build_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure2, A.ProjectListItem_build_closure, A.ProjectListItem_build__closure0, A.ProjectListBuilder_build_closure, A.ProjectListBuilder_build__closure, A.ProjectScreen_build_closure8, A.ProjectScreen_build_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewDocuments_build_closure, A.ProjectViewScreen_build_closure, A._PurchaseOrderEditState_build_closure0, A.PurchaseOrderEditDetailsScreen_build_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1, A.PurchaseOrderEditItemsScreen_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2, A.PurchaseOrderEditNotesScreen_build_closure, A.PurchaseOrderEditPDFScreen_build_closure, A.PurchaseOrderEditScreen_build_closure, A.PurchaseOrderEmailScreen_build_closure, A.PurchaseOrderListItem_build_closure, A.PurchaseOrderListItem_build__closure0, A.PurchaseOrderListBuilder_build_closure, A.PurchaseOrderListBuilder_build__closure, A.PurchaseOrderPdfScreen_build_closure, A.PurchaseOrderScreen_build_closure14, A.PurchaseOrderScreen_build_closure13, A.PurchaseOrderScreen_build_closure9, A.PurchaseOrderScreen_build_closure10, A.PurchaseOrderScreenBuilder_build_closure, A.PurchaseOrderViewScreen_build_closure, A._QuoteEditState_build_closure0, A.QuoteEditDetailsScreen_build_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, A.QuoteEditItemsScreen_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, A.QuoteEditNotesScreen_build_closure, A.QuoteEditPDFScreen_build_closure, A.QuoteEditScreen_build_closure, A.QuoteEmailScreen_build_closure, A.QuoteListItem_build_closure, A.QuoteListItem_build__closure0, A.QuoteListBuilder_build_closure, A.QuoteListBuilder_build__closure, A.QuotePdfScreen_build_closure, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure11, A.QuoteScreen_build_closure12, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure14, A.RecurringExpenseScreen_build_closure15, A.RecurringExpenseScreen_build_closure11, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A._RecurringInvoiceEditState_build_closure0, A.RecurringInvoiceEditDetailsScreen_build_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, A.RecurringInvoiceEditItemsScreen_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, A.RecurringInvoiceEditNotesScreen_build_closure, A.RecurringInvoiceEditPDFScreen_build_closure, A.RecurringInvoiceEditScreen_build_closure, A.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure11, A.RecurringInvoiceScreen_build_closure10, A.RecurringInvoiceScreenBuilder_build_closure, A.RecurringInvoiceViewScreen_build_closure, A.clientReport_closure1, A.contactReport_closure1, A.lineItemReport_closure13, A.creditReport_closure1, A.documentReport_closure2, A.expenseReport_closure1, A.lineItemReport_closure19, A.invoiceReport_closure0, A.invoiceReport_closure2, A.taxReport_closure0, A.paymentReport_closure1, A.paymentTaxReport_closure0, A.productReport_closure1, A.profitAndLossReport_closure0, A.lineItemReport_closure1, A.purchaseOrderReport_closure1, A.lineItemReport_closure7, A.quoteReport_closure1, A.recurringExpenseReport_closure1, A.recurringInvoiceReport_closure1, A.ReportCharts_build_closure, A.ReportCharts_build_closure1, A.ReportCharts_build_closure2, A.ReportCharts_build_closure4, A.ReportCharts_build_closure5, A.ReportCharts_build_closure7, A.ReportCharts_build_closure8, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure22, A._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure0, A.ReportResult_totalRows_closure, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, A.ReportsScreenBuilder_build_closure, A.ReportsScreenVM_fromStore_closure2, A.ReportsScreenVM_fromStore_closure3, A.ReportsScreenVM_fromStore_closure1, A.ReportsScreenVM_fromStore_closure, A.ReportsScreenVM_fromStore__closure3, A.calculateReportTotals_closure, A.taskItemReport_closure1, A.taskReport_closure1, A.transactionReport_closure4, A.vendorReport_closure1, A._ScheduleEditState_build__closure1, A.ScheduleEditScreen_build_closure, A.ScheduleListBuilder_build_closure, A.ScheduleListBuilder_build__closure, A.ScheduleScreen_build_closure8, A.ScheduleScreen_build_closure5, A.ScheduleScreenBuilder_build_closure, A.ScheduleViewScreen_build_closure, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A._CompanyDetailsState_build_closure16, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, A.CreditCardsAndBanksScreen_build_closure, A.CustomFieldsScreen_build_closure, A.DataVisualizationsScreen_build_closure, A._DeviceSettingsState_build_closure9, A.DeviceSettingsScreen_build_closure, A.DeviceSettingsVM_fromStore_closure1, A.DeviceSettingsVM_fromStore_closure7, A.DeviceSettingsVM_fromStore_closure4, A.DeviceSettingsVM_fromStore_closure5, A.DeviceSettingsVM_fromStore_closure8, A.DeviceSettingsVM_fromStore_closure19, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure14, A.DeviceSettingsVM_fromStore_closure18, A.DeviceSettingsVM_fromStore_closure16, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure11, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A._GeneratedNumbersState_build_closure18, A.GeneratedNumbersScreen_build_closure, A._ImportExportState_build_closure10, A._ImportExportState_build_closure11, A.__FileMapperState_build_closure4, A._FieldMapper_build_closure, A.ImportExportScreen_build_closure, A.InvoiceDesignScreen_build_closure, A.InvoiceDesignVM_fromStore_closure0, A._LocalizationSettingsState_build_closure0, A._LocalizationSettingsState_build_closure8, A.LocalizationScreen_build_closure, A.PaymentsSettingsScreen_build_closure, A.ProductSettingsScreen_build_closure, A.SettingsSearch_build_closure, A.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure, A._SettingsWizardState_build_closure6, A.TaskSettingsScreen_build_closure, A.TaxSettingsScreen_build_closure, A._TemplatesAndRemindersState_build_closure6, A.TemplatesAndRemindersScreen_build_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_build_closure14, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure6, A.UserDetailsVM_fromStore__closure6, A.UserDetailsVM_fromStore___closure7, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore__closure4, A.UserDetailsVM_fromStore___closure4, A.UserDetailsVM_fromStore____closure0, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure8, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A._TaskEditState_build_closure0, A._TaskEditDesktopState_build__closure, A._TaskEditDesktopState_build__closure1, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure1, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard__closure, A.KanbanViewState_build__closure5, A.KanbanViewState_build__closure, A.KanbanViewState_build__closure1, A.KanbanViewState_build___closure1, A._KanbanViewBuilderState_build_closure, A.TaskListItem_build_closure0, A.TaskListItem_build__closure0, A.TaskListBuilder_build_closure, A.TaskListBuilder_build__closure, A.TaskScreen_build_closure19, A.TaskScreen_build_closure18, A.TaskScreen_build_closure15, A.TaskScreen_build_closure14, A.TaskScreenBuilder_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewScreen_build_closure, A.TaskStatusEditScreen_build_closure, A._TaskStatusListState_build_closure0, A.TaskStatusListBuilder_build_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure6, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, A.TaxRateSettingsScreen_build_closure4, A.TaxRateSettingsScreen_build_closure1, A.TaxRateScreenBuilder_build_closure, A.TaxRateViewScreen_build_closure, A.TokenEditScreen_build_closure, A.TokenEditVM_TokenEditVM$fromStore___closure, A.TokenListBuilder_build_closure, A.TokenListBuilder_build__closure, A.TokenScreen_build_closure8, A.TokenScreen_build_closure5, A.TokenScreenBuilder_build_closure, A.TokenViewScreen_build_closure, A._TransactionEditState_build__closure0, A._TransactionEditState_build__closure5, A.TransactionEditScreen_build_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure2, A.TransactionListItem_build_closure, A.TransactionListItem_build__closure0, A.TransactionListBuilder_build_closure, A.TransactionListBuilder_build__closure, A.TransactionScreen_build_closure15, A.TransactionScreen_build_closure14, A.TransactionScreen_build_closure11, A.TransactionScreenBuilder_build_closure, A._MatchDepositsState_updateInvoiceList_closure0, A._MatchDepositsState_updatePaymentList_closure0, A._MatchDepositsState_build_closure10, A._MatchDepositsState_build_closure11, A._MatchDepositsState_build_closure13, A._MatchDepositsState_build_closure12, A._MatchDepositsState_build_closure15, A._MatchDepositsState_build_closure14, A._MatchWithdrawalsState_updateCategoryList_closure0, A._MatchWithdrawalsState_updateVendorList_closure0, A._MatchWithdrawalsState_updateExpenseList_closure0, A._MatchWithdrawalsState_build_closure7, A._MatchWithdrawalsState_build_closure8, A._MatchWithdrawalsState_build_closure10, A._MatchWithdrawalsState_build_closure9, A._MatchWithdrawalsState_build_closure15, A._MatchWithdrawalsState_build_closure14, A._MatchWithdrawalsState_build_closure20, A._MatchWithdrawalsState_build_closure19, A.TransactionViewScreen_build_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure2, A.TransactionViewVM_TransactionViewVM$fromStore_closure3, A.TransactionViewVM_TransactionViewVM$fromStore_closure0, A._TransactionRuleEditState_build__closure6, A._TransactionRuleEditState_build__closure8, A.TransactionRuleEditScreen_build_closure, A.TransactionRuleListBuilder_build_closure, A.TransactionRuleListBuilder_build__closure, A.TransactionRuleScreen_build_closure8, A.TransactionRuleScreen_build_closure5, A.TransactionRuleScreenBuilder_build_closure, A.TransactionRuleViewScreen_build_closure, A._UserEditState_build_closure2, A.UserEditScreen_build_closure, A.UserEditVM_UserEditVM$fromStore___closure, A.UserListBuilder_build_closure, A.UserListBuilder_build__closure, A.UserScreen_build_closure8, A.UserScreen_build_closure5, A.UserScreenBuilder_build_closure, A.UserViewScreen_build_closure, A.VendorEditContactsScreen_build_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, A.VendorEditScreen_build_closure, A.VendorListItem_build_closure, A.VendorListItem_build__closure0, A.VendorListBuilder_build_closure, A.VendorListBuilder_build__closure, A.VendorScreen_build_closure8, A.VendorScreen_build_closure5, A.VendorScreenBuilder_build_closure, A._VendorViewActivityState_build_closure0, A._VendorViewActivityState_build_closure, A.VendorViewDocuments_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.WebhookEditScreen_build_closure, A.WebhookViewScreen_build_closure, A.WebhookListBuilder_build_closure, A.WebhookListBuilder_build__closure, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.passwordCallback_closure2, A._ExampleEditorState__buildImageToolbar_closure, A._darkModeStyles_closure, A._darkModeStyles_closure0, A._darkModeStyles_closure1, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.RenderPopover_paint_closure, A.RenderPopover_hitTestChildren_closure, A._CupertinoPopoverToolbarState__buildContent_closure, A._RenderIosPagedMenu__hitTestChild_closure, A._PinputState__buildPinput__closure, A._PinputState__buildFields_closure, A.__PinputState_State_RestorationMixin_dispose_closure, A.PdfPreviewCustomState__createPreview_closure, A._QrImageViewState_build_closure, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelImp__handleAsyncState_closure1, A.ImageUrlConversionReaction_react_closure0, A.LinkifyReaction__extractUpstreamWordAndLinkify_closure0, A._CaretDocumentOverlayState_doBuild_closure, A._KeyboardEditingToolbarState__buildToolbarOverlay_closure, A._KeyboardEditingToolbarState__buildToolbar_closure, A._KeyboardEditingToolbarState__buildToolbar__closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.defaultStylesheet_closure9, A.taskStyles_closure, A.TextComponentState_build_closure, A.GroupedOverlayPortalController__visibleControllers_closure, A.AndroidControlsDocumentLayerState__buildCaret_closure, A._IosFloatingToolbarOverlayState_build_closure, A.SuperAndroidTextFieldState__buildTextField_closure, A.SuperAndroidTextFieldState__buildSelectableText_closure0, A.SuperAndroidTextFieldState__buildSelectableText_closure, A.SuperAndroidTextFieldState__buildPopoverToolbar_closure, A.SuperDesktopTextFieldState__buildSelectableText_closure0, A.SuperDesktopTextFieldState__buildSelectableText_closure, A.IOSFloatingCursor_build_closure, A.SuperIOSTextFieldState__buildTextField_closure, A.SuperIOSTextFieldState__buildSelectableText_closure0, A.SuperIOSTextFieldState__buildSelectableText_closure, A.SuperIOSTextFieldState__buildPopoverToolbar_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0]); _inheritMany(A.Error, [A.CanvasKitError, A.FontLoadError, A.LateError, A.TypeError, A.JsNoSuchMethodError, A.UnknownJsTypeError, A._CyclicInitializationError, A.RuntimeError, A._Error, A.JsonUnsupportedObjectError, A.AssertionError, A.ArgumentError, A.NoSuchMethodError, A.UnsupportedError, A.UnimplementedError, A.StateError, A.ConcurrentModificationError, A.BuiltValueNullFieldError, A.BuiltValueNestedFieldError, A.DeserializationError, A._FlutterError_Error_DiagnosticableTreeMixin, A.StoreProviderError, A.ConverterError, A.ValueStreamError]); + _inherit(A.EngineFlutterDisplay, A.Display); _inheritMany(A.FontLoadError, [A.FontNotFoundError, A.FontDownloadError, A.FontInvalidDataError]); _inheritMany(A.PersistedSurface, [A.PersistedContainerSurface, A.PersistedLeafSurface]); - _inheritMany(A.PersistedContainerSurface, [A.PersistedBackdropFilter, A._PersistedClipRect_PersistedContainerSurface__DomClip, A._PersistedClipRRect_PersistedContainerSurface__DomClip, A.PersistedClipPath, A.PersistedOffset, A.PersistedOpacity, A.PersistedScene, A.PersistedTransform]); + _inheritMany(A.PersistedContainerSurface, [A.PersistedBackdropFilter, A._PersistedClipRect_PersistedContainerSurface__DomClip, A._PersistedClipRRect_PersistedContainerSurface__DomClip, A.PersistedClipPath, A.PersistedImageFilter, A.PersistedOffset, A.PersistedOpacity, A.PersistedScene, A.PersistedTransform]); _inheritMany(A.EngineCanvas, [A.BitmapCanvas, A._DomCanvas_EngineCanvas_SaveElementStackTracking]); _inherit(A.PersistedClipRect, A._PersistedClipRect_PersistedContainerSurface__DomClip); _inherit(A.PersistedClipRRect, A._PersistedClipRRect_PersistedContainerSurface__DomClip); @@ -607139,7 +623074,7 @@ _inheritMany(A._BaseAdapter, [A.__PointerAdapter__BaseAdapter__WheelEventListenerMixin, A._TouchAdapter, A.__MouseAdapter__BaseAdapter__WheelEventListenerMixin]); _inherit(A._PointerAdapter, A.__PointerAdapter__BaseAdapter__WheelEventListenerMixin); _inherit(A._MouseAdapter, A.__MouseAdapter__BaseAdapter__WheelEventListenerMixin); - _inheritMany(A.PrimaryRoleManager, [A.Checkable, A.Dialog0, A.ImageRoleManager, A.Incrementable, A.Scrollable0, A.GenericRole, A.Button, A.TextField0]); + _inheritMany(A.PrimaryRoleManager, [A.Checkable, A.Dialog0, A.ImageRoleManager, A.Incrementable, A.PlatformViewRoleManager, A.Scrollable0, A.GenericRole, A.Button, A.TextField0]); _inheritMany(A.RoleManager, [A.RouteName, A.Focusable, A.LabelAndValue, A.LiveRegion, A.Tappable]); _inheritMany(A.SemanticsEnabler, [A.DesktopSemanticsEnabler, A.MobileSemanticsEnabler]); _inherit(A.DefaultTextEditingStrategy, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin); @@ -607161,15 +623096,12 @@ _inheritMany(A.GloballyPositionedTextEditingStrategy, [A.IOSTextEditingStrategy, A.AndroidTextEditingStrategy, A.FirefoxTextEditingStrategy]); _inheritMany(A.TextInputCommand, [A.TextInputSetClient, A.TextInputUpdateConfig, A.TextInputSetEditingState, A.TextInputShow, A.TextInputSetEditableSizeAndTransform, A.TextInputSetStyle, A.TextInputClearClient, A.TextInputHide, A.TextInputSetMarkedTextRect, A.TextInputSetCaretRect, A.TextInputRequestAutofill, A.TextInputFinishAutofillContext]); _inheritMany(A.DimensionsProvider, [A.CustomElementDimensionsProvider, A.FullPageDimensionsProvider]); - _inherit(A.EmbeddingStrategy, A._EmbeddingStrategy_Object__ContextMenu); _inheritMany(A.EmbeddingStrategy, [A.CustomElementEmbeddingStrategy, A.FullPageEmbeddingStrategy]); _inherit(A.SingletonFlutterWindow, A.FlutterView); _inherit(A.EngineFlutterWindow, A.SingletonFlutterWindow); - _inherit(A.EngineSingletonFlutterWindow, A.EngineFlutterWindow); - _inherit(A._ContentType, A._HeaderValue); - _inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JSNumber, J.JSString]); + _inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JavaScriptBigInt, J.JavaScriptSymbol, J.JSNumber, J.JSString]); _inheritMany(J.JavaScriptObject, [J.LegacyJavaScriptObject, J.JSArray, A.NativeByteBuffer, A.NativeTypedData, A.EventTarget, A.AccessibleNodeList, A.Event, A.Blob, A.BluetoothRemoteGattDescriptor, A.CanvasRenderingContext2D, A.Client, A.Credential, A.CssStyleValue, A.CssTransformComponent, A.CssRule, A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase, A.DataTransferItemList, A.ReportBody, A.DomError, A.DomException0, A._DomRectList_JavaScriptObject_ListMixin, A.DomRectReadOnly0, A._DomStringList_JavaScriptObject_ListMixin, A.DomTokenList0, A._FileList_JavaScriptObject_ListMixin, A.Gamepad, A.GamepadButton, A.History, A._HtmlCollection_JavaScriptObject_ListMixin, A.ImageData, A.Location, A.MediaError, A.MediaList, A._MidiInputMap_JavaScriptObject_MapMixin, A._MidiOutputMap_JavaScriptObject_MapMixin, A.MimeType, A._MimeTypeArray_JavaScriptObject_ListMixin, A.NavigatorConcurrentHardware, A.NavigatorUserMediaError, A._NodeList_JavaScriptObject_ListMixin, A.OverconstrainedError, A.Plugin, A._PluginArray_JavaScriptObject_ListMixin, A.PositionError, A.RelatedApplication, A.RtcLegacyStatsReport, A._RtcStatsReport_JavaScriptObject_MapMixin, A.SpeechGrammar, A._SpeechGrammarList_JavaScriptObject_ListMixin, A.SpeechRecognitionResult, A._Storage_JavaScriptObject_MapMixin, A.StyleSheet, A._TextTrackCueList_JavaScriptObject_ListMixin, A.TimeRanges, A.Touch, A._TouchList_JavaScriptObject_ListMixin, A.TrackDefaultList, A.Url, A.VideoTrack, A.VttRegion, A.__CssRuleList_JavaScriptObject_ListMixin, A.__GamepadList_JavaScriptObject_ListMixin, A.__NamedNodeMap_JavaScriptObject_ListMixin, A._Report, A.__SpeechRecognitionResultList_JavaScriptObject_ListMixin, A.__StyleSheetList_JavaScriptObject_ListMixin, A.Cursor, A.KeyRange, A.ObjectStore, A.Observation, A.ObserverChanges, A.Angle, A.Length, A._LengthList_JavaScriptObject_ListMixin, A.Number, A._NumberList_JavaScriptObject_ListMixin, A.PointList, A._StringList_JavaScriptObject_ListMixin, A.Transform0, A._TransformList_JavaScriptObject_ListMixin, A.AudioBuffer, A.AudioParam, A._AudioParamMap_JavaScriptObject_MapMixin, A.AudioTrack]); - _inheritMany(J.LegacyJavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.LoadConfig, A.GoogleAuthInitFailureError, A.GoogleAuthSignInError, A.OfflineAccessResponse, A.GoogleAuth, A._GoogleAuth, A.IsSignedIn, A.CurrentUser, A.SigninOptions, A.OfflineAccessOptions, A.ClientConfig, A.SigninOptionsBuilder, A.BasicProfile, A.AuthResponse, A.AuthorizeConfig, A.AuthorizeResponse, A.GoogleUser, A._GoogleUser, A.Promise0, A.Promise1, A.BindConfiguration, A.Data, A.Boundary, A.ViewPort, A.Options, A.CroppieJS, A.AccountInfo, A.AuthenticationResult0, A.Configuration0, A.BrowserAuthOptions, A.CacheOptions, A.BrowserSystemOptions, A.LoggerOptions, A.JsError, A.EventMessage, A.Logger1, A.NavigationOptions, A.NetworkRequestOptions, A.NetworkResponse, A.PublicClientApplication0, A.CommonAuthorizationUrlRequest0, A.CommonEndSessionRequest, A.CommonSilentFlowRequest, A.Promise2, A.Array, A.Object0, A.Reflect, A.NodeCrypto, A.PdfJs, A.Settings, A.PdfJsDocLoader, A.PdfJsDoc, A.PdfJsPage, A.PdfJsViewport, A.PdfJsRender, A.SignInWithAppleInitOptions, A.SignInResponseI, A.AuthorizationI, A.UserI, A.NameI]); + _inheritMany(J.LegacyJavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.LoadConfig, A.GoogleAuthInitFailureError, A.GoogleAuthSignInError, A.OfflineAccessResponse, A.GoogleAuth, A._GoogleAuth, A.IsSignedIn, A.CurrentUser, A.SigninOptions, A.OfflineAccessOptions, A.ClientConfig, A.SigninOptionsBuilder, A.BasicProfile, A.AuthResponse, A.AuthorizeConfig, A.AuthorizeResponse, A.GoogleUser, A._GoogleUser, A.Promise, A.Promise0, A.BindConfiguration, A.Data, A.Boundary, A.ViewPort, A.Options, A.CroppieJS, A.AccountInfo, A.AuthenticationResult0, A.Configuration0, A.BrowserAuthOptions, A.CacheOptions, A.BrowserSystemOptions, A.LoggerOptions, A.JsError, A.EventMessage, A.Logger1, A.NavigationOptions, A.NetworkRequestOptions, A.NetworkResponse, A.PublicClientApplication0, A.CommonAuthorizationUrlRequest0, A.CommonEndSessionRequest, A.CommonSilentFlowRequest, A.Promise1, A.Array, A.Object0, A.Reflect, A.NodeCrypto, A.PdfJs, A.Settings, A.PdfJsDocLoader, A.PdfJsDoc, A.PdfJsPage, A.PdfJsViewport, A.PdfJsRender, A.SignInWithAppleInitOptions, A.SignInResponseI, A.AuthorizationI, A.UserI, A.NameI]); _inherit(J.JSUnmodifiableArray, J.JSArray); _inheritMany(J.JSNumber, [J.JSInt, J.JSNumNotInt]); _inheritMany(A._CastIterableBase, [A.CastIterable, A.__CastListBase__CastIterableBase_ListMixin, A.CastSet, A.CastQueue]); @@ -607186,14 +623118,14 @@ _inherit(A.EfficientLengthFollowedByIterable, A.FollowedByIterable); _inherit(A.ListMapView, A.UnmodifiableMapBase); _inheritMany(A._Record, [A._Record2, A._Record3, A._RecordN]); - _inheritMany(A._Record2, [A._Record_2, A._Record_2_cacheSize_max78Tex78tLength, A._Record_2_key_value]); - _inheritMany(A._Record3, [A._Record_3_breaks_graphemes_words, A._Record_3_large_medium_small, A._Record_3_x78_y_z]); + _inheritMany(A._Record2, [A._Record_2, A._Record_2_cacheSize_max78Tex78tLength, A._Record_2_key_value, A._Record_2_wordEnd_wordStart]); + _inheritMany(A._Record3, [A._Record_3, A._Record_3_breaks_graphemes_words, A._Record_3_large_medium_small, A._Record_3_x78_y_z]); _inherit(A._Record_4_domBlurListener_domFocusListener_element_semanticsNodeId, A._RecordN); _inherit(A._UnmodifiableMapView_MapView__UnmodifiableMapMixin, A.MapView); _inherit(A.UnmodifiableMapView, A._UnmodifiableMapView_MapView__UnmodifiableMapMixin); _inherit(A.ConstantMapView, A.UnmodifiableMapView); _inheritMany(A.ConstantMap, [A.ConstantStringMap, A.GeneralConstantMap]); - _inheritMany(A.SetBase, [A.ConstantSet, A._SetBase, A._CssClassSetImpl]); + _inheritMany(A.SetBase, [A.ConstantSet, A._SetBase, A._UnmodifiableSetView_SetBase__UnmodifiableSetMixin, A._CssClassSetImpl]); _inheritMany(A.ConstantSet, [A.ConstantStringSet, A.GeneralConstantSet]); _inherit(A.Instantiation1, A.Instantiation); _inherit(A.NullError, A.TypeError); @@ -607208,13 +623140,13 @@ _inheritMany(A.NativeTypedArrayOfDouble, [A.NativeFloat32List, A.NativeFloat64List]); _inheritMany(A.NativeTypedArrayOfInt, [A.NativeInt16List, A.NativeInt32List, A.NativeInt8List, A.NativeUint16List, A.NativeUint32List, A.NativeUint8ClampedList, A.NativeUint8List]); _inherit(A._TypeError, A._Error); - _inheritMany(A.Stream, [A._StreamImpl, A.StreamView, A._EmptyStream, A._MultiStream, A._ForwardingStream, A._BoundSinkStream, A._EventStream, A._FileStream, A.DeferStream, A._BehaviorSubjectStream, A._SubjectStream]); + _inheritMany(A.Stream, [A._StreamImpl, A.StreamView, A._EmptyStream, A._MultiStream, A._ForwardingStream, A._BoundSinkStream, A._EventStream, A._FileStream, A.DeferStream, A._BehaviorSubjectStream, A._SubjectStream, A._EventStream0]); _inherit(A._ControllerStream, A._StreamImpl); _inherit(A._BroadcastStream, A._ControllerStream); _inheritMany(A._BufferingStreamSubscription, [A._ControllerSubscription, A._ForwardingStreamSubscription, A._SinkTransformerStreamSubscription]); _inherit(A._BroadcastSubscription, A._ControllerSubscription); _inheritMany(A._BroadcastStreamController, [A._SyncBroadcastStreamController, A._AsyncBroadcastStreamController]); - _inheritMany(A._Completer, [A._AsyncCompleter, A._SyncCompleter]); + _inherit(A._AsyncCompleter, A._Completer); _inheritMany(A._StreamController, [A._AsyncStreamController, A._SyncStreamController]); _inherit(A._StreamControllerAddStreamState, A._AddStreamState); _inheritMany(A._DelayedEvent, [A._DelayedData, A._DelayedError]); @@ -607226,6 +623158,7 @@ _inheritMany(A._HashMap, [A._IdentityHashMap, A._CustomHashMap]); _inheritMany(A._SetBase, [A._HashSet, A._LinkedHashSet]); _inheritMany(A._DoubleLinkedQueueEntry, [A._DoubleLinkedQueueElement, A._DoubleLinkedQueueSentinel]); + _inherit(A.UnmodifiableSetView, A._UnmodifiableSetView_SetBase__UnmodifiableSetMixin); _inheritMany(A._SplayTreeNode, [A._SplayTreeSetNode, A._SplayTreeMapNode]); _inheritMany(A._SplayTree, [A._SplayTreeMap__SplayTree_MapMixin, A._SplayTreeSet__SplayTree_Iterable]); _inherit(A.SplayTreeMap, A._SplayTreeMap__SplayTree_MapMixin); @@ -607332,10 +623265,10 @@ _inherit(A.OutputStream, A.OutputStreamBase); _inherit(A.DiagnosticableTree, A._DiagnosticableTree_Object_Diagnosticable); _inheritMany(A.DiagnosticableTree, [A.Widget, A.Element0, A.InlineSpan, A.SemanticsHintOverrides, A.SemanticsProperties]); - _inheritMany(A.Widget, [A.StatefulWidget, A.StatelessWidget, A.RenderObjectWidget, A._NullWidget, A.ProxyWidget, A._NullWidget0, A._NullWidget3, A._NullWidget5]); - _inheritMany(A.StatefulWidget, [A.BoardItem, A.BoardList, A.BoardView, A.BaseChart, A.DropTarget, A.CupertinoActivityIndicator, A.CupertinoButton, A.CupertinoCheckbox, A.CupertinoDesktopTextSelectionToolbarButton, A.CupertinoTextMagnifier, A.CupertinoRadio, A._CupertinoBackGestureDetector, A.RawScrollbar, A.CupertinoSwitch, A._CupertinoTextSelectionToolbarContent, A.CupertinoTextSelectionToolbarButton, A.LicensePage, A._PackagesView, A._PackageLicensePage, A._MasterDetailFlow, A._MasterDetailScaffold, A.MaterialApp, A.AppBar, A.SliverAppBar, A.BottomAppBar, A.BottomSheet, A.RawMaterialButton, A.ButtonStyleButton, A.CalendarDatePicker, A._DatePickerModeToggleButton, A._MonthPicker, A._DayPicker, A.YearPicker, A.Checkbox, A._SortArrow, A.DatePickerDialog, A.DrawerController, A._DropdownMenuItemButton, A._DropdownMenu, A.DropdownButton, A.FormField, A.ExpandIcon, A.ExpansionPanelList, A.Ink, A._InkResponseStateWidget, A.InputDatePickerFormField, A._BorderContainer, A.AnimatedWidget, A._HelperError, A.InputDecorator, A.TextMagnifier, A.Material, A.ImplicitlyAnimatedWidget, A.MergeableMaterial, A._ZoomEnterTransition, A._ZoomExitTransition, A.PopupMenuEntry, A.PopupMenuButton, A.ProgressIndicator, A.Radio, A.RefreshIndicator, A.ReorderableListView, A.ScaffoldMessenger, A._FloatingActionButtonTransition, A.Scaffold, A._StandardBottomSheet, A.SelectableText, A._MaterialSwitch, A.DefaultTabController, A.TabBar, A.TabBarView, A.TextField, A._TextSelectionToolbarOverflowable, A._Dial, A._TimePickerInput, A._HourMinuteTextField, A.TimePickerDialog, A._TimePicker, A.Tooltip, A.Actions, A.FocusableActionDetector, A.AnimatedCrossFade, A.AnimatedSize, A.AnimatedSwitcher, A.WidgetsApp, A.StreamBuilderBase, A.FutureBuilder, A.RawAutocomplete, A.AutofillGroup, A.AutomaticKeepAlive, A.StatefulBuilder, A.DraggableScrollableSheet, A.DualTransitionBuilder, A.EditableText, A._ScribbleFocusable, A.Focus, A.FocusTraversalGroup, A.Form, A.RawGestureDetector, A.Hero, A.Image, A.InteractiveViewer, A.Localizations, A._MediaQueryFromView, A.Navigator, A._OverlayEntryWidget, A.Overlay, A.OverlayPortal, A.GlowingOverscrollIndicator, A.StretchingOverscrollIndicator, A.PageView, A.PlatformViewLink, A.SliverReorderableList, A._ReorderableItem, A.RestorationScope, A.RootRestorationScope, A.Router, A._ModalScope, A._SelectionKeepAlive, A.ScrollNotificationObserver, A.Scrollable, A._ScrollableSelectionHandler, A.SelectionContainer, A.SharedAppData, A.Shortcuts, A.ShortcutRegistrar, A._FloatingHeader, A._SelectionToolbarWrapper, A._SelectionHandleOverlay, A.TextSelectionGestureDetector, A.TickerMode, A.UndoHistory, A.ValueListenableBuilder, A.WillPopScope, A.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, A._StoreStreamListener, A.SlidableAutoCloseBarrierNotificationSender, A.SlidableAutoCloseBarrierBehaviorListener, A._SlidableNotificationSender, A.SlidableDismissal, A.SlidableGestureDetector, A.SlidableGroupBehaviorListener, A.SlidableNotificationSender, A.SlidableScrollingBehavior, A.ActionPane, A.Slidable, A.StyledToast, A._StyledToastWidget, A.CountryPickerDialog, A.IntlPhoneField, A.InvoiceNinjaApp, A._MergClientPicker, A.AppBottomBar, A.AppBuilder, A.ChangeLayoutBanner, A.DesktopSessionTimeout, A.HealthCheckDialog, A.MultiSelectList, A.DocumentGrid, A.EntityListTile, A.EntitiesListTile, A.EntityDropdown, A.EntityDropdownDialog, A.FormColorPicker, A.CustomField, A.DatePicker, A.DecoratedFormField, A.DurationPicker, A.GrowableFormField, A.PasswordFormField, A.TimePicker, A.HistoryListTile, A.InvoiceEmailView, A.TaxRateDropdown, A.LinkTextRelatedEntity, A.ListFilter, A.LiveText, A.MenuDrawer, A.DrawerTile, A.ContactUsDialog, A.DropDownMultiSelect, A.ReviewApp, A.ScrollableListView, A.ScrollableListViewBuilder, A.AccountSmsVerification, A.UserSmsVerification, A.SystemLogViewer, A.AppPaginatedDataTable, A.EntityList, A.UpgradeDialog, A.VariablesHelp, A.WebSessionTimeout, A.WebSocketRefresh, A.WindowManager, A.LoginView, A.BankAccountEdit, A.BankAccountView, A.ClientPdfView, A.ClientEdit, A.ClientEditBillingAddress, A.ClientEditContacts, A.ContactEditDetails, A.ClientEditDetails, A.ClientEditNotes, A.ClientEditSettings, A.ClientEditShippingAddress, A.ClientView, A.ClientViewActivity, A.ClientViewDetails, A.ClientViewFullwidth, A.ClientViewLedger, A.ClientViewSystemLogs, A.CompanyGatewayList, A.CompanyGatewayEdit, A.GatewayConfigField, A.LimitEditor, A.FeesEditor, A.CompanyGatewayView, A._CompanyGatewaySystemLog, A.CreditEdit, A.DashboardChart, A.DashboardDateRangePicker, A._DashboardPanel, A._OverviewPanel, A._DashboardSettings, A._DashboardField, A.DashboardScreen, A.DesignEdit, A.DesignSettings, A.PdfDesignPreview, A._DesignImportDialog, A.DesignView, A.DocumentEdit, A.DocumentView, A.ExpenseEdit, A.ExpenseEditDetails, A.ExpenseEditNotes, A.ExpenseEditSettings, A.ExpenseView, A.ExpenseViewSchedule, A.ExpenseCategoryEdit, A.ExpenseCategoryView, A.GroupEdit, A.GroupView, A.InvoiceEdit, A._ContactListTile, A.InvoiceEditDesktop, A._PdfPreview0, A.InvoiceEditDetails, A.InvoiceEditItems, A.ItemEditDetails, A.InvoiceEditItemsDesktop, A.InvoiceEditNotes, A.InvoiceEditPDF, A.InvoiceItemSelector, A.InvoicePdfView, A.InvoiceView, A.InvoiceViewActivity, A.InvoiceViewHistory, A.InvoiceViewSchedule, A.PaymentEdit, A.PaymentableEditor, A.PaymentRefund, A.PaymentableEditor0, A.PaymentView, A.PaymentTermEdit, A.PaymentTermView, A.ProductEdit, A.ProductView, A.ProductOverview, A.ProjectEdit, A.ProjectView, A.ProjectOverview, A.PurchaseOrderEdit, A.QuoteEdit, A.RecurringInvoiceEdit, A.ReportDataTable, A.ScheduleEdit, A.ScheduleView, A.AccountManagement, A.ClientPortal, A.CompanyDetails, A.CreditCardsAndBanks, A.CustomFields, A.CustomFormField, A.DataVisualizations, A.DeviceSettings, A.EmailSettings, A.ExpenseSettings, A.GeneratedNumbers, A.EntityNumberSettings, A.ImportExport, A._FileImport, A._FileMapper, A.InvoiceDesign, A._PdfPreview, A.LocalizationSettings, A._AddCompanyDialog, A.PaymentSettings, A.ProductSettings, A.SettingsList, A.SettingsListTile, A.SettingsWizard, A.TaskSettings, A.TaxSettings, A._EditSubregionDialog, A.TemplatesAndReminders, A.ReminderSettings, A.UserDetails, A._EnableTwoFactor, A.WorkflowSettings, A.SubscriptionEdit, A.SubscriptionView, A.UpdateDialog, A.TaskEdit, A.TaskEditDesktop, A.TaskEditDetails, A.TaskEditTimes, A.TimeEditDetails, A.KanbanTaskCard, A.KanbanStatusCard, A.KanbanView, A.KanbanViewBuilder, A.TaskView, A.TaskOverview, A.TaskStatusEdit, A.TaskStatusList, A.TaskStatusView, A.TaxRateEdit, A.TaxRateView, A.TokenEdit, A.TokenView, A.TransactionEdit, A.TransactionView, A._MatchDeposits, A._MatchWithdrawals, A.TransactionRuleEdit, A._RuleCriteria, A.TransactionRuleView, A.UserEdit, A.VendorEdit, A.VendorEditAddress, A.VendorEditContacts, A.VendorContactEditDetails, A.VendorEditDetails, A.VendorEditNotes, A.VendorEditSettings, A.VendorView, A.VendorViewActivity, A.VendorViewDetails, A.VendorViewFullwidth, A.WebhookEdit, A.WebhookView, A.PasswordConfirmation, A.FieldConfirmation, A.RunTemplateDialog, A.ExampleEditor, A.EditorToolbar, A.ImageFormatToolbar, A.FadeWidget, A.OctoImage, A.CupertinoPopoverToolbar, A.PinchZoom, A.Pinput, A._PinputAnimatedCursor, A.PdfPreviewCustom, A.PdfPreview, A.QrImageView, A.RoundedLoadingButton, A.IStatefulWidget, A.BoxComponent, A.CaretDocumentOverlay, A.EditorSelectionAndFocusPolicy, A.DocumentMouseInteractor, A.AndroidDocumentTouchInteractor, A.AndroidDocumentTouchEditingControls, A.IOSDocumentTouchInteractor, A.SuperEditorHardwareKeyHandler, A.ImeFocusPolicy, A.DocumentSelectionOpenAndCloseImePolicy, A.SoftwareKeyboardOpener, A.SuperEditorImeInteractor, A.DocumentScrollable, A.SingleColumnDocumentLayout, A._PresenterComponentBuilder, A.SuperEditor, A.TaskComponent, A.TextComponent, A.MultiListenableBuilder, A.BlinkingCaret, A.NonReparentingFocus, A.FocusWithCustomParent, A.IosDocumentTouchEditingControls, A.AndroidEditingOverlayControls, A.AndroidTextFieldTouchInteractor, A.SuperAndroidTextField, A.SuperDesktopTextField, A.SuperTextFieldGestureInteractor, A.SuperTextFieldKeyboardInteractor, A.SuperTextFieldImeInteractor, A.SuperTextFieldScrollview, A.TextScrollView, A.IOSEditingControls, A.IOSTextFieldTouchInteractor, A.SuperIOSTextField, A.SuperTextField, A.TextLayoutCaret, A.SuperText, A.SuperTextWithSelection, A._RebuildOptimizedSuperTextWithSelection, A.VsScrollbar]); + _inheritMany(A.Widget, [A.StatefulWidget, A.RenderObjectWidget, A.StatelessWidget, A._NullWidget, A.ProxyWidget, A._NullWidget0, A.RootWidget, A._NullWidget3, A._NullWidget5]); + _inheritMany(A.StatefulWidget, [A.BoardItem, A.BoardList, A.BoardView, A.BaseChart, A.DropTarget, A.CupertinoActivityIndicator, A.CupertinoButton, A.CupertinoCheckbox, A.CupertinoDesktopTextSelectionToolbarButton, A.CupertinoTextMagnifier, A.CupertinoRadio, A._CupertinoBackGestureDetector, A.RawScrollbar, A.CupertinoSwitch, A._CupertinoTextSelectionToolbarContent, A.CupertinoTextSelectionToolbarButton, A.LicensePage, A._PackagesView, A._PackageLicensePage, A._MasterDetailFlow, A._MasterDetailScaffold, A.MaterialApp, A.AppBar, A.SliverAppBar, A.BottomAppBar, A.BottomSheet, A.RawMaterialButton, A.ButtonStyleButton, A.CalendarDatePicker, A._DatePickerModeToggleButton, A._MonthPicker, A._DayPicker, A._Day, A.YearPicker, A.Checkbox, A._SortArrow, A.DatePickerDialog, A.DrawerController, A._DropdownMenuItemButton, A._DropdownMenu, A._DropdownRoutePage, A.DropdownButton, A.FormField, A.ExpandIcon, A.ExpansionPanelList, A._SelectableIconButton, A.Ink, A._InkResponseStateWidget, A.InputDatePickerFormField, A._BorderContainer, A.AnimatedWidget, A._HelperError, A.InputDecorator, A.TextMagnifier, A.Material, A.ImplicitlyAnimatedWidget, A.MergeableMaterial, A._ZoomEnterTransition, A._ZoomExitTransition, A.PopupMenuEntry, A.PopupMenuButton, A.ProgressIndicator, A.Radio, A.RefreshIndicator, A.ReorderableListView, A.ScaffoldMessenger, A._FloatingActionButtonTransition, A.Scaffold, A._StandardBottomSheet, A.SelectableText, A._MaterialSwitch, A.DefaultTabController, A.TabBar, A.TabBarView, A.TextField, A._TextSelectionToolbarOverflowable, A._Dial, A._TimePickerInput, A._HourMinuteTextField, A.TimePickerDialog, A._TimePicker, A.Tooltip, A.Actions, A.FocusableActionDetector, A.AnimatedCrossFade, A.AnimatedSize, A.AnimatedSwitcher, A.WidgetsApp, A.StreamBuilderBase, A.FutureBuilder, A.RawAutocomplete, A.AutofillGroup, A.AutomaticKeepAlive, A.StatefulBuilder, A.DraggableScrollableSheet, A.DualTransitionBuilder, A.EditableText, A._ScribbleFocusable, A.Focus, A.FocusTraversalGroup, A.Form, A.RawGestureDetector, A.Hero, A.Image, A.InteractiveViewer, A.Localizations, A._MediaQueryFromView, A.Navigator, A.NavigatorPopHandler, A._OverlayEntryWidget, A.Overlay, A.OverlayPortal, A.GlowingOverscrollIndicator, A.StretchingOverscrollIndicator, A.PageView, A.PlatformViewLink, A.PopScope, A.SliverReorderableList, A._ReorderableItem, A.RestorationScope, A.RootRestorationScope, A.Router, A._ModalScope, A._SelectionKeepAlive, A.ScrollNotificationObserver, A.Scrollable, A._ScrollableSelectionHandler, A.SelectionContainer, A.SharedAppData, A.Shortcuts, A.ShortcutRegistrar, A._FloatingHeader, A._SelectionToolbarWrapper, A._SelectionHandleOverlay, A.TextSelectionGestureDetector, A.TickerMode, A.UndoHistory, A.ValueListenableBuilder, A.WillPopScope, A.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, A._StoreStreamListener, A.SlidableAutoCloseBarrierNotificationSender, A.SlidableAutoCloseBarrierBehaviorListener, A._SlidableNotificationSender, A.SlidableDismissal, A.SlidableGestureDetector, A.SlidableGroupBehaviorListener, A.SlidableNotificationSender, A.SlidableScrollingBehavior, A.ActionPane, A.Slidable, A.StyledToast, A._StyledToastWidget, A.CountryPickerDialog, A.IntlPhoneField, A.InvoiceNinjaApp, A._MergClientPicker, A.AppBottomBar, A.AppBuilder, A.ChangeLayoutBanner, A.DesktopSessionTimeout, A.HealthCheckDialog, A.MultiSelectList, A.DocumentGrid, A.EntityListTile, A.EntitiesListTile, A.EntityDropdown, A.EntityDropdownDialog, A.FormColorPicker, A.CustomField, A.DatePicker, A.DecoratedFormField, A.DurationPicker, A.GrowableFormField, A.PasswordFormField, A.TimePicker, A.HistoryListTile, A.InvoiceEmailView, A.TaxRateDropdown, A.LinkTextRelatedEntity, A.ListFilter, A.LiveText, A.MenuDrawer, A.DrawerTile, A.ContactUsDialog, A.DropDownMultiSelect, A.ReviewApp, A.ScrollableListView, A.ScrollableListViewBuilder, A.AccountSmsVerification, A.UserSmsVerification, A.SystemLogViewer, A.AppPaginatedDataTable, A.EntityList, A.UpgradeDialog, A.VariablesHelp, A.WebSessionTimeout, A.WebSocketRefresh, A.WindowManager, A.LoginView, A.BankAccountEdit, A.BankAccountView, A.ClientPdfView, A.ClientEdit, A.ClientEditBillingAddress, A.ClientEditContacts, A.ContactEditDetails, A.ClientEditDetails, A.ClientEditNotes, A.ClientEditSettings, A.ClientEditShippingAddress, A.ClientView, A.ClientViewActivity, A.ClientViewDetails, A.ClientViewFullwidth, A.ClientViewLedger, A.ClientViewSystemLogs, A.CompanyGatewayList, A.CompanyGatewayEdit, A.GatewayConfigField, A.LimitEditor, A.FeesEditor, A.CompanyGatewayView, A._CompanyGatewaySystemLog, A.CreditEdit, A.DashboardChart, A.DashboardDateRangePicker, A._DashboardPanel, A._OverviewPanel, A._DashboardSettings, A._DashboardField, A.DashboardScreen, A.DesignEdit, A.DesignSettings, A.PdfDesignPreview, A._DesignImportDialog, A.DesignView, A.DocumentEdit0, A.DocumentView, A.ExpenseEdit, A.ExpenseEditDetails, A.ExpenseEditNotes, A.ExpenseEditSettings, A.ExpenseView, A.ExpenseViewSchedule, A.ExpenseCategoryEdit, A.ExpenseCategoryView, A.GroupEdit, A.GroupView, A.InvoiceEdit, A._ContactListTile, A.InvoiceEditDesktop, A._PdfPreview0, A.InvoiceEditDetails, A.InvoiceEditItems, A.ItemEditDetails, A.InvoiceEditItemsDesktop, A.InvoiceEditNotes, A.InvoiceEditPDF, A.InvoiceItemSelector, A.InvoicePdfView, A.InvoiceView, A.InvoiceViewActivity, A.InvoiceViewHistory, A.InvoiceViewSchedule, A.PaymentEdit, A.PaymentableEditor, A.PaymentRefund, A.PaymentableEditor0, A.PaymentView, A.PaymentTermEdit, A.PaymentTermView, A.ProductEdit, A.ProductView, A.ProductOverview, A.ProjectEdit, A.ProjectView, A.ProjectOverview, A.PurchaseOrderEdit, A.QuoteEdit, A.RecurringInvoiceEdit, A.ReportDataTable, A.ScheduleEdit, A.ScheduleView, A.AccountManagement, A.ClientPortal, A.CompanyDetails, A.CreditCardsAndBanks, A.CustomFields, A.CustomFormField, A.DataVisualizations, A.DeviceSettings, A.EmailSettings, A.ExpenseSettings, A.GeneratedNumbers, A.EntityNumberSettings, A.ImportExport, A._FileImport, A._FileMapper, A.InvoiceDesign, A._PdfPreview, A.LocalizationSettings, A._AddCompanyDialog, A.PaymentSettings, A.ProductSettings, A.SettingsList, A.SettingsListTile, A.SettingsWizard, A.TaskSettings, A.TaxSettings, A._EditSubregionDialog, A.TemplatesAndReminders, A.ReminderSettings, A.UserDetails, A._EnableTwoFactor, A.WorkflowSettings, A.SubscriptionEdit, A.SubscriptionView, A.UpdateDialog, A.TaskEdit, A.TaskEditDesktop, A.TaskEditDetails, A.TaskEditTimes, A.TimeEditDetails, A.KanbanTaskCard, A.KanbanStatusCard, A.KanbanView, A.KanbanViewBuilder, A.TaskView, A.TaskOverview, A.TaskStatusEdit, A.TaskStatusList, A.TaskStatusView, A.TaxRateEdit, A.TaxRateView, A.TokenEdit, A.TokenView, A.TransactionEdit, A.TransactionView, A._MatchDeposits, A._MatchWithdrawals, A.TransactionRuleEdit, A._RuleCriteria, A.TransactionRuleView, A.UserEdit, A.VendorEdit, A.VendorEditAddress, A.VendorEditContacts, A.VendorContactEditDetails, A.VendorEditDetails, A.VendorEditNotes, A.VendorEditSettings, A.VendorView, A.VendorViewActivity, A.VendorViewDetails, A.VendorViewFullwidth, A.WebhookEdit, A.WebhookView, A.PasswordConfirmation, A.FieldConfirmation, A.RunTemplateDialog, A.ExampleEditor, A.EditorToolbar, A.ImageFormatToolbar, A.CupertinoPopoverToolbar, A.PinchZoom, A.Pinput, A._PinputAnimatedCursor, A.PdfPreviewCustom, A.PdfPreview, A.QrImageView, A.RoundedLoadingButton, A.IStatefulWidget, A.BoxComponent, A.ContentLayerStatefulWidget, A.EditorSelectionAndFocusPolicy, A.DocumentMouseInteractor, A.AndroidDocumentTouchInteractor, A.SuperEditorAndroidControlsOverlayManager, A.IosDocumentTouchInteractor, A.SuperEditorIosToolbarOverlayManager, A.SuperEditorIosMagnifierOverlayManager, A.EditorFloatingCursor, A.SuperEditorHardwareKeyHandler, A.ImeFocusPolicy, A.DocumentSelectionOpenAndCloseImePolicy, A.SoftwareKeyboardOpener, A.KeyboardEditingToolbar, A.KeyboardHeightBuilder, A.SuperEditorImeInteractor, A.DocumentScrollable, A.SingleColumnDocumentLayout, A._PresenterComponentBuilder, A.SuperEditor, A.TaskComponent, A.TextComponent, A.DocumentScaffold, A.RawScrollbarWithCustomPhysics, A.NonReparentingFocus, A.FocusWithCustomParent, A.MultiListenableBuilder, A.IosFloatingToolbarOverlay, A.AndroidEditingOverlayControls, A.AndroidTextFieldTouchInteractor, A.SuperAndroidTextField, A.SuperDesktopTextField, A.SuperTextFieldGestureInteractor, A.SuperTextFieldKeyboardInteractor, A.SuperTextFieldImeInteractor, A.SuperTextFieldScrollview, A.TextScrollView, A.IOSEditingControls, A.IOSTextFieldTouchInteractor, A.SuperIOSTextField, A.SuperTextField, A.TextLayoutCaret, A.SuperText, A.TextUnderlineLayer, A.VsScrollbar]); _inherit(A.State, A._State_Object_Diagnosticable); - _inheritMany(A.State, [A._BoardItemState_State_AutomaticKeepAliveClientMixin, A._BoardListState_State_AutomaticKeepAliveClientMixin, A._BoardViewState_State_AutomaticKeepAliveClientMixin, A._BaseChartState_State_TickerProviderStateMixin, A._DropTargetState, A.__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin, A.__CupertinoButtonState_State_SingleTickerProviderStateMixin, A.__CupertinoCheckboxState_State_TickerProviderStateMixin, A._CupertinoDesktopTextSelectionToolbarButtonState, A.__CupertinoTextMagnifierState_State_SingleTickerProviderStateMixin, A.__CupertinoRadioState_State_TickerProviderStateMixin, A._CupertinoBackGestureDetectorState, A._RawScrollbarState_State_TickerProviderStateMixin, A.__CupertinoSwitchState_State_TickerProviderStateMixin, A.__CupertinoTextSelectionToolbarContentState_State_TickerProviderStateMixin, A._CupertinoTextSelectionToolbarButtonState, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, A._MaterialAppState, A._AppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin, A._BottomAppBarState, A._BottomSheetState, A.__RawMaterialButtonState_State_MaterialStateMixin, A.__ButtonStyleState_State_TickerProviderStateMixin, A._CalendarDatePickerState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A._MonthPickerState, A._DayPickerState, A._YearPickerState, A.__CheckboxState_State_TickerProviderStateMixin, A.__SortArrowState_State_TickerProviderStateMixin, A.__DatePickerDialogState_State_RestorationMixin, A._DrawerControllerState_State_SingleTickerProviderStateMixin, A._DropdownMenuItemButtonState, A._DropdownMenuState, A.__DropdownButtonState_State_WidgetsBindingObserver, A._FormFieldState_State_RestorationMixin, A.__ExpandIconState_State_SingleTickerProviderStateMixin, A._ExpansionPanelListState, A._InkState, A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A._InputDatePickerFormFieldState, A.__BorderContainerState_State_TickerProviderStateMixin, A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.__InputDecoratorState_State_TickerProviderStateMixin, A._TextMagnifierState, A.__MaterialState_State_TickerProviderStateMixin, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.__MergeableMaterialState_State_TickerProviderStateMixin, A.__ZoomEnterTransitionState_State__ZoomTransitionBase, A.__ZoomExitTransitionState_State__ZoomTransitionBase, A._PopupMenuDividerState, A.PopupMenuItemState, A.PopupMenuButtonState, A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__RadioState_State_TickerProviderStateMixin, A._RefreshIndicatorState_State_TickerProviderStateMixin, A._ReorderableListViewState, A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A._ScaffoldState_State_TickerProviderStateMixin, A._StandardBottomSheetState, A._SelectableTextState, A.__MaterialSwitchState_State_TickerProviderStateMixin, A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A._TabBarState, A._TabBarViewState, A.__TextFieldState_State_RestorationMixin, A.__TextSelectionToolbarOverflowableState_State_TickerProviderStateMixin, A.__DialState_State_SingleTickerProviderStateMixin, A.__TimePickerInputState_State_RestorationMixin, A.__HourMinuteTextFieldState_State_RestorationMixin, A.__TimePickerDialogState_State_RestorationMixin, A.__TimePickerState_State_RestorationMixin, A._TooltipState_State_SingleTickerProviderStateMixin, A._ActionsState, A._FocusableActionDetectorState, A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.__WidgetsAppState_State_WidgetsBindingObserver, A._StreamBuilderBaseState, A._FutureBuilderState, A._RawAutocompleteState, A._AutofillGroupState_State_AutofillScopeMixin, A._AutomaticKeepAliveState, A._StatefulBuilderState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._ScribbleFocusableState, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, A.__InteractiveViewerState_State_TickerProviderStateMixin, A._LocalizationsState, A.__MediaQueryFromViewState_State_WidgetsBindingObserver, A._NavigatorState_State_TickerProviderStateMixin, A._OverlayEntryWidgetState, A._OverlayState_State_TickerProviderStateMixin, A._OverlayPortalState, A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A._PageViewState, A._PlatformViewLinkState, A._SliverReorderableListState_State_TickerProviderStateMixin, A._ReorderableItemState, A.__RestorationScopeState_State_RestorationMixin, A._RootRestorationScopeState, A.__RouterState_State_RestorationMixin, A._ModalScopeState, A.__SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin, A.ScrollNotificationObserverState, A._ScrollableState_State_TickerProviderStateMixin, A._ScrollableSelectionHandlerState, A.__SelectionContainerState_State_Selectable, A._SharedAppDataState, A._ShortcutsState, A._ShortcutRegistrarState, A._FloatingHeaderState, A.__SelectionToolbarWrapperState_State_SingleTickerProviderStateMixin, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._TickerModeState, A._AnimatedState, A._UndoHistoryState_State_UndoManagerClient, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseBarrierNotificationSenderState, A._SlidableAutoCloseBarrierBehaviorListenerState, A._SlidableNotificationSenderState0, A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A._SlidableGestureDetectorState, A._SlidableGroupBehaviorListenerState, A._SlidableNotificationSenderState, A._SlidableScrollingBehaviorState, A._ActionPaneState, A.__SlidableState_State_TickerProviderStateMixin, A._StyledToastState, A._StyledToastWidgetState_State_TickerProviderStateMixin, A._CountryPickerDialogState, A._IntlPhoneFieldState, A.InvoiceNinjaAppState, A.__MergClientPickerState, A._AppBottomBarState, A.AppBuilderState, A._ChangeLayoutBannerState, A._DesktopSessionTimeoutState, A._HealthCheckDialogState, A.MultiSelectListState, A._DocumentGridState, A._EntityListTileState, A._EntitiesListTileState, A._EntityDropdownState, A._EntityDropdownDialogState, A._FormColorPickerState, A._CustomFieldState, A._DatePickerState, A._DecoratedFormFieldState, A._DurationPickerState, A._GrowableFormFieldState, A._PasswordFormFieldState, A._TimePickerState, A._HistoryListTileState, A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A._TaxRateDropdownState, A._LinkTextRelatedEntityState, A._ListFilterState, A._LiveTextState, A._MenuDrawerState, A._DrawerTileState, A._ContactUsDialogState, A._DropDownMultiSelectState, A._ReviewAppState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._AccountSmsVerificationState, A._UserSmsVerificationState, A._SystemLogViewerState, A.AppPaginatedDataTableState, A._EntityListState, A._UpgradeDialogState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, A.__WindowManagerState_State_WindowListener, A._LoginState, A._BankAccountEditState, A._BankAccountViewState, A._ClientPdfViewState, A.__ClientEditState_State_SingleTickerProviderStateMixin, A.ClientEditBillingAddressState, A._ClientEditContactsState, A.ContactEditDetailsState, A.ClientEditDetailsState, A.ClientEditNotesState, A.ClientEditSettingsState, A.ClientEditShippingAddressState, A.__ClientViewState_State_SingleTickerProviderStateMixin, A._ClientViewActivityState, A._ClientViewDetailsState, A.__ClientViewFullwidthState_State_TickerProviderStateMixin, A._ClientViewLedgerState, A._ClientViewSystemLogsState, A._CompanyGatewayListState, A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A._GatewayConfigFieldState, A._LimitEditorState, A._FeesEditorState, A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.__CompanyGatewaySystemLogState, A.__CreditEditState_State_SingleTickerProviderStateMixin, A._DashboardChartState, A._DashboardDateRangePickerState, A.__DashboardPanelState, A.__OverviewPanelState, A.__DashboardSettingsState, A._DashboardFieldState, A.__DashboardScreenState_State_TickerProviderStateMixin, A.__DesignEditState_State_SingleTickerProviderStateMixin, A._DesignSettingsState, A._PdfDesignPreviewState, A.__DesignImportDialogState, A._DesignViewState, A._DocumentEditState, A._DocumentViewState, A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.ExpenseEditDetailsState, A.ExpenseEditNotesState, A.ExpenseEditSettingsState, A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A._ExpenseViewScheduleState, A._ExpenseCategoryEditState, A._ExpenseCategoryViewState, A._GroupEditState, A.__GroupViewState_State_SingleTickerProviderStateMixin, A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A._ContactListTileState, A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.__PdfPreviewState, A.InvoiceEditDetailsState, A._InvoiceEditItemsState, A.ItemEditDetailsState, A._InvoiceEditItemsDesktopState, A.InvoiceEditNotesState, A.InvoiceEditPDFState, A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A._InvoicePdfViewState, A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, A._InvoiceViewHistoryState, A._InvoiceViewScheduleState, A._PaymentEditState, A._PaymentableEditorState, A._PaymentRefundState, A._PaymentableEditorState0, A._PaymentViewState, A._PaymentTermEditState, A._PaymentTermViewState, A._ProductEditState, A.__ProductViewState_State_SingleTickerProviderStateMixin, A._ProductOverviewState, A._ProjectEditState, A.__ProjectViewState_State_SingleTickerProviderStateMixin, A._ProjectOverviewState, A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin, A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, A._ScheduleEditState, A._ScheduleViewState, A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A._CustomFormFieldState, A._DataVisualizationsState, A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A._EmailSettingsState, A._ExpenseSettingsState, A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A._EntityNumberSettingsState, A._ImportExportState, A._FileImportState, A.__FileMapperState, A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A._PdfPreviewState, A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A._AddCompanyDialogState, A._PaymentSettingsState, A._ProductSettingsState, A._SettingsListState, A._SettingsListTileState, A._SettingsWizardState, A._TaskSettingsState, A._TaxSettingsState, A.__EditSubregionDialogState, A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A._ReminderSettingsState, A.__UserDetailsState_State_SingleTickerProviderStateMixin, A._EnableTwoFactorState, A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A._SubscriptionViewState, A._UpdateDialogState, A.__TaskEditState_State_SingleTickerProviderStateMixin, A._TaskEditDesktopState, A._TaskEditDetailsState, A._TaskEditTimesState, A.TimeEditDetailsState, A._KanbanTaskCardState, A._KanbanStatusCardState, A.KanbanViewState, A._KanbanViewBuilderState, A.__TaskViewState_State_SingleTickerProviderStateMixin, A._TaskOverviewState, A._TaskStatusEditState, A._TaskStatusListState, A._TaskStatusViewState, A._TaxRateEditState, A._TaxRateViewState, A._TokenEditState, A._TokenViewState, A._TransactionEditState, A._TransactionViewState, A._MatchDepositsState, A._MatchWithdrawalsState, A._TransactionRuleEditState, A.__RuleCriteriaState, A._TransactionRuleViewState, A.__UserEditState_State_SingleTickerProviderStateMixin, A.__VendorEditState_State_SingleTickerProviderStateMixin, A.VendorEditAddressState, A._VendorEditContactsState, A.VendorContactEditDetailsState, A.VendorEditDetailsState, A.VendorEditNotesState, A.VendorEditSettingsState, A.__VendorViewState_State_SingleTickerProviderStateMixin, A._VendorViewActivityState, A._VendorViewDetailsState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin, A._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A._RunTemplateDialogState, A._ExampleEditorState, A._EditorToolbarState, A._ImageFormatToolbarState, A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A._OctoImageState, A._CupertinoPopoverToolbarState, A.__PinchZoomState_State_SingleTickerProviderStateMixin, A.__PinputState_State_RestorationMixin, A.__PinputAnimatedCursorState_State_SingleTickerProviderStateMixin, A._PdfPreviewCustomState_State_PdfPreviewRaster, A.PdfPreviewState, A._QrImageViewState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.ExtendedState, A.__BoxComponentState_State_DocumentComponent, A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin, A._EditorSelectionAndFocusPolicyState, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver, A._SuperEditorHardwareKeyHandlerState, A._ImeFocusPolicyState, A._DocumentSelectionOpenAndCloseImePolicyState, A._SoftwareKeyboardOpenerState, A.SuperEditorImeInteractorState, A.__DocumentScrollableState_State_SingleTickerProviderStateMixin, A._SingleColumnDocumentLayoutState, A._PresenterComponentBuilderState, A.SuperEditorState, A.__TaskComponentState_State_ProxyDocumentComponent, A._TextComponentState_State_DocumentComponent, A._MultiListenableBuilderState, A._BlinkingCaretState_State_SingleTickerProviderStateMixin, A._NonReparentingFocusState, A._FocusWithCustomParentState, A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.__AndroidEditingOverlayControlsState_State_WidgetsBindingObserver, A._AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin, A._SuperAndroidTextFieldState_State_TickerProviderStateMixin, A.SuperDesktopTextFieldState, A._SuperTextFieldGestureInteractorState, A._SuperTextFieldKeyboardInteractorState, A._SuperTextFieldImeInteractorState, A._SuperTextFieldScrollviewState_State_SingleTickerProviderStateMixin, A.__TextScrollViewState_State_SingleTickerProviderStateMixin, A.__IOSEditingControlsState_State_WidgetsBindingObserver, A._IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin, A._SuperIOSTextFieldState_State_TickerProviderStateMixin, A.SuperTextFieldState, A._TextLayoutCaretState_State_TickerProviderStateMixin, A._SuperTextState_State_ProseTextBlock, A._ProseTextState_State_ProseTextBlock, A._RebuildOptimizedSuperTextWithSelectionState, A._ScrollbarState]); + _inheritMany(A.State, [A._BoardItemState_State_AutomaticKeepAliveClientMixin, A._BoardListState_State_AutomaticKeepAliveClientMixin, A._BoardViewState_State_AutomaticKeepAliveClientMixin, A._BaseChartState_State_TickerProviderStateMixin, A._DropTargetState, A.__CupertinoActivityIndicatorState_State_SingleTickerProviderStateMixin, A.__CupertinoButtonState_State_SingleTickerProviderStateMixin, A.__CupertinoCheckboxState_State_TickerProviderStateMixin, A._CupertinoDesktopTextSelectionToolbarButtonState, A.__CupertinoTextMagnifierState_State_SingleTickerProviderStateMixin, A.__CupertinoRadioState_State_TickerProviderStateMixin, A._CupertinoBackGestureDetectorState, A._RawScrollbarState_State_TickerProviderStateMixin, A.__CupertinoSwitchState_State_TickerProviderStateMixin, A.__CupertinoTextSelectionToolbarContentState_State_TickerProviderStateMixin, A._CupertinoTextSelectionToolbarButtonState, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, A._MaterialAppState, A._AppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin, A._BottomAppBarState, A._BottomSheetState, A.__RawMaterialButtonState_State_MaterialStateMixin, A.__ButtonStyleState_State_TickerProviderStateMixin, A._CalendarDatePickerState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A._MonthPickerState, A._DayPickerState, A._DayState, A._YearPickerState, A.__CheckboxState_State_TickerProviderStateMixin, A.__SortArrowState_State_TickerProviderStateMixin, A.__DatePickerDialogState_State_RestorationMixin, A._DrawerControllerState_State_SingleTickerProviderStateMixin, A._DropdownMenuItemButtonState, A._DropdownMenuState, A._DropdownRoutePageState, A.__DropdownButtonState_State_WidgetsBindingObserver, A._FormFieldState_State_RestorationMixin, A.__ExpandIconState_State_SingleTickerProviderStateMixin, A._ExpansionPanelListState, A._SelectableIconButtonState, A._InkState, A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A._InputDatePickerFormFieldState, A.__BorderContainerState_State_TickerProviderStateMixin, A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.__InputDecoratorState_State_TickerProviderStateMixin, A._TextMagnifierState, A.__MaterialState_State_TickerProviderStateMixin, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.__MergeableMaterialState_State_TickerProviderStateMixin, A.__ZoomEnterTransitionState_State__ZoomTransitionBase, A.__ZoomExitTransitionState_State__ZoomTransitionBase, A._PopupMenuDividerState, A.PopupMenuItemState, A.PopupMenuButtonState, A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__RadioState_State_TickerProviderStateMixin, A._RefreshIndicatorState_State_TickerProviderStateMixin, A._ReorderableListViewState, A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A._ScaffoldState_State_TickerProviderStateMixin, A._StandardBottomSheetState, A._SelectableTextState, A.__MaterialSwitchState_State_TickerProviderStateMixin, A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A._TabBarState, A._TabBarViewState, A.__TextFieldState_State_RestorationMixin, A.__TextSelectionToolbarOverflowableState_State_TickerProviderStateMixin, A.__DialState_State_SingleTickerProviderStateMixin, A.__TimePickerInputState_State_RestorationMixin, A.__HourMinuteTextFieldState_State_RestorationMixin, A.__TimePickerDialogState_State_RestorationMixin, A.__TimePickerState_State_RestorationMixin, A._TooltipState_State_SingleTickerProviderStateMixin, A._ActionsState, A._FocusableActionDetectorState, A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.__WidgetsAppState_State_WidgetsBindingObserver, A._StreamBuilderBaseState, A._FutureBuilderState, A._RawAutocompleteState, A._AutofillGroupState_State_AutofillScopeMixin, A._AutomaticKeepAliveState, A._StatefulBuilderState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._ScribbleFocusableState, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, A.__InteractiveViewerState_State_TickerProviderStateMixin, A._LocalizationsState, A.__MediaQueryFromViewState_State_WidgetsBindingObserver, A._NavigatorState_State_TickerProviderStateMixin, A._NavigatorPopHandlerState, A._OverlayEntryWidgetState, A._OverlayState_State_TickerProviderStateMixin, A._OverlayPortalState, A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A._PageViewState, A._PlatformViewLinkState, A._PopScopeState, A._SliverReorderableListState_State_TickerProviderStateMixin, A._ReorderableItemState, A.__RestorationScopeState_State_RestorationMixin, A._RootRestorationScopeState, A.__RouterState_State_RestorationMixin, A._ModalScopeState, A.__SelectionKeepAliveState_State_AutomaticKeepAliveClientMixin, A.ScrollNotificationObserverState, A._ScrollableState_State_TickerProviderStateMixin, A._ScrollableSelectionHandlerState, A.__SelectionContainerState_State_Selectable, A._SharedAppDataState, A._ShortcutsState, A._ShortcutRegistrarState, A._FloatingHeaderState, A.__SelectionToolbarWrapperState_State_SingleTickerProviderStateMixin, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._TickerModeState, A._AnimatedState, A._UndoHistoryState_State_UndoManagerClient, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseBarrierNotificationSenderState, A._SlidableAutoCloseBarrierBehaviorListenerState, A._SlidableNotificationSenderState0, A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A._SlidableGestureDetectorState, A._SlidableGroupBehaviorListenerState, A._SlidableNotificationSenderState, A._SlidableScrollingBehaviorState, A._ActionPaneState, A.__SlidableState_State_TickerProviderStateMixin, A._StyledToastState, A._StyledToastWidgetState_State_TickerProviderStateMixin, A._CountryPickerDialogState, A._IntlPhoneFieldState, A.InvoiceNinjaAppState, A.__MergClientPickerState, A._AppBottomBarState, A.AppBuilderState, A._ChangeLayoutBannerState, A._DesktopSessionTimeoutState, A._HealthCheckDialogState, A.MultiSelectListState, A._DocumentGridState, A._EntityListTileState, A._EntitiesListTileState, A._EntityDropdownState, A._EntityDropdownDialogState, A._FormColorPickerState, A._CustomFieldState, A._DatePickerState, A._DecoratedFormFieldState, A._DurationPickerState, A._GrowableFormFieldState, A._PasswordFormFieldState, A._TimePickerState, A._HistoryListTileState, A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A._TaxRateDropdownState, A._LinkTextRelatedEntityState, A._ListFilterState, A._LiveTextState, A._MenuDrawerState, A._DrawerTileState, A._ContactUsDialogState, A._DropDownMultiSelectState, A._ReviewAppState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._AccountSmsVerificationState, A._UserSmsVerificationState, A._SystemLogViewerState, A.AppPaginatedDataTableState, A._EntityListState, A._UpgradeDialogState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, A.__WindowManagerState_State_WindowListener, A._LoginState, A._BankAccountEditState, A._BankAccountViewState, A._ClientPdfViewState, A.__ClientEditState_State_SingleTickerProviderStateMixin, A.ClientEditBillingAddressState, A._ClientEditContactsState, A.ContactEditDetailsState, A.ClientEditDetailsState, A.ClientEditNotesState, A.ClientEditSettingsState, A.ClientEditShippingAddressState, A.__ClientViewState_State_SingleTickerProviderStateMixin, A._ClientViewActivityState, A._ClientViewDetailsState, A.__ClientViewFullwidthState_State_TickerProviderStateMixin, A._ClientViewLedgerState, A._ClientViewSystemLogsState, A._CompanyGatewayListState, A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A._GatewayConfigFieldState, A._LimitEditorState, A._FeesEditorState, A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.__CompanyGatewaySystemLogState, A.__CreditEditState_State_SingleTickerProviderStateMixin, A._DashboardChartState, A._DashboardDateRangePickerState, A.__DashboardPanelState, A.__OverviewPanelState, A.__DashboardSettingsState, A._DashboardFieldState, A.__DashboardScreenState_State_TickerProviderStateMixin, A.__DesignEditState_State_SingleTickerProviderStateMixin, A._DesignSettingsState, A._PdfDesignPreviewState, A.__DesignImportDialogState, A._DesignViewState, A._DocumentEditState, A._DocumentViewState, A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.ExpenseEditDetailsState, A.ExpenseEditNotesState, A.ExpenseEditSettingsState, A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A._ExpenseViewScheduleState, A._ExpenseCategoryEditState, A._ExpenseCategoryViewState, A._GroupEditState, A.__GroupViewState_State_SingleTickerProviderStateMixin, A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A._ContactListTileState, A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.__PdfPreviewState, A.InvoiceEditDetailsState, A._InvoiceEditItemsState, A.ItemEditDetailsState, A._InvoiceEditItemsDesktopState, A.InvoiceEditNotesState, A.InvoiceEditPDFState, A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A._InvoicePdfViewState, A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, A._InvoiceViewHistoryState, A._InvoiceViewScheduleState, A._PaymentEditState, A._PaymentableEditorState, A._PaymentRefundState, A._PaymentableEditorState0, A._PaymentViewState, A._PaymentTermEditState, A._PaymentTermViewState, A._ProductEditState, A.__ProductViewState_State_SingleTickerProviderStateMixin, A._ProductOverviewState, A._ProjectEditState, A.__ProjectViewState_State_SingleTickerProviderStateMixin, A._ProjectOverviewState, A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin, A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, A._ScheduleEditState, A._ScheduleViewState, A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A._CustomFormFieldState, A._DataVisualizationsState, A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A._EmailSettingsState, A._ExpenseSettingsState, A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A._EntityNumberSettingsState, A._ImportExportState, A._FileImportState, A.__FileMapperState, A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A._PdfPreviewState, A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A._AddCompanyDialogState, A._PaymentSettingsState, A._ProductSettingsState, A._SettingsListState, A._SettingsListTileState, A._SettingsWizardState, A._TaskSettingsState, A._TaxSettingsState, A.__EditSubregionDialogState, A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A._ReminderSettingsState, A.__UserDetailsState_State_SingleTickerProviderStateMixin, A._EnableTwoFactorState, A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A._SubscriptionViewState, A._UpdateDialogState, A.__TaskEditState_State_SingleTickerProviderStateMixin, A._TaskEditDesktopState, A._TaskEditDetailsState, A._TaskEditTimesState, A.TimeEditDetailsState, A._KanbanTaskCardState, A._KanbanStatusCardState, A.KanbanViewState, A._KanbanViewBuilderState, A.__TaskViewState_State_SingleTickerProviderStateMixin, A._TaskOverviewState, A._TaskStatusEditState, A._TaskStatusListState, A._TaskStatusViewState, A._TaxRateEditState, A._TaxRateViewState, A._TokenEditState, A._TokenViewState, A._TransactionEditState, A._TransactionViewState, A._MatchDepositsState, A._MatchWithdrawalsState, A._TransactionRuleEditState, A.__RuleCriteriaState, A._TransactionRuleViewState, A.__UserEditState_State_SingleTickerProviderStateMixin, A.__VendorEditState_State_SingleTickerProviderStateMixin, A.VendorEditAddressState, A._VendorEditContactsState, A.VendorContactEditDetailsState, A.VendorEditDetailsState, A.VendorEditNotesState, A.VendorEditSettingsState, A.__VendorViewState_State_SingleTickerProviderStateMixin, A._VendorViewActivityState, A._VendorViewDetailsState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin, A._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A._RunTemplateDialogState, A._ExampleEditorState, A._EditorToolbarState, A._ImageFormatToolbarState, A._CupertinoPopoverToolbarState, A.__PinchZoomState_State_SingleTickerProviderStateMixin, A.__PinputState_State_RestorationMixin, A.__PinputAnimatedCursorState_State_SingleTickerProviderStateMixin, A._PdfPreviewCustomState_State_PdfPreviewRaster, A.PdfPreviewState, A._QrImageViewState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.ExtendedState, A.__BoxComponentState_State_DocumentComponent, A.ContentLayerState, A._EditorSelectionAndFocusPolicyState, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.SuperEditorAndroidControlsOverlayManagerState, A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver, A.SuperEditorIosToolbarOverlayManagerState, A.SuperEditorIosMagnifierOverlayManagerState, A._EditorFloatingCursorState, A._SuperEditorHardwareKeyHandlerState, A._ImeFocusPolicyState, A._DocumentSelectionOpenAndCloseImePolicyState, A._SoftwareKeyboardOpenerState, A.__KeyboardEditingToolbarState_State_WidgetsBindingObserver, A.__KeyboardHeightBuilderState_State_WidgetsBindingObserver, A.SuperEditorImeInteractorState, A.__DocumentScrollableState_State_SingleTickerProviderStateMixin, A._SingleColumnDocumentLayoutState, A._PresenterComponentBuilderState, A.SuperEditorState, A.__TaskComponentState_State_ProxyDocumentComponent, A._TextComponentState_State_DocumentComponent, A._DocumentScaffoldState, A._RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin, A._NonReparentingFocusState, A._FocusWithCustomParentState, A._MultiListenableBuilderState, A.__IosFloatingToolbarOverlayState_State_SingleTickerProviderStateMixin, A.__AndroidEditingOverlayControlsState_State_WidgetsBindingObserver, A._AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin, A._SuperAndroidTextFieldState_State_TickerProviderStateMixin, A.SuperDesktopTextFieldState, A._SuperTextFieldGestureInteractorState, A._SuperTextFieldKeyboardInteractorState, A._SuperTextFieldImeInteractorState, A._SuperTextFieldScrollviewState_State_SingleTickerProviderStateMixin, A.__TextScrollViewState_State_SingleTickerProviderStateMixin, A.__IOSEditingControlsState_State_WidgetsBindingObserver, A._IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin, A._SuperIOSTextFieldState_State_TickerProviderStateMixin, A.SuperTextFieldState, A._TextLayoutCaretState_State_TickerProviderStateMixin, A._ProseTextState_State_ProseTextBlock, A._TextUnderlineLayerState_State_TickerProviderStateMixin, A._ScrollbarState]); _inherit(A.BoardItemState, A._BoardItemState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardListState, A._BoardListState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardViewState, A._BoardViewState_State_AutomaticKeepAliveClientMixin); @@ -607345,10 +623278,6 @@ _inherit(A._BuiltSet, A.BuiltSet); _inherit(A._BuiltSetMultimap, A.BuiltSetMultimap); _inheritMany(A.JsonObject, [A.BoolJsonObject, A.ListJsonObject, A.MapJsonObject, A.NumJsonObject, A.StringJsonObject]); - _inheritMany(A.StatelessWidget, [A.CachedNetworkImage, A.CupertinoDesktopTextSelectionToolbar, A.CupertinoMagnifier, A.CupertinoPageTransition, A.CupertinoTextSelectionToolbar, A.CupertinoTheme, A._AboutProgram, A._PackageListTile, A._PackageLicensePageTitle, A._MasterPage, A._DetailView, A._ActionButton, A._ActionIcon, A.BackButtonIcon, A.DrawerButtonIcon, A.EndDrawerButtonIcon, A.AdaptiveTextSelectionToolbar, A._DragHandle, A._BottomSheetGestureDetector, A.Card, A.CheckboxListTile, A.DataTable, A.InkResponse, A._DatePickerHeader, A.DesktopTextSelectionToolbar, A.DesktopTextSelectionToolbarButton, A.Dialog, A.AlertDialog, A.SimpleDialogOption, A.SimpleDialog, A.Divider, A.Drawer, A._DropdownRoutePage, A._DropdownMenuItemContainer, A.FloatingActionButton, A.IconButton, A.ListTile, A.Magnifier, A._ShapeBorderPaint, A._FadeUpwardsPageTransition, A._ZoomPageTransition, A._PopupMenu, A.RadioListTile, A._BodyBuilder, A.Scrollbar, A.Switch, A.SwitchListTile, A.Tab, A.TextSelectionToolbar, A._TextSelectionToolbarContainer, A._TextSelectionToolbarOverflowButton, A.TextSelectionToolbarTextButton, A.Theme, A._TimePickerHeader, A._HourMinuteControl, A._HourControl, A._StringFragment, A._MinuteControl, A._DayPeriodControl, A._AmPmButton, A._HourTextField, A._MinuteTextField, A.ToggleButtons, A._TooltipOverlay, A._NullWidget1, A.IndexedStack, A.PositionedDirectional, A.KeyedSubtree, A.Builder, A.Container, A._NullWidget2, A.DefaultTextEditingShortcuts, A.DisplayFeatureSubScreen, A.ExcludeFocus, A.GestureDetector, A.Icon, A._CaptureAll, A._InteractiveViewerBuilt, A.RawMagnifier, A._MagnifierStyle, A.ModalBarrier, A._ModalBarrierGestureDetector, A.NavigationToolbar, A.PageStorage, A.Placeholder, A.HtmlElementView, A.PreferredSize, A.ReorderableDragStartListener, A._DragItemProxy, A.SafeArea, A.ScrollView, A.CallbackShortcuts, A.SingleChildScrollView, A.SliverFillViewport, A.SliverPersistentHeader, A.Spacer, A._NullWidget4, A.Text, A.Title, A.View, A.Visibility, A.StoreConnector, A.StoreBuilder, A.DrawerMotion, A.CustomSlidableAction, A.SlidableAction, A.SlidableAutoCloseBehaviorInteractor, A.SlidableAutoCloseInteractor, A.SlidableAutoCloseBehaviorListener, A.SlidableAutoCloseNotificationSender, A.SlidableAutoCloseBarrierInteractor, A.FieldGrid, A.ActionMenuButton, A.ViewActionMenuButton, A.AppBorder, A.CustomFieldSelector, A.AppHeader, A.AppWebView, A._WebWebView, A.AutobillDropdownMenuItem, A.BlankScreen, A.AppTextButton, A.BottomButtons, A.AppButton, A.ConfirmEmail, A.ConfirmEmailBuilder, A.CopyToClipboard, A.DashedRect, A.MessageDialog, A.ErrorDialog, A._HealthListTile, A.LoadingDialog, A.DismissibleEntity, A.DocumentTile, A.DocumentPreview, A.EditScaffold, A.EntityActionListTile, A.EntityStatusChip, A.EntityAutocompleteListTile, A.EntityHeader, A.EntityStateLabel, A.EntityTopFilter, A.EntityTopFilterHeader, A.FormCard, A.AppDropdownButton, A.AppForm, A.AppTabForm, A.AppTabBar, A.AppToggleButtons, A.BoolDropdownButton, A.ClientPicker, A.CustomSurcharges, A.DesignPicker, A.DiscountField, A.DynamicSelector, A.LearnMoreUrl, A.NotificationSettings, A._NotificationSelector, A.ProjectPicker, A.SaveCancelButtons, A.UserPicker, A.VendorPicker, A.TokenMeta, A.HelpText, A.HistoryDrawer, A.HistoryDrawerBuilder, A.IconMessage, A.IconText, A.InvoiceItemListTile, A.TaxRateField, A.ListScaffold, A.ActivityListTile, A.AppListTile, A.ListDivider, A.ListFilterMessage, A.FilterListTile, A.SelectedIndicator, A.LoadingIndicator, A.MainScreen, A.EntityScreens, A.SettingsScreens, A.SidebarFooter, A.SidebarFooterCollapsed, A.MenuDrawerBuilder, A._SelectRow, A.AppPinput, A.PortalLinks, A.TableTooltip, A.CachedImage, A.ResponsivePadding, A.SearchText, A._VariableGrid, A.ViewScaffold, A.InitScreen, A.LockScreen, A.RuledText, A.LoginScreen, A.BankAccountListItem, A.BankAccountListBuilder, A.BankAccountScreen, A.BankAccountScreenBuilder, A.BankAccountEditScreen, A.BankAccountViewScreen, A.ClientListItem, A.ClientListBuilder, A.ClientPdfScreen, A.ClientScreen, A.ClientScreenBuilder, A.ContactListTile0, A.ClientEditContactsScreen, A.ClientEditDesktop, A.ClientEditFooter, A.ClientEditScreen, A.ClientViewDocuments, A.ClientOverview, A.ClientViewPaymentMethods, A.ClientViewScreen, A.CompanyGatewayListItem, A.CompanyGatewayListBuilder, A.CompanyGatewayScreen, A.CompanyGatewayScreenBuilder, A.GatewayConfigSettings, A.CompanyGatewayEditScreen, A._CompanyGatewayOverview, A.CompanyGatewayViewScreen, A.CreditEmailScreen, A.CreditListItem, A.CreditListBuilder, A.CreditPdfScreen, A.CreditScreen, A.CreditScreenBuilder, A.CreditEditDetailsScreen, A.CreditEditItemsScreen, A.CreditEditNotesScreen, A.CreditEditPDFScreen, A.CreditEditScreen, A.CreditViewScreen, A.DashboardActivity, A.DashboardPanels, A._CustomTabBarView, A.DashboardScreenBuilder, A.SidebarScaffold, A.InvoiceSidebar, A.PaymentSidebar, A.QuoteSidebar, A.TaskSidebar, A.ExpenseSidbar, A._DashboardSidebar, A.DashboardSystemLogs, A.DesignListItem, A.DesignListBuilder, A.DesignScreen, A.DesignScreenBuilder, A.DesignSection, A.HtmlDesignPreview, A.DesignEditScreen, A.DesignViewScreen, A.DocumentListItem, A.DocumentListBuilder, A.DocumentScreen, A.DocumentScreenBuilder, A.DocumentEditScreen, A.DocumentViewScreen, A.ExpenseEditDesktop, A.ExpenseEditScreen, A.ExpenseListItem, A.ExpenseListBuilder, A.ExpenseScreen, A.ExpenseScreenBuilder, A.ExpenseViewDocuments, A.ExpenseOverview, A.ExpenseViewScreen, A.ExpenseCategoryEditScreen, A.ExpenseCategoryListItem, A.ExpenseCategoryListBuilder, A.ExpenseCategoryScreen, A.ExpenseCategoryScreenBuilder, A.ExpenseCategoryViewScreen, A.GroupEditScreen, A.GroupListItem, A.GroupListBuilder, A.GroupSettingsScreen, A.GroupScreenBuilder, A.SettingsViewer, A.GroupViewScreen, A.InvoiceEditContacts, A.InvoiceEditContactsScreen, A.InvoiceEditDetailsScreen, A.InvoiceEditFooter, A.TableHeader, A.InvoiceEditItemsScreen, A.InvoiceEditNotesScreen, A.InvoiceEditPDFScreen, A.InvoiceEditScreen, A.InvoiceTaxDetails, A.InvoiceEmailScreen, A.InvoiceListItem, A.InvoiceListBuilder, A.InvoicePdfScreen, A.InvoiceScreen, A.InvoiceScreenBuilder, A.InvoiceViewContacts, A._InvitationListTile, A.InvoiceViewDocuments, A.InvoiceOverview, A.InvoiceViewScreen, A.PaymentEditFooter, A.PaymentEditScreen, A.PaymentListItem, A.PaymentListBuilder, A.PaymentScreen, A.PaymentScreenBuilder, A.PaymentRefundScreen, A.PaymentViewScreen, A.PaymentTermEditScreen, A.PaymentTermListItem, A.PaymentTermListBuilder, A.PaymentTermScreen, A.PaymentTermScreenBuilder, A.PaymentTermViewScreen, A.ProductEditScreen, A.ProductListItem, A.ProductListBuilder, A.ProductScreen, A.ProductScreenBuilder, A.ProductViewDocuments, A.ProductViewScreen, A.ProjectEditScreen, A.ProjectListItem, A.ProjectListBuilder, A.ProjectScreen, A.ProjectScreenBuilder, A.ProjectViewDocuments, A.ProjectViewScreen, A.PurchaseOrderEditDetailsScreen, A.PurchaseOrderEditItemsScreen, A.PurchaseOrderEditNotesScreen, A.PurchaseOrderEditPDFScreen, A.PurchaseOrderEditScreen, A.PurchaseOrderEmailScreen, A.PurchaseOrderListItem, A.PurchaseOrderListBuilder, A.PurchaseOrderPdfScreen, A.PurchaseOrderScreen, A.PurchaseOrderScreenBuilder, A.PurchaseOrderViewScreen, A.QuoteEditDetailsScreen, A.QuoteEditItemsScreen, A.QuoteEditNotesScreen, A.QuoteEditPDFScreen, A.QuoteEditScreen, A.QuoteEmailScreen, A.QuoteListItem, A.QuoteListBuilder, A.QuotePdfScreen, A.QuoteScreen, A.QuoteScreenBuilder, A.QuoteViewScreen, A.RecurringExpenseEditScreen, A.RecurringExpenseListItem, A.RecurringExpenseListBuilder, A.RecurringExpenseScreen, A.RecurringExpenseScreenBuilder, A.RecurringExpenseViewScreen, A.RecurringInvoiceEditDetailsScreen, A.RecurringInvoiceEditItemsScreen, A.RecurringInvoiceEditNotesScreen, A.RecurringInvoiceEditPDFScreen, A.RecurringInvoiceEditScreen, A.RecurringInvoiceListItem, A.RecurringInvoiceListBuilder, A.RecurringInvoicePdfScreen, A.RecurringInvoiceScreen, A.RecurringInvoiceScreenBuilder, A.RecurringInvoiceViewScreen, A.ReportCharts, A.ReportsScreen, A.TotalsDataTable, A.ReportsScreenBuilder, A.ScheduleEditScreen, A.ScheduleListItem, A.ScheduleListBuilder, A.ScheduleScreen, A.ScheduleScreenBuilder, A.ScheduleViewScreen, A._AccountOverview, A.AccountManagementScreen, A.ClientPortalScreen, A.CompanyDetailsScreen, A.CreditCardsAndBanksScreen, A.CustomFieldsSettings, A.CustomFieldsScreen, A.DataVisualizationsScreen, A.DeviceSettingsScreen, A.EmailSettingsScreen, A.ExpenseSettingsScreen, A.HelpPanel, A.GeneratedNumbersScreen, A._FieldMapper, A.ImportExportScreen, A.InvoiceDesignScreen, A.LocalizationScreen, A.PaymentsSettingsScreen, A.ProductSettingsScreen, A.SettingsSearch, A.SettingsListBuilder, A.SettingsScreen, A.SettingsScreenBuilder, A.TaskSettingsScreen, A.NumberOfRatesSelector, A.TaxSettingsScreen, A.EmailPreview, A.TemplatesAndRemindersScreen, A.UserDetailsScreen, A.WorkflowSettingsScreen, A.SubscriptionEditScreen, A.SubscriptionListItem, A.SubscriptionListBuilder, A.SubscriptionScreen, A.SubscriptionScreenBuilder, A.SubscriptionViewScreen, A._BottomBar, A.TaskEditDetailsScreen, A.TaskEditTimesScreen, A.TaskEditScreen, A.TaskListItem, A.TaskListBuilder, A.TaskScreen, A.TaskScreenBuilder, A.TaskTimeListTile, A.TaskViewDocuments, A.TaskViewScreen, A.TaskStatusEditScreen, A.TaskStatusListItem, A.TaskStatusListBuilder, A.TaskStatusScreen, A.TaskStatusScreenBuilder, A.TaskStatusViewScreen, A.TaxRateEditScreen, A.TaxRateListItem, A.TaxRateListBuilder, A.TaxRateSettingsScreen, A.TaxRateScreenBuilder, A.TaxRateViewScreen, A.TokenEditScreen, A.TokenListItem, A.TokenListBuilder, A.TokenScreen, A.TokenScreenBuilder, A._TokenListTile, A.TokenViewScreen, A.TransactionEditScreen, A.TransactionListItem, A.TransactionListBuilder, A.TransactionScreen, A.TransactionScreenBuilder, A.TransactionViewScreen, A.TransactionRuleEditScreen, A.TransactionRuleListItem, A.TransactionRuleListBuilder, A.TransactionRuleScreen, A.TransactionRuleScreenBuilder, A.TransactionRuleViewScreen, A._PermissionCheckbox, A.UserEditScreen, A.UserListItem, A.UserListBuilder, A.UserScreen, A.UserScreenBuilder, A.UserView, A.UserViewScreen, A.ContactListTile, A.VendorEditContactsScreen, A.VendorEditDesktop, A.VendorEditFooter, A.VendorEditScreen, A.VendorListItem, A.VendorListBuilder, A.VendorScreen, A.VendorScreenBuilder, A.VendorViewDocuments, A.VendorOverview, A.VendorViewScreen, A.WebhookEditScreen, A.TargetListTile, A.WebhookViewScreen, A.WebhookListItem, A.WebhookListBuilder, A.WebhookScreen, A.WebhookScreenBuilder, A._PositionedToolbar, A._PinItem, A._SeparatedRaw, A._PinputCursor, A.PointerInterceptor, A.PdfPreviewAction, A.PdfPrintAction, A._PdfShareAction_StatelessWidget_PdfPreviewActionBounds, A.PdfPreviewPage, A._QrContentView, A.SignInWithAppleButton, A.BlockquoteComponent, A.SelectableBox, A.SuperEditorFocusDebugVisuals, A.SuperEditorImeDebugVisuals, A.ScrollableDocument, A.KeyboardEditingToolbar, A.HorizontalRuleComponent, A.ImageComponent, A._Component, A.UnorderedListItemComponent, A.OrderedListItemComponent, A.ListenableBuilder0, A.AndroidFollowingMagnifier, A.AndroidMagnifyingGlass, A.AndroidSelectionHandle, A.AndroidTextEditingFloatingToolbar, A.IOSFollowingMagnifier, A.IOSRoundedRectangleMagnifyingGlass, A.IOSSelectionHandle, A.IOSCollapsedHandle, A.IOSTextEditingFloatingToolbar, A.MagnifyingGlass, A.IOSFloatingCursor, A.TextLayoutSelectionHighlight, A.TextLayoutEmptyHighlight]); - _inheritMany(A.ImageProvider, [A.CachedNetworkImageProvider, A.NetworkImage, A.AssetBundleImageProvider, A.MemoryImage, A.ScrollAwareImageProvider]); - _inherit(A.ImageStreamCompleter, A._ImageStreamCompleter_Object_Diagnosticable); - _inheritMany(A.ImageStreamCompleter, [A.MultiImageStreamCompleter, A._AbstractImageStreamCompleter, A._ErrorImageCompleter, A.MultiFrameImageStreamCompleter]); _inherit(A.CartesianChart, A.BaseChart0); _inheritMany(A.CartesianChart, [A.OrdinalCartesianChart, A.TimeSeriesChart]); _inherit(A.BarChart0, A.OrdinalCartesianChart); @@ -607395,18 +623324,18 @@ _inheritMany(A.ChartBehavior, [A.DomainHighlighter, A.SeriesLegend, A.LinePointHighlighter, A.SelectNearest]); _inherit(A.TabularLegendContentBuilder, A.BaseLegendContentBuilder); _inherit(A._FlutterSeriesLegend, A.SeriesLegend0); - _inheritMany(A.RenderObjectWidget, [A.SingleChildRenderObjectWidget, A.LeafRenderObjectWidget, A._CupertinoTextSelectionToolbarItems, A._SlottedMultiChildRenderObjectWidget_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin, A.MultiChildRenderObjectWidget, A.RenderObjectToWidgetAdapter, A.ConstrainedLayoutBuilder, A._OverlayPortal, A.SliverWithKeepAliveWidget, A._SliverPersistentHeaderRenderObjectWidget, A.Table, A.ContentLayers]); - _inheritMany(A.SingleChildRenderObjectWidget, [A.CustomPaint, A._CupertinoTextSelectionToolbarShape, A._AppBarTitleBox, A._InputPadding, A._InputPadding0, A._MenuItem, A._ChildOverflowBox, A._InkFeatures, A._MenuItem0, A._TextSelectionToolbarTrailingEdgeAlign, A._DayPeriodInputPadding, A._SelectToggleButton, A._InputPadding1, A.MouseRegion, A._AnimatedSize, A.AnnotatedRegion, A.Opacity, A.BackdropFilter, A.ClipRect, A.ClipRRect, A.ClipOval, A.ClipPath, A.PhysicalModel, A.PhysicalShape, A.Transform, A.CompositedTransformTarget, A.CompositedTransformFollower, A.FittedBox, A.FractionalTranslation, A.Padding, A.Align, A.CustomSingleChildLayout, A.SizedBox, A.ConstrainedBox, A.FractionallySizedBox, A.LimitedBox, A.OverflowBox, A.Offstage, A.AspectRatio, A.IntrinsicWidth, A.IntrinsicHeight, A.SliverPadding, A.Listener, A.RepaintBoundary, A.IgnorePointer, A.AbsorbPointer, A.Semantics, A.MergeSemantics, A.BlockSemantics, A.ExcludeSemantics, A.IndexedSemantics, A.ColoredBox, A.DecoratedBox, A._CompositionCallback, A._GestureSemantics, A._Magnifier, A._DeferredLayout, A._PlatformViewPlaceHolder, A._ScrollSemantics, A._SingleChildViewport, A._SliverFractionalPadding, A.SnapshotWidget, A.TapRegionSurface, A.TapRegion, A.FadeTransition, A._Visibility, A._AutoScaleInlineWidget, A.CupertinoPopoverMenu, A.FillWidthIfConstrained]); + _inheritMany(A.RenderObjectWidget, [A.SingleChildRenderObjectWidget, A.LeafRenderObjectWidget, A._CupertinoTextSelectionToolbarItems, A._SlottedMultiChildRenderObjectWidget_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin, A.MultiChildRenderObjectWidget, A.ConstrainedLayoutBuilder, A._OverlayPortal, A.SliverWithKeepAliveWidget, A._SliverPersistentHeaderRenderObjectWidget, A.Table, A._RawView, A.ContentLayers]); + _inheritMany(A.SingleChildRenderObjectWidget, [A.CustomPaint, A._CupertinoTextSelectionToolbarShape, A._AppBarTitleBox, A._InputPadding, A._InputPadding0, A._MenuItem, A._ChildOverflowBox, A._InkFeatures, A._MenuItem0, A._TextSelectionToolbarTrailingEdgeAlign, A._DayPeriodInputPadding, A._SelectToggleButton, A._InputPadding1, A.MouseRegion, A._AnimatedSize, A.AnnotatedRegion, A.Opacity, A.BackdropFilter, A.ClipRect, A.ClipRRect, A.ClipOval, A.ClipPath, A.PhysicalModel, A.PhysicalShape, A.Transform, A.CompositedTransformTarget, A.CompositedTransformFollower, A.FittedBox, A.FractionalTranslation, A.Padding, A.Align, A.CustomSingleChildLayout, A.SizedBox, A.ConstrainedBox, A.FractionallySizedBox, A.LimitedBox, A.OverflowBox, A.Offstage, A.AspectRatio, A.IntrinsicWidth, A.IntrinsicHeight, A.SliverPadding, A.Listener, A.RepaintBoundary, A.IgnorePointer, A.AbsorbPointer, A.Semantics, A.MergeSemantics, A.BlockSemantics, A.ExcludeSemantics, A.IndexedSemantics, A.ColoredBox, A.DecoratedBox, A._CompositionCallback, A._GestureSemantics, A._Magnifier, A._DeferredLayout, A._PlatformViewPlaceHolder, A._ScrollSemantics, A._SingleChildViewport, A._SliverFractionalPadding, A.SnapshotWidget, A.TapRegionSurface, A.TapRegion, A.FadeTransition, A._Visibility, A._AutoScaleInlineWidget, A.Follower, A.Leader, A.CupertinoPopoverMenu, A.ViewportBoundsReporter, A.ViewportBoundsReplicator, A.FillWidthIfConstrained, A._TextLinesLimiter]); _inherit(A.ChartContainer, A.CustomPaint); _inherit(A.RenderObject, A._RenderObject_Object_DiagnosticableTreeMixin); - _inheritMany(A.RenderObject, [A.RenderBox, A.RenderSliver, A._RenderView_RenderObject_RenderObjectWithChildMixin]); - _inheritMany(A.RenderBox, [A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin, A._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin, A.__RenderCupertinoTextSelectionToolbarItems_RenderBox_ContainerRenderObjectMixin, A.__RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin, A.__RenderListTile_RenderBox_SlottedContainerRenderObjectMixin, A._RenderListBody_RenderBox_ContainerRenderObjectMixin, A._RenderFlex_RenderBox_ContainerRenderObjectMixin, A.__RenderTextSelectionToolbarItemsLayout_RenderBox_ContainerRenderObjectMixin, A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin, A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin, A._RenderEditableCustomPaint, A.RenderErrorBox, A.RenderImage, A._RenderParagraph_RenderBox_ContainerRenderObjectMixin, A._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin, A._RenderStack_RenderBox_ContainerRenderObjectMixin, A.RenderTable, A._RenderViewportBase_RenderBox_ContainerRenderObjectMixin, A._RenderWrap_RenderBox_ContainerRenderObjectMixin, A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin, A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin, A.__RenderTheater_RenderBox_ContainerRenderObjectMixin, A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin, A.__RenderScaledInlineWidget_RenderBox_RenderObjectWithChildMixin, A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin, A._RenderStaggeredGrid_RenderBox_ContainerRenderObjectMixin, A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, A.__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin, A.RenderContentLayers, A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin]); + _inheritMany(A.RenderObject, [A.RenderBox, A._RenderView_RenderObject_RenderObjectWithChildMixin, A.RenderSliver]); + _inheritMany(A.RenderBox, [A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin, A._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin, A.__RenderCupertinoTextSelectionToolbarItems_RenderBox_ContainerRenderObjectMixin, A.__RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin, A.__RenderListTile_RenderBox_SlottedContainerRenderObjectMixin, A._RenderListBody_RenderBox_ContainerRenderObjectMixin, A._RenderFlex_RenderBox_ContainerRenderObjectMixin, A.__RenderTextSelectionToolbarItemsLayout_RenderBox_ContainerRenderObjectMixin, A._RenderCustomMultiChildLayoutBox_RenderBox_ContainerRenderObjectMixin, A._RenderEditable_RenderBox_RelayoutWhenSystemFontsChangeMixin, A._RenderEditableCustomPaint, A.RenderErrorBox, A.RenderImage, A._RenderParagraph_RenderBox_ContainerRenderObjectMixin, A._PlatformViewRenderBox_RenderBox__PlatformViewGestureMixin, A._RenderStack_RenderBox_ContainerRenderObjectMixin, A.RenderTable, A._RenderViewportBase_RenderBox_ContainerRenderObjectMixin, A._RenderWrap_RenderBox_ContainerRenderObjectMixin, A.__RenderLayoutBuilder_RenderBox_RenderObjectWithChildMixin, A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin, A.__RenderTheater_RenderBox_ContainerRenderObjectMixin, A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin, A.__RenderScaledInlineWidget_RenderBox_RenderObjectWithChildMixin, A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin, A._RenderStaggeredGrid_RenderBox_ContainerRenderObjectMixin, A._RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin, A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, A.__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin, A.RenderContentLayers, A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin]); _inherit(A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin, A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin); _inherit(A.RenderProxyBox, A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin); - _inheritMany(A.RenderProxyBox, [A.RenderCustomPaint, A.RenderConstrainedBox, A._RenderMenuItem, A._RenderInkFeatures, A._TextSelectionToolbarTrailingEdgeAlignRenderBox, A.RenderProxyBoxWithHitTestBehavior, A.RenderLimitedBox, A.RenderAspectRatio, A.RenderIntrinsicWidth, A.RenderIntrinsicHeight, A.RenderOpacity, A._RenderAnimatedOpacity_RenderProxyBox_RenderAnimatedOpacityMixin, A.RenderBackdropFilter, A._RenderCustomClip, A.RenderDecoratedBox, A.RenderTransform, A.RenderFittedBox, A.RenderFractionalTranslation, A.RenderRepaintBoundary, A.RenderIgnorePointer, A.RenderOffstage, A.RenderAbsorbPointer, A.RenderSemanticsAnnotations, A.RenderBlockSemantics, A.RenderMergeSemantics, A.RenderExcludeSemantics, A.RenderIndexedSemantics, A.RenderLeaderLayer, A.RenderFollowerLayer, A.RenderAnnotatedRegion, A._RenderCompositionCallback, A._RenderMagnification, A.__RenderDeferredLayoutBox_RenderProxyBox__RenderTheaterMixin, A._RenderLayoutSurrogateProxyBox, A._RenderScrollSemantics, A._RenderSnapshotWidget, A._RenderVisibility, A.RenderFillWidthIfConstrained]); + _inheritMany(A.RenderProxyBox, [A.RenderCustomPaint, A.RenderConstrainedBox, A._RenderMenuItem, A._RenderInkFeatures, A._TextSelectionToolbarTrailingEdgeAlignRenderBox, A.RenderProxyBoxWithHitTestBehavior, A.RenderLimitedBox, A.RenderAspectRatio, A.RenderIntrinsicWidth, A.RenderIntrinsicHeight, A.RenderOpacity, A._RenderAnimatedOpacity_RenderProxyBox_RenderAnimatedOpacityMixin, A.RenderBackdropFilter, A._RenderCustomClip, A.RenderDecoratedBox, A.RenderTransform, A.RenderFittedBox, A.RenderFractionalTranslation, A.RenderRepaintBoundary, A.RenderIgnorePointer, A.RenderOffstage, A.RenderAbsorbPointer, A.RenderSemanticsAnnotations, A.RenderBlockSemantics, A.RenderMergeSemantics, A.RenderExcludeSemantics, A.RenderIndexedSemantics, A.RenderLeaderLayer, A.RenderFollowerLayer, A.RenderAnnotatedRegion, A._RenderCompositionCallback, A._RenderMagnification, A.__RenderDeferredLayoutBox_RenderProxyBox__RenderTheaterMixin, A._RenderLayoutSurrogateProxyBox, A._RenderScrollSemantics, A._RenderSnapshotWidget, A._RenderVisibility, A.RenderFollower, A.RenderLeader, A.RenderViewportBoundsReporter, A.RenderViewportBoundsReplicator, A.RenderFillWidthIfConstrained, A._RenderTextViewport]); _inherit(A.ChartContainerRenderObject, A.RenderCustomPaint); _inheritMany(A.Listenable, [A.CustomPainter, A.Animation0, A._MergingListenable, A.CustomClipper, A._SystemFontsNotifier]); - _inheritMany(A.CustomPainter, [A.ChartContainerCustomPaint, A._SymbolCustomPaint, A._CupertinoActivityIndicatorPainter, A._TextSelectionHandlePainter0, A._CupertinoChevronPainter, A._LiveTextIconPainter, A._DropdownMenuPainter, A._InputBorderPainter, A._ShapeBorderPainter, A._LinearProgressIndicatorPainter, A._CircularProgressIndicatorPainter, A._IndicatorPainter, A._TextSelectionHandlePainter, A._DialPainter, A._GlowingOverscrollIndicatorPainter, A._PlaceholderPainter, A.DashRectPainter, A.QrPainter, A.AppleLogoPainter, A._CaretPainter0, A.CaretPainter, A._EmptyHighlightPainter, A.TextSelectionPainter]); + _inheritMany(A.CustomPainter, [A.ChartContainerCustomPaint, A._SymbolCustomPaint, A._CupertinoActivityIndicatorPainter, A._TextSelectionHandlePainter0, A._CupertinoChevronPainter, A._LiveTextIconPainter, A._DropdownMenuPainter, A._InputBorderPainter, A._ShapeBorderPainter, A._LinearProgressIndicatorPainter, A._CircularProgressIndicatorPainter, A._DividerPainter, A._IndicatorPainter, A._TextSelectionHandlePainter, A._DialPainter, A._GlowingOverscrollIndicatorPainter, A._PlaceholderPainter, A.DashRectPainter, A.QrPainter, A.AppleLogoPainter, A.CaretPainter, A._EmptyHighlightPainter, A.TextSelectionPainter, A._UnderlinePainter]); _inheritMany(A.MultiChildLayoutDelegate, [A.WidgetLayoutDelegate, A._ScaffoldLayout, A._ToolbarLayout]); _inheritMany(A._UnorderedEquality, [A.UnorderedIterableEquality, A.SetEquality]); _inherit(A.XFile, A.XFileBase); @@ -607420,16 +623349,8 @@ _inheritMany(A.LiteralTerm, [A.NumberTerm, A.UnitTerm, A.PercentageTerm, A.EmTerm, A.ExTerm, A.FractionTerm]); _inheritMany(A.UnitTerm, [A.LengthTerm, A.AngleTerm, A.TimeTerm, A.FreqTerm, A.ResolutionTerm, A.ChTerm, A.RemTerm, A.LineHeightTerm, A.ViewportTerm]); _inheritMany(A.DropEvent, [A.DropEnterEvent, A.DropExitEvent, A.DropUpdateEvent, A.DropDoneEvent]); - _inheritMany(A.PlatformInterface, [A.DeviceInfoPlatform, A.FilePicker, A.GoogleSignInPlatform, A.ImageCropperPlatform, A.ImagePickerPlatform, A.InAppPurchasePlatform, A.LocalAuthPlatform, A.PackageInfoPlatform, A.PathProviderPlatform, A.PrintingPlatform, A.SharePlatform, A.SharedPreferencesStorePlatform, A.SignInWithApplePlatform, A.UrlLauncherPlatform]); + _inheritMany(A.PlatformInterface, [A.DeviceInfoPlatform, A.FilePicker, A.GoogleSignInPlatform, A.ImageCropperPlatform, A.ImagePickerPlatform, A.InAppPurchasePlatform, A.LocalAuthPlatform, A.PackageInfoPlatform, A.PathProviderPlatform, A.PermissionHandlerPlatform, A.PrintingPlatform, A.SharePlatform, A.SharedPreferencesStorePlatform, A.SignInWithApplePlatform, A.UrlLauncherPlatform]); _inherit(A.DeviceInfoPlusWebPlugin, A.DeviceInfoPlatform); - _inherit(A._RealtimeClock, A.Clock0); - _inheritMany(A.MemoryFileSystemEntity, [A._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin, A.MemoryFile]); - _inherit(A.MemoryDirectory, A._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin); - _inherit(A._MemoryFileSystem, A.FileSystem0); - _inherit(A.RealNode, A.Node2); - _inheritMany(A.RealNode, [A.DirectoryNode, A.FileNode]); - _inherit(A.RootNode, A.DirectoryNode); - _inherit(A._Posix, A.FileSystemStyle); _inheritMany(A.FilePicker, [A.FilePickerWeb, A.FilePickerIO, A.FilePickerMacOS, A.FilePickerLinux]); _inheritMany(A.Animation0, [A._AnimationController_Animation_AnimationEagerListenerMixin, A._AlwaysCompleteAnimation, A._AlwaysDismissedAnimation, A.AlwaysStoppedAnimation, A._ProxyAnimation_Animation_AnimationLazyListenerMixin, A._ReverseAnimation_Animation_AnimationLazyListenerMixin, A._CurvedAnimation_Animation_AnimationWithParentMixin, A._TrainHoppingAnimation_Animation_AnimationEagerListenerMixin, A._CompoundAnimation_Animation_AnimationLazyListenerMixin, A.__AnimatedEvaluation_Animation_AnimationWithParentMixin, A.__ChangeAnimation_Animation_AnimationWithParentMixin, A.__DragAnimation_Animation_AnimationWithParentMixin]); _inherit(A._AnimationController_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin, A._AnimationController_Animation_AnimationEagerListenerMixin); @@ -607458,13 +623379,14 @@ _inherit(A._CupertinoButtonState, A.__CupertinoButtonState_State_SingleTickerProviderStateMixin); _inherit(A.__CupertinoCheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin, A.__CupertinoCheckboxState_State_TickerProviderStateMixin); _inherit(A._CupertinoCheckboxState, A.__CupertinoCheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin); - _inheritMany(A.ChangeNotifier, [A.ToggleablePainter, A.ValueNotifier, A.ToggleablePainter0, A.DataTableSource, A.RestorableProperty, A._InputBorderGap, A.SnapshotPainter, A._ScaffoldGeometryNotifier, A.TabController, A.ViewportOffset, A.ScrollController, A._BindingPipelineManifold, A.RenderEditablePainter, A.MouseTracker, A.SemanticsOwner, A.RestorationManager, A.KeepAliveHandle, A._GlowController, A._StretchController, A.ScrollbarPainter, A.SnapshotController, A._MenuPageController, A.PdfPreviewData]); + _inheritMany(A.ChangeNotifier, [A.ToggleablePainter, A.ValueNotifier, A.ToggleablePainter0, A.DataTableSource, A.RestorableProperty, A._InputBorderGap, A.SnapshotPainter, A._ScaffoldGeometryNotifier, A.TabController, A.ViewportOffset, A.ScrollController, A._BindingPipelineManifold, A.RenderEditablePainter, A.MouseTracker, A.SemanticsOwner, A.RestorationManager, A.KeepAliveHandle, A._GlowController, A._StretchController, A.ScrollbarPainter, A.SnapshotController, A._MenuPageController, A.PdfPreviewData, A.ScrollbarPainter0, A.SignalNotifier]); _inheritMany(A.ToggleablePainter, [A._CheckboxPainter0, A._RadioPainter0]); _inheritMany(A.Color, [A._CupertinoDynamicColor_Color_Diagnosticable, A.ColorSwatch, A.MaterialStateColor]); _inherit(A.CupertinoDynamicColor, A._CupertinoDynamicColor_Color_Diagnosticable); _inheritMany(A.TextSelectionControls, [A.CupertinoDesktopTextSelectionControls, A.CupertinoTextSelectionControls, A.DesktopTextSelectionControls, A.MaterialTextSelectionControls]); _inherit(A.__CupertinoDesktopTextSelectionHandleControls_CupertinoDesktopTextSelectionControls_TextSelectionHandleControls, A.CupertinoDesktopTextSelectionControls); _inherit(A._CupertinoDesktopTextSelectionHandleControls, A.__CupertinoDesktopTextSelectionHandleControls_CupertinoDesktopTextSelectionControls_TextSelectionHandleControls); + _inheritMany(A.StatelessWidget, [A.CupertinoDesktopTextSelectionToolbar, A.CupertinoMagnifier, A.CupertinoPageTransition, A.CupertinoTextSelectionToolbar, A.CupertinoTheme, A._AboutProgram, A._PackageListTile, A._PackageLicensePageTitle, A._MasterPage, A._DetailView, A._ActionButton, A._ActionIcon, A.BackButtonIcon, A.DrawerButtonIcon, A.EndDrawerButtonIcon, A.AdaptiveTextSelectionToolbar, A._DragHandle, A._BottomSheetGestureDetector, A.Card, A.CheckboxListTile, A.DataTable, A.InkResponse, A._DatePickerHeader, A.DesktopTextSelectionToolbar, A.DesktopTextSelectionToolbarButton, A.Dialog, A.AlertDialog, A.SimpleDialogOption, A.SimpleDialog, A.Divider, A.VerticalDivider, A.Drawer, A._DropdownMenuItemContainer, A.FloatingActionButton, A.IconButton, A.ListTile, A.Magnifier, A._ShapeBorderPaint, A._FadeUpwardsPageTransition, A._ZoomPageTransition, A._PopupMenu, A.RadioListTile, A._BodyBuilder, A.Scrollbar, A.Switch, A.SwitchListTile, A.Tab, A.TextSelectionToolbar, A._TextSelectionToolbarContainer, A._TextSelectionToolbarOverflowButton, A.TextSelectionToolbarTextButton, A.Theme, A._TimePickerHeader, A._HourMinuteControl, A._HourControl, A._StringFragment, A._MinuteControl, A._DayPeriodControl, A._AmPmButton, A._HourTextField, A._MinuteTextField, A.ToggleButtons, A._TooltipOverlay, A._NullWidget1, A.IndexedStack, A.PositionedDirectional, A.KeyedSubtree, A.Builder, A.Container, A._NullWidget2, A.DefaultTextEditingShortcuts, A.DisplayFeatureSubScreen, A.ExcludeFocus, A.GestureDetector, A.Icon, A._CaptureAll, A._InteractiveViewerBuilt, A.RawMagnifier, A._MagnifierStyle, A.ModalBarrier, A._ModalBarrierGestureDetector, A.NavigationToolbar, A.PageStorage, A.Placeholder, A.HtmlElementView, A.PreferredSize, A.ReorderableDragStartListener, A._DragItemProxy, A.SafeArea, A.ScrollView, A.CallbackShortcuts, A.SingleChildScrollView, A.SliverFillViewport, A.SliverPersistentHeader, A.Spacer, A._NullWidget4, A.Text, A.Title, A.View, A.Visibility, A.StoreConnector, A.StoreBuilder, A.DrawerMotion, A.CustomSlidableAction, A.SlidableAction, A.SlidableAutoCloseBehaviorInteractor, A.SlidableAutoCloseInteractor, A.SlidableAutoCloseBehaviorListener, A.SlidableAutoCloseNotificationSender, A.SlidableAutoCloseBarrierInteractor, A.FollowerFadeOutBeyondBoundary, A.FieldGrid, A.ActionMenuButton, A.ViewActionMenuButton, A.AppBorder, A.CustomFieldSelector, A.AppHeader, A.AppWebView, A._WebWebView, A.AutobillDropdownMenuItem, A.BlankScreen, A.AppTextButton, A.BottomButtons, A.AppButton, A.ConfirmEmail, A.ConfirmEmailBuilder, A.CopyToClipboard, A.DashedRect, A.MessageDialog, A.ErrorDialog, A._HealthListTile, A.LoadingDialog, A.DismissibleEntity, A.DocumentTile, A.DocumentPreview, A.EditScaffold, A.EntityActionListTile, A.EntityStatusChip, A.EntityAutocompleteListTile, A.EntityHeader, A.EntityStateLabel, A.EntityTopFilter, A.EntityTopFilterHeader, A.FormCard, A.AppDropdownButton, A.AppForm, A.AppTabForm, A.AppTabBar, A.AppToggleButtons, A.BoolDropdownButton, A.ClientPicker, A.CustomSurcharges, A.DesignPicker, A.DiscountField, A.DynamicSelector, A.LearnMoreUrl, A.NotificationSettings, A._NotificationSelector, A.ProjectPicker, A.SaveCancelButtons, A.UserPicker, A.VendorPicker, A.TokenMeta, A.HelpText, A.HistoryDrawer, A.HistoryDrawerBuilder, A.IconMessage, A.IconText, A.InvoiceItemListTile, A.TaxRateField, A.ListScaffold, A.ActivityListTile, A.AppListTile, A.ListDivider, A.ListFilterMessage, A.FilterListTile, A.SelectedIndicator, A.LoadingIndicator, A.MainScreen, A.EntityScreens, A.SettingsScreens, A.SidebarFooter, A.SidebarFooterCollapsed, A.MenuDrawerBuilder, A._SelectRow, A.AppPinput, A.PortalLinks, A.TableTooltip, A.CachedImage, A.ResponsivePadding, A.SearchText, A._VariableGrid, A.ViewScaffold, A.InitScreen, A.LockScreen, A.RuledText, A.LoginScreen, A.BankAccountListItem, A.BankAccountListBuilder, A.BankAccountScreen, A.BankAccountScreenBuilder, A.BankAccountEditScreen, A.BankAccountViewScreen, A.ClientListItem, A.ClientListBuilder, A.ClientPdfScreen, A.ClientScreen, A.ClientScreenBuilder, A.ContactListTile0, A.ClientEditContactsScreen, A.ClientEditDesktop, A.ClientEditFooter, A.ClientEditScreen, A.ClientViewDocuments, A.ClientOverview, A.ClientViewPaymentMethods, A.ClientViewScreen, A.CompanyGatewayListItem, A.CompanyGatewayListBuilder, A.CompanyGatewayScreen, A.CompanyGatewayScreenBuilder, A.GatewayConfigSettings, A.CompanyGatewayEditScreen, A._CompanyGatewayOverview, A.CompanyGatewayViewScreen, A.CreditEmailScreen, A.CreditListItem, A.CreditListBuilder, A.CreditPdfScreen, A.CreditScreen, A.CreditScreenBuilder, A.CreditEditDetailsScreen, A.CreditEditItemsScreen, A.CreditEditNotesScreen, A.CreditEditPDFScreen, A.CreditEditScreen, A.CreditViewScreen, A.DashboardActivity, A.DashboardPanels, A._CustomTabBarView, A.DashboardScreenBuilder, A.SidebarScaffold, A.InvoiceSidebar, A.PaymentSidebar, A.QuoteSidebar, A.TaskSidebar, A.ExpenseSidbar, A._DashboardSidebar, A.DashboardSystemLogs, A.DesignListItem, A.DesignListBuilder, A.DesignScreen, A.DesignScreenBuilder, A.DesignSection, A.HtmlDesignPreview, A.DesignEditScreen, A.DesignViewScreen, A.DocumentListItem, A.DocumentListBuilder, A.DocumentScreen, A.DocumentScreenBuilder, A.DocumentEditScreen, A.DocumentViewScreen, A.ExpenseEditDesktop, A.ExpenseEditScreen, A.ExpenseListItem, A.ExpenseListBuilder, A.ExpenseScreen, A.ExpenseScreenBuilder, A.ExpenseViewDocuments, A.ExpenseOverview, A.ExpenseViewScreen, A.ExpenseCategoryEditScreen, A.ExpenseCategoryListItem, A.ExpenseCategoryListBuilder, A.ExpenseCategoryScreen, A.ExpenseCategoryScreenBuilder, A.ExpenseCategoryViewScreen, A.GroupEditScreen, A.GroupListItem, A.GroupListBuilder, A.GroupSettingsScreen, A.GroupScreenBuilder, A.SettingsViewer, A.GroupViewScreen, A.InvoiceEditContacts, A.InvoiceEditContactsScreen, A.InvoiceEditDetailsScreen, A.InvoiceEditFooter, A.TableHeader, A.InvoiceEditItemsScreen, A.InvoiceEditNotesScreen, A.InvoiceEditPDFScreen, A.InvoiceEditScreen, A.InvoiceTaxDetails, A.InvoiceEmailScreen, A.InvoiceListItem, A.InvoiceListBuilder, A.InvoicePdfScreen, A.InvoiceScreen, A.InvoiceScreenBuilder, A.InvoiceViewContacts, A._InvitationListTile, A.InvoiceViewDocuments, A.InvoiceOverview, A.InvoiceViewScreen, A.PaymentEditFooter, A.PaymentEditScreen, A.PaymentListItem, A.PaymentListBuilder, A.PaymentScreen, A.PaymentScreenBuilder, A.PaymentRefundScreen, A.PaymentViewScreen, A.PaymentTermEditScreen, A.PaymentTermListItem, A.PaymentTermListBuilder, A.PaymentTermScreen, A.PaymentTermScreenBuilder, A.PaymentTermViewScreen, A.ProductEditScreen, A.ProductListItem, A.ProductListBuilder, A.ProductScreen, A.ProductScreenBuilder, A.ProductViewDocuments, A.ProductViewScreen, A.ProjectEditScreen, A.ProjectListItem, A.ProjectListBuilder, A.ProjectScreen, A.ProjectScreenBuilder, A.ProjectViewDocuments, A.ProjectViewScreen, A.PurchaseOrderEditDetailsScreen, A.PurchaseOrderEditItemsScreen, A.PurchaseOrderEditNotesScreen, A.PurchaseOrderEditPDFScreen, A.PurchaseOrderEditScreen, A.PurchaseOrderEmailScreen, A.PurchaseOrderListItem, A.PurchaseOrderListBuilder, A.PurchaseOrderPdfScreen, A.PurchaseOrderScreen, A.PurchaseOrderScreenBuilder, A.PurchaseOrderViewScreen, A.QuoteEditDetailsScreen, A.QuoteEditItemsScreen, A.QuoteEditNotesScreen, A.QuoteEditPDFScreen, A.QuoteEditScreen, A.QuoteEmailScreen, A.QuoteListItem, A.QuoteListBuilder, A.QuotePdfScreen, A.QuoteScreen, A.QuoteScreenBuilder, A.QuoteViewScreen, A.RecurringExpenseEditScreen, A.RecurringExpenseListItem, A.RecurringExpenseListBuilder, A.RecurringExpenseScreen, A.RecurringExpenseScreenBuilder, A.RecurringExpenseViewScreen, A.RecurringInvoiceEditDetailsScreen, A.RecurringInvoiceEditItemsScreen, A.RecurringInvoiceEditNotesScreen, A.RecurringInvoiceEditPDFScreen, A.RecurringInvoiceEditScreen, A.RecurringInvoiceListItem, A.RecurringInvoiceListBuilder, A.RecurringInvoicePdfScreen, A.RecurringInvoiceScreen, A.RecurringInvoiceScreenBuilder, A.RecurringInvoiceViewScreen, A.ReportCharts, A.ReportsScreen, A.TotalsDataTable, A.ReportsScreenBuilder, A.ScheduleEditScreen, A.ScheduleListItem, A.ScheduleListBuilder, A.ScheduleScreen, A.ScheduleScreenBuilder, A.ScheduleViewScreen, A._AccountOverview, A.AccountManagementScreen, A.ClientPortalScreen, A.CompanyDetailsScreen, A.CreditCardsAndBanksScreen, A.CustomFieldsSettings, A.CustomFieldsScreen, A.DataVisualizationsScreen, A.DeviceSettingsScreen, A.EmailSettingsScreen, A.ExpenseSettingsScreen, A.HelpPanel, A.GeneratedNumbersScreen, A._FieldMapper, A.ImportExportScreen, A.InvoiceDesignScreen, A.LocalizationScreen, A.PaymentsSettingsScreen, A.ProductSettingsScreen, A.SettingsSearch, A.SettingsListBuilder, A.SettingsScreen, A.SettingsScreenBuilder, A.TaskSettingsScreen, A.NumberOfRatesSelector, A.TaxSettingsScreen, A.EmailPreview, A.TemplatesAndRemindersScreen, A.UserDetailsScreen, A.WorkflowSettingsScreen, A.SubscriptionEditScreen, A.SubscriptionListItem, A.SubscriptionListBuilder, A.SubscriptionScreen, A.SubscriptionScreenBuilder, A.SubscriptionViewScreen, A._BottomBar, A.TaskEditDetailsScreen, A.TaskEditTimesScreen, A.TaskEditScreen, A.TaskListItem, A.TaskListBuilder, A.TaskScreen, A.TaskScreenBuilder, A.TaskTimeListTile, A.TaskViewDocuments, A.TaskViewScreen, A.TaskStatusEditScreen, A.TaskStatusListItem, A.TaskStatusListBuilder, A.TaskStatusScreen, A.TaskStatusScreenBuilder, A.TaskStatusViewScreen, A.TaxRateEditScreen, A.TaxRateListItem, A.TaxRateListBuilder, A.TaxRateSettingsScreen, A.TaxRateScreenBuilder, A.TaxRateViewScreen, A.TokenEditScreen, A.TokenListItem, A.TokenListBuilder, A.TokenScreen, A.TokenScreenBuilder, A._TokenListTile, A.TokenViewScreen, A.TransactionEditScreen, A.TransactionListItem, A.TransactionListBuilder, A.TransactionScreen, A.TransactionScreenBuilder, A.TransactionViewScreen, A.TransactionRuleEditScreen, A.TransactionRuleListItem, A.TransactionRuleListBuilder, A.TransactionRuleScreen, A.TransactionRuleScreenBuilder, A.TransactionRuleViewScreen, A._PermissionCheckbox, A.UserEditScreen, A.UserListItem, A.UserListBuilder, A.UserScreen, A.UserScreenBuilder, A.UserView, A.UserViewScreen, A.ContactListTile, A.VendorEditContactsScreen, A.VendorEditDesktop, A.VendorEditFooter, A.VendorEditScreen, A.VendorListItem, A.VendorListBuilder, A.VendorScreen, A.VendorScreenBuilder, A.VendorViewDocuments, A.VendorOverview, A.VendorViewScreen, A.WebhookEditScreen, A.TargetListTile, A.WebhookViewScreen, A.WebhookListItem, A.WebhookListBuilder, A.WebhookScreen, A.WebhookScreenBuilder, A._PositionedToolbar, A._PinItem, A._SeparatedRaw, A._PinputCursor, A.PointerInterceptor, A.PdfPreviewAction, A.PdfPrintAction, A._PdfShareAction_StatelessWidget_PdfPreviewActionBounds, A.PdfPreviewPage, A._QrContentView, A.SignInWithAppleButton, A.BlockquoteComponent, A.SelectableBox, A.SuperEditorFocusDebugVisuals, A.SuperEditorImeDebugVisuals, A.HorizontalRuleComponent, A.ImageComponent, A._Component, A.UnorderedListItemComponent, A.OrderedListItemComponent, A.DefaultAndroidEditorToolbar, A.ContentLayerStatelessWidget, A.ScrollbarWithCustomPhysics, A.AndroidFollowingMagnifier, A.AndroidMagnifyingGlass, A.AndroidSelectionHandle, A.AndroidTextEditingFloatingToolbar, A.IOSFollowingMagnifier, A.IOSRoundedRectangleMagnifyingGlass, A.IOSSelectionHandle, A.IOSTextEditingFloatingToolbar, A.SuperEditorPopover, A.MagnifyingGlass, A.IOSFloatingCursor, A.TextLayoutSelectionHighlight, A.TextLayoutEmptyHighlight]); _inherit(A.IconThemeData, A._IconThemeData_Object_Diagnosticable); _inherit(A._CupertinoIconThemeData_IconThemeData_Diagnosticable, A.IconThemeData); _inherit(A.CupertinoIconThemeData, A._CupertinoIconThemeData_IconThemeData_Diagnosticable); @@ -607474,10 +623396,10 @@ _inherit(A._CupertinoRadioState, A.__CupertinoRadioState_State_TickerProviderStateMixin_ToggleableStateMixin); _inherit(A.Decoration, A._Decoration_Object_Diagnosticable); _inheritMany(A.Decoration, [A._CupertinoEdgeShadowDecoration, A.UnderlineTabIndicator, A.BoxDecoration, A.ShapeDecoration]); - _inheritMany(A.BoxPainter, [A._CupertinoEdgeShadowPainter, A._UnderlinePainter, A._BoxDecorationPainter, A._ShapeDecorationPainter]); - _inheritMany(A.RawScrollbar, [A.CupertinoScrollbar, A._MaterialScrollbar, A._MaterialScrollbar0]); + _inheritMany(A.BoxPainter, [A._CupertinoEdgeShadowPainter, A._UnderlinePainter0, A._BoxDecorationPainter, A._ShapeDecorationPainter]); + _inheritMany(A.RawScrollbar, [A.CupertinoScrollbar, A._MaterialScrollbar, A._MaterialScrollbar1]); _inherit(A.RawScrollbarState, A._RawScrollbarState_State_TickerProviderStateMixin); - _inheritMany(A.RawScrollbarState, [A._CupertinoScrollbarState, A._MaterialScrollbarState, A._MaterialScrollbarState0]); + _inheritMany(A.RawScrollbarState, [A._CupertinoScrollbarState, A._MaterialScrollbarState, A._MaterialScrollbarState1]); _inherit(A._CupertinoSwitchState, A.__CupertinoSwitchState_State_TickerProviderStateMixin); _inheritMany(A.LeafRenderObjectWidget, [A._CupertinoSwitchRenderObjectWidget, A.RawImage, A.ErrorWidget, A.PlatformViewSurface]); _inheritMany(A.RenderConstrainedBox, [A._RenderCupertinoSwitch, A._PlatformViewPlaceholderBox]); @@ -607487,13 +623409,13 @@ _inheritMany(A.RenderShiftedBox, [A._RenderCupertinoTextSelectionToolbarShape, A.RenderAligningShiftedBox, A._RenderInputPadding, A._RenderInputPadding0, A._RenderMenuItem0, A._RenderInputPadding2, A._SelectToggleButtonRenderObject, A._RenderInputPadding1, A.RenderPadding, A.RenderCustomSingleChildLayoutBox, A.RenderPopover]); _inherit(A._CupertinoTextSelectionToolbarContentState, A.__CupertinoTextSelectionToolbarContentState_State_TickerProviderStateMixin); _inheritMany(A._CupertinoChevronPainter, [A._LeftCupertinoChevronPainter, A._RightCupertinoChevronPainter]); - _inheritMany(A.Element0, [A.RenderObjectElement, A._NullElement0, A.ComponentElement, A._NullElement, A._NullElement1]); - _inheritMany(A.RenderObjectElement, [A._CupertinoTextSelectionToolbarItemsElement, A.MultiChildRenderObjectElement, A.SingleChildRenderObjectElement, A._RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin, A.LeafRenderObjectElement, A._LayoutBuilderElement, A._OverlayPortalElement, A.SliverMultiBoxAdaptorElement, A._SliverPersistentHeaderElement, A.SlottedRenderObjectElement, A._TableElement, A.ContentLayersElement]); + _inheritMany(A.Element0, [A.RenderObjectElement, A._NullElement0, A.ComponentElement, A._RootElement_Element_RootElementMixin, A._NullElement, A._NullElement1]); + _inheritMany(A.RenderObjectElement, [A._CupertinoTextSelectionToolbarItemsElement, A.MultiChildRenderObjectElement, A.SingleChildRenderObjectElement, A.LeafRenderObjectElement, A.RenderTreeRootElement, A._LayoutBuilderElement, A._OverlayPortalElement, A.SliverMultiBoxAdaptorElement, A._SliverPersistentHeaderElement, A.SlottedRenderObjectElement, A._TableElement, A.ContentLayersElement]); _inherit(A.__RenderCupertinoTextSelectionToolbarItems_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.__RenderCupertinoTextSelectionToolbarItems_RenderBox_ContainerRenderObjectMixin); _inherit(A._RenderCupertinoTextSelectionToolbarItems, A.__RenderCupertinoTextSelectionToolbarItems_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); _inherit(A.CupertinoTextThemeData, A._CupertinoTextThemeData_Object_Diagnosticable); _inheritMany(A.ProxyWidget, [A.InheritedWidget, A.ParentDataWidget, A.NotificationListener]); - _inheritMany(A.InheritedWidget, [A._InheritedCupertinoTheme, A.InheritedTheme, A._FocusedDate, A._DrawerControllerScope, A.DropdownButtonHideUnderline, A.FlexibleSpaceBarSettings, A._ParentInkResponseProvider, A._ScaffoldMessengerScope, A._ScaffoldScope, A._TabControllerScope, A.InheritedModel, A._ActionsScope, A.InheritedNotifier, A._AutofillScope, A._UbiquitousInheritedWidget, A._FormScope, A._LocalizationsScope, A.HeroControllerScope, A._RenderTheaterMarker, A.PrimaryScrollController, A.UnmanagedRestorationScope, A._RouterScope, A._ModalScopeStatus, A.ScrollConfiguration, A._ScrollNotificationObserverScope, A._ScrollableScope, A.SelectionRegistrarScope, A._ShortcutRegistrarScope, A._EffectiveTickerMode, A._ViewScope, A._VisibilityScope, A.StoreProvider, A.ActionPaneConfiguration, A._ActionPaneScope, A._SlidableControllerScope, A.StyledToastTheme, A.SuperEditorDebugVisuals]); + _inheritMany(A.InheritedWidget, [A._InheritedCupertinoTheme, A.InheritedTheme, A._FocusedDate, A._DrawerControllerScope, A.DropdownButtonHideUnderline, A.FlexibleSpaceBarSettings, A._ParentInkResponseProvider, A._ScaffoldMessengerScope, A._ScaffoldScope, A._TabControllerScope, A.InheritedModel, A._ActionsScope, A.InheritedNotifier, A._AutofillScope, A._UbiquitousInheritedWidget, A._FormScope, A._LocalizationsScope, A.HeroControllerScope, A._RenderTheaterMarker, A.PrimaryScrollController, A.UnmanagedRestorationScope, A._RouterScope, A._ModalScopeStatus, A.ScrollConfiguration, A._ScrollNotificationObserverScope, A._ScrollableScope, A.SelectionRegistrarScope, A._ShortcutRegistrarScope, A._EffectiveTickerMode, A._ViewScope, A._PipelineOwnerScope, A._VisibilityScope, A.StoreProvider, A.ActionPaneConfiguration, A._ActionPaneScope, A._SlidableControllerScope, A.StyledToastTheme, A.SuperEditorDebugVisuals, A.SuperEditorAndroidControlsScope, A.SuperEditorIosControlsScope]); _inherit(A._CupertinoThemeData_NoDefaultCupertinoThemeData_Diagnosticable, A.NoDefaultCupertinoThemeData); _inherit(A.CupertinoThemeData, A._CupertinoThemeData_NoDefaultCupertinoThemeData_Diagnosticable); _inherit(A._DefaultCupertinoTextThemeData, A.CupertinoTextThemeData); @@ -607564,13 +623486,20 @@ _inheritMany(A.GestureArenaMember, [A._GestureRecognizer_GestureArenaMember_DiagnosticableTreeMixin, A._CombiningGestureArenaMember]); _inherit(A.GestureRecognizer, A._GestureRecognizer_GestureArenaMember_DiagnosticableTreeMixin); _inheritMany(A.GestureRecognizer, [A.OneSequenceGestureRecognizer, A.MultiDragGestureRecognizer, A.DoubleTapGestureRecognizer, A.TapSequenceGestureRecognizer]); - _inheritMany(A.OneSequenceGestureRecognizer, [A.ForcePressGestureRecognizer, A.PrimaryPointerGestureRecognizer, A.DragGestureRecognizer, A.ScaleGestureRecognizer, A._PlatformViewGestureRecognizer, A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin]); + _inheritMany(A.OneSequenceGestureRecognizer, [A.ForcePressGestureRecognizer, A.PrimaryPointerGestureRecognizer, A.DragGestureRecognizer, A.ScaleGestureRecognizer, A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin, A._PlatformViewGestureRecognizer]); _inheritMany(A._TransformPart, [A._MatrixTransformPart, A._OffsetTransformPart]); _inheritMany(A.PrimaryPointerGestureRecognizer, [A.LongPressGestureRecognizer, A.BaseTapGestureRecognizer]); _inheritMany(A.DragGestureRecognizer, [A.VerticalDragGestureRecognizer, A.HorizontalDragGestureRecognizer, A.PanGestureRecognizer]); _inheritMany(A.MultiDragPointerState, [A._ImmediatePointerState, A._DelayedPointerState]); _inheritMany(A.MultiDragGestureRecognizer, [A.ImmediateMultiDragGestureRecognizer, A.DelayedMultiDragGestureRecognizer]); _inheritMany(A.BaseTapGestureRecognizer, [A.TapGestureRecognizer, A._AnyTapGestureRecognizer]); + _inherit(A.TapDragDownDetails, A._TapDragDownDetails_Object_Diagnosticable); + _inherit(A.TapDragUpDetails, A._TapDragUpDetails_Object_Diagnosticable); + _inherit(A.TapDragStartDetails, A._TapDragStartDetails_Object_Diagnosticable); + _inherit(A.TapDragUpdateDetails, A._TapDragUpdateDetails_Object_Diagnosticable); + _inherit(A.TapDragEndDetails, A._TapDragEndDetails_Object_Diagnosticable); + _inherit(A.BaseTapAndDragGestureRecognizer, A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin); + _inheritMany(A.BaseTapAndDragGestureRecognizer, [A.TapAndHorizontalDragGestureRecognizer, A.TapAndPanGestureRecognizer]); _inherit(A.IOSScrollViewFlingVelocityTracker, A.VelocityTracker); _inherit(A.MacOSScrollViewFlingVelocityTracker, A.IOSScrollViewFlingVelocityTracker); _inheritMany(A._ActionButton, [A.BackButton, A.DrawerButton, A.EndDrawerButton]); @@ -607582,13 +623511,13 @@ _inherit(A._SliverAppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin); _inheritMany(A.RenderAligningShiftedBox, [A._RenderAppBarTitleBox, A._RenderChildOverflowBox, A.RenderAnimatedSize, A.RenderPositionedBox, A.RenderConstrainedOverflowBox, A.RenderFractionallySizedOverflowBox]); _inherit(A.AppBarTheme, A._AppBarTheme_Object_Diagnosticable); - _inherit(A._AppBarDefaultsM2, A.AppBarTheme); + _inheritMany(A.AppBarTheme, [A._AppBarDefaultsM2, A._AppBarDefaultsM3]); _inherit(A.MaterialRectArcTween, A.RectTween); _inherit(A.BadgeThemeData, A._BadgeThemeData_Object_Diagnosticable); _inherit(A.MaterialBannerThemeData, A._MaterialBannerThemeData_Object_Diagnosticable); _inheritMany(A.CustomClipper, [A._BottomAppBarClipper, A.ShapeBorderClipper, A._DecorationClipper, A._DonutClip, A._SlidableClipper]); _inherit(A.BottomAppBarTheme, A._BottomAppBarTheme_Object_Diagnosticable); - _inherit(A._BottomAppBarDefaultsM2, A.BottomAppBarTheme); + _inheritMany(A.BottomAppBarTheme, [A._BottomAppBarDefaultsM2, A._BottomAppBarDefaultsM3]); _inherit(A.BottomNavigationBarThemeData, A._BottomNavigationBarThemeData_Object_Diagnosticable); _inherit(A.BottomSheetThemeData, A._BottomSheetThemeData_Object_Diagnosticable); _inherit(A._BottomSheetDefaultsM3, A.BottomSheetThemeData); @@ -607604,12 +623533,12 @@ _inherit(A._DatePickerModeToggleButtonState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin); _inheritMany(A.SliverGridDelegate, [A._DayPickerGridDelegate, A._YearPickerGridDelegate, A.SliverGridDelegateWithFixedCrossAxisCount]); _inherit(A.CardTheme, A._CardTheme_Object_Diagnosticable); - _inherit(A._CardDefaultsM2, A.CardTheme); + _inheritMany(A.CardTheme, [A._CardDefaultsM2, A._CardDefaultsM3]); _inherit(A.__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin, A.__CheckboxState_State_TickerProviderStateMixin); _inherit(A._CheckboxState, A.__CheckboxState_State_TickerProviderStateMixin_ToggleableStateMixin); _inheritMany(A.ToggleablePainter0, [A._CheckboxPainter, A._RadioPainter, A._SwitchPainter]); _inherit(A.CheckboxThemeData, A._CheckboxThemeData_Object_Diagnosticable); - _inherit(A._CheckboxDefaultsM2, A.CheckboxThemeData); + _inheritMany(A.CheckboxThemeData, [A._CheckboxDefaultsM2, A._CheckboxDefaultsM3]); _inherit(A.ChipThemeData, A._ChipThemeData_Object_Diagnosticable); _inherit(A.ColorScheme, A._ColorScheme_Object_Diagnosticable); _inheritMany(A.ColorSwatch, [A.MaterialColor, A.MaterialAccentColor]); @@ -607619,9 +623548,9 @@ _inherit(A.DataTableThemeData, A._DataTableThemeData_Object_Diagnosticable); _inherit(A._DatePickerDialogState, A.__DatePickerDialogState_State_RestorationMixin); _inheritMany(A.RestorableProperty, [A.RestorableValue, A._HistoryProperty, A.RestorableListenable]); - _inheritMany(A.RestorableValue, [A._RestorableDatePickerEntryMode, A._RestorableAutovalidateMode, A.RestorableTimeOfDay, A._RestorablePrimitiveValueN, A.RestorableDateTime, A.RestorableEnumN, A.RestorableEnum, A._RestorableRouteInformation, A._RestorableScrollOffset]); + _inheritMany(A.RestorableValue, [A._RestorableDatePickerEntryMode, A._RestorableAutovalidateMode, A.RestorableTimeOfDay, A._RestorablePrimitiveValueN, A.RestorableDateTimeN, A.RestorableEnumN, A.RestorableEnum, A._RestorableRouteInformation, A._RestorableScrollOffset]); _inherit(A.DatePickerThemeData, A._DatePickerThemeData_Object_Diagnosticable); - _inherit(A._DatePickerDefaultsM2, A.DatePickerThemeData); + _inheritMany(A.DatePickerThemeData, [A._DatePickerDefaultsM2, A._DatePickerDefaultsM3]); _inherit(A.__DesktopTextSelectionHandleControls_DesktopTextSelectionControls_TextSelectionHandleControls, A.DesktopTextSelectionControls); _inherit(A._DesktopTextSelectionHandleControls, A.__DesktopTextSelectionHandleControls_DesktopTextSelectionControls_TextSelectionHandleControls); _inheritMany(A.Route, [A.OverlayRoute, A._NotAnnounced]); @@ -607632,30 +623561,31 @@ _inheritMany(A.PopupRoute, [A.RawDialogRoute, A._DropdownRoute, A._PopupMenuRoute]); _inherit(A.DialogRoute, A.RawDialogRoute); _inherit(A.DialogTheme, A._DialogTheme_Object_Diagnosticable); - _inherit(A._DialogDefaultsM2, A.DialogTheme); + _inheritMany(A.DialogTheme, [A._DialogDefaultsM2, A._DialogDefaultsM3]); _inherit(A.DividerThemeData, A._DividerThemeData_Object_Diagnosticable); - _inherit(A._DividerDefaultsM2, A.DividerThemeData); + _inheritMany(A.DividerThemeData, [A._DividerDefaultsM2, A._DividerDefaultsM3]); _inherit(A.DrawerControllerState, A._DrawerControllerState_State_SingleTickerProviderStateMixin); _inherit(A.DrawerThemeData, A._DrawerThemeData_Object_Diagnosticable); - _inherit(A._DrawerDefaultsM2, A.DrawerThemeData); + _inheritMany(A.DrawerThemeData, [A._DrawerDefaultsM2, A._DrawerDefaultsM3]); _inherit(A.DropdownMenuItem, A._DropdownMenuItemContainer); _inherit(A._DropdownButtonState, A.__DropdownButtonState_State_WidgetsBindingObserver); _inheritMany(A.FormField, [A.DropdownButtonFormField, A.TextFormField, A._PinputFormField]); _inherit(A.FormFieldState, A._FormFieldState_State_RestorationMixin); _inheritMany(A.FormFieldState, [A._DropdownButtonFormFieldState, A._TextFormFieldState]); _inherit(A.DropdownMenuThemeData, A._DropdownMenuThemeData_Object_Diagnosticable); - _inheritMany(A.ButtonStyleButton, [A.ElevatedButton, A.OutlinedButton, A.TextButton]); + _inheritMany(A.ButtonStyleButton, [A.ElevatedButton, A._IconButtonM3, A.OutlinedButton, A.TextButton]); _inheritMany(A.MaterialStateProperty, [A.__ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable, A.__ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A._IconButtonDefaultForeground, A._IconButtonDefaultOverlay, A.__IconButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A._IndividualOverrides, A.__OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable, A.__OutlinedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable, A.__OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A._TextButtonDefaultColor, A._TextButtonDefaultOverlay, A.__TextButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable, A.__ResolveFillColor_MaterialStateProperty_Diagnosticable, A.__DefaultFillColor_MaterialStateProperty_Diagnosticable, A._ToggleButtonDefaultOverlay]); _inherit(A._ElevatedButtonDefaultColor, A.__ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable); _inherit(A._ElevatedButtonDefaultOverlay, A.__ElevatedButtonDefaultOverlay_MaterialStateProperty_Diagnosticable); _inherit(A._ElevatedButtonDefaultElevation, A.__ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable); _inherit(A._ElevatedButtonDefaultMouseCursor, A.__ElevatedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable); + _inheritMany(A.ButtonStyle, [A._ElevatedButtonDefaultsM3, A._IconButtonDefaultsM3, A._FilledIconButtonDefaultsM3, A._FilledTonalIconButtonDefaultsM3, A._OutlinedIconButtonDefaultsM3, A._OutlinedButtonDefaultsM3, A._TextButtonDefaultsM3]); _inherit(A.ElevatedButtonThemeData, A._ElevatedButtonThemeData_Object_Diagnosticable); _inherit(A._ExpandIconState, A.__ExpandIconState_State_SingleTickerProviderStateMixin); _inherit(A.ExpansionTileThemeData, A._ExpansionTileThemeData_Object_Diagnosticable); _inherit(A.FilledButtonThemeData, A._FilledButtonThemeData_Object_Diagnosticable); _inherit(A.FloatingActionButtonThemeData, A._FloatingActionButtonThemeData_Object_Diagnosticable); - _inherit(A._FABDefaultsM2, A.FloatingActionButtonThemeData); + _inheritMany(A.FloatingActionButtonThemeData, [A._FABDefaultsM2, A._FABDefaultsM3]); _inheritMany(A.FloatingActionButtonLocation, [A.StandardFabLocation, A._TransitionSnapshotFabLocation]); _inheritMany(A.StandardFabLocation, [A.__EndTopFabLocation_StandardFabLocation_FabEndOffsetX, A.__EndFloatFabLocation_StandardFabLocation_FabEndOffsetX, A.__EndDockedFabLocation_StandardFabLocation_FabEndOffsetX]); _inherit(A.__EndTopFabLocation_StandardFabLocation_FabEndOffsetX_FabTopOffsetY, A.__EndTopFabLocation_StandardFabLocation_FabEndOffsetX); @@ -607674,17 +623604,17 @@ _inheritMany(A.ShapeBorder, [A.InputBorder, A.OutlinedBorder, A._CompoundBorder, A.BoxBorder]); _inheritMany(A.InputBorder, [A._NoInputBorder, A.UnderlineInputBorder, A.OutlineInputBorder]); _inherit(A._BorderContainerState, A.__BorderContainerState_State_TickerProviderStateMixin); - _inheritMany(A.AnimatedWidget, [A._Shaker, A._TabStyle, A.AnimatedModalBarrier, A.SlideTransition, A.ScaleTransition, A.RotationTransition, A.SizeTransition, A.DecoratedBoxTransition, A.ListenableBuilder, A._SizeTransition, A.CustomSizeTransition]); + _inheritMany(A.AnimatedWidget, [A._Shaker, A._TabStyle, A.AnimatedModalBarrier, A.SlideTransition, A.MatrixTransition, A.SizeTransition, A.DecoratedBoxTransition, A.ListenableBuilder, A._SizeTransition, A.CustomSizeTransition]); _inherit(A._HelperErrorState, A.__HelperErrorState_State_SingleTickerProviderStateMixin); _inherit(A._RenderDecoration, A.__RenderDecoration_RenderBox_SlottedContainerRenderObjectMixin); _inherit(A.SlottedMultiChildRenderObjectWidget, A._SlottedMultiChildRenderObjectWidget_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin); _inheritMany(A.SlottedMultiChildRenderObjectWidget, [A._Decorator, A._ListTile]); _inherit(A._InputDecoratorState, A.__InputDecoratorState_State_TickerProviderStateMixin); _inherit(A.InputDecorationTheme, A._InputDecorationTheme_Object_Diagnosticable); - _inherit(A._InputDecoratorDefaultsM2, A.InputDecorationTheme); + _inheritMany(A.InputDecorationTheme, [A._InputDecoratorDefaultsM2, A._InputDecoratorDefaultsM3]); _inherit(A._RenderListTile, A.__RenderListTile_RenderBox_SlottedContainerRenderObjectMixin); _inherit(A.ListTileThemeData, A._ListTileThemeData_Object_Diagnosticable); - _inherit(A._LisTileDefaultsM2, A.ListTileThemeData); + _inheritMany(A.ListTileThemeData, [A._LisTileDefaultsM2, A._LisTileDefaultsM3]); _inherit(A._MaterialState, A.__MaterialState_State_TickerProviderStateMixin); _inheritMany(A.ImplicitlyAnimatedWidget, [A._MaterialInterior, A.AnimatedTheme, A.AnimatedContainer, A.AnimatedPadding, A.AnimatedPositioned, A.AnimatedOpacity, A.AnimatedDefaultTextStyle, A.AnimatedPhysicalModel]); _inherit(A.ImplicitlyAnimatedWidgetState, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin); @@ -607697,15 +623627,15 @@ _inherit(A.TextStyle, A._TextStyle_Object_Diagnosticable); _inherit(A.MaterialStateTextStyle, A.TextStyle); _inherit(A._MaterialStateTextStyle, A.MaterialStateTextStyle); - _inheritMany(A.ValueNotifier, [A.MaterialStatesController, A.TextEditingController, A.TransformationController, A._ClipboardStatusNotifier_ValueNotifier_WidgetsBindingObserver, A.UndoHistoryController, A._ValueNotifier]); + _inheritMany(A.ValueNotifier, [A.MaterialStatesController, A.TextEditingController, A._ClipboardStatusNotifier_ValueNotifier_WidgetsBindingObserver, A.TransformationController, A.UndoHistoryController, A._ValueNotifier, A.PausableValueNotifier]); _inherit(A.MenuThemeData, A._MenuThemeData_Object_Diagnosticable); _inherit(A.MenuBarThemeData, A.MenuThemeData); _inherit(A.MenuButtonThemeData, A._MenuButtonThemeData_Object_Diagnosticable); _inherit(A.MenuStyle, A._MenuStyle_Object_Diagnosticable); _inheritMany(A.MergeableMaterialItem, [A.MaterialSlice, A.MaterialGap]); _inherit(A._MergeableMaterialState, A.__MergeableMaterialState_State_TickerProviderStateMixin); - _inheritMany(A.GlobalKey, [A._MergeableMaterialSliceKey, A.GlobalObjectKey, A.LabeledGlobalKey]); - _inheritMany(A.MultiChildRenderObjectWidget, [A.ListBody, A.Flex, A._TextSelectionToolbarItemsLayout, A.CustomMultiChildLayout, A.Stack, A.Wrap, A.RichText, A._Editable, A.OverflowBar, A._Theater, A.Viewport, A.ShrinkWrappingViewport, A.FlexEntranceTransition, A.StaggeredGrid, A.OverflowView, A._IosToolbarMenuContent, A._SuperTextLayout]); + _inheritMany(A.GlobalKey, [A._MergeableMaterialSliceKey, A.GlobalObjectKey, A.LabeledGlobalKey, A._DeprecatedRawViewKey]); + _inheritMany(A.MultiChildRenderObjectWidget, [A.ListBody, A.Flex, A._TextSelectionToolbarItemsLayout, A.CustomMultiChildLayout, A.Stack, A.Wrap, A.RichText, A._Editable, A.OverflowBar, A._Theater, A.Viewport, A.ShrinkWrappingViewport, A.FlexEntranceTransition, A.StaggeredGrid, A.BuildInOrder, A.OverflowView, A._IosToolbarMenuContent, A._SuperTextLayout]); _inherit(A._MergeableMaterialListBody, A.ListBody); _inherit(A._RenderListBody_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderListBody_RenderBox_ContainerRenderObjectMixin); _inherit(A.RenderListBody, A._RenderListBody_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); @@ -607726,7 +623656,7 @@ _inheritMany(A.SnapshotPainter, [A._ZoomEnterTransitionPainter, A._ZoomExitTransitionPainter]); _inheritMany(A.PopupMenuEntry, [A.PopupMenuDivider, A.PopupMenuItem]); _inherit(A.PopupMenuThemeData, A._PopupMenuThemeData_Object_Diagnosticable); - _inherit(A._PopupMenuDefaultsM2, A.PopupMenuThemeData); + _inheritMany(A.PopupMenuThemeData, [A._PopupMenuDefaultsM2, A._PopupMenuDefaultsM3]); _inheritMany(A.ProgressIndicator, [A.LinearProgressIndicator, A.CircularProgressIndicator]); _inherit(A._LinearProgressIndicatorState, A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin); _inherit(A._CircularProgressIndicatorState, A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin); @@ -607734,11 +623664,11 @@ _inherit(A.RefreshProgressIndicator, A.CircularProgressIndicator); _inherit(A._RefreshProgressIndicatorState, A._CircularProgressIndicatorState); _inherit(A.ProgressIndicatorThemeData, A._ProgressIndicatorThemeData_Object_Diagnosticable); - _inheritMany(A.ProgressIndicatorThemeData, [A._CircularProgressIndicatorDefaultsM2, A._LinearProgressIndicatorDefaultsM2]); + _inheritMany(A.ProgressIndicatorThemeData, [A._CircularProgressIndicatorDefaultsM2, A._LinearProgressIndicatorDefaultsM2, A._CircularProgressIndicatorDefaultsM3, A._LinearProgressIndicatorDefaultsM3]); _inherit(A.__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin, A.__RadioState_State_TickerProviderStateMixin); _inherit(A._RadioState, A.__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin); _inherit(A.RadioThemeData, A._RadioThemeData_Object_Diagnosticable); - _inherit(A._RadioDefaultsM2, A.RadioThemeData); + _inheritMany(A.RadioThemeData, [A._RadioDefaultsM2, A._RadioDefaultsM3]); _inherit(A.RefreshIndicatorState, A._RefreshIndicatorState_State_TickerProviderStateMixin); _inheritMany(A.GlobalObjectKey, [A._ReorderableListViewChildGlobalKey, A._ReorderableItemGlobalKey]); _inherit(A.ScaffoldMessengerState, A._ScaffoldMessengerState_State_TickerProviderStateMixin); @@ -607748,7 +623678,7 @@ _inherit(A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin, A._ScaffoldState_State_TickerProviderStateMixin); _inherit(A.ScaffoldState, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin); _inherit(A.Action, A._Action_Object_Diagnosticable); - _inheritMany(A.Action, [A.DismissAction, A.ContextAction, A.CallbackAction, A.VoidCallbackAction, A.DoNothingAction, A._ContextActionToActionAdapter, A.RequestFocusAction, A.NextFocusAction, A.PreviousFocusAction, A.DirectionalFocusAction, A.InsertTabAction]); + _inheritMany(A.Action, [A.DismissAction, A.ContextAction, A.CallbackAction, A.VoidCallbackAction, A.DoNothingAction, A._ContextActionToActionAdapter, A.RequestFocusAction, A.NextFocusAction, A.PreviousFocusAction, A.DirectionalFocusAction, A.InsertTabAction, A._PreventPrioritizedIntentsFromBubblingUp]); _inheritMany(A.DismissAction, [A._DismissDrawerAction, A._DismissModalAction]); _inherit(A.PersistentBottomSheetController, A.ScaffoldFeatureController); _inherit(A.ScrollbarThemeData, A._ScrollbarThemeData_Object_Diagnosticable); @@ -607763,7 +623693,8 @@ _inherit(A._MaterialSwitchState, A.__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin); _inherit(A._SwitchConfigM2, A.__SwitchConfigM2_Object__SwitchConfig); _inherit(A.SwitchThemeData, A._SwitchThemeData_Object_Diagnosticable); - _inherit(A._SwitchDefaultsM2, A.SwitchThemeData); + _inheritMany(A.SwitchThemeData, [A._SwitchDefaultsM2, A._SwitchDefaultsM3]); + _inherit(A._SwitchConfigM3, A.__SwitchConfigM3_Object__SwitchConfig); _inherit(A.TabBarTheme, A._TabBarTheme_Object_Diagnosticable); _inherit(A._DefaultTabControllerState, A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin); _inherit(A._RenderFlex_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderFlex_RenderBox_ContainerRenderObjectMixin); @@ -607778,7 +623709,7 @@ _inherit(A.ScrollPositionWithSingleContext, A.ScrollPosition); _inheritMany(A.ScrollPositionWithSingleContext, [A._TabBarScrollPosition, A._DraggableScrollableSheetScrollPosition, A._PagePosition]); _inheritMany(A.ScrollController, [A._TabBarScrollController, A._DraggableScrollableSheetScrollController, A.PageController]); - _inherit(A._TabsDefaultsM2, A.TabBarTheme); + _inheritMany(A.TabBarTheme, [A._TabsDefaultsM2, A._TabsPrimaryDefaultsM3]); _inherit(A._TextButtonDefaultMouseCursor, A.__TextButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable); _inherit(A.TextButtonThemeData, A._TextButtonThemeData_Object_Diagnosticable); _inherit(A._TextFieldState, A.__TextFieldState_State_RestorationMixin); @@ -607800,7 +623731,7 @@ _inherit(A._TimePickerState0, A.__TimePickerState_State_RestorationMixin); _inherit(A.TimePickerThemeData, A._TimePickerThemeData_Object_Diagnosticable); _inherit(A._TimePickerDefaults, A.TimePickerThemeData); - _inherit(A._TimePickerDefaultsM2, A._TimePickerDefaults); + _inheritMany(A._TimePickerDefaults, [A._TimePickerDefaultsM2, A._TimePickerDefaultsM3]); _inherit(A._ResolveFillColor, A.__ResolveFillColor_MaterialStateProperty_Diagnosticable); _inherit(A._DefaultFillColor, A.__DefaultFillColor_MaterialStateProperty_Diagnosticable); _inherit(A.ToggleButtonsThemeData, A._ToggleButtonsThemeData_Object_Diagnosticable); @@ -607810,8 +623741,9 @@ _inherit(A.TooltipState, A._TooltipState_State_SingleTickerProviderStateMixin); _inherit(A.TooltipThemeData, A._TooltipThemeData_Object_Diagnosticable); _inherit(A.Typography, A._Typography_Object_Diagnosticable); + _inheritMany(A.ImageProvider, [A.NetworkImage, A.AssetBundleImageProvider, A.MemoryImage, A.ScrollAwareImageProvider]); _inheritMany(A.AlignmentGeometry, [A.Alignment, A.AlignmentDirectional, A._MixedAlignment]); - _inheritMany(A.BorderRadiusGeometry, [A.BorderRadius, A._MixedBorderRadius]); + _inheritMany(A.BorderRadiusGeometry, [A.BorderRadius, A.BorderRadiusDirectional, A._MixedBorderRadius]); _inheritMany(A.BoxBorder, [A.Border, A.BorderDirectional]); _inherit(A.BoxShadow, A.Shadow); _inheritMany(A.OutlinedBorder, [A.CircleBorder, A.RoundedRectangleBorder, A._RoundedRectangleToCircleBorder, A.StadiumBorder, A._StadiumToCircleBorder, A._StadiumToRoundedRectangleBorder]); @@ -607819,14 +623751,20 @@ _inherit(A.FractionalOffset, A.Alignment); _inherit(A.LinearGradient, A.Gradient); _inheritMany(A._CachedImageBase, [A._CachedImage, A._LiveImage]); + _inherit(A.ImageStreamCompleter, A._ImageStreamCompleter_Object_Diagnosticable); + _inheritMany(A.ImageStreamCompleter, [A._AbstractImageStreamCompleter, A._ErrorImageCompleter, A.MultiFrameImageStreamCompleter]); _inherit(A.AssetImage, A.AssetBundleImageProvider); _inherit(A.ImageChunkEvent, A._ImageChunkEvent_Object_Diagnosticable); _inherit(A.ImageStream, A._ImageStream_Object_Diagnosticable); - _inherit(A.CircularNotchedRectangle, A.NotchedShape); + _inheritMany(A.NotchedShape, [A.CircularNotchedRectangle, A.AutomaticNotchedShape]); _inheritMany(A.InlineSpan, [A.PlaceholderSpan0, A.TextSpan]); _inherit(A.StrutStyle, A._StrutStyle_Object_Diagnosticable); _inheritMany(A.TextBoundary, [A.WordBoundary, A._UntilTextBoundary, A.CharacterBoundary, A.LineBoundary, A.ParagraphBoundary, A.DocumentBoundary, A._CodePointBoundary]); _inherit(A.ScrollSpringSimulation, A.SpringSimulation); + _inherit(A.PipelineOwner, A._PipelineOwner_Object_DiagnosticableTreeMixin); + _inherit(A._DefaultRootPipelineOwner, A.PipelineOwner); + _inherit(A.RenderView, A._RenderView_RenderObject_RenderObjectWithChildMixin); + _inherit(A._ReusableRenderView, A.RenderView); _inheritMany(A.HitTestResult, [A.BoxHitTestResult, A.SliverHitTestResult]); _inheritMany(A.HitTestEntry, [A.BoxHitTestEntry, A.SliverHitTestEntry]); _inheritMany(A.ParentData, [A.BoxParentData, A._TextParentData_ParentData_ContainerParentDataMixin, A.SliverLogicalParentData, A.SliverPhysicalParentData]); @@ -607841,8 +623779,8 @@ _inheritMany(A.RenderEditablePainter, [A._TextHighlightPainter, A._CaretPainter, A._CompositeRenderEditablePainter]); _inherit(A.Layer0, A._Layer_Object_DiagnosticableTreeMixin); _inheritMany(A.Layer0, [A.PictureLayer0, A.PlatformViewLayer, A.ContainerLayer0]); - _inheritMany(A.ContainerLayer0, [A.OffsetLayer, A.ClipRectLayer, A.ClipRRectLayer, A.ClipPathLayer, A.BackdropFilterLayer, A.LeaderLayer, A.FollowerLayer, A.AnnotatedRegionLayer]); - _inheritMany(A.OffsetLayer, [A.TransformLayer, A.OpacityLayer]); + _inheritMany(A.ContainerLayer0, [A.OffsetLayer, A.ClipRectLayer, A.ClipRRectLayer, A.ClipPathLayer, A.BackdropFilterLayer, A.LeaderLayer0, A.FollowerLayer0, A.AnnotatedRegionLayer, A.FollowerLayer, A.LeaderLayer]); + _inheritMany(A.OffsetLayer, [A.ImageFilterLayer, A.TransformLayer, A.OpacityLayer]); _inherit(A._MouseTrackerUpdateDetails, A.__MouseTrackerUpdateDetails_Object_Diagnosticable); _inherit(A.PaintingContext, A.ClipContext); _inheritMany(A._SemanticsFragment, [A._ContainerSemanticsFragment, A._InterestingSemanticsFragment]); @@ -607859,6 +623797,7 @@ _inheritMany(A._RenderCustomClip, [A.RenderClipRect, A.RenderClipRRect, A.RenderClipOval, A.RenderClipPath, A._RenderPhysicalModelBase]); _inheritMany(A._RenderPhysicalModelBase, [A.RenderPhysicalModel, A.RenderPhysicalShape]); _inheritMany(A.SelectionEvent, [A.ClearSelectionEvent, A.SelectionEdgeUpdateEvent]); + _inherit(A.SelectionPoint, A._SelectionPoint_Object_Diagnosticable); _inherit(A.SliverGeometry, A._SliverGeometry_Object_Diagnosticable); _inheritMany(A.SliverLogicalParentData, [A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin, A._SliverMultiBoxAdaptorParentData_SliverLogicalParentData_ContainerParentDataMixin]); _inherit(A.SliverLogicalContainerParentData, A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin); @@ -607882,7 +623821,6 @@ _inherit(A._RenderStack_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderStack_RenderBox_ContainerRenderObjectMixin); _inherit(A.RenderStack, A._RenderStack_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); _inherit(A.RenderIndexedStack, A.RenderStack); - _inherit(A.RenderView, A._RenderView_RenderObject_RenderObjectWithChildMixin); _inherit(A.RenderViewportBase, A._RenderViewportBase_RenderBox_ContainerRenderObjectMixin); _inheritMany(A.RenderViewportBase, [A.RenderViewport, A.RenderShrinkWrappingViewport]); _inherit(A._RenderWrap_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderWrap_RenderBox_ContainerRenderObjectMixin); @@ -607911,6 +623849,7 @@ _inheritMany(A.TextEditingDelta, [A.TextEditingDeltaInsertion, A.TextEditingDeltaDeletion, A.TextEditingDeltaReplacement, A.TextEditingDeltaNonTextUpdate]); _inheritMany(A.TextInputFormatter, [A.FilteringTextInputFormatter, A.LengthLimitingTextInputFormatter]); _inherit(A._PlatformTextInputControl, A.__PlatformTextInputControl_Object_TextInputControl); + _inherit(A._HtmlElementViewController, A.PlatformViewController); _inherit(A.Intent, A._Intent_Object_Diagnosticable); _inherit(A.ActionDispatcher, A._ActionDispatcher_Object_Diagnosticable); _inheritMany(A.Intent, [A.DoNothingAndStopPropagationIntent, A.ActivateIntent, A.ButtonActivateIntent, A.DismissIntent, A.PrioritizedIntents, A.AutocompletePreviousOptionIntent, A.AutocompleteNextOptionIntent, A.NextFocusIntent, A.PreviousFocusIntent, A.DirectionalFocusIntent, A.ScrollIntent, A.DoNothingAndStopPropagationTextIntent, A.DirectionalTextEditingIntent, A.SelectAllTextIntent, A.CopySelectionTextIntent, A.PasteTextIntent, A.RedoTextIntent, A.ReplaceTextIntent, A.UndoTextIntent, A.UpdateSelectionIntent, A.TransposeCharactersIntent, A.InsertTabIntent]); @@ -607925,7 +623864,7 @@ _inherit(A._AutocompleteCallbackAction, A.CallbackAction); _inheritMany(A.InheritedNotifier, [A.AutocompleteHighlightedOption, A._FocusInheritedScope, A.PdfPreviewController, A._FocusMarker]); _inherit(A.AutofillGroupState, A._AutofillGroupState_State_AutofillScopeMixin); - _inheritMany(A.Notification0, [A.KeepAliveNotification, A._DraggableScrollableNotification_Notification_ViewportNotificationMixin, A.LayoutChangedNotification, A._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin, A._ScrollMetricsNotification_Notification_ViewportNotificationMixin]); + _inheritMany(A.Notification0, [A.KeepAliveNotification, A._DraggableScrollableNotification_Notification_ViewportNotificationMixin, A.NavigationNotification, A.LayoutChangedNotification, A._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin, A._ScrollMetricsNotification_Notification_ViewportNotificationMixin]); _inheritMany(A.ComponentElement, [A.ProxyElement, A.StatelessElement, A.StatefulElement]); _inheritMany(A.ProxyElement, [A.InheritedElement, A.ParentDataElement, A.__NotificationElement_ProxyElement_NotifiableElementMixin]); _inheritMany(A.InheritedElement, [A._UbiquitousInheritedElement, A.InheritedModelElement, A._InheritedNotifierElement]); @@ -607935,7 +623874,7 @@ _inheritMany(A.SingleChildRenderObjectElement, [A._OffstageElement, A.__SingleChildViewportElement_SingleChildRenderObjectElement_NotifiableElementMixin]); _inherit(A._RawIndexedStack, A.Stack); _inherit(A.Expanded, A.Flexible); - _inherit(A.RenderObjectToWidgetElement, A._RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin); + _inherit(A.RootElement, A._RootElement_Element_RootElementMixin); _inherit(A._WidgetsFlutterBinding_BindingBase_GestureBinding, A.BindingBase); _inherit(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding, A._WidgetsFlutterBinding_BindingBase_GestureBinding); _inherit(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding); @@ -607952,6 +623891,8 @@ _inherit(A.EditableTextState, A._EditableTextState_State_AutomaticKeepAliveClientMixin_WidgetsBindingObserver_TickerProviderStateMixin_TextSelectionDelegate_TextInputClient); _inherit(A.WidgetSpan, A.PlaceholderSpan0); _inherit(A._ScribblePlaceholder, A.WidgetSpan); + _inherit(A.ClipboardStatusNotifier, A._ClipboardStatusNotifier_ValueNotifier_WidgetsBindingObserver); + _inherit(A._WebClipboardStatusNotifier, A.ClipboardStatusNotifier); _inherit(A._FocusNode_Object_DiagnosticableTreeMixin_ChangeNotifier, A._FocusNode_Object_DiagnosticableTreeMixin); _inherit(A.FocusNode, A._FocusNode_Object_DiagnosticableTreeMixin_ChangeNotifier); _inheritMany(A.FocusNode, [A.FocusScopeNode, A._FocusTraversalGroupNode]); @@ -607978,6 +623919,7 @@ _inherit(A.DefaultTransitionDelegate, A.TransitionDelegate); _inherit(A._RouteEntry, A.RouteTransitionRecord); _inheritMany(A._NavigatorObservation, [A._NavigatorPushObservation, A._NavigatorPopObservation, A._NavigatorRemoveObservation, A._NavigatorReplaceObservation]); + _inherit(A._History, A.__History_Iterable_ChangeNotifier); _inherit(A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin, A._NavigatorState_State_TickerProviderStateMixin); _inherit(A.NavigatorState, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin); _inheritMany(A._RestorationInformation, [A._NamedRestorationInformation, A._AnonymousRestorationInformation]); @@ -607998,7 +623940,6 @@ _inherit(A.PageMetrics, A.FixedScrollMetrics); _inheritMany(A.ScrollPhysics, [A._ForceImplicitScrollPhysics, A.PageScrollPhysics, A.RangeMaintainingScrollPhysics, A.BouncingScrollPhysics, A.ClampingScrollPhysics, A.AlwaysScrollableScrollPhysics, A.NeverScrollableScrollPhysics]); _inherit(A.DefaultPlatformMenuDelegate, A.PlatformMenuDelegate); - _inherit(A._HtmlElementViewController, A.PlatformViewController); _inherit(A.SliverReorderableListState, A._SliverReorderableListState_State_TickerProviderStateMixin); _inherit(A.ReorderableDelayedDragStartListener, A.ReorderableDragStartListener); _inherit(A._DragInfo, A.Drag); @@ -608023,8 +623964,8 @@ _inherit(A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier, A.SelectionContainerDelegate); _inherit(A.MultiSelectableSelectionContainerDelegate, A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier); _inherit(A._ScrollableSelectionContainerDelegate, A.MultiSelectableSelectionContainerDelegate); - _inherit(A._ThumbPressGestureRecognizer, A.LongPressGestureRecognizer); - _inherit(A._TrackTapGestureRecognizer, A.TapGestureRecognizer); + _inheritMany(A.LongPressGestureRecognizer, [A._ThumbPressGestureRecognizer, A._ThumbPressGestureRecognizer0]); + _inheritMany(A.TapGestureRecognizer, [A._TrackTapGestureRecognizer, A._TrackTapGestureRecognizer0]); _inherit(A.__SelectionContainerState_State_Selectable_SelectionRegistrant, A.__SelectionContainerState_State_Selectable); _inherit(A._SelectionContainerState, A.__SelectionContainerState_State_Selectable_SelectionRegistrant); _inherit(A._LogicalKeySet_KeySet_Diagnosticable, A.KeySet); @@ -608044,30 +623985,19 @@ _inherit(A.__RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin, A.RenderSliverPinnedPersistentHeader); _inherit(A._RenderSliverPinnedPersistentHeaderForWidgets, A.__RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin); _inherit(A._TableSlot, A.__TableSlot_Object_Diagnosticable); - _inherit(A.TapDragDownDetails, A._TapDragDownDetails_Object_Diagnosticable); - _inherit(A.TapDragUpDetails, A._TapDragUpDetails_Object_Diagnosticable); - _inherit(A.TapDragStartDetails, A._TapDragStartDetails_Object_Diagnosticable); - _inherit(A.TapDragUpdateDetails, A._TapDragUpdateDetails_Object_Diagnosticable); - _inherit(A.TapDragEndDetails, A._TapDragEndDetails_Object_Diagnosticable); - _inherit(A.BaseTapAndDragGestureRecognizer, A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin); - _inheritMany(A.BaseTapAndDragGestureRecognizer, [A.TapAndHorizontalDragGestureRecognizer, A.TapAndPanGestureRecognizer]); _inherit(A.TextFieldTapRegion, A.TapRegion); _inheritMany(A.DirectionalTextEditingIntent, [A.DeleteCharacterIntent, A.DeleteToNextWordBoundaryIntent, A.DeleteToLineBreakIntent, A.DirectionalCaretMovementIntent, A.ScrollToDocumentBoundaryIntent]); _inheritMany(A.DirectionalCaretMovementIntent, [A.ExtendSelectionByCharacterIntent, A.ExtendSelectionToNextWordBoundaryIntent, A.ExtendSelectionToNextWordBoundaryOrCaretLocationIntent, A.ExpandSelectionToDocumentBoundaryIntent, A.ExpandSelectionToLineBreakIntent, A.ExtendSelectionToLineBreakIntent, A.ExtendSelectionVerticallyToAdjacentLineIntent, A.ExtendSelectionVerticallyToAdjacentPageIntent, A.ExtendSelectionToNextParagraphBoundaryIntent, A.ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent, A.ExtendSelectionToDocumentBoundaryIntent]); _inherit(A._SelectionToolbarWrapperState, A.__SelectionToolbarWrapperState_State_SingleTickerProviderStateMixin); _inherit(A._SelectionHandleOverlayState, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin); - _inherit(A.ClipboardStatusNotifier, A._ClipboardStatusNotifier_ValueNotifier_WidgetsBindingObserver); _inherit(A._WidgetTicker, A.Ticker); + _inheritMany(A.MatrixTransition, [A.ScaleTransition, A.RotationTransition]); _inherit(A.AnimatedBuilder, A.ListenableBuilder); _inherit(A.UndoHistoryState, A._UndoHistoryState_State_UndoManagerClient); + _inherit(A._RawViewElement, A.RenderTreeRootElement); _inherit(A.__ViewportElement_MultiChildRenderObjectElement_NotifiableElementMixin_ViewportElementMixin, A.__ViewportElement_MultiChildRenderObjectElement_NotifiableElementMixin); _inherit(A._ViewportElement, A.__ViewportElement_MultiChildRenderObjectElement_NotifiableElementMixin_ViewportElementMixin); _inherit(A._RenderScaledInlineWidget, A.__RenderScaledInlineWidget_RenderBox_RenderObjectWithChildMixin); - _inherit(A._DefaultCacheManager_CacheManager_ImageCacheManager, A.CacheManager); - _inherit(A.DefaultCacheManager, A._DefaultCacheManager_CacheManager_ImageCacheManager); - _inheritMany(A.FileResponse, [A.DownloadProgress, A.FileInfo]); - _inherit(A.HttpFileService, A.FileService); - _inherit(A.HttpExceptionWithStatus, A.HttpException); _inheritMany(A.GlobalCupertinoLocalizations, [A.CupertinoLocalizationAf, A.CupertinoLocalizationAm, A.CupertinoLocalizationAr, A.CupertinoLocalizationAs, A.CupertinoLocalizationAz, A.CupertinoLocalizationBe, A.CupertinoLocalizationBg, A.CupertinoLocalizationBn, A.CupertinoLocalizationBs, A.CupertinoLocalizationCa, A.CupertinoLocalizationCs, A.CupertinoLocalizationCy, A.CupertinoLocalizationDa, A.CupertinoLocalizationDe, A.CupertinoLocalizationEl, A.CupertinoLocalizationEn, A.CupertinoLocalizationEs, A.CupertinoLocalizationEt, A.CupertinoLocalizationEu, A.CupertinoLocalizationFa, A.CupertinoLocalizationFi, A.CupertinoLocalizationFil, A.CupertinoLocalizationFr, A.CupertinoLocalizationGl, A.CupertinoLocalizationGsw, A.CupertinoLocalizationGu, A.CupertinoLocalizationHe, A.CupertinoLocalizationHi, A.CupertinoLocalizationHr, A.CupertinoLocalizationHu, A.CupertinoLocalizationHy, A.CupertinoLocalizationId, A.CupertinoLocalizationIs, A.CupertinoLocalizationIt, A.CupertinoLocalizationJa, A.CupertinoLocalizationKa, A.CupertinoLocalizationKk, A.CupertinoLocalizationKm, A.CupertinoLocalizationKn, A.CupertinoLocalizationKo, A.CupertinoLocalizationKy, A.CupertinoLocalizationLo, A.CupertinoLocalizationLt, A.CupertinoLocalizationLv, A.CupertinoLocalizationMk, A.CupertinoLocalizationMl, A.CupertinoLocalizationMn, A.CupertinoLocalizationMr, A.CupertinoLocalizationMs, A.CupertinoLocalizationMy, A.CupertinoLocalizationNb, A.CupertinoLocalizationNe, A.CupertinoLocalizationNl, A.CupertinoLocalizationNo, A.CupertinoLocalizationOr, A.CupertinoLocalizationPa, A.CupertinoLocalizationPl, A.CupertinoLocalizationPt, A.CupertinoLocalizationRo, A.CupertinoLocalizationRu, A.CupertinoLocalizationSi, A.CupertinoLocalizationSk, A.CupertinoLocalizationSl, A.CupertinoLocalizationSq, A.CupertinoLocalizationSr, A.CupertinoLocalizationSv, A.CupertinoLocalizationSw, A.CupertinoLocalizationTa, A.CupertinoLocalizationTe, A.CupertinoLocalizationTh, A.CupertinoLocalizationTl, A.CupertinoLocalizationTr, A.CupertinoLocalizationUk, A.CupertinoLocalizationUr, A.CupertinoLocalizationUz, A.CupertinoLocalizationVi, A.CupertinoLocalizationZh, A.CupertinoLocalizationZu]); _inherit(A.CupertinoLocalizationDeCh, A.CupertinoLocalizationDe); _inheritMany(A.CupertinoLocalizationEn, [A.CupertinoLocalizationEnAu, A.CupertinoLocalizationEnCa, A.CupertinoLocalizationEnGb, A.CupertinoLocalizationEnIe, A.CupertinoLocalizationEnIn, A.CupertinoLocalizationEnNz, A.CupertinoLocalizationEnSg, A.CupertinoLocalizationEnZa]); @@ -608108,6 +624038,9 @@ _inherit(A._StyledToastWidgetState_State_TickerProviderStateMixin_WidgetsBindingObserver, A._StyledToastWidgetState_State_TickerProviderStateMixin); _inherit(A.StyledToastWidgetState, A._StyledToastWidgetState_State_TickerProviderStateMixin_WidgetsBindingObserver); _inherit(A.PluginRegistry, A.Registrar); + _inherit(A._RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin); + _inherit(A.RenderBuildInOrder, A._RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); + _inherit(A.LeaderLink, A._LeaderLink_Object_ChangeNotifier); _inheritMany(A.GoogleSignInPlatform, [A.MethodChannelGoogleSignIn, A.GoogleSignInPlugin]); _inheritMany(A.Node0, [A._Document_Node__ParentNode, A.DocumentType, A.Text0, A._Element_Node__ParentNode, A.Comment]); _inherit(A._Document_Node__ParentNode__NonElementParentNode, A._Document_Node__ParentNode); @@ -608547,7 +624480,6 @@ _inherit(A._VendorViewFullwidthState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin); _inherit(A._AppLocalization_LocaleCodeAware_LocalizationsProvider, A.LocaleCodeAware); _inherit(A.AppLocalization, A._AppLocalization_LocaleCodeAware_LocalizationsProvider); - _inherit(A.AttributedTextMarkdownSerializer, A.AttributionVisitor); _inheritMany(A.BlockSyntax, [A._EmptyParagraphSyntax, A.EmptyBlockSyntax, A.SetextHeaderSyntax, A.HeaderSyntax, A.BlockquoteSyntax, A.CodeBlockSyntax, A.FencedCodeBlockSyntax, A.HorizontalRuleSyntax, A.BlockHtmlSyntax, A.ListSyntax, A.ParagraphSyntax]); _inherit(A.AttributedTextEditingController, A._AttributedTextEditingController_Object_ChangeNotifier); _inheritMany(A.AttributedTextEditingController, [A.SingleLineAttributedTextEditingController, A._ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient]); @@ -608573,7 +624505,6 @@ _inheritMany(A.CommonAuthorizationUrlRequest0, [A.SsoSilentRequest, A.RedirectRequest, A.PopupRequest0]); _inheritMany(A.CommonEndSessionRequest, [A.EndSessionRequest, A.EndSessionPopupRequest]); _inherit(A.SilentRequest, A.CommonSilentFlowRequest); - _inherit(A._FadeWidgetState, A.__FadeWidgetState_State_SingleTickerProviderStateMixin); _inherit(A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin); _inherit(A.RenderOverflowView, A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); _inherit(A.__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin); @@ -608582,6 +624513,7 @@ _inherit(A.InternalStyle, A.Style); _inheritMany(A.InternalStyle, [A.PosixStyle, A.UrlStyle, A.WindowsStyle]); _inherit(A.MethodChannelPathProvider, A.PathProviderPlatform); + _inheritMany(A.PermissionHandlerPlatform, [A.WebPermissionHandler, A.MethodChannelPermissionHandler]); _inherit(A._PinchZoomState, A.__PinchZoomState_State_SingleTickerProviderStateMixin); _inherit(A.__PinputState_State_RestorationMixin_WidgetsBindingObserver, A.__PinputState_State_RestorationMixin); _inherit(A.__PinputState_State_RestorationMixin_WidgetsBindingObserver__PinputUtilsMixin, A.__PinputState_State_RestorationMixin_WidgetsBindingObserver); @@ -608614,39 +624546,48 @@ _inherit(A.MyStatefulWidget, A.IStatefulWidget); _inherit(A.OnBuilder, A.MyStatefulWidget); _inherit(A._MyStatefulWidgetState, A.ExtendedState); - _inherit(A.MyElement, A.StatefulElement); + _inheritMany(A.StatefulElement, [A.MyElement, A.ContentLayerStatefulElement]); _inherit(A.ReactiveModel, A._ReactiveModel_Object_IObservable); _inherit(A.ReactiveModelImp, A.ReactiveModel); _inherit(A.InjectedImp, A.ReactiveModelImp); _inherit(A.StringScannerException, A.SourceSpanFormatException); _inherit(A.DocumentComposer, A._DocumentComposer_Object_ChangeNotifier); + _inherit(A.MutableDocumentComposer, A.DocumentComposer); _inherit(A.ComposerPreferences, A._ComposerPreferences_Object_ChangeNotifier); - _inherit(A.MutableDocument, A._MutableDocument_Object_ChangeNotifier); + _inherit(A.DocumentSelection, A.DocumentRange); _inheritMany(A.SingleColumnLayoutComponentViewModel, [A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel, A.HorizontalRuleComponentViewModel, A.ImageComponentViewModel, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel, A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel]); _inherit(A.BlockquoteComponentViewModel, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel); _inheritMany(A.DocumentNode, [A.BlockNode, A._TextNode_DocumentNode_ChangeNotifier]); _inherit(A._BoxComponentState, A.__BoxComponentState_State_DocumentComponent); - _inherit(A._CaretDocumentOverlayState, A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin); + _inheritMany(A.ParagraphPrefixConversionReaction, [A.HeaderConversionReaction, A.UnorderedListItemConversionReaction, A.OrderedListItemConversionReaction, A.BlockquoteConversionReaction, A.HorizontalRuleConversionReaction]); + _inherit(A.DocumentLayoutLayerStatefulWidget, A.ContentLayerStatefulWidget); + _inheritMany(A.DocumentLayoutLayerStatefulWidget, [A.CaretDocumentOverlay, A.SelectionLeadersDocumentLayer, A.AndroidToolbarFocalPointDocumentLayer, A.AndroidHandlesDocumentLayer]); + _inherit(A.DocumentLayoutLayerState, A.ContentLayerState); + _inheritMany(A.DocumentLayoutLayerState, [A.__CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin, A.__SelectionLeadersDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin, A._AndroidToolbarFocalPointDocumentLayerState, A._AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin]); + _inherit(A._CaretDocumentOverlayState, A.__CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin); _inherit(A._DocumentMouseInteractorState, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin); _inherit(A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver); _inherit(A._AndroidDocumentTouchInteractorState, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin); - _inherit(A._AndroidDocumentTouchEditingControlsState, A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin); - _inherit(A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver); - _inherit(A._IOSDocumentTouchInteractorState, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin); + _inherit(A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver); + _inherit(A._IosDocumentTouchInteractorState, A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin); _inherit(A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient, A.TextInputConnectionDecorator); _inherit(A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient_DeltaTextInputClient, A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient); _inherit(A.DocumentImeInputClient, A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient_DeltaTextInputClient); _inherit(A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient_TextInputClient, A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient); _inherit(A.DeltaTextInputClientDecorator, A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient_TextInputClient); + _inherit(A._KeyboardEditingToolbarState, A.__KeyboardEditingToolbarState_State_WidgetsBindingObserver); + _inherit(A._KeyboardHeightBuilderState, A.__KeyboardHeightBuilderState_State_WidgetsBindingObserver); _inherit(A._DocumentScrollableState, A.__DocumentScrollableState_State_SingleTickerProviderStateMixin); _inherit(A.AutoScrollController, A._AutoScrollController_Object_ChangeNotifier); _inheritMany(A.BlockNode, [A._HorizontalRuleNode_BlockNode_ChangeNotifier, A._ImageNode_BlockNode_ChangeNotifier]); _inherit(A.HorizontalRuleNode, A._HorizontalRuleNode_BlockNode_ChangeNotifier); _inherit(A.ImageNode, A._ImageNode_BlockNode_ChangeNotifier); - _inheritMany(A.SingleColumnLayoutStylePhase, [A.SingleColumnLayoutCustomComponentStyler, A.SingleColumnStylesheetStyler, A.SingleColumnLayoutSelectionStyler]); + _inheritMany(A.SingleColumnLayoutStylePhase, [A.SingleColumnLayoutComposingRegionStyler, A.SingleColumnLayoutCustomComponentStyler, A.SingleColumnStylesheetStyler, A.SingleColumnLayoutSelectionStyler]); _inherit(A.TextNode, A._TextNode_DocumentNode_ChangeNotifier); _inheritMany(A.TextNode, [A.ListItemNode, A.ParagraphNode, A.TaskNode]); _inherit(A.ListItemComponentViewModel, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel); + _inheritMany(A.Intention, [A.SplitListItemIntention, A.SplitParagraphIntention, A.SubmitParagraphIntention, A.SplitTaskIntention]); + _inheritMany(A.EditCommand, [A.InsertNodeAtIndexCommand, A.InsertNodeBeforeNodeCommand, A.InsertNodeAfterNodeCommand, A.ReplaceNodeCommand, A.ConvertTextNodeToParagraphCommand, A.InsertCharacterAtCaretCommand]); _inherit(A.ParagraphComponentViewModel, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel); _inherit(A.ContentTapDelegate, A._ContentTapDelegate_Object_ChangeNotifier); _inherit(A.SuperEditorLaunchLinkTapHandler, A.ContentTapDelegate); @@ -608656,12 +624597,16 @@ _inherit(A.TextNodeSelection, A.TextSelection); _inherit(A.TextNodePosition, A.TextPosition); _inherit(A.TextComponentState, A._TextComponentState_State_DocumentComponent); - _inherit(A.BlinkingCaretState, A._BlinkingCaretState_State_SingleTickerProviderStateMixin); + _inheritMany(A.NodeChangeEvent, [A.TextInsertionEvent, A.TextDeletedEvent]); _inheritMany(A._IndexedSlot, [A._UnderlaySlot, A._OverlaySlot]); - _inherit(A.GestureEditingController, A._GestureEditingController_Object_ChangeNotifier); - _inheritMany(A.GestureEditingController, [A.AndroidDocumentGestureEditingController, A.IosDocumentGestureEditingController]); - _inherit(A._IosDocumentTouchEditingControlsState, A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin); - _inherit(A.FloatingCursorController, A._FloatingCursorController_Object_ChangeNotifier); + _inherit(A.ContentLayerProxyWidget, A.ContentLayerStatelessWidget); + _inherit(A._SelectionLeadersDocumentLayerState, A.__SelectionLeadersDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin); + _inheritMany(A.RawScrollbarWithCustomPhysics, [A.CupertinoScrollbarWithCustomPhysics, A._MaterialScrollbar0]); + _inherit(A.RawScrollbarWithCustomPhysicsState, A._RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin); + _inheritMany(A.RawScrollbarWithCustomPhysicsState, [A._CupertinoScrollbarState0, A._MaterialScrollbarState0]); + _inherit(A.GroupedOverlayPortalController, A.OverlayPortalController); + _inherit(A.AndroidControlsDocumentLayerState, A._AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin); + _inherit(A._IosFloatingToolbarOverlayState, A.__IosFloatingToolbarOverlayState_State_SingleTickerProviderStateMixin); _inherit(A.MagnifierAndToolbarController, A._MagnifierAndToolbarController_Object_ChangeNotifier); _inherit(A._AndroidEditingOverlayControlsState, A.__AndroidEditingOverlayControlsState_State_WidgetsBindingObserver); _inherit(A.AndroidEditingOverlayController, A._AndroidEditingOverlayController_Object_ChangeNotifier); @@ -608676,25 +624621,25 @@ _inherit(A.ImeAttributedTextEditingController, A._ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient_DeltaTextInputClient); _inherit(A._IOSEditingControlsState, A.__IOSEditingControlsState_State_WidgetsBindingObserver); _inherit(A.IOSEditingOverlayController, A._IOSEditingOverlayController_Object_ChangeNotifier); - _inherit(A.FloatingCursorController0, A._FloatingCursorController_Object_ChangeNotifier0); + _inherit(A.FloatingCursorController, A._FloatingCursorController_Object_ChangeNotifier); _inherit(A.IOSTextFieldTouchInteractorState, A._IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin); _inherit(A._SuperIOSTextFieldState_State_TickerProviderStateMixin_WidgetsBindingObserver, A._SuperIOSTextFieldState_State_TickerProviderStateMixin); _inherit(A.SuperIOSTextFieldState, A._SuperIOSTextFieldState_State_TickerProviderStateMixin_WidgetsBindingObserver); _inherit(A.TextLayoutCaretState, A._TextLayoutCaretState_State_TickerProviderStateMixin); _inherit(A.BlinkController, A._BlinkController_Object_ChangeNotifier); - _inherit(A.SuperTextState, A._SuperTextState_State_ProseTextBlock); + _inherit(A.ProseTextState, A._ProseTextState_State_ProseTextBlock); + _inherit(A._SuperTextState_ProseTextState_ProseTextBlock, A.ProseTextState); + _inherit(A.SuperTextState, A._SuperTextState_ProseTextState_ProseTextBlock); _inherit(A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin); _inherit(A.RenderSuperTextLayout, A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin); _inherit(A.LayoutAwareRichText, A.RichText); _inherit(A.RenderLayoutAwareParagraph, A.RenderParagraph); - _inherit(A.ProseTextState, A._ProseTextState_State_ProseTextBlock); - _inherit(A._SuperTextWithSelectionState, A.ProseTextState); + _inherit(A.TextUnderlineLayerState, A._TextUnderlineLayerState_State_TickerProviderStateMixin); _inheritMany(A.UrlLauncherPlatform, [A.MethodChannelUrlLauncher, A.UrlLauncherPlugin]); _inherit(A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin); _inherit(A._RenderValueLayoutBuilder, A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder); _mixin(A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A.CompositionAwareMixin); _mixin(A._DomCanvas_EngineCanvas_SaveElementStackTracking, A.SaveElementStackTracking); - _mixin(A._EmbeddingStrategy_Object__ContextMenu, A._ContextMenu); _mixin(A._LayoutFragment__CombinedFragment__FragmentMetrics, A._FragmentMetrics); _mixin(A._LayoutFragment__CombinedFragment__FragmentMetrics__FragmentPosition, A._FragmentPosition); _mixin(A._LayoutFragment__CombinedFragment__FragmentMetrics__FragmentPosition__FragmentBox, A._FragmentBox); @@ -608715,6 +624660,7 @@ _mixin(A._SplayTreeSet__SplayTree_Iterable, A.Iterable); _mixin(A._SplayTreeSet__SplayTree_Iterable_SetMixin, A.SetBase); _mixin(A._UnmodifiableMapView_MapView__UnmodifiableMapMixin, A._UnmodifiableMapMixin); + _mixin(A._UnmodifiableSetView_SetBase__UnmodifiableSetMixin, A._UnmodifiableSetMixin); _mixin(A.__JsonStringStringifierPretty__JsonStringStringifier__JsonPrettyPrintMixin, A._JsonPrettyPrintMixin); _mixin(A.__Utf8EncoderSink__Utf8Encoder_StringConversionSink, A.StringConversionSink); _mixin(A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase, A.CssStyleDeclarationBase); @@ -608770,7 +624716,6 @@ _mixinHard(A._BoardListState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); _mixinHard(A._BoardViewState_State_AutomaticKeepAliveClientMixin, A.AutomaticKeepAliveClientMixin); _mixinHard(A._BaseChartState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); - _mixin(A._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin, A.DirectoryAddOnsMixin); _mixin(A._AnimationController_Animation_AnimationEagerListenerMixin, A.AnimationEagerListenerMixin); _mixin(A._AnimationController_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin, A.AnimationLocalListenersMixin); _mixin(A._AnimationController_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin, A.AnimationLocalStatusListenersMixin); @@ -608856,6 +624801,12 @@ _mixin(A.__TransformedPointerScrollInertiaCancelEvent__TransformedPointerEvent__CopyPointerScrollInertiaCancelEvent, A._CopyPointerScrollInertiaCancelEvent); _mixin(A.__TransformedPointerUpEvent__TransformedPointerEvent__CopyPointerUpEvent, A._CopyPointerUpEvent); _mixin(A._GestureRecognizer_GestureArenaMember_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); + _mixinHard(A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin, A._TapStatusTrackerMixin); + _mixin(A._TapDragDownDetails_Object_Diagnosticable, A.Diagnosticable); + _mixin(A._TapDragEndDetails_Object_Diagnosticable, A.Diagnosticable); + _mixin(A._TapDragStartDetails_Object_Diagnosticable, A.Diagnosticable); + _mixin(A._TapDragUpDetails_Object_Diagnosticable, A.Diagnosticable); + _mixin(A._TapDragUpdateDetails_Object_Diagnosticable, A.Diagnosticable); _mixin(A._ActionIconThemeData_Object_Diagnosticable, A.Diagnosticable); _mixinHard(A.__SliverAppBarState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._AppBarTheme_Object_Diagnosticable, A.Diagnosticable); @@ -608949,6 +624900,7 @@ _mixinHard(A.__MaterialSwitchState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixinHard(A.__MaterialSwitchState_State_TickerProviderStateMixin_ToggleableStateMixin, A.ToggleableStateMixin0); _mixin(A.__SwitchConfigM2_Object__SwitchConfig, A._SwitchConfig); + _mixin(A.__SwitchConfigM3_Object__SwitchConfig, A._SwitchConfig); _mixin(A._SwitchThemeData_Object_Diagnosticable, A.Diagnosticable); _mixin(A._TabBarTheme_Object_Diagnosticable, A.Diagnosticable); _mixinHard(A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); @@ -608996,6 +624948,7 @@ _mixinHard(A._RenderListBody_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderListBody_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); _mixin(A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.Diagnosticable); + _mixin(A._PipelineOwner_Object_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); _mixin(A._RenderObject_Object_DiagnosticableTreeMixin, A.DiagnosticableTreeMixin); _mixinHard(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderParagraph_RenderBox_ContainerRenderObjectMixin_RenderInlineChildrenContainerDefaults, A.RenderInlineChildrenContainerDefaults); @@ -609007,6 +624960,7 @@ _mixinHard(A._RenderAnimatedOpacity_RenderProxyBox_RenderAnimatedOpacityMixin, A.RenderAnimatedOpacityMixin); _mixinHard(A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); _mixinHard(A._RenderProxyBox_RenderBox_RenderObjectWithChildMixin_RenderProxyBoxMixin, A.RenderProxyBoxMixin); + _mixin(A._SelectionPoint_Object_Diagnosticable, A.Diagnosticable); _mixinHard(A._RenderShiftedBox_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); _mixin(A._SliverGeometry_Object_Diagnosticable, A.Diagnosticable); _mixinHard(A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin, A.ContainerParentDataMixin); @@ -609045,7 +624999,7 @@ _mixinHard(A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A.__WidgetsAppState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixin(A._AutofillGroupState_State_AutofillScopeMixin, A.AutofillScopeMixin); - _mixinHard(A._RenderObjectToWidgetElement_RenderObjectElement_RootElementMixin, A.RootElementMixin); + _mixinHard(A._RootElement_Element_RootElementMixin, A.RootElementMixin); _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding, A.GestureBinding); _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding, A.SchedulerBinding); _mixinHard(A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding, A.ServicesBinding); @@ -609078,6 +625032,7 @@ _mixin(A.__MediaQueryFromViewState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixinHard(A._NavigatorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixinHard(A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin, A.RestorationMixin); + _mixin(A.__History_Iterable_ChangeNotifier, A.ChangeNotifier); _mixin(A.__NotificationElement_ProxyElement_NotifiableElementMixin, A.NotifiableElementMixin); _mixinHard(A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); @@ -609117,12 +625072,6 @@ _mixin(A.__RenderSliverPinnedPersistentHeaderForWidgets_RenderSliverPinnedPersistentHeader__RenderSliverPersistentHeaderForWidgetsMixin, A._RenderSliverPersistentHeaderForWidgetsMixin); _mixinHard(A._SlottedMultiChildRenderObjectWidget_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin, A.SlottedMultiChildRenderObjectWidgetMixin); _mixin(A.__TableSlot_Object_Diagnosticable, A.Diagnosticable); - _mixinHard(A._BaseTapAndDragGestureRecognizer_OneSequenceGestureRecognizer__TapStatusTrackerMixin, A._TapStatusTrackerMixin); - _mixin(A._TapDragDownDetails_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._TapDragEndDetails_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._TapDragStartDetails_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._TapDragUpDetails_Object_Diagnosticable, A.Diagnosticable); - _mixin(A._TapDragUpdateDetails_Object_Diagnosticable, A.Diagnosticable); _mixin(A._ClipboardStatusNotifier_ValueNotifier_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixinHard(A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__SelectionToolbarWrapperState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); @@ -609130,7 +625079,6 @@ _mixin(A.__ViewportElement_MultiChildRenderObjectElement_NotifiableElementMixin, A.NotifiableElementMixin); _mixin(A.__ViewportElement_MultiChildRenderObjectElement_NotifiableElementMixin_ViewportElementMixin, A.ViewportElementMixin); _mixinHard(A.__RenderScaledInlineWidget_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); - _mixin(A._DefaultCacheManager_CacheManager_ImageCacheManager, A.ImageCacheManager); _mixinHard(A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); @@ -609140,6 +625088,9 @@ _mixin(A._RenderStaggeredGrid_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); _mixinHard(A._StyledToastWidgetState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._StyledToastWidgetState_State_TickerProviderStateMixin_WidgetsBindingObserver, A.WidgetsBindingObserver); + _mixinHard(A._RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); + _mixin(A._RenderBuildInOrder_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); + _mixin(A._LeaderLink_Object_ChangeNotifier, A.ChangeNotifier); _mixin(A._Document_Node__ParentNode, A._ParentNode); _mixin(A._Document_Node__ParentNode__NonElementParentNode, A._NonElementParentNode); _mixin(A._Document_Node__ParentNode__NonElementParentNode__ElementAndDocument, A._ElementAndDocument); @@ -609300,7 +625251,6 @@ _mixinHard(A.__VendorViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__VendorViewFullwidthState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._AppLocalization_LocaleCodeAware_LocalizationsProvider, A.LocalizationsProvider); - _mixinHard(A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); _mixinHard(A.__RenderIosPagedMenu_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); @@ -609317,20 +625267,20 @@ _mixin(A._ReactiveModel_Object_IObservable, A.IObservable); _mixin(A._ComposerPreferences_Object_ChangeNotifier, A.ChangeNotifier); _mixin(A._DocumentComposer_Object_ChangeNotifier, A.ChangeNotifier); - _mixin(A._MutableDocument_Object_ChangeNotifier, A.ChangeNotifier); _mixinHard(A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel, A.TextComponentViewModel); _mixin(A.__BoxComponentState_State_DocumentComponent, A.DocumentComponent); - _mixinHard(A.__CaretDocumentOverlayState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixinHard(A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixinHard(A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); - _mixinHard(A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixin(A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); + _mixinHard(A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient, A.TextInputClient); _mixin(A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient_DeltaTextInputClient, A.DeltaTextInputClient); _mixin(A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient, A.DeltaTextInputClient); _mixin(A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient_TextInputClient, A.TextInputClient); + _mixin(A.__KeyboardEditingToolbarState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); + _mixin(A.__KeyboardHeightBuilderState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); _mixin(A._AutoScrollController_Object_ChangeNotifier, A.ChangeNotifier); _mixinHard(A.__DocumentScrollableState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._HorizontalRuleNode_BlockNode_ChangeNotifier, A.ChangeNotifier); @@ -609342,11 +625292,11 @@ _mixin(A.__TaskComponentState_State_ProxyDocumentComponent_ProxyTextComposable, A.ProxyTextComposable); _mixin(A._TextComponentState_State_DocumentComponent, A.DocumentComponent); _mixin(A._TextNode_DocumentNode_ChangeNotifier, A.ChangeNotifier); - _mixinHard(A._BlinkingCaretState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._ContentTapDelegate_Object_ChangeNotifier, A.ChangeNotifier); - _mixin(A._FloatingCursorController_Object_ChangeNotifier, A.ChangeNotifier); - _mixinHard(A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixin(A._GestureEditingController_Object_ChangeNotifier, A.ChangeNotifier); + _mixinHard(A.__SelectionLeadersDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A._RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); + _mixinHard(A._AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__IosFloatingToolbarOverlayState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixin(A._MagnifierAndToolbarController_Object_ChangeNotifier, A.ChangeNotifier); _mixin(A._AndroidEditingOverlayController_Object_ChangeNotifier, A.ChangeNotifier); _mixin(A.__AndroidEditingOverlayControlsState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); @@ -609361,7 +625311,7 @@ _mixin(A._ImeAttributedTextEditingController_AttributedTextEditingController_TextInputClient_DeltaTextInputClient, A.DeltaTextInputClient); _mixin(A._IOSEditingOverlayController_Object_ChangeNotifier, A.ChangeNotifier); _mixin(A.__IOSEditingControlsState_State_WidgetsBindingObserver, A.WidgetsBindingObserver); - _mixin(A._FloatingCursorController_Object_ChangeNotifier0, A.ChangeNotifier); + _mixin(A._FloatingCursorController_Object_ChangeNotifier, A.ChangeNotifier); _mixinHard(A._IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixinHard(A._SuperIOSTextFieldState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._SuperIOSTextFieldState_State_TickerProviderStateMixin_WidgetsBindingObserver, A.WidgetsBindingObserver); @@ -609369,8 +625319,9 @@ _mixin(A._BlinkController_Object_ChangeNotifier, A.ChangeNotifier); _mixinHard(A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin); _mixin(A._RenderSuperTextLayout_RenderBox_ContainerRenderObjectMixin_RenderBoxContainerDefaultsMixin, A.RenderBoxContainerDefaultsMixin); - _mixin(A._SuperTextState_State_ProseTextBlock, A.ProseTextBlock); + _mixin(A._SuperTextState_ProseTextState_ProseTextBlock, A.ProseTextBlock); _mixin(A._ProseTextState_State_ProseTextBlock, A.ProseTextBlock); + _mixinHard(A._TextUnderlineLayerState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixinHard(A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin, A.RenderObjectWithChildMixin); _mixin(A.__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder, A.RenderConstrainedLayoutBuilder); })(); @@ -609378,7 +625329,7 @@ typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []}, mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"}, mangledNames: {}, - types: ["~()", "ListUIStateBuilder(ListUIStateBuilder)", "Null(Store,@,@(@))", "Null(Object)", "Null()", "@(String)", "double(double)", "Null(@)", "InvoiceEntityBuilder(InvoiceEntityBuilder)", "SettingsEntityBuilder(SettingsEntityBuilder)", "~(@)", "~(Duration)", "bool(String)", "~(bool)", "@()", "~(String)", "Null(BuildContext)", "~(bool?)", "Future(BuildContext)", "bool()", "Future<~>()", "~(BuildContext)", "CompanyEntityBuilder(CompanyEntityBuilder)", "ErrorDialog(BuildContext)", "~(TextEditingController)", "int(String,String)", "Null(String?)", "String(@)", "@(bool?)", "~(JavaScriptObject)", "String(String)", "String?(String)", "@(@)", "Future(Store,@,@(@))", "Null(Object?)", "DocumentEntityBuilder(DocumentEntityBuilder)", "ExpenseEntityBuilder(ExpenseEntityBuilder)", "Null(List)", "Null(String)", "~(DocumentEntity)", "DropdownMenuItem(String)", "ListBuilder()", "~(Object?)", "~(AnimationStatus)", "Future()", "String()", "bool(Route<@>)", "Null(String,bool)", "Null(SelectableEntity?)", "String(BaseEntity)", "@(BuildContext)", "ClientEntityBuilder(ClientEntityBuilder)", "Widget(BuildContext)", "InvoiceItemEntityBuilder(InvoiceItemEntityBuilder)", "PluralCase()", "bool(SpanMarker)", "String?(String?,PreviewEntity)", "String?(String?,SelectCompany)", "String(String?,ClearEntityFilter)", "PaymentEntityBuilder(PaymentEntityBuilder)", "ListUIState(ListUIState,FilterByEntity)", "CompanyGatewayEntityBuilder(CompanyGatewayEntityBuilder)", "Null(EntityState,bool?)", "@(SelectableEntity?)", "~(TapDownDetails)", "Null(EntityState,bool)", "~(RenderObject)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "Future()", "~(String,InvoiceEntity)", "~(DragUpdateDetails)", "~(BuildContext,EntityAction)", "~(DragStartDetails)", "~(int)", "Color(Set)", "TaskEntityBuilder(TaskEntityBuilder)", "SubscriptionEntityBuilder(SubscriptionEntityBuilder)", "ListDivider(BuildContext,int)", "bool(BoxHitTestResult,Offset)", "Null(List)", "String?(String?,@)", "Null(String?,String?)", "ScheduleEntityBuilder(ScheduleEntityBuilder)", "int(List,List)", "InvoiceStatusEntityBuilder(InvoiceStatusEntityBuilder)", "bool(InvoiceItemEntity)", "Null(InvoiceEntity)", "String?(String?,FilterByEntity)", "String(String,Node)", "SettingsUIStateBuilder(SettingsUIStateBuilder)", "InvoiceEntity?(String)", "~(PaintingContext,Offset)", "VendorEntityBuilder(VendorEntityBuilder)", "~(DragEndDetails)", "bool(bool,UpdateUserPreferences)", "~(String?)", "UserEntityBuilder(UserEntityBuilder)", "Future?(Object?)", "int(int?,PreviewEntity)", "EntityStats(String,BuiltMap)", "Null(SelectableEntity)", "UserCompanyEntityBuilder(UserCompanyEntityBuilder)", "Widget(BuildContext,int)", "Null(~)", "Uint8List(PdfPageFormat)", "~(Document2,DocumentEditorTransaction)", "~(PointerExitEvent)", "~(Element0)", "Null(BuildContext,List,bool)", "double(RenderBox)", "~(TapUpDetails)", "~(PointerEvent)", "Null(bool?)", "Null(List)", "String(Match)", "StatelessWidget(BuildContext,BoxConstraints)", "InvoiceEntity(@)", "@(TaxRateEntity)", "Map(Document2,DocumentNode)", "bool(String?)", "Null(BuildContext,Completer)", "~(String,ExpenseEntity)", "~(RestorableProperty,~())", "Color?(Set)", "Null(JavaScriptObject)", "UserStateBuilder(UserStateBuilder)", "TransactionEntityBuilder(TransactionEntityBuilder)", "@(CompanyEntity)", "int(int)", "~(PointerEnterEvent)", "Future?()", "@(int?,String)", "bool(int)", "double()", "bool(Object?)", "String?(String?)", "~(Object,StackTrace)", "int(String?,String?)", "@(List,bool)", "Widget()", "Null(DesignEntity?)", "List()", "bool(@)", "~(InvoiceEntity)", "ScrollableListView(BuildContext)", "~(PaymentableEntity)", "Palette()", "~(ByteData?)", "bool(FocusNode)", "bool(Element0)", "~(String,@)", "TaskStatusEntityBuilder(TaskStatusEntityBuilder)", "Null(TaxRateEntity)", "Null(EntityStatus,bool)", "Null(ExpenseEntity)", "@(InvoiceEntity)", "String(InvoiceEntityBuilder)", "Null(Object,StackTrace)", "~(BaseEntity)", "~(String,TaskEntity)", "Null(int)", "ExpenseStatusEntityBuilder(ExpenseStatusEntityBuilder)", "ListBuilder()", "DashboardUISettingsBuilder(DashboardUISettingsBuilder)", "PurchaseOrderStateBuilder(PurchaseOrderStateBuilder)", "Null(Completer,String)", "DropdownMenuItem(int)", "Null(UserEntity)", "DocumentLayout()", "AlertDialog(BuildContext)", "String?(String?,ClearEntitySelection)", "Tween(@)", "DocumentStateBuilder(DocumentStateBuilder)", "Future<@>(MethodCall0)", "~(ForcePressDetails)", "TransactionRuleEntityBuilder(TransactionRuleEntityBuilder)", "AuthStateBuilder(AuthStateBuilder)", "~(String,String)", "Null(EntityStatus,bool?)", "SimpleDialog(BuildContext)", "bool(ClientContactEntity)", "EntityStats(String,BuiltMap)", "int()", "~(LayoutView)", "ProductEntityBuilder(ProductEntityBuilder)", "Null(String,String)", "@(String?)", "Null(bool)", "Null(PaymentEntity)", "bool(FlutterHtmlKeyboardEvent)", "TextStyle(Set)", "~(@,@)", "Null(List)", "~(String,PaymentEntity)", "bool(InvoiceEntity)", "Null(SettingsEntity)", "~(PointerDownEvent)", "Object?(@)", "PaymentStatusEntityBuilder(PaymentStatusEntityBuilder)", "~(int,int)", "bool(VendorContactEntity)", "ProjectEntityBuilder(ProjectEntityBuilder)", "Widget(BuildContext,Widget?)", "QuoteStateBuilder(QuoteStateBuilder)", "Null(BuildContext[EntityAction?])", "bool(ScrollNotification)", "bool(TaskTime)", "TransactionStateBuilder(TransactionStateBuilder)", "String?(@)", "bool(NotoFont)", "ExpenseEntity?(String)", "double(double,double)", "bool(BaseEntity)", "Null(Completer)", "~(TaskTime)", "Color0(int?)", "MapBuilder()", "ListBuilder()", "GroupStateBuilder(GroupStateBuilder)", "Future(BuildContext,bool)", "InvitationEntity(ClientContactEntity)", "Widget(BuildContext,BoxConstraints)", "~(Timer)", "MapEntry(@,@)", "CompanyGatewayStateBuilder(CompanyGatewayStateBuilder)", "ListTile(String)", "KeyEventResult(FocusNode,RawKeyEvent)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout:ProseTextLayout?})", "TaxRateStateBuilder(TaxRateStateBuilder)", "int(FocusNode,FocusNode)", "Null(TransactionEntity)", "FeesAndLimitsSettingsBuilder(FeesAndLimitsSettingsBuilder)", "Null(int,int)", "Null(BuildContext,bool)", "TextFieldKeyboardHandlerResult({controller!AttributedTextEditingController,keyEvent!RawKeyEvent,textLayout!ProseTextLayout})", "Column(BuildContext)", "TextStyle(Set)", "double(RenderBox,double)", "PanGestureRecognizer()", "~(PanGestureRecognizer)", "bool(Node)", "DesignEntityBuilder(DesignEntityBuilder)", "bool(PaymentableEntity)", "~(~())", "int(_Codes)", "TaskTimeBuilder(TaskTimeBuilder)", "Null(RecurringInvoiceStateBuilder)", "~(EntityType)", "~(SelectableEntity)", "bool(EntityType)", "Null(LoginResponse)", "MapBuilder(MapBuilder)", "BankAccountEntityBuilder(BankAccountEntityBuilder)", "bool(DateRange)", "ClientStateBuilder(ClientStateBuilder)", "int(Object?)", "WebhookEntityBuilder(WebhookEntityBuilder)", "Future<@>()", "Null(InvoiceStateBuilder)", "Null(TaskStateBuilder)", "Null(TaskEntity)", "TapSequenceGestureRecognizer()", "~(TapSequenceGestureRecognizer)", "String?(PaymentableEntity)", "InvoiceEntity(InvoiceEntity?,@)", "PaymentTermStateBuilder(PaymentTermStateBuilder)", "~(LongPressStartDetails)", "DropdownMenuItem(MapEntry)", "Future>(Map)", "MaterialStateProperty?(ButtonStyle?)", "~(DateTime)", "~(TapDragUpDetails)", "bool(InlineSpan)", "Offset()", "bool(InheritedElement)", "Future>(Map)", "TextBoundary()", "~(PointerSignalEvent)", "bool(_RouteEntry)", "~(Selectable)", "~(InvoiceItemEntity)", "~(Object?,Object?)", "MapBuilder()", "Text(String)", "bool(Attribution)", "TransactionStatusEntityBuilder(TransactionStatusEntityBuilder)", "@(DesignEntity?)", "@(Completer)", "DocumentStatusEntityBuilder(DocumentStatusEntityBuilder)", "ProjectStateBuilder(ProjectStateBuilder)", "double(ChartMoneyData,int?)", "Color0(ChartMoneyData,int?)", "double?(ChartMoneyData,int?)", "DateTime(ChartMoneyData,int?)", "Null(int,String)", "Null(BuildContext,InvoiceEntity[String?])", "Null(BuildContext[int?])", "Null(BuildContext,List,bool?)", "Null(List,String?,String?)", "Null(InvoiceItemEntity,int)", "Null(List[String?,String?])", "BaseEntity?(InvoiceItemEntity)", "InvoiceItemSelector(BuildContext)", "AppStateBuilder(AppStateBuilder)", "List(BuildContext)", "List()", "DropdownMenuItem(DateRange)", "@(String,bool)", "~(Store)", "ActivityListTile(BuildContext,int)", "UpgradeDialog(BuildContext)", "List>(BuildContext)", "bool(GestureListener)", "~(EntityAction)", "Null(VendorEntity)", "Null(List)", "TaxRateEntity?(String)", "Null(TaskStatusEntity)", "~(String,NumericAxis)", "TaskStateBuilder(TaskStateBuilder)", "Null(List)", "Future()", "RecurringInvoiceStateBuilder(RecurringInvoiceStateBuilder)", "Null(RecurringExpenseStateBuilder)", "RecurringExpenseStateBuilder(RecurringExpenseStateBuilder)", "Null(ProjectEntity)", "Null(ProductEntity)", "PaymentStateBuilder(PaymentStateBuilder)", "PaymentEntity?(String)", "InvoiceStateBuilder(InvoiceStateBuilder)", "Null(GroupEntity)", "ExpenseCategoryEntityBuilder(ExpenseCategoryEntityBuilder)", "ExpenseStateBuilder(ExpenseStateBuilder)", "~(ExpenseEntity)", "Null(DocumentEntity)", "CreditStateBuilder(CreditStateBuilder)", "String(InvoiceEntity)", "Null(BuiltList)", "~(SpanMarker)", "Null(ClientEntity)", "RunTemplateDialog(BuildContext)", "TaskEntity?(String)", "Size(RenderBox,BoxConstraints)", "AppTextButton(BuildContext)", "Future<~>(bool)", "ExpenseListItem(BuildContext,int)", "TaskListItem(BuildContext,int)", "DropdownMenuItem(String?)", "InvoiceListItem(BuildContext,int)", "InvoiceEntity?(InvoiceEntity?,@)", "CustomFieldSelector(BuildContext)", "ScrollPosition()", "GridView(BuildContext,BoxConstraints)", "WebhookStateBuilder(WebhookStateBuilder)", "Null(WebhookEntity)", "VendorStateBuilder(VendorStateBuilder)", "VerticalDragGestureRecognizer()", "Null(List)", "@([String?,String?])", "ListBuilder(ListBuilder)", "String(String,UpdateUserPreferences)", "MapBuilder(MapBuilder)", "TransactionRuleStateBuilder(TransactionRuleStateBuilder)", "Null(TransactionRuleEntity)", "~(VerticalDragGestureRecognizer)", "TokenStateBuilder(TokenStateBuilder)", "Null(TokenEntity)", "Null(DateTime?)", "~(NavigatorObserver)", "DateTime()", "TaskStatusStateBuilder(TaskStatusStateBuilder)", "Null(TaskStatusStateBuilder)", "MaterialStateProperty?(DatePickerThemeData?)", "EntityStats(String,BuiltMap)", "MouseCursor0(Set)", "@(bool)", "@(SettingsEntity)", "String(int)", "SubscriptionStateBuilder(SubscriptionStateBuilder)", "Null(SubscriptionEntity)", "ScheduleStateBuilder(ScheduleStateBuilder)", "Null(ScheduleEntity)", "ColorTween(@)", "Null(BuildContext,InvoiceEntity,ClientEntity?)", "~(LongPressEndDetails)", "String(ProfitAndLossReportFields)", "~(PointerHoverEvent)", "VendorContactEntityBuilder(VendorContactEntityBuilder)", "String(TaxRateReportFields)", "ProductStateBuilder(ProductStateBuilder)", "Null(ProductStateBuilder)", "String(TaxRateReportFields0)", "Null(List)", "ProductEntity?(String)", "~(TapDragDownDetails)", "Null(PaymentTermEntity)", "Null(BuildContext,EmailTemplate,String,String,String)", "Null(List)", "~(LongPressMoveUpdateDetails)", "String(SelectableEntity?)", "String?(SelectableEntity)", "~(String,TransactionEntity)", "EntityStats(String,BuiltMap)", "Future()", "ExpenseCategoryStateBuilder(ExpenseCategoryStateBuilder)", "int(RenderObject,RenderObject)", "Null(ExpenseCategoryEntity)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "String(ExpenseEntity)", "Future<~>(MethodCall0)", "~(MouseEvent)", "DesignStateBuilder(DesignStateBuilder)", "DesignEntity?(String)", "int(InvoiceEntity?,InvoiceEntity?)", "List(BuiltMap,BuiltMap)", "String(InvitationEntity)", "bool(String,InvoiceEntity)", "BankAccountEntity?(String)", "@(int)", "~([Intent?])", "Color(Color)", "ClientContactEntityBuilder(ClientContactEntityBuilder)", "Object?(Object?)", "bool(ActivityEntity)", "JavaScriptObject()", "Null(CompanyGatewayEntity)", "Null(@,@)", "ListBuilder()", "~(String,ClientEntity)", "Stack(BuildContext)", "Widget(BuildContext,EditableTextState)", "~(SelectableEntity?)", "UserSmsVerification(BuildContext)", "BankAccountStateBuilder(BankAccountStateBuilder)", "Future<~>(String)", "Null(BankAccountEntity)", "~(ProgressEvent)", "RenderBox()", "MessageDialog(BuildContext)", "bool(InvoiceEntity?)", "~(Object[StackTrace?])", "DocumentEntity(@)", "QuoteListItem(BuildContext,int)", "PaymentListItem(BuildContext,int)", "ListBuilder(ListBuilder)", "Widget(Widget,Animation0)", "Widget(BuildContext)?(ActionIconThemeData?)", "IconData(BuildContext)", "String(MaterialLocalizations)", "~(TextInputAction)", "PasswordConfirmation(BuildContext)", "TextBox(TextBox)", "TransactionRuleCriteriaEntityBuilder(TransactionRuleCriteriaEntityBuilder)", "ListTile(BuildContext,int)", "MaterialStateProperty?(ButtonStyle?)", "Future(String?,String?)", "~(SliverConstraints)", "bool(Object?,Object?)", "~(List)", "Future(BuildContext,Completer,String)", "Future(BuildContext,Completer{oneTimePassword:String,secret:String,url:String})", "bool(SemanticsNode)", "~(ScaleEndDetails)", "int(SemanticsNode,SemanticsNode)", "~(ScaleStartDetails)", "Future(String?)", "Future(@)", "Padding(BuildContext)", "InkWell(BuildContext)", "Text(@)", "~(List<@>)", "bool(FocusableActionDetector)", "IconButton(BuildContext)", "Null(bool?,int?,String?,double?,double?)", "DecoratedFormField(BuildContext,TextEditingController,FocusNode,~())", "String(SelectableEntity)", "Set()", "PopupMenuItem(EntityAction)", "List>(BuildContext)", "PopupMenuButton(BuildContext,int)", "OutlinedButton(EntityAction)", "TaxConfigRegionEntityBuilder(TaxConfigRegionEntityBuilder)", "@(int?)", "MapEntry>(String,String)", "Future(BuildContext,String)", "Null(WebhookStateBuilder)", "Null(List)", "WebhookEntity?(String)", "Null(VendorStateBuilder)", "Null(List)", "VendorEntity?(String)", "List(BuiltMap)", "Null(UserStateBuilder)", "UserEntity?(String)", "bool(_Highlight)", "bool(bool,DismissTwoYearReviewAppPermanently)", "bool(DataRow)", "Null(List)", "String(Object?)", "Null(TransactionRuleStateBuilder)", "Null(List)", "TransactionRuleEntity?(String)", "Null(TransactionStateBuilder)", "String(PaymentReportFields)", "Null(DesignStateBuilder)", "bool(KeyData)", "Null(@,StackTrace)", "~(ProductEntity)", "bool(ExpenseEntity)", "~(TimeOfDay)", "ClientEntity?(String)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "Null(ExpenseStateBuilder)", "ExpenseCategoryEntity?(String)", "Null(List)", "String(CreditItemReportFields)", "Null(List)", "bool(Node0)", "ListBuilder()", "~(Object,String)", "String(CreditReportFields)", "Null(ExpenseCategoryStateBuilder)", "Set<0^>()", "Null(ClientStateBuilder)", "String(DocumentReportFields)", "String(ExpenseReportFields)", "String(InvoiceItemReportFields)", "String(InvoiceReportFields)", "GroupEntity?(String)", "ListBuilder()", "Null(List)", "InvoiceEntity(String)", "Widget(BuildContext,Widget,int?,bool)", "GroupEntityBuilder(GroupEntityBuilder)", "Null(GroupStateBuilder)", "bool(PaymentEntity)", "~(ImageStreamListener)", "Iterable(Iterable)", "~(Event)", "@(double?)", "String(ProductReportFields)", "Null(PaymentStateBuilder)", "bool(InvitationEntity)", "CompanyGatewayEntity?(String)", "PaymentTermEntity?(String)", "int(int,int)", "Null(List)", "~(TaxRateEntity)", "Null(CompanyGatewayStateBuilder)", "Null(PaymentTermStateBuilder)", "InvitationEntity(VendorContactEntity)", "~(Size)", "String(PurchaseOrderItemReportFields)", "ProjectEntity?(String)", "ClientContactEntity()", "Null(List)", "String(PurchaseOrderReportFields)", "Null(ProjectStateBuilder)", "PaymentableEntityBuilder(PaymentableEntityBuilder)", "Null(PurchaseOrderStateBuilder)", "String(QuoteItemReportFields)", "Null(QuoteStateBuilder)", "String(QuoteReportFields)", "ReportsUIStateBuilder(ReportsUIStateBuilder)", "~(Codec)", "ScheduleEntity?(String)", "Null(CreditStateBuilder)", "Null(List)", "String(ClientReportFields)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "String(RecurringExpenseReportFields)", "String(ContactReportFields)", "bool(ScrollMetricsNotification)", "TransactionEntity?(String)", "Null(List)", "int(ExpenseEntity?,ExpenseEntity?)", "Null(ScheduleStateBuilder)", "MapBuilder>()", "String(RecurringInvoiceReportFields)", "Null(CompanyEntity)", "SubscriptionEntity?(String)", "String(String,String)", "Null(List)", "Null(BankAccountStateBuilder)", "Null(SubscriptionStateBuilder)", "TaskStatusEntity?(String)", "Null(List)", "Future(BillingClient)", "~(DragDownDetails)", "String(TaskItemReportFields)", "String(TaskReportFields)", "String(TransactionReportFields)", "PrefStateBuilder(PrefStateBuilder)", "String(VendorReportFields)", "DropdownMenuItem(int)", "Null(List)", "Null(TaxRateStateBuilder)", "bool(Point)", "~(TextSelection,SelectionChangedCause?)", "ListBuilder()", "TokenEntity?(String)", "int(@,@)", "Null(List)", "EdgeInsetsGeometryTween(@)", "Null(TokenStateBuilder)", "Null(List)", "Null(DesignEntity)", "Rect()", "MediaQuery(BuildContext,Widget?)", "VendorContactEntity()", "bool(BuildContext)", "Null(BuiltList)", "Positioned(BuildContext,Widget?)", "~(PointerPanZoomStartEvent)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "AlignmentGeometryTween(@)", "~(ForcePressGestureRecognizer)", "DecorationTween(@)", "TokenEntityBuilder(TokenEntityBuilder)", "Future()", "ForcePressGestureRecognizer()", "Null(BuildContext,String,String)", "~(SemanticsObject)", "TaxRateEntity(@)", "~(HorizontalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "TaxRateEntityBuilder(TaxRateEntityBuilder)", "Future(String,Map)", "Future(Response?)", "Widget(BuildContext,Object?,ScrollController?)", "~(DiagnosticsNode)", "~(TapGestureRecognizer)", "TapGestureRecognizer()", "int(LayoutView,LayoutView)", "bool(bool,DismissOneYearReviewAppPermanently)", "CustomSingleChildLayout(BuildContext)", "AppSidebarMode(AppSidebarMode,UpdateUserPreferences)", "Row(BuildContext)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState)", "Null(BuildContext,List)", "@(int,bool)", "String(num?)", "Map(String?)", "num?(@,int?)", "~(_DragInfo)", "~(FocusHighlightMode)", "BuiltMap(BuiltMap,UpdateUserPreferences)", "Color0(@,int?)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "Color?(DatePickerThemeData?)", "bool(LayoutView)", "UserEntity(@)", "VelocityTracker(PointerEvent)", "~(GestureMode)", "double(_PointerPanZoomData)", "0^?(MaterialStateProperty<0^>?(DatePickerThemeData?),Set)", "0^?(0^?(DatePickerThemeData?))", "String(MapBuilder)", "List>(BuildContext)", "List()", "bool(Selectable,double)", "~(String,Object?)", "ChildSemanticsConfigurationsResult(List)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItem)", "Future(BuildContext,AppSidebarMode)", "~(RenderBox?)", "Widget(BuildContext,bool)", "InkWell(String)", "Color?(Color?)", "InvoiceEntity(InvoiceEntity?,AddQuoteItem)", "~(LongPressGestureRecognizer)", "UserSettingsEntityBuilder(UserSettingsEntityBuilder)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItem)", "EntityStats(String,BuiltMap)", "String(InvoiceItemEntityBuilder)", "TextPosition(TextPosition,bool,TextBoundary)", "~([Duration?])", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "DropdownMenuItem(ImportType)", "~(GestureListener)", "~(DropEventDetails)", "bool(DisplayFeature)", "~([~])", "Null(PrintingInfo)", "LocalKey(MergeableMaterialItem)", "InvoiceItemEntity(String)", "PaymentTermEntity(@)", "TaxConfigEntityBuilder(TaxConfigEntityBuilder)", "PaymentTermEntityBuilder(PaymentTermEntityBuilder)", "_SelectionToolbarWrapper(BuildContext)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "~(TapDragStartDetails)", "~(TapDragUpdateDetails)", "~(TapDragEndDetails)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "TaxConfigSubregionEntityBuilder(TaxConfigSubregionEntityBuilder)", "TargetPlatform()", "bool(PaymentEntity?)", "List(String,BuiltMap,BuiltList)", "num?(int?)", "bool(ChartBehavior<@>)", "List?(int?)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "bool(SelectableEntity)", "~(bool(String))", "Object?(DismissIntent)", "InvoiceEntity(InvoiceEntity?,AddInvoiceItem)", "~(ChartBehavior<@>)", "~(Object,StackTrace,Object?)", "GroupEntity(@)", "Route<@>(RouteSettings)", "ToggleButtons(BuildContext,BoxConstraints)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "Null(String?,String?,String?,String?,String?)", "JavaScriptObject([JavaScriptObject?])", "Future(Object?)", "~(String,String?)", "bool(TaxRateEntity?)", "TaxRateEntity()", "Align(List<@>)", "Map()", "~(RestorationBucket)", "Future(ByteData?)", "Widget(CompanyEntity)", "bool(UserCompanyState)", "AccountSmsVerification(BuildContext)", "ExpenseEntity(@)", "Container(BuildContext)", "List()", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,BuiltMap,StaticState)", "_EnableTwoFactor(BuildContext)", "bool(String,ExpenseEntity)", "bool(Rule)", "double(Set)", "PointerInterceptor(BuildContext)", "ViewListDiffResult?(int)", "DropdownMenuItem<@>(@)", "Null(BuiltList)", "Widget(BuildContext,Object,StackTrace?)", "~(VendorEntity)", "Null(ProgressEvent)", "~(TaskEntity)", "~(ProjectEntity)", "~(String,IfdDirectory)", "bool(SystemLogEntity)", "~(GroupEntity)", "Element2(int)", "~(Symbol0,@)", "Null(DocumentStateBuilder)", "DocumentEntity?(String)", "~(int,bool)", "ExpenseEntity?(ExpenseEntity?,@)", "~(~)", "~(MapEntry)", "BaseEntity(String?)", "Future(BillingClient)", "ProductWrapper(String)", "List(_SemanticsSortGroup)", "~(ScaleUpdateDetails)", "Null(String,List)", "bool(RenderBox)", "Future(BillingClient)", "Stack(BuildContext,List,Widget?)", "int(TaskEntity,TaskEntity)", "bool?(SubscriptionEntityBuilder)", "List(PurchaseWrapper)", "KeyData()", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "int(int,@)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "~([TapUpDetails?])", "MapBuilder>(MapBuilder>)", "~(int?)", "~(Offset)", "MaterialStateProperty?(ButtonStyle?)", "_InterestingSemanticsFragment(SemanticsConfiguration)", "Padding(InvoiceEntity)", "LicenseEntry(int)", "Semantics(BuildContext,Widget?)", "InvoiceEntity(InvoiceEntity?,AddCreditItem)", "Null(Duration)", "int(Country,Country)", "~(int?,int?)", "bool(Country)", "SpanMarker(SpanMarker)", "~(Attribution,int)", "~([String?])", "PaymentableEntity(BaseEntity)", "~(MapEntry)", "_Channel()", "Widget(BuildContext,AsyncSnapshot)", "CompanyGatewayEntity(@)", "~(double)", "bool(GatewayOptionsEntity)", "RefreshIndicator(BuildContext)", "MapBuilder>(MapBuilder>)", "List()", "ProductListItem(BuildContext,int)", "bool(BoxHitTestResult)", "~([Object?])", "Null(Completer,String)", "PopupMenuItem(String)", "CompositedTransformTarget(BuildContext)", "List>(BuildContext)", "XFile(String)", "~(GatewayTokenEntity)", "Row(BuildContext,BoxConstraints)", "TokenMeta(GatewayTokenEntity)", "bool(TaskEntity)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "TaskEntity(String)", "~([Future<~>?])", "bool(ProjectEntity)", "ListBuilder()", "Widget(BuildContext,TextLayout)", "bool(DraggableScrollableNotification)", "String?()", "ListBuilder()", "bool(ProductEntity)", "bool(TextEditingDelta)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ReportSettingsEntityBuilder(ReportSettingsEntityBuilder)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "bool(GatewayTokenEntity)", "MapBuilder()", "ListBuilder()", "bool(_TappableLabel)", "EntityStats(String,BuiltMap)", "VendorListItem(BuildContext,int)", "Null(BuildContext,String)", "~(ClientEntity)", "Container(BuildContext,int)", "ListBuilder()", "_RuleCriteria(BuildContext)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder()", "ListBuilder()", "ListBuilder()", "List()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "~(List)", "Future()", "TextDirection()", "InvoiceTaxDetails(BuildContext)", "Future(RandomAccessFile)", "String(ProjectEntityBuilder)", "Drag?(Offset)", "String(PaymentEntityBuilder)", "Null(GoogleSignInAuthentication)", "ExpenseEntity(ExpenseEntity?,@)", "_RandomAccessFile(Object?)", "bool(Delimiter)", "MapBuilder()", "~(RandomAccessFile)", "Null(Uint8List)", "ExpenseCategoryListItem(BuildContext,int)", "~(ChartDataGroup)", "~(ImageChunkEvent)", "ImageStreamCompleter()", "DeltaTextInputClientDecorator()", "bool(HistoryRecord)", "bool(CompanyEntity)", "bool(bool,DismissNativeWarningPermanently)", "~(PersistenceRepository)", "~(Uint8List,String,int)", "Widget(BuildContext,DocumentSelection?,Widget?)", "UIStateBuilder(UIStateBuilder)", "~(ImageInfo,bool)", "PaymentRefundScreen(BuildContext)", "PaymentEditScreen(BuildContext)", "MainScreen(BuildContext)", "LoginScreen(BuildContext)", "Future<~>(~)", "MapBuilder()", "~(LinkifyElement)", "bool(InlineSyntax)", "bool(BlockSyntax)", "Node2?(DirectoryNode,String,Node2?)", "int(String?)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "LongPressGestureRecognizer()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder>()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "~(NotoFont)", "MapBuilder()", "MapBuilder()", "Map(Map,String)", "int(TaskTime,TaskTime)", "MapBuilder()", "bool(BankAccountEntity?)", "MapBuilder()", "~(String,int)", "MapBuilder()", "~(String,int?)", "Map(String)", "Null(String,@)", "MapBuilder()", "Material(FlutterErrorDetails)", "MapBuilder()", "MapBuilder()", "StyledToast(BuildContext)", "Locale(String)", "ChangeLayoutBanner(BuildContext)", "ProductScreenBuilder(BuildContext)", "ProductViewScreen(BuildContext)", "ProductEditScreen(BuildContext)", "ClientScreenBuilder(BuildContext)", "ClientViewScreen(BuildContext)", "ClientEditScreen(BuildContext)", "ClientPdfScreen(BuildContext)", "InvoiceScreenBuilder(BuildContext)", "InvoiceViewScreen(BuildContext)", "InvoiceEditScreen(BuildContext)", "InvoiceEmailScreen(BuildContext)", "InvoicePdfScreen(BuildContext)", "DocumentScreenBuilder(BuildContext)", "DocumentViewScreen(BuildContext)", "DocumentEditScreen(BuildContext)", "ExpenseScreenBuilder(BuildContext)", "ExpenseViewScreen(BuildContext)", "ExpenseEditScreen(BuildContext)", "VendorScreenBuilder(BuildContext)", "VendorViewScreen(BuildContext)", "VendorEditScreen(BuildContext)", "TaskScreenBuilder(BuildContext)", "TaskViewScreen(BuildContext)", "TaskEditScreen(BuildContext)", "ProjectScreenBuilder(BuildContext)", "ProjectViewScreen(BuildContext)", "ProjectEditScreen(BuildContext)", "PaymentScreenBuilder(BuildContext)", "PaymentViewScreen(BuildContext)", "MapBuilder()", "MapBuilder()", "QuoteScreenBuilder(BuildContext)", "QuoteViewScreen(BuildContext)", "QuoteEditScreen(BuildContext)", "QuoteEmailScreen(BuildContext)", "QuotePdfScreen(BuildContext)", "ScheduleScreenBuilder(BuildContext)", "ScheduleViewScreen(BuildContext)", "ScheduleEditScreen(BuildContext)", "TransactionRuleScreenBuilder(BuildContext)", "TransactionRuleViewScreen(BuildContext)", "TransactionRuleEditScreen(BuildContext)", "TransactionScreenBuilder(BuildContext)", "TransactionViewScreen(BuildContext)", "TransactionEditScreen(BuildContext)", "BankAccountScreenBuilder(BuildContext)", "BankAccountViewScreen(BuildContext)", "BankAccountEditScreen(BuildContext)", "PurchaseOrderScreenBuilder(BuildContext)", "PurchaseOrderViewScreen(BuildContext)", "PurchaseOrderEditScreen(BuildContext)", "PurchaseOrderEmailScreen(BuildContext)", "PurchaseOrderPdfScreen(BuildContext)", "RecurringExpenseScreenBuilder(BuildContext)", "RecurringExpenseViewScreen(BuildContext)", "RecurringExpenseEditScreen(BuildContext)", "SubscriptionScreenBuilder(BuildContext)", "SubscriptionViewScreen(BuildContext)", "SubscriptionEditScreen(BuildContext)", "TaskStatusScreenBuilder(BuildContext)", "TaskStatusViewScreen(BuildContext)", "TaskStatusEditScreen(BuildContext)", "ExpenseCategoryScreenBuilder(BuildContext)", "ExpenseCategoryViewScreen(BuildContext)", "ExpenseCategoryEditScreen(BuildContext)", "RecurringInvoiceScreenBuilder(BuildContext)", "RecurringInvoiceViewScreen(BuildContext)", "RecurringInvoiceEditScreen(BuildContext)", "RecurringInvoicePdfScreen(BuildContext)", "WebhookScreenBuilder(BuildContext)", "WebhookViewScreen(BuildContext)", "WebhookEditScreen(BuildContext)", "TokenScreenBuilder(BuildContext)", "TokenViewScreen(BuildContext)", "TokenEditScreen(BuildContext)", "PaymentTermScreenBuilder(BuildContext)", "PaymentTermEditScreen(BuildContext)", "PaymentTermViewScreen(BuildContext)", "DesignScreenBuilder(BuildContext)", "DesignViewScreen(BuildContext)", "DesignEditScreen(BuildContext)", "CreditScreenBuilder(BuildContext)", "CreditViewScreen(BuildContext)", "CreditEditScreen(BuildContext)", "CreditEmailScreen(BuildContext)", "CreditPdfScreen(BuildContext)", "UserScreenBuilder(BuildContext)", "UserViewScreen(BuildContext)", "UserEditScreen(BuildContext)", "GroupScreenBuilder(BuildContext)", "GroupViewScreen(BuildContext)", "GroupEditScreen(BuildContext)", "SettingsScreenBuilder(BuildContext)", "ReportsScreenBuilder(BuildContext)", "CompanyDetailsScreen(BuildContext)", "UserDetailsScreen(BuildContext)", "LocalizationScreen(BuildContext)", "PaymentsSettingsScreen(BuildContext)", "CompanyGatewayScreenBuilder(BuildContext)", "CompanyGatewayViewScreen(BuildContext)", "CompanyGatewayEditScreen(BuildContext)", "TaxSettingsScreen(BuildContext)", "TaxRateScreenBuilder(BuildContext)", "TaxRateViewScreen(BuildContext)", "TaxRateEditScreen(BuildContext)", "ProductSettingsScreen(BuildContext)", "ExpenseSettingsScreen(BuildContext)", "TaskSettingsScreen(BuildContext)", "ImportExportScreen(BuildContext)", "DeviceSettingsScreen(BuildContext)", "AccountManagementScreen(BuildContext)", "CustomFieldsScreen(BuildContext)", "GeneratedNumbersScreen(BuildContext)", "WorkflowSettingsScreen(BuildContext)", "InvoiceDesignScreen(BuildContext)", "ClientPortalScreen(BuildContext)", "EmailSettingsScreen(BuildContext)", "TemplatesAndRemindersScreen(BuildContext)", "CreditCardsAndBanksScreen(BuildContext)", "DataVisualizationsScreen(BuildContext)", "~(int,int,int)", "MapBuilder()", "Uint8List(@,@)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "Future(SharedPreferences)", "MapBuilder()", "~(Blob?)", "String(String,ClearLastError)", "String(String,LoadClientsFailure)", "String(String,LoadProductsFailure)", "String(String,LoadInvoicesFailure)", "String(String,LoadPaymentsFailure)", "String(String,LoadQuotesFailure)", "String(String,LoadProjectsFailure)", "String(String,LoadTasksFailure)", "String(String,LoadVendorsFailure)", "String(String,LoadExpensesFailure)", "String(String,LoadSchedulesFailure)", "String(String,LoadTransactionRulesFailure)", "String(String,LoadTransactionsFailure)", "String(String,LoadBankAccountsFailure)", "String(String,LoadPurchaseOrdersFailure)", "String(String,LoadRecurringExpensesFailure)", "String(String,LoadSubscriptionsFailure)", "String(String,LoadTaskStatusesFailure)", "String(String,LoadRecurringInvoicesFailure)", "String(String,LoadWebhooksFailure)", "String(String,LoadTokensFailure)", "String(String,LoadPaymentTermsFailure)", "String(String,LoadDesignsFailure)", "String(String,LoadCreditsFailure)", "String(String,RefreshDataFailure)", "bool(bool,DismissNativeWarning)", "MapBuilder()", "UserCompanyState(int)", "MapBuilder()", "MapBuilder()", "bool(Element2)", "SelectableEntity?(@)", "~(List)", "MapBuilder()", "~([Future<@>?])", "~(UserCompanyEntity)", "~(UserCompanyState)", "ListBuilder()", "@(@,@)", "MapBuilder()", "MapBuilder()", "Null(BuiltList)", "BankAccountUIStateBuilder(BankAccountUIStateBuilder)", "bool(bool?,ViewBankAccount)", "bool(bool?,ViewBankAccountList)", "bool(bool?,FilterBankAccountsByState)", "bool(bool?,FilterBankAccounts)", "bool(bool?,FilterBankAccountsByCustom1)", "bool(bool?,FilterBankAccountsByCustom2)", "bool(bool?,FilterBankAccountsByCustom3)", "bool(bool?,FilterBankAccountsByCustom4)", "int?(int?,UpdateBankAccountTab)", "bool(Node1)", "String(String?,ArchiveBankAccountsSuccess)", "String(String?,DeleteBankAccountsSuccess)", "Element2(Node1)", "~(Element2)", "Transaction(@,String)", "MapBuilder()", "String(String?,SortBankAccounts)", "String(String?,FilterBankAccounts)", "String(String?,FilterBankAccountsByState)", "String(String?,FilterBankAccountsByCustom1)", "String(String?,FilterBankAccountsByCustom2)", "String(String?,FilterBankAccountsByCustom3)", "String(String?,FilterBankAccountsByCustom4)", "MapBuilder()", "BankAccountEntity(BankAccountEntity?,UpdateBankAccount)", "ListBuilder()", "BankAccountEntity(BankAccountEntity?,RestoreBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,ArchiveBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,DeleteBankAccountsSuccess)", "ListBuilder()", "~(Uint8List)", "ListBuilder()", "ListBuilder()", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "BankAccountEntity(@)", "ListBuilder>()", "ListBuilder()", "ListBuilder()", "Future(RandomAccessFile,int)", "_MergClientPicker(BuildContext)", "ListBuilder()", "ListBuilder()", "UnregisteredFont()", "ListBuilder()", "ListBuilder()", "Null(BuiltList)", "ListBuilder()", "FontFamily(@)", "Future(int)", "ClientUIStateBuilder(ClientUIStateBuilder)", "bool(bool?,ViewClient)", "bool(bool?,ViewClientList)", "bool(bool?,FilterClientsByState)", "bool(bool?,FilterClients)", "bool(bool?,FilterClientsByCustom1)", "bool(bool?,FilterClientsByCustom2)", "bool(bool?,FilterClientsByCustom3)", "bool(bool?,FilterClientsByCustom4)", "int?(int?,UpdateClientTab)", "Completer?(Completer?,EditClient)", "Completer?(Completer?,EditClient)", "ClientContactEntity(ClientContactEntity?,EditClient)", "ClientContactEntity(ClientContactEntity?,EditContact)", "String(String?,ArchiveClientsSuccess)", "String(String?,DeleteClientsSuccess)", "String?(String?,ViewClient)", "String(String?,AddClientSuccess)", "String(String?,ShowPdfClient)", "String(String?,SortClients)", "String(String?,FilterClients)", "String(String?,FilterClientsByState)", "String(String?,FilterClientsByCustom1)", "String(String?,FilterClientsByCustom2)", "String(String?,FilterClientsByCustom3)", "String(String?,FilterClientsByCustom4)", "Uint8List(Object?)", "ClientEntity(ClientEntity?,SaveClientSuccess)", "ClientEntity(ClientEntity?,AddClientSuccess)", "ClientEntity(ClientEntity?,RestoreClientSuccess)", "ClientEntity(ClientEntity?,ArchiveClientsSuccess)", "ClientEntity(ClientEntity?,DeleteClientsSuccess)", "ClientEntity(ClientEntity?,EditClient)", "ClientEntity(ClientEntity?,UpdateClient)", "ClientEntity(ClientEntity?,AddContact)", "ClientEntity(ClientEntity?,DeleteContact)", "ClientEntity(ClientEntity?,UpdateContact)", "ClientEntity(ClientEntity?,ViewClient)", "ClientEntity(ClientEntity?,ViewClientList)", "ClientEntity(ClientEntity?,SelectCompany)", "ClientEntity(ClientEntity?,DiscardChanges)", "ListBuilder()", "JsFunction(@)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "ListBuilder()", "ListBuilder()", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,ListUIState,BuiltMap,StaticState)", "ListBuilder()", "ClientEntity(@)", "UserCompanyStateBuilder(UserCompanyStateBuilder)", "UserCompanyEntity(UserCompanyEntity?,SaveEInvoiceCertificateSuccess)", "JsArray<@>(@)", "UserCompanyEntity(UserCompanyEntity?,UpdateReportSettings)", "ListBuilder()", "UserCompanyEntity(UserCompanyEntity?,SaveAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnecGmailUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthMailerSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisableTwoFactorSuccess)", "UserCompanyEntity(UserCompanyEntity?,SaveUserSettingsSuccess)", "UserCompanyEntity(UserCompanyEntity?,UpdateCompanyLanguage)", "UserCompanyEntity(UserCompanyEntity?,UpdateDashboardFields)", "UserCompanyEntity?(UserCompanyEntity?,UpdateDashboardFieldSettingss)", "CompanyEntityBuilder(UserCompanyEntityBuilder)", "int(int,LoadCompanySuccess)", "int(int,LoadExpensesSuccess)", "List(BuiltMap,BuiltList)", "bool(CompanyEntity?,BuiltMap,BuiltMap)", "List(CompanyEntity?,BuiltMap,BuiltMap)", "List(String?,UserCompanyState)", "ProductEntity(String)", "List()", "ClientEntity(String)", "bool(ClientEntity)", "ListBuilder()", "JsObject(@)", "PaymentEntity(String)", "ListBuilder()", "ProjectEntity(String)", "~(@,StackTrace)", "Future<@>(@)", "Map()", "int(BaseEntity?,BaseEntity?)", "InvoiceHistoryEntity?(ActivityEntity)", "InvitationEntity(InvitationEntity)", "InvoiceItemEntity(InvoiceItemEntity)", "Null(BuiltList)", "CompanyGatewayUIStateBuilder(CompanyGatewayUIStateBuilder)", "bool(bool?,ViewCompanyGateway)", "bool(bool?,ViewCompanyGatewayList)", "bool(bool?,FilterCompanyGatewaysByState)", "bool(bool?,FilterCompanyGateways)", "bool(bool?,FilterCompanyGatewaysByCustom1)", "bool(bool?,FilterCompanyGatewaysByCustom2)", "bool(bool?,FilterCompanyGatewaysByCustom3)", "bool(bool?,FilterCompanyGatewaysByCustom4)", "String(String?,ArchiveCompanyGatewaySuccess)", "String(String?,DeleteCompanyGatewaySuccess)", "String?(String?,ViewCompanyGateway)", "String(String?,AddCompanyGatewaySuccess)", "String(String?,SortCompanyGateways)", "String(String?,FilterCompanyGateways)", "String(String?,FilterCompanyGatewaysByState)", "String(String?,FilterCompanyGatewaysByCustom1)", "String(String?,FilterCompanyGatewaysByCustom2)", "String(String?,FilterCompanyGatewaysByCustom3)", "String(String?,FilterCompanyGatewaysByCustom4)", "CompanyGatewayEntity(CompanyGatewayEntity?,RestoreCompanyGatewaySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,ArchiveCompanyGatewaySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,DeleteCompanyGatewaySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,UpdateCompanyGateway)", "_Future<@>(@)", "~(String,GatewayOptionsEntity)", "_Future<@>?()", "List(BuiltMap,BuiltList,ListUIState,String?,bool)", "double(String,BuiltMap)", "~(int,@)", "EntityStats(String,BuiltMap)", "~(String,CompanyGatewayEntity)", "Future<~>([JavaScriptObject?])", "~(Object)", "FontAsset(@)", "~(Country)", "CountryPickerDialog(BuildContext,~(~()))", "StatefulBuilder(BuildContext)", "Country()", "Column(BuildContext,int)", "String(NumberSymbols)", "Null(~(Codec))", "CreditUIStateBuilder(CreditUIStateBuilder)", "bool(bool?,ViewCredit)", "bool(bool?,ViewCreditList)", "bool(bool?,FilterCreditsByState)", "bool(bool?,FilterCreditsByStatus)", "bool(bool?,FilterCredits)", "bool(bool?,FilterCreditsByCustom1)", "bool(bool?,FilterCreditsByCustom2)", "bool(bool?,FilterCreditsByCustom3)", "bool(bool?,FilterCreditsByCustom4)", "int?(int?,UpdateCreditTab)", "String?(String?,ShowPdfCredit)", "int?(int?,EditCredit)", "int?(int?,EditCreditItem)", "String(String?,ArchiveCreditsSuccess)", "String(String?,DeleteCreditsSuccess)", "String?(String?,ViewCredit)", "String(String?,AddCreditSuccess)", "String(String?,ShowEmailCredit)", "String(String?,ShowPdfCredit)", "String(String?,SortCredits)", "String(String?,FilterCredits)", "String(String?,FilterCreditsByState)", "String(String?,FilterCreditsByStatus)", "String(String?,FilterCreditsByCustom1)", "String(String?,FilterCreditsByCustom2)", "String(String?,FilterCreditsByCustom3)", "String(String?,FilterCreditsByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateCredit)", "String?(NumberSymbols)", "InvoiceEntity(InvoiceEntity?,MoveCreditItem)", "InvoiceEntity(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditClient)", "InvoiceEntity(InvoiceEntity?,RestoreCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,AddCreditContact)", "InvoiceEntity(InvoiceEntity?,RemoveCreditContact)", "_DateFormatLiteralField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "_DateFormatQuotedField(String,DateFormat)", "bool(_DateFormatField)", "DateTime(int,int,int,int,int,int,int,bool)", "RegExp()", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "SKProductDiscountWrapper(@)", "Null(FrameInfo)", "~(PointerMoveEvent)", "DashboardUIStateBuilder(DashboardUIStateBuilder)", "BuiltMap>(BuiltMap>,UpdateDashboardSelection)", "SKProductWrapper(@)", "BuiltMap>(BuiltMap>,SelectCompany)", "EntityType?(EntityType?,UpdateDashboardEntityType)", "bool?(bool?,UpdateDashboardSidebar)", "SurfaceScene()", "SKPaymentTransactionWrapper(@)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "bool(SKPaymentTransactionWrapper)", "AppStoreProductDetails(SKProductWrapper)", "~(PointerUpEvent)", "~(String,Duration)", "GooglePlayPurchaseDetails(String)", "Future(GooglePlayPurchaseDetails)", "List(BuiltMap,String)", "GooglePlayPurchaseDetails(GooglePlayPurchaseDetails)", "List(PurchasesResultWrapper)", "List(BuiltMap,BuiltMap)", "int(PaymentEntity?,PaymentEntity?)", "List(BuiltMap,BuiltMap)", "String(PurchasesResultWrapper)", "List(BuiltMap,BuiltMap)", "List(BuiltMap,BuiltMap)", "bool(PurchasesResultWrapper)", "IndentingBuiltValueToStringHelper(String)", "String(ProductDetails)", "List(ProductDetailsWrapper)", "List(ProductDetailsResponseWrapper)", "Null(BuiltList)", "DesignUIStateBuilder(DesignUIStateBuilder)", "bool(bool?,ViewDesign)", "bool(bool?,ViewDesignList)", "bool(bool?,FilterDesignsByState)", "bool(bool?,FilterDesigns)", "bool(bool?,FilterDesignsByCustom1)", "bool(bool?,FilterDesignsByCustom2)", "bool(bool?,FilterDesignsByCustom3)", "bool(bool?,FilterDesignsByCustom4)", "String(String?,ArchiveDesignsSuccess)", "String(String?,DeleteDesignsSuccess)", "String(String?,SortDesigns)", "String(String?,FilterDesigns)", "String(String?,FilterDesignsByState)", "String(String?,FilterDesignsByCustom1)", "String(String?,FilterDesignsByCustom2)", "String(String?,FilterDesignsByCustom3)", "String(String?,FilterDesignsByCustom4)", "DesignEntity(DesignEntity?,RestoreDesignsSuccess)", "DesignEntity(DesignEntity?,ArchiveDesignsSuccess)", "DesignEntity(DesignEntity?,DeleteDesignsSuccess)", "DesignEntity(DesignEntity?,UpdateDesign)", "Future(BillingClient)", "Future>(PurchasesResultWrapper)", "List(BuiltMap,BuiltList,ListUIState)", "DesignEntity(@)", "ListBuilder()", "PricingPhaseWrapper(@)", "ListMultimapBuilder()", "PurchaseWrapper(@)", "ProductDetailsWrapper(@)", "MapBuilder()", "Null(Uint8List?)", "DocumentUIStateBuilder(DocumentUIStateBuilder)", "bool(bool?,ViewDocument)", "bool(bool?,ViewDocumentList)", "bool(bool?,FilterDocumentsByState)", "bool(bool?,FilterDocumentsByStatus)", "bool(bool?,FilterDocuments)", "bool(bool?,FilterDocumentsByCustom1)", "bool(bool?,FilterDocumentsByCustom2)", "bool(bool?,FilterDocumentsByCustom3)", "bool(bool?,FilterDocumentsByCustom4)", "String(String?,ArchiveDocumentSuccess)", "String(String?,DeleteDocumentSuccess)", "String?(String?,ViewDocument)", "String(String?,SortDocuments)", "String(String?,FilterDocuments)", "String(String?,FilterDocumentsByState)", "String(String?,FilterDocumentsByStatus)", "String(String?,FilterDocumentsByCustom1)", "String(String?,FilterDocumentsByCustom2)", "String(String?,FilterDocumentsByCustom3)", "String(String?,FilterDocumentsByCustom4)", "DocumentEntity(DocumentEntity?,UpdateDocument)", "~(Size?)", "SetBuilder()", "SubscriptionOfferDetailsWrapper(@)", "Map(ProductWrapper)", "~(PurchasesResultWrapper)", "~(int,IfdValue)", "MediaType()", "String(List)", "int(String)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "SetMultimapBuilder()", "InvoiceItemEntity(BaseEntity)", "bool(Color)", "Object()", "bool(String,String)", "Future(Client0)", "ExpenseUIStateBuilder(ExpenseUIStateBuilder)", "bool(bool?,ViewExpense)", "bool(bool?,ViewExpenseList)", "bool(bool?,FilterExpensesByState)", "bool(bool?,FilterExpensesByStatus)", "bool(bool?,FilterExpenses)", "bool(bool?,FilterExpensesByCustom1)", "bool(bool?,FilterExpensesByCustom2)", "bool(bool?,FilterExpensesByCustom3)", "bool(bool?,FilterExpensesByCustom4)", "int?(int?,UpdateExpenseTab)", "String(String?,ArchiveExpenseSuccess)", "String(String?,DeleteExpenseSuccess)", "String?(String?,ViewExpense)", "String(String?,AddExpenseSuccess)", "String(String?,SortExpenses)", "String(String?,FilterExpenses)", "String(String?,FilterExpensesByState)", "String(String?,FilterExpensesByStatus)", "String(String?,FilterExpensesByCustom1)", "String(String?,FilterExpensesByCustom2)", "String(String?,FilterExpensesByCustom3)", "String(String?,FilterExpensesByCustom4)", "ExpenseEntity(ExpenseEntity?,RestoreExpenseSuccess)", "ExpenseEntity(ExpenseEntity?,ArchiveExpenseSuccess)", "ExpenseEntity(ExpenseEntity?,DeleteExpenseSuccess)", "ExpenseEntity(ExpenseEntity?,UpdateExpense)", "String?(RegExpMatch)", "Null(~())", "Rule()", "MapEntry(MapEntry)", "~(Rule)", "InvoiceEntity?(ExpenseEntity,BuiltMap)", "String?(int)", "Map>()", "List(BuiltMap,String?)", "bool(Selector)", "bool(Set)", "String(StringToken)", "~(Element)", "Null(BuiltList)", "ExpenseCategoryUIStateBuilder(ExpenseCategoryUIStateBuilder)", "Completer?(Completer?,EditExpenseCategory)", "Completer?(Completer?,EditExpenseCategory)", "bool(bool?,ViewExpenseCategory)", "bool(bool?,ViewExpenseCategoryList)", "bool(bool?,FilterExpenseCategoriesByState)", "bool(bool?,FilterExpenseCategories)", "bool(bool?,FilterExpenseCategoriesByCustom1)", "bool(bool?,FilterExpenseCategoriesByCustom2)", "bool(bool?,FilterExpenseCategoriesByCustom3)", "bool(bool?,FilterExpenseCategoriesByCustom4)", "String(String?,ArchiveExpenseCategoriesSuccess)", "String(String?,DeleteExpenseCategoriesSuccess)", "String(String?,SortExpenseCategories)", "String(String?,FilterExpenseCategories)", "String(String?,FilterExpenseCategoriesByState)", "String(String?,FilterExpenseCategoriesByCustom1)", "String(String?,FilterExpenseCategoriesByCustom2)", "String(String?,FilterExpenseCategoriesByCustom3)", "String(String?,FilterExpenseCategoriesByCustom4)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,RestoreExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,ArchiveExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,DeleteExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,UpdateExpenseCategory)", "Null(GoogleAuthInitFailureError)", "Null(GoogleAuth)", "GoogleSignInTokenData(Map?)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "double(String,BuiltMap)", "GoogleSignInAccount?/(~)", "Future<~>(String,ByteData?,~(ByteData?)?)", "ExpenseCategoryEntity(@)", "~(ToastFuture)", "IgnorePointer(BuildContext)", "int(StaggeredGridParentData,int)", "Null(BuiltList)", "GroupUIStateBuilder(GroupUIStateBuilder)", "bool(bool?,ViewGroup)", "bool(bool?,ViewGroupList)", "bool(bool?,FilterGroupsByState)", "bool(bool?,FilterGroups)", "String(String?,ArchiveGroupSuccess)", "String(String?,DeleteGroupSuccess)", "String?(String?,ViewGroup)", "String(String?,AddGroupSuccess)", "String(String?,SortGroups)", "String(String?,FilterGroups)", "String(String?,FilterGroupsByState)", "GroupEntity(GroupEntity?,RestoreGroupSuccess)", "GroupEntity(GroupEntity?,ArchiveGroupSuccess)", "GroupEntity(GroupEntity?,DeleteGroupSuccess)", "GroupEntity(GroupEntity?,UpdateGroup)", "~(SlidableAutoCloseBarrierNotification)", "~(SlidableAutoCloseNotification)", "int(PaintRequest,PaintRequest)", "Flexible(Widget)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "EntityStats(BuiltMap,String)", "SynchronousFuture()", "SimpleDialogOption(EmailTemplate)", "InvoiceUIStateBuilder(InvoiceUIStateBuilder)", "bool(bool?,ViewInvoice)", "bool(bool?,ViewInvoiceList)", "bool(bool?,FilterInvoicesByState)", "bool(bool?,FilterInvoicesByStatus)", "bool(bool?,FilterInvoices)", "bool(bool?,FilterInvoicesByCustom1)", "bool(bool?,FilterInvoicesByCustom2)", "bool(bool?,FilterInvoicesByCustom3)", "bool(bool?,FilterInvoicesByCustom4)", "int?(int?,UpdateInvoiceTab)", "String?(String?,ShowPdfInvoice)", "int?(int?,EditInvoice)", "int?(int?,EditInvoiceItem)", "String(String?,ArchiveInvoicesSuccess)", "String(String?,DeleteInvoicesSuccess)", "String?(String?,ViewInvoice)", "String(String?,AddInvoiceSuccess)", "String(String?,ShowEmailInvoice)", "String(String?,ShowPdfInvoice)", "String(String?,SortInvoices)", "String(String?,FilterInvoices)", "String(String?,FilterInvoicesByState)", "String(String?,FilterInvoicesByStatus)", "String(String?,FilterInvoicesByCustom1)", "String(String?,FilterInvoicesByCustom2)", "String(String?,FilterInvoicesByCustom3)", "String(String?,FilterInvoicesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateInvoice)", "~(String,DateSymbols)", "InvoiceEntity(InvoiceEntity?,MoveInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveInvoiceContact)", "SynchronousFuture()", "SynchronousFuture()", "bool(String,BuiltMap)", "InvoiceEntity?(InvoiceEntity,BuiltMap)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List,String?)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,String?)", "Widget(Color)", "List(List)", "Null(List,JavaScriptObject)", "Null(BuiltList)", "PaymentUIStateBuilder(PaymentUIStateBuilder)", "bool(bool?,ViewPayment)", "bool(bool?,ViewPaymentList)", "bool(bool?,FilterPaymentsByState)", "bool(bool?,FilterPaymentsByStatus)", "bool(bool?,FilterPayments)", "bool(bool?,FilterPaymentsByCustom1)", "bool(bool?,FilterPaymentsByCustom2)", "bool(bool?,FilterPaymentsByCustom3)", "bool(bool?,FilterPaymentsByCustom4)", "int?(int?,UpdatePaymentTab)", "String(String?,ArchivePaymentsSuccess)", "String(String?,DeletePaymentsSuccess)", "String?(String?,ViewPayment)", "String(String?,AddPaymentSuccess)", "String(String?,SortPayments)", "String(String?,FilterPayments)", "String(String?,FilterPaymentsByState)", "String(String?,FilterPaymentsByStatus)", "String(String?,FilterPaymentsByCustom1)", "String(String?,FilterPaymentsByCustom2)", "String(String?,FilterPaymentsByCustom3)", "String(String?,FilterPaymentsByCustom4)", "PaymentEntity(PaymentEntity?,RestorePaymentsSuccess)", "PaymentEntity(PaymentEntity?,ArchivePaymentsSuccess)", "PaymentEntity(PaymentEntity?,DeletePaymentsSuccess)", "PaymentEntity(PaymentEntity?,UpdatePayment)", "String(PaymentEntity)", "CacheInfoRepository(bool)", "bool(String,PaymentEntity)", "~(RedoTextIntent)", "~(UndoTextIntent)", "~(TapAndPanGestureRecognizer)", "Map()", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "EntityStats(String,BuiltMap,BuiltMap)", "PaymentEntity(@)", "TapAndPanGestureRecognizer()", "~(TapAndHorizontalDragGestureRecognizer)", "TapAndHorizontalDragGestureRecognizer()", "Null(BuiltList)", "PaymentTermUIStateBuilder(PaymentTermUIStateBuilder)", "bool(bool?,ViewPaymentTerm)", "bool(bool?,ViewPaymentTermList)", "bool(bool?,FilterPaymentTermsByState)", "bool(bool?,FilterPaymentTerms)", "bool(bool?,FilterPaymentTermsByCustom1)", "bool(bool?,FilterPaymentTermsByCustom2)", "bool(bool?,FilterPaymentTermsByCustom3)", "bool(bool?,FilterPaymentTermsByCustom4)", "String(String?,ArchivePaymentTermsSuccess)", "String(String?,DeletePaymentTermsSuccess)", "String(String?,SortPaymentTerms)", "String(String?,FilterPaymentTerms)", "String(String?,FilterPaymentTermsByState)", "String(String?,FilterPaymentTermsByCustom1)", "String(String?,FilterPaymentTermsByCustom2)", "String(String?,FilterPaymentTermsByCustom3)", "String(String?,FilterPaymentTermsByCustom4)", "PaymentTermEntity(PaymentTermEntity?,RestorePaymentTermsSuccess)", "PaymentTermEntity(PaymentTermEntity?,ArchivePaymentTermsSuccess)", "PaymentTermEntity(PaymentTermEntity?,DeletePaymentTermsSuccess)", "PaymentTermEntity(PaymentTermEntity?,UpdatePaymentTerm)", "List(_TableElementRow)", "RenderBox(Element0)", "num(int?)", "Iterable(_TableElementRow)", "List(BuiltMap,BuiltList)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "bool(List)", "SimpleDialogOption(String)", "bool(_TableElementRow)", "Element0(Widget)", "_TableElementRow(TableRow)", "Null(BuiltList)", "ProductUIStateBuilder(ProductUIStateBuilder)", "bool(bool?,ViewProduct)", "bool(bool?,ViewProductList)", "bool(bool?,FilterProductsByState)", "bool(bool?,FilterProducts)", "bool(bool?,FilterProductsByCustom1)", "bool(bool?,FilterProductsByCustom2)", "bool(bool?,FilterProductsByCustom3)", "bool(bool?,FilterProductsByCustom4)", "int?(int?,UpdateProductTab)", "ProductEntity(ProductEntity?,UpdateProduct)", "ProductEntity(ProductEntity?,RestoreProductsSuccess)", "ProductEntity(ProductEntity?,ArchiveProductsSuccess)", "ProductEntity(ProductEntity?,DeleteProductsSuccess)", "String(String?,ArchiveProductsSuccess)", "String(String?,DeleteProductsSuccess)", "String?(String?,ViewProduct)", "String(String?,AddProductSuccess)", "String(String?,SortProducts)", "String(String?,FilterProducts)", "String(String?,FilterProductsByState)", "String(String?,FilterProductsByCustom1)", "String(String?,FilterProductsByCustom2)", "String(String?,FilterProductsByCustom3)", "String(String?,FilterProductsByCustom4)", "Decoration?(TableRow)", "bool(TableRow)", "List(BuiltMap,BuiltList,BuiltMap)", "List(BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap)", "ProductEntity(@)", "Element0?()", "~(RenderBox)", "_SingleChildViewport(BuildContext,ViewportOffset)", "Null(BuiltList)", "ProjectUIStateBuilder(ProjectUIStateBuilder)", "bool(bool?,ViewProject)", "bool(bool?,ViewProjectList)", "bool(bool?,FilterProjectsByState)", "bool(bool?,FilterProjects)", "bool(bool?,FilterProjectsByCustom1)", "bool(bool?,FilterProjectsByCustom2)", "bool(bool?,FilterProjectsByCustom3)", "bool(bool?,FilterProjectsByCustom4)", "int?(int?,UpdateProjectTab)", "Completer?(Completer?,EditProject)", "Completer?(Completer?,EditProject)", "String(String?,ArchiveProjectSuccess)", "String(String?,DeleteProjectSuccess)", "String?(String?,ViewProject)", "String(String?,AddProjectSuccess)", "String(String?,SortProjects)", "String(String?,FilterProjects)", "String(String?,FilterProjectsByState)", "String(String?,FilterProjectsByCustom1)", "String(String?,FilterProjectsByCustom2)", "String(String?,FilterProjectsByCustom3)", "String(String?,FilterProjectsByCustom4)", "ProjectEntity(ProjectEntity?,RestoreProjectSuccess)", "ProjectEntity(ProjectEntity?,ArchiveProjectSuccess)", "ProjectEntity(ProjectEntity?,DeleteProjectSuccess)", "ProjectEntity(ProjectEntity?,UpdateProject)", "String(ProjectEntity)", "Object?()", "bool(String,ProjectEntity)", "List<_ActivatorIntentPair>()", "int(TaskEntity?,TaskEntity?)", "~(ShortcutActivator,Intent)", "List(BuiltMap,BuiltList,BuiltMap,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,BuiltMap)", "List(LogicalKeyboardKey)", "~(String,ProjectEntity)", "ProjectEntity(@)", "PurchaseOrderUIStateBuilder(PurchaseOrderUIStateBuilder)", "bool(bool?,ViewPurchaseOrder)", "bool(bool?,ViewPurchaseOrderList)", "bool(bool?,FilterPurchaseOrdersByState)", "bool(bool?,FilterPurchaseOrdersByStatus)", "bool(bool?,FilterPurchaseOrders)", "bool(bool?,FilterPurchaseOrdersByCustom1)", "bool(bool?,FilterPurchaseOrdersByCustom2)", "bool(bool?,FilterPurchaseOrdersByCustom3)", "bool(bool?,FilterPurchaseOrdersByCustom4)", "int?(int?,UpdatePurchaseOrderTab)", "String?(String?,ShowPdfPurchaseOrder)", "int?(int?,EditPurchaseOrder)", "int?(int?,EditPurchaseOrderItem)", "String(String?,ArchivePurchaseOrdersSuccess)", "String(String?,DeletePurchaseOrdersSuccess)", "String?(String?,ViewPurchaseOrder)", "String(String?,AddPurchaseOrderSuccess)", "String(String?,ShowEmailPurchaseOrder)", "String(String?,ShowPdfPurchaseOrder)", "String(String?,SortPurchaseOrders)", "String(String?,FilterPurchaseOrders)", "String(String?,FilterPurchaseOrdersByState)", "String(String?,FilterPurchaseOrdersByStatus)", "String(String?,FilterPurchaseOrdersByCustom1)", "String(String?,FilterPurchaseOrdersByCustom2)", "String(String?,FilterPurchaseOrdersByCustom3)", "String(String?,FilterPurchaseOrdersByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrder)", "bool(Selectable)", "InvoiceEntity(InvoiceEntity?,MovePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderVendor)", "InvoiceEntity(InvoiceEntity?,RestorePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,ArchivePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderContact)", "InvoiceEntity(InvoiceEntity?,RemovePurchaseOrderContact)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "bool(Rect)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,BuiltMap,BuiltMap,String)", "Rect(Rect)", "QuoteUIStateBuilder(QuoteUIStateBuilder)", "bool(bool?,ViewQuote)", "bool(bool?,ViewQuoteList)", "bool(bool?,FilterQuotesByState)", "bool(bool?,FilterQuotesByStatus)", "bool(bool?,FilterQuotes)", "bool(bool?,FilterQuotesByCustom1)", "bool(bool?,FilterQuotesByCustom2)", "bool(bool?,FilterQuotesByCustom3)", "bool(bool?,FilterQuotesByCustom4)", "int?(int?,UpdateQuoteTab)", "String?(String?,ShowPdfQuote)", "int?(int?,EditQuote)", "int?(int?,EditQuoteItem)", "String(String?,ArchiveQuotesSuccess)", "String(String?,DeleteQuotesSuccess)", "String?(String?,ViewQuote)", "String(String?,AddQuoteSuccess)", "String(String?,ShowEmailQuote)", "String(String?,ShowPdfQuote)", "String(String?,SortQuotes)", "String(String?,FilterQuotes)", "String(String?,FilterQuotesByState)", "String(String?,FilterQuotesByStatus)", "String(String?,FilterQuotesByCustom1)", "String(String?,FilterQuotesByCustom2)", "String(String?,FilterQuotesByCustom3)", "String(String?,FilterQuotesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateQuote)", "int(Selectable,Selectable)", "InvoiceEntity(InvoiceEntity?,MoveQuoteItem)", "InvoiceEntity(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteClient)", "InvoiceEntity(InvoiceEntity?,RestoreQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteContact)", "InvoiceEntity(InvoiceEntity?,RemoveQuoteContact)", "Set(Set,Set)", "~(_TrackTapGestureRecognizer)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "RecurringExpenseUIStateBuilder(RecurringExpenseUIStateBuilder)", "bool(bool?,ViewRecurringExpense)", "bool(bool?,ViewRecurringExpenseList)", "bool(bool?,FilterRecurringExpensesByState)", "bool(bool?,FilterRecurringExpensesByStatus)", "bool(bool?,FilterRecurringExpenses)", "bool(bool?,FilterRecurringExpensesByCustom1)", "bool(bool?,FilterRecurringExpensesByCustom2)", "bool(bool?,FilterRecurringExpensesByCustom3)", "bool(bool?,FilterRecurringExpensesByCustom4)", "int?(int?,UpdateRecurringExpenseTab)", "String(String?,ArchiveRecurringExpensesSuccess)", "String(String?,DeleteRecurringExpensesSuccess)", "String(String?,SortRecurringExpenses)", "String(String?,FilterRecurringExpenses)", "String(String?,FilterRecurringExpensesByState)", "String(String?,FilterRecurringExpensesByStatus)", "String(String?,FilterRecurringExpensesByCustom1)", "String(String?,FilterRecurringExpensesByCustom2)", "String(String?,FilterRecurringExpensesByCustom3)", "String(String?,FilterRecurringExpensesByCustom4)", "ExpenseEntity(ExpenseEntity?,RestoreRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,ArchiveRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,DeleteRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,UpdateRecurringExpense)", "_TrackTapGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "RecurringInvoiceUIStateBuilder(RecurringInvoiceUIStateBuilder)", "bool(bool?,ViewRecurringInvoice)", "bool(bool?,ViewRecurringInvoiceList)", "bool(bool?,FilterRecurringInvoicesByState)", "bool(bool?,FilterRecurringInvoicesByStatus)", "bool(bool?,FilterRecurringInvoices)", "bool(bool?,FilterRecurringInvoicesByCustom1)", "bool(bool?,FilterRecurringInvoicesByCustom2)", "bool(bool?,FilterRecurringInvoicesByCustom3)", "bool(bool?,FilterRecurringInvoicesByCustom4)", "int?(int?,UpdateRecurringInvoiceTab)", "String?(String?,ShowPdfRecurringInvoice)", "int?(int?,EditRecurringInvoice)", "int?(int?,EditRecurringInvoiceItem)", "String(String?,ArchiveRecurringInvoicesSuccess)", "String(String?,DeleteRecurringInvoicesSuccess)", "String?(String?,ViewRecurringInvoice)", "String(String?,AddRecurringInvoiceSuccess)", "String(String?,ShowEmailRecurringInvoice)", "String(String?,ShowPdfRecurringInvoice)", "String(String?,SortRecurringInvoices)", "String(String?,FilterRecurringInvoices)", "String(String?,FilterRecurringInvoicesByState)", "String(String?,FilterRecurringInvoicesByStatus)", "String(String?,FilterRecurringInvoicesByCustom1)", "String(String?,FilterRecurringInvoicesByCustom2)", "String(String?,FilterRecurringInvoicesByCustom3)", "String(String?,FilterRecurringInvoicesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoice)", "_ThumbPressGestureRecognizer()", "InvoiceEntity(InvoiceEntity?,MoveRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveRecurringInvoiceContact)", "bool(ScrollMetrics?)", "Null(List<~>)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState,BuiltMap)", "int?(Widget,int)", "Widget?(BuildContext,int)", "bool(ScrollUpdateNotification)", "Widget(BuildContext,ViewportOffset)", "Null(BuiltList)", "ScheduleUIStateBuilder(ScheduleUIStateBuilder)", "bool(bool?,ViewSchedule)", "bool(bool?,ViewScheduleList)", "bool(bool?,FilterSchedulesByState)", "bool(bool?,FilterSchedules)", "bool(bool?,FilterSchedulesByCustom1)", "bool(bool?,FilterSchedulesByCustom2)", "bool(bool?,FilterSchedulesByCustom3)", "bool(bool?,FilterSchedulesByCustom4)", "int?(int?,UpdateScheduleTab)", "String(String?,ArchiveSchedulesSuccess)", "String(String?,DeleteSchedulesSuccess)", "String(String?,SortSchedules)", "String(String?,FilterSchedules)", "String(String?,FilterSchedulesByState)", "String(String?,FilterSchedulesByCustom1)", "String(String?,FilterSchedulesByCustom2)", "String(String?,FilterSchedulesByCustom3)", "String(String?,FilterSchedulesByCustom4)", "ScheduleEntity(ScheduleEntity?,RestoreSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,ArchiveSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,DeleteSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,UpdateSchedule)", "MacOSScrollViewFlingVelocityTracker(PointerEvent)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "ScheduleEntity(@)", "IgnorePointer(BuildContext,Widget?)", "~(String?,List)", "Null(UserCompanyEntity)", "Null(BaseEntity)", "SettingsUIState(SettingsUIState,ViewSettings)", "TextElement2(String)", "SettingsUIState(SettingsUIState,UpdateCompany)", "SettingsUIState(SettingsUIState,UpdateSettings)", "SettingsUIState(SettingsUIState,UpdateUserSettings)", "SettingsUIState(SettingsUIState,ResetSettings)", "SettingsUIState(SettingsUIState,SaveCompanySuccess)", "SettingsUIState(SettingsUIState,DeleteDocumentSuccess)", "SettingsUIState(SettingsUIState,SaveGroupSuccess)", "SettingsUIState(SettingsUIState,SaveClientSuccess)", "SettingsUIState(SettingsUIState,SaveAuthUserSuccess)", "SettingsUIState(SettingsUIState,ConnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthMailerSuccess)", "SettingsUIState(SettingsUIState,FilterSettings)", "SettingsUIState(SettingsUIState,ClearSettingsFilter)", "SettingsUIState(SettingsUIState,UpdateSettingsTab)", "SettingsUIState(SettingsUIState,UpdateSettingsTemplate)", "SettingsUIState(SettingsUIState,UpdatedSettingUI)", "SettingsUIState(SettingsUIState,ToggleShowNewSettings)", "SettingsUIState(SettingsUIState,ToggleShowPdfPreview)", "StaticStateBuilder(StaticStateBuilder)", "CurrencyEntity(@)", "SizeEntity(@)", "IndustryEntity(@)", "TimezoneEntity(@)", "DateFormatEntity(@)", "LanguageEntity(@)", "PaymentTypeEntity(@)", "CountryEntity(@)", "GatewayEntity(@)", "List(BuiltMap)", "Map(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap,bool)", "List(BuiltMap)", "BuiltMap(List<@>)", "FontEntity(@)", "Actions(BuildContext)", "RestorationScope(BuildContext,Widget?)", "SynchronousFuture(bool)", "Null(BuiltList)", "SubscriptionUIStateBuilder(SubscriptionUIStateBuilder)", "bool(bool?,ViewSubscription)", "bool(bool?,ViewSubscriptionList)", "bool(bool?,FilterSubscriptionsByState)", "bool(bool?,FilterSubscriptions)", "bool(bool?,FilterSubscriptionsByCustom1)", "bool(bool?,FilterSubscriptionsByCustom2)", "bool(bool?,FilterSubscriptionsByCustom3)", "bool(bool?,FilterSubscriptionsByCustom4)", "int?(int?,UpdateSubscriptionTab)", "String(String?,ArchiveSubscriptionsSuccess)", "String(String?,DeleteSubscriptionsSuccess)", "String(String?,SortSubscriptions)", "String(String?,FilterSubscriptions)", "String(String?,FilterSubscriptionsByState)", "String(String?,FilterSubscriptionsByCustom1)", "String(String?,FilterSubscriptionsByCustom2)", "String(String?,FilterSubscriptionsByCustom3)", "String(String?,FilterSubscriptionsByCustom4)", "SubscriptionEntity(SubscriptionEntity?,RestoreSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,ArchiveSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,DeleteSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,UpdateSubscription)", "double(TextElement2)", "~(RestorableProperty)", "Null(RestorationBucket?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "SubscriptionEntity(@)", "int(BaseEntity,BaseEntity)", "~(_DragInfo,Offset,Offset)", "~(Size,Offset)", "Future<~>(PointerEvent)", "Null(BuiltList)", "TaskUIStateBuilder(TaskUIStateBuilder)", "bool(bool?,ViewTask)", "bool(bool?,ViewTaskList)", "bool(bool?,FilterTasksByState)", "bool(bool?,FilterTasksByStatus)", "bool(bool?,FilterTasks)", "bool(bool?,FilterTasksByCustom1)", "bool(bool?,FilterTasksByCustom2)", "bool(bool?,FilterTasksByCustom3)", "bool(bool?,FilterTasksByCustom4)", "int?(int?,UpdateTaskTab)", "int(int?,UpdateKanban)", "int?(int?,EditTask)", "int?(int?,EditTaskTime)", "String(String?,ArchiveTaskSuccess)", "String(String?,DeleteTaskSuccess)", "String?(String?,ViewTask)", "String(String?,AddTaskSuccess)", "String(String?,SortTasks)", "String(String?,FilterTasks)", "String(String?,FilterTasksByState)", "String(String?,FilterTasksByStatus)", "String(String?,FilterTasksByCustom1)", "String(String?,FilterTasksByCustom2)", "String(String?,FilterTasksByCustom3)", "String(String?,FilterTasksByCustom4)", "TaskEntity(TaskEntity?,RestoreTaskSuccess)", "TaskEntity(TaskEntity?,ArchiveTaskSuccess)", "TaskEntity(TaskEntity?,StartTasksSuccess)", "TaskEntity(TaskEntity?,StopTasksSuccess)", "TaskEntity(TaskEntity?,DeleteTaskSuccess)", "TaskEntity(TaskEntity?,UpdateTask)", "String(TaskEntity)", "PlatformViewSurface(BuildContext,PlatformViewController)", "bool(String,TaskEntity)", "_HtmlElementViewController(PlatformViewCreationParams)", "List(BuiltMap,String?,BuiltMap,BuiltMap,BuiltMap)", "Viewport(BuildContext,ViewportOffset)", "ClipRect(BuildContext,Widget?)", "TaskEntity(@)", "~(BoxConstraints)", "RenderBox(int)", "_RenderTheaterMarker()", "Null(BuiltList)", "TaskStatusUIStateBuilder(TaskStatusUIStateBuilder)", "bool(bool?,ViewTaskStatus)", "bool(bool?,ViewTaskStatusList)", "bool(bool?,FilterTaskStatusesByState)", "bool(bool?,FilterTaskStatuses)", "bool(bool?,FilterTaskStatusesByCustom1)", "bool(bool?,FilterTaskStatusesByCustom2)", "bool(bool?,FilterTaskStatusesByCustom3)", "bool(bool?,FilterTaskStatusesByCustom4)", "String(String?,ArchiveTaskStatusesSuccess)", "String(String?,DeleteTaskStatusesSuccess)", "String(String?,SortTaskStatuses)", "String(String?,FilterTaskStatuses)", "String(String?,FilterTaskStatusesByState)", "String(String?,FilterTaskStatusesByCustom1)", "String(String?,FilterTaskStatusesByCustom2)", "String(String?,FilterTaskStatusesByCustom3)", "String(String?,FilterTaskStatusesByCustom4)", "TaskStatusEntity(TaskStatusEntity?,RestoreTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,ArchiveTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,DeleteTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,UpdateTaskStatus)", "int(int?)", "RenderBox?()", "MapEntry>(@,@)", "List(BuiltList,BuiltMap)", "List(BuiltMap,BuiltList,StaticState,BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "int(String,BuiltMap)", "_RouteEntry(Route<@>)", "TaskStatusEntity(@)", "bool(OverlayEntry)", "bool(Route<@>?)", "Null(BuildContext,MagnifierController,ValueNotifier)", "Null(BuiltList)", "TaxRateUIStateBuilder(TaxRateUIStateBuilder)", "bool(bool?,ViewTaxRate)", "bool(bool?,ViewTaxRateList)", "bool(bool?,FilterTaxRatesByState)", "bool(bool?,FilterTaxRates)", "String(String?,ArchiveTaxRatesSuccess)", "String(String?,DeleteTaxRatesSuccess)", "String?(String?,ViewTaxRate)", "String(String?,AddTaxRateSuccess)", "String(String?,SortTaxRates)", "String(String?,FilterTaxRates)", "Future(CacheObject?)", "TaxRateEntity(TaxRateEntity?,RestoreTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,ArchiveTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,DeleteTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,UpdateTaxRate)", "Null(Map)", "Map(Map)", "Map(List<@>)", "Future<@>(_Pending)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "BorderRadiusTween(@)", "TextStyleTween(@)", "Matrix4Tween(@)", "Null(BuiltList)", "TokenUIStateBuilder(TokenUIStateBuilder)", "bool(bool?,ViewToken)", "bool(bool?,ViewTokenList)", "bool(bool?,FilterTokensByState)", "bool(bool?,FilterTokens)", "bool(bool?,FilterTokensByCustom1)", "bool(bool?,FilterTokensByCustom2)", "bool(bool?,FilterTokensByCustom3)", "bool(bool?,FilterTokensByCustom4)", "String(String?,ArchiveTokensSuccess)", "String(String?,DeleteTokensSuccess)", "String(String?,SortTokens)", "String(String?,FilterTokens)", "String(String?,FilterTokensByState)", "String(String?,FilterTokensByCustom1)", "String(String?,FilterTokensByCustom2)", "String(String?,FilterTokensByCustom3)", "String(String?,FilterTokensByCustom4)", "TokenEntity(TokenEntity?,RestoreTokensSuccess)", "TokenEntity(TokenEntity?,ArchiveTokensSuccess)", "TokenEntity(TokenEntity?,DeleteTokensSuccess)", "TokenEntity(TokenEntity?,UpdateToken)", "BoxConstraintsTween(@)", "~(Object,StackTrace?)", "IconTheme(BuildContext)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TokenEntity(@)", "bool(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "bool(Point[double?])", "~(_HeroFlight)", "TransactionUIStateBuilder(TransactionUIStateBuilder)", "bool(bool?,ViewTransaction)", "bool(bool?,ViewTransactionList)", "bool(bool?,FilterTransactionsByState)", "bool(bool?,FilterTransactionsByStatus)", "bool(bool?,FilterTransactions)", "bool(bool?,FilterTransactionsByCustom1)", "bool(bool?,FilterTransactionsByCustom2)", "bool(bool?,FilterTransactionsByCustom3)", "bool(bool?,FilterTransactionsByCustom4)", "int?(int?,UpdateTransactionTab)", "String(String?,ArchiveTransactionsSuccess)", "String(String?,DeleteTransactionsSuccess)", "String(String?,SortTransactions)", "String(String?,FilterTransactions)", "String(String?,FilterTransactionsByState)", "String(String?,FilterTransactionsByStatus)", "String(String?,FilterTransactionsByCustom1)", "String(String?,FilterTransactionsByCustom2)", "String(String?,FilterTransactionsByCustom3)", "String(String?,FilterTransactionsByCustom4)", "TransactionEntity(TransactionEntity?,RestoreTransactionsSuccess)", "TransactionEntity(TransactionEntity?,ArchiveTransactionsSuccess)", "TransactionEntity(TransactionEntity?,DeleteTransactionsSuccess)", "TransactionEntity(TransactionEntity?,UpdateTransaction)", "~(StatefulElement,Object)", "bool(Point,double,double)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "TransactionEntity(@)", "~(RenderSemanticsGestureHandler)", "~(ScaleGestureRecognizer)", "ScaleGestureRecognizer()", "Null(BuiltList)", "TransactionRuleUIStateBuilder(TransactionRuleUIStateBuilder)", "bool(bool?,ViewTransactionRule)", "bool(bool?,ViewTransactionRuleList)", "bool(bool?,FilterTransactionRulesByState)", "bool(bool?,FilterTransactionRules)", "bool(bool?,FilterTransactionRulesByCustom1)", "bool(bool?,FilterTransactionRulesByCustom2)", "bool(bool?,FilterTransactionRulesByCustom3)", "bool(bool?,FilterTransactionRulesByCustom4)", "int?(int?,UpdateTransactionRuleTab)", "String(String?,ArchiveTransactionRulesSuccess)", "String(String?,DeleteTransactionRulesSuccess)", "String(String?,SortTransactionRules)", "String(String?,FilterTransactionRules)", "String(String?,FilterTransactionRulesByState)", "String(String?,FilterTransactionRulesByCustom1)", "String(String?,FilterTransactionRulesByCustom2)", "String(String?,FilterTransactionRulesByCustom3)", "String(String?,FilterTransactionRulesByCustom4)", "TransactionRuleEntity(TransactionRuleEntity?,RestoreTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,ArchiveTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,DeleteTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,UpdateTransactionRule)", "String(int?)", "@(@,String)", "~(DoubleTapGestureRecognizer)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TransactionRuleEntity(@)", "PrefStateSortFieldBuilder(PrefStateSortFieldBuilder)", "MapBuilder(MapBuilder)", "BuiltMap(BuiltMap,SortClients)", "BuiltMap(BuiltMap,SortProducts)", "BuiltMap(BuiltMap,SortInvoices)", "BuiltMap(BuiltMap,SortPayments)", "BuiltMap(BuiltMap,SortRecurringInvoices)", "BuiltMap(BuiltMap,SortQuotes)", "BuiltMap(BuiltMap,SortCredits)", "BuiltMap(BuiltMap,SortProjects)", "BuiltMap(BuiltMap,SortTasks)", "BuiltMap(BuiltMap,SortVendors)", "BuiltMap(BuiltMap,SortExpenses)", "BuiltMap(BuiltMap,SortPaymentTerms)", "BuiltMap(BuiltMap,SortTaxRates)", "BuiltMap(BuiltMap,SortCompanyGateways)", "BuiltMap(BuiltMap,SortUsers)", "BuiltMap(BuiltMap,SortGroups)", "BuiltMap(BuiltMap,SortDesigns)", "BuiltMap(BuiltMap,SortTokens)", "BuiltMap(BuiltMap,SortWebhooks)", "BuiltMap(BuiltMap,SortExpenseCategories)", "BuiltMap(BuiltMap,SortTaskStatuses)", "BuiltMap(BuiltMap,SortSubscriptions)", "BuiltMap(BuiltMap,ToggleEditorLayout)", "DoubleTapGestureRecognizer()", "BuiltMap(BuiltMap,ToggleViewerLayout)", "Object?(int,Element0?)", "double(double,UpdateUserPreferences)", "bool(bool,DismissTaskExtensionBanner)", "bool(bool,DismissGatewayWarningPermanently)", "bool(bool,DismissReviewAppPermanently)", "Element0?(Element0)", "DiagnosticsProperty(Element0)", "AppLayout(AppLayout,UpdateUserPreferences)", "ModuleLayout?(ModuleLayout?,UpdateUserPreferences)", "ModuleLayout(ModuleLayout?,SwitchListTableLayout)", "int(int,UpdateUserPreferences)", "bool(FormFieldState<@>)", "bool(_ReadingOrderSortData)", "BuiltList(BuiltList,UpdateUserPreferences)", "bool(bool,TogglePreviewSidebar)", "bool(bool,StartClientMultiselect)", "bool(bool,StartProductMultiselect)", "bool(bool,StartInvoiceMultiselect)", "bool(bool,StartRecurringInvoiceMultiselect)", "bool(bool,StartPaymentMultiselect)", "bool(bool,StartQuoteMultiselect)", "bool(bool,StartCreditMultiselect)", "bool(bool,StartProjectMultiselect)", "bool(bool,StartTaskMultiselect)", "bool(bool,StartVendorMultiselect)", "bool(bool,StartPurchaseOrderMultiselect)", "bool(bool,StartExpenseMultiselect)", "bool(bool,StartRecurringExpenseMultiselect)", "bool(bool,StartTransactionMultiselect)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "CompanyPrefStateBuilder(CompanyPrefStateBuilder)", "BuiltList(BuiltList,PurgeDataSuccess)", "BuiltList(BuiltList,PopLastHistory)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "BuiltList(BuiltList,UpdateLastHistory)", "int(HistoryRecordBuilder)", "BuiltList(BuiltList,ViewDashboard)", "BuiltList(BuiltList,ViewReports)", "BuiltList(BuiltList,ViewSettings)", "BuiltList(BuiltList,ViewClient)", "BuiltList(BuiltList,ViewClientList)", "BuiltList(BuiltList,EditClient)", "BuiltList(BuiltList,ViewProduct)", "BuiltList(BuiltList,ViewProductList)", "BuiltList(BuiltList,EditProduct)", "BuiltList(BuiltList,ViewInvoice)", "BuiltList(BuiltList,ViewInvoiceList)", "BuiltList(BuiltList,EditInvoice)", "BuiltList(BuiltList,ViewPayment)", "BuiltList(BuiltList,ViewPaymentList)", "BuiltList(BuiltList,EditPayment)", "BuiltList(BuiltList,ViewQuote)", "BuiltList(BuiltList,ViewQuoteList)", "BuiltList(BuiltList,EditQuote)", "BuiltList(BuiltList,ViewTask)", "BuiltList(BuiltList,ViewTaskList)", "BuiltList(BuiltList,EditTask)", "BuiltList(BuiltList,ViewProject)", "BuiltList(BuiltList,ViewProjectList)", "BuiltList(BuiltList,EditProject)", "BuiltList(BuiltList,ViewVendor)", "BuiltList(BuiltList,ViewVendorList)", "BuiltList(BuiltList,EditVendor)", "BuiltList(BuiltList,ViewExpense)", "BuiltList(BuiltList,ViewExpenseList)", "BuiltList(BuiltList,EditExpense)", "BuiltList(BuiltList,ViewCompanyGateway)", "BuiltList(BuiltList,ViewCompanyGatewayList)", "BuiltList(BuiltList,EditCompanyGateway)", "BuiltList(BuiltList,ViewUser)", "BuiltList(BuiltList,ViewUserList)", "BuiltList(BuiltList,EditUser)", "BuiltList(BuiltList,ViewGroup)", "BuiltList(BuiltList,ViewGroupList)", "BuiltList(BuiltList,EditGroup)", "BuiltList(BuiltList,ViewSchedule)", "BuiltList(BuiltList,ViewScheduleList)", "BuiltList(BuiltList,EditSchedule)", "BuiltList(BuiltList,ViewTransactionRule)", "BuiltList(BuiltList,ViewTransactionRuleList)", "BuiltList(BuiltList,EditTransactionRule)", "BuiltList(BuiltList,ViewTransaction)", "BuiltList(BuiltList,ViewTransactionList)", "BuiltList(BuiltList,EditTransaction)", "BuiltList(BuiltList,ViewBankAccount)", "BuiltList(BuiltList,ViewBankAccountList)", "BuiltList(BuiltList,ViewPurchaseOrder)", "BuiltList(BuiltList,ViewPurchaseOrderList)", "BuiltList(BuiltList,EditPurchaseOrder)", "BuiltList(BuiltList,ViewRecurringExpense)", "BuiltList(BuiltList,ViewRecurringExpenseList)", "BuiltList(BuiltList,EditRecurringExpense)", "BuiltList(BuiltList,ViewSubscription)", "BuiltList(BuiltList,ViewSubscriptionList)", "BuiltList(BuiltList,EditSubscription)", "BuiltList(BuiltList,ViewTaskStatus)", "BuiltList(BuiltList,ViewTaskStatusList)", "BuiltList(BuiltList,EditTaskStatus)", "BuiltList(BuiltList,ViewExpenseCategory)", "BuiltList(BuiltList,ViewExpenseCategoryList)", "BuiltList(BuiltList,EditExpenseCategory)", "BuiltList(BuiltList,ViewRecurringInvoice)", "BuiltList(BuiltList,ViewRecurringInvoiceList)", "BuiltList(BuiltList,EditRecurringInvoice)", "BuiltList(BuiltList,ViewWebhook)", "BuiltList(BuiltList,ViewWebhookList)", "BuiltList(BuiltList,EditWebhook)", "BuiltList(BuiltList,ViewToken)", "BuiltList(BuiltList,ViewTokenList)", "BuiltList(BuiltList,EditToken)", "BuiltList(BuiltList,ViewPaymentTerm)", "BuiltList(BuiltList,ViewPaymentTermList)", "BuiltList(BuiltList,EditPaymentTerm)", "BuiltList(BuiltList,EditDesign)", "BuiltList(BuiltList,ViewCredit)", "BuiltList(BuiltList,ViewCreditList)", "BuiltList(BuiltList,EditCredit)", "BuiltList(BuiltList,ViewDocument)", "BuiltList(BuiltList,ViewDocumentList)", "BuiltList(BuiltList,EditDocument)", "BuiltList(BuiltList,FilterByEntity)", "int(int,UpdateCurrentRoute)", "String?(String?,FilterCompany)", "String?(String?,ViewDashboard)", "Null(EntityType?,StopLoading)", "EntityType(EntityType?,LoadClientsRequest)", "EntityType(EntityType?,LoadProductsRequest)", "EntityType(EntityType?,LoadInvoicesRequest)", "EntityType(EntityType?,LoadRecurringInvoicesRequest)", "EntityType(EntityType?,LoadPaymentsRequest)", "EntityType(EntityType?,LoadQuotesRequest)", "EntityType(EntityType?,LoadCreditsRequest)", "EntityType(EntityType?,LoadProjectsRequest)", "EntityType(EntityType?,LoadTasksRequest)", "EntityType(EntityType?,LoadVendorsRequest)", "EntityType(EntityType?,LoadPurchaseOrdersRequest)", "EntityType(EntityType?,LoadExpensesRequest)", "EntityType(EntityType?,LoadRecurringExpensesRequest)", "EntityType(EntityType?,LoadTransactionsRequest)", "int(int,FilterCompany)", "int(int,ViewDashboard)", "String(String,UpdateCurrentRoute)", "int(int,SelectCompany)", "BuiltList(BuiltList,PreviewEntity)", "BuiltList(BuiltList,ClearPreviewStack)", "BuiltList(BuiltList,PopPreviewStack)", "BuiltList(BuiltList,ClearEntityFilter)", "BuiltList(BuiltList,FilterByEntity)", "BuiltList(BuiltList,PopFilterStack)", "String(ClientEntityBuilder)", "String(ExpenseEntityBuilder)", "String(TaskEntityBuilder)", "String(VendorEntityBuilder)", "Rect(_ReadingOrderSortData)", "List(BuildContext)", "Set(_ReadingOrderSortData)", "Null(List?)", "Null(BuiltList)", "UserUIStateBuilder(UserUIStateBuilder)", "bool(bool?,ViewUser)", "bool(bool?,ViewUserList)", "bool(bool?,FilterUsersByState)", "bool(bool?,FilterUsers)", "bool(bool?,FilterUsersByCustom1)", "bool(bool?,FilterUsersByCustom2)", "bool(bool?,FilterUsersByCustom3)", "bool(bool?,FilterUsersByCustom4)", "String(String?,ArchiveUserSuccess)", "String(String?,DeleteUserSuccess)", "String?(String?,ViewUser)", "String(String?,AddUserSuccess)", "String(String?,SortUsers)", "String(String?,FilterUsers)", "String(String?,FilterUsersByState)", "String(String?,FilterUsersByCustom1)", "String(String?,FilterUsersByCustom2)", "String(String?,FilterUsersByCustom3)", "String(String?,FilterUsersByCustom4)", "UserEntity(UserEntity?,RestoreUserSuccess)", "UserEntity(UserEntity?,ArchiveUserSuccess)", "UserEntity(UserEntity?,DeleteUserSuccess)", "UserEntity(UserEntity?,UpdateUser)", "bool(TraversalDirection)", "int(OverlayGroup)", "Color0?(int?)", "bool(_DirectionalPolicyDataEntry)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,String)", "~(_FocusTraversalGroupInfo)", "bool(KeyMessage)", "DiagnosticsNode(FocusNode)", "Future<~>(JavaScriptObject,JavaScriptObject)", "Null(BuiltList)", "VendorUIStateBuilder(VendorUIStateBuilder)", "bool(bool?,ViewVendor)", "bool(bool?,ViewVendorList)", "bool(bool?,FilterVendorsByState)", "bool(bool?,FilterVendors)", "bool(bool?,FilterVendorsByCustom1)", "bool(bool?,FilterVendorsByCustom2)", "bool(bool?,FilterVendorsByCustom3)", "bool(bool?,FilterVendorsByCustom4)", "int?(int?,UpdateVendorTab)", "Completer?(Completer?,EditVendor)", "Completer?(Completer?,EditVendor)", "String(String?,ArchiveVendorSuccess)", "String(String?,DeleteVendorSuccess)", "String?(String?,ViewVendor)", "String(String?,AddVendorSuccess)", "String(String?,SortVendors)", "String(String?,FilterVendors)", "String(String?,FilterVendorsByState)", "String(String?,FilterVendorsByCustom1)", "String(String?,FilterVendorsByCustom2)", "String(String?,FilterVendorsByCustom3)", "String(String?,FilterVendorsByCustom4)", "VendorEntity(VendorEntity?,RestoreVendorSuccess)", "VendorEntity(VendorEntity?,ArchiveVendorSuccess)", "VendorEntity(VendorEntity?,DeleteVendorSuccess)", "VendorEntity(VendorEntity?,UpdateVendor)", "~(_LineRendererElement)", "bool(HitTestEntry)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,StaticState)", "EntityStats(String,BuiltMap)", "~(String,VendorEntity)", "double(String,String,BuiltMap,BuiltList)", "VendorEntity(@)", "bool(TextEditingValue?,TextEditingValue)", "~(TextEditingValue)", "Future<~>(PasteTextIntent)", "Null(BuiltList)", "WebhookUIStateBuilder(WebhookUIStateBuilder)", "bool(bool?,ViewWebhook)", "bool(bool?,ViewWebhookList)", "bool(bool?,FilterWebhooksByState)", "bool(bool?,FilterWebhooks)", "bool(bool?,FilterWebhooksByCustom1)", "bool(bool?,FilterWebhooksByCustom2)", "bool(bool?,FilterWebhooksByCustom3)", "bool(bool?,FilterWebhooksByCustom4)", "String(String?,ArchiveWebhooksSuccess)", "String(String?,DeleteWebhooksSuccess)", "String(String?,SortWebhooks)", "String(String?,FilterWebhooks)", "String(String?,FilterWebhooksByState)", "String(String?,FilterWebhooksByCustom1)", "String(String?,FilterWebhooksByCustom2)", "String(String?,FilterWebhooksByCustom3)", "String(String?,FilterWebhooksByCustom4)", "WebhookEntity(WebhookEntity?,RestoreWebhooksSuccess)", "WebhookEntity(WebhookEntity?,ArchiveWebhooksSuccess)", "WebhookEntity(WebhookEntity?,DeleteWebhooksSuccess)", "WebhookEntity(WebhookEntity?,UpdateWebhook)", "~(JavaScriptObject,JavaScriptObject)", "bool(Pattern[int])", "TextEditingValue(TextEditingValue,TextInputFormatter)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "WebhookEntity(@)", "~(String?,String?)", "~(UpdateSelectionIntent)", "~(EntityAction?)", "~(ExtendSelectionByPageIntent)", "~(ScrollIntent)", "StoreConnector>(BuildContext)", "BuiltList(Store)", "Container(BuildContext,BuiltList)", "CheckboxListTile(EntityState)", "StoreConnector>(BuildContext)", "BuiltList(Store)", "Container(BuildContext,BuiltList)", "CheckboxListTile(EntityStatus)", "StoreConnector(BuildContext)", "ListUIState(Store)", "Container(BuildContext,ListUIState)", "~(ScrollToDocumentBoundaryIntent)", "~(ReplaceTextIntent)", "BottomAppBar(BuildContext,Store)", "Palette(Palette())", "~(TransposeCharactersIntent)", "BuiltList?(Store)", "Container(BuildContext,BuiltList?)", "CheckboxListTile(String)", "~(Layer0)", "ConfirmEmail(BuildContext,ConfirmEmailVM)", "Null(BuildContext,String,String?,String?)", "Padding(TextButton)", "MultiSelectList(BuildContext)", "@(List)", "_DraggableSheetExtent()", "Padding(MapEntry)", "LayoutBuilder(BuildContext,double,Widget?)", "Future<~>(DropDoneDetails)", "Rect(DisplayFeature)", "DocumentTile(DocumentEntity)", "DefaultSelectionStyle(BuildContext)", "Container(BuildContext,String)", "Text(BuildContext,String,Object?)", "Future>(Map)", "Future<~>(@)", "Future<~>(double)", "Future()", "ClipPath(BuildContext)", "bool(KeepAliveNotification)", "StatefulWidget(EntityAction?)", "StatelessWidget(EntityAction?)", "AutofillClient()", "EntityDropdownDialog(BuildContext)", "Null(SelectableEntity[bool])", "@(BuildContext,Completer<@>)", "~(SelectionModelType)", "List(TextEditingValue)", "SelectableEntity?(String?)", "bool(AutofillClient)", "CompositedTransformFollower(BuildContext)", "~(AutocompleteNextOptionIntent)", "~(AutocompletePreviousOptionIntent)", "Widget(BuildContext,~(SelectableEntity),Iterable)", "Builder(BuildContext,int)", "EntityAutocompleteListTile(BuildContext,int)", "PopupMenuButton(BuildContext,int)", "~(String,ChartBehavior0<@>)", "List>(BuildContext)", "PopupMenuItem(EntityType)", "Route<@>?(RouteSettings)", "Container(String?)", "~(Color)", "~(ChartStateBehavior>,AnimationController)", "Widget(LegendEntry<@>)", "RegisteredFont?(ByteBuffer,String,String)", "List>(BuildContext)", "PopupMenuItem(int)", "Padding(Widget)", "DataRow(String)", "int(TableRow)", "Padding(int)", "bool(Widget)", "Widget(_ChildEntry)", "HistoryDrawer(BuildContext,AppDrawerVM)", "~(_ChildEntry)", "BaseEntity?(InvitationEntity)", "~(EmailTemplate?)", "~(Action)", "List(SelectionRect)", "List<@>(String)", "~(TaxRateEntity?)", "DropdownMenuItem(TaxRateEntity?)", "double(num)", "List(List)", "List()", "String(EntityStatus)", "RawKeyEventData()", "~(RawKeyEvent)", "ListTile(BuildContext,BoxConstraints)", "Future<~>(Timer)", "Widget(BuildContext,Store)", "Future>(@)", "Future<~>(ByteData?,~(ByteData?))", "Widget(CompanyEntity{showAccentColor:bool})", "PopupMenuItem(CompanyEntity)", "List(BuildContext)", "DropdownMenuItem(CompanyEntity)", "Future(String?)", "Stream()", "List(Size)", "ContactUsDialog(BuildContext)", "UpdateDialog(BuildContext)", "TextInputConfiguration(AutofillClient)", "HealthCheckDialog(BuildContext)", "Map(TextInputConfiguration)", "MenuDrawer(BuildContext,MenuDrawerVM)", "AssetMetadata(Map)", "Null(BuildContext,int,CompanyEntity)", "_TheState()", "Stack(BuildContext,BoxConstraints)", "Widget(@)", "List>(BuildContext)", "ByteData(ByteData?)", "_SelectRow()", "~(PhoneNumber)", "String?(PhoneNumber?)", "~(SemanticsAction,~(Object?))", "~(SemanticsTag)", "ExpansionPanel(SystemLogEntity)", "ListTile(BuildContext,bool)", "DataCell(DataColumn)", "DataRow?()", "SemanticsNode(int)", "Column(BuildContext,BoxConstraints)", "DataCell(String)", "Column()", "int(SemanticsNode)", "DataColumn(String)", "BaseEntity(String)", "DiagnosticsNode(SemanticsNode)", "SemanticsNode(_TraversalSortNode)", "~(List)", "MapEntry(PurchaseDetails)", "int(ProductDetails,ProductDetails)", "ListTile(ProductDetails)", "TextButton(String)", "~(SemanticsNode)", "Container(BuildContext,Store)", "LoginView(BuildContext,LoginVM)", "Null({context!BuildContext,isSignUp:bool})", "~(SemanticsActionEvent)", "ChartContainerRenderObject<@>()", "~(int,_FrameCallbackEntry)", "Future(BuildContext,Completer{email!String,password!String})", "Future(BuildContext,Completer{email!String,secret!String,url!String})", "Future(BuildContext,Completer{email!String,oneTimePassword!String,password!String,secret!String,url!String})", "Future(BuildContext,Completer{token!String})", "EntityList(BuildContext,BankAccountListVM)", "BankAccountListItem(BuildContext,int)", "~(FrameTiming)", "bool(RenderSliver)", "BankAccountScreen(BuildContext,BankAccountScreenVM)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "BankAccountEditVM(Store)", "BankAccountEdit(BuildContext,BankAccountEditVM)", "BankAccountViewVM(Store)", "BankAccountView(BuildContext,BankAccountViewVM)", "Future(Blob)", "EntityList(BuildContext,ClientListVM)", "ClientListItem(BuildContext,int)", "Null(Response?)", "~(CkCanvas)", "TransformLayer?(PaintingContext,Offset)", "ClientPdfVM(Store)", "ClientPdfView(BuildContext,ClientPdfVM)", "String(ClientContactEntity)", "ClientScreen(BuildContext,ClientScreenVM)", "ContactEditDetails(BuildContext)", "ContactListTile0(ClientContactEntity)", "ClientEditContactsVM(Store)", "ClientEditContacts(BuildContext,ClientEditContactsVM)", "OneSequenceGestureRecognizer(Factory)", "Null(ClientContactEntity,int)", "ClientEditVM(Store)", "ClientEdit(BuildContext,ClientEditVM)", "@(ClientEntity)", "bool(_SelectableFragment)", "Map(WebDropItem)", "~(_SelectableFragment)", "~(List<_InterestingSemanticsFragment>{isMergeUp:bool})", "bool(MouseTrackerAnnotation)", "~(ClientContactEntity)", "~(MouseTrackerAnnotation,Matrix40)", "MouseCursor0(MouseTrackerAnnotation)", "ViewClipChain()", "Row(ClientContactEntity)", "bool(LedgerEntity)", "Rect(Rect?,TextBox)", "bool(InlineSpanSemanticsInformation)", "ClientViewVM(Store)", "ClientView(BuildContext,ClientViewVM)", "WebDropItem(Map<@,@>)", "CompanyGatewayListItem(String)", "CompanyGatewayList(BuildContext,CompanyGatewayListVM)", "XFile(WebDropItem)", "CompanyGatewayEntity(String)", "CompanyGatewayScreen(BuildContext,CompanyGatewayScreenVM)", "~(TextSelection)", "double?()", "~(DropEvent)", "GatewayConfigField(String)", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "CompanyGatewayEditVM(Store)", "CompanyGatewayEdit(BuildContext,CompanyGatewayEditVM)", "Future(String)", "CompanyGatewayViewVM(Store)", "CompanyGatewayView(BuildContext,CompanyGatewayViewVM)", "EmailCreditVM(Store)", "InvoiceEmailView(BuildContext,EmailCreditVM)", "Size()", "EntityList(BuildContext,CreditListVM)", "CreditListItem(BuildContext,int)", "CreditPdfVM(Store)", "InvoicePdfView(BuildContext,CreditPdfVM)", "CreditScreen(BuildContext,CreditScreenVM)", "String(double,double,String)", "HitTestResult(Offset,int)", "~(SemanticsUpdate0)", "CreditEditDetailsVM(Store)", "StatefulWidget(BuildContext,CreditEditDetailsVM)", "FileNode()", "DiagnosticsNode(InlineSpan)", "LineMetrics(LineMetrics)", "CreditEditItemsVM(Store)", "StatefulWidget(BuildContext,CreditEditItemsVM)", "TextAlign()", "CreditEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,CreditEditNotesVM)", "CreditEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,CreditEditPDFVM)", "CreditEditVM(Store)", "CreditEdit(BuildContext,CreditEditVM)", "~(FileNode)", "bool(int,bool)", "Path(BoxShadow)", "CreditViewVM(Store)", "InvoiceView(BuildContext,CreditViewVM)", "Rect(BoxShadow)", "Paint(BoxShadow)", "~(SelectionModel<@>)", "bool(SeriesDatum<@>)", "~(SeriesDatum<@>)", "InkWell(ChartDataGroup)", "~(DateRange?)", "DropdownMenuItem(DateRangeComparison)", "~(DateRangeComparison?)", "DashboardDateRangePicker(BuildContext)", "Material(BuildContext,BoxConstraints)", "List>(BuildContext)", "PopupMenuItem(DateRange)", "~(DateRange)", "_DashboardSettings(BuildContext)", "Card(TaskEntity?)", "FormCard(DashboardField)", "~(ImageChunkEvent)?(ImageStreamListener)", "~(Object,StackTrace?)?(ImageStreamListener)", "Null(AssetManifest)", "Future<~>(Object,StackTrace?)", "~(ImageInfo?,bool)", "_LiveImage()", "Color(double)", "_DashboardField(BuildContext)", "~(EntityType,List)", "bool(DashboardField)", "SettingsWizard(BuildContext)", "AccountEntityBuilder(AccountEntityBuilder)", "Widget(BuildContext,DashboardVM)", "@(DashboardSettings)", "FileNode(FileNode)", "Null(EntityType,List?)", "bool(double)", "double(double,FlutterView)", "String(ShapeBorder)", "ShapeBorder(ShapeBorder)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "EntityList(BuildContext,DesignListVM)", "DesignListItem(BuildContext,int)", "DesignScreen(BuildContext,DesignScreenVM)", "~({debounce:bool})", "~(DesignEntity)", "Future(ImmutableBuffer{getTargetSize:TargetImageSize(int,int)?})", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "~(Node2)", "CheckboxListTile(EntityType)", "_DesignImportDialog(BuildContext)", "DesignEditVM(Store)", "DesignEdit(BuildContext,DesignEditVM)", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "DesignViewVM(Store)", "DesignView(BuildContext,DesignViewVM)", "Widget(BuildContext,DocumentListVM)", "DocumentListItem(BuildContext,int)", "Node2?(DirectoryNode,String,Node2?,int,int)", "TextTheme()", "Brightness()", "~(File,Uint8List?,String?,Stream>?)", "DocumentScreen(BuildContext,DocumentScreenVM)", "BoxDecoration()", "DocumentEditVM(Store)", "DocumentEdit(BuildContext,DocumentEditVM)", "DocumentViewVM(Store)", "DocumentView(BuildContext,DocumentViewVM)", "Future(String)", "TextStyle()", "Uint8List({seed:int})", "ExpenseEditVM(Store)", "ExpenseEdit(BuildContext,ExpenseEditVM)", "EntityList(BuildContext,ExpenseListVM)", "TickerFuture({from:double?})", "ExpenseScreen(BuildContext,ExpenseScreenVM)", "Padding(ExpenseScheduleEntity)", "ExpenseViewVM(Store)", "ExpenseView(BuildContext,ExpenseViewVM)", "ExpenseCategoryEditVM(Store)", "ExpenseCategoryEdit(BuildContext,ExpenseCategoryEditVM)", "EntityList(BuildContext,ExpenseCategoryListVM)", "MergeSemantics(int)", "ExpenseCategoryScreen(BuildContext,ExpenseCategoryScreenVM)", "ExpenseCategoryViewVM(Store)", "ExpenseCategoryView(BuildContext,ExpenseCategoryViewVM)", "GroupEditVM(Store)", "GroupEdit(BuildContext,GroupEditVM)", "EntityList(BuildContext,GroupListVM)", "GroupListItem(BuildContext,int)", "GroupSettingsScreen(BuildContext,GroupScreenVM)", "GroupViewVM(Store)", "GroupView(BuildContext,GroupViewVM)", "int(VendorContactEntity,VendorContactEntity)", "_ContactListTile(VendorContactEntity)", "int(ClientContactEntity,ClientContactEntity)", "_ContactListTile(ClientContactEntity)", "InvoiceEditContactsVM(Store)", "InvoiceEditContacts(BuildContext,InvoiceEditContactsVM)", "Null(ClientContactEntity)", "Null(VendorContactEntity)", "Null(InvitationEntity)", "~(_HourMinuteMode)", "SingleChildScrollView(BuildContext,BoxConstraints)", "~(TimePickerEntryMode)", "TimeOfDay()", "InvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditDetailsVM)", "ItemEditDetails(BuildContext)", "Future<~>(Duration)", "Expanded(Widget)", "Text?(String)", "Expanded(Text?)", "Widget(String)", "List(TextEditingValue)", "String(ProductEntity)", "Theme(BuildContext,~(ProductEntity),Iterable)", "~({animation!Animation0,controller!AnimationController,max!double,min!double,target!double,tween!Tween})", "~(List<_TappableLabel>?)", "~(List<_TappableLabel>,double)", "Offset(double,double)", "TimeOfDay(int)", "InvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditItemsVM)", "Null([int?])", "InvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,InvoiceEditNotesVM)", "InvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,InvoiceEditPDFVM)", "InvoiceEditVM(Store)", "InvoiceEdit(BuildContext,InvoiceEditVM)", "bool(MapEntry>)", "EmailInvoiceVM(Store)", "InvoiceEmailView(BuildContext,EmailInvoiceVM)", "EntityList(BuildContext,InvoiceListVM)", "DropdownMenuItem(InvoiceHistoryEntity)", "InvoicePdfVM(Store)", "InvoicePdfView(BuildContext,InvoicePdfVM)", "~(_AnimationDirection)", "InvoiceScreen(BuildContext,InvoiceScreenVM)", "MapEntry>(Object,ThemeExtension<@>)", "_InvitationListTile(InvitationEntity)", "@(DocumentEntity)", "int(ActivityEntity,ActivityEntity)", "~(PaymentEntity?)", "ThemeData()", "InvoiceItemListTile(BuildContext)", "Widget(String,double)", "~(String,double)", "Padding(InvoiceScheduleEntity)", "InvoiceViewVM(Store)", "InvoiceView(BuildContext,InvoiceViewVM)", "Null(BuildContext,DocumentEntity)", "~(BuildContext)(BuildContext)", "ThemeDataTween(@)", "UnmanagedRestorationScope(FormFieldState)", "InputDecorator(BuildContext,Widget?)", "PaymentEditVM(Store)", "PaymentEdit(BuildContext,PaymentEditVM)", "EntityList(BuildContext,PaymentListVM)", "InvoiceEntity?(PaymentableEntity)", "Center(int)", "String(PaymentableEntity)", "Null(UniqueRef)", "PaymentScreen(BuildContext,PaymentScreenVM)", "PaymentRefundVM(Store)", "PaymentRefund(BuildContext,PaymentRefundVM)", "Future(BuildContext,Completer)", "PaymentViewVM(Store)", "PaymentView(BuildContext,PaymentViewVM)", "PaymentTermEditVM(Store)", "PaymentTermEdit(BuildContext,PaymentTermEditVM)", "EntityList(BuildContext,PaymentTermListVM)", "PaymentTermListItem(BuildContext,int)", "PaymentTermScreen(BuildContext,PaymentTermScreenVM)", "PaymentTermViewVM(Store)", "PaymentTermView(BuildContext,PaymentTermViewVM)", "ProductEditVM(Store)", "ProductEdit(BuildContext,ProductEditVM)", "EntityList(BuildContext,ProductListVM)", "ProductScreen(BuildContext,ProductScreenVM)", "ProductViewVM(Store)", "ProductView(BuildContext,ProductViewVM)", "ProjectEditVM(Store)", "ProjectEdit(BuildContext,ProjectEditVM)", "EntityList(BuildContext,ProjectListVM)", "ProjectListItem(BuildContext,int)", "ProjectScreen(BuildContext,ProjectScreenVM)", "ProjectViewVM(Store)", "ProjectView(BuildContext,ProjectViewVM)", "PurchaseOrderEditDetailsVM(Store)", "StatefulWidget(BuildContext,PurchaseOrderEditDetailsVM)", "Null(BuildContext,InvoiceEntity,VendorEntity?)", "PurchaseOrderEditItemsVM(Store)", "StatefulWidget(BuildContext,PurchaseOrderEditItemsVM)", "PurchaseOrderEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,PurchaseOrderEditNotesVM)", "PurchaseOrderEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,PurchaseOrderEditPDFVM)", "PurchaseOrderEditVM(Store)", "PurchaseOrderEdit(BuildContext,PurchaseOrderEditVM)", "EmailPurchaseOrderVM(Store)", "InvoiceEmailView(BuildContext,EmailPurchaseOrderVM)", "EntityList(BuildContext,PurchaseOrderListVM)", "PurchaseOrderListItem(BuildContext,int)", "PurchaseOrderPdfVM(Store)", "InvoicePdfView(BuildContext,PurchaseOrderPdfVM)", "PurchaseOrderScreen(BuildContext,PurchaseOrderScreenVM)", "PurchaseOrderViewVM(Store)", "InvoiceView(BuildContext,PurchaseOrderViewVM)", "QuoteEditDetailsVM(Store)", "StatefulWidget(BuildContext,QuoteEditDetailsVM)", "QuoteEditItemsVM(Store)", "StatefulWidget(BuildContext,QuoteEditItemsVM)", "QuoteEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,QuoteEditNotesVM)", "QuoteEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,QuoteEditPDFVM)", "QuoteEditVM(Store)", "QuoteEdit(BuildContext,QuoteEditVM)", "EmailQuoteVM(Store)", "InvoiceEmailView(BuildContext,EmailQuoteVM)", "EntityList(BuildContext,QuoteListVM)", "QuotePdfVM(Store)", "InvoicePdfView(BuildContext,QuotePdfVM)", "QuoteScreen(BuildContext,QuoteScreenVM)", "QuoteViewVM(Store)", "InvoiceView(BuildContext,QuoteViewVM)", "RecurringExpenseEditVM(Store)", "ExpenseEdit(BuildContext,RecurringExpenseEditVM)", "EntityList(BuildContext,RecurringExpenseListVM)", "RecurringExpenseListItem(BuildContext,int)", "RecurringExpenseScreen(BuildContext,RecurringExpenseScreenVM)", "RecurringExpenseViewVM(Store)", "ExpenseView(BuildContext,RecurringExpenseViewVM)", "RecurringInvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,RecurringInvoiceEditDetailsVM)", "RecurringInvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,RecurringInvoiceEditItemsVM)", "RecurringInvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,RecurringInvoiceEditNotesVM)", "RecurringInvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,RecurringInvoiceEditPDFVM)", "RecurringInvoiceEditVM(Store)", "RecurringInvoiceEdit(BuildContext,RecurringInvoiceEditVM)", "EntityList(BuildContext,RecurringInvoiceListVM)", "RecurringInvoiceListItem(BuildContext,int)", "RecurringInvoicePdfVM(Store)", "InvoicePdfView(BuildContext,RecurringInvoicePdfVM)", "RecurringInvoiceScreen(BuildContext,RecurringInvoiceScreenVM)", "RecurringInvoiceViewVM(Store)", "InvoiceView(BuildContext,RecurringInvoiceViewVM)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ClientReportFields?(String)", "GlobalKey>(Widget)", "~(List,TextDirection,double)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,StaticState)", "ContactReportFields?(String)", "Animation0(bool)", "Size(JavaScriptObject)", "CreditItemReportFields?(String)", "bool(Set)", "bool(CreditItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "CreditReportFields?(String)", "Align(BuildContext,Widget?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap)", "DocumentReportFields?(String)", "~(DragEndDetails{isClosing:bool?})", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ExpenseReportFields?(String)", "Actions(BuildContext,Widget?)", "InvoiceItemReportFields?(String)", "Material(BuildContext,Widget?)", "bool(InvoiceItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "InvoiceReportFields?(String)", "Widget(Widget,int,Animation0)", "bool(OverscrollIndicatorNotification)", "TaxRateReportFields0?(String)", "~(List,JavaScriptObject)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PaymentReportFields?(String)", "~(double,double)", "TaxRateReportFields?(String)", "FadeTransition(BuildContext,Widget?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProductReportFields?(String)", "PageTransitionsBuilder?(TargetPlatform)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProfitAndLossReportFields?(String)", "ShapeBorderTween(@)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PurchaseOrderItemReportFields?(String)", "bool(LayoutChangedNotification)", "bool(PurchaseOrderItemReportFields)", "StatefulWidget?(BuildContext,MagnifierController,ValueNotifier)", "PurchaseOrderReportFields?(String)", "ListTileTheme(BuildContext)", "QuoteItemReportFields?(String)", "Color?(Color?,Color?,Color?[Color?])", "bool(QuoteItemReportFields)", "QuoteReportFields?(String)", "double(@)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringExpenseReportFields?(String)", "CkCanvas(CkPictureRecorder)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringInvoiceReportFields?(String)", "Color(_HighlightType)", "bool(InkHighlight?)", "String(@,int?)", "Rect()?(RenderBox)", "DropdownButtonHideUnderline(BuildContext)", "DateTime?(@,int?)", "String(String,Color)", "Null(BuildContext,EntityAction)", "Expanded(BuildContext)", "RenderObjectWidget(Widget)", "ReportColumnType(String)", "@(String,String)", "List(TextEditingValue)", "bool(List)", "String?(List)", "Theme(BuildContext,~(String),Iterable)", "ReportsScreen(BuildContext,ReportsScreenVM)", "Null(String?,bool)", "Null(int,bool)", "Null(BuildContext,BuiltMap)", "~(ButtonActivateIntent)", "Null({chart:String?,customEndDate:String?,customStartDate:String?,group:String?,report:String?,selectedGroup:String?,subgroup:String?})", "~(List)", "GroupTotals(ReportResult?,ReportsUIState,ReportSettingsEntity?,BuiltMap,CompanyEntity?)", "~(ActivateIntent)", "TaskItemReportFields?(String)", "Widget(BuildContext,Animation0,Animation0)", "TaskReportFields?(String)", "~(EditingState?,TextEditingDeltaState?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "TransactionReportFields?(String)", "Flex(BuildContext)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "VendorReportFields?(String)", "Form()", "DropdownMenuItem(EntityType)", "ScheduleEditVM(Store)", "ScheduleEdit(BuildContext,ScheduleEditVM)", "EntityList(BuildContext,ScheduleListVM)", "ScheduleListItem(BuildContext,int)", "ScheduleScreen(BuildContext,ScheduleScreenVM)", "ScheduleViewVM(Store)", "ScheduleView(BuildContext,ScheduleViewVM)", "CheckboxListTile(int)", "bool?(CompanyEntityBuilder)", "AccountManagement(BuildContext,AccountManagementVM)", "CalendarDatePicker()", "Null(BuildContext,String,String,String)", "Rect()(RenderBox)", "Row(RegistrationFieldEntity)", "RegistrationFieldEntityBuilder(RegistrationFieldEntityBuilder)", "ClientPortal(BuildContext,ClientPortalVM)", "TableRow(int)", "~(String,JavaScriptObject)", "CompanyDetails(BuildContext,CompanyDetailsVM)", "Null(BuildContext,MultipartFile)", "CreditCardsAndBanks(BuildContext,CreditCardsAndBanksVM)", "BorderSide(Set)", "CustomFields(BuildContext,CustomFieldsVM)", "DataVisualizations(BuildContext,DataVisualizationsVM)", "Widget(BuildContext,AsyncSnapshot<@>)", "ListTile(BuildContext)", "~(MapBuilder)", "FormColorPicker(String)", "~(DirectionalFocusIntent)", "DeviceSettings(BuildContext,DeviceSettingsVM)", "~(PreviousFocusIntent)", "~(NextFocusIntent)", "~(int,bool(FlutterHtmlKeyboardEvent))", "Null(BuildContext,double)", "Future(BuildContext,AppLayout)", "Null(BuildContext,BuiltMap)", "EmailSettings(BuildContext,EmailSettingsVM)", "bool(int,int)", "Null(MultipartFile)", "ExpenseSettings(BuildContext,ExpenseSettingsVM)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "~(List,JavaScriptObject)", "GeneratedNumbers(BuildContext,GeneratedNumbersVM)", "Set>(PreImportResponse?)", "~(ImportType?)", "AlignmentGeometry?(ButtonStyle?)", "DropdownMenuItem(ExportType)", "ImportExport(BuildContext,ImportExportVM)", "Tab(String)", "InvoiceDesign(BuildContext,InvoiceDesignVM)", "Null(BuildContext,List)", "_AddCompanyDialog(BuildContext)", "LocalizationSettings(BuildContext,LocalizationSettingsVM)", "PaymentSettings(BuildContext,PaymentSettingsVM)", "ProductSettings(BuildContext,ProductSettingsVM)", "List(String)", "SettingsList(BuildContext,SettingsListVM)", "Null(BuildContext,String,int?)", "SettingsScreen(BuildContext,SettingsScreenVM)", "TaskSettings(BuildContext,TaskSettingsVM)", "bool?(ButtonStyle?)", "Column(String)", "Duration?(ButtonStyle?)", "Row(String)", "MaterialTapTargetSize?(ButtonStyle?)", "VisualDensity?(ButtonStyle?)", "_EditSubregionDialog(BuildContext)", "TaxSettings(BuildContext,TaxSettingsVM)", "bool(EmailTemplate)", "DropdownMenuItem(EmailTemplate)", "Color?(ButtonStyle?)", "TemplatesAndReminders(BuildContext,TemplatesAndRemindersVM)", "Null(EmailTemplate)", "MouseCursor0?(ButtonStyle?)", "Future(GroupEntity)", "Future(ClientEntity)", "MouseCursor0?(Set)", "MaterialStateProperty?(ButtonStyle?)", "UserDetails(BuildContext,UserDetailsVM)", "@(UserEntity)", "MaterialStateProperty?(ButtonStyle?)", "WorkflowSettings(BuildContext,WorkflowSettingsVM)", "~(Iterable)", "MaterialStateProperty?(ButtonStyle?)", "SubscriptionEditVM(Store)", "SubscriptionEdit(BuildContext,SubscriptionEditVM)", "EntityList(BuildContext,SubscriptionListVM)", "SubscriptionListItem(BuildContext,int)", "SubscriptionScreen(BuildContext,SubscriptionScreenVM)", "SubscriptionViewVM(Store)", "SubscriptionView(BuildContext,SubscriptionViewVM)", "~(BuildContext[EntityAction?])", "Row(TaskTime)", "MaterialStateProperty?(ButtonStyle?)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "TaskEditDetailsVM(Store)", "StatefulWidget(BuildContext,TaskEditDetailsVM)", "Null(TaskTime,int)", "TimeEditDetails(BuildContext)", "TaskEditTimesVM(Store)", "TaskEditTimes(BuildContext,TaskEditTimesVM)", "Null(TaskTime?,int)", "TaskEditVM(Store)", "TaskEdit(BuildContext,TaskEditVM)", "~(String,List)", "BoardList(String)", "Null(Completer,String)", "0^?(0^?(ButtonStyle?))", "BoardItem(TaskEntity)", "~(int?,int?,BoardItemState)", "~(int?,int?,int?,int?,BoardItemState)", "KanbanView(BuildContext,KanbanVM)", "Null(Completer,List?,Map>?)", "Null(Completer,String,String,int)", "Null(Completer,String,String,String,int)", "double(_Diagonal)", "EntityList(BuildContext,TaskListVM)", "TaskScreen(BuildContext,TaskScreenVM)", "TaskViewVM(Store)", "TaskView(BuildContext,TaskViewVM)", "Null(BuildContext[TaskTime?])", "TaskStatusEditVM(Store)", "TaskStatusEdit(BuildContext,TaskStatusEditVM)", "TaskStatusListItem(String)", "TaskStatusList(BuildContext,TaskStatusListVM)", "TaskStatusEntity(String)", "TaskStatusScreen(BuildContext,TaskStatusScreenVM)", "TaskStatusViewVM(Store)", "TaskStatusView(BuildContext,TaskStatusViewVM)", "TaxRateEditVM(Store)", "TaxRateEdit(BuildContext,TaxRateEditVM)", "EntityList(BuildContext,TaxRateListVM)", "TaxRateListItem(BuildContext,int)", "TaxRateSettingsScreen(BuildContext,TaxRateScreenVM)", "TaxRateViewVM(Store)", "TaxRateView(BuildContext,TaxRateViewVM)", "TokenEditVM(Store)", "TokenEdit(BuildContext,TokenEditVM)", "EntityList(BuildContext,TokenListVM)", "TokenListItem(BuildContext,int)", "TokenScreen(BuildContext,TokenScreenVM)", "TokenViewVM(Store)", "TokenView(BuildContext,TokenViewVM)", "String(TransactionEntityBuilder)", "TransactionEditVM(Store)", "TransactionEdit(BuildContext,TransactionEditVM)", "EntityList(BuildContext,TransactionListVM)", "TransactionListItem(BuildContext,int)", "Padding(ExpenseEntity)", "~(ScrollNotification)", "TransactionScreen(BuildContext,TransactionScreenVM)", "bool(TransactionEntity)", "EntityListTile(InvoiceEntity)", "int(InvoiceEntity,InvoiceEntity)", "int(PaymentEntity,PaymentEntity)", "bool(ExpenseCategoryEntity)", "int(ExpenseCategoryEntity?,ExpenseCategoryEntity?)", "bool(VendorEntity)", "int(VendorEntity?,VendorEntity?)", "~(LineBreakType,int)", "TransactionViewVM(Store)", "TransactionView(BuildContext,TransactionViewVM)", "String(TransactionEntity)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "~(LayoutFragment)", "Widget(BuildContext,~())", "TransactionRuleEditVM(Store)", "TransactionRuleEdit(BuildContext,TransactionRuleEditVM)", "EntityList(BuildContext,TransactionRuleListVM)", "TransactionRuleListItem(BuildContext,int)", "TransactionRuleScreen(BuildContext,TransactionRuleScreenVM)", "TransactionRuleViewVM(Store)", "TransactionRuleView(BuildContext,TransactionRuleViewVM)", "DataRow(EntityType)", "UserEditVM(Store)", "UserEdit(BuildContext,UserEditVM)", "EntityList(BuildContext,UserListVM)", "UserListItem(BuildContext,int)", "UserScreen(BuildContext,UserScreenVM)", "UserViewVM(Store)", "UserView(BuildContext,UserViewVM)", "VendorContactEditDetails(BuildContext)", "ContactListTile(VendorContactEntity)", "VendorEditContactsVM(Store)", "VendorEditContacts(BuildContext,VendorEditContactsVM)", "Null(VendorContactEntity,int)", "VendorEditVM(Store)", "VendorEdit(BuildContext,VendorEditVM)", "EntityList(BuildContext,VendorListVM)", "String(VendorContactEntity)", "VendorScreen(BuildContext,VendorScreenVM)", "~(VendorContactEntity)", "Row(VendorContactEntity)", "VendorViewVM(Store)", "VendorView(BuildContext,VendorViewVM)", "WebhookEditVM(Store)", "WebhookEdit(BuildContext,WebhookEditVM)", "WebhookViewVM(Store)", "WebhookView(BuildContext,WebhookViewVM)", "EntityList(BuildContext,WebhookListVM)", "WebhookListItem(BuildContext,int)", "WebhookScreen(BuildContext,WebhookScreenVM)", "MaterialRectArcTween(Rect?,Rect?)", "FieldConfirmation(BuildContext)", "SimpleDialogOption(InvoiceEntity)", "Text(BaseEntity)", "CupertinoDesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "DesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "_ButtonSanitizer()", "EditorToolbar(BuildContext)", "ImageFormatToolbar(BuildContext)", "~(String,double?)", "CupertinoTextSelectionToolbarButton(ContextMenuButtonItem)", "AndroidTextEditingFloatingToolbar(BuildContext)", "IOSTextEditingFloatingToolbar(BuildContext)", "MouseRegion(BuildContext,ScrollController)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "Text(BuildContext)", "List(BuildContext,_ActionLevel)", "SizedBox(BuildContext,Offset?,Widget?)", "IFrameElement(int)", "Null(AuthenticationResult)", "~(Linkifier)", "WillPopScope(BuildContext)", "Logger()", "String(Node3?)", "BlockSemantics(BuildContext)", "~(ListItem)", "bool(RegExp)", "LinkReference()", "MaterialPageRoute<~>(RouteSettings)", "List>(NavigatorState,String)", "bool(Node3)", "Localizations(BuildContext,int)", "Null(String[String?])", "String(Node3)", "~(ParagraphLine)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "SizedBox(BuildContext,Widget?)", "String(String?)", "String?([String?])", "MouseRegion(FormFieldState)", "_PinItem(int)", "Widget(int)", "Center(BuildContext,int?,Widget?)", "FontLoadError?()", "Null(Event)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "_LicenseData(_LicenseData)", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "_LicenseData(_LicenseData,LicenseEntry)", "Map(SentryPackage)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "int(_Line)", "LicensePage(BuildContext)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:Object?})", "List>(BuildContext)", "~(ReactiveModelImp<@>)", "~(StateStatus,Object?)", "TextAffinity()", "_CombiningGestureArenaMember()", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(AttributedText)", "Container(BuildContext,Widget?)", "~(DocumentSelectionChange)", "MouseRegion(BuildContext,Object?,Widget?)", "bool(SurfaceFrame,CkCanvas)", "_PointerState()", "~(HandleType,Offset)", "~(~(PointerEvent),Matrix40?)", "Map<~(PointerEvent),Matrix40?>()", "~(_TapTracker)", "AndroidDocumentTouchEditingControls(BuildContext)", "IosDocumentTouchEditingControls(BuildContext)", "Drag?()", "String(double)", "_PointerEventDescription?(PointerData)", "bool(PointerData)", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "bool(DocumentNode)", "DocumentScrollable(BuildContext,BoxConstraints)", "SingleColumnDocumentLayout(~())", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "RenderObjectWidget(BuildContext,bool,Widget?)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "AndroidEditingOverlayControls(BuildContext)", "Future<+(String,FontLoadError?)>()", "~(RawFloatingCursorPoint)", "IOSEditingControls(BuildContext)", "double?(int)", "~(PointerDataPacket)", "bool(bool?)", "~(AppLifecycleState)", "_GestureArena()", "int(Comparable<@>,Comparable<@>)", "List(String,List)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "Widget(BuildContext,Offset,bool,Widget)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "String(GestureArenaMember)", "Widget(BuildContext,Widget)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "_AssetManifestBin(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "~(FocusNode{alignment:double?,alignmentPolicy:ScrollPositionAlignmentPolicy?,curve:Curve?,duration:Duration?})", "int(Element0,Element0)", "Widget(FlutterErrorDetails)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "LicenseParagraph()", "bool(DiagnosticsNode)", "~({isTesting:bool})", "AppState(AppState,@)", "AuthState(AuthState,UserLoadUrl)", "AuthState(AuthState,UserSignUpRequest)", "AuthState(AuthState,UserLoginRequest)", "AuthState(AuthState,OAuthLoginRequest)", "AuthState(AuthState,OAuthSignUpRequest)", "AuthState(AuthState,UserLoginSuccess)", "AuthState(AuthState,UserVerifiedPassword)", "AuthState(AuthState,UserUnverifiedPassword)", "BankAccountEntity(BankAccountEntity?,@)", "BankAccountEntity?(BankAccountEntity?,@)", "ListUIState(ListUIState,ViewBankAccountList)", "ListUIState(ListUIState,FilterBankAccountsByCustom1)", "ListUIState(ListUIState,FilterBankAccountsByCustom2)", "ListUIState(ListUIState,FilterBankAccountsByState)", "ListUIState(ListUIState,FilterBankAccounts)", "ListUIState(ListUIState,SortBankAccounts)", "ListUIState(ListUIState,StartBankAccountMultiselect)", "ListUIState(ListUIState,AddToBankAccountMultiselect)", "ListUIState(ListUIState,RemoveFromBankAccountMultiselect)", "ListUIState(ListUIState,ClearBankAccountMultiselect)", "BankAccountState(BankAccountState,ArchiveBankAccountsSuccess)", "BankAccountState(BankAccountState,DeleteBankAccountsSuccess)", "BankAccountState(BankAccountState,RestoreBankAccountsSuccess)", "BankAccountState(BankAccountState,AddBankAccountSuccess)", "BankAccountState(BankAccountState,SaveBankAccountSuccess)", "BankAccountState(BankAccountState,LoadBankAccountSuccess)", "BankAccountState(BankAccountState,LoadBankAccountsSuccess)", "BankAccountState(BankAccountState,LoadCompanySuccess)", "ListUIState(ListUIState,ViewClientList)", "ListUIState(ListUIState,FilterClientsByCustom1)", "ListUIState(ListUIState,FilterClientsByCustom2)", "ListUIState(ListUIState,FilterClientsByCustom3)", "ListUIState(ListUIState,FilterClientsByCustom4)", "ListUIState(ListUIState,FilterClientsByState)", "ListUIState(ListUIState,FilterClients)", "ListUIState(ListUIState,SortClients)", "ListUIState(ListUIState,StartClientMultiselect)", "ListUIState(ListUIState,AddToClientMultiselect)", "ListUIState(ListUIState,RemoveFromClientMultiselect)", "ListUIState(ListUIState,ClearClientMultiselect)", "ClientState(ClientState,ArchiveClientsSuccess)", "ClientState(ClientState,DeleteClientsSuccess)", "ClientState(ClientState,RestoreClientSuccess)", "ClientState(ClientState,AddClientSuccess)", "ClientState(ClientState,SaveClientSuccess)", "ClientState(ClientState,LoadClientSuccess)", "ClientState(ClientState,MergeClientsSuccess)", "ClientState(ClientState,PurgeClientSuccess)", "ClientState(ClientState,LoadClientsSuccess)", "ClientState(ClientState,LoadCompanySuccess)", "UserCompanyEntity(UserCompanyEntity?,LoadCompanySuccess)", "UserCompanyEntity(UserCompanyEntity?,SaveCompanySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,@)", "CompanyGatewayEntity?(CompanyGatewayEntity?,@)", "ListUIState(ListUIState,FilterCompanyGatewaysByCustom1)", "ListUIState(ListUIState,FilterCompanyGatewaysByCustom2)", "ListUIState(ListUIState,FilterCompanyGatewaysByState)", "ListUIState(ListUIState,FilterCompanyGateways)", "ListUIState(ListUIState,SortCompanyGateways)", "ListUIState(ListUIState,StartCompanyGatewayMultiselect)", "ListUIState(ListUIState,AddToCompanyGatewayMultiselect)", "ListUIState(ListUIState,RemoveFromCompanyGatewayMultiselect)", "ListUIState(ListUIState,ClearCompanyGatewayMultiselect)", "CompanyGatewayState(CompanyGatewayState,ArchiveCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,DeleteCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,RestoreCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,AddCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,SaveCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,LoadCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,LoadCompanySuccess)", "CompanyGatewayState(CompanyGatewayState,LoadCompanyGatewaysSuccess)", "EngineLineMetrics(ParagraphLine)", "~(Surface)", "InvoiceEntity(InvoiceEntity?,AddCreditItems)", "InvoiceEntity?(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity?(InvoiceEntity?,UpdateCreditItem)", "ListUIState(ListUIState,ViewCreditList)", "ListUIState(ListUIState,FilterCreditsByCustom1)", "ListUIState(ListUIState,FilterCreditsByCustom2)", "ListUIState(ListUIState,FilterCreditsByCustom3)", "ListUIState(ListUIState,FilterCreditsByCustom4)", "ListUIState(ListUIState,FilterCreditsByState)", "ListUIState(ListUIState,FilterCreditsByStatus)", "ListUIState(ListUIState,FilterCredits)", "ListUIState(ListUIState,SortCredits)", "ListUIState(ListUIState,StartCreditMultiselect)", "ListUIState(ListUIState,AddToCreditMultiselect)", "ListUIState(ListUIState,RemoveFromCreditMultiselect)", "ListUIState(ListUIState,ClearCreditMultiselect)", "CreditState(CreditState,PurgeClientSuccess)", "CreditState(CreditState,MarkSentCreditSuccess)", "CreditState(CreditState,ArchiveCreditsSuccess)", "CreditState(CreditState,DeleteCreditsSuccess)", "CreditState(CreditState,RestoreCreditsSuccess)", "CreditState(CreditState,AddCreditSuccess)", "CreditState(CreditState,@)", "CreditState(CreditState,LoadCreditsSuccess)", "CreditState(CreditState,LoadCompanySuccess)", "DesignEntity(DesignEntity?,@)", "DesignEntity?(DesignEntity?,@)", "ListUIState(ListUIState,ViewDesignList)", "ListUIState(ListUIState,FilterDesignsByCustom1)", "ListUIState(ListUIState,FilterDesignsByCustom2)", "ListUIState(ListUIState,FilterDesignsByState)", "ListUIState(ListUIState,FilterDesigns)", "ListUIState(ListUIState,SortDesigns)", "ListUIState(ListUIState,StartDesignMultiselect)", "ListUIState(ListUIState,AddToDesignMultiselect)", "ListUIState(ListUIState,RemoveFromDesignMultiselect)", "ListUIState(ListUIState,ClearDesignMultiselect)", "DesignState(DesignState,ArchiveDesignsSuccess)", "DesignState(DesignState,DeleteDesignsSuccess)", "DesignState(DesignState,RestoreDesignsSuccess)", "DesignState(DesignState,AddDesignSuccess)", "DesignState(DesignState,SaveDesignSuccess)", "DesignState(DesignState,LoadDesignSuccess)", "DesignState(DesignState,LoadDesignsSuccess)", "DesignState(DesignState,LoadCompanySuccess)", "DocumentEntity?(DocumentEntity?,@)", "ListUIState(ListUIState,ViewDocumentList)", "ListUIState(ListUIState,FilterDocumentsByCustom1)", "ListUIState(ListUIState,FilterDocumentsByCustom2)", "ListUIState(ListUIState,FilterDocumentsByState)", "ListUIState(ListUIState,FilterDocumentsByStatus)", "ListUIState(ListUIState,FilterDocuments)", "ListUIState(ListUIState,SortDocuments)", "ListUIState(ListUIState,StartDocumentMultiselect)", "ListUIState(ListUIState,AddToDocumentMultiselect)", "ListUIState(ListUIState,RemoveFromDocumentMultiselect)", "ListUIState(ListUIState,ClearDocumentMultiselect)", "DocumentState(DocumentState,ArchiveDocumentSuccess)", "DocumentState(DocumentState,DeleteDocumentSuccess)", "DocumentState(DocumentState,RestoreDocumentSuccess)", "DocumentState(DocumentState,AddDocumentSuccess)", "DocumentState(DocumentState,SaveDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentsSuccess)", "DocumentState(DocumentState,LoadCompanySuccess)", "String(DiagnosticsNode)", "ErrorDescription(String)", "ListUIState(ListUIState,ViewExpenseList)", "ListUIState(ListUIState,FilterExpensesByCustom1)", "ListUIState(ListUIState,FilterExpensesByCustom2)", "ListUIState(ListUIState,FilterExpensesByCustom3)", "ListUIState(ListUIState,FilterExpensesByCustom4)", "ListUIState(ListUIState,FilterExpensesByState)", "ListUIState(ListUIState,FilterExpensesByStatus)", "ListUIState(ListUIState,FilterExpenses)", "ListUIState(ListUIState,SortExpenses)", "ListUIState(ListUIState,StartExpenseMultiselect)", "ListUIState(ListUIState,AddToExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromExpenseMultiselect)", "ListUIState(ListUIState,ClearExpenseMultiselect)", "ExpenseState(ExpenseState,PurgeClientSuccess)", "ExpenseState(ExpenseState,ArchiveExpenseSuccess)", "ExpenseState(ExpenseState,DeleteExpenseSuccess)", "ExpenseState(ExpenseState,RestoreExpenseSuccess)", "ExpenseState(ExpenseState,AddExpenseSuccess)", "ExpenseState(ExpenseState,SaveExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpensesSuccess)", "ExpenseState(ExpenseState,LoadCompanySuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,@)", "ExpenseCategoryEntity?(ExpenseCategoryEntity?,@)", "ListUIState(ListUIState,FilterExpenseCategoriesByCustom1)", "ListUIState(ListUIState,FilterExpenseCategoriesByCustom2)", "ListUIState(ListUIState,FilterExpenseCategoriesByState)", "ListUIState(ListUIState,FilterExpenseCategories)", "ListUIState(ListUIState,SortExpenseCategories)", "ListUIState(ListUIState,StartExpenseCategoryMultiselect)", "ListUIState(ListUIState,AddToExpenseCategoryMultiselect)", "ListUIState(ListUIState,RemoveFromExpenseCategoryMultiselect)", "ListUIState(ListUIState,ClearExpenseCategoryMultiselect)", "ExpenseCategoryState(ExpenseCategoryState,ArchiveExpenseCategoriesSuccess)", "ExpenseCategoryState(ExpenseCategoryState,DeleteExpenseCategoriesSuccess)", "ExpenseCategoryState(ExpenseCategoryState,RestoreExpenseCategoriesSuccess)", "ExpenseCategoryState(ExpenseCategoryState,AddExpenseCategorySuccess)", "ExpenseCategoryState(ExpenseCategoryState,SaveExpenseCategorySuccess)", "ExpenseCategoryState(ExpenseCategoryState,LoadExpenseCategorySuccess)", "ExpenseCategoryState(ExpenseCategoryState,LoadExpenseCategoriesSuccess)", "ExpenseCategoryState(ExpenseCategoryState,LoadCompanySuccess)", "GroupEntity(GroupEntity?,@)", "GroupEntity?(GroupEntity?,@)", "ListUIState(ListUIState,ViewGroupList)", "ListUIState(ListUIState,FilterGroupsByState)", "ListUIState(ListUIState,FilterGroups)", "ListUIState(ListUIState,SortGroups)", "ListUIState(ListUIState,StartGroupMultiselect)", "ListUIState(ListUIState,AddToGroupMultiselect)", "ListUIState(ListUIState,RemoveFromGroupMultiselect)", "ListUIState(ListUIState,ClearGroupMultiselect)", "GroupState(GroupState,ArchiveGroupSuccess)", "GroupState(GroupState,DeleteGroupSuccess)", "GroupState(GroupState,RestoreGroupSuccess)", "GroupState(GroupState,AddGroupSuccess)", "GroupState(GroupState,SaveGroupSuccess)", "GroupState(GroupState,LoadGroupSuccess)", "GroupState(GroupState,LoadGroupsSuccess)", "GroupState(GroupState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddInvoiceItems)", "InvoiceEntity?(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateInvoiceItem)", "ListUIState(ListUIState,ViewInvoiceList)", "ListUIState(ListUIState,FilterInvoicesByCustom1)", "ListUIState(ListUIState,FilterInvoicesByCustom2)", "ListUIState(ListUIState,FilterInvoicesByCustom3)", "ListUIState(ListUIState,FilterInvoicesByCustom4)", "ListUIState(ListUIState,FilterInvoicesByState)", "ListUIState(ListUIState,FilterInvoicesByStatus)", "ListUIState(ListUIState,FilterInvoices)", "ListUIState(ListUIState,SortInvoices)", "ListUIState(ListUIState,StartInvoiceMultiselect)", "ListUIState(ListUIState,AddToInvoiceMultiselect)", "ListUIState(ListUIState,RemoveFromInvoiceMultiselect)", "ListUIState(ListUIState,ClearInvoiceMultiselect)", "InvoiceState(InvoiceState,PurgeClientSuccess)", "InvoiceState(InvoiceState,MarkInvoicesSentSuccess)", "InvoiceState(InvoiceState,MarkInvoicesPaidSuccess)", "InvoiceState(InvoiceState,CancelInvoicesSuccess)", "InvoiceState(InvoiceState,ArchiveInvoicesSuccess)", "InvoiceState(InvoiceState,DeleteInvoicesSuccess)", "InvoiceState(InvoiceState,EmailInvoiceSuccess)", "InvoiceState(InvoiceState,RestoreInvoicesSuccess)", "InvoiceState(InvoiceState,AddInvoiceSuccess)", "InvoiceState(InvoiceState,@)", "InvoiceState(InvoiceState,LoadInvoicesSuccess)", "InvoiceState(InvoiceState,LoadCompanySuccess)", "PaymentEntity(PaymentEntity?,@)", "PaymentEntity?(PaymentEntity?,@)", "ListUIState(ListUIState,ViewPaymentList)", "ListUIState(ListUIState,FilterPaymentsByCustom1)", "ListUIState(ListUIState,FilterPaymentsByCustom2)", "ListUIState(ListUIState,FilterPaymentsByCustom3)", "ListUIState(ListUIState,FilterPaymentsByCustom4)", "ListUIState(ListUIState,FilterPaymentsByState)", "ListUIState(ListUIState,FilterPaymentsByStatus)", "ListUIState(ListUIState,FilterPayments)", "ListUIState(ListUIState,SortPayments)", "ListUIState(ListUIState,StartPaymentMultiselect)", "ListUIState(ListUIState,AddToPaymentMultiselect)", "ListUIState(ListUIState,RemoveFromPaymentMultiselect)", "ListUIState(ListUIState,ClearPaymentMultiselect)", "PaymentState(PaymentState,PurgeClientSuccess)", "PaymentState(PaymentState,ArchivePaymentsSuccess)", "PaymentState(PaymentState,DeletePaymentsSuccess)", "PaymentState(PaymentState,RestorePaymentsSuccess)", "PaymentState(PaymentState,AddPaymentSuccess)", "PaymentState(PaymentState,SavePaymentSuccess)", "PaymentState(PaymentState,LoadPaymentSuccess)", "PaymentState(PaymentState,LoadPaymentsSuccess)", "PaymentState(PaymentState,LoadCompanySuccess)", "PaymentTermEntity(PaymentTermEntity?,@)", "PaymentTermEntity?(PaymentTermEntity?,@)", "ListUIState(ListUIState,ViewPaymentTermList)", "ListUIState(ListUIState,FilterPaymentTermsByCustom1)", "ListUIState(ListUIState,FilterPaymentTermsByCustom2)", "ListUIState(ListUIState,FilterPaymentTermsByState)", "ListUIState(ListUIState,FilterPaymentTerms)", "ListUIState(ListUIState,SortPaymentTerms)", "ListUIState(ListUIState,StartPaymentTermMultiselect)", "ListUIState(ListUIState,AddToPaymentTermMultiselect)", "ListUIState(ListUIState,RemoveFromPaymentTermMultiselect)", "ListUIState(ListUIState,ClearPaymentTermMultiselect)", "PaymentTermState(PaymentTermState,ArchivePaymentTermsSuccess)", "PaymentTermState(PaymentTermState,DeletePaymentTermsSuccess)", "PaymentTermState(PaymentTermState,RestorePaymentTermsSuccess)", "PaymentTermState(PaymentTermState,AddPaymentTermSuccess)", "PaymentTermState(PaymentTermState,SavePaymentTermSuccess)", "PaymentTermState(PaymentTermState,LoadPaymentTermSuccess)", "PaymentTermState(PaymentTermState,LoadPaymentTermsSuccess)", "PaymentTermState(PaymentTermState,LoadCompanySuccess)", "ProductEntity(ProductEntity?,@)", "ProductEntity?(ProductEntity?,@)", "ListUIState(ListUIState,ViewProductList)", "ListUIState(ListUIState,FilterProductsByState)", "ListUIState(ListUIState,FilterProductsByCustom1)", "ListUIState(ListUIState,FilterProductsByCustom2)", "ListUIState(ListUIState,FilterProductsByCustom3)", "ListUIState(ListUIState,FilterProductsByCustom4)", "ListUIState(ListUIState,FilterProducts)", "ListUIState(ListUIState,SortProducts)", "ListUIState(ListUIState,StartProductMultiselect)", "ListUIState(ListUIState,AddToProductMultiselect)", "ListUIState(ListUIState,RemoveFromProductMultiselect)", "ListUIState(ListUIState,ClearProductMultiselect)", "ProductState(ProductState,ArchiveProductsSuccess)", "ProductState(ProductState,DeleteProductsSuccess)", "ProductState(ProductState,RestoreProductsSuccess)", "ProductState(ProductState,SetTaxCategoryProductsSuccess)", "ProductState(ProductState,AddProductSuccess)", "ProductState(ProductState,SaveProductSuccess)", "ProductState(ProductState,LoadProductSuccess)", "ProductState(ProductState,LoadProductsSuccess)", "ProductState(ProductState,LoadCompanySuccess)", "ProjectEntity(ProjectEntity?,@)", "ProjectEntity?(ProjectEntity?,@)", "ListUIState(ListUIState,ViewProjectList)", "ListUIState(ListUIState,FilterProjectsByCustom1)", "ListUIState(ListUIState,FilterProjectsByCustom2)", "ListUIState(ListUIState,FilterProjectsByCustom3)", "ListUIState(ListUIState,FilterProjectsByCustom4)", "ListUIState(ListUIState,FilterProjectsByState)", "ListUIState(ListUIState,FilterProjects)", "ListUIState(ListUIState,SortProjects)", "ListUIState(ListUIState,StartProjectMultiselect)", "ListUIState(ListUIState,AddToProjectMultiselect)", "ListUIState(ListUIState,RemoveFromProjectMultiselect)", "ListUIState(ListUIState,ClearProjectMultiselect)", "ProjectState(ProjectState,PurgeClientSuccess)", "ProjectState(ProjectState,ArchiveProjectSuccess)", "ProjectState(ProjectState,DeleteProjectSuccess)", "ProjectState(ProjectState,RestoreProjectSuccess)", "ProjectState(ProjectState,AddProjectSuccess)", "ProjectState(ProjectState,SaveProjectSuccess)", "ProjectState(ProjectState,LoadProjectSuccess)", "ProjectState(ProjectState,LoadProjectsSuccess)", "ProjectState(ProjectState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItems)", "InvoiceEntity?(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity?(InvoiceEntity?,UpdatePurchaseOrderItem)", "ListUIState(ListUIState,ViewPurchaseOrderList)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom1)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom2)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom3)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom4)", "ListUIState(ListUIState,FilterPurchaseOrdersByState)", "ListUIState(ListUIState,FilterPurchaseOrdersByStatus)", "ListUIState(ListUIState,FilterPurchaseOrders)", "ListUIState(ListUIState,SortPurchaseOrders)", "ListUIState(ListUIState,StartPurchaseOrderMultiselect)", "ListUIState(ListUIState,AddToPurchaseOrderMultiselect)", "ListUIState(ListUIState,RemoveFromPurchaseOrderMultiselect)", "ListUIState(ListUIState,ClearPurchaseOrderMultiselect)", "PurchaseOrderState(PurchaseOrderState,MarkPurchaseOrderSentSuccess)", "PurchaseOrderState(PurchaseOrderState,ConvertPurchaseOrdersToExpensesSuccess)", "PurchaseOrderState(PurchaseOrderState,AddPurchaseOrdersToInventorySuccess)", "PurchaseOrderState(PurchaseOrderState,AcceptPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,CancelPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,ArchivePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,DeletePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,RestorePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,EmailPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,ApprovePurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,AddPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,@)", "PurchaseOrderState(PurchaseOrderState,LoadPurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteItems)", "InvoiceEntity?(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity?(InvoiceEntity?,UpdateQuoteItem)", "ListUIState(ListUIState,ViewQuoteList)", "ListUIState(ListUIState,FilterQuotesByCustom1)", "ListUIState(ListUIState,FilterQuotesByCustom2)", "ListUIState(ListUIState,FilterQuotesByCustom3)", "ListUIState(ListUIState,FilterQuotesByCustom4)", "ListUIState(ListUIState,FilterQuotesByState)", "ListUIState(ListUIState,FilterQuotesByStatus)", "ListUIState(ListUIState,FilterQuotes)", "ListUIState(ListUIState,SortQuotes)", "ListUIState(ListUIState,StartQuoteMultiselect)", "ListUIState(ListUIState,AddToQuoteMultiselect)", "ListUIState(ListUIState,RemoveFromQuoteMultiselect)", "ListUIState(ListUIState,ClearQuoteMultiselect)", "QuoteState(QuoteState,PurgeClientSuccess)", "QuoteState(QuoteState,MarkSentQuoteSuccess)", "QuoteState(QuoteState,ArchiveQuotesSuccess)", "QuoteState(QuoteState,DeleteQuotesSuccess)", "QuoteState(QuoteState,RestoreQuotesSuccess)", "QuoteState(QuoteState,EmailQuoteSuccess)", "QuoteState(QuoteState,ConvertQuotesToInvoicesSuccess)", "QuoteState(QuoteState,ConvertQuotesToProjectsSuccess)", "QuoteState(QuoteState,AddQuoteSuccess)", "QuoteState(QuoteState,@)", "QuoteState(QuoteState,LoadQuotesSuccess)", "QuoteState(QuoteState,LoadCompanySuccess)", "ListUIState(ListUIState,ViewRecurringExpenseList)", "ListUIState(ListUIState,FilterRecurringExpensesByCustom1)", "ListUIState(ListUIState,FilterRecurringExpensesByCustom2)", "ListUIState(ListUIState,FilterRecurringExpensesByState)", "ListUIState(ListUIState,FilterRecurringExpensesByStatus)", "ListUIState(ListUIState,FilterRecurringExpenses)", "ListUIState(ListUIState,SortRecurringExpenses)", "ListUIState(ListUIState,StartRecurringExpenseMultiselect)", "ListUIState(ListUIState,AddToRecurringExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringExpenseMultiselect)", "ListUIState(ListUIState,ClearRecurringExpenseMultiselect)", "RecurringExpenseState(RecurringExpenseState,PurgeClientSuccess)", "RecurringExpenseState(RecurringExpenseState,ArchiveRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,DeleteRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,RestoreRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,AddRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,SaveRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,StartRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,StopRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItems)", "InvoiceEntity?(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateRecurringInvoiceItem)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom1)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom2)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom3)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom4)", "ListUIState(ListUIState,FilterRecurringInvoicesByState)", "ListUIState(ListUIState,FilterRecurringInvoicesByStatus)", "ListUIState(ListUIState,FilterRecurringInvoices)", "ListUIState(ListUIState,SortRecurringInvoices)", "ListUIState(ListUIState,StartRecurringInvoiceMultiselect)", "ListUIState(ListUIState,AddToRecurringInvoiceMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringInvoiceMultiselect)", "ListUIState(ListUIState,ClearRecurringInvoiceMultiselect)", "RecurringInvoiceState(RecurringInvoiceState,PurgeClientSuccess)", "RecurringInvoiceState(RecurringInvoiceState,ArchiveRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,DeleteRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,EmailRecurringInvoiceSuccess)", "RecurringInvoiceState(RecurringInvoiceState,RestoreRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,SendNowRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,StartRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,StopRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,AddRecurringInvoiceSuccess)", "RecurringInvoiceState(RecurringInvoiceState,@)", "RecurringInvoiceState(RecurringInvoiceState,LoadRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,LoadCompanySuccess)", "ScheduleEntity(ScheduleEntity?,@)", "ScheduleEntity?(ScheduleEntity?,@)", "ListUIState(ListUIState,ViewScheduleList)", "ListUIState(ListUIState,FilterSchedulesByCustom1)", "ListUIState(ListUIState,FilterSchedulesByCustom2)", "ListUIState(ListUIState,FilterSchedulesByState)", "ListUIState(ListUIState,FilterSchedules)", "ListUIState(ListUIState,SortSchedules)", "ListUIState(ListUIState,StartScheduleMultiselect)", "ListUIState(ListUIState,AddToScheduleMultiselect)", "ListUIState(ListUIState,RemoveFromScheduleMultiselect)", "ListUIState(ListUIState,ClearScheduleMultiselect)", "ScheduleState(ScheduleState,ArchiveSchedulesSuccess)", "ScheduleState(ScheduleState,DeleteSchedulesSuccess)", "ScheduleState(ScheduleState,RestoreSchedulesSuccess)", "ScheduleState(ScheduleState,AddScheduleSuccess)", "ScheduleState(ScheduleState,SaveScheduleSuccess)", "ScheduleState(ScheduleState,LoadScheduleSuccess)", "ScheduleState(ScheduleState,LoadSchedulesSuccess)", "ScheduleState(ScheduleState,LoadCompanySuccess)", "StaticState(StaticState,LoadStaticSuccess)", "SubscriptionEntity(SubscriptionEntity?,@)", "SubscriptionEntity?(SubscriptionEntity?,@)", "ListUIState(ListUIState,FilterSubscriptionsByCustom1)", "ListUIState(ListUIState,FilterSubscriptionsByCustom2)", "ListUIState(ListUIState,FilterSubscriptionsByState)", "ListUIState(ListUIState,FilterSubscriptions)", "ListUIState(ListUIState,SortSubscriptions)", "ListUIState(ListUIState,StartSubscriptionMultiselect)", "ListUIState(ListUIState,AddToSubscriptionMultiselect)", "ListUIState(ListUIState,RemoveFromSubscriptionMultiselect)", "ListUIState(ListUIState,ClearSubscriptionMultiselect)", "SubscriptionState(SubscriptionState,ArchiveSubscriptionsSuccess)", "SubscriptionState(SubscriptionState,DeleteSubscriptionsSuccess)", "SubscriptionState(SubscriptionState,RestoreSubscriptionsSuccess)", "SubscriptionState(SubscriptionState,AddSubscriptionSuccess)", "SubscriptionState(SubscriptionState,SaveSubscriptionSuccess)", "SubscriptionState(SubscriptionState,LoadSubscriptionSuccess)", "SubscriptionState(SubscriptionState,LoadSubscriptionsSuccess)", "SubscriptionState(SubscriptionState,LoadCompanySuccess)", "TaskEntity(TaskEntity?,@)", "TaskEntity?(TaskEntity?,@)", "ListUIState(ListUIState,ViewTaskList)", "ListUIState(ListUIState,FilterTasksByCustom1)", "ListUIState(ListUIState,FilterTasksByCustom2)", "ListUIState(ListUIState,FilterTasksByState)", "ListUIState(ListUIState,FilterTasksByStatus)", "ListUIState(ListUIState,FilterTasks)", "ListUIState(ListUIState,SortTasks)", "TaskEntity(TaskEntity?,AddTaskTime)", "TaskEntity(TaskEntity?,DeleteTaskTime)", "TaskEntity(TaskEntity?,UpdateTaskTime)", "ListUIState(ListUIState,StartTaskMultiselect)", "ListUIState(ListUIState,AddToTaskMultiselect)", "ListUIState(ListUIState,RemoveFromTaskMultiselect)", "ListUIState(ListUIState,ClearTaskMultiselect)", "TaskState(TaskState,PurgeClientSuccess)", "TaskState(TaskState,SortTasksSuccess)", "TaskState(TaskState,ArchiveTaskSuccess)", "TaskState(TaskState,StartTasksSuccess)", "TaskState(TaskState,StopTasksSuccess)", "TaskState(TaskState,DeleteTaskSuccess)", "TaskState(TaskState,RestoreTaskSuccess)", "TaskState(TaskState,AddTaskSuccess)", "TaskState(TaskState,SaveTaskSuccess)", "TaskState(TaskState,LoadTaskSuccess)", "TaskState(TaskState,LoadTasksSuccess)", "TaskState(TaskState,LoadCompanySuccess)", "TaskStatusEntity(TaskStatusEntity?,@)", "TaskStatusEntity?(TaskStatusEntity?,@)", "ListUIState(ListUIState,ViewTaskStatusList)", "ListUIState(ListUIState,FilterTaskStatusesByCustom1)", "ListUIState(ListUIState,FilterTaskStatusesByCustom2)", "ListUIState(ListUIState,FilterTaskStatusesByState)", "ListUIState(ListUIState,FilterTaskStatuses)", "ListUIState(ListUIState,SortTaskStatuses)", "ListUIState(ListUIState,StartTaskStatusMultiselect)", "ListUIState(ListUIState,AddToTaskStatusMultiselect)", "ListUIState(ListUIState,RemoveFromTaskStatusMultiselect)", "ListUIState(ListUIState,ClearTaskStatusMultiselect)", "TaskStatusState(TaskStatusState,SortTasksSuccess)", "TaskStatusState(TaskStatusState,ArchiveTaskStatusesSuccess)", "TaskStatusState(TaskStatusState,DeleteTaskStatusesSuccess)", "TaskStatusState(TaskStatusState,RestoreTaskStatusesSuccess)", "TaskStatusState(TaskStatusState,AddTaskStatusSuccess)", "TaskStatusState(TaskStatusState,SaveTaskStatusSuccess)", "TaskStatusState(TaskStatusState,LoadTaskStatusSuccess)", "TaskStatusState(TaskStatusState,LoadTaskStatusesSuccess)", "TaskStatusState(TaskStatusState,LoadCompanySuccess)", "TaxRateEntity(TaxRateEntity?,@)", "TaxRateEntity?(TaxRateEntity?,@)", "ListUIState(ListUIState,ViewTaxRateList)", "ListUIState(ListUIState,FilterTaxRatesByState)", "ListUIState(ListUIState,FilterTaxRates)", "ListUIState(ListUIState,SortTaxRates)", "ListUIState(ListUIState,StartTaxRateMultiselect)", "ListUIState(ListUIState,AddToTaxRateMultiselect)", "ListUIState(ListUIState,RemoveFromTaxRateMultiselect)", "ListUIState(ListUIState,ClearTaxRateMultiselect)", "TaxRateState(TaxRateState,ArchiveTaxRatesSuccess)", "TaxRateState(TaxRateState,DeleteTaxRatesSuccess)", "TaxRateState(TaxRateState,RestoreTaxRatesSuccess)", "TaxRateState(TaxRateState,AddTaxRateSuccess)", "TaxRateState(TaxRateState,SaveTaxRateSuccess)", "TaxRateState(TaxRateState,LoadTaxRateSuccess)", "TaxRateState(TaxRateState,LoadTaxRatesSuccess)", "TaxRateState(TaxRateState,LoadCompanySuccess)", "TokenEntity(TokenEntity?,@)", "TokenEntity?(TokenEntity?,@)", "ListUIState(ListUIState,ViewTokenList)", "ListUIState(ListUIState,FilterTokensByCustom1)", "ListUIState(ListUIState,FilterTokensByCustom2)", "ListUIState(ListUIState,FilterTokensByState)", "ListUIState(ListUIState,FilterTokens)", "ListUIState(ListUIState,SortTokens)", "ListUIState(ListUIState,StartTokenMultiselect)", "ListUIState(ListUIState,AddToTokenMultiselect)", "ListUIState(ListUIState,RemoveFromTokenMultiselect)", "ListUIState(ListUIState,ClearTokenMultiselect)", "TokenState(TokenState,ArchiveTokensSuccess)", "TokenState(TokenState,DeleteTokensSuccess)", "TokenState(TokenState,RestoreTokensSuccess)", "TokenState(TokenState,AddTokenSuccess)", "TokenState(TokenState,SaveTokenSuccess)", "TokenState(TokenState,LoadTokenSuccess)", "TokenState(TokenState,LoadTokensSuccess)", "TokenState(TokenState,LoadCompanySuccess)", "TransactionEntity(TransactionEntity?,@)", "TransactionEntity?(TransactionEntity?,@)", "ListUIState(ListUIState,ViewTransactionList)", "ListUIState(ListUIState,FilterTransactionsByCustom1)", "ListUIState(ListUIState,FilterTransactionsByCustom2)", "ListUIState(ListUIState,FilterTransactionsByState)", "ListUIState(ListUIState,FilterTransactionsByStatus)", "ListUIState(ListUIState,FilterTransactions)", "ListUIState(ListUIState,SortTransactions)", "ListUIState(ListUIState,StartTransactionMultiselect)", "ListUIState(ListUIState,AddToTransactionMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionMultiselect)", "ListUIState(ListUIState,ClearTransactionMultiselect)", "TransactionState(TransactionState,ArchiveTransactionsSuccess)", "TransactionState(TransactionState,DeleteTransactionsSuccess)", "TransactionState(TransactionState,RestoreTransactionsSuccess)", "TransactionState(TransactionState,AddTransactionSuccess)", "TransactionState(TransactionState,SaveTransactionSuccess)", "TransactionState(TransactionState,ConvertTransactionToPaymentSuccess)", "TransactionState(TransactionState,ConvertTransactionsToExpensesSuccess)", "TransactionState(TransactionState,LinkTransactionToPaymentSuccess)", "TransactionState(TransactionState,LinkTransactionToExpenseSuccess)", "TransactionState(TransactionState,ConvertTransactionsSuccess)", "TransactionState(TransactionState,LoadTransactionSuccess)", "TransactionState(TransactionState,LoadTransactionsSuccess)", "TransactionState(TransactionState,LoadCompanySuccess)", "TransactionRuleEntity(TransactionRuleEntity?,@)", "TransactionRuleEntity?(TransactionRuleEntity?,@)", "ListUIState(ListUIState,ViewTransactionRuleList)", "ListUIState(ListUIState,FilterTransactionRulesByCustom1)", "ListUIState(ListUIState,FilterTransactionRulesByCustom2)", "ListUIState(ListUIState,FilterTransactionRulesByState)", "ListUIState(ListUIState,FilterTransactionRules)", "ListUIState(ListUIState,SortTransactionRules)", "ListUIState(ListUIState,StartTransactionRuleMultiselect)", "ListUIState(ListUIState,AddToTransactionRuleMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionRuleMultiselect)", "ListUIState(ListUIState,ClearTransactionRuleMultiselect)", "TransactionRuleState(TransactionRuleState,ArchiveTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,DeleteTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,RestoreTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,AddTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,SaveTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,LoadCompanySuccess)", "UserEntity(UserEntity?,@)", "UserEntity?(UserEntity?,@)", "ListUIState(ListUIState,ViewUserList)", "ListUIState(ListUIState,FilterUsersByCustom1)", "ListUIState(ListUIState,FilterUsersByCustom2)", "ListUIState(ListUIState,FilterUsersByCustom3)", "ListUIState(ListUIState,FilterUsersByCustom4)", "ListUIState(ListUIState,FilterUsersByState)", "ListUIState(ListUIState,FilterUsers)", "ListUIState(ListUIState,SortUsers)", "ListUIState(ListUIState,StartUserMultiselect)", "ListUIState(ListUIState,AddToUserMultiselect)", "ListUIState(ListUIState,RemoveFromUserMultiselect)", "ListUIState(ListUIState,ClearUserMultiselect)", "UserState(UserState,ArchiveUserSuccess)", "UserState(UserState,DeleteUserSuccess)", "UserState(UserState,RestoreUserSuccess)", "UserState(UserState,RemoveUserSuccess)", "UserState(UserState,AddUserSuccess)", "UserState(UserState,SaveUserSuccess)", "UserState(UserState,SaveAuthUserSuccess)", "UserState(UserState,ConnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthMailerSuccess)", "UserState(UserState,ConnecGmailUserSuccess)", "UserState(UserState,LoadUserSuccess)", "UserState(UserState,LoadUsersSuccess)", "UserState(UserState,LoadCompanySuccess)", "VendorContactEntity(VendorContactEntity?,@)", "VendorEntity(VendorEntity?,@)", "VendorEntity?(VendorEntity?,@)", "VendorEntity(VendorEntity?,AddVendorContact)", "VendorEntity(VendorEntity?,DeleteVendorContact)", "VendorEntity(VendorEntity?,UpdateVendorContact)", "ListUIState(ListUIState,ViewVendorList)", "ListUIState(ListUIState,FilterVendorsByCustom1)", "ListUIState(ListUIState,FilterVendorsByCustom2)", "ListUIState(ListUIState,FilterVendorsByCustom3)", "ListUIState(ListUIState,FilterVendorsByCustom4)", "ListUIState(ListUIState,FilterVendorsByState)", "ListUIState(ListUIState,FilterVendors)", "ListUIState(ListUIState,SortVendors)", "ListUIState(ListUIState,StartVendorMultiselect)", "ListUIState(ListUIState,AddToVendorMultiselect)", "ListUIState(ListUIState,RemoveFromVendorMultiselect)", "ListUIState(ListUIState,ClearVendorMultiselect)", "VendorState(VendorState,ArchiveVendorSuccess)", "VendorState(VendorState,DeleteVendorSuccess)", "VendorState(VendorState,RestoreVendorSuccess)", "VendorState(VendorState,AddVendorSuccess)", "VendorState(VendorState,SaveVendorSuccess)", "VendorState(VendorState,LoadVendorSuccess)", "VendorState(VendorState,LoadVendorsSuccess)", "VendorState(VendorState,LoadCompanySuccess)", "WebhookEntity(WebhookEntity?,@)", "WebhookEntity?(WebhookEntity?,@)", "ListUIState(ListUIState,ViewWebhookList)", "ListUIState(ListUIState,FilterWebhooksByCustom1)", "ListUIState(ListUIState,FilterWebhooksByCustom2)", "ListUIState(ListUIState,FilterWebhooksByState)", "ListUIState(ListUIState,FilterWebhooks)", "ListUIState(ListUIState,SortWebhooks)", "ListUIState(ListUIState,StartWebhookMultiselect)", "ListUIState(ListUIState,AddToWebhookMultiselect)", "ListUIState(ListUIState,RemoveFromWebhookMultiselect)", "ListUIState(ListUIState,ClearWebhookMultiselect)", "WebhookState(WebhookState,ArchiveWebhooksSuccess)", "WebhookState(WebhookState,DeleteWebhooksSuccess)", "WebhookState(WebhookState,RestoreWebhooksSuccess)", "WebhookState(WebhookState,AddWebhookSuccess)", "WebhookState(WebhookState,SaveWebhookSuccess)", "WebhookState(WebhookState,LoadWebhookSuccess)", "WebhookState(WebhookState,LoadWebhooksSuccess)", "WebhookState(WebhookState,LoadCompanySuccess)", "ConfirmEmailVM(Store)", "AppDrawerVM(Store)", "MenuDrawerVM(Store)", "LoginVM(Store)", "BankAccountListVM(Store)", "BankAccountScreenVM(Store)", "ClientListVM(Store)", "ClientScreenVM(Store)", "CompanyGatewayListVM(Store)", "CompanyGatewayScreenVM(Store)", "CreditListVM(Store)", "CreditScreenVM(Store)", "DashboardVM(Store)", "DesignListVM(Store)", "DesignScreenVM(Store)", "DocumentListVM(Store)", "DocumentScreenVM(Store)", "ExpenseListVM(Store)", "ExpenseScreenVM(Store)", "ExpenseCategoryListVM(Store)", "ExpenseCategoryScreenVM(Store)", "GroupListVM(Store)", "GroupScreenVM(Store)", "InvoiceListVM(Store)", "InvoiceScreenVM(Store)", "PaymentListVM(Store)", "PaymentScreenVM(Store)", "PaymentTermListVM(Store)", "PaymentTermScreenVM(Store)", "ProductListVM(Store)", "ProductScreenVM(Store)", "ProjectListVM(Store)", "ProjectScreenVM(Store)", "PurchaseOrderListVM(Store)", "PurchaseOrderScreenVM(Store)", "QuoteListVM(Store)", "QuoteScreenVM(Store)", "RecurringExpenseListVM(Store)", "RecurringExpenseScreenVM(Store)", "RecurringInvoiceListVM(Store)", "RecurringInvoiceScreenVM(Store)", "ReportsScreenVM(Store)", "ScheduleListVM(Store)", "ScheduleScreenVM(Store)", "AccountManagementVM(Store)", "ClientPortalVM(Store)", "CompanyDetailsVM(Store)", "CreditCardsAndBanksVM(Store)", "CustomFieldsVM(Store)", "DataVisualizationsVM(Store)", "DeviceSettingsVM(Store)", "EmailSettingsVM(Store)", "ExpenseSettingsVM(Store)", "GeneratedNumbersVM(Store)", "ImportExportVM(Store)", "InvoiceDesignVM(Store)", "LocalizationSettingsVM(Store)", "PaymentSettingsVM(Store)", "ProductSettingsVM(Store)", "SettingsListVM(Store)", "SettingsScreenVM(Store)", "TaskSettingsVM(Store)", "TaxSettingsVM(Store)", "TemplatesAndRemindersVM(Store)", "UserDetailsVM(Store)", "WorkflowSettingsVM(Store)", "SubscriptionListVM(Store)", "SubscriptionScreenVM(Store)", "KanbanVM(Store)", "TaskListVM(Store)", "TaskScreenVM(Store)", "TaskStatusListVM(Store)", "TaskStatusScreenVM(Store)", "TaxRateListVM(Store)", "TaxRateScreenVM(Store)", "TokenListVM(Store)", "TokenScreenVM(Store)", "TransactionListVM(Store)", "TransactionScreenVM(Store)", "TransactionRuleListVM(Store)", "TransactionRuleScreenVM(Store)", "UserListVM(Store)", "UserScreenVM(Store)", "VendorListVM(Store)", "VendorScreenVM(Store)", "WebhookListVM(Store)", "WebhookScreenVM(Store)", "Future()", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "bool(StackFrame)", "TextStyle(Set,TextStyle)", "SuperEditorLaunchLinkTapHandler(EditContext)", "Widget(BuildContext,Offset)", "Widget(BuildContext,AndroidEditingOverlayController,ToolbarConfig)", "bool(DiagnosticsNode?)", "TargetPlatform?()", "Widget(BuildContext,IOSEditingOverlayController)", "~(String?{wrapWidth:int?})", "GoogleSignInUserData?(Map?)", "bool(bool,StartLoading)", "bool(bool,StopLoading)", "bool(bool,StartSaving)", "bool(bool,StopSaving)", "String(String?,FilterTaxRatesByState)"], + types: ["~()", "ListUIStateBuilder(ListUIStateBuilder)", "Null(Store,@,@(@))", "Null(Object)", "Null()", "@(String)", "double(double)", "Null(@)", "InvoiceEntityBuilder(InvoiceEntityBuilder)", "SettingsEntityBuilder(SettingsEntityBuilder)", "~(@)", "bool(String)", "~(Duration)", "~(bool)", "@()", "~(String)", "Null(BuildContext)", "~(bool?)", "bool()", "Future(BuildContext)", "Future<~>()", "~(BuildContext)", "CompanyEntityBuilder(CompanyEntityBuilder)", "ErrorDialog(BuildContext)", "~(TextEditingController)", "Color(Set)", "int(String,String)", "String(@)", "Null(String?)", "~(JavaScriptObject)", "@(bool?)", "String(String)", "String?(String)", "@(@)", "Future(Store,@,@(@))", "Null(Object?)", "DocumentEntityBuilder(DocumentEntityBuilder)", "ExpenseEntityBuilder(ExpenseEntityBuilder)", "Null(List)", "ExecutionInstruction({editContext!SuperEditorContext,keyEvent!RawKeyEvent})", "Null(String)", "DropdownMenuItem(String)", "~(DocumentEntity)", "ListBuilder()", "~(Object?)", "~(SuperEditorContext)", "Widget(BuildContext)", "~(AnimationStatus)", "bool(Route<@>)", "Null(String,bool)", "~(TapDownDetails)", "String(BaseEntity)", "Null(SelectableEntity?)", "@(BuildContext)", "ClientEntityBuilder(ClientEntityBuilder)", "InvoiceItemEntityBuilder(InvoiceItemEntityBuilder)", "PluralCase()", "String?(String?,PreviewEntity)", "ListUIState(ListUIState,FilterByEntity)", "bool(SpanMarker)", "String?(String?,SelectCompany)", "String(String?,ClearEntityFilter)", "PaymentEntityBuilder(PaymentEntityBuilder)", "~(RenderObject)", "Null(EntityState,bool?)", "CompanyGatewayEntityBuilder(CompanyGatewayEntityBuilder)", "@(SelectableEntity?)", "Null(EntityState,bool)", "~(DragUpdateDetails)", "Future()", "~(String,InvoiceEntity)", "Future()", "bool(BoxHitTestResult,Offset)", "~(DragStartDetails)", "~(BuildContext,EntityAction)", "~(int)", "TaskEntityBuilder(TaskEntityBuilder)", "SubscriptionEntityBuilder(SubscriptionEntityBuilder)", "ListDivider(BuildContext,int)", "Null(String?,String?)", "Null(List)", "~({textFieldContext!SuperTextFieldContext})", "String?(String?,@)", "InvoiceStatusEntityBuilder(InvoiceStatusEntityBuilder)", "int(List,List)", "Color?(Set)", "bool(InvoiceItemEntity)", "Null(InvoiceEntity)", "ScheduleEntityBuilder(ScheduleEntityBuilder)", "String(String,Node)", "~(PaintingContext,Offset)", "String?(String?,FilterByEntity)", "SettingsUIStateBuilder(SettingsUIStateBuilder)", "InvoiceEntity?(String)", "~(DragEndDetails)", "VendorEntityBuilder(VendorEntityBuilder)", "String()", "UserEntityBuilder(UserEntityBuilder)", "bool(bool,UpdateUserPreferences)", "~(String?)", "TextFieldKeyboardHandlerResult({keyEvent!RawKeyEvent,textFieldContext!SuperTextFieldContext})", "UserCompanyEntityBuilder(UserCompanyEntityBuilder)", "EntityStats(String,BuiltMap)", "Future?(Object?)", "Widget(BuildContext,int)", "int(int?,PreviewEntity)", "Null(SelectableEntity)", "Uint8List(PdfPageFormat)", "~(Element0)", "~(PointerEvent)", "~(PointerExitEvent)", "Null(~)", "Null(BuildContext,List,bool)", "~(TapUpDetails)", "double(RenderBox)", "Null(bool?)", "InvoiceEntity(@)", "bool(String?)", "String(Match)", "@(TaxRateEntity)", "Map(Document2,DocumentNode)", "StatelessWidget(BuildContext,BoxConstraints)", "TextStyle(Set)", "Null(List)", "double()", "Null(JavaScriptObject)", "bool(Element0)", "Null(BuildContext,Completer)", "bool(Object?)", "~(RestorableProperty,~())", "~(String,ExpenseEntity)", "UserStateBuilder(UserStateBuilder)", "~(PointerEnterEvent)", "int(int)", "@(CompanyEntity)", "@(int?,String)", "Future?()", "TransactionEntityBuilder(TransactionEntityBuilder)", "bool(FocusNode)", "~(PaymentableEntity)", "Palette()", "Widget()", "ScrollableListView(BuildContext)", "List()", "@(List,bool)", "DocumentLayout()", "bool(int)", "Null(DesignEntity?)", "bool(@)", "~(InvoiceEntity)", "int(String?,String?)", "String?(String?)", "~(ByteData?)", "~(BaseEntity)", "@(InvoiceEntity)", "~(Object,StackTrace)", "Null(int)", "Null(ExpenseEntity)", "DashboardUISettingsBuilder(DashboardUISettingsBuilder)", "ListBuilder()", "ExpenseStatusEntityBuilder(ExpenseStatusEntityBuilder)", "TaskStatusEntityBuilder(TaskStatusEntityBuilder)", "~(String,@)", "Null(TaxRateEntity)", "Null(Completer,String)", "~(String,TaskEntity)", "PurchaseOrderStateBuilder(PurchaseOrderStateBuilder)", "Null(EntityStatus,bool)", "String(InvoiceEntityBuilder)", "AlertDialog(BuildContext)", "Null(String,String)", "bool(ScrollNotification)", "~(ForcePressDetails)", "DocumentStateBuilder(DocumentStateBuilder)", "int()", "Null(Object,StackTrace)", "bool(NotoFont)", "TransactionRuleEntityBuilder(TransactionRuleEntityBuilder)", "EntityStats(String,BuiltMap)", "~(LayoutView)", "Future<@>(MethodCall0)", "Tween(@)", "SimpleDialog(BuildContext)", "String?(String?,ClearEntitySelection)", "AuthStateBuilder(AuthStateBuilder)", "ProductEntityBuilder(ProductEntityBuilder)", "Null(EntityStatus,bool?)", "Null(UserEntity)", "Null(bool)", "~(String,String)", "~(PointerDownEvent)", "DropdownMenuItem(int)", "bool(ClientContactEntity)", "QuoteStateBuilder(QuoteStateBuilder)", "bool(VendorContactEntity)", "PaymentStatusEntityBuilder(PaymentStatusEntityBuilder)", "ProjectEntityBuilder(ProjectEntityBuilder)", "bool(InvoiceEntity)", "~(String,PaymentEntity)", "@(String?)", "Null(BuildContext[EntityAction?])", "Null(List)", "Object?(@)", "bool(FlutterHtmlKeyboardEvent)", "Null(PaymentEntity)", "TextStyle(Set)", "Null(SettingsEntity)", "TaxRateStateBuilder(TaxRateStateBuilder)", "FeesAndLimitsSettingsBuilder(FeesAndLimitsSettingsBuilder)", "ListTile(String)", "MapBuilder()", "ListBuilder()", "InvitationEntity(ClientContactEntity)", "bool(Attribution)", "CompanyGatewayStateBuilder(CompanyGatewayStateBuilder)", "bool(TaskTime)", "double(double,double)", "~(@,@)", "String?(@)", "Color0(int?)", "~(TaskTime)", "GroupStateBuilder(GroupStateBuilder)", "Null(TransactionEntity)", "Null(BuildContext,bool)", "Null(int,int)", "Widget(BuildContext,Widget?)", "ExpenseEntity?(String)", "Future(BuildContext,bool)", "int(FocusNode,FocusNode)", "~(Timer)", "Null(Completer)", "MapEntry(@,@)", "~(int,int)", "~(LongPressStartDetails)", "bool(BaseEntity)", "SystemMouseCursor(Set)", "TransactionStateBuilder(TransactionStateBuilder)", "Widget(BuildContext,BoxConstraints)", "KeyEventResult(FocusNode,RawKeyEvent)", "WebhookEntityBuilder(WebhookEntityBuilder)", "MapBuilder(MapBuilder)", "double(RenderBox,double)", "PanGestureRecognizer()", "~(PanGestureRecognizer)", "Null(LoginResponse)", "~(PointerSignalEvent)", "~(Selectable)", "~(PointerHoverEvent)", "bool(Node)", "DesignEntityBuilder(DesignEntityBuilder)", "Null(InvoiceStateBuilder)", "bool(PaymentableEntity)", "ClientStateBuilder(ClientStateBuilder)", "String?(PaymentableEntity)", "PaymentTermStateBuilder(PaymentTermStateBuilder)", "bool(DateRange)", "int(Object?)", "~(~())", "Null(RecurringInvoiceStateBuilder)", "~(SelectableEntity)", "TaskTimeBuilder(TaskTimeBuilder)", "TapSequenceGestureRecognizer()", "Null(TaskEntity)", "Null(TaskStateBuilder)", "~(TapSequenceGestureRecognizer)", "Future<@>()", "BankAccountEntityBuilder(BankAccountEntityBuilder)", "bool(EntityType)", "~(EntityType)", "InvoiceEntity(InvoiceEntity?,@)", "Column(BuildContext)", "String(InvoiceEntity)", "~(Store)", "~(LongPressEndDetails)", "double?(ChartMoneyData,int?)", "DateTime(ChartMoneyData,int?)", "Null(int,String)", "Null(BuildContext,InvoiceEntity[String?])", "Null(BuildContext[int?])", "Null(BuildContext,List,bool?)", "Null(List,String?,String?)", "~(TextInputAction)", "Null(InvoiceItemEntity,int)", "Null(List[String?,String?])", "BaseEntity?(InvoiceItemEntity)", "InvoiceItemSelector(BuildContext)", "~(SpanMarker)", "Future>(Map)", "~(InvoiceItemEntity)", "Text(String)", "List(BuildContext)", "TransactionStatusEntityBuilder(TransactionStatusEntityBuilder)", "List()", "DropdownMenuItem(DateRange)", "@(String,bool)", "VerticalDragGestureRecognizer()", "~(VerticalDragGestureRecognizer)", "Null(List)", "MaterialStateProperty?(ButtonStyle?)", "~(DateTime)", "ActivityListTile(BuildContext,int)", "MapBuilder()", "BorderSide(Set)", "AppStateBuilder(AppStateBuilder)", "Color0(ChartMoneyData,int?)", "~(String,NumericAxis)", "~(Object?,Object?)", "~(LongPressMoveUpdateDetails)", "~(TapDragUpDetails)", "bool(GestureListener)", "RunTemplateDialog(BuildContext)", "Null(ClientEntity)", "bool(InlineSpan)", "UpgradeDialog(BuildContext)", "List>(BuildContext)", "Null(BuiltList)", "@(DesignEntity?)", "CreditStateBuilder(CreditStateBuilder)", "@(Completer)", "bool(InheritedElement)", "DropdownMenuItem(MapEntry)", "TaxRateEntity?(String)", "Future>(Map)", "Future<~>(bool)", "Null(DocumentEntity)", "TextBoundary()", "~(ExpenseEntity)", "double(ChartMoneyData,int?)", "DocumentStatusEntityBuilder(DocumentStatusEntityBuilder)", "ExpenseStateBuilder(ExpenseStateBuilder)", "Null(VendorEntity)", "ExpenseCategoryEntityBuilder(ExpenseCategoryEntityBuilder)", "Null(GroupEntity)", "InvoiceStateBuilder(InvoiceStateBuilder)", "PaymentEntity?(String)", "PaymentStateBuilder(PaymentStateBuilder)", "Null(ProductEntity)", "Null(ProjectEntity)", "ProjectStateBuilder(ProjectStateBuilder)", "RecurringExpenseStateBuilder(RecurringExpenseStateBuilder)", "Null(RecurringExpenseStateBuilder)", "RecurringInvoiceStateBuilder(RecurringInvoiceStateBuilder)", "TaskEntity?(String)", "Null(List)", "TaskStateBuilder(TaskStateBuilder)", "Null(TaskStatusEntity)", "bool(_RouteEntry)", "~(EntityAction)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "~(TapDragDownDetails)", "Null(BuildContext,InvoiceEntity,ClientEntity?)", "UserSmsVerification(BuildContext)", "Future()", "String(ProfitAndLossReportFields)", "MaterialStateProperty?(DatePickerThemeData?)", "String(TaxRateReportFields)", "MouseCursor0(Set)", "BankAccountEntity?(String)", "VendorContactEntityBuilder(VendorContactEntityBuilder)", "Null(BuildContext,EmailTemplate,String,String,String)", "AppTextButton(BuildContext)", "Rect()", "MessageDialog(BuildContext)", "String(TaxRateReportFields0)", "ClientContactEntityBuilder(ClientContactEntityBuilder)", "bool({textFieldContext!SuperTextFieldContext})", "Widget(BuildContext,EditableTextState)", "String(int)", "ColorTween(@)", "Null(BankAccountEntity)", "BankAccountStateBuilder(BankAccountStateBuilder)", "~(SelectableEntity?)", "bool(ActivityEntity)", "Future<~>(String)", "String(SelectableEntity?)", "~(String,ClientEntity)", "double?()", "ScrollPosition()", "Null(CompanyGatewayEntity)", "SubscriptionStateBuilder(SubscriptionStateBuilder)", "Null(ScheduleEntity)", "ExpenseListItem(BuildContext,int)", "Null(TaskStatusStateBuilder)", "Null(@,@)", "TokenStateBuilder(TokenStateBuilder)", "TransactionRuleStateBuilder(TransactionRuleStateBuilder)", "Null(DateTime?)", "EntityStats(String,BuiltMap)", "Object?(Object?)", "MapBuilder(MapBuilder)", "String(String,UpdateUserPreferences)", "Stack(BuildContext,TextLayout)", "ListBuilder(ListBuilder)", "@(int)", "InvoiceEntity?(InvoiceEntity?,@)", "ProductStateBuilder(ProductStateBuilder)", "RenderBox()", "Null(ProductStateBuilder)", "Null(TokenEntity)", "Null(List)", "ProductEntity?(String)", "TaskStatusStateBuilder(TaskStatusStateBuilder)", "@([String?,String?])", "Null(List)", "Null(PaymentTermEntity)", "bool(InvoiceEntity?)", "Null(List)", "~(String,TransactionEntity)", "EntityStats(String,BuiltMap)", "ExpenseCategoryStateBuilder(ExpenseCategoryStateBuilder)", "Null(ExpenseCategoryEntity)", "double(Set)", "bool(ScrollMetricsNotification)", "~([Intent?])", "String(ExpenseEntity)", "@(SettingsEntity)", "~(MouseEvent)", "VendorStateBuilder(VendorStateBuilder)", "Null(TransactionRuleEntity)", "Null(WebhookEntity)", "Color(Color)", "int(RenderObject,RenderObject)", "@(bool)", "ListBuilder()", "DesignStateBuilder(DesignStateBuilder)", "InvoiceListItem(BuildContext,int)", "DesignEntity?(String)", "WebhookStateBuilder(WebhookStateBuilder)", "Offset()", "~(NavigatorObserver)", "int(InvoiceEntity?,InvoiceEntity?)", "Null(SubscriptionEntity)", "List(BuiltMap,BuiltMap)", "GridView(BuildContext,BoxConstraints)", "CustomFieldSelector(BuildContext)", "TaskListItem(BuildContext,int)", "String(InvitationEntity)", "bool(String,InvoiceEntity)", "DropdownMenuItem(String?)", "String?(SelectableEntity)", "Size(RenderBox,BoxConstraints)", "Future<~>(MethodCall0)", "ScheduleStateBuilder(ScheduleStateBuilder)", "Future()", "Null(CompanyGatewayStateBuilder)", "InvitationEntity(VendorContactEntity)", "Null(List)", "Widget(BuildContext,Offset?,Widget?)", "CompanyGatewayEntity?(String)", "~(TaxRateEntity)", "~(SliverConstraints)", "~(List)", "bool(SemanticsNode)", "Future(BuildContext,Completer{oneTimePassword:String,secret:String,url:String})", "int(SemanticsNode,SemanticsNode)", "PasswordConfirmation(BuildContext)", "TransactionRuleCriteriaEntityBuilder(TransactionRuleCriteriaEntityBuilder)", "OutlinedButton(EntityAction)", "ClientContactEntity()", "String(TaskItemReportFields)", "PopupMenuButton(BuildContext,int)", "bool(InvitationEntity)", "Null(CreditStateBuilder)", "bool(PaymentEntity)", "String(Object?)", "~(ScaleStartDetails)", "DateTime()", "bool(FocusableActionDetector)", "bool(NavigationNotification)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "~(Object[StackTrace?])", "InvoiceEntity(String)", "Widget(BuildContext,bool,Widget?)", "@(double?)", "Future(BuildContext,String)", "List>(BuildContext)", "PopupMenuItem(EntityAction)", "PaymentableEntityBuilder(PaymentableEntityBuilder)", "TextBox(TextBox)", "int(ExpenseEntity?,ExpenseEntity?)", "String(RecurringInvoiceReportFields)", "Null(ClientStateBuilder)", "Null(List)", "Null(DesignEntity)", "Null(DesignStateBuilder)", "MapEntry>(String,String)", "String(RecurringExpenseReportFields)", "Null(WebhookStateBuilder)", "~(ScaleEndDetails)", "String(ClientReportFields)", "~(Size)", "bool(Object?,Object?)", "Null(List)", "ClientEntity?(String)", "bool(KeyData)", "DocumentEntity(@)", "String(QuoteReportFields)", "Null(List)", "~(ProductEntity)", "WebhookEntity?(String)", "Future()", "Null(VendorStateBuilder)", "TextScaler?()", "~(TimeOfDay)", "ListBuilder()", "String(TaskReportFields)", "Future<~>(~)", "bool(ExpenseEntity)", "String(SelectableEntity)", "String(ContactReportFields)", "Null(BankAccountStateBuilder)", "Null(ExpenseStateBuilder)", "Null(List)", "~(ProgressEvent)", "VendorEntity?(String)", "ExpenseCategoryEntity?(String)", "Null(List)", "~(TextSelection,SelectionChangedCause?)", "ListTile(BuildContext,int)", "Null(ExpenseCategoryStateBuilder)", "int(int,int)", "String(TransactionReportFields)", "String(VendorReportFields)", "GroupEntity?(String)", "Null(List)", "Row(BuildContext,BoxConstraints)", "GroupEntityBuilder(GroupEntityBuilder)", "Null(GroupStateBuilder)", "LongPressGestureRecognizer()", "Null(TransactionStateBuilder)", "~(LongPressGestureRecognizer)", "HorizontalDragGestureRecognizer()", "int(@,@)", "~(HorizontalDragGestureRecognizer)", "DropdownMenuItem(int)", "@(int?)", "String(String,String)", "Widget(Widget,Animation0)", "Null(PaymentStateBuilder)", "Null(UserStateBuilder)", "bool(_Highlight)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PaymentTermEntity?(String)", "Null(List)", "TaxConfigRegionEntityBuilder(TaxConfigRegionEntityBuilder)", "String(CreditItemReportFields)", "Null(PaymentTermStateBuilder)", "~(Event)", "UserEntity?(String)", "String(CreditReportFields)", "Null(List)", "String(DocumentReportFields)", "Widget(BuildContext)?(ActionIconThemeData?)", "bool(Point)", "String(ExpenseReportFields)", "ProjectEntity?(String)", "Null(List)", "IconData(BuildContext)", "DecoratedFormField(BuildContext,TextEditingController,FocusNode,~())", "Null(ProjectStateBuilder)", "String(InvoiceItemReportFields)", "String(InvoiceReportFields)", "bool(bool,DismissTwoYearReviewAppPermanently)", "~(PointerPanZoomStartEvent)", "Null(PurchaseOrderStateBuilder)", "Iterable(Iterable)", "Null(bool?,int?,String?,double?,double?)", "MediaQuery(BuildContext,Widget?)", "Null(QuoteStateBuilder)", "Set()", "String(MaterialLocalizations)", "~(DragDownDetails)", "Future(String?,String?)", "String(PaymentReportFields)", "ReportsUIStateBuilder(ReportsUIStateBuilder)", "ScheduleEntity?(String)", "Null(List)", "bool(DataRow)", "Null(ScheduleStateBuilder)", "PrefStateBuilder(PrefStateBuilder)", "Null(CompanyEntity)", "Set<0^>()", "EdgeInsetsGeometryTween(@)", "SubscriptionEntity?(String)", "Null(List)", "VendorContactEntity()", "QuoteListItem(BuildContext,int)", "Null(SubscriptionStateBuilder)", "String(ProductReportFields)", "bool(Node0)", "ListBuilder()", "IconButton(BuildContext)", "MapBuilder>()", "PaymentListItem(BuildContext,int)", "Null(TransactionRuleStateBuilder)", "~(Object,String)", "TaskStatusEntity?(String)", "Null(List)", "ListBuilder()", "String(PurchaseOrderReportFields)", "~(List<@>)", "Text(@)", "InkWell(BuildContext)", "Future(BuildContext,Completer,String)", "Null(List)", "JavaScriptObject()", "Future(@)", "Null(TaxRateStateBuilder)", "Widget(BuildContext,TextLayout)", "Future(String?)", "TokenEntity?(String)", "MaterialStateProperty?(ButtonStyle?)", "Future(BillingClient)", "Null(List)", "Null(TokenStateBuilder)", "String(PurchaseOrderItemReportFields)", "TransactionEntity?(String)", "ContentLayerWidget(BuildContext)", "ListBuilder(ListBuilder)", "TransactionRuleEntity?(String)", "List(BuiltMap)", "String(QuoteItemReportFields)", "Null(List)", "ListBuilder()", "TaxRateEntity(@)", "TaxRateEntityBuilder(TaxRateEntityBuilder)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,AddQuoteItem)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "bool(bool,DismissOneYearReviewAppPermanently)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItem)", "AppSidebarMode(AppSidebarMode,UpdateUserPreferences)", "EntityStats(String,BuiltMap)", "BuiltMap(BuiltMap,UpdateUserPreferences)", "String(InvoiceItemEntityBuilder)", "InvoiceItemEntity(String)", "PaymentTermEntity(@)", "PaymentTermEntityBuilder(PaymentTermEntityBuilder)", "bool(PaymentEntity?)", "List(String,BuiltMap,BuiltList)", "InvoiceEntity(InvoiceEntity?,AddInvoiceItem)", "UserEntity(@)", "GroupEntity(@)", "ExpenseEntity(@)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,BuiltMap,StaticState)", "bool(String,ExpenseEntity)", "Null(BuiltList)", "~(VendorEntity)", "~(TaskEntity)", "~(ProjectEntity)", "~(GroupEntity)", "Null(DocumentStateBuilder)", "DocumentEntity?(String)", "~(~)", "int(TaskEntity,TaskEntity)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "List>(BuildContext)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap)", "InkWell(String)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "UserSettingsEntityBuilder(UserSettingsEntityBuilder)", "MapBuilder>(MapBuilder>)", "InvoiceEntity(InvoiceEntity?,AddCreditItem)", "PaymentableEntity(BaseEntity)", "~(DropEventDetails)", "CompanyGatewayEntity(@)", "bool(TaskEntity)", "TaskEntity(String)", "bool(ProjectEntity)", "bool(ProductEntity)", "ReportSettingsEntityBuilder(ReportSettingsEntityBuilder)", "bool(GatewayTokenEntity)", "EntityStats(String,BuiltMap)", "~(ClientEntity)", "bool(SelectableEntity)", "String(ProjectEntityBuilder)", "String(PaymentEntityBuilder)", "bool(HistoryRecord)", "bool(CompanyEntity)", "ToggleButtons(BuildContext,BoxConstraints)", "bool(bool,DismissNativeWarningPermanently)", "~(PersistenceRepository)", "UIStateBuilder(UIStateBuilder)", "PaymentRefundScreen(BuildContext)", "PaymentEditScreen(BuildContext)", "MainScreen(BuildContext)", "LoginScreen(BuildContext)", "MapBuilder()", "Null(String?,String?,String?,String?,String?)", "MapBuilder()", "bool(TaxRateEntity?)", "TaxRateEntity()", "ListBuilder()", "ListBuilder()", "Align(List<@>)", "ListBuilder()", "Widget(CompanyEntity)", "bool(UserCompanyState)", "AccountSmsVerification(BuildContext)", "ListBuilder()", "ListBuilder()", "PointerInterceptor(BuildContext)", "ListBuilder()", "ListBuilder()", "DropdownMenuItem<@>(@)", "bool(SystemLogEntity)", "~(int,bool)", "ListBuilder()", "BaseEntity(String?)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "TokenEntityBuilder(TokenEntityBuilder)", "MapBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "Widget(BuildContext,AsyncSnapshot)", "ListBuilder()", "ListBuilder()", "~(GatewayTokenEntity)", "ListBuilder()", "TokenMeta(GatewayTokenEntity)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder>(MapBuilder>)", "bool(GatewayOptionsEntity)", "bool(Country)", "int(Country,Country)", "List(PurchaseWrapper)", "Future(BillingClient)", "ProductWrapper(String)", "Future(BillingClient)", "~(String,IfdDirectory)", "Null(ProgressEvent)", "bool(Rule)", "List()", "~(Object,StackTrace,Object?)", "~(TapDragEndDetails)", "~(TapDragUpdateDetails)", "~(TapDragStartDetails)", "~(ChartDataGroup)", "_SelectionToolbarWrapper(BuildContext)", "bool(Selectable)", "bool(ScrollMetrics?)", "~(String,Object?)", "bool(Selectable,double)", "VelocityTracker(PointerEvent)", "~(_DragInfo)", "MediaQuery(BuildContext)", "DecorationTween(@)", "AlignmentGeometryTween(@)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "Positioned(BuildContext,Widget?)", "Future(Response?)", "~(ForcePressGestureRecognizer)", "ForcePressGestureRecognizer()", "~(TapGestureRecognizer)", "TapGestureRecognizer()", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "TextPosition(TextPosition,bool,TextBoundary)", "~([Duration?])", "bool(DisplayFeature)", "Object?(DismissIntent)", "Route<@>(RouteSettings)", "Map()", "ExpenseCategoryListItem(BuildContext,int)", "~(RestorationBucket)", "InvoiceTaxDetails(BuildContext)", "Future(ByteData?)", "Container(BuildContext,int)", "List(_SemanticsSortGroup)", "bool(BoxHitTestResult)", "List>(BuildContext)", "PopupMenuItem(String)", "ProductListItem(BuildContext,int)", "_InterestingSemanticsFragment(SemanticsConfiguration)", "RefreshIndicator(BuildContext)", "~(MapEntry)", "~([String?])", "~(SemanticsUpdate0)", "TextDirection()", "Padding(InvoiceEntity)", "~(ImageStreamListener)", "ImageStreamCompleter()", "bool(_TappableLabel)", "Semantics(BuildContext,Widget?)", "bool(Set)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "LocalKey(MergeableMaterialItem)", "~(RenderBox?)", "ChildSemanticsConfigurationsResult(List)", "~(FocusHighlightMode)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "CustomSingleChildLayout(BuildContext)", "bool(BuildContext)", "Color?(DatePickerThemeData?)", "0^?(MaterialStateProperty<0^>?(DatePickerThemeData?),Set)", "0^?(0^?(DatePickerThemeData?))", "MaterialStateProperty?(ButtonStyle?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "bool(DraggableScrollableNotification)", "LicenseEntry(int)", "Widget(BuildContext,bool)", "Null(BuiltList)", "double(_PointerPanZoomData)", "Color0(@,int?)", "num?(@,int?)", "Map(String?)", "Drag?(Offset)", "@(int,bool)", "Null(BuildContext,List)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "~(DiagnosticsNode)", "TargetPlatform()", "~([TapUpDetails?])", "Color?(Color?)", "Color()", "Null(BuildContext,String,String)", "XFile(String)", "bool(RenderBox)", "String(MapBuilder)", "~(ScaleUpdateDetails)", "Future(BuildContext,AppSidebarMode)", "~(ChartBehavior<@>)", "bool(ChartBehavior<@>)", "num?(int?)", "~(GestureListener)", "DropdownMenuItem(ImportType)", "bool(LayoutView)", "int(LayoutView,LayoutView)", "TaxConfigEntityBuilder(TaxConfigEntityBuilder)", "TaxConfigSubregionEntityBuilder(TaxConfigSubregionEntityBuilder)", "String(num?)", "Future(Object?)", "_EnableTwoFactor(BuildContext)", "Null(String,List)", "List()", "List?(int?)", "bool?(SubscriptionEntityBuilder)", "~(bool(String))", "Null(Duration)", "Null(Completer,String)", "String?()", "~(int?)", "VendorListItem(BuildContext,int)", "Null(BuildContext,String)", "_RuleCriteria(BuildContext)", "~(int?,int?)", "SpanMarker(SpanMarker)", "Null(GoogleSignInAuthentication)", "~(Attribution,int)", "_Channel()", "Future(RandomAccessFile)", "_RandomAccessFile(Object?)", "~(RandomAccessFile)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "Null(Uint8List)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "~([Future<@>?])", "bool(EditEvent)", "ChangeSelectionCommand?(EditRequest)", "InsertTextCommand?(EditRequest)", "ConvertListItemToParagraphCommand?(EditRequest)", "int(int,LinkifyElement)", "~(Uint8List,String,int)", "int(String?)", "~(DocumentSelection)", "~(Symbol0,@)", "~([Future<~>?])", "SingleChildRenderObjectWidget(BuildContext,bool,Widget?)", "~([Object?])", "~(MapEntry)", "Widget(BuildContext,Rect?,Widget?)", "DeltaTextInputClientDecorator()", "~({addedComponents!List,changedComponents!List,movedComponents!List,removedComponents!List})", "bool(DocumentNode)", "~(SemanticsObject)", "Widget(BuildContext,Key,LeaderLink)", "~(GestureMode)", "Stack(BuildContext)", "CompositedTransformTarget(BuildContext,Widget?)", "KeyData()", "JSObject([JavaScriptObject?])", "DateTime(int[int,int,int,int,int,int,int])", "Future(String,Map)", "Matrix40(double)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "~(Codec)", "~(double)", "~(Uint8List)", "ExpenseEntity(ExpenseEntity?,@)", "ExpenseEntity?(ExpenseEntity?,@)", "List()", "ViewListDiffResult?(int)", "Future([JavaScriptObject?])", "TextFieldKeyboardHandlerResult({keyEvent!RawKeyEvent,textFieldContext!SuperTextFieldContext,textLayout:ProseTextLayout?})", "Widget(BuildContext,Object?,ScrollController?)", "String(String?,DeleteDocumentSuccess)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder>()", "MapBuilder()", "MapBuilder()", "int(int?)", "bool(Color?)", "BorderSide?(Set)", "Rect()?(RenderBox)", "~(Intent?)", "int(TaskTime,TaskTime)", "Null(JSObject)", "bool(BankAccountEntity?)", "bool(InkHighlight?)", "Color(_HighlightType)", "Null(@,StackTrace)", "~(int,@)", "Map(String)", "Null(String,@)", "bool(Point[double?])", "Material(FlutterErrorDetails)", "bool(Point,double,double)", "String(int?)", "StyledToast(BuildContext)", "Locale(String)", "ChangeLayoutBanner(BuildContext)", "ProductScreenBuilder(BuildContext)", "ProductViewScreen(BuildContext)", "ProductEditScreen(BuildContext)", "ClientScreenBuilder(BuildContext)", "ClientViewScreen(BuildContext)", "ClientEditScreen(BuildContext)", "ClientPdfScreen(BuildContext)", "InvoiceScreenBuilder(BuildContext)", "InvoiceViewScreen(BuildContext)", "InvoiceEditScreen(BuildContext)", "InvoiceEmailScreen(BuildContext)", "InvoicePdfScreen(BuildContext)", "DocumentScreenBuilder(BuildContext)", "DocumentViewScreen(BuildContext)", "DocumentEditScreen(BuildContext)", "ExpenseScreenBuilder(BuildContext)", "ExpenseViewScreen(BuildContext)", "ExpenseEditScreen(BuildContext)", "VendorScreenBuilder(BuildContext)", "VendorViewScreen(BuildContext)", "VendorEditScreen(BuildContext)", "TaskScreenBuilder(BuildContext)", "TaskViewScreen(BuildContext)", "TaskEditScreen(BuildContext)", "ProjectScreenBuilder(BuildContext)", "ProjectViewScreen(BuildContext)", "ProjectEditScreen(BuildContext)", "PaymentScreenBuilder(BuildContext)", "PaymentViewScreen(BuildContext)", "Color?(Color?,Color?,Color?[Color?])", "ListTileTheme(BuildContext)", "QuoteScreenBuilder(BuildContext)", "QuoteViewScreen(BuildContext)", "QuoteEditScreen(BuildContext)", "QuoteEmailScreen(BuildContext)", "QuotePdfScreen(BuildContext)", "ScheduleScreenBuilder(BuildContext)", "ScheduleViewScreen(BuildContext)", "ScheduleEditScreen(BuildContext)", "TransactionRuleScreenBuilder(BuildContext)", "TransactionRuleViewScreen(BuildContext)", "TransactionRuleEditScreen(BuildContext)", "TransactionScreenBuilder(BuildContext)", "TransactionViewScreen(BuildContext)", "TransactionEditScreen(BuildContext)", "BankAccountScreenBuilder(BuildContext)", "BankAccountViewScreen(BuildContext)", "BankAccountEditScreen(BuildContext)", "PurchaseOrderScreenBuilder(BuildContext)", "PurchaseOrderViewScreen(BuildContext)", "PurchaseOrderEditScreen(BuildContext)", "PurchaseOrderEmailScreen(BuildContext)", "PurchaseOrderPdfScreen(BuildContext)", "RecurringExpenseScreenBuilder(BuildContext)", "RecurringExpenseViewScreen(BuildContext)", "RecurringExpenseEditScreen(BuildContext)", "SubscriptionScreenBuilder(BuildContext)", "SubscriptionViewScreen(BuildContext)", "SubscriptionEditScreen(BuildContext)", "TaskStatusScreenBuilder(BuildContext)", "TaskStatusViewScreen(BuildContext)", "TaskStatusEditScreen(BuildContext)", "ExpenseCategoryScreenBuilder(BuildContext)", "ExpenseCategoryViewScreen(BuildContext)", "ExpenseCategoryEditScreen(BuildContext)", "RecurringInvoiceScreenBuilder(BuildContext)", "RecurringInvoiceViewScreen(BuildContext)", "RecurringInvoiceEditScreen(BuildContext)", "RecurringInvoicePdfScreen(BuildContext)", "WebhookScreenBuilder(BuildContext)", "WebhookViewScreen(BuildContext)", "WebhookEditScreen(BuildContext)", "TokenScreenBuilder(BuildContext)", "TokenViewScreen(BuildContext)", "TokenEditScreen(BuildContext)", "PaymentTermScreenBuilder(BuildContext)", "PaymentTermEditScreen(BuildContext)", "PaymentTermViewScreen(BuildContext)", "DesignScreenBuilder(BuildContext)", "DesignViewScreen(BuildContext)", "DesignEditScreen(BuildContext)", "CreditScreenBuilder(BuildContext)", "CreditViewScreen(BuildContext)", "CreditEditScreen(BuildContext)", "CreditEmailScreen(BuildContext)", "CreditPdfScreen(BuildContext)", "UserScreenBuilder(BuildContext)", "UserViewScreen(BuildContext)", "UserEditScreen(BuildContext)", "GroupScreenBuilder(BuildContext)", "GroupViewScreen(BuildContext)", "GroupEditScreen(BuildContext)", "SettingsScreenBuilder(BuildContext)", "ReportsScreenBuilder(BuildContext)", "CompanyDetailsScreen(BuildContext)", "UserDetailsScreen(BuildContext)", "LocalizationScreen(BuildContext)", "PaymentsSettingsScreen(BuildContext)", "CompanyGatewayScreenBuilder(BuildContext)", "CompanyGatewayViewScreen(BuildContext)", "CompanyGatewayEditScreen(BuildContext)", "TaxSettingsScreen(BuildContext)", "TaxRateScreenBuilder(BuildContext)", "TaxRateViewScreen(BuildContext)", "TaxRateEditScreen(BuildContext)", "ProductSettingsScreen(BuildContext)", "ExpenseSettingsScreen(BuildContext)", "TaskSettingsScreen(BuildContext)", "ImportExportScreen(BuildContext)", "DeviceSettingsScreen(BuildContext)", "AccountManagementScreen(BuildContext)", "CustomFieldsScreen(BuildContext)", "GeneratedNumbersScreen(BuildContext)", "WorkflowSettingsScreen(BuildContext)", "InvoiceDesignScreen(BuildContext)", "ClientPortalScreen(BuildContext)", "EmailSettingsScreen(BuildContext)", "TemplatesAndRemindersScreen(BuildContext)", "CreditCardsAndBanksScreen(BuildContext)", "DataVisualizationsScreen(BuildContext)", "StatefulWidget?(BuildContext,MagnifierController,ValueNotifier)", "bool(LayoutChangedNotification)", "_Future<@>?()", "JSObject()", "ShapeBorderTween(@)", "Color0?(int?)", "Future(SharedPreferences)", "~(_LineRendererElement)", "Null(Function,Function)", "String(String,ClearLastError)", "String(String,LoadClientsFailure)", "String(String,LoadProductsFailure)", "String(String,LoadInvoicesFailure)", "String(String,LoadPaymentsFailure)", "String(String,LoadQuotesFailure)", "String(String,LoadProjectsFailure)", "String(String,LoadTasksFailure)", "String(String,LoadVendorsFailure)", "String(String,LoadExpensesFailure)", "String(String,LoadSchedulesFailure)", "String(String,LoadTransactionRulesFailure)", "String(String,LoadTransactionsFailure)", "String(String,LoadBankAccountsFailure)", "String(String,LoadPurchaseOrdersFailure)", "String(String,LoadRecurringExpensesFailure)", "String(String,LoadSubscriptionsFailure)", "String(String,LoadTaskStatusesFailure)", "String(String,LoadRecurringInvoicesFailure)", "String(String,LoadWebhooksFailure)", "String(String,LoadTokensFailure)", "String(String,LoadPaymentTermsFailure)", "String(String,LoadDesignsFailure)", "String(String,LoadCreditsFailure)", "String(String,RefreshDataFailure)", "bool(bool,DismissNativeWarning)", "PageTransitionsBuilder?(TargetPlatform)", "UserCompanyState(int)", "FadeTransition(BuildContext,Widget?)", "~(double,double)", "Palette(Palette())", "SelectableEntity?(@)", "bool(OverscrollIndicatorNotification)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "~(UserCompanyEntity)", "~(UserCompanyState)", "Actions(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "ViewClipChain()", "Null(BuiltList)", "BankAccountUIStateBuilder(BankAccountUIStateBuilder)", "bool(bool?,ViewBankAccount)", "bool(bool?,ViewBankAccountList)", "bool(bool?,FilterBankAccountsByState)", "bool(bool?,FilterBankAccounts)", "bool(bool?,FilterBankAccountsByCustom1)", "bool(bool?,FilterBankAccountsByCustom2)", "bool(bool?,FilterBankAccountsByCustom3)", "bool(bool?,FilterBankAccountsByCustom4)", "int?(int?,UpdateBankAccountTab)", "Null(List,JavaScriptObject)", "String(String?,ArchiveBankAccountsSuccess)", "String(String?,DeleteBankAccountsSuccess)", "bool(SurfaceFrame,CkCanvas)", "_Future<@>(@)", "~(SelectionModelType)", "~(Size?)", "String(String?,SortBankAccounts)", "String(String?,FilterBankAccounts)", "String(String?,FilterBankAccountsByState)", "String(String?,FilterBankAccountsByCustom1)", "String(String?,FilterBankAccountsByCustom2)", "String(String?,FilterBankAccountsByCustom3)", "String(String?,FilterBankAccountsByCustom4)", "Animation0(bool)", "BankAccountEntity(BankAccountEntity?,UpdateBankAccount)", "~(List,TextDirection,double)", "BankAccountEntity(BankAccountEntity?,RestoreBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,ArchiveBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,DeleteBankAccountsSuccess)", "GlobalKey>(Widget)", "Center(int)", "InputDecorator(BuildContext,Widget?)", "~(String,ChartBehavior0<@>)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "BankAccountEntity(@)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "_MergClientPicker(BuildContext)", "bool(MapEntry>)", "TimeOfDay(int)", "Offset(double,double)", "~(List<_TappableLabel>,double)", "~(List<_TappableLabel>?)", "Null(BuiltList)", "~(ChartStateBehavior>,AnimationController)", "~({animation!Animation0,controller!AnimationController,max!double,min!double,target!double,tween!Tween})", "TimeOfDay()", "ClientUIStateBuilder(ClientUIStateBuilder)", "bool(bool?,ViewClient)", "bool(bool?,ViewClientList)", "bool(bool?,FilterClientsByState)", "bool(bool?,FilterClients)", "bool(bool?,FilterClientsByCustom1)", "bool(bool?,FilterClientsByCustom2)", "bool(bool?,FilterClientsByCustom3)", "bool(bool?,FilterClientsByCustom4)", "int?(int?,UpdateClientTab)", "Completer?(Completer?,EditClient)", "Completer?(Completer?,EditClient)", "ClientContactEntity(ClientContactEntity?,EditClient)", "ClientContactEntity(ClientContactEntity?,EditContact)", "String(String?,ArchiveClientsSuccess)", "String(String?,DeleteClientsSuccess)", "String?(String?,ViewClient)", "String(String?,AddClientSuccess)", "String(String?,ShowPdfClient)", "String(String?,SortClients)", "String(String?,FilterClients)", "String(String?,FilterClientsByState)", "String(String?,FilterClientsByCustom1)", "String(String?,FilterClientsByCustom2)", "String(String?,FilterClientsByCustom3)", "String(String?,FilterClientsByCustom4)", "Widget(LegendEntry<@>)", "ClientEntity(ClientEntity?,SaveClientSuccess)", "ClientEntity(ClientEntity?,AddClientSuccess)", "ClientEntity(ClientEntity?,RestoreClientSuccess)", "ClientEntity(ClientEntity?,ArchiveClientsSuccess)", "ClientEntity(ClientEntity?,DeleteClientsSuccess)", "ClientEntity(ClientEntity?,EditClient)", "ClientEntity(ClientEntity?,UpdateClient)", "ClientEntity(ClientEntity?,AddContact)", "ClientEntity(ClientEntity?,DeleteContact)", "ClientEntity(ClientEntity?,UpdateContact)", "ClientEntity(ClientEntity?,ViewClient)", "ClientEntity(ClientEntity?,ViewClientList)", "ClientEntity(ClientEntity?,SelectCompany)", "ClientEntity(ClientEntity?,DiscardChanges)", "~(TimePickerEntryMode)", "SingleChildScrollView(BuildContext,BoxConstraints)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "~(_HourMinuteMode)", "MergeSemantics(int)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,ListUIState,BuiltMap,StaticState)", "TextStyle()", "ClientEntity(@)", "UserCompanyStateBuilder(UserCompanyStateBuilder)", "UserCompanyEntity(UserCompanyEntity?,SaveEInvoiceCertificateSuccess)", "BoxDecoration()", "UserCompanyEntity(UserCompanyEntity?,UpdateReportSettings)", "Brightness()", "UserCompanyEntity(UserCompanyEntity?,SaveAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnecGmailUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthMailerSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisableTwoFactorSuccess)", "UserCompanyEntity(UserCompanyEntity?,SaveUserSettingsSuccess)", "UserCompanyEntity(UserCompanyEntity?,UpdateCompanyLanguage)", "UserCompanyEntity(UserCompanyEntity?,UpdateDashboardFields)", "UserCompanyEntity?(UserCompanyEntity?,UpdateDashboardFieldSettingss)", "CompanyEntityBuilder(UserCompanyEntityBuilder)", "int(int,LoadCompanySuccess)", "int(int,LoadExpensesSuccess)", "List(BuiltMap,BuiltList)", "bool(CompanyEntity?,BuiltMap,BuiltMap)", "List(CompanyEntity?,BuiltMap,BuiltMap)", "List(String?,UserCompanyState)", "ProductEntity(String)", "TextTheme()", "ClientEntity(String)", "bool(ClientEntity)", "~(JSObject)", "~(Surface)", "PaymentEntity(String)", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "ProjectEntity(String)", "Future(ImmutableBuffer{getTargetSize:TargetImageSize(int,int)?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "int(BaseEntity?,BaseEntity?)", "bool(ShapeBorder)", "String(ShapeBorder)", "double(double,FlutterView)", "Null(BuiltList)", "CompanyGatewayUIStateBuilder(CompanyGatewayUIStateBuilder)", "bool(bool?,ViewCompanyGateway)", "bool(bool?,ViewCompanyGatewayList)", "bool(bool?,FilterCompanyGatewaysByState)", "bool(bool?,FilterCompanyGateways)", "bool(bool?,FilterCompanyGatewaysByCustom1)", "bool(bool?,FilterCompanyGatewaysByCustom2)", "bool(bool?,FilterCompanyGatewaysByCustom3)", "bool(bool?,FilterCompanyGatewaysByCustom4)", "String(String?,ArchiveCompanyGatewaySuccess)", "String(String?,DeleteCompanyGatewaySuccess)", "String?(String?,ViewCompanyGateway)", "String(String?,AddCompanyGatewaySuccess)", "String(String?,SortCompanyGateways)", "String(String?,FilterCompanyGateways)", "String(String?,FilterCompanyGatewaysByState)", "String(String?,FilterCompanyGatewaysByCustom1)", "String(String?,FilterCompanyGatewaysByCustom2)", "String(String?,FilterCompanyGatewaysByCustom3)", "String(String?,FilterCompanyGatewaysByCustom4)", "CompanyGatewayEntity(CompanyGatewayEntity?,RestoreCompanyGatewaySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,ArchiveCompanyGatewaySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,DeleteCompanyGatewaySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,UpdateCompanyGateway)", "bool(double)", "Color(double)", "_LiveImage()", "List(BuiltMap,BuiltList,ListUIState,String?,bool)", "double(String,BuiltMap)", "~(ImageInfo?,bool)", "EntityStats(String,BuiltMap)", "~(String,CompanyGatewayEntity)", "Future<~>(Object,StackTrace?)", "Padding(Widget)", "Null(AssetManifest)", "int(TableRow)", "~(ImageChunkEvent)", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "Padding(int)", "Paint(BoxShadow)", "Rect(BoxShadow)", "CreditUIStateBuilder(CreditUIStateBuilder)", "bool(bool?,ViewCredit)", "bool(bool?,ViewCreditList)", "bool(bool?,FilterCreditsByState)", "bool(bool?,FilterCreditsByStatus)", "bool(bool?,FilterCredits)", "bool(bool?,FilterCreditsByCustom1)", "bool(bool?,FilterCreditsByCustom2)", "bool(bool?,FilterCreditsByCustom3)", "bool(bool?,FilterCreditsByCustom4)", "int?(int?,UpdateCreditTab)", "String?(String?,ShowPdfCredit)", "int?(int?,EditCredit)", "int?(int?,EditCreditItem)", "String(String?,ArchiveCreditsSuccess)", "String(String?,DeleteCreditsSuccess)", "String?(String?,ViewCredit)", "String(String?,AddCreditSuccess)", "String(String?,ShowEmailCredit)", "String(String?,ShowPdfCredit)", "String(String?,SortCredits)", "String(String?,FilterCredits)", "String(String?,FilterCreditsByState)", "String(String?,FilterCreditsByStatus)", "String(String?,FilterCreditsByCustom1)", "String(String?,FilterCreditsByCustom2)", "String(String?,FilterCreditsByCustom3)", "String(String?,FilterCreditsByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateCredit)", "Path(BoxShadow)", "InvoiceEntity(InvoiceEntity?,MoveCreditItem)", "InvoiceEntity(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditClient)", "InvoiceEntity(InvoiceEntity?,RestoreCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,AddCreditContact)", "InvoiceEntity(InvoiceEntity?,RemoveCreditContact)", "bool(int,bool)", "List(Size)", "TextAlign()", "~(@,StackTrace)", "LineMetrics(LineMetrics)", "DiagnosticsNode(InlineSpan)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "Paint?()", "Color?()", "Future()", "DashboardUIStateBuilder(DashboardUIStateBuilder)", "BuiltMap>(BuiltMap>,UpdateDashboardSelection)", "HitTestResult(Offset,int)", "BuiltMap>(BuiltMap>,SelectCompany)", "EntityType?(EntityType?,UpdateDashboardEntityType)", "bool?(bool?,UpdateDashboardSidebar)", "String(double,double,String)", "Size()", "~(int,bool(FlutterHtmlKeyboardEvent))", "~(TextSelection)", "bool(InlineSpanSemanticsInformation)", "Rect(Rect?,TextBox)", "~(String,Duration)", "ChartContainerRenderObject<@>()", "MouseCursor0(MouseTrackerAnnotation)", "List(BuiltMap,String)", "~(MouseTrackerAnnotation,Matrix40)", "bool(MouseTrackerAnnotation)", "List(BuiltMap,BuiltMap)", "int(PaymentEntity?,PaymentEntity?)", "List(BuiltMap,BuiltMap)", "bool(int,int)", "List(BuiltMap,BuiltMap)", "List(BuiltMap,BuiltMap)", "~(List<_InterestingSemanticsFragment>{isMergeUp:bool})", "~(List,JavaScriptObject)", "Future(JavaScriptObject)", "~(_SelectableFragment)", "bool(_SelectableFragment)", "Null(BuiltList)", "DesignUIStateBuilder(DesignUIStateBuilder)", "bool(bool?,ViewDesign)", "bool(bool?,ViewDesignList)", "bool(bool?,FilterDesignsByState)", "bool(bool?,FilterDesigns)", "bool(bool?,FilterDesignsByCustom1)", "bool(bool?,FilterDesignsByCustom2)", "bool(bool?,FilterDesignsByCustom3)", "bool(bool?,FilterDesignsByCustom4)", "String(String?,ArchiveDesignsSuccess)", "String(String?,DeleteDesignsSuccess)", "String(String?,SortDesigns)", "String(String?,FilterDesigns)", "String(String?,FilterDesignsByState)", "String(String?,FilterDesignsByCustom1)", "String(String?,FilterDesignsByCustom2)", "String(String?,FilterDesignsByCustom3)", "String(String?,FilterDesignsByCustom4)", "DesignEntity(DesignEntity?,RestoreDesignsSuccess)", "DesignEntity(DesignEntity?,ArchiveDesignsSuccess)", "DesignEntity(DesignEntity?,DeleteDesignsSuccess)", "DesignEntity(DesignEntity?,UpdateDesign)", "~(Iterable)", "OneSequenceGestureRecognizer(Factory)", "List(BuiltMap,BuiltList,ListUIState)", "DesignEntity(@)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "_ButtonSanitizer()", "Map(WebDropItem)", "bool(RenderSliver)", "CkCanvas(CkPictureRecorder)", "Null(Uint8List?)", "DocumentUIStateBuilder(DocumentUIStateBuilder)", "bool(bool?,ViewDocument)", "bool(bool?,ViewDocumentList)", "bool(bool?,FilterDocumentsByState)", "bool(bool?,FilterDocumentsByStatus)", "bool(bool?,FilterDocuments)", "bool(bool?,FilterDocumentsByCustom1)", "bool(bool?,FilterDocumentsByCustom2)", "bool(bool?,FilterDocumentsByCustom3)", "bool(bool?,FilterDocumentsByCustom4)", "String(String?,ArchiveDocumentSuccess)", "~(FrameTiming)", "String?(String?,ViewDocument)", "String(String?,SortDocuments)", "String(String?,FilterDocuments)", "String(String?,FilterDocumentsByState)", "String(String?,FilterDocumentsByStatus)", "String(String?,FilterDocumentsByCustom1)", "String(String?,FilterDocumentsByCustom2)", "String(String?,FilterDocumentsByCustom3)", "String(String?,FilterDocumentsByCustom4)", "DocumentEntity(DocumentEntity?,UpdateDocument)", "~(int,_FrameCallbackEntry)", "~(SemanticsActionEvent)", "~(SemanticsNode)", "_PointerState()", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "WebDropItem(Map<@,@>)", "XFile(WebDropItem)", "int(SemanticsNode)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "SemanticsNode(int)", "InvoiceItemEntity(BaseEntity)", "~(SemanticsTag)", "~(SemanticsAction,~(Object?))", "ByteData(ByteData?)", "Future<_AssetManifestBin>(String)", "ExpenseUIStateBuilder(ExpenseUIStateBuilder)", "bool(bool?,ViewExpense)", "bool(bool?,ViewExpenseList)", "bool(bool?,FilterExpensesByState)", "bool(bool?,FilterExpensesByStatus)", "bool(bool?,FilterExpenses)", "bool(bool?,FilterExpensesByCustom1)", "bool(bool?,FilterExpensesByCustom2)", "bool(bool?,FilterExpensesByCustom3)", "bool(bool?,FilterExpensesByCustom4)", "int?(int?,UpdateExpenseTab)", "String(String?,ArchiveExpenseSuccess)", "String(String?,DeleteExpenseSuccess)", "String?(String?,ViewExpense)", "String(String?,AddExpenseSuccess)", "String(String?,SortExpenses)", "String(String?,FilterExpenses)", "String(String?,FilterExpensesByState)", "String(String?,FilterExpensesByStatus)", "String(String?,FilterExpensesByCustom1)", "String(String?,FilterExpensesByCustom2)", "String(String?,FilterExpensesByCustom3)", "String(String?,FilterExpensesByCustom4)", "ExpenseEntity(ExpenseEntity?,RestoreExpenseSuccess)", "ExpenseEntity(ExpenseEntity?,ArchiveExpenseSuccess)", "ExpenseEntity(ExpenseEntity?,DeleteExpenseSuccess)", "ExpenseEntity(ExpenseEntity?,UpdateExpense)", "AssetMetadata(Map)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Stream()", "Future(String?)", "InvoiceEntity?(ExpenseEntity,BuiltMap)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "List(BuiltMap,String?)", "~(RawKeyEvent)", "~(DropEvent)", "RawKeyEventData()", "~(File,Uint8List?,String?,Stream>?)", "Null(BuiltList)", "ExpenseCategoryUIStateBuilder(ExpenseCategoryUIStateBuilder)", "Completer?(Completer?,EditExpenseCategory)", "Completer?(Completer?,EditExpenseCategory)", "bool(bool?,ViewExpenseCategory)", "bool(bool?,ViewExpenseCategoryList)", "bool(bool?,FilterExpenseCategoriesByState)", "bool(bool?,FilterExpenseCategories)", "bool(bool?,FilterExpenseCategoriesByCustom1)", "bool(bool?,FilterExpenseCategoriesByCustom2)", "bool(bool?,FilterExpenseCategoriesByCustom3)", "bool(bool?,FilterExpenseCategoriesByCustom4)", "String(String?,ArchiveExpenseCategoriesSuccess)", "String(String?,DeleteExpenseCategoriesSuccess)", "String(String?,SortExpenseCategories)", "String(String?,FilterExpenseCategories)", "String(String?,FilterExpenseCategoriesByState)", "String(String?,FilterExpenseCategoriesByCustom1)", "String(String?,FilterExpenseCategoriesByCustom2)", "String(String?,FilterExpenseCategoriesByCustom3)", "String(String?,FilterExpenseCategoriesByCustom4)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,RestoreExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,ArchiveExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,DeleteExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,UpdateExpenseCategory)", "Map(Map,String)", "List()", "List(List)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "double(String,BuiltMap)", "double(num)", "List<@>(String)", "ExpenseCategoryEntity(@)", "List(SelectionRect)", "PlatformViewSurface(BuildContext,PlatformViewController)", "_HtmlElementViewController(PlatformViewCreationParams)", "Null(BuiltList)", "GroupUIStateBuilder(GroupUIStateBuilder)", "bool(bool?,ViewGroup)", "bool(bool?,ViewGroupList)", "bool(bool?,FilterGroupsByState)", "bool(bool?,FilterGroups)", "String(String?,ArchiveGroupSuccess)", "String(String?,DeleteGroupSuccess)", "String?(String?,ViewGroup)", "String(String?,AddGroupSuccess)", "String(String?,SortGroups)", "String(String?,FilterGroups)", "String(String?,FilterGroupsByState)", "GroupEntity(GroupEntity?,RestoreGroupSuccess)", "GroupEntity(GroupEntity?,ArchiveGroupSuccess)", "GroupEntity(GroupEntity?,DeleteGroupSuccess)", "GroupEntity(GroupEntity?,UpdateGroup)", "Future<~>(PointerEvent)", "~(String,int)", "Future(String)", "~(Action)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "EntityStats(BuiltMap,String)", "TickerFuture({from:double?})", "SimpleDialogOption(EmailTemplate)", "InvoiceUIStateBuilder(InvoiceUIStateBuilder)", "bool(bool?,ViewInvoice)", "bool(bool?,ViewInvoiceList)", "bool(bool?,FilterInvoicesByState)", "bool(bool?,FilterInvoicesByStatus)", "bool(bool?,FilterInvoices)", "bool(bool?,FilterInvoicesByCustom1)", "bool(bool?,FilterInvoicesByCustom2)", "bool(bool?,FilterInvoicesByCustom3)", "bool(bool?,FilterInvoicesByCustom4)", "int?(int?,UpdateInvoiceTab)", "String?(String?,ShowPdfInvoice)", "int?(int?,EditInvoice)", "int?(int?,EditInvoiceItem)", "String(String?,ArchiveInvoicesSuccess)", "String(String?,DeleteInvoicesSuccess)", "String?(String?,ViewInvoice)", "String(String?,AddInvoiceSuccess)", "String(String?,ShowEmailInvoice)", "String(String?,ShowPdfInvoice)", "String(String?,SortInvoices)", "String(String?,FilterInvoices)", "String(String?,FilterInvoicesByState)", "String(String?,FilterInvoicesByStatus)", "String(String?,FilterInvoicesByCustom1)", "String(String?,FilterInvoicesByCustom2)", "String(String?,FilterInvoicesByCustom3)", "String(String?,FilterInvoicesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateInvoice)", "~(_ChildEntry)", "InvoiceEntity(InvoiceEntity?,MoveInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveInvoiceContact)", "Widget(_ChildEntry)", "bool(Widget)", "bool(String,BuiltMap)", "InvoiceEntity?(InvoiceEntity,BuiltMap)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List,String?)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,String?)", "~(_AnimationDirection)", "Route<@>?(RouteSettings)", "~(String,int?)", "Null(BuiltList)", "PaymentUIStateBuilder(PaymentUIStateBuilder)", "bool(bool?,ViewPayment)", "bool(bool?,ViewPaymentList)", "bool(bool?,FilterPaymentsByState)", "bool(bool?,FilterPaymentsByStatus)", "bool(bool?,FilterPayments)", "bool(bool?,FilterPaymentsByCustom1)", "bool(bool?,FilterPaymentsByCustom2)", "bool(bool?,FilterPaymentsByCustom3)", "bool(bool?,FilterPaymentsByCustom4)", "int?(int?,UpdatePaymentTab)", "String(String?,ArchivePaymentsSuccess)", "String(String?,DeletePaymentsSuccess)", "String?(String?,ViewPayment)", "String(String?,AddPaymentSuccess)", "String(String?,SortPayments)", "String(String?,FilterPayments)", "String(String?,FilterPaymentsByState)", "String(String?,FilterPaymentsByStatus)", "String(String?,FilterPaymentsByCustom1)", "String(String?,FilterPaymentsByCustom2)", "String(String?,FilterPaymentsByCustom3)", "String(String?,FilterPaymentsByCustom4)", "PaymentEntity(PaymentEntity?,RestorePaymentsSuccess)", "PaymentEntity(PaymentEntity?,ArchivePaymentsSuccess)", "PaymentEntity(PaymentEntity?,DeletePaymentsSuccess)", "PaymentEntity(PaymentEntity?,UpdatePayment)", "String(PaymentEntity)", "~(AutocompletePreviousOptionIntent)", "bool(String,PaymentEntity)", "~(AutocompleteNextOptionIntent)", "~(String,String?)", "CompositedTransformFollower(BuildContext)", "bool(AutofillClient)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "EntityStats(String,BuiltMap,BuiltMap)", "PaymentEntity(@)", "AutofillClient()", "bool(KeepAliveNotification)", "String(String,Color)", "Null(BuiltList)", "PaymentTermUIStateBuilder(PaymentTermUIStateBuilder)", "bool(bool?,ViewPaymentTerm)", "bool(bool?,ViewPaymentTermList)", "bool(bool?,FilterPaymentTermsByState)", "bool(bool?,FilterPaymentTerms)", "bool(bool?,FilterPaymentTermsByCustom1)", "bool(bool?,FilterPaymentTermsByCustom2)", "bool(bool?,FilterPaymentTermsByCustom3)", "bool(bool?,FilterPaymentTermsByCustom4)", "String(String?,ArchivePaymentTermsSuccess)", "String(String?,DeletePaymentTermsSuccess)", "String(String?,SortPaymentTerms)", "String(String?,FilterPaymentTerms)", "String(String?,FilterPaymentTermsByState)", "String(String?,FilterPaymentTermsByCustom1)", "String(String?,FilterPaymentTermsByCustom2)", "String(String?,FilterPaymentTermsByCustom3)", "String(String?,FilterPaymentTermsByCustom4)", "PaymentTermEntity(PaymentTermEntity?,RestorePaymentTermsSuccess)", "PaymentTermEntity(PaymentTermEntity?,ArchivePaymentTermsSuccess)", "PaymentTermEntity(PaymentTermEntity?,DeletePaymentTermsSuccess)", "PaymentTermEntity(PaymentTermEntity?,UpdatePaymentTerm)", "ClipPath(BuildContext)", "TextScaler()", "~(int,int,int)", "Uint8List(@,@)", "List(BuiltMap,BuiltList)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "Future()", "SimpleDialogOption(String)", "Future<~>(double)", "Future<~>(@)", "DefaultSelectionStyle(BuildContext)", "Null(BuiltList)", "ProductUIStateBuilder(ProductUIStateBuilder)", "bool(bool?,ViewProduct)", "bool(bool?,ViewProductList)", "bool(bool?,FilterProductsByState)", "bool(bool?,FilterProducts)", "bool(bool?,FilterProductsByCustom1)", "bool(bool?,FilterProductsByCustom2)", "bool(bool?,FilterProductsByCustom3)", "bool(bool?,FilterProductsByCustom4)", "int?(int?,UpdateProductTab)", "ProductEntity(ProductEntity?,UpdateProduct)", "ProductEntity(ProductEntity?,RestoreProductsSuccess)", "ProductEntity(ProductEntity?,ArchiveProductsSuccess)", "ProductEntity(ProductEntity?,DeleteProductsSuccess)", "String(String?,ArchiveProductsSuccess)", "String(String?,DeleteProductsSuccess)", "String?(String?,ViewProduct)", "String(String?,AddProductSuccess)", "String(String?,SortProducts)", "String(String?,FilterProducts)", "String(String?,FilterProductsByState)", "String(String?,FilterProductsByCustom1)", "String(String?,FilterProductsByCustom2)", "String(String?,FilterProductsByCustom3)", "String(String?,FilterProductsByCustom4)", "UnregisteredFont()", "Rect(DisplayFeature)", "List(BuiltMap,BuiltList,BuiltMap)", "List(BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap)", "ProductEntity(@)", "LayoutBuilder(BuildContext,double,Widget?)", "_DraggableSheetExtent()", "~(Layer0)", "Null(BuiltList)", "ProjectUIStateBuilder(ProjectUIStateBuilder)", "bool(bool?,ViewProject)", "bool(bool?,ViewProjectList)", "bool(bool?,FilterProjectsByState)", "bool(bool?,FilterProjects)", "bool(bool?,FilterProjectsByCustom1)", "bool(bool?,FilterProjectsByCustom2)", "bool(bool?,FilterProjectsByCustom3)", "bool(bool?,FilterProjectsByCustom4)", "int?(int?,UpdateProjectTab)", "Completer?(Completer?,EditProject)", "Completer?(Completer?,EditProject)", "String(String?,ArchiveProjectSuccess)", "String(String?,DeleteProjectSuccess)", "String?(String?,ViewProject)", "String(String?,AddProjectSuccess)", "String(String?,SortProjects)", "String(String?,FilterProjects)", "String(String?,FilterProjectsByState)", "String(String?,FilterProjectsByCustom1)", "String(String?,FilterProjectsByCustom2)", "String(String?,FilterProjectsByCustom3)", "String(String?,FilterProjectsByCustom4)", "ProjectEntity(ProjectEntity?,RestoreProjectSuccess)", "ProjectEntity(ProjectEntity?,ArchiveProjectSuccess)", "ProjectEntity(ProjectEntity?,DeleteProjectSuccess)", "ProjectEntity(ProjectEntity?,UpdateProject)", "String(ProjectEntity)", "~(Blob?)", "bool(String,ProjectEntity)", "bool(Element2)", "int(TaskEntity?,TaskEntity?)", "~(NotoFont)", "List(BuiltMap,BuiltList,BuiltMap,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,BuiltMap)", "~(TransposeCharactersIntent)", "~(String,ProjectEntity)", "ProjectEntity(@)", "PurchaseOrderUIStateBuilder(PurchaseOrderUIStateBuilder)", "bool(bool?,ViewPurchaseOrder)", "bool(bool?,ViewPurchaseOrderList)", "bool(bool?,FilterPurchaseOrdersByState)", "bool(bool?,FilterPurchaseOrdersByStatus)", "bool(bool?,FilterPurchaseOrders)", "bool(bool?,FilterPurchaseOrdersByCustom1)", "bool(bool?,FilterPurchaseOrdersByCustom2)", "bool(bool?,FilterPurchaseOrdersByCustom3)", "bool(bool?,FilterPurchaseOrdersByCustom4)", "int?(int?,UpdatePurchaseOrderTab)", "String?(String?,ShowPdfPurchaseOrder)", "int?(int?,EditPurchaseOrder)", "int?(int?,EditPurchaseOrderItem)", "String(String?,ArchivePurchaseOrdersSuccess)", "String(String?,DeletePurchaseOrdersSuccess)", "String?(String?,ViewPurchaseOrder)", "String(String?,AddPurchaseOrderSuccess)", "String(String?,ShowEmailPurchaseOrder)", "String(String?,ShowPdfPurchaseOrder)", "String(String?,SortPurchaseOrders)", "String(String?,FilterPurchaseOrders)", "String(String?,FilterPurchaseOrdersByState)", "String(String?,FilterPurchaseOrdersByStatus)", "String(String?,FilterPurchaseOrdersByCustom1)", "String(String?,FilterPurchaseOrdersByCustom2)", "String(String?,FilterPurchaseOrdersByCustom3)", "String(String?,FilterPurchaseOrdersByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrder)", "~(ReplaceTextIntent)", "InvoiceEntity(InvoiceEntity?,MovePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderVendor)", "InvoiceEntity(InvoiceEntity?,RestorePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,ArchivePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderContact)", "InvoiceEntity(InvoiceEntity?,RemovePurchaseOrderContact)", "~(ScrollToDocumentBoundaryIntent)", "~(ScrollIntent)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,BuiltMap,BuiltMap,String)", "~(ExtendSelectionByPageIntent)", "QuoteUIStateBuilder(QuoteUIStateBuilder)", "bool(bool?,ViewQuote)", "bool(bool?,ViewQuoteList)", "bool(bool?,FilterQuotesByState)", "bool(bool?,FilterQuotesByStatus)", "bool(bool?,FilterQuotes)", "bool(bool?,FilterQuotesByCustom1)", "bool(bool?,FilterQuotesByCustom2)", "bool(bool?,FilterQuotesByCustom3)", "bool(bool?,FilterQuotesByCustom4)", "int?(int?,UpdateQuoteTab)", "String?(String?,ShowPdfQuote)", "int?(int?,EditQuote)", "int?(int?,EditQuoteItem)", "String(String?,ArchiveQuotesSuccess)", "String(String?,DeleteQuotesSuccess)", "String?(String?,ViewQuote)", "String(String?,AddQuoteSuccess)", "String(String?,ShowEmailQuote)", "String(String?,ShowPdfQuote)", "String(String?,SortQuotes)", "String(String?,FilterQuotes)", "String(String?,FilterQuotesByState)", "String(String?,FilterQuotesByStatus)", "String(String?,FilterQuotesByCustom1)", "String(String?,FilterQuotesByCustom2)", "String(String?,FilterQuotesByCustom3)", "String(String?,FilterQuotesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateQuote)", "~(UpdateSelectionIntent)", "InvoiceEntity(InvoiceEntity?,MoveQuoteItem)", "InvoiceEntity(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteClient)", "InvoiceEntity(InvoiceEntity?,RestoreQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteContact)", "InvoiceEntity(InvoiceEntity?,RemoveQuoteContact)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "~(List)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "RecurringExpenseUIStateBuilder(RecurringExpenseUIStateBuilder)", "bool(bool?,ViewRecurringExpense)", "bool(bool?,ViewRecurringExpenseList)", "bool(bool?,FilterRecurringExpensesByState)", "bool(bool?,FilterRecurringExpensesByStatus)", "bool(bool?,FilterRecurringExpenses)", "bool(bool?,FilterRecurringExpensesByCustom1)", "bool(bool?,FilterRecurringExpensesByCustom2)", "bool(bool?,FilterRecurringExpensesByCustom3)", "bool(bool?,FilterRecurringExpensesByCustom4)", "int?(int?,UpdateRecurringExpenseTab)", "String(String?,ArchiveRecurringExpensesSuccess)", "String(String?,DeleteRecurringExpensesSuccess)", "String(String?,SortRecurringExpenses)", "String(String?,FilterRecurringExpenses)", "String(String?,FilterRecurringExpensesByState)", "String(String?,FilterRecurringExpensesByStatus)", "String(String?,FilterRecurringExpensesByCustom1)", "String(String?,FilterRecurringExpensesByCustom2)", "String(String?,FilterRecurringExpensesByCustom3)", "String(String?,FilterRecurringExpensesByCustom4)", "ExpenseEntity(ExpenseEntity?,RestoreRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,ArchiveRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,DeleteRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,UpdateRecurringExpense)", "EngineLineMetrics(ParagraphLine)", "Future<~>(PasteTextIntent)", "RecurringInvoiceUIStateBuilder(RecurringInvoiceUIStateBuilder)", "bool(bool?,ViewRecurringInvoice)", "bool(bool?,ViewRecurringInvoiceList)", "bool(bool?,FilterRecurringInvoicesByState)", "bool(bool?,FilterRecurringInvoicesByStatus)", "bool(bool?,FilterRecurringInvoices)", "bool(bool?,FilterRecurringInvoicesByCustom1)", "bool(bool?,FilterRecurringInvoicesByCustom2)", "bool(bool?,FilterRecurringInvoicesByCustom3)", "bool(bool?,FilterRecurringInvoicesByCustom4)", "int?(int?,UpdateRecurringInvoiceTab)", "String?(String?,ShowPdfRecurringInvoice)", "int?(int?,EditRecurringInvoice)", "int?(int?,EditRecurringInvoiceItem)", "String(String?,ArchiveRecurringInvoicesSuccess)", "String(String?,DeleteRecurringInvoicesSuccess)", "String?(String?,ViewRecurringInvoice)", "String(String?,AddRecurringInvoiceSuccess)", "String(String?,ShowEmailRecurringInvoice)", "String(String?,ShowPdfRecurringInvoice)", "String(String?,SortRecurringInvoices)", "String(String?,FilterRecurringInvoices)", "String(String?,FilterRecurringInvoicesByState)", "String(String?,FilterRecurringInvoicesByStatus)", "String(String?,FilterRecurringInvoicesByCustom1)", "String(String?,FilterRecurringInvoicesByCustom2)", "String(String?,FilterRecurringInvoicesByCustom3)", "String(String?,FilterRecurringInvoicesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoice)", "~(TextEditingValue)", "InvoiceEntity(InvoiceEntity?,MoveRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveRecurringInvoiceContact)", "bool(TextEditingValue?,TextEditingValue)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState,BuiltMap)", "bool(HitTestEntry)", "@(@,@)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "Null(BuiltList)", "ScheduleUIStateBuilder(ScheduleUIStateBuilder)", "bool(bool?,ViewSchedule)", "bool(bool?,ViewScheduleList)", "bool(bool?,FilterSchedulesByState)", "bool(bool?,FilterSchedules)", "bool(bool?,FilterSchedulesByCustom1)", "bool(bool?,FilterSchedulesByCustom2)", "bool(bool?,FilterSchedulesByCustom3)", "bool(bool?,FilterSchedulesByCustom4)", "int?(int?,UpdateScheduleTab)", "String(String?,ArchiveSchedulesSuccess)", "String(String?,DeleteSchedulesSuccess)", "String(String?,SortSchedules)", "String(String?,FilterSchedules)", "String(String?,FilterSchedulesByState)", "String(String?,FilterSchedulesByCustom1)", "String(String?,FilterSchedulesByCustom2)", "String(String?,FilterSchedulesByCustom3)", "String(String?,FilterSchedulesByCustom4)", "ScheduleEntity(ScheduleEntity?,RestoreSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,ArchiveSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,DeleteSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,UpdateSchedule)", "~(_FocusTraversalGroupInfo)", "bool(_DirectionalPolicyDataEntry)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "ScheduleEntity(@)", "bool(Node1)", "bool(TraversalDirection)", "Null(UserCompanyEntity)", "Null(BaseEntity)", "SettingsUIState(SettingsUIState,ViewSettings)", "Set(_ReadingOrderSortData)", "SettingsUIState(SettingsUIState,UpdateCompany)", "SettingsUIState(SettingsUIState,UpdateSettings)", "SettingsUIState(SettingsUIState,UpdateUserSettings)", "SettingsUIState(SettingsUIState,ResetSettings)", "SettingsUIState(SettingsUIState,SaveCompanySuccess)", "SettingsUIState(SettingsUIState,DeleteDocumentSuccess)", "SettingsUIState(SettingsUIState,SaveGroupSuccess)", "SettingsUIState(SettingsUIState,SaveClientSuccess)", "SettingsUIState(SettingsUIState,SaveAuthUserSuccess)", "SettingsUIState(SettingsUIState,ConnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthMailerSuccess)", "SettingsUIState(SettingsUIState,FilterSettings)", "SettingsUIState(SettingsUIState,ClearSettingsFilter)", "SettingsUIState(SettingsUIState,UpdateSettingsTab)", "SettingsUIState(SettingsUIState,UpdateSettingsTemplate)", "SettingsUIState(SettingsUIState,UpdatedSettingUI)", "SettingsUIState(SettingsUIState,ToggleShowNewSettings)", "SettingsUIState(SettingsUIState,ToggleShowPdfPreview)", "StaticStateBuilder(StaticStateBuilder)", "CurrencyEntity(@)", "SizeEntity(@)", "IndustryEntity(@)", "TimezoneEntity(@)", "DateFormatEntity(@)", "LanguageEntity(@)", "PaymentTypeEntity(@)", "CountryEntity(@)", "GatewayEntity(@)", "List(BuiltMap)", "Map(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap,bool)", "List(BuiltMap)", "BuiltMap(List<@>)", "FontEntity(@)", "Element2(Node1)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "Null(BuiltList)", "SubscriptionUIStateBuilder(SubscriptionUIStateBuilder)", "bool(bool?,ViewSubscription)", "bool(bool?,ViewSubscriptionList)", "bool(bool?,FilterSubscriptionsByState)", "bool(bool?,FilterSubscriptions)", "bool(bool?,FilterSubscriptionsByCustom1)", "bool(bool?,FilterSubscriptionsByCustom2)", "bool(bool?,FilterSubscriptionsByCustom3)", "bool(bool?,FilterSubscriptionsByCustom4)", "int?(int?,UpdateSubscriptionTab)", "String(String?,ArchiveSubscriptionsSuccess)", "String(String?,DeleteSubscriptionsSuccess)", "String(String?,SortSubscriptions)", "String(String?,FilterSubscriptions)", "String(String?,FilterSubscriptionsByState)", "String(String?,FilterSubscriptionsByCustom1)", "String(String?,FilterSubscriptionsByCustom2)", "String(String?,FilterSubscriptionsByCustom3)", "String(String?,FilterSubscriptionsByCustom4)", "SubscriptionEntity(SubscriptionEntity?,RestoreSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,ArchiveSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,DeleteSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,UpdateSubscription)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "SubscriptionEntity(@)", "int(BaseEntity,BaseEntity)", "bool(FormFieldState<@>)", "DiagnosticsProperty(Element0)", "Element0?(Element0)", "Null(BuiltList)", "TaskUIStateBuilder(TaskUIStateBuilder)", "bool(bool?,ViewTask)", "bool(bool?,ViewTaskList)", "bool(bool?,FilterTasksByState)", "bool(bool?,FilterTasksByStatus)", "bool(bool?,FilterTasks)", "bool(bool?,FilterTasksByCustom1)", "bool(bool?,FilterTasksByCustom2)", "bool(bool?,FilterTasksByCustom3)", "bool(bool?,FilterTasksByCustom4)", "int?(int?,UpdateTaskTab)", "int(int?,UpdateKanban)", "int?(int?,EditTask)", "int?(int?,EditTaskTime)", "String(String?,ArchiveTaskSuccess)", "String(String?,DeleteTaskSuccess)", "String?(String?,ViewTask)", "String(String?,AddTaskSuccess)", "String(String?,SortTasks)", "String(String?,FilterTasks)", "String(String?,FilterTasksByState)", "String(String?,FilterTasksByStatus)", "String(String?,FilterTasksByCustom1)", "String(String?,FilterTasksByCustom2)", "String(String?,FilterTasksByCustom3)", "String(String?,FilterTasksByCustom4)", "TaskEntity(TaskEntity?,RestoreTaskSuccess)", "TaskEntity(TaskEntity?,ArchiveTaskSuccess)", "TaskEntity(TaskEntity?,StartTasksSuccess)", "TaskEntity(TaskEntity?,StopTasksSuccess)", "TaskEntity(TaskEntity?,DeleteTaskSuccess)", "TaskEntity(TaskEntity?,UpdateTask)", "String(TaskEntity)", "Object?(int,Element0?)", "bool(String,TaskEntity)", "~(Element2)", "List(BuiltMap,String?,BuiltMap,BuiltMap,BuiltMap)", "Transaction(@,String)", "DoubleTapGestureRecognizer()", "TaskEntity(@)", "~(DoubleTapGestureRecognizer)", "Future<+(String,FontLoadError?)>()", "Radius()", "Null(BuiltList)", "TaskStatusUIStateBuilder(TaskStatusUIStateBuilder)", "bool(bool?,ViewTaskStatus)", "bool(bool?,ViewTaskStatusList)", "bool(bool?,FilterTaskStatusesByState)", "bool(bool?,FilterTaskStatuses)", "bool(bool?,FilterTaskStatusesByCustom1)", "bool(bool?,FilterTaskStatusesByCustom2)", "bool(bool?,FilterTaskStatusesByCustom3)", "bool(bool?,FilterTaskStatusesByCustom4)", "String(String?,ArchiveTaskStatusesSuccess)", "String(String?,DeleteTaskStatusesSuccess)", "String(String?,SortTaskStatuses)", "String(String?,FilterTaskStatuses)", "String(String?,FilterTaskStatusesByState)", "String(String?,FilterTaskStatusesByCustom1)", "String(String?,FilterTaskStatusesByCustom2)", "String(String?,FilterTaskStatusesByCustom3)", "String(String?,FilterTaskStatusesByCustom4)", "TaskStatusEntity(TaskStatusEntity?,RestoreTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,ArchiveTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,DeleteTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,UpdateTaskStatus)", "Center(Widget)", "FontLoadError?()", "~(ParagraphLine)", "List(BuiltList,BuiltMap)", "List(BuiltMap,BuiltList,StaticState,BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "int(String,BuiltMap)", "~(LayoutFragment)", "TaskStatusEntity(@)", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "~(LineBreakType,int)", "Null(BuiltList)", "TaxRateUIStateBuilder(TaxRateUIStateBuilder)", "bool(bool?,ViewTaxRate)", "bool(bool?,ViewTaxRateList)", "bool(bool?,FilterTaxRatesByState)", "bool(bool?,FilterTaxRates)", "String(String?,ArchiveTaxRatesSuccess)", "String(String?,DeleteTaxRatesSuccess)", "String?(String?,ViewTaxRate)", "String(String?,AddTaxRateSuccess)", "String(String?,SortTaxRates)", "String(String?,FilterTaxRates)", "String(String?,FilterTaxRatesByState)", "TaxRateEntity(TaxRateEntity?,RestoreTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,ArchiveTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,DeleteTaxRatesSuccess)", "TaxRateEntity(TaxRateEntity?,UpdateTaxRate)", "TargetPlatform?()", "FontFamily(@)", "~(RenderSemanticsGestureHandler)", "~(StatefulElement,Object)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "bool(DiagnosticsNode?)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "Null(BuiltList)", "TokenUIStateBuilder(TokenUIStateBuilder)", "bool(bool?,ViewToken)", "bool(bool?,ViewTokenList)", "bool(bool?,FilterTokensByState)", "bool(bool?,FilterTokens)", "bool(bool?,FilterTokensByCustom1)", "bool(bool?,FilterTokensByCustom2)", "bool(bool?,FilterTokensByCustom3)", "bool(bool?,FilterTokensByCustom4)", "String(String?,ArchiveTokensSuccess)", "String(String?,DeleteTokensSuccess)", "String(String?,SortTokens)", "String(String?,FilterTokens)", "String(String?,FilterTokensByState)", "String(String?,FilterTokensByCustom1)", "String(String?,FilterTokensByCustom2)", "String(String?,FilterTokensByCustom3)", "String(String?,FilterTokensByCustom4)", "TokenEntity(TokenEntity?,RestoreTokensSuccess)", "TokenEntity(TokenEntity?,ArchiveTokensSuccess)", "TokenEntity(TokenEntity?,DeleteTokensSuccess)", "TokenEntity(TokenEntity?,UpdateToken)", "bool(_HeroFlight)", "bool(StackFrame)", "IconTheme(BuildContext)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TokenEntity(@)", "~(ImageInfo,bool)", "ErrorDescription(String)", "String(DiagnosticsNode)", "Future(RandomAccessFile,int)", "TransactionUIStateBuilder(TransactionUIStateBuilder)", "bool(bool?,ViewTransaction)", "bool(bool?,ViewTransactionList)", "bool(bool?,FilterTransactionsByState)", "bool(bool?,FilterTransactionsByStatus)", "bool(bool?,FilterTransactions)", "bool(bool?,FilterTransactionsByCustom1)", "bool(bool?,FilterTransactionsByCustom2)", "bool(bool?,FilterTransactionsByCustom3)", "bool(bool?,FilterTransactionsByCustom4)", "int?(int?,UpdateTransactionTab)", "String(String?,ArchiveTransactionsSuccess)", "String(String?,DeleteTransactionsSuccess)", "String(String?,SortTransactions)", "String(String?,FilterTransactions)", "String(String?,FilterTransactionsByState)", "String(String?,FilterTransactionsByStatus)", "String(String?,FilterTransactionsByCustom1)", "String(String?,FilterTransactionsByCustom2)", "String(String?,FilterTransactionsByCustom3)", "String(String?,FilterTransactionsByCustom4)", "TransactionEntity(TransactionEntity?,RestoreTransactionsSuccess)", "TransactionEntity(TransactionEntity?,ArchiveTransactionsSuccess)", "TransactionEntity(TransactionEntity?,DeleteTransactionsSuccess)", "TransactionEntity(TransactionEntity?,UpdateTransaction)", "~(String,JavaScriptObject)", "BoxConstraintsTween(@)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "TransactionEntity(@)", "Matrix4Tween(@)", "TextStyleTween(@)", "BorderRadiusTween(@)", "Null(BuiltList)", "TransactionRuleUIStateBuilder(TransactionRuleUIStateBuilder)", "bool(bool?,ViewTransactionRule)", "bool(bool?,ViewTransactionRuleList)", "bool(bool?,FilterTransactionRulesByState)", "bool(bool?,FilterTransactionRules)", "bool(bool?,FilterTransactionRulesByCustom1)", "bool(bool?,FilterTransactionRulesByCustom2)", "bool(bool?,FilterTransactionRulesByCustom3)", "bool(bool?,FilterTransactionRulesByCustom4)", "int?(int?,UpdateTransactionRuleTab)", "String(String?,ArchiveTransactionRulesSuccess)", "String(String?,DeleteTransactionRulesSuccess)", "String(String?,SortTransactionRules)", "String(String?,FilterTransactionRules)", "String(String?,FilterTransactionRulesByState)", "String(String?,FilterTransactionRulesByCustom1)", "String(String?,FilterTransactionRulesByCustom2)", "String(String?,FilterTransactionRulesByCustom3)", "String(String?,FilterTransactionRulesByCustom4)", "TransactionRuleEntity(TransactionRuleEntity?,RestoreTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,ArchiveTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,DeleteTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,UpdateTransactionRule)", "Future(int)", "Future<@>(_Pending)", "Map(List<@>)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TransactionRuleEntity(@)", "PrefStateSortFieldBuilder(PrefStateSortFieldBuilder)", "MapBuilder(MapBuilder)", "BuiltMap(BuiltMap,SortClients)", "BuiltMap(BuiltMap,SortProducts)", "BuiltMap(BuiltMap,SortInvoices)", "BuiltMap(BuiltMap,SortPayments)", "BuiltMap(BuiltMap,SortRecurringInvoices)", "BuiltMap(BuiltMap,SortQuotes)", "BuiltMap(BuiltMap,SortCredits)", "BuiltMap(BuiltMap,SortProjects)", "BuiltMap(BuiltMap,SortTasks)", "BuiltMap(BuiltMap,SortVendors)", "BuiltMap(BuiltMap,SortExpenses)", "BuiltMap(BuiltMap,SortPaymentTerms)", "BuiltMap(BuiltMap,SortTaxRates)", "BuiltMap(BuiltMap,SortCompanyGateways)", "BuiltMap(BuiltMap,SortUsers)", "BuiltMap(BuiltMap,SortGroups)", "BuiltMap(BuiltMap,SortDesigns)", "BuiltMap(BuiltMap,SortTokens)", "BuiltMap(BuiltMap,SortWebhooks)", "BuiltMap(BuiltMap,SortExpenseCategories)", "BuiltMap(BuiltMap,SortTaskStatuses)", "BuiltMap(BuiltMap,SortSubscriptions)", "BuiltMap(BuiltMap,ToggleEditorLayout)", "Map(Map)", "BuiltMap(BuiltMap,ToggleViewerLayout)", "Null(Map)", "double(double,UpdateUserPreferences)", "bool(bool,DismissTaskExtensionBanner)", "bool(bool,DismissGatewayWarningPermanently)", "bool(bool,DismissReviewAppPermanently)", "Null(BuildContext,MagnifierController,ValueNotifier)", "Uint8List(Object?)", "AppLayout(AppLayout,UpdateUserPreferences)", "ModuleLayout?(ModuleLayout?,UpdateUserPreferences)", "ModuleLayout(ModuleLayout?,SwitchListTableLayout)", "int(int,UpdateUserPreferences)", "bool(Route<@>?)", "bool(OverlayEntry)", "BuiltList(BuiltList,UpdateUserPreferences)", "bool(bool,TogglePreviewSidebar)", "bool(bool,StartClientMultiselect)", "bool(bool,StartProductMultiselect)", "bool(bool,StartInvoiceMultiselect)", "bool(bool,StartRecurringInvoiceMultiselect)", "bool(bool,StartPaymentMultiselect)", "bool(bool,StartQuoteMultiselect)", "bool(bool,StartCreditMultiselect)", "bool(bool,StartProjectMultiselect)", "bool(bool,StartTaskMultiselect)", "bool(bool,StartVendorMultiselect)", "bool(bool,StartPurchaseOrderMultiselect)", "bool(bool,StartExpenseMultiselect)", "bool(bool,StartRecurringExpenseMultiselect)", "bool(bool,StartTransactionMultiselect)", "JsFunction(@)", "CompanyPrefStateBuilder(CompanyPrefStateBuilder)", "BuiltList(BuiltList,PurgeDataSuccess)", "BuiltList(BuiltList,PopLastHistory)", "JsArray<@>(@)", "BuiltList(BuiltList,UpdateLastHistory)", "int(HistoryRecordBuilder)", "BuiltList(BuiltList,ViewDashboard)", "BuiltList(BuiltList,ViewReports)", "BuiltList(BuiltList,ViewSettings)", "BuiltList(BuiltList,ViewClient)", "BuiltList(BuiltList,ViewClientList)", "BuiltList(BuiltList,EditClient)", "BuiltList(BuiltList,ViewProduct)", "BuiltList(BuiltList,ViewProductList)", "BuiltList(BuiltList,EditProduct)", "BuiltList(BuiltList,ViewInvoice)", "BuiltList(BuiltList,ViewInvoiceList)", "BuiltList(BuiltList,EditInvoice)", "BuiltList(BuiltList,ViewPayment)", "BuiltList(BuiltList,ViewPaymentList)", "BuiltList(BuiltList,EditPayment)", "BuiltList(BuiltList,ViewQuote)", "BuiltList(BuiltList,ViewQuoteList)", "BuiltList(BuiltList,EditQuote)", "BuiltList(BuiltList,ViewTask)", "BuiltList(BuiltList,ViewTaskList)", "BuiltList(BuiltList,EditTask)", "BuiltList(BuiltList,ViewProject)", "BuiltList(BuiltList,ViewProjectList)", "BuiltList(BuiltList,EditProject)", "BuiltList(BuiltList,ViewVendor)", "BuiltList(BuiltList,ViewVendorList)", "BuiltList(BuiltList,EditVendor)", "BuiltList(BuiltList,ViewExpense)", "BuiltList(BuiltList,ViewExpenseList)", "BuiltList(BuiltList,EditExpense)", "BuiltList(BuiltList,ViewCompanyGateway)", "BuiltList(BuiltList,ViewCompanyGatewayList)", "BuiltList(BuiltList,EditCompanyGateway)", "BuiltList(BuiltList,ViewUser)", "BuiltList(BuiltList,ViewUserList)", "BuiltList(BuiltList,EditUser)", "BuiltList(BuiltList,ViewGroup)", "BuiltList(BuiltList,ViewGroupList)", "BuiltList(BuiltList,EditGroup)", "BuiltList(BuiltList,ViewSchedule)", "BuiltList(BuiltList,ViewScheduleList)", "BuiltList(BuiltList,EditSchedule)", "BuiltList(BuiltList,ViewTransactionRule)", "BuiltList(BuiltList,ViewTransactionRuleList)", "BuiltList(BuiltList,EditTransactionRule)", "BuiltList(BuiltList,ViewTransaction)", "BuiltList(BuiltList,ViewTransactionList)", "BuiltList(BuiltList,EditTransaction)", "BuiltList(BuiltList,ViewBankAccount)", "BuiltList(BuiltList,ViewBankAccountList)", "BuiltList(BuiltList,ViewPurchaseOrder)", "BuiltList(BuiltList,ViewPurchaseOrderList)", "BuiltList(BuiltList,EditPurchaseOrder)", "BuiltList(BuiltList,ViewRecurringExpense)", "BuiltList(BuiltList,ViewRecurringExpenseList)", "BuiltList(BuiltList,EditRecurringExpense)", "BuiltList(BuiltList,ViewSubscription)", "BuiltList(BuiltList,ViewSubscriptionList)", "BuiltList(BuiltList,EditSubscription)", "BuiltList(BuiltList,ViewTaskStatus)", "BuiltList(BuiltList,ViewTaskStatusList)", "BuiltList(BuiltList,EditTaskStatus)", "BuiltList(BuiltList,ViewExpenseCategory)", "BuiltList(BuiltList,ViewExpenseCategoryList)", "BuiltList(BuiltList,EditExpenseCategory)", "BuiltList(BuiltList,ViewRecurringInvoice)", "BuiltList(BuiltList,ViewRecurringInvoiceList)", "BuiltList(BuiltList,EditRecurringInvoice)", "BuiltList(BuiltList,ViewWebhook)", "BuiltList(BuiltList,ViewWebhookList)", "BuiltList(BuiltList,EditWebhook)", "BuiltList(BuiltList,ViewToken)", "BuiltList(BuiltList,ViewTokenList)", "BuiltList(BuiltList,EditToken)", "BuiltList(BuiltList,ViewPaymentTerm)", "BuiltList(BuiltList,ViewPaymentTermList)", "BuiltList(BuiltList,EditPaymentTerm)", "BuiltList(BuiltList,EditDesign)", "BuiltList(BuiltList,ViewCredit)", "BuiltList(BuiltList,ViewCreditList)", "BuiltList(BuiltList,EditCredit)", "BuiltList(BuiltList,ViewDocument)", "BuiltList(BuiltList,ViewDocumentList)", "BuiltList(BuiltList,EditDocument)", "BuiltList(BuiltList,FilterByEntity)", "int(int,UpdateCurrentRoute)", "String?(String?,FilterCompany)", "String?(String?,ViewDashboard)", "Null(EntityType?,StopLoading)", "EntityType(EntityType?,LoadClientsRequest)", "EntityType(EntityType?,LoadProductsRequest)", "EntityType(EntityType?,LoadInvoicesRequest)", "EntityType(EntityType?,LoadRecurringInvoicesRequest)", "EntityType(EntityType?,LoadPaymentsRequest)", "EntityType(EntityType?,LoadQuotesRequest)", "EntityType(EntityType?,LoadCreditsRequest)", "EntityType(EntityType?,LoadProjectsRequest)", "EntityType(EntityType?,LoadTasksRequest)", "EntityType(EntityType?,LoadVendorsRequest)", "EntityType(EntityType?,LoadPurchaseOrdersRequest)", "EntityType(EntityType?,LoadExpensesRequest)", "EntityType(EntityType?,LoadRecurringExpensesRequest)", "EntityType(EntityType?,LoadTransactionsRequest)", "int(int,FilterCompany)", "int(int,ViewDashboard)", "String(String,UpdateCurrentRoute)", "int(int,SelectCompany)", "BuiltList(BuiltList,PreviewEntity)", "BuiltList(BuiltList,ClearPreviewStack)", "BuiltList(BuiltList,PopPreviewStack)", "BuiltList(BuiltList,ClearEntityFilter)", "BuiltList(BuiltList,FilterByEntity)", "BuiltList(BuiltList,PopFilterStack)", "String(ClientEntityBuilder)", "String(ExpenseEntityBuilder)", "String(TaskEntityBuilder)", "String(VendorEntityBuilder)", "_RouteEntry(Route<@>)", "MapEntry>(@,@)", "RenderBox?()", "Null(List?)", "Null(BuiltList)", "UserUIStateBuilder(UserUIStateBuilder)", "bool(bool?,ViewUser)", "bool(bool?,ViewUserList)", "bool(bool?,FilterUsersByState)", "bool(bool?,FilterUsers)", "bool(bool?,FilterUsersByCustom1)", "bool(bool?,FilterUsersByCustom2)", "bool(bool?,FilterUsersByCustom3)", "bool(bool?,FilterUsersByCustom4)", "String(String?,ArchiveUserSuccess)", "String(String?,DeleteUserSuccess)", "String?(String?,ViewUser)", "String(String?,AddUserSuccess)", "String(String?,SortUsers)", "String(String?,FilterUsers)", "String(String?,FilterUsersByState)", "String(String?,FilterUsersByCustom1)", "String(String?,FilterUsersByCustom2)", "String(String?,FilterUsersByCustom3)", "String(String?,FilterUsersByCustom4)", "UserEntity(UserEntity?,RestoreUserSuccess)", "UserEntity(UserEntity?,ArchiveUserSuccess)", "UserEntity(UserEntity?,DeleteUserSuccess)", "UserEntity(UserEntity?,UpdateUser)", "_RenderTheaterMarker()", "RenderBox(int)", "~(BoxConstraints)", "ClipRect(BuildContext,Widget?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,String)", "Viewport(BuildContext,ViewportOffset)", "~(Size,Offset)", "~(_DragInfo,Offset,Offset)", "bool(DiagnosticsNode)", "Null(BuiltList)", "VendorUIStateBuilder(VendorUIStateBuilder)", "bool(bool?,ViewVendor)", "bool(bool?,ViewVendorList)", "bool(bool?,FilterVendorsByState)", "bool(bool?,FilterVendors)", "bool(bool?,FilterVendorsByCustom1)", "bool(bool?,FilterVendorsByCustom2)", "bool(bool?,FilterVendorsByCustom3)", "bool(bool?,FilterVendorsByCustom4)", "int?(int?,UpdateVendorTab)", "Completer?(Completer?,EditVendor)", "Completer?(Completer?,EditVendor)", "String(String?,ArchiveVendorSuccess)", "String(String?,DeleteVendorSuccess)", "String?(String?,ViewVendor)", "String(String?,AddVendorSuccess)", "String(String?,SortVendors)", "String(String?,FilterVendors)", "String(String?,FilterVendorsByState)", "String(String?,FilterVendorsByCustom1)", "String(String?,FilterVendorsByCustom2)", "String(String?,FilterVendorsByCustom3)", "String(String?,FilterVendorsByCustom4)", "VendorEntity(VendorEntity?,RestoreVendorSuccess)", "VendorEntity(VendorEntity?,ArchiveVendorSuccess)", "VendorEntity(VendorEntity?,DeleteVendorSuccess)", "VendorEntity(VendorEntity?,UpdateVendor)", "Null(RestorationBucket?)", "~(RestorableProperty)", "SynchronousFuture(bool)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,StaticState)", "EntityStats(String,BuiltMap)", "~(String,VendorEntity)", "double(String,String,BuiltMap,BuiltList)", "VendorEntity(@)", "RestorationScope(BuildContext,Widget?)", "Actions(BuildContext)", "IgnorePointer(BuildContext,Widget?)", "Null(BuiltList)", "WebhookUIStateBuilder(WebhookUIStateBuilder)", "bool(bool?,ViewWebhook)", "bool(bool?,ViewWebhookList)", "bool(bool?,FilterWebhooksByState)", "bool(bool?,FilterWebhooks)", "bool(bool?,FilterWebhooksByCustom1)", "bool(bool?,FilterWebhooksByCustom2)", "bool(bool?,FilterWebhooksByCustom3)", "bool(bool?,FilterWebhooksByCustom4)", "String(String?,ArchiveWebhooksSuccess)", "String(String?,DeleteWebhooksSuccess)", "String(String?,SortWebhooks)", "String(String?,FilterWebhooks)", "String(String?,FilterWebhooksByState)", "String(String?,FilterWebhooksByCustom1)", "String(String?,FilterWebhooksByCustom2)", "String(String?,FilterWebhooksByCustom3)", "String(String?,FilterWebhooksByCustom4)", "WebhookEntity(WebhookEntity?,RestoreWebhooksSuccess)", "WebhookEntity(WebhookEntity?,ArchiveWebhooksSuccess)", "WebhookEntity(WebhookEntity?,DeleteWebhooksSuccess)", "WebhookEntity(WebhookEntity?,UpdateWebhook)", "bool(PopEntry)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "MacOSScrollViewFlingVelocityTracker(PointerEvent)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "WebhookEntity(@)", "~(String?,String?)", "LicenseParagraph()", "~(EntityAction?)", "String(GestureArenaMember)", "_GestureArena()", "StoreConnector>(BuildContext)", "BuiltList(Store)", "Container(BuildContext,BuiltList)", "CheckboxListTile(EntityState)", "StoreConnector>(BuildContext)", "BuiltList(Store)", "Container(BuildContext,BuiltList)", "CheckboxListTile(EntityStatus)", "StoreConnector(BuildContext)", "ListUIState(Store)", "Container(BuildContext,ListUIState)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "BottomAppBar(BuildContext,Store)", "Widget?(BuildContext,int)", "int?(Widget,int)", "BuiltList?(Store)", "Container(BuildContext,BuiltList?)", "CheckboxListTile(String)", "Null(List<~>)", "ConfirmEmail(BuildContext,ConfirmEmailVM)", "Null(BuildContext,String,String?,String?)", "Padding(TextButton)", "MultiSelectList(BuildContext)", "@(List)", "~(PointerDataPacket)", "Padding(MapEntry)", "double?(int)", "Future<~>(DropDoneDetails)", "JsObject(@)", "DocumentTile(DocumentEntity)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "bool(PointerData)", "_TrackTapGestureRecognizer()", "~(_TrackTapGestureRecognizer)", "_PointerEventDescription?(PointerData)", "int(Selectable,Selectable)", "StatefulWidget(EntityAction?)", "StatelessWidget(EntityAction?)", "Rect(Rect)", "EntityDropdownDialog(BuildContext)", "Null(SelectableEntity[bool])", "@(BuildContext,Completer<@>)", "bool(Rect)", "List(TextEditingValue)", "SelectableEntity?(String?)", "String(double)", "List(LogicalKeyboardKey)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "Widget(BuildContext,~(SelectableEntity),Iterable)", "Builder(BuildContext,int)", "Container(BuildContext)", "EntityAutocompleteListTile(BuildContext,int)", "PopupMenuButton(BuildContext,int)", "Object?()", "List>(BuildContext)", "PopupMenuItem(EntityType)", "_SingleChildViewport(BuildContext,ViewportOffset)", "Container(String?)", "~(Color)", "~(RenderBox)", "Element0?()", "bool(TableRow)", "List>(BuildContext)", "PopupMenuItem(int)", "Decoration?(TableRow)", "DataRow(String)", "_TableElementRow(TableRow)", "Element0(Widget)", "bool(_TableElementRow)", "bool(List)", "HistoryDrawer(BuildContext,AppDrawerVM)", "Iterable(_TableElementRow)", "BaseEntity?(InvitationEntity)", "~(EmailTemplate?)", "RenderBox(Element0)", "List(_TableElementRow)", "~(EditingState?,TextEditingDeltaState?)", "~(TaxRateEntity?)", "DropdownMenuItem(TaxRateEntity?)", "Drag?()", "~(_TapTracker)", "Map<~(PointerEvent),Matrix40?>()", "String(EntityStatus)", "~(~(PointerEvent),Matrix40?)", "Padding(BuildContext)", "ListTile(BuildContext,BoxConstraints)", "Future<~>(Timer)", "Widget(BuildContext,Store)", "TapAndHorizontalDragGestureRecognizer()", "~(TapAndHorizontalDragGestureRecognizer)", "Widget(CompanyEntity{showAccentColor:bool})", "PopupMenuItem(CompanyEntity)", "List(BuildContext)", "DropdownMenuItem(CompanyEntity)", "TapAndPanGestureRecognizer()", "~(TapAndPanGestureRecognizer)", "~(UndoTextIntent)", "ContactUsDialog(BuildContext)", "UpdateDialog(BuildContext)", "~(RedoTextIntent)", "HealthCheckDialog(BuildContext)", "_ViewScope(BuildContext,PipelineOwner)", "MenuDrawer(BuildContext,MenuDrawerVM)", "Widget(Color)", "Null(BuildContext,int,CompanyEntity)", "_TheState()", "Stack(BuildContext,BoxConstraints)", "Widget(@)", "List>(BuildContext)", "SynchronousFuture()", "_SelectRow()", "~(PhoneNumber)", "String?(PhoneNumber?)", "SynchronousFuture()", "~(String,DateSymbols)", "ExpansionPanel(SystemLogEntity)", "ListTile(BuildContext,bool)", "DataCell(DataColumn)", "DataRow?()", "SynchronousFuture()", "Column(BuildContext,BoxConstraints)", "DataCell(String)", "Column()", "FontAsset(@)", "DataColumn(String)", "BaseEntity(String)", "_CombiningGestureArenaMember()", "~(SlidableAutoCloseNotification)", "~(List)", "MapEntry(PurchaseDetails)", "int(ProductDetails,ProductDetails)", "ListTile(ProductDetails)", "TextButton(String)", "~(SlidableAutoCloseBarrierNotification)", "Container(BuildContext,Store)", "LoginView(BuildContext,LoginVM)", "Null({context!BuildContext,isSignUp:bool})", "int(StaggeredGridParentData,int)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "Future(BuildContext,Completer{email!String,password!String})", "Future(BuildContext,Completer{email!String,secret!String,url!String})", "Future(BuildContext,Completer{email!String,oneTimePassword!String,password!String,secret!String,url!String})", "Future(BuildContext,Completer{token!String})", "EntityList(BuildContext,BankAccountListVM)", "BankAccountListItem(BuildContext,int)", "Future<~>(String,ByteData?,~(ByteData?)?)", "AnimatedOpacity(BuildContext,Widget?)", "BankAccountScreen(BuildContext,BankAccountScreenVM)", "GoogleSignInAccount?/(~)", "BankAccountEditVM(Store)", "BankAccountEdit(BuildContext,BankAccountEditVM)", "BankAccountViewVM(Store)", "BankAccountView(BuildContext,BankAccountViewVM)", "LicensePage(BuildContext)", "EntityList(BuildContext,ClientListVM)", "ClientListItem(BuildContext,int)", "Null(Response?)", "GoogleSignInTokenData(Map?)", "Null(GoogleAuth)", "ClientPdfVM(Store)", "ClientPdfView(BuildContext,ClientPdfVM)", "String(ClientContactEntity)", "ClientScreen(BuildContext,ClientScreenVM)", "ContactEditDetails(BuildContext)", "ContactListTile0(ClientContactEntity)", "ClientEditContactsVM(Store)", "ClientEditContacts(BuildContext,ClientEditContactsVM)", "Null(GoogleAuthInitFailureError)", "Null(ClientContactEntity,int)", "ClientEditVM(Store)", "ClientEdit(BuildContext,ClientEditVM)", "@(ClientEntity)", "Future<~>([JavaScriptObject?])", "~(Object)", "~(Element)", "String(StringToken)", "bool(Set)", "~(ClientContactEntity)", "bool(Selector)", "Map>()", "_LicenseData(_LicenseData,LicenseEntry)", "Row(ClientContactEntity)", "bool(LedgerEntity)", "_LicenseData(_LicenseData)", "~(Rule)", "ClientViewVM(Store)", "ClientView(BuildContext,ClientViewVM)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "CompanyGatewayListItem(String)", "CompanyGatewayList(BuildContext,CompanyGatewayListVM)", "double(@)", "CompanyGatewayEntity(String)", "CompanyGatewayScreen(BuildContext,CompanyGatewayScreenVM)", "Rule()", "Center(BuildContext,int?,Widget?)", "RegisteredFont?(ByteBuffer,String,String)", "GatewayConfigField(String)", "String?(RegExpMatch)", "Future(Client0)", "CompanyGatewayEditVM(Store)", "CompanyGatewayEdit(BuildContext,CompanyGatewayEditVM)", "Future(String)", "CompanyGatewayViewVM(Store)", "CompanyGatewayView(BuildContext,CompanyGatewayViewVM)", "EmailCreditVM(Store)", "InvoiceEmailView(BuildContext,EmailCreditVM)", "bool(String,String)", "EntityList(BuildContext,CreditListVM)", "CreditListItem(BuildContext,int)", "CreditPdfVM(Store)", "InvoicePdfView(BuildContext,CreditPdfVM)", "CreditScreen(BuildContext,CreditScreenVM)", "int(String)", "Null(FrameInfo)", "~(List)", "CreditEditDetailsVM(Store)", "StatefulWidget(BuildContext,CreditEditDetailsVM)", "String(List)", "MediaType()", "Localizations(BuildContext,int)", "CreditEditItemsVM(Store)", "StatefulWidget(BuildContext,CreditEditItemsVM)", "~(int,IfdValue)", "CreditEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,CreditEditNotesVM)", "CreditEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,CreditEditPDFVM)", "CreditEditVM(Store)", "CreditEdit(BuildContext,CreditEditVM)", "~(PurchasesResultWrapper)", "Map(ProductWrapper)", "SubscriptionOfferDetailsWrapper(@)", "CreditViewVM(Store)", "InvoiceView(BuildContext,CreditViewVM)", "List>(NavigatorState,String)", "ProductDetailsWrapper(@)", "~(SelectionModel<@>)", "bool(SeriesDatum<@>)", "~(SeriesDatum<@>)", "InkWell(ChartDataGroup)", "~(DateRange?)", "DropdownMenuItem(DateRangeComparison)", "~(DateRangeComparison?)", "DashboardDateRangePicker(BuildContext)", "Material(BuildContext,BoxConstraints)", "List>(BuildContext)", "PopupMenuItem(DateRange)", "~(DateRange)", "_DashboardSettings(BuildContext)", "Card(TaskEntity?)", "FormCard(DashboardField)", "MaterialPageRoute<~>(RouteSettings)", "PurchaseWrapper(@)", "PricingPhaseWrapper(@)", "Future>(PurchasesResultWrapper)", "Future(BillingClient)", "BlockSemantics(BuildContext)", "PopScope(BuildContext)", "_DashboardField(BuildContext)", "~(EntityType,List)", "bool(DashboardField)", "SettingsWizard(BuildContext)", "AccountEntityBuilder(AccountEntityBuilder)", "Widget(BuildContext,DashboardVM)", "@(DashboardSettings)", "List(ProductDetailsResponseWrapper)", "Null(EntityType,List?)", "List(ProductDetailsWrapper)", "String(ProductDetails)", "List(BuildContext,_ActionLevel)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "bool(PurchasesResultWrapper)", "EntityList(BuildContext,DesignListVM)", "DesignListItem(BuildContext,int)", "DesignScreen(BuildContext,DesignScreenVM)", "~({debounce:bool})", "~(DesignEntity)", "String(PurchasesResultWrapper)", "List(PurchasesResultWrapper)", "~(List,JavaScriptObject)", "CheckboxListTile(EntityType)", "_DesignImportDialog(BuildContext)", "DesignEditVM(Store)", "DesignEdit(BuildContext,DesignEditVM)", "GooglePlayPurchaseDetails(GooglePlayPurchaseDetails)", "DesignViewVM(Store)", "DesignView(BuildContext,DesignViewVM)", "Widget(BuildContext,DocumentListVM)", "DocumentListItem(BuildContext,int)", "Future(GooglePlayPurchaseDetails)", "GooglePlayPurchaseDetails(String)", "AppStoreProductDetails(SKProductWrapper)", "bool(SKPaymentTransactionWrapper)", "DocumentScreen(BuildContext,DocumentScreenVM)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "DocumentEditVM(Store)", "DocumentEdit0(BuildContext,DocumentEditVM)", "DocumentViewVM(Store)", "DocumentView(BuildContext,DocumentViewVM)", "SKPaymentTransactionWrapper(@)", "SKProductWrapper(@)", "SKProductDiscountWrapper(@)", "ExpenseEditVM(Store)", "ExpenseEdit(BuildContext,ExpenseEditVM)", "EntityList(BuildContext,ExpenseListVM)", "RegExp()", "ExpenseScreen(BuildContext,ExpenseScreenVM)", "Padding(ExpenseScheduleEntity)", "ExpenseViewVM(Store)", "ExpenseView(BuildContext,ExpenseViewVM)", "ExpenseCategoryEditVM(Store)", "ExpenseCategoryEdit(BuildContext,ExpenseCategoryEditVM)", "EntityList(BuildContext,ExpenseCategoryListVM)", "DateTime(int,int,int,int,int,int,int,bool)", "ExpenseCategoryScreen(BuildContext,ExpenseCategoryScreenVM)", "ExpenseCategoryViewVM(Store)", "ExpenseCategoryView(BuildContext,ExpenseCategoryViewVM)", "GroupEditVM(Store)", "GroupEdit(BuildContext,GroupEditVM)", "EntityList(BuildContext,GroupListVM)", "GroupListItem(BuildContext,int)", "GroupSettingsScreen(BuildContext,GroupScreenVM)", "GroupViewVM(Store)", "GroupView(BuildContext,GroupViewVM)", "int(VendorContactEntity,VendorContactEntity)", "_ContactListTile(VendorContactEntity)", "int(ClientContactEntity,ClientContactEntity)", "_ContactListTile(ClientContactEntity)", "InvoiceEditContactsVM(Store)", "InvoiceEditContacts(BuildContext,InvoiceEditContactsVM)", "Null(ClientContactEntity)", "Null(VendorContactEntity)", "Null(InvitationEntity)", "bool(_DateFormatField)", "Uint8List({seed:int})", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "InvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditDetailsVM)", "ItemEditDetails(BuildContext)", "Future<~>(Duration)", "Expanded(Widget)", "Text?(String)", "Expanded(Text?)", "Widget(String)", "List(TextEditingValue)", "String(ProductEntity)", "Theme(BuildContext,~(ProductEntity),Iterable)", "_DateFormatLiteralField(String,DateFormat)", "String?(NumberSymbols)", "String(NumberSymbols)", "MouseRegion(BuildContext,ScrollController)", "Column(BuildContext,int)", "InvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditItemsVM)", "Null([int?])", "InvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,InvoiceEditNotesVM)", "InvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,InvoiceEditPDFVM)", "InvoiceEditVM(Store)", "InvoiceEdit(BuildContext,InvoiceEditVM)", "Size(JavaScriptObject)", "EmailInvoiceVM(Store)", "InvoiceEmailView(BuildContext,EmailInvoiceVM)", "EntityList(BuildContext,InvoiceListVM)", "DropdownMenuItem(InvoiceHistoryEntity)", "InvoicePdfVM(Store)", "InvoicePdfView(BuildContext,InvoicePdfVM)", "Country()", "InvoiceScreen(BuildContext,InvoiceScreenVM)", "StatefulBuilder(BuildContext)", "_InvitationListTile(InvitationEntity)", "@(DocumentEntity)", "int(ActivityEntity,ActivityEntity)", "~(PaymentEntity?)", "CountryPickerDialog(BuildContext,~(~()))", "InvoiceItemListTile(BuildContext)", "Widget(String,double)", "~(String,double)", "Padding(InvoiceScheduleEntity)", "InvoiceViewVM(Store)", "InvoiceView(BuildContext,InvoiceViewVM)", "Null(BuildContext,DocumentEntity)", "~(BuildContext)(BuildContext)", "~(Country)", "SurfaceScene()", "bool(Color)", "PaymentEditVM(Store)", "PaymentEdit(BuildContext,PaymentEditVM)", "EntityList(BuildContext,PaymentListVM)", "InvoiceEntity?(PaymentableEntity)", "CupertinoTextSelectionToolbarButton(ContextMenuButtonItem)", "String(PaymentableEntity)", "DesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "PaymentScreen(BuildContext,PaymentScreenVM)", "PaymentRefundVM(Store)", "PaymentRefund(BuildContext,PaymentRefundVM)", "Future(BuildContext,Completer)", "PaymentViewVM(Store)", "PaymentView(BuildContext,PaymentViewVM)", "PaymentTermEditVM(Store)", "PaymentTermEdit(BuildContext,PaymentTermEditVM)", "EntityList(BuildContext,PaymentTermListVM)", "PaymentTermListItem(BuildContext,int)", "PaymentTermScreen(BuildContext,PaymentTermScreenVM)", "PaymentTermViewVM(Store)", "PaymentTermView(BuildContext,PaymentTermViewVM)", "ProductEditVM(Store)", "ProductEdit(BuildContext,ProductEditVM)", "EntityList(BuildContext,ProductListVM)", "ProductScreen(BuildContext,ProductScreenVM)", "ProductViewVM(Store)", "ProductView(BuildContext,ProductViewVM)", "ProjectEditVM(Store)", "ProjectEdit(BuildContext,ProjectEditVM)", "EntityList(BuildContext,ProjectListVM)", "ProjectListItem(BuildContext,int)", "ProjectScreen(BuildContext,ProjectScreenVM)", "ProjectViewVM(Store)", "ProjectView(BuildContext,ProjectViewVM)", "PurchaseOrderEditDetailsVM(Store)", "StatefulWidget(BuildContext,PurchaseOrderEditDetailsVM)", "Null(BuildContext,InvoiceEntity,VendorEntity?)", "PurchaseOrderEditItemsVM(Store)", "StatefulWidget(BuildContext,PurchaseOrderEditItemsVM)", "PurchaseOrderEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,PurchaseOrderEditNotesVM)", "PurchaseOrderEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,PurchaseOrderEditPDFVM)", "PurchaseOrderEditVM(Store)", "PurchaseOrderEdit(BuildContext,PurchaseOrderEditVM)", "EmailPurchaseOrderVM(Store)", "InvoiceEmailView(BuildContext,EmailPurchaseOrderVM)", "EntityList(BuildContext,PurchaseOrderListVM)", "PurchaseOrderListItem(BuildContext,int)", "PurchaseOrderPdfVM(Store)", "InvoicePdfView(BuildContext,PurchaseOrderPdfVM)", "PurchaseOrderScreen(BuildContext,PurchaseOrderScreenVM)", "PurchaseOrderViewVM(Store)", "InvoiceView(BuildContext,PurchaseOrderViewVM)", "QuoteEditDetailsVM(Store)", "StatefulWidget(BuildContext,QuoteEditDetailsVM)", "QuoteEditItemsVM(Store)", "StatefulWidget(BuildContext,QuoteEditItemsVM)", "QuoteEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,QuoteEditNotesVM)", "QuoteEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,QuoteEditPDFVM)", "QuoteEditVM(Store)", "QuoteEdit(BuildContext,QuoteEditVM)", "EmailQuoteVM(Store)", "InvoiceEmailView(BuildContext,EmailQuoteVM)", "EntityList(BuildContext,QuoteListVM)", "QuotePdfVM(Store)", "InvoicePdfView(BuildContext,QuotePdfVM)", "QuoteScreen(BuildContext,QuoteScreenVM)", "QuoteViewVM(Store)", "InvoiceView(BuildContext,QuoteViewVM)", "RecurringExpenseEditVM(Store)", "ExpenseEdit(BuildContext,RecurringExpenseEditVM)", "EntityList(BuildContext,RecurringExpenseListVM)", "RecurringExpenseListItem(BuildContext,int)", "RecurringExpenseScreen(BuildContext,RecurringExpenseScreenVM)", "RecurringExpenseViewVM(Store)", "ExpenseView(BuildContext,RecurringExpenseViewVM)", "RecurringInvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,RecurringInvoiceEditDetailsVM)", "RecurringInvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,RecurringInvoiceEditItemsVM)", "RecurringInvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,RecurringInvoiceEditNotesVM)", "RecurringInvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,RecurringInvoiceEditPDFVM)", "RecurringInvoiceEditVM(Store)", "RecurringInvoiceEdit(BuildContext,RecurringInvoiceEditVM)", "EntityList(BuildContext,RecurringInvoiceListVM)", "RecurringInvoiceListItem(BuildContext,int)", "RecurringInvoicePdfVM(Store)", "InvoicePdfView(BuildContext,RecurringInvoicePdfVM)", "RecurringInvoiceScreen(BuildContext,RecurringInvoiceScreenVM)", "RecurringInvoiceViewVM(Store)", "InvoiceView(BuildContext,RecurringInvoiceViewVM)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ClientReportFields?(String)", "CupertinoDesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "MaterialRectArcTween(Rect?,Rect?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,StaticState)", "ContactReportFields?(String)", "~(String,GatewayOptionsEntity)", "Widget(BuildContext,~())", "CreditItemReportFields?(String)", "bool(Pattern[int])", "bool(CreditItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "CreditReportFields?(String)", "Object()", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap)", "DocumentReportFields?(String)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ExpenseReportFields?(String)", "~(PointerMoveEvent)", "InvoiceItemReportFields?(String)", "~(ScrollNotification)", "bool(InvoiceItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "InvoiceReportFields?(String)", "double(_Diagonal)", "int(PaintRequest,PaintRequest)", "TaxRateReportFields0?(String)", "InvoiceItemEntity(InvoiceItemEntity)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PaymentReportFields?(String)", "~(PointerUpEvent)", "TaxRateReportFields?(String)", "InvitationEntity(InvitationEntity)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProductReportFields?(String)", "InvoiceHistoryEntity?(ActivityEntity)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProfitAndLossReportFields?(String)", "int(int,@)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PurchaseOrderItemReportFields?(String)", "Map()", "bool(PurchaseOrderItemReportFields)", "0^?(0^?(ButtonStyle?))", "PurchaseOrderReportFields?(String)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "QuoteItemReportFields?(String)", "IndentingBuiltValueToStringHelper(String)", "bool(QuoteItemReportFields)", "QuoteReportFields?(String)", "MaterialStateProperty?(ButtonStyle?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringExpenseReportFields?(String)", "ListBuilder()", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringInvoiceReportFields?(String)", "ListBuilder()", "MaterialStateProperty?(ButtonStyle?)", "String(@,int?)", "ListBuilder()", "ListMultimapBuilder()", "DateTime?(@,int?)", "MaterialStateProperty?(ButtonStyle?)", "Null(BuildContext,EntityAction)", "Expanded(BuildContext)", "MaterialStateProperty?(ButtonStyle?)", "ReportColumnType(String)", "@(String,String)", "List(TextEditingValue)", "bool(List)", "String?(List)", "Theme(BuildContext,~(String),Iterable)", "ReportsScreen(BuildContext,ReportsScreenVM)", "Null(String?,bool)", "Null(int,bool)", "Null(BuildContext,BuiltMap)", "MouseCursor0?(Set)", "Null({chart:String?,customEndDate:String?,customStartDate:String?,group:String?,report:String?,selectedGroup:String?,subgroup:String?})", "~(List)", "GroupTotals(ReportResult?,ReportsUIState,ReportSettingsEntity?,BuiltMap,CompanyEntity?)", "MouseCursor0?(ButtonStyle?)", "TaskItemReportFields?(String)", "MapBuilder()", "TaskReportFields?(String)", "Color?(ButtonStyle?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "TransactionReportFields?(String)", "VisualDensity?(ButtonStyle?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "VendorReportFields?(String)", "MaterialTapTargetSize?(ButtonStyle?)", "DropdownMenuItem(EntityType)", "ScheduleEditVM(Store)", "ScheduleEdit(BuildContext,ScheduleEditVM)", "EntityList(BuildContext,ScheduleListVM)", "ScheduleListItem(BuildContext,int)", "ScheduleScreen(BuildContext,ScheduleScreenVM)", "ScheduleViewVM(Store)", "ScheduleView(BuildContext,ScheduleViewVM)", "CheckboxListTile(int)", "bool?(CompanyEntityBuilder)", "AccountManagement(BuildContext,AccountManagementVM)", "Duration?(ButtonStyle?)", "Null(BuildContext,String,String,String)", "ListBuilder()", "Row(RegistrationFieldEntity)", "RegistrationFieldEntityBuilder(RegistrationFieldEntityBuilder)", "ClientPortal(BuildContext,ClientPortalVM)", "bool?(ButtonStyle?)", "Row(BuildContext)", "CompanyDetails(BuildContext,CompanyDetailsVM)", "Null(BuildContext,MultipartFile)", "CreditCardsAndBanks(BuildContext,CreditCardsAndBanksVM)", "AlignmentGeometry?(ButtonStyle?)", "CustomFields(BuildContext,CustomFieldsVM)", "DataVisualizations(BuildContext,DataVisualizationsVM)", "Widget(BuildContext,AsyncSnapshot<@>)", "ListTile(BuildContext)", "~(MapBuilder)", "FormColorPicker(String)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "DeviceSettings(BuildContext,DeviceSettingsVM)", "SetBuilder()", "ListBuilder()", "~(NextFocusIntent)", "Null(BuildContext,double)", "Future(BuildContext,AppLayout)", "Null(BuildContext,BuiltMap)", "EmailSettings(BuildContext,EmailSettingsVM)", "~(PreviousFocusIntent)", "Null(MultipartFile)", "ExpenseSettings(BuildContext,ExpenseSettingsVM)", "ListBuilder()", "ListBuilder()", "GeneratedNumbers(BuildContext,GeneratedNumbersVM)", "Set>(PreImportResponse?)", "~(ImportType?)", "ListBuilder()", "DropdownMenuItem(ExportType)", "ImportExport(BuildContext,ImportExportVM)", "Tab(String)", "InvoiceDesign(BuildContext,InvoiceDesignVM)", "Null(BuildContext,List)", "_AddCompanyDialog(BuildContext)", "LocalizationSettings(BuildContext,LocalizationSettingsVM)", "PaymentSettings(BuildContext,PaymentSettingsVM)", "ProductSettings(BuildContext,ProductSettingsVM)", "List(String)", "SettingsList(BuildContext,SettingsListVM)", "Null(BuildContext,String,int?)", "SettingsScreen(BuildContext,SettingsScreenVM)", "TaskSettings(BuildContext,TaskSettingsVM)", "~(DirectionalFocusIntent)", "Column(String)", "ListBuilder()", "Row(String)", "ListBuilder()", "SetMultimapBuilder()", "_EditSubregionDialog(BuildContext)", "TaxSettings(BuildContext,TaxSettingsVM)", "bool(EmailTemplate)", "DropdownMenuItem(EmailTemplate)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "TemplatesAndReminders(BuildContext,TemplatesAndRemindersVM)", "Null(EmailTemplate)", "@(@,String)", "Future(GroupEntity)", "Future(ClientEntity)", "int(OverlayGroup)", "Map()", "UserDetails(BuildContext,UserDetailsVM)", "@(UserEntity)", "num(int?)", "WorkflowSettings(BuildContext,WorkflowSettingsVM)", "String?(int)", "Set(Set,Set)", "SubscriptionEditVM(Store)", "SubscriptionEdit(BuildContext,SubscriptionEditVM)", "EntityList(BuildContext,SubscriptionListVM)", "SubscriptionListItem(BuildContext,int)", "SubscriptionScreen(BuildContext,SubscriptionScreenVM)", "SubscriptionViewVM(Store)", "SubscriptionView(BuildContext,SubscriptionViewVM)", "~(BuildContext[EntityAction?])", "Row(TaskTime)", "TableRow(int)", "Rect()(RenderBox)", "TaskEditDetailsVM(Store)", "StatefulWidget(BuildContext,TaskEditDetailsVM)", "Null(TaskTime,int)", "TimeEditDetails(BuildContext)", "TaskEditTimesVM(Store)", "TaskEditTimes(BuildContext,TaskEditTimesVM)", "Null(TaskTime?,int)", "TaskEditVM(Store)", "TaskEdit(BuildContext,TaskEditVM)", "~(String,List)", "BoardList(String)", "Null(Completer,String)", "MapEntry(MapEntry)", "BoardItem(TaskEntity)", "~(int?,int?,BoardItemState)", "~(int?,int?,int?,int?,BoardItemState)", "KanbanView(BuildContext,KanbanVM)", "Null(Completer,List?,Map>?)", "Null(Completer,String,String,int)", "Null(Completer,String,String,String,int)", "~(String?,List)", "EntityList(BuildContext,TaskListVM)", "TaskScreen(BuildContext,TaskScreenVM)", "TaskViewVM(Store)", "TaskView(BuildContext,TaskViewVM)", "Null(BuildContext[TaskTime?])", "TaskStatusEditVM(Store)", "TaskStatusEdit(BuildContext,TaskStatusEditVM)", "TaskStatusListItem(String)", "TaskStatusList(BuildContext,TaskStatusListVM)", "TaskStatusEntity(String)", "TaskStatusScreen(BuildContext,TaskStatusScreenVM)", "TaskStatusViewVM(Store)", "TaskStatusView(BuildContext,TaskStatusViewVM)", "TaxRateEditVM(Store)", "TaxRateEdit(BuildContext,TaxRateEditVM)", "EntityList(BuildContext,TaxRateListVM)", "TaxRateListItem(BuildContext,int)", "TaxRateSettingsScreen(BuildContext,TaxRateScreenVM)", "TaxRateViewVM(Store)", "TaxRateView(BuildContext,TaxRateViewVM)", "TokenEditVM(Store)", "TokenEdit(BuildContext,TokenEditVM)", "EntityList(BuildContext,TokenListVM)", "TokenListItem(BuildContext,int)", "TokenScreen(BuildContext,TokenScreenVM)", "TokenViewVM(Store)", "TokenView(BuildContext,TokenViewVM)", "String(TransactionEntityBuilder)", "TransactionEditVM(Store)", "TransactionEdit(BuildContext,TransactionEditVM)", "EntityList(BuildContext,TransactionListVM)", "TransactionListItem(BuildContext,int)", "Padding(ExpenseEntity)", "CalendarDatePicker()", "TransactionScreen(BuildContext,TransactionScreenVM)", "bool(TransactionEntity)", "EntityListTile(InvoiceEntity)", "int(InvoiceEntity,InvoiceEntity)", "int(PaymentEntity,PaymentEntity)", "bool(ExpenseCategoryEntity)", "int(ExpenseCategoryEntity?,ExpenseCategoryEntity?)", "bool(VendorEntity)", "int(VendorEntity?,VendorEntity?)", "Form()", "TransactionViewVM(Store)", "TransactionView(BuildContext,TransactionViewVM)", "String(TransactionEntity)", "Flex(BuildContext,BoxConstraints)", "TextElement2(String)", "Widget(BuildContext,Animation0,Animation0)", "TransactionRuleEditVM(Store)", "TransactionRuleEdit(BuildContext,TransactionRuleEditVM)", "EntityList(BuildContext,TransactionRuleListVM)", "TransactionRuleListItem(BuildContext,int)", "TransactionRuleScreen(BuildContext,TransactionRuleScreenVM)", "TransactionRuleViewVM(Store)", "TransactionRuleView(BuildContext,TransactionRuleViewVM)", "DataRow(EntityType)", "UserEditVM(Store)", "UserEdit(BuildContext,UserEditVM)", "EntityList(BuildContext,UserListVM)", "UserListItem(BuildContext,int)", "UserScreen(BuildContext,UserScreenVM)", "UserViewVM(Store)", "UserView(BuildContext,UserViewVM)", "VendorContactEditDetails(BuildContext)", "ContactListTile(VendorContactEntity)", "VendorEditContactsVM(Store)", "VendorEditContacts(BuildContext,VendorEditContactsVM)", "Null(VendorContactEntity,int)", "VendorEditVM(Store)", "VendorEdit(BuildContext,VendorEditVM)", "EntityList(BuildContext,VendorListVM)", "String(VendorContactEntity)", "VendorScreen(BuildContext,VendorScreenVM)", "~(VendorContactEntity)", "Row(VendorContactEntity)", "VendorViewVM(Store)", "VendorView(BuildContext,VendorViewVM)", "WebhookEditVM(Store)", "WebhookEdit(BuildContext,WebhookEditVM)", "WebhookViewVM(Store)", "WebhookView(BuildContext,WebhookViewVM)", "EntityList(BuildContext,WebhookListVM)", "WebhookListItem(BuildContext,int)", "WebhookScreen(BuildContext,WebhookScreenVM)", "double(TextElement2)", "FieldConfirmation(BuildContext)", "SimpleDialogOption(InvoiceEntity)", "Text(BaseEntity)", "Null(~())", "~(ActivateIntent)", "Theme(BuildContext,Brightness,Widget?)", "OverlayPortal(BuildContext)", "~(String,double?)", "ListBuilder()", "~(ButtonActivateIntent)", "ListBuilder()", "Text(BuildContext)", "ListBuilder()", "Widget(BuildContext,DocumentSelection?,Widget?)", "SizedBox(BuildContext,Offset?,Widget?)", "IFrameElement(int)", "Null(AuthenticationResult)", "Logger()", "String(Node2?)", "ListBuilder()", "~(ListItem)", "bool(RegExp)", "LinkReference()", "ListBuilder()", "RenderObjectWidget(Widget)", "bool(Node2)", "ListBuilder>()", "Null(String[String?])", "String(Node2)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "SizedBox(BuildContext,Widget?)", "String(String?)", "String?([String?])", "MouseRegion(FormFieldState)", "_PinItem(int)", "Widget(int)", "Element2(int)", "ListBuilder()", "Null(Event)", "ListBuilder()", "ListBuilder()", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "ListBuilder()", "Map(SentryPackage)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "int(_Line)", "DropdownButtonHideUnderline(BuildContext)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:Object?})", "List>(BuildContext)", "~(ReactiveModelImp<@>)", "~(StateStatus,Object?)", "TextAffinity()", "DocumentChange(DocumentEdit)", "ParagraphNode(AttributedText)", "MapBuilder()", "MapBuilder()", "ChangeComposingRegionCommand?(EditRequest)", "ChangeInteractionModeCommand?(EditRequest)", "MapBuilder()", "InsertNodeAtIndexCommand?(EditRequest)", "InsertNodeBeforeNodeCommand?(EditRequest)", "InsertNodeAfterNodeCommand?(EditRequest)", "InsertNodeAtCaretCommand?(EditRequest)", "MoveNodeCommand?(EditRequest)", "CombineParagraphsCommand?(EditRequest)", "ReplaceNodeCommand?(EditRequest)", "ReplaceNodeWithEmptyParagraphWithCaretCommand?(EditRequest)", "DeleteContentCommand?(EditRequest)", "InputBorder?()", "DeleteUpstreamAtBeginningOfParagraphCommand?(EditRequest)", "DeleteUpstreamAtBeginningOfBlockNodeCommand?(EditRequest)", "DeleteNodeCommand?(EditRequest)", "DeleteUpstreamCharacterCommand?(EditRequest)", "DeleteDownstreamCharacterCommand?(EditRequest)", "InsertCharacterAtCaretCommand?(EditRequest)", "ChangeParagraphBlockTypeCommand?(EditRequest)", "SplitParagraphCommand?(EditRequest)", "ConvertParagraphToTaskCommand?(EditRequest)", "ConvertTaskToParagraphCommand?(EditRequest)", "ChangeTaskCompletionCommand?(EditRequest)", "SplitExistingTaskCommand?(EditRequest)", "SplitListItemCommand?(EditRequest)", "IndentListItemCommand?(EditRequest)", "UnIndentListItemCommand?(EditRequest)", "ChangeListItemTypeCommand?(EditRequest)", "ConvertParagraphToListItemCommand?(EditRequest)", "AddTextAttributionsCommand?(EditRequest)", "ToggleTextAttributionsCommand?(EditRequest)", "RemoveTextAttributionsCommand?(EditRequest)", "ConvertTextNodeToParagraphCommand?(EditRequest)", "PasteEditorCommand?(EditRequest)", "Attribution()", "MapBuilder()", "bool(LinkifyElement)", "Container(BuildContext,Widget?)", "~(DocumentSelectionChange)", "MouseRegion(BuildContext,MouseCursor0,Widget?)", "ListBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "Follower(BuildContext,bool,Widget?)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "~(Offset?)", "MapBuilder()", "bool(TextEditingDelta)", "Padding(BuildContext,double)", "Row(BuildContext,Widget?)", "MapBuilder()", "MapBuilder()", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "MapBuilder()", "SuperEditorFocusDebugVisuals(BuildContext)", "MapBuilder()", "MapBuilder()", "~(DocumentSelection?)", "MapBuilder()", "SpanRange()", "TextSpan(MultiAttributionSpan)", "SingleColumnDocumentLayout(~())", "int(GroupedOverlayPortalController,GroupedOverlayPortalController)", "_ThumbPressGestureRecognizer0()", "~(_ThumbPressGestureRecognizer0)", "_TrackTapGestureRecognizer0()", "~(_TrackTapGestureRecognizer0)", "~(_TapTracker0)", "ColoredBox(BuildContext,Widget?)", "Padding(BuildContext,Widget?)", "bool(Intent)", "BorderRadius?()", "TapRegion(BuildContext)", "MapBuilder()", "MapBuilder()", "AndroidEditingOverlayControls(BuildContext,Widget?)", "ProseTextLayout()", "Stack(BuildContext,Widget?)", "~(RawFloatingCursorPoint)", "IOSEditingControls(BuildContext,Widget?)", "bool(bool?)", "~(AppLifecycleState)", "JavaScriptObject(int{params:Object?})", "MapBuilder()", "int(Comparable<@>,Comparable<@>)", "~(CkCanvas)", "List(String,List)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "Widget(BuildContext,Offset,Offset,Widget)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "MapBuilder()", "Widget(BuildContext,Widget)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "~(FocusNode{alignment:double?,alignmentPolicy:ScrollPositionAlignmentPolicy?,curve:Curve?,duration:Duration?})", "int(Element0,Element0)", "Widget(FlutterErrorDetails)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "MapBuilder()", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "MapBuilder()", "MapBuilder()", "~({isTesting:bool})", "AppState(AppState,@)", "AuthState(AuthState,UserLoadUrl)", "AuthState(AuthState,UserSignUpRequest)", "AuthState(AuthState,UserLoginRequest)", "AuthState(AuthState,OAuthLoginRequest)", "AuthState(AuthState,OAuthSignUpRequest)", "AuthState(AuthState,UserLoginSuccess)", "AuthState(AuthState,UserVerifiedPassword)", "AuthState(AuthState,UserUnverifiedPassword)", "BankAccountEntity(BankAccountEntity?,@)", "BankAccountEntity?(BankAccountEntity?,@)", "ListUIState(ListUIState,ViewBankAccountList)", "ListUIState(ListUIState,FilterBankAccountsByCustom1)", "ListUIState(ListUIState,FilterBankAccountsByCustom2)", "ListUIState(ListUIState,FilterBankAccountsByState)", "ListUIState(ListUIState,FilterBankAccounts)", "ListUIState(ListUIState,SortBankAccounts)", "ListUIState(ListUIState,StartBankAccountMultiselect)", "ListUIState(ListUIState,AddToBankAccountMultiselect)", "ListUIState(ListUIState,RemoveFromBankAccountMultiselect)", "ListUIState(ListUIState,ClearBankAccountMultiselect)", "BankAccountState(BankAccountState,ArchiveBankAccountsSuccess)", "BankAccountState(BankAccountState,DeleteBankAccountsSuccess)", "BankAccountState(BankAccountState,RestoreBankAccountsSuccess)", "BankAccountState(BankAccountState,AddBankAccountSuccess)", "BankAccountState(BankAccountState,SaveBankAccountSuccess)", "BankAccountState(BankAccountState,LoadBankAccountSuccess)", "BankAccountState(BankAccountState,LoadBankAccountsSuccess)", "BankAccountState(BankAccountState,LoadCompanySuccess)", "ListUIState(ListUIState,ViewClientList)", "ListUIState(ListUIState,FilterClientsByCustom1)", "ListUIState(ListUIState,FilterClientsByCustom2)", "ListUIState(ListUIState,FilterClientsByCustom3)", "ListUIState(ListUIState,FilterClientsByCustom4)", "ListUIState(ListUIState,FilterClientsByState)", "ListUIState(ListUIState,FilterClients)", "ListUIState(ListUIState,SortClients)", "ListUIState(ListUIState,StartClientMultiselect)", "ListUIState(ListUIState,AddToClientMultiselect)", "ListUIState(ListUIState,RemoveFromClientMultiselect)", "ListUIState(ListUIState,ClearClientMultiselect)", "ClientState(ClientState,ArchiveClientsSuccess)", "ClientState(ClientState,DeleteClientsSuccess)", "ClientState(ClientState,RestoreClientSuccess)", "ClientState(ClientState,AddClientSuccess)", "ClientState(ClientState,SaveClientSuccess)", "ClientState(ClientState,LoadClientSuccess)", "ClientState(ClientState,MergeClientsSuccess)", "ClientState(ClientState,PurgeClientSuccess)", "ClientState(ClientState,LoadClientsSuccess)", "ClientState(ClientState,LoadCompanySuccess)", "UserCompanyEntity(UserCompanyEntity?,LoadCompanySuccess)", "UserCompanyEntity(UserCompanyEntity?,SaveCompanySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,@)", "CompanyGatewayEntity?(CompanyGatewayEntity?,@)", "ListUIState(ListUIState,FilterCompanyGatewaysByCustom1)", "ListUIState(ListUIState,FilterCompanyGatewaysByCustom2)", "ListUIState(ListUIState,FilterCompanyGatewaysByState)", "ListUIState(ListUIState,FilterCompanyGateways)", "ListUIState(ListUIState,SortCompanyGateways)", "ListUIState(ListUIState,StartCompanyGatewayMultiselect)", "ListUIState(ListUIState,AddToCompanyGatewayMultiselect)", "ListUIState(ListUIState,RemoveFromCompanyGatewayMultiselect)", "ListUIState(ListUIState,ClearCompanyGatewayMultiselect)", "CompanyGatewayState(CompanyGatewayState,ArchiveCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,DeleteCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,RestoreCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,AddCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,SaveCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,LoadCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,LoadCompanySuccess)", "CompanyGatewayState(CompanyGatewayState,LoadCompanyGatewaysSuccess)", "MapBuilder()", "MapBuilder()", "InvoiceEntity(InvoiceEntity?,AddCreditItems)", "InvoiceEntity?(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity?(InvoiceEntity?,UpdateCreditItem)", "ListUIState(ListUIState,ViewCreditList)", "ListUIState(ListUIState,FilterCreditsByCustom1)", "ListUIState(ListUIState,FilterCreditsByCustom2)", "ListUIState(ListUIState,FilterCreditsByCustom3)", "ListUIState(ListUIState,FilterCreditsByCustom4)", "ListUIState(ListUIState,FilterCreditsByState)", "ListUIState(ListUIState,FilterCreditsByStatus)", "ListUIState(ListUIState,FilterCredits)", "ListUIState(ListUIState,SortCredits)", "ListUIState(ListUIState,StartCreditMultiselect)", "ListUIState(ListUIState,AddToCreditMultiselect)", "ListUIState(ListUIState,RemoveFromCreditMultiselect)", "ListUIState(ListUIState,ClearCreditMultiselect)", "CreditState(CreditState,PurgeClientSuccess)", "CreditState(CreditState,MarkSentCreditSuccess)", "CreditState(CreditState,ArchiveCreditsSuccess)", "CreditState(CreditState,DeleteCreditsSuccess)", "CreditState(CreditState,RestoreCreditsSuccess)", "CreditState(CreditState,AddCreditSuccess)", "CreditState(CreditState,@)", "CreditState(CreditState,LoadCreditsSuccess)", "CreditState(CreditState,LoadCompanySuccess)", "DesignEntity(DesignEntity?,@)", "DesignEntity?(DesignEntity?,@)", "ListUIState(ListUIState,ViewDesignList)", "ListUIState(ListUIState,FilterDesignsByCustom1)", "ListUIState(ListUIState,FilterDesignsByCustom2)", "ListUIState(ListUIState,FilterDesignsByState)", "ListUIState(ListUIState,FilterDesigns)", "ListUIState(ListUIState,SortDesigns)", "ListUIState(ListUIState,StartDesignMultiselect)", "ListUIState(ListUIState,AddToDesignMultiselect)", "ListUIState(ListUIState,RemoveFromDesignMultiselect)", "ListUIState(ListUIState,ClearDesignMultiselect)", "DesignState(DesignState,ArchiveDesignsSuccess)", "DesignState(DesignState,DeleteDesignsSuccess)", "DesignState(DesignState,RestoreDesignsSuccess)", "DesignState(DesignState,AddDesignSuccess)", "DesignState(DesignState,SaveDesignSuccess)", "DesignState(DesignState,LoadDesignSuccess)", "DesignState(DesignState,LoadDesignsSuccess)", "DesignState(DesignState,LoadCompanySuccess)", "DocumentEntity?(DocumentEntity?,@)", "ListUIState(ListUIState,ViewDocumentList)", "ListUIState(ListUIState,FilterDocumentsByCustom1)", "ListUIState(ListUIState,FilterDocumentsByCustom2)", "ListUIState(ListUIState,FilterDocumentsByState)", "ListUIState(ListUIState,FilterDocumentsByStatus)", "ListUIState(ListUIState,FilterDocuments)", "ListUIState(ListUIState,SortDocuments)", "ListUIState(ListUIState,StartDocumentMultiselect)", "ListUIState(ListUIState,AddToDocumentMultiselect)", "ListUIState(ListUIState,RemoveFromDocumentMultiselect)", "ListUIState(ListUIState,ClearDocumentMultiselect)", "DocumentState(DocumentState,ArchiveDocumentSuccess)", "DocumentState(DocumentState,DeleteDocumentSuccess)", "DocumentState(DocumentState,RestoreDocumentSuccess)", "DocumentState(DocumentState,AddDocumentSuccess)", "DocumentState(DocumentState,SaveDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentsSuccess)", "DocumentState(DocumentState,LoadCompanySuccess)", "MapBuilder()", "MapBuilder()", "ListUIState(ListUIState,ViewExpenseList)", "ListUIState(ListUIState,FilterExpensesByCustom1)", "ListUIState(ListUIState,FilterExpensesByCustom2)", "ListUIState(ListUIState,FilterExpensesByCustom3)", "ListUIState(ListUIState,FilterExpensesByCustom4)", "ListUIState(ListUIState,FilterExpensesByState)", "ListUIState(ListUIState,FilterExpensesByStatus)", "ListUIState(ListUIState,FilterExpenses)", "ListUIState(ListUIState,SortExpenses)", "ListUIState(ListUIState,StartExpenseMultiselect)", "ListUIState(ListUIState,AddToExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromExpenseMultiselect)", "ListUIState(ListUIState,ClearExpenseMultiselect)", "ExpenseState(ExpenseState,PurgeClientSuccess)", "ExpenseState(ExpenseState,ArchiveExpenseSuccess)", "ExpenseState(ExpenseState,DeleteExpenseSuccess)", "ExpenseState(ExpenseState,RestoreExpenseSuccess)", "ExpenseState(ExpenseState,AddExpenseSuccess)", "ExpenseState(ExpenseState,SaveExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpensesSuccess)", "ExpenseState(ExpenseState,LoadCompanySuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,@)", "ExpenseCategoryEntity?(ExpenseCategoryEntity?,@)", "ListUIState(ListUIState,FilterExpenseCategoriesByCustom1)", "ListUIState(ListUIState,FilterExpenseCategoriesByCustom2)", "ListUIState(ListUIState,FilterExpenseCategoriesByState)", "ListUIState(ListUIState,FilterExpenseCategories)", "ListUIState(ListUIState,SortExpenseCategories)", "ListUIState(ListUIState,StartExpenseCategoryMultiselect)", "ListUIState(ListUIState,AddToExpenseCategoryMultiselect)", "ListUIState(ListUIState,RemoveFromExpenseCategoryMultiselect)", "ListUIState(ListUIState,ClearExpenseCategoryMultiselect)", "ExpenseCategoryState(ExpenseCategoryState,ArchiveExpenseCategoriesSuccess)", "ExpenseCategoryState(ExpenseCategoryState,DeleteExpenseCategoriesSuccess)", "ExpenseCategoryState(ExpenseCategoryState,RestoreExpenseCategoriesSuccess)", "ExpenseCategoryState(ExpenseCategoryState,AddExpenseCategorySuccess)", "ExpenseCategoryState(ExpenseCategoryState,SaveExpenseCategorySuccess)", "ExpenseCategoryState(ExpenseCategoryState,LoadExpenseCategorySuccess)", "ExpenseCategoryState(ExpenseCategoryState,LoadExpenseCategoriesSuccess)", "ExpenseCategoryState(ExpenseCategoryState,LoadCompanySuccess)", "GroupEntity(GroupEntity?,@)", "GroupEntity?(GroupEntity?,@)", "ListUIState(ListUIState,ViewGroupList)", "ListUIState(ListUIState,FilterGroupsByState)", "ListUIState(ListUIState,FilterGroups)", "ListUIState(ListUIState,SortGroups)", "ListUIState(ListUIState,StartGroupMultiselect)", "ListUIState(ListUIState,AddToGroupMultiselect)", "ListUIState(ListUIState,RemoveFromGroupMultiselect)", "ListUIState(ListUIState,ClearGroupMultiselect)", "GroupState(GroupState,ArchiveGroupSuccess)", "GroupState(GroupState,DeleteGroupSuccess)", "GroupState(GroupState,RestoreGroupSuccess)", "GroupState(GroupState,AddGroupSuccess)", "GroupState(GroupState,SaveGroupSuccess)", "GroupState(GroupState,LoadGroupSuccess)", "GroupState(GroupState,LoadGroupsSuccess)", "GroupState(GroupState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddInvoiceItems)", "InvoiceEntity?(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateInvoiceItem)", "ListUIState(ListUIState,ViewInvoiceList)", "ListUIState(ListUIState,FilterInvoicesByCustom1)", "ListUIState(ListUIState,FilterInvoicesByCustom2)", "ListUIState(ListUIState,FilterInvoicesByCustom3)", "ListUIState(ListUIState,FilterInvoicesByCustom4)", "ListUIState(ListUIState,FilterInvoicesByState)", "ListUIState(ListUIState,FilterInvoicesByStatus)", "ListUIState(ListUIState,FilterInvoices)", "ListUIState(ListUIState,SortInvoices)", "ListUIState(ListUIState,StartInvoiceMultiselect)", "ListUIState(ListUIState,AddToInvoiceMultiselect)", "ListUIState(ListUIState,RemoveFromInvoiceMultiselect)", "ListUIState(ListUIState,ClearInvoiceMultiselect)", "InvoiceState(InvoiceState,PurgeClientSuccess)", "InvoiceState(InvoiceState,MarkInvoicesSentSuccess)", "InvoiceState(InvoiceState,MarkInvoicesPaidSuccess)", "InvoiceState(InvoiceState,CancelInvoicesSuccess)", "InvoiceState(InvoiceState,ArchiveInvoicesSuccess)", "InvoiceState(InvoiceState,DeleteInvoicesSuccess)", "InvoiceState(InvoiceState,EmailInvoiceSuccess)", "InvoiceState(InvoiceState,RestoreInvoicesSuccess)", "InvoiceState(InvoiceState,AddInvoiceSuccess)", "InvoiceState(InvoiceState,@)", "InvoiceState(InvoiceState,LoadInvoicesSuccess)", "InvoiceState(InvoiceState,LoadCompanySuccess)", "PaymentEntity(PaymentEntity?,@)", "PaymentEntity?(PaymentEntity?,@)", "ListUIState(ListUIState,ViewPaymentList)", "ListUIState(ListUIState,FilterPaymentsByCustom1)", "ListUIState(ListUIState,FilterPaymentsByCustom2)", "ListUIState(ListUIState,FilterPaymentsByCustom3)", "ListUIState(ListUIState,FilterPaymentsByCustom4)", "ListUIState(ListUIState,FilterPaymentsByState)", "ListUIState(ListUIState,FilterPaymentsByStatus)", "ListUIState(ListUIState,FilterPayments)", "ListUIState(ListUIState,SortPayments)", "ListUIState(ListUIState,StartPaymentMultiselect)", "ListUIState(ListUIState,AddToPaymentMultiselect)", "ListUIState(ListUIState,RemoveFromPaymentMultiselect)", "ListUIState(ListUIState,ClearPaymentMultiselect)", "PaymentState(PaymentState,PurgeClientSuccess)", "PaymentState(PaymentState,ArchivePaymentsSuccess)", "PaymentState(PaymentState,DeletePaymentsSuccess)", "PaymentState(PaymentState,RestorePaymentsSuccess)", "PaymentState(PaymentState,AddPaymentSuccess)", "PaymentState(PaymentState,SavePaymentSuccess)", "PaymentState(PaymentState,LoadPaymentSuccess)", "PaymentState(PaymentState,LoadPaymentsSuccess)", "PaymentState(PaymentState,LoadCompanySuccess)", "PaymentTermEntity(PaymentTermEntity?,@)", "PaymentTermEntity?(PaymentTermEntity?,@)", "ListUIState(ListUIState,ViewPaymentTermList)", "ListUIState(ListUIState,FilterPaymentTermsByCustom1)", "ListUIState(ListUIState,FilterPaymentTermsByCustom2)", "ListUIState(ListUIState,FilterPaymentTermsByState)", "ListUIState(ListUIState,FilterPaymentTerms)", "ListUIState(ListUIState,SortPaymentTerms)", "ListUIState(ListUIState,StartPaymentTermMultiselect)", "ListUIState(ListUIState,AddToPaymentTermMultiselect)", "ListUIState(ListUIState,RemoveFromPaymentTermMultiselect)", "ListUIState(ListUIState,ClearPaymentTermMultiselect)", "PaymentTermState(PaymentTermState,ArchivePaymentTermsSuccess)", "PaymentTermState(PaymentTermState,DeletePaymentTermsSuccess)", "PaymentTermState(PaymentTermState,RestorePaymentTermsSuccess)", "PaymentTermState(PaymentTermState,AddPaymentTermSuccess)", "PaymentTermState(PaymentTermState,SavePaymentTermSuccess)", "PaymentTermState(PaymentTermState,LoadPaymentTermSuccess)", "PaymentTermState(PaymentTermState,LoadPaymentTermsSuccess)", "PaymentTermState(PaymentTermState,LoadCompanySuccess)", "ProductEntity(ProductEntity?,@)", "ProductEntity?(ProductEntity?,@)", "ListUIState(ListUIState,ViewProductList)", "ListUIState(ListUIState,FilterProductsByState)", "ListUIState(ListUIState,FilterProductsByCustom1)", "ListUIState(ListUIState,FilterProductsByCustom2)", "ListUIState(ListUIState,FilterProductsByCustom3)", "ListUIState(ListUIState,FilterProductsByCustom4)", "ListUIState(ListUIState,FilterProducts)", "ListUIState(ListUIState,SortProducts)", "ListUIState(ListUIState,StartProductMultiselect)", "ListUIState(ListUIState,AddToProductMultiselect)", "ListUIState(ListUIState,RemoveFromProductMultiselect)", "ListUIState(ListUIState,ClearProductMultiselect)", "ProductState(ProductState,ArchiveProductsSuccess)", "ProductState(ProductState,DeleteProductsSuccess)", "ProductState(ProductState,RestoreProductsSuccess)", "ProductState(ProductState,SetTaxCategoryProductsSuccess)", "ProductState(ProductState,AddProductSuccess)", "ProductState(ProductState,SaveProductSuccess)", "ProductState(ProductState,LoadProductSuccess)", "ProductState(ProductState,LoadProductsSuccess)", "ProductState(ProductState,LoadCompanySuccess)", "ProjectEntity(ProjectEntity?,@)", "ProjectEntity?(ProjectEntity?,@)", "ListUIState(ListUIState,ViewProjectList)", "ListUIState(ListUIState,FilterProjectsByCustom1)", "ListUIState(ListUIState,FilterProjectsByCustom2)", "ListUIState(ListUIState,FilterProjectsByCustom3)", "ListUIState(ListUIState,FilterProjectsByCustom4)", "ListUIState(ListUIState,FilterProjectsByState)", "ListUIState(ListUIState,FilterProjects)", "ListUIState(ListUIState,SortProjects)", "ListUIState(ListUIState,StartProjectMultiselect)", "ListUIState(ListUIState,AddToProjectMultiselect)", "ListUIState(ListUIState,RemoveFromProjectMultiselect)", "ListUIState(ListUIState,ClearProjectMultiselect)", "ProjectState(ProjectState,PurgeClientSuccess)", "ProjectState(ProjectState,ArchiveProjectSuccess)", "ProjectState(ProjectState,DeleteProjectSuccess)", "ProjectState(ProjectState,RestoreProjectSuccess)", "ProjectState(ProjectState,AddProjectSuccess)", "ProjectState(ProjectState,SaveProjectSuccess)", "ProjectState(ProjectState,LoadProjectSuccess)", "ProjectState(ProjectState,LoadProjectsSuccess)", "ProjectState(ProjectState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItems)", "InvoiceEntity?(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity?(InvoiceEntity?,UpdatePurchaseOrderItem)", "ListUIState(ListUIState,ViewPurchaseOrderList)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom1)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom2)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom3)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom4)", "ListUIState(ListUIState,FilterPurchaseOrdersByState)", "ListUIState(ListUIState,FilterPurchaseOrdersByStatus)", "ListUIState(ListUIState,FilterPurchaseOrders)", "ListUIState(ListUIState,SortPurchaseOrders)", "ListUIState(ListUIState,StartPurchaseOrderMultiselect)", "ListUIState(ListUIState,AddToPurchaseOrderMultiselect)", "ListUIState(ListUIState,RemoveFromPurchaseOrderMultiselect)", "ListUIState(ListUIState,ClearPurchaseOrderMultiselect)", "PurchaseOrderState(PurchaseOrderState,MarkPurchaseOrderSentSuccess)", "PurchaseOrderState(PurchaseOrderState,ConvertPurchaseOrdersToExpensesSuccess)", "PurchaseOrderState(PurchaseOrderState,AddPurchaseOrdersToInventorySuccess)", "PurchaseOrderState(PurchaseOrderState,AcceptPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,CancelPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,ArchivePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,DeletePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,RestorePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,EmailPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,ApprovePurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,AddPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,@)", "PurchaseOrderState(PurchaseOrderState,LoadPurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteItems)", "InvoiceEntity?(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity?(InvoiceEntity?,UpdateQuoteItem)", "ListUIState(ListUIState,ViewQuoteList)", "ListUIState(ListUIState,FilterQuotesByCustom1)", "ListUIState(ListUIState,FilterQuotesByCustom2)", "ListUIState(ListUIState,FilterQuotesByCustom3)", "ListUIState(ListUIState,FilterQuotesByCustom4)", "ListUIState(ListUIState,FilterQuotesByState)", "ListUIState(ListUIState,FilterQuotesByStatus)", "ListUIState(ListUIState,FilterQuotes)", "ListUIState(ListUIState,SortQuotes)", "ListUIState(ListUIState,StartQuoteMultiselect)", "ListUIState(ListUIState,AddToQuoteMultiselect)", "ListUIState(ListUIState,RemoveFromQuoteMultiselect)", "ListUIState(ListUIState,ClearQuoteMultiselect)", "QuoteState(QuoteState,PurgeClientSuccess)", "QuoteState(QuoteState,MarkSentQuoteSuccess)", "QuoteState(QuoteState,ArchiveQuotesSuccess)", "QuoteState(QuoteState,DeleteQuotesSuccess)", "QuoteState(QuoteState,RestoreQuotesSuccess)", "QuoteState(QuoteState,EmailQuoteSuccess)", "QuoteState(QuoteState,ConvertQuotesToInvoicesSuccess)", "QuoteState(QuoteState,ConvertQuotesToProjectsSuccess)", "QuoteState(QuoteState,AddQuoteSuccess)", "QuoteState(QuoteState,@)", "QuoteState(QuoteState,LoadQuotesSuccess)", "QuoteState(QuoteState,LoadCompanySuccess)", "ListUIState(ListUIState,ViewRecurringExpenseList)", "ListUIState(ListUIState,FilterRecurringExpensesByCustom1)", "ListUIState(ListUIState,FilterRecurringExpensesByCustom2)", "ListUIState(ListUIState,FilterRecurringExpensesByState)", "ListUIState(ListUIState,FilterRecurringExpensesByStatus)", "ListUIState(ListUIState,FilterRecurringExpenses)", "ListUIState(ListUIState,SortRecurringExpenses)", "ListUIState(ListUIState,StartRecurringExpenseMultiselect)", "ListUIState(ListUIState,AddToRecurringExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringExpenseMultiselect)", "ListUIState(ListUIState,ClearRecurringExpenseMultiselect)", "RecurringExpenseState(RecurringExpenseState,PurgeClientSuccess)", "RecurringExpenseState(RecurringExpenseState,ArchiveRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,DeleteRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,RestoreRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,AddRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,SaveRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,StartRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,StopRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItems)", "InvoiceEntity?(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateRecurringInvoiceItem)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom1)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom2)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom3)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom4)", "ListUIState(ListUIState,FilterRecurringInvoicesByState)", "ListUIState(ListUIState,FilterRecurringInvoicesByStatus)", "ListUIState(ListUIState,FilterRecurringInvoices)", "ListUIState(ListUIState,SortRecurringInvoices)", "ListUIState(ListUIState,StartRecurringInvoiceMultiselect)", "ListUIState(ListUIState,AddToRecurringInvoiceMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringInvoiceMultiselect)", "ListUIState(ListUIState,ClearRecurringInvoiceMultiselect)", "RecurringInvoiceState(RecurringInvoiceState,PurgeClientSuccess)", "RecurringInvoiceState(RecurringInvoiceState,ArchiveRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,DeleteRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,EmailRecurringInvoiceSuccess)", "RecurringInvoiceState(RecurringInvoiceState,RestoreRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,SendNowRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,StartRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,StopRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,AddRecurringInvoiceSuccess)", "RecurringInvoiceState(RecurringInvoiceState,@)", "RecurringInvoiceState(RecurringInvoiceState,LoadRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,LoadCompanySuccess)", "ScheduleEntity(ScheduleEntity?,@)", "ScheduleEntity?(ScheduleEntity?,@)", "ListUIState(ListUIState,ViewScheduleList)", "ListUIState(ListUIState,FilterSchedulesByCustom1)", "ListUIState(ListUIState,FilterSchedulesByCustom2)", "ListUIState(ListUIState,FilterSchedulesByState)", "ListUIState(ListUIState,FilterSchedules)", "ListUIState(ListUIState,SortSchedules)", "ListUIState(ListUIState,StartScheduleMultiselect)", "ListUIState(ListUIState,AddToScheduleMultiselect)", "ListUIState(ListUIState,RemoveFromScheduleMultiselect)", "ListUIState(ListUIState,ClearScheduleMultiselect)", "ScheduleState(ScheduleState,ArchiveSchedulesSuccess)", "ScheduleState(ScheduleState,DeleteSchedulesSuccess)", "ScheduleState(ScheduleState,RestoreSchedulesSuccess)", "ScheduleState(ScheduleState,AddScheduleSuccess)", "ScheduleState(ScheduleState,SaveScheduleSuccess)", "ScheduleState(ScheduleState,LoadScheduleSuccess)", "ScheduleState(ScheduleState,LoadSchedulesSuccess)", "ScheduleState(ScheduleState,LoadCompanySuccess)", "StaticState(StaticState,LoadStaticSuccess)", "SubscriptionEntity(SubscriptionEntity?,@)", "SubscriptionEntity?(SubscriptionEntity?,@)", "ListUIState(ListUIState,FilterSubscriptionsByCustom1)", "ListUIState(ListUIState,FilterSubscriptionsByCustom2)", "ListUIState(ListUIState,FilterSubscriptionsByState)", "ListUIState(ListUIState,FilterSubscriptions)", "ListUIState(ListUIState,SortSubscriptions)", "ListUIState(ListUIState,StartSubscriptionMultiselect)", "ListUIState(ListUIState,AddToSubscriptionMultiselect)", "ListUIState(ListUIState,RemoveFromSubscriptionMultiselect)", "ListUIState(ListUIState,ClearSubscriptionMultiselect)", "SubscriptionState(SubscriptionState,ArchiveSubscriptionsSuccess)", "SubscriptionState(SubscriptionState,DeleteSubscriptionsSuccess)", "SubscriptionState(SubscriptionState,RestoreSubscriptionsSuccess)", "SubscriptionState(SubscriptionState,AddSubscriptionSuccess)", "SubscriptionState(SubscriptionState,SaveSubscriptionSuccess)", "SubscriptionState(SubscriptionState,LoadSubscriptionSuccess)", "SubscriptionState(SubscriptionState,LoadSubscriptionsSuccess)", "SubscriptionState(SubscriptionState,LoadCompanySuccess)", "TaskEntity(TaskEntity?,@)", "TaskEntity?(TaskEntity?,@)", "ListUIState(ListUIState,ViewTaskList)", "ListUIState(ListUIState,FilterTasksByCustom1)", "ListUIState(ListUIState,FilterTasksByCustom2)", "ListUIState(ListUIState,FilterTasksByState)", "ListUIState(ListUIState,FilterTasksByStatus)", "ListUIState(ListUIState,FilterTasks)", "ListUIState(ListUIState,SortTasks)", "TaskEntity(TaskEntity?,AddTaskTime)", "TaskEntity(TaskEntity?,DeleteTaskTime)", "TaskEntity(TaskEntity?,UpdateTaskTime)", "ListUIState(ListUIState,StartTaskMultiselect)", "ListUIState(ListUIState,AddToTaskMultiselect)", "ListUIState(ListUIState,RemoveFromTaskMultiselect)", "ListUIState(ListUIState,ClearTaskMultiselect)", "TaskState(TaskState,PurgeClientSuccess)", "TaskState(TaskState,SortTasksSuccess)", "TaskState(TaskState,ArchiveTaskSuccess)", "TaskState(TaskState,StartTasksSuccess)", "TaskState(TaskState,StopTasksSuccess)", "TaskState(TaskState,DeleteTaskSuccess)", "TaskState(TaskState,RestoreTaskSuccess)", "TaskState(TaskState,AddTaskSuccess)", "TaskState(TaskState,SaveTaskSuccess)", "TaskState(TaskState,LoadTaskSuccess)", "TaskState(TaskState,LoadTasksSuccess)", "TaskState(TaskState,LoadCompanySuccess)", "TaskStatusEntity(TaskStatusEntity?,@)", "TaskStatusEntity?(TaskStatusEntity?,@)", "ListUIState(ListUIState,ViewTaskStatusList)", "ListUIState(ListUIState,FilterTaskStatusesByCustom1)", "ListUIState(ListUIState,FilterTaskStatusesByCustom2)", "ListUIState(ListUIState,FilterTaskStatusesByState)", "ListUIState(ListUIState,FilterTaskStatuses)", "ListUIState(ListUIState,SortTaskStatuses)", "ListUIState(ListUIState,StartTaskStatusMultiselect)", "ListUIState(ListUIState,AddToTaskStatusMultiselect)", "ListUIState(ListUIState,RemoveFromTaskStatusMultiselect)", "ListUIState(ListUIState,ClearTaskStatusMultiselect)", "TaskStatusState(TaskStatusState,SortTasksSuccess)", "TaskStatusState(TaskStatusState,ArchiveTaskStatusesSuccess)", "TaskStatusState(TaskStatusState,DeleteTaskStatusesSuccess)", "TaskStatusState(TaskStatusState,RestoreTaskStatusesSuccess)", "TaskStatusState(TaskStatusState,AddTaskStatusSuccess)", "TaskStatusState(TaskStatusState,SaveTaskStatusSuccess)", "TaskStatusState(TaskStatusState,LoadTaskStatusSuccess)", "TaskStatusState(TaskStatusState,LoadTaskStatusesSuccess)", "TaskStatusState(TaskStatusState,LoadCompanySuccess)", "TaxRateEntity(TaxRateEntity?,@)", "TaxRateEntity?(TaxRateEntity?,@)", "ListUIState(ListUIState,ViewTaxRateList)", "ListUIState(ListUIState,FilterTaxRatesByState)", "ListUIState(ListUIState,FilterTaxRates)", "ListUIState(ListUIState,SortTaxRates)", "ListUIState(ListUIState,StartTaxRateMultiselect)", "ListUIState(ListUIState,AddToTaxRateMultiselect)", "ListUIState(ListUIState,RemoveFromTaxRateMultiselect)", "ListUIState(ListUIState,ClearTaxRateMultiselect)", "TaxRateState(TaxRateState,ArchiveTaxRatesSuccess)", "TaxRateState(TaxRateState,DeleteTaxRatesSuccess)", "TaxRateState(TaxRateState,RestoreTaxRatesSuccess)", "TaxRateState(TaxRateState,AddTaxRateSuccess)", "TaxRateState(TaxRateState,SaveTaxRateSuccess)", "TaxRateState(TaxRateState,LoadTaxRateSuccess)", "TaxRateState(TaxRateState,LoadTaxRatesSuccess)", "TaxRateState(TaxRateState,LoadCompanySuccess)", "TokenEntity(TokenEntity?,@)", "TokenEntity?(TokenEntity?,@)", "ListUIState(ListUIState,ViewTokenList)", "ListUIState(ListUIState,FilterTokensByCustom1)", "ListUIState(ListUIState,FilterTokensByCustom2)", "ListUIState(ListUIState,FilterTokensByState)", "ListUIState(ListUIState,FilterTokens)", "ListUIState(ListUIState,SortTokens)", "ListUIState(ListUIState,StartTokenMultiselect)", "ListUIState(ListUIState,AddToTokenMultiselect)", "ListUIState(ListUIState,RemoveFromTokenMultiselect)", "ListUIState(ListUIState,ClearTokenMultiselect)", "TokenState(TokenState,ArchiveTokensSuccess)", "TokenState(TokenState,DeleteTokensSuccess)", "TokenState(TokenState,RestoreTokensSuccess)", "TokenState(TokenState,AddTokenSuccess)", "TokenState(TokenState,SaveTokenSuccess)", "TokenState(TokenState,LoadTokenSuccess)", "TokenState(TokenState,LoadTokensSuccess)", "TokenState(TokenState,LoadCompanySuccess)", "TransactionEntity(TransactionEntity?,@)", "TransactionEntity?(TransactionEntity?,@)", "ListUIState(ListUIState,ViewTransactionList)", "ListUIState(ListUIState,FilterTransactionsByCustom1)", "ListUIState(ListUIState,FilterTransactionsByCustom2)", "ListUIState(ListUIState,FilterTransactionsByState)", "ListUIState(ListUIState,FilterTransactionsByStatus)", "ListUIState(ListUIState,FilterTransactions)", "ListUIState(ListUIState,SortTransactions)", "ListUIState(ListUIState,StartTransactionMultiselect)", "ListUIState(ListUIState,AddToTransactionMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionMultiselect)", "ListUIState(ListUIState,ClearTransactionMultiselect)", "TransactionState(TransactionState,ArchiveTransactionsSuccess)", "TransactionState(TransactionState,DeleteTransactionsSuccess)", "TransactionState(TransactionState,RestoreTransactionsSuccess)", "TransactionState(TransactionState,AddTransactionSuccess)", "TransactionState(TransactionState,SaveTransactionSuccess)", "TransactionState(TransactionState,ConvertTransactionToPaymentSuccess)", "TransactionState(TransactionState,ConvertTransactionsToExpensesSuccess)", "TransactionState(TransactionState,LinkTransactionToPaymentSuccess)", "TransactionState(TransactionState,LinkTransactionToExpenseSuccess)", "TransactionState(TransactionState,ConvertTransactionsSuccess)", "TransactionState(TransactionState,LoadTransactionSuccess)", "TransactionState(TransactionState,LoadTransactionsSuccess)", "TransactionState(TransactionState,LoadCompanySuccess)", "TransactionRuleEntity(TransactionRuleEntity?,@)", "TransactionRuleEntity?(TransactionRuleEntity?,@)", "ListUIState(ListUIState,ViewTransactionRuleList)", "ListUIState(ListUIState,FilterTransactionRulesByCustom1)", "ListUIState(ListUIState,FilterTransactionRulesByCustom2)", "ListUIState(ListUIState,FilterTransactionRulesByState)", "ListUIState(ListUIState,FilterTransactionRules)", "ListUIState(ListUIState,SortTransactionRules)", "ListUIState(ListUIState,StartTransactionRuleMultiselect)", "ListUIState(ListUIState,AddToTransactionRuleMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionRuleMultiselect)", "ListUIState(ListUIState,ClearTransactionRuleMultiselect)", "TransactionRuleState(TransactionRuleState,ArchiveTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,DeleteTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,RestoreTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,AddTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,SaveTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,LoadCompanySuccess)", "UserEntity(UserEntity?,@)", "UserEntity?(UserEntity?,@)", "ListUIState(ListUIState,ViewUserList)", "ListUIState(ListUIState,FilterUsersByCustom1)", "ListUIState(ListUIState,FilterUsersByCustom2)", "ListUIState(ListUIState,FilterUsersByCustom3)", "ListUIState(ListUIState,FilterUsersByCustom4)", "ListUIState(ListUIState,FilterUsersByState)", "ListUIState(ListUIState,FilterUsers)", "ListUIState(ListUIState,SortUsers)", "ListUIState(ListUIState,StartUserMultiselect)", "ListUIState(ListUIState,AddToUserMultiselect)", "ListUIState(ListUIState,RemoveFromUserMultiselect)", "ListUIState(ListUIState,ClearUserMultiselect)", "UserState(UserState,ArchiveUserSuccess)", "UserState(UserState,DeleteUserSuccess)", "UserState(UserState,RestoreUserSuccess)", "UserState(UserState,RemoveUserSuccess)", "UserState(UserState,AddUserSuccess)", "UserState(UserState,SaveUserSuccess)", "UserState(UserState,SaveAuthUserSuccess)", "UserState(UserState,ConnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthMailerSuccess)", "UserState(UserState,ConnecGmailUserSuccess)", "UserState(UserState,LoadUserSuccess)", "UserState(UserState,LoadUsersSuccess)", "UserState(UserState,LoadCompanySuccess)", "VendorContactEntity(VendorContactEntity?,@)", "VendorEntity(VendorEntity?,@)", "VendorEntity?(VendorEntity?,@)", "VendorEntity(VendorEntity?,AddVendorContact)", "VendorEntity(VendorEntity?,DeleteVendorContact)", "VendorEntity(VendorEntity?,UpdateVendorContact)", "ListUIState(ListUIState,ViewVendorList)", "ListUIState(ListUIState,FilterVendorsByCustom1)", "ListUIState(ListUIState,FilterVendorsByCustom2)", "ListUIState(ListUIState,FilterVendorsByCustom3)", "ListUIState(ListUIState,FilterVendorsByCustom4)", "ListUIState(ListUIState,FilterVendorsByState)", "ListUIState(ListUIState,FilterVendors)", "ListUIState(ListUIState,SortVendors)", "ListUIState(ListUIState,StartVendorMultiselect)", "ListUIState(ListUIState,AddToVendorMultiselect)", "ListUIState(ListUIState,RemoveFromVendorMultiselect)", "ListUIState(ListUIState,ClearVendorMultiselect)", "VendorState(VendorState,ArchiveVendorSuccess)", "VendorState(VendorState,DeleteVendorSuccess)", "VendorState(VendorState,RestoreVendorSuccess)", "VendorState(VendorState,AddVendorSuccess)", "VendorState(VendorState,SaveVendorSuccess)", "VendorState(VendorState,LoadVendorSuccess)", "VendorState(VendorState,LoadVendorsSuccess)", "VendorState(VendorState,LoadCompanySuccess)", "WebhookEntity(WebhookEntity?,@)", "WebhookEntity?(WebhookEntity?,@)", "ListUIState(ListUIState,ViewWebhookList)", "ListUIState(ListUIState,FilterWebhooksByCustom1)", "ListUIState(ListUIState,FilterWebhooksByCustom2)", "ListUIState(ListUIState,FilterWebhooksByState)", "ListUIState(ListUIState,FilterWebhooks)", "ListUIState(ListUIState,SortWebhooks)", "ListUIState(ListUIState,StartWebhookMultiselect)", "ListUIState(ListUIState,AddToWebhookMultiselect)", "ListUIState(ListUIState,RemoveFromWebhookMultiselect)", "ListUIState(ListUIState,ClearWebhookMultiselect)", "WebhookState(WebhookState,ArchiveWebhooksSuccess)", "WebhookState(WebhookState,DeleteWebhooksSuccess)", "WebhookState(WebhookState,RestoreWebhooksSuccess)", "WebhookState(WebhookState,AddWebhookSuccess)", "WebhookState(WebhookState,SaveWebhookSuccess)", "WebhookState(WebhookState,LoadWebhookSuccess)", "WebhookState(WebhookState,LoadWebhooksSuccess)", "WebhookState(WebhookState,LoadCompanySuccess)", "ConfirmEmailVM(Store)", "AppDrawerVM(Store)", "MenuDrawerVM(Store)", "LoginVM(Store)", "BankAccountListVM(Store)", "BankAccountScreenVM(Store)", "ClientListVM(Store)", "ClientScreenVM(Store)", "CompanyGatewayListVM(Store)", "CompanyGatewayScreenVM(Store)", "CreditListVM(Store)", "CreditScreenVM(Store)", "DashboardVM(Store)", "DesignListVM(Store)", "DesignScreenVM(Store)", "DocumentListVM(Store)", "DocumentScreenVM(Store)", "ExpenseListVM(Store)", "ExpenseScreenVM(Store)", "ExpenseCategoryListVM(Store)", "ExpenseCategoryScreenVM(Store)", "GroupListVM(Store)", "GroupScreenVM(Store)", "InvoiceListVM(Store)", "InvoiceScreenVM(Store)", "PaymentListVM(Store)", "PaymentScreenVM(Store)", "PaymentTermListVM(Store)", "PaymentTermScreenVM(Store)", "ProductListVM(Store)", "ProductScreenVM(Store)", "ProjectListVM(Store)", "ProjectScreenVM(Store)", "PurchaseOrderListVM(Store)", "PurchaseOrderScreenVM(Store)", "QuoteListVM(Store)", "QuoteScreenVM(Store)", "RecurringExpenseListVM(Store)", "RecurringExpenseScreenVM(Store)", "RecurringInvoiceListVM(Store)", "RecurringInvoiceScreenVM(Store)", "ReportsScreenVM(Store)", "ScheduleListVM(Store)", "ScheduleScreenVM(Store)", "AccountManagementVM(Store)", "ClientPortalVM(Store)", "CompanyDetailsVM(Store)", "CreditCardsAndBanksVM(Store)", "CustomFieldsVM(Store)", "DataVisualizationsVM(Store)", "DeviceSettingsVM(Store)", "EmailSettingsVM(Store)", "ExpenseSettingsVM(Store)", "GeneratedNumbersVM(Store)", "ImportExportVM(Store)", "InvoiceDesignVM(Store)", "LocalizationSettingsVM(Store)", "PaymentSettingsVM(Store)", "ProductSettingsVM(Store)", "SettingsListVM(Store)", "SettingsScreenVM(Store)", "TaskSettingsVM(Store)", "TaxSettingsVM(Store)", "TemplatesAndRemindersVM(Store)", "UserDetailsVM(Store)", "WorkflowSettingsVM(Store)", "SubscriptionListVM(Store)", "SubscriptionScreenVM(Store)", "KanbanVM(Store)", "TaskListVM(Store)", "TaskScreenVM(Store)", "TaskStatusListVM(Store)", "TaskStatusScreenVM(Store)", "TaxRateListVM(Store)", "TaxRateScreenVM(Store)", "TokenListVM(Store)", "TokenScreenVM(Store)", "TransactionListVM(Store)", "TransactionScreenVM(Store)", "TransactionRuleListVM(Store)", "TransactionRuleScreenVM(Store)", "UserListVM(Store)", "UserScreenVM(Store)", "VendorListVM(Store)", "VendorScreenVM(Store)", "WebhookListVM(Store)", "WebhookScreenVM(Store)", "Future()", "MapBuilder()", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "MapBuilder()", "TextStyle(Set,TextStyle)", "SuperEditorLaunchLinkTapHandler(SuperEditorContext)", "Widget(BuildContext,Offset[Key?])", "Widget(BuildContext,AndroidEditingOverlayController,ToolbarConfig)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "Widget(BuildContext,IOSEditingOverlayController)", "JavaScriptObject(int)", "~(String?{wrapWidth:int?})", "GoogleSignInUserData?(Map?)", "bool(bool,StartLoading)", "bool(bool,StopLoading)", "bool(bool,StartSaving)", "bool(bool,StopSaving)", "Flexible(Widget)"], interceptorsByTag: null, leafTags: null, arrayRti: Symbol("$ti"), @@ -609386,17 +625337,23 @@ "2;": (t1, t2) => o => o instanceof A._Record_2 && t1._is(o._0) && t2._is(o._1), "2;cacheSize,maxTextLength": (t1, t2) => o => o instanceof A._Record_2_cacheSize_max78Tex78tLength && t1._is(o._0) && t2._is(o._1), "2;key,value": (t1, t2) => o => o instanceof A._Record_2_key_value && t1._is(o._0) && t2._is(o._1), + "2;wordEnd,wordStart": (t1, t2) => o => o instanceof A._Record_2_wordEnd_wordStart && t1._is(o._0) && t2._is(o._1), + "3;": (t1, t2, t3) => o => o instanceof A._Record_3 && t1._is(o._0) && t2._is(o._1) && t3._is(o._2), "3;breaks,graphemes,words": (t1, t2, t3) => o => o instanceof A._Record_3_breaks_graphemes_words && t1._is(o._0) && t2._is(o._1) && t3._is(o._2), "3;large,medium,small": (t1, t2, t3) => o => o instanceof A._Record_3_large_medium_small && t1._is(o._0) && t2._is(o._1) && t3._is(o._2), "3;x,y,z": (t1, t2, t3) => o => o instanceof A._Record_3_x78_y_z && t1._is(o._0) && t2._is(o._1) && t3._is(o._2), "4;domBlurListener,domFocusListener,element,semanticsNodeId": types => o => o instanceof A._Record_4_domBlurListener_domFocusListener_element_semanticsNodeId && A.pairwiseIsTest(types, o._values) } }; - A._Universe_addRules(init.typeUniverse, JSON.parse('{"PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"LegacyJavaScriptObject","LoadConfig":"LegacyJavaScriptObject","GoogleAuthInitFailureError":"LegacyJavaScriptObject","GoogleAuth":"LegacyJavaScriptObject","GoogleUser":"LegacyJavaScriptObject","GoogleAuthSignInError":"LegacyJavaScriptObject","OfflineAccessResponse":"LegacyJavaScriptObject","_GoogleAuth":"LegacyJavaScriptObject","IsSignedIn":"LegacyJavaScriptObject","CurrentUser":"LegacyJavaScriptObject","SigninOptions":"LegacyJavaScriptObject","OfflineAccessOptions":"LegacyJavaScriptObject","ClientConfig":"LegacyJavaScriptObject","SigninOptionsBuilder":"LegacyJavaScriptObject","BasicProfile":"LegacyJavaScriptObject","AuthResponse":"LegacyJavaScriptObject","AuthorizeConfig":"LegacyJavaScriptObject","AuthorizeResponse":"LegacyJavaScriptObject","_GoogleUser":"LegacyJavaScriptObject","Promise0":"LegacyJavaScriptObject","Promise1":"LegacyJavaScriptObject","BindConfiguration":"LegacyJavaScriptObject","Data":"LegacyJavaScriptObject","Boundary":"LegacyJavaScriptObject","ViewPort":"LegacyJavaScriptObject","Options":"LegacyJavaScriptObject","CroppieJS":"LegacyJavaScriptObject","AuthenticationResult0":"LegacyJavaScriptObject","AccountInfo":"LegacyJavaScriptObject","Configuration0":"LegacyJavaScriptObject","BrowserAuthOptions":"LegacyJavaScriptObject","CacheOptions":"LegacyJavaScriptObject","BrowserSystemOptions":"LegacyJavaScriptObject","LoggerOptions":"LegacyJavaScriptObject","AuthError":"LegacyJavaScriptObject","EventMessage":"LegacyJavaScriptObject","Logger1":"LegacyJavaScriptObject","NavigationOptions":"LegacyJavaScriptObject","NetworkRequestOptions":"LegacyJavaScriptObject","NetworkResponse":"LegacyJavaScriptObject","PublicClientApplication0":"LegacyJavaScriptObject","SsoSilentRequest":"LegacyJavaScriptObject","EndSessionRequest":"LegacyJavaScriptObject","EndSessionPopupRequest":"LegacyJavaScriptObject","SilentRequest":"LegacyJavaScriptObject","RedirectRequest":"LegacyJavaScriptObject","PopupRequest0":"LegacyJavaScriptObject","CommonSilentFlowRequest":"LegacyJavaScriptObject","CommonAuthorizationUrlRequest0":"LegacyJavaScriptObject","CommonEndSessionRequest":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Promise2":"LegacyJavaScriptObject","Array":"LegacyJavaScriptObject","Object0":"LegacyJavaScriptObject","Reflect":"LegacyJavaScriptObject","NodeCrypto":"LegacyJavaScriptObject","PdfJsDoc":"LegacyJavaScriptObject","PdfJsPage":"LegacyJavaScriptObject","PdfJs":"LegacyJavaScriptObject","Settings":"LegacyJavaScriptObject","PdfJsDocLoader":"LegacyJavaScriptObject","PdfJsViewport":"LegacyJavaScriptObject","PdfJsRender":"LegacyJavaScriptObject","SignInResponseI":"LegacyJavaScriptObject","SignInWithAppleInitOptions":"LegacyJavaScriptObject","AuthorizationI":"LegacyJavaScriptObject","UserI":"LegacyJavaScriptObject","NameI":"LegacyJavaScriptObject","KeyframeEffect":"JavaScriptObject","KeyframeEffectReadOnly":"JavaScriptObject","AnimationEffectReadOnly":"JavaScriptObject","AnimationEvent":"Event","AudioContext":"BaseAudioContext","AbsoluteOrientationSensor":"EventTarget","OrientationSensor":"EventTarget","Sensor":"EventTarget","AElement":"SvgElement","GraphicsElement":"SvgElement","OpenDBRequest":"Request0","_WorkerNavigator":"NavigatorConcurrentHardware","_ResourceProgressEvent":"ProgressEvent","AudioElement":"HtmlElement","MediaElement":"HtmlElement","ShadowRoot":"Node1","DocumentFragment":"Node1","XmlDocument":"Document1","WindowClient":"Client","PointerEvent0":"MouseEvent","VttCue":"TextTrackCue","CompositionEvent":"UIEvent","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","FederatedCredential":"Credential","CDataSection":"CharacterData","Text2":"CharacterData","MidiInput":"MidiPort","MathMLElement":"Element2","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","CssCharsetRule":"CssRule","CssMatrixComponent":"CssTransformComponent","CssStyleSheet":"StyleSheet","CssurlImageValue":"CssStyleValue","CssImageValue":"CssStyleValue","CssResourceValue":"CssStyleValue","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","CkImage":{"Image1":[]},"CkBrowserImageDecoder":{"Codec":[]},"FontLoadError":{"Error":[]},"PersistedContainerSurface":{"PersistedSurface":[]},"EngineLineMetrics":{"LineMetrics":[]},"CkColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkBlendModeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkMatrixColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkLinearToSrgbGammaColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkSrgbToLinearGammaColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkComposeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"CkImageFilter":{"CkManagedSkImageFilterConvertible":[]},"_CkBlurImageFilter":{"CkManagedSkImageFilterConvertible":[]},"_CkMatrixImageFilter":{"CkManagedSkImageFilterConvertible":[]},"CkAnimatedImage":{"Codec":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"BackdropFilterEngineLayer":{"Layer":[],"BackdropFilterEngineLayer0":[]},"ClipPathEngineLayer":{"Layer":[],"ClipPathEngineLayer0":[]},"ClipRectEngineLayer":{"Layer":[],"ClipRectEngineLayer0":[]},"ClipRRectEngineLayer":{"Layer":[],"ClipRRectEngineLayer0":[]},"OpacityEngineLayer":{"Layer":[],"OpacityEngineLayer0":[]},"TransformEngineLayer":{"Layer":[],"TransformEngineLayer0":[]},"OffsetEngineLayer":{"Layer":[],"TransformEngineLayer0":[],"OffsetEngineLayer0":[]},"PictureLayer":{"Layer":[]},"PlatformViewLayer0":{"Layer":[]},"CkPaint":{"Paint":[]},"CkPath":{"Path":[]},"SimpleCkShader":{"CkShader":[]},"CkGradientLinear":{"CkShader":[]},"CkLineMetrics":{"LineMetrics":[]},"CanvasKitError":{"Error":[]},"HttpFetchResponseImpl":{"HttpFetchResponse":[]},"HttpFetchNoPayloadError":{"Exception":[]},"HttpFetchError":{"Exception":[]},"_DomListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"_DomTouchListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"FontNotFoundError":{"FontLoadError":[],"Error":[]},"FontDownloadError":{"FontLoadError":[],"Error":[]},"FontInvalidDataError":{"FontLoadError":[],"Error":[]},"PersistedBackdropFilter":{"PersistedContainerSurface":[],"PersistedSurface":[],"BackdropFilterEngineLayer0":[]},"PersistedClipRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRectEngineLayer0":[]},"PersistedClipRRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRRectEngineLayer0":[]},"PersistedClipPath":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipPathEngineLayer0":[]},"PersistedOffset":{"PersistedContainerSurface":[],"PersistedSurface":[],"OffsetEngineLayer0":[]},"PersistedOpacity":{"PersistedContainerSurface":[],"PersistedSurface":[],"OpacityEngineLayer0":[]},"SurfacePaint":{"Paint":[]},"SurfacePath":{"Path":[]},"PersistedPicture":{"PersistedSurface":[]},"PersistedPlatformView":{"PersistedSurface":[]},"DrawCommand":{"PaintCommand":[]},"PaintSave":{"PaintCommand":[]},"PaintRestore":{"PaintCommand":[]},"PaintTranslate":{"PaintCommand":[]},"PaintScale":{"PaintCommand":[]},"PaintRotate":{"PaintCommand":[]},"PaintTransform":{"PaintCommand":[]},"PaintClipRect":{"PaintCommand":[]},"PaintClipRRect":{"PaintCommand":[]},"PaintClipPath":{"PaintCommand":[]},"PaintDrawLine":{"PaintCommand":[]},"PaintDrawPaint":{"PaintCommand":[]},"PaintDrawRect":{"PaintCommand":[]},"PaintDrawRRect":{"PaintCommand":[]},"PaintDrawDRRect":{"PaintCommand":[]},"PaintDrawOval":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"_BlurEngineImageFilter":{"EngineImageFilter":[]},"_MatrixEngineImageFilter":{"EngineImageFilter":[]},"EngineHtmlColorFilter":{"EngineImageFilter":[]},"ModeHtmlColorFilter":{"EngineImageFilter":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"HtmlImage":{"Image1":[]},"BrowserImageDecoder":{"Codec":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"RouteName":{"RoleManager":[]},"Focusable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"SemanticsUpdate":{"SemanticsUpdate0":[]},"Tappable":{"RoleManager":[]},"_TypedDataBuffer":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"_TypedDataBuffer":["int"],"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int","Iterable.E":"int","_TypedDataBuffer.E":"int"},"PlaceholderSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"EllipsisFragment":{"LayoutFragment":[]},"EngineFlutterWindow":{"FlutterView":[]},"EngineSingletonFlutterWindow":{"FlutterView":[]},"HttpException":{"Exception":[]},"JSBool":{"bool":[],"TrustedGetRuntimeType":[]},"JSNull":{"Null":[],"TrustedGetRuntimeType":[]},"LegacyJavaScriptObject":{"JavaScriptObject":[],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"AuthenticationResult0":[],"JsError":[],"PdfJsDoc":[],"PdfJsPage":[],"SignInResponseI":[]},"JSArray":{"List":["1"],"JavaScriptObject":[],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"],"Iterable.E":"1"},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"JavaScriptObject":[],"EfficientLengthIterable":["1"],"Iterable":["1"],"JSIndexable":["1"],"Iterable.E":"1"},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"],"TrustedGetRuntimeType":[]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListBase.E":"2","Iterable.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastMap":{"MapBase":["3","4"],"Map":["3","4"],"MapBase.V":"4","MapBase.K":"3"},"CastQueue":{"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"LateError":{"Error":[]},"CodeUnits":{"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int","Iterable.E":"int"},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListIterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapBase":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapBase.V":"1","MapBase.K":"int"},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_KeysOrValues":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"ConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ConstantStringSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"GeneralConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"_CyclicInitializationError":{"Error":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JsIdentityLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"JsConstantLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"JavaScriptObject":[],"ByteBuffer":[],"TrustedGetRuntimeType":[]},"NativeTypedData":{"JavaScriptObject":[],"TypedData":[]},"NativeByteData":{"JavaScriptObject":[],"ByteData":[],"TypedData":[],"TrustedGetRuntimeType":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"JavaScriptObject":[],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListBase":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListBase":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListBase":["double"],"Float32List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double","Iterable.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListBase":["double"],"Float64List":[],"JavaScriptIndexingBehavior":["double"],"List":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double","Iterable.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int16List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint16List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint32List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint8ClampedList":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"_Future":{"Future":["1"]},"MultiStreamController":{"EventSink":["1"]},"_BufferingStreamSubscription":{"_BufferingStreamSubscription.T":"1"},"_HandlerEventSink":{"EventSink":["1"]},"_TimerImpl":{"Timer":[]},"_AsyncAwaitCompleter":{"Completer":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"AsyncError":{"Error":[]},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"TimeoutException":{"Exception":[]},"_Completer":{"Completer":["1"]},"_AsyncCompleter":{"_Completer":["1"],"Completer":["1"]},"_SyncCompleter":{"_Completer":["1"],"Completer":["1"]},"StreamView":{"Stream":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamControllerAddStreamState":{"_AddStreamState":["1"]},"_StreamImpl":{"Stream":["1"]},"_EmptyStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStreamController":{"_AsyncStreamController":["1"],"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"MultiStreamController":["1"],"EventSink":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_WhereStream":{"_ForwardingStream":["1","1"],"Stream":["1"],"Stream.T":"1","_ForwardingStream.S":"1","_ForwardingStream.T":"1"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2","_ForwardingStream.S":"1","_ForwardingStream.T":"2"},"_EventSinkWrapper":{"EventSink":["1"]},"_SinkTransformerStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"]},"_HashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_CustomHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_HashSet":{"_SetBase":["1"],"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetBase":["1"],"LinkedHashSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"UnmodifiableListView":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","Iterable.E":"1"},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapBase":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_DoubleLinkedQueueElement":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"]},"_DoubleLinkedQueueSentinel":{"_DoubleLinkedQueueEntry":["1"]},"DoubleLinkedQueue":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"ListQueue":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"SetBase":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"SplayTreeMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_SplayTreeKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_SplayTreeValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_SplayTreeMapEntryIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"_SplayTreeKeyIterator":{"_SplayTreeIterator":["1","2","1"],"_SplayTreeIterator.T":"1"},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"],"_SplayTreeIterator.T":"2"},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"],"_SplayTreeIterator.T":"MapEntry<1,2>"},"SplayTreeSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"_JsonMap":{"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"_JsonDecoderSink":{"StringConversionSink":[]},"AsciiCodec":{"Encoding":[]},"_UnicodeSubsetEncoder":{"Converter":["String","List"]},"AsciiEncoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_UnicodeSubsetEncoderSink":{"StringConversionSink":[]},"_UnicodeSubsetDecoder":{"Converter":["List","String"]},"AsciiDecoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"Base64Encoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"Base64Decoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_Base64DecoderSink":{"StringConversionSink":[]},"_FusedConverter":{"Converter":["1","3"],"Converter.S":"1","Converter.T":"3"},"HtmlEscape":{"Converter":["String","String"],"Converter.S":"String","Converter.T":"String"},"_HtmlEscapeSink":{"StringConversionSink":[]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonEncoder":{"Converter":["Object?","String"],"Converter.S":"Object?","Converter.T":"String"},"JsonDecoder":{"Converter":["String","Object?"],"Converter.S":"String","Converter.T":"Object?"},"Latin1Codec":{"Encoding":[]},"Latin1Encoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"Latin1Decoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"_StringSinkConversionSink":{"StringConversionSink":[]},"_StringAdapterSink":{"StringConversionSink":[]},"Utf8Codec":{"Encoding":[]},"Utf8Encoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_Utf8EncoderSink":{"StringConversionSink":[]},"Utf8Decoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"BigInt":{"Comparable":["BigInt"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExp":{"Pattern":[]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"],"Pattern":[]},"_BigIntImpl":{"Comparable":["BigInt"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"IntegerDivisionByZeroException":{"Exception":[],"Error":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"BeforeUnloadEvent":{"Event":[],"JavaScriptObject":[]},"Blob":{"JavaScriptObject":[]},"CssRule":{"JavaScriptObject":[]},"Element2":{"Node1":[],"JavaScriptObject":[]},"Event":{"JavaScriptObject":[]},"File":{"Blob":[],"JavaScriptObject":[]},"Gamepad":{"JavaScriptObject":[]},"HttpRequest":{"JavaScriptObject":[]},"IFrameElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"MimeType":{"JavaScriptObject":[]},"MouseEvent":{"Event":[],"JavaScriptObject":[]},"Node1":{"JavaScriptObject":[]},"Plugin":{"JavaScriptObject":[]},"ProgressEvent":{"Event":[],"JavaScriptObject":[]},"SourceBuffer":{"JavaScriptObject":[]},"SpeechGrammar":{"JavaScriptObject":[]},"SpeechRecognitionResult":{"JavaScriptObject":[]},"StyleSheet":{"JavaScriptObject":[]},"TextTrack":{"JavaScriptObject":[]},"TextTrackCue":{"JavaScriptObject":[]},"Touch":{"JavaScriptObject":[]},"AccessibleNodeList":{"JavaScriptObject":[]},"AnchorElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"Animation":{"JavaScriptObject":[]},"ApplicationCacheErrorEvent":{"Event":[],"JavaScriptObject":[]},"AreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"BackgroundFetchEvent":{"Event":[],"JavaScriptObject":[]},"BackgroundFetchRegistration":{"JavaScriptObject":[]},"BluetoothRemoteGattDescriptor":{"JavaScriptObject":[]},"ButtonElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"CanvasElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"CanvasRenderingContext2D":{"JavaScriptObject":[]},"CharacterData":{"Node1":[],"JavaScriptObject":[]},"Client":{"JavaScriptObject":[]},"Credential":{"JavaScriptObject":[]},"CssKeywordValue":{"JavaScriptObject":[]},"CssNumericValue":{"JavaScriptObject":[]},"CssPerspective":{"JavaScriptObject":[]},"CssStyleDeclaration":{"JavaScriptObject":[]},"CssStyleValue":{"JavaScriptObject":[]},"CssTransformComponent":{"JavaScriptObject":[]},"CssTransformValue":{"JavaScriptObject":[]},"CssUnitValue":{"JavaScriptObject":[]},"CssUnparsedValue":{"JavaScriptObject":[]},"DataElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"DataTransferItemList":{"JavaScriptObject":[]},"DeprecationReport":{"JavaScriptObject":[]},"Document1":{"Node1":[],"JavaScriptObject":[]},"DomError":{"JavaScriptObject":[]},"DomException0":{"JavaScriptObject":[]},"DomRectList":{"ListBase":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"JavaScriptObject":[],"EfficientLengthIterable":["Rectangle"],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ImmutableListMixin.E":"Rectangle","ListBase.E":"Rectangle","Iterable.E":"Rectangle"},"DomRectReadOnly0":{"JavaScriptObject":[],"Rectangle":["num"]},"DomStringList":{"ListBase":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"JSIndexable":["String"],"ImmutableListMixin.E":"String","ListBase.E":"String","Iterable.E":"String"},"DomTokenList0":{"JavaScriptObject":[]},"_ChildrenElementList":{"ListBase":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListBase.E":"Element2","Iterable.E":"Element2"},"ErrorEvent":{"Event":[],"JavaScriptObject":[]},"EventTarget":{"JavaScriptObject":[]},"ExtendableEvent":{"Event":[],"JavaScriptObject":[]},"FileList":{"ListBase":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"JavaScriptObject":[],"EfficientLengthIterable":["File"],"Iterable":["File"],"JSIndexable":["File"],"ImmutableListMixin.E":"File","ListBase.E":"File","Iterable.E":"File"},"FileReader":{"JavaScriptObject":[]},"FileWriter":{"JavaScriptObject":[]},"FontFaceSet":{"JavaScriptObject":[]},"FormElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"GamepadButton":{"JavaScriptObject":[]},"History":{"JavaScriptObject":[]},"HtmlCollection":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"HtmlDocument":{"Document1":[],"Node1":[],"JavaScriptObject":[]},"HttpRequestEventTarget":{"JavaScriptObject":[]},"ImageData":{"JavaScriptObject":[]},"InputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"InterventionReport":{"JavaScriptObject":[]},"LIElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"Location":{"JavaScriptObject":[]},"MediaError":{"JavaScriptObject":[]},"MediaKeyMessageEvent":{"Event":[],"JavaScriptObject":[]},"MediaList":{"JavaScriptObject":[]},"MediaQueryList":{"JavaScriptObject":[]},"MediaStream":{"JavaScriptObject":[]},"MediaStreamTrack":{"JavaScriptObject":[]},"MessagePort":{"JavaScriptObject":[]},"MeterElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"MidiInputMap":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"MidiOutputMap":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"MidiPort":{"JavaScriptObject":[]},"MimeTypeArray":{"ListBase":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"JavaScriptObject":[],"EfficientLengthIterable":["MimeType"],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ImmutableListMixin.E":"MimeType","ListBase.E":"MimeType","Iterable.E":"MimeType"},"Navigator0":{"JavaScriptObject":[]},"NavigatorConcurrentHardware":{"JavaScriptObject":[]},"NavigatorUserMediaError":{"JavaScriptObject":[]},"_ChildNodeListLazy":{"ListBase":["Node1"],"List":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"ListBase.E":"Node1","Iterable.E":"Node1"},"NodeList0":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"Notification":{"JavaScriptObject":[]},"OptionElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"OutputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"OverconstrainedError":{"JavaScriptObject":[]},"ParamElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"PaymentRequest":{"JavaScriptObject":[]},"PluginArray":{"ListBase":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"JavaScriptObject":[],"EfficientLengthIterable":["Plugin"],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ImmutableListMixin.E":"Plugin","ListBase.E":"Plugin","Iterable.E":"Plugin"},"PositionError":{"JavaScriptObject":[]},"PresentationAvailability":{"JavaScriptObject":[]},"PresentationConnection":{"JavaScriptObject":[]},"PresentationConnectionCloseEvent":{"Event":[],"JavaScriptObject":[]},"ProgressElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"RelatedApplication":{"JavaScriptObject":[]},"ReportBody":{"JavaScriptObject":[]},"RtcDataChannel":{"JavaScriptObject":[]},"RtcLegacyStatsReport":{"JavaScriptObject":[]},"RtcStatsReport":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"SelectElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"SourceBufferList":{"ListBase":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"JavaScriptObject":[],"EfficientLengthIterable":["SourceBuffer"],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ImmutableListMixin.E":"SourceBuffer","ListBase.E":"SourceBuffer","Iterable.E":"SourceBuffer"},"SpeechGrammarList":{"ListBase":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechGrammar"],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ImmutableListMixin.E":"SpeechGrammar","ListBase.E":"SpeechGrammar","Iterable.E":"SpeechGrammar"},"SpeechRecognitionError":{"Event":[],"JavaScriptObject":[]},"Storage":{"JavaScriptObject":[],"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"TextAreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[]},"TextTrackCueList":{"ListBase":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrackCue"],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ImmutableListMixin.E":"TextTrackCue","ListBase.E":"TextTrackCue","Iterable.E":"TextTrackCue"},"TextTrackList":{"ListBase":["TextTrack"],"ImmutableListMixin":["TextTrack"],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrack"],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ImmutableListMixin.E":"TextTrack","ListBase.E":"TextTrack","Iterable.E":"TextTrack"},"TimeRanges":{"JavaScriptObject":[]},"TouchList":{"ListBase":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"JavaScriptObject":[],"EfficientLengthIterable":["Touch"],"Iterable":["Touch"],"JSIndexable":["Touch"],"ImmutableListMixin.E":"Touch","ListBase.E":"Touch","Iterable.E":"Touch"},"TrackDefaultList":{"JavaScriptObject":[]},"UIEvent":{"Event":[],"JavaScriptObject":[]},"Url":{"JavaScriptObject":[]},"VideoTrack":{"JavaScriptObject":[]},"VideoTrackList":{"JavaScriptObject":[]},"VttRegion":{"JavaScriptObject":[]},"Window":{"JavaScriptObject":[]},"WorkerGlobalScope":{"JavaScriptObject":[]},"_Attr":{"Node1":[],"JavaScriptObject":[]},"_CssRuleList":{"ListBase":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"JavaScriptObject":[],"EfficientLengthIterable":["CssRule"],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ImmutableListMixin.E":"CssRule","ListBase.E":"CssRule","Iterable.E":"CssRule"},"_DomRect":{"JavaScriptObject":[],"Rectangle":["num"]},"_GamepadList":{"ListBase":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"JavaScriptObject":[],"EfficientLengthIterable":["Gamepad?"],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ImmutableListMixin.E":"Gamepad?","ListBase.E":"Gamepad?","Iterable.E":"Gamepad?"},"_NamedNodeMap":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"_Report":{"JavaScriptObject":[]},"_SpeechRecognitionResultList":{"ListBase":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechRecognitionResult"],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ImmutableListMixin.E":"SpeechRecognitionResult","ListBase.E":"SpeechRecognitionResult","Iterable.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListBase":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"JavaScriptObject":[],"EfficientLengthIterable":["StyleSheet"],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ImmutableListMixin.E":"StyleSheet","ListBase.E":"StyleSheet","Iterable.E":"StyleSheet"},"_AttributeMap":{"MapBase":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"_DataAttributeMap":{"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"_DOMWindowCrossFrame":{"JavaScriptObject":[]},"FilteredElementList0":{"ListBase":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListBase.E":"Element2","Iterable.E":"Element2"},"Transaction":{"JavaScriptObject":[]},"Cursor":{"JavaScriptObject":[]},"CursorWithValue":{"JavaScriptObject":[]},"Database":{"JavaScriptObject":[]},"KeyRange":{"JavaScriptObject":[]},"ObjectStore":{"JavaScriptObject":[]},"Observation":{"JavaScriptObject":[]},"ObserverChanges":{"JavaScriptObject":[]},"Request0":{"JavaScriptObject":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"PathAccessException":{"Exception":[]},"PathExistsException":{"Exception":[]},"PathNotFoundException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"SystemEncoding":{"Encoding":[]},"JsArray":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","Iterable.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"Length":{"JavaScriptObject":[]},"Number":{"JavaScriptObject":[]},"Transform0":{"JavaScriptObject":[]},"Angle":{"JavaScriptObject":[]},"LengthList":{"ListBase":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"JavaScriptObject":[],"EfficientLengthIterable":["Length"],"Iterable":["Length"],"ImmutableListMixin.E":"Length","ListBase.E":"Length","Iterable.E":"Length"},"NumberList":{"ListBase":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"JavaScriptObject":[],"EfficientLengthIterable":["Number"],"Iterable":["Number"],"ImmutableListMixin.E":"Number","ListBase.E":"Number","Iterable.E":"Number"},"PointList":{"JavaScriptObject":[]},"StringList":{"ListBase":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"Iterable":["String"],"ImmutableListMixin.E":"String","ListBase.E":"String","Iterable.E":"String"},"SvgElement":{"Element2":[],"Node1":[],"JavaScriptObject":[]},"TransformList":{"ListBase":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"JavaScriptObject":[],"EfficientLengthIterable":["Transform0"],"Iterable":["Transform0"],"ImmutableListMixin.E":"Transform0","ListBase.E":"Transform0","Iterable.E":"Transform0"},"ByteData":{"TypedData":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"_UnmodifiableInt64ListView":{"ListBase.E":"int","Iterable.E":"int"},"SingletonFlutterWindow":{"FlutterView":[]},"AudioBuffer":{"JavaScriptObject":[]},"AudioParam":{"JavaScriptObject":[]},"AudioParamMap":{"JavaScriptObject":[],"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"AudioTrack":{"JavaScriptObject":[]},"AudioTrackList":{"JavaScriptObject":[]},"BaseAudioContext":{"JavaScriptObject":[]},"OfflineAudioContext":{"JavaScriptObject":[]},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"SpanMarker":{"Comparable":["SpanMarker"]},"IncompatibleOverlappingAttributionsException":{"Exception":[]},"NamedAttribution":{"Attribution":[]},"BoardItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardItemState":{"State":["BoardItem"]},"BoardList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardListState":{"State":["BoardList"]},"BoardView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardViewState":{"State":["BoardView"]},"CopyOnWriteList":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"CopyOnWriteMap":{"Map":["1","2"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"],"Iterable.E":"1"},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"],"Iterable.E":"1"},"_BuiltSetMultimap":{"BuiltSetMultimap":["1","2"]},"BuiltValueNullFieldError":{"Error":[]},"BuiltValueNestedFieldError":{"Error":[]},"DeserializationError":{"Error":[]},"BigIntSerializer":{"PrimitiveSerializer":["BigInt"],"Serializer":["BigInt"]},"BoolSerializer":{"PrimitiveSerializer":["bool"],"Serializer":["bool"]},"BuiltListMultimapSerializer":{"StructuredSerializer":["BuiltListMultimap<@,@>"],"Serializer":["BuiltListMultimap<@,@>"]},"BuiltListSerializer":{"StructuredSerializer":["BuiltList<@>"],"Serializer":["BuiltList<@>"]},"BuiltMapSerializer":{"StructuredSerializer":["BuiltMap<@,@>"],"Serializer":["BuiltMap<@,@>"]},"BuiltSetMultimapSerializer":{"StructuredSerializer":["BuiltSetMultimap<@,@>"],"Serializer":["BuiltSetMultimap<@,@>"]},"BuiltSetSerializer":{"StructuredSerializer":["BuiltSet<@>"],"Serializer":["BuiltSet<@>"]},"DateTimeSerializer":{"PrimitiveSerializer":["DateTime"],"Serializer":["DateTime"]},"DoubleSerializer":{"PrimitiveSerializer":["double"],"Serializer":["double"]},"DurationSerializer":{"PrimitiveSerializer":["Duration"],"Serializer":["Duration"]},"Int64Serializer":{"PrimitiveSerializer":["Int64"],"Serializer":["Int64"]},"IntSerializer":{"PrimitiveSerializer":["int"],"Serializer":["int"]},"JsonObjectSerializer":{"PrimitiveSerializer":["JsonObject"],"Serializer":["JsonObject"]},"NullSerializer":{"PrimitiveSerializer":["Null"],"Serializer":["Null"]},"NumSerializer":{"PrimitiveSerializer":["num"],"Serializer":["num"]},"RegExpSerializer":{"PrimitiveSerializer":["RegExp"],"Serializer":["RegExp"]},"StringSerializer":{"PrimitiveSerializer":["String"],"Serializer":["String"]},"Uint8ListSerializer":{"PrimitiveSerializer":["Uint8List"],"Serializer":["Uint8List"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"CachedNetworkImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedNetworkImageProvider":{"ImageProvider":["CachedNetworkImageProvider0"],"ImageProvider.T":"CachedNetworkImageProvider0"},"CachedNetworkImageProvider0":{"ImageProvider":["CachedNetworkImageProvider0"]},"StringCharacters":{"Iterable":["String"],"Iterable.E":"String"},"BarChart0":{"CartesianChart":["String"],"BaseChart0":["String"],"BaseChart0.D":"String","CartesianChart.D":"String"},"BarRendererElement":{"BaseBarRendererElement":[]},"AnimatedBar":{"BaseAnimatedBar":["1","BarRendererElement<1>"]},"BarRenderer":{"BaseBarRenderer":["1","BarRendererElement<1>","AnimatedBar<1>"],"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[],"BaseBarRenderer.D":"1","BaseBarRenderer.B":"AnimatedBar<1>","BaseBarRenderer.R":"BarRendererElement<1>"},"BaseBarRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"_ReversedSeriesIterable":{"Iterable":["1"],"Iterable.E":"1"},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"SimpleOrdinalScale":{"OrdinalScale":[]},"DateTimeAxisSpec":{"AxisSpec":["DateTime"]},"NumericAxisSpec":{"AxisSpec":["num"]},"OrdinalAxisSpec":{"AxisSpec":["String"]},"OrdinalTickFormatter":{"SimpleTickFormatterBase":["String"],"SimpleTickFormatterBase.D":"String"},"NumericTickFormatter":{"SimpleTickFormatterBase":["num"],"SimpleTickFormatterBase.D":"num"},"_TimeStepIteratorFactoryImpl":{"Iterable":["DateTime"],"Iterable.E":"DateTime"},"DateTimeAxis":{"Axis":["DateTime"],"ImmutableAxis":["DateTime"],"LayoutView":[],"Axis.D":"DateTime"},"DateTimeScale":{"MutableScale":["DateTime"]},"HourTickFormatter":{"TimeTickFormatter":[]},"TimeRangeTickProvider":{"BaseTickProvider":["DateTime"]},"TimeRangeTickProviderImpl":{"TimeRangeTickProvider":[],"BaseTickProvider":["DateTime"],"BaseTickProvider.D":"DateTime"},"TimeStepIteratorFactory":{"Iterable":["DateTime"]},"TimeTickFormatterImpl":{"TimeTickFormatter":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LineRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"PointRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"TimeSeriesChart":{"CartesianChart":["DateTime"],"BaseChart0":["DateTime"],"BaseChart0.D":"DateTime","CartesianChart.D":"DateTime"},"MaterialBlue":{"Palette":[]},"MaterialRed":{"Palette":[]},"MaterialYellow":{"Palette":[]},"MaterialGreen":{"Palette":[]},"MaterialPurple":{"Palette":[]},"MaterialCyan":{"Palette":[]},"MaterialDeepOrange":{"Palette":[]},"MaterialLime":{"Palette":[]},"MaterialIndigo":{"Palette":[]},"MaterialPink":{"Palette":[]},"MaterialTeal":{"Palette":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"DomainHighlighter":{"ChartBehavior":["1"]},"SeriesLegend":{"ChartBehavior":["1"]},"_FlutterSeriesLegend":{"SeriesLegend0":["1"],"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[],"BuildableBehavior":["ChartBehavior0<@>"]},"LinePointHighlighter":{"ChartBehavior":["1"]},"SelectNearest":{"ChartBehavior":["1"]},"CartesianChart0":{"BaseChart":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement":{"TextElement2":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>"],"_UnorderedEquality.E":"1"},"Selector":{"TreeNode":[]},"SimpleSelectorSequence":{"TreeNode":[]},"Expression":{"TreeNode":[]},"Identifier":{"TreeNode":[]},"Wildcard":{"TreeNode":[]},"ThisOperator":{"TreeNode":[]},"Negation":{"TreeNode":[]},"SelectorGroup":{"TreeNode":[]},"SimpleSelector":{"TreeNode":[]},"ElementSelector":{"SimpleSelector":[],"TreeNode":[]},"NamespaceSelector":{"SimpleSelector":[],"TreeNode":[]},"AttributeSelector":{"SimpleSelector":[],"TreeNode":[]},"IdSelector":{"SimpleSelector":[],"TreeNode":[]},"ClassSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoClassSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoElementSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoClassFunctionSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoElementFunctionSelector":{"SimpleSelector":[],"TreeNode":[]},"SelectorExpression":{"TreeNode":[]},"NegationSelector":{"SimpleSelector":[],"TreeNode":[]},"OperatorPlus":{"Expression":[],"TreeNode":[]},"OperatorMinus":{"Expression":[],"TreeNode":[]},"LiteralTerm":{"Expression":[],"TreeNode":[]},"NumberTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"UnitTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"LengthTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"PercentageTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"EmTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ExTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"AngleTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"TimeTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"FreqTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"FractionTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ResolutionTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ChTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"RemTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"LineHeightTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ViewportTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"DropTarget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropTargetState":{"State":["DropTarget"]},"DropEnterEvent":{"DropEvent":[]},"DropExitEvent":{"DropEvent":[]},"DropUpdateEvent":{"DropEvent":[]},"DropDoneEvent":{"DropEvent":[]},"MemoryDirectory":{"Directory0":[],"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"MemoryFile":{"File1":[],"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"_FileSink":{"EventSink":["List"]},"MemoryFileSystemEntity":{"FileSystemEntity0":[],"FileSystemEntity":[]},"RealNode":{"Node2":[]},"DirectoryNode":{"Node2":[]},"FileNode":{"Node2":[]},"LinkNode":{"Node2":[]},"RootNode":{"DirectoryNode":[],"Node2":[]},"_LinuxCodes":{"_Codes":[]},"Int64":{"Comparable":["Object"]},"Animation0":{"Listenable":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"Curve":[]},"ThreePointCubic":{"Curve":[]},"FlippedCurve":{"Curve":[]},"_DecelerateCurve":{"Curve":[]},"ElasticOutCurve":{"Curve":[]},"Tween":{"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Animatable.T":"Color?","Tween.T":"Color?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Animatable.T":"Size?","Tween.T":"Size?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Animatable.T":"Rect?","Tween.T":"Rect?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Animatable.T":"int","Tween.T":"int"},"ConstantTween":{"Tween":["1"],"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoActivityIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoActivityIndicatorState":{"State":["CupertinoActivityIndicator"]},"_CupertinoActivityIndicatorPainter":{"Listenable":[]},"CupertinoButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoButtonState":{"State":["CupertinoButton"]},"CupertinoCheckbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoCheckboxState":{"State":["CupertinoCheckbox"]},"_CheckboxPainter0":{"Listenable":[]},"CupertinoDynamicColor":{"Color":[]},"_CupertinoDesktopTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"CupertinoDesktopTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoDesktopTextSelectionToolbarButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoDesktopTextSelectionToolbarButtonState":{"State":["CupertinoDesktopTextSelectionToolbarButton"]},"CupertinoIconThemeData":{"IconThemeData":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"CupertinoTextMagnifier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextMagnifierState":{"State":["CupertinoTextMagnifier"]},"CupertinoMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoRadio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoRadioState":{"State":["CupertinoRadio<1>"]},"_RadioPainter0":{"Listenable":[]},"_CupertinoBackGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoBackGestureDetectorState":{"State":["_CupertinoBackGestureDetector<1>"]},"_CupertinoEdgeShadowDecoration":{"Decoration":[]},"_CupertinoEdgeShadowPainter":{"BoxPainter":[]},"CupertinoScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoScrollbarState":{"RawScrollbarState":["CupertinoScrollbar"],"State":["CupertinoScrollbar"]},"CupertinoSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoSwitchState":{"State":["CupertinoSwitch"]},"_CupertinoSwitchRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoSwitch":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"CupertinoTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"_CupertinoTextSelectionToolbarContent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoTextSelectionToolbarShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_CupertinoTextSelectionToolbarContentState":{"State":["_CupertinoTextSelectionToolbarContent"]},"_LeftCupertinoChevronPainter":{"Listenable":[]},"_RightCupertinoChevronPainter":{"Listenable":[]},"_CupertinoChevronPainter":{"Listenable":[]},"_CupertinoTextSelectionToolbarItems":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarItemsElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderCupertinoTextSelectionToolbarItems":{"RenderBoxContainerDefaultsMixin":["RenderBox","ToolbarItemsParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ToolbarItemsParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ToolbarItemsParentData","RenderBoxContainerDefaultsMixin.1":"ToolbarItemsParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_NullElement0":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"CupertinoTextSelectionToolbarButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarButtonState":{"State":["CupertinoTextSelectionToolbarButton"]},"_LiveTextIconPainter":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"Listenable":[]},"ErrorDescription":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"UniqueKey":{"LocalKey":[],"Key":[]},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"SynchronousFuture":{"Future":["1"]},"GestureBinding":{"HitTestTarget":[]},"FlutterErrorDetailsForPointerEventDispatcher":{"FlutterErrorDetails":[]},"_PointerEventDescription":{"PointerEvent":[]},"PointerHoverEvent":{"PointerEvent":[]},"PointerEnterEvent":{"PointerEvent":[]},"PointerExitEvent":{"PointerEvent":[]},"PointerDownEvent":{"PointerEvent":[]},"PointerMoveEvent":{"PointerEvent":[]},"PointerUpEvent":{"PointerEvent":[]},"PointerSignalEvent":{"PointerEvent":[]},"PointerPanZoomStartEvent":{"PointerEvent":[]},"_AbstractPointerEvent":{"PointerEvent":[]},"_TransformedPointerEvent":{"PointerEvent":[]},"PointerAddedEvent":{"PointerEvent":[]},"_TransformedPointerAddedEvent":{"PointerAddedEvent":[],"PointerEvent":[]},"PointerRemovedEvent":{"PointerEvent":[]},"_TransformedPointerRemovedEvent":{"PointerRemovedEvent":[],"PointerEvent":[]},"_TransformedPointerHoverEvent":{"PointerHoverEvent":[],"PointerEvent":[]},"_TransformedPointerEnterEvent":{"PointerEnterEvent":[],"PointerEvent":[]},"_TransformedPointerExitEvent":{"PointerExitEvent":[],"PointerEvent":[]},"_TransformedPointerDownEvent":{"PointerDownEvent":[],"PointerEvent":[]},"_TransformedPointerMoveEvent":{"PointerMoveEvent":[],"PointerEvent":[]},"_TransformedPointerUpEvent":{"PointerUpEvent":[],"PointerEvent":[]},"PointerScrollEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollEvent":{"PointerScrollEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"PointerScrollInertiaCancelEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollInertiaCancelEvent":{"PointerScrollInertiaCancelEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"PointerScaleEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScaleEvent":{"PointerScaleEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerPanZoomStartEvent":{"PointerPanZoomStartEvent":[],"PointerEvent":[]},"PointerPanZoomUpdateEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomUpdateEvent":{"PointerPanZoomUpdateEvent":[],"PointerEvent":[]},"PointerPanZoomEndEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomEndEvent":{"PointerPanZoomEndEvent":[],"PointerEvent":[]},"PointerCancelEvent":{"PointerEvent":[]},"_TransformedPointerCancelEvent":{"PointerCancelEvent":[],"PointerEvent":[]},"ForcePressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"MultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ImmediatePointerState":{"MultiDragPointerState":[]},"ImmediateMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DelayedPointerState":{"MultiDragPointerState":[]},"DelayedMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DoubleTapGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"GestureRecognizer":{"DiagnosticableTree":[],"GestureArenaMember":[]},"OneSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"MacOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlowState":{"State":["_MasterDetailFlow"]},"_MasterDetailScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailScaffoldState":{"State":["_MasterDetailScaffold"]},"_LicensePageState":{"State":["LicensePage"]},"_AboutProgram":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesViewState":{"State":["_PackagesView"]},"_PackageListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePageState":{"State":["_PackageLicensePage"]},"_PackageLicensePageTitle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EndDrawerButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EndDrawerButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionIconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AdaptiveTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PreferredAppBarSize":{"Size":[]},"_AppBarState":{"State":["AppBar"]},"_SliverAppBarState":{"State":["SliverAppBar"]},"_AppBarTitleBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderAppBarTitleBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Animatable.T":"Rect?","Tween.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Animatable.T":"Offset","Tween.T":"Offset"},"MaterialBannerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"_DragHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_LerpSides":{"MaterialStateProperty":["BorderSide?"]},"ButtonStyleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ButtonStyleState":{"State":["ButtonStyleButton"]},"_MouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_InputPadding0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CheckboxTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"MaterialAccentColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"_SortArrow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState":{"State":["_SortArrow"]},"_NullTableColumnWidth":{"TableColumnWidth":[]},"_NullWidget0":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"Listenable":[]},"DataTableTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"Listenable":[],"RestorableValue.T":"DatePickerEntryMode"},"_RestorableAutovalidateMode":{"RestorableProperty":["AutovalidateMode"],"Listenable":[],"RestorableValue.T":"AutovalidateMode"},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDefaultsM2":{"DatePickerThemeData":[]},"_DesktopTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"DesktopTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopTextSelectionToolbarButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialogOption":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Dialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"Divider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DividerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DrawerControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"Drawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenu":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownRoutePage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuItem":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButtonHideUnderline":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuPainter":{"Listenable":[]},"_DropdownMenuItemButtonState":{"State":["_DropdownMenuItemButton<1>"]},"_DropdownMenuState":{"State":["_DropdownMenu<1>"]},"_DropdownRoute":{"ModalRoute":["_DropdownRouteResult<1>"],"TransitionRoute":["_DropdownRouteResult<1>"],"Route":["_DropdownRouteResult<1>"],"ModalRoute.T":"_DropdownRouteResult<1>"},"_RenderMenuItem":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_DropdownMenuItemContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownButtonState":{"State":["DropdownButton<1>"],"WidgetsBindingObserver":[]},"DropdownButtonFormField":{"FormField":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"1"},"_DropdownButtonFormFieldState":{"FormFieldState":["1"],"State":["FormField<1>"]},"ElevatedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElevatedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultElevation":{"MaterialStateProperty":["double"]},"_ElevatedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"ElevatedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpandIcon":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpandIconState":{"State":["ExpandIcon"]},"ExpansionPanelRadio":{"ExpansionPanel":[]},"ExpansionPanelList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedKey":{"LocalKey":[],"Key":[]},"_ExpansionPanelListState":{"State":["ExpansionPanelList"]},"FlexibleSpaceBarSettings":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IconButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_IconButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_IconButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"IconButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Ink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkState":{"State":["Ink"]},"InkDecoration":{"InkFeature":[]},"InkHighlight":{"InteractiveInkFeature":[],"InkFeature":[]},"InkRipple":{"InteractiveInkFeature":[],"InkFeature":[]},"InkSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"InteractiveInkFeature":{"InkFeature":[]},"_ParentInkResponseProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseStateWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkResponse":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseState":{"State":["_InkResponseStateWidget"],"_ParentInkResponseState":[]},"InputBorder":{"ShapeBorder":[]},"_NoInputBorder":{"InputBorder":[],"ShapeBorder":[]},"UnderlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"OutlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"InputDatePickerFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDatePickerFormFieldState":{"State":["InputDatePickerFormField"]},"_BorderContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperError":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Animatable.T":"InputBorder","Tween.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"_RenderDecoration":{"RenderBox":[],"SlottedContainerRenderObjectMixin":["_DecorationSlot","RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.0":"_DecorationSlot","SlottedContainerRenderObjectMixin.1":"RenderBox"},"_Decorator":{"SlottedMultiChildRenderObjectWidgetMixin":["_DecorationSlot","RenderBox"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.0":"_DecorationSlot","SlottedMultiChildRenderObjectWidgetMixin.1":"RenderBox"},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndividualOverrides":{"MaterialStateProperty":["Color?"]},"_ListTile":{"SlottedMultiChildRenderObjectWidgetMixin":["_ListTileSlot","RenderBox"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.0":"_ListTileSlot","SlottedMultiChildRenderObjectWidgetMixin.1":"RenderBox"},"_RenderListTile":{"RenderBox":[],"SlottedContainerRenderObjectMixin":["_ListTileSlot","RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.0":"_ListTileSlot","SlottedContainerRenderObjectMixin.1":"RenderBox"},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextMagnifier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextMagnifierState":{"State":["TextMagnifier"]},"Magnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Animatable.T":"ShapeBorder?","Tween.T":"ShapeBorder?"},"_MaterialInterior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialState":{"State":["Material"]},"_InkFeatures":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialInteriorState":{"State":["_MaterialInterior"]},"_ShapeBorderPaint":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShapeBorderPainter":{"Listenable":[]},"_MaterialLocalizationsDelegate":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"DefaultMaterialLocalizations":{"MaterialLocalizations":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"MaterialStateBorderSide":{"BorderSide":[],"MaterialStateProperty":["BorderSide?"]},"_MaterialStateBorderSide":{"BorderSide":[],"MaterialStateProperty":["BorderSide?"]},"MaterialStateTextStyle":{"TextStyle":[],"MaterialStateProperty":["TextStyle"]},"_MaterialStateTextStyle":{"TextStyle":[],"MaterialStateProperty":["TextStyle"]},"_LerpProperties":{"MaterialStateProperty":["1?"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MaterialStatesController":{"ValueNotifier":["Set"],"Listenable":[]},"_LerpSides1":{"MaterialStateProperty":["BorderSide?"]},"MergeableMaterial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialSlice":{"MergeableMaterialItem":[]},"MaterialGap":{"MergeableMaterialItem":[]},"_MergeableMaterialState":{"State":["MergeableMaterial"]},"_MergeableMaterialSliceKey":{"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State"},"_MergeableMaterialListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMergeableMaterialListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"NoSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"OutlinedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OutlinedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"OutlinedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialPageRoute":{"MaterialRouteTransitionMixin":["1"],"PageRoute":["1"],"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"_ZoomEnterTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomEnterTransitionState":{"State":["_ZoomEnterTransition"]},"_ZoomExitTransitionState":{"State":["_ZoomExitTransition"]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"_ZoomEnterTransitionPainter":{"Listenable":[]},"_ZoomExitTransitionPainter":{"Listenable":[]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"_EffectiveMouseCursor0":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"ProgressIndicatorTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RadioTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicatorState":{"State":["RefreshIndicator"]},"ReorderableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableListViewState":{"State":["ReorderableListView"]},"_ReorderableListViewChildGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"ScaffoldMessenger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldMessengerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldState":{"State":["Scaffold"]},"_StandardBottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StandardBottomSheetState":{"State":["_StandardBottomSheet"]},"_ScaffoldScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[],"Constraints":[]},"_BodyBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransitionState":{"State":["_FloatingActionButtonTransition"]},"_DismissDrawerAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"PersistentBottomSheetController":{"ScaffoldFeatureController":["_StandardBottomSheet","1"]},"_MaterialScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbarState":{"RawScrollbarState":["_MaterialScrollbar"],"State":["_MaterialScrollbar"]},"ScrollbarTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpSides0":{"MaterialStateProperty":["BorderSide?"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SwitchTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter":{"BoxPainter":[]},"Tab":{"StatelessWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBar":{"StatefulWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"TextButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextFieldState":{"State":["TextField"],"AutofillClient":[]},"TextFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_TextFormFieldState":{"FormFieldState":["String"],"State":["FormField"]},"MaterialTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowableState":{"State":["_TextSelectionToolbarOverflowable"]},"_TextSelectionToolbarTrailingEdgeAlign":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarTrailingEdgeAlignRenderBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextSelectionToolbarItemsLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarItemsLayoutElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTextSelectionToolbarItemsLayout":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ToolbarItemsParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ToolbarItemsParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_TextSelectionToolbarContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionToolbarTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Animatable.T":"ThemeData","Tween.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"Listenable":[],"RestorableValue.T":"TimeOfDay"},"_TimePickerModel":{"InheritedModel":["_TimePickerAspect"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"_TimePickerAspect"},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StringFragment":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AmPmButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding2":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_TimePickerDialogState":{"State":["TimePickerDialog"]},"_TimePickerState0":{"State":["_TimePicker"]},"TimePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResolveFillColor":{"MaterialStateProperty":["Color?"]},"_DefaultFillColor":{"MaterialStateProperty":["Color"]},"_ToggleButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_SelectToggleButton":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButtonRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_InputPadding1":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter0":{"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipState":{"State":["Tooltip"]},"_ExclusiveMouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderExclusiveMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"PaintingBinding":{"SchedulerBinding":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"BoxShadow":{"Shadow":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"MemoryImage":{"ImageProvider":["MemoryImage"],"ImageProvider.T":"MemoryImage"},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"NetworkImageLoadException":{"Exception":[]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"PlaceholderSpan0":{"InlineSpan":[],"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"StadiumBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToRoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"WordBoundary":{"TextBoundary":[]},"_UntilTextBoundary":{"TextBoundary":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RendererBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"_BindingPipelineManifold":{"Listenable":[]},"BoxConstraints":{"Constraints":[]},"BoxHitTestResult":{"HitTestResult":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"BoxHitTestEntry":{"HitTestEntry":["RenderBox"]},"BoxParentData":{"ParentData":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"],"ParentData":[]},"MultiChildLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderEditablePainter":{"Listenable":[]},"RenderEditable":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CaretPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"FlexParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"Layer0":{"DiagnosticableTree":[]},"ContainerLayer0":{"Layer0":[],"DiagnosticableTree":[]},"ClipRectLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ClipRRectLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ClipPathLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"OpacityLayer":{"OffsetLayer":[],"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"PictureLayer0":{"Layer0":[],"DiagnosticableTree":[]},"PlatformViewLayer":{"Layer0":[],"DiagnosticableTree":[]},"OffsetLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"BackdropFilterLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"LeaderLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"FollowerLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ListBodyParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"Listenable":[]},"RenderObject":{"DiagnosticableTree":[],"HitTestTarget":[]},"ContainerParentDataMixin":{"ParentData":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_IncompleteSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"PlaceholderSpanIndexSemanticsTag":{"SemanticsTag":[]},"TextParentData":{"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_SelectableFragment":{"Selectable":[],"Listenable":[]},"RenderParagraph":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderBackdropFilter":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"Selectable":{"Listenable":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderConstrainedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverConstraints":{"Constraints":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverHitTestEntry":{"HitTestEntry":["RenderSliver"]},"SliverLogicalParentData":{"ParentData":[]},"SliverPhysicalParentData":{"ParentData":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"KeepAliveParentDataMixin":{"ParentData":[]},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"StackParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[],"ParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Animatable.T":"AlignmentGeometry?","Tween.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"Listenable":[]},"WrapParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"Listenable":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AssetManifestBin":{"AssetManifest":[]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"ServicesBinding":{"SchedulerBinding":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"SystemMouseCursor":{"MouseCursor0":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"Listenable":[]},"CharacterBoundary":{"TextBoundary":[]},"LineBoundary":{"TextBoundary":[]},"ParagraphBoundary":{"TextBoundary":[]},"DocumentBoundary":{"TextBoundary":[]},"TextSelection":{"TextRange":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"_PlatformTextInputControl":{"TextInputControl":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusableActionDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VoidCallbackIntent":{"Intent":[]},"DoNothingIntent":{"Intent":[]},"DoNothingAndStopPropagationIntent":{"Intent":[]},"ActivateIntent":{"Intent":[]},"ButtonActivateIntent":{"Intent":[]},"DismissIntent":{"Intent":[]},"PrioritizedIntents":{"Intent":[]},"ContextAction":{"Action":["1"]},"CallbackAction":{"Action":["1"],"Action.T":"1"},"_ActionsState":{"State":["Actions"]},"_FocusableActionDetectorState":{"State":["FocusableActionDetector"]},"VoidCallbackAction":{"Action":["VoidCallbackIntent"],"Action.T":"VoidCallbackIntent"},"DoNothingAction":{"Action":["Intent"],"Action.T":"Intent"},"DismissAction":{"Action":["DismissIntent"]},"PrioritizedAction":{"ContextAction":["PrioritizedIntents"],"Action":["PrioritizedIntents"],"Action.T":"PrioritizedIntents","ContextAction.T":"PrioritizedIntents"},"_OverridableAction":{"__OverridableAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_OverridableContextAction":{"__OverridableContextAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ContextActionToActionAdapter":{"Action":["1"],"Action.T":"1"},"AnimatedCrossFade":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedCrossFadeState":{"State":["AnimatedCrossFade"]},"AnimatedSize":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSizeState":{"State":["AnimatedSize"]},"_AnimatedSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedSwitcher":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSwitcherState":{"State":["AnimatedSwitcher"]},"AnnotatedRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetsApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsAppState":{"State":["WidgetsApp"],"WidgetsBindingObserver":[]},"StreamBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FutureBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StreamBuilderBaseState":{"State":["StreamBuilderBase<1,2>"]},"StreamBuilder":{"StreamBuilderBase":["1","AsyncSnapshot<1>"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"StreamBuilderBase.T":"1","StreamBuilderBase.S":"AsyncSnapshot<1>"},"_FutureBuilderState":{"State":["FutureBuilder<1>"]},"RawAutocomplete":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutocompletePreviousOptionIntent":{"Intent":[]},"AutocompleteNextOptionIntent":{"Intent":[]},"AutocompleteHighlightedOption":{"InheritedNotifier":["ValueNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ValueNotifier"},"_RawAutocompleteState":{"State":["RawAutocomplete<1>"]},"_AutocompleteCallbackAction":{"CallbackAction":["1"],"Action":["1"],"Action.T":"1"},"AutofillGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutofillScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"Listenable":[]},"_NullWidget1":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformTarget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformFollower":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Padding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Align":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Center":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSingleChildLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutId":{"ParentDataWidget":["MultiChildLayoutParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"MultiChildLayoutParentData"},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Stack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Positioned":{"ParentDataWidget":["StackParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"StackParentData"},"Flex":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Row":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Column":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Flexible":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"Expanded":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MergeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StatefulBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UbiquitousInheritedElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_UbiquitousInheritedWidget":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackdropFilter":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalModel":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Transform":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FittedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionalTranslation":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomMultiChildLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Offstage":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OffstageElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"AspectRatio":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicWidth":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicHeight":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedStack":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawIndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndexedStackElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AbsorbPointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExcludeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"KeyedSubtree":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StatefulBuilderState":{"State":["StatefulBuilder"]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"WidgetsBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"RenderObjectToWidgetAdapter":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderObjectToWidgetElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultSelectionStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget2":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextEditingShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DisplayFeatureSubScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableNotification":{"ViewportNotificationMixin":[]},"_ResetNotifier":{"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_ScribbleFocusable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribblePlaceholder":{"WidgetSpan":[],"InlineSpan":[],"DiagnosticableTree":[]},"_CompositionCallback":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCompositionCallback":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribbleFocusableState":{"State":["_ScribbleFocusable"],"ScribbleClient":[]},"_CodePointBoundary":{"TextBoundary":[]},"_DeleteTextAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionVerticallyAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_SelectAllAction":{"ContextAction":["SelectAllTextIntent"],"Action":["SelectAllTextIntent"],"Action.T":"SelectAllTextIntent","ContextAction.T":"SelectAllTextIntent"},"_CopySelectionAction":{"ContextAction":["CopySelectionTextIntent"],"Action":["CopySelectionTextIntent"],"Action.T":"CopySelectionTextIntent","ContextAction.T":"CopySelectionTextIntent"},"FocusNode":{"DiagnosticableTree":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"FocusManager":{"DiagnosticableTree":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusInheritedScope":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"_FocusTraversalGroupState":{"State":["FocusTraversalGroup"]},"RequestFocusAction":{"Action":["RequestFocusIntent"],"Action.T":"RequestFocusIntent"},"NextFocusAction":{"Action":["NextFocusIntent"],"Action.T":"NextFocusIntent"},"PreviousFocusAction":{"Action":["PreviousFocusIntent"],"Action.T":"PreviousFocusIntent"},"DirectionalFocusAction":{"Action":["DirectionalFocusIntent"],"Action.T":"DirectionalFocusIntent"},"Form":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormState":{"State":["Form"]},"_FormScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormFieldState":{"State":["FormField<1>"]},"ObjectKey":{"LocalKey":[],"Key":[]},"GlobalKey":{"Key":[]},"LabeledGlobalKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Widget":{"DiagnosticableTree":[]},"StatelessWidget":{"Widget":[],"DiagnosticableTree":[]},"StatefulWidget":{"Widget":[],"DiagnosticableTree":[]},"RenderObjectWidget":{"Widget":[],"DiagnosticableTree":[]},"Element0":{"DiagnosticableTree":[],"BuildContext":[]},"StatefulElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalObjectKey.T":"1","GlobalKey.T":"1"},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElementDiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"ErrorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ComponentElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"StatelessElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ProxyElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ParentDataElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderObjectElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget3":{"Widget":[],"DiagnosticableTree":[]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Hero":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HeroState":{"State":["Hero"]},"HeroController":{"NavigatorObserver":[]},"Icon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Image":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageState":{"State":["Image"],"WidgetsBindingObserver":[]},"BoxConstraintsTween":{"Tween":["BoxConstraints"],"Animatable":["BoxConstraints"],"Animatable.T":"BoxConstraints","Tween.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Animatable.T":"Decoration","Tween.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Animatable.T":"EdgeInsetsGeometry","Tween.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius?"],"Animatable":["BorderRadius?"],"Animatable.T":"BorderRadius?","Tween.T":"BorderRadius?"},"Matrix4Tween":{"Tween":["Matrix40"],"Animatable":["Matrix40"],"Animatable.T":"Matrix40","Tween.T":"Matrix40"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Animatable.T":"TextStyle","Tween.T":"TextStyle"},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPositioned":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EdgeInsetsTween":{"Tween":["EdgeInsets"],"Animatable":["EdgeInsets"],"Animatable.T":"EdgeInsets","Tween.T":"EdgeInsets"},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedPositionedState":{"State":["AnimatedPositioned"]},"_AnimatedOpacityState":{"State":["AnimatedOpacity"]},"_AnimatedDefaultTextStyleState":{"State":["AnimatedDefaultTextStyle"]},"_AnimatedPhysicalModelState":{"State":["AnimatedPhysicalModel"]},"InheritedModel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedModelElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedNotifier":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedNotifierElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaptureAll":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InteractiveViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InteractiveViewerState":{"State":["InteractiveViewer"]},"_InteractiveViewerBuilt":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransformationController":{"ValueNotifier":["Matrix40"],"Listenable":[]},"LayoutBuilder":{"ConstrainedLayoutBuilder":["BoxConstraints"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxConstraints"},"ConstrainedLayoutBuilder":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutBuilderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxConstraints","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"LookupBoundary":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierDecoration":{"ShapeDecoration":[],"Decoration":[]},"RawMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MagnifierStyle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DonutClip":{"CustomClipper":["Path"],"Listenable":[]},"_Magnifier":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMagnification":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MediaQuery":{"InheritedModel":["_MediaQueryAspect"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"_MediaQueryAspect"},"_MediaQueryFromView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromViewState":{"State":["_MediaQueryFromView"],"WidgetsBindingObserver":[]},"_AnyTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ModalBarrier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedModalBarrier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizerFactory":{"GestureRecognizerFactory":["_AnyTapGestureRecognizer"]},"_ModalBarrierGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigationToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Page":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_HistoryProperty":{"RestorableProperty":["Map>?"],"Listenable":[]},"NotificationListener":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_OverflowBarParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayEntry":{"Listenable":[]},"_OverlayEntryWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryWidgetState":{"State":["_OverlayEntryWidget"]},"Overlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverlayState":{"State":["Overlay"]},"_RenderTheater":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryLocation":{"LinkedListEntry":["_OverlayEntryLocation"],"LinkedListEntry.E":"_OverlayEntryLocation"},"_RenderTheaterMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderDeferredLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"LinkedListEntry":["_RenderDeferredLayoutBox"],"LinkedListEntry.E":"_RenderDeferredLayoutBox"},"_RenderLayoutSurrogateProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_Theater":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheaterElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_TheaterParentData":{"StackParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_OverlayPortalState":{"State":["OverlayPortal"]},"_OverlayPortal":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayPortalElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_DeferredLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverscrollIndicatorNotification":{"ViewportNotificationMixin":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowController":{"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchController":{"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"_PlaceholderPainter":{"Listenable":[]},"Placeholder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HtmlElementViewController":{"PlatformViewController":[]},"PlatformViewLink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlatformViewSurface":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HtmlElementView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlatformViewLinkState":{"State":["PlatformViewLink"]},"_PlatformViewPlaceholderBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_PlatformViewPlaceHolder":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PreferredSize":{"StatelessWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"PrimaryScrollController":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableListState":{"State":["SliverReorderableList"]},"_ReorderableItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemState":{"State":["_ReorderableItem"]},"ReorderableDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReorderableDelayedDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DragItemProxy":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalObjectKey.T":"State","GlobalKey.T":"State"},"RestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnmanagedRestorationScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RootRestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RestorableProperty":{"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[],"RestorableValue.T":"1","_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"Listenable":[],"RestorableValue.T":"bool","_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"Listenable":[],"RestorableValue.T":"bool?","_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"Listenable":[],"RestorableValue.T":"String?","_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTime":{"RestorableProperty":["DateTime"],"Listenable":[],"RestorableValue.T":"DateTime"},"RestorableListenable":{"RestorableProperty":["1"],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"Listenable":[]},"RestorableEnumN":{"RestorableProperty":["1?"],"Listenable":[],"RestorableValue.T":"1?"},"RestorableEnum":{"RestorableProperty":["1"],"Listenable":[],"RestorableValue.T":"1"},"Router":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChildBackButtonDispatcher":{"_CallbackHookProvider":["Future"]},"_RouterState":{"State":["Router<1>"]},"_RouterScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RestorableRouteInformation":{"RestorableProperty":["RouteInformation?"],"Listenable":[],"RestorableValue.T":"RouteInformation?"},"_ModalScopeStatus":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScopeState":{"State":["_ModalScope<1>"]},"OverlayRoute":{"Route":["1"]},"TransitionRoute":{"Route":["1"]},"_DismissModalAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"ModalRoute":{"TransitionRoute":["1"],"Route":["1"]},"PopupRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"RouteObserver":{"NavigatorObserver":[]},"RawDialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollController":{"Listenable":[]},"_SelectionKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"_SelectionKeepAliveState":{"State":["_SelectionKeepAlive"]},"FixedScrollMetrics":{"ScrollMetrics":[]},"ScrollNotification":{"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"_ScrollNotificationObserverScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ScrollNotificationObserver":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollNotificationObserverState":{"State":["ScrollNotificationObserver"]},"ScrollPosition":{"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"ScrollMetricsNotification":{"ViewportNotificationMixin":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableSelectionHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollableSelectionHandlerState":{"State":["_ScrollableSelectionHandler"]},"_ScrollableSelectionContainerDelegate":{"Listenable":[]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"Listenable":[],"RestorableValue.T":"double?"},"ScrollIntent":{"Intent":[]},"ScrollAction":{"ContextAction":["ScrollIntent"],"Action":["ScrollIntent"],"Action.T":"ScrollIntent","ContextAction.T":"ScrollIntent"},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarPainter":{"Listenable":[]},"RawScrollbarState":{"State":["1"]},"MultiSelectableSelectionContainerDelegate":{"Listenable":[]},"SelectionContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectionRegistrarScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionContainerState":{"Selectable":[],"State":["SelectionContainer"],"Listenable":[]},"SelectionContainerDelegate":{"Listenable":[]},"SharedAppData":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SharedAppDataState":{"State":["SharedAppData"]},"_SharedAppModel":{"InheritedModel":["Object"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"Object"},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"SingleActivator":{"ShortcutActivator":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistrar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutManager":{"Listenable":[]},"_ShortcutsState":{"State":["Shortcuts"]},"CallbackShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistry":{"Listenable":[]},"_ShortcutRegistrarState":{"State":["ShortcutRegistrar"]},"_ShortcutRegistrarScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverWithKeepAliveWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverList":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverGrid":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"KeepAlive":{"ParentDataWidget":["KeepAliveParentDataMixin"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"KeepAliveParentDataMixin"},"SliverFillViewport":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFillViewportRenderObjectWidget":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFractionalPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverFractionalPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_FloatingHeader":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPersistentHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingHeaderState":{"State":["_FloatingHeader"]},"_SliverPersistentHeaderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_SliverPersistentHeaderRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPinnedPersistentHeader":{"_SliverPersistentHeaderRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverPinnedPersistentHeaderForWidgets":{"_RenderSliverPersistentHeaderForWidgetsMixin":[],"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SlottedMultiChildRenderObjectWidget":{"SlottedMultiChildRenderObjectWidgetMixin":["1","2"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlottedRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SnapshotController":{"Listenable":[]},"SnapshotWidget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSnapshotWidget":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SnapshotPainter":{"Listenable":[]},"_DefaultSnapshotPainter":{"Listenable":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"TapAndHorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapAndPanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapAndDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"RenderTapRegionSurface":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderTapRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"TapRegionSurface":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"TapRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextFieldTapRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget4":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"DeleteCharacterIntent":{"Intent":[]},"DeleteToNextWordBoundaryIntent":{"Intent":[]},"DeleteToLineBreakIntent":{"Intent":[]},"DirectionalCaretMovementIntent":{"Intent":[]},"ExtendSelectionByCharacterIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExpandSelectionToDocumentBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExpandSelectionToLineBreakIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToLineBreakIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentLineIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentPageIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextParagraphBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToDocumentBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ScrollToDocumentBoundaryIntent":{"Intent":[]},"ExtendSelectionByPageIntent":{"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"RedoTextIntent":{"Intent":[]},"ReplaceTextIntent":{"Intent":[]},"UndoTextIntent":{"Intent":[]},"UpdateSelectionIntent":{"Intent":[]},"TransposeCharactersIntent":{"Intent":[]},"DirectionalTextEditingIntent":{"Intent":[]},"ToolbarItemsParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_SelectionToolbarWrapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionToolbarWrapperState":{"State":["_SelectionToolbarWrapper"]},"_SelectionHandleOverlayState":{"State":["_SelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"ClipboardStatusNotifier":{"ValueNotifier":["ClipboardStatus"],"Listenable":[],"WidgetsBindingObserver":[]},"TickerMode":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TickerModeState":{"State":["TickerMode"]},"_ConstantValueListenable":{"Listenable":[]},"Title":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeTransition":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedState":{"State":["AnimatedWidget"]},"SlideTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaleTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RotationTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBoxTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UndoHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UndoHistoryState":{"State":["UndoHistory<1>"]},"UndoHistoryController":{"ValueNotifier":["UndoHistoryValue"],"Listenable":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"_ViewScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"View":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Visibility":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Visibility":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderVisibility":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"WidgetSpan":{"InlineSpan":[],"DiagnosticableTree":[]},"_WidgetSpanParentData":{"ParentDataWidget":["TextParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TextParentData"},"_AutoScaleInlineWidget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScaledInlineWidget":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"WillPopScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WillPopScopeState":{"State":["WillPopScope"]},"DownloadProgress":{"FileResponse":[]},"FileInfo":{"FileResponse":[]},"NonStoringObjectProvider":{"CacheInfoRepository":[]},"HttpGetResponse":{"FileServiceResponse":[]},"HttpExceptionWithStatus":{"Exception":[]},"BlockPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BlockPickerState":{"State":["BlockPicker"]},"JsonViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonObjectViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonArrayViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_JsonViewerState":{"State":["JsonViewer"]},"JsonObjectViewerState":{"State":["JsonObjectViewer"]},"_JsonArrayViewerState":{"State":["JsonArrayViewer"]},"GlobalCupertinoLocalizations":{"CupertinoLocalizations":[]},"_GlobalCupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"CupertinoLocalizationAf":{"CupertinoLocalizations":[]},"CupertinoLocalizationAm":{"CupertinoLocalizations":[]},"CupertinoLocalizationAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationAs":{"CupertinoLocalizations":[]},"CupertinoLocalizationAz":{"CupertinoLocalizations":[]},"CupertinoLocalizationBe":{"CupertinoLocalizations":[]},"CupertinoLocalizationBg":{"CupertinoLocalizations":[]},"CupertinoLocalizationBn":{"CupertinoLocalizations":[]},"CupertinoLocalizationBs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationCs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCy":{"CupertinoLocalizations":[]},"CupertinoLocalizationDa":{"CupertinoLocalizations":[]},"CupertinoLocalizationDe":{"CupertinoLocalizations":[]},"CupertinoLocalizationDeCh":{"CupertinoLocalizations":[]},"CupertinoLocalizationEl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnAu":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnGb":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnNz":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnSg":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnZa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs419":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsBo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsDo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsEc":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsGt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsHn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsMx":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsNi":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsVe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEu":{"CupertinoLocalizations":[]},"CupertinoLocalizationFa":{"CupertinoLocalizations":[]},"CupertinoLocalizationFi":{"CupertinoLocalizations":[]},"CupertinoLocalizationFil":{"CupertinoLocalizations":[]},"CupertinoLocalizationFr":{"CupertinoLocalizations":[]},"CupertinoLocalizationFrCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationGl":{"CupertinoLocalizations":[]},"CupertinoLocalizationGsw":{"CupertinoLocalizations":[]},"CupertinoLocalizationGu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHe":{"CupertinoLocalizations":[]},"CupertinoLocalizationHi":{"CupertinoLocalizations":[]},"CupertinoLocalizationHr":{"CupertinoLocalizations":[]},"CupertinoLocalizationHu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHy":{"CupertinoLocalizations":[]},"CupertinoLocalizationId":{"CupertinoLocalizations":[]},"CupertinoLocalizationIs":{"CupertinoLocalizations":[]},"CupertinoLocalizationIt":{"CupertinoLocalizations":[]},"CupertinoLocalizationJa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKk":{"CupertinoLocalizations":[]},"CupertinoLocalizationKm":{"CupertinoLocalizations":[]},"CupertinoLocalizationKn":{"CupertinoLocalizations":[]},"CupertinoLocalizationKo":{"CupertinoLocalizations":[]},"CupertinoLocalizationKy":{"CupertinoLocalizations":[]},"CupertinoLocalizationLo":{"CupertinoLocalizations":[]},"CupertinoLocalizationLt":{"CupertinoLocalizations":[]},"CupertinoLocalizationLv":{"CupertinoLocalizations":[]},"CupertinoLocalizationMk":{"CupertinoLocalizations":[]},"CupertinoLocalizationMl":{"CupertinoLocalizations":[]},"CupertinoLocalizationMn":{"CupertinoLocalizations":[]},"CupertinoLocalizationMr":{"CupertinoLocalizations":[]},"CupertinoLocalizationMs":{"CupertinoLocalizations":[]},"CupertinoLocalizationMy":{"CupertinoLocalizations":[]},"CupertinoLocalizationNb":{"CupertinoLocalizations":[]},"CupertinoLocalizationNe":{"CupertinoLocalizations":[]},"CupertinoLocalizationNl":{"CupertinoLocalizations":[]},"CupertinoLocalizationNo":{"CupertinoLocalizations":[]},"CupertinoLocalizationOr":{"CupertinoLocalizations":[]},"CupertinoLocalizationPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationPl":{"CupertinoLocalizations":[]},"CupertinoLocalizationPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationPtPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationRo":{"CupertinoLocalizations":[]},"CupertinoLocalizationRu":{"CupertinoLocalizations":[]},"CupertinoLocalizationSi":{"CupertinoLocalizations":[]},"CupertinoLocalizationSk":{"CupertinoLocalizations":[]},"CupertinoLocalizationSl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSq":{"CupertinoLocalizations":[]},"CupertinoLocalizationSr":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrCyrl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrLatn":{"CupertinoLocalizations":[]},"CupertinoLocalizationSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationSw":{"CupertinoLocalizations":[]},"CupertinoLocalizationTa":{"CupertinoLocalizations":[]},"CupertinoLocalizationTe":{"CupertinoLocalizations":[]},"CupertinoLocalizationTh":{"CupertinoLocalizations":[]},"CupertinoLocalizationTl":{"CupertinoLocalizations":[]},"CupertinoLocalizationTr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUk":{"CupertinoLocalizations":[]},"CupertinoLocalizationUr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUz":{"CupertinoLocalizations":[]},"CupertinoLocalizationVi":{"CupertinoLocalizations":[]},"CupertinoLocalizationZh":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHans":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHant":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantHk":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantTw":{"CupertinoLocalizations":[]},"CupertinoLocalizationZu":{"CupertinoLocalizations":[]},"MaterialLocalizationAf":{"MaterialLocalizations":[]},"MaterialLocalizationAm":{"MaterialLocalizations":[]},"MaterialLocalizationAr":{"MaterialLocalizations":[]},"MaterialLocalizationAs":{"MaterialLocalizations":[]},"MaterialLocalizationAz":{"MaterialLocalizations":[]},"MaterialLocalizationBe":{"MaterialLocalizations":[]},"MaterialLocalizationBg":{"MaterialLocalizations":[]},"MaterialLocalizationBn":{"MaterialLocalizations":[]},"MaterialLocalizationBs":{"MaterialLocalizations":[]},"MaterialLocalizationCa":{"MaterialLocalizations":[]},"MaterialLocalizationCs":{"MaterialLocalizations":[]},"MaterialLocalizationCy":{"MaterialLocalizations":[]},"MaterialLocalizationDa":{"MaterialLocalizations":[]},"MaterialLocalizationDe":{"MaterialLocalizations":[]},"MaterialLocalizationDeCh":{"MaterialLocalizations":[]},"MaterialLocalizationEl":{"MaterialLocalizations":[]},"MaterialLocalizationEn":{"MaterialLocalizations":[]},"MaterialLocalizationEnAu":{"MaterialLocalizations":[]},"MaterialLocalizationEnCa":{"MaterialLocalizations":[]},"MaterialLocalizationEnGb":{"MaterialLocalizations":[]},"MaterialLocalizationEnIe":{"MaterialLocalizations":[]},"MaterialLocalizationEnIn":{"MaterialLocalizations":[]},"MaterialLocalizationEnNz":{"MaterialLocalizations":[]},"MaterialLocalizationEnSg":{"MaterialLocalizations":[]},"MaterialLocalizationEnZa":{"MaterialLocalizations":[]},"MaterialLocalizationEs":{"MaterialLocalizations":[]},"MaterialLocalizationEs419":{"MaterialLocalizations":[]},"MaterialLocalizationEsAr":{"MaterialLocalizations":[]},"MaterialLocalizationEsBo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCl":{"MaterialLocalizations":[]},"MaterialLocalizationEsCo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCr":{"MaterialLocalizations":[]},"MaterialLocalizationEsDo":{"MaterialLocalizations":[]},"MaterialLocalizationEsEc":{"MaterialLocalizations":[]},"MaterialLocalizationEsGt":{"MaterialLocalizations":[]},"MaterialLocalizationEsHn":{"MaterialLocalizations":[]},"MaterialLocalizationEsMx":{"MaterialLocalizations":[]},"MaterialLocalizationEsNi":{"MaterialLocalizations":[]},"MaterialLocalizationEsPa":{"MaterialLocalizations":[]},"MaterialLocalizationEsPe":{"MaterialLocalizations":[]},"MaterialLocalizationEsPr":{"MaterialLocalizations":[]},"MaterialLocalizationEsPy":{"MaterialLocalizations":[]},"MaterialLocalizationEsSv":{"MaterialLocalizations":[]},"MaterialLocalizationEsUs":{"MaterialLocalizations":[]},"MaterialLocalizationEsUy":{"MaterialLocalizations":[]},"MaterialLocalizationEsVe":{"MaterialLocalizations":[]},"MaterialLocalizationEt":{"MaterialLocalizations":[]},"MaterialLocalizationEu":{"MaterialLocalizations":[]},"MaterialLocalizationFa":{"MaterialLocalizations":[]},"MaterialLocalizationFi":{"MaterialLocalizations":[]},"MaterialLocalizationFil":{"MaterialLocalizations":[]},"MaterialLocalizationFr":{"MaterialLocalizations":[]},"MaterialLocalizationFrCa":{"MaterialLocalizations":[]},"MaterialLocalizationGl":{"MaterialLocalizations":[]},"MaterialLocalizationGsw":{"MaterialLocalizations":[]},"MaterialLocalizationGu":{"MaterialLocalizations":[]},"MaterialLocalizationHe":{"MaterialLocalizations":[]},"MaterialLocalizationHi":{"MaterialLocalizations":[]},"MaterialLocalizationHr":{"MaterialLocalizations":[]},"MaterialLocalizationHu":{"MaterialLocalizations":[]},"MaterialLocalizationHy":{"MaterialLocalizations":[]},"MaterialLocalizationId":{"MaterialLocalizations":[]},"MaterialLocalizationIs":{"MaterialLocalizations":[]},"MaterialLocalizationIt":{"MaterialLocalizations":[]},"MaterialLocalizationJa":{"MaterialLocalizations":[]},"MaterialLocalizationKa":{"MaterialLocalizations":[]},"MaterialLocalizationKk":{"MaterialLocalizations":[]},"MaterialLocalizationKm":{"MaterialLocalizations":[]},"MaterialLocalizationKn":{"MaterialLocalizations":[]},"MaterialLocalizationKo":{"MaterialLocalizations":[]},"MaterialLocalizationKy":{"MaterialLocalizations":[]},"MaterialLocalizationLo":{"MaterialLocalizations":[]},"MaterialLocalizationLt":{"MaterialLocalizations":[]},"MaterialLocalizationLv":{"MaterialLocalizations":[]},"MaterialLocalizationMk":{"MaterialLocalizations":[]},"MaterialLocalizationMl":{"MaterialLocalizations":[]},"MaterialLocalizationMn":{"MaterialLocalizations":[]},"MaterialLocalizationMr":{"MaterialLocalizations":[]},"MaterialLocalizationMs":{"MaterialLocalizations":[]},"MaterialLocalizationMy":{"MaterialLocalizations":[]},"MaterialLocalizationNb":{"MaterialLocalizations":[]},"MaterialLocalizationNe":{"MaterialLocalizations":[]},"MaterialLocalizationNl":{"MaterialLocalizations":[]},"MaterialLocalizationNo":{"MaterialLocalizations":[]},"MaterialLocalizationOr":{"MaterialLocalizations":[]},"MaterialLocalizationPa":{"MaterialLocalizations":[]},"MaterialLocalizationPl":{"MaterialLocalizations":[]},"MaterialLocalizationPs":{"MaterialLocalizations":[]},"MaterialLocalizationPt":{"MaterialLocalizations":[]},"MaterialLocalizationPtPt":{"MaterialLocalizations":[]},"MaterialLocalizationRo":{"MaterialLocalizations":[]},"MaterialLocalizationRu":{"MaterialLocalizations":[]},"MaterialLocalizationSi":{"MaterialLocalizations":[]},"MaterialLocalizationSk":{"MaterialLocalizations":[]},"MaterialLocalizationSl":{"MaterialLocalizations":[]},"MaterialLocalizationSq":{"MaterialLocalizations":[]},"MaterialLocalizationSr":{"MaterialLocalizations":[]},"MaterialLocalizationSrCyrl":{"MaterialLocalizations":[]},"MaterialLocalizationSrLatn":{"MaterialLocalizations":[]},"MaterialLocalizationSv":{"MaterialLocalizations":[]},"MaterialLocalizationSw":{"MaterialLocalizations":[]},"MaterialLocalizationTa":{"MaterialLocalizations":[]},"MaterialLocalizationTe":{"MaterialLocalizations":[]},"MaterialLocalizationTh":{"MaterialLocalizations":[]},"MaterialLocalizationTl":{"MaterialLocalizations":[]},"MaterialLocalizationTr":{"MaterialLocalizations":[]},"MaterialLocalizationUk":{"MaterialLocalizations":[]},"MaterialLocalizationUr":{"MaterialLocalizations":[]},"MaterialLocalizationUz":{"MaterialLocalizations":[]},"MaterialLocalizationVi":{"MaterialLocalizations":[]},"MaterialLocalizationZh":{"MaterialLocalizations":[]},"MaterialLocalizationZhHans":{"MaterialLocalizations":[]},"MaterialLocalizationZhHant":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantHk":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantTw":{"MaterialLocalizations":[]},"MaterialLocalizationZu":{"MaterialLocalizations":[]},"WidgetsLocalizationAf":{"WidgetsLocalizations":[]},"WidgetsLocalizationAm":{"WidgetsLocalizations":[]},"WidgetsLocalizationAr":{"WidgetsLocalizations":[]},"WidgetsLocalizationAs":{"WidgetsLocalizations":[]},"WidgetsLocalizationAz":{"WidgetsLocalizations":[]},"WidgetsLocalizationBe":{"WidgetsLocalizations":[]},"WidgetsLocalizationBg":{"WidgetsLocalizations":[]},"WidgetsLocalizationBn":{"WidgetsLocalizations":[]},"WidgetsLocalizationBs":{"WidgetsLocalizations":[]},"WidgetsLocalizationCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationCs":{"WidgetsLocalizations":[]},"WidgetsLocalizationCy":{"WidgetsLocalizations":[]},"WidgetsLocalizationDa":{"WidgetsLocalizations":[]},"WidgetsLocalizationDe":{"WidgetsLocalizations":[]},"WidgetsLocalizationDeCh":{"WidgetsLocalizations":[]},"WidgetsLocalizationEl":{"WidgetsLocalizations":[]},"WidgetsLocalizationEn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnAu":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnGb":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnIe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnIn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnNz":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnSg":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnZa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEs":{"WidgetsLocalizations":[]},"WidgetsLocalizationEs419":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsAr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsBo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCl":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsDo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsEc":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsGt":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsHn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsMx":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsNi":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPy":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsSv":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsUs":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsUy":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsVe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEt":{"WidgetsLocalizations":[]},"WidgetsLocalizationEu":{"WidgetsLocalizations":[]},"WidgetsLocalizationFa":{"WidgetsLocalizations":[]},"WidgetsLocalizationFi":{"WidgetsLocalizations":[]},"WidgetsLocalizationFil":{"WidgetsLocalizations":[]},"WidgetsLocalizationFr":{"WidgetsLocalizations":[]},"WidgetsLocalizationFrCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationGl":{"WidgetsLocalizations":[]},"WidgetsLocalizationGsw":{"WidgetsLocalizations":[]},"WidgetsLocalizationGu":{"WidgetsLocalizations":[]},"WidgetsLocalizationHe":{"WidgetsLocalizations":[]},"WidgetsLocalizationHi":{"WidgetsLocalizations":[]},"WidgetsLocalizationHr":{"WidgetsLocalizations":[]},"WidgetsLocalizationHu":{"WidgetsLocalizations":[]},"WidgetsLocalizationHy":{"WidgetsLocalizations":[]},"WidgetsLocalizationId":{"WidgetsLocalizations":[]},"WidgetsLocalizationIs":{"WidgetsLocalizations":[]},"WidgetsLocalizationIt":{"WidgetsLocalizations":[]},"WidgetsLocalizationJa":{"WidgetsLocalizations":[]},"WidgetsLocalizationKa":{"WidgetsLocalizations":[]},"WidgetsLocalizationKk":{"WidgetsLocalizations":[]},"WidgetsLocalizationKm":{"WidgetsLocalizations":[]},"WidgetsLocalizationKn":{"WidgetsLocalizations":[]},"WidgetsLocalizationKo":{"WidgetsLocalizations":[]},"WidgetsLocalizationKy":{"WidgetsLocalizations":[]},"WidgetsLocalizationLo":{"WidgetsLocalizations":[]},"WidgetsLocalizationLt":{"WidgetsLocalizations":[]},"WidgetsLocalizationLv":{"WidgetsLocalizations":[]},"WidgetsLocalizationMk":{"WidgetsLocalizations":[]},"WidgetsLocalizationMl":{"WidgetsLocalizations":[]},"WidgetsLocalizationMn":{"WidgetsLocalizations":[]},"WidgetsLocalizationMr":{"WidgetsLocalizations":[]},"WidgetsLocalizationMs":{"WidgetsLocalizations":[]},"WidgetsLocalizationMy":{"WidgetsLocalizations":[]},"WidgetsLocalizationNb":{"WidgetsLocalizations":[]},"WidgetsLocalizationNe":{"WidgetsLocalizations":[]},"WidgetsLocalizationNl":{"WidgetsLocalizations":[]},"WidgetsLocalizationNo":{"WidgetsLocalizations":[]},"WidgetsLocalizationOr":{"WidgetsLocalizations":[]},"WidgetsLocalizationPa":{"WidgetsLocalizations":[]},"WidgetsLocalizationPl":{"WidgetsLocalizations":[]},"WidgetsLocalizationPs":{"WidgetsLocalizations":[]},"WidgetsLocalizationPt":{"WidgetsLocalizations":[]},"WidgetsLocalizationPtPt":{"WidgetsLocalizations":[]},"WidgetsLocalizationRo":{"WidgetsLocalizations":[]},"WidgetsLocalizationRu":{"WidgetsLocalizations":[]},"WidgetsLocalizationSi":{"WidgetsLocalizations":[]},"WidgetsLocalizationSk":{"WidgetsLocalizations":[]},"WidgetsLocalizationSl":{"WidgetsLocalizations":[]},"WidgetsLocalizationSq":{"WidgetsLocalizations":[]},"WidgetsLocalizationSr":{"WidgetsLocalizations":[]},"WidgetsLocalizationSrCyrl":{"WidgetsLocalizations":[]},"WidgetsLocalizationSrLatn":{"WidgetsLocalizations":[]},"WidgetsLocalizationSv":{"WidgetsLocalizations":[]},"WidgetsLocalizationSw":{"WidgetsLocalizations":[]},"WidgetsLocalizationTa":{"WidgetsLocalizations":[]},"WidgetsLocalizationTe":{"WidgetsLocalizations":[]},"WidgetsLocalizationTh":{"WidgetsLocalizations":[]},"WidgetsLocalizationTl":{"WidgetsLocalizations":[]},"WidgetsLocalizationTr":{"WidgetsLocalizations":[]},"WidgetsLocalizationUk":{"WidgetsLocalizations":[]},"WidgetsLocalizationUr":{"WidgetsLocalizations":[]},"WidgetsLocalizationUz":{"WidgetsLocalizations":[]},"WidgetsLocalizationVi":{"WidgetsLocalizations":[]},"WidgetsLocalizationZh":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHans":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHant":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHantHk":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHantTw":{"WidgetsLocalizations":[]},"WidgetsLocalizationZu":{"WidgetsLocalizations":[]},"GlobalMaterialLocalizations":{"MaterialLocalizations":[]},"_MaterialLocalizationsDelegate0":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"GlobalWidgetsLocalizations":{"WidgetsLocalizations":[]},"_WidgetsLocalizationsDelegate0":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"StoreProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreConnector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListenerState":{"State":["_StoreStreamListener<1,2>"]},"StoreProviderError":{"Error":[]},"ConverterError":{"Error":[]},"ActionPaneConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerMotion":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseData":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseNotificationSender":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseBarrierNotificationSenderState":{"State":["SlidableAutoCloseBarrierNotificationSender"]},"_SlidableAutoCloseBarrierBehaviorListenerState":{"State":["SlidableAutoCloseBarrierBehaviorListener"]},"_SlidableNotificationSenderState0":{"State":["_SlidableNotificationSender"]},"_ValueNotifier":{"ValueNotifier":["1"],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SlidableGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGestureDetectorState":{"State":["SlidableGestureDetector"]},"_InheritedSlidableNotification":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableGroupBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGroupBehaviorListenerState":{"State":["SlidableGroupBehaviorListener<1>"]},"_SlidableNotificationListenerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSenderState":{"State":["SlidableNotificationSender"]},"SlidableScrollingBehavior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableScrollingBehaviorState":{"State":["SlidableScrollingBehavior"]},"ActionPane":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Slidable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneState":{"State":["ActionPane"]},"_SlidableState":{"State":["Slidable"]},"_SlidableClipper":{"CustomClipper":["Rect"],"Listenable":[]},"StaggeredGridParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStaggeredGrid":{"RenderBoxContainerDefaultsMixin":["RenderBox","StaggeredGridParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StaggeredGridParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"StaggeredGrid":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AttributeName":{"Comparable":["Object"]},"Element":{"Node0":[]},"Document":{"Node0":[]},"DocumentType":{"Node0":[]},"Text0":{"Node0":[]},"Comment":{"Node0":[]},"NodeList":{"ListProxy":["Node0"],"ListBase":["Node0"],"List":["Node0"],"EfficientLengthIterable":["Node0"],"Iterable":["Node0"],"ListBase.E":"Node0","Iterable.E":"Node0"},"FilteredElementList":{"ListBase":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListBase.E":"Element","Iterable.E":"Element"},"ParseError":{"Exception":[]},"InitialPhase":{"Phase":[]},"BeforeHtmlPhase":{"Phase":[]},"BeforeHeadPhase":{"Phase":[]},"InHeadPhase":{"Phase":[]},"AfterHeadPhase":{"Phase":[]},"InBodyPhase":{"Phase":[]},"TextPhase":{"Phase":[]},"InTablePhase":{"Phase":[]},"InTableTextPhase":{"Phase":[]},"InCaptionPhase":{"Phase":[]},"InColumnGroupPhase":{"Phase":[]},"InTableBodyPhase":{"Phase":[]},"InRowPhase":{"Phase":[]},"InCellPhase":{"Phase":[]},"InSelectPhase":{"Phase":[]},"InSelectInTablePhase":{"Phase":[]},"InForeignContentPhase":{"Phase":[]},"AfterBodyPhase":{"Phase":[]},"InFramesetPhase":{"Phase":[]},"AfterFramesetPhase":{"Phase":[]},"AfterAfterBodyPhase":{"Phase":[]},"AfterAfterFramesetPhase":{"Phase":[]},"ElementCssClassSet":{"SetBase":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","SetBase.E":"String"},"_CssClassSetImpl":{"SetBase":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"]},"_EncodingRangeException":{"Exception":[]},"ListProxy":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"StringToken":{"Token0":[]},"TagToken":{"Token0":[]},"StartTagToken":{"TagToken":[],"Token0":[]},"EndTagToken":{"TagToken":[],"Token0":[]},"ParseErrorToken":{"StringToken":[],"Token0":[]},"CharactersToken":{"StringToken":[],"Token0":[]},"SpaceCharactersToken":{"StringToken":[],"Token0":[]},"CommentToken":{"StringToken":[],"Token0":[]},"DoctypeToken":{"Token0":[]},"ActiveFormattingElements":{"ListProxy":["Element?"],"ListBase":["Element?"],"List":["Element?"],"EfficientLengthIterable":["Element?"],"Iterable":["Element?"],"ListBase.E":"Element?","Iterable.E":"Element?"},"BaseClient":{"Client0":[]},"BrowserClient":{"Client0":[]},"ByteStream":{"Stream":["List"],"Stream.T":"List"},"ClientException":{"Exception":[]},"CaseInsensitiveMap":{"CanonicalizedMap":["String","String","1"],"Map":["String","1"],"CanonicalizedMap.V":"1","CanonicalizedMap.K":"String","CanonicalizedMap.C":"String"},"ColorFloat16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorFloat32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorFloat64":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint1":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint2":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint4":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorRgb8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorRgba8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"IfdByteValue":{"IfdValue":[]},"IfdValueAscii":{"IfdValue":[]},"InternalPngFrame":{"PngFrame":[]},"Image0":{"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageData0":{"Iterable":["Pixel"]},"ImageDataFloat16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataFloat32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataFloat64":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt8":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint1":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint2":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint4":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint8":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"PixelFloat16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelFloat32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelFloat64":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt8":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint1":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint2":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint4":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint8":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUndefined":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ImageException":{"Exception":[]},"BillingResultWrapper":{"HasBillingResponse":[]},"ProductDetailsResponseWrapper":{"HasBillingResponse":[]},"PurchasesResultWrapper":{"HasBillingResponse":[]},"GooglePlayProductDetails":{"ProductDetails":[]},"GooglePlayPurchaseDetails":{"PurchaseDetails":[]},"InAppPurchaseException":{"Exception":[]},"AppStoreProductDetails":{"ProductDetails":[]},"AppStorePurchaseDetails":{"PurchaseDetails":[]},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"CountryPickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CountryPickerDialogState":{"State":["CountryPickerDialog"]},"IntlPhoneField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IntlPhoneFieldState":{"State":["IntlPhoneField"]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity"],"Serializer":["AccountEntity"]},"_$AccountEntity":{"AccountEntity":[]},"BankAccountEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$BankAccountListResponseSerializer":{"StructuredSerializer":["BankAccountListResponse"],"Serializer":["BankAccountListResponse"]},"_$BankAccountItemResponseSerializer":{"StructuredSerializer":["BankAccountItemResponse"],"Serializer":["BankAccountItemResponse"]},"_$BankAccountEntitySerializer":{"StructuredSerializer":["BankAccountEntity"],"Serializer":["BankAccountEntity"]},"_$BankAccountListResponse":{"BankAccountListResponse":[]},"_$BankAccountItemResponse":{"BankAccountItemResponse":[]},"_$BankAccountEntity":{"BankAccountEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[],"HasActivities":[]},"ClientContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse"],"Serializer":["ClientListResponse"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse"],"Serializer":["ClientItemResponse"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity"],"Serializer":["ClientEntity"]},"_$ClientContactEntitySerializer":{"StructuredSerializer":["ClientContactEntity"],"Serializer":["ClientContactEntity"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[],"HasActivities":[]},"_$ClientContactEntity":{"ClientContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"CompanyGatewayEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$CompanyGatewayListResponseSerializer":{"StructuredSerializer":["CompanyGatewayListResponse"],"Serializer":["CompanyGatewayListResponse"]},"_$CompanyGatewayItemResponseSerializer":{"StructuredSerializer":["CompanyGatewayItemResponse"],"Serializer":["CompanyGatewayItemResponse"]},"_$CompanyGatewayEntitySerializer":{"StructuredSerializer":["CompanyGatewayEntity"],"Serializer":["CompanyGatewayEntity"]},"_$FeesAndLimitsSettingsSerializer":{"StructuredSerializer":["FeesAndLimitsSettings"],"Serializer":["FeesAndLimitsSettings"]},"_$CompanyGatewayListResponse":{"CompanyGatewayListResponse":[]},"_$CompanyGatewayItemResponse":{"CompanyGatewayItemResponse":[]},"_$CompanyGatewayEntity":{"CompanyGatewayEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$FeesAndLimitsSettings":{"FeesAndLimitsSettings":[]},"CompanyEntity":{"BaseEntity":[],"SelectableEntity":[]},"GatewayEntity":{"SelectableEntity":[]},"_$CompanyEntitySerializer":{"StructuredSerializer":["CompanyEntity"],"Serializer":["CompanyEntity"]},"_$GatewayEntitySerializer":{"StructuredSerializer":["GatewayEntity"],"Serializer":["GatewayEntity"]},"_$GatewayOptionsEntitySerializer":{"StructuredSerializer":["GatewayOptionsEntity"],"Serializer":["GatewayOptionsEntity"]},"_$UserCompanyEntitySerializer":{"StructuredSerializer":["UserCompanyEntity"],"Serializer":["UserCompanyEntity"]},"_$UserSettingsEntitySerializer":{"StructuredSerializer":["UserSettingsEntity"],"Serializer":["UserSettingsEntity"]},"_$ReportSettingsEntitySerializer":{"StructuredSerializer":["ReportSettingsEntity"],"Serializer":["ReportSettingsEntity"]},"_$CompanyItemResponseSerializer":{"StructuredSerializer":["CompanyItemResponse"],"Serializer":["CompanyItemResponse"]},"_$RegistrationFieldEntitySerializer":{"StructuredSerializer":["RegistrationFieldEntity"],"Serializer":["RegistrationFieldEntity"]},"_$DashboardFieldSerializer":{"StructuredSerializer":["DashboardField"],"Serializer":["DashboardField"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$DashboardField":{"DashboardField":[]},"_$CreditListResponseSerializer":{"StructuredSerializer":["CreditListResponse"],"Serializer":["CreditListResponse"]},"_$CreditItemResponseSerializer":{"StructuredSerializer":["CreditItemResponse"],"Serializer":["CreditItemResponse"]},"_$DateRangeSerializer":{"PrimitiveSerializer":["DateRange"],"Serializer":["DateRange"]},"_$DateRangeComparisonSerializer":{"PrimitiveSerializer":["DateRangeComparison"],"Serializer":["DateRangeComparison"]},"DesignEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DesignListResponseSerializer":{"StructuredSerializer":["DesignListResponse"],"Serializer":["DesignListResponse"]},"_$DesignItemResponseSerializer":{"StructuredSerializer":["DesignItemResponse"],"Serializer":["DesignItemResponse"]},"_$DesignPreviewRequestSerializer":{"StructuredSerializer":["DesignPreviewRequest"],"Serializer":["DesignPreviewRequest"]},"_$DesignEntitySerializer":{"StructuredSerializer":["DesignEntity"],"Serializer":["DesignEntity"]},"_$DesignListResponse":{"DesignListResponse":[]},"_$DesignItemResponse":{"DesignItemResponse":[]},"_$DesignEntity":{"DesignEntity":[],"BaseEntity":[],"SelectableEntity":[]},"DocumentEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DocumentListResponseSerializer":{"StructuredSerializer":["DocumentListResponse"],"Serializer":["DocumentListResponse"]},"_$DocumentItemResponseSerializer":{"StructuredSerializer":["DocumentItemResponse"],"Serializer":["DocumentItemResponse"]},"_$DocumentEntitySerializer":{"StructuredSerializer":["DocumentEntity"],"Serializer":["DocumentEntity"]},"_$DocumentListResponse":{"DocumentListResponse":[]},"_$DocumentItemResponse":{"DocumentItemResponse":[]},"_$DocumentEntity":{"DocumentEntity":[],"BaseEntity":[],"SelectableEntity":[]},"BaseEntity":{"SelectableEntity":[]},"_$EntityTypeSerializer":{"PrimitiveSerializer":["EntityType"],"Serializer":["EntityType"]},"_$EntityStateSerializer":{"PrimitiveSerializer":["EntityState"],"Serializer":["EntityState"]},"_$EmailTemplateSerializer":{"PrimitiveSerializer":["EmailTemplate"],"Serializer":["EmailTemplate"]},"_$LoginResponseSerializer":{"StructuredSerializer":["LoginResponse"],"Serializer":["LoginResponse"]},"_$ActivityEntitySerializer":{"StructuredSerializer":["ActivityEntity"],"Serializer":["ActivityEntity"]},"_$LedgerEntitySerializer":{"StructuredSerializer":["LedgerEntity"],"Serializer":["LedgerEntity"]},"_$LoginResponse":{"LoginResponse":[]},"_$ActivityEntity":{"ActivityEntity":[]},"_$LedgerEntity":{"LedgerEntity":[]},"ExpenseCategoryEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ExpenseCategoryListResponseSerializer":{"StructuredSerializer":["ExpenseCategoryListResponse"],"Serializer":["ExpenseCategoryListResponse"]},"_$ExpenseCategoryItemResponseSerializer":{"StructuredSerializer":["ExpenseCategoryItemResponse"],"Serializer":["ExpenseCategoryItemResponse"]},"_$ExpenseCategoryEntitySerializer":{"StructuredSerializer":["ExpenseCategoryEntity"],"Serializer":["ExpenseCategoryEntity"]},"_$ExpenseCategoryListResponse":{"ExpenseCategoryListResponse":[]},"_$ExpenseCategoryItemResponse":{"ExpenseCategoryItemResponse":[]},"_$ExpenseCategoryEntity":{"ExpenseCategoryEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ExpenseEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$ExpenseListResponseSerializer":{"StructuredSerializer":["ExpenseListResponse"],"Serializer":["ExpenseListResponse"]},"_$ExpenseItemResponseSerializer":{"StructuredSerializer":["ExpenseItemResponse"],"Serializer":["ExpenseItemResponse"]},"_$ExpenseEntitySerializer":{"StructuredSerializer":["ExpenseEntity"],"Serializer":["ExpenseEntity"]},"_$ExpenseScheduleEntitySerializer":{"StructuredSerializer":["ExpenseScheduleEntity"],"Serializer":["ExpenseScheduleEntity"]},"_$ExpenseStatusEntitySerializer":{"StructuredSerializer":["ExpenseStatusEntity"],"Serializer":["ExpenseStatusEntity"]},"_$ExpenseListResponse":{"ExpenseListResponse":[]},"_$ExpenseItemResponse":{"ExpenseItemResponse":[]},"_$ExpenseEntity":{"ExpenseEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ExpenseScheduleEntity":{"ExpenseScheduleEntity":[]},"_$ExpenseStatusEntity":{"ExpenseStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"GatewayTokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenListResponseSerializer":{"StructuredSerializer":["GatewayTokenListResponse"],"Serializer":["GatewayTokenListResponse"]},"_$GatewayTokenItemResponseSerializer":{"StructuredSerializer":["GatewayTokenItemResponse"],"Serializer":["GatewayTokenItemResponse"]},"_$GatewayTokenEntitySerializer":{"StructuredSerializer":["GatewayTokenEntity"],"Serializer":["GatewayTokenEntity"]},"_$GatewayTokenMetaEntitySerializer":{"StructuredSerializer":["GatewayTokenMetaEntity"],"Serializer":["GatewayTokenMetaEntity"]},"_$GatewayTokenEntity":{"GatewayTokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenMetaEntity":{"GatewayTokenMetaEntity":[]},"GroupEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GroupListResponseSerializer":{"StructuredSerializer":["GroupListResponse"],"Serializer":["GroupListResponse"]},"_$GroupItemResponseSerializer":{"StructuredSerializer":["GroupItemResponse"],"Serializer":["GroupItemResponse"]},"_$GroupEntitySerializer":{"StructuredSerializer":["GroupEntity"],"Serializer":["GroupEntity"]},"_$GroupListResponse":{"GroupListResponse":[]},"_$GroupItemResponse":{"GroupItemResponse":[]},"_$GroupEntity":{"GroupEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$HealthCheckResponseSerializer":{"StructuredSerializer":["HealthCheckResponse"],"Serializer":["HealthCheckResponse"]},"_$HealthCheckPHPResponseSerializer":{"StructuredSerializer":["HealthCheckPHPResponse"],"Serializer":["HealthCheckPHPResponse"]},"_$HealthCheckResponse":{"HealthCheckResponse":[]},"_$HealthCheckPHPResponse":{"HealthCheckPHPResponse":[]},"_$PreImportResponseSerializer":{"StructuredSerializer":["PreImportResponse"],"Serializer":["PreImportResponse"]},"_$PreImportResponseEntityDetailsSerializer":{"StructuredSerializer":["PreImportResponseEntityDetails"],"Serializer":["PreImportResponseEntityDetails"]},"_$ImportRequestSerializer":{"StructuredSerializer":["ImportRequest"],"Serializer":["ImportRequest"]},"_$ImportRequestMappingSerializer":{"StructuredSerializer":["ImportRequestMapping"],"Serializer":["ImportRequestMapping"]},"_$PreImportResponse":{"PreImportResponse":[]},"_$PreImportResponseEntityDetails":{"PreImportResponseEntityDetails":[]},"_$ImportRequestMapping":{"ImportRequestMapping":[]},"InvoiceEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[],"BelongsToVendor":[]},"InvitationEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceListResponseSerializer":{"StructuredSerializer":["InvoiceListResponse"],"Serializer":["InvoiceListResponse"]},"_$InvoiceItemResponseSerializer":{"StructuredSerializer":["InvoiceItemResponse"],"Serializer":["InvoiceItemResponse"]},"_$InvoiceEntitySerializer":{"StructuredSerializer":["InvoiceEntity"],"Serializer":["InvoiceEntity"]},"_$InvoiceItemEntitySerializer":{"StructuredSerializer":["InvoiceItemEntity"],"Serializer":["InvoiceItemEntity"]},"_$InvitationEntitySerializer":{"StructuredSerializer":["InvitationEntity"],"Serializer":["InvitationEntity"]},"_$InvoiceScheduleEntitySerializer":{"StructuredSerializer":["InvoiceScheduleEntity"],"Serializer":["InvoiceScheduleEntity"]},"_$InvoiceHistoryEntitySerializer":{"StructuredSerializer":["InvoiceHistoryEntity"],"Serializer":["InvoiceHistoryEntity"]},"_$InvoiceListResponse":{"InvoiceListResponse":[]},"_$InvoiceItemResponse":{"InvoiceItemResponse":[]},"_$InvoiceEntity":{"InvoiceEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[],"BelongsToVendor":[]},"_$InvoiceItemEntity":{"InvoiceItemEntity":[]},"_$InvitationEntity":{"InvitationEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceScheduleEntity":{"InvoiceScheduleEntity":[]},"_$InvoiceHistoryEntity":{"InvoiceHistoryEntity":[]},"PaymentEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"PaymentableEntity":{"SelectableEntity":[]},"_$PaymentListResponseSerializer":{"StructuredSerializer":["PaymentListResponse"],"Serializer":["PaymentListResponse"]},"_$PaymentItemResponseSerializer":{"StructuredSerializer":["PaymentItemResponse"],"Serializer":["PaymentItemResponse"]},"_$PaymentEntitySerializer":{"StructuredSerializer":["PaymentEntity"],"Serializer":["PaymentEntity"]},"_$PaymentableEntitySerializer":{"StructuredSerializer":["PaymentableEntity"],"Serializer":["PaymentableEntity"]},"_$PaymentListResponse":{"PaymentListResponse":[]},"_$PaymentItemResponse":{"PaymentItemResponse":[]},"_$PaymentEntity":{"PaymentEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$PaymentableEntity":{"PaymentableEntity":[],"SelectableEntity":[]},"PaymentTermEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$PaymentTermListResponseSerializer":{"StructuredSerializer":["PaymentTermListResponse"],"Serializer":["PaymentTermListResponse"]},"_$PaymentTermItemResponseSerializer":{"StructuredSerializer":["PaymentTermItemResponse"],"Serializer":["PaymentTermItemResponse"]},"_$PaymentTermEntitySerializer":{"StructuredSerializer":["PaymentTermEntity"],"Serializer":["PaymentTermEntity"]},"_$PaymentTermListResponse":{"PaymentTermListResponse":[]},"_$PaymentTermItemResponse":{"PaymentTermItemResponse":[]},"_$PaymentTermEntity":{"PaymentTermEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProductEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ProductListResponseSerializer":{"StructuredSerializer":["ProductListResponse"],"Serializer":["ProductListResponse"]},"_$ProductItemResponseSerializer":{"StructuredSerializer":["ProductItemResponse"],"Serializer":["ProductItemResponse"]},"_$ProductEntitySerializer":{"StructuredSerializer":["ProductEntity"],"Serializer":["ProductEntity"]},"_$ProductListResponse":{"ProductListResponse":[]},"_$ProductItemResponse":{"ProductItemResponse":[]},"_$ProductEntity":{"ProductEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProjectEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ProjectListResponseSerializer":{"StructuredSerializer":["ProjectListResponse"],"Serializer":["ProjectListResponse"]},"_$ProjectItemResponseSerializer":{"StructuredSerializer":["ProjectItemResponse"],"Serializer":["ProjectItemResponse"]},"_$ProjectEntitySerializer":{"StructuredSerializer":["ProjectEntity"],"Serializer":["ProjectEntity"]},"_$ProjectListResponse":{"ProjectListResponse":[]},"_$ProjectItemResponse":{"ProjectItemResponse":[]},"_$ProjectEntity":{"ProjectEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ScheduleEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ScheduleListResponseSerializer":{"StructuredSerializer":["ScheduleListResponse"],"Serializer":["ScheduleListResponse"]},"_$ScheduleItemResponseSerializer":{"StructuredSerializer":["ScheduleItemResponse"],"Serializer":["ScheduleItemResponse"]},"_$ScheduleEntitySerializer":{"StructuredSerializer":["ScheduleEntity"],"Serializer":["ScheduleEntity"]},"_$ScheduleParametersSerializer":{"StructuredSerializer":["ScheduleParameters"],"Serializer":["ScheduleParameters"]},"_$ScheduleListResponse":{"ScheduleListResponse":[]},"_$ScheduleItemResponse":{"ScheduleItemResponse":[]},"_$ScheduleEntity":{"ScheduleEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ScheduleParameters":{"ScheduleParameters":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity"],"Serializer":["SettingsEntity"]},"_$PdfPreviewRequestSerializer":{"StructuredSerializer":["PdfPreviewRequest"],"Serializer":["PdfPreviewRequest"]},"_$SettingsEntity":{"SettingsEntity":[]},"CountryEntity":{"SelectableEntity":[]},"_$CountryListResponseSerializer":{"StructuredSerializer":["CountryListResponse"],"Serializer":["CountryListResponse"]},"_$CountryItemResponseSerializer":{"StructuredSerializer":["CountryItemResponse"],"Serializer":["CountryItemResponse"]},"_$CountryEntitySerializer":{"StructuredSerializer":["CountryEntity"],"Serializer":["CountryEntity"]},"_$CountryEntity":{"CountryEntity":[],"SelectableEntity":[]},"CurrencyEntity":{"SelectableEntity":[]},"_$CurrencyListResponseSerializer":{"StructuredSerializer":["CurrencyListResponse"],"Serializer":["CurrencyListResponse"]},"_$CurrencyItemResponseSerializer":{"StructuredSerializer":["CurrencyItemResponse"],"Serializer":["CurrencyItemResponse"]},"_$CurrencyEntitySerializer":{"StructuredSerializer":["CurrencyEntity"],"Serializer":["CurrencyEntity"]},"_$CurrencyEntity":{"CurrencyEntity":[],"SelectableEntity":[]},"DateFormatEntity":{"SelectableEntity":[]},"_$DateFormatListResponseSerializer":{"StructuredSerializer":["DateFormatListResponse"],"Serializer":["DateFormatListResponse"]},"_$DateFormatItemResponseSerializer":{"StructuredSerializer":["DateFormatItemResponse"],"Serializer":["DateFormatItemResponse"]},"_$DateFormatEntitySerializer":{"StructuredSerializer":["DateFormatEntity"],"Serializer":["DateFormatEntity"]},"_$DateFormatEntity":{"DateFormatEntity":[],"SelectableEntity":[]},"_$DatetimeFormatListResponseSerializer":{"StructuredSerializer":["DatetimeFormatListResponse"],"Serializer":["DatetimeFormatListResponse"]},"_$DatetimeFormatItemResponseSerializer":{"StructuredSerializer":["DatetimeFormatItemResponse"],"Serializer":["DatetimeFormatItemResponse"]},"_$DatetimeFormatEntitySerializer":{"StructuredSerializer":["DatetimeFormatEntity"],"Serializer":["DatetimeFormatEntity"]},"_$DatetimeFormatEntity":{"DatetimeFormatEntity":[]},"DocumentStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$DocumentStatusEntity":{"DocumentStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"FontEntity":{"SelectableEntity":[]},"_$FontEntity":{"SelectableEntity":[]},"IndustryEntity":{"SelectableEntity":[]},"_$IndustryListResponseSerializer":{"StructuredSerializer":["IndustryListResponse"],"Serializer":["IndustryListResponse"]},"_$IndustryItemResponseSerializer":{"StructuredSerializer":["IndustryItemResponse"],"Serializer":["IndustryItemResponse"]},"_$IndustryEntitySerializer":{"StructuredSerializer":["IndustryEntity"],"Serializer":["IndustryEntity"]},"_$IndustryEntity":{"IndustryEntity":[],"SelectableEntity":[]},"InvoiceStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$InvoiceStatusEntitySerializer":{"StructuredSerializer":["InvoiceStatusEntity"],"Serializer":["InvoiceStatusEntity"]},"_$InvoiceStatusEntity":{"InvoiceStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"LanguageEntity":{"SelectableEntity":[]},"_$LanguageListResponseSerializer":{"StructuredSerializer":["LanguageListResponse"],"Serializer":["LanguageListResponse"]},"_$LanguageItemResponseSerializer":{"StructuredSerializer":["LanguageItemResponse"],"Serializer":["LanguageItemResponse"]},"_$LanguageEntitySerializer":{"StructuredSerializer":["LanguageEntity"],"Serializer":["LanguageEntity"]},"_$LanguageEntity":{"LanguageEntity":[],"SelectableEntity":[]},"PaymentStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$PaymentStatusEntity":{"PaymentStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"PaymentTypeEntity":{"SelectableEntity":[]},"_$PaymentTypeListResponseSerializer":{"StructuredSerializer":["PaymentTypeListResponse"],"Serializer":["PaymentTypeListResponse"]},"_$PaymentTypeItemResponseSerializer":{"StructuredSerializer":["PaymentTypeItemResponse"],"Serializer":["PaymentTypeItemResponse"]},"_$PaymentTypeEntitySerializer":{"StructuredSerializer":["PaymentTypeEntity"],"Serializer":["PaymentTypeEntity"]},"_$PaymentTypeEntity":{"PaymentTypeEntity":[],"SelectableEntity":[]},"SizeEntity":{"SelectableEntity":[]},"_$SizeListResponseSerializer":{"StructuredSerializer":["SizeListResponse"],"Serializer":["SizeListResponse"]},"_$SizeItemResponseSerializer":{"StructuredSerializer":["SizeItemResponse"],"Serializer":["SizeItemResponse"]},"_$SizeEntitySerializer":{"StructuredSerializer":["SizeEntity"],"Serializer":["SizeEntity"]},"_$SizeEntity":{"SizeEntity":[],"SelectableEntity":[]},"_$StaticDataItemResponseSerializer":{"StructuredSerializer":["StaticDataItemResponse"],"Serializer":["StaticDataItemResponse"]},"_$StaticDataEntitySerializer":{"StructuredSerializer":["StaticDataEntity"],"Serializer":["StaticDataEntity"]},"_$TemplateEntitySerializer":{"StructuredSerializer":["TemplateEntity"],"Serializer":["TemplateEntity"]},"_$StaticDataEntity":{"StaticDataEntity":[]},"_$TemplateEntity":{"TemplateEntity":[]},"TimezoneEntity":{"SelectableEntity":[]},"_$TimezoneListResponseSerializer":{"StructuredSerializer":["TimezoneListResponse"],"Serializer":["TimezoneListResponse"]},"_$TimezoneItemResponseSerializer":{"StructuredSerializer":["TimezoneItemResponse"],"Serializer":["TimezoneItemResponse"]},"_$TimezoneEntitySerializer":{"StructuredSerializer":["TimezoneEntity"],"Serializer":["TimezoneEntity"]},"_$TimezoneEntity":{"TimezoneEntity":[],"SelectableEntity":[]},"SubscriptionEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$SubscriptionListResponseSerializer":{"StructuredSerializer":["SubscriptionListResponse"],"Serializer":["SubscriptionListResponse"]},"_$SubscriptionItemResponseSerializer":{"StructuredSerializer":["SubscriptionItemResponse"],"Serializer":["SubscriptionItemResponse"]},"_$SubscriptionEntitySerializer":{"StructuredSerializer":["SubscriptionEntity"],"Serializer":["SubscriptionEntity"]},"_$WebhookConfigurationEntitySerializer":{"StructuredSerializer":["WebhookConfigurationEntity"],"Serializer":["WebhookConfigurationEntity"]},"_$SubscriptionListResponse":{"SubscriptionListResponse":[]},"_$SubscriptionItemResponse":{"SubscriptionItemResponse":[]},"_$SubscriptionEntity":{"SubscriptionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$WebhookConfigurationEntity":{"WebhookConfigurationEntity":[]},"_$SystemLogEntitySerializer":{"StructuredSerializer":["SystemLogEntity"],"Serializer":["SystemLogEntity"]},"_$SystemLogEntity":{"SystemLogEntity":[]},"TaskEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$TaskListResponseSerializer":{"StructuredSerializer":["TaskListResponse"],"Serializer":["TaskListResponse"]},"_$TaskItemResponseSerializer":{"StructuredSerializer":["TaskItemResponse"],"Serializer":["TaskItemResponse"]},"_$TaskEntitySerializer":{"StructuredSerializer":["TaskEntity"],"Serializer":["TaskEntity"]},"_$TaskListResponse":{"TaskListResponse":[]},"_$TaskItemResponse":{"TaskItemResponse":[]},"_$TaskTime":{"TaskTime":[]},"_$TaskEntity":{"TaskEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"TaskStatusEntity":{"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaskStatusListResponseSerializer":{"StructuredSerializer":["TaskStatusListResponse"],"Serializer":["TaskStatusListResponse"]},"_$TaskStatusItemResponseSerializer":{"StructuredSerializer":["TaskStatusItemResponse"],"Serializer":["TaskStatusItemResponse"]},"_$TaskStatusEntitySerializer":{"StructuredSerializer":["TaskStatusEntity"],"Serializer":["TaskStatusEntity"]},"_$TaskStatusListResponse":{"TaskStatusListResponse":[]},"_$TaskStatusItemResponse":{"TaskStatusItemResponse":[]},"_$TaskStatusEntity":{"TaskStatusEntity":[],"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaxDataEntitySerializer":{"StructuredSerializer":["TaxDataEntity"],"Serializer":["TaxDataEntity"]},"_$TaxConfigEntitySerializer":{"StructuredSerializer":["TaxConfigEntity"],"Serializer":["TaxConfigEntity"]},"_$TaxConfigRegionEntitySerializer":{"StructuredSerializer":["TaxConfigRegionEntity"],"Serializer":["TaxConfigRegionEntity"]},"_$TaxConfigSubregionEntitySerializer":{"StructuredSerializer":["TaxConfigSubregionEntity"],"Serializer":["TaxConfigSubregionEntity"]},"_$TaxDataEntity":{"TaxDataEntity":[]},"_$TaxConfigEntity":{"TaxConfigEntity":[]},"_$TaxConfigRegionEntity":{"TaxConfigRegionEntity":[]},"_$TaxConfigSubregionEntity":{"TaxConfigSubregionEntity":[]},"TaxRateEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TaxRateListResponseSerializer":{"StructuredSerializer":["TaxRateListResponse"],"Serializer":["TaxRateListResponse"]},"_$TaxRateItemResponseSerializer":{"StructuredSerializer":["TaxRateItemResponse"],"Serializer":["TaxRateItemResponse"]},"_$TaxRateEntitySerializer":{"StructuredSerializer":["TaxRateEntity"],"Serializer":["TaxRateEntity"]},"_$TaxRateListResponse":{"TaxRateListResponse":[]},"_$TaxRateItemResponse":{"TaxRateItemResponse":[]},"_$TaxRateEntity":{"TaxRateEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TokenListResponseSerializer":{"StructuredSerializer":["TokenListResponse"],"Serializer":["TokenListResponse"]},"_$TokenItemResponseSerializer":{"StructuredSerializer":["TokenItemResponse"],"Serializer":["TokenItemResponse"]},"_$TokenEntitySerializer":{"StructuredSerializer":["TokenEntity"],"Serializer":["TokenEntity"]},"_$TokenListResponse":{"TokenListResponse":[]},"_$TokenItemResponse":{"TokenItemResponse":[]},"_$TokenEntity":{"TokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TransactionEntity":{"BaseEntity":[],"SelectableEntity":[]},"TransactionStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$TransactionListResponseSerializer":{"StructuredSerializer":["TransactionListResponse"],"Serializer":["TransactionListResponse"]},"_$TransactionItemResponseSerializer":{"StructuredSerializer":["TransactionItemResponse"],"Serializer":["TransactionItemResponse"]},"_$TransactionEntitySerializer":{"StructuredSerializer":["TransactionEntity"],"Serializer":["TransactionEntity"]},"_$TransactionStatusEntitySerializer":{"StructuredSerializer":["TransactionStatusEntity"],"Serializer":["TransactionStatusEntity"]},"_$TransactionListResponse":{"TransactionListResponse":[]},"_$TransactionItemResponse":{"TransactionItemResponse":[]},"_$TransactionEntity":{"TransactionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionStatusEntity":{"TransactionStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"TransactionRuleEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TransactionRuleListResponseSerializer":{"StructuredSerializer":["TransactionRuleListResponse"],"Serializer":["TransactionRuleListResponse"]},"_$TransactionRuleItemResponseSerializer":{"StructuredSerializer":["TransactionRuleItemResponse"],"Serializer":["TransactionRuleItemResponse"]},"_$TransactionRuleEntitySerializer":{"StructuredSerializer":["TransactionRuleEntity"],"Serializer":["TransactionRuleEntity"]},"_$TransactionRuleCriteriaEntitySerializer":{"StructuredSerializer":["TransactionRuleCriteriaEntity"],"Serializer":["TransactionRuleCriteriaEntity"]},"_$TransactionRuleListResponse":{"TransactionRuleListResponse":[]},"_$TransactionRuleItemResponse":{"TransactionRuleItemResponse":[]},"_$TransactionRuleEntity":{"TransactionRuleEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionRuleCriteriaEntity":{"TransactionRuleCriteriaEntity":[]},"UserEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$UserListResponseSerializer":{"StructuredSerializer":["UserListResponse"],"Serializer":["UserListResponse"]},"_$UserItemResponseSerializer":{"StructuredSerializer":["UserItemResponse"],"Serializer":["UserItemResponse"]},"_$UserTwoFactorResponseSerializer":{"StructuredSerializer":["UserTwoFactorResponse"],"Serializer":["UserTwoFactorResponse"]},"_$UserTwoFactorDataSerializer":{"StructuredSerializer":["UserTwoFactorData"],"Serializer":["UserTwoFactorData"]},"_$UserCompanyItemResponseSerializer":{"StructuredSerializer":["UserCompanyItemResponse"],"Serializer":["UserCompanyItemResponse"]},"_$UserEntitySerializer":{"StructuredSerializer":["UserEntity"],"Serializer":["UserEntity"]},"_$UserListResponse":{"UserListResponse":[]},"_$UserItemResponse":{"UserItemResponse":[]},"_$UserTwoFactorResponse":{"UserTwoFactorResponse":[]},"_$UserTwoFactorData":{"UserTwoFactorData":[]},"_$UserCompanyItemResponse":{"UserCompanyItemResponse":[]},"_$UserEntity":{"UserEntity":[],"BaseEntity":[],"SelectableEntity":[]},"VendorEntity":{"BaseEntity":[],"SelectableEntity":[],"HasActivities":[]},"VendorContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$VendorListResponseSerializer":{"StructuredSerializer":["VendorListResponse"],"Serializer":["VendorListResponse"]},"_$VendorItemResponseSerializer":{"StructuredSerializer":["VendorItemResponse"],"Serializer":["VendorItemResponse"]},"_$VendorEntitySerializer":{"StructuredSerializer":["VendorEntity"],"Serializer":["VendorEntity"]},"_$VendorContactEntitySerializer":{"StructuredSerializer":["VendorContactEntity"],"Serializer":["VendorContactEntity"]},"_$VendorListResponse":{"VendorListResponse":[]},"_$VendorItemResponse":{"VendorItemResponse":[]},"_$VendorEntity":{"VendorEntity":[],"BaseEntity":[],"SelectableEntity":[],"HasActivities":[]},"_$VendorContactEntity":{"VendorContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"WebhookEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$WebhookListResponseSerializer":{"StructuredSerializer":["WebhookListResponse"],"Serializer":["WebhookListResponse"]},"_$WebhookItemResponseSerializer":{"StructuredSerializer":["WebhookItemResponse"],"Serializer":["WebhookItemResponse"]},"_$WebhookEntitySerializer":{"StructuredSerializer":["WebhookEntity"],"Serializer":["WebhookEntity"]},"_$WebhookListResponse":{"WebhookListResponse":[]},"_$WebhookItemResponse":{"WebhookItemResponse":[]},"_$WebhookEntity":{"WebhookEntity":[],"BaseEntity":[],"SelectableEntity":[]},"InvoiceNinjaApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceNinjaAppState":{"State":["InvoiceNinjaApp"]},"SwitchListTableLayout":{"PersistUI":[],"PersistPrefs":[]},"PopLastHistory":{"PersistUI":[]},"UpdateLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"DismissNativeWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissGatewayWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissOneYearReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissTwoYearReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissTaskExtensionBanner":{"PersistUI":[],"PersistPrefs":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"PersistPrefs":[]},"ToggleViewerLayout":{"PersistPrefs":[]},"UpdateUserPreferences":{"PersistPrefs":[]},"LoadAccountSuccess":{"StopLoading":[]},"ResendConfirmation":{"StartLoading":[]},"RefreshData":{"StartLoading":[]},"RefreshDataSuccess":{"StopLoading":[]},"RefreshDataFailure":{"StopLoading":[]},"FilterByEntity":{"PersistUI":[]},"FilterCompany":{"PersistUI":[]},"ResendConfirmationFailure":{"StopLoading":[]},"ResendConfirmationSuccess":{"StopLoading":[]},"_$AppStateSerializer":{"StructuredSerializer":["AppState"],"Serializer":["AppState"]},"_$AppState":{"AppState":[]},"OAuthLoginRequest":{"StartLoading":[]},"UserLoginRequest":{"StartLoading":[]},"UserLoginSuccess":{"StopLoading":[]},"RecoverPasswordRequest":{"StartLoading":[]},"UserLogout":{"PersistData":[],"PersistUI":[]},"UserLogoutAll":{"StartLoading":[]},"UserSignUpRequest":{"StartLoading":[]},"OAuthSignUpRequest":{"StartLoading":[]},"UserLoginFailure":{"StopLoading":[]},"RecoverPasswordSuccess":{"StopLoading":[]},"RecoverPasswordFailure":{"StopLoading":[]},"UserLogoutAllSuccess":{"StopLoading":[]},"UserLogoutAllFailure":{"StopLoading":[]},"_$AuthStateSerializer":{"StructuredSerializer":["AuthState"],"Serializer":["AuthState"]},"_$AuthState":{"AuthState":[]},"ViewBankAccountList":{"PersistUI":[]},"ViewBankAccount":{"PersistUI":[],"PersistPrefs":[]},"EditBankAccount":{"PersistUI":[],"PersistPrefs":[]},"UpdateBankAccount":{"PersistUI":[]},"LoadBankAccountSuccess":{"StopLoading":[],"PersistData":[]},"LoadBankAccountsFailure":{"StopLoading":[]},"LoadBankAccountsSuccess":{"StopLoading":[]},"SaveBankAccountRequest":{"StartSaving":[]},"SaveBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveBankAccountsRequest":{"StartSaving":[]},"ArchiveBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteBankAccountsRequest":{"StartSaving":[]},"DeleteBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreBankAccountsRequest":{"StartSaving":[]},"RestoreBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"FilterBankAccounts":{"PersistUI":[]},"SortBankAccounts":{"PersistUI":[],"PersistPrefs":[]},"FilterBankAccountsByState":{"PersistUI":[]},"FilterBankAccountsByCustom1":{"PersistUI":[]},"FilterBankAccountsByCustom2":{"PersistUI":[]},"FilterBankAccountsByCustom3":{"PersistUI":[]},"FilterBankAccountsByCustom4":{"PersistUI":[]},"UpdateBankAccountTab":{"PersistUI":[]},"LoadBankAccountRequest":{"StartLoading":[]},"LoadBankAccountFailure":{"StopLoading":[]},"LoadBankAccountsRequest":{"StartLoading":[]},"SaveBankAccountFailure":{"StopSaving":[]},"ArchiveBankAccountsFailure":{"StopSaving":[]},"DeleteBankAccountsFailure":{"StopSaving":[]},"RestoreBankAccountsFailure":{"StopSaving":[]},"_$BankAccountStateSerializer":{"StructuredSerializer":["BankAccountState"],"Serializer":["BankAccountState"]},"_$BankAccountUIStateSerializer":{"StructuredSerializer":["BankAccountUIState"],"Serializer":["BankAccountUIState"]},"_$BankAccountState":{"BankAccountState":[]},"_$BankAccountUIState":{"BankAccountUIState":[]},"ViewClientList":{"PersistUI":[]},"ViewClient":{"PersistUI":[],"PersistPrefs":[]},"EditClient":{"PersistUI":[],"PersistPrefs":[]},"EditContact":{"PersistUI":[]},"UpdateClient":{"PersistUI":[]},"LoadClientSuccess":{"StopLoading":[],"PersistData":[]},"LoadClientsRequest":{"StartLoading":[]},"LoadClientsFailure":{"StopLoading":[]},"LoadClientsSuccess":{"StopLoading":[]},"AddContact":{"PersistUI":[]},"UpdateContact":{"PersistUI":[]},"DeleteContact":{"PersistUI":[]},"SaveClientRequest":{"StartSaving":[]},"SaveClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveClientsRequest":{"StartSaving":[]},"ArchiveClientsSuccess":{"StopSaving":[],"PersistData":[]},"MergeClientsRequest":{"StartSaving":[]},"MergeClientsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"StopSaving":[],"PersistData":[]},"PurgeClientRequest":{"StartSaving":[]},"PurgeClientSuccess":{"StopSaving":[],"PersistData":[]},"RestoreClientsRequest":{"StartSaving":[]},"RestoreClientSuccess":{"StopSaving":[],"PersistData":[]},"FilterClients":{"PersistUI":[]},"SortClients":{"PersistUI":[],"PersistPrefs":[]},"FilterClientsByState":{"PersistUI":[]},"FilterClientsByCustom1":{"PersistUI":[]},"FilterClientsByCustom2":{"PersistUI":[]},"FilterClientsByCustom3":{"PersistUI":[]},"FilterClientsByCustom4":{"PersistUI":[]},"SaveClientDocumentRequest":{"StartSaving":[]},"UpdateClientTab":{"PersistUI":[]},"_MergClientPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"MergeClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"PurgeClientFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"__MergClientPickerState":{"State":["_MergClientPicker"]},"_$ClientStateSerializer":{"StructuredSerializer":["ClientState"],"Serializer":["ClientState"]},"_$ClientUIStateSerializer":{"StructuredSerializer":["ClientUIState"],"Serializer":["ClientUIState"]},"_$ClientState":{"ClientState":[]},"_$ClientUIState":{"ClientUIState":[]},"SelectCompany":{"ClearClientMultiselect":[]},"UpdateCompany":{"PersistUI":[]},"SaveCompanyRequest":{"StartSaving":[]},"SaveCompanySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveEInvoiceCertificateRequest":{"StartSaving":[]},"SaveEInvoiceCertificateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"SaveEInvoiceCertificateFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState"],"Serializer":["UserCompanyState"]},"_$UserCompanyState":{"UserCompanyState":[]},"ViewCompanyGatewayList":{"PersistUI":[]},"ViewCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"EditCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"UpdateCompanyGateway":{"PersistUI":[]},"LoadCompanyGatewaySuccess":{"StopLoading":[],"PersistData":[]},"LoadCompanyGatewaysSuccess":{"StopLoading":[]},"SaveCompanyGatewayRequest":{"StartSaving":[]},"SaveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveCompanyGatewayRequest":{"StartSaving":[]},"ArchiveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyGatewayRequest":{"StartSaving":[]},"DeleteCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"FilterCompanyGateways":{"PersistUI":[]},"SortCompanyGateways":{"PersistUI":[],"PersistPrefs":[]},"FilterCompanyGatewaysByState":{"PersistUI":[]},"FilterCompanyGatewaysByCustom1":{"PersistUI":[]},"FilterCompanyGatewaysByCustom2":{"PersistUI":[]},"FilterCompanyGatewaysByCustom3":{"PersistUI":[]},"FilterCompanyGatewaysByCustom4":{"PersistUI":[]},"LoadCompanyGatewayRequest":{"StartLoading":[]},"LoadCompanyGatewayFailure":{"StopLoading":[]},"LoadCompanyGatewaysRequest":{"StartLoading":[]},"LoadCompanyGatewaysFailure":{"StopLoading":[]},"SaveCompanyGatewayFailure":{"StopSaving":[]},"ArchiveCompanyGatewayFailure":{"StopSaving":[]},"DeleteCompanyGatewayFailure":{"StopSaving":[]},"DisconnectCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayFailure":{"StopSaving":[]},"RestoreCompanyGatewayFailure":{"StopSaving":[]},"_$CompanyGatewayStateSerializer":{"StructuredSerializer":["CompanyGatewayState"],"Serializer":["CompanyGatewayState"]},"_$CompanyGatewayUIStateSerializer":{"StructuredSerializer":["CompanyGatewayUIState"],"Serializer":["CompanyGatewayUIState"]},"_$CompanyGatewayState":{"CompanyGatewayState":[]},"_$CompanyGatewayUIState":{"CompanyGatewayUIState":[]},"ViewCreditList":{"PersistUI":[]},"ViewCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCreditItem":{"PersistUI":[]},"UpdateCredit":{"PersistUI":[]},"UpdateCreditClient":{"PersistUI":[]},"LoadCreditSuccess":{"StopLoading":[],"PersistData":[]},"LoadCreditsRequest":{"StartLoading":[]},"LoadCreditsFailure":{"StopLoading":[]},"LoadCreditsSuccess":{"StopLoading":[]},"AddCreditContact":{"PersistUI":[]},"RemoveCreditContact":{"PersistUI":[]},"AddCreditItem":{"PersistUI":[]},"MoveCreditItem":{"PersistUI":[]},"AddCreditItems":{"PersistUI":[]},"UpdateCreditItem":{"PersistUI":[]},"DeleteCreditItem":{"PersistUI":[]},"SaveCreditRequest":{"StartSaving":[]},"SaveCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailCreditRequest":{"StartSaving":[]},"MarkSentCreditRequest":{"StartSaving":[]},"MarkSentCreditSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsRequest":{"StartSaving":[]},"MarkCreditsPaidRequest":{"StartSaving":[]},"ArchiveCreditsRequest":{"StartSaving":[]},"ArchiveCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteCreditsRequest":{"StartSaving":[]},"DeleteCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DownloadCreditsRequest":{"StartSaving":[]},"RestoreCreditsRequest":{"StartSaving":[]},"RestoreCreditsSuccess":{"StopSaving":[],"PersistData":[]},"FilterCredits":{"PersistUI":[]},"SortCredits":{"PersistUI":[],"PersistPrefs":[]},"FilterCreditsByState":{"PersistUI":[]},"FilterCreditsByStatus":{"PersistUI":[]},"FilterCreditsByCustom1":{"PersistUI":[]},"FilterCreditsByCustom2":{"PersistUI":[]},"FilterCreditsByCustom3":{"PersistUI":[]},"FilterCreditsByCustom4":{"PersistUI":[]},"SaveCreditDocumentRequest":{"StartSaving":[]},"UpdateCreditTab":{"PersistUI":[]},"LoadCreditRequest":{"StartLoading":[]},"LoadCreditFailure":{"StopLoading":[]},"SaveCreditFailure":{"StopSaving":[]},"EmailCreditSuccess":{"StopSaving":[],"PersistData":[]},"EmailCreditFailure":{"StopSaving":[]},"MarkSentCreditFailure":{"StopSaving":[]},"BulkEmailCreditsSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsFailure":{"StopSaving":[]},"MarkCreditsPaidSuccess":{"StopSaving":[]},"MarkCreditsPaidFailure":{"StopSaving":[]},"ArchiveCreditsFailure":{"StopSaving":[]},"DeleteCreditsFailure":{"StopSaving":[]},"DownloadCreditsSuccess":{"StopSaving":[]},"DownloadCreditsFailure":{"StopSaving":[]},"RestoreCreditsFailure":{"StopSaving":[]},"SaveCreditDocumentFailure":{"StopSaving":[]},"_$CreditStateSerializer":{"StructuredSerializer":["CreditState"],"Serializer":["CreditState"]},"_$CreditUIStateSerializer":{"StructuredSerializer":["CreditUIState"],"Serializer":["CreditUIState"]},"_$CreditState":{"CreditState":[]},"_$CreditUIState":{"CreditUIState":[]},"ViewDashboard":{"PersistUI":[]},"UpdateDashboardFields":{"PersistUI":[]},"UpdateDashboardFieldSettingss":{"PersistUI":[]},"UpdateDashboardSelection":{"PersistUI":[]},"UpdateDashboardEntityType":{"PersistUI":[]},"UpdateDashboardSidebar":{"PersistUI":[]},"UpdateDashboardSettings":{"PersistUI":[]},"_$DashboardUIStateSerializer":{"StructuredSerializer":["DashboardUIState"],"Serializer":["DashboardUIState"]},"_$DashboardUISettingsSerializer":{"StructuredSerializer":["DashboardUISettings"],"Serializer":["DashboardUISettings"]},"_$DashboardUIState":{"DashboardUIState":[]},"_$DashboardUISettings":{"DashboardUISettings":[]},"ViewDesignList":{"PersistUI":[]},"ViewDesign":{"PersistUI":[],"PersistPrefs":[]},"EditDesign":{"PersistUI":[],"PersistPrefs":[]},"UpdateDesign":{"PersistUI":[]},"LoadDesignSuccess":{"StopLoading":[],"PersistData":[]},"LoadDesignsFailure":{"StopLoading":[]},"LoadDesignsSuccess":{"StopLoading":[]},"SaveDesignRequest":{"StartSaving":[]},"SaveDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDesignsRequest":{"StartSaving":[]},"ArchiveDesignsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDesignsRequest":{"StartSaving":[]},"DeleteDesignsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDesignsRequest":{"StartSaving":[]},"RestoreDesignsSuccess":{"StopSaving":[],"PersistData":[]},"FilterDesigns":{"PersistUI":[]},"SortDesigns":{"PersistUI":[],"PersistPrefs":[]},"FilterDesignsByState":{"PersistUI":[]},"FilterDesignsByCustom1":{"PersistUI":[]},"FilterDesignsByCustom2":{"PersistUI":[]},"FilterDesignsByCustom3":{"PersistUI":[]},"FilterDesignsByCustom4":{"PersistUI":[]},"LoadDesignRequest":{"StartLoading":[]},"LoadDesignFailure":{"StopLoading":[]},"LoadDesignsRequest":{"StartLoading":[]},"SaveDesignFailure":{"StopSaving":[]},"ArchiveDesignsFailure":{"StopSaving":[]},"DeleteDesignsFailure":{"StopSaving":[]},"RestoreDesignsFailure":{"StopSaving":[]},"_$DesignStateSerializer":{"StructuredSerializer":["DesignState"],"Serializer":["DesignState"]},"_$DesignUIStateSerializer":{"StructuredSerializer":["DesignUIState"],"Serializer":["DesignUIState"]},"_$DesignState":{"DesignState":[]},"_$DesignUIState":{"DesignUIState":[]},"ViewDocumentList":{"PersistUI":[]},"ViewDocument":{"PersistUI":[]},"EditDocument":{"PersistUI":[]},"UpdateDocument":{"PersistUI":[]},"LoadDocumentSuccess":{"StopLoading":[],"PersistData":[]},"LoadDocumentsSuccess":{"StopLoading":[]},"SaveDocumentRequest":{"StartSaving":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"DownloadDocumentsRequest":{"StartSaving":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"FilterDocumentsByStatus":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"SaveDocumentFailure":{"StopSaving":[]},"DownloadDocumentsSuccess":{"StopSaving":[]},"DownloadDocumentsFailure":{"StopSaving":[]},"ArchiveDocumentFailure":{"StopSaving":[]},"DeleteDocumentFailure":{"StopSaving":[]},"RestoreDocumentFailure":{"StopSaving":[]},"_$DocumentStateSerializer":{"StructuredSerializer":["DocumentState"],"Serializer":["DocumentState"]},"_$DocumentUIStateSerializer":{"StructuredSerializer":["DocumentUIState"],"Serializer":["DocumentUIState"]},"_$DocumentState":{"DocumentState":[]},"_$DocumentUIState":{"DocumentUIState":[]},"ViewExpenseList":{"PersistUI":[]},"ViewExpense":{"PersistUI":[],"PersistPrefs":[]},"EditExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpense":{"PersistUI":[]},"LoadExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadExpensesRequest":{"StartLoading":[]},"LoadExpensesFailure":{"StopLoading":[]},"LoadExpensesSuccess":{"StopLoading":[]},"SaveExpenseRequest":{"StartSaving":[]},"SaveExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseRequest":{"StartSaving":[]},"ArchiveExpenseSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseRequest":{"StartSaving":[]},"DeleteExpenseSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseRequest":{"StartSaving":[]},"RestoreExpenseSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenses":{"PersistUI":[]},"SortExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterExpensesByState":{"PersistUI":[]},"FilterExpensesByStatus":{"PersistUI":[]},"FilterExpensesByCustom1":{"PersistUI":[]},"FilterExpensesByCustom2":{"PersistUI":[]},"FilterExpensesByCustom3":{"PersistUI":[]},"FilterExpensesByCustom4":{"PersistUI":[]},"SaveExpenseDocumentRequest":{"StartSaving":[]},"UpdateExpenseTab":{"PersistUI":[]},"LoadExpenseRequest":{"StartLoading":[]},"LoadExpenseFailure":{"StopLoading":[]},"SaveExpenseFailure":{"StopSaving":[]},"ArchiveExpenseFailure":{"StopSaving":[]},"DeleteExpenseFailure":{"StopSaving":[]},"RestoreExpenseFailure":{"StopSaving":[]},"SaveExpenseDocumentFailure":{"StopSaving":[]},"_$ExpenseStateSerializer":{"StructuredSerializer":["ExpenseState"],"Serializer":["ExpenseState"]},"_$ExpenseUIStateSerializer":{"StructuredSerializer":["ExpenseUIState"],"Serializer":["ExpenseUIState"]},"_$ExpenseState":{"ExpenseState":[]},"_$ExpenseUIState":{"ExpenseUIState":[]},"ViewExpenseCategoryList":{"PersistUI":[]},"ViewExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"EditExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpenseCategory":{"PersistUI":[]},"LoadExpenseCategorySuccess":{"StopLoading":[],"PersistData":[]},"LoadExpenseCategoriesSuccess":{"StopLoading":[]},"SaveExpenseCategoryRequest":{"StartSaving":[]},"SaveExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseCategoriesRequest":{"StartSaving":[]},"ArchiveExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseCategoriesRequest":{"StartSaving":[]},"DeleteExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseCategoriesRequest":{"StartSaving":[]},"RestoreExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenseCategories":{"PersistUI":[]},"SortExpenseCategories":{"PersistUI":[],"PersistPrefs":[]},"FilterExpenseCategoriesByState":{"PersistUI":[]},"FilterExpenseCategoriesByCustom1":{"PersistUI":[]},"FilterExpenseCategoriesByCustom2":{"PersistUI":[]},"FilterExpenseCategoriesByCustom3":{"PersistUI":[]},"FilterExpenseCategoriesByCustom4":{"PersistUI":[]},"LoadExpenseCategoryRequest":{"StartLoading":[]},"LoadExpenseCategoryFailure":{"StopLoading":[]},"LoadExpenseCategoriesRequest":{"StartLoading":[]},"LoadExpenseCategoriesFailure":{"StopLoading":[]},"SaveExpenseCategoryFailure":{"StopSaving":[]},"ArchiveExpenseCategoriesFailure":{"StopSaving":[]},"DeleteExpenseCategoriesFailure":{"StopSaving":[]},"RestoreExpenseCategoriesFailure":{"StopSaving":[]},"_$ExpenseCategoryStateSerializer":{"StructuredSerializer":["ExpenseCategoryState"],"Serializer":["ExpenseCategoryState"]},"_$ExpenseCategoryUIStateSerializer":{"StructuredSerializer":["ExpenseCategoryUIState"],"Serializer":["ExpenseCategoryUIState"]},"_$ExpenseCategoryState":{"ExpenseCategoryState":[]},"_$ExpenseCategoryUIState":{"ExpenseCategoryUIState":[]},"ViewGroupList":{"PersistUI":[]},"ViewGroup":{"PersistUI":[],"PersistPrefs":[]},"EditGroup":{"PersistUI":[],"PersistPrefs":[]},"UpdateGroup":{"PersistUI":[]},"LoadGroupSuccess":{"StopLoading":[],"PersistData":[]},"LoadGroupsSuccess":{"StopLoading":[]},"SaveGroupRequest":{"StartSaving":[]},"SaveGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveGroupRequest":{"StartSaving":[]},"ArchiveGroupSuccess":{"StopSaving":[],"PersistData":[]},"DeleteGroupRequest":{"StartSaving":[]},"DeleteGroupSuccess":{"StopSaving":[],"PersistData":[]},"RestoreGroupRequest":{"StartSaving":[]},"RestoreGroupSuccess":{"StopSaving":[],"PersistData":[]},"FilterGroups":{"PersistUI":[]},"SortGroups":{"PersistUI":[],"PersistPrefs":[]},"FilterGroupsByState":{"PersistUI":[]},"SaveGroupDocumentRequest":{"StartSaving":[]},"LoadGroupRequest":{"StartLoading":[]},"LoadGroupFailure":{"StopLoading":[]},"LoadGroupsRequest":{"StartLoading":[]},"LoadGroupsFailure":{"StopLoading":[]},"SaveGroupFailure":{"StopSaving":[]},"ArchiveGroupFailure":{"StopSaving":[]},"DeleteGroupFailure":{"StopSaving":[]},"RestoreGroupFailure":{"StopSaving":[]},"SaveGroupDocumentFailure":{"StopSaving":[]},"_$GroupStateSerializer":{"StructuredSerializer":["GroupState"],"Serializer":["GroupState"]},"_$GroupUIStateSerializer":{"StructuredSerializer":["GroupUIState"],"Serializer":["GroupUIState"]},"_$GroupState":{"GroupState":[]},"_$GroupUIState":{"GroupUIState":[]},"ViewInvoiceList":{"PersistUI":[]},"ViewInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoiceItem":{"PersistUI":[]},"UpdateInvoice":{"PersistUI":[]},"UpdateInvoiceClient":{"PersistUI":[]},"LoadInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadInvoicesRequest":{"StartLoading":[]},"LoadInvoicesFailure":{"StopLoading":[]},"LoadInvoicesSuccess":{"StopLoading":[]},"AddInvoiceContact":{"PersistUI":[]},"RemoveInvoiceContact":{"PersistUI":[]},"AddInvoiceItem":{"PersistUI":[]},"MoveInvoiceItem":{"PersistUI":[]},"AddInvoiceItems":{"PersistUI":[]},"UpdateInvoiceItem":{"PersistUI":[]},"DeleteInvoiceItem":{"PersistUI":[]},"SaveInvoiceRequest":{"StartSaving":[]},"SaveInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"AddInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"EmailInvoiceRequest":{"StartSaving":[]},"EmailInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"MarkInvoicesSentRequest":{"StartSaving":[]},"MarkInvoicesSentSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesRequest":{"StartSaving":[]},"MarkInvoicesPaidRequest":{"StartSaving":[]},"MarkInvoicesPaidSuccess":{"StopSaving":[]},"AutoBillInvoicesRequest":{"StartSaving":[]},"CancelInvoicesRequest":{"StartSaving":[]},"CancelInvoicesSuccess":{"StopSaving":[]},"ArchiveInvoicesRequest":{"StartSaving":[]},"ArchiveInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteInvoicesRequest":{"StartSaving":[]},"DeleteInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterInvoices":{"PersistUI":[]},"SortInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterInvoicesByState":{"PersistUI":[]},"FilterInvoicesByStatus":{"PersistUI":[]},"FilterInvoicesByCustom1":{"PersistUI":[]},"FilterInvoicesByCustom2":{"PersistUI":[]},"FilterInvoicesByCustom3":{"PersistUI":[]},"FilterInvoicesByCustom4":{"PersistUI":[]},"SaveInvoiceDocumentRequest":{"StartSaving":[]},"UpdateInvoiceTab":{"PersistUI":[]},"LoadInvoiceRequest":{"StartLoading":[]},"LoadInvoiceFailure":{"StopLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"AutoBillInvoicesSuccess":{"StopSaving":[]},"AutoBillInvoicesFailure":{"StopSaving":[]},"CancelInvoicesFailure":{"StopSaving":[]},"ArchiveInvoicesFailure":{"StopSaving":[]},"DeleteInvoicesFailure":{"StopSaving":[]},"DownloadInvoicesSuccess":{"StopSaving":[]},"DownloadInvoicesFailure":{"StopSaving":[]},"RestoreInvoicesFailure":{"StopSaving":[]},"SaveInvoiceDocumentFailure":{"StopSaving":[]},"_$InvoiceStateSerializer":{"StructuredSerializer":["InvoiceState"],"Serializer":["InvoiceState"]},"_$InvoiceUIStateSerializer":{"StructuredSerializer":["InvoiceUIState"],"Serializer":["InvoiceUIState"]},"_$InvoiceState":{"InvoiceState":[]},"_$InvoiceUIState":{"InvoiceUIState":[]},"ViewPaymentList":{"PersistUI":[]},"ViewPayment":{"PersistUI":[],"PersistPrefs":[]},"EditPayment":{"PersistUI":[],"PersistPrefs":[]},"ViewRefundPayment":{"PersistUI":[],"PersistPrefs":[]},"UpdatePayment":{"PersistUI":[]},"LoadPaymentSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentsRequest":{"StartLoading":[]},"LoadPaymentsFailure":{"StopLoading":[]},"LoadPaymentsSuccess":{"StopLoading":[]},"SavePaymentRequest":{"StartSaving":[]},"SavePaymentSuccess":{"StopSaving":[],"PersistUI":[]},"AddPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentRequest":{"StartSaving":[]},"ArchivePaymentsRequest":{"StartSaving":[]},"ArchivePaymentsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentsRequest":{"StartSaving":[]},"DeletePaymentsSuccess":{"StopSaving":[]},"RestorePaymentsRequest":{"StartSaving":[]},"RestorePaymentsSuccess":{"StopSaving":[]},"EmailPaymentRequest":{"StartSaving":[]},"FilterPayments":{"PersistUI":[]},"SortPayments":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentsByState":{"PersistUI":[]},"FilterPaymentsByStatus":{"PersistUI":[]},"FilterPaymentsByCustom1":{"PersistUI":[]},"FilterPaymentsByCustom2":{"PersistUI":[]},"FilterPaymentsByCustom3":{"PersistUI":[]},"FilterPaymentsByCustom4":{"PersistUI":[]},"UpdatePaymentTab":{"PersistUI":[]},"LoadPaymentRequest":{"StartLoading":[]},"LoadPaymentFailure":{"StopLoading":[]},"SavePaymentFailure":{"StopSaving":[]},"RefundPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentFailure":{"StopSaving":[]},"ArchivePaymentsFailure":{"StopSaving":[]},"DeletePaymentsFailure":{"StopSaving":[]},"RestorePaymentsFailure":{"StopSaving":[]},"EmailPaymentSuccess":{"StopSaving":[],"PersistData":[]},"_$PaymentStateSerializer":{"StructuredSerializer":["PaymentState"],"Serializer":["PaymentState"]},"_$PaymentUIStateSerializer":{"StructuredSerializer":["PaymentUIState"],"Serializer":["PaymentUIState"]},"_$PaymentState":{"PaymentState":[]},"_$PaymentUIState":{"PaymentUIState":[]},"ViewPaymentTermList":{"PersistUI":[]},"ViewPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"EditPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"UpdatePaymentTerm":{"PersistUI":[]},"LoadPaymentTermSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentTermsFailure":{"StopLoading":[]},"LoadPaymentTermsSuccess":{"StopLoading":[]},"SavePaymentTermRequest":{"StartSaving":[]},"SavePaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchivePaymentTermsRequest":{"StartSaving":[]},"ArchivePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentTermsRequest":{"StartSaving":[]},"DeletePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"RestorePaymentTermsRequest":{"StartSaving":[]},"RestorePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"FilterPaymentTerms":{"PersistUI":[]},"SortPaymentTerms":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentTermsByState":{"PersistUI":[]},"FilterPaymentTermsByCustom1":{"PersistUI":[]},"FilterPaymentTermsByCustom2":{"PersistUI":[]},"FilterPaymentTermsByCustom3":{"PersistUI":[]},"FilterPaymentTermsByCustom4":{"PersistUI":[]},"LoadPaymentTermRequest":{"StartLoading":[]},"LoadPaymentTermFailure":{"StopLoading":[]},"LoadPaymentTermsRequest":{"StartLoading":[]},"SavePaymentTermFailure":{"StopSaving":[]},"ArchivePaymentTermsFailure":{"StopSaving":[]},"DeletePaymentTermsFailure":{"StopSaving":[]},"RestorePaymentTermsFailure":{"StopSaving":[]},"_$PaymentTermStateSerializer":{"StructuredSerializer":["PaymentTermState"],"Serializer":["PaymentTermState"]},"_$PaymentTermUIStateSerializer":{"StructuredSerializer":["PaymentTermUIState"],"Serializer":["PaymentTermUIState"]},"_$PaymentTermState":{"PaymentTermState":[]},"_$PaymentTermUIState":{"PaymentTermUIState":[]},"ViewProductList":{"PersistUI":[]},"ViewProduct":{"PersistUI":[],"PersistPrefs":[]},"EditProduct":{"PersistUI":[],"PersistPrefs":[]},"UpdateProduct":{"PersistUI":[]},"LoadProductSuccess":{"StopLoading":[],"PersistData":[]},"LoadProductsRequest":{"StartLoading":[]},"LoadProductsFailure":{"StopLoading":[]},"LoadProductsSuccess":{"StopLoading":[]},"SaveProductRequest":{"StartSaving":[]},"SaveProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProductsRequest":{"StartSaving":[]},"ArchiveProductsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProductsRequest":{"StartSaving":[]},"DeleteProductsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProductsRequest":{"StartSaving":[]},"RestoreProductsSuccess":{"StopSaving":[],"PersistData":[]},"SetTaxCategoryProductsRequest":{"StartSaving":[]},"SetTaxCategoryProductsSuccess":{"StopSaving":[],"PersistData":[]},"FilterProducts":{"PersistUI":[]},"SortProducts":{"PersistUI":[],"PersistPrefs":[]},"FilterProductsByState":{"PersistUI":[]},"FilterProductsByCustom1":{"PersistUI":[]},"FilterProductsByCustom2":{"PersistUI":[]},"FilterProductsByCustom3":{"PersistUI":[]},"FilterProductsByCustom4":{"PersistUI":[]},"SaveProductDocumentRequest":{"StartSaving":[]},"UpdateProductTab":{"PersistUI":[]},"LoadProductRequest":{"StartLoading":[]},"LoadProductFailure":{"StopLoading":[]},"SaveProductFailure":{"StopSaving":[]},"ArchiveProductsFailure":{"StopSaving":[]},"DeleteProductsFailure":{"StopSaving":[]},"RestoreProductsFailure":{"StopSaving":[]},"SetTaxCategoryProductsFailure":{"StopSaving":[]},"SaveProductDocumentFailure":{"StopSaving":[]},"_$ProductStateSerializer":{"StructuredSerializer":["ProductState"],"Serializer":["ProductState"]},"_$ProductUIStateSerializer":{"StructuredSerializer":["ProductUIState"],"Serializer":["ProductUIState"]},"_$ProductState":{"ProductState":[]},"_$ProductUIState":{"ProductUIState":[]},"ViewProjectList":{"PersistUI":[]},"ViewProject":{"PersistUI":[],"PersistPrefs":[]},"EditProject":{"PersistUI":[],"PersistPrefs":[]},"UpdateProject":{"PersistUI":[]},"LoadProjectSuccess":{"StopLoading":[],"PersistData":[]},"LoadProjectsRequest":{"StartLoading":[]},"LoadProjectsFailure":{"StopLoading":[]},"LoadProjectsSuccess":{"StopLoading":[]},"SaveProjectRequest":{"StartSaving":[]},"SaveProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProjectRequest":{"StartSaving":[]},"ArchiveProjectSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProjectRequest":{"StartSaving":[]},"DeleteProjectSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProjectRequest":{"StartSaving":[]},"RestoreProjectSuccess":{"StopSaving":[],"PersistData":[]},"FilterProjects":{"PersistUI":[]},"SortProjects":{"PersistUI":[],"PersistPrefs":[]},"FilterProjectsByState":{"PersistUI":[]},"FilterProjectsByCustom1":{"PersistUI":[]},"FilterProjectsByCustom2":{"PersistUI":[]},"FilterProjectsByCustom3":{"PersistUI":[]},"FilterProjectsByCustom4":{"PersistUI":[]},"SaveProjectDocumentRequest":{"StartSaving":[]},"UpdateProjectTab":{"PersistUI":[]},"LoadProjectRequest":{"StartLoading":[]},"LoadProjectFailure":{"StopLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState"],"Serializer":["ProjectState"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState"],"Serializer":["ProjectUIState"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewPurchaseOrderList":{"PersistUI":[]},"ViewPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrderItem":{"PersistUI":[]},"UpdatePurchaseOrder":{"PersistUI":[]},"UpdatePurchaseOrderVendor":{"PersistUI":[]},"LoadPurchaseOrderSuccess":{"StopLoading":[],"PersistData":[]},"LoadPurchaseOrdersRequest":{"StartLoading":[]},"LoadPurchaseOrdersFailure":{"StopLoading":[]},"LoadPurchaseOrdersSuccess":{"StopLoading":[]},"SavePurchaseOrderDocumentRequest":{"StartSaving":[]},"SavePurchaseOrderRequest":{"StartSaving":[]},"SavePurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"BulkEmailPurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DeletePurchaseOrdersRequest":{"StartSaving":[]},"DeletePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DownloadPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrderSuccess":{"StopSaving":[]},"CancelPurchaseOrdersRequest":{"StartSaving":[]},"CancelPurchaseOrderSuccess":{"StopSaving":[]},"RestorePurchaseOrdersRequest":{"StartSaving":[]},"RestorePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"EmailPurchaseOrderRequest":{"StartSaving":[]},"EmailPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[]},"MarkPurchaseOrdersSentRequest":{"StartSaving":[]},"MarkPurchaseOrderSentSuccess":{"StopSaving":[],"PersistData":[]},"ConvertPurchaseOrdersToExpensesRequest":{"StartSaving":[]},"ConvertPurchaseOrdersToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"AddPurchaseOrdersToInventoryRequest":{"StartSaving":[]},"AddPurchaseOrdersToInventorySuccess":{"StopSaving":[],"PersistData":[]},"ApprovePurchaseOrders":{"StartSaving":[]},"ApprovePurchaseOrderSuccess":{"StopSaving":[]},"AddPurchaseOrderContact":{"PersistUI":[]},"RemovePurchaseOrderContact":{"PersistUI":[]},"AddPurchaseOrderItem":{"PersistUI":[]},"MovePurchaseOrderItem":{"PersistUI":[]},"AddPurchaseOrderItems":{"PersistUI":[]},"UpdatePurchaseOrderItem":{"PersistUI":[]},"DeletePurchaseOrderItem":{"PersistUI":[]},"FilterPurchaseOrders":{"PersistUI":[]},"SortPurchaseOrders":{"PersistUI":[],"PersistPrefs":[]},"FilterPurchaseOrdersByState":{"PersistUI":[]},"FilterPurchaseOrdersByStatus":{"PersistUI":[]},"FilterPurchaseOrdersByCustom1":{"PersistUI":[]},"FilterPurchaseOrdersByCustom2":{"PersistUI":[]},"FilterPurchaseOrdersByCustom3":{"PersistUI":[]},"FilterPurchaseOrdersByCustom4":{"PersistUI":[]},"UpdatePurchaseOrderTab":{"PersistUI":[]},"LoadPurchaseOrderRequest":{"StartLoading":[]},"LoadPurchaseOrderFailure":{"StopLoading":[]},"SavePurchaseOrderDocumentFailure":{"StopSaving":[]},"SavePurchaseOrderFailure":{"StopSaving":[]},"BulkEmailPurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailPurchaseOrdersFailure":{"StopSaving":[]},"ArchivePurchaseOrdersFailure":{"StopSaving":[]},"DeletePurchaseOrdersFailure":{"StopSaving":[]},"DownloadPurchaseOrdersSuccess":{"StopSaving":[]},"DownloadPurchaseOrdersFailure":{"StopSaving":[]},"AcceptPurchaseOrderFailure":{"StopSaving":[]},"CancelPurchaseOrderFailure":{"StopSaving":[]},"RestorePurchaseOrdersFailure":{"StopSaving":[]},"EmailPurchaseOrderFailure":{"StopSaving":[]},"MarkPurchaseOrderSentFailure":{"StopSaving":[]},"ConvertPurchaseOrdersToExpensesFailure":{"StopSaving":[]},"AddPurchaseOrdersToInventoryFailure":{"StopSaving":[]},"ApprovePurchaseOrderFailure":{"StopSaving":[]},"_$PurchaseOrderStateSerializer":{"StructuredSerializer":["PurchaseOrderState"],"Serializer":["PurchaseOrderState"]},"_$PurchaseOrderUIStateSerializer":{"StructuredSerializer":["PurchaseOrderUIState"],"Serializer":["PurchaseOrderUIState"]},"_$PurchaseOrderState":{"PurchaseOrderState":[]},"_$PurchaseOrderUIState":{"PurchaseOrderUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"LoadQuotesRequest":{"StartLoading":[]},"LoadQuotesFailure":{"StopLoading":[]},"LoadQuotesSuccess":{"StopLoading":[]},"AddQuoteContact":{"PersistUI":[]},"RemoveQuoteContact":{"PersistUI":[]},"AddQuoteItem":{"PersistUI":[]},"MoveQuoteItem":{"PersistUI":[]},"AddQuoteItems":{"PersistUI":[]},"UpdateQuoteItem":{"PersistUI":[]},"DeleteQuoteItem":{"PersistUI":[]},"SaveQuoteRequest":{"StartSaving":[]},"SaveQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailQuoteRequest":{"StartSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"MarkSentQuotesRequest":{"StartSaving":[]},"MarkSentQuoteSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesRequest":{"StartSaving":[]},"ArchiveQuotesRequest":{"StartSaving":[]},"ArchiveQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteQuotesRequest":{"StartSaving":[]},"DeleteQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadQuotesRequest":{"StartSaving":[]},"RestoreQuotesRequest":{"StartSaving":[]},"RestoreQuotesSuccess":{"StopSaving":[],"PersistData":[]},"FilterQuotes":{"PersistUI":[]},"SortQuotes":{"PersistUI":[],"PersistPrefs":[]},"FilterQuotesByState":{"PersistUI":[]},"FilterQuotesByStatus":{"PersistUI":[]},"FilterQuotesByCustom1":{"PersistUI":[]},"FilterQuotesByCustom2":{"PersistUI":[]},"FilterQuotesByCustom3":{"PersistUI":[]},"FilterQuotesByCustom4":{"PersistUI":[]},"ConvertQuotesToInvoices":{"StartSaving":[]},"ConvertQuotesToInvoicesSuccess":{"StopSaving":[]},"ConvertQuotesToProjects":{"StartSaving":[]},"ConvertQuotesToProjectsSuccess":{"StopSaving":[]},"ApproveQuotes":{"StartSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuotesToInvoicesFailure":{"StopSaving":[]},"ConvertQuotesToProjectsFailure":{"StopSaving":[]},"ApproveQuoteSuccess":{"StopSaving":[]},"ApproveQuoteFailure":{"StopSaving":[]},"SaveQuoteDocumentFailure":{"StopSaving":[]},"_$QuoteStateSerializer":{"StructuredSerializer":["QuoteState"],"Serializer":["QuoteState"]},"_$QuoteUIStateSerializer":{"StructuredSerializer":["QuoteUIState"],"Serializer":["QuoteUIState"]},"_$QuoteState":{"QuoteState":[]},"_$QuoteUIState":{"QuoteUIState":[]},"ViewRecurringExpenseList":{"PersistUI":[]},"ViewRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateRecurringExpense":{"PersistUI":[]},"LoadRecurringExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"LoadRecurringExpensesFailure":{"StopLoading":[]},"LoadRecurringExpensesSuccess":{"StopLoading":[]},"SaveRecurringExpenseRequest":{"StartSaving":[]},"SaveRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveRecurringExpensesRequest":{"StartSaving":[]},"ArchiveRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringExpensesRequest":{"StartSaving":[]},"DeleteRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringExpensesRequest":{"StartSaving":[]},"RestoreRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringExpenses":{"PersistUI":[]},"SortRecurringExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringExpensesByState":{"PersistUI":[]},"FilterRecurringExpensesByStatus":{"PersistUI":[]},"FilterRecurringExpensesByCustom1":{"PersistUI":[]},"FilterRecurringExpensesByCustom2":{"PersistUI":[]},"FilterRecurringExpensesByCustom3":{"PersistUI":[]},"FilterRecurringExpensesByCustom4":{"PersistUI":[]},"UpdateRecurringExpenseTab":{"PersistUI":[]},"StartRecurringExpensesRequest":{"StartSaving":[]},"StartRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringExpensesRequest":{"StartSaving":[]},"StopRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveRecurringExpenseDocumentRequest":{"StartSaving":[]},"LoadRecurringExpenseRequest":{"StartLoading":[]},"LoadRecurringExpenseFailure":{"StopLoading":[]},"SaveRecurringExpenseFailure":{"StopSaving":[]},"ArchiveRecurringExpensesFailure":{"StopSaving":[]},"DeleteRecurringExpensesFailure":{"StopSaving":[]},"RestoreRecurringExpensesFailure":{"StopSaving":[]},"StartRecurringExpensesFailure":{"StopSaving":[]},"StopRecurringExpensesFailure":{"StopSaving":[]},"SaveRecurringExpenseDocumentFailure":{"StopSaving":[]},"_$RecurringExpenseStateSerializer":{"StructuredSerializer":["RecurringExpenseState"],"Serializer":["RecurringExpenseState"]},"_$RecurringExpenseUIStateSerializer":{"StructuredSerializer":["RecurringExpenseUIState"],"Serializer":["RecurringExpenseUIState"]},"_$RecurringExpenseState":{"RecurringExpenseState":[]},"_$RecurringExpenseUIState":{"RecurringExpenseUIState":[]},"ViewRecurringInvoiceList":{"PersistUI":[]},"ViewRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoiceItem":{"PersistUI":[]},"UpdateRecurringInvoice":{"PersistUI":[]},"UpdateRecurringInvoiceClient":{"PersistUI":[]},"LoadRecurringInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"LoadRecurringInvoicesFailure":{"StopLoading":[]},"LoadRecurringInvoicesSuccess":{"StopLoading":[]},"AddRecurringInvoiceContact":{"PersistUI":[]},"RemoveRecurringInvoiceContact":{"PersistUI":[]},"SaveRecurringInvoiceRequest":{"StartSaving":[]},"SaveRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceItem":{"PersistUI":[]},"MoveRecurringInvoiceItem":{"PersistUI":[]},"AddRecurringInvoiceItems":{"PersistUI":[]},"UpdateRecurringInvoiceItem":{"PersistUI":[]},"DeleteRecurringInvoiceItem":{"PersistUI":[]},"EmailRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"ArchiveRecurringInvoicesRequest":{"StartSaving":[]},"ArchiveRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"SendNowRecurringInvoicesRequest":{"StartSaving":[]},"SendNowRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"UpdatePricesRecurringInvoicesRequest":{"StartSaving":[]},"IncreasePricesRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringInvoicesRequest":{"StartSaving":[]},"RestoreRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringInvoices":{"PersistUI":[]},"SortRecurringInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringInvoicesByState":{"PersistUI":[]},"FilterRecurringInvoicesByStatus":{"PersistUI":[]},"FilterRecurringInvoicesByCustom1":{"PersistUI":[]},"FilterRecurringInvoicesByCustom2":{"PersistUI":[]},"FilterRecurringInvoicesByCustom3":{"PersistUI":[]},"FilterRecurringInvoicesByCustom4":{"PersistUI":[]},"SaveRecurringInvoiceDocumentRequest":{"StartSaving":[]},"StartRecurringInvoicesRequest":{"StartSaving":[]},"StartRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringInvoicesRequest":{"StartSaving":[]},"StopRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"UpdateRecurringInvoiceTab":{"PersistUI":[]},"LoadRecurringInvoiceRequest":{"StartLoading":[]},"LoadRecurringInvoiceFailure":{"StopLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"StopSaving":[]},"SendNowRecurringInvoicesFailure":{"StopSaving":[]},"UpdatePricesRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"UpdatePricesRecurringInvoicesFailure":{"StopSaving":[]},"IncreasePricesRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"IncreasePricesRecurringInvoicesFailure":{"StopSaving":[]},"DeleteRecurringInvoicesFailure":{"StopSaving":[]},"RestoreRecurringInvoicesFailure":{"StopSaving":[]},"SaveRecurringInvoiceDocumentFailure":{"StopSaving":[]},"StartRecurringInvoicesFailure":{"StopSaving":[]},"StopRecurringInvoicesFailure":{"StopSaving":[]},"_$RecurringInvoiceStateSerializer":{"StructuredSerializer":["RecurringInvoiceState"],"Serializer":["RecurringInvoiceState"]},"_$RecurringInvoiceUIStateSerializer":{"StructuredSerializer":["RecurringInvoiceUIState"],"Serializer":["RecurringInvoiceUIState"]},"_$RecurringInvoiceState":{"RecurringInvoiceState":[]},"_$RecurringInvoiceUIState":{"RecurringInvoiceUIState":[]},"ViewReports":{"PersistUI":[]},"UpdateReportSettings":{"PersistUI":[]},"_$ReportsUIStateSerializer":{"StructuredSerializer":["ReportsUIState"],"Serializer":["ReportsUIState"]},"_$ReportsUIState":{"ReportsUIState":[]},"ViewScheduleList":{"PersistUI":[]},"ViewSchedule":{"PersistUI":[],"PersistPrefs":[]},"EditSchedule":{"PersistUI":[],"PersistPrefs":[]},"UpdateSchedule":{"PersistUI":[]},"LoadScheduleSuccess":{"StopLoading":[],"PersistData":[]},"LoadSchedulesFailure":{"StopLoading":[]},"LoadSchedulesSuccess":{"StopLoading":[]},"SaveScheduleRequest":{"StartSaving":[]},"SaveScheduleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddScheduleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSchedulesRequest":{"StartSaving":[]},"ArchiveSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSchedulesRequest":{"StartSaving":[]},"DeleteSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSchedulesRequest":{"StartSaving":[]},"RestoreSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"FilterSchedules":{"PersistUI":[]},"SortSchedules":{"PersistUI":[],"PersistPrefs":[]},"FilterSchedulesByState":{"PersistUI":[]},"FilterSchedulesByCustom1":{"PersistUI":[]},"FilterSchedulesByCustom2":{"PersistUI":[]},"FilterSchedulesByCustom3":{"PersistUI":[]},"FilterSchedulesByCustom4":{"PersistUI":[]},"UpdateScheduleTab":{"PersistUI":[]},"LoadScheduleRequest":{"StartLoading":[]},"LoadScheduleFailure":{"StopLoading":[]},"LoadSchedulesRequest":{"StartLoading":[]},"SaveScheduleFailure":{"StopSaving":[]},"ArchiveSchedulesFailure":{"StopSaving":[]},"DeleteSchedulesFailure":{"StopSaving":[]},"RestoreSchedulesFailure":{"StopSaving":[]},"_$ScheduleStateSerializer":{"StructuredSerializer":["ScheduleState"],"Serializer":["ScheduleState"]},"_$ScheduleUIStateSerializer":{"StructuredSerializer":["ScheduleUIState"],"Serializer":["ScheduleUIState"]},"_$ScheduleState":{"ScheduleState":[]},"_$ScheduleUIState":{"ScheduleUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSettingUI":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnectOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisconnecOAuthUserRequest":{"StartSaving":[]},"DisconnectOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisconnectOAuthMailerRequest":{"StartSaving":[]},"DisconnectOAuthMailerSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisconnecOAuthUserFailure":{"StopSaving":[]},"DisconnectOAuthMailerFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState"],"Serializer":["SettingsUIState"]},"_$SettingsUIState":{"SettingsUIState":[]},"_$StaticStateSerializer":{"StructuredSerializer":["StaticState"],"Serializer":["StaticState"]},"_$StaticState":{"StaticState":[]},"ViewSubscriptionList":{"PersistUI":[]},"ViewSubscription":{"PersistUI":[],"PersistPrefs":[]},"EditSubscription":{"PersistUI":[],"PersistPrefs":[]},"UpdateSubscription":{"PersistUI":[]},"LoadSubscriptionSuccess":{"StopLoading":[],"PersistData":[]},"LoadSubscriptionsFailure":{"StopLoading":[]},"LoadSubscriptionsSuccess":{"StopLoading":[]},"SaveSubscriptionRequest":{"StartSaving":[]},"SaveSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSubscriptionsRequest":{"StartSaving":[]},"ArchiveSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSubscriptionsRequest":{"StartSaving":[]},"DeleteSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSubscriptionsRequest":{"StartSaving":[]},"RestoreSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterSubscriptions":{"PersistUI":[]},"SortSubscriptions":{"PersistUI":[],"PersistPrefs":[]},"FilterSubscriptionsByState":{"PersistUI":[]},"FilterSubscriptionsByCustom1":{"PersistUI":[]},"FilterSubscriptionsByCustom2":{"PersistUI":[]},"FilterSubscriptionsByCustom3":{"PersistUI":[]},"FilterSubscriptionsByCustom4":{"PersistUI":[]},"UpdateSubscriptionTab":{"PersistUI":[]},"LoadSubscriptionRequest":{"StartLoading":[]},"LoadSubscriptionFailure":{"StopLoading":[]},"LoadSubscriptionsRequest":{"StartLoading":[]},"SaveSubscriptionFailure":{"StopSaving":[]},"ArchiveSubscriptionsFailure":{"StopSaving":[]},"DeleteSubscriptionsFailure":{"StopSaving":[]},"RestoreSubscriptionsFailure":{"StopSaving":[]},"_$SubscriptionStateSerializer":{"StructuredSerializer":["SubscriptionState"],"Serializer":["SubscriptionState"]},"_$SubscriptionUIStateSerializer":{"StructuredSerializer":["SubscriptionUIState"],"Serializer":["SubscriptionUIState"]},"_$SubscriptionState":{"SubscriptionState":[]},"_$SubscriptionUIState":{"SubscriptionUIState":[]},"ViewTaskList":{"PersistUI":[]},"ViewTask":{"PersistUI":[],"PersistPrefs":[]},"EditTask":{"PersistUI":[],"PersistPrefs":[]},"UpdateTask":{"PersistUI":[]},"LoadTaskSuccess":{"StopLoading":[],"PersistData":[]},"EditTaskTime":{"PersistUI":[]},"AddTaskTime":{"PersistUI":[]},"UpdateTaskTime":{"PersistUI":[]},"DeleteTaskTime":{"PersistUI":[]},"LoadTasksRequest":{"StartLoading":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"StopSaving":[],"PersistData":[]},"StartTasksRequest":{"StartSaving":[]},"StartTasksSuccess":{"StopSaving":[],"PersistData":[]},"StopTasksRequest":{"StartSaving":[]},"StopTasksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskRequest":{"StartSaving":[]},"DeleteTaskSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskRequest":{"StartSaving":[]},"RestoreTaskSuccess":{"StopSaving":[],"PersistData":[]},"SortTasksRequest":{"StartSaving":[]},"SortTasksSuccess":{"StopSaving":[],"PersistData":[]},"FilterTasks":{"PersistUI":[]},"SortTasks":{"PersistUI":[],"PersistPrefs":[]},"FilterTasksByState":{"PersistUI":[]},"FilterTasksByStatus":{"PersistUI":[]},"FilterTasksByCustom1":{"PersistUI":[]},"FilterTasksByCustom2":{"PersistUI":[]},"FilterTasksByCustom3":{"PersistUI":[]},"FilterTasksByCustom4":{"PersistUI":[]},"SaveTaskDocumentRequest":{"StartSaving":[]},"UpdateTaskTab":{"PersistUI":[]},"LoadTaskRequest":{"StartLoading":[]},"LoadTaskFailure":{"StopLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"StopSaving":[]},"StartTasksFailure":{"StopSaving":[]},"StopTasksFailure":{"StopSaving":[]},"DeleteTaskFailure":{"StopSaving":[]},"RestoreTaskFailure":{"StopSaving":[]},"SortTasksFailure":{"StopSaving":[]},"SaveTaskDocumentFailure":{"StopSaving":[]},"_$TaskStateSerializer":{"StructuredSerializer":["TaskState"],"Serializer":["TaskState"]},"_$TaskUIStateSerializer":{"StructuredSerializer":["TaskUIState"],"Serializer":["TaskUIState"]},"_$TaskState":{"TaskState":[]},"_$TaskUIState":{"TaskUIState":[]},"ViewTaskStatusList":{"PersistUI":[]},"ViewTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"EditTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"UpdateTaskStatus":{"PersistUI":[]},"LoadTaskStatusSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaskStatusesFailure":{"StopLoading":[]},"LoadTaskStatusesSuccess":{"StopLoading":[]},"SaveTaskStatusRequest":{"StartSaving":[]},"SaveTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskStatusesRequest":{"StartSaving":[]},"ArchiveTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskStatusesRequest":{"StartSaving":[]},"DeleteTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskStatusesRequest":{"StartSaving":[]},"RestoreTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaskStatuses":{"PersistUI":[]},"SortTaskStatuses":{"PersistUI":[],"PersistPrefs":[]},"FilterTaskStatusesByState":{"PersistUI":[]},"FilterTaskStatusesByCustom1":{"PersistUI":[]},"FilterTaskStatusesByCustom2":{"PersistUI":[]},"FilterTaskStatusesByCustom3":{"PersistUI":[]},"FilterTaskStatusesByCustom4":{"PersistUI":[]},"LoadTaskStatusRequest":{"StartLoading":[]},"LoadTaskStatusFailure":{"StopLoading":[]},"LoadTaskStatusesRequest":{"StartLoading":[]},"SaveTaskStatusFailure":{"StopSaving":[]},"ArchiveTaskStatusesFailure":{"StopSaving":[]},"DeleteTaskStatusesFailure":{"StopSaving":[]},"RestoreTaskStatusesFailure":{"StopSaving":[]},"_$TaskStatusStateSerializer":{"StructuredSerializer":["TaskStatusState"],"Serializer":["TaskStatusState"]},"_$TaskStatusUIStateSerializer":{"StructuredSerializer":["TaskStatusUIState"],"Serializer":["TaskStatusUIState"]},"_$TaskStatusState":{"TaskStatusState":[]},"_$TaskStatusUIState":{"TaskStatusUIState":[]},"ViewTaxRateList":{"PersistUI":[]},"ViewTaxRate":{"PersistUI":[]},"EditTaxRate":{"PersistUI":[]},"UpdateTaxRate":{"PersistUI":[]},"LoadTaxRateSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaxRatesSuccess":{"StopLoading":[]},"SaveTaxRateRequest":{"StartSaving":[]},"SaveTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaxRateRequest":{"StartSaving":[]},"ArchiveTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaxRateRequest":{"StartSaving":[]},"DeleteTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaxRateRequest":{"StartSaving":[]},"RestoreTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaxRates":{"PersistUI":[]},"SortTaxRates":{"PersistUI":[],"PersistPrefs":[]},"FilterTaxRatesByState":{"PersistUI":[]},"LoadTaxRateRequest":{"StartLoading":[]},"LoadTaxRateFailure":{"StopLoading":[]},"LoadTaxRatesRequest":{"StartLoading":[]},"LoadTaxRatesFailure":{"StopLoading":[]},"SaveTaxRateFailure":{"StopSaving":[]},"ArchiveTaxRateFailure":{"StopSaving":[]},"DeleteTaxRateFailure":{"StopSaving":[]},"RestoreTaxRateFailure":{"StopSaving":[]},"_$TaxRateStateSerializer":{"StructuredSerializer":["TaxRateState"],"Serializer":["TaxRateState"]},"_$TaxRateUIStateSerializer":{"StructuredSerializer":["TaxRateUIState"],"Serializer":["TaxRateUIState"]},"_$TaxRateState":{"TaxRateState":[]},"_$TaxRateUIState":{"TaxRateUIState":[]},"ViewTokenList":{"PersistUI":[]},"ViewToken":{"PersistUI":[],"PersistPrefs":[]},"EditToken":{"PersistUI":[],"PersistPrefs":[]},"UpdateToken":{"PersistUI":[]},"LoadTokenSuccess":{"StopLoading":[],"PersistData":[]},"LoadTokensFailure":{"StopLoading":[]},"LoadTokensSuccess":{"StopLoading":[]},"SaveTokenRequest":{"StartSaving":[]},"SaveTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveTokensRequest":{"StartSaving":[]},"ArchiveTokensSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTokensRequest":{"StartSaving":[]},"DeleteTokensSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTokensRequest":{"StartSaving":[]},"RestoreTokensSuccess":{"StopSaving":[],"PersistData":[]},"FilterTokens":{"PersistUI":[]},"SortTokens":{"PersistUI":[],"PersistPrefs":[]},"FilterTokensByState":{"PersistUI":[]},"FilterTokensByCustom1":{"PersistUI":[]},"FilterTokensByCustom2":{"PersistUI":[]},"FilterTokensByCustom3":{"PersistUI":[]},"FilterTokensByCustom4":{"PersistUI":[]},"LoadTokenRequest":{"StartLoading":[]},"LoadTokenFailure":{"StopLoading":[]},"LoadTokensRequest":{"StartLoading":[]},"SaveTokenFailure":{"StopSaving":[]},"ArchiveTokensFailure":{"StopSaving":[]},"DeleteTokensFailure":{"StopSaving":[]},"RestoreTokensFailure":{"StopSaving":[]},"_$TokenStateSerializer":{"StructuredSerializer":["TokenState"],"Serializer":["TokenState"]},"_$TokenUIStateSerializer":{"StructuredSerializer":["TokenUIState"],"Serializer":["TokenUIState"]},"_$TokenState":{"TokenState":[]},"_$TokenUIState":{"TokenUIState":[]},"ViewTransactionList":{"PersistUI":[]},"ViewTransaction":{"PersistUI":[],"PersistPrefs":[]},"EditTransaction":{"PersistUI":[],"PersistPrefs":[]},"UpdateTransaction":{"PersistUI":[]},"LoadTransactionSuccess":{"StopLoading":[],"PersistData":[]},"LoadTransactionsRequest":{"StartLoading":[]},"LoadTransactionsFailure":{"StopLoading":[]},"LoadTransactionsSuccess":{"StopLoading":[]},"SaveTransactionRequest":{"StartSaving":[]},"SaveTransactionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTransactionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTransactionsRequest":{"StartSaving":[]},"ArchiveTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTransactionsRequest":{"StartSaving":[]},"DeleteTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTransactionsRequest":{"StartSaving":[]},"RestoreTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionToPaymentRequest":{"StartSaving":[]},"ConvertTransactionToPaymentSuccess":{"StopSaving":[],"PersistData":[]},"LinkTransactionToPaymentRequest":{"StartSaving":[]},"LinkTransactionToPaymentSuccess":{"StopSaving":[],"PersistData":[]},"UnlinkTransactionsRequest":{"StartSaving":[]},"LinkTransactionToExpenseRequest":{"StartSaving":[]},"LinkTransactionToExpenseSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsToExpensesRequest":{"StartSaving":[]},"ConvertTransactionsToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsRequest":{"StartSaving":[]},"ConvertTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterTransactions":{"PersistUI":[]},"SortTransactions":{"PersistUI":[],"PersistPrefs":[]},"FilterTransactionsByState":{"PersistUI":[]},"FilterTransactionsByStatus":{"PersistUI":[]},"FilterTransactionsByCustom1":{"PersistUI":[]},"FilterTransactionsByCustom2":{"PersistUI":[]},"FilterTransactionsByCustom3":{"PersistUI":[]},"FilterTransactionsByCustom4":{"PersistUI":[]},"UpdateTransactionTab":{"PersistUI":[]},"LoadTransactionRequest":{"StartLoading":[]},"LoadTransactionFailure":{"StopLoading":[]},"SaveTransactionFailure":{"StopSaving":[]},"ArchiveTransactionsFailure":{"StopSaving":[]},"DeleteTransactionsFailure":{"StopSaving":[]},"RestoreTransactionsFailure":{"StopSaving":[]},"ConvertTransactionToPaymentFailure":{"StopSaving":[]},"LinkTransactionToPaymentFailure":{"StopSaving":[]},"UnlinkTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"UnlinkTransactionsFailure":{"StopSaving":[]},"LinkTransactionToExpenseFailure":{"StopSaving":[]},"ConvertTransactionsToExpensesFailure":{"StopSaving":[]},"ConvertTransactionsFailure":{"StopSaving":[]},"_$TransactionStateSerializer":{"StructuredSerializer":["TransactionState"],"Serializer":["TransactionState"]},"_$TransactionUIStateSerializer":{"StructuredSerializer":["TransactionUIState"],"Serializer":["TransactionUIState"]},"_$TransactionState":{"TransactionState":[]},"_$TransactionUIState":{"TransactionUIState":[]},"ViewTransactionRuleList":{"PersistUI":[]},"ViewTransactionRule":{"PersistUI":[],"PersistPrefs":[]},"EditTransactionRule":{"PersistUI":[],"PersistPrefs":[]},"UpdateTransactionRule":{"PersistUI":[]},"LoadTransactionRuleSuccess":{"StopLoading":[],"PersistData":[]},"LoadTransactionRulesFailure":{"StopLoading":[]},"LoadTransactionRulesSuccess":{"StopLoading":[]},"SaveTransactionRuleRequest":{"StartSaving":[]},"SaveTransactionRuleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTransactionRuleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTransactionRulesRequest":{"StartSaving":[]},"ArchiveTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTransactionRulesRequest":{"StartSaving":[]},"DeleteTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTransactionRulesRequest":{"StartSaving":[]},"RestoreTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTransactionRules":{"PersistUI":[]},"SortTransactionRules":{"PersistUI":[],"PersistPrefs":[]},"FilterTransactionRulesByState":{"PersistUI":[]},"FilterTransactionRulesByCustom1":{"PersistUI":[]},"FilterTransactionRulesByCustom2":{"PersistUI":[]},"FilterTransactionRulesByCustom3":{"PersistUI":[]},"FilterTransactionRulesByCustom4":{"PersistUI":[]},"UpdateTransactionRuleTab":{"PersistUI":[]},"LoadTransactionRuleRequest":{"StartLoading":[]},"LoadTransactionRuleFailure":{"StopLoading":[]},"LoadTransactionRulesRequest":{"StartLoading":[]},"SaveTransactionRuleFailure":{"StopSaving":[]},"ArchiveTransactionRulesFailure":{"StopSaving":[]},"DeleteTransactionRulesFailure":{"StopSaving":[]},"RestoreTransactionRulesFailure":{"StopSaving":[]},"_$TransactionRuleStateSerializer":{"StructuredSerializer":["TransactionRuleState"],"Serializer":["TransactionRuleState"]},"_$TransactionRuleUIStateSerializer":{"StructuredSerializer":["TransactionRuleUIState"],"Serializer":["TransactionRuleUIState"]},"_$TransactionRuleState":{"TransactionRuleState":[]},"_$TransactionRuleUIState":{"TransactionRuleUIState":[]},"_$ListUIStateSerializer":{"StructuredSerializer":["ListUIState"],"Serializer":["ListUIState"]},"_$ListUIState":{"ListUIState":[]},"_$PrefStateSerializer":{"StructuredSerializer":["PrefState"],"Serializer":["PrefState"]},"_$PrefStateSortFieldSerializer":{"StructuredSerializer":["PrefStateSortField"],"Serializer":["PrefStateSortField"]},"_$CompanyPrefStateSerializer":{"StructuredSerializer":["CompanyPrefState"],"Serializer":["CompanyPrefState"]},"_$AppLayoutSerializer":{"PrimitiveSerializer":["AppLayout"],"Serializer":["AppLayout"]},"_$ModuleLayoutSerializer":{"PrimitiveSerializer":["ModuleLayout"],"Serializer":["ModuleLayout"]},"_$AppSidebarModeSerializer":{"PrimitiveSerializer":["AppSidebarMode"],"Serializer":["AppSidebarMode"]},"_$HistoryRecordSerializer":{"StructuredSerializer":["HistoryRecord"],"Serializer":["HistoryRecord"]},"_$PrefState":{"PrefState":[]},"_$PrefStateSortField":{"PrefStateSortField":[]},"_$CompanyPrefState":{"CompanyPrefState":[]},"_$HistoryRecord":{"HistoryRecord":[]},"_$UIStateSerializer":{"StructuredSerializer":["UIState"],"Serializer":["UIState"]},"_$UIState":{"UIState":[]},"ViewUserList":{"PersistUI":[]},"ViewUser":{"PersistUI":[],"PersistPrefs":[]},"EditUser":{"PersistUI":[],"PersistPrefs":[]},"UpdateUser":{"PersistUI":[]},"LoadUserSuccess":{"StopLoading":[],"PersistData":[]},"LoadUsersSuccess":{"StopLoading":[]},"SaveUserRequest":{"StartSaving":[]},"SaveUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveUserRequest":{"StartSaving":[]},"ArchiveUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"DeleteUserRequest":{"StartSaving":[]},"DeleteUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreUserRequest":{"StartSaving":[]},"RestoreUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RemoveUserRequest":{"StartSaving":[]},"RemoveUserSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteRequest":{"StartSaving":[]},"SortUsers":{"PersistUI":[],"PersistPrefs":[]},"FilterUsersByState":{"PersistUI":[]},"FilterUsersByCustom1":{"PersistUI":[]},"FilterUsersByCustom2":{"PersistUI":[]},"FilterUsersByCustom3":{"PersistUI":[]},"FilterUsersByCustom4":{"PersistUI":[]},"LoadUserRequest":{"StartLoading":[]},"LoadUserFailure":{"StopLoading":[]},"LoadUsersRequest":{"StartLoading":[]},"LoadUsersFailure":{"StopLoading":[]},"SaveUserFailure":{"StopSaving":[]},"ArchiveUserFailure":{"StopSaving":[]},"DeleteUserFailure":{"StopSaving":[]},"RestoreUserFailure":{"StopSaving":[]},"RemoveUserFailure":{"StopSaving":[]},"ResendInviteSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteFailure":{"StopSaving":[]},"_$UserStateSerializer":{"StructuredSerializer":["UserState"],"Serializer":["UserState"]},"_$UserUIStateSerializer":{"StructuredSerializer":["UserUIState"],"Serializer":["UserUIState"]},"_$UserState":{"UserState":[]},"_$UserUIState":{"UserUIState":[]},"ViewVendorList":{"PersistUI":[]},"ViewVendor":{"PersistUI":[],"PersistPrefs":[]},"EditVendor":{"PersistUI":[],"PersistPrefs":[]},"UpdateVendor":{"PersistUI":[]},"LoadVendorSuccess":{"StopLoading":[],"PersistData":[]},"LoadVendorsRequest":{"StartLoading":[]},"LoadVendorsFailure":{"StopLoading":[]},"LoadVendorsSuccess":{"StopLoading":[]},"SaveVendorRequest":{"StartSaving":[]},"SaveVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveVendorRequest":{"StartSaving":[]},"ArchiveVendorSuccess":{"StopSaving":[],"PersistData":[]},"DeleteVendorRequest":{"StartSaving":[]},"DeleteVendorSuccess":{"StopSaving":[],"PersistData":[]},"RestoreVendorRequest":{"StartSaving":[]},"RestoreVendorSuccess":{"StopSaving":[],"PersistData":[]},"EditVendorContact":{"PersistUI":[]},"AddVendorContact":{"PersistUI":[]},"UpdateVendorContact":{"PersistUI":[]},"DeleteVendorContact":{"PersistUI":[]},"FilterVendors":{"PersistUI":[]},"SortVendors":{"PersistUI":[],"PersistPrefs":[]},"FilterVendorsByState":{"PersistUI":[]},"FilterVendorsByCustom1":{"PersistUI":[]},"FilterVendorsByCustom2":{"PersistUI":[]},"FilterVendorsByCustom3":{"PersistUI":[]},"FilterVendorsByCustom4":{"PersistUI":[]},"SaveVendorDocumentRequest":{"StartSaving":[]},"UpdateVendorTab":{"PersistUI":[]},"LoadVendorRequest":{"StartLoading":[]},"LoadVendorFailure":{"StopLoading":[]},"SaveVendorFailure":{"StopSaving":[]},"ArchiveVendorFailure":{"StopSaving":[]},"DeleteVendorFailure":{"StopSaving":[]},"RestoreVendorFailure":{"StopSaving":[]},"SaveVendorDocumentFailure":{"StopSaving":[]},"_$VendorStateSerializer":{"StructuredSerializer":["VendorState"],"Serializer":["VendorState"]},"_$VendorUIStateSerializer":{"StructuredSerializer":["VendorUIState"],"Serializer":["VendorUIState"]},"_$VendorState":{"VendorState":[]},"_$VendorUIState":{"VendorUIState":[]},"ViewWebhookList":{"PersistUI":[]},"ViewWebhook":{"PersistUI":[],"PersistPrefs":[]},"EditWebhook":{"PersistUI":[],"PersistPrefs":[]},"UpdateWebhook":{"PersistUI":[]},"LoadWebhookSuccess":{"StopLoading":[],"PersistData":[]},"LoadWebhooksFailure":{"StopLoading":[]},"LoadWebhooksSuccess":{"StopLoading":[]},"SaveWebhookRequest":{"StartSaving":[]},"SaveWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveWebhooksRequest":{"StartSaving":[]},"ArchiveWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteWebhooksRequest":{"StartSaving":[]},"DeleteWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"RestoreWebhooksRequest":{"StartSaving":[]},"RestoreWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"FilterWebhooks":{"PersistUI":[]},"SortWebhooks":{"PersistUI":[],"PersistPrefs":[]},"FilterWebhooksByState":{"PersistUI":[]},"FilterWebhooksByCustom1":{"PersistUI":[]},"FilterWebhooksByCustom2":{"PersistUI":[]},"FilterWebhooksByCustom3":{"PersistUI":[]},"FilterWebhooksByCustom4":{"PersistUI":[]},"LoadWebhookRequest":{"StartLoading":[]},"LoadWebhookFailure":{"StopLoading":[]},"LoadWebhooksRequest":{"StartLoading":[]},"SaveWebhookFailure":{"StopSaving":[]},"ArchiveWebhooksFailure":{"StopSaving":[]},"DeleteWebhooksFailure":{"StopSaving":[]},"RestoreWebhooksFailure":{"StopSaving":[]},"_$WebhookStateSerializer":{"StructuredSerializer":["WebhookState"],"Serializer":["WebhookState"]},"_$WebhookUIStateSerializer":{"StructuredSerializer":["WebhookUIState"],"Serializer":["WebhookUIState"]},"_$WebhookState":{"WebhookState":[]},"_$WebhookUIState":{"WebhookUIState":[]},"FieldGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBorder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBottomBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFieldSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBottomBarState":{"State":["AppBottomBar"]},"AppBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBuilderState":{"State":["AppBuilder"]},"AppHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutobillDropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlankScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChangeLayoutBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChangeLayoutBannerState":{"State":["ChangeLayoutBanner"]},"ConfirmEmail":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConfirmEmailBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CopyToClipboard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashedRect":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashRectPainter":{"Listenable":[]},"DesktopSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesktopSessionTimeoutState":{"State":["DesktopSessionTimeout"]},"MessageDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ErrorDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HealthCheckDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HealthCheckDialogState":{"State":["HealthCheckDialog"]},"_HealthListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadingDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectListState":{"State":["MultiSelectList"]},"DismissibleEntity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentGrid":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentGridState":{"State":["DocumentGrid"]},"DocumentPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityActionListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntitiesListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTileState":{"State":["EntityListTile"]},"_EntitiesListTileState":{"State":["EntitiesListTile"]},"EntityStatusChip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdownDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityAutocompleteListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityDropdownState":{"State":["EntityDropdown"]},"_EntityDropdownDialogState":{"State":["EntityDropdownDialog"]},"_AutocompleteEntity":{"SelectableEntity":[]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilterHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormCard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoolDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormColorPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FormColorPickerState":{"State":["FormColorPicker"]},"CustomField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldState":{"State":["CustomField"]},"CustomSurcharges":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerState":{"State":["DatePicker"]},"DecoratedFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecoratedFormFieldState":{"State":["DecoratedFormField"]},"DesignPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DiscountField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DurationPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DurationPickerState":{"State":["DurationPicker"]},"DynamicSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GrowableFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GrowableFormFieldState":{"State":["GrowableFormField"]},"LearnMoreUrl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NotificationSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordFormFieldState":{"State":["PasswordFormField"]},"ProjectPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SaveCancelButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerState":{"State":["TimePicker"]},"UserPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenMeta":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HelpText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HistoryListTileState":{"State":["HistoryListTile"]},"HistoryDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEmailViewState":{"State":["InvoiceEmailView"]},"InvoiceItemListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateDropdownState":{"State":["TaxRateDropdown"]},"TaxRateField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkTextRelatedEntity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinkTextRelatedEntityState":{"State":["LinkTextRelatedEntity"]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ListFilter":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListFilterState":{"State":["ListFilter"]},"ListScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActivityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListDivider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListFilterMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FilterListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectedIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LiveText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LiveTextState":{"State":["LiveText"]},"LoadingIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MainScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MenuDrawer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuDrawerState":{"State":["MenuDrawer"]},"_DrawerTileState":{"State":["DrawerTile"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectRow":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropDownMultiSelect":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropDownMultiSelectState":{"State":["DropDownMultiSelect"]},"AppPinput":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PortalLinks":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableTooltip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReviewApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReviewAppState":{"State":["ReviewApp"]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder"]},"SearchText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountSmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserSmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountSmsVerificationState":{"State":["AccountSmsVerification"]},"_UserSmsVerificationState":{"State":["UserSmsVerification"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer"]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable"]},"EntityDataTableSource":{"Listenable":[]},"EntityList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListState":{"State":["EntityList"]},"UpgradeDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UpgradeDialogState":{"State":["UpgradeDialog"]},"VariablesHelp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VariablesHelpState":{"State":["VariablesHelp"]},"_VariableGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSessionTimeoutState":{"State":["WebSessionTimeout"]},"WebSocketRefresh":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSocketRefreshState":{"State":["WebSocketRefresh"]},"WindowManager":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WindowManagerState":{"State":["WindowManager"]},"InitScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LockScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LoginState":{"State":["LoginView"]},"RuledText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BankAccountEditState":{"State":["BankAccountEdit"]},"BankAccountEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BankAccountViewState":{"State":["BankAccountView"]},"BankAccountViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPdfViewState":{"State":["ClientPdfView"]},"ClientPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditState":{"State":["ClientEdit"]},"ClientEditBillingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditBillingAddressState":{"State":["ClientEditBillingAddress"]},"ClientEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditContactsState":{"State":["ClientEditContacts"]},"ContactEditDetailsState":{"State":["ContactEditDetails"]},"ClientEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetailsState":{"State":["ClientEditDetails"]},"ClientEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotesState":{"State":["ClientEditNotes"]},"ClientEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditSettingsState":{"State":["ClientEditSettings"]},"ClientEditShippingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditShippingAddressState":{"State":["ClientEditShippingAddress"]},"ClientEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewState":{"State":["ClientView"]},"ClientViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewActivityState":{"State":["ClientViewActivity"]},"ClientViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewDetailsState":{"State":["ClientViewDetails"]},"ClientViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewFullwidthState":{"State":["ClientViewFullwidth"]},"ClientViewLedger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewLedgerState":{"State":["ClientViewLedger"]},"ClientOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewPaymentMethods":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewSystemLogs":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewSystemLogsState":{"State":["ClientViewSystemLogs"]},"ClientViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayListState":{"State":["CompanyGatewayList"]},"CompanyGatewayListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FeesEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayEditState":{"State":["CompanyGatewayEdit"]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField"]},"_LimitEditorState":{"State":["LimitEditor"]},"_FeesEditorState":{"State":["FeesEditor"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker"]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverviewPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel"]},"__OverviewPanelState":{"State":["_OverviewPanel"]},"__DashboardSettingsState":{"State":["_DashboardSettings"]},"_DashboardFieldState":{"State":["_DashboardField"]},"DashboardScreen":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardScreenState":{"State":["DashboardScreen"]},"_CustomTabBarView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSidbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardSystemLogs":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfDesignPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabIntent":{"Intent":[]},"_DesignImportDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignEditState":{"State":["DesignEdit"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent"],"Action.T":"Intent"},"__DesignImportDialogState":{"State":["_DesignImportDialog"]},"DesignEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignViewState":{"State":["DesignView"]},"DesignViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentEditState":{"State":["DocumentEdit"]},"DocumentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentViewState":{"State":["DocumentView"]},"DocumentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseEditState":{"State":["ExpenseEdit"]},"ExpenseEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetailsState":{"State":["ExpenseEditDetails"]},"ExpenseEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditNotesState":{"State":["ExpenseEditNotes"]},"ExpenseEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditSettingsState":{"State":["ExpenseEditSettings"]},"ExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewState":{"State":["ExpenseView"]},"ExpenseViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewScheduleState":{"State":["ExpenseViewSchedule"]},"ExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryEditState":{"State":["ExpenseCategoryEdit"]},"ExpenseCategoryEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryViewState":{"State":["ExpenseCategoryView"]},"ExpenseCategoryViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupEditState":{"State":["GroupEdit"]},"GroupEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupViewState":{"State":["GroupView"]},"SettingsViewer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditState":{"State":["InvoiceEdit"]},"InvoiceEditContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactListTileState":{"State":["_ContactListTile"]},"InvoiceEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop"]},"__PdfPreviewState":{"State":["_PdfPreview0"]},"InvoiceEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDetailsState":{"State":["InvoiceEditDetails"]},"InvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItems":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ItemEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsState":{"State":["InvoiceEditItems"]},"ItemEditDetailsState":{"State":["ItemEditDetails"]},"InvoiceEditItemsDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsDesktopState":{"State":["InvoiceEditItemsDesktop"]},"TableHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotesState":{"State":["InvoiceEditNotes"]},"InvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDF":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDFState":{"State":["InvoiceEditPDF"]},"InvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceItemSelector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceItemSelectorState":{"State":["InvoiceItemSelector"]},"InvoiceTaxDetails":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoicePdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoicePdfViewState":{"State":["InvoicePdfView"]},"InvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewState":{"State":["InvoiceView"]},"InvoiceViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewActivityState":{"State":["InvoiceViewActivity"]},"_InvitationListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewHistoryState":{"State":["InvoiceViewHistory"]},"InvoiceOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewScheduleState":{"State":["InvoiceViewSchedule"]},"InvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentEditState":{"State":["PaymentEdit"]},"_PaymentableEditorState":{"State":["PaymentableEditor"]},"PaymentEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentRefund":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentRefundState":{"State":["PaymentRefund"]},"_PaymentableEditorState0":{"State":["PaymentableEditor0"]},"PaymentRefundScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentViewState":{"State":["PaymentView"]},"PaymentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermEditState":{"State":["PaymentTermEdit"]},"PaymentTermEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermViewState":{"State":["PaymentTermView"]},"PaymentTermViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductEditState":{"State":["ProductEdit"]},"ProductEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductViewState":{"State":["ProductView"]},"ProductViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductOverviewState":{"State":["ProductOverview"]},"ProductViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectEditState":{"State":["ProjectEdit"]},"ProjectEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectViewState":{"State":["ProjectView"]},"ProjectViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectOverviewState":{"State":["ProjectOverview"]},"ProjectViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PurchaseOrderEditState":{"State":["PurchaseOrderEdit"]},"PurchaseOrderEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit"]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuotePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RecurringInvoiceEditState":{"State":["RecurringInvoiceEdit"]},"RecurringInvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReportDataTableState":{"State":["ReportDataTable"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScheduleEditState":{"State":["ScheduleEdit"]},"ScheduleEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScheduleViewState":{"State":["ScheduleView"]},"ScheduleViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagement":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountManagementState":{"State":["AccountManagement"]},"_AccountOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagementScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPortalState":{"State":["ClientPortal"]},"ClientPortalScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyDetailsState":{"State":["CompanyDetails"]},"CompanyDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditCardsAndBanks":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditCardsAndBanksState":{"State":["CreditCardsAndBanks"]},"CreditCardsAndBanksScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFields":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldsState":{"State":["CustomFields"]},"CustomFieldsSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFormFieldState":{"State":["CustomFormField"]},"CustomFieldsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataVisualizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DataVisualizationsState":{"State":["DataVisualizations"]},"DataVisualizationsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DeviceSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DeviceSettingsState":{"State":["DeviceSettings"]},"DeviceSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EmailSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmailSettingsState":{"State":["EmailSettings"]},"EmailSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseSettingsState":{"State":["ExpenseSettings"]},"ExpenseSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbers":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityNumberSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GeneratedNumbersState":{"State":["GeneratedNumbers"]},"_EntityNumberSettingsState":{"State":["EntityNumberSettings"]},"HelpPanel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileImport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileMapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImportExportState":{"State":["ImportExport"]},"_FileImportState":{"State":["_FileImport"]},"__FileMapperState":{"State":["_FileMapper"]},"_FieldMapper":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExportScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceDesign":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign"]},"_PdfPreviewState":{"State":["_PdfPreview"]},"InvoiceDesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LocalizationSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AddCompanyDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings"]},"_AddCompanyDialogState":{"State":["_AddCompanyDialog"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentSettingsState":{"State":["PaymentSettings"]},"PaymentsSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductSettingsState":{"State":["ProductSettings"]},"ProductSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList"]},"_SettingsListTileState":{"State":["SettingsListTile"]},"SettingsSearch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsWizard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsWizardState":{"State":["SettingsWizard"]},"TaskSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskSettingsState":{"State":["TaskSettings"]},"TaskSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditSubregionDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__EditSubregionDialogState":{"State":["_EditSubregionDialog"]},"TaxSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndReminders":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReminderSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TemplatesAndRemindersState":{"State":["TemplatesAndReminders"]},"_ReminderSettingsState":{"State":["ReminderSettings"]},"EmailPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndRemindersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EnableTwoFactor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserDetailsState":{"State":["UserDetails"]},"_EnableTwoFactorState":{"State":["_EnableTwoFactor"]},"UserDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WorkflowSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WorkflowSettingsState":{"State":["WorkflowSettings"]},"WorkflowSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionEditState":{"State":["SubscriptionEdit"]},"SubscriptionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionViewState":{"State":["SubscriptionView"]},"SubscriptionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UpdateDialogState":{"State":["UpdateDialog"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit"]},"_BottomBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDesktopState":{"State":["TaskEditDesktop"]},"TaskEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDetailsState":{"State":["TaskEditDetails"]},"TaskEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditTimes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimeEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditTimesState":{"State":["TaskEditTimes"]},"TimeEditDetailsState":{"State":["TimeEditDetails"]},"TaskEditTimesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanTaskCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanTaskCardState":{"State":["KanbanTaskCard"]},"KanbanStatusCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanStatusCardState":{"State":["KanbanStatusCard"]},"KanbanView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanViewState":{"State":["KanbanView"]},"KanbanViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanViewBuilderState":{"State":["KanbanViewBuilder"]},"TaskListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskTimeListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskViewState":{"State":["TaskView"]},"TaskViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskOverviewState":{"State":["TaskOverview"]},"TaskViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusEditState":{"State":["TaskStatusEdit"]},"TaskStatusEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusListState":{"State":["TaskStatusList"]},"TaskStatusListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusViewState":{"State":["TaskStatusView"]},"TaskStatusViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateEditState":{"State":["TaxRateEdit"]},"TaxRateEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateViewState":{"State":["TaxRateView"]},"TaxRateViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenEditState":{"State":["TokenEdit"]},"TokenEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenViewState":{"State":["TokenView"]},"_TokenListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionEditState":{"State":["TransactionEdit"]},"TransactionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MatchDeposits":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MatchWithdrawals":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionViewState":{"State":["TransactionView"]},"_MatchDepositsState":{"State":["_MatchDeposits"]},"_MatchWithdrawalsState":{"State":["_MatchWithdrawals"]},"TransactionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RuleCriteria":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionRuleEditState":{"State":["TransactionRuleEdit"]},"__RuleCriteriaState":{"State":["_RuleCriteria"]},"TransactionRuleEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionRuleViewState":{"State":["TransactionRuleView"]},"TransactionRuleViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserEditState":{"State":["UserEdit"]},"_PermissionCheckbox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditState":{"State":["VendorEdit"]},"VendorEditAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditAddressState":{"State":["VendorEditAddress"]},"VendorEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditContactsState":{"State":["VendorEditContacts"]},"VendorContactEditDetailsState":{"State":["VendorContactEditDetails"]},"VendorEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetailsState":{"State":["VendorEditDetails"]},"VendorEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotesState":{"State":["VendorEditNotes"]},"VendorEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditSettingsState":{"State":["VendorEditSettings"]},"VendorEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewState":{"State":["VendorView"]},"VendorViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewActivityState":{"State":["VendorViewActivity"]},"VendorViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewDetailsState":{"State":["VendorViewDetails"]},"VendorViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewFullwidthState":{"State":["VendorViewFullwidth"]},"VendorOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookEditState":{"State":["WebhookEdit"]},"WebhookEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookViewState":{"State":["WebhookView"]},"TargetListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FieldConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RunTemplateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordConfirmationState":{"State":["PasswordConfirmation"]},"_FieldConfirmationState":{"State":["FieldConfirmation"]},"_RunTemplateDialogState":{"State":["RunTemplateDialog"]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization"],"LocalizationsDelegate.T":"AppLocalization"},"_EmptyParagraphSyntax":{"BlockSyntax":[]},"ExampleEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExampleEditorState":{"State":["ExampleEditor"]},"EditorToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageFormatToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorToolbarState":{"State":["EditorToolbar"]},"_ImageFormatToolbarState":{"State":["ImageFormatToolbar"]},"_PositionedToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleLineAttributedTextEditingController":{"AttributedTextEditingController":[],"Listenable":[]},"LinkableElement":{"LinkifyElement":[]},"TextElement0":{"LinkifyElement":[]},"EmailLinkifier":{"Linkifier":[]},"EmailElement":{"LinkifyElement":[]},"UrlLinkifier":{"Linkifier":[]},"UrlElement":{"LinkifyElement":[]},"AndroidAuthMessages":{"AuthMessages":[]},"IOSAuthMessages":{"AuthMessages":[]},"WindowsAuthMessages":{"AuthMessages":[]},"Level":{"Comparable":["Level"]},"Element1":{"Node3":[]},"Text1":{"Node3":[]},"UnparsedContent":{"Node3":[]},"EmptyBlockSyntax":{"BlockSyntax":[]},"SetextHeaderSyntax":{"BlockSyntax":[]},"HeaderSyntax":{"BlockSyntax":[]},"BlockquoteSyntax":{"BlockSyntax":[]},"CodeBlockSyntax":{"BlockSyntax":[]},"FencedCodeBlockSyntax":{"BlockSyntax":[]},"HorizontalRuleSyntax":{"BlockSyntax":[]},"BlockHtmlSyntax":{"BlockSyntax":[]},"BlockTagBlockHtmlSyntax":{"BlockSyntax":[]},"OtherTagBlockHtmlSyntax":{"BlockSyntax":[]},"LongBlockHtmlSyntax":{"BlockSyntax":[]},"ListSyntax":{"BlockSyntax":[]},"UnorderedListSyntax":{"BlockSyntax":[]},"OrderedListSyntax":{"BlockSyntax":[]},"ParagraphSyntax":{"BlockSyntax":[]},"LineBreakSyntax":{"InlineSyntax":[]},"TextSyntax":{"InlineSyntax":[]},"EscapeSyntax":{"InlineSyntax":[]},"InlineHtmlSyntax":{"InlineSyntax":[]},"EmailAutolinkSyntax":{"InlineSyntax":[]},"AutolinkSyntax":{"InlineSyntax":[]},"SimpleDelimiter":{"Delimiter":[]},"DelimiterRun":{"Delimiter":[]},"TagSyntax":{"InlineSyntax":[]},"LinkSyntax":{"InlineSyntax":[]},"ImageSyntax":{"InlineSyntax":[]},"CodeSyntax":{"InlineSyntax":[]},"_MdiIconData":{"IconData":[]},"MsalJsException":{"Exception":[]},"AuthException":{"Exception":[]},"ClientAuthException":{"Exception":[]},"ClientConfigurationException":{"Exception":[]},"InteractionRequiredAuthException":{"Exception":[]},"ServerException":{"Exception":[]},"BrowserAuthException":{"Exception":[]},"BrowserConfigurationAuthException":{"Exception":[]},"FadeWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeWidgetState":{"State":["FadeWidget"]},"OctoImage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OctoImageState":{"State":["OctoImage"]},"OverflowViewParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"CupertinoPopoverMenu":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderPopover":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"CupertinoPopoverToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IosPagerParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_CupertinoPopoverToolbarState":{"State":["CupertinoPopoverToolbar"]},"_MenuPageController":{"Listenable":[]},"_IosToolbarMenuContent":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderIosPagedMenu":{"RenderBoxContainerDefaultsMixin":["RenderBox","_IosPagerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_IosPagerParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_IosPagerParentData","RenderBoxContainerDefaultsMixin.1":"_IosPagerParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PinchZoom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinchZoomState":{"State":["PinchZoom"]},"Pinput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputAnimatedCursor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputState":{"State":["Pinput"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_PinputFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_SeparatedRaw":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputAnimatedCursorState":{"State":["_PinputAnimatedCursor"]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebPdfRaster":{"PdfRaster":[]},"PdfPreviewAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPrintAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfShareAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewController":{"InheritedNotifier":["Listenable"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"Listenable"},"PdfPreviewData":{"Listenable":[]},"PdfPreviewCustom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewCustomState":{"State":["PdfPreviewCustom"]},"PdfPreviewPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewState":{"State":["PdfPreview"]},"QrBitBuffer":{"ListBase":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListBase.E":"bool","Iterable.E":"bool"},"QrByte":{"QrDatum":[]},"InputTooLongException":{"Exception":[]},"QrImageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageViewState":{"State":["QrImageView"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"_BehaviorSubjectStream":{"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"_SubjectStream":{"Stream":["1"],"Stream.T":"1"},"_MultiControllerSink":{"EventSink":["1"]},"NoOpClient":{"Client0":[]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"AppleLogoPainter":{"Listenable":[]},"SignInWithAppleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnknownSignInWithAppleException":{"Exception":[]},"SignInWithAppleNotSupportedException":{"Exception":[]},"SignInWithAppleAuthorizationException":{"Exception":[]},"SignInWithAppleCredentialsException":{"Exception":[]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"SourceSpanWithContext":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"Comparable":["SourceSpan"]},"MyStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedInjected":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Injected":{"ReactiveModel":["1"]},"InjectedImp":{"ReactiveModelImp":["1"],"ReactiveModel":["1"]},"ReactiveModelImp":{"ReactiveModel":["1"]},"OnBuilder":{"MyStatefulWidget":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MyStatefulWidgetState":{"ExtendedState":["MyStatefulWidget<1>"],"State":["MyStatefulWidget<1>"]},"IStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MyElement":{"StatefulElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ExtendedState":{"State":["1"]},"StringScannerException":{"FormatException":[],"Exception":[]},"Document2":{"Listenable":[]},"DocumentNode":{"Listenable":[]},"DocumentComposer":{"Listenable":[]},"ComposerPreferences":{"Listenable":[]},"MutableDocument":{"Document2":[],"Listenable":[]},"LinkAttribution":{"Attribution":[]},"BlockquoteComponentBuilder":{"ComponentBuilder":[]},"BlockquoteComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"BlockquoteComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockNode":{"DocumentNode":[],"Listenable":[]},"_BoxComponentState":{"DocumentComponent":["BoxComponent"],"State":["BoxComponent"]},"SelectableBox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorDebugVisuals":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorFocusDebugVisuals":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeDebugVisuals":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CaretDocumentOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaretDocumentOverlayState":{"State":["CaretDocumentOverlay"]},"EditorSelectionAndFocusPolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorSelectionAndFocusPolicyState":{"State":["EditorSelectionAndFocusPolicy"]},"DocumentMouseInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentMouseInteractorState":{"State":["DocumentMouseInteractor"]},"ScrollableDocument":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AndroidDocumentTouchInteractorState":{"State":["AndroidDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"_AndroidDocumentTouchEditingControlsState":{"State":["AndroidDocumentTouchEditingControls"]},"IOSDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IOSDocumentTouchInteractorState":{"State":["IOSDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"SuperEditorHardwareKeyHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperEditorHardwareKeyHandlerState":{"State":["SuperEditorHardwareKeyHandler"]},"DocumentImeInputClient":{"DeltaTextInputClient":[]},"ImeFocusPolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentSelectionOpenAndCloseImePolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImeFocusPolicyState":{"State":["ImeFocusPolicy"]},"_DocumentSelectionOpenAndCloseImePolicyState":{"State":["DocumentSelectionOpenAndCloseImePolicy"]},"DeltaTextInputClientDecorator":{"DeltaTextInputClient":[]},"SoftwareKeyboardOpener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SoftwareKeyboardOpenerState":{"State":["SoftwareKeyboardOpener"]},"KeyboardEditingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeInteractorState":{"State":["SuperEditorImeInteractor"]},"DocumentScrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentScrollableState":{"State":["DocumentScrollable"]},"AutoScrollController":{"Listenable":[]},"HorizontalRuleNode":{"DocumentNode":[],"Listenable":[]},"HorizontalRuleComponentBuilder":{"ComponentBuilder":[]},"HorizontalRuleComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"HorizontalRuleComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageNode":{"DocumentNode":[],"Listenable":[]},"ImageComponentBuilder":{"ComponentBuilder":[]},"ImageComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"ImageComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleColumnDocumentLayout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PresenterComponentBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Component":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleColumnDocumentLayoutState":{"State":["SingleColumnDocumentLayout"],"DocumentLayout":[]},"_PresenterComponentBuilderState":{"State":["_PresenterComponentBuilder"]},"SingleColumnLayoutCustomComponentStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnStylesheetStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnLayoutSelectionStyler":{"SingleColumnLayoutStylePhase":[]},"UnorderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OrderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListItemNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"ListItemComponentBuilder":{"ComponentBuilder":[]},"ListItemComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"ParagraphNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"ParagraphComponentBuilder":{"ComponentBuilder":[]},"ParagraphComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"SuperEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorLaunchLinkTapHandler":{"Listenable":[]},"SuperEditorState":{"State":["SuperEditor"]},"DefaultCaretOverlayBuilder":{"DocumentLayerBuilder":[]},"TaskComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"TaskComponentBuilder":{"ComponentBuilder":[]},"TaskComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"_TaskComponentState":{"DocumentComponent":["TaskComponent"],"State":["TaskComponent"],"TextComposable":[]},"TextNode":{"DocumentNode":[],"Listenable":[]},"TextComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextNodeSelection":{"TextSelection":[],"TextRange":[]},"TextNodePosition":{"TextPosition":[]},"TextComponentState":{"DocumentComponent":["TextComponent"],"State":["TextComponent"],"TextComposable":[]},"UnknownComponentBuilder":{"ComponentBuilder":[]},"MultiListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MultiListenableBuilderState":{"State":["MultiListenableBuilder"]},"ListenableBuilder0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlinkingCaretState":{"State":["BlinkingCaret"]},"_CaretPainter0":{"Listenable":[]},"ContentLayers":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContentLayersElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderContentLayers":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_NullElement1":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget5":{"Widget":[],"DiagnosticableTree":[]},"ContentTapDelegate":{"Listenable":[]},"NonReparentingFocus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusWithCustomParent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NonReparentingFocusState":{"State":["NonReparentingFocus"]},"_FocusWithCustomParentState":{"State":["FocusWithCustomParent"]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"TapSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"AndroidDocumentGestureEditingController":{"Listenable":[]},"AndroidFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IosDocumentTouchEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IosDocumentTouchEditingControlsState":{"State":["IosDocumentTouchEditingControls"]},"IosDocumentGestureEditingController":{"Listenable":[]},"FloatingCursorController":{"Listenable":[]},"IOSFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSRoundedRectangleMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSCollapsedHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierAndToolbarController":{"Listenable":[]},"GestureEditingController":{"Listenable":[]},"AndroidEditingOverlayControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidEditingOverlayController":{"Listenable":[]},"_AndroidEditingOverlayControlsState":{"State":["AndroidEditingOverlayControls"],"WidgetsBindingObserver":[]},"AndroidTextFieldTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextFieldTouchInteractorState":{"State":["AndroidTextFieldTouchInteractor"]},"SuperAndroidTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperAndroidTextFieldState":{"State":["SuperAndroidTextField"],"WidgetsBindingObserver":[],"ProseTextBlock":[]},"SuperDesktopTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldGestureInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldKeyboardInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldScrollview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldScrollviewState":{"State":["SuperTextFieldScrollview"]},"SuperDesktopTextFieldState":{"State":["SuperDesktopTextField"],"ProseTextBlock":[]},"_SuperTextFieldGestureInteractorState":{"State":["SuperTextFieldGestureInteractor"]},"_SuperTextFieldKeyboardInteractorState":{"State":["SuperTextFieldKeyboardInteractor"]},"_SuperTextFieldImeInteractorState":{"State":["SuperTextFieldImeInteractor"]},"AttributedTextEditingController":{"Listenable":[]},"FillWidthIfConstrained":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderFillWidthIfConstrained":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OuterBoxShadow":{"BoxShadow":[],"Shadow":[]},"TextScrollView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextScrollViewState":{"State":["TextScrollView"]},"TextScrollController":{"Listenable":[]},"ImeAttributedTextEditingController":{"AttributedTextEditingController":[],"DeltaTextInputClient":[],"Listenable":[]},"IOSEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSEditingOverlayController":{"Listenable":[]},"_IOSEditingControlsState":{"State":["IOSEditingControls"],"WidgetsBindingObserver":[]},"IOSFloatingCursor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FloatingCursorController0":{"Listenable":[]},"IOSTextFieldTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextFieldTouchInteractorState":{"State":["IOSTextFieldTouchInteractor"]},"SuperIOSTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperIOSTextFieldState":{"State":["SuperIOSTextField"],"WidgetsBindingObserver":[],"ProseTextBlock":[]},"SuperTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldState":{"State":["SuperTextField"]},"TextLayoutCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutCaretState":{"State":["TextLayoutCaret"]},"CaretPainter":{"Listenable":[]},"BlinkController":{"Listenable":[]},"SuperText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextLayoutParentData":{"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"SuperTextState":{"State":["SuperText"],"ProseTextBlock":[]},"_SuperTextLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderSuperTextLayout":{"RenderBoxContainerDefaultsMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"LayoutAwareRichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderLayoutAwareParagraph":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"SuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RebuildOptimizedSuperTextWithSelection":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextWithSelectionState":{"ProseTextState":["SuperTextWithSelection"],"State":["SuperTextWithSelection"],"ProseTextBlock":[]},"_RebuildOptimizedSuperTextWithSelectionState":{"State":["_RebuildOptimizedSuperTextWithSelection"]},"ProseTextState":{"State":["1"],"ProseTextBlock":[]},"ProseTextLayout":{"TextLayout":[]},"RenderParagraphProseTextLayout":{"ProseTextLayout":[],"TextLayout":[]},"TextLayoutSelectionHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutEmptyHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmptyHighlightPainter":{"Listenable":[]},"TextSelectionPainter":{"Listenable":[]},"ArMessages":{"LookupMessages":[]},"CaMessages":{"LookupMessages":[]},"CsMessages":{"LookupMessages":[]},"DaMessages":{"LookupMessages":[]},"DeMessages":{"LookupMessages":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"FaMessages":{"LookupMessages":[]},"FrMessages":{"LookupMessages":[]},"FrShortMessages":{"LookupMessages":[]},"HuMessages":{"LookupMessages":[]},"HuShortMessages":{"LookupMessages":[]},"ItMessages":{"LookupMessages":[]},"ItShortMessages":{"LookupMessages":[]},"JaMessages":{"LookupMessages":[]},"NbNoShortMessages":{"LookupMessages":[]},"NbNoMessages":{"LookupMessages":[]},"NlMessages":{"LookupMessages":[]},"NlShortMessages":{"LookupMessages":[]},"PlMessages":{"LookupMessages":[]},"PtBrMessages":{"LookupMessages":[]},"PtBrShortMessages":{"LookupMessages":[]},"RoMessages":{"LookupMessages":[]},"RoShortMessages":{"LookupMessages":[]},"RuMessages":{"LookupMessages":[]},"RuShortMessages":{"LookupMessages":[]},"SvMessages":{"LookupMessages":[]},"SvShortMessages":{"LookupMessages":[]},"ThMessages":{"LookupMessages":[]},"ThShortMessages":{"LookupMessages":[]},"ZhMessages":{"LookupMessages":[]},"BoxValueConstraints":{"BoxConstraints":[],"Constraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"VsScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbar0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollbarState":{"State":["VsScrollbar"]},"_MaterialScrollbarState0":{"RawScrollbarState":["_MaterialScrollbar0"],"State":["_MaterialScrollbar0"]},"Directory0":{"FileSystemEntity0":[],"Directory":[],"FileSystemEntity":[]},"File1":{"FileSystemEntity0":[],"File0":[],"FileSystemEntity":[]},"FileSystemEntity0":{"FileSystemEntity":[]},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipVisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Pixel":{"Color1":[],"Iterable":["num"]},"LinkViewController":{"PlatformViewController":[]}}')); - A._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"ConstantSet":1,"NativeTypedArray":1,"EventSink":1,"MultiStreamController":1,"StreamView":1,"StreamTransformerBase":2,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"UnmodifiableMapBase":2,"_SplayTreeNode":2,"_SplayTree":2,"_SplayTreeMap__SplayTree_MapMixin":2,"_SplayTreeSet__SplayTree_Iterable":1,"_SplayTreeSet__SplayTree_Iterable_SetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"ChunkedConversionSink":1,"Codec0":2,"_StringSinkConversionSink":1,"Comparable":1,"Iterator":1,"_JsArray_JsObject_ListMixin":1,"Serializer":1,"BaseBarRendererConfig":1,"BaseRenderSpec":1,"Scale":1,"Extents":1,"TypedKey":1,"_BaseChartState_State_TickerProviderStateMixin":1,"CartesianChart0":1,"AnimationWithParentMixin":1,"CompoundAnimation":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin":1,"ParametricCurve":1,"__AnimatedEvaluation_Animation_AnimationWithParentMixin":1,"__CupertinoRadioState_State_TickerProviderStateMixin":1,"__CupertinoRadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin":1,"__DropdownButtonState_State_WidgetsBindingObserver":1,"MaterialStateMixin":1,"_MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin":1,"_ZoomTransitionBase":1,"__RadioState_State_TickerProviderStateMixin":1,"__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin0":1,"ContainerBoxParentData":1,"_ContainerBoxParentData_BoxParentData_ContainerParentDataMixin":1,"ContainerParentDataMixin":1,"RenderProxyBoxMixin":1,"RenderAnimatedOpacityMixin":1,"_RenderCustomClip":1,"_RenderPhysicalModelBase":1,"RenderViewportBase":1,"AutomaticKeepAliveClientMixin":1,"_FormFieldState_State_RestorationMixin":1,"ImplicitlyAnimatedWidgetState":1,"AnimatedWidgetBaseState":1,"_ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin":1,"Page":1,"TransitionDelegate":1,"PageStorageKey":1,"PageRoute":1,"RestorableProperty":1,"RestorationMixin":1,"RestorableValue":1,"_RestorablePrimitiveValue":1,"RestorableListenable":1,"RestorableChangeNotifier":1,"__RouterState_State_RestorationMixin":1,"OverlayRoute":1,"LocalHistoryRoute":1,"PopupRoute":1,"RawDialogRoute":1,"_ModalRoute_TransitionRoute_LocalHistoryRoute":1,"_RawScrollbarState_State_TickerProviderStateMixin":1,"SlottedMultiChildRenderObjectWidget":2,"_SlottedMultiChildRenderObjectWidget_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin":2,"SingleTickerProviderStateMixin":1,"TickerProviderStateMixin":1,"_UndoHistoryState_State_UndoManagerClient":1,"ForwardingSink":2,"IObservable":1,"_ReactiveModel_Object_IObservable":1,"ProxyDocumentComponent":1,"_ProseTextState_State_ProseTextBlock":1,"__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder":1,"Factory":1,"ExceptionCauseExtractor":1,"ExceptionStackTraceExtractor":1}')); + A._Universe_addRules(init.typeUniverse, JSON.parse('{"PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"LegacyJavaScriptObject","LoadConfig":"LegacyJavaScriptObject","GoogleAuthInitFailureError":"LegacyJavaScriptObject","GoogleAuth":"LegacyJavaScriptObject","GoogleUser":"LegacyJavaScriptObject","GoogleAuthSignInError":"LegacyJavaScriptObject","OfflineAccessResponse":"LegacyJavaScriptObject","_GoogleAuth":"LegacyJavaScriptObject","IsSignedIn":"LegacyJavaScriptObject","CurrentUser":"LegacyJavaScriptObject","SigninOptions":"LegacyJavaScriptObject","OfflineAccessOptions":"LegacyJavaScriptObject","ClientConfig":"LegacyJavaScriptObject","SigninOptionsBuilder":"LegacyJavaScriptObject","BasicProfile":"LegacyJavaScriptObject","AuthResponse":"LegacyJavaScriptObject","AuthorizeConfig":"LegacyJavaScriptObject","AuthorizeResponse":"LegacyJavaScriptObject","_GoogleUser":"LegacyJavaScriptObject","Promise":"LegacyJavaScriptObject","Promise0":"LegacyJavaScriptObject","BindConfiguration":"LegacyJavaScriptObject","Data":"LegacyJavaScriptObject","Boundary":"LegacyJavaScriptObject","ViewPort":"LegacyJavaScriptObject","Options":"LegacyJavaScriptObject","CroppieJS":"LegacyJavaScriptObject","AuthenticationResult0":"LegacyJavaScriptObject","AccountInfo":"LegacyJavaScriptObject","Configuration0":"LegacyJavaScriptObject","BrowserAuthOptions":"LegacyJavaScriptObject","CacheOptions":"LegacyJavaScriptObject","BrowserSystemOptions":"LegacyJavaScriptObject","LoggerOptions":"LegacyJavaScriptObject","AuthError":"LegacyJavaScriptObject","EventMessage":"LegacyJavaScriptObject","Logger1":"LegacyJavaScriptObject","NavigationOptions":"LegacyJavaScriptObject","NetworkRequestOptions":"LegacyJavaScriptObject","NetworkResponse":"LegacyJavaScriptObject","PublicClientApplication0":"LegacyJavaScriptObject","SsoSilentRequest":"LegacyJavaScriptObject","EndSessionRequest":"LegacyJavaScriptObject","EndSessionPopupRequest":"LegacyJavaScriptObject","SilentRequest":"LegacyJavaScriptObject","RedirectRequest":"LegacyJavaScriptObject","PopupRequest0":"LegacyJavaScriptObject","CommonSilentFlowRequest":"LegacyJavaScriptObject","CommonAuthorizationUrlRequest0":"LegacyJavaScriptObject","CommonEndSessionRequest":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Promise1":"LegacyJavaScriptObject","Array":"LegacyJavaScriptObject","Object0":"LegacyJavaScriptObject","Reflect":"LegacyJavaScriptObject","NodeCrypto":"LegacyJavaScriptObject","PdfJsDoc":"LegacyJavaScriptObject","PdfJsPage":"LegacyJavaScriptObject","PdfJs":"LegacyJavaScriptObject","Settings":"LegacyJavaScriptObject","PdfJsDocLoader":"LegacyJavaScriptObject","PdfJsViewport":"LegacyJavaScriptObject","PdfJsRender":"LegacyJavaScriptObject","SignInResponseI":"LegacyJavaScriptObject","SignInWithAppleInitOptions":"LegacyJavaScriptObject","AuthorizationI":"LegacyJavaScriptObject","UserI":"LegacyJavaScriptObject","NameI":"LegacyJavaScriptObject","KeyframeEffect":"JavaScriptObject","KeyframeEffectReadOnly":"JavaScriptObject","AnimationEffectReadOnly":"JavaScriptObject","AnimationEvent":"Event","AudioContext":"BaseAudioContext","AbsoluteOrientationSensor":"EventTarget","OrientationSensor":"EventTarget","Sensor":"EventTarget","AElement":"SvgElement","GraphicsElement":"SvgElement","OpenDBRequest":"Request0","_WorkerNavigator":"NavigatorConcurrentHardware","_ResourceProgressEvent":"ProgressEvent","AudioElement":"HtmlElement","MediaElement":"HtmlElement","ShadowRoot":"Node1","DocumentFragment":"Node1","XmlDocument":"Document1","WindowClient":"Client","PointerEvent0":"MouseEvent","VttCue":"TextTrackCue","CompositionEvent":"UIEvent","AbortPaymentEvent":"ExtendableEvent","DedicatedWorkerGlobalScope":"WorkerGlobalScope","FederatedCredential":"Credential","CDataSection":"CharacterData","Text2":"CharacterData","MidiInput":"MidiPort","MathMLElement":"Element2","HttpRequestUpload":"HttpRequestEventTarget","HtmlFormControlsCollection":"HtmlCollection","CssCharsetRule":"CssRule","CssMatrixComponent":"CssTransformComponent","CssStyleSheet":"StyleSheet","CssurlImageValue":"CssStyleValue","CssImageValue":"CssStyleValue","CssResourceValue":"CssStyleValue","CanvasCaptureMediaStreamTrack":"MediaStreamTrack","BackgroundFetchClickEvent":"BackgroundFetchEvent","CkImage":{"Image1":[]},"CkBrowserImageDecoder":{"Codec":[]},"FontLoadError":{"Error":[]},"PersistedContainerSurface":{"PersistedSurface":[]},"EngineLineMetrics":{"LineMetrics":[]},"CkColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkBlendModeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkMatrixColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkLinearToSrgbGammaColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkSrgbToLinearGammaColorFilter":{"CkManagedSkImageFilterConvertible":[]},"CkComposeColorFilter":{"CkManagedSkImageFilterConvertible":[]},"MutatorsStack":{"Iterable":["Mutator"],"Iterable.E":"Mutator"},"ImageCodecException":{"Exception":[]},"CkImageFilter":{"CkManagedSkImageFilterConvertible":[]},"_CkBlurImageFilter":{"CkManagedSkImageFilterConvertible":[]},"_CkMatrixImageFilter":{"CkManagedSkImageFilterConvertible":[]},"CkAnimatedImage":{"Codec":[]},"ContainerLayer":{"Layer":[]},"RootLayer":{"Layer":[]},"BackdropFilterEngineLayer":{"Layer":[],"BackdropFilterEngineLayer0":[]},"ClipPathEngineLayer":{"Layer":[],"ClipPathEngineLayer0":[]},"ClipRectEngineLayer":{"Layer":[],"ClipRectEngineLayer0":[]},"ClipRRectEngineLayer":{"Layer":[],"ClipRRectEngineLayer0":[]},"OpacityEngineLayer":{"Layer":[],"OpacityEngineLayer0":[]},"TransformEngineLayer":{"Layer":[],"TransformEngineLayer0":[]},"OffsetEngineLayer":{"Layer":[],"TransformEngineLayer0":[],"OffsetEngineLayer0":[]},"ImageFilterEngineLayer":{"Layer":[],"ImageFilterEngineLayer0":[]},"PictureLayer":{"Layer":[]},"PlatformViewLayer0":{"Layer":[]},"CkPaint":{"Paint":[]},"CkPath":{"Path":[]},"SimpleCkShader":{"CkShader":[]},"CkGradientLinear":{"CkShader":[]},"CkLineMetrics":{"LineMetrics":[]},"CanvasKitError":{"Error":[]},"HttpFetchResponseImpl":{"HttpFetchResponse":[]},"HttpFetchNoPayloadError":{"Exception":[]},"HttpFetchError":{"Exception":[]},"_DomListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"_DomTouchListWrapper":{"Iterable":["1"],"Iterable.E":"1"},"FontNotFoundError":{"FontLoadError":[],"Error":[]},"FontDownloadError":{"FontLoadError":[],"Error":[]},"FontInvalidDataError":{"FontLoadError":[],"Error":[]},"PersistedBackdropFilter":{"PersistedContainerSurface":[],"PersistedSurface":[],"BackdropFilterEngineLayer0":[]},"PersistedClipRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRectEngineLayer0":[]},"PersistedClipRRect":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipRRectEngineLayer0":[]},"PersistedClipPath":{"PersistedContainerSurface":[],"PersistedSurface":[],"ClipPathEngineLayer0":[]},"PersistedImageFilter":{"PersistedContainerSurface":[],"PersistedSurface":[],"ImageFilterEngineLayer0":[]},"PersistedOffset":{"PersistedContainerSurface":[],"PersistedSurface":[],"OffsetEngineLayer0":[]},"PersistedOpacity":{"PersistedContainerSurface":[],"PersistedSurface":[],"OpacityEngineLayer0":[]},"SurfacePaint":{"Paint":[]},"SurfacePath":{"Path":[]},"PersistedPicture":{"PersistedSurface":[]},"PersistedPlatformView":{"PersistedSurface":[]},"DrawCommand":{"PaintCommand":[]},"PaintSave":{"PaintCommand":[]},"PaintRestore":{"PaintCommand":[]},"PaintTranslate":{"PaintCommand":[]},"PaintScale":{"PaintCommand":[]},"PaintRotate":{"PaintCommand":[]},"PaintTransform":{"PaintCommand":[]},"PaintClipRect":{"PaintCommand":[]},"PaintClipRRect":{"PaintCommand":[]},"PaintClipPath":{"PaintCommand":[]},"PaintDrawLine":{"PaintCommand":[]},"PaintDrawPaint":{"PaintCommand":[]},"PaintDrawRect":{"PaintCommand":[]},"PaintDrawRRect":{"PaintCommand":[]},"PaintDrawDRRect":{"PaintCommand":[]},"PaintDrawOval":{"PaintCommand":[]},"PaintDrawCircle":{"PaintCommand":[]},"PaintDrawPath":{"PaintCommand":[]},"PaintDrawShadow":{"PaintCommand":[]},"PaintDrawImageRect":{"PaintCommand":[]},"PaintDrawParagraph":{"PaintCommand":[]},"PersistedScene":{"PersistedContainerSurface":[],"PersistedSurface":[]},"_BlurEngineImageFilter":{"EngineImageFilter":[]},"_MatrixEngineImageFilter":{"EngineImageFilter":[]},"EngineHtmlColorFilter":{"EngineImageFilter":[]},"ModeHtmlColorFilter":{"EngineImageFilter":[]},"PersistedLeafSurface":{"PersistedSurface":[]},"PersistedTransform":{"PersistedContainerSurface":[],"PersistedSurface":[],"TransformEngineLayer0":[]},"HtmlCodec":{"Codec":[]},"HtmlBlobCodec":{"Codec":[]},"SingleFrameInfo":{"FrameInfo":[]},"HtmlImage":{"Image1":[]},"BrowserImageDecoder":{"Codec":[]},"AnimatedImageFrameInfo":{"FrameInfo":[]},"RouteName":{"RoleManager":[]},"Focusable":{"RoleManager":[]},"LabelAndValue":{"RoleManager":[]},"LiveRegion":{"RoleManager":[]},"SemanticsUpdate":{"SemanticsUpdate0":[]},"Tappable":{"RoleManager":[]},"_TypedDataBuffer":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_IntBuffer":{"_TypedDataBuffer":["int"],"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8Buffer":{"_TypedDataBuffer":["int"],"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int","Iterable.E":"int","_TypedDataBuffer.E":"int"},"PlaceholderSpan":{"ParagraphSpan":[]},"ChildStyleNode":{"StyleNode":[]},"RootStyleNode":{"StyleNode":[]},"EllipsisFragment":{"LayoutFragment":[]},"EngineFlutterWindow":{"FlutterView":[]},"JavaScriptObject":{"JSObject":[]},"JSBool":{"bool":[],"TrustedGetRuntimeType":[]},"JSNull":{"Null":[],"TrustedGetRuntimeType":[]},"LegacyJavaScriptObject":{"JavaScriptObject":[],"JSObject":[],"GoogleAuthInitFailureError":[],"GoogleAuthSignInError":[],"GoogleAuth":[],"GoogleUser":[],"AuthenticationResult0":[],"JsError":[],"PdfJsDoc":[],"PdfJsPage":[],"SignInResponseI":[]},"JSArray":{"List":["1"],"JavaScriptObject":[],"EfficientLengthIterable":["1"],"JSObject":[],"Iterable":["1"],"JSIndexable":["1"],"Iterable.E":"1"},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"JavaScriptObject":[],"EfficientLengthIterable":["1"],"JSObject":[],"Iterable":["1"],"JSIndexable":["1"],"Iterable.E":"1"},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSString":{"String":[],"Comparable":["String"],"Pattern":[],"JSIndexable":["@"],"TrustedGetRuntimeType":[]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListBase.E":"2","Iterable.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastMap":{"MapBase":["3","4"],"Map":["3","4"],"MapBase.V":"4","MapBase.K":"3"},"CastQueue":{"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"LateError":{"Error":[]},"CodeUnits":{"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int","Iterable.E":"int"},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListIterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_ListIndicesIterable":{"ListIterable":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"Iterable.E":"int","ListIterable.E":"int"},"ListMapView":{"MapBase":["int","1"],"_UnmodifiableMapMixin":["int","1"],"Map":["int","1"],"MapBase.V":"1","MapBase.K":"int"},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_KeysOrValues":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"ConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ConstantStringSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"GeneralConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"_CyclicInitializationError":{"Error":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"JsIdentityLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"JsConstantLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"JSSyntaxRegExp":{"RegExp":[],"Pattern":[]},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"JavaScriptObject":[],"JSObject":[],"ByteBuffer":[],"TrustedGetRuntimeType":[]},"NativeTypedData":{"JavaScriptObject":[],"JSObject":[],"TypedData":[]},"NativeByteData":{"JavaScriptObject":[],"ByteData":[],"JSObject":[],"TypedData":[],"TrustedGetRuntimeType":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"JavaScriptObject":[],"JSObject":[],"TypedData":[],"JSIndexable":["1"]},"NativeTypedArrayOfDouble":{"ListBase":["double"],"List":["double"],"JavaScriptIndexingBehavior":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"JSObject":[],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"JSObject":[],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListBase":["double"],"Float32List":[],"List":["double"],"JavaScriptIndexingBehavior":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"JSObject":[],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double","Iterable.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListBase":["double"],"Float64List":[],"List":["double"],"JavaScriptIndexingBehavior":["double"],"JavaScriptObject":[],"EfficientLengthIterable":["double"],"JSObject":[],"TypedData":[],"JSIndexable":["double"],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double","Iterable.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int16List":[],"List":["int"],"JavaScriptIndexingBehavior":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"JSObject":[],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int32List":[],"List":["int"],"JavaScriptIndexingBehavior":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"JSObject":[],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Int8List":[],"List":["int"],"JavaScriptIndexingBehavior":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"JSObject":[],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint16List":[],"List":["int"],"JavaScriptIndexingBehavior":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"JSObject":[],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint32List":[],"List":["int"],"JavaScriptIndexingBehavior":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"JSObject":[],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint8ClampedList":[],"List":["int"],"JavaScriptIndexingBehavior":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"JSObject":[],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListBase":["int"],"Uint8List":[],"List":["int"],"JavaScriptIndexingBehavior":["int"],"JavaScriptObject":[],"EfficientLengthIterable":["int"],"JSObject":[],"TypedData":[],"JSIndexable":["int"],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int","Iterable.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"_Future":{"Future":["1"]},"MultiStreamController":{"EventSink":["1"]},"_BufferingStreamSubscription":{"_BufferingStreamSubscription.T":"1"},"_HandlerEventSink":{"EventSink":["1"]},"_TimerImpl":{"Timer":[]},"_AsyncAwaitCompleter":{"Completer":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"AsyncError":{"Error":[]},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"TimeoutException":{"Exception":[]},"_Completer":{"Completer":["1"]},"_AsyncCompleter":{"_Completer":["1"],"Completer":["1"]},"StreamView":{"Stream":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamControllerAddStreamState":{"_AddStreamState":["1"]},"_StreamImpl":{"Stream":["1"]},"_EmptyStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStream":{"Stream":["1"],"Stream.T":"1"},"_MultiStreamController":{"_AsyncStreamController":["1"],"_AsyncStreamControllerDispatch":["1"],"_StreamController":["1"],"MultiStreamController":["1"],"EventSink":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_WhereStream":{"_ForwardingStream":["1","1"],"Stream":["1"],"Stream.T":"1","_ForwardingStream.S":"1","_ForwardingStream.T":"1"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2","_ForwardingStream.S":"1","_ForwardingStream.T":"2"},"_EventSinkWrapper":{"EventSink":["1"]},"_SinkTransformerStreamSubscription":{"_BufferingStreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_BoundSinkStream":{"Stream":["2"],"Stream.T":"2"},"_StreamHandlerTransformer":{"_StreamSinkTransformer":["1","2"]},"_HashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_CustomHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_HashSet":{"_SetBase":["1"],"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetBase":["1"],"LinkedHashSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"UnmodifiableListView":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","Iterable.E":"1"},"LinkedList":{"Iterable":["1"],"Iterable.E":"1"},"ListBase":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapBase":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_DoubleLinkedQueueElement":{"_DoubleLinkedQueueEntry":["1"],"DoubleLinkedQueueEntry":["1"]},"_DoubleLinkedQueueSentinel":{"_DoubleLinkedQueueEntry":["1"]},"DoubleLinkedQueue":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"ListQueue":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"SetBase":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableSetView":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"SplayTreeMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.V":"2","MapBase.K":"1"},"_SplayTreeKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_SplayTreeValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_SplayTreeMapEntryIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"_SplayTreeKeyIterator":{"_SplayTreeIterator":["1","2","1"],"_SplayTreeIterator.T":"1"},"_SplayTreeValueIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","2"],"_SplayTreeIterator.T":"2"},"_SplayTreeMapEntryIterator":{"_SplayTreeIterator":["1","_SplayTreeMapNode<1,2>","MapEntry<1,2>"],"_SplayTreeIterator.T":"MapEntry<1,2>"},"SplayTreeSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","SetBase.E":"1"},"_JsonMap":{"MapBase":["String","@"],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","ListIterable.E":"String"},"_JsonDecoderSink":{"StringConversionSink":[]},"AsciiCodec":{"Encoding":[]},"_UnicodeSubsetEncoder":{"Converter":["String","List"]},"AsciiEncoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_UnicodeSubsetEncoderSink":{"StringConversionSink":[]},"_UnicodeSubsetDecoder":{"Converter":["List","String"]},"AsciiDecoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"Base64Encoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"Base64Decoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_Base64DecoderSink":{"StringConversionSink":[]},"_FusedConverter":{"Converter":["1","3"],"Converter.S":"1","Converter.T":"3"},"HtmlEscape":{"Converter":["String","String"],"Converter.S":"String","Converter.T":"String"},"_HtmlEscapeSink":{"StringConversionSink":[]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonEncoder":{"Converter":["Object?","String"],"Converter.S":"Object?","Converter.T":"String"},"JsonDecoder":{"Converter":["String","Object?"],"Converter.S":"String","Converter.T":"Object?"},"Latin1Codec":{"Encoding":[]},"Latin1Encoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"Latin1Decoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"_StringSinkConversionSink":{"StringConversionSink":[]},"_StringAdapterSink":{"StringConversionSink":[]},"Utf8Codec":{"Encoding":[]},"Utf8Encoder":{"Converter":["String","List"],"Converter.S":"String","Converter.T":"List"},"_Utf8EncoderSink":{"StringConversionSink":[]},"Utf8Decoder":{"Converter":["List","String"],"Converter.S":"List","Converter.T":"String"},"BigInt":{"Comparable":["BigInt"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExp":{"Pattern":[]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"],"Pattern":[]},"_BigIntImpl":{"Comparable":["BigInt"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"IntegerDivisionByZeroException":{"Exception":[],"Error":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"HtmlElement":{"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"BeforeUnloadEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"Blob":{"JavaScriptObject":[],"JSObject":[]},"CssRule":{"JavaScriptObject":[],"JSObject":[]},"Element2":{"Node1":[],"JavaScriptObject":[],"JSObject":[]},"Event":{"JavaScriptObject":[],"JSObject":[]},"File":{"Blob":[],"JavaScriptObject":[],"JSObject":[]},"Gamepad":{"JavaScriptObject":[],"JSObject":[]},"HttpRequest":{"JavaScriptObject":[],"JSObject":[]},"IFrameElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"MimeType":{"JavaScriptObject":[],"JSObject":[]},"MouseEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"Node1":{"JavaScriptObject":[],"JSObject":[]},"Plugin":{"JavaScriptObject":[],"JSObject":[]},"ProgressEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"SourceBuffer":{"JavaScriptObject":[],"JSObject":[]},"SpeechGrammar":{"JavaScriptObject":[],"JSObject":[]},"SpeechRecognitionResult":{"JavaScriptObject":[],"JSObject":[]},"StyleSheet":{"JavaScriptObject":[],"JSObject":[]},"TextTrack":{"JavaScriptObject":[],"JSObject":[]},"TextTrackCue":{"JavaScriptObject":[],"JSObject":[]},"Touch":{"JavaScriptObject":[],"JSObject":[]},"AccessibleNodeList":{"JavaScriptObject":[],"JSObject":[]},"AnchorElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"Animation":{"JavaScriptObject":[],"JSObject":[]},"ApplicationCacheErrorEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"AreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"BackgroundFetchEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"BackgroundFetchRegistration":{"JavaScriptObject":[],"JSObject":[]},"BluetoothRemoteGattDescriptor":{"JavaScriptObject":[],"JSObject":[]},"ButtonElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"CanvasElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"CanvasRenderingContext2D":{"JavaScriptObject":[],"JSObject":[]},"CharacterData":{"Node1":[],"JavaScriptObject":[],"JSObject":[]},"Client":{"JavaScriptObject":[],"JSObject":[]},"Credential":{"JavaScriptObject":[],"JSObject":[]},"CssKeywordValue":{"JavaScriptObject":[],"JSObject":[]},"CssNumericValue":{"JavaScriptObject":[],"JSObject":[]},"CssPerspective":{"JavaScriptObject":[],"JSObject":[]},"CssStyleDeclaration":{"JavaScriptObject":[],"JSObject":[]},"CssStyleValue":{"JavaScriptObject":[],"JSObject":[]},"CssTransformComponent":{"JavaScriptObject":[],"JSObject":[]},"CssTransformValue":{"JavaScriptObject":[],"JSObject":[]},"CssUnitValue":{"JavaScriptObject":[],"JSObject":[]},"CssUnparsedValue":{"JavaScriptObject":[],"JSObject":[]},"DataElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"DataTransferItemList":{"JavaScriptObject":[],"JSObject":[]},"DeprecationReport":{"JavaScriptObject":[],"JSObject":[]},"Document1":{"Node1":[],"JavaScriptObject":[],"JSObject":[]},"DomError":{"JavaScriptObject":[],"JSObject":[]},"DomException0":{"JavaScriptObject":[],"JSObject":[]},"DomRectList":{"ListBase":["Rectangle"],"ImmutableListMixin":["Rectangle"],"List":["Rectangle"],"JavaScriptIndexingBehavior":["Rectangle"],"JavaScriptObject":[],"EfficientLengthIterable":["Rectangle"],"JSObject":[],"Iterable":["Rectangle"],"JSIndexable":["Rectangle"],"ImmutableListMixin.E":"Rectangle","ListBase.E":"Rectangle","Iterable.E":"Rectangle"},"DomRectReadOnly0":{"JavaScriptObject":[],"Rectangle":["num"],"JSObject":[]},"DomStringList":{"ListBase":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptIndexingBehavior":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"JSObject":[],"Iterable":["String"],"JSIndexable":["String"],"ImmutableListMixin.E":"String","ListBase.E":"String","Iterable.E":"String"},"DomTokenList0":{"JavaScriptObject":[],"JSObject":[]},"_ChildrenElementList":{"ListBase":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListBase.E":"Element2","Iterable.E":"Element2"},"ErrorEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"EventTarget":{"JavaScriptObject":[],"JSObject":[]},"ExtendableEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"FileList":{"ListBase":["File"],"ImmutableListMixin":["File"],"List":["File"],"JavaScriptIndexingBehavior":["File"],"JavaScriptObject":[],"EfficientLengthIterable":["File"],"JSObject":[],"Iterable":["File"],"JSIndexable":["File"],"ImmutableListMixin.E":"File","ListBase.E":"File","Iterable.E":"File"},"FileReader":{"JavaScriptObject":[],"JSObject":[]},"FileWriter":{"JavaScriptObject":[],"JSObject":[]},"FontFaceSet":{"JavaScriptObject":[],"JSObject":[]},"FormElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"GamepadButton":{"JavaScriptObject":[],"JSObject":[]},"History":{"JavaScriptObject":[],"JSObject":[]},"HtmlCollection":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"JSObject":[],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"HtmlDocument":{"Document1":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"HttpRequestEventTarget":{"JavaScriptObject":[],"JSObject":[]},"ImageData":{"JavaScriptObject":[],"JSObject":[]},"InputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"InterventionReport":{"JavaScriptObject":[],"JSObject":[]},"LIElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"Location":{"JavaScriptObject":[],"JSObject":[]},"MediaError":{"JavaScriptObject":[],"JSObject":[]},"MediaKeyMessageEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"MediaList":{"JavaScriptObject":[],"JSObject":[]},"MediaQueryList":{"JavaScriptObject":[],"JSObject":[]},"MediaStream":{"JavaScriptObject":[],"JSObject":[]},"MediaStreamTrack":{"JavaScriptObject":[],"JSObject":[]},"MessagePort":{"JavaScriptObject":[],"JSObject":[]},"MeterElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"MidiInputMap":{"JavaScriptObject":[],"MapBase":["String","@"],"JSObject":[],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"MidiOutputMap":{"JavaScriptObject":[],"MapBase":["String","@"],"JSObject":[],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"MidiPort":{"JavaScriptObject":[],"JSObject":[]},"MimeTypeArray":{"ListBase":["MimeType"],"ImmutableListMixin":["MimeType"],"List":["MimeType"],"JavaScriptIndexingBehavior":["MimeType"],"JavaScriptObject":[],"EfficientLengthIterable":["MimeType"],"JSObject":[],"Iterable":["MimeType"],"JSIndexable":["MimeType"],"ImmutableListMixin.E":"MimeType","ListBase.E":"MimeType","Iterable.E":"MimeType"},"Navigator0":{"JavaScriptObject":[],"JSObject":[]},"NavigatorConcurrentHardware":{"JavaScriptObject":[],"JSObject":[]},"NavigatorUserMediaError":{"JavaScriptObject":[],"JSObject":[]},"_ChildNodeListLazy":{"ListBase":["Node1"],"List":["Node1"],"EfficientLengthIterable":["Node1"],"Iterable":["Node1"],"ListBase.E":"Node1","Iterable.E":"Node1"},"NodeList0":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"JSObject":[],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"Notification":{"JavaScriptObject":[],"JSObject":[]},"OptionElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"OutputElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"OverconstrainedError":{"JavaScriptObject":[],"JSObject":[]},"ParamElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"PaymentRequest":{"JavaScriptObject":[],"JSObject":[]},"PluginArray":{"ListBase":["Plugin"],"ImmutableListMixin":["Plugin"],"List":["Plugin"],"JavaScriptIndexingBehavior":["Plugin"],"JavaScriptObject":[],"EfficientLengthIterable":["Plugin"],"JSObject":[],"Iterable":["Plugin"],"JSIndexable":["Plugin"],"ImmutableListMixin.E":"Plugin","ListBase.E":"Plugin","Iterable.E":"Plugin"},"PositionError":{"JavaScriptObject":[],"JSObject":[]},"PresentationAvailability":{"JavaScriptObject":[],"JSObject":[]},"PresentationConnection":{"JavaScriptObject":[],"JSObject":[]},"PresentationConnectionCloseEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"ProgressElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"RelatedApplication":{"JavaScriptObject":[],"JSObject":[]},"ReportBody":{"JavaScriptObject":[],"JSObject":[]},"RtcDataChannel":{"JavaScriptObject":[],"JSObject":[]},"RtcLegacyStatsReport":{"JavaScriptObject":[],"JSObject":[]},"RtcStatsReport":{"JavaScriptObject":[],"MapBase":["String","@"],"JSObject":[],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"SelectElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"SourceBufferList":{"ListBase":["SourceBuffer"],"ImmutableListMixin":["SourceBuffer"],"List":["SourceBuffer"],"JavaScriptIndexingBehavior":["SourceBuffer"],"JavaScriptObject":[],"EfficientLengthIterable":["SourceBuffer"],"JSObject":[],"Iterable":["SourceBuffer"],"JSIndexable":["SourceBuffer"],"ImmutableListMixin.E":"SourceBuffer","ListBase.E":"SourceBuffer","Iterable.E":"SourceBuffer"},"SpeechGrammarList":{"ListBase":["SpeechGrammar"],"ImmutableListMixin":["SpeechGrammar"],"List":["SpeechGrammar"],"JavaScriptIndexingBehavior":["SpeechGrammar"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechGrammar"],"JSObject":[],"Iterable":["SpeechGrammar"],"JSIndexable":["SpeechGrammar"],"ImmutableListMixin.E":"SpeechGrammar","ListBase.E":"SpeechGrammar","Iterable.E":"SpeechGrammar"},"SpeechRecognitionError":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"Storage":{"JavaScriptObject":[],"MapBase":["String","String"],"JSObject":[],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"TextAreaElement":{"HtmlElement":[],"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"TextTrackCueList":{"ListBase":["TextTrackCue"],"ImmutableListMixin":["TextTrackCue"],"List":["TextTrackCue"],"JavaScriptIndexingBehavior":["TextTrackCue"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrackCue"],"JSObject":[],"Iterable":["TextTrackCue"],"JSIndexable":["TextTrackCue"],"ImmutableListMixin.E":"TextTrackCue","ListBase.E":"TextTrackCue","Iterable.E":"TextTrackCue"},"TextTrackList":{"ListBase":["TextTrack"],"ImmutableListMixin":["TextTrack"],"List":["TextTrack"],"JavaScriptIndexingBehavior":["TextTrack"],"JavaScriptObject":[],"EfficientLengthIterable":["TextTrack"],"JSObject":[],"Iterable":["TextTrack"],"JSIndexable":["TextTrack"],"ImmutableListMixin.E":"TextTrack","ListBase.E":"TextTrack","Iterable.E":"TextTrack"},"TimeRanges":{"JavaScriptObject":[],"JSObject":[]},"TouchList":{"ListBase":["Touch"],"ImmutableListMixin":["Touch"],"List":["Touch"],"JavaScriptIndexingBehavior":["Touch"],"JavaScriptObject":[],"EfficientLengthIterable":["Touch"],"JSObject":[],"Iterable":["Touch"],"JSIndexable":["Touch"],"ImmutableListMixin.E":"Touch","ListBase.E":"Touch","Iterable.E":"Touch"},"TrackDefaultList":{"JavaScriptObject":[],"JSObject":[]},"UIEvent":{"Event":[],"JavaScriptObject":[],"JSObject":[]},"Url":{"JavaScriptObject":[],"JSObject":[]},"VideoTrack":{"JavaScriptObject":[],"JSObject":[]},"VideoTrackList":{"JavaScriptObject":[],"JSObject":[]},"VttRegion":{"JavaScriptObject":[],"JSObject":[]},"Window":{"JavaScriptObject":[],"JSObject":[]},"WorkerGlobalScope":{"JavaScriptObject":[],"JSObject":[]},"_Attr":{"Node1":[],"JavaScriptObject":[],"JSObject":[]},"_CssRuleList":{"ListBase":["CssRule"],"ImmutableListMixin":["CssRule"],"List":["CssRule"],"JavaScriptIndexingBehavior":["CssRule"],"JavaScriptObject":[],"EfficientLengthIterable":["CssRule"],"JSObject":[],"Iterable":["CssRule"],"JSIndexable":["CssRule"],"ImmutableListMixin.E":"CssRule","ListBase.E":"CssRule","Iterable.E":"CssRule"},"_DomRect":{"JavaScriptObject":[],"Rectangle":["num"],"JSObject":[]},"_GamepadList":{"ListBase":["Gamepad?"],"ImmutableListMixin":["Gamepad?"],"List":["Gamepad?"],"JavaScriptIndexingBehavior":["Gamepad?"],"JavaScriptObject":[],"EfficientLengthIterable":["Gamepad?"],"JSObject":[],"Iterable":["Gamepad?"],"JSIndexable":["Gamepad?"],"ImmutableListMixin.E":"Gamepad?","ListBase.E":"Gamepad?","Iterable.E":"Gamepad?"},"_NamedNodeMap":{"ListBase":["Node1"],"ImmutableListMixin":["Node1"],"List":["Node1"],"JavaScriptIndexingBehavior":["Node1"],"JavaScriptObject":[],"EfficientLengthIterable":["Node1"],"JSObject":[],"Iterable":["Node1"],"JSIndexable":["Node1"],"ImmutableListMixin.E":"Node1","ListBase.E":"Node1","Iterable.E":"Node1"},"_Report":{"JavaScriptObject":[],"JSObject":[]},"_SpeechRecognitionResultList":{"ListBase":["SpeechRecognitionResult"],"ImmutableListMixin":["SpeechRecognitionResult"],"List":["SpeechRecognitionResult"],"JavaScriptIndexingBehavior":["SpeechRecognitionResult"],"JavaScriptObject":[],"EfficientLengthIterable":["SpeechRecognitionResult"],"JSObject":[],"Iterable":["SpeechRecognitionResult"],"JSIndexable":["SpeechRecognitionResult"],"ImmutableListMixin.E":"SpeechRecognitionResult","ListBase.E":"SpeechRecognitionResult","Iterable.E":"SpeechRecognitionResult"},"_StyleSheetList":{"ListBase":["StyleSheet"],"ImmutableListMixin":["StyleSheet"],"List":["StyleSheet"],"JavaScriptIndexingBehavior":["StyleSheet"],"JavaScriptObject":[],"EfficientLengthIterable":["StyleSheet"],"JSObject":[],"Iterable":["StyleSheet"],"JSIndexable":["StyleSheet"],"ImmutableListMixin.E":"StyleSheet","ListBase.E":"StyleSheet","Iterable.E":"StyleSheet"},"_AttributeMap":{"MapBase":["String","String"],"Map":["String","String"]},"_ElementAttributeMap":{"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"_DataAttributeMap":{"MapBase":["String","String"],"Map":["String","String"],"MapBase.V":"String","MapBase.K":"String"},"_EventStream":{"Stream":["1"],"Stream.T":"1"},"_ElementEventStreamImpl":{"_EventStream":["1"],"Stream":["1"],"Stream.T":"1"},"FilteredElementList0":{"ListBase":["Element2"],"List":["Element2"],"EfficientLengthIterable":["Element2"],"Iterable":["Element2"],"ListBase.E":"Element2","Iterable.E":"Element2"},"Transaction":{"JavaScriptObject":[],"JSObject":[]},"Cursor":{"JavaScriptObject":[],"JSObject":[]},"CursorWithValue":{"JavaScriptObject":[],"JSObject":[]},"Database":{"JavaScriptObject":[],"JSObject":[]},"KeyRange":{"JavaScriptObject":[],"JSObject":[]},"ObjectStore":{"JavaScriptObject":[],"JSObject":[]},"Observation":{"JavaScriptObject":[],"JSObject":[]},"ObserverChanges":{"JavaScriptObject":[],"JSObject":[]},"Request0":{"JavaScriptObject":[],"JSObject":[]},"Directory":{"FileSystemEntity":[]},"File0":{"FileSystemEntity":[]},"_RandomAccessFile":{"RandomAccessFile":[]},"OSError":{"Exception":[]},"_Directory":{"Directory":[],"FileSystemEntity":[]},"FileSystemException":{"Exception":[]},"PathAccessException":{"Exception":[]},"PathExistsException":{"Exception":[]},"PathNotFoundException":{"Exception":[]},"_FileStream":{"Stream":["List"],"Stream.T":"List"},"_File":{"File0":[],"FileSystemEntity":[]},"SystemEncoding":{"Encoding":[]},"JsArray":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","Iterable.E":"1"},"NullRejectionException":{"Exception":[]},"Rectangle":{"_RectangleBase":["1"]},"Length":{"JavaScriptObject":[],"JSObject":[]},"Number":{"JavaScriptObject":[],"JSObject":[]},"Transform0":{"JavaScriptObject":[],"JSObject":[]},"Angle":{"JavaScriptObject":[],"JSObject":[]},"LengthList":{"ListBase":["Length"],"ImmutableListMixin":["Length"],"List":["Length"],"JavaScriptObject":[],"EfficientLengthIterable":["Length"],"JSObject":[],"Iterable":["Length"],"ImmutableListMixin.E":"Length","ListBase.E":"Length","Iterable.E":"Length"},"NumberList":{"ListBase":["Number"],"ImmutableListMixin":["Number"],"List":["Number"],"JavaScriptObject":[],"EfficientLengthIterable":["Number"],"JSObject":[],"Iterable":["Number"],"ImmutableListMixin.E":"Number","ListBase.E":"Number","Iterable.E":"Number"},"PointList":{"JavaScriptObject":[],"JSObject":[]},"StringList":{"ListBase":["String"],"ImmutableListMixin":["String"],"List":["String"],"JavaScriptObject":[],"EfficientLengthIterable":["String"],"JSObject":[],"Iterable":["String"],"ImmutableListMixin.E":"String","ListBase.E":"String","Iterable.E":"String"},"SvgElement":{"Element2":[],"Node1":[],"JavaScriptObject":[],"JSObject":[]},"TransformList":{"ListBase":["Transform0"],"ImmutableListMixin":["Transform0"],"List":["Transform0"],"JavaScriptObject":[],"EfficientLengthIterable":["Transform0"],"JSObject":[],"Iterable":["Transform0"],"ImmutableListMixin.E":"Transform0","ListBase.E":"Transform0","Iterable.E":"Transform0"},"ByteData":{"TypedData":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"TypedData":[]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"TypedData":[]},"_UnmodifiableInt64ListView":{"ListBase.E":"int","Iterable.E":"int"},"SingletonFlutterWindow":{"FlutterView":[]},"AudioBuffer":{"JavaScriptObject":[],"JSObject":[]},"AudioParam":{"JavaScriptObject":[],"JSObject":[]},"AudioParamMap":{"JavaScriptObject":[],"MapBase":["String","@"],"JSObject":[],"Map":["String","@"],"MapBase.V":"@","MapBase.K":"String"},"AudioTrack":{"JavaScriptObject":[],"JSObject":[]},"AudioTrackList":{"JavaScriptObject":[],"JSObject":[]},"BaseAudioContext":{"JavaScriptObject":[],"JSObject":[]},"OfflineAudioContext":{"JavaScriptObject":[],"JSObject":[]},"ArchiveException":{"FormatException":[],"Exception":[]},"InputStream":{"InputStreamBase":[]},"SpanMarker":{"Comparable":["SpanMarker"]},"IncompatibleOverlappingAttributionsException":{"Exception":[]},"NamedAttribution":{"Attribution":[]},"BoardItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardItemState":{"State":["BoardItem"]},"BoardList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardListState":{"State":["BoardList"]},"BoardView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoardViewState":{"State":["BoardView"]},"CopyOnWriteList":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"CopyOnWriteMap":{"Map":["1","2"]},"CopyOnWriteSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"BuiltList":{"Iterable":["1"]},"_BuiltList":{"BuiltList":["1"],"Iterable":["1"],"Iterable.E":"1"},"_BuiltListMultimap":{"BuiltListMultimap":["1","2"]},"_BuiltMap":{"BuiltMap":["1","2"]},"BuiltSet":{"Iterable":["1"]},"_BuiltSet":{"BuiltSet":["1"],"Iterable":["1"],"Iterable.E":"1"},"_BuiltSetMultimap":{"BuiltSetMultimap":["1","2"]},"BuiltValueNullFieldError":{"Error":[]},"BuiltValueNestedFieldError":{"Error":[]},"DeserializationError":{"Error":[]},"BigIntSerializer":{"PrimitiveSerializer":["BigInt"],"Serializer":["BigInt"]},"BoolSerializer":{"PrimitiveSerializer":["bool"],"Serializer":["bool"]},"BuiltListMultimapSerializer":{"StructuredSerializer":["BuiltListMultimap<@,@>"],"Serializer":["BuiltListMultimap<@,@>"]},"BuiltListSerializer":{"StructuredSerializer":["BuiltList<@>"],"Serializer":["BuiltList<@>"]},"BuiltMapSerializer":{"StructuredSerializer":["BuiltMap<@,@>"],"Serializer":["BuiltMap<@,@>"]},"BuiltSetMultimapSerializer":{"StructuredSerializer":["BuiltSetMultimap<@,@>"],"Serializer":["BuiltSetMultimap<@,@>"]},"BuiltSetSerializer":{"StructuredSerializer":["BuiltSet<@>"],"Serializer":["BuiltSet<@>"]},"DateTimeSerializer":{"PrimitiveSerializer":["DateTime"],"Serializer":["DateTime"]},"DoubleSerializer":{"PrimitiveSerializer":["double"],"Serializer":["double"]},"DurationSerializer":{"PrimitiveSerializer":["Duration"],"Serializer":["Duration"]},"Int32Serializer":{"PrimitiveSerializer":["Int32"],"Serializer":["Int32"]},"Int64Serializer":{"PrimitiveSerializer":["Int64"],"Serializer":["Int64"]},"IntSerializer":{"PrimitiveSerializer":["int"],"Serializer":["int"]},"JsonObjectSerializer":{"PrimitiveSerializer":["JsonObject"],"Serializer":["JsonObject"]},"NullSerializer":{"PrimitiveSerializer":["Null"],"Serializer":["Null"]},"NumSerializer":{"PrimitiveSerializer":["num"],"Serializer":["num"]},"RegExpSerializer":{"PrimitiveSerializer":["RegExp"],"Serializer":["RegExp"]},"StringSerializer":{"PrimitiveSerializer":["String"],"Serializer":["String"]},"Uint8ListSerializer":{"PrimitiveSerializer":["Uint8List"],"Serializer":["Uint8List"]},"UriSerializer":{"PrimitiveSerializer":["Uri"],"Serializer":["Uri"]},"StandardJsonPlugin":{"SerializerPlugin":[]},"StringCharacters":{"Iterable":["String"],"Iterable.E":"String"},"BarChart0":{"CartesianChart":["String"],"BaseChart0":["String"],"BaseChart0.D":"String","CartesianChart.D":"String"},"BarRendererElement":{"BaseBarRendererElement":[]},"AnimatedBar":{"BaseAnimatedBar":["1","BarRendererElement<1>"]},"BarRenderer":{"BaseBarRenderer":["1","BarRendererElement<1>","AnimatedBar<1>"],"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[],"BaseBarRenderer.D":"1","BaseBarRenderer.B":"AnimatedBar<1>","BaseBarRenderer.R":"BarRendererElement<1>"},"BaseBarRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"_ReversedSeriesIterable":{"Iterable":["1"],"Iterable.E":"1"},"Axis":{"ImmutableAxis":["1"],"LayoutView":[]},"NumericAxis":{"Axis":["num"],"ImmutableAxis":["num"],"LayoutView":[],"Axis.D":"num"},"OrdinalAxis":{"Axis":["String"],"ImmutableAxis":["String"],"LayoutView":[],"Axis.D":"String"},"AxisTicks":{"Tick":["1"],"Comparable":["AxisTicks<1>"]},"GridlineRendererSpec":{"SmallTickRendererSpec":["1"]},"GridlineTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"SmallTickDrawStrategy":{"BaseTickDrawStrategy":["1"]},"NumericTickProvider":{"BaseTickProvider":["num"],"BaseTickProvider.D":"num"},"OrdinalTickProvider":{"BaseTickProvider":["String"],"BaseTickProvider.D":"String"},"SimpleOrdinalScale":{"OrdinalScale":[]},"DateTimeAxisSpec":{"AxisSpec":["DateTime"]},"NumericAxisSpec":{"AxisSpec":["num"]},"OrdinalAxisSpec":{"AxisSpec":["String"]},"OrdinalTickFormatter":{"SimpleTickFormatterBase":["String"],"SimpleTickFormatterBase.D":"String"},"NumericTickFormatter":{"SimpleTickFormatterBase":["num"],"SimpleTickFormatterBase.D":"num"},"_TimeStepIteratorFactoryImpl":{"Iterable":["DateTime"],"Iterable.E":"DateTime"},"DateTimeAxis":{"Axis":["DateTime"],"ImmutableAxis":["DateTime"],"LayoutView":[],"Axis.D":"DateTime"},"DateTimeScale":{"MutableScale":["DateTime"]},"HourTickFormatter":{"TimeTickFormatter":[]},"TimeRangeTickProvider":{"BaseTickProvider":["DateTime"]},"TimeRangeTickProviderImpl":{"TimeRangeTickProvider":[],"BaseTickProvider":["DateTime"],"BaseTickProvider.D":"DateTime"},"TimeStepIteratorFactory":{"Iterable":["DateTime"]},"TimeTickFormatterImpl":{"TimeTickFormatter":[]},"OrdinalCartesianChart":{"CartesianChart":["String"],"BaseChart0":["String"]},"CartesianChart":{"BaseChart0":["1"]},"BaseCartesianRenderer":{"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"DomainHighlighter0":{"ChartBehavior0":["1"]},"Legend":{"ChartBehavior0":["1"],"LayoutView":[]},"SeriesLegend0":{"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[]},"LinePointHighlighter0":{"ChartBehavior0":["1"]},"_LinePointLayoutView":{"LayoutView":[]},"SelectNearest0":{"ChartBehavior0":["1"]},"MutableSeries":{"ImmutableSeries":["1"]},"MutableSelectionModel":{"SelectionModel":["1"]},"SeriesRenderer":{"LayoutView":[]},"BaseSeriesRenderer":{"SeriesRenderer":["1"],"LayoutView":[]},"LineRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"PointRenderer":{"BaseCartesianRenderer":["1"],"BaseSeriesRenderer":["1"],"SeriesRenderer":["1"],"LayoutView":[]},"TimeSeriesChart":{"CartesianChart":["DateTime"],"BaseChart0":["DateTime"],"BaseChart0.D":"DateTime","CartesianChart.D":"DateTime"},"MaterialBlue":{"Palette":[]},"MaterialRed":{"Palette":[]},"MaterialYellow":{"Palette":[]},"MaterialGreen":{"Palette":[]},"MaterialPurple":{"Palette":[]},"MaterialCyan":{"Palette":[]},"MaterialDeepOrange":{"Palette":[]},"MaterialLime":{"Palette":[]},"MaterialIndigo":{"Palette":[]},"MaterialPink":{"Palette":[]},"MaterialTeal":{"Palette":[]},"AttributeKey":{"TypedKey":["1"]},"BarChart":{"BaseChart":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"String"},"BaseChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"BaseChartState":{"State":["BaseChart<1>"]},"DomainHighlighter":{"ChartBehavior":["1"]},"SeriesLegend":{"ChartBehavior":["1"]},"_FlutterSeriesLegend":{"SeriesLegend0":["1"],"Legend":["1"],"ChartBehavior0":["1"],"LayoutView":[],"BuildableBehavior":["ChartBehavior0<@>"]},"LinePointHighlighter":{"ChartBehavior":["1"]},"SelectNearest":{"ChartBehavior":["1"]},"CartesianChart0":{"BaseChart":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ChartContainer":{"CustomPaint":[],"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChartContainerCustomPaint":{"Listenable":[]},"_SymbolCustomPaint":{"Listenable":[]},"TextElement":{"TextElement2":[]},"TimeSeriesChart0":{"BaseChart":["DateTime"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"BaseChart.D":"DateTime"},"CanonicalizedMap":{"Map":["2","3"]},"UnorderedIterableEquality":{"_UnorderedEquality":["1","Iterable<1>"],"_UnorderedEquality.E":"1"},"SetEquality":{"_UnorderedEquality":["1","Set<1>"],"_UnorderedEquality.E":"1"},"Selector":{"TreeNode":[]},"SimpleSelectorSequence":{"TreeNode":[]},"Expression":{"TreeNode":[]},"Identifier":{"TreeNode":[]},"Wildcard":{"TreeNode":[]},"ThisOperator":{"TreeNode":[]},"Negation":{"TreeNode":[]},"SelectorGroup":{"TreeNode":[]},"SimpleSelector":{"TreeNode":[]},"ElementSelector":{"SimpleSelector":[],"TreeNode":[]},"NamespaceSelector":{"SimpleSelector":[],"TreeNode":[]},"AttributeSelector":{"SimpleSelector":[],"TreeNode":[]},"IdSelector":{"SimpleSelector":[],"TreeNode":[]},"ClassSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoClassSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoElementSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoClassFunctionSelector":{"SimpleSelector":[],"TreeNode":[]},"PseudoElementFunctionSelector":{"SimpleSelector":[],"TreeNode":[]},"SelectorExpression":{"TreeNode":[]},"NegationSelector":{"SimpleSelector":[],"TreeNode":[]},"OperatorPlus":{"Expression":[],"TreeNode":[]},"OperatorMinus":{"Expression":[],"TreeNode":[]},"LiteralTerm":{"Expression":[],"TreeNode":[]},"NumberTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"UnitTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"LengthTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"PercentageTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"EmTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ExTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"AngleTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"TimeTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"FreqTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"FractionTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ResolutionTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ChTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"RemTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"LineHeightTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"ViewportTerm":{"LiteralTerm":[],"Expression":[],"TreeNode":[]},"DropTarget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropTargetState":{"State":["DropTarget"]},"DropEnterEvent":{"DropEvent":[]},"DropExitEvent":{"DropEvent":[]},"DropUpdateEvent":{"DropEvent":[]},"DropDoneEvent":{"DropEvent":[]},"Int32":{"Comparable":["Object"]},"Int64":{"Comparable":["Object"]},"Animation0":{"Listenable":[]},"AnimationController":{"Animation0":["double"],"Listenable":[]},"_AlwaysCompleteAnimation":{"Animation0":["double"],"Listenable":[]},"_AlwaysDismissedAnimation":{"Animation0":["double"],"Listenable":[]},"AlwaysStoppedAnimation":{"Animation0":["1"],"Listenable":[]},"ProxyAnimation":{"Animation0":["double"],"Listenable":[]},"ReverseAnimation":{"Animation0":["double"],"Listenable":[]},"CurvedAnimation":{"Animation0":["double"],"Listenable":[]},"TrainHoppingAnimation":{"Animation0":["double"],"Listenable":[]},"CompoundAnimation":{"Animation0":["1"],"Listenable":[]},"AnimationMin":{"Animation0":["1"],"Listenable":[]},"_Linear":{"Curve":[]},"SawTooth":{"Curve":[]},"Interval":{"Curve":[]},"Threshold":{"Curve":[]},"Cubic":{"Curve":[]},"ThreePointCubic":{"Curve":[]},"FlippedCurve":{"Curve":[]},"_DecelerateCurve":{"Curve":[]},"ElasticOutCurve":{"Curve":[]},"Tween":{"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"ColorTween":{"Tween":["Color?"],"Animatable":["Color?"],"Animatable.T":"Color?","Tween.T":"Color?"},"_AnimatedEvaluation":{"Animation0":["1"],"Listenable":[]},"_ChainedEvaluation":{"Animatable":["1"],"Animatable.T":"1"},"ReverseTween":{"Tween":["1"],"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"SizeTween":{"Tween":["Size?"],"Animatable":["Size?"],"Animatable.T":"Size?","Tween.T":"Size?"},"RectTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Animatable.T":"Rect?","Tween.T":"Rect?"},"IntTween":{"Tween":["int"],"Animatable":["int"],"Animatable.T":"int","Tween.T":"int"},"ConstantTween":{"Tween":["1"],"Animatable":["1"],"Animatable.T":"1","Tween.T":"1"},"CurveTween":{"Animatable":["double"],"Animatable.T":"double"},"TweenSequence":{"Animatable":["1"],"Animatable.T":"1"},"CupertinoActivityIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoActivityIndicatorState":{"State":["CupertinoActivityIndicator"]},"_CupertinoActivityIndicatorPainter":{"Listenable":[]},"CupertinoButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoButtonState":{"State":["CupertinoButton"]},"CupertinoCheckbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoCheckboxState":{"State":["CupertinoCheckbox"]},"_CheckboxPainter0":{"Listenable":[]},"CupertinoDynamicColor":{"Color":[]},"_CupertinoDesktopTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"CupertinoDesktopTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoDesktopTextSelectionToolbarButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoDesktopTextSelectionToolbarButtonState":{"State":["CupertinoDesktopTextSelectionToolbarButton"]},"CupertinoIconThemeData":{"IconThemeData":[]},"_CupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"DefaultCupertinoLocalizations":{"CupertinoLocalizations":[]},"CupertinoTextMagnifier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextMagnifierState":{"State":["CupertinoTextMagnifier"]},"CupertinoMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoRadio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoRadioState":{"State":["CupertinoRadio<1>"]},"_RadioPainter0":{"Listenable":[]},"_CupertinoBackGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoBackGestureDetectorState":{"State":["_CupertinoBackGestureDetector<1>"]},"_CupertinoEdgeShadowDecoration":{"Decoration":[]},"_CupertinoEdgeShadowPainter":{"BoxPainter":[]},"CupertinoScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoScrollbarState":{"RawScrollbarState":["CupertinoScrollbar"],"State":["CupertinoScrollbar"]},"CupertinoSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoSwitchState":{"State":["CupertinoSwitch"]},"_CupertinoSwitchRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoSwitch":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextSelectionHandlePainter0":{"Listenable":[]},"CupertinoTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"_CupertinoTextSelectionToolbarContent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCupertinoTextSelectionToolbarShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_CupertinoTextSelectionToolbarContentState":{"State":["_CupertinoTextSelectionToolbarContent"]},"_LeftCupertinoChevronPainter":{"Listenable":[]},"_RightCupertinoChevronPainter":{"Listenable":[]},"_CupertinoChevronPainter":{"Listenable":[]},"_CupertinoTextSelectionToolbarItems":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarItemsElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderCupertinoTextSelectionToolbarItems":{"RenderBoxContainerDefaultsMixin":["RenderBox","ToolbarItemsParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ToolbarItemsParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ToolbarItemsParentData","RenderBoxContainerDefaultsMixin.1":"ToolbarItemsParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_NullElement0":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget":{"Widget":[],"DiagnosticableTree":[]},"CupertinoTextSelectionToolbarButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoTextSelectionToolbarButtonState":{"State":["CupertinoTextSelectionToolbarButton"]},"_LiveTextIconPainter":{"Listenable":[]},"_InheritedCupertinoTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CupertinoTheme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter":{"Listenable":[]},"ErrorDescription":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"_ErrorDiagnostic":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSummary":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorHint":{"DiagnosticsProperty":["List"],"DiagnosticsNode":[]},"ErrorSpacer":{"DiagnosticsProperty":["~"],"DiagnosticsNode":[]},"FlutterError":{"DiagnosticableTree":[],"AssertionError":[],"Error":[]},"DiagnosticsStackTrace":{"DiagnosticsNode":[]},"_FlutterErrorDetailsNode":{"DiagnosticableNode":["FlutterErrorDetails"],"DiagnosticsNode":[]},"ChangeNotifier":{"Listenable":[]},"ValueNotifier":{"Listenable":[]},"_MergingListenable":{"Listenable":[]},"DiagnosticsProperty":{"DiagnosticsNode":[]},"DiagnosticableNode":{"DiagnosticsNode":[]},"DiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"DiagnosticsBlock":{"DiagnosticsNode":[]},"LocalKey":{"Key":[]},"ValueKey":{"LocalKey":[],"Key":[],"ValueKey.T":"1"},"UniqueKey":{"LocalKey":[],"Key":[]},"LicenseEntryWithLineBreaks":{"LicenseEntry":[]},"ObserverList":{"Iterable":["1"],"Iterable.E":"1"},"HashedObserverList":{"Iterable":["1"],"Iterable.E":"1"},"SynchronousFuture":{"Future":["1"]},"GestureBinding":{"HitTestTarget":[]},"FlutterErrorDetailsForPointerEventDispatcher":{"FlutterErrorDetails":[]},"_PointerEventDescription":{"PointerEvent":[]},"PointerHoverEvent":{"PointerEvent":[]},"PointerEnterEvent":{"PointerEvent":[]},"PointerExitEvent":{"PointerEvent":[]},"PointerDownEvent":{"PointerEvent":[]},"PointerMoveEvent":{"PointerEvent":[]},"PointerUpEvent":{"PointerEvent":[]},"PointerSignalEvent":{"PointerEvent":[]},"PointerPanZoomStartEvent":{"PointerEvent":[]},"_AbstractPointerEvent":{"PointerEvent":[]},"_TransformedPointerEvent":{"PointerEvent":[]},"PointerAddedEvent":{"PointerEvent":[]},"_TransformedPointerAddedEvent":{"PointerAddedEvent":[],"PointerEvent":[]},"PointerRemovedEvent":{"PointerEvent":[]},"_TransformedPointerRemovedEvent":{"PointerRemovedEvent":[],"PointerEvent":[]},"_TransformedPointerHoverEvent":{"PointerHoverEvent":[],"PointerEvent":[]},"_TransformedPointerEnterEvent":{"PointerEnterEvent":[],"PointerEvent":[]},"_TransformedPointerExitEvent":{"PointerExitEvent":[],"PointerEvent":[]},"_TransformedPointerDownEvent":{"PointerDownEvent":[],"PointerEvent":[]},"_TransformedPointerMoveEvent":{"PointerMoveEvent":[],"PointerEvent":[]},"_TransformedPointerUpEvent":{"PointerUpEvent":[],"PointerEvent":[]},"PointerScrollEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollEvent":{"PointerScrollEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"PointerScrollInertiaCancelEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScrollInertiaCancelEvent":{"PointerScrollInertiaCancelEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"PointerScaleEvent":{"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerScaleEvent":{"PointerScaleEvent":[],"PointerSignalEvent":[],"PointerEvent":[]},"_TransformedPointerPanZoomStartEvent":{"PointerPanZoomStartEvent":[],"PointerEvent":[]},"PointerPanZoomUpdateEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomUpdateEvent":{"PointerPanZoomUpdateEvent":[],"PointerEvent":[]},"PointerPanZoomEndEvent":{"PointerEvent":[]},"_TransformedPointerPanZoomEndEvent":{"PointerPanZoomEndEvent":[],"PointerEvent":[]},"PointerCancelEvent":{"PointerEvent":[]},"_TransformedPointerCancelEvent":{"PointerCancelEvent":[],"PointerEvent":[]},"ForcePressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_MatrixTransformPart":{"_TransformPart":[]},"_OffsetTransformPart":{"_TransformPart":[]},"LongPressGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"VerticalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"HorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"MultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_ImmediatePointerState":{"MultiDragPointerState":[]},"ImmediateMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_DelayedPointerState":{"MultiDragPointerState":[]},"DelayedMultiDragGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"DoubleTapGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"GestureRecognizer":{"DiagnosticableTree":[],"GestureArenaMember":[]},"OneSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PrimaryPointerGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScaleGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapAndHorizontalDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"TapAndPanGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"BaseTapAndDragGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_CombiningGestureArenaMember":{"GestureArenaMember":[]},"_CombiningGestureArenaEntry":{"GestureArenaEntry":[]},"IOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"MacOSScrollViewFlingVelocityTracker":{"VelocityTracker":[]},"LicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailFlowState":{"State":["_MasterDetailFlow"]},"_MasterDetailScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterDetailScaffoldState":{"State":["_MasterDetailScaffold"]},"_LicensePageState":{"State":["LicensePage"]},"_AboutProgram":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackagesViewState":{"State":["_PackagesView"]},"_PackageListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PackageLicensePageState":{"State":["_PackageLicensePage"]},"_PackageLicensePageTitle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MasterPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DetailView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EndDrawerButtonIcon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EndDrawerButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionIconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AdaptiveTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialAppState":{"State":["MaterialApp"]},"AppBar":{"StatefulWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PreferredAppBarSize":{"Size":[]},"_AppBarState":{"State":["AppBar"]},"_SliverAppBarState":{"State":["SliverAppBar"]},"_AppBarTitleBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderAppBarTitleBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MaterialRectArcTween":{"Tween":["Rect?"],"Animatable":["Rect?"],"Animatable.T":"Rect?","Tween.T":"Rect?"},"MaterialPointArcTween":{"Tween":["Offset"],"Animatable":["Offset"],"Animatable.T":"Offset","Tween.T":"Offset"},"MaterialBannerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomAppBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomAppBarState":{"State":["BottomAppBar"]},"_BottomAppBarClipper":{"CustomClipper":["Path"],"Listenable":[]},"BottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetState":{"State":["BottomSheet"]},"_DragHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BottomSheetGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawMaterialButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawMaterialButtonState":{"State":["RawMaterialButton"]},"_InputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_LerpSides":{"MaterialStateProperty":["BorderSide?"]},"ButtonStyleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ButtonStyleState":{"State":["ButtonStyleButton"]},"_MouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_InputPadding0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"CalendarDatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerModeToggleButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MonthPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusedDate":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Day":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"YearPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CalendarDatePickerState":{"State":["CalendarDatePicker"]},"_DatePickerModeToggleButtonState":{"State":["_DatePickerModeToggleButton"]},"_MonthPickerState":{"State":["_MonthPicker"]},"_DayPickerState":{"State":["_DayPicker"]},"_DayState":{"State":["_Day"]},"_YearPickerState":{"State":["YearPicker"]},"Card":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Checkbox":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CheckboxState":{"State":["Checkbox"]},"_CheckboxPainter":{"Listenable":[]},"CheckboxListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CheckboxTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"MaterialAccentColor":{"ColorSwatch":["int"],"Color":[],"ColorSwatch.T":"int"},"_SortArrow":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableRowInkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SortArrowState":{"State":["_SortArrow"]},"_NullTableColumnWidth":{"TableColumnWidth":[]},"_NullWidget0":{"Widget":[],"DiagnosticableTree":[]},"DataTableSource":{"Listenable":[]},"DataTableTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDialogState":{"State":["DatePickerDialog"]},"_RestorableDatePickerEntryMode":{"RestorableProperty":["DatePickerEntryMode"],"Listenable":[],"RestorableValue.T":"DatePickerEntryMode"},"_RestorableAutovalidateMode":{"RestorableProperty":["AutovalidateMode"],"Listenable":[],"RestorableValue.T":"AutovalidateMode"},"_DatePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerDefaultsM2":{"DatePickerThemeData":[]},"_DatePickerDefaultsM3":{"DatePickerThemeData":[]},"_DesktopTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"DesktopTextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesktopTextSelectionToolbarButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AlertDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialogOption":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SimpleDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Dialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"Divider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VerticalDivider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DividerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DrawerControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerControllerState":{"State":["DrawerController"]},"Drawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuItemButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenu":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownRoutePage":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuItem":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButtonHideUnderline":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropdownButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownMenuPainter":{"Listenable":[]},"_DropdownMenuItemButtonState":{"State":["_DropdownMenuItemButton<1>"]},"_DropdownMenuState":{"State":["_DropdownMenu<1>"]},"_DropdownRoute":{"ModalRoute":["_DropdownRouteResult<1>"],"TransitionRoute":["_DropdownRouteResult<1>"],"Route":["_DropdownRouteResult<1>"],"ModalRoute.T":"_DropdownRouteResult<1>"},"_DropdownRoutePageState":{"State":["_DropdownRoutePage<1>"]},"_RenderMenuItem":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_DropdownMenuItemContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropdownButtonState":{"State":["DropdownButton<1>"],"WidgetsBindingObserver":[]},"DropdownButtonFormField":{"FormField":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"1"},"_DropdownButtonFormFieldState":{"FormFieldState":["1"],"State":["FormField<1>"]},"ElevatedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElevatedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_ElevatedButtonDefaultElevation":{"MaterialStateProperty":["double"]},"_ElevatedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"_ElevatedButtonDefaultsM3":{"ButtonStyle":[]},"ElevatedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpandIcon":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpandIconState":{"State":["ExpandIcon"]},"ExpansionPanelRadio":{"ExpansionPanel":[]},"ExpansionPanelList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedKey":{"LocalKey":[],"Key":[]},"_ExpansionPanelListState":{"State":["ExpansionPanelList"]},"FlexibleSpaceBarSettings":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FloatingActionButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_ChildOverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderChildOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_AnimationSwap":{"Animation0":["1"],"Listenable":[]},"IconButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectableIconButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectableIconButtonState":{"State":["_SelectableIconButton"]},"_IconButtonM3":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IconButtonDefaultForeground":{"MaterialStateProperty":["Color?"]},"_IconButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_IconButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"_IconButtonDefaultsM3":{"ButtonStyle":[]},"_FilledIconButtonDefaultsM3":{"ButtonStyle":[]},"_FilledTonalIconButtonDefaultsM3":{"ButtonStyle":[]},"_OutlinedIconButtonDefaultsM3":{"ButtonStyle":[]},"IconButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Ink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkState":{"State":["Ink"]},"InkDecoration":{"InkFeature":[]},"InkHighlight":{"InteractiveInkFeature":[],"InkFeature":[]},"InkRipple":{"InteractiveInkFeature":[],"InkFeature":[]},"InkSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"InteractiveInkFeature":{"InkFeature":[]},"_ParentInkResponseProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseStateWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkWell":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InkResponse":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InkResponseState":{"State":["_InkResponseStateWidget"],"_ParentInkResponseState":[]},"InputBorder":{"ShapeBorder":[]},"_NoInputBorder":{"InputBorder":[],"ShapeBorder":[]},"UnderlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"OutlineInputBorder":{"InputBorder":[],"ShapeBorder":[]},"InputDatePickerFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputDatePickerFormFieldState":{"State":["InputDatePickerFormField"]},"_BorderContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperError":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InputDecorator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InputBorderGap":{"Listenable":[]},"_InputBorderTween":{"Tween":["InputBorder"],"Animatable":["InputBorder"],"Animatable.T":"InputBorder","Tween.T":"InputBorder"},"_InputBorderPainter":{"Listenable":[]},"_BorderContainerState":{"State":["_BorderContainer"]},"_Shaker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HelperErrorState":{"State":["_HelperError"]},"_RenderDecoration":{"RenderBox":[],"SlottedContainerRenderObjectMixin":["_DecorationSlot","RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.0":"_DecorationSlot","SlottedContainerRenderObjectMixin.1":"RenderBox"},"_Decorator":{"SlottedMultiChildRenderObjectWidgetMixin":["_DecorationSlot","RenderBox"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.0":"_DecorationSlot","SlottedMultiChildRenderObjectWidgetMixin.1":"RenderBox"},"_InputDecoratorState":{"State":["InputDecorator"]},"ListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndividualOverrides":{"MaterialStateProperty":["Color?"]},"_ListTile":{"SlottedMultiChildRenderObjectWidgetMixin":["_ListTileSlot","RenderBox"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"SlottedMultiChildRenderObjectWidgetMixin.0":"_ListTileSlot","SlottedMultiChildRenderObjectWidgetMixin.1":"RenderBox"},"_RenderListTile":{"RenderBox":[],"SlottedContainerRenderObjectMixin":["_ListTileSlot","RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"SlottedContainerRenderObjectMixin.0":"_ListTileSlot","SlottedContainerRenderObjectMixin.1":"RenderBox"},"ListTileTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextMagnifier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextMagnifierState":{"State":["TextMagnifier"]},"Magnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Material":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInkFeatures":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ShapeBorderTween":{"Tween":["ShapeBorder?"],"Animatable":["ShapeBorder?"],"Animatable.T":"ShapeBorder?","Tween.T":"ShapeBorder?"},"_MaterialInterior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialState":{"State":["Material"]},"_InkFeatures":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialInteriorState":{"State":["_MaterialInterior"]},"_ShapeBorderPaint":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ShapeBorderPainter":{"Listenable":[]},"_MaterialLocalizationsDelegate":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"DefaultMaterialLocalizations":{"MaterialLocalizations":[]},"MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"_MaterialStateColor":{"Color":[],"MaterialStateProperty":["Color"]},"MaterialStateMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"_EnabledAndDisabledMouseCursor":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"MaterialStateBorderSide":{"BorderSide":[],"MaterialStateProperty":["BorderSide?"]},"_MaterialStateBorderSide":{"BorderSide":[],"MaterialStateProperty":["BorderSide?"]},"MaterialStateTextStyle":{"TextStyle":[],"MaterialStateProperty":["TextStyle"]},"_MaterialStateTextStyle":{"TextStyle":[],"MaterialStateProperty":["TextStyle"]},"_LerpProperties":{"MaterialStateProperty":["1?"]},"_MaterialStatePropertyWith":{"MaterialStateProperty":["1"]},"MaterialStatePropertyAll":{"MaterialStateProperty":["1"]},"MaterialStatesController":{"ValueNotifier":["Set"],"Listenable":[]},"_LerpSides1":{"MaterialStateProperty":["BorderSide?"]},"MergeableMaterial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialSlice":{"MergeableMaterialItem":[]},"MaterialGap":{"MergeableMaterialItem":[]},"_MergeableMaterialState":{"State":["MergeableMaterial"]},"_MergeableMaterialSliceKey":{"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State"},"_MergeableMaterialListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMergeableMaterialListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"NoSplash":{"InteractiveInkFeature":[],"InkFeature":[]},"OutlinedButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OutlinedButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_OutlinedButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"_OutlinedButtonDefaultsM3":{"ButtonStyle":[]},"OutlinedButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialPageRoute":{"MaterialRouteTransitionMixin":["1"],"PageRoute":["1"],"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"_ZoomEnterTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomExitTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FadeUpwardsPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomPageTransition":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ZoomEnterTransitionState":{"State":["_ZoomEnterTransition"]},"_ZoomExitTransitionState":{"State":["_ZoomExitTransition"]},"ZoomPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"CupertinoPageTransitionsBuilder":{"PageTransitionsBuilder":[]},"_ZoomEnterTransitionPainter":{"Listenable":[]},"_ZoomExitTransitionPainter":{"Listenable":[]},"PopupMenuEntry":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuDivider":{"PopupMenuEntry":["0&"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuItem":{"PopupMenuEntry":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopupMenuButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuDividerState":{"State":["PopupMenuDivider"]},"_MenuItem0":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMenuItem0":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"PopupMenuItemState":{"State":["2"]},"_PopupMenu":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopupMenuRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"],"ModalRoute.T":"1"},"PopupMenuButtonState":{"State":["PopupMenuButton<1>"]},"_EffectiveMouseCursor0":{"MouseCursor0":[],"MaterialStateProperty":["MouseCursor0"]},"PopupMenuTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinearProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CircularProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinearProgressIndicatorPainter":{"Listenable":[]},"_LinearProgressIndicatorState":{"State":["LinearProgressIndicator"]},"_CircularProgressIndicatorPainter":{"Listenable":[]},"_CircularProgressIndicatorState":{"State":["CircularProgressIndicator"]},"_RefreshProgressIndicatorPainter":{"Listenable":[]},"RefreshProgressIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RefreshProgressIndicatorState":{"State":["CircularProgressIndicator"]},"ProgressIndicatorTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Radio":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RadioState":{"State":["Radio<1>"]},"_RadioPainter":{"Listenable":[]},"RadioListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RadioTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RefreshIndicatorState":{"State":["RefreshIndicator"]},"ReorderableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableListViewState":{"State":["ReorderableListView"]},"_ReorderableListViewChildGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State","GlobalObjectKey.T":"State"},"ScaffoldMessenger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScaffoldMessengerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldState":{"State":["Scaffold"]},"_StandardBottomSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StandardBottomSheetState":{"State":["_StandardBottomSheet"]},"_ScaffoldScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaffoldMessengerState":{"State":["ScaffoldMessenger"]},"_ScaffoldGeometryNotifier":{"Listenable":[]},"_BodyBoxConstraints":{"BoxConstraints":[],"Constraints":[]},"_BodyBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingActionButtonTransitionState":{"State":["_FloatingActionButtonTransition"]},"_DismissDrawerAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"PersistentBottomSheetController":{"ScaffoldFeatureController":["_StandardBottomSheet","1"]},"_MaterialScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbarState":{"RawScrollbarState":["_MaterialScrollbar"],"State":["_MaterialScrollbar"]},"ScrollbarTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LerpSides0":{"MaterialStateProperty":["BorderSide?"]},"SelectableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSpanEditingController":{"TextEditingController":[],"ValueNotifier":["TextEditingValue"],"Listenable":[]},"_SelectableTextState":{"State":["SelectableText"]},"SnackBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitch":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"Switch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialSwitchState":{"State":["_MaterialSwitch"]},"_SwitchPainter":{"Listenable":[]},"SwitchListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SwitchTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTabController":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabController":{"Listenable":[]},"_DefaultTabControllerState":{"State":["DefaultTabController"]},"UnderlineTabIndicator":{"Decoration":[]},"_UnderlinePainter0":{"BoxPainter":[]},"Tab":{"StatelessWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBar":{"StatefulWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"TabBarView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TabLabelBarRenderer":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"_TabLabelBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DividerPainter":{"Listenable":[]},"_IndicatorPainter":{"Listenable":[]},"_ChangeAnimation":{"Animation0":["double"],"Listenable":[]},"_DragAnimation":{"Animation0":["double"],"Listenable":[]},"_TabBarScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_TabBarScrollController":{"ScrollController":[],"Listenable":[]},"_TabBarState":{"State":["TabBar"]},"_TabBarViewState":{"State":["TabBarView"]},"TextButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextButtonDefaultColor":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_TextButtonDefaultMouseCursor":{"MaterialStateProperty":["MouseCursor0?"]},"_TextButtonDefaultsM3":{"ButtonStyle":[]},"TextButtonTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextFieldState":{"State":["TextField"],"AutofillClient":[]},"TextFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_TextFormFieldState":{"FormFieldState":["String"],"State":["FormField"]},"MaterialTextSelectionHandleControls":{"TextSelectionHandleControls":[]},"_TextSelectionHandlePainter":{"Listenable":[]},"TextSelectionTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowableState":{"State":["_TextSelectionToolbarOverflowable"]},"_TextSelectionToolbarTrailingEdgeAlign":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarTrailingEdgeAlignRenderBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextSelectionToolbarItemsLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarItemsLayoutElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderTextSelectionToolbarItemsLayout":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ToolbarItemsParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ToolbarItemsParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_TextSelectionToolbarContainer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextSelectionToolbarOverflowButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionToolbarTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Theme":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ThemeDataTween":{"Tween":["ThemeData"],"Animatable":["ThemeData"],"Animatable.T":"ThemeData","Tween.T":"ThemeData"},"AnimatedTheme":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedThemeState":{"State":["AnimatedTheme"]},"RestorableTimeOfDay":{"RestorableProperty":["TimeOfDay"],"Listenable":[],"RestorableValue.T":"TimeOfDay"},"_TimePickerModel":{"InheritedModel":["_TimePickerAspect"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"_TimePickerAspect"},"_Dial":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerInput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StringFragment":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodControl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AmPmButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DayPeriodInputPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding2":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_DialPainter":{"Listenable":[]},"_DialState":{"State":["_Dial"]},"_TimePickerInputState":{"State":["_TimePickerInput"]},"_HourTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MinuteTextField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HourMinuteTextFieldState":{"State":["_HourMinuteTextField"]},"_TimePickerDialogState":{"State":["TimePickerDialog"]},"_TimePickerState0":{"State":["_TimePicker"]},"TimePickerTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ResolveFillColor":{"MaterialStateProperty":["Color?"]},"_DefaultFillColor":{"MaterialStateProperty":["Color"]},"_ToggleButtonDefaultOverlay":{"MaterialStateProperty":["Color?"]},"_SelectToggleButton":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectToggleButtonRenderObject":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_InputPadding1":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderInputPadding1":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ToggleButtonsTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ToggleablePainter0":{"Listenable":[]},"Tooltip":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipState":{"State":["Tooltip"]},"_ExclusiveMouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderExclusiveMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"_TooltipOverlay":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TooltipTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"NetworkImage":{"ImageProvider":["NetworkImage0"],"ImageProvider.T":"NetworkImage0"},"Alignment":{"AlignmentGeometry":[]},"AlignmentDirectional":{"AlignmentGeometry":[]},"_MixedAlignment":{"AlignmentGeometry":[]},"PaintingBinding":{"SchedulerBinding":[]},"_SystemFontsNotifier":{"Listenable":[]},"OutlinedBorder":{"ShapeBorder":[]},"_CompoundBorder":{"ShapeBorder":[]},"BoxBorder":{"ShapeBorder":[]},"Border":{"ShapeBorder":[]},"BorderDirectional":{"ShapeBorder":[]},"BoxDecoration":{"Decoration":[]},"_BoxDecorationPainter":{"BoxPainter":[]},"BoxShadow":{"Shadow":[]},"CircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ColorSwatch":{"Color":[]},"EdgeInsets":{"EdgeInsetsGeometry":[]},"EdgeInsetsDirectional":{"EdgeInsetsGeometry":[]},"_MixedEdgeInsets":{"EdgeInsetsGeometry":[]},"FractionalOffset":{"AlignmentGeometry":[]},"NetworkImage0":{"ImageProvider":["NetworkImage0"]},"MemoryImage":{"ImageProvider":["MemoryImage"],"ImageProvider.T":"MemoryImage"},"AssetBundleImageProvider":{"ImageProvider":["AssetBundleImageKey"]},"NetworkImageLoadException":{"Exception":[]},"AssetImage":{"ImageProvider":["AssetBundleImageKey"],"ImageProvider.T":"AssetBundleImageKey"},"InlineSpan":{"DiagnosticableTree":[]},"PlaceholderSpan0":{"InlineSpan":[],"DiagnosticableTree":[]},"RoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_RoundedRectangleToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"ShapeDecoration":{"Decoration":[]},"_ShapeDecorationPainter":{"BoxPainter":[]},"StadiumBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToCircleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"_StadiumToRoundedRectangleBorder":{"OutlinedBorder":[],"ShapeBorder":[]},"WordBoundary":{"TextBoundary":[]},"_UntilTextBoundary":{"TextBoundary":[]},"_LinearTextScaler":{"TextScaler":[]},"TextSpan":{"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"RenderAnimatedSize":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RendererBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"_BindingPipelineManifold":{"Listenable":[]},"_DefaultRootPipelineOwner":{"PipelineOwner":[],"DiagnosticableTree":[]},"_ReusableRenderView":{"RenderView":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"BoxConstraints":{"Constraints":[]},"BoxHitTestResult":{"HitTestResult":[]},"ContainerBoxParentData":{"BoxParentData":[],"ContainerParentDataMixin":["1"],"ParentData":[]},"RenderBox":{"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"BoxHitTestEntry":{"HitTestEntry":["RenderBox"]},"BoxParentData":{"ParentData":[]},"MultiChildLayoutParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderCustomMultiChildLayoutBox":{"RenderBoxContainerDefaultsMixin":["RenderBox","MultiChildLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","MultiChildLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.1":"MultiChildLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"CustomPainter":{"Listenable":[]},"RenderCustomPaint":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderEditablePainter":{"Listenable":[]},"RenderEditable":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_RenderEditableCustomPaint":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_TextHighlightPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CaretPainter":{"RenderEditablePainter":[],"Listenable":[]},"_CompositeRenderEditablePainter":{"RenderEditablePainter":[],"Listenable":[]},"RenderErrorBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"FlexParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderFlex":{"RenderBoxContainerDefaultsMixin":["RenderBox","FlexParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","FlexParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.1":"FlexParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderImage":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"Layer0":{"DiagnosticableTree":[]},"ContainerLayer0":{"Layer0":[],"DiagnosticableTree":[]},"ClipRectLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ClipRRectLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ClipPathLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"TransformLayer":{"OffsetLayer":[],"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"OpacityLayer":{"OffsetLayer":[],"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"PictureLayer0":{"Layer0":[],"DiagnosticableTree":[]},"PlatformViewLayer":{"Layer0":[],"DiagnosticableTree":[]},"OffsetLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ImageFilterLayer":{"OffsetLayer":[],"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"BackdropFilterLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"LeaderLayer0":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"FollowerLayer0":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"AnnotatedRegionLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"ListBodyParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderListBody":{"RenderBoxContainerDefaultsMixin":["RenderBox","ListBodyParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ListBodyParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.1":"ListBodyParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"MouseTracker":{"Listenable":[]},"PipelineOwner":{"DiagnosticableTree":[]},"RenderObject":{"DiagnosticableTree":[],"HitTestTarget":[]},"ContainerParentDataMixin":{"ParentData":[]},"_RootSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_IncompleteSemanticsFragment":{"_InterestingSemanticsFragment":[]},"_SwitchableSemanticsFragment":{"_InterestingSemanticsFragment":[]},"PlaceholderSpanIndexSemanticsTag":{"SemanticsTag":[]},"TextParentData":{"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_SelectableFragment":{"Selectable":[],"Listenable":[]},"RenderParagraph":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"_PlatformViewGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PlatformViewRenderBox":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ShapeBorderClipper":{"CustomClipper":["Path"],"Listenable":[]},"RenderAbsorbPointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSemanticsGestureHandler":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderProxyBoxWithHitTestBehavior":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderConstrainedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderLimitedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAspectRatio":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIntrinsicWidth":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIntrinsicHeight":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAnimatedOpacity":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderBackdropFilter":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"CustomClipper":{"Listenable":[]},"_RenderCustomClip":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipRRect":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipOval":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderClipPath":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_RenderPhysicalModelBase":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPhysicalModel":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPhysicalShape":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderDecoratedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderTransform":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFittedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFractionalTranslation":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPointerListener":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderMouseRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"RenderRepaintBoundary":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIgnorePointer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderOffstage":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSemanticsAnnotations":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderBlockSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderMergeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderExcludeSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderIndexedSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderLeaderLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFollowerLayer":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAnnotatedRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"Selectable":{"Listenable":[]},"RenderShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPadding":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderAligningShiftedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderPositionedBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderConstrainedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderFractionallySizedOverflowBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderCustomSingleChildLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverConstraints":{"Constraints":[]},"SliverHitTestResult":{"HitTestResult":[]},"SliverLogicalContainerParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"SliverPhysicalContainerParentData":{"SliverPhysicalParentData":[],"ContainerParentDataMixin":["RenderSliver"],"ParentData":[]},"RenderSliver":{"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverHitTestEntry":{"HitTestEntry":["RenderSliver"]},"SliverLogicalParentData":{"ParentData":[]},"SliverPhysicalParentData":{"ParentData":[]},"RenderSliverFillViewport":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverFixedExtentBoxAdaptor":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverGridParentData":{"SliverMultiBoxAdaptorParentData":[],"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverGrid":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"RenderSliverList":{"RenderSliverMultiBoxAdaptor":[],"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverMultiBoxAdaptorParentData","ContainerRenderObjectMixin.0":"RenderBox"},"KeepAliveParentDataMixin":{"ParentData":[]},"SliverMultiBoxAdaptorParentData":{"SliverLogicalParentData":[],"ContainerParentDataMixin":["RenderBox"],"KeepAliveParentDataMixin":[],"ParentData":[]},"RenderSliverMultiBoxAdaptor":{"RenderSliver":[],"ContainerRenderObjectMixin":["RenderBox","SliverMultiBoxAdaptorParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverEdgeInsetsPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverFloatingPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderSliverPinnedPersistentHeader":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"StackParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"RenderIndexedStack":{"RenderBoxContainerDefaultsMixin":["RenderBox","StackParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.1":"StackParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TableCellParentData":{"BoxParentData":[],"ParentData":[]},"IntrinsicColumnWidth":{"TableColumnWidth":[]},"FixedColumnWidth":{"TableColumnWidth":[]},"FlexColumnWidth":{"TableColumnWidth":[]},"RenderTable":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"AlignmentGeometryTween":{"Tween":["AlignmentGeometry?"],"Animatable":["AlignmentGeometry?"],"Animatable.T":"AlignmentGeometry?","Tween.T":"AlignmentGeometry?"},"RenderView":{"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderViewportBase":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["1"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","1"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"RenderViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverPhysicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverPhysicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverPhysicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverPhysicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"RenderShrinkWrappingViewport":{"_RenderViewportBase_RenderBox_ContainerRenderObjectMixin":["SliverLogicalContainerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderSliver","SliverLogicalContainerParentData"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"SliverLogicalContainerParentData","_RenderViewportBase_RenderBox_ContainerRenderObjectMixin.0":"SliverLogicalContainerParentData","ContainerRenderObjectMixin.0":"RenderSliver"},"ViewportOffset":{"Listenable":[]},"WrapParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderWrap":{"RenderBoxContainerDefaultsMixin":["RenderBox","WrapParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","WrapParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.1":"WrapParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"TickerFuture":{"Future":["~"]},"TickerCanceled":{"Exception":[]},"SemanticsNode":{"DiagnosticableTree":[]},"_BoxEdge":{"Comparable":["_BoxEdge"]},"_SemanticsSortGroup":{"Comparable":["_SemanticsSortGroup"]},"_TraversalSortNode":{"Comparable":["_TraversalSortNode"]},"SemanticsSortKey":{"Comparable":["SemanticsSortKey"]},"_SemanticsDiagnosticableNode":{"DiagnosticableNode":["SemanticsNode"],"DiagnosticsNode":[]},"SemanticsHintOverrides":{"DiagnosticableTree":[]},"SemanticsProperties":{"DiagnosticableTree":[]},"SemanticsOwner":{"Listenable":[]},"OrdinalSortKey":{"Comparable":["SemanticsSortKey"]},"_AssetManifestBin":{"AssetManifest":[]},"_AutofillScopeTextInputConfiguration":{"TextInputConfiguration":[]},"ServicesBinding":{"SchedulerBinding":[]},"KeyDownEvent":{"KeyEvent":[]},"KeyUpEvent":{"KeyEvent":[]},"KeyRepeatEvent":{"KeyEvent":[]},"PlatformException":{"Exception":[]},"MissingPluginException":{"Exception":[]},"SystemMouseCursor":{"MouseCursor0":[]},"_DeferringMouseCursor":{"MouseCursor0":[]},"_NoopMouseCursorSession":{"MouseCursorSession":[]},"_NoopMouseCursor":{"MouseCursor0":[]},"_SystemMouseCursorSession":{"MouseCursorSession":[]},"RawKeyDownEvent":{"RawKeyEvent":[]},"RawKeyUpEvent":{"RawKeyEvent":[]},"RestorationManager":{"Listenable":[]},"CharacterBoundary":{"TextBoundary":[]},"LineBoundary":{"TextBoundary":[]},"ParagraphBoundary":{"TextBoundary":[]},"DocumentBoundary":{"TextBoundary":[]},"TextSelection":{"TextRange":[]},"TextEditingDeltaInsertion":{"TextEditingDelta":[]},"TextEditingDeltaDeletion":{"TextEditingDelta":[]},"TextEditingDeltaReplacement":{"TextEditingDelta":[]},"TextEditingDeltaNonTextUpdate":{"TextEditingDelta":[]},"FilteringTextInputFormatter":{"TextInputFormatter":[]},"LengthLimitingTextInputFormatter":{"TextInputFormatter":[]},"_PlatformTextInputControl":{"TextInputControl":[]},"_HtmlElementViewController":{"PlatformViewController":[]},"Actions":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusableActionDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VoidCallbackIntent":{"Intent":[]},"DoNothingIntent":{"Intent":[]},"DoNothingAndStopPropagationIntent":{"Intent":[]},"ActivateIntent":{"Intent":[]},"ButtonActivateIntent":{"Intent":[]},"DismissIntent":{"Intent":[]},"PrioritizedIntents":{"Intent":[]},"ContextAction":{"Action":["1"]},"CallbackAction":{"Action":["1"],"Action.T":"1"},"_ActionsState":{"State":["Actions"]},"_FocusableActionDetectorState":{"State":["FocusableActionDetector"]},"VoidCallbackAction":{"Action":["VoidCallbackIntent"],"Action.T":"VoidCallbackIntent"},"DoNothingAction":{"Action":["Intent"],"Action.T":"Intent"},"DismissAction":{"Action":["DismissIntent"]},"PrioritizedAction":{"ContextAction":["PrioritizedIntents"],"Action":["PrioritizedIntents"],"Action.T":"PrioritizedIntents","ContextAction.T":"PrioritizedIntents"},"_OverridableAction":{"__OverridableAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_OverridableContextAction":{"__OverridableContextAction_ContextAction__OverridableActionMixin":["1"],"ContextAction":["1"],"_OverridableActionMixin":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_ContextActionToActionAdapter":{"Action":["1"],"Action.T":"1"},"AnimatedCrossFade":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedCrossFadeState":{"State":["AnimatedCrossFade"]},"AnimatedSize":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSizeState":{"State":["AnimatedSize"]},"_AnimatedSize":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedSwitcher":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedSwitcherState":{"State":["AnimatedSwitcher"]},"AnnotatedRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"WidgetsApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsAppState":{"State":["WidgetsApp"],"WidgetsBindingObserver":[]},"StreamBuilderBase":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FutureBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StreamBuilderBaseState":{"State":["StreamBuilderBase<1,2>"]},"StreamBuilder":{"StreamBuilderBase":["1","AsyncSnapshot<1>"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"StreamBuilderBase.T":"1","StreamBuilderBase.S":"AsyncSnapshot<1>"},"_FutureBuilderState":{"State":["FutureBuilder<1>"]},"RawAutocomplete":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutocompletePreviousOptionIntent":{"Intent":[]},"AutocompleteNextOptionIntent":{"Intent":[]},"AutocompleteHighlightedOption":{"InheritedNotifier":["ValueNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"ValueNotifier"},"_RawAutocompleteState":{"State":["RawAutocomplete<1>"]},"_AutocompleteCallbackAction":{"CallbackAction":["1"],"Action":["1"],"Action.T":"1"},"AutofillGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutofillScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutofillGroupState":{"State":["AutofillGroup"]},"AutomaticKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AutomaticKeepAliveState":{"State":["AutomaticKeepAlive"]},"KeepAliveHandle":{"Listenable":[]},"_NullWidget1":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Directionality":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipPath":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformTarget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompositedTransformFollower":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Padding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Align":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Center":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSingleChildLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LayoutId":{"ParentDataWidget":["MultiChildLayoutParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"MultiChildLayoutParentData"},"SizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Stack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Positioned":{"ParentDataWidget":["StackParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"StackParentData"},"Flex":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Row":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Column":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Flexible":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"Expanded":{"ParentDataWidget":["FlexParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"FlexParentData"},"DefaultAssetBundle":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MouseRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IgnorePointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Semantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MergeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlockSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Builder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"StatefulBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ColoredBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UbiquitousInheritedElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_UbiquitousInheritedWidget":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Opacity":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"BackdropFilter":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomPaint":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipRRect":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClipOval":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalModel":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PhysicalShape":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Transform":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FittedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionalTranslation":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomMultiChildLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConstrainedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"FractionallySizedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverflowBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Offstage":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OffstageElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"AspectRatio":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicWidth":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IntrinsicHeight":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListBody":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedStack":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawIndexedStack":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IndexedStackElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"PositionedDirectional":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Wrap":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawImage":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Listener":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RepaintBoundary":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"AbsorbPointer":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExcludeSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndexedSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"KeyedSubtree":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StatefulBuilderState":{"State":["StatefulBuilder"]},"_RenderColoredBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"WidgetsBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"RootWidget":{"Widget":[],"DiagnosticableTree":[]},"RootElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"WidgetsFlutterBinding":{"SchedulerBinding":[],"HitTestTarget":[]},"Container":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBox":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecorationClipper":{"CustomClipper":["Path"],"Listenable":[]},"DefaultSelectionStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget2":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextEditingShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DisplayFeatureSubScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableSheet":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DraggableScrollableNotification":{"ViewportNotificationMixin":[]},"_ResetNotifier":{"Listenable":[]},"_InheritedResetNotifier":{"InheritedNotifier":["_ResetNotifier"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"_ResetNotifier"},"_DraggableScrollableSheetState":{"State":["DraggableScrollableSheet"]},"_DraggableScrollableSheetScrollController":{"ScrollController":[],"Listenable":[]},"_DraggableScrollableSheetScrollPosition":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"DualTransitionBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DualTransitionBuilderState":{"State":["DualTransitionBuilder"]},"TextEditingController":{"ValueNotifier":["TextEditingValue"],"Listenable":[]},"EditableText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditableTextState":{"State":["EditableText"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_ScribbleFocusable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribblePlaceholder":{"WidgetSpan":[],"InlineSpan":[],"DiagnosticableTree":[]},"_CompositionCallback":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderCompositionCallback":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_Editable":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScribbleFocusableState":{"State":["_ScribbleFocusable"],"ScribbleClient":[]},"_CodePointBoundary":{"TextBoundary":[]},"_DeleteTextAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_UpdateTextSelectionVerticallyAction":{"ContextAction":["1"],"Action":["1"],"Action.T":"1","ContextAction.T":"1"},"_SelectAllAction":{"ContextAction":["SelectAllTextIntent"],"Action":["SelectAllTextIntent"],"Action.T":"SelectAllTextIntent","ContextAction.T":"SelectAllTextIntent"},"_CopySelectionAction":{"ContextAction":["CopySelectionTextIntent"],"Action":["CopySelectionTextIntent"],"Action.T":"CopySelectionTextIntent","ContextAction.T":"CopySelectionTextIntent"},"_WebClipboardStatusNotifier":{"ValueNotifier":["ClipboardStatus"],"Listenable":[],"WidgetsBindingObserver":[]},"FocusNode":{"DiagnosticableTree":[],"Listenable":[]},"FocusScopeNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"FocusManager":{"DiagnosticableTree":[],"Listenable":[]},"Focus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusInheritedScope":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"_FocusState":{"State":["Focus"]},"FocusScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FocusScopeState":{"State":["Focus"]},"ExcludeFocus":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusTraversalGroup":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RequestFocusIntent":{"Intent":[]},"NextFocusIntent":{"Intent":[]},"PreviousFocusIntent":{"Intent":[]},"DirectionalFocusIntent":{"Intent":[]},"_FocusTraversalGroupNode":{"FocusNode":[],"DiagnosticableTree":[],"Listenable":[]},"_FocusTraversalGroupState":{"State":["FocusTraversalGroup"]},"RequestFocusAction":{"Action":["RequestFocusIntent"],"Action.T":"RequestFocusIntent"},"NextFocusAction":{"Action":["NextFocusIntent"],"Action.T":"NextFocusIntent"},"PreviousFocusAction":{"Action":["PreviousFocusIntent"],"Action.T":"PreviousFocusIntent"},"DirectionalFocusAction":{"Action":["DirectionalFocusIntent"],"Action.T":"DirectionalFocusIntent"},"Form":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormState":{"State":["Form"]},"_FormScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormFieldState":{"State":["FormField<1>"]},"ObjectKey":{"LocalKey":[],"Key":[]},"GlobalKey":{"Key":[]},"LabeledGlobalKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Widget":{"DiagnosticableTree":[]},"StatelessWidget":{"Widget":[],"DiagnosticableTree":[]},"StatefulWidget":{"Widget":[],"DiagnosticableTree":[]},"RenderObjectWidget":{"Widget":[],"DiagnosticableTree":[]},"SingleChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Element0":{"DiagnosticableTree":[],"BuildContext":[]},"StatefulElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ParentDataElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"GlobalObjectKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1","GlobalObjectKey.T":"1"},"ProxyWidget":{"Widget":[],"DiagnosticableTree":[]},"ParentDataWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedWidget":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"LeafRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiChildRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ElementDiagnosticableTreeNode":{"DiagnosticableNode":["DiagnosticableTree"],"DiagnosticsNode":[]},"ErrorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ComponentElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"StatelessElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ProxyElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderObjectElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"LeafRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SingleChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"MultiChildRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderTreeRootElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget3":{"Widget":[],"DiagnosticableTree":[]},"GestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RawGestureDetectorState":{"State":["RawGestureDetector"]},"GestureRecognizerFactoryWithHandlers":{"GestureRecognizerFactory":["1"]},"_GestureSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"Hero":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HeroState":{"State":["Hero"]},"HeroController":{"NavigatorObserver":[]},"Icon":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconTheme":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Image":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImageState":{"State":["Image"],"WidgetsBindingObserver":[]},"BoxConstraintsTween":{"Tween":["BoxConstraints"],"Animatable":["BoxConstraints"],"Animatable.T":"BoxConstraints","Tween.T":"BoxConstraints"},"DecorationTween":{"Tween":["Decoration"],"Animatable":["Decoration"],"Animatable.T":"Decoration","Tween.T":"Decoration"},"EdgeInsetsGeometryTween":{"Tween":["EdgeInsetsGeometry"],"Animatable":["EdgeInsetsGeometry"],"Animatable.T":"EdgeInsetsGeometry","Tween.T":"EdgeInsetsGeometry"},"BorderRadiusTween":{"Tween":["BorderRadius?"],"Animatable":["BorderRadius?"],"Animatable.T":"BorderRadius?","Tween.T":"BorderRadius?"},"Matrix4Tween":{"Tween":["Matrix40"],"Animatable":["Matrix40"],"Animatable.T":"Matrix40","Tween.T":"Matrix40"},"TextStyleTween":{"Tween":["TextStyle"],"Animatable":["TextStyle"],"Animatable.T":"TextStyle","Tween.T":"TextStyle"},"AnimatedContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPadding":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPositioned":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedOpacity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedDefaultTextStyle":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedPhysicalModel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EdgeInsetsTween":{"Tween":["EdgeInsets"],"Animatable":["EdgeInsets"],"Animatable.T":"EdgeInsets","Tween.T":"EdgeInsets"},"ImplicitlyAnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImplicitlyAnimatedWidgetState":{"State":["1"]},"AnimatedWidgetBaseState":{"State":["1"]},"_AnimatedContainerState":{"State":["AnimatedContainer"]},"_AnimatedPaddingState":{"State":["AnimatedPadding"]},"_AnimatedPositionedState":{"State":["AnimatedPositioned"]},"_AnimatedOpacityState":{"State":["AnimatedOpacity"]},"_AnimatedDefaultTextStyleState":{"State":["AnimatedDefaultTextStyle"]},"_AnimatedPhysicalModelState":{"State":["AnimatedPhysicalModel"]},"InheritedModel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"InheritedModelElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedNotifier":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedNotifierElement":{"InheritedElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"InheritedTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaptureAll":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InteractiveViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InteractiveViewerState":{"State":["InteractiveViewer"]},"_InteractiveViewerBuilt":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransformationController":{"ValueNotifier":["Matrix40"],"Listenable":[]},"LayoutBuilder":{"ConstrainedLayoutBuilder":["BoxConstraints"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxConstraints"},"ConstrainedLayoutBuilder":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LayoutBuilderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxConstraints","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxConstraints"},"_LocalizationsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Localizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WidgetsLocalizationsDelegate":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"DefaultWidgetsLocalizations":{"WidgetsLocalizations":[]},"_LocalizationsState":{"State":["Localizations"]},"LookupBoundary":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MagnifierDecoration":{"ShapeDecoration":[],"Decoration":[]},"RawMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MagnifierStyle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DonutClip":{"CustomClipper":["Path"],"Listenable":[]},"_Magnifier":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderMagnification":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MediaQuery":{"InheritedModel":["_MediaQueryAspect"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"_MediaQueryAspect"},"_MediaQueryFromView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MediaQueryFromViewState":{"State":["_MediaQueryFromView"],"WidgetsBindingObserver":[]},"_AnyTapGestureRecognizer":{"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ModalBarrier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedModalBarrier":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnyTapGestureRecognizerFactory":{"GestureRecognizerFactory":["_AnyTapGestureRecognizer"]},"_ModalBarrierGestureDetector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigationToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Page":{"RouteSettings":[]},"HeroControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Navigator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"NavigatorState":{"State":["Navigator"]},"_NotAnnounced":{"Route":["~"]},"_NavigatorPushObservation":{"_NavigatorObservation":[]},"_NavigatorPopObservation":{"_NavigatorObservation":[]},"_NavigatorRemoveObservation":{"_NavigatorObservation":[]},"_NavigatorReplaceObservation":{"_NavigatorObservation":[]},"_History":{"Iterable":["_RouteEntry"],"Listenable":[],"Iterable.E":"_RouteEntry"},"_HistoryProperty":{"RestorableProperty":["Map>?"],"Listenable":[]},"NavigatorPopHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NavigatorPopHandlerState":{"State":["NavigatorPopHandler"]},"NotificationListener":{"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationElement":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_OverflowBarParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"OverflowBar":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderOverflowBar":{"RenderBoxContainerDefaultsMixin":["RenderBox","_OverflowBarParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_OverflowBarParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.1":"_OverflowBarParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayEntry":{"Listenable":[]},"_OverlayEntryWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryWidgetState":{"State":["_OverlayEntryWidget"]},"Overlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverlayState":{"State":["Overlay"]},"_RenderTheater":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StackParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StackParentData","ContainerRenderObjectMixin.0":"RenderBox"},"OverlayPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayEntryLocation":{"LinkedListEntry":["_OverlayEntryLocation"],"LinkedListEntry.E":"_OverlayEntryLocation"},"_RenderTheaterMarker":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderDeferredLayoutBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"LinkedListEntry":["_RenderDeferredLayoutBox"],"LinkedListEntry.E":"_RenderDeferredLayoutBox"},"_RenderLayoutSurrogateProxyBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_Theater":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TheaterElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_TheaterParentData":{"StackParentData":[],"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_OverlayPortalState":{"State":["OverlayPortal"]},"_OverlayPortal":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverlayPortalElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_DeferredLayout":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"GlowingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StretchingOverscrollIndicator":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"OverscrollIndicatorNotification":{"ViewportNotificationMixin":[]},"_GlowingOverscrollIndicatorState":{"State":["GlowingOverscrollIndicator"]},"_GlowController":{"Listenable":[]},"_GlowingOverscrollIndicatorPainter":{"Listenable":[]},"_StretchingOverscrollIndicatorState":{"State":["StretchingOverscrollIndicator"]},"_StretchController":{"Listenable":[]},"PageStorageKey":{"ValueKey":["1"],"LocalKey":[],"Key":[]},"PageStorage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PageController":{"ScrollController":[],"Listenable":[]},"PageMetrics":{"ScrollMetrics":[]},"_PagePosition":{"ScrollPosition":[],"PageMetrics":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"_PageViewState":{"State":["PageView"]},"PageRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"_PlaceholderPainter":{"Listenable":[]},"Placeholder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlatformViewLink":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PlatformViewSurface":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"HtmlElementView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PlatformViewLinkState":{"State":["PlatformViewLink"]},"_PlatformViewPlaceholderBox":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_PlatformViewPlaceHolder":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"PopScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PopScopeState":{"State":["PopScope"],"PopEntry":[]},"PreferredSize":{"StatelessWidget":[],"PreferredSizeWidget":[],"Widget":[],"DiagnosticableTree":[]},"PrimaryScrollController":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverReorderableListState":{"State":["SliverReorderableList"]},"_ReorderableItem":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemState":{"State":["_ReorderableItem"]},"ReorderableDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReorderableDelayedDragStartListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DragItemProxy":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReorderableItemGlobalKey":{"GlobalObjectKey":["State"],"GlobalKey":["State"],"Key":[],"GlobalKey.T":"State","GlobalObjectKey.T":"State"},"RestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnmanagedRestorationScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"RootRestorationScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RestorableProperty":{"Listenable":[]},"_RestorationScopeState":{"State":["RestorationScope"]},"_RootRestorationScopeState":{"State":["RootRestorationScope"]},"RestorableValue":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValueN":{"RestorableProperty":["1"],"Listenable":[]},"_RestorablePrimitiveValue":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[]},"RestorableNum":{"_RestorablePrimitiveValueN":["1"],"RestorableProperty":["1"],"Listenable":[],"RestorableValue.T":"1","_RestorablePrimitiveValueN.T":"1"},"RestorableBool":{"_RestorablePrimitiveValueN":["bool"],"RestorableProperty":["bool"],"Listenable":[],"RestorableValue.T":"bool","_RestorablePrimitiveValueN.T":"bool"},"RestorableBoolN":{"_RestorablePrimitiveValueN":["bool?"],"RestorableProperty":["bool?"],"Listenable":[],"RestorableValue.T":"bool?","_RestorablePrimitiveValueN.T":"bool?"},"RestorableStringN":{"_RestorablePrimitiveValueN":["String?"],"RestorableProperty":["String?"],"Listenable":[],"RestorableValue.T":"String?","_RestorablePrimitiveValueN.T":"String?"},"RestorableDateTimeN":{"RestorableProperty":["DateTime?"],"Listenable":[],"RestorableValue.T":"DateTime?"},"RestorableListenable":{"RestorableProperty":["1"],"Listenable":[]},"RestorableChangeNotifier":{"RestorableProperty":["1"],"Listenable":[]},"RestorableTextEditingController":{"RestorableProperty":["TextEditingController"],"Listenable":[]},"RestorableEnumN":{"RestorableProperty":["1?"],"Listenable":[],"RestorableValue.T":"1?"},"RestorableEnum":{"RestorableProperty":["1"],"Listenable":[],"RestorableValue.T":"1"},"Router":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChildBackButtonDispatcher":{"_CallbackHookProvider":["Future"]},"_RouterState":{"State":["Router<1>"]},"_RouterScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RestorableRouteInformation":{"RestorableProperty":["RouteInformation?"],"Listenable":[],"RestorableValue.T":"RouteInformation?"},"_ModalScopeStatus":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ModalScopeState":{"State":["_ModalScope<1>"]},"OverlayRoute":{"Route":["1"]},"TransitionRoute":{"Route":["1"]},"_DismissModalAction":{"Action":["DismissIntent"],"Action.T":"DismissIntent"},"ModalRoute":{"TransitionRoute":["1"],"Route":["1"]},"PopupRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"RouteObserver":{"NavigatorObserver":[]},"RawDialogRoute":{"ModalRoute":["1"],"TransitionRoute":["1"],"Route":["1"]},"SafeArea":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollAwareImageProvider":{"ImageProvider":["1"],"ImageProvider.T":"1"},"ScrollConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollController":{"Listenable":[]},"_SelectionKeepAlive":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SaltedValueKey":{"ValueKey":["Key"],"LocalKey":[],"Key":[],"ValueKey.T":"Key"},"_SelectionKeepAliveState":{"State":["_SelectionKeepAlive"]},"FixedScrollMetrics":{"ScrollMetrics":[]},"ScrollNotification":{"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollUpdateNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollStartNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"OverscrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"ScrollEndNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"UserScrollNotification":{"ScrollNotification":[],"LayoutChangedNotification":[],"ViewportNotificationMixin":[]},"_ScrollNotificationObserverScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListenerEntry":{"LinkedListEntry":["_ListenerEntry"],"LinkedListEntry.E":"_ListenerEntry"},"ScrollNotificationObserver":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollNotificationObserverState":{"State":["ScrollNotificationObserver"]},"ScrollPosition":{"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"ScrollMetricsNotification":{"ViewportNotificationMixin":[]},"ScrollPositionWithSingleContext":{"ScrollPosition":[],"ViewportOffset":[],"Listenable":[],"ScrollMetrics":[]},"GridView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Scrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableSelectionHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableState":{"State":["Scrollable"]},"_ScrollableSelectionHandlerState":{"State":["_ScrollableSelectionHandler"]},"_ScrollableSelectionContainerDelegate":{"Listenable":[]},"_ScrollSemantics":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScrollSemantics":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_RestorableScrollOffset":{"RestorableProperty":["double?"],"Listenable":[],"RestorableValue.T":"double?"},"ScrollIntent":{"Intent":[]},"ScrollAction":{"ContextAction":["ScrollIntent"],"Action":["ScrollIntent"],"Action.T":"ScrollIntent","ContextAction.T":"ScrollIntent"},"RawScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"ScrollbarPainter":{"Listenable":[]},"RawScrollbarState":{"State":["1"]},"MultiSelectableSelectionContainerDelegate":{"Listenable":[]},"SelectionContainer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectionRegistrarScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionContainerState":{"Selectable":[],"State":["SelectionContainer"],"Listenable":[]},"SelectionContainerDelegate":{"Listenable":[]},"SharedAppData":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SharedAppDataState":{"State":["SharedAppData"]},"_SharedAppModel":{"InheritedModel":["Object"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedModel.T":"Object"},"LogicalKeySet":{"KeySet":["LogicalKeyboardKey"],"ShortcutActivator":[],"KeySet.T":"LogicalKeyboardKey"},"SingleActivator":{"ShortcutActivator":[]},"Shortcuts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistrar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutManager":{"Listenable":[]},"_ShortcutsState":{"State":["Shortcuts"]},"CallbackShortcuts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ShortcutRegistry":{"Listenable":[]},"_ShortcutRegistrarState":{"State":["ShortcutRegistrar"]},"_ShortcutRegistrarScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleChildScrollView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewport":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleChildViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_RenderSingleChildViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderAbstractViewport":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SliverWithKeepAliveWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverList":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverGrid":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverMultiBoxAdaptorElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"KeepAlive":{"ParentDataWidget":["KeepAliveParentDataMixin"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"KeepAliveParentDataMixin"},"SliverFillViewport":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFillViewportRenderObjectWidget":{"SliverMultiBoxAdaptorWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverFractionalPadding":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverFractionalPadding":{"RenderSliver":[],"RenderObjectWithChildMixin":["RenderSliver"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_FloatingHeader":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SliverPersistentHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FloatingHeaderState":{"State":["_FloatingHeader"]},"_SliverPersistentHeaderElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_SliverPersistentHeaderRenderObjectWidget":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SliverPinnedPersistentHeader":{"_SliverPersistentHeaderRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSliverPinnedPersistentHeaderForWidgets":{"_RenderSliverPersistentHeaderForWidgetsMixin":[],"RenderSliver":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SlottedMultiChildRenderObjectWidget":{"SlottedMultiChildRenderObjectWidgetMixin":["1","2"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlottedRenderObjectElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"SnapshotController":{"Listenable":[]},"SnapshotWidget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderSnapshotWidget":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"SnapshotPainter":{"Listenable":[]},"_DefaultSnapshotPainter":{"Listenable":[]},"Spacer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Table":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TableElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"TableCell":{"ParentDataWidget":["TableCellParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TableCellParentData"},"RenderTapRegionSurface":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"TapRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderTapRegion":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"TapRegionSurface":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextFieldTapRegion":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextStyle":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DefaultTextHeightBehavior":{"InheritedTheme":[],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Text":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NullWidget4":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DoNothingAndStopPropagationTextIntent":{"Intent":[]},"DeleteCharacterIntent":{"Intent":[]},"DeleteToNextWordBoundaryIntent":{"Intent":[]},"DeleteToLineBreakIntent":{"Intent":[]},"DirectionalCaretMovementIntent":{"Intent":[]},"ExtendSelectionByCharacterIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextWordBoundaryOrCaretLocationIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExpandSelectionToDocumentBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExpandSelectionToLineBreakIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToLineBreakIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentLineIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionVerticallyToAdjacentPageIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextParagraphBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ExtendSelectionToDocumentBoundaryIntent":{"DirectionalCaretMovementIntent":[],"Intent":[]},"ScrollToDocumentBoundaryIntent":{"Intent":[]},"ExtendSelectionByPageIntent":{"Intent":[]},"SelectAllTextIntent":{"Intent":[]},"CopySelectionTextIntent":{"Intent":[]},"PasteTextIntent":{"Intent":[]},"RedoTextIntent":{"Intent":[]},"ReplaceTextIntent":{"Intent":[]},"UndoTextIntent":{"Intent":[]},"UpdateSelectionIntent":{"Intent":[]},"TransposeCharactersIntent":{"Intent":[]},"DirectionalTextEditingIntent":{"Intent":[]},"ToolbarItemsParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_SelectionToolbarWrapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionHandleOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextSelectionGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionToolbarWrapperState":{"State":["_SelectionToolbarWrapper"]},"_SelectionHandleOverlayState":{"State":["_SelectionHandleOverlay"]},"_TextSelectionGestureDetectorState":{"State":["TextSelectionGestureDetector"]},"ClipboardStatusNotifier":{"ValueNotifier":["ClipboardStatus"],"Listenable":[],"WidgetsBindingObserver":[]},"TickerMode":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EffectiveTickerMode":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TickerModeState":{"State":["TickerMode"]},"_ConstantValueListenable":{"Listenable":[]},"Title":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FadeTransition":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AnimatedState":{"State":["AnimatedWidget"]},"SlideTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MatrixTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScaleTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RotationTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DecoratedBoxTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AnimatedBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UndoHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UndoHistoryState":{"State":["UndoHistory<1>"]},"UndoHistoryController":{"ValueNotifier":["UndoHistoryValue"],"Listenable":[]},"ValueListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ValueListenableBuilderState":{"State":["ValueListenableBuilder<1>"]},"_ViewScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PipelineOwnerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"View":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawView":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RawViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_DeprecatedRawViewKey":{"GlobalKey":["1"],"Key":[],"GlobalKey.T":"1"},"Viewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ViewportElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ShrinkWrappingViewport":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Visibility":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Visibility":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderVisibility":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"WidgetSpan":{"InlineSpan":[],"DiagnosticableTree":[]},"_WidgetSpanParentData":{"ParentDataWidget":["TextParentData"],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"ParentDataWidget.T":"TextParentData"},"_AutoScaleInlineWidget":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderScaledInlineWidget":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"WillPopScope":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WillPopScopeState":{"State":["WillPopScope"]},"BlockPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BlockPickerState":{"State":["BlockPicker"]},"JsonViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonObjectViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"JsonArrayViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_JsonViewerState":{"State":["JsonViewer"]},"JsonObjectViewerState":{"State":["JsonObjectViewer"]},"_JsonArrayViewerState":{"State":["JsonArrayViewer"]},"GlobalCupertinoLocalizations":{"CupertinoLocalizations":[]},"_GlobalCupertinoLocalizationsDelegate":{"LocalizationsDelegate":["CupertinoLocalizations"],"LocalizationsDelegate.T":"CupertinoLocalizations"},"CupertinoLocalizationAf":{"CupertinoLocalizations":[]},"CupertinoLocalizationAm":{"CupertinoLocalizations":[]},"CupertinoLocalizationAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationAs":{"CupertinoLocalizations":[]},"CupertinoLocalizationAz":{"CupertinoLocalizations":[]},"CupertinoLocalizationBe":{"CupertinoLocalizations":[]},"CupertinoLocalizationBg":{"CupertinoLocalizations":[]},"CupertinoLocalizationBn":{"CupertinoLocalizations":[]},"CupertinoLocalizationBs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationCs":{"CupertinoLocalizations":[]},"CupertinoLocalizationCy":{"CupertinoLocalizations":[]},"CupertinoLocalizationDa":{"CupertinoLocalizations":[]},"CupertinoLocalizationDe":{"CupertinoLocalizations":[]},"CupertinoLocalizationDeCh":{"CupertinoLocalizations":[]},"CupertinoLocalizationEl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnAu":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnGb":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnIn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnNz":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnSg":{"CupertinoLocalizations":[]},"CupertinoLocalizationEnZa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEs419":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsAr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsBo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCl":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsCr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsDo":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsEc":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsGt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsHn":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsMx":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsNi":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPr":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsPy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUs":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsUy":{"CupertinoLocalizations":[]},"CupertinoLocalizationEsVe":{"CupertinoLocalizations":[]},"CupertinoLocalizationEt":{"CupertinoLocalizations":[]},"CupertinoLocalizationEu":{"CupertinoLocalizations":[]},"CupertinoLocalizationFa":{"CupertinoLocalizations":[]},"CupertinoLocalizationFi":{"CupertinoLocalizations":[]},"CupertinoLocalizationFil":{"CupertinoLocalizations":[]},"CupertinoLocalizationFr":{"CupertinoLocalizations":[]},"CupertinoLocalizationFrCa":{"CupertinoLocalizations":[]},"CupertinoLocalizationGl":{"CupertinoLocalizations":[]},"CupertinoLocalizationGsw":{"CupertinoLocalizations":[]},"CupertinoLocalizationGu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHe":{"CupertinoLocalizations":[]},"CupertinoLocalizationHi":{"CupertinoLocalizations":[]},"CupertinoLocalizationHr":{"CupertinoLocalizations":[]},"CupertinoLocalizationHu":{"CupertinoLocalizations":[]},"CupertinoLocalizationHy":{"CupertinoLocalizations":[]},"CupertinoLocalizationId":{"CupertinoLocalizations":[]},"CupertinoLocalizationIs":{"CupertinoLocalizations":[]},"CupertinoLocalizationIt":{"CupertinoLocalizations":[]},"CupertinoLocalizationJa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKa":{"CupertinoLocalizations":[]},"CupertinoLocalizationKk":{"CupertinoLocalizations":[]},"CupertinoLocalizationKm":{"CupertinoLocalizations":[]},"CupertinoLocalizationKn":{"CupertinoLocalizations":[]},"CupertinoLocalizationKo":{"CupertinoLocalizations":[]},"CupertinoLocalizationKy":{"CupertinoLocalizations":[]},"CupertinoLocalizationLo":{"CupertinoLocalizations":[]},"CupertinoLocalizationLt":{"CupertinoLocalizations":[]},"CupertinoLocalizationLv":{"CupertinoLocalizations":[]},"CupertinoLocalizationMk":{"CupertinoLocalizations":[]},"CupertinoLocalizationMl":{"CupertinoLocalizations":[]},"CupertinoLocalizationMn":{"CupertinoLocalizations":[]},"CupertinoLocalizationMr":{"CupertinoLocalizations":[]},"CupertinoLocalizationMs":{"CupertinoLocalizations":[]},"CupertinoLocalizationMy":{"CupertinoLocalizations":[]},"CupertinoLocalizationNb":{"CupertinoLocalizations":[]},"CupertinoLocalizationNe":{"CupertinoLocalizations":[]},"CupertinoLocalizationNl":{"CupertinoLocalizations":[]},"CupertinoLocalizationNo":{"CupertinoLocalizations":[]},"CupertinoLocalizationOr":{"CupertinoLocalizations":[]},"CupertinoLocalizationPa":{"CupertinoLocalizations":[]},"CupertinoLocalizationPl":{"CupertinoLocalizations":[]},"CupertinoLocalizationPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationPtPt":{"CupertinoLocalizations":[]},"CupertinoLocalizationRo":{"CupertinoLocalizations":[]},"CupertinoLocalizationRu":{"CupertinoLocalizations":[]},"CupertinoLocalizationSi":{"CupertinoLocalizations":[]},"CupertinoLocalizationSk":{"CupertinoLocalizations":[]},"CupertinoLocalizationSl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSq":{"CupertinoLocalizations":[]},"CupertinoLocalizationSr":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrCyrl":{"CupertinoLocalizations":[]},"CupertinoLocalizationSrLatn":{"CupertinoLocalizations":[]},"CupertinoLocalizationSv":{"CupertinoLocalizations":[]},"CupertinoLocalizationSw":{"CupertinoLocalizations":[]},"CupertinoLocalizationTa":{"CupertinoLocalizations":[]},"CupertinoLocalizationTe":{"CupertinoLocalizations":[]},"CupertinoLocalizationTh":{"CupertinoLocalizations":[]},"CupertinoLocalizationTl":{"CupertinoLocalizations":[]},"CupertinoLocalizationTr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUk":{"CupertinoLocalizations":[]},"CupertinoLocalizationUr":{"CupertinoLocalizations":[]},"CupertinoLocalizationUz":{"CupertinoLocalizations":[]},"CupertinoLocalizationVi":{"CupertinoLocalizations":[]},"CupertinoLocalizationZh":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHans":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHant":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantHk":{"CupertinoLocalizations":[]},"CupertinoLocalizationZhHantTw":{"CupertinoLocalizations":[]},"CupertinoLocalizationZu":{"CupertinoLocalizations":[]},"MaterialLocalizationAf":{"MaterialLocalizations":[]},"MaterialLocalizationAm":{"MaterialLocalizations":[]},"MaterialLocalizationAr":{"MaterialLocalizations":[]},"MaterialLocalizationAs":{"MaterialLocalizations":[]},"MaterialLocalizationAz":{"MaterialLocalizations":[]},"MaterialLocalizationBe":{"MaterialLocalizations":[]},"MaterialLocalizationBg":{"MaterialLocalizations":[]},"MaterialLocalizationBn":{"MaterialLocalizations":[]},"MaterialLocalizationBs":{"MaterialLocalizations":[]},"MaterialLocalizationCa":{"MaterialLocalizations":[]},"MaterialLocalizationCs":{"MaterialLocalizations":[]},"MaterialLocalizationCy":{"MaterialLocalizations":[]},"MaterialLocalizationDa":{"MaterialLocalizations":[]},"MaterialLocalizationDe":{"MaterialLocalizations":[]},"MaterialLocalizationDeCh":{"MaterialLocalizations":[]},"MaterialLocalizationEl":{"MaterialLocalizations":[]},"MaterialLocalizationEn":{"MaterialLocalizations":[]},"MaterialLocalizationEnAu":{"MaterialLocalizations":[]},"MaterialLocalizationEnCa":{"MaterialLocalizations":[]},"MaterialLocalizationEnGb":{"MaterialLocalizations":[]},"MaterialLocalizationEnIe":{"MaterialLocalizations":[]},"MaterialLocalizationEnIn":{"MaterialLocalizations":[]},"MaterialLocalizationEnNz":{"MaterialLocalizations":[]},"MaterialLocalizationEnSg":{"MaterialLocalizations":[]},"MaterialLocalizationEnZa":{"MaterialLocalizations":[]},"MaterialLocalizationEs":{"MaterialLocalizations":[]},"MaterialLocalizationEs419":{"MaterialLocalizations":[]},"MaterialLocalizationEsAr":{"MaterialLocalizations":[]},"MaterialLocalizationEsBo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCl":{"MaterialLocalizations":[]},"MaterialLocalizationEsCo":{"MaterialLocalizations":[]},"MaterialLocalizationEsCr":{"MaterialLocalizations":[]},"MaterialLocalizationEsDo":{"MaterialLocalizations":[]},"MaterialLocalizationEsEc":{"MaterialLocalizations":[]},"MaterialLocalizationEsGt":{"MaterialLocalizations":[]},"MaterialLocalizationEsHn":{"MaterialLocalizations":[]},"MaterialLocalizationEsMx":{"MaterialLocalizations":[]},"MaterialLocalizationEsNi":{"MaterialLocalizations":[]},"MaterialLocalizationEsPa":{"MaterialLocalizations":[]},"MaterialLocalizationEsPe":{"MaterialLocalizations":[]},"MaterialLocalizationEsPr":{"MaterialLocalizations":[]},"MaterialLocalizationEsPy":{"MaterialLocalizations":[]},"MaterialLocalizationEsSv":{"MaterialLocalizations":[]},"MaterialLocalizationEsUs":{"MaterialLocalizations":[]},"MaterialLocalizationEsUy":{"MaterialLocalizations":[]},"MaterialLocalizationEsVe":{"MaterialLocalizations":[]},"MaterialLocalizationEt":{"MaterialLocalizations":[]},"MaterialLocalizationEu":{"MaterialLocalizations":[]},"MaterialLocalizationFa":{"MaterialLocalizations":[]},"MaterialLocalizationFi":{"MaterialLocalizations":[]},"MaterialLocalizationFil":{"MaterialLocalizations":[]},"MaterialLocalizationFr":{"MaterialLocalizations":[]},"MaterialLocalizationFrCa":{"MaterialLocalizations":[]},"MaterialLocalizationGl":{"MaterialLocalizations":[]},"MaterialLocalizationGsw":{"MaterialLocalizations":[]},"MaterialLocalizationGu":{"MaterialLocalizations":[]},"MaterialLocalizationHe":{"MaterialLocalizations":[]},"MaterialLocalizationHi":{"MaterialLocalizations":[]},"MaterialLocalizationHr":{"MaterialLocalizations":[]},"MaterialLocalizationHu":{"MaterialLocalizations":[]},"MaterialLocalizationHy":{"MaterialLocalizations":[]},"MaterialLocalizationId":{"MaterialLocalizations":[]},"MaterialLocalizationIs":{"MaterialLocalizations":[]},"MaterialLocalizationIt":{"MaterialLocalizations":[]},"MaterialLocalizationJa":{"MaterialLocalizations":[]},"MaterialLocalizationKa":{"MaterialLocalizations":[]},"MaterialLocalizationKk":{"MaterialLocalizations":[]},"MaterialLocalizationKm":{"MaterialLocalizations":[]},"MaterialLocalizationKn":{"MaterialLocalizations":[]},"MaterialLocalizationKo":{"MaterialLocalizations":[]},"MaterialLocalizationKy":{"MaterialLocalizations":[]},"MaterialLocalizationLo":{"MaterialLocalizations":[]},"MaterialLocalizationLt":{"MaterialLocalizations":[]},"MaterialLocalizationLv":{"MaterialLocalizations":[]},"MaterialLocalizationMk":{"MaterialLocalizations":[]},"MaterialLocalizationMl":{"MaterialLocalizations":[]},"MaterialLocalizationMn":{"MaterialLocalizations":[]},"MaterialLocalizationMr":{"MaterialLocalizations":[]},"MaterialLocalizationMs":{"MaterialLocalizations":[]},"MaterialLocalizationMy":{"MaterialLocalizations":[]},"MaterialLocalizationNb":{"MaterialLocalizations":[]},"MaterialLocalizationNe":{"MaterialLocalizations":[]},"MaterialLocalizationNl":{"MaterialLocalizations":[]},"MaterialLocalizationNo":{"MaterialLocalizations":[]},"MaterialLocalizationOr":{"MaterialLocalizations":[]},"MaterialLocalizationPa":{"MaterialLocalizations":[]},"MaterialLocalizationPl":{"MaterialLocalizations":[]},"MaterialLocalizationPs":{"MaterialLocalizations":[]},"MaterialLocalizationPt":{"MaterialLocalizations":[]},"MaterialLocalizationPtPt":{"MaterialLocalizations":[]},"MaterialLocalizationRo":{"MaterialLocalizations":[]},"MaterialLocalizationRu":{"MaterialLocalizations":[]},"MaterialLocalizationSi":{"MaterialLocalizations":[]},"MaterialLocalizationSk":{"MaterialLocalizations":[]},"MaterialLocalizationSl":{"MaterialLocalizations":[]},"MaterialLocalizationSq":{"MaterialLocalizations":[]},"MaterialLocalizationSr":{"MaterialLocalizations":[]},"MaterialLocalizationSrCyrl":{"MaterialLocalizations":[]},"MaterialLocalizationSrLatn":{"MaterialLocalizations":[]},"MaterialLocalizationSv":{"MaterialLocalizations":[]},"MaterialLocalizationSw":{"MaterialLocalizations":[]},"MaterialLocalizationTa":{"MaterialLocalizations":[]},"MaterialLocalizationTe":{"MaterialLocalizations":[]},"MaterialLocalizationTh":{"MaterialLocalizations":[]},"MaterialLocalizationTl":{"MaterialLocalizations":[]},"MaterialLocalizationTr":{"MaterialLocalizations":[]},"MaterialLocalizationUk":{"MaterialLocalizations":[]},"MaterialLocalizationUr":{"MaterialLocalizations":[]},"MaterialLocalizationUz":{"MaterialLocalizations":[]},"MaterialLocalizationVi":{"MaterialLocalizations":[]},"MaterialLocalizationZh":{"MaterialLocalizations":[]},"MaterialLocalizationZhHans":{"MaterialLocalizations":[]},"MaterialLocalizationZhHant":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantHk":{"MaterialLocalizations":[]},"MaterialLocalizationZhHantTw":{"MaterialLocalizations":[]},"MaterialLocalizationZu":{"MaterialLocalizations":[]},"WidgetsLocalizationAf":{"WidgetsLocalizations":[]},"WidgetsLocalizationAm":{"WidgetsLocalizations":[]},"WidgetsLocalizationAr":{"WidgetsLocalizations":[]},"WidgetsLocalizationAs":{"WidgetsLocalizations":[]},"WidgetsLocalizationAz":{"WidgetsLocalizations":[]},"WidgetsLocalizationBe":{"WidgetsLocalizations":[]},"WidgetsLocalizationBg":{"WidgetsLocalizations":[]},"WidgetsLocalizationBn":{"WidgetsLocalizations":[]},"WidgetsLocalizationBs":{"WidgetsLocalizations":[]},"WidgetsLocalizationCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationCs":{"WidgetsLocalizations":[]},"WidgetsLocalizationCy":{"WidgetsLocalizations":[]},"WidgetsLocalizationDa":{"WidgetsLocalizations":[]},"WidgetsLocalizationDe":{"WidgetsLocalizations":[]},"WidgetsLocalizationDeCh":{"WidgetsLocalizations":[]},"WidgetsLocalizationEl":{"WidgetsLocalizations":[]},"WidgetsLocalizationEn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnAu":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnGb":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnIe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnIn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnNz":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnSg":{"WidgetsLocalizations":[]},"WidgetsLocalizationEnZa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEs":{"WidgetsLocalizations":[]},"WidgetsLocalizationEs419":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsAr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsBo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCl":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsCr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsDo":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsEc":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsGt":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsHn":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsMx":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsNi":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPa":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPr":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsPy":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsSv":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsUs":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsUy":{"WidgetsLocalizations":[]},"WidgetsLocalizationEsVe":{"WidgetsLocalizations":[]},"WidgetsLocalizationEt":{"WidgetsLocalizations":[]},"WidgetsLocalizationEu":{"WidgetsLocalizations":[]},"WidgetsLocalizationFa":{"WidgetsLocalizations":[]},"WidgetsLocalizationFi":{"WidgetsLocalizations":[]},"WidgetsLocalizationFil":{"WidgetsLocalizations":[]},"WidgetsLocalizationFr":{"WidgetsLocalizations":[]},"WidgetsLocalizationFrCa":{"WidgetsLocalizations":[]},"WidgetsLocalizationGl":{"WidgetsLocalizations":[]},"WidgetsLocalizationGsw":{"WidgetsLocalizations":[]},"WidgetsLocalizationGu":{"WidgetsLocalizations":[]},"WidgetsLocalizationHe":{"WidgetsLocalizations":[]},"WidgetsLocalizationHi":{"WidgetsLocalizations":[]},"WidgetsLocalizationHr":{"WidgetsLocalizations":[]},"WidgetsLocalizationHu":{"WidgetsLocalizations":[]},"WidgetsLocalizationHy":{"WidgetsLocalizations":[]},"WidgetsLocalizationId":{"WidgetsLocalizations":[]},"WidgetsLocalizationIs":{"WidgetsLocalizations":[]},"WidgetsLocalizationIt":{"WidgetsLocalizations":[]},"WidgetsLocalizationJa":{"WidgetsLocalizations":[]},"WidgetsLocalizationKa":{"WidgetsLocalizations":[]},"WidgetsLocalizationKk":{"WidgetsLocalizations":[]},"WidgetsLocalizationKm":{"WidgetsLocalizations":[]},"WidgetsLocalizationKn":{"WidgetsLocalizations":[]},"WidgetsLocalizationKo":{"WidgetsLocalizations":[]},"WidgetsLocalizationKy":{"WidgetsLocalizations":[]},"WidgetsLocalizationLo":{"WidgetsLocalizations":[]},"WidgetsLocalizationLt":{"WidgetsLocalizations":[]},"WidgetsLocalizationLv":{"WidgetsLocalizations":[]},"WidgetsLocalizationMk":{"WidgetsLocalizations":[]},"WidgetsLocalizationMl":{"WidgetsLocalizations":[]},"WidgetsLocalizationMn":{"WidgetsLocalizations":[]},"WidgetsLocalizationMr":{"WidgetsLocalizations":[]},"WidgetsLocalizationMs":{"WidgetsLocalizations":[]},"WidgetsLocalizationMy":{"WidgetsLocalizations":[]},"WidgetsLocalizationNb":{"WidgetsLocalizations":[]},"WidgetsLocalizationNe":{"WidgetsLocalizations":[]},"WidgetsLocalizationNl":{"WidgetsLocalizations":[]},"WidgetsLocalizationNo":{"WidgetsLocalizations":[]},"WidgetsLocalizationOr":{"WidgetsLocalizations":[]},"WidgetsLocalizationPa":{"WidgetsLocalizations":[]},"WidgetsLocalizationPl":{"WidgetsLocalizations":[]},"WidgetsLocalizationPs":{"WidgetsLocalizations":[]},"WidgetsLocalizationPt":{"WidgetsLocalizations":[]},"WidgetsLocalizationPtPt":{"WidgetsLocalizations":[]},"WidgetsLocalizationRo":{"WidgetsLocalizations":[]},"WidgetsLocalizationRu":{"WidgetsLocalizations":[]},"WidgetsLocalizationSi":{"WidgetsLocalizations":[]},"WidgetsLocalizationSk":{"WidgetsLocalizations":[]},"WidgetsLocalizationSl":{"WidgetsLocalizations":[]},"WidgetsLocalizationSq":{"WidgetsLocalizations":[]},"WidgetsLocalizationSr":{"WidgetsLocalizations":[]},"WidgetsLocalizationSrCyrl":{"WidgetsLocalizations":[]},"WidgetsLocalizationSrLatn":{"WidgetsLocalizations":[]},"WidgetsLocalizationSv":{"WidgetsLocalizations":[]},"WidgetsLocalizationSw":{"WidgetsLocalizations":[]},"WidgetsLocalizationTa":{"WidgetsLocalizations":[]},"WidgetsLocalizationTe":{"WidgetsLocalizations":[]},"WidgetsLocalizationTh":{"WidgetsLocalizations":[]},"WidgetsLocalizationTl":{"WidgetsLocalizations":[]},"WidgetsLocalizationTr":{"WidgetsLocalizations":[]},"WidgetsLocalizationUk":{"WidgetsLocalizations":[]},"WidgetsLocalizationUr":{"WidgetsLocalizations":[]},"WidgetsLocalizationUz":{"WidgetsLocalizations":[]},"WidgetsLocalizationVi":{"WidgetsLocalizations":[]},"WidgetsLocalizationZh":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHans":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHant":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHantHk":{"WidgetsLocalizations":[]},"WidgetsLocalizationZhHantTw":{"WidgetsLocalizations":[]},"WidgetsLocalizationZu":{"WidgetsLocalizations":[]},"GlobalMaterialLocalizations":{"MaterialLocalizations":[]},"_MaterialLocalizationsDelegate0":{"LocalizationsDelegate":["MaterialLocalizations"],"LocalizationsDelegate.T":"MaterialLocalizations"},"GlobalWidgetsLocalizations":{"WidgetsLocalizations":[]},"_WidgetsLocalizationsDelegate0":{"LocalizationsDelegate":["WidgetsLocalizations"],"LocalizationsDelegate.T":"WidgetsLocalizations"},"StoreProvider":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreConnector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StoreBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StoreStreamListenerState":{"State":["_StoreStreamListener<1,2>"]},"StoreProviderError":{"Error":[]},"ConverterError":{"Error":[]},"ActionPaneConfiguration":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerMotion":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseData":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBehaviorListener":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseNotificationSender":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableAutoCloseBarrierInteractor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableAutoCloseBarrierNotificationSenderState":{"State":["SlidableAutoCloseBarrierNotificationSender"]},"_SlidableAutoCloseBarrierBehaviorListenerState":{"State":["SlidableAutoCloseBarrierBehaviorListener"]},"_SlidableNotificationSenderState0":{"State":["_SlidableNotificationSender"]},"_ValueNotifier":{"ValueNotifier":["1"],"Listenable":[]},"SlidableDismissal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableDismissalState":{"State":["SlidableDismissal"]},"_SizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FlexEntranceTransitionParentData":{"FlexParentData":[],"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"FlexEntranceTransition":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderFlexEntranceTransition":{"RenderBoxContainerDefaultsMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_FlexEntranceTransitionParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.1":"_FlexEntranceTransitionParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"SlidableGestureDetector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGestureDetectorState":{"State":["SlidableGestureDetector"]},"_InheritedSlidableNotification":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableGroupBehaviorListener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableGroupBehaviorListenerState":{"State":["SlidableGroupBehaviorListener<1>"]},"_SlidableNotificationListenerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SlidableNotificationSender":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableNotificationSenderState":{"State":["SlidableNotificationSender"]},"SlidableScrollingBehavior":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableScrollingBehaviorState":{"State":["SlidableScrollingBehavior"]},"ActionPane":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Slidable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SlidableControllerScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ActionPaneState":{"State":["ActionPane"]},"_SlidableState":{"State":["Slidable"]},"_SlidableClipper":{"CustomClipper":["Rect"],"Listenable":[]},"StaggeredGridParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderStaggeredGrid":{"RenderBoxContainerDefaultsMixin":["RenderBox","StaggeredGridParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","StaggeredGridParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.1":"StaggeredGridParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"StaggeredGrid":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomSizeTransition":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToast":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_StyledToastWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"StyledToastWidgetState":{"State":["_StyledToastWidget"],"WidgetsBindingObserver":[]},"_StyledToastState":{"State":["StyledToast"]},"StyledToastTheme":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"BuildInOrder":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderBuildInOrder":{"RenderBoxContainerDefaultsMixin":["RenderBox","ContainerBoxParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","ContainerBoxParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"ContainerBoxParentData","RenderBoxContainerDefaultsMixin.1":"ContainerBoxParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"Follower":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderFollower":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"FollowerLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"FollowerFadeOutBeyondBoundary":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"Leader":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderLeader":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"LeaderLayer":{"ContainerLayer0":[],"Layer0":[],"DiagnosticableTree":[]},"LeaderLink":{"Listenable":[]},"AttributeName":{"Comparable":["Object"]},"Element":{"Node0":[]},"Document":{"Node0":[]},"DocumentType":{"Node0":[]},"Text0":{"Node0":[]},"Comment":{"Node0":[]},"NodeList":{"ListProxy":["Node0"],"ListBase":["Node0"],"List":["Node0"],"EfficientLengthIterable":["Node0"],"Iterable":["Node0"],"ListBase.E":"Node0","Iterable.E":"Node0"},"FilteredElementList":{"ListBase":["Element"],"List":["Element"],"EfficientLengthIterable":["Element"],"Iterable":["Element"],"ListBase.E":"Element","Iterable.E":"Element"},"ParseError":{"Exception":[]},"InitialPhase":{"Phase":[]},"BeforeHtmlPhase":{"Phase":[]},"BeforeHeadPhase":{"Phase":[]},"InHeadPhase":{"Phase":[]},"AfterHeadPhase":{"Phase":[]},"InBodyPhase":{"Phase":[]},"TextPhase":{"Phase":[]},"InTablePhase":{"Phase":[]},"InTableTextPhase":{"Phase":[]},"InCaptionPhase":{"Phase":[]},"InColumnGroupPhase":{"Phase":[]},"InTableBodyPhase":{"Phase":[]},"InRowPhase":{"Phase":[]},"InCellPhase":{"Phase":[]},"InSelectPhase":{"Phase":[]},"InSelectInTablePhase":{"Phase":[]},"InForeignContentPhase":{"Phase":[]},"AfterBodyPhase":{"Phase":[]},"InFramesetPhase":{"Phase":[]},"AfterFramesetPhase":{"Phase":[]},"AfterAfterBodyPhase":{"Phase":[]},"AfterAfterFramesetPhase":{"Phase":[]},"ElementCssClassSet":{"SetBase":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"Iterable.E":"String","SetBase.E":"String"},"_CssClassSetImpl":{"SetBase":["String"],"Set":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"]},"_EncodingRangeException":{"Exception":[]},"ListProxy":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"StringToken":{"Token0":[]},"TagToken":{"Token0":[]},"StartTagToken":{"TagToken":[],"Token0":[]},"EndTagToken":{"TagToken":[],"Token0":[]},"ParseErrorToken":{"StringToken":[],"Token0":[]},"CharactersToken":{"StringToken":[],"Token0":[]},"SpaceCharactersToken":{"StringToken":[],"Token0":[]},"CommentToken":{"StringToken":[],"Token0":[]},"DoctypeToken":{"Token0":[]},"ActiveFormattingElements":{"ListProxy":["Element?"],"ListBase":["Element?"],"List":["Element?"],"EfficientLengthIterable":["Element?"],"Iterable":["Element?"],"ListBase.E":"Element?","Iterable.E":"Element?"},"BaseClient":{"Client0":[]},"BrowserClient":{"Client0":[]},"ByteStream":{"Stream":["List"],"Stream.T":"List"},"ClientException":{"Exception":[]},"CaseInsensitiveMap":{"CanonicalizedMap":["String","String","1"],"Map":["String","1"],"CanonicalizedMap.V":"1","CanonicalizedMap.K":"String","CanonicalizedMap.C":"String"},"ColorFloat16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorFloat32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorFloat64":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorInt8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint1":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint16":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint2":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint32":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint4":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorUint8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorRgb8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ColorRgba8":{"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"IfdByteValue":{"IfdValue":[]},"IfdValueAscii":{"IfdValue":[]},"InternalPngFrame":{"PngFrame":[]},"Image0":{"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageData0":{"Iterable":["Pixel"]},"ImageDataFloat16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataFloat32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataFloat64":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataInt8":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint1":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint16":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint2":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint32":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint4":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"ImageDataUint8":{"ImageData0":[],"Iterable":["Pixel"],"Iterable.E":"Pixel"},"PixelFloat16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelFloat32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelFloat64":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelInt8":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint1":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint16":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint2":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint32":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint4":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUint8":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"PixelUndefined":{"Pixel":[],"Color1":[],"Iterable":["num"],"Iterable.E":"num"},"ImageException":{"Exception":[]},"BillingResultWrapper":{"HasBillingResponse":[]},"ProductDetailsResponseWrapper":{"HasBillingResponse":[]},"PurchasesResultWrapper":{"HasBillingResponse":[]},"GooglePlayProductDetails":{"ProductDetails":[]},"GooglePlayPurchaseDetails":{"PurchaseDetails":[]},"InAppPurchaseException":{"Exception":[]},"AppStoreProductDetails":{"ProductDetails":[]},"AppStorePurchaseDetails":{"PurchaseDetails":[]},"_DateFormatLiteralField":{"_DateFormatField":[]},"_DateFormatQuotedField":{"_DateFormatField":[]},"_DateFormatPatternField":{"_DateFormatField":[]},"LocaleDataException":{"Exception":[]},"CountryPickerDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CountryPickerDialogState":{"State":["CountryPickerDialog"]},"IntlPhoneField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IntlPhoneFieldState":{"State":["IntlPhoneField"]},"_$AccountEntitySerializer":{"StructuredSerializer":["AccountEntity"],"Serializer":["AccountEntity"]},"_$AccountEntity":{"AccountEntity":[]},"BankAccountEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$BankAccountListResponseSerializer":{"StructuredSerializer":["BankAccountListResponse"],"Serializer":["BankAccountListResponse"]},"_$BankAccountItemResponseSerializer":{"StructuredSerializer":["BankAccountItemResponse"],"Serializer":["BankAccountItemResponse"]},"_$BankAccountEntitySerializer":{"StructuredSerializer":["BankAccountEntity"],"Serializer":["BankAccountEntity"]},"_$BankAccountListResponse":{"BankAccountListResponse":[]},"_$BankAccountItemResponse":{"BankAccountItemResponse":[]},"_$BankAccountEntity":{"BankAccountEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ClientEntity":{"BaseEntity":[],"SelectableEntity":[],"HasActivities":[]},"ClientContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ClientListResponseSerializer":{"StructuredSerializer":["ClientListResponse"],"Serializer":["ClientListResponse"]},"_$ClientItemResponseSerializer":{"StructuredSerializer":["ClientItemResponse"],"Serializer":["ClientItemResponse"]},"_$ClientEntitySerializer":{"StructuredSerializer":["ClientEntity"],"Serializer":["ClientEntity"]},"_$ClientContactEntitySerializer":{"StructuredSerializer":["ClientContactEntity"],"Serializer":["ClientContactEntity"]},"_$ClientListResponse":{"ClientListResponse":[]},"_$ClientItemResponse":{"ClientItemResponse":[]},"_$ClientEntity":{"ClientEntity":[],"BaseEntity":[],"SelectableEntity":[],"HasActivities":[]},"_$ClientContactEntity":{"ClientContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"CompanyGatewayEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$CompanyGatewayListResponseSerializer":{"StructuredSerializer":["CompanyGatewayListResponse"],"Serializer":["CompanyGatewayListResponse"]},"_$CompanyGatewayItemResponseSerializer":{"StructuredSerializer":["CompanyGatewayItemResponse"],"Serializer":["CompanyGatewayItemResponse"]},"_$CompanyGatewayEntitySerializer":{"StructuredSerializer":["CompanyGatewayEntity"],"Serializer":["CompanyGatewayEntity"]},"_$FeesAndLimitsSettingsSerializer":{"StructuredSerializer":["FeesAndLimitsSettings"],"Serializer":["FeesAndLimitsSettings"]},"_$CompanyGatewayListResponse":{"CompanyGatewayListResponse":[]},"_$CompanyGatewayItemResponse":{"CompanyGatewayItemResponse":[]},"_$CompanyGatewayEntity":{"CompanyGatewayEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$FeesAndLimitsSettings":{"FeesAndLimitsSettings":[]},"CompanyEntity":{"BaseEntity":[],"SelectableEntity":[]},"GatewayEntity":{"SelectableEntity":[]},"_$CompanyEntitySerializer":{"StructuredSerializer":["CompanyEntity"],"Serializer":["CompanyEntity"]},"_$GatewayEntitySerializer":{"StructuredSerializer":["GatewayEntity"],"Serializer":["GatewayEntity"]},"_$GatewayOptionsEntitySerializer":{"StructuredSerializer":["GatewayOptionsEntity"],"Serializer":["GatewayOptionsEntity"]},"_$UserCompanyEntitySerializer":{"StructuredSerializer":["UserCompanyEntity"],"Serializer":["UserCompanyEntity"]},"_$UserSettingsEntitySerializer":{"StructuredSerializer":["UserSettingsEntity"],"Serializer":["UserSettingsEntity"]},"_$ReportSettingsEntitySerializer":{"StructuredSerializer":["ReportSettingsEntity"],"Serializer":["ReportSettingsEntity"]},"_$CompanyItemResponseSerializer":{"StructuredSerializer":["CompanyItemResponse"],"Serializer":["CompanyItemResponse"]},"_$RegistrationFieldEntitySerializer":{"StructuredSerializer":["RegistrationFieldEntity"],"Serializer":["RegistrationFieldEntity"]},"_$DashboardFieldSerializer":{"StructuredSerializer":["DashboardField"],"Serializer":["DashboardField"]},"_$CompanyEntity":{"CompanyEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayEntity":{"GatewayEntity":[],"SelectableEntity":[]},"_$GatewayOptionsEntity":{"GatewayOptionsEntity":[]},"_$UserCompanyEntity":{"UserCompanyEntity":[]},"_$UserSettingsEntity":{"UserSettingsEntity":[]},"_$ReportSettingsEntity":{"ReportSettingsEntity":[]},"_$CompanyItemResponse":{"CompanyItemResponse":[]},"_$RegistrationFieldEntity":{"RegistrationFieldEntity":[]},"_$DashboardField":{"DashboardField":[]},"_$CreditListResponseSerializer":{"StructuredSerializer":["CreditListResponse"],"Serializer":["CreditListResponse"]},"_$CreditItemResponseSerializer":{"StructuredSerializer":["CreditItemResponse"],"Serializer":["CreditItemResponse"]},"_$DateRangeSerializer":{"PrimitiveSerializer":["DateRange"],"Serializer":["DateRange"]},"_$DateRangeComparisonSerializer":{"PrimitiveSerializer":["DateRangeComparison"],"Serializer":["DateRangeComparison"]},"DesignEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DesignListResponseSerializer":{"StructuredSerializer":["DesignListResponse"],"Serializer":["DesignListResponse"]},"_$DesignItemResponseSerializer":{"StructuredSerializer":["DesignItemResponse"],"Serializer":["DesignItemResponse"]},"_$DesignPreviewRequestSerializer":{"StructuredSerializer":["DesignPreviewRequest"],"Serializer":["DesignPreviewRequest"]},"_$DesignEntitySerializer":{"StructuredSerializer":["DesignEntity"],"Serializer":["DesignEntity"]},"_$DesignListResponse":{"DesignListResponse":[]},"_$DesignItemResponse":{"DesignItemResponse":[]},"_$DesignEntity":{"DesignEntity":[],"BaseEntity":[],"SelectableEntity":[]},"DocumentEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$DocumentListResponseSerializer":{"StructuredSerializer":["DocumentListResponse"],"Serializer":["DocumentListResponse"]},"_$DocumentItemResponseSerializer":{"StructuredSerializer":["DocumentItemResponse"],"Serializer":["DocumentItemResponse"]},"_$DocumentEntitySerializer":{"StructuredSerializer":["DocumentEntity"],"Serializer":["DocumentEntity"]},"_$DocumentListResponse":{"DocumentListResponse":[]},"_$DocumentItemResponse":{"DocumentItemResponse":[]},"_$DocumentEntity":{"DocumentEntity":[],"BaseEntity":[],"SelectableEntity":[]},"BaseEntity":{"SelectableEntity":[]},"_$EntityTypeSerializer":{"PrimitiveSerializer":["EntityType"],"Serializer":["EntityType"]},"_$EntityStateSerializer":{"PrimitiveSerializer":["EntityState"],"Serializer":["EntityState"]},"_$EmailTemplateSerializer":{"PrimitiveSerializer":["EmailTemplate"],"Serializer":["EmailTemplate"]},"_$LoginResponseSerializer":{"StructuredSerializer":["LoginResponse"],"Serializer":["LoginResponse"]},"_$ActivityEntitySerializer":{"StructuredSerializer":["ActivityEntity"],"Serializer":["ActivityEntity"]},"_$LedgerEntitySerializer":{"StructuredSerializer":["LedgerEntity"],"Serializer":["LedgerEntity"]},"_$LoginResponse":{"LoginResponse":[]},"_$ActivityEntity":{"ActivityEntity":[]},"_$LedgerEntity":{"LedgerEntity":[]},"ExpenseCategoryEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ExpenseCategoryListResponseSerializer":{"StructuredSerializer":["ExpenseCategoryListResponse"],"Serializer":["ExpenseCategoryListResponse"]},"_$ExpenseCategoryItemResponseSerializer":{"StructuredSerializer":["ExpenseCategoryItemResponse"],"Serializer":["ExpenseCategoryItemResponse"]},"_$ExpenseCategoryEntitySerializer":{"StructuredSerializer":["ExpenseCategoryEntity"],"Serializer":["ExpenseCategoryEntity"]},"_$ExpenseCategoryListResponse":{"ExpenseCategoryListResponse":[]},"_$ExpenseCategoryItemResponse":{"ExpenseCategoryItemResponse":[]},"_$ExpenseCategoryEntity":{"ExpenseCategoryEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ExpenseEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ExpenseStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$ExpenseListResponseSerializer":{"StructuredSerializer":["ExpenseListResponse"],"Serializer":["ExpenseListResponse"]},"_$ExpenseItemResponseSerializer":{"StructuredSerializer":["ExpenseItemResponse"],"Serializer":["ExpenseItemResponse"]},"_$ExpenseEntitySerializer":{"StructuredSerializer":["ExpenseEntity"],"Serializer":["ExpenseEntity"]},"_$ExpenseScheduleEntitySerializer":{"StructuredSerializer":["ExpenseScheduleEntity"],"Serializer":["ExpenseScheduleEntity"]},"_$ExpenseStatusEntitySerializer":{"StructuredSerializer":["ExpenseStatusEntity"],"Serializer":["ExpenseStatusEntity"]},"_$ExpenseListResponse":{"ExpenseListResponse":[]},"_$ExpenseItemResponse":{"ExpenseItemResponse":[]},"_$ExpenseEntity":{"ExpenseEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ExpenseScheduleEntity":{"ExpenseScheduleEntity":[]},"_$ExpenseStatusEntity":{"ExpenseStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"GatewayTokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenListResponseSerializer":{"StructuredSerializer":["GatewayTokenListResponse"],"Serializer":["GatewayTokenListResponse"]},"_$GatewayTokenItemResponseSerializer":{"StructuredSerializer":["GatewayTokenItemResponse"],"Serializer":["GatewayTokenItemResponse"]},"_$GatewayTokenEntitySerializer":{"StructuredSerializer":["GatewayTokenEntity"],"Serializer":["GatewayTokenEntity"]},"_$GatewayTokenMetaEntitySerializer":{"StructuredSerializer":["GatewayTokenMetaEntity"],"Serializer":["GatewayTokenMetaEntity"]},"_$GatewayTokenEntity":{"GatewayTokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$GatewayTokenMetaEntity":{"GatewayTokenMetaEntity":[]},"GroupEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$GroupListResponseSerializer":{"StructuredSerializer":["GroupListResponse"],"Serializer":["GroupListResponse"]},"_$GroupItemResponseSerializer":{"StructuredSerializer":["GroupItemResponse"],"Serializer":["GroupItemResponse"]},"_$GroupEntitySerializer":{"StructuredSerializer":["GroupEntity"],"Serializer":["GroupEntity"]},"_$GroupListResponse":{"GroupListResponse":[]},"_$GroupItemResponse":{"GroupItemResponse":[]},"_$GroupEntity":{"GroupEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$HealthCheckResponseSerializer":{"StructuredSerializer":["HealthCheckResponse"],"Serializer":["HealthCheckResponse"]},"_$HealthCheckPHPResponseSerializer":{"StructuredSerializer":["HealthCheckPHPResponse"],"Serializer":["HealthCheckPHPResponse"]},"_$HealthCheckResponse":{"HealthCheckResponse":[]},"_$HealthCheckPHPResponse":{"HealthCheckPHPResponse":[]},"_$PreImportResponseSerializer":{"StructuredSerializer":["PreImportResponse"],"Serializer":["PreImportResponse"]},"_$PreImportResponseEntityDetailsSerializer":{"StructuredSerializer":["PreImportResponseEntityDetails"],"Serializer":["PreImportResponseEntityDetails"]},"_$ImportRequestSerializer":{"StructuredSerializer":["ImportRequest"],"Serializer":["ImportRequest"]},"_$ImportRequestMappingSerializer":{"StructuredSerializer":["ImportRequestMapping"],"Serializer":["ImportRequestMapping"]},"_$PreImportResponse":{"PreImportResponse":[]},"_$PreImportResponseEntityDetails":{"PreImportResponseEntityDetails":[]},"_$ImportRequestMapping":{"ImportRequestMapping":[]},"InvoiceEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[],"BelongsToVendor":[]},"InvitationEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceListResponseSerializer":{"StructuredSerializer":["InvoiceListResponse"],"Serializer":["InvoiceListResponse"]},"_$InvoiceItemResponseSerializer":{"StructuredSerializer":["InvoiceItemResponse"],"Serializer":["InvoiceItemResponse"]},"_$InvoiceEntitySerializer":{"StructuredSerializer":["InvoiceEntity"],"Serializer":["InvoiceEntity"]},"_$InvoiceItemEntitySerializer":{"StructuredSerializer":["InvoiceItemEntity"],"Serializer":["InvoiceItemEntity"]},"_$InvitationEntitySerializer":{"StructuredSerializer":["InvitationEntity"],"Serializer":["InvitationEntity"]},"_$InvoiceScheduleEntitySerializer":{"StructuredSerializer":["InvoiceScheduleEntity"],"Serializer":["InvoiceScheduleEntity"]},"_$InvoiceHistoryEntitySerializer":{"StructuredSerializer":["InvoiceHistoryEntity"],"Serializer":["InvoiceHistoryEntity"]},"_$InvoiceListResponse":{"InvoiceListResponse":[]},"_$InvoiceItemResponse":{"InvoiceItemResponse":[]},"_$InvoiceEntity":{"InvoiceEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[],"BelongsToVendor":[]},"_$InvoiceItemEntity":{"InvoiceItemEntity":[]},"_$InvitationEntity":{"InvitationEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$InvoiceScheduleEntity":{"InvoiceScheduleEntity":[]},"_$InvoiceHistoryEntity":{"InvoiceHistoryEntity":[]},"PaymentEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"PaymentableEntity":{"SelectableEntity":[]},"_$PaymentListResponseSerializer":{"StructuredSerializer":["PaymentListResponse"],"Serializer":["PaymentListResponse"]},"_$PaymentItemResponseSerializer":{"StructuredSerializer":["PaymentItemResponse"],"Serializer":["PaymentItemResponse"]},"_$PaymentEntitySerializer":{"StructuredSerializer":["PaymentEntity"],"Serializer":["PaymentEntity"]},"_$PaymentableEntitySerializer":{"StructuredSerializer":["PaymentableEntity"],"Serializer":["PaymentableEntity"]},"_$PaymentListResponse":{"PaymentListResponse":[]},"_$PaymentItemResponse":{"PaymentItemResponse":[]},"_$PaymentEntity":{"PaymentEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$PaymentableEntity":{"PaymentableEntity":[],"SelectableEntity":[]},"PaymentTermEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$PaymentTermListResponseSerializer":{"StructuredSerializer":["PaymentTermListResponse"],"Serializer":["PaymentTermListResponse"]},"_$PaymentTermItemResponseSerializer":{"StructuredSerializer":["PaymentTermItemResponse"],"Serializer":["PaymentTermItemResponse"]},"_$PaymentTermEntitySerializer":{"StructuredSerializer":["PaymentTermEntity"],"Serializer":["PaymentTermEntity"]},"_$PaymentTermListResponse":{"PaymentTermListResponse":[]},"_$PaymentTermItemResponse":{"PaymentTermItemResponse":[]},"_$PaymentTermEntity":{"PaymentTermEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProductEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ProductListResponseSerializer":{"StructuredSerializer":["ProductListResponse"],"Serializer":["ProductListResponse"]},"_$ProductItemResponseSerializer":{"StructuredSerializer":["ProductItemResponse"],"Serializer":["ProductItemResponse"]},"_$ProductEntitySerializer":{"StructuredSerializer":["ProductEntity"],"Serializer":["ProductEntity"]},"_$ProductListResponse":{"ProductListResponse":[]},"_$ProductItemResponse":{"ProductItemResponse":[]},"_$ProductEntity":{"ProductEntity":[],"BaseEntity":[],"SelectableEntity":[]},"ProjectEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$ProjectListResponseSerializer":{"StructuredSerializer":["ProjectListResponse"],"Serializer":["ProjectListResponse"]},"_$ProjectItemResponseSerializer":{"StructuredSerializer":["ProjectItemResponse"],"Serializer":["ProjectItemResponse"]},"_$ProjectEntitySerializer":{"StructuredSerializer":["ProjectEntity"],"Serializer":["ProjectEntity"]},"_$ProjectListResponse":{"ProjectListResponse":[]},"_$ProjectItemResponse":{"ProjectItemResponse":[]},"_$ProjectEntity":{"ProjectEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"ScheduleEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$ScheduleListResponseSerializer":{"StructuredSerializer":["ScheduleListResponse"],"Serializer":["ScheduleListResponse"]},"_$ScheduleItemResponseSerializer":{"StructuredSerializer":["ScheduleItemResponse"],"Serializer":["ScheduleItemResponse"]},"_$ScheduleEntitySerializer":{"StructuredSerializer":["ScheduleEntity"],"Serializer":["ScheduleEntity"]},"_$ScheduleParametersSerializer":{"StructuredSerializer":["ScheduleParameters"],"Serializer":["ScheduleParameters"]},"_$ScheduleListResponse":{"ScheduleListResponse":[]},"_$ScheduleItemResponse":{"ScheduleItemResponse":[]},"_$ScheduleEntity":{"ScheduleEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$ScheduleParameters":{"ScheduleParameters":[]},"_$SettingsEntitySerializer":{"StructuredSerializer":["SettingsEntity"],"Serializer":["SettingsEntity"]},"_$PdfPreviewRequestSerializer":{"StructuredSerializer":["PdfPreviewRequest"],"Serializer":["PdfPreviewRequest"]},"_$SettingsEntity":{"SettingsEntity":[]},"CountryEntity":{"SelectableEntity":[]},"_$CountryListResponseSerializer":{"StructuredSerializer":["CountryListResponse"],"Serializer":["CountryListResponse"]},"_$CountryItemResponseSerializer":{"StructuredSerializer":["CountryItemResponse"],"Serializer":["CountryItemResponse"]},"_$CountryEntitySerializer":{"StructuredSerializer":["CountryEntity"],"Serializer":["CountryEntity"]},"_$CountryEntity":{"CountryEntity":[],"SelectableEntity":[]},"CurrencyEntity":{"SelectableEntity":[]},"_$CurrencyListResponseSerializer":{"StructuredSerializer":["CurrencyListResponse"],"Serializer":["CurrencyListResponse"]},"_$CurrencyItemResponseSerializer":{"StructuredSerializer":["CurrencyItemResponse"],"Serializer":["CurrencyItemResponse"]},"_$CurrencyEntitySerializer":{"StructuredSerializer":["CurrencyEntity"],"Serializer":["CurrencyEntity"]},"_$CurrencyEntity":{"CurrencyEntity":[],"SelectableEntity":[]},"DateFormatEntity":{"SelectableEntity":[]},"_$DateFormatListResponseSerializer":{"StructuredSerializer":["DateFormatListResponse"],"Serializer":["DateFormatListResponse"]},"_$DateFormatItemResponseSerializer":{"StructuredSerializer":["DateFormatItemResponse"],"Serializer":["DateFormatItemResponse"]},"_$DateFormatEntitySerializer":{"StructuredSerializer":["DateFormatEntity"],"Serializer":["DateFormatEntity"]},"_$DateFormatEntity":{"DateFormatEntity":[],"SelectableEntity":[]},"_$DatetimeFormatListResponseSerializer":{"StructuredSerializer":["DatetimeFormatListResponse"],"Serializer":["DatetimeFormatListResponse"]},"_$DatetimeFormatItemResponseSerializer":{"StructuredSerializer":["DatetimeFormatItemResponse"],"Serializer":["DatetimeFormatItemResponse"]},"_$DatetimeFormatEntitySerializer":{"StructuredSerializer":["DatetimeFormatEntity"],"Serializer":["DatetimeFormatEntity"]},"_$DatetimeFormatEntity":{"DatetimeFormatEntity":[]},"DocumentStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$DocumentStatusEntity":{"DocumentStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"FontEntity":{"SelectableEntity":[]},"_$FontEntity":{"SelectableEntity":[]},"IndustryEntity":{"SelectableEntity":[]},"_$IndustryListResponseSerializer":{"StructuredSerializer":["IndustryListResponse"],"Serializer":["IndustryListResponse"]},"_$IndustryItemResponseSerializer":{"StructuredSerializer":["IndustryItemResponse"],"Serializer":["IndustryItemResponse"]},"_$IndustryEntitySerializer":{"StructuredSerializer":["IndustryEntity"],"Serializer":["IndustryEntity"]},"_$IndustryEntity":{"IndustryEntity":[],"SelectableEntity":[]},"InvoiceStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$InvoiceStatusEntitySerializer":{"StructuredSerializer":["InvoiceStatusEntity"],"Serializer":["InvoiceStatusEntity"]},"_$InvoiceStatusEntity":{"InvoiceStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"LanguageEntity":{"SelectableEntity":[]},"_$LanguageListResponseSerializer":{"StructuredSerializer":["LanguageListResponse"],"Serializer":["LanguageListResponse"]},"_$LanguageItemResponseSerializer":{"StructuredSerializer":["LanguageItemResponse"],"Serializer":["LanguageItemResponse"]},"_$LanguageEntitySerializer":{"StructuredSerializer":["LanguageEntity"],"Serializer":["LanguageEntity"]},"_$LanguageEntity":{"LanguageEntity":[],"SelectableEntity":[]},"PaymentStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$PaymentStatusEntity":{"PaymentStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"PaymentTypeEntity":{"SelectableEntity":[]},"_$PaymentTypeListResponseSerializer":{"StructuredSerializer":["PaymentTypeListResponse"],"Serializer":["PaymentTypeListResponse"]},"_$PaymentTypeItemResponseSerializer":{"StructuredSerializer":["PaymentTypeItemResponse"],"Serializer":["PaymentTypeItemResponse"]},"_$PaymentTypeEntitySerializer":{"StructuredSerializer":["PaymentTypeEntity"],"Serializer":["PaymentTypeEntity"]},"_$PaymentTypeEntity":{"PaymentTypeEntity":[],"SelectableEntity":[]},"SizeEntity":{"SelectableEntity":[]},"_$SizeListResponseSerializer":{"StructuredSerializer":["SizeListResponse"],"Serializer":["SizeListResponse"]},"_$SizeItemResponseSerializer":{"StructuredSerializer":["SizeItemResponse"],"Serializer":["SizeItemResponse"]},"_$SizeEntitySerializer":{"StructuredSerializer":["SizeEntity"],"Serializer":["SizeEntity"]},"_$SizeEntity":{"SizeEntity":[],"SelectableEntity":[]},"_$StaticDataItemResponseSerializer":{"StructuredSerializer":["StaticDataItemResponse"],"Serializer":["StaticDataItemResponse"]},"_$StaticDataEntitySerializer":{"StructuredSerializer":["StaticDataEntity"],"Serializer":["StaticDataEntity"]},"_$TemplateEntitySerializer":{"StructuredSerializer":["TemplateEntity"],"Serializer":["TemplateEntity"]},"_$StaticDataEntity":{"StaticDataEntity":[]},"_$TemplateEntity":{"TemplateEntity":[]},"TimezoneEntity":{"SelectableEntity":[]},"_$TimezoneListResponseSerializer":{"StructuredSerializer":["TimezoneListResponse"],"Serializer":["TimezoneListResponse"]},"_$TimezoneItemResponseSerializer":{"StructuredSerializer":["TimezoneItemResponse"],"Serializer":["TimezoneItemResponse"]},"_$TimezoneEntitySerializer":{"StructuredSerializer":["TimezoneEntity"],"Serializer":["TimezoneEntity"]},"_$TimezoneEntity":{"TimezoneEntity":[],"SelectableEntity":[]},"SubscriptionEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$SubscriptionListResponseSerializer":{"StructuredSerializer":["SubscriptionListResponse"],"Serializer":["SubscriptionListResponse"]},"_$SubscriptionItemResponseSerializer":{"StructuredSerializer":["SubscriptionItemResponse"],"Serializer":["SubscriptionItemResponse"]},"_$SubscriptionEntitySerializer":{"StructuredSerializer":["SubscriptionEntity"],"Serializer":["SubscriptionEntity"]},"_$WebhookConfigurationEntitySerializer":{"StructuredSerializer":["WebhookConfigurationEntity"],"Serializer":["WebhookConfigurationEntity"]},"_$SubscriptionListResponse":{"SubscriptionListResponse":[]},"_$SubscriptionItemResponse":{"SubscriptionItemResponse":[]},"_$SubscriptionEntity":{"SubscriptionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$WebhookConfigurationEntity":{"WebhookConfigurationEntity":[]},"_$SystemLogEntitySerializer":{"StructuredSerializer":["SystemLogEntity"],"Serializer":["SystemLogEntity"]},"_$SystemLogEntity":{"SystemLogEntity":[]},"TaskEntity":{"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"_$TaskListResponseSerializer":{"StructuredSerializer":["TaskListResponse"],"Serializer":["TaskListResponse"]},"_$TaskItemResponseSerializer":{"StructuredSerializer":["TaskItemResponse"],"Serializer":["TaskItemResponse"]},"_$TaskEntitySerializer":{"StructuredSerializer":["TaskEntity"],"Serializer":["TaskEntity"]},"_$TaskListResponse":{"TaskListResponse":[]},"_$TaskItemResponse":{"TaskItemResponse":[]},"_$TaskTime":{"TaskTime":[]},"_$TaskEntity":{"TaskEntity":[],"BaseEntity":[],"SelectableEntity":[],"BelongsToClient":[]},"TaskStatusEntity":{"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaskStatusListResponseSerializer":{"StructuredSerializer":["TaskStatusListResponse"],"Serializer":["TaskStatusListResponse"]},"_$TaskStatusItemResponseSerializer":{"StructuredSerializer":["TaskStatusItemResponse"],"Serializer":["TaskStatusItemResponse"]},"_$TaskStatusEntitySerializer":{"StructuredSerializer":["TaskStatusEntity"],"Serializer":["TaskStatusEntity"]},"_$TaskStatusListResponse":{"TaskStatusListResponse":[]},"_$TaskStatusItemResponse":{"TaskStatusItemResponse":[]},"_$TaskStatusEntity":{"TaskStatusEntity":[],"BaseEntity":[],"SelectableEntity":[],"EntityStatus":[]},"_$TaxDataEntitySerializer":{"StructuredSerializer":["TaxDataEntity"],"Serializer":["TaxDataEntity"]},"_$TaxConfigEntitySerializer":{"StructuredSerializer":["TaxConfigEntity"],"Serializer":["TaxConfigEntity"]},"_$TaxConfigRegionEntitySerializer":{"StructuredSerializer":["TaxConfigRegionEntity"],"Serializer":["TaxConfigRegionEntity"]},"_$TaxConfigSubregionEntitySerializer":{"StructuredSerializer":["TaxConfigSubregionEntity"],"Serializer":["TaxConfigSubregionEntity"]},"_$TaxDataEntity":{"TaxDataEntity":[]},"_$TaxConfigEntity":{"TaxConfigEntity":[]},"_$TaxConfigRegionEntity":{"TaxConfigRegionEntity":[]},"_$TaxConfigSubregionEntity":{"TaxConfigSubregionEntity":[]},"TaxRateEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TaxRateListResponseSerializer":{"StructuredSerializer":["TaxRateListResponse"],"Serializer":["TaxRateListResponse"]},"_$TaxRateItemResponseSerializer":{"StructuredSerializer":["TaxRateItemResponse"],"Serializer":["TaxRateItemResponse"]},"_$TaxRateEntitySerializer":{"StructuredSerializer":["TaxRateEntity"],"Serializer":["TaxRateEntity"]},"_$TaxRateListResponse":{"TaxRateListResponse":[]},"_$TaxRateItemResponse":{"TaxRateItemResponse":[]},"_$TaxRateEntity":{"TaxRateEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TokenEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TokenListResponseSerializer":{"StructuredSerializer":["TokenListResponse"],"Serializer":["TokenListResponse"]},"_$TokenItemResponseSerializer":{"StructuredSerializer":["TokenItemResponse"],"Serializer":["TokenItemResponse"]},"_$TokenEntitySerializer":{"StructuredSerializer":["TokenEntity"],"Serializer":["TokenEntity"]},"_$TokenListResponse":{"TokenListResponse":[]},"_$TokenItemResponse":{"TokenItemResponse":[]},"_$TokenEntity":{"TokenEntity":[],"BaseEntity":[],"SelectableEntity":[]},"TransactionEntity":{"BaseEntity":[],"SelectableEntity":[]},"TransactionStatusEntity":{"EntityStatus":[],"SelectableEntity":[]},"_$TransactionListResponseSerializer":{"StructuredSerializer":["TransactionListResponse"],"Serializer":["TransactionListResponse"]},"_$TransactionItemResponseSerializer":{"StructuredSerializer":["TransactionItemResponse"],"Serializer":["TransactionItemResponse"]},"_$TransactionEntitySerializer":{"StructuredSerializer":["TransactionEntity"],"Serializer":["TransactionEntity"]},"_$TransactionStatusEntitySerializer":{"StructuredSerializer":["TransactionStatusEntity"],"Serializer":["TransactionStatusEntity"]},"_$TransactionListResponse":{"TransactionListResponse":[]},"_$TransactionItemResponse":{"TransactionItemResponse":[]},"_$TransactionEntity":{"TransactionEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionStatusEntity":{"TransactionStatusEntity":[],"EntityStatus":[],"SelectableEntity":[]},"TransactionRuleEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$TransactionRuleListResponseSerializer":{"StructuredSerializer":["TransactionRuleListResponse"],"Serializer":["TransactionRuleListResponse"]},"_$TransactionRuleItemResponseSerializer":{"StructuredSerializer":["TransactionRuleItemResponse"],"Serializer":["TransactionRuleItemResponse"]},"_$TransactionRuleEntitySerializer":{"StructuredSerializer":["TransactionRuleEntity"],"Serializer":["TransactionRuleEntity"]},"_$TransactionRuleCriteriaEntitySerializer":{"StructuredSerializer":["TransactionRuleCriteriaEntity"],"Serializer":["TransactionRuleCriteriaEntity"]},"_$TransactionRuleListResponse":{"TransactionRuleListResponse":[]},"_$TransactionRuleItemResponse":{"TransactionRuleItemResponse":[]},"_$TransactionRuleEntity":{"TransactionRuleEntity":[],"BaseEntity":[],"SelectableEntity":[]},"_$TransactionRuleCriteriaEntity":{"TransactionRuleCriteriaEntity":[]},"UserEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$UserListResponseSerializer":{"StructuredSerializer":["UserListResponse"],"Serializer":["UserListResponse"]},"_$UserItemResponseSerializer":{"StructuredSerializer":["UserItemResponse"],"Serializer":["UserItemResponse"]},"_$UserTwoFactorResponseSerializer":{"StructuredSerializer":["UserTwoFactorResponse"],"Serializer":["UserTwoFactorResponse"]},"_$UserTwoFactorDataSerializer":{"StructuredSerializer":["UserTwoFactorData"],"Serializer":["UserTwoFactorData"]},"_$UserCompanyItemResponseSerializer":{"StructuredSerializer":["UserCompanyItemResponse"],"Serializer":["UserCompanyItemResponse"]},"_$UserEntitySerializer":{"StructuredSerializer":["UserEntity"],"Serializer":["UserEntity"]},"_$UserListResponse":{"UserListResponse":[]},"_$UserItemResponse":{"UserItemResponse":[]},"_$UserTwoFactorResponse":{"UserTwoFactorResponse":[]},"_$UserTwoFactorData":{"UserTwoFactorData":[]},"_$UserCompanyItemResponse":{"UserCompanyItemResponse":[]},"_$UserEntity":{"UserEntity":[],"BaseEntity":[],"SelectableEntity":[]},"VendorEntity":{"BaseEntity":[],"SelectableEntity":[],"HasActivities":[]},"VendorContactEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$VendorListResponseSerializer":{"StructuredSerializer":["VendorListResponse"],"Serializer":["VendorListResponse"]},"_$VendorItemResponseSerializer":{"StructuredSerializer":["VendorItemResponse"],"Serializer":["VendorItemResponse"]},"_$VendorEntitySerializer":{"StructuredSerializer":["VendorEntity"],"Serializer":["VendorEntity"]},"_$VendorContactEntitySerializer":{"StructuredSerializer":["VendorContactEntity"],"Serializer":["VendorContactEntity"]},"_$VendorListResponse":{"VendorListResponse":[]},"_$VendorItemResponse":{"VendorItemResponse":[]},"_$VendorEntity":{"VendorEntity":[],"BaseEntity":[],"SelectableEntity":[],"HasActivities":[]},"_$VendorContactEntity":{"VendorContactEntity":[],"BaseEntity":[],"SelectableEntity":[]},"WebhookEntity":{"BaseEntity":[],"SelectableEntity":[]},"_$WebhookListResponseSerializer":{"StructuredSerializer":["WebhookListResponse"],"Serializer":["WebhookListResponse"]},"_$WebhookItemResponseSerializer":{"StructuredSerializer":["WebhookItemResponse"],"Serializer":["WebhookItemResponse"]},"_$WebhookEntitySerializer":{"StructuredSerializer":["WebhookEntity"],"Serializer":["WebhookEntity"]},"_$WebhookListResponse":{"WebhookListResponse":[]},"_$WebhookItemResponse":{"WebhookItemResponse":[]},"_$WebhookEntity":{"WebhookEntity":[],"BaseEntity":[],"SelectableEntity":[]},"InvoiceNinjaApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceNinjaAppState":{"State":["InvoiceNinjaApp"]},"SwitchListTableLayout":{"PersistUI":[],"PersistPrefs":[]},"PopLastHistory":{"PersistUI":[]},"UpdateLastHistory":{"PersistUI":[]},"DismissNativeWarning":{"PersistUI":[]},"DismissNativeWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissGatewayWarningPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissOneYearReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissTwoYearReviewAppPermanently":{"PersistUI":[],"PersistPrefs":[]},"DismissTaskExtensionBanner":{"PersistUI":[],"PersistPrefs":[]},"LoadStaticSuccess":{"PersistStatic":[]},"ToggleEditorLayout":{"PersistPrefs":[]},"ToggleViewerLayout":{"PersistPrefs":[]},"UpdateUserPreferences":{"PersistPrefs":[]},"LoadAccountSuccess":{"StopLoading":[]},"ResendConfirmation":{"StartLoading":[]},"RefreshData":{"StartLoading":[]},"RefreshDataSuccess":{"StopLoading":[]},"RefreshDataFailure":{"StopLoading":[]},"FilterByEntity":{"PersistUI":[]},"FilterCompany":{"PersistUI":[]},"ResendConfirmationFailure":{"StopLoading":[]},"ResendConfirmationSuccess":{"StopLoading":[]},"_$AppStateSerializer":{"StructuredSerializer":["AppState"],"Serializer":["AppState"]},"_$AppState":{"AppState":[]},"OAuthLoginRequest":{"StartLoading":[]},"UserLoginRequest":{"StartLoading":[]},"UserLoginSuccess":{"StopLoading":[]},"RecoverPasswordRequest":{"StartLoading":[]},"UserLogout":{"PersistData":[],"PersistUI":[]},"UserLogoutAll":{"StartLoading":[]},"UserSignUpRequest":{"StartLoading":[]},"OAuthSignUpRequest":{"StartLoading":[]},"UserLoginFailure":{"StopLoading":[]},"RecoverPasswordSuccess":{"StopLoading":[]},"RecoverPasswordFailure":{"StopLoading":[]},"UserLogoutAllSuccess":{"StopLoading":[]},"UserLogoutAllFailure":{"StopLoading":[]},"_$AuthStateSerializer":{"StructuredSerializer":["AuthState"],"Serializer":["AuthState"]},"_$AuthState":{"AuthState":[]},"ViewBankAccountList":{"PersistUI":[]},"ViewBankAccount":{"PersistUI":[],"PersistPrefs":[]},"EditBankAccount":{"PersistUI":[],"PersistPrefs":[]},"UpdateBankAccount":{"PersistUI":[]},"LoadBankAccountSuccess":{"StopLoading":[],"PersistData":[]},"LoadBankAccountsFailure":{"StopLoading":[]},"LoadBankAccountsSuccess":{"StopLoading":[]},"SaveBankAccountRequest":{"StartSaving":[]},"SaveBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddBankAccountSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveBankAccountsRequest":{"StartSaving":[]},"ArchiveBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteBankAccountsRequest":{"StartSaving":[]},"DeleteBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreBankAccountsRequest":{"StartSaving":[]},"RestoreBankAccountsSuccess":{"StopSaving":[],"PersistData":[]},"FilterBankAccounts":{"PersistUI":[]},"SortBankAccounts":{"PersistUI":[],"PersistPrefs":[]},"FilterBankAccountsByState":{"PersistUI":[]},"FilterBankAccountsByCustom1":{"PersistUI":[]},"FilterBankAccountsByCustom2":{"PersistUI":[]},"FilterBankAccountsByCustom3":{"PersistUI":[]},"FilterBankAccountsByCustom4":{"PersistUI":[]},"UpdateBankAccountTab":{"PersistUI":[]},"LoadBankAccountRequest":{"StartLoading":[]},"LoadBankAccountFailure":{"StopLoading":[]},"LoadBankAccountsRequest":{"StartLoading":[]},"SaveBankAccountFailure":{"StopSaving":[]},"ArchiveBankAccountsFailure":{"StopSaving":[]},"DeleteBankAccountsFailure":{"StopSaving":[]},"RestoreBankAccountsFailure":{"StopSaving":[]},"_$BankAccountStateSerializer":{"StructuredSerializer":["BankAccountState"],"Serializer":["BankAccountState"]},"_$BankAccountUIStateSerializer":{"StructuredSerializer":["BankAccountUIState"],"Serializer":["BankAccountUIState"]},"_$BankAccountState":{"BankAccountState":[]},"_$BankAccountUIState":{"BankAccountUIState":[]},"ViewClientList":{"PersistUI":[]},"ViewClient":{"PersistUI":[],"PersistPrefs":[]},"EditClient":{"PersistUI":[],"PersistPrefs":[]},"EditContact":{"PersistUI":[]},"UpdateClient":{"PersistUI":[]},"LoadClientSuccess":{"StopLoading":[],"PersistData":[]},"LoadClientsRequest":{"StartLoading":[]},"LoadClientsFailure":{"StopLoading":[]},"LoadClientsSuccess":{"StopLoading":[]},"AddContact":{"PersistUI":[]},"UpdateContact":{"PersistUI":[]},"DeleteContact":{"PersistUI":[]},"SaveClientRequest":{"StartSaving":[]},"SaveClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddClientSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveClientsRequest":{"StartSaving":[]},"ArchiveClientsSuccess":{"StopSaving":[],"PersistData":[]},"MergeClientsRequest":{"StartSaving":[]},"MergeClientsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteClientsRequest":{"StartSaving":[]},"DeleteClientsSuccess":{"StopSaving":[],"PersistData":[]},"PurgeClientRequest":{"StartSaving":[]},"PurgeClientSuccess":{"StopSaving":[],"PersistData":[]},"RestoreClientsRequest":{"StartSaving":[]},"RestoreClientSuccess":{"StopSaving":[],"PersistData":[]},"FilterClients":{"PersistUI":[]},"SortClients":{"PersistUI":[],"PersistPrefs":[]},"FilterClientsByState":{"PersistUI":[]},"FilterClientsByCustom1":{"PersistUI":[]},"FilterClientsByCustom2":{"PersistUI":[]},"FilterClientsByCustom3":{"PersistUI":[]},"FilterClientsByCustom4":{"PersistUI":[]},"SaveClientDocumentRequest":{"StartSaving":[]},"UpdateClientTab":{"PersistUI":[]},"_MergClientPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadClientRequest":{"StartLoading":[]},"LoadClientFailure":{"StopLoading":[]},"SaveClientFailure":{"StopSaving":[]},"ArchiveClientsFailure":{"StopSaving":[]},"MergeClientsFailure":{"StopSaving":[]},"DeleteClientsFailure":{"StopSaving":[]},"PurgeClientFailure":{"StopSaving":[]},"RestoreClientFailure":{"StopSaving":[]},"SaveClientDocumentFailure":{"StopSaving":[]},"__MergClientPickerState":{"State":["_MergClientPicker"]},"_$ClientStateSerializer":{"StructuredSerializer":["ClientState"],"Serializer":["ClientState"]},"_$ClientUIStateSerializer":{"StructuredSerializer":["ClientUIState"],"Serializer":["ClientUIState"]},"_$ClientState":{"ClientState":[]},"_$ClientUIState":{"ClientUIState":[]},"SelectCompany":{"ClearClientMultiselect":[]},"UpdateCompany":{"PersistUI":[]},"SaveCompanyRequest":{"StartSaving":[]},"SaveCompanySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveEInvoiceCertificateRequest":{"StartSaving":[]},"SaveEInvoiceCertificateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompany":{"StartSaving":[]},"DeleteCompanyRequest":{"StartSaving":[]},"PurgeDataRequest":{"StartSaving":[]},"PurgeDataSuccess":{"StopSaving":[],"PersistData":[]},"SaveCompanyDocumentRequest":{"StartSaving":[]},"SetDefaultCompanyRequest":{"StartSaving":[]},"SaveCompanyFailure":{"StopSaving":[]},"SaveEInvoiceCertificateFailure":{"StopSaving":[]},"AddCompanySuccess":{"StopSaving":[]},"DeleteCompanySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyFailure":{"StopSaving":[]},"PurgeDataFailure":{"StopSaving":[]},"SaveCompanyDocumentFailure":{"StopSaving":[]},"SetDefaultCompanySuccess":{"StopSaving":[]},"SetDefaultCompanyFailure":{"StopSaving":[]},"_$UserCompanyStateSerializer":{"StructuredSerializer":["UserCompanyState"],"Serializer":["UserCompanyState"]},"_$UserCompanyState":{"UserCompanyState":[]},"ViewCompanyGatewayList":{"PersistUI":[]},"ViewCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"EditCompanyGateway":{"PersistUI":[],"PersistPrefs":[]},"UpdateCompanyGateway":{"PersistUI":[]},"LoadCompanyGatewaySuccess":{"StopLoading":[],"PersistData":[]},"LoadCompanyGatewaysSuccess":{"StopLoading":[]},"SaveCompanyGatewayRequest":{"StartSaving":[]},"SaveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveCompanyGatewayRequest":{"StartSaving":[]},"ArchiveCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DeleteCompanyGatewayRequest":{"StartSaving":[]},"DeleteCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewayRequest":{"StartSaving":[]},"RestoreCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"FilterCompanyGateways":{"PersistUI":[]},"SortCompanyGateways":{"PersistUI":[],"PersistPrefs":[]},"FilterCompanyGatewaysByState":{"PersistUI":[]},"FilterCompanyGatewaysByCustom1":{"PersistUI":[]},"FilterCompanyGatewaysByCustom2":{"PersistUI":[]},"FilterCompanyGatewaysByCustom3":{"PersistUI":[]},"FilterCompanyGatewaysByCustom4":{"PersistUI":[]},"LoadCompanyGatewayRequest":{"StartLoading":[]},"LoadCompanyGatewayFailure":{"StopLoading":[]},"LoadCompanyGatewaysRequest":{"StartLoading":[]},"LoadCompanyGatewaysFailure":{"StopLoading":[]},"SaveCompanyGatewayFailure":{"StopSaving":[]},"ArchiveCompanyGatewayFailure":{"StopSaving":[]},"DeleteCompanyGatewayFailure":{"StopSaving":[]},"DisconnectCompanyGatewaySuccess":{"StopSaving":[],"PersistData":[]},"DisconnectCompanyGatewayFailure":{"StopSaving":[]},"RestoreCompanyGatewayFailure":{"StopSaving":[]},"_$CompanyGatewayStateSerializer":{"StructuredSerializer":["CompanyGatewayState"],"Serializer":["CompanyGatewayState"]},"_$CompanyGatewayUIStateSerializer":{"StructuredSerializer":["CompanyGatewayUIState"],"Serializer":["CompanyGatewayUIState"]},"_$CompanyGatewayState":{"CompanyGatewayState":[]},"_$CompanyGatewayUIState":{"CompanyGatewayUIState":[]},"ViewCreditList":{"PersistUI":[]},"ViewCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCredit":{"PersistUI":[],"PersistPrefs":[]},"EditCreditItem":{"PersistUI":[]},"UpdateCredit":{"PersistUI":[]},"UpdateCreditClient":{"PersistUI":[]},"LoadCreditSuccess":{"StopLoading":[],"PersistData":[]},"LoadCreditsRequest":{"StartLoading":[]},"LoadCreditsFailure":{"StopLoading":[]},"LoadCreditsSuccess":{"StopLoading":[]},"AddCreditContact":{"PersistUI":[]},"RemoveCreditContact":{"PersistUI":[]},"AddCreditItem":{"PersistUI":[]},"MoveCreditItem":{"PersistUI":[]},"AddCreditItems":{"PersistUI":[]},"UpdateCreditItem":{"PersistUI":[]},"DeleteCreditItem":{"PersistUI":[]},"SaveCreditRequest":{"StartSaving":[]},"SaveCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddCreditSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailCreditRequest":{"StartSaving":[]},"MarkSentCreditRequest":{"StartSaving":[]},"MarkSentCreditSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsRequest":{"StartSaving":[]},"MarkCreditsPaidRequest":{"StartSaving":[]},"ArchiveCreditsRequest":{"StartSaving":[]},"ArchiveCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteCreditsRequest":{"StartSaving":[]},"DeleteCreditsSuccess":{"StopSaving":[],"PersistData":[]},"DownloadCreditsRequest":{"StartSaving":[]},"RestoreCreditsRequest":{"StartSaving":[]},"RestoreCreditsSuccess":{"StopSaving":[],"PersistData":[]},"FilterCredits":{"PersistUI":[]},"SortCredits":{"PersistUI":[],"PersistPrefs":[]},"FilterCreditsByState":{"PersistUI":[]},"FilterCreditsByStatus":{"PersistUI":[]},"FilterCreditsByCustom1":{"PersistUI":[]},"FilterCreditsByCustom2":{"PersistUI":[]},"FilterCreditsByCustom3":{"PersistUI":[]},"FilterCreditsByCustom4":{"PersistUI":[]},"SaveCreditDocumentRequest":{"StartSaving":[]},"UpdateCreditTab":{"PersistUI":[]},"LoadCreditRequest":{"StartLoading":[]},"LoadCreditFailure":{"StopLoading":[]},"SaveCreditFailure":{"StopSaving":[]},"EmailCreditSuccess":{"StopSaving":[],"PersistData":[]},"EmailCreditFailure":{"StopSaving":[]},"MarkSentCreditFailure":{"StopSaving":[]},"BulkEmailCreditsSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailCreditsFailure":{"StopSaving":[]},"MarkCreditsPaidSuccess":{"StopSaving":[]},"MarkCreditsPaidFailure":{"StopSaving":[]},"ArchiveCreditsFailure":{"StopSaving":[]},"DeleteCreditsFailure":{"StopSaving":[]},"DownloadCreditsSuccess":{"StopSaving":[]},"DownloadCreditsFailure":{"StopSaving":[]},"RestoreCreditsFailure":{"StopSaving":[]},"SaveCreditDocumentFailure":{"StopSaving":[]},"_$CreditStateSerializer":{"StructuredSerializer":["CreditState"],"Serializer":["CreditState"]},"_$CreditUIStateSerializer":{"StructuredSerializer":["CreditUIState"],"Serializer":["CreditUIState"]},"_$CreditState":{"CreditState":[]},"_$CreditUIState":{"CreditUIState":[]},"ViewDashboard":{"PersistUI":[]},"UpdateDashboardFields":{"PersistUI":[]},"UpdateDashboardFieldSettingss":{"PersistUI":[]},"UpdateDashboardSelection":{"PersistUI":[]},"UpdateDashboardEntityType":{"PersistUI":[]},"UpdateDashboardSidebar":{"PersistUI":[]},"UpdateDashboardSettings":{"PersistUI":[]},"_$DashboardUIStateSerializer":{"StructuredSerializer":["DashboardUIState"],"Serializer":["DashboardUIState"]},"_$DashboardUISettingsSerializer":{"StructuredSerializer":["DashboardUISettings"],"Serializer":["DashboardUISettings"]},"_$DashboardUIState":{"DashboardUIState":[]},"_$DashboardUISettings":{"DashboardUISettings":[]},"ViewDesignList":{"PersistUI":[]},"ViewDesign":{"PersistUI":[],"PersistPrefs":[]},"EditDesign":{"PersistUI":[],"PersistPrefs":[]},"UpdateDesign":{"PersistUI":[]},"LoadDesignSuccess":{"StopLoading":[],"PersistData":[]},"LoadDesignsFailure":{"StopLoading":[]},"LoadDesignsSuccess":{"StopLoading":[]},"SaveDesignRequest":{"StartSaving":[]},"SaveDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDesignSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveDesignsRequest":{"StartSaving":[]},"ArchiveDesignsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDesignsRequest":{"StartSaving":[]},"DeleteDesignsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreDesignsRequest":{"StartSaving":[]},"RestoreDesignsSuccess":{"StopSaving":[],"PersistData":[]},"FilterDesigns":{"PersistUI":[]},"SortDesigns":{"PersistUI":[],"PersistPrefs":[]},"FilterDesignsByState":{"PersistUI":[]},"FilterDesignsByCustom1":{"PersistUI":[]},"FilterDesignsByCustom2":{"PersistUI":[]},"FilterDesignsByCustom3":{"PersistUI":[]},"FilterDesignsByCustom4":{"PersistUI":[]},"LoadDesignRequest":{"StartLoading":[]},"LoadDesignFailure":{"StopLoading":[]},"LoadDesignsRequest":{"StartLoading":[]},"SaveDesignFailure":{"StopSaving":[]},"ArchiveDesignsFailure":{"StopSaving":[]},"DeleteDesignsFailure":{"StopSaving":[]},"RestoreDesignsFailure":{"StopSaving":[]},"_$DesignStateSerializer":{"StructuredSerializer":["DesignState"],"Serializer":["DesignState"]},"_$DesignUIStateSerializer":{"StructuredSerializer":["DesignUIState"],"Serializer":["DesignUIState"]},"_$DesignState":{"DesignState":[]},"_$DesignUIState":{"DesignUIState":[]},"ViewDocumentList":{"PersistUI":[]},"ViewDocument":{"PersistUI":[]},"EditDocument":{"PersistUI":[]},"UpdateDocument":{"PersistUI":[]},"LoadDocumentSuccess":{"StopLoading":[],"PersistData":[]},"LoadDocumentsSuccess":{"StopLoading":[]},"SaveDocumentRequest":{"StartSaving":[]},"SaveDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddDocumentSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"DownloadDocumentsRequest":{"StartSaving":[]},"ArchiveDocumentRequest":{"StartSaving":[]},"ArchiveDocumentSuccess":{"StopSaving":[],"PersistData":[]},"DeleteDocumentRequest":{"StartSaving":[]},"DeleteDocumentSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreDocumentRequest":{"StartSaving":[]},"RestoreDocumentSuccess":{"StopSaving":[],"PersistData":[]},"FilterDocuments":{"PersistUI":[]},"FilterDocumentsByStatus":{"PersistUI":[]},"SortDocuments":{"PersistUI":[],"PersistPrefs":[]},"FilterDocumentsByState":{"PersistUI":[]},"FilterDocumentsByCustom1":{"PersistUI":[]},"FilterDocumentsByCustom2":{"PersistUI":[]},"FilterDocumentsByCustom3":{"PersistUI":[]},"FilterDocumentsByCustom4":{"PersistUI":[]},"LoadDocumentRequest":{"StartLoading":[]},"LoadDocumentFailure":{"StopLoading":[]},"SaveDocumentFailure":{"StopSaving":[]},"DownloadDocumentsSuccess":{"StopSaving":[]},"DownloadDocumentsFailure":{"StopSaving":[]},"ArchiveDocumentFailure":{"StopSaving":[]},"DeleteDocumentFailure":{"StopSaving":[]},"RestoreDocumentFailure":{"StopSaving":[]},"_$DocumentStateSerializer":{"StructuredSerializer":["DocumentState"],"Serializer":["DocumentState"]},"_$DocumentUIStateSerializer":{"StructuredSerializer":["DocumentUIState"],"Serializer":["DocumentUIState"]},"_$DocumentState":{"DocumentState":[]},"_$DocumentUIState":{"DocumentUIState":[]},"ViewExpenseList":{"PersistUI":[]},"ViewExpense":{"PersistUI":[],"PersistPrefs":[]},"EditExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpense":{"PersistUI":[]},"LoadExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadExpensesRequest":{"StartLoading":[]},"LoadExpensesFailure":{"StopLoading":[]},"LoadExpensesSuccess":{"StopLoading":[]},"SaveExpenseRequest":{"StartSaving":[]},"SaveExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseRequest":{"StartSaving":[]},"ArchiveExpenseSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseRequest":{"StartSaving":[]},"DeleteExpenseSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseRequest":{"StartSaving":[]},"RestoreExpenseSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenses":{"PersistUI":[]},"SortExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterExpensesByState":{"PersistUI":[]},"FilterExpensesByStatus":{"PersistUI":[]},"FilterExpensesByCustom1":{"PersistUI":[]},"FilterExpensesByCustom2":{"PersistUI":[]},"FilterExpensesByCustom3":{"PersistUI":[]},"FilterExpensesByCustom4":{"PersistUI":[]},"SaveExpenseDocumentRequest":{"StartSaving":[]},"UpdateExpenseTab":{"PersistUI":[]},"LoadExpenseRequest":{"StartLoading":[]},"LoadExpenseFailure":{"StopLoading":[]},"SaveExpenseFailure":{"StopSaving":[]},"ArchiveExpenseFailure":{"StopSaving":[]},"DeleteExpenseFailure":{"StopSaving":[]},"RestoreExpenseFailure":{"StopSaving":[]},"SaveExpenseDocumentFailure":{"StopSaving":[]},"_$ExpenseStateSerializer":{"StructuredSerializer":["ExpenseState"],"Serializer":["ExpenseState"]},"_$ExpenseUIStateSerializer":{"StructuredSerializer":["ExpenseUIState"],"Serializer":["ExpenseUIState"]},"_$ExpenseState":{"ExpenseState":[]},"_$ExpenseUIState":{"ExpenseUIState":[]},"ViewExpenseCategoryList":{"PersistUI":[]},"ViewExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"EditExpenseCategory":{"PersistUI":[],"PersistPrefs":[]},"UpdateExpenseCategory":{"PersistUI":[]},"LoadExpenseCategorySuccess":{"StopLoading":[],"PersistData":[]},"LoadExpenseCategoriesSuccess":{"StopLoading":[]},"SaveExpenseCategoryRequest":{"StartSaving":[]},"SaveExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddExpenseCategorySuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveExpenseCategoriesRequest":{"StartSaving":[]},"ArchiveExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteExpenseCategoriesRequest":{"StartSaving":[]},"DeleteExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreExpenseCategoriesRequest":{"StartSaving":[]},"RestoreExpenseCategoriesSuccess":{"StopSaving":[],"PersistData":[]},"FilterExpenseCategories":{"PersistUI":[]},"SortExpenseCategories":{"PersistUI":[],"PersistPrefs":[]},"FilterExpenseCategoriesByState":{"PersistUI":[]},"FilterExpenseCategoriesByCustom1":{"PersistUI":[]},"FilterExpenseCategoriesByCustom2":{"PersistUI":[]},"FilterExpenseCategoriesByCustom3":{"PersistUI":[]},"FilterExpenseCategoriesByCustom4":{"PersistUI":[]},"LoadExpenseCategoryRequest":{"StartLoading":[]},"LoadExpenseCategoryFailure":{"StopLoading":[]},"LoadExpenseCategoriesRequest":{"StartLoading":[]},"LoadExpenseCategoriesFailure":{"StopLoading":[]},"SaveExpenseCategoryFailure":{"StopSaving":[]},"ArchiveExpenseCategoriesFailure":{"StopSaving":[]},"DeleteExpenseCategoriesFailure":{"StopSaving":[]},"RestoreExpenseCategoriesFailure":{"StopSaving":[]},"_$ExpenseCategoryStateSerializer":{"StructuredSerializer":["ExpenseCategoryState"],"Serializer":["ExpenseCategoryState"]},"_$ExpenseCategoryUIStateSerializer":{"StructuredSerializer":["ExpenseCategoryUIState"],"Serializer":["ExpenseCategoryUIState"]},"_$ExpenseCategoryState":{"ExpenseCategoryState":[]},"_$ExpenseCategoryUIState":{"ExpenseCategoryUIState":[]},"ViewGroupList":{"PersistUI":[]},"ViewGroup":{"PersistUI":[],"PersistPrefs":[]},"EditGroup":{"PersistUI":[],"PersistPrefs":[]},"UpdateGroup":{"PersistUI":[]},"LoadGroupSuccess":{"StopLoading":[],"PersistData":[]},"LoadGroupsSuccess":{"StopLoading":[]},"SaveGroupRequest":{"StartSaving":[]},"SaveGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddGroupSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveGroupRequest":{"StartSaving":[]},"ArchiveGroupSuccess":{"StopSaving":[],"PersistData":[]},"DeleteGroupRequest":{"StartSaving":[]},"DeleteGroupSuccess":{"StopSaving":[],"PersistData":[]},"RestoreGroupRequest":{"StartSaving":[]},"RestoreGroupSuccess":{"StopSaving":[],"PersistData":[]},"FilterGroups":{"PersistUI":[]},"SortGroups":{"PersistUI":[],"PersistPrefs":[]},"FilterGroupsByState":{"PersistUI":[]},"SaveGroupDocumentRequest":{"StartSaving":[]},"LoadGroupRequest":{"StartLoading":[]},"LoadGroupFailure":{"StopLoading":[]},"LoadGroupsRequest":{"StartLoading":[]},"LoadGroupsFailure":{"StopLoading":[]},"SaveGroupFailure":{"StopSaving":[]},"ArchiveGroupFailure":{"StopSaving":[]},"DeleteGroupFailure":{"StopSaving":[]},"RestoreGroupFailure":{"StopSaving":[]},"SaveGroupDocumentFailure":{"StopSaving":[]},"_$GroupStateSerializer":{"StructuredSerializer":["GroupState"],"Serializer":["GroupState"]},"_$GroupUIStateSerializer":{"StructuredSerializer":["GroupUIState"],"Serializer":["GroupUIState"]},"_$GroupState":{"GroupState":[]},"_$GroupUIState":{"GroupUIState":[]},"ViewInvoiceList":{"PersistUI":[]},"ViewInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditInvoiceItem":{"PersistUI":[]},"UpdateInvoice":{"PersistUI":[]},"UpdateInvoiceClient":{"PersistUI":[]},"LoadInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadInvoicesRequest":{"StartLoading":[]},"LoadInvoicesFailure":{"StopLoading":[]},"LoadInvoicesSuccess":{"StopLoading":[]},"AddInvoiceContact":{"PersistUI":[]},"RemoveInvoiceContact":{"PersistUI":[]},"AddInvoiceItem":{"PersistUI":[]},"MoveInvoiceItem":{"PersistUI":[]},"AddInvoiceItems":{"PersistUI":[]},"UpdateInvoiceItem":{"PersistUI":[]},"DeleteInvoiceItem":{"PersistUI":[]},"SaveInvoiceRequest":{"StartSaving":[]},"SaveInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"AddInvoiceSuccess":{"StopSaving":[],"PersistUI":[]},"EmailInvoiceRequest":{"StartSaving":[]},"EmailInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"MarkInvoicesSentRequest":{"StartSaving":[]},"MarkInvoicesSentSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesRequest":{"StartSaving":[]},"MarkInvoicesPaidRequest":{"StartSaving":[]},"MarkInvoicesPaidSuccess":{"StopSaving":[]},"AutoBillInvoicesRequest":{"StartSaving":[]},"CancelInvoicesRequest":{"StartSaving":[]},"CancelInvoicesSuccess":{"StopSaving":[]},"ArchiveInvoicesRequest":{"StartSaving":[]},"ArchiveInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteInvoicesRequest":{"StartSaving":[]},"DeleteInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesRequest":{"StartSaving":[]},"RestoreInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterInvoices":{"PersistUI":[]},"SortInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterInvoicesByState":{"PersistUI":[]},"FilterInvoicesByStatus":{"PersistUI":[]},"FilterInvoicesByCustom1":{"PersistUI":[]},"FilterInvoicesByCustom2":{"PersistUI":[]},"FilterInvoicesByCustom3":{"PersistUI":[]},"FilterInvoicesByCustom4":{"PersistUI":[]},"SaveInvoiceDocumentRequest":{"StartSaving":[]},"UpdateInvoiceTab":{"PersistUI":[]},"LoadInvoiceRequest":{"StartLoading":[]},"LoadInvoiceFailure":{"StopLoading":[]},"SaveInvoiceFailure":{"StopSaving":[]},"EmailInvoiceFailure":{"StopSaving":[]},"MarkInvoicesSentFailure":{"StopSaving":[]},"BulkEmailInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailInvoicesFailure":{"StopSaving":[]},"MarkInvoicesPaidFailure":{"StopSaving":[]},"AutoBillInvoicesSuccess":{"StopSaving":[]},"AutoBillInvoicesFailure":{"StopSaving":[]},"CancelInvoicesFailure":{"StopSaving":[]},"ArchiveInvoicesFailure":{"StopSaving":[]},"DeleteInvoicesFailure":{"StopSaving":[]},"DownloadInvoicesSuccess":{"StopSaving":[]},"DownloadInvoicesFailure":{"StopSaving":[]},"RestoreInvoicesFailure":{"StopSaving":[]},"SaveInvoiceDocumentFailure":{"StopSaving":[]},"_$InvoiceStateSerializer":{"StructuredSerializer":["InvoiceState"],"Serializer":["InvoiceState"]},"_$InvoiceUIStateSerializer":{"StructuredSerializer":["InvoiceUIState"],"Serializer":["InvoiceUIState"]},"_$InvoiceState":{"InvoiceState":[]},"_$InvoiceUIState":{"InvoiceUIState":[]},"ViewPaymentList":{"PersistUI":[]},"ViewPayment":{"PersistUI":[],"PersistPrefs":[]},"EditPayment":{"PersistUI":[],"PersistPrefs":[]},"ViewRefundPayment":{"PersistUI":[],"PersistPrefs":[]},"UpdatePayment":{"PersistUI":[]},"LoadPaymentSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentsRequest":{"StartLoading":[]},"LoadPaymentsFailure":{"StopLoading":[]},"LoadPaymentsSuccess":{"StopLoading":[]},"SavePaymentRequest":{"StartSaving":[]},"SavePaymentSuccess":{"StopSaving":[],"PersistUI":[]},"AddPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentRequest":{"StartSaving":[]},"ArchivePaymentsRequest":{"StartSaving":[]},"ArchivePaymentsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentsRequest":{"StartSaving":[]},"DeletePaymentsSuccess":{"StopSaving":[]},"RestorePaymentsRequest":{"StartSaving":[]},"RestorePaymentsSuccess":{"StopSaving":[]},"EmailPaymentRequest":{"StartSaving":[]},"FilterPayments":{"PersistUI":[]},"SortPayments":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentsByState":{"PersistUI":[]},"FilterPaymentsByStatus":{"PersistUI":[]},"FilterPaymentsByCustom1":{"PersistUI":[]},"FilterPaymentsByCustom2":{"PersistUI":[]},"FilterPaymentsByCustom3":{"PersistUI":[]},"FilterPaymentsByCustom4":{"PersistUI":[]},"UpdatePaymentTab":{"PersistUI":[]},"LoadPaymentRequest":{"StartLoading":[]},"LoadPaymentFailure":{"StopLoading":[]},"SavePaymentFailure":{"StopSaving":[]},"RefundPaymentSuccess":{"StopSaving":[],"PersistUI":[]},"RefundPaymentFailure":{"StopSaving":[]},"ArchivePaymentsFailure":{"StopSaving":[]},"DeletePaymentsFailure":{"StopSaving":[]},"RestorePaymentsFailure":{"StopSaving":[]},"EmailPaymentSuccess":{"StopSaving":[],"PersistData":[]},"_$PaymentStateSerializer":{"StructuredSerializer":["PaymentState"],"Serializer":["PaymentState"]},"_$PaymentUIStateSerializer":{"StructuredSerializer":["PaymentUIState"],"Serializer":["PaymentUIState"]},"_$PaymentState":{"PaymentState":[]},"_$PaymentUIState":{"PaymentUIState":[]},"ViewPaymentTermList":{"PersistUI":[]},"ViewPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"EditPaymentTerm":{"PersistUI":[],"PersistPrefs":[]},"UpdatePaymentTerm":{"PersistUI":[]},"LoadPaymentTermSuccess":{"StopLoading":[],"PersistData":[]},"LoadPaymentTermsFailure":{"StopLoading":[]},"LoadPaymentTermsSuccess":{"StopLoading":[]},"SavePaymentTermRequest":{"StartSaving":[]},"SavePaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPaymentTermSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchivePaymentTermsRequest":{"StartSaving":[]},"ArchivePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"DeletePaymentTermsRequest":{"StartSaving":[]},"DeletePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"RestorePaymentTermsRequest":{"StartSaving":[]},"RestorePaymentTermsSuccess":{"StopSaving":[],"PersistData":[]},"FilterPaymentTerms":{"PersistUI":[]},"SortPaymentTerms":{"PersistUI":[],"PersistPrefs":[]},"FilterPaymentTermsByState":{"PersistUI":[]},"FilterPaymentTermsByCustom1":{"PersistUI":[]},"FilterPaymentTermsByCustom2":{"PersistUI":[]},"FilterPaymentTermsByCustom3":{"PersistUI":[]},"FilterPaymentTermsByCustom4":{"PersistUI":[]},"LoadPaymentTermRequest":{"StartLoading":[]},"LoadPaymentTermFailure":{"StopLoading":[]},"LoadPaymentTermsRequest":{"StartLoading":[]},"SavePaymentTermFailure":{"StopSaving":[]},"ArchivePaymentTermsFailure":{"StopSaving":[]},"DeletePaymentTermsFailure":{"StopSaving":[]},"RestorePaymentTermsFailure":{"StopSaving":[]},"_$PaymentTermStateSerializer":{"StructuredSerializer":["PaymentTermState"],"Serializer":["PaymentTermState"]},"_$PaymentTermUIStateSerializer":{"StructuredSerializer":["PaymentTermUIState"],"Serializer":["PaymentTermUIState"]},"_$PaymentTermState":{"PaymentTermState":[]},"_$PaymentTermUIState":{"PaymentTermUIState":[]},"ViewProductList":{"PersistUI":[]},"ViewProduct":{"PersistUI":[],"PersistPrefs":[]},"EditProduct":{"PersistUI":[],"PersistPrefs":[]},"UpdateProduct":{"PersistUI":[]},"LoadProductSuccess":{"StopLoading":[],"PersistData":[]},"LoadProductsRequest":{"StartLoading":[]},"LoadProductsFailure":{"StopLoading":[]},"LoadProductsSuccess":{"StopLoading":[]},"SaveProductRequest":{"StartSaving":[]},"SaveProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProductSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProductsRequest":{"StartSaving":[]},"ArchiveProductsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProductsRequest":{"StartSaving":[]},"DeleteProductsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProductsRequest":{"StartSaving":[]},"RestoreProductsSuccess":{"StopSaving":[],"PersistData":[]},"SetTaxCategoryProductsRequest":{"StartSaving":[]},"SetTaxCategoryProductsSuccess":{"StopSaving":[],"PersistData":[]},"FilterProducts":{"PersistUI":[]},"SortProducts":{"PersistUI":[],"PersistPrefs":[]},"FilterProductsByState":{"PersistUI":[]},"FilterProductsByCustom1":{"PersistUI":[]},"FilterProductsByCustom2":{"PersistUI":[]},"FilterProductsByCustom3":{"PersistUI":[]},"FilterProductsByCustom4":{"PersistUI":[]},"SaveProductDocumentRequest":{"StartSaving":[]},"UpdateProductTab":{"PersistUI":[]},"LoadProductRequest":{"StartLoading":[]},"LoadProductFailure":{"StopLoading":[]},"SaveProductFailure":{"StopSaving":[]},"ArchiveProductsFailure":{"StopSaving":[]},"DeleteProductsFailure":{"StopSaving":[]},"RestoreProductsFailure":{"StopSaving":[]},"SetTaxCategoryProductsFailure":{"StopSaving":[]},"SaveProductDocumentFailure":{"StopSaving":[]},"_$ProductStateSerializer":{"StructuredSerializer":["ProductState"],"Serializer":["ProductState"]},"_$ProductUIStateSerializer":{"StructuredSerializer":["ProductUIState"],"Serializer":["ProductUIState"]},"_$ProductState":{"ProductState":[]},"_$ProductUIState":{"ProductUIState":[]},"ViewProjectList":{"PersistUI":[]},"ViewProject":{"PersistUI":[],"PersistPrefs":[]},"EditProject":{"PersistUI":[],"PersistPrefs":[]},"UpdateProject":{"PersistUI":[]},"LoadProjectSuccess":{"StopLoading":[],"PersistData":[]},"LoadProjectsRequest":{"StartLoading":[]},"LoadProjectsFailure":{"StopLoading":[]},"LoadProjectsSuccess":{"StopLoading":[]},"SaveProjectRequest":{"StartSaving":[]},"SaveProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddProjectSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveProjectRequest":{"StartSaving":[]},"ArchiveProjectSuccess":{"StopSaving":[],"PersistData":[]},"DeleteProjectRequest":{"StartSaving":[]},"DeleteProjectSuccess":{"StopSaving":[],"PersistData":[]},"RestoreProjectRequest":{"StartSaving":[]},"RestoreProjectSuccess":{"StopSaving":[],"PersistData":[]},"FilterProjects":{"PersistUI":[]},"SortProjects":{"PersistUI":[],"PersistPrefs":[]},"FilterProjectsByState":{"PersistUI":[]},"FilterProjectsByCustom1":{"PersistUI":[]},"FilterProjectsByCustom2":{"PersistUI":[]},"FilterProjectsByCustom3":{"PersistUI":[]},"FilterProjectsByCustom4":{"PersistUI":[]},"SaveProjectDocumentRequest":{"StartSaving":[]},"UpdateProjectTab":{"PersistUI":[]},"LoadProjectRequest":{"StartLoading":[]},"LoadProjectFailure":{"StopLoading":[]},"SaveProjectFailure":{"StopSaving":[]},"ArchiveProjectFailure":{"StopSaving":[]},"DeleteProjectFailure":{"StopSaving":[]},"RestoreProjectFailure":{"StopSaving":[]},"SaveProjectDocumentFailure":{"StopSaving":[]},"_$ProjectStateSerializer":{"StructuredSerializer":["ProjectState"],"Serializer":["ProjectState"]},"_$ProjectUIStateSerializer":{"StructuredSerializer":["ProjectUIState"],"Serializer":["ProjectUIState"]},"_$ProjectState":{"ProjectState":[]},"_$ProjectUIState":{"ProjectUIState":[]},"ViewPurchaseOrderList":{"PersistUI":[]},"ViewPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrder":{"PersistUI":[],"PersistPrefs":[]},"EditPurchaseOrderItem":{"PersistUI":[]},"UpdatePurchaseOrder":{"PersistUI":[]},"UpdatePurchaseOrderVendor":{"PersistUI":[]},"LoadPurchaseOrderSuccess":{"StopLoading":[],"PersistData":[]},"LoadPurchaseOrdersRequest":{"StartLoading":[]},"LoadPurchaseOrdersFailure":{"StopLoading":[]},"LoadPurchaseOrdersSuccess":{"StopLoading":[]},"SavePurchaseOrderDocumentRequest":{"StartSaving":[]},"SavePurchaseOrderRequest":{"StartSaving":[]},"SavePurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"BulkEmailPurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersRequest":{"StartSaving":[]},"ArchivePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DeletePurchaseOrdersRequest":{"StartSaving":[]},"DeletePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"DownloadPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrdersRequest":{"StartSaving":[]},"AcceptPurchaseOrderSuccess":{"StopSaving":[]},"CancelPurchaseOrdersRequest":{"StartSaving":[]},"CancelPurchaseOrderSuccess":{"StopSaving":[]},"RestorePurchaseOrdersRequest":{"StartSaving":[]},"RestorePurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"EmailPurchaseOrderRequest":{"StartSaving":[]},"EmailPurchaseOrderSuccess":{"StopSaving":[],"PersistData":[]},"MarkPurchaseOrdersSentRequest":{"StartSaving":[]},"MarkPurchaseOrderSentSuccess":{"StopSaving":[],"PersistData":[]},"ConvertPurchaseOrdersToExpensesRequest":{"StartSaving":[]},"ConvertPurchaseOrdersToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"AddPurchaseOrdersToInventoryRequest":{"StartSaving":[]},"AddPurchaseOrdersToInventorySuccess":{"StopSaving":[],"PersistData":[]},"ApprovePurchaseOrders":{"StartSaving":[]},"ApprovePurchaseOrderSuccess":{"StopSaving":[]},"AddPurchaseOrderContact":{"PersistUI":[]},"RemovePurchaseOrderContact":{"PersistUI":[]},"AddPurchaseOrderItem":{"PersistUI":[]},"MovePurchaseOrderItem":{"PersistUI":[]},"AddPurchaseOrderItems":{"PersistUI":[]},"UpdatePurchaseOrderItem":{"PersistUI":[]},"DeletePurchaseOrderItem":{"PersistUI":[]},"FilterPurchaseOrders":{"PersistUI":[]},"SortPurchaseOrders":{"PersistUI":[],"PersistPrefs":[]},"FilterPurchaseOrdersByState":{"PersistUI":[]},"FilterPurchaseOrdersByStatus":{"PersistUI":[]},"FilterPurchaseOrdersByCustom1":{"PersistUI":[]},"FilterPurchaseOrdersByCustom2":{"PersistUI":[]},"FilterPurchaseOrdersByCustom3":{"PersistUI":[]},"FilterPurchaseOrdersByCustom4":{"PersistUI":[]},"UpdatePurchaseOrderTab":{"PersistUI":[]},"LoadPurchaseOrderRequest":{"StartLoading":[]},"LoadPurchaseOrderFailure":{"StopLoading":[]},"SavePurchaseOrderDocumentFailure":{"StopSaving":[]},"SavePurchaseOrderFailure":{"StopSaving":[]},"BulkEmailPurchaseOrdersSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailPurchaseOrdersFailure":{"StopSaving":[]},"ArchivePurchaseOrdersFailure":{"StopSaving":[]},"DeletePurchaseOrdersFailure":{"StopSaving":[]},"DownloadPurchaseOrdersSuccess":{"StopSaving":[]},"DownloadPurchaseOrdersFailure":{"StopSaving":[]},"AcceptPurchaseOrderFailure":{"StopSaving":[]},"CancelPurchaseOrderFailure":{"StopSaving":[]},"RestorePurchaseOrdersFailure":{"StopSaving":[]},"EmailPurchaseOrderFailure":{"StopSaving":[]},"MarkPurchaseOrderSentFailure":{"StopSaving":[]},"ConvertPurchaseOrdersToExpensesFailure":{"StopSaving":[]},"AddPurchaseOrdersToInventoryFailure":{"StopSaving":[]},"ApprovePurchaseOrderFailure":{"StopSaving":[]},"_$PurchaseOrderStateSerializer":{"StructuredSerializer":["PurchaseOrderState"],"Serializer":["PurchaseOrderState"]},"_$PurchaseOrderUIStateSerializer":{"StructuredSerializer":["PurchaseOrderUIState"],"Serializer":["PurchaseOrderUIState"]},"_$PurchaseOrderState":{"PurchaseOrderState":[]},"_$PurchaseOrderUIState":{"PurchaseOrderUIState":[]},"ViewQuoteList":{"PersistUI":[]},"ViewQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuote":{"PersistUI":[],"PersistPrefs":[]},"EditQuoteItem":{"PersistUI":[]},"UpdateQuote":{"PersistUI":[]},"UpdateQuoteClient":{"PersistUI":[]},"LoadQuoteSuccess":{"StopLoading":[],"PersistData":[]},"LoadQuotesRequest":{"StartLoading":[]},"LoadQuotesFailure":{"StopLoading":[]},"LoadQuotesSuccess":{"StopLoading":[]},"AddQuoteContact":{"PersistUI":[]},"RemoveQuoteContact":{"PersistUI":[]},"AddQuoteItem":{"PersistUI":[]},"MoveQuoteItem":{"PersistUI":[]},"AddQuoteItems":{"PersistUI":[]},"UpdateQuoteItem":{"PersistUI":[]},"DeleteQuoteItem":{"PersistUI":[]},"SaveQuoteRequest":{"StartSaving":[]},"SaveQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddQuoteSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"EmailQuoteRequest":{"StartSaving":[]},"EmailQuoteSuccess":{"StopSaving":[],"PersistData":[]},"MarkSentQuotesRequest":{"StartSaving":[]},"MarkSentQuoteSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesRequest":{"StartSaving":[]},"ArchiveQuotesRequest":{"StartSaving":[]},"ArchiveQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteQuotesRequest":{"StartSaving":[]},"DeleteQuotesSuccess":{"StopSaving":[],"PersistData":[]},"DownloadQuotesRequest":{"StartSaving":[]},"RestoreQuotesRequest":{"StartSaving":[]},"RestoreQuotesSuccess":{"StopSaving":[],"PersistData":[]},"FilterQuotes":{"PersistUI":[]},"SortQuotes":{"PersistUI":[],"PersistPrefs":[]},"FilterQuotesByState":{"PersistUI":[]},"FilterQuotesByStatus":{"PersistUI":[]},"FilterQuotesByCustom1":{"PersistUI":[]},"FilterQuotesByCustom2":{"PersistUI":[]},"FilterQuotesByCustom3":{"PersistUI":[]},"FilterQuotesByCustom4":{"PersistUI":[]},"ConvertQuotesToInvoices":{"StartSaving":[]},"ConvertQuotesToInvoicesSuccess":{"StopSaving":[]},"ConvertQuotesToProjects":{"StartSaving":[]},"ConvertQuotesToProjectsSuccess":{"StopSaving":[]},"ApproveQuotes":{"StartSaving":[]},"SaveQuoteDocumentRequest":{"StartSaving":[]},"UpdateQuoteTab":{"PersistUI":[]},"LoadQuoteRequest":{"StartLoading":[]},"LoadQuoteFailure":{"StopLoading":[]},"SaveQuoteFailure":{"StopSaving":[]},"EmailQuoteFailure":{"StopSaving":[]},"MarkSentQuoteFailure":{"StopSaving":[]},"BulkEmailQuotesSuccess":{"StopSaving":[],"PersistData":[]},"BulkEmailQuotesFailure":{"StopSaving":[]},"ArchiveQuotesFailure":{"StopSaving":[]},"DeleteQuotesFailure":{"StopSaving":[]},"DownloadQuotesSuccess":{"StopSaving":[]},"DownloadQuotesFailure":{"StopSaving":[]},"RestoreQuotesFailure":{"StopSaving":[]},"ConvertQuotesToInvoicesFailure":{"StopSaving":[]},"ConvertQuotesToProjectsFailure":{"StopSaving":[]},"ApproveQuoteSuccess":{"StopSaving":[]},"ApproveQuoteFailure":{"StopSaving":[]},"SaveQuoteDocumentFailure":{"StopSaving":[]},"_$QuoteStateSerializer":{"StructuredSerializer":["QuoteState"],"Serializer":["QuoteState"]},"_$QuoteUIStateSerializer":{"StructuredSerializer":["QuoteUIState"],"Serializer":["QuoteUIState"]},"_$QuoteState":{"QuoteState":[]},"_$QuoteUIState":{"QuoteUIState":[]},"ViewRecurringExpenseList":{"PersistUI":[]},"ViewRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringExpense":{"PersistUI":[],"PersistPrefs":[]},"UpdateRecurringExpense":{"PersistUI":[]},"LoadRecurringExpenseSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringExpensesRequest":{"StartLoading":[]},"LoadRecurringExpensesFailure":{"StopLoading":[]},"LoadRecurringExpensesSuccess":{"StopLoading":[]},"SaveRecurringExpenseRequest":{"StartSaving":[]},"SaveRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringExpenseSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveRecurringExpensesRequest":{"StartSaving":[]},"ArchiveRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteRecurringExpensesRequest":{"StartSaving":[]},"DeleteRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringExpensesRequest":{"StartSaving":[]},"RestoreRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringExpenses":{"PersistUI":[]},"SortRecurringExpenses":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringExpensesByState":{"PersistUI":[]},"FilterRecurringExpensesByStatus":{"PersistUI":[]},"FilterRecurringExpensesByCustom1":{"PersistUI":[]},"FilterRecurringExpensesByCustom2":{"PersistUI":[]},"FilterRecurringExpensesByCustom3":{"PersistUI":[]},"FilterRecurringExpensesByCustom4":{"PersistUI":[]},"UpdateRecurringExpenseTab":{"PersistUI":[]},"StartRecurringExpensesRequest":{"StartSaving":[]},"StartRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringExpensesRequest":{"StartSaving":[]},"StopRecurringExpensesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveRecurringExpenseDocumentRequest":{"StartSaving":[]},"LoadRecurringExpenseRequest":{"StartLoading":[]},"LoadRecurringExpenseFailure":{"StopLoading":[]},"SaveRecurringExpenseFailure":{"StopSaving":[]},"ArchiveRecurringExpensesFailure":{"StopSaving":[]},"DeleteRecurringExpensesFailure":{"StopSaving":[]},"RestoreRecurringExpensesFailure":{"StopSaving":[]},"StartRecurringExpensesFailure":{"StopSaving":[]},"StopRecurringExpensesFailure":{"StopSaving":[]},"SaveRecurringExpenseDocumentFailure":{"StopSaving":[]},"_$RecurringExpenseStateSerializer":{"StructuredSerializer":["RecurringExpenseState"],"Serializer":["RecurringExpenseState"]},"_$RecurringExpenseUIStateSerializer":{"StructuredSerializer":["RecurringExpenseUIState"],"Serializer":["RecurringExpenseUIState"]},"_$RecurringExpenseState":{"RecurringExpenseState":[]},"_$RecurringExpenseUIState":{"RecurringExpenseUIState":[]},"ViewRecurringInvoiceList":{"PersistUI":[]},"ViewRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoice":{"PersistUI":[],"PersistPrefs":[]},"EditRecurringInvoiceItem":{"PersistUI":[]},"UpdateRecurringInvoice":{"PersistUI":[]},"UpdateRecurringInvoiceClient":{"PersistUI":[]},"LoadRecurringInvoiceSuccess":{"StopLoading":[],"PersistData":[]},"LoadRecurringInvoicesRequest":{"StartLoading":[]},"LoadRecurringInvoicesFailure":{"StopLoading":[]},"LoadRecurringInvoicesSuccess":{"StopLoading":[]},"AddRecurringInvoiceContact":{"PersistUI":[]},"RemoveRecurringInvoiceContact":{"PersistUI":[]},"SaveRecurringInvoiceRequest":{"StartSaving":[]},"SaveRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddRecurringInvoiceItem":{"PersistUI":[]},"MoveRecurringInvoiceItem":{"PersistUI":[]},"AddRecurringInvoiceItems":{"PersistUI":[]},"UpdateRecurringInvoiceItem":{"PersistUI":[]},"DeleteRecurringInvoiceItem":{"PersistUI":[]},"EmailRecurringInvoiceSuccess":{"StopSaving":[],"PersistData":[]},"ArchiveRecurringInvoicesRequest":{"StartSaving":[]},"ArchiveRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"SendNowRecurringInvoicesRequest":{"StartSaving":[]},"SendNowRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"UpdatePricesRecurringInvoicesRequest":{"StartSaving":[]},"IncreasePricesRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesRequest":{"StartSaving":[]},"DeleteRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreRecurringInvoicesRequest":{"StartSaving":[]},"RestoreRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"FilterRecurringInvoices":{"PersistUI":[]},"SortRecurringInvoices":{"PersistUI":[],"PersistPrefs":[]},"FilterRecurringInvoicesByState":{"PersistUI":[]},"FilterRecurringInvoicesByStatus":{"PersistUI":[]},"FilterRecurringInvoicesByCustom1":{"PersistUI":[]},"FilterRecurringInvoicesByCustom2":{"PersistUI":[]},"FilterRecurringInvoicesByCustom3":{"PersistUI":[]},"FilterRecurringInvoicesByCustom4":{"PersistUI":[]},"SaveRecurringInvoiceDocumentRequest":{"StartSaving":[]},"StartRecurringInvoicesRequest":{"StartSaving":[]},"StartRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"StopRecurringInvoicesRequest":{"StartSaving":[]},"StopRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"UpdateRecurringInvoiceTab":{"PersistUI":[]},"LoadRecurringInvoiceRequest":{"StartLoading":[]},"LoadRecurringInvoiceFailure":{"StopLoading":[]},"SaveRecurringInvoiceFailure":{"StopSaving":[]},"ArchiveRecurringInvoicesFailure":{"StopSaving":[]},"SendNowRecurringInvoicesFailure":{"StopSaving":[]},"UpdatePricesRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"UpdatePricesRecurringInvoicesFailure":{"StopSaving":[]},"IncreasePricesRecurringInvoicesSuccess":{"StopSaving":[],"PersistData":[]},"IncreasePricesRecurringInvoicesFailure":{"StopSaving":[]},"DeleteRecurringInvoicesFailure":{"StopSaving":[]},"RestoreRecurringInvoicesFailure":{"StopSaving":[]},"SaveRecurringInvoiceDocumentFailure":{"StopSaving":[]},"StartRecurringInvoicesFailure":{"StopSaving":[]},"StopRecurringInvoicesFailure":{"StopSaving":[]},"_$RecurringInvoiceStateSerializer":{"StructuredSerializer":["RecurringInvoiceState"],"Serializer":["RecurringInvoiceState"]},"_$RecurringInvoiceUIStateSerializer":{"StructuredSerializer":["RecurringInvoiceUIState"],"Serializer":["RecurringInvoiceUIState"]},"_$RecurringInvoiceState":{"RecurringInvoiceState":[]},"_$RecurringInvoiceUIState":{"RecurringInvoiceUIState":[]},"ViewReports":{"PersistUI":[]},"UpdateReportSettings":{"PersistUI":[]},"_$ReportsUIStateSerializer":{"StructuredSerializer":["ReportsUIState"],"Serializer":["ReportsUIState"]},"_$ReportsUIState":{"ReportsUIState":[]},"ViewScheduleList":{"PersistUI":[]},"ViewSchedule":{"PersistUI":[],"PersistPrefs":[]},"EditSchedule":{"PersistUI":[],"PersistPrefs":[]},"UpdateSchedule":{"PersistUI":[]},"LoadScheduleSuccess":{"StopLoading":[],"PersistData":[]},"LoadSchedulesFailure":{"StopLoading":[]},"LoadSchedulesSuccess":{"StopLoading":[]},"SaveScheduleRequest":{"StartSaving":[]},"SaveScheduleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddScheduleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSchedulesRequest":{"StartSaving":[]},"ArchiveSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSchedulesRequest":{"StartSaving":[]},"DeleteSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSchedulesRequest":{"StartSaving":[]},"RestoreSchedulesSuccess":{"StopSaving":[],"PersistData":[]},"FilterSchedules":{"PersistUI":[]},"SortSchedules":{"PersistUI":[],"PersistPrefs":[]},"FilterSchedulesByState":{"PersistUI":[]},"FilterSchedulesByCustom1":{"PersistUI":[]},"FilterSchedulesByCustom2":{"PersistUI":[]},"FilterSchedulesByCustom3":{"PersistUI":[]},"FilterSchedulesByCustom4":{"PersistUI":[]},"UpdateScheduleTab":{"PersistUI":[]},"LoadScheduleRequest":{"StartLoading":[]},"LoadScheduleFailure":{"StopLoading":[]},"LoadSchedulesRequest":{"StartLoading":[]},"SaveScheduleFailure":{"StopSaving":[]},"ArchiveSchedulesFailure":{"StopSaving":[]},"DeleteSchedulesFailure":{"StopSaving":[]},"RestoreSchedulesFailure":{"StopSaving":[]},"_$ScheduleStateSerializer":{"StructuredSerializer":["ScheduleState"],"Serializer":["ScheduleState"]},"_$ScheduleUIStateSerializer":{"StructuredSerializer":["ScheduleUIState"],"Serializer":["ScheduleUIState"]},"_$ScheduleState":{"ScheduleState":[]},"_$ScheduleUIState":{"ScheduleUIState":[]},"ViewSettings":{"PersistUI":[]},"ClearSettingsFilter":{"PersistUI":[]},"UpdateSettings":{"PersistUI":[]},"UpdateSettingsTab":{"PersistUI":[]},"UpdatedSettingUI":{"PersistUI":[]},"UpdateSettingsTemplate":{"PersistUI":[]},"UpdateUserSettings":{"PersistUI":[]},"UploadLogoRequest":{"StartSaving":[]},"SaveUserSettingsRequest":{"StartSaving":[]},"SaveUserSettingsSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"SaveAuthUserRequest":{"StartSaving":[]},"SaveAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ConnecOAuthUserRequest":{"StartSaving":[]},"ConnectOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisconnecOAuthUserRequest":{"StartSaving":[]},"DisconnectOAuthUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisconnectOAuthMailerRequest":{"StartSaving":[]},"DisconnectOAuthMailerSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"DisableTwoFactorRequest":{"StartSaving":[]},"DisableTwoFactorSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"ConnecGmailUserRequest":{"StartSaving":[]},"ConnecGmailUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"FilterSettings":{"PersistUI":[]},"UpdatedSetting":{"PersistUI":[]},"UploadLogoFailure":{"StopSaving":[]},"SaveUserSettingsFailure":{"StopSaving":[]},"SaveAuthUserFailure":{"StopSaving":[]},"ConnecOAuthUserFailure":{"StopSaving":[]},"DisconnecOAuthUserFailure":{"StopSaving":[]},"DisconnectOAuthMailerFailure":{"StopSaving":[]},"DisableTwoFactorFailure":{"StopSaving":[]},"ConnecGmailUserFailure":{"StopSaving":[]},"_$SettingsUIStateSerializer":{"StructuredSerializer":["SettingsUIState"],"Serializer":["SettingsUIState"]},"_$SettingsUIState":{"SettingsUIState":[]},"_$StaticStateSerializer":{"StructuredSerializer":["StaticState"],"Serializer":["StaticState"]},"_$StaticState":{"StaticState":[]},"ViewSubscriptionList":{"PersistUI":[]},"ViewSubscription":{"PersistUI":[],"PersistPrefs":[]},"EditSubscription":{"PersistUI":[],"PersistPrefs":[]},"UpdateSubscription":{"PersistUI":[]},"LoadSubscriptionSuccess":{"StopLoading":[],"PersistData":[]},"LoadSubscriptionsFailure":{"StopLoading":[]},"LoadSubscriptionsSuccess":{"StopLoading":[]},"SaveSubscriptionRequest":{"StartSaving":[]},"SaveSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddSubscriptionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveSubscriptionsRequest":{"StartSaving":[]},"ArchiveSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteSubscriptionsRequest":{"StartSaving":[]},"DeleteSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreSubscriptionsRequest":{"StartSaving":[]},"RestoreSubscriptionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterSubscriptions":{"PersistUI":[]},"SortSubscriptions":{"PersistUI":[],"PersistPrefs":[]},"FilterSubscriptionsByState":{"PersistUI":[]},"FilterSubscriptionsByCustom1":{"PersistUI":[]},"FilterSubscriptionsByCustom2":{"PersistUI":[]},"FilterSubscriptionsByCustom3":{"PersistUI":[]},"FilterSubscriptionsByCustom4":{"PersistUI":[]},"UpdateSubscriptionTab":{"PersistUI":[]},"LoadSubscriptionRequest":{"StartLoading":[]},"LoadSubscriptionFailure":{"StopLoading":[]},"LoadSubscriptionsRequest":{"StartLoading":[]},"SaveSubscriptionFailure":{"StopSaving":[]},"ArchiveSubscriptionsFailure":{"StopSaving":[]},"DeleteSubscriptionsFailure":{"StopSaving":[]},"RestoreSubscriptionsFailure":{"StopSaving":[]},"_$SubscriptionStateSerializer":{"StructuredSerializer":["SubscriptionState"],"Serializer":["SubscriptionState"]},"_$SubscriptionUIStateSerializer":{"StructuredSerializer":["SubscriptionUIState"],"Serializer":["SubscriptionUIState"]},"_$SubscriptionState":{"SubscriptionState":[]},"_$SubscriptionUIState":{"SubscriptionUIState":[]},"ViewTaskList":{"PersistUI":[]},"ViewTask":{"PersistUI":[],"PersistPrefs":[]},"EditTask":{"PersistUI":[],"PersistPrefs":[]},"UpdateTask":{"PersistUI":[]},"LoadTaskSuccess":{"StopLoading":[],"PersistData":[]},"EditTaskTime":{"PersistUI":[]},"AddTaskTime":{"PersistUI":[]},"UpdateTaskTime":{"PersistUI":[]},"DeleteTaskTime":{"PersistUI":[]},"LoadTasksRequest":{"StartLoading":[]},"LoadTasksFailure":{"StopLoading":[]},"LoadTasksSuccess":{"StopLoading":[]},"SaveTaskRequest":{"StartSaving":[]},"SaveTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskRequest":{"StartSaving":[]},"ArchiveTaskSuccess":{"StopSaving":[],"PersistData":[]},"StartTasksRequest":{"StartSaving":[]},"StartTasksSuccess":{"StopSaving":[],"PersistData":[]},"StopTasksRequest":{"StartSaving":[]},"StopTasksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskRequest":{"StartSaving":[]},"DeleteTaskSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskRequest":{"StartSaving":[]},"RestoreTaskSuccess":{"StopSaving":[],"PersistData":[]},"SortTasksRequest":{"StartSaving":[]},"SortTasksSuccess":{"StopSaving":[],"PersistData":[]},"FilterTasks":{"PersistUI":[]},"SortTasks":{"PersistUI":[],"PersistPrefs":[]},"FilterTasksByState":{"PersistUI":[]},"FilterTasksByStatus":{"PersistUI":[]},"FilterTasksByCustom1":{"PersistUI":[]},"FilterTasksByCustom2":{"PersistUI":[]},"FilterTasksByCustom3":{"PersistUI":[]},"FilterTasksByCustom4":{"PersistUI":[]},"SaveTaskDocumentRequest":{"StartSaving":[]},"UpdateTaskTab":{"PersistUI":[]},"LoadTaskRequest":{"StartLoading":[]},"LoadTaskFailure":{"StopLoading":[]},"SaveTaskFailure":{"StopSaving":[]},"ArchiveTaskFailure":{"StopSaving":[]},"StartTasksFailure":{"StopSaving":[]},"StopTasksFailure":{"StopSaving":[]},"DeleteTaskFailure":{"StopSaving":[]},"RestoreTaskFailure":{"StopSaving":[]},"SortTasksFailure":{"StopSaving":[]},"SaveTaskDocumentFailure":{"StopSaving":[]},"_$TaskStateSerializer":{"StructuredSerializer":["TaskState"],"Serializer":["TaskState"]},"_$TaskUIStateSerializer":{"StructuredSerializer":["TaskUIState"],"Serializer":["TaskUIState"]},"_$TaskState":{"TaskState":[]},"_$TaskUIState":{"TaskUIState":[]},"ViewTaskStatusList":{"PersistUI":[]},"ViewTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"EditTaskStatus":{"PersistUI":[],"PersistPrefs":[]},"UpdateTaskStatus":{"PersistUI":[]},"LoadTaskStatusSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaskStatusesFailure":{"StopLoading":[]},"LoadTaskStatusesSuccess":{"StopLoading":[]},"SaveTaskStatusRequest":{"StartSaving":[]},"SaveTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaskStatusSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaskStatusesRequest":{"StartSaving":[]},"ArchiveTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaskStatusesRequest":{"StartSaving":[]},"DeleteTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaskStatusesRequest":{"StartSaving":[]},"RestoreTaskStatusesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaskStatuses":{"PersistUI":[]},"SortTaskStatuses":{"PersistUI":[],"PersistPrefs":[]},"FilterTaskStatusesByState":{"PersistUI":[]},"FilterTaskStatusesByCustom1":{"PersistUI":[]},"FilterTaskStatusesByCustom2":{"PersistUI":[]},"FilterTaskStatusesByCustom3":{"PersistUI":[]},"FilterTaskStatusesByCustom4":{"PersistUI":[]},"LoadTaskStatusRequest":{"StartLoading":[]},"LoadTaskStatusFailure":{"StopLoading":[]},"LoadTaskStatusesRequest":{"StartLoading":[]},"SaveTaskStatusFailure":{"StopSaving":[]},"ArchiveTaskStatusesFailure":{"StopSaving":[]},"DeleteTaskStatusesFailure":{"StopSaving":[]},"RestoreTaskStatusesFailure":{"StopSaving":[]},"_$TaskStatusStateSerializer":{"StructuredSerializer":["TaskStatusState"],"Serializer":["TaskStatusState"]},"_$TaskStatusUIStateSerializer":{"StructuredSerializer":["TaskStatusUIState"],"Serializer":["TaskStatusUIState"]},"_$TaskStatusState":{"TaskStatusState":[]},"_$TaskStatusUIState":{"TaskStatusUIState":[]},"ViewTaxRateList":{"PersistUI":[]},"ViewTaxRate":{"PersistUI":[]},"EditTaxRate":{"PersistUI":[]},"UpdateTaxRate":{"PersistUI":[]},"LoadTaxRateSuccess":{"StopLoading":[],"PersistData":[]},"LoadTaxRatesSuccess":{"StopLoading":[]},"SaveTaxRateRequest":{"StartSaving":[]},"SaveTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTaxRateSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTaxRateRequest":{"StartSaving":[]},"ArchiveTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTaxRateRequest":{"StartSaving":[]},"DeleteTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTaxRateRequest":{"StartSaving":[]},"RestoreTaxRatesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTaxRates":{"PersistUI":[]},"SortTaxRates":{"PersistUI":[],"PersistPrefs":[]},"FilterTaxRatesByState":{"PersistUI":[]},"LoadTaxRateRequest":{"StartLoading":[]},"LoadTaxRateFailure":{"StopLoading":[]},"LoadTaxRatesRequest":{"StartLoading":[]},"LoadTaxRatesFailure":{"StopLoading":[]},"SaveTaxRateFailure":{"StopSaving":[]},"ArchiveTaxRateFailure":{"StopSaving":[]},"DeleteTaxRateFailure":{"StopSaving":[]},"RestoreTaxRateFailure":{"StopSaving":[]},"_$TaxRateStateSerializer":{"StructuredSerializer":["TaxRateState"],"Serializer":["TaxRateState"]},"_$TaxRateUIStateSerializer":{"StructuredSerializer":["TaxRateUIState"],"Serializer":["TaxRateUIState"]},"_$TaxRateState":{"TaxRateState":[]},"_$TaxRateUIState":{"TaxRateUIState":[]},"ViewTokenList":{"PersistUI":[]},"ViewToken":{"PersistUI":[],"PersistPrefs":[]},"EditToken":{"PersistUI":[],"PersistPrefs":[]},"UpdateToken":{"PersistUI":[]},"LoadTokenSuccess":{"StopLoading":[],"PersistData":[]},"LoadTokensFailure":{"StopLoading":[]},"LoadTokensSuccess":{"StopLoading":[]},"SaveTokenRequest":{"StartSaving":[]},"SaveTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddTokenSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveTokensRequest":{"StartSaving":[]},"ArchiveTokensSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTokensRequest":{"StartSaving":[]},"DeleteTokensSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTokensRequest":{"StartSaving":[]},"RestoreTokensSuccess":{"StopSaving":[],"PersistData":[]},"FilterTokens":{"PersistUI":[]},"SortTokens":{"PersistUI":[],"PersistPrefs":[]},"FilterTokensByState":{"PersistUI":[]},"FilterTokensByCustom1":{"PersistUI":[]},"FilterTokensByCustom2":{"PersistUI":[]},"FilterTokensByCustom3":{"PersistUI":[]},"FilterTokensByCustom4":{"PersistUI":[]},"LoadTokenRequest":{"StartLoading":[]},"LoadTokenFailure":{"StopLoading":[]},"LoadTokensRequest":{"StartLoading":[]},"SaveTokenFailure":{"StopSaving":[]},"ArchiveTokensFailure":{"StopSaving":[]},"DeleteTokensFailure":{"StopSaving":[]},"RestoreTokensFailure":{"StopSaving":[]},"_$TokenStateSerializer":{"StructuredSerializer":["TokenState"],"Serializer":["TokenState"]},"_$TokenUIStateSerializer":{"StructuredSerializer":["TokenUIState"],"Serializer":["TokenUIState"]},"_$TokenState":{"TokenState":[]},"_$TokenUIState":{"TokenUIState":[]},"ViewTransactionList":{"PersistUI":[]},"ViewTransaction":{"PersistUI":[],"PersistPrefs":[]},"EditTransaction":{"PersistUI":[],"PersistPrefs":[]},"UpdateTransaction":{"PersistUI":[]},"LoadTransactionSuccess":{"StopLoading":[],"PersistData":[]},"LoadTransactionsRequest":{"StartLoading":[]},"LoadTransactionsFailure":{"StopLoading":[]},"LoadTransactionsSuccess":{"StopLoading":[]},"SaveTransactionRequest":{"StartSaving":[]},"SaveTransactionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTransactionSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTransactionsRequest":{"StartSaving":[]},"ArchiveTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTransactionsRequest":{"StartSaving":[]},"DeleteTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTransactionsRequest":{"StartSaving":[]},"RestoreTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionToPaymentRequest":{"StartSaving":[]},"ConvertTransactionToPaymentSuccess":{"StopSaving":[],"PersistData":[]},"LinkTransactionToPaymentRequest":{"StartSaving":[]},"LinkTransactionToPaymentSuccess":{"StopSaving":[],"PersistData":[]},"UnlinkTransactionsRequest":{"StartSaving":[]},"LinkTransactionToExpenseRequest":{"StartSaving":[]},"LinkTransactionToExpenseSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsToExpensesRequest":{"StartSaving":[]},"ConvertTransactionsToExpensesSuccess":{"StopSaving":[],"PersistData":[]},"ConvertTransactionsRequest":{"StartSaving":[]},"ConvertTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"FilterTransactions":{"PersistUI":[]},"SortTransactions":{"PersistUI":[],"PersistPrefs":[]},"FilterTransactionsByState":{"PersistUI":[]},"FilterTransactionsByStatus":{"PersistUI":[]},"FilterTransactionsByCustom1":{"PersistUI":[]},"FilterTransactionsByCustom2":{"PersistUI":[]},"FilterTransactionsByCustom3":{"PersistUI":[]},"FilterTransactionsByCustom4":{"PersistUI":[]},"UpdateTransactionTab":{"PersistUI":[]},"LoadTransactionRequest":{"StartLoading":[]},"LoadTransactionFailure":{"StopLoading":[]},"SaveTransactionFailure":{"StopSaving":[]},"ArchiveTransactionsFailure":{"StopSaving":[]},"DeleteTransactionsFailure":{"StopSaving":[]},"RestoreTransactionsFailure":{"StopSaving":[]},"ConvertTransactionToPaymentFailure":{"StopSaving":[]},"LinkTransactionToPaymentFailure":{"StopSaving":[]},"UnlinkTransactionsSuccess":{"StopSaving":[],"PersistData":[]},"UnlinkTransactionsFailure":{"StopSaving":[]},"LinkTransactionToExpenseFailure":{"StopSaving":[]},"ConvertTransactionsToExpensesFailure":{"StopSaving":[]},"ConvertTransactionsFailure":{"StopSaving":[]},"_$TransactionStateSerializer":{"StructuredSerializer":["TransactionState"],"Serializer":["TransactionState"]},"_$TransactionUIStateSerializer":{"StructuredSerializer":["TransactionUIState"],"Serializer":["TransactionUIState"]},"_$TransactionState":{"TransactionState":[]},"_$TransactionUIState":{"TransactionUIState":[]},"ViewTransactionRuleList":{"PersistUI":[]},"ViewTransactionRule":{"PersistUI":[],"PersistPrefs":[]},"EditTransactionRule":{"PersistUI":[],"PersistPrefs":[]},"UpdateTransactionRule":{"PersistUI":[]},"LoadTransactionRuleSuccess":{"StopLoading":[],"PersistData":[]},"LoadTransactionRulesFailure":{"StopLoading":[]},"LoadTransactionRulesSuccess":{"StopLoading":[]},"SaveTransactionRuleRequest":{"StartSaving":[]},"SaveTransactionRuleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddTransactionRuleSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveTransactionRulesRequest":{"StartSaving":[]},"ArchiveTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"DeleteTransactionRulesRequest":{"StartSaving":[]},"DeleteTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"RestoreTransactionRulesRequest":{"StartSaving":[]},"RestoreTransactionRulesSuccess":{"StopSaving":[],"PersistData":[]},"FilterTransactionRules":{"PersistUI":[]},"SortTransactionRules":{"PersistUI":[],"PersistPrefs":[]},"FilterTransactionRulesByState":{"PersistUI":[]},"FilterTransactionRulesByCustom1":{"PersistUI":[]},"FilterTransactionRulesByCustom2":{"PersistUI":[]},"FilterTransactionRulesByCustom3":{"PersistUI":[]},"FilterTransactionRulesByCustom4":{"PersistUI":[]},"UpdateTransactionRuleTab":{"PersistUI":[]},"LoadTransactionRuleRequest":{"StartLoading":[]},"LoadTransactionRuleFailure":{"StopLoading":[]},"LoadTransactionRulesRequest":{"StartLoading":[]},"SaveTransactionRuleFailure":{"StopSaving":[]},"ArchiveTransactionRulesFailure":{"StopSaving":[]},"DeleteTransactionRulesFailure":{"StopSaving":[]},"RestoreTransactionRulesFailure":{"StopSaving":[]},"_$TransactionRuleStateSerializer":{"StructuredSerializer":["TransactionRuleState"],"Serializer":["TransactionRuleState"]},"_$TransactionRuleUIStateSerializer":{"StructuredSerializer":["TransactionRuleUIState"],"Serializer":["TransactionRuleUIState"]},"_$TransactionRuleState":{"TransactionRuleState":[]},"_$TransactionRuleUIState":{"TransactionRuleUIState":[]},"_$ListUIStateSerializer":{"StructuredSerializer":["ListUIState"],"Serializer":["ListUIState"]},"_$ListUIState":{"ListUIState":[]},"_$PrefStateSerializer":{"StructuredSerializer":["PrefState"],"Serializer":["PrefState"]},"_$PrefStateSortFieldSerializer":{"StructuredSerializer":["PrefStateSortField"],"Serializer":["PrefStateSortField"]},"_$CompanyPrefStateSerializer":{"StructuredSerializer":["CompanyPrefState"],"Serializer":["CompanyPrefState"]},"_$AppLayoutSerializer":{"PrimitiveSerializer":["AppLayout"],"Serializer":["AppLayout"]},"_$ModuleLayoutSerializer":{"PrimitiveSerializer":["ModuleLayout"],"Serializer":["ModuleLayout"]},"_$AppSidebarModeSerializer":{"PrimitiveSerializer":["AppSidebarMode"],"Serializer":["AppSidebarMode"]},"_$HistoryRecordSerializer":{"StructuredSerializer":["HistoryRecord"],"Serializer":["HistoryRecord"]},"_$PrefState":{"PrefState":[]},"_$PrefStateSortField":{"PrefStateSortField":[]},"_$CompanyPrefState":{"CompanyPrefState":[]},"_$HistoryRecord":{"HistoryRecord":[]},"_$UIStateSerializer":{"StructuredSerializer":["UIState"],"Serializer":["UIState"]},"_$UIState":{"UIState":[]},"ViewUserList":{"PersistUI":[]},"ViewUser":{"PersistUI":[],"PersistPrefs":[]},"EditUser":{"PersistUI":[],"PersistPrefs":[]},"UpdateUser":{"PersistUI":[]},"LoadUserSuccess":{"StopLoading":[],"PersistData":[]},"LoadUsersSuccess":{"StopLoading":[]},"SaveUserRequest":{"StartSaving":[]},"SaveUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"AddUserSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[],"UserVerifiedPassword":[]},"ArchiveUserRequest":{"StartSaving":[]},"ArchiveUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"DeleteUserRequest":{"StartSaving":[]},"DeleteUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RestoreUserRequest":{"StartSaving":[]},"RestoreUserSuccess":{"StopSaving":[],"PersistData":[],"UserVerifiedPassword":[]},"RemoveUserRequest":{"StartSaving":[]},"RemoveUserSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteRequest":{"StartSaving":[]},"SortUsers":{"PersistUI":[],"PersistPrefs":[]},"FilterUsersByState":{"PersistUI":[]},"FilterUsersByCustom1":{"PersistUI":[]},"FilterUsersByCustom2":{"PersistUI":[]},"FilterUsersByCustom3":{"PersistUI":[]},"FilterUsersByCustom4":{"PersistUI":[]},"LoadUserRequest":{"StartLoading":[]},"LoadUserFailure":{"StopLoading":[]},"LoadUsersRequest":{"StartLoading":[]},"LoadUsersFailure":{"StopLoading":[]},"SaveUserFailure":{"StopSaving":[]},"ArchiveUserFailure":{"StopSaving":[]},"DeleteUserFailure":{"StopSaving":[]},"RestoreUserFailure":{"StopSaving":[]},"RemoveUserFailure":{"StopSaving":[]},"ResendInviteSuccess":{"StopSaving":[],"PersistData":[]},"ResendInviteFailure":{"StopSaving":[]},"_$UserStateSerializer":{"StructuredSerializer":["UserState"],"Serializer":["UserState"]},"_$UserUIStateSerializer":{"StructuredSerializer":["UserUIState"],"Serializer":["UserUIState"]},"_$UserState":{"UserState":[]},"_$UserUIState":{"UserUIState":[]},"ViewVendorList":{"PersistUI":[]},"ViewVendor":{"PersistUI":[],"PersistPrefs":[]},"EditVendor":{"PersistUI":[],"PersistPrefs":[]},"UpdateVendor":{"PersistUI":[]},"LoadVendorSuccess":{"StopLoading":[],"PersistData":[]},"LoadVendorsRequest":{"StartLoading":[]},"LoadVendorsFailure":{"StopLoading":[]},"LoadVendorsSuccess":{"StopLoading":[]},"SaveVendorRequest":{"StartSaving":[]},"SaveVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddVendorSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveVendorRequest":{"StartSaving":[]},"ArchiveVendorSuccess":{"StopSaving":[],"PersistData":[]},"DeleteVendorRequest":{"StartSaving":[]},"DeleteVendorSuccess":{"StopSaving":[],"PersistData":[]},"RestoreVendorRequest":{"StartSaving":[]},"RestoreVendorSuccess":{"StopSaving":[],"PersistData":[]},"EditVendorContact":{"PersistUI":[]},"AddVendorContact":{"PersistUI":[]},"UpdateVendorContact":{"PersistUI":[]},"DeleteVendorContact":{"PersistUI":[]},"FilterVendors":{"PersistUI":[]},"SortVendors":{"PersistUI":[],"PersistPrefs":[]},"FilterVendorsByState":{"PersistUI":[]},"FilterVendorsByCustom1":{"PersistUI":[]},"FilterVendorsByCustom2":{"PersistUI":[]},"FilterVendorsByCustom3":{"PersistUI":[]},"FilterVendorsByCustom4":{"PersistUI":[]},"SaveVendorDocumentRequest":{"StartSaving":[]},"UpdateVendorTab":{"PersistUI":[]},"LoadVendorRequest":{"StartLoading":[]},"LoadVendorFailure":{"StopLoading":[]},"SaveVendorFailure":{"StopSaving":[]},"ArchiveVendorFailure":{"StopSaving":[]},"DeleteVendorFailure":{"StopSaving":[]},"RestoreVendorFailure":{"StopSaving":[]},"SaveVendorDocumentFailure":{"StopSaving":[]},"_$VendorStateSerializer":{"StructuredSerializer":["VendorState"],"Serializer":["VendorState"]},"_$VendorUIStateSerializer":{"StructuredSerializer":["VendorUIState"],"Serializer":["VendorUIState"]},"_$VendorState":{"VendorState":[]},"_$VendorUIState":{"VendorUIState":[]},"ViewWebhookList":{"PersistUI":[]},"ViewWebhook":{"PersistUI":[],"PersistPrefs":[]},"EditWebhook":{"PersistUI":[],"PersistPrefs":[]},"UpdateWebhook":{"PersistUI":[]},"LoadWebhookSuccess":{"StopLoading":[],"PersistData":[]},"LoadWebhooksFailure":{"StopLoading":[]},"LoadWebhooksSuccess":{"StopLoading":[]},"SaveWebhookRequest":{"StartSaving":[]},"SaveWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"AddWebhookSuccess":{"StopSaving":[],"PersistData":[],"PersistUI":[]},"ArchiveWebhooksRequest":{"StartSaving":[]},"ArchiveWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"DeleteWebhooksRequest":{"StartSaving":[]},"DeleteWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"RestoreWebhooksRequest":{"StartSaving":[]},"RestoreWebhooksSuccess":{"StopSaving":[],"PersistData":[]},"FilterWebhooks":{"PersistUI":[]},"SortWebhooks":{"PersistUI":[],"PersistPrefs":[]},"FilterWebhooksByState":{"PersistUI":[]},"FilterWebhooksByCustom1":{"PersistUI":[]},"FilterWebhooksByCustom2":{"PersistUI":[]},"FilterWebhooksByCustom3":{"PersistUI":[]},"FilterWebhooksByCustom4":{"PersistUI":[]},"LoadWebhookRequest":{"StartLoading":[]},"LoadWebhookFailure":{"StopLoading":[]},"LoadWebhooksRequest":{"StartLoading":[]},"SaveWebhookFailure":{"StopSaving":[]},"ArchiveWebhooksFailure":{"StopSaving":[]},"DeleteWebhooksFailure":{"StopSaving":[]},"RestoreWebhooksFailure":{"StopSaving":[]},"_$WebhookStateSerializer":{"StructuredSerializer":["WebhookState"],"Serializer":["WebhookState"]},"_$WebhookUIStateSerializer":{"StructuredSerializer":["WebhookUIState"],"Serializer":["WebhookUIState"]},"_$WebhookState":{"WebhookState":[]},"_$WebhookUIState":{"WebhookUIState":[]},"FieldGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewActionMenuButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBorder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBottomBar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFieldSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AppBottomBarState":{"State":["AppBottomBar"]},"AppBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppBuilderState":{"State":["AppBuilder"]},"AppHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebWebView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AutobillDropdownMenuItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BlankScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTextButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BottomButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChangeLayoutBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ChangeLayoutBannerState":{"State":["ChangeLayoutBanner"]},"ConfirmEmail":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ConfirmEmailBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CopyToClipboard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashedRect":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashRectPainter":{"Listenable":[]},"DesktopSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesktopSessionTimeoutState":{"State":["DesktopSessionTimeout"]},"MessageDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ErrorDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HealthCheckDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HealthCheckDialogState":{"State":["HealthCheckDialog"]},"_HealthListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoadingDialog":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MultiSelectListState":{"State":["MultiSelectList"]},"DismissibleEntity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentGrid":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentGridState":{"State":["DocumentGrid"]},"DocumentPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityActionListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntitiesListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListTileState":{"State":["EntityListTile"]},"_EntitiesListTileState":{"State":["EntitiesListTile"]},"EntityStatusChip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityDropdownDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityAutocompleteListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityDropdownState":{"State":["EntityDropdown"]},"_EntityDropdownDialogState":{"State":["EntityDropdownDialog"]},"_AutocompleteEntity":{"SelectableEntity":[]},"EntityHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityStateLabel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityTopFilterHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormCard":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabForm":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppTabBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppToggleButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoolDropdownButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FormColorPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FormColorPickerState":{"State":["FormColorPicker"]},"CustomField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldState":{"State":["CustomField"]},"CustomSurcharges":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DatePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DatePickerState":{"State":["DatePicker"]},"DecoratedFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DecoratedFormFieldState":{"State":["DecoratedFormField"]},"DesignPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DiscountField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DurationPicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DurationPickerState":{"State":["DurationPicker"]},"DynamicSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GrowableFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GrowableFormFieldState":{"State":["GrowableFormField"]},"LearnMoreUrl":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"NotificationSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NotificationSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordFormFieldState":{"State":["PasswordFormField"]},"ProjectPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SaveCancelButtons":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TimePickerState":{"State":["TimePicker"]},"UserPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorPicker":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenMeta":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HelpText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryDrawer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HistoryListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_HistoryListTileState":{"State":["HistoryListTile"]},"HistoryDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IconText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEmailViewState":{"State":["InvoiceEmailView"]},"InvoiceItemListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateDropdown":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateDropdownState":{"State":["TaxRateDropdown"]},"TaxRateField":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LinkTextRelatedEntity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LinkTextRelatedEntityState":{"State":["LinkTextRelatedEntity"]},"LinkTextSpan":{"TextSpan":[],"InlineSpan":[],"DiagnosticableTree":[],"MouseTrackerAnnotation":[],"HitTestTarget":[]},"ListFilter":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ListFilterState":{"State":["ListFilter"]},"ListScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ActivityListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListDivider":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ListFilterMessage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FilterListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SelectedIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LiveText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LiveTextState":{"State":["LiveText"]},"LoadingIndicator":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MainScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreens":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"MenuDrawer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DrawerTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactUsDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MenuDrawerState":{"State":["MenuDrawer"]},"_DrawerTileState":{"State":["DrawerTile"]},"SidebarFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarFooterCollapsed":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactUsDialogState":{"State":["ContactUsDialog"]},"MenuDrawerBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectRow":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DropDownMultiSelect":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DropDownMultiSelectState":{"State":["DropDownMultiSelect"]},"AppPinput":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PortalLinks":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TableTooltip":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CachedImage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ResponsivePadding":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReviewApp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReviewAppState":{"State":["ReviewApp"]},"ScrollableListView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollableListViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollableListViewState":{"State":["ScrollableListView"]},"_ScrollableListViewBuilderState":{"State":["ScrollableListViewBuilder"]},"SearchText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountSmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserSmsVerification":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountSmsVerificationState":{"State":["AccountSmsVerification"]},"_UserSmsVerificationState":{"State":["UserSmsVerification"]},"SystemLogViewer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SystemLogViewerState":{"State":["SystemLogViewer"]},"AppPaginatedDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AppPaginatedDataTableState":{"State":["AppPaginatedDataTable"]},"EntityDataTableSource":{"Listenable":[]},"EntityList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EntityListState":{"State":["EntityList"]},"UpgradeDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UpgradeDialogState":{"State":["UpgradeDialog"]},"VariablesHelp":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VariablesHelpState":{"State":["VariablesHelp"]},"_VariableGrid":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ViewScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebSessionTimeout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSessionTimeoutState":{"State":["WebSessionTimeout"]},"WebSocketRefresh":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebSocketRefreshState":{"State":["WebSocketRefresh"]},"WindowManager":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WindowManagerState":{"State":["WindowManager"]},"InitScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LockScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LoginState":{"State":["LoginView"]},"RuledText":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LoginScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BankAccountEditState":{"State":["BankAccountEdit"]},"BankAccountEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BankAccountView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_BankAccountViewState":{"State":["BankAccountView"]},"BankAccountViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPdfViewState":{"State":["ClientPdfView"]},"ClientPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditState":{"State":["ClientEdit"]},"ClientEditBillingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditBillingAddressState":{"State":["ClientEditBillingAddress"]},"ClientEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile0":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientEditContactsState":{"State":["ClientEditContacts"]},"ContactEditDetailsState":{"State":["ContactEditDetails"]},"ClientEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditDetailsState":{"State":["ClientEditDetails"]},"ClientEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditNotesState":{"State":["ClientEditNotes"]},"ClientEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditSettingsState":{"State":["ClientEditSettings"]},"ClientEditShippingAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientEditShippingAddressState":{"State":["ClientEditShippingAddress"]},"ClientEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewState":{"State":["ClientView"]},"ClientViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewActivityState":{"State":["ClientViewActivity"]},"ClientViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewDetailsState":{"State":["ClientViewDetails"]},"ClientViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewFullwidthState":{"State":["ClientViewFullwidth"]},"ClientViewLedger":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewLedgerState":{"State":["ClientViewLedger"]},"ClientOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewPaymentMethods":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientViewSystemLogs":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientViewSystemLogsState":{"State":["ClientViewSystemLogs"]},"ClientViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayListState":{"State":["CompanyGatewayList"]},"CompanyGatewayListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"GatewayConfigField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"LimitEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FeesEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayEditState":{"State":["CompanyGatewayEdit"]},"GatewayConfigSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GatewayConfigFieldState":{"State":["GatewayConfigField"]},"_LimitEditorState":{"State":["LimitEditor"]},"_FeesEditorState":{"State":["FeesEditor"]},"CompanyGatewayEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyGatewayView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewaySystemLog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyGatewayViewState":{"State":["CompanyGatewayView"]},"_CompanyGatewayOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__CompanyGatewaySystemLogState":{"State":["_CompanyGatewaySystemLog"]},"CompanyGatewayViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditEditState":{"State":["CreditEdit"]},"CreditEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardActivity":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardChart":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardChartState":{"State":["DashboardChart"]},"DashboardDateRangePicker":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardDateRangePickerState":{"State":["DashboardDateRangePicker"]},"_DashboardPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverviewPanel":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardPanels":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__DashboardPanelState":{"State":["_DashboardPanel"]},"__OverviewPanelState":{"State":["_OverviewPanel"]},"__DashboardSettingsState":{"State":["_DashboardSettings"]},"_DashboardFieldState":{"State":["_DashboardField"]},"DashboardScreen":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardScreenState":{"State":["DashboardScreen"]},"_CustomTabBarView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SidebarScaffold":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSidbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DashboardSidebar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DashboardSystemLogs":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfDesignPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabIntent":{"Intent":[]},"_DesignImportDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignEditState":{"State":["DesignEdit"]},"DesignSection":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignSettingsState":{"State":["DesignSettings"]},"_PdfDesignPreviewState":{"State":["PdfDesignPreview"]},"HtmlDesignPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InsertTabAction":{"Action":["Intent"],"Action.T":"Intent"},"__DesignImportDialogState":{"State":["_DesignImportDialog"]},"DesignEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DesignView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DesignViewState":{"State":["DesignView"]},"DesignViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentEdit0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentEditState":{"State":["DocumentEdit0"]},"DocumentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentViewState":{"State":["DocumentView"]},"DocumentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseEditState":{"State":["ExpenseEdit"]},"ExpenseEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditDetailsState":{"State":["ExpenseEditDetails"]},"ExpenseEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditNotesState":{"State":["ExpenseEditNotes"]},"ExpenseEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseEditSettingsState":{"State":["ExpenseEditSettings"]},"ExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewState":{"State":["ExpenseView"]},"ExpenseViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseViewScheduleState":{"State":["ExpenseViewSchedule"]},"ExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryEditState":{"State":["ExpenseCategoryEdit"]},"ExpenseCategoryEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseCategoryView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseCategoryViewState":{"State":["ExpenseCategoryView"]},"ExpenseCategoryViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupEditState":{"State":["GroupEdit"]},"GroupEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GroupViewState":{"State":["GroupView"]},"SettingsViewer":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GroupViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditState":{"State":["InvoiceEdit"]},"InvoiceEditContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ContactListTileState":{"State":["_ContactListTile"]},"InvoiceEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDesktopState":{"State":["InvoiceEditDesktop"]},"__PdfPreviewState":{"State":["_PdfPreview0"]},"InvoiceEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditDetailsState":{"State":["InvoiceEditDetails"]},"InvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItems":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ItemEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsState":{"State":["InvoiceEditItems"]},"ItemEditDetailsState":{"State":["ItemEditDetails"]},"InvoiceEditItemsDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceEditItemsDesktopState":{"State":["InvoiceEditItemsDesktop"]},"TableHeader":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditNotesState":{"State":["InvoiceEditNotes"]},"InvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDF":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditPDFState":{"State":["InvoiceEditPDF"]},"InvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceItemSelector":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceItemSelectorState":{"State":["InvoiceItemSelector"]},"InvoiceTaxDetails":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoicePdfView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoicePdfViewState":{"State":["InvoicePdfView"]},"InvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewState":{"State":["InvoiceView"]},"InvoiceViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewActivityState":{"State":["InvoiceViewActivity"]},"_InvitationListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewContacts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewHistory":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewHistoryState":{"State":["InvoiceViewHistory"]},"InvoiceOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceViewSchedule":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceViewScheduleState":{"State":["InvoiceViewSchedule"]},"InvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentEditState":{"State":["PaymentEdit"]},"_PaymentableEditorState":{"State":["PaymentableEditor"]},"PaymentEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentRefund":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentableEditor0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentRefundState":{"State":["PaymentRefund"]},"_PaymentableEditorState0":{"State":["PaymentableEditor0"]},"PaymentRefundScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentViewState":{"State":["PaymentView"]},"PaymentViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermEditState":{"State":["PaymentTermEdit"]},"PaymentTermEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentTermView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentTermViewState":{"State":["PaymentTermView"]},"PaymentTermViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductEditState":{"State":["ProductEdit"]},"ProductEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductViewState":{"State":["ProductView"]},"ProductViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductOverviewState":{"State":["ProductOverview"]},"ProductViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectEditState":{"State":["ProjectEdit"]},"ProjectEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectViewState":{"State":["ProjectView"]},"ProjectViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProjectOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProjectOverviewState":{"State":["ProjectOverview"]},"ProjectViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PurchaseOrderEditState":{"State":["PurchaseOrderEdit"]},"PurchaseOrderEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderPdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PurchaseOrderViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QuoteEditState":{"State":["QuoteEdit"]},"QuoteEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteEmailScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuotePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QuoteViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringExpenseViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RecurringInvoiceEditState":{"State":["RecurringInvoiceEdit"]},"RecurringInvoiceEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditItemsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditNotesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditPDFScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoicePdfScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"RecurringInvoiceViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportCharts":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ReportDataTableState":{"State":["ReportDataTable"]},"TotalsDataTable":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReportDataTableSource":{"Listenable":[]},"ReportStringValue":{"ReportElement":[]},"ReportEntityTypeValue":{"ReportElement":[]},"ReportAgeValue":{"ReportElement":[]},"ReportDurationValue":{"ReportElement":[]},"ReportIntValue":{"ReportElement":[]},"ReportNumberValue":{"ReportElement":[]},"ReportBoolValue":{"ReportElement":[]},"ReportsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScheduleEditState":{"State":["ScheduleEdit"]},"ScheduleEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScheduleView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScheduleViewState":{"State":["ScheduleView"]},"ScheduleViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagement":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AccountManagementState":{"State":["AccountManagement"]},"_AccountOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AccountManagementScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ClientPortal":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ClientPortalState":{"State":["ClientPortal"]},"ClientPortalScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CompanyDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CompanyDetailsState":{"State":["CompanyDetails"]},"CompanyDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CreditCardsAndBanks":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CreditCardsAndBanksState":{"State":["CreditCardsAndBanks"]},"CreditCardsAndBanksScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFields":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"CustomFormField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFieldsState":{"State":["CustomFields"]},"CustomFieldsSettings":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CustomFormFieldState":{"State":["CustomFormField"]},"CustomFieldsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DataVisualizations":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DataVisualizationsState":{"State":["DataVisualizations"]},"DataVisualizationsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"DeviceSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DeviceSettingsState":{"State":["DeviceSettings"]},"DeviceSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"EmailSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmailSettingsState":{"State":["EmailSettings"]},"EmailSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ExpenseSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExpenseSettingsState":{"State":["ExpenseSettings"]},"ExpenseSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbers":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EntityNumberSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_GeneratedNumbersState":{"State":["GeneratedNumbers"]},"_EntityNumberSettingsState":{"State":["EntityNumberSettings"]},"HelpPanel":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"GeneratedNumbersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileImport":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_FileMapper":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImportExportState":{"State":["ImportExport"]},"_FileImportState":{"State":["_FileImport"]},"__FileMapperState":{"State":["_FileMapper"]},"_FieldMapper":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImportExportScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"InvoiceDesign":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InvoiceDesignState":{"State":["InvoiceDesign"]},"_PdfPreviewState":{"State":["_PdfPreview"]},"InvoiceDesignScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"LocalizationSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AddCompanyDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_LocalizationSettingsState":{"State":["LocalizationSettings"]},"_AddCompanyDialogState":{"State":["_AddCompanyDialog"]},"LocalizationScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PaymentSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PaymentSettingsState":{"State":["PaymentSettings"]},"PaymentsSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ProductSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ProductSettingsState":{"State":["ProductSettings"]},"ProductSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListTile":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsListState":{"State":["SettingsList"]},"_SettingsListTileState":{"State":["SettingsListTile"]},"SettingsSearch":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SettingsWizard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SettingsWizardState":{"State":["SettingsWizard"]},"TaskSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskSettingsState":{"State":["TaskSettings"]},"TaskSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditSubregionDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxSettingsState":{"State":["TaxSettings"]},"NumberOfRatesSelector":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"__EditSubregionDialogState":{"State":["_EditSubregionDialog"]},"TaxSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndReminders":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ReminderSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TemplatesAndRemindersState":{"State":["TemplatesAndReminders"]},"_ReminderSettingsState":{"State":["ReminderSettings"]},"EmailPreview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TemplatesAndRemindersScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EnableTwoFactor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserDetailsState":{"State":["UserDetails"]},"_EnableTwoFactorState":{"State":["_EnableTwoFactor"]},"UserDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WorkflowSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WorkflowSettingsState":{"State":["WorkflowSettings"]},"WorkflowSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionEditState":{"State":["SubscriptionEdit"]},"SubscriptionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SubscriptionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SubscriptionViewState":{"State":["SubscriptionView"]},"SubscriptionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UpdateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UpdateDialogState":{"State":["UpdateDialog"]},"TaskEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditState":{"State":["TaskEdit"]},"_BottomBar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditDesktop":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDesktopState":{"State":["TaskEditDesktop"]},"TaskEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditDetailsState":{"State":["TaskEditDetails"]},"TaskEditDetailsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditTimes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TimeEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskEditTimesState":{"State":["TaskEditTimes"]},"TimeEditDetailsState":{"State":["TimeEditDetails"]},"TaskEditTimesScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanTaskCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanTaskCardState":{"State":["KanbanTaskCard"]},"KanbanStatusCard":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanStatusCardState":{"State":["KanbanStatusCard"]},"KanbanView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"KanbanViewState":{"State":["KanbanView"]},"KanbanViewBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KanbanViewBuilderState":{"State":["KanbanViewBuilder"]},"TaskListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskTimeListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskViewState":{"State":["TaskView"]},"TaskViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskOverview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskOverviewState":{"State":["TaskOverview"]},"TaskViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusEditState":{"State":["TaskStatusEdit"]},"TaskStatusEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusList":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusListState":{"State":["TaskStatusList"]},"TaskStatusListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaskStatusView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaskStatusViewState":{"State":["TaskStatusView"]},"TaskStatusViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateEditState":{"State":["TaxRateEdit"]},"TaxRateEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateSettingsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TaxRateView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TaxRateViewState":{"State":["TaxRateView"]},"TaxRateViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenEditState":{"State":["TokenEdit"]},"TokenEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TokenViewState":{"State":["TokenView"]},"_TokenListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TokenViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionEditState":{"State":["TransactionEdit"]},"TransactionEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MatchDeposits":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MatchWithdrawals":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionViewState":{"State":["TransactionView"]},"_MatchDepositsState":{"State":["_MatchDeposits"]},"_MatchWithdrawalsState":{"State":["_MatchWithdrawals"]},"TransactionViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RuleCriteria":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionRuleEditState":{"State":["TransactionRuleEdit"]},"__RuleCriteriaState":{"State":["_RuleCriteria"]},"TransactionRuleEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TransactionRuleView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TransactionRuleViewState":{"State":["TransactionRuleView"]},"TransactionRuleViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_UserEditState":{"State":["UserEdit"]},"_PermissionCheckbox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UserViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditState":{"State":["VendorEdit"]},"VendorEditAddress":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditAddressState":{"State":["VendorEditAddress"]},"VendorEditContacts":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContactListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorContactEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorEditContactsState":{"State":["VendorEditContacts"]},"VendorContactEditDetailsState":{"State":["VendorContactEditDetails"]},"VendorEditContactsScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDesktop":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditDetailsState":{"State":["VendorEditDetails"]},"VendorEditFooter":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotes":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditNotesState":{"State":["VendorEditNotes"]},"VendorEditSettings":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorEditSettingsState":{"State":["VendorEditSettings"]},"VendorEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewState":{"State":["VendorView"]},"VendorViewActivity":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewActivityState":{"State":["VendorViewActivity"]},"VendorViewDetails":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewDetailsState":{"State":["VendorViewDetails"]},"VendorViewDocuments":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewFullwidth":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_VendorViewFullwidthState":{"State":["VendorViewFullwidth"]},"VendorOverview":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"VendorViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookEdit":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookEditState":{"State":["WebhookEdit"]},"WebhookEditScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebhookViewState":{"State":["WebhookView"]},"TargetListTile":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookViewScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookListBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreen":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"WebhookScreenBuilder":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasswordConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FieldConfirmation":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RunTemplateDialog":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PasswordConfirmationState":{"State":["PasswordConfirmation"]},"_FieldConfirmationState":{"State":["FieldConfirmation"]},"_RunTemplateDialogState":{"State":["RunTemplateDialog"]},"AppLocalizationsDelegate":{"LocalizationsDelegate":["AppLocalization"],"LocalizationsDelegate.T":"AppLocalization"},"_EmptyParagraphSyntax":{"BlockSyntax":[]},"ExampleEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ExampleEditorState":{"State":["ExampleEditor"]},"EditorToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageFormatToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorToolbarState":{"State":["EditorToolbar"]},"_ImageFormatToolbarState":{"State":["ImageFormatToolbar"]},"_PositionedToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleLineAttributedTextEditingController":{"Listenable":[]},"LinkableElement":{"LinkifyElement":[]},"TextElement0":{"LinkifyElement":[]},"EmailLinkifier":{"Linkifier":[]},"EmailElement":{"LinkifyElement":[]},"UrlLinkifier":{"Linkifier":[]},"UrlElement":{"LinkifyElement":[]},"AndroidAuthMessages":{"AuthMessages":[]},"IOSAuthMessages":{"AuthMessages":[]},"WindowsAuthMessages":{"AuthMessages":[]},"Level":{"Comparable":["Level"]},"Element1":{"Node2":[]},"Text1":{"Node2":[]},"UnparsedContent":{"Node2":[]},"EmptyBlockSyntax":{"BlockSyntax":[]},"SetextHeaderSyntax":{"BlockSyntax":[]},"HeaderSyntax":{"BlockSyntax":[]},"BlockquoteSyntax":{"BlockSyntax":[]},"CodeBlockSyntax":{"BlockSyntax":[]},"FencedCodeBlockSyntax":{"BlockSyntax":[]},"HorizontalRuleSyntax":{"BlockSyntax":[]},"BlockHtmlSyntax":{"BlockSyntax":[]},"BlockTagBlockHtmlSyntax":{"BlockSyntax":[]},"OtherTagBlockHtmlSyntax":{"BlockSyntax":[]},"LongBlockHtmlSyntax":{"BlockSyntax":[]},"ListSyntax":{"BlockSyntax":[]},"UnorderedListSyntax":{"BlockSyntax":[]},"OrderedListSyntax":{"BlockSyntax":[]},"ParagraphSyntax":{"BlockSyntax":[]},"LineBreakSyntax":{"InlineSyntax":[]},"TextSyntax":{"InlineSyntax":[]},"EscapeSyntax":{"InlineSyntax":[]},"InlineHtmlSyntax":{"InlineSyntax":[]},"EmailAutolinkSyntax":{"InlineSyntax":[]},"AutolinkSyntax":{"InlineSyntax":[]},"SimpleDelimiter":{"Delimiter":[]},"DelimiterRun":{"Delimiter":[]},"TagSyntax":{"InlineSyntax":[]},"LinkSyntax":{"InlineSyntax":[]},"ImageSyntax":{"InlineSyntax":[]},"CodeSyntax":{"InlineSyntax":[]},"_MdiIconData":{"IconData":[]},"MsalJsException":{"Exception":[]},"AuthException":{"Exception":[]},"ClientAuthException":{"Exception":[]},"ClientConfigurationException":{"Exception":[]},"InteractionRequiredAuthException":{"Exception":[]},"ServerException":{"Exception":[]},"BrowserAuthException":{"Exception":[]},"BrowserConfigurationAuthException":{"Exception":[]},"OverflowViewParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"RenderOverflowView":{"RenderBoxContainerDefaultsMixin":["RenderBox","OverflowViewParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","OverflowViewParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.1":"OverflowViewParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"OverflowView":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_OverflowViewElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"CupertinoPopoverMenu":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderPopover":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"CupertinoPopoverToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IosPagerParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"_CupertinoPopoverToolbarState":{"State":["CupertinoPopoverToolbar"]},"_MenuPageController":{"Listenable":[]},"_IosToolbarMenuContent":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderIosPagedMenu":{"RenderBoxContainerDefaultsMixin":["RenderBox","_IosPagerParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_IosPagerParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_IosPagerParentData","RenderBoxContainerDefaultsMixin.1":"_IosPagerParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"PathException":{"Exception":[]},"MissingPlatformDirectoryException":{"Exception":[]},"PinchZoom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinchZoomState":{"State":["PinchZoom"]},"Pinput":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinItem":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputAnimatedCursor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputState":{"State":["Pinput"],"WidgetsBindingObserver":[],"AutofillClient":[]},"_PinputFormField":{"FormField":["String"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[],"FormField.T":"String"},"_SeparatedRaw":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputCursor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PinputAnimatedCursorState":{"State":["_PinputAnimatedCursor"]},"PointerInterceptor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_WebPdfRaster":{"PdfRaster":[]},"PdfPreviewAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPrintAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfShareAction":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewController":{"InheritedNotifier":["Listenable"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"Listenable"},"PdfPreviewData":{"Listenable":[]},"PdfPreviewCustom":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewCustomState":{"State":["PdfPreviewCustom"]},"PdfPreviewPage":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"PdfPreviewState":{"State":["PdfPreview"]},"QrBitBuffer":{"ListBase":["bool"],"List":["bool"],"EfficientLengthIterable":["bool"],"Iterable":["bool"],"ListBase.E":"bool","Iterable.E":"bool"},"QrByte":{"QrDatum":[]},"InputTooLongException":{"Exception":[]},"QrImageView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_QrImageViewState":{"State":["QrImageView"]},"_QrContentView":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"QrPainter":{"Listenable":[]},"LoggingMiddleware":{"MiddlewareClass":["1"]},"RoundedLoadingButton":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"RoundedLoadingButtonState":{"State":["RoundedLoadingButton"]},"DeferStream":{"Stream":["1"],"Stream.T":"1"},"ValueStreamError":{"Error":[]},"BehaviorSubject":{"Subject":["1"],"EventSink":["1"],"Stream":["1"],"Stream.T":"1"},"_BehaviorSubjectStream":{"Stream":["1"],"Stream.T":"1"},"Subject":{"EventSink":["1"],"Stream":["1"]},"_SubjectStream":{"Stream":["1"],"Stream.T":"1"},"_MultiControllerSink":{"EventSink":["1"]},"NoOpClient":{"Client0":[]},"SentryNavigatorObserver":{"RouteObserver":["PageRoute<@>"],"NavigatorObserver":[],"RouteObserver.R":"PageRoute<@>"},"AppleLogoPainter":{"Listenable":[]},"SignInWithAppleButton":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"UnknownSignInWithAppleException":{"Exception":[]},"SignInWithAppleNotSupportedException":{"Exception":[]},"SignInWithAppleAuthorizationException":{"Exception":[]},"SignInWithAppleCredentialsException":{"Exception":[]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"_FileSpan":{"SourceSpanWithContext":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"Comparable":["SourceSpan"]},"MyStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_InheritedInjected":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Injected":{"ReactiveModel":["1"]},"InjectedImp":{"ReactiveModelImp":["1"],"ReactiveModel":["1"]},"ReactiveModelImp":{"ReactiveModel":["1"]},"OnBuilder":{"MyStatefulWidget":["1"],"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MyStatefulWidgetState":{"ExtendedState":["MyStatefulWidget<1>"],"State":["MyStatefulWidget<1>"]},"IStatefulWidget":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"MyElement":{"StatefulElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ExtendedState":{"State":["1"]},"StringScannerException":{"FormatException":[],"Exception":[]},"DocumentNode":{"Listenable":[]},"NodeInsertedEvent":{"DocumentChange":[]},"NodeRemovedEvent":{"DocumentChange":[]},"NodeChangeEvent":{"DocumentChange":[]},"MutableDocumentComposer":{"Listenable":[],"Editable":[]},"ChangeSelectionCommand":{"EditCommand":[]},"ChangeComposingRegionCommand":{"EditCommand":[]},"ChangeInteractionModeCommand":{"EditCommand":[]},"DocumentComposer":{"Listenable":[]},"ComposerPreferences":{"Listenable":[]},"ClearSelectionRequest":{"EditRequest":[]},"ChangeSelectionRequest":{"EditRequest":[]},"SelectionChangeEvent":{"EditEvent":[]},"ComposingRegionChangeEvent":{"EditEvent":[]},"ChangeComposingRegionRequest":{"EditRequest":[]},"ChangeInteractionModeRequest":{"EditRequest":[]},"DocumentLayoutEditable":{"Editable":[]},"DocumentEdit":{"EditEvent":[]},"MutableDocument":{"Document2":[],"Editable":[]},"LinkAttribution":{"Attribution":[]},"BlockquoteComponentBuilder":{"ComponentBuilder":[]},"BlockquoteComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"BlockquoteComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"BoxComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DeleteUpstreamAtBeginningOfBlockNodeCommand":{"EditCommand":[]},"BlockNode":{"DocumentNode":[],"Listenable":[]},"_BoxComponentState":{"DocumentComponent":["BoxComponent"],"State":["BoxComponent"]},"SelectableBox":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"PasteEditorCommand":{"EditCommand":[]},"DeleteUpstreamCharacterCommand":{"EditCommand":[]},"DeleteDownstreamCharacterCommand":{"EditCommand":[]},"PasteEditorRequest":{"EditRequest":[]},"DeleteUpstreamCharacterRequest":{"EditRequest":[]},"UpdateComposerTextStylesReaction":{"EditReaction":[]},"SuperEditorDebugVisuals":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorFocusDebugVisuals":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeDebugVisuals":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"HeaderConversionReaction":{"EditReaction":[]},"UnorderedListItemConversionReaction":{"EditReaction":[]},"OrderedListItemConversionReaction":{"EditReaction":[]},"BlockquoteConversionReaction":{"EditReaction":[]},"HorizontalRuleConversionReaction":{"EditReaction":[]},"ParagraphPrefixConversionReaction":{"EditReaction":[]},"ImageUrlConversionReaction":{"EditReaction":[]},"LinkifyReaction":{"EditReaction":[]},"CaretDocumentOverlay":{"StatefulWidget":[],"ContentLayerWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CaretDocumentOverlayState":{"State":["CaretDocumentOverlay"]},"EditorSelectionAndFocusPolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EditorSelectionAndFocusPolicyState":{"State":["EditorSelectionAndFocusPolicy"]},"DocumentMouseInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentMouseInteractorState":{"State":["DocumentMouseInteractor"]},"SuperEditorAndroidControlsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorAndroidControlsOverlayManager":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorAndroidToolbarFocalPointDocumentLayerBuilder":{"SuperEditorLayerBuilder":[]},"SuperEditorAndroidHandlesDocumentLayerBuilder":{"SuperEditorLayerBuilder":[]},"_AndroidDocumentTouchInteractorState":{"State":["AndroidDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"SuperEditorAndroidControlsOverlayManagerState":{"State":["SuperEditorAndroidControlsOverlayManager"]},"IosDocumentTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorIosToolbarOverlayManager":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorIosMagnifierOverlayManager":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"EditorFloatingCursor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorIosControlsScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IosDocumentTouchInteractorState":{"State":["IosDocumentTouchInteractor"],"WidgetsBindingObserver":[]},"SuperEditorIosToolbarOverlayManagerState":{"State":["SuperEditorIosToolbarOverlayManager"]},"SuperEditorIosMagnifierOverlayManagerState":{"State":["SuperEditorIosMagnifierOverlayManager"]},"_EditorFloatingCursorState":{"State":["EditorFloatingCursor"]},"SuperEditorHardwareKeyHandler":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperEditorHardwareKeyHandlerState":{"State":["SuperEditorHardwareKeyHandler"]},"DocumentImeInputClient":{"DeltaTextInputClient":[]},"ImeFocusPolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentSelectionOpenAndCloseImePolicy":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ImeFocusPolicyState":{"State":["ImeFocusPolicy"]},"_DocumentSelectionOpenAndCloseImePolicyState":{"State":["DocumentSelectionOpenAndCloseImePolicy"]},"DeltaTextInputClientDecorator":{"DeltaTextInputClient":[]},"SoftwareKeyboardOpener":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SoftwareKeyboardOpenerState":{"State":["SoftwareKeyboardOpener"]},"KeyboardEditingToolbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"KeyboardHeightBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_KeyboardEditingToolbarState":{"State":["KeyboardEditingToolbar"],"WidgetsBindingObserver":[]},"_KeyboardHeightBuilderState":{"State":["KeyboardHeightBuilder"],"WidgetsBindingObserver":[]},"SuperEditorImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorImeInteractorState":{"State":["SuperEditorImeInteractor"]},"DocumentScrollable":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentScrollableState":{"State":["DocumentScrollable"]},"AutoScrollController":{"Listenable":[]},"HorizontalRuleNode":{"DocumentNode":[],"Listenable":[]},"HorizontalRuleComponentBuilder":{"ComponentBuilder":[]},"HorizontalRuleComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"HorizontalRuleComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"ImageNode":{"DocumentNode":[],"Listenable":[]},"ImageComponentBuilder":{"ComponentBuilder":[]},"ImageComponentViewModel":{"SingleColumnLayoutComponentViewModel":[]},"ImageComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SingleColumnDocumentLayout":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PresenterComponentBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_Component":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SingleColumnDocumentLayoutState":{"State":["SingleColumnDocumentLayout"],"DocumentLayout":[]},"_PresenterComponentBuilderState":{"State":["_PresenterComponentBuilder"]},"SingleColumnLayoutComposingRegionStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnLayoutCustomComponentStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnStylesheetStyler":{"SingleColumnLayoutStylePhase":[]},"SingleColumnLayoutSelectionStyler":{"SingleColumnLayoutStylePhase":[]},"UnorderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OrderedListItemComponent":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IndentListItemCommand":{"EditCommand":[]},"UnIndentListItemCommand":{"EditCommand":[]},"ConvertListItemToParagraphCommand":{"EditCommand":[]},"ConvertParagraphToListItemCommand":{"EditCommand":[]},"ChangeListItemTypeCommand":{"EditCommand":[]},"SplitListItemCommand":{"EditCommand":[]},"ListItemNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"ListItemComponentBuilder":{"ComponentBuilder":[]},"ListItemComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"IndentListItemRequest":{"EditRequest":[]},"UnIndentListItemRequest":{"EditRequest":[]},"SplitListItemRequest":{"EditRequest":[]},"SplitListItemIntention":{"EditEvent":[]},"InsertNodeAtIndexCommand":{"EditCommand":[]},"InsertNodeBeforeNodeCommand":{"EditCommand":[]},"InsertNodeAfterNodeCommand":{"EditCommand":[]},"InsertNodeAtCaretCommand":{"EditCommand":[]},"MoveNodeCommand":{"EditCommand":[]},"ReplaceNodeCommand":{"EditCommand":[]},"ReplaceNodeWithEmptyParagraphWithCaretCommand":{"EditCommand":[]},"DeleteContentCommand":{"EditCommand":[]},"DeleteNodeCommand":{"EditCommand":[]},"InsertNodeAtIndexRequest":{"EditRequest":[]},"InsertNodeBeforeNodeRequest":{"EditRequest":[]},"InsertNodeAfterNodeRequest":{"EditRequest":[]},"ReplaceNodeRequest":{"EditRequest":[]},"ReplaceNodeWithEmptyParagraphWithCaretRequest":{"EditRequest":[]},"DeleteContentRequest":{"EditRequest":[]},"DeleteUpstreamAtBeginningOfNodeRequest":{"EditRequest":[]},"DeleteNodeRequest":{"EditRequest":[]},"ParagraphNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"ChangeParagraphBlockTypeCommand":{"EditCommand":[]},"CombineParagraphsCommand":{"EditCommand":[]},"SplitParagraphCommand":{"EditCommand":[]},"DeleteUpstreamAtBeginningOfParagraphCommand":{"EditCommand":[]},"ParagraphComponentBuilder":{"ComponentBuilder":[]},"ParagraphComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"ChangeParagraphBlockTypeRequest":{"EditRequest":[]},"CombineParagraphsRequest":{"EditRequest":[]},"SplitParagraphRequest":{"EditRequest":[]},"Intention":{"EditEvent":[]},"SplitParagraphIntention":{"EditEvent":[]},"SubmitParagraphIntention":{"EditEvent":[]},"SuperEditor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperEditorLaunchLinkTapHandler":{"Listenable":[]},"SuperEditorState":{"State":["SuperEditor"]},"DefaultAndroidEditorToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionLeadersDocumentLayerBuilder":{"SuperEditorLayerBuilder":[]},"DefaultCaretOverlayBuilder":{"SuperEditorLayerBuilder":[]},"TaskComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ChangeTaskCompletionCommand":{"EditCommand":[]},"ConvertParagraphToTaskCommand":{"EditCommand":[]},"ConvertTaskToParagraphCommand":{"EditCommand":[]},"SplitExistingTaskCommand":{"EditCommand":[]},"TaskNode":{"TextNode":[],"DocumentNode":[],"Listenable":[]},"TaskComponentBuilder":{"ComponentBuilder":[]},"TaskComponentViewModel":{"TextComponentViewModel":[],"SingleColumnLayoutComponentViewModel":[]},"_TaskComponentState":{"ProxyDocumentComponent":["TaskComponent"],"DocumentComponent":["TaskComponent"],"State":["TaskComponent"],"ProxyTextComposable":[],"TextComposable":[]},"ChangeTaskCompletionRequest":{"EditRequest":[]},"SplitExistingTaskRequest":{"EditRequest":[]},"SplitTaskIntention":{"EditEvent":[]},"TextNode":{"DocumentNode":[],"Listenable":[]},"TextComponent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AddTextAttributionsCommand":{"EditCommand":[]},"RemoveTextAttributionsCommand":{"EditCommand":[]},"ToggleTextAttributionsCommand":{"EditCommand":[]},"InsertTextCommand":{"EditCommand":[]},"ConvertTextNodeToParagraphCommand":{"EditCommand":[]},"InsertCharacterAtCaretCommand":{"EditCommand":[]},"TextNodeSelection":{"TextSelection":[],"TextRange":[]},"TextNodePosition":{"TextPosition":[]},"TextComponentState":{"DocumentComponent":["TextComponent"],"State":["TextComponent"],"TextComposable":[]},"ToggleTextAttributionsRequest":{"EditRequest":[]},"InsertTextRequest":{"EditRequest":[]},"TextInsertionEvent":{"NodeChangeEvent":[],"DocumentChange":[]},"TextDeletedEvent":{"NodeChangeEvent":[],"DocumentChange":[]},"ConvertTextNodeToParagraphRequest":{"EditRequest":[]},"InsertAttributedTextCommand":{"EditCommand":[]},"InsertCharacterAtCaretRequest":{"EditRequest":[]},"UnknownComponentBuilder":{"ComponentBuilder":[]},"ContentLayerWidget":{"Widget":[],"DiagnosticableTree":[]},"ContentLayers":{"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContentLayersElement":{"RenderObjectElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"RenderContentLayers":{"RenderBox":[],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"_NullElement1":{"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"_NullWidget5":{"Widget":[],"DiagnosticableTree":[]},"ContentLayerProxyWidget":{"StatelessWidget":[],"ContentLayerWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContentLayerStatelessWidget":{"StatelessWidget":[],"ContentLayerWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContentLayerStatefulWidget":{"StatefulWidget":[],"ContentLayerWidget":[],"Widget":[],"DiagnosticableTree":[]},"ContentLayerStatefulElement":{"StatefulElement":[],"Element0":[],"DiagnosticableTree":[],"BuildContext":[]},"ContentLayerState":{"State":["1"]},"ContentTapDelegate":{"Listenable":[]},"DocumentLayoutLayerStatefulWidget":{"StatefulWidget":[],"ContentLayerWidget":[],"Widget":[],"DiagnosticableTree":[]},"DocumentLayoutLayerState":{"State":["1"]},"DocumentScaffold":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_DocumentScaffoldState":{"State":["DocumentScaffold<@>"]},"SelectionLeadersDocumentLayer":{"StatefulWidget":[],"ContentLayerWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SelectionLeadersDocumentLayerState":{"State":["SelectionLeadersDocumentLayer"]},"CupertinoScrollbarWithCustomPhysics":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_CupertinoScrollbarState0":{"RawScrollbarWithCustomPhysicsState":["CupertinoScrollbarWithCustomPhysics"],"State":["CupertinoScrollbarWithCustomPhysics"]},"_MaterialScrollbar0":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"ScrollbarWithCustomPhysics":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbarState0":{"RawScrollbarWithCustomPhysicsState":["_MaterialScrollbar0"],"State":["_MaterialScrollbar0"]},"OverlayGroupPriority":{"Comparable":["OverlayGroupPriority"]},"RawScrollbarWithCustomPhysics":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ThumbPressGestureRecognizer0":{"LongPressGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"_TrackTapGestureRecognizer0":{"TapGestureRecognizer":[],"OneSequenceGestureRecognizer":[],"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"RawScrollbarWithCustomPhysicsState":{"State":["1"]},"ScrollbarPainter0":{"Listenable":[]},"NonReparentingFocus":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"FocusWithCustomParent":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_NonReparentingFocusState":{"State":["NonReparentingFocus"]},"_FocusWithCustomParentState":{"State":["FocusWithCustomParent"]},"_FocusMarker":{"InheritedNotifier":["FocusNode"],"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[],"InheritedNotifier.T":"FocusNode"},"MultiListenableBuilder":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MultiListenableBuilderState":{"State":["MultiListenableBuilder"]},"TapSequenceGestureRecognizer":{"GestureRecognizer":[],"DiagnosticableTree":[],"GestureArenaMember":[]},"PausableValueNotifier":{"ValueNotifier":["1"],"Listenable":[]},"AndroidToolbarFocalPointDocumentLayer":{"StatefulWidget":[],"ContentLayerWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidHandlesDocumentLayer":{"StatefulWidget":[],"ContentLayerWidget":[],"Widget":[],"DiagnosticableTree":[]},"_AndroidToolbarFocalPointDocumentLayerState":{"State":["AndroidToolbarFocalPointDocumentLayer"]},"AndroidControlsDocumentLayerState":{"State":["AndroidHandlesDocumentLayer"]},"AndroidFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IosFloatingToolbarOverlay":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_IosFloatingToolbarOverlayState":{"State":["IosFloatingToolbarOverlay"]},"IOSFollowingMagnifier":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSRoundedRectangleMagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSSelectionHandle":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextEditingFloatingToolbar":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_PreventPrioritizedIntentsFromBubblingUp":{"Action":["PrioritizedIntents"],"Action.T":"PrioritizedIntents"},"MagnifierAndToolbarController":{"Listenable":[]},"SuperEditorPopover":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"SignalNotifier":{"Listenable":[]},"ViewportBoundsReporter":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderViewportBoundsReporter":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ViewportBoundsReplicator":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderViewportBoundsReplicator":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"AndroidEditingOverlayControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidEditingOverlayController":{"Listenable":[]},"_AndroidEditingOverlayControlsState":{"State":["AndroidEditingOverlayControls"],"WidgetsBindingObserver":[]},"AndroidTextFieldTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"AndroidTextFieldTouchInteractorState":{"State":["AndroidTextFieldTouchInteractor"]},"SuperAndroidTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperAndroidTextFieldState":{"State":["SuperAndroidTextField"],"WidgetsBindingObserver":[]},"SuperDesktopTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldGestureInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldKeyboardInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldImeInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldScrollview":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldScrollviewState":{"State":["SuperTextFieldScrollview"]},"SuperDesktopTextFieldState":{"State":["SuperDesktopTextField"]},"_SuperTextFieldGestureInteractorState":{"State":["SuperTextFieldGestureInteractor"]},"_SuperTextFieldKeyboardInteractorState":{"State":["SuperTextFieldKeyboardInteractor"]},"_SuperTextFieldImeInteractorState":{"State":["SuperTextFieldImeInteractor"]},"AttributedTextEditingController":{"Listenable":[]},"FillWidthIfConstrained":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderFillWidthIfConstrained":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"MagnifyingGlass":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"OuterBoxShadow":{"BoxShadow":[],"Shadow":[]},"TextScrollView":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TextScrollViewState":{"State":["TextScrollView"]},"TextScrollController":{"Listenable":[]},"_TextLinesLimiter":{"SingleChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"_RenderTextViewport":{"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[]},"ImeAttributedTextEditingController":{"DeltaTextInputClient":[],"Listenable":[]},"IOSEditingControls":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSEditingOverlayController":{"Listenable":[]},"_IOSEditingControlsState":{"State":["IOSEditingControls"],"WidgetsBindingObserver":[]},"IOSFloatingCursor":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"FloatingCursorController":{"Listenable":[]},"IOSTextFieldTouchInteractor":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"IOSTextFieldTouchInteractorState":{"State":["IOSTextFieldTouchInteractor"]},"SuperIOSTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperIOSTextFieldState":{"State":["SuperIOSTextField"],"WidgetsBindingObserver":[]},"SuperTextField":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"SuperTextFieldState":{"State":["SuperTextField"]},"TextLayoutCaret":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutCaretState":{"State":["TextLayoutCaret"]},"CaretPainter":{"Listenable":[]},"BlinkController":{"Listenable":[]},"SuperText":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_SuperTextLayoutParentData":{"ContainerBoxParentData":["RenderBox"],"BoxParentData":[],"ContainerParentDataMixin":["RenderBox"],"ParentData":[]},"SuperTextState":{"ProseTextState":["SuperText"],"State":["SuperText"]},"_SuperTextLayout":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderSuperTextLayout":{"RenderBoxContainerDefaultsMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","_SuperTextLayoutParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.1":"_SuperTextLayoutParentData","RenderBoxContainerDefaultsMixin.0":"RenderBox","ContainerRenderObjectMixin.0":"RenderBox"},"LayoutAwareRichText":{"MultiChildRenderObjectWidget":[],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[]},"RenderLayoutAwareParagraph":{"RenderBox":[],"ContainerRenderObjectMixin":["RenderBox","TextParentData"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"ContainerRenderObjectMixin.1":"TextParentData","ContainerRenderObjectMixin.0":"RenderBox"},"ProseTextState":{"State":["1"]},"ProseTextLayout":{"TextLayout":[]},"RenderParagraphProseTextLayout":{"ProseTextLayout":[],"TextLayout":[]},"TextLayoutSelectionHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextLayoutEmptyHighlight":{"StatelessWidget":[],"Widget":[],"DiagnosticableTree":[]},"_EmptyHighlightPainter":{"Listenable":[]},"TextSelectionPainter":{"Listenable":[]},"TextUnderlineLayer":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"TextUnderlineLayerState":{"State":["TextUnderlineLayer"]},"_UnderlinePainter":{"Listenable":[]},"ArMessages":{"LookupMessages":[]},"CaMessages":{"LookupMessages":[]},"CsMessages":{"LookupMessages":[]},"DaMessages":{"LookupMessages":[]},"DeMessages":{"LookupMessages":[]},"EnMessages":{"LookupMessages":[]},"EnShortMessages":{"LookupMessages":[]},"EsMessages":{"LookupMessages":[]},"EsShortMessages":{"LookupMessages":[]},"FaMessages":{"LookupMessages":[]},"FrMessages":{"LookupMessages":[]},"FrShortMessages":{"LookupMessages":[]},"HuMessages":{"LookupMessages":[]},"HuShortMessages":{"LookupMessages":[]},"ItMessages":{"LookupMessages":[]},"ItShortMessages":{"LookupMessages":[]},"JaMessages":{"LookupMessages":[]},"NbNoShortMessages":{"LookupMessages":[]},"NbNoMessages":{"LookupMessages":[]},"NlMessages":{"LookupMessages":[]},"NlShortMessages":{"LookupMessages":[]},"PlMessages":{"LookupMessages":[]},"PtBrMessages":{"LookupMessages":[]},"PtBrShortMessages":{"LookupMessages":[]},"RoMessages":{"LookupMessages":[]},"RoShortMessages":{"LookupMessages":[]},"RuMessages":{"LookupMessages":[]},"RuShortMessages":{"LookupMessages":[]},"SvMessages":{"LookupMessages":[]},"SvShortMessages":{"LookupMessages":[]},"ThMessages":{"LookupMessages":[]},"ThShortMessages":{"LookupMessages":[]},"ZhMessages":{"LookupMessages":[]},"BoxValueConstraints":{"BoxConstraints":[],"Constraints":[]},"ValueLayoutBuilder":{"ConstrainedLayoutBuilder":["BoxValueConstraints<1>"],"RenderObjectWidget":[],"Widget":[],"DiagnosticableTree":[],"ConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"_RenderValueLayoutBuilder":{"RenderConstrainedLayoutBuilder":["BoxValueConstraints<1>","RenderBox"],"RenderBox":[],"RenderObjectWithChildMixin":["RenderBox"],"RenderObject":[],"DiagnosticableTree":[],"HitTestTarget":[],"RenderConstrainedLayoutBuilder.0":"BoxValueConstraints<1>"},"Version":{"Comparable":["Version"]},"VsScrollbar":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_MaterialScrollbar1":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_ScrollbarState":{"State":["VsScrollbar"]},"_MaterialScrollbarState1":{"RawScrollbarState":["_MaterialScrollbar1"],"State":["_MaterialScrollbar1"]},"_EventStream0":{"Stream":["1"],"Stream.T":"1"},"CupertinoUserInterfaceLevel":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"MaterialBanner":{"StatefulWidget":[],"Widget":[],"DiagnosticableTree":[]},"_TooltipVisibilityScope":{"InheritedWidget":[],"ProxyWidget":[],"Widget":[],"DiagnosticableTree":[]},"Pixel":{"Color1":[],"Iterable":["num"]},"LinkViewController":{"PlatformViewController":[]}}')); + A._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"ConstantSet":1,"NativeTypedArray":1,"EventSink":1,"MultiStreamController":1,"StreamView":1,"StreamTransformerBase":2,"_SyncStreamControllerDispatch":1,"_DelayedEvent":1,"UnmodifiableMapBase":2,"_UnmodifiableSetMixin":1,"_SplayTreeNode":2,"_SplayTree":2,"_SplayTreeMap__SplayTree_MapMixin":2,"_SplayTreeSet__SplayTree_Iterable":1,"_SplayTreeSet__SplayTree_Iterable_SetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"_UnmodifiableSetView_SetBase__UnmodifiableSetMixin":1,"ChunkedConversionSink":1,"Codec0":2,"_StringSinkConversionSink":1,"Comparable":1,"Iterator":1,"_JsArray_JsObject_ListMixin":1,"Serializer":1,"BaseBarRendererConfig":1,"BaseRenderSpec":1,"Scale":1,"Extents":1,"TypedKey":1,"_BaseChartState_State_TickerProviderStateMixin":1,"CartesianChart0":1,"AnimationWithParentMixin":1,"CompoundAnimation":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin":1,"_CompoundAnimation_Animation_AnimationLazyListenerMixin_AnimationLocalListenersMixin_AnimationLocalStatusListenersMixin":1,"ParametricCurve":1,"__AnimatedEvaluation_Animation_AnimationWithParentMixin":1,"__CupertinoRadioState_State_TickerProviderStateMixin":1,"__CupertinoRadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin":1,"__DropdownButtonState_State_WidgetsBindingObserver":1,"MaterialStateMixin":1,"_MaterialPageRoute_PageRoute_MaterialRouteTransitionMixin":1,"_ZoomTransitionBase":1,"__RadioState_State_TickerProviderStateMixin":1,"__RadioState_State_TickerProviderStateMixin_ToggleableStateMixin":1,"ToggleableStateMixin0":1,"_ContainerBoxParentData_BoxParentData_ContainerParentDataMixin":1,"ContainerParentDataMixin":1,"RenderProxyBoxMixin":1,"RenderAnimatedOpacityMixin":1,"_RenderCustomClip":1,"_RenderPhysicalModelBase":1,"RenderViewportBase":1,"AutomaticKeepAliveClientMixin":1,"_FormFieldState_State_RestorationMixin":1,"ImplicitlyAnimatedWidgetState":1,"AnimatedWidgetBaseState":1,"_ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin":1,"Page":1,"TransitionDelegate":1,"PageStorageKey":1,"PageRoute":1,"RestorableProperty":1,"RestorationMixin":1,"RestorableValue":1,"_RestorablePrimitiveValue":1,"RestorableListenable":1,"RestorableChangeNotifier":1,"__RouterState_State_RestorationMixin":1,"OverlayRoute":1,"LocalHistoryRoute":1,"PopupRoute":1,"RawDialogRoute":1,"_ModalRoute_TransitionRoute_LocalHistoryRoute":1,"_RawScrollbarState_State_TickerProviderStateMixin":1,"SlottedMultiChildRenderObjectWidget":2,"_SlottedMultiChildRenderObjectWidget_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin":2,"SingleTickerProviderStateMixin":1,"TickerProviderStateMixin":1,"_UndoHistoryState_State_UndoManagerClient":1,"ForwardingSink":2,"IObservable":1,"_ReactiveModel_Object_IObservable":1,"ContentLayerStatefulWidget":1,"ContentLayerState":2,"DocumentLayoutLayerState":2,"_RawScrollbarWithCustomPhysicsState_State_TickerProviderStateMixin":1,"_ProseTextState_State_ProseTextBlock":1,"__RenderValueLayoutBuilder_RenderBox_RenderObjectWithChildMixin_RenderConstrainedLayoutBuilder":1,"Factory":1,"ExceptionCauseExtractor":1,"ExceptionStackTraceExtractor":1}')); var string$ = { x10__0__: "\x10@\x100@@\xa0\x80 0P`pPP\xb1\x10@\x100@@\xa0\x80 0P`pPP\xb0\x11@\x100@@\xa0\x80 0P`pPP\xb0\x10@\x100@@\xa0\x80 1P`pPP\xb0\x10A\x101AA\xa1\x81 1QaqQQ\xb0\x10@\x100@@\xa0\x80 1Q`pPP\xb0\x10@\x100@@\xa0\x80 1QapQP\xb0\x10@\x100@@\xa0\x80 1PaqQQ\xb0\x10\xe0\x100@@\xa0\x80 1P`pPP\xb0\xb1\xb1\xb1\xb1\x91\xb1\xc1\x81\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\x10@\x100@@\xd0\x80 1P`pPP\xb0\x11A\x111AA\xa1\x81!1QaqQQ\xb1\x10@\x100@@\x90\x80 1P`pPP\xb0", - x20__cou: " - could not calculate a viewport height. Rescheduling calculation.", + x20__con: " - continuing an existing character selection: ", + x20__thiif: " - this is the first node in the selection", + x20__thiil: " - this is the last node in the selection", + x20__thinf: " - this node is fully selected within the selection", + x20__thinn: " - this node is not selected. Returning null.", x20__upd: " - updated auto scrolling for touch offset", x200_000: " 0\x10000\xa0\x80\x10@P`p`p\xb1 0\x10000\xa0\x80\x10@P`p`p\xb0 0\x10000\xa0\x80\x11@P`p`p\xb0 1\x10011\xa0\x80\x10@P`p`p\xb0 1\x10111\xa1\x81\x10AQaqaq\xb0 1\x10011\xa0\x80\x10@Qapaq\xb0 1\x10011\xa0\x80\x10@Paq`p\xb0 1\x10011\xa0\x80\x10@P`q`p\xb0 \x91\x100\x811\xa0\x80\x10@P`p`p\xb0 1\x10011\xa0\x81\x10@P`p`p\xb0 1\x100111\x80\x10@P`p`p\xb0!1\x11111\xa1\x81\x11AQaqaq\xb1", x20must_: " must not be greater than the number of characters in the file, ", @@ -609405,9 +625362,11 @@ x24remai: "$remainingCount na character ang natitira", x25_of_t: "% of the way to being a CircleBorder that is ", x27_has_: "' has been assigned during initialization.", + x2d_____: "--------------------------------------------", x3000000: "00000008A0009!B000a!C000b000cD000d!E000e000vA000w!F000x!G000y!H000z!I0010!J0011!K0012!I0013!H0014!L0015!M0016!I0017!J0018!N0019!O001a!N001b!P001c001lQ001m001nN001o001qI001r!G001s002iI002j!L002k!J002l!M002m003eI003f!L003g!B003h!R003i!I003j003oA003p!D003q004fA004g!S004h!L004i!K004j004lJ004m004qI004r!H004s!I004t!B004u004vI004w!K004x!J004y004zI0050!T00510056I0057!H0058005aI005b!L005c00jrI00js!T00jt00jvI00jw!T00jx00keI00kf!T00kg00lbI00lc00niA00nj!S00nk00nvA00nw00o2S00o300ofA00og00otI00ou!N00ov00w2I00w300w9A00wa013cI013d!N013e!B013h013iI013j!J013l014tA014u!B014v!A014w!I014x014yA014z!I01500151A0152!G0153!A015c0162U0167016aU016b016wI016x016zK01700171N01720173I0174017eA017f!G017g!A017i017jG017k018qI018r019bA019c019lQ019m!K019n019oQ019p019rI019s!A019t01cjI01ck!G01cl!I01cm01csA01ct01cuI01cv01d0A01d101d2I01d301d4A01d5!I01d601d9A01da01dbI01dc01dlQ01dm01e8I01e9!A01ea01f3I01f401fuA01fx01idI01ie01ioA01ip!I01j401jdQ01je01kaI01kb01kjA01kk01knI01ko!N01kp!G01kq!I01kt!A01ku01kvJ01kw01lhI01li01llA01lm!I01ln01lvA01lw!I01lx01lzA01m0!I01m101m5A01m801ncI01nd01nfA01ni01qfI01qr01r5A01r6!I01r701s3A01s401tlI01tm01toA01tp!I01tq01u7A01u8!I01u901ufA01ug01upI01uq01urA01us01utB01uu01v3Q01v401vkI01vl01vnA01vp01x5I01x8!A01x9!I01xa01xgA01xj01xkA01xn01xpA01xq!I01xz!A01y401y9I01ya01ybA01ye01ynQ01yo01ypI01yq01yrK01ys01ywI01yx!K01yy!I01yz!J01z001z1I01z2!A01z501z7A01z9020pI020s!A020u020yA02130214A02170219A021d!A021l021qI021y0227Q02280229A022a022cI022d!A022e!I022p022rA022t0249I024c!A024d!I024e024lA024n024pA024r024tA024w025dI025e025fA025i025rQ025s!I025t!J0261!I02620267A0269026bA026d027tI027w!A027x!I027y0284A02870288A028b028dA028l028nA028s028xI028y028zA0292029bQ029c029jI029u!A029v02bdI02bi02bmA02bq02bsA02bu02bxA02c0!I02c7!A02cm02cvQ02cw02d4I02d5!J02d6!I02dc02dgA02dh02f1I02f202f8A02fa02fcA02fe02fhA02fp02fqA02fs02g1I02g202g3A02g602gfQ02gn!T02go02gwI02gx02gzA02h0!T02h102ihI02ik!A02il!I02im02isA02iu02iwA02iy02j1A02j902jaA02ji02jlI02jm02jnA02jq02jzQ02k102k2I02kg02kjA02kk02m2I02m302m4A02m5!I02m602mcA02me02mgA02mi02mlA02mm02muI02mv!A02mw02n5I02n602n7A02na02njQ02nk02nsI02nt!K02nu02nzI02o102o3A02o502pyI02q2!A02q702qcA02qe!A02qg02qnA02qu02r3Q02r602r7A02r802t6I02tb!J02tc02trI02ts02u1Q02u202u3B02v502x9I02xc02xlQ02xo02yoI02yp02ysT02yt!I02yu02yvT02yw!S02yx02yyT02yz!B02z0!S02z102z5G02z6!S02z7!I02z8!G02z902zbI02zc02zdA02ze02zjI02zk02ztQ02zu0303I0304!B0305!A0306!I0307!A0308!I0309!A030a!L030b!R030c!L030d!R030e030fA030g031oI031t0326A0327!B0328032cA032d!B032e032fA032g032kI032l032vA032x033wA033y033zB03400345I0346!A0347034fI034g034hT034i!B034j!T034k034oI034p034qS035s037jI037k037tQ037u037vB037w039rI039s03a1Q03a203cvI03cw03fjV03fk03hjW03hk03jzX03k003tmI03tp03trA03ts!I03tt!B03tu03y5I03y8!B03y904fzI04g0!B04g104gqI04gr!L04gs!R04gw04iyI04iz04j1B04j204k1I04k204k4A04kg04kxI04ky04l0A04l104l2B04lc04ltI04lu04lvA04m804moI04mq04mrA04n404pfI04pg04phB04pi!Y04pj!I04pk!B04pl!I04pm!B04pn!J04po04ppI04ps04q1Q04q804qpI04qq04qrG04qs04qtB04qu!T04qv!I04qw04qxG04qy!I04qz04r1A04r2!S04r404rdQ04rk04ucI04ud04ueA04uf04vcI04vd!A04ve04ymI04yo04yzA04z404zfA04zk!I04zo04zpG04zq04zzQ0500053dI053k053tQ053u055iI055j055nA055q058cI058f!A058g058pQ058w0595Q059c059pI059s05a8A05c005c4A05c505dfI05dg05dwA05dx05e3I05e805ehQ05ei05ejB05ek!I05el05eoB05ep05eyI05ez05f7A05f805fgI05fk05fmA05fn05ggI05gh05gtA05gu05gvI05gw05h5Q05h605idI05ie05irA05j005k3I05k405knA05kr05kvB05kw05l5Q05l905lbI05lc05llQ05lm05mlI05mm05mnB05mo05onI05ow05oyA05oz!I05p005pkA05pl05poI05pp!A05pq05pvI05pw!A05px05pyI05pz05q1A05q205vjI05vk05x5A05x705xbA05xc06bgI06bh!T06bi!I06bk06bqB06br!S06bs06buB06bv!Z06bw!A06bx!a06by06bzA06c0!B06c1!S06c206c3B06c4!b06c506c7I06c806c9H06ca!L06cb06cdH06ce!L06cf!H06cg06cjI06ck06cmc06cn!B06co06cpD06cq06cuA06cv!S06cw06d3K06d4!I06d506d6H06d7!I06d806d9Y06da06dfI06dg!N06dh!L06di!R06dj06dlY06dm06dxI06dy!B06dz!I06e006e3B06e4!I06e506e7B06e8!d06e906ecI06ee06enA06eo06f0I06f1!L06f2!R06f306fgI06fh!L06fi!R06fk06fwI06g006g6J06g7!K06g806glJ06gm!K06gn06gqJ06gr!K06gs06gtJ06gu!K06gv06hbJ06hc06i8A06io06iqI06ir!K06is06iwI06ix!K06iy06j9I06ja!J06jb06q9I06qa06qbJ06qc06weI06wf!c06wg06x3I06x4!L06x5!R06x6!L06x7!R06x806xlI06xm06xne06xo06y0I06y1!L06y2!R06y3073jI073k073ne073o07i7I07i807ibe07ic07irI07is07ite07iu07ivI07iw!e07ix!I07iy07j0e07j1!f07j207j3e07j407jsI07jt07jve07jw07l3I07l4!e07l507lqI07lr!e07ls07ngI07nh07nse07nt07nwI07nx!e07ny!I07nz07o1e07o2!I07o307o4e07o507o7I07o807o9e07oa07obI07oc!e07od07oeI07of07ohe07oi07opI07oq!e07or07owI07ox07p1e07p2!I07p307p4e07p5!f07p6!e07p707p8I07p907pge07ph07pjI07pk07ple07pm07ppf07pq07ruI07rv07s0H07s1!I07s207s3G07s4!e07s507s7I07s8!L07s9!R07sa!L07sb!R07sc!L07sd!R07se!L07sf!R07sg!L07sh!R07si!L07sj!R07sk!L07sl!R07sm07usI07ut!L07uu!R07uv07vpI07vq!L07vr!R07vs!L07vt!R07vu!L07vv!R07vw!L07vx!R07vy!L07vz!R07w00876I0877!L0878!R0879!L087a!R087b!L087c!R087d!L087e!R087f!L087g!R087h!L087i!R087j!L087k!R087l!L087m!R087n!L087o!R087p!L087q!R087r!L087s!R087t089jI089k!L089l!R089m!L089n!R089o08ajI08ak!L08al!R08am08viI08vj08vlA08vm08vnI08vt!G08vu08vwB08vx!I08vy!G08vz!B08w008z3I08z4!B08zj!A08zk0926I09280933A0934093hH093i093pB093q!I093r!B093s!L093t!B093u093vI093w093xH093y093zI09400941H0942!L0943!R0944!L0945!R0946!L0947!R0948!L0949!R094a094dB094e!G094f!I094g094hB094i!I094j094kB094l094pI094q094rb094s094uB094v!I094w094xB094y!L094z0956B0957!I0958!B0959!I095a095bB095c095eI096o097de097f099ve09a809g5e09gw09h7e09hc!B09hd09heR09hf09hge09hh!Y09hi09hje09hk!L09hl!R09hm!L09hn!R09ho!L09hp!R09hq!L09hr!R09hs!L09ht!R09hu09hve09hw!L09hx!R09hy!L09hz!R09i0!L09i1!R09i2!L09i3!R09i4!Y09i5!L09i609i7R09i809ihe09ii09inA09io09ise09it!A09iu09iye09iz09j0Y09j109j3e09j5!Y09j6!e09j7!Y09j8!e09j9!Y09ja!e09jb!Y09jc!e09jd!Y09je09k2e09k3!Y09k409kye09kz!Y09l0!e09l1!Y09l2!e09l3!Y09l409l9e09la!Y09lb09lge09lh09liY09ll09lmA09ln09lqY09lr!e09ls09ltY09lu!e09lv!Y09lw!e09lx!Y09ly!e09lz!Y09m0!e09m1!Y09m209mqe09mr!Y09ms09nme09nn!Y09no!e09np!Y09nq!e09nr!Y09ns09nxe09ny!Y09nz09o4e09o509o6Y09o709oae09ob09oeY09of!e09ol09pre09pt09see09sg09ure09v409vjY09vk09wee09wg09xje09xk09xrI09xs0fcve0fcw0fenI0feo0vmce0vmd!Y0vme0wi4e0wi80wjqe0wk00wl9I0wla0wlbB0wlc0wssI0wst!B0wsu!G0wsv!B0wsw0wtbI0wtc0wtlQ0wtm0wviI0wvj0wvmA0wvn!I0wvo0wvxA0wvy0wwtI0wwu0wwvA0www0wz3I0wz40wz5A0wz6!I0wz70wzbB0wzk0x6pI0x6q!A0x6r0x6tI0x6u!A0x6v0x6yI0x6z!A0x700x7mI0x7n0x7rA0x7s0x7vI0x7w!A0x800x87I0x88!K0x890x9vI0x9w0x9xT0x9y0x9zG0xa80xa9A0xaa0xbnI0xbo0xc5A0xce0xcfB0xcg0xcpQ0xcw0xddA0xde0xdnI0xdo!T0xdp0xdqI0xdr!A0xds0xe1Q0xe20xetI0xeu0xf1A0xf20xf3B0xf40xfqI0xfr0xg3A0xgf!I0xgg0xh8V0xhc0xhfA0xhg0xiqI0xir0xj4A0xj50xjaI0xjb0xjdB0xje0xjjI0xjk0xjtQ0xjy0xkfI0xkg0xkpQ0xkq0xm0I0xm10xmeA0xmo0xmqI0xmr!A0xms0xmzI0xn00xn1A0xn40xndQ0xng!I0xnh0xnjB0xnk0xreI0xrf0xrjA0xrk0xrlB0xrm0xroI0xrp0xrqA0xs10xyaI0xyb0xyiA0xyj!B0xyk0xylA0xyo0xyxQ0xz4!g0xz50xzvh0xzw!g0xzx0y0nh0y0o!g0y0p0y1fh0y1g!g0y1h0y27h0y28!g0y290y2zh0y30!g0y310y3rh0y3s!g0y3t0y4jh0y4k!g0y4l0y5bh0y5c!g0y5d0y63h0y64!g0y650y6vh0y6w!g0y6x0y7nh0y7o!g0y7p0y8fh0y8g!g0y8h0y97h0y98!g0y990y9zh0ya0!g0ya10yarh0yas!g0yat0ybjh0ybk!g0ybl0ycbh0ycc!g0ycd0yd3h0yd4!g0yd50ydvh0ydw!g0ydx0yenh0yeo!g0yep0yffh0yfg!g0yfh0yg7h0yg8!g0yg90ygzh0yh0!g0yh10yhrh0yhs!g0yht0yijh0yik!g0yil0yjbh0yjc!g0yjd0yk3h0yk4!g0yk50ykvh0ykw!g0ykx0ylnh0ylo!g0ylp0ymfh0ymg!g0ymh0yn7h0yn8!g0yn90ynzh0yo0!g0yo10yorh0yos!g0yot0ypjh0ypk!g0ypl0yqbh0yqc!g0yqd0yr3h0yr4!g0yr50yrvh0yrw!g0yrx0ysnh0yso!g0ysp0ytfh0ytg!g0yth0yu7h0yu8!g0yu90yuzh0yv0!g0yv10yvrh0yvs!g0yvt0ywjh0ywk!g0ywl0yxbh0yxc!g0yxd0yy3h0yy4!g0yy50yyvh0yyw!g0yyx0yznh0yzo!g0yzp0z0fh0z0g!g0z0h0z17h0z18!g0z190z1zh0z20!g0z210z2rh0z2s!g0z2t0z3jh0z3k!g0z3l0z4bh0z4c!g0z4d0z53h0z54!g0z550z5vh0z5w!g0z5x0z6nh0z6o!g0z6p0z7fh0z7g!g0z7h0z87h0z88!g0z890z8zh0z90!g0z910z9rh0z9s!g0z9t0zajh0zak!g0zal0zbbh0zbc!g0zbd0zc3h0zc4!g0zc50zcvh0zcw!g0zcx0zdnh0zdo!g0zdp0zefh0zeg!g0zeh0zf7h0zf8!g0zf90zfzh0zg0!g0zg10zgrh0zgs!g0zgt0zhjh0zhk!g0zhl0zibh0zic!g0zid0zj3h0zj4!g0zj50zjvh0zjw!g0zjx0zknh0zko!g0zkp0zlfh0zlg!g0zlh0zm7h0zm8!g0zm90zmzh0zn0!g0zn10znrh0zns!g0znt0zojh0zok!g0zol0zpbh0zpc!g0zpd0zq3h0zq4!g0zq50zqvh0zqw!g0zqx0zrnh0zro!g0zrp0zsfh0zsg!g0zsh0zt7h0zt8!g0zt90ztzh0zu0!g0zu10zurh0zus!g0zut0zvjh0zvk!g0zvl0zwbh0zwc!g0zwd0zx3h0zx4!g0zx50zxvh0zxw!g0zxx0zynh0zyo!g0zyp0zzfh0zzg!g0zzh1007h1008!g1009100zh1010!g1011101rh101s!g101t102jh102k!g102l103bh103c!g103d1043h1044!g1045104vh104w!g104x105nh105o!g105p106fh106g!g106h1077h1078!g1079107zh1080!g1081108rh108s!g108t109jh109k!g109l10abh10ac!g10ad10b3h10b4!g10b510bvh10bw!g10bx10cnh10co!g10cp10dfh10dg!g10dh10e7h10e8!g10e910ezh10f0!g10f110frh10fs!g10ft10gjh10gk!g10gl10hbh10hc!g10hd10i3h10i4!g10i510ivh10iw!g10ix10jnh10jo!g10jp10kfh10kg!g10kh10l7h10l8!g10l910lzh10m0!g10m110mrh10ms!g10mt10njh10nk!g10nl10obh10oc!g10od10p3h10p4!g10p510pvh10pw!g10px10qnh10qo!g10qp10rfh10rg!g10rh10s7h10s8!g10s910szh10t0!g10t110trh10ts!g10tt10ujh10uk!g10ul10vbh10vc!g10vd10w3h10w4!g10w510wvh10ww!g10wx10xnh10xo!g10xp10yfh10yg!g10yh10z7h10z8!g10z910zzh1100!g1101110rh110s!g110t111jh111k!g111l112bh112c!g112d1133h1134!g1135113vh113w!g113x114nh114o!g114p115fh115g!g115h1167h1168!g1169116zh1170!g1171117rh117s!g117t118jh118k!g118l119bh119c!g119d11a3h11a4!g11a511avh11aw!g11ax11bnh11bo!g11bp11cfh11cg!g11ch11d7h11d8!g11d911dzh11e0!g11e111erh11es!g11et11fjh11fk!g11fl11gbh11gc!g11gd11h3h11h4!g11h511hvh11hw!g11hx11inh11io!g11ip11jfh11jg!g11jh11k7h11k8!g11k911kzh11l0!g11l111lrh11ls!g11lt11mjh11mk!g11ml11nbh11nc!g11nd11o3h11o4!g11o511ovh11ow!g11ox11pnh11po!g11pp11qfh11qg!g11qh11r7h11r8!g11r911rzh11s0!g11s111srh11ss!g11st11tjh11tk!g11tl11ubh11uc!g11ud11v3h11v4!g11v511vvh11vw!g11vx11wnh11wo!g11wp11xfh11xg!g11xh11y7h11y8!g11y911yzh11z0!g11z111zrh11zs!g11zt120jh120k!g120l121bh121c!g121d1223h1224!g1225122vh122w!g122x123nh123o!g123p124fh124g!g124h1257h1258!g1259125zh1260!g1261126rh126s!g126t127jh127k!g127l128bh128c!g128d1293h1294!g1295129vh129w!g129x12anh12ao!g12ap12bfh12bg!g12bh12c7h12c8!g12c912czh12d0!g12d112drh12ds!g12dt12ejh12ek!g12el12fbh12fc!g12fd12g3h12g4!g12g512gvh12gw!g12gx12hnh12ho!g12hp12ifh12ig!g12ih12j7h12j8!g12j912jzh12k0!g12k112krh12ks!g12kt12ljh12lk!g12ll12mbh12mc!g12md12n3h12n4!g12n512nvh12nw!g12nx12onh12oo!g12op12pfh12pg!g12ph12q7h12q8!g12q912qzh12r0!g12r112rrh12rs!g12rt12sjh12sk!g12sl12tbh12tc!g12td12u3h12u4!g12u512uvh12uw!g12ux12vnh12vo!g12vp12wfh12wg!g12wh12x7h12x8!g12x912xzh12y0!g12y112yrh12ys!g12yt12zjh12zk!g12zl130bh130c!g130d1313h1314!g1315131vh131w!g131x132nh132o!g132p133fh133g!g133h1347h1348!g1349134zh1350!g1351135rh135s!g135t136jh136k!g136l137bh137c!g137d1383h1384!g1385138vh138w!g138x139nh139o!g139p13afh13ag!g13ah13b7h13b8!g13b913bzh13c0!g13c113crh13cs!g13ct13djh13dk!g13dl13ebh13ec!g13ed13f3h13f4!g13f513fvh13fw!g13fx13gnh13go!g13gp13hfh13hg!g13hh13i7h13i8!g13i913izh13j0!g13j113jrh13js!g13jt13kjh13kk!g13kl13lbh13lc!g13ld13m3h13m4!g13m513mvh13mw!g13mx13nnh13no!g13np13ofh13og!g13oh13p7h13p8!g13p913pzh13q0!g13q113qrh13qs!g13qt13rjh13rk!g13rl13sbh13sc!g13sd13t3h13t4!g13t513tvh13tw!g13tx13unh13uo!g13up13vfh13vg!g13vh13w7h13w8!g13w913wzh13x0!g13x113xrh13xs!g13xt13yjh13yk!g13yl13zbh13zc!g13zd1403h1404!g1405140vh140w!g140x141nh141o!g141p142fh142g!g142h1437h1438!g1439143zh1440!g1441144rh144s!g144t145jh145k!g145l146bh146c!g146d1473h1474!g1475147vh147w!g147x148nh148o!g148p149fh149g!g149h14a7h14a8!g14a914azh14b0!g14b114brh14bs!g14bt14cjh14ck!g14cl14dbh14dc!g14dd14e3h14e4!g14e514evh14ew!g14ex14fnh14fo!g14fp14gfh14gg!g14gh14h7h14h8!g14h914hzh14i0!g14i114irh14is!g14it14jjh14jk!g14jl14kbh14kc!g14kd14l3h14l4!g14l514lvh14lw!g14lx14mnh14mo!g14mp14nfh14ng!g14nh14o7h14o8!g14o914ozh14p0!g14p114prh14ps!g14pt14qjh14qk!g14ql14rbh14rc!g14rd14s3h14s4!g14s514svh14sw!g14sx14tnh14to!g14tp14ufh14ug!g14uh14v7h14v8!g14v914vzh14w0!g14w114wrh14ws!g14wt14xjh14xk!g14xl14ybh14yc!g14yd14z3h14z4!g14z514zvh14zw!g14zx150nh150o!g150p151fh151g!g151h1527h1528!g1529152zh1530!g1531153rh153s!g153t154jh154k!g154l155bh155c!g155d1563h1564!g1565156vh156w!g156x157nh157o!g157p158fh158g!g158h1597h1598!g1599159zh15a0!g15a115arh15as!g15at15bjh15bk!g15bl15cbh15cc!g15cd15d3h15d4!g15d515dvh15dw!g15dx15enh15eo!g15ep15ffh15fg!g15fh15g7h15g8!g15g915gzh15h0!g15h115hrh15hs!g15ht15ijh15ik!g15il15jbh15jc!g15jd15k3h15k4!g15k515kvh15kw!g15kx15lnh15lo!g15lp15mfh15mg!g15mh15n7h15n8!g15n915nzh15o0!g15o115orh15os!g15ot15pjh15pk!g15pl15qbh15qc!g15qd15r3h15r4!g15r515rvh15rw!g15rx15snh15so!g15sp15tfh15tg!g15th15u7h15u8!g15u915uzh15v0!g15v115vrh15vs!g15vt15wjh15wk!g15wl15xbh15xc!g15xd15y3h15y4!g15y515yvh15yw!g15yx15znh15zo!g15zp160fh160g!g160h1617h1618!g1619161zh1620!g1621162rh162s!g162t163jh163k!g163l164bh164c!g164d1653h1654!g1655165vh165w!g165x166nh166o!g166p167fh167g!g167h1687h1688!g1689168zh1690!g1691169rh169s!g169t16ajh16ak!g16al16bbh16bc!g16bd16c3h16c4!g16c516cvh16cw!g16cx16dnh16do!g16dp16efh16eg!g16eh16f7h16f8!g16f916fzh16g0!g16g116grh16gs!g16gt16hjh16hk!g16hl16ibh16ic!g16id16j3h16j4!g16j516jvh16jw!g16jx16knh16ko!g16kp16lfh16ls16meW16mj16nvX16o01d6nI1d6o1dkve1dkw1dljI1dlp!U1dlq!A1dlr1dm0U1dm1!I1dm21dmeU1dmg1dmkU1dmm!U1dmo1dmpU1dmr1dmsU1dmu1dn3U1dn41e0tI1e0u!R1e0v!L1e1c1e63I1e64!K1e65!I1e681e6nA1e6o!N1e6p1e6qR1e6r1e6sN1e6t1e6uG1e6v!L1e6w!R1e6x!c1e741e7jA1e7k1e7oe1e7p!L1e7q!R1e7r!L1e7s!R1e7t!L1e7u!R1e7v!L1e7w!R1e7x!L1e7y!R1e7z!L1e80!R1e81!L1e82!R1e83!L1e84!R1e851e86e1e87!L1e88!R1e891e8fe1e8g!R1e8h!e1e8i!R1e8k1e8lY1e8m1e8nG1e8o!e1e8p!L1e8q!R1e8r!L1e8s!R1e8t!L1e8u!R1e8v1e92e1e94!e1e95!J1e96!K1e97!e1e9c1ed8I1edb!d1edd!G1ede1edfe1edg!J1edh!K1edi1edje1edk!L1edl!R1edm1edne1edo!R1edp!e1edq!R1edr1ee1e1ee21ee3Y1ee41ee6e1ee7!G1ee81eeye1eez!L1ef0!e1ef1!R1ef21efue1efv!L1efw!e1efx!R1efy!e1efz!L1eg01eg1R1eg2!L1eg31eg4R1eg5!Y1eg6!e1eg71eggY1egh1ehpe1ehq1ehrY1ehs1eime1eiq1eive1eiy1ej3e1ej61ejbe1eje1ejge1ejk!K1ejl!J1ejm1ejoe1ejp1ejqJ1ejs1ejyI1ek91ekbA1ekc!i1ekd1ereI1erk1ermB1err1eykI1eyl!A1f281f4gI1f4w!A1f4x1f91I1f921f96A1f9c1fa5I1fa7!B1fa81fbjI1fbk!B1fbl1fh9I1fhc1fhlQ1fhs1g7pI1g7r!B1g7s1gd7I1gdb!B1gdc1gjkI1gjl1gjnA1gjp1gjqA1gjw1gjzA1gk01gl1I1gl41gl6A1glb!A1glc1glkI1gls1glzB1gm01gpwI1gpx1gpyA1gq31gq7I1gq81gqdB1gqe!c1gqo1gs5I1gs91gsfB1gsg1h5vI1h5w1h5zA1h681h6hQ1heo1hgpI1hgr1hgsA1hgt!B1hgw1hl1I1hl21hlcA1hld1hpyI1hq81hqaA1hqb1hrrI1hrs1hs6A1hs71hs8B1hs91ht1I1ht21htbQ1htr1htuA1htv1hv3I1hv41hveA1hvf1hvhI1hvi1hvlB1hvx1hwoI1hww1hx5Q1hxc1hxeA1hxf1hyeI1hyf1hysA1hyu1hz3Q1hz41hz7B1hz8!I1hz91hzaA1hzb1i0iI1i0j!A1i0k!I1i0l!T1i0m!I1i0w1i0yA1i0z1i2aI1i2b1i2oA1i2p1i2sI1i2t1i2uB1i2v!I1i2w!B1i2x1i30A1i31!I1i321i33A1i341i3dQ1i3e!I1i3f!T1i3g!I1i3h1i3jB1i3l1i5nI1i5o1i5zA1i601i61B1i62!I1i631i64B1i65!I1i66!A1i801i94I1i95!B1i9c1iamI1ian1iayA1ib41ibdQ1ibk1ibnA1ibp1id5I1id71id8A1id9!I1ida1idgA1idj1idkA1idn1idpA1ids!I1idz!A1ie51ie9I1iea1iebA1iee1iekA1ieo1iesA1iio1ik4I1ik51ikmA1ikn1ikqI1ikr1ikuB1ikv!I1ikw1il5Q1il61il7B1il9!I1ila!A1ilb1injI1ink1io3A1io41io7I1iog1iopQ1itc1iumI1iun1iutA1iuw1iv4A1iv5!T1iv61iv7B1iv81iv9G1iva1ivcI1ivd1ivrB1ivs1ivvI1ivw1ivxA1iww1iy7I1iy81iyoA1iyp1iyqB1iyr1iysI1iz41izdQ1izk1izwT1j0g1j1mI1j1n1j1zA1j20!I1j281j2hQ1j401j57I1j5c1j5lQ1j5m1j5nI1j5o1j5qB1j5r1jcbI1jcc1jcqA1jcr1jhbI1jhc1jhlQ1jhm1jjjI1jjk1jjpA1jjr1jjsA1jjv1jjyA1jjz!I1jk0!A1jk1!I1jk21jk3A1jk41jk6B1jkg1jkpQ1jmo1jo0I1jo11jo7A1joa1jogA1joh!I1joi!T1joj!I1jok!A1jpc!I1jpd1jpmA1jpn1jqqI1jqr1jqxA1jqy!I1jqz1jr2A1jr3!T1jr4!I1jr51jr8B1jr9!T1jra!I1jrb!A1jrk!I1jrl1jrvA1jrw1jt5I1jt61jtlA1jtm1jtoB1jtp!I1jtq1jtsT1jtt1jtuB1juo1k4uI1k4v1k52A1k541k5bA1k5c!I1k5d1k5hB1k5s1k61Q1k621k6kI1k6o!T1k6p!G1k6q1k7jI1k7m1k87A1k891k8mA1kao1kc0I1kc11kc6A1kca!A1kcc1kcdA1kcf1kclA1kcm!I1kcn!A1kcw1kd5Q1kdc1kehI1kei1kemA1keo1kepA1ker1kevA1kew!I1kf41kfdQ1ko01koiI1koj1komA1kon1kv0I1kv11kv4K1kv51kvlI1kvz!B1kw01lriI1lrk1lroB1ls01oifI1oig1oiiL1oij1oilR1oim1ojlI1ojm!R1ojn1ojpI1ojq!L1ojr!R1ojs!L1ojt!R1oju1oqgI1oqh!L1oqi1oqjR1oqk1oviI1ovk1ovqS1ovr!L1ovs!R1s001sctI1scu!L1scv!R1scw1zkuI1zkw1zl5Q1zla1zlbB1zo01zotI1zow1zp0A1zp1!B1zpc1zqnI1zqo1zquA1zqv1zqxB1zqy1zr7I1zr8!B1zr9!I1zrk1zrtQ1zrv20euI20ev20ewB20ex20juI20jz!A20k0!I20k120ljA20lr20luA20lv20m7I20o020o3Y20o4!S20og20ohA20ow25fbe25fk260ve260w26dxI26f426fce2dc02djye2dlc2dleY2dlw2dlzY2dm82dx7e2fpc2ftoI2ftp2ftqA2ftr!B2fts2ftvA2jnk2jxgI2jxh2jxlA2jxm2jxoI2jxp2jyaA2jyb2jycI2jyd2jyjA2jyk2jzdI2jze2jzhA2jzi2k3lI2k3m2k3oA2k3p2l6zI2l722l8fQ2l8g2lmnI2lmo2lo6A2lo72loaI2lob2lpoA2lpp2lpwI2lpx!A2lpy2lqbI2lqc!A2lqd2lqeI2lqf2lqiB2lqj!I2lqz2lr3A2lr52lrjA2mtc2mtiA2mtk2mu0A2mu32mu9A2mub2mucA2mue2muiA2n0g2n1oI2n1s2n1yA2n1z2n25I2n282n2hQ2n2m2ne3I2ne42ne7A2ne82nehQ2nen!J2oe82ojzI2ok02ok6A2olc2on7I2on82oneA2onf!I2onk2ontQ2ony2onzL2p9t2pbfI2pbg!K2pbh2pbjI2pbk!K2pbl2prlI2pz42q67e2q682q6kI2q6l2q6ne2q6o2q98I2q992q9be2q9c2qb0I2qb12qcle2qcm2qdbj2qdc2qo4e2qo5!f2qo62qore2qos2qotI2qou2qpge2qph2qpiI2qpj2qpne2qpo!I2qpp2qpte2qpu2qpwf2qpx2qpye2qpz!f2qq02qq1e2qq22qq4f2qq52qree2qrf2qrjk2qrk2qtde2qte2qtff2qtg2qthe2qti2qtsf2qtt2qude2que2quwf2qux2quze2qv0!f2qv12qv4e2qv52qv7f2qv8!e2qv92qvbf2qvc2qvie2qvj!f2qvk!e2qvl!f2qvm2qvze2qw0!I2qw1!e2qw2!I2qw3!e2qw4!I2qw52qw9e2qwa!f2qwb2qwee2qwf!I2qwg!e2qwh2qwiI2qwj2qyne2qyo2qyuI2qyv2qzae2qzb2qzoI2qzp2r01e2r022r0pI2r0q2r1ve2r1w2r1xf2r1y2r21e2r22!f2r232r2ne2r2o!f2r2p2r2se2r2t2r2uf2r2v2r4je2r4k2r4rI2r4s2r5fe2r5g2r5lI2r5m2r7oe2r7p2r7rf2r7s2r7ue2r7v2r7zf2r802r91I2r922r94H2r952r97Y2r982r9bI2r9c2raae2rab!f2rac2rare2ras2rauf2rav2rb3e2rb4!f2rb52rbfe2rbg!f2rbh2rcve2rcw2rg3I2rg42rgfe2rgg2risI2rit2rjze2rk02rkbI2rkc2rkfe2rkg2rlzI2rm02rm7e2rm82rmhI2rmi2rmne2rmo2rnrI2rns2rnze2ro02rotI2rou2rr3e2rr42rrfI2rrg!f2rrh2rrie2rrj!f2rrk2rrre2rrs2rrzf2rs02rs5e2rs6!f2rs72rsfe2rsg2rspf2rsq2rsre2rss2rsuf2rsv2ruee2ruf!f2rug2rw4e2rw52rw6f2rw7!e2rw82rw9f2rwa!e2rwb!f2rwc2rwse2rwt2rwvf2rww!e2rwx2rx9f2rxa2ry7e2ry82s0jI2s0k2s5be2s5c2sayI2sc02sc9Q2scg2t4te2t4w47p9e47pc5m9pejny9!Ajnz4jo1rAjo5cjobzAl2ionvnhI", x3finclua: "?include=activities,history&show_dates=true", x3finclug: "?include=gateway_tokens,activities,ledger,system_logs,documents", + A_sele: "A selection exists but no component for node ", ABCDEF: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", Billin: "BillingClientStateListener#onBillingServiceDisconnected()", Broadc: "Broadcast stream controllers do not support pause callbacks", @@ -609416,7 +625375,9 @@ Cannotefq: "Cannot extract a file path from a URI with a query component", Cannoten: "Cannot extract a non-Windows file path from a file URI with an authority", Cannotf: "Cannot fire new event. Controller is already firing an event", - Couldn: "Couldn't insert text because Super Editor doesn't know how to handle a node of type: ", + Conten: "ContentLayersElement - marking needs build", + Couldnc: "Couldn't insert character because Super Editor doesn't know how to handle a node of type: ", + Couldnt: "Couldn't insert text because Super Editor doesn't know how to handle a node of type: ", Delta_: "Delta text input client received a non-delta TextEditingValue from OS: ", E53333: 'E533333333333333333333333333DDDDDDD4333333333333333333334C43333CD53333333333333333333333UEDTE4\x933343333\x933333333333333333333333333D433333333333333333CDDEDDD43333333S5333333333333333333333C333333D533333333333333333333333SUDDDDT5\x9933CD4E333333333333333333333333UEDDDDE433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333TUUS5CT\x94\x95E3333333333333333333333333333333333333333333333333333333333333333333333SUDD3DUU43533333333333333333C3333333333333w733337333333s3333333w7333333333w33333333333333333333CDDTETE43333ED4S5SE3333C33333D33333333333334E433C3333333C33333333333333333333333333333CETUTDT533333CDDDDDDDDDD3333333343333333D$433333333333333333333333SUDTEE433C34333333333333333333333333333333333333333333333333333333333333333333333333333333TUDDDD3333333333CT5333333333333333333333333333DCEUU3U3U5333343333S5CDDD3CDD333333333333333333333333333333333333333333333333333333333333333333333s73333s33333333333""""""""333333339433333333333333CDDDDDDDDDDDDDDDD3333333CDDDDDDDDDDD\x94DDDDDDDDDDDDDDDDDDDDDDDD33333333DDDDDDDD3333333373s333333333333333333333333333333CDTDDDCTE43C4CD3C333333333333333D3C33333\xee\xee\xed\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xed\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xed\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee333333\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb33\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc<3sww73333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333w7333333333333333733333333333333333333333333333sww733333s7333333s3wwwww333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwgffffffffffffvww7wwwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww733333333333333333333333swwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww7333333333333333333333333333333333333333333333333333333333swwwww7333333333333333333333333333333333333333333wwwwwwwwwwwwwwwwwwwww7swwwwwss33373733s33333w33333CT333333333333333EDTETD433333333#\x14"333333333333"""233333373ED4U5UE9333C33333D33333333333333www3333333s73333333333EEDDDCC3DDDDUUUDDDDD3T5333333333333333333333333333CCU3333333333333333333333333333334EDDD33SDD4D5U4333333333C43333333333CDDD9DDD3DCD433333333C433333333333333C433333333333334443SEUCUSE4333D33333C43333333533333CU33333333333333333333333333334EDDDD3CDDDDDDDDDDDDDDDDDDDDDDDDDDD33DDDDDDDDDDDDDDDDDDDDDDDDD33334333333C33333333333DD4DDDDDDD433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CSUUUUUUUUUUUUUUUUUUUUUUUUUUU333CD43333333333333333333333333333333333333333433333U3333333333333333333333333UUUUUUTEDDDDD3333C3333333333333333373333333333s333333333333swwwww33w733wwwwwww73333s33333333337swwwwsw73333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwDD4D33CDDDDDCDDDDDDDDDDDDDDDDD43EDDDTUEUCDDD33333D33333333333333DDCDDDDCDCDD333333333DT33333333333333D5333333333333333333333333333CSUE4333333333333CDDDDDDDD4333333DT33333333333333333333333CUDDUDU3SUSU43333433333333333333333333ET533E3333SDD3U3U4333D43333C43333333333333s733333s33333333333CTE333333333333333333UUUUDDDDUD3333"""""(\x02"""""""""3333333333333333333DDDD333333333333333333333333CDDDD3333C3333T333333333333333333333334343C33333333333SET334333333333DDDDDDDDDDDDDDDDDDDDDD4DDDDDDDD4CDDDC4DD43333333333333333333333333333333333333333333333333C33333333333333333333333333333333333333333333333333333333333333333333333333333333DDD433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333334333333333333333333333333333333DD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DD433333333333333333333333333333DDD43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DDDDDDD533333333333333333333333DDDTTU5D4DD333C433333D333333333333333333333DDD733333s373ss33w7733333ww733333333333ss33333333333333333333333333333ww3333333333333333333333333333wwww33333www33333333333333333333wwww333333333333333wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww333333wwwwwwwwwwwwwwwwwwwwwww7wwwwwswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww73333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333C4""333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333DDD4333333333333333333333333333333333333333333333333333333DDD4333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333UEDDDTEE43333333333333333333333333333333333333333333333333333CEUDDDE33333333333333333333333333333333333333333333333333CD3DDEDD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333EDDDCDDT43333333333333333333333333333333333333333CDDDDDDDDDD4EDDDETD3333333333333333333333333333333333333333333333333333333333333DDD3CC4DDD\x94433333333333333333333333333333333SUUC4UT4333333333333333333333333333333333333333333333333333#"""""""B333DDDDDDD433333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CED3SDD$"""BDDD4CDDD333333333333333DD33333333333333333333333333333333333333333DEDDDUE333333333333333333333333333CCD3D33CD533333333333333333333333333CESEU3333333333333333333DDDD433333CU33333333333333333333333333334DC44333333333333333333333333333CD4DDDDD33333333333333333333DDD\x95DD333343333DDDUD43333333333333333333\x93\x99\x99IDDDDDDE43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CDDDDDDDDDDDDDDDDDDDDDD4CDDDDDDDDDDD33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CD3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333333333333333333DD4333333333333333333333333333333333333333333333333333333333333333333""""""33D4D33CD43333333333333333333CD3343333333333333333333333333333333333333333333333333333333333333333333333333333333333D33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CT53333DY333333333333333333333333UDD43UT43333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333D3333333333333333333333333333333333333333D43333333333333333333333333333333333CDDDDD333333333333333333333333CD4333333333333333333333333333333333333333333333333333333333333SUDDDDUDT43333333333343333333333333333333333333333333333333333TEDDTTEETD333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333CUDD3UUDE43333333333333D3333333333333333343333333333SE43CD33333333DD33333C33TEDCSUUU433333333S533333CDDDDDU333333\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa:3\x99\x99\x9933333DDDDD4233333333333333333UTEUS433333333CDCDDDDDDEDDD33433C3E433#"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""BDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD$"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""BDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD$"""""""""""""""2333373r33333333\x93933CDDD4333333333333333CDUUDU53SEUUUD43\xa3\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xba\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xcb\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\xcc\f', ERROR_: "ERROR: can't insert text in a node that isn't a TextNode: ", @@ -609427,35 +625388,40 @@ ExpectaU2: "Expected a UpstreamDownstreamNodePosition for position2 but received a ", ExpectnT: "Expected nodePosition of type TextPosition but received: ", ExpectnU: "Expected nodePosition of type UpstreamDownstreamNodePosition but received: ", - Failed: "Failed to load network image.\nImage URL: ", + Failed_b: "Failed to _getDocumentPositionAfterDeletion because the base node no longer exists.", + Failed_e: "Failed to _getDocumentPositionAfterDeletion because the extent node no longer exists.", + Failedl: "Failed to load network image.\nImage URL: ", + Focal_: "Focal point is NOT beyond boundary. Considering per-character selection.", IF_YOU: "IF YOU ARE TESTING THE APP, IT MAY BE THAT THE CALLED METHOD IS NOT MOCKED", Inserta: "Inserting paragraph after block-level node.", Insertb: "Inserting paragraph before block-level node.", + Long_p: "Long-press selecting. Couldn't find word at position: ", Lost_f: "Lost focus. Detaching TextInputClient from TextInput.", - Not_bue: "Not building expanded handles because the text layout reported a zero line-height", - Not_buo: "Not building overlay handles because there is no selection", + No_ren: "No render tree root was added to the binding.", + Not_bu: "Not building expanded handles because the text layout reported a zero line-height", Purcha: "PurchasesUpdatedListener#onPurchasesUpdated(BillingResult, List)", + Select: "Select by word because finger is beyond most recent boundary.", Stream: "Stream has been disposed.\nAn ImageStream is considered disposed once at least one listener has been added and subsequently all listeners have been removed and no handles are outstanding from the keepAlive method.\nTo resolve this error, maintain at least one listener on the stream, or create an ImageStreamCompleterHandle from the keepAlive method, or create a new stream for the image.", System: "SystemChrome.setApplicationSwitcherDescription", TextInD: "TextInputClient.updateEditingStateWithDeltas", TextInT: "TextInputClient.updateEditingStateWithTag", + The_cu: "The current node is an empty list item. Converting it to a paragraph instead of inserting block-level newline.", The_se: "The selected position is an UpstreamDownstreamPosition. Inserting new paragraph first.", + The_us: "The user triggered per-character selection, but we don't know which direction the user started moving the selection. We expected to know that information at this point.", There_a: 'There are several ways to avoid this problem. The simplest is to use a Builder to get a context that is "under" the Scaffold. For an example of this, please see the documentation for Scaffold.of():\n https://api.flutter.dev/flutter/material/Scaffold/of.html', There_w: "There was a problem trying to load FontManifest.json", Tried_o: "Tried to obtain non-existent component by node id: ", Tried_sd: "Tried to scroll down but the scroll position is already beyond the max", Tried_su: "Tried to scroll up but the scroll position is already at the top", - Tried_uc_: "Tried to update collapsed handle offset but the selection is expanded", - Tried_ucr: "Tried to update collapsed handle offset but there is no document selection", - Tried_ue_: "Tried to update expanded handle offsets but the selection is collapsed", - Tried_uer: "Tried to update expanded handle offsets but there is no document selection", - Updati: "Updating Document Composer selection after text insertion.", + Update: "Updated the focal point because we just started selecting by character", Upload: "Uploading documents requires an enterprise plan", + User_i: "User is still dragging away from initial word, selecting by word.", You_ca: "You cannot add items while items are being added from addStream", x5dx20__cl: "] - clearing editor selection because the editor lost all focus", x5dx20__cr: "] - creating new TextInputConnection to IME", x5dx2e_Cus: "]. Custom extension filters are only allowed with FileType.custom, please change it or remove filters.", x5fonKey: '_onKeyPressed - not a "down" event. Ignoring.', + delete: "deleteBackwardByDecomposingPreviousCharacter:", docker: "docker-compose down\ndocker-compose pull\ndocker-compose up", expecta: "expected-attribute-value-but-got-right-bracket", expectc: "expected-closing-tag-but-got-right-bracket", @@ -609469,6 +625435,7 @@ https_pr: "https://preview.invoicing.co/api/v1/live_preview", https_w: "https://www.invoiceninja.com/privacy-policy", max_mu: "max must be in range 0 < max \u2264 2^32, was ", + moveTo: "moveToBeginningOfDocumentAndModifySelection:", rememb: "remembering this marker to insert in copied region", serial: "serializer must be StructuredSerializer or PrimitiveSerializer", this_m: "this marker counters an earlier one we found. We will not re-insert this marker in the copied region", @@ -609494,7 +625461,6 @@ AccountManagementVM: findType("AccountManagementVM"), ActionIconTheme: findType("ActionIconTheme"), ActionPaneConfiguration: findType("ActionPaneConfiguration"), - ActionPaneType: findType("ActionPaneType"), Action_Intent: findType("Action"), ActivityEntity: findType("ActivityEntity"), AddPurchaseOrdersToInventoryRequest: findType("AddPurchaseOrdersToInventoryRequest"), @@ -609582,7 +625548,6 @@ BaseEntity: findType("BaseEntity"), BasicMessageChannel_nullable_Object: findType("BasicMessageChannel"), BeforeUnloadEvent: findType("BeforeUnloadEvent"), - BehaviorSubject_FileResponse: findType("BehaviorSubject"), BelongsToClient: findType("BelongsToClient"), BelongsToVendor: findType("BelongsToVendor"), BillingResultWrapper: findType("BillingResultWrapper"), @@ -609643,8 +625608,6 @@ ButtonTheme: findType("ButtonTheme"), ByteBuffer: findType("ByteBuffer"), ByteData: findType("ByteData"), - CacheInfoRepository: findType("CacheInfoRepository"), - CacheObject: findType("CacheObject"), CallbackAction_ActivateIntent: findType("CallbackAction"), CallbackAction_ButtonActivateIntent: findType("CallbackAction"), CallbackAction_DirectionalFocusIntent: findType("CallbackAction"), @@ -609745,6 +625708,7 @@ Constraints: findType("Constraints"), ContactReportFields: findType("ContactReportFields"), ContactUsDialog: findType("ContactUsDialog"), + ContainerBoxParentData_RenderBox: findType("ContainerBoxParentData"), ContainerLayer: findType("ContainerLayer"), ContainerLayer_2: findType("ContainerLayer0"), ContainerRenderObjectMixin_of_RenderObject_and_ContainerParentDataMixin_RenderObject: findType("ContainerRenderObjectMixin>"), @@ -609848,9 +625812,7 @@ Dialog: findType("Dialog0"), Directionality: findType("Directionality"), DirectionallyExtendSelectionEvent: findType("DirectionallyExtendSelectionEvent"), - Directory: findType("Directory0"), - DirectoryNode: findType("DirectoryNode"), - Directory_2: findType("Directory"), + Directory: findType("Directory"), DisableTwoFactorRequest: findType("DisableTwoFactorRequest"), DiscardChanges: findType("DiscardChanges"), DisconnecOAuthUserRequest: findType("DisconnecOAuthUserRequest"), @@ -609861,17 +625823,21 @@ DividerTheme: findType("DividerTheme"), DoctypeToken: findType("DoctypeToken"), Document: findType("Document"), + DocumentChange: findType("DocumentChange"), DocumentComponent_StatefulWidget: findType("DocumentComponent"), + DocumentEdit: findType("DocumentEdit"), DocumentEditVM: findType("DocumentEditVM"), DocumentEntity: findType("DocumentEntity"), - DocumentFragment: findType("DocumentFragment0"), + DocumentFragment: findType("DocumentFragment1"), DocumentItemResponse: findType("DocumentItemResponse"), DocumentLayout: findType("DocumentLayout"), + DocumentLayoutEditable: findType("DocumentLayoutEditable"), DocumentListResponse: findType("DocumentListResponse"), DocumentListVM: findType("DocumentListVM"), DocumentNode: findType("DocumentNode"), DocumentNodeSelection_NodeSelection: findType("DocumentNodeSelection"), DocumentReportFields: findType("DocumentReportFields"), + DocumentScaffold_dynamic: findType("DocumentScaffold<@>"), DocumentScreenVM: findType("DocumentScreenVM"), DocumentState: findType("DocumentState"), DocumentTile: findType("DocumentTile"), @@ -609895,9 +625861,12 @@ Duration: findType("Duration"), EdgeInsetsGeometry: findType("EdgeInsetsGeometry"), EditClient: findType("EditClient"), + EditEvent: findType("EditEvent"), EditExpenseCategory: findType("EditExpenseCategory"), EditProject: findType("EditProject"), + EditReaction: findType("EditReaction"), EditVendor: findType("EditVendor"), + Editable: findType("Editable"), EfficientLengthIterable_dynamic: findType("EfficientLengthIterable<@>"), Element: findType("Element2"), Element_2: findType("Element0"), @@ -609965,17 +625934,14 @@ ExtendSelectionToNextWordBoundaryIntent: findType("ExtendSelectionToNextWordBoundaryIntent"), ExtendSelectionToNextWordBoundaryOrCaretLocationIntent: findType("ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"), ExtendedState_StatefulWidget: findType("ExtendedState"), + FallbackFontComponent: findType("FallbackFontComponent"), FeesAndLimitsSettings: findType("FeesAndLimitsSettings"), - File: findType("File1"), - FileNode: findType("FileNode"), - FileResponse: findType("FileResponse"), - FileServiceResponse: findType("FileServiceResponse"), - FileSystemEntity: findType("FileSystemEntity0"), FilterByEntity: findType("FilterByEntity"), FlexParentData: findType("FlexParentData"), FlexibleSpaceBarSettings: findType("FlexibleSpaceBarSettings"), Float32List: findType("Float32List"), Float64List: findType("Float64List"), + FloatingCursorListener: findType("FloatingCursorListener"), FlutterError: findType("FlutterError"), FocusNode: findType("FocusNode"), FocusScopeNode: findType("FocusScopeNode"), @@ -609994,9 +625960,12 @@ Future_PurchaseDetails: findType("Future"), Future_ServiceExtensionResponse: findType("Future"), Future_ServiceExtensionResponse_Function_2_String_and_Map_String_String: findType("Future(String,Map)"), + Future_Uint8List: findType("Future"), Future_bool_Function: findType("Future()"), Future_dynamic: findType("Future<@>"), - Future_nullable_CacheObject: findType("Future"), + Future_nullable_ByteData: findType("Future"), + Future_nullable_GoogleUser: findType("Future"), + Future_nullable_String: findType("Future"), Future_void: findType("Future<~>"), GatewayConfigField: findType("GatewayConfigField"), GatewayEntity: findType("GatewayEntity"), @@ -610028,7 +625997,9 @@ GestureRecognizerFactoryWithHandlers_TapSequenceGestureRecognizer: findType("GestureRecognizerFactoryWithHandlers"), GestureRecognizerFactoryWithHandlers_VerticalDragGestureRecognizer: findType("GestureRecognizerFactoryWithHandlers"), GestureRecognizerFactoryWithHandlers__ThumbPressGestureRecognizer: findType("GestureRecognizerFactoryWithHandlers<_ThumbPressGestureRecognizer>"), + GestureRecognizerFactoryWithHandlers__ThumbPressGestureRecognizer_2: findType("GestureRecognizerFactoryWithHandlers<_ThumbPressGestureRecognizer0>"), GestureRecognizerFactoryWithHandlers__TrackTapGestureRecognizer: findType("GestureRecognizerFactoryWithHandlers<_TrackTapGestureRecognizer>"), + GestureRecognizerFactoryWithHandlers__TrackTapGestureRecognizer_2: findType("GestureRecognizerFactoryWithHandlers<_TrackTapGestureRecognizer0>"), GestureRecognizerFactory_GestureRecognizer: findType("GestureRecognizerFactory"), GestureType: findType("GestureType"), GlobalKey_State_StatefulWidget: findType("GlobalKey>"), @@ -610054,7 +626025,6 @@ HealthCheckDialog: findType("HealthCheckDialog"), HealthCheckPHPResponse: findType("HealthCheckPHPResponse"), HealthCheckResponse: findType("HealthCheckResponse"), - HeapPriorityQueue__TaskEntry_dynamic: findType("HeapPriorityQueue<_TaskEntry<@>>"), Hero: findType("Hero"), HeroControllerScope: findType("HeroControllerScope"), HistoryRecord: findType("HistoryRecord"), @@ -610146,7 +626116,6 @@ JSArray_BoardItemState: findType("JSArray"), JSArray_BoardListState: findType("JSArray"), JSArray_BoxShadow: findType("JSArray"), - JSArray_CacheObject: findType("JSArray"), JSArray_CanvasRect: findType("JSArray"), JSArray_ChartBehavior_DateTime: findType("JSArray>"), JSArray_ChartBehavior_DateTime_2: findType("JSArray>"), @@ -610158,7 +626127,6 @@ JSArray_CkTextStyle: findType("JSArray"), JSArray_ClientContactEntity: findType("JSArray"), JSArray_ClientReportFields: findType("JSArray"), - JSArray_CodePointRange: findType("JSArray"), JSArray_Color: findType("JSArray"), JSArray_Color_2: findType("JSArray"), JSArray_CompanyEntity: findType("JSArray"), @@ -610182,7 +626150,6 @@ JSArray_DiagnosticsNode: findType("JSArray"), JSArray_Directionality: findType("JSArray"), JSArray_DocumentEntity: findType("JSArray"), - JSArray_DocumentLayerBuilder: findType("JSArray"), JSArray_DocumentNode: findType("JSArray"), JSArray_DocumentReportFields: findType("JSArray"), JSArray_DocumentStatusEntity: findType("JSArray"), @@ -610193,6 +626160,10 @@ JSArray_DropdownMenuItem_bool: findType("JSArray>"), JSArray_DropdownMenuItem_double: findType("JSArray>"), JSArray_DropdownMenuItem_int: findType("JSArray>"), + JSArray_EditCommand: findType("JSArray"), + JSArray_EditEvent: findType("JSArray"), + JSArray_EditListener: findType("JSArray"), + JSArray_EditRequest: findType("JSArray"), JSArray_Element: findType("JSArray"), JSArray_Element_2: findType("JSArray"), JSArray_Element_3: findType("JSArray"), @@ -610205,6 +626176,7 @@ JSArray_ExpenseReportFields: findType("JSArray"), JSArray_ExpenseStatusEntity: findType("JSArray"), JSArray_Expression: findType("JSArray"), + JSArray_FallbackFontComponent: findType("JSArray"), JSArray_FocusNode: findType("JSArray"), JSArray_FontFamily: findType("JSArray"), JSArray_FontFeature: findType("JSArray"), @@ -610284,7 +626256,7 @@ JSArray_Mutator: findType("JSArray"), JSArray_NavigatorObserver: findType("JSArray"), JSArray_Node: findType("JSArray"), - JSArray_Node_2: findType("JSArray"), + JSArray_Node_2: findType("JSArray"), JSArray_NotoFont: findType("JSArray"), JSArray_Object: findType("JSArray"), JSArray_Offset: findType("JSArray"), @@ -610297,7 +626269,9 @@ JSArray_Pair_String_String: findType("JSArray>"), JSArray_ParagraphLine: findType("JSArray"), JSArray_ParagraphSpan: findType("JSArray"), + JSArray_ParentDataElement_ParentData: findType("JSArray>"), JSArray_ParseError: findType("JSArray"), + JSArray_Path: findType("JSArray"), JSArray_PaymentEntity: findType("JSArray"), JSArray_PaymentReportFields: findType("JSArray"), JSArray_PaymentStatusEntity: findType("JSArray"), @@ -610375,6 +626349,7 @@ JSArray_StyleNode: findType("JSArray"), JSArray_StyleRule: findType("JSArray"), JSArray_SuggestionSpan: findType("JSArray"), + JSArray_SuperEditorLayerBuilder: findType("JSArray"), JSArray_Surface: findType("JSArray"), JSArray_TableRow: findType("JSArray"), JSArray_TagAttribute: findType("JSArray"), @@ -610391,6 +626366,7 @@ JSArray_TextEditingController: findType("JSArray"), JSArray_TextEditingDelta: findType("JSArray"), JSArray_TextInputFormatter: findType("JSArray"), + JSArray_TextLayoutUnderline: findType("JSArray"), JSArray_TextRange: findType("JSArray"), JSArray_TextSelectionPoint: findType("JSArray"), JSArray_TextSpan: findType("JSArray"), @@ -610408,7 +626384,6 @@ JSArray_Type: findType("JSArray"), JSArray_Uint8List: findType("JSArray"), JSArray_UnregisteredFont: findType("JSArray"), - JSArray_UserSelection: findType("JSArray"), JSArray_VendorContactEntity: findType("JSArray"), JSArray_VendorReportFields: findType("JSArray"), JSArray_WebDropItem: findType("JSArray"), @@ -610426,6 +626401,7 @@ JSArray__Listener: findType("JSArray<_Listener>"), JSArray__MenuPageInfo: findType("JSArray<_MenuPageInfo>"), JSArray__OverlayEntryWidget: findType("JSArray<_OverlayEntryWidget>"), + JSArray__PaintableUnderline: findType("JSArray<_PaintableUnderline>"), JSArray__ParentInkResponseState: findType("JSArray<_ParentInkResponseState>"), JSArray__Pending: findType("JSArray<_Pending>"), JSArray__PersistedSurfaceMatch: findType("JSArray<_PersistedSurfaceMatch>"), @@ -610468,11 +626444,13 @@ JSArray_nullable__AsyncBlock: findType("JSArray<_AsyncBlock?>"), JSArray_nullable_int: findType("JSArray"), JSArray_num: findType("JSArray"), + JSArray_of_ContentLayerWidget_Function_BuildContext: findType("JSArray"), + JSArray_of_ExecutionInstruction_Function_$named_$req_editContext_SuperEditorContext_and_$req_keyEvent_RawKeyEvent: findType("JSArray"), JSArray_of_Future_bool_Function: findType("JSArray()>"), JSArray_of_ListUIState_Function_ListUIState_dynamic: findType("JSArray"), JSArray_of_Stream_LicenseEntry_Function: findType("JSArray()>"), JSArray_of_String_Function_String_dynamic: findType("JSArray"), - JSArray_of_TextFieldKeyboardHandlerResult_Function_$named_$req_controller_AttributedTextEditingController_and_$req_keyEvent_RawKeyEvent_and_$req_textLayout_ProseTextLayout: findType("JSArray"), + JSArray_of_TextFieldKeyboardHandlerResult_Function_$named_$req_keyEvent_RawKeyEvent_and_$req_textFieldContext_SuperTextFieldContext: findType("JSArray"), JSArray_of__DateFormatField_Function_String_DateFormat: findType("JSArray<_DateFormatField(String,DateFormat)>"), JSArray_of_bool_Function_KeyEvent: findType("JSArray"), JSArray_of_bool_Function_bool_dynamic: findType("JSArray"), @@ -610488,8 +626466,10 @@ JSArray_of_nullable_int_Function_2_nullable_int_and_dynamic: findType("JSArray"), JSArray_of_nullable_void_Function_GestureMode: findType("JSArray<~(GestureMode)?>"), JSArray_of_void_Function: findType("JSArray<~()>"), + JSArray_of_void_Function_2_Object_and_nullable_StackTrace: findType("JSArray<~(Object,StackTrace?)>"), JSArray_of_void_Function_Action_Intent: findType("JSArray<~(Action)>"), JSArray_of_void_Function_AnimationStatus: findType("JSArray<~(AnimationStatus)>"), + JSArray_of_void_Function_DocumentChangeLog: findType("JSArray<~(DocumentChangeLog)>"), JSArray_of_void_Function_Duration: findType("JSArray<~(Duration)>"), JSArray_of_void_Function_List_FrameTiming: findType("JSArray<~(List)>"), JSArray_of_void_Function_PurchasesResultWrapper: findType("JSArray<~(PurchasesResultWrapper)>"), @@ -610531,13 +626511,12 @@ LayerScene: findType("LayerScene"), Layer_2: findType("Layer0"), LayoutView: findType("LayoutView"), - LeaderLayer: findType("LeaderLayer"), + LeaderLayer: findType("LeaderLayer0"), + LeaderLayer_2: findType("LeaderLayer"), LedgerEntity: findType("LedgerEntity"), LicenseEntry: findType("LicenseEntry"), LineCharProperty: findType("LineCharProperty"), LinePointHighlighter_DateTime: findType("LinePointHighlighter"), - LinkAttribution: findType("LinkAttribution"), - LinkNode: findType("LinkNode"), LinkReference: findType("LinkReference"), LinkTransactionToExpenseRequest: findType("LinkTransactionToExpenseRequest"), LinkTransactionToPaymentRequest: findType("LinkTransactionToPaymentRequest"), @@ -610612,10 +626591,8 @@ ListUIState: findType("ListUIState"), List_AssetMetadata: findType("List"), List_BankAccountEntity: findType("List"), - List_CacheObject: findType("List"), List_ChartDataGroup: findType("List"), List_ClientEntity: findType("List"), - List_CodePointRange: findType("List"), List_Color: findType("List"), List_CompanyGatewayEntity: findType("List"), List_DesignEntity: findType("List"), @@ -610629,7 +626606,6 @@ List_InvoiceEntity: findType("List"), List_JavaScriptObject: findType("List"), List_LicenseEntry: findType("List"), - List_LicenseParagraph: findType("List"), List_List_String: findType("List>"), List_Map_String_String: findType("List>"), List_Map_of_String_and_nullable_String: findType("List>"), @@ -610654,7 +626630,6 @@ List_TransactionEntity: findType("List"), List_TransactionRuleEntity: findType("List"), List_UserEntity: findType("List"), - List_UserSelection: findType("List"), List_VendorEntity: findType("List"), List_WebhookEntity: findType("List"), List__ActivatorIntentPair: findType("List<_ActivatorIntentPair>"), @@ -610716,7 +626691,6 @@ LoginResponse: findType("LoginResponse"), LoginVM: findType("LoginVM"), LookupBoundary: findType("LookupBoundary"), - MagnifierInfo: findType("MagnifierInfo"), MapBuilder_EntityType_PrefStateSortField: findType("MapBuilder"), MapBuilder_EntityType_bool: findType("MapBuilder"), MapBuilder_String_BankAccountEntity: findType("MapBuilder"), @@ -610891,6 +626865,8 @@ MultiChildRenderObjectWidget: findType("MultiChildRenderObjectWidget"), MultiDragPointerState: findType("MultiDragPointerState"), MultipartFile: findType("MultipartFile"), + MutableDocument: findType("MutableDocument"), + MutableDocumentComposer: findType("MutableDocumentComposer"), MutableSelectionModel_DateTime: findType("MutableSelectionModel"), MutableSelectionModel_String: findType("MutableSelectionModel"), Mutator: findType("Mutator"), @@ -610899,11 +626875,12 @@ NativeUint8List: findType("NativeUint8List"), NavigatorState: findType("NavigatorState"), Node: findType("Node1"), + NodeChangeEvent: findType("NodeChangeEvent"), Node_2: findType("Node0"), - Node_3: findType("Node2"), NotificationListener_DraggableScrollableNotification: findType("NotificationListener"), NotificationListener_KeepAliveNotification: findType("NotificationListener"), NotificationListener_LayoutChangedNotification: findType("NotificationListener"), + NotificationListener_NavigationNotification: findType("NotificationListener"), NotificationListener_OverscrollIndicatorNotification: findType("NotificationListener"), NotificationListener_ScrollMetricsNotification: findType("NotificationListener"), NotificationListener_ScrollNotification: findType("NotificationListener"), @@ -610942,10 +626919,14 @@ Pair_String_String: findType("Pair"), Pair_of_String_and_nullable_String: findType("Pair"), Pair_of_nullable_String_and_nullable_String: findType("Pair"), + ParagraphNode: findType("ParagraphNode"), ParentDataWidget_KeepAliveParentDataMixin: findType("ParentDataWidget"), ParentDataWidget_ParentData: findType("ParentDataWidget"), ParseErrorToken: findType("ParseErrorToken"), Path: findType("Path"), + PausableValueNotifier_bool: findType("PausableValueNotifier"), + PausableValueNotifier_nullable_DocumentRange: findType("PausableValueNotifier"), + PausableValueNotifier_nullable_DocumentSelection: findType("PausableValueNotifier"), PaymentEditScreen: findType("PaymentEditScreen"), PaymentEditVM: findType("PaymentEditVM"), PaymentEntity: findType("PaymentEntity"), @@ -611003,6 +626984,7 @@ PointerScrollInertiaCancelEvent: findType("PointerScrollInertiaCancelEvent"), PointerSignalEvent: findType("PointerSignalEvent"), PointerUpEvent: findType("PointerUpEvent"), + PopEntry: findType("PopEntry"), PopupMenuEntry_EntityAction: findType("PopupMenuEntry"), PopupMenuEntry_String: findType("PopupMenuEntry"), PopupMenuItem_String: findType("PopupMenuItem"), @@ -611043,7 +627025,7 @@ ProjectState: findType("ProjectState"), ProjectUIState: findType("ProjectUIState"), ProjectViewVM: findType("ProjectViewVM"), - ProseTextBlock: findType("ProseTextBlock"), + ProxyTextComposable: findType("ProxyTextComposable"), ProxyWidget: findType("ProxyWidget"), PurchaseDetails: findType("PurchaseDetails"), PurchaseOrderEditDetailsVM: findType("PurchaseOrderEditDetailsVM"), @@ -611064,7 +627046,6 @@ PurgeClientRequest: findType("PurgeClientRequest"), PurgeClientSuccess: findType("PurgeClientSuccess"), PurgeDataRequest: findType("PurgeDataRequest"), - QueueItem: findType("QueueItem"), QuoteEditDetailsVM: findType("QuoteEditDetailsVM"), QuoteEditItemsVM: findType("QuoteEditItemsVM"), QuoteEditNotesVM: findType("QuoteEditNotesVM"), @@ -611081,10 +627062,9 @@ RadioListTile_String: findType("RadioListTile"), RadioTheme: findType("RadioTheme"), RandomAccessFile: findType("RandomAccessFile"), - RawAutocomplete_ProductEntity: findType("RawAutocomplete"), - RawAutocomplete_SelectableEntity: findType("RawAutocomplete"), RawAutocomplete_String: findType("RawAutocomplete"), RawScrollbar: findType("RawScrollbar"), + RawScrollbarWithCustomPhysics: findType("RawScrollbarWithCustomPhysics"), Record: findType("Record"), Record_0: findType("+()"), Record_2_String_and_nullable_FontLoadError: findType("+(String,FontLoadError?)"), @@ -611112,6 +627092,7 @@ RecurringInvoiceViewVM: findType("RecurringInvoiceViewVM"), RefreshData: findType("RefreshData"), RefreshDataSuccess: findType("RefreshDataSuccess"), + RefreshProgressIndicator: findType("RefreshProgressIndicator"), RefundPaymentRequest: findType("RefundPaymentRequest"), RegExpMatch: findType("RegExpMatch"), RegistrationFieldEntity: findType("RegistrationFieldEntity"), @@ -611125,7 +627106,6 @@ RenderIgnorePointer: findType("RenderIgnorePointer"), RenderLayoutAwareParagraph: findType("RenderLayoutAwareParagraph"), RenderObject: findType("RenderObject"), - RenderObjectToWidgetAdapter_RenderBox: findType("RenderObjectToWidgetAdapter"), RenderObjectWidget: findType("RenderObjectWidget"), RenderObjectWithChildMixin_RenderObject: findType("RenderObjectWithChildMixin"), RenderPointerListener: findType("RenderPointerListener"), @@ -611136,6 +627116,7 @@ RenderTable: findType("RenderTable"), RenderTapRegion: findType("RenderTapRegion"), RenderTapRegionSurface: findType("RenderTapRegionSurface"), + RenderView: findType("RenderView"), RenderViewport: findType("RenderViewport"), ReplaceTextIntent: findType("ReplaceTextIntent"), ReportResult: findType("ReportResult"), @@ -611183,11 +627164,11 @@ RestoreVendorRequest: findType("RestoreVendorRequest"), RestoreWebhooksRequest: findType("RestoreWebhooksRequest"), ReverseTween_nullable_Rect: findType("ReverseTween"), - ReversedListIterable_NamedAttribution: findType("ReversedListIterable"), ReversedListIterable_String: findType("ReversedListIterable"), ReversedListIterable__OverlayEntryWidget: findType("ReversedListIterable<_OverlayEntryWidget>"), ReversedListIterable__SemanticsSortGroup: findType("ReversedListIterable<_SemanticsSortGroup>"), ReversedListIterable_of_dynamic_Function_dynamic: findType("ReversedListIterable<@(@)>"), + RootWidget: findType("RootWidget"), RoutePopDisposition: findType("RoutePopDisposition"), Route_dynamic_Function_2_BuildContext_and_nullable_Object: findType("Route<@>(BuildContext,Object?)"), Row: findType("Row"), @@ -611250,6 +627231,7 @@ ScrollNotificationObserverState: findType("ScrollNotificationObserverState"), ScrollPosition: findType("ScrollPosition"), ScrollbarPainter: findType("ScrollbarPainter"), + ScrollbarPainter_2: findType("ScrollbarPainter0"), ScrollbarTheme: findType("ScrollbarTheme"), SelectAllSelectionEvent: findType("SelectAllSelectionEvent"), SelectCompany: findType("SelectCompany"), @@ -611359,14 +627341,15 @@ SubscriptionState: findType("SubscriptionState"), SubscriptionUIState: findType("SubscriptionUIState"), SubscriptionViewVM: findType("SubscriptionViewVM"), + SuperEditorAndroidControlsScope: findType("SuperEditorAndroidControlsScope"), SuperEditorDebugVisuals: findType("SuperEditorDebugVisuals"), + SuperEditorIosControlsScope: findType("SuperEditorIosControlsScope"), SurfacePaint: findType("SurfacePaint"), SurfacePath: findType("SurfacePath"), SurfaceScene: findType("SurfaceScene"), SwitchTheme: findType("SwitchTheme"), SynchronousFuture_AppLocalization: findType("SynchronousFuture"), SynchronousFuture_AssetBundleImageKey: findType("SynchronousFuture"), - SynchronousFuture_CachedNetworkImageProvider: findType("SynchronousFuture"), SynchronousFuture_CupertinoLocalizations: findType("SynchronousFuture"), SynchronousFuture_Map_Type_dynamic: findType("SynchronousFuture>"), SynchronousFuture_MaterialLocalizations: findType("SynchronousFuture"), @@ -611393,6 +627376,7 @@ TaskItemResponse: findType("TaskItemResponse"), TaskListResponse: findType("TaskListResponse"), TaskListVM: findType("TaskListVM"), + TaskNode: findType("TaskNode"), TaskReportFields: findType("TaskReportFields"), TaskScreenVM: findType("TaskScreenVM"), TaskSettingsVM: findType("TaskSettingsVM"), @@ -611436,12 +627420,14 @@ TextEditingValue: findType("TextEditingValue"), TextFormField: findType("TextFormField"), TextInputFormatter: findType("TextInputFormatter"), + TextInsertionEvent: findType("TextInsertionEvent"), TextNode: findType("TextNode"), TextNodePosition: findType("TextNodePosition"), TextPainter: findType("TextPainter"), TextParentData: findType("TextParentData"), TextPosition: findType("TextPosition"), TextRange: findType("TextRange"), + TextScaler: findType("TextScaler"), TextSelection: findType("TextSelection"), TextSelectionHandleControls: findType("TextSelectionHandleControls"), TextSelectionTheme: findType("TextSelectionTheme"), @@ -611888,6 +627874,7 @@ UnicodePropertyLookup_LineCharProperty: findType("UnicodePropertyLookup"), UnicodeRange_TextDirection: findType("UnicodeRange"), UniqueRef_JavaScriptObject: findType("UniqueRef"), + UniqueRef_Object: findType("UniqueRef"), UnknownJavaScriptObject: findType("UnknownJavaScriptObject"), UnlinkTransactionsRequest: findType("UnlinkTransactionsRequest"), UnmanagedRestorationScope: findType("UnmanagedRestorationScope"), @@ -611901,6 +627888,7 @@ UpdateSelectionIntent: findType("UpdateSelectionIntent"), UpdateUserPreferences: findType("UpdateUserPreferences"), UploadLogoRequest: findType("UploadLogoRequest"), + UpstreamDownstreamNodePosition: findType("UpstreamDownstreamNodePosition"), UpstreamDownstreamNodeSelection: findType("UpstreamDownstreamNodeSelection"), Uri: findType("Uri"), UserCompanyEntity: findType("UserCompanyEntity"), @@ -611924,7 +627912,6 @@ ValueKey_ConnectionState: findType("ValueKey"), ValueKey_CrossFadeState: findType("ValueKey"), ValueKey_DateTime: findType("ValueKey"), - ValueKey_ImageProvider_Object: findType("ValueKey>"), ValueKey_Key: findType("ValueKey"), ValueKey_Object: findType("ValueKey"), ValueKey_String: findType("ValueKey"), @@ -611934,14 +627921,33 @@ ValueKey_nullable_String: findType("ValueKey"), ValueKey_nullable_int: findType("ValueKey"), ValueLayoutBuilder_int: findType("ValueLayoutBuilder"), - ValueListenableBuilder_List_UserSelection: findType("ValueListenableBuilder>"), + ValueListenableBuilder_Brightness: findType("ValueListenableBuilder"), ValueListenableBuilder_MouseCursor: findType("ValueListenableBuilder"), ValueListenableBuilder_bool: findType("ValueListenableBuilder"), ValueListenableBuilder_double: findType("ValueListenableBuilder"), ValueListenableBuilder_nullable_DocumentSelection: findType("ValueListenableBuilder"), ValueListenableBuilder_nullable_Object: findType("ValueListenableBuilder"), ValueListenableBuilder_nullable_Offset: findType("ValueListenableBuilder"), + ValueListenableBuilder_nullable_Rect: findType("ValueListenableBuilder"), ValueListenableBuilder_nullable_int: findType("ValueListenableBuilder"), + ValueNotifier_ActionPaneType: findType("ValueNotifier"), + ValueNotifier_BoxConstraints: findType("ValueNotifier"), + ValueNotifier_Brightness: findType("ValueNotifier"), + ValueNotifier_MagnifierInfo: findType("ValueNotifier"), + ValueNotifier_MouseCursor: findType("ValueNotifier"), + ValueNotifier_bool: findType("ValueNotifier"), + ValueNotifier_double: findType("ValueNotifier"), + ValueNotifier_int: findType("ValueNotifier"), + ValueNotifier_nullable_DragHandleAutoScroller: findType("ValueNotifier"), + ValueNotifier_nullable_EndGesture: findType("ValueNotifier"), + ValueNotifier_nullable_Object: findType("ValueNotifier"), + ValueNotifier_nullable_Offset: findType("ValueNotifier"), + ValueNotifier_nullable_Rect: findType("ValueNotifier"), + ValueNotifier_nullable_ResizeRequest: findType("ValueNotifier"), + ValueNotifier_nullable_String: findType("ValueNotifier"), + ValueNotifier_nullable_TextInputConnection: findType("ValueNotifier"), + ValueNotifier_nullable__OverlayEntryWidgetState: findType("ValueNotifier<_OverlayEntryWidgetState?>"), + ValueNotifier_nullable_int: findType("ValueNotifier"), VelocityTracker: findType("VelocityTracker"), VendorContactEditDetails: findType("VendorContactEditDetails"), VendorContactEntity: findType("VendorContactEntity"), @@ -611985,6 +627991,7 @@ WhereIterable_String: findType("WhereIterable"), WhereTypeIterable_BaseEntity: findType("WhereTypeIterable"), WhereTypeIterable_CompanyGatewayEntity: findType("WhereTypeIterable"), + WhereTypeIterable_DocumentEdit: findType("WhereTypeIterable"), WhereTypeIterable_Element: findType("WhereTypeIterable"), WhereTypeIterable_InvoiceHistoryEntity: findType("WhereTypeIterable"), WhereTypeIterable_PointerEvent: findType("WhereTypeIterable"), @@ -612010,9 +628017,9 @@ XFile: findType("XFile"), _ActionPaneScope: findType("_ActionPaneScope"), _ActionsScope: findType("_ActionsScope"), + _AssetManifestBin: findType("_AssetManifestBin"), _AsyncBroadcastStreamController_AppState: findType("_AsyncBroadcastStreamController"), _AsyncBroadcastStreamController_DocumentSelectionChange: findType("_AsyncBroadcastStreamController"), - _AsyncBroadcastStreamController_FileResponse: findType("_AsyncBroadcastStreamController"), _AsyncBroadcastStreamController_List_PurchaseDetails: findType("_AsyncBroadcastStreamController>"), _AsyncBroadcastStreamController_PurchasesResultWrapper: findType("_AsyncBroadcastStreamController"), _AsyncBroadcastStreamController_Size: findType("_AsyncBroadcastStreamController"), @@ -612027,11 +628034,11 @@ _AsyncCompleter_ExpenseEntity: findType("_AsyncCompleter"), _AsyncCompleter_FrameInfo: findType("_AsyncCompleter"), _AsyncCompleter_GroupEntity: findType("_AsyncCompleter"), - _AsyncCompleter_HttpRequest: findType("_AsyncCompleter"), _AsyncCompleter_Image: findType("_AsyncCompleter"), _AsyncCompleter_InvoiceEntity: findType("_AsyncCompleter"), _AsyncCompleter_JavaScriptObject: findType("_AsyncCompleter"), _AsyncCompleter_List_DocumentEntity: findType("_AsyncCompleter>"), + _AsyncCompleter_List_LicenseParagraph: findType("_AsyncCompleter>"), _AsyncCompleter_Null: findType("_AsyncCompleter"), _AsyncCompleter_PaymentEntity: findType("_AsyncCompleter"), _AsyncCompleter_PaymentTermEntity: findType("_AsyncCompleter"), @@ -612055,7 +628062,6 @@ _AsyncCompleter_bool: findType("_AsyncCompleter"), _AsyncCompleter_dynamic: findType("_AsyncCompleter<@>"), _AsyncCompleter_nullable_ByteData: findType("_AsyncCompleter"), - _AsyncCompleter_nullable_CacheObject: findType("_AsyncCompleter"), _AsyncCompleter_nullable_List_PlatformFile: findType("_AsyncCompleter?>"), _AsyncCompleter_nullable_RestorationBucket: findType("_AsyncCompleter"), _AsyncCompleter_void: findType("_AsyncCompleter<~>"), @@ -612075,8 +628081,10 @@ _DeleteTextAction_DeleteCharacterIntent: findType("_DeleteTextAction"), _DeleteTextAction_DeleteToLineBreakIntent: findType("_DeleteTextAction"), _DeleteTextAction_DeleteToNextWordBoundaryIntent: findType("_DeleteTextAction"), + _DeprecatedRawViewKey_State_StatefulWidget: findType("_DeprecatedRawViewKey>"), _DetailArguments: findType("_DetailArguments"), _DirectionalPolicyData: findType("_DirectionalPolicyData"), + _DocumentNodeSelection_NodeSelection: findType("_DocumentNodeSelection"), _DomListWrapper_JavaScriptObject: findType("_DomListWrapper"), _DomTouchListWrapper_JavaScriptObject: findType("_DomTouchListWrapper"), _DraggableScrollableSheetScrollPosition: findType("_DraggableScrollableSheetScrollPosition"), @@ -612084,6 +628092,7 @@ _EffectiveTickerMode: findType("_EffectiveTickerMode"), _ElementEventStreamImpl_Event: findType("_ElementEventStreamImpl"), _EmptyLineCaretMetrics: findType("_EmptyLineCaretMetrics"), + _EventStream_JavaScriptObject: findType("_EventStream0"), _EventStream_ProgressEvent: findType("_EventStream"), _FlexEntranceTransitionParentData: findType("_FlexEntranceTransitionParentData"), _FocusInheritedScope: findType("_FocusInheritedScope"), @@ -612101,11 +628110,11 @@ _Future_ExpenseEntity: findType("_Future"), _Future_FrameInfo: findType("_Future"), _Future_GroupEntity: findType("_Future"), - _Future_HttpRequest: findType("_Future"), _Future_Image: findType("_Future"), _Future_InvoiceEntity: findType("_Future"), _Future_JavaScriptObject: findType("_Future"), _Future_List_DocumentEntity: findType("_Future>"), + _Future_List_LicenseParagraph: findType("_Future>"), _Future_Null: findType("_Future"), _Future_PaymentEntity: findType("_Future"), _Future_PaymentTermEntity: findType("_Future"), @@ -612130,7 +628139,6 @@ _Future_dynamic: findType("_Future<@>"), _Future_int: findType("_Future"), _Future_nullable_ByteData: findType("_Future"), - _Future_nullable_CacheObject: findType("_Future"), _Future_nullable_List_PlatformFile: findType("_Future?>"), _Future_nullable_RestorationBucket: findType("_Future"), _Future_void: findType("_Future<~>"), @@ -612156,11 +628164,15 @@ _MapEntry: findType("_MapEntry"), _MasterDetailFlowState: findType("_MasterDetailFlowState"), _MasterDetailScaffoldState: findType("_MasterDetailScaffoldState"), + _MaterialStatePropertyWith_BorderSide: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_Color: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_MouseCursor: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_bool: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_double: findType("_MaterialStatePropertyWith"), + _MaterialStatePropertyWith_nullable_BorderSide: findType("_MaterialStatePropertyWith"), _MaterialStatePropertyWith_nullable_Color: findType("_MaterialStatePropertyWith"), + _MaterialStatePropertyWith_nullable_MouseCursor: findType("_MaterialStatePropertyWith"), + _MaterialStatePropertyWith_nullable_TextStyle: findType("_MaterialStatePropertyWith"), _ModalScopeStatus: findType("_ModalScopeStatus"), _MouseState: findType("_MouseState"), _NavigatorObservation: findType("_NavigatorObservation"), @@ -612171,10 +628183,12 @@ _PagePosition: findType("_PagePosition"), _ParentInkResponseProvider: findType("_ParentInkResponseProvider"), _PendingImage: findType("_PendingImage"), + _PipelineOwnerScope: findType("_PipelineOwnerScope"), _PointerPanZoomData: findType("_PointerPanZoomData"), _PointerState: findType("_PointerState"), _Range_num: findType("_Range"), _RawIndexedStack: findType("_RawIndexedStack"), + _RawView: findType("_RawView"), _ReadingOrderDirectionalGroupData: findType("_ReadingOrderDirectionalGroupData"), _ReadingOrderSortData: findType("_ReadingOrderSortData"), _Rebuild__TheState: findType("_Rebuild<_TheState>"), @@ -612202,9 +628216,7 @@ _SlidableNotificationListenerScope: findType("_SlidableNotificationListenerScope"), _SliverPersistentHeaderRenderObjectWidget: findType("_SliverPersistentHeaderRenderObjectWidget"), _StoredMessage: findType("_StoredMessage"), - _StreamIterator_FileResponse: findType("_StreamIterator"), _StreamIterator_PdfRaster: findType("_StreamIterator"), - _StreamIterator_int: findType("_StreamIterator"), _SuperTextLayoutParentData: findType("_SuperTextLayoutParentData"), _SwitchableSemanticsFragment: findType("_SwitchableSemanticsFragment"), _SyncStarIterable_Node: findType("_SyncStarIterable"), @@ -612212,6 +628224,8 @@ _TabControllerScope: findType("_TabControllerScope"), _TapTracker: findType("_TapTracker"), _TapTracker_2: findType("_TapTracker0"), + _TaskEntry_List_LicenseParagraph: findType("_TaskEntry>"), + _TaskEntry_dynamic: findType("_TaskEntry<@>"), _TextFormFieldState: findType("_TextFormFieldState"), _Theater: findType("_Theater"), _TheaterParentData: findType("_TheaterParentData"), @@ -612221,8 +628235,8 @@ _ValueNotifier_nullable_DismissGesture: findType("_ValueNotifier"), _ViewScope: findType("_ViewScope"), _VisibilityScope: findType("_VisibilityScope"), + _WeakReferenceWrapper_Route_dynamic: findType("_WeakReferenceWrapper>"), _WidgetTicker: findType("_WidgetTicker"), - _Wrapper_FileResponse: findType("_Wrapper"), bool: findType("bool"), double: findType("double"), dynamic: findType("@"), @@ -612242,7 +628256,6 @@ nullable_BackdropFilterLayer: findType("BackdropFilterLayer?"), nullable_BaseEntity: findType("BaseEntity?"), nullable_BitmapCanvas: findType("BitmapCanvas?"), - nullable_Blob: findType("Blob?"), nullable_Border: findType("Border?"), nullable_BorderDirectional: findType("BorderDirectional?"), nullable_BorderRadiusTween: findType("BorderRadiusTween?"), @@ -612251,11 +628264,12 @@ nullable_BoxPainter: findType("BoxPainter?"), nullable_BuiltList_String: findType("BuiltList?"), nullable_BuiltMap_of_nullable_String_and_nullable_BaseEntity: findType("BuiltMap?"), + nullable_ByteBuffer: findType("ByteBuffer?"), nullable_ByteData: findType("ByteData?"), - nullable_CacheObject: findType("CacheObject?"), nullable_CanvasRenderingContext2D: findType("CanvasRenderingContext2D?"), nullable_CascadingPadding: findType("CascadingPadding?"), nullable_ChartContainerCustomPaint: findType("ChartContainerCustomPaint?"), + nullable_CkManagedSkImageFilterConvertible: findType("CkManagedSkImageFilterConvertible?"), nullable_CkPaint: findType("CkPaint?"), nullable_CkShader: findType("CkShader?"), nullable_ClientEntity: findType("ClientEntity?"), @@ -612277,14 +628291,13 @@ nullable_DecorationTween: findType("DecorationTween?"), nullable_DiagnosticsNode: findType("DiagnosticsNode?"), nullable_Directionality: findType("Directionality?"), - nullable_DirectoryNode: findType("DirectoryNode?"), + nullable_DocumentComponent_StatefulWidget: findType("DocumentComponent?"), nullable_DocumentEntity: findType("DocumentEntity?"), - nullable_DocumentRange: findType("DocumentRange?"), - nullable_DocumentSelection: findType("DocumentSelection?"), nullable_EdgeInsetsGeometry: findType("EdgeInsetsGeometry?"), nullable_EdgeInsetsGeometryTween: findType("EdgeInsetsGeometryTween?"), nullable_EditBankAccount: findType("EditBankAccount?"), nullable_EditClient: findType("EditClient?"), + nullable_EditCommand_Function_EditRequest: findType("EditCommand?(EditRequest)"), nullable_EditCompanyGateway: findType("EditCompanyGateway?"), nullable_EditCredit: findType("EditCredit?"), nullable_EditDesign: findType("EditDesign?"), @@ -612314,29 +628327,31 @@ nullable_EditWebhook: findType("EditWebhook?"), nullable_Element: findType("Element0?"), nullable_Element_2: findType("Element?"), - nullable_EndGesture: findType("EndGesture?"), nullable_EngineStrutStyle: findType("EngineStrutStyle?"), nullable_EntityType: findType("EntityType?"), nullable_ExpenseEntity: findType("ExpenseEntity?"), nullable_File: findType("File0?"), - nullable_FileInfo: findType("FileInfo?"), nullable_FilePickerResult: findType("FilePickerResult?"), nullable_FileSystemEntity: findType("FileSystemEntity?"), nullable_FocusNode: findType("FocusNode?"), - nullable_FollowerLayer: findType("FollowerLayer?"), + nullable_FollowerLayer: findType("FollowerLayer0?"), + nullable_FollowerLayer_2: findType("FollowerLayer?"), nullable_FontLoadError: findType("FontLoadError?"), nullable_Future_Null: findType("Future?"), nullable_GlProgram: findType("GlProgram?"), nullable_GoogleSignInAccount: findType("GoogleSignInAccount?"), nullable_GoogleSignInUserData: findType("GoogleSignInUserData?"), + nullable_GoogleUser: findType("GoogleUser?"), nullable_GroupEntity: findType("GroupEntity?"), nullable_HeroControllerScope: findType("HeroControllerScope?"), nullable_HorizontalDragGestureRecognizer: findType("HorizontalDragGestureRecognizer?"), nullable_IconThemeData: findType("IconThemeData?"), + nullable_ImageFilterEngineLayer: findType("ImageFilterEngineLayer0?"), nullable_InkHighlight: findType("InkHighlight?"), nullable_InputBorder: findType("InputBorder?"), nullable_InvoiceEntity: findType("InvoiceEntity?"), nullable_InvoiceItemEntity: findType("InvoiceItemEntity?"), + nullable_JavaScriptObject: findType("JavaScriptObject?"), nullable_Key: findType("Key?"), nullable_List_BaseBarRendererElement: findType("List?"), nullable_List_MultipartFile: findType("List?"), @@ -612393,6 +628408,7 @@ nullable_PersistedBackdropFilter: findType("PersistedBackdropFilter?"), nullable_PersistedClipPath: findType("PersistedClipPath?"), nullable_PersistedClipRect: findType("PersistedClipRect?"), + nullable_PersistedImageFilter: findType("PersistedImageFilter?"), nullable_PersistedOffset: findType("PersistedOffset?"), nullable_PersistedOpacity: findType("PersistedOpacity?"), nullable_PersistedSurface: findType("PersistedSurface?"), @@ -612403,12 +628419,10 @@ nullable_RenderBox: findType("RenderBox?"), nullable_RenderEditable: findType("RenderEditable?"), nullable_RenderObjectElement: findType("RenderObjectElement?"), - nullable_RenderObjectToWidgetElement_RenderBox: findType("RenderObjectToWidgetElement?"), nullable_RenderSemanticsGestureHandler: findType("RenderSemanticsGestureHandler?"), nullable_RenderSliver: findType("RenderSliver?"), nullable_RenderSuperTextLayout: findType("RenderSuperTextLayout?"), nullable_ResendConfirmation: findType("ResendConfirmation?"), - nullable_ResizeRequest: findType("ResizeRequest?"), nullable_Response: findType("Response?"), nullable_SaveClientDocumentRequest: findType("SaveClientDocumentRequest?"), nullable_SaveCompanyDocumentRequest: findType("SaveCompanyDocumentRequest?"), @@ -612426,6 +628440,7 @@ nullable_SaveVendorDocumentRequest: findType("SaveVendorDocumentRequest?"), nullable_ScrollableState: findType("ScrollableState?"), nullable_SelectableEntity: findType("SelectableEntity?"), + nullable_SelectionChangeEvent: findType("SelectionChangeEvent?"), nullable_SemanticsNode: findType("SemanticsNode?"), nullable_SeriesRenderer_Object: findType("SeriesRenderer?"), nullable_SetDefaultCompanyRequest: findType("SetDefaultCompanyRequest?"), @@ -612451,7 +628466,6 @@ nullable_SurfacePaint: findType("SurfacePaint?"), nullable_TapGestureRecognizer: findType("TapGestureRecognizer?"), nullable_TaskEntity: findType("TaskEntity?"), - nullable_TextInputConnection: findType("TextInputConnection?"), nullable_TextStyle: findType("TextStyle?"), nullable_TextStyleTween: findType("TextStyleTween?"), nullable_TimeOfDay: findType("TimeOfDay?"), @@ -612530,12 +628544,10 @@ nullable__AnimationTuple: findType("_AnimationTuple?"), nullable__FlexEntranceTransitionParentData: findType("_FlexEntranceTransitionParentData?"), nullable__Highlight: findType("_Highlight?"), - nullable__OverlayEntryWidgetState: findType("_OverlayEntryWidgetState?"), nullable__PointAtTime: findType("_PointAtTime?"), nullable__RenderDeferredLayoutBox: findType("_RenderDeferredLayoutBox?"), nullable__RenderTheater: findType("_RenderTheater?"), nullable__SlidableControllerScope: findType("_SlidableControllerScope?"), - nullable__TaskEntry_dynamic: findType("_TaskEntry<@>?"), nullable_bool: findType("bool?"), nullable_double: findType("double?"), nullable_int: findType("int?"), @@ -612544,6 +628556,7 @@ num: findType("num"), void: findType("~"), void_Function: findType("~()"), + void_Function_2_Object_and_nullable_StackTrace: findType("~(Object,StackTrace?)"), void_Function_Duration: findType("~(Duration)"), void_Function_FocusHighlightMode: findType("~(FocusHighlightMode)"), void_Function_List_FrameTiming: findType("~(List)"), @@ -612582,7 +628595,6 @@ B.NativeUint32List_methods = A.NativeUint32List.prototype; B.NativeUint8List_methods = A.NativeUint8List.prototype; B.PlainJavaScriptObject_methods = J.PlainJavaScriptObject.prototype; - B.Storage_methods = A.Storage.prototype; B.UnknownJavaScriptObject_methods = J.UnknownJavaScriptObject.prototype; B.Window_methods = A.Window.prototype; B.AccessibilityMode_0 = new A.AccessibilityMode(0, "unknown"); @@ -612610,8 +628622,6 @@ B.AndroidSmsAutofillMethod_2 = new A.AndroidSmsAutofillMethod(2, "smsUserConsentApi"); B.AnimationBehavior_0 = new A.AnimationBehavior(0, "normal"); B.AnimationBehavior_1 = new A.AnimationBehavior(1, "preserve"); - B.AnimationDirection_0 = new A.AnimationDirection(0, "forward"); - B.AnimationDirection_1 = new A.AnimationDirection(1, "reverse"); B.AnimationStatus_0 = new A.AnimationStatus(0, "dismissed"); B.AnimationStatus_1 = new A.AnimationStatus(1, "forward"); B.AnimationStatus_2 = new A.AnimationStatus(2, "reverse"); @@ -612657,8 +628667,6 @@ B.AttributeKey_kKQ = new A.AttributeKey("SeriesRenderer.rendererId", type$.AttributeKey_String); B.AttributeKey_kWM = new A.AttributeKey("Axis.measureAxis", type$.AttributeKey_Axis_Object); B.AttributeKey_vl2 = new A.AttributeKey("BarRenderer.elements", A.findType("AttributeKey>")); - B.AttributionVisitEvent_0 = new A.AttributionVisitEvent(0, "start"); - B.AttributionVisitEvent_1 = new A.AttributionVisitEvent(1, "end"); B.AuthenticationOptions_false = new A.AuthenticationOptions(false); B.AuthenticationOptions_true = new A.AuthenticationOptions(true); B.AuthorizationErrorCode_0 = new A.AuthorizationErrorCode(0, "canceled"); @@ -612717,10 +628725,12 @@ B.BillingResultWrapper_irL = new A.BillingResultWrapper(B.BillingResponse_9, "Invalid billing result map from method channel."); B.BlendMode_0 = new A.BlendMode0(0, "direct"); B.BlendMode_1 = new A.BlendMode0(1, "alpha"); + B.BlendMode_12 = new A.BlendMode(12, "plus"); B.BlendMode_13 = new A.BlendMode(13, "modulate"); B.BlendMode_20 = new A.BlendMode(20, "hardLight"); B.BlendMode_26 = new A.BlendMode(26, "saturation"); B.BlendMode_3 = new A.BlendMode(3, "srcOver"); + B.BlinkTimingMode_0 = new A.BlinkTimingMode(0, "ticker"); B.BlockSelector_blockquote_null_null_null = new A.BlockSelector("blockquote", null, null, null); B.BlockSelector_header1_null_null_null = new A.BlockSelector("header1", null, null, null); B.BlockSelector_header2_null_null_null = new A.BlockSelector("header2", null, null, null); @@ -612731,21 +628741,26 @@ B.BlockSelector_task_null_null_null = new A.BlockSelector("task", null, null, null); B.BlurStyle_0 = new A.BlurStyle(0, "normal"); B.BlurStyle_2 = new A.BlurStyle(2, "outer"); + B.Radius_16_16 = new A.Radius(16, 16); B.Radius_0_0 = new A.Radius(0, 0); + B.BorderRadiusDirectional_DpJ = new A.BorderRadiusDirectional(B.Radius_16_16, B.Radius_0_0, B.Radius_16_16, B.Radius_0_0); + B.BorderRadiusDirectional_DpJ0 = new A.BorderRadiusDirectional(B.Radius_0_0, B.Radius_16_16, B.Radius_0_0, B.Radius_16_16); B.BorderRadius_tLn0 = new A.BorderRadius(B.Radius_0_0, B.Radius_0_0, B.Radius_0_0, B.Radius_0_0); B.Radius_4_4 = new A.Radius(4, 4); - B.BorderRadius_tLn3 = new A.BorderRadius(B.Radius_4_4, B.Radius_4_4, B.Radius_0_0, B.Radius_0_0); + B.BorderRadius_tLn4 = new A.BorderRadius(B.Radius_4_4, B.Radius_4_4, B.Radius_0_0, B.Radius_0_0); B.Radius_2_2 = new A.Radius(2, 2); - B.BorderRadius_tLn6 = new A.BorderRadius(B.Radius_2_2, B.Radius_2_2, B.Radius_2_2, B.Radius_2_2); + B.BorderRadius_tLn7 = new A.BorderRadius(B.Radius_2_2, B.Radius_2_2, B.Radius_2_2, B.Radius_2_2); B.BorderRadius_tLn = new A.BorderRadius(B.Radius_4_4, B.Radius_4_4, B.Radius_4_4, B.Radius_4_4); B.Radius_7_7 = new A.Radius(7, 7); B.BorderRadius_tLn2 = new A.BorderRadius(B.Radius_7_7, B.Radius_7_7, B.Radius_7_7, B.Radius_7_7); B.Radius_8_8 = new A.Radius(8, 8); B.BorderRadius_tLn1 = new A.BorderRadius(B.Radius_8_8, B.Radius_8_8, B.Radius_8_8, B.Radius_8_8); + B.Radius_22_22 = new A.Radius(22, 22); + B.BorderRadius_tLn3 = new A.BorderRadius(B.Radius_22_22, B.Radius_22_22, B.Radius_22_22, B.Radius_22_22); B.Radius_40_40 = new A.Radius(40, 40); - B.BorderRadius_tLn4 = new A.BorderRadius(B.Radius_40_40, B.Radius_40_40, B.Radius_40_40, B.Radius_40_40); + B.BorderRadius_tLn5 = new A.BorderRadius(B.Radius_40_40, B.Radius_40_40, B.Radius_40_40, B.Radius_40_40); B.Radius_60_50 = new A.Radius(60, 50); - B.BorderRadius_tLn5 = new A.BorderRadius(B.Radius_60_50, B.Radius_60_50, B.Radius_60_50, B.Radius_60_50); + B.BorderRadius_tLn6 = new A.BorderRadius(B.Radius_60_50, B.Radius_60_50, B.Radius_60_50, B.Radius_60_50); B.Color_4293454056 = new A.Color(4293454056); B.BorderStyle_1 = new A.BorderStyle(1, "solid"); B.BorderSide_2Vu = new A.BorderSide(B.Color_4293454056, 1, B.BorderStyle_1, -1); @@ -612753,8 +628768,10 @@ B.BorderStyle_0 = new A.BorderStyle(0, "none"); B.BorderSide_8xm = new A.BorderSide(B.Color_4278190080, 0, B.BorderStyle_0, -1); B.Color_0 = new A.Color(0); + B.BorderSide_tAf0 = new A.BorderSide(B.Color_0, 0, B.BorderStyle_1, -1); + B.BorderSide_tAf2 = new A.BorderSide(B.Color_0, 1, B.BorderStyle_1, -1); B.BorderSide_tAf = new A.BorderSide(B.Color_0, 2, B.BorderStyle_1, -1); - B.BorderSide_tAf0 = new A.BorderSide(B.Color_4278190080, 1, B.BorderStyle_1, -1); + B.BorderSide_tAf1 = new A.BorderSide(B.Color_4278190080, 1, B.BorderStyle_1, -1); B.Border_bWW = new A.Border(B.BorderSide_8xm, B.BorderSide_8xm, B.BorderSide_8xm, B.BorderSide_8xm); B.BottomAppBarTheme_S74 = new A.BottomAppBarTheme(null, null, null, null, null, null, null); B.BottomNavigationBarThemeData_mRH = new A.BottomNavigationBarThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null); @@ -612769,13 +628786,14 @@ B.BoxConstraints_59_59_39_39 = new A.BoxConstraints(59, 59, 39, 39); B.BoxConstraints_96_96_96_96 = new A.BoxConstraints(96, 96, 96, 96); B.BoxConstraints_ALM = new A.BoxConstraints(1 / 0, 1 / 0, 1 / 0, 1 / 0); - B.BoxConstraints_CWG = new A.BoxConstraints(0, 1 / 0, 48, 48); + B.BoxConstraints_CWG0 = new A.BoxConstraints(0, 1 / 0, 48, 48); + B.BoxConstraints_CWG = new A.BoxConstraints(0, 1 / 0, 56, 56); B.BoxConstraints_EcO = new A.BoxConstraints(112, 280, 0, 1 / 0); B.BoxConstraints_EcO0 = new A.BoxConstraints(0, 640, 0, 1 / 0); - B.BoxConstraints_mlX6 = new A.BoxConstraints(0, 1 / 0, 0, 1 / 0); + B.BoxConstraints_mlX5 = new A.BoxConstraints(0, 1 / 0, 0, 1 / 0); B.BoxConstraints_mlX3 = new A.BoxConstraints(64, 1 / 0, 0, 1 / 0); B.BoxConstraints_mlX = new A.BoxConstraints(280, 1 / 0, 0, 1 / 0); - B.BoxConstraints_mlX5 = new A.BoxConstraints(0, 1 / 0, 36, 1 / 0); + B.BoxConstraints_mlX6 = new A.BoxConstraints(0, 1 / 0, 36, 1 / 0); B.BoxConstraints_mlX1 = new A.BoxConstraints(36, 1 / 0, 36, 1 / 0); B.BoxConstraints_mlX2 = new A.BoxConstraints(0, 1 / 0, 48, 1 / 0); B.BoxConstraints_mlX0 = new A.BoxConstraints(48, 1 / 0, 48, 1 / 0); @@ -612826,19 +628844,21 @@ B.C_AsciiCodec = new A.AsciiCodec(); B.C_WebClient = new A.WebClient(); B.C_AuthRepository = new A.AuthRepository(); + B.RoundedRectangleBorder_27D0 = new A.RoundedRectangleBorder(B.BorderRadius_tLn0, B.BorderSide_8xm); + B.C_AutomaticNotchedShape = new A.AutomaticNotchedShape(); B.C_BankAccountRepository = new A.BankAccountRepository(); B.C_Base64Encoder = new A.Base64Encoder(); B.C_Base64Codec = new A.Base64Codec(); B.C_Base64Decoder = new A.Base64Decoder(); B.C_BillingResponseConverter = new A.BillingResponseConverter(); B.C_BlockTagBlockHtmlSyntax = new A.BlockTagBlockHtmlSyntax(); - B.C_BlockquoteComponentBuilder = new A.BlockquoteComponentBuilder(); + B.C_BlockquoteConversionReaction = new A.BlockquoteConversionReaction(); B.C_BlockquoteSyntax = new A.BlockquoteSyntax(); B.C_BrowserPlatformLocation = new A.BrowserPlatformLocation(); B.C_CkLinearToSrgbGammaColorFilter = new A.CkLinearToSrgbGammaColorFilter(); B.C_CkSrgbToLinearGammaColorFilter = new A.CkSrgbToLinearGammaColorFilter(); + B.C_ClearSelectionRequest = new A.ClearSelectionRequest(); B.C_ClientRepository = new A.ClientRepository(); - B.C_Clock = new A.Clock(); B.C_CodeBlockSyntax = new A.CodeBlockSyntax(); B.C_CompanyGatewayRepository = new A.CompanyGatewayRepository(); B.C_ConstCornerStrategy = new A.ConstCornerStrategy(); @@ -612850,6 +628870,8 @@ B.C_DefaultMaterialLocalizations = new A.DefaultMaterialLocalizations(); B.C_DefaultTransitionDelegate = new A.DefaultTransitionDelegate(A.findType("DefaultTransitionDelegate<@>")); B.C_DefaultWidgetsLocalizations = new A.DefaultWidgetsLocalizations(); + B.C_DeleteUpstreamCharacterCommand = new A.DeleteUpstreamCharacterCommand(); + B.C_DeleteUpstreamCharacterRequest = new A.DeleteUpstreamCharacterRequest(); B.C_DesignRepository = new A.DesignRepository(); B.C_DoNothingAndStopPropagationIntent = new A.DoNothingAndStopPropagationIntent(); B.C_DoNothingAndStopPropagationTextIntent = new A.DoNothingAndStopPropagationTextIntent(); @@ -612874,10 +628896,11 @@ B.C_GroupRepository = new A.GroupRepository(); B.C_HashUrlStrategy = new A.HashUrlStrategy(); B.C_HeaderSyntax = new A.HeaderSyntax(); - B.C_HorizontalRuleComponentBuilder = new A.HorizontalRuleComponentBuilder(); + B.C_HorizontalRuleConversionReaction = new A.HorizontalRuleConversionReaction(); B.C_HorizontalRuleSyntax = new A.HorizontalRuleSyntax(); B.C_IdentityConverter = new A.IdentityConverter(A.findType("IdentityConverter")); - B.C_ImageComponentBuilder = new A.ImageComponentBuilder(); + B.C_ImageUrlConversionReaction = new A.ImageUrlConversionReaction(); + B.C_InsertCharacterAtCaretRequest = new A.InsertCharacterAtCaretRequest(); B.C_IntegerDivisionByZeroException = new A.IntegerDivisionByZeroException(); B.C_InvoiceRepository = new A.InvoiceRepository(); B.C_JSONMessageCodec = new A.JSONMessageCodec(); @@ -613006,7 +629029,7 @@ B.C_JsonCodec = new A.JsonCodec(); B.C_Latin1Codec = new A.Latin1Codec(); B.C_LineSplitter = new A.LineSplitter(); - B.C_ListItemComponentBuilder = new A.ListItemComponentBuilder(); + B.C_LinkifyReaction = new A.LinkifyReaction(); B.C_LocalDateTimeFactory = new A.LocalDateTimeFactory(); B.C_LocalPlatform = new A.LocalPlatform(); B.C_MaterialBlue = new A.MaterialBlue(); @@ -613018,6 +629041,7 @@ B.C_MaterialPink = new A.MaterialPink(); B.C_MaterialPurple = new A.MaterialPurple(); B.C_MaterialRed = new A.MaterialRed(); + B.C_MaterialScrollBehavior = new A.MaterialScrollBehavior(); B.C_MaterialStyle = new A.MaterialStyle(); B.C_MaterialTeal = new A.MaterialTeal(); B.C_MaterialYellow = new A.MaterialYellow(); @@ -613027,14 +629051,15 @@ B.C_NoTextInputType = new A.NoTextInputType(); B.C_NumberInputType = new A.NumberInputType(); B.C_Object = new A.Object(); + B.C_OrderedListItemConversionReaction = new A.OrderedListItemConversionReaction(); B.C_OrderedListSyntax = new A.OrderedListSyntax(); B.C_OrdinalTickFormatter = new A.OrdinalTickFormatter(); B.C_OrdinalTickProvider = new A.OrdinalTickProvider(); B.C_OtherTagBlockHtmlSyntax = new A.OtherTagBlockHtmlSyntax(); B.C_OutOfMemoryError = new A.OutOfMemoryError(); + B.C_OverlayGroupPriority = new A.OverlayGroupPriority(); B.C_PaintRestore = new A.PaintRestore(); B.C_PaintSave = new A.PaintSave(); - B.C_ParagraphComponentBuilder = new A.ParagraphComponentBuilder(); B.C_ParagraphSyntax = new A.ParagraphSyntax(); B.SelectionChangedCause_4 = new A.SelectionChangedCause(4, "keyboard"); B.C_PasteTextIntent = new A.PasteTextIntent(); @@ -613064,6 +629089,8 @@ B.C_SKSubscriptionPeriodUnitConverter = new A.SKSubscriptionPeriodUnitConverter(); B.C_SKTransactionStatusConverter = new A.SKTransactionStatusConverter(); B.C_ScheduleRepository = new A.ScheduleRepository(); + B.C_ScreenOrientation = new A.ScreenOrientation(); + B.C_ScrollBehavior = new A.ScrollBehavior(); B.C_SearchInputAction = new A.SearchInputAction(); B.C_SelectAllTextIntent = new A.SelectAllTextIntent(); B.C_SendInputAction = new A.SendInputAction(); @@ -613079,8 +629106,6 @@ B.C_StyledToastPosition = new A.StyledToastPosition(); B.C_SubscriptionRepository = new A.SubscriptionRepository(); B.C_SuperEditorDebugVisualsConfig = new A.SuperEditorDebugVisualsConfig(); - B.TextInputAction_12 = new A.TextInputAction(12, "newline"); - B.C_SuperEditorImeConfiguration = new A.SuperEditorImeConfiguration(); B.C_SuperEditorImePolicies = new A.SuperEditorImePolicies(); B.C_SuperEditorSelectionPolicies = new A.SuperEditorSelectionPolicies(); B.C_SystemEncoding = new A.SystemEncoding(); @@ -613101,6 +629126,7 @@ B.C_TransposeCharactersIntent = new A.TransposeCharactersIntent(); B.C_UndoTextIntent = new A.UndoTextIntent(); B.C_UnknownComponentBuilder = new A.UnknownComponentBuilder(); + B.C_UnorderedListItemConversionReaction = new A.UnorderedListItemConversionReaction(); B.C_UnorderedListSyntax = new A.UnorderedListSyntax(); B.C_UrlInputType = new A.UrlInputType(); B.C_UserRepository = new A.UserRepository(); @@ -613110,7 +629136,7 @@ B.C_VendorRepository = new A.VendorRepository(); B.Rect_0_0_0_0 = new A.Rect(0, 0, 0, 0); B.ViewPadding_0_0_0_0 = new A.ViewPadding(0, 0, 0, 0); - B.List_empty3 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty4 = A._setArrayType(makeConstList([]), A.findType("JSArray")); B.C_ViewConfiguration = new A.ViewConfiguration0(); B.C_ViewMargin = new A.ViewMargin(); B.Object_empty = {}; @@ -613142,15 +629168,12 @@ B.C__JSRandom = new A._JSRandom(); B.C__LastBlockMatcher = new A._LastBlockMatcher(); B.C__Linear = new A._Linear(); - B.C__LinuxCodes = new A._LinuxCodes(); B.C__MaterialLocalizationsDelegate0 = new A._MaterialLocalizationsDelegate(); B.C__MaterialLocalizationsDelegate = new A._MaterialLocalizationsDelegate0(); B.C__NoDefaultValue = new A._NoDefaultValue(); B.C__NoSplashFactory = new A._NoSplashFactory(); B.C__NoopMouseCursor = new A._NoopMouseCursor(); B.C__NullTableColumnWidth = new A._NullTableColumnWidth(); - B.C__Posix = new A._Posix(); - B.C__RealtimeClock = new A._RealtimeClock(); B.C__Required = new A._Required(); B.C__RootZone = new A._RootZone(); B.C__ScalingFabMotionAnimator = new A._ScalingFabMotionAnimator(); @@ -613180,6 +629203,11 @@ B.CascadingPadding_null_null_40_null = new A.CascadingPadding(null, null, 40, null); B.CascadingPadding_null_null_null_96 = new A.CascadingPadding(null, null, null, 96); B.Center_oER = new A.Center(B.Alignment_0_0, null, null, B.CircularProgressIndicator_JGl, null); + B.ChangeInteractionModeRequest_false = new A.ChangeInteractionModeRequest(false); + B.ChangeInteractionModeRequest_true = new A.ChangeInteractionModeRequest(true); + B.SelectionChangeType_8 = new A.SelectionChangeType(8, "clearSelection"); + B.ChangeSelectionCommand_I9t = new A.ChangeSelectionCommand(null, B.SelectionChangeType_8, "userInteraction"); + B.ChangeSelectionRequest_omH = new A.ChangeSelectionRequest(null, B.SelectionChangeType_8, "userInteraction"); B.Channel_4 = new A.Channel(4, "luminance"); B.CheckboxThemeData_EkK = new A.CheckboxThemeData(null, null, null, null, null, null, null, null, null); B.ChipThemeData_n0f = new A.ChipThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); @@ -613210,13 +629238,48 @@ B.Clip_3 = new A.Clip(3, "antiAliasWithSaveLayer"); B.ClipboardStatus_0 = new A.ClipboardStatus(0, "pasteable"); B.ClipboardStatus_1 = new A.ClipboardStatus(1, "unknown"); - B.ClipboardStatus_2 = new A.ClipboardStatus(2, "notPasteable"); + B.Color_4284960932 = new A.Color(4284960932); + B.Color_4293582335 = new A.Color(4293582335); + B.Color_4280352861 = new A.Color(4280352861); + B.Color_4284636017 = new A.Color(4284636017); + B.Color_4293451512 = new A.Color(4293451512); + B.Color_4280097067 = new A.Color(4280097067); + B.Color_4286403168 = new A.Color(4286403168); + B.Color_4294957284 = new A.Color(4294957284); + B.Color_4281405725 = new A.Color(4281405725); + B.Color_4289930782 = new A.Color(4289930782); + B.Color_4294565596 = new A.Color(4294565596); + B.Color_4282453515 = new A.Color(4282453515); + B.Color_4294966270 = new A.Color(4294966270); + B.Color_4280032031 = new A.Color(4280032031); + B.Color_4293386476 = new A.Color(4293386476); + B.Color_4282991951 = new A.Color(4282991951); + B.Color_4286149758 = new A.Color(4286149758); + B.Color_4291478736 = new A.Color(4291478736); + B.Color_4281413683 = new A.Color(4281413683); + B.Color_4294242292 = new A.Color(4294242292); + B.Color_4291869951 = new A.Color(4291869951); + B.ColorScheme_Bzo = new A.ColorScheme(B.Brightness_1, B.Color_4284960932, B.Color_4294967295, B.Color_4293582335, B.Color_4280352861, B.Color_4284636017, B.Color_4294967295, B.Color_4293451512, B.Color_4280097067, B.Color_4286403168, B.Color_4294967295, B.Color_4294957284, B.Color_4281405725, B.Color_4289930782, B.Color_4294967295, B.Color_4294565596, B.Color_4282453515, B.Color_4294966270, B.Color_4280032031, B.Color_4294966270, B.Color_4280032031, B.Color_4293386476, B.Color_4282991951, B.Color_4286149758, B.Color_4291478736, B.Color_4278190080, B.Color_4278190080, B.Color_4281413683, B.Color_4294242292, B.Color_4291869951, B.Color_4284960932); B.Color_4278442694 = new A.Color(4278442694); B.Color_4291782265 = new A.Color(4291782265); B.Color_4279374354 = new A.Color(4279374354); B.ColorScheme_HZw = new A.ColorScheme(B.Brightness_0, B.Color_4294967295, B.Color_4278190080, null, null, B.Color_4278442694, B.Color_4278190080, null, null, null, null, null, null, B.Color_4291782265, B.Color_4278190080, null, null, B.Color_4279374354, B.Color_4294967295, B.Color_4279374354, B.Color_4294967295, null, null, null, null, null, null, null, null, null, null); B.Color_4289724448 = new A.Color(4289724448); B.ColorScheme_oqh = new A.ColorScheme(B.Brightness_1, B.Color_4278190080, B.Color_4294967295, null, null, B.Color_4278442694, B.Color_4278190080, null, null, null, null, null, null, B.Color_4289724448, B.Color_4294967295, null, null, B.Color_4294967295, B.Color_4278190080, B.Color_4294967295, B.Color_4278190080, null, null, null, null, null, null, null, null, null, null); + B.Color_4281867890 = new A.Color(4281867890); + B.Color_4283381643 = new A.Color(4283381643); + B.Color_4291609308 = new A.Color(4291609308); + B.Color_4281544001 = new A.Color(4281544001); + B.Color_4283057240 = new A.Color(4283057240); + B.Color_4293900488 = new A.Color(4293900488); + B.Color_4282983730 = new A.Color(4282983730); + B.Color_4284693320 = new A.Color(4284693320); + B.Color_4294097077 = new A.Color(4294097077); + B.Color_4284486672 = new A.Color(4284486672); + B.Color_4287372568 = new A.Color(4287372568); + B.Color_4293321189 = new A.Color(4293321189); + B.Color_4287860633 = new A.Color(4287860633); + B.ColorScheme_spT = new A.ColorScheme(B.Brightness_0, B.Color_4291869951, B.Color_4281867890, B.Color_4283381643, B.Color_4293582335, B.Color_4291609308, B.Color_4281544001, B.Color_4283057240, B.Color_4293451512, B.Color_4293900488, B.Color_4282983730, B.Color_4284693320, B.Color_4294957284, B.Color_4294097077, B.Color_4284486672, B.Color_4287372568, B.Color_4294565596, B.Color_4280032031, B.Color_4293321189, B.Color_4280032031, B.Color_4293321189, B.Color_4282991951, B.Color_4291478736, B.Color_4287860633, B.Color_4282991951, B.Color_4278190080, B.Color_4278190080, B.Color_4293321189, B.Color_4281413683, B.Color_4284960932, B.Color_4291869951); B.Color_1087163596 = new A.Color(1087163596); B.Color_1308622847 = new A.Color(1308622847); B.Color_134217728 = new A.Color(134217728); @@ -613437,11 +629500,16 @@ B.ContactReportFields_38 = new A.ContactReportFields(38, "vat_number"); B.ContactReportFields_42 = new A.ContactReportFields(42, "contact_email"); B.ContactReportFields_50 = new A.ContactReportFields(50, "created_at"); + B.SizedBox_null_null_null_null = new A.SizedBox(null, null, null, null); + B.ContentLayerProxyWidget_null = new A.ContentLayerProxyWidget(null); B.ContextMenuButtonType_0 = new A.ContextMenuButtonType(0, "cut"); B.ContextMenuButtonType_1 = new A.ContextMenuButtonType(1, "copy"); B.ContextMenuButtonType_2 = new A.ContextMenuButtonType(2, "paste"); B.ContextMenuButtonType_3 = new A.ContextMenuButtonType(3, "selectAll"); - B.ContextMenuButtonType_5 = new A.ContextMenuButtonType(5, "liveTextInput"); + B.ContextMenuButtonType_5 = new A.ContextMenuButtonType(5, "lookUp"); + B.ContextMenuButtonType_6 = new A.ContextMenuButtonType(6, "searchWeb"); + B.ContextMenuButtonType_7 = new A.ContextMenuButtonType(7, "share"); + B.ContextMenuButtonType_8 = new A.ContextMenuButtonType(8, "liveTextInput"); B.CopySelectionTextIntent_false = new A.CopySelectionTextIntent(false); B.CopySelectionTextIntent_true = new A.CopySelectionTextIntent(true); B.CreditItemReportFields_0 = new A.CreditItemReportFields(0, "productKey"); @@ -613475,6 +629543,7 @@ B.Cubic_JUR0 = new A.Cubic(0.42, 0, 1, 1); B.Cubic_OcD = new A.Cubic(0.67, 0.03, 0.65, 0.09); B.Cubic_QB2 = new A.Cubic(0.785, 0.135, 0.15, 0.86); + B.Cubic_Y6c = new A.Cubic(0.175, 0.885, 0.32, 1.275); B.Cubic_YAz = new A.Cubic(0.075, 0.82, 0.165, 1); B.Cubic_bP1 = new A.Cubic(0.208333, 0.82, 0.25, 1); B.Cubic_ifx = new A.Cubic(0.4, 0, 0.2, 1); @@ -613482,6 +629551,8 @@ B.Cubic_oKc = new A.Cubic(0.645, 0.045, 0.355, 1); B.Cubic_xDo0 = new A.Cubic(0, 0, 0.58, 1); B.Cubic_xDo = new A.Cubic(0.42, 0, 0.58, 1); + B.Color_4289967027 = new A.Color(4289967027); + B.CupertinoDynamicColor_8Ek = new A.CupertinoDynamicColor(B.Color_4289967027, "offSwitchLabel", null, B.Color_4289967027, B.Color_4289967027, B.Color_4294967295, B.Color_4294967295, B.Color_4289967027, B.Color_4289967027, B.Color_4294967295, B.Color_4294967295, 0); B.Color_4278879487 = new A.Color(4278879487); B.Color_4278206685 = new A.Color(4278206685); B.Color_4282424575 = new A.Color(4282424575); @@ -613556,7 +629627,7 @@ B.DatePickerEntryMode_3 = new A.DatePickerEntryMode(3, "inputOnly"); B.DatePickerMode_0 = new A.DatePickerMode(0, "day"); B.DatePickerMode_1 = new A.DatePickerMode(1, "year"); - B.DatePickerThemeData_4QF = new A.DatePickerThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.DatePickerThemeData_6D4 = new A.DatePickerThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.DateRangeComparison_customRange = new A.DateRangeComparison("customRange"); B.DateRangeComparison_previousPeriod = new A.DateRangeComparison("previousPeriod"); B.DateRangeComparison_previousYear = new A.DateRangeComparison("previousYear"); @@ -613631,6 +629702,8 @@ B.DragMode_0 = new A.DragMode(0, "collapsed"); B.DragMode_1 = new A.DragMode(1, "base"); B.DragMode_2 = new A.DragMode(2, "extent"); + B.DragMode_3 = new A.DragMode(3, "longPress"); + B.DragMode_4 = new A.DragMode(4, "scroll"); B.DragStartBehavior_0 = new A.DragStartBehavior(0, "down"); B.DragStartBehavior_1 = new A.DragStartBehavior(1, "start"); B.DrawerAlignment_0 = new A.DrawerAlignment(0, "start"); @@ -613643,7 +629716,6 @@ B.Duration_1000 = new A.Duration(1000); B.Duration_100000 = new A.Duration(100000); B.Duration_1000000 = new A.Duration(1000000); - B.Duration_10000000 = new A.Duration(10000000); B.Duration_120000 = new A.Duration(120000); B.Duration_1200000 = new A.Duration(1200000); B.Duration_125000 = new A.Duration(125000); @@ -613656,6 +629728,7 @@ B.Duration_167000 = new A.Duration(167000); B.Duration_180000 = new A.Duration(180000); B.Duration_1800000 = new A.Duration(1800000); + B.Duration_20000 = new A.Duration(20000); B.Duration_200000 = new A.Duration(200000); B.Duration_2000000 = new A.Duration(2000000); B.Duration_210000 = new A.Duration(210000); @@ -613663,7 +629736,6 @@ B.Duration_2300000 = new A.Duration(2300000); B.Duration_246000 = new A.Duration(246000); B.Duration_250000 = new A.Duration(250000); - B.Duration_2592000000000 = new A.Duration(2592e9); B.Duration_2961926000 = new A.Duration(2961926000); B.Duration_300000 = new A.Duration(300000); B.Duration_3000000 = new A.Duration(3000000); @@ -613675,9 +629747,9 @@ B.Duration_450000 = new A.Duration(450000); B.Duration_50000 = new A.Duration(50000); B.Duration_500000 = new A.Duration(500000); + B.Duration_5000000 = new A.Duration(5000000); B.Duration_600000 = new A.Duration(600000); B.Duration_600000000 = new A.Duration(600000000); - B.Duration_604800000000 = new A.Duration(6048e8); B.Duration_70000 = new A.Duration(70000); B.Duration_75000 = new A.Duration(75000); B.Duration_m38000 = new A.Duration(-38000); @@ -613805,6 +629877,7 @@ B.EdgeInsets_24_0_10_0 = new A.EdgeInsets(24, 0, 10, 0); B.EdgeInsets_24_0_10_16 = new A.EdgeInsets(24, 0, 10, 16); B.EdgeInsets_24_0_24_0 = new A.EdgeInsets(24, 0, 24, 0); + B.EdgeInsets_24_0_24_24 = new A.EdgeInsets(24, 0, 24, 24); B.EdgeInsets_24_12_10_12 = new A.EdgeInsets(24, 12, 10, 12); B.EdgeInsets_24_24_24_0 = new A.EdgeInsets(24, 24, 24, 0); B.EdgeInsets_24_24_24_24 = new A.EdgeInsets(24, 24, 24, 24); @@ -613821,7 +629894,6 @@ B.EdgeInsets_4_4_4_4 = new A.EdgeInsets(4, 4, 4, 4); B.EdgeInsets_4_4_4_5 = new A.EdgeInsets(4, 4, 4, 5); B.EdgeInsets_4_6_0_6 = new A.EdgeInsets(4, 6, 0, 6); - B.EdgeInsets_5_0_5_0 = new A.EdgeInsets(5, 0, 5, 0); B.EdgeInsets_6_0_6_0 = new A.EdgeInsets(6, 0, 6, 0); B.EdgeInsets_6_10_0_0 = new A.EdgeInsets(6, 10, 0, 0); B.EdgeInsets_6_12_12_0 = new A.EdgeInsets(6, 12, 12, 0); @@ -613999,6 +630071,7 @@ B.EntityType_vendorContact = new A.EntityType("vendorContact"); B.EntityType_webhook = new A.EntityType("webhook"); B.ExecutionInstruction_0 = new A.ExecutionInstruction(0, "continueExecution"); + B.ExecutionInstruction_1 = new A.ExecutionInstruction(1, "blocked"); B.ExecutionInstruction_2 = new A.ExecutionInstruction(2, "haltExecution"); B.ExpandSelectionToDocumentBoundaryIntent_false_false_false_false = new A.ExpandSelectionToDocumentBoundaryIntent(false, false, false, false); B.ExpandSelectionToDocumentBoundaryIntent_false_false_false_true = new A.ExpandSelectionToDocumentBoundaryIntent(false, false, false, true); @@ -614059,15 +630132,6 @@ B.FileMode_2 = new A.FileMode(2); B.FileMode_3 = new A.FileMode(3); B.FileMode_4 = new A.FileMode(4); - B.FileSystemEntityType_0 = new A.FileSystemEntityType(0); - B.FileSystemEntityType_1 = new A.FileSystemEntityType(1); - B.FileSystemEntityType_2 = new A.FileSystemEntityType(2); - B.FileSystemException_sV6 = new A.FileSystemException("All nodes must have a parent.", "", null); - B.FileSystemOp_0 = new A.FileSystemOp(0); - B.FileSystemOp_2 = new A.FileSystemOp(2); - B.FileSystemOp_3 = new A.FileSystemOp(3); - B.FileSystemOp_4 = new A.FileSystemOp(4); - B.FileSystemOp_6 = new A.FileSystemOp(6); B.FileType_0 = new A.FileType(0, "any"); B.FileType_2 = new A.FileType(2, "image"); B.FileType_5 = new A.FileType(5, "custom"); @@ -614097,6 +630161,10 @@ B.FocusHighlightMode_0 = new A.FocusHighlightMode(0, "touch"); B.FocusHighlightMode_1 = new A.FocusHighlightMode(1, "traditional"); B.FocusHighlightStrategy_0 = new A.FocusHighlightStrategy(0, "automatic"); + B.Offset_0_20 = new A.Offset(0, 20); + B.FollowerAlignment_KpO = new A.FollowerAlignment(B.Alignment_0_1, B.Alignment_0_m1, B.Offset_0_20); + B.Offset_0_m20 = new A.Offset(0, -20); + B.FollowerAlignment_ecu = new A.FollowerAlignment(B.Alignment_0_m1, B.Alignment_0_1, B.Offset_0_m20); B.FontStyle_0 = new A.FontStyle(0, "normal"); B.FontStyle_1 = new A.FontStyle(1, "italic"); B.FontWeight_3_400 = new A.FontWeight(3, 400); @@ -614829,14 +630897,14 @@ B.IconData_61224_MaterialIcons_null_false = new A.IconData(61224, "MaterialIcons", null, false); B.IconData_61254_MaterialIcons_null_false = new A.IconData(61254, "MaterialIcons", null, false); B.IconData_61267_MaterialIcons_null_false = new A.IconData(61267, "MaterialIcons", null, false); + B.IconData_61453_MaterialIcons_null_false = new A.IconData(61453, "MaterialIcons", null, false); B.IconData_61764_MaterialIcons_null_false = new A.IconData(61764, "MaterialIcons", null, false); B.IconData_62057_MaterialIcons_null_false = new A.IconData(62057, "MaterialIcons", null, false); B.IconData_984386_MaterialIcons_null_false = new A.IconData(984386, "MaterialIcons", null, false); B.IconData_984413_MaterialIcons_null_false = new A.IconData(984413, "MaterialIcons", null, false); B.IconPosition_0 = new A.IconPosition(0, "leading"); B.IconThemeData_43h = new A.IconThemeData(null, null, null, null, null, null, 0.54, null); - B.IconThemeData_jR20 = new A.IconThemeData(null, null, null, null, null, B.Color_3707764736, null, null); - B.IconThemeData_jR21 = new A.IconThemeData(null, null, null, null, null, B.Color_4278190080, null, null); + B.IconThemeData_jR20 = new A.IconThemeData(null, null, null, null, null, B.Color_4278190080, null, null); B.IconThemeData_jR2 = new A.IconThemeData(24, 0, 400, 0, 48, B.Color_4278190080, 1, null); B.IconThemeData_sES = new A.IconThemeData(null, null, null, null, null, B.Color_4294967295, null, null); B.IconData_57926_MaterialIcons_null_false = new A.IconData(57926, "MaterialIcons", null, false); @@ -614858,12 +630926,12 @@ B.IconData_58984_MaterialIcons_null_false = new A.IconData(58984, "MaterialIcons", null, false); B.Icon_KPc = new A.Icon(B.IconData_58984_MaterialIcons_null_false, null, null, null, null); B.IconData_58556_MaterialIcons_null_false = new A.IconData(58556, "MaterialIcons", null, false); - B.Icon_MXY2 = new A.Icon(B.IconData_58556_MaterialIcons_null_false, null, null, null, null); + B.Icon_MXY1 = new A.Icon(B.IconData_58556_MaterialIcons_null_false, null, null, null, null); B.Icon_MXY = new A.Icon(B.IconData_58602_MaterialIcons_null_false, null, null, null, null); B.IconData_58897_MaterialIcons_null_false = new A.IconData(58897, "MaterialIcons", null, false); B.Icon_MXY0 = new A.Icon(B.IconData_58897_MaterialIcons_null_false, null, null, null, null); B.IconData_59128_MaterialIcons_null_true = new A.IconData(59128, "MaterialIcons", null, true); - B.Icon_MXY1 = new A.Icon(B.IconData_59128_MaterialIcons_null_true, null, null, null, null); + B.Icon_MXY2 = new A.Icon(B.IconData_59128_MaterialIcons_null_true, null, null, null, null); B.Icon_NO4 = new A.Icon(B.IconData_57862_MaterialIcons_null_false, null, null, null, null); B.Icon_QOD = new A.Icon(B.IconData_57502_MaterialIcons_null_true, 14, B.Color_0, null, null); B.IconData_58143_MaterialIcons_null_false = new A.IconData(58143, "MaterialIcons", null, false); @@ -614895,7 +630963,6 @@ B.ImageByteFormat_2 = new A.ImageByteFormat(2, "rawUnmodified"); B.ImageByteFormat_3 = new A.ImageByteFormat(3, "png"); B.ImageConfiguration_Eba = new A.ImageConfiguration(null, null, null, null, null, null); - B.ImageRenderMethodForWeb_1 = new A.ImageRenderMethodForWeb(1, "HttpGet"); B.ImageRepeat_0 = new A.ImageRepeat(0, "repeat"); B.ImageRepeat_1 = new A.ImageRepeat(1, "repeatX"); B.ImageRepeat_2 = new A.ImageRepeat(2, "repeatY"); @@ -614907,10 +630974,11 @@ B.ImportType_json = new A.ImportType("json"); B.ImportType_waveaccounting = new A.ImportType("waveaccounting"); B.ImportType_zoho = new A.ImportType("zoho"); - B.List_empty4 = A._setArrayType(makeConstList([]), type$.JSArray_StringAttribute); - B.InlineSpanSemanticsInformation_o8k = new A.InlineSpanSemanticsInformation("\ufffc", null, null, true, true, B.List_empty4); - B.InputDecorationTheme_IVQ = new A.InputDecorationTheme(null, null, null, null, null, null, null, B.FloatingLabelBehavior_1, B.C_FloatingLabelAlignment, false, null, false, null, null, null, null, null, null, false, null, null, null, null, null, null, null, null, null, null, null, false, null); - B.InputDecoration_9Is = new A.InputDecoration(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, false, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, true, null, null, null); + B.InAppWebViewConfiguration_true_true_Map_empty = new A.InAppWebViewConfiguration(true, true, B.Map_empty8); + B.List_empty3 = A._setArrayType(makeConstList([]), type$.JSArray_StringAttribute); + B.InlineSpanSemanticsInformation_o8k = new A.InlineSpanSemanticsInformation("\ufffc", null, null, true, true, B.List_empty3); + B.InputDecorationTheme_Y3m = new A.InputDecorationTheme(null, null, null, null, null, null, null, null, B.FloatingLabelBehavior_1, B.C_FloatingLabelAlignment, false, null, false, null, null, null, null, null, null, false, null, null, null, null, null, null, null, null, null, null, null, false, null); + B.InputDecoration_vBr = new A.InputDecoration(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, true, null, null, null); B.InsideJustification_0 = new A.InsideJustification(0, "topStart"); B.Cubic_iYc = new A.Cubic(0.1, 0, 0.45, 1); B.Interval_2ds = new A.Interval(0.7038888888888889, 1, B.Cubic_iYc); @@ -615041,8 +631109,9 @@ B.LinePointHighlighterFollowLineType_0 = new A.LinePointHighlighterFollowLineType(0, "nearest"); B.LinePointHighlighterFollowLineType_1 = new A.LinePointHighlighterFollowLineType(1, "none"); B.LinePointHighlighterFollowLineType_2 = new A.LinePointHighlighterFollowLineType(2, "all"); - B.LinkifyOptions_false = new A.LinkifyOptions(false); - B.LinkifyOptions_true = new A.LinkifyOptions(true); + B.LinkifyOptions_false_false = new A.LinkifyOptions(false, false); + B.LinkifyOptions_false_true = new A.LinkifyOptions(false, true); + B.LinkifyOptions_true_false = new A.LinkifyOptions(true, false); B.ListItemType_0 = new A.ListItemType(0, "ordered"); B.ListItemType_1 = new A.ListItemType(1, "unordered"); B.ListTileControlAffinity_0 = new A.ListTileControlAffinity(0, "leading"); @@ -615050,6 +631119,7 @@ B.ListTileStyle_0 = new A.ListTileStyle(0, "list"); B.ListTileStyle_1 = new A.ListTileStyle(1, "drawer"); B.ListTileThemeData_m6K = new A.ListTileThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.ListTileTitleAlignment_0 = new A.ListTileTitleAlignment(0, "threeLine"); B.ListTileTitleAlignment_1 = new A.ListTileTitleAlignment(1, "titleHeight"); B.List_010 = A._setArrayType(makeConstList(["\xee.Hr.", "d.Hr."]), type$.JSArray_String); B.Color_637534208 = new A.Color(637534208); @@ -615067,15 +631137,39 @@ B.List_03 = A._setArrayType(makeConstList(["EEEE d MMMM y", "d MMMM y", "d MMM y", "dd/MM/yy"]), type$.JSArray_String); B.List_09 = A._setArrayType(makeConstList(["{0} \u0b20\u0b3e\u0b30\u0b47 {1}", "{0} \u0b20\u0b3e\u0b30\u0b47 {1}", "{1}, {0}", "{1}, {0}"]), type$.JSArray_String); B.List_05 = A._setArrayType(makeConstList(["\uc81c 1/4\ubd84\uae30", "\uc81c 2/4\ubd84\uae30", "\uc81c 3/4\ubd84\uae30", "\uc81c 4/4\ubd84\uae30"]), type$.JSArray_String); - B.List_013 = A._setArrayType(makeConstList(["file", "directory", "link", "unixDomainSock", "pipe", "notFound"]), type$.JSArray_String); B.List_02 = A._setArrayType(makeConstList(["domingo", "lunes", "martes", "mi\xe9rcoles", "jueves", "viernes", "s\xe1bado"]), type$.JSArray_String); - B.List_014 = A._setArrayType(makeConstList(["individual", "company", "partnership", "trust", "charity", "government", "other"]), type$.JSArray_String); + B.List_013 = A._setArrayType(makeConstList(["individual", "company", "partnership", "trust", "charity", "government", "other"]), type$.JSArray_String); B.List_06 = A._setArrayType(makeConstList(["sk", "pr", "an", "tr", "kt", "pn", "\u0161t"]), type$.JSArray_String); B.List_0 = A._setArrayType(makeConstList(["\u043d", "\u043f", "\u0432", "\u0441", "\u0447", "\u043f", "\u0441"]), type$.JSArray_String); B.List_00 = A._setArrayType(makeConstList(["januar", "februar", "marts", "april", "maj", "juni", "juli", "august", "september", "oktober", "november", "december"]), type$.JSArray_String); B.List_07 = A._setArrayType(makeConstList(["\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0417\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0414\u043e\u043b\u043e\u043e\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]), type$.JSArray_String); B.List_011 = A._setArrayType(makeConstList(["\u044f\u043d\u0432.", "\u0444\u0435\u0432\u0440.", "\u043c\u0430\u0440\u0442", "\u0430\u043f\u0440.", "\u043c\u0430\u0439", "\u0438\u044e\u043d\u044c", "\u0438\u044e\u043b\u044c", "\u0430\u0432\u0433.", "\u0441\u0435\u043d\u0442.", "\u043e\u043a\u0442.", "\u043d\u043e\u044f\u0431.", "\u0434\u0435\u043a."]), type$.JSArray_String); B.List_04 = A._setArrayType(makeConstList(["\u10d8\u10d0\u10dc", "\u10d7\u10d4\u10d1", "\u10db\u10d0\u10e0", "\u10d0\u10de\u10e0", "\u10db\u10d0\u10d8", "\u10d8\u10d5\u10dc", "\u10d8\u10d5\u10da", "\u10d0\u10d2\u10d5", "\u10e1\u10d4\u10e5", "\u10dd\u10e5\u10e2", "\u10dc\u10dd\u10d4", "\u10d3\u10d4\u10d9"]), type$.JSArray_String); + B.TimeOfDay_0_0 = new A.TimeOfDay(0, 0); + B.TimeOfDay_1_0 = new A.TimeOfDay(1, 0); + B.TimeOfDay_2_0 = new A.TimeOfDay(2, 0); + B.TimeOfDay_3_0 = new A.TimeOfDay(3, 0); + B.TimeOfDay_4_0 = new A.TimeOfDay(4, 0); + B.TimeOfDay_5_0 = new A.TimeOfDay(5, 0); + B.TimeOfDay_6_0 = new A.TimeOfDay(6, 0); + B.TimeOfDay_7_0 = new A.TimeOfDay(7, 0); + B.TimeOfDay_8_0 = new A.TimeOfDay(8, 0); + B.TimeOfDay_9_0 = new A.TimeOfDay(9, 0); + B.TimeOfDay_10_0 = new A.TimeOfDay(10, 0); + B.TimeOfDay_11_0 = new A.TimeOfDay(11, 0); + B.TimeOfDay_12_0 = new A.TimeOfDay(12, 0); + B.TimeOfDay_13_0 = new A.TimeOfDay(13, 0); + B.TimeOfDay_14_0 = new A.TimeOfDay(14, 0); + B.TimeOfDay_15_0 = new A.TimeOfDay(15, 0); + B.TimeOfDay_16_0 = new A.TimeOfDay(16, 0); + B.TimeOfDay_17_0 = new A.TimeOfDay(17, 0); + B.TimeOfDay_18_0 = new A.TimeOfDay(18, 0); + B.TimeOfDay_19_0 = new A.TimeOfDay(19, 0); + B.TimeOfDay_20_0 = new A.TimeOfDay(20, 0); + B.TimeOfDay_21_0 = new A.TimeOfDay(21, 0); + B.TimeOfDay_22_0 = new A.TimeOfDay(22, 0); + B.TimeOfDay_23_0 = new A.TimeOfDay(23, 0); + B.List_014 = A._setArrayType(makeConstList([B.TimeOfDay_0_0, B.TimeOfDay_1_0, B.TimeOfDay_2_0, B.TimeOfDay_3_0, B.TimeOfDay_4_0, B.TimeOfDay_5_0, B.TimeOfDay_6_0, B.TimeOfDay_7_0, B.TimeOfDay_8_0, B.TimeOfDay_9_0, B.TimeOfDay_10_0, B.TimeOfDay_11_0, B.TimeOfDay_12_0, B.TimeOfDay_13_0, B.TimeOfDay_14_0, B.TimeOfDay_15_0, B.TimeOfDay_16_0, B.TimeOfDay_17_0, B.TimeOfDay_18_0, B.TimeOfDay_19_0, B.TimeOfDay_20_0, B.TimeOfDay_21_0, B.TimeOfDay_22_0, B.TimeOfDay_23_0]), type$.JSArray_TimeOfDay); B.List_038 = A._setArrayType(makeConstList(["vm.", "nm."]), type$.JSArray_String); B.List_05B = A._setArrayType(makeConstList(["\u0c9c\u0ca8", "\u0cab\u0cc6\u0cac\u0ccd\u0cb0", "\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd", "\u0c8f\u0caa\u0ccd\u0cb0\u0cbf", "\u0cae\u0cc7", "\u0c9c\u0cc2\u0ca8\u0ccd", "\u0c9c\u0cc1\u0cb2\u0cc8", "\u0c86\u0c97", "\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82", "\u0c85\u0c95\u0ccd\u0c9f\u0ccb", "\u0ca8\u0cb5\u0cc6\u0c82", "\u0ca1\u0cbf\u0cb8\u0cc6\u0c82"]), type$.JSArray_String); B.List_0Bd = A._setArrayType(makeConstList(["ne", "po", "\xfat", "st", "\u010dt", "p\xe1", "so"]), type$.JSArray_String); @@ -615133,7 +631227,6 @@ B.Type_LanguageItemResponse_c8P = A.typeLiteral("LanguageItemResponse"); B.Type__$LanguageItemResponse_YOT = A.typeLiteral("_$LanguageItemResponse"); B.List_1zK = A._setArrayType(makeConstList([B.Type_LanguageItemResponse_c8P, B.Type__$LanguageItemResponse_YOT]), type$.JSArray_Type); - B.List_200_202 = A._setArrayType(makeConstList([200, 202]), type$.JSArray_int); B.List_22U = A._setArrayType(makeConstList(["\u043f.\u043d.\u0435.", "\u043d.\u0435."]), type$.JSArray_String); B.List_239_191_189 = A._setArrayType(makeConstList([239, 191, 189]), type$.JSArray_int); B.List_23h0 = A._setArrayType(makeConstList(["\u0e21.\u0e04.", "\u0e01.\u0e1e.", "\u0e21\u0e35.\u0e04.", "\u0e40\u0e21.\u0e22.", "\u0e1e.\u0e04.", "\u0e21\u0e34.\u0e22.", "\u0e01.\u0e04.", "\u0e2a.\u0e04.", "\u0e01.\u0e22.", "\u0e15.\u0e04.", "\u0e1e.\u0e22.", "\u0e18.\u0e04."]), type$.JSArray_String); @@ -615184,7 +631277,6 @@ B.List_2jN1 = A._setArrayType(makeConstList(["\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940", "\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940", "\u092e\u093e\u0930\u094d\u091a", "\u090f\u092a\u094d\u0930\u093f\u0932", "\u092e\u0947", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u0948", "\u0911\u0917\u0938\u094d\u091f", "\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930", "\u0911\u0915\u094d\u091f\u094b\u092c\u0930", "\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930", "\u0921\u093f\u0938\u0947\u0902\u092c\u0930"]), type$.JSArray_String); B.List_2m8 = A._setArrayType(makeConstList(["\u0da2\u0db1", "\u0db4\u0dd9\u0db6", "\u0db8\u0dcf\u0dbb\u0dca", "\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca", "\u0db8\u0dd0\u0dba\u0dd2", "\u0da2\u0dd6\u0db1\u0dd2", "\u0da2\u0dd6\u0dbd\u0dd2", "\u0d85\u0d9c\u0ddd", "\u0dc3\u0dd0\u0db4\u0dca", "\u0d94\u0d9a\u0dca", "\u0db1\u0ddc\u0dc0\u0dd0", "\u0daf\u0dd9\u0dc3\u0dd0"]), type$.JSArray_String); B.List_2rf = A._setArrayType(makeConstList(["\u0e27\u0e31\u0e19\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", "\u0e27\u0e31\u0e19\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", "\u0e27\u0e31\u0e19\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", "\u0e27\u0e31\u0e19\u0e1e\u0e38\u0e18", "\u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", "\u0e27\u0e31\u0e19\u0e28\u0e38\u0e01\u0e23\u0e4c", "\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e32\u0e23\u0e4c"]), type$.JSArray_String); - B.List_304 = A._setArrayType(makeConstList([304]), type$.JSArray_int); B.Type_TaskStatusItemResponse_gPT = A.typeLiteral("TaskStatusItemResponse"); B.Type__$TaskStatusItemResponse_EK0 = A.typeLiteral("_$TaskStatusItemResponse"); B.List_3Bm = A._setArrayType(makeConstList([B.Type_TaskStatusItemResponse_gPT, B.Type__$TaskStatusItemResponse_EK0]), type$.JSArray_Type); @@ -616046,6 +632138,7 @@ B.List_Ipw = A._setArrayType(makeConstList(["\u0d1c", "\u0d2b\u0d46", "\u0d2e\u0d3e", "\u0d0f", "\u0d2e\u0d46", "\u0d1c\u0d42\u0d7a", "\u0d1c\u0d42", "\u0d13", "\u0d38\u0d46", "\u0d12", "\u0d28", "\u0d21\u0d3f"]), type$.JSArray_String); B.List_IqA = A._setArrayType(makeConstList(["\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 1", "\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 2", "\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 3", "\u0ec4\u0e95\u0ea3\u0ea1\u0eb2\u0e94 4"]), type$.JSArray_String); B.List_Iqq = A._setArrayType(makeConstList(["EEEE, d MMMM, y", "d MMMM, y", "d MMM, y", "dd/MM/y"]), type$.JSArray_String); + B.List_Iqz = A._setArrayType(makeConstList([A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_blockControlKeys$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed$closure()]), type$.JSArray_of_TextFieldKeyboardHandlerResult_Function_$named_$req_keyEvent_RawKeyEvent_and_$req_textFieldContext_SuperTextFieldContext); B.List_Iwp = A._setArrayType(makeConstList(["\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f"]), type$.JSArray_String); B.List_Iwu = A._setArrayType(makeConstList(["\u05dc\u05e4\u05e0\u05d4\u05f4\u05e6", "\u05d0\u05d7\u05d4\u05f4\u05e6"]), type$.JSArray_String); B.List_Ix1 = A._setArrayType(makeConstList(["\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c02", "\u0c15\u0c4d\u0c30\u0c40\u0c38\u0c4d\u0c24\u0c41 \u0c36\u0c15\u0c02"]), type$.JSArray_String); @@ -616230,6 +632323,13 @@ B.List_Mn1 = A._setArrayType(makeConstList(["janv.", "f\xe9vr.", "mars", "avr.", "mai", "juin", "juill.", "ao\xfbt", "sept.", "oct.", "nov.", "d\xe9c."]), type$.JSArray_String); B.List_Mvk = A._setArrayType(makeConstList(["e paradites", "e pasdites"]), type$.JSArray_String); B.List_N3O = A._setArrayType(makeConstList(["jan", "shk", "mar", "pri", "maj", "qer", "korr", "gush", "sht", "tet", "n\xebn", "dhj"]), type$.JSArray_String); + B._ElevationOpacity_0_0 = new A._ElevationOpacity(0, 0); + B._ElevationOpacity_if4 = new A._ElevationOpacity(1, 0.05); + B._ElevationOpacity_cUt = new A._ElevationOpacity(3, 0.08); + B._ElevationOpacity_2d0 = new A._ElevationOpacity(6, 0.11); + B._ElevationOpacity_72A = new A._ElevationOpacity(8, 0.12); + B._ElevationOpacity_AKo = new A._ElevationOpacity(12, 0.14); + B.List_N4E = A._setArrayType(makeConstList([B._ElevationOpacity_0_0, B._ElevationOpacity_if4, B._ElevationOpacity_cUt, B._ElevationOpacity_2d0, B._ElevationOpacity_72A, B._ElevationOpacity_AKo]), A.findType("JSArray<_ElevationOpacity>")); B.List_NO4 = A._setArrayType(makeConstList(["\u1001\u101b\u1005\u103a\u1010\u1031\u102c\u103a \u1019\u1015\u1031\u102b\u103a\u1019\u102e\u1014\u103e\u1005\u103a", "\u1001\u101b\u1005\u103a\u1014\u103e\u1005\u103a"]), type$.JSArray_String); B.List_NPb = A._setArrayType(makeConstList(["\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5", "\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4 \u0cb6\u0c95"]), type$.JSArray_String); B.Type__$VendorEntity_XtO = A.typeLiteral("_$VendorEntity"); @@ -616417,7 +632517,6 @@ B.List_QJm0 = A._setArrayType(makeConstList(["p.n.e.", "n.e."]), type$.JSArray_String); B.List_QLv0 = A._setArrayType(makeConstList([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7]), type$.JSArray_int); B.List_QLv = A._setArrayType(makeConstList([16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15]), type$.JSArray_int); - B.List_QOI = A._setArrayType(makeConstList([A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed$closure()]), type$.JSArray_of_TextFieldKeyboardHandlerResult_Function_$named_$req_controller_AttributedTextEditingController_and_$req_keyEvent_RawKeyEvent_and_$req_textLayout_ProseTextLayout); B.List_QOW = A._setArrayType(makeConstList(["nedjelja", "ponedjeljak", "utorak", "srijeda", "\u010detvrtak", "petak", "subota"]), type$.JSArray_String); B.List_QOg = A._setArrayType(makeConstList(["\u062c", "\u0641", "\u0645", "\u0627", "\u0645", "\u062c", "\u062c", "\u0627", "\u0633", "\u0627", "\u0646", "\u062f"]), type$.JSArray_String); B.List_QSK = A._setArrayType(makeConstList(["\u091c\u093e", "\u092b\u0947", "\u092e\u093e", "\u090f", "\u092e\u0947", "\u091c\u0942", "\u091c\u0941", "\u0911", "\u0938", "\u0911", "\u0928\u094b", "\u0921\u093f"]), type$.JSArray_String); @@ -616887,11 +632986,6 @@ B._Diagonal__CornerId_1__CornerId_2 = new A._Diagonal(B._CornerId_1, B._CornerId_2); B._Diagonal__CornerId_2__CornerId_1 = new A._Diagonal(B._CornerId_2, B._CornerId_1); B.List_Tkv = A._setArrayType(makeConstList([B._Diagonal__CornerId_0__CornerId_3, B._Diagonal__CornerId_3__CornerId_0, B._Diagonal__CornerId_1__CornerId_2, B._Diagonal__CornerId_2__CornerId_1]), A.findType("JSArray<_Diagonal>")); - B.NamedAttribution_code = new A.NamedAttribution("code"); - B.NamedAttribution_bold = new A.NamedAttribution("bold"); - B.NamedAttribution_italics = new A.NamedAttribution("italics"); - B.NamedAttribution_strikethrough = new A.NamedAttribution("strikethrough"); - B.List_Toh = A._setArrayType(makeConstList([B.NamedAttribution_code, B.NamedAttribution_bold, B.NamedAttribution_italics, B.NamedAttribution_strikethrough]), A.findType("JSArray")); B.List_TrQ = A._setArrayType(makeConstList(["dom", "lun", "mar", "mer", "gio", "ven", "sab"]), type$.JSArray_String); B.List_TsS = A._setArrayType(makeConstList(["h:mm:ss\u202fa zzzz", "h:mm:ss\u202fa z", "h:mm:ss\u202fa", "h:mm\u202fa"]), type$.JSArray_String); B.List_Type_AppLayout_co1 = A._setArrayType(makeConstList([B.Type_AppLayout_co1]), type$.JSArray_Type); @@ -616957,7 +633051,6 @@ B.C_EmailLinkifier = new A.EmailLinkifier(); B.List_UrlLinkifier_EmailLinkifier = A._setArrayType(makeConstList([B.C_UrlLinkifier, B.C_EmailLinkifier]), A.findType("JSArray")); B.List_Urn = A._setArrayType(makeConstList(["\u06cc", "\u062f", "\u0633", "\u0686", "\u067e", "\u062c", "\u0634"]), type$.JSArray_String); - B.TimeOfDay_0_0 = new A.TimeOfDay(0, 0); B.TimeOfDay_0_5 = new A.TimeOfDay(0, 5); B.TimeOfDay_0_10 = new A.TimeOfDay(0, 10); B.TimeOfDay_0_15 = new A.TimeOfDay(0, 15); @@ -616970,24 +633063,7 @@ B.TimeOfDay_0_50 = new A.TimeOfDay(0, 50); B.TimeOfDay_0_55 = new A.TimeOfDay(0, 55); B.List_Uvd = A._setArrayType(makeConstList([B.TimeOfDay_0_0, B.TimeOfDay_0_5, B.TimeOfDay_0_10, B.TimeOfDay_0_15, B.TimeOfDay_0_20, B.TimeOfDay_0_25, B.TimeOfDay_0_30, B.TimeOfDay_0_35, B.TimeOfDay_0_40, B.TimeOfDay_0_45, B.TimeOfDay_0_50, B.TimeOfDay_0_55]), type$.JSArray_TimeOfDay); - B.TimeOfDay_2_0 = new A.TimeOfDay(2, 0); - B.TimeOfDay_4_0 = new A.TimeOfDay(4, 0); - B.TimeOfDay_6_0 = new A.TimeOfDay(6, 0); - B.TimeOfDay_8_0 = new A.TimeOfDay(8, 0); - B.TimeOfDay_10_0 = new A.TimeOfDay(10, 0); - B.TimeOfDay_12_0 = new A.TimeOfDay(12, 0); - B.TimeOfDay_14_0 = new A.TimeOfDay(14, 0); - B.TimeOfDay_16_0 = new A.TimeOfDay(16, 0); - B.TimeOfDay_18_0 = new A.TimeOfDay(18, 0); - B.TimeOfDay_20_0 = new A.TimeOfDay(20, 0); - B.TimeOfDay_22_0 = new A.TimeOfDay(22, 0); B.List_Uvd1 = A._setArrayType(makeConstList([B.TimeOfDay_0_0, B.TimeOfDay_2_0, B.TimeOfDay_4_0, B.TimeOfDay_6_0, B.TimeOfDay_8_0, B.TimeOfDay_10_0, B.TimeOfDay_12_0, B.TimeOfDay_14_0, B.TimeOfDay_16_0, B.TimeOfDay_18_0, B.TimeOfDay_20_0, B.TimeOfDay_22_0]), type$.JSArray_TimeOfDay); - B.TimeOfDay_1_0 = new A.TimeOfDay(1, 0); - B.TimeOfDay_3_0 = new A.TimeOfDay(3, 0); - B.TimeOfDay_5_0 = new A.TimeOfDay(5, 0); - B.TimeOfDay_7_0 = new A.TimeOfDay(7, 0); - B.TimeOfDay_9_0 = new A.TimeOfDay(9, 0); - B.TimeOfDay_11_0 = new A.TimeOfDay(11, 0); B.List_Uvd0 = A._setArrayType(makeConstList([B.TimeOfDay_12_0, B.TimeOfDay_1_0, B.TimeOfDay_2_0, B.TimeOfDay_3_0, B.TimeOfDay_4_0, B.TimeOfDay_5_0, B.TimeOfDay_6_0, B.TimeOfDay_7_0, B.TimeOfDay_8_0, B.TimeOfDay_9_0, B.TimeOfDay_10_0, B.TimeOfDay_11_0]), type$.JSArray_TimeOfDay); B.List_Uw0 = A._setArrayType(makeConstList(["y, MMMM d, EEEE", "y, MMMM d", "y, MMM d", "d/M/yy"]), type$.JSArray_String); B.List_UwG = A._setArrayType(makeConstList(["EEEE, d MMMM, y", "d MMMM y", "dd-MMM-y", "dd/MM/yy"]), type$.JSArray_String); @@ -617115,6 +633191,12 @@ B.List_ZEQ0 = A._setArrayType(makeConstList([B.Type_AuthState_Eo2, B.Type__$AuthState_RcD]), type$.JSArray_Type); B.List_ZEQ = A._setArrayType(makeConstList(["1:a kvartalet", "2:a kvartalet", "3:e kvartalet", "4:e kvartalet"]), type$.JSArray_String); B.List_ZGD = A._setArrayType(makeConstList(["EEEE dd MMMM y", "dd MMMM y", "dd MMM y", "y-MM-dd"]), type$.JSArray_String); + B.C_BlockquoteComponentBuilder = new A.BlockquoteComponentBuilder(); + B.C_ParagraphComponentBuilder = new A.ParagraphComponentBuilder(); + B.C_ListItemComponentBuilder = new A.ListItemComponentBuilder(); + B.C_ImageComponentBuilder = new A.ImageComponentBuilder(); + B.C_HorizontalRuleComponentBuilder = new A.HorizontalRuleComponentBuilder(); + B.List_Zeq = A._setArrayType(makeConstList([B.C_BlockquoteComponentBuilder, B.C_ParagraphComponentBuilder, B.C_ListItemComponentBuilder, B.C_ImageComponentBuilder, B.C_HorizontalRuleComponentBuilder]), type$.JSArray_ComponentBuilder); B.Type__$TransactionRuleState_a1A = A.typeLiteral("_$TransactionRuleState"); B.List_Zie = A._setArrayType(makeConstList([B.Type_TransactionRuleState_M8y, B.Type__$TransactionRuleState_a1A]), type$.JSArray_Type); B.List_ZwY = A._setArrayType(makeConstList(["ned.", "pon.", "tor.", "sre.", "\u010det.", "pet.", "sob."]), type$.JSArray_String); @@ -617180,6 +633262,7 @@ B.List_amL = A._setArrayType(makeConstList(["d MMMM y EEEE", "d MMMM y", "d MMM y", "d.MM.y"]), type$.JSArray_String); B.List_am_pm = A._setArrayType(makeConstList(["am", "pm"]), type$.JSArray_String); B.List_ao6 = A._setArrayType(makeConstList(["\u0627\u0644\u0623\u062d\u062f", "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", "\u0627\u0644\u062e\u0645\u064a\u0633", "\u0627\u0644\u062c\u0645\u0639\u0629", "\u0627\u0644\u0633\u0628\u062a"]), type$.JSArray_String); + B.List_aoW = A._setArrayType(makeConstList([A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_sendKeyEventToMacOs$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure()]), type$.JSArray_of_TextFieldKeyboardHandlerResult_Function_$named_$req_keyEvent_RawKeyEvent_and_$req_textFieldContext_SuperTextFieldContext); B.List_atK = A._setArrayType(makeConstList(["\u0996\u09cd\u09f0\u09c0\u09b7\u09cd\u099f\u09aa\u09c2\u09f0\u09cd\u09ac", "\u0996\u09cd\u09f0\u09c0\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]), type$.JSArray_String); B.List_atK0 = A._setArrayType(makeConstList(["EEEE, dd MMMM y", "dd MMMM y", "dd MMM y", "y/MM/dd"]), type$.JSArray_String); B.List_atK1 = A._setArrayType(makeConstList(["\u0d1e\u0d3e\u0d2f\u0d7c", "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e", "\u0d1a\u0d4a\u0d35\u0d4d\u0d35", "\u0d2c\u0d41\u0d27\u0d7b", "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02", "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f", "\u0d36\u0d28\u0d3f"]), type$.JSArray_String); @@ -617323,41 +633406,43 @@ B.List_ekJ = A._setArrayType(makeConstList(["Jumapili", "Jumatatu", "Jumanne", "Jumatano", "Alhamisi", "Ijumaa", "Jumamosi"]), type$.JSArray_String); B.List_eld = A._setArrayType(makeConstList(["1kv", "2kv", "3kv", "4kv"]), type$.JSArray_String); B.List_email_statement_email_record = A._setArrayType(makeConstList(["email_statement", "email_record"]), type$.JSArray_String); - B.List_empty35 = A._setArrayType(makeConstList([]), type$.JSArray_A11yNode); - B.List_empty34 = A._setArrayType(makeConstList([]), type$.JSArray_AppLifecycleState); - B.List_empty32 = A._setArrayType(makeConstList([]), type$.JSArray_CustomPainterSemantics); + B.List_empty37 = A._setArrayType(makeConstList([]), type$.JSArray_A11yNode); + B.List_empty36 = A._setArrayType(makeConstList([]), type$.JSArray_AppLifecycleState); + B.List_empty21 = A._setArrayType(makeConstList([]), type$.JSArray_BoxShadow); + B.List_empty34 = A._setArrayType(makeConstList([]), type$.JSArray_CustomPainterSemantics); B.List_empty2 = A._setArrayType(makeConstList([]), type$.JSArray_DiagnosticsNode); - B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_Element); - B.List_empty28 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty27 = A._setArrayType(makeConstList([]), type$.JSArray_IconButton); + B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_Element); + B.List_empty29 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty28 = A._setArrayType(makeConstList([]), type$.JSArray_IconButton); B.List_empty10 = A._setArrayType(makeConstList([]), type$.JSArray_InheritedTheme); B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_LineMetrics); - B.List_empty36 = A._setArrayType(makeConstList([]), type$.JSArray_Locale); + B.List_empty38 = A._setArrayType(makeConstList([]), type$.JSArray_Locale); B.List_empty19 = A._setArrayType(makeConstList([]), type$.JSArray_NavigatorObserver); B.List_empty6 = A._setArrayType(makeConstList([]), type$.JSArray_Object); B.List_empty7 = A._setArrayType(makeConstList([]), type$.JSArray_OverlayEntry); - B.List_empty33 = A._setArrayType(makeConstList([]), type$.JSArray_OverlayGroup); + B.List_empty35 = A._setArrayType(makeConstList([]), type$.JSArray_OverlayGroup); B.List_empty5 = A._setArrayType(makeConstList([]), A.findType("JSArray>")); B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_Pair_String_String); - B.List_empty37 = A._setArrayType(makeConstList([]), A.findType("JSArray")); - B.List_empty26 = A._setArrayType(makeConstList([]), type$.JSArray_PdfPreviewPageData); - B.List_empty25 = A._setArrayType(makeConstList([]), A.findType("JSArray>")); + B.List_empty39 = A._setArrayType(makeConstList([]), A.findType("JSArray")); + B.List_empty27 = A._setArrayType(makeConstList([]), type$.JSArray_PdfPreviewPageData); + B.List_empty26 = A._setArrayType(makeConstList([]), A.findType("JSArray>")); B.List_empty17 = A._setArrayType(makeConstList([]), type$.JSArray_ProductDetailsWrapper); B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_Rect); B.List_empty18 = A._setArrayType(makeConstList([]), type$.JSArray_SKProductWrapper); B.List_empty13 = A._setArrayType(makeConstList([]), type$.JSArray_Selectable); - B.List_empty31 = A._setArrayType(makeConstList([]), type$.JSArray_SemanticsNode); - B.List_empty30 = A._setArrayType(makeConstList([]), type$.JSArray_SingleColumnLayoutStylePhase); - B.List_empty29 = A._setArrayType(makeConstList([]), type$.JSArray_StyleRule); - B.List_empty38 = A._setArrayType(makeConstList([]), type$.JSArray_TableRow); + B.List_empty33 = A._setArrayType(makeConstList([]), type$.JSArray_SemanticsNode); + B.List_empty32 = A._setArrayType(makeConstList([]), type$.JSArray_SingleColumnLayoutStylePhase); + B.List_empty30 = A._setArrayType(makeConstList([]), type$.JSArray_StyleRule); + B.List_empty31 = A._setArrayType(makeConstList([]), type$.JSArray_SuperEditorLayerBuilder); + B.List_empty40 = A._setArrayType(makeConstList([]), type$.JSArray_TableRow); B.List_empty9 = A._setArrayType(makeConstList([]), type$.JSArray_TextBox); - B.List_empty21 = A._setArrayType(makeConstList([]), type$.JSArray_TextInputFormatter); + B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_TextInputFormatter); B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_TextSelectionPoint); B.List_empty20 = A._setArrayType(makeConstList([]), type$.JSArray_Widget); - B.List_empty23 = A._setArrayType(makeConstList([]), type$.JSArray__TableElementRow); + B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray__TableElementRow); B.List_empty1 = A._setArrayType(makeConstList([]), type$.JSArray_int); B.List_empty = A._setArrayType(makeConstList([]), type$.JSArray_dynamic); - B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_RenderBox); + B.List_empty23 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_RenderBox); B.List_empty8 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_String); B.List_evB = A._setArrayType(makeConstList(["\u099c\u09be", "\u09ab\u09c7", "\u09ae\u09be", "\u098f", "\u09ae\u09c7", "\u099c\u09c1\u09a8", "\u099c\u09c1", "\u0986", "\u09b8\u09c7", "\u0985", "\u09a8", "\u09a1\u09bf"]), type$.JSArray_String); B.List_ewE = A._setArrayType(makeConstList(["\u12a5\u1211\u12f5", "\u1230\u129e", "\u121b\u12ad\u1230", "\u1228\u1261\u12d5", "\u1210\u1219\u1235", "\u12d3\u122d\u1265", "\u1245\u12f3\u121c"]), type$.JSArray_String); @@ -617976,7 +634061,6 @@ B.List_iBk = A._setArrayType(makeConstList(["J", "V", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]), type$.JSArray_String); B.List_iDw = A._setArrayType(makeConstList(["gener", "febrer", "mar\xe7", "abril", "maig", "juny", "juliol", "agost", "setembre", "octubre", "novembre", "desembre"]), type$.JSArray_String); B.List_iE0 = A._setArrayType(makeConstList(["\u0c1c\u0c28\u0c35\u0c30\u0c3f", "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", "\u0c2e\u0c47", "\u0c1c\u0c42\u0c28\u0c4d", "\u0c1c\u0c41\u0c32\u0c48", "\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41", "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d", "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d", "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d", "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d"]), type$.JSArray_String); - B.List_iQI = A._setArrayType(makeConstList([A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed$closure()]), type$.JSArray_of_TextFieldKeyboardHandlerResult_Function_$named_$req_controller_AttributedTextEditingController_and_$req_keyEvent_RawKeyEvent_and_$req_textLayout_ProseTextLayout); B.List_iSR = A._setArrayType(makeConstList(["\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a401", "\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a402", "\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a403", "\u0a24\u0a3f\u0a2e\u0a3e\u0a39\u0a404"]), type$.JSArray_String); B.List_iTZ = A._setArrayType(makeConstList(["Yak", "Dush", "Sesh", "Chor", "Pay", "Jum", "Shan"]), type$.JSArray_String); B.Type__$LedgerEntity_QwF = A.typeLiteral("_$LedgerEntity"); @@ -618145,6 +634229,8 @@ B.List_mm1 = A._setArrayType(makeConstList(["style", "script", "xmp", "iframe", "noembed", "noframes", "noscript"]), type$.JSArray_String); B.List_mqK = A._setArrayType(makeConstList(["\u7b2c1\u5b63", "\u7b2c2\u5b63", "\u7b2c3\u5b63", "\u7b2c4\u5b63"]), type$.JSArray_String); B.List_msT = A._setArrayType(makeConstList(["jaan", "veebr", "m\xe4rts", "apr", "mai", "juuni", "juuli", "aug", "sept", "okt", "nov", "dets"]), type$.JSArray_String); + B.List_muk0 = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968066, B.LogicalKeyboardKey_4294968067]), type$.JSArray_LogicalKeyboardKey); + B.List_muk = A._setArrayType(makeConstList([B.LogicalKeyboardKey_4294968068, B.LogicalKeyboardKey_4294968065]), type$.JSArray_LogicalKeyboardKey); B.Type__$CreditUIState_LF7 = A.typeLiteral("_$CreditUIState"); B.List_mxB = A._setArrayType(makeConstList([B.Type_CreditUIState_pyp, B.Type__$CreditUIState_LF7]), type$.JSArray_Type); B.List_n50 = A._setArrayType(makeConstList(["\u091c\u0928\u0970", "\u092b\u093c\u0930\u0970", "\u092e\u093e\u0930\u094d\u091a", "\u0905\u092a\u094d\u0930\u0948\u0932", "\u092e\u0908", "\u091c\u0942\u0928", "\u091c\u0941\u0932\u0970", "\u0905\u0917\u0970", "\u0938\u093f\u0924\u0970", "\u0905\u0915\u094d\u0924\u0942\u0970", "\u0928\u0935\u0970", "\u0926\u093f\u0938\u0970"]), type$.JSArray_String); @@ -618778,6 +634864,8 @@ B.LogicalKeyboardKey_4294967558 = new A.LogicalKeyboardKey(4294967558); B.LogicalKeyboardKey_4294968069 = new A.LogicalKeyboardKey(4294968069); B.LogicalKeyboardKey_4294968070 = new A.LogicalKeyboardKey(4294968070); + B.LogicalKeyboardKey_4294968071 = new A.LogicalKeyboardKey(4294968071); + B.LogicalKeyboardKey_4294968072 = new A.LogicalKeyboardKey(4294968072); B.LogicalKeyboardKey_8589934848 = new A.LogicalKeyboardKey(8589934848); B.LogicalKeyboardKey_8589934849 = new A.LogicalKeyboardKey(8589934849); B.LogicalKeyboardKey_8589934850 = new A.LogicalKeyboardKey(8589934850); @@ -618807,6 +634895,8 @@ B.MainAxisAlignment_5 = new A.MainAxisAlignment(5, "spaceEvenly"); B.MainAxisSize_0 = new A.MainAxisSize(0, "min"); B.MainAxisSize_1 = new A.MainAxisSize(1, "max"); + B.Object_FGJ = {"insertTab:": 0, "cancelOperation:": 1, "moveLeft:": 2, "moveRight:": 3, "moveUp:": 4, "moveDown:": 5, "moveForward:": 6, "moveBackward:": 7, "moveWordLeft:": 8, "moveWordRight:": 9, "moveToLeftEndOfLine:": 10, "moveToRightEndOfLine:": 11, "moveLeftAndModifySelection:": 12, "moveRightAndModifySelection:": 13, "moveUpAndModifySelection:": 14, "moveDownAndModifySelection:": 15, "moveWordLeftAndModifySelection:": 16, "moveWordRightAndModifySelection:": 17, "moveToLeftEndOfLineAndModifySelection:": 18, "moveToRightEndOfLineAndModifySelection:": 19, "deleteBackward:": 20, "deleteForward:": 21, "deleteWordBackward:": 22, "deleteWordForward:": 23, "deleteToBeginningOfLine:": 24, "deleteToEndOfLine:": 25, [string$.delete]: 26, "scrollToBeginningOfDocument:": 27, "scrollToEndOfDocument:": 28, "scrollPageUp:": 29, "scrollPageDown:": 30}; + B.Map_00 = new A.ConstantStringMap(B.Object_FGJ, [A.desktop_textfield___moveFocusNext$closure(), A.desktop_textfield___giveUpFocus$closure(), A.desktop_textfield___moveCaretUpstream$closure(), A.desktop_textfield___moveCaretDownstream$closure(), A.desktop_textfield___moveCaretUp$closure(), A.desktop_textfield___moveCaretDown$closure(), A.desktop_textfield___moveCaretDownstream$closure(), A.desktop_textfield___moveCaretUpstream$closure(), A.desktop_textfield___moveWordUpstream$closure(), A.desktop_textfield___moveWordDownstream$closure(), A.desktop_textfield___moveLineBeginning$closure(), A.desktop_textfield___moveLineEnd$closure(), A.desktop_textfield___expandSelectionUpstream$closure(), A.desktop_textfield___expandSelectionDownstream$closure(), A.desktop_textfield___expandSelectionLineUp$closure(), A.desktop_textfield___expandSelectionLineDown$closure(), A.desktop_textfield___expandSelectionWordUpstream$closure(), A.desktop_textfield___expandSelectionWordDownstream$closure(), A.desktop_textfield___expandSelectionLineUpstream$closure(), A.desktop_textfield___expandSelectionLineDownstream$closure(), A.desktop_textfield___deleteUpstream$closure(), A.desktop_textfield___deleteDownstream$closure(), A.desktop_textfield___deleteWordUpstream$closure(), A.desktop_textfield___deleteWordDownstream$closure(), A.desktop_textfield___deleteToBeginningOfLine$closure(), A.desktop_textfield___deleteToEndOfLine$closure(), A.desktop_textfield___deleteUpstream$closure(), A.desktop_textfield___scrollToBeginningOfDocument$closure(), A.desktop_textfield___scrollToEndOfDocument$closure(), A.desktop_textfield___scrollPageUp$closure(), A.desktop_textfield___scrollPageDown$closure()], A.findType("ConstantStringMap")); B.Object_mpT = {"1": 0, "2": 1, "3": 2, "-1": 3, "-2": 4}; B.Map_2VQL6 = new A.ConstantStringMap(B.Object_mpT, ["unmatched", "matched", "converted", "deposit", "withdrawal"], type$.ConstantStringMap_String_String); B.Object_6Do = {sidebar_active_background_color: 0, sidebar_active_font_color: 1, sidebar_inactive_background_color: 2, sidebar_inactive_font_color: 3, invoice_header_background_color: 4, invoice_header_font_color: 5, table_alternate_row_background_color: 6}; @@ -619090,6 +635180,8 @@ B.Map_90Jsm = new A.GeneralConstantMap([B.SKProductDiscountType_0, 0, B.SKProductDiscountType_1, 1], A.findType("GeneralConstantMap")); B.Map_AHGNA = new A.GeneralConstantMap(["1", "create_client", "10", "update_client", "37", "archive_client", "45", "restore_client", "11", "delete_client", "2", "create_invoice", "60", "sent_invoice", "8", "update_invoice", "22", "late_invoice", "24", "remind_invoice", "33", "archive_invoice", "41", "restore_invoice", "9", "delete_invoice", "3", "create_quote", "61", "sent_quote", "6", "update_quote", "21", "approve_quote", "23", "expired_quote", "34", "archive_quote", "42", "restore_quote", "7", "delete_quote", "27", "create_credit", "62", "sent_credit", "28", "update_credit", "35", "archive_credit", "43", "restore_credit", "29", "delete_credit", "4", "create_payment", "31", "update_payment", "32", "archive_payment", "40", "restore_payment", "12", "delete_payment", "5", "create_vendor", "13", "update_vendor", "48", "archive_vendor", "49", "restore_vendor", "14", "delete_vendor", "15", "create_expense", "16", "update_expense", "39", "archive_expense", "47", "restore_expense", "17", "delete_expense", "18", "create_task", "19", "update_task", "36", "archive_task", "44", "restore_task", "20", "delete_task", "25", "create_project", "26", "update_project", "38", "archive_project", "46", "restore_project", "30", "delete_project", "50", "create_product", "51", "update_product", "52", "delete_product", "53", "restore_product", "54", "archive_product", "55", "create_purchase_order", "63", "sent_purchase_order", "56", "update_purchase_order", "57", "delete_purchase_order", "58", "restore_purchase_order", "59", "archive_purchase_order"], type$.GeneralConstantMap_String_String); B.Map_C7Iaj = new A.GeneralConstantMap([0, "FontWeight.w100", 1, "FontWeight.w200", 2, "FontWeight.w300", 3, "FontWeight.w400", 4, "FontWeight.w500", 5, "FontWeight.w600", 6, "FontWeight.w700", 7, "FontWeight.w800", 8, "FontWeight.w900"], type$.GeneralConstantMap_int_String); + B.Object_2Uu = {"moveLeft:": 0, "moveRight:": 1, "moveUp:": 2, "moveDown:": 3, "moveForward:": 4, "moveBackward:": 5, "moveWordLeft:": 6, "moveWordRight:": 7, "moveToLeftEndOfLine:": 8, "moveToRightEndOfLine:": 9, "moveToBeginningOfParagraph:": 10, "moveToEndOfParagraph:": 11, "moveToBeginningOfDocument:": 12, "moveToEndOfDocument:": 13, "moveLeftAndModifySelection:": 14, "moveRightAndModifySelection:": 15, "moveUpAndModifySelection:": 16, "moveDownAndModifySelection:": 17, "moveWordLeftAndModifySelection:": 18, "moveWordRightAndModifySelection:": 19, "moveToLeftEndOfLineAndModifySelection:": 20, "moveToRightEndOfLineAndModifySelection:": 21, "moveParagraphBackwardAndModifySelection:": 22, "moveParagraphForwardAndModifySelection:": 23, [string$.moveTo]: 24, "moveToEndOfDocumentAndModifySelection:": 25, "insertTab:": 26, "insertBacktab:": 27, "insertNewline:": 28, "deleteBackward:": 29, "deleteForward:": 30, "deleteWordBackward:": 31, "deleteWordForward:": 32, "deleteToBeginningOfLine:": 33, "deleteToEndOfLine:": 34, [string$.delete]: 35, "scrollToBeginningOfDocument:": 36, "scrollToEndOfDocument:": 37, "scrollPageUp:": 38, "scrollPageDown:": 39}; + B.Map_CyONe = new A.ConstantStringMap(B.Object_2Uu, [A.supereditor_ime_interactor__moveLeft$closure(), A.supereditor_ime_interactor__moveRight$closure(), A.supereditor_ime_interactor__moveUp$closure(), A.supereditor_ime_interactor__moveDown$closure(), A.supereditor_ime_interactor__moveRight$closure(), A.supereditor_ime_interactor__moveLeft$closure(), A.supereditor_ime_interactor__moveWordLeft$closure(), A.supereditor_ime_interactor__moveWordRight$closure(), A.supereditor_ime_interactor__moveToLeftEndOfLine$closure(), A.supereditor_ime_interactor__moveToRightEndOfLine$closure(), A.supereditor_ime_interactor__moveToBeginningOfParagraph$closure(), A.supereditor_ime_interactor__moveToEndOfParagraph$closure(), A.supereditor_ime_interactor__moveToBeginningOfDocument$closure(), A.supereditor_ime_interactor__moveToEndOfDocument$closure(), A.supereditor_ime_interactor__moveLeftAndModifySelection$closure(), A.supereditor_ime_interactor__moveRightAndModifySelection$closure(), A.supereditor_ime_interactor__moveUpAndModifySelection$closure(), A.supereditor_ime_interactor__moveDownAndModifySelection$closure(), A.supereditor_ime_interactor__moveWordLeftAndModifySelection$closure(), A.supereditor_ime_interactor__moveWordRightAndModifySelection$closure(), A.supereditor_ime_interactor__moveToLeftEndOfLineAndModifySelection$closure(), A.supereditor_ime_interactor__moveToRightEndOfLineAndModifySelection$closure(), A.supereditor_ime_interactor__moveParagraphBackwardAndModifySelection$closure(), A.supereditor_ime_interactor__moveParagraphForwardAndModifySelection$closure(), A.supereditor_ime_interactor__moveToBeginningOfDocumentAndModifySelection$closure(), A.supereditor_ime_interactor__moveToEndOfDocumentAndModifySelection$closure(), A.supereditor_ime_interactor__indentListItem$closure(), A.supereditor_ime_interactor__unIndentListItem$closure(), A.supereditor_ime_interactor__insertNewLine$closure(), A.supereditor_ime_interactor__deleteBackward$closure(), A.supereditor_ime_interactor__deleteForward$closure(), A.supereditor_ime_interactor__deleteWordBackward$closure(), A.supereditor_ime_interactor__deleteWordForward$closure(), A.supereditor_ime_interactor__deleteToBeginningOfLine$closure(), A.supereditor_ime_interactor__deleteToEndOfLine$closure(), A.supereditor_ime_interactor__deleteBackward$closure(), A.supereditor_ime_interactor__scrollToBeginningOfDocument$closure(), A.supereditor_ime_interactor__scrollToEndOfDocument$closure(), A.supereditor_ime_interactor__scrollPageUp$closure(), A.supereditor_ime_interactor__scrollPageDown$closure()], A.findType("ConstantStringMap")); B.SKPaymentTransactionStateWrapper_0 = new A.SKPaymentTransactionStateWrapper(0, "purchasing"); B.SKPaymentTransactionStateWrapper_1 = new A.SKPaymentTransactionStateWrapper(1, "purchased"); B.SKPaymentTransactionStateWrapper_2 = new A.SKPaymentTransactionStateWrapper(2, "failed"); @@ -619097,8 +635189,6 @@ B.SKPaymentTransactionStateWrapper_4 = new A.SKPaymentTransactionStateWrapper(4, "deferred"); B.SKPaymentTransactionStateWrapper_5 = new A.SKPaymentTransactionStateWrapper(5, "unspecified"); B.Map_DV9QI = new A.GeneralConstantMap([B.SKPaymentTransactionStateWrapper_0, 0, B.SKPaymentTransactionStateWrapper_1, 1, B.SKPaymentTransactionStateWrapper_2, 2, B.SKPaymentTransactionStateWrapper_3, 3, B.SKPaymentTransactionStateWrapper_4, 4, B.SKPaymentTransactionStateWrapper_5, -1], A.findType("GeneralConstantMap")); - B.Object_Yag = {"application/vnd.android.package-archive": 0, "application/epub+zip": 1, "application/gzip": 2, "application/java-archive": 3, "application/json": 4, "application/ld+json": 5, "application/msword": 6, "application/octet-stream": 7, "application/ogg": 8, "application/pdf": 9, "application/php": 10, "application/rtf": 11, "application/vnd.amazon.ebook": 12, "application/vnd.apple.installer+xml": 13, "application/vnd.mozilla.xul+xml": 14, "application/vnd.ms-excel": 15, "application/vnd.ms-fontobject": 16, "application/vnd.ms-powerpoint": 17, "application/vnd.oasis.opendocument.presentation": 18, "application/vnd.oasis.opendocument.spreadsheet": 19, "application/vnd.oasis.opendocument.text": 20, "application/vnd.openxmlformats-officedocument.presentationml.presentation": 21, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": 22, "application/vnd.openxmlformats-officedocument.wordprocessingml.document": 23, "application/vnd.rar": 24, "application/vnd.visio": 25, "application/x-7z-compressed": 26, "application/x-abiword": 27, "application/x-bzip": 28, "application/x-bzip2": 29, "application/x-csh": 30, "application/x-freearc": 31, "application/x-sh": 32, "application/x-shockwave-flash": 33, "application/x-tar": 34, "application/xhtml+xml": 35, "application/xml": 36, "application/zip": 37, "audio/3gpp": 38, "audio/3gpp2": 39, "audio/aac": 40, "audio/x-aac": 41, "audio/midi audio/x-midi": 42, "audio/x-m4a": 43, "audio/m4a": 44, "audio/mpeg": 45, "audio/ogg": 46, "audio/opus": 47, "audio/wav": 48, "audio/webm": 49, "font/otf": 50, "font/ttf": 51, "font/woff": 52, "font/woff2": 53, "image/bmp": 54, "image/gif": 55, "image/jpeg": 56, "image/png": 57, "image/svg+xml": 58, "image/tiff": 59, "image/vnd.microsoft.icon": 60, "image/webp": 61, "text/calendar": 62, "text/css": 63, "text/csv": 64, "text/html": 65, "text/javascript": 66, "text/plain": 67, "text/xml": 68, "video/3gpp": 69, "video/3gpp2": 70, "video/mp2t": 71, "video/mpeg": 72, "video/ogg": 73, "video/webm": 74, "video/x-msvideo": 75, "video/quicktime": 76}; - B.Map_DpBrA = new A.ConstantStringMap(B.Object_Yag, [".apk", ".epub", ".gz", ".jar", ".json", ".jsonld", ".doc", ".bin", ".ogx", ".pdf", ".php", ".rtf", ".azw", ".mpkg", ".xul", ".xls", ".eot", ".ppt", ".odp", ".ods", ".odt", ".pptx", ".xlsx", ".docx", ".rar", ".vsd", ".7z", ".abw", ".bz", ".bz2", ".csh", ".arc", ".sh", ".swf", ".tar", ".xhtml", ".xml", ".zip", ".3gp", ".3g2", ".aac", ".aac", ".midi", ".m4a", ".m4a", ".mp3", ".oga", ".opus", ".wav", ".weba", ".otf", ".ttf", ".woff", ".woff2", ".bmp", ".gif", ".jpg", ".png", ".svg", ".tiff", ".ico", ".webp", ".ics", ".css", ".csv", ".html", ".js", ".txt", ".xml", ".3gp", ".3g2", ".ts", ".mpeg", ".ogv", ".webm", ".avi", ".mov"], type$.ConstantStringMap_String_String); B.Map_E0izi = new A.GeneralConstantMap([4096, "invoices", 1, "recurring_invoices", 4, "quotes", 2, "credits", 32, "projects", 8, "tasks", 64, "vendors", 16384, "purchase_orders", 16, "expenses", 512, "recurring_expenses", 256, "transactions", 128, "documents"], type$.GeneralConstantMap_int_String); B.Object_woc = {age_group_paid: 0, age_group_0: 1, age_group_30: 2, age_group_60: 3, age_group_90: 4, age_group_120: 5}; B.Map_EiihW = new A.ConstantStringMap(B.Object_woc, [-1, 0, 30, 60, 90, 120], type$.ConstantStringMap_String_int); @@ -619311,8 +635401,6 @@ B.LogicalKeyboardKey_4294971401 = new A.LogicalKeyboardKey(4294971401); B.LogicalKeyboardKey_4294970677 = new A.LogicalKeyboardKey(4294970677); B.LogicalKeyboardKey_4294969867 = new A.LogicalKeyboardKey(4294969867); - B.LogicalKeyboardKey_4294968071 = new A.LogicalKeyboardKey(4294968071); - B.LogicalKeyboardKey_4294968072 = new A.LogicalKeyboardKey(4294968072); B.LogicalKeyboardKey_4294970714 = new A.LogicalKeyboardKey(4294970714); B.LogicalKeyboardKey_4294968328 = new A.LogicalKeyboardKey(4294968328); B.LogicalKeyboardKey_4294968585 = new A.LogicalKeyboardKey(4294968585); @@ -619419,7 +635507,7 @@ B.Map_PnsJO = new A.GeneralConstantMap([B.SingleActivator_j8H10, B.C_AutocompletePreviousOptionIntent, B.SingleActivator_j8H11, B.C_AutocompleteNextOptionIntent], type$.GeneralConstantMap_ShortcutActivator_Intent); B.Object_wwi = {Abort: 0, Again: 1, AltLeft: 2, AltRight: 3, ArrowDown: 4, ArrowLeft: 5, ArrowRight: 6, ArrowUp: 7, AudioVolumeDown: 8, AudioVolumeMute: 9, AudioVolumeUp: 10, Backquote: 11, Backslash: 12, Backspace: 13, BracketLeft: 14, BracketRight: 15, BrightnessDown: 16, BrightnessUp: 17, BrowserBack: 18, BrowserFavorites: 19, BrowserForward: 20, BrowserHome: 21, BrowserRefresh: 22, BrowserSearch: 23, BrowserStop: 24, CapsLock: 25, Comma: 26, ContextMenu: 27, ControlLeft: 28, ControlRight: 29, Convert: 30, Copy: 31, Cut: 32, Delete: 33, Digit0: 34, Digit1: 35, Digit2: 36, Digit3: 37, Digit4: 38, Digit5: 39, Digit6: 40, Digit7: 41, Digit8: 42, Digit9: 43, DisplayToggleIntExt: 44, Eject: 45, End: 46, Enter: 47, Equal: 48, Esc: 49, Escape: 50, F1: 51, F10: 52, F11: 53, F12: 54, F13: 55, F14: 56, F15: 57, F16: 58, F17: 59, F18: 60, F19: 61, F2: 62, F20: 63, F21: 64, F22: 65, F23: 66, F24: 67, F3: 68, F4: 69, F5: 70, F6: 71, F7: 72, F8: 73, F9: 74, Find: 75, Fn: 76, FnLock: 77, GameButton1: 78, GameButton10: 79, GameButton11: 80, GameButton12: 81, GameButton13: 82, GameButton14: 83, GameButton15: 84, GameButton16: 85, GameButton2: 86, GameButton3: 87, GameButton4: 88, GameButton5: 89, GameButton6: 90, GameButton7: 91, GameButton8: 92, GameButton9: 93, GameButtonA: 94, GameButtonB: 95, GameButtonC: 96, GameButtonLeft1: 97, GameButtonLeft2: 98, GameButtonMode: 99, GameButtonRight1: 100, GameButtonRight2: 101, GameButtonSelect: 102, GameButtonStart: 103, GameButtonThumbLeft: 104, GameButtonThumbRight: 105, GameButtonX: 106, GameButtonY: 107, GameButtonZ: 108, Help: 109, Home: 110, Hyper: 111, Insert: 112, IntlBackslash: 113, IntlRo: 114, IntlYen: 115, KanaMode: 116, KeyA: 117, KeyB: 118, KeyC: 119, KeyD: 120, KeyE: 121, KeyF: 122, KeyG: 123, KeyH: 124, KeyI: 125, KeyJ: 126, KeyK: 127, KeyL: 128, KeyM: 129, KeyN: 130, KeyO: 131, KeyP: 132, KeyQ: 133, KeyR: 134, KeyS: 135, KeyT: 136, KeyU: 137, KeyV: 138, KeyW: 139, KeyX: 140, KeyY: 141, KeyZ: 142, KeyboardLayoutSelect: 143, Lang1: 144, Lang2: 145, Lang3: 146, Lang4: 147, Lang5: 148, LaunchApp1: 149, LaunchApp2: 150, LaunchAssistant: 151, LaunchControlPanel: 152, LaunchMail: 153, LaunchScreenSaver: 154, MailForward: 155, MailReply: 156, MailSend: 157, MediaFastForward: 158, MediaPause: 159, MediaPlay: 160, MediaPlayPause: 161, MediaRecord: 162, MediaRewind: 163, MediaSelect: 164, MediaStop: 165, MediaTrackNext: 166, MediaTrackPrevious: 167, MetaLeft: 168, MetaRight: 169, MicrophoneMuteToggle: 170, Minus: 171, NonConvert: 172, NumLock: 173, Numpad0: 174, Numpad1: 175, Numpad2: 176, Numpad3: 177, Numpad4: 178, Numpad5: 179, Numpad6: 180, Numpad7: 181, Numpad8: 182, Numpad9: 183, NumpadAdd: 184, NumpadBackspace: 185, NumpadClear: 186, NumpadClearEntry: 187, NumpadComma: 188, NumpadDecimal: 189, NumpadDivide: 190, NumpadEnter: 191, NumpadEqual: 192, NumpadMemoryAdd: 193, NumpadMemoryClear: 194, NumpadMemoryRecall: 195, NumpadMemoryStore: 196, NumpadMemorySubtract: 197, NumpadMultiply: 198, NumpadParenLeft: 199, NumpadParenRight: 200, NumpadSubtract: 201, Open: 202, PageDown: 203, PageUp: 204, Paste: 205, Pause: 206, Period: 207, Power: 208, PrintScreen: 209, PrivacyScreenToggle: 210, Props: 211, Quote: 212, Resume: 213, ScrollLock: 214, Select: 215, SelectTask: 216, Semicolon: 217, ShiftLeft: 218, ShiftRight: 219, ShowAllWindows: 220, Slash: 221, Sleep: 222, Space: 223, Super: 224, Suspend: 225, Tab: 226, Turbo: 227, Undo: 228, WakeUp: 229, ZoomToggle: 230}; B.Map_PogD3 = new A.ConstantStringMap(B.Object_wwi, [458907, 458873, 458978, 458982, 458833, 458832, 458831, 458834, 458881, 458879, 458880, 458805, 458801, 458794, 458799, 458800, 786544, 786543, 786980, 786986, 786981, 786979, 786983, 786977, 786982, 458809, 458806, 458853, 458976, 458980, 458890, 458876, 458875, 458828, 458791, 458782, 458783, 458784, 458785, 458786, 458787, 458788, 458789, 458790, 65717, 786616, 458829, 458792, 458798, 458793, 458793, 458810, 458819, 458820, 458821, 458856, 458857, 458858, 458859, 458860, 458861, 458862, 458811, 458863, 458864, 458865, 458866, 458867, 458812, 458813, 458814, 458815, 458816, 458817, 458818, 458878, 18, 19, 392961, 392970, 392971, 392972, 392973, 392974, 392975, 392976, 392962, 392963, 392964, 392965, 392966, 392967, 392968, 392969, 392977, 392978, 392979, 392980, 392981, 392982, 392983, 392984, 392985, 392986, 392987, 392988, 392989, 392990, 392991, 458869, 458826, 16, 458825, 458852, 458887, 458889, 458888, 458756, 458757, 458758, 458759, 458760, 458761, 458762, 458763, 458764, 458765, 458766, 458767, 458768, 458769, 458770, 458771, 458772, 458773, 458774, 458775, 458776, 458777, 458778, 458779, 458780, 458781, 787101, 458896, 458897, 458898, 458899, 458900, 786836, 786834, 786891, 786847, 786826, 786865, 787083, 787081, 787084, 786611, 786609, 786608, 786637, 786610, 786612, 786819, 786615, 786613, 786614, 458979, 458983, 24, 458797, 458891, 458835, 458850, 458841, 458842, 458843, 458844, 458845, 458846, 458847, 458848, 458849, 458839, 458939, 458968, 458969, 458885, 458851, 458836, 458840, 458855, 458963, 458962, 458961, 458960, 458964, 458837, 458934, 458935, 458838, 458868, 458830, 458827, 458877, 458824, 458807, 458854, 458822, 23, 458915, 458804, 21, 458823, 458871, 786850, 458803, 458977, 458981, 787103, 458808, 65666, 458796, 17, 20, 458795, 22, 458874, 65667, 786994], type$.ConstantStringMap_String_int); - B.Object_asC = {"deleteBackward:": 0, "deleteWordBackward:": 1, "deleteToBeginningOfLine:": 2, "deleteForward:": 3, "deleteWordForward:": 4, "deleteToEndOfLine:": 5, "moveLeft:": 6, "moveRight:": 7, "moveForward:": 8, "moveBackward:": 9, "moveUp:": 10, "moveDown:": 11, "moveLeftAndModifySelection:": 12, "moveRightAndModifySelection:": 13, "moveUpAndModifySelection:": 14, "moveDownAndModifySelection:": 15, "moveWordLeft:": 16, "moveWordRight:": 17, "moveToBeginningOfParagraph:": 18, "moveToEndOfParagraph:": 19, "moveWordLeftAndModifySelection:": 20, "moveWordRightAndModifySelection:": 21, "moveParagraphBackwardAndModifySelection:": 22, "moveParagraphForwardAndModifySelection:": 23, "moveToLeftEndOfLine:": 24, "moveToRightEndOfLine:": 25, "moveToBeginningOfDocument:": 26, "moveToEndOfDocument:": 27, "moveToLeftEndOfLineAndModifySelection:": 28, "moveToRightEndOfLineAndModifySelection:": 29, "moveToBeginningOfDocumentAndModifySelection:": 30, "moveToEndOfDocumentAndModifySelection:": 31, "transpose:": 32, "scrollToBeginningOfDocument:": 33, "scrollToEndOfDocument:": 34, "scrollPageUp:": 35, "scrollPageDown:": 36, "pageUpAndModifySelection:": 37, "pageDownAndModifySelection:": 38, "cancelOperation:": 39, "insertTab:": 40, "insertBacktab:": 41}; + B.Object_asC = {"deleteBackward:": 0, "deleteWordBackward:": 1, "deleteToBeginningOfLine:": 2, "deleteForward:": 3, "deleteWordForward:": 4, "deleteToEndOfLine:": 5, "moveLeft:": 6, "moveRight:": 7, "moveForward:": 8, "moveBackward:": 9, "moveUp:": 10, "moveDown:": 11, "moveLeftAndModifySelection:": 12, "moveRightAndModifySelection:": 13, "moveUpAndModifySelection:": 14, "moveDownAndModifySelection:": 15, "moveWordLeft:": 16, "moveWordRight:": 17, "moveToBeginningOfParagraph:": 18, "moveToEndOfParagraph:": 19, "moveWordLeftAndModifySelection:": 20, "moveWordRightAndModifySelection:": 21, "moveParagraphBackwardAndModifySelection:": 22, "moveParagraphForwardAndModifySelection:": 23, "moveToLeftEndOfLine:": 24, "moveToRightEndOfLine:": 25, "moveToBeginningOfDocument:": 26, "moveToEndOfDocument:": 27, "moveToLeftEndOfLineAndModifySelection:": 28, "moveToRightEndOfLineAndModifySelection:": 29, [string$.moveTo]: 30, "moveToEndOfDocumentAndModifySelection:": 31, "transpose:": 32, "scrollToBeginningOfDocument:": 33, "scrollToEndOfDocument:": 34, "scrollPageUp:": 35, "scrollPageDown:": 36, "pageUpAndModifySelection:": 37, "pageDownAndModifySelection:": 38, "cancelOperation:": 39, "insertTab:": 40, "insertBacktab:": 41}; B.ScrollToDocumentBoundaryIntent_false = new A.ScrollToDocumentBoundaryIntent(false); B.ScrollToDocumentBoundaryIntent_true = new A.ScrollToDocumentBoundaryIntent(true); B.ScrollIntent_qxw = new A.ScrollIntent(B.AxisDirection_0, B.ScrollIncrementType_1); @@ -619585,26 +635673,16 @@ B.MaterialType_2 = new A.MaterialType(2, "circle"); B.MaterialType_3 = new A.MaterialType(3, "button"); B.MaterialType_4 = new A.MaterialType(4, "transparency"); - B.Map_admLh = new A.GeneralConstantMap([B.MaterialType_0, null, B.MaterialType_1, B.BorderRadius_tLn6, B.MaterialType_2, null, B.MaterialType_3, B.BorderRadius_tLn6, B.MaterialType_4, null], A.findType("GeneralConstantMap")); - B.BillingResponse_0 = new A.BillingResponse(0, "serviceTimeout"); - B.BillingResponse_1 = new A.BillingResponse(1, "featureNotSupported"); - B.BillingResponse_5 = new A.BillingResponse(5, "serviceUnavailable"); - B.BillingResponse_6 = new A.BillingResponse(6, "billingUnavailable"); - B.BillingResponse_7 = new A.BillingResponse(7, "itemUnavailable"); - B.BillingResponse_8 = new A.BillingResponse(8, "developerError"); - B.BillingResponse_10 = new A.BillingResponse(10, "itemAlreadyOwned"); - B.BillingResponse_11 = new A.BillingResponse(11, "itemNotOwned"); - B.Map_b7svJ = new A.GeneralConstantMap([B.BillingResponse_0, -3, B.BillingResponse_1, -2, B.BillingResponse_2, -1, B.BillingResponse_3, 0, B.BillingResponse_4, 1, B.BillingResponse_5, 2, B.BillingResponse_6, 3, B.BillingResponse_7, 4, B.BillingResponse_8, 5, B.BillingResponse_9, 6, B.BillingResponse_10, 7, B.BillingResponse_11, 8], A.findType("GeneralConstantMap")); + B.Map_admLh = new A.GeneralConstantMap([B.MaterialType_0, null, B.MaterialType_1, B.BorderRadius_tLn7, B.MaterialType_2, null, B.MaterialType_3, B.BorderRadius_tLn7, B.MaterialType_4, null], A.findType("GeneralConstantMap")); B.Object_ku2 = {attributename: 0, attributetype: 1, basefrequency: 2, baseprofile: 3, calcmode: 4, clippathunits: 5, contentscripttype: 6, contentstyletype: 7, diffuseconstant: 8, edgemode: 9, externalresourcesrequired: 10, filterres: 11, filterunits: 12, glyphref: 13, gradienttransform: 14, gradientunits: 15, kernelmatrix: 16, kernelunitlength: 17, keypoints: 18, keysplines: 19, keytimes: 20, lengthadjust: 21, limitingconeangle: 22, markerheight: 23, markerunits: 24, markerwidth: 25, maskcontentunits: 26, maskunits: 27, numoctaves: 28, pathlength: 29, patterncontentunits: 30, patterntransform: 31, patternunits: 32, pointsatx: 33, pointsaty: 34, pointsatz: 35, preservealpha: 36, preserveaspectratio: 37, primitiveunits: 38, refx: 39, refy: 40, repeatcount: 41, repeatdur: 42, requiredextensions: 43, requiredfeatures: 44, specularconstant: 45, specularexponent: 46, spreadmethod: 47, startoffset: 48, stddeviation: 49, stitchtiles: 50, surfacescale: 51, systemlanguage: 52, tablevalues: 53, targetx: 54, targety: 55, textlength: 56, viewbox: 57, viewtarget: 58, xchannelselector: 59, ychannelselector: 60, zoomandpan: 61}; B.Map_bp8kq = new A.ConstantStringMap(B.Object_ku2, ["attributeName", "attributeType", "baseFrequency", "baseProfile", "calcMode", "clipPathUnits", "contentScriptType", "contentStyleType", "diffuseConstant", "edgeMode", "externalResourcesRequired", "filterRes", "filterUnits", "glyphRef", "gradientTransform", "gradientUnits", "kernelMatrix", "kernelUnitLength", "keyPoints", "keySplines", "keyTimes", "lengthAdjust", "limitingConeAngle", "markerHeight", "markerUnits", "markerWidth", "maskContentUnits", "maskUnits", "numOctaves", "pathLength", "patternContentUnits", "patternTransform", "patternUnits", "pointsAtX", "pointsAtY", "pointsAtZ", "preserveAlpha", "preserveAspectRatio", "primitiveUnits", "refX", "refY", "repeatCount", "repeatDur", "requiredExtensions", "requiredFeatures", "specularConstant", "specularExponent", "spreadMethod", "startOffset", "stdDeviation", "stitchTiles", "surfaceScale", "systemLanguage", "tableValues", "targetX", "targetY", "textLength", "viewBox", "viewTarget", "xChannelSelector", "yChannelSelector", "zoomAndPan"], type$.ConstantStringMap_String_String); B.Map_cdImB = new A.GeneralConstantMap(["1", "credit_card", "2", "bank_transfer", "3", "paypal", "4", "crypto", "5", "custom", "6", "alipay", "7", "sofort", "8", "apple_pay", "9", "sepa", "10", "credit", "11", "kbc", "12", "bancontact", "13", "ideal", "14", "hosted", "15", "giropay", "16", "przelewy24", "18", "direct_debit", "17", "eps", "19", "acss", "20", "becs", "21", "instant_bank_pay", "22", "fpx", "23", "klarna", "24", "bacs"], type$.GeneralConstantMap_String_String); B.Map_empty5 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap")); - B.Map_empty10 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap")); + B.Map_empty9 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap")); B.Map_empty2 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap")); B.Map_empty0 = new A.ConstantStringMap(B.Object_empty, [], type$.ConstantStringMap_of_String_and_List_String); B.Map_empty3 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap")); B.Map_empty7 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap")); - B.Map_empty9 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap")); B.Map_empty = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap")); B.Map_empty4 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap")); B.Map_empty6 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap>")); @@ -619679,7 +635757,6 @@ B.Map_oFQ7B = new A.ConstantStringMap(B.Object_csx, ["id", "he", "yi", "jv", "ro", "aas", "dz", "ktz", "nun", "bcg", "drl", "rki", "mom", "cmr", "xch", "pij", "quh", "khk", "prs", "dev", "vaj", "gvr", "nyc", "duz", "jal", "opa", "gal", "oyb", "tdf", "kml", "kwv", "bmf", "dtp", "gdj", "yam", "tvd", "dtp", "dtp", "raq", "rmx", "cir", "mry", "vaj", "mry", "xny", "kdz", "ngv", "pij", "vaj", "adx", "huw", "phr", "bfy", "lcq", "prt", "pub", "hle", "oyb", "dtp", "tpo", "oyb", "ras", "twm", "weo", "tyj", "kak", "prs", "taj", "ema", "cax", "acn", "waw", "suj", "rki", "lrr", "mtm", "zom", "yug"], type$.ConstantStringMap_String_String); B.Object_T3C = {Abort: 0, Again: 1, AltLeft: 2, AltRight: 3, ArrowDown: 4, ArrowLeft: 5, ArrowRight: 6, ArrowUp: 7, AudioVolumeDown: 8, AudioVolumeMute: 9, AudioVolumeUp: 10, Backquote: 11, Backslash: 12, Backspace: 13, BracketLeft: 14, BracketRight: 15, BrightnessDown: 16, BrightnessUp: 17, BrowserBack: 18, BrowserFavorites: 19, BrowserForward: 20, BrowserHome: 21, BrowserRefresh: 22, BrowserSearch: 23, BrowserStop: 24, CapsLock: 25, Comma: 26, ContextMenu: 27, ControlLeft: 28, ControlRight: 29, Convert: 30, Copy: 31, Cut: 32, Delete: 33, Digit0: 34, Digit1: 35, Digit2: 36, Digit3: 37, Digit4: 38, Digit5: 39, Digit6: 40, Digit7: 41, Digit8: 42, Digit9: 43, DisplayToggleIntExt: 44, Eject: 45, End: 46, Enter: 47, Equal: 48, Escape: 49, Esc: 50, F1: 51, F10: 52, F11: 53, F12: 54, F13: 55, F14: 56, F15: 57, F16: 58, F17: 59, F18: 60, F19: 61, F2: 62, F20: 63, F21: 64, F22: 65, F23: 66, F24: 67, F3: 68, F4: 69, F5: 70, F6: 71, F7: 72, F8: 73, F9: 74, Find: 75, Fn: 76, FnLock: 77, GameButton1: 78, GameButton10: 79, GameButton11: 80, GameButton12: 81, GameButton13: 82, GameButton14: 83, GameButton15: 84, GameButton16: 85, GameButton2: 86, GameButton3: 87, GameButton4: 88, GameButton5: 89, GameButton6: 90, GameButton7: 91, GameButton8: 92, GameButton9: 93, GameButtonA: 94, GameButtonB: 95, GameButtonC: 96, GameButtonLeft1: 97, GameButtonLeft2: 98, GameButtonMode: 99, GameButtonRight1: 100, GameButtonRight2: 101, GameButtonSelect: 102, GameButtonStart: 103, GameButtonThumbLeft: 104, GameButtonThumbRight: 105, GameButtonX: 106, GameButtonY: 107, GameButtonZ: 108, Help: 109, Home: 110, Hyper: 111, Insert: 112, IntlBackslash: 113, IntlRo: 114, IntlYen: 115, KanaMode: 116, KeyA: 117, KeyB: 118, KeyC: 119, KeyD: 120, KeyE: 121, KeyF: 122, KeyG: 123, KeyH: 124, KeyI: 125, KeyJ: 126, KeyK: 127, KeyL: 128, KeyM: 129, KeyN: 130, KeyO: 131, KeyP: 132, KeyQ: 133, KeyR: 134, KeyS: 135, KeyT: 136, KeyU: 137, KeyV: 138, KeyW: 139, KeyX: 140, KeyY: 141, KeyZ: 142, KeyboardLayoutSelect: 143, Lang1: 144, Lang2: 145, Lang3: 146, Lang4: 147, Lang5: 148, LaunchApp1: 149, LaunchApp2: 150, LaunchAssistant: 151, LaunchControlPanel: 152, LaunchMail: 153, LaunchScreenSaver: 154, MailForward: 155, MailReply: 156, MailSend: 157, MediaFastForward: 158, MediaPause: 159, MediaPlay: 160, MediaPlayPause: 161, MediaRecord: 162, MediaRewind: 163, MediaSelect: 164, MediaStop: 165, MediaTrackNext: 166, MediaTrackPrevious: 167, MetaLeft: 168, MetaRight: 169, MicrophoneMuteToggle: 170, Minus: 171, NonConvert: 172, NumLock: 173, Numpad0: 174, Numpad1: 175, Numpad2: 176, Numpad3: 177, Numpad4: 178, Numpad5: 179, Numpad6: 180, Numpad7: 181, Numpad8: 182, Numpad9: 183, NumpadAdd: 184, NumpadBackspace: 185, NumpadClear: 186, NumpadClearEntry: 187, NumpadComma: 188, NumpadDecimal: 189, NumpadDivide: 190, NumpadEnter: 191, NumpadEqual: 192, NumpadMemoryAdd: 193, NumpadMemoryClear: 194, NumpadMemoryRecall: 195, NumpadMemoryStore: 196, NumpadMemorySubtract: 197, NumpadMultiply: 198, NumpadParenLeft: 199, NumpadParenRight: 200, NumpadSubtract: 201, Open: 202, PageDown: 203, PageUp: 204, Paste: 205, Pause: 206, Period: 207, Power: 208, PrintScreen: 209, PrivacyScreenToggle: 210, Props: 211, Quote: 212, Resume: 213, ScrollLock: 214, Select: 215, SelectTask: 216, Semicolon: 217, ShiftLeft: 218, ShiftRight: 219, ShowAllWindows: 220, Slash: 221, Sleep: 222, Space: 223, Super: 224, Suspend: 225, Tab: 226, Turbo: 227, Undo: 228, WakeUp: 229, ZoomToggle: 230}; B.Map_qFV43 = new A.ConstantStringMap(B.Object_T3C, [B.PhysicalKeyboardKey_458907, B.PhysicalKeyboardKey_458873, B.PhysicalKeyboardKey_458978, B.PhysicalKeyboardKey_458982, B.PhysicalKeyboardKey_458833, B.PhysicalKeyboardKey_458832, B.PhysicalKeyboardKey_458831, B.PhysicalKeyboardKey_458834, B.PhysicalKeyboardKey_458881, B.PhysicalKeyboardKey_458879, B.PhysicalKeyboardKey_458880, B.PhysicalKeyboardKey_458805, B.PhysicalKeyboardKey_458801, B.PhysicalKeyboardKey_458794, B.PhysicalKeyboardKey_458799, B.PhysicalKeyboardKey_458800, B.PhysicalKeyboardKey_786544, B.PhysicalKeyboardKey_786543, B.PhysicalKeyboardKey_786980, B.PhysicalKeyboardKey_786986, B.PhysicalKeyboardKey_786981, B.PhysicalKeyboardKey_786979, B.PhysicalKeyboardKey_786983, B.PhysicalKeyboardKey_786977, B.PhysicalKeyboardKey_786982, B.PhysicalKeyboardKey_458809, B.PhysicalKeyboardKey_458806, B.PhysicalKeyboardKey_458853, B.PhysicalKeyboardKey_458976, B.PhysicalKeyboardKey_458980, B.PhysicalKeyboardKey_458890, B.PhysicalKeyboardKey_458876, B.PhysicalKeyboardKey_458875, B.PhysicalKeyboardKey_458828, B.PhysicalKeyboardKey_458791, B.PhysicalKeyboardKey_458782, B.PhysicalKeyboardKey_458783, B.PhysicalKeyboardKey_458784, B.PhysicalKeyboardKey_458785, B.PhysicalKeyboardKey_458786, B.PhysicalKeyboardKey_458787, B.PhysicalKeyboardKey_458788, B.PhysicalKeyboardKey_458789, B.PhysicalKeyboardKey_458790, B.PhysicalKeyboardKey_65717, B.PhysicalKeyboardKey_786616, B.PhysicalKeyboardKey_458829, B.PhysicalKeyboardKey_458792, B.PhysicalKeyboardKey_458798, B.PhysicalKeyboardKey_458793, B.PhysicalKeyboardKey_458793, B.PhysicalKeyboardKey_458810, B.PhysicalKeyboardKey_458819, B.PhysicalKeyboardKey_458820, B.PhysicalKeyboardKey_458821, B.PhysicalKeyboardKey_458856, B.PhysicalKeyboardKey_458857, B.PhysicalKeyboardKey_458858, B.PhysicalKeyboardKey_458859, B.PhysicalKeyboardKey_458860, B.PhysicalKeyboardKey_458861, B.PhysicalKeyboardKey_458862, B.PhysicalKeyboardKey_458811, B.PhysicalKeyboardKey_458863, B.PhysicalKeyboardKey_458864, B.PhysicalKeyboardKey_458865, B.PhysicalKeyboardKey_458866, B.PhysicalKeyboardKey_458867, B.PhysicalKeyboardKey_458812, B.PhysicalKeyboardKey_458813, B.PhysicalKeyboardKey_458814, B.PhysicalKeyboardKey_458815, B.PhysicalKeyboardKey_458816, B.PhysicalKeyboardKey_458817, B.PhysicalKeyboardKey_458818, B.PhysicalKeyboardKey_458878, B.PhysicalKeyboardKey_18, B.PhysicalKeyboardKey_19, B.PhysicalKeyboardKey_392961, B.PhysicalKeyboardKey_392970, B.PhysicalKeyboardKey_392971, B.PhysicalKeyboardKey_392972, B.PhysicalKeyboardKey_392973, B.PhysicalKeyboardKey_392974, B.PhysicalKeyboardKey_392975, B.PhysicalKeyboardKey_392976, B.PhysicalKeyboardKey_392962, B.PhysicalKeyboardKey_392963, B.PhysicalKeyboardKey_392964, B.PhysicalKeyboardKey_392965, B.PhysicalKeyboardKey_392966, B.PhysicalKeyboardKey_392967, B.PhysicalKeyboardKey_392968, B.PhysicalKeyboardKey_392969, B.PhysicalKeyboardKey_392977, B.PhysicalKeyboardKey_392978, B.PhysicalKeyboardKey_392979, B.PhysicalKeyboardKey_392980, B.PhysicalKeyboardKey_392981, B.PhysicalKeyboardKey_392982, B.PhysicalKeyboardKey_392983, B.PhysicalKeyboardKey_392984, B.PhysicalKeyboardKey_392985, B.PhysicalKeyboardKey_392986, B.PhysicalKeyboardKey_392987, B.PhysicalKeyboardKey_392988, B.PhysicalKeyboardKey_392989, B.PhysicalKeyboardKey_392990, B.PhysicalKeyboardKey_392991, B.PhysicalKeyboardKey_458869, B.PhysicalKeyboardKey_458826, B.PhysicalKeyboardKey_16, B.PhysicalKeyboardKey_458825, B.PhysicalKeyboardKey_458852, B.PhysicalKeyboardKey_458887, B.PhysicalKeyboardKey_458889, B.PhysicalKeyboardKey_458888, B.PhysicalKeyboardKey_458756, B.PhysicalKeyboardKey_458757, B.PhysicalKeyboardKey_458758, B.PhysicalKeyboardKey_458759, B.PhysicalKeyboardKey_458760, B.PhysicalKeyboardKey_458761, B.PhysicalKeyboardKey_458762, B.PhysicalKeyboardKey_458763, B.PhysicalKeyboardKey_458764, B.PhysicalKeyboardKey_458765, B.PhysicalKeyboardKey_458766, B.PhysicalKeyboardKey_458767, B.PhysicalKeyboardKey_458768, B.PhysicalKeyboardKey_458769, B.PhysicalKeyboardKey_458770, B.PhysicalKeyboardKey_458771, B.PhysicalKeyboardKey_458772, B.PhysicalKeyboardKey_458773, B.PhysicalKeyboardKey_458774, B.PhysicalKeyboardKey_458775, B.PhysicalKeyboardKey_458776, B.PhysicalKeyboardKey_458777, B.PhysicalKeyboardKey_458778, B.PhysicalKeyboardKey_458779, B.PhysicalKeyboardKey_458780, B.PhysicalKeyboardKey_458781, B.PhysicalKeyboardKey_787101, B.PhysicalKeyboardKey_458896, B.PhysicalKeyboardKey_458897, B.PhysicalKeyboardKey_458898, B.PhysicalKeyboardKey_458899, B.PhysicalKeyboardKey_458900, B.PhysicalKeyboardKey_786836, B.PhysicalKeyboardKey_786834, B.PhysicalKeyboardKey_786891, B.PhysicalKeyboardKey_786847, B.PhysicalKeyboardKey_786826, B.PhysicalKeyboardKey_786865, B.PhysicalKeyboardKey_787083, B.PhysicalKeyboardKey_787081, B.PhysicalKeyboardKey_787084, B.PhysicalKeyboardKey_786611, B.PhysicalKeyboardKey_786609, B.PhysicalKeyboardKey_786608, B.PhysicalKeyboardKey_786637, B.PhysicalKeyboardKey_786610, B.PhysicalKeyboardKey_786612, B.PhysicalKeyboardKey_786819, B.PhysicalKeyboardKey_786615, B.PhysicalKeyboardKey_786613, B.PhysicalKeyboardKey_786614, B.PhysicalKeyboardKey_458979, B.PhysicalKeyboardKey_458983, B.PhysicalKeyboardKey_24, B.PhysicalKeyboardKey_458797, B.PhysicalKeyboardKey_458891, B.PhysicalKeyboardKey_458835, B.PhysicalKeyboardKey_458850, B.PhysicalKeyboardKey_458841, B.PhysicalKeyboardKey_458842, B.PhysicalKeyboardKey_458843, B.PhysicalKeyboardKey_458844, B.PhysicalKeyboardKey_458845, B.PhysicalKeyboardKey_458846, B.PhysicalKeyboardKey_458847, B.PhysicalKeyboardKey_458848, B.PhysicalKeyboardKey_458849, B.PhysicalKeyboardKey_458839, B.PhysicalKeyboardKey_458939, B.PhysicalKeyboardKey_458968, B.PhysicalKeyboardKey_458969, B.PhysicalKeyboardKey_458885, B.PhysicalKeyboardKey_458851, B.PhysicalKeyboardKey_458836, B.PhysicalKeyboardKey_458840, B.PhysicalKeyboardKey_458855, B.PhysicalKeyboardKey_458963, B.PhysicalKeyboardKey_458962, B.PhysicalKeyboardKey_458961, B.PhysicalKeyboardKey_458960, B.PhysicalKeyboardKey_458964, B.PhysicalKeyboardKey_458837, B.PhysicalKeyboardKey_458934, B.PhysicalKeyboardKey_458935, B.PhysicalKeyboardKey_458838, B.PhysicalKeyboardKey_458868, B.PhysicalKeyboardKey_458830, B.PhysicalKeyboardKey_458827, B.PhysicalKeyboardKey_458877, B.PhysicalKeyboardKey_458824, B.PhysicalKeyboardKey_458807, B.PhysicalKeyboardKey_458854, B.PhysicalKeyboardKey_458822, B.PhysicalKeyboardKey_23, B.PhysicalKeyboardKey_458915, B.PhysicalKeyboardKey_458804, B.PhysicalKeyboardKey_21, B.PhysicalKeyboardKey_458823, B.PhysicalKeyboardKey_458871, B.PhysicalKeyboardKey_786850, B.PhysicalKeyboardKey_458803, B.PhysicalKeyboardKey_458977, B.PhysicalKeyboardKey_458981, B.PhysicalKeyboardKey_787103, B.PhysicalKeyboardKey_458808, B.PhysicalKeyboardKey_65666, B.PhysicalKeyboardKey_458796, B.PhysicalKeyboardKey_17, B.PhysicalKeyboardKey_20, B.PhysicalKeyboardKey_458795, B.PhysicalKeyboardKey_22, B.PhysicalKeyboardKey_458874, B.PhysicalKeyboardKey_65667, B.PhysicalKeyboardKey_786994], A.findType("ConstantStringMap")); - B.List_empty39 = A._setArrayType(makeConstList([]), type$.JSArray_BoxShadow); B.BoxShadow_vuL = new A.BoxShadow(-2, B.BlurStyle_0, B.Color_855638016, B.Offset_0_3, 1); B.BoxShadow_oyn5 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_603979776, B.Offset_0_2, 2); B.BoxShadow_oyn6 = new A.BoxShadow(0, B.BlurStyle_0, B.Color_520093696, B.Offset_0_1, 5); @@ -619725,9 +635802,19 @@ B.BoxShadow_oyn21 = new A.BoxShadow(3, B.BlurStyle_0, B.Color_603979776, B.Offset_0_24, 38); B.BoxShadow_oyn22 = new A.BoxShadow(8, B.BlurStyle_0, B.Color_520093696, B.Offset_0_9, 46); B.List_aJC0 = A._setArrayType(makeConstList([B.BoxShadow_rVI, B.BoxShadow_oyn21, B.BoxShadow_oyn22]), type$.JSArray_BoxShadow); - B.Map_qt46y = new A.GeneralConstantMap([0, B.List_empty39, 1, B.List_nJL, 2, B.List_gkc6, 3, B.List_gkc7, 4, B.List_nJL0, 6, B.List_nJL1, 8, B.List_KqP, 9, B.List_KqP0, 12, B.List_YPP, 16, B.List_iBp, 24, B.List_aJC0], A.findType("GeneralConstantMap>")); + B.Map_qt46y = new A.GeneralConstantMap([0, B.List_empty21, 1, B.List_nJL, 2, B.List_gkc6, 3, B.List_gkc7, 4, B.List_nJL0, 6, B.List_nJL1, 8, B.List_KqP, 9, B.List_KqP0, 12, B.List_YPP, 16, B.List_iBp, 24, B.List_aJC0], A.findType("GeneralConstantMap>")); B.Object_UL9 = {KeyA: 0, KeyB: 1, KeyC: 2, KeyD: 3, KeyE: 4, KeyF: 5, KeyG: 6, KeyH: 7, KeyI: 8, KeyJ: 9, KeyK: 10, KeyL: 11, KeyM: 12, KeyN: 13, KeyO: 14, KeyP: 15, KeyQ: 16, KeyR: 17, KeyS: 18, KeyT: 19, KeyU: 20, KeyV: 21, KeyW: 22, KeyX: 23, KeyY: 24, KeyZ: 25, Digit1: 26, Digit2: 27, Digit3: 28, Digit4: 29, Digit5: 30, Digit6: 31, Digit7: 32, Digit8: 33, Digit9: 34, Digit0: 35, Minus: 36, Equal: 37, BracketLeft: 38, BracketRight: 39, Backslash: 40, Semicolon: 41, Quote: 42, Backquote: 43, Comma: 44, Period: 45, Slash: 46}; B.Map_skkUy = new A.ConstantStringMap(B.Object_UL9, ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "[", "]", "\\", ";", "'", "`", ",", ".", "/"], type$.ConstantStringMap_String_String); + B.BillingResponse_0 = new A.BillingResponse(0, "serviceTimeout"); + B.BillingResponse_1 = new A.BillingResponse(1, "featureNotSupported"); + B.BillingResponse_5 = new A.BillingResponse(5, "serviceUnavailable"); + B.BillingResponse_6 = new A.BillingResponse(6, "billingUnavailable"); + B.BillingResponse_7 = new A.BillingResponse(7, "itemUnavailable"); + B.BillingResponse_8 = new A.BillingResponse(8, "developerError"); + B.BillingResponse_10 = new A.BillingResponse(10, "itemAlreadyOwned"); + B.BillingResponse_11 = new A.BillingResponse(11, "itemNotOwned"); + B.BillingResponse_12 = new A.BillingResponse(12, "networkError"); + B.Map_tEjvb = new A.GeneralConstantMap([B.BillingResponse_0, -3, B.BillingResponse_1, -2, B.BillingResponse_2, -1, B.BillingResponse_3, 0, B.BillingResponse_4, 1, B.BillingResponse_5, 2, B.BillingResponse_6, 3, B.BillingResponse_7, 4, B.BillingResponse_8, 5, B.BillingResponse_9, 6, B.BillingResponse_10, 7, B.BillingResponse_11, 8, B.BillingResponse_12, 12], A.findType("GeneralConstantMap")); B.Map_tEmdt = new A.GeneralConstantMap(["-1", "past_due", "1", "draft", "2", "sent", "3", "partial", "4", "paid", "5", "cancelled", "6", "reversed", "-3", "viewed"], type$.GeneralConstantMap_String_String); B.List_date_due_date_partial_due_date = A._setArrayType(makeConstList(["date", "due_date", "partial_due_date"]), type$.JSArray_String); B.List_created_at = A._setArrayType(makeConstList(["created_at"]), type$.JSArray_String); @@ -619923,11 +636010,22 @@ B.Map_df3Ys = new A.GeneralConstantMap([100, B.Color_4286634239, 200, B.Color_4282434815, 400, B.Color_4278235391, 700, B.Color_4278227434], type$.GeneralConstantMap_int_Color); B.MaterialAccentColor_Map_df3Ys_4282434815 = new A.MaterialAccentColor(B.Map_df3Ys, 4282434815); B.MaterialBannerThemeData_MYA = new A.MaterialBannerThemeData(null, null, null, null, null, null, null, null); - B.MaterialScrollBehavior_null = new A.MaterialScrollBehavior(null); B.MaterialStatePropertyAll_0 = new A.MaterialStatePropertyAll(0, type$.MaterialStatePropertyAll_double); - B.RoundedRectangleBorder_27D0 = new A.RoundedRectangleBorder(B.BorderRadius_tLn0, B.BorderSide_8xm); + B.MaterialStatePropertyAll_2 = new A.MaterialStatePropertyAll(2, type$.MaterialStatePropertyAll_double); + B.MaterialStatePropertyAll_24 = new A.MaterialStatePropertyAll(24, type$.MaterialStatePropertyAll_double); B.MaterialStatePropertyAll_Aec = new A.MaterialStatePropertyAll(B.RoundedRectangleBorder_27D0, type$.MaterialStatePropertyAll_OutlinedBorder); - B.MaterialStatePropertyAll_rXZ = new A.MaterialStatePropertyAll(B.EdgeInsets_0_0_0_0, type$.MaterialStatePropertyAll_EdgeInsetsGeometry); + B.MaterialStatePropertyAll_Color_0 = new A.MaterialStatePropertyAll(B.Color_0, type$.MaterialStatePropertyAll_Color); + B.MaterialStatePropertyAll_Color_00 = new A.MaterialStatePropertyAll(B.Color_0, type$.MaterialStatePropertyAll_nullable_Color); + B.Size_40_40 = new A.Size(40, 40); + B.MaterialStatePropertyAll_Size_40_40 = new A.MaterialStatePropertyAll(B.Size_40_40, type$.MaterialStatePropertyAll_Size); + B.Size_64_40 = new A.Size(64, 40); + B.MaterialStatePropertyAll_Size_64_40 = new A.MaterialStatePropertyAll(B.Size_64_40, type$.MaterialStatePropertyAll_Size); + B.StadiumBorder_Sik = new A.StadiumBorder(B.BorderSide_8xm); + B.MaterialStatePropertyAll_WV2 = new A.MaterialStatePropertyAll(B.StadiumBorder_Sik, type$.MaterialStatePropertyAll_OutlinedBorder); + B.MaterialStatePropertyAll_rXZ0 = new A.MaterialStatePropertyAll(B.EdgeInsets_0_0_0_0, type$.MaterialStatePropertyAll_EdgeInsetsGeometry); + B.MaterialStatePropertyAll_rXZ = new A.MaterialStatePropertyAll(B.EdgeInsets_8_8_8_8, type$.MaterialStatePropertyAll_EdgeInsetsGeometry); + B.Size_wjo = new A.Size(1 / 0, 1 / 0); + B.MaterialStatePropertyAll_sty = new A.MaterialStatePropertyAll(B.Size_wjo, type$.MaterialStatePropertyAll_Size); B.MaterialState_0 = new A.MaterialState(0, "hovered"); B.MaterialState_1 = new A.MaterialState(1, "focused"); B.MaterialState_2 = new A.MaterialState(2, "pressed"); @@ -619962,6 +636060,7 @@ B.ModuleLayout_list = new A.ModuleLayout("list"); B.ModuleLayout_table = new A.ModuleLayout("table"); B.MovementModifier_line = new A.MovementModifier("line"); + B.MovementModifier_paragraph = new A.MovementModifier("paragraph"); B.MovementModifier_word = new A.MovementModifier("word"); B.MutatorType_0 = new A.MutatorType(0, "clipRect"); B.MutatorType_1 = new A.MutatorType(1, "clipRRect"); @@ -619969,6 +636068,8 @@ B.MutatorType_3 = new A.MutatorType(3, "transform"); B.MutatorType_4 = new A.MutatorType(4, "opacity"); B.NamedAttribution_blockquote = new A.NamedAttribution("blockquote"); + B.NamedAttribution_bold = new A.NamedAttribution("bold"); + B.NamedAttribution_code = new A.NamedAttribution("code"); B.NamedAttribution_header1 = new A.NamedAttribution("header1"); B.NamedAttribution_header2 = new A.NamedAttribution("header2"); B.NamedAttribution_header3 = new A.NamedAttribution("header3"); @@ -619977,20 +636078,24 @@ B.NamedAttribution_header6 = new A.NamedAttribution("header6"); B.NamedAttribution_horizontalRule = new A.NamedAttribution("horizontalRule"); B.NamedAttribution_image = new A.NamedAttribution("image"); + B.NamedAttribution_italics = new A.NamedAttribution("italics"); B.NamedAttribution_listItem = new A.NamedAttribution("listItem"); B.NamedAttribution_paragraph = new A.NamedAttribution("paragraph"); + B.NamedAttribution_strikethrough = new A.NamedAttribution("strikethrough"); B.NamedAttribution_task = new A.NamedAttribution("task"); B.NamedAttribution_underline = new A.NamedAttribution("underline"); B.NavigationBarThemeData_WjX = new A.NavigationBarThemeData(null, null, null, null, null, null, null, null, null, null); B.NavigationDrawerThemeData_qEm = new A.NavigationDrawerThemeData(null, null, null, null, null, null, null, null, null, null); B.NavigationMode_0 = new A.NavigationMode(0, "traditional"); + B.NavigationNotification_true = new A.NavigationNotification(true); B.NavigationRailThemeData_27I = new A.NavigationRailThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null); B.NeverScrollableScrollPhysics_null = new A.NeverScrollableScrollPhysics(null); B.OffsetPair_G6F = new A.OffsetPair(B.Offset_0_0, B.Offset_0_0); B.Offset_0 = new A.Offset(-0.5, -0.5); - B.Offset_0_20 = new A.Offset(0, 20); B.Offset_0_26 = new A.Offset(0, 26); B.Offset_0_m12 = new A.Offset(0, -12); + B.Offset_0_m150 = new A.Offset(0, -150); + B.Offset_0_m58 = new A.Offset(0, -58); B.Offset_0_m72 = new A.Offset(0, -72); B.Offset_11_m4 = new A.Offset(11, -4); B.Offset_1_2 = new A.Offset(1, 2); @@ -620019,8 +636124,6 @@ B.Offset_m3_0 = new A.Offset(-3, 0); B.Offset_m3_3 = new A.Offset(-3, 3); B.Offset_m3_m3 = new A.Offset(-3, -3); - B.Offset_m4_m6 = new A.Offset(-4, -6); - B.Offset_m5_0 = new A.Offset(-5, 0); B.Offset_oIk = new A.Offset(15.299999999999999, 4.5); B.Offset_omC = new A.Offset(-0.5, -1.4); B.OperatingSystem_0 = new A.OperatingSystem(0, "iOs"); @@ -620038,9 +636141,10 @@ B.OptionalMethodChannel_qNA = new A.OptionalMethodChannel("flutter/navigation", B.C_JSONMethodCodec0, null); B.OptionalMethodChannel_uXT = new A.OptionalMethodChannel("flutter/spellcheck", B.C_StandardMethodCodec0, null); B.OptionalMethodChannel_wEo = new A.OptionalMethodChannel("flutter/restoration", B.C_StandardMethodCodec0, null); + B.OptionsViewOpenDirection_1 = new A.OptionsViewOpenDirection(1, "down"); B.OrdinalSortKey_0_null = new A.OrdinalSortKey(0, null); B.OrdinalSortKey_1_null = new A.OrdinalSortKey(1, null); - B.BorderSide_tAf1 = new A.BorderSide(B.Color_0, 1, B.BorderStyle_1, -1); + B.OutlineInputBorder_WtG0 = new A.OutlineInputBorder(4, B.BorderRadius_tLn, B.BorderSide_tAf2); B.OutlineInputBorder_WtG = new A.OutlineInputBorder(4, B.BorderRadius_tLn, B.BorderSide_tAf1); B.OutlinedButtonThemeData_null = new A.OutlinedButtonThemeData(null); B.OutsideJustification_0 = new A.OutsideJustification(0, "startDrawArea"); @@ -620066,7 +636170,6 @@ B.ParagraphConstraints_C5f = new A.ParagraphConstraints(1 / 0); B.PathFillType_0 = new A.PathFillType(0, "nonZero"); B.PathFillType_1 = new A.PathFillType(1, "evenOdd"); - B.PathOperation_2 = new A.PathOperation(2, "union"); B.PersistedSurfaceState_0 = new A.PersistedSurfaceState(0, "created"); B.PersistedSurfaceState_1 = new A.PersistedSurfaceState(1, "active"); B.PersistedSurfaceState_2 = new A.PersistedSurfaceState(2, "pendingRetention"); @@ -620116,24 +636219,26 @@ B.PointerSignalKind_1 = new A.PointerSignalKind(1, "scroll"); B.PointerSignalKind_3 = new A.PointerSignalKind(3, "scale"); B.PointerSignalKind_4 = new A.PointerSignalKind(4, "unknown"); - B.PopupMenuThemeData_xLk = new A.PopupMenuThemeData(null, null, null, null, null, null, null, null, null, null); + B.PopupMenuThemeData_MqF = new A.PopupMenuThemeData(null, null, null, null, null, null, null, null, null, null, null, null); B.PortalLinkStyle_0 = new A.PortalLinkStyle(0, "icons"); B.PortalLinkStyle_2 = new A.PortalLinkStyle(2, "dropdown"); B.PreferredLaunchMode_0 = new A.PreferredLaunchMode(0, "platformDefault"); B.PreferredLaunchMode_1 = new A.PreferredLaunchMode(1, "inAppWebView"); - B.PreferredLaunchMode_2 = new A.PreferredLaunchMode(2, "externalApplication"); - B.PreferredLaunchMode_3 = new A.PreferredLaunchMode(3, "externalNonBrowserApplication"); - B.PrependedCharacterPolicy_0 = new A.PrependedCharacterPolicy(0, "automatic"); - B.PrimaryRole_0 = new A.PrimaryRole(0, "generic"); - B.PrimaryRole_1 = new A.PrimaryRole(1, "incrementable"); - B.PrimaryRole_2 = new A.PrimaryRole(2, "scrollable"); - B.PrimaryRole_3 = new A.PrimaryRole(3, "button"); - B.PrimaryRole_4 = new A.PrimaryRole(4, "textField"); - B.PrimaryRole_5 = new A.PrimaryRole(5, "checkable"); - B.PrimaryRole_6 = new A.PrimaryRole(6, "image"); - B.PrimaryRole_7 = new A.PrimaryRole(7, "dialog"); + B.PreferredLaunchMode_2 = new A.PreferredLaunchMode(2, "inAppBrowserView"); + B.PreferredLaunchMode_3 = new A.PreferredLaunchMode(3, "externalApplication"); + B.PreferredLaunchMode_4 = new A.PreferredLaunchMode(4, "externalNonBrowserApplication"); + B.PrependedCharacterPolicy_1 = new A.PrependedCharacterPolicy(1, "include"); + B.PrependedCharacterPolicy_2 = new A.PrependedCharacterPolicy(2, "exclude"); + B.PrimaryRole_0 = new A.PrimaryRole(0, "incrementable"); + B.PrimaryRole_1 = new A.PrimaryRole(1, "scrollable"); + B.PrimaryRole_2 = new A.PrimaryRole(2, "button"); + B.PrimaryRole_3 = new A.PrimaryRole(3, "textField"); + B.PrimaryRole_4 = new A.PrimaryRole(4, "checkable"); + B.PrimaryRole_5 = new A.PrimaryRole(5, "image"); + B.PrimaryRole_6 = new A.PrimaryRole(6, "dialog"); + B.PrimaryRole_7 = new A.PrimaryRole(7, "platformView"); + B.PrimaryRole_8 = new A.PrimaryRole(8, "generic"); B.PrintingInfo_XjJ = new A.PrintingInfo(false, false, false, false, false, false, false); - B.Priority_100000 = new A.Priority(100000); B.ProgressIndicatorThemeData_Z49 = new A.ProgressIndicatorThemeData(null, null, null, null, null); B.PurchaseStatus_0 = new A.PurchaseStatus(0, "pending"); B.PurchaseStatus_1 = new A.PurchaseStatus(1, "purchased"); @@ -620185,18 +636290,26 @@ B.Role_3 = new A.Role(3, "liveRegion"); B.Role_4 = new A.Role(4, "routeName"); B.Radius_3_3 = new A.Radius(3, 3); - B.BorderRadius_tLn7 = new A.BorderRadius(B.Radius_3_3, B.Radius_3_3, B.Radius_0_0, B.Radius_0_0); - B.RoundedRectangleBorder_27D2 = new A.RoundedRectangleBorder(B.BorderRadius_tLn7, B.BorderSide_8xm); + B.BorderRadius_tLn8 = new A.BorderRadius(B.Radius_3_3, B.Radius_3_3, B.Radius_0_0, B.Radius_0_0); + B.RoundedRectangleBorder_27D5 = new A.RoundedRectangleBorder(B.BorderRadius_tLn8, B.BorderSide_8xm); B.Radius_28_28 = new A.Radius(28, 28); - B.BorderRadius_tLn8 = new A.BorderRadius(B.Radius_28_28, B.Radius_28_28, B.Radius_0_0, B.Radius_0_0); - B.RoundedRectangleBorder_27D4 = new A.RoundedRectangleBorder(B.BorderRadius_tLn8, B.BorderSide_8xm); - B.BorderRadius_tLn9 = new A.BorderRadius(B.Radius_1_1, B.Radius_1_1, B.Radius_1_1, B.Radius_1_1); - B.RoundedRectangleBorder_27D3 = new A.RoundedRectangleBorder(B.BorderRadius_tLn9, B.BorderSide_8xm); - B.RoundedRectangleBorder_27D = new A.RoundedRectangleBorder(B.BorderRadius_tLn6, B.BorderSide_8xm); - B.RoundedRectangleBorder_27D1 = new A.RoundedRectangleBorder(B.BorderRadius_tLn, B.BorderSide_8xm); + B.BorderRadius_tLn9 = new A.BorderRadius(B.Radius_28_28, B.Radius_28_28, B.Radius_0_0, B.Radius_0_0); + B.RoundedRectangleBorder_27D7 = new A.RoundedRectangleBorder(B.BorderRadius_tLn9, B.BorderSide_8xm); + B.BorderRadius_tLn10 = new A.BorderRadius(B.Radius_1_1, B.Radius_1_1, B.Radius_1_1, B.Radius_1_1); + B.RoundedRectangleBorder_27D6 = new A.RoundedRectangleBorder(B.BorderRadius_tLn10, B.BorderSide_8xm); + B.RoundedRectangleBorder_27D = new A.RoundedRectangleBorder(B.BorderRadius_tLn7, B.BorderSide_8xm); + B.RoundedRectangleBorder_27D4 = new A.RoundedRectangleBorder(B.BorderRadius_tLn, B.BorderSide_8xm); + B.RoundedRectangleBorder_27D9 = new A.RoundedRectangleBorder(B.BorderRadius_tLn1, B.BorderSide_8xm); + B.Radius_12_12 = new A.Radius(12, 12); + B.BorderRadius_tLn11 = new A.BorderRadius(B.Radius_12_12, B.Radius_12_12, B.Radius_12_12, B.Radius_12_12); + B.RoundedRectangleBorder_27D2 = new A.RoundedRectangleBorder(B.BorderRadius_tLn11, B.BorderSide_8xm); + B.BorderRadius_tLn12 = new A.BorderRadius(B.Radius_16_16, B.Radius_16_16, B.Radius_16_16, B.Radius_16_16); + B.RoundedRectangleBorder_27D1 = new A.RoundedRectangleBorder(B.BorderRadius_tLn12, B.BorderSide_8xm); B.Radius_24_24 = new A.Radius(24, 24); - B.BorderRadius_tLn10 = new A.BorderRadius(B.Radius_24_24, B.Radius_24_24, B.Radius_24_24, B.Radius_24_24); - B.RoundedRectangleBorder_27D5 = new A.RoundedRectangleBorder(B.BorderRadius_tLn10, B.BorderSide_8xm); + B.BorderRadius_tLn13 = new A.BorderRadius(B.Radius_24_24, B.Radius_24_24, B.Radius_24_24, B.Radius_24_24); + B.RoundedRectangleBorder_27D8 = new A.RoundedRectangleBorder(B.BorderRadius_tLn13, B.BorderSide_8xm); + B.BorderRadius_tLn14 = new A.BorderRadius(B.Radius_28_28, B.Radius_28_28, B.Radius_28_28, B.Radius_28_28); + B.RoundedRectangleBorder_27D3 = new A.RoundedRectangleBorder(B.BorderRadius_tLn14, B.BorderSide_8xm); B.RouteInformationReportingType_0 = new A.RouteInformationReportingType(0, "none"); B.RouteInformationReportingType_1 = new A.RouteInformationReportingType(1, "neglect"); B.RoutePopDisposition_0 = new A.RoutePopDisposition(0, "pop"); @@ -620214,7 +636327,6 @@ B.ScriptCategory_0 = new A.ScriptCategory(0, "englishLike"); B.ScriptCategory_1 = new A.ScriptCategory(1, "dense"); B.ScriptCategory_2 = new A.ScriptCategory(2, "tall"); - B.ScrollBehavior_null = new A.ScrollBehavior(null); B.ScrollDirection_0 = new A.ScrollDirection(0, "idle"); B.ScrollDirection_1 = new A.ScrollDirection(1, "forward"); B.ScrollDirection_2 = new A.ScrollDirection(2, "reverse"); @@ -620227,9 +636339,18 @@ B.ScrollbarOrientation_1 = new A.ScrollbarOrientation(1, "right"); B.ScrollbarOrientation_3 = new A.ScrollbarOrientation(3, "bottom"); B.ScrollbarThemeData_NUU = new A.ScrollbarThemeData(null, null, null, null, null, null, null, null, null, null, null, null); - B.SearchBarThemeData_fnR = new A.SearchBarThemeData(null, null, null, null, null, null, null, null, null, null, null); + B.SearchBarThemeData_wsa = new A.SearchBarThemeData(null, null, null, null, null, null, null, null, null, null, null, null); B.SearchViewThemeData_sUY = new A.SearchViewThemeData(null, null, null, null, null, null, null, null, null); B.SegmentedButtonThemeData_null_null = new A.SegmentedButtonThemeData(null, null); + B.SelectionBound_0 = new A.SelectionBound(0, "base"); + B.SelectionBound_1 = new A.SelectionBound(1, "extent"); + B.SelectionChangeType_0 = new A.SelectionChangeType(0, "placeCaret"); + B.SelectionChangeType_2 = new A.SelectionChangeType(2, "pushCaret"); + B.SelectionChangeType_3 = new A.SelectionChangeType(3, "pushExtent"); + B.SelectionChangeType_4 = new A.SelectionChangeType(4, "expandSelection"); + B.SelectionChangeType_5 = new A.SelectionChangeType(5, "collapseSelection"); + B.SelectionChangeType_6 = new A.SelectionChangeType(6, "insertContent"); + B.SelectionChangeType_7 = new A.SelectionChangeType(7, "deleteContent"); B.SelectionChangedCause_0 = new A.SelectionChangedCause(0, "tap"); B.SelectionChangedCause_1 = new A.SelectionChangedCause(1, "doubleTap"); B.SelectionChangedCause_2 = new A.SelectionChangedCause(2, "longPress"); @@ -620246,10 +636367,6 @@ B.SelectionStatus_2 = new A.SelectionStatus(2, "none"); B.SelectionGeometry_43h0 = new A.SelectionGeometry(null, null, B.SelectionStatus_2, B.List_empty14, false); B.SelectionGeometry_43h = new A.SelectionGeometry(null, null, B.SelectionStatus_2, B.List_empty14, true); - B.SelectionHandleType_0 = new A.SelectionHandleType(0, "collapsed"); - B.SelectionHandleType_1 = new A.SelectionHandleType(1, "base"); - B.SelectionHandleType_2 = new A.SelectionHandleType(2, "extent"); - B.SelectionHighlightStyle_Color_4289515255 = new A.SelectionHighlightStyle(B.Color_4289515255); B.SelectionMode_0 = new A.SelectionMode(0, "expandToDomain"); B.SelectionModelType_0 = new A.SelectionModelType(0, "info"); B.SelectionResult_0 = new A.SelectionResult(0, "next"); @@ -620329,6 +636446,8 @@ B.Set_CR9D4 = new A.GeneralConstantSet([32, 8203], type$.GeneralConstantSet_int); B.Object_4CA = {click: 0, touchstart: 1, touchend: 2, pointerdown: 3, pointermove: 4, pointerup: 5}; B.Set_EGZpe = new A.ConstantStringSet(B.Object_4CA, 6, type$.ConstantStringSet_String); + B.Object_javascript_0 = {javascript: 0}; + B.Set_K9WK5 = new A.ConstantStringSet(B.Object_javascript_0, 1, type$.ConstantStringSet_String); B.Set_KxrLe = new A.GeneralConstantSet([B.TargetPlatform_0, B.TargetPlatform_1], type$.GeneralConstantSet_TargetPlatform); B.Set_PfaB4 = new A.GeneralConstantSet([B.PointerDeviceKind_3, B.PointerDeviceKind_2, B.PointerDeviceKind_0, B.PointerDeviceKind_5, B.PointerDeviceKind_4], type$.GeneralConstantSet_PointerDeviceKind); B.Set_Uf2w = new A.GeneralConstantSet([B.MaterialState_1], type$.GeneralConstantSet_MaterialState); @@ -620336,9 +636455,10 @@ B.Set_Vvc75 = new A.ConstantStringSet(B.Object_EVN, 1, type$.ConstantStringSet_String); B.Set_Y7lq1 = new A.GeneralConstantSet([10, 11, 12, 13, 133, 8232, 8233], type$.GeneralConstantSet_int); B.Set_dDNK5 = new A.GeneralConstantSet([B.MaterialState_4], type$.GeneralConstantSet_MaterialState); - B.Set_empty2 = new A.ConstantStringSet(B.Object_empty, 0, A.findType("ConstantStringSet")); + B.Set_empty3 = new A.ConstantStringSet(B.Object_empty, 0, A.findType("ConstantStringSet")); B.Set_empty = new A.ConstantStringSet(B.Object_empty, 0, A.findType("ConstantStringSet>")); B.Set_empty0 = new A.ConstantStringSet(B.Object_empty, 0, A.findType("ConstantStringSet")); + B.Set_empty2 = new A.ConstantStringSet(B.Object_empty, 0, A.findType("ConstantStringSet")); B.Set_empty1 = new A.ConstantStringSet(B.Object_empty, 0, A.findType("ConstantStringSet")); B.Object_5gm = {mailto: 0, tel: 1, sms: 2}; B.Set_irLI1 = new A.ConstantStringSet(B.Object_5gm, 3, type$.ConstantStringSet_String); @@ -620351,7 +636471,7 @@ B.ShapeBorderClipper_mya = new A.ShapeBorderClipper(B.RoundedRectangleBorder_27D0, null, null); B.OuterBoxShadow_kUP0 = new A.OuterBoxShadow(0, B.BlurStyle_0, B.Color_855638016, B.Offset_0_0, 4); B.List_Ept0 = A._setArrayType(makeConstList([B.OuterBoxShadow_kUP0]), type$.JSArray_BoxShadow); - B.ShapeDecoration_Cb0 = new A.ShapeDecoration(null, null, null, B.List_Ept0, B.RoundedRectangleBorder_27D5); + B.ShapeDecoration_Cb0 = new A.ShapeDecoration(null, null, null, B.List_Ept0, B.RoundedRectangleBorder_27D8); B.SignInOption_0 = new A.SignInOption(0, "standard"); B.SignInWithAppleAuthorizationException_BKW = new A.SignInWithAppleAuthorizationException(B.AuthorizationErrorCode_2, "parseAuthorizationCredentialAppleIDFromDeeplink: No `code` query parameter set)"); B.SignInWithAppleAuthorizationException_PGb = new A.SignInWithAppleAuthorizationException(B.AuthorizationErrorCode_0, "User canceled authorization"); @@ -620401,14 +636521,18 @@ B.Size_114_70 = new A.Size(114, 70); B.Size_18_18 = new A.Size(18, 18); B.Size_20_20 = new A.Size(20, 20); + B.Size_216_38 = new A.Size(216, 38); B.Size_22_22 = new A.Size(22, 22); B.Size_238_326 = new A.Size(238, 326); + B.Size_256_256 = new A.Size(256, 256); B.Size_280_280 = new A.Size(280, 280); B.Size_310_468 = new A.Size(310, 468); + B.Size_328_270 = new A.Size(328, 270); + B.Size_328_512 = new A.Size(328, 512); B.Size_32_4 = new A.Size(32, 4); B.Size_330_270 = new A.Size(330, 270); B.Size_330_518 = new A.Size(330, 518); - B.Size_40_40 = new A.Size(40, 40); + B.Size_34_22 = new A.Size(34, 22); B.Size_416_248 = new A.Size(416, 248); B.Size_44_44 = new A.Size(44, 44); B.Size_48_0 = new A.Size(48, 0); @@ -620428,7 +636552,6 @@ B.Size_96_80 = new A.Size(96, 80); B.Size_Q8J = new A.Size(77.37, 37.9); B.Size_UW6 = new A.Size(600, 1 / 0); - B.Size_wjo = new A.Size(1 / 0, 1 / 0); B.SizedBox_108_null_null_null = new A.SizedBox(108, null, null, null); B.SizedBox_10_null_null_null = new A.SizedBox(10, null, null, null); B.SizedBox_12_null_null_null = new A.SizedBox(12, null, null, null); @@ -620442,7 +636565,7 @@ B.SizedBox_null_20_null_null = new A.SizedBox(null, 20, null, null); B.SizedBox_null_2_null_null = new A.SizedBox(null, 2, null, null); B.SizedBox_null_4_null_null = new A.SizedBox(null, 4, null, null); - B.SizedBox_null_null_null_null = new A.SizedBox(null, null, null, null); + B.SizedBox_null_8_null_null = new A.SizedBox(null, 8, null, null); B.SizedBox_yzX = new A.SizedBox(1 / 0, 1 / 0, null, null); B.SliderThemeData_MUs = new A.SliderThemeData(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.SliverGeometry_Tbh = new A.SliverGeometry(0, 0, 0, 0, 0, 0, 0, false, false, null, 0); @@ -620458,6 +636581,7 @@ B.Spacer_null = new A.Spacer(null); B.SpanMarkerType_0 = new A.SpanMarkerType(0, "start"); B.SpanMarkerType_1 = new A.SpanMarkerType(1, "end"); + B.SpanRange_0_0 = new A.SpanRange(0, 0); B.SpellCheckConfiguration_Y2F = new A.SpellCheckConfiguration(null, null, null, null, false); B.SpringType_0 = new A.SpringType(0, "criticallyDamped"); B.SpringType_1 = new A.SpringType(1, "underDamped"); @@ -620466,7 +636590,6 @@ B.StackFit_2 = new A.StackFit(2, "passthrough"); B.StackFrame_8sg = new A.StackFrame("...", -1, "", "", "", -1, -1, "", "..."); B.StackFrame_SOW = new A.StackFrame("", -1, "", "", "", -1, -1, "", "asynchronous suspension"); - B.StadiumBorder_Sik = new A.StadiumBorder(B.BorderSide_8xm); B.StateStatus_0 = new A.StateStatus(0, "isIdle"); B.StateStatus_1 = new A.StateStatus(1, "isWaiting"); B.StateStatus_2 = new A.StateStatus(2, "hasData"); @@ -620547,9 +636670,10 @@ B.TabAlignment_0 = new A.TabAlignment(0, "start"); B.TabAlignment_1 = new A.TabAlignment(1, "startOffset"); B.TabAlignment_2 = new A.TabAlignment(2, "fill"); + B.TabAlignment_3 = new A.TabAlignment(3, "center"); B.TabBarIndicatorSize_0 = new A.TabBarIndicatorSize(0, "tab"); B.TabBarIndicatorSize_1 = new A.TabBarIndicatorSize(1, "label"); - B.TabBarTheme_z66 = new A.TabBarTheme(null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TabBarTheme_ZCw = new A.TabBarTheme(null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.TableCellVerticalAlignment_0 = new A.TableCellVerticalAlignment(0, "top"); B.TableCellVerticalAlignment_1 = new A.TableCellVerticalAlignment(1, "middle"); B.TableCellVerticalAlignment_2 = new A.TableCellVerticalAlignment(2, "bottom"); @@ -620576,7 +636700,8 @@ B.TextDirection_10 = new A.TextDirection0(1, "rtl"); B.TextDirection_2 = new A.TextDirection0(2, "center"); B.TextFieldKeyboardHandlerResult_0 = new A.TextFieldKeyboardHandlerResult(0, "handled"); - B.TextFieldKeyboardHandlerResult_2 = new A.TextFieldKeyboardHandlerResult(2, "notHandled"); + B.TextFieldKeyboardHandlerResult_1 = new A.TextFieldKeyboardHandlerResult(1, "blocked"); + B.TextFieldKeyboardHandlerResult_3 = new A.TextFieldKeyboardHandlerResult(3, "notHandled"); B.TextGranularity_0 = new A.TextGranularity(0, "character"); B.TextGranularity_1 = new A.TextGranularity(1, "word"); B.TextGranularity_2 = new A.TextGranularity(2, "line"); @@ -620587,6 +636712,7 @@ B.TextInputAction_1 = new A.TextInputAction(1, "unspecified"); B.TextInputAction_10 = new A.TextInputAction(10, "route"); B.TextInputAction_11 = new A.TextInputAction(11, "emergencyCall"); + B.TextInputAction_12 = new A.TextInputAction(12, "newline"); B.TextInputAction_2 = new A.TextInputAction(2, "done"); B.TextInputAction_3 = new A.TextInputAction(3, "go"); B.TextInputAction_4 = new A.TextInputAction(4, "search"); @@ -620610,7 +636736,7 @@ B.TextLeadingDistribution_1 = new A.TextLeadingDistribution(1, "even"); B.TextMagnifierConfiguration_null_true = new A.TextMagnifierConfiguration(null, true); B.TextNodePosition_0_TextAffinity_1 = new A.TextNodePosition(0, B.TextAffinity_1); - B.TextNodePosition_4_TextAffinity_1 = new A.TextNodePosition(4, B.TextAffinity_1); + B.TextNodePosition_3_TextAffinity_1 = new A.TextNodePosition(3, B.TextAffinity_1); B.TextNodeSelection_kfn = new A.TextNodeSelection(-1, -1, B.TextAffinity_1, false, -1, -1); B.TextOverflow_1 = new A.TextOverflow(1, "fade"); B.TextOverflow_2 = new A.TextOverflow(2, "ellipsis"); @@ -620623,16 +636749,17 @@ B.TextSelectionThemeData_null_null_null = new A.TextSelectionThemeData(null, null, null); B.TextSelectionToolbarAnchors_Offset_0_0_null = new A.TextSelectionToolbarAnchors(B.Offset_0_0, null); B.TextSelection_3Ex = new A.TextSelection(0, 0, B.TextAffinity_1, false, 0, 0); - B.TextStyle_66S = new A.TextStyle(true, B.MaterialColor_Map_MUpTk_4288585374, null, null, null, null, 16, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.TextStyle_9Zz = new A.TextStyle(true, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_1, null, null, null, null, null, null, null, null); B.TextStyle_CcT = new A.TextStyle(true, B.MaterialColor_Map_MUpTk_4288585374, null, null, null, null, 20, B.FontWeight_6_700, null, null, null, null, 1.4, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_LxF0 = new A.TextStyle(true, null, null, null, null, null, null, B.FontWeight_3_400, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.TextStyle_LxF = new A.TextStyle(true, null, null, null, null, null, null, B.FontWeight_6_700, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_LxF0 = new A.TextStyle(true, null, null, null, null, null, 12, B.FontWeight_2_300, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_LxF1 = new A.TextStyle(true, null, null, null, null, null, 12, B.FontWeight_2_300, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.TextStyle_SVP2 = new A.TextStyle(true, null, null, null, null, null, 0, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_SVP1 = new A.TextStyle(true, null, null, null, null, null, 14, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); - B.TextStyle_SVP0 = new A.TextStyle(true, null, null, null, null, null, 16, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_SVP0 = new A.TextStyle(true, null, null, null, null, null, 14, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_SVP1 = new A.TextStyle(true, null, null, null, null, null, 16, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null); B.TextStyle_c8s = new A.TextStyle(false, B.CupertinoDynamicColor_qQo, null, ".SF Pro Text", null, null, 17, null, null, -0.41, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, null, null, null, null, null); B.TextStyle_cMb = new A.TextStyle(true, B.Color_0, null, null, null, null, 1, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.TextStyle_cMb0 = new A.TextStyle(true, B.Color_4278190080, null, null, null, null, 16, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.TextStyle_etK = new A.TextStyle(true, B.Color_4294967295, null, null, null, null, 16, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.TextStyle_gkc = new A.TextStyle(true, B.Color_4287137928, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); B.TextStyle_gkc0 = new A.TextStyle(true, B.Color_4291611852, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); @@ -620678,6 +636805,23 @@ B.TextStyle_gA4 = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView labelMedium", null, null, null, null); B.TextStyle_aV5 = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackMountainView labelSmall", null, null, null, null); B.TextTheme_BCG = new A.TextTheme(B.TextStyle_2bx, B.TextStyle_AAN, B.TextStyle_Fb0, B.TextStyle_otF, B.TextStyle_v5C, B.TextStyle_ugl, B.TextStyle_DzI, B.TextStyle_nj4, B.TextStyle_C3K, B.TextStyle_DGY, B.TextStyle_89P, B.TextStyle_F9d, B.TextStyle_yDH, B.TextStyle_gA4, B.TextStyle_aV5); + B.TextBaseline_1 = new A.TextBaseline(1, "ideographic"); + B.TextStyle_yPV = new A.TextStyle(false, null, null, null, null, null, 57, B.FontWeight_3_400, null, -0.25, null, B.TextBaseline_1, 1.12, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense displayLarge 2021", null, null, null, null); + B.TextStyle_3V3 = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3_400, null, 0, null, B.TextBaseline_1, 1.16, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense displayMedium 2021", null, null, null, null); + B.TextStyle_wmT = new A.TextStyle(false, null, null, null, null, null, 36, B.FontWeight_3_400, null, 0, null, B.TextBaseline_1, 1.22, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense displaySmall 2021", null, null, null, null); + B.TextStyle_GgC = new A.TextStyle(false, null, null, null, null, null, 32, B.FontWeight_3_400, null, 0, null, B.TextBaseline_1, 1.25, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense headlineLarge 2021", null, null, null, null); + B.TextStyle_myC = new A.TextStyle(false, null, null, null, null, null, 28, B.FontWeight_3_400, null, 0, null, B.TextBaseline_1, 1.29, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense headlineMedium 2021", null, null, null, null); + B.TextStyle_MUs = new A.TextStyle(false, null, null, null, null, null, 24, B.FontWeight_3_400, null, 0, null, B.TextBaseline_1, 1.33, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense headlineSmall 2021", null, null, null, null); + B.TextStyle_Qwy = new A.TextStyle(false, null, null, null, null, null, 22, B.FontWeight_3_400, null, 0, null, B.TextBaseline_1, 1.27, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense titleLarge 2021", null, null, null, null); + B.TextStyle_gc6 = new A.TextStyle(false, null, null, null, null, null, 16, B.FontWeight_4_500, null, 0.15, null, B.TextBaseline_1, 1.5, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense titleMedium 2021", null, null, null, null); + B.TextStyle_o0y = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4_500, null, 0.1, null, B.TextBaseline_1, 1.43, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense titleSmall 2021", null, null, null, null); + B.TextStyle_lN4 = new A.TextStyle(false, null, null, null, null, null, 16, B.FontWeight_3_400, null, 0.5, null, B.TextBaseline_1, 1.5, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense bodyLarge 2021", null, null, null, null); + B.TextStyle_m05 = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_3_400, null, 0.25, null, B.TextBaseline_1, 1.43, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense bodyMedium 2021", null, null, null, null); + B.TextStyle_iVE = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3_400, null, 0.4, null, B.TextBaseline_1, 1.33, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense bodySmall 2021", null, null, null, null); + B.TextStyle_CCG = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4_500, null, 0.1, null, B.TextBaseline_1, 1.43, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense labelLarge 2021", null, null, null, null); + B.TextStyle_AWD = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_4_500, null, 0.5, null, B.TextBaseline_1, 1.33, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense labelMedium 2021", null, null, null, null); + B.TextStyle_TRL = new A.TextStyle(false, null, null, null, null, null, 11, B.FontWeight_4_500, null, 0.5, null, B.TextBaseline_1, 1.45, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "dense labelSmall 2021", null, null, null, null); + B.TextTheme_CbP = new A.TextTheme(B.TextStyle_yPV, B.TextStyle_3V3, B.TextStyle_wmT, B.TextStyle_GgC, B.TextStyle_myC, B.TextStyle_MUs, B.TextStyle_Qwy, B.TextStyle_gc6, B.TextStyle_o0y, B.TextStyle_lN4, B.TextStyle_m05, B.TextStyle_iVE, B.TextStyle_CCG, B.TextStyle_AWD, B.TextStyle_TRL); B.TextStyle_2Vk = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity displayLarge", null, null, null, null); B.TextStyle_ES6 = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity displayMedium", null, null, null, null); B.TextStyle_2Vk0 = new A.TextStyle(true, B.Color_3019898879, null, ".AppleSystemUIFont", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedwoodCity displaySmall", null, null, null, null); @@ -620711,6 +636855,22 @@ B.TextStyle_bdS = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", B.List_SRx, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki labelMedium", null, null, null, null); B.TextStyle_wFp = new A.TextStyle(true, B.Color_4278190080, null, "Roboto", B.List_SRx, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackHelsinki labelSmall", null, null, null, null); B.TextTheme_FOl = new A.TextTheme(B.TextStyle_aLo, B.TextStyle_fHg, B.TextStyle_UOF, B.TextStyle_Au4, B.TextStyle_IYi, B.TextStyle_MFB, B.TextStyle_kOG, B.TextStyle_BzW, B.TextStyle_25U, B.TextStyle_rUo, B.TextStyle_0, B.TextStyle_coJ, B.TextStyle_Db0, B.TextStyle_bdS, B.TextStyle_wFp); + B.TextStyle_4m4 = new A.TextStyle(false, null, null, null, null, null, 57, B.FontWeight_3_400, null, -0.25, null, B.TextBaseline_0, 1.12, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall displayLarge 2021", null, null, null, null); + B.TextStyle_Dem = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.16, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall displayMedium 2021", null, null, null, null); + B.TextStyle_oWp = new A.TextStyle(false, null, null, null, null, null, 36, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.22, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall displaySmall 2021", null, null, null, null); + B.TextStyle_Auo = new A.TextStyle(false, null, null, null, null, null, 32, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.25, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall headlineLarge 2021", null, null, null, null); + B.TextStyle_mtk = new A.TextStyle(false, null, null, null, null, null, 28, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.29, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall headlineMedium 2021", null, null, null, null); + B.TextStyle_6xV = new A.TextStyle(false, null, null, null, null, null, 24, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.33, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall headlineSmall 2021", null, null, null, null); + B.TextStyle_s3m = new A.TextStyle(false, null, null, null, null, null, 22, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.27, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall titleLarge 2021", null, null, null, null); + B.TextStyle_oFu = new A.TextStyle(false, null, null, null, null, null, 16, B.FontWeight_4_500, null, 0.15, null, B.TextBaseline_0, 1.5, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall titleMedium 2021", null, null, null, null); + B.TextStyle_6TW = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4_500, null, 0.1, null, B.TextBaseline_0, 1.43, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall titleSmall 2021", null, null, null, null); + B.TextStyle_GRA = new A.TextStyle(false, null, null, null, null, null, 16, B.FontWeight_3_400, null, 0.5, null, B.TextBaseline_0, 1.5, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall bodyLarge 2021", null, null, null, null); + B.TextStyle_nqO = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_3_400, null, 0.25, null, B.TextBaseline_0, 1.43, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall bodyMedium 2021", null, null, null, null); + B.TextStyle_kap = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3_400, null, 0.4, null, B.TextBaseline_0, 1.33, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall bodySmall 2021", null, null, null, null); + B.TextStyle_e1W = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4_500, null, 0.1, null, B.TextBaseline_0, 1.43, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall labelLarge 2021", null, null, null, null); + B.TextStyle_oSr = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_4_500, null, 0.5, null, B.TextBaseline_0, 1.33, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall labelMedium 2021", null, null, null, null); + B.TextStyle_4qm = new A.TextStyle(false, null, null, null, null, null, 11, B.FontWeight_4_500, null, 0.5, null, B.TextBaseline_0, 1.45, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "tall labelSmall 2021", null, null, null, null); + B.TextTheme_I5Y = new A.TextTheme(B.TextStyle_4m4, B.TextStyle_Dem, B.TextStyle_oWp, B.TextStyle_Auo, B.TextStyle_mtk, B.TextStyle_6xV, B.TextStyle_s3m, B.TextStyle_oFu, B.TextStyle_6TW, B.TextStyle_GRA, B.TextStyle_nqO, B.TextStyle_kap, B.TextStyle_e1W, B.TextStyle_oSr, B.TextStyle_4qm); B.TextStyle_gLV = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond displayLarge", null, null, null, null); B.TextStyle_QW2 = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond displayMedium", null, null, null, null); B.TextStyle_Hln = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond displaySmall", null, null, null, null); @@ -620725,8 +636885,8 @@ B.TextStyle_5FW = new A.TextStyle(true, B.Color_3019898879, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond bodySmall", null, null, null, null); B.TextStyle_ciW = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelLarge", null, null, null, null); B.TextStyle_Ohi = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelMedium", null, null, null, null); - B.TextStyle_o0y = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelSmall", null, null, null, null); - B.TextTheme_P12 = new A.TextTheme(B.TextStyle_gLV, B.TextStyle_QW2, B.TextStyle_Hln, B.TextStyle_ueY, B.TextStyle_8Gl, B.TextStyle_46y, B.TextStyle_Ldh, B.TextStyle_YsI, B.TextStyle_NO4, B.TextStyle_RsV, B.TextStyle_kfn, B.TextStyle_5FW, B.TextStyle_ciW, B.TextStyle_Ohi, B.TextStyle_o0y); + B.TextStyle_o0y0 = new A.TextStyle(true, B.Color_4294967295, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteRedmond labelSmall", null, null, null, null); + B.TextTheme_P12 = new A.TextTheme(B.TextStyle_gLV, B.TextStyle_QW2, B.TextStyle_Hln, B.TextStyle_ueY, B.TextStyle_8Gl, B.TextStyle_46y, B.TextStyle_Ldh, B.TextStyle_YsI, B.TextStyle_NO4, B.TextStyle_RsV, B.TextStyle_kfn, B.TextStyle_5FW, B.TextStyle_ciW, B.TextStyle_Ohi, B.TextStyle_o0y0); B.TextStyle_WfL = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino displayLarge", null, null, null, null); B.TextStyle_kUZ = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino displayMedium", null, null, null, null); B.TextStyle_LlB = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino displaySmall", null, null, null, null); @@ -620734,7 +636894,7 @@ B.TextStyle_CZe = new A.TextStyle(true, B.Color_3019898879, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino headlineMedium", null, null, null, null); B.TextStyle_Qhc = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino headlineSmall", null, null, null, null); B.TextStyle_EOF = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleLarge", null, null, null, null); - B.TextStyle_gc6 = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleMedium", null, null, null, null); + B.TextStyle_gc60 = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleMedium", null, null, null, null); B.TextStyle_HaL = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino titleSmall", null, null, null, null); B.TextStyle_MMY = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino bodyLarge", null, null, null, null); B.TextStyle_Qey = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino bodyMedium", null, null, null, null); @@ -620742,7 +636902,7 @@ B.TextStyle_jbp = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino labelLarge", null, null, null, null); B.TextStyle_SNA = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino labelMedium", null, null, null, null); B.TextStyle_fDQ = new A.TextStyle(true, B.Color_4294967295, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteCupertino labelSmall", null, null, null, null); - B.TextTheme_UqR = new A.TextTheme(B.TextStyle_WfL, B.TextStyle_kUZ, B.TextStyle_LlB, B.TextStyle_QnN, B.TextStyle_CZe, B.TextStyle_Qhc, B.TextStyle_EOF, B.TextStyle_gc6, B.TextStyle_HaL, B.TextStyle_MMY, B.TextStyle_Qey, B.TextStyle_7BT, B.TextStyle_jbp, B.TextStyle_SNA, B.TextStyle_fDQ); + B.TextTheme_UqR = new A.TextTheme(B.TextStyle_WfL, B.TextStyle_kUZ, B.TextStyle_LlB, B.TextStyle_QnN, B.TextStyle_CZe, B.TextStyle_Qhc, B.TextStyle_EOF, B.TextStyle_gc60, B.TextStyle_HaL, B.TextStyle_MMY, B.TextStyle_Qey, B.TextStyle_7BT, B.TextStyle_jbp, B.TextStyle_SNA, B.TextStyle_fDQ); B.TextStyle_ebp = new A.TextStyle(false, null, null, null, null, null, 112, B.FontWeight_3_400, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall displayLarge 2014", null, null, null, null); B.TextStyle_sxw = new A.TextStyle(false, null, null, null, null, null, 56, B.FontWeight_3_400, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall displayMedium 2014", null, null, null, null); B.TextStyle_ahs = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3_400, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall displaySmall 2014", null, null, null, null); @@ -620759,7 +636919,22 @@ B.TextStyle_f1Q = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3_400, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall labelMedium 2014", null, null, null, null); B.TextStyle_Gyh = new A.TextStyle(false, null, null, null, null, null, 11, B.FontWeight_3_400, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "tall labelSmall 2014", null, null, null, null); B.TextTheme_eZ8 = new A.TextTheme(B.TextStyle_ebp, B.TextStyle_sxw, B.TextStyle_ahs, B.TextStyle_VUG, B.TextStyle_urv, B.TextStyle_ipM, B.TextStyle_6H2, B.TextStyle_0rO, B.TextStyle_pOD, B.TextStyle_mtE, B.TextStyle_00Y, B.TextStyle_Lhf, B.TextStyle_olV, B.TextStyle_f1Q, B.TextStyle_Gyh); - B.TextBaseline_1 = new A.TextBaseline(1, "ideographic"); + B.TextStyle_0mX = new A.TextStyle(false, null, null, null, null, null, 57, B.FontWeight_3_400, null, -0.25, null, B.TextBaseline_0, 1.12, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike displayLarge 2021", null, null, null, null); + B.TextStyle_GBZ = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.16, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike displayMedium 2021", null, null, null, null); + B.TextStyle_Y3m = new A.TextStyle(false, null, null, null, null, null, 36, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.22, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike displaySmall 2021", null, null, null, null); + B.TextStyle_aFE = new A.TextStyle(false, null, null, null, null, null, 32, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.25, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike headlineLarge 2021", null, null, null, null); + B.TextStyle_WNt = new A.TextStyle(false, null, null, null, null, null, 28, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.29, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike headlineMedium 2021", null, null, null, null); + B.TextStyle_Kky = new A.TextStyle(false, null, null, null, null, null, 24, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.33, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike headlineSmall 2021", null, null, null, null); + B.TextStyle_kqK = new A.TextStyle(false, null, null, null, null, null, 22, B.FontWeight_3_400, null, 0, null, B.TextBaseline_0, 1.27, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike titleLarge 2021", null, null, null, null); + B.TextStyle_Lba = new A.TextStyle(false, null, null, null, null, null, 16, B.FontWeight_4_500, null, 0.15, null, B.TextBaseline_0, 1.5, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike titleMedium 2021", null, null, null, null); + B.TextStyle_ekm = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4_500, null, 0.1, null, B.TextBaseline_0, 1.43, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike titleSmall 2021", null, null, null, null); + B.TextStyle_Oho = new A.TextStyle(false, null, null, null, null, null, 16, B.FontWeight_3_400, null, 0.5, null, B.TextBaseline_0, 1.5, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike bodyLarge 2021", null, null, null, null); + B.TextStyle_gc61 = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_3_400, null, 0.25, null, B.TextBaseline_0, 1.43, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike bodyMedium 2021", null, null, null, null); + B.TextStyle_ooA = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_3_400, null, 0.4, null, B.TextBaseline_0, 1.33, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike bodySmall 2021", null, null, null, null); + B.TextStyle_oRX = new A.TextStyle(false, null, null, null, null, null, 14, B.FontWeight_4_500, null, 0.1, null, B.TextBaseline_0, 1.43, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike labelLarge 2021", null, null, null, null); + B.TextStyle_2Vk1 = new A.TextStyle(false, null, null, null, null, null, 12, B.FontWeight_4_500, null, 0.5, null, B.TextBaseline_0, 1.33, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike labelMedium 2021", null, null, null, null); + B.TextStyle_Js3 = new A.TextStyle(false, null, null, null, null, null, 11, B.FontWeight_4_500, null, 0.5, null, B.TextBaseline_0, 1.45, B.TextLeadingDistribution_1, null, null, null, null, null, null, null, "englishLike labelSmall 2021", null, null, null, null); + B.TextTheme_fDq = new A.TextTheme(B.TextStyle_0mX, B.TextStyle_GBZ, B.TextStyle_Y3m, B.TextStyle_aFE, B.TextStyle_WNt, B.TextStyle_Kky, B.TextStyle_kqK, B.TextStyle_Lba, B.TextStyle_ekm, B.TextStyle_Oho, B.TextStyle_gc61, B.TextStyle_ooA, B.TextStyle_oRX, B.TextStyle_2Vk1, B.TextStyle_Js3); B.TextStyle_GEU = new A.TextStyle(false, null, null, null, null, null, 112, B.FontWeight_0_100, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense displayLarge 2014", null, null, null, null); B.TextStyle_0U1 = new A.TextStyle(false, null, null, null, null, null, 56, B.FontWeight_3_400, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense displayMedium 2014", null, null, null, null); B.TextStyle_IgC = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3_400, null, null, null, B.TextBaseline_1, null, null, null, null, null, null, null, null, null, "dense displaySmall 2014", null, null, null, null); @@ -620781,7 +636956,7 @@ B.TextStyle_rdD = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond displaySmall", null, null, null, null); B.TextStyle_7fx = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineLarge", null, null, null, null); B.TextStyle_mxj = new A.TextStyle(true, B.Color_2315255808, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineMedium", null, null, null, null); - B.TextStyle_2Vk1 = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineSmall", null, null, null, null); + B.TextStyle_2Vk2 = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond headlineSmall", null, null, null, null); B.TextStyle_OAI = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond titleLarge", null, null, null, null); B.TextStyle_S7k = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond titleMedium", null, null, null, null); B.TextStyle_06r = new A.TextStyle(true, B.Color_4278190080, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond titleSmall", null, null, null, null); @@ -620791,7 +636966,7 @@ B.TextStyle_SNJ = new A.TextStyle(true, B.Color_3707764736, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond labelLarge", null, null, null, null); B.TextStyle_6d7 = new A.TextStyle(true, B.Color_4278190080, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond labelMedium", null, null, null, null); B.TextStyle_8aB = new A.TextStyle(true, B.Color_4278190080, null, "Segoe UI", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackRedmond labelSmall", null, null, null, null); - B.TextTheme_mDg = new A.TextTheme(B.TextStyle_USZ, B.TextStyle_Fp5, B.TextStyle_rdD, B.TextStyle_7fx, B.TextStyle_mxj, B.TextStyle_2Vk1, B.TextStyle_OAI, B.TextStyle_S7k, B.TextStyle_06r, B.TextStyle_i78, B.TextStyle_869, B.TextStyle_wKq, B.TextStyle_SNJ, B.TextStyle_6d7, B.TextStyle_8aB); + B.TextTheme_mDg = new A.TextTheme(B.TextStyle_USZ, B.TextStyle_Fp5, B.TextStyle_rdD, B.TextStyle_7fx, B.TextStyle_mxj, B.TextStyle_2Vk2, B.TextStyle_OAI, B.TextStyle_S7k, B.TextStyle_06r, B.TextStyle_i78, B.TextStyle_869, B.TextStyle_wKq, B.TextStyle_SNJ, B.TextStyle_6d7, B.TextStyle_8aB); B.TextStyle_Tr4 = new A.TextStyle(false, null, null, null, null, null, 112, B.FontWeight_0_100, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike displayLarge 2014", null, null, null, null); B.TextStyle_OAW = new A.TextStyle(false, null, null, null, null, null, 56, B.FontWeight_3_400, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike displayMedium 2014", null, null, null, null); B.TextStyle_yHZ = new A.TextStyle(false, null, null, null, null, null, 45, B.FontWeight_3_400, null, null, null, B.TextBaseline_0, null, null, null, null, null, null, null, null, null, "englishLike displaySmall 2014", null, null, null, null); @@ -620828,7 +637003,7 @@ B.TextStyle_kMT = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino displayMedium", null, null, null, null); B.TextStyle_chs = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino displaySmall", null, null, null, null); B.TextStyle_ecN = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineLarge", null, null, null, null); - B.TextStyle_2Vk2 = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineMedium", null, null, null, null); + B.TextStyle_2Vk3 = new A.TextStyle(true, B.Color_2315255808, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineMedium", null, null, null, null); B.TextStyle_apI = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino headlineSmall", null, null, null, null); B.TextStyle_Crc = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Display", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino titleLarge", null, null, null, null); B.TextStyle_bmy = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino titleMedium", null, null, null, null); @@ -620839,7 +637014,7 @@ B.TextStyle_Cht = new A.TextStyle(true, B.Color_3707764736, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino labelLarge", null, null, null, null); B.TextStyle_Bzp = new A.TextStyle(true, B.Color_4278190080, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino labelMedium", null, null, null, null); B.TextStyle_m6K = new A.TextStyle(true, B.Color_4278190080, null, ".SF UI Text", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "blackCupertino labelSmall", null, null, null, null); - B.TextTheme_woc = new A.TextTheme(B.TextStyle_PDz, B.TextStyle_kMT, B.TextStyle_chs, B.TextStyle_ecN, B.TextStyle_2Vk2, B.TextStyle_apI, B.TextStyle_Crc, B.TextStyle_bmy, B.TextStyle_9uj, B.TextStyle_q8E, B.TextStyle_mXu, B.TextStyle_a3g, B.TextStyle_Cht, B.TextStyle_Bzp, B.TextStyle_m6K); + B.TextTheme_woc = new A.TextTheme(B.TextStyle_PDz, B.TextStyle_kMT, B.TextStyle_chs, B.TextStyle_ecN, B.TextStyle_2Vk3, B.TextStyle_apI, B.TextStyle_Crc, B.TextStyle_bmy, B.TextStyle_9uj, B.TextStyle_q8E, B.TextStyle_mXu, B.TextStyle_a3g, B.TextStyle_Cht, B.TextStyle_Bzp, B.TextStyle_m6K); B.TextStyle_cdS = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView displayLarge", null, null, null, null); B.TextStyle_yGZ = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView displayMedium", null, null, null, null); B.TextStyle_sQR = new A.TextStyle(true, B.Color_3019898879, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView displaySmall", null, null, null, null); @@ -620857,6 +637032,8 @@ B.TextStyle_goM = new A.TextStyle(true, B.Color_4294967295, null, "Roboto", null, null, null, null, null, null, null, null, null, null, null, null, null, B.TextDecoration_0, null, null, null, "whiteMountainView labelSmall", null, null, null, null); B.TextTheme_yTp = new A.TextTheme(B.TextStyle_cdS, B.TextStyle_yGZ, B.TextStyle_sQR, B.TextStyle_CNV, B.TextStyle_oyn, B.TextStyle_bdS0, B.TextStyle_yzz, B.TextStyle_KBt, B.TextStyle_Tji, B.TextStyle_o0M, B.TextStyle_Aqf, B.TextStyle_u8k, B.TextStyle_omk, B.TextStyle_nFb, B.TextStyle_goM); B.Text_OPN = new A.Text("", null, null, null, null, null, null, null, null, null, null); + B.TextStyle_66S = new A.TextStyle(true, B.MaterialColor_Map_MUpTk_4288585374, null, null, null, null, 16, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null); + B.Text_TVF = new A.Text("enter a url...", null, B.TextStyle_66S, null, null, null, null, null, null, null, null); B.ThemeMode_0 = new A.ThemeMode(0, "system"); B.Offset_j8C = new A.Offset(0.056, 0.024); B.Offset_KIf = new A.Offset(0.108, 0.3085); @@ -620903,7 +637080,6 @@ B.Type_0Jp0 = A.typeLiteral("ExtendSelectionToDocumentBoundaryIntent"); B.Type_0Jp = A.typeLiteral("ExtendSelectionToNextWordBoundaryIntent"); B.Type_23B = A.typeLiteral("ExtendSelectionToLineBreakIntent"); - B.Type_2Vu = A.typeLiteral("TapAndHorizontalDragGestureRecognizer"); B.Type_3dk = A.typeLiteral("ExtendSelectionByCharacterIntent"); B.Type_46c = A.typeLiteral("ScrollToDocumentBoundaryIntent"); B.Type_46y = A.typeLiteral("ExtendSelectionToNextParagraphBoundaryIntent"); @@ -620935,9 +637111,10 @@ B.Type_InsertTabIntent_EKj = A.typeLiteral("InsertTabIntent"); B.Type_Int16List_uXf = A.typeLiteral("Int16List"); B.Type_Int32List_O50 = A.typeLiteral("Int32List"); + B.Type_Int32_Mhf = A.typeLiteral("Int32"); B.Type_Int64_ww8 = A.typeLiteral("Int64"); B.Type_Int8List_ekJ = A.typeLiteral("Int8List"); - B.Type_JSObject_8k0 = A.typeLiteral("JSObject0"); + B.Type_JSObject_8k0 = A.typeLiteral("JSObject"); B.Type_JsonObject_gyf = A.typeLiteral("JsonObject"); B.Type_LabeledGlobalKey_6TW = A.typeLiteral("LabeledGlobalKey>"); B.Type_LayoutFragment_fdh = A.typeLiteral("LayoutFragment"); @@ -620966,7 +637143,7 @@ B.Type_ShapeBorderClipper_QWG = A.typeLiteral("ShapeBorderClipper"); B.Type_Shortcuts_6TW = A.typeLiteral("Shortcuts"); B.Type_StringJsonObject_GAC = A.typeLiteral("StringJsonObject"); - B.Type_TapAndPanGestureRecognizer_C0t = A.typeLiteral("TapAndPanGestureRecognizer"); + B.Type_TapAndPanGestureRecognizer_UV1 = A.typeLiteral("TapAndPanGestureRecognizer"); B.Type_TapGestureRecognizer_62h = A.typeLiteral("TapGestureRecognizer"); B.Type_TapSequenceGestureRecognizer_7F1 = A.typeLiteral("TapSequenceGestureRecognizer"); B.Type_TimeOfDay_JJ0 = A.typeLiteral("TimeOfDay"); @@ -620985,11 +637162,14 @@ B.Type__ModalScopeState_Yap = A.typeLiteral("_ModalScopeState<@>"); B.Type__OverlaySlot_KiL = A.typeLiteral("_OverlaySlot"); B.Type__ThumbPressGestureRecognizer_KUi = A.typeLiteral("_ThumbPressGestureRecognizer"); + B.Type__ThumbPressGestureRecognizer_SP2 = A.typeLiteral("_ThumbPressGestureRecognizer0"); B.Type__TrackTapGestureRecognizer_LjJ = A.typeLiteral("_TrackTapGestureRecognizer"); + B.Type__TrackTapGestureRecognizer_Znl = A.typeLiteral("_TrackTapGestureRecognizer0"); B.Type__UnderlaySlot_e4d = A.typeLiteral("_UnderlaySlot"); B.Type_ejq = A.typeLiteral("ExtendSelectionVerticallyToAdjacentLineIntent"); B.Type_ejq0 = A.typeLiteral("ExtendSelectionVerticallyToAdjacentPageIntent"); B.Type_kr3 = A.typeLiteral("ExpandSelectionToDocumentBoundaryIntent"); + B.Type_m6K = A.typeLiteral("TapAndHorizontalDragGestureRecognizer"); B.Type_mLh = A.typeLiteral("VerticalDragGestureRecognizer"); B.Type_muk = A.typeLiteral("DoNothingAndStopPropagationTextIntent"); B.Type_mya = A.typeLiteral("ExtendSelectionToNextWordBoundaryOrCaretLocationIntent"); @@ -620998,7 +637178,7 @@ B.Type_s4r = A.typeLiteral("ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent"); B.Type_s8I = A.typeLiteral("DoNothingAndStopPropagationIntent"); B.Type_wu8 = A.typeLiteral("DeleteToNextWordBoundaryIntent"); - B.UnderlineInputBorder_7hp = new A.UnderlineInputBorder(B.BorderRadius_tLn3, B.BorderSide_tAf0); + B.UnderlineInputBorder_7hp = new A.UnderlineInputBorder(B.BorderRadius_tLn4, B.BorderSide_tAf1); B.UndoDirection_0 = new A.UndoDirection(0, "undo"); B.UndoDirection_1 = new A.UndoDirection(1, "redo"); B.UndoHistoryValue_false_false = new A.UndoHistoryValue(false, false); @@ -621038,8 +637218,14 @@ B.ValueKey_CrossFadeState_0 = new A.ValueKey(B.CrossFadeState_0, type$.ValueKey_CrossFadeState); B.ValueKey_CrossFadeState_1 = new A.ValueKey(B.CrossFadeState_1, type$.ValueKey_CrossFadeState); B.ValueKey_U86 = new A.ValueKey("time-picker-dial", type$.ValueKey_String); - B.ValueKey_caret_primary = new A.ValueKey("caret_primary", type$.ValueKey_String); - B.VelocityEstimate_MMm = new A.VelocityEstimate(B.Offset_0_0, 0, B.Duration_0, B.Offset_0_0); + B.ValueKey_document_android_caret_handle = new A.ValueKey("document_android_caret_handle", type$.ValueKey_String); + B.ValueKey_document_caret = new A.ValueKey("document_caret", type$.ValueKey_String); + B.ValueKey_document_downstream_handle = new A.ValueKey("document_downstream_handle", type$.ValueKey_String); + B.ValueKey_document_magnifier = new A.ValueKey("document_magnifier", type$.ValueKey_String); + B.ValueKey_document_mobile_toolbar = new A.ValueKey("document_mobile_toolbar", type$.ValueKey_String); + B.ValueKey_document_upstream_handle = new A.ValueKey("document_upstream_handle", type$.ValueKey_String); + B.VelocityEstimate_MMm0 = new A.VelocityEstimate(B.Offset_0_0, 0, B.Duration_0, B.Offset_0_0); + B.VelocityEstimate_MMm = new A.VelocityEstimate(B.Offset_0_0, 1, B.Duration_0, B.Offset_0_0); B.VerticalDirection_0 = new A.VerticalDirection(0, "up"); B.VerticalDirection_1 = new A.VerticalDirection(1, "down"); B.ViewMeasuredSizes_0_0_0_0 = new A.ViewMeasuredSizes(0, 0, 0, 0); @@ -621234,6 +637420,7 @@ B._HorizontalJustification_2 = new A._HorizontalJustification(2, "rightDrawArea"); B._HorizontalJustification_3 = new A._HorizontalJustification(3, "right"); B._HourDialType_0 = new A._HourDialType(0, "twentyFourHour"); + B._HourDialType_1 = new A._HourDialType(1, "twentyFourHourDoubleRing"); B._HourDialType_2 = new A._HourDialType(2, "twelveHour"); B._IconButtonVariant_0 = new A._IconButtonVariant(0, "standard"); B._IndicatorType_0 = new A._IndicatorType(0, "material"); @@ -621245,6 +637432,7 @@ B._LayoutMode_1 = new A._LayoutMode(1, "nested"); B._LicenseEntryWithLineBreaksParserState_0 = new A._LicenseEntryWithLineBreaksParserState(0, "beforeParagraph"); B._LicenseEntryWithLineBreaksParserState_1 = new A._LicenseEntryWithLineBreaksParserState(1, "inParagraph"); + B._LinearTextScaler_1 = new A._LinearTextScaler(1); B._MdiIconData_14x = new A._MdiIconData(990027, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_2C72 = new A._MdiIconData(983356, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_2C70 = new A._MdiIconData(984889, "Material Design Icons", "material_design_icons_flutter", false); @@ -621346,19 +637534,21 @@ B._MdiIconData_yvL = new A._MdiIconData(983829, "Material Design Icons", "material_design_icons_flutter", false); B._MediaQueryAspect_0 = new A._MediaQueryAspect(0, "size"); B._MediaQueryAspect_1 = new A._MediaQueryAspect(1, "orientation"); - B._MediaQueryAspect_10 = new A._MediaQueryAspect(10, "accessibleNavigation"); - B._MediaQueryAspect_11 = new A._MediaQueryAspect(11, "invertColors"); - B._MediaQueryAspect_12 = new A._MediaQueryAspect(12, "highContrast"); - B._MediaQueryAspect_14 = new A._MediaQueryAspect(14, "boldText"); - B._MediaQueryAspect_15 = new A._MediaQueryAspect(15, "navigationMode"); - B._MediaQueryAspect_16 = new A._MediaQueryAspect(16, "gestureSettings"); + B._MediaQueryAspect_10 = new A._MediaQueryAspect(10, "alwaysUse24HourFormat"); + B._MediaQueryAspect_11 = new A._MediaQueryAspect(11, "accessibleNavigation"); + B._MediaQueryAspect_12 = new A._MediaQueryAspect(12, "invertColors"); + B._MediaQueryAspect_13 = new A._MediaQueryAspect(13, "highContrast"); + B._MediaQueryAspect_14 = new A._MediaQueryAspect(14, "onOffSwitchLabels"); + B._MediaQueryAspect_16 = new A._MediaQueryAspect(16, "boldText"); + B._MediaQueryAspect_17 = new A._MediaQueryAspect(17, "navigationMode"); + B._MediaQueryAspect_18 = new A._MediaQueryAspect(18, "gestureSettings"); B._MediaQueryAspect_2 = new A._MediaQueryAspect(2, "devicePixelRatio"); B._MediaQueryAspect_3 = new A._MediaQueryAspect(3, "textScaleFactor"); - B._MediaQueryAspect_4 = new A._MediaQueryAspect(4, "platformBrightness"); - B._MediaQueryAspect_5 = new A._MediaQueryAspect(5, "padding"); - B._MediaQueryAspect_6 = new A._MediaQueryAspect(6, "viewInsets"); - B._MediaQueryAspect_8 = new A._MediaQueryAspect(8, "viewPadding"); - B._MediaQueryAspect_9 = new A._MediaQueryAspect(9, "alwaysUse24HourFormat"); + B._MediaQueryAspect_4 = new A._MediaQueryAspect(4, "textScaler"); + B._MediaQueryAspect_5 = new A._MediaQueryAspect(5, "platformBrightness"); + B._MediaQueryAspect_6 = new A._MediaQueryAspect(6, "padding"); + B._MediaQueryAspect_7 = new A._MediaQueryAspect(7, "viewInsets"); + B._MediaQueryAspect_9 = new A._MediaQueryAspect(9, "viewPadding"); B._MissingCase_0 = new A._MissingCase(0, "value"); B._MixedEdgeInsets_QWq = new A._MixedEdgeInsets(1 / 0, 1 / 0, 1 / 0, 1 / 0, 1 / 0, 1 / 0); B._ModifierSidePair_ModifierKey_0_KeyboardSide_0 = new A._ModifierSidePair(B.ModifierKey_0, B.KeyboardSide_0); @@ -621392,9 +637582,6 @@ B._PixelVerticalDirection_0 = new A._PixelVerticalDirection(0, "over"); B._PixelVerticalDirection_1 = new A._PixelVerticalDirection(1, "center"); B._PixelVerticalDirection_2 = new A._PixelVerticalDirection(2, "under"); - B._PlaceholderType_0 = new A._PlaceholderType(0, "none"); - B._PlaceholderType_1 = new A._PlaceholderType(1, "static"); - B._PlaceholderType_2 = new A._PlaceholderType(2, "progress"); B._RadioType_0 = new A._RadioType(0, "material"); B._RadioType_00 = new A._RadioType0(0, "material"); B._RefreshIndicatorMode_0 = new A._RefreshIndicatorMode(0, "drag"); @@ -621509,7 +637696,7 @@ $._initializationState = B.DebugEngineInitializationState_0; $._assetManager = null; $.KeyboardBinding__instance = null; - $.MouseCursor__instance = null; + $.NotoFont__index = 0; $.scheduleFrameCallback = null; $.pluginMessageCallHandler = null; $.PointerBinding__instance = null; @@ -621566,6 +637753,8 @@ $.Uri__cachedBaseString = ""; $.Uri__cachedBaseUri = null; $._extensions = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Future_ServiceExtensionResponse_Function_2_String_and_Map_String_String); + $._taskId = 1; + $._eventNameToCount = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.int); $._FakeUserTag__instances = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("_FakeUserTag")); $.Timeline__stack = A._setArrayType([], A.findType("JSArray<_SyncBlock?>")); $._FileResourceInfo_openFiles = A.LinkedHashMap_LinkedHashMap$_empty(type$.int, A.findType("_FileResourceInfo")); @@ -621585,7 +637774,6 @@ $.FlutterError_presentError = A.assertions_FlutterError_dumpErrorToConsole$closure(); $.FlutterError__errorCount = 0; $.FlutterError__stackFilters = A._setArrayType([], A.findType("JSArray")); - $.BindingBase_debugReassembleConfig = null; $.debugBrightnessOverride = null; $.activeDevToolsServerAddress = null; $.connectedVmServiceUri = null; @@ -621682,9 +637870,11 @@ $._contextSet = A._setArrayType([], A.findType("JSArray")); $.injectedModels = A.LinkedHashSet_LinkedHashSet$_empty(A.findType("ReactiveModelImp<@>")); $.ReactiveStatelessWidget_addToObs = null; - $.defaultComponentBuilders = A._setArrayType([B.C_BlockquoteComponentBuilder, B.C_ParagraphComponentBuilder, B.C_ListItemComponentBuilder, B.C_ImageComponentBuilder, B.C_HorizontalRuleComponentBuilder], type$.JSArray_ComponentBuilder); - $.defaultKeyboardActions = A._setArrayType([A.document_keyboard_actions__toggleInteractionModeWhenCmdOrCtrlPressed$closure(), A.document_keyboard_actions__doNothingWhenThereIsNoSelection$closure(), A.document_keyboard_actions__pasteWhenCmdVIsPressed$closure(), A.document_keyboard_actions__copyWhenCmdCIsPressed$closure(), A.document_keyboard_actions__cutWhenCmdXIsPressed$closure(), A.document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure(), A.document_keyboard_actions__selectAllWhenCmdAIsPressed$closure(), A.document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure(), A.document_keyboard_actions__moveToLineStartWithHome$closure(), A.document_keyboard_actions__moveToLineEndWithEnd$closure(), A.list_items__tabToIndentListItem$closure(), A.list_items__shiftTabToUnIndentListItem$closure(), A.list_items__backspaceToUnIndentListItem$closure(), A.paragraph0__backspaceToClearParagraphBlockType$closure(), A.document_keyboard_actions__cmdBToToggleBold$closure(), A.document_keyboard_actions__cmdIToToggleItalics$closure(), A.text__shiftEnterToInsertNewlineInBlock$closure(), A.tasks__enterToInsertNewTask$closure(), A.paragraph0__enterToInsertBlockNewline$closure(), A.document_keyboard_actions__backspaceToRemoveUpstreamContent$closure(), A.text__deleteToRemoveDownstreamContent$closure(), A.document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure(), A.document_keyboard_actions__deleteLineWithCmdBksp$closure(), A.document_keyboard_actions__deleteWordWithAltBksp$closure(), A.document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure(), A.paragraph0__anyCharacterToInsertInParagraph$closure(), A.text__anyCharacterToInsertInTextContent$closure()], A.findType("JSArray")); - $.defaultImeKeyboardActions = A._setArrayType([A.document_keyboard_actions__toggleInteractionModeWhenCmdOrCtrlPressed$closure(), A.document_keyboard_actions__doNothingWhenThereIsNoSelection$closure(), A.document_keyboard_actions__pasteWhenCmdVIsPressed$closure(), A.document_keyboard_actions__copyWhenCmdCIsPressed$closure(), A.document_keyboard_actions__cutWhenCmdXIsPressed$closure(), A.document_keyboard_actions__selectAllWhenCmdAIsPressed$closure(), A.document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure(), A.document_keyboard_actions__moveToLineStartWithHome$closure(), A.document_keyboard_actions__moveToLineEndWithEnd$closure(), A.tasks__enterToInsertNewTask$closure(), A.paragraph0__enterToInsertBlockNewline$closure(), A.list_items__tabToIndentListItem$closure(), A.list_items__shiftTabToUnIndentListItem$closure(), A.list_items__backspaceToUnIndentListItem$closure(), A.paragraph0__backspaceToClearParagraphBlockType$closure(), A.document_keyboard_actions__cmdBToToggleBold$closure(), A.document_keyboard_actions__cmdIToToggleItalics$closure(), A.text__shiftEnterToInsertNewlineInBlock$closure(), A.document_keyboard_actions__backspaceToRemoveUpstreamContent$closure(), A.text__deleteToRemoveDownstreamContent$closure()], A.findType("JSArray")); + $.defaultKeyboardActions = A._setArrayType([A.document_keyboard_actions__toggleInteractionModeWhenCmdOrCtrlPressed$closure(), A.document_keyboard_actions__doNothingWhenThereIsNoSelection$closure(), A.document_keyboard_actions__scrollOnPageUpKeyPress$closure(), A.document_keyboard_actions__scrollOnPageDownKeyPress$closure(), A.document_keyboard_actions__scrollOnCtrlOrCmdAndHomeKeyPress$closure(), A.document_keyboard_actions__scrollOnCtrlOrCmdAndEndKeyPress$closure(), A.document_keyboard_actions__pasteWhenCmdVIsPressed$closure(), A.document_keyboard_actions__copyWhenCmdCIsPressed$closure(), A.document_keyboard_actions__cutWhenCmdXIsPressed$closure(), A.document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure(), A.document_keyboard_actions__selectAllWhenCmdAIsPressed$closure(), A.document_keyboard_actions__moveLeftAndRightWithArrowKeys$closure(), A.document_keyboard_actions__moveUpAndDownWithArrowKeys$closure(), A.document_keyboard_actions__moveToLineStartWithHome$closure(), A.document_keyboard_actions__moveToLineEndWithEnd$closure(), A.list_items__tabToIndentListItem$closure(), A.list_items__shiftTabToUnIndentListItem$closure(), A.list_items__backspaceToUnIndentListItem$closure(), A.tasks__backspaceToConvertTaskToParagraph$closure(), A.paragraph0__backspaceToClearParagraphBlockType$closure(), A.document_keyboard_actions__cmdBToToggleBold$closure(), A.document_keyboard_actions__cmdIToToggleItalics$closure(), A.text__shiftEnterToInsertNewlineInBlock$closure(), A.tasks__enterToInsertNewTask$closure(), A.paragraph0__enterToInsertBlockNewline$closure(), A.document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure(), A.document_keyboard_actions__deleteToStartOfLineWithCmdBackspaceOnMac$closure(), A.document_keyboard_actions__deleteWordUpstreamWithAltBackspaceOnMac$closure(), A.document_keyboard_actions__deleteWordUpstreamWithControlBackspaceOnWindowsAndLinux$closure(), A.document_keyboard_actions__deleteUpstreamContentWithBackspace$closure(), A.document_keyboard_actions__deleteToEndOfLineWithCmdDeleteOnMac$closure(), A.document_keyboard_actions__deleteWordDownstreamWithAltDeleteOnMac$closure(), A.document_keyboard_actions__deleteWordDownstreamWithControlDeleteOnWindowsAndLinux$closure(), A.text__deleteDownstreamContentWithDelete$closure(), A.document_keyboard_actions__blockControlKeys$closure(), A.document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure(), A.paragraph0__anyCharacterToInsertInParagraph$closure(), A.text__anyCharacterToInsertInTextContent$closure()], type$.JSArray_of_ExecutionInstruction_Function_$named_$req_editContext_SuperEditorContext_and_$req_keyEvent_RawKeyEvent); + $.defaultImeKeyboardActions = A._setArrayType([A.document_keyboard_actions__toggleInteractionModeWhenCmdOrCtrlPressed$closure(), A.document_keyboard_actions__pasteWhenCmdVIsPressed$closure(), A.document_keyboard_actions__copyWhenCmdCIsPressed$closure(), A.document_keyboard_actions__cutWhenCmdXIsPressed$closure(), A.document_keyboard_actions__selectAllWhenCmdAIsPressed$closure(), A.document_keyboard_actions__cmdBToToggleBold$closure(), A.document_keyboard_actions__cmdIToToggleItalics$closure(), A.paragraph0__doNothingWithBackspaceOnWeb$closure(), A.tasks__backspaceToConvertTaskToParagraph$closure(), A.list_items__backspaceToUnIndentListItem$closure(), A.paragraph0__backspaceToClearParagraphBlockType$closure(), A.document_keyboard_actions__deleteDownstreamCharacterWithCtrlDeleteOnMac$closure(), A.document_keyboard_actions__scrollOnCtrlOrCmdAndHomeKeyPress$closure(), A.document_keyboard_actions__scrollOnCtrlOrCmdAndEndKeyPress$closure(), A.text__shiftEnterToInsertNewlineInBlock$closure(), A.document_keyboard_actions__deleteToEndOfLineWithCmdDeleteOnMac$closure(), A.document_keyboard_actions__sendKeyEventToMacOs$closure(), A.document_keyboard_actions__doNothingWhenThereIsNoSelection$closure(), A.document_keyboard_actions__scrollOnPageUpKeyPress$closure(), A.document_keyboard_actions__scrollOnPageDownKeyPress$closure(), A.document_keyboard_actions__moveUpAndDownWithArrowKeys$closure(), A.document_keyboard_actions__doNothingWithLeftRightArrowKeysAtMiddleOfTextOnWeb$closure(), A.document_keyboard_actions__moveLeftAndRightWithArrowKeys$closure(), A.document_keyboard_actions__moveToLineStartWithHome$closure(), A.document_keyboard_actions__moveToLineEndWithEnd$closure(), A.paragraph0__doNothingWithEnterOnWeb$closure(), A.tasks__enterToInsertNewTask$closure(), A.paragraph0__enterToInsertBlockNewline$closure(), A.list_items__tabToIndentListItem$closure(), A.list_items__shiftTabToUnIndentListItem$closure(), A.document_keyboard_actions__deleteToStartOfLineWithCmdBackspaceOnMac$closure(), A.document_keyboard_actions__deleteWordUpstreamWithAltBackspaceOnMac$closure(), A.document_keyboard_actions__deleteWordUpstreamWithControlBackspaceOnWindowsAndLinux$closure(), A.document_keyboard_actions__deleteUpstreamContentWithBackspace$closure(), A.document_keyboard_actions__deleteWordDownstreamWithAltDeleteOnMac$closure(), A.document_keyboard_actions__deleteWordDownstreamWithControlDeleteOnWindowsAndLinux$closure(), A.paragraph0__doNothingWithDeleteOnWeb$closure(), A.text__deleteDownstreamContentWithDelete$closure()], type$.JSArray_of_ExecutionInstruction_Function_$named_$req_editContext_SuperEditorContext_and_$req_keyEvent_RawKeyEvent); + $.ContentLayersElement__realOnBuildScheduled = null; + $.ContentLayersElement__onBuildListeners = A.LinkedHashSet_LinkedHashSet$_empty(type$.void_Function); + $.GroupedOverlayPortalController__isReworkingOrder = false; $.UrlLauncher__instance = null; $.LinkViewController__instances = A.LinkedHashMap_LinkedHashMap$_empty(type$.int, A.findType("LinkViewController")); $.Matrix4__decomposeV = null; @@ -621734,10 +637924,6 @@ var _s8_ = "FillType"; return A._setArrayType([A.getProperty(A.getProperty(A.canvasKit(), _s8_), "Winding"), A.getProperty(A.getProperty(A.canvasKit(), _s8_), "EvenOdd")], type$.JSArray_JavaScriptObject); }); - _lazyFinal($, "_skPathOps", "$get$_skPathOps", () => { - var _s6_ = "PathOp"; - return A._setArrayType([A.getProperty(A.getProperty(A.canvasKit(), _s6_), "Difference"), A.getProperty(A.getProperty(A.canvasKit(), _s6_), "Intersect"), A.getProperty(A.getProperty(A.canvasKit(), _s6_), "Union"), A.getProperty(A.getProperty(A.canvasKit(), _s6_), "XOR"), A.getProperty(A.getProperty(A.canvasKit(), _s6_), "ReverseDifference")], type$.JSArray_JavaScriptObject); - }); _lazyFinal($, "_skBlurStyles", "$get$_skBlurStyles", () => { var _s9_ = "BlurStyle"; return A._setArrayType([A.getProperty(A.getProperty(A.canvasKit(), _s9_), "Normal"), A.getProperty(A.getProperty(A.canvasKit(), _s9_), "Solid"), A.getProperty(A.getProperty(A.canvasKit(), _s9_), "Outer"), A.getProperty(A.getProperty(A.canvasKit(), _s9_), "Inner")], type$.JSArray_JavaScriptObject); @@ -621803,9 +637989,9 @@ _lazyFinal($, "_invertColorMatrix", "$get$_invertColorMatrix", () => A.NativeFloat32List_NativeFloat32List$fromList(B.List_zZ5)); _lazyFinal($, "_invertColorFilter", "$get$_invertColorFilter", () => A.ManagedSkColorFilter$(A.CkMatrixColorFilter$($.$get$_invertColorMatrix()))); _lazyFinal($, "_ckRequiresClientICU", "$get$_ckRequiresClientICU", () => A.SkParagraphBuilderNamespaceExtension_RequiresClientICU(A.getProperty(A.canvasKit(), "ParagraphBuilder"))); - _lazyFinal($, "CkParagraphBuilder__defaultTextForeground", "$get$CkParagraphBuilder__defaultTextForeground", () => A._callConstructorUnchecked0(A._getPropertyTrustType(A._getPropertyTrustType(A._getPropertyTrustType(A.globalThis(), "window"), "flutterCanvasKit"), "Paint"))); + _lazyFinal($, "CkParagraphBuilder__defaultTextForeground", "$get$CkParagraphBuilder__defaultTextForeground", () => A._callConstructorUnchecked0(A._getPropertyTrustType(A._getPropertyTrustType(A._getPropertyTrustType(A.staticInteropGlobalContext(), "window"), "flutterCanvasKit"), "Paint"))); _lazyFinal($, "CkParagraphBuilder__defaultTextBackground", "$get$CkParagraphBuilder__defaultTextBackground", () => { - var t1 = A._callConstructorUnchecked0(A._getPropertyTrustType(A._getPropertyTrustType(A._getPropertyTrustType(A.globalThis(), "window"), "flutterCanvasKit"), "Paint")); + var t1 = A._callConstructorUnchecked0(A._getPropertyTrustType(A._getPropertyTrustType(A._getPropertyTrustType(A.staticInteropGlobalContext(), "window"), "flutterCanvasKit"), "Paint")); A.SkPaintExtension_setColorInt(t1, 0); return t1; }); @@ -621818,6 +638004,16 @@ }); _lazyFinal($, "_intlSegmenters", "$get$_intlSegmenters", () => A.LinkedHashMap_LinkedHashMap$_literal([B.IntlSegmenterGranularity_0, A.createIntlSegmenter("grapheme"), B.IntlSegmenterGranularity_1, A.createIntlSegmenter("word")], A.findType("IntlSegmenterGranularity"), type$.JavaScriptObject)); _lazyFinal($, "_v8LineBreaker", "$get$_v8LineBreaker", () => A.createV8BreakIterator()); + _lazyFinal($, "EngineFlutterDisplay__instance", "$get$EngineFlutterDisplay__instance", () => { + var t2, + t1 = A.getProperty(self.window, "screen"); + t1 = t1 == null ? null : A.getProperty(t1, "width"); + if (t1 == null) + t1 = 0; + t2 = A.getProperty(self.window, "screen"); + t2 = t2 == null ? null : A.getProperty(t2, "height"); + return new A.EngineFlutterDisplay(0, A.Size$(t1, t2 == null ? 0 : t2)); + }); _lazyFinal($, "_ttPolicy", "$get$_ttPolicy", () => { var t1 = A.getProperty(self.window, "trustedTypes"); t1.toString; @@ -621837,11 +638033,6 @@ _lazyFinal($, "VertexShaders_vertexIndicesForRect", "$get$VertexShaders_vertexIndicesForRect", () => A.NativeUint16List_NativeUint16List$fromList(A._setArrayType([0, 1, 2, 2, 3, 0], type$.JSArray_int))); _lazyFinal($, "_supportsDecode", "$get$_supportsDecode", () => A.getJsProperty(A.getJsProperty(A.getJsProperty(self.window, "Image"), "prototype"), "decode") != null); _lazyFinal($, "_avifSignature", "$get$_avifSignature", () => A.CodeUnits$("ftyp")); - _lazyFinal($, "platformViewManager", "$get$platformViewManager", () => { - var t1 = type$.String, - t2 = type$.int; - return new A.PlatformViewManager(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Function), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.JavaScriptObject), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t1)); - }); _lazyFinal($, "_kLogicalAltLeft", "$get$_kLogicalAltLeft", () => 8589934852); _lazyFinal($, "_kLogicalAltRight", "$get$_kLogicalAltRight", () => 8589934853); _lazyFinal($, "_kLogicalControlLeft", "$get$_kLogicalControlLeft", () => 8589934848); @@ -621859,26 +638050,35 @@ _lazyFinal($, "_kPhysicalMetaLeft", "$get$_kPhysicalMetaLeft", () => 458979); _lazyFinal($, "_kPhysicalMetaRight", "$get$_kPhysicalMetaRight", () => 458983); _lazyFinal($, "_kLogicalKeyToModifierGetter", "$get$_kLogicalKeyToModifierGetter", () => A.LinkedHashMap_LinkedHashMap$_literal([$.$get$_kLogicalAltLeft(), new A._kLogicalKeyToModifierGetter_closure(), $.$get$_kLogicalAltRight(), new A._kLogicalKeyToModifierGetter_closure0(), $.$get$_kLogicalControlLeft(), new A._kLogicalKeyToModifierGetter_closure1(), $.$get$_kLogicalControlRight(), new A._kLogicalKeyToModifierGetter_closure2(), $.$get$_kLogicalShiftLeft(), new A._kLogicalKeyToModifierGetter_closure3(), $.$get$_kLogicalShiftRight(), new A._kLogicalKeyToModifierGetter_closure4(), $.$get$_kLogicalMetaLeft(), new A._kLogicalKeyToModifierGetter_closure5(), $.$get$_kLogicalMetaRight(), new A._kLogicalKeyToModifierGetter_closure6()], type$.int, A.findType("bool(FlutterHtmlKeyboardEvent)"))); - _lazyFinal($, "_kCharPipe", "$get$_kCharPipe", () => 124); - _lazyFinal($, "_kCharSemicolon", "$get$_kCharSemicolon", () => 59); + _lazyFinal($, "preventDefaultListener", "$get$preventDefaultListener", () => A.createDomEventListener(new A.preventDefaultListener_closure())); _lazy($, "HighContrastSupport_instance", "$get$HighContrastSupport_instance", () => new A.HighContrastSupport(A._setArrayType([], A.findType("JSArray<~(bool)>")), A.DomWindowExtension_matchMedia(self.window, "(forced-colors: active)"))); _lazyFinal($, "EnginePlatformDispatcher__instance", "$get$EnginePlatformDispatcher__instance", () => { - var t1 = A.EnginePlatformDispatcher_parseBrowserLanguages(), + var t3, + t1 = A.EnginePlatformDispatcher_parseBrowserLanguages(), t2 = A.findBrowserTextScaleFactor(), builder = A.EngineAccessibilityFeaturesBuilder$(0); if (A.DomMediaQueryListExtension_get_matches($.$get$HighContrastSupport_instance()._highContrastMediaQuery)) builder.set$highContrast(true); t1 = A.PlatformConfiguration$(builder.build$0(), false, "/", t1, B.Brightness_1, false, null, t2); - t2 = A.DomWindowExtension_matchMedia(self.window, "(prefers-color-scheme: dark)"); + t2 = A._setArrayType([$.$get$EngineFlutterDisplay__instance()], A.findType("JSArray")); + t3 = A.DomWindowExtension_matchMedia(self.window, "(prefers-color-scheme: dark)"); A.createSentinel(); - t2 = new A.EnginePlatformDispatcher(t1, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, A.findType("FlutterView")), A.LinkedHashMap_LinkedHashMap$_empty(type$.Object, A.findType("ViewConfiguration0")), t2, B.C__RootZone); - t2._addBrightnessMediaQueryListener$0(); - $.$get$HighContrastSupport_instance().addListener$1(0, t2.get$_updateHighContrast()); - t2._addFontSizeObserver$0(); - t2._addLocaleChangedListener$0(); - A.registerHotRestartListener(t2.get$dispose()); - t2.sendPlatformMessage$3("flutter/lifecycle", B.NativeByteBuffer_methods.asByteData$0(A.NativeUint8List_NativeUint8List$fromList(B.C_Utf8Codec.encode$1(B.AppLifecycleState_1._enumToString$0())).buffer), null); - return t2; + t3 = new A.EnginePlatformDispatcher(t1, t2, A.LinkedHashMap_LinkedHashMap$_empty(type$.int, A.findType("FlutterView")), A.LinkedHashMap_LinkedHashMap$_empty(type$.Object, A.findType("ViewConfiguration0")), t3, B.C__RootZone); + t3._addBrightnessMediaQueryListener$0(); + $.$get$HighContrastSupport_instance().addListener$1(0, t3.get$_updateHighContrast()); + t3._addFontSizeObserver$0(); + t3._addLocaleChangedListener$0(); + A.registerHotRestartListener(t3.get$dispose()); + t3.sendPlatformMessage$3("flutter/lifecycle", A.ByteData_ByteData$sublistView(B.C_Utf8Encoder.convert$1(B.AppLifecycleState_1._enumToString$0())), null); + return t3; + }); + _lazyFinal($, "PlatformViewManager_instance", "$get$PlatformViewManager_instance", () => { + var t1 = type$.String, + t2 = type$.int; + t1 = new A.PlatformViewManager(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Function), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.JavaScriptObject), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t1)); + t1.registerFactory$2("_default_document_create_element_visible", A._engine___defaultFactory$closure()); + t1.registerFactory$3$isVisible("_default_document_create_element_invisible", A._engine___defaultFactory$closure(), false); + return t1; }); _lazy($, "SafariPointerEventWorkaround_instance", "$get$SafariPointerEventWorkaround_instance", () => new A.SafariPointerEventWorkaround()); _lazy($, "_frameTimingsLastSubmitTime", "$get$_frameTimingsLastSubmitTime", () => A._nowMicros()); @@ -621918,7 +638118,7 @@ _lazyFinal($, "_tempPointData", "$get$_tempPointData", () => A.NativeFloat32List_NativeFloat32List(16)); _lazyFinal($, "_tempPointMatrix", "$get$_tempPointMatrix", () => A.Matrix4$fromFloat32List($.$get$_tempPointData())); _lazy($, "printWarning", "$get$printWarning", () => A.DomConsoleExtension_get_warn(A.getProperty(self.window, "console"))); - _lazyFinal($, "window", "$get$window", () => A.EngineSingletonFlutterWindow$(0, $.$get$EnginePlatformDispatcher__instance())); + _lazyFinal($, "window0", "$get$window", () => A.EngineFlutterWindow$(0, $.$get$EnginePlatformDispatcher__instance())); _lazyFinal($, "DART_CLOSURE_PROPERTY_NAME", "$get$DART_CLOSURE_PROPERTY_NAME", () => A.getIsolateAffinityTag("_$dart_dartClosure")); _lazyFinal($, "_CopyingBytesBuilder__emptyList", "$get$_CopyingBytesBuilder__emptyList", () => A.NativeUint8List_NativeUint8List(0)); _lazyFinal($, "nullFuture", "$get$nullFuture", () => B.C__RootZone.run$1(new A.nullFuture_closure())); @@ -621987,7 +638187,6 @@ _lazy($, "_BigIntImpl__parseRE", "$get$_BigIntImpl__parseRE", () => A.RegExp_RegExp("^\\s*([+-]?)((0x[a-f0-9]+)|(\\d+)|([a-z0-9]+))\\s*$", false, false, false, false)); _lazyFinal($, "_Uri__isWindowsCached", "$get$_Uri__isWindowsCached", () => typeof process != "undefined" && Object.prototype.toString.call(process) == "[object process]" && process.platform == "win32"); _lazyFinal($, "_Uri__needsNoEncoding", "$get$_Uri__needsNoEncoding", () => A.RegExp_RegExp("^[\\-\\.0-9A-Z_a-z~]*$", true, false, false, false)); - _lazy($, "_hasErrorStackProperty", "$get$_hasErrorStackProperty", () => new Error().stack != void 0); _lazyFinal($, "DateTime__parseFormat", "$get$DateTime__parseFormat", () => A.RegExp_RegExp("^([+-]?\\d{4,6})-?(\\d\\d)-?(\\d\\d)(?:[ T](\\d\\d)(?::?(\\d\\d)(?::?(\\d\\d)(?:[.,](\\d+))?)?)?( ?[zZ]| ?([-+])(\\d\\d)(?::?(\\d\\d))?)?)?$", true, false, false, false)); _lazyFinal($, "_hashSeed", "$get$_hashSeed", () => A.objectHashCode(B.Type_Object_xQ6)); _lazyFinal($, "Stopwatch__frequency", "$get$Stopwatch__frequency", () => { @@ -622039,6 +638238,7 @@ _lazyFinal($, "_dartProxyCtor", "$get$_dartProxyCtor", () => function DartObject(o) { this.o = o; }); + _lazyFinal($, "_jsBoxedDartObjectProperty", "$get$_jsBoxedDartObjectProperty", () => Symbol("jsBoxedDartObjectProperty")); _lazyFinal($, "Endian_host", "$get$Endian_host", () => A.NativeByteData_NativeByteData$view(A.NativeUint16List_NativeUint16List$fromList(A._setArrayType([1], type$.JSArray_int)).buffer, 0, null).getInt8(0) === 1 ? B.C_Endian : B.C_Endian0); _lazyFinal($, "channelBuffers", "$get$channelBuffers", () => new A.ChannelBuffers(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("_Channel")))); _lazy($, "_realDefaultUrlStrategy", "$get$_realDefaultUrlStrategy", () => B.C_HashUrlStrategy); @@ -622046,8 +638246,8 @@ _lazyFinal($, "_StaticTree_staticLDesc", "$get$_StaticTree_staticLDesc", () => A._StaticTree$(B.List_U0a, B.List_WRq, 257, 286, 15)); _lazyFinal($, "_StaticTree_staticDDesc", "$get$_StaticTree_staticDDesc", () => A._StaticTree$(B.List_Oho0, B.List_SHm, 0, 30, 15)); _lazyFinal($, "_StaticTree_staticBlDesc", "$get$_StaticTree_staticBlDesc", () => A._StaticTree$(null, B.List_QLv0, 0, 19, 7)); - _lazyFinal($, "_log", "$get$_log0", () => $.$get$attributionsLog()); - _lazyFinal($, "_log0", "$get$_log", () => $.$get$attributionsLog()); + _lazyFinal($, "_log", "$get$_log", () => $.$get$attributionsLog()); + _lazyFinal($, "_log0", "$get$_log9", () => $.$get$attributionsLog()); _lazyFinal($, "attributionsLog", "$get$attributionsLog", () => A.Logger_Logger("attributions")); _lazyFinal($, "isSoundMode", "$get$isSoundMode", () => !type$.List_int._is(A._setArrayType([], type$.JSArray_nullable_int))); _lazy($, "newBuiltValueToStringHelper", "$get$newBuiltValueToStringHelper", () => new A.newBuiltValueToStringHelper_closure()); @@ -622067,7 +638267,6 @@ _lazyFinal($, "_clockKey", "$get$_clockKey", () => new A.Object()); _lazyFinal($, "DesktopDrop_instance", "$get$DesktopDrop_instance", () => new A.DesktopDrop(A.LinkedHashSet_LinkedHashSet$_empty(A.findType("~(DropEvent)")))); _lazyFinal($, "DeviceInfoPlatform__token", "$get$DeviceInfoPlatform__token", () => new A.Object()); - _lazyFinal($, "_systemTempCounter", "$get$_systemTempCounter", () => A.Expando$(type$.int)); _lazyFinal($, "FilePickerWeb_platform", "$get$FilePickerWeb_platform", () => { var target, targetElement, t2, t1 = new A.FilePickerWeb(); @@ -622114,6 +638313,8 @@ _lazyFinal($, "_debugPrintStopwatch", "$get$_debugPrintStopwatch", () => A.Stopwatch$()); _lazyFinal($, "WriteBuffer__zeroBuffer", "$get$WriteBuffer__zeroBuffer", () => A.NativeUint8List_NativeUint8List(8)); _lazyFinal($, "StackFrame__webNonDebugFramePattern", "$get$StackFrame__webNonDebugFramePattern", () => A.RegExp_RegExp("^\\s*at ([^\\s]+).*$", true, false, false, false)); + _lazyFinal($, "kDefaultIconLightColor", "$get$kDefaultIconLightColor", () => A.Color$(4294967295)); + _lazyFinal($, "kDefaultIconDarkColor", "$get$kDefaultIconDarkColor", () => A.Color$(3707764736)); _lazyFinal($, "DataTable__headingRowKey", "$get$DataTable__headingRowKey", () => A.UniqueKey$()); _lazyFinal($, "_SortArrowState__turnTween", "$get$_SortArrowState__turnTween", () => A.Tween$(0, 3.141592653589793, type$.double).chain$1(A.CurveTween$(B.Cubic_JUR0))); _lazyFinal($, "desktopTextSelectionHandleControls", "$get$desktopTextSelectionHandleControls", () => new A._DesktopTextSelectionHandleControls()); @@ -622161,11 +638362,6 @@ }); _lazyFinal($, "_SemanticsGeometry__temporaryTransformHolder", "$get$_SemanticsGeometry__temporaryTransformHolder", () => A.Matrix4$zero()); _lazyFinal($, "RenderParagraph__placeholderCharacter", "$get$RenderParagraph__placeholderCharacter", () => A.String_String$fromCharCode(65532)); - _lazyFinal($, "_transparentPaint", "$get$_transparentPaint", () => { - var t1 = A.Paint_Paint(); - t1.set$color(0, B.Color_0); - return t1; - }); _lazyFinal($, "_kUnblockedUserActions", "$get$_kUnblockedUserActions", () => 98304); _lazyFinal($, "SemanticsNode__kEmptyConfig", "$get$SemanticsNode__kEmptyConfig", () => A.SemanticsConfiguration$()); _lazyFinal($, "SemanticsNode__kEmptyChildList", "$get$SemanticsNode__kEmptyChildList", () => A.NativeInt32List_NativeInt32List(0)); @@ -622362,37 +638558,19 @@ _lazy($, "_NullElement_instance0", "$get$_NullElement_instance", () => new A._NullElement(B._NullWidget_null, B._ElementLifecycle_0)); _lazyFinal($, "_HeroFlight__reverseTween", "$get$_HeroFlight__reverseTween", () => A.Tween$(1, 0, type$.double)); _lazyFinal($, "NavigatorObserver__navigators", "$get$NavigatorObserver__navigators", () => A.Expando$(type$.NavigatorState)); - _lazy($, "_RouteEntry_notAnnounced", "$get$_RouteEntry_notAnnounced", () => { + _lazyFinal($, "_RouteEntry_notAnnounced", "$get$_RouteEntry_notAnnounced", () => { var t1 = A.ValueNotifier$(null, type$.nullable_String), t2 = A.Completer_Completer(type$.void); return new A._NotAnnounced(B.RouteSettings_null_null, t1, t2); }); _lazyFinal($, "_GlowController__crossAxisHalfTime", "$get$_GlowController__crossAxisHalfTime", () => A.Duration$(0, 0, 16667, 0, 0, 0)); + _lazyFinal($, "_defaultPageController", "$get$_defaultPageController", () => A.PageController$(0, 1)); _lazyFinal($, "ScrollPhysics__kDefaultSpring", "$get$ScrollPhysics__kDefaultSpring", () => A.SpringDescription$withDampingRatio(0.5, 1.1, 100)); _lazyFinal($, "ClampingScrollSimulation__kDecelerationRate", "$get$ClampingScrollSimulation__kDecelerationRate", () => A.log(0.78) / A.log(0.9)); _lazyFinal($, "LogicalKeySet__unmapSynonyms", "$get$LogicalKeySet__unmapSynonyms", () => { var t1 = type$.JSArray_LogicalKeyboardKey; return A.LinkedHashMap_LinkedHashMap$_literal([B.LogicalKeyboardKey_8589935088, A._setArrayType([B.LogicalKeyboardKey_8589934848, B.LogicalKeyboardKey_8589934849], t1), B.LogicalKeyboardKey_8589935090, A._setArrayType([B.LogicalKeyboardKey_8589934850, B.LogicalKeyboardKey_8589934851], t1), B.LogicalKeyboardKey_8589935092, A._setArrayType([B.LogicalKeyboardKey_8589934852, B.LogicalKeyboardKey_8589934853], t1), B.LogicalKeyboardKey_8589935094, A._setArrayType([B.LogicalKeyboardKey_8589934854, B.LogicalKeyboardKey_8589934855], t1)], type$.LogicalKeyboardKey, A.findType("List")); }); - _lazyFinal($, "DefaultCacheManager__instance", "$get$DefaultCacheManager__instance", () => { - var _null = null, - t1 = new A._MemoryFileSystem(A.Context_Context(B.C__Posix.get$root(B.C__Posix), $.$get$Style_posix()), A.memory_file_system___defaultOpHandle$closure(), B.C__RealtimeClock, B.C__Posix), - t2 = type$.String, - t3 = new A.RootNode(t1, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.Node_3), _null); - t3.Node$1(_null); - t3.RealNode$1(_null); - t1._memory_file_system$_root = t3; - t3 = t1._systemTemp; - t1 = t1.directory$1(0, t3 == null ? t1._systemTemp = t1.directory$1(0, B.C__Posix.get$root(B.C__Posix)).createTempSync$1(".tmp_").path : t3); - t1.createSync$0(); - t1 = new A.MemoryCacheSystem(t1.createTemp$1("cache")); - t3 = A.HttpFileService$(); - t1 = new A.Config(new A.NonStoringObjectProvider(), t1, B.Duration_2592000000000, 200, t3); - t2 = new A.DefaultCacheManager(A.LinkedHashMap_LinkedHashMap$_empty(t2, A.findType("Stream")), t1, A.CacheStore$(t1)); - t2.CacheManager$1(t1); - return t2; - }); - _lazy($, "cacheLogger", "$get$cacheLogger", () => new A.CacheLogger()); _lazyFinal($, "kCupertinoSupportedLanguages", "$get$kCupertinoSupportedLanguages", () => A.HashSet_HashSet$from(B.List_kWM, type$.String)); _lazyFinal($, "dateSymbols", "$get$dateSymbols", () => { var _null = null; @@ -622401,6 +638579,8 @@ _lazyFinal($, "kMaterialSupportedLanguages", "$get$kMaterialSupportedLanguages", () => A.HashSet_HashSet$from(B.List_A8T, type$.String)); _lazyFinal($, "kWidgetsSupportedLanguages", "$get$kWidgetsSupportedLanguages", () => A.HashSet_HashSet$from(B.List_A8T, type$.String)); _lazyFinal($, "webPluginRegistrar", "$get$webPluginRegistrar", () => new A.PluginRegistry(A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Future?(ByteData?)")))); + _lazyFinal($, "FtlLogs_leader", "$get$FtlLogs_leader", () => A.Logger_Logger("leader")); + _lazyFinal($, "FtlLogs_follower", "$get$FtlLogs_follower", () => A.Logger_Logger("follower")); _lazyFinal($, "GoogleSignInPlatform__token", "$get$GoogleSignInPlatform__token", () => new A.Object()); _lazy($, "GoogleSignInPlatform__instance", "$get$GoogleSignInPlatform__instance", () => { var t1 = new A.MethodChannelGoogleSignIn(); @@ -631276,6 +647456,7 @@ _lazyFinal($, "_darkModeStyles", "$get$_darkModeStyles", () => A._setArrayType([A.StyleRule$(B.BlockSelector_null_null_null_null, new A._darkModeStyles_closure()), A.StyleRule$(B.BlockSelector_header1_null_null_null, new A._darkModeStyles_closure0()), A.StyleRule$(B.BlockSelector_header2_null_null_null, new A._darkModeStyles_closure1())], type$.JSArray_StyleRule)); _lazyFinal($, "_emailRegex", "$get$_emailRegex", () => A.RegExp_RegExp("^(.*?)((mailto:)?[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z][A-Z]+)", false, true, false, false)); _lazyFinal($, "_urlRegex", "$get$_urlRegex", () => A.RegExp_RegExp("^(.*?)((?:https?:\\/\\/|www\\.)[^\\s/$.?#].[^\\s]*)", false, true, false, false)); + _lazyFinal($, "_looseUrlRegex", "$get$_looseUrlRegex", () => A.RegExp_RegExp("^(.*?)((https?:\\/\\/)?(www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{2,256}\\.[a-z]{2,4}\\b([-a-zA-Z0-9@:%_\\+.~#?&//=\"'`]*))", false, true, false, false)); _lazyFinal($, "_protocolIdentifierRegex", "$get$_protocolIdentifierRegex", () => A.RegExp_RegExp("^(https?:\\/\\/)", false, false, false, false)); _lazyFinal($, "LocalAuthPlatform__token", "$get$LocalAuthPlatform__token", () => new A.Object()); _lazy($, "LocalAuthPlatform__instance", "$get$LocalAuthPlatform__instance", () => { @@ -631308,6 +647489,7 @@ _lazyFinal($, "DelimiterRun_punctuation", "$get$DelimiterRun_punctuation", () => A.RegExp_RegExp("[!\"#$%&'()*+,\\-./:;<=>?@\\[\\]\\\\^_`{|}~\\xA1\\xA7\\xAB\\xB6\\xB7\\xBB\\xBF\\u037E\\u0387\\u055A-\\u055F\\u0589\\u058A\\u05BE\\u05C0\\u05C3\\u05C6\\u05F3\\u05F4\\u0609\\u060A\\u060C\\u060D\\u061B\\u061E\\u061F\\u066A-\\u066D\\u06D4\\u0700-\\u070D\\u07F7-\\u07F9\\u0830-\\u083E\\u085E\\u0964\\u0965\\u0970\\u0AF0\\u0DF4\\u0E4F\\u0E5A\\u0E5B\\u0F04-\\u0F12\\u0F14\\u0F3A-\\u0F3D\\u0F85\\u0FD0-\\u0FD4\\u0FD9\\u0FDA\\u104A-\\u104F\\u10FB\\u1360-\\u1368\\u1400\\u166D\\u166E\\u169B\\u169C\\u16EB-\\u16ED\\u1735\\u1736\\u17D4-\\u17D6\\u17D8-\\u17DA\\u1800-\\u180A\\u1944\\u1945\\u1A1E\\u1A1F\\u1AA0-\\u1AA6\\u1AA8-\\u1AAD\\u1B5A-\\u1B60\\u1BFC-\\u1BFF\\u1C3B-\\u1C3F\\u1C7E\\u1C7F\\u1CC0-\\u1CC7\\u1CD3\\u2010-\\u2027\\u2030-\\u2043\\u2045-\\u2051\\u2053-\\u205E\\u207D\\u207E\\u208D\\u208E\\u2308-\\u230B\\u2329\\u232A\\u2768-\\u2775\\u27C5\\u27C6\\u27E6-\\u27EF\\u2983-\\u2998\\u29D8-\\u29DB\\u29FC\\u29FD\\u2CF9-\\u2CFC\\u2CFE\\u2CFF\\u2D70\\u2E00-\\u2E2E\\u2E30-\\u2E42\\u3001-\\u3003\\u3008-\\u3011\\u3014-\\u301F\\u3030\\u303D\\u30A0\\u30FB\\uA4FE\\uA4FF\\uA60D-\\uA60F\\uA673\\uA67E\\uA6F2-\\uA6F7\\uA874-\\uA877\\uA8CE\\uA8CF\\uA8F8-\\uA8FA\\uA8FC\\uA92E\\uA92F\\uA95F\\uA9C1-\\uA9CD\\uA9DE\\uA9DF\\uAA5C-\\uAA5F\\uAADE\\uAADF\\uAAF0\\uAAF1\\uABEB\\uFD3E\\uFD3F\\uFE10-\\uFE19\\uFE30-\\uFE52\\uFE54-\\uFE61\\uFE63\\uFE68\\uFE6A\\uFE6B\\uFF01-\\uFF03\\uFF05-\\uFF0A\\uFF0C-\\uFF0F\\uFF1A\\uFF1B\\uFF1F\\uFF20\\uFF3B-\\uFF3D\\uFF3F\\uFF5B\\uFF5D\\uFF5F-\\uFF65]", true, false, false, false)); _lazyFinal($, "LinkSyntax__entirelyWhitespacePattern", "$get$LinkSyntax__entirelyWhitespacePattern", () => A.RegExp_RegExp("^\\s*$", true, false, false, false)); _lazyFinal($, "_oneOrMoreWhitespacePattern", "$get$_oneOrMoreWhitespacePattern", () => A.RegExp_RegExp("[ \n\r\t]+", true, false, false, false)); + _lazyFinal($, "OverlordLogs_cupertinoToolbar", "$get$OverlordLogs_cupertinoToolbar", () => A.Logger_Logger("cupertino.toolbar")); _lazyFinal($, "PackageInfoPlatform__token", "$get$PackageInfoPlatform__token", () => new A.Object()); _lazyFinal($, "context", "$get$context", () => new A.Context($.$get$Style_platform(), null)); _lazyFinal($, "Style_posix", "$get$Style_posix", () => new A.PosixStyle(A.RegExp_RegExp("/", true, false, false, false), A.RegExp_RegExp("[^/]$", true, false, false, false), A.RegExp_RegExp("^/", true, false, false, false))); @@ -631320,6 +647502,19 @@ t1.PlatformInterface$1$token($.$get$PathProviderPlatform__token()); return t1; }); + _lazyFinal($, "WebPermissionHandler__devices", "$get$WebPermissionHandler__devices", () => A.window().navigator.mediaDevices); + _lazyFinal($, "WebPermissionHandler__geolocation", "$get$WebPermissionHandler__geolocation", () => { + var t1 = A.window().navigator.geolocation; + t1.toString; + return t1; + }); + _lazyFinal($, "WebPermissionHandler__htmlPermissions", "$get$WebPermissionHandler__htmlPermissions", () => A.window().navigator.permissions); + _lazyFinal($, "PermissionHandlerPlatform__token", "$get$PermissionHandlerPlatform__token", () => new A.Object()); + _lazy($, "PermissionHandlerPlatform__instance", "$get$PermissionHandlerPlatform__instance", () => { + var t1 = new A.MethodChannelPermissionHandler(); + t1.PlatformInterface$1$token($.$get$PermissionHandlerPlatform__token()); + return t1; + }); _lazyFinal($, "PlatformInterface__instanceTokens", "$get$PlatformInterface__instanceTokens", () => A.Expando$(type$.Object)); _lazyFinal($, "PrintingPlatform__token", "$get$PrintingPlatform__token", () => new A.Object()); _lazy($, "PrintingPlatform__instance", "$get$PrintingPlatform__instance", () => { @@ -631353,7 +647548,7 @@ A.createSentinel(); t10 = new A.SentryOptions(t1, t2, t3, B.SentryLevel_debug, t5, t6, new A.NoOpTransport(), new A.PlatformChecker(), t7, t8, t4, t9, A.LinkedHashMap_LinkedHashMap$_empty(t10, A.findType("ExceptionCauseExtractor<@>")), A.LinkedHashMap_LinkedHashMap$_empty(t10, A.findType("ExceptionStackTraceExtractor<@>"))); t1 = A.List_List$from([], true, type$.String); - t10.__SentryOptions_sdk_A = new A.SdkVersion("noop", "7.12.0", t1, A.List_List$from([], true, type$.SentryPackage)); + t10.__SentryOptions_sdk_A = new A.SdkVersion("noop", "7.13.2", t1, A.List_List$from([], true, type$.SentryPackage)); return new A.NoOpHub(t10); }); _lazyFinal($, "NoOpSentrySpan__instance", "$get$NoOpSentrySpan__instance", () => new A.NoOpSentrySpan()); @@ -631373,14 +647568,30 @@ t1.PlatformInterface$1$token($.$get$SignInWithApplePlatform__token()); return t1; }); - _lazyFinal($, "_log1", "$get$_log1", () => A.Logger$("list_items.dart")); - _lazyFinal($, "_log2", "$get$_log2", () => A.Logger$("multi_node_editing.dart")); + _lazyFinal($, "defaultExtendableStyles", "$get$defaultExtendableStyles", () => { + var t1 = A.findType("NamedAttribution"); + return new A.UnmodifiableSetView(A.LinkedHashSet_LinkedHashSet$of(A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_bold, B.NamedAttribution_italics, B.NamedAttribution_underline, B.NamedAttribution_strikethrough], t1), t1), A.findType("UnmodifiableSetView")); + }); + _lazyFinal($, "defaultRequestHandlers", "$get$defaultRequestHandlers", () => A.List_List$unmodifiable(A._setArrayType([new A.defaultRequestHandlers_closure(), new A.defaultRequestHandlers_closure0(), new A.defaultRequestHandlers_closure1(), new A.defaultRequestHandlers_closure2(), new A.defaultRequestHandlers_closure3(), new A.defaultRequestHandlers_closure4(), new A.defaultRequestHandlers_closure5(), new A.defaultRequestHandlers_closure6(), new A.defaultRequestHandlers_closure7(), new A.defaultRequestHandlers_closure8(), new A.defaultRequestHandlers_closure9(), new A.defaultRequestHandlers_closure10(), new A.defaultRequestHandlers_closure11(), new A.defaultRequestHandlers_closure12(), new A.defaultRequestHandlers_closure13(), new A.defaultRequestHandlers_closure14(), new A.defaultRequestHandlers_closure15(), new A.defaultRequestHandlers_closure16(), new A.defaultRequestHandlers_closure17(), new A.defaultRequestHandlers_closure18(), new A.defaultRequestHandlers_closure19(), new A.defaultRequestHandlers_closure20(), new A.defaultRequestHandlers_closure21(), new A.defaultRequestHandlers_closure22(), new A.defaultRequestHandlers_closure23(), new A.defaultRequestHandlers_closure24(), new A.defaultRequestHandlers_closure25(), new A.defaultRequestHandlers_closure26(), new A.defaultRequestHandlers_closure27(), new A.defaultRequestHandlers_closure28(), new A.defaultRequestHandlers_closure29(), new A.defaultRequestHandlers_closure30(), new A.defaultRequestHandlers_closure31(), new A.defaultRequestHandlers_closure32(), new A.defaultRequestHandlers_closure33(), new A.defaultRequestHandlers_closure34(), new A.defaultRequestHandlers_closure35(), new A.defaultRequestHandlers_closure36(), new A.defaultRequestHandlers_closure37()], A.findType("JSArray")), type$.dynamic)); + _lazyFinal($, "defaultEditorReactions", "$get$defaultEditorReactions", () => { + var t1 = $.$get$defaultExtendableStyles(), + t2 = new A.HeaderConversionReaction(); + t2.__HeaderConversionReaction__headerRegExp_F = A.RegExp_RegExp("^#{1,6}\\s+$", true, false, false, false); + return A.List_List$unmodifiable([new A.UpdateComposerTextStylesReaction(t1), B.C_LinkifyReaction, t2, B.C_UnorderedListItemConversionReaction, B.C_OrderedListItemConversionReaction, B.C_BlockquoteConversionReaction, B.C_HorizontalRuleConversionReaction, B.C_ImageUrlConversionReaction], type$.dynamic); + }); + _lazyFinal($, "UnorderedListItemConversionReaction__unorderedListItemPattern", "$get$UnorderedListItemConversionReaction__unorderedListItemPattern", () => A.RegExp_RegExp("^\\s*[*-]\\s+$", true, false, false, false)); + _lazyFinal($, "OrderedListItemConversionReaction__orderedListPattern", "$get$OrderedListItemConversionReaction__orderedListPattern", () => A.RegExp_RegExp("^\\s*1[.)]\\s+$", true, false, false, false)); + _lazyFinal($, "BlockquoteConversionReaction__blockquotePattern", "$get$BlockquoteConversionReaction__blockquotePattern", () => A.RegExp_RegExp("^>\\s$", true, false, false, false)); + _lazyFinal($, "HorizontalRuleConversionReaction__hrPattern", "$get$HorizontalRuleConversionReaction__hrPattern", () => A.RegExp_RegExp("^---\\s$", true, false, false, false)); + _lazyFinal($, "_log1", "$get$_log11", () => A.Logger$("list_items.dart")); + _lazyFinal($, "_log2", "$get$_log12", () => A.Logger$("multi_node_editing.dart")); + _lazyFinal($, "_defaultAttributionsToExtend", "$get$_defaultAttributionsToExtend", () => A.LinkedHashSet_LinkedHashSet$_literal([B.NamedAttribution_bold, B.NamedAttribution_italics, B.NamedAttribution_underline, B.NamedAttribution_strikethrough], A.findType("NamedAttribution"))); _lazyFinal($, "defaultStylesheet", "$get$defaultStylesheet", () => { var _null = null; - return A.Stylesheet$(_null, A.super_editor0__defaultInlineTextStyler$closure(), A._setArrayType([A.StyleRule$(B.BlockSelector_null_null_null_null, new A.defaultStylesheet_closure()), A.StyleRule$(B.BlockSelector_header1_null_null_null, new A.defaultStylesheet_closure0()), A.StyleRule$(B.BlockSelector_header2_null_null_null, new A.defaultStylesheet_closure1()), A.StyleRule$(B.BlockSelector_header3_null_null_null, new A.defaultStylesheet_closure2()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null, new A.defaultStylesheet_closure3()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header1"), new A.defaultStylesheet_closure4()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header2"), new A.defaultStylesheet_closure5()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header3"), new A.defaultStylesheet_closure6()), A.StyleRule$(B.BlockSelector_listItem_null_null_null, new A.defaultStylesheet_closure7()), A.StyleRule$(B.BlockSelector_blockquote_null_null_null, new A.defaultStylesheet_closure8()), A.StyleRule$(A.BlockSelector$_(_null, _null, B.C__LastBlockMatcher, _null), new A.defaultStylesheet_closure9())], type$.JSArray_StyleRule)); + return A.Stylesheet$(_null, A.super_editor0__defaultInlineTextStyler$closure(), A._setArrayType([A.StyleRule$(B.BlockSelector_null_null_null_null, new A.defaultStylesheet_closure()), A.StyleRule$(B.BlockSelector_header1_null_null_null, new A.defaultStylesheet_closure0()), A.StyleRule$(B.BlockSelector_header2_null_null_null, new A.defaultStylesheet_closure1()), A.StyleRule$(B.BlockSelector_header3_null_null_null, new A.defaultStylesheet_closure2()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null, new A.defaultStylesheet_closure3()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header1"), new A.defaultStylesheet_closure4()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header2"), new A.defaultStylesheet_closure5()), A.StyleRule$(B.BlockSelector_paragraph_null_null_null.after$1(0, "header3"), new A.defaultStylesheet_closure6()), A.StyleRule$(B.BlockSelector_listItem_null_null_null, new A.defaultStylesheet_closure7()), A.StyleRule$(B.BlockSelector_blockquote_null_null_null, new A.defaultStylesheet_closure8()), A.StyleRule$(A.BlockSelector$_(_null, _null, B.C__LastBlockMatcher, _null), new A.defaultStylesheet_closure9())], type$.JSArray_StyleRule), _null); }); _lazyFinal($, "taskStyles", "$get$taskStyles", () => A.StyleRule$(B.BlockSelector_task_null_null_null, new A.taskStyles_closure())); - _lazyFinal($, "_log3", "$get$_log3", () => A.Logger$("text_tools.dart")); + _lazyFinal($, "_log3", "$get$_log10", () => A.Logger$("text_tools.dart")); _lazyFinal($, "_rtlRegExp", "$get$_rtlRegExp", () => A.RegExp_RegExp("[\\u0591-\\u07FF\\uFB1D-\\uFDFD\\uFE70-\\uFEFC]", true, false, false, false)); _lazyFinal($, "editorLog", "$get$editorLog", () => A.Logger_Logger("editor")); _lazyFinal($, "editorPoliciesLog", "$get$editorPoliciesLog", () => A.Logger_Logger("editor.policies")); @@ -631389,6 +647600,8 @@ _lazyFinal($, "editorKeyLog", "$get$editorKeyLog", () => A.Logger_Logger("editor.keys")); _lazyFinal($, "editorImeLog", "$get$editorImeLog", () => A.Logger_Logger("editor.ime")); _lazyFinal($, "editorImeConnectionLog", "$get$editorImeConnectionLog", () => A.Logger_Logger("editor.ime.connection")); + _lazyFinal($, "editorImeDeltasLog", "$get$editorImeDeltasLog", () => A.Logger_Logger("editor.ime.deltas")); + _lazyFinal($, "editorIosFloatingCursorLog", "$get$editorIosFloatingCursorLog", () => A.Logger_Logger("editor.ios.floatingCursor")); _lazyFinal($, "editorLayoutLog", "$get$editorLayoutLog", () => A.Logger_Logger("editor.layout")); _lazyFinal($, "editorStyleLog", "$get$editorStyleLog", () => A.Logger_Logger("editor.style")); _lazyFinal($, "editorDocLog", "$get$editorDocLog", () => A.Logger_Logger("editor.document")); @@ -631398,22 +647611,24 @@ _lazyFinal($, "imeTextFieldLog", "$get$imeTextFieldLog", () => A.Logger_Logger("textfield.ime")); _lazyFinal($, "androidTextFieldLog", "$get$androidTextFieldLog", () => A.Logger_Logger("textfield.android")); _lazyFinal($, "iosTextFieldLog", "$get$iosTextFieldLog", () => A.Logger_Logger("textfield.ios")); + _lazyFinal($, "longPressSelectionLog", "$get$longPressSelectionLog", () => A.Logger_Logger("infrastructure.gestures.longPress")); _lazyFinal($, "schedulerLog", "$get$schedulerLog", () => A.Logger_Logger("infrastructure.scheduler")); _lazyFinal($, "contentLayersLog", "$get$contentLayersLog", () => A.Logger_Logger("infrastructure.content_layers")); _lazyFinal($, "attributionsLog0", "$get$attributionsLog0", () => A.Logger_Logger("infrastructure.attributions")); _lazy($, "_NullElement_instance1", "$get$_NullElement_instance1", () => new A._NullElement1(B._NullWidget_null3, B._ElementLifecycle_0)); + _lazyFinal($, "GroupedOverlayPortalController__visibleControllers", "$get$GroupedOverlayPortalController__visibleControllers", () => A.HeapPriorityQueue$(new A.GroupedOverlayPortalController__visibleControllers_closure(), A.findType("GroupedOverlayPortalController"))); + _lazyFinal($, "disabledMacIntents", "$get$disabledMacIntents", () => A.LinkedHashMap_LinkedHashMap$_literal([B.Type_3dk, A.DoNothingAction$(false), B.Type_ejq, A.DoNothingAction$(false), B.Type_ScrollIntent_4y3, A.DoNothingAction$(false), B.Type_46c, A.DoNothingAction$(false), B.Type_NextFocusIntent_6xB, A.DoNothingAction$(false), B.Type_PreviousFocusIntent_wsa, A.DoNothingAction$(false), B.Type_PrioritizedIntents_fLu, new A._PreventPrioritizedIntentsFromBubblingUp(new A.disabledMacIntents_closure(), A.ObserverList$(A.findType("~(Action)")))], type$.Type, type$.Action_Intent)); _lazyFinal($, "_separatorRegex", "$get$_separatorRegex", () => A.RegExp_RegExp("^[\\p{Z}\\p{P}]$", true, false, false, true)); - _lazyFinal($, "_log4", "$get$_log12", () => $.$get$androidTextFieldLog()); - _lazyFinal($, "_log5", "$get$_log10", () => $.$get$androidTextFieldLog()); - _lazyFinal($, "_log6", "$get$_log11", () => $.$get$androidTextFieldLog()); - _lazyFinal($, "_log7", "$get$_log4", () => $.$get$textFieldLog()); - _lazyFinal($, "_log8", "$get$_log6", () => $.$get$scrollingTextFieldLog()); - _lazyFinal($, "_log9", "$get$_log8", () => $.$get$imeTextFieldLog()); - _lazyFinal($, "_log10", "$get$_log9", () => $.$get$iosTextFieldLog()); - _lazyFinal($, "_log11", "$get$_log5", () => $.$get$iosTextFieldLog()); - _lazyFinal($, "_log12", "$get$_log7", () => $.$get$iosTextFieldLog()); - _lazyFinal($, "_log13", "$get$_log13", () => $.$get$textFieldLog()); - _lazyFinal($, "buildsLog", "$get$buildsLog", () => A.Logger_Logger("super_text.builds")); + _lazyFinal($, "_log4", "$get$_log13", () => $.$get$textFieldLog()); + _lazyFinal($, "_log5", "$get$_log6", () => $.$get$androidTextFieldLog()); + _lazyFinal($, "_log6", "$get$_log7", () => $.$get$androidTextFieldLog()); + _lazyFinal($, "_log7", "$get$_log8", () => $.$get$androidTextFieldLog()); + _lazyFinal($, "_log8", "$get$_log0", () => $.$get$textFieldLog()); + _lazyFinal($, "_log9", "$get$_log2", () => $.$get$scrollingTextFieldLog()); + _lazyFinal($, "_log10", "$get$_log5", () => $.$get$imeTextFieldLog()); + _lazyFinal($, "_log11", "$get$_log1", () => $.$get$iosTextFieldLog()); + _lazyFinal($, "_log12", "$get$_log3", () => $.$get$iosTextFieldLog()); + _lazyFinal($, "_log13", "$get$_log4", () => $.$get$iosTextFieldLog()); _lazyFinal($, "layoutLog", "$get$layoutLog", () => A.Logger_Logger("super_text.layout")); _lazy($, "_lookupMessagesMap", "$get$_lookupMessagesMap", () => A.LinkedHashMap_LinkedHashMap$_literal(["en", new A.EnMessages(), "en_short", new A.EnShortMessages(), "es", new A.EsMessages(), "es_short", new A.EsShortMessages()], type$.String, A.findType("LookupMessages"))); _lazyFinal($, "UrlLauncherPlatform__token", "$get$UrlLauncherPlatform__token", () => new A.Object());